@font-face {
    font-family: VWHeadline;
    src: url(../fonts/VWHeadlineOT-Book.ttf);
}

@font-face {
    font-family: VWHeadline;
    src: url(../fonts/VWHeadlineOT-Semibold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: VWHeadline;
    src: url(../fonts/VWHeadlineOT-Black.ttf);
    font-weight: 900;
}

body{
    font-family: VWHeadline;
}

h1{
    font-size: 81px;
    color: #ffffff;
    font-weight: 900;
    text-align: right;
    margin-right: 15px;
}

h2{
    font-size: 40px;
    color: #ffffff;
    text-align: right;
    margin-right: 15px;

}

h2.btm-right{
   top: 70px;
}

.move-office-sec h2{
    top: 175px;

}

.move-office-sec h3{
    top: 155px;
    text-align: right;
    margin-right: 15px;
}

h3{
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    right: 30px;
}



.quote-sec h2.btm-right{
    top: 120px;
}

p{
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    bottom: 18px;
    right: 25px;
    text-align: right;
}

.facebook-sec p{
    top: 5px;
}

a:hover{
    text-decoration: none;
}

a{
    text-decoration: none;
}

/*
.icon-bg{
    background-color: #cfd7d9;
    border-radius: 100%;
    opacity: 0.5;
    width: 70px;
    height: 70px;
}

.icon-bg.right{
    position: absolute;
    right: 45px;
    top: 190px;
}

.right-arrow{
    background: url("../img/arrow-right.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 70px;
}
*/


/*header*/
.navbar-toggle .icon-bar{
    background-color: #000000;
}

.navbar-collapse{
    margin-top: 40px;
}

img.logo{
    width:45px;
}

.navbar{
    min-height: 110px;
    margin-bottom: 0;
}

.navbar h4{
    font-size: 10px;
    text-align: center;
    margin-top: 70px;
    left: 12px;
    position: absolute;
    font-weight: 900;
}

.navbar-brand {
    padding: 18px 15px 5px;
}

.nav>li>a{
    font-family: VWHeadline;
    color: #515e65;
    font-size: 12px;
    letter-spacing: -0.025em;
}

.nav>li>a:hover {
    color: #2274ac;
    background: none;
}

.btn-default {
    text-shadow: none;
}

.btn-default.light-blue{
    background: #5599c3;
    background-image: -webkit-linear-gradient(top, #5599c3, #1e71ad);
    background-image: -moz-linear-gradient(top, #5599c3, #1e71ad);
    background-image: -ms-linear-gradient(top, #5599c3, #1e71ad);
    background-image: -o-linear-gradient(top, #5599c3, #1e71ad);
    background-image: linear-gradient(to bottom, #5599c3, #1e71ad);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 12px 5px 12px;
    border: solid #468bbd 1px;
    text-decoration: none;
}

.btn-default.light-blue:hover{
    background: #4887ab;
    background-image: -webkit-linear-gradient(top, #4887ab, #175a8a);
    background-image: -moz-linear-gradient(top, #4887ab, #175a8a);
    background-image: -ms-linear-gradient(top, #4887ab, #175a8a);
    background-image: -o-linear-gradient(top, #4887ab, #175a8a);
    background-image: linear-gradient(to bottom, #4887ab, #175a8a);
    text-decoration: none;
}

.btn-default.dark-blue{
    background: #436f8e;
    background-image: -webkit-linear-gradient(top, #436f8e, #033963);
    background-image: -moz-linear-gradient(top, #436f8e, #033963);
    background-image: -ms-linear-gradient(top, #436f8e, #033963);
    background-image: -o-linear-gradient(top, #436f8e, #033963);
    background-image: linear-gradient(to bottom, #436f8e, #033963);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 12px 5px 12px;
    border: solid #2e6083 1px;
    text-decoration: none;
}

.btn-default.dark-blue:hover{
    background: #34576e;
    background-image: -webkit-linear-gradient(top, #34576e, #042b47);
    background-image: -moz-linear-gradient(top, #34576e, #042b47);
    background-image: -ms-linear-gradient(top, #34576e, #042b47);
    background-image: -o-linear-gradient(top, #34576e, #042b47);
    background-image: linear-gradient(to bottom, #34576e, #042b47);
    text-decoration: none;
}
/*end of header*/

/*content*/
.container.main-content{
    padding-bottom: 5px;
}

.section{
    border: 5px solid #ffffff;
}

.open-btn{
    width: 60px;
    height: 60px;
    bottom: 15px;
    left: 14px;
    position: absolute;
}

.aftermarket-sec .open-btn{
    bottom: 184px;
}

.videos-sec .open-btn{
    bottom: 20px;
}

.full-width{
    width: 100%;
}

.section.top-slider-sec{
    border: none;
    margin-bottom: 5px;
}

.top-slider-sec{
    background: linear-gradient(
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)),
    url(../img/amarok.jpg);
    background-size: cover;
    background-position: 50% 65%;
    height: 435px;
}



.offers-sec{
    background: linear-gradient(
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)),
    url(../img/offers-bg.jpg);
    /*background-size: cover;*/
    background-position: 36% 60%;
    height: 480px;
}

.versions-sec{
    background: linear-gradient(
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)),
    url(../img/versions-bg.jpg);
    /*background-size: cover;*/
    background-size: 112%;
    background-position: 8% 41%;
    height: 320px;
}

.drive-now-sec{
    background-color: #d92a23;
    height: 160px;
}

.quote-sec{
    background: linear-gradient(
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)),
    url(../img/quote-bg.jpg);
    background-size: cover;
    background-position: 50% 46%;
    height: 210px;
}

.aftermarket-sec{
    background: linear-gradient(
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)),
    url(../img/aftermarket-bg.jpg);
    background-size: cover;
    background-position: 50% 6%;
    height: 160px;
}

.videos-sec{
    background: linear-gradient(
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)),
    url(../img/youtube-bg.jpg);
    /*background-size: cover;*/
    background-size: 118%;
    background-position: 36% 63%;
    height: 160px;
}

.move-office-sec{
    background: linear-gradient(
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)),
    url(../img/move-office-bg.jpg);
    /*background-size: cover;*/
    background-size: 200%;
    background-position: 50% 34%;
    height: 320px;
}

.facebook-sec{
    background-color: #3b5999;
    height: 160px;
}

.news-sec{
    background: linear-gradient(
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)),
    url(../img/news-bg.jpg);
    /*background-size: cover;*/
    background-size: 210%;
    background-position: 100% 65%;
    height: 160px;
}
/*end content*/

/*news-popup*/
#news-section{
    margin-top: 5px;
}

.post-img{
    height: 95px;
    width: 100%;
    background-color: lightgray;
}
#news-section p{
    position: inherit;
    text-align: left;
    margin-bottom:0;
}

#news-section p.post-title{
    font-size: 12px;
    color:#000000;
    letter-spacing: -0.084em;
    margin-top: 10px;
}

#news-section p.post-desc{
    font-size: 10px;
    color: #585858;
    letter-spacing: -0.025em;
    margin-top: 5px;
}

.post-sec{
    height: 200px;
    padding: 0;
}

.post-link{
    position: absolute;
    bottom: 5px;
    font-size: 16px;
    color: #5996c3;
    letter-spacing: -0.084em;
}
/*end news-popup*/

/*youtube popup*/
.youtube-sec{
    height:215px;
    background-color: lightgray;
}

/*end youtube popup*/

/*footer*/
footer{
    margin: 10px 0 20px;
}

footer li {
    border-right: 1px solid #c1c1c1;
    display: inline-block;
    list-style: none;
    text-align: center;
    font-size: 10px;
    letter-spacing: -0.025em;
    padding: 0 10px;
}

footer li:nth-of-type(1){
    padding-left: 0;
}

footer li:last-of-type{
    padding-right: 0;
    border-right: none;
}

footer li a{
    color: #7f7f7f;
}

footer li a:hover{
    color: #3b5999;
    text-decoration: none;
}

footer ul{
    padding: 0;
    margin: 0 auto;
    width: 380px;
}
/*end footer*/


/*icons*/

.plus-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    cursor: pointer;
}
.plus-icon:before {
    content: '';
    display: block;
    height: 1px;
    width: 54px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
}
.plus-icon:after {
    content: '';
    display: block;
    height: 54px;
    width: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
}
.plus-icon .iconbg {
    width: 100%;
    height: 100%;
    -webkit-border-top-right-radius: 70px;
    -webkit-border-bottom-right-radius: 70px;
    -webkit-border-bottom-left-radius: 70px;
    -webkit-border-top-left-radius: 70px;
    -moz-border-radius-topright: 70px;
    -moz-border-radius-bottomright: 70px;
    -moz-border-radius-bottomleft: 70px;
    -moz-border-radius-topleft: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.3);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1);
    /* older webkit */

    -webkit-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    -moz-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    -o-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    /* custom */

}
.plus-icon:hover .iconbg {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0, 1.275);
    transition: all 300ms cubic-bezier(0, 0, 0, 1.275);
}
.arrow-plus-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    cursor: pointer;
}
.arrow-plus-icon:before {
    content: '';
    display: block;
    height: 1px;
    width: 54px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    -webkit-transition: all 0.1s 0s ease-in-out;
    -moz-transition: all 0.1s 0s ease-in-out;
    -o-transition: all 0.1s 0s ease-in-out;
    transition: all 0.1s 0s ease-in-out;
}
.arrow-plus-icon:after {
    content: '';
    display: block;
    height: 54px;
    width: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    -webkit-transition: all 0.1s 0s ease-in-out;
    -moz-transition: all 0.1s 0s ease-in-out;
    -o-transition: all 0.1s 0s ease-in-out;
    transition: all 0.1s 0s ease-in-out;
}
.arrow-plus-icon .iconbg {
    width: 100%;
    height: 100%;
    -webkit-border-top-right-radius: 70px;
    -webkit-border-bottom-right-radius: 70px;
    -webkit-border-bottom-left-radius: 70px;
    -webkit-border-top-left-radius: 70px;
    -moz-border-radius-topright: 70px;
    -moz-border-radius-bottomright: 70px;
    -moz-border-radius-bottomleft: 70px;
    -moz-border-radius-topleft: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.3);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1);
    /* older webkit */

    -webkit-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    -moz-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    -o-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    /* custom */

}
.arrow-plus-icon:hover .iconbg {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0, 1.275);
    transition: all 300ms cubic-bezier(0, 0, 0, 1.275);
}
.arrow-plus-icon:hover:before {
    width: 27px;
    /* transform */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 49px;
    top: 44px;
}
.arrow-plus-icon:hover:after {
    height: 28px;
    /* transform */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 38px;
    left: 34px;
}
.arrow-right-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    right:20px;
    top: 190px;
}
.arrow-right-icon:before {
    content: '';
    display: block;
    height: 1px;
    background-color: white;
    position: absolute;
    margin-left: -27px;
    width: 27px;
    /* transform */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 49px;
    top: 44px;
}
.arrow-right-icon:after {
    content: '';
    display: block;
    width: 1px;
    background-color: white;
    position: absolute;
    margin-top: -27px;
    height: 28px;
    /* transform */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 38px;
    left: 34px;
}
.arrow-right-icon .iconbg {
    width: 100%;
    height: 100%;
    -webkit-border-top-right-radius: 70px;
    -webkit-border-bottom-right-radius: 70px;
    -webkit-border-bottom-left-radius: 70px;
    -webkit-border-top-left-radius: 70px;
    -moz-border-radius-topright: 70px;
    -moz-border-radius-bottomright: 70px;
    -moz-border-radius-bottomleft: 70px;
    -moz-border-radius-topleft: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.3);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1);
    /* older webkit */

    -webkit-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    -moz-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    -o-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    /* custom */

}
.arrow-right-icon:hover .iconbg {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0, 1.275);
    transition: all 300ms cubic-bezier(0, 0, 0, 1.275);
}
.arrow-left-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    top: 190px;
}
.arrow-left-icon:before {
    content: '';
    display: block;
    height: 1px;
    background-color: white;
    position: absolute;
    margin-left: -27px;
    width: 27px;
    /* transform */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 45px;
    top: 44px;
}
.arrow-left-icon:after {
    content: '';
    display: block;
    width: 1px;
    background-color: white;
    position: absolute;
    margin-top: -27px;
    height: 28px;
    /* transform */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 38px;
    left: 31px;
}
.arrow-left-icon .iconbg {
    width: 100%;
    height: 100%;
    -webkit-border-top-right-radius: 70px;
    -webkit-border-bottom-right-radius: 70px;
    -webkit-border-bottom-left-radius: 70px;
    -webkit-border-top-left-radius: 70px;
    -moz-border-radius-topright: 70px;
    -moz-border-radius-bottomright: 70px;
    -moz-border-radius-bottomleft: 70px;
    -moz-border-radius-topleft: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-left-radius: 70px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(255, 255, 255, 0.3);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1);
    /* older webkit */

    -webkit-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    -moz-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    -o-transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    transition: all 500ms cubic-bezier(0.57, 0.155, 0.275, 1.485);
    /* custom */

}
.arrow-left-icon:hover .iconbg {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0, 0, 0, 1.275);
    transition: all 300ms cubic-bezier(0, 0, 0, 1.275);
}


