 @charset "utf-8";
/***** 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,s
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;}

html, body {margin: 0;}

body {
	-webkit-text-size-adjust: none;
	background-color: #fff; 
	font-family: 'Raleway', sans-serif, Arial
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit; 
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a.custom-link{text-decoration: none; color: #fff;transition: .3s ease all;}
a:link.custom-link {color: #ffffff;text-decoration: none;}
a:hover.custom-link{text-decoration: none;color:#A8944B;}
a:active.custom-link {color: #000;}

body a{color: #000; margin: 0;}

p {font-family: 'Raleway', sans-serif, Arial;}

h1 {font-family: 'Raleway', sans-serif, Arial; weight: bold; color: #A8944B; text-transform:capitalize; font-size:35px;}
h2 {font-family: 'Raleway', sans-serif, Arial; weight: bold; color: inherit; text-transform:capitalize; font-size:28px;}
h3 {font-family: 'Raleway', sans-serif, Arial; weight: bold; color: inherit; text-transform:capitalize; font-size:22px;}
h4 {font-family: 'Raleway', sans-serif, Arial; weight: bold; color: inherit; text-transform:capitalize; font-size:18px;}

/* Hides giant arrows that show up on inventory pages on Chrome */
.container.cf .widgets svg[class*="fa"], .container.cf .widgets-details svg[class*="fa"] {display: none !important;} 

header {
	position: fixed;
	z-index: 1500;
}

/*.header-upn-content{
	width: 325px;
	position: absolute;
	z-index: 100;
}

.header-upn-content.banner{
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: center
}

.header-upn-content.banner h1{
	font-size: 26px!important;
	text-align: center;
	color: #1C1A32;
	text-shadow: none;
	display: block;
}
.header-upn-content.banner img{width: 100%; max-width: 200px;  display: block; margin: 0 auto}
*/
.contentspacing { 
	height: 155px;
}

/*=======================
		SLIDESHOW
=========================*/

.cycle-slideshow {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
	position: relative;
    top: -5px;
}

.cycle-slideshow img {
	width: 100%;
	height: auto;
	display: block;
}

/*=======================
     BUTTON SECTION
=========================*/
.button-wrap {
	overflow: hidden;
	text-align: center;
	width: 100%;
	display: inline-block;
	background-color: #1C1A32;
	height: 435px;
	vertical-align: top;
	position: relative;
    top: -5px;
}

.custom-btn {
	display: inline-block;
	width:33%;
	margin-top: 4%;
	font-family: 'Open Sans', sans-serif, Arial;
	padding-bottom: 45px;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	vertical-align: top;
}

.custom-btn p {
	 margin-top: 15px;
}

.scale {
	-webkit-transition:.4s ease-in-out;  
	-moz-transition:.2s ease-in-out;  
	-o-transition:.2s ease-in-out;  
	transition:.2s ease-in-out;	
}

.scale:hover {
    -ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2); /* Standard syntax */
	-webkit-transition:.4s ease-in-out;  
	-moz-transition:.2s ease-in-out;  
	-o-transition:.2s ease-in-out;  
	transition:.2s ease-in-out;	
}

.custom-btn a {
	color: #fff!important;
}

.custom-btn a:hover {
	color: #A8944B!important;
	-webkit-transition:.4s ease-in;  
	-moz-transition:.2s ease-in;  
	-o-transition:.2s ease-in;  
	transition:.2s ease-in;		
}


