/* generale */
/** {
    font-family: Roboto, Verdana, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.25em;
    font-weight: 300;
    color: #4b4b4b;
}*/

/*
@media only screen and (min-width: 1400px) {
    * {
        font-size: 16px;
    }
}
*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    * {
        font-size: 14px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
    * {
        font-size: 13px;
    }
}

@media only screen and (max-width: 640px) {
    * {
        font-size: 12px;
    }
}

* strong, * em, * li, * a, * u, * b, * i, * span {
    font-size: inherit;
}

a img {
    border: 0;
}

/*
a {
    color: #4b4b4b;
}

a:hover {
    color: #009036;
}
*/

.evid, b, strong {
    color: #4b4b4b;
    font-weight: 500;
}

.big {
    font-size: 1.6em;
}

.lft {
    float: left;
}

img.lft {
    margin: 0.5em 0.5em 0.5em 0;
}

.rgt {
    float: right;
}

img.rgt {
    margin: 0.5em 0 0.5em 0.5em;
}

.clrlf {
    clear: left;
}

.clrrg {
    clear: right;
}


/* headers */

/*
h1, h2, h3, h4, h5, h6 {
    color: #009036;
    font-weight: 500;
}
*/

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1em;
}

a h1 {
    margin: 0;
    padding: 0;
}

/* box model */
/*
body {
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}
*/

.main {
    width: 80%;
    text-align: left;
    margin: 0 10%;
    position: relative;
}

@media only screen and (min-width: 1400px) {
    .main {
        width: 70%;
        margin: 0 15%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .main {
        width: 90%;
        margin: 0 5%;
    }
}

@media only screen and (max-width: 480px) {
    .main {
        width: 96%;
        margin: 0 2%;
    }
}

/* preheader */
#preheader {
    height: 1.5em;
}

#preheader .main {
    line-height: 1.5em;
    color: #f00;
}

ul#iconMnu {
    float: left;
    height: 1.5em;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#iconMnu li {
    float: left;
    height: 1.5em;
    line-height: 1.5em;
}

ul#iconMnu a, ul#iconMnu a img {
    display: block;
    height: 1.1em;
    margin: 0.2em 0.2em 0.2em 0;
}

ul#highMnu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 1.5em;
}

ul#highMnu li {
    float: left;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 1em;
}

ul#highMnu li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.8em;
}

ul#lgMnu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 1.5em;
}

ul#lgMnu li {
    float: left;
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 0.25em;
}

ul#lgMnu li.last {
    margin-right: 0;
}

ul#lgMnu li a {
    text-transform: uppercase;
    display: block;
    margin: 0.2em 0;
    width: 1.1em;
    height: 1.1em;
    background-repeat: none;
    background-size: cover;
    background-position: bottom center;
    text-indent: -9999px;
}

ul#lgMnu li a.thisitem {
    cursor: default;
    font-weight: 500;
    background-position: top center;
}

ul#lgMnu li a:hover {
    background-position: top center;
}

ul#lgMnu li a#lngIta {
    background-image: url('./img/lg/it.png');
}

ul#lgMnu li a#lngEng {
    background-image: url('./img/lg/en.png');
}

ul#lgMnu li a#lngDeu {
    background-image: url('./img/lg/de.png');
}

/* header */
#header #logo {
    margin: 0;
    padding: 0;
}

#header #logo a {
    display: block;
}

#header #logo a img {
    width: 100%;
    display: block;
}

#header address {
    margin: 0;
    font-style: normal;
    position: absolute;
    top: 1em;
    right: 0;
    text-align: right;
    line-height: 1em;
}

#header address .glyphicon-earphone {
    font-size: 1.33em;
    padding-right: 0.1em;
}

#header address .tel {
    font-size: 1.5em;
    font-weight: 500;
}

#header address .quando {
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
}

#header address .email {
    font-size: 0.8em;
    font-weight: 500;
}

/* menu top */
#menuTop, #menuMiddle {
    height: 1.5em;
    line-height: 1.5em;
}

#menuTop ul.menu, #menuMiddle ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 1.5em;
    position: absolute;
    left: 0;
    top: 0;
}

#menuTop ul.menu li, #menuMiddle ul.menu li {
    margin: 0;
    padding: 0;
    float: left;
}

#menuTop ul.menu li a, #menuMiddle ul.menu li a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    float: left;
    font-weight: 500;
}

