/* ////////////////////////// COMMON ////////////////////////// */
html {
	height:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background:#146282;
}
strong {
	font-weight:600;
}
a {
	color:#146282;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
h1, h2, h3, h4, h5, h6, p {
	color:#444;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab',serif;
	font-weight: 300;
}
h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong {
	font-family: 'Roboto Slab',serif;
	font-weight: 700;
}
h1{
	font-size: 24px;
	line-height: 1.2;
}
.content-area-outer {
	background:#BDD4EE;
	width:100%;
}
.btn {
	background:#788B20;
	color:#fff;
}
.caret {
	border-top-style:solid;
}
.modal-header {
	background-color:#BDD4EE;
}

.overlay {
	color:#fff;
	position: relative;
	top: -60px;
	left: 0;
	width: 100%;
	height: 0;
	margin:3px;
	text-align: center;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.overlay a {
	color:#fff;
}

.row-centered {
	text-align:center;
}
.call-to-action {
	display:inline-block;
	background:#788B20;
	color:#fff;
	font-size:1.1em;
	padding:15px 30px;
	margin:10px auto;
}
.call-to-action > a {
	color:gold;
}
.no-padding {padding:0; margin:0 !important;}
.img-header-left {
	float:left;
	width:300px;
	margin-right: 20px;
}
.img-header-right {
	float:right;
	width:300px;
	margin-left: 20px;
}

.ticklist {list-style-type: none;}
.ticklist li:before {
	font-family: 'FontAwesome';
	content: '\f0a9';
	margin:0 5px 0 -20px;
	color:#788B20;
}

.contact-form label {
	font-weight:normal;
}
.contact-form input, .contact-form select, .contact-form textarea {
	margin:0 0 10px 0;
	border-radius:0;
	border:0;
}

/* ////////////////////////// NAV BAR ////////////////////////// */
header {
	background-color:#fff;
}
.navbar {
	margin-bottom: 0;
	min-height: 0;
	background-color: #146282;
	border-radius: 0;
	border: 0;
}
.navbar-header {
	background-image: url("../images/logo-side.png");
}
.navbar-header > a {
	color:#ADC4CC;
	text-decoration: none;
	padding:0;
}
.navbar-nav > li {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 0;
}
.navbar-nav > li > a {
	padding: 15px 25px;
	border-right: 1px solid #8DA4AA;
	color: #FFF;
	text-decoration: none;
}
.navbar-nav > li > a:hover {
	color: #146282;
	background-color: #FFF;
}
.navbar-nav > li.active > a,.navbar-nav > li.active > a:hover {
	color: #146282;
	background-color: #FFF;
}
.navbar-toggle {
	padding:7px;
}
.navbar-toggle .icon-bar {
	background-color: #FFF;
	height: 3px;
}
.navbar-toggle:hover {
	background: #FFF;
}
.navbar-toggle:hover span {
	background-color: #505050;
}
.dropdown-menu > li > a {
	padding: 10px 20px;
	color: black;
	text-decoration: none;
}
.dropdown-menu > li > a:hover {
	background:#D0D0D0;
}

/* ////////////////////////// FOOTER ////////////////////////// */
footer{
	background-color: #146282;
	padding: 10px 0;
}
footer .legal{
	margin: 0 0 10px;
}
footer .legal li{
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
	font-size: 11px;
	color: #fff;
}
footer .legal a {
	color: #fff;
	text-decoration: none;
}
footer .legal a:hover {
	text-decoration: underline;
}


/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////// SMALL DESKTOP ////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav > li > a{
		padding: 15px 20px;
		text-transform: none;
	}
}

/* /////////////////////////////////////////////////////////////////// */
/* ////////////////////////////// MOBILE ///////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */
@media (max-width: 767px) {
	.dropdown-menu > li > a {
		padding: 10px 40px;
		margin-left:40px;
	}
	.img-header-left,.img-header-right {
		float:none;
		width:80%;
		margin:0 auto;
	}
}
