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

.hamburger-icon {
	width: 81px;
	float: left;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	margin: 0 0 0;
	position: absolute;
	top: 96px;
	left: 22px;
	z-index: 9999999999;
}
.hamburger-icon .hamburger-toggle {
	width: 81px;
	float: left;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 8px;
	margin: 0 0 0;
	padding: 17px 14px 17px 12px;
}
.hamburger-icon .hamburger-btn {
	width: 12px;
	float: left;
	margin: 0 0 0;
}
.hamburger-icon .hamburger-text {
	float: right;
	font-size: 14px;
	font-weight: 600;
	color: #323e48;
	line-height: 1;
	letter-spacing: normal;
	margin: 0 0 0;
}
.icon-1 {
	animation-delay: 100ms;
}
.icon-2 {
	margin: 3px 0 3px;
}
.icon-3 {
	animation-delay: 250ms;
}
.icon-1, .icon-2, .icon-3 {
	width: 100%;
	height: 2px;
	background: #323e48;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.icon-1.a {
	transform: rotate(45deg) translate(4px, 4px);
}
.icon-3.b {
	transform: rotate(-45deg) translate(3px, -3px);
}
.icon-2.c {
	opacity: 0;
}
.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: #a5cdd5;
	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: 81px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 81px;
	padding: 17px 14px 16px 12px;
}
.hamburger-icon .hamburger-text {
	font-size: 12px;
	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: 81px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 81px;
	padding: 17px 14px 16px 12px;
}
.hamburger-icon .hamburger-text {
	font-size: 12px;
	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: 81px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.hamburger-icon .hamburger-toggle {
	width: 81px;
	padding: 17px 14px 16px 12px;
}
.hamburger-icon .hamburger-text {
	font-size: 12px;
	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 {
	top: 70px;
	left: 3%;
}
.hamburger-icon .hamburger-toggle {
	padding: 17px 14px 16px 12px;
}
.hamburger-icon .hamburger-text {
	font-size: 12px;
}
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: 83px;
	left: 3%;
}
.hamburger-icon .hamburger-toggle {
	padding: 17px 14px 16px 12px;
}
.hamburger-icon .hamburger-text {
	font-size: 13px;
}
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%;
}
}