

*{ padding: 0; margin: 0;}

/***/

a{ display: block; }

a:hover,
a:active{
    text-decoration: none;
}

.ie8 a:focus {
    outline: 0 !important;
}

a{ outline: none;
}

a:active, a:focus {
    outline: none;
}

a:focus, *:focus {
    noFocusLine: expression(this.onFocus=this.blur());
}



:focus {
  -moz-outline-style: none;
}

b, strong {
    font-family: vwsemibold;
    font-weight: normal;
}

h1, h2, h3, h4, h5 {
    color: #2f3538;
}

/* Change It To This: */

:-moz-any-link:focus {
  outline: none;
}

select::-ms-expand {
    display: none;
}


p a {
    display: inline;
}

p {
    font-size: 16px;
}

a, a:active, a:focus{ outline: 0; text-decoration: none;}

.vw_typefaces{}


@font-face {
    font-family: vwblack;
    src:url('vw_typefaces/vwheadlineot-black.eot');
    src: url('vw_typefaces/VWHeadlineot-black.eot?#iefix') format('embedded-opentype'),
         url('vw_typefaces/vwheadlineot-black.woff') format('woff'),
         url('vw_typefaces/VWHeadlineOT-Black.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: vwbook;
    src: url('vw_typefaces/VWHeadlineot-book.eot');
    src: url('vw_typefaces/VWHeadlineot-book.eot?#iefix') format('embedded-opentype'),
         url('vw_typefaces/vwheadlineot-book.woff') format('woff'),
         url('vw_typefaces/VWHeadlineOT-Book.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: vwsemibold;
    src: url('vw_typefaces/VWHeadlineot-semibold.eot');
    src: url('vw_typefaces/VWHeadlineot-semibold.eot?#iefix') format('embedded-opentype'),
         url('vw_typefaces/vwheadlineot-semibold.woff') format('woff'),
         url('vw_typefaces/VWHeadlineOT-Semibold.ttf') format('truetype');
    font-weight: normal;
}



/*@font-face {
  font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: 'Semibold';
src: url('vwcom/fonts/VWHeadlineOT-Semibold.eot');
src: url('vwcom/fonts/VWHeadlineOT-Semibold.eot?#iefix') format('embedded-opentype'), url('vwcom/fonts/VWHeadlineOT-Semibold.ttf') format('truetype'), url('vwcom/fonts/VWHeadlineOT-Semibold.svg#VWHeadlineOT-Black') format('svg'), url('vwcom/fonts/VWHeadlineOT-Semibold.woff') format('woff');
}*/


/*

@font-face{
    font-family:'VWHeadlineOTBookDCC';
    src:url('vw_typefaces/vwheadlineot-book-webfont.eot');
    src:url('vw_typefaces/vwheadlineot-book-webfont.woff') format('woff'),
        url('vw_typefaces/vwheadlineot-book-webfont.ttf') format('truetype'),
        url('vw_typefaces/vwheadlineot-book-webfont.svg#webfontif4y2CXB') format('svg');
    font-weight:normal;
    font-style:normal;

}
@font-face{
    font-family:'VWHeadlineOTBlackDCC';
    src:url('vw_typefaces/vwheadlineot-black.eot');
    src:url('vw_typefaces/vwheadlineot-black-webfont.woff') format('woff'),
        url('vw_typefaces/vwheadlineot-black-webfont.ttf') format('truetype'),
        url('vw_typefaces/vwheadlineot-black-webfont.svg#webfontExvYri4V') format('svg');
    font-weight:normal;
    font-style:normal;

}
@font-face{
    font-family:'VWHeadlineOTSemiBoldDCC';
    src:url('vw_typefaces/vwheadlineot-semibold-webfont.eot');
    src:url('vw_typefaces/vwheadlineot-semibold-webfont.woff') format('woff'),
        url('vw_typefaces/vwheadlineot-semibold-webfont.ttf') format('truetype'),
        url('vw_typefaces/vwheadlineot-semibold-webfont.svg#webfontmqnnSj2W') format('svg');
    font-weight:normal;
    font-style:normal;

}

    */


body{
    font-family: vwbook,Arial,Helvetica,sans-serif;
    /*background-image: url("../volkswagen_desktop_homepage_v3.jpg");*/
    background-position: center top;
    color: #2f3538;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* non comment */

/*.gray{ background-color: #f3f5f6;}*/



.mob {
    display:none;
}

.fr{
float: right;

}

.fl{
float: right;
}



.footerWrapper {
    display: block;
}

.request_contactaboutcar h2 {
    padding-right: 50px;
}



.clear{ clear: both;}

.sub-navigation.row {
    margin: 0;
}

.sub-navigation{
    color: #808890;
    font-size: 11px;
    padding: 7px 0 0;
    -webkit-box-shadow: 0 0px 5px 0 rgba(35, 31, 32, 0.1) inset;
    -moz-box-shadow:    0 0px 5px 0 rgba(35, 31, 32, 0.1) inset;
    box-shadow:         0 0px 5px 0 rgba(35, 31, 32, 0.1) inset;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=5, Color=#ff0000);
    background-color: #f4f5f7;
    border-bottom: 1px solid #e2e3e5;
    z-index: 11;
}

.sub-navigation i{
    font-size: 20px;
    margin-left: 2px;
    margin-right: 6px;
    margin-top: 1px;
}
.sub-navigation p{
    color: #808890;
    margin-bottom: 6px;
}

.sub-navigation a{
    color: #808890;
}

    .sub-navigation a.phone:hover {
        color: #0099da;
    }

    .sub-navigation .youtube a {
        background: url(images/youtube-icon.jpg) center center no-repeat;
    }

        .sub-navigation .youtube i {
            opacity: 0
        }

.firefox .sub-navigation .col-md-5{
    padding: 5px 0 0;
}
.sub-navigation .col-md-5 {
    padding: 0;
    max-width: 40.5%;
    width: auto;
    margin-right: 20px;
}

.mozilla .sub-navigation p.loaction {
  margin-top: 4px;
  margin-bottom: 6px;
}

.sub-navigation .col-md-6 {
    padding: 0;
}

.contact-links-header span {
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    font-size: 11px;
}
.loaction span {
    margin-top: 0px;
}

.firefox .loaction span {
    margin-top: 1px;
}


.sub-navigation .loaction i {
    margin-top: -2px;
}

.sub-navigation-request > div{
    width: 100%;
}

.sub-navigation-request > div > a{
    float:right;
}

.sub-navigation-request .phone {
}

.sub-navigation-request .phone i {
    margin-bottom: -2px;
    margin-top: 5px;
    vertical-align: bottom;
}

.sub-navigation-request ul{
    float: right;
    margin-bottom: 0;
}

.sub-navigation-request ul li{
    margin-left: 12px;
    width: 25px;
}

.social-mediaHeader li.yt {
    position: relative;
}

    .social-mediaHeader li.yt a {
     z-index: 5;
     position: relative;
     color: #f4f5f7;
     -webkit-text-stroke: 1px #808890;
     -webkit-text-fill-color: #f4f5f7;
      text-shadow:
-1px -1px 0 #808890,
    1px -1px 0 #808890,
   -1px  1px 0 #808890,
    1px  1px 0 #808890;
    }

.social-mediaHeader li span{
    background-color: #808890;
    height: 15px;
    margin: 5px;
    position: absolute;
    width: 15px;
    z-index: 1;
}

.sub-navigation-request ul a{
    color: #808890;
    display: block;
}

.sub-navigation-request ul a:hover,
.sub-navigation-request ul a:active{
    color: #0099da;
    }

.request{
    border: 1px solid #808890;
    border-radius: 3px;
    margin-right: 2px;
    margin-top: 2px;
    padding: 3px 13px;
    margin-left: 13px;
	transition: background-color 0.5s ease;
	}

.request:hover,
.request:active{
    background-color: #0099da;

    color: #fff;
    text-decoration: none;
    }

.request i{

}

.sub-navigation-request ul i{
    font-size: 28px;
    margin: -1px 0 0;
}

.col-md-6,
.col-md-12{ padding: 0}


.mainNav,
.mainNav li,
.sub-navigation-request ul,
.sub-navigation-request ul li{
    display: inline-block;
    list-style: none;
}



.main-navigation.row {
    margin:0;
}
.main-navigation {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(35, 31, 32, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(35, 31, 32, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(35, 31, 32, 0.1);
}


.main-navigation .col-md-4{
    margin-left: 1px;
    margin-top: 19px;
    padding: 0;
}


.newCarsPage .newCarNav > a,
.usedCars .usedCarNav > a,
.servicesPage .serviceNav > a,
.financePage .financeNav > a,
.fleetPage .fleetNav > a {
    color: #0099da;
}



.main-navigation nav .financeNav > a{
   color: #231f20;
}

.newCarsPage .main-navigation nav  .financeNav > a,
.usedCars .main-navigation nav .financeNav > a,
.servicesPage .main-navigation nav .financeNav > a,
 .fleetPage .main-navigation nav .financeNav > a {
    color: #231f20;
}

.newCarsPage .main-navigation nav  .financeNav:hover > a,
.usedCars .main-navigation nav .financeNav:hover > a,
.servicesPage .main-navigation nav .financeNav:hover > a,
 .fleetPage .main-navigation nav .financeNav:hover > a {
    color: #0099da;
}


a.logo{
    font-family: vwblack;
    font-size: 24px;
    color: #1d1f20;
    margin-top: 8px;
}

a.logo img {
    display: block;
    float: left;
    margin: -6px 10px 0 0;
}

a.logo:hover,
a.logo:active{
    color: #0099da;
    text-decoration: none;
}
.main-navigation{
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(35, 31, 32, 0.1);
    -moz-box-shadow:    0px 3px 3px 0px rgba(35, 31, 32, 0.1);
    box-shadow:         0px 3px 3px 0px rgba(35, 31, 32, 0.1);
    position:           relative;
    z-index: 11;
}

.main-navigation nav a{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(35, 31, 32, 0.004);
    /*text-shadow: 0 0 0;*/
    }

.ie8 .main-navigation {

}
.main-navigation nav{
    font-size: 16px;
    margin-top: 25px;
    padding: 0;
    vertical-align: top;
    width: 65%;
    float: right;
    font-family: vwbook;
}

.main-navigation nav ul{
    /*margin-bottom: 26px;*/
     position: relative;
    z-index: 99;
    margin-bottom:0;
}

.main-navigation nav li{
    /*margin-left: 19px;*/
}

.main-navigation nav > ul > li:last-child{
    background-color: #0099da;
    border-radius: 3px;
    margin-left: 35px;
    padding: 0 13px 0;
	transition: background-color 0.25s ease;
}

.main-navigation nav > ul > li:last-child:hover,
.main-navigation nav > ul > li:last-child:active{
	background-color: #dee1e3;
}


.newCarsPage .newCarNav > a {
    color: #0099da !important;
}

.main-navigation nav > ul > li.new-car-link > a{
    padding: 0 20px 36px;
}
.main-navigation nav > ul > li.services-link > a {
    padding: 0 10px 36px 20px;
}
.main-navigation nav > ul > li.finance-link > a {
    padding: 0 20px 36px 10px;
}





.main-navigation nav > ul > li > a{ color: #231f20; padding: 0 0px 36px; /*padding-bottom:36px; */ }
.main-navigation nav > ul > li.active > a,
.main-navigation nav li a:hover,
.main-navigation nav li a:active{color: #0099da;}


.main-navigation nav > ul > li:last-child > a{ color: #fff; padding:8px 20px 9px; }




.banner-area{

    background-color:#fff;
    background-position: center top;
    height: 630px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    overflow: hidden;
}

.ie8 .banner-area {

}

.ie8-header-shadow {
    display: none;
}

.ie8 .ie8-header-shadow {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    background: url(header-shadow-ie8.png) repeat;
    height: 4px;
    z-index: 10;
}



.banner-area .owl-item li {
    overflow:hidden;
    text-align: center;
    position: relative;
    background-position: center center;
    background-size: cover;
}



.banner-area .owl-item li img {
opacity:0;
}


.banner-area .owl-item li img {
    height: 100%;
    min-width: 100%;
    width: auto;

    /*min-height: 100%;
    min-width: 100%;*/
}


.ie8 .banner-area .owl-item li img {
    height: auto !important;
    width: auto !important;
    min-width: auto !important;
}


.owl-pagination {
  display: block;
  left: 50%;
  margin-left: -60px;
  margin-top: 0px;
  position: absolute;
  top: 580px;
  z-index: 599;
}

.owl-theme .owl-controls {
    margin: -50px auto 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}


    .owl-theme .owl-controls .owl-dot {
        float: none;
        display: inline-block;
    }

.owl-theme .owl-controls .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
}
.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span,
.owl-theme .owl-controls.clickable .owl-dot:active span {
  background: #0099da;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span,
.owl-theme .owl-controls.clickable .owl-dot:active span {
  background: #0099da;
}

   /* .main-banner-images li img {

        height: 100%;
    }*/

header {
    width: 100%;
    /*position: fixed;
    overflow: hidden;*/
    top:0;
    z-index:88;

}



body {
    /*padding-top: 130px;*/
    padding-top:0;
}

.home header {
    position: relative;
}

.ie8 header {
    position: relative;
    z-index: 12;
}

/*.promotions_carousel_header li {
    text-align: center;
    position: relative;
}*/

.promotions_carousel_header li {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.owl-nav {
    display: none;
    }

.banner-area .container{
    position: absolute;
    left: 50%;
    margin-left: -585px;
    top: 0;
    z-index:9;
    }



.secondPanel .banner-area-right {
    background: url("../images/panel-content-bg.png") repeat scroll 0 0;
    bottom: 0;
    height: 163px;
    margin: 0;
    padding: 22px 24px 22px 21px;
    top: initial;
    width: 94%;
}

.ie8 .secondPanel .banner-area-right {
    width: 94.3%;
    top:237px;
}

.ie8 .promotions_details .banner-area-right {
        background: url("../images/panel-content-bg.png") repeat scroll 0 0;

}

.mozilla11 .secondPanel .banner-area-right,
.ie10 .secondPanel .banner-area-right,
.ie9 .secondPanel .banner-area-right {
     top:240px;
}

.secondPanel li,
.secondPanel .owl-item li,
.promotions_details .owl-item li {
        overflow: hidden;
        list-style: none;
    }

.secondPanel img,
.promotions_details .owl-item img{
height: 400px;
width: auto;
}

.secondPanel .promotions_details .banner-area-right {
    width: 100%;
}

.secondPanel .banner-area-right h1,
.promotions_details .banner-area-right h1,
.secondPanel .banner-area-right h1 span,
.promotions_details .banner-area-right h1 span {
    font-family: vwblack;
    font-size: 26px;
    letter-spacing: 0.025em;
    line-height: 1.39em;
    margin: -7px 0 0;
    background-color: transparent;
    float: left;
    width: 100%;
    padding:0;
}

.secondPanel .banner-area-right h1 {
    line-height: 1.1em;
}

.secondPanel .banner-area-right p,
.promotions_details .banner-area-right p {
    background-color: transparent;
    float: left;
    width: 100%;
    color: #999999;
    font-size: 16px;
    margin-top: 2px;
    padding:0;
    height: 46px;
    overflow: hidden;
    display:block;
}

.secondPanel .banner-area-right p span,
.promotions_details .banner-area-right p span {
    background-color: transparent !important;
    float: left;
    width: 100%;
    color: #999999 !important;
    font-size: 16px !important;
    margin-top: 2px;
    padding:0;
    height: 48px;
    overflow: hidden;
}

.promotions_details .owl-theme .owl-controls {
    width: 100%;
    margin: -30px auto 0;
}
@media screen and (max-width: 800px) and (min-width: 640px) {
    .promotions_details .owl-theme .owl-controls {
        width: 100%;
        margin: -60px auto 0;
    }
}
.promotions_details .owl-theme .owl-controls .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.promotions_details .owl-theme .owl-controls .owl-dot {
    display: inline-block;
    float: none;
}

    .content-container p span {
    color: #1d1f20 !important;
    font-family: vwbook !important;
    font-size: 16px !important;
    }

.newPress table {
    width: 100%;
}

.InformationText.offers img,
.newPress .mainpromoimg {
    width: auto;
    max-height: 250px;
    max-width: 100%;
    float: left;
    margin-right: 25px;
}

.InformationText.offers img + p,
.newPress .mainpromoimg + p{
  margin: 10px 0 20px 0;
}

.newPress .site_image_3 img{
    width: 100%;
}

.newPress div,
.newPress p,
.newPress p span {
    color: #1d1f20 !important;
    font-family: vwbook !important;
    font-size: 16px !important;
    line-height: 1.2em;
    width: 100% ;
}

    .newPress div img,
    .newPress p img,
    .newPress p span img {
        /*width: auto !important;*/
        margin: 10px 0 20px;
    }







.linkarea {
 /*   background-image: url(panels.jpg);
    background-position: center top;*/
    background-color: #f3f5f6;
    margin-top: -5px;
}



.linkarea .col-md-10{
    padding: 0;
    margin: 0 auto;
    float: none;
}

.linkarea article {
    margin-top: 68px;
    margin-bottom: 75px;
    padding: 0;
    text-align: center;
    width: 20%;
    position: relative;
    height:275px;
}

.linkarea article span{
    height:78px;
    width: 100%;
    display: inline-block;
}

.linkarea article img {
    display: inline-block;
}

.linkarea article i.fa-file-o {
    font-size: 74px;
    margin-top: 3px;
}

.linkarea article i.fa-eur {
    font-size: 83px;
    margin-bottom: -5px;
}
.linkarea article i.fa-phone {
    font-size: 83px;
    margin-bottom: -5px;
}

.linkarea article i.fa-credit-card{
    font-size: 76px;
}

.linkarea article i{
    color: #0099da;
}

.linkarea article h2{
    color: #231f20;
    font-family: vwblack;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 12px;
    }

.linkarea article h2 a{
    color: #1d1f20;
    }
.linkarea article > a{
   background: none repeat scroll 0 0 #fff;
    border: 1px solid #dee1e3;
    border-radius: 5px;
    bottom: 0;
    color: #0099da;
    font-family: vwsemibold;
    font-size: 16px;
    margin: 0 11%;
    padding: 10px 0 9px;
    position: absolute;
    width: 78%;
    }

    .linkarea article > a:hover {
    background: none repeat scroll 0 0 #0099da;
    border: 1px solid #0099da;
    color: #fff;
    }

.linkarea article p {
    color: #666;
    font-family: vwbook;
    font-size: 16px;
    letter-spacing: -0.025em;
    line-height: 1.25em;
    margin-bottom: 39px;
    padding: 0 15px;
}


#panel-area {
   /* background-image: url(threepanels.jpg);
    background-position: center top;*/

}


.content-container img.widthAuto {
    text-align: center;
    width: auto;
    }

.content-container ol {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0 10px;
    width: 100%;
}

#panel-area article{
    position: relative;
    height: 400px;
    padding: 0;
    display: block;
     padding: 0 20px 0 0;
     margin-top: 80px;
}


.mob-img-container {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 94.9%;
    z-index: 1;
    background-color: #000;
}

    .mob-img-container img {
        width: 100%;
        /*height: 100%;*/
    }

aside > p {
    line-height: 0.8em;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    margin-bottom: 10px;
}

aside p small{
    font-size: 13px;

}

.article-info{
    background: url("../images/panel-content-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #fff;
    display: inline-block;
    padding: 22px 23px;
    position: absolute;
    width: 94.9%;
    z-index: 2;
    padding: 22px 24px 22px 21px;
}

.article-info h2{
    font-family: vwblack;
    font-size: 26px;
    margin: -7px 0 0;
    line-height: 1.39em;
    letter-spacing: 0.025em;
    }

.article-info p{
    color: #999999;
    font-size:16px;
    margin-top: 2px;
}

.article-info p span{
    color:#fff;
    margin-left: 8px;
}

    .article-info p span:before {
        content: '€';
    }

.article-info a{
    background-color: #fff;
    border-radius: 5px;
    color: #0099da;
    font-family: vwsemibold;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 14px;
    padding: 10px 0;
    text-align: center;
    width: 61%;
}

.ie10 .article-info a,
.mozilla .article-info a{
    margin-top: 23px;
}

.ie9 .article-info a,
.ie10 .article-info a{
    margin-top: 18px;
}
.ie8 .gray.article-info A{
    margin-top: 8px !important;
}


.firefox .article-info a {
    margin-top: 9px;
}


.hideScroll {
    overflow: hidden;
    border-right:1px solid #dee1e3;
}

.form-group .hideScroll select {
    width: 110% !important;

}


#iframeNewsCars {
    background-color: #ff871f;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: vwbook,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 43px;
    padding: 0 20px;
    margin-bottom: 50px;
}

#iframeNewsCars:hover {

}

.used_car_search #ctl00_ddlMake option:nth-child(2),
.search-form #ctl00_ddlMake option:nth-child(2) {
    background-color: #0099da;
    color: #fff;

}


#loader1 {
    background: #fff none repeat scroll 0 0;
    height: 166px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    top: 200px;
    width: 140px;
    border-radius: 10px;
}

.uil-default {
    left: 50%;
    margin: 4px 0 0 -60px;
    position: absolute;
    top: 0;
}
#loader1 p {
    color: #0099da;
    margin-left: 3%;
    margin-top: 128px;
    text-align: center;
    width: 100%;
}

.iframe-footer-text{
	width: 100%;

}

.iframe-footer-text p{
	font-size: 10px;
	padding: 10px;
	color: #8994a0;
	font-family: vwbook,Arial,Helvetica,sans-serif;
	text-align: center;
    }

.iframe-footer-text a,
.iframe-footer-text a:active,
.iframe-footer-text a:focus{ outline: 0 !important}


/*


#panel-area .container{ border-left: 1px solid #000; border-right: 1px solid #000; }*/

#panel-area{
    padding-bottom: 80px;
}


#panel-area .container article {
    padding: 0 11px 0 10px;
}

#panel-area .container article:first-child{
    padding-left: 0;
}

