a.btn.white { background: #FFF; color: #444444; }
@media (min-width: 1200px) {
    nav.navbar>.container {
        width: 1270px;
    }
}
.owl-carousel.owl-drag .owl-item { padding-top: 50px; }
/* MEDIA */
@media(min-width: 768px){
 .w-img95 img{
 width: 95%;
 }
 .w-img75 img{
 width: 75%;
 }
 .w-img70 img{
 width: 70%;
 }
 .w-img65 img{
 width: 65%;
 }
 .w-img60 img{
 width: 60%;
 }
 .w-img55 img{
 width: 55%;
 }
 .w-img50 img{
 width: 50%;
 }
 .w-img45 img{
 width: 45%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img35 img{
 width: 35%;
 }
 .w-img30 img{
 width: 30%;
 }
 .w-img25 img{
 width: 25%;
 }
}