﻿html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Ubuntu', sans-serif;
    color: #4d4d4f;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.ratio {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.ratio43 {
    padding: 75% 0 0 0;
}

.ratio169 {
    padding: 56.25% 0 0 0;
}

.ratioS {
    padding: 100% 0 0 0;
}

.ratioL {
    padding: 48% 0 0 0;
}

.ratioSq {
    padding: 88.37% 0 0 0;
}

.ratioRc {
    padding: 41.76% 0 0 0;
}

.ratio img, .ratio div {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo 2', cursive;
    font-weight: bold;
}

/*.title-md {
    font-size: 48px;
    line-height: 48px;
}*/

.title-lg {
    margin-bottom: 1rem;
}

.title-green,
.title-green a {
    color: #3a712e;
}

.introduction {
    font-size: 18px;
    line-height: 32px;
}

.btns {
    margin-left: -10px;
    margin-right: -10px;
}

    .btns .btn {
        margin: 0 10px 10px 10px;
    }

.btn-plain {
    padding: 0;
    color: #053e56;
    font-weight: bold;
    font-size: 24px;
}

.btn-standard {
    border-radius: 0;
    font-weight: bold;
    font-size: 24px;
    min-width: 240px;
}

.btn-rounded {
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    min-width: 200px;
    padding: 10px 20px;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.btn-bg-brown {
    background-color: #ccb895;
    color: #fff;
}

.btn-bg-green {
    background-color: #3a712e;
    color: #fff;
}

.btn-bg-lightgreen {
    background-color: #8bbe61;
    color: #fff;
}

.btn-bg-red {
    background-color: #ff6c6c;
    color: #fff;
}

    .btn-bg-brown:hover, .btn-bg-green:hover, .btn-bg-lightgreen:hover, .btn-bg-red:hover {
        background-color: #4d4d4f;
        color: #fff;
    }

#header #headerTop {
    padding: 20px 0;
}

    #header #headerTop .socials,
    #content .contactLeft .socials {
        margin-left: -3px;
        margin-right: -3px;
    }

        #header #headerTop .socials a,
        #content .contactLeft .socials a {
            padding: 0 3px
        }

            #header #headerTop .socials a i,
            #content .contactLeft .socials i {
                border-radius: 100%;
                font-size: 16px;
                height: 37px;
                line-height: 37px;
                text-align: center;
                width: 37px;
                color: #fff;
                background-color: #bcdce3;
                opacity: 1;
                -webkit-transition: opacity .2s ease-in-out;
                -o-transition: opacity .2s ease-in-out;
                transition: opacity .2s ease-in-out;
            }

            #header #headerTop .socials a:hover i,
            #content .contactLeft .socials a:hover i {
                opacity: .8;
            }

    #header #headerTop .contact {
        margin-left: -15px;
        margin-right: -15px;
    }

        #header #headerTop .contact span {
            color: #4d4d4f;
            font-size: 18px;
            padding-left: 15px;
            padding-right: 15px;
        }

            #header #headerTop .contact span a {
                color: #4d4d4f;
            }

#header #headerBottom {
    background-color: #8bbe61;
    padding: 20px 0;
}

    #header #headerBottom ul.navbar-nav {
        margin-left: -20px;
        margin-right: -20px;
    }

        #header #headerBottom ul.navbar-nav > li {
            position: relative;
        }

            #header #headerBottom ul.navbar-nav > li > a {
                color: #fff;
                font-size: 18px;
                padding: 10px 20px;
                font-family: 'Baloo 2', cursive;
                text-align:center;
                text-transform: uppercase;
            }

                #header #headerBottom ul.navbar-nav > li > a:after {
                    display: inline-block;
                    width: 0;
                    height: 0;
                    margin-left: 5px;
                    vertical-align: middle;
                    content: "";
                    border-top: .3em solid;
                    border-right: .3em solid transparent;
                    border-bottom: 0;
                    border-left: .3em solid transparent;
                }

                #header #headerBottom ul.navbar-nav > li > a:only-child:after {
                    margin: 0;
                    border: 0;
                }

#hero {
    background-image: url('/media/umxdi2ay/hero-home.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}

    #hero .heroText {
        background-color: rgba(255, 255, 255, 0.80);
        padding: 20px;
        border-radius: 4px;
    }

        #hero .heroText h1 {
            color: #3a712e;
            margin-bottom: 0;
            text-transform: uppercase;
        }

        #hero .heroText h2 {
            font-family: 'Ubuntu', sans-serif;
            color: #8bbe61;
            margin-bottom: 20px;
            font-weight:normal;
        }

        #hero .heroText p {
            font-size: 18px;
            line-height: 30px;
            color: #4d4d4f;
        }

