@charset "utf-8";
/* CSS Document */

/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}

ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}
/***** END RESET *****/

* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.42857;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

.width {width: 1400px; margin: 0 auto; max-width: 100%;}
.wrapper-width {width: 1200px; margin: 0 auto; max-width: 90%;}
.inventory-width {width: 90%; margin: 0 auto; max-width: 1400px; padding-bottom: 10px; padding-top: 50px; background: #fff; margin-top: 180px;}

/**SCROLL UP BUTTON**/
.cd-top {
  display: inline-block;
  outline: none; /* Remove outline */
  border: none; /* Remove borders */
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2a2a2a /*black*/ url(../siteart/scroll-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  border-radius: 100px;
  opacity: 0;
  padding:5px; /* Some padding */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius:5px;
  border: .5px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity .3s 0s, visibility 0s .5s;
  -moz-transition: opacity .3s 0s, visibility 0s .5s;
  transition: opacity .3s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .5s 0s, visibility 0s 0s;
  -moz-transition: opacity .5s 0s, visibility 0s 0s;
  transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
.cd-top:hover {
  background-color: #000;
}

/***************************  HEADER  ******************************************/
header {
	width: 100%;
	padding: 20px 0 0 0;
	display: inline-block;
	background: #000 url("/siteart/header-bg2.png");
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out ;
    z-index: 9999;
    top: 0;
    position: fixed;
}
header p {
	color: #fff;
	letter-spacing: .5px;
}
.hdr-left, .hdr-right {
	margin-top: 60px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif!important;
}
.hdr-left {
	float: left;
	width: 33.33%;
}
.hdr-left p a, .hdr-right p a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.hdr-left p a:hover, .hdr-right p a:hover {
	letter-spacing: 1px;
}
.logo {
	float: left;
	display: inline-block!important;
	width: 33.33%;
	padding-bottom: 10px;
	text-align: center;
}
img#logo {
	width: 245px;
	max-width: 100%;
	height: auto;
}
.hdr-right {
	float: right;
	width: 33.33%;
	text-align: right;
}

/*********************  MANU LOGO STYLES ************************************/
.logo-banner {
	width: 100%;
	display: inline-block!important;
}
.logo-banner.wrapper-width {
	max-width: 95%;
}
.logo-banner .manu-logos {
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 10px auto;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.manu-logos a:hover {
	opacity: 0.7;
	transition: .3s ease-in-out all;
}
.manu-logos a {color: transparent; text-decoration: none;}
.manu-logos img {width: 100%; height: auto;}
a#manu-logo1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 95px;
	margin: 15px;
}
a#manu-logo2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 95px;
	margin: 15px;
}
a#manu-logo3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 105px;
	height: 95px;
	margin: 15px;
}
a#manu-logo4 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 95px;
	margin: 15px;
}
a#manu-logo5 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 105px;
	height: 95px;
	margin: 15px;
}
a#manu-logo6 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 95px;
	margin: 15px;
}
a#manu-logo7 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 95px;
	height: 95px;
	margin: 15px;
}
a#manu-logo8 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 95px;
	margin: 15px;
}

/*********************  HOMEPAGE STYLES **************************************/
.hero-wrapper {
	width: 100%;
	height: 475px;
	max-height: 90%;
	display: inline-block;
	background: #000 url("/siteart/main-hero.jpg");
	background-position: center center;
	position: relative;
	margin: 0 auto;
	margin-top: 170px;
	padding: 250px 0 90px 0;
}
.hero-wrapper #mobile-hero {
	display: none;
}
.hero-wrapper .title {
	width: 775px;
	max-width: 100%;
	float: right;
	background: rgba(3, 67, 142, .5);
	padding: 20px 150px 20px 0;
	text-align: right;
	line-height: 26px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}
