/*----------------------------------------------------------------------
	* DC - Responsive Website Template version 1.2.
	* Copyright 2018 Darcy
------------------------------------------------------------------------*/

/*------------------------------------
  Default Styles
------------------------------------*/

body, h1, h2, h3, h4, h5, h6, strong, label{
    font-family: "HelveBold","Arial","Helvetica",sans-serif !important;
    font-weight: normal !important;
}

#main .tpi-content.tpi-content-column-2, ul li, .u-space-2 div,
.single-bc_product .tpi-content.tpi-content-column-1, .basecomponent-typo-content,
.tpi-content.tpi-content-column-,
.page article table td, .page article table th,.page-price-note div,
div.introtext, .navbar-mobile .text {
  font-family: "HelveBold", "Helvetica","Roboto",sans-serif;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}
p, td, div{
    font-family: "Arial", "Helvetica","Roboto",sans-serif !important;
}
img.aligncenter.size-full {
  margin: 0;
}
#main .hero_page p, #main .hero_page h1, #main .hero_page h2, #main .hero_page h3 {
  font-family: "HelveBold","Arial","Helvetica",sans-serif !important;
  padding-top:10px !important;
}
.custom-text-light{
    font-family: "HelveBold","Arial","Helvetica",sans-serif !important;
}

#main .w-lg-80 {
  width: 100% !important;
  padding:0;
  margin: 0;
}
.discover-sec .row .col-md-12 {
  padding:0;
}
.cap.hero_page h1, .cap.hero_page p{
  margin-top: 15px;
}
.services-template-default .content-bc h3.h3.font-weight-normal {
  padding-top: 30px;
}
article.content p, .bg-w .u-space-2 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: justify;
}

.row .col-12:first-child, .row .col-lg-6:first-child,
.row .mb-2:first-child {
  padding-right:15px;
}
.row .col-12:last-child, .row .col-lg-6:last-child,
.row .mb-2:last-child {
	margin-left:15px;
}
.row .mb-2:last-child{
    margin-left: 0;
}
main#content > .bpro-detail.dzsparallaxer,
main#main > .bpro-detail.dzsparallaxer {
  text-align: center;
}


.b_product-template-default .text-white.display-1.c-detail-hero-tit,
.b_product-template-default .lead.u-text-light.c-detail-hero-desc,
.bc_product-template .bpro-detail .c-detail-hero-tit,
.bc_product-template .bpro-detail .c-detail-hero-desc {
  text-align: left;
}

#main .bg-w, #main .bg-w-p {
  margin-top:20px;
}
#main .text-center {
    text-align: left !important;
}
a:focus {
    text-decoration: none;
}

body, button, input, select, textarea {
  font-size: 15px;
  color: #111;
  font-weight: 400;
}

p {
    color: #000;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
}
.page-id-31 main#content, .page-id-31 main#main {
    padding-top: 98px;
  }
.single .btn-primary {
    color: #fff !important;
    background-color: #1c69d4  !important;
    border-color: #0180ba  !important;
    border-radius: unset;
}
header #navBar .btn-primary {
    color: #fff !important;
    background-color: unset  !important;
    border-color: #ddd  !important;
    border-radius: unset;
}
.dropdown-menu {
    padding: 10px;
  }

.text-primary{
  color: #0180ba !important;
}

.btn-primary:hover{
  background-color: #0180ba;
  border-color: #0180ba;
}

.text-primary{
  color: #0180ba;
}

.u-header__nav-item:hover .u-header__nav-link, .u-header__nav-item:focus .u-header__nav-link, a:hover {
    color: #0180ba;
}

.bg-w{
  background: #ffff;
}

.bg-w-p{
  background: #EDF0F4;
}
/*------------------------------------
  END Default Styles
------------------------------------*/


/*------------------------------------
  Header Styles
------------------------------------*/
.btn-try-drive{

}

.navbar-brand img,.navbar-brand #showroomName {
  display: inline-block;
}

.navbar-brand #showroomName {

    color: #000;
    font-size: 20px;
    font-weight: 500;

}
.show-content > .container > h1 {
  margin-top:30px;
  font-size: 35px;
text-transform: uppercase;
}
#content .divimage.dzsparallaxer--target {
  width: 100% !important;
  height:100% !important;
}
.bpro-detail {
  position: relative;
}
.bpro-detail > .container.u-space-3 {
  position: absolute !important;
  z-index: 99;
  top: 60px;
  padding: 0;
  left: 0;
  right: 0;
  padding-left:20px;

}
.navbar-expand-md .navbar-nav .u-header__sub-menu {
  border-top-color: #0180ba;
}

#logoAndNav nav img {
  width: 131px;
  margin-top: 0px;
  position: absolute;
  top: -23px;
  padding: 10px;
}
#searchClassic{
  right: 0;
  bottom: 0;
}

#header{
  background: #fafafa;
}
.page .wrap h1, .page .wrap .h1 {
    font-size: 26px;
    text-transform: uppercase;
}

#dropdownLanguage {
  min-width: 0;
  border-radius: 2px;
  padding: 1em;
}