#menuTop ul.menu li.thisitem a, #menuMiddle ul.menu li.thisitem a {
    cursor: default;
}

#menuTop ul.menu li span, #menuMiddle ul.menu li span {
    margin: 0 0.5em;
    display: block;
    float: left;
}

#menuTop ul.social, #menuMiddle ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 1.3em;
    position: absolute;
    right: 0;
    top: 0;
}

#menuTop ul.social li, #menuMiddle ul.social li {
    margin: 0;
    padding: 0;
    float: left;
}

#menuTop ul.social li a, #menuMiddle ul.social li a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    float: left;
    font-weight: 500;
    height: 1.3em;
    width: 1.3em;
    margin-left: 0.25em;
}

#menuTop ul.social li a img, #menuMiddle ul.social li a img {
    display: block;
    width: 100%;
}

#menuTop ul.social li.first a, #menuMiddle ul.social li.first a {
    margin-left: 1em;
}

/* visore */
#visore {
    background-image: url('./img/visore/bg_home.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    #visore {
        background: #fff;
    }
}

.visoreInt {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#vsPagInt {
    background-image: url('./img/visore/bg_pagInt.jpg');
}

/* form Noleggia Auto */
#noleggiaAuto {
    padding: 1.5em 0 0 0;
}

#noleggiaAuto button {
    display: block;
}

#noleggiaAuto form {
    background: #4b4b4b !important;
    /*background: rgba(75, 75, 75, 0.7) !important;*/
    /*width: 50%;
    float:left;*/
    border-radius: 0.5em;
    margin: 0;
}
#noleggiaAuto form.formStep2{
   width: 33.33%;
}

#noleggiaAuto .go2checkout,
#noleggiaAuto .backForm{
    background: transparent !important;
}

.go2checkout{
    text-align:right !important;
}

@media only screen and (max-width: 768px) {
    #noleggiaAuto form {
        width: 100%;
    }
}

#rootwizard .navbar {
    margin-bottom: 0;
}

.frmNA {
    float: left;
}

.frmNA1 {
    width: 20%;
    margin-left: 5%;
}

.frmNA2 {
    width: 20%;
    margin-left: 12%;
}

.frmNA3 {
    width: 30%;
    margin-left: 8%;
}

.frmNA31 {
    width: 37%;
    margin-left: 5%;
}

.frmNA32 {
    width: 10%;
    margin-left: 5%;
}

.frmNA32 * {
    text-align: center !important;
}

.frmNA33 {
    width: 30%;
    margin-left: 8%;
}

.frmNA11 {
    width: 52%;
    margin-left: 5%;
}

.frmNA21 {
    width: 30%;
    margin-left: 8%;
}

.frmNA12 {
    width: 20%;
    margin-left: 5%;
}

.frmNA22 {
    width: 56%;
    margin-left: 2%;
}

.frmNA23 {
    width: 10%;
    margin-left: 2%;
}

.prezzo{
    background-color:white;
    border-radius:0.25em;
}

.frmNA22 .caratteristiche,
.frmNA23 .prezzo{
    min-height:158px;
}
.frmNA23 .prezzo{
    padding-top:20px;
}

.frmNAFin {
    width: 53%;
    margin-left: 42%;
}

.frmNA .title {
    font-weight: 400;
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
}

.frmNA .rw, .rwLast {
    position: relative;
}

.frmNA .rw .rw21 {
    width: 60%;
    float: left;
}

.frmNA .rw .rw22 {
    width: 32%;
    float: left;
    margin-left: 8%;
}

.frmNA .rwBrd {
    border-bottom: 1px solid #999;
}

.rwLast {
    line-height: 1em;
}

.frmNA label {
    color: #fff;
    font-weight: 400;
    display: block;
}

.frmNA label.veicoli {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    height: 1em;
}

.frmNA .boxCont {
    position: relative;
}

.frmNA .btnLft {
    position: absolute;
    left: 0.5em;
    top: 0;
    color: #fff;
}

.frmNA .btnRgt {
    position: absolute;
    right: 0.5em;
    top: 0;
    color: #fff;
    z-index: 99;
}

.frmNA .boxCont .prenota, .frmNA .prenota-primary, .frmNA .boxCont .dropdown-toggle {
    height: 2em;
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 0 5%;
    border-radius: 0.25em;
    color: #fff;
}

