@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    color: #5e493a;
}

    body.fh5co-overflow {
        overflow-x: auto;
    }

a {
    color: #fb6e14;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover, a:focus, a:active {
        color: #bf4c03;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", serif;
    color: #000;
}

p {
    margin-bottom: 30px;
}

#fh5co-home {
    min-height: 700px;
    background: #fff url(../images/loader.gif) no-repeat center center;
}

    #fh5co-home .flexslider {
        border: none;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }

        #fh5co-home .flexslider .fh5co-text {
            position: absolute;
            z-index: 3;
            width: 100%;
            top: 50%;
            margin-top: -200px;
            text-align: center;
        }

            #fh5co-home .flexslider .fh5co-text h1 {
                margin: 0;
                padding: 0;
                font-family: "Playfair Display", serif;
                font-size: 80px;
                font-weight: 700;
                font-style: italic;
                color: #fff;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

@media screen and (max-width: 992px) {
    #fh5co-home .flexslider .fh5co-text h1 {
        font-size: 30px;
        margin-top: 20px;
    }

    #fh5co-home .flexslider .fh5co-text h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 5px;
    }

    #fh5co-home {
        min-height: 0;
    }
}

#fh5co-home .flexslider .fh5co-text h2 {
    padding: 0;
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    #fh5co-home .flexslider .fh5co-text h1 {
        font-size: 40px;
        margin-top: 20px;
    }

    #fh5co-home .flexslider .fh5co-text h2 {
        font-size: 20px;
        line-height: 40px;
        margin: 5px;
    }
}

#fh5co-home .flexslider .fh5co-text h2 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    text-transform: none;
}

#fh5co-home .flexslider .fh5co-text h2 a {
    color: #fb6e14;
}

#fh5co-home .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
}

#fh5co-home .flexslider .fh5co-overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
    background: #000;
}

#fh5co-home .flexslider .flex-control-nav,
#fh5co-home .flexslider .flex-direction-nav {
    display: none;
}

.fh5co-main-nav {
    position: relative;
    background: #fff;
}

    .fh5co-main-nav.fh5co-shadow {
        -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    }

    .fh5co-main-nav:before, .fh5co-main-nav:after {
        content: "";
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background: #e6e6e6;
    }

    .fh5co-main-nav:before {
        top: 2px;
    }

    .fh5co-main-nav:after {
        bottom: 2px;
    }

    .fh5co-main-nav .fh5co-menu-1,
    .fh5co-main-nav .fh5co-menu-2,
    .fh5co-main-nav .fh5co-logo {
        vertical-align: middle;
        float: left;
        line-height: 0;
    }

        .fh5co-main-nav .fh5co-menu-1 a,
        .fh5co-main-nav .fh5co-menu-2 a,
        .fh5co-main-nav .fh5co-logo a {
            padding: 35px 10px;
            color: #2A54D1;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            .fh5co-main-nav .fh5co-menu-1 a:hover, .fh5co-main-nav .fh5co-menu-1 a:focus, .fh5co-main-nav .fh5co-menu-1 a:active,
            .fh5co-main-nav .fh5co-menu-2 a:hover,
            .fh5co-main-nav .fh5co-menu-2 a:focus,
            .fh5co-main-nav .fh5co-menu-2 a:active,
            .fh5co-main-nav .fh5co-logo a:hover,
            .fh5co-main-nav .fh5co-logo a:focus,
            .fh5co-main-nav .fh5co-logo a:active {
                outline: none;
                text-decoration: none;
            }

            .fh5co-main-nav .fh5co-menu-1 a:hover, .fh5co-main-nav .fh5co-menu-2 a:hover {
                color: #fb4f59;
            }

            .fh5co-main-nav .fh5co-menu-1 a.active,
            .fh5co-main-nav .fh5co-menu-2 a.active,
            .fh5co-main-nav .fh5co-logo a.active {
                color: #fb6e14;
            }

    .fh5co-main-nav .fh5co-menu-1 {
        text-align: right;
        width: 40.33%;
    }

        .fh5co-main-nav .fh5co-menu-1 a {
            vertical-align: middle;
        }

    .fh5co-main-nav .fh5co-logo {
        text-align: center;
        width: 19.33%;
        font-size: 40px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        font-style: italic;
    }

        .fh5co-main-nav .fh5co-logo a {
            position: relative;
            top: -5px;
            display: inline-block;
        }

    .fh5co-main-nav .fh5co-menu-2 {
        text-align: left;
        width: 40.33%;
    }

.fh5co-heading .heading {
    font-size: 50px;
    font-style: italic;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .fh5co-heading .heading {
        font-size: 30px;
    }
}

.fh5co-heading .heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    left: 50%;
    background: #fb6e14;
    margin-left: -20px;
}