#dropdownLanguage > a {
  text-align: left;
}

.top-menu > li.menu-item > a {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#header .u-unfold-wrapper {
    font-size: 13px;
    color: #333;
}
.right-top ul li a {
  font-size: 14px;
  font-weight: 400;
}

#dropdownBasicExampleInvoker{
  font-size: 13px;
}

.menu-right-top {
  margin-bottom: 0.5em;
}
/*------------------------------------
  End Header Styles
------------------------------------*/



/*------------------------------------
  Footer Styles
------------------------------------*/
ul.list-menu-footer,ul.social-list-footer{
  padding: 0;
}

.footer-list-model-item ul li {
  display: inline-block;
}

.widget-footer-1 ul li a{
  font-size: 14px;
}

.footer-content .u-icon {
  color: #5c5c5c !important;
  border-color: #fff;
  position: relative;
  z-index: 1;
  line-height: 0.7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.9375rem;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  margin-right: 10px;
}


[class*="u-icon-brd"]:hover, [class*="u-icon-brd"]:focus, [class*="u-icon-brd"]:active {
    color: #fff;
    background: transparent !important;
    border-color: #5c5c5c !important;
}

.footer-content .u-icon__inner {
    font-size: 0.7em;
}

.footer-list-model-item {
  background: #333;
  padding: 5px 0;
  text-align: center;
}

.footer-list-model-item ul li a{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.footer-list-model-item ul li a:hover{
  color: #45a7ff;
}

.footer-list-model-item ul li {
  padding: 0px;
}
.footer-list-model-item ul li:not(:last-child) {
  margin-right: 40px;
}

.bottom-line{
  height: 5px;
  margin: 0px;
  background: #8E8E8E;
}


/*------------------------------------
  END Footer Styles
------------------------------------*/



/*------------------------------------
  Vehicles Page Styles
------------------------------------*/
.globalnav-primary-vehicles__filter-nav > ul {
  border-bottom: solid 1px #9f9f9f;
  padding-bottom: 15px;
}

.vehicle-tit {
    font-size: 17px;
    margin-top: 0;
    font-weight: 500;
}

.list-vehicles a.d-block:hover h2 {
  color: #0180BA;
}

.vehicles-content .title h3 {
  font-size: 30px;
  font-weight: 400;
}

.globalnav-primary-vehicles__filter-nav ul li {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding:0;
}

.globalnav-primary-vehicles__filter-nav ul li:not(:first-child) {
  margin-left: 30px;
}

/* .globalnav-primary-vehicles__filter-nav ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #307998;
    transition: width .3s;
}

.globalnav-primary-vehicles__filter-nav ul li:hover::after {
    width: 100%;
    //transition: width .3s;
} */

.all-vehicles .globalnav-primary-vehicles__filter-nav ul li a:active {
  color: #0180ba;
}
.all-vehicles .globalnav-primary-vehicles__filter-nav .u-list__link {
  font-weight: 400;
  font-size: 15px;
}

/*------------------------------------
  END Vehicles Page Styles
------------------------------------*/


/*------------------------------------
  Car detail
------------------------------------*/
  .c-detail-hero-tit{
    font-weight: 700;
    font-size: 40px;
  }

  .c-detail-hero-desc{
    font-weight: 600;
    font-size: 25px;
  }

  .overview-table tr,
  .overview-table td {
    padding: 0.5rem;
    vertical-align:top;
    border:none;
  }
/*------------------------------------
  END Car detail
------------------------------------*/


/*------------------------------------
  Home
------------------------------------*/
/* .hero-sec .slick-track  {
  height: 720px;
} */

#product-list .product a img {
    width: 100%;
    height: auto;
}

a.action-redirect-product{
    padding: 8px 20px;
    border: 1px solid #0180BA;
    color: #0180BA;
    text-transform: uppercase;
}

a.action-redirect-product:hover{
    color: #ffffff;
    background: #0180BA;
    text-transform: uppercase;
}

#product-list .title{
  position: relative;
  color: #0180ba;
}






#vehicle-show-h .vehicle-carousel-control{
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

#vehicle-show-h .carousel-item img {
  margin: 0 auto;
}

.vehicle-carousel-control a {
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
  color: #1e2022;
}

.vehicle-carousel-control a:active {
  color: #0180BA;
}

#vehicle-show-h.carousel-item.active{

}

.list-vhcles {
  list-style: none;
  padding: 0;
  margin-bottom: 7px;
}

.list-vhcles > li{
  display: inline-block;
  font-size: 18px;
  padding: 0 12px;
  font-weight: 600;
  color: #1e2022;
}

.list-vhcles > li:hover{
  color: #0180ba;
  cursor: pointer;
}

.vehicle-carousel-control a:hover{
  color: #0180ba;
}

/*
.list-vehicle-h {
  background-image: url(../images/show-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
*/

.list-vehicle-h .tit{
  font-weight: 400;
  color: #0180ba;
  margin-bottom: 25px;
}

