@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 */
}
/* 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
{
   height:100%;
}
body
{
	min-height:100%;
}
a
{
	color:#903;
	text-decoration:none;
}
a:hover
{
	color:#C00;
	text-decoration:underline;
}
/************************************************************************************
 GENERAL STYLING
*************************************************************************************/
body {
	font: 16px/130% Arial, Helvetica, sans-serif;
	color: #666;
	word-wrap:break-word;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	color: #404040;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p {
	font-size: 1.2em;
	line-height:140%;
	padding:.5em 0;
}
/************************************************************************************
 CLEARFIX
*************************************************************************************/
.clearfix:after
{
	visibility:hidden;
	display: block; 
	font-size:0;
	height:0;
	content:"";
	clear:both;
}
.clearfix
{
	display: inline-block;
}
.clearfix

{
	display:block;
	zoom:1;
}
.clear
{
	clear:both;
}
/************************************************************************************
Header
*************************************************************************************/
header
{
	margin:0 auto;
}
.header_con
{
	width:1000px;
	margin:0 auto;
	padding:10px 0;
	position:relative;
	text-align: justify; 
}
.header_con:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}
.logo
{
	display:inline-block;
	vertical-align:middle;
}
.connect_us
{
	display:inline-block;
	padding:10px 0;
	vertical-align:middle;
	position:relative;
	float: right;
}
.callus
{
	font-size:.8em;
	text-align:right;
	padding-bottom:5px;
}
.callus span
{
	display:inline-block;
	vertical-align:middle;
	line-height:100%;
}
.socialbookmarks
{
	text-align:center;
}
.socialbookmarks a
{
	background:#666;
	display:inline-block;
	padding:3px 5px;
	vertical-align:middle;
	line-height:100%;
	cursor: pointer;
}
nav
{
	margin:0 auto;
	padding-bottom:20px;
	margin-top:-20px;
}
.nav_content
{
	margin:0 auto;
	padding:0;
	width:1000px;
	border:#ebebeb solid thin;
}
.nav_content ul 
{ 
   list-style:none;
}
.nav_content ul li
{
   float:left;
   border-right:#ebebeb solid thin;
   text-transform:uppercase;
}
.nav_content ul li a
{
   text-decoration:none;
   font-size:1em;
   color:#000;
   background: #FFF;
   padding:10px;
   display:block;
   
}
.nav_content ul li a:hover
{
   text-decoration:none;
   font-size:1em;
   color: #FFF;
   background:#79be0b;
}
/************************************************************************************
Banner
*************************************************************************************/
.banner
{
	background-color:#f6f6f6;
}
.banner_con
{
	width:1000px;
	margin:0 auto;
	padding:50px 0;
	text-align:justify;
	vertical-align:middle;
}
.banner_con:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
}
.banner_img
{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	padding:10px;
}
.banner_con_text
{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	padding:10px;
}
.banner_con h1
{
	font-size:1.7em;
}
.banner_con h2
{
	font-size:2em;
}
.banner_con h3
{
	font-size:1em;
	background-color:#79be0b;
	color:#FFF;
	padding:5px;
	margin-top:8px;
	display:inline-block;
}
/************************************************************************************
Banner Bottom
*************************************************************************************/
.banner_bottom
{
	width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	border-bottom:#ebebeb solid 2px;
}
.banner_bottom h3
{
	font-weight:normal;
	text-align:center;
	font-size:1.5em;
	color:#666;
	margin:40px 0 20px 0;
}
.banner_bottom_parts
{
    width:23%;
	display: inline-block;
	margin:0 auto;
	text-align:center;
	border:#ebebeb solid 1px;
	position:relative;
	padding:5px;
	margin:8px;
}
.banner_bottom_parts:hover
{
	background-color:#79be0b;
	color:#FFF;
}
.banner_bottom_parts:hover h4
{
	color:#FFF;
}
.banner_bottom_parts img
{
	padding:10px;
}
.banner_bottom_parts h4
{
	margin:10px 0;
	font-size:1em;
}
.banner_bottom_parts p
{
	font-size:0.8em;
	padding:10px;
}
/************************************************************************************
Welcome para
*************************************************************************************/
.content
{
	width:1000px;
	margin:20px auto;
	padding:10px 10px 50px;
}
.content_left
{
	float:left;
	width:80%;
	padding:0;
}
.content h3
{
	font-size:1.5em;
	float:left;
}
.content p
{
	font-size:0.8em;
	float:left;
}
.content_right
{
	float:right;
	width:20%;
}
.content_right h5
{
	font-size:0.8em;
	padding:2px 5px 0 5px;
}
.content_right ul
{
	list-style:none;
	border:#ebebeb solid thin;
	margin:10px 0;
}
.content_right ul li
{
	text-decoration:none;
	font-size:0.7em;
	border-bottom:#ebebeb thin solid;
	padding:5px;
}
.content_right ul li:before
{
	content:"\2192";
	color: #999;
	font-size:0.6em;
	padding-right:2px; 
}
/************************************************************************************
footer
*************************************************************************************/
footer
{
	background-color:#373737;
    width: 100%;
}
.footer_con
{
	width:1000px;
	margin:0 auto;
	padding:0;
	position:relative;
	padding:5px 0;
	display: table;
}
.footer_con_left
{
	font-size:0.8em;
	color:#999;
	float:left;
	padding:5px;
	display: table-cell;
}
.footer_con_left a
{
	text-decoration:none;
	color:#999;
	
}
.footer_con_left a:hover
{
	color:#79be0b;
}
.footer_con_right
{
	float:right;
	display: table-cell;
	font-size:0.8em;
	color:#999;
	padding:5px;
}
.footer_con_center
{
	text-align: center;
}
.sansbold
{
	font-family: 'open_sansbold';
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff2') format('woff2'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light.woff2') format('woff2'),
         url('../fonts/opensans-light.woff') format('woff'),
         url('../fonts/opensans-light.ttf') format('truetype'),
         url('../fonts/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
.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;
	margin: 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;
}
/************************************************************************************
smaller than 1030
*************************************************************************************/
@media screen and (max-width: 1030px) 
{
	.header_content, .banner, .home_content, .content, .footer_content
	{
		width:99%;
	}
}
/************************************************************************************/

