@import url("globle.css");
@import url("flexslider.min.css");
@import url("landing.css");
@import url("portfolio.css");
@import url("shortcodes.css");
@import url("assets.css");
@import url("iconfont.css");
@import url("./font/iconfont.css");

html,body{
	font-family: "Microsoft YaHei", "Arial", "SimSun";
	font-weight: 300;
	font-size:14px;
	height:100%;
	width:100%;
	color:#999;
	/*background-color:#001426;*/
}

html {
	box-sizing: border-box;
	margin-right: 0px!important;
	overflow: visible!important;
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-transition: opacity 0.2s ease-in-out 0.2s;
	transition: opacity 0.2s ease-in-out 0.2s;
}

body.hidden {
	opacity:0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio
{
	display: inline-block;
	max-width: 100%;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 400;
	color:#000;
}

cite,
dfn,
em,
i {
	font-style: normal;
	/*font-style: italic;*/
}

mark,
ins {
	background: none repeat scroll 0 0 #000;
	text-decoration: none;
	color:#fff;
	font-family: "Montserrat",sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding:2px 5px;
	margin-bottom:10px;
	display:inline-block;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #000;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-left:2px #ddd solid;
	padding:20px 20px 20px 40px;
	letter-spacing: 0.01em;
}

.light-content blockquote {
	color: #fff;
}

blockquote span {
	display:block;
	margin-top:20px;
	font-weight:400;
	font-size:12px;
	font-style:normal;
	font-family: Verdana,Geneva,sans-serif;
	color:#999;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

li {
	line-height: 20px;
	color:#333;
	margin-bottom:10px;
}

.light-content li {
	color:#fff;
}

figure {
	margin:0;
	position:relative;
	display: block;
}

figure img {
	max-width:100%;
}

.full img {
	width:100vw;
}

/*figcaption {*/
	/*background-color: rgba(0,0,0,1);*/
	/*bottom: 25px;*/
	/*color: #fff;*/
	/*font-weight:400;*/
	/*font-size: 12px;*/
	/*padding: 10px 20px;*/
	/*position: absolute;*/
	/*right: 25px;*/
	/*z-index: 10;*/
	/*border-radius:3px*/
/*}*/

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 0;
}

legend {
	white-space: normal;
}

button,	input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {

	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	border: 0;
	height: 25px;
	width:100%;
	float:none;
	margin:0;
	display:inline-block;
}

hr.small {
	height:20px;
}

hr:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}

::selection {
	color: #fff;
	text-shadow: none;
	background-color: cornflowerblue;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background-color: cornflowerblue;
}

img {
	border: 0 none;
	max-width: 100%;
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color:#000;
	margin-bottom:10px;
}

h1.big-title{
	font-size: 80px;
	font-style: normal;
	font-weight: 600;
	line-height: 110px;
	margin-left:-7px;
}

h1{
	font-size:48px;
	line-height: 60px;
}

h2{
	font-size: 36px;
	line-height: 48px;
}

h3{
	font-size:30px;
	line-height: 40px;
	margin-left:-1px;
}

h4{
	font-size:24px;
	line-height: 36px;
	margin-left:-1px;
}

h5{
	font-size:18px;
	line-height: 24px;
	margin-left:-1px;
}

h6{
	font-size:14px;
	line-height: 18px;
}

.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6 {
	color: #fff!important;
}

.light-content p {
	color:#666;
}

.title-has-line {
	position:relative;
	margin-bottom:25px;
}

.title-has-line::after {
	background: none repeat scroll 0 0 #000;
	bottom: 20px;
	content: "";
	height: 1px;
	left: -40px;
	position: absolute;
	width: 25px;
}

p.title-has-line {
	position:relative;
	margin-bottom:5px;
	font-size:12px;
}

p.title-has-line::after {
	background: none repeat scroll 0 0 #000;
	bottom: 14px;
	content: "";
	height: 1px;
	left: -30px;
	position: absolute;
	width: 16px;
}

.light-content .title-has-line::after {
	background: none repeat scroll 0 0 rgba(255,255,255,0.3);
}

p {
	font-size:14px;
	margin-bottom:10px;
	line-height:28px;
	color:#999;
}

p.no-margins {
	margin-bottom:0;
}

.bigger {
	font-size: 24px;
	font-weight: 400;
	line-height:36px;
	color:#222;
}

.smaller {
	font-size: 12px;
}

.container {
	width:100%;
	margin:0 auto;
	padding: 0 60px;
	box-sizing:border-box;
}

.small .container {
	max-width:900px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}

.full .container {
	width: 100vw;
	max-width:none;
	margin-left: calc(-100vw / 2 + 1280px / 2);
	margin-right: calc(-100vw / 2 + 1280px / 2);
	padding: 0;
}

.container::after {
	clear: both;
	content: " ";
	display: table;
}

a:hover, a:active {
	outline: 0;
	color: #000;
}

a {
	text-decoration: none;
	color: #000;
	outline: 0;
}

a:hover {
	text-decoration:none;
}

.one_half {
	width: 48%;
}

.one_third {
	width: 30.6%;
}

.one_fourth {
	width: 22%;
}

.one_fifth {
	width: 16.8%;
}

.one_sixth {
	width: 13.33%;
}

.two_fifth {
	width: 37.6%;
}

.two_fourth {
	width: 48%;
}

.two_third {
	width: 65.33%;
}

.three_fifth {
	width: 58.4%;
}

.three_fourth {
	width: 74%;
}

.four_fifth {
	width: 79.2%;
}

.five_sixth {
	width: 82.67%;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
	position: relative;
}

.last {
	margin-right:0px;
}

.text-align-center {
	text-align:center;
}

.text-align-left {
	text-align:left;
}

.outer {
	display:table;
	width:100%;
	height:100%;
}

.inner {
	display:table-cell;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.vc_row {
	position:relative;
	z-index:1;
	opacity:1;
}

.row_padding_top {
	padding-top:120px;
}

.row_padding_bottom {
	padding-bottom:100px;
}


/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/

main {
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
	/*background-color: #001426!important;*/
}

#magic-cursor {
	position: absolute;
	left:0;
	top:0;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index:10000;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
	opacity: 0!important;
}

.hidden #magic-cursor {
	opacity:0!important;
}

#ball {
	position: fixed;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	border-radius: 50%;
	pointer-events: none;
	opacity:1;
	box-sizing:border-box;
}



.mfp-zoom-out-cur #ball {
	opacity:0;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball, #ball.over-movie,  #ball.with-icon {
	border: 2px solid #fff;
	border-color:#fff!important;
}

#ball:before {
	font-family: FontAwesome;
	content: "\f053";
	font-size:6px;
	width:4px;
	height:8px;
	line-height:8px;
	text-align:center;
	position:absolute;
	left:-12px;
	top:9px;
	color:#000;
	opacity:0;
	transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before {
	color:#fff;
}

#ball:after {
	font-family: FontAwesome;
	content: "\f054";
	font-size:6px;
	width:4px;
	height:8px;
	line-height:8px;
	text-align:center;
	position:absolute;
	right:-10px;
	top:9px;
	color:#000;
	opacity:0;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before, .light-content #ball:after {
	color:#fff;
}

.scale-up #ball:before, .scale-up #ball:after {
	opacity:1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
	opacity:0;
}

#ball i {
	color:#000;
	width:29px;
	height:30px;
	line-height:28px;
	text-align:center;
	font-size:6px;
	display:block;
	opacity:1;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball i, #ball.over-movie i, #ball.with-icon i {
	color:#fff;
}

.scale-up #ball i {
	opacity:0;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
	width:27px;
}

#ball.close-icon i {
	width:27px;
	font-size:8px;
}

#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
	display:block;
}

#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
	display:none;
}

#ball-loader {
	width: 40px;
	height: 40px;
	position:absolute;
	background-color: transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid #000;
	border-left: 2px solid transparent;
	border-top: 2px solid transparent;
	border-radius: 50px;
	box-sizing: border-box;
	opacity:0;
	transform: translate(-9px, -9px) rotate(0deg);
	-webkit-animation: rotating 0.8s ease-in-out infinite;
	animation: rotating 0.8s ease-in-out infinite;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball-loader {
	border-bottom: 2px solid #fff;
}

.show-loader #ball-loader {
	opacity:1;
	-webkit-transition: opacity 0.2s ease-in-out 0s;
	transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
	0% {
		-webkit-transform: translate(-7px, -7px) rotate(0deg);
		transform:  translate(-7px, -7px) rotate(0deg);
	}

	95% {
		-webkit-transform:  translate(-7px, -7px) rotate(350deg);
		transform:  translate(-7px, -7px) rotate(350deg);
	}

	100% {
		-webkit-transform:  translate(-7px, -7px) rotate(360deg);
		transform:  translate(-7px, -7px) rotate(360deg);
	}
}

.show-loader a, .show-loader nav {
	pointer-events:none;
}

#rotate-device {
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	/*background-color:#001426;*/
	background-image:url(../images/rotate.png);
	background-size:100px 100px;
	background-position:center;
	background-repeat:no-repeat;
	display:none;
	opacity: 0!important;
}


