@font-face {
	font-family: 'beast_vs_spreadtall';
	src: url('../fonts/beastvs-webfont.eot');
	src: url('../fonts/beastvs-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/beastvs-webfont.woff') format('woff'),
		url('../fonts/beastvs-webfont.ttf') format('truetype'),
		url('../fonts/beastvs-webfont.svg#beast_vs_spreadtallregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'ds_novablack';
    src: url('../fonts/4712-webfont.eot');
    src: url('../fonts/4712-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/4712-webfont.woff2') format('woff2'),
         url('../fonts/4712-webfont.woff') format('woff'),
         url('../fonts/4712-webfont.ttf') format('truetype'),
         url('../fonts/4712-webfont.svg#ds_novablack') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
	height: 100%;
	margin: 0;
}
body {
	width:100%;
	margin: 0;
	color: #faf8cc;
	font:14px/17px Tahoma, Helvetica, sans-serif;
	background:#000000;
	min-width:320px
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {
	border-style: none;
	vertical-align:top;
}
p{margin:0 0 15px;}
input, select, textarea {
	vertical-align: middle;
	font: 12px arial, helvetica, sans-serif;
}
a {
	color:#fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	opacity:0.7;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
figure{margin:0;}
button::-moz-focus-inner {
	padding:0;
	border:0;
}
a:focus,
a:hover {
 outline: none;
 outline: 0;
}
h1 {
	margin:0;
	font:36px/38px 'beast_vs_spreadtall', arial, helvetica, sans-serif;
	letter-spacing:0.034em;
}
h2 {
	margin: 0;
	font:36px/38px 'beast_vs_spreadtall', arial, helvetica, sans-serif;
	letter-spacing:0.034em;
}
h3 {
	font:36px/43px 'beast_vs_spreadtall', arial, helvetica, sans-serif;
	margin:0 0 5px;
	letter-spacing:0.001em;
}
h4 {
	font:34px/36px 'beast_vs_spreadtall', arial, helvetica, sans-serif;
	margin:0 0 5px;
	letter-spacing:0.001em;
}
h5 {
	font:32px/34px 'beast_vs_spreadtall', arial, helvetica, sans-serif;
	margin:0 0 5px;
	letter-spacing:0.001em;
}
h6 {
	font:30px/32px 'beast_vs_spreadtall', arial, helvetica, sans-serif;
	margin:0 0 5px;
	letter-spacing:0.001em;
}
ul{
	margin:0;
	padding:0 0 0 13px;
	list-style:none;
}
ul li{
	background: url(../images/bg-bull.png) no-repeat 0 6px;
	margin:0 0 16px;
	padding:0 0 0 18px;
}

/* wrapper */
#wrapper {
	overflow:hidden;
	width:100%;
	min-height: 100%;
}
/* header */
#header {
	overflow:hidden;
	width:100%;
	background: url(../images/bg-header.png) repeat 100% 100%;
	position:fixed;
	min-height:80px;
	margin:-80px 0 0;
	z-index:100;
	min-width:320px;
	-webkit-transition: margin 0.2s ease-in-out;
	-moz-transition: margin 0.2s ease-in-out;
	-ms-transition: margin 0.2s ease-in-out;
	-o-transition: margin 0.2s ease-in-out;
	transition: margin 0.2s ease-in-out;
}
.start #header {margin:0;}
.hold-header{
	overflow:hidden;
	max-width:980px;
	min-width:300px;
	margin:0 auto;
	padding:13px 10px 7px;
}
.hold-header .logo {	float: left;	overflow: hidden;	text-indent: -9999px;	margin:0 83px 0 8px;}.hold-header .logo a, .hold-header .logo span {	width:161px;	height:53px;	background: url(../images/logo.png) no-repeat 0 0;	display:block;}
.hold-header .logo a:hover, 
.hold-header .logo span:hover{opacity:0.7;}
.menu{
	margin:0;	padding:13px 0;	list-style:none;
	overflow:hidden;
}
.menu li{
	float:left;
	margin:0 0 0 16px;
	background:none;
	padding:0;
	position:relative;
	overflow:hidden;
}
.menu li:first-child {margin:0;}index
#nav .menu li.main-li {
	position:absolute;
	top:-99999px;
	left:-99999px;
}
.menu li a{
	text-decoration:none;
	color:#f8f5a3;
	font:22px/24px 'beast_vs_spreadtall', arial, helvetica, sans-serif;
	padding:0 0 5px;
	letter-spacing:0.03em;
	float:left;
}
.menu li a:after {	content:"";	display:block;	clear:both;
	position:absolute;	bottom:5px;	left:0px;
	width:100%;
	height:1px;
	background:#f8f5a3;
	opacity:0;}
