﻿/***** 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;
}

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;  
} 

/*-------- COLORS --------

*/

/***** 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;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}

.roboto {
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.white {
	color: #fff;
}

.wid90 {width: 90%;margin: 0 auto;}
.wid70 {width: 70%;margin: 0 auto;}
/*--- HEADER STYLES ---------------------*/
header {}

.header {
    color: #fff;
}
.topbar {
	background-color: #000;
}
.topbar .wid70 {
    display: flex;
	gap: 5%;
	justify-content: space-between;
	padding: 12px 0px;
}
.head-inline {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
	padding-top: 20px;
}
form#inv-search {
    display: flex;
}
input[type="text"] {
    color: #fff !important;
}
.col-left {
    display: flex;
    gap: 5px;
    align-items: center;
}
.col-right {
    flex: 1;
/*    border-bottom: 1px solid #fff;*/
}

.topcta {
	border: 1px solid #377C2B;
    border-radius: 4px;
	text-transform: uppercase;
    font-size: 14px;
	padding: 7px 20px;
}
.topcta a {
    display: flex;
    align-items: center;
	font-family: roboto;
    color: #fff;
}
.topcta i {
    margin-right: 20px;
    font-size: 20px;
}

/*
.toplogo {
    flex: 1;
}
*/
.toplogo img {
    width: 100%;
    max-width: 200px;
}
.search-area input.keyword {
    border: none !important;
}
input.keyword {
	background-color: transparent!important;
}
button.submit-btn {
    display: flex;
	background-color: transparent;
    align-items: center;
	border: none;
}
.topcta ul li a:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    padding-right: 10px;
}
.call-goose  ul {
    position: absolute;
    width: 250px;
    background-color: #888;
    z-index: 1002;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, .4);
}
.call-goose ul li a {
	color: #ccc !important;
    padding: 6px 8px;
    display: block;
    background-color: #555;
    text-decoration: none !important;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-transform: capitalize;
    font-family: roboto condensed, sans serif;
    font-size: 16px;
	line-height: 22px;
}
.call-goose ul li a:hover {
    background-color: #333;
}
ul.list {
    margin: 9px 0 0 -20px;
}

.hero-slider {margin: 20px auto !important;padding: 0 !important;max-width: 750px;width: 90% !important;}
.hero-slider img {max-width:100%;width:100%;}
/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}

.slide img {
    width: 100%;
}



.g-wrap-btns {
    text-align: center !important;
    gap: 25px;
    display: flex;
    justify-content: center;
}
.g-wrap-btns a {
	color: #fff !important;
	background-color: #377C2B !important;
    font-weight: 600!important;
    font-size: 16px!important;
    line-height: 24px!important;
    padding: 10px 15px!important;
    text-transform: uppercase!important;
    margin: 0!important;
    text-align: center!important;
    font-family: roboto condensed, sans-serif!important;
	border-radius: 8px!important;
}
.tnx-aside {
    width: 75%;
    margin: 50px auto 0;
    padding: 50px 0 0 0;
    text-align: center;
}
.verbiage {
    width: 90%;
    margin: 50px auto 0px;
    border: 1px solid;
    padding: 25px;
    background-color: #f6f6f6;
}
.verbiage p {
    font-family: 'Roboto';
    text-align: center;
}
.verbiage span {
    font-weight: 600;
    line-height: 30px;
}


/*--------FORM STYLES--------------------*/

