/* 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 {
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-text-size-adjust: none;
  font-family: 'Montserrat', sans-serif; }

html{scroll-behavior: smooth;}

/*BRAND STYLING
------------------------------------------------*/
/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
body{font-family: 'Montserrat', sans-serif !important}
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #E96313;
    text-decoration: none; }

p {
  padding: 10px 0; }

.clear {
  clear: both; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.none {
  display: none; }

.center-it {
  text-align: center;
  margin: 0 auto; }

* {
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  position: relative; }

.sub-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 20px 200px 20px;
  position: relative; }
  .sub-wrapper h1 {
    display: inline-block;
    min-width: 40%;
    text-align: left;
    padding: 10px 50px 10px 20px;
    margin: 20px 0;
    border-bottom: 12px solid #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px; }
  .sub-wrapper h4 {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 30px;
    font-weight: 600; }


.no-pad-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }

.footer-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
  position: relative; }

::selection {
  color: #fff;
  background: #356088; }

::-moz-selection {
  color: #fff;
  background: #356088; }

/* POPUP 
----------------------------------------------*/
.popup {
  display: none; 
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.popup-content {
  position: relative;
  margin: 7% auto;
  max-width: 1000px;
  width: 100%;
  padding: 0px;
  text-align: center;
}

.popup-content img {
  width: 100%;
  height: auto;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}


/* HEADER 
----------------------------------------------*/
.header {
  width: 100%;
  display: flex;
	align-items: center;
	justify-content: space-around;
  text-align: right;
  margin: 0 auto;
  background: url(../siteart/diamond-plate.jpg);
  background-color: #000000;
  }
  .header a {
    color: #fff;
    text-decoration: none; }
    .header a:hover {
      color: #E96313;
      text-decoration: none; }

.logo {padding: 10px 0; 
  text-align: left;
  width: 20%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top; 
text-align: center;}
  .logo img {
    width: 100%;
	 max-width: 250px;
    margin: 0 auto; }

.header-right {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin: 0 auto;
  width: 78%; }

.header-contact {
  width: 100%;
  display: block;
  border-bottom: 3px solid #fff;
  text-align: right;
  padding: 5px 0 5px 0; }
  .header-contact p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.2px; }
.header-contact p a{color: #fff;}

/* ORIGINALS STYLES
-----------------------------------------------*/
.originals {
	max-width:600px;
}



/* HOME PAGE STYLES
-----------------------------------------------*/
.hero-slider {
  width: 100%;
  text-align: right;
  margin: 0;
  position: relative; }
  .hero-slider .slider-overlay {
    width: 20%;
    position: absolute;
    bottom: 0px;
    right: 0;
    background: #000;
    padding: 20px 20px 20px 20px;
    text-align: right;
    z-index: 10; }
    .hero-slider .slider-overlay p {
      padding: 20px 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      width: 100%;
      font-weight: 600; }
    .hero-slider .slider-overlay .overlay-btn {
      display: inline-block;
      padding: 10px 30px;
      border: 2px solid #E96313;
      text-align: center;
      color: #E96313;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 1.5px;
      font-style: oblique;
      text-decoration: none;
      transition: ease .3s; }
      .hero-slider .slider-overlay .overlay-btn:hover {
        background: #ff711d;
        color: #000;
        transition: ease .3s; }

/* call-to-action */
.cta-bar {
  width: 100%;
  display: inline-block;
  padding: 20px 0 80px 0;
  text-align: center;
  background-color: #fff;
  background-image: url(../siteart/cta-texture.png); }
  .cta-bar h2 {
    width: 40%;
    text-align: left;
    padding: 10px 30px;
    margin: 20px 0;
    border-bottom: 12px solid #C65310;
    color: #C65310;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 20px; }
    .cta-bar h2 span {
      font-style: italic;
      font-weight: 800; }
  .cta-bar a {
    text-decoration: none; }

.cta {
  width: 19%;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 auto;
  text-align: center;
  padding: 20px; }
  .cta img {
    display: block;
    width: 100%;
    padding: 40px 40px 0px 40px;
    text-align: center;
    margin: 0 auto; }
  .cta h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0;
    color: #000; }
    .cta h3 span {
      font-weight: 800;
      font-style: italic; }
  .cta .cta-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-style: italic; }
  .cta .filled {
    background: #535353;
    color: #fff;
    transition: ease .3s; }
    .cta .filled:hover {
      background: #E96313;
      color: #fff;
      transition: ease .3s; }
  .cta .unfilled {
    background: #000;
    color: #fff;
    transition: ease .3s; }
    .cta .unfilled:hover {
      background: #E96313;
      color: #fff;
      transition: ease .3s; }

/* welcome section */
.welcome {
  background: url(../siteart/welcome-bg.png) no-repeat #fff;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  padding: 100px 0;
  text-align: center;
  display: inline-block; }
  .welcome h1 {
    text-align: center;
    padding: 0 0 40px 0;
    font-size: 16px;
    font-weight: 500; }
    .welcome h1 span {
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: 1px;
      font-size: 18px;
      padding: 5px 0;
      letter-spacing: 2.5px; }
  .welcome .welc-txt {
    text-align: left;
    width: 100%; }
    .welcome .welc-txt p {
      width: 100%;
      margin: 0 auto;
      text-align: left; }
    .welcome .welc-txt .welc-img {
      width: 30%;
      display: inline-block;
      vertical-align: middle;
      margin: 0 auto;
      padding-left: 30px;
      float: right; }
      .welcome .welc-txt .welc-img img {
        width: 100%;
        display: block;
        box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.45); }

/*.welc-break{
	height:200px;
	width:100%;
	background:#eee;
}*/


.column-list{
	list-style: none;
	display: grid;
	gap: 20px;
    grid-template-columns: calc(33.33333% - 20px) calc(33.33333% - 20px) calc(33.33333% - 20px);
	margin-bottom: 20px;
}
.column-list li{
	background: #000;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
.column-list li a{
	display: block;
	color: #fff;
	padding: 10%;
	
	transition: ease all 0.3s;
}
.column-list li a i{
	font-size: 48px;
	position: absolute;
	right: 7.5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	opacity: 0.3;
}
.column-list li a:hover{
	color: #E96313 !important;
}
/* manufacturer logos */
.manu-bar, .brandslider {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #fff;
  padding: 40px 0; }
  .manu-bar .manu-logo {
    width: calc(16.666667% - 5px);
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    }
.brandslider .manu-logo{
	
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
	box-sizing: border-box;
}
    .manu-bar .manu-logo img, .brandslider .manu-logo img {
		max-width: 100%;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      width: 250px;
      opacity: .65;
      transition: ease .3s; }
    .manu-bar .manu-logo:hover img, .brandslider .manu-logo:hover img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1;
      transition: ease .3s; }

/* SHOWROOM LANDING PAGES
------------------------------------------------*/
.showroom-cat {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  margin: 20px;
  position: relative;
  text-align: center;
  border: 1px solid #000;
  background: #000; }
  .showroom-cat .view-now-btn {
    display: none;
    border: 2px solid #fff;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 10px 0;
    text-decoration: none;
    position: absolute;
    top: 35%;
    left: 3%;
    right: 3%;
    width: 200px;
	  margin: 0 auto;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.45);
    transition: ease .3s; }
  .showroom-cat img {
    display: block;
    width: 100%;
    transition: ease .3s; }
  .showroom-cat h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    padding: 6px 0;
    border-top: 3px solid black; }
  .showroom-cat:hover .view-now-btn {
    display: inline-block;
    transition: ease .3s; }
  .showroom-cat:hover img {
    opacity: .6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: ease .3s; }

.showroom-landing {
  padding: 40px 0;
  text-align: center;
  display: inline-block; }

.showroom-manu {
  display: inline-block;
  width: 22%;
  vertical-align: middle;
  margin: 5px;
  border: 1px solid #eaeaea; }
  .showroom-manu img {
    display: block;
    width: 100%;
    opacity: .7;
    transition: ease .3s; }
    .showroom-manu img:hover {
      opacity: 1;
      transition: ease .3s; }

/* SUB PAGES 
----------------------------------------------*/
.parts-iframe {
  padding: 60px 0 0 0; }

/* financing */
.fin-card {
  display: inline-block;
  width: 40%;
  position: relative;
  margin: 60px 10px;
  padding: 30px;
  height: 350px;
  background: #f1f1f1;
  vertical-align: top; }
  .fin-card h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
    font-size: 18px; }

  .fin-card .creditapp-btn {
    position: absolute;
    bottom: 80px;
    left: 3%;
    right: 3%;
    display: inline-block;
    padding: 7px 25px;
    border: 2px solid #E96313;
    color: #E96313;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: ease .3s; }

 .fin-card .callnow-btn {
    position: absolute;
    bottom: 30px;
    left: 3%;
    right: 3%;
    display: inline-block;
    padding: 7px 25px;
    border: 2px solid #E96313;
    color: #E96313;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: ease .3s; }

    .fin-card .creditapp-btn:hover, .fin-card .callnow-btn:hover {
      background: #E96313;
      color: #fff;
      transition: ease .3s; }

.fin-logo {
  position: absolute;
  right: 20px;
  top: 100px;
  max-width: 200px; }

/* contact page */
.contact-info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background: #f1f1f1; }
  .contact-info .contact-half {
    display: inline-block;
    width: 49%;
    vertical-align: middle; }
    .contact-info .contact-half a {
      color: #000;
      text-decoration: none; }
      .contact-info .contact-half a:hover {
        color: #E96313;
        text-decoration: none; }
  .contact-info .with-bg {
    text-align: left;
    padding: 60px;
    line-height: 1.5; }
  .contact-info .fa {
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 0 0;
    color: #E96313;
    font-size: 20px; }
  .contact-info p {
    display: inline-block;
    vertical-align: middle; }

/* INVENTORY
------------------------------------------------*/
.with-sidebar {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 30px 0; }
  .with-sidebar .sidebar-wrapper {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin-left: 23%; }
  .with-sidebar .invsidebar {
    margin-right: 40px;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    background: #f1f1f1;
    padding: 20px;
    position: absolute;
    left: 10%; }
    .with-sidebar .invsidebar a {
      width: 90%;
      text-align: center;
      padding: 15px 0;
      display: inline-block;
      margin: 5px 0;
      color: #E96313;
      text-decoration: none;
      border: 2px solid #E96313;
      text-transform: uppercase;
      font-style: italic;
      font-weight: 500;
      letter-spacing: 1.5px;
      transition: ease .3s; }
      .with-sidebar .invsidebar a:hover {
        background: #E96313;
        color: #f1f1f1;
        transition: ease .3s; }

.invsidebar.sticky {
  position: fixed;
  top: 80px; }

.cf {
  background: #fff; }

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
  background: #E96313 !important; }

.hosted-content .hosted-content .svg-inline--fa.fa-w-10 {
  width: auto !important; }

.hosted-content h1 {
  font-size: 20px !important;
  color: #000;
  text-transform: none;
  padding-bottom: 0 !important;
  font-weight: bold; }

.hosted-content h3 {
  text-transform: none !important; }

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
  text-transform: none !important; }

.hosted-content .listings-wrapper .border-bottom, .hosted-content .listings-detail-wrapper .border-bottom, .hosted-content .listings-drilldown-wrapper .border-bottom {
  text-align: left !important; }

.accordion-panel {
  display: none; }

.orange{
	color: #E96313;
}
.clean-list{
	
	list-style: none;
	padding: 0;
}
.clean-list li{
	list-style: none;
	padding: 20px;
	line-height: 24px;
	font-size: 16px;
	display: block;
	border-bottom: solid 1px #ccc;
}
.clean-list li:last-of-type{
	border-bottom: none;
}
.panels-row{
	display: flex; flex-wrap: wrap;
	margin: 0 -10px;
	width: calc(100% + 20px);
}
.panels-row > div{
	margin: 10px;
	width: calc(25% - 20px);
	background: #eee;
	transition: ease all 0.3s;
}
.panels-row > div:hover{
	filter: brightness(1.03);
}
.panels-row > div img{
	width: 100%;
}
.panels-row > div p{
	padding: 20px;
}
.panels-row > div:last-of-type{
	background: #000;
	color: #fff;
	align-self: flex-start;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
  width: 100%;
  height: 90px;
  overflow: hidden; }

.scrolling {
  width: 100%;
  height: 92px; }

/* FOOTER
------------------------------*/
.footer {
  width: 100%;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background: #C65310;
  padding: 60px 0; }
  .footer h3 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0;
    text-align: left;
    letter-spacing: 1.3px; }
  .footer a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500; }
    .footer a:hover {
      color: #fff;
      text-decoration: underline; }
  .footer p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 20px 0;
    text-align: left;
    font-weight: 500; }
  .footer .foot-half {
    width: 49%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    vertical-align: top; }
    .footer .foot-half .half {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      margin: 0 auto;
      text-align: left; }
      .footer .foot-half .half:first-child {
        width: 30%; }
    .footer .foot-half ul li {
      padding: 0;
      text-align: left;
      font-size: 14px;
      list-style: none; }

