body, html { font-size: 100%; 	padding: 0; margin: 0;}
*{padding: 0; margin: 0;}
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{
	background: #fff;
	color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#74777b;text-decoration: none;}
.o-sliderContainer {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 200px;
	float: left;
	top:-2px;
	margin: 0px 0;
	height: auto;
  
  }
  
  /* line 27, ../sass/style.scss */
  .o-sliderContainer.hasShadow {
	box-shadow: 0 39px 22px -29px rgba(0, 0, 0, 0.2);
  }
  
  /* line 31, ../sass/style.scss */
  .o-sliderContainer:hover .o-slider-next {
	right: 0;
  }
  
  /* line 34, ../sass/style.scss */
  .o-sliderContainer:hover .o-slider-prev {
	left: 0;
  }
  
  /* line 39, ../sass/style.scss */
  .o-slider--item {
	height: auto;
	width: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: left;
	transition: all 0.2s cubic-bezier(0.7, 0.18, 0.53, 0.75);
	opacity: 0.6;
	
	transform-origin: center center;
	z-index: 99;
  }
  
  /* line 52, ../sass/style.scss */
  .o-slider--item::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(70%, transparent));
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
	background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
	background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
	z-index: 0;
  }
  
  /* line 65, ../sass/style.scss */
  .o-slider--item.isActive {
	opacity: 1;
	transform: scale(1, 1);
  }
  
  /* line 69, ../sass/style.scss */
  .o-slider--item.isMoving {
	opacity: 0.6;
	transform: scale(0.95, 0.95);
	z-index: 100;
  }
  
  /* line 76, ../sass/style.scss */
  .o-slider {
	width: auto;
	position: relative;
	display: none;
  }
  
  /* line 81, ../sass/style.scss */
  .o-slider.isVisible {
	display: table;
	background: #000;
  }
  
  /* line 86, ../sass/style.scss */
  .o-slider.isDraggable {
	cursor: move;
  }
  
  /* line 91, ../sass/style.scss */
  .o-slider-textWrap {
	left: 2%;
	bottom: 45px;
	height: auto;
	position: absolute;
	text-align: right;
	padding: 0 0 20px 0;
	width: 96%;
	transition: all 0.4s;
	opacity: 1;
	overflow: visible;
	perspective: 1000px;
	z-index: 2;
  }
  
  /* line 107, ../sass/style.scss */
  .isActive .o-slider-textWrap::after {
	width: 100%;
	left: 0;
  }
  
  /* line 112, ../sass/style.scss */
  .isActive .o-slider-paragraph {
	opacity: 1;
	transform: perspective(0) rotateY(0) translate(0, 0);
	transform-origin: 0 0;
	transition-delay: 0.6s;
	margin-top: 10px;
  }
  
  /* line 119, ../sass/style.scss */
  .isActive .o-slider-title {
	opacity: 1;
	transform: perspective(0) rotateY(0) translate(0, 0);
	transform-origin: 0 0;
	transition-delay: 0.2s;
  }
  
  /* line 126, ../sass/style.scss */
  .isActive .o-slider-subTitle {
	opacity: 1;
	transform: perspective(0) rotateY(0) translate(0, 0);
	transform-origin: 0 0;
	transition-delay: 1s;
	margin-top: 50px;
  }
  
  /* line 155, ../sass/style.scss */
  .o-slider-title {
	width: auto;
	margin: 0 0 5px 0;
	height: auto;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.4rem;
	display: inline-block;
	padding: 0;
	transition: all 0.4s;
	transform-origin: 0 0;
	transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
	opacity: 0;
	position: relative;
	z-index: 1;
  }
  
  /* line 172, ../sass/style.scss */
  .o-slider-subTitle {
	width: auto;
	margin: 0 0 5px 0;
	height: auto;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.4rem;
	display: inline-block;
	padding: 0;
	transition: all 0.4s;
	transform-origin: 0 0;
	transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
	opacity: 0;
	position: relative;
	z-index: 1;
	font-size: 1.2rem;
  }
  
  /* line 190, ../sass/style.scss */
  .o-slider-paragraph {
	width: auto;
	margin: 0 0 5px 0;
	height: auto;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	font-size: 1.4rem;
	display: inline-block;
	padding: 0;
	transition: all 0.4s;
	transform-origin: 0 0;
	transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
	opacity: 0;
	position: relative;
	z-index: 1;
	font-size: 0.8rem;
	max-width: 100%;

  }
   /* line 299, ../sass/style.scss */
   .a-divider {
	display: block;
	width: 100%;
	height: 1px;
	margin: 2px 0;
  }
  
  /* line 306, ../sass/style.scss */
  .o-slider-controls {
	display: none;
  }
  
  /* line 309, ../sass/style.scss */
  .o-slider-controls.isVisible {
	display: block;
  }
  
  /* line 314, ../sass/style.scss */
  .o-slider-pagination {
	bottom: 2%;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1000;
	margin: 0;
	padding: 0;
  }
  
  /* line 324, ../sass/style.scss */
  .o-slider-pagination>li {
  
  
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 30px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-left: 6px;
	margin-right: 6px;
	transition: all 250ms;
	cursor: pointer;
	background-clip: padding-box;
	z-index: 100;
  }
  
  /* line 340, ../sass/style.scss */
  .o-slider-pagination>li.isActive {
	background-color: rgba(255, 255, 255, 0.9);
	transform: scale(1.3, 1.3);
  }
  
  /* line 347, ../sass/style.scss */
  .o-slider--preview {
	position: absolute;
	top: -70px;
	right: auto;
	bottom: auto;
	left: -65px;
	opacity: 0;
	width: 140px;
	height: 60px;
	background-size: cover;
	background-position: center center;
	transition: all 250ms;
	z-index: -1;
	border: 3px solid #000;
	transform: scale(0.2, 0.2);
	transform-origin: center bottom;
	display: none;
  }
  
  /* line 362, ../sass/style.scss */
  .o-slider--preview::before {
	content: "";
	position: absolute;
	top: auto;
	right: auto;
	bottom: -13px;
	left: 50%;
	margin: 0 0 0 -5px;
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #000;
  }
  
  /* line 374, ../sass/style.scss */
  .o-slider--preview.isActive,
  .o-slider-pagination li:hover .o-slider--preview {
	opacity: 1;
	position: absolute;
	top: -76px;
	right: auto;
	bottom: auto;
	left: -65px;
	transform: scale(1, 1);
  }

  @media screen and (min-width: 768px) {

	/* line 211, ../sass/style.scss */
	.o-slider-textWrap {
	  left: 5%;
	  width: 90%;
	}
  
	/* line 216, ../sass/style.scss */
	.o-slider-title {
	  font-size: 1.8rem;
	}
  
	/* line 220, ../sass/style.scss */
	.o-slider-subTitle {
	  font-size: 1.4rem;
	}
  
	/* line 224, ../sass/style.scss */
	.o-slider-paragraph {

	  display: block;
	}

  }
  
  @media screen and (min-width: 1024px) {
  
	/* line 232, ../sass/style.scss */
	.o-slider-pagination {
	  bottom: 7%;
	}
  
	/* line 234, ../sass/style.scss */
	.o-slider-textWrap {
	  text-align: center;
  
	  top: 240px;
	}
  
	/* line 240, ../sass/style.scss */
	.o-slider-title {
	  font-size: 3rem;
	}
  
	/* line 244, ../sass/style.scss */
	.o-slider-subTitle {
	  font-size: 1.6rem;
	}
  
	/* line 248, ../sass/style.scss */
	.o-slider-paragraph {
	  max-width: 100%;
	  font-size: 1.5rem;
	}
  }
  
 
  @media screen and (min-width: 768px) {

	/* line 384, ../sass/style.scss */
	.o-slider--preview {
	  display: block;
	}
  }
  
  /* line 389, ../sass/style.scss */
  .o-slider-arrows {
	margin: 0;
	list-style: none;
	display: block;
  }
  
  /* line 395, ../sass/style.scss */
  .o-slider-next,
  .o-slider-prev {
	position: absolute;
	top: 0;
	left: -100px;
	margin: -12px 0 0;
	width: auto;
	z-index: 1200122;
	padding: 0;
	margin: 0;
	height: 100%;
	list-style: none;
	cursor: pointer;
	text-align: center;
	padding: 10px 25px;
	background: rgba(0, 0, 0, 0.4);
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	transition: all 0.4s;
  }
  
  /* line 416, ../sass/style.scss */
  .o-slider-next i,
  .o-slider-prev i {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -12px 0 0;
	text-align: center;
	width: 100%;
	font-size: 1.8rem;
	color: #fff;
  }
  
  /* line 428, ../sass/style.scss */
  .o-slider-next {
	left: auto;
	right: -100px;
  }
  
  /* line 433, ../sass/style.scss */
  .isDisabled {
	opacity: 0.1;
	cursor: auto;
  }

  
  @media screen and (max-width: 1024px) {
  
	/* line 445, ../sass/style.scss */
	.o-slider-arrows {
	  display: none;
	}
  
	/* line 449, ../sass/style.scss */
	.o-sliderContainer {
	  height: 450px;
	  width: 100%;

	}
  
	/* line 455, ../sass/style.scss */
	.o-slider--item {
	  height: 450px;
	}
  }
  
  @media screen and (max-width: 768px) {
  
	/* line 461, ../sass/style.scss */
  
	/* line 472, ../sass/style.scss */
	.o-slider-arrows {
	  display: none;
	}
  
	/* line 476, ../sass/style.scss */
	.o-sliderContainer {
	  height: 350px;
	}
  
	/* line 480, ../sass/style.scss */
	.o-slider--item {
	  height: 350px;
	}
  
	/* line 484, ../sass/style.scss */
	.o-slider-panel img {
	  left: -15%;
	  width: 130%;
	}
	
  }
  
  @media screen and (max-width: 480px) {
  
	/* line 491, ../sass/style.scss */
	.o-slider--item {
	  height: 270px;
	}
  
	/* line 494, ../sass/style.scss */
	.o-slider--item img {
	  left: -20%;
	  width: 140%;
	}
  
	/* line 500, ../sass/style.scss */
	.o-sliderContainer {
	  height: 270px;
	}
  }
  
  /* line 505, ../sass/style.scss */
  .slider-pagination>li:hover {
	background-color: rgba(255, 255, 255, 0.9);
	transform: scale(1.3, 1.3);
  }
  