#vehicle-show-h .carousel-inner .carousel-item img{
  width: 50%;
}
.vehicle-carousel-control li span{
  display: inline-block;
width: 25px;
height: 25px;
box-sizing: border-box;
background-color: #fff;
    border: 3px solid transparent;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: 0.3s ease-in-out;
}
.vehicle-carousel-control li.active span {
  background-color: #377dff;
}
.list-vehicle-h a:hover{
    color: #0180ba;
}
.list-vehicle-h a{
    color: #000;
}
#vehicle-show-h .vehicle-carousel-control{
    height: 20px;
}
.vehicle-carousel-control a{
    padding:0;
}
.car-model ul.term-car-model li{
    padding: 5px 10px;
}
.car-model .title{
    display: block;
    width: 100%;
    color:#555;
}
.models-series-list{
    position: relative;
}
.post-type-archive-b_product #content .container {
  padding: 10px 50px;
}
.models-series-title.models-js-series-title{
    color: #e6e6e6;
    font-size: 9em;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    font-weight: 900;
    left: -30px;
}
.models-series-list .product a{
    display: block;
}
.product-self-link, .show-more{
    color:#262626;
    font-weight: 500;
}
.product-self-link{
    font-size: 1.2em;

}
.show-more{
    font-weight: 600;
}
/*------------------------------------
  End Home Page
------------------------------------*/
/* ******************************** */

/*------------------------------------
  Discover Page
------------------------------------*/
.vehicle-discover-control{
    list-style:none;

}

.vehicle-discover-control li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
    padding-bottom: 7px;
}

.vehicle-discover-control .active a::after{
    background: #0180ba;
}

.vehicle-discover-control li a::after{
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background: #E6E6E6;
    left: 0;
    bottom: 0;
    transition: width .3s;
}

.vehicle-discover-control {padding: 0;}

.vehicle-discover-control a:hover::after{
    background: #0180ba;
    width: 100%;
    transition: width .3s;

}

.vehicle-discover-control li a{
    color: #626770;
    transition: width .3s;
}

.product-loop a img {
    width: 100%
}

#discover-list .product-desc.product-desc-custom{
    padding: 10px 15px;
    background: #EBEFF3E6;
}

#discover-list .product-desc.product-desc-custom .blockquote{
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

#discover-list .product-desc.product-desc-custom .blockquote:hover{
    color: #0180ba;
}

.overview-sec {
    background: #EBEFF3E6;
}

.carosel-indicators-control-tit{
    font-size: 17px;
    font-weight: 400;
}

.slick-current .carosel-indicators-control-tit{
    color: #0180ba;
}

#sliderProDetailThumb, .sliderProDetailThumb {
    margin-bottom: 20px;
    border-bottom: solid 1px #EDF0F4;
    padding-bottom: 10px;
}

#sliderProDetailThumb .slick-slide, .sliderProDetailThumb .slick-slide {
    text-align: center;
}

.u-slick__arrow-classic {
    border: solid 1px #3333;
    color: #3333;
}

.u-slick__arrow-classic:hover {
    border: solid 1px #3333;
    color: #3333;
    background: #f1f1f1f1;
}

.dc-slick__arrow-classic {
    border: solid 1px #0180ba;
    color: #fff;
    background: #0180ba;
}

.dc-slick__arrow-classic:hover {
    border: solid 1px #fff;
    color: #0180ba;
    background: #fff;
}

.sub-title{
    font-weight: 400;
}

