<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#stuck_container {
	padding:0 0 34px 0;
}
/*---------------------------------------------------------------------------------------------------------------------------*/ 
@media (min-width: 992px) {
.isStuck {
    background:#fff !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
     box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding:0 0 10px 0 !important;
}
.isStuck h1.navbar-brand_ {
    margin: 20px 0 0 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.isStuck h1.navbar-brand_ img {
    width: 70%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.isStuck nav.tm_navbar li {
    padding: 14px 0 0 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.isStuck nav.tm_navbar .sub-menu &gt; ul {
    top: 70px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
} 
}
/*---------------------------------------------------------------------------------------------------------------------------*/ 
@media (max-width: 991px) {
    .isStuck {
        background: transparent !important;
    }
	#stuck_container {
		position: relative !important;
		box-shadow: none;
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}
}</pre></body></html>