/* IMPORTS */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/* RESETS */
.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

.navbar {
	margin-bottom: 0px;
}

/* GLOBAL */
html, body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #696969;
}

html {
	position: relative;
	min-height: 100%;
}

header {
	border-top: 7px solid #00c4ff !important;
	background: url(../img/header-bg.jpg) no-repeat top center;
	background-size: cover;
}

body {
	margin-bottom: 100px;
}

footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	margin: 0 auto;
	border-top: 3px solid #00c4ff;
	padding-top: 15px;
}

h1, h2, h3, h4 {
	font-weight: 700;
	margin-top: 0px;
}

h1 {
	font-size: 28px;
	line-height: 34px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
}

a {
	color: #696969;
}

a:hover {
	color: #4c90c1;
	text-decoration: none;
}

/* HEADER */
.logo-wrapper {
	padding: 15px;
}

.logo {
	max-width: 100%;
	height: auto;
}

.header-contact-wrapper {
	text-align: right;
}

.header-contact-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.header-contact {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	padding-top: 20px;
}

.header-contact h2 {
	text-transform: uppercase;
	color: #4c90c1;
	font-size: 32px;
	line-height: 36px;
}

.header-contact a {
	color: #4c90c1;
}

.nav-container {
	border-top: 5px solid #00c4ff;
	background-color: #fff;
}

.primary-nav {
	text-align: center;
	margin-top: -5px;
}

.primary-nav > li {
	position: relative;
	display: table-cell;
	width: 1%;
	text-align: center;
}

.primary-nav > li > a {
	color: #4c90c1;
	text-transform: uppercase;
}

.primary-nav > li:before {
	content: '';
	display: none;
	width: 100%;
	height: 5px;
	top: -5px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	background-color: #40649e;
}

.primary-nav > li.active:before, .primary-nav > li:hover:before {
	display: block;
}

/* BODY */
.page-header h1 {
	color: #40649e;
}

.content ul {
	list-style-type: none;
}

.content ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}

.content ul li:before {
	content: '•';
	color: #40649e;
	position: absolute;
	left: 0px;
}

.widget_sow-image img {
	margin: 0 auto;
}

.slider-wrapper .metaslider .caption-wrap {
	width: 50%;
	margin: 0 auto;
	right: 0px;
	bottom: 50px;
	text-align: center;
	background: rgba(64, 100, 158, 0.66);
	text-transform: uppercase;
	font-size: 26px;
}

/* FOOTER */
.footer-nav > li {
	display: inline-block;
	border-right: 1px solid #4c90c1;
}

.footer-nav > li > a {
	color: #4c90c1;
	text-transform: uppercase;
	padding: 0px 15px;
}

.footer-nav > li:last-child {
	border: none;
}

.copyright {
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	color: #333;
	padding: 0px 15px;
}

.copyright a {
	color: #333;
}

.copyright:last-child {
	border: none;
}

.social-title {
	display: inline-block;
	color: #40649e;
}

.social {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	width: 27px;
	height: 27px;
}

.facebook {
	background: url(../img/fb_icon.png) no-repeat;
	background-size: contain;
}

.linkedin {
	background: url(../img/li_icon.png) no-repeat;
	background-size: contain;
}

.youtube {
	background: url(../img/yt_icon.png) no-repeat;
	background-size: contain;
}

/* FORMS */
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea {
	border: 2px solid #4c90c1;
	border-radius: 3px;
	padding: 5px 10px;
	margin-bottom: 10px;
	width: 100%;
	color: #4c90c1;
}

.wpcf7 input[type="submit"] {
	border: 2px solid #4c90c1;
	color: #4c90c1;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 80%;
	display: block;
	margin: 0 auto;
	background: transparent;
	text-transform: uppercase;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #4c90c1;
	border: 2px solid #4c90c1;
	color: #fff;
	transition: all 0.3s ease-in;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
	.header-contact-wrapper {
		height: 195px;
	}
}

@media (min-width: 991px) {
	.header-contact-wrapper {
		height: 255px;
	}
}

@media (min-width: 1200px) {
	.header-contact-wrapper {
		height: 270px;
	}
}

@media (max-width: 768px) {
	.logo-wrapper {
		text-align: center;
	}

	.header-contact-wrapper {
		text-align: center;
	}

	.header-contact {
		text-align: center;
	}

	.navbar-toggle {
		float: none !important;
		margin: 10px auto;
		border: 2px solid #4c90c1;
	}

	.navbar-toggle .icon-bar {
		background-color: #4c90c1;
	}

	.primary-nav {
		margin-top: 0px;
	}

	.primary-nav > li {
		display: block;
		text-align: center;
		width: auto;
	}

	.primary-nav > li.active:before, .primary-nav > li:hover:before {
		display: none;
	}

	.slider-wrapper .metaslider .caption-wrap {
		bottom: 0px;
		width: 75%;
		font-size: 16px;
	}

	.footer-nav > li {
		display: block;
		text-align: center;
		border: none;
		margin-bottom: 15px;
	}

	.copyright {
		display: block;
		text-align: center;
		border: none;
		margin-bottom: 15px;
	}

	.social-wrapper {
		text-align: center;
	}

	.social-title {
		display: block;
	}
}

