@charset "utf-8";

/* CSS Document */



.menuer-col1 {

	width: 98px;

	float: left;

	overflow: hidden;

	margin: 0 0 0;

	position: fixed;

	top: 70px;

	left: 14px;

	z-index: 9999999;

}

.menuer-col1.fixed {
    width: 98px !important;
    float: left;
    background: none;
    overflow: hidden;
    margin: 0 0 0 !important;
    position: fixed;
    top: 21px;
    left: 14px;
    z-index: 9999999;
    padding: 0;
}

.menuer-col1 .menuer-row1 {

	width: 98px;

	float: left;

}

.toggle {

	float: left;

	cursor: pointer;

	margin: 0 0 0;

	position: relative;

	z-index: 9999;

}

.toggle-bar1 {

	width: 33px;

	float: left;

	background: none;

	background: linear-gradient(to top, #e7c999, #765d36);

	background: -webkit-linear-gradient(to top, #e7c999, #765d36);

	border-radius: 50%;

	margin: 0 0 0;

	padding: 9px 11px 9px;

}

.toggle-text1 {

	float: left;

	font-size: 14px;

	font-weight: 400;

	color: #ffffff;

	letter-spacing: 0.37px;

	line-height: 22px;

	display: inline-block;

	margin: 6px 0 0 8px;

	font-family: 'gilroy-bold-font';

}

.bar {

	width: 100%;

	height: 3px;

	background: #ffffff;

	display: block;

	margin: 3px 0 0;

	-webkit-transition: all .35s ease;

	transition: all .35s ease;

}

.bar:first-child {

	margin-top: 0;

}

.middle {

	top: 11px;

}

.bottom {

	top: 22px;

}

.toggle-active .toggle-text1 {

	color: #ffffff;

}

.toggle-active .bar {

	background: #ffffff;

}

.toggle-active .top {

	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);

	-moz-transform: translateY(6px) translateX(0) rotate(45deg);

	-ms-transform: translateY(6px) translateX(0) rotate(45deg);

	-o-transform: translateY(6px) translateX(0) rotate(45deg);

	position: relative;

	top: 0;

}

.toggle-active .middle {

	opacity: 0;

}

.toggle-active .bottom {

	width: 100%;

	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);

	-moz-transform: translateY(-12px) translateX(0) rotate(-45deg);

	-ms-transform: translateY(-12px) translateX(0) rotate(-45deg);

	-o-transform: translateY(-12px) translateX(0) rotate(-45deg);

	position: relative;

	top: 6px;

}

.overlay {

	position: fixed;

	z-index: 99999;

	background-image: linear-gradient(120deg, #939392 0%, #373736 100%);

	top: 0;

	right: 0;

	left: 0;

	width: 100%;

	height: 0;

	visibility: hidden;

	opacity: 0;

	-webkit-transition: opacity .35s, visibility .35s, height .35s;

	-moz-transition: opacity .35s, visibility .35s, height .35s;

	-ms-transition: opacity .35s, visibility .35s, height .35s;

	-o-transition: opacity .35s, visibility .35s, height .35s;

}

.nav-active {

	opacity: 1;

	visibility: visible;

	height: 100%;/*    max-height: 340px;*/

}

.menuer-row1 .fixed {

	left: 10px;

}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.menuer-col1 {

	width: 90%;

	margin: 0 auto 0;

	position: fixed;

	top: 16px;

	right: 0;

	left: 0;

}

.menuer-col1 .menuer-row1 {

	width: 98px;

}

.toggle-text1 {

	font-size: 14px;

	line-height: 29px;

}

}



@media screen and (min-width:481px) and (max-width:600px) {

.menuer-col1 {

	width: 90%;

	margin: 0 auto 0;

	position: fixed;

	top: 16px;

	right: 0;

	left: 0;

}

.menuer-col1 .menuer-row1 {

	width: 98px;

}

.toggle-text1 {

	font-size: 14px;

	line-height: 29px;

}

}



@media screen and (min-width:601px) and (max-width:767px) {

.menuer-col1 {

	width: 90%;

	margin: 0 auto 0;

	position: fixed;

	top: 16px;

	right: 0;

	left: 0;

}

.menuer-col1 .menuer-row1 {

	width: 98px;

}

.toggle-text1 {

	font-size: 14px;

	line-height: 29px;

}

}



@media screen and (min-width:768px) and (max-width:900px) {

.menuer-col1 { width:33px; margin:0 0 0; position:fixed; left:3%;}

.menuer-col1 .menuer-row1 { width:33px;}

.toggle-text1 { display:none;}

.menuer-col1.fixed { top: 19px;}

}



@media screen and (min-width:901px) and (max-width:1024px) {

.menuer-col1 { width:33px; margin:0 0 0; position:fixed; left:3%;}

.menuer-col1 .menuer-row1 { width:33px;}

.toggle-text1 { display:none;}

}



@media screen and (min-width:1025px) and (max-width:1240px) {

.menuer-col1 { left:3%;}

.toggle-text1 { display: none;}

}