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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 100;
  font-style: normal;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'FuturaLight';
  src: url('../font/futura-light-web.eot') format('embedded-opentype'), url('../font/futura-light-web.woff') format('woff');
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: 'LindbergLight';
  src: url('../font/LINDBERG-light-web.eot') format('embedded-opentype'), url('../font/LINDBERG-light-web.woff') format('woff');
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: 'ERASDEMI';
  src: url('../font/ERASDEMI.TTF') format('truetype');
  font-weight: normal;
  font-display: block;
  font-style: normal;
}
body,
* {
  font-family: 'ERASDEMI';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
strong,
b,
.medium {
  font-weight: normal;
  font-family: 'FuturaMedium';
}
.lindberg {
  font-family: 'LindbergLight';
}
strong .lindberg,
strong.lindberg,
b .lindberg,
b.lindberg,
.medium .lindberg,
.medium.lindberg,
c.lindberg {
  font-family: 'LindbergMedium';
}
.storeList ul li{
	margin:1%;
	float:left;
	text-align:center;
	background:#fff;
	padding:5px 8px;
	border-radius:5px;
}
.storeList ul li a{
	display:block;
}
#coi-cookie * {
  box-sizing: border-box;
  line-height: normal;
}
#coi-cookie {
  box-sizing: border-box;
  background-color: white;
  border-top: 1px solid #dddddd;
  width: 100%;
  position: fixed;
  z-index: 2147483645;
  bottom: 0px;
  left: 0;
  padding: 20px;
  height: auto;
  color: black;
  display: flex;
  justify-content: space-between;
  overflow-y: auto;
  

}
@media only screen and (max-width: 730px) {
  #coi-cookie {
    flex-direction: column;
  }
}
#coi-cookie > div:last-child {
  display: none;
}
#coi-cookie .c-button,
#coi-cookie .c-decline {
  border-radius: 25px;
  border: 1px solid black;
  padding: 12px 24px;
  background-color: white;
  color: black;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: futuramedium;
  cursor: pointer;
}
#coi-cookie .c-header {
  font-family: futuramedium;
  margin-bottom: 20px;
  font-size: 1.5em;
}
#coi-cookie #c-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  float: left;
}
@media only screen and (max-width: 730px) {
  #coi-cookie #c-left {
    max-width: 100%;
    float: none;
  }
}
#coi-cookie #c-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  float: right;
}
#coi-cookie #c-right button {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 731px) {
  #coi-cookie #c-right button {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 730px) {
  #coi-cookie #c-right {
    float: none;
    margin: 30px 0 10px 0;
  }
}
#coi-cookie .c-message {
  font-size: 1em;
}
#coi-cookie .c-message div:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 730px) {
  #coi-cookie .c-message {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
#coi-cookie a {
  font-family: futuramedium;
}
html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: visible;
  

}
body {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background: #041c2c;
}
header {
  position: fixed;
  width: 100%;
  z-index: 1500;
  top: 0px;
  

}
header #snip {
  position: relative;
  top: 34px;
  float: right;
  width: 34px;
  height: 30px;
  background:none;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-indent: 1999px;
  margin-right:10px;
}
header #snip:before,
header #snip:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 38px;
  height: 34px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
  font-size: 29px;
}
header #snip:before {
  background:url(../../../hh.png) center 3px no-repeat;
}
.nav-open header #snip:before {
  transform: scaleX(0);
}
header #snip:after {
  background:url(../../../ss.png) center 3px no-repeat;
  transform: scale(0) rotate(45deg);
}
.nav-open header #snip:after {
  transform: none;
  visibility: visible;
}
header #snip:after,
.nav-open header #snip:before {
  transition: transform 0.5s;
}
header #snip:before,
.nav-open header #snip:after {
  transition: transform 0.5s 0.1s;
}
header #changeLanguage {
  position: relative;
  top: 34px;
  float: left;
  background: none;
  z-index: 10000;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 0;
  margin-left: 10px;
  padding: 8px 4px;
  

}
header #changeLanguage img {
  display: block;
  height: 18px;
  cursor: pointer;
}
header #logo {
  z-index: 100000;
  position: relative;
  top: 24px;
  float: left;
  height: 34px;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: right 1s, transform 1s;
  transform: none;
  max-width: 305px;
}
header #logo img{
    
}
@media screen and (max-width: 600px) {
  .nav-open header #logo {
    transform: translateX(-270px);
  }
  header #logo img{
	  height:32px;
	  margin-top: 10px;
  }
}
#web {
  position: relative;
  z-index: 1000;
  transition: 1s;
  display: block;
  overflow: hidden;
  min-height: 100vh;
  width: 100%;
  

}
#web > :nth-child(1) {
  margin-top: 75px;
}
.nav-open #web {
  transform: translateX(-270px) !important;
}
#web:after,
#web section:after {
  content: "";
  display: table;
  clear: both;
}
#web #lookbook {
  margin-top: 0px;
}
#web #lookbook .swiper-slide {
  padding: 0px;
}
.icp-license {
  position: fixed;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px;
  z-index: 10000;
}
.icp-license span {
  color: white;
  font-size: 0.7rem;
}
.icp-license span a {
  color: white;
}
.icp-license span a:hover,
.icp-license span a:active,
.icp-license span a:visited {
  text-decoration: none;
}
.webDealerSearch .icp-license {
  height: auto;
  bottom: auto !important;
  top: 0;
}
a {
  color: #0f1542;
  text-decoration: none;
}
a:hover {
  color: #4453c4;
  text-decoration: underline;
}
i,
cite,
em {
  font-style: italic;
}

