#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 {
	padding: 12px 20px;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
    font-weight: 400;
	letter-spacing: 0.3px;
	text-decoration: none;
	outline: 0;
	color: #6b6b6e;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}
#cssmenu > ul > li > a:hover {
	color: #b9b9b9;
}
#cssmenu ul ul li a {
	padding: 10px 0;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #b9b9b9;
	-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: #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;
}
.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;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
#cssmenu { padding:0 5% 0;}
#cssmenu > ul > li > a { font-size:20px; padding:14px 0;}
}

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

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


}

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

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

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

}


@media screen and (max-width: 767px) {

.overlay #cssmenu { width: 90%; margin: 0 auto; padding: 0;}

.overlay #cssmenu ul { overflow-y: auto; -webkit-overflow-scrolling: touch; width: 100%; float: left; margin-top: 20px;}

.overlay #cssmenu ul li { width: 100%; display: block; position: relative; float: left;}

.overlay #cssmenu ul li a { width: 100%; line-height: normal; display: block; border-top: solid 1px #f0f0f0; padding: 12px 20px; cursor: pointer; z-index: 2; font-size: 14px; font-weight: 400; letter-spacing: 0.3px; text-decoration: none; outline: 0; color: #6b6b6e; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);    -webkit-tap-highlight-color: transparent;    -o-transition: color .3s linear, background .3s linear;    -moz-transition: color .3s linear, background .3s linear;    -webkit-transition: color .3s linear, background .3s linear;    transition: color .3s linear, background .3s linear;}

.overlay #cssmenu ul li a:hover { color: #c4b37c; }

.overlay #cssmenu ul li.has-sub a:after { content: "+"; width: 50px; height: 40px; position: absolute; right: 0; top: 0; font-size: 22px; text-align: center; line-height: 41px; border-left: solid 1px #f5f5f5; color: #6b6b72; }

.overlay #cssmenu ul li.has-sub.open a { color: #c4b37c;}

.overlay #cssmenu ul li.has-sub.open a:after { color: #c4b37c;}

.overlay #cssmenu ul li.has-sub ul.sub-menu { width: 100%; left: 0; position: static; border: none; background: #fff; float: left; text-align: center; z-index: 99; min-width: 180px; white-space: nowrap; list-style: none; margin: 0; padding: 0; overflow: inherit;}

.overlay #cssmenu ul li.has-sub ul.sub-menu li { position: relative; clear: both; width: 100%; border: 0 none; font-size: 12px;}

.overlay #cssmenu ul li.has-sub ul.sub-menu li a { width: 100%; background: none; padding: 11px 25px 11px 22px; font-size: 14px; color: #c4b37c; text-decoration: none; display: inline-block; float: left; clear: both; position: relative; outline: 0; -o-transition: padding .2s linear; -moz-transition: padding .2s linear; -webkit-transition: padding .2s linear; transition: padding .2s linear; border-top: solid 1px #f0f0f0; }

.overlay #cssmenu ul li.has-sub ul.sub-menu li a:after { display: none;}

.overlay #cssmenu ul li.has-sub ul.sub-menu li a:hover { color: #c4b37c; padding-left: 50px !important;}

.overlay #cssmenu ul li:first-child a { border-top: 0; font-weight: 700;} 

.overlay #cssmenu ul li.has-sub ul.sub-menu li:first-child a { font-weight: 400; }

/*.overlay #cssmenu ul li:last-child a { border-bottom: 1px solid #f0f0f0;}*/ 


}