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

#nav {
	width: 75%;
	font-size:1em;
	margin-right: auto;
	margin-left: auto;
	z-index: 9999;
	position: relative;
}

#nav > a {
	display: none;
}
#nav li {
	position: relative;
	list-style:none;
	text-align: center;
}
#nav li a {
	color: #666;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 20%;
	padding-left: 20%;
	padding-top: 15px;
	padding-bottom:15px;
}
#nav li a:active {
	background-color: #EF5A9F;
	color: #FFF;
	padding-bottom:15px;
}

#nav li a:hover {
		padding-bottom:15px;
}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	/* [disabled]right: -0.313em; */
}
/* first level */

#nav > ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#nav > ul > li {
	width: 9%;
	height: 100%;
	float: left;
}
#nav > ul > li > a {
	height: 100%;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
	/* [disabled]border-right: 1px solid #cc470d; */
}
#nav > ul > li:hover > a,  #nav > ul:not( :hover ) > li.active > a {
	background-color: #EAEAEA;
	color: #666;
}
#nav .home	{
	line-height:200%;
}
.current-page	{
	background-color: #EF5A9F;
	color: #666;
}
.current-page a	{
	color: #fff!important;
}

.current-page a:active	{
	color: #fff!important;
	padding-bottom:15px;
}
.current-page a:visited	{
	color: #FFF!important;
}
.current-page a:hover	{
	color: #666!important;
	padding-bottom:15px;
}

/* second level */

#nav li ul {
	display: none;
	position: absolute;
	background-color: #EAEAEA;
	color: #666;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
	color: #666;
}
#nav li:not( :first-child ):hover ul {
	color: #666;
}
#nav li ul a {
	padding-top: 0.75em;
	padding-right: 0.75em;
	padding-left: 0.75em;
	padding-bottom:15px;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	color: #FFF!important;
	background-color: #EF5A9F;
}

/*Styles for screens 1366px or less*/
@media screen and (max-width: 1366px) {
#nav {
	width: 98%;
	font-size:0.9em!important;
}
#nav > ul > li {
	width: 10%;

}
#nav li a {
	padding-right: 18%;
	padding-left: 18%;
	padding-top: 15px;
	padding-bottom:15px;
}

}


/*Styles for screens 1024px or less*/
@media screen and (max-width: 1024px) {
#nav ul {
	font-size:0.85em!important;
}

#nav li a {
	padding-right: 18%;
	padding-left: 18%;
	padding-top: 16px;
	padding-bottom:16px;
}
	
}


/*Styles for screens 768px or less*/
body	{}

@media only screen and ( max-width: 768px ) {
	
#nav {
	width:100%;
	position: relative;
	top: auto;
	left: auto;
	background-color: #EF5A9F;
}
#nav > a {
	width: 3.125em; /* 50 */
	height: 3.125em; /* 50 */
	text-align: left;
	text-indent: -9999px;
	position: relative;
}
#nav > a:before,  #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';
}
#nav > a:after {
	top: 60%;
}
#nav:not( :target ) > a:first-of-type,  #nav:target > a:last-of-type {
	display: block;
}

#nav ul li a	{
	padding-left:10px!important;
		color: #FFF;
		font-size:1.3em!important;
		padding-bottom:0px!important;
		line-height:240%;
		text-align:left!important;
}

#nav ul li a:hover	{
	color: #666;
	background-color: #EFEFEF;
}

.current-page	{
	padding-bottom:0px;
}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #EF5A9F;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li > a {
	height: auto;
	text-align: left;
	padding: 0 0.833em 0; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a {
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #F8B1D2;
}
/* second level */

#nav li ul {
	position: static;
}

#nav a, #nav a:active, #nav a:visited	{
	background-color: #EF5A9F;
	color: #FFF;
	text-decoration: none;
}

#nav a:hover	{
	background-color: ##EAEAEA;
	color: #666;
	text-decoration: none;
}

}
