* {
	margin: 0px;
	padding: 0px;
}
input, textarea {
	-webkit-appearance: none;
	font-family: 'montserratlight';
	background-color: transparent;
}
input:focus, textarea:focus {
	outline-width: 0px;
	outline-color: transparent;
	outline-offset: 0px;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11, h12, h13{
	font-weight: normal;
	font-style: normal;
}
li {
	list-style-type: none;
}
img {
	display: block;
	width: 100%;
	height: auto;
}

/*
p:empty, span:empty, h1:empty, h2:empty, ul:empty, li:empty, ul li:empty, pre:empty, .item-page p:empty, p.counter:empty {
	display: none !important;
}
*/

strong, b {
	font-weight: normal;
	font-style: normal;
}
button {
	background-color: transparent;
}
body {
	font-family: 'montserratlight', 'Arial', sans-serif;
	font-style: normal;
	background-color: #efefef;
	color: black;
	position: relative;
}
svg {
	width: 100%;
	height: auto;
	display: block;
}
a {
	text-decoration: none;
	color: black;
}

.wrapper {
	position: relative;
	overflow: hidden;
}
#player {
	height: 100%;
	width: 177.77777778vh; /* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw; /* 100 * 9 / 16 */
	position: absolute;
	left: 50%; /* % of surrounding element */
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	pointer-events: none;
}
.cover {
	background-image: url('/img/w.svg');
	background-size: 7px auto;
	background-position: center center;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	display: block;
	z-index: 4;
	transition: 500ms ease 0s;
	-moz-transition: 500ms ease 0s;
	-o-transition: 500ms ease 0s;
	-webkit-transition: 500ms ease 0s;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 	background-color: rgba(0,0,0,0.1); */
}
.cover.show {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.info {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.info ul li a {
	color: white;
	font-size: 15px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: 'montserratlight';
}
.cover .info .logo {
	width: 100%;
	max-width: 340px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	transition: 400ms ease 300ms;
	-moz-transition: 400ms ease 300ms;
	-o-transition: 400ms ease 300ms;
	-webkit-transition: 400ms ease 300ms;
	margin-bottom: 20px;
	opacity: 0;
}
.cover.show .info .logo {
	opacity: 1;
}
.logo video, .logo .doing {
	width: 200px;
	height: 200px;
	background-color: black;
	border-radius: 50%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 20px;
	padding-top: 0px;
	position: relative;
}
.logo video, .logo .doing img {
	vertical-align: middle;
	position: absolute;
	top: -18px;
	bottom: 0px;
	margin: auto;
	left: 0px;
	right: 0px;
	width: 90%;
}
.cover .info .door {
	display: inline-block;
	position: absolute;
	right: -100%;
	transition: 400ms ease 300ms;
	-moz-transition: 400ms ease 300ms;
	-o-transition: 400ms ease 300ms;
	-webkit-transition: 400ms ease 300ms;
	top: 30%;
	bottom: 0px;
	margin: auto;
	height: 40px;
	line-height: 40px;
	left: 0px;
	right: 0px;
}
.clear {
	clear: both;
}

