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

.toggle {
	width: 80px;
	float: left;
	cursor: pointer;
	display: block;
	margin: 0 0 0;
	position: fixed;
	top: 73px;
	left: 2%;
	z-index: 9999;
}
.toggle-text1 {
	float: right;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.44;
	margin: 0 0 0;
}
.toggle-bar1 {
	width: 30px;
	float: left;
	margin: 0 0 0;
}
.bar {
	width: 100%;
	height: 4px;
	background: #ffffff;
	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: #696969;
}
.toggle-active .bar {
	background: #c7a17b;
}
.toggle-active .top {
	-webkit-transform: translateY(8px) 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: 4px;
}
.overlay {
	width: 100%;
	height: 0;
	background: #ffffff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9999;
}
.nav-active {
	opacity: 1;
	visibility: visible;
	height: 100%;/*    max-height: 340px;*/
}



/*Smartphone css*/
@media screen and (max-width: 480px) {
.toggle {
	display: block;
	top: 34px;
    left: 5%;
}
.toggle-text1 {
	color: #000000;
}
.bar {
	background: #000000;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.toggle {
	display: block;
	top: 34px;
    left: 5%;
}
.toggle-text1 {
	color: #000000;
}
.bar {
	background: #000000;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.toggle {
	display: block;
	top: 32px;
    left: 5%;
}
.toggle-text1 {
	color: #000000;
}
.bar {
	background: #000000;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.toggle-text1 {display: none;}
.toggle {
    top: 54px;
    
}
    #cssmenu > ul > li > a {
        font-size: 18px;
        padding: 12px 0;
        text-align: left;
    }
	.overlay-back {
    
        background-position-x: 79% !important;
    }
}

@media screen and (min-width:901px) and (max-width:1024px) {
.toggle-text1 {display: none;}
.toggle {
    top: 55px;
}
 #cssmenu > ul > li > a {
        font-size: 18px;
        padding: 12px 0;
        text-align: left;
    }

	.overlay-back {
    
        background-position-x: 87% !important;
    }

}

@media screen and (min-width:1025px) and (max-width:1240px) {
	.toggle-text1 {display: none;}

	 #cssmenu > ul > li > a {
        font-size: 22px;
        padding: 12px 0;
        text-align: left;
    }

}

@media screen and (min-width:768px) {
	.overlay-back {
    width: 42%;
    height: 100%;
    float: left;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

#cssmenu {
    width: 100%;
    transform: translateY(-50%);
    margin: 0 0 0;
    padding: 0 13% 0 42%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 71px;
}


}

@media screen and (min-width:1241px) {
	#cssmenu > ul > li > a {
    font-size: 24px;
    font-weight: 600;
    color: #c7a17b;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    cursor: pointer;
    padding: 16px 0;
    z-index: 2;
    text-align: left;
}
}
