body{
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
}

input{
	outline:none;
}
select{
	outline:none;
}

.menu_top{
	font-size:16px;
	color: #ffffff;
	padding:0 20px;
	cursor: pointer;
}
.menu_top:hover{
	background:#fbe895;
	color: #08523f;
}
.menu_top_active{
	font-size:16px;
	background:#fbe895;
	color: #08523f;
	padding:0 20px;
	cursor: pointer
}

.submenu_top{
	font-size:12px;
	background:#fbe895;
	color: #08523f;
	padding:0 100px 0 20px;
	border-top:1px dashed #d2ba53;
	cursor: pointer;
	box-shadow: 0 1px 1px 0 #755f00;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.submenu_top:hover{
	background:#d2ba53;
	border-top:1px dashed #fbe895;
}

.dropdown_show{
	position:absolute; 
	margin-top:0px; 
	margin-left:-20px; 
	height:40px;
	display:;
}
.dropdown_hide{
	position:absolute; 
	margin-top:0px; 
	margin-left:-10px; 
	height:40px;
	display:none;
}

.menu_bottom{
	font-size:13px;
	color:#9e9e9e;
	padding:0 10px;
	cursor: pointer;
}
.menu_bottom:hover{
	color: #ffffff;
}

.text_toppic{
	font-size:16px;
	color:#ffffff;
	height:40px;
	padding-left:10px;
	border-bottom:2px solid #fbe895;
	background:#08523f;
}
.toppic_news{
	font-size:14px;
	padding:10px;
	color: #08523f;
	cursor: pointer;
}
.toppic_news:hover{
	text-decoration: underline;
}

.toppic_tap_right{
	border-bottom:1px dashed #e5e5e5; 
	padding:10px 0; 
	color:#333333;
}

.menu_left{
	color: #08523f;
	font-size:14px;
	padding:10px 0 10px 10px;
	border-right:1px solid #e9e9e9; 
	border-bottom:1px solid #e9e9e9;
	cursor: pointer;
}
.menu_left:hover{
	text-decoration: underline;
}
.menu_left_active{
	color: #08523f;
	font-size:14px;
	padding:10px 0 10px 10px;
	border-right:1px solid #e9e9e9; 
	border-bottom:1px solid #e9e9e9;
	cursor: pointer;
	font-weight: bold;
}

.date_news{
	width:100px;
	font-size:14px;
	color:#9e9e9e;
}

.toppic_id{
	color:#08523f; 
	font-size:16px; 
	text-decoration: none;
	cursor: default;
}
.toppic_id_active{
	color:#08523f; 
	font-size:16px; 
	background: #fbe895;
	text-decoration: none;
	cursor: default;
}

.toppic_white{
	height:40px; 
	border-bottom:2px solid #6f6f6f; 
	font-size:20px;
	color:#ffffff;
}

.btn_more{
	font-size:12px; 
	color: #243e3d; 
	height:30px;
	cursor: pointer;
}
.btn_more:hover{
	text-decoration: underline;
}

.btn_search{
	background:#08523f; 
	border-radius: 5px;
	-webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
	cursor: pointer;
}
.btn_search:hover{
	background: #007f5d;
}

.btn_membership{
	color:#ffffff;
	padding:10px 40px;
	background:#a30052;
	border-radius: 5px;
	border-bottom:2px solid #ce0067;
	-webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
	cursor: pointer;
}
.btn_membership:hover{
	background:#ce0067;
}

.btn_readmore{
	height:30px; 
	font-size:14px; 
	padding:0 10px;
	color:#ffffff;
	background: #08523f;
	border-radius: 3px;
	-webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
	cursor: pointer;
}
.btn_readmore:hover{
	background: #007f5d;
}

.btn_cancelmember{
	height:30px; 
	font-size:14px; 
	padding:0 10px;
	color:#ffffff;
	background: #C90039;
	border-radius: 3px;
	-webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
	cursor: pointer;
}
.btn_cancelmember:hover{
	background: #9C002C;
}

.btn_register{
	height:30px; 
	font-size:14px; 
	padding:0 10px;
	color:#ffffff;
	background: #B6B6B6;
	border-radius: 3px;
	-webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
	cursor: pointer;
}
.btn_register:hover{
	background: #AAAAAA;
}

.upcoming{
	height:30px; 
	font-size:14px; 
	padding:0 10px;
	color:#ffffff;
	background: #d2ba53;
	-webkit-transition: background 0.3s; /* Safari */
    transition: background 0.3s;
	border-radius: 3px;
	cursor: pointer;
}
.upcoming:hover{
	background: #bda332;
}

.cover_event{
	width:200px; 
	height:120px; 
	border:1px solid #9e9e9e;
	-webkit-transition: box-shadow 0.3s; /* Safari */
    transition: box-shadow 0.3s;
    cursor: pointer;
}
.cover_event:hover{
	box-shadow: 0 0 5px 0 #9e9e9e;
}

.cover_gallery{
	box-shadow: 0 0 3px 0 #9e9e9e;
	-webkit-transition: box-shadow 0.3s; /* Safari */
    transition: box-shadow 0.3s;
	cursor: pointer;
}
.cover_gallery:hover{
	box-shadow: 0 0 5px 0 #444444;
}

.pic_highligh{
	border:1px solid #ffffff;
	-webkit-transition: box-shadow 0.3s; /* Safari */
    transition: box-shadow 0.3s;
	cursor: pointer;
}
.pic_highligh:hover{
	box-shadow: 0 0 5px 0 #cccccc;
}