/* NAVBAR ------------------------------------*/

.navbar{
    margin-bottom: 0;
}
/* FOOTER ------------------------------------*/

#footer{
    background-color: #f5f5f5;
    font-size: 11px;
    padding: 10px 0;
}
/* TITOLI ------------------------------------*/

h1{
    font-size: 48px;
    margin-top: 30px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
    h1{
        font-size: 30px;
        margin-top: 10px;
    }
}
h2{
    font-size: 30px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
    h2{
        font-size: 20px;
        margin-top: 10px;
    }
}
h3{
    font-size: 24px;
    font-weight: bold;
}
h1, h2, h3{
    margin-bottom: 0;
}
/* BLOCCHI ------------------------------------*/

.blocco-testo, .blocco-video, .blocco-immagine, .blocco-lista, .blocco-testosx-immaginedx, .blocco-immaginesx-testodx{
    padding: 15px 0;
}
.blocco-lista ul{
    margin-left: -15px;
}
.blocco-mappa-map{
    margin: 15px 0;
}
.blocco-immagine-testo-img{
    padding-top: 15px;
    padding-bottom: 10px;
}
.blocco-immagine-testo-txt{
    padding-bottom: 20px;
}
.col-sm-6 .blocco-immagine-testo-txt{
    min-height: 150px;
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px){
    .col-xs-12 .blocco-immagine-testo-txt{
        min-height: inherit;
        height: auto;
    }
    .blocco-testo, .blocco-video, .blocco-immagine, .blocco-lista{
        padding: 10px 0;
    }
    .blocco-immagine-testo-txt{
        padding-bottom: 10px;
    }
    .blocco-immagine-testo-img{
        padding-top: 10px;
    }
}
/* FINESTRE MODALI ------------------------------------*/

.modal-header{
    border-bottom: none;
    padding: 20px 15px 10px 15px;
}
.modal-header .close{
    margin-top: -15px;
}
.modal-body{
    padding: 5px 20px 0 20px;
}
.modal-footer{
    border-top: none;
    padding-top: 0;
}
/* STILE VIDEO YOUTUBE RESPONSIVE ------------------------------------*/

.flex-video{
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}
.flex-video.widescreen{
    padding-bottom: 57.25%;
}
.flex-video.vimeo{
    padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px){
    .flex-video{
        padding-top: 0;
    }
}
/* MAPPA GOOGLE ------------------------------------*/

.blocco-mappa-map{
    min-width: 100%;
    min-height: 250px;

}
/*STILI PER FORM ------------------------------------*/

.blocco-form-descrizione{
    padding: 5px 0 20px 0;
}
input[type="text"], input[type="email"], input[type="submit"], select.form-control, textarea.form-control{
    background: #fff;
    margin-bottom: 10px;
    padding: 13px;
    min-height: 45px;
    box-shadow: none;
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
}
input[type="checkbox"], input[type="radio"]{
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    vertical-align: middle;
}
.form-control:-moz-placeholder{
    color: #666;
}
.form-control::-moz-placeholder{
    color: #666;
}
.form-control:-ms-input-placeholder{
    color: #666;
}
.form-control::-webkit-input-placeholder{
    color: #666;
}
textarea{
    width: 100%;
}
/*
input#bottone_submit{
	/* IE10 */
/*background-image: -ms-linear-gradient(top, #D20000 0%, #AF0000 100%);

/* Mozilla Firefox */
/*background-image: -moz-linear-gradient(top, #D20000 0%, #AF0000 100%);
/
/* Opera */
/*background-image: -o-linear-gradient(top, #D20000 0%, #AF0000 100%);

/* Webkit (Safari/Chrome 10) */
/*background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #D20000), color-stop(1, #AF0000));

/* Webkit (Chrome 11+) */
/*background-image: -webkit-linear-gradient(top, #D20000 0%, #AF0000 100%);

/* Regola standard */
/*background-image: linear-gradient(top, #D20000 0%, #AF0000 100%);

/* For Internet Explorer 5.5 - 7 */
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#D20000, endColorStr=#AF0000, GradientType=1);

/* For Internet Explorer 8 */
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D20000, endColorstr=#AF0000, GradientType=1)";

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:none;
color:#FFF;
text-transform:uppercase;
font-size:24px;
font-weight:bold;
white-space:normal;
padding:20px;
margin-top:15px;
width:100%;
}*/

