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

@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% Helvetica, sans-serif;
	color:#202020;
}
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;
}


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

body { color:#444; }
* { box-sizing:border-box; }

header { height:75px; }
.header_top { width:100%; position:fixed; z-index:1000; background:#0c3c60; }
.header_content { margin:0px auto; width:980px; display:table; table-layout:fixed; content:""; clear:both; position:relative; }
.logo { display:table-cell; vertical-align:middle; height:75px; }
.navigation { display:table-cell; float:right; padding:20px 15px; }
nav { display:inline-block; vertical-align:middle; position:relative; z-index:100; }
.nav { margin:0 auto; } 
.nav ul { list-style:none; }
.nav ul li { font-size:14px; float:left; margin:0px; position:relative; }
.nav ul li a { color:#fff; display:block; text-decoration:none; padding:5px 10px; }
.nav ul li a:hover { color:#d1e0eb; text-decoration:none; }

/*--------------------------------------------------- banner Section ----------------------------------------------*/
.banner_content { margin:0 auto; width:100%; display:flex; flex-wrap:wrap; background:#fff; position:relative; height:auto; }
.banner_content > div { vertical-align:middle; width:100%; }
.banner_text { position:absolute; bottom:0; font-family:'Raleway', sans-serif; background:rgb(255,255,255,0.8); }
.banner_text h1 { text-align:center; font-size:5vw; color:#0c3c60; padding:0; }
.banner_text p { text-align:center; color:#0c3c60; font-size:1.8vw; padding-top:10px; font-weight:bold; }
/*--------------------------------------------------- banner Section ----------------------------------------------*/
.content { margin:0 auto; width:100%; }

.home_info { background:none; position:relative; padding:50px 0px; text-align:center; }
.home_info_content { margin:0px auto; width:980px; display:flex; flex-wrap:wrap; }
.home_info_content > div { width:32%; vertical-align:top; margin:6px; padding:10px; }
.home_info_box { text-align:center; background:#0c3c60; padding:20px; }

.home_info_h2 { padding:10px; line-height:100%; font-size:14px; }
.home_info_h2 h2 { margin:0; padding:0; color:#fff; font-family:'Raleway', sans-serif; }
.home_info_h2 a { text-decoration:none; color:#fff; outline:none; background:#39729b; padding:10px; transition:linear 0.5s; }
.home_info_h2 a:hover { background:#d1e0eb; cursor:pointer; color:#36607e; }
.home_info_p { padding:10px; }
.home_info_p p { color:#fff; }
/*--------------------------------------------------- abouts ----------------------------------------------*/
.abouts { text-align:center; padding:50px 0; margin:0 auto; }
.abouts > div > h1 { color:#0c3c60; font-size:60px; font-family:'Raleway', sans-serif; text-align:center; padding:0 0 50px 0; }
.abouts > div > h1:after { display:table; content:""; border-top:5px solid #0c3c60; width:80px; margin:17px auto; }
.abouts > div > p { width:60%; text-align:center; margin:0 auto; color:#0c3c60; }
.abouts_content { margin:0px auto; width:980px; display:flex; flex-wrap:wrap; }
.abouts_content > div { width:47%; margin:6px; padding:10px; }
.abouts_box { position:relative; width:100%; text-align:center; background:#0c3c60; height:120px; vertical-align:center; }
.abouts_box img { float:left; width:120px; }
.abouts_box h2 { text-align:center; color:#fff; font-family:'Raleway', sans-serif; margin:0; position:absolute;
top:50%; left:50%; -ms-transform:translate(-30%, -50%); transform:translate(-30%, -50%); font-size:24px;  }
.abouts_content p { color:#0c3c60; }
.abouts > div > h4 { color:#0c3c60; }

/*--------------------------------------------------- Service ----------------------------------------------*/
.service { background:none; position:relative; padding:50px 0px; text-align:center; }
.service h1 { color:#0c3c60; font-size:60px; font-family:'Raleway', sans-serif; text-align:center; padding:0 0 50px 0; }
.service h1:after { display:table; content:""; border-top:5px solid #0c3c60; width:80px; margin:17px auto; }
.service p { width:60%; text-align:center; margin:0 auto; color:#0c3c60; }
.service_content { margin:0px auto; width:980px; display:flex; flex-wrap:wrap; }
.service_content > div { width:32%; vertical-align:top; margin:5px; padding:10px; }
.service_box { text-align:center; border:1px solid #ced8df; padding-bottom:30px; }
.service_h2 { padding:10px; line-height:100%; font-size:14px; }
.service_h2 h2 { margin:0; padding:0; color:#0c3c60; font-family:'Raleway', sans-serif; }
.service_h2 a { text-decoration:none; color:#fff; outline:none; background:#39729b; padding:10px; transition:linear 0.5s; }
.service_h2 a:hover { background:#d1e0eb; cursor:pointer; color:#36607e; }
.service_p { padding:10px; }
.service_p p { color:#0c3c60; }
/*--------------------------------------------------- footer ----------------------------------------------*/

footer { background:#0c3c60; }
.footer_content_data { margin:0 auto; display:table; table-layout:fixed; width:980px; height:55px; position:relative; }
.footer_content_data > div { display:table-cell; vertical-align:middle; color:#fff; padding:5px 0; color:#fff; 
font-size:14px; text-align: center;}
.float_right { text-align:right; }

/* beauty section */
.beauty { background:none; position:relative; }
.beauty_content { width:980px; margin:10px auto; display:flex; flex-wrap:wrap; }
.beauty_content > div { width:48%; vertical-align:top; margin:5px auto; padding:0; }
.beauty_box { width:100%; }

.red { background:#F00; }
.beauty_img { margin:0 auto; }
.beauty_img img { width:100%; }
.beauty_h2 { color:#111; padding:20px 10px; line-height:100%; }
.beauty_p { font:12px "Courier New", Courier, monospace; color:#464646; height:auto; }
.beauty_p > div { width:48%; float:left; }
.beauty_p > div:last-child { margin-left:10px; float:left; }
/* insta section */
.insta { position:relative; width:100%; margin:10px auto; }
.insta_content { background:url(../images/bg_in.jpg); width:960px; margin:0 auto; display:flex; flex-wrap:wrap; height:80px; }
.insta_content > div { width:100%; }
.insta_box { width:100%; }
.insta h3 { padding:20px; text-align:center; }

.gallery { position:relative; padding-bottom:30px; background:#d1e0eb; }
.gallery_content { width:78%; margin:0px auto; padding:80px 0; text-align:center; }
.gallery_content h1 { color:#0c3c60; font-size:60px; font-family:'Raleway', sans-serif; text-align:center; padding:0 0 50px 0; }
.gallery_content p { color:#0c3c60; text-align:center; width:70%; margin:0 auto; }
.gallery_content a { text-decoration:none; color:#fff; outline:none; background:#0c3c60; padding:10px; transition:linear 0.5s }
.gallery_content a:hover { background:#39729b; cursor:pointer; color:#fff; }

.contact { position:relative; text-align:center; margin:0px auto; background:#0c3c60; padding:50px; }
.contact h1 { color:#fff; font-size:60px; font-family:'Raleway', sans-serif; text-align:center; padding:0 0 50px 0; }
.contact_content { width:980px; margin:0px auto; display:flex; flex-wrap:wrap; }
.contact_content > div { vertical-align:top; width:50%; }
.contact_content > div:nth-child(2) { padding-left:50px; }
.contact_box { margin:0px auto; text-align:left; }
.contact_box p { color:#fff; }
.contact_box h2 { color:#fff; }

.order_gal { margin: 5px; border: 1px solid #ccc; width: 180px; }
.order_gal:hover { border: 1px solid #777; }
.order_gal img { width: 100%; height: auto; }
.desc { padding: 15px; text-align: center; }

.gallery_in { position:relative; padding:0px; width:980px; margin:0 auto; text-align:center;  }
.gallery_in h1 { margin:0 auto; }
.gallery_in hr { width:0px; background:#000; height:4px; }
.gallery_in_content { margin:0px auto; width:980px; display:flex; flex-wrap:wrap; padding:10px; }
.gallery_in_content > div { vertical-align:top; width:25%; position:relative; }
.gallery_in_box { width:100%; margin:0px auto; padding:10px; }
.gallery_in_img { text-align:center; line-height:100%; position:relative; border:10px solid #fff;  }
.gallery_in_img img { width:auto; vertical-align:middle; }
.image { display: block; width: 100%; height: auto; }
.overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height:100%; width:100%; 
opacity: 0; transition: .5s ease; background-color:rgb(0,0,0,0.7); }
.gallery_in_img:hover .overlay { opacity: 1; }
.text { color: white; font-size: 16px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); }
.contact_brd { background:#fff; border:dashed 1px #dd463b; padding:20px; }

.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;
	color:#666;
}
.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;
}


@charset "utf-8";
/* CSS Document */
@media screen and (min-width:1031px) 
{
.header_content, .info_box, .content, home_info_content, .nav, { width:100%; }
}
@media screen and (max-width: 1030px) 
{
.header_content, .banner_content, .home_info_content, .beauty_content, .gallery_content, .basic_content, .abouts_content, 
.insta_content, .gallery_in_content, .order_content, .footer_content_data, .content, .contact_content, .service_content 
{ width:100%; }
.banner_content { height:auto; }
.content { }
.beauty_img img	{ width:100%; height:auto; vertical-align:middle; line-height:110px; }
.home_info_content { text-align:center; }
.home_info_content > div { width:33%; display:inline-block; margin:0px auto; }
.service_content { text-align:center; }
.service_content > div { width:33%; display:inline-block; margin:0px auto; }
.abouts_box h2 { font-size:20px; position:absolute;
top:50%; left:50%; -ms-transform:translate(-10%, -50%); transform:translate(-10%, -50%); }
.navigation { width:100%; text-align:center; }
}
@media screen and (max-width: 650px) 
{
.gallery_in_content > div { vertical-align:top; margin:10px auto; width:48%; }
.navigation { float:right; }
.nav { text-transform:uppercase; position:relative; background:#363636; }
.nav:before { content:"\2261 \2261"; letter-spacing:-3px; color:#0c3c60; font-family:Arial, Helvetica, sans-serif;
padding:10px; line-height:120%; font-size:1.8em; display:inline-block; background:#d1e0eb; }
.nav:focus { pointer-events: none; outline:none; }
.nav > ul { position:absolute; z-index: 1; opacity: 0; visibility: hidden; transition: visibility 0.5s; 
width:80vw; transition:.3s; right:0; overflow:auto; display:block; max-height:83vh; z-index:1000; margin-left:0px; }
.nav:focus > ul { opacity: 1; visibility: visible; pointer-events: auto; transition:.3s; position:absolute; background:#d1e0eb; }
.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:#363636; color:#fff; }
.nav > ul > li > a, .nav > ul > li > span { font-weight:bold; font-size:.9em; background:none; color:#000; }
.nav ul > li:hover:before, .nav ul > li:hover:after{display:none;}
.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; }
.submenu > li, .megamenu > li { display:block; float:none; }
ul.megamenu > li { display:block; } 
.nav > ul > li > ul > li { padding-bottom:12px; }

.header_content > div { padding:0px; display:block; }
.header_content > div:first-child { text-align:center; width:158px; margin:10px; }
.header_content > div:last-child { width:auto; margin:10px; text-align:left; background:#000; }
.logo { position:absolute; margin:18px; }
.logo img {  }

.banner_content { height:auto; min-height:180px; }

.home_info_content { text-align:center; }
.home_info_content > div { width:50%; margin:0px auto; text-align:center; }

.contact_content { text-align:center; }
.contact_content > div { width:100%; margin:0px auto; text-align:center; }
.contact_content > div:nth-child(2) { padding-left:0px; padding-top:30px; }
.contact_box { text-align:center; }

.service_content { text-align:center; }
.service_content > div { width:50%; margin:0px auto; text-align:center; }

.abouts_content { text-align:center; }
.abouts_content > div { width:100%; margin:0px auto; text-align:center; }
.abouts_box h2 { font-size:20px; position:absolute;
top:50%; left:50%; -ms-transform:translate(-30%, -50%); transform:translate(-30%, -50%); }

.beauty_content { text-align: center; width:90%; }
.beauty_content > div { width:100%; display:inline-block; margin:10px auto; }

.gallery_content > div { vertical-align:top; margin:0px auto; width:33.33%; }
.order_content > div { vertical-align:top; margin:10px auto; width:33%; }

.footer_content_data > div, .footer_content_data > div:first-child, .footer_content_data > div:last-child 
{ width:100%; display:block; text-align:center; padding:10px; }
.column { width: 100%; }
.register {  text-align:center; margin-bottom:10px; float:none; }
}

@media screen and (max-width:480px)
{
html { -webkit-text-size-adjust: none; }
.nav { width:100%; }
.header_content { width:100%; }

.home_info_content { text-align: center; }
.home_info_content > div { width:100%; display:inline-block; margin:10px auto; }

.beauty_content { text-align: center; width:90%; }
.beauty_content > div { width:100%; display:inline-block; margin:10px auto; }

.gallery_content > div { vertical-align:top; margin:0px auto; width:50%; }
.order_content > div { vertical-align:top; margin:10px auto; width:50%; }

.column { width:100%; }
.beauty_p > div > div >img{width:100%;}
.beauty_p > div:first-child {width:100%; margin-bottom:15px;}
.beauty_p > div:last-child { width:100%; margin-bottom:15px; }
textarea { width:98%; }
.footer_links > div { width:100%; }
.service_content > div { width: 73%; }
}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}* { box-sizing: border-box; } body {margin: 0;}