#panel-area .container article:last-child{
    padding-right: 0;
}

/*#panel-area .container article:last-child .article-info {
    background-image: none;
    color: #000;
    position: relative;
}

#panel-area .container article:last-child .article-info{
    background-image: none;
}*/

#panel-area .container article:last-child .article-info h2{
    width:100%;
    margin: 0;
}

.news .article-info{
/*background-color: #dee1e3;*/
    margin-left: 11px;
    position: relative;
    width: 100%;
    padding-top: 29px;
    background-color: #dee1e3;
    background-image: none;
    height: 100%;
}

.news .content-container {
    padding:0;
    margin-bottom: 15px;
}

.news .article-info h2{
    color: #231f20;
    font-family: vwsemibold;
    margin-bottom: 20px;
}

.news .article-info ul{
     margin-top: 26px;
    list-style: none;
    margin-bottom: 32px;
}

.news .article-info ul li {
    margin-bottom: 28px;
}

.news .article-info .Subhead2 h2{
    color: #231f20;
    font-family: vwblack;
    font-size: 16px;
    line-height: 1.35em;
    margin-bottom: 2px;
    padding-left:0;
}

.news .article-info .InformationText{
    color: #666666;
    display: inline-block;
    font-family: vwbook;
    font-size: 16px;
    letter-spacing: -0.003em;
    max-height: 46px;
     margin-bottom: 4px;
    overflow: hidden;
}

