@charset "utf-8";
/* CSS Document */

.menuer-col1 {
    width: 104px;
    float: left;
    overflow: hidden;
    margin: 0 0 0;
    position: absolute;
    top: 11px;
    left: auto;
    z-index: 99999;
    right: 0;
}
.menuer-col1 .menuer-row1 {
	width: 90px;
	float: left;
}
.toggle {
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	position: relative;
	z-index: 9999;
}
.toggle-text1 {
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #bbb;
    letter-spacing: 0.70px;
    line-height: 24px;
    display: inline-block;
    margin: 8px 0 0;
}
.toggle-row1 {
    width: 48px;
    float: left;
    background: no-repeat;
    border-radius: 4px;
    margin: 0 0 0;
    padding: 10px 11px 10px;
}
.bar {
    width: 100%;
    height: 4px;
    background: #333;
    display: block;
    margin: 4px 0 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.bar:first-child {
	margin-top: 0;
}
.bar:last-child {
	margin-bottom: 0;
}
.middle {
	top: 11px;
}
.bottom {
	top: 22px;
}
.toggle-active .toggle-text1 {
	color: #ffffff;
}
.toggle-active .bar {
	background: #380739;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position: relative;
	top: 2px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 3px;
}
.overlay {
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    right: -25%;
    left: auto;
    width: 0;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease all 0.5s;
    visibility: hidden;
}
.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    right: 0;
    /* width:430px; */
	width: 25%;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menuer-col1 {
    width: 68px;
    position: fixed;
    top: 58px;
    left: auto;
    right: 0;
}
.menuer-col1 .menuer-row1 {
	width: 68px;
}
.toggle-row1 {
	width: 22px;
	background: none;
	margin: 0 0 0;
	padding: 0 0 0;
}
.toggle-text1 {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0;
}
.bar {
	width: 100%;
	height: 4px;
	margin: 3px 0 0;
}
.toggle-active .toggle-text1 {
	color: #ffffff;
}
.toggle-active .bar {
	background: #ffffff;
}
.toggle-active .top {
	top: 1px;
}
.toggle-active .bottom {
	top: 5px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menuer-col1 {
	width: 68px;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menuer-col1 .menuer-row1 {
	width: 68px;
}
.toggle-row1 {
	width: 22px;
	background: none;
	margin: 0 0 0;
	padding: 0 0 0;
}
.toggle-text1 {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0;
}
.bar {
	width: 100%;
	height: 4px;
	background: #333;
	margin: 3px 0 0;
}
.toggle-active .toggle-text1 {
	color: #ffffff;
}
.toggle-active .bar {
	background: #ffffff;
}
.toggle-active .top {
	top: 1px;
}
.toggle-active .bottom {
	top: 5px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menuer-col1 {
	width: 68px;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menuer-col1 .menuer-row1 {
	width: 68px;
}
.toggle-row1 {
	width: 22px;
	background: none;
	margin: 0 0 0;
	padding: 0 0 0;
}
.toggle-text1 {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0;
}
.bar {
	width: 100%;
	height: 4px;
	margin: 3px 0 0;
}
.toggle-active .toggle-text1 {
	color: #ffffff;
}
.toggle-active .bar {
	background: #ffffff;
}
.toggle-active .top {
	top: 1px;
}
.toggle-active .bottom {
	top: 5px;
}
}

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

.menuer-col1 {
	width: 90px;
    margin: 0 0 0;
    position: absolute;
    left: auto;
}
.menuer-col1 .menuer-row1 {
	width: 90px;
}
.toggle-row1 {
	width: 44px;
	padding: 8px 9px 8px;
}

.nav-active {
    width: 32%;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {

.menuer-col1 {
	width: 90px;
    margin: 0 0 0;
    position: absolute;
    left: auto;
}
.menuer-col1 .menuer-row1 {
	width: 90px;
}
.toggle-row1 {
	width: 49px;
	padding: 9px 10px 9px;
}

.nav-active {
    width: 30%;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

.menuer-col1 {
	width: 104px;
    margin: 0 0 0;
    position: absolute;
    left: auto;
}
.menuer-col1 .menuer-row1 {
	width: 104px;
}
.toggle-row1 {
	width: 54px;
}

.nav-active {
    width: 30%;
}
}
@media screen and (min-width:1241px) and (max-width:1400px) {

	.menuer-col1 {
		width: 104px;
		margin: 0 0 0;
		position: absolute;
		left: auto;
	}
	.menuer-col1 .menuer-row1 {
		width: 104px;
	}
	.toggle-row1 {
		width: 54px;
	}

	.nav-active {
		width:28%;
	}
	}