.fh5co-heading .sub-heading {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .fh5co-heading .sub-heading {
        font-size: 18px;
    }
}

#fh5co-about {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    background: #e6e6e6;
    width: 100%;
}


    #fh5co-about .fh5co-text {
        padding: 2em 6em;
        text-align: left;
        background: #130d08 url(../images/wood_1.png) repeat;
    }

@media screen and (max-width: 1200px) {
    #fh5co-about .fh5co-text {
        padding: 1em;
    }
}

#fh5co-about .fh5co-text .btn {
    color: #fff;
}

#fh5co-about .fh5co-text .heading {
    margin-bottom: 30px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
}

    #fh5co-about .fh5co-text .heading:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 40px;
        height: 2px;
        left: 50%;
        background: #fb6e14;
        margin-left: -20px;
    }

#fh5co-about .fh5co-text p {
    line-height: 2;
    color: #a99c92;
}

#fh5co-about .fh5co-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

#fh5co-about .fh5co-text li {
    line-height: 2;
    color: #ffffff;
}

#fh5co-about .fh5co-text p span.firstcharacter {
    float: left;
    color: #903;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 3px;
    font-style: italic;
    top: -20px;
    position: relative;
    color: #fff;
    font-family: "Playfair Display", serif;
}

#fh5co-about .fh5co-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    #fh5co-about .fh5co-bg {
        width: 100%;
        min-height: 500px;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-about .fh5co-bg {
        width: 100%;
        min-height: 300px;
    }
}

#fh5co-menus {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-menus {
        padding: 5em 0;
    }
}

#fh5co-menus .fh5co-heading .heading {
    position: relative;
    padding-top: 30px !important;
}

    #fh5co-menus .fh5co-heading .heading:before, #fh5co-menus .fh5co-heading .heading::before {
        height: 64px;
        width: 64px;
        position: absolute;
        content: "\f0a1";
        font-family: 'icomoon';
        color: #fb6e14;
        top: 0;
        left: 50%;
        margin-top: -50px;
        margin-left: -32px;
    }

#fh5co-menus .fh5co-heading .sub-heading {
    color: #5e493a;
}

#fh5co-menus .fh5co-food-menu {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #fh5co-menus .fh5co-food-menu {
        margin-bottom: 30px;
        float: left;
        width: 100%;
        clear: none !important;
    }
}

#fh5co-menus .fh5co-food-menu h2 {
    margin-bottom: 50px;
    font-style: italic;
    position: relative;
}

    #fh5co-menus .fh5co-food-menu h2.fh5co-drinks {
        padding-left: 50px;
    }

        #fh5co-menus .fh5co-food-menu h2.fh5co-drinks:before {
            background: url(../images/0301-pina-colada.png) no-repeat;
            content: "";
            position: absolute;
            top: -20px;
            left: 0;
            width: 64px;
            height: 64px;
        }

    #fh5co-menus .fh5co-food-menu h2.fh5co-dishes {
        padding-left: 80px;
    }

        #fh5co-menus .fh5co-food-menu h2.fh5co-dishes:before {
            background: url(../images/0302-steak.png) no-repeat;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 64px;
            height: 45px;
        }