/*--------------------------------------------------
	03. Page Overlay
---------------------------------------------------*/

.preloader-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index : 800;
	text-align:center;
	opacity: 0!important;
	visibility: visible!important;
}

.light-content.preloader-wrap {
	/*background: #001426;*/
}

.percentage {
	z-index: 100;
	color: #000;
	opacity:1;
	font-weight: 700;
	font-size:120px;
	line-height:200px;
	color:rgba(0,0,0,0);
	-webkit-text-stroke: 2px rgba(0,0,0,1);
}

.light-content .percentage {
	color:rgba(255,255,255,0);
	-webkit-text-stroke: 2px rgba(255,255,255,1);
}


/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/

header {
	width:100%;
	height:80px;
	left:0;
	top:0;
	position:fixed;
	box-sizing:border-box;
	z-index:1000;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

#header-container {
	box-sizing: border-box;
	height: inherit;
	padding:10px 80px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 20;
	opacity:0;
}

.header-visible #header-container{
	opacity:1;
}

#logo {
	position: relative;
	display: table;
	pointer-events: auto;
	z-index: 10;
	top: 10px;
	float: left;
}

#logo a {
	display:block;
}

#logo a.disable, .open #logo a {
	pointer-events: none;
}

#logo img {
	display: block;
	height: 50px;
	width: auto;
	max-width:none;
}

#logo img.black-logo {
	opacity:1;
}

.light-content #logo img.black-logo {
	opacity:0;
}

#logo img.white-logo {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

.light-content #logo img.white-logo {
	opacity:1;
}

.menu-open.light-content .slide-in #logo img.white-logo {
	opacity:1;
}

@media all and (min-width: 1025px) {

	.classic-menu nav {
		position: relative;
		width: auto;
		top: 0px;
		-webkit-transition: all 0.2s ease-in-out 0.5s;
		transition: all 0.2s ease-in-out 0.5s;
		display:block;
		float:right;
		height: 40px;
		line-height: 60px;
		margin-top:10px;
		background-color:transparent!important;
	}

	.flexnav {
		display: block;
		float: right;
		position: relative;
		width: auto;
		max-height: 40px;
	}

	.flexnav li ul {
		min-width: 170px;
	}
	/*.flexnav>li:last-child>a{*/
		/*font-size:13px;*/
		/*padding: 2px 16px;*/
		/*border:1px solid #fff;*/
		/*border-radius: 20px;*/
		/*top:5px;*/
	/*}*/
	.flexnav .touch-button {
		background: transparent none repeat scroll 0 0;
	}

	.flexnav .touch-button .navicon {
		display:none;
	}

	.flexnav li {
		background: transparent none repeat scroll 0 0;
		padding:0 25px;
	}

	.menu-timeline {
		opacity:1;
		-webkit-transition: translateY(0px);
		transform: translateY(0px);
	}

	.flexnav li:first-child {
		padding-left:0;
	}

	.flexnav li:last-child {
		padding-right:0px;
	}

	.flexnav li a {
		background: transparent none repeat scroll 0 0;
		padding: 10px 0 4px 0;
		position:relative;
		border-left: medium none;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		color:#000;
		font-size:15px;
		line-height:20px;
		display:block;
		overflow:hidden;
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
	}

	.light-content .flexnav li a {
		color:#fff;
	}

	.flexnav:hover li a {
		color: rgba(0,0,0,0.4);
	}

	.light-content .flexnav:hover li a {
		color: rgba(255,255,255,0.4);
	}

	.flexnav li:hover a {
		color:#000;
	}

	.light-content .flexnav li:hover a {
		color:#fff;
	}

	.flexnav li a span {
		position: relative;
		display: block;
		-webkit-transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transform-origin: 100% 0%;
	}

	.flexnav li a span::before {
		position: absolute;
		top: 100%;
		width:100%;
		left:0;
		content: attr(data-hover);
	}

	.flexnav li:hover a span {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		transform-origin: 0% 0%;
	}

	.flexnav li ul li a {
		padding:0 20px 20px;
		background-color:transparent;
		font-size:13px;
		font-family: 'Roboto', sans-serif;
		font-weight:400;
		text-transform:none;
		color:#aaa!important;
		-webkit-transition: all 0.05s ease-in-out;
		-moz-transition: all 0.05s ease-in-out;
		-o-transition: all 0.05s ease-in-out;
		-ms-transition: all 0.05s ease-in-out;
		transition: all 0.05s ease-in-out;
	}

	.flexnav li ul li a.link::before {
		display:none;
	}

	.flexnav li ul li a.active, .flexnav li ul li a:hover {
		color:#fff!important;
	}

	.flexnav li > ul li {
		margin-left:0;
		padding:0;
	}

	.classic-menu .flexnav li ul {
		-webkit-transform: translate3d(0px, 20px, 0px);
		transform: translate3d(0px, 20px, 0px);
		display:block!important;
		opacity:0!important;
		height:inherit!important;
		overflow:visible!important;
		visibility:hidden;
		left:15px;
		top:50px;
		padding-top:20px;
		background: #000;
		border-radius:3px;
		-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
		transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
	}

	.flexnav li:first-child ul {
		left:-15px;
	}

	.flexnav li ul ul {
		left:5px!important;
	}

	.flexnav li ul:after {
		display: block;
		content: '';
		position: absolute;
		top: -6px;
		left: 15px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 9px;
		border-color: transparent transparent #000;
	}

	.flexnav ul li ul:after {
		display: block;
		content: '';
		position: absolute;
		top: 15px;
		left: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 9px;
		border-color: transparent transparent #000;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.flexnav ul li ul li a {
		background: #000;
	}

	.flexnav li ul.flexnav-show {
		-webkit-transform: translate3d(0px, 0px, 0px);
		transform: translate3d(0px, 0px, 0px);
		opacity:1!important;
		visibility:visible;
		-webkit-transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
		transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
	}

	.flexnav .touch-button {
		display:none;
	}







	.fullscreen-menu .nav-height {
		overflow-y: scroll;
		position: relative;
		height: 100%;
		padding: 40px 0;
		padding-right: 30px;
		width: calc(100% + 30px);
		box-sizing: border-box;
	}

	.fullscreen-menu nav {
		height: 100vh;
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		box-sizing: border-box;
		visibility: visible;
		pointer-events:none;
		opacity:0;
		padding:20px 0;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}

	.fullscreen-menu nav.open {
		visibility:visible;
		pointer-events:initial;
		opacity:1;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.fullscreen-menu .flexnav {
		max-height: 2000px;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
		display: table;
		width: auto;
		margin: 0 auto;
		float: none;
	}

	.fullscreen-menu .flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;
	}

	.fullscreen-menu .flexnav li {
		text-align:center;
		line-height: 4vw;
		padding:0 25px;
		box-sizing:border-box;
		float:none;
		-webkit-transition: color .15s ease-out 0s;
		transition: color .15s ease-out 0s;
	}

	.fullscreen-menu .menu-timeline {
		opacity:0;
		-webkit-transition: translateY(80px);
		transform: translateY(80px);
	}

	.fullscreen-menu .flexnav:hover li  {
		color:rgba(255,255,255,0.4)
	}

	.fullscreen-menu .flexnav li:hover, .fullscreen-menu .flexnav li.active {
		color:rgba(255,255,255,1)
	}

	.fullscreen-menu .flexnav .touch-button {
		width: 100%;
		display: block;
		height: calc(4vw + 20px);
	}

	.fullscreen-menu .flexnav .touch-button .navicon {
		display:none;
	}

	.fullscreen-menu .flexnav li.link {
		border-bottom: none;
	}

	.fullscreen-menu .flexnav li a {
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		font-size: 4vw;
		line-height:4vw;
		padding:10px 0;
		color:inherit;
	}

	.fullscreen-menu .flexnav a.link::before {
		display:none;
	}

	.light-content .fullscreen-menu .flexnav li a {
		color: inherit;
	}

	.fullscreen-menu .flexnav li ul {
		margin-bottom:20px;
		position:relative;
		left:0;
	}

	.fullscreen-menu .flexnav li ul:after {
		display:none;
	}

	.fullscreen-menu .flexnav li ul li a {
		padding: 10px 0;
		font-size: 16px;
		font-weight: 500;
		line-height:20px;
		border-top: none;
	}


}

#burger-wrapper {
	width: 80px;
	height: 80px;
	float: right;
	top: 0px;
	right: -25px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.classic-menu #burger-wrapper {
	display:none;
}

#menu-burger {
	width: 16px;
	height: 22px;
	position: relative;
	margin: 0 auto;
	z-index:2;
	pointer-events: none;
}

.menu-overlay #menu-burger {
	display:block;
}

#menu-burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #000;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
	transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out;
}

#burger-wrapper .touch-button {
	display:none;
}

.light-content #menu-burger span {
	background-color:#fff;
}

#menu-burger span:nth-child(1) {
	top: 7px;
}

#menu-burger span:nth-child(2){
	top: 15px;
}

