﻿@font-face {
    font-family: 'Jenna Sue';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/fonts/JennaSue.ttf') format('truetype');
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

a {
    color: #222C3E;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.bg-lightbrown {
    background-color: #CECBC0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jenna Sue', arial;
}

.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.09% 0 0 0;
}

.ratio66 {
    padding: 66.66% 0 0 0;
}

.ratio71 {
    padding: 71.84% 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;
}

.btns {
    margin-left: -10px;
    margin-right: -10px;
}

    .btns .btn {
        margin: 0 10px 10px 10px;
    }

.btn-standard {
    font-size: 12px;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 12px;
    border: 1px solid transparent;
    -webkit-transition: .4s color ease-in-out, .4s background-color ease-in-out;
    -o-transition: .4s color ease-in-out, .4s background-color ease-in-out;
    transition: .4s color ease-in-out, .4s background-color ease-in-out;
}

.btn-standard-lg {
    font-size: 14px;
    font-weight: 300;
    padding: 8px 32px;
}

    .btn-bg-white {
        color: #222C3E;
        background-color: #fff;
    }

    .btn-bg-white:hover {
        border-color: #fff;
        color: #fff;
        background-color: transparent;
    }

.btn-bg-blue {
    color: #fff;
    background-color: #222C3E;
}

    .btn-bg-blue:hover {
        border-color: #222C3E;
        color: #222C3E;
        background-color: transparent;
    }


.btn-border-white {
    border-color: #fff;
    color: #fff;
}

    .btn-border-white:hover {
        background-color: #fff;
        color: #222C3E;
    }

#header {
    background-color: #222C3E;
    padding: 25px 0;
}

    #header ul.navbar-nav {
        margin-right: -20px;
    }

        #header ul.navbar-nav > li {
            position: relative;
        }

            #header ul.navbar-nav > li > a {
                color: #F1F0EE;
                font-size: 12px;
                font-weight: 300;
                padding: 10px 20px;
                text-transform: uppercase;
            }

#hero {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11.5% 0;
}

    #hero h1 {
        text-shadow: 2px 2px 4px #222C3E;
    }

    #hero h1, #theme .themeText h1, #theme .themeText .h1 {
        font-size: 68px;
        color: #fff;
    }

#theme {
    background-color: #6E6959;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8.31% 0;
    position: relative;
}

    #theme:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0,0,0);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)), to(transparent));
        background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, transparent 100%);
        background: linear-gradient(90deg, rgba(0,0,0,1) 0%, transparent 100%);
    }

    #theme .themeText {
        position: relative;
        z-index: 2;
        font-size: 19px;
        color: #fff;
    }

        #theme .themeText .content {
            max-width: 365px;
        }

.homeList {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -14px;
}

    .homeList .item {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 14px;
    }

        .homeList .item .box {
            padding: 20px;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .41);
            box-shadow: 0 0 10px rgba(0, 0, 0, .41);
        }

        .homeList .item:nth-child(3n+1) .box {
            background-color: #394E78;
        }

        .homeList .item:nth-child(3n+2) .box {
            background-color: #222C3E;
        }

        .homeList .item:nth-child(3n+3) .box {
            background-color: #15191E;
        }

        .homeList .item .box h3 {
            font-size: 45px;
            color: #fff;
        }

            .homeList .item .box h3 a {
                color: #fff;
            }

        .homeList .item .box .itemIntroduction {
            color: #fff;
        }

        .homeList .item .box .btn[href="#"] {
            pointer-events: none;
            cursor: none;
        }

#content {
    padding: 50px 0;
}

.listList .listItem, .itemList .item {
    padding-bottom: 50px;
}

    .listList .listItem .box {
        background-color: #222C3E;
        color: #fff;
        padding: 35px;
        position: relative;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .41);
        box-shadow: 0 0 20px rgba(0, 0, 0, .41);
    }

        .listList .listItem .box h3,
        .itemList .item h3 {
            font-size: 45px;
            margin: 0;
        }

        .itemList .item .itemIntroduction,
        .listList .listItem .box .itemIntroduction {
            line-height: 16.8px;
        }

        .listList .listItem .box h3 a {
            color: #fff;
        }

    .itemList .item .itemLeft ul {
        padding-left: 15px;
    }

        .itemList .item .itemLeft ul li {
            margin-bottom: 10px;
        }

            .itemList .item .itemLeft ul li:last-of-type {
                margin: 0;
            }
/*Panels*/
#panels > div[class*="Panel"] {
    padding: 50px 0;
    position:relative;
}

#panels > div:not(.itemPanel)[class*="Panel"] {
    background-color: #CECBC0;
}

#panels.home > div[class*="Panel"] {
    background: none;
}

#panels > div:not(.itemPanel, .overlayPanel)[class*="Panel"]:first-child {
    padding-bottom: 0;
}

#panels .panel-intro {
    position: relative;
}

    #panels .panel-intro:before {
        content: "";
        position: absolute;
        top: 0;
        left: -999px;
        right: -999px;
        bottom: 0;
        background-color: #fff;
        display: block;
    }

