﻿#nav-over {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: block;
	width: 100%;
	height: 100%;
	
}

.warmp {
	position: relative;
	right: 0;
	z-index: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.nav {
	position: fixed;
	top: 0;
	right: -50%; 
	z-index: 9999;
	background-color: #fff;
	width: 50%;
	height: 100%; 
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}



.openNav {
	right: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .4);
}

.nav h3 {
	padding: 0.3rem 0 0 0.25rem;
	font-size: 2em;
	font-weight: normal;
	color: #fff;
	line-height: 0.5rem;
}

.nav h3 a {
	color: #fff;
}

.scrollerBox {
	position: relative;
	
}

.scroller {
	position: absolute;
	overflow: hidden;
	width: 100%;
	padding: 0 0 100px 0;
	padding-top: 0.25rem;
	cursor: move;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.nav ul li a {
	display: block; 
	overflow: hidden;
	padding: 0 0 0 24px;
	line-height: 50px;
	color: #000; 
	border-bottom: 1px solid #eee;
}

.nav ul li a:hover{
	background: #166cc5;
	color: #fff;
}
.openMenu {
	right: 3rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.burger_menu {
	display: none;
	transform: translateZ(0);
	width: 50px;
	height: 35px;
	z-index: 99999;
	top: 0.08rem;
	right: 0; 
	cursor: pointer;
	z-index: 10001; 
	}
.burger_menu [class*="_line"] {
	transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease, top 0.3s ease;
	width: 35px;
	height: 4px;
	border-radius: 10px;
	background: #166cc5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.burger_menu .top_line {
	top: -20px;
}
.burger_menu .bottom_line {
	top: 20px;
}
.toggle_burger {
	transform: translateZ(0);
}
.toggle_burger .top_line {
	top: 0;
	transform: rotate(45deg);
}
.toggle_burger .middle_line {
	opacity: 0;
}
.toggle_burger .bottom_line {
	top: 0;
	transform: rotate(-45deg);
}
.warmp.left,.headWarpBox.left,.menus.left {
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}