@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #666;
	height: 100%;
	position: relative;
}
a {
	text-decoration: none;
}
a img{
	border:none;
}
.blank {
	height: 10px;
}
.clear {
	clear: both;
}

.popup {
	background:url(../images/arrow01.png) no-repeat;
	color: #FFF;
	text-align:center;
	width: 100px;
	font-size: 12px;
	padding: 13px 0px 27px 36px;
	z-index:20000;
	display: none;
	top: 0px;
  	left: 0px;
	position:absolute;
}
#bodywrapper{
	width: 100%;
	float: left;
	height: auto;
	position:relative;
}

/*start header*/

#header {
	min-width: 1000px;
	width: 100%;
	margin: auto;
	height: 40px;
	background: url(../images/top_banner01.jpg);
	border-bottom: 1px solid #d2d2d2;
	display:table;
}

#head_ico {
	margin: 5px 15px 0 0;
	margin-top: 5px;
	float: right;
}

/*end header*/

#main {
	/*min-height: 500px;*/
	min-width: 1000px;
}
#main .top {
	-webkit-box-shadow: 0px 3px 20px rgba(50, 50, 50, 0.51);
	-moz-box-shadow:    0px 3px 20px rgba(50, 50, 50, 0.51);
	box-shadow:         0px 3px 20px rgba(50, 50, 50, 0.51);
	position:relative;
	z-index: 10;
	min-height: 380px;
}
#main .top .nav_wrapper {
	width: 25%;
	height: 100%;
	background: #000;
	float: left;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
}

#main .top .nav_wrapper .title {
	padding: 20px 62px
}

#main .top .nav_wrapper .nav {
	padding: 5px 20px 5px 50px;
	margin: 0px 20px;
	text-align: left;
}

#main .top .nav_wrapper .nav li {
	list-style: none;
}
#main .top .nav_wrapper .nav li a {
	color: #FFF;
}
#main .top .nav_wrapper > .nav > li > a {
	display:inline-block;
	padding: 10px 0 10px 41px;
}
#main .top .nav_wrapper > .nav > li > a:hover, 
#main .top .nav_wrapper > .nav > li.current > a {
	color:#ED1C24;
	padding: 10px 0 10px 41px;
}

#main .top .nav_wrapper > .nav > li.home > a {
	background: url(../images/icon_home01.png) no-repeat;
}
#main .top .nav_wrapper > .nav > li.home > a:hover, 
#main .top .nav_wrapper > .nav > li.home.current  > a{
	color:#ED1C24;
}

#main .top .nav_wrapper > .nav > li.features > a {
	background: url(../images/icon_features01.png) no-repeat;
}
#main .top .nav_wrapper > .nav > li.features > a:hover, 
#main .top .nav_wrapper > .nav > li.features.current  > a{
	color:#ED1C24;
}

#main .top .nav_wrapper > .nav > li.gallery > a {
	background: url(../images/icon_gallery01.png) no-repeat ;
}
#main .top .nav_wrapper > .nav > li.gallery > a:hover, 
#main .top .nav_wrapper > .nav > li.gallery.current  > a{
	color:#ED1C24;
}

#main .top .nav_wrapper > .nav > li.news > a {
	background: url(../images/icon_news01.png) no-repeat;
}
#main .top .nav_wrapper > .nav > li.news > a:hover, 
#main .top .nav_wrapper > .nav > li.news.current  > a{
	color:#ED1C24;
}

#main .top .nav_wrapper > .nav > li.contact > a {
	background: url(../images/icon_contact01.png) no-repeat;
}
#main .top .nav_wrapper > .nav > li.contact > a:hover, 
#main .top .nav_wrapper > .nav > li.contact.current  > a{
	color:#ED1C24;
}

#main .top .nav_wrapper > .nav > li.enquiry > a {
	background: url(../images/icon_enquiry01.png) no-repeat;
}
#main .top .nav_wrapper > .nav > li.enquiry > a:hover, 
#main .top .nav_wrapper > .nav > li.enquiry.current  > a{
	color:#ED1C24;
}

#main .top .nav_wrapper > .nav > li > .sub {
	opacity: 0;
	visibility: hidden;
	height: 0;
	margin-left: 41px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#main .top .nav_wrapper > .nav > li > .sub > ul {
	margin: 0;
	padding: 0;
}
#main .top .nav_wrapper > .nav > li > .sub > ul > li > a {
	font-size:10px;
	display: inline-block;
	padding: 0 0 0 10px;
	color: #ccc;
}
#main .top .nav_wrapper > .nav > li > .sub > ul > li > a:hover,
#main .top .nav_wrapper > .nav > li > .sub > ul > li > a.current {
	color: #ED1C24;
}

