@font-face {
    font-family: 'DFFNR7';
    src: url('DFYuan-Bd-HK-BF.eot');
    src: url('DFYuan-Bd-HK-BF.woff') format('woff'),
         url('dffnr7.ttf') format('truetype'),
         url('DFYuan-Bd-HK-BF.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
body {
	margin:0;	
	font:14px/1.2 "museo-sans-rounded",sans-serif;
	color:#fff;
	background:#92825c;
	min-width:480px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
    font-style: normal;
    font-weight: 100;
}
a {
	color:#00CCFF;
	text-decoration:none;
	font-weight: 500;
}
a:hover {text-decoration:none;}
img {border:0;}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
input,
textarea,
select {
	vertical-align:middle;
	color:#000;
}
input [type="email"], input [type="tel"], input[type="search"], input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border-radius:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
    display: block;
}
#wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
}
.home #header {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:500;
}
#header {
	text-align:right;
	padding:0px 0 5px;
	background-image:url(../images/banner.jpg);
	background-repeat:repeat-x;
}


#nav {
padding-top:26px;
padding-right:85px;
	position:relative;
	text-transform:uppercase;
	font-size:10px;
	line-height:18px;
	z-index:501;
}
.menu-opener {
	display:none;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:1px 0 2px;
}
#nav li {
	display:inline-block;
	vertical-align:top;
	margin:0 7px 5px;
}
#nav li.active {
    font-style: normal;
    font-weight: 500;
}
#nav li a {
	color:#fff;
	padding: 0 0 10px;
	position:relative;
	display:block;
}
#nav li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
#nav li a:hover::after,
#nav li a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.logo {
	margin:0 auto;
	display:block;
	background: url(../images/logo.png) no-repeat;
	width:177px;
	height:67px;
	text-indent:-9999px;
	overflow:hidden;
	background-size:100% auto;
	position:absolute;
	left:50px;
	top:0;
}
.logo a {
	display:block;
	height:100%;
}