.hero-wrapper .title h1 {
	margin-bottom: 15px;
}
.hero-wrapper .title p {
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.map-source {
	width: 100%;
	display: block;
	margin-top: 100px;
}
.map-source p {
	color: #ddd;
	font-size: 11px;
	padding-top: 90px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 7px rgba(0,0,0,0.5);
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
.scrolling{
    width:100%;
    height:92px;
}

/* about section */
.about-wrapper {
	width: 100%;
	display: inline-block;
	padding: 75px 0;
	background: #fff url("../siteart/aboutus-bg.png"); /* #f1f1f1 */
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
	line-height: 26px;
	margin-top: -4px;
}
.about-wrapper .txt-60 {
	float: left;
	width: 65%;
}
.about-wrapper .txt-60 a {
	text-decoration: none;
	font-weight: 600;
	color: #000;	
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.about-wrapper .txt-60 a:hover {
	color: #03438e;
}
a#cta-btn {
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    padding: 5px 30px;
    font-weight: bolder;
    text-transform: uppercase;
    border-radius: 18px;
    font-size: 14px;
    background: #03438e;
    display: inline-block;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
a#cta-btn:hover {
	background: #00195c;
}
.about-wrapper .img-40 {
	float: right;
	width: 32%;
	margin-left: 32px;
}
.about-wrapper .img-40 img {
	width: 475px;
	height: auto;
	display: block;
	box-shadow: 0px 3px 5px rgba(0,0,0,.25);
}

/*********************  CONTACT PAGE STYLES **************************************/
.contactpage-wrapper {
	width: 100%;
	margin: 0 auto;
	margin-top: 175px;
	background: #fff url("../siteart/aboutus-bg.png");
	display: inline-block;
}
.contactpage-wrapper img#contact-hero {
	width: 100%;
	max-height: 400px;
	position: relative;
	z-index: 1;
}
.contactpage-wrapper .title {
	position: absolute;
	display: block;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/* contact form */

.contact-form .contact-info {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.contact-info {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	display: inline-block;
}
.contact-info .box {
	float: left;
	width: 30%;
	margin: 20px;
	background: #f1f1f1;
	display: block;
	text-align: center;
}
.box h2 {
	text-transform: uppercase;
	background: #03438e;
	color: #fff;
	font-size: 16px;
	padding: 15px;
	letter-spacing: 2px;
	border-bottom: 4px solid #fff;
}
.box h2 .fas {
	margin-right: 5px;
}
.box a {
	display: block;
	line-height: 30px;
	padding: 1rem;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #666666;
	font-weight: 600;
	text-decoration: none!important;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}
.box a:hover {
	color: #eeeeee;
	font-size: 17px;
	background: #03438e;
	font-weight: 900;
}
.contact-form p a {
	color: #03438e;
	text-decoration: none;
}
.contact-form ul {
	column-count: 2;
	width: 350px;
	margin: 0 auto;
	line-height: 30px;
	text-transform: lowercase;
	font-family: 'Montserrat', sans-serif;
}
/* contact form */
.contact-form {
	width: 100%;
	display: block;
	padding: 40px;
	max-width: 1400px;
	margin: 2em auto 0;
	/*background: rgba(241,241,241,.4);*/
	/*box-shadow: 0px 3px 15px rgba(0,0,0,0.1)!important;*/
}
.contact-form h1 {
	margin: 0 auto;
    max-width: 1000px;
    font-size: 28px;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #03438e;
	padding-bottom: 15px;
	line-height: 26px;
}
.contact-form p {
	text-align: center;
    margin: 10px 0;
    padding: 2rem;
    display: block;
    line-height: 30px;
    font-weight: 500;
    color: #313233;
}

#formpage { vertical-align:top; margin: 0 auto; font-family: 'Montserrat', sans-serif; background: rgba(241,241,241,.75); padding: 40px;}
#formpage div {
	vertical-align:top;
	padding:10px 10px;
	font-family: 'Montserrat', sans-serif;
}
#formpage input {
	padding:6px 5px 10px;
	border:1px solid #dadada;
	font-size:14px;
	background:#fff;
	border-radius: 5px;
	width: 100%;
	margin-top: 5px;
}
#formpage textarea {
	padding:6px 6px;
	border:1px solid #dadada;
	color:#000;
	font-size:14px;
	background:#fff;
	margin-top: 5px;
	border-radius: 5px;
}
#formpage textarea:active, #formpage textarea:focus {
	background: #fff;
}
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #dadada;
	color:#202e3b;
	vertical-align:middle;
	font-size:16px;
	line-height:normal;
	padding:10px;
	width:100%;
}
.formfield {
	width:33%; 
	float:left; 
	margin-right: 12px; 
	margin-top: 10px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
}
#formpage input.larger  {
    width:100%;
}
#formpage textarea {
    width:100%;
    height:150px;
	border-radius: 5px;
}
#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 15px;
    width:15px;
    height:15px;
    display:inline;
    background-color:#fff;
	color:black;
	text-transform:uppercase;
 }