/*animate text*/
.animate-text h2 {
    -webkit-transition: all 0.5s 0s ease-out;
    -moz-transition: all 0.5s 0s ease-out;
    -o-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
    /* transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    left: 0;
}
.animate-text h3, .animate-text p {
    -webkit-transition: all 0.5s 0s ease-out;
    -moz-transition: all 0.5s 0s ease-out;
    -o-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
    /* transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    left: 0;
}
.animate-text:hover h2 {
    left: 5px;
}
.animate-text:hover h3, .animate-text:hover p {
    left: -5px;
}


/*modal*/
.modal{
    top: 10%;
}

.modal h1{
    font-weight: 900;
    font-size: 45px;
    letter-spacing: -0.065em;
    color: #000000;
    text-align: left;
}

.modal h2{
    font-weight: 900;
    font-size: 26px;
    letter-spacing: -0.065em;
    color: #000000;
    text-align: left;
    margin-top: 0;
}

.modal p{
    font-size: 16px;
    letter-spacing: -0.040em;
    color: #000000;
    text-align: left;
    position: inherit;
}

.modal .modal-btn{
    font-size: 16px;
    letter-spacing: -0.049em;
    color: #ffffff;
    background-color: #f2862b;
    padding: 8px 15px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

.modal .modal-btn:last-of-type{
    margin-right: 0;
}

.modal .modal-btn:hover{
    background-color: #e87f27;
}

.modal-content {
    padding: 15px 20px;
    border-radius: 0;
}

.modal-header{
    border: none;
}

.modal-header img{
    width: 85px;
}

.nav-tabs{
    border: none;
    margin-bottom: 3px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #767676;
    cursor: default;
    background-color: #d0d8db;
    border: none;
    border-bottom-color: transparent;
    font-size: 16px;
    letter-spacing: -0.049em;
    border-radius: 0;

}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    background-color: #f3f3f3;
    color: #767676;
    font-size: 16px;
    letter-spacing: -0.049em;
}


.tab-pane{
    background-color: #d0d8db;
    padding: 30px 20px;
    margin-top: 5px;
}

#moveOfficeModal .modal-btn{
    margin-top: 40px;
}