.ie9 .news .article-info .InformationText,
.ie8 .news .article-info .InformationText {
    overflow: hidden;
    height: 50px;
    float: left;
}

.ie8 .article-info.gray a {
    margin-top: 0;
    margin-bottom: 1px;
}


.sitemap {
    margin-left: 20px;
}

    .sitemap img {
        display: none;
    }

.content-container ul.sitemap > li > a {
    font-size: 18px;
    margin-top: 20px;
    font-family: vwbook;
}

    .content-container ul.sitemap ul{
    list-style: outside none none;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0 10px 0 20px;
    width: 100%;
}
.content-container ul.sitemap a {
    color: #666666 !important;
}

    .content-container ul.sitemap a:hover,
    .content-container ul.sitemap a:active {
        color: #0099da !important;
    }



.news .article-info td a{
    background-color: transparent;
    border-radius: 5px;
    color: #0099da;
    font-family: vwbook;
    font-size: 16px;
    padding: 0;
    text-align: center;
    width: auto;
    display: inline;
    margin-top: 4px;
}

.news .article-info a {
    background-color: #0099da;
    color: #fff;
    display: inline-block;
 }

.newPress p {
    font-size: 16px;
}

#sidebar_right {
    font-size: 16px;
}

.about-us-area{
/*    background: url("../images/about-image-bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 80px 0 68px;

}

.about-us-panel{
background: url("../images/panel-content-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
float:right;
width: 400px;
padding: 30px;
color:#fff;
}

.about-us-panel h2{
    width: 100%;
    font-family: vwblack;
    font-size: 28px;
    margin-bottom: 35px;
    padding: 0;
    margin-top:0;
}

.about-us-panel p{
   font-size: 16px;
    font-family: vwbook;
    margin-bottom: 50px;
}

    .about-us-panel p span {
        color: #fff !important;
        background-color: transparent !important;
        font-family: vwbook !important;
        font-size: 16px !important;
    }




.about-us-panel  a{
    background-color: #0099da;
    border-radius: 5px;
    color: #fff;
    font-family: vwblack;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    width: 61%;
}

footer{
    padding-top: 63px;
    background-color: #dee1e3;
    margin-top: 30px;
   /* background-image: url(footer.jpg);
    background-position: center top;*/
}

.home footer {
    margin-top: 0;
}


    footer .col-md-6 {
        padding: 0;
    }

footer h3{
    font-size: 24px;
    line-height: 36px;
    color: #808890;
    font-family: vwsemibold;
    margin-bottom: 16px;
    margin-top: 0;
}

.opening-hours p {
    margin-bottom:0;
}

