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

.hamburger-icon {
	width: 99px;
	float: left;
	text-align: center;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin: 0 0 0;
	position: absolute;
	top: 58px;
	left: 0;
	z-index: 9999999999;
}
.hamburger-icon .hamburger-toggle {
	width: 99px;
	float: left;
	background: #f6c56b;
	border-radius: 0 34px 34px 0;
	padding: 12px 16px 12px 16px;
	margin: 0 0 0;
}
.hamburger-icon .hamburger-btn {
	width: 20px;
	float: left;
	margin: 0 0 0;
	position: relative;
}
.hamburger-icon .hamburger-text {
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: normal;
	line-height: 1.5;
	margin: 0 0 0;
}
.icon-1 {
	width: 100%;
	animation-delay: 100ms;
	margin: 0 auto 0;
}
.icon-2 {
	width: 14px;
	margin: 6px 0 6px;
}
.icon-3 {
	width: 100%;
	animation-delay: 250ms;
	margin: 0 auto 0;
}
.icon-1, .icon-2, .icon-3 {
	height: 3px;
	background: #ffffff;
	border-radius: 14px;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.icon-1.a {
	background: #ffffff;
	opacity: 1;
	transform: rotate(45deg) translate(6px, 6px);
}
.icon-3.b {
	background: #ffffff;
	opacity: 1;
	transform: rotate(-45deg) translate(6px, -6.4px);
}
.icon-2.c {
	background: #ffffff;
	opacity: 0;
}
.hamburger-text.d {
	color: #ffffff;
}
.clear {
	clear: both;
}
 @keyframes slideIn {
 0% {
 width: 0%;
 opacity: 0;
}
 100% {
 width: 50%;
 opacity: 1;
}
}
nav {
	width: 0%;
	height: 100% !important;
	/*background: #ffffff;*/
	opacity: 0;
	transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
	transition-delay: 100ms;
	padding: 0 20px 0 5.5%;
	z-index: 99999999;
	position: fixed;
	top: 0;
	left: -380px;
	max-height: 100% !important;
}
nav.show {
	width: 425px;
	overflow-y: scroll;
	opacity: 1;
	left: 0;
}
.dark-blue {
	width: 0%;
	height: 100%;
	background: #144377;
	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: 95px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 0;
}
.hamburger-icon .hamburger-toggle {
	width: 95px;
}
.hamburger-icon .hamburger-text {
	font-size: 12px;
	line-height: 1.7;
}
nav {
	text-align: left;
	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: 95px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 0;
}
.hamburger-icon .hamburger-toggle {
	width: 95px;
}
.hamburger-icon .hamburger-text {
	font-size: 12px;
	line-height: 1.7;
}
nav {
	text-align: left;
	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: 95px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 0;
}
.hamburger-icon .hamburger-toggle {
	width: 95px;
}
.hamburger-icon .hamburger-text {
	font-size: 12px;
	line-height: 1.7;
}
nav {
	text-align: left;
	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: 53px;
	top: 35px;
}
.hamburger-icon .hamburger-toggle {
	width: 53px;
}
.hamburger-icon .hamburger-text {
	display: none;
}
nav {
	left: -280px;
}
nav.show {
	width: 320px;
}
.dark-blue.slide {
	width: 320px;
}
}

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

@media screen and (min-width:1025px) and (max-width:1240px) {
.hamburger-icon {
	width: 53px;
	top: 54px;
}
.hamburger-icon .hamburger-toggle {
	width: 53px;
}
.hamburger-icon .hamburger-text {
	display: none;
}
nav {
	left: -340px;
}
nav.show {
	width: 400px;
}
.dark-blue.slide {
	width: 400px;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.hamburger-icon {
	width: 53px;
}
.hamburger-icon .hamburger-toggle {
	width: 53px;
}
.hamburger-icon .hamburger-text {
	display: none;
}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.hamburger-icon {
	width: 53px;
}
.hamburger-icon .hamburger-toggle {
	width: 53px;
}
.hamburger-icon .hamburger-text {
	display: none;
}
}