﻿@charset "UTF-8";


div[id^="cc_img__resize_wrapper"] {
    max-width: 82% !important;
    margin-left: auto;
    margin-right: auto;
    (min-width: 320px)
}

div[id^="cc_img__resize_wrapper-CC-second-box"] {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

div[id^="cc_img__resize_wrapper-CC-first-box"] {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

div[id^="cc_img__resize_wrapper-CC-imgtext"] {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.carousel-inner > .item > img {
    height: auto !important;
}

#main {
    margin: 125px auto 0 auto;
    transition: margin .6s;
    max-width: 1680px;
    width: 100%;
}

.separator {
    margin: 0 0 20px 0;
    transition: margin .6s;
    clear: both;
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
}

#sliderHome {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    #sliderHome .carousel-inner .titleSlider,
    .noslider .titleSlider {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 40px;
        margin-bottom: 20px;
        position: absolute;
        color: #ffffff;
        bottom: 60px;
    }

    #sliderHome .carousel-inner .text-center {
        position: absolute;
        bottom: 30px;
        text-align: center;
        width: 100%;
    }

        #sliderHome .carousel-inner .text-center a,
        .noslider a {
            padding: 10px 55px;
            font-size: 16px;
        }

div {
    outline: none;
}

#sliderHome .carousel-inner .descriptionSlider {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    margin: 20px 0;
    color: #3f3939;
}

    #sliderHome .carousel-inner .descriptionSlider p {
        max-width: 800px;
        margin: 0 auto 0 auto;
    }

.text-component {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0;
}

    .text-component .title {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 20px;
        color: #392222;
    }

    .text-component .text {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        margin: 20px 0;
        color: #3f3939;
    }

        .text-component .text p {
            max-width: 800px;
            margin: auto;
        }

.doubleimage-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

    .doubleimage-container .box {
        max-width: 49%;
        min-width: 48%;
    }

.image-wrapper {
    outline: none;
}

.doubleimage-container .box .text-container {
    margin-left: 10px;
    border-left: 1px solid #debc71;
}

    .doubleimage-container .box .text-container h3 {
        text-transform: uppercase;
        color: #555555;
        padding-left: 10px;
        margin-top: 0;
        font-weight: bold;
        font-size: 25px;
        line-height: 150%;
    }

.doubleimage-container .box#second-box .text-container h3 {
    margin-top: 0;
}

.doubleimage-container .box .text-container#right-text h3 {
    padding-left: 0;
    padding-right: 10px;
}

.doubleimage-container .box .text-container p {
    width: 60%;
    padding-left: 10px;
}

.doubleimage-container .box .text-container #left-voice {
    padding-left: 50px;
    padding-top: 15px;
}

.doubleimage-container .box#second-box .text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.doubleimage-container .box .text-container#right-text {
    margin-left: 0;
    border-left: 0;
    margin-right: 10px;
}

.box#second-box .text-container p {
    text-align: right;
}

.doubleimage-container .box .text-container #right-voice {
    padding-right: 50px;
    padding-bottom: 15px;
}

.image-wrapper {
    outline: none;
}

.doubleimage-container .box#second-box .text-container p {
    text-align: right;
}

.doubleimage-container .box .image-wrapper img {
    width: 100%;
}

.doubleimage-container .box .text-container::before {
    border-left: 1px solid #debc71;
    height: 254px;
    width: 0;
    content: '';
    display: inline-block;
    position: inherit;
    bottom: 0;
    margin: -145px -1px;
}

.doubleimage-container .box .text-container#right-text p {
    padding-left: 0;
    padding-right: 10px;
}

.doubleimage-container .box .text-container#right-text::before {
    margin: 0 -1px -255px 0;
    z-index: 1;
}





.widget-container {
    display: flex; /*margin-top: 30px;*/
    width: 100%;
}

    .widget-container .image-wrapper {
        width: 60%;
        outline: none;
    }

        .widget-container .image-wrapper img {
            width: 100%;
        }

    .widget-container .text-container {
        background-color: #1f1e1e;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40%;
        padding-bottom: 20px;
    }

        .widget-container .text-container#light {
            background-color: #ffffff !important;
        }

        .widget-container .text-container h3 {
            color: #debc71;
            text-transform: uppercase;
            font-size: 35px;
            text-align: center;
            width: 60%;
            font-weight: 100;
        }

        .widget-container .text-container p {
            color: #fff;
            width: 50%;
            text-align: center;
        }

        .widget-container .text-container#light p {
            color: #1f1e1e !important;
        }

        .widget-container .text-container a {
            color: #debc71;
        }