#theme .themeBottom {
    background-color: #ccb895;
    padding: 25px 0;
}

    #theme .themeBottom h1,
    #theme .themeBottom div,
    #themePhoto .themePhotoBottom h1,
    #themePhoto .themePhotoBottom .title {
        font-size: 2.5rem;
        font-weight: bold;
        font-family: 'Baloo 2', cursive;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
    }

#themePhoto .themePhotoTop {
    height: 230px;
    background-color: #bcdce3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#themePhoto .themePhotoBottom {
    background-color: #ced1ee;
    padding: 20px 0;
}

#themePhoto.bg-brown .themePhotoBottom {
    background-color: #ccb895;
}

.bannerTop {
    background-color: #ced1ee;
}

    .bannerTop p {
        color: #fff;
        margin-bottom: 0;
        font-family: 'Baloo 2', cursive;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: bold;
    }

        .bannerTop p strong {
            color: #3a712e;
        }

#content {
    padding: 50px 0;
}

.newsList .item .overlay, .parentList .item .overlay {
    background-color: rgba(77, 77, 79, 0.80);
    opacity: 0;
    z-index: 1;
    -webkit-transition: .4s opacity ease-in-out;
    -o-transition: .4s opacity ease-in-out;
    transition: .4s opacity ease-in-out;
}

.newsList .item:hover .overlay, .parentList .item:hover .overlay {
    opacity: 1;
}
.newsList .item .itemText {
    position: absolute;
    top: auto;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}
    .newsList .item .itemText h3,
    .newsList .item .itemText .itemDate {
        font-size: 1.75rem;
        font-family: 'Baloo 2', cursive;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0;
    }

.serviceList {
    margin-left: -25px;
    margin-right: -25px;
}
    .serviceList .item {
        padding: 0 25px 50px 25px;
    }
    .serviceList .item h3 {
        font-size: 1.75rem;
        font-family: 'Baloo 2', cursive;
        font-weight: bold;
        position: absolute;
        top: auto;
        left: 15px;
        right: 15px;
        bottom: 15px;
        color: #fff;
        margin-bottom: 0;
        z-index: 2;
    }

.parentList {
    margin-left: -40px;
    margin-right: -40px;
}

    .parentList .item {
        padding: 40px;
    }

        .parentList .item .itemText {
            position: absolute;
            top: auto;
            left: 15px;
            right: 15px;
            bottom: 15px;
            z-index: 2;
        }

            .parentList .item .itemText h3 {
                font-family: 'Baloo 2', cursive;
                text-transform: uppercase;
                color: #fff;
                margin-bottom: 0;
            }

            .parentList .item .itemText p {
                margin-bottom: 0;
                font-size: 18px;
                color: #fff;
            }

.serviceList .item h3 {
    right: 55px;
}

.serviceList .item .overlay {
    background-color: rgba(255, 108, 108, 0.70);
    width: 0;
    margin: 0;
    max-width: none;
    max-height: none;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    z-index: 1;
}

    .serviceList .item .overlay.overlay-green {
        background-color: rgba(139, 190, 97, 0.70);
    }

.serviceList .item:hover .overlay {
    width: calc(100% - 50px);
}

.linkList .item {
    padding-bottom:30px;
}

#content .homeRight h2 {
    text-transform: uppercase;
}

#content .columnsTop {
    margin-left: -15px;
    margin-right: -15px;
}

    #content .columnsTop .column {
        padding-left: 15px;
        padding-right: 15px;
    }

#content .contactLeft {
    color: #1d2231;
}

    #content .contactLeft h2 {
        color: #3a712e;
    }

    #content .contactLeft .contactInfo div {
        font-size: 24px;
        margin-bottom: 20px;
    }

        #content .contactLeft .contactInfo div i {
            color: #8bbe61;
            padding-right: 15px;
        }

        #content .contactLeft .contactInfo div a {
            color: #1d2231;
        }

#content .contactRight .form-control {
    background-color: #f2f2f2;
    height: 70px;
    font-size: 24px;
    border: 0;
}

#content .contactRight textarea.form-control {
    height: 225px;
    resize: vertical;
}