#fh5co-menus .fh5co-food-menu ul {
    padding: 0;
    margin: 0;
}

    #fh5co-menus .fh5co-food-menu ul li {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px dotted #ccc;
        display: block;
        float: left;
        width: 100%;
    }

        #fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc {
            clear: both;
            float: left;
            width: 80%;
        }

            #fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure {
                width: 20%;
                float: left;
                position: relative;
                margin-right: 4%;
            }

                #fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure img {
                    max-width: 100%;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    -ms-border-radius: 4px;
                    border-radius: 4px;
                    margin-bottom: 0;
                }

            #fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div {
                width: 75%;
                float: left;
                position: relative;
                font-size: 14px;
                line-height: 1.5;
            }

                #fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div p {
                    margin: 0;
                }

                #fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div h3 {
                    margin: 0 0 10px 0;
                    padding: 0;
                    font-size: 20px;
                    color: #000;
                }

        #fh5co-menus .fh5co-food-menu ul li .fh5co-food-pricing {
            float: right;
            width: 20%;
            text-align: right;
            font-size: 20px;
            color: #fb6e14;
        }

#fh5co-events {
    padding: 3em 0;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

    #fh5co-events > .fh5co-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9;
    }

    #fh5co-events > .container {
        z-index: 10;
        position: relative;
    }

    #fh5co-events .fh5co-heading .heading {
        position: relative;
        padding-top: 30px !important;
        color: #fff;
    }

        #fh5co-events .fh5co-heading .heading:before, #fh5co-events .fh5co-heading .heading::before {
            height: 64px;
            width: 49px;
            position: absolute;
            content: "";
            background: url(../images/0402-chef.png) no-repeat;
            top: 0;
            left: 50%;
            margin-top: -50px;
            margin-left: -24px;
        }

    #fh5co-events .fh5co-heading .sub-heading {
        color: #a99c92;
    }

@media screen and (max-width: 768px) {
    #fh5co-events {
        padding: 5em 0;
    }
}

#fh5co-events .fh5co-event {
    background: #fff;
    padding: 50px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

    #fh5co-events .fh5co-event:before {
        border: 2px solid #e6e6e6;
        content: "";
        position: absolute;
        top: 15px;
        bottom: 15px;
        right: 15px;
        left: 15px;
        z-index: 0;
    }

    #fh5co-events .fh5co-event h3, #fh5co-events .fh5co-event .fh5co-event-meta, #fh5co-events .fh5co-event p, #fh5co-events .fh5co-event .btn {
        position: relative;
        z-index: 2;
    }

    #fh5co-events .fh5co-event h3 {
        padding: 0;
        margin: 0;
    }

    #fh5co-events .fh5co-event .fh5co-event-meta {
        margin-bottom: 20px;
        display: block;
        color: gray;
        position: relative;
        padding-bottom: 10px;
    }

        #fh5co-events .fh5co-event .fh5co-event-meta:after, #fh5co-events .fh5co-event .fh5co-event-meta::after {
            background: #bfbfbf;
            background: #fb6e14;
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 40px;
            height: 2px;
            margin-left: -20px;
        }

    #fh5co-events .fh5co-event p {
        font-size: 20px;
        text-align: center;
        line-height: 150px;
        color: #ffffff;
    }

        #fh5co-events .fh5co-event p:last-child {
            margin-bottom: 0;
        }

    #fh5co-events .fh5co-event .btn {
        margin-bottom: 0;
    }

#fh5co-contact {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-contact {
        padding: 5em 0;
    }
}

#fh5co-contact h3 {
    margin-bottom: 30px;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    #fh5co-contact {
        padding: 5em 0;
    }
}

#fh5co-contact .fh5co-heading .heading {
    position: relative;
    padding-top: 30px !important;
}

    #fh5co-contact .fh5co-heading .heading:before, #fh5co-contact .fh5co-heading .heading::before {
        height: 61px;
        width: 61px;
        position: absolute;
        content: "\f1d8";
        font-family: 'icomoon';
        color: #fb6e14;
        top: 0;
        left: 50%;
        margin-top: -50px;
        margin-left: -24px;
    }

