

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a.nav-expander {
    position:relative;
    background: none repeat scroll 0 0 #0092bc;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 25px;
    margin-left: 0;
    padding: .70em 1.6em 2em;
    left: -25px;
    text-decoration: none;
    text-transform: uppercase;
    top:15px;
    width: 130px;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

    a.nav-expander:hover {
        cursor: pointer;
        color: #fff;
    }

    a.nav-expander.fixed {
        position: absolute;
    }

.nav-expanded a.nav-expander.fixed {
    left: 18em;
}

.navslideMenu {
    background: #fff;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -20em;
    font-size: 1em;
    top: 143px;
    width: 20em;
    z-index: 2000;
    border: #CCC solid 2px;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

.nav-expanded nav {
    left: 0;
}

body.nav-expanded {
    margin-left: 0;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding-right: 10px;
}

.main-menu {
    padding-top: 12px;
}

    .main-menu li {
        border-bottom: 1px solid #323949;
        margin-left: 20px;
        font-size: 1em;
        padding: 12px;
    }

        .main-menu li a {
            color: #6F7D8C;
            text-decoration: none;
        }

            .main-menu li a:hover {
                color: #000;
                text-decoration: none;
            }

        .main-menu li .sub-nav {
            border-bottom: 0;
            padding: 4px;
        }

    .main-menu a .caret {
        width: 0;
        height: 0;
        display: inline-block;
        vertical-align: top;
        border-top: 4px solid #4f5963;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        margin-top: 8px;
    }

    .main-menu a:hover .caret {
        border-top-color: #4f5963;
    }

    .main-menu li.open > a > .caret {
        border-top: none;
        border-bottom: 4px solid #4f5963;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .main-menu li.open > a:hover > .caret {
        border-bottom-color: #4f5963;
    }

.icon:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    content: '\f105';
}

.main-menu li > a > span.icon {
    float: right;
    margin: 0.1em 1.7em -0.1em 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-menu li > a:hover > span.icon {
    float: right;
    margin: 0.1em 0.8em -0.1em 0;
    opacity: 1;
}

/*media queries*/
/*small devices (tablets, 768px and up) */
@media only screen (min-width:768px) {
    a.nav-expander {
        margin-top: 100px;
    }
   
   .navslideMenu {
        margin-top: 153px;
        z-index:12;
    
}

}


/*small devices (tablets, 768px and down) */
@media only screen (max-width:768px) {
    .topDivider {
        border: 4px solid #555555;
        width:100%;
    }

    a.nav-expander {
        top: 150px;
    }

    .navslideMenu {
        top: 153px;
        z-index: 12;
    }
}

@media only screen (min-width:768px) {
    a.nav-expander {
        margin-top: 100px;
    }
   
   .navslideMenu {
        margin-top: 153px;
        z-index:12;
    
}

}