@media screen and (min-width: 1301px){
	.htmleaf-container{
		position: -webkit-sticky; 
		position: sticky;
		top: 0; 
		width:100%;
		height: 120px;
		z-index: 2000;
		background-color: #005097;
	}
	.htmleaf-content{
		width: 1300px;
		margin: 0px auto;
	}
	.logo{float: left;padding-top: 25px;}
.right-bottom{float:right;color:#fff;height: 60px; width: 970px; text-align: right;}
#dropdown1{float:right;color:#fff;height: 60px; width: 30px; text-align: right;}
.right-bottom img{padding:15px 5px; vertical-align: middle;}
.booNavigation{float:right;}
.dl-menuwrapper{display: none;}
.wpnavItem1{display: none;}

  }


  @media screen and (max-width: 1300px){
	.logo{float: left;position: absolute;	z-index: 199999;}
	.logo img{width:200px;padding:7px 10px;}
	.wpnavItem1{float:right; padding-top: 22px;z-index: 199999;position: absolute;top: 0;
		right: 60px;}
	.wpnavItem1 img{padding-left: 20px;}
	.htmleaf-container{
		position: -webkit-sticky; 
		position: sticky;
		top: 0; 
		width:100%;
		height: 60px;
		z-index: 2000;
		background-color: #005097;
	}
	.navItem{display: block;}
	.right-bottom{display: none;}
	#dropdown1{

		z-index: 199999;
		position: absolute;
		top: 0;
		right: 130px;}
	.booNavigation{display: none;}
	.dl-menuwrapper {
		width: 100%;
		float: right;
		position: absolute;
		top:0;
		right:0;
		padding-top: 55px;
		z-index: 99999;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
		-webkit-perspective-origin: 50% 200%;
		-moz-perspective-origin: 50% 200%;
		perspective-origin: 50% 200%;
	}
	
	.dl-menuwrapper:first-child {
		margin-right: 100px;
	}
	
	.dl-menuwrapper button {
		/*background: url(../images/header-bg.png) repeat-x bottom left;*/
		border: none;
		margin-top: 5px;
		width: 50px;
		height: 50px;
		text-indent: -900em;
		overflow: hidden;
		position: absolute;
		top:0;
		right:0;
		cursor: pointer;
		outline: none;
		background: url(../images/menu-button-bg.png) no-repeat center center;
		background-size: 50%;
	}
	
	.dl-menuwrapper button:hover ,
	.dl-menuwrapper button.dl-active {
		/*background: url(../images/header-bg.png) repeat-x bottom left;*/
		
	}
	
	.dl-menuwrapper ul {
		background: #005097;
	}
	
	/*
	.dl-menuwrapper button:after {
		content: '';
		position: absolute;
		width: 60%;
		height: 4px;
		background: #fff;
		top: 12px;
		left: 22%;
		box-shadow: 
			0 10px 0 #fff, 
			0 20px 0 #fff;
	}
	*/
	
	.dl-menuwrapper ul {
		padding: 0;
		list-style: none;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	
	.dl-menuwrapper li {
		position: relative;
	}
	
	.dl-menuwrapper li a {
		display: block;
		position: relative;
		margin:0px 30px;
		padding: 15px 20px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 300;
		color: #fff;
		
		border-bottom:1px solid #59687f;
		outline: none;
	}
	.dl-submenu li:nth-child(2) a {

		padding: 15px 0px;

	}
	.no-touch .dl-menuwrapper li a:hover {
		border-bottom:2px solid #fff;
	}
	
	.dl-menuwrapper li.dl-back > a {
		padding-left: 15px;
		border-bottom:none;
	}
	.dl-menuwrapper li.dl-back > a:hover {
	
		border-bottom:none;
	}
	.dl-menuwrapper li.dl-back:after,
	.dl-menuwrapper li > a:not(:only-child):after {
		position: absolute;
		top: 0;
		line-height: 50px;
		width: 28px;
		height:48px;
		background:url(../images/icon-back.png) no-repeat center center;
		speak: none;
		-webkit-font-smoothing: antialiased;
		content: " ";
	}
	
	.dl-menuwrapper li.dl-back:after {
	
		left: 20px;
		color: rgba(255,255,255,0.8);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	.dl-menuwrapper li > a:after {
		right: 10px;
		color: rgba(255,255,255,0.8);
	}
	
	.dl-menuwrapper .dl-menu {
		margin: 0px 0 0 0;
		position: absolute;
		width: 100%;
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	
	.dl-menuwrapper .dl-menu.dl-menu-toggle {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	.dl-menuwrapper .dl-menu.dl-menuopen {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
	
	/* Hide the inner submenus */
	.dl-menuwrapper li .dl-submenu {
		display: none;
	}
	
	/* 
	When a submenu is openend, we will hide all li siblings.
	For that we give a class to the parent menu called "dl-subview".
	We also hide the submenu link. 
	The opened submenu will get the class "dl-subviewopen".
	All this is done for any sub-level being entered.
	*/
	.dl-menu.dl-subview li,
	.dl-menu.dl-subview li.dl-subviewopen > a,
	.dl-menu.dl-subview li.dl-subview > a {
		display: none;
	}
	
	.dl-menu.dl-subview li.dl-subview,
	.dl-menu.dl-subview li.dl-subview .dl-submenu,
	.dl-menu.dl-subview li.dl-subviewopen,
	.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
	.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
		display: block;
	}
	
	/* Dynamically added submenu outside of the menu context */
	.dl-menuwrapper > .dl-submenu {
		position: absolute;
		width: 100%;
		top: 50px;
		left: 0;
		margin: 0;
	}
	
	/* Animation classes for moving out and in */
	
	.dl-menu.dl-animate-out-1 {
		-webkit-animation: MenuAnimOut1 0.4s;
		-moz-animation: MenuAnimOut1 0.4s;
		animation: MenuAnimOut1 0.4s;
	}
	
	.dl-menu.dl-animate-out-2 {
		-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
		-moz-animation: MenuAnimOut2 0.3s ease-in-out;
		animation: MenuAnimOut2 0.3s ease-in-out;
	}
	
	.dl-menu.dl-animate-out-3 {
		-webkit-animation: MenuAnimOut3 0.4s ease;
		-moz-animation: MenuAnimOut3 0.4s ease;
		animation: MenuAnimOut3 0.4s ease;
	}
	
	.dl-menu.dl-animate-out-4 {
		-webkit-animation: MenuAnimOut4 0.4s ease;
		-moz-animation: MenuAnimOut4 0.4s ease;
		animation: MenuAnimOut4 0.4s ease;
	}
	
	.dl-menu.dl-animate-out-5 {
		-webkit-animation: MenuAnimOut5 0.4s ease;
		-moz-animation: MenuAnimOut5 0.4s ease;
		animation: MenuAnimOut5 0.4s ease;
	}
	
	@-webkit-keyframes MenuAnimOut1 {
		50% {
			-webkit-transform: translateZ(-250px) rotateY(30deg);
		}
		75% {
			-webkit-transform: translateZ(-372.5px) rotateY(15deg);
			opacity: .5;
		}
		100% {
			-webkit-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
	}
	
	@-webkit-keyframes MenuAnimOut2 {
		100% {
			-webkit-transform: translateX(-100%);
			opacity: 0;
		}
	}
	
	@-webkit-keyframes MenuAnimOut3 {
		100% {
			-webkit-transform: translateZ(300px);
			opacity: 0;
		}
	}
	
	@-webkit-keyframes MenuAnimOut4 {
		100% {
			-webkit-transform: translateZ(-300px);
			opacity: 0;
		}
	}
	
	@-webkit-keyframes MenuAnimOut5 {
		100% {
			-webkit-transform: translateY(40%);
			opacity: 0;
		}
	}
	
	@-moz-keyframes MenuAnimOut1 {
		50% {
			-moz-transform: translateZ(-250px) rotateY(30deg);
		}
		75% {
			-moz-transform: translateZ(-372.5px) rotateY(15deg);
			opacity: .5;
		}
		100% {
			-moz-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
	}
	
	@-moz-keyframes MenuAnimOut2 {
		100% {
			-moz-transform: translateX(-100%);
			opacity: 0;
		}
	}
	
	@-moz-keyframes MenuAnimOut3 {
		100% {
			-moz-transform: translateZ(300px);
			opacity: 0;
		}
	}
	
	@-moz-keyframes MenuAnimOut4 {
		100% {
			-moz-transform: translateZ(-300px);
			opacity: 0;
		}
	}
	
	@-moz-keyframes MenuAnimOut5 {
		100% {
			-moz-transform: translateY(40%);
			opacity: 0;
		}
	}
	
	@keyframes MenuAnimOut1 {
		50% {
			transform: translateZ(-250px) rotateY(30deg);
		}
		75% {
			transform: translateZ(-372.5px) rotateY(15deg);
			opacity: .5;
		}
		100% {
			transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
	}
	
	@keyframes MenuAnimOut2 {
		100% {
			transform: translateX(-100%);
			opacity: 0;
		}
	}
	
	@keyframes MenuAnimOut3 {
		100% {
			transform: translateZ(300px);
			opacity: 0;
		}
	}
	
	@keyframes MenuAnimOut4 {
		100% {
			transform: translateZ(-300px);
			opacity: 0;
		}
	}
	
	@keyframes MenuAnimOut5 {
		100% {
			transform: translateY(40%);
			opacity: 0;
		}
	}
	
	.dl-menu.dl-animate-in-1 {
		-webkit-animation: MenuAnimIn1 0.3s;
		-moz-animation: MenuAnimIn1 0.3s;
		animation: MenuAnimIn1 0.3s;
	}
	
	.dl-menu.dl-animate-in-2 {
		-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
		-moz-animation: MenuAnimIn2 0.3s ease-in-out;
		animation: MenuAnimIn2 0.3s ease-in-out;
	}
	
	.dl-menu.dl-animate-in-3 {
		-webkit-animation: MenuAnimIn3 0.4s ease;
		-moz-animation: MenuAnimIn3 0.4s ease;
		animation: MenuAnimIn3 0.4s ease;
	}
	
	.dl-menu.dl-animate-in-4 {
		-webkit-animation: MenuAnimIn4 0.4s ease;
		-moz-animation: MenuAnimIn4 0.4s ease;
		animation: MenuAnimIn4 0.4s ease;
	}
	
	.dl-menu.dl-animate-in-5 {
		-webkit-animation: MenuAnimIn5 0.4s ease;
		-moz-animation: MenuAnimIn5 0.4s ease;
		animation: MenuAnimIn5 0.4s ease;
	}
	
	@-webkit-keyframes MenuAnimIn1 {
		0% {
			-webkit-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
		20% {
			-webkit-transform: translateZ(-250px) rotateY(30deg);
			opacity: 0.5;
		}
		100% {
			-webkit-transform: translateZ(0px) rotateY(0deg);
			opacity: 1;
		}
	}
	
	@-webkit-keyframes MenuAnimIn2 {
		0% {
			-webkit-transform: translateX(-100%);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateX(0px);
			opacity: 1;
		}
	}
	
	@-webkit-keyframes MenuAnimIn3 {
		0% {
			-webkit-transform: translateZ(300px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@-webkit-keyframes MenuAnimIn4 {
		0% {
			-webkit-transform: translateZ(-300px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@-webkit-keyframes MenuAnimIn5 {
		0% {
			-webkit-transform: translateY(40%);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateY(0);
			opacity: 1;
		}
	}
	
	@-moz-keyframes MenuAnimIn1 {
		0% {
			-moz-transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
		20% {
			-moz-transform: translateZ(-250px) rotateY(30deg);
			opacity: 0.5;
		}
		100% {
			-moz-transform: translateZ(0px) rotateY(0deg);
			opacity: 1;
		}
	}
	
	@-moz-keyframes MenuAnimIn2 {
		0% {
			-moz-transform: translateX(-100%);
			opacity: 0;
		}
		100% {
			-moz-transform: translateX(0px);
			opacity: 1;
		}
	}
	
	@-moz-keyframes MenuAnimIn3 {
		0% {
			-moz-transform: translateZ(300px);
			opacity: 0;
		}
		100% {
			-moz-transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@-moz-keyframes MenuAnimIn4 {
		0% {
			-moz-transform: translateZ(-300px);
			opacity: 0;
		}
		100% {
			-moz-transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@-moz-keyframes MenuAnimIn5 {
		0% {
			-moz-transform: translateY(40%);
			opacity: 0;
		}
		100% {
			-moz-transform: translateY(0);
			opacity: 1;
		}
	}
	
	@keyframes MenuAnimIn1 {
		0% {
			transform: translateZ(-500px) rotateY(0deg);
			opacity: 0;
		}
		20% {
			transform: translateZ(-250px) rotateY(30deg);
			opacity: 0.5;
		}
		100% {
			transform: translateZ(0px) rotateY(0deg);
			opacity: 1;
		}
	}
	
	@keyframes MenuAnimIn2 {
		0% {
			transform: translateX(-100%);
			opacity: 0;
		}
		100% {
			transform: translateX(0px);
			opacity: 1;
		}
	}
	
	@keyframes MenuAnimIn3 {
		0% {
			transform: translateZ(300px);
			opacity: 0;
		}
		100% {
			transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@keyframes MenuAnimIn4 {
		0% {
			transform: translateZ(-300px);
			opacity: 0;
		}
		100% {
			transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@keyframes MenuAnimIn5 {
		0% {
			transform: translateY(40%);
			opacity: 0;
		}
		100% {
			transform: translateY(0);
			opacity: 1;
		}
	}
	
	.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
		-webkit-animation: SubMenuAnimIn1 0.4s ease;
		-moz-animation: SubMenuAnimIn1 0.4s ease;
		animation: SubMenuAnimIn1 0.4s ease;
	}
	
	.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
		-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
		-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
		animation: SubMenuAnimIn2 0.3s ease-in-out;
	}
	
	.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
		-webkit-animation: SubMenuAnimIn3 0.4s ease;
		-moz-animation: SubMenuAnimIn3 0.4s ease;
		animation: SubMenuAnimIn3 0.4s ease;
	}
	
	.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
		-webkit-animation: SubMenuAnimIn4 0.4s ease;
		-moz-animation: SubMenuAnimIn4 0.4s ease;
		animation: SubMenuAnimIn4 0.4s ease;
	}
	
	.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
		-webkit-animation: SubMenuAnimIn5 0.4s ease;
		-moz-animation: SubMenuAnimIn5 0.4s ease;
		animation: SubMenuAnimIn5 0.4s ease;
	}
	
	@-webkit-keyframes SubMenuAnimIn1 {
		0% {
			-webkit-transform: translateX(50%);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateX(0px);
			opacity: 1;
		}
	}
	
	@-webkit-keyframes SubMenuAnimIn2 {
		0% {
			-webkit-transform: translateX(100%);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateX(0px);
			opacity: 1;
		}
	}
	
	@-webkit-keyframes SubMenuAnimIn3 {
		0% {
			-webkit-transform: translateZ(-300px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@-webkit-keyframes SubMenuAnimIn4 {
		0% {
			-webkit-transform: translateZ(300px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@-webkit-keyframes SubMenuAnimIn5 {
		0% {
			-webkit-transform: translateZ(-200px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateZ(0);
			opacity: 1;
		}
	}
	
	@-moz-keyframes SubMenuAnimIn1 {
		0% {
			-moz-transform: translateX(50%);
			opacity: 0;
		}
		100% {
			-moz-transform: translateX(0px);
			opacity: 1;
		}
	}
	
	@-moz-keyframes SubMenuAnimIn2 {
		0% {
			-moz-transform: translateX(100%);
			opacity: 0;
		}
		100% {
			-moz-transform: translateX(0px);
			opacity: 1;
		}
	}
	
	@-moz-keyframes SubMenuAnimIn3 {
		0% {
			-moz-transform: translateZ(-300px);
			opacity: 0;
		}
		100% {
			-moz-transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@-moz-keyframes SubMenuAnimIn4 {
		0% {
			-moz-transform: translateZ(300px);
			opacity: 0;
		}
		100% {
			-moz-transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@-moz-keyframes SubMenuAnimIn5 {
		0% {
			-moz-transform: translateZ(-200px);
			opacity: 0;
		}
		100% {
			-moz-transform: translateZ(0);
			opacity: 1;
		}
	}
	
	@keyframes SubMenuAnimIn1 {
		0% {
			transform: translateX(50%);
			opacity: 0;
		}
		100% {
			transform: translateX(0px);
			opacity: 1;
		}
	}
	
	@keyframes SubMenuAnimIn2 {
		0% {
			transform: translateX(100%);
			opacity: 0;
		}
		100% {
			transform: translateX(0px);
			opacity: 1;
		}
	}
	
	@keyframes SubMenuAnimIn3 {
		0% {
			transform: translateZ(-300px);
			opacity: 0;
		}
		100% {
			transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@keyframes SubMenuAnimIn4 {
		0% {
			transform: translateZ(300px);
			opacity: 0;
		}
		100% {
			transform: translateZ(0px);
			opacity: 1;
		}
	}
	
	@keyframes SubMenuAnimIn5 {
		0% {
			transform: translateZ(-200px);
			opacity: 0;
		}
		100% {
			transform: translateZ(0);
			opacity: 1;
		}
	}
	
	.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
		-webkit-animation: SubMenuAnimOut1 0.4s ease;
		-moz-animation: SubMenuAnimOut1 0.4s ease;
		animation: SubMenuAnimOut1 0.4s ease;
	}
	
	.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
		-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
		-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
		animation: SubMenuAnimOut2 0.3s ease-in-out;
	}
	
	.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
		-webkit-animation: SubMenuAnimOut3 0.4s ease;
		-moz-animation: SubMenuAnimOut3 0.4s ease;
		animation: SubMenuAnimOut3 0.4s ease;
	}
	
	.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
		-webkit-animation: SubMenuAnimOut4 0.4s ease;
		-moz-animation: SubMenuAnimOut4 0.4s ease;
		animation: SubMenuAnimOut4 0.4s ease;
	}
	
	.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
		-webkit-animation: SubMenuAnimOut5 0.4s ease;
		-moz-animation: SubMenuAnimOut5 0.4s ease;
		animation: SubMenuAnimOut5 0.4s ease;
	}
	
	@-webkit-keyframes SubMenuAnimOut1 {
		0% {
			-webkit-transform: translateX(0%);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateX(50%);
			opacity: 0;
		}
	}
	
	@-webkit-keyframes SubMenuAnimOut2 {
		0% {
			-webkit-transform: translateX(0%);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateX(100%);
			opacity: 0;
		}
	}
	
	@-webkit-keyframes SubMenuAnimOut3 {
		0% {
			-webkit-transform: translateZ(0px);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateZ(-300px);
			opacity: 0;
		}
	}
	
	@-webkit-keyframes SubMenuAnimOut4 {
		0% {
			-webkit-transform: translateZ(0px);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateZ(300px);
			opacity: 0;
		}
	}
	
	@-webkit-keyframes SubMenuAnimOut5 {
		0% {
			-webkit-transform: translateZ(0);
			opacity: 1;
		}
		100% {
			-webkit-transform: translateZ(-200px);
			opacity: 0;
		}
	}
	
	@-moz-keyframes SubMenuAnimOut1 {
		0% {
			-moz-transform: translateX(0%);
			opacity: 1;
		}
		100% {
			-moz-transform: translateX(50%);
			opacity: 0;
		}
	}
	
	@-moz-keyframes SubMenuAnimOut2 {
		0% {
			-moz-transform: translateX(0%);
			opacity: 1;
		}
		100% {
			-moz-transform: translateX(100%);
			opacity: 0;
		}
	}
	
	@-moz-keyframes SubMenuAnimOut3 {
		0% {
			-moz-transform: translateZ(0px);
			opacity: 1;
		}
		100% {
			-moz-transform: translateZ(-300px);
			opacity: 0;
		}
	}
	
	@-moz-keyframes SubMenuAnimOut4 {
		0% {
			-moz-transform: translateZ(0px);
			opacity: 1;
		}
		100% {
			-moz-transform: translateZ(300px);
			opacity: 0;
		}
	}
	
	@-moz-keyframes SubMenuAnimOut5 {
		0% {
			-moz-transform: translateZ(0);
			opacity: 1;
		}
		100% {
			-moz-transform: translateZ(-200px);
			opacity: 0;
		}
	}
	
	@keyframes SubMenuAnimOut1 {
		0% {
			transform: translateX(0%);
			opacity: 1;
		}
		100% {
			transform: translateX(50%);
			opacity: 0;
		}
	}
	
	@keyframes SubMenuAnimOut2 {
		0% {
			transform: translateX(0%);
			opacity: 1;
		}
		100% {
			transform: translateX(100%);
			opacity: 0;
		}
	}
	
	@keyframes SubMenuAnimOut3 {
		0% {
			transform: translateZ(0px);
			opacity: 1;
		}
		100% {
			transform: translateZ(-300px);
			opacity: 0;
		}
	}
	
	@keyframes SubMenuAnimOut4 {
		0% {
			transform: translateZ(0px);
			opacity: 1;
		}
		100% {
			transform: translateZ(300px);
			opacity: 0;
		}
	}
	
	@keyframes SubMenuAnimOut5 {
		0% {
			transform: translateZ(0);
			opacity: 1;
		}
		100% {
			transform: translateZ(-200px);
			opacity: 0;
		}
	}
	
	/* No JS Fallback */
	.no-js .dl-menuwrapper .dl-menu {
		position: relative;
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	
	.no-js .dl-menuwrapper li .dl-submenu {
		display: block;
	}
	
	.no-js .dl-menuwrapper li.dl-back {
		display: none;
	}
	
	.no-js .dl-menuwrapper li > a:not(:only-child) {
		background: rgba(0,0,0,0.1);
	}
	
	.no-js .dl-menuwrapper li > a:not(:only-child):after {
		content: '';
	}	
  }
