﻿@charset "UTF-8";

body #main .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.full-block-top > div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    height: 100vh;
}

.one-family-story {
    width: 100%;
    background-color: #000;
    padding: 60px 0 0;
}

    .one-family-story .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 1680px;
        width: 100%;
    }

        .one-family-story .container > div {
            text-align: center;
        }

            .one-family-story .container > div .text {
                color: #fff;
                max-width: 1350px;
                margin: 0 auto;
                padding: 0 15px 10px;
                margin-bottom: 20px;
            }

            .one-family-story .container > div h1 {
                text-transform: uppercase;
                font-weight: 300;
                font-size: 35px;
                margin-top: 0;
                line-height: 1;
                color: #debc71;
                margin-bottom: 30px;
            }

            .one-family-story .container > div p {
                padding: 0 15px 10px;
                font-size: 16px;
            }

@media (max-width: 767px) {
    .one-family-story .container > div h1 {
        font-size: 25px;
    }

    .container > div h1 {
        font-size: 25px;
    }
}

.container > div h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 35px;
    margin-top: 0;
    line-height: 1;
    color: #debc71;
    margin-bottom: 30px;
}

.widget-container {
    float: left;
    width: 100%;
    padding-top: 0;
    clear: both;
    display: contents;
}

    .widget-container .desktop-box {
        width: 100%;
    }

    .widget-container .resp-container {
        position: relative;
        overflow: hidden;
        padding-top: 45%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

        .widget-container .resp-container .resp-iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

.one-family-story .container > div h2 {
    font-size: 25px;
    color: #debc71;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .one-family-story .container > div h2 {
        font-size: 15px;
    }
}

.institutional {
    padding: 75px 0;
    clear: both;
    display: block;
}

.boxed {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 1680px !important;
}

.institutional .institutional-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
    clear: both;
}

.institutional1 .institutional-wrapper .row {
    padding: 0 1.5% !important;
    flex: 1;
    text-align: center;
}

.institutional .institutional-wrapper .row {
    padding: 0 5%;
    flex: 1;
    text-align: center;
}

    .institutional .institutional-wrapper .row:nth-of-type(2) .img:first-of-type, .institutional .institutional-wrapper .row:nth-of-type(4) .img:first-of-type {
        margin-bottom: 0;
        margin-top: 50px;
    }

    .institutional .institutional-wrapper .row .img:first-of-type {
        margin-bottom: 50px;
    }

    .institutional .institutional-wrapper .row .img {
        position: relative;
        overflow: hidden;
    }

        .institutional .institutional-wrapper .row .img > div {
            padding-bottom: 93%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            transform: scale3d(1, 1, 1);
            transition: all .5s ease;
        }

    .institutional .institutional-wrapper .row h3 {
        font-weight: 300;
        text-transform: uppercase;
        color: #000;
        font-size: 25px;
        line-height: 1;
        margin-bottom: 30px;
    }

@media (max-width: 767px) {
    .institutional .institutional-wrapper .row h3 {
        font-size: 15px;
    }
}

.institutional .institutional-wrapper .row p {
    color: #000;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
}

.institutional .institutional-wrapper .row:nth-of-type(2) h3.mobile, .institutional .institutional-wrapper .row:nth-of-type(4) h3.mobile {
    display: none;
}

.institutional .institutional-wrapper .row:nth-of-type(2) p.mobile, .institutional .institutional-wrapper .row:nth-of-type(4) p.mobile {
    display: none;
}

.institutional .institutional-wrapper .row p {
    color: #000;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
}

