
div.burger{height:40px;width:40px;position:absolute;bottom:33px;right:2px;cursor:pointer;background: #000;}
div.x,div.y,div.z{position:absolute;margin:auto;top:0;bottom:19px;left: 9px;background:#fff;border-radius:2px;-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;-ms-transition:all 200ms ease-out;-o-transition:all 200ms ease-out;transition:all 200ms ease-out}
div.x,div.y,div.z{height:1px;width:26px}
div.z{
	transform: translate3d(0, 12px, 0);
	-webkit-transform: translate3d(0, 12px, 0);
}
div.x{
	transform: translate3d(0, 6px, 0);
	-webkit-transform: translate3d(0, 6px, 0);
}																																													div.collapse{top:20px;-webkit-transition:all 70ms ease-out;-moz-transition:all 70ms ease-out;-ms-transition:all 70ms ease-out;-o-transition:all 70ms ease-out;transition:all 70ms ease-out}div.rotate30{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-transition:all 50ms ease-out;-moz-transition:all 50ms ease-out;-ms-transition:all 50ms ease-out;-o-transition:all 50ms ease-out;transition:all 50ms ease-out}div.rotate150{-ms-transform:rotate(150deg);-webkit-transform:rotate(150deg);transform:rotate(150deg);-webkit-transition:all 50ms ease-out;-moz-transition:all 50ms ease-out;-ms-transition:all 50ms ease-out;-o-transition:all 50ms ease-out;transition:all 50ms ease-out}div.rotate45{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 100ms ease-out;-moz-transition:all 100ms ease-out;-ms-transition:all 100ms ease-out;-o-transition:all 100ms ease-out;transition:all 100ms ease-out}div.rotate135{-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:all 100ms ease-out;-moz-transition:all 100ms ease-out;-ms-transition:all 100ms ease-out;-o-transition:all 100ms ease-out;transition:all 100ms ease-out}
 div .mobile-nav{
	 position: relative;
	 top: -37px;
	 background-color: #0C0C0C;
	 z-index: 999;
	 width: 100%;
	 opacity: 0;
	 -webkit-transition: all 300ms cubic-bezier(0,.995,.99,1);
	 -moz-transition: all 300ms cubic-bezier(0,.995,.99,1);
	 -ms-transition: all 300ms cubic-bezier(0,.995,.99,1);
	 -o-transition: all 300ms cubic-bezier(0,.995,.99,1);
	 transition: all 300ms cubic-bezier(0,.995,.99,1);
 }
div .animate{
	opacity: .9;
	-webkit-transition: all 400ms cubic-bezier(0,.995,.99,1);
	-moz-transition: all 400ms cubic-bezier(0,.995,.99,1);
	-ms-transition: all 400ms cubic-bezier(0,.995,.99,1);
	-o-transition: all 400ms cubic-bezier(0,.995,.99,1);
	transition: all 400ms cubic-bezier(0,.995,.99,1);
}
div.mobile-nav li {
	position: relative;
	padding:  20px 0;
	list-style: none;
	text-align: center;
	-webkit-transition: all 150ms cubic-bezier(0,.995,.99,1);
	-moz-transition: all 150ms cubic-bezier(0,.995,.99,1);
	-ms-transition: all 150ms cubic-bezier(0,.995,.99,1);
	-o-transition: all 150ms cubic-bezier(0,.995,.99,1);
	transition: all 150ms cubic-bezier(0,.995,.99,1);
}
div.mobile-nav li a{
	color: #666;
	line-height: 45px;
	display: block;
}
div.mobile-nav li.on a{
	color: #F18C1B;
}
div.mobile-nav li:after{
	left: 0;
	border-color: rgba(255, 255, 255, .08);
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;

}
 div.mobile-nav h2, div.mobile-nav h6{
	 color: #ffffff;
	 text-align: center;
 }
div.mobile-nav li:nth-of-type(1) {
	margin-left: 200px;
	transition-delay: .13s;
}
div.mobile-nav li:nth-of-type(2) {
	margin-left: 200px;
	transition-delay: .15s;
}
div.mobile-nav li:nth-of-type(3) {
	margin-left: 200px;
	transition-delay: .17s;
}
div.mobile-nav li:nth-of-type(4) {
	margin-left: 200px;
	transition-delay: .19s;
}
div.mobile-nav li:nth-of-type(5) {
	margin-left: 200px;
	transition-delay: .21s;
}
div.mobile-nav li:nth-of-type(6) {
	margin-left: 200px;
	transition-delay: .23s;
}
div.mobile-nav li.animate {
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 200ms cubic-bezier(0,.995,.99,1);
	-moz-transition: all 200ms cubic-bezier(0,.995,.99,1);
	-ms-transition: all 200ms cubic-bezier(0,.995,.99,1);
	-o-transition: all 200ms cubic-bezier(0,.995,.99,1);
	transition: all 200ms cubic-bezier(0,.995,.99,1);
}
div.mobile-nav li.animate:nth-of-type(1) {
	margin-left: 0;
	transition-delay: 0s;
}
div.mobile-nav li.animate:nth-of-type(2) {
	margin-left: 0;
	transition-delay: .05s;
}
div.mobile-nav li.animate:nth-of-type(3) {
	margin-left: 0;
	transition-delay: .1s;
}
div.mobile-nav li.animate:nth-of-type(4) {
	margin-left: 0;
	transition-delay: .15s;
}
div.mobile-nav li.animate:nth-of-type(5) {
	margin-left: 0;
	transition-delay: .2s;
}
div.mobile-nav li.animate:nth-of-type(6) {
	margin-left: 0;
	transition-delay: .25s;
}
div.mobile-nav li>a{
	line-height: 30px;
}

/*.list{margin-top:36px;text-align:left}.item{height:115px;.menu-splitRli:nth-of-type(3)margin-top:30px0;padding-left:115px;clear:both}.item .img,.item span{background:#214273;border-radius:3px}.item .img{float:left;width:71px;height:71px;margin-left:-93px}.item span{height:11px;width:180px;margin-bottom:19px;float:left}.item span:nth-of-type(3){width:75px;margin-botom:0}div.menu-bg{width:320px;height:568px;position:absolute;top:0;left:0;background:#40435b;opacity:0;-webkit-transition:all 300ms cubic-bezier(0,.995,.99,1);-moz-transition:all 300ms cubic-bezier(0,.995,.99,1);-ms-transition:all 300ms cubic-bezier(0,.995,.99,1);-o-transition:all 300ms cubic-bezier(0,.995,.99,1);transition:all 300ms cubic-bezier(0,.995,.99,1)}div.menu-bg.animate{opacity:.9;-webkit-transition:all 400ms cubic-bezier(0,.995,.99,1);-moz-transition:all 400ms cubic-bezier(0,.995,.99,1);-ms-transition:all 400ms cubic-bezier(0,.995,.99,1);-o-transition:all 400ms cubic-bezier(0,.995,.99,1);transition:all 400ms cubic-bezier(0,.995,.99,1)}div.menu{height:568px;width:160px}.menu-splitL,.menu-splitR{overflow:hidden;position:absolute;top:90px;left:0;width:160px}.menu-splitR{left:160px}div.menu ul li{list-style:none;width:320px;margin-top:40px;text-align:center;font-size:19px;-webkit-transition:all 150ms cubic-bezier(0,.995,.99,1);-moz-transition:all 150ms cubic-bezier(0,.995,.99,1);-ms-transition:all 150ms cubic-bezier(0,.995,.99,1);-o-transition:all 150ms cubic-bezier(0,.995,.99,1);transition:all 150ms cubic-bezier(0,.995,.99,1);}div.menu ul li a{color:#fff;text-transform:uppercase;text-decoration:none;letter-spacing:3px}section>div{transition:transform 1s;transform:translateX(0px)}div.menu li.animate{font-size:19px;opacity:1;-webkit-transition:all 200ms cubic-bezier(0,.995,.99,1);-moz-transition:all 200ms cubic-bezier(0,.995,.99,1);-ms-transition:all 200ms cubic-bezier(0,.995,.99,1);-o-transition:all 200ms cubic-bezier(0,.995,.99,1);transition:all 200ms cubic-bezier(0,.995,.99,1);}.menu-splitL li:nth-of-type(1){margin-left:44px;transition-delay:.12s}.menu-splitL li.animate:nth-of-type(1){margin-left:0;transition-delay:0s}.menu-splitL li:nth-of-type(2){margin-left:41px;transition-delay:.09s}.menu-splitL li.animate:nth-of-type(2){margin-left:0;!* transition-delay:.05s; *!}.menu-splitL li:nth-of-type(3){margin-left:57px;transition-delay:.046s}.menu-splitL li.animate:nth-of-type(3){margin-left:0;transition-delay:.1s}.menu-splitL li:nth-of-type(4){margin-left:61px;transition-delay:.03s}.menu-splitL li.animate:nth-of-type(4){margin-left:0;transition-delay:.15s}.menu-splitL li:nth-of-type(5){margin-left:59px;transition-delay:0s}.menu-splitL li.animate:nth-of-type(5){margin-left:0;transition-delay:.2s}.menu-splitR li:nth-of-type(1){margin-left:-201px;transition-delay:.12s}.menu-splitR li.animate:nth-of-type(1){margin-left:-160px;transition-delay:0s}.menu-splitR li:nth-of-type(2){margin-left:-203px;transition-delay:.069s}.menu-splitR li.animate:nth-of-type(2){margin-left:-160px;transition-delay:.05s}.menu-splitR li:nth-of-type(3){margin-left:-214px;transition-delay:.06s}.menu-splitR li.animate:nth-of-type(3){margin-left:-160px;transition-delay:.1s}.menu-splitR li:nth-of-type(4){margin-left:-217px;transition-delay:.03s}.menu-splitR li.animate:nth-of-type(4){margin-left:-160px;transition-delay:.15s}.menu-splitR li:nth-of-type(5){margin-left:-217px;transition-delay:0s}.menu-splitR li.animate:nth-of-type(5){margin-left:-160px;transition-delay:.2s}*/