.widget-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #f7f5f4;
    padding: 0 20px 50px 20px;
    /*margin-top: 50px;*/
}

.highlights a {
    color: #1f1e1e
}

.highlights .title-container {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    text-align: center;
}

.highlights .text p {
    text-align: center;
    margin: 30px 0 15px 0;
}

.widget-wrapper .title-container {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
}

    .widget-wrapper .title-container h1 {
        font-size: 50px;
    }

.widget-wrapper .news-container {
    display: flex;
    justify-content: space-between;
}

    .widget-wrapper .news-container #news-1, .widget-wrapper .news-container #news-3 {
        width: 48% !important;
        padding: 30px;
    }

    .widget-wrapper .news-container #news-2, .widget-wrapper .news-container #news-4 {
        width: 48% !important;
        padding: 30px;
        display: flex;
        flex-direction: column-reverse;
    }

    .widget-wrapper .news-container #news-1 .img-wrapper, .widget-wrapper .news-container #news-3 .img-wrapper {
        overflow: hidden;
        outline: none;
    }

    .widget-wrapper .news-container #news-2 .img-wrapper, .widget-wrapper .news-container #news-4 .img-wrapper {
        overflow: hidden;
        outline: none;
    }

    .widget-wrapper .news-container #news-1 .text-container, .widget-wrapper .news-container #news-3 .text-container {
        padding: 10px 0 10px 20px;
    }

    .widget-wrapper .news-container #news-2 .text-container, .widget-wrapper .news-container #news-4 .text-container {
        padding: 10px 5px 10px 20px;
    }

    .widget-wrapper .news-container #news-1 .text-container::before, .widget-wrapper .news-container #news-3 .text-container::before {
        border-left: 1px solid #debc71;
        height: 233px;
        width: 0;
        content: '';
        display: inline-block;
        position: inherit;
        bottom: 0;
        margin: -108px -9px;
    }

    .widget-wrapper .news-container #news-2 .text-container::before, .widget-wrapper .news-container #news-4 .text-container::before {
        border-left: 1px solid #debc71;
        height: 235px;
        width: 0;
        content: '';
        position: absolute;
        margin: -10px -10px;
    }

    .widget-wrapper .news-container #news-1 .text-container .title, .widget-wrapper .news-container #news-3 .text-container .title {
        font-size: 2rem;
        padding-left: 14px;
        text-transform: uppercase;
    }

    .widget-wrapper .news-container #news-1 .text-container .title, .widget-wrapper .news-container #news-2 .text-container .title {
        margin-top: 0;
        font-size: 2rem;
    }

    .widget-wrapper .news-container #news-2 .text-container .title, .widget-wrapper .news-container #news-4 .text-container .title {
        font-size: 2rem;
    }

    .widget-wrapper .news-container #news-1 .text-container .title, .widget-wrapper .news-container #news-2 .text-container .title {
        margin-top: 0;
        font-size: 2rem;
    }

    .widget-wrapper .news-container #news-1 .text-container .description, .widget-wrapper .news-container #news-3 .text-container .description {
        color: #4c4c4c;
    }

    .widget-wrapper .news-container #news-2 .text-container .description, .widget-wrapper .news-container #news-4 .text-container .description {
        color: #4c4c4c;
    }

    .widget-wrapper .news-container #news-1 .text-container .description, .widget-wrapper .news-container #news-2 .text-container .description {
        font-size: 1rem;
    }

    .widget-wrapper .news-container #news-1 .text-container .left-space, .widget-wrapper .news-container #news-3 .text-container .left-space {
        padding-left: 40px;
    }

    .widget-wrapper .news-container #news-2 .text-container .left-space, .widget-wrapper .news-container #news-4 .text-container .left-space {
        padding-left: 40px;
    }

    .widget-wrapper .news-container #news-1 .img-wrapper, #sr-news_v1-wi300021 .widget-wrapper .news-container #news-3 .img-wrapper {
        overflow: hidden;
        outline: none;
    }





.interline {
    background: transparent;
    border: 0;
    color: #debc71;
    text-transform: uppercase;
    outline: 0 !important;
    box-shadow: 0 0 0 !important;
    cursor: pointer;
    position: relative;
    width: auto;
}

    .interline:before {
        content: '';
        position: absolute;
        display: block;
        width: 25px;
        height: 1px;
        background-color: #debc71;
        left: -35px;
        top: 49%;
    }

    .interline:after {
        content: '';
        position: absolute;
        display: block;
        width: 25px;
        height: 1px;
        background-color: #debc71;
        right: -35px;
        top: 49%;
    }