#main .top .nav_wrapper > .nav > li:hover .sub,  
#main .top .nav_wrapper > .nav > li.current > .sub {
	opacity: 1;
	visibility: visible;
	margin-top:0px;
	margin-left: 41px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main .top .nav_wrapper > .nav > li.features:hover .sub,  
#main .top .nav_wrapper > .nav > li.features.current > .sub {
	height: 45px;
}

#main .top .content {
	width: 75%;
	height: 100%;
	float: left;
	font-size: 14px;
	color: #999;
	overflow:hidden;
}

#main .top .content p.title {
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	margin: 30px 0px 20px 30px;
}
#main .top .content p.subtitle  {
	font-size: 15px;
	margin: 10px 30px;
}
#main .top .content p {
	padding-top: 0;
	margin: 12px 30px;
}
#main .top .content a {
	color: #FFF;
}
#main .top .content .contactUs a {
	color: #999;
}
#main .top .content .contactUs a:hover {
	text-decoration:underline;
}
#main .top .content ul{
	padding-top: 10px;

}
#main .top .content li{
	padding-top: 0;
	margin: 5px 7px;
}

#main .top .content li span{
	font-size: 10px;
	font-style: italic;
}

/*start features*/
#main .top .content .site_plan {
	width: 100%;
	height: 100%;		
}

#main .top .content .site_plan img{
	max-height: 100%;
	width: 100%;
}

#main .top .content .facilities {
	width: 100%;
	height: 100%;		
}

#main .top .content .facilities .hint {
	position: absolute;
	color:#FFF;
	bottom: 5px;
	right: 100px;
	font-size: 11px;	
}

#main .top .content .facilities img {
	max-height: 100%;
	width: 100%;
}


/*end features*/

/*start gallery*/
#main .top .content .gallery{
	width: 100%;
	height:100%;
	display: inline-flex;		
}

#main .top .content .gallery .bar{
	height: 100%;
	width: calc(100% / 3);
	background:#000;
	float:left;
	padding: 0;
	position:relative;
}
#main .top .content .gallery .bar .cover_wrapper{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:0;
}

#main .top .content .gallery .bar .gallery_wrapper{
	position:absolute;
	bottom:80px;
	left: 115px;
	text-align: center;
	font-size: 20px;
}

#main .top .content .gallery .bar .gallery_button_wrapper{
	background-color:#A98B38;
	position:absolute;
	bottom:30px;
	left: 74px;
	color: #fff;
	font-weight:bolder;
	padding: 10px 20px;
	text-align: center;
	border-radius: 20px;
}

#main .top .content .gallery .bar img{
	width:100%;
	display:block;
	margin:auto;
}

#main .top .content .gallery .bar img:hover{
	opacity: 0.3;
}
/*end gallery*/

/*start news and contact us*/
#main .top .content .inner {
	width: 35%;
	height: 100%;
	float:left;
}

#main .top .content .image{
	width: 65%;
	height: 100%;
	float: right;
}

#main .top .content .image img{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}

#main .top .content .image .map{
	width: 95%;
	height: 100%;
	float: left;
}

#main .top .content .image .gmap_ico{
	width: 5%;
}

#main .top .content .image .gmap_ico img{
	top: 20px;
	right: 20px;
	width: 45px;
	height: 50px;
	position: absolute;
}
/*end news and contact us*/

#main .bottom {
	height:160px;
	background:#f0f0f0;
	position:relative;
	overflow:hidden;
}
#main .bottom .blank {
	width: 25%;
	padding-top: 10px;
	float: left;
}
#main .bottom .content {
	width: 75%;
	padding-top: 25px;
	float: left;
	font-size: 13px;
}

#main .bottom .facilities_title{
	width: 25%;
	float: left;
	margin-top: 10px;
}

#main .bottom .facilities_title .title{
	width:95%;
	color:#5D4A23;
	float:left;
}

#main .bottom .facilities_title .title .title_top{
	height:85%;
	font-size: 16px;
	font-weight: bold;
	text-align:right;
	margin-top: 5px;
	margin-bottom: 105px;
}

#main .bottom .facilities_title .title .title_bottom{
	height:15%;
	font-size: 12px;
	text-align:right;	
}

#main .bottom .facilities_title .line{
	width: 5%;
	float: right;
}

