#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;
}

.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;
	box-shadow: 5px 1px 5px rgba(0,0,0,0.5);
	background: #fff
}
.isStuck .sf-menu ul {
	top: 50px;
}

.isStuck .sf-menu li a {
  padding-bottom: 10px;
}

@media (max-width: 998px) {
	#stuck_container {
		position: relative !important;
		box-shadow: none;
		
	}
	.isStuck .sf-menu li a {
	  padding-bottom: 38px;
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}
}