html, body{
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  //font-family: 'ProximaNova-Regular';
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 15px;
}

.overflow_hidden{
  overflow: hidden !important
}

.display_none{
  display: none !important
}

.hidden-smp{
  display: none
}

.hidden-sm{
  display: block
}

.show-sm{
  display: none
}

::selection {
  background: #DCEDC8; 
}
::-moz-selection {
  background: #DCEDC8; 
}

.bolder{
  font-weight: 600;
  color: #2b2b2b
}

.uppercase{
  text-transform: uppercase;
  font-weight: 600;
  color: #546071;
  max-width: 180px;
  margin: 0 auto;
}

.text-green{
  color: #add481;
  font-weight: 600;
}


/** Menu bar  **/
.menu-bar{
  width: 100%;
  height: 70px;
  padding: 0 30px;
  background-color: #fff;
  border-bottom: 2px solid #f0f0f0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-bar .logo{
  float: left;
  padding: 17px 15px
}

.menu-bar .logo img{
  width: 100px;
  height: 33px;
}

.menu-bar ul {
  margin-bottom: 0;
  float: right;
  padding: 13px 15px
}

.menu-bar ul li{
  list-style: none;
  float: left;
  padding: 12px 23px
} 

.menu-bar ul li#lang, .menu-bar ul li#prodotti{
  padding: 0
}

.menu-bar ul a{
  text-decoration: none;
  color: #333;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-bar ul a li.active {
  color: #0072cf
}

.menu-bar ul li:hover{
  background: #ecf0f1;
  color: #0072cf;
  cursor: pointer;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-bar ul li:hover a, .menu-bar ul li:focus a{
  color: #0072cf;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
} 

.menu-bar ul li#button-buy{
  width: auto;
  text-align: center;
  text-decoration: none;
  padding: 11px 25px;
  margin: 0 20px;
  background-color: #0072cf;
  border-radius: 5px;
  opacity: 1;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-bar ul a li#button-buy {
  color: #fff;
}

.menu-bar ul a:hover li#button-buy{
  background-color: #0fad21;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}
 
 .menu-bar ul a li#button-buy.button-back-mobile{
    display: none;
    padding: 14px 15px;
  }

  .menu-bar ul a li#button-buy.button-cart-mobile{
    display: none;
    padding: 14px 15px;
    margin-right: 43px
  }

.menu-mobile a img{
  padding: 0 5px;
  max-width: 33px;
  opacity:1;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-mobile a:hover img{
  opacity:0.6;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-mobile a.button-goshop {
  background-color: #0072cf;
  position: relative;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  width: auto;
  display: inline-block;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-mobile a.button-goshop:hover{
  background-color: #0fad21;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
} 

.menu-bar .dropdown {
  padding: 9px 8px;
  width: auto;
  min-width: 55px;
  border-radius: 5px;
  border: 2px solid transparent;
}

.menu-bar li#lang .dropdown {
  border: 2px solid #d9d9d9;
}

.menu-bar .dropdown .js-link{
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-bar #prodotti .dropdown .js-link{
  text-align: center;
}

.menu-bar .dropdown .js-link:hover, .menu-bar .dropdown .js-link:active, .menu-bar .dropdown .js-link:visited{
  text-decoration: none;
}

.menu-bar #lang .dropdown .js-link:hover, .menu-bar #lang .dropdown .js-link:active, .menu-bar #lang .dropdown .js-link:visited{
  color: #333;
}

.menu-bar #prodotti .dropdown .js-link:hover, .menu-bar #prodotti .dropdown .js-link:active{
  color: #0072cf;
}

.menu-bar .dropdown a{
  text-decoration: none;
  color: #333
}

.menu-bar .dropdown img{
  max-width: 20px;
}

.menu-bar .dropdown li img{
  max-width: 20px;
  margin-right: 5px
}

.menu-bar .dropdown .fa {
  float: right;
}

.menu-bar .dropdown ul {
  display: none;
  background-color: #fff;
  min-width: 55px;
  float: left;
  position: absolute;
  right: -2px;
  top: 40px;
  border-radius: 3px;
  padding: 0 !important
}

.menu-bar #lang .dropdown, .menu-bar #lang .dropdown ul {
  width: 55px
}

.menu-bar #prodotti .dropdown, .menu-bar #prodotti .dropdown ul {
  width: 125px;
  padding: 11px 20px;
}

.menu-bar .dropdown ul.js-dropdown-list {
  -webkit-box-shadow: 1px 4px 10px 2px rgba(153,153,153,0.35); 
  box-shadow: 1px 4px 10px 2px rgba(153,153,153,0.35);
}

.menu-bar .dropdown ul li {
  padding: 8px 5px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-top: 1px solid #d9d9d9;
}

.menu-bar #lang .dropdown ul li {
  font-size: 13px;
  color: #333;
}

.menu-bar #prodotti .dropdown ul li {
  text-align: center;
  color: #333;
}

.menu-bar .dropdown li:focus, .menu-bar .dropdown li:hover {
  background: #ecf0f1;
}
.menu-bar .dropdown li:active {
  background: #fbfcfc;
}


/* Menu Mobile */

.menu-mobile, .icon-menu-mob{
  display: none;
}

.icon-menu-mob{
  position: fixed;
  width: 25px;
  height: 30px;
  right: 30px;
  top: 18px;
  z-index: 999;
  cursor: pointer;
}

.menu-mobile {
  font-family: inherit;
  top: 0;
  left:0;
  z-index: 99;
  display: none;
  position: fixed;
  overflow: scroll;
  width: 100%;
  height: 100%;
  background: #fff;
}

.menu-mobile li {
  list-style-type: none;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  color: #546071;
}

.menu-mobile ul{
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  top: 50%;
  margin-top: -260px
}