.frmNA .boxCont .prnDbl {
    height: 4em;
}

.frmNA .boxCont .prnTrpl {
    height: 6em;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.frmNA .boxCont .caret {
    display: none;
}

.frmNA .boxCont .prenotaLft {
    padding-left: 2em;
}

.frmNA .boxCont input.prenota {
    background: #909090;
    background: rgba(144, 144, 144, 0.8);
}

.frmNA .boxCont .selectpicker {
    background: #909090;
    background: rgba(144, 144, 144, 0.8);
}

.frmNA .boxCont .selectpicker span {
    color: #4b4b4b;
    text-shadow: 0 1px 0 #fff;
    font-weight: 500;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    color: #4b4b4b;
    text-shadow: 0 1px 0 #fff;
    font-weight: 500;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a span.text {
    color: #009036;
    text-shadow: 0 1px 0 #fff;
    font-weight: 500;
}

.bootstrap-select.btn-group .dropdown-menu li.active a span.text {
    color: #fff;
    text-shadow: 0 1px 0 #4b4b4b;
    font-weight: 500;
}

.frmNA .boxCont ul.selectpicker {
    background: none;
}

.dropdown-menu {
    background: #f9f9f9;
}

.frmNA .boxCont input:focus {
    background: #8fc796;
}

.frmNA .boxCont .bootstrap-select.btn-group .btn:hover, .frmNA .boxCont .bootstrap-select.btn-group .btn:focus {
    background: #8fc796;
}

.frmNA .boxCont .bootstrap-select.btn-group .btn .filter-option {
    width: 85%;
    color: #fff;
    text-shadow: 0 1px 0 #4b4b4b;
}

.frmNA .boxCont .dropdown-menu input:focus {
    background: #fff;
}

.frmNA .boxCont .form-control:focus {
    border-color: #009036;
}

.frmNA .boxCont .dropdown-menu .label {
    padding: 0.5em 0.6em 0.2em 0.6em;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.frmNA .boxCont .selected .text {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

.frmNA .boxCont input.hdInput {
    visibility: hidden;
}

.frmNA .sbm {
    line-height: 1em !important;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    border: 0;
    font-size: 0.9em;
}

.frmNA .boxCont a.btn {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    cursor: default;
}

.frmNA .boxCont a.btn-default {
    background: #909090;
    background: rgba(144, 144, 144, 0.8);
}

.frmNA .boxCont a.btn-default:hover {
    color: #fff;
    cursor: pointer;
    background: #8fc796;
}

/*
.form-group {
    margin-bottom: 0;
}
*/

.form-group .help-block * {
    color: #d9534f !important;
    font-weight: 500;
    text-shadow: 0 1px 0 #000;
}

.bootstrap-select .dropdown-menu li a.opt:hover {
    background: #4b4b4b;
    background: rgba(75, 75, 75, 0.2);
}

/* step2 */
#step2 {
    background: #ddd;
    background-image: -webkit-gradient(bottom, from(#fff), to(#ddd));
    background-image: -webkit-linear-gradient(bottom, #fff, #ddd);
    background-image: -moz-linear-gradient(bottom, #fff, #ddd);
    background-image: -ms-linear-gradient(bottom, #fff, #ddd);
    background-image: -o-linear-gradient(bottom, #fff, #ddd);
    background-image: linear-gradient(bottom, #fff, #ddd);
}

#listaBox .box {
    border: 2px solid #009036;
    background: #fff;
    margin: 3.75em auto 1em auto;
    position: relative;
    border-radius: 0.5em 0.5em 0 0;
}

/*
#listaBox .box a.calcola {
    position: absolute;
    top: -2.5em;
    display: block;
    right: 0.5em;
    height: 2.5em;
    line-height: 2em;
    font-size: 1.33em;
    border: 0.4em solid #009036;
    background: #d9534f;
    color: #fff;
    border-radius: 0.4em 0.4em 0 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 2em;
}

#listaBox .box a.calcola:hover {
    background: #009036;
}*/

#listaBox .box a.calcola {
    /*position:absolute;
    right:10px;
    bottom:10px;*/
    border:2px #ccc solid !important;
    border-radius:3px;
    margin-bottom:10px;
    /*font-size:22px;
    padding:10px 40px;*/
}

#listaBox .box a.similHover {
    background: #009036;
}

#listaBox .box .imgBox {
    float: left;
    width: 30%;
}

@media only screen and (max-width: 768px) {
    #listaBox .box .imgBox {
        width: 60%;
        float: none;
        margin-left: 20%;
    }
}

#listaBox .box .imgBox a.continue {
    border-right: 2px solid #009036;
    display: block;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    #listaBox .box .imgBox a.continue {
        border-right: 0;
    }
}

#listaBox .box .imgBox a.continue img {
    display: block;
    width: 100%;
    padding: 0;
}

#listaBox .box .imgBox a.continue strong.titleBox {
    display: block;
    padding: 0.5em 2em;
    text-align: center;
    font-size: 1.2em;
    color: #009036;
}

#listaBox .box .contBox {
    float: left;
    width: 68%;
    margin: 0 1%;
}