.legal-foot {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  background: #000; }
  .legal-foot p {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
    color: #eaeaea;
    text-align: left; }
    .legal-foot p:last-child {
      text-align: right; }
  .legal-foot a {
    color: #eaeaea;
    text-decoration: none; }
    .legal-foot a:hover {
      text-decoration: underline;
      color: #eaeaea; }

@media screen and (max-width: 1750px) {
  .cta-bar h2 {
    width: 50%; } }
@media screen and (max-width: 1550px) {
  .with-sidebar .invsidebar {
    width: 27%;
    left: 5%; }

  .with-sidebar .sidebar-wrapper {
    margin-left: 29%; } }
@media screen and (max-width: 1420px) {
  .cta-bar h2 {
    width: 60%; }
  .cta-bar .cta .cta-btn {
    padding: 7px 20px;
    font-size: 14px; }
  .cta-bar .cta h3 {
    font-size: 15px; }

  .fin-card {
    height: 350px; } }

@media screen and (max-width: 1165px) {
.originals {
	max-width:500px;
}
}
@media screen and (max-width: 1055px) {
.originals {
	max-width:450px;
}
	.originals p {
		font-size: 15px;
	}
}
@media screen and (max-width: 1000px) {
.originals {
	max-width:400px;
}
	.originals p {
		font-size: 15px;
	}
}
@media screen and (max-width: 945px) {
.originals {
	max-width:100%;
}
	.originals p {
		font-size: 15px;
	}
  /* Stack each section vertically */
  .sub-wrapper > div[style*="display: flex"] {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  /* Make images go on top */
  .sub-wrapper img {
    order: -1;
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
  }

  /* Keep text sections nicely centered and readable */
  .originals {
    width: 100%;
    max-width: 800px;
	  margin-bottom: 40px;
  }
}

@media screen and (max-width: 1375px) {
  .hero-slider .slider-overlay {
    width: 60%; }
    .hero-slider .slider-overlay p {
      font-size: 16px; }

  .cta-bar {
    padding: 40px 0 80px 0; }

  .footer .foot-half .half {
    width: 60%; }

  .header {
    padding: 0 20px; }

  .header-right {
    width: 100%; }
	.header-contact{border: none !important;}
  .header-contact {
    text-align: right;
    padding: 15px 0; }
    .header-contact p {
      display: block; 
	font-size: 12px !important;}

  .logo {
    width: 50%;
	  max-width: 250px;
    text-align: center;}
    .logo img {
      max-width: 250px; } }
@media screen and (max-width: 1300px) {
  .accordionStick.alsosticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.35); }

  .with-sidebar .sidebar-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    padding: 20px; }

  .with-sidebar .invsidebar {
    display: none !important; }

  .accordion-panel {
    display: block;
    width: 100%;
    background: #eee; }

  .accordion-panel .content a {
    width: 30%;
    text-align: center;
    padding: 15px 0;
    display: inline-block;
    margin: 5px 0;
    color: #E96313;
    text-decoration: none;
    border: 2px solid #E96313;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: ease .3s; }
    .accordion-panel .content a:hover {
      background: #E96313;
      color: #f1f1f1;
      transition: ease .3s; }

  .accordion-panel .accordion dt {
    display: block;
    padding: 25px;
    color: #555;
    cursor: pointer;
    position: relative;
    user-select: none;
    text-align: left; }

  .accordion-panel .accordion dd {
    height: 0;
    overflow: hidden;
    transition: height .35s ease-out;
    margin-left: 0;
    background: #F4F4F4; }

  .accordion-panel .accordion .content {
    padding: 25px;
    overflow: auto; }

  .accordion-panel .plus-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    transition: transform 0.35s ease-out;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -12px; }

  .accordion-panel .plus-icon:before,
  .accordion-panel .plus-icon:after {
    content: '';
    background: #F7941D;
    position: absolute; }

  .accordion-panel .plus-icon:before {
    width: 2px;
    height: 15px;
    margin-left: -0.5px;
    left: 50%; }

  .accordion-panel .plus-icon:after {
    width: 15px;
    height: 2px;
    margin-top: -0.5px;
    top: 50%;
    opacity: 1;
    transition: opacity 0.35s ease-out; }

  .accordion-panel .is-open .plus-icon {
    transform: rotate(90deg); }

  .accordion-panel .is-open .plus-icon:after {
    opacity: 0; }

  .accordion-panel .hidden {
    display: none; }

  .accordion-panel .open-btn,
  .accordion-panel .close-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 90px; }

  .accordion-panel .buttons-wrapper {
    position: relative; }

  .accordion-panel .buttons-wrapper .plus-icon {
    position: absolute;
    right: 10px;
    top: 12px; } }
@media screen and (max-width: 1150px) {
	


	.column-list{
		grid-template-columns: calc(50% - 10px) calc(50% - 10px);
	}


  .cta-bar h2 {
    width: 80%; }

  .cta {
    width: 29%; }

  .footer {
    padding: 40px 0; }

  .footer .foot-half {
    width: 100%;
    margin-top: 20px; }

  .footer .foot-half .half .foot-half {
    width: 49%;
    margin-top: 0; } 

}
@media screen and (max-width: 1050px) {
  .manu-bar {
    padding: 20px 0; }
    .manu-bar .manu-logo img {
      width: 170px; }

  .welcome {
    padding: 70px 0; }

  .welcome .welc-txt {
    padding: 80px 110px; }

  .welc-break {
    height: 100px; }

  .showroom-cat {
    width: 31%;
    margin: 5px; }

  .fin-card {
    height: 350px; }

  .fin-card h4 {
    font-size: 16px; }

  .fin-card p {
    font-size: 14px; } 
	
	
.panels-row > div{
	width: calc(50% - 20px);
}

}
@media screen and (max-width: 900px) {

	.header-contact p{
    	font-size: 14px;
	}
  .hero-slider .slider-overlay {
    width: 100%; position: relative; bottom: 0; padding: 20px 40px 40px 40px;}

  .cta-bar h2 {
    font-size: 18px; }

  .showroom-cat {
    margin: 5px; }

  .showroom-cat h3 {
    font-size: 14px; }

    .showroom-cat img {}
	
.showroom-cat .view-now-btn {
      display: none; }
	
  .fin-card {
    width: 100%;
    height: 350px;
    margin: 10px; }


	 .fin-card .creditapp-btn {
    position: absolute;
    bottom: 20px;
    left: 3%;
    right: 3%;
    display: inline-block;
    padding: 7px 25px;
    border: 2px solid #E96313;
    color: #E96313;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: ease .3s; }
	
		 .fin-card .callnow-btn {
    position: absolute;
    bottom: 70px;
    left: 3%;
    right: 3%;
    display: inline-block;
    padding: 7px 25px;
    border: 2px solid #E96313;
    color: #E96313;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    transition: ease .3s; }

	
  .contact-info .contact-half {
    width: 100%; }

  .welcome .welc-txt {
    padding: 40px 0; }

  .accordion-panel .content a {
    width: 46%; } }
@media screen and (max-width: 800px) {
  .cta-bar h2 {
    width: 95%; }
  .cta-bar .cta {
    width: 45%; }
    .cta-bar .cta img {
      padding: 20px 20px 0 20px; }

  .showroom-cat {
    width: 45%; }

  .fin-logo {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    display: block;
    margin-left: 0; } }
@media screen and (max-width: 750px) {
	
	.column-list{
		grid-template-columns: 100%;
	}
	.header-right{
		display: none !important;
	}
	.header{justify-content: space-between;}
	.header .logo{text-align: left;
    margin: 0;}
	.header .logo img{
		padding: 5px;
		box-sizing: border-box;
		max-width: 180px;
	}
  .manu-bar .manu-logo {
    width: 45%; }

  .welcome {
    padding: 70px 0 0 0;
    height: auto; }

  .welcome .welc-txt {
    padding: 60px 80px;
    bottom: auto;
    position: relative; }

  .welc-break {
    display: none; }

  .showroom-manu {
    width: 45%;
    margin: 5px; }

  .welcome h1 {
    padding: 0; }

  .welcome .welc-txt {
    padding: 40px 30px; }

  .welcome .welc-txt p {
    width: 100%; }

  .welcome .welc-txt .welc-img {
    width: 100%;
    float: none;
    padding: 30px 0; } }
@media screen and (max-width: 650px) {
  .cta-bar {
    padding: 40px 0; }

  .cta-bar h2 span {
    display: block; }

  .showroom-cat {
    width: 65%;
    margin: 10px; }

  .accordion-panel .content a {
    font-size: 12px;
    padding: 10px 5px; }

  .footer .foot-half .half:first-child {
    width: 100%; }

  .footer .foot-half .half {
    width: 100%; }

  .legal-foot p {
    width: 100%;
    text-align: center; }

  .legal-foot p:last-child {
    text-align: center; } }
@media screen and (max-width: 500px) {
  .cta-bar .cta {
    width: 100%; }

  .sub-wrapper {
    padding: 40px 20px 60px 20px; }

  .sub-wrapper h1 {
    font-size: 18px;
    padding: 10px 0 10px 10px; }

  .showroom-cat {
    width: 85%; } 
	
.panels-row > div{
	width: calc(100% - 20px);
}
	
}
@media screen and (max-width: 410px) {
  .manu-bar .manu-logo {
    width: 100%; }

  .showroom-manu {
    width: 80%; }

  .contact-info .with-bg {
    padding: 40px; }

  .accordion-panel .content a {
    width: 85%; } }
@media screen and (max-width: 350px) {
  .cta-bar h2 {
    font-size: 14px; }

  .welcome .welc-txt {
    padding: 40px 20px; }

  .footer .foot-half .half .foot-half {
    width: 100%; } }
