@font-face {
    font-family: icon-font;
    src: url(../fonts/icon-font.eot);
    src: url(../fonts/icon-font.eot?#iefix) format('eot'), url(../fonts/icon-font.woff) format('woff'), url(../fonts/icon-font.ttf) format('truetype'), url(../fonts/icon-font.svg#icon-font) format('svg')
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
.nav .nav-submenu>a:after,
.nav-button:before,
.nav-close:before,
.nav>ul>.nav-submenu>a:after,
header h1:before {
    font-family: icon-font;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: top
}

.icon-desktop:before {
    content: "\E001"
}

.icon-menu-close:before {
    content: "\E002"
}

.icon-menu:before {
    content: "\E003"
}

.icon-mobile:before {
    content: "\E004"
}

.icon-submenu-down:before {
    content: "\E005"
}

.icon-submenu-right:before {
    content: "\E006"
}

.icon-world:before {
    content: "\E007"
}

.nav-button,
.nav-close {
    position: fixed;
    top: 0px;
	padding:2px 8px;
	border-bottom:0px solid #00686f;
    width:30px;
    height: 42px;
    overflow: hidden;
    z-index:902;
    cursor: pointer;
    text-decoration: none;
    line-height: 40px;
    background:#000;
    color: #fff
}

.nav-button:before,
.nav-close:before {
    display: block;
    text-align: right
}

.nav-button {
    display: block;
    right: 0px;
    font-size: 1.7rem
}

.nav-button:before {
    content: "\E003"
}

.nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem
}

.nav-close:before {
    content: "\E002"
}

.nav {
	background:#;       
    
}

.nav ul {    
    background:#;
	line-height:2.6;	
}
.nav ul li a{color:#000000;}
.nav ul ul {
    background: #000;	
}
.nav ul ul li a{color:#fff;}
.nav ul ul li a:hover{
    background: #383838;	
}

.nav ul ul ul {
    background: #5d170b;	
}
.nav ul ul ul li{
    border-top: 1px solid #444;
}
.nav ul ul ul li a:hover{
    background: #bf7729;
}

.nav ul ul ul ul li{
    border-top: 1px solid #444;
}
.nav ul ul ul ul {
    background: #bf7729;	
}
.nav ul ul ul ul li a:hover{
    background: #5d170b;
}

.nav ul ul ul ul ul {
    background: #165c74
}
.nav ul ul ul ul ul li a:hover{
    background: #00779a}
.nav li {
    border-top: 1px solid #444;
    cursor: pointer;	
}

.nav li.nav-active>a,
.nav li:hover>a {
    color: #fff;		
    background: #000
}

.nav .nav-submenu>ul {
    margin-left:10px;
	text-align:left;
}

.nav .nav-submenu>a {
    padding-right: 30px!important
}

.nav a,
.nav a:active,
.nav a:hover,
.nav a:visited {    
    padding: 0 7px 1px;    
    text-decoration: none
}

.nav .nav-submenu>a:after {
    position: absolute;
    display: block;
    right: 10px;
    top: 1px;
    content: "\E005"
}


@media only screen and (min-width:900px) {    
    .nav-button {
        display: none
    }
    .nav {
        padding: 0!important;		
    }
    .nav>ul>li {
        border-top: none;
		
    }

    .nav li>ul {
        /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)*/
    }
    .nav ul ul ul {
        
    }
    .nav ul ul ul li:first-child {
        border-top: none
    }
    .nav .nav-left>ul {
        
    }
    .nav .nav-submenu li {
        min-width: 110px;
		    }
    .nav .nav-submenu>ul {
        margin: 0
    }
    .nav>ul>.nav-submenu>a:after {
        content: "\E005"
    }
    .nav .nav-submenu>a:after {
        content: "\E006"
    }
}
@media only screen and (max-width:899px) {
	.nav {
	background:#444;       
    color: #fff !important
}
.nav li a{
	
    color: #fff !important
}
.nav ul {    
    background:#444;
	color: #fff !important
}
.nav li {
    border-top: 1px solid #323232;
    cursor: pointer;	
}

}