@charset "utf-8";

/* CSS Document */



.toggle {

	width: 100%;

	float: left;

	cursor: pointer;

	margin: 0 0 0;

	position: relative;

	z-index: 9999;

}

.toggle-text1 {

	float: left;

	font-size: 12px;

	font-weight: 400;

	color: #ffffff;

	letter-spacing: 1.4px;

	line-height: 25px;

	text-transform: uppercase;

	display: inline-block;

	margin: 8px 0 0 10px;

}

.toggle-bar1 {

	width: 40px;

	float: left;

	background: #61635b;

	border-radius: 50%;

	margin: 0 0 0;

	padding: 12px 14px 12px;

}

.bar {

	width: 100%;

	height: 4px;

	background: #ffffff;

	display: block;

	margin: 2px 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: #fff;

}

.toggle-active .bar {

	background: #ffffff;

}

.toggle-active .top {

	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);

	position: relative;

	top: 0;

}

.toggle-active .middle {

	opacity: 0;

}

.toggle-active .bottom {

	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);

	position: relative;

	top: 6px;

}

.overlay {

	position: fixed;

	z-index: 9999999;

	    background-image: linear-gradient(148deg,#fffffff2 -98%,#060606 97%) !important;

	top: 0;

	right: 0;

	left: 0;

	width: 0;

	height:100%;

	visibility: hidden;

	opacity: 0;

	-webkit-transition: opacity .35s, visibility .35s, width.35s;

}

.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 28%;
}


/*Smartphone css*/
@media screen and (max-width: 767px) {

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












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

/*.toggle-text1 { display:none;}*/

}



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

/*.toggle-text1 { display:none;}*/

}



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

/*.toggle-text1 { display:none;}*/

}