@media only screen and (max-width: 768px) {
    #listaBox .box .contBox {
        width: 98%;
        float: none;
    }
}

#listaBox .box .contBox .caratteristiche {
    border-bottom: 2px solid #009036;
    margin-bottom:20px;
}

/*.scegliCaratteristica{
  float:left;
  width:130px;
  height:130px;
  line-height: 130px;
  border:1px gray solid;
  margin:10px;
  text-align:center;
}

.scegliCaratteristica.selected{
  border:1px red solid;
  background-color:red;
}

.scegliCaratteristica img{
  max-height:120px;
  max-width:120px;
  padding:20px;
  vertical-align: middle;
}*/

.caratteristiche .servizi {
    float: left;
    text-align: center;
    width:160px;
    min-width:160px;
    height:100px;
    line-height: 100px;
    margin:10px 10px 20px 10px;
}

.caratteristiche .servizi img {
    /*display: block;
    padding: 0;
    height:60px;
    margin: 1em auto 0.5em auto;*/
    max-height:100px;
    /*max-width:80px;*/
    padding:20px;
    vertical-align: middle;
}

.caratteristiche .servizi span {
    display: block;
    color: #009036;
    padding: 0 0 0.25em 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    #listaBox .box .contBox .caratteristiche .servizi {
        width: 25%;
    }
}

#listaBox .box .contBox .caratteristiche .serviziMid {
    width: 6.25%;
}

@media only screen and (max-width: 768px) {
    #listaBox .box .contBox .caratteristiche .serviziMid {
        width: 12.5%;
    }
}

#listaBox .box .contBox .costi {
    padding-top: 0.5em;
    text-align:right;
}

#listaBox .box .contBox .costi a.boxCosto {
    float: left;
    width: 12.5%;
    text-align: center;
    display: block;
    text-decoration: none;
}

#listaBox .box .contBox .costi a.boxCosto span {
    display: block;
    color: #009036;
    padding: 0.5em 0 0.125em 0;
    height: 1.8em;
    overflow: hidden;
}

#listaBox .box .contBox .costi a.boxCosto strong {
    display: block;
    padding: 0.125em 0 0.5em 0;
}

/*#listaBox .box .contBox .costi a.boxCosto:hover {
    background: #ddd;
}*/

@media only screen and (max-width: 768px) {
    #listaBox .box .contBox .costi a.boxCosto {
        width: 25%;
    }
}

#listaBox .box .contBox .costi a.boxCostoSel {
    /*background: #d9534f;*/
    cursor: default;
    text-align:left;
}

#listaBox .box .contBox .costi a.boxCostoSel span {
    color: #fff;
}

#listaBox .box .contBox .costi a.boxCostoSel strong {
    color: #534a3b;
    font-size:30px;
    font-weight:700;
}

/*#listaBox .box .contBox .costi a.boxCostoSel:hover {
    background: #d9534f;
}*/

#listaAuto ul.topmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#listaAuto ul.topmenu .btn {
    display: block;
    width: 100%;
}

#listaAuto .block2 li {
    width: 20%;
    margin-right: 3%;
    margin-bottom: 0.5em;
    /*float: left;*/
}

#listaAuto .block2 li.last {
    margin-right: 0;
}

#listaAuto .block3 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
    float: left;
}

#listaAuto .block3 li.last {
    margin-right: 0;
}

#listaAuto .block4 li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0.5em;
    float: left;
}

#listaAuto .block4 li.last {
    margin-right: 0;
}

#listaAuto .block5 li {
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 0.5em;
    float: left;
}