#fh5co-contact .fh5co-heading .sub-heading {
    color: #5e493a;
}

#fh5co-contact .fh5co-social {
    padding: 0;
    margin: 0;
}

    #fh5co-contact .fh5co-social li {
        padding: 0;
        margin: 0;
    }

#fh5co-contact .fh5co-contact-info {
    padding: 0;
    margin: 0 0 1.5em 0;
    color: #000;
}

    #fh5co-contact .fh5co-contact-info li {
        position: relative;
        padding: 0;
        margin: 0 0 1.5em 0;
        padding-left: 50px;
        list-style: none;
    }

        #fh5co-contact .fh5co-contact-info li i {
            position: absolute;
            top: .4em;
            left: 0;
        }

#fh5co-container {
    position: relative;
    z-index: 10;
}

#fh5co-footer {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 7em 0;
    z-index: 1;
    color: #f5f5f5;
}

@media screen and (max-width: 768px) {
    #fh5co-footer {
        padding: 5em 0;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-footer {
        height: inherit;
        position: relative;
    }
}

.fh5co-social {
    padding: 0;
    margin: 0;
}

    .fh5co-social li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline;
    }

        .fh5co-social li a {
            font-size: 30px;
            padding: 10px;
        }

            .fh5co-social li a i {
                font-size: 30px;
            }

            .fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
                outline: none;
                text-decoration: none;
            }

#fh5co-offcanvas, #fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-container, .fh5co-nav-toggle, #fh5co-footer {
    z-index: 2;
    position: relative;
}

#fh5co-offcanvas {
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 275px;
    background: rgba(0, 0, 0, 0.9);
    padding: 0.75em 1.25em;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    -o-transform: translateX(-275px);
    transform: translateX(-275px);
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
}

    #fh5co-offcanvas a {
        display: block;
        color: rgba(255, 255, 255, 0.4);
        text-align: center;
        padding: 7px 0;
    }

        #fh5co-offcanvas a:hover, #fh5co-offcanvas a:focus, #fh5co-offcanvas a:active {
            outline: none;
            text-decoration: none;
            color: #fb6e14;
        }

        #fh5co-offcanvas a.active {
            color: #fb6e14;
        }

@media screen and (max-width: 768px) {
    #fh5co-offcanvas {
        display: block;
    }
}

.offcanvas-visible #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #fh5co-container, #fh5co-footer, .fh5co-nav-toggle {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.offcanvas-visible #fh5co-container, .offcanvas-visible #fh5co-footer, .offcanvas-visible .fh5co-nav-toggle {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    -o-transform: translateX(275px);
    transform: translateX(275px);
}

.js-sticky {
    display: block;
}

@media screen and (max-width: 768px) {
    .js-sticky {
        display: none;
    }
}

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

    .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
        background: #fff;
    }

    .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
        outline: none;
        border-bottom: none !important;
    }

    .fh5co-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30px;
        height: 2px;
        color: #fff;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #fff;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #fff;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        .fh5co-nav-toggle i::before {
            top: -7px;
        }

        .fh5co-nav-toggle i::after {
            bottom: -7px;
        }

    .fh5co-nav-toggle:hover i::before {
        top: -10px;
    }

    .fh5co-nav-toggle:hover i::after {
        bottom: -10px;
    }

    .fh5co-nav-toggle.active i {
        background: transparent;
    }

        .fh5co-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .fh5co-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.fh5co-nav-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    border-bottom: none !important;
    background: rgba(0, 0, 0, 0.7);
    padding: 0px 10px 10px 10px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}

#fh5co-type {
    padding: 7em 0;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

    #fh5co-type > .fh5co-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 9;
    }

    #fh5co-type > .container {
        z-index: 10;
        position: relative;
    }

    #fh5co-type .fh5co-type {
        float: left;
        width: 100%;
        text-align: center;
    }

@media screen and (max-width: 768px) {
    #fh5co-type .fh5co-type {
        margin-bottom: 30px;
    }
}

