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

.hamburger-icon {
	width: 84px;
	float: left;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	margin: 0 0 0;
	position: absolute;
	top: 112px;
	left: 22px;
	z-index: 9999999999;
}
.hamburger-icon .hamburger-toggle {
	width: 84px;
	float: left;
	margin: 0 0 0;
}
.hamburger-icon .hamburger-btn {
	width: 38px;
	float: left;
	background: #000000;
	border-radius: 50%;
	margin: 0 0 0;
	padding: 11px 11px 11px;
}
.hamburger-icon .hamburger-text {
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: normal;
	line-height: 2.8;
	margin: 0 0 0;
}
.icon-1 {
	animation-delay: 100ms;
}
.icon-2 {
	margin: 5px 0 5px;
}
.icon-3 {
	animation-delay: 250ms;
}
.icon-1, .icon-2, .icon-3 {
	width: 100%;
	height: 2px;
	background: #ffffff;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.icon-1.a {
	transform: rotate(45deg) translate(5px, 5px);
}
.icon-3.b {
	transform: rotate(-45deg) translate(5px, -5px);
}
.icon-2.c {
	opacity: 0;
}
.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;
}
.dark-blue {
	background: #e5e5e5;
	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;
}
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.hamburger-icon {
	width: 78px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 78px;
}
.hamburger-icon .hamburger-text {
	font-size: 12px;
	color: #000000;
	line-height: 3.2;
	margin: 0 0 0;
}
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: 78px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 78px;
}
.hamburger-icon .hamburger-text {
	font-size: 12px;
	color: #000000;
	line-height: 3.2;
	margin: 0 0 0;
}
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: 78px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 78px;
}
.hamburger-icon .hamburger-text {
	font-size: 12px;
	color: #000000;
	line-height: 3.2;
	margin: 0 0 0;
}
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 {
	width: 38px;
	top: 82px;
	left: 3%;
}
.hamburger-icon .hamburger-toggle {
	width: 38px;
}
.hamburger-icon .hamburger-text {
	display: none;
}
nav {
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 360px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.hamburger-icon {
	width: 38px;
	top: 96px;
	left: 3%;
}
.hamburger-icon .hamburger-toggle {
	width: 38px;
}
.hamburger-icon .hamburger-text {
	display: none;
}
nav {
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 360px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.hamburger-icon {
	width: 38px;
	left: 3%;
}
.hamburger-icon .hamburger-toggle {
	width: 38px;
}
.hamburger-icon .hamburger-text {
	display: none;
}
nav {
	left: -300px;
}
nav.show {
	width: 300px;
}
.dark-blue.slide {
	width: 360px;
}
}

@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%;
}
}