body {
    background: #000;
    color: #C9C8C5;
    font-size: 13px
}
::selection {
    background: #F90;
    color: #000;
}
::-moz-selection {
    background: #F90;
    color: #000;
}
strong {
    color: #F90;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}
h2 {
	font-size:40px;
}
a {
    color: #C9C8C5;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
a:hover,
a:focus,
a:active {
    color: #F90;
    opacity: 1
}
.purista-bold {
    font-family: 'purista_bold'
}
.purista-light {
    font-family: 'purista_light'
}
.purista-italic {
    font-family: 'purista_light_italic'
}
.purista-thin {
    font-family: 'purista_thin'
}
.container {
    padding: 100px 20px
}
#brand {
    z-index: 1337;
    cursor: pointer;
    position: fixed;
    top: 20px;
    left: 18px;
    height: 50px
}
header {
    height: 100vh;
    position: relative;
    background: url(../images/bg6.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
header h1,
header strong {
    display: block;
    font-size: 75px
}
#goDown {
    position: absolute;
    left: 50%;
    display: block;
    width: 75px;
    height: 75px;
    margin-left: -30px;
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
    color: #C9C8C5
}
#goDown .fa {
    transition: all .5s ease 0;
    font-size: 100px
}
#goDown:hover .fa {
    color: #F90;
    cursor: pointer
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px)
    }
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0)
    }
    40% {
        -o-transform: translateY(-30px)
    }
    60% {
        -o-transform: translateY(-15px)
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}
@media(max-width:35em) {
    header h1, header strong {
        font-size: 65px
    }
}
@media(max-width:30em) {
    header h1, header strong {
        font-size: 52px
    }
}
@media(max-width:25em) {
    header h1, header strong {
        font-size: 35px
    }
}
header img {
    display: block;
    opacity: .89
}
.background {
    background: url(../images/bg.jpg) top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1
}
#about p {
    font-size: 17px;
    line-height: 35px;
    text-transform: none;
    text-align: left
}
#advantage .fa {
    font-size: 5em;
    color: #F90;
    cursor: default
}
#advantage h3 {
    font-family: 'purista_thin';
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px
}
#signup {
    padding: 20px 20px 40px;
    background: rgba(256, 256, 256, 0.1);
    border-top: 1px solid #F90;
    border-bottom: 1px solid #F90
}
#signup .form-control,
#signup .btn {
    border-radius: 0
}
#preorder {
	display:block;
	background: url(../images/bg-preorder.jpg) top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:15px 0px;
	max-height: 170px;
    overflow: hidden;
	border-top: 1px solid #F90;
    border-bottom: 1px solid #F90
}
@media only screen and (max-width : 768px) {
	#preorder {
		max-height:none;
		overflow: visible;
	}
}
#preorder .container {
	padding:15px 20px;
}
#preorder h3 {
	color: #f90;
    font-size: 42px;
    line-height: 35px;
    margin: 0;
}
#preorder small {
	font-size: 20px;
    margin: 0px 0px 0px 4px;
}
#preorder img {
	margin: -30px;
}
#preorder .btn {
	background: rgb(254,213,0);
	background: -moz-linear-gradient(top, rgba(254,213,0,1) 11%, rgba(255,125,1,1) 100%);
	background: -webkit-linear-gradient(top, rgba(254,213,0,1) 11%,rgba(255,125,1,1) 100%);
	background: linear-gradient(to bottom, rgba(254,213,0,1) 11%,rgba(255,125,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed500', endColorstr='#ff7d01',GradientType=0 );
	box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin: 10px 0px 6px 0px;
    padding: 9px 10px;
    width: 100%;
	border-color: #ffa500 #f57500 #fd4500;
    text-shadow: 0px 1px #cf6c04;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
#preorder .btn:hover {
	text-decoration: none;
	background: rgb(254,213,0);
	background: -moz-linear-gradient(top, rgba(254,213,0,1) 11%, rgba(255,125,1,1) 75%);
	background: -webkit-linear-gradient(top, rgba(254,213,0,1) 11%,rgba(255,125,1,1) 75%);
	background: linear-gradient(to bottom, rgba(254,213,0,1) 11%,rgba(255,125,1,1) 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed500', endColorstr='#ff7d01',GradientType=0 );
}
#preorder .btn span {
	display: inline-block;
    font-size: 19px;
    font-weight: bold;
    line-height: 16px;
    margin-left: 10px;
}
















#timeline  ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

#timeline ul:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: rgba(255, 255, 255, 0.1);
	left: 20%;
	margin-left: -10px;
}

#timeline ul > li {
	position: relative;
}

/* The date/time */
#timeline ul > li time {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

#timeline ul > li time span {
	display: block;
	text-align: right;
}

#timeline ul > li time span:first-child {
	font-size: 0.9em;
	color: #c9c8c5;
}

#timeline ul > li time span:last-child {
	font-size: 2em;
	color: #c9c8c5;
}

#timeline ul > li:nth-child(odd) time span:last-child {
	color: #c9c8c5;
}

/* Right content */
#timeline ul > li .tmlabel {
	margin: 0 0 15px 25%;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-bottom: 1px solid #f90;
    border-top: 1px solid #f90;
	color: #c9c8c5;
	padding: 10px 30px;
	text-align:left;
	line-height: 2;
	position: relative;
}

#timeline ul > li .tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
#timeline ul > li .tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: rgba(255, 255, 255, 0.1);
	border-width: 10px;
	top: 10px;
}

#timeline ul > li:nth-child(odd) .tmlabel:after {
	border-right-color: rgba(255, 255, 255, 0.1);
}

#timeline ul > li .icon {
	width: 40px;
	height: 40px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: rgba(0, 0, 0, 0.5);
	background: #f90;
	border-radius: 50%;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

.vert-align-middle {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 280px;
}


@media screen and (max-width: 768px) {
	#timeline ul:before {
		display: none;
	}

	#timeline ul > li time {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	#timeline ul > li time span {
		text-align: left;
	}

	#timeline ul > li .tmlabel {
		margin: 0 0 30px 0;
		padding: 10px 30px;
	}

	#timeline ul > li .tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #f90;
		top: -20px;
	}

	#timeline ul > li:nth-child(odd) .tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #f90;
	}

	#timeline ul > li .icon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

#forum article {
	border: solid 1px #f90;
	background: rgba(256, 256, 256, 0.1);
	color: #c9c8c5;
}

#moot-logo {
	height:0px;
	width:0px;
	visibility:hidden;
	overflow:hidden;
}

#forum p,
#forum .m-title {
	color: #c9c8c5;
}

footer {
    font-size: 17px
}
footer nav {
    font-size: 30px
}