.menu-mobile li a{
  color: #546071;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-mobile li a:hover, .menu-mobile li a:focus, .menu-mobile li a.active{
  color: #0072cf;
  text-decoration: none;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.top-animate {
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate {
  opacity: 0;
}

.bottom-animate {
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #2b2b2b;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #2b2b2b;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #2b2b2b;
}

.menui {
  background: #2b2b2b;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 1px;
  position: absolute;
}


/** General  **/

section {
  width: 100%;
  min-height: 200px;
  position: relative;
  float: left;
  padding: 80px 0;
  background-color: #fdfdfd;
  overflow-x: hidden
}

.grey {
  background-color: #f7f7f7
}

.white {
  background-color: #fafafa
}

.text{
  margin: 0 70px;
}

div.icon{
  margin-bottom: 20px
}

div.icon img{
  max-width: 100px
}

img.img-order-state{
  max-width: 50px
}

.caratteristiche-loco div.icon img{
  max-width: 90px
}

div.icon-distance img{
  max-width: 150px
}

h2.title{
  font-size: 35px;
  color: #2b2b2b;
  margin: 0;
}

h2.title.big{
  font-size: 45px;
  font-weight: 600
}

h3.title{
  font-size: 23px;
  color: #2b2b2b;
  margin-top: 0;
}

p.description, h4.description{
  margin-top: 40px;
  font-size: 17px;
  color: #546071;
  line-height: 1.43;
}


p.description-small{
  font-size: 15px;
}

p.description.signup-done{
  color: #0fad21;
  font-weight: 600;
  font-size: 30px;
  font-style: italic;
}

.description b{
  color: #222;
  font-weight: 600
}

img.logo-prodotto{
  width: 75px;
  margin-bottom: 30px;
}

img.logo-prodotto-home{
  height: 40px;
  margin-top: 20px;
  margin-bottom: 5px;
}

#prodotti-home .col-sm-6{
  margin-bottom: 50px
}

img.logo-1c{
  width: 150px;
  margin-bottom: 30px;
}

.container-top-flex{
  display: flex;
  flex-wrap: wrap;
}

.col-top-flex{
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
}

.col-top-flex-img{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

span.comingsoon{
  font-weight: 600;
  color: #0073cf;
  font-size: 20px;
  font-style: italic;
}

ul.description{
  margin-top: 40px;
  font-size: 17px;
  color: #546071;
  padding-left: 20px;
}

ul.description li{
  padding-bottom: 5px;
}

a, a:visited{
  color: #0072cf;
  text-decoration: none;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

a:hover, a:active, a:focus{
  color: #0072cf;
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

a:hover img {
  opacity: 1;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

a:hover img {
  opacity: 0.7;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.button, a.button{
  background-color: #0072cf;
  position: relative;
  padding: 15px 25px;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  width: auto;
  display: inline-block;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
} 

.button:hover, a.button:hover{
  background-color: #0fad21;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
} 

a.button-product {
  background-color: transparent;
  position: relative;
  background-color: #0072cf;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  color: #fff;
  width: auto;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding: 3px 20px;
  font-size: 13px;
  line-height: 33px;
}

a.button-product-100 {
  width: 100%;
  text-align: center;
}

a.button-product:hover{
  background-color: #0fad21;
  opacity: 1;
  padding-left: 20px;
  padding-right: 40px;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
} 

a.button-product span{
  opacity: 0;
  transform: translate(0px, -50%);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

a.button-product:hover span{
  opacity: 1;
  transform: translate(-14px, -50%);
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

a.button-product.button-product-big {
  padding: 8px 30px;
  font-size: 19px;
  font-weight: 600;
}

a.button-product.button-product-big:hover{
  padding-left: 30px;
  padding-right: 50px;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
} 

a.button-product-small {
  font-size: 12px;
  line-height: 25px;
}

.button-small-blue, .button-small-blue:visited{
  padding: 10px 20px;
  font-size: 17px;
  margin-top: 10px;
  width: auto;
  left: 0;
  margin-left: 0;
  border-radius: 5px;
  background-color: #0072cf;
  border: none;
  color: #fff;
}

.button-small-blue:hover, .button-extrasmall-blue:hover{
  background-color: #0fad21;
  color: #fff
}

.button-extrasmall-blue, .button-extrasmall-blue:visited {
  display: inline-block;
  padding: 7px 14px;
  font-size: 12px;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #0072cf;
  color: #fff;
}

.align-right{
  text-align: right;
}

.align-center{
  text-align: center;
}

.align-left{
  text-align: left;
}

footer{
  width: 100%;
  min-height: 150px;
  height: auto;
  background-color: #262626;
  position: relative;
  float: left;
  font-size: 15px;
  padding: 70px 70px 60px;
  color: #9c9c9c;
}

footer a, footer a:visited {
  color: #9c9c9c;
  text-decoration: none;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

footer a:hover, footer a:focus, footer a:active{
  color: #dcdcdc;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

footer b{
  font-size: 18px;
}

footer ul{
  padding-left: 0;
  margin-top: 10px
}

footer ul li{
  list-style: none;
}

footer .mail-footer{
  text-align: right;
  font-size: 20px;
  margin-right: 0px;
  padding-top: 10px;
}

footer .social{
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 22px;
  padding-top: 10px;
  padding-left: 10px;
  clear: both;
}

footer .aicel, footer .payment_footer{
  float: right;
  clear: both;
}

footer .aicel img{
  max-width: 150px;
  margin-top: 10px;
}

footer .payment_footer img{
  max-width: 300px;
  margin-top: 20px;
}

.row-2footer{
  margin-top: 30px
}

.confindustria-footer{
  max-width: 100%; 
  width: 120px;
  margin-bottom: 20px
}

.small-footer{
  font-size: 12px;
  margin-bottom: 0
}

.img-100, .img-100 img{
  width: 100%;
  height: auto;
  text-align: center;
}

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

.max-90{
  max-width: 90%;
}

.max-85{
  max-width: 85%;
}

.max-80{
  max-width: 80%;
}

.max-70{
  max-width: 70%;
}

.max-60{
  max-width: 70%;
}

.max-50{
  max-width: 50%;
}



/* Spacer */

.space-menu{
  width: 100%;
  height: 70px
}

.space-10{
  width: 100%;
  height: 10px
}

.space-15{
  width: 100%;
  height: 15px
}

.space-20{
  width: 100%;
  height: 20px
}

.space-30{
  width: 100%;
  height: 30px
}

.space-50{
  width: 100%;
  height: 50px
}

.space-70{
  width: 100%;
  height: 70px
}

.space-90{
  width: 100%;
  height: 90px
}

.space-120{
  width: 100%;
  height: 120px
}

.space-200{
  width: 100%;
  height: 200px
}

.space-700{
  width: 100%;
  height: 700px
}


/* Margin */

.margin-top100{
  margin-top: 100px
}

.margin-top20, .mt-20{
  margin-top: 20px
}

.mt-15{
  margin-top: 15px !important
}

.mt-30{
  margin-top: 30px !important
}

.mt-70{
  margin-top: 70px !important
}

.pt-50{
  padding-top: 50px
}

.pb-30{
  padding-bottom: 30px
}



/* --------- FORM --------- */

input[type=email], input[type=text], .form-cont select, select.form-control, textarea.form-control {
  border: 2px solid #ccc;
  padding: 15px;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 0;
  height: auto;
  line-height: 1;
  width: 100%;
  float: left;
}

.form-cont select {
  height: 50px;
  box-shadow: none;
}

textarea.form-control {
  min-height: 250px
}

select.select-remote{
  max-width: 325px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  float: none;
}

label {
  padding-top: 15px;
  margin-bottom: 0px;
  font-weight: 600
}

.checkbox-text{
  font-size: 12px
}


/* --------- HOME PAGE --------- */

#section-home{
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  height: 620px;
  background: url(../images/1control-welcome-home.jpg) center center no-repeat;
  background-size: cover;
}

#section-home.section-home-OfferteFlash{
  background: url(../images/1control-welcome-home-FlashOffersBig.png) center center no-repeat;
  background-size: cover;
}

#section-home.section-home-OfferteHalloween{
  background: url(../images/1control-welcome-home-HalloweenBig.png) center center no-repeat;
  background-size: cover;
}

#section-home.section-home-OfferteHalloweenSOLO2{
  background: url(../images/SOLO2-HalloweenBig.png) center center no-repeat;
  background-size: cover;
}

#section-home.section-home-OfferteBF{
  background: url(../images/1control-BlackFridayBig.png) center center no-repeat;
  background-size: cover;
}

#section-home.section-home-OfferteCM{
  background: url(../images/1control-CyberMondayBig.png) center center no-repeat;
  background-size: cover;
}

#section-home.section-home-Saldi{
  background: url(../images/1control-SalesBig.jpg) center center no-repeat;
  background-size: cover;
}

#section-home.section-home-SanValentino{
  background: url(../images/1control-SanValentinoBig.png) center center no-repeat;
  background-size: cover;
}

#section-home.section-home-FestaPapa{
  background: url(../images/1control-FestaPapaBig.png) center center no-repeat;
  background-size: cover;
}

#section-home.section-home-AppleWatch{
  background: url(../images/landing-applewatch/bike-applewatch.jpg) center center no-repeat;
  background-size: cover;
}

#swiper-home {
  width: 100%;
  height: 100%;
}