#menu-burger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top:10px;
}

#menu-burger.open span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:10px;
}



/*--------------------------------------------------
	05. Hero Section
---------------------------------------------------*/

#hero {
	overflow:hidden;
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
}

#hero.has-image {
	z-index:2;
	height:100vh;
}

#hero.has-map {
	pointer-events:none;
}

.transition #hero {
	opacity:1!important;
	transform: translate3d(0px, 0px, 0px)!important;
	-webkit-transform: translate3d(0px, 0px, 0px)!important;
}

#hero-styles {
	position: relative;
	width: 100%;
	height:auto;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	z-index:2
}

#hero.has-image #hero-styles {

}

#hero.has-image #hero-styles {
	height:100vh;
}

#hero-caption {
	display: table;
	width: 100%;
	max-width:1280px;
	padding: 180px 60px 180px 60px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	text-align: left;
	box-sizing: border-box;
}

#hero.has-image #hero-caption {
	padding:20px;
}

#hero #hero-caption .inner {
	vertical-align: bottom;
}

#hero.has-image #hero-caption .inner {
	vertical-align: middle;
}

#hero-bg-wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	margin: 0 auto;
	left: 0;
	top:-100vh;
	right: 0;
	-webkit-transition: filter 0.6s ease-in-out;
	transition: filter 0.6s ease-in-out;
	overflow: hidden;
}

#hero-bg-image::after {
	content: "";
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#hero-image-parallax {
	position:absolute;
	width:100%;
	height:100%;
}

#hero-bg-image {
	background-size:cover;
	position:absolute;
	background-position:center center;
	width:100%;
	height:100%;
	opacity:0.8;
	z-index:0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.load-project-page #hero-bg-image, .load-next-project #hero-bg-image {
	opacity:0.8;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.hero-title {
	font-size:68px;
	line-height:68px;
	color:#000;
	-webkit-text-stroke: 1px #000;
	font-weight: normal;
	position:relative;
	margin-left:-3px;
	margin-top:19px;
	margin-bottom:0;
	transform: translateY(10vh);
	-webkit-transform: translateY(10vh);
	opacity:0;
}

.light-content .hero-title {
	color:#fff;
	-webkit-text-stroke: 1px #fff;
}

.text-align-center .hero-title, #hero.has-image .hero-title {
	text-align:center;
}

.hero-title span, .light-content h1.hero-title span {
	color:transparent!important;
}

.load-next-project .hero-title {
	transform: translateY(0)!important;
	-webkit-transform: translateY(0)!important;
	opacity:1!important;
}

#hero.has-image .hero-title {
	transform: translateY(10vh);
	-webkit-transform: translateY(10vh);
	opacity:0;
}

.hero-subtitle {
	font-size:12px;
	font-weight:600;
	line-height:20px;
	margin-bottom:0;
	width: 100%;
	z-index: 10;
	opacity:0;
	position:relative;
	transform: translateY(18vh);
	-webkit-transform: translateY(18vh);
}

.text-align-center .hero-subtitle, #hero.has-image .hero-subtitle{
	text-align:center;
}

.hero-subtitle:before {
	content:'';
	position:absolute;
	width:20px;
	height:2px;
	background-color:#000;
	left:0;
	margin-left:0px;
	top:-20px;
}

.light-content .hero-subtitle:before {
	background-color:#fff;
}

#hero.has-image .hero-subtitle:before, .text-align-center .hero-subtitle:before {
	left:50%;
	margin-left:-10px;
}


.load-next-project .hero-subtitle {
	transform: translateY(10vh);
	-webkit-transform: translateY(10vh);
}

.scroll-down-wrap{
	opacity:0;
	transform: translateY(50px) scale(0.8);
	-webkit-transform: translateY(50px) scale(0.8);
	visibility:visible;
}

.scroll-down-wrap, .scroll-down-wrap.no-border {
	position:absolute;
	bottom:60px;
	left:0;
	width:60px;
	margin-left:5px;
	z-index:101;
	left:50%;
	margin-left:-26px;
}

.scroll-down-wrap.no-border .section-down-arrow{
	display:inline-block;
	width:49px;
	height:49px;
	color:#000!important;
	border:2px solid #000;
	text-align:center;
	line-height:50px;
	border-radius:100px;
	font-size:25px;
	-webkit-border-radius:100px;
	transition:opacity 0.4s ease;
	-webkit-transition:opacity 0.4s ease;
	overflow:hidden;
	margin-left:0px;
	left:0;
	opacity:0.6;
}

.light-content .scroll-down-wrap.no-border .section-down-arrow{
	color:#fff!important;
	border:2px solid #fff;
}

.scroll-down-wrap.no-border .section-down-arrow,.slider-down-arrow.no-border{
	border:none!important;
	overflow:visible;
	text-align:center;
	opacity:1;
	height:auto;
	bottom:13px;
	-webkit-animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
	animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
}

.nectar-scroll-icon-path{
	fill:transparent;
	stroke-width:2px;
	stroke-dashoffset:120;
	stroke-dasharray:120;
	-webkit-animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
	animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
}

.nectar-scroll-icon{
	width:30px;
	height:45px;
	text-align:center;
	cursor:pointer;
	position:relative;
	z-index:100;
}

.scroll-down-wrap.no-border .section-down-arrow:after,.slider-down-arrow.no-border:after{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	display:block;
	width:30px;
	height:45px;
	margin-left:-15px;
	border:2px solid rgba(0,0,0,0.5);
	border-radius:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:62;
}

.light-content .scroll-down-wrap.no-border .section-down-arrow:after, .light-content .slider-down-arrow.no-border:after{
	border:2px solid rgba(255,255,255,0.5);
}

.scroll-down-wrap.no-border:hover .section-down-arrow:before, .slider-down-arrow.no-border:hover:before{
	background-color:rgba(0,0,0,1);
}

.light-content .scroll-down-wrap.no-border:hover .section-down-arrow:before, .light-content .slider-down-arrow.no-border:hover:before{
	background-color:rgba(255,255,255,1);
}

.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path, .slider-down-arrow.no-border:hover .nectar-scroll-icon-path{
	stroke-dashoffset:0;
	-webkit-animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1);
	animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1)
}

@-webkit-keyframes mouse-scroll-btn-roll-over{
	0%{stroke-dashoffset:120}
	100%{stroke-dashoffset:0}
}

@keyframes mouse-scroll-btn-roll-over{
	0%{stroke-dashoffset:120}
	100%{stroke-dashoffset:0}
}

@-webkit-keyframes mouse-scroll-btn-roll-out{
	0%{stroke-dashoffset:0}
	100%{stroke-dashoffset:-120}
}

@keyframes mouse-scroll-btn-roll-out{
	0%{stroke-dashoffset:0}
	100%{stroke-dashoffset:-120}
}

.scroll-down-wrap.no-border .section-down-arrow:before,.slider-down-arrow.no-border:before{
	position:absolute;
	content:'';
	display:block;
	left:50%;
	margin-left:-1px;
	top:22px;
	background-color:rgba(0,0,0,0.5);
	width:2px;
	height:6px;
	border-radius:10px;
	transition:background-color .55s cubic-bezier(.5,.1,.07,1);
	-webkit-animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
	animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
}

.light-content .scroll-down-wrap.no-border .section-down-arrow:before, .light-content .slider-down-arrow.no-border:before {
	background-color:rgba(255,255,255,0.5);
}

@-webkit-keyframes trackBallSlide{
	0%{
		opacity:1;
		-webkit-transform:scaleY(1) translateY(-10px);
		transform:scaleY(1) translateY(-10px);
	}
	45%{
		opacity:0;
		-webkit-transform:scaleY(0.5) translateY(13px);
		transform:scaleY(0.5) translateY(13px);
	}
	46%{
		opacity:0;
		-webkit-transform:scaleY(1) translateY(-10px);
		transform:scaleY(1) translateY(-10px);
	}
	65%,100%{
		opacity:1;
		-webkit-transform:scaleY(1) translateY(-10px);
		transform:scaleY(1) translateY(-10px);
	}
}

@keyframes trackBallSlide{
	0%{
		opacity:1;
		-webkit-transform:scaleY(1) translateY(-10px);
		transform:scaleY(1) translateY(-10px);
	}
	45%{
		opacity:0;
		-webkit-transform:scaleY(0.5) translateY(13px);
		transform:scaleY(0.5) translateY(13px);
	}
	46%{
		opacity:0;
		-webkit-transform:scaleY(1) translateY(-10px);
		transform:scaleY(1) translateY(-10px);
	}
	65%,100%{
		opacity:1;
		-webkit-transform:scaleY(1) translateY(-10px);
		transform:scaleY(1) translateY(-10px);
	}
}

@keyframes nudgeMouse{
	0%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	45%{
		-webkit-transform:translateY(8px);
		transform:translateY(8px);
	}
	65%,100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}
@-webkit-keyframes nudgeMouse{
	0%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
	45%{
		-webkit-transform:translateY(8px);
		transform:translateY(8px);
	}
	65%,100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}
}