.bg{
	position:fixed;
	left:50%;
	bottom:50px;
	width:541px;
	height:73px;
	margin-left:-300px;
	text-align:center;
	font-size:11px;
	color:#ffffff;
	z-index:502;
}
.main-gallery {
	position: relative;
	height: 200px;
}
.main-gallery .slideset {
	height:100% !important;
}
.main-gallery .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width:100% !important;
	height:100% !important;
}
.main-gallery .slide.active {
	z-index: 2;
}
.main-gallery.not-enough-slides a.btn-prev,
.main-gallery.not-enough-slides a.btn-next {
	visibility: hidden;
}
.main-gallery img {
	vertical-align:top;
	width:100%;
	height:auto;
}
.main-gallery .btn-prev,
.main-gallery .btn-next {
	width:14px;
	height:23px;
	background: url(../images/sprite.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin:-12px 0 0;
	z-index:300;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	opacity:1;
}
.main-gallery .btn-prev {
	left:19px;
}
.main-gallery .btn-next {
	right:19px;
	background-position:-21px 0;
}
.main-gallery .btn-prev:hover,
.main-gallery .btn-next:hover {
	opacity:0.6;
}
.main-gallery .pagination {
	position:absolute;
	z-index:300;
	bottom:-10px;
	left:0;
	right:0;
	font-size:0;
	line-height:0;
}
.main-gallery .pagination ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.main-gallery .pagination ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 3px 0 4px;
}
.main-gallery .pagination a {
	display:block;
	width:9px;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#92825c;
	text-align:left;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.main-gallery .pagination a:hover,
.main-gallery .pagination .active a {
	
}



.section {
	background:#ffffff;
	text-align:center;
	padding:70px 0 0px;
	font-size:18px;
	line-height:34px;
}
.section img-area{
width:100%;
}
.bu-area{
	position:absolute;
	left:50%;
	z-index:10;
	top:280px;
	width:1800px;
	height:245px;
	margin-left: -900px;
}
.bu-area1{
	position:absolute;
	left:0px;
	z-index:10;
	top:0px;
	width:450px;
	height:388px;
}
.bu-area2{
	position:fixed;
	left:50%;
	z-index:503;
	bottom:0px;
	width:1000px;
	height:26px;
	margin-left:-500px;
	font-size:10px;
	color:#fff;
	text-align: center;
}

.bu-area ul{
	list-style:none;
	margin:0;
	padding:1px 0 2px;
}
.bu-area li {
	display:inline-block;
	vertical-align:top;
	margin:0 7px 5px;
}
.bu-area li a {
	color:#fff;
	padding: 0 0 10px;
	position:relative;
	display:block;
}



.section .holder {
	margin:0 auto;
	width:50px;
	padding:0 10px;
}
.section h2 {
	margin:0 0 15px;
	font-size:22px;
	line-height:26px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-1px;
	position:relative;
	padding:0 0 23px;
}
.section h2.icon-tassel {
	padding:87px 0 23px;
	margin-bottom:19px;
}
.section h2.icon-tassel:after {
	content:'';
	width:41px;
	height:61px;
	background: url(../images/sprite.png) no-repeat 0 -28px;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -21px;
}
.section h2:before {
	content:'';
	width:120px;
	height:1px;
	background:#92825c;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -60px;
}
.section p {
	margin:0 0 25px;
}
.btn {
	display:inline-block;
	vertical-align:top;
	color:#fff;
	background:#92825c;
	text-transform:uppercase;
	border-bottom:3px solid #887a60;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-size:13px;
	line-height:51px;
	padding:2px 45px 0;
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.btn:hover {
	opacity:0.8;
}











.visual-section {
	overflow:hidden;
	background:#fff;
	padding:0;
}
.visual-section img {
	vertical-align:top;
	width:100%;
	height:auto;
}
.visual-section .col-img {
	overflow:hidden;
	position:relative;
	padding-right:2px;
	padding-left:2px;
	padding-bottom:2px;
}
.visual-section .col-img2 {
	overflow:hidden;
	position:relative;
	background-color:#322721;

}
.visual-section .col-info {
	float:left;
	width:67.5%;
	position:relative;
	padding-right:2px;
	padding-left:2px;
	padding-bottom:2px;
}
.visual-section .col-info2 {
	float:left;
	width:40.1%;
	position:relative;
	padding-right:2px;
	padding-left:2px;
	padding-bottom:2px;
}
.visual-section .col-info3 {
	float:left;
	width:47.3%;
	position:relative;
	padding-right:2px;
	padding-left:2px;
	padding-bottom:2px;
}
.visual-section .col-info4 {
	float:left;
	width:39.7%;
	position:relative;
	padding-right:2px;
	padding-left:2px;
	padding-bottom:2px;
}
.visual-section .col-info5 {
	float:left;
	width:50%;
	position:relative;
	background-color:#322721;

}
.visual-section .col-info.alignright {
	float:left;
}
.visual-section h3 {
	margin:0 0 20px;
	text-transform:uppercase;
	padding:0 0 23px;
	font-weight:normal;
	letter-spacing:-0.5px;
	position:relative;
}
.visual-section .info-area {
	float:right;
	font-family:DFFNR7;
	font-size:12px;
	line-height:30px;
	color:#cfa972;
	width:400px;
	text-align:left;
	background-image:url(../images/section6-line.jpg);
	background-repeat:repeat-y;
	margin-right:10px;
	padding-left:15px;
	padding-top:50px;
	padding-bottom:100px;
}
.visual-section .info-area3 {
	float:left;
	font-family:DFFNR7;
	font-size:12px;
	line-height:30px;
	color:#cfa972;
	text-align:left;
	width:400px;
	background-image:url(../images/section6-line.jpg);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-top:50px;
	padding-bottom:100px;
}
.visual-section .img-area {
	position:relative;
}

.visual-section .img-area:after {
	content:'';
	width:21px;
	height:10px;

	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -10px;
}
.section5 {
	background:#322721;
	text-align:center;
	padding:5px 0 0px;
	font-size:18px;
	line-height:34px;
}
.section img-area{
width:100%;
}
@media only screen and (max-height: 500px) {
.bu-area{
position:absolute;
	margin-left:-123px;
	left:50%;
	z-index:10;
	top:150px;
	width:366px;
	height:201px;
}
}
