﻿/***** 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;}


.rajd {
 font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.rajd-bold {
font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.uppercase {
	text-transform: uppercase;
}
.caps {
	text-transform: capitalize;
}

/*--- HEADER STYLES ---------------------*/
header {}


.top-header {
    padding: 10px 20px;
    text-align: right;
	background-color: black;
}



.city-names {
    text-align: right;
    font-size: 11px;
    letter-spacing: 0.5px;
	font-weight: 600;
	
}

.city-names a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
    font-size: 11px;
}


.city-names a:hover {
    text-decoration: underline;
}

.pipe {
	color: #FF3437;
	font-weight: bold;
}

.header-contact {
	padding-right:20px;
	line-height: 20px;
}

.header-phone  {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    color: white;
	align-content: right;
	font-family: "acumin-pro", sans-serif;
font-style: normal;
}

.header-container {
    width: 100%;
}

.header-phone__link {
	font-size: 30px;
}

.header-brand{
	width: 25%;
	padding-left: 10px;
}

.primary-rajd {
	max-width: 60%;
}

.header-brand img {
    max-height: 100px;
	padding-left: 20px;
}



.header-contact {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	z-index: 900;
	font-size: 25px;
	vertical-align: baseline;
	max-width: 18%;
	font-family: "acumin-pro", sans-serif;
font-style: normal;
}



.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
	background-color: black;

}


/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}
.inv-wrap {
	width: 80%;
	margin: 50px auto
}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer{}

.foot {
    background-color: #212121;
    color: #ffffff;
   font-family: "Montserrat", sans-serif;
    padding-top: 75px;
    padding-bottom: 75px;
}
.footer-container {
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.foot-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  flex-shrink: 0;
}

.footer-row-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 30px;
	margin-top: 20px;
}
.footer-column {
    position: relative;
    min-height: 1px;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.footer-column-contact {
    width: 33.33333333%;
    padding-bottom: 45px;
	padding-right: 25px;
}
.footer-column-header {
    font-size: 24px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
    margin-bottom: 6px;
}
.foot-address-l1, .foot-address-l2 {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
}
.foot-address-l2 {
    padding-bottom: 13px;
}
.foot-phone, .foot-fax {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
.foot-phone span, .foot
-fax span {
    display: inline-block;
    width: 65px;
}
.foot-map {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    padding-top: 20px;
    text-transform: uppercase;
}

.footer-column p {
	font-size: 12px;
	line-height: 22px;
}

.footer-column h4 {
	font-size: 14px;
}

.info a{
	color: white;
	font-size: 14px;
 	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.footer-row-right {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}
.foot-logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo-wrapper img {
  max-width: 330px;
  display: block;
}

.logo-divider {
  width: 2px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4);
}
.social-block li {
    display: block;
    padding-left: 0px;
}
.social-block {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.social-block li a {
    display: block;
}

.social-block li a .fa-brands {
  font-size: 20px;
  padding: 10px;
  transition: all .2s ease-in-out;
}
.social-block a .fa-brands {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	padding: 15px
}

.footer-title {
  width: 100%;
  text-align: left;
  margin-bottom: 20px; 
	text-transform: uppercase;
}

.footer-title h3 {
  margin: 0;
  padding: 0;
}

.footer-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
  color: #ffffff;
  font-size: 12px;
 font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight:700;
}

.quicklink-column {
  flex: 1;
  min-width: 200px;
}

.quicklink-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quicklink-column ul li {
  margin-bottom: 10px;
}

.quicklink-column ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.quicklink-column ul li a:hover {
  color: #dddddd;
}



a {
    color: inherit;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s ease-in-out;
}

/*----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: 1430px) {
	.footer-row-right {
		padding-bottom: 100px;
	}
	
	.header-phone {
		font-size: 17px
	}
	
	.header-phone__link {
	font-size: 20px;
}
	.header-brand img {
		max-width: 150px;
	}
}
@media only screen and (max-width: 1251px) {
	.primary i.fa-solid.fa-angle-down {
		padding-left: 0;
		font-size: 9px;
	}
}
@media only screen and (max-width: 1050px) {
	.footer-container {
		width: 95%;
	}
}
@media only screen and (max-width: 995px) {
	
	.top-header {
		display: none;
	}
	
	
	
}
@media only screen and (max-width: 800px) {
	.header-phone a i {
		display: block;
		color: #ffffff;
	    background-color: #ee2e24;
		padding: 20px;
	}
	.header-phone span, .header-address, .header-inter {
    	display: none;
	}
	.header-container {
        width: 100%;
		margin: 0;
		align-items: flex-start;
    }
	.header-brand img {
    	max-width: 250px;
		padding: 10px 0 0 0px;
	}
	
}
@media only screen and (max-width: 690px) {
	.footer-row-left {
		flex-direction: row;
    	align-content: left;
		padding-left: 10px;
	}
	.footer-column-contact {
		width: 90%;
		padding-right: 0;
	}
	.footer-container {
		align-items: center;
	}
	
	
	.header-brand img {
		max-width: 100px;
}

	.footer-quicklinks {
		flex-direction: column;
		padding-left: 10px;
	}
	
	.logo-wrapper img {
		width: 150px;
		padding-left: 8px;
		
		}

@media only screen and (max-width: 400px) {
.logo-wrapper img {
		width: 120px;
		
		}


}