#banner,
#banner .background {
  position: absolute;
}
#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 1s, opacity 0.5s linear, transform 1s;
  left: 0;
  transform: none;
}
.nav-open #overlay {
  transform: translateX(-286px);
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear, opacity 0.5s linear, transform 1s;
}
#language {
  width: inherit;
  position: fixed;
  max-height: 0px;
  margin-top: 88px;
  z-index: 1000;
}
#language:hover,
#language.open {
  transition-delay: 0;
  max-height: 238px;
}
#language .selectedLanguage {
  max-height: 68px;
  padding: 34px 0 0 90px;
  font-size: 18px;
  border-width: 0;
  display: block;
  visibility: inherit;
  pointer-events: all;
  opacity: 1;
  background: #2e2e2e;
  position: fixed;
  top: 0;
  height: 68px;
}
#language a {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  text-align: left;
  height: 34px;
  line-height: 34px;
  border: 1px solid rgba(237, 240, 249, 0.06);
  border-width: 1px 1px 0 0;
  position: relative;
  text-decoration: none;
  background: inherit;
  width:50%;
  float: left;
  text-align:center;
}
#language a:last-child,#language a:nth-last-child(1),
#language a:nth-last-child(2),#language a:nth-last-child(3){
  border-width: 1px 1px 1px 0;
}
#language a:nth-child(1) {
  transition-delay: 0.45s, 0s;
}
#language a:nth-child(2) {
  transition-delay: 0.4s, 0s;
}
#language a img {
  height: 13px;
  padding: 0 10px;
  vertical-align: middle;
  opacity: 0.8;
}
#language a span {
  position: absolute;
  right: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  display: none;
}
#language a:hover,
#language a.open {
  color: white;
}
#language a:hover img,
#language a.open img {
  opacity: 1;
}
#language:hover a,
#language.open a {
  -webkit-backdrop-filter: blur(4px);
  opacity: 1;
}
#language:hover a:nth-child(1),
#language.open a:nth-child(1) {
  transition-delay: 0.05s, 0s;
}
#language:hover a:nth-child(2),
#language.open a:nth-child(2) {
  transition-delay: 0.1s, 0s;
}
#language:hover a:nth-child(3),
#language.open a:nth-child(3) {
  transition-delay: 0.15s, 0s;
}
#language:hover a:nth-child(4),
#language.open a:nth-child(4) {
  transition-delay: 0.2s, 0s;
}
#language:hover a:nth-child(5),
#language.open a:nth-child(5) {
  transition-delay: 0.25s, 0s;
}
#language:hover a:nth-child(6),
#language.open a:nth-child(6) {
  transition-delay: 0.3s, 0s;
}
#language:hover a:nth-child(7),
#language.open a:nth-child(7) {
  transition-delay: 0.35s, 0s;
}
#language:hover a:nth-child(8),
#language.open a:nth-child(8) {
  transition-delay: 0.4s, 0s;
}
#language:hover a:nth-child(9),
#language.open a:nth-child(9) {
  transition-delay: 0.45s, 0s;
}
#language:hover a:nth-child(10),
#language.open a:nth-child(10) {
  transition-delay: 0.5s, 0s;
}
a.login {
  
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' style='fill:none;stroke:%23FFFFFF;stroke-width:20;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none' viewBox='0 0 420 420'><path d='m 226.19946,16.656571 a 473.96004,333.37897 0 0 1 0,387.232509 M 59,333.21514 a 260,260 0 0 1 302,0 M 197.17143,14.79354 a 477.24462,335.68933 0 0 0 0,389.91607 M 209,15 a 195,195 0 1 0 2,0 z m 1,0 V 405 M 405,210 H 15 M 59,92.669492 a 260,260 0 0 0 302,0 M 361,330'></path></svg>");
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' style='fill:%23FFFFFF' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve'><path d='M384,243.5V159c0-70.688-57.313-128-128-128S128,88.313,128,159v84.5c-10.75,3.5-21.5,7.125-32,11.5v192 c102.406,42.656,217.594,42.656,320,0V255C405.5,250.625,394.75,247,384,243.5z M288,415h-64l11.938-71.625	C228.813,337.5,224,328.938,224,319c0-17.688,14.313-32,32-32s32,14.313,32,32c0,9.938-4.813,18.5-11.938,24.375L288,415z	 M352,234.719c-63.156-15-128.813-15-192,0V159c0-52.938,43.063-96,96-96s96,43.063,96,96V234.719z'/></svg>");
  background-repeat: no-repeat;
  background-position: 255px 14px;
  background-size: 16px 16px;
}
a.login:hover {
  color: white;
}
.LoginMaster #navigation {
  background: transparent;
}
.LoginMaster #navigation .selectedLanguage {
  background: inherit;
}