.swiper-slide0{
  background: url(../images/crowdfunding2022.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-slide1{
  background: url(../images/apricancello-per-smartphone.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-slide2{
  background: url(../images/serratura-smart-home-aprire-porta-con-smartphone.jpg) center 55% no-repeat;
  background-size: cover;
}

.swiper-slide2-FR{
  background: url(../images/serrure-smart-home-ouvrir-porte-avec-smartphone.jpg) center 55% no-repeat;
  background-size: cover;
}

.swiper-slide2-EN{
  background: url(../images/smart-home-lock-open-door-with-smartphone.jpg) center 55% no-repeat;
  background-size: cover;
}

.swiper-slide2-DE{
  background: url(../images/smart-home-schloss-offene-tur-mit-smartphone.jpg) center 55% no-repeat;
  background-size: cover;
}

.swiper-slide3{
  background: url(../images/link/smart-home-domotica-alexa-google-home-siri.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-slide3-FR{
  background: url(../images/link/maison-connectee-domotique-alexa-google-home-siri.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-slide3-EN{
  background: url(../images/link/smart-home-automation-alexa-google-home-siri.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-slide3-DE{
  background: url(../images/link/smart-home-hausautomation-alexa-google-home-siri.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-slide4{
  background: url(../images/loco/1control-loco-lucchetto-smart-bluetooth.jpg) center center no-repeat;
  background-size: cover;
}

.swiper-slide5{
  background: url(../images/link/apertura-cancello-e-garage-apple-carplay-android-auto.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive{
  width: 100%;
  height: 500px;
  background: url(../images/apricancello-per-smartphone.jpg) center center no-repeat;
  background-size: cover;
  display: none;
}

#section-home .bg-responsive-slide0{
  background: url(../images/crowdfunding2022.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide1{
  background: url(../images/apricancello-per-smartphone.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide2{
  background: url(../images/serratura-smart-home-aprire-porta-con-smartphone.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide2-FR{
  background: url(../images/serrure-smart-home-ouvrir-porte-avec-smartphone.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide2-EN{
  background: url(../images/smart-home-lock-open-door-with-smartphone.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide2-DE{
  background: url(../images/smart-home-schloss-offene-tur-mit-smartphone.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide3{
  background: url(../images/link/smart-home-domotica-alexa-google-home-siri.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide3-FR{
  background: url(../images/link/maison-connectee-domotique-alexa-google-home-siri.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide3-EN{
  background: url(../images/link/smart-home-automation-alexa-google-home-siri.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide3-DE{
  background: url(../images/link/smart-home-hausautomation-alexa-google-home-siri.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide4{
  background: url(../images/loco/1control-loco-lucchetto-smart-bluetooth.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-slide5{
  background: url(../images/link/apertura-cancello-e-garage-apple-carplay-android-auto-s.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-BF{
  background: url(../images/1control-welcome-home-BF.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-CM{
  background: url(../images/1control-welcome-home-CM.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-Natale{
  background: url(../images/1control-welcome-home-Natale.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-OfferteFlash{
  background: url(../images/1control-welcome-home-FlashOffers.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-OfferteHalloween{
  background: url(../images/1control-welcome-home-Halloween.png) left center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-OfferteHalloweenSOLO2{
  background: url(../images/SOLO2-Halloween.png) left center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-Saldi{
  background: url(../images/1control-Sales.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-SanValentino{
  background: url(../images/1control-SanValentino.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-FestaPapa{
  background: url(../images/1control-FestaPapa.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-OfferteBF{
  background: url(../images/1control-BlackFriday.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-OfferteCM{
  background: url(../images/1control-CyberMonday.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-nuovoSOLO{
  background: url(../images/1control-welcome-home-nuovoSOLO.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-LeroyMerlin{
  background: url(../images/bg-leroymerlin.png) center center no-repeat;
  background-size: cover;
}

#section-home .bg-responsive-AppleWatch{
  background: url(../images/landing-applewatch/bike-applewatch.jpg) center center no-repeat;
  background-size: cover;
}

#section-home .overlay-text{
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 30px;
  background-color: rgba(255,255,255, 0.85);
}

#section-home .overlay-text-big {
  padding: 40px;
}

#section-home .overlay-text-big h2{
  font-size: 50px;
}

#section-home .overlay-text-big p.description, #section-home .overlay-text-big a.button{
  font-size: 23px;
}

#section-home .overlay-text-big p.description-BF {
  max-width: 550px;
}

#section-home .overlay-text p.description, #section-home .overlay-text h4.description{
  margin-top: 20px;
  margin-bottom: 0px;
}

h3.subtitle-shop{
  margin-top:40px;
  font-weight: 600;
  color: #0073cf;
}

p.description-shop{
  max-width: 700px;
  margin: 20px auto 0
}

#section-link .row:nth-child(2){
  margin-top: 30px
}

#section-link .card-link{
  border-radius: 5px;
  background-color: #f7f7f7;
}

#section-link .image-link{
  width: 100%;
  height: 330px;
  background: center center no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

#section-link a:hover .image-link{
  opacity: 0.8;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

#section-link #link-solo .image-link{
  background-image: url(../images/gate-left-home.png);
}

#section-link #link-solo-2 .image-link{
  background-image: url(../images/solo-apricancello-per-smarthome.png);
}

#section-link #link-solo-auto .image-link{
  background-image: url(../images/link-solo-auto.jpg);
}

#section-link #link-dory .image-link{
  background-image: url(../images/dory-serratura-smart-home-aprire-porta-smartphone.png);
}

#section-link #link-kit .image-link{
  background-image: url(../images/kit-solo-aprire-cancello-da-smartphone.png);
}

#section-link #link-loco .image-link{
  background-image: url(../images/link-loco.png);
}

#section-link #link-pad .image-link{
  background-image: url(../images/link-pad.jpg);
}

#section-link #link-link .image-link{
  background-image: url(../images/link-hub-per-apricancello-serratura-smart.png);
}

#section-link #link-link-noicon .image-link{
  background-image: url(../images/link-hub-noicon.png);
}

#section-link #link-why .image-link{
  background-image: url(../images/link-why.png);
}

#section-link #link-qzero .image-link{
  background-image: url(../images/link-qzero.jpg);
}

#section-link #comp-why-qzero .image-link{
  background-image: url(../images/compatibilita-why-qzero.jpg);
}

#section-link #link-sensori .image-link{
  background-image: url(../images/link-sensori.jpg);
}

#section-link #link-telepassnext .image-link{
  background-image: url(../images/telepass-next-con-tecnologia-1control-apertura-cancello-da-telefono.jpg);
}

#section-link #link-assistenza .image-link{
  background-image: url(../images/assistenza-1control-solo-dory-link.jpeg);
}

#section-link #link-installatori .image-link{
  background-image: url(../images/installatori-1control-solo-dory-link.jpeg);
}

#section-link #link-shop .image-link{
  background-image: url(../images/shop-online.png);
}

#section-link #link-webadmin .image-link{
  background-image: url(../images/webadmin-open/gestisci-controllo-accessi-aziendali-dipendenti-fornitori.png);
}

#section-link #link-webadmin-FR .image-link{
  background-image: url(../images/webadmin-open/gestion-controle-acces-entreprire-de-employes-fournisseurs.png);
}

#section-link #link-webadmin-DE .image-link{
  background-image: url(../images/webadmin-open/verwalten-unternehmen-zugriffskontrolle-mitarbeiter-lieferanten.png);
}

#section-link #link-webadmin-EN .image-link{
  background-image: url(../images/webadmin-open/manage-company-access-control-employees-suppliers.png);
}

#section-link #link-soluzioni-privati .image-link{
  background-image: url(../images/dory/dory-serratura-elettronica-smart-13.jpeg);
}

#section-link #link-soluzioni-privati-FR .image-link{
  background-image: url(../images/dory/dory-serrure-electronique-smart-13.jpeg);
}

#section-link #link-soluzioni-privati-EN .image-link{
  background-image: url(../images/dory/dory-electronic-smart-lock-13.jpeg);
}

#section-link #link-soluzioni-privati-DE .image-link{
  background-image: url(../images/dory/dory-smart-elektronisches-schloss-13.jpeg);
}

#section-link #link-soluzioni-aziende .image-link{
  background-image: url(../images/landing-B2B/controllo-gestione-accessi-azienda-da-smartphone.gif);
}

#section-link #link-soluzioni-aziende-FR .image-link{
  background-image: url(../images/landing-B2B/controle-gestion-acces-entreprise-depuis-smartphone.gif);
}

#section-link #link-soluzioni-aziende-EN .image-link{
  background-image: url(../images/landing-B2B/company-access-management-control-from-smartphone.gif);
}

#section-link #link-soluzioni-aziende-DE .image-link{
  background-image: url(../images/landing-B2B/unternehmenszugangsverwaltung-steuerung-vom-smartphone.gif);
}

#section-link #link-soluzioni-bed_and_breakfast .image-link{
  background-image: url(../images/landing-B2B/controllo-gestione-accessi-bed-and-breakfast.jpg);
}

#section-link #link-soluzioni-installatori .image-link{
  background-image: url(../images/installatori.jpg);
}

#section-link .text-link{
  padding: 30px
}

#section-link .text-link p.description{
  margin-top: 20px;
  margin-bottom: 0
}

.section-link-prodotti .col-lg-4{
  margin-bottom: 20px
}

.section-link-soluzioni .col-lg-3, .section-link-soluzioni .col-lg-4{
  margin-bottom: 20px
}

#section-link.section-link-soluzioni .image-link{
  height: 280px
}

.col-half-home1{
  background: url(../images/1control-bed-and-breakfast.jpg) center center no-repeat;
  background-size: cover;
}

.col-half-home2{
  background: url(../images/1control-apple-watch.jpg) center center no-repeat;
  background-size: cover;
}

#press{
  min-height: 380px;
}

#press #quote{
  height: 48px;
}

.press-loghi{
  padding: 20px 70px 0px;
  float: left;
  position: relative;
}

.press-loghi div{
  text-align: center;
  margin: 10px 0;
}

.press-loghi div.col-sm-12, .press-loghi div.col-sm-12 p.description{
  margin-bottom: 0
}

.press-loghi img{
  max-width: 100%;
  display: block;
    margin: 0 auto;
}

.call-to-action h2.numbers{
  font-size: 65px;
  color: #0072cf;
}

.call-to-action .button_en{
  width: 290px;
  margin-left: -145px
}

.call-to-action .button_es{
  width: 310px;
  margin-left: -155px
}

.call-to-action .button_fr{
  width: 330px;
  margin-left: -165px
}

.call-to-action .button_de{
  width: 314px;
  margin-left: -157px
}

#bannerIFA{
  width: 600px;
  max-width: 100%
}



/* --------- BASIC PAGE --------- */

.header-basic-page{
  min-height: 100px;
  background-color: #f7f7f7
}

.header-basic-page .data{
  font-size: 12px;
  margin-top: 18px;
  margin-bottom: 0
}

.section-basic-page:nth-child(even) {
  background: #f7f7f7;
}

.section-basic-page:nth-child(odd) {
  background: #fdfdfd;
}

.section-basic-page div.icon{
  margin-bottom: 10px
}

.section-basic-page div.icon a{
  display: inline-block;
}

.section-basic-page div.icon a img {  
  width: 200px;
  max-width: 100%;
}

.section-basic-page div.icon-newsletter a img {  
  border: none;
  margin-top: 50px
}


/* --------- SECTION HALF --------- */

.section-half-small {
  height: 500px;
  padding: 0px;
  overflow: hidden;
}

.section-half-medium {
  height: 580px;
  padding: 0px;
  overflow: hidden;
}

.col-half-left{
  width: 50%;
  height: 500px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.col-half-right{
  width: 50%;
  height: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-half-medium .col-half-left, .section-half-medium .col-half-right {
  height: 580px;
}

.col-half-text .text{
  padding: 20% 15px
}

.section-half-medium .col-half-text .text {
  padding: 10% 15px
}

#col-half-diventainstallatori{
  background: url(../images/installatori.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-cercainstallatori{
  background: url(../images/solo-muro.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-webadmin1{
  background: url(../images/webadmin-open/ingresso-azienda.png) center center no-repeat;
  background-size: cover;
}

#col-half-webadmin1-FR{
  background: url(../images/webadmin-open/ingresso-azienda-FR.png) center center no-repeat;
  background-size: cover;
}

#col-half-webadmin1-DE{
  background: url(../images/webadmin-open/ingresso-azienda-DE.png) center center no-repeat;
  background-size: cover;
}

#col-half-webadmin1-EN{
  background: url(../images/webadmin-open/ingresso-azienda-EN.png) center center no-repeat;
  background-size: cover;
}

#col-half-webadmin2{
  background: url(../images/1control-welcome-home.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-link1{
  background: url(../images/link/controlloremoto.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-applewatch{
  background: url(../images/applewatch-1control.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-webadminwebinar{
  background: url(../images/webadmin-webinar.png) center center no-repeat;
  background-size: cover;
}

#col-half-webinardory{
  background: url(../images/webinar-dory.png) center center no-repeat;
  background-size: cover;
}

#col-half-distance{
  background: url(../images/solo-distance/distance-bg.png) center center no-repeat;
  background-size: cover;
}

#col-half-diffusioneprodotti{
  background: url(../images/about/diffusione-prodotti-1control-europa.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-lavoraconnoi{
  background: url(../images/about/team-1control-2.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-corriere{
  background: url(../images/apertura-a-distanza-1control.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-telecomandi{
  background: url(../images/telecomando-smartphone-bg.png) center center no-repeat;
  background-size: cover;
}

#col-half-soluzioniprivati{
  background: url(../images/dory/dory-serratura-elettronica-smart-13.jpeg) center center no-repeat;
  background-size: cover;
}

#col-half-soluzioniprivati-FR{
  background: url(../images/dory/dory-serrure-electronique-smart-13.jpeg) center center no-repeat;
  background-size: cover;
}

#col-half-soluzioniprivati-EN{
  background: url(../images/dory/dory-electronic-smart-lock-13.jpeg) center center no-repeat;
  background-size: cover;
}

#col-half-soluzioniprivati-DE{
  background: url(../images/dory/dory-smart-elektronisches-schloss-13.jpeg) center center no-repeat;
  background-size: cover;
}

#col-half-soluzioniaziende{
  background: url(../images/landing-B2B/controllo-gestione-accessi-azienda-da-smartphone.gif) left center no-repeat;
  background-size: cover;
}

#col-half-soluzioniaziende-FR{
  background: url(../images/landing-B2B/controle-gestion-acces-entreprise-depuis-smartphone.gif) left center no-repeat;
  background-size: cover;
}

#col-half-soluzioniaziende-EN{
  background: url(../images/landing-B2B/company-access-management-control-from-smartphone.gif) left center no-repeat;
  background-size: cover;
}

#col-half-soluzioniaziende-DE{
  background: url(../images/landing-B2B/unternehmenszugangsverwaltung-steuerung-vom-smartphone.gif) left center no-repeat;
  background-size: cover;
}

#col-half-soluzionibedandbreakfast{
  background: url(../images/landing-B2B/controllo-gestione-accessi-bed-and-breakfast.jpg) left center no-repeat;
  background-size: cover;
}

#col-half-sensore_cancello{
  background: url(../images/sensori/cancello-aperto.jpg) left center no-repeat;
  background-size: cover;
}

#col-half-sensori{
  background: url(../images/sensori/dettaglio-sensore-porta-1control.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-pad{
  background: url(../images/pad/scocca-pad-gomma.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-clipwhy{
  background: url(../ecommerce/images/1control-why-clip-4.jpg) left center no-repeat;
  background-size: cover;
}

#col-half-carplay-IT{
  background: url(../images/solo/carplay-IT.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-carplay-FR{
  background: url(../images/solo/carplay-FR.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-carplay-DE{
  background: url(../images/solo/carplay-DE.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-carplay-EN{
  background: url(../images/solo/carplay-EN.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-carplay-ES{
  background: url(../images/solo/carplay-ES.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-installazioneaccess{
  background: url(../images/access/installazione-access.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-aperturaaccess{
  background: url(../images/access/apertura-access.jpg) center center no-repeat;
  background-size: cover;
}


/* --------- Pagina SOLO --------- */

.row-eq-height{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.row-eq-height .desc-column{
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0
}

.row-eq-height a.button-product{
  margin: 0 auto;
  text-align: center;
}

.row-spec{
  padding: 20px 0
}

p.description-specifiche{
  margin-top: 20px;
}

#section-specifiche .col-md-6{
  display: inline-block;
}

#section-specifiche .icon-specifiche{
  float: left;
}

#section-specifiche .icon-specifiche img{
  max-width: 100px
}

#section-specifiche .text-specifiche{
  float: left;
  width: calc(100% - 120px);
  padding: 0 20px
}

#section-specifiche .text-specifiche h3{
  margin-top: 3px
}

.slides-wrapper{
  height: 500px;
  //min-height: 500px;
  position: relative;
  overflow: hidden;
}

.slide{
  width: 100%;
  position: absolute;
  display: none;
}

.slide img{
  max-width: 100%;
  max-height: 500px
}

.slide1{
  display: block;
}

.desc-app{
  padding: 7% 5%;
  padding-bottom: 0
}

.slider-pagination{
  margin-top: 30px
}

.pagination-bullet{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 114, 207, 0.3);
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  float: left;
}

.pagination-bullet-active{
  background-color: rgba(0, 114, 207, 0.8);
}

.ui-icon-loading, .ui-loader-header{
  display: none;
}

.ui-pagecontainer{
  border: none
}

.section-videosolo{
  padding: 70px 30px 70px
}

.section-videosolo .testo{
  position: absolute;
  left: 280px;
  z-index: 77
}

.section-videosolo .title, .section-videosolo .description{
  margin-left: 15px
}

.section-videosolo .button{
  padding: 10px 20px;
  font-size: 17px;
  margin-top: 25px;
  width: auto;
  left: 0;
  margin-left: 0;
}

.section-app{
  padding-bottom: 0;
}

#section-prodotti .col-md-4{
  margin-bottom: 30px;
}

#section-prodotti .prodotti-double{
  margin-top: 30px
}

#section-prodotti img.pack-solo, #section-prodotti-aziende img.pack-solo{
  width: 300px;
  max-width: 100%;
  display: inline-block;
}

#section-prodotti h3, #section-prodotti-aziende h3{
  font-size: 23px;
  color: #2b2b2b;
  font-weight: 600
}
 
#section-prodotti .price-shop, #section-prodotti-aziende .price-shop{
  margin-top: 10px;
  font-size: 20px
}

#section-prodotti ul, #section-prodotti-aziende ul{
  margin: 30px 0;
  padding: 0 12%;
}

#section-prodotti.prodotti-LINK ul{
  padding: 0 8%;
}

#section-prodotti.bundleWhy ul{
  padding: 0 20%;
}

#section-prodotti .product-amazon {
  text-align: left;
}

#section-prodotti .product-amazon ul{
  padding: 0
}

#section-prodotti ul li, #section-prodotti-aziende ul li {
  list-style: none;
  text-align: left;
  padding: 2px 0
}

#section-prodotti ul li i, #section-prodotti-aziende ul li i{
  color: #0fad21
}

#section-prodotti ul li.disabled, #section-prodotti ul li.disabled i{
  color: #ccc
}

.no-smartphone{
  min-height: 420px
}

.no-smartphone .text{
  margin-top: 40px;
}

.no-smartphone .radiocomando{
  position: absolute;
  top: 50%;
  margin-top: -147px;
  right: 0px;
}

/* Section Half con due foto */

.section-half{
  height: 600px;
  padding: 70px 0;
}

.img-half-left{
  width: 50%;
  height: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.img-half-left-solo1{
  background: url(../images/gate-left.jpg) center center no-repeat;
  background-size: cover;
}

.img-half-left-solo2{
  background: url(../images/ragazza-smartphone.jpg) center center no-repeat;
  background-size: cover;
}

.img-half-left-soloevo{
  background: url(../images/camion.jpg) center center no-repeat;
  background-size: cover;
}

.img-half-right{
  width: 50%;
  height: 600px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.img-half-right-solo1{
  background: url(../images/garage-right.jpg) center center no-repeat;
  background-size: cover;
}

.img-half-right-solo2{
  background: url(../images/ragazzo-bici.jpg) center center no-repeat;
  background-size: cover;
}

.img-half-right-soloevo{
  background: url(../images/barra.jpg) center center no-repeat;
  background-size: cover;
}

section#news h3{
  margin-top: 0;
  font-size: 22px;
  font-style: italic;
}

section#news .col-lg-8 p.description{
  font-size: 16px;
  margin-top: 20px;
}

section#news .row-articles{
  margin-top: 70px
}

section#news a.button-product{
  margin-top: 50px
}



/* --------- Pagina SOLO Distance --------- */

.ph-gallery {
  width: 100%;
  float: left;
}

.ph-gallery a{
  float: left;
}

.ph-gallery img {
  width: 100%;
  height: auto;
}
.ph-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: calc(25% - 5px);
}
.ph-gallery figcaption {
  display: none;
}


/* --------- Pagina WebAdmin --------- */

.toggleModal{
  cursor: zoom-in;
}

.toggleModal img{
  opacity: 1;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.toggleModal img:hover{
  opacity: 0.7;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -ms-transition: all .5s cubic-bezier(.645,.045,.355,1);
  -o-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.modal-lg {
  width: 75%;
}

.close {
  font-size: 45px;
  opacity: .4;
  margin-top: -12px;
  cursor: pointer;
}

.img-modal{
  max-width: 100%;
  //border: 3px solid #ddd
}

#section-webadmin img, #section-appopen img{
  max-width: 100%;
  width: 1200px;
}

.desc-column{
  padding: 5% 5% 40px 5%
}


/* --------- Pagina Link --------- */

.icon-comandi-small{
  max-width: 100%;
  width: 120px;
  padding-right: 8px;
  padding-bottom: 5px
}

.icon-comandi-supersmall{
  max-width: 100%;
  width: 75px;
  padding-right: 2px;
  padding-bottom: 5px
}

div.icon-link img{
  max-width: 100%;
  width: 200px;
  padding: 30px 10px 15px
}

#section-comandivocali p.description{
  margin-top: 0
}

.img-half-left-comandi{
  background: url(../images/link/comandovocale-auto.png) center center no-repeat;
  background-size: cover;
}

.img-half-left-comandi-FR{
  background: url(../images/link/comandovocale-auto-FR.png) center center no-repeat;
  background-size: cover;
}

.img-half-left-comandi-EN{
  background: url(../images/link/comandovocale-auto-EN.png) center center no-repeat;
  background-size: cover;
}

.img-half-left-comandi-DE{
  background: url(../images/link/comandovocale-auto-DE.png) center center no-repeat;
  background-size: cover;
}

.img-half-left-comandi-ES{
  background: url(../images/link/comandovocale-auto-ES.png) center center no-repeat;
  background-size: cover;
}

.img-half-mob{
  background: url(../images/link/comandovocale-casa-mobile.png) center center no-repeat;
  background-size: cover;
}

.img-half-mob.img-half-mob-FR{
  background: url(../images/link/comandovocale-casa-mobile-FR.png) center center no-repeat;
  background-size: cover;
}

.img-half-mob.img-half-mob-EN{
  background: url(../images/link/comandovocale-casa-mobile-EN.png) center center no-repeat;
  background-size: cover;
}

.img-half-mob.img-half-mob-DE{
  background: url(../images/link/comandovocale-casa-mobile-DE.png) center center no-repeat;
  background-size: cover;
}

.img-half-mob.img-half-mob-ES{
  background: url(../images/link/comandovocale-casa-mobile-ES.png) center center no-repeat;
  background-size: cover;
}

.img-half-right-comandi{
  background: url(../images/link/comandovocale-casa.png) center center no-repeat;
  background-size: cover;
}

.img-half-right-comandi-FR{
  background: url(../images/link/comandovocale-casa-FR.png) center center no-repeat;
  background-size: cover;
}

.img-half-right-comandi-EN{
  background: url(../images/link/comandovocale-casa-EN.png) center center no-repeat;
  background-size: cover;
}

.img-half-right-comandi-DE{
  background: url(../images/link/comandovocale-casa-DE.png) center center no-repeat;
  background-size: cover;
}

.img-half-right-comandi-ES{
  background: url(../images/link/comandovocale-casa-ES.png) center center no-repeat;
  background-size: cover;
}




/* --------- Landing Page Campagne --------- */

#cont-video-adwords .video-radiocomando, .cont-video .video-generico{
  margin-bottom: 0
}

#cont-video-adwords iframe, .cont-video iframe{
  position: relative;
  left: 50%;
  margin-left: -500px;
}

#section-quote{
  min-height: 200px;
  padding: 80px 15px
}

#section-quote .text{
  width: 600px;
  max-width: 100%;
  margin: 0 auto
}

#section-quote .stars{
  max-width: 100%;
  width: 200px;
  margin-top: 40px;
}

#section-quote p{
  margin-bottom: 0;
  margin-top: 20px
}