#panels .panel-items{
    position:relative;
}

    #panels .panel-items:before {
        content: "";
        position: absolute;
        top: 0;
        left: -999px;
        right: -999px;
        bottom: 0;
        background-color: #fff;
        display: block;
        height: 60px;
    }

#panels > div[class*="Panel"]:last-child {
    margin-bottom: -40px;
    position: relative;
    padding-bottom: 0;
}

.overlayPanel .overlayLeft .box {
    padding: 30px 25px;
    height: 100%;
}

#panels .panel-box {
    padding: 50px 25px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .41);
    box-shadow: 0 0 20px rgba(0, 0, 0, .41);
    position: relative;
    z-index: 1;
}

#panels .panel-brown {
    background-color: #6E6959;
    color: #fff;
}

#panels .panel-title {
    font-size: 45px;
    position:relative;
}

#panels .testimonialPanel .panel {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #6E6959;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 35px 0 !important;
}

#panels.home .testimonialPanel .panel {
    border-color: #222C3E;
}

#panels .formPanel .form-group .form-control {
    border: 0;
    border-radius: 0;
    font-size: 12px;
    height: 30px;
    color: #6E6959;
}

    #panels .formPanel .form-group .form-control::-webkit-input-placeholder {
        color: #6E6959;
    }

    #panels .formPanel .form-group .form-control::-moz-placeholder {
        color: #6E6959;
    }

    #panels .formPanel .form-group .form-control:-ms-input-placeholder {
        color: #6E6959;
    }

    #panels .formPanel .form-group .form-control::-ms-input-placeholder {
        color: #6E6959;
    }

    #panels .formPanel .form-group .form-control::placeholder {
        color: #6E6959;
    }

    #panels .formPanel .form-group .form-control:-ms-input-placeholder {
        color: #6E6959;
    }

    #panels .formPanel .form-group .form-control::-ms-input-placeholder {
        color: #6E6959;
    }

#panels .formPanel .g-recaptcha div {
    margin: 0 auto;
}

#panels .cardPanel .panel-title {
    color: #222C3E;
    text-align: center;
    position: relative;
    z-index: 1;
}

#panels .content {
    text-align: center;
    position:relative;
}

#panels .cardPanel .cardList {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}

    #panels .cardPanel .cardList .item {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

        #panels .cardPanel .cardList .item .box {
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .41);
            box-shadow: 0 0 15px rgba(0, 0, 0, .41);
            color: #fff;
            height: 100%;
            background-color: #222C3E;
        }

            #panels .cardPanel .cardList .item .box .box-text {
                padding: 25px;
            }

                #panels .cardPanel .cardList .item .box .box-text .itemIntroduction {
                    height: 49.5px;
                    line-height:16.5px;
                    overflow:hidden;
                }

                    #panels .cardPanel .cardList .item .box .box-text .itemIntroduction p {
                        margin:0;
                    }

                    #panels .cardPanel .cardList .item .box .box-text h3 {
                        color: #fff;
                        font-size: 45px;
                    }

                    #panels .cardPanel .cardList .item .box .box-text h3 a {
                        color: #fff;
                    }

#panels .wideCardPanel .wideCardList {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}

    #panels .wideCardPanel .wideCardList .item {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

        #panels .wideCardPanel .wideCardList .item .row {
            background-color: #394E78;
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .41);
            box-shadow: 0 0 20px rgba(0, 0, 0, .41);
        }

            #panels .wideCardPanel .wideCardList .item .row .left .box {
                padding: 25px;
                color: #fff;
            }

#panels .splitPanel .splitItem {
    background-color: #222C3E;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .41);
    box-shadow: 0 0 20px rgba(0, 0, 0, .41);
}

    #panels .splitPanel .splitItem .left {
        background-color: #222C3E;
        color: #fff;
        padding: 40px;
    }

#footer {
    position: relative;
}

    #footer #footerTop {
        background-color: #222C3E;
        color: #fff;
        padding: 70px 0;
    }

        #footer #footerTop a {
            color: #fff;
        }

        #footer #footerTop .row .item .box {
            padding: 15px;
            border-left: 1px solid rgba(255, 255, 255, .2);
            height: 100%;
        }

        #footer #footerTop ul li a {
            text-transform: uppercase;
            color: #fff;
            padding: 5px 0;
            display: block;
        }

        #footer #footerTop .sm-icons {
            margin-left: -4px;
            margin-right: -4px;
        }

            #footer #footerTop .sm-icons a {
                font-size: 16px;
                border-radius: 50%;
                background-color: #fff;
                color: #222C3E;
                width: 24px;
                height: 24px;
                display: inline-block;
                text-align: center;
                line-height: 24px;
                margin: 0 4px 8px 4px;
                -webkit-transition: .2s opacity ease-in-out;
                -o-transition: .2s opacity ease-in-out;
                transition: .2s opacity ease-in-out;
            }

                #footer #footerTop .sm-icons a:hover {
                    opacity: .8;
                }

    #footer #footerBottom {
        background-color: #15191E;
        padding: 10px 0;
        color: #F1F0EE;
    }

        #footer #footerBottom .d-flex div:after {
            content: "|";
            margin: 0 4px;
        }

        #footer #footerBottom .d-flex div:last-child:after {
            display: none;
        }

        #footer #footerBottom ul li a {
            color: #F1F0EE;
        }

