html,
body {
	background-color: #f00;
	color: #fff;
	font-family: 'FuturaGrkBook-Regular', Arial;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility !important;
	letter-spacing: 0.02em;
}

@media (max-width: 720px){
	
	body {
		text-align: center;
	}

}

a,
a:hover,
a:active,
a:focus,
a:visited {
	color: #fff;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}
.no-gutter-right {
	padding-right: 0 !important;
}
.no-gutter-left {
	padding-right: 0 !important;
}
.kill-overflow {
	overflow: hidden !important;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.language-element {
	font-size: 12px;
	line-height: 37px;
}

.language-element.active {
	font-family: 'FuturaGrkHeavy-Regular', Arial;
}

.not-ready {
	display: none;
}

.title-a {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-top: 16px;
}
.title-b {
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-top: 16px;
	font-family: 'FuturaGrkHeavy-Regular', Arial;
	letter-spacing: 0.26em;
	color: rgba(0,0,0,0.2);
}
div.rotated-title {
	width: 60px;
	position: absolute;
	right: 0;
}

h2.rotated-title {
	transform: rotate(270deg);
	/* white-space: nowrap; */
	transform-origin: right top;
	font-size: 12px;
	letter-spacing: 0.3em;
	width: 400px;
	display: block;
	/* background-color: pink; */
	position: absolute;
	left: -400px;
	line-height: 60px;
	text-align: right;
	padding-right: 20px;
}

@media (max-width: 720px){
	
	h2.rotated-title {
		display: none;
	}

}

h4.headline {
	font-size: 38px;
	line-height: 1.5em;
	margin-top: 90px;
}

@media (max-width: 720px){
	
	h4.headline {
		font-size: 24px;
	}

}


p.description {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-top: 60px;
	margin-bottom: 130px;
}
a.button {
	background-color: #000;
	line-height: 4em;
	width: 100%;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.26em;
	font-family: 'FuturaGrkHeavy-Regular', Arial;
	font-size: 13px;
	box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
	max-width: 260px;
}



.header {
	margin-top:40px;
}
.main {
	margin-top: 120px;
}
.main date {
	font-size: 13px;
	font-family: 'FuturaGrkHeavy-Regular', Arial;
	letter-spacing: 0.3em;
	margin-bottom: 25px;
	display: block;
}
.main h1 {
	font-size: 73px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.06;
}


@media (max-width: 720px){
	
	.main h1 {
		font-size: 52px;
	}

}

.main h3 {
	font-family: 'FuturaGrkLight-Regular', Arial;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-bottom: 30px;
	margin-top: 62px;
}
.about {
	margin-top: 320px;
}

@media (max-width: 480px){
	
	.about {
		margin-top: 0;
	}

}

.about .stats-big {
	font-size: 73px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	line-height: 1.11em;
	padding-left: 5px;
	margin-top: 65px;
}


@media (max-width: 720px){
	
	.about .stats-big {
		font-size: 34px;
		border-bottom: none;
	}

	.about .stat {
		display: inline-block;;
		width: 30%;
		text-align: center;
		margin-bottom: 40px;
	}

}

.about .stats-small {
	font-family: 'FuturaGrkHeavy-Regular', Arial;
	letter-spacing: 0.26em;
	line-height: 4em;
	font-size: 12px;
	padding-left: 5px;
}
.about .stats-body {
	background-color: #fff;
	height: 100%;
	color: #000;
}

@media (max-width: 720px){
	
	.about .stats-body {
		padding: 0 40px;
	}

}

.about .stats-body::before {
	content: "";
	background-color: #d7d7d7;
	position: absolute;
	left: 60px;
	top: 0;
	height: inherit;
	width: 1px;
}

@media (max-width: 720px){
	
	.about .stats-body::before {
		content: none;
	}

}

.about .stats-body::after {
	content: "";
	background-color: #fff;
	font-weight: bold;
	width: 200%;
	height: inherit;
	display: block;
	left: 100%;
	position: absolute;
	top: 0;
}
.industry {
	margin-top: 135px;
}

@media (max-width: 480px){
	
	.industry {
		margin-top: 0;
	}

}

.industry .industry-content {
	background-color: #000;
	height: 100%;
}
.industry p.description {
	position: inherit;
	left: 200px;
}

@media (max-width: 720px){
	
	.industry p.description {
		left: 0;
	}
}

.industry .industry-logos {
	margin-top: 60px;
	margin-bottom: 90px;
}

.industry .industry-logos-item {
	display: inline-block;
	height: 90px;
	position: relative;
	width: 140px;
	vertical-align: middle;
	opacity: 0.6;
	margin-right: 30px;
	margin-bottom: 30px;
}

.industry .industry-logos-item img {
	max-width: 130px;
	max-height: 70px;
	vertical-align: middle;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.industry .industry-content::before {
	content: "";
	background-color: #000;
	color: red;
	font-weight: bold;
	width: 200%;
	height: inherit;
	display: block;
	left: -200%;
	position: absolute;
	top: 0;
}
.industry .industry-content::after {
	content: "";
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	right: 60px;
	top: 0;
	height: inherit;
	width: 1px;
}

@media (max-width: 720px){
	
	.industry .industry-content::after {
		content: none;
	}
}

.mentors {
	background-color: #fff;
	color: #000;
}
.mentors .rotated-title {
	padding-right: 0;
	margin-top: 90px;
}
.mentors .mentors-content .mentors-inner {
	margin-top: 72px;
}

@media (max-width: 720px){
	
	.mentors .mentors-content .mentors-inner {
		margin-top: 30px;
		text-align: center;
	}

}

.mentors .mentors-content .pic img {
	width: 45px;
	height: 45px;
	margin-left: 20%;
}

@media (max-width: 720px){
	
	.mentors .mentors-content .pic img {
		margin: 0 auto;
	}

}


.mentors .mentors-inner .title-a, 
.mentors .mentors-inner .title-b {
	margin-top: 0;
	line-height: 45px;
}

.mentors .mentors-inner .title-b {
	font-size: 10px;
}

.mentors .mentors-content .mentors-inner .row {
	margin-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ededed;
}
.mentors .mentors-content .mentors-inner .row:last-child {
	border-bottom: none;
}
.mentors .mentors-content {
	padding-bottom: 176px;
}
.mentors .mentors-content::before {
	content: "";
	background-color: #d7d7d7;
	position: absolute;
	left: 60px;
	top: 0;
	height: 100%;
	width: 1px;
}

@media (max-width: 720px){
	
	.mentors .mentors-content::before{
		content: none;
	}

}

.supported-by-outer {
	width: 100%;
	position: absolute;
	z-index: 999;
}
.supported-by {
	margin-top: -195px;
	/*transform: translate3d(0, -195px, 0);*/
}
.supported-by-content {
	background-color: #000;
}
.supported-by-content h4 {
	margin-top: 80px;
}
.supported-by-content p {
	margin-top: 45px;
	margin-bottom: 85px;
}
.supported-by-box {
	box-shadow: 0 2px 90px 0 rgba(0, 0, 0, 0.15);
}
.sponsors-container {
	margin-top: 200px;
}
.sponsors-container .rotated-title {
	text-align: left;
	left: -250px;
	width: 250px;
}
.sponsors .sponsors-body {
	background-color: #fff;
	height: 100%;
	color: #000;
}
.sponsors .sponsors-body::before {
	content: "";
	background-color: #d7d7d7;
	position: absolute;
	left: 60px;
	top: 0;
	height: inherit;
	width: 1px;
}

.sponsor-item {
	display: block;
	float: left;
	height: 70px;
	line-height: 70px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.sponsor-image {
    max-width: 160px;
    height: auto;
}

@media (max-width: 720px){
	
	.sponsors .sponsors-body::before {
		content: none;
	}

}

.sponsors .sponsors-body::after {
	content: "";
	background-color: #fff;
	font-weight: bold;
	width: 200%;
	height: inherit;
	display: block;
	left: 100%;
	position: absolute;
	top: 0;
}
.sponsors .sponsors-gold {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #dbdbdb;
}
.sponsors .sponsors-silver {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #dbdbdb;
}

.sponsors .sponsors-inkind {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #dbdbdb;
}

.sponsors .sponsors-supporters {
	padding-top: 80px;
	padding-bottom: 130px;
}

.prizes {
	margin-top: -80px;
	/*transform: translate3d(0, -80px, 0);*/
}
.prizes .prizes-content {
	background-color: #000;
	height: 100%;
	box-shadow: 0 2px 90px 0 rgba(0, 0, 0, 0.15);
}
.prizes .prizes-content::after {
	content: "";
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	right: 60px;
	top: 0;
	height: inherit;
	width: 1px;
}

@media (max-width: 720px){
	
	.prizes .prizes-content::after {
		content: none;
	}

}

.prizes .headline {
	margin-bottom: 95px;
}
.prizes .prizes-list {
	border-top: 1px solid rgba(255,255,255,0.3);
}
.prizes h4.title-a {
	letter-spacing: 0.05em;
	margin-top: 32px;
	padding-bottom: 32px;
}
.prizes h5.title-b {
	color: rgba(255,255,255,0.2);
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-top: 38px;
	font-family: 'FuturaGrkHeavy-Regular', Arial;
	letter-spacing: 0.26em;
	text-align: right;
}

@media (max-width: 720px){
	
	.prizes h5.title-b {
		text-align: center;
		margin-top: 0;
		margin-bottom: 20px;
	}

}

.prizes .prizes-stats h5 {
	margin-top: 190px;
	font-size: 73px;
	line-height: 1em;
}
.prizes .prizes-stats h6 {
	font-family: 'FuturaGrkHeavy-Regular', Arial;
	letter-spacing: 0.45em;
	line-height: 1em;
	font-size: 12px;
	margin-top: 15px;
}
.team {
	margin-top: 130px;
	/*transform: translate3d(0, -80px, 0);*/
}

@media (max-width: 480px){
	
	.team {
		margin-top: 0px;
	}

}

.team h4.headline {
	margin: 0;
}

@media (max-width: 720px){
	
	.team h4.headline {
		display: none;;
	}

}

.team .team-member {
	background-color: #fff;
	color: #000;
	text-align: center;
	height:280px;
	padding: 44px;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
}
.team .border-right-red {
	border-right: 1px solid #f00;
}
.team .border-top-red {
	border-top: 1px solid #f00;
}

@media (max-width: 480px){
	
	.team .border-right-red {
		border-right-color: rgba(0,0,0,0.2);
	}
	.team .border-top-red {
		border-top-color: rgba(0,0,0,0.2);
	}

}


.team .team-member img {
	max-width: 65px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.team .team-member h4.title-a {
	margin-top: 40px;
	font-size: 20px;
	letter-spacing: 0.05em;
}
.team .team-member h5.title-b {
	font-size: 14px;
	color: #9c9c9c;
	font-family: 'FuturaGrkBook-Regular', Arial;
	letter-spacing: 0.02em;
	line-height: 1.4em;
}
.footer {
	margin-top: 130px;
	background-color: #000;
	text-align: center;
}
.footer img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 165px;
	max-width: 78%;
	background-image: url('images/10680069_505355492900357_4476686170485821331_o.jpg');
	background-position: 50% 50%;
	background-size: 210%;
}
.footer h4.headline {
	margin-top: 35px;
}
.footer p.description {
	color: rgba(255,255,255,0.5);
	margin-top: 30px;
	margin-bottom: 40px;
}
.footer a.button {
	background-color: #fff;
	color: #000;
	margin-right: auto;
	margin-left: auto;
}
.footer .footer-copy {
	margin-top: 125px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 9px;
	letter-spacing: 0.14em;
}

@media (max-width: 480px){
	
	.footer .footer-copy {
		text-align: center;
	}

}

.navbar {
	/*position: absolute;*/
}
.navbar-bottom {
	position: absolute;
	top: 570px;
	padding-top: 20px;
}
.le-nav {
	/*float: left;*/
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 720px){
	
	.le-nav {
		display: none;
	}

}

.le-nav li {
	float: left;
	position: relative;
	display: block;
	list-style: none;
}
.le-nav a {
	position: relative;
	display: block;
	line-height: 1em;
	font-size: 11px;
	font-family: 'FuturaGrkHeavy-Regular', Arial;
	letter-spacing: 0.26em;
	border: 1px solid #fff;
	padding: 12px 35px;
	color: #fff;
	text-transform: uppercase;
}
.le-nav-social {
	float: right;
}
.le-nav-social a {
	border: none;
	padding: 10px 8px;
}
.le-nav-logo a {
	display: none;
}
.navbar-sticky {
	top: 0;
	position: fixed;
}
.particles {
	position: absolute;
	width: 100%;
	height: 300%;
	left: 0;
	overflow: hidden;
}



@media (max-width: 720px){
	
	.particles {
		display: none;;
	}

	.img-fluid {
		margin: 0 auto;
	}

	.mobile-white {
		background: #fff;
	}

	.mobile-black {
		background: #000;
	}

}

.particles-inner {
	position: absolute;
	left: 50%;
}
.particles-inner div {
	position: absolute;
	z-index: 999;
}
.particles img {
	width: 39px;
}
.particles-header div:nth-child(1) {
	margin-left: -123px;
	margin-top: 44px;
}
.particles-header div:nth-child(2) {
	margin-left: 234px;
	margin-top: 96px;
}
.particles-header div:nth-child(3) {
	margin-left: -122px;
	margin-top: 232px;
}
.particles-header div:nth-child(4) {
	margin-left: -475px;
	margin-top: 465px;
}
.particles-header div:nth-child(5) {
	margin-left: 59px;
	margin-top: 516px;
}
.particles-header div:nth-child(6) {
	margin-left: 349px;
	margin-top: 461px;
}
.particles-mentors div:nth-child(1) {
	margin-left: 294px;
	margin-top: 264px;
}
.particles-mentors div:nth-child(2) {
	margin-left: -102px;
	margin-top: 790px;
}
.particles-supported div:nth-child(1) {
	margin-left: 105px;
	margin-top: 136px;
}
.particles-supported div:nth-child(2) {
	margin-left: -458px;
	margin-top: 574px;
}
.button-scaller {
	transition: transform 0.15s cubic-bezier(0, 0, 0.24, 0.99);
}
.button-scaller:hover {
	transform: translate3d(0, -4px, 0);
}