/*********************** HEADER AREA **********************/


#header {
    background: transparent;
	margin-top: 40px;
}


@media (min-width: 1px) and (max-width: 549px) {


}


@media (min-width: 1px) and (max-width: 1185px) {
	#fixedContainer {
		position: fixed;
		width: 100%;
		max-width: 100%;
		z-index: 1000;
		top: 0;
		background: #ffffff;
		border-bottom: 1px solid #ccc;
	}

	.fixedHeaderWrap {
		margin:0 auto;
	}
}


@media (min-width: 1px) and (max-width: 1185px) {

		#header-logo {
			float: left;
			margin-left: 1rem;
			width: 210px;
			height: 80px;
		}

}
	

@media (min-width: 1186px)  {
	
	#fixedContainer {
		position: fixed;
		width: 100%;
		max-width: 100%;
		z-index: 1000;
		top: 0;
		background: transparent;
		box-shadow: 0 0 7px #828282;
	}

    .fixedHeaderWrap {
        margin:0 auto;
    }
	
	
	#rotating-banner {
		display:block;

	}

	#rotating-banner img {width:100%}


	.topHeaderContactSmall {
		float: right;
		margin-top: 1em;
		margin-right: 0;
		margin-bottom: .9em;
		transition: all 0.4s;
	}

	.topHeaderContactSmall a {
		font-size: .95em;
		font-weight: 700;
		color: #0f75bc;
		width: 250px;
		padding: .45em .73em;
		background: transparent;
		border: 3px solid #0f75bc;
	}
		
	.topHeaderContactSmall a:hover {
		color: #ffffff;
		background: #0f75bc;
		border: 3px solid #0f75bc;
	}

}

@media (min-width: 1186px) and (max-width: 1290px) {

		#header-logo {
			margin-left: 1em;
		}

		#headerRight { 
			margin-right: 1em;
		}

		/* #topNav { 
			margin-right: 1em;
		} */

}





















