#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;
        width:100%;
}

.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;
	    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
        background: #fff !important;
        text-align:center;
}
.pseudoStickyBlock {
		height: auto !important;
	}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 992px){
.isStuck .menuBox {
	margin: 0;
    padding: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;
}
.isStuck h1.navbar-brand_ {
    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;
}
.isStuck h1.navbar-brand_ img {
    width:78%;
    -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 nav.tm_navbar li a {
    padding-top:25px;
}
.isStuck header {
    padding:0;
    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;
}  
.isStuck nav.tm_navbar .sub-menu > ul {
    top: 49px;
}  
}
/*---------------------------------------------------------------------------------------------------------------------------*/ 
@media (max-width: 991px) {

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