.border-none{
    border: none !important;
}
#sliderProDetailThumb .slick-slide, .sliderProDetailThumb .slick-slide{
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
    float: none;
}
#sliderProDetailThumb .slick-slide .carosel-indicators-control-tit, .sliderProDetailThumb .slick-slide .carosel-indicators-control-tit{
    display: block;
    margin: 0 5px;
    border-bottom: 5px solid #ccc;
}
.template-product-item-sliders .slick-slide .carosel-indicators-control-tit{
    border-bottom: none!important;
}
.sliderProDetailThumb .slick-slide{
    text-align: left;
}
.sliderProDetailThumb .slick-track{
    width: 100%!important;
}
.slick-track .slick-slide.slick-current .carosel-indicators-control-tit{
    border-bottom: 5px solid #1c69d4!important;
}
.single-b_product .u-slick__arrow-classic-inner--left{
  left: -2%;
  border-radius: unset !important;
  background: #1c69d4;
  color: #fff;
}
.single-b_product .u-slick__arrow-classic-inner--right{
    right: -2%;
    border-radius: unset !important;
    background: #1c69d4;
    color: #fff;
}
.sliderProDetailControl .u-slick__arrow-classic{
  background-color: rgba(255,255,255,0.6) !important;

  color: #555;
    border-radius: 0;
}
.sliderProDetailControl .js-prev{
    left: -2%;
}
.sliderProDetailControl .js-next{
    right: -2%;
}
.learn-more{
    line-height: 20px;
    font-weight: bold;
    color: #262626;
    font-size: 1.1em;
}
.basecomponent-typo-link-more{
    margin-top: 10px;
}
.basecomponent-typo-link-more li, .template-product-item-collapse > ul > li{
    list-style: none;
}
.basecomponent-typo-link-more li a:hover{
    color: #0180ba;
}
.basecomponent-typo-link-more li a{
    color: #262626;
    font-weight: bold;
}
.basecomponent-typo .title{
    white-space: nowrap;
    font-size: 127.5px;
    text-align: center;
    font-weight: bold;
}
/*------------------------------------
  End Discover Page
------------------------------------*/
/*
product-design
*/
[data-toggle="collapse"]{
    cursor: pointer;
}
.single-bc_product .content-bc{
    margin: 20px 0;
}
.tpi-collapse{
    color: #262626;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}
.tpi-collapse i{
    margin-right: 10px;
}
.tpi-collapse[aria-expanded="true"] i:before, [data-toggle="collapse"][aria-expanded="true"] i.fa-chevron-down:before{
    content: "\f077";
}
.template-product-item{
    margin-top: 50px;
}
.template-product-item-collapse{
    margin-top: 20px;
}
.template-product-item-collapse > ul > li{
    border-top: 1px solid #e6e6e6;
    padding: 15px 0;
}
.template-product-item-collapse > ul > li:last-child{
    border-bottom: 1px solid #e6e6e6;
}
.template-product-item-collapse .collapse-content{
    padding-left: 28px;
}
.tpi-content-column-2, .content-column-2, .content-expand-columns-2{
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    font-family: "Arial","Helvetica","Roboto",sans-serif !important;
}
.template-product-item h3.title{
    font-weight: bold;
    font-family: "bmwTypeWebBoldAll","Arial","Helvetica",sans-serif !important;
}
.template-product-item-sliders .u-space-2{
    padding-top: 0;
    padding-bottom: 0;
}
#primary{
    padding-bottom: 50px;
}
.sliderProDetailControl[data-slides-show="2"] .slick-slide, .slide-show-2, .slide-show-2 .sliderProDetailThumb{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.slide-show-2 .js-prev{left: -1.5%;}
.slide-show-2 .js-next{right: -1.5%;}
/*
end product-design
*/
.collapse .table-responsive-md .engine-td-text-right{
    font-weight: bold;
    text-align: right;
}
.template-product-item-images{
    margin-bottom: 20px;
}
.template-product-item-microstory{
    margin-bottom: 50px;
}
.product-videos iframe{
    width: 100%;
}
.galley-images .title.text-uppercase{
    padding-left: 7.5px;
}
.contact-page p{
    margin-bottom: 0;
}
.cf7-item{
    margin-bottom: 10px;
}
.cf7-item label{
    padding-right: 20px;
}
.single-services .text-center.mx-auto{
    width: 100%!important;
    text-align: left;
}
.template-product-item-collapse .collapse-content ul li{
    list-style: disc !important;
}
.search-found{
    color: #0653b6;
}
.list-services{
    padding-top:30px;
}
.list-services .title{
    text-transform: uppercase;
}
.menu-product-detail{
    position: absolute;
    z-index: 99;
    width: 300px;
    bottom: -30px;
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    background: #666;
}
.menu-product-detail a{
    color:#fff;
}
header ul.collapse-menu-product{
    position: absolute;
    top: 40px;
    display: block;
    background: #8e8e8e;
    width: 100%;
    left: 0;
    list-style: none;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu-product-detail > li .fas{
    position: absolute;
    right: 10px;
    top: 30%;
}
.menu-product-detail > li a{
    display: block;
}
.menu-product-detail > li a[aria-expanded="true"] i:before{
    content: "\f077";
}
.single-b_product .js-slide .mb-7,.single-b_product .js-slide .my-7{
    font-size: 1rem;
    font-weight: normal;
}
.cf7-required{
    color: red;
}
.cf7-item input.wpcf7-text,.cf7-item select{
    width: 100%;
}
.wpcf7-submit{
    margin-top: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
}
#post-440 .entry-title{
    text-transform: uppercase;
    margin-bottom: 30px;
}
.bg-w-p{
    padding: 10px 15px;
}
.heightmenufixed{
    height: 50px;
}
.wrap-single-post.single-specifications{
    padding-top: 20px;
}
.menu-services-detail{
    bottom: 0;
    top: 50px;
    height: 40px;
    width: inherit;
    min-width: 300px;
    padding-right:40px;
}

.menu-services-detail > li a {
    display: block;
    white-space: nowrap;
}
.wrap-single-post .services-content {
    padding-top: 40px;
}
/*----------------------------------------------------------------------
	* DC - Responsive Website Template version 1.2.
	* Copyright 2018 Darcy
------------------------------------------------------------------------*/

/*------------------------------------
  Default Styles
------------------------------------*/
h1, h2, h3, h4, h5, h6, a, small,
body {
    font-family: "HelveBold","Arial","Helvetica",sans-serif;
    color: #333;
    font-weight: normal;
}



a:focus {
    text-decoration: none;
}

body, button, input, select, textarea {
    font-size: 15px;
    color: #111;
    font-weight: 400;
}

p {
    color: #000;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
}
.page-id-31 main#content, .page-id-31 main#main {
    padding-top: 98px;
}
.single .btn-primary {
    color: #fff !important;
    background-color: #1c69d4  !important;
    border-color: #0180ba  !important;
    border-radius: unset;
}
header #navBar .btn-primary {
    color: #fff !important;
    background-color: unset  !important;
    border-color: #ddd  !important;
    border-radius: unset;
}
.dropdown-menu {
    padding: 10px;
}

