* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	margin: 0;
}

body {
 	background-color: #2C1302;
 	background-image: url(../img/bg.jpg);
	background-attachment:fixed;
 	background-size: cover;
 	background-position: top center;
 	font-family: Glober, sans-serif;
 	font-weight: 400;
	line-height: 1.6;
	font-size: 15pt;
}

.mobile {
	display: none;
}

a, a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.header {
	max-width: 1450px;
	margin: 0 auto;
	margin-top: 75px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 210px; 
	padding-left: 15px;
	padding-right: 15px;
}

.header__logo {
	flex: 0 0 125px;
	text-align: left;
}

.header__title {
	text-align: right;
	flex: 1;
}

.header__headline {
	margin: 0;
	color: white;
	font-weight: bold;
	line-height: 1;
	font-size: 56px;
	margin-top: 15px;
}

.header__date {
	color: #DBC268;
	font-size: 25px;
}

.header__year {
	font-size: 117px;
	color: white;
	font-weight: 800;
	line-height: 1;
	margin-left: 20px;
	flex: 0 0 415px;
	text-align: left;
}

.content {
	display: flex;
	max-width: 1450px;
	margin: 0 auto;
	padding-left: 125px;
	color: white;
}

.main {
	position: relative;
	padding-top: 130px;
	padding: 35px 90px;
	background-color: #012737;
}

.aside {
	flex: 0 0 415px;
	background-color: #012737;
	position: relative;
	padding: 35px 40px;
	border-radius: 0 150px 0 0;
}

.toucan {
	position: absolute;
	top: -200px;
	left: -40px;
	z-index: 10;
}

.btn, a.btn {
	color: #003044;
	border: none;
	background-color: #FFDB5C;
	border-radius: 34px;
	font-weight: bold;
	padding: 15px 20px;
	font-size: 23px;
	position: absolute;
	top: -130px;
	left: 20px;
	white-space: nowrap;
	cursor: pointer;
}

.btn:hover {
	text-decoration: inherit;
}

.powered {
	margin-bottom: 25px;
}

.powered a {
	color: white;
	text-decoration: underline;
}