.errori_form{
    color: #f00;
}
.testo_percorso{
    font-size: 15px;
    margin: 8px 0;
}
input[type="text"].inputerror, input[type="email"].inputerror, textarea.inputerror, input[type="checkbox"].inputerror, select.inputerror{
    border: 1px solid #f00;
    border-radius: 5px;
    box-shadow: 0 0 3px #f00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 0 3px #f00;
    -webkit-box-shadow: 0 0 3px #f00;
}
.btn-default{
    /* IE10 */
    background-image: -ms-linear-gradient(top, #808080 0%, #565656 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #808080 0%, #565656 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #808080 0%, #565656 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #808080), color-stop(1, #565656));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #808080 0%, #565656 100%);

    /* Regola standard */
    background-image: linear-gradient(top, #808080 0%, #565656 100%);

    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#808080, endColorStr=#565656, GradientType=1);

    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#565656, GradientType=1)";

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    white-space: normal;
    padding: 20px;
    width: 100%;
}
.btn-default:hover{
    color: #ccc;
}
.has-error .form-control{
    margin-bottom: 3px
}
.help-block{
    margin-top: 0
}
/* owl carousel */
.flexslider .owl-controls .owl-nav{
    position: absolute;
    width: 100%;
    top: 40%;
}
.flexslider .owl-controls .owl-nav .owl-prev, .flexslider .owl-controls .owl-nav .owl-next,
.flexslider .owl-controls .owl-nav .owl-prev:hover, .flexslider .owl-controls .owl-nav .owl-next:hover{
    background-color: transparent;
    background-repeat: no-repeat;
    width: 16px;
    height: 50px;
    position: absolute;
}
.flexslider .owl-controls .owl-nav .owl-prev, .flexslider .owl-controls .owl-nav .owl-prev:hover{
    background-image: url('/tools/owl.carousel.2/assets/arrow_left.png');
    left: 15px;
}
.flexslider .owl-controls .owl-nav .owl-next, .flexslider .owl-controls .owl-nav .owl-next:hover{
    background-image: url('/tools/owl.carousel.2/assets/arrow_right.png');
    right: 15px;
}
/*.cookiediv{*/
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*padding: 12px 0;*/
    /*font-size: 13px;*/
    /*background-color: #ccc;*/
    /*text-align: center;*/
    /*z-index: 1500;*/
/*}*/
/*.autorizzoCookie{*/
    /*cursor: pointer;*/
    /*margin-left: 30px;*/
/*}*/
.inputWi{
    position: relative
}
.inputWi input,
.inputWi textarea{
    font-size: 14px;
    height: 45px;
    padding: 17px 0 0 7px;
    box-shadow: none !important;
    border-color: #ccc !important;
}
.inputWi textarea{
    height: auto
}
.inputWi span{
    position: absolute;
    pointer-events: none;
    left: 10px;
    color: #ccc;
    top: 10px;
    transition: 0.2s ease all;
}
.inputWi span.active{
    top: 4px;
    bottom: 10px;
    font-size: 10px;
    opacity: 1;
    color: #555;
    left: 7px;
}
.radio label::before{
    width: 20px;
    height: 20px;
}
.radio label::after{
    width: 14px;
    height: 14px;
}
@media (max-width: 767px){
    .radio label::before{
        width: 30px;
        height: 30px;
    }
    .radio label::after{
        width: 24px;
        height: 24px;
    }
    .radio label{
        padding-left: 13px;
        padding-right: 15px;
    }
    .radio.radio-inline{
        margin-top: 15px;
    }
    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
        margin-left: 0;
    }
}



.linkAccetto{
    cursor: pointer;
    padding: 3px 25px;
    display: inline-block;
    border-radius: 1px;
    border: 2px solid #01803D;
    color: #01803D;
    margin-top: 5px;
}
.cookiediv{
    position: fixed;
    z-index: 1500;
    top: 0;
    bottom:auto;
    left: 0;
    width: 100%;
    font-size: 13px;
    padding: 10px;
    background-color: #333;
    color: #FFF;
    display:block;
}
.cookiediv a{
    padding: 3px 25px;
    display: inline-block;
    border-radius: 1px;
    border: 2px solid #aaa;
    color: #fff;
    margin-top: 5px;
    text-decoration: none !important;
}
@media (max-width: 767px){
    .cookiediv{
        font-size: 12px;
        padding: 15px 5px 0;
    }
    .cookiediv a, .linkAccetto{
        display: inline-block;
        padding: 8px;
    }
    .cookiediv a, .linkAccetto{
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .autorizzoCookie.closeX{
        right: 5px;
        top: 5px;
        font-size: 18px;
    }
}

.formRequestInfo .radio label{
    font-size: 13px;
    line-height: 125%;
    color: #555;
}

.blocco-form-label-puls-invia{
    margin-top:10px;
}