.text-primary{
    color: #0180ba !important;
}

.btn-primary:hover{
    background-color: #0180ba;
    border-color: #0180ba;
}

.text-primary{
    color: #0180ba;
}

.u-header__nav-item:hover .u-header__nav-link, .u-header__nav-item:focus .u-header__nav-link, a:hover {
    color: #0180ba;
}

.bg-w{
    background: #ffff;
}

.bg-w-p{
    background: #EDF0F4;
}
/*------------------------------------
  END Default Styles
------------------------------------*/


/*------------------------------------
  Header Styles
------------------------------------*/
.btn-try-drive{

}

.navbar-brand img,.navbar-brand #showroomName {
    display: inline-block;
}

.navbar-brand #showroomName {

    color: #000;
    font-size: 20px;
    font-weight: 500;

}
.show-content > .container > h1 {
    margin-top:30px;
    font-size: 35px;
    text-transform: uppercase;
}
#content .divimage.dzsparallaxer--target {
    width: 100% !important;
    height:100% !important;
}
.bpro-detail {
    position: relative;
}
.bpro-detail > .container.u-space-3 {
    position: absolute !important;
    z-index: 99;
    top: 60px;
    padding: 0;
    left: 0;
    right: 0;
    padding-left:20px;

}
.navbar-expand-md .navbar-nav .u-header__sub-menu {
    border-top-color: #0180ba;
}

#logoAndNav nav img {
    width: 131px;
    margin-top: 0px;
    position: absolute;
    top: -23px;
    padding: 10px;
}
#searchClassic{
    right: 0;
    bottom: 0;
}

#header{
    background: #fafafa;
}
.page .wrap h1, .page .wrap .h1 {
    font-size: 26px;
    text-transform: uppercase;
}

#dropdownLanguage {
    min-width: 0;
    border-radius: 2px;
    padding: 1em;
}

#dropdownLanguage > a {
    text-align: left;
}

.top-menu > li.menu-item > a {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#header .u-unfold-wrapper {
    font-size: 13px;
    color: #333;
}
.right-top ul li a {
    font-size: 14px;
    font-weight: 400;
}

#dropdownBasicExampleInvoker{
    font-size: 13px;
}

.menu-right-top {
    margin-bottom: 0.5em;
}
/*------------------------------------
  End Header Styles
------------------------------------*/



/*------------------------------------
  Footer Styles
------------------------------------*/
ul.list-menu-footer,ul.social-list-footer{
    padding: 0;
}

.footer-list-model-item ul li {
    display: inline-block;
}

.widget-footer-1 ul li a{
    font-size: 14px;
}

.footer-content .u-icon {
    color: #5c5c5c !important;
    border-color: #fff;
    position: relative;
    z-index: 1;
    line-height: 0.7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.9375rem;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}


[class*="u-icon-brd"]:hover, [class*="u-icon-brd"]:focus, [class*="u-icon-brd"]:active {
    color: #fff;
    background: transparent !important;
    border-color: #5c5c5c !important;
}

.footer-content .u-icon__inner {
    font-size: 0.7em;
}

.footer-list-model-item {
    background: #333;
    padding: 5px 0;
    text-align: center;
}

.footer-list-model-item ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.footer-list-model-item ul li a:hover{
    color: #45a7ff;
}

.footer-list-model-item ul li {
    padding: 0px;
}
.footer-list-model-item ul li:not(:last-child) {
    margin-right: 40px;
}

.bottom-line{
    height: 5px;
    margin: 0px;
    background: #8E8E8E;
}


/*------------------------------------
  END Footer Styles
------------------------------------*/



/*------------------------------------
  Vehicles Page Styles
------------------------------------*/
.globalnav-primary-vehicles__filter-nav > ul {
    border-bottom: solid 1px #9f9f9f;
    padding-bottom: 15px;
}

.vehicle-tit {
    font-size: 17px;
    margin-top: 0;
    font-weight: 500;
}

.list-vehicles a.d-block:hover h2 {
    color: #0180BA;
}

.vehicles-content .title h3 {
    font-size: 30px;
    font-weight: 400;
}

.globalnav-primary-vehicles__filter-nav ul li {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding:0;
}

.globalnav-primary-vehicles__filter-nav ul li:not(:first-child) {
    margin-left: 30px;
}

/* .globalnav-primary-vehicles__filter-nav ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #307998;
    transition: width .3s;
}

.globalnav-primary-vehicles__filter-nav ul li:hover::after {
    width: 100%;
    //transition: width .3s;
} */

.all-vehicles .globalnav-primary-vehicles__filter-nav ul li a:active {
    color: #0180ba;
}
.all-vehicles .globalnav-primary-vehicles__filter-nav .u-list__link {
    font-weight: 400;
    font-size: 15px;
}