#listaAuto .block5 li.last {
    margin-right: 0;
}

#listaAuto .block6 li {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 0.5em;
    float: left;
}

#listaAuto .block6 li.last {
    margin-right: 0;
}

/* step 3 */
#step3 #noleggiaAuto {
    padding: 0.5em 0 1.5em 0;
}

#step3 #noleggiaAuto form {
    width: 100%;
    background: #4b4b4b !important;
}

#step3 #noleggiaAuto .modelloAuto .boxCont img:first-child {
    background-color:white;
}

#step3 #noleggiaAuto .modelloAuto img {
    display: block;
    width: 100%;
    margin-right: 0;
    border-radius: 0.25em 0.25em 0 0;
}

#step3 #noleggiaAuto .modelloAuto strong.titleBox {
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding: 0.5em 0.25em 0.25em 0.25em;
    margin-bottom: 1em;
    background: #009036;
    display: block;
    border-radius: 0 0 0.25em 0.25em;
    font-size: 0.9em;
}

#step3 #noleggiaAuto .modelloAuto .rimuoviDalCarrello{
    color:red !important;
}

#step3 #noleggiaAuto .modelloAuto .rimuoviDalCarrello img{
    display:inline;
    width:20px;
    position: relative;
    top: -2px;
    background-color:transparent !important;
}

#step3 #noleggiaAuto .caratteristiche {
    background: #fff;
    border-radius: 0.25em;
}

#step3 #noleggiaAuto .caratteristiche .servizi{
    width:145px;
    min-width:145px;
}

/*#step3 #noleggiaAuto .caratteristiche .servizi {
    float: left;
    text-align: center;
    width: 25%;
    height: 100%;
}

#step3 #noleggiaAuto .caratteristiche .servizi img {
    display: block;
    margin: 0;
    margin: 1em auto 0.5em auto;
    background: #009036;
}

#step3 #noleggiaAuto .caratteristiche .servizi span {
    display: block;
    color: #009036;
    padding: 0 0 0.25em 0;
    font-weight: 500;
    font-size: 1.2em;
    text-transform: uppercase;
}*/

/*@media only screen and (max-width: 768px) {
    #step3 #noleggiaAuto .caratteristiche .servizi {
        width: 50%;
    }
}*/

#step3 #noleggiaAuto .caratteristiche .serviziMid {
    width: 12.5%;
}

@media only screen and (max-width: 768px) {
    #step3 #noleggiaAuto .caratteristiche .serviziMid {
        width: 25%;
    }
}

#step3 #noleggiaAuto .bg-default {
    background: #f9f9f9;
    color: #4b4b4b;
}

#step3 #noleggiaAuto .title {
    color: #8fc796;
}

#step3 #noleggiaAuto .selectpicker {
    padding-left: 0.5em;
    margin-bottom:0;
}

#step3 #noleggiaAuto .boxContInfo {
    color: #f9f9f9;
}

#step3 #noleggiaAuto .boxContInfo ul {
    margin: 0;
    padding: 0 0 0 1.5em;
}

#step3 #noleggiaAuto .boxContInfo ul li {
    padding: 0 0 0.5em 0;
    line-height: 1.5em;
}

#step3 #noleggiaAuto .boxContInfo * {
    color: #f9f9f9;
}

#step3 #noleggiaAuto .bg-null {
    color: #8fc796;
    font-weight: 500;
    text-align: right;
}

#step3 #noleggiaAuto .dblTpMg {
    margin-top: 3em;
}

#step3 #noleggiaAuto .dblTpMg .big {
    font-size: 1.2em;
    font-weight: 500;
}

#step3 #noleggiaAuto .frmNAFin {
    margin-bottom: 1.5em;
}

#step3 #noleggiaAuto .frmNAFin .sel {
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    width: 100%;
    line-height: 1em;
}

#step3 #noleggiaAuto .frmNAFin .sel:hover {
    color: #ddd;
}

#step3 #noleggiaAuto .frmNAFin .sel input {
    margin-right: 0.5em;
}

#step3 #noleggiaAuto .frmNAFin .glyphicon {
    font-size: 1.1em;
    color: #ddd;
    text-decoration: none;
    padding-left: 0.25em;
}

#step3 #noleggiaAuto .frmNAFin .glyphicon:hover {
    text-shadow: 0 0 0.5em #fff;
}