video::-internal-media-controls-download-button {
      display:none;
}
video::-webkit-media-controls-enclosure {
      overflow:hidden;
}
video::-webkit-media-controls-panel {
      width: calc(100% + 30px); 

}
.vido-page{
	width: 100%;
	height: 100%;
	position: relative;
	overflow:hidden;
}
.vido-page-main{
	width: 100%;
	height: calc(100% - 00px);
	overflow: hidden;
}
.vido-page-main video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vido-page .vido-page-inf{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	color: #ccc;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.vido-page .vido-page-inf h3{
	font-size: 85px;
	line-height: 150px;
	font-weight: bold;
}
.vido-page .vido-page-inf h6{
	line-height: 60px;
	font-weight: normal;
	font-size: 24px;
	font-family: arial;
	text-transform: uppercase;
}
.vido-page .vido-page-inf p{
	padding: 22px 0;
}
.vido-page .vido-page-inf p span{
	margin: 0 auto;
	height: 70px;
	background-color: #990000;
	color: #fff;
	line-height: 70px;
	border-radius: 35px;
	display: inline-block;
	padding: 0 84px;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
}

#navigation {
  visibility: hidden;
  display: flex;
  position: fixed;
  width: 290px;
  height: 100%;
  background: #5e5e5e;
  -webkit-backdrop-filter: blur(4px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  transition: visibility 0s;
  transition-delay: 1s;
  right:0;
  z-index:999;
}
#navigation nav.level-1 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 70px;
}
#navigation nav.level-1 > a:last-child {
  border: none;
  box-shadow: none;
}
.nav-open #navigation {
  width: 270px;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#navigation nav {
  width: 100%;
}
#navigation nav a {
  width: 100%;
  display: block;
  line-height: 45px;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  max-height: 45px;
  border-bottom: 1px solid rgba(87, 87, 87, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);
}
#navigation nav a span.number {
  font-size: 17px;
}
#navigation nav a.precious {
  color: rgba(166, 152, 102, 0.9);
}
#navigation nav a:hover,
#navigation nav a.selected,
#navigation nav a.open {
  color: white;
}
#navigation nav a:hover.precious,
#navigation nav a.selected.precious,
#navigation nav a.open.precious {
  color: #a69866;
}
#navigation nav.open a {
  transform: translateX(0);
}
#navigation nav > a {
  transition: max-height 0.4s, border 0.4s, box-shadow 0.4s, color 0.4s;
}
#navigation nav:not(.open) > a,
#navigation nav:not(.open) > a.precious {
  max-height: 0;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}