section a.button-blue, section a.button-blue:visited{
  background-color: #0072cf;
  border: none;
  color: #fff;
} 

section a.button-BF, section a.button-BF:visited{
  background-color: #fc0e2a;
}

section a.button-CM, section a.button-CM:visited{
  //background-color: #0051d7;
  background-color: #0051d7;
  //background-color: #ed1919;
}

section a.button-H, section a.button-H:visited{
  background-color: #ef6d0d;
}

section a.button-blue:hover{
  background-color: #0fad21;
}

.expire{
  color: #0072CF;
  font-weight: 600;  
  font-size: 19px
}

.expire-CM{
  //color: #0051d7;
  color: #0051d7;
}

.expire-H{
  color: #ef6d0d;
}

.expire-BF{
  color: #fc0e2a;
}

.expire-blue{
  color: #0073cf;
}

.expire span.hidden-l{
  display: none;
}

.expire-big{
  font-size: 25px
}

.expire ul.ul-expire {
  margin-bottom: 4em;
}

.chart {
  text-align: center !important;
  display: inline-block;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  //border: 6px solid #fb3147;
  //color: #fb3147;
  border: 6px solid #0072CF;
  color: #0072CF;
  margin: 0 10px;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px !important;
  font-weight: 600;
}
.chart span {
  display: block;
  font-size: 2em;
}