.menu li a:hover:after,
.menu li.active a:after{
	opacity:1;
	bottom:0;
	-webkit-transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
}
/* main */
#main {
	overflow:hidden;
	width:100%;
	position:relative;
}
.box-faund {
	overflow:hidden;
	width:100%;
}
/* content */
#content {
	overflow:hidden;
	width:100%;
	padding:0;
}
.hold-title{
	border:1px solid #7d6e45;
	-webkit-border-radius: 9px;	-moz-border-radius: 9px;	border-radius: 9px;
	background: url(../images/bg-title.gif) repeat 0 0;
	text-align:center;
	padding:8px 0;
	margin:0 0 42px;
	position:relative;
}
.hold-img{
	float:right;
	text-align:center;
	padding:40px 0 40px;
	margin:0 82px 0 55px;
}
.hold-img a:hover{opacity:0.7;}
.wrapp-box{
	overflow:hidden;
	padding:0 0 0;
	text-align:center;
}	
.hold-box{
	position:relative;
	max-width:980px;
	min-width:300px;
	padding:0 10px;
	margin:0 auto 64px;
}
.hold-box:after {content:"";	display:block;	clear:both;}	
.hold-box2{
	position:relative;
	max-width:980px;
	min-width:300px;
	padding:0 10px;
	margin:50px auto 124px;
	font-family: 'Lato', sans-serif;
}
.box{
	width:48%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 12px;
	text-align:center;
	display:inline-block;	vertical-align:top;}