.opening-hours p span{
        color: #808890 !important;
         font-size: 16px !important;
          font-family: vwbook,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
    .opening-hours p span strong {
    font-family: vwsemibold !important;
    font-weight: normal !important;
    }
    .opening-hours p span a {
        font-family: vwsemibold !important;
            color: #808890 !important;
    }
        .opening-hours p span a:hover {
            color: #fff !important;
        }

.map{
  /*  background-image: url(../images/placeholder-map.jpg);*/
    width:270px;
    height: 275px;
    display: block;
}

footer .address-footer {
    padding-top: 52px;
}

.address-footer p {
    padding: 0 60px 0 7px;
}

.address-footer,
.address-footer a{
    font-size: 16px;
    line-height: 24px;
    color: #808890;
    font-family: vwbook;
}
    .address-footer p {
    text-transform: capitalize;
    width: 100%;
    }


    .address-footer a {
        margin: -2px 0 15px 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #bdbdbd;
        width: 90%;
    }

.address-footer a i{
    font-size: 21px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 2px;
}

    .address-footer a:hover {
        color: #fff;
    }

footer ul{
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #808890;
    font-family: vwbook;
    margin-top: 0;
    margin-bottom: 35px;
}

footer ul span{
    width: 70px;
    display: inline-block;
}

.socialMedia li{
    display: inline-block;
    margin-right: 16px;
}

.socialMedia li a{
    background-color: #808890;
    border-radius: 35px;
    color: #dee1e3;
    font-size: 20px !important;
    height: 35px;
    /*padding: 7px 0;*/
    padding:5px 0 0 0;
    text-align: center;
    width: 35px;
	transition: all 0.25s ease;
}

    .socialMedia li a:hover {
    color:  #808890;
    background-color: #dee1e3;
    }

.socialMedia li a .fa{    font-size: 20px !important;}


.socialMedia .fa.fa-facebook {
    width: 13px;
}

.socialMedia .fa.fa-youtube-play {
    width: 20px;
}

.socialMedia .fa.fa-twitter {
    width: 19px;
}

#signUpForm{
    width: 100%;
}

#signUpForm input{
    width: 100%;
}

input[type="text"],
input[type="email"]{
    border: 1px solid #808890;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #808890;
    padding: 10px 15px;
    margin-bottom: 20px;
}
#bookServies input[type="submit"],
input[type="submit"]{
    background-color: #0099da;
    border-radius: 5px;
    color: #fff;
    font-family: vwblack;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    border: none;
	transition: background-color 0.5s ease;
}

#bookServies input[type="submit"]:hover,
input[type="submit"]:hover,
#bookServies input[type="submit"]:active,
input[type="submit"]:active{
	background-color: #dee1e3;
    color: #1d1f20;
}

.social input[type="submit"]:active,
.social input[type="submit"]:hover {
        background-color: #f3f5f6;
    }

#footer-bottom{
    background-color: #2f3538;
    margin-top: 78px;
}

.leftside p{float: left;}

.leftside p{
    color: #999999;
    font-family: vwbook;
    font-size: 11px;
    line-height: 15px;
    margin-top: 13px;
    }

.leftside p a{
    color: #999999;
    }

.leftside p:first-child{
    color: #fff;
    margin-right: 12px;
}

.rightside ul {
    float: right;
    margin-bottom: 12px;
    margin-top: 17px;
}
.rightside li{
    float: left;
    height: 9px;
    border-right: 1px solid #fff;
}

.rightside li:last-child{
    border: none;
    padding-right: 0;
}

.rightside li a{
    color: #fff;
    padding: 0 6px;
     font-size: 11px;
    line-height: 8px;
    font-family: vwbook;
}

footer .rightside li a:hover {
    text-decoration: underline;
}


.social .join {
        line-height: 21px;
    margin-bottom: 25px !important;
}

#bookServies,
#bookServies > div {
    padding: 0;
}

 #bookServies > div {
    margin-top: 10px;
    padding: 0;
}
    #bookServies label {
        display: inline-block;
        font-weight: bold;
        margin-bottom: 5px;
        max-width: 100%;
        width: 100%;
    }

#bookServies input{
    background-color: transparent;
    border: 1px solid #dee1e3;
    border-radius: 5px;
    color: #808080;
    font-size: 16px;
    margin-bottom: 22px;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    z-index: 3;
    font-weight: normal;
}

.job_item {
    margin-bottom: 35px;
}

.content-container .job_item h2 {
        margin-bottom:10px;
    }
.job_item strong {

font-weight: normal;}


footer .social input {
        padding: 9px 15px;
    width: 100%;
}

.opening-hours .col-md-6 {
padding-left: 14px;
}

    .opening-hours .col-md-6 h3 {
        margin-bottom: 18px;
    }

    .opening-hours .col-md-6:first-child h3 {
    margin-bottom: 21px;
}

    .opening-hours .col-md-6 ul {
        margin-bottom: 27px;
    }
    .opening-hours .col-md-6 ul.socialMedia {
    margin-left: -6px;
}
        .opening-hours .col-md-6:first-child ul li a {
            color: #808890;
            display: inline-block
        }

.opening-hours .social {
    padding-left: 22px;
}


.inner.banner-area{
    background: url(../images/inner_page_banner.jpg) no-repeat left top;
    height: 408px;
}

.inner.banner-area.news{
        background: url(../images/inner_page_banner_new.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 408px;
}

.inner.banner-area.services{
    background: url(/images/service.png) no-repeat left top;

}
.inner.banner-area.fleet{
    background: url(/images/fleet.png) no-repeat left top;

}

.inner.finance .col-md-3 {
    padding-right: 10px;
}

.maincontent {
    min-height: 270px;
}

.maincontent aside nav{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dee1e3;
    padding: 28px 15px 28px 30px;
    margin-top: 47px;
    }

.maincontent aside nav h2{
    font-size: 28px;
    color:  #0099da;
    font-family: vwsemibold;
    margin-top: 0;
    margin-bottom: 30px;
}

.maincontent aside nav ul{
    list-style: none;
    }

.maincontent aside nav ul li{
    font-size: 16px;
    line-height: 25px;
    font-family: vwbook;
}

.maincontent aside nav ul li a{
    color: #2f3538;
    padding-bottom: 0;
}

.maincontent aside nav ul li.active a,
.maincontent aside nav ul li a:hover,
.maincontent aside nav ul li a:active{
    color:  #0099da;
}

.thankyouService h1,
.content.inner h1{
    color: #1d1f20;
    font-family: vwbook;
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0;
    font-family: vwsemibold;
}


.thankyouService > div {
    color: #1d1f20;
    font-family: vwbook;
    font-size: 16px;
    padding: 0 10px;
}


.content-container{
    padding: 32px 22px;
    border: 1px solid #dee1e3;
    border-radius: 10px;
    margin-bottom: 30px;
}

.details .content-container{
    border: 1px solid #dee1e3;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 25px 29px;
	}

.content-container h2{
    font-size: 28px;
    color:  #0099da;
    font-family: vwbook;
    margin-top: 0;
    margin-bottom: 35px;
    padding-left: 10px;
}

.content-container h4{
    font-size: 24px;
    color:  #1d1f20;
    font-family: vwbook;
    margin-top: 0;
    padding:20px 10px;
}

.content-container p{
    color: #1d1f20;
    font-family: vwbook;
    padding: 0 10px;
    font-size: 16px;
}

.content-container img{
    width: 100%;
    }

.content-container img.nomargin {
    width: auto;
}



#ctl00_cphMain_divService label strong {
    font-weight: normal;
}

#ctl00_cphMain_divService label strong {
    display: inline-block;
    font-size: 16px;
    width: 115px;
    vertical-align: top;
}

.used_sliders div.value-area {
    display: inline-block;
    position: relative;
    width: auto;
}



.used_sliders div.value-area span{
    font-weight: normal;
    left: 5px;
    position: absolute;
    top: 2px;
}

.usedCars .used_sliders div.value-area span {
       top: 3px;
}

#ctl00_cphMain_divService select,
#ctl00_cphMain_divService textarea {
        background-color: #fff;
    border: 1px solid #808890;
    border-radius: 5px;
    color: #808890;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
}

#ctl00_cphMain_divService select {
    width: 214px;
}

#ctl00_cphMain_divService textarea {
    width: 275px;
}

 .content-container ul{
    list-style: none;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    padding: 0 10px;
 }

 .content-container li i{
    color:  #0099da;
    margin-right: 7px;

 }

  .content-container li{
    font-size: 16px;
    color: #1d1f20;
    font-family: vwbook;
    margin-bottom: 5px;
  }

.details .social-share,
  .social-share{ width: 100%; list-style: none; margin-top: 25px;}

.details .social-share li,
    .social-share li{ width: 23px; height: 20px; margin-right: 5px; float: left; display: block;}

.details .social-share li a,
.social-share li a{ width: 100%; display: block; text-align: center;  height: 100%; padding-top:2px;}

