@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:url(../images/contact/bg.jpg);
	min-width:320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	font-style: normal;
	font-weight: 100;
}
a {
	color:#0099FF;
	text-decoration:none;
}
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 {
    display: block;
}
#wrapper {
	width:100%;
	position:relative;
	overflow:hidden;
	background:url(../images/contact/bg.jpg);
	background-position:0 900px;
	
}
.home #header {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:500;

	
}
#header {
	text-align:center;
	padding:8px 0 5px;

}
#nav {
	position:relative;
	font-size:13px;
	line-height:18px;
}
.menu-opener {
	display:none;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:1px 0 43px;
}
#nav li {
	display:inline-block;
	vertical-align:top;
	margin:0 17px 5px;
	font-family: 'DFFNR7';
}
#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:230px auto;
	display:block;
	background: url(../images/main-logo.png) no-repeat;
	width:365px;
	height:119px;
	text-indent:-9999px;
	overflow:hidden;
	background-size:100% auto;
	z-index:200;
}
.logo a {
	display:block;
	height:100%;
}

.mainmenu {
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-400px;
	display:block;
	width:797px;
	height:30px;
	overflow:hidden;
}
.mainmenu a {
	display:block;
	height:100%;
}



.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:501;
	-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:26px;
	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 {
	background:#fff;
}
.section {

	color:#92825c;
	text-align:center;
	margin:auto;
	font-size:18px;
	line-height:34px;


}
.section .holder {
	margin:0 auto;	
	padding:0 10px;
	background:url(../images/contact.jpg);

}
.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 .holder img{
padding-top:200px;
top:100px;}
.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;
	padding-left:20px;
	max-width:1200px;


	
}
.visual-section img {
	vertical-align:top;
	
}
.visual-section .col-img {
	overflow:hidden;
	position:relative;
	width:33%;
}
.visual-section .col-img2 {
	overflow:hidden;
	position:relative;
	width:33%;
}
.visual-section .col-info {
	float:left;
	width:32%;
	position:relative;
	padding:5px;
	padding-bottom:70px;
}
.visual-section .col-info2 {
	float:left;
	width:50%;
	position:relative;
	padding-bottom:100px;
}

.visual-section .col-info3 {
	float:left;
	width:49%;
	position:relative;
	padding-bottom:100px;
}
.visual-section .col-info.alignright {
	float:right;
}
.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 {
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#003745;
}
.visual-section .info-area p {
	text-align:justify;
}
.visual-section .info-area1 {
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#003745;
}
.visual-section .info-area1 p {
	text-align:justify;
}.visual-section .info-area2 {
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#003745;
}
.visual-section .info-area2 p {
	text-align:justify;
}.visual-section .info-area3 {
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#003745;
}
.visual-section .info-area3 p {
	text-align:justify;
}.visual-section .info-area4 {
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#003745;
}
.visual-section .info-area4 p {
	text-align:justify;
}

.visual-section .info-area5 {
	padding:20px 10px 10px 150px;
	font-size:16px;
	line-height:24px;
	text-align:left;
	color:#FFFFFF;
}
.visual-section .info-area5 p {
	text-align:justify;
}

.visual-section .info-area6 {
	padding:20px 10px 10px 50px;
	font-size:16px;
	line-height:24px;
	color:#FFFFFF;
	text-align:left;
}
.visual-section .info-area6 p {
	text-align:justify;
}

.visual-section .info-area7 {
	padding:20px 10px 10px 0px;
	font-size:12px;
	line-height:24px;
	color:#003745;
	text-align:left;
}
.visual-section .info-area7 p {
	text-align:justify;
}
.visual-section h3:before {
	content:'';
	width:95px;
	height:11px;
	background: url(../images/sprite.png) no-repeat 0 -99px;
	position:absolute;
	bottom:1px;
	left:50%;
	margin:0 0 0 -47px;
}
.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;
}





















.tile-section {
	padding:0 0 20px;
	position:relative;
	overflow:hidden;
}

