/* HEADER CONTAINER */
	#header_container {
		position: relative;
		padding: 0;
		margin: 0;
		height: 180px; 
		z-index: 999;
		background-image: url(../images/snowflakes.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.header_container_cms {
		height: 220px !important;
		overflow: hidden;
	}

/* HEADER */
	#header {
		position: relative;
		clear: both;
		float: left;
		display: inline; /* So IE plays nice */
		width: 100%;	
		height: 100%;
		text-align: center;
	}

/* HEADER CONTACT */
	#headerContact {
		position: absolute;
		top: 10px;
		left: 150px;
		z-index: 900;
	}
	#headerContact H5,
	#headerContact H5 A {
		font-weight: 700 !important;
		text-align: left;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 30px;
		color: rgba(167,213,211,1.00) !important;
	}
	#headerContact H6 {
		margin: 4px 0 0 0 !important;
		padding: 0 !important;
	}
	#headerContact H6 A {
		color: rgba(221,132,162,1.00) !important;
		font-size: 22px;
	}

	#headerContact P {
		font-size: 18px;
		font-weight: 700;
		color: rgba(150,150,150,1.00) !important;
		text-align: left;
		margin: 5px 0 0 0 !important;
		padding: 0 !important;
	}

@media (max-width: 767px) {
	/* HEADER CONTAINER */	
		#header_container {
			position: fixed;
			height: 75px !important;
			width: 100% !important;
			background-image: none !important;
			background-color: rgba(255,255,255,1.00) !important;
		}

	/* HEADER */
		#header {
		}
		
	/* HEADER CONTACT */
		#headerContact {
			top: 50px;
			left: 10px;
		}
		#headerContact H5,
		#headerContact H5 A {
			font-size: 14px;
		}
		#headerContact H6,
		#headerContact H6 A,
		#headerContact P {
			display: none;
		}
		
}