#step3 #noleggiaAuto .frmNAFin .bg-default {
    background: #909090;
    color: #f9f9f9;
}

#step3 #noleggiaAuto .frmNAFin .bg-procedi {
    background: #d9534f;
    font-size: 1.2em;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
}

#step3 #noleggiaAuto .frmNAFin .bg-procedi:hover {
    background: #c9302c;
    color: #fff;
}

/* multispet */
h2.titH2LA {
    padding-top: 0.5em;
    font-size: 1.33em;
    text-transform: uppercase;
}

h2.titH2LB {
    font-size: 1.33em;
    text-transform: uppercase;
}

h3.titH3LB {
    font-size: 1em;
    border-bottom: 1px solid #009036;
    text-transform: uppercase;
    padding: 0 0.25em;
}

.sepfrmNA {
    border-bottom: 1px solid #909090;
    width: 90%;
    margin: 0.5em 5%;
    height: 1px;
}

.closer {
    padding: 0.25em 0 1.5em 0;
}

/* menuMiddle */
#menuMiddle {
    margin: 2em 0 1.5em 0;
}

/* hdrContent */
.bannerFull {
    width: 100%;
}

.bannerFull img {
    display: block;
    width: 100%;
    height: 100%;
}

/* mainTitle */
#mainTitle h1 {
    padding: 0 0 0 6%;
    margin: 0;
    width: 100%;
    background-image: url('./img/bo.png');
    background-repeat: no-repeat;
    background-size: 5% auto;
    background-position: center left;
    font-size: 2em;
    line-height: 1em;
}

#mainTitle h1 span {
    display: block;
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
    #mainTitle h1 {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    #mainTitle h1 {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 480px) {
    #mainTitle h1 {
        font-size: 1.75em;
    }
}

#mainTitleInt h1 {
    padding: 0 0 0 6%;
    margin: 2em 0 0;
    height: 2em;
    width: 100%;
    background-image: url('./img/bo.png');
    background-repeat: no-repeat;
    background-size: 5% auto;
    background-position: center left;
    font-size: 2em;
    line-height: 2em;
}

#mainTitleInt h1 span {
    display: block;
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
    #mainTitleInt h1 {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    #mainTitleInt h1 {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 480px) {
    #mainTitleInt h1 {
        font-size: 1.75em;
    }
}

/* content */
.contentHome {
    background: #ddd;
    background-image: -webkit-gradient(bottom, from(#fff), to(#ddd));
    background-image: -webkit-linear-gradient(bottom, #fff, #ddd);
    background-image: -moz-linear-gradient(bottom, #fff, #ddd);
    background-image: -ms-linear-gradient(bottom, #fff, #ddd);
    background-image: -o-linear-gradient(bottom, #fff, #ddd);
    background-image: linear-gradient(bottom, #fff, #ddd);
}

.contentHome .contenuto {
    padding: 0 40% 1.5em 6%;
    width: 100%;
    position: relative;
}

.contentHome .contenuto #barraDx {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
}

.contentHome .contenuto #barraDx #barraDxTop {
    background-image: url('./img/bg_barraDxTop.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    height: 4em;
}

.contentHome .contenuto #barraDx #barraDxBottom {
    background-image: url('./img/bg_barraDxBottom.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 10em;
}

.contentHome .contenuto #barraDx .cont {
    background: #009036;
    margin: 0 0 0 20%;
    color: #fff;
}

.contentHome .contenuto #barraDx .cont h3 {
    margin: 0;
    padding: 0.5em 10%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.contentHome .contenuto #barraDx .cont ul {
    margin: 0;
    padding: 1em 10% 0.5em 10%;
    list-style: none;
}

.contentHome .contenuto #barraDx .cont ul li {
    padding: 0.5em 0;
}

.contentHome .contenuto #barraDx .cont ul li a {
    text-decoration: underline;
    color: #fff;
    font-size: 1.1em;
}

.contentHome .contenuto #barraDx .cont ul li a:hover {
    text-decoration: none;
}

.contentHome .contenuto h2 {
    margin: 0;
    padding: 1em 0 0.5em 0;
    color: #4b4b4b;
    clear: both;
}

.contentHome .contenuto p {
    margin: 0;
    padding: 0.25em 0 0.75em 0;
    line-height: 1.4em;
}

.contentHome .contenutoTot {
    padding-right: 0;
}

.contentHome #claim {
    padding: 0 0 0.5em 6%;
    font-size: 1.8em;
    line-height: 1em;
}

