body {
	font-family: 'open_sanssemibold', sans-serif;
	color: #000;
	font-size: 14px;
}
.video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #000;
	display: flex;
	align-items: center;
    justify-content: center;
    text-align: center;
}
.video video {
	width: 100%;
	height: auto;
	display: block;
}
.video a {
	color: #fff;
	background: #000;
	padding: 10px;
	font-size: 15px;
}
.video div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	line-height: 1;
}
.bkg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
}
.bkg .left {
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: url(../_images/home-new.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bkg .right {
	position: fixed;
	top: 0;
	left: 50%;
	background: #7fa8d4;
	width: 50%;
	height: 100%;
}
.bkg .full {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../_images/home-2022.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .75;
}
header.main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
}
header.main h1 {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	margin-top: -10%;
}
header.main h1 img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 400px;
	margin: 0 auto;
}
header.main nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: 10%;
}
header.main nav a {
	font-size: 8px;
	color: #000;
}
header.main nav ul ul a {
	background: #fff;
	white-space: nowrap;
}
header.main nav ul ul a:hover,
header.main nav ul ul a.actual {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	color: #777;
}
header.main ul {
	display: block;
	width: 100%;
	text-align: center;
}
header.main li {
	display: inline-block;
	margin: 0 2px 10px;
	position: relative;
}
header.main .lang {
	position: absolute;
	top: 10px;
	right: 0;
	width: 100%;
	z-index: 9998;
}
header.main .lang a {
	color: #000;
}
header.main .share {
	display: none;
}
header.main li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	padding: 24px 0 0;
}
header.main li:hover ul,
header.main li ul:hover {
	display: block;
}
header.main li li {
	display: block;
	margin: 0 0 10px !important;
}
article {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
}
article .left,
article .right {
	display: block;
	padding: 5%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
article p {
	line-height: 2;
	text-align: left;
}
#about p.cn,
#stockists p.cn {
	padding-top: 118px;
	color: #fff;
}
#stockists p {
	color: #000;
}
#stockists p a {
	color: #000;
}
#stockists p {
	text-align: left;
}
#about .left {
	background-image: url(../_images/about.jpg);
	margin-top: 140px;
}
#stockists .left {
	background-image: url(../_images/stockists.jpg);
	margin-top: 140px;
}
#contact .left {
	background-image: url(../_images/contact.jpg);
	min-height: 200px;
}
#contact p {
	color: #888;
}
#contact p strong {
	color: #000;
}
#contact a {
	color: #888;
}
.gallery .cycle-slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery .slide {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 60%;
}
.gallery .slide .desc {
	height: 100%;
	padding: 140px 30px;
	overflow: scroll;
	box-sizing: border-box;
}
.gallery .comand {
	position: fixed;
	z-index: 9900;
	bottom: 15px;
	right: 15px;
	background: #fff;
	padding: 5px;
}
.gallery .prev,
.gallery .next {
	width: 27px;
	height: 51px;
	display: block;
	float: left;
	margin-right: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 27px 51px;
	cursor: pointer;
}
.gallery .prev {
	background-image: url(../_images/left-black.png);
}
.gallery .next {
	background-image: url(../_images/right-black.png);
}
.gallery .prev:hover {
	background-image: url(../_images/left-blue.png);
}
.gallery .next:hover {
	background-image: url(../_images/right-blue.png);
}
.play-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
    justify-content: center;
    text-align: center;
}
.play-video video {
	width: 100%;
	height: auto;
	display: block;
	max-height: 100vh;
}
#press,
#celebrity {
	background: #eee;
	overflow: scroll;
}
#press ul,
#celebrity ul {
	margin: 0 auto;
	margin-top: 140px;
	max-width: 1300px;
}
#press li,
#celebrity li {
	position: relative;
}
#press li a,
#celebrity li a {
	display: block;
}
#press .image,
#celebrity .image {
	padding: 30px;
}
#press .image img,
#celebrity .image img {
	width: 100%;
	height: auto;
}
#press .hover,
#celebrity .hover {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	color: #000;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
    justify-content: center;
    text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
#press a:hover,
#celebrity a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#press a:hover .hover,
#celebrity a:hover .hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
#press .hover div,
#celebrity .hover div {
	width: 70%;
}
#press .hover h3,
#celebrity .hover h3 {
	display: block;
}
#press .hover span,
#celebrity .hover span {
	display: block;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #999;
}
.white-bg {
    width: 100vw;
    height: 140px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
#about .white-bg,
#ss2017 .white-bg,
#aw2016 .white-bg,
#ss2016 .white-bg,
#contact .white-bg,
#stockists .white-bg {
	background: white;
}
#press .white-bg,
#celebrity .white-bg {
	background: #eee;
	position: fixed;
}
.gradient-bg {
	width: 100vw;
    height: 170px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background: -o-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background: -moz-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
}

