/*
 * Fonts
 * --------------------------------------------------
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,500,500italic);

/*
 * Resets
 * --------------------------------------------------
 */

.navbar {
	margin-bottom: 0px;
	border: none;
}

.container {
	max-width: none !important;
}

.page-header {
	margin-top: 0px;
}

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

/*
 * Global
 * --------------------------------------------------
 */

html, body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

body {
	background: url(../img/body-bg.jpg) #003066 top right no-repeat;
	background-size: cover;
	padding-top: 100px;
}


h1, h2, h3, h4 {
	margin-top: 0px;
	font-weight: 500;
	color: #7da52e;
}

a {
	color: #fff;
}

a:hover, a:focus {
	color: #7da52e;
}

b, strong {
	font-weight: 500;
}
/*
 * Header
 * --------------------------------------------------
 */

.banner {
	position: relative;
	min-height: 700px;
}

.logo-wrapper {
	margin-bottom: 25px;
}

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

.primary-nav > li {
	display: block;
	text-align: left;
}

.primary-nav li a {
	color: #fff;
	font-size: 26px;
	line-height: 32px;
}

.primary-nav li.active a, .primary-nav li:hover a, .primary-nav li:focus a {
	color: #7da52e;
}

.side-btm {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.side-content .header-phone, .side-content .header-fax, .side-content .personal-phone {
	font-weight: 500;
}

.side-content .header-phone a, .side-content .header-fax span, .side-content .personal-phone a {
	font-weight: 300;
}

.side-content .personal-phone a {
	display: block;
}

.social {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 1.3em;
}

.social:hover {
	color: #7da52e;
}

/*
 * Body
 * --------------------------------------------------
 */

.home .wrap {
	background: transparent;
}

.wrap {
	background: rgba(0,0,0,0.8);
	padding: 10px 15px;
}

.content img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/*
 * Footer
 * --------------------------------------------------
 */

.copyright-wrapper {
	text-align: right;
	padding-top: 15px;
}

.copyright {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

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

.copyright a {
	color: #fff;
}

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

.wpcf7 input[type="submit"] {
	border: 2px solid #7da52e;
	border-radius: 3px;
	padding: 10px 15px;
	background: transparent;
	color: #7da52e;
	text-transform: uppercase;
	font-weight: 500;
}

.wpcf7 input[type="submit"]:hover {
	border: 2px solid #7da52e;
	background-color: #7da52e;
	color: #fff;
}