﻿/** HIGHLIGHT **/

.business-highlight {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    position: relative;
    background-size: cover;
    /*padding: 40% 9% 40% 9%;*/
}

.business-highlight {
    max-height: 670px;
    overflow: hidden;
}

    .business-highlight .video-container video {
        min-width: 100%;
        min-height: 100%;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }

    .business-highlight::before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    }

    .business-highlight .highlight-text-wrapper {
        text-align: center;
        text-transform: uppercase;
        margin-top: 20px;
    }

    .business-highlight h1 {
        font-size: 12px;
        margin: 0;
        margin-bottom: 11px;
    }

    .business-highlight h2 {
        font-size: 26px;
        margin: 0;
        margin-bottom: 20px;
    }

    .business-highlight .highlight-text-area {
        bottom: 0px;
        position: absolute;
    }

/* ---------- BUSINESS AREAS --------------- */

.business-areas h2 {
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 25px;
    padding-top: 25px;
    margin: 0;
    text-align: center;
}

.business-areas .business-areas-text-wrapper h3 {
    color: black;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}

.business-areas .business-areas-text-wrapper p {
    color: black;
    text-align: center;
    margin: auto;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 44px;
    width: 65%;
}

.business-areas .business-areas-button-wrapper {
    display: block;
    text-align: center;
    margin: auto;
}

    .business-areas .business-areas-button-wrapper a {
        width: 90%;
    }

.business-areas-slider-wrapper .slick-dots {
    bottom: -20% !important
}

.business-areas .business-areas-slider-wrapper .slick-dots li button:before {
    color: #242424 !important;
}

/* ---------- SLICK --------------- */
.business .gallery-section {
    margin-top: 70px;
    padding-bottom: 35px;
}

    .business .gallery-section .description .big-title {
        font-size: 18px;
    }

    .business .gallery-section h3 {
        color: #fff;
        text-transform: uppercase;
    }


    .business .gallery-section .gallery-list {
        border-bottom: none;
    }


        .business .gallery-section .gallery-list .item {
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            max-width: 96%;
        }

    .business .gallery-section .description {
        width: 66%;
    }

    .business .gallery-section .extra-small {
        text-transform: uppercase;
    }

    .business .gallery-section .gallery-list .description .inner-item {
        width: 100%;
    }

/* ---------- END SLICK --------------- */

/***
 * START MEDIA QUERIES
 ***/

@media screen and (min-width: 768px) {

    hr.business-border-line {
        width: 85%;
        border-top-color: #ebebeb;
        margin-bottom: 0px;
        margin-top: 0px;
        max-width: 992px;
    }

    /** HIGHLIGHT **/
    .business-highlight {
        padding: 0 1.75%;
    }

    .business-highlight {
        height: 440px;
    }

        .business-highlight::before {
            margin: 0px 1.75%;
        }

        .business-highlight .highlight-text-area {
            float: none;
            top: 38%;
        }

        .business-highlight .highlight-text-wrapper {
            margin-top: 0;
            vertical-align: middle;
            float: none;
        }

        .business-highlight h1 {
            font-size: 14px;
            margin-bottom: 16px;
        }

        .business-highlight h2 {
            font-size: 40px;
            margin-bottom: 20px;
        }

    /* ---------- BUSINESS AREAS --------------- */

    .business-areas {
        padding-bottom: 50px;
    }

        .business-areas .business-areas-text-wrapper h3 {
            margin-top: 45px;
        }

        .business-areas .business-areas-slider-wrapper {
            padding: 0 2% 0 2%;
            float: none;
            margin: 0 auto;
            max-width: 1060px;
        }

            .business-areas .business-areas-slider-wrapper .business-areas-text-wrapper {
                float: left;
                /*margin-left: 20px; */
                width: 50%;
            }

        .business-areas .business-areas-button-wrapper a {
            width: 150px;
        }

        .business-areas .business-areas-text-wrapper p {
            font-size: 14px;
        }

    /* ---------- SLICK --------------- */
    .business .gallery-section .description .big-title {
        font-size: 32px;
    }


    .business .gallery-section .description .text:not(.big-title) {
        font-size: 16px;
    }

    .business .gallery-section .description {
        width: 45%;
    }

    .business .gallery-section .gallery-list .description .inner-item .extra-small {
        margin-top: 14px;
    }

    .gallery-section .gallery-list .description .inner-item .big-title {
        width: 145%;
        margin-bottom: 0px !important;
    }

    .gallery-section .gallery-list .description .inner-item .small-title {
        width: 108%;
    }

    /* ---------- END SLICK --------------- */
}

@media screen and (min-width: 992px) {
    .business-areas .business-areas-slider-wrapper .business-areas-text-wrapper {
        width: 33%;
    }

    hr.business-border-line {
        width: 75%;
    }
}

@media screen and (min-width: 1200px) {
    .business-highlight-video-wrapper {
        width: 30%;
    }

    .business-areas .business-areas-slider-wrapper .business-areas-second-row {
        margin-top: 25px;
    }

    .business-areas .business-areas-slider-wrapper .business-areas-text-wrapper:not(.business-areas-second-row) {
        margin-top: 15px;
    }
}