.fa {
	background: #000;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	margin: 0 0 10px;
}
.fa-facebook {
	width: 24px;
	padding-left: 12px;
}
.fa-instagram {
	width: 26px;
	padding-left: 10px;
}
.fa-weibo {
	width: 27px;
	padding-left: 9px;
}
.popup {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 10000;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
	left: 0;
	overflow-y: scroll;
	display: none;
	cursor: pointer;
}
.close-popup {
	background-color: #fff;
	color: #000;
	position: absolute;
	right: 5%;
	top: 0px;
	padding: 10px 10px 6px;
}
.popup img {
	width: 90%;
	height: auto;
	max-width: 600px;
	margin: 30px auto;
	display: table;
}
header.main ul.social {
	display: none;
}
header.main ul.social {
	position: absolute;
	right: 0;
	top: 8px;
	width: auto;
	display: block;
	z-index: 9999;
}
header.main ul.social li {
	margin: 0 10px 0 0;
}
header.main ul.social li .fa {
	background: transparent;
	padding: 0 !important;
	border-radius: 0;
	margin: 0;
	width: auto;
	color: #000;
}
header.main ul.social img {
	width: auto;
	height: 17px;
	position: relative;
	top: 1.5px;
}
.contacts-icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.contacts-icon img {
	width: auto;
	height: 37px;
	margin: 0 10px 0 0;
}

/* -------------------------------------------------- iPhone 6 */
@media only screen and (min-width: 375px) {
	header.main nav a {
		font-size: 10px;
	}
}
/* -------------------------------------------------- iPhone 6 Plus */
@media only screen and (min-width: 414px) {
}
/* -------------------------------------------------- iPhone 4 Landscape */
@media only screen and (min-width: 480px) and (orientation: landscape) {
	header.main h1 {
		left: 15%;
		width: 70%;
		margin-top: -7%;
	}
	header.main nav {
		margin-top: 7%;
	}
}
/* -------------------------------------------------- iPhone 5 Landscape */
@media only screen and (min-width: 568px) and (orientation: landscape) {
}
/* -------------------------------------------------- iPhone 6 Landscape */
@media only screen and (min-width: 667px) and (orientation: landscape) {
}
/* -------------------------------------------------- iPhone 6 Plus Landscape */
@media only screen and (min-width: 736px) and (orientation: landscape) {
}
/* -------------------------------------------------- iPad Portrait */
@media only screen and (min-width: 768px) {
	body {
		letter-spacing: 4px;
	}
	header.main h1 {
		margin-top: -6%;
	}
	header.main nav {
		margin-top: 6%;
	}
	header.main nav a {
		font-size: 12px;
	}
	header.main li {
		margin: 0 4px 10px;
	}
	#press ul,
	#celebrity ul {
		padding: 0 30px;
	}
	#press li,
	#celebrity li {
		float: left;
		width: 50%;
	}
	.gallery .comand {
		bottom: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.gallery .slide .desc {
		padding: 140px 95px;
	}
}
/* -------------------------------------------------- iPad Landscape */
@media only screen and (min-width: 1024px) {
	header.main h1 img {
		max-width: 502px;
	}
	header.main nav a {
		font-size: 14px;
	}
	article .left,
	article .right {
		position: fixed;
		width: 50%;
		padding: 0;
		height: 100%;
		/*
		top: 0;
		left: 0;
		min-height: 800px;
		*/
		overflow-y: scroll;
	}
	article .left::-webkit-scrollbar,
	article .right::-webkit-scrollbar {
		width: 0 !important
	}
	article .right {
		left: 50%;
	}
	#about p,
	#about p.cn,
	#stockists p,
	#stockists p.cn {
		padding: 200px 0 100px;
		width: 450px;
		margin: 0 auto;
		/*
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -235px 0 0 -225px;
		*/
		text-align: justify;
	}
	#stockists p {
		text-align: left;
	}
	#stockists p span {
		font-size: 11px;
	    letter-spacing: 0px;
	    line-height: 1.8;
	    display: block;
    }
	#contact p {
		/*
		padding: 0 0 50px 0;
		width: 450px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -112px 0 0 -225px;
		*/
		padding: 200px 0 100px;
		width: 450px;
		margin: 0 auto;
	}
	.gallery .slide p {
		position: absolute;
		top: 0;
		height: 100%;
		background-color: #fff;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.gallery .slide .left {
		left: 0;
		width: 50%;
		/*background-size: cover;*/
		background-size: auto 100%;
	}
	.gallery .slide .center {
		left: 50%;
		width: 25%;
		background-size: 75% auto;
	}
	.gallery .slide .right {
		left: 75%;
		width: 25%;
		background-size: 100% auto;
	}
	.gallery .slide .desc {
		left: 56%;
		width: 40%;
		text-align: justify;
		padding: 140px 30px;
	}
	.gallery .cycle-slideshow {
		width: 90%;
	}
	/*
	.gallery .comand {
		bottom: 8%;
		left: 75%;
	}
	*/
	#press li,
	#celebrity li {
		width: 25%;
	}
	.white-bg {
	    width: 50vw;
	}
	#press .white-bg,
	#celebrity .white-bg {
	    width: 100vw;
	}
	#about .left {
		margin-top: 0;
	}
	#stockists .left {
		margin-top: 0;
	}
}
/* -------------------------------------------------- 1300 */
@media only screen and (min-width: 1300px) {
	header.main li {
		margin: 0 10px 10px;
	}
	#press li,
	#celebrity li {
		width: 20%;
	}
}