#navigation nav.level-1 {
  display: block;
  text-indent: 60px;
  height: auto;
}
#navigation nav.level-2 {
  text-indent: 80px;
}
#navigation nav.level-3 {
  text-indent: 60px;
}
.scroll-arrow {
  position: absolute;
  cursor: pointer;
  bottom: 40px;
  left: 0;
  right: 0;
  animation: scrollAnimation 2s infinite linear;
  z-index: 2000;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAASCAYAAAA+PQxvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMzQTc4NEIwQ0EwRTExRTNBM0IxOTEzOEU1QkU4NTlGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMzQTc4NEIxQ0EwRTExRTNBM0IxOTEzOEU1QkU4NTlGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0QxQkRFRjVDQTA5MTFFM0EzQjE5MTM4RTVCRTg1OUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0QxQkRFRjZDQTA5MTFFM0EzQjE5MTM4RTVCRTg1OUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5o7/35AAAAkUlEQVR42sTUDQqAIAwF4DztzrTTGoZB2Jxvmz+BiIHvfYaUcs5X8OE6UyQkBSHcrOkEhDvvaSeEhWKOYDwQrdCNsUKQIhfGArEUmDEoxHNK0x4EErmE8N4RhCf8I6AMDTIDAWf1IDMRUKYEWYEYZreQlQi14wvZgeh2vZCdCBFTICcQf0z5IgVT5xPj6b4FGACJVbhEuyOj2QAAAABJRU5ErkJggg==') no-repeat 50% 50%;
  height: 40px;
}
.scroll-arrow.alternate {
  opacity: 0;
  animation: scrollAnimationAlt 2s infinite linear;
}
@keyframes scrollAnimation {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translate(0, -30px);
  }
}
.scroll-arrow.v2 {
  animation: scrollArrowV2 2s infinite linear;
}
@keyframes scrollAnimationAlt {
  0% {
    opacity: 0.5;
    transform: translate(0, 0);
  }
  50% {
    opacity: 0;
    transform: translate(0, -30px);
  }
  51% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 0.5;
    transform: translate(0, 0);
  }
}
#web .wechat {
  cursor: pointer;
}
#web .wechatbarcode {
  position: fixed;
  top: 0px;
  display: none;
  z-index: 1200;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
}
#web .wechatbarcode img {
  pointer-events: all;
}
#banner {
  width: 100vw;
  height: 100vh;
  position: relative;
  background: none;
  pointer-events: none;
}
#banner .background {
  position: fixed;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, filter 0.5s;
  z-index: 2;
  overflow: hidden;
}
.nav-open #banner .background {
  transform: translateX(290px);
}
#banner .background,
#banner .background > div {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#banner .background > div {
  filter: blur(10px);
}
#banner .background.loaded {
  filter: none;
}
#banner .description {
  pointer-events: all;
  position: absolute;
  width: 298px;
  top: 75px;
  right: 20px;
  color: gray;
  color: rgba(128, 128, 128, 0.7);
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  z-index: 5;
}
.handheld #banner .description {
  display: none;
}
#banner .description a {
  color: #0f1542;
  text-decoration: none;
}
#banner .description a span {
  text-transform: lowercase;
}
.social {
  pointer-events: all;
  position: absolute;
  top: 140px;
  right: 66px;
  z-index: 2000;
}
.social img.social-icon {
  width: 22px;
  margin-top: 10px;
  margin-left: 12px;
  margin-right:10px;
}
.social > div {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.md-preloader {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-top: -35.5px;
  margin-left: -35.5px;
  transition: opacity 1s;
}
.md-preloader {
  font-size: 0;
  display: inline-block;
  animation: outer 6600ms linear infinite;
}
.md-preloader svg {
  animation: inner 1320ms linear infinite;
}
.md-preloader svg circle {
  fill: none;
  stroke: white;
  stroke-linecap: square;
  animation: arc 1320ms cubic-bezier(0.8, 0, 0.4, 0.8) infinite;
}
@keyframes outer {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes inner {
  0% {
    transform: rotate(-100.8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes inner {
  0% {
    transform: rotate(-100.8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes arc {
  0% {
    stroke-dasharray: 1 210.48670779px;
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dasharray: 151.55042961px, 210.48670779px;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 1 210.48670779px;
    stroke-dashoffset: -151.55042961px;
  }
}
@media only screen and (max-width: 561px) {
  #web .wechatbarcode {
    width: 100%;
    right: initial;
    margin-right: initial;
    z-index: 10000;
    text-align: center;
  }
}
.WebFrontPage #web {
  padding-top: 0px;
  min-height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.WebFrontPage #frontpage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  font-size: 0;
  display: flex;
  justify-content: space-around;
  max-width: 860px;
  width: 100%;
  margin: 1% auto;
}
.WebFrontPage #frontpage a {
  position: relative;
}
.WebFrontPage #frontpage a:hover {
  text-decoration: none;
}
.WebFrontPage #frontpage img {
  width: 100%;
  padding: 4%;
}
.WebFrontPage #frontpage label {
  position: absolute;
  top: 18px;
  left: 18px;
  color: #c0bfbf;
  font-size: 25px;
  text-transform: lowercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.WebFrontPage.handheld #frontpage label {
  top: 13px;
  left: 13px;
  font-size: 3vw;
}
.WebFrontPage #frontpage a:hover label {
  color: white;
}
.WebFrontPage .scroll-arrow {
  visibility: hidden;
}
.WebShowroom #content,
.WebShowroomSection #content {
  -webkit-backdrop-filter: blur(4px);
  background: linear-gradient(to bottom, rgba(25, 25, 25, 0.8) 0, #191919 356px);
  

}
.WebShowroom article,
.WebShowroomSection article {
  max-width: 1024px;
  margin: 0 auto;
}
.WebShowroom section,
.WebShowroomSection section {
  position: relative;
}
.WebShowroom section .item,
.WebShowroomSection section .item {
  position: absolute;
  outline: none;
}
.WebShowroom .item a,
.WebShowroomSection .item a,
.WebShowroom .item a:hover,
.WebShowroomSection .item a:hover,
.WebShowroom .item a:visited,
.WebShowroomSection .item a:visited {
  text-decoration: none;
  

}
.WebShowroom .item img,
.WebShowroomSection .item img,
.WebShowroom .item video,
.WebShowroomSection .item video {
  max-width: 100%;
  width: 100%;
}
.WebNewsList,
.WebNewsArticle {
  background: #f4f4f4;
}
.WebNewsList #web,
.WebNewsArticle #web {
  background: #f4f4f4;
}
#news {
  max-width: 840px;
  margin: 0 auto 0 auto;
  padding-top: 10px;
  

  

  

}
#news a {
  color: #646464;
  text-decoration: none;
}
#news a:hover {
  color: #f38d1f;
}
#news a.prev {
  display: block;
  margin-top: 10px;
  margin-bottom: 100px;
  float: left;
  clear: both;
}
#news a.prev::before {
  display: inline-block;
  margin-right: 10px;
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="29px" height="4px" viewBox="0 0 29 4" enable-background="new 0 0 29 4" xml:space="preserve"><polygon fill="#9B9B9B" points="7,0 7,3 29,3 29,4 0,4 "/></svg>');
}
#news a.prev:hover::before {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="29px" height="4px" viewBox="0 0 29 4" enable-background="new 0 0 29 4" xml:space="preserve"><polygon fill="#F38D1F" points="7,0 7,3 29,3 29,4 0,4 "/></svg>');
}
#news a.next {
  display: block;
  margin-top: 10px;
  float: right;
}
#news a.next::after {
  display: inline-block;
  margin-left: 10px;
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="29px" height="4px" viewBox="0 0 29 4" enable-background="new 0 0 29 4" xml:space="preserve"><polygon fill="#9b9b9b" points="29,4 0,4 0,3 22,3 22,0 "/></svg>');
}
#news a.next:hover::after {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="29px" height="4px" viewBox="0 0 29 4" enable-background="new 0 0 29 4" xml:space="preserve"><polygon fill="#F38D1F" points="29,4 0,4 0,3 22,3 22,0 "/></svg>');
}
.handheld #news a.prev,
.handheld #news a.next {
  font-size: 14px;
  padding: 10px;
}
#news article {
  font-size: 20px;
  color: #646464;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.handheld #news article {
  width: 100%;
}
#news article .date {
  margin-top: 50px;
  width: 20%;
  text-align: center;
  font-size: 15px;
  float: left;
  display: none;
}
#news article .date span {
  display: block;
  font-size: 25px;
}
.handheld #news article .date span {
  display: inline-block;
}
.handheld #news article .date {
  position: static;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}