.validation-summary-errors {
    color: #721c24;
    border: 1px solid transparent;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.newsList {
    margin-left: -25px;
    margin-right: -25px;
}

    .newsList .item {
        padding: 25px;
    }

        .newsList .item .ratio:after,
        .serviceList .item .ratio:after,
        .parentList .item .ratio:after {
            content: "";
            background-color: rgba(0, 0, 0, 0.30);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
        }

        .newsList .item.featured .overlay {
            background-color: rgba(255, 108, 108, 0.80);
            opacity: 1;
            right: 60px;
        }

        .newsList .item.featured .text {
            top: auto;
            left: 15px;
            right:60px;
            bottom: 15px;
            z-index: 1;
        }

            .newsList .item.featured .text .itemDate {
                font-family: 'Baloo 2', cursive;
                font-size: 1.75rem;
                font-weight: bold;
                position: relative;
                left: 0;
                bottom: 0;
                color: #fff;
            }

            .newsList .item.featured .text h3 a,
            .newsList .item.featured .text .link {
                color: #fff;
            }

            .newsList .item.featured .text .link {
                font-weight: bold;
                font-size: 18px;
            }

.testimonialList .item.featured .itemAuthor, #content .author,
#content .date {
    color: #ccb895;
    font-size: 36px;
}

.testimonialList .item .box {
    background-color: #8bbe61;
    padding: 20px 20px 40px 20px;
    color: #fff;
    font-size: 18px;
    position: relative;
    height: 100%;
}

    .testimonialList .item .box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(58, 113, 46, 0.80);
        z-index: 1;
        width: 0;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        opacity: 0;
    }

        .testimonialList .item .box .overlay .btn {
            left: 20px;
            bottom: 40px;
            position: absolute;
        }

.testimonialList .item:hover .box .overlay {
    width: calc(100% - 50px);
    opacity: 1;
}

.testimonialList .item .box .itemAuthor {
    font-size: 24px;
}

.itemRow h2 {
    color: #3a712e;
}

.itemRow .subTitle,
.itemRow .introduction > h3,
.contentRow .subTitle {
    color: #ccb895;
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif;
}
/*.itemRow .itemIntroduction {
    font-size:24px;
    line-height:36px;
}*/
.descriptionList .item .imageBox {
    height: 105px;
    position: relative;
}

    .descriptionList .item .imageBox img {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        max-height: 105px;
    }

#complaints .row {
    margin-left: -30px;
    margin-right: -30px;
}

#complaints .left {
    background-color: #8bbe61;
    padding-left: 30px;
    padding-right: 30px;
}

    #complaints .left img {
        object-fit: cover;
    }

#complaints .right {
    color: #fff;
    background-color: #ff6c6c;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
}

    #complaints .right .complaintContact {
        margin-left: -15px;
        margin-right: -15px;
    }

        #complaints .right .complaintContact div {
            padding-left: 15px;
            padding-right: 15px;
        }

#clients h2, #clients h3, #clients h4, #clients h5, #clients h6 {
    color: #3a712e;
}

.sectionGreen {
    background-color: #8bbe61;
    color: #fff;
    overflow: hidden;
}

    .sectionGreen .container {
        position: relative;
    }

    .sectionGreen .sectionLeft {
        position: relative;
        z-index: 1;
    }

        .sectionGreen .sectionLeft p {
            color: #fff;
        }

    .sectionGreen .sectionImage {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        max-height: 100%;
    }

    .sectionGreen .sectionLeft .introduction.multi p:first-of-type {
        font-size: 36px;
        color: #fff;
    }

    .sectionGreen .sectionLeft .introduction.multi p {
        color: #3a712e;
    }

.bannerBottom .bannerBottomTop {
    background-color: #def6fb;
}

    .bannerBottom .bannerBottomTop p {
        color: #6c7a82;
        margin-bottom: 0;
        font-family: 'Baloo 2', cursive;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: bold;
    }

        .bannerBottom .bannerBottomTop p strong {
            color: #8bbe61;
        }

.bannerBottom .bannerBottomBottom {
    background-color: #ccb895;
}

#stats .item {
    padding-bottom: 25px;
}

    #stats .item .title {
        font-family: 'Baloo 2', cursive;
        font-size: 41px;
        line-height: 41px;
        font-weight: bold;
        color: #3a712e;
    }

    #stats .item .text {
        font-size: 18px;
        line-height: 18px;
    }

#contact {
    background-color: #bfc3e4;
}

    #contact .info {
        color: #fff;
        font-size: 18px;
        position: relative;
        padding-left: 30px;
    }

        #contact .info i {
            position: absolute;
            top: 5px;
            left: 0;
        }

    #contact .search {
        margin: 0 auto;
        max-width: 350px;
    }

        #contact .search .form-group .form-control {
            border-radius: 25px;
            border: 0;
            height: 48px;
            padding-left: 15px;
        }

    #contact .socials a {
        font-size: 20px;
        color: #fff;
        padding: 5px;
    }

