/*
#main-nav, .navbar-brand, #navbar-con, #banner-con, .navbar-brand.shrink img , .navbar-brand img, #banner-root.shrink .navbar-icons, #slider-con.shrink  {    

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


#banner-root.shrink {    

-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;
	
}
*/
#logo-con, #logo-con.shrink {    

	
	
}
#navbar-icons {
	margin-right:00;
	margin-top:00;
	transform:scale(1,1);
}
#navbar-icons {
	
}
#navbar-icons.shrink {    

}
.navbar-brand {
	background-size: 100% auto;
}


@media screen and (min-width: 991px ) {
#banner-root {
	
	z-index: 999;
	width: 100%;
	box-shadow:0 0 8px rgba(0,0,0,.15);
}
#banner-root.shrink {
	position:fixed;	
}
#logo-con { height:148px; }
#logo-con.shrink {height:106px; }
#navbar-icons.shrink{
	margin-right:200px;
	margin-top:-48px;
	transform: scale(.75,.75);
	
}
#slider-con.shrink, #inner-slide.shrink {
	padding-top:106px;
}


} /* END DESKTOP RULES */