
#stuck_container {
    transition: all 0.4s ease 0s;
}
.isStuck {
	background: rgba(40, 52, 64, 0.8) none repeat scroll 0 0 !important;
   /*background: rgba(112, 159, 218,0.90) none repeat scroll 0 0 !important;*/
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.10);
    transition: all 0.2s ease 0s;
}
.isStuck nav.tm_navbar .sub-menu > ul {
    top: 123px !important;
}
.isStuck .menuBox {
    margin: 0;
    padding: 5px 0;
    transition: all 0.4s ease 0s;
}
@media (max-width: 991px) {
.isStuck {
    background: rgba(40, 52, 64, 0.8) none repeat scroll 0 0 !important;

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