﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Allura);


.searchfield {
    margin-bottom: 4px !important;
    height: 2rem !important;
    font-size: 13px !important;
    padding: 10px !important;
    border-radius: 0 !important;
    margin-top: 24px !important;
}
footer {
    background: #111;
    color: #ccc;
    padding: 80px 0 0 0;
}
    footer .widget {
        margin-bottom: 60px;
    }
    footer a {
        font-weight: 600;
    }
    footer .widget_recent_post li, address span {
        border-bottom: solid 1px rgba(255, 255, 255, .2);
        padding: 4px 0;
        display:block;
    }
    footer h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }
.logo-small {
    margin-bottom: 20px;
}
footer a, footer a:hover {
    color: #fff;
}
footer address span {
    padding: 6px 0;
    display: block;
}
nav {
    box-shadow: none !important;
    line-height: unset !important;
}
.subfooter {
    background: rgba(0, 0, 0, .1);
    background-size: auto;
    padding: 30px 0px 5px 0
}
.header-custom:not(.header-mobile) .menu-group {
    background: #993B34;
    margin-bottom: -1px;
    height: 60px;
    padding-top: -1;
}
.align-items-center {
    align-items: center !important;
}
header .info-box_text {
    margin-top: 35px;
}
header div#logo {
    position: relative !important;
    text-align: left;
    padding: 25px 0 5px 0;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-custom:not(.header-mobile) div#logo {
    width: 100%;
}

    .header-custom:not(.header-mobile) div#logo img {
        text-align: center;
    }

header div#logo img {
    height: 70px;
}


.header-custom:not(.header-mobile) {
    height: auto;
    position: relative;
    width: 100%;
    left: 0;
}


header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    background: #fff;
    border-bottom: solid 1px rgba(0,0,0,0.0);
}

/* ================================================== */
/* navigation */
/* ================================================== */
.header-custom:not(.header-mobile) {
    height: auto;
    position: relative;
    width: 100%;
    left: 0;
}

    .header-custom:not(.header-mobile) nav {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: -1px;
        float: none;
    }

    .header-custom:not(.header-mobile).s2 nav {
        text-align: left;
        background: none;
        margin: 0;
        padding: 0;
        float: left;
    }

    .header-custom:not(.header-mobile) nav #mainmenu {
        display: inline-block !important;
        margin: 0;
        float: none;
        padding: 0;
    }

    .header-custom:not(.header-mobile) #mainmenu > li > a {
        padding: 20px 0px 20px 20px;
        line-height: 20px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

        .header-custom:not(.header-mobile) #mainmenu > li > a:hover {
            color: #fff;
        }

    .header-custom:not(.header-mobile) #mainmenu > li:first-child > a {
        padding-left: 0;
    }

    .header-custom:not(.header-mobile) div#logo {
        width: 100%;
    }

        .header-custom:not(.header-mobile) div#logo img {
            text-align: center;
        }

    .header-custom:not(.header-mobile) #mainmenu li > ul,
    .header-custom:not(.header-mobile) #mainmenu li:hover > ul {
        margin-top: -20px;
    }

    .header-custom:not(.header-mobile) #mainmenu li ul ul,
    .header-custom:not(.header-mobile) #mainmenu li:hover ul ul {
        top: 20px;
    }

    .header-custom:not(.header-mobile) #mainmenu li ul.mega,
    .header-custom:not(.header-mobile) #mainmenu li:hover ul.mega {
        margin-top: 60px;
    }

    .header-custom:not(.header-mobile) .menu-group {
        background: #993B34;
        margin-bottom: -1px;
        height: 60px;
        padding-top: -1;
    }

    .header-custom:not(.header-mobile) .form-default {
        margin-top: -5px;
    }

.header-custom.header-light:not(.header-mobile) .menu-group {
    background: rgba(0,0,0,.05);
}