.contentHome #claim strong {
    color: #009036;
    display: block;
}

/* box3 */
.box3 {
    width: 31%;
    margin-right: 3.5%;
    float: left;
}

.box3last {
    margin-right: 0;
}

/* prefooter */
#preFooter {
    background: #f9f9f9;
    background-image: -webkit-gradient(bottom, from(#fff), to(#f9f9f9));
    background-image: -webkit-linear-gradient(bottom, #fff, #f9f9f9);
    background-image: -moz-linear-gradient(bottom, #fff, #f9f9f9);
    background-image: -ms-linear-gradient(bottom, #fff, #f9f9f9);
    background-image: -o-linear-gradient(bottom, #fff, #f9f9f9);
    background-image: linear-gradient(bottom, #fff, #f9f9f9);
}

#preFooter .box3 {
    padding: 1.5em 0 2em 0;
}

#preFooter .box3 a.continue {
    display: block;
    background: rgba(255, 0, 0, 0.5);
}

#preFooter .box3 a.continue img {
    display: block;
    width: 100%;
}

#preFooter .box3 h4 {
    color: #009036;
    margin: 0;
    padding: 0.5em 0 0 0;
    font-size: 1.25em;
    font-weight: 500;
    position: relative;
}

#preFooter .box3 p {
    margin: 0;
    padding: 0;
}

/* footer */
#footer {
    background: #4b4b4b;
}

#footer ul.menu {
    margin: 0;
    padding: 1em 0;
    list-style: none;
}

#footer ul.menu li {
    padding: 0 0 1em 0;
}

#footer ul.menu li a {
    color: #ddd;
}

#footer ul.menu li a:hover {
    color: #fff;
    text-decoration: none;
}

/* closer */
#closer {
    width: 100%;
    height: 10em;
    background-image: url('./img/bg_closer.jpg');
    background-position: center center;
    background-size: cover;
}

/* copy */
#copy {
    background: #009036;
    background-image: -webkit-gradient(top, from(#8fc796), to(#009036));
    background-image: -webkit-linear-gradient(top, #8fc796, #009036);
    background-image: -moz-linear-gradient(top, #8fc796, #009036);
    background-image: -ms-linear-gradient(top, #8fc796, #009036);
    background-image: -o-linear-gradient(top, #8fc796, #009036);
    background-image: linear-gradient(top, #8fc796, #009036);
    color: #fff;
    padding: 1em 0;
    text-align: center;
    font-size: 0.9em;
}

#copy a {
    color: #fff;
    font-weight: 500;
}

/* mix */
.imgBlk {
    display: block;
    width: 40%;
    padding-bottom: 1em;
}

.imgBlkLft {
    float: left;
}

.imgBlkRgt {
    float: right;
}

.imgBlkCnt {
    width: 100%;
    text-align: center;
}

.imgBlk img {
    display: block;
    width: 90%;
}

.imgBlkLft img {
    margin: 0.5em 10% 0 0;
}

.imgBlkRgt img {
    margin: 0.5em 0 0 10%;
}

.imgBlkCnt img {
    margin: 0.5em 5%;
}

.tooltip-inner {
    font-size: 0.9em;
}

/* menuMobile */
#menuTop ul.social #mainMnu2Menu {
    display: none;
    position: absolute;
    top: 2em;
    right: 0;
    background: #fff;
    z-index: 2147483647;
    border: 1px solid #009036;
    box-shadow: 0 0 0.25em #009036;
}

#menuTop ul.social #mainMnu2Menu ul {
    margin: 0;
    padding: 0.4em 0;
    float: none;
    width: 12em;
}

#menuTop ul.social #mainMnu2Menu ul li {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

#menuTop ul.social #mainMnu2Menu ul li a {
    float: none;
    margin-left: 0;
    width: auto;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    color: #009036;
}

#menuTop ul.social #mainMnu2Menu ul li a:hover {
    color: #4b4b4b;
}

@media only screen and (max-width: 600px) {
    .frmNA1, .frmNA2, .frmNA3, .frmNA11m, .frmNA21, .frmNA12, .frmNA22, .frmNAFin {
        width: 90%;
        margin-left: 5%;
    }

    .frmNAMob12 {
        width: 54%;
        margin-left: 5%;
    }

    .frmNAMob22 {
        width: 28.8%;
        margin-left: 7.2%;
    }

    .frmNAMob11 {
        width: 42.5%;
    }

    .rwNoMob {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .contentHome .contenuto {
        padding: 0 6% 1.5em 6%;
        width: 100%;
        position: relative;
    }

    .contentHome .contenuto #barraDx {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin: 0;
    }

    .contentHome .contenuto #barraDx #barraDxTop, .contentHome .contenuto #barraDx #barraDxBottom {
        display: none;
    }

    .contentHome .contenuto #barraDx .cont {
        margin: 0.5em 5%;
    }

    #header #logo {
        margin: 0;
        padding: 0;
    }

    #header #logo a {
        display: block;
    }

    #header #logo a img {
        width: 100%;
        display: block;
    }

    address .quando, address .email {
        display: none;
    }

    #menuTop {
        margin-top: -1.5em;
    }
}