#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
	
 }
#formpage .textbox {display: inline-block; width: 100%; text-align: left; font-size: 16px;}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#eeeeee; 
	border:1px solid #abacac;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
#formpage input.button,
#formpage input.button:focus {
    width: 240px;
	display: inline-block;
    line-height:14px;
    color:#fff;
	background: #03438e; 
	padding: 10px 0px;
	font-size: 14px;
	font-weight: 600;
	text-decoration:none; 
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	border-radius: 10px;
	transform: none!important;
}
#formpage input.button:hover {
	display: inline-block;
    background: #000; 
    line-height:14px;
    color:#ddd;
	cursor: pointer;
	text-decoration:none; 
	text-transform: uppercase;
	letter-spacing: 1px;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
} 

/*control the Captcha */
#formpage .captcha .CaptchaWhatsThisPanel a {text-align: center !important; margin-top: 10px;}

.CaptchaPanel {margin:0 auto !important;padding:0 0 0 0 !important;line-height:normal !important;color:#000;width: 50%;text-align: center; }
.CaptchaImagePanel {
margin: 0 auto;	
text-align: center !important;	
margin-top: 10px;
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;
text-align: center;
}
.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}
.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 10px 0;
	padding:10px 0 10px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000; text-align: center !important; border: none;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none; background: none; color: #000;} 

/* thank you page styles */
p#thankyou {
	text-align: center;
	margin: 60px;
}

p#thankyou a {
	text-decoration: none;
	color: #03438e;
}

p#thankyou .fas {margin-right: 10px;}

.contact-form a#arrow .fas {
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 30px;
	color: #a51221;
	text-decoration: none;
}

/*********************  FOOTER STYLES **************************************/
footer {
	width: 100%;
	display: inline-block;
	background: #000 url("/siteart/header-bg2.png");
	position: relative;
	margin-top: -3px;
}
.footer-links {
	width: 100%;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 50px 10%;
	letter-spacing: 1px;
}
.footer-links h2 {
	margin-bottom: 40px;
	letter-spacing: 3px;
}
.footer-links ul li {
	display: inline;
	margin-right: 30px;
}
.footer-links ul li:last-child {
	margin-right: 0px;
}
.footer-links ul li a {
	text-decoration: none;
	color: #fff;
	letter-spacing: .5px;
	line-height: 26px;
	font-size: 13px;
	-webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
}
.footer-links ul li a:hover {
	border-bottom: 2px solid #f1f1f1;
}
.site-host {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	background: #666;
	padding: 20px 0;
}
.site-host p {
	text-transform: uppercase;
	color: #eee;
	font-size: 11px; 
	line-height: 14px;
	box-sizing: border-box;
	padding: 0 25px;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	letter-spacing: .5px;
}

/**********************  MEDIA QUERIES (RWD) ***************************************/
@media screen and (max-width: 1350px) {
/* CONTACT PAGE */
	.contact-info .box {margin: 15px;}
}

@media screen and (max-width: 1290px) {
/* HEADER */
	header p {font-size: 14px;}
	.hdr-left p a, .hdr-right p a {font-size: 15px;}
	
/* LOGO BANNER */
	a#manu-logo1 {width: 80px; height: 70px;}
	a#manu-logo2 {height: 70px;}
	a#manu-logo3 {height: 70px; width: 100px;}
	a#manu-logo4 {height: 70px;}
	a#manu-logo5 {height: 70px; width: 95px;}
	a#manu-logo6 {height: 70px; width: 120px;}
	a#manu-logo7 {height: 70px; width: 85px;}
	a#manu-logo8 {height: 70px; width: 95px;}
	
/* HOMEPAGE */
	.hero-wrapper .title {width: 600px; padding: 20px 40px 20px 0;}
	.hero-wrapper .title h1 {font-size: 28px;}
	.about-wrapper .txt-60 {width: 54%;}
	.about-wrapper .img-40 {width: 42%;}
	.hero-wrapper {height: 380px; padding: 180px 0 90px 0;}
	.map-source {margin-top: 75px;}
}

