#stuck_container {
	z-index: 999;
	-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/header.png);
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
}

.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;
	background-image: url(images/header.png);
	background-color: #000000;
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}

	.isStuck {
}
}

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

	.isStuck {    

}
}