.handheld #news article .date span {
  font-size: 15px;
}
#news article:first-child .article,
#news article:first-child .teaser {
  border-top-width: 0;
}
#news article .article,
#news article .teaser {
  float: right;
  width: 80%;
  max-width: 660px;
  line-height: 28px;
  margin-bottom: 20px;
  border: 0 solid #d5d5d5;
  border-top-width: 1px;
  margin-top: 20px;
  padding-top: 20px;
}
#news article .article img,
#news article .teaser img,
#news article .article video,
#news article .teaser video,
#news article .article iframe,
#news article .teaser iframe {
  max-width: 100%;
}
#news article .article h2,
#news article .teaser h2 {
  font-size: 25px;
  margin: 0 0 20px 0;
}
#news article .article p,
#news article .teaser p {
  margin: 0 0 10px 0;
}
#news article .article img,
#news article .teaser img {
  margin: 0 0 15px 0;
}
.handheld #news article .article,
.handheld #news article .teaser {
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
}
.handheld #news article .article h2,
.handheld #news article .teaser h2 {
  font-size: 16px;
  line-height: 20px;
}
.handheld #news article .article p,
.handheld #news article .teaser p {
  margin: 0 0 6px 0;
  font-size: 14px;
  line-height: 18px;
}
#news article .article blockquote,
#news article .teaser blockquote {
  quotes: '\201D' '\201E';
  margin: 30px 60px;
}
#news article .article blockquote p,
#news article .teaser blockquote p {
  font-size: 110%;
  line-height: 140%;
}
.handheld #news article .article blockquote p,
.handheld #news article .teaser blockquote p {
  font-size: 18px;
  line-height: 24px;
}
#news article .article blockquote,
#news article .teaser blockquote,
#news article .article blockquote p,
#news article .teaser blockquote p,
#news article .article blockquote span,
#news article .teaser blockquote span {
  font-style: italic;
  color: #888888;
}
#news article .article blockquote:before,
#news article .teaser blockquote:before {
  content: open-quote;
  display: block;
  position: absolute;
  
  font-size: 4em;
  
  
  margin-top: 30px;
  margin-left: -60px;
  color: #cccccc;
}
#news article .article blockquote:after,
#news article .teaser blockquote:after {
  content: close-quote;
  display: none;
  color: #cccccc;
}
#news article .info {
  border: 1px solid #bababa;
  margin: 0 0 50px 19%;
  border-width: 1px 0;
  font-size: 18px;
  clear: both;
}
#news article .info span {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border: 0 solid #bababa;
  padding: 0 10px;
}
#news article .info span.tags {
  border-right-width: 1px;
}
#news article .info span.share {
  border-left-width: 1px;
  float: right;
}
.handheld #news article .info {
  font-size: 12px;
  margin: 0 0 40px 0;
}
.handheld #news article .info span {
  height: 20px;
  line-height: 20px;
}
#news article .more-content {
  display: none;
}
#news article.open .more-content {
  display: block;
}
#news article a.readmore {
  display: block;
  margin-top: 10px;
  color: #f38d1f;
  transition: all 0.2s;
}
#news article a.readmore::after {
  display: inline-block;
  margin-left: 10px;
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="29px" height="4px" viewBox="0 0 29 4" enable-background="new 0 0 29 4" xml:space="preserve"><polygon fill="#F38D1F" points="29,4 0,4 0,3 22,3 22,0 "/></svg>');
}
#news article a.readmore:hover {
  transition: all 0.2s;
  margin-left: 5px;
}
#news article a.readmore:hover::after {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="29px" height="4px" viewBox="0 0 29 4" enable-background="new 0 0 29 4" xml:space="preserve"><polygon fill="#F38D1F" points="29,4 0,4 0,3 22,3 22,0 "/></svg>');
}
#news article.open a.readmore {
  display: none;
}
.WebJobList,
.webJobs,
.WebJob,
.webJobDetails,
.WebJobList #web,
.webJobs #web,
.WebJob #web,
.webJobDetails #web {
  background: #f4f4f4;
}
#jobs {
  max-width: 900px;
  margin: 60px auto 0 auto;
  padding: 12px;
  background: #f4f4f4;
  color: #505050;
}
#jobs a {
  color: #646464;
  text-decoration: none;
}
#jobs a:hover {
  color: #f38d1f;
}
#jobs article {
  width: 70%;
  max-width: 600px;
  padding-bottom: 40px;
  display: block;
  float: right;
  line-height: 1.6rem;
}
#jobs article .image {
  padding-bottom: 20px;
}
#jobs article .image img {
  width: 100%;
}
#jobs article h1 {
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
#jobs article h2 {
  margin: 30px 0 10px 0;
  font-size: 20px;
  line-height: 30px;
  color: #373737;
}
#jobs article p {
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0;
}
#jobs article p a {
  white-space: nowrap;
}
#jobs article .about p {
  font-size: 15px;
  line-height: 22px;
}
#jobs article ul,
#jobs article ol {
  margin: 0 0 12px 0;
}
#jobs article ul li,
#jobs article ol li {
  font-size: 16px;
  line-height: 19px;
  list-style-type: none;
  margin: 0 0 10px 30px;
  text-indent: -5px;
}
#jobs article ul li:before,
#jobs article ol li:before {
  content: "–";
  position: relative;
  left: -5px;
}
#jobs article ul li p,
#jobs article ol li p {
  display: inline;
  margin: 0;
  padding: 0;
}
#jobs article video {
  max-width: 100%;
}
#jobs article .me-plugin,
#jobs article .me-plugin embed {
  width: 600px;
  height: 338px;
}
#jobs article .apply {
  height: 3.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