#mainmenu {
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    float: right;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
}

    #mainmenu ul {
        float: right;
        margin: 0px 0px;
        padding: 0px 0px;
        height: 30px;
    }

    #mainmenu li {
        margin: 0px 0px;
        padding: 0px 0px;
        float: left;
        display: inline;
        list-style: none;
        position: relative;
    }

    #mainmenu a {
        line-height: 30px;
    }

    #mainmenu > li > a {
        line-height: 35px;
    }

    #mainmenu a,
    header.transparent.header-light #mainmenu a {
        color: #fff;
    }

    #mainmenu.style-2 a {
        font-size: 14px;
        letter-spacing: 0;
        text-transform: none;
    }

    #mainmenu li a:after {
        float: right;
        position: relative;
        font-family: "FontAwesome";
        content: "\f111";
        font-size: 6px;
        margin-left: 20px;
        margin-top: 0px;
        color: #fff !important;
    }

    #mainmenu li:last-child a:after {
        display: none;
    }

    #mainmenu.no-separator li a:after {
        margin-left: 5px;
    }


    #mainmenu.dotted-separator li a:after {
        content: "\f111";
        font-size: 6px;
    }

    #mainmenu.line-separator li a:after {
        content: "/";
        font-size: 14px;
    }

    #mainmenu.circle-separator li a:after {
        content: "\f10c";
        font-size: 9px;
    }

    #mainmenu.strip-separator li a:after {
        content: "\f068";
        font-size: 9px;
    }

    #mainmenu.plus-separator li a:after {
        content: "\f067";
        font-size: 11px;
    }

    #mainmenu.square-separator li a:after {
        content: "\f096";
        font-size: 11px;
    }

    #mainmenu.no-separator li a:after {
        font-size: 0px;
    }

    #mainmenu.ms-2 {
        text-transform: none;
        letter-spacing: 0;
    }

        #mainmenu.ms-2 li {
            font-size: 15px;
        }

        #mainmenu.ms-2 > li {
            font-weight: 500;
        }

    #mainmenu li li {
        font-size: 10px;
        font-weight: normal;
        border-bottom: solid 1px #dedede;
    }

        #mainmenu li li:last-child {
            border-bottom: none;
        }


        #mainmenu li li a {
            padding: 7px 12px 7px 12px;
            border-top: none;
            color: #003049;
            width: 250px;
            border-left: none;
            text-align: left;
            font-size: 13px;
        }

            #mainmenu li li a:hover {
                color: #fff;
                background: #003049;
            }

            #mainmenu li li a:after {
                content: none !important;
            }

        #mainmenu li li li a {
            background: #fff;
        }

        #mainmenu li li a:hover {
            color: #fff;
            background: #003049;
        }

    /* new added menu */

    #mainmenu li > ul {
        width: 250px;
        height: 0;
        position: absolute;
        top: 80px;
        left: 0px;
        z-index: 10;
        opacity: 0;
        margin-top: 5px;
        overflow: hidden;
    }

    #mainmenu li:hover > ul {
        opacity: 1;
        height: auto;
        margin-top: 0px;
        overflow: visible;
    }

    #mainmenu li ul.mega ul {
        width: 250px;
        height: auto;
        position: absolute;
        top: 80px;
        left: 0px;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        margin-top: 5px;
    }

    /* close new added menu */

    #mainmenu li li {
        display: block;
        float: none;
    }


    #mainmenu ul li:hover > a {
        color: #fff;
    }

header.header-mobile #mainmenu li ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}

#mainmenu li ul {
    background: #fff;
}

#mainmenu.sub-transparent li ul {
    background: rgba(10,10,10,.7);
}

#mainmenu li ul ul {
    left: 100%;
    top: 0px;
}

#mainmenu li:hover > ul {
    color: #1a8b49;
}

#mainmenu select {
    padding: 10px;
    height: 36px;
    font-size: 14px;
    border: none;
    background: #ff4200;
    color: #eceff3;
}

    #mainmenu select option {
        padding: 10px;
    }


header.header-light #mainmenu > li > a,
header.header-light.transparent #mainmenu > li > a,
header.transparent.smaller.header-light #mainmenu > li > a,
header.header-s2.header-light #mainmenu > li > a:hover {
    color: #333 !important;
}

#mainmenu > li ul.mega {
    position: fixed;
    left: 0;
    height: 0%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

#mainmenu li:hover ul.mega {
    visibility: visible;
    opacity: 1;
}

#mainmenu li ul.mega > li,
#mainmenu li ul.mega > li a {
    width: 100%;
}

