
@media only screen and (orientation:landscape) {
body { -webkit-text-size-adjust:none; }

}
@media screen and (min-width:768px) and (max-width:1199px){
.navbar-default .navbar-nav > li > a { color: #ffffff; padding:16px 11px; text-transform:uppercase; letter-spacing:0px;}
.col-centered{
    float: none;
    margin: 0 auto;
}

}
@media screen and (min-width:280px) and (max-width:767px){
	body{ padding:280px 0 0 0; }
	.header-wraper .header-top .top-left{ text-align:center; margin-bottom:10px; position:relative; z-index:10; border-bottom:1px solid #efefef; padding-bottom:10px;}
    .header-wraper .header-top .top-right{ float:none !important; text-align:center !important; }


}

@media screen and (min-width:768px) and (max-width:2580px){
.col-centered{
    float: none;
    margin: 0 auto;
}

.col-rig{ margin:97px 0 0 0; }
.body-layout .col-sm-offset-2 { margin-left: 13.66666667%;}
.body-layout .col-md-offset-2 { margin-left: 13.66666667%;}
.body-layout .col-lg-offset-2 { margin-left: 12.66666667%;}


}