.chart-CM{
  //border: 6px solid #0051d7;
  //color: #0051d7;
  border: 6px solid #0051d7;
  color: #0051d7;
}

.chart-H{
  border: 6px solid #ef6d0d;
  color: #ef6d0d;
}

.chart-BF{
  border: 6px solid #fc0e2a;
  color: #fc0e2a;
}

body.landing #section-prodotti .price-shop{
  font-size: 25px
}

p.description-BF{
  max-width: 400px
}

p.description-BF-FR{
  max-width: 590px
}

img.outofstock-landing {
  position: absolute;
  width: 80px;
  right: 13%;
  display: inline-block;
  top: -30px;
  z-index: 88;
}


/* --------- Pagina lista installatori --------- */

.lista-installatori{
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
  margin-top: 40px
}

.lista-installatori > .col-md-4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.installatore {
  color: #546071;
  font-size: 17px
}

.installatore h3{
  color: #333
}



/* --------- COMPATIBILITY --------- */

#compatibility .text{
  margin: 0 80px
}

#compatibility .row{
  margin-left: 0; 
  margin-right: 0;
}

.col-kit{
  max-width: 250px
}

.col-kit-mobile{
  display: none;
  margin-top: 50px;
}

#results{
  min-height: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.remote-item {
  display: flex;
  flex-direction: column;
  padding: 8px;
  margin-bottom: 0 !important
}

