@charset "utf-8";
/* CSS Document */

.hamburger-icon {
	width: 36px;
	float: left;
	text-align: center;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin: 0 0 0;
	position: absolute;
	top: 66px;
	left: 3%;
	z-index: 9999999999;
}
.hamburger-icon .hamburger-toggle {
	width: 36px;
	float: left;
	margin: 0 0 0;
}
.hamburger-icon .hamburger-btn {
	width: 31px;
	float: none;
	margin: 0 auto 0;
	position: relative;
}
.hamburger-icon .hamburger-text {
	float: none;
	font-size: 12px;
	font-weight: 600;
	color: #bc902d;
	letter-spacing: 0.24px;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 0;
}
.icon-1 {
	animation-delay: 100ms;
	margin: 0 auto 0;
}
.icon-2 {
	margin: 3px 0 3px;
}
.icon-3 {
	animation-delay: 250ms;
	margin: 0 auto 0;
}
.hamburgerdot {
	width: 100%;
	float: none;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
	margin: 0 auto 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.hamburgerdot img {
	width: 100%;
	display: block;
}
.icon-1, .icon-2, .icon-3 {
	width: 100%;
	height: 8px;
	background: #454442;
	opacity: 0;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.icon-1.a {
	background: #bc902d;
	opacity: 1;
	transform: rotate(45deg) translate(7.5px, 8.5px);
}
.icon-3.b {
	background: #bc902d;
	opacity: 1;
	transform: rotate(-45deg) translate(7px, -7.5px);
}
.icon-2.c {
	background: #bc902d;
	opacity: 0;
}
.hamburgerdot.dot {
	opacity: 0;
}
.hamburger-text.d {
	color: #454442;
}
.clear {
	clear: both;
}
 @keyframes slideIn {
 0% {
 width: 0%;
 opacity: 0;
}
 100% {
 width: 50%;
 opacity: 1;
}
}
nav {
	width: 0%;
	height: 100%;
	background: #f0ebe8;
	opacity: 0;
	transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
	transition-delay: 100ms;
	padding: 0 0 0 3%;
	position: fixed;
	top: 0;
	left: -380px;
	z-index: 99999999;
}
nav.show {
	width: 380px;
	overflow-y: scroll;
	opacity: 1;
	left: 0;
}
.dark-blue {
	width: 0%;
	height: 100%;
	background: #bc902d;
	transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
	transition-delay: 50ms;
	opacity: 1;
	position: fixed;
	top: 0;
	z-index: 9999999;
}
.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;
}
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.hamburger-icon {
	width: 36px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 36px;
}
nav {
	text-align: center;
	padding: 0 5% 0;
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 320px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.hamburger-icon {
	width: 36px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 36px;
}
nav {
	text-align: center;
	padding: 0 5% 0;
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 320px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.hamburger-icon {
	width: 36px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 36px;
}
nav {
	text-align: center;
	padding: 0 5% 0;
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 320px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.hamburger-icon {
	width: 30px;
	top: 36px;
	left: 3%;
}
.hamburger-icon .hamburger-toggle {
	width: 30px;
}
.hamburger-icon .hamburger-btn {
	width: 25px;
}
.hamburger-icon .hamburger-text {
	font-size: 10px;
}
nav {
	left: -260px;
}
nav.show {
	width: 260px;
}
.dark-blue.slide {
	width: 320px;
}
.icon-1.a {
    transform: rotate(45deg) translate(6.5px, 6.5px);
}
.icon-3.b {
    transform: rotate(-45deg) translate(6px, -6.5px);
}
.icon-1, .icon-2, .icon-3 {
	height: 6px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.hamburger-icon {
	width: 33px;
	top: 46px;
	left: 3%;
}
.hamburger-icon .hamburger-toggle {
	width: 33px;
}
.hamburger-icon .hamburger-btn {
	width: 28px;
}
.hamburger-icon .hamburger-text {
	font-size: 11px;
}
nav {
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 360px;
}
.icon-1.a {
    transform: rotate(45deg) translate(7.5px, 7.5px);
}
.icon-3.b {
    transform: rotate(-45deg) translate(7px, -6.5px);
}
.icon-1, .icon-2, .icon-3 {
	height: 7px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.hamburger-icon {
	top: 61px;
	left: 3%;
}
nav {
	left: -340px;
}
nav.show {
	width: 340px;
}
.dark-blue.slide {
	width: 400px;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.hamburger-icon {
	left: 3%;
}
}