h1{
  font-size: 24px;
  color: #F73D56;
}

.text-white,
.text-white p
{
  color: #fff !important;
}

.tools-c{
  padding: 15px 0;
}

.share{
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-indent: -5000px;
  margin-left: 10px;
}

.share.share-whatsapp{
  width: 30px;
  height: 30px;
  background: transparent url('../../../img/Site/SiteVehicle/share_whatsapp.png') center center no-repeat;
  background-size: cover;
}

.share.share-facebook{
  width: 30px;
  height: 30px;
  background: transparent url('../../../img/Site/SiteVehicle/share_facebook.png') center center no-repeat;
  background-size: cover;
}

.share.share-linkedin{
  width: 30px;
  height: 30px;
  background: transparent url('../../../img/Site/SiteVehicle/share_linkedin.png') center center no-repeat;
  background-size: cover;
}

.share.share-twitter{
  width: 30px;
  height: 30px;
  background: transparent url('../../../img/Site/SiteVehicle/share_twitter.png') center center no-repeat;
  background-size: cover;
}

.share.share-mail{
  width: 30px;
  height: 30px;
  background: transparent url('../../../img/Site/SiteVehicle/share_mail.png') center center no-repeat;
  background-size: cover;
}

a.btn-back{
  color: #000;
  text-decoration: none;
  line-height: 1em;
}

