@charset "utf-8";
/* CSS Document */
<style>
#level_1 li a#home{
	color: #5FBD74!important;
}
#level_1 li a#home:after{
	color: #5FBD74!important;
}
.bg_overlay {
	width: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.bg_content {
	border: 0px;
	background:#fff;
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	display: table;
	padding:5px;
	z-index: 9999;
	max-width: 475px;
	margin-right: -50%;
	top: 56%;
	margin-bottom: -50%;
	border-radius: 5px;
}
.bg_content img {
	width:100%;
}
.pclose {
	background: #fff;
	color: #333!important;
	padding: 2px 10px;
	top: 0px;
	right:0px;
	display: block;
	position: absolute;
	cursor: pointer;
	font-size:13px;
}
.pclose:hover {
	color:  #000!important;
}
/*joining popup **************/
.join-msg-overlay {
	width: 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;  
	background: #000;
	opacity: 0.8;
	/*filter: alpha(opacity=90);*/
}
.join-msg {
	border: 0px solid #fff;
	background:#fff;
	position: fixed;
	left: 50%;
	-webkit-transform: translate(-50%, -55%);
	-moz-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
	width: 90%; 
	padding:0px 0px 20px 0px;
	z-index: 99999;
	max-width: 550px;
	margin-right: -50%;
	top: 50%;
	margin-bottom: -50%;
	font-size: 16px;
	-webkit-box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.35);
	box-shadow: 10px 30px 40px rgba(0, 0, 0, 0.35);
}
.join-msg h4 {
	text-align: left;
	margin: 0;
	padding: 10px 10px 10px 15px!important;
	background: #aa0076;
	color: #fff;
	text-transform: uppercase;
 
}
.join-msg p {
	text-align: justify;
	padding: 15px 15px 0 15px!important;
}
.join-msg img {
	width:100%;
}
.join-msg .pclose {
	background: #96b73c;
	color: #fff !important;
	padding: 10px 20px;
	cursor: pointer;
	float:right;
	margin: 10px  15px 0px  0!important;
	border-radius:3px;position: static!important;
}
.join-msg .pclose:hover {
	background:  #000!important;
}
#two_content {max-width: 600px;
	/*transform: translate(-50%, 0%);
	top: 0;*/
} 
.bg_content img {
	width:100%;
}
.pclose {
	background: #ed0d14;
	color: #fff!important;
	padding: 0px 10px;
	top: -27px;
	right:0px;
	display: block;
	position: absolute;
	cursor: pointer;
	font-size:13px;
}
.pclose:hover {
	color:  #fff!important;background: #000;
}
/******************************************************/
.info-msg {
	max-width: 550px;
	padding: 0 0 15px;
	border: 0;
}

.info-msg div{ 	
	background:#fff; 
	font-size: 16px;
	overflow: hidden;
	padding-bottom: 20px;	
	border-bottom:5px solid #e17c0b;
}
.info-msg h4 {
	text-align: left;
	margin: 0;
	padding: 10px 10px 10px 15px!important;
	background: #fb992c;
	color: #fff;
	text-transform: uppercase;
 
}
.info-msg p {
	text-align: justify;
	padding: 15px 15px 0 15px!important;
	margin-botttom:5px!important	;font-size: 16px !important;
}
.info-msg .pclose {
	background: #5fbd74	;
	color: #fff !important;
	padding: 10px 20px;
	cursor: pointer;
	float:right;
	margin: 10px  15px 0px  0!important;
	border-radius:3px;position: static!important;
}
.info-msg .pclose:hover {
	background:  #000!important;
}
@media only screen and (min-width:320px) and (max-width:767px) {
.bg_content {
	transform: translate(-50%, -50%);
	top: 50%;
	margin-bottom: -50%;
}
}
</style>