@media(max-width: 767px) {
    #header .nav-scroller {
        position: absolute;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }

    #header ul.navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

        #header ul.navbar-nav > li {
            margin: 5px 0;
        }

            #header ul.navbar-nav > li > a {
                padding: 5px 10px;
                text-align: left;
            }

            #header ul.navbar-nav > li a:after {
                content: ' \f078';
                font-family: 'Font Awesome 6 Pro';
                font-weight: 900;
                font-size: 14px;
                padding-left: 5px;
            }

            #header ul.navbar-nav > li > a.expand::after {
                content: ' \f077';
            }

            #header ul.navbar-nav > li a:only-child:after {
                content: "";
            }

            #header ul.navbar-nav > li ul {
                list-style: none;
                margin: 0;
                padding-left: 20px;
                background-color: none;
            }

                #header ul.navbar-nav > li ul li a {
                    color: #fff;
                    text-align: left;
                    display: block;
                    padding: 5px;
                }

        #header ul.navbar-nav li {
            border: none;
        }

    #header .navbar-toggler {
        border-width: 0;
        outline: 0;
    }

    #header .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 .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 .animated-icon span {
            background: #fff;
        }

            #header .animated-icon span:nth-child(1) {
                top: 0px;
            }

            #header .animated-icon span:nth-child(2),
            #header .animated-icon span:nth-child(3) {
                top: 10px;
            }

            #header .animated-icon span:nth-child(4) {
                top: 20px;
            }

        #header .animated-icon.open span:nth-child(1) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

        #header .animated-icon.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #header .animated-icon.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #header .animated-icon.open span:nth-child(4) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

    #header .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 .btn-close {
        position: absolute;
        left: 0;
        background: #222C3E;
        padding: 20px;
        border: 0;
        top: 0;
        border-radius: 0;
    }

        #header .btn-close .animated-icon span {
            background: #fff;
        }


    #header .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 .navbar-collapse.show .nav-wrapper {
        left: 0;
    }

    #header .nav-group {
        margin-left: 70px;
        background: #222C3E;
        padding: 15px;
    }

        #header .nav-group::after {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 70px;
            right: 0;
            bottom: 0;
            background: #222C3E;
            z-index: -1;
        }

        #header .nav-group .callus {
            padding-left: 10px;
            margin-top: 10px;
        }

            #header .nav-group .callus i {
                color: #fff;
                margin-right: 5px;
            }

            #header .nav-group .callus a {
                color: #fff;
                font-weight: bold;
            }

    .listList {
        margin-top: 25px !important;
    }

    #theme {
        padding-bottom: 8.31% !important;
    }
}

@media(min-width: 768px) {
    #header ul.navbar-nav > li .sub-menu {
        position: absolute;
        top: 100%;
        left: 20px;
        background-color: #222C3E;
        min-width: 240px;
        display: none;
        z-index: 1;
    }

    #header ul.navbar-nav > li:hover .sub-menu {
        display: block;
    }

    #header ul.navbar-nav > li .sub-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #header ul.navbar-nav > li .sub-menu ul li a {
            color: #fff;
            padding: 5px 10px;
            -webkit-transition: .2s background-color linear;
            -o-transition: .2s background-color linear;
            transition: .2s background-color linear;
        }

        #header ul.navbar-nav > li .sub-menu ul li:hover a {
            background-color: #6E6959;
        }

    #hero h1, #theme .themeText h1, #theme .themeText .h1 {
        font-size: 85px;
    }

    .listList .listItem .itemLeft .box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: -33.33%;
        bottom: 0;
        width: 33.33%;
        background-color: #222C3E;
        margin-left: auto;
        z-index: 0;
    }

    .listList .listItem .itemLeft.alt .box:before {
        left: -33.33%;
        right: 0;
        margin-left: 0;
    }

    .listList .listItem .itemRight {
        padding-top: 30px;
        position: relative;
        z-index: 1;
    }

    .itemList .item .itemLeft {
        padding-right: 115px;
    }

        .itemList .item .itemLeft.alt {
            padding-left: 115px;
            padding-right: 0;
        }
}

@media(min-width:992px) {
    #hero h1, #theme .themeText h1, #theme .themeText .h1 {
        font-size: 100px;
    }

    .listList .listItem, .itemList .item {
        padding-bottom: 100px;
    }

    #panels div[class*="Panel"] {
        padding: 100px 0;
    }

    #panels .overlayPanel .overlayRight .box {
        padding: 35px 0;
        position: relative;
    }

        #panels .overlayPanel .overlayRight .box:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 33.33%;
            background-color: #6E6959;
        }

    #panels .splitPanel .splitItem .left {
        padding: 80px;
    }
}

@media(min-width: 1200px) {
    #panels .panel-box {
        padding: 80px;
    }
}
/*Recaptcha Validation*/
.validation-summary-errors {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 10px;
    color: #721c24;
    margin-bottom: 10px;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

/*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;
    }