.tile-section.nopadding {
	padding:50px;
}
.tile-container {
	overflow:hidden;
	position:relative;
	margin:0 0 74px;
}
.tile-container.nomargin {
	margin:0;
}
.tile-container.loading:after {
	/*content:'';
	background: rgba(255,255,255,0.7);
	position:absolute;
	left:-9999px;
	right:-9999px;
	bottom:-9999px;
	top:-9999px;*/
}
.tile-container .tile-item {
	overflow:hidden;
	float:left;
	position:relative;
}
.tile-container .tile-item a {
	display:block;
	position:relative;
}
.tile-container .tile-item a strong {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(255,255,255,0.3);
	color:#92825c;
	text-transform:uppercase;
	text-align:center;
	padding:0 10px;
	white-space:nowrap;
	font-weight:normal;
	font-size:14px;
	line-height:30px;
	opacity:0;
	-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;
}
.tile-container .tile-item a.hover strong {
	opacity:1;
}
.tile-container .tile-item a strong:after {
	content:'';
	width:1px;
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.tile-container .tile-item a strong span {
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	position:relative;
	padding:45px 0 0;
}
.tile-container .tile-item a strong span:after {
	width: 29px;
	height: 43px;
	content:'';
	background: url(../images/sprite.png) no-repeat -85px 0;
	position:absolute;
	top:-5px;
	left:50%;
	margin:0 0 0 -15px;
}

.tile-container .square {
	float:left;
	width:33.33%;
}
.tile-container .rectangle-vert,
.tile-container .small-square {
	width:50%;
}
.tile-container .rectangle-horz,
.tile-container .big-square  {
	width:100%;
}
.tile-container img {
	vertical-align:top;
	width:100%;
	height:auto;
}





#footer {
background-color:#1d1d1d;
	color:#fff;
	text-align:center;
	padding:35px 0;
	font-size:14px;
	line-height:18px;
}
#footer .holder {
	margin:0 auto;
	max-width:1050px;
}
#footer address {
	display:inline-block;
	position:relative;
	vertical-align:top;
	font-style:normal;
	padding:30px 0 0;
}
#footer address:after {
	content:'';
	width:80px;
	height:10px;
	background: url(../images/sprite.png) no-repeat 0 -121px;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -40px;
}
#footer a {
	-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;
	color:#fff;
}
#footer p {
	margin:0;
}
#footer span:first-child:after {
	display:none;
}
#footer span {
	position:relative;
	padding:0 3px 0 13px;
	display:inline-block;
	vertical-align:top;
}
#footer span:after {
	content:'';
	width:5px;
	height:5px;
	background:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	top:7px;
	left:1px;
}
#footer a:hover {
	opacity:0.7;
}
@media only screen and (min-width: 1200px){
.visual-section {
	overflow:hidden;
	padding-left:20px;
	max-width:1200px;	
}

.visual-section .info-area1 {
	float:right;
	width:573px;
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#003745;
}
.visual-section .info-area2 {
	float:left;
	width:573px;
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#003745;
}
.visual-section .info-area3 {
	float:right;
	width:573px;
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#003745;
}
.visual-section .info-area4 {
	float:left;
	width:573px;
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#003745;
}

}
@media only screen and (min-width: 1800px){
.visual-section {
	overflow:hidden;
	padding-left:20px;
	max-width:1200px;	
}
.visual-section .info-area5 {
	padding:20px 10px 10px 150px;
	font-size:12px;
	line-height:24px;
	text-align:left;
	color:#fff;
}
.visual-section .info-area6 {
	float:none;
	width:573px;
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#fff;
}
.visual-section .info-area7 {
	float:left;
	width:573px;
	padding:20px 20px 10px;
	font-size:12px;
	line-height:24px;
	color:#003745;
}
/*.visual-section .col-info {
	float:left;
	width:530px;
	position:relative;
	padding:5px;
}*/

}
@media only screen and (max-width: 1060px){
	.visual-section .info-area {
		padding:30px 15px 10px;
	}
	.visual-section .info-area {
		line-height:20px;
	}
	.tile-container .tile-item a strong {
		line-height:20px;
	}
}

@media only screen and (max-width: 767px){
.mainmenu {
display:none;}
	.visual-section .info-area5 {
	padding:20px 10px 10px 50px;
	font-size:16px;
	line-height:24px;
	text-align:left;
	color:#fff;
}
.visual-section .info-area5 p {
	text-align:justify;
}

.visual-section .info-area6 {
	padding:20px 10px 10px 50px;
	font-size:16px;
	line-height:24px;
	color:#fff;
	text-align:left;
}
.visual-section .info-area6 p {
	text-align:justify;
}

.visual-section .info-area7 {
	padding:20px 10px 10px 0px;
	font-size:16px;
	line-height:24px;
	color:#003745;
	text-align:left;
}
.visual-section .info-area7 p {
	text-align:justify;
}

	.tile-container .square {
		float:none !important;
		width:100%;
	}

	#header {
		padding:25px 0 10px;
	}
	#nav {
	display:block;
	position:relative;
	text-transform:uppercase;
	font-size:14px;
	line-height:18px;
}
	.menu-opener {
		display:block;
		float:left;
		text-indent:-9999px;
		overflow:hidden;
		position:relative;
		border:4px solid #fff;
		border-width:4px 0;
		width:35px;
		height:20px;
		margin:0 0 0 25px;
	}
	#nav:after {
		content:"";
		display:block;
		clear:both;
	}
	#nav ul {
		position:absolute;
		top:100%;
		left:20px;
		width:auto;
		right:20px;
		background:rgba(255,255,255,0.85);
		margin:20px 0 0;
		padding:15px 0 0;
	}
	#nav ul li {
		display:block;
	}
	#nav ul li a {
		color:#92825c;
	}
	.menu-opener:after {
		content:'';
		height:4px;
		background:#fff;
		position:absolute;
		top:50%;
		left:0;
		width:100%;
		right:0;
		margin:-2px 0 0;
	}
	#nav li a:hover {
		font-style: normal;
        font-weight: 500;
	}
	#nav li a::after {
		display:none;
	}
	.logo{
		width:120px;
		height:120px;
	}
	.btn {
		padding:2px 15px 0;
		line-height:32px;
	}
	.section {
		line-height:20px;
	}

	.visual-section .col-info {
		width:100%;
		float:none !important;
	}
	.visual-section .col-info2 {
		width:100%;
		float:none !important;
	}
	.visual-section .col-info3 {
		width:100%;
		float:none !important;
	}
	.visual-section .img-area {
		margin-top:0 !important;
	}
	.visual-section .col-img {
		height:auto !important;
		padding:15px 0 0;
	}
	.visual-section .col-img img {
		vertical-align:top;
		width:100% !important;
		height:auto !important;
		margin:0 !important;
	}
	#footer {
		font-size:12px;
	}
	#footer address span {
		padding:0 0 0 6px;
	}
	#footer address span:after {
		display:none;
	}
}

@media only screen and (min-width: 767px) {
	#nav .nav-list {
		position:static !important;
		height:auto !important;
	}
}
.texttitle {
	color:#E9EB9C;
}
.textyellow {
	color:#FF6600;
}