#main .bottom .facilities_title .line img{
	max-height:100%;
}


#main .bottom .facilities_content {
	width: 75%;
	float: left;
	font-size: 12px;
	color:#5D4A23;	
}

#main .bottom .facilities_content table {
	padding: 5px 5px;
}

#main .bottom .facilities_content table table {
	padding: 0;
}

#main .bottom .facilities_content th{
	text-align:left;
	padding-bottom: 3px;
}

#main .bottom .facilities_content tr tr td {
	text-align:left;
	padding: 0;
	margin: 0;
	width: 205px;
	padding-right:5px;
	padding-bottom:5px;
}
#main .bottom .facilities_content tr td a{
	text-decoration: underline;
}

#main .bottom .facilities_content tr td a:hover{
	color:#ED1C24;
	cursor: pointer;
}

/* start footer */
#footer_wrapper {
	width: 100%;
	float: left;
	position:relative;
	z-index:99;
	display:table;
}

#footer_wrapper .footer_container {
	min-width: 1000px;
	width: 100%;
	margin: auto;
	min-height: 53px;
	font-size: 12px;
	background: url(../images/bottom_banner01.jpg);
	border-top: 1px solid #d2d2d2;	
}

#footer_wrapper .footer_container .footer_top{
	float: left;
	margin: 5px 0 0 25px;
}

#footer_wrapper .footer_container .footer_bottom{
	float: left;
	width: 100%;
}

#footer_wrapper .footer_container .footer_bottom .footer_left_wrapper{
	float:left;
	width: 35%;
	margin: 0 0 0 15px;	
}

#footer_wrapper .footer_container .footer_bottom .footer_mid_wrapper{
	float:left;
	width: 40%;	
	text-align: center;
	line-height:16px;
}
#footer_wrapper .footer_container .footer_bottom .footer_mid_wrapper ul{
	list-style-type:none;
	padding-left:0;
	margin:0;
}
#footer_wrapper .footer_container .footer_bottom .footer_mid_wrapper ul li{
	display:inline-block;
	vertical-align:middle;
}
#footer_wrapper .footer_container .footer_bottom .footer_mid_wrapper ul li a{
	color:#666;	
}
#footer_wrapper .footer_container .footer_bottom .footer_mid_wrapper ul li a:hover{
	text-decoration:underline;
}
#footer_wrapper .footer_container .footer_bottom .footer_mid_wrapper ul li:after{
	content:'|';
	display:inline-block;
	margin:0 5px;
	
}
#footer_wrapper .footer_container .footer_bottom .footer_mid_wrapper ul li:first-child{
	width:100%;
}
#footer_wrapper .footer_container .footer_bottom .footer_mid_wrapper ul li:first-child:after{
	content:'';
	margin:0;
}
#footer_wrapper .footer_container .footer_bottom .footer_mid_wrapper ul li:last-child:after{
	content:'';
	margin:0;
}

#footer_wrapper .footer_container .footer_bottom .footer_right_wrapper{
	float: right;
	width: auto;	
}

/* end footer */

input[type=text], input[type=password], select, textarea {
	width: 100%;
	border: 1px solid #d4d4d4;
	background: #f5f5f5;
	padding: 5px;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
}

input[type=text] {
	width: 98%;	
}

input[type=text].content{
	width: 94%;	
}

input[type=submit], input[type=reset] {
	padding: 8px 15px 15px 45px;
	border: 0;
	cursor: pointer;
}
input[type=submit] {
	background:url(../images/MW_icon_submit_a.png) no-repeat
}
input[type=submit]:hover {
	background:url(../images/MW_icon_submit_b.png) no-repeat
}
input[type=reset] {
	background:url(../images/MW_icon_reset_a.png) no-repeat
}
input[type=reset]:hover {
	background:url(../images/MW_icon_reset_b.png) no-repeat
}

.compulsory {
	color: #C00;
}

.form_wrapper {
	font-size: 12px;
	padding: 20px 20px 0 35px;
}
.form_wrapper .title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.form_wrapper .subtitle {
	font-size: 16px;
	margin-bottom: 10px;
}

.form_wrapper .right_text {
	text-align: right;	
}
.news_wrapper{
    padding-left:16px;
    list-style-type: none;
    padding-top:0;
    margin-top:0;
    float:left;
}
.news_wrapper li{
    padding-left:8px;
    padding-right:8px;
    margin-bottom:15px;
    float:left;
    width:120px;
}
.news_wrapper li img{
    max-width:100%;
}