#fh5co-type h3 {
    margin-bottom: 30px;
    font-style: italic;
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding-top: 110px;
}

    #fh5co-type h3.with-icon {
        position: relative;
    }

        #fh5co-type h3.with-icon:before, #fh5co-type h3.with-icon::before {
            content: "";
            position: absolute;
            left: 50%;
            margin-left: -54px;
            margin-top: -125px;
            width: 104px;
            height: 104px;
            border: 2px solid rgba(255, 255, 255, 0.2);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }


#fh5co-type p {
    color: rgba(255, 255, 255, 0.7);
}

.js .to-animate, .js .to-animate-2 {
    opacity: 0;
}

.row-padded {
    padding-bottom: 40px;
}

/* Custom */
/*maps section css*/
.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.maps {
    background: url(../images/mapbg.jpg) no-repeat top center;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.main_maps {
    width: 100%;
    height: 100%;
}

    .main_maps .map_canvas_icon {
        position: absolute;
        left: 35%;
        top: 25%;
        cursor: pointer;
    }

    .main_maps i {
        color: #fff;
        font-size: 2rem;
    }

    .main_maps h2 {
        color: #fff;
    }

#map_canvas {
    height: 160px;
    width: 100%;
}


.kmi-genesis .flex-direction-nav a {
    width: 40px;
    height: 80px;
    margin: -20px 0 0;
}

    .kmi-genesis .flex-direction-nav a:before {
        color: #fb6e14;
    }

.kmi-genesis .flex-pauseplay a {
    width: 20px;
    height: 40px;
    left: 40px;
    bottom: 20px;
    color: #fb6e14;
}

.kmi-genesis .flex-control-nav {
    bottom: -80px;
    text-align: center;
}

.kmi-genesis .flexslider .flex-control-paging li a {
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: none;
}

    .kmi-genesis .flexslider .flex-control-paging li a:active, .kmi-genesis .flexslider .flex-control-paging li a:focus {
        outline: none;
    }

    .kmi-genesis .flexslider .flex-control-paging li a.flex-active {
        top: 2px;
        position: relative;
        background: transparent;
        box-shadow: none;
        border: 2px solid #fb6e14;
    }

#fh5co-genesis {
    margin-top: 10px;
}

.kmi-events {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .kmi-events p {
        font-size: 20px;
        text-align: center;
        line-height: 150px;
    }

.kmi-events-image {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}

.kmi-contact-info {
    color: #1784fb;
}

.vue-app-form {
    color: #000;
    font-size: 1.7rem;
}

    .vue-app-form .help-block {
        font-size: 14px;
    }

    .vue-app-form .panel-title {
        padding-left: 5px !important;
        font-style: italic !important;
        font-size: 20px !important;
        margin-bottom: 0 !important;
        font-weight: 600 !important;
    }

    .vue-app-form label {
        font-weight: 100;
    }

    .vue-app-form .btn-submit-wrapper {
        text-align: center;
        margin-top: 10px;
    }

    .vue-app-form .btn {
        font-size: 20px;
    }

.vue-recaptcha-wrapper {
    width: 304px;
    margin-left: auto;
    margin-right: auto;
}

.b-alert .close {
    font-size: 40px;
}

.b-alert .icon {
    font-size: 25px;
}

.b-alert strong {
    font-size: 20px;
    padding-left: 5px;
}

.b-alert p {
    font-size: 1.8rem;
    text-align: center;
}

.form-control {
    padding: 8px 12px;
    font-size: 18px;
}

.alert {
    position: absolute;
    top: 75px !important;
}

.datepicker-ctrl {
    font-size: 1.2rem !important;
}

.datepicker-weekRange span {
    font-weight: 100 !important;
    font-size: 1.2rem !important;
}

#kmi-gallery {
    text-align: center;
}

    #kmi-gallery img {
        width: 300px;
        height: 250px;
    }

