@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
	max-width: 100%;
}

p {
	color:#333333;
	font-size:14px;
	font-weight: 400;
	line-height: 30px;
}

p b {
	font-weight: 700;
	text-transform: uppercase;
}

a {
	color:inherit;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2 {
	font-family: 'Montserrat', sans-serif;
}

.title {
	overflow: hidden;
}

.logo h2 {
	padding: 10px;
	color: #252525;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
	padding-left: 0px;
	font-size: 45px;
	margin-top: 0px;
}

.logo p {
	font-size: 16px;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.logo {
	float: left;
	width: 50%;
}

.logo img {
	padding: 10px;
	width: 200px;
}

.contact {
	float: right;
	width: 50%;
	padding: 20px;
}

.contact p {
	text-align: right;
	color: #222222;
	margin: 0px;
	font-size: 20px;
}

.contact p span {
	color: #6a6a6a;
	font-weight: 700;
}

.clearfix:after {
    content: '';
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

header {
	height: 70vh;
	width: 100%;
	position: relative;
	background-color: #000;
	z-index: 1;
}

header p {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	position: absolute;
	top: 200px;
	right: 5%;
	width: 40%;
	text-align: right;
	font-weight: 400;
	z-index: 4;
	text-transform: uppercase;
	text-shadow: 2px 1px 2px #191919;
}

header p b {
	color: #6a6a6a;
	font-weight: 700;
}

header::before {
	content: '';
	background-color: rgba(45,45,45,0);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 3;
}

header::after {
	content: '';
	background-color: rgba(37,37,37,0.5);
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40%;
	height: 100%;
	z-index: 3;
	-webkit-transform: skew(45deg);
	   -moz-transform: skew(45deg);
	    -ms-transform: skew(45deg);
	     -o-transform: skew(45deg);
	        transform: skew(45deg);
}

i.ion-navicon {
	font-size: 36px;
	text-align: center;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	display: none;
}

i.ion-navicon:hover {
	background-color: #008148;
	color: #fff;
}

nav {
	background-color: #252525;
	float: left;
	display: block;
	width: 100%;
}

nav ul.wrapper {
	overflow: visible;
}

nav ul {
	margin: 0px;
	padding: 0px;
	display: block;
}

nav ul li {
	list-style: none;
	float: left;
	color: #fff;
	font-size: 14px;
	position: relative;
}

nav ul li ul {
	position: absolute;
	top: 57px;
	z-index: 4;
	min-width: 300px;
	display: none;
	background-color: rgba(22, 128, 57, 0.9)
}

nav ul li ul li {
	display: block;
	float: none;
}

nav ul li ul li::after {
	position: absolute;
	bottom: 0px;
	left: 16px;
	width: 10%;
	border-top: solid 2px #fff;
	content: '';
}

nav ul li ul li a {
	padding: 15px;
}

nav ul li a {
	display: block;
	padding: 20px 35px;
}

nav ul li a:hover {
	text-decoration: none;
}

nav ul li:hover, .active {
	background-color: #6a6a6a;
}

.sub {
	cursor: pointer;
}

.sub::after {
	position: absolute;
	content: '\f35f';
	font-family: IonIcons;
	color: #fff;
	font-size: 20px;
	top: 15px;
	left: 10px;
}

nav ul li:hover a.sub::after {
	color: #00361e;
}

.wrapper {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

h1, h3 {
	color: #343434;
	font-size: 30px;
	font-weight: 400;
	position: relative;
}

h1::after {
	width: 50%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	background-color: #c0c0c0;
	content: '';
	right: 0px;
}

h3::after {
	width: 50%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	background-color: #c0c0c0;
	content: '';
	left: 0px;
}

.halfcol {
	width: 50%;
	float: left;
	padding: 20px;
}

.fullcol {
	padding: 20px;
}

.halfcol:nth-child(odd) p, .halfcol:nth-child(odd) h1, .halfcol:nth-child(odd) h3, .halfcol:nth-child(odd) h4 {
	text-align: right;
}

.halfcol:nth-child(odd) h3::after {
	right: 0px;
	left: auto;
}

.halfcol:nth-child(even) p, .halfcol:nth-child(even) h3 {
	text-align: left;
}

.content ul li {
	list-style: none;
	padding: 5px;
	background-color: #e4e4e4;
	font-size: 14px;
	color: #252525;
	margin: 4px;
	position: relative;
}

.content h4 {
	font-size: 20px;
}

.content ul li::before {
	position: absolute;
	left: -30px;
	font-family: ionicons;
	content: '\f373';
	font-size: 20px;
}

.content {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.imgfeature {
	height: 450px;
	width: 100%;
	background: url(../images/1.jpg) no-repeat center;
}

.slogan {
	padding: 50px 20px;
}

.slider2 .slick-list {
	position: relative;
	z-index: 5;
}

.slogan p {
	margin: 0px;
	font-size: 26px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	line-height: 35px;
}

.homeboxes {
	overflow: hidden;
}

.homeboxes div {
	background-color: #6a6a6a;
	width: 33.3%;
	float: left;
	padding: 20px;
}

.homeboxes div:nth-child(2) {
	background-color: #acacac;
}

.homeboxes div:nth-child(3) {
	background-color: #293232;
}

h4 {
	color: #2d2d2d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
}

.homeboxes p, .homeboxes h4 {
	text-align: center;
	color: #fff;
}

.homeboxes p {
	font-size: 16px;
	color: #fff;
}

.homeboxes i {
	float: left;
	font-size: 35px;
	color: #fff;
}

.homeboxes div:nth-child(2) i, .homeboxes div:nth-child(2) p, .homeboxes div:nth-child(2) h4 {
	color: #fff;
}

.extracontent {
	overflow: hidden;
	background-color: #dadada;
}

.extracontent h3 {
	margin-top: 0px;
}

.socialfeature, .linksfeature {
	float: left;
	width: 25%;
	padding: 25px;
}

.testfeature {
	float: left;
	width: 50%;
	padding: 35px;
	position: relative;
}

.testfeature h3 {
	position: relative;
	z-index: 3;
	color: #fff;
}

.testfeature::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/homeimg.jpg) no-repeat center;
	background-size: cover;
	content: '';
}

.testfeature::after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: '';
	background-color: rgba(20,20,20,0.8);
}

.testfeature blockquote {
	position: relative;
	z-index: 3;
	background-color: transparent;
}

blockquote {
	background-color: #e5e5e5;
	margin: 0px;
	padding: 15px;
	margin-bottom: 10px;
}

blockquote p {
	font-size: 14px;
	line-height: 25px;
	font-style: italic;
	color: #3c3c3c;
	text-align: right;
}

blockquote h5 {
	color: #008148;
	font-size: 16px;
	font-weight: 400;
	color: #3c3c3c;
	text-align: right;
}

blockquote i {
	margin-right: 20px;
	font-size: 32px;
	color: #6a6a6a;
}

blockquote i.ion-star {
	font-size: 20px;
	margin-right: 5px;
}

.testfeature blockquote p, .testfeature blockquote h5 {
	color: #fff;
	text-align: left;
}

.socialfeature i {
	background-color: #252525;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin: 0px;
	font-size: 32px;
	display: inline-block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.socialfeature i:hover {
	background-color: #6a6a6a;
}

.smalllogo {
	max-width: 50%;
	float: left;
	padding: 10px;
	min-height: 70px;
}

.smalllogo img {
	max-height: 50px;
	margin: 0 auto;
	display: block;
	-webkit-filter: sepia(90%);
	-o-filter: sepia(90%);
	filter: sepia(90%);
}

footer {
	background-color: #292929;
	position: relative;
	overflow: hidden;
}

footer ul li {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	list-style: none;
	padding: 5px;
}

footer .column {
	width: 25%;
	float: left;
	padding: 20px;
}

footer .mission {
	width: 50%;
}

.mission p {
	font-weight: 200;
	font-size: 14px;
}

footer h5 {
	color: #fff;;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	position: relative;
	margin-top: 0px;
}

footer ul {
	padding-left: 0px;
	margin-left: 0px;
}

footer h5::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	border-bottom: solid 3px #97ed8a;
	width: 10%;
}

footer p {
	margin-bottom: 0px;
	color: #fff;
	line-height: 20px;
}

footer .smallbar {
	background-color: #252525;
	padding: 10px;
}

.smallbar p {
}

.keywords p {
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.keywords p::after {
	position: absolute;
	right: -20px;
	content: '|';
	color: #fff;
}

.keywords p:first-of-type::after {
	display: none;
}

hr {
	border: none;
	border-bottom: 1px solid #cbcbcb;
}

.content input, .content select{
	margin-bottom: 10px;
	border-radius: 0px;
	color: #666;
	background-color: #EFEFEF;
	border: 1px solid #DDD!important;
	display: block;
	width: 100%;
	padding: 10px;
}

#mapbox {
	height: 400px;
	-webkit-filter: hue-rotate(300deg);
	-o-filter: hue-rotate(300deg);
	filter: hue-rotate(300deg);
}

::-webkit-input-placeholder {color: #888!important;}
:-moz-placeholder {color: #888!important;}
::-moz-placeholder {color: #888!important;}
:-ms-input-placeholder {color: #888!important;}

.content textarea{
	background-color: #EFEFEF;
	border: 1px solid #DDD!important;
	height: 200px;
	display: block;
	width: 100%;
	padding: 10px;
}

input.sender {
	cursor: pointer;
	background-color: #252525;
	color: #fff;
}

input.sender:hover {
	background-color: #6a6a6a;
}

.gallery {
	overflow: hidden;
}

.galleryimg {
	float: left;
	width: 20%;
	padding: 20px;
}

/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 1300px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.wrapper {
	width: 90%;
}
.homeboxes i {
	position: absolute;
}
}

/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 1265px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.testfeature {
	float: none;
	width: 100%;
}
.socialfeature, .linksfeature {
	width: 50%;
}
.testfeature h3::after {
	left: 0px;
	right: auto;
}
header::after {
	width: 60%;
}
header p {
	right: 50px;
	width: 70%;
	font-size: 18px;
}
header {
	height: 50vh !important;
}
.homeboxes div {
	min-height: 250px;
}
}

/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 805px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.wrapper {
	width: 100%;
}
.halfcol {
	float: none;
	width: 100%;
}
.halfcol p, .halfcol h1, .halfcol h3, .halfcol h4 {
	text-align: left !important;
}
footer .column {
	width: 50%;
}
footer .mission {
	float: none;
	width: 100%;
}
.imgfeature {
	height: 200px;
}
.logo {
	padding-left: 20px;
}
.logo h2 {
	margin-top: 5px;
}
.homeboxes div {
	height: 270px;
}
}

/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 720px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

nav ul {
	display: none;
}
i.ion-navicon {
	display: block;
}
header p {
	top: 100px;
}
.homeboxes div {
	float: none;
	width: 100%;
	height: auto;
	min-height: 0px;
}
.homeboxes h4 {
	margin:  0px;
}
nav ul li {
	float: none;
	display: block;
}
nav ul li ul {
	width: 100%;
	position: relative;
	top: 0px;
}
.logo, .contact {
	width: 100%;
}
header {
	height: 30vh !important;
}
header p {
	top: 0px;
}
.imgfeature {
	background-size: cover;
}
}

/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 630px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

.socialfeature, .linksfeature {
	width: 100%;
}
h3::after {
	left: 0px;
	right: auto;
}
}

/*if our browser is a max of 1440px (add extra 20px for scroller) wide, do the overwrites within*/
@media all and (max-width: 436px) {
  /*remove the css below and put your own overwrites in for a 640px wide or less monitor*/

header p {
	font-size: 14px;
	width: 90%;
	right: 0px;
	padding-right: 10px;
	line-height: 23px;
}
footer .column {
	float: none;
	width: 100%;
}
.homeboxes h4 {
	padding-top: 40px;
}
.testfeature {
	padding: 15px;
}
.socialfeature i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 25px;
}
.logo {
	padding: 10px;
}
.logo h2, .logo p {
	text-align: center;
}
.contact {
	padding: 10px;
}
}