body {
	font-family: 'Roboto', sans-serif;
	background: #253f60;
	color: #333;
}
span {
	color: #557b98
}
main {
	margin-top: 12px;
}
header {
	margin-top: 130px;
}
h1, h2, h3 {
	padding: 0;
	margin: 0 0 15px 0;
}
main div.data {
	background: none;
}
main>div.data {
	padding: 0px 0;
}
main>div.data>section {
	display: none;
}
main>div.data>section:first-child {
	display: block;
}
main div.data div.block:first-child {
	padding-top: 25px;
}
main div.data div.block:last-child {
	padding-bottom: 20px;
	border: 1px solid #fff
}
main div.data div.block {
	padding: 20px 40px 20px 40px;
	color: #fff
}
div.intro p {
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0;
	line-height: 31px;
}
div.intro em {
	font-weight: 500;
	color: #f68c1e;
	font-style: normal;
	line-height: 30px;
}
div.counter h2 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase
}
div.counter p {
	font-weight: 700;
	font-size: 18px;
	color: #253f60;
}
div.newsletter h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
ul.countdown li {
	margin: 0 15px;
}
ul.countdown li span {
	font-size: 32px;
}
ul.countdown li p {
	font-size: 14px;
	color: #999;
	margin-bottom: 0;
}
main div.data div.counter {
	background: none;
}
.newsletter form {
	padding: 0 0;
	text-align: center;
}
.newsletter form div.input-group {
	max-width: 392px;
	margin: 0 auto;
}
nav ul {
	border-radius: 0 0 5px 5px;
	display: block;
	float: left;
	margin-top: 2px;
	width: 100%;
}
nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	width: 33.3334%;
}
nav ul li a {
	display: block;
	color: #f5f5f5;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 22px 0;
	background: #f68c1e;
	margin-right: 2px;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
nav ul li a:hover {
	background-color: #ff8200;
	text-decoration: none;
	color: #fff;
}
nav ul li.selected a {
	background: #000;
}
nav ul li:last-child a {
	margin-right: 0;
	border-radius: 0 0 5px 0
}
nav ul li:first-child a {
}
.btn-default {
	color: #fff;
	background-color: #df4949;
	border-color: #df4949;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	padding: 7px 1.5em;
	font-weight: 500;
	font-size: 16px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	color: #fff;
	background-color: #bf3f3f;
	border-color: #bf3f3f;
}
.newsletter .form-control {
	background-color: #fff;
	border: 1px solid #ddd;
	border-right: none;
	box-shadow: none;
	height: 38px;
}
.fa-paper-plane {
	padding-left: .5em;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: 0px;
}
#contact address {
	margin-bottom: 30px;
}
#contact form p {
	margin-bottom: 20px;
	font-size: 13px;
}
#contact form textarea {
	height: 133px;
}
footer {
	color: #f5f5f5;
	padding-top: 20px;
	float: left;
	width: 100%;
}
footer p.copyright {
	color: #f5f5f5;
	font-size: 12px;
}
#contact .btn .fa-cog {
	opacity: 0;
}
p.bg-warning, p.bg-success {
	padding: 10px;
	margin: 10px;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1)
}
.mask {
	position: fixed;
	top: 0;
	left: 0;
	height: 1080px;
	width: 100%;
	background: #222;
	z-index: 1000;
	text-align: center;
	color: #f5f5f5;
}
.bg-warning i, .bg-success i {
	padding-right: .5em;
}
.btn-primary {
	color: #fff;
	background-color: #f68c1e;
	border-color: #bf3f3f;
}
a {
	color: #f68c1e;
	text-decoration: none;
}
footer li a {
	color: #fff;
	font-size: 16px;
}
.img-responsive {
	margin: 0 0 25px 0
}