#jobs article .apply a {
  padding: 10px 20px;
  position: relative;
  background: #165fa7;
  cursor: pointer;
  color: white;
}
#jobs aside {
  float: left;
  width: 25%;
}
#jobs aside h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 10px 0;
}
#jobs aside ul li {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 14px;
}
#jobs aside ul li.medium {
  padding-top: 14px;
}
.handheld #jobs {
  margin-top: 60px;
}
.handheld #jobs article,
.handheld #jobs aside {
  width: 100%;
  float: none;
}
.handheld #jobs article p {
  font-size: 12px;
  line-height: 16px;
}
.handheld #jobs aside {
  margin-top: 30px;
}
.handheld #jobs aside ul li {
  font-size: 14px;
  line-height: 20px;
}
#jobs section.job-apply-form {
  padding-top: 20px;
}
.WebContact,
.WebGridArticle,
.WebContact #web,
.WebGridArticle #web {
  background: #333333;
}
#contact {
  max-width: 840px;
  margin: 80px auto 0 auto;
  padding: 20px;
}
#contact h2 {
  font-size: 40px;
  color: gray;
  margin-bottom: 35px;
}
#contact img {
  max-width: 100%;
  margin-bottom:0px;
}
#contact p {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 14px;
}
#contact a {
  color: #646464;
  text-decoration: none;
}
#contact a:hover {
  color: #f38d1f;
}
#Events img{
    margin:0;
}
.WebCelebList [ng\:cloak],
.WebCelebList [ng-cloak],
.WebCelebList [data-ng-cloak],
.WebCelebList [x-ng-cloak],
.WebCelebList .ng-cloak,
.WebCelebList .x-ng-cloak {
  display: none !important;
}
body.WebCelebList,
.WebCelebList #web {
  background: #f4f4f4;
}
.WebCelebList h1 {
  font-size: 40px;
  padding: 20px 0 15px 0;
  margin: 1.5%;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.2;
  z-index: 157;
}
.WebCelebList #celeb-overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.WebCelebList #celeb-overlay .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.WebCelebList #celeb-overlay .box {
  position: fixed;
  top: 190px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
