
/* 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;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}


/* FRAMEWORK */

*{box-sizing: border-box;}
html, body{font-family: 'Raleway', sans-serif; font-size: 16px; -webkit-text-size-adjust: none} 
html {scroll-behavior: smooth;}
body {overflow-x: hidden; line-height: 1.8; letter-spacing: .02em;}
::-moz-selection{background: #f8b606; color: #252627; text-shadow: none} ::selection{background: #f8b606; color: #252627; text-shadow: none;}

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;
}
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}

.pad60 {padding: 60px 5%!important;}
.pad30 {padding: 30px!important;}
.marg30 {margin: 30px 0!important;}
.yellow {color: #f8b606;}
.center {text-align: center;}
.gray-bg {background: #ddd;}
.dark-bg {background: #252627;}
.align-right {text-align: right;}

.flex-wrapper {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.content-width{margin: 0 auto; width: 93%; max-width: 1500px;}
.inv-width{margin: 0 auto; width: 97%; max-width: 1500px;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *{box-sizing: border-box;}


/* TYPOGRAPHY */

a{text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
a#cta-btn, #form input[type="submit"] {cursor: pointer; display: block; text-align: center; color: #f8b606; font-family: 'Raleway', sans-serif; box-sizing: border-box; font-weight: 700; padding: 10px 5%; border: 1px solid #f8b606; background: transparent; margin: 10px; font-size: 16px;}
a#cta-btn2  {cursor: pointer; text-align: center;  color: #fff; font-family: 'Raleway', sans-serif; box-sizing: border-box; font-weight: 700;  position: relative; padding: 10px 5%; background: #333; border: 1px solid transparent;}
a#cta-btn:hover, #form input[type="submit"]:hover {border: 1px solid transparent; transition: all .2s ease-in-out; color: #000!important; background: #f8b606;}
a#cta-btn2:hover {background: none; border: 1px solid #333; transition: all .2s ease-in-out; color: #333;}


/* HEADER */
.header, .inv-header {width: 100%; position: relative;}
#menu-button, .mobile-display {display: none;}
.top-info {color: #aaa; font-weight: 800; border-bottom: 1px solid #f8b606; padding: 1.75em 0;} 
.top-info a {color: #fff!important; margin: 0 10px; text-decoration: none;} 
.top-info i {color: #ddd;}
img.main-logo {width: 100%; max-width: 300px; height: auto; box-sizing: border-box; padding: 0 15px; background: #f8b606; border-radius: 0 0 30px 30px; position: absolute; z-index: 99; top: 0;}
.hide-desktop {display: none!important;}

.header.clone {position: fixed; top: -270px; left: 0; right: 0; z-index: 999; transition: 0.4s top cubic-bezier(.3,.73,.3,.74);}
body.down .header.clone {top: 0; background: #252627;}
body.down .header.clone img.main-logo {display: block; padding: 0 5px; max-width: 125px; border-radius: 0 0 20px 20px;}
body.down .header.clone .top-info {display: none;}


/* ALL OTHER STYLES */

aside.fixedBtn {z-index: 10; position: fixed; top: 222px; right: 0;}
aside.fixedBtn a {
	display: block;
	padding: 10px 60px 5px 20px;
	background: #f8b606;
	color: #252627;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1),-webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(40%, 0, 0);	
	}
aside.fixedBtn i {font-size: 30px;}
aside.fixedBtn a:hover {transform: translate3d(0, 0, 0); border-radius: 30px 0 0 30px; background: #ffc326;}

.homepage-wrapper {background: url('/siteart/welcome-hero1.jpg'); background-size: cover; background-position: center; padding: 6em 0 0 0; border-top: 3px solid #fff; background-color:black;}
.homepage-wrapper, .catslide {position: relative;}
.catslide img {width: 100%;}

.welcome-box {background: #252627; color: #fff; padding: 2.5em 3em; margin-top: -160px;}
.welcome-box h1 {color: #fff; margin-bottom: 10px; font-weight: 800; line-height: 34px;}
.welcome-box h2 {color: #fff; margin-bottom: 15px; font-weight: 600; line-height: 1.3; font-size: 20px;}
.welcome-box i {font-size: 30px; vertical-align: middle; margin-right: 5px;}
.welcome-box a {color: #f8b606; font-weight: 600;}
.welcome-box a:before {content: "|"; white-space: pre; color: #fff; padding: 0 5px;}
.welcome-box a:first-of-type:before {content: none;}
.welcome-box a:hover {color: #fff;}

.services-wrapper .flex-wrapper {justify-content: center; flex-wrap: wrap;}
.services-wrapper ul {color: #fff;}
.services-wrapper ul li {border: 1px solid #f8b606; padding: 10px 5%; float: left; width: calc(33.33% - 20px); margin: 10px; font-weight: 600;}

.logo-wrapper {padding: 3em 0;}
.logo-wrapper .flex-wrapper {justify-content: center;}
.logo-wrapper img {width: 100%; height: auto; max-width: 230px;}

.page-title.auction, .page-title.contact, .page-title.inv {color: #fff; padding: 7em 5%; background: url('/siteart/welcome-hero1.jpg'); background-color:#000; background-size: cover; background-position: center; text-align: center;}
.page-title.thankyou {color: #fff; padding: 12em 5%; background: url('/siteart/welcome-hero1.jpg'); background-size: cover; background-position: center; text-align: center;}
.page-title h1 {text-transform: uppercase; font-size: 50px; letter-spacing: 2px; color: #fff;}
.page-title p {margin: 0 auto; text-shadow: 0px 0px 7px #000; font-size: 18px; color: #eee; font-weight: 600;}

.location-wrapper {padding: 20px;}
.location-wrapper a, .contact-content a {letter-spacing: normal; display: inline-block;} .location-wrapper i {vertical-align: middle;}
.contact-content a h3:hover {letter-spacing: 1px;}
.contact-content strong {font-weight: 900; font-size: 22px; letter-spacing: 1px;}
.contact-content img {max-width: 280px; margin-bottom: 20px; padding: 15px; border: 1px solid #f8b606;}
.contact-content h4 {color: #eee; font-weight: 600;}
.contact-content h4 em {color: #000;}
.contact-content p span {font-weight: 800; color: #fff;}
.contact-content p {font-weight: 600; color:#fff;}

/* form + captcha */
#form {padding: 30px 5%;}
#form .form-row {display: block; /*margin: 0 0 5px;*/ text-align: left!important;}
#form .form-row label{font-weight: 600; color: #fff;}
#form input[type="text"], #form input[type="email"], #form select, #form textarea, #form input[type="date"] {width: 100%; margin: 5px 0 20px; padding: 10px; border: 1px solid #333; background: #333; font-weight: 600; color: #eee;}
#form textarea {height: 90px;}
#form .checkbox {margin-top: 15px;}
#form h3 {display: block; margin: 10px 0; letter-spacing: 1px;}

.CaptchaPanel{line-height: normal !important; text-align: left!important;}
.CaptchaAnswerPanel input{width: 250px; max-width: 100%; padding: 5px; margin: 5px 0; background: #333; border: 1px solid #333; color: #eee;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; line-height: 14px; color: #fff;}
.CaptchaImage {width: auto!important; padding: 0!important;}
.CaptchaAnswerPanel{margin: 0; padding: 2px 0px 2px 0px !important;}
.CaptchaWhatsThisPanel{line-height: 0; margin: 0; padding: 8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a{font-size: 12px; color: #fff;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}


/* FOOTER */
.footer {color: #aaa; background: #333; font-weight: 600;}
.footer img {background: #f8b606; padding: 0 5px; border-radius: 0 0 30px 30px; display: block; margin-bottom: 4.5em; width: 100%; height: auto; max-width: 222px;}
.footer h2 {font-weight: 700; letter-spacing: 1px; margin-bottom: 15px; display: block; color: #fff; text-transform: uppercase;}
.footer a:hover, ul#footer-nav li a:hover, .site-host a:hover {color: #fff!important; transition: all .2s ease-in-out;}
.footer i:hover {color: #ffc326;}
ul#footer-nav {text-transform: uppercase; font-size: 14px;}
ul#footer-nav li a {margin: 5px 0; display: inline-block; color: #aaa;}
ul#footer-nav li a span {font-size: 17px;}
.footer i {font-size: 22px; display: inline-block; margin: 30px 0;}
.site-host {font-size: 12px;}
.site-host a {color: #aaa;}


/* MEDIA QUERIES (RESPONSIVE) */
@media screen and (max-width: 1500px) {
	img.main-logo {max-width: 250px; padding: 0;}
	.top-info {padding: 1.5em 0;}
}
@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
	.top-info {display: none;}
	img.main-logo {max-width: 165px;}
	aside.fixedBtn {display: none;}
	body.down .header.clone img.main-logo {max-width: 115px;}
	
	.welcome-box .column8, .welcome-box .column4 {float: none; width: 100%; margin: 0 auto; text-align: center;}
	.welcome-box {padding: 2em 15%; margin-top: -135px;}
	.welcome-box h2 {margin-top: 30px; font-size: 18px;}
	
	.services-wrapper ul li {width: calc(50% - 20px);}
	
	.footer img {max-width: 155px; margin-bottom: 3em;}
}
	
@media screen and (max-width: 1000px){
	.mobile-display, img#mobile-logo {display: block;}
	.header, .inv-header {position: relative;}
	
	.page-title.thankyou {padding: 10em 5%;}
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
				
	.footer, .align-right {text-align: center;}
	.footer .column4:nth-child(1) {padding: 3em 5% 2em 5%!important;}
	.footer .column4:nth-child(2), .footer .column4:nth-child(3) {padding: 2em 5%!important;}
	.footer img {display: none;}
}

@media screen and (max-width: 767px) {	
	.pad60 {padding: 40px 5%!important;}
		
	.hide-desktop {padding: 5px 5%!important; font-size: 12px;}
	img.main-logo {max-width: 140px;}
	
	.welcome-box {margin-top: -120px;}
			
	.page-title  {padding: 4.5em 0;}
	.page-title h1 {font-size: 36px;}
	.page-title p {font-size: 16px;}
}

@media screen and (max-width: 550px) {	
	img.main-logo {width: 125px;}
	
	.homepage-wrapper {padding: 1.5em 0 0 0;}
	.welcome-box {margin-top: 0;}
	.welcome-box a {display: block; margin: 10px 0;}
	.welcome-box a:before {display: none;}
	.services-wrapper ul li {width: calc(100% - 20px); margin: 5px;}		
}
