﻿#slider {
    margin-top: 110px;
    margin-bottom: 20px;
}
#our-service .section-title {
    padding-bottom: 20px;
}
section {
    padding:60px 0px;
}

#Mappa {
    position:relative;
}
#Mappa iframe {
    width: 100%;
    height: 450px;
}
#Mappa .overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.sticky-nav .logo-light,
.sticky-nav .logo-dark {
    height: 110px;
    padding: 10px 0px;
}
.logo-light img, .logo-dark img {
    height: 100%;
}
.white-text a {
    color:#fff;
    font-size:18px;
}
.navbar .container {
    height:110px;
}
.navbar-default .navbar-collapse {
    margin-top: 30px;
}
.bg-dark-gray .counter-section span.counter-number {
    color:#fff;
}
.bg-dark-gray .counter-title {
    color: #fff;
}
.project-img-gallery {
    padding: 0px 0;
}
.form {
    position: relative;
}
.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 999;
    text-align: center;
    display: none;
}

    .loading i {
        margin-top: 40%;
    }
input, textarea, select {
    margin: 0px;
}
.checkbox input[type="checkbox"] {
    margin-left:0px;
}
.copyright a {
    color:#888888;
}
.copyright a:hover {
    text-decoration:underline;
}
.content-top-margin {
    margin-top: 111px;
}
.services-box .btn {
    margin:0px;
}
.frase-intestazione p {
    font-size: 18px;
    line-height: 28px;
}
.opacity-light {
    opacity:0.3;
}
.services-box {
    min-height:320px;
}
.navbar-default .navbar-nav > li > a i.fa-facebook-official {
    display:block;
    font-size:22px;
}
#Share {
    width:100%;
}
    #Share .share {
        float:left;
        margin-right:15px;
    }
.img-fullscreen {
    margin-bottom: 40px;
    margin-top: -55px;
}

.panel-cookie {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 25px;
    z-index: 99999;
    background: rgb(0, 0, 0);
}

    .panel-cookie p {
        margin: 0px;
        color: #fff;
        font-size: 13px;
        display: inline;
    }
    .panel-cookie a {
        color: #fff;
        text-decoration:underline;
    }