.btn-back i{
  font-size: 22px;
  color: #aaa;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.gallery-c{
  position: relative;
  height: auto;
  overflow: hidden;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ededed+53,d1d1d1+78,d6d6d6+91,ffffff+100 */
  background: rgb(244,244,244); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(237,237,237,1) 53%, rgba(209,209,209,1) 78%, rgba(214,214,214,1) 91%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(237,237,237,1) 53%,rgba(209,209,209,1) 78%,rgba(214,214,214,1) 91%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(237,237,237,1) 53%,rgba(209,209,209,1) 78%,rgba(214,214,214,1) 91%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.gallery-item{

  position: relative;
  padding: 0 0;
  text-align: center;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ededed+53,d1d1d1+78,d6d6d6+91,ffffff+100 */
  background: rgb(244,244,244); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(237,237,237,1) 53%, rgba(209,209,209,1) 78%, rgba(214,214,214,1) 91%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(237,237,237,1) 53%,rgba(209,209,209,1) 78%,rgba(214,214,214,1) 91%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(237,237,237,1) 53%,rgba(209,209,209,1) 78%,rgba(214,214,214,1) 91%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.gallery-arrow{
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 45%;
}

.gallery-arrow.prev{
  background: transparent url('../../../img/Site/arrow_left.png') center center no-repeat;
  background-size: cover;
  left: 25px;
}

.gallery-arrow.next{
  background: transparent url('../../../img/Site/arrow_right.png') center center no-repeat;
  background-size: cover;
  right: 25px;
}

.gallery-item-img{
  display: block;
  position: relative;
  /*
  width: 850px;
  max-width: 80%;
  */
  width: 1199px;
  max-width: 100%;
  margin: 0 auto;
}

.gallery-car-ph{
  display: block;
  width: 100%;

}

.gallery-car-image{
  display: block;
  width: 100%;

  position:absolute;
  top: 0;
  left: 0;
}

/* TOOLS */

.gallery-menu-c{
  border-top: 1px solid #E5E4E4;
  border-bottom: 1px solid #E5E4E4;
  background-color: #fbfbfb;
}

a.btn-gallery-all{
  color: #000;
  text-decoration: none;
  line-height: 1em;
}

a.btn-gallery-all i{
  font-size: 22px;
  color: #aaa;
  margin-left: 5px;
  position: relative;
  top: 2px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a.btn-gallery-all.thumbs-show i{
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn-gallery-c{
  font-size: 0;
}

a.btn-gallery:first-child{
  border-left: 1px solid #E5E4E4;
}

a.btn-gallery{
  display: inline-table;
  font-size: 12px;
  padding: 0 20px;
  color :#1c1c1b;
  background-color: #fff;
  border-right: 1px solid #eee;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-gallery:hover,
a.btn-gallery.selected{
  background-color: #eee;
  color: #1c1c1b;
}

.gallery-didas{
  display: block;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* THUMBS */

.thumbs-c{
  position: relative;
  height: auto;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  /*border-bottom: 1px solid #E5E4E4;*/

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.thumbs-c.thumbs-show{
  max-height: 250px;
  visibility: visible;
}

.thumbs-item{

  position: relative;
  padding: 0;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ededed+53,d1d1d1+78,d6d6d6+91,ffffff+100 */
  background: rgb(244,244,244); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(237,237,237,1) 53%, rgba(209,209,209,1) 78%, rgba(214,214,214,1) 91%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(237,237,237,1) 53%,rgba(209,209,209,1) 78%,rgba(214,214,214,1) 91%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(244,244,244,1) 0%,rgba(237,237,237,1) 53%,rgba(209,209,209,1) 78%,rgba(214,214,214,1) 91%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

  border-right: 1px solid #E5E4E4;
  border-left: 1px solid #fff;
}

.thumbs-arrow{
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 40%;
}

.thumbs-arrow.prev{
  background: transparent url('../../../img/Site/arrow_left_thumb.png') center center no-repeat;
  background-size: cover;
  left: 0;
}

.thumbs-arrow.next{
  background: transparent url('../../../img/Site/arrow_right_thumb.png') center center no-repeat;
  background-size: cover;
  right: 0;
}

.thumbs-car-image{
  display: block;
  width: 260px;
  max-width: 80%;
  margin: 0 auto;
}

a.thumb-link{
  outline: none;
}

/* GALLERY MASK */

.gallery-detail-c{
  position: relative;
}
.gallery-detail-mask{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.5);
  display: none;
}

/* DETAIL HEADER */

.detail-header{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f73d56+0,fc8670+100 */
  background: rgb(247,61,86); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(247,61,86,1) 0%, rgba(252,134,112,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(247,61,86,1) 0%,rgba(252,134,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(247,61,86,1) 0%,rgba(252,134,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73d56', endColorstr='#fc8670',GradientType=1 ); /* IE6-9 */

  color: #fff;
}

.detail-logo{
  display: inline-block;
  width: 100px;
}

.detail-header-t{
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 70px;
}

.detail-header-tr{
  display: table-row;
}

.detail-header-td{
  display: table-cell;
  vertical-align: middle;
}

.detail-header-td-w1p{
  width:1%;
}

@media(max-width:767px){
  .detail-header-td-w1p{
    width:50%;
  }
}

.detail-header-label{
  font-size: 12px;
}

.detail-header-price{
  font-size: 16px;
  font-weight: 700;
}

.detail-header-small{
  font-size: 12px;
}

.detail-header-link a{
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
}

.btn-buy-c{
  font-size: 0;
  display: inline-block;
}

a.btn-buy{
  line-height: 1.2em;
  background-color: #FAD961;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
}

@media(max-width:1199px){
  a.btn-buy{
    min-width: 100px;
  }
}

a.btn-buy:hover{
  background-color: #ffd142;
}

a.btn-buy:first-child{
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;

  border-right: 1px solid #fff;
}

a.btn-buy:last-child{
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* DETAIL SPEC */

.detail-spec{
  background-color: #fcfcfc;
}

/* DATI */

.detail-title{
  font-size: 24px;
  color: #F73D56;
}

.datail-bb{
  border-bottom: 1px solid #E5E4E4;
}

.detail-key{
  color: #797973;
  padding: 15px 0;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-key.detail-key-text{
  white-space: normal;
  overflow: auto;
}

.detail-value{
  padding: 15px 0;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ACCORDION */

.detail-accordion{
  padding-top: 15px;
}

a.detail-accordion-title,
a.detail-accordion-title:hover{
  display: block;
  line-height: 1.2em;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #E5E4E4;
}

.detail-rank{
  width: 100px;
}

.detail-accordion-content{
  display: none;
  background-color: #fff;
}

/* ACCORDION ICON */

.detail-acc-vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}

.detail-acc-horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}

.detail-acc-opened {

}

.detail-acc-opened .detail-acc-vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}

.detail-acc-opened .detail-acc-horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

.detail-acc-circle-plus {
  height: 40px;
  width: 40px;
  opacity: 1;
  display: inline-block;
}

.detail-acc-circle-plus .detail-acc-circle {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.detail-acc-circle-plus .detail-acc-circle .detail-acc-horizontal {
  position: absolute;
  background-color: #797973;
  width: 20px;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -1px;
}

.detail-acc-circle-plus .detail-acc-circle .detail-acc-vertical {
  position: absolute;
  background-color: #797973;
  width: 2px;
  height: 20px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -10px;
}

/* GARANZIE */

.detail-guarantees{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f73d56+0,fc8670+100 */
  background: rgb(247,61,86); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(247,61,86,1) 0%, rgba(252,134,112,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(247,61,86,1) 0%,rgba(252,134,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(247,61,86,1) 0%,rgba(252,134,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73d56', endColorstr='#fc8670',GradientType=1 ); /* IE6-9 */

  color: #fff;
}

.detail-guarantees a{
  color: #fff;
}

/* RICHIEDI INFO */

.detail-info{
  border-top: 2px solid #fbfbfb;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f73d56+0,fc8670+100 */
  background: rgb(247,61,86); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(247,61,86,1) 0%, rgba(252,134,112,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(247,61,86,1) 0%,rgba(252,134,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(247,61,86,1) 0%,rgba(252,134,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73d56', endColorstr='#fc8670',GradientType=1 ); /* IE6-9 */

  color: #fff;
}

.detail-info a{
  color: #fff;
}

.detail-info h2{
  font-size: 24px;
  font-weight: 300;
}

.detail-info .btn-c{
  display: block;
  text-align: center;
}

.detail-info .btn-c a{
  display: inline-block;
  max-width: 300px;
}


/* POPUP */

.popup-overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
}


.popup{
  display: none;
  width: 800px;
  max-width: 95%;
  margin: 5vh auto;
  background-color: #eee;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  padding: 40px;
}

@media (max-width:767px){
  .popup{
    padding: 15px;
  }
}

.popup-title{
  font-size: 24px;
  font-weight: 300;
  color: #f73d56;
}

.popup ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E5E4E4;
  opacity: 1; /* Firefox */
}

.popup :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E5E4E4;
}

.popup ::-ms-input-placeholder { /* Microsoft Edge */
  color: #E5E4E4;
}

.popup a{
  color: #000;
  text-decoration: underline;
}

/* MOBILE PHONE */
.mobile-phone{
  display: none;
}

@media(max-width:767px){
  footer{
    padding-bottom: 80px;
  }

  .mobile-phone{
    display: block;
    position: fixed;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 188;
    padding: 15px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 6px 3px;

    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .mobile-phone.phone-show{
    bottom: 0px;
  }

  .mobile-icon{
    display: block;
    position: absolute;
    left: 15px;
    top: 2px;
  }

  .mobile-icon i{
    font-size: 20px;
  }

  .mobile-phone-icon{
    animation: ring 5s infinite 0.5s;
    display: block;
    position: absolute;
    left: 15px;
    top: 2px;
  }

  .mobile-phone-icon i{
    transform: rotate(130deg);
    font-size: 20px;
  }

  @-webkit-keyframes ring{0%,75%,100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}78%,84%,90%,96%{-webkit-transform:scale(1.3) rotate(20deg);-ms-transform:scale(1.3) rotate(20deg);transform:scale(1.3) rotate(20deg);}81%,87%,93%{-webkit-transform:scale(1.3) rotate(-20deg);-ms-transform:scale(1.3) rotate(-20deg);transform:scale(1.3) rotate(-20deg);}} @keyframes hFvPit{0%,75%,100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}78%,84%,90%,96%{-webkit-transform:scale(1.3) rotate(20deg);-ms-transform:scale(1.3) rotate(20deg);transform:scale(1.3) rotate(20deg);}81%,87%,93%{-webkit-transform:scale(1.3) rotate(-20deg);-ms-transform:scale(1.3) rotate(-20deg);transform:scale(1.3) rotate(-20deg);}}

  .btn-yellow.btn-mobile-phone{
    position: relative;
    padding-left: 40px;
  }
}

/* CONTACTS BAND */
footer{
  padding-bottom: 80px;
}

.contacts-band{
  display: block;
  position: fixed;
  bottom: -200px;
  left: 0;
  right: 0;
  z-index: 188;
  padding: 15px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 6px 3px;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.contacts-band.contacts-show{
  bottom: 0px;
}

.contacts-band-icon{
  display: inline-block;
  position: relative;
  top: 3px;
}

.contacts-band-icon i{
  font-size: 20px;
  margin-right: 5px;
}

.contacts-band-icon i.fa-phone{
  transform: rotate(130deg);
}

.btn-yellow.btn-contacts-band{
  position: relative;
  min-width: 250px !important;
  padding: 0 !important;
}

.contacts-band h2{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 24px;
}

.contacts-band p{
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
}

@media(max-width:767px){
  .contacts-band{
    display: none;
  }
}

.slick-slider {
  touch-action: auto !important;
}

ul.ul-equipment{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

@media (min-width:991px){
  ul.ul-equipment{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

ul.ul-equipment > li{
  position: relative;
}

ul.ul-equipment > li:before {
  position: absolute;
  content: "-";
  top: 0;
  left: -12px;
}