.remote-card{
  border: 2px solid rgb(214 227 235);
  border-radius: 10px;
  padding: 15px 10px;
  background-color: #fff
}

#results img{
  padding-top: 10px;
  max-width: 100%;
  width: auto !important;
  max-height: 180px;
  height: auto;
}

.remote-title {
  font-size: 16px;
}

.results-test .remote-title{
  font-size: 15px;
}

.copy-remotes{
  font-size: 12px;
  margin-top: 40px;
  margin-bottom: 0;
  font-style: italic;
  text-align: center;
}

/* --------- FAQ --------- */

.question-faq h2.title{
  font-size: 27px;
  margin: 20px 0
}

.question-faq p.description{
  margin: 10px 0 50px 0
}


/* --------- ASSISTENZA --------- */

.pagina-assistenza section .col-md-4{
  padding-right: 30px
}



/* --------- Pagina video e modal video --------- */

#cont-video h2{
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 20px
}

.video-radiocomando{
  margin-bottom: 70px
}

.video-radiocomando iframe{
  width: 1000px;
  height: 563px;
}

.modal-video {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -2;
  display: none;
  background-color: #000;
}

.modal-video.zindexTop {
  z-index: 9999;
}

.modal-video iframe{
  position: relative;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  width: 80%;
  left: 10%;
}

.modal-video .close-video {
  position: absolute;
  right: 30px;
  top: 30px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  z-index: 9999;
}

.modal-video .close-video::before, .modal-video .close-video::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 26px;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  background: #fafafa;
}

.modal-video .close-video::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal-video .close-video::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-replacement{
  width: auto;
  height: 100px;
}

.orderMessage-replacement{
  text-align: center;
}

.orderMessage-replacement2{
  text-align: left;
  padding-top: 30px;
}

.panel-content .orderMessage-replacement h3{
  margin-bottom: 10px;
  margin-top: 10px;
}



/* --------- INSTALLATORI --------- */

.distributori{
  margin-top: 60px;
  text-align: center;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

.distributori div a{
  display: inline-block;
}

.distributori .col-xs-4{
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.distributori.dove-acquistare .col-xs-4{
  padding: 10px;
}

.mappa-puntivendita #map {
  height: 600px;
}

.mappa-puntivendita select{
  padding: 8px 12px;
  height: 40px;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  background-color: #fff;
  width: 230px;
}

#map .gm-style .gm-style-iw-c{
  //font-family: 'ProximaNova-Regular';
  font-family: "Figtree", sans-serif;
  color: #546071;
  font-size: 17px
}

