* {    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body { 
    color: #333E4A;
    margin: 0;
    padding: 40px 0 0 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
}
a { 
    color: #333E4A;
}
b {
    font-weight: 500;
}
h1, h2, a {
    font-weight: 600;
    margin: 10px 0;
}
h1 {
    margin-top: 0;
    font-size: 28px;
    color:#11A252 !important
}
h2, .oltre {
    margin-bottom: 0;
    font-size: 23px;
    color: #333E4A !important
}
.cit {
    font-size:20px !important;
    display: block;
    margin-bottom:40px;
}
.soft {
    font-weight: 500;    
}
strong {
    font-weight: 500
}
:focus {
    outline: 0;
}
div.header {
    padding:50px 0;
    overflow: auto;
    position: relative;
}
#pannelloroyal, #campisportivi {
    background-color: #F4F6F6;   
}
.reteverde { 
    overflow:auto;
    background-color: #f9e286;  
}
.retebianca {
    overflow:auto;
    background-color: #ffffff
}
.reteverde, .retebianca, .bg-bianco {
    padding: 50px 0
}
.bgbianco {
    text-align: center;
    padding:50px 20px;
    background-color: #ffffff
}
.inside {  
    overflow:auto;  
    max-width: 1500px;
    margin:0 auto;
    padding:9px 20px;
}
.sinistra {
    width: 100%;
    float: left;
    color:#ffffff !important;
    text-align: center;
    padding:0 0 50px 0;
}
.destra {
    width: 100%;
    float: left;
}
.modulo {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #ffffff;
    padding:30px 20px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.12);    
}
.box {
    width: 100%;
    margin:30px 1%;
    padding:5px;
    float: left;
    position: relative;
    background-color: #F6F6F6
}
.box:hover {
    background-color: #f9e286
}
.box h3 {
    font-size:20px;
    text-transform: uppercase;
}
.box img {
    width: 100%;
    height: auto !important;
    display: block;
}
.box-test {
    text-align: left;
    position: absolute;
    bottom:30px;
    left:30px;
}
#dettagli {
    font-size:20px;
}
#dettagli img {
    float:left;
    margin-right:15px;
}
#dettagli p {
    margin-bottom: 30px
}
#dettagli p strong {
    font-weight: 700
}
ul#servizi {
    list-style: none;
    overflow:auto;
    text-align: center !important;
    margin:50px 0 50px 0;
    padding:0;
    font-weight: 500
}
ul#servizi li {
    width: 100%;
    padding:10px;
    font-size:18px;
    text-transform: uppercase;
    background: #F4F6F6;
    color: #333E4A;
}
li#servizio1 {
    padding:10px;
    border-radius:6px 6px 0 0;
    border-bottom:solid 5px #ffffff;
}
li#servizio2 {
    padding:10px;
    border-radius:0;
    border-bottom:solid 5px #ffffff;
}
li#servizio3 {
    padding:10px;
    border-radius:0;
    background: #F4F6F6;
    color: #333E4A;
    background-color: #11A252 !important;
    color:#ffffff !important;
    border-bottom:solid 5px #ffffff;
}
li#servizio4 {
    padding:10px;
    border-radius:0;
    border-bottom:solid 5px #ffffff;
}
li#servizio5 {
    padding:10px;
    border-radius:0 0 6px 6px;
}
.logo {
    width: 100%;
    max-width: 420px;
    height: auto !important;
}
#logo-top {
    margin-bottom: 45px;
}
#logo-bottom {
    margin-bottom: 0;
}
#fisso {
    background-color: #008F36;
    position: fixed;
    bottom:0;
    width: 100%;
    font-size: 20px;
    padding:10px;
    text-align: center;
}
#fisso a {
    color:#ffffff;  
    text-decoration: none 
}
.sinistra h2 {
    font-weight: 500;
}
.verde {
    color:#B20809;
}
.bigger {    
    font-size: 16px;
    font-weight: 500
}
form {
    overflow:auto;
}
form, label, input, select, textarea {
    display: block;
    width: 100%;
}
textarea {
    resize: none
}
label, input, select, textarea {
    margin-top:10px;
}
label {
    font-size: 14px
}
input, select, textarea {
    padding:8px;
    border-radius: 6px;
    border:solid 1px #cccccc;
}
input[type=checkbox] {
    width: 20px !important;
    float: left;
    margin-top:2px;
}
input[type=submit] {
    float: right;
}
button, input[type=submit] {
    color: #FFFFFF;
    background-color: #11A252;
    border:none;
    cursor:pointer;
    padding: 12px 20px;
    font-size: 16px;
    width: auto !important;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600
}
input[type=submit] {
    width: 100% !important
}
button:hover, input[type=submit]:hover {
    background-color: #56b757;
}
#call {
    font-size:18px;
    margin-top:50px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.numero {
    font-size:35px;
    font-weight: 700;
    display: block; 
    margin-top: 15px;
    margin-bottom: 9px;
}
.oltre {
    color:#ffffff !important;
    font-weight: 600
}
hr {
    display:block;
    border:none;
    border-bottom:2px solid #333E4A;
    max-width:40px;
    margin:0 auto;
}
.num {
    font-size:80px;
}
.inline {
    display: block
}
.slide {
    padding:24px 0 70px 0;   
    font-size:20px;
    color:#ffffff;
    font-weight: 400;    
    background-color: #11A252;
}
.slide div, .foto div {
    text-align: center;
}
.slide img {
    display: inline-block !important;
    width: 80px;
    margin: 0 auto;
    height: auto !important;
}
.foto img {
    width: 100%; 
    margin: 0 auto;
    height: auto !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: white !important;
}
.slick-dots {
    bottom:25px !important
}
.slick-dots li button:before {
    font-size: 15px !important;
}
.slick-dotted.slick-slider {
    margin-bottom:0 !important;
}
.desktop {
    display: none   
}
.mobile {
    display: block;
    margin: 0 auto;
}
.img {
    width: 100%;
    height: auto !important;
    margin-bottom: 40px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#come-lavoriamo {
    color:#ffffff !important;
    text-align: center;
}
.testimonianza {
    width: 100%;
    margin:10px 0;
    float: left;
    background-color: #ffffff;
    padding:10px 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.testimonianza em {
    display:block;
}
.virgolette {
    width: 25px !important;
    height: 22px !important;
    float: right;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom:0 !important;
    border-radius:0 !important;
    -moz-border-radius:0 !important;
    -webkit-border-radius:0 !important;
}
.text {
    display: block;
    font-size:20px;
    margin-top: 10px;
}
.testimonianza strong {
    font-size: 23px;
    color:#11A252;
}
.testimonianza img {
    width: 100%;
    height: auto !important;
    margin-bottom: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.campetti img {
    width: 20px !important;
    height: 20px !important
}
.acapo {
    display: inline-block;
}
#testimonianze .inside h2 {
    text-align: center;
}

@media screen and (min-width: 480px) { 
    .testimonianza em {
        display:inline-block;
    }
    .acapo {
        display: block;
    }    
    .box h3 {
        font-size:34px;
    }
}

@media screen and (min-width: 768px) {       
    h1 {
        font-size: 40px;
    }
    h2, .oltre {
        font-size: 40px;
    }  
    .numero {
        font-size:50px;
    }
    .inline {
        display: inline-block
    }
    ul#servizi li {
        width: 20%;
        float: left;
        font-size:14px;
    }
    li#servizio1 {
        border:none;
        border-right: solid 5px #ffffff;
        margin-top:20px;
        border-radius: 6px 0 0 6px;
    }
    li#servizio2 {
        border:none;
        border-right: solid 5px #ffffff;
        margin-top:20px;
    }
    li#servizio3 {
        border:none;
        border-radius: 6px 6px 6px 6px;
        padding:30px 10px !important;
    }
    li#servizio4 {
        border:none;
        border-left: solid 5px #ffffff;
        margin-top:20px;
    }
    li#servizio5 {
        border:none;
        border-left: solid 5px #ffffff;
        margin-top:20px;
        border-radius: 0 6px 6px 0;
    }
    div.header {
        padding:50px 20px;
        overflow: auto;
        position: relative;
    }    
    .box h3 {
        font-size:34px;
    }
}

@media screen and (min-width: 1024px) {   
    .sinistra {
        width: 60%;
        text-align: left;
        padding:20px 50px 20px 0;
    }
    .destra {
        width: 40%;        
        padding:30px 20px;
    }
    input[type=submit] {
        width: auto !important;
    }
    .desktop {
        display: block 
    }
    .mobile {
        display: none
    }
    .box {
        width: 31.33%;
    }   
    .box h3 {
        font-size:21px;
    }
}
@media screen and (min-width: 1200px) {   
    .box h3 {
        font-size:24px;
    }
}
@media screen and (min-width: 1400px) {    
    .box h3 {
        font-size:27px;
    }   
    .box-test {
        bottom:40px;
        left:40px;
    }
}