body {
	background: #25313e;
	overflow-x: hidden;
	font-family: 'Questrial', sans-serif;
	color: #222222;
}

p {
    color: #878b99;
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 15px;
}

a,
a:hover {
	outline: 0;
	color: #00d9ff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	text-decoration: none;
}

a
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	color: #222222;
}

h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
}

button,
button:hover {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

/* ======= Extras ======= */

span.dot {
	background: #0099ff;
	border-radius: 5px;
	display: block;
	height: 5px;
	margin: 15px 5px 20px 0;
	width: 30px;
}

span.dot.center {
	margin: 15px auto 20px;
}

.btn-main {
	background: #0099ff;
	color: #fff;
	border-radius: 50px;
	border: none;
	line-height: 45px;
	padding: 0 24px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-size: 14px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	margin: 5px auto;
	display: table;
}

.btn-main:hover {
	background: ##00d9ff;
	color: #fff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.btn-white {
	background: #fff;
	color: #0099ff;
}

.btn-left {
    margin: 0;
}

/* ======= Header ======= */

header {
	padding: 20px 0px;
}

.navbar {
	text-transform: uppercase;
	background: transparent;
	margin: 0;
	border-radius: 0px;
	border: none;
	padding: 5px 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
}

.navbar a:focus ,
.navbar .navbar-nav li a:focus {
	outline: 0;
	color: #fff;
}

.navbar-default,
.navbar-inverse {
	border: 0;
}

.navbar-brand {
	color: #FFF !important;
	text-transform: none;
	margin: 0px;
	font-size: 37px;
	padding: 20px 0px 0px;
	font-family: Vampiro One;
	font-weight: 400;
}

.nav > li {
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 14px 5px 0;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 7px 15px;
	color: #FFF !important;
	font-size: 11px;
	font-weight: 400;
	border-radius: 5px;
	border: 1px solid transparent !important;
}

.nav > li > a:hover ,
.nav > li.active > a {
	color: #0099ff !important;
	border-color: #fff !important;
	background: #FFF !important;
}

.nav li:last-child a {
	border: 1px solid #fff !important;
}

.nav > li:last-child > a:hover {
	color: #fff !important;
	border-color: #0099ff !important;
	background: #0099ff !important;
}

/* ======= Content Styles ======= */

.content {
	padding: 90px 0 160px;
}

.skip-container {
	padding: 40px 30px 30px;
	background: #fff;
	border-radius: 5px;
	border-top: 5px solid #3e78ad;
	position: relative;
}

.skip-container:before {
	content: "";
	height: 5px;
	width: 33%;
	background: #4e97d9;
	position: absolute;
	top: -5px;
	left: 0;
	border-radius: 5px 0 0 0;
}

.skip-container:after {
	content: "";
	height: 5px;
	width: 33%;
	background: #2e5a82;
	position: absolute;
	top: -5px;
	right: 0;
	border-radius: 0 5px 0 0;
}

.skip-container h4 {
	color: #414655;
	font-size: 20px;
	margin: 0 0 15px;
	position: relative;
}

.center-captcha {
	width: 305px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.countdown {
    border: 2px solid #888;
    border-radius: 50%;
    color: #888;
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: 140px;
    line-height: 32px;
    margin: 25px auto;
    padding: 36px 0 0;
    width: 140px;
	transition: 1s;
	-webkit-transition: 1s;
}

.countdown.end {
	border: 2px solid #2ecc71;
	color: #2ecc71;
}

.countdown .timer {
    font-size: 30px;
}

.desc {
    color: #aaa;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    margin: 5px 0 25px;
}

.about {
	background: #2e3e4e;
	padding: 88px 0;
}

.about img {
	margin: 20px auto;
}

.join-now {
	padding: 80px 0;
}

.join-now h3 {
	margin: 0px 0px 10px;
	text-align: center;
	font-weight: 300;
	font-size: 45px;
	text-transform: none;
	color: #fff;
}

.join-now p {
	margin-bottom: 40px;
}

.footer-copy {
	padding: 30px 0;
	color: #898989;
}

.footer-copy span {
	margin: 0px;
	font-size: 13px;
}

/* ======= Responsive Styles ======= */

/* iPad (768 - 959px) */
@media only screen and (min-width: 768px)  and (max-width: 959px) {

	.skip-container {
		padding-left: 0px;
	}

	.content p {
		font-size: 14px;
		margin: 0px 0px 30px;
		padding-right: 15px;
		line-height: 25px;
	}
}

/* Mobile (Up to 767px) */
@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
		max-width: 400px;
	}

	.content {
		background-size: auto 100%;
		padding: 160px 0px 132px;
	}

	.content h2 {
		font-size: 45px;
		margin: 25px 0px 40px;
		line-height: 50px;
		text-align: center;
	}

	.content p {
		font-size: 14px;
		margin: 0px 0px 20px;
		line-height: 24px;
		padding: 0;
		text-align: center;
	}

	.skip-container {
		padding-left: 15px;
		padding-top: 60px;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.navbar-toggle {
		border: none !important;
		margin-top: 17px;
		margin-right: 0px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-toggle:hover {
		background: #000 !important;
	}

	.navbar-toggle:focus {
		background: transparent !important;
	}

	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
		overflow-x: visible;
		border-top: 0;
	};
}