.nav-lock-scroll {
	overflow: hidden;
}

.nav {
	display: none;
	position: fixed;
/*	top: 0;
	bottom: 0;
	right: 0;*/
	right: 0;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
	font-size:15px;
	margin:25px 0px 15px;
}

.nav ul {
	display: block;
	position: relative;
	zoom: 1;
	list-style-type: none;
	margin: 0;
	padding:0;	
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	display: block;
	position: relative;
	
}

@media only screen and (min-width:900px) {

.nav {
	display: block;
	position: relative;
	bottom: auto;
	overflow: visible;
}

.nav li {
	position: relative;
	white-space: nowrap;
}

.nav > ul > li {
	display: inline-block;
}

.nav ul {
	display: block;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 901;
}

.nav ul ul ul {
	top: 0px;
	left: 100%;
	z-index: 902;
}

.nav ul ul ul ul {
	z-index: 903;
}

.nav ul ul ul ul ul {
	z-index: 904;
}

.nav ul ul li.nav-left > ul {
	left: auto;
	left: 100%;
}

.nav-no-js .nav li:hover > ul {
	display: block;
}

}
@media only screen and (max-width: 1120px) {
.nav {	
	font-size:14px;
	margin:15px 0px 5px;	
}
}
@media only screen and (max-width: 1023px) {
.nav {	
	font-size:14px;
	margin:0px 0 5px;
	text-align:center;
		
}
}
@media only screen and (max-width: 899px) {

.nav-no-js .nav-button:hover + .nav,
.nav-no-js .nav:hover,
.nav-no-js .nav-button:hover + .nav + .nav-close,
.nav-no-js .nav:hover + .nav-close {
	display: block;
}
.nav {    
	top:45px;
	width:60%;
	text-align:left;
	color: #fff !important
}

.nav .nav-submenu>ul {
    margin-left:0px
}
}
@media only screen and (max-width:479px) {
	.nav {    
	top:45px;
	width:100%;
	text-align:left;
	color: #fff !important
}
}