#map .gm-style .gm-style-iw-c h3, #map .gm-style .gm-style-iw-c b{
  font-weight: 600;
  color: #2b2b2b
}

p.desc-product-installatori{
  margin: 10px 0 15px;
  font-size: 16px !important;
  font-style: italic;
}

.newsletter-installatori .col-md-6{
  margin-bottom: 0px;
  margin-top: 50px;
}

.newsletter-installatori .col-md-6 h3{
  margin-top: 0px;
}

.newsletter-installatori .col-md-6 p.desc-newsletter{
  font-size: 15px; 
  margin-top: 25px;
}


/* --------- DOVE ACQUISTARE --------- */

.negozi{
  margin-top: 60px;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.negozi img{
  max-width: 100%;
  width: 150px
}

.negozi div a{
  display: inline-block;
}



/* --------- RASSEGNA STAMPA E NEWS --------- */

.rassegna-stampa .section-basic-page h2{
  font-size: 25px
}

.rassegna-stampa .section-basic-page p.description{
  margin-top: 18px;
  font-size: 14px;
}

.rassegna-stampa .section-basic-page p.data{
  margin-top: 5px;
  margin-bottom: 15px
}

.header-basic-page .data-aggiornamento {
  font-size: 12px;
  margin-top: 18px;
  margin-bottom: 0;
}

.news .section-basic-page img{
  margin-bottom: 15px;
  border: 1px solid #e0e0e0
}

.news p.description{
  margin-bottom: 0px
}

.news p.data{
  margin-top: 5px;
  margin-bottom: 15px
}


/* --------- INFO SOCIETARIE E CHI SIAMO --------- */

.info-societarie p.description{
  font-size: 17px
}

.info-societarie section ul li{
  font-size: 17px;
  color: #546071;
}

.info-societarie section ul li b{
  color: #606c7d;
}

.chi-siamo p.description{
  max-width: 700px;
  margin-bottom: 0;
  font-size: 17px
}

.team .row, .advisory .row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}

.team .col-md-4, .advisory .col-md-4{
  display: flex;
  flex-direction: column;
}

.team p.description{
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 300px;
  font-size: 17px;
}

.advisory p.description{
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.team h6, .advisory h6{
  font-size: 15px
}

.team h6 img{
  max-width: 18px;
  display: inline-block;
  margin-top: -4px
}

.advisory h6 img{
  max-width: 18px;
  display: inline-block;
  margin-top: -4px;
  margin-left: -5px
}

.advisory .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.advisory .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.team-new h3{
  margin-bottom: 5px;
  margin-top: 0 !important
}

.team-new h4{
  color: #546071;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  margin-top: 0px
}



/* --------- Email Disclaimer --------- */

.disclaimer_cont {
  font-size: 15px;
  line-height: 1.2;
  position: absolute;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center !important;
}



/* --------- Iubenda --------- */

.iubenda-banner-content > p {
  font-size: 12px;
  //font-family: 'ProximaNova-Regular'
  font-family: "Figtree", sans-serif;
}

.iubenda-banner-content > p:nth-child(2) {
  margin-bottom: 0
}

.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left], .iubenda-tp-alert-btn[data-tp-float][data-tp-float=bottom-right]{
  display: none !important;
}


.iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-left]{
  display: none !important
}


/* --------- Modifiche landing per LOOP --------- */

.content-sm{
  display: none;
}

.desc-sm{
  text-align: center;
  padding: 20px 5px
}

.desc-sm .title{
  font-size: 40px;
  font-weight: 600
}

.desc-sm img{
  max-width: 100%;
  width: 260px
}

.landing-loop .title-big{
  font-size: 50px;
  max-width: 100%;
  width: 800px;
  margin: 0 auto
}

.landing-loop .content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375);
  padding: 30px;
}

.faq-section .panel-group {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
}
.faq-section .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
.faq-section .panel-group .panel .panel-heading {
  padding: 0;
}
.faq-section .panel-group .panel .panel-heading h4 a {
  background: #f8f8f8;
  color: #2b2b2b;
  display: block;
  font-size: 20px;
  padding: 15px;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
  position: relative;
  padding-right: 60px
}
.faq-section .panel-group .panel .panel-heading h4 a:hover, .faq-section .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #fff;
  transition: 0.15s all ease-in-out;
}
.faq-section .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  color: #0072cf;
  opacity: 1 !important
}
.faq-section .panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "";
}
.faq-section .panel-group .panel .panel-heading h4 a i {
  color: #0072cf;
  position: absolute;
  right: 20px;
  top: 18px
}
.faq-section .panel-group .panel .panel-body p{
  font-size: 17px;
  color: #546071;
  margin-bottom: 0
}
.faq-section .panel-group .panel .panel-body {
  padding-top: 0;
}
.faq-section .panel-group .panel .panel-heading + .panel-collapse > .list-group,
.faq-section .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.faq-section .panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}

// Swiper testimonial
.review-box .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}

.review-box {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.review-box span {
  font-style: italic;
  font-size: 15px
}

.review-box img{
  max-height: 23px;
  //margin-top: -2px;
}

.review-box img.stars{
  max-width: 100%;
  width: 180px;
  max-height: none;
  margin-left: -10px
}

.review-box p {
  margin-bottom: 0;
  margin-top: 15px;
  color: #546071;
  font-size: 17px
}

.swiper-testimonial {
  padding: 70px 50px !important;
}

#apple-watch, .section-bigphoto{
  padding-bottom: 0
}

.section-bigphoto-full{
  padding-bottom: 0;
  padding-top: 0
}

#apple-watch .col-sm-6, .section-bigphoto .col-sm-6{
  padding: 0
}

/* Nuova landing Apple Watch */

.stars-reviews{
  color: #f7cf05;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}

.stars-reviews:hover{
  color: #f7cf05;
}

.stars-reviews-big{
  font-size: 18px
}

#section-specifiche.specifiche-new .col-md-4 {
  padding: 0
}

#section-specifiche.specifiche-new .icon-specifiche img{
  max-width: 70px;
}

#section-specifiche.specifiche-new .text-specifiche{
  width: calc(100% - 70px);
}

#section-specifiche.specifiche-new .text-specifiche h3 {
    font-size: 20px;
}

#section-specifiche.specifiche-new p.description-specifiche{
  font-size: 15px;
}

.icon-watch{
  max-width: 100%;
  width: 180px;
  padding: 6px 10px 0px
}




/* Dory compatibility */

.compatibility-dory img{
  width: 300px
}

.compatibility-dory img.img-select{
  box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 0px 1px rgba(0,0,0,0.14);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border: 2px solid #0072cf;
}

.compatibility-dory img.img-select:hover{
  box-shadow: 0 10px 24px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.12);
}

.active-box img.img-select{
  border: 2px solid #0fad21;
  box-shadow: 0 10px 24px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.12);
}

.col-half-text.col-half-text-DORY .text{
  padding: 10% 15px;
}

#col-half-checkcompDORY{
  background: url(../images/dory/check-compatibilita.gif) center bottom no-repeat;
  background-size: contain;
}

#col-half-checkcompDORY-EN{
  background: url(../images/dory/check-compatibilita-EN.gif) center bottom no-repeat;
  background-size: contain;
}

