/* CSS Document */

/*
* Gazoobie sidenav 6.2
* Copyright 2014, iM Image Marketing inc
* www.gazoobie.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 
*/



#mobile-header a {
    padding: 10px 15px;
    display: block;
    font-size: 24px;
    background: #000000;
    color: #fff;
    text-decoration: none;
    border-radius: 0 0 5px 0;
    box-shadow: 1px 1px 3px 2px #0000003d;
}
#sidenav, #sidenav ul, #sidenav ul li, #sidenav ul li a, #sidenav #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sidenav:after, #sidenav > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#sidenav #menu-button {
    display: none;
}
#sidenav.align-right > ul > li {
    float: right;
}
#sidenav.align-center > ul {
    float: none;
    text-align: center;
}
#sidenav.align-center > ul > li {
    float: none;
}
#sidenav.align-center ul ul {
    text-align: left;
}
#sidenav > ul > li > a {
	padding: 10px;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    color: #e0e0e0;
    text-transform: uppercase;
    background: #696969;
}
#sidenav > ul > li:hover > a, #sidenav > ul > li > a:hover {
    color: #fff;
	background: #505050;
}
#sidenav > ul > li.active > a {
    color: #fff;
}
#sidenav > ul > li.has-sub > a {
}
#sidenav > ul > li.has-sub > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid #0000;
    border-left-color: #fff;
    right: 0%;
    top: 36%;
}
#sidenav ul ul {
    position: absolute;
    font-size: 13px;
    opacity: 0;
	background: #fff;
	visibility: hidden;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
}
#sidenav.align-right ul ul {
    text-align: right;
}
#sidenav > ul > li > ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid #0000;
    border-right-color: #fff;
    top: 10%;
    left: -12px;
}
#sidenav.align-right > ul > li > ul::after {
    left: auto;
    right: 20px;
}
#sidenav ul ul ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #ffffff;
    top: 15px;
    left: -4px;
}
#sidenav.align-right ul ul ul::after {
    border-right-color: transparent;
    border-left-color: #ffffff;
    left: auto;
    right: -4px;
}
#sidenav > ul > li:hover > ul {
    top: 2px;
    left: 100%;
    opacity: 1;
    z-index: 9999;
	visibility: visible;
    margin-left: 0 !important;
}
#sidenav.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
}
#sidenav ul ul ul {
    padding-top: 0;
    padding-left: 6px;
}
#sidenav.align-right ul ul ul {
    padding-right: 6px;
}
#sidenav ul ul > li:hover > ul {
    left: 180px;
    top: 0;
    opacity: 1;
}
#sidenav.align-right ul ul > li:hover > ul {
    left: auto;
    right: 100%;
    opacity: 1;
}
#sidenav ul ul li a {
    text-decoration: none;
    font-weight: 400;
    padding: 11px 8px;
    width: 305px;
    color: #777777;
    background: #e6e6e6;
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);*/
    text-transform: capitalize;
    text-align: left;
	font-size: 18px;
}
#sidenav ul ul li:hover > a, #sidenav ul ul li.active > a {
    color: #333333;
}
#sidenav ul ul li:first-child > a {

}
#sidenav ul ul li:last-child > a {

}
#sidenav > ul > li > ul::after {
    position: absolute;
    display: block;
}
#sidenav ul ul li.has-sub > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #777777;
    right: 17px;
    top: 14px;
	font-size: 15px;
}
#sidenav.align-right ul ul li.has-sub > a::after {
    border-left-color: transparent;
    border-right-color: #777777;
    right: auto;
    left: 17px;
}
#sidenav ul ul li.has-sub.active > a::after, #sidenav ul ul li.has-sub:hover > a::after {
    border-left-color: #333333;
}
#sidenav.align-right ul ul li.has-sub.active > a::after, #sidenav.align-right ul ul li.has-sub:hover > a::after {
    border-right-color: #333333;
    border-left-color: transparent;
}

@media only screen and (max-width: 768px) {
#sidenav {
    width: 100%;
}
#sidenav ul {
    width: 100%;
    display: none;
    background-color: rgb(124, 124, 124);
    margin-left: 0 !important;
}
#sidenav.align-center > ul {
    text-align: left;
}
#sidenav ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#sidenav > ul > li:hover > ul {
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 9999;
}
#sidenav ul ul li, #sidenav li:hover > ul > li {
    height: auto;
}
#sidenav ul li a, #sidenav ul ul li a {
    width: 100%;
    border-bottom: 0;
    background-color: rgb(63, 63, 63);
    color: lightgrey;
}
#sidenav > ul > li {
    float: none;
}
#sidenav ul ul li a {
    padding-left: 25px;
}
#sidenav ul ul ul li a {
    padding-left: 35px;
}
#sidenav ul ul li a {
    color: #dddddd;
    background: none;
}
#sidenav ul ul li:hover > a, #sidenav ul ul li.active > a {
    color: #ffffff;
}
#sidenav ul ul, #sidenav ul ul ul, #sidenav.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
#sidenav > ul > li.has-sub > a:after, #sidenav > ul > li.has-sub > a:before, #sidenav ul ul > li.has-sub > a:after, #sidenav ul ul > li.has-sub > a:before {
    display: none;
}
#sidenav #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: black;
}
#sidenav #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
}
#sidenav #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
}
#sidenav #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sidenav #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#sidenav .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
}
#sidenav .submenu-button.submenu-opened {
    background: #262626;
}
#sidenav ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#sidenav .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#sidenav ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}
#sidenav .submenu-button.submenu-opened:after {
    background: #ffffff;
}
#sidenav .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;

    content: '';
}
#sidenav ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}
#sidenav .submenu-button.submenu-opened:before {
    display: none;
}
}


