.autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #d4d4d4;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
    border-top: none;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            background-color: #f1f1f1;
        }

.autocomplete-active {
    background-color: #e9e9e9 !important;
    color: #000;
}



.ehs-text {
    padding-top: 10px;
    font-family: 'Sunflower', sans-serif;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.2;
}

.ehs-btn-main-darkgrey {
    box-shadow: inset 0px 1px 3px 0px #91b8b3;
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    background-color: #768d87;
    border-radius: 5px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #2b665e;
}

    .ehs-btn-main-darkgrey:hover {
        background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
        background-color: #6c7c7c;
    }

    .ehs-btn-main-darkgrey:active {
        position: relative;
        top: 1px;
    }


.ehs-btn-main-darkorange {
    box-shadow: inset 0px 1px 0px 0px #f9eca0;
    background: linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
    background-color: #f0c911;
    border-radius: 6px;
    border: 1px solid #e65f44;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ded17c;
}

    .ehs-btn-main-darkorange:hover {
        background: linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%);
        background-color: #f2ab1e;
    }

    .ehs-btn-main-darkorange:active {
        position: relative;
        top: 1px;
    }

.ehs-btn-main-grey {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color: #ededed;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .ehs-btn-main-grey:hover {
        background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
        background-color: #dfdfdf;
    }

    .ehs-btn-main-grey:active {
        position: relative;
        top: 1px;
    }

.ehs-btn-main-red {
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
    background-color: #f24537;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
}

    .ehs-btn-main-red:hover {
        background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
        background-color: #c62d1f;
    }

    .ehs-btn-main-red:active {
        position: relative;
        top: 1px;
    }

.ehs-btn-main {
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #333333;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66;
}

    .ehs-btn-main:hover {
        background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        background-color: #ffab23;
    }

    .ehs-btn-main:active {
        position: relative;
        top: 1px;
    }


.myProgress {
    width: 100%;
    background-color: #ddd;
    border-radius: 25px;
}

.myBar {
    border-radius: 25px;
    width: 0%;
    height: 30px;
    background: linear-gradient(to right, #cc6600 0%, #ffff99 100%);
    text-align: center;
    line-height: 30px;
    color: white;
}

.modalWait {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .8 ) url('../img/animations/319.gif') 50% 50% no-repeat;
}

.hes-gallery {
    display: flow;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 10px;
    columns: 1;
}

    .hes-gallery img {
        width: 100%;
        object-fit: cover;
        transition: 0.3s;
        cursor: pointer;
    }

        .hes-gallery img:hover {
            transform: scale(1.04);
            box-shadow: 2px 2px 6px #555;
        }

.hes-galleryFavorite {
    display: flow;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
    columns: 5;
}

    .hes-galleryFavorite img {
        width: 100%;
        object-fit: cover;
        transition: 0.3s;
        cursor: pointer;
    }

        .hes-galleryFavorite img:hover {
            transform: scale(1.04);
            /*box-shadow: 2px 2px 6px #555;*/
        }

@media (max-width:900px) {
    .hes-gallery {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        padding: 10px;
        columns: 1;
    }
}

.hes-gallery-photo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
    columns: 2;
}

    .hes-gallery-photo img {
        width: 100%;
        object-fit: cover;
        transition: 0.3s;
        cursor: pointer;
    }

        .hes-gallery-photo img:hover {
            transform: scale(1.04);
            box-shadow: 2px 2px 6px #555;
        }

@media (max-width:900px) {
    .hes-gallery-photo {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        padding: 10px;
        columns: 1;
    }
}

.ehsrpt {
    animation: rotation 3s infinite linear;
}

@keyframes rotation {
    100% {
        transform: rotatey(360deg);
    }
}



