@font-face {
	font-family: 'Malithi_Web';
	src: url('../fonts/malithi_web.eot');
	src: url('../fonts/malithi_web.woff') format('woff'), url('../fonts/malithi_web.ttf') format('truetype'), url('../fonts/malithi_web.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
#stuck_container {
	background-color: #fed30b;
	z-index: 999;
	padding: 5px 0 6px;
	/* -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;
	border-bottom: solid 5px #000;
}
.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 {
}
}
