#AwMobileMenuOverlay {
	background-color: #1a1a1a;
    height: 100vh;
    left: 0;
	opacity:0;
	position: fixed;
    top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index:10;
}
#AwMobileMenuOverlay.active {
	opacity: 0.9;
	visibility: visible;
}
#awMobileMenu {
	background-color:transparent;
    float: left;
    height:100vh;
	left:0;
	opacity: 0;
    position: fixed;
	top:0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
    width: 100%;
	z-index:15;
}
#awMobileMenu.active {
	opacity: 1;
	visibility: visible;	
}
.toggler {
	color: #00244c;
	cursor:pointer;
    font-family: aw-font;
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    right: 0;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
}
.open > .toggler {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#awMobileMenuToggler {
	cursor:pointer;
	float:left;
	height: 40px;
	margin: 0;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index:20;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
#awMobileMenuTogglerIcon {
    background: #000 none repeat scroll 0 0;
	border-radius: 6px;
    font-size: 0;
    height: 2px;
    position: relative;
    top: 19px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
    width: 23px;
}
#awMobileMenuTogglerIcon:before,
#awMobileMenuTogglerIcon:after  {
    background: #000 none repeat scroll 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 6px;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    top: -8px;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.3s ease 0s;
    width: 23px;
}
#awMobileMenuTogglerIcon:after {
    top: 6px;
}
#awMobileMenuToggler.active #awMobileMenuTogglerIcon {
	background-color:transparent;
}
#awMobileMenuToggler.active #awMobileMenuTogglerIcon:before {
	background-color: #fff;
    margin: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 1px 4px 0;
}
#awMobileMenuToggler.active #awMobileMenuTogglerIcon:after {
	background-color: #fff;
	margin: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 1px -2px 0;
}
#awMobileMenu > .accordeonckMain {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:24px solid #fff;
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding: 0 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.accordeonckMain:after{
	content:"";
	position:absolute;
	left:0;
	height:24px;
	bottom:0px;
	width:100%;
	background-color: #fff;


}
.accordeonckMain .menu {
	 max-width:338px;
	 margin:0 auto;
	margin-top:45px;
 }
.accordeonckMain .menu ul li {
	display:block;
	opacity: 0;
	position:relative;
}
#awMobileMenu.active .accordeonckMain ul li {
	opacity: 1;
}
.accordeonckMain ul li:nth-child(1){
	-webkit-transition: opacity 0.1s ease 0.2s;
	-moz-transition: opacity 0.1s ease 0.2s;
	transition: opacity 0.1s ease 0.2s;
}
.accordeonckMain ul li:nth-child(2){
	-webkit-transition: opacity 0.1s ease 0.25s;
	-moz-transition: opacity 0.1s ease 0.25s;
	transition: opacity 0.1s ease 0.25s;
}
.accordeonckMain ul li:nth-child(3){
	-webkit-transition: opacity 0.1s ease 0.3s;
	-moz-transition: opacity 0.1s ease 0.3s;
	transition: opacity 0.1s ease 0.3s;
}
.accordeonckMain ul li:nth-child(4){
	-webkit-transition: opacity 0.1s ease 0.35s;
	-moz-transition: opacity 0.1s ease 0.35s;
	transition: opacity 0.1s ease 0.35s;
}
.accordeonckMain ul li:nth-child(5){
	-webkit-transition: opacity 0.1s ease 0.4s;
	-moz-transition: opacity 0.1s ease 0.4s;
	transition: opacity 0.1s ease 0.4s;
}
.accordeonckMain ul li:nth-child(6){
	-webkit-transition: opacity 0.1s ease 0.45s;
	-moz-transition: opacity 0.1s ease 0.45s;
	transition: opacity 0.1s ease 0.45s;
}
#awMobileMenu li a {
    color: white;
    font-size: 32px;
	text-transform: capitalize;
}
#awMobileMenu li.active > a,
#awMobileMenu li a:hover{
	color: white;
}
#awMobileMenu li a:after {
	color: white;
	content:"";
	height:2px;
	background-color:white;
	position:absolute;
	bottom:0px;
	left:0;
	-webkit-transition: width 0.3s ease 0s;
	-moz-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
	width: 0;
}
#awMobileMenu li.active > a:after,
#awMobileMenu li a:hover:after {
	width: 100%;
}
#awMobileMenu li {
	position:relative;
	opacity:0;
}
#awMobileMenu li ul {
	margin-left:20px;
}