.box .title{
	font:36px/38px 'beast_vs_spreadtall', arial, helvetica, sans-serif;
	display:block;
	margin:0 0 10px;
}
.green,
.yellow,
.orange,
.blue,
.brown,
.purple{text-decoration:none;}
.green,
.nickname.green{color:#a8ea7e;}
a.green:hover{
	color:#a8ea7e;
	opacity:0.7;
}
.yellow,
.nickname.yellow{color:#dcd70e;}
a.yellow:hover{
	color:#dcd70e;
	opacity:0.7;
}
.orange,
.nickname.orange{color:#e99334;}
a.orange:hover{
	color:#e99334;
	opacity:0.7;
}
.blue,
.nickname.blue{color:#4a4ffe;}
.purple,
.nickname.purple{color:#c95bba;}
.brown,
.nickname.brown{color:#ed8a2e;}
.olive,
.nickname.olive{color:#d3a23c;}
.m-style{
	margin:0 0 25px;	padding:12px 20px 7px;	list-style:none;
	overflow:hidden;
	text-align:left;
	-webkit-border-radius: 9px;	-moz-border-radius: 9px;	border-radius: 9px;
	position:relative;
}
.m-style li{
	display:inline-block;	vertical-align:top;
	background:none;
	margin:0;
	padding:0;
}
.m-style.p{
	margin:0 0 0px;
	padding:0px 0px 7px;
	text-align: center;
}
.m-style.green{
	border:1px solid #a8ea7e;
	color:#faf8cc;
	margin:25px 0 30px;
}

.m-style.yellow{
	border:1px solid #dcd70e;
	color:#faf8cc;
	margin:25px 0 30px;
}
.m-style.orange{
	border:1px solid #e99334;
	color:#faf8cc;
	margin:25px 0 30px;
}
.m-style.blue{
	border:1px solid #4a4ffe;
	color:#faf8cc;
	padding:5px 20px 7px;
	margin:25px 0 30px;
}
.list{
	margin:0;	padding:0;	list-style:none;
}
.list li{
	margin:0 0 22px;
	background:none;
	padding:0;
}
.list li a{
	text-decoration:none;
	color:#f5f3c7;
	letter-spacing:0.01em;
}
.nickname{
	font:30px/30px 'beast_vs_spreadtall', arial, helvetica, sans-serif;
	display:block;
}
#cinema.hold-box .hold-title{margin:0 0 63px;}
#cinema.hold-box p{margin:0;}
#cinema.hold-box{margin:0 auto 87px;}
.headfone{
	text-indent:-9999px;	overflow:hidden;
	width:20%;
	position:absolute;	right: 5%;
	top: -34px;
}
.headfone img {
	display:block;
	width:100%;
	height:auto;
}
.picture{
	padding: 69px 0 0;
	margin:0 0 38px;
}
.sponsor{
	float:right;
	margin:-93px 58px 10px;
	width:20%;
}
.sponsor img {
	display:block;
	width:100%;
	height:auto;
	-webkit-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out;
	transition: width 0.2s ease-in-out, margin 0.2s ease-in-out;
}
.sponsor a:hover {opacity:1;}
.sponsor a:hover img{
	width:110%;
	margin:-5%;
}
#visual.hold-box {margin:0 auto 28px;}
#visual.hold-box .wrapp-box{padding:28px 0 0;}
#visual.hold-box .list li{margin:0 0 23px;}

#performance.hold-box .wrapp-box{padding:0;}
#performance.hold-box {margin:0 auto 34px;}
#performance.hold-box .box{
	padding: 35px 19px 20px;
	width: 281px;
}
#performance.hold-box .box .line{margin:0 0 31px;}
#performance.hold-box .list li{margin:0 0 23px;}

#visual.hold-box .wrapp-box{padding:0;}
#visual.hold-box {margin:0 auto 34px;}
#visual.hold-box .box{
	padding: 35px 19px 20px;
	width: 281px;
}
#visual.hold-box .box .line{margin:0 0 31px;}
#visual.hold-box .list li{margin:0 0 23px;}

#zones.hold-box .wrapp-box{padding:0;}
#zones.hold-box {margin:0 auto 34px;}
#zones.hold-box .box{
	padding: 35px 19px 20px;
	width: 281px;
}
#zones.hold-box .box .line{margin:0 0 31px;}
#zones.hold-box .list li{margin:0 0 23px;}

#vjs.hold-box {margin:0 auto 67px;}
#vjs.hold-box .wrapp-box{padding:0;}
#vjs.hold-box .box{
	padding: 20px 16px 20px 19px;
	width: 281px;
	margin:16px 0 0 11px;
}
#vjs.hold-box .box .line{
	padding:0 0 22px;
	margin: 0 0 42px;
}
#market.hold-box {margin:0 auto 57px;}
#market.hold-box .hold-title{margin:0 0 45px;}
#market.hold-box .box{
	margin:35px 0 0;
	padding: 25px 12px 15px;
}
#market.hold-box .list li{margin:0 0 36px;}
#market.hold-box .list .nickname{line-height:36px;}
#area.hold-box {margin:0 auto 54px;}
#area.hold-box .hold-title{margin:0 0 52px;}
#integration.hold-box .hold-title{margin:0 0 52px;}
#integration.hold-box {margin:0 auto 57px;}
.right-p{
	float:right;
	margin:1px 0 0;
}
.left-p{
	float:left;
	margin:0 0 0 2px;
}
.line{
	padding:0 0 20px;
	border-bottom:1px solid #f5f3c7;
	margin:0 0 20px;
}
.line h3{margin:0;}
.hold-place{
	overflow:hidden;
	position:relative;
}
#location.hold-box{
	margin:0 auto;
	min-height:493px;
}
.hold-text{	
	width:320px;
	padding:10px 0 20px 1px;
}
.hold-text p{
	position:relative;
	z-index:10;
	margin:0 0 16px;
}
.galaxy{
	position:absolute;	top:56px;	right:0px;
}
.phone{
	text-decoration:none;
	cursor:default;
	color:#faf8cc;
}
.phone:hover{
	color:#faf8cc;
	opacity:1;
}
.mail{text-decoration:none;}
.list-info{
	margin:0 0 15px;	padding:0;	list-style:none;
}
.list-info li{
	background:none;
	margin:0;
	padding:0;
}
.partners{
	text-align:center;
	margin:0;	padding:0 15px;	list-style:none;
	overflow:hidden;
	text-align:justify;
}
.partners li{
	display:inline-block;	vertical-align:middle;	text-align:center;
	width:264px;
	background:none;
	padding:0;
}
.partners li a{opacity:0.6;}
.partners li a:hover{opacity:1;}
.partners li.last {
	width:100%;
	height:1px;
	text-indent:-9999px;	overflow:hidden;
}
.hold-header .logo a, 
.hold-header .logo span,
.hold-img a,
.sponsor a,
.partners li a,
a.green,
a.yellow,
a.orange,
a:hover,
.open-nav,
.box-faund figure img {
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
a{
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.box-faund figure {
	margin:80px 0 0;
	width:100%;
}
.box-faund figure img {
	display:block;
	width:100%;
	height:auto;
	opacity:0;
	margin:0;
	min-width:320px;
}



.start .box-faund figure img {
	opacity:1;
	margin:0 !important;
}

#nav {position:relative;}
.open-nav {
	background: url(../images/bg-open.png) no-repeat 0 0;
	width:30px;
	height:30px;
	text-indent:-9999px;	overflow:hidden;
	position:absolute;	top:-9999px;	left:0px;
	-webkit-border-radius: 10px;	-moz-border-radius: 10px;	border-radius: 10px;
	border: 1px solid #f8f5a3;
	opacity:0;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.small .open-nav {
	top:25px;
	left:auto;
	right:10px;
	opacity:1;
}
.open-nav:hover {
	background:#ff0f1c url(../images/bg-open.png) no-repeat 0 0;
}
.small #nav {
	width:100%;
	clear:both;
	text-align:center;
}
.small .menu li {
	display:inline-block;	vertical-align:top;	float:none;
}
.r-picture {float:right;}
/* media */
@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.right-p,
	.left-p,
	.r-picture {
		float:none;
		width:80%;
		margin:0 auto;
	}
	.right-p img,
	.left-p img,
	.r-picture img	 {
		display:block;
		width:100%;
		height:auto;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.right-p,
	.left-p,
	.r-picture {
		float:none;
		width:100%;
		margin:0 auto;
	}
	.right-p img,
	.left-p img,
	.r-picture img	 {
		display:block;
		width:100%;
		height:auto;
	}
}
@media only screen and (min-width: 100px) and (max-width: 780px) {
	#market.hold-box .box,
	#performance.hold-box .box {margin:0;}
	#market.hold-box .box {padding:0 12px 15px;}
	#location.hold-box .wrapp-box .hold-text {
		background: rgba(0, 0, 0, 0.5);
		z-index:10;
		position:relative;
		margin:0 auto;
		padding:10px 10px 20px;
	}
	#location.hold-box .wrapp-box {
		padding:200px 0 0;
	}
	.hold-img {
		margin:0 auto;
		float:none;
		padding:20px 0 40px;
	}
	.picture img {
		display:block;
		width:100%;
		height:auto;
	}
	#market.hold-box .list li {margin:0 0 10px;}
}
@media only screen and (min-width: 100px) and (max-width: 600px) {
	h1,.h1,h2,.h2 {
		font-size:30px;		line-height:38px;
	}
	.partners {text-align:center;}
	.partners li {margin:0 0 20px;}
	.sponsor {width:30%;}
}
@media only screen and (min-width: 100px) and (max-width: 480px) {
	.box {padding:15px 0;}
	.hold-text {
		width:280px;
	}
}
/*22.05.17*/
#music .box ul{
	margin: 0 0 25px;
}
.performer{
	overflow:hidden;
	padding: 31px 0 0;
}
.performer .wrapp-box{
	width: 33%;
	float:left;
}
.performer .hold-text{
	width: auto;
	max-width: 302px;
	padding: 10px 10px 20px 11px;
}
.performer h3{
	margin: 0 0 4px;
}
.performer .galaxy {
	float:right;
	width: 67%;
	position: static;
	padding: 13px 0 0 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.partners{
	text-align:center; 
	font-size: 0px;
	line-height: 0px;
	
}
.partners li{
	font-size: 14px;
	line-height: 17px;
	width: 33.33%;
	padding: 0 10px;
	margin: 0 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.partners li img{
	max-width: 100%;
	height: auto;
}
.bg-bottom{
	position: relative;
	z-index: -1;
	margin: -600px 0 0;
}
.bg-bottom figure{
	margin: 0;
}
.bg-bottom figure img{
	min-width: auto;
}
.center{
	text-align:center;
	margin: 5px auto 10px;
	max-width: 980px;
	padding: 0 15px;
}
@media (max-width: 1600px){
	.bg-bottom {
		margin: -450px 0 0;
	}
}
@media (max-width: 1200px){
	.bg-bottom {
		margin: -350px 0 0;
	}
}
@media (max-width: 1000px){
	#cinema .galaxy img{
		max-width: 100%;
		height: auto;
	}
}
@media (max-width: 767px){
	#cinema.hold-box {
		margin: 0 auto 20px;
	}
	.performer{
		padding: 0;
	}
	.performer .wrapp-box, #cinema .galaxy{
		width: 50%;
	}
	.performer .hold-text{
		max-width: none;
		padding: 0 10px;
	}
	.partners li{
		width: 50%;
	}
	#pairs{
		margin: 0 auto;
	}
	.bg-bottom{
		margin: -180px 0 0;
	}
}
@media (max-width: 500px){
	.box{
		width: 100%;
		padding: 0;
	}
	#music .box ul{
		margin: 0 0 35px;
	}
	.performer .wrapp-box, #cinema .galaxy{
		width: 100%;
	}
	.partners li{
		width: 100%;
	}
	.bg-bottom{
		margin: -100px 0 0;
	}

}
.countdown {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  text-align: center;
}
.countdown.style-1 div {
  margin-left: 1rem;
  margin-right: 1rem;
}
.countdown.style-1 div span {
  display: block;
}

