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

.hamburger-icon {
	width: 70px;
	float: left;
	text-align: center;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin: 0 0 0;
	position: absolute;
	top: 46.5px;
	left: 26.5px;
	z-index: 9999999999;
}
.hamburger-icon .hamburger-toggle {
	width: 70px;
	float: left;
	margin: 0 0 0;
}
.hamburger-icon .hamburger-btn {
	width: 24px;
	float: left;
	margin: 0 0 0;
	position: relative;
}

.hamburger-icon .hamburger-text {
	float: right;
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.24px;
	line-height: 2.4;
	text-transform: inherit;
	display: inline-block;
	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: 3px;
	background: #ffffff;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1.a {
	background: #c54d87;
	opacity: 1;
	transform: rotate(45deg) translate(4px, 4px);
}
.icon-3.b {
	background: #c54d87;
	opacity: 1;
	transform: rotate(-45deg) translate(4px, -4px);
}
.icon-2.c {
	background: #c54d87;
	opacity: 0;
}
.hamburgerdot.dot {
	opacity: 0;
}
.hamburger-text.d {
	color: #ffffff;
}
.clear {
	clear: both;
}
 @keyframes slideIn {
 0% {
 width: 0%;
 opacity: 0;
}
 100% {
 width: 50%;
 opacity: 1;
}
}
.menucame .icon-1, .menucame .icon-2, .menucame .icon-3 {
    background: #c54d87 !important;
}
nav {
	width: 0%;
	height: 100%;
	background: #151515;
	transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
	transition-delay: 100ms;
	padding: 0 0 0 3%;
	opacity: 0;
	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: #c54d87;
	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;
}
}

nav#cssmenu {
    max-height: 100% !important;
    height: 100% !important;
}

nav#cssmenu .mCSB_buttonDown {
    display: none !important;
}
nav#cssmenu .mCSB_scrollTools {
    opacity: 1 !important;
}
nav#cssmenu .mCSB_scrollTools .mCSB_dragger_bar {
    background-color: #fff !important;
}

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

.hamburger-icon .hamburger-text { display:block; margin:-4px 0 0;}
.hamburger-icon .hamburger-toggle { width:82px;}
.hamburger-icon .hamburger-btn { float:left;}

.crossed .icon-1, .crossed .icon-2, .crossed .icon-3 {
    background: #151515;
}
nav#cssmenu{max-width: 300px;}
}

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

.crossed .icon-1, .crossed .icon-2, .crossed .icon-3 {
    background: #151515;
}
}

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

.crossed .icon-1, .crossed .icon-2, .crossed .icon-3 {
    background: #151515;
}
}

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

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

@media screen and (min-width:1025px) and (max-width:1240px) {
.hamburger-icon {
	top: 46.5px;
	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%;
}
}

@media screen and (min-width:768px) {

.hamburger-icon .hamburger-text {
	font-size: 12px;
	line-height: 1.4;
}

}