.handheld .WebCelebList #celeb-overlay .box {
  top: 50px;
}
.WebCelebList #celeb-overlay .box h2 {
  background: rgba(17, 19, 44, 0.7);
  color: white;
  font-size: 22px;
  padding: 15px;
}
.WebCelebList #celeb-overlay .box .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../image/CloseIcon.png) no-repeat 50% 50%;
  background-size: 15px 15px;
  border: none;
  outline: none;
  cursor: pointer;
}
.WebCelebList #celeb-overlay .box .info {
  padding: 7.5px;
  background: rgba(255, 255, 255, 0.9);
}
.WebCelebList #celeb-overlay .box .info img.portrait {
  float: left;
  padding: 7.5px;
  width: 30%;
}
.WebCelebList #celeb-overlay .box .info .col {
  float: right;
  width: 70%;
  padding: 7.5px;
}
.WebCelebList #celeb-overlay .box .info .col p {
  font-size: 16px;
  color: black;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 4px;
}
.WebCelebList #celeb-overlay .box .info .col hr {
  clear: both;
  padding: 0;
  margin: 10px 0;
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.WebCelebList #celeb-overlay .box .info .col label,
.WebCelebList #celeb-overlay .box .info .col h3 {
  float: left;
  clear: left;
}
.WebCelebList #celeb-overlay .box .info .col label {
  font-size: 12px;
  color: #999999;
  margin-bottom: 4px;
}
.WebCelebList #celeb-overlay .box .info .col h3 {
  font-size: 16px;
}
.WebCelebList #celeb-overlay .box .info .col div.btn {
  font-size: 12px;
  display: block;
  float: right;
  text-decoration: none;
  padding: 8px 8px;
  background: rgba(14, 19, 67, 0.2);
  color: white;
  border-radius: 3px;
  font-weight: normal;
  font-family: 'FuturaMedium';
  cursor: pointer;
}
.WebCelebList #celeb-overlay .box .info .col div.btn:hover {
  background: #0e1343;
}
.WebCelebList #celeb-overlay .box .info .col img.model {
  margin-top: 15px;
}
.WebCelebList .list {
  font-size: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
}
.handheld .WebCelebList .list,
.tablet .WebCelebList .list {
  width: 100%;
}
.WebCelebList .list h2.label {
  padding: 10px;
  font-size: 16px;
}
.WebCelebList .list .item {
  display: inline-block;
  cursor: pointer;
  background: white;
  max-width: 225px;
  margin: 15px;
}
.WebCelebList .list .item img {
  width: 100%;
}
.tablet.landscape .WebCelebList .list .item {
  width: 22%;
  margin: 1.5%;
}
.tablet.portrait .WebCelebList .list .item,
.handheld.landscape .WebCelebList .list .item {
  width: 30%;
  margin: 1.66667%;
}
.handheld.portrait .WebCelebList .list .item {
  width: 46%;
  margin: 2%;
}
.WebCelebList .list .item .info {
  padding: 10px 15px 15px 15px;
  max-width: 236px;
}
.WebCelebList .list .item .info h2 {
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.handheld .WebCelebList .list .item .info h2 {
  font-size: 16px;
  line-height: 20px;
}
.WebCelebList .list .item .info h3 {
  font-weight: normal;
  font-family: 'FuturaMedium';
  font-size: 16px;
  color: #a1a4b8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.WebCelebList .list .item:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.WebCelebList .right-col {
  
  top: 34px;
  margin: 0 0;
  text-align: center;
  padding: 0;
  position: relative;
}
.WebCelebList .right-col input[type=text] {
  list-style: none;
  border: none;
  outline: none;
  font-size: 20px;
  padding: 4px 16px 5px 16px;
  color: #666666;
  margin: 0 0 10px 44px;
  width: 100%;
  background: white url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQzODcyOEE2RjNBMTFFNEJCRkI5ODY4QjUxQjU4MDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQzODcyOEI2RjNBMTFFNEJCRkI5ODY4QjUxQjU4MDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTNEOEUwOTZGMzYxMUU0QkJGQjk4NjhCNTFCNTgwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTNEOEUwQTZGMzYxMUU0QkJGQjk4NjhCNTFCNTgwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoKh/I8AAAImSURBVHja3JfdcYMwDIAplwW8AhnBfcwjjEBHICPACDBCPEIyQvOYx3qEsgIjEPsq7qgPC/mHNKnu1NyllvzFlmTpbRzH5NklTV5AXgJyp//cbrdY/jKlHD5N6ZVK+CTL4XD4gQwUprQCzQjrNehFqVA6bH3dGq5W+q20JQImcNIt2NXgZxNIvdEXbMYCfmQLfnhsyAocZxHj+BP8RoHUjk4bJDADv5U1ux2ueA2wh6SQRlIwsC9XbqAFW+kDqTc5I//XQA1krE0usKZCYnk60Xef68bKiwSnguhLwHqJ3FjtCslMIwOwcC3QsL5AQH+VppR4isxyxR/UgmyxP1rsGcQvGbK0fN95nODSTXTI4ZAgmaXQDg4xSInRwRKbjALJkUwdIkFqP1dsf1/IPokrMgTS1Wmyhb9/3ZlnkTmCuqD+QZAM298XsowMWWKxmhICerCcZB4JMEdmop4akxekrYoh7dq+FEgR0F+uyQlJGuECKZEXIaRTPyEjg5jnA7UEHVe6pLPDQDY10BWypvOpk2zlrS5noy0njLJYdWjMqkIZHzhMc4zwQ2rQwXjqOPGkxVLrtosEuATsWqKELazSDQB9pMPiPvUEnFr/0JZtmnUa17ebAljA9ew9YXuw2yPlzRqTVEBpxJIA23z2zGULT9wV1Kkf3QUCmkUfG6yC+0kWCPiQppc/KyDlxflzwDnkUjA/BaCZOAU8+jlkYhNxtg6SuwADADZGkFsap3HiAAAAAElFTkSuQmCC') no-repeat 96% 50%;
  background-size: 17px 17px;
  display: none;
}
.WebCelebList .right-col .clear {
  position: absolute;
  border: none;
  outline: none;
  top: 0;
  right: 0;
  width: 40px;
  height: 45px;
  background: white url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAmCAYAAABH/4KQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc4MTE4ODM3MTdCMTFFNEJDQjBGMjU3QzM5NDU2QzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc4MTE4ODQ3MTdCMTFFNEJDQjBGMjU3QzM5NDU2QzciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzgxMTg4MTcxN0IxMUU0QkNCMEYyNTdDMzk0NTZDNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzgxMTg4MjcxN0IxMUU0QkNCMEYyNTdDMzk0NTZDNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvjgNbcAAAFhSURBVHja7NhBboMwEAVQY0XNpZB6gvYkaRY4x4hZtL4JV+BS7YZgySgWwu739whlgSUvksDkMTEzJs00TepVh1YvPA4cO07rN8Zx3B3Rtm1V5i7zNJWGLsThM5eAfc+zCa8tCfPnLaXBSay5NexOZLCLLqgJ8S61uDVMEcBuI9MwMIX7SsBKgCazBCBgCveWgSFAEz7PDR//zOD8Fd+An20LiMBUiG/ZNccAxWBIKbER4D/g+zw/pGBoEUYzKAor6RAoUAxW2vhrgMUwZlfCACkYu2XyXzSAxw4sjMUZcPEvN4nZC4fWMbYX0zgGVgXUO8BooBaEDdJALQTz5eKzYrNQjGOauJUEakGYkgamcH/RwwhT+RGgj//L4H7mec0AkZZkM5mZQnzHrjmXAJb0yn4DCMGQu3UNZJp4DIRh6EP1Euhc0cT7aC079KQTeJxT9aMvPaE5/jw8cAfuOR4CDAAKQmT27EypwgAAAABJRU5ErkJggg==') no-repeat 50% 50%;
  background-size: 20px 20px;
  cursor: pointer;
  display: none;
}
.WebCelebList .right-col ul {
  font-size: 0;
  padding: 0 315px 20px 44px;
}
@media (max-width: 840px) {
  .WebCelebList .right-col ul {
    padding: 54px 44px;
  }
}
.WebCelebList .right-col ul li {
  list-style: none;
  display: inline-block;
  background: white;
  font-size: 18px;
  padding: 8px 10px;
  color: #666666;
  
  margin: 0 5px 10px 5px;
  cursor: pointer;
}
.WebCelebList .right-col ul li:hover,
.WebCelebList .right-col ul li.selected {
  background: #0e1242;
  color: white;
}
.handheld .WebCelebList .right-col,
.tablet .WebCelebList .right-col {
  width: 97%;
  margin: 10px 1.5%;
  text-align: center;
}
.handheld .WebCelebList .right-col input[type=text],
.tablet .WebCelebList .right-col input[type=text],
.handheld .WebCelebList .right-col button.clear,
.tablet .WebCelebList .right-col button.clear {
  display: none;
}
.partners #snip,
.partners #changeLanguage {
  top: 34px;
}
.partners #web {
  width: 100%;
  padding-top: 0px;
}
.partners #web > :nth-child(1) {
  margin-top: 0px;
}
.partners #web > .content {
  margin-top: 102px;
}
.partners .partner-bg {
  position: fixed;
  width: 100%;
  height: 102px;
  background-color: transparent;
  box-shadow: none;
  z-index: 1000;
}
.partners #language {
  top: 44px;
}
.partners #language .selectedLanguage {
  top: 34px;
}
@media screen and (max-width: 561px) {
  .partners ul.login li:last-child span {
    display: none;
  }
}