/****** PLACE YOUR CUSTOM STYLES HERE ******/
p{

font-size: 15px;
}
section.services_boxes{
        background-color: #e6e6e6;
}
.services_box{
        text-align: left;
        padding: 20px;
}
.services_box #icon_services{
        text-align: center;
        margin: 0 auto 40px auto;
        display: block;
        color: #00b3e3;
        }
a.btn-preventivo {
        background-color: #092f87;
        border: 1px solid #092f87;
        color: #ffffff;
        text-transform:uppercase;
        padding: 10px 20px;
}
a.btn-preventivo:hover {
    background-color: #00b3e3;
        border: 1px solid #00b3e3;
        color: #fff;
}

.gallery_work{
     background-color: #e6e6e6;
     padding: 50px 15px;
     font-size: 30px;
        
}
.gallery_work h3{
     text-transform: uppercase;
     margin-bottom: 0;
}
footer.footer{
        padding: 0;
}
footer.footer p{
        font-size: 13px;
padding-top: 20px;
}

.nav-top{
     background-color: #092f87;
     height: 35px;
}
.socials li {
    display: inline-block;
    float: left;
    height: 30px;
    list-style: outside none none;
    margin-top: 3px;
    border-right: 1px solid #575455;
}
.social-top a{
    color: #fff;
    
}
.social-top a:hover{
color:#00ccff;
}
.socials li.social-top a.social-button, .socials li.social-top a.contact_phone {
    padding: 3px 9px;
    display: block;
}

.socials li:first-child {
    border-left: 1px solid #575455;
}

.apice_up {
    background: transparent url('../img/new/WL_Apice_1.png') scroll no-repeat 0 0;
        background-size: auto;
    background-size: auto auto;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: 30px;
    top: -10px;
    left: -36px;
}

.apice_down {
    background: transparent url('../img/new/WL_Apice_2.png') scroll no-repeat 0 0;
        background-size: auto;
    background-size: auto auto;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: 30px;
    bottom: -10px;
    right: -10px;
}
section.testimonials span{
     text-align: center;
     display: block;
}

@media all and (max-width: 768px) {
    .pull-right{
        float: left !important;
    }
    .logo{
        width: 85px;
    }
    .nav-bar {
        line-height: 30px;
        max-height: 57px;
    }
    
    .socials li:first-child {
    border-left: 0;
    }
    .socials li {
        
        border-right: 0 
        
    }
    .socials li.social-top a.social-button,
    .socials li.social-top a.contact_phone{
        padding: 3px 3px;
    }
    .image-square > .content {
    padding: 20px 10%;
    }
    section {
    padding: 40px 0;
    }
    
    .image-square.section-mappa .image {
        height: 100%;
        margin-bottom: 20px;
        max-height: none;
   
    }   
    
}