.grid__item {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.grid__item a {
	text-align: center;
	margin-bottom: 15px;
}

.grid__item a {
	flex: 1;
}

.grid__item .grid__link--full {
	flex: 0 0 100%;
}

.partners h3 {
	color: #707070;
	margin: 0;
}

.storytile {
	font-size: 14px;
	margin-bottom: 60px;
}

.nav--aside {
	font-size: 14px;
}

.nav--aside a {
	font-weight: normal;
}

.blog {
	margin-top: 100px;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
	margin-top: -165px;
	-webkit-box-shadow: 6px 6px 16px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 6px 6px 16px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 6px 6px 16px -5px rgba(0, 0, 0, 0.5);
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social {
	position: absolute;
	left: 37px;
	top: 115px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.social a {
	margin-top: 10px;
}

.social i {
	opacity: 0.4;
	font-size: 24px;
}

/* MOBILE */

@media screen and (max-width: 900px) {
	.header {
		flex-direction: column;
		align-items: center;
	}

	.header__title {
		text-align: center;
	}

	.header__headline {
		font-size: 30px;;
	}

	.header__year {
		margin: 0;
		text-align: left;
		flex: 1;
	}

	.content {
		flex-direction: column;
		padding-left: 0;
	}

	.toucan {
		display: none;
	}

	.aside {
		order: 0;
	}

	.main {
		order: 1;
		padding: 30px;
	}

	.grid__item a {
		flex: 0 0 33.33%;
	}

	.grid__item .grid__link--full {
		flex: 1;
	}

	.iframe-container {
		margin-top: 0;
	}

	.social {
		display: flex;
		flex-direction: row;
		align-items: center;
		position: static;
		margin-top: 20px;
	}

	.social a {
		margin-right: 15px;
	}
}



	/* #logo {
		position: absolute;
		left: 0;
		top: 0;
	}

	#title {
		position: absolute;
		left: 220px;
		max-width: 550px;
	}

	#title > * {
		font-size: 1.4em;
		line-height: 1.3;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	} */

		/* h1 {
			font-weight: 400;
		}

		h2 {
			font-weight: 600;
			float: left;
		}
		#date {
			float: right;
		    margin-top: -1px;
    		margin-bottom: 1px;
		}

	.title {
		font-weight: 600;
		text-transform: uppercase;
	}

	#sponsors {
		float: right;
		width: 345px;
		position: relative;
	}

		#sponsors .title {
			margin-top: 6pt;
			height: 65px;
		}

		#sponsors img {
			width: 100%;
		}


#main {
	position: relative;
	top: 85px;
	width: calc(100% - 220px);
	max-width: 1320px;
	background: #012737;
	color: #fff;
	
	text-align: left;
    margin: 0 auto 0 auto;
    left: 70px;	
}

	#toucan {
		position: absolute;
	    z-index: 9;
	    top: -180px;
	    left: -35px;
	}

	#left-col {
		width: calc(100% - 450px);
    	padding-top: calc(56.25% - 110px - (450px / 16 * 9));
    	margin-left: 70px;
    	font-size: .9em;
	}

		#stream {
			position: absolute;
		    width: calc(100% - 450px);
		    box-shadow: 0 0 30px #000;
		    left: 70px;		
	        transform: translateY(-100%);
		}

		#social {
			position: absolute;
		    left: -50px;
		    bottom: 0;
		    width: 30px;
		    text-align: center;			
		}

		#social i {
			font-size: 17pt;
			line-height: 1.7
		}
		#social a i {
			color: rgba(255,255,255,.5);
		}
		#description {
			margin: 40pt 0 60pt;
		}

		#blog {
		    width: calc(100% + 70px);
    		margin-left: -70px;
		}

	#right-col {
		position: absolute;
		right: 0;
		bottom: 20px;
		top: 40px;
		width: 345px;
	}

		#chat {
			margin-bottom: 120px;
			height: 500px;
		}

		#chat iframe {
			margin-top: 25px;
		}

		#mediapartners {
			position: relative;
			margin-top: 30px;
			width: 100%;
			padding-right: 40px;
			box-sizing: border-box;
			opacity: .7;
		}

		#mediapartners .title {
			margin-bottom: 40px;
			opacity: .7;
		}

		#mediapartners img {
			width: 100%;
			max-width: 305px;
		}

#legal {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 12pt;
	opacity: .7;
    text-align: right;
    padding-right: 35px;
    box-sizing: border-box;
}
#legal a {
	color: #fff;
}
	


@media only screen and (min-width: 1179px) and (max-width: 1300px) {
	#main {
	    left: 35px;
	    width: calc(100% - 150px);
	}
	#title {
		left: 150px;
	}
	#toucan {
		width: 20%;
	}
	#toucan img {
	    width: 100%;
	    padding-left: 10%;
	    max-width: calc(265px);
	}
}

@media only screen and (max-width: 1179px) {
	body {
		font-size: 13pt;
	}
	#main {
	    left: 0;
	    width: calc(100%);
        top: calc(10% + 20px);
	}
	#header {
		width: calc(100% - 40px);
	}
	#sponsors, #right-col {
		width: 30%;
	}
	#title {
		left: 150px;
		vertical-align: middle;
		display: inline-block;
	}

	#left-col {
		padding-top: calc(56.25% - 110px - (42% / 16 * 9));
	}

	#left-col, #stream {
		width: calc(100% - 38% - 40px);
	}
	#toucan {
		width: 20%;
	}
	#toucan img {
	    width: 100%;
	    padding-left: 10%;
	    max-width: calc(265px);
	}	
}

@media only screen and (max-width: 1000px) {
	#header {
		top: 50px;
	}
} */

/* 

.strytl-indicator-container .strytl-indicator.strytl-live {
	background-color: #DBC268 !important
}

.strytl-indicator-container .strytl-indicator.strytl-update {
	display: none;
}

#safari {
	padding: 20px 20px 20px 0;
	display: none;
	font-size: 12pt;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chat {
	padding-right: 35px;
}

.chat h3 {
	margin-top: 0;
}

.storytile-sites-public-chat-messages {
	height: 400px;
	overflow-y: auto;
	margin-bottom: 30px;
	font-size: 0.85em;
}

.storytile-sites-public-chat-message {
	line-height: 1.2;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.storytile-sites-public-chat-message:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.storytile-sites-public-chat-message-time {
	display: none;
}

.storytile-sites-public-chat-message-user {
	font-weight: bold;
}

.storytile-sites-public-chat-inputs form {
	display: flex;
}

.storytile-sites-public-chat-input-text {
	background-color: transparent;
	color: white;
	border: 1px solid white;
	flex: 1;
	resize: none;
	font-family: Glober, sans-serif;
	line-height: 32px;
	height: 32px;
	padding: 0 10px;
	white-space: nowrap;
}

.storytile-sites-public-chat-input-button {
	background-color: white;
	color: #012737;
	border: 1px solid white;
	cursor: pointer;
}

.login {
	padding-right: 35px;
}

.login form {
	display: flex;
}

.login input[type="text"] {
	background-color: transparent;
	border: 1px solid white;
	flex: 1;
	height: 32px;
	color: white;
	padding: 0 10px;
	font-family: Glober, sans-serif;
}

.login button {
	border: 1px solid white;
	background-color: white;
	color: #012737;
	padding: 0 10px;
}

.login .login__text {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 0.85em;
}

.slido {
	margin-bottom: 60pt;
}

.slido iframe {
	border: 2px solid white;
}

.slido__title {
	color: #DBC268;
	margin-top: 0;
	margin-bottom: 0;
}

.slide__subtitle {
	margin-top: 0;
}

#title h1 {
	clear: both;
} */
