@charset "utf-8";
/* CSS Document */
#afc_menu {
	background: #6cab42;
	color: #FFF;
	height: 53px;
	padding-left: 0.5%;
	margin: 0 auto;
	border-radius: 5px;
	width:98.5%;
}
#afc_menu ul, #afc_menu li {
	padding: 0;
	list-style: none;
	overflow-x: hidden !important;
}
#afc_menu ul {
    align-items: center;
    justify-content: center;
    vertical-align: middle;
	text-align: center;
	width: 95%;
	margin: 0 auto !important;
		-webkit-text-size-adjust:none !important;
	text-size-adjust:none !important;
}
#afc_menu li {
	height: 53px;
 display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
	float: left;
	position: relative;
	text-align: center;
	overflow-x: hidden !important;
}
#afc_menu a {
	line-height: 21px;
	padding: 5px 16px;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	font-weight:500;
	font-size: 16px;
	-webkit-text-size-adjust:none !important;
	text-size-adjust:none !important;
		overflow-x: hidden !important;
}
#afc_menu a.dropdown-arrow:after {
	content: "\002B";
	margin-left: 5px;
				overflow-x: hidden !important;
}
#afc_menu li:hover {
	color: #FFFFFF;
	background: #eb792c;
}
#afc_menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 53px;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}
#afc_menu label {
	display: none;
	line-height: 53px;
	text-align: center;
	position: absolute;
	left: 25px;
}
#afc_menu label:before {
	font-size: 1.35em;
	content: "\2261"; 
	margin-left: 10px;
}
#afc_menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 170px;
	background: #65A280;
	position: absolute;
	z-index: 99;
	display: none;
		overflow-x: hidden !important;
}
#afc_menu ul.sub-menus li {
	display: block;
	width: 100%;
		overflow-x: hidden !important;
}
#afc_menu ul.sub-menus a {
	color: #FFFFFF;
	font-size: 17px;
		overflow-x: hidden !important;
}
#afc_menu li:hover ul.sub-menus {
	display: block;
		overflow-x: hidden !important;
}
#afc_menu ul.sub-menus a:hover{
	background: #65A280;
	color: #FFFFFF;
			overflow-x: hidden !important;
}

@media screen and (max-width: 716px){
	#afc_menu {position:relative;
	}
	#afc_menu ul {	background: #6cab42;
				position:absolute;
				top:100%;
				right:0;
				left:0;
				z-index:3;
				height:auto;
				display:none;
				overflow-x: hidden !important;
	}
	#afc_menu ul.sub-menus {width:100%;
				position:static;
				overflow-x: hidden !important;
	}
	#afc_menu a {font-size: 28px;
				line-height: 27px;
	}
	#afc_menu ul.sub-menus a {
				padding-left:30px;
				font-size:24px; 
				line-height: 24px; 
				float:none; 
				overflow-x: hidden !important;
	}
	#afc_menu li {
				padding-top:14px; 
				padding-bottom: 14px; 
				float:none;  
				overflow-x: hidden !important; 
				overflow-y: hidden !important;
	}
	#afc_menu input, #afc_menu label {position:absolute;
				top:0;left:0;display:block
	}
	#afc_menu input {z-index:4
	}
	#afc_menu input:checked + label {color:white
	}
	#afc_menu input:checked + label:before {content:"\00d7"
	}
	#afc_menu input:checked ~ ul {display:block
	}
}


/* Others */

.afca {
 color:#519fea;
}

.afcmore {
 font-size:21px;
 font-weight:600;
 color:#1aaa8d;
}
.afcmore:hover {
 text-decoration: none;
 color:#519fea;
 cursor: pointer;
}