.details .social-share li a i,
.social-share li a i{color: #fff;}

.details .social-share li a.twitter, .social-share li a.twitter {
    background-color: #2ca8d2;
    height: 100%;
    padding: 2px 2px 0 5px;
    width: 100%;
}

li.faceCon {
    position: relative;
}

    li.faceCon .fb-share-button {
        position: absolute;
        opacity: 0;
        left:0;
        top:0;
        width: 100%;
        height:100%;
        z-index: 6;
    }

.details .social-share li .facebook,
.social-share li .facebook{ background-color: #305891; z-index:3; color: #fff;}

    .details .social-share li .facebook i {
    color: #fff;
    }

.details .social-share li a.gplus{
    background-color: #ce4d39;
    height: 23px;
    padding: 1px 4px;
    }

.social-share li a.gplus{
    background-color: #ce4d39;
    height: 100%;
    padding: 2px 5px;
    }

.details .social-share li .fa.fa-facebook,
.social-share li .fa.fa-facebook {
    font-size: 19px;
    margin-bottom: -1px;
    margin-left: 9px;
    vertical-align: bottom;
 }


 /***** List Page *****/

.explaination {
    cursor: pointer;
}

.explaination div{
    display: none;
    background-color: #dddee0;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    margin: 6px 0;
    padding: 12px 11px 2px 10px;
}


/*.explaination:hover div{
    display: inline-block;
}*/
.explaination p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
}


.das-welt-side-box{
    padding: 22px 27px;
    border: 1px solid #fa690f;/*#dee1e3*/
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    background-color: #fa690f;
}

.das-welt-side-box h2{
    font-size: 28px;
    /*color:  #1d1f20;*/
    color:  #fff;
    font-family: vwsemibold;
    margin-top: 0;
    margin-bottom: 21px;
    line-height: 30px;
    letter-spacing: -0.05em;
}

.das-welt-side-box ul{
    list-style: none;
    font-size: 16px;
    /*color:  #1d1f20;*/
    color:  #fff;
    font-family: vwbook;
    line-height: 25px;
    letter-spacing: -0.05em;
}

.vw-logo{
    height: 45px;
    position: absolute;
    right: 26px;
    top: 20px;
}



.content.list .col-md-9{
    margin-left: 2.8%;
    padding: 0;
    width: 65.8%;
    }


.content.list .col-md-9 h1{
    font-size: 28px;
    line-height: 24px;
    font-family: vwsemibold;
    color: #1d1f20;
    margin-top: 58px;
    margin-bottom: 37px;
    float: left;
	/*letter-spacing: -0.047em;*/
    letter-spacing: -0.055em;
}

.col-md-12.top-of-list {
    padding: 0;
}

.content.list .col-md-9 .top-of-list h1 {margin-top: 76px;}

.content.list .col-md-9 .top-of-list p {
    color: #1d1f20;
    float: left;
    font-family: vwblack;
    font-size: 16px;
    margin-left: 14px;
    margin-top: 82px;
}

.used-car{
    padding: 21px 20px 13px !important;
    border: 1px solid #dee1e3;
    margin-bottom: 20px;
}

.top-of-list a{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dee1e3;
    border-radius: 5px;
    color: #808080;
    float: right;
    font-family: vwbook;
    font-size: 16px;
    line-height: 16px;
    margin-right: -1px;
    margin-top: 55px;
    padding: 13px;
    text-align: left;
    width: 202px;
}

#sortOptions select{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dee1e3 !important;
    border-radius: 5px;
    color: #808080;
    float: right;
    font-family: vwbook;
    font-size: 16px;
    line-height: 16px;
    margin-right: -1px;
    margin-top: 55px;
    padding: 11px 13px 10px;
    text-align: left;
    width: 245px;
}

#sortOptions {
    float:right;
    position: relative;
}

    #sortOptions select {
        border: none;
    }

#sortOptions i {
    bottom: 10px;
    color: #0099da;
    float: right;
    font-size: 25px;
    position: absolute;
    right: 12px;
    width: 20px;
    background-color: #fff;
    pointer-events: none;
}

    #sortOptions option {
        width: 100%;
    }

.used-car h3,
.used-car ul{ }

.used-car .image {
    height: 158px;
    width: 34.2%;
    overflow: hidden;
}

    .used-car .image img {
        width: 100%;
    }

.image,
.car-details,
.car-price{ display: inline-block; vertical-align: top; color: #1d1f20;}


#dsw_False {
    display: none;
}
#dsw_True {
    display: block;
}

#dsw_False, #dsw_True {
    color: #000;
    font-family: vwblack;
}
.dwaOrange {
    color: #fa690f !important;
}

.dwa-details p {
    float: left;
    font-family: vwsemibold;
}
.dwa-details > span {
    display: inline-block;
    font-family: helvetica;
    font-size: 11px;
    letter-spacing: 0;
    margin: -12px 0 0 37px;
    width: 100%;
}

#target-div{
    display: block;
    height: 1026px;
    overflow: hidden;
    width: 720px;
}
#target-div iframe{
    margin-left: -250px;
    margin-top: -170px;
    overflow: hidden;
}


.car-details {
    color: #1d1f20;
    font-size: 16px;
    letter-spacing: -0.001em;
	padding: 0 18px 0 26px;
    width:42.8%;
}

.car-details h3{
    font-family: vwbook;
    color: #1d1f20;
    font-size: 24px;
    margin: 4px 0 19px 0;
}

    .car-details h3 a {
        color: #1d1f20;
    }

.car-details ul{
    list-style: none;
    font-family: vwbook;
    font-size: 16px;
    margin-bottom: 32px;
}

.car-details li {
    letter-spacing: 0.02em;
    margin-bottom: 3px;
}

.bottom{ position: relative;}

.bottom *{ display: inline-block; }

.bottom .vw-logo{width: 27px; height: 27px;     right: 1px;
    top: -1px; margin: 0 7px 0 22px; position: relative;}

    .bottom .listCost {
        margin-left: 5px;
    }

.car-details .bottom .vw-logo {
    margin: 0 7px 0 0;
}

.car-price{
    padding-top: 50px;
    width: 150px;
}

