﻿@charset "UTF-8";

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


/* RESET 
------------------------------------------------*/
* {margin:0; padding: 0; border: 0; outline: 0; background: transparent;}

/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
html {scroll-behavior: smooth;}
body {font-size:100%; font-family: 'Open Sans', sans-serif; background:#fff;}

/*===================== 
	base styles 
=======================*/

/*body {
    
    -webkit-text-size-adjust: none;
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 2em;
}*/

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;
}

.clear-photos {
    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;
    color: rgb(243, 243, 243);
    margin: 2em auto;
}

img {
    border: 0;
}

::-moz-selection {
    background: #8f979d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #8f979d;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	SIDE TABS
=======================*/
.sidetabs {
    background: #fff;
    width: 400px;
    height: 500px;
    position: fixed;
    z-index: 9999;
}

#fb {
    width: 400px;
    height: 520px;
    top: 260px;
    right: -400px;
    z-index: 9999999;
}

#fbTab {
    display: block;
    height: 75px;
    width: 55px;
    background: url(../siteart/fbtab.png);
    position: absolute;
    left: -55px;
    top: 0px;
}

/*===================== 
	typography 
=======================*/

strong,
b {
    font-weight: 900;
}

h1 {
    font-size: 30px;
    color: #555;
    font-weight: 900;
    margin: 0px 0px 15px 0px;
}

h1 span {
    color: #222;
    margin: 0px 0px 10px 0px;
    display: block;
    text-transform: uppercase
}

h2 {
    font-size: 26px;
    font-weight: 600;
}

h2#email-modal-title {
    color: black;
}

h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin: 0 auto 10px auto
}

h4 {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin: 1.5em auto 0 auto;
    text-transform: uppercase
}

h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    margin: 0 0 10px 0;
}

h6 {
    font-size: 18px;
    color: #000;
    font-weight: 900;
    margin: 0;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    margin: 0;
    color: #222;
}

.welcometo h1 {
    font-size: 30px;
    color: #555;
    font-weight: 900;
    margin: 0px 0px 5px 0px;
}
.welcometo h2, .pictures h2,.staff-contact-wrap h2 {    
	font-size: 26px;
    color: #555;
    font-weight: 300;
    margin: 0px 0px 30px 0px;
	text-transform:none; 
}

.tag h3 {    
	font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
	margin:0.83em 0;
}


/*===================== 
	LAYOUT STYLES
=======================*/

.column1 {
    width: 100%;
}

.column2 {
    width: 47%;
    *width: 47%;
    float: left;
    margin-right: 6%;
    box-sizing: border-box;
}

