@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;
}
body
{
	background:#f5f5f5;
}
.top_header
{
	background:#191919;
}
.top_header_content
{
	margin:0 auto;
	width:1000px;
	display:table;
	table-layout:fixed;
	padding:10px 0;
}
.top_header_content > div
{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
.top_header_content > div > span
{
	height:20px;
	display:inline-block;
	vertical-align:middle;
}
.top_header_content > div > span a
{
	font-size:.9em;
	color:#8c8c8c;
	text-decoration:none;
}
.top_header_content > div > span a:hover
{
	color:#676767;
}
.top_header_content > div:last-child
{
	text-align:right;
}
header
{
	background:#262f37;
}
.header_content
{
	margin:0 auto;
	width:1000px;
}
.logo
{
	display:inline-block;
	vertical-align:middle;
	padding-right:20px;
}
nav
{
	display:inline-block;
	vertical-align:middle;
}
nav ul
{
	list-style:none;
}
nav ul li
{
	float:left;
	font-size:1em;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	margin:0 7px;
}
nav ul li a
{
	padding:20px 10px;
	border-bottom:rgba(0,0,0,0) 4px solid;
	display:inline-block;
	color:inherit;
	text-decoration:none;
}
nav ul li a:hover
{
	border-bottom:#ff4081 4px solid;
	color:inherit;
	text-decoration:none;
}
.banner
{
	background:url(gold.jpg) center no-repeat;
	height:700px;
	background-size:cover;
}
.banner_content
{
	margin:0 auto;
	width:1000px;
	text-align:center;
	padding-top:150px;
}
.banner_content_inner
{
	margin:0 auto;
	width:80%;
	background:#262f37;
	padding:20px 40px;
	border-radius:30px;
	color:#fff;
}
.banner_content_sml_tit
{
	font-size:1.6em;
	line-height:140%;
}
.banner_content_big_tit
{
	font-size:2.4em;
	line-height:110%;
	margin:15px auto;
 
}
.banner_content_more
{
	font-size:1.2em;
	background:#262f37;
	border: 1px solid white;
	display:inline-block;
	border-radius:20px;
	padding:5px 20px;
	line-height:140%;
	text-transform:uppercase;
}
.banner_content_more a
{
	color:#fff;
	text-decoration:none;
}
.banner_content_more a:hover
{
	color:#CCC;
}
.home_info
{
	background:#f5f5f5;
}
.home_info_content
{
	margin:0 auto;
	width:1000px;
	display:table;
	table-layout:fixed;
}
.home_info_content h2
{
	color:#000;
	padding:20px 10px;
}
.home_info_content > div
{
	width:100%;
	display:table-cell;
	padding:1px;
	vertical-align:top;
}
.home_info_box
{
	width:100%;
	background:#fff;
	border-radius:5px;
	border:rgba(0,0,0,.1) 1px solid;
}
.home_info_img, .home_info_img img
{
	width:100%;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.home_info_h2
{
	font-size:.95em;
	color:#000;
	padding:5px 10px;
	margin-top:7px;
	font-weight:bold;
}
.home_info_p
{
	font-size:.9em;
	color:#373737;
	padding:5px 10px;
}
.home_info_more
{
	border-top:rgba(0,0,0,.1) 1px solid;
	padding:10px;
	text-align:center;
	margin-top:20px;
	display:table;
	table-layout:fixed;
	width:100%;
}
.home_info_more > div
{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	text-align:left;
}
.home_info_more > div:first-child
{
	width:55px;
}
.home_info_more > div:last-child
{
	width:15px;
	text-align:center;
}
.home_info_name
{
	font-size:1em;
	color:#000;
	line-height:130%;
	display:block;
}
.home_info_pos
{
	font-size:.8em;
	color:#878787;
	line-height:130%;
	display:block;
}
.home_info_more a
{
	font-size:1em;
	background:#262f37;
	color:#fff;
	padding:5px 10px;
	border-radius:10px;
	text-align:center;
	display:inline-block;
	text-decoration:none;
}
.home_info_more a:hover
{
	background:#ff4081;
	color:#fff;
}

.home_box
{
	background:#e3e3e3;
}
.home_box_content
{
	margin:0 auto;
	width:1000px;
	padding:40px 0;
	display:table;
	table-layout:fixed;
}
.home_box_content > div
{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
.home_box_content > div h2
{
	color:#000;
}
.home_box_content > div p
{
	color:#848484;
}
.home_box_content > div > div > img
{
	border-radius:10px;
	border:#fff 3px solid;
}
.home_box_content > div:last-child
{
	width:80%;
	padding-left:20px;
}
.bottom_photos
{
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
	border-top:rgba(0,0,0,0) 20px solid;
}
.bottom_photos > div
{
	width:240px;
	height:240px;
	background:#999;
	display:inline-block;
	vertical-align:middle;
	margin-left:-5px;
}
.subscribe
{
	background:#212121;
}
.subscribe_content
{
	margin:0 auto;
	width:1000px;
	text-align:center;
	padding:20px 10px;
}
.subscribe_tit, .subscribe_box, .subscribe_button
{
	display:inline-block;
	vertical-align:middle;
}
.subscribe_tit
{
	font-size:2em;
	font-weight:bold;
	color:#fff;
	line-height:120%;
}
.subscribe_box
{
	border:rgba(255,255,255,.2) 1px solid;
	border-radius:20px;
	height:45px;
	padding:5px 20px;
	line-height:35px;
	background:none;
	width:250px;
	color:#fff;
	font-size:1.2em;
	margin-left:10px;
	margin-right:10px;
}
.subscribe_button
{
	background:#00C;
	border-radius:20px;
	height:45px;
	padding:5px 20px;
	color:#fff;
	border:none;
	text-transform:uppercase;
	font-size:1.2em;
}
footer
{
	background:#303030;
}
.footer_content_data
{
	margin:0 auto;
	width:1000px;
	padding:20px 10px;
	display:table;
	table-layout:fixed;
}
.footer_content_data > div
{
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
.footer_content_data > div:last-child
{
	text-align:right;
	width:40%;
	color:#fff;
}
.footer_content_data > div:last-child a
{
	color:#ff0202;
	text-decoration:none;
}
.footer_content_data > div:last-child a:hover
{
	color:#CCC;
}
.body
{
	background:#fff;
	padding:10px 0;
}
.content
{
	margin:0px auto;
	width:1000px;
	padding:10px 20px;
	border:rgba(0,0,0,.1) 1px solid;
	border-radius:10px;
	background:#fffded;
}
.content h1
{
	font-size:1.8em;
	color:#333;
	padding:5px 0;
	line-height:120%;
}
.content span
{
	font-size:1.2em;
	color :#0d0970;;
	padding:5px 0;
}
.content p
{
	font-size:1em;
	color:#000;
	padding:5px 0;
	line-height:120%;
}
.blog
{
	display:table;
	table-layout:fixed;
	width:100%;
	border-bottom:rgba(0,0,0,.2) 1px solid;
	margin-bottom:20px;
}
.blog:last-child
{
	border-bottom:none;
}
.blog > div
{
	display:table-cell;
	width:100%;
	vertical-align:top;
	padding:10px;
}
.blog > div:first-child
{
	width:50%;
	padding-top:20px;
}
.blog > div > h2
{
	font-size:1.3em;
	color:#FF4081;
	line-height:110%;
}
.blog_date
{
	font-size:.9em;
	color:#999;
	line-height:110%;
}
.contact_p
{
	line-height:200% !important;
	color:#000 !important;	
}
.gallery
{
	background:url(../images/pattern.png);
}
.gallery_photos
{
	width:100%;
}
.gallery_photos > div
{
	padding:15px;
	float:left;
	width:25%;
}
.gallery_photos > div > img
{
	border:#262F37 1px solid;
	border-radius:5px;
}
.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:#262F37;
	font-weight:bold;
}
.tablink ul li a
{
	display:block;
	background:none;
	padding:5px 10px;
	line-height:120%;
	text-decoration:none;
	color:inherit;
	border-bottom:rgba(0,0,0,0) 2px solid;
}
.tablink ul li a:hover
{
	background:#262F37;
	color:#fff;
	border-bottom:#FF4081 2px solid;
}
.abt_img
{
	border:#fff 3px solid;
}
.blg_img
{
	border:#fff 2px solid;
	box-shadow:rgba(0,0,0,.3) 0 0 5px;
}
/************************************************************************************
bigger than 1031
*************************************************************************************/
@media screen and (min-width: 1031px) 
{
	
}
/************************************************************************************
smaller than 1030
*************************************************************************************/
@media screen and (max-width: 1030px) 
{
	.top_header_content,.header_content,.banner_content,.home_info_content,.home_box_content,.subscribe_content,.footer_content_data,.content
	{
		width:97%;
	}
	.gallery_photos > div
	{
		width:33%;
	}
}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) 
{
	.logo
	{
		display:block;
		padding:10px;
	}
	nav ul li
	{
		margin:5px;
	}
	nav ul li a
	{
		padding:5px;
	}
	.banner_content
	{
		padding-top:50px;
	}
	.subscribe_tit
	{
		display:block;
		padding:10px;
		padding-bottom:20px;
	}
	.footer_content_data > div,.footer_content_data > div:last-child
	{
		display:block;
		width:100%;
	}
	.gallery_photos > div
	{
		width:50%;
	}
}
/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width:480px)
{
	html 
	{
		-webkit-text-size-adjust: none;
	}
	.home_info_content > div
	{
		display:block;
	}
	.banner
	{
		height:550px;
	}
	.banner_content_sml_tit
	{
	font-size:1em;
	line-height:140%;
	}
	.banner_content_big_tit
	{
		font-size:1.6em;
	}
	.home_box_content > div:last-child
	{
		width:100%;
	}
	.home_box_content > div > div > img
	{

		border-radius:10px;
		border:#fff 3px solid;
		height:200px;
		width:145px;
	}
	.subscribe_box
	{
		margin:5px auto;
	}
	.gallery_photos > div
	{
		width:100%;
	}
	.blog > div:first-child,.blog > div
	{
		width:100%;
		display:block;
	}
	.footer_content_data >.nav
	{
		width:55%;
	}

}
.text-align-center
{
	text-align:center;
}
.hiox_popup
{
    position:absolute;
    width:65%;
    border:5px solid #74675F;
    /*height:60%;*/
    background:#fff;
    box-shadow:rgba(0,0,0,.2) 0 0 5px;
    left:0;
    right:0;
    top:10%;
    /*bottom:10%;*/
    margin:auto;
    padding:10px;
     z-index: 1000;
}
.hiox_popup_close
{
    position:relative;
    width:25px;
    height:25px;
    background:#C00;
    border-radius:50%;
    border:#fff 1px solid;
    box-shadow:rgba(0,0,0,1) 0 0 2px;
    color:#fff;
    text-align:center;
    line-height:30px;
    margin-left:100%;
    margin-top: -20px;
}
.hiox_popup_small
{
    position:absolute;
    width:15%;
    border:5px solid #74675F;
    background:#fff;
    box-shadow:rgba(0,0,0,.2) 0 0 5px;
    padding:10px;
    z-index: 2000;

}
.hiox_popup_close a
{
    display:block;
    color:#fff;
    text-decoration:none;
    text-align: center;
    margin-top: -5px;
}
.h_choose_green
{
	background: #45be55; /* Old browsers */
	background: -moz-linear-gradient(top, #45be55 0%, #1cab31 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45be55), color-stop(100%,#1cab31)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45be55 0%,#1cab31 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45be55 0%,#1cab31 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45be55 0%,#1cab31 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45be55 0%,#1cab31 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45be55', endColorstr='#1cab31',GradientType=0 ); /* IE6-9 */
	border:#0e9623 1px solid;
	border-radius:.2em;
	color:#fff;
	font-size:.96em;
	padding:5px;
	display:inline-block;
	cursor:pointer;
}
.h_choose_green:hover
{
	background: #f3664e; /* Old browsers */
	background: -moz-linear-gradient(top, #f3664e 0%, #e74a30 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3664e), color-stop(100%,#e74a30)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3664e 0%,#e74a30 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3664e 0%,#e74a30 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3664e 0%,#e74a30 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3664e 0%,#e74a30 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3664e', endColorstr='#e74a30',GradientType=0 ); /* IE6-9 */
	border:#eb4b31 1px solid;
}
.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% !important;
	height: 100%;
	display: none !important;
	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;
	}

	.logo,.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;
}
