@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  /* color:#fff; */
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}

p {line-height: 1.6;}

/*******************home page****************/

/*top banner*/
.topbanner {
  height: 47px;
  width: 100%;
  display: flex;
  align-items: center;
  background: #f4ce85;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  justify-content: center;
}

.topbanner2 {
  display: none;
}

.topbanner img {display: block;}

.titlemenu {
  display: none;
}

.contentbanner {
  justify-content: center;
  width: 1300px;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  list-style-type: none;
}

.contentbanner2 {
  width: 100%;
  display: inline-flex;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  list-style-type: none;
}
.fullbanner {
    justify-content: center;
    display: flex;
    padding: 20px 0px 40px 0px;
}
.contentbanner li,
.contentbanner2 li {
  margin: 0 5%;
}

.contentbanner a,
.contentbanner2 a {
  color: black;
}

.contentbanner a:hover {
  color: #bc0311;
}

.contentbanner img,
.contentbanner2 img {
  width: 17px;
  margin: 0 20px 0 0;
  vertical-align: middle;
  display: inline-block;
}

/*header*/
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  height: 116px;
}

.headerlogo {
  margin: 20px 0 15px;
}

/*.headerlogo img {width: 100%; max-width: 220px;}*/
.header .logo img {position:relative;width:100%; max-width: 200px;z-index: 12; background-color: #fff; border-radius: 14px; }

/*  SLIDESHOW*/
.cycle-slideshow {
  width: 100%;
  line-height: 0;
  z-index: 10;
  position: relative;
  margin-bottom: 30px;
}
.cycle-slideshow img {
  width: 100%;
  z-index: 5 !important;
  position: relative;
}

.slide-wrapper {
  margin-bottom: 100px;
}

.slide-contain {
  width: 100%;
  float: left;
}
.cycle-slideshow {
  width: 100%;
  overflow: hidden;
  float: center;
  display: block;
}
.cycle-slideshow img {
  display: block;
  width: 100%;
  float: center;
}

/***slidder***/
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

.slideshow-container img {
  width: 100%;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

/*welcome*/
.welcome {
  width: 100%;
  display: flex;
  align-items: center;
  background: #2c2c2c;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  justify-content: center;
}

.welcomecontent {
  justify-content: center;
  width: 85%;
  margin: 0 auto;
  max-width: 1300px;
  display: inline-flex;
  padding: 3em 0;
}

.promosale img {width: 100%; height: auto; max-width: none;}

.textwelcome {
  width: 56%;
  margin-left: 78px;
  font-family: "Open Sans", sans-serif;
  color: white;
  letter-spacing: 1.2px;
}

.textwelcome h1 {font-size: 40px; margin-bottom: 1em;}

.inventory h1 {
  color: #000;
}

h2 {
  letter-spacing: 0.7px;
  margin: 18px auto 39px auto;
  color: #f4ce85;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Open Sans Condensed", sans-serif;
}

/*  scrolling inventory*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

.scrolling {
  width: 100%;
  height: 92px;
}

iframe {
  margin: 0 !important;
}

/*******************about us PAGE***************/
.hero-image {
  height: 696px;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("/siteart/aboutus2.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  justify-content: center;
}

.hero-text {
  position: inherit;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

h1 {
  letter-spacing: 1px;
  color: white;
  font-size: 75px;
  font-weight: bold;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1;
}

h4 {
  letter-spacing: 1px;
  color: white;
  font-size: 79px;
  font-weight: bold;
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
  background-color: rgba(188, 3, 17, 0.29);
  margin: 0 auto;
  line-height: 1;
  padding: 0 45px;
}

.textabout {
  font-family: "Open Sans", sans-serif;
  color: white;
  letter-spacing: 1.2px;
  line-height: 28px;
}

/*******************contact PAGE***************/

.contact-image {
  height: 696px;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("/siteart/contactus3.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  justify-content: center;
}

.contact-text {
  position: inherit;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.formcontent {
  text-align: center;
  justify-content: center;
  width: 85%;
  max-width: 1300px;
  display: inline-block;
  padding: 3em 0;
}

.formtext {
  margin-bottom: 31px;
  font-family: "Open Sans", sans-serif;
  color: white;
  letter-spacing: 1.2px;
  line-height: 28px;
  text-align: center;
}

.formtext a {
  color: #f4ce85;
}

.formtext a:hover {
  text-decoration: underline;
}

/*******************parts PAGE***************/
.parts-image {
  height: 696px;
  width: 100%;
  display: flex;
  align-items: center;
  background: url(/siteart/parts.jpg);
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

.parts {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/*********************thank you*******************/
h8 {
  background: rgba(188, 3, 17, 0.29);
  padding: 0 12px 12px 12px;
  letter-spacing: -1px;
  color: white;
  font-size: 29px;
  line-height: 1.1;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.thankyou-image {
  height: 696px;
  width: 100%;
  display: flex;
  align-items: center;
  background: url("/siteart/main6.jpeg");
  justify-content: center;
}

.thankyou-text {
  text-align: center;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

h10 {
  background: rgba(188, 3, 17, 0.29);
  padding: 0 20px 12px 20px;
  color: white;
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

/**************highlights page************/
h7 {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  color: white;
  font-size: 80px !important;
  font-weight: bold;
  font-family: "Open Sans Condensed", sans-serif;
  position: inherit;
  line-height: 1.1;
  text-align: center;
}

h9 {
  margin: 0;
  color: #f4ce85;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Open Sans Condensed", sans-serif;
}

#invgrey {
  background: #2c2c2c;
  width: 100%;
  padding: 3em 0;
  display: flex;
}

.wrap {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}

#gal_container {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#gal_container a {
  width: calc(16.667% - 1em);
  margin: .5em;
}

#gal_container img {
  width: 100%;
  height: auto;
}

.fancybox-caption__body, .fancybox-infobar {font-family: "Open Sans", sans-serif!important;}
.fancybox-thumbs__list a:before {border: 6px solid #f4ce85!important;}
.fancybox-progress {background: #bc0311!important;}

/**************footer*************/
.footerback {
  width: 100%;
  display: flex;
  align-items: center;
}

.footerbackcontent {
  justify-content: center;
  width: 1300px;
  display: inline-flex;
  padding: 0;
  margin: 43px auto;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  font-size: 16px;
  text-align: left;
}

.footerback a {
  color: black;
  line-height: 22px;
}

.footerback a:hover {
  color: #bc0311;
}

.footerback h3 {
  font-family: "Open Sans Condensed", sans-serif;
  border-bottom: 5px solid #bc0311;
  margin: 0;
  color: #bc0311;
  font-weight: bold;
  width: fit-content !important;
  width: 100px;
  letter-spacing: 0.8px;
  font-size: 20px;
}

.inventory h5 {
  border-bottom: none;
}

.explore {
  width: 284px;
}

.contactus {
  width: 600px;
  line-height: 24px;
  color: black;
  margin: 0 10%;
  text-align: left;
  display: block;
}

.contactus a {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 22px;
}

.contactus a:hover {
  color: #f4ce85;
  text-decoration: underline;
}

.footer {
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.5px;
  text-align: center;
  color: black;
}

.footer a {
  text-decoration: underline;
}


/* MEDIA QUERIES */

@media screen and (max-width: 1369px) {
  #gal_container a {width: calc(25% - 1em);}	
	
  .contentbanner li,
  .contentbanner2 li {
    margin: auto;
    padding: 0 45px;
  }

  .contentbanner {
    justify-content: space-around; width: 700px;
  }

  .contentheader {
    width: 94%;
    padding: 0 3%;
  }

  .textwelcome {
    padding: 0 45px 0 0;
  }

  .imgwelcome {
    padding: 0 0 0 45px;
  }

  .contactus {
    width: auto;
  }
}

@media screen and (max-width: 1300px) {
  /*form*/
  table#formpage,
  table {
    width: 100%;
  }

  textarea {
    width: 98.5%;
  }
}
@media screen and (max-width: 1297px) {
  textwelcome {
    width: 65%;
    font-size: 15px;
  }
}

@media screen and (max-width: 1165px) {
	.hero-image, .contact-image, .thankyou-image {height: 500px;}
  h1 {
	font-size: 65px;
    margin: 3px 0 0 0;
  }
}

@media screen and (max-width: 1130px) {
  .header {flex-wrap: wrap; padding: 0; justify-content: center; text-align: center; height: 237px;}
	.contentbanner img, .contentbanner2 img {width: 17px!important; max-width: none;}
  .topbanner {
    display: none;
  }
  .bttn {
    display: block;
  }
  .topbanner2 {
    width: 100%;
    display: inline-flex;
	justify-content: center;
  }

  .contentbanner2 {
    font-size: 15px;
	padding: 0 30px;
  }

  .contentbanner2 li {
    margin: 10px 0 0;
    padding: 0;
	width: 100%;
	text-align: center;
  }

  .contentheader {
    width: 100%;
    padding: 0;
    display: inline;
  }

  .imgwelcome {
    display: none;
  }

  .textwelcome {
	width: 100%;
	padding: 0;
    margin-left: 0;
  }

  h1 {
    margin: 3px 0 20px 0;
    text-align: center;
  }
  h2 {
    text-align: center;
  }

  h9 {
    font-size: 23px;
  }
}

@media screen and (max-width: 925px) {
  h7 {
    font-size: 59px !important;
  }
}

@media screen and (max-width: 900px) {
  .parts iframe {
    width: 100% !important;
    height: 293px !important;
  }
}

@media screen and (max-width: 890px) {
  .footerbackcontent {
    width: 88%;
    padding: 0 6%;
  }

  ul.footer {
    width: 36%;
    padding: 0 0 0 2%;
    text-align: right;
  }

  .footerback a {
    line-height: 0;
  }

  .contactus a {
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 842px) {
  .contentbanner2 img {
    margin: 0 8px 0 0;
  }

  .contentbanner2 {
    font-size: 14px;
  }

  .textwelcome,
  .textabout,
  .formtext {
    font-size: 16px;
  }
}

@media screen and (max-width: 830px) {

  .contactus a {
    font-size: 15px;
  }

  ul.footer {
    line-height: 16px;
    display: table;
    width: 100%;
    text-align: center;
    padding: 4% 0;
    margin: 0 auto;
  }

  /*about*/
  .hero-image,
  .parts-image,
  .contact-image,
  .thankyou-image {
    height: 46vh;
  }

  h4 {
    font-size: 59px;
  }

  h10 {
    font-size: 25px;
  }
}

@media screen and (max-width: 766px) {
  #gal_container a {width: calc(33.33% - 1em);}

  .contentbanner2 {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    display: inline-flex;
  }

  li.facebookicon {
    display: none;
  }

}

@media screen and (max-width: 655px) {
	.header {height:280px;}
  .contentbanner2 {
    font-size: 16px;
    display: table;
  }
  .footerbackcontent {
    width: auto;
  }

  h2,
  h9 {
    font-size: 22px;
  }

  h4,
  h7 {
    font-size: 50px !important;
  }

  h10 {
    font-size: 21px;
    line-height: 46px;
  }
}

@media screen and (max-width: 571px) {
  .explore {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 31px;
  }

  h5, .footerback h3 {
    width: 100% !important;
    font-size: 21px;
  }

  .contactus {
    text-align: center;
    padding: 0;
    width: 100%;
    margin-bottom: 31px;
    line-height: 28px;
  }

  .footerbackcontent {
    font-size: 18px;
	flex-wrap: wrap;
  }

  ul.footer {
    border-top: 5px solid #bc0311 !important;
  }
}
@media screen and (max-width: 480px) {
  #gal_container a {width: calc(50% - 1em);}
}

@media screen and (max-width: 395px) {
  .contentbanner2 {
    font-size: 14px;
  }
	
	.contentbanner img, .contentbanner2 img {width: 12px;}

}

@media screen and (max-width: 237px){
	.header {height:322px!important;}
}

@media screen and (max-width: 250px) {

  .footerbackcontent {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .explore {
    width: 90%;
    padding: 0 5%;
  }
  .contactus {
    width: 90%;
    padding: 0 5%;
  }

  ul.footer {
    width: 90%;
    padding: 4% 5%;
  }

  .textwelcome {
    width: 90%;
    padding: 0 5%;
  }
}