@media only screen and (min-width: 100px) and (max-width: 345px) {
	.countdown div {
 	 font-size: 1rem;
  	font-weight: 100;
  	display: inline-block;
	}
}
@media only screen and (min-width: 346px) and (max-width: 480px) {
	.countdown div {
 	 font-size: 2rem;
  	font-weight: 100;
  	display: inline-block;
	}
}
@media only screen and (min-width: 481px) and (max-width: 520px) {
	.countdown div {
 	 font-size: 3rem;
  	font-weight: 100;
  	display: inline-block;
	}
}
@media only screen and (min-width: 521px) and (max-width: 800px) {
	.countdown div {
 	 font-size: 4rem;
  	font-weight: 100;
  	display: inline-block;
	}
}
@media only screen and (min-width: 800px) {
	.countdown div {
 	 font-size: 5rem;
  	font-weight: 100;
  	display: inline-block;
	}
}
.countdown div span {
  font-weight: 300;
  color: #777;
  font-size: 1rem;
}

/*	   04.06.2018   	*/
.box-faund figure {
	max-width:1250px;
	min-height:840px;
	margin:80px auto 50px;
	padding:0 50px;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;
}
.box-faund figure:before {	content:'';	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */	width: 90px;	height: 100%;	position:absolute;	top:0;	left:0;}
.box-faund figure:after {
	content:'';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	width: 90px;
	height: 100%;
	position:absolute;
	top:0;
	right:0;
}
.box-faund .up-box {padding:0 0 460px;}