.car-price h3{
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.car-price a{
    background-color: #0099da;
    border-radius: 3px;
    color: #fff;
    margin-top: 13px;
    padding: 9px 28px 11px;
    text-align: center;
    width: 100%;
	transition: background-color 0.5s ease;
}

.car-price a:active,
.car-price a:hover{
	background-color: #dee1e3;
}


/*(Car Details)*/

.dwa-details p {
    float: left;
}

.dwa-details img.vw-logo {
    float: left;
    height: 27px;
    left: 0;
    position: relative;
    top: 0;
    vertical-align: top;
    width: 27px;
}

.details-top{
    margin-top: 59px;
    }

.details-top img{
    position: relative; top: auto; right: 0; width: 27px; height: 27px; margin-top: -2px;
}

.details-top > *{
    float:right;
	margin-top: 22px;
}

.details-top h1{
    float: left;
    font-size: 45px;
    letter-spacing: -0.055em;
    margin-bottom: 29px;
    margin-top: 0;
    color: #2f3538;
}

.details-top a{
    color: #808890;
    font-family: vwbook;
    font-size: 16px;
    margin-right: 20px;
    float: right;
    letter-spacing: -0.03em;
}

.details-top i{
    color: #0099da;
    font-size: 18px;
    margin-right: 8px;
    margin-top: 2px;
    display: block;
    float: right !important;
}

.details-top img{
    margin-right: 5px;
    margin-top: 20px;
}

.details-top p{    font-family: vwbook;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    margin-top: 22px;
    color: #000;
}

.car-images,
.car-details{ display: inline-block;}

    .car-details .col-md-6 {
        padding: 0;
    }

.car-images{width:47.3%; margin-right: 3.55%;}

    .car-images li img {
        cursor: pointer;
    }

.details .car-details{ width: 48.6%; padding: 0;}

.mainImage{ border: 1px solid #dee1e3;}

.car-images ul{ margin: 31px 0 0 0; padding: 0;}

.car-images ul li{ width: 49.5%; margin-bottom: 28px; display: inline-block;}

.car-images ul li:nth-child(odd){ padding-right: 11px; }
.car-images ul li:nth-child(even){padding-left: 14px; }

.car-details b, .car-details strong {
    font-family: vwsemibold !important;
    font-weight: normal !important;
}
.details .car-details h2{
    font-size: 24px;
    color:  #1d1f20;
    font-family: vwsemibold;
    margin: 0 0 39px;
    padding: 0;
    letter-spacing: -0.02em;
}

.details .car-details ul {
    display: inline-block;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}
.details .car-details ul li{width: 33.3%; /*max-width: 85px;*/ border-right: 1px solid #fff; float:left; text-align: center; padding: 14px 0; background-color: #000; color: #fff; display: inline-block;}

.details .car-details ul li.prices{ background-color: #0099da;}
.details .car-details ul li.color{ background-color: #bdc3c6;}
.details .car-details ul li.mileage{background-color: #000;}

.details .car-details ul li.mileage p span{color: #fff !important;}

.details .car-details ul li p{ color: #fff; margin: 0; padding: 0;}

.details .car-details ul li span {
    color:#fff!important;
}

.details .car-details .price{ padding-left: 68px}

.details .car-details .price h3{
	margin-bottom: 5px;
    font-size: 24px;
    color:  #1d1f20;
    font-family: vwsemibold;
}

.details .car-details .price a {
    background-color: #0099da;
    border-radius: 3px;
    color: #fff;
    font-family: vwbook;
    font-size: 16px;
    margin-left: 0;
    margin-top: 69px;
    padding: 8px 0 9px;
    text-align: center;
    width: 100%;
}

.details .car-details .price p{
    font-family: vwbook;
    font-size: 16px;
    padding: 0;
}

.col-md-12.details-table{ margin-top: 46px; padding: 0;}

.details-table .row{ margin: 0;}

.details-table div.odd{ background-color: #f3f5f6 }

.details-table div:nth-child(odd){ background-color: #f3f5f6 }

.details-table div:last-child{ border-bottom: 1px solid #bdc3c6;}

.details-table div {
    padding: 17px 28px;
}

.details-table div *{ display: inline-block; padding: 0; margin: 0;}

.details-table div h4{
    font-size: 16px;
    color:  #1d1f20;
    font-family: vwsemibold;
    width: 180px;}

.details-table div p{font-size: 15px;    font-family: vwbook;}

.extra-comments {
    margin-top: 45px;
}

.col-md-12.extra-comments {
    padding: 0;
}

.details .extra-comments h2{     margin-bottom: 3px;
    margin-top: 0;}

.extra-comments ul.social-share {
        margin-left: 4px;
    margin-top: 55px;
    padding: 0;
    width: 96%;
}

.extra-comments p {
    font-family: vwbook;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 25px;
    padding: 0;
}

.details .social-share{
    width: 100% !important;
}


.details .social-share li{
    padding: 0 !important;
    width: 20px !important;
    background-color: transparent;
}

a.contactusBtn {
    background-color: #0099da;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: vwbook;
    font-size: 16px;
    margin-left: 1px;
    margin-top: 37px;
    padding: 8px 0 9px;
    text-align: center;
    width: 198px;
}
.car-details a.contactusBtn {
        margin-bottom: 37px;
}

.details .social-share li a.twitter {
    background-color: #2ca8d2;
    padding: 1px 2px 3px;
    width: 100%;
}

.details .social-share li .fa.fa-facebook {
    font-size: 19px;
    margin-bottom: -1px;
    margin-left: 7px;
    margin-top: 2px;
    vertical-align: bottom;
}

.details .social-share li a.gplus {
    background-color: #ce4d39;
    height: 20px;
    padding: 3px;
}


/****** Search Box ******/


.slider_price_from:before {
    content: "€";
}



.used_car_search{
    width: 330px;
    float: left;
    margin-top: 65px;

}

.used_car_search > a{
    font-family: vwbook;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    background-color: #0099da;
    color:#fff;
    padding: 15px 0;
	transition: background-color 0.25s ease;
      pointer-events: auto;
}


.used_car_search > a:active,
.used_car_search > a:hover{
	background-color: #dee1e3;
	color: #0099da;
}

.used_car_search > a:first-child{
    border-radius: 5px 0 0 0;
}

.used_car_search > a.selected{
    background-color: #fff;
    color:#2f3538;
    pointer-events: visible;
}

.search-area{
    background-color: #fff;
    /*background-image: url(searchPanel.jpg);*/
    padding: 28px;
     border-radius: 0 0 5px 5px;
}

.banner-area .container {
    pointer-events: none;
}

.banner-area .search-area {
    padding: 10px 30px 22px 29px !important;
    pointer-events: visible;
}


#searchForm > div:first-child {
    margin-bottom: 19px;
}

.search-area select{
    background-color: transparent;
    border: 1px solid #dee1e3;
    border-radius: 5px;
    color: #808080;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    z-index: 3;
    cursor: pointer;
}

.details .search-area select{
    padding: 9px 10px 10px;
	margin-bottom: 27px;
	}



select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

select i{ }

select:after {
    pointer-events: none;
}

.search-area .form_row{ position: relative;}

.search-area i{
    color: #0099da;
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 32px;
    z-index: 1;}


.ie8 .search-area i,
.ie9 .search-area i{
    height: 22px;
    width: 26px;
    background-color: #fff;
    z-index: 7;
    top: 30px;
    padding-left: 5px;
}


.ie8 .home #ctl00_upMakesModels div.form_wrapper i,
.ie8 .home #ctl00_upMakesModels div.form_wrapper label {
    display: none;
}

.ie8 .home #ctl00_upMakesModels div.form_wrapper{
    border: 1px solid #dee1e3;
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}




.ie8  .search-area select {
    background: url(select-arrow-bg.jpg) top left no-repeat;
    width: 120%;
    margin-bottom: 0;
    border: none;
}

.ie8 .search.usedCars .search-area select {
    background: none;
}


.years{
    color: #2f3538 !important;
    display: inline-block;
    font-family: vwbook;
    font-size: 16px !important;
    font-weight: normal;
    padding: 5px 0 !important;
    text-align: center;
    width: auto;
   /* margin-bottom: 35px !important;*/
}

label.years {
    width: 139px;
}

.home label.years {
    padding: 0 !important;
    width: 94px;
}

.home .years {
    padding: 0 !important;
    width: 94px;
}

input.years{
    background-color: #dee1e3;
    border-radius: 5px;
    border: none;
    width: 85px;
    margin-bottom: 30px;
}

.details input.years {
    background-color: #dee1e3;
    border: medium none;
    border-radius: 3px;
    margin-top: 0;
    width: 85px;
}
.details .wrapper input[type="text"]{
    color: #808890;
    font-size: 16px;
    line-height: 11px;
    margin-bottom: 20px;
    padding: 0 12px;
}
#from-price,
#from-year{ margin-left: -5px;}

#too-price,
#too-year{ margin-right: -5px;}

/**** Slider UI ****/

.sliders{
    padding: 0 5px;
    margin-bottom: 40px;
}

.slider_price_from:before {
    content: "€";
}

.banner-area .sliders {
     margin-bottom: 24px;
    margin-top: 7px;
    padding: 0;
    width: 102%;
}

    .banner-area .sliders.price {
        margin-bottom:20px;
    }

.banner-area input.years {
    border-radius: 3px;
    width: 86px;
    height: 23px;
    vertical-align: top;
    line-height: 16px;
}

.ui-widget-content {
    background: none repeat scroll 0 0 #b3bcc0;
    border: medium none;
    border-radius: 0 !important;
    color: #333333;
    height: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dde1e4;
    border-radius: 40px;
    color: #1c94c4;
    font-weight: bold;
    height: 40px;
    margin-top: -15px;
    position: absolute;
    width: 40px;
}

.ie8 .ui-state-default, .ie8 .ui-widget-content .ui-state-default, .ie8 .ui-widget-header .ui-state-default {
    background: transparent url(ie8-slider-handle.png);
    border: none;
}

.ie8 .ui-slider.slider-price SPAN,
.ie8 .ui-slider.slider-year SPAN {
    margin-left: -20px;
}



.slider-price.ui-slider span:last-child,
.slider-year.ui-slider span:last-child {
    margin-left: -25px;
    margin-top: -10px;
}

.slider-price.ui-slider span,
.slider-year.ui-slider span {
     margin-left: -15px;
    margin-top: -10px;
}

.ui-state-default::after {
    margin-top: -10px;
}

/*.home .slider-price.ui-slider span:last-child,
.home .slider-year.ui-slider span:last-child {
    margin-left: -30px;
    margin-top: -15px;
}

.home .ui-state-default::after {
    margin-top: -15px;
}*/


*/


.ie8 .home .slider-year.ui-slider span,
.ie8 .home .slider-price.ui-slider span {
     margin-left: -30px;
     background-image: url(ie8-slider-handle.png);
     background-color: transparent;
     border: none;
}

.ie8 .home .slider-year.ui-slider > :first-child + *,
.ie8 .home .slider-price.ui-slider > :first-child + * {
    margin-left: -13px;
}


.ie8 .ui-state-default:after {
    background-color: transparent;
}

   .banner-area .ui-state-default, .banner-area .ui-widget-content .ui-state-default, .banner-area .ui-widget-header .ui-state-default {
        margin-top: -10px;
    }

.ui-state-default:after{
    content:"  ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #169ad7;
    border-radius: 20px;
     margin: 9px 0 0 9px;
}

.ui-widget-header{
        background: none repeat scroll 0 0 #0099da;
}

.slider-price:before,
.slider-price:after,
.slider-year:before,
.slider-year:after{
    content:"  ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: none repeat scroll 0 0 #b3bcc0;
    margin-top: -5px;
    z-index: 1;
}

.slider-price:before,
.slider-year:before{ float: left; margin-left: -5px;}
.slider-price:after,
.slider-year:after{ float: right; margin-right: -5px;}




/****** Side Bar Search ************/

.save_search {
    background-color: #0099da;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-family: vwblack;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    margin-top: 35px;
	transition: background-color 0.5s ease;
}

.save_search:active,
.save_search:hover{
	background-color: #dee1e3;
}


.col-md-3 .used_submit{     margin-left: 5%;
    margin-top: -7px;
    padding: 8px 0;
    width: 90%;}

.col-md-3 .used_car_search{
    width:100%;
    border: 1px solid #dee1e3;
    border-radius: 5px;
    margin-bottom: 37px;
    margin-top: 39px;
}

.used_car_search h2{
    padding: 0 28px;
    margin-top: 28px;
    font-size: 28px;
    color:  #1d1f20;
    font-family: vwsemibold;
    margin-bottom: 0;
	letter-spacing: -0.045em;
}


.col-md-3 .used_car_search .search-area{
    padding-top: 18px;
    padding-bottom: 30px;
}

    .col-md-3 .used_car_search .search-area select {
        background-color: transparent;
        border: 1px solid #dee1e3;
        border-radius: 5px;
        color: #808080;
        font-size: 15px;
        letter-spacing: 0.03em;
        margin: 0 3.5% 28px;
        padding: 10px 11px 11px;
        position: relative;
        width: 93%;
        z-index: 3;
    }

 .col-md-12 {
    width: 100%;
}

.col-md-3 .used_car_search .search-area i {
        height: 22px;
    width: 26px;
    background-color: #fff;
    color: #0099da;
        font-size: 21px;
        position: absolute;
    z-index: 7;
    top: 11px;
    right: 16px;
    pointer-events: none;
}

.ie8 .col-md-3 .used_car_search .sliders {
    padding: 0 10px 0 10px;
    }

     .col-md-3 .used_car_search   input.years {
    background-color: #dee1e3;
    border: medium none;
    border-radius: 3px;
    line-height: 16px;
    margin-bottom: 32px;
    vertical-align: top;
    width: 84px;
}

.col-md-3 .used_car_search  label.years {
    padding: 0 !important;
    width: 124px;
}

.col-md-3 .used_car_search  .sliders {
    padding: 0 16px 0 19px;
    margin-bottom: 51px;
}


.search .col-md-3 aside {
    display: inline-block;
}

aside.fhome .fhome a,
aside.app .app a,
aside.special .special a,
aside.calfin .calfin a {
/*color: #0099da;*/
}

/*** Overlay */

.overlay { visibility: hidden; text-align: left; display: none; }

.overlayBG {
	position: absolute; top: 0; left: 0; z-index: 90; text-align: left;
	width: 100%; background: #000;
}

.popup_body {
    background: none repeat scroll 0 0 #fff;
    border-radius: 10px;
    font-family: vwbook;
    font-size: 1.2em;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 100px;
    width: 420px;
    z-index: 999;
}
.popup_content { background: #fff; padding: 10px; text-align: left; }

.popup_content a.closeOverlay { float: right; }

.popup_content a.closeOverlay i {
    font-size: 30px;
    color: #dee1e3;
}

    .popup_content a.closeOverlay:active i,
    .popup_content a.closeOverlay:hover i {
   color: #0099da;
         }

.popup_content h2 {
    color: #2f3538;
    font-size: 1.75em;
    height: 40px;
    margin-top: 0; }
.popup_content p {

    background: none repeat scroll 0 0 transparent;
    float: right;
    font-size: 12px;
    margin: 1px 0 0;
    padding: 10px 0;
} }
.popup_content ul { margin: 15px 10px; list-style: none; }
.popup_content li { margin: 10px 0; padding: 0 0 0 10px; list-style: none; background: url("../../images/Template1/arrows/lightred_r_4x7.gif") 0% 3px no-repeat; }
.popup_content img { margin: 0; }

.popup_options { text-align: center; }

.popup_content input, .popup_content textarea, .popup_content select { font-family: Arial, sans-serif; color: #808080; border: 1px solid #9facae; }
.popup_content span.chkbox input { border: none; width: 15px; }

.popup_content .form_row {     background: none repeat scroll 0 0 transparent;
    margin: 1px 0 0;
    padding: 10px 0 0; }
.popup_content .form_row label strong {     color: #666;
    display: block;
    float: left;
    font-weight: normal;
    line-height: 1.9em;
    width: 107px; }

    .popup_content .form_row label.register strong {
       width: 170px;
    }

.popup_content .form_row input { padding: 3px; width: 294px; }
.popup_content .form_row textarea { padding: 3px; width: 289px; height: 75px; }
.popup_content .form_row select { padding: 3px; width: 299px; }
.popup_content .form_row input.required {
       background: url("../../images/Template1/img_required.gif") no-repeat scroll 5px 5px #fff;
    border-radius: 5px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    width: 264px;
    margin-bottom: 0;
}
/*.popup_content .radio, .popup_content .checkbox {
    display: inline-block;
}*/

.popup_content .form_row input.notrequired {font-weight: normal;  padding-left: 10px; width: 264px; }
.popup_content .form_row textarea.required {font-weight: normal; padding-left: 10px; width: 264px; background: url("../../images/Template1/img_required.gif") #fff 5px 5px no-repeat; }
.popup_content .form_row select.required {font-weight: normal; border-radius: 5px; padding-left: 10px; width: 264px; background: url("../../images/Template1/img_required.gif") #fff 5px 5px no-repeat; }
.popup_content .form_row .checkbox input {font-weight: normal; width: auto !important; margin: 0 5px 5px; border: 0; }

.popup_content .submit_row {  margin: 1px 0 0 0; padding:10px; font-size: 0.9em; }
.popup_content .submit_row input { color: #fff; cursor: pointer; border: 0; height: 30px;  font-weight: bold; }
.popup_content .submit_row .form_reset {     background: none repeat scroll 0 0 #dee1e3;
    color: #2f3538;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%; }
.popup_content .submit_row .form_submit { /*width: 240px; background: url("../../images/Template1/overlay/but_submit.gif") 0% 0% no-repeat; */}
.popup_content .submit_row .form_submit_short { width: 80px; background: url("../../images/Template1/overlay/but_submit_short.gif") 0% 0% no-repeat; }

.popup_content .submit_row input {
    background-color: #0099da;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: vwbook;
    font-size: 16px;
    font-weight: normal;
    line-height: 0.7;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}


.popup_content .used_sliders { margin: 0 10px 0 130px; }
.popup_content .slider-markers { width: 300px; height: 20px; position: relative;  }
.popup_content .slider_handle_to { float: right;  }
.popup_content .slider_handle_from {  }
.popup_content .tooltip_current_year, .popup_content .tooltip_current_price {
	display: none; width: 45px; height: 18px; padding: 7px 0 0 0; position: absolute; z-index: 999;
	background: url("../../images/Template1/slider/bg_current_val.gif") 0% 0% no-repeat;
	font-size: 1.1em; font-weight: bold; text-align: center; color: #666;
}
    .popup_content .submit_row input {
        -webkit-appearance: none;
        appearance: none;
    }

.request_testdrive .checkbox {
width: 100%;
  display: inline-block;
  vertical-align: top;
}
.request_testdrive .register .checkbox {
    display: block;
}
    .request_testdrive .checkbox * {
      vertical-align: top;
    }

.newPress .col-md-12 {
    padding:15px;
}

.newPress .col-md-12 h2 {
    padding:0;
    margin-bottom: 15px;
}


.newPress .col-md-12  .cma_table a.highlight{
    background-color: #0099da;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    float: right;
    font-family: vwblack;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    padding: 5px 80px;
    text-align: center;
}

#pager {
    display: inline-block;
    width: 100%;
    list-style: none;
    text-align: center;
    }

#pager li {
    display: inline-block;
    }

    #pager li.prev a,
    #pager li.next a{
    border: none;
    color: #808890;
    }

    #pager li a {
    color: #808890;
    display: inline-block;
    font-family: vwbook;
    font-size: 18px;
    line-height: 1em;
    border: 1px solid #dee1e3;
    border-radius: 3px;
    text-align: center;
    padding: 5px 9px;
    }

        #pager li a.active,
        #pager li a:hover,
        #pager li a:active {
        background-color: #0099da;
        border: none;
        color: #fff;
        }

.ie9 #searchForm #ctl00_upMakesModels .form_row:before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top:0 !important;
    background-color: #fff !important;
    height: 20px !important;
    width: 20px !important;
    display: block !important;
}



/*** Generic Form Styles ****/
.form-group {
    margin:0;
}
.form-group .form_row {
    position:relative;
    margin-bottom: 40px;
}
.form-group select {
  background-color: transparent!important;
  border: 1px solid #dee1e3!important;
  border-radius: 4px!important;
  color: #808080!important;
  font-size: 16px!important;
  margin-bottom:5px!important;
  padding: 10px 15px!important;
  position: relative!important;
  width: 100%!important;
  z-index: 3!important;
}
.form-group i {
  color: #0099da;
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1;
}
.form-group label {
    margin:0;
    display:block;
    font-size:16px;
    /*line-height:0.8em;*/
    padding-bottom:7px;
    font-weight: normal;
    font-family: vwsemibold;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    padding: 8px 15px!important;
    border-radius:4px!important;
    width:100%!important;
    border: 1px solid #dee1e3!important;
    margin-bottom: 5px!important;
    font-size:16px!important;
}

.form-group #recaptcha_area {
    margin-bottom:40px;
}

.form-group input[type="submit"] {
    border-radius:4px;
}

.form-group .checkbox {
    margin:0;
    padding:0;
    margin-bottom:40px;
}

.form-group .recaptcha_only_if_privacy {
  float: right;
  text-align: right;
  top: -4px;
  position: relative;
}

    .form-group select {
        cursor: pointer;

    }
    .form-group i {
        pointer-events: none;
    }

.form-group .select i {
  color: #0099da;
  font-size: 19px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 45px;
  z-index: 1;
}


.form-group input[type="reset"]{
    margin-top:20px;
    background-color: #bdc3c6;
    border-radius: 5px;
    color: #fff;
    font-family: vwblack;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    border: none;
	transition: background-color 0.5s ease;
}

.form-group input[type="reset"]:hover,
.form-group input[type="reset"]:active{
	background-color: #dee1e3;
    color: #1d1f20;
}

.form-group .errormessage {
    font-size:11px;
    color:#c92e2d!important;
}

footer p {
    color: #808890;
}

#ctl00_upMakesModels {
    position: absolute;
    top: -1000px;
}

.home #ctl00_upMakesModels {
    position: relative;
    top: 0;
}

.insurance-quote iframe {
    margin: -32px 0 0 0 ;
}

.newCarsPage .col-md-9 > iframe {
    margin-top: 47px;
    /*height: 1700px;*/
}



#golf-gte {
    height: 1420px;
}


#beetle {
    height: 1700px;
}

#cc {
    height: 1720px;
}

#e-golf {
    height: 2750px;
}
#t-roc {height:1770px!important;
}