.slider {
    width: 100%;
    padding: 0 0 100px;
    text-align: center;
    position: relative;
}

    .slider .carousel-isitutional {
        width: 90%;
        margin: 0 auto;
    }

        .slider .carousel-isitutional > div .slick-slide {
            outline: none;
        }

            .slider .carousel-isitutional > div .slick-slide img {
                width: 100%;
                height: auto;
                display: inline-block !important;
            }

        .slider .carousel-isitutional .icon-left {
            line-height: 0;
            position: absolute;
            top: 50%;
            display: block;
            width: 8px;
            left: -23px;
            height: 8px;
            padding: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: pointer;
            border: none;
            outline: none;
            background: transparent;
            color: #debc71;
        }

        .slider .carousel-isitutional .icon-right {
            line-height: 0;
            position: absolute;
            top: 50%;
            display: block;
            width: 8px;
            right: -23px;
            height: 8px;
            padding: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: pointer;
            border: none;
            outline: none;
            background: transparent;
            color: #debc71;
        }

        .slider .carousel-isitutional .slick-dots {
            position: absolute;
            bottom: -40px;
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
        }

            .slider .carousel-isitutional .slick-dots li {
                position: relative;
                display: inline-block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                margin: 0 5px;
                padding: 0;
                cursor: pointer;
            }

                .slider .carousel-isitutional .slick-dots li button {
                    font-size: 0;
                    line-height: 0;
                    display: block;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    padding: 5px;
                    cursor: pointer;
                    color: transparent;
                    border: 0;
                    outline: none;
                    background: #dadada;
                }

                    .slider .carousel-isitutional .slick-dots li button:before {
                        font-family: 'slick';
                        font-size: 6px;
                        line-height: 10px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 10px;
                        height: 10px;
                        border-radius: 50%;
                        content: '';
                        text-align: center;
                        opacity: 1;
                        background: #dadada;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                    }

    .slider .middle-line {
        position: absolute;
        width: 140px;
        height: 1px;
        background-color: #6f5e39;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 73%;
    }

        .slider .middle-line:before {
            content: '';
            position: absolute;
            top: -5px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 55px;
            height: 1px;
            background-color: #6f5e39;
        }

        .slider .middle-line:after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 55px;
            height: 1px;
            background-color: #6f5e39;
        }

    .slider .carousel-isitutional > div h2 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 25px;
        line-height: 1;
        margin-top: 120px;
        margin-bottom: 30px;
        color: #debc71 !important;
        text-align: center;
    }

    .slider .carousel-isitutional > div p {
        color: #fff;
        font-size: 16px;
        padding: 0 20%;
        text-align: center;
    }

.small-block-bottom .container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

    .small-block-bottom .container::before {
        content: "";
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .small-block-bottom .container > div {
        width: 100%;
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        padding-left: 15px;
        padding-right: 15px;
    }

        .small-block-bottom .container > div h3 {
            font-weight: 300;
            text-transform: uppercase;
            line-height: 1;
            font-size: 25px;
            color: #fff;
            margin-bottom: 20px;
            display: none;
        }

@media (max-width: 767px) {
    .small-block-bottom .container > div h3 {
        font-size: 15px;
    }
}

        .small-block-bottom .container > div p {
            margin-bottom: 30px;
            color: #fff;
            padding: 0 28%;
            font-size: 16px;
        }

.popup__container {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 970px;
    height: 550px;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
    display: none;
    background-color: #000;
}

    .popup__container #popup__close {
        background-color: #e7e7e7;
        display: block;
        width: 100%;
        text-align: right;
        height: 38px;
    }

    .popup__container .popup__video {
        border: 0;
        width: 100%;
        height: 550px;
    }

