﻿
/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {margin: 0; line-height: 1.2;}
table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
.header, nav, article, .footer, address {  
    display: block;  
} 

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

.bold {font-weight: 700;}
.semi-bold {font-weight: 600;}
.regular {font-weight: 400;}
.white {color: #fff!important;}
.blue {color: #0a1e5a;}
.black {color: #000;}
.green {color: #388049;}
.align-center {text-align: center;}

/*-------- BODY STYLES --------*/

.small-text {font-size: 13px;}

body {font-family: 'Open Sans', sans-serif; overflow-x: hidden; line-height: 1.6;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
h2 {font-size: 30px; margin-bottom: 15px; font-weight: 400; font-family: 'Oswald', sans-serif;}
h3 {font-size: 26px; font-weight: 400; font-family: 'Oswald', sans-serif;}
h4 {font-size: 22px; font-weight: 400; font-family: 'Oswald', sans-serif;}
h5 {font-size: 20px; font-weight: 400; font-family: 'Oswald', sans-serif;}
.site-width hr {border:#eee 1px solid;}
.footer a {color: #fff!important; text-decoration: none;}
.flex-1 p a {color: #000; text-decoration: none;}


/*--- HEADER STYLES ---------------------*/

.header-container {
    display: flex;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 10px;
    justify-content: space-between;
}

.right-header {
    display: flex;
    align-items: center;
}
.button-outline {border:solid 3px #fff; box-shadow: 2px #000;}
.header-info {
    margin-right: 40px;
    text-align: right;
}

.header {
}


.uppercase {
    text-transform: uppercase;
}


.home-hero {
	background-image: url("../siteart/home-hero.jpg");
	background-size: cover;
	background-position: center;
	min-height: 750px;
	position: relative;
	text-align: center;
	flex-direction: column;
	display: flex;
}


.green-divider {
    background-image: url(/siteart/green-divider.png);
    background-size: 100% 159px;
    bottom: 0;
    height: 151px;
    position: absolute;
    z-index: 8;
    width: 100%;
}

.featured-small {
	background-image: url("../siteart/home-hero.jpg");
	background-size: cover;
	background-position: center;
	min-height: 450px;
	position: relative;
	text-align: center;
    flex-direction: column;
    display: flex;
}

.featured-small .green-divider {
	
    background-size: 100% 59px;
    height: 51px;
	
}

.logo-container {
    flex-direction: column;
    max-width: 460px;
    flex: 1 0;
    left: 20%;
    position: relative;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.4+0,0+100 */
    padding: 10% 20px 0 20px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.logo-container img {
    width: auto;
    height: auto;
	display: inline-block;
}

.logo-container h1 {
    margin-bottom: 20px;
    font-size: 36px;
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.featured-small .logo-container {
    padding: 7% 20px 0 20px;
}
.equipment-links {
    display: flex;
}

.equipment-box {
    flex: 1 0;
    position: relative;
    overflow: hidden;
	line-height: 0;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
}


.equipment-box img {
    width: 100%;
}

.link-caption {
    background: rgba(65, 144, 84, 0.40);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 20px;
	text-align: center;
}


.link-caption h2 {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	border: solid 3px #fff;
    padding: 20px 40px;
    line-height: 1.2;
}

.flex-container.three-box {
    position: relative;
    margin-top: -35px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    margin: 20px auto;
    max-width: 1400px;
}

.flex-container-wrap {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1220px;
	flex-wrap: wrap;
}

.flex-container-column {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1220px;
}


.flex-1 {
    flex: 1 0;
    margin: 0 1%;
}
.flex-2 {
    flex: 2 0;
    margin: 0 1%;
}
.flex-3 {
    flex: 3 0;
    margin: 0 1%;
}


.flex-1.green-return {
    text-align: center;
    margin: 20px 1%;
    background: #388049;
    padding: 15px 0;
}

.green-return a {
	font-weight: 700;
}
.site-width {
    max-width: 1220px;
    margin: 0 auto;
    width: 95%;
}

.product-links {
    padding: 20px 0;
}

.three-image{width:100%;}
.partner-logos {background: #333333; padding: 15px;}

.column3 {
    flex: 1 0 48%;
    margin: 0 1%;
}
.column4 {
    flex: 1 0 31%;
    margin: 0 1%;
}
.column1 {
    flex: 1 0 100%;
    margin: 0 1%;
}
.column3 input, .column3 select, .column4 input, .column4 select  {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
}

textarea  {
    width: 98%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
}

.contact-form {
    margin: 20px 0;
}

.column3 input[type="submit"] {color:#fff; background:#0a1e5a; border:none; font-size: 20px; font-weight: 700; cursor: pointer;}


ul.vas-list li {
    margin: 5px;
}

ul.vas-list {
    list-style: disc;
    margin-left: 20px;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}


/***** FORM *****/

#formpage {	font-family: 'Oswald', sans-serif;
font-size: 16px;
	margin: 15px 0;
	text-align: left;
}

.form-input {
	width: 100%;
	margin: 0 0 15px;
}

#formpage label {font-family: 'Open Sans', sans-serif;}

#formpage input {font-family: 'Open Sans', sans-serif;
padding:6px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	color:#8e8d8d;
	font-size:14px;
    width: 100%;
	box-sizing: border-box;
}

#formpage textarea {	font-family: 'Open Sans', sans-serif;
padding:6px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	color:#8e8d8d;
	font-size:14px;
    width: 100%;
	height: 80px;
	box-sizing: border-box;
}

#formpage select {font-family: 'Open Sans', sans-serif;
padding:6px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #8e8d8d;
	color:#8e8d8d;
	font-size:14px;
    width: 100%;
	box-sizing: border-box;
}

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#f6f6f6; 
	color:#000;
	border:1px solid #16598d;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	outline-style:none;
	font-family: 'Open Sans', sans-serif;
}
 
#formpage input.button,
#formpage input.button:focus {
	font-family: 'Oswald', sans-serif;
    width:200px; 
	font-weight: 700;
    margin: 10px auto;
    padding: 7px 0;
    background:#388049;
    border:2px #fff solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
    font-size:16px;
    color:#fff;
	cursor: pointer;
}
#formpage input.button:hover {
    background: #227335;
}

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaPanel input{
width: 250px !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}  


.align-right {text-align: right;}
.footer {
	background: #212121;
	padding: 30px;
	border-top: solid 1px #fff;	
	color: #fff;
}
.footer .align-right i {
    font-size: 34px;
    margin: 15px 0;
}

a.ftr-phone {font-size: 18px; font-weight: 700; font-family: 'Oswald', sans-serif;}

.footer h4 {
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 10px;
	font-weight: 600;
}
.th-footer {
	border-top: solid 5px #388049;
	padding: 20px 5%;
	font-size: 13px;
}

.divfooter {
    max-width: 1220px;
    margin: 0 auto;
    text-align: right;
}

.divfooter a {
    color: #000;
}

.google-map {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
	box-sizing: border-box;
}
.google-map.footer {
    padding-bottom: 30%;
	box-sizing: border-box;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}



/*---------- RESPONSIVE STYLES ----------*/

/*@media only screen and (min-width: 768px) and (max-width: 1400px) {
	.equipment-box {
    flex-basis: 33.33%;
}

.equipment-links {
    flex-wrap: wrap;
}
}*/


@media only screen and (min-width:768px) and (max-width: 1020px) {

.featured-small .logo-container {
    padding: 9% 20px 0 20px;
}

	
}


@media only screen and (max-width: 767px) {

.header-container {
    flex-wrap: wrap;
    justify-content: center;
}

.header-info {
    text-align: center;
}	
	
.flex-container {
    flex-wrap: wrap;
    padding: 0 10px;
}

.flex-1, .flex-3 {
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0;
}

.column4, .column3 {
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0;
}

.flex-container-wrap {
    padding: 0 15px;
}

a.red-button {
    margin: 10px auto;
}

.google-map.footer {padding-bottom: 50%;box-sizing: border-box;}
	
.three-boxes {margin: 0;}

.flex-container.three-box {
    margin-top: 20px;
}

.home-box {
    flex-basis: 100%;
    box-shadow: none;
    margin: 10px auto;
    box-sizing: border-box;
	max-width: 450px;
}

.logo-container {
    flex-wrap: wrap;
    margin: 0 auto;
    left: 0;
}

.logo-image {
    flex-basis: 50%;
    text-align: center;
    margin: 10px 0;
}

.logo-image img {
    max-width: 100%;
}	
	
.home-hero {
    min-height: 400px;
}

.equipment-box {
    flex-basis: 100%;
}

.equipment-links {
    flex-wrap: wrap;
}

.th-footer {
    padding-bottom: 30%;
}	
	
.green-divider {
    background-size: 100% 59px;
    height: 51px;
}	
	
	
h2.hero {
    font-size: 30px;
}

.slide-captions {
    text-align: center;
}

.sp-layer.sp-padding.hide-small-screen.caption-container {
    left: 0;
    top: 0;
}

.sp-layer {
    width: 100%;
    left: 0 !important;
}	
	
	
	.site-width {
    text-align: center;
}
	
	.align-right {text-align: center;}
	
	.flex-2 {
    text-align: center;
}
	
.divfooter {
    text-align: center;
}	
	
}