.unclickable * {
    /*color: #ddd !important;*/
    cursor: not-allowed;
}

.unclickable:hover {
    background-color: #fff !important;
}

#listaBox .tooltip {
    font-size: 1em;
}

#mappaSedi {
    width: 100%;
    height: 25em;
}

.modello {
    border: 0.5em solid #009036;
    background-color: #fff;
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
    text-align: center;
}

.modello img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .modello {
        width: 98%;
    }
}

.modello strong {
    display: block;
    width: 100%;
    text-align: center;
}

#preFooter .box3 img {
    display: block;
    width: 80%;
}

#blk_prenota_Bnt {
    max-width: 50%;
    margin: 2em auto 1em auto;
}

@media only screen and (max-width: 600px) {
    #blk_prenota_Bnt {
        max-width: 80%;
    }
}

#paypalLogo {
    position: absolute;
    top: 1em;
    right: 19em;
}

/** IUBENDA **/
#iubenda-cs-banner {
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: #4b4b4b;
}

.iubenda-cs-content {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    width: auto;
    font-size: 1em;
    background: #4b4b4b;
    color: #ddd;
}

.iubenda-banner-content {

}

.iubenda-cs-rationale {
    position: relative;
    margin: 0 auto;
    padding: 0 2em;
}

.iubenda-banner-content > p {
    line-height: 1.35em;
}

.iubenda-cs-close-btn {
    margin: 0;
    color: #ddd;
    text-decoration: none;
    font-size: 1em;
    position: absolute;
    top: 0;
    right: 0.5em;
    border: none;
}

.iubenda-cs-cookie-policy-lnk {
    text-decoration: underline;
    color: #ddd;
    font-size: 1em;
    font-weight: bold;
}

.iubenda-cs-content, .iubenda-banner-content > p {
    font-family: inherit;
    font-size: 0.9em;
    color: #ddd;
    margin: 0.5em 0;
}

.quando a {
    color: #009036;
    text-decoration: underline;
}

#checkoutFrm .selectpicker li{
    padding:0;
}

#verificaCoupon{
    background-color: green;
    color:white;
}
#verificaCoupon:hover{
    background-color: #2da240;
}

#bloccoServizi{
    display:none;
}
#mostraServiziDiv{
    margin-left:5%;
    width:90%;
    margin-top:50px;
    margin-bottom:50px;
}
#mostraServizi{
    display:block !important;
    width:100%;
    height:100%;
    padding:10px;
    background-color:#d9534f !important;
    border:1px #d9534f solid !important;
}
#mostraServizi:hover{
    border:1px #e46864 solid !important;
    background-color:#e46864 !important;
    text-decoration:none !important
}
#mostraServizi, #mostraServizi span{
    color:white;
}
/*#mostraServizi:hover, #mostraServizi:hover span{
    color:#d9534f;
}*/

.mezziPrincipali{
    width:33.3333%;
    float:left;
}

@media (max-width: 767px) {
    #listaBox .box .contBox .costi,
    #step2 .costi p, #step2 .costi strong{
        text-align:left !important;
    }

    #listaBox .box .contBox .caratteristiche .servizi,
    #step3 #noleggiaAuto .caratteristiche .servizi{
       width: 42% !important;
       min-width: 60px !important;
    }

    #listaBox .box .contBox .costi a.boxCostoSel strong{
        margin-left:5px;
    }

    .mezziPrincipali{
        width:50%;
        float:left;
    }
}

