@import '../fonts/fonts.css';

* {
	margin:0;
	padding:0;
}

html {
	font-size: 62.5%;
	padding:0;
	margin:0;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	font: 300 1.3rem/2.2rem 'Roboto', Helvetica, Arial, sans-serif;
	color: #FFF;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #1A1A1A;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

b, strong {
	font-weight: 500;
}

h1, h2, h3, h4, h5 {
	font-family: 'smartlab';
	font-weight: 500;
}

:focus { 
	outline: 0px;
}

a {
	color: #FFF;
	text-decoration: none;
}

img {
	border: 0 none;
}

img[data-src] {
	opacity: 0;
	
	transform: translateY(-11px);
	-webkit-transform: translateY(-11px);
	-ms-transform: translateY(-11px);
	
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-ms-transition: opacity 0.3s, -ms-transform 0.3s;
}

img[data-src].loaded {
	opacity: 1;
	
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}

figure img {
	display: block;
	max-width: 100%;
}

input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
	
}

p {
	
}

p a {
	text-decoration: underline;
}

div,
header,
section,
article,
hgroup,
footer,
aside {
	position: relative;
}

#wrapper {
	position:relative;
	z-index: 103;
	padding-top: 44px;
	padding-left: 89px;
}

#content {
	min-height: calc(100vh - 220px);
	padding-bottom: 88px;
	transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
}

body.show-menu #content {
	transform: translateX(232px);
	-webkit-transform: translateX(232px);
	-ms-transform: translateX(232px);
}

.center {
	max-width: 1140px;
	padding: 0 33px;
	margin: 0 auto;
}

.box-h {
	padding: 0 11px;
	box-sizing: border-box;
}

.box-v {
	padding: 11px 0;
	box-sizing: border-box;
}

.box {
	padding: 11px;
	box-sizing: border-box;
}

.clear:after,
.clear:before,
.masonry:after,
.masonry:before {
	content: "";
	display: table;
	clear: both;
}

.clear-fix {
	clear: both;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.preload, 
.hide {
	display:none;
}

#footer {
	height: 88px;
	line-height: 88px;
	font-family: 'smartlab';
	font-weight: 500;
	color: #3E3E3E;
	text-transform: uppercase;
}

#footer a {
	color: #3E3E3E;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-ms-transition: color 0.3s;
}

#footer a:hover {
	color: #4E4E4E;
}

@media screen and (max-width: 1024px) {
	
	.center {
		padding: 0 35px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.center {
		padding: 0 15px;
	}
	
}

@media screen and (max-width: 414px) {
	
	#wrapper {
		padding-left: 0;
	}
	
}.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

.col-2-3 {
	width: 66.66%;
}

.col-3-4 {
	width: 75%;
}

@media screen and (max-width: 414px) {
	
	[class*=col-] {
		width: 100%;
	}
	
}article h1,
article h2,
article h3 {
	font-size: 1.8rem;
	line-height: 2.4rem;
}

article h3 {
	font-weight: normal;
	color: #848484;
}

article p {
	margin-bottom: 2.0rem;
}

.header {
	text-align: center;
	margin-bottom: 33px;
}

.header h1 {
	margin-bottom: 14px;
}

.header h2 {
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-transform: uppercase;
	font-weight: normal;
}

.header h1.page-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 3.6rem;
	line-height: 3.6rem;
	margin-bottom: -2px;
	text-transform: uppercase;
}

.header .social {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.header .social a {
	font-size: 1.6rem;
	margin-left: 11px;
}

.hero {
	margin-bottom: 22px;
}

.media {
	background-color: #000;
	color: #848484;
	margin-bottom: 11px;
	overflow: hidden;
}

.media .countdown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align: center;
	padding: 0 22px;
	box-sizing: border-box;
}

.media .countdown span {
	display: inline-block;
	position: relative;
	font-family: 'smartlab';
	font-size: 1.8rem;
	line-height: 2.0rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #848484;
}

.media img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.media img[data-src] {
	transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	-ms-transition: -ms-transform 0.3s;
	
	transform: translateY( calc(-50% - 11px) );
	-webkit-transform: translateY( calc(-50% - 11px) );
	-ms-transform: translateY( calc(-50% - 11px) );
}

.media img[data-src].loaded {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.act-item h1 .live {
	z-index: 10;
	background-image: url('/img/live.svg');
	background-size: 100% 100%;
	width: 19px;
	height: 11px;
	display: inline-block;
	text-indent: -10300px;
	top: 4px;
	margin-left: 6px;
}

article.act {
	padding-bottom: 22px;
}

article.act .media {
	margin-bottom: 22px;
}

article.act h1 {
	text-transform: uppercase;
	font-size: 3.6rem;
	line-height: 3.6rem;
}

article.act h2 {
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	
	.act-detail,
	.act-items {
		width: 50%;
	}
	
	.act-items .col-1-2 {
		width: 100%;
	}
	
}

@media screen and (max-width: 414px) {
	
	.header .social {
		top: 9px;
	}
	
	.header h1.page-title {
		position: relative;
		margin-top: 14px;
		top: 11px;
	}
	
	.act-detail,
	.act-items {
		width: 100%;
	}
	
	article.act h1 {
		font-size: 2.4rem;
		line-height: 2.4rem;
	}
	
	article.act h2 {
		font-size: 1.8rem;
		line-height: 2.0rem;
	}
	
	article.act .media {
		margin-bottom: 11px;
	}

}#header {
	font-family: 'smartlab';
	position: fixed;
	width: 88px;
	top: 0;
	left: 0;
	height: 100%;
	border-right: 1px solid #2C2C2C;
	overflow: hidden;
	background-color: #1A1A1A;
	z-index: 103;
	
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-ms-transition: width 0.3s;
}