@media screen and (max-width: 990px) 
{
	.header_con, .nav_content, .banner_con, .banner_bottom, .content, .footer_con, .banner_con_text, .banner_img
	{
		float:none;
		margin:0 auto;
		width:95%;
	}
}
/***********************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) 
{
	.footer_con
	{
		display: block;
	}
	.hi_mt_dir_upload{
		bottom: 0;
	}
	.change_button
	{
		width: 50%;
	}
	.hi_mt_popup
	{
		width:95%;
	}
	.banner_bottom_con, .home_content_box
	{
		width:48%;
	}
	
	.navigation:before
	{
	content:"≡ Menu";
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 10px;
	line-height:35px;
	font-weight:bold;
	}
	.navigation:focus
	{
		pointer-events: none;
	}
	.navigation ul
	{
		position:absolute;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: visibility 0.5s;
		padding-bottom:20px;
		
	}
	.navigation:focus ul
	{
		position:relative;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		background: #fff;
	}
	.navigation ul li
	{
		float:none;
		border-bottom:#ccc 1px solid;
		margin:0;
	}
	.navigation ul li:hover > ul, .navigation ul li:hover > ul ul
	{
		border-top:#000 2px solid;
		border-left:#fff 5px solid;
		position:relative;
		left:0;
		margin-top:0;
	}
	content_left, .content_right
	{
		width:100%;
	}
	.banner_bottom_parts
	{
		width:44%;
	}

	.nav_content:before
	{
		content:"≡ Menu";
		color:#000;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px 10px;
		line-height:120%;
/*		transform:rotate(180deg);
		-ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);*/
		font-size:1em;
		display:block;
	}
	.nav_content:focus
	{
		pointer-events: none;
	}
	.nav_content ul
	{
		position:absolute;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: visibility 0.5s;
	}
	.nav_content:focus ul
	{
		position:relative;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;	
	}
	.nav_content ul li
	{
		float:none;
		border-bottom:#4daf11 1px solid;
	}

}
/************************************************************************************
smaller than 480
*************************************************************************************/
@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;
}

