#stuck_container {
		-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;
		z-index: 999;
		/*background-color:#a3b5db;*/

	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.3, #a3b5db), color-stop(1, #8597bd) );
	background-image: -o-linear-gradient(bottom, #a3b5db 34%, #8597bd 100%);
	background-image: -moz-linear-gradient(bottom, #a3b5db 34%, #8597bd 100%);
	background-image: -webkit-linear-gradient(bottom, #a3b5db 34%, #8597bd 100%);
	background-image: -ms-linear-gradient(bottom, #a3b5db 34%, #8597bd 100%);
	background-image: linear-gradient(to bottom, #a3b5db 34%, #8597bd 100%);			
}



.isStuck {
		/*
		background-color: #34393D;
		*/
		background-color:#a3b5db;
		-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 (min-width: 979px) {

.isStuck h1 a{
	width: 332px;
	height: 86px;
}

.isStuck h1 a img {
	width: 180px;
}


.isStuck h1 {
	top: 14px !important;
}


.isStuck .navigation, .isStuck .header_socials {
	position: relative;
	top: -20px;
}



	.isStuck {
	}


}
*/
@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 {    

}
}