body.show-menu #header {
	width: 320px;
}

#header nav.maxi {
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 3.6rem;
	display: block;
	position: absolute;
	top: 99px;
	left: 0;
	padding-left: 88px;
	width: 232px;
}

#header nav.maxi a {
	display: block;
	margin-bottom: 1.8rem;
	transform: translateX(10px);
	opacity: 0;
	
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

#header nav.maxi a:nth-child(3) {
	transition-delay: 0.05s;
}

#header nav.maxi a:nth-child(2) {
	transition-delay: 0.1s;
}

#header nav.maxi a:nth-child(1) {
	transition-delay: 0.15s;
}

body.show-menu #header nav.maxi a {
	transform: translateX(0);
	opacity: 1;
}

#header nav.mini {
	font-size: 1.4rem;
	text-transform: uppercase;
	width: 232px;
	display: block;
	position: absolute;
	left: 32px;
	line-height: 24px;
	bottom: 20px;
		
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	
	transform-origin: top left;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
}

#header nav.mini a {
	color: #6E6E6E;
	margin-right: 11px;
}

#toggle-menu {
	padding: 10px;
	display: block;
	position: relative;
	background: none;
	border: 0 none;
	outline: none;
	width: 24px;
	height: 14px;
	margin: 100px 22px 0 22px;
	cursor: pointer;
	z-index: 5;
	box-sizing: content-box;
}

#toggle-menu div {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}

#toggle-menu span {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	background-color: #5B5B5B;
	width: 24px;
	height: 2px;
	opacity: 1;
	
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
}

#toggle-menu span:first-child {
	top: 0;
	transform-origin: center left;
}

#toggle-menu span:last-child {
	top: auto;
	bottom: 0;
	transform-origin: center left;
}

body.show-menu #toggle-menu span {
	opacity: 0;
}

body.show-menu #toggle-menu span:first-child {
	transform: rotate(45deg) translate(2px, -5px);
	opacity: 1;
}

body.show-menu #toggle-menu span:last-child {
	transform: rotate(-45deg) translate(2px, 5px);
	opacity: 1;
}

@media screen and (max-width: 414px) {
	
	#header {
		overflow: visible;
		width: 220px;
		
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		
		transition: transform 0.3s;
		-webkit-transition: -webkit-transform 0.3s;
		-ms-transition: -ms-transform 0.3s;
	}
	
	#header nav.mini {
		display: none;
	}
	
	#header nav.maxi {
		padding-left: 44px;
	}	
	
	body.show-menu #header {
		width: 220px;
	
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
	}
	
	body.show-menu #content {
		transform: translateX(221px);
		-webkit-transform: translateX(221px);
		-ms-transform: translateX(221px);
	}
	
	#toggle-menu {
		position: absolute;
		right: -83px;
		margin-top: 49px;
	}
	
}.ratio-1-1:before {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 100%;
}

.ratio-2-1:before {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 50%;
}

.ratio-3-2:before {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 66.66%;
}

.ratio-16-9:before {
	display: block;
	content: "";
	width: 100%;
	padding-bottom: 56.25%;
}

[class*='ratio-'] .content {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
}.yt-container {
	width: 100%;
	padding-bottom: 56.52%;
}

.yt-container a.fullscreen {
	z-index: 10;
	display: block;
	position: absolute;
	top: 40px;
	cursor: pointer;
	padding: 3px;
	right: 40px;
}

.yt-container a.fullscreen img {
	display: block;
}

.yt-container a.fullscreen.is-live-1 {
	right: 86px;
}

.yt-container .title {
	top: 40px;
	left: 40px;
	position: absolute;
	z-index: 15;
}

.yt-container h1 {
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-transform: uppercase;
}

.yt-container h2 {
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: normal;
	margin-top: 3px;
	color: #FFF;
}

.yt-container .live {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 10;
	background-image: url('/img/live.svg');
	background-position: center;
	width: 38px;
	height: 22px;
	display: block;
	text-indent: -10300px;
}

.yt-container .photo {
	position: absolute;
	width: 100%;
}

.yt-container .countdown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	text-align: center;
	padding: 0 22px;
	box-sizing: border-box;
}

.yt-container .countdown span {
	display: inline-block;
	position: relative;
	font-family: 'smartlab';
	font-size: 2.4rem;
	line-height: 3.2rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #848484;
}

#yt-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#yt-controls {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 88px;
	z-index: 10;
}

#yt-controls .timeline {
	position: absolute;
	left: 0;
	right: 0;
	top: 78px;
	bottom: -5px;
	box-sizing: border-box;
	cursor: pointer;
}

#yt-controls .timeline:before {
	content: "";
	width: 100%;
	height: 3px;
	top: 7px;
	background-color: #5B5B5B;
	position: absolute;
	display: block;
}

#yt-controls .timeline .pos {
	position: absolute;
	left: 0;
	top: 7px;
	height: 3px;
	width: 0%;
	background-color: #FFF;
}

@media screen and (max-width: 414px) {
	
	.yt-container .title {
		top: 22px;
		left: 22px;
	}
	
	.yt-container h1 {
		font-size: 2.4rem;
		line-height: 2.4rem;
	}
	
	.yt-container h2 {
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
	
}