* {
	margin:0;
}

body {
	font-family: 'Chelsea Market', cursive;
	color:#202020;
	background-position:top left;
	background-repeat:repeat;
	background-color:#ffffff;
	line-height:normal;
	background-image: url(./snow_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	position: relative;
}

.snow {
	background-color: transparent !important;
	opacity: 1 !important;
	z-index: 3;
	background-image: url(./snow1.png),url(./snow2.png),url(./snow3.png);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
#music-control {
  position: fixed;
  background: rgb(255, 255, 255);
  padding: 7px;
  bottom: 5px;
  right: 5px;
  z-index: 10000;
  /* border: 2px rgb(91, 164, 170) solid; */
  border-radius: 4px !important;
  color: #bd1f2e;
  text-align: center;
  opacity: 0.8;
  text-decoration: none;
  font-size: 12px;
}

#music-buttons {
  position: fixed;
  z-index: 10000;
  display: none !important;
  bottom: 5px;
  right: 100px;
}

*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
h1,h2,h3,h4,h5,h6 {
	font-weight:600;
}
img{max-width:100%;}
.header > img.bg{
	transition:all 5s ease-in-out 0s;
	-moz-transition:all 5s ease-in-out 0s;
	-webkit-transition:all 5s ease-in-out 0s;
	transform:scale(1.2);-webkit-transform:scale(1.2);transform:-moz-scale(1.2);
	
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	
	-webkit-animation-name: ui-zoom;
   animation-name: ui-zoom;
   
   -webkit-animation-delay: 1s;
   -webkit-animation-duration:6s;
   -webkit-animation-timing-function: linear;
   animation-delay: 1s;
   animation-duration:6s;
   animation-timing-function: linear;
}
.header:hover > img.bg{
}
@keyframes ui-zoom{
  0%{transform:scale(1);-webkit-transform:scale(1);transform:-moz-scale(1);}
  25%{transform:scale(1.05);-webkit-transform:scale(1.05);transform:-moz-scale(1.05);}
  50%{transform:scale(1.1);-webkit-transform:scale(1.1);transform:-moz-scale(1.1);}
  75%{transform:scale(1.15);-webkit-transform:scale(1.15);transform:-moz-scale(1.15);}
  100%{transform:scale(1.2);-webkit-transform:scale(1.2);transform:-moz-scale(1.2);}
}

@-webkit-keyframes ui-zoom{
  0%{transform:scale(1);-webkit-transform:scale(1);transform:-moz-scale(1);}
  25%{transform:scale(1.05);-webkit-transform:scale(1.05);transform:-moz-scale(1.05);}
  50%{transform:scale(1.1);-webkit-transform:scale(1.1);transform:-moz-scale(1.1);}
  75%{transform:scale(1.15);-webkit-transform:scale(1.15);transform:-moz-scale(1.15);}
  100%{transform:scale(1.2);-webkit-transform:scale(1.2);transform:-moz-scale(1.2);}
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
.header{
	padding:0 0 0 0;
	text-align:center;
	margin-bottom: 0;
	position:relative;
	overflow:hidden;
	padding-top: 50px;
	color: #fff;
}
.header h1{
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 5px;
	/* padding-top: 50px; */
	padding-bottom: 15px;
}
.container {
	margin:0 auto;
	margin-top:30px;
	overflow:hidden;
	max-width:1200px;
	padding:20px 10px 0 10px;
	position: relative;
	z-index: 10;
}

.preview {
	text-align:center;
}

.preview-list {
	display:inline-block;
	padding:0 0 30px;
	text-align:center;
	margin-left:-4%;
	margin-right:-4%;
	width:100%;
}

.preview-list li {
	display:inline-block;
	float:left;
	width:42%;
	margin-left:4%;
	margin-right:4%;
	margin-bottom:70px;
	vertical-align: top;
	text-align: center;
	font-size: 15px;
}
.preview-list li.first {
	clear:both;
}

.preview-list li.preview-item > div {
	font-size:20px;
	padding: 10px;
	height:490px;
	max-width:100%;
	-webkit-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	transform: translate(0, 0%);
	margin:0 auto;
	margin-bottom:15px;
	border:1px solid #dedede;
	background: #fff;
}
.preview-list li.preview-item > div:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.preview-list li.preview-item p a{
	font-size:20px;
	line-height:18px;
	font-weight:700;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
}
.preview-list li.preview-item p a:hover{
	text-decoration:underline;
}
.preview-list li span.pc {
	display:none;
	width: 100%;
	height:470px;
	transition:all 4s ease-out 0s;
	-moz-transition:all 4s ease-out 0s;
	-webkit-transition:all 4s ease-out 0s;
	margin:0 0 45px;
	background-size:100%;
}

.preview-list li span.pc:hover{
	background-position:0% 100%;
}

.desc {
	text-align:center;
	font-weight:400;
	margin:0 0 24px;
}
.desc h2{
	font-weight:700;
	font-size:22px;
	text-transform:uppercase;
	color:#ffffff;
}
.desc p{
	font-weight:700;
	font-size:50px;
	color:#fff;
	line-height: 60px;
}
.button {
	min-height:1px;
	clear:both;
	display:block;
	width:100%;
	text-align:center;
	margin-bottom: 88px;
}
.button a {
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-weight:700;
	padding: 15px 20px;
	background:#f55856;
	display:inline-block;
	width: 100%;
	text-decoration:none;
	text-transform:uppercase;
}

.button a:hover {
	background-color:#454545;
}
@media 
only screen and (max-width: 6000px) and (min-width: 991px){
	span.mobile{display:none}
	.preview-list li span.pc{display:block;height:470px;}
}
@media 
only screen and (max-width: 991px){
	.preview-list li.preview-item > div{height:auto;}
	.preview-list li.preview-item > div{width:100%}
}
@media 
only screen and (max-width: 767px){
	.preview-list li.preview-item {width:100%;margin-left:0;margin-right:0;}
	.preview-list{margin-left:0;margin-right:0;}
	.header .logo{width:250px;;margin-top:-85px;margin-left:-130px;}
	.header div.button a{padding:15px 20px;font-size:20px;line-height:24px;}
	.header div.button{margin-left:-105px;margin-top:10px;}
	.container{margin-top:30px;}
}
.coming_soon{
text-align:center;
}
.coming_soon li{
float:none;
}
.touch .mobile{display:block!important;}
.touch .pc{display:none!important;}
.touch .preview-list li.preview-item > div{height:auto!important;}