﻿
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}






.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0; font-size: 50px; font-weight: 900;
}



.carousel-control .bi {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .moveleft {
  left: 50%;
  margin-left: -10px;
	font-size: 30px !important;
}
.carousel-control .moveright {
  right: 50%;
  margin-right: -10px;
	font-size: 30px !important;
}



/*===================== 
	@Font-Face 
=======================*/
* {box-sizing: border-box !important;}

a:hover {text-decoration: none !important;}
a:active {text-decoration: none !important;}

.redbg {background-color: #a20000 !important;}
.redbg1 {background-image: url("../siteart/red-grunge.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat;}
.redbg5 {background-image: url("../siteart/leafbg.jpg"); background-size: cover; background-position: bottom right; background-repeat: no-repeat;}
.redtop {background-color: #a20000 !important; padding: 25px 40px; margin-top: -60px;}
.newpad {padding: 25px 40px;}

.whitebg {background-color: #ffffff !important;}
.redgrungebg {background-image: url("../siteart/redbg.jpg"); background-size: cover; background-position: top center; background-repeat: no-repeat; overflow: hidden !important; position: relative; background-color: black;}


.anglebg {background-image: url("../siteart/headslantbg.jpg"); background-size: cover; background-position: right; background-repeat: no-repeat;}
.headerbg {background-image: url("../siteart/headerbg.jpg"); background-size: cover; background-position: top right; background-repeat: no-repeat;}
.goldbg {background-color: #a20000 !important;}
.graybg {background-color: #f2f2f2 !important;}
.grayline {background-color: gray !important; height: 3px; width: 100%; margin-top: 20px; margin-bottom: 20px;}
.bluebg {background-image: url("../siteart/heroimg.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; overflow: hidden !important; position: relative;}
.leafbg {background-image: url("../siteart/leafbg.jpg"); background-size: cover; background-position: top right; background-repeat: no-repeat; overflow: hidden !important; background-color: white;}

.whitebg2 {background-image: url("../siteart/halfbg.jpg"); background-size: cover; background-position: top; background-repeat: no-repeat; overflow: hidden !important;}
.pagetopbg { background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden !important;}

.bluebg:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10;
}

.bannerimg {background-size: cover; background-position: top; background-repeat: no-repeat; height: 450px;}



.blackbg {background-color: black!important;}


.myhero {background-image: url("../siteart/heroimg2.jpg"); background-size: cover; background-position: right; background-repeat: no-repeat; overflow: hidden !important;
padding-left: 6%; padding-right: 6%; height: 800px;
}


.blackslant {background-image: url("../siteart/blackslant.png"); background-size: cover; background-position: left; background-repeat: no-repeat; height: 50px; z-index: 99999;}

.lineup {max-height: 650px; margin: auto !important; position: relative; border: 2px solid white;}

.toplink {color: #ffffff !important; font-family: "field-gothic-condensed", sans-serif !important; font-size: 12px !important; font-weight: 400; margin-left: 5px;}
.toplink > .fas {color: #a20000 !important; font-size: 18px; margin-right: 5px;}
.topspan {padding-top: 8px;}



.bottomline1 {border-bottom: 4px solid #ededed; width: fit-content; padding-bottom: 10px; display: block !important;}
.bottomline2 {border-bottom: 4px solid #a20000; width: fit-content; padding-bottom: 10px; display: block !important;}
.bottomline3 {border-bottom: 4px solid #black; width: fit-content; padding-bottom: 10px; display: block !important;}
.bottomline4 {border-bottom: 4px solid #black; width: fit-content; padding-bottom: 5px; display: block !important;}
.floatcenter {margin: auto !important;}

.redline {background-color: #a20000; width: 100%; height:4px; margin-top: 10px; margin-bottom: 20px;}
.redline2 {background-color: #a20000; width: 75%; height:4px; margin-top: 5px; margin-bottom: 20px; margin: auto;}
.redline3 {background-color: #a20000; width: 60px; height:8px; margin-top: 5px; margin-bottom: 20px;}

.whiteline {background-color: #ededed; width: 100%; height:4px; margin-top: 25px; margin-bottom: 25px;}
.blueline {background-color: dimgray; width: 100%; height:4px; margin-top: 10px; margin-bottom: 20px;}
.redtext {color: #a20000 !important;}





@media only screen and (max-width : 1200px) {
.slanted-overlay {background-color: rgba(0, 0, 0, 0.8); clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30% 100%); width: 80%; float: right;}
}

@media only screen and (max-width : 990px) {
.slanted-overlay {background-color: rgba(0, 0, 0, 0.8); clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 30% 100%); width: 100%; float: right;}
}

@media only screen and (max-width : 769px) {
    .slanted-overlay {
        background-color: rgba(0, 0, 0, 0.8);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        width: 100%;
        float: right;
    }
    .hero-content .contentcol > a {float: left !important; text-align: left;}
    .hero-content .contentcol > p {float: left !important; text-align: left; width: 100% !important;}
    .hero-content {text-align: left !important;}
    
.whitebg2 {background-color: #a20000 !important; background-image: none !important;}
	
	.redtop {background-color: #a20000 !important; padding: 15px 25px; margin-top: -50px; margin-left: -60px;}
	
}




	
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}	




/*===================== 
	TEXT
=======================*/


.toph1 {color: #a20000 !important; font-family: "field-gothic-condensed", sans-serif !important; font-size: 60px; clear: both; float: left; width: 100%;
font-style: italic; font-weight: 900; padding-bottom: 10px;}
.myh1 {color: black !important; font-family: "field-gothic-condensed", sans-serif !important; font-size: clamp(10rem, 12vw, 16rem); margin: 0px !important; font-weight: 700; line-height: .9 !important;  text-transform: uppercase; padding: 0px !important; display: inline-block; text-shadow: 1px 1px 30px black;}

.myh11 {color: #ffffff !important; font-family: "field-gothic-condensed", sans-serif !important; font-size: 4vh; font-weight: 900; line-height: .8 !important; }

.myh111 {color: #ffffff !important; font-family: "field-gothic-condensed", sans-serif !important; font-size: 80px; margin: 0px !important; font-weight: 900; line-height: .8 !important;  }

.herosub {font-family: "alfabet", sans-serif; font-size: 24px; font-weight: 700; color: #ffffff !important;}


.myh2 {color: black !important; font-family: "field-gothic-xcondensed", sans-serif !important; font-size: clamp(5rem, 10vw, 11rem); margin-top: 0px !important; font-weight: 800; text-transform: uppercase;  line-height: .9;}

.subh2 {color: #a20000 !important; font-family: "field-gothic-xcondensed", sans-serif !important; font-size: clamp(3rem, 10vw, 7rem); margin-top: 0px !important; font-weight: 500; text-transform: uppercase;  line-height: .9;}

.myh22 {color: #ffffff !important; font-family: "field-gothic-condensed", sans-serif !important; font-size: clamp(5rem, 10vw, 7rem); margin-top: 0px !important; font-weight: 800;  text-transform: uppercase; line-height: .9;}

.myh222 {color: black!important; font-family: "field-gothic-condensed", sans-serif !important; font-size: clamp(3rem, 10vw, 6rem);  margin: 0px !important; font-weight: 800; line-height: .8 !important;}



.mypageheader {color: black!important; font-family: "field-gothic-condensed", sans-serif !important; font-size: 74px; margin-top: 0px !important; font-weight: 900;  line-height: 1.0; margin-bottom: 0px !important; margin-top: 10px !important;}

.myh3 {color: #a20000 !important; font-family: "field-gothic-condensed", sans-serif !important; font-size: clamp(1rem, 10vw, 3rem); margin-top: 0px !important; font-weight: 700; }
.myh33 {color: #ffffff !important; font-family: "field-gothic-compact", sans-serif !important; font-size: 50px !important; margin-top: 0px !important; font-weight: 900; text-transform: uppercase;}
.myh333 { color: #000 !important; font-weight: 800; font-family: "alfabet", sans-serif;  text-transform: uppercase; font-size: clamp(1rem, 10vw, 2.2rem); margin-bottom: 15px !important;}
.myh3333 {color: #a20000 !important; font-family: "field-gothic-condensed", sans-serif !important; font-size: 25px; margin-top: 0px !important; font-weight: 800;}



.myh4 {color: black!important; font-family: "alfabet", sans-serif !important; font-size: clamp(3rem, 10vw, 4rem); font-weight: 900; line-height: .8 !important; text-transform: uppercase;}



.myp {font-family: "alfabet", sans-serif; font-size: 18px; font-weight: 400; color: #ffffff !important;}
.myp2 {font-family: "alfabet", sans-serif; font-size: 18px; font-weight: 400; color: black!important;}
.myp22 {font-family: "alfabet", sans-serif; font-size: 24px; font-weight: 700; color: #a20000 !important;}
.myp3 {font-family: "alfabet", sans-serif; font-size: 15px; font-weight: 400; color: #000 !important;}
.myp4 {font-family: "alfabet", sans-serif; font-size: 16px; font-weight: 500; color: black !important;}
.myp5 {font-family: "field-gothic-condensed", sans-serif !important; font-size: 20px; font-weight: 500; color: black!important;}
.myp6 {font-family: "alfabet", sans-serif; font-size: 18px; font-weight: 500; color: black!important;}
.mysub {font-family: "alfabet", sans-serif; font-weight: 700; font-size: 25px;}

.italic {font-style: italic;}
.uppercase {text-transform: uppercase;}
.boldspot {font-weight: 700 !important;}

.whitetext > * {color: white !important;}
.whitetext > * > * {color: white !important;}
.whitetext {color: white !important;}
.redtext {color: #a20000 !important;}

.redwrap {border: 2px solid #a20000 !important; padding: 25px; border-radius: 0px; background-color: white; margin-bottom: 50px; margin-top: 25px;}

ul.myp3 {
	margin: 0px !important;     
	list-style-type: circle;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 10px !important;
    unicode-bidi: isolate;
	padding-right: 6%;
}
ul.myp3 li {
	padding-bottom: 10px !important;
}
ul.myp3 li::marker {
  color: #a20000 !important;
}
ul.myp li::marker {
  color: #a20000 !important;
}







/*===================== 
	BUTTONS
=======================*/


.mybtn1 {border: 2px solid black; color: #ffffff; background-color: #000; padding: 4px 45px; font-size: 16px; font-weight: 600; font-family: "field-gothic-condensed", sans-serif; text-transform: uppercase; width: auto !important; border-radius: 10px;}
.mybtn1:hover {border: 2px solid  dimgray; color:  dimgray; transition-duration: .5s; background-color: transparent;}
.mybtn1 > i {color: #a20000 !important; margin-left: 5px;}
.mybtn1:hover > i {color: #a20000 !important;}

.mybtn2 {border: 2px solid #a20000 !important; color: #fff !important; background-color: transparent !important; padding: 8px 25px !important; font-size: 22px !important; font-weight: 700; font-family: "field-gothic-condensed", sans-serif; margin-right: 10px; border-radius: 0px; width: auto !important; text-transform: uppercase;}
.mybtn2:hover {border: 2px solid white !important; color: black !important; transition-duration: .5s; background-color: white !important;}
.mybtn2 > i {color: #a20000 !important; margin-left: 10px; margin-top: 2px;}
.mybtn2:hover > i {color: black !important; margin-left: 15px; transition-duration: .5s;}


.mybtn3 {border: 2px solid #fff !important; color: white !important; background-color: #a20000 !important; padding: 8px 25px !important; font-size: 22px !important; font-weight: 700; font-family: "field-gothic-condensed", sans-serif; margin-right: 10px; border-radius: 0px; width: auto !important; text-transform: uppercase;}
.mybtn3:hover {border: 2px solid #a20000 !important; color: #a20000 !important; transition-duration: .5s; background-color: transparent !important;}
.mybtn3 > i {color: #000 !important; margin-left: 10px; margin-top: 2px;}
.mybtn3:hover > i {color: #ffffff !important; margin-left: 15px; transition-duration: .5s;}


.herobtn {border: 2px solid #a20000 !important; color: #ffffff !important; padding: 10px 30px; font-size: 25px; font-weight: 500; font-family: "alfabet", sans-serif; background-color: #a20000 !important;}
.herobtn:hover {border: 2px solid #c9c9c9; color: #ffffff; transition-duration: .5s; background-color: #000;}






.displaynone {display: none !important;}







/*===================== 
	CTA
=======================*/



.myinvbox { display: block; margin: 6px; border-radius: 25px; border: 3px solid white; overflow: hidden; height: 450px;
background-size: cover; background-position: bottom; background-repeat: no-repeat;
display: flex; align-items: bottom; flex-direction: column;  justify-content: end;
}

.invicon {margin: auto; display: block; float: none; margin-bottom: -30px;  z-index: 9; }
.myinvbox:hover > .invicon {margin-bottom: -20px; transition: all ease 0.2s;}


.redbox {background-color: #a20000 !important; width: 100%; height: 30px;}

.invbg {background-position: center; background-size: cover; background-repeat: no-repeat;  padding: 45px 0px; width: 100%; background-color: black;}
.myinvbox:hover > .invbg { transform: translateY(-10px); transition: all ease 0.3s; cursor: pointer; }

.invbg > .ctatitle {color: white !important; font-family:"field-gothic-condensed", sans-serif !important; font-size: clamp(4rem, 5vw, 7rem); margin: 0px !important; font-weight: 700; line-height: .8 !important; text-transform: uppercase; padding-bottom: 5px;}
.myinvbox:hover > .invbg > .ctatitle { transition-duration: 0.5s; color: #a20000 !important; text-shadow: 1px 1px 15px black;}

.viewinv {font-size: 18px !important; color: #a20000 !important; font-family: "alfabet", sans-serif !important; line-height: normal !important; margin-top: 0px; margin-bottom: 0px; font-weight: 700; text-transform: uppercase;}
.viewinv > i {font-size: 30px !important; color: #fff !important; margin-top: 10px; display: block;}
.myinvbox:hover > .invbg > .viewinv {color: white !important; transition-duration: 0.5s;}


.myinvbox:hover > .invbg > .viewinv > i{ transform: translateY(10px); color: #a20000 !important; font-size: 35px !important; transition: all ease 0.2s;}

@media only screen and (max-width : 992px) {}

@media only screen and (max-width : 768px) {
	
	.myinvbox { height: 400px;}
	
}












/*===================== 
	Main Slider styles 
=======================*/
.home-slider {position: relative;}
.home-carousel {
  position: relative;
  left: 0;
  top: 0;
  display: block;
	height: 36vw;
	max-height: 700px;
	min-height: 550px;
	overflow: hidden;	
	border-left: 2px solid white;
border-right: 2px solid white;
	border-top: 2px solid white;
	border-bottom: 4px solid white;
}

.home-carousel > .slick-list {
	overflow:visible !important;
}
.home-carousel img {
	display: block;
	height: auto;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.slideimgwrap {
	margin: 2px;
}

.home-carousel .slick-track {
	height: 36vw;
	max-height: 700px;
	min-height: 550px;
	display: flex;
	align-items: stretch;
}
.content-sect.hero-overlay {position: absolute;top:10px;}

section.wrap-hero-bg-1.flex {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	
/*    padding: 20px 0;*/
}
section.wrap-hero-bg-1.flex {position:relative;}

.hero-welcome h1 {
    color: #fff;
	text-align: center;
	text-shadow: -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     1px 1px 0 #000;
}
.hero-welcome.flex {
	display: flex;
	justify-content: flex-end;
}
.hero-welcome.flex p {
	font-size:30px;
	margin:0;
	color:#fff;
	text-shadow: -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     1px 1px 0 #000;
	padding-right:50px;
	line-height: 42px;
	font-style: italic;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 26px !important;
  width: 36px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100;


}
.slick-prev {	left: 15px !important;}
.slick-next {	right: 15px !important;}
.slick-prev:before {
  content: "←";
	    font-family: "slick";
    font-size: 36px !important;
    line-height: 1;
    color: white;
    opacity: 0.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.slick-next:before {
  content: "→";
	    font-family: "slick";
    font-size: 36px !important;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}



/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}
body { overflow-x: hidden !important; max-width: 100% !important; }
body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

	

/*===================== 
	link styles 
=======================*/



/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}




/*===================== 
	layout styles 
=======================*/



.revealme {display: none !important;}
.revealme2 {display: none !important;}
.revealme1 {display: none !important;}
.revealmein {display: none !important;}
.tempshow {display: none !important;}


/*========================= 
	 Responsive styles 
===========================*/
@media only screen and (max-width : 1700px) {

	
}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {
	.toplink {font-size: 11px !important;}
	
	.invboxtitle2 { font-size: 16px !important;}

    
    
	
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	.revealme2 {display: block !important;}
	.hideme3 {display: none !important;}
	.tempshow {display: block !important;}
	

    

}

@media only screen and (max-width : 1100px) {
.myhero {background-position: center; padding-top: 100px !important; padding-bottom: 100px !important;}


}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
	
	.anglebg {background-image: url("../siteart/headslantbg2.jpg"); background-size: cover; background-position: center; background-repeat: no-repeat;}
	.headerebg {background-image: none !important; background-color: white !important;}
	
	.hideme {display: none !important;}
	.revealme {display: block !important;}
	.revealmein {display: inline-block !important;}
	
	
    
    .mybtn1 {margin-bottom: 15px;}
    .mybtn2 {margin-bottom: 15px;}
    .mybtn3 {margin-bottom: 15px;}
    
    .padrow6 {
    padding-top: 100px;
    padding-bottom: 100px;
}
	
		.leftbg  {background-color: #000; background-image: none;}
	
	

    .myinvbox {margin-bottom: 15px; padding: 0px;}
	
	.invboxtitle {
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    background-color: #000;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    font-family: "field-gothic-condensed", sans-serif;
    border: 2px solid white;
    border-top: 0px solid black!important;
    text-transform: uppercase;
    letter-spacing: 1.1;
}
	
	.theallinvbox > .invboxtitle { font-size: 50px !important;}
	.invboxtitle > .viewinv {transform: scale(0.8); padding-top: 8px;}  
	
    .myhero {background-position: center; padding-top: 80px !important; padding-bottom: 80px !important; height: 500px;}
    
	
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	
	.squareinv {display: block; margin: 25px auto; height: 300px; width: 300px; clear: both; padding-top: 90px; float: none !important;}
	.nofloat {float: none !important;}
	.nopadfinal {padding: 0px !important;}
	
	

	.hideme2 {display: none !important;}
	.revealme1 {display: block !important;}
.tempshow {display: none !important;}
	

	.redbtn {margin-top: 10px;}
    .herobtn {font-size: 18px !important;}
    
    .brandlogos > img {max-height: 50px; margin: auto;}
    
    
    .myhero {background-position: center; padding-top: 60px !important; padding-bottom: 60px !important;}
    
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 580px) {


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

