﻿body{
    font-family:Rubik;
}

blockquote{
    font-size:12px;
}
.nospazio{
   margin:0;
}
.cityimg {
    background-image: url('images/city.jpg');
}
.coloreblu{
color:blue;
}
.center{
    text-align:center;
   
}
.carCenter {
    font-size: 18px;
    text-align: center;
}
#grey{
    background-color:whitesmoke;
}
.button {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid;
    border-color: #ffba54;
    background-color: #ffe882;
    padding: 10px 15px;
    text-align: center;
    text-decoration: double;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    color: black;
 }
a.button {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: 2px solid;
    border-color: #ffba54;
    background-color: #ffe882;
    padding: 10px 32px;
    text-align: center;
    text-decoration: double;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    color: black;
}
.buttonMenu {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #ffd16b;
    padding: 10px 40px;
    text-align: center;
    text-decoration: solid;
    display: inline-block;
    font-size: 16px;
    margin: 4px 16px;
    cursor: pointer;
    border-radius: 5px;
    color: #4d3400;
    box-shadow: 2px 2px 0px 3px #e69d00;
    color: white;
    font-weight: bold;
    color: black;
    text-shadow:0.5px -0.5px white;
    font-size:14px;
}
    .buttonMenu:hover {
        background-color: #ffae00;
    }
    .button:hover {
        background-color: #ffd16b;
    }
.car-big {
    font-size: 16px;
}

.car {
    font-size: 15px;
    text-align:center;
}

.car-pp {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.car-dx {
    font-size: 15px;
    text-align: left;

}
.carPiccolo {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.box-h2 {
    color: #ff9900;
}

.box-h4 {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.box {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 15px;
    
}
    .box table td{
        text-align:center;
    }
.boxmenu {
    padding: 10px 0 10px 20px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    background-color: whitesmoke;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    /*padding: 8px;*/
}
    .boxmenu ul {
        list-style-image:url(images/arrow.png);
        text-align:left ;
    }
    .boxmenu a:link {
        text-decoration: none;
        color: blue;
    }
    /*Quando il mouse scorre sopra*/
    .boxmenu a:hover {
        text-decoration: underline;
        
    }
    .boxmenu a:visited {
        text-decoration: none;
        color: blue;
    }

.boxmenu a:active {
    text-decoration: none;
    color: blue;
}

.box td {
   
    padding-right: 30px;
    text-align: justify;
    line-height: 150%;
}
.txtF {
    padding: 3px 6px;
    border: groove;
    border-radius: 2px;
    background-color: #f5f5f5;
    font-size: 14px;
    border-color: lightcoral;
}
.txtF:focus {
    border-width: 2px;
    border-color: lightblue;
}
.txt {
    padding: 3px 6px;
    border: groove;
    border-radius: 2px;
    background-color: white;
    font-size: 14px;
}

.border {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0,0.3);
    border-width: 1px;
    border-style: groove;
}
.formRegistrazione {
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    width: 70%;
    box-shadow: 2px 2px 5px grey;
    margin: 0 auto;
    background-color: #f2f2f2;
    line-height: 140%;
}

legend {
    box-shadow: 1px 2px 15px orange;
    text-align: left;

}
.section {
    margin: 5px;
    padding: 10px;
    border: ridge;
    border-color: #ffc34d;
    display: block;
    border-radius: 5px;
    box-shadow: 3px 5px 30px grey;
    background-color: #f2f2f2;
}
.boxSx {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 15px;
    width: 50%;
    float: left;
    height: 100%;
}
.boxDx {
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    border: 1px solid #e6e6e6;
    text-align: center;
    padding:10px;
    width: 40%;
    
    min-height: 1000px;

    max-height: 1000px;
    float: right;
    min-height: 300px;
    line-height: 160%;
}
.pc {
    float: left;
    margin-right:10px;
    
}
hr.dim{
    width:38%;
    float:left;
}
.R{
    color:red;
}

.imgRight{
    float:right;
    
    padding:15px;
    margin:3px;

}

.cen {
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.c {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.prezzidescr
{
    line-height:25px;
    font-size:14px;
}
.dec{
    text-decoration:underline;
    color:brown;
}
.dec:hover{
    color:darkred;
}
.form-controllo {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
    line-height: 1.43;
    height: 1em;
    padding: 1.07em 0.5em;
 
}


.form-controllo, .form-controllo:focus {
    border: 1px solid #e8e8e8;
}
    
.form-active .form-controll:invalid {
    border-color: red;
}

/*Zoom immagine*/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    float:right;
    width:350px;
    padding:8px;
}

     #myImg:hover {
        opacity: 0.4;
    }
#myI {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    float: right;
    width: 350px;
    padding: 8px;
}
    #myI:hover {
        opacity: 0.4;
    }
#myI2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    float: right;
    width: 350px;
    padding: 8px;
}
    #myI2:hover {
        opacity: 0.4;
    }
/* The Modal (background) */
.modalimg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    
}

/* Modal Content (image) */
.modal-contentimg {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    font-size: 20px;
}

/* Add Animation */
.modal-contentimg, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.closeimg {
    float:right;
    margin-right:10px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeimg:hover,
    .closeimg:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
    
   
}
@media (max-width: 701px) {
    img {
 max-width:100%;
    }

    iframe {
        max-width: 100%;
    }
}


    .block {
        padding-left: 1.5em;
    }

    .dimMail {
        height: 28px;
        border-radius: 12px;
        border-color: white;
        padding: 5px;
    }

    .dimensione {
        height: 25px;
    }
.abs {
    position:page;
}


.tabPrezzi1 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right:3px;
    background-color: #AFF09F;
}
.tabPrezzi2 {
    margin-top:10px;
    margin-bottom:10px;
    margin-right:3px;
    background-color: #D0F7C6;
}
.titoloPrezzi {
   
   color:darkorange;
   font-weight:600;
   font-size:22px;
}
.tabBody {
    padding-top:10px;
}
.PrezziColor {
    color: #53B3EE;
    padding-bottom: 10px;
    font-size:20px;
}
.sistemato {
    padding:10px;
    border-radius:8px;
}
.bannerblack {
    position:auto;
    top:0;
    bottom:10px;
    width: 100%;
    height:100px;
    background-color: grey;
    
}