#stuck_container {
	background-color: #FFFFFF;
	z-index: 999;
	padding: 24px 0 23px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-image: url(../images/fsbc_header_advert.png);
	background-repeat: repeat-x;
}

.isStuck {	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.isStuck .menuBox {
	margin: 0;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (max-width: 979px) {

	#stuck_container {
	position: relative !important;
	box-shadow: none;
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}

	.isStuck {
}
}

@media only screen and (max-width: 767px) {

	.isStuck {    

}
}
.social {
	float: right;
	margin-right: 110px;
	margin-top: 18px;
}
.socialCopy {
	float: right;
	margin-right: 10px;
	margin-top: 18px;
}
.blueLight {
	color: rgba(190,254,255,1);
	font-weight: lighter;
}
#top .main .content .container .row .grid_12 .head1 {
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(6,89,122,1);
}
#top .main .content.cont__1 .container .row .grid_4 .head1 {
	/* [disabled]width: 500px; */
}