/*--------------------------------------------------
	06. Main Content
---------------------------------------------------*/

#main {
	position:relative;
	opacity:0;
}

.load-project-page #main, .load-next-project #main {
	opacity:1;
}

#main-content {
	position:relative;
	opacity:1;
	z-index:10;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	background: #fff;
}

#main-page-content {
	position: relative;
	opacity: 0;
	margin:0 auto;
	margin-bottom:0;
	transform: translateY(15vh);
	-webkit-transform: translateY(15vh);
}

#main-page-content.project-page {
	margin-bottom: calc(48vh - 140px);
}



/*--------------------------------------------------
	07. Footer Elements
---------------------------------------------------*/

footer {
	position:relative;
	width:100%;
	height:140px;
	z-index:900;
	box-sizing:border-box;
	text-align:center;
	bottom:0;
	left:0;
}

footer.fixed {
	position:fixed;
}

#footer-container {
	padding: 0 80px;
	margin: 50px auto;
	height: 40px;
	opacity: 0;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
}

#counter-wrap {
	line-height: 30px;
	position: relative;
	width: 20px;
	margin: 0;
	text-align: center;
	bottom: 0;
	display: inline-block;
	height: 40px;
	line-height:40px;
	float: left;
	color:#000;
	font-size:12px;
	font-weight:600;
}

.light-content #counter-wrap {
	color:#fff;
}

#counter-wrap span:first-child {
	opacity:1;
}

#counter-wrap span {
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}

#counter-wrap::before {
	position: absolute;
	width:20px;
	top: 0;
	left:100px;
	content: attr(data-hover);
}

#counter-wrap:after {
	width: 40px;;
	height: 1px;
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.2);
	left: 40px;
	bottom: 20px;
	-webkit-transition: opacity 0.2s ease-in-out 0.2s;
	transition: opacity 0.2s ease-in-out 0.2s;
}

.light-content #counter-wrap:after {
	background-color: rgba(255,255,255,0.3);
}

