@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Sura');
/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */

body {
	background: #fff;
	margin: 0;
	height: 100%;
	color: #142d34;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
}
h2 {
	font-size: 26px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #333;
}
img {
	height: 100%;
	max-width: 100%;
}

a {
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #00549a;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #01b2fe;
}
p {
	margin-bottom: 15px;
}

.navbar {
	padding: 20px 0;
	margin-bottom: 0px;
}

.navbar-default {
	border-color: transparent;
}
section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.mtb {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mb {
	margin-bottom: 25px;
}
/*	################################################################
	CUSTOM
################################################################# */

.navbar-default {
	border-color: rgba(34,34,34,.0);
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.navbar-header {
	text-align: center;
	width: 100%;
	padding: 30px 0;
}
.navbar-header img {
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
header img {
    margin: 0 auto;
    text-align: center;
}

header .header-dl {
	background: #142d34;
}

header .header-content {
	width: 100%;
	padding: 15px 15px 75px;
	text-align: center;
	z-index: 0;
	position: relative;
	color: #fff;
}
header .header-content h1 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
}
h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000;
}
header p {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 300;
}

@media(min-width:768px) {
header .header-content {
	padding: 60px 10% 150px;
}
header .header-content h1 {
	font-size: 52px;
}
h3 {
	font-size: 22px;
	margin-bottom: 30px;
	margin-top: 20px;
}
header p {
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
}
}
.cta {
	background: #a1a1a1;
	padding: 40px 10% 35px;
}
.cta h2 strong {
	font-family: "Sura", Cambria, Times, serif;
	color: #fcaf16;
}
ul.bulletlist {
	list-style: none;
	padding: 0;
	margin: 0;
}
.bulletlist li {
	padding-left: 40px;
	text-indent: -20px;
}
.bulletlist li:before {
	content: "\f00c";
	color: #f83b28;
	padding-right: 15px;
	font-family: 'FontAwesome';
}
.textblock {
	padding: 70px 0px 40px;
}
.bg-gray {
	background: #eff0f1;
}
.serif {
	font-family: "Sura", Cambria, Times, serif;
	color: #93979b;
	line-height: 30px;
	font-size: 20px;
}
.btn-primary {
	color: #fff;
	background-color: #f83b28;
	border-color: #f83b28;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-primary:hover {
	background-color: #c60000;
	border-color: #c60000;
}
.btn-xlg {
	padding: 17px 24px 8px;
	font-size: 24px;
	border-radius: 6px;
}

/* Footer */
#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #666c73;
	font-size: 14px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #01b2fe;
}
#footer p {
	color: #bfc9d3;
	font-size: 14px;
}
#footer h4 {
	color: white;
}
#footer i:hover {
	color: #00b3fe
}
.form-control {
	height: 46px;
	padding: 10px 12px;
	font-size: 18px;
	line-height: 1.42857143;
	color: #555;
	border: 1px solid #333;
	border-radius: 4px;
}

@media screen and (min-width: 1024px) {
section {
	padding: 80px 0;
}
.mb {
	margin-bottom: 0px;
}
}