/*------------------------------------
  END Vehicles Page Styles
------------------------------------*/


/*------------------------------------
  Car detail
------------------------------------*/
.c-detail-hero-tit{
    font-weight: 700;
    font-size: 40px;
}

.c-detail-hero-desc{
    font-weight: 600;
    font-size: 25px;
}

.overview-table tr,
.overview-table td {
    padding: 0.5rem;
    vertical-align:top;
    border:none;
}
/*------------------------------------
  END Car detail
------------------------------------*/


/*------------------------------------
  Home
------------------------------------*/
/* .hero-sec .slick-track  {
  height: 720px;
} */

#product-list .product a img {
    width: 100%;
    height: auto;
}

a.action-redirect-product{
    padding: 8px 20px;
    border: 1px solid #0180BA;
    color: #0180BA;
    text-transform: uppercase;
}

a.action-redirect-product:hover{
    color: #ffffff;
    background: #0180BA;
    text-transform: uppercase;
}

#product-list .title{
    position: relative;
    color: #0180ba;
}

#product-list .title a{
    color: #0180ba;
}

#product-list .title a:hover{
    color: #025175;
}




#vehicle-show-h .vehicle-carousel-control{
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

#vehicle-show-h .carousel-item img {
    margin: 0 auto;
}

.vehicle-carousel-control a {
    font-size: 15px;
    font-weight: 500;
    padding: 0 10px;
    color: #1e2022;
}

.vehicle-carousel-control a:active {
    color: #0180BA;
}

#vehicle-show-h.carousel-item.active{

}

.list-vhcles {
    list-style: none;
    padding: 0;
    margin-bottom: 7px;
}

.list-vhcles > li{
    display: inline-block;
    font-size: 18px;
    padding: 0 12px;
    font-weight: 600;
    color: #1e2022;
}

.list-vhcles > li:hover{
    color: #0180ba;
    cursor: pointer;
}

.vehicle-carousel-control a:hover{
    color: #0180ba;
}

/*
.list-vehicle-h {
  background-image: url(../images/show-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
*/

.list-vehicle-h .tit{
    font-weight: 400;
    color: #0180ba;
    margin-bottom: 25px;
}

#vehicle-show-h .carousel-inner .carousel-item img{
    width: 50%;
}
.vehicle-carousel-control li span{
    display: inline-block;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: 0.3s ease-in-out;
}
.vehicle-carousel-control li.active span {
    background-color: #377dff;
}
.list-vehicle-h a:hover{
    color: #0180ba;
}
.list-vehicle-h a{
    color: #000;
}
#vehicle-show-h .vehicle-carousel-control{
    height: 20px;
}
.vehicle-carousel-control a{
    padding:0;
}
.car-model ul.term-car-model li{
    padding: 5px 10px;
}
.car-model .title{
    display: block;
    width: 100%;
    color:#555;
}
.models-series-list{
    position: relative;
}
.post-type-archive-b_product #content .container {
    padding: 10px 50px;
}
.models-series-title.models-js-series-title{
    color: #e6e6e6;
    font-size: 9em;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    font-weight: 900;
    left: -30px;
}
.models-series-list .product a{
    display: block;
}
.product-self-link, .show-more{
    color:#262626;
    font-weight: 500;
}
.product-self-link{
    font-size: 1.2em;

}
.show-more{
    font-weight: 600;
}
/*------------------------------------
  End Home Page
------------------------------------*/
/* ******************************** */

/*------------------------------------
  Discover Page
------------------------------------*/
.vehicle-discover-control{
    list-style:none;

}

.vehicle-discover-control li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
    padding-bottom: 7px;
}

.vehicle-discover-control .active a::after{
    background: #0180ba;
}

.vehicle-discover-control li a::after{
    content: "";
    display: block;
    width: 100%;
    height: 1.5px;
    background: #E6E6E6;
    left: 0;
    bottom: 0;
    transition: width .3s;
}

.vehicle-discover-control {padding: 0;}

.vehicle-discover-control a:hover::after{
    background: #0180ba;
    width: 100%;
    transition: width .3s;

}

.vehicle-discover-control li a{
    color: #626770;
    transition: width .3s;
}

.product-loop a img {
    width: 100%
}

#discover-list .product-desc.product-desc-custom{
    padding: 10px 15px;
    background: #EBEFF3E6;
}

#discover-list .product-desc.product-desc-custom .blockquote{
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

#discover-list .product-desc.product-desc-custom .blockquote:hover{
    color: #0180ba;
}

.overview-sec {
    background: #EBEFF3E6;
}

.carosel-indicators-control-tit{
    font-size: 17px;
    font-weight: 400;
}

.slick-current .carosel-indicators-control-tit{
    color: #0180ba;
}

#sliderProDetailThumb, .sliderProDetailThumb {
    margin-bottom: 20px;
    border-bottom: solid 1px #EDF0F4;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

#sliderProDetailThumb .slick-slide, .sliderProDetailThumb .slick-slide {
    text-align: center;
}