#mainmenu li ul.mega li.title {
    font-size: 12px;
    padding: 0px 10px 10px 15px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

#mainmenu li ul.mega > li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    left: 0;
    float: none;
    width: 100%;
}

#mainmenu ul.mega > li ul li {
    margin: 0;
    padding: 0;
}

    #mainmenu ul.mega > li ul li a {
        margin: 0;
    }

    #mainmenu ul.mega > li ul li:last-child {
        border-bottom: solid 1px #333333;
    }

#mainmenu li ul.mega .menu-content {
    background: #222327;
    padding: 30px;
}

#mainmenu ul.mega ul,
#mainmenu ul.mega li,
#mainmenu ul.mega li li a {
    background: none;
}

#mainmenu.sub-transparent li ul.mega .menu-content {
    background: rgba(10,10,10,.7);
}

#mainmenu.menu-flex {
    display: -webkit-box;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
}

    #mainmenu.menu-flex > li {
        -webkit-box-flex: 1;
        text-align: center;
        margin: 0 10px;
    }

    #mainmenu.menu-flex.mf-left > li {
        text-align: left;
    }

#mainmenu.s2 li a {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
}

header.header-mobile #mainmenu > li ul.mega {
    visibility: visible;
    opacity: 1;
}

header.header-mobile.header-light #mainmenu li ul.mega li.title {
    color: #222222;
}

header:not(.header-mobile):not(.force-header-mobile) #mainmenu > li:hover ul.mega {
    height: auto;
}

header.header-s2 {
    background: none;
    top: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    header.header-s2 #mainmenu {
        margin: 0;
    }

    header.header-s2 .d-menu-wrap {
        background: var(--bg-dark-1);
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

header.header-light.header-s2 .d-menu-wrap {
    background: white;
}


header.header-s2.smaller .d-menu-wrap {
    -webkit-box-shadow: 0 20px 60px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 20px 60px rgb(0 0 0 / 20%);
    box-shadow: 0 20px 60px rgb(0 0 0 / 20%);
}

#menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    color: #ffffff;
    z-index: 10000;
    overflow-y: auto;
    display: none;
    overflow-x: hidden;
}

    #menu-overlay.slideDown {
        top: -100%;
    }

#mo-button-open {
    position: absolute;
    display: block;
    width: 30px;
    right: 20px;
    margin-top: 22px;
    overflow: hidden;
}

    #mo-button-open div {
        width: 100%;
        height: 3px;
        background: #ffffff;
        margin-bottom: 7px;
    }

    #mo-button-open.mo-bo-s1 {
        top: 10px;
    }

        #mo-button-open.mo-bo-s1 div {
            height: 1px;
        }

    #mo-button-open:hover div:nth-child(1) {
        margin-left: 50%;
    }

    #mo-button-open:hover div:nth-child(2) {
        margin-left: 25%;
    }

#mo-button-close {
    position: absolute;
    top: 0px;
    right: 20px;
    display: block;
    width: 30px;
    height: 45px;
    cursor: pointer;
}

    #mo-button-close .line-1,
    #mo-button-close .line-2 {
        top: 32px;
        width: 30px;
        height: 3px;
        background: #ffffff;
        position: absolute;
        border-radius: 10px;
        right: 0px;
    }

    #mo-button-close .line-1 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #mo-button-close .line-2 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #mo-button-close:hover .line-1,
    #mo-button-close:hover .line-2 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }



