
/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700');
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;
}
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}
/* 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: 'Work Sans', sans-serif;
	overflow-x: hidden;
	
}
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;
}

.clear {clear: both; height:0px; margin:0;}

a:link {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}

/***** END RESET *****/


h1 {font-size:36px; margin-bottom:15px;}
h2 {font-size:30px;}
h4 {font-size:20px;}


.white {color:#fff;}
.red {color:#9e0b0f;}
.medium {font-weight:500;}
.semi-bold {font-weight:600;}
.bold {font-weight:700;}

p {line-height:1.3; font-size:16px;}

.clear{clear: both;}

/* SEARCH */

#search select{float:left;width:200px;padding:12px 8px;box-sizing:border-box;background:#f2f2f2;font-family: 'Work Sans', sans-serif;color:#777;cursor:pointer;border:1px solid #ccc}
.search{display:none;position:relative;float:left;width:calc(100% - 200px)}
.search:before{position:absolute;top:14px;right:15px;font-family:FontAwesome;content:'\f002';color:#ccc}
.search input[type=text]{width:100%;padding:13px;box-sizing:border-box;font-family: 'Work Sans', sans-serif;border:1px solid #ccc;border-left:none}
.search input[type=submit]{position:absolute;top:0;right:0;width:42px!important;height:42px;opacity:0;cursor:pointer}

/* 	INV SEARCH  */
.detailed-search form#formpage {margin: 25px 0;}
.detailed-search form#formpage label{display: block; font-weight: 700;}
form#formpage select, form#formpage input[type="text"]{display: block; width: 100%; padding: 10px; font-family: 'Work Sans', sans-serif; border: solid 1px #9e0b0f; height: 36px; margin: 5px 0; box-sizing: border-box; border-radius: 0;}
form#formpage input[type="submit"]{display: block; width: 100%; background: #9e0b0f ; padding: 10px; font-family: 'Work Sans', sans-serif; font-weight: 700; text-align: center; color: #fff; border: none; cursor: pointer; height: 36px; margin: 5px 0; box-sizing: border-box;}
.detailed-search .row{margin-bottom: 15px;}

/* NOUI SLIDER */
.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #9e0b0f !important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative; background: #fff !important; border: 1px solid #ccc; border-radius: 3px;  z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{font-family: 'Work Sans', sans-serif; font-size: 14px; font-weight: 700;}
.example-val span{font-weight: 400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}



/***** FRAMEWORK *****/
.site-width {max-width:1040px; width: 95%; margin:0 auto;}
.inv-width {max-width:1400px; width: 95%; margin:0 auto;}
.flex-contain {max-width:1040px; padding:0 10px; margin:0 auto; box-sizing: border-box; *behavior: url(/css/boxsizing.htc);	-webkit-box-sizing: border-box;	-moz-box-sizing:border-box; display:flex; flex-direction:row;}
.link-flex-contain {max-width:1040px; padding:0 10px; margin:0 auto; box-sizing: border-box; *behavior: url(/css/boxsizing.htc);	-webkit-box-sizing: border-box;	-moz-box-sizing:border-box; display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-around;}

.header-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-container .fab {
	font-size: 40px;
	transition: .5s ease-in;
}
.header-container .fab:hover {
	color:#0054A9;
}

.logo {
    flex: 1;
}

.header-contact {
    flex: 1;
    text-align: right;
}

.header-contact p {
    font-weight: 600;
    font-size: 19px;
}

.header-contact h4 {
    font-size: 23px;
    margin-top: 5px;
    font-weight: 600;
}

.home-image {
    height: 445px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
	background-image: url(/siteart/home-hero1.jpg);
	background-color: #000;
}

.home-cta {
    display: flex;
    flex-direction: row;
}

.home-box {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.equip-container {justify-content: space-around; margin: 20px 0;}
.home-box.equip-box {
    margin: 1%;
    flex: 1 0;
    max-width: 300px;
	flex-basis: calc(30%);
}

.home-box img {
    width: 100%;
    max-height: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.home-box img {
    height: 100%;
}
}


span.overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .6);
}

.home-box a {
    display: flex;
	flex-direction: column;
	justify-content: center;
}

.hover-content {
    position: absolute;
    width: 100%;
    text-align: center;
	top: 33%;
}

.home-box .hover-content * {
  visibility: hidden;
  opacity: 1;
  transform-style: preserve-3d;
}
 
.home-box .hover-content h4 {
  transform: translate3d(0, -60px, 0);
	color: #fff;
	font-size: 30px;
}
 
.home-box .hover-content p {
  transform: translate3d(0, 60px, 0);
	color: #fff;
	margin-top: 5px;
	font-size: 20px;
}
 
.home-box a .hover-content * {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: all .3s .3s;
}



.home-box a, .hover-content * {
    opacity: 1;
}

.home-box .hover-content * {
    opacity: 1;
    transform: translate3d(0,0,0);
}

.home-box .hover-content h4 {
    transform: none;
    opacity: 1;
    visibility: initial;
}

.home-box .hover-content p {
    visibility: initial;
    transform: none;
}

.Specialty-equipment.flex{align-items: center;}

.flex {
	display: flex;
	justify-content:center;
	gap: 60px;
}

.warranty-logo img{
	max-width: 200px;
}

.text {
	margin-top: 50px;
}

.warranty li {
	list-style: circle;
	margin-bottom: 30px;
	margin-left: 30px;
	line-height: 20px;
}

a.inv-button {background: #9e0b0f; padding: 10px 50px;display: inline-block; color: #fff;	-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease; border: solid 2px #fff;}
a.inv-button:hover {color: #fff;background: #333;}
.home-form {
	background: #f8f8f8;
	padding:10px 0;
	display: flex;
	flex-wrap: wrap;
}

.main-content {
    border-top: solid 5px #9e0b0f;
    padding: 20px 0;
}

.red-home {
	background: #9e0b0f;
	padding: 20px 0;
}

.red-container {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
	padding:0 10px;
	align-items: center;
}

.red-left {
    flex: 4 1;
}
.site-width.container.cf {
    padding: 20px 0;
}
.red-right {
    flex: 1 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

.red-home a {
    border: solid 3px #fff;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    flex-grow: 1;
}
.red-home a:hover {border: 3px solid #ddd; color: #ddd;}


.red-home h2 {color: #fff; font-size: 24px;}

.link-box-flex {
    flex: 1 1;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 10px;
    flex-basis: auto;
	width:320px;
}
.ie-flex {display:flex;}
.link-box-flex img {
    position: relative;
    z-index: 0;
}

.link-box-flex h4 {
    position: absolute;
    z-index: 5;
	font-weight:700;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
	width:100%;
	text-align:center;
}

.link-box-flex a {
    justify-content: center;
    align-items: center;
    display: flex;
}

.link-box-flex a:hover .black-overlay {
    background: none;
}

.inside-container {
    flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
}
.flex-contain.wrapped {flex-wrap:wrap;}
.flex-1 {flex:1; margin-right:1%;}
.flex-2 {flex:2; margin:0 1%;}
.flex-3 {flex:3; margin:0 1%;}
.header-right {
    display: flex;
    flex-direction: column;
    /* justify-content:space-around; */
}
.flex-1.our-staff {text-align:center; margin:10px 1%; flex:1 0 auto;}
.home-search {
    display: flex;
    flex-direction: row;
    text-align: right;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}
.home-search h4 {margin-right:20px;}

header {background:#fff; position:relative; z-index:5;padding:10px 0;}
.gray-footer {background:#4b4b4b; padding:20px 0; font-family: 'Work Sans', sans-serif;}
.gray-footer h4 {margin-bottom:10px;}
footer {background:#000; padding:15px 0; font-family: 'Work Sans', sans-serif;}
.logo img {
    max-width: 100%;
}

.logo {
    margin-right: 3%;
}

#hero-home {
    margin: 0px auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/hero-bg.jpg);
	background-color: #000;
	position:relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#home-ctas img {
    width: 100%;
}

ul.footer-nav {
    display: flex;
}

.footer-nav li {
    flex: 1 0;
}

.footer-nav li a {
    color: #fff;
	display: block;
	text-align: center;
}

.hero-container {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h2.hero {
    font-size: 60px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.hero-container p {color:#fff;font-size: 20px;}

a.hero-button {margin-top: 6%;display: inline-block;text-align: center;padding: 20px 100px;background: #cc2027;border: solid 3px #4b4b4b; color:#fff; font-size:24px; font-weight:600;text-transform:uppercase;}

#home-ctas {
    padding: 20px 0;
}
#home-ctas h4 {margin:10px 0;}
#home-ctas .flex-1 {
    flex: 1;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
}



a.cta-button {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding:10px 0;
    background: #cc2027;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    border: solid 2px #4b4b4b;
    box-sizing: border-box; *behavior: url(/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#home-ctas p {
    margin-bottom: 10px;
}

a.red-button {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    padding: 10px 50px;
    background: #cc2027;
    border: solid 3px #4b4b4b;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.featured-small {
    height: 250px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
}


.black-overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
	-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;
}

.page-welcome {
	max-width:1040px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
	text-align:center;
	width:100%;
}

.page-welcome h1 {
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#fff;
	text-shadow:2px 2px 2px #000;
}

.page-welcome p {
	color:#fff;
	font-weight:600;
	font-size:20px;	
}


#home-content {background:#f5f5f5; padding:20px 0;}
.title-conatiner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.title-lines-red {
    border-top: solid 1px #c51230;
    flex: 1;
    border-bottom: solid 1px #c51230;
    height: 10px;
    margin-left: 2%;
}


html[data-useragent*='MSIE 10.0'] .flex-wrapper a {
	display:inline-block;
	width:20%;
	height:100%;
	float:left;
}

.contact-home {
    margin: 0px auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../siteart/home-contact-bg.jpg);
	background-color: #000;
	position:relative;
	height:160px;
	display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

 .contact-contain {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1040px;
    padding: 0 10px;
	align-items: center;
}

a.contact-button {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    border: solid 5px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}

.manu-container {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px 0;
    flex-wrap: wrap;
}

.manu {
    flex: 1 0 auto;
    width: 160px;
    text-align: center;
    margin: auto;
    padding: 5px 20px;
    box-sizing: border-box;
}

.manu img {max-width: 100%;}

.manu-container-parts {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
    text-align: center;
}

.manu-parts {
	width: 108px;
	text-align: center;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	display: flex;
	margin: 0 10px;
}
.manu-parts img {max-width: 100%;}


.featured-manu-container {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
    text-align: center;
}
.featured-manu-text {
	flex: 3 0;
	padding: 0 10px;
	text-align: left;
}

.featured-manu-logo {
	width: 150px;
	flex: 1 0;
	padding: 0 20px;
}
.featured-manu-logo img {max-width: 100%;}

.scroll-frame {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
    background: none;
}

.scroll-frame iframe {
	width:100%;
	height:90px;
	display:block;
	text-align:center;
}


.google-maps {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}

.contact-page-form {
	padding:20px;
	background: #eee;
}





.contact-form {
	text-align:left;
    max-width: 1020px;
    margin: 0 auto;
}

.column3 {
    width: 50%;
    float: left;
    font-family: 'Work Sans', sans-serif;
    color: #000;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.column4 {
    width: 100%;
    float: left;
    font-family: 'Work Sans', sans-serif;
    color: #000;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 5px;
}

.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: left !important;
    padding: 10px;
}


.contact-form input[type="text"] {
    width: 100%;
    margin: 6px 0;
    padding: 4px 8px;
    font-family: 'Work 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;
}

.home-form .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row .col4 {
    width: 315px;
    box-sizing: border-box;
}

.col4 input, .col4 select {
    width: 100%;
    border: solid 1px #9e0b0f;
    height: 36px;
    margin: 5px 0;
    padding-left: 8px;
    box-sizing: border-box;
}


input[type="submit"] {
    width: 100%;
    margin: 5px 0;
    padding: 7px 7px;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #9e0b0f;
    border: none;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
	text-transform:uppercase;
	cursor: pointer;
}

textarea {
    width: 100%;
    margin: 6px 0;
    padding: 4px 8px;
    font-family: 'Work 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: 'Work Sans', sans-serif;
	color:#000;
}







/***** FOOTER *****/
footer a {color:#fff;}
a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;
	font-family: 'Work Sans', sans-serif;
	font-size:13px;
}

a.footerlink:hover {
	text-decoration:none; 
	font-family: 'Work Sans', sans-serif;
	font-size:13px;
}

footer p, footer p a {font-size: 14px;}

.footertext{
	font-family: 'Work Sans', sans-serif;
	font-size:13px; 
	color:#999999;
}

.smallfootertext{
	font-family: 'Work Sans', sans-serif;
	font-size:10px; 
	color:#999999;
}

.divfooter {
	width:450px; 
	text-align:center; 
	margin:0 auto;
}

/***** RESPONSIVE STYLES *****/

@media screen and (max-width: 1040px) {
	.home-search .flex-3 {flex:2;}
	.home-search h4 {font-size: 18px;}
	
	h2.hero {font-size: 45px;}
}

@media screen and (max-width: 1006px) {
	.Specialty-equipment.flex {
		flex-direction: column;
	}
	
	.Specialty-equipment P{
		text-align: center;
	}
	
	.warranty-logo {
		margin-bottom: 30px;
	}
	
   .text {
	margin-top: 0px;
}
	
	.flex {gap: 0;}

}

@media screen and (max-width: 767px) {
	header {padding:145px 0 10px 0;}
	.home-image {height: 280px;}
	.site-width {
    text-align: center;
}
	.warranty li {
	display: flex;
		list-style: circle;
	justify-content: center;
	text-align: center;
	margin-left: 0;
	margin-bottom: 25px;
}
	
	.warranty h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	.header-contact a {color:#9e0b0f;}
	.home-form {flex-direction: column;}
.site-width {
    text-align: center;
}
.mobile-button img {
    display: inline-block;
}
.header-container {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.logo {
    flex: 1 1 auto;
    margin: 0;
}
	
form#formpage .column3 {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 5px;
}

.red-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.red-left {
    margin-bottom: 21px;
}

.header-contact {
    text-align: center;
	flex:1 1 auto;
}	
	
	

.home-form .row {
    flex-direction: column;
}

.row .col4 {
    width: 100%;
}	
	
	
	
	
	.home-box {
    flex: 1;
    flex-basis: 100%;
}

.home-cta {
    flex-wrap: wrap;
}

.home-box.hover-content {
    opacity: 1;
    visibility: inherit;
}

span.overlay {
    background: rgba(0, 0, 0, .6);
}

.home-box a, .hover-content * {
    opacity: 1;
}

.home-box .hover-content * {
    opacity: 1;
    transform: translate3d(0,0,0);
}

.home-box .hover-content h4 {
    transform: none;
    opacity: 1;
    visibility: initial;
}

.home-box .hover-content p {
    visibility: initial;
    transform: none;
}
	
	.home-box.equip-box {
    flex-basis: 45%;
}
	
	
.flex-contain {
    flex-direction: column;
	
    justify-content: center;
    align-items: center;
	text-align:center;
}

.home-search {
    flex-direction: column;
    text-align: center;
}

.flex-3.search-box {
    margin: 10px 0;
}
.flex-1, .flex-2 {flex:1 0 auto; width:100%;}
#hero-home {
    min-height: 300px;
}
.header-right {flex:1 0 auto;}
a.hero-button {padding: 20px 50px;}

h2.hero {
    font-size: 34px;
}	
	#home-ctas .flex-1 {margin:10px 0; flex:1 0 auto;}	
	
	.contact-contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a.contact-button {margin: 10px 0;width: 300px;}

.flex-1 {
    flex-basis: 100%;
    flex: 1 0 auto;
}

.flex-3 {
    flex: 1 0 auto;
}

.contact-home {
    padding: 10px 0;
}
	
	
ul.footer-nav {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

li {margin: 10px 0;}		
	
footer {text-align: center;}		
	
}


@media screen and (max-width: 600px) {
.featured-manu-container {
    display: flex;
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border-bottom: solid 1px;
}	
	
footer {text-align: center;}		
	
}

@media screen and (max-width: 500px) {

.home-box.equip-box {flex-basis: 100%;}
footer {text-align: center;}	

}