
.openToggle {
	float: left;
}
.openToggle .icon {
	 color: #fff;
    font-size: 21px;
}
.openToggle:before {
	/*background: #fff none repeat scroll 0 0;
	box-shadow: 0 9px #fff, 0 18px #fff;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 28px;*/
}
.toggleBtn {
	left: 11px;
	position: absolute;
	top: 41px;
	z-index: 9999;
}
.mobilNavContainer {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
}
.mobilNav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mobilNavContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mobilNavContainer::after,
.mobilNavContent::after,
.mobilNavContent::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	opacity: 0;
}

.mobilNavContainer::after,
.mobilNavContent::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	-moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	z-index: 999999;
}

.mobilNavContent::after {
	z-index: -1;
}

.mobilNavContainer.navOverlay::after,
.mobilNavContent.mobilNavContentOverlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mobilNavContainer,
.mobilNavContent {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.navNext-pageNext .mobilNavContent.mobilNavContentOpen {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	-moz-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

.mobilNav > .mobilNavContent,
.mobilNav > .mobilNavContent.mobilNavContentOpen,
.mobilNav.navNext-pageNext > .mobilNavContent,
.mobilNav.navNext-pageNext > .mobilNavContent.mobilNavContentOpen {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mobilNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobilNav ul li > a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color:#666;
    display: block;
    float: left;
    font-size: 14px;
    outline: medium none;
    padding: 10px 0 9px 12px;
    text-decoration: none;
    transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
    width: 100%;
}
.mobilNav ul li > a .icon {
	color: rgba(0, 0, 0, 0.4);
	font-size: 14px;
	margin-right: 10px;
	text-align: center;
	width: 25px;
}
.mobilNav ul li::before {
	color: rgba(0, 0, 0, 0.2);
	left: 10px;
	line-height: 2.7;
	position: absolute;
	z-index: -1;
}

.mobilNavContent > ul > li:first-child > a {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.mobilNavContent > ul > li:last-child > a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobilNav ul li a:hover,
.mobilNavContent > ul > li:first-child > a:hover {
	background:rgba(0, 0, 0, 0.05);
}

.navBack {
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    color: #999;
	display: block;
	font-size: 14px;
	font-weight: 600;
	outline: medium none;
	padding: 10px;
	float: left;
	width:100%;
	position: relative;
	text-align: right;
	text-decoration: none;
	transition: background 0.3s ease 0s;
}
.navTitle {
	background: #f0542d none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 10px;
    width: 100%;
}

.navProfile {
	background: #f0542d  none repeat scroll 0 0;
	display: inline-block;
	width: 100%;
}
.navProfile .navLogo {
	float: left;
	width: 100%;
}
.navProfile .navLogo a {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	padding: 8px 0 8px 14px;
	width: 100%;
}
.navProfile .navLogo img {
	width: 200px;
}
.navProfile .navInfo {
	float: left;
    padding: 15px;
    width: 100%;
}
.navProfile .navInfo h3 {
	color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin-right: 8px;
}
.navProfile .navInfo h3:nth-last-child(1) {
	margin-right: 0;
}
.navProfile .navInfo h3 .icon {
	background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #f0542d;
    height: 20px;
    margin-right: 9px;
    padding-top: 4px;
    text-align: center;
    width: 20px;
}

/*.navSocial {}
.navSocial ul {}
.navSocial ul li {}
.navSocial ul li a {}*/
.navSocial ul li a .icon {
	float: left;
    font-size: 22px;
}


@media screen and (min-width: 991px) {
	.openToggle {
		display: none;
	}
}
@media only screen and (min-width:390px) and (max-width:479px) {
	.toggleBtn {
		left: 0;
		margin: 0 auto;
		right: 0;
		width: 378px;
	}
}

@media only screen and (min-width:479px) and (max-width:767px) {  }
@media only screen and (min-width:600px) and (max-width:767px) {
	.toggleBtn {
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width:585px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
	.toggleBtn {
		left: 0;
	    margin: 0 auto;
	    right: 0;
	    top: 90px;
	    width: 750px;
	}
	.openToggle {
	    float: right;
	}

}




