.logo-light .logo {
	max-width: 180px;
    width: 180px;
}

.logo-light .logo img {
    width: 180px;
}

section {
    padding: 40px 0px !important;
}

.highlight-button-dark {
    border: 2px solid #0074C2;
    color: #FFF;
    background-color: #0074C2;
}

.highlight-button-dark:hover {
    border: 2px solid #0074C2;
    color: #0074C2;
    background-color: #FFF;
}

.highlight-button-dark:hover i {
    color: #0074C2;
}

.parallax-fix {
    min-height: 750px;
}

/*@media (max-width: 1064px) {
    .video-wrapper {display: none !important;}
}*/

.video-background {
    background: none !important;
}

.navbar-default .navbar-toggle {
    background-color: #006FBF !important;
}

.bg-dark-gray {
    background-color: #006FBF !important;
}

#contatti .section-title {
    padding: 45px 0px 45px 0 !important;
}

#assistenza .section-title {
    padding: 0px 0px 25px 0 !important;
}

.copyright {
    color: #fff;
    text-transform: none;
text-align: center !important;
}

#contenitori_testo_home, #testo1, #testo2 {
    opacity:0;
    transition: opacity 2s;
}

#contenitori_testo_home {
    background-color: #0074C2; 
    padding: 40px; color: #FFFFFF;
}

h2 {
    text-transform: none !important;
    color:#ffffff !important;
    font-size: 32px;
    line-height: 38px;
}

.bg-gray {
    background-color: #0074C2 !important;
}

.black-text,
h3 {
    color: #0074C2 !important;
}

.logo_contatti {
    width: 50%; 
    vertical-align: top;
}

@media screen and (max-width: 768px) {

    #contenitori_testo_home {
        font-size: 24px !important;
        line-height: 30px !important;
        padding: 20px;
    }

    section {
        padding: 40px 0px !important;
    }

    h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

