﻿.ddl {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    height: 50px !important;
    padding: 10px 20px 10px 20px;
    line-height: 28px;
    color: #777777;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.inviaFoto {
    margin-bottom: 10px;
    padding: 0.5em;
    color: #fff;
    background-color: #138496 !important;
    border-radius: 10px;
}

.radioButtonHome input[type="radio"] {
    /*position: absolute;
    opacity: 0;
    width: 0;
    height: 0*/
    /*display: none*/
    width: 0;
}

.lista {
    position: relative;
    margin-bottom: 10px;
    padding: 0px;
    margin: 0px;
}

.radioButtonHome input[checked="checked"] ~ label > span {
    background-color: #ffffff;
    border-color: #B8091B !important;
}

/*.circle {
    border: 2px solid #ffffff;
}*/

.contenitore-cerchio {
    position: relative;
    display: block;
    margin-right: 14px;
    font-size: 16px;
    background: none;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 500ms ease;
}

.cerchio {
    position: relative;
    width: 15px;
    height: 15px;
    top: 1px;
    margin-right: 8px;
    display: inline-block;
    border-radius: 50px;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bottone {
    float: right
}

.h1Parco {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3em;
}

.link-bianco {
    color: #ffffff;
}

    .link-bianco:hover {
        color: #ffffff;
        text-decoration: underline;
    }

.marche-img {
    width: 85px !important;
    height: 85px;
}

.marche-img-centrata {
    text-align: center;
    display: block;
}

input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 0px 6px;
    vertical-align: bottom;
    margin-left: 0px !important;
    float: none !important;
}

.colonne-social-veicolo {
    text-align: center;
    padding-bottom: 1em;
}

.elementi-contatto > a {
    font-size: 17px;
    color: #777777;
}

    .elementi-contatto > a:hover {
        color: #B8091B
    }

.testo-sede {
    font-size: 18px !important;
}

.deal-block-two .inner-box .content-column h2 {
    position: relative;
    color: #000000;
    font-weight: 600;
    line-height: 1.3em;
}

.statistiche .icon, .statistiche span, .statistiche .counter-title {
    color: white !important;
}

.statistiche {
    background-image: url('/images/sfondo_auto.png');
    background-position: 50% 50%;
    padding: 85px 0 105px 0;
    background-repeat: no-repeat;
}


.contenitore-social {
    background-color: #B8091B;
    padding: 10px 0 10px 0;
    border-radius: 45px;
}

.contenitore-social .fa.fa-refresh:hover {
    -webkit-animation: infinite-spinning 1.8s ease-out 0s infinite normal;
    animation: infinite-spinning 1.8s ease-out 0s infinite normal;
    color:white!important;
}

@keyframes infinite-spinning {
    from {
        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
    }
}


.statistiche .row{
    margin:0;
}

.contenitore-dipendente {
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    padding: 0.5em;
    margin: 1em 0;
}

.logo{
    padding:1em 0;
}

.prezzo-offerta {
    color: Green!important;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
}

.prezzo-normale {
    position: relative;
    color: Green!important;
    font-size: 25px;
    font-weight: 700;
    margin-top: 16px;
    font-family: 'Work Sans', sans-serif;
}
.prezzo-normale-con-offerta {
    position: relative;
    color: red!important;
    font-size: 25px;
    font-weight: 700;
    margin-top: 16px;
    font-family: 'Work Sans', sans-serif;
}

.riga-prezzo {
    padding-top: 0.2em;
}

.righe-informazioni {
    /*padding-bottom: 1em;*/
}

    .righe-informazioni div {
        font-size: 16px;
        padding-top: 3px;
    }

.contenitore-info-veicolo {
    padding: 10px 20px 10px!important;
}

.whatsapp-parco-auto {
    position: absolute;
    left: 10px;
    width: 35px;
    height: 35px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    background-color: #4DC35A;
    top: 15px;
}

    .whatsapp-parco-auto img {
        margin-top: 15%;
    }

.contenitore-accessori i{
    color: green;
}

.whatsApp {
    background-color: rgb(42, 217, 113);
    height: 60px;
    width: 60px;
    line-height: 55px;
    border-radius: 30px;
}
.posWhatsapp {
    position: fixed;
    bottom: 1em;
    right: 15px;
    width: 60px;
    height: 60px;
    z-index: 9999;
}

.contenitore-info-garanzia a {
    color: white;
    padding: 10px 25px;
}

.logo a {
    padding: 1.5em;
}
@media only screen and (max-width: 767px) { /*SOLO TELEFONI*/
    .logo img {
        width: 150px;
    }
}

.contenitore-social-header {
    background-color: #B8091B;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.contenitore-social-header i{
    color:white;
}
    .contenitore-social-header li {
        margin-left: 10px;
        margin-right: 10px;
    }
.titolo-vetrina{
    color:white!important;
    text-align:center!important;
}

.sfondo-auto {
    background-image: url(/images/SlideParco/auto.jpg);
    padding: 40px 0;
}
.sfondo-camper {
    background-image: url(/images/SlideParco/camper.jpg);
    padding: 40px 0;
}
.sfondo-furgoni {
    background-image: url(/images/SlideParco/furgoni.jpg);
    padding: 40px 0;
}
.sfondo-carrelli {
    background-image: url(/images/SlideParco/carrelli.jpg);
    padding: 40px 0;
}

.testo-sinistra{
    text-align:left!important;
}

.sezione-accessori {
    border: solid;
    border-radius: 10px;
    border-color: gray;
    margin-bottom:30px
}

    .sezione-accessori h4 {
        font-weight: bold;
    }


.news-box span{
    color: white
}