legend {
    color: white;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modalWait {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalWait {
    display: block;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}

    ul.ks-cboxtags li {
        display: inline;
    }

        ul.ks-cboxtags li label {
            display: inline-block;
            background-color: rgba(255, 255, 255, .9);
            border: 2px solid rgba(139, 139, 139, .3);
            color: #282d36;
            border-radius: 25px;
            white-space: nowrap;
            margin: 3px 0px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s;
        }

        ul.ks-cboxtags li label {
            padding: 8px 12px;
            cursor: pointer;
        }

            ul.ks-cboxtags li label::before {
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 12px;
                padding: 2px 6px 2px 2px;
                transition: transform .3s ease-in-out;
            }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
            transform: rotate(-360deg);
            transition: transform .3s ease-in-out;
        }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label {
            border: 2px solid #f8951b;
            background-color: #d48012;
            color: #fff;
            transition: all .2s;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            display: absolute;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            position: absolute;
            opacity: 0;
        }

            ul.ks-cboxtags li input[type="checkbox"]:focus + label {
                border: 2px solid #ffa1a1;
            }


.buttonTableEdit {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 3px;
    border: 1px solid #0d5fb7;
    border-radius: 8px;
    background: #18b3ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#18b3ff), to(#0d5fb7));
    background: -moz-linear-gradient(top, #18b3ff, #0d5fb7);
    background: linear-gradient(to bottom, #18b3ff, #0d5fb7);
    -webkit-box-shadow: #1dd7ff 0px 0px 0px 0px;
    -moz-box-shadow: #1dd7ff 0px 0px 0px 0px;
    box-shadow: #1dd7ff 0px 0px 0px 0px;
    text-shadow: #08386c 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

    .buttonTableEdit:hover,
    .buttonTableEdit:focus {
        border: 1px solid ##0f70d7;
        background: #1dd7ff;
        background: -webkit-gradient(linear, left top, left bottom, from(#1dd7ff), to(#1072dc));
        background: -moz-linear-gradient(top, #1dd7ff, #1072dc);
        background: linear-gradient(to bottom, #1dd7ff, #1072dc);
        color: #ffffff;
        text-decoration: none;
    }

    .buttonTableEdit:active {
        background: #0d5fb7;
        background: -webkit-gradient(linear, left top, left bottom, from(#0d5fb7), to(#0d5fb7));
        background: -moz-linear-gradient(top, #0d5fb7, #0d5fb7);
        background: linear-gradient(to bottom, #0d5fb7, #0d5fb7);
    }

    .buttonTableEdit:after {
        content: "\0000a0";
        display: inline-block;
        height: 24px;
        width: 24px;
        line-height: 24px;
        margin: 0 -4px -2px 4px;
        position: relative;
        top: 0px;
        left: -3px;
        background: url("../img/edit.png") no-repeat left center transparent;
        background-size: 100% 100%;
    }

.buttonTableRemove {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 3px;
    border: 1px solid #aa0305;
    border-radius: 8px;
    background: #ff060a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff060a), to(#aa0305));
    background: -moz-linear-gradient(top, #ff060a, #aa0305);
    background: linear-gradient(to bottom, #ff060a, #aa0305);
    -webkit-box-shadow: #ff070c 0px 0px 0px 0px;
    -moz-box-shadow: #ff070c 0px 0px 0px 0px;
    box-shadow: #ff070c 0px 0px 0px 0px;
    text-shadow: #640203 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

    .buttonTableRemove:hover,
    .buttonTableRemove:focus {
        border: 1px solid ##c80406;
        background: #ff070c;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff070c), to(#cc0406));
        background: -moz-linear-gradient(top, #ff070c, #cc0406);
        background: linear-gradient(to bottom, #ff070c, #cc0406);
        color: #ffffff;
        text-decoration: none;
    }

    .buttonTableRemove:active {
        background: #aa0305;
        background: -webkit-gradient(linear, left top, left bottom, from(#aa0305), to(#aa0305));
        background: -moz-linear-gradient(top, #aa0305, #aa0305);
        background: linear-gradient(to bottom, #aa0305, #aa0305);
    }

    .buttonTableRemove:after {
        content: "\0000a0";
        display: inline-block;
        height: 24px;
        width: 24px;
        line-height: 24px;
        margin: 0 -4px -2px 4px;
        position: relative;
        top: 0px;
        left: -4px;
        background: url("../img/delete.jpg") no-repeat left center transparent;
        background-size: 100% 100%;
    }

.buttonNewRecord {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 15px;
    border: 1px solid #000000;
    border-radius: 45px;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d9d9d9));
    background: -moz-linear-gradient(top, #f2f2f2, #d9d9d9);
    background: linear-gradient(to bottom, #f2f2f2, #d9d9d9);
    -webkit-box-shadow: #ff5959 0px 0px 0px 0px;
    -moz-box-shadow: #ff5959 0px 0px 0px 0px;
    box-shadow: #ff5959 0px 0px 0px 0px;
    text-shadow: #591717 1px 1px 2px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

    .buttonNewRecord:hover,
    .buttonNewRecord:focus {
        background: #ffffff;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
        background: -moz-linear-gradient(top, #ffffff, #ffffff);
        background: linear-gradient(to bottom, #ffffff, #ffffff);
        color: #ffffff;
        text-decoration: none;
    }

    .buttonNewRecord:active {
        background: #919191;
        background: -webkit-gradient(linear, left top, left bottom, from(#919191), to(#d9d9d9));
        background: -moz-linear-gradient(top, #919191, #d9d9d9);
        background: linear-gradient(to bottom, #919191, #d9d9d9);
    }

    .buttonNewRecord:before {
        content: "\0000a0";
        display: inline-block;
        height: 24px;
        width: 24px;
        line-height: 24px;
        margin: 0 4px -6px -4px;
        position: relative;
        top: 0px;
        left: 6px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAACL0lEQVRIiYWWv4oUQRDGf98wGInRstn+udHgHkDwAQTZQFNTE9/g5PAFDIxMhIsUBKPDyAcQMRTRRBO5W3cWwXsAkeXY6zKYfz293bMVbFd3V1d91f1VzQrIAAdkRVHA9mqBeAHkohIDGj0mBkfLsnwf28t7s+3VQ9AbGdcMw+CnYCvABLLaYa0bjITGwPUGZD3S6DnAfDLPMtlj0Ikgo/LonLi7Kle/I8AywN2czo8RzweSI7t1cEAmewKc1AexGunAtTQoscR6o+fuyj0TPEWdO9UHrUOblu6BonaZpM650Ru9DFwMHeDjimeAgWEb0PcgiAMuU44BZ62d+Xs9mxyB0Nl5ubpDx4ReliTEsJdIr4G/KbvcQ51CukO9Zvy1Lv8Bm8h+q+dmO2xxpOftNRTT2Rhx39tbLcvyQ2ibB96HGeOLmINeddVu74CPoVmmancH4V7dusrGkoxzMcRJ1oS6NT9N4URpCoOFkhQFb5fw4bPIR+CzgWIyG4NGvZNmcz+CGTeKyfxwJ4DXS2LXUQWSjiSOa0ctZOs1It1D/NgJoMrWR+2PEKStoQ9DRIbu3dFnRIvYR75Pz1smxHtJY/7NjLdBkBFo0a3ZGvgUBgmvKCrLdXkKnPprxWx2W7Dwlj6fl+Wj8KzvNFVcYVaRDAmZ2PoJaRqTaC+q2nxXY/XjxwvNsMNiOvszGKYVPViuV1/9QvOIFSk0sy97/pIgTwe7rCcbgzPP9MJHXgdz/wHUl/SQH5TepwAAAABJRU5ErkJggg==") no-repeat left center transparent;
        background-size: 100% 100%;
    }

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
}

table {
    margin: 0 0 1rem 0;
    width: 100%;
}

    table tbody tr {
        border: solid 1px;
        border-left: 0;
        border-right: 0;
    }

    table td {
        padding: 0.25rem 0.25rem;
    }

    table th {
        font-size: 1.4rem;
        font-weight: 600;
        padding: 12px;
        text-align: center;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
        background: rgb(238,238,238); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
        border: 1px solid #000;
        border-left-color: #000;
        border-right-color: #000;
        border-top-color: #000;
        border-bottom-color: #E5E5E5;
        color: rgb(255,48,25);
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    table thead {
        border-bottom: solid 2px;
        color: #fff;
    }

    table tfoot {
        border-top: solid 2px;
    }

    table.alt {
        border-collapse: separate;
    }

        table.alt tbody tr td {
            border: solid 1px;
            border-left-width: 0;
            border-top-width: 0;
        }

            table.alt tbody tr td:first-child {
                border-left-width: 1px;
            }

        table.alt tbody tr:first-child td {
            border-top-width: 1px;
        }

        table.alt thead {
            border-bottom: 0;
        }

        table.alt tfoot {
            border-top: 0;
        }

    table tbody tr {
        border-color: rgba(0, 0, 0, 0.25);
    }

        table tbody tr:nth-child(2n + 1) {
            background-color: rgba(0, 0, 0, 0.075);
        }

    table th {
        color: #555555;
    }

    table thead {
        border-bottom-color: rgba(0, 0, 0, 0.25);
    }

    table tfoot {
        border-top-color: rgba(0, 0, 0, 0.25);
    }

    table.alt tbody tr td {
        border-color: rgba(0, 0, 0, 0.25);
    }



.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: #ff8b00;
            color: white;
            border-radius: 5px;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 5px;
        }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 8px;
        margin-top: 1px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0 0 0 0;
}

@media (max-width: 1024px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 8px 8px;
    text-decoration: none;
    display: inline-block;
    color: #d7d7d7;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 14px;
    outline: none;
    letter-spacing: 0;
    transition: 0.3s;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #ffffff;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: -2px 3px 5px 0px rgba(50, 50, 50, 0.47);
    -moz-box-shadow: -2px 3px 5px 0px rgba(50, 50, 50, 0.47);
    box-shadow: -2px 3px 5px 0px rgba(50, 50, 50, 0.47);
    background: #fff;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 5px 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 14px;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: rgba(252,163,30,1);
            background-color: #000;
            padding: 6px;
            border-radius: 3px;
        }

    .nav-menu ul ul {
        margin: 0;
    }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 4px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #555;
        font-size: 24px;
    }

@media (max-width: 1024px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 14px;
                overflow: hidden;
                padding: 6px 22px 6px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
                letter-spacing: 0;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #71c55d;
            }

        #mobile-nav ul .menu-item-active {
            color: #71c55d;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle i {
        color: #fff;
    }
/*--------------------------------------------------------------
#End of Navigation Menu
--------------------------------------------------------------*/

#header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-bottom: 5px solid #1C1C1C;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 48px;
    z-index: 3;
    transition: all 0.5s ease;
}

    #header #logo {
        padding: 6px 0 0 0;
    }

        #header #logo h1 {
            color: #505050;
            font-family: "Philosopher", sans-serif;
            font-size: 26px;
            font-weight: 500;
            letter-spacing: 1px;
            margin: 0;
        }

            #header #logo h1 a {
                color: #555;
                line-height: 1;
                display: inline-block;
                text-decoration: none;
            }

                #header #logo h1 a span {
                    color: #ffffff;
                }

        #header #logo img {
            padding: 0;
            margin: 0;
        }

.scroll-header {
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
