html, body {
  background-color: white; }

.brand-page .brand-logotype {
  width: 100%;
  margin-top: 15px; }

.brand-page .bg-slide, .car-brand-page .backstage {
  /*background-image: url("../images/bmw1.jpg");*/
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 15px 0; }
  .brand-page .bg-slide .input-field.large .select-wrapper input.select-dropdown {
    background: transparent;
    border: none;
    border-bottom: 2px solid #4FC3F7;
    color: #333 !important; }

.brand-page .card {
  background-color: rgba(255, 255, 255, 0.97);
  margin: 0; }

.brand-page select {
  border: none;
  border-bottom: 1px solid #4FC3F7;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
}

.weather {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .weather .weather-label {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .weather .h5 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    color: #262626;
    margin-top: 2rem; }
  .weather [type="radio"] + label:before, .weather [type="radio"] + label:after {
    visibility: hidden; }
  .car-type [type="radio"] + label:before, .weather [type="radio"] + label:after {
    visibility: hidden; }
  .weather p {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .weather label {
    background-image: url("../images/weather.png");
    background-repeat: no-repeat;
    background-size: 30%;
    height: 32px !important;
    line-height: 37px !important;
    font-size: 18px;
    padding-left: 50px !important;
    color: #262626; }
    .weather label.all {
      background-position: 0 -38px;
      background-size: 56%; }
    .weather label.summer {
      background-position: 0 -96px; }
    .weather label.winter {
      background-position: 0 -132px; }
    .weather label.allseason {
      background-position: 0 -245px; }


  .weather [type="radio"].with-gap:checked + label.all {
    background-position: 0 0;}
  .weather [type="radio"].with-gap:checked + label.summer {
    background-position: 0 -64px; }
  .weather [type="radio"].with-gap:checked + label.winter {
    background-position: 0 -106px; }
  .weather [type="radio"].with-gap:checked + label.allseason {
    background-position: 0 -210px; }

  @media all and (min-width: 768px) and (max-width: 1023px) {
    .weather label.summer {
      background-position: 0 -90px; }
    .weather [type="radio"].with-gap:checked + label.summer {
      background-position: 0 -58px; } 
    .weather label.allseason {
      background-position: 0 -240px; }
    .weather [type="radio"].with-gap:checked + label.allseason {
      background-position: 0 -205px; } 
    }

  @media all and (max-width: 767px) {
    .weather label.summer {
      background-position: 0 -90px; }
    .weather [type="radio"].with-gap:checked + label.summer {
      background-position: 0 -58px; }
    .weather label.allseason {
      background-position: 0 -240px; }
    .weather [type="radio"].with-gap:checked + label.allseason {
      background-position: 0 -205px; } 
  }

.brand-page .in-card input[type='text'] {
  border-bottom: 1px solid rgba(0, 145, 234, 0.9);
  color: #2a2a2a; }
  .brand-page .in-card input[type='text']:focus {
    box-shadow: 0 1px 0 0 #00b0ff; }

.brand-page .big-search {
  margin-bottom: 15px;
  background-color: rgba(0, 145, 234, 0.9); }

.brand-page .icon {
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  will-change: background-position-y;
  -webkit-transition: .2s background-position-y;
          transition: .2s background-position-y; }

.brand-page .icon-car-type {
  width: 64px;
  height: 64px !important;
  background: url("../images/car-type.png"); }

.brand-page .icon-weather {
  width: 64px;
  height: 64px;
  background: url("../images/weather2.png"); }

.car-type-label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.car-type label.icon:before, .car-type label.icon:after {
  display: none;
}

.brand-page label.icon-pkw {
  background-position-x: 0px;
  background-position-y: -64px; }

.brand-page label.icon-off {
  background-position-x: -64px;
  background-position-y: -64px; }

.brand-page label.icon-mo {
  background-position-x: -128px;
  background-position-y: -64px; }

.brand-page label.icon-llkw {
  background-position-x: -192px;
  background-position-y: -64px; }

.brand-page label.icon-as {
  background-position-x: -256px;
  background-position-y: -64px; }

/* car type checked */
.car-type [type="radio"].with-gap:checked + label.icon-pkw {
  background-position-x: 0px;
  background-position-y: 0px; }

.car-type [type="radio"].with-gap:checked + label.icon-off {
  background-position-x: -64px;
  background-position-y: 0px; }

.car-type [type="radio"].with-gap:checked + label.icon-mo {
  background-position-x: -128px;
  background-position-y: 0px; }

.car-type [type="radio"].with-gap:checked + label.icon-llkw {
  background-position-x: -192px;
  background-position-y: 0px; }

.car-type [type="radio"].with-gap:checked + label.icon-as {
  background-position-x: -256px;
  background-position-y: 0px; }
/* weather icons */
.brand-page .icon-summer {
  background-position-x: 0px;
  background-position-y: -64px; }

.brand-page .icon-winter {
  background-position-x: -64px;
  background-position-y: -64px; }

.brand-page .icon-all {
  background-position-x: -128px;
  background-position-y: -64px; }

.brand-page .tabs {
  background: transparent; }
  .brand-page .tabs a.active .icon {
    background-position-y: 0; }
  .brand-page .tabs .indicator {
    bottom: -10px !important; }

.blog {
  padding: 30px 0; }
  .blog h4 {
    text-align: left; }
  .blog .section {
    padding: 0; }
  .blog .table-of-contents a.active {
    border-left: 2px solid #00B0FF; }
    .blog .table-of-contents a.active:hover {
      border-left: 2px solid #00B0FF; }
  .blog .table-of-contents a:hover {
    border-left: 1px solid #00B0FF; }
  .blog .pin-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .blog .pin-pagination li a {
      margin: 0; }

  .blog ul.card-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog ul.card-content .widget .widgettitle {
    font-size: 1.8rem;
    text-align: left;
}

.reviews-carousel {
  padding-bottom: 70px; }
  .reviews-carousel .card-panel .circle {
    width: 120px;
    height: 120px;
    overflow: hidden; }
  .reviews-carousel .card-panel .card-panel-content {
    padding-left: 20px; }
    .reviews-carousel .card-panel .card-panel-content .title {
      font-size: 18px;
      text-transform: uppercase; }
    .reviews-carousel .card-panel .card-panel-content .secondary-content {
      color: #FFB300; }

#btns {
    display: flex;
    flex-flow: column wrap;
    position: fixed;
    top: 62%;
    right: 5px;
  z-index: 999;
}
#btns {
  display: none;
}


#btns .btn-floating {
  margin: 5px 0;
}