#col-half-checkcompDORY-FR{
  background: url(../images/dory/check-compatibilita-FR.gif) center bottom no-repeat;
  background-size: contain;
}

#col-half-checkcompDORY-DE{
  background: url(../images/dory/check-compatibilita-DE.gif) center bottom no-repeat;
  background-size: contain;
}

#col-half-checkcompDORY-ES{
  background: url(../images/dory/check-compatibilita-ES.gif) center bottom no-repeat;
  background-size: contain;
}

.installazione-dory p {
  font-size: 18px
}


.installazione-dory img.imgsteps {
    width: 35px;
    max-width: 100%;
    margin-top: 4px;
}


/* Landing B2B */

#section-specifiche .row-spec-B2B .icon-specifiche img{
  max-width: 50px
}

#section-specifiche .row-spec-B2B .text-specifiche{
  width: calc(100% - 50px);
  padding: 0 0 0 13px;
}

#section-specifiche .row-spec-B2B p.description-specifiche{
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.2;
}

.special-subtitle-italic{
  font-size: 22px; 
  font-style: italic; 
  margin: 0; 
  font-weight: 600;
  line-height: 1.42857143
}

span.point-B2B{
  padding: 10px 0;
  display: inline-block;
}

span.point-B2B img{
  max-width: 30px;
}

.col-half-text.col-half-text-B2B .text{
  padding: 15% 15px;
}

.innerbox-prodotti-B2B {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 5px -1px rgba(121,121,121,0.57); 
  box-shadow: 0px 4px 5px -1px rgba(121,121,121,0.57);
  overflow: hidden;
}

.prodotti-B2B-desc{
  padding: 30px;
}

img.logo-prodotto-B2B{
  height: 35px;
  margin-bottom: 20px;
}

#col-half-b2b{
  background: url(../images/landing-B2B/open-gate-remote.jpeg) center center no-repeat;
  background-size: cover;
}


/* Landing Crowdfunding */

.videoBg-container {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.videoBg-container video{
  position: absolute;
  right: 0;
  top: -15vh;
  min-width: 100%;
  min-height: 100%;
}

.swiper-crowdfunding .review-box {
  padding: 5px
}

.swiper-crowdfunding .review-box img{
  max-height: 100%;
}

#col-half-campagnacrowd{
  background: url(../images/about/laboratorio-1control-1.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-crowdfunding{
  background: url(../images/crowdfunding/crowdfunding.jpg) center center no-repeat;
  background-size: cover;
}

#col-half-europa{
  background: url(../images/crowdfunding/europe-map.jpg) center center no-repeat;
  background-size: cover;
}

.come-investire .text{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.come-investire .text > [class*='col-'] {
  display: flex; 
  flex-direction: column; 
  margin-bottom: 15px;
  justify-content: center
}

h2.intro-title{
  font-size: 50px; 
  font-weight: 600;
}

p.intro-big{
  max-width: 800px; 
  margin: 40px auto 0; 
  font-size: 21px
}

.big-data-title{
  margin-top: 15px;
  font-size: 50px;
  font-weight: 600
}


/* Nuova Landing 2022 LOOP */

.videoContainer {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Nuova Landing Push CarPlay / Android Auto */
@media only screen and (max-width : 767px) {
  .img-carplay-mobile{
    width: 170%;
    max-width: 170%;
    margin-left: -37%;
  }
}


/* Nuova landing Vittori */

.col-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto
}

.col-container  > [class*='col-'] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
} 

.col-container  > [class*='col-'] > a{
  cursor: pointer;
}

.table-features table{
  font-size: 20px
}

.table-features .table>thead>tr>th, .table-features .table>tbody>tr>th, .table-features .table>tfoot>tr>th, .table-features .table>thead>tr>td, .table-features .table>tbody>tr>td, .table-features .table>tfoot>tr>td{
  vertical-align: middle;
}

.table-features .altre-soluzioni{
  font-size: 15px;
  line-height: 1
}

#caratteristiche-vittori .swiper-testimonial{
  padding: 50px !important
}

#caratteristiche-vittori h3{
  font-size: 23px;
}

#caratteristiche-vittori p.description{
  font-size: 14px;
}

.press-loghi.press-loghi-vittori {
  padding-bottom: 20px;
}

#caratteristiche-vittori div.icon-pad img{
  max-width: 100px;
  padding: 5px;
}



@media only screen and (max-width : 992px) {
  .col-container > [class*='col-']{
    padding: 5px
  }
  .table-features .altre-soluzioni{
    font-size: 11px
  }
  .press-loghi.press-loghi-vittori {
    padding: 30px 10px 20px;
  }
}

@media only screen and (max-width : 767px) {
  .col-container > [class*='col-']:nth-child(9){
    display: none;
  }
  .table-responsive.table-features>.table>thead>tr>th, .table-responsive.table-features>.table>tbody>tr>th, .table-responsive.table-features>.table>tfoot>tr>th, .table-responsive.table-features>.table>thead>tr>td, .table-responsive.table-features>.table>tbody>tr>td, .table-responsive.table-features>.table>tfoot>tr>td{
    white-space: normal;
  }
  .table-features .table>thead>tr>th, .table-features .table>tbody>tr>th, .table-features .table>tfoot>tr>th, .table-features .table>thead>tr>td, .table-features .table>tbody>tr>td, .table-features .table>tfoot>tr>td{
    vertical-align: middle;
  }
  .table-features table{
    font-size: 15px
  }
  .table-features .altre-soluzioni{
    font-size: 8px
  }
  .icon-watch-vittori {
    max-width: 100%;
    width: 68px;
    padding: 6px 1px 0px;
  }
}

.innerbox-prodotti {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 2px 5px 12px 4px #C4C4C4; 
  box-shadow: 2px 5px 12px 4px #C4C4C4;
}

.innerbox-prodotti-highlighted{
  box-shadow: 2px 5px 12px 4px rgba(0, 114, 207, 0.84);
}

.top-landing {
  padding: 0;
  min-height: 700px;
  background-color: #f7f7f7
}

.video-intro-landing {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: auto;
  height: auto !important;
  display: block;
}

/*.top-landing .overlay-text {
  position: absolute;
  bottom: 17%;
  left: 40px;
  padding: 30px;
  background-color: rgba(255,255,255, 0.85);
  z-index: 9
}*/

.top-landing .overlay-text {
    position: relative;
    padding: 50px 0;
    background-color: #f7f7f7
  }

.hidden-tabledesc{
  display: none;
  padding-top: 10px
}

@media only screen and (max-width : 900px) {
  .top-landing {
    min-height: 200px;
  }
  /*.top-landing .overlay-text {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 50px 0;
    background-color: #f7f7f7
  }*/

  .video-intro-landing {
    position: relative;
    min-height: auto;
    width: 160% !important;
    height: auto !important;
    bottom: auto;
    right: auto;
    left: -30%;
    display: block;
  }

  .video-DORY-landing{
    width: 100% !important;
    left: 0;
  }

  .hidden-tabledesc{
    display: block
  }

  .press-loghi.press-loghi-vittori div{
    padding-left: 3px;
    padding-right: 3px;
  }


}


/* ------ Dichiarazioni di conformità ------ */

#conformity .col-md-4{
  margin-bottom: 50px
}


/* ------ Nuova pagina compatibilità ------ */

a.compatible-remote{
  color: #0fad21;
  font-weight: 600;
}

a.compatible-remote svg{
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 2px;
}

a.non_compatible-remote{
  color: #777;
  font-weight: 600;
}

a.non_compatible-remote svg{
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 3px;
}


/* ------ Section chatbot ------ */

#chat-widget-root section{
  min-height: 0;
  padding: 0
}