@media screen and (max-width: 1190px) {
/* HEADER */
	header p {font-size: 11px; margin-bottom: 5px;}
	.hdr-left p a, .hdr-right p a {font-size: 14px;}
	img#logo {width: 220px;}
	header {padding: 20px 0 0 0;}
	
/* HOMEPAGE */
	.about-wrapper .txt-60, .about-wrapper .img-40 {width: 100%; text-align: center;}
	.about-wrapper .txt-60 {margin-bottom: 60px;}
	.about-wrapper .img-40 img {display: inline-block;}
	
/* CONTACT + THANK YOU PAGE */
	.contactpage-wrapper .wrapper-width {max-width: 100%;}
	.contact-form h2 {font-size: 24px; padding-bottom: 10px;}
	.contact-form p {font-size: 14px; padding: 1rem;}
	#formpage select {font-size: 14px;}
	.box h2, .box p {font-size: 14px;}
	p#thankyou span {font-size: 24px!important;}
	p#thankyou {font-size: 14px;}
	
/* FOOTER */
	.footer-links h2 {font-size: 18px;}
	.footer-links ul li {margin-right: 15px;}
	.footer-links ul li a {font-size: 12px;}
}

@media screen and (max-width: 1000px) {
/* HOMEPAGE */
	.hero-wrapper .title {line-height: 22px; width: 500px;}
	.hero-wrapper .title h1 {font-size: 24px;}
	.hero-wrapper .title p {font-size: 14px;}
	.map-source p {font-size: 10px;}
	
/* CONTACT PAGE */
	.contact-info .box {margin: 10px;}
}

@media screen and (max-width: 880px) {	
/* HEADER */
	.logo {float: none; margin: 0 auto; width: 100%; text-align: center;}
	.hdr-left, .hdr-right {display: none;}
	img#logo {width: 185px;}
	
/* HOMEPAGE */
	.hero-wrapper {height: 300px; padding: 140px 0 60px 0; margin-top: 160px;}
	.hero-wrapper .title {line-height: 18px; width: 370px; padding: 15px 20px 15px 0;}
	.hero-wrapper .title h1 {margin-bottom: 10px; font-size: 18px;}
	.hero-wrapper .title p {font-size: 12px;}
	.map-source p {padding-top: 60px;}
	
/* CONTACT PAGE */
	.formfield, #formpage .textbox {width: 100%; font-size: 14px;}
	#formpage {padding: 20px;}
	.contact-info .box {float: none; width: 100%; display: block; margin: 0 auto; max-width: 400px; margin-top: 40px;}
	p#thankyou {margin: 40px;}
	.contactpage-wrapper {margin-top: 175px;}
}

@media screen and (max-width: 750px) {	
/* HOMEPAGE */
	.hero-wrapper #mobile-hero {display: inline-block; width: 100%; height: auto; position: relative; z-index: 2; max-height: 290px;}
	.hero-wrapper  {background: none; padding: 0; height: auto;}
	.map-source {position: absolute; z-index: 3; bottom: 0;}
	.hero-wrapper .title {display: none;}
	.map-source {display: none;}
	
/* FOOTER */
	.footer-links h2 {margin-bottom: 20px;}
	.footer-links ul li {display: block; margin-right: 0;}
	.footer-links ul li a:hover {border-bottom: 2px solid transparent;}
}


@media screen and (max-width: 500px) {
	.inventory-width {margin-top: 145px;}
	.hosted-content #listings-title {font-size: 20px;}
	
/* HEADER */
	img#logo {width: 150px;}
	
/* HOMEPAGE */
	.about-wrapper .img-40 img {width: 100%;}
	.hero-wrapper {margin-top: 155px;}
	
/* LOGO BANNER */
	a#manu-logo1 {width: 75px; height: 65px;}
	a#manu-logo2 {height: 60px; width: 60px;}
	a#manu-logo3 {height: 65px; width: 90px;}
	a#manu-logo4 {height: 40px; width: 125px;}
	a#manu-logo5 {height: 40px; width: 90px;}
	a#manu-logo6 {height: 40px; width: 110px;}
	a#manu-logo7 {height: 55px; width: 85px;}
	a#manu-logo8 {height: 58px; width: 85px;}
	
/* CONTACT PAGE */
	.contact-form {padding: 15px;}
	.contact-form h2 {font-size: 20px; padding-bottom: 0;}
	.CaptchaPanel {width: 100%;}
	
/* FOOTER */
	.footer-links h2 {font-size: 18px;}
}