#golf {
    height: 1780px;
}

#golf-estate{
    height: 1710px;
}

#golf-sv{
    height: 1710px;
}
#golf-gti{
    height: 1710px;
}
#golf-gtd{
    height: 1710px;
}

#golf-van{
    height: 1710px;
}
#jetta{
    height: 1750px;
}

#polo{
    
}
#up{
    height: 1750px;
}
#passat {
    height: 1720px;
}

#passat-estate {
    height: 1800px;
}

#scirocco{
    height: 1740px;
}

#sharan{
    height: 1510px;
}

#tiguan{
    height: 1760px;
}

#touareg{
    height: 1760px;
}

#touran{
    height: 1730px;
}
#commercial-vehicles
{
    height: 1500px;
}
.inner_content ol,
.inner_content ul {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.inner_content ol li,
.inner_content ul li{
    margin-bottom: 20px;
}

    .inner_content ol li strong {
        font-weight: normal;
    }

.top-image.col-md-12 {
    padding: 0;
}

.mtop20 h2,
.content-container.col-md-12 h2.vwd4_m100 {
    color: #2f3538;
    display: inline-block;
    font-family: vwsemibold;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;
}

.mtop20 h2 {
    font-size: 24px;
    margin: 0 0 10px;
}

.mtop20{
margin-top: 20px;}

.fl.col-md-8.mtop20 > a {
    color: #337ab7;
    font-family: vwsemibold;
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 12px;
    text-transform: uppercase;
}

.fl.col-md-12.mtop20 b,
.fl.col-md-8.mtop20 b {
    font-weight: normal;
    font-family: vwsemibold;
}

.col-md-12.mtop20 p {
    padding:0;
}

.col-md-12.mtop20 table {
    width: 100%;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}


.col-md-12.mtop20 table thead th, .col-md-12.mtop20 table tbody .vwd4_firstCaption th {
    font-family: vwsemibold;
    font-size: 16px;
    font-weight: normal;
    padding: 7px 0;
}

.fleetPage iframe {
    width: 100%;
}


tr.vwd4_first td {
    border-top: 1px solid #00b1eb;
}


table th, table td.vwd4_key, table td.vwd4_value {
    padding: 7px 10px;
}
td.vwd4_value {
    background-color: #eaeeed;
}

    .fl.col-md-8.mtop20 > a i {
        margin-right: 5px;
        color: #2f3538;
    }

    .fl.col-md-8.mtop20 > a:hover i {
    color: #337ab7;
    }

.InformationText {
    vertical-align: top;
}



/** Below two lines commented out as they are breaking the content on the page */
/*    .InformationText * {
        display: inline-block;
    }

.offers.InformationText * {
    display: block;
}*/

.content-container .InformationText h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top:15px;
    padding-bottom: 15px;
}

