#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#cssmenu ul li:last-child {
	border-bottom: none;
}
#cssmenu {
	width: 100%;
	transform: translateY(-50%);
	margin: 0 0 0;
	padding: 0 13% 0 10%;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}
#cssmenu ul ul {
	display: none;
}
#cssmenu > ul > li.active > ul {
	display: block;
}
.align-right {
	float: right;
}
#cssmenu > ul > li > a {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.2px;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	cursor: pointer;
	padding: 16px 0;
	z-index: 2;
}
#cssmenu > ul > li > a:hover {
	color: #f0eaaf;
}
#cssmenu ul ul li a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: #f0eaaf;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	cursor: pointer;
	padding: 10px 0;
	z-index: 2;
}
#cssmenu ul ul ul li a {
	padding-left: 32px;
}
#cssmenu ul ul li a:hover {
	color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
	top: 16px;
	right: 26px;
	background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
	top: 20px;
	background: #dddddd;
}

#cssmenu > ul > li > a >small {
    counter-increment: ctr;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0px;
    margin: 0 0 6px 0;
    position: relative;
    margin-right: 8px;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
#cssmenu { padding:0 5% 0;}
#cssmenu {max-height: 235vw;overflow-x: auto; padding: 0; margin-block: 30px;}
#cssmenu > ul > li > a {font-size: 23px;}
.overlay ul#menu-main-menu {max-height: 86vh;overflow-y: auto;}
}

@media screen and (min-width:481px) and (max-width:600px) {
#cssmenu { padding:0 5% 0;}
#cssmenu {max-height: 114vw;overflow-x: auto; margin-block:20px;}
#cssmenu > ul > li > a {font-size: 23px;}
.overlay ul#menu-main-menu {max-height: 86vh;overflow-y: auto;}
}

@media screen and (min-width:601px) and (max-width:767px) {
#cssmenu { padding:0 5% 0;}
#cssmenu > ul > li > a {font-size: 23px;}
#cssmenu {max-height: 114vw;overflow-x: auto; margin-block: 20px;}
.overlay ul#menu-main-menu {max-height: 86vh;overflow-y: auto;}
}

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

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (max-width:1000px) and (max-height:480px) {
.overlay ul#menu-main-menu {max-height: 86vh;overflow-y: auto;}
}