.modal-btn.ver-mas{
    padding: 8px 27px;
}


.modal .nav-tabs li.modal-btn-sec{
    float: right;
}

.modal .nav-tabs li.modal-btn-sec a{
    padding: 0;
}

.modal .nav-tabs li.modal-btn-sec .modal-btn{
    padding: 10px 15px;
}

.modal-big-slider{
    height: 200px;
    margin-bottom: 20px;
}

.modal-big-slider .arrow-left-icon, .modal-big-slider .arrow-right-icon{
    top: 63px;
}

.modal-small-slider{
    height: 175px;
    margin-top: 20px;
}

.modal-small-slider .arrow-left-icon, .modal-small-slider .arrow-right-icon{
    top: 55px;
}

#modelsModal .carousel-control.left, #modelsModal .carousel-control.right{
    background: none;
}

.modal-big-slider .images img{
    margin: 0 auto;
    height: 200px !important;
}

.modal-small-slider .images{
    margin: 0 auto;
    width: 90%
}

.modal-small-slider .col-md-4{
    display: inline-block;
}

#modelsModal .arrow-right-icon:before, #modelsModal .arrow-right-icon:after, #modelsModal .arrow-left-icon:before, #modelsModal .arrow-left-icon:after{
    background-color: #565857;
}

/*end modal*/



@media (min-width: 768px){
    /* .container {
         width: 850px;
     }*/

    .navbar-collapse{
        margin-top: 0;
    }


    .navbar-nav {
        margin-top: 75px;
    }

    .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-nav>li {
        border-right: 1px solid #c1c1c1;
    }

    .navbar-nav>li:last-of-type {
        border-right: none;
    }

    .navbar-right {
        margin-top: 60px;
        padding: 0;
    }

    .navbar-nav.navbar-right{
        margin-top: 15px;
    }

    .navbar-right~.navbar-right {
        margin-right: -329px;
    }

    .container.main-content{
        border: 2px solid #cfd7d9;
        padding-bottom: 5px;
    }

    #modelsModal .modal-dialog {
        width: 815px;
    }
}