.InformationText table {
    margin:40px 0;
    font-size: 16px;
    border: 1px solid #ddd;
}
.InformationText table>tbody>tr>td,
.InformationText table>tbody>tr>th,
.InformationText table>tfoot>tr>td,
.InformationText table>tfoot>tr>th,
.InformationText table>thead>tr>td,
.InformationText table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;

}

.InformationText table th {
    color: #fff;
    font-family: vwsemibold;
    background: #337ab7;
}

.InformationText table p {
    margin: 0;
    padding:0;
}

.InformationText h4 {
    padding: 0 0 0 10px;
}


.newPress .InformationText img {
    width: 19%;
    vertical-align: top;
}

.newPress .InformationText p {
    width: 80%;
    padding-left:15px;
    vertical-align: top;
    line-height: 1.2em !important
}

    .InformationText p span {
        color: #1d1f20 !important;
    font-family: vwbook !important;
    font-size: 16px !important;
    line-height: 1.2em !important;
    width: 100% !important;
        }
#ctl00_cphMain_pnPromotionDetails {
    display: none;
}

    .newPress .offerLand.InformationText p {
            width: 100%;
        padding-left: 0;
    }

   .newPress .offerLand.InformationText img + p {
        width: 80%;
        padding-left: 15px;
    }


.fleetPage .content-container.col-md-12 {
    float: none;
    margin: 0 auto;
    width: 100%;
}

/*.fleetPage h1 {
    margin-left: 6.5%;
}*/

.dandpiframe {
    margin: 0 auto;
}

.iframeCenter {
    height: 370px;
    margin: 30px 0px 0;
    max-height: 480px;
    max-width: 700px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 1025px) {

    .newCarsPage .content.inner .container .col-md-3 nav > a:first-child span {
        display: none;
    }

    .maincontent aside nav {
        padding: 28px 15px 28px 25px;
    }

    .ie8 .maincontent aside nav {
        padding: 28px 15px 38px 25px;
    }


    .newCarsPage .content.inner .container .col-md-3 {
        background: #fff none repeat scroll 0 0;
        width: 20%;
        z-index: 6;
    }

    .newCarsPage .content.inner .container .col-md-9 {
        padding: 0;
        width: 80%;
        z-index: 4;
    }

    .newCarsPage .col-md-9 > iframe {
        margin-left: -15px;
    }

    #t-roc{height:1770px!important;
    }
    .mozilla11 .newCarsPage .col-md-9 > iframe {
        width: 992px;
    }
	
	.newCarsPage .col-md-9 > iframe#new-arteon {
        height: 1370px !important;
    }
	
	

    .new-height {
        height: 600px !important;
    }
    .mozilla11 .new-height {
        height: 810px !important;
    }


}

/******** New Cars Without side Navigation */
@media screen and (max-width: 1024px) and (min-width: 801px) {
    .newCarsPage .content.inner .container .col-md-3,
    .newCarsPage .content.inner .container .col-md-9 {
        width: 100%;
        padding:0;
    }

       /* .newCarsPage .content.inner .container .col-md-9 iframe {
            height: 628px !important;
        }*/

        .newCarsPage .content.inner .container .col-md-3 nav {
            padding:0;
            border:none;
        }

        .newCarsPage .content.inner .container .col-md-3 li {
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    width: 10.7%;
        }


        .newCarsPage .content.inner .container .col-md-3 nav > a:first-child {
            color: #fff !important;
            font-family: vwsemibold;
            background-color: #0099da;
            padding: 14px 0 12px;
            text-align: center;
            border-radius: 5px;
            width: 200px;
            transition: all 0.25;
        }
        .newCarsPage .content.inner .container .col-md-3 nav > a:first-child h2 {
            display: inline-block;
        }


.newCarsPage .content.inner .container .col-md-3 nav > a:first-child span {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    color: #0099da;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    margin-left: 30px;
    padding: 3px 6px;
    text-align: center;
}



        .newCarsPage .content.inner .container .col-md-3 nav > a.scrollDown {
            opacity: 0.75;
            position: fixed;
            top: 15px;
            z-index:80
        }

        .newCarsPage .content.inner .container .col-md-3 nav.side ul {
            background: #fff none repeat scroll 0 0;
            left: -205px;
            position: fixed;
            top: 90px;
            width: 200px;
            z-index: 70;
            transition: all 0.5;
            display: block !important;
        }


.newCarsPage .content.inner .container .col-md-3 nav.side ul.slideIn {
    left: 15px;
}

.newCarsPage .content.inner .container .col-md-3 nav.side ul li {
    margin-bottom: 5px;
    text-align: left;
    width: 100%;
}

        .newCarsPage .content.inner .container .col-md-3 nav > a.scrollDown:active {
            opacity: 1;
        }


        .newCarsPage .content.inner .container .col-md-3 nav ul {
    border: 1px solid #dee1e3;
    border-radius: 5px;
    margin-top: 17px;
    padding: 20px 15px 5px;
        }

            .newCarsPage .content.inner .container .col-md-3 nav > a:first-child h2 {
                color: #fff;
                margin-bottom: 0;
                font-size: 21px;

            }


}


img[src=""] {
   display: none;
}


.car-of-the-week-button{
    background-color: #fff;
    border-radius: 5px;
    color: #0099da !important;
    font-family: vwsemibold;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 16px !important;
    padding: 10px 0;
    text-align: center;
    width: 61%;
}

.personal-list a {
    display: inline-block;
}

.InformationText.offers img {
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 50%;
    float: left;
}

.InformationText.offers p {
    display: block;
}


/*******************************************/
@media screen and (max-width: 768px) {
    .spa-treatment-iframe .col-md-12{
        padding-left:0px;
    }
    .spa-treatment-iframe .container{
        padding-left:5px !important;

    }

}