#mo-menu ul, #mo-menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mo-menu {
    font-size: 16px;
    margin-left: -30px;
}

    #mo-menu a {
        text-decoration: none;
        color: #ffffff;
    }

    #mo-menu li ul a {
        color: #888888;
    }

        #mo-menu li ul a:hover {
            color: #ffffff;
        }

    #mo-menu > li > a {
        font-size: 40px;
        padding: 15px 0;
        display: inline-block;
    }

    #mo-menu > li {
        display: block;
        width: 100%;
        opacity: 0;
    }

        #mo-menu > li.show {
            opacity: 1;
        }

        #mo-menu > li > ul {
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
        }

    #mo-menu:not(.mo-center) > li > ul {
        width: 100%;
    }

    #mo-menu > li > ul.full {
        max-height: 2000px;
        transition: max-height 1s ease-in-out;
    }

    #mo-menu.mo-center {
        text-align: center;
    }

        #mo-menu.mo-center > li > ul {
            margin-left: 15px;
        }

    #mo-menu .menu-content ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #mo-menu li ul.mega .menu-content {
        padding: 0px;
    }

    #mo-menu.mm-hover-underline > li span {
        border-bottom: solid 1px #ffffff;
        width: 0;
        display: block;
        position: relative;
    }

    #mo-menu.mm-hover-underline > li:hover span {
        width: 100%;
    }

    #mo-menu.mm-style-1 {
        text-transform: none;
        letter-spacing: 5px;
    }

        #mo-menu.mm-style-1 > li > a {
            font-size: 20px;
        }

    #mo-menu.mm-style-2 {
        letter-spacing: 5px;
    }

        #mo-menu.mm-style-2 > li > a {
            font-size: 64px;
            line-height: 60px;
            font-weight: bold;
            padding: 20px;
            letter-spacing: 20px;
            text-transform: none;
            color: rgba(0,0,0,0);
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: rgba(255,255,255,.5);
        }

            #mo-menu.mm-style-2 > li > a:hover {
                -webkit-text-stroke-color: rgba(255,255,255,1);
                transform: scale(1.2);
                color: #ffffff;
            }

        #mo-menu.mm-style-2 > li {
            transform: scale(0);
        }

            #mo-menu.mm-style-2 > li.show {
                transform: scale(1);
            }


    #mo-menu.mm-style-3 {
        letter-spacing: 5px;
    }

        #mo-menu.mm-style-3 > li > a {
            font-size: 64px;
            line-height: 60px;
            font-weight: bold;
            padding: 20px;
            letter-spacing: 20px;
            text-transform: none;
        }

            #mo-menu.mm-style-3 > li > a:hover {
                transform: scale(1.2);
                color: #ffffff;
            }

        #mo-menu.mm-style-3 > li {
            transform: scale(0);
        }

            #mo-menu.mm-style-3 > li.show {
                transform: scale(1);
            }


/* menu toggle for mobile */
#menu-btn {
    display: none;
    float: right;
    margin-top: 5px;
    width: 40px;
    height: 40px;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    background: #993B34;
}

.header-light #menu-btn {
    background: none;
}

#menu-btn:before {
    font-family: FontAwesome;
    content: "\f0c9";
    font-size: 24px;
    color: #eceff3;
}

.header-light #menu-btn:before {
    color: #333;
}

#menu-btn.unclick:before {
    content: "\f0c9";
}

#menu-btn.clicked:before {
    content: "\f00d";
}

#menu-btn:hover {
    background: #fff;
}

    #menu-btn:hover:before {
        color: #222;
    }

/* menu toggle animated */

#nav-toggle {
    float: right;
    width: 60px;
    height: 20px;
    position: relative;
    margin: 15px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 10px;
    z-index: 100;
}

    #nav-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-toggle span:nth-child(1) {
            top: 10px;
        }

        #nav-toggle span:nth-child(2) {
            top: 18px;
        }

        #nav-toggle span:nth-child(3) {
            top: 26px;
        }

    #nav-toggle.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-toggle.open span:nth-child(2) {
        opacity: 0;
    }

    #nav-toggle.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

#menu-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.95);
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    height: 0;
    overflow-y: auto;
}

    #menu-wrapper nav {
        display: inline-block;
        margin: 20px auto 80px auto;
        padding: 0;
        float: none;
        font-size: 26px;
        opacity: 0;
    }
@media screen and (min-width: 900px) {
    header .btn-link {
        position: absolute;
        right: 15px;
        top: 24px;
        height: 41px;
    }
}
    @media screen and (max-width: 900px) {
        #menu-btn {
            display: block !important;
            position: absolute;
            z-index: 100;
            right: 14px;
            top: 5px;
        }
        .menu-group {
            display: none;
        }

        header .btn-link {
            position: relative !important;
            float:right;
            right: 0px !important;
            top: -46px !important;
            height: 41px !important;
        }
        #logo {
            padding-right: 0 !important;
            text-align: center !important;
            margin: 0 !important;
            padding: 0 !important;
            position: relative absolute !important;
            left: 0 !important;
            display: block !important;
        }
    }