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

/************************************************************************************
 RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
	line-height:100%;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

*, *:before, *:after
{
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body
{
   min-height:100%;
   height:100%;
}
a
{
	color:#903;
	text-decoration:none;
}
a:hover
{
	color:#C00;
	text-decoration:underline;
}
/************************************************************************************
 GENERAL STYLING
*************************************************************************************/
body {
	font: 16px/120% Arial, Helvetica, sans-serif;
	color: #666;
}
h1, h2, h3, h4, h5, h6, h7 {
	line-height: 120%;
	margin:4px 0;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p {
	font-size: 1em;
	line-height:140%;
	color:#584942;
	padding:4px 0;
}

/************************************************************************************
 CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.clear
{
	clear:both;
}
/************************************************************************************
 float
*************************************************************************************/
.f_left
{
	float:left;
}
.f_right
{
	float:right;
}
.display_table
{
	display:table;
	width:100%;
	table-layout:fixed;
}
.display_table > div
{
	display:table-cell;
	width:100%;
	vertical-align:top;
}
/************************************************************************************
bigger than 1031
*************************************************************************************/
@media screen and (min-width: 1031px) 
{
}
/************************************************************************************
smaller than 1030
*************************************************************************************/
@media screen and (max-width: 1030px) 
{
	.header_content, .banner_content, .home_info_content, .basic_content, .footer_content,.content
	{
		width:98%;
	}
	.gallery_photos > div
	{
		width:33%;
	}
}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) 
{
	.nav
	{
		text-transform:uppercase;
	}
	.nav:before
	{
		content:"\2261 \2261";
		letter-spacing:-4px;
		color:#CD4103;
		font-family:Arial, Helvetica, sans-serif;
		padding:10px;
		line-height:120%;
		font-size:1.8em;
		display:inline-block;
		background:none;
	}
	.nav:focus
	{
		pointer-events: none;
		outline:none;
	}
	.nav > ul
	{
		position:absolute;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: visibility 0.5s;
		width:80%;
		transition:.3s;
		left:-100%;
		overflow:auto;
		display:block;
		max-height:83vh;
		z-index:1000;
	}
	.nav:focus > ul
	{
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition:.3s;
    	left:.5%;
		position:absolute;
		background:url(../images/pattern2.png);
	}
	.nav > ul > li
	{
		float:none;
		border-top:rgba(0,0,0,.1) 1px dashed;
		margin-top:-1px;
	}
	.nav > ul > li span
	{
		padding-top:16px;
	}
	.nav > ul > li > ul
	{
		position:relative;
		display:block;
	}
	.nav > ul > li > a, .nav > ul > li:hover > a, .nav > ul > li > span, .nav > ul > li:hover > span, .nav > ul > li > ul
	{
		background:none;
		color:#DBD1B7;
	}
	.nav > ul > li > a, .nav > ul > li > span
	{
		font-weight:bold;
		font-size:.9em;
		background:none;
		color:#fff;
		padding:15px;
	}
	.submenu > li, .megamenu > li
	{
		display:block;
		float:none;
	}
	ul.megamenu > li
	{
		display:block;
	}
	.nav > ul > li > ul > li
	{
		padding-bottom:12px;
	}
	.inner_nav
	{
		display:block;
	}
	header
	{
		background:none;
	}
	.header_content > div, .header_content > div:first-child
	{
		width:100%;
		display:block;
		text-align:center;
		height:auto;
	}
	.header_content > div:last-child
	{
		text-align:left;		
		background:url(../images/pattern.png);
	}
	.logo1
	{
		position:relative;
		width:100%;
		background:url(../images/pattern2.png);
	}
	.basic_content > div
	{
		display:block;
		padding-bottom:50px;
		border-bottom:#fff 10px solid;
		padding:10px;
		padding-bottom:50px;
	}
	.small_about
	{
		padding:0;
	}
	.basic
	{
		background:none;
	}
	.basic_content
	{
		background:#e5dbc2;
	}
	.home_info_content > div
	{
		display:block;
		width:100%;
	}
	.home_info_img img
	{
		width:100%;
	}
	.footer_content > div, .footer_content > div:first-child, .footer_content > div:last-child
	{
		display:block;
		width:100%;
		text-align:center;
	}
	.boottom_logo
	{
		position:relative;
	}
	.contact
	{
		width:100%;
	}
	.abt_ser > div
	{
		width:100%;
	}
	.about > div,.about > div:first-child
	{
		padding-right: 10px;
		padding:10px;
		display:block;
		width:100%;
	}
	.gallery_photos > div
	{
		width:50%;
	}
}
/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width:480px)
{
	html 
	{
		-webkit-text-size-adjust: none;
	}
	.activities_box > div,.activities_box > div:first-child
	{
		width:100%;
		display:block;
		padding:10px;
	}
	.activities_box > div:first-child
	{
		text-align:center;
	}
	.activities_box_img
	{
		height:auto;
	}
	.gallery_photos > div
	{
		width:100%;
	}
	.gallery_photos_img img
	{
		width:100%;
	}
}
body
{
	background:#f3f3f3;
}
header
{
	background:url(../images/pattern.png);
}
.header_content
{
	margin:0 auto;
	width:940px;
	display:table;
	table-layout:fixed;
}
.header_content > div
{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	text-align:center;
	position:relative;
}
.header_content > div:first-child
{
	width:140px;
	height:120px;
}
.logo1
{
	display:inline-block;
	vertical-align:top;
	position:absolute;
	width:140px;
	top:0;
	left:0;
}
nav
{
	display:inline-block;
}
nav ul
{
	list-style:none;
}
nav ul li
{
	font-size:1.1em;
	float:left;
	color:#000;
	margin:0 5px;
	text-transform:uppercase;
}
nav ul li a
{
	display:block;
	color:inherit;
	text-decoration:none;
	padding:5px 10px;
	background:none;
	border-radius:7px;
}
nav ul li a:hover
{
	color:#fff;
	background:#cf4305;
	text-decoration:none;
}
.banner
{
	background:none;
}
.banner_content
{
	margin:0 auto;
	width:940px;
	height:380px;
	position:relative;
	background:url(../images/banner.png) center no-repeat;
	background-size:cover;
	border:#fff 5px solid;
	box-shadow:rgba(0,0,0,.2) 0 0 5px;
	border-radius:5px;
	margin:50px auto;
}
.banner_text
{
	position:absolute;
	width:80%;
	background:rgba(0,0,0,.6);
	padding:20px;
	color:#fff;
	left:50%;
	margin-left:-40%;
	line-height:160%;
	letter-spacing:2px;
	text-align:center;
	bottom:20px;
	border-radius:7px;
	text-transform:uppercase;
	font-size:.77em;
}
.home_info
{
	background:none;
}
.home_info_content
{
	margin:20px auto;
	width:940px;
	display:table;
	table-layout:fixed;
}
.home_info_content > div
{
	width:100%;
	display:table-cell;
	padding:10px;
	vertical-align:top;
}
.home_info_box
{
	width:100%;
	background:none;
	border-radius:5px;
}
.home_info_img
{
	width:100%;
	background:#f0f0f0;
	text-align:center;
	line-height:100%;
	display:inline-block;
}
.home_info_img img
{
	width:auto;
	vertical-align:middle;
}
.home_info_h2
{
	font-size:.95em;
	color:#131313;
	padding:5px 0px;
	margin-top:7px;
	font-weight:bold;
}
.home_info_p
{
	font-size:.9em;
	color:#464646;
	padding:10px 0px;
}
footer
{
	background:url(../images/pattern.png);
	margin-top:50px;
}
.footer_content
{
	margin:0 auto;
	display:table;
	table-layout:fixed;
	width:940px;
	height:120px;
	position:relative;
}
.footer_content > div
{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	color:#5c5c5c;
	padding:5px 0;
}
.footer_content > div:first-child
{
	width:140px;
}
.footer_content > div > span
{
	margin-left:10px;
	vertical-align:middle;
}
.footer_content > div a
{
	color:#5c5c5c;
	text-decoration:none;
}
.footer_content > div a:hover
{
	text-decoration:underline;
}
.footer_content > div:last-child
{
	width:150%;
	text-align:right;
}
.boottom_logo
{
	display:inline-block;
	position:absolute;
	bottom:-2px;
}
.more
{
	display:inline-block;
	background: #39393b;
	background: -moz-linear-gradient(top, #39393b 0%, #1c1d1f 100%);
	background: -webkit-linear-gradient(top, #39393b 0%,#1c1d1f 100%);
	background: linear-gradient(to bottom, #39393b 0%,#1c1d1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39393b', endColorstr='#1c1d1f',GradientType=0 );
	border:rgba(0,0,0,1) 1px solid;
	border-radius:4px;
	color:#fff;
	position:relative;
	padding:7px;
	padding-right:34px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.9em;
}
.more:after
{
	content:"";
	display:inline-block;
	vertical-align:middle;
	background:url(../images/arrow.png) center no-repeat;
	width:24px;
	height:24px;
	position:absolute;
	right:5px;
	top:5px;
}
.more a
{
	display:block;
	text-decoration:none;
	color:inherit;
}
.basic
{
	background:#e5dbc2;
}
.basic_content
{
	margin:0 auto;
	width:940px;
	display:table;
	table-layout:fixed;
}
.basic_content > div
{
	width:100%;
	display:table-cell;
	vertical-align:top;
	padding-top:30px;
	position:relative;
}
.basic_content > div:first-child
{
	padding-bottom:50px;
}
.events
{
	padding-bottom:20px;
}
.events:last-child
{
	padding-bottom:60px;
}
.events_h2
{
	font-size:1.25em;
	color:#4f4f4f;
	padding:5px 0px;
	margin-top:7px;
	text-transform:uppercase;
	line-height:130%;
}
.events_h3
{
	font-size:.8em;
	color:#848484;
	padding:5px 0px;
	border-bottom:#c9c0aa 1px solid;
}
.events_p
{
	font-size:.9em;
	color:#4a4a4a;
	padding:10px 0px;
}
.small_about
{
	margin:0 auto;
	padding-left:20px;
}
.small_about_img
{
	position:relative;
}
.small_about_h2
{
	font-size:1.25em;
	color:#212123;
	padding:5px 0px;
	margin-top:7px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:130%;
	font-style:italic;
}
.small_about_p
{
	font-size:1.05em;
	color:#464646;
	padding:5px 0px;
	line-height:140%;
}
.events_title
{
	background:#d64a0c;
	border-radius:3px;
	position:relative;
	padding:10px 5px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:140%;
}
.events_title:before
{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	background:url(../images/arrow.png) center no-repeat;
	margin-right:5px;
}
.basic_content > div:last-child .events_title
{
	margin-left:4px;
}
.content
{
	margin: 0 auto;
	width:940px;
	margin-top:50px;
}
.gallery
{
	background:url(../images/pattern.png);
}
.gallery_photos
{
	width:100%;
}
.gallery_photos > div
{
	padding:10px;
	float:left;
	width:25%;
	position:relative;
}
.gallery_photos_img
{
	width:100%;
}
.gallery_photos_img img
{
	border-bottom-right-radius:40px;
	box-shadow:rgba(0,0,0,.4) 2px 2px 10px;
	border-bottom:#fff 2px solid;
}
.gallery_photos_con
{
	font-size:.8em;
	color:#fff;
	font-weight:bold;
	position:absolute;
	width:auto;
	padding:5px;
	background:rgba(0,0,0,.8);
	top:0;
	margin:10px;
	left:0;
}
/*.gallery_photos > div:hover
{
	transform: scale(1.4);
	background:url(../images/pattern2.png);
	border-radius:7px;
}*/
.gallery_photos > div:hover .gallery_photos_con
{
	color:#fff;
}
.tablink
{
	margin:0 auto;
	padding:20px;
	text-align:center;
}
.tablink ul
{
	display:inline-block;
	vertical-align:middle;
	list-style:none;
}
.tablink ul li
{
	float:left;
	color:#333;
	font-weight:bold;
	margin:2px;
}
.tablink ul li a
{
	display:block;
	padding:5px 10px;
	line-height:120%;
	text-decoration:none;
	color:inherit;
	border-bottom:rgba(0,0,0,0) 3px solid;
}
.tablink ul li a:hover
{
	color:#444;
	border-bottom:#C83C00 3px solid;
}
.activities
{
	margin: 0 auto;
	width:100%;
	display:table;
	table-layout:fixed;
}
.activities > div
{
	width:100%;
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:10px auto;
}
.activities > div
{
	box-shadow:rgba(0,0,0,.2) 0 0 5px;
	background:#fff;
}
.activities_box
{
	margin: 0 auto;
	display:table;
	width:100%;
	table-layout:fixed;
}
.activities_box > div
{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	text-align:left;
	padding:10px;
}
.activities_box > div:first-child
{
	width:50%;
	padding:0;
	padding-right:10px;
}
.activities_box_img
{
	text-align:center;
	height:200px;
	margin-bottom:10px;
}
.activities_box_img img
{
	max-width: 100%;
    max-height: 100%;
	width:100%;
	vertical-align:middle;
}
.activities_box_con
{
	display:table;
	width:100%;
	table-layout:fixed;
}
.activities_box_con > div
{
	display:block;
	width:100%;
}
.activities_box_calen
{
	margin:0 auto;
}
.activities_box_calen_date
{
	font-size:1em;
	font-weight:bold;
	line-height:130%;
	color:#444;
	display:inline-block;
}
.activities_box_calen_date:after
{
	content:",";
	display:inline-block;
}
.activities_box_calen_month
{
	text-align:center;
	font-size:1em;
	font-weight:bold;
	line-height:130%;
	color:#444;
	display:inline-block;
}
.activities_box h2
{
	font-size:1.6em;
	color:#C73B00;
	margin:0;
	line-height:130%;
	letter-spacing:-1;
}
.activities_box_time
{
	font-size:.9em;
	color:#666;
	background:url(../images/icon_time.png) 0px 3px no-repeat;
	padding:1px 20px;
}
.activities_box_location
{
	font-size:.9em;
	color:#666;
	background:url(../images/icon_location.png) 0px 3px no-repeat;
	padding:1px 20px;
}
.abt_ser
{
	width:100%;
	display:table;
	table-layout:fixed;
}
.abt_ser > div
{
	display:inline-block;
	width:48%;
	vertical-align:middle;
	padding:10px;
}
.abt_ser_con
{
	display:table;
	table-layout:fixed;
	width:100%;
}
.abt_ser_con > div
{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	padding:10px;
}
.abt_ser_con > div:first-child
{
	width:150px;
	padding:0;
	padding-right:20px;
}
.abt_ser_con > div h3
{
	color:#343434;
	font-size:1.1em;
}
.abt_ser_con > div p
{
	color:#343434;
	font-size:.9em;
}
.about
{
	margin:50px auto;
	display:table;
	table-layout:fixed;
	width:100%;
}
.about > div
{
	display:table-cell;
	vertical-align:top;
	width:100%;
}
.about > div:first-child
{
	padding-right:20px;
	width:50%;
}
.contact
{
	margin:0;
	padding:10px;
	background:#fff;
	border-radius:7px;
	width:60%;
}
.mail_icon
{
	width:26px;
	height:26px;
	background:url(../images/arrow.png) center no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.location_icon
{
	width:26px;
	height:26px;
	background:url(../images/arrow.png) center no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.phone_icon
{
	width:26px;
	height:26px;
	background:url(../images/arrow.png) center no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.contact_title
{
	font-size:1.2em;
	font-weight:bold;
	color:#D34709;
	display:inline-block;
	vertical-align:middle;
	padding:2px 5px 0 5px;
	line-height:26px;
}
.contact_p
{
	padding:5px;
}

.hi_mt_update
{
	display:inline-block;
	/*position: absolute;
	bottom: 0;
	margin-bottom: 20px;*/
}
.hi_mt_save
{
	color:#fff;
	display:inline-block;
	padding: 2px;
	cursor: pointer;
	font: 16px/130% Arial, Helvetica, sans-serif;
}
.hi_mt_save a
{
	background:#59af20;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:2px 4px;
	border-radius:4px;
}
.hi_mt_save a:hover
{
	background:#49a10f;
	color:#fff;
}
.hi_mt_cancel
{
	color:#fff;
	display:inline-block;
	padding: 2px;
	cursor: pointer;
	font: 16px/130% Arial, Helvetica, sans-serif;
}
.hi_mt_cancel a
{
	background:#df0119;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:2px 4px;
	border-radius:4px;
}
.hi_mt_cancel a:hover
{
	background:#c40015;
	color:#fff;
}
.hi_mt_edit
{
	border:#060606 2px solid;
	background:#fff;
	position:absolute;
	display:inline-block;
	z-index: 2000;
}
.hi_mt_edit ul
{
	list-style:none;
}
.hi_mt_edit ul li
{
	line-height:120%;
	font-size:14px;
	position:relative;
	cursor: pointer;
}
.hi_mt_edit ul li a
{
	line-height:120%;
	padding:4px 24px;
	display:block;
	background:#ececec;
	color:#5a5a5a;
	vertical-align:middle;
	text-decoration:none;
	border-bottom:#d4d4d4 1px solid;
}
.hi_mt_edit ul li a:hover
{
	background:#f4f4f4;
	color:#ca2a2c;
}
.hi_mt_edit_image, .hi_mt_edit_text, .hi_mt_edit_delete
{
	width:15px;
	height:15px;
	vertical-align:middle;
	display:inline-block;
	margin-top:4px;
	margin-left:5px;
	position:absolute;
}
.hi_mt_edit_image
{
	background:url(../images/mt_image.png) center no-repeat;
}
.hi_mt_edit_text
{
	background:url(../images/mt_text.png) center no-repeat;
}
.hi_mt_edit_delete
{
	background:url(../images/mt_delete.png) center no-repeat;
}
.hi_mt_edit_close
{
	position:absolute;
	width:22px;
	height:22px;
	background:#ca2a2c;
	text-align:center;
	line-height:18px;
	border:#060606 2px solid;
	color:#fff;
	cursor:pointer;
	z-index:100;
	border-radius:50%;
	font-size:12px;
	font-weight:bold;
	top:0px;
	right:0px;
}
.hi_mt_popup
{
	position:fixed;
	text-align:center;
	background:#fff;
	border:rgba(109,109,109,.2) 3px solid;
	border-radius:4px;
	box-shadow:rgba(0,0,0,.2) 0 0 5px;
	padding:20px;
	z-index: 10000;
	left:50%;
	top:50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);  
	max-height:90%;
	overflow:auto;  
}
.hi_mt_popup p
{
	font-size:16px;
	color:#5a5a5a;
	padding-bottom:10px;
}
.hi_mt_popup_ok
{
	background:#07a132;
	color:#fff;
	text-decoration:none;
	padding:4px 8px;
	border-radius:6px;
	font-weight:bold;
	cursor:pointer;
	display:inline-block;
}
.hi_mt_popup_cancel
{
	background:#d50519;
	color:#fff;
	text-decoration:none;
	padding:4px 8px;
	border-radius:6px;
	font-weight:bold;
	cursor:pointer;
	display:inline-block;
}
.hi_mt_proceed
{
	background:#3d9ac6;
	border:#267ea8 1px solid;
	padding:8px 10px;
	border-radius:4px;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	/*position:fixed;
	float: right;*/
	/*bottom: 10%;
	right: 1px;*/
}

.hi_mt_dir_upload
{
	background:#3d9ac6;
	border:#267ea8 1px solid;
	padding:8px 10px;
	border-radius:4px;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	position:relative;
	/*float: left;*/
	bottom: 10%;
	left: 1px;
	margin-left: 10px;
}
.change_button
{
	cursor: pointer;
	text-align:center;
	display: inline-block;
	/*width: 25%;*/
	padding: 2px;
}
.user_need
{
	    display: block;
    padding: 10px;
    text-align: left;
}
.user_need_register
{
	background:#3d9ac6;
	border:#267ea8 1px solid;
	padding:8px 10px;
	border-radius:4px;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	width: 100%;
}
.overlay_black{
	top: 0;
	left: 0;
	right: 0;
	background-color:rgb(0,0,0);
	opacity:0.7;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1000;
	bottom: 0;
	position: fixed;
}
.text,.password
{
	width:100%;
	background:#fff;
	border:#CCC 1px solid;
	border-radius:.4em;
	-moz-border-radius:.4em;
	-webkit-border-radius:.4em;
	-o-border-radius:.4em;
	padding:10px;
	margin-top:5px;
	margin-bottom:15px;
	font-size:1.1em;
}
@media screen and (max-width: 480px) 
{
	html 
	{
		-webkit-text-size-adjust: none;
	}
	.banner_bottom_con, .home_content_box, .content_left, .content_right
	{
		width:100%;
		display:block;
	}
	.logo1,.nav
	{
		width:100%;
		display:block;
	}
	.hiox_popup
	{
		width: 100%;
		position: absolute;
	}
	.hiox_popup_small
	{
		width: 50%;
	}
	.hi_mt_popup
	{
		
		position: absolute;
		top: 100%;
	}
	.hi_mt_update
	{
		bottom: 2px;
	}
	.banner_bottom_parts
	{
		float:none;
		margin:10px 0;
		width:100%;
	}

}
.upload_note{
	background: #F2BA41;
	text-align: center;
}
.upload_note p{
	color: #fff;
	font-size: 1em;
}