.form-wrap {
    background-color: #f2f2f2;
}
form.custom-form {
    width: 75%;
	margin: 50px auto 0;
    padding: 100px 0;
	text-align: center;
}
.form-wrap h1 {
    font-family: roboto condensed, sans-serif !important;
    margin: 15px 0 5px;
    text-transform: uppercase;
}
.form-wrap p {
    font-family: roboto condensed, sans-serif !important;
    margin: 0 0 50px;
}
input[type="text"], input[type="email"], textarea {
    padding: 10px;
    font-size: 15px;
    line-height: 24px;
    resize: none;
    outline: none;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
	border: 1px solid #000;
	font-family: roboto condensed, sans-serif !important;
}
form.custom-form input[type="text"], input[type="email"], textarea {
	color: #000 !important;
}
.flex {
    display: flex;
    gap: 10px;
	margin-bottom: 10px;
}
button.cta {
    color: #fff !important;
    background-color: #377C2B !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 15px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    text-align: center !important;
    font-family: roboto condensed, sans-serif !important;
    border-radius: 8px !important;
    border: none;
    width: 200px;
}
.CaptchaWhatsThisPanel a {
    color: #377C2B;
}
.CaptchaMessagePanel {
	font-family: roboto condensed, sans-serif !important;
}

/*-------- FOOTER STYLES ----------------*/
footer{}

.ft-container {
    background-image: linear-gradient(90deg, #000 0, #363636 100%) !important;
    background-origin: border-box !important;
    padding: 5% 0 1% 0;
    display: inline-block; 
    width: 100%;
    
}
.ft-width {max-width: 1100px; width: 98%; margin: 0 auto;}
.ft-width85 {max-width: 1200px; width: 98%; margin: 0 auto;}
.foot {
    align-items: center;
    display: inline-block;
    width: 80%;
    float: left;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ft-img {float: left; margin-right: 10%;}
.ft-img img {max-width: 310px; width: 100%;}
.quicklinks {
    display: flex;
    flex-direction: column;
    float: left;
}
.quicklinks a {
    color: #ababab !important;
    text-decoration: none !important;
    border-bottom: 1px solid #3f3f3f !important;
    line-height: 26px;
    font-family: roboto condensed;
    font-size: 18px;
}
.quicklinks a:before {
    content: '>' !important;
    padding-right: 5px !important;
    color: #ffde00 !important;
}

.elements {
    width: 100%;
    padding-top:25px;


}
.copyright {
    color: #fff;
    font-family: roboto condensed, sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 5px;
    float: left;
}
.copyright a {color:rgba(147,147,147,1); text-decoration: underline; font-size: 14px; margin-bottom: 5px;}
.copyright a:before {
    content: '>' !important;
    padding-right: 5px !important;
    color: #ffde00 !important;
    
    
}
.connect {float: right;}
.connect p {
    color: #fff;
    text-align: end;
    margin-bottom: 10px;
    font-family: roboto condensed, sans-serif;
}
.social-hub {
    text-align: right;
}
.social-hub i {
	color: #ababab !important;
	font-size: 24px;
	width: 33px !important;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1358px) {
	.topbar .wid70 {
		width: 90%;
	}
}
@media only screen and (max-width: 1200px) {
	.ft-img img {
		max-width: 400px;
		width: 100%;
	}
}
@media only screen and (max-width: 910px) {
	.topcta p {
		display: none;
	}
	.topcta i {
		margin: 0;
	}
	.topcta a {
		column-gap: 10px
	}
	.toplogo {
		text-align: center;
		flex: 1;
	}
	.foot {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 850px) {
	.foot {
		display: flex;
		align-items: flex-start;
		gap: 15px;
	}
    .ft-img {width: 50%;}
    .ft-img img {width: 60%;}
	.elements {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
	}
	.connect p {
		text-align: start;
	}
    .ft-width85 {width: 90%;}
}
@media only screen and (max-width: 800px) {
	.ft-container {
		padding-bottom: 150px;
	}
}
@media only screen and (max-width: 700px) {
	.col-right {
		display: none;
	}
	.topcta {
		padding: 7px 10px;
	}
	.topcta i {
		font-size: 14px;
	}
}

@media only screen and (max-width: 600px) {
    .foot {display: block; text-align: center; width: 100%}
    .ft-img {width: 100%; text-align: center;}
    .elements {width: 100%;}
    .quicklinks {width: 100%; margin: 0 auto;}
    .copyright, .connect {width: 100%; text-align: center; float: none;}
    .connect p {text-align: center;}
    .social-hub {text-align: center;}
}