.popup__overlay {
    background-color: rgba(128,64,0,0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    display: none;
}

.full-block-bottom .container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 100vh;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

    .full-block-bottom .container::before {
        content: "";
        background: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .full-block-bottom .container > div {
        width: 100%;
        text-align: center;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .full-block-bottom .container > div h3 {
            font-weight: 300;
            text-transform: uppercase;
            line-height: 1;
            font-size: 40px;
            color: #debc71;
            margin-bottom: 20px;
        }

        .full-block-bottom .container > div p {
            margin-bottom: 30px;
            color: #fff;
            font-size: 16px;
            padding: 0 28%;
        }

a:hover.discover {
    color: #debc71;
}

.discover {
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    transition: all .2s;
    color: #debc71;
}

    .discover span {
        position: relative;
    }

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

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

a:hover.discoverblack {
    color: #000000;
}

.discoverblack {
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    transition: all .2s;
    color: #000000;
}

.discoverblack span {
        position: relative;
    }

.discoverblack span:before {
    position: absolute;
            width: 25px;
            height: 1px;
            background-color: #000000;
            top: 49%;
            content: '';
            left: -35px;
	}
	
	.discoverblack span:after {
    position: absolute;
            width: 25px;
            height: 1px;
            background-color: #000000;
            top: 49%;
            content: '';
            right: -35px;
    }





.institutional .institutional-wrapper .row:nth-of-type(2) .img:first-of-type, .institutional .institutional-wrapper .row:nth-of-type(4) .img:first-of-type {
    margin-bottom: 0;
}

.institutional {
    padding: 75px 0;
    clear: both;
}

.institutional2 {
    padding: 75px 0;
    clear: both;
}

.institutional.institutional2 {
    padding: 10px 0 !important;
    clear: both;
}

.institutional3 {
    padding: 75px 0;
}

.institutional .institutional-wrapper .row:nth-of-type(2), .institutional .institutional-wrapper .row:nth-of-type(4) {
    align-self: flex-end;
}

.small-block-bottom .container > div h3 {
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}

@media (max-width: 1680px) {
    .boxed {
        width: 1440px !important;
    }
}

@media (max-width: 1440px) {
    .boxed {
        width: 1300px !important;
    }

    .slider .middle-line {
        top: 68% !important;
    }
}

@media (max-width: 1280px) {
    .boxed {
        width: 96% !important;
    }

    .slider .middle-line {
        top: 63% !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (max-width: 1024px) {
    .slider .middle-line {
        top: 58% !important;
    }

    .institutional .institutional-wrapper .row .img:first-of-type {
        margin-bottom: 30px;
    }

    .institutional .institutional-wrapper .row h3 {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .institutional .institutional-wrapper {
        margin-left: -1%;
        margin-right: -1%;
    }
}

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

@media (min-width: 769px) {
    .widget-container .desktop-box {
        display: flex;
    }

    .widget-container .mobile-box {
        display: none;
    }
}

@media (max-width: 768px) {
    .institutional {
        padding: 0 0 30px;
    }

        .institutional .institutional-wrapper {
            display: block;
            margin-left: 0;
            margin-right: 0;
        }

            .institutional .institutional-wrapper .row {
                padding: 30px 0 0;
            }

                .institutional .institutional-wrapper .row:nth-of-type(2), .institutional .institutional-wrapper .row:nth-of-type(4) {
                    display: block;
                    width: 100%;
                    padding: 0;
                }

                .institutional .institutional-wrapper .row:nth-of-type(2), .institutional .institutional-wrapper .row:nth-of-type(4) {
                    display: block;
                    width: 100%;
                    padding: 0;
                    padding-top: 20px;
                }

                    .institutional .institutional-wrapper .row:nth-of-type(2) h3, .institutional .institutional-wrapper .row:nth-of-type(4) h3 {
                        display: none;
                    }

                    .institutional .institutional-wrapper .row:nth-of-type(2) p, .institutional .institutional-wrapper .row:nth-of-type(4) p {
                        display: none;
                    }

                    .institutional .institutional-wrapper .row:nth-of-type(2) .cc-rich-text, .institutional .institutional-wrapper .row:nth-of-type(4) .cc-rich-text {
                        margin-bottom: 0;
                    }

                    .institutional .institutional-wrapper .row:nth-of-type(2) h3.mobile, .institutional .institutional-wrapper .row:nth-of-type(4) h3.mobile {
                        display: block !important;
                        font-size: 32px;
                        margin-top: 30px;
                    }

                    .institutional .institutional-wrapper .row:nth-of-type(2) .cc-rich-text, .institutional .institutional-wrapper .row:nth-of-type(4) .cc-rich-text {
                        display: none;
                    }

                .institutional .institutional-wrapper .row h3 {
                    font-size: 32px;
                }

                .institutional .institutional-wrapper .row:nth-of-type(2) p.mobile, .institutional .institutional-wrapper .row:nth-of-type(4) p.mobile {
                    display: block !important;
                }

                .institutional .institutional-wrapper .row p {
                    max-width: 100%;
                }

            .institutional .institutional-wrapper .row {
                padding: 30px 0 0;
                /*flex: auto;*/
            }

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

    .widget-container .desktop-box {
        display: none;
    }

    .widget-container .mobile-box {
        display: unset;
    }

    .slider .middle-line {
        top: 50% !important;
    }

    .small-block-bottom .container > div p {
        padding: 0 1%;
        font-size: inherit;
    }

    .one-family-story .container > div .text {
        padding: 0 0 10px 0;
    }
}

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

@media (max-width: 640px) {
    .institutional .institutional-wrapper .row:nth-of-type(2) h3.mobile, .institutional .institutional-wrapper .row:nth-of-type(4) h3.mobile {
        font-size: 23px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .institutional .institutional-wrapper .row h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .institutional .institutional-wrapper .row p {
        padding: 0;
    }

    .institutional .institutional-wrapper .row .img:first-of-type {
        margin-bottom: 15px;
    }

    .slider .middle-line {
        display: none !important;
    }

    .slider .carousel-isitutional > div h2 {
        margin-top: 50px;
    }

    .one-family-story .container > div h1,
    .container > div h1 {
        font-size: 30px;
    }
}

@media (max-width: 445px) {
    .one-family-story .container > div h2 {
        font-size: 15px;
    }
}


.slider .container {
    width: 100% !important;
    max-width: 1680px;
}