.u-slick__arrow-classic {
    border: solid 1px #3333;
    color: #3333;
}

.u-slick__arrow-classic:hover {
    border: solid 1px #3333;
    color: #3333;
    background: #f1f1f1f1;
}

.dc-slick__arrow-classic {
    border: solid 1px #0180ba;
    color: #fff;
    background: #0180ba;
}

.dc-slick__arrow-classic:hover {
    border: solid 1px #fff;
    color: #0180ba;
    background: #fff;
}

.sub-title{
    font-weight: 400;
}

.border-none{
    border: none !important;
}
#sliderProDetailThumb .slick-slide, .sliderProDetailThumb .slick-slide{
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
    float: none;
}
#sliderProDetailThumb .slick-slide .carosel-indicators-control-tit, .sliderProDetailThumb .slick-slide .carosel-indicators-control-tit{
    display: block;
    margin: 0 5px;
    border-bottom: 5px solid #ccc;
}
#sliderProDetailThumb .slick-slide:first-child .carosel-indicators-control-tit,
.sliderProDetailThumb .slick-slide:first-child .carosel-indicators-control-tit{
    margin-left: 0;
}
#sliderProDetailThumb .slick-slide:last-child .carosel-indicators-control-tit,
.sliderProDetailThumb .slick-slide:last-child .carosel-indicators-control-tit{
    margin-right: 0;
}
.template-product-item-sliders .slick-slide .carosel-indicators-control-tit{
    border-bottom: none!important;
}
.sliderProDetailThumb .slick-slide{
    text-align: left;
}
.sliderProDetailThumb .slick-track{
    width: 100%!important;
}
.slick-track .slick-slide.slick-current .carosel-indicators-control-tit{
    border-bottom: 5px solid #1c69d4!important;
}
.single-b_product .u-slick__arrow-classic-inner--left{
    left: -8%;
    border-radius: unset !important;
    background: #1c69d4;
    color: #fff;
}
.single-b_product .u-slick__arrow-classic-inner--right{
    right: -8%;
    border-radius: unset !important;
    background: #1c69d4;
    color: #fff;
}
.sliderProDetailControl .u-slick__arrow-classic{
    color:#555;
    border-radius: 0;
}
.sliderProDetailControl .js-prev{
    left: -2%;
}
.sliderProDetailControl .js-next{
    right: -2%;
}
.learn-more{
    line-height: 20px;
    font-weight: normal;
    color: #262626;
    font-size: 1.1em;
}
.basecomponent-typo-link-more{
    margin-top: 10px;
}
.basecomponent-typo-link-more li, .template-product-item-collapse > ul > li{
    list-style: none;
}
.basecomponent-typo-link-more li a:hover{
    color: #0180ba;
}
.basecomponent-typo-link-more li a{
    color: #262626;
    font-weight: bold;
}
.basecomponent-typo .title{
    white-space: nowrap;
    font-size: 127.5px;
    text-align: center;
    font-weight: bold;
}
/*------------------------------------
  End Discover Page
------------------------------------*/
/*
product-design
*/
.single-bc_product .content-bc{
    margin: 20px 0;
}
.tpi-collapse{
    color: #262626;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}
.tpi-collapse i{
    margin-right: 10px;
}
.tpi-collapse[aria-expanded="true"] i:before{
    content: "\f077";
}
.template-product-item{
    margin-top: 50px;
}
.template-product-item-collapse{
    margin-top: 20px;
}
.template-product-item-collapse > ul > li{
    border-top: 1px solid #e6e6e6;
    padding: 15px 0;
}
.template-product-item-collapse > ul > li:last-child{
    border-bottom: 1px solid #e6e6e6;
}
.template-product-item-collapse .collapse-content{
    padding-left: 28px;
}
.tpi-content-column-2, .content-column-2{
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}
.template-product-item h3.title{
    font-weight: bold;
    font-family: "bmwTypeWebBoldAll","Arial","Helvetica",sans-serif !important;
}
.template-product-item-sliders .u-space-2{
    padding-top: 0;
    padding-bottom: 0;
}
#primary{
    padding-bottom: 50px;
}
.sliderProDetailControl[data-slides-show="2"] .slick-slide, .slide-show-2, .slide-show-2 .sliderProDetailThumb{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.slide-show-2 .js-prev{left: -1.5%;}
.slide-show-2 .js-next{right: -1.5%;}
/*
end product-design
*/
.collapse .table-responsive-md .engine-td-text-right{
    font-weight: bold;
    text-align: right;
}
.template-product-item-images{
    margin-bottom: 20px;
}
.template-product-item-microstory{
    margin-bottom: 50px;
}
.product-videos iframe{
    width: 100%;
}
.galley-images .title.text-uppercase{
    padding-left: 7.5px;
}
.contact-page p{
    margin-bottom: 0;
}
.cf7-item{
    margin-bottom: 10px;
}
.cf7-item label{
    padding-right: 20px;
}
.single-services .text-center.mx-auto{
    width: 100%!important;
    text-align: left;
}
.template-product-item-collapse .collapse-content ul li{
    list-style: disc !important;
}
.search-found{
    color: #0653b6;
}
.list-services{
    padding-top:30px;
}
.list-services .title{
    text-transform: uppercase;
}
.menu-product-detail{
    position: absolute;
    z-index: 99;
    width: 300px;
    /*bottom: -30px;*/
    top: 57px;
    bottom: 0;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    background: #666;
}
.menu-product-detail a{
    color:#fff;
}
header ul.collapse-menu-product{
    position: absolute;
    top: 40px;
    display: block;
    background: #8e8e8e;
    width: 100%;
    left: 0;
    list-style: none;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu-product-detail > li .fas{
    position: absolute;
    right: 10px;
    top: 30%;
}
.menu-product-detail > li a{
    display: block;
}
.menu-product-detail > li a[aria-expanded="true"] i:before{
    content: "\f077";
}
.single-b_product .js-slide .mb-7,.single-b_product .js-slide .my-7{
    font-size: 1rem;
    font-weight: normal;
}
.cf7-required{
    color: red;
}
.cf7-item input.wpcf7-text,.cf7-item select{
    width: 100%;
}
.wpcf7-submit{
    margin-top: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
}
#post-440 .entry-title{
    text-transform: uppercase;
    margin-bottom: 30px;
}
.bg-w-p{
    padding: 10px 15px;
}
.heightmenufixed{
}
.wrap-single-post.single-specifications{
    padding-top: 20px;
}
.menu-services-detail{

}
.services-content .heightmenufixed + .show-content .content-bc .u-space-2{
    padding-top: 0;
}
.wpcf7-form label, .cf7-item label{
    font-family: "Helvetica", "bmwTypeWebBoldAll","Arial","Helvetica",sans-serif !important;
}
.wpcf7-form-control.wpcf7-submit{
    color:#000;
}
.bootstrap-not-padding{
    padding-left: 0;
    padding-right: 0;
}
.menu-services-detail{
    bottom: 0;
    top: 57px;
    height: 40px;
    width: inherit;
    min-width: 300px;
    padding-right:40px;
}

.menu-services-detail > li a {
    display: block;
    white-space: nowrap;
}
.wrap-single-post .services-content{
    padding-top: 40px;
}
.services-content .heightmenufixed + .show-content .content-bc .u-space-2{
    padding-top: 0;
}
#price-result th{
    background: transparent;
}
.pagination ul{
    margin:auto;
}
.pagination li{
    display: inline-block;
}
.title-post-single{
    margin-bottom: 20px;
}