.carousel {
    /*height: 650px !important;*/
    height: auto !important;
    margin: 0px auto;
    max-width: 1680px;
}

    .carousel .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 100%;
    }

.carousel-inner > div {
    height: 80% !important;
}

.hlitems {
    text-align: center;
}

@media (min-width: 1680px) {
    body #page #main {
        max-width: 1680px;
    }
}

@media (min-width: 1200px) {

    .container {
        width: 1170px;
    }
}

@media (max-width: 1200px) {
    .widget-wrapper .news-container #news-1, .widget-wrapper .news-container #news-3 {
        padding: 10px;
    }

    .widget-wrapper .news-container #news-2, .widget-wrapper .news-container #news-4 {
        padding: 10px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 580px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 992px) {
    .widget-container .image-wrapper {
        width: 100%;
    }

    .widget-container {
        flex-direction: column;
    }

        .widget-container .text-container {
            width: 100%;
        }

            .widget-container .text-container h3 {
                width: 75%;
                font-size: 26px;
            }

            .widget-container .text-container p {
                width: 65%;
            }

    .widget-wrapper .news-container #news-3, .widget-wrapper .news-container #news-4 {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .widget-container .text-container h3 {
        width: 90%;
    }

    .doubleimage-container {
        width: 94%;
        margin-bottom: 40px;
    }

    .widget-container .text-container p {
        width: 90%;
    }
}

@media (max-width: 768px) {
    div[id^="cc_img__resize_wrapper"] {
        max-width: 94% !important;
    }

    .doubleimage-container .box .text-container #left-voice {
        padding-left: 0;
    }

    .doubleimage-container .box#second-box .text-container {
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 767px) {
    .doubleimage-container .box .text-container #right-voice {
        padding-right: 50px;
        padding-bottom: 15px;
    }

    .doubleimage-container .box .text-container #left-voice {
        padding-left: 50px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .doubleimage-container {
        flex-direction: column;
    }

        .doubleimage-container .box {
            max-width: 100%;
        }

            .doubleimage-container .box#second-box {
                display: flex;
                flex-direction: column-reverse;
                margin-top: 50px;
            }

            .doubleimage-container .box .text-container h3 {
                font-size: 15px;
                padding-left: 0;
            }

            .doubleimage-container .box .text-container p {
                display: none;
            }

            .doubleimage-container .box .text-container {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-left: 0;
                border-left: 0;
                padding-top: 20px;
            }

                .doubleimage-container .box .text-container::before {
                    display: none;
                }

    .text-component .text {
        padding: 0 20px;
        word-wrap: break-word;
    }

    .widget-container .text-container h3 {
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    #main {
        margin: 45px auto 0 auto;
    }

    div[id^="cc_img__resize_wrapper"] {
        max-width: 94% !important;
    }

    .doubleimage-container .box .text-container #left-voice {
        padding-left: 0;
    }

    .doubleimage-container .box#second-box .text-container {
        align-items: center;
        justify-content: center;
    }

    .doubleimage-container .box .text-container #right-voice {
        padding-right: 0px !important;
    }

    .doubleimage-container .box .text-container#right-text h3 {
        padding-left: 0;
        padding-right: 0 !important;
    }

    #sliderHome .carousel-inner .titleSlider,
    .noslider .titleSlider {
        font-size: 20px !important;
        line-height: 22px;
    }
}

@media screen and (max-width: 540px) {
    .widget-wrapper .news-container #news-1 .text-container, #sr-news_v1-wi300021 .widget-wrapper .news-container #news-3 .text-container {
        margin-top: 20px;
    }

    .widget-wrapper .news-container #news-1, .widget-wrapper .news-container #news-3 {
        width: 100% !important;
    }

    .widget-wrapper .news-container #news-2, .widget-wrapper .news-container #news-4 {
        width: 100% !important;
        flex-direction: column;
        margin-top: 30px;
    }

    .widget-wrapper .news-container {
        flex-direction: column;
    }

    .newsbottom {
        padding-bottom: 0px !important;
    }
}

@media (min-width: 320px) {
    /*.doubleimage-container {
    margin-top: 50px;
}*/
}