/*-- new styles / UPN   12/10/21-- ------------------------------*/
.pad{padding: 25px 0;} .l-pad{padding: 50px 0}
.wrapper80{width: 80%; margin: 0 auto} .wrapper90{width: 90%; margin: 0 auto} .wrapper90.center{text-align: center}
.blue-bg{background: #1C1A32; color: #fff;} .gold-bg{background: #A8944B; color: #fff;}
.gold-bg a:hover{color: #1c1a32;}
.blue-txt{color: #1C1A32;} .gold-txt{color: #A8944B;}

.sukspons{display: flex;}
.sukspons-box{background: #fff; color: #1C1A32; padding: 20px; flex: 1; margin: 15px;}
.sukspons-box span{font-size: 20px;}
.sukspons-box ul li{line-height: 30px} .sukspons-box ul li .fa{font-size: 10px;}
.sukspons-box img{width: 100%; display: block; margin-bottom: 30px;}
/*icon .sponsor-box img{width: 100%; max-width: 100px; display: block; margin-bottom: 20px;}*/

/*---sponsor slider ---*/
.manu-slide-box{background: #fff; text-align: center; margin: 10px; padding: 30px 0;}
.manu-slide-box img{width: 100%; max-width: 500px; margin: 0 auto; }
.manu-slide-box:hover{background: #fff;}



.flex-box{display: flex; align-items: center}
.flex-box .col2{justify-content: flex-start; width: 50%;}
.flex-box .col2 img{width: 100%;}
.flex-box .col2.right{float: right; text-align: right}

.two-btns a{display: inline-block;}

#blue-btn{background: #1C1A32; color: #fff; padding: 15px 35px; text-align: center; margin: 10px 0; font-weight: 700;}
#blue-btn:hover{color: #1C1A32; background: #fff;}

#gold-btn{background: #A8944B; color: #fff; padding: 15px 35px; text-align: center; margin: 10px 0; font-weight: 700;}
#gold-btn:hover{color: #A8944B; background: #fff;}

.clear{clear: both;}

.accordion-panel {
  width:100%;
max-width: 1000px;
  background:#fff;
	margin: 5px auto;
	text-align: left;
	color: #1c1a32
}
.accordion{padding: 10px 0 10px 30px;}
.accordion-panel .accordion dt {
	display: block;
	cursor: pointer;
	position: relative;
	user-select: none;
	padding:5px 0;
	font-weight: 400;
}
.accordion-panel .accordion dd {
	height: 0;
	overflow: hidden;
	transition: height .35s ease-out;
	margin-left: 0;
	
}
.accordion-panel .accordion .content {
  padding: 25px 0;
  overflow: auto;
	border-top: 1px solid #fff;
}
.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: #1c1a32;
  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;
}

.accordion-panel .accordion .content a{color:#1c1a32 !important;}
.accordion-panel .accordion .content a:hover{color:#cc0200 !important;}

.accordion dt h3{color:#fff;}
.accordion h2{text-align: center; padding: 15px 0;}


.accordion h1 { font-size: 35px; color:#fff;font-weight:700; text-align:center; text-transform:uppercase; }
.accordion h1 span{color:#000; font-weight:300; font-size: 35px; text-transform:uppercase;}



/*===================================
  TRANSLATE/KEYWORD SEARCH BAR/LOGO
=====================================*/

.top-wrap {width: 100%; display: inline-block; text-align:left; position: relative;}

.sitesearch {
    width: 380px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    /*right: 15px;
    position: absolute;*/
}

.sitesearch form {
	width:358px;
	margin:5px auto 0;
}

#form input.keyword, #form input.squarebutton, #form2 input.keyword, #form2 input.squarebutton{
	margin:0;
}

#form .keyword, #form2 .keyword {
	width:295px;
	padding:10px;
	border-left:solid 1px #464646;
	border-top:solid 1px #464646;
	border-bottom:solid 1px #464646;
	border-right:0;
	float:left;
	-webkit-appearance: none;
	border-radius:0;
	background:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#form .squarebutton, #form .squarebutton:focus, #form2 .squarebutton, #form2 .squarebutton:focus {
	width:40px;
	height:40px;
	color:#fff;
	float:left;
	position:relative;
	-webkit-appearance: none;
	border-radius:0;
	border:solid 1px #464646;
	background:url(/siteart/magnifier.png) no-repeat #A8944B center;
	background-size:60% 60%;
}

#form .squarebutton:hover, #form2 .squarebutton:hover {
	background:url(/siteart/magnifier.png) no-repeat #ffffff center;
	background-size:60% 60%;
	color:#FFF;
	cursor:pointer;
}

/*=======================
		WELCOME SECTION
=========================*/
.welcome-wrap {
	width: 100%;
	text-align:center;
	margin: 0;
	background-image:url(../siteart/welcome-bg.jpg);
	background-color: #ffffff;
	background-size: cover;
	padding: 5% 30%;
	vertical-align: top;
	position: relative;
    top: -5px;
}
.welcome {
	color: #A8944B;
	font-family: 'Raleway', sans-serif, Arial;
	font-weight: bold;
	font-size: 45px;
	margin-bottom: 20px;
}

.welcome-content p{
	font-family: 'Raleway', sans-serif, Arial;
	font-size: 28px;
	font-weight: bold;
	font-style:italic;
	color: #1C1A32;
	line-height: 40px;
}
/*=======================
 	SCROLLING INVENTORY
=========================*/
.scrolling-wrap {
	width: 100%;
    overflow: hidden;
    padding: 15px 0 9px 0;
    background-color: #1C1A32;
    height: 120px;    
	position: relative;
	top: -5px;
}
 
.scrolling {
    width:100%;
    height:auto;
}
	
/*=======================
	 INVENTORY PAGES 
=========================*/
.inventory-wrapper{width: 80%; background: #fff; margin: 0 auto; padding: 40px 0}


.container.cf a {
	color: #000;
}

/*=======================
 		  PARTS 
=========================*/
.partspg {
	width: 100%;
	border:none;
	background-color: #fff;
}

/*=======================
		 CONTENT
=========================*/

body .full .inner-wrap {
    max-width: 100%;
    background-color: #fff!important;
}

/*=======================
		CONTACT US
=========================*/
.topdiv {
	background-color:rgba(255,255,255,0.7);
	width: 80%;
	padding: 30px;
	margin: 0 auto;
}

.main-wrap {
	width: 100%;
	margin: 0 auto;
	background-image:url(../siteart/texture.jpg);
	text-align: center;
	padding-bottom: 50px;
}

.content-wrap {
	width: 80%;
	height: auto;
	background-color:#1C1A32; 
	padding: 30px;
	margin: 0 auto;
	text-align:left;
}

.content-wrap2 {
	width: 80%;
	height: auto;
	background-color:#1C1A32; 
	padding: 60px;
	margin: 0 auto;
	text-align:left;
}

.left-side {
	width: 70%;
	display: inline-block;
}
.right-side {
	width: 29%;
	display: inline-block;
	vertical-align:top;
	padding: 0 2% 2% 2%;
}
.right-side p{
	width: 100%;
	display: inline-block;
	font-family: 'Raleway', sans-serif, Arial;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 25px;
}

span {
	font-weight:bold;}
	
.thanks {font-size: 25px; font-weight:bold; color:#fff; text-align:center; margin-top:13%;}
/*=======================
      CONTACT FORM
=========================*/
.contact-form{
	width:80%;
	text-align: center;
	margin: 0 auto;
	background-color:#1C1A32; 
	padding: 50px;
}

.contact-form form {
	width:80%;
	margin:0 auto;
	display:block;
}

.contact-form form input {
	width:100%;
	padding:.75%;
	margin:10px 0 5px 0;	
	border-width: 1px;
	font-family: 'Raleway', sans-serif;
}
.contact-form form select {
	width: 100%;
	padding:.75%;
	margin:1% 0 0 0;	
}
.contact-form form label {
	width: 100%;
	display: block;
	margin:1% 0 0 0;
}
.contact-form form textarea {
    width: 100%;
    display: block;
    font-family: 'Raleway', sans-serif;
    border-width: 1px;
    margin: 2% 0;
}
.contact-form form input.button {
    background: #A8944B;
    border: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    width: 70%;
	cursor: pointer;
}
.contact-form form input.button:hover {
	box-shadow:#6666 3px 3px 3px;
	background:#766835;
	color: #ffffff;
}
.include-captcha{display: none;}
.thankyou { 
	width: 98%;
	display: inline-block;
	text-align: left;
}

.thankyou p{
	padding: 10px 15px 10px 25px;
}

/*control the Captcha */
.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
font-family: 'Raleway', sans-serif;
}
.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:14px;
line-height:14px;
color: #fff;
}
.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;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.CaptchaWhatsThisPanel a{
	color: #fff!important;
}

/*=======================
		FOOTER
=========================*/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:'Raleway', sans-serif, Arial;font-size:13px;}
a.footerlink:hover {text-decoration:none; font-family:'Raleway', sans-serif, Arial;font-size:13px;}

.footertext{font-family:'Raleway', sans-serif, Arial;font-size:13px; color:#1C1A32;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#1C1A32;}

.divfooter {width:100%; text-align:center; margin:0 auto;background-color: #A8944B; padding:20px 0; position: relative; top: -5px;}


/*=======================
	  MEDIA QUERIES
=========================*/

@media screen and (max-width: 1100px)  {
	#form2 .keyword, #form .keyword {width: 240px;}
	.sitesearch {width: 280px;}
}

@media screen and (max-width: 1000px)  {
	.welcome-wrap {
    padding: 4% 15%;
	overflow: auto;
	}
	.custom-btn {vertical-align: top;}
	
	.header-upn-content {
		font-size: 24px!important; 
		width: 160px!important;
	}	
	.header-upn-content h1 {
		font-size: 24px!important; 
		width: 160px!important;
		margin: 0 0 0 20px;
	}
	.upnlogo{
		width: 160px!important;
		left: 20px;
	}
	
/*-- upn page --*/
.wrapper80{width: 95%; margin: 0 auto}
	
.sukspons{display: block; }
.sukspons-box{padding: 20px; flex: 1; display: block; margin: 15px auto;}
.sponsorslider{width: 90%; margin: 0 auto}
	
	
.flex-box{display: block; }
.flex-box .col2{justify-content: flex-end; width: 100%; display: block; text-align: center}
.flex-box .col2 img{width: 100%;}
	.flex-box .col2.right{float: none; text-align: center;}
	.flex-box .col2 #blue-btn{display: block; max-width: 300px; margin: 20px auto; text-align: center}
	
}
	
@media screen and (max-width: 810px)  {
	.left-side, .right-side {
		width: 100%;
	}
	.right-side {
		padding: 2% 2% 2% 2%;
	}
	.contact-form {
		padding: 20px;
	}
	.custom-btn {
	font-size: 16px;
	}
	.button-wrap {
		height: 300px;
	}
	.custom-btn {width: 28%;}
	.scale {width: 150px;}
	.topdiv {width: 95%;}
	.content-wrap2, .content-wrap, .contact-form{padding: 20px; width: 95%}
	.contact-form form { width: 95%;}
	.thanks {
	font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 3% 0;
	}
	.cycle-sldieshow {
		height: 300px;
		width: auto;
		text-align:center;
	}
	.cycle-slideshow img {
		height: 300px;
		width: auto;
	}
	#form2 .keyword, #form .keyword {width: 180px;}
	.sitesearch {width: 405px;}
	.sitesearch form {width: auto;}
	.custom-btn p {white-space: nowrap;}
	
	/*-- upn --*/
	
.two-btns a{display: block; width: 100%; margin: 10px auto; padding: 10px 0}
	
}

@media screen and (max-width: 625px)  {
	.custom-btn {width: 100%; margin-top: 1%; padding-bottom: 15px;}
	.button-wrap {height: auto;}
	.sitesearch {width: 100%;}
	#form2 .keyword {width: 70%; float:none; vertical-align: top;}
	#form2 input.squarebutton {float: unset;}
	
	#form .keyword {width: 70%; float:none; vertical-align: top;}
	#form input.squarebutton {float: unset;}
	.container.cf {width: 95%!important;}
}
		
@media screen and (max-width: 425px)  {
	.scale {width: 120px;}
	.welcome-content p {
    font-size: 18px;
    line-height: 26px;}
	.welcome {
    font-size: 28px;
	}
	.thanks {font-size: 25px; margin: 4% 0;}
		.cycle-sldieshow {
		height: 200px;
		width: auto;
		text-align:center;
	}
	.cycle-slideshow img {
		height: 200px;
		width: auto;
	}
	.content-wrap2 {
    padding: 10px;
}
	.contact-form form input {
		    padding: 2%;
}
	
	.header-upn-content {
		font-size: 24px!important; 
		width: 120px!important;
	}	
	.header-upn-content h1 {
		font-size: 18px!important; 
		width: 120px!important;
		margin: 0 0 0 10px;
	}
	.upnlogo{
		width: 120px!important;
		left: 10px;
		padding-top: 0;
	}
	.header-upn-content.banner .upnlogo{
		width: 120px!important;
		margin: 30px 10px 10px 5%!important;
	}
	.header-upn-content.banner h1{
		width: 100%!important;
		text-align: center;
		
	}
	
	
}
@media screen and (max-width: 320px)  {
	/*.custom-btn {margin-top: 16%;}*/
	.scale {width: 100px;}
	.welcome {
    font-size: 25px;
	}
	.welcome-content p {
    font-size: 15px;
    line-height: 23px;
	}
	.topdiv h1 {font-size: 25px;}
	.content-wrap {padding-bottom: 15px;}
	
		.cycle-sldieshow {
		height: 180px;
		width: auto;
		text-align:center;
	}
	.cycle-slideshow img {
		height: 200px;
		width: auto;
	}
	
	.header-upn-content.banner h1{
		font-size: 20px!important;	
		line-height: 8;
	}
}