.top-header.chisiamo-header {
    background: url(../img/sections/slider1.jpg) top center no-repeat;
    background-size: cover;
}

.top-header.prodotti-header {
    background: url(../img/sections/slider4.jpg) top center no-repeat;
    background-size: cover;
}

.top-header.cataloghi-header {
    background: url(../img/sections/slider7.jpg) top center no-repeat;
    background-size: cover;
}

.top-header.contatti-header {
    background: url(../img/sections/slider6.jpg) top center no-repeat;
    background-size: cover;
}

.section-heading {
    padding: 50px 0;
}

.section-subtitle {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 26px;
    color: #F7931D;
    margin-bottom: 15px;
    text-align: center;
}

.top-header .header-container .header-title {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 45px;
}

.top-header .wrap-section-slider {
    min-height: 850px;
    max-width: none !important;
}

.top-header .wrap-section-slider .sp-mask {
    height: 900px !important;
    width: 100% !important;
    background: #fff;
}

p {
    font-size: 14px;
}

a {
    color: #F7931D;
    text-decoration: none;
}

a:hover {
    color: #F7931D;
}

.form-control {
    background: none;
    box-shadow: none !important;
    outline: none;
    border: none;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    border-radius: none;
    padding-left: 0;
    height: 50px;
    font-size: 16px;
    color: #F7931D;
}

.tongue-it {
    padding: 15px 5px !important;
    margin-left: 20px;
}

.tongue-de {
    padding: 15px 5px !important;
}

.tongue-fr {
    padding: 15px 5px !important;
}

.with-bottom-effect.transparent-effect .bottom-effect {
    position: absolute;
    z-index: 10;
    bottom: -50px;
    width: 2500px;
    height: 148px;
    left: -100px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    padding-top: 10px;
}

.header .navbar .navbar-brand {
    padding-top: 7px;
}

@media (max-width: 767px) {

    .tongue-it {
        padding: 5px 15px !important;
        margin-left: 0px;
    }

    .tongue-de {
        padding: 5px 15px !important;
    }

    .tongue-fr {
        padding: 5px 15px !important;
    }

    .header .navbar {
        background: #F7931D;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .visible-xs-block-logo {
        position: absolute;
        top: -40px;
        right: 0px;
        height: 70px;
        margin-top: -15px !important;
    }

    .header .navbar .navbar-brand {
        display: inline;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        right: 0;
        width: 100%;
        height: 0px;
    }

}