#kmi-about {
    padding: 7em 0;
}

    #kmi-about .fh5co-heading .heading:before, #kmi-about .fh5co-heading .heading::before {
        height: 64px;
        width: 64px;
        position: absolute;
        content: "\f02d";
        font-family: 'icomoon';
        color: #fb6e14;
        top: 0;
        left: 50%;
        margin-top: -50px;
        margin-left: -32px;
    }

    #kmi-about .fh5co-heading .heading {
        position: relative;
        padding-top: 30px !important;
    }

.sub-title {
    color: #903;
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Playfair Display", serif;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}

#kmi-downloads {
    padding: 7em 0;
}

    #kmi-downloads .fh5co-heading .heading:before, #kmi-downloads .fh5co-heading .heading::before {
        height: 64px;
        width: 64px;
        position: absolute;
        content: "\f0ed";
        font-family: 'icomoon';
        color: #fb6e14;
        top: 0;
        left: 50%;
        margin-top: -50px;
        margin-left: -32px;
    }

    #kmi-downloads .fh5co-heading .heading {
        position: relative;
        padding-top: 30px !important;
    }

.about-wrapper {
    padding: 10px;
}

#fh5co-footer .logo-wrapper h3 {
    color: #337ab7;
    margin-bottom: 30px;
}

#fh5co-footer .logo-wrapper h4 {
    color: #f5f5f5;
    margin-bottom: 30px;
}

#fh5co-footer .address {
    color: #f5f5f5;
}

#fh5co-footer .menu a {
    color: #f5f5f5;
}

#fh5co-footer .kmi-logo {
    width: 200px;
}

#fh5co-footer ul {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

#fh5co-footer li {
    margin-bottom: 10px;
}

    #fh5co-footer li a:hover {
        color: #fb6e14;
    }

.file-download-app-pack {
    width: 170px;
    height: 272px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    border: 1px dotted #ddd;
    padding: 2px;
    -webkit-border-radius: 7px 0px;
    -moz-border-radius: 7px 0px;
    border-radius: 7px 0px;
}

.file-download-app-pack-title {
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    color: #000;
    font-size: 13px;
}

.file-download-app-pack-span {
    padding: 2px;
    font-size: 185px;
    color: #eeeeee;
}

.file-download-app-pack-btn {
    margin-top: 0px;
    width: 164px;
}

.file-download-app-pack-btn-logo {
    font-size: 25px;
    padding-right: 10px;
}

.file-download-app-pack-btn-text {
    font-size: 14px;
    line-height: 20px;
}

.dev-contact {
    font-size: 16px !important;
    padding-left: 20px;
    padding-right: 20px;
    font-style: italic;
}

#kmi-donate {
    padding: 7em 0;
}

    #kmi-donate .fh5co-heading .heading:before, #kmi-donate .fh5co-heading .heading::before {
        height: 64px;
        width: 64px;
        position: absolute;
        content: "\f08a";
        font-family: 'icomoon';
        color: #fb6e14;
        top: 0;
        left: 50%;
        margin-top: -50px;
        margin-left: -32px;
    }

    #kmi-donate .fh5co-heading .heading {
        position: relative;
        padding-top: 30px !important;
    }

#fh5co-events p {
    color: #fff;
}

.stipe-badge {
    /*display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;*/
    margin-bottom: 3px;
}

.kmi-picture-caption {
    color: #ffffff !important;
}

.kmi-cards {
    margin-bottom: 10px;
    background-color: #fbfbfb;
    padding: 5px;
}

.kmi .img-responsive {
    margin: 5px auto;
}

.kmi-busy-fa-icon {
    color: #718eeb;
}

.kmi-feedback {
    text-align: center;
    padding-bottom: 8px;
}

#kmi-advert {
    margin-top: 50px;
    font-family: 'Shippori Antique', sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

.sub-title-2 {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Shippori Antique', sans-serif;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}

.sub-title-3 {
    font-size: 30px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Shippori Antique', sans-serif;
    display: block;
    margin-bottom: 30px;   
    text-align: center;
}
