.header-banner {
    margin-bottom: 0;
}

.tp-loader.spinner2 {
    background-color: #0b3d68 !important;
}

.tp-parallax-wrap {
    z-index: 999 !important;
}

.tp-caption.Photography-Display,
.Photography-Display {
    z-index: 7;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 300;
}

.title-splash {
    margin: 0 auto 20px !important;
    text-transform: none;
    color: #fff;
    text-align: center !important;
}

.title-splash div {
    font-size: 55px !important;
    line-height: 55px !important;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, .3);
    white-space: normal;
    letter-spacing: 0 !important;
    min-width: 580px;
}

.title-splash2 div {
    font-size: 42px !important;
    line-height: 42px !important;
    letter-spacing: -1px !important;
}

.title-desc {
    margin: 40px auto !important;
    text-transform: none;
    color: #fff;
    text-align: center !important;
}

.title-desc div {
    font-weight: 300;
    /*white-space: normal;*/
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
    padding: 0 120px;
    letter-spacing: normal;
    font-size: 16px !important;
    line-height: 16px !important;
}

.title-desc-big {
    margin: 20px auto 40px !important;
    text-transform: none;
    color: #fff;
    text-align: center !important;
}

.title-desc-big div {
    font-weight: bold;
    /*white-space: normal;*/
    text-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
    padding: 0 120px;
    letter-spacing: normal;
    font-size: 28px !important;
    line-height: 32px !important;
    font-style: italic;
}

.title-btn {
    margin: 0 auto !important;
    text-transform: uppercase;
    color: #fff;
    text-align: center !important;
    line-height: 10px !important;
}

.title-btn div {
    font-size: 15px !important;
    font-weight: bold !important;
    border: none;
    padding: 0 40px !important;
    line-height: 40px !important;
    letter-spacing: 0 !important;
    display: inline-block !important;
    background: #fff;
    border-radius: 4px;
    color: #0b3d68;
}

@media (max-width: 1199px) {

    .title-splash div {
        min-width: 580px;
        font-size: 45px !important;
        line-height: 45px !important;
    }

}

@media (max-width: 991px) {

    .title-splash div {
        min-width: 580px;
        font-size: 45px !important;
        line-height: 45px !important;
    }

}

@media (max-width: 767px) {

    .title-splash div {
        min-width: 360px;
        font-size: 36px !important;
        line-height: 36px !important;
    }

    .header-banner {
        margin-top: 15px;
    }

    .title-desc {
        display: none;
    }

    .title-desc-big div {
        padding: 0 60px;
        font-size: 15px !important;
        line-height: 18px !important;
    }

    .title-btn div {
        font-size: 15px;
    }

}

@media (max-width: 479px) {

    .title-splash div {
        min-width: 280px;
        font-size: 24px !important;
        line-height: 24px !important;
    }

}

.logo-partner-box {
    margin: 30px 0 45px;
}

.logo-partner-box img {
    max-width: 300px;
    max-height: 150px;
}

.desc-text-page {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    padding-top: 30px;
    margin-bottom: 30px;
    min-height: 400px;
    text-align: center;
}

.desc-text-page ul {
    padding: 20px;
}

#section2-about {
    padding-top: 0;
}

#section2-about ul {
    padding: 10px;
}

.img-divider {
    margin-top: 50px;
}

.title-mt-center .title-block {
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 60px;
}

#section-cose {
    padding: 30px 30px 45px;
    max-width: 1400px;
    margin: 0 auto;
}

.proposte_inner {
    padding: 0 60px;
}

.row-proposte {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.row-proposte .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: auto;
}

@media (max-width: 1199px) {

    .proposte_inner {
        padding: 0;
    }

    .row-proposte .col-md-3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

}

@media (max-width: 991px) {

    .proposte_inner {
        padding: 0 30px;
    }

    .row-proposte .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width: 767px) {

    #section-cose {
        padding: 0 30px 45px;
    }

    .proposte_inner {
        padding: 0;
    }

    .row-proposte .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (max-width: 767px) {

    html #section2-about {
        padding-top: 0;
    }

    .logo-partner-box {
        margin: 45px 0 30px;
    }

    .logo-partner-box img {
        max-width: 200px;
        max-height: 100px;
    }

    .desc-text-page {
        padding: 0 15px;
        text-align: left;
    }

    .desc-text-page h2 {
        text-align: center;
        margin-bottom: 25px;
    }
}