.column3 {
    width: 33.33333%;
    *width: 30%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.column4 {
    width: 25%;
    *width: 25%;
    float: left;
    box-sizing: border-box;
}

.column5 {
    width: 20%;
    float: left;
    padding-right: 1%;
    box-sizing: border-box;
}

.column6 {
    width: 16.66666%;
    *width: 14%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

.twothird {
    width: 64%;
    *width: 64%;
    float: left;
    box-sizing: border-box;
}

.onethird {
    width: 30%;
    *width: 30%;
    float: left;
    margin-right: 6%;
    box-sizing: border-box;
    text-align: right
}

.last {
    padding-right: 0 !important;
    margin-right: 0 !important
}

article {
    background: #fff
}

.sitewidth {
    max-width: 1300px;
    margin: 0 auto
}

article .sitewidth h2 {margin:20px 0 30px 0; }
article .sitewidth ul {margin-left: 15px; list-style:inside;}

.center {
    text-align: center
}

#pad {
    padding: 6em 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.green {
    color: #256540
}

.lightgraywrap {
    background: #c5cace;
    padding: 1.5em 0;
}

.respimg img {
    width: 100%
}


/*===================== 
	LINK BOXES  
=======================*/

.boxnav {
    text-transform: uppercase;
    font-size: 25px;
    width: 100%;
    position: relative;
    z-index: 99;
    margin: -7em auto 0 auto;
}

.separate {
    font-family: 'Oswald', sans-serif;
    margin: 0 2%;
    padding: 2% 0;
    width: 21%;
    float: left;
    text-align: center;
    background: #fff;
}


/*===================== 
	POP UP
=======================*/
.covid h1 {
    color: #fff !important;
    background: #f10 !important;
    padding: 10px 0 !important;
}

.covid p {
    color: #000 !important
}

.register-box {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.register-pad {
    width: 80%;
    background: #fff;
    border: 3px solid #f10;
    /*background: #ffd68a;
        border: 3px solid #ffffff;*/
    padding: 2% 3%;
    position: absolute;
    top: 5%;
    left: 8%;
}

/*.register-pad {width:35%; background:#fff; padding:2% 3%; position:absolute; top:2%; left:29%;}*/

.close-register {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 9999;
}

.contain {
    width: 100%;
    margin: 0 auto;
}

.contain img {
    width: 100%;
    margin: 15px 0 0 0px;
}

.register-box h1 {
    text-align: center;
}

.register-box p {
    font-size: 13px;
}


/*===================== 
	HOME PAGE 
=======================*/

.welcometo {

        width: 100%;
        margin: 0 auto
    }

.pictures {
    width: 44%;
    float: right;
}

.staff {
   
    display: block;
}

.staff img {
    width: 100%;
    display: block;
}

.staff-contact-wrap {
	display:grid;
	
	grid-template-columns: repeat(5, 1fr);
    gap: .5%;
	margin:0 auto 4em auto; 
}

.staff-contact {
    float: left;
    width: 19%;
    min-height: 400px;
    display: block;
    margin: 0.5%;
}


.staff p {
    background: #949599;
    color: #fff;
    font-size: 13px;
	line-height: 1.5;
	min-height:50px;
	padding: 5px 0;
}

.staff-contact p {
    background: #949599;
    color: #fff;
    font-size: 13px;
}

.staff-contact a:hover {
    color: #000;
    font-weight: bold
}

.staff-contact img {
    width: 100%;
    display: block;
}

.mrg {
    margin-right: 2.5%;
}

.tag {
    background: #000000;
    text-align: center;
    padding: 3px 0px;
}

.ri {
    margin-right: 2%;
}

.marg {
    margin-top: 5%;
}


/*===================== 
	link styles 
=======================*/

a:focus {
    outline: thin dotted;
    /*reset*/
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    /*reset*/
    color: inherit;
    text-decoration: none;
    transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

.contact-options a {
    background: #256540 !important;
    color: white !important;
}

a:hover {
    outline: 0;
    /*reset*/
    text-decoration: none !important;
    color: #949599;
}

a.info-btn,
a.info-btn:link,
a.info-btn:visited,
a.info-btn:active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #000;
    font-weight: 900;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    border: 2px solid #000;
    display: block;
    transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

a.info-btn:hover {
    background: #fff;
    border: 2px solid #145d32;
    color: #000;
}

a.info-btn i {
    margin: 0 0 0 10px;
    font-weight: 900
}

/*===================== 
	header styles 
=======================*/

.site-header {
    text-align: right;
    background-color: rgba(235, 235, 235, 0.97);
    margin: 0 auto;
    padding: 0 1%;
    position: relative;
    width:100%;
    z-index: 9999;
	box-sizing: border-box;
}

.logo img {
    max-width: 470px;
    display: block;
    float: left;
    margin: 0 0 -1.5em 0;
    padding:21px 0  10px 0;
}

img.mcc {
    width: 100%;
    max-width: 166px;
    display: inline-block;
    vertical-align: bottom
}

.address-and-contact .address {
    margin: 5px 0 0 0;
    color: #256540;
    font-size: 15px;
}

.address a {
    display: inline-block;
    color: #7d7d7d;
    line-height: 0;
    text-decoration: none;
    transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease;
}

p.address {
    margin: 5px 0 0 0;
    display: block;
	font-size:15px;
	font-weight:600; 
    color: #4d4d4d;
    text-decoration: none;
    transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease;
}

.address i:hover {
    text-decoration: none;
    color:#8F8F8F;
}

.address i {
    border-radius: 3px;
    font-size: 30px;
    display: inline-block;
}

.address .fa-linkedin-square {
    margin: 0 0 0 30px;
}

.address .fa-facebook-square {
    margin: 0 20px 0 5px;
}

#space-hd {
    height: 8em
}

/*===================== 
	nav styles 
=======================*/
#navcontain {
    float: right;
}


#menu-button{display:none;}
nav.mobile {display:none;}

nav.primary {z-index:500; position:relative; margin:0; padding:0;}

nav.primary ul {display:flex; flex-flow:row wrap; align-items:center; justify-content:flex-end; margin:0; padding:0;}
nav.primary ul li {margin:0; padding:0; list-style-type:none;}
				
nav.primary ul li a {
	display:block; padding: 20px 10px;
    font-size:18px; line-height:1; font-weight: 600; text-align:center; text-decoration:none; text-transform:uppercase; color:#211d1e;
	font-family: 'Oswald', sans-serif;
	-webkit-transition:.3s ease-in; -moz-transition:.3s ease-in; -o-transition:.3s ease-in; transition:.3s ease-in;	
}	

nav.primary ul li a:hover {color:#939598;}

/*  SUB NAV
------------------------------------------------*/
nav.primary ul li li {width: 260px;}
nav.primary ul li li a:link, nav.primary ul li li a:visited{
	width: 260px; padding:15px 0; font-size:17px; text-indent:20px; font-weight: 500; text-align:left; color:#fff; border:0; background-color: rgb(10, 10, 10);
}

nav.primary ul li li a:hover,nav.primary ul li li a:active {color:#000; background-color:#dfdfdf;}

/*  NAV DROPDOWNS
------------------------------------------------*/
nav.primary ul ul {display: none; position: absolute;} 
nav.primary ul ul ul {position: absolute; left: 100%; top:0;}
nav.primary ul li:hover > ul {display: block; line-height:18px; z-index: 500;}w
nav.primary ul ul li {float: none; position: relative; margin:0;}





/*===================== 
	contact & form
=======================*/
.sales {
    width: 45.5%;
    padding: 2%;
    float: left;
    border: 1px solid #949599
}

.sales p {
    color: #000
}

iframe.map {
    width: 100%;
    height: 300px;
    margin: 3em auto 0 auto
}

.title {
    width: 49.5%;
    border: 1px solid #fff;
    float: left;
    font-size: 14px;
    color: #fff;
    background: #256540;
    padding: 3px 0;
    text-align: center;
    font-weight: 500;
    margin: 0;
}


/*===================== 
	slideshow styles 
=======================*/
/*
.cycle-slideshow img {
    width: 100%;
}

.cycle-pager {
    text-align: right;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    right: 40px;
    overflow: hidden;
}

.cycle-pager span {
    width: 16px;
    height: 16px;
    color: #ddd;
    padding: 3px;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    color: #c5cace;
}

.cycle-pager > * {
    cursor: pointer;
}

#slidehold {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    top: -8em;
    margin-bottom: 0;
    z-index: 1;
}

#slidehold img {
    overflow: hidden;
}

#slidehold h1 {
    background: rgba(0, 0, 0, 0.85);
    padding: 8px 15px;
}

#slidehold .overslide-text {
    top: ;
    background: ;
    width: ;
    height: ;
}

#slidehold-insidepages {
    position: relative;
    width: 100%;
    height: 225px;
    overflow: hidden;
    top: 0;
    margin-bottom: 0;
    z-index: 1;
}

#slidehold-insidepages h1 {
    background: rgba(0, 0, 0, 0.85);
    padding: 8px 15px;
}
*/
/* ---- /slideshow ---- */





/*  HERO
------------------------------------------------*/
.hero {position:relative; width:100%; clear: both;}

.hero .cycle-slideshow {z-index:5; position:relative;overflow:hidden; margin:0; padding:0; box-sizing: border-box;}
.hero .cycle-slideshow img {position:relative; width:100%; margin:0; padding:0;}

.hero .cycle-pager {text-align: center; width: 100%; z-index:20; position: absolute; bottom: 10px; overflow: hidden;}
.hero .cycle-pager span {font-family: arial; font-size: 50px; width: 16px; height: 16px; display: inline-block; color: #ddd; cursor: pointer;}
.hero .cycle-pager span.cycle-pager-active {color: #ffe000;}
.hero .cycle-pager > * {cursor: pointer;}

.hero .cycle-prev, .hero  .cycle-next { position: absolute; top: 0; width:10%; opacity:.25; z-index:100; height: 100%; cursor: pointer; transition:.4s ease-in;}
.hero .cycle-prev {left:0;}
.hero .cycle-prev:before {position:absolute; z-index:0; top:50%; left:60%; transform: translate(-50%, -50%); font-size:3em; color:#fff; content: "\f104"; font-family: FontAwesome;}
.hero .cycle-next {right:0;}
.hero .cycle-next:before {position:absolute; z-index:0; top:50%; right:60%; transform: translate(50%, -50%); font-size:3em; color:#fff; content: "\f105"; font-family: FontAwesome;}
.hero .cycle-prev:hover, .cycle-next:hover {opacity:.85;}


.hero-item {position:relative; width:100%; }
.hero-item::after {content:''; position:absolute; z-index:0; top:0; right:0; width: 100%; height:100%; background: #000; background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(27, 27, 27, 0.6) 100%);}
.hero-item img {position:relative; width:100%;}

.hero-overlay {
	position:absolute; right:0; bottom:12%; left:0; z-index:1;
	display:flex; flex-flow:row wrap; align-items: center; width:90%; max-width:1200px; margin:auto; padding:2.5%;
	
	background: rgba(34,36,35,.75);
}
.hero-overlay a {display: inline-block; position:relative; z-index: 1; width:336px; padding:23px 25px 20px; font-size:25px; font-weight:500; text-align:left; text-transform:uppercase; color:#000; background:#ccc;}
.hero-overlay a:after {content:"\f138"; position:absolute; z-index:-1; top:21px; right:3.5%; font-size:33px; /*width:60%; max-width:260px; height:6px; background:#ffd202;*/ font-family: FontAwesome; color:#222;}

.hero-overlay .cta-text {margin:0 0 0 auto; font-size:30px; font-weight:700; text-transform:uppercase; color:#fff;}


/* SECONDARY SHOW - NAVIGATION
------------------------------------------------*/

#slideshow-2 {z-index:108; position:relative; overflow: hidden; width:100%;  max-width:100%; margin:-5px 0 0 0;}

.icon-slideshow {overflow: visible !important;}

.slide-icon {overflow:hidden; position:relative !important; height:140px; cursor:pointer; /*border-top:5px #000 solid;*/ background:#1f1f1f;}
.slide-icon:after {content:""; position:absolute; z-index:2; top:0; right:0;width:2px; height:100%; background:#090909;}

.slide-icon .eq-icon {
	position:absolute; z-index:1; top:50%; left:50%; margin:auto; text-align:center; text-transform:uppercase; font-weight:500; color:#fff;
	opacity:.1; transform: translate(-40%, -50%) scale(1.4); 
}

.icon-title {
	position:relative; z-index:5; top:50%; left:50%; margin:auto; font-size:1.25vw; line-height:1;  text-align:center; text-transform:uppercase; font-weight:800; color:#fff;
	transform: translate(-50%, -50%);
}

#cycle-2 .cycle-slide-active.slide-icon {position:relative; height:140px; /*margin-bottom:-8px;*/ color:#565656; /*border-top:9px #ffd202 solid; border-bottom:9px #ffd202 solid; */border-right:0; background:#dfdfdf;}
#cycle-2 .cycle-slide-active.slide-icon:after {content:none;}
#cycle-2 .cycle-slide-active.slide-icon .eq-icon {filter: grayscale(100%) brightness(200%); opacity:.65;}
#cycle-2 .cycle-slide-active .icon-title {color:#565656;}





/*  Department Select
------------------------------------------------*/
.dept-select-section{display:flex; flex-flow:row wrap; /*align-items:center; justify-content: center;*/}
.dept-selector {position:relative; width:25%; height:350px; overflow: hidden;  filter: grayscale(1); transition:.5s ease;}
.dept-selector a {position:relative; z-index:1; display:block;  width: 100%; height: 100%;}

.dept-selector:before{
	content:""; position:absolute; z-index:2; width:100%; height:100%;
	background: rgb(21,21,21); background: linear-gradient(0deg, rgba(21,21,21,0.4) 0%, rgba(21,21,21,0.8519782913165266) 100%); opacity:0.7; transition:.35s ease-in;
}
.dept-selector:hover:before {z-index:-1; opacity:.5;}

.dept-selector img {position:relative; z-index:1; object-fit: contain; background:#222; transition:.35s ease-in;}


.dept-select-title {
	position:absolute; z-index:5; top:20px; right:0; left:0; 
	font-size:40px; font-weight:900; text-transform:uppercase; text-align:center; color:#fff; opacity:.75; transition:.4s ease-in-out;
}

.dept-selector:hover .dept-select-title {top:60px; opacity:1; color:#fff;}





/*  MODEL HIGHLIGHTS
------------------------------------------------*/ 
.model-highlights {position: relative; display:grid; grid-template-columns: repeat(4, 1fr); gap: 2%; margin:6em 2.5%;}
.model-item {position: relative; z-index:5; }
.model-item a {}
.model-item a span {display:inline-block; margin:15px 0 0 25px; font-size:22px;}
.model-item a b {transition:.5s ease-in;}
.model-item a:hover {color:#0E0E0E;}
.model-item a:hover b {color:#737373;}

.model-item .model-profile img {width:100%; height:435px; object-fit: cover; object-position: center center; border-radius:2px; overflow: hidden; transition:.4s ease-in-out;}
.model-item .model-profile:hover img {opacity:.7;}



/*  SHOWROOM BRANDS
------------------------------------------------*/
.showroom-brands {display:grid; grid-template-columns: repeat(4, 1fr); gap: 2%;  /*display:flex; flex-flow:row wrap; align-items:center; justify-content:center;*/ margin-top:60px;}
.showroom-item {display:flex; flex-flow:column; align-items:center; justify-content:space-between; margin:1%; padding:1.5%; padding-bottom:20px; text-align:center; border:1px var(--offwhite) solid; border-radius:14px; background:var(--white); box-shadow:0 4px 30px rgba(0,0,0,0.08);}
.showroom-item a {display:inline-block; font-size:18px;}
.showroom-item a:hover {color:var(--orange);}
.showroom-item img {max-width:calc(100% - 60px); margin:10px auto; margin-bottom:5%; padding:30px; border-radius:14px; background:#f7f7f7; transition:.5s ease-in;}
.showroom-item a:hover img {background:var(--white);}




/*===================== 
	scrolling inventory
=======================*/

.scrolling-wrap {
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/*===================== 
	footer styles 
=======================*/

.copywritecolor {
    background: #000000;
}

footer {
    width: 100%;
    text-align: center;
    color: #9f9f9f;
    line-height: 1.3em;
    padding: 4em 0;
    margin: 0 auto;
}

.bottom {
    background: #474747;
    font-size: 13px;
    line-height: 24px;
    color: #f1f1f1;
    padding: 3em 0;
}

.bottom a,
.bottom p {
    font-size: 13px;
    line-height: 24px;
    color: #f1f1f1;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease;
}

.bottom a:hover {
    color: #ccc;
    font-weight: 700
}



/*============================== 
	CONTACT PAGE - FORM & more
==============================*/

#comment-input {
    margin: 1% AUTO;
}

#author.input-name,
#lastname.input-name {
    border: 1px solid #d2d2d2;
    width: 30.8%;
    font-size: 14px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 1%;
    float: left;
    margin-right: 1%;
}

#author.input-name,
#lastname.input-name {
    outline-color: #fef200;
}

#email.input-email {
    border: 1px solid #d2d2d2;
    width: 31.2%;
    font-size: 14px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 1%;
    float: left;
}

#email.input-email:focus {
    outline-color: #fef200;
}

#inquiry.textarea-comment {
    border: 1px solid #d2d2d2;
    width: 97.8%;
    height: 100px;
    font-size: 14px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 1%;
    font-family: 'Open Sans', sans-serif;
}

#inquiry.textarea-comment {
    outline-color: #fef200;
}

#comment-submit {
    text-align: center;
    width: 235px;
    margin: 0 auto;
}


#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    box-sizing: border-box;
}


#form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 70px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.CaptchaAnswerPanel input {
    width: 200px !important;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 1%;
    margin: 10px auto;
}

.CaptchaAnswerPanel input:focus {
    outline-color: #fef200;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
    color: #8f979d
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #8f979d;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

.contactbtn {
    margin: 10px auto 0 auto;
    text-align: center;
}

.contactbtn input[type="submit"] {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    font-size: 15px;
    padding: 8px 0;
    line-height: normal;
    background: #000;
    border: 2px solid #000;
    width: 220px;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    outline: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
}

.contactbtn input[type="submit"]:hover {
    outline: none;
    background: #fff;
    border: 2px solid #145d32;
    color: #000;
}




.width-80 {width: 80%;margin: 0 auto;text-align: center;margin-bottom: 30px;}

.logo-container a {display:inline-block;vertical-align:middle;width: 18%;margin: 0 35px;}
.logo-container img {width: 150px;}



.brand-slider {margin:6em 0 3em 0; }
.brand-slider a {margin:0 20px; }
.brand-slider img {width:200px;}



/*.listings-wrapper .listing-boxed .listing-boxed-details h2 a {
    color: #256540 !important
}

.listings-wrapper .listing-boxed .listing-boxed-details h2 {
    color: #256540 !important
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    font-size: 20px !important;
    color: #000 !important
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: #fef200 !important
}

.hosted-content .m-tb-20 {
    margin: 0 auto
}

.listing-details h5 {
    color: #256540 !important
}
h2.no-listings-found {color:#000 !important;}
.list-content .list-error-container .info .selected-facet button {color:#fff !important;}*/



/*  INVENTORY LISTINGS
------------------------------------------------*/
.list-top-section .list-listings-count,.listing-prices__alternate-retail-price,.listing-prices__discount-formatted-price,.listing-prices__exclusive-wholesale-price,.listing-prices__retail-price,.parts-list-content .parts-title-and-breadcrumbs .parts-listings-count,.thumb-container .thumb .thumb-details .title{color:#111 !important}.faceted-search-content .mobile-done-button-container .mobile-done-button,.faceted-search-content .selected-facets-container .selected-facet,.faceted-search-content button.faceted-search,.list-container-flexrow .dealer-phone-text,.list-container-flexrow .dealer-phone-text,.list-container-flexrow .view-listing-details-link,.list-container-flexrow .view-listing-details-link,.list-content .list-error-container .info button:not(.login-button),.show-all-modal .apply-button{color:#fff !important;background:#111 !important}.show-all-modal .back-button{color:#111 !important;border:1px solid #111 !important}.list-container-flexrow .price-container .price{color:#222 !important}.detail__title{font-weight:800 !important;font-family:"Be Vietnam Pro", sans-serif !important}.detail__specs-label,.detail__specs-label_showroom{font-weight:800 !important}.listing-carousel .recommended-auctions-section .view-all-link,.listing-carousel .recommended-listings-section .view-all-link{color:#fff !important;background:#222 !important}.listing-carousel .recommended-auctions-section .section-title,.listing-carousel .recommended-listings-section .section-title{padding:5px 12px !important}.detail__specs-heading{margin:0 0 10px 5px !important;font-size:1.1rem !important;font-weight:700 !important}.listing-carousel .recommended-auctions-section,.listing-carousel .recommended-listings-section{padding:10px 0 !important}.scrollToTop a{color:#fff !important}.detail__legal-notices{font-size:0.95rem !important;line-height:1.75 !important;font-weight:300 !important}.inv-main .slick-dots li.slick-active button:before{color:#111 !important}.inv-main .slick-dots li button:before{font-size:25px !important;color:#222 !important}.inv-main .slick-dots{bottom:-34px !important}


/*===================== 
   Responsive styles 
=======================*/




@media screen and (max-width:1495px) {
	nav.primary ul li a {
		padding: 15px 7px;
        font-size: 16px
	}		
}

@media screen and (max-width:1380px) {
    .separate {
        padding: 3% 0;
        margin: 0 1%;
        width: 23%
    }	
	
	.hero-item {width:130%; margin:0 0 0 -15%;}
	.hero-overlay {flex-flow: column-reverse wrap; align-items:center;  justify-content:center; width:50%; max-width:885px;}
	.hero-overlay .cta-text {margin: 0 auto 25px auto; font-size:24px;}
   
}

@media screen and (max-width:1350px) {
	nav.primary ul li a {
		padding: 15px 5px;
        font-size: 14px
	}		
}

@media screen and (max-width:1310px) {
    h1 {
        font-size: 24px;
    }

    #pad {
        padding: 3em
    }



    .pictures {
        width: 49%;
        margin: 0 0 0 1%;
    }
}

@media screen and (max-width:1270px) {
    .logo img {
        max-width: 350px
    }

    .address {
        font-size: 12px;
    }

    .address i {
        font-size: 20px;
    }

    .address .fa-linkedin-square {
        margin: 0 0 0 5px
    }

    .address .fa-facebook-square {
        margin: 0 0 0 5px
    }

    img.mcc {
        max-width: 120px
    }
}

@media screen and (max-width:1210px) {

    .sales {
        width: 99%;
        padding: 2% 0;
        float: none;
        border: 1px solid #949599;
        text-align: center
    }

    .title {
        display: none
    }

    h6 {
        width: 99.4%;
        float: left;
        font-size: 14px;
        color: #fff;
        background: #256540;
        margin: 4em auto 0 auto;
        padding: 5px 0;
        text-align: center;
        font-weight: 900;
    }

    #space-hd {
        height: 0;
        display: none
    }

    .site-header {
        padding: 0;
        width: 100%;
		
        position: relative;
        background: #fff
    }

    .logo img {
        float: none;
        width: 538px;
        margin: 0 auto
    }

    #navcontain {
        float: none;
        margin: 0 auto
    }

    .address {
        margin: 0;
        text-align: center
    }

	nav.primary ul {justify-content:center;}
	nav.primary ul li a {padding:15px 8px; font-size:16px}	

  

    .pictures {
        width: 100%;
        margin: 30px auto 0 auto
    }

    .pictures h1 {
        text-align: left
    }

   .staff-contact-wrap {grid-template-columns: repeat(4, 1fr);}
	
	.hero-item {width:140%; margin:0 0 0 -20%;}
	#slideshow-2 {overflow:hidden; width:100%; margin:-18px auto 0 auto;}
	.slide-icon {height:18px; background:#000;}
	#cycle-2 .cycle-slide-active.slide-icon {height:25px; margin-bottom:-8px; border-top:7px #dfdfdf solid; border-bottom:7px #dfdfdf solid; background:#dfdfdf;}
	.eq-icon, .icon-title {display:none;}
	
	
	.dept-selector {width:50%; height:300px;}
	.dept-select-title { font-size:3.5vw;}
}

@media screen and (max-width:1100px) {

    #author.input-name,
    #lastname.input-name {
        width: 30%
    }

    #inquiry.textarea-comment {
        width: 95.5%
    }

    .staff-contact {
        width: 23%;
        min-height: 377px
    }


}

@media screen and (max-width:1024px) {
	#navcontain {width: 100%;}
	
	nav.primary{display:none;}
	#menu-button{width:100%; display: block; margin:10px 0 0 0; font-size: 1.25em; line-height:60px; text-align: center; position: relative; z-index:400; border-top:1px #fff solid;}
	#menu-button a{color:#000; text-decoration: none; padding:0; cursor:pointer;}
	
	nav.mobile ul li a .fa{
		width:25px;
		font-weight:100;
		padding:8px 3px;
		margin:0 0 0 5px;
		text-align:center;
		background:#292929;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
	nav.mobile ul li .fa-solid {position:absolute; right:10px; margin:18px 0 0 0; color:#000}

	nav.mobile {
		display:block;
		position: fixed;
		top: 0;
		left: -285px;
		width: 285px;
		height: 100%;
		z-index: 500;
		overflow:auto;
		padding-bottom:40px;
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);		
	}

	/* MENU HEADER STYLES */
	nav.mobile .menu-header {	
		color:#222;
		padding: 23px 0;
		position: relative;
		font-size: 18px;
	}			
		
	/* MENU CLOSE 'X' BUTTON */
	nav.mobile .menu-toggle {position: absolute; top: 8px; right: 10px; padding: 6px 9px 5px; display: inline-block; font-weight: 700; font-size: 18px; line-height: 1; color:#fff; text-decoration: none; vertical-align: top; cursor:pointer; background:#333; font-family: Arial, sans-serif;}
	nav.mobile .menu-toggle:hover {color: #fff;}
	
	/* MENU LIST STYLE */
	nav.mobile ul {list-style: none; font-weight: 300; margin:0; padding:0;}
	nav.mobile ul li {color: #999; font-size:15px;}
	
	/* FIRST LEVEL */
	nav.mobile ul li a {
		color:#222;
		position: relative;
		display: block;
		font-size:16px;
		font-weight:600;
		text-align:right;
		text-decoration: none;
		text-transform: uppercase;
		padding: 15px 35px 15px 20px;
		cursor:pointer;
		transition:.5s ease;	
	}
	nav.mobile ul li a:hover {background:rgba(45,45,45,0.5); color: #fff; border-left:4px #222 solid;}
	
	/* SECOND LEVEL */
	nav.mobile ul li li a {padding: 15px 10px 15px 15px; font-size:14px; font-weight:600;background: #cdcdcd;}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}
	
	/* THIRD LEVEL */
	nav.mobile ul li li li a {background: #b3b3b3;}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}	
	
	
	.hero-overlay {justify-content:center; width: 386px;}	
	.hero-overlay .cta-text {display:none;}
	
	
	
	
	.model-highlights {grid-template-columns: repeat(2, 1fr);}
	.model-item .model-profile img {width:100%;}
}

@media screen and (max-width:965px) {

    .clear-photos {
        display: none
    }

    .marg {
        margin-top: 0
    }

    .nivoSlider {
        top: 0
    }

    .upup {
        top: 0 !important
    }

    #slidehold {
        top: 0;
        height: 300px
    }


    .column4 {
        width: 50%;
        padding-left: 0;
        margin: 0 auto;
        min-height: 145px
    }

    .bottom {
        text-align: center;
    }

    .separate {
        padding: 2% 0;
        margin: 1.5%;
        width: 47%
    }

    .boxnav {
        margin: 0 auto;
        background: #949599;
        z-index: 9
    }

    .twothird {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .onethird {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .onethird img {
        display: block;
    }
	
	
	
	.logo-container a {width: 27%;margin: 0 15px;}
	.logo-container img {width: 175px;}
	
	.showroom-brands {display:grid; grid-template-columns: repeat(3, 1fr);}
	.showroom-item {padding:10px;}
	.showroom-item img { margin:0 auto 10px auto;}

}

@media screen and (max-width:920px) {
    .staff-contact {
        float: none;
        display: inline-block;
        width: 30.8%;
        min-height: auto
    }
}

@media screen and (max-width:850px) {
    h3 {
        font-size: 15px
    }

    #pad {
        padding: 3em 1.5em
    }

    .mrg {
        margin: 0 2% 2% 0
    }
	
	.hero-overlay {width: 336px;}	
	.hero-overlay a {width:235px; padding:8px 25px; font-size:18px;}
	.hero-overlay a:after {top:7px; font-size:25px;}
}

@media screen and (max-width:730px) {
    footer {
        width: 90%;
    }

    .bottom {
        padding: 1em 0
    }

    .register-pad {
        width: 85%;
        top: 5%;
        left: 5%
    }
}


@media screen and (max-width:666px) {
    h1 {
        font-size: 21px;
        text-align: center
    }

	.welcometo h1, .welcometo h2 {text-align: center}
	
    .staff-contact-wrap {grid-template-columns: repeat(2, 1fr);}

    .staff-contact {

        width: 48%
    }

    .column2 {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    #author.input-name,
    #lastname.input-name {
        width: 97%;
        padding: 8px 0 8px 3%;
        margin: 1% auto;
    }

    #inquiry.textarea-comment {
        width: 97%;
        padding: 8px 0 8px 3%;
    }
	
	.logo-container a {width: 200px;margin: 0 5px;}
	.logo-container img {width: 200px;}
	
	
	
	
	
	
	.dept-selector {width:100%; height:265px;}
	.dept-select-title {font-size:7vw;}

}

@media screen and (max-width:585px) {
  

    .address {
        display: none
    }

    .logo img {
        width: 90%
    }

    .separate {
        padding: 2% 0;
        margin: 2% 2% 0 2%;
        width: 96%
    }

    .boxnav {
        margin: 0 auto;
        background: #fef200;
        font-size: 18px;
        padding: 0 0 2% 0
    }
	
	.showroom-brands {display:grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 12em}
}

@media screen and (max-width:510px) {
    h5 {
        font-size: 18px;
        margin: 0 0 5px 0
    }

    .column4 {
        width: 100%;
        margin: 2em auto;
        float: none;
        height: auto;
        min-height: auto
    }

    .staff-contact {
        float: none;
        display: block;
        width: 70%;
        margin: 0 auto
    }

    .mrg {
        margin: 1% auto;
    }
	
	.hero-overlay {display:none; }

	
	.model-highlights {grid-template-columns: repeat(1, 1fr);}
	.model-item .model-profile img {width:100%; height:300px;}
	
	.brand-slider {margin:10em 0 3em 0; }
}


@media screen and (max-width:400px) {
    .pictures h1 {
        text-align: center;
    }
.showroom-brands {display:grid; grid-template-columns: repeat(1, 1fr); margin-bottom:25em}
    .staff-contact-wrap {grid-template-columns: repeat(1, 1fr);}
}
