#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;
}
#cssmenu .cssmenu-full {
	width: 83%;
	float: right;
	overflow-y: scroll;
	padding: 0 4% 0 0;
}
#cssmenu ul li:last-child {
	border-bottom: none;
}
#cssmenu ul ul {
	display: none;
}
#cssmenu > ul > li.active > ul {
	display: block;
}
.align-right {
	float: right;
}
#cssmenu > ul > li > a {
	padding: 16px 0;
	cursor: pointer;
	z-index: 2;
	font-size: 22px;
	letter-spacing: -0.2px;
	text-decoration: none;
	color: #000000;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	text-transform: uppercase;
    display: block;
}
#cssmenu > ul > li > a:hover {
	color: #fb51a7;
}
#cssmenu ul ul li a {
	padding: 10px 0;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #fb51a7;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#cssmenu ul ul ul li a {
	padding-left: 32px;
}
#cssmenu ul ul li a:hover {
	color: #050a30;
}
#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 .has-sub > a:after {
	content: "";
	width: 13px;
	height: 8px;
	transition: all 0.25s ease-out 0s;
	transform: translateY(-50%);
	display: inline-block;
	margin: 0 0 0 20px;
	position: relative;
	top: 50%;
	right: 0;
	background: url(../images/down-black-pink-plain-arrow.svg) no-repeat top / 100%;
}
#cssmenu .has-sub:hover > a:after {
	background: url(../images/down-black-pink-plain-arrow.svg) no-repeat bottom / 100%;
}

/*#cssmenu .has-sub > .arrow:after {
	content: "";
	width: 13px;
	height: 8px;
	transition: all 0.25s ease-out 0s;
	transform: translateY(-50%);
	display: inline-block;
	margin: 0 0 0 20px;
	position: relative;
	top: 50%;
	right: 0;
	background: url(../images/down-black-pink-plain-arrow.svg) no-repeat top / 100%;
}
#cssmenu .has-sub:hover > .arrow:after {
	background: url(../images/down-black-pink-plain-arrow.svg) no-repeat bottom / 100%;
}
#cssmenu .has-sub > .arrow {
	cursor: pointer;
}*/

.nav-conten {
	width: 100%;
	float: left;
	margin: 82px 0 30px;
}
.nav-conten p {
	font-size: 17px;
	color: #fff;
	line-height: 24px;
}
.nav-conten p a {
	color: #fff;
}
.nav-social li {
	margin: 0 2px;
}
.nav-social li a {
	border: none;
}
.nav-social li a:hover {
	opacity: 0.7;
}
#cssmenu > ul > li > a:before {
    content: "";
    width: 10px;
    height: 2px;
    background: #fb51a7;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    bottom: 0;
    left: 0;
}

#cssmenu > ul > li > a:hover:before {
    width: 100%;
}

#cssmenu ul li.hideoncurrent.current-menu-item {
	display: none;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
	#cssmenu { padding:0 5% 0;}
	#cssmenu .cssmenu-full { width: 100%; padding: 0 0 0;}
	#cssmenu > ul > li > a { font-size:16px; padding:10px 0;}
	#cssmenu ul ul li a { font-size:12px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
	#cssmenu { padding:0 5% 0;}
	#cssmenu .cssmenu-full { width: 100%; padding: 0 0 0;}
	#cssmenu > ul > li > a { font-size:16px; padding:10px 0;}
	#cssmenu ul ul li a { font-size:12px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
	#cssmenu { padding:0 5% 0;}
	#cssmenu .cssmenu-full { width: 100%; padding: 0 0 0;}
	#cssmenu > ul > li > a { font-size:16px; padding:10px 0;}
	#cssmenu ul ul li a { font-size:12px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
	#cssmenu > ul > li > a { font-size:16px; padding:10px 0;}
	#cssmenu ul ul li a { font-size:12px; }
}

@media screen and (min-width:901px) and (max-width:1024px) {
	#cssmenu > ul > li > a { font-size:20px; padding:14px 0;}
	#cssmenu ul ul li a { font-size:14px;}
}

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

}