.box-faund .white-text {
	display:block;
	font: 24px/26px 'ds_novablack', arial, helvetica, sans-serif;
	color:#fefefe;
	text-shadow:0 0 30px #00abff;
}
.box-faund .white-text.bottom {margin:-10px 0 0;}

.box-faund .logo-one,
.box-faund .logo-two {
	display:block;
	width:200px;
	margin:0 auto 10px;
}
.box-faund .logo-one:hover {opacity:0.8;}

.box-faund .logo-two {
	width:800px;
	margin:-20px auto 0;
}
.box-faund .logo-one img,
.box-faund .logo-two img {
	display:block;
	width:100%;
	min-width:auto;
}
.box-faund .blue-text {
	display:block;
	font: 35px/37px 'ds_novablack', arial, helvetica, sans-serif;
	color:#04aeff;
	padding:10px 10px 0;
	text-shadow: 
		-0   -1px 1px #FFFFFF,
		 0   -1px 1px #FFFFFF,
		-0    1px 1px #FFFFFF,
		 0    1px 1px #FFFFFF,
		-1px -0   1px #FFFFFF,
		 1px -0   1px #FFFFFF,
		-1px  0   1px #FFFFFF,
		 1px  0   1px #FFFFFF,
		-1px -1px 1px #FFFFFF,
		 1px -1px 1px #FFFFFF,
		-1px  1px 1px #FFFFFF,
		 1px  1px 1px #FFFFFF,
		-1px -1px 1px #FFFFFF,
		 1px -1px 1px #FFFFFF,
		-1px  1px 1px #FFFFFF,
		 1px  1px 1px #FFFFFF;
}
.box-faund .date-text {
	display:block;
	font: 64px/66px 'ds_novablack', arial, helvetica, sans-serif;
	color:#f08000;
	text-shadow: 
		-0   -1px 1px #FFFFFF,
		 0   -1px 1px #FFFFFF,
		-0    1px 1px #FFFFFF,
		 0    1px 1px #FFFFFF,
		-1px -0   1px #FFFFFF,
		 1px -0   1px #FFFFFF,
		-1px  0   1px #FFFFFF,
		 1px  0   1px #FFFFFF,
		-1px -1px 1px #FFFFFF,
		 1px -1px 1px #FFFFFF,
		-1px  1px 1px #FFFFFF,
		 1px  1px 1px #FFFFFF,
		-1px -1px 1px #FFFFFF,
		 1px -1px 1px #FFFFFF,
		-1px  1px 1px #FFFFFF,
		 1px  1px 1px #FFFFFF;
}
.box-faund .down-box {
	width:100%;
	position:absolute;
	left:0;
	bottom:70px;
	text-align:center;
}
.box-faund .yellow-text {
	display:block;
	font: 64px/66px 'ds_novablack', arial, helvetica, sans-serif;
	color:#f8c040;
	margin:0 0 40px;
	text-shadow: 
		-0   -1px 1px #FFFFFF,
		 0   -1px 1px #FFFFFF,
		-0    1px 1px #FFFFFF,
		 0    1px 1px #FFFFFF,
		-1px -0   1px #FFFFFF,
		 1px -0   1px #FFFFFF,
		-1px  0   1px #FFFFFF,
		 1px  0   1px #FFFFFF,
		-1px -1px 1px #FFFFFF,
		 1px -1px 1px #FFFFFF,
		-1px  1px 1px #FFFFFF,
		 1px  1px 1px #FFFFFF,
		-1px -1px 1px #FFFFFF,
		 1px -1px 1px #FFFFFF,
		-1px  1px 1px #FFFFFF,
		 1px  1px 1px #FFFFFF;
}
.box-faund .web-list {
	display:-webkit-box;	display:-ms-flexbox;	display:flex;
	-webkit-justify-content: space-around;	justify-content: space-around;
	list-style:none;	margin:0;	padding:0;
}
.box-faund .web-list li {
	background:none;
	padding:0 10px;
}
.box-faund .web-list li a {
	display:block;
	font:700 70px/72px 'Calibri', arial, helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	text-shadow:0 0 30px #000;
}
.box-faund .tel {
	display:block;
	font:700 85px/87px 'Calibri', arial, helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	cursor:default;
	text-shadow:0 0 30px #000;
}
.hold-img.open-box {display:none;}

