/* Colors */

@font-face {
  font-family: "BMWTypeWebLightAll";
  src: url("../fonts/bmw-fonts/BMWTypeWebLightAll.eot?#iefix") format("embedded-opentype"), url("../fonts/bmw-fonts/BMWTypeWebLightAll.woff") format("woff"), url("../fonts/bmw-fonts/BMWTypeWebLightAll.ttf") format("truetype"), url("../fonts/bmw-fonts/BMWTypeWebLightAll.svg#BMWTypeWebLightAll") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BMWTypeWebBoldAll";
  src: url("../fonts/bmw-fonts/BMWTypeWebBoldAll.eot?#iefix") format("embedded-opentype"), url("../fonts/bmw-fonts/BMWTypeWebBoldAll.woff") format("woff"), url("../fonts/bmw-fonts/BMWTypeWebBoldAll.ttf") format("truetype"), url("../fonts/bmw-fonts/BMWTypeWebBoldAll.svg#BMWTypeWebBoldAll") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BMW_iconFont";
  src: url("../fonts/bmw-icons/BMW_iconFont.eot#iefix") format("embedded-opentype"), url("../fonts/bmw-icons/BMW_iconFont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.mapRegions > g:hover {
  cursor: pointer;
}

.mapRegions > g:hover > path {
  fill: #1c69d4;
}

.mapRegions > g:hover g * {
  fill: #ffffff;
}

.mapActive {
  fill: #1c69d4;
  stroke: #d8d8d8;
  color: #ffffff;
}

.mapActive + g path {
  display: block;
}

.mapActive + g * {
  fill: #ffffff;
}

.selectedAccordionMap {
  fill: #1c69d4;
  stroke: #d8d8d8;
  color: #ffffff;
}

.selectedAccordionMap + g * {
  fill: #ffffff;
}

.infoMap {
  border: 2px solid #262626;
  padding: 10px;
}

.infoMap h5 {
  color: #262626;
}

.infoMap p {
  margin-bottom: 0;
}

.st3 {
  display: none;
}

.st8 {
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
}

.st6 {
  font-family: "BMWTypeWebLightAll", "Arial", "Helvetica", sans-serif;
}

.accordion {
  max-width: 380px;
  font-family: "BMWTypeWebLightAll", "Arial", "Helvetica", sans-serif;
}

.accordion,
.accordion * {
  outline: none;
}

.accordion-section {
  border-left: 1px solid black !important;
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.accordion-section:first-child {
  border-top: 1px solid black;
}

.accordion-section:hover {
  background-color: #1c69d4;
  color: #ffffff !important;
}

.accordion-section-title {
  width: 100%;
  padding: 12px 15px;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  cursor: pointer;
}

.accordion-section-content p {
  color: #ffffff;
}

.accordion .active {
  color: #ffffff !important;
  background-color: #1c69d4 !important;
}

/*----- Section Content -----*/

.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.data * {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 8px;
}

.data a {
  color: #ffffff;
  text-decoration: none !important;
}

.containerImage img {
  max-width: 100%;
}

.containerImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.containerData {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

.containerData h5 {
  font-size: 17px;
  line-height: 21px;
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
}

.containerData p {
  font-size: 12px;
  line-height: 15px;
}

.info {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* transition accordion */

.collapsing {
  -webkit-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}

.mouseOverMap {
  background-color: #1c69d4;
  color: #ffffff !important;
  -webkit-transition: background-color .3s ease, color .3s ease;
  -o-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

.containerMobile {
  padding: 15px 26px;
  font-family: "BMWTypeWebLightAll", "Arial", "Helvetica", sans-serif;
}

/* HEADER */

.head h1 {
  font-size: 12px;
  line-height: 15px;
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
}

.head p {
  font-size: 12px;
  line-height: 15px;
}

/* EN HEADER*/

/* BODY */

.form-control::-moz-placeholder {
  color: #bbbbbb;
}

.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}

.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
  border-color: #1c69d4;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1c69d4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1c69d4;
  outline: 0 none;
}

input[type=text] {
  border: 1px solid #bbbbbb;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #1c69d4 !important;
  border-color: #1c69d4;
  color: #ffffff;
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
}

.dataSmart {
  padding-top: 15px;
}

.dataSmart > h5:first-child {
  color: #1c69d4;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 11px;
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
  margin: 0;
}

.dataSmart h6 {
  font-size: 12px;
  line-height: 15px;
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
  padding-bottom: 9px;
  margin: 0;
}

.dataSmart > h5 {
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
  color: #1c69d4;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding-bottom: 15px;
}

.media {
  padding-bottom: 31px;
}

.media img {
  width: 100px;
  height: 150px;
}

.media-body > p:first-child {
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 29px;
  margin: 0;
}

.media-body p {
  margin: 0;
  padding-bottom: 3px;
  font-size: 12px;
}

.media-body p a {
  margin: 0;
  padding: 0;
}

.media-body a {
  text-decoration: underline;
}

/* information container */

.information h5 {
  color: #262626;
  margin: 0;
  padding-bottom: 5px;
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.information p {
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}

.information a {
  text-decoration: underline;
}

.dataSmart {
  display: none;
}

/* END BODY */

.autocomplete-items {
  border: 1px solid #bbbbbb;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items .spnBold {
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #bbbbbb;
}

/*when hovering an item:*/

.autocomplete-items div:hover {
  background-color: #e6e6e6;
}

/**************** LANDSCAPE ********************/

/*container*/

.tooltipContainer {
  width: 285px;
  display: none;
  position: absolute;
  padding-bottom: 15px;
}

.contInformation {
  padding-bottom: 12px;
}

.ui-dialog {
  border: 1px solid black;
  background-color: white;
  word-wrap: break-word;
  width: 285px;
  outline: none;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 12px;
  font-family: "BMWTypeWebLightAll", "Arial", "Helvetica", sans-serif;
}

.ui-dialog h5 {
  font-size: 14px;
  padding-bottom: 12px;
  margin: 0;
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
}

.ui-dialog h6 {
  font-size: 12px;
  font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
}

.ui-dialog p {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}

.ui-dialog a {
  text-decoration: underline;
}

.ui-dialog .divider {
  border-top: 1px solid black;
  padding-top: 10px;
  background-color: white;
  width: 100%;
}

.container {
  padding: 60px 12.5px;
}

.col-centered {
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (min-device-width: 192px) and (max-device-width: 521px) and (min-width: 450px) and (max-width: 820px), only screen and (min-device-width: 192px) and (max-device-height: 521px) and (min-width: 450px) and (max-width: 820px) {
  .container {
    display: none !important;
  }

  .mobileApp {
    display: block !important;
  }

  .head h1 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 30px;
  }

  .head p {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 30px;
  }

  input[type=text] {
    height: 50px;
  }

  .search {
    margin-bottom: 30px !important;
    width: 45%;
  }

  #searchBtn {
    width: 45%;
    height: 50px;
  }

  .dataSmart {
    padding-top: 0px;
  }

  .dataSmart > h5:first-child {
    color: #1c69d4;
    line-height: 31px;
    font-size: 25px;
    padding-bottom: 45px;
    font-family: "BMWTypeWebBoldAll", "Arial", "Helvetica", sans-serif;
    margin: 0;
  }

  .dataSmart h5 {
    line-height: 31px;
    font-size: 25px;
    padding-bottom: 45px;
  }

  .media {
    padding-bottom: 45px;
  }

  .media img {
    width: 171px;
    height: 257px;
    margin-right: 45px !important;
  }

  .contSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .media-body > p:first-child {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 34px;
    margin: 0;
  }

  .media-body h6 {
    line-height: 25px;
    font-size: 20px;
    padding-bottom: 13px;
  }

  .media-body p {
    margin: 0;
    padding-bottom: 9px;
    font-size: 20px;
    line-height: 25px;
  }

  .information h5 {
    line-height: 25px;
    font-size: 20px;
    padding-bottom: 15px;
  }

  .information p {
    line-height: 25px;
    font-size: 20px;
  }
}