.copyright-wrap {
	position:relative;
	float: left;
	color: #000;
	width: 270px;
	height: 80px;
	box-sizing: border-box;
	pointer-events:initial;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content .copyright-wrap {
	color: #fff;
}

.copyright-wrap:hover {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
}

.copyright-text {
	float: left;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	line-height: 40px;
}

.copyright-icon {
	float: left;
	width: 30px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	text-align: left;
	margin-right: 0px;
	transform: scale(1);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.copyright-icon i{
	font-size:13px;
}

.copyright-wrap:hover .copyright-icon {
	transform:scale(0);
	width:0;
	margin:0;
	overflow:hidden;

}

.copyright-icon:after, .copyright-text:after {
	content: "";
	clear: both;
	display: table;
}

.copyright {
	height: auto;
	line-height: 30px;
	position: relative;
	width: auto;
	margin:0 auto;
	margin-top: 10px;
	text-align: center;
	bottom: 0;
	display: table;
}

.copyright-wrap .copyright {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.copyright p {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 30px;
	box-sizing:border-box;
	padding-top:5px;
	position: relative;
	height: 40px;
	float: left;
	z-index: 2;
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
}

.light-content .copyright p {
	color: #fff;
}

.copyright-wrap .copyright p {
	opacity:0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.copyright-wrap:hover .copyright p {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
	opacity:1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.socials-wrap {
	position:relative;
	float: right;
	color: #000;
	width: 220px;
	height: 80px;
	box-sizing: border-box;
	pointer-events:initial;
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content .socials-wrap {
	color: #fff;
}

footer .socials-wrap {
	margin-top:0px;
}

.socials-wrap:hover {
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
}

.socials-text {
	float:right;
	font-size:12px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	line-height:40px;
}

.socials-icon {
	float:right;
	width:30px;
	height:40px;
	font-size:12px;
	line-height:40px;
	text-align:right;
	margin-left:10px;
	transform:scale(1);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials-icon {
	transform:scale(0);
	width:0;
	margin:0;
	overflow:hidden;

}

.socials-icon:after, .socials-text:after {
	content: "";
	clear: both;
	display: table;
}

.socials {
	height: auto;
	line-height: 30px;
	position: relative;
	width: auto;
	margin:0 auto;
	margin-top: 10px;
	text-align: center;
	bottom: 0;
	display: table;
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
}

.socials-wrap .socials {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.socials li {
	margin-right: 20px;
	margin-left: 0px;
	list-style: none;
	color: #999;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	float: left;
	z-index: 2;
	-webkit-transition: background 0.4s ease-in-out 0s;
	transition: background 0.4s ease-in-out 0s;
}

.socials-wrap .socials li {
	opacity:0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(4) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
	opacity:1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.socials-wrap:hover .socials li:nth-child(3) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	opacity:1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.socials-wrap:hover .socials li:nth-child(2) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	opacity:1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.socials-wrap:hover .socials li:nth-child(1) {
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	opacity:1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.socials li:last-child {
	margin-right: 0px;
}

.socials li a {
	color: #000;
	font-size:12px;
	font-weight: 600;
	display: block;
	height: 40px;
	width: 40px;

	line-height:40px;
	text-align:center;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.socials:hover li  a {
	opacity:0.3;
}

.socials li a:hover {
	color: #000;
	opacity:1;
}

.light-content .socials li a {
	color: #fff;
}

.light-content .socials:hover li  a {
	opacity:0.3;
}

.light-content .socials li a:hover {
	color: #fff;
	opacity:1;
}

.button-wrap {
	position:relative;
	float:left;
	cursor:pointer;
	left:-15px;
	pointer-events:initial;
}

.icon-wrap {
	width: 40px;
	height: 40px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float:left;
}

.button-icon {
	height: 25px;
	width: 14px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	font-size: 22px;
}

.button-text {
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height:40px;
	margin-left: 20px;
	overflow: hidden;
	width:70px;
	color:#fff;
	text-align:left;
	float: left;
}

.button-text span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	width:140px;
	transform-origin: 100% 0%;;
}

.button-text span::before {
	position: absolute;
	width:140px;
	top: 100%;
	left:0;
	content: attr(data-hover);
}

.button-wrap:hover .button-text span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transform-origin: 0% 0%;;
}


nav, nav.open {
	-webkit-transition: all 0s ease-in 0s;
	transition: all 0s ease-in 0s;
	background:transparent;
}


/*--------------------------------------------------
	08. Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {

	header {
		height: 80px;
	}

	#header-container {
		padding: 15px 60px;
		margin: 0 auto;
	}

	#footer-container {
		padding: 0 60px;
		margin: 40px auto;
	}

}


@media only screen and (max-width: 1024px) {

	.percentage {
		font-size:80px;
		line-height:120px;
	}

	header {
		height:80px;
	}

	#header-container {
		padding: 0;
		margin: 0 auto;
	}

	#logo {
		left: 50px;
	}

	#menu-burger {
		display: block;
		position: absolute;
		right: 50px;
		top: 32px;
	}

	nav {
		padding-top:80px;
	}

	.flexnav {
		box-sizing:border-box;
		padding:0 50px;
		background: transparent;
		-webkit-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	.flexnav li a, .flexnav li ul li a {
		background: transparent;
	}

	.flexnav li a {
		color: #999;
	}

	.flexnav li ul li a:hover, .flexnav li ul li a.active {
		color:#fff;
	}

	.flexnav li ul li a {
		border-top: 1px solid rgba(255,255,255,0.15);
	}

	.flexnav ul li ul li a {
		background: transparent;
	}

	.flexnav li ul li ul li a {
		padding: 20px 40px;
	}

	.flexnav li.link {
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}

	.flexnav li.link:last-child {
		border-bottom:none;
	}

	.flexnav a.link::before {
		display:none;
	}

	.flexnav .touch-button .navicon {
		font-style: normal!important;
	}

	#menu-burger span.touch-button {
		display:none;
	}

	.parallax-wrap {
		transform:none!important;
	}

	.parallax-element {
		transform:none!important;
	}

	#magic-cursor {
		display:none;
	}

	#hero.has-image #hero-styles {
		position: relative;
	}

	#hero-caption, #hero-image-parallax, #hero-bg-image {
		transform:none!important;
	}

	#hero-caption {
		padding: 180px 50px 180px 50px;
	}

	.hero-title, .light-content h1.hero-title {
		font-size: 60px;
		line-height: 70px;
	}

	.scroll-down-wrap, .scroll-down-wrap.no-border {
		bottom: 40px;
	}

	.full .container {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.container {
		padding: 0 50px;
	}

	#footer-container {
		padding: 0 50px;
	}

	.nav-height {
		overflow-y: scroll;
		position: relative;
		height: 100%;
		padding: 40px 0;
		padding-right: 30px;
		width: calc(100% + 30px);
		box-sizing: border-box;
	}

	nav {
		height: 100vh;
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		box-sizing: border-box;
		visibility: visible;
		pointer-events:none;
		opacity:0;
		padding:20px 0;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}

	nav.open {
		visibility:visible;
		pointer-events:initial;
		opacity:1;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.flexnav {
		max-height: 2000px;
		-webkit-transition: all 0.2s ease-in 0.6s;
		transition: all 0.2s ease-in 0.6s;
	}

	.flexnav.flexnav-show {
		-webkit-transition: all .3s ease-out 0.2s;
		transition: all .3s ease-out 0.2s;
	}

	.flexnav li {
		text-align:center;
		line-height: 6vw;
		-webkit-transition: color .15s ease-out 0s;
		transition: color .15s ease-out 0s;
	}

	.flexnav:hover li  {
		color:rgba(255,255,255,0.4)
	}

	.flexnav li:hover {
		color:rgba(255,255,255,1)
	}

	.flexnav .touch-button {
		width: 100%;
		display: block;
		height: calc(6vw + 20px);
	}

	.flexnav .touch-button .navicon {
		display:none;
	}

	.flexnav li.link {
		border-bottom: none;
	}

	.flexnav li a {
		font-weight: 700;
		font-family: 'Poppins', sans-serif;
		font-size: 6vw;
		padding:10px 0;
		color:inherit;
	}

	.light-content .flexnav li a {
		color: inherit;
	}

	.flexnav li ul {
		margin-bottom:20px;
	}

	.flexnav li ul:after {
		display:none;
	}

	.flexnav li ul li a {
		padding: 10px 0;
		font-size: 16px;
		font-weight: 500;
		line-height:20px;
		border-top: none;
	}

	#burger-wrapper {
		right: 2px;
		top:-4px;
	}

	.classic-menu #burger-wrapper {
		display:block;
	}

}


@media only screen and (max-width: 767px) {

	.percentage {
		font-size:60px;
		line-height:100px;
	}

	#logo {
		left: 40px;
	}

	#menu-burger {
		right: 40px;
	}

	.flexnav {
		padding: 0 40px;
	}

	.destory {
		display:none;
	}

	figcaption {
		background-color: rgba(0,0,0,0.3);
		bottom: 0px;
		font-size: 10px;
		padding: 5px 10px;
		right: 0px;
		border-radius: 0;
	}

	.one_half {
		width: 100%;
	}

	.one_half {
		padding-right: 0;
	}

	.one_half.last {
		padding-left: 0;
	}

	.one_third {
		width: 100%;
	}

	.one_fourth {
		width: 100%;
	}

	.one_fifth {
		width: 100%;
	}

	.one_sixth {
		width: 100%;
	}

	.two_fifth {
		width: 100%;
	}

	.two_fourth {
		width: 100%;
	}

	.two_third {
		width: 100%;
	}

	.three_fifth {
		width: 100%;
	}

	.three_fourth {
		width: 100%;
	}

	.four_fifth {
		width: 100%;
	}

	.five_sixth {
		width: 100%;
	}

	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		margin-bottom: 20px;
		margin-right: 0%;
	}

	.text-align-center p.title-has-line::after, #page-nav p.title-has-line::after {
		display:none;
	}

	p {
		font-size: 14px;
	}

	#hero-caption {
		padding: 160px 40px 160px 40px;
	}

	.hero-title, .light-content h1.hero-title {
		font-size: 40px;
		line-height: 50px;
	}

	.container {
		padding: 0 40px;
	}

	#footer-container {
		padding: 0 40px;
		margin: 10px auto;
		min-height: 40px;
		height:auto;
	}

	.copyright-wrap {
		height:40px;
		width:100%;
		float:none;
	}

	.copyright-wrap:hover {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	.copyright-icon, .copyright-text {
		display:none;
	}

	.copyright {
		margin-top: 0px;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.copyright-wrap .copyright p {
		opacity: 1;
		float:none;
		text-align:center;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	.socials-wrap {
		width: 150px;
		height:40px;
	}

	.centered .socials-wrap {
		float:none;
		margin:0 auto;
	}

	.socials-wrap:hover {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	.socials-icon, .socials-text {
		display:none;
	}

	.socials {
		margin-top: 5px;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.socials-wrap .socials li {
		opacity: 1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	.socials li {
		margin-right: 10px;
		line-height: 30px;
		height: 30px;
		width: 30px;
	}

}


@media only screen and (max-width: 479px) {

	hr {
		height: 10px;
	}

	#logo {
		left: 20px;
	}

	#menu-burger {
		right: 20px;
	}

	.flexnav {
		padding: 0 20px;
	}

	.row_padding_bottom {
		padding-bottom: 50px;
	}

	.row_padding_top {
		padding-top: 60px;
	}

	p.title-has-line::after {
		display:none;
	}

	#hero-caption {
		padding: 140px 20px 160px 20px;
	}

	.container {
		padding: 0 20px;
	}

	#footer-container {
		padding: 0 20px;
		margin: 10px auto;
		min-height: 40px;
		height:auto;
	}

	#counter-wrap::before {
		left: 80px;
	}

	#counter-wrap::after {
		width: 20px;
	}

	.button-text {
		margin-left: 0px;
	}




}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

	#rotate-device {
		display:block;
	}
}
/*#image-slider{*/
	/*opacity: 1!important;*/
/*}*/


/*  景区概况  */
.scenic-container{
	padding: 0 120px;
}
.scenic-container h2{
	font-size: 40px;
	color: #333!important;
	margin-bottom: 0;
	font-weight: normal;
}
.scenic-container>.dis{
	font-size: 14px;
	color: #666;
	margin-bottom: 35px;
}
.scenic-container ul{
	margin: 0 -30px;
}
.scenic-container li{
	width: 33.3333%;
	padding: 0 30px;
	box-sizing: border-box;
}
.infor-list .img{
	overflow: hidden;
	transition: all .5s;
	height: 25vh;
}
.infor-list li{
	margin-bottom: 0!important;
	padding: 30px;
}
.infor-list .img img{
	transition: all .5s;
	width: 100%;
}
.infor-list .img:hover img{
	transform: scale(1.2,1.2);
	transition: all .5s;
}
.infor-list .info-cont{
	padding: 15px;
	border: 1px solid #eee;
	border-top: 0;
	box-sizing: border-box;
}
.infor-list  .title a{
	font-size: 20px;
	color: #333;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.infor-list  .title{
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.infor-list  .title:hover a{
	color: #29a8df;
}
.infor-list  .dis a{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.infor-list  .dis{
	line-height: 22px;
	min-height: 45px;
}
.infor-list .more{
	vertical-align: middle;
	font-size: 14px;
	color: #999;
	margin: 15px 0;
	display: inline-block;
}
.infor-list .more:hover{
	color: #29a8df;
}
.infor-list .more i{
	vertical-align: middle;
	margin-top: -2px;
}
.infor-list .more span{
	vertical-align: middle;
}
.infor-list .summary{
	min-height: 56px;
}
.scenic-video{
	background: url(../upload/bg1.jpg) center center fixed;
	width: 100%;
	height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.scenic-video h2{
	font-size: 40px;
	font-weight: normal;
}
.scenic-video p{
	font-size: 14px;
	color: #fff;
	margin:20px 0 25px;
}
.scenic-video a:hover{
	text-decoration: underline;
}
.scenic-video a{
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
}
.scenic-video a img{
	vertical-align: middle;
}
.scenic-video a span{
	vertical-align: middle;
}
@media only screen and (max-width: 800px){
	#main-page-content{
		padding:0;
	}
	#main-page-content .infor-list li{
		width: 100%;
	}
	.vc_row{
		padding: 40px 0;
	}
	.scenic-container>.dis{
		margin-bottom: 0;
	}
	.infor-list li{
		padding: 12px 30px;
	}
}
@media only screen and (max-width: 450px){
	#main-page-content{
		padding:0;
	}
	#main-page-content .infor-list li{
		width: 100%;
	}
	.scenic-container{
		padding: 24px 0;
	}
	.more-lgh{
		top: 35px!important;
		right: 30px!important;
	}
	.scenic-container{
		padding:24px;
	}
}
.scenic-meg{
	padding: 120px;
	background: #f5f5f5;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.scenic-meg .meg-list{
	margin: 0 -30px;
}
.scenic-meg .meg-list>li{
	padding: 0 30px;
	width: 50%;
	box-sizing: border-box;
}
.scenic-meg .meg-list .img{
	overflow: hidden;
}
.scenic-meg .meg-list .cont{
	background: #fff;
	padding: 35px 20px 30px;
}

.scenic-meg .title{
	font-size: 36px;
	color: #333;
}
.scenic-meg .dis{
	font-size: 14px;
	color: #999;
	margin: 0;
	padding: 5px 0 25px;
	border-bottom: 1px solid #d5d5d5;
}
.meg-nav{
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: -20px;
}
.meg-nav li{
	padding: 0 10px 0;
	float: left;
	border-right: 1px solid #d5d5d5;
	color: #666;
}
.meg-nav li:last-child{
	border: 0;
}
@media only screen and (max-width: 1400px){
	.meg-nav{
		height: 60px;
	}
}
@media only screen and (max-width: 800px){
	.scenic-meg{
		padding: 40px;
		background: #f5f5f5;
	}
	.scenic-meg .meg-list>li{
		width: 100%;
		margin-bottom: 0;
	}
	.scenic-meg .meg-list>li+li{
		margin-top: 30px;
	}
	.scenic-video{
		height: 400px;
	}
}
@media only screen and (max-width: 450px){
	.scenic-meg{
		padding: 24px;
	}
}

/* 页脚 */
.footer{
	background: #000;
	padding: 80px;
	text-align: center;
}
.footer .name{
	font-size: 14px;
	color: #999;
	float: left;
	margin-top: 20px;
}
.foot-center{
	display: inline-block;
}
.foot-nav{
	margin: 0;
	padding-left: 20px;
}
.foot-nav li{
	font-size: 14px;
	color: #999;
	padding: 0 20px;
	border-right: 1px solid #999;
	margin-bottom: 20px;
}
.foot-nav li:last-child{
	border: 0;
}
.foot-nav li a{
	color: #999;
}
.foot-nav li a:hover{
	text-decoration: underline;
}
.foot-img{
	margin-top: 20px;
	position:relative;
}
.foot-img i{
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #1d1d1d;
	line-height: 50px;
	cursor: pointer;
	font-size: 32px;
}
.foot-img .wx-icon{
	display: inline-block;
	position:absolute;
	top:-130px;
	width: 90px;
	height:90px;
	padding: 10px;
	background: #fff;
	left:-28px;
	z-index: 1000;
	display: none;
}
.foot-img .wb-icon{
	left:25px;
}
.foot-img .wx-icon:after{
	content: '';
	position: absolute;
	border-top:8px solid #fff;
	border-left: 7px solid transparent;
	border-right:7px solid transparent;
	left: 46px;
	bottom: -7px;
}
.foot-img .wx:hover span{
	display: block;
	border-color:#FFF;
	color: #fff;
}
.foot-img .wb:hover span{
	display: block;
	border-color:#FFF;
	color: #fff;
}
.foot-img .wx:hover,
.foot-img .wb:hover{
	/*border-color:#FFF;*/
	color: #fff;
}
.foot-center p a{
	color: #666;
}
.foot-center p a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 500px){
	.footer .name,.foot-nav,.foot-img{
		display: none;
	}
	.footer{
		padding: 24px;
	}
}
/* 活动庆典 */
.activity-content{
	padding: 0!important;
}
.activity-content .container{
	padding: 0!important;
}
.activity-slider .js_act{
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	text-align: left;
}
.activity-slider .js_act_img{
	width: 50%;
}
.activity-slider .js_act_img .left-img+.left-img{
	display: none;
}
.activity-slider li{
	position: relative;
}
.activity-slider .more i{
	width: 12px!important;
	display: inline;
	vertical-align: middle;
}
.activity-slider .more span{
	font-size: 14px;
	color: #666;
	vertical-align: middle;
}
.activity-slider .more{
	display: inline-block;
	margin-top: 40px;
}
.activity-slider .more:hover i,.activity-slider .more:hover span{
	color: #3d9eff;
}
.activity-slider .flexslider{
	border: 0;
}
.play-right-cont h2{
	font-size: 40px;
	font-weight: normal;
	color: #333!important;
}
.play-right-cont  .title{
	font-size: 30px;
	color: #333!important;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
}
.play-right-cont .summary{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 20px;
}
.activity-slider .flex-control-nav{
	text-align: left;
	bottom: 10%;
	padding-left: 112px;
	box-sizing: border-box;
}
.activity-slider .flex-control-paging li a{
	background: rgba(0,0,0,0);
	border: 1px solid #999;
	box-shadow: none;
}
.activity-slider .flex-control-paging li a.flex-active{
	border-color: #666;
}
.activity-slider .play-right-cont{
	padding:80px 120px;
}
@media only screen and (max-width: 1600px){
	.activity-slider .play-right-cont{
		padding: 24px 112px;
	}
}
@media only screen and (max-width: 1400px){
	.activity-slider .play-right-cont{
		padding: 40px;
	}
	.activity-slider .flex-control-nav{
		text-align: left;
		bottom: 5%;
		padding-left: 40px;
		box-sizing: border-box;
	}
	.activity-slider .more{
		display: inline-block;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 500px){
	.vc_row{
		padding: 0;
	}
	.activity-slider .left-img{
		display: none;
	}
	.activity-slider .play-right-cont{
		width: 100%;
		position: static;
		padding: 24px;
		box-sizing: border-box;
	}
	.activity-slider .play-right-cont h2{
		font-size: 32px;
	}
	.activity-slider .js_act{
		width: 100%;
		position:static;
		box-sizing: border-box;
		margin-bottom: 20px!important;
	}
	.activity-slider .js_act_img{
		display: none;
	}
	.activity-slider .flex-control-nav{
		text-align: center;
		bottom: 2%;
		padding-left: 40px;
		box-sizing: border-box;
		display: none;
	}
	.activity-slider .more{
		display: inline-block;
		margin-top: 20px;
	}
	.play-right-cont .summary{
		height: 80px;
	}
}
.activity-container{
	padding:80px 112px 80px!important;
	background: #fff;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.more-lgh{
	position: absolute;
	right: 120px;
	top:20%;
	font-size:32px;
	color: #999;
}
.more-lgh:hover{
	color: #29a8df;
}
.activity-container .more-lgh{
	position: absolute;
	right: 112px;
	top:10%;
}
@media only screen and (max-width: 500px){
	.activity-container{
		padding:24px 24px 48px!important;
		margin-top: -32px;
	}
	.activity-container .more-lgh{
		position: absolute;
		right: 24px;
		top:10%;
	}
	.activity-container li{
		width: 100%;
	}
}



/*  白鶴灘満喫 */
.play-lgh{
	padding: 0;
}
.trip-way{
	background: #f5f5f5;
	padding:120px;
	text-align: left;
	position: relative;
	width: 100%;
	overflow:hidden;
	box-sizing:border-box;
}
.trip-way h2{
	font-size:40px;
	font-weight:400;
	color: #333!important;
}
.trip-way .dis{
	font-size: 14px;
	color: #666;
}
.trip-way .more-lgh{
	position: absolute;
	right: 130px;
	top:150px;
}
.way-list{
	margin:40px -30px 0;
}
.way-list li{
	width: 33.3333%;
	padding:0 30px;
	box-sizing: border-box;
}
.way-list li .list-in{
	background:#fff;
	padding:55px 30px;
}
/*.way-list li .list-in .img{*/
	/*height: 24vh;*/
/*}*/
.way-list .list-in .title{
	font-size: 20px;
	color: #333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.way-list .list-in .title:hover a{
	color: #29a8df;
}
.way-list .list-in .summary{
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.marT30{
	margin-top: 30px;
}
.comm-more{
	vertical-align: middle;
	font-size: 14px;
	color: #999;
	display: inline-block;
}
.comm-more span,.comm-more i{
	vertical-align: middle;
}
.comm-more:hover{
	color: #29a8df;
}
.play-center{
	width: 100%;
	display: flex;
	background: url(../upload/bg2.jpg) center top fixed;
	height:560px;
	align-items: center;
	text-align: center;
}
.play-center>div{
	width: 100%;
}
.play-center .title{
	font-size: 40px;
	color: #fff;
}
.play-center .summary{
	font-size: 14px;
	color: #fff;
	margin-top: 40px;
}
.play-center li{
	display: inline-block;
	width:120px;
	height: 120px;
	background: rgba(255,255,255,.1);
	text-align: center;
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,.3);
	margin: 70px 50px 0;
}
.play-center li .name{
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}
.play-center li img {
	margin-top: 20px;
}
.play-note{
	background: #fff;
	padding:120px 120px 60px;
	text-align: left;
	position: relative;
	width: 100%;
	overflow:hidden;
	box-sizing:border-box;
}
.play-note h2{
	font-size:40px;
	font-weight:400;
	color: #333!important;
}
.play-note .dis{
	font-size: 14px;
	color: #666;
}
.play-note .more-lgh{
	position: absolute;
	right: 130px;
	top:150px;
	font-size: 32px;
}

.play-note .note-list{
	margin: 30px -30px 0;
}
.play-note .note-list li{
	width: 33.33%;
	padding: 0 30px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.play-note .note-list li .img{
	width: 100%;
	/*height: 23vh;*/
}
.play-note .note-list .note-cont{
	border:1px solid #eee;
	border-top: 0;
	padding:30px 20px;
}
.play-note .note-list .title{
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.play-note .note-list .title:hover a{
	color: #29a8df;
}
.play-note .note-list .summary{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.play-note .note-list .img{
	overflow: hidden;
}
.play-note .note-list .img img{
	transition: all .5s;
}
.play-note .note-list .img img:hover{
	transform: scale(1.3,1.3);
}
@media only screen and (max-width: 800px){
	.trip-way{
		padding: 24px;
	}
	.trip-way .more-lgh{
		right: 30px;
		top: 35px;
	}
	.way-list{
		margin:20px -30px 0;
	}
	.way-list li{
		width: 100%;
		margin-bottom: 14px;
	}
	.icon-ul{
		overflow:hidden;
		overflow-x: scroll;
	}
	.icon-ul::-webkit-scrollbar{
		display: none;
	}
	.play-center{
		height: 360px;
	}
	.play-center .title .eat{
		display: none;
	}
	.play-center ul{
		margin: 0;
		text-align: left;
		width: 830px;
	}
	.play-center .title{
		line-height: 50px;
		padding: 0 15px;
	}
	.play-center li{
		display: inline-block;
		width:120px;
		height: 120px;
		background: rgba(255,255,255,.1);
		text-align: center;
		border-radius: 3px;
		border: 1px solid rgba(255,255,255,.3);
		margin: 20px 20px 0;
	}
	.play-note{
		background: #fff;
		padding:24px 24px 0;
		text-align: left;
		position: relative;
		width: 100%;
		overflow:hidden;
		box-sizing:border-box;
	}
	.play-note .more-lgh{
		position: absolute;
		right: 35px;
		top:150px;
	}
	.play-note .note-list li{
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
		margin-bottom: 24px;
	}
	.play-center .summary{
		display: none;
	}
	.play-center .title{
		font-size: 34px;
	}
	.play-center .title span{
		display: block;
	}
	.play-list li{
		margin-bottom:0;
	}
	.play-list li+li{
		margin-top: 24px;
	}
}
.beauty-scenic li .list-in{
	padding: 0!important;
}
.beauty-scenic li .list-in .title{
	padding:24px 30px;
	font-size: 18px;
}
.beauty-scenic li .img{
	overflow: hidden;
}
.beauty-scenic li .img img{
	transition: all .5s;
}
.beauty-scenic li .img:hover img{
	transform: scale(1.3,1.3);
}

.beauty-list{
	padding: 0 330px;
	height: 720px;
	position: relative;
	overflow: hidden;
}
.beauty-list>.img{
	background: url(../images/beauty-bg.jpg) center top;
	height: 720px;
	width:100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100% 720px;
	-webkit-animation-name: scaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s;
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0%{
		transform: scale(1);  /*开始为原始大小*/
	}
	25%{
		transform: scale(1.1); /*放大1.1倍*/
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.1);
	}
}
.beauty-list-ul{
	margin: 0;
	height: 720px;
	width: 100%;
}
.beauty-list-ul li{
	position: relative;
	overflow: hidden;
}
.beauty-list-ul li:nth-child(odd){
	background: rgba(0,0,0,.12);
	width: 33.33%;
	height: 100%;
	margin: 0;
}
.beauty-list-ul li:nth-child(even){
	background: rgba(0,0,0,.05);
	width: 33.33%;
	height: 100%;
	margin: 0;
}
.lay-div{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 110px;
	box-sizing: border-box;
	cursor: pointer;
}
.lay-div p{
	font-size: 40px;
	color: #fff;
	margin-bottom: 15px;
}
.lay-up .img{
	background: url(../upload/01.png) center top;
	width: 100%;
	height: 500px;
}
.lay-up{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.lay-up a {
	display: block;
	width: 100%;
	height: 100%;
}
.lay-up .up-cont{
	background: #fff;
	padding: 40px 30px;
	height: 220px;
	box-sizing: border-box;
}
.lay-up .up-cont h2{
	font-size: 40px;
	color: #333!important;
	font-weight: normal;
	margin-bottom: 0;
}
.lay-up .up-cont h2 .cir{
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #c2c2c2;
	border-radius: 100%;
}
.lay-up .up-cont p{
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}
@media screen and (max-width: 1600px) {
	.lay-up .up-cont h2 {
		font-size: 24px;
	}
	.lay-up .up-cont p{
		margin-top: 0;
	}
	.lay-div > div {
		width: 100%;
	}
	.lay-div p{
		font-size: 24px;
	}
}
.beauty-list-ul li:hover .lay-up{
	top: 0;
	transition: all .5s;
}
.beauty-list-ul li:nth-child(2) .lay-up .img{
	 background: url(../upload/02.png) center top;
 }
.beauty-list-ul li:nth-child(3) .lay-up .img{
	background: url(../upload/03.png) center top;
}
.beauty-list-ul li:nth-child(4) .lay-up .img{
	background: url(../upload/04.jpg) center top;
}
/* 移动端 */
.beauty-mob{
	display: none;
}
.mob-list{
	margin: 0;
}
.mob-list li{
	position: relative;
	margin-bottom: 24px;
}
.mob-list li img{
	width: 100%;
}
.mob-list li .mob-cont{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.mob-list li .mob-cont h2{
	font-size: 36px;
	color: #fff;
}
.mob-list li .mob-cont p{
	font-size:24px;
	color: #fff;
}
@media only screen and (max-width: 1000px){
	.beauty-mob{
		display: block;
	}
	.beauty-list{
		display: none;
	}
}
.news-detail,
.common-detail{
	padding: 40px 120px;
	background: #f5f5f5;
}
.detail-content{
	padding: 24px;
	background: #fff;
}
.detail-content .title{
	border-bottom: 1px dashed #dcdbdb;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	color: #000!important;
	margin-top: 10px;
	line-height: 1.5;
	font-weight: normal;
}
.detail-content .title p{
	font-size: 15px;
	color: #999;
	margin-top:15px;
}
.common-detail p{
	color: #333;
}
.common-detail .title{
	text-align: center;
	line-height: 1;
	font-size: 28px;
	word-wrap: break-word;
	color: #000;
}
.common-detail .time{
	text-align: center;
	line-height: 20px;
	color: #666;
	margin-bottom: 20px;
}
.common-detail .content{
	padding-top: 20px;
	border-top: 1px dashed #ccc;
}
.sce-list{
	padding:40px 120px;
	background: #f5f5f5;
}
.sce-list .info-cont{
	background: #fff;
}
@media only screen and (max-width: 500px){
	.mob-list li .mob-cont h2{
		font-size: 22px;
		color: #fff;
		margin-bottom: 0;
	}
	.mob-list li .mob-cont p{
		font-size:16px;
		color: #fff;
	}
	.text-align-center .hero-title, #hero.has-image .hero-title{
		font-size: 32px!important;
	}
	.scenic-container h2,.trip-way h2,.scenic-video h2,.scenic-meg .title,
	.play-note h2
	{
		font-size: 32px;
	}
	.news-detail,.common-detail{
		padding:0;
	}
	.sce-list{
		padding: 12px 24px;
	}
}
.video-play{
	width: 600px;
	position: relative;
	z-index: 1001;
	overflow: hidden;
}
.video-play video{
	width: 100%;
}
.video-list{
	position: relative;
}
.video-list:hover .video-menu{
	opacity: 1;
	transition: all .2s;
}
.video-menu{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,164,192,.3);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all .2s;
}
.video-menu .daq img{
	width: 60px;
	color: #fff;
}
.video-box-lh{
	position: fixed;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
}
.video-in{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: url('../images/guanbi.png') 14 14, default;
	background: rgba(0,0,0,.5);
	width: 100%;
	height:100%
}
.video-play{
	width: 600px;
	position: relative;
	z-index: 1001;
	overflow: hidden;
}
.video-play video{
	width: 100%;
}

@media (max-width:1000px) {
	.video-play{
		width: 100%;
	}
}
@media (max-width:1200px){

	.video-dis{
		position: static;
	}
}



/* 聯係我們 */
.contact-map{
	height: 800px;
}
.contact-map .map{
	width: 100%;
	height: 100%;
}
@media (max-width:1000px){
	.contact-map{
		height: 500px;
	}
	.contact-map .map{
		width: 100%;
		height: 500px;
	}

}



/* 交通案内  */
.traffic-classify{
	margin: 0;
}
.traffic-classify li{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}
.traffic-classify div{
	width: 50%;
}
.traffic-classify .img img{
	width: 100%;
}
.traffic-right{
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 3vw 2vw;
	box-sizing: border-box;
}
.traffic-cont{
	top: 0;
	left: 0;
}
.traffic-right .title{
	font-size: 22px;
	color: #555;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.traffic-right .title a{
	color:#555;
}
.traffic-right .title a:hover{
	color:#29a8df ;
}
.traffic-right .line{
	display: inline-block;
	width:60px;
	height: 1px;
	background: #999;
	margin: 1vw 0;
}
.traffic-right .summary a{
	font-size: 14px;
	color: #888;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 22px;
}
.traffic-right .more{
	display: inline-block;
	width: 134px;
	height: 34px;
	border:1px solid #999;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #555;
	margin-top: 4vw;
	vertical-align: middle;
	position: relative;
	z-index: 2;
}
.traffic-right .more span{
	position: relative;
	z-index: 3;
}
.traffic-right .more:after{
	content: "";
	position: absolute;
	z-index: 1;
	right: 0%;
	width: 0%;
	bottom: 0;
	height: 100%;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.traffic-right .more:hover{
	border: 1px solid #29a8df;
	color: #fff;
	position: relative;
}
.traffic-right .more:hover span{
	color: #fff;
}
.traffic-right .more:hover:after {
	width: 100%;
	left: 0%;
	background: #29a8df;
}
.traffic-detail{
	background: #f5f5f5;
	padding: 30px;
}
.traffic-title{
	font: normal 20px "Microsoft YaHei";
	color: #29a8df;
	height: 40px;
	border-bottom: 1px solid #e9e9e9;
	margin-top: 48px;
}
.traffic-detail .traffic{
	background: #fff;
	padding:24px;
	margin: 0;
}
.traffic-detail .traffic li{
	width: 100%;
	padding: 0;
}
.traffic-detail .traffic-content{
	padding: 24px 0;
}
@media (max-width:1000px){
	.traffic-classify .img{
		width: 100%;
		float: left;
	}
	.traffic-right{
		position: static;
		width: 100%!important;
		float: left;
		padding: 5vw 24px;
	}
	.traffic-classify li+li{
		margin-top: 24px;
	}
	.traffic-detail{
		padding: 0;
	}
	.traffic-title{
		margin-top: 0px;
	}
}

.line-list-inside .title{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.line-list-inside .title:hover{
	color: #29a8df;
}
.line-list-inside .cont{
	background: #fff;
	padding:24px;
}


/*  基本サービス */
.basic-cont{
	padding: 0 120px;
	background: #f5f5f5;
	overflow:hidden;
}
.basic-title{
	margin:20px 0;
	background: #fff;
	padding:15px 0;
}
.basic-title label{
	width: 100px;
	height: 26px;
	line-height:26px;
	color:#000;
	font-size: 14px;
	margin-left:24px;
}
.basic-name-list{
	margin: 0;
}
.basic-name-list li{
	padding: 0 10px;
	cursor: pointer;
	color: #666;
	word-wrap: break-word;
	border-radius: 2px;
	background: #fff;
	transition: all .25s ease 0s;
	margin: 0 5px;
	line-height:26px;
}
.basic-name-list .on{
	background: #29a8df;
	color:#fff;
}
.basic-name-list li:hover{
	background: #29a8df;
	color:#fff;
	transition: all .25s ease 0s;
}
.js_list{
	width: 30%;
	border:1px solid #eee;
	padding-left:10px;
	box-sizing:border-box;
	height: 687px;
}
.js_list .page-up,.js_list .page-down{
	display:none;
}
.left-list{
	margin: 0;
	padding-bottom: 20px;
	width: 100%;
}
.basic-list{
	padding: 24px;
	background:#fff;
}
.left-list li{
	width: 100%;
	height: 110px;
	font-family: Microsoft YaHei;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.left-list li:hover .name{
	color:#29a8df;
}
.left-list li .name{
	font-weight: 700;
	color: #444;
	padding-top:20px;
}
.left-list li .title{
	width: 100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right-map{
	width: 70%;
	height: 687px;
}
@media (max-width:1000px){
	.basic-cont{
		padding: 0 24px
	}
	.js_list{
		width:100%;
		float: none;
	}
	.right-map{
		width:100%;
		float: none;
	}
	.basic-name-list{
		margin-left: 18px;
		margin-top: 5px;
	}
	.basic-list .page > .page-down, .page > .page-up {
		opacity: 1;
		display: block;
		float: left;
	}
	}

.hotel-detail-cont{
	background: #fff;
}
.hotel-pic{
	position: relative;
}
.hotel-pic-left{
	width: 60%;
	padding-right:15px;
	background: #fff;
	box-sizing: border-box;
}
.hotel-pic-left img{
	width: 100%;
}
.hotel-pic-right{
	width: 40%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 60%;
	background: #f5f5f5;
	border-radius: 5px;
}
.hotel-price{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30%;
	background: #29a8df;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.hotel-price .price{
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.hotel-price .price .num{
	font-size: 60px;
}
.hotel-pic-right>p{
	font-size: 14px;
	color:#666;
	margin-left: 5%;
	margin-top:1vw;
}
.hotel-pic-right .tel{
	margin-top: 2vw;
}
.btn-price{
	display: inline-block;
	width:150px;
	height: 40px;
	line-height:40px;
	text-align: center;
	border: 1px solid #00a4c0;
	background: #00a4c0;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	margin-left:5%;
	margin-top: 3vw;
	position: relative;
}
.btn-price:hover{
	background: #fff;
	color: #00a4c0;
}
.btn-price:hover .pay-img{
	display: block;
}
.pay-img{
	width: 100px;
	height: 100px;
	position:absolute;
	top:-35px;
	left: 160px;
	display: none;
}

.hotel-dis{
	padding:2% 4vw;
	background: #fff;
}
.hotel-dis .title{
	font-size:26px;
	color: #333;
	margin-bottom: 20px;
}
.hotel-around{
	padding:2% 140px;
	background: #fff;
}
.hotel-around .title{
	font-size:26px;
	color: #333;
	margin-bottom:12px;
}
.hotel-around-list{
	margin: 0 -12px;
}
.hotel-around-list li{
	width: 33.3333%;
	padding: 12px;
	box-sizing: border-box;
}
.hotel-cont-around{
	position:relative;
	overflow: hidden;
}
.hotel-around-list img{
	width: 100%;
	transition:  all .3s;
}
.hotel-around-list .name{
	position:absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size:20px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hotel-cont-around:hover img{
	transform: scale(1.1,1.1);
	transition:  all .3s;
}
@media (max-width:1200px){
	.hotel-pic-left{
		width: 100%;
		float: left;
		padding:0;
	}
	.hotel-pic-right{
		position: static;
		width: 100%!important;
		float: left;
		padding-bottom: 20px;
		margin-top: 2%;
	}
	.hotel-price .price .num{
		font-size: 40px;
	}
	.hotel-price{
		padding: 20px 0;
	}
	.hotel-around-list li{
		width: 100%;
		padding: 12px;
		box-sizing: border-box;
	}
	.hotel-detail-cont,
	.hotel-dis,
	.hotel-around{
		padding: 2%;
	}
	.hotel-dis .title{
		margin-top: 20px;
	}
	.hotel-dis img{
		width: 100%;
	}
	.news-content .news-bg{
		padding:20px;
		box-sizing: content-box;
	}
	.news-content{
		padding: 0;
	}
	.news-banner{
		width: 100%;
		height:100px;
		margin-top: 80px;
		position: relative;
		overflow: hidden;
	}
	.news-title .title{
		margin-top: 40px;
	}
}
.banner img{
	width: 100%;
}

.video-play {
	width: auto;
}
.video-play video {
	width: auto;
	max-height: 800px;
	max-width: 1000px;
}



.head-other {
	float: right;
	height: 40px;
	margin: 5px 0 0 50px;
	padding: 10px 0 4px 0;
	position: relative;
	border-left: medium none;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 15px;
	display: block;
	/*overflow: hidden;*/
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.search-btn img{
	width: 33px;
}
.lang {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}
.lang ul {
	-webkit-transform: translate3d(0px, 20px, 0px);
	transform: translate3d(0px, 20px, 0px);
	display: block!important;
	opacity: 0!important;
	height: inherit!important;
	overflow: visible!important;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50px;
	z-index: 1;
	width: 120px;
	margin-left: -60px;
	padding-top:20px;
	background: #000;
	border-radius:3px;
	-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out!important;
}
.lang:hover ul {
	-webkit-transform: translate3d(0px, 0, 0px);
	transform: translate3d(0px, 0, 0px);
	opacity: 1!important;
	visibility: visible;
}
.lang ul:after {
	display: block;
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-style: solid;
	border-width: 0 10px 9px;
	border-color: transparent transparent #000;
}
.lang ul li {
	text-align: center;
}
.lang ul li a {
	padding: 0 20px 20px;
	background-color: transparent;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: none;
	color: #aaa!important;
	text-align: center;
}
.lang ul li a:hover {
	color: #fff!important;
}

/* 搜索样式 */
@font-face {
	font-family: 'daq';  /* project id 752693 */
	src: url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.eot');
	src: url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.woff') format('woff'),
	url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_752693_qs1h9xzxpi.svg#daq') format('svg');
}

.web-iconfont{
	font-family:"daq" !important;
	font-size:16px;font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
#search-btn:hover {
	/*color: #e68109;*/
	cursor: pointer;
}

.nav-search-down {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	transform: translateX(-100%);
	transition: all .3s linear;
}
.nav-search-down.active {
	transform: translateX(0);
}
.nav-search-down .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 101;
	display: block;
	color: #fff;
	font-size: 32px;
	transition: all .3s linear;
	cursor: pointer;
	opacity: 1;
}
.nav-search-down .close-btn:hover {
	transform: rotate(180deg);
}
.nav-search-down .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nav-search-down .center img {
	display: block;
	margin: 0 auto;
}
.nav-search-down .input-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	overflow: hidden;
}
.nav-search-down input {
	padding: 0 20px;
	float: left;
	display: block;
	width: 680px;
	height: 60px;
	background: #fff;
	border: none;
	outline: none;
}
.nav-search-down input::placeholder {
	color: #999;
}
.nav-search-down .search-btn {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	background: #f77800;
	cursor: pointer;
	transition: all .3s linear;
}
.nav-search-down .search-btn:hover {
	background: rgba(247, 120, 0, 0.8);
}