/*
@media(max-width:3200px){
	.box-faund .web-list li a {
		font-size:60px;		line-height:62px;
	}
	.box-faund .logo-two {width:2000px;}
}
@media(max-width:2800px){
	.box-faund .blue-text {
		font-size:90px;		line-height:100px;
		padding:20px 10px 0;
	}
	.box-faund .white-text {
		font-size:70px;		line-height:72px;
	}
	.box-faund .web-list li a {
		font-size:50px;
		line-height:52px;
	}
	.box-faund figure {min-height:2300px;}
	.box-faund .logo-two {width:1800px;}
}
@media(max-width:2300px){
	.box-faund .white-text {
		font-size:50px;		line-height:52px;
	}
	.box-faund .logo-one {width:420px;}
	.box-faund .blue-text {
		font-size:80px;		line-height:90px;
	}
	.box-faund .date-text,
	.box-faund .yellow-text {
		font-size:130px;		line-height:132px;
	}
	.box-faund .yellow-text {margin:0 0 10px;}
	.box-faund .logo-two {width:1200px;}
	.box-faund .web-list li a {
		font-size:40px;		line-height:42px;
	}
	.box-faund .tel {
		font-size:50px;		line-height:52px;
	}
	.box-faund .down-box {bottom:30px;}
	.box-faund .up-box {padding:0 0 400px;}
	.box-faund figure {min-height:1700px;}
	.box-faund .logo-one {width:360px;}
}
*/
@media(max-width:1920px){
	.box-faund figure {min-height:840px;}
	.box-faund .white-text.bottom {margin:-10px 0 0;}
	.box-faund .web-list li a {
		font-size:32px;		line-height:40px;
	}
	.box-faund .tel {
		font-size:42px;		line-height:44px;
	}
	.box-faund .logo-one {
		width:200px;
		margin:-10px auto 0;
	}
	.box-faund .blue-text {
		font-size:35px;
		line-height:37px;
	}
	.box-faund .date-text,
	.box-faund .yellow-text {
		font-size:64px;
		line-height:66px;
	}
	.box-faund .logo-two {
		width:800px;
		margin:-20px auto 0;
	}
	.box-faund .web-list li a {
		font-size:20px;
		line-height:22px;
	}
	.box-faund .tel {
		font-size:34px;
		line-height:36px;
	}
	.box-faund .up-box {padding:0 0 180px;}
}
@media(max-width:1024px){
	.box-faund figure {min-height:720px;}
	.box-faund .white-text {
		font-size:20px;		line-height:22px;
	}
	.box-faund .white-text.bottom {margin:-5px 0 0;}
	.box-faund .white-text.top {padding:5px 0 0;}
	.box-faund .logo-one {
		width:140px;
		margin:-5px auto 0;
	}
	.box-faund .blue-text {
		font-size:24px;		line-height:26px;
	}
	.box-faund .date-text,
	.box-faund .yellow-text {
		font-size:48px;		line-height:50px;
	}
	.box-faund .logo-two {width:600px;}
	.box-faund .web-list {
		-ms-flex-wrap: wrap;		flex-wrap: wrap;
	}
	.box-faund .web-list li {
		width:100%;
		margin:0 0 4px;
	}
	.box-faund .web-list li a {
		font-size:16px;		line-height:18px;
	}
	.box-faund .tel {
		font-size:26px;		line-height:28px;
	}
	.box-faund .down-box {bottom:10px;}
}
@media(max-width:780px){
	.hold-img.out-box {display:none;}
	.hold-img.open-box {
		display:block;
		padding:20px 0 0;
	}
	.hold-box2 {margin:35px auto 124px;}
}
@media(max-width:768px){
	.box-faund .logo-two {width:500px;}
	.box-faund figure {padding:0;}
	.box-faund figure::after,
	.box-faund figure::before {display:none;}
}
@media(max-width:540px){
	.box-faund figure {min-height:450px;}
	.box-faund .white-text {
		font-size:16px;		line-height:18px;
	}
	.box-faund .logo-one {width:100px;}
	.box-faund .blue-text {
		font-size:20px;		line-height:22px;
	}
	.box-faund .date-text,
	.box-faund .yellow-text {
		font-size:34px;		line-height:36px;
	}
	.box-faund .logo-two {
		width:300px;
		margin:-10px auto 0;
	}
	.box-faund .up-box {padding:0 0 100px;}
}