﻿/***** 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: #fff 1px solid;
    width: 50px;
    margin: 5px 0 20px;
}


p.sinter-reg {
    line-height: 25px;
}

.sinter-thin {
	font-family: "sinter", sans-serif;
	font-weight: 100;
	font-style: normal;
}
.sinter-xlight {
	font-family: "sinter", sans-serif;
	font-weight: 200;
	font-style: normal;
}
.sinter-light {
	font-family: "sinter", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.sinter-reg {
	font-family: "sinter", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.sinter-med {
	font-family: "sinter", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.sinter-med-italic {
	font-family: "sinter", sans-serif;
	font-weight: 500;
	font-style: italic;
}
.sinter-demi {
	font-family: "sinter", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.sinter-bold {
	font-family: "sinter", sans-serif;
	font-weight: 800;
	font-style: normal;
}
.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}


.red {
	color: #B4202E;
}
.red-bg {
	background-color: #B4202E;
}
.white {
	color: #fff;
}
.black {
	color: #131313;
}
.black-bg {
	background-color: #131313;
}
.grey {
	color: #F2F2F2;
}
.grey-bg {
	background-color: #F2F2F2;
}
.gray {
	color: #A9A9A9;
}
.wid80 {
	width: 80%;
	margin: 0 auto;
}

.red-btn {
	padding: 12px 20px;
    border-radius: 4px;
	background-color: #B4202E;
	color: #fff;
	transition: all .2s ease-in-out;
}

.red-btn:hover {
    background-color: #a31d2a;
	transition: all .2s ease-in-out;
}
.hero-btns a:hover {
    background-color: #a31d2a;
	transition: all .2s ease-in-out;
}
a.foot-mail:hover , a.foot-phone:hover {
    background-color: #a31d2a;
	transition: all .2s ease-in-out;
}

/*--- HEADER STYLES ---------------------*/
header {}
.head-locations {
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
}
.head-locations i {
    padding-right: 10px;
	font-size: 14px;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 5px auto 0 ;
}
.logo img {
    max-width: 100%;
}
.head-logo img {
    width: 200px;
}
a.head-mail i, a.head-location i {
    color: #fff;
    background-color: #000;
    padding: 12px;
    border-radius: 5px;
/*    width: 17px;*/
    text-align: center;
}
a.head-phone {
    color: #fff;
    background-color: #B4202E;
    padding: 12px 20px;
    border-radius: 4px;
    text-align: center;
	transition: all .2s ease-in-out;
}
a.head-phone:hover {
	background-color: #a31d2a;
    transition: all .2s ease-in-out;
}
a.head-phone i {
	padding-right: 10px;
}

/*---BODY--------------------------------*/

.hero-wrap {
    background: url("../siteart/ge-hero-bg2.png");
    background-size: cover;
    height: 715px;
    display: flex;
    box-sizing: border-box;
    position: relative;
	justify-content: center;
    align-items: center;
	border-bottom: 5px solid #B4202E;
}
.hero-text {
    position: absolute;
    z-index: 10;
	text-align: center;
    padding: 25px;
}
.hero-text h1 {
    font-size: 80px;
}
.hero-text h2 {
    font-size: 30px;
}
.hero-btns a {
    padding: 12px 20px;
    border-radius: 4px;
	margin: 10px;
	transition: all .2s ease-in-out;
}
.hero-btns {
    margin-top: 75px;
}
.equipment-ctas {
    width: 80%;
    margin: -55px auto 0;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px;
	position: relative;
    z-index: 10;
}
.equipment-ctas a {
	flex: 1;
}
a .icon-cta {
    text-align: center;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding: 25px;
    align-items: center;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	flex-direction: column;
	min-width: 175px;
}
.icon-cta img {
    max-height: 61px;
	transition: all .3s ease-in-out;
}
.icon-cta:hover img {
    transition: all .3s ease-in-out;
	filter: saturate(0%);
}
.icon-cta p {
    color: #000;
    text-transform: uppercase;
    margin-top: 15px;
	transition: all .2s ease-in-out;
}
.icon-cta:hover p {
    transition: all .2s ease-in-out;
}
.about-wrap {
    margin: 100px auto;
}
.about-wrap h3 {
    font-size: 16px;
}
.about-wrap h2 {
    font-size: 30px;
    margin: 5px 0 10px;
}
.about-btns {
    margin-top: 25px;
}
.brands-wrap {
	margin: 0 auto;
	padding: 75px 0;
}
.brands-wrap h3 {
    margin-bottom: 45px;
}
.brands {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 50px;
}
.brands img {
    max-width: 100%;
	width: 200px;
}
.home-banner {
	background-image: url("../siteart/banner.png");
    background-size: cover;
    height: 442px;
    display: flex;
    box-sizing: border-box;
    position: relative;
	justify-content: center;
    align-items: center;
}
.services {
	position: absolute;
    z-index: 10;
	text-align: center;
	display: flex;
	align-items: center;
	gap: 20vw;
	width: 80%;
	flex-wrap: wrap;
}
.services-left {
    text-align: left;
    padding: 50px;
	flex: 1;
	min-width: 250px;
}
.services h4 {
    font-size: 30px;
	margin: 5px 0 10px;
}
.services-right {
    flex: 1;
	min-width: 260px;
}
.services-right a {
    display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	border-bottom: 2px solid #ffffff00;
	transition: all .2s ease-in-out;
}
.services-right a:hover {
    border-bottom: 2px solid #fff;
	transition: all .2s ease-in-out;
}
.services-right p {
    font-size: 30px;
}


/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.foot-wrap .wid80 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 75px 0;
	gap: 50px;
}
.foot-col {
    line-height: 30px;
}
.foot-title {
    font-size: 18px;
}
.col-details {
    display: flex;
    flex-direction: column;
}
.col-details a {
    color: #fff;
    font-weight: 200;
}
.col-details i {
    padding-right: 10px;
    font-size: 14px;
}
.foot-logo img {
    max-width: 200px;
    border-radius: 4px;
    margin-bottom: 15px;
}
a.foot-mail, a.foot-phone {
    color: #fff;
    background-color: #B4202E;
    padding: 12px;
    border-radius: 4px;
    width: 17px;
    text-align: center;
}
.foot-col.col-logo {
    text-align: center;
}


/*----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: 1290px) {
	.header-wrap {
		width: 95%;
	}
	.head-locations {
		width: 95%!important;
	}
}
@media only screen and (max-width: 1180px) {
	.services {
		gap: 8vw;
	}
}
@media only screen and (max-width: 1090px) {
	.head-contact {
		display: none;
	}
	.hero-text h1 {
		display: flex;
    	flex-direction: column;
	}
}
@media only screen and (max-width: 930px) {
	.head-locations {
		display: none;
	}
	.services-left {
		padding: 35px;
	}
	.hero-wrap {
		height: 575px;
	}
	.hero-text h1 {
    	font-size: 60px;
	}
	.hero-text h2 {
		font-size: 25px;
	}
	.hero-btns {
		margin-top: 50px;
	}
	.brands {
		flex-wrap: wrap;
		justify-content: space-around;
	}
}
@media only screen and (max-width: 470px) {
	.hero-text h1 {
        font-size: 35px;
    }
	.hero-text h2 {
        font-size: 15px;
        margin-top: 10px;
    }
	.hero-btns {
		display: flex;
        flex-direction: column;
	}
	.hero-btns a {
		font-size: 15px;
	}
	.red-btn {
		font-size: 15px;
	}
}
@media only screen and (max-width: 400px) {
	.services-left {
		padding: 25px;
		min-width: 200px;
	}
}