.news-homepage .title a, .section-product a, .link-test-drive a,
.product-child .title a, .title-post-single a{
    background: #666;
    color: #fff;
    padding: 5px 30px;
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
}
#main a.has-font-noto-serif:hover {
  background: #333 !important;
  color: #fff !important;
}
.section-product a:hover, .title-post-single a:hover, .link-test-drive a:hover{
    color:#fff;
}
.section-product, .link-test-drive a, .title-post-single a{
    font-size: 1.25rem;
}

.link-test-drive{
    text-align: right;
}
.link-test-drive, .product-child .product-loop{
    margin-top: 20px;
}
.single-post-news .link-test-drive{
    margin-bottom: 20px;
}
.link-test-drive a{
    padding: 10px 20px;
}
#price-result{
    margin-top: 30px;
}
.bmw-title-post-single{
    padding-left: 15px;
}
.bmw-title-post-single a{
    padding: 10px 30px;
}
.page .entry-content{
    margin-top: 10px;
}
.nav-padding-left-right{
    padding-left: 15px;
    padding-right: 15px;
}
.nav-product-detail{
    display: block;
    flex-direction: row;
    height: 50px;
}
.nav-product-detail li{
    display: inline;
    margin-right: 10px;
}
.nav-product-detail li:last-child{
    margin-right: 0;
}
.nav-product-detail li a, .nav-product-detail li a:hover{
    padding: 10px 20px;
    background: #1C69D4 !important;
    color: #FFF !important;
}

.before-menu-product-detail{
    margin-top: 20px;
}
.single-news .row{
    margin-right: -15px;
    margin-left: -15px;
}
.bg-w-p{
    background: transparent;
}
.single-news .u-space-2{
    padding-top: 0;
    padding-bottom: 0;
}
.single-news .bg-w-p{
    padding-left: 0;
    padding-right: 0;
}
.single-news .mb-2{
    margin-bottom: 30px !important;
}
.custom-single-services .services-content{
    padding-top: 0;
}
.custom-single-services .heightmenufixed{
    height: 30px;
}
.single-bc_product .content-bc{
    padding: 0 !important;
    margin: 0 !important;
}
.custom-single-services .u-space-1{
    padding-top: 0;
    padding-bottom: 0;
}
.custom-single-services #main .bg-w{
    margin-top: 0;
}
footer.newf .menu-social{
    padding-left: 0;
}
.widget-footer-2 li a{
    border: none;
}
.footer-content .u-icon{
    border: none;
}
.footer-content .u-icon__inner{
    font-size: 0.8rem;
}
.footer-content .fcontent a{
    color: #000;
}
