
/*
***********************************************
	Body
*/

@font-face {
  font-family: 'San Francisco';
  src: url('../fonts/sanfranciscodisplay-regular-webfont.woff');
}

body {
	margin: 0;
	background: #626964;
	font-family: 'San Francisco', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}
html,
body {
	height: 100%;
	overflow: hidden;
}
#scroll-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}


/*
***********************************************
	Basic Defaults
*/

h1, h2, h3,
h4, h5, h6 {
	margin-top: 0;
	font-weight: normal;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
  	opacity:  .5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
  	opacity:  .5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
  	opacity:  .5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
  	opacity:  .5;
}


/*
***********************************************
	Header
*/

#site-header {
	text-align: center;
	padding-top: 65px;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
#site-logo img {
	width: 250px;
}
.logo-trian {
	position: absolute;
	top: 20px;
	left: -27px;
	fill: none;
	stroke: #fff;
	stroke-width: 1px;
}
.logo-trian.right-trian {
	left: auto;
	right: -24px;
}
#site-headline {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.anim {
	visibility: hidden;
}

/*
***********************************************
	Countdown
*/

#countdown-block {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
.sidemenu #site-header,
.sidemenu #countdown-block  {
	margin-left: 300px;
}
#countdown-label {
	letter-spacing: 3px;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 17px;
}
#countdown {
	margin: 0 -50px;
	text-align: left;
	display: inline-block;
}
#countdown .countdown-section {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 60px;
	line-height: 72px;
	font-weight: 100;
}
#countdown .countdown-section + .countdown-section {
	margin-left: 37px;
}
#countdown .countdown-period {
	display: block;
}
#countdown .countdown-section .sep {
	position: absolute;
	top: 0;
	right: -20px;
}


/*
***********************************************
	Social
*/

#social {
	position: fixed;
	z-index: 10;
	top: 50%;
	right: 40px;
	margin-top: -200px;
}
#social ul {
	padding: 0;
	margin: 0;
}
#social ul li {
	margin-bottom: 27px;
	list-style: none;
	width: 60px;
	position: relative;
}
#social ul li:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	background: url(../images/hexagon.png) right 0 no-repeat;
	background-size: cover;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
#social ul li a {
	line-height: 64px;
	font-size: 17px;
	color: #fff;
	display: block;
	height: 69px;
	position: relative;
	z-index: 99;
	text-align: center;
	outline: none;
}
#social ul li a:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	left: 0;
	content: "";
	background: url(../images/hexagon.png) 0 0 no-repeat;
	background-size: cover;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}
#social ul li:hover:after {
	opacity: 0;
}
#social ul li a:hover:after {
	opacity: 1;
}

/*
***********************************************
	Content
*/

.content-pane {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	-webkit-transition: left ease .4s;
	-moz-transition: left ease .4s;
	-ms-transition: left ease .4s;
	-o-transition: left ease .4s;
	transition: left ease .4s;
}
.sidemenu .content-pane {
	left: 300px;
}
.content-pane .pane-inner {
	position: absolute;
	bottom: 0;
	max-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	overflow: auto;
	padding: 230px 150px 116px;
}
.content {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}
.columns {
	padding-top: 77px;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}
.columns:after {
	clear: both;
	width: 100%;
	content: "";
	display: block;
}
.columns .col {
	float: left;
	width: 33%;
}
.columns .col .about-icon {
	width: 45px;
	display: inline-block;
	margin-bottom: 32px;
	background-size: cover;
	background-position: 0 0;
	width: 45px;
	height: 40px;
}
.columns .col .about-icon.icon-1 {
	background-image: url(../images/icon-about-1.png);
}
.columns .col .about-icon.icon-2 {
	background-image: url(../images/icon-about-2.png);
}
.columns .col .about-icon.icon-3 {
	background-image: url(../images/icon-about-3.png);
}
.columns .col .about-icon img {
	max-width: 100%;
}
.columns .col .about-title {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 3px;
}
.content-pane .content {
	letter-spacing: 3px;
}
.content-pane .section-title {
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding-bottom: 27px;
	font-weight: 300;
	background: url(../images/pane-title.svg) center bottom no-repeat;
}
.content-pane .pane-subtitle {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2px;
	margin-bottom: 76px;
}

#app {
	padding: 20px;
}

.button {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	background-image: linear-gradient(135deg, #54FDE1, #48B2FF, #8D85FE);
	letter-spacing: 3px;
	border-radius: 5px;
	color: #fff;
	padding: 11px 35px;
	cursor: pointer;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	text-decoration: none;
	margin: 15px;
}

/*
***********************************************
	Background
*/

#main-wrap {
	position: relative;
	z-index: 99;
	height: 100%;
}
.main-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}
.main-bg:after,
#tubular-shield {
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	z-index: 19;
}
#single-img {
	background: url(../images/poster.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: right;
}
#single-color {
	background: #290a2e;
}
#pattern {
	background: url(../images/pattern-bg.jpg) 0 0 repeat fixed;
}
#triangles {
	background-image: url(../images/triangles-bg.jpg);
}
#pattern:after,
#triangles:after {
	display: none;
}
#background-slideshow .slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
	-webkit-transform: traslateZ(0px);
	-moz-transform: traslateZ(0px);
	-ms-transform: traslateZ(0px);
	-o-transform: traslateZ(0px);
	transform: traslateZ(0px);
	-webkit-transform-origin: center center 0;
	-moz-transform-origin: center center 0;
	-ms-transform-origin: center center 0;
	-o-transform-origin: center center 0;
	transform-origin: center center 0;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/circles.svg) center center no-repeat #15151c;
	z-index: 9999;
}