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

.hamburger-icon {
	width: 25px;
	float: left;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	margin: 0 0 0;
	position: absolute;
	top: 32px;
	left: 40px;
	z-index: 9999999999;
}
.hamburger-icon .hamburger-toggle {
	width: 25px;
	float: left;
	margin: 0 0 0;
}
.hamburger-icon .hamburger-btn {
	width: 25px;
	float: left;
	background: none;
	margin: 0 0 0;
	padding: 10px 0;
}
.hamburger-icon .hamburger-text {
	float: right;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	letter-spacing: normal;
	line-height: 2;
	display: none;
	margin: 0 0 0;
}
.icon-1 {
	animation-delay: 100ms;
}
.icon-2 {
	margin: 0 5px 0;
}
.icon-3 {
	animation-delay: 250ms;
}
.icon-1, .icon-2, .icon-3 {
	width: 5px;
	height: 5px;
	float: left;
	background: #000000;
	border-radius: 50%;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.icon-1.a {
	width: 100%;
	height: 2px;
	background: #bd9d67;
	transform: rotate(45deg) translate(1px, 1px);
}
.icon-3.b {
	width: 100%;
	height: 2px;
	background: #000000;
	transform: rotate(-45deg) translate(0, 0);
}
.icon-2.c {
	opacity: 0;
	display: none;
}
.hamburger-text.d {
	color: #000;
}
.clear {
	clear: both;
}
 @keyframes slideIn {
 0% {
 width: 0%;
 opacity: 0;
}
 100% {
 width: 50%;
 opacity: 1;
}
}
nav {
	background: #ffffff;
	height: 100%;
	width: 0%;
	opacity: 0;
	transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
	transition-delay: 100ms;
	position: fixed;
	top: 0;
	left: -380px;
	z-index: 99999999;
}
nav.show {
	width: 380px;
	opacity: 1;
	left: 0;
	overflow-y: auto;
    overflow-x: hidden
}
.dark-blue {
	background: #bd9d67;
	height: 100%;
	width: 0%;
	transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
	transition-delay: 50ms;
	opacity: 1;
	position: fixed;
	top: 0;
	z-index: 999999;
}
.dark-blue.slide {
	width: 440px;
	opacity: 1;
}
 @keyframes shotup {
 0% {
 transform: translateY(300%);
 opacity: 0;
}
 90% {
 transform: translateY(-50px);
}
 100% {
 transform: translateY(0%);
 opacity: 1;
}
}

nav.show::-webkit-scrollbar { width: 6px;}
nav.show::-webkit-scrollbar-track { background: #f1f1f1eb; box-shadow: inset 1px 0 5px #dfdfdf; border-radius: 25px;}
nav.show::-webkit-scrollbar-thumb { background: #000000; border-radius: 25px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.hamburger-icon {
	width: 65px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 65px;
}
.hamburger-icon .hamburger-text {
	display: block;
}
nav {
	text-align: center;
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 320px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.hamburger-icon {
	width: 65px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 65px;
}
.hamburger-icon .hamburger-text {
	display: block;
}
nav {
	text-align: center;
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 320px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.hamburger-icon {
	width: 65px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 65px;
}
.hamburger-icon .hamburger-text {
	display: block;
}
nav {
	text-align: center;
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 320px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.hamburger-icon {
	top: 20px;
	left: 3%;
}
nav {
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 360px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.hamburger-icon {
	top: 26px;
	left: 3%;
}
nav {
	left: -340px;
}
nav.show {
	width: 340px;
}
.dark-blue.slide {
	width: 400px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.hamburger-icon {
	left: 3%;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.hamburger-icon {
	left: 3%;
}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.hamburger-icon {
	left: 3%;
}
}