#footer {
    background-color: #8bbe61;
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
}

    #footer ul li a {
        color: #fff;
    }

@media(max-width: 991px) {
   /* #header #headerBottom .navbar-collapse.collapsing,
    #header #headerBottom .navbar-collapse.show {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }*/

    #header #headerBottom .nav-scroller {
        position: absolute;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }

    #header #headerBottom ul.navbar-nav {
        margin: 0;
    }

        #header #headerBottom ul.navbar-nav > li {
            margin: 5px 0;
        }

            #header #headerBottom ul.navbar-nav > li > a {
                padding: 5px 10px;
                text-align: left;
            }

            #header #headerBottom ul.navbar-nav > li .sub-menu {
                display: none;
            }

                #header #headerBottom ul.navbar-nav > li .sub-menu ul {
                    list-style: none;
                    margin: 0;
                    padding-left: 20px;
                    background-color: none;
                }

                    #header #headerBottom ul.navbar-nav > li .sub-menu ul li a {
                        color: #fff;
                        text-align: left;
                        display: block;
                        padding: 5px;
                        font-size: 16px;
                    }

        #header #headerBottom ul.navbar-nav li {
            border: none;
        }

    #header #headerBottom .navbar-toggler {
        border-width: 0;
        outline: 0;
    }

    #header #headerBottom .animated-icon {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #header #headerBottom .animated-icon span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        #header #headerBottom .animated-icon span {
            background: #fff;
        }

            #header #headerBottom .animated-icon span:nth-child(1) {
                top: 0px;
            }

            #header #headerBottom .animated-icon span:nth-child(2),
            #header #headerBottom .animated-icon span:nth-child(3) {
                top: 10px;
            }

            #header #headerBottom .animated-icon span:nth-child(4) {
                top: 20px;
            }

        #header #headerBottom .animated-icon.open span:nth-child(1) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

        #header #headerBottom .animated-icon.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #header #headerBottom .animated-icon.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #header #headerBottom .animated-icon.open span:nth-child(4) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

    #header #headerBottom .nav-wrapper {
        position: fixed;
        top: 0;
        left: 100%;
        padding: 0;
        width: 100%;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        height: 100%;
        z-index: 999;
    }

    #header #headerBottom .btn-close {
        position: absolute;
        left: 0;
        background: #4d4d4f;
        padding: 20px;
        border: 0;
        top: 0;
        border-radius: 0;
    }

        #header #headerBottom .btn-close .animated-icon span {
            background: #fff;
        }


    #header #headerBottom .navbar-collapse.collapsing .nav-wrapper {
        height: 100% !important;
        margin-left: 50%;
        left: 50%;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    #header #headerBottom .navbar-collapse.show .nav-wrapper {
        left: 0;
    }

    #header #headerBottom .nav-group {
        margin-left: 70px;
        background: #4d4d4f;
        padding: 15px;
    }

        #header #headerBottom .nav-group::after {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 70px;
            right: 0;
            bottom: 0;
            background: #4d4d4f;
            z-index: -1;
        }

        #header #headerBottom .nav-group .callus {
            padding-left: 10px;
            margin-top: 10px;
        }

            #header #headerBottom .nav-group .callus i {
                color: #fff;
                margin-right: 5px;
            }

            #header #headerBottom .nav-group .callus a {
                color: #fff;
                font-weight: bold;
            }

        #header #headerBottom .nav-group .socials a {
            color: #fff;
            padding: 5px;
        }
}

@media(min-width:768px) {
    #hero {
        padding-top: 100px;
        height: 724px;
    }

    #theme .themeTop {
        background-color: #def6fb;
    }

        #theme .themeTop .container {
            background-image: url('/media/ajunus3p/theme-top.png');
            background-repeat: no-repeat;
            background-position: right bottom;
            background-size: auto;
            height: 230px;
        }

    #theme .themeTop1 .container {
        background-image: url('/media/t2cbgx0k/theme-top2.png');
    }

    #theme .themeBottom {
        padding: 0;
    }

        #theme .themeBottom .container {
            background-image: url('/media/dxefi1hq/theme-bottom.jpg');
            background-repeat: no-repeat;
            background-position: right 0;
            height: 109px;
        }

    #theme .themeTop1 + .themeBottom .container {
        background-image: none;
    }


    .bannerTop .bannerLeft {
        background-image: url('/media/xpqfas2m/banner.png');
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: contain;
    }

    .bannerBottom .bannerBottomTop {
        background-image: url('/media/i3ukvbe0/banner-bottom.png');
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .bannerBottom .bannerBottomBottom {
        position: relative;
        height: 107px;
    }

        .bannerBottom .bannerBottomBottom .bannerBottomBottomTop {
            background-image: url('/media/tvrc5brg/banner-bottom2.jpg');
            background-repeat: no-repeat;
            background-position: center bottom;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: -19px;
        }
}

