
/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&display=swap');
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Titillium Web', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {font-size: 34px; margin-bottom: 10px;}
h2 {
    font-size: 30px;
}
h4, .home-cta h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.clear {clear: both; height:0px; margin:0;}

a:link {
	text-decoration:none;
	-webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}
.bold {font-weight: 700;}
.white {color:#fff;}
.uppercase {text-transform: uppercase;}
/***** END RESET *****/
te {font-size: 19px; line-height: 1.5;}
/***** FRAMEWORK *****/
.black{color:#000;}
.header-container {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}
header.header {
    padding: 0 10px;
    box-sizing: border-box;
	font-family: 'Titillium Web', sans-serif!important;
}
.logo {
    flex: 1 0;
}

.right-header {
    text-align: right;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.right-header i {
    margin-right: 20px;
}

.right-header p {
    font-size: 26px;
    font-weight: 700;
	color: #000!important;
}

a.orange-btn {
    background: #fe8911;
    color: #fff;
    text-align: center;
    margin: 10px 0;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.home-hero {
	background:url("../siteart/main-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5%;
	background-color:#000;
}

.hero-boxes {
    display: flex;
    margin: 40px auto;
    max-width: 1440px;
    width: 100%;
    flex-direction: row;
}
.flex-3 {
    flex: 3 0;
    margin: 0 1%;
}

.flex-1 {
    flex: 1 0;
}
.hero-welcome {
    text-align: center;
    margin: 15px auto;
    display: block;
}

.hero-welcome h1 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 25px;
}

.hero-welcome p {
    font-size: 20px;
    font-weight: 600;
}

.hero-box {
    flex: 1 0;
    margin: 0 1%;
    padding: 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 240px;
    justify-content: space-between;
}

.hero-box span {
    font-size: 24px;
    font-weight: 700;
	margin-bottom: 10px;
}


/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}
.hero-box.black {
    background: rgba(0, 0, 0, 0.75);
}
.hero-box.orange {
    background: rgba(254, 137, 17, 0.75);
}

a.orange-button {
    display: inline-block;
    padding: 10px;
    background: #fe8911;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.hero-box p {
    margin-bottom: 20px;
    font-size: 24px;
}

a.white-button {
    display: inline-block;
    padding: 10px;
    background: #fff;
    color: #fe8911;
    text-align: center;
    font-weight: 600;
}
.flex-container {
    width: 100%;
    max-width: 1440px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 10px auto;
}
.centered-content {
    justify-content: center;
    text-align: center;
}
#home-content {
	background:url("../siteart/what-we-do-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2%;
	background-color:#000;
}
.home-cta {
    flex: 1 0;
    margin: 0 2%;
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-cta img {
    max-width: 100%;
    margin-bottom: 20px;
}

.pwl-wrapper {
	width: 100%;
	display: inline-block;
	background: #f2f2f2;
	margin: 0 auto;
}
.pwl-wrapper:hover {
	background: #fff;
	-webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.pwl-wrapper p {
	text-align: center;
	font-size: 16px;
	display: block;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 2%;
	color: #173859;
	padding: 0 10px;
}
.pwl-wrapper img {
	width: 100%;
	max-width: 250px;
	display: block!important;
	margin: 0 auto;
	padding: 1%;
}

a.outline-button {
    width: 75%;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    border: solid 3px #fff;
    color: #fff;
    margin-top: auto;
}

.home-cta p {
    margin-bottom: 20px;
	width:100%;
}

.sale-box {
    flex: 1 0;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 1%;
}

.sale-box img {
    max-width: 100%;
	margin-bottom: 10px;
}

footer.footer {
    display: inline-block;
    background: #3e3e3e;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
	font-family: 'Titillium Web', sans-serif;
}

.footer-links {
    flex: 1 0 auto;
    display: flex;
}

.footer-social {
    flex: 1 0 auto;
    text-align: right;
}

ul.footer-nav {
    flex: 1 0;
    margin: 0 1%;
    box-sizing: border-box;
}

footer.footer a {
    color: #fff;
    font-size: 19px;
}

.footer h5 {font-size: 19px; margin-bottom: 10px; font-family: 'Titillium Web', sans-serif!important;}

ul.footer-nav a {
    font-weight: 600;
    line-height: 1.5;
}

.footer-social i {
    font-size: 25px;
    margin-left: 20px;
}
.container {width:100%;}



.detailed-search {text-align:left;}

.contact-form {text-align:left;}

.column1 {
	width: 100%;
	margin: 0 1%;
}

.column2 {
	width: 48%;
	float: left;
	margin: 4px 1%;
}

.column3 {
    width: 31.33%;
    float: left;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    margin: 4px 1%;
    box-sizing: border-box;
}

.column4 {
    width: 100%;
    float: left;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
	margin: 4px 1%;
}

.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: left !important;
    padding: 10px;
}


.detailed-search input[type="text"] {
    width: 100%;
    margin: 6px 0;
    padding: 4px 8px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
	color:#000;
}

input[type="submit"] {
    width: 40%;
    margin: 5px 0;
    padding: 7px 7px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #fe8911;
    border: 1px solid #000;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

textarea {
    width: 100%;
    margin: 6px 0;
    padding: 4px 8px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18px;
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
	color:#000;
	min-height:100px;
}

.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
	color:#000;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #dadada;
	color:#000;
	vertical-align:middle;
	font-size:16px;
	line-height:normal;
	padding:4px 8px;
	margin: 6px 0;
	background: #f9f9f9;
	width:100%;
    font-family: 'Fira Sans', sans-serif;
}

#formpage strong {
	margin: 10px 0;
	display: inline-block;
	font-size: 18px;
}






/*===MESSAGE FORM STYLES===*/

.message input {
	background: #fff;
	height:60px;
	width: 100%;
	padding: 4px;
	margin: 0 0 30px 0;
	color: #000;
	border: none;
	font-size: 22px;
	text-align: left;
	font-family: 'Fjalla One', sans-serif;
}
.message input[type="submit"] {	
	background:#ff0000;
	font-size: 25px;
	font-family: 'Fjalla One', sans-serif; 
	color: #fff;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	margin: 0 auto;
	width: 90%;
	height: auto;
	display: block;
	margin-top: 30px;
}

.message ::placeholder {
	color: #000;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
}

.hide {display: none;}

/***** FOOTER *****/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

a.footerlink:hover {
	text-decoration:none; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.footertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#999999;
}

.smallfootertext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	color:#999999;
}

.divfooter {
	width:450px; 
	text-align:center; 
	margin:0 auto;
}

/***** RESPONSIVE STYLES *****/

@media screen and (max-width: 1100px) {
header.header {margin-top: 100px;}

}

@media only screen and (min-width:879px) and (max-width: 1085px) {

}

@media only screen and (max-width: 767px) {
	
.header-container {justify-content: center;}
	.header .logo {width: 100%;}
.header .logo img {margin: 0 auto;}
	
.hero-box {
    flex-basis: 100%;
    margin: 10px 0;
    text-align: center;
}

.hero-boxes {
    flex-wrap: wrap;
}

	.column2 {
		width: 100%;
	}
	.column3 {
		width: 100%;
	}
	
.flex-container {
    flex-wrap: wrap;
}

.home-cta {
    flex-basis: 100%;
}

.sale-box {
    flex-basis: 100%;
}
	
.footer-links {
    flex-basis: 100%;
    flex-wrap: wrap;
}

ul.footer-nav {
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
    margin: 10px auto;
}

.footer-social {
    margin: 10px auto;
    text-align: center;
}
	
.header-container {
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
}
	
	.header-container img#logo {
		width: 100%;
		height: auto;
		max-width: 350px;
	}

.logo {
    flex-basis: 100%;
    text-align: center;
}

.right-header {
    flex-basis: 100%;
    text-align: center;
}	
	
	/*img {display: inline-block !important;}*/
	
.flex-3 {
    flex-basis: 100%;
    text-align: center;
    margin: 20px 0;
}

.flex-1 {
    flex-basis: 100%;
    text-align: center;
}	
	
	
	
	
	
	
	
}









