
/* 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: 'Asap', 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: #ffd620; color: #fff; text-shadow: none} ::selection{background: #ffd620; color: #fff; 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;
}

.marg60 {margin: 60px auto;}
.pad60 {padding: 60px 5%!important;}
.pad30 {padding: 30px!important;}
.yellow {color: #ffd620;}
.red {color: #e60000;}
.red-2 {color:#eb0000;}
.center {text-align: center;}
.gray-bg {background: #f9f9f9;}
.black-bg {background: #000;}
.align-right {text-align: right;}
.align-left {text-align: left;}
.grey {color:#757575;}

.content-width {margin: 0 auto; width: 90%; max-width: 1600px; position: relative;}
.flex-wrapper {display: flex; flex-wrap: wrap; align-items: center;}
.inv-width{margin: 0 auto; width: 95%; max-width: 1600px;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0; box-sizing: border-box;} .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%; position: relative; 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;} 

a {text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
a#cta-btn button i, a#cta-btn2 button i, a#cta-btn3 button i {float: right;}
a#cta-btn button:hover i, a#cta-btn button2:hover i, a#cta-btn3 button:hover i {}
a#cta-btn button {margin: 2% 0; color: #555; background: #f1f1f1; padding: 1em 8%; cursor: pointer; font-weight: 600; transition: 0.2s ease-in; width: 100%; max-width: 300px; line-height: 1.2; border: 1px solid #555; border-radius: 30px; text-align: left;}
a#cta-btn2 button {margin: 2% 0; color: #111; background: #ffd620; padding: 1em 8%; cursor: pointer; font-weight: 600; transition: 0.2s ease-in; width: 100%; max-width: 300px; line-height: 1.2; border: 1px solid #111; border-radius: 30px; text-align: left;}
a#cta-btn2 button:hover {background: #111!important; color: #fff; border: 1px solid transparent;}
a#cta-btn3 button {margin: 2% 0; color: #fff; background: none; padding: 1em 8%; cursor: pointer; font-weight: 600; transition: 0.2s ease-in; width: 100%; max-width: 300px; line-height: 1.2; border: 1px solid #fff; border-radius: 30px; text-align: left;}
a#cta-btn button:hover, #form input[type="submit"]:hover, #form input[type="button"]:hover, a#cta-btn3 button:hover {background: #ffc326!important; color: #111; border: 1px solid transparent;}
#form input[type="submit"], #form input[type="button"] {color: #555; background: #f1f1f1; padding: 1em 3%; cursor: pointer; font-weight: 600; transition: 0.2s ease-in; width: 100%; max-width: 300px; line-height: 1.2; border: 1px solid #555; border-radius: 30px; text-align: center;}

a.continue-btn button {color: #555; background: none; cursor: pointer; font-weight: 600; transition: 0.2s ease-in; width: 100%; line-height: 1.2; border: none; margin-top: 2em;}
a.continue-btn button:hover {color: #ffc326; text-decoration: none;}


/* HEADER */
.header, .inv-header {width: 100%; position: relative;}
.header .column12, .inv-header .column12 {background: #fff; padding: 3em 5%; flex-wrap: nowrap;}
#menu-button, .mobile-display {display: none;}
.top-bar {width: 100%; padding: 1em 0;}
.top-bar a {color: #F9F9F9; font-weight: 700; margin-left: 3%; font-size: 18px; text-decoration: none;}
img.main-logo {width: 100%; max-width: 350px; height: auto;}

.header.clone {position: fixed; top: -444px; left: 0; right: 0; z-index: 999; transition: 0.4s top cubic-bezier(.3,.73,.3,.74);}
body.down .header.clone {top: 0;}
body.down .header.clone .column12 {padding: .75em 5%!important; box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);}
body.down .header.clone img.main-logo {display: block; padding: 0 5px; max-width: 222px;}
body.down .header.clone .top-bar {display: none;}


/* ALL OTHER STYLES */

aside.fixedBtn {z-index: 10; position: absolute; top: 300px; left: 0;}
aside.fixedBtn a {
	display: block;
	padding: 15px 25px 10px 50px;
	background: #ffd620;
	color: #111;
    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(-20px, 0, 0);
	 box-shadow: 0px 2px 8px rgb(0 0 0 / 20%);
	}
aside.fixedBtn i {font-size: 28px;}
aside.fixedBtn a:hover {transform: translate3d(0, 0, 0); background: #ffc326;}

.hero-wrapper {width: 100%; display: flex; flex-wrap: wrap; padding: 10em 0;}
.hero-wrapper h1 {font-weight: 400; letter-spacing: 1px; font-size: 50px; line-height: 1.2;}
.hero-wrapper h1 b {font-weight: 700; display: block;}
.hero-wrapper h1 span {font-size: 30px; color: #ffc326; display: block; font-weight: 600;}
.hero-wrapper p {margin: 2em auto; font-size: 18px;}
.hero-wrapper .column5 {padding: 0 6%;}
.hero-wrapper .column7 {display: flex; align-items: end;}
.homepage-slider img.slick-slide {border-radius: 30px; margin: 0 .5vw;}

.content-wrapper .column5 {margin-top: -90px; position: absolute; right: 3%; border-radius: 30px; z-index: 2;}
.contact-content {border: 1px solid #ccc; padding: 10%; margin: .5em;}
.contact-content h2 {letter-spacing: 1px; font-size: 24px; font-weight: 600; line-height: 1.3;}
.contact-content a {display: inline-block;} 

.page-title {position: relative; z-index: 1;  padding: 8em 5%; text-align: center;}
.page-title h1 {text-transform: uppercase; font-size: 50px; letter-spacing: 2px; color: #fff; position: relative; z-index: 3;}
.page-title p {margin: 0 auto; font-size: 18px; color: #fff; font-weight: 600; position: relative; z-index: 3;}

.page-title.freight {background: url('/siteart/freight-bg1.jpg') center; background-size: cover; background-attachment: fixed; position: relative; color: #fff; background-color:#000;}

.cta-category.auctions, .page-title.auctions {background: url('/siteart/gavel-bg1.jpg') center; background-size: cover; position: relative; background-attachment: fixed;}
.cta-category.auctions:before, .page-title.auctions:before {
	content: '';
    position: absolute;
	z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(249, 205, 0, .9);
}
.cta-category.consign, .page-title.consign {background: url('/siteart/equipment-bg1.jpg') center; background-size: cover; position: relative; color: #fff; background-attachment: fixed; background-color:#000;}
.cta-category.consign:before, .page-title.consign:before, .page-title.freight:before {
	content: '';
    position: absolute;
	z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(85, 85, 85, .9);
}
.cta-category {display: flex; justify-content: space-between; align-items: center; padding: 10em 10%;}
.cta-category h2 {font-size: 45px; letter-spacing: 1px; margin-bottom: .75em; line-height: 1.3;}
.cta-category p {font-size: 20px; font-weight: 500;}
.cta-category .column7, .cta-category a#cta-btn, .cta-category a#cta-btn2, .cta-category a#cta-btn3 {position: relative; z-index: 3;}

/*  contact form + captcha
------------------------------*/
#form {padding: 0;}
#form .form-row {display: block; text-align: left!important;}
#form .form-row label{font-weight: 600; color: #111;}
#form input[type="submit"], #form input[type="button"] {margin: 0 auto; display: block;}
#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 #ccc; background: #fff; font-weight: 500; color: #000; height: 50px;}
#form textarea {height: 111px;}
#form select {font-size: 18px;}
#form h4 {margin: 1.5em 0 .75em;}
#form .add-more {width: 100%; display: block; margin: 2em auto 4em!important;}
#form #itemInfo hr {width: 100%; border-top: 1px solid #ccc; margin: 0 auto 1.5em;}

.CaptchaPanel{line-height: normal !important;}
.CaptchaAnswerPanel input{width: 100%; max-width: 350px; padding: 10px; margin: 5px 0; background: #fff; border: 1px solid #ccc; color: #000;}
.CaptchaMessagePanel{padding: 0 !important; margin: 0 !important; font-weight: normal !important; font-size: 12px; line-height: 50px; color: #444;}
.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: #333;} .CaptchaWhatsThisPanel a:hover{text-decoration: none;}

/* FOOTER */
.footer {width: 100%; color: #111; display: inline-block; padding: 6em 0; background: #fff;}
.footer .column12 {padding: 3em 5%;}
.footer img {width: 100%; height: auto; max-width: 333px;}
.footer .flex-wrapper {justify-content: space-between;}
a#ftr-phone {font-weight: 700; font-size: 32px;} a#ftr-phone:hover {color: #555;}
ul#footer-nav {text-transform: uppercase; font-size: 14px;}
ul#footer-nav li a {margin: 5px .75vw; font-weight: 700;}
ul#footer-nav li {display: inline-block;}
.site-host {font-size: 12px; color: #888;}
.site-host a:hover {font-weight: 600;}

.header-styles {display:flex; justify-content: space-between;}
.align-left-text {width:25%; text-align: left}
.align-right-text {width:75%; text-align: right;}


/* MEDIA QUERIES (RESPONSIVE) */
@media screen and (max-width: 1500px) {
	.hero-wrapper {flex-direction: column; padding: 5em 0;}
	.hero-wrapper .column7 {float: none; width: 100%; padding-left: 10%;}
	.hero-wrapper .column5 {float: none; width: 100%; padding: 0 10%; margin-bottom: 5em!important;}
}

@media screen and (max-width: 1300px) {
	.header .column12, .inv-header .column12 {padding: 2em 5%;}
	.header .column9, .inv-header .column9 {display: none;}
	.header .column3, .inv-header .column3 {float: none; width: 100%;}
	
	.footer img {max-width: 300px;}
	ul#footer-nav {font-size: 13px;}
}

@media screen and (max-width: 1150px) {
	img.main-logo {max-width: 300px;}
	
	.footer {padding: 3em 0;}
	.footer .column12 {padding: 2em 5%;}
	.footer .bottom-ftr.flex-wrapper {flex-direction: column; text-align: center;}
	.site-host {width: 100%; margin-top: 4em; text-align: center;}
}
	
@media screen and (max-width: 1000px){
	.mobile-display {display: block;}
	aside.fixedBtn {display: none;}
	ul#footer-nav {display: none;}
	.header, .inv-header {position: relative;}
	
	.cta-category {flex-direction: column; padding: 8em 10%; text-align: center;}
	.cta-category h2 {margin-bottom: .5em; font-size: 36px;}
	.cta-category p {margin-bottom: 2em;}
	
	.contact-content {width: calc(50% - 1em);}
	.content-wrapper .column5 {right: 0; border-radius: 0; position: relative; display: flex; flex-wrap: wrap; justify-content: center;}
	
	.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto!important; width: 100%!important; float: none; padding: 0;}
			
	.footer .column12 {padding: 1em 5%;}
	a#ftr-phone {font-size: 24px; margin-top: 1em;}
	.footer .flex-wrapper {flex-direction: column;}
	.footer, .align-right, .hero-wrapper {text-align: center;}
	.site-host {margin-top: 0;}
}

@media screen and (max-width: 875px) {	
.top-bar a {font-size: 14px;}
}

@media screen and (max-width: 767px) {	
	.pad60 {padding: 40px 5%!important;}
	.top-bar {padding: 1em 0;}
	
	.header .column12, .inv-header .column12 {padding: 1.5em 5%;}
		
	body.down .header.clone img.main-logo {max-width: 145px;}	
	
	.cta-category.consign, .page-title.consign, .cta-category.auctions, .page-title.auctions, .page-title.freight {background-attachment: inherit;}
			
	.page-title  {padding: 4.5em 0;}
	.page-title h1, .hero-wrapper h1 {font-size: 36px;}
	.hero-wrapper h1 span {font-size: 30px;}
	.page-title p, .cta-category p, .hero-wrapper p {font-size: 16px;}	
	
	.contact-content {width: 100%;}
}

@media screen and (max-width: 688px) {	
.header-styles {display:flex; flex-direction: column; }
.align-left-text {width:100%;text-align: center!important;}
.align-right-text {width:100%;text-align: center!important;}

}

@media screen and (max-width: 550px) {	
	img.main-logo {width: 250px;}			
}