.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;
	}
	.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;
}
* { box-sizing: border-box; } body {margin: 0;}#i6wp5a{width:683px;height:683px;}#iftc1g{font-size:1.2em;font-weight:normal;}#iqcms8{font-size:1.2em;}#i4ociy{font-size:1.2em;font-weight:normal;}#i10gon{font-size:1.2em;}#id7z1w{font-size:1.2em;font-weight:normal;}#ihkfnl{font-size:11.0pt;font-family:"Calibri Light";mso-ascii-font-family:"Calibri Light";mso-fareast-font-family:+mj-ea;mso-bidi-font-family:+mj-cs;mso-ascii-theme-font:major-latin;mso-fareast-theme-font:major-fareast;mso-bidi-theme-font:major-bidi;color:#C00000;mso-font-kerning:12.0pt;language:en-IN;font-weight:bold;mso-style-textfill-type:solid;mso-style-textfill-fill-color:#C00000;mso-style-textfill-fill-alpha:100.0%;}#idi20l{font-size:11.0pt;font-family:"Calibri Light";mso-ascii-font-family:"Calibri Light";mso-fareast-font-family:+mj-ea;mso-bidi-font-family:+mj-cs;mso-ascii-theme-font:major-latin;mso-fareast-theme-font:major-fareast;mso-bidi-theme-font:major-bidi;color:#C00000;mso-font-kerning:12.0pt;language:en-IN;font-weight:bold;mso-style-textfill-type:solid;mso-style-textfill-fill-color:#C00000;mso-style-textfill-fill-alpha:100.0%;}#i788hm{font-size:11.0pt;font-family:"Calibri Light";mso-ascii-font-family:"Calibri Light";mso-fareast-font-family:+mj-ea;mso-bidi-font-family:+mj-cs;mso-ascii-theme-font:major-latin;mso-fareast-theme-font:major-fareast;mso-bidi-theme-font:major-bidi;color:#C00000;mso-font-kerning:12.0pt;language:en-IN;font-weight:bold;mso-style-textfill-type:solid;mso-style-textfill-fill-color:#C00000;mso-style-textfill-fill-alpha:100.0%;}#i81m8r{font-size:11.0pt;font-family:"Calibri Light";mso-ascii-font-family:"Calibri Light";mso-fareast-font-family:+mj-ea;mso-bidi-font-family:+mj-cs;mso-ascii-theme-font:major-latin;mso-fareast-theme-font:major-fareast;mso-bidi-theme-font:major-bidi;color:#C00000;mso-font-kerning:12.0pt;language:en-IN;font-weight:bold;mso-style-textfill-type:solid;mso-style-textfill-fill-color:#C00000;mso-style-textfill-fill-alpha:100.0%;}#i8zwsj{font-size:11.0pt;font-family:"Calibri Light";mso-ascii-font-family:"Calibri Light";mso-fareast-font-family:+mj-ea;mso-bidi-font-family:+mj-cs;mso-ascii-theme-font:major-latin;mso-fareast-theme-font:major-fareast;mso-bidi-theme-font:major-bidi;color:#C00000;mso-font-kerning:12.0pt;language:en-IN;font-weight:bold;mso-style-textfill-type:solid;mso-style-textfill-fill-color:#C00000;mso-style-textfill-fill-alpha:100.0%;}#idpnd2{font-size:11.0pt;font-family:"Calibri Light";mso-ascii-font-family:"Calibri Light";mso-fareast-font-family:+mj-ea;mso-bidi-font-family:+mj-cs;mso-ascii-theme-font:major-latin;mso-fareast-theme-font:major-fareast;mso-bidi-theme-font:major-bidi;color:#C00000;mso-font-kerning:12.0pt;language:en-IN;font-weight:bold;mso-style-textfill-type:solid;mso-style-textfill-fill-color:#C00000;mso-style-textfill-fill-alpha:100.0%;}#i2p4aj{font-size:11.0pt;font-family:"Calibri Light";mso-ascii-font-family:"Calibri Light";mso-fareast-font-family:+mj-ea;mso-bidi-font-family:+mj-cs;mso-ascii-theme-font:major-latin;mso-fareast-theme-font:major-fareast;mso-bidi-theme-font:major-bidi;color:#C00000;mso-font-kerning:12.0pt;language:en-IN;font-weight:bold;mso-style-textfill-type:solid;mso-style-textfill-fill-color:#C00000;mso-style-textfill-fill-alpha:100.0%;}#i8jo97{font-size:11.0pt;font-family:"Calibri Light";mso-ascii-font-family:"Calibri Light";mso-fareast-font-family:+mj-ea;mso-bidi-font-family:+mj-cs;mso-ascii-theme-font:major-latin;mso-fareast-theme-font:major-fareast;mso-bidi-theme-font:major-bidi;color:#C00000;mso-font-kerning:12.0pt;language:en-IN;font-weight:bold;mso-style-textfill-type:solid;mso-style-textfill-fill-color:#C00000;mso-style-textfill-fill-alpha:100.0%;}#i6uf2n{font-size:11pt;font-family:"Calibri Light";color:rgb(192, 0, 0);font-weight:bold;}#ihmexh{font-size:11pt;font-family:"Calibri Light";color:rgb(192, 0, 0);font-weight:bold;}#ikt5vl{font-size:11pt;font-family:"Calibri Light";color:rgb(192, 0, 0);font-weight:bold;}#if2vtl{font-size:11pt;font-family:"Calibri Light";color:rgb(192, 0, 0);font-weight:bold;}#iz9pvz{font-size:11pt;}#iijk4r{font-size:0.8em;}#itqkkh{font-size:0.8em;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}