@media(min-width:992px) {

    #header #headerBottom ul.navbar-nav > li .sub-menu {
        position: absolute;
        top: 100%;
        left: 20px;
        background-color: #8bbe61;
        min-width: 240px;
        display: none;
        z-index: 1;
    }

    #header #headerBottom ul.navbar-nav > li:hover .sub-menu {
        display: block;
    }

    #header #headerBottom ul.navbar-nav > li .sub-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #header #headerBottom ul.navbar-nav > li .sub-menu ul li a {
            color: #fff;
            font-weight: bold;
            padding: 5px 10px;
            -webkit-transition: .2s background-color linear;
            -o-transition: .2s background-color linear;
            transition: .2s background-color linear;
        }

        #header #headerBottom ul.navbar-nav > li .sub-menu ul li:hover a {
            background-color: #ff6c6c;
        }

    #hero {
        height: 935px;
        padding-top: 200px;
    }

    #content, #contact, .section, .sectionGreen, #news, #clients, #why {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    #stats {
        padding-top: 100px !important;
        padding-bottom: 75px !important;
    }

    .itemRow .column .itemImage {
        position: relative;
    }

        .itemRow .column .itemImage:after {
            content: "";
            width: 100px;
            height: 100%;
            position: absolute;
            right: -100px;
            top: 0;
            bottom: 0;
        }

    .itemRow.alt .column .itemImage:after {
        content: "";
        width: 100px;
        height: 100%;
        position: absolute;
        left: -100px;
        top: 0;
        bottom: 0;
    }

    .itemRow:nth-child(3n + 1) .column .itemImage:after {
        background-color: #ced1ee;
    }

    .itemRow:nth-child(3n + 2) .column .itemImage:after {
        background-color: #8bbe61;
    }

    .itemRow:nth-child(3n + 3) .column .itemImage:after {
        background-color: #ccb895;
    }

    .itemRow.green .column .itemImage:after {
        background-color: #8bbe61;
    }

    #complaints {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #8bbe61), color-stop(50%, #ff6c6c));
        background: -o-linear-gradient(left, #8bbe61 50%, #ff6c6c 50%);
        background: linear-gradient(to right, #8bbe61 50%, #ff6c6c 50%);
    }
}

@media(min-width: 1200px) {
    #hero {
        height: 980px;
        padding-top: 200px;
    }
}

@media(min-width: 1600px) {
    .container {
        max-width: 1400px;
    }

    #theme .themeBottom h1,
    #theme .themeBottom div,
    #themePhoto .themePhotoBottom h1,
    #themePhoto .themePhotoBottom .title {
        font-size: 60px;
    }
    #hero .heroText h1 {
        font-size: 60px;
    }
    #hero .heroText h2 {
        font-size: 36px;
    }

    .itemRow h2,
    .title-md {
        font-size: 48px;
        line-height: 48px;
    }
    .itemRow .subTitle,
    .itemRow .introduction > h3,
    .contentRow .subTitle {
        font-size: 36px;
    }
    #content .serviceList .item h3 {
        font-size: 40px;
        line-height: 40px;
        word-break: break-word;
    }

    .newsList .item.featured h3,
    .newsList .item.featured .text .itemDate,
    .newsList .item .itemText h3,
    .newsList .item .itemText .itemDate,
    .parentList .item .itemText h3 {
        font-size: 48px;
        line-height: 48px;
    }

    .title-lg {
        font-size: 54px;
        line-height: 54px;
    }

    .bannerTop .bannerRight, .bannerBottom .bannerBottomTop {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

        .bannerTop p, .bannerBottom .bannerBottomTop p {
            font-size: 48px;
            line-height: 48px;
        }

    .itemRow, .contentRow {
        margin-left: -40px;
        margin-right: -40px;
    }

        .itemRow .column, .contentRow .contentLeft, .contentRow .contentRight {
            padding-left: 40px;
            padding-right: 40px;
        }
}
/*Cookie Policy*/
.cookieLaw {
    color: #fff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .8);
    padding: 5px;
    text-align: center;
    border-top: 3px white solid;
    display: none;
}

    .cookieLaw .btn {
        background-color: #000;
        color: #fff;
    }
