﻿/***** 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;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	background-color: #F1F1F1
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#707070 1px solid;}
hr.orange {
    border: #D56300 1px solid;
}

.stratum1-reg {
	font-family: "stratum-1-web", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.stratum1-med {
	font-family: "stratum-1-web", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.stratum1-bold {
	font-family: "stratum-1-web", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.barlow {
	font-family: "barlow", sans-serif;
}

.orange {
	color: #D56300
}
.orange-bg {
	background-color: #D56300;
}
.black {
	color: #131313;
}
.black-bg {
	background-color: #131313;
}
.white {
	color: #fff;
}
.grey-bg {
	background-color: #F3F3F3
}

.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}


.marg {
	margin: 0 auto!important;
}
.wid95 {
	width: 95%;
}
.wid90 {
	width: 90%;
}
.wid85 {
	width: 85%;
}
.wid80 {
	width: 80%;
}
.wid75 {
	width: 75%;
}
.wid70 {
	width: 70%;
}

.breadcrumbs {
    display: flex;
    font-size: 15px !important;
    color: #403f3b !important;
    padding: 4% 0 5%;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    letter-spacing: 0.05em;
    gap: 10px;
    font-family: "oswald", sans-serif;
}
.breadcrumbs a {
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    border: solid 1px #eee;
    background: #fff;
    color: #403f3b;
    font-size: 15px !important;
    font-family: "oswald", sans-serif;
}

.side-line {
    border-right: 1px solid #bababa;
}
.bottom-line {
	border-bottom: 1px solid #bababa;
}
.center {
	text-align: center;
}


.long-gray-btn a {
    background-color: #313131;
    padding: 9px 0 9px 15px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
	transition: all .2s ease-in-out;
}
.long-gray-btn a:hover {
    background-color: #707070;
	padding: 9px 0 9px 20px;
	transition: all .2s ease-in-out;
}
.long-gray-btn a:hover i {
    background-color: #707070;
	margin-left: 45px;
	transition: all .2s ease-in-out;
}
.long-gray-btn i {
    border: 1px solid #707070;
    padding: 11px;
    width: 20px;
    text-align: center;
    margin-left: 50px;
    background-color: #131313;
	transition: all .2s ease-in-out;
}

.light-gray-btn a {
    background-color: #707070;
    padding: 9px 0 9px 15px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
	transition: all .2s ease-in-out;
}
.light-gray-btn a:hover {
    background-color: #707070;
	padding: 9px 0 9px 20px;
	transition: all .2s ease-in-out;
}
.light-gray-btn a:hover i {
    background-color: #707070;
	margin-left: 45px;
	transition: all .2s ease-in-out;
}
.light-gray-btn i {
    border: 1px solid #707070;
    padding: 11px;
    width: 20px;
    text-align: center;
    margin-left: 50px;
    background-color: #131313;
	transition: all .2s ease-in-out;
}

button.long-submit-btn {
    background-color: #FFFFFF;
    padding: 0 0 0 15px!important;
    text-transform: uppercase;
    font-size: 18px!important;
    letter-spacing: 1px;
	transition: all .2s ease-in-out;
	border: none;
}
button.long-submit-btn:hover {
    background-color: #F1F1F1;
	padding: 0 0 0 20px!important;
	transition: all .2s ease-in-out;
}
button.long-submit-btn i {
    border: 1px solid #fff;
    padding: 11px!important;
    width: 20px;
    text-align: center;
    margin-left: 50px!important;
    background-color: #F1F1F1;
	color: #131313;
	transition: all .2s ease-in-out;
}
button.long-submit-btn a:hover i {
    background-color: #E1E1E1;
	margin-left: 45px!important;
    border: 1px solid #E1E1E1;
	transition: all .2s ease-in-out;
}

.long-white-btn a {
    background-color: #FFFFFF;
	color: #131313;
    padding: 9px 0 9px 15px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
	transition: all .2s ease-in-out;
}
.long-white-btn a:hover {
    background-color: #E1E1E1;
	padding: 9px 0 9px 20px;
	transition: all .2s ease-in-out;
}
.long-white-btn i {
    border: 1px solid #fff;
    padding: 11px;
    width: 20px;
    text-align: center;
    margin-left: 50px;
    background-color: #F1F1F1;
	color: #131313;
	transition: all .2s ease-in-out;
}
.long-white-btn a:hover i {
    background-color: #E1E1E1;
	margin-left: 45px;
    border: 1px solid #E1E1E1;
	transition: all .2s ease-in-out;
}


/*SLIDER*/
section.manus-wrap {
    margin: 3% auto;
    width: 90%;
}
.manu-slider img {
    max-height: 100% !important;
    width: 200px;
}
.manu-slider {
    text-align: center;
}


/*ANGLED CORNERS*/
.top-corners {
  clip-path: polygon(0 80px,80px 0,calc(100% - 80px) 0,100% 80px,100% 100%,0 100%);
}
.bottom-corners {
  clip-path: polygon(0 0,100% 0,100% calc(100% - 80px),calc(100% - 80px) 100%,80px 100%,0 calc(100% - 80px));
}

.tl-br-corners {
    clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
	transition: all .2s ease-in-out;
}
.tl-br-corners:hover {
    clip-path: polygon(0 5px, 5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%);
    transition: all .2s ease-in-out;
}




/*--- HEADER STYLES ---------------------*/
header {}
.header-wrap .wid90 {
    display: flex;
    align-items: center;
}
.head-phone a {
    color: #fff;
    font-family: 'stratum-1-web';
	font-size: 25px;
    letter-spacing: 1px;
	font-weight: 500;
    gap: 12px;
    background-color: #D56300;
	display: flex;
    align-items: center;
	padding: 18px 25px;
    position: absolute;
    top: 0;
    right: 7%;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 5% 100%, 0 85%);
	z-index: 10;
	box-sizing: border-box;
}


/*---BODY--------------------------------*/


.hero {
	background-image: url("../siteart/hero-bg.png");
    height: 690px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
	width: 100%;
	max-width: 100%;
}
.hero-txt-wrap {
    width: 85%;
    margin: 0 auto;
    position-area: center;
}
.hero-logo img {
    max-width: 100%;
}
.hero-title h1 {
    font-size: 75px;
    line-height: 75px;
    margin: 25px 0 20px 0;
    font-weight: 600;
}
.hero-title h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.hero-txt-wrap .long-gray-btn {
    margin-bottom: 65px;
}

.orange-back {
    padding: 55px;
    z-index: 0;
    position: relative;
    margin-top: -80px;
}


.about-txt {
    padding: 100px 0;
}
.about-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-row h3 {
    font-size: 40px;
}
.about-txt p {
    font-size: 18px;
    line-height: 32px;
}
.about-txt hr.orange {
    width: 150px;
    border: 3px solid;
    display: inline-block;
    margin: 25px 0;
}


.home-cta {
    display: flex;
    justify-content: center;
	padding-bottom: 100px;
	gap: 20px;
}
.cta {
    position: relative;
}
.cta img {
    display: flex;
	filter: brightness(0.8);
	transition: all .2s ease-in-out;
    width: 100%;
}
.cta:hover img {
	filter: brightness(1.1);
	transition: all .2s ease-in-out;
}
.cta h4 {
    position: absolute;
    top: 0;
    margin: 40px;
    font-size: 35px;
    text-align: left;
    line-height: 40px;
}
.cta i {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff !important;
	width: 15px;
    text-align: center;
    background-color: #D56300;
    padding: 20px;
	transition: all .2s ease-in-out;
}
.cta:hover i {
    padding: 21px;
    font-size: 17px;
	width: 16px;
	transition: all .2s ease-in-out;
}


.upcoming-auctions {
	background-image:url("../siteart/bobcats-blur.png");
    min-height: 770px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.details-wrap {
    background-color: #1c1c1ce6;
    border-top: 15px solid #D56300;
    margin: auto auto;
	padding: 50px 100px;
	align-content: center;
}
.upcoming-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15vw;
	margin-bottom: 50px;
}
.upcoming-row h3 {
    font-size: 40px;
}
.auct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
	gap: 25px;
}
.auct-left {
    display: flex;
    align-items: center;
    gap: 40px;
}
.auct-date p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
.auct-date p span {
    font-size: 32px;
}
.auct-title p {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.auct-title p span {
    font-size: 16px;
    font-weight: 500;
}

.auct-details p {
    text-align: right;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
}


.consign-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    padding: 40px 50px 120px;
    margin-bottom: -80px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 8px 12px;
}
.consign-bar h3 {
    font-size: 40px;
}



.wrap-contact {
    background-image: url("../siteart/contact-bg.jpg");
    height: 300px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
}
.wrap-faq {
    background-image: url("../siteart/faq-bg.jpg");
    height: 300px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
}
.wrap-consign {
    background-image: url("../siteart/consign-bg.jpg");
    height: 300px;
    background-size: cover;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    align-items: center;
    background-position: center;
}
.top-wrap h1 {
    font-size: 50px;
	line-height: 50px;
	font-family: "stratum-1-web", sans-serif;
	margin: 25px 0 20px 0;
    font-weight: 600;
	text-transform: uppercase;
}
.top-wrap p {
	font-family: "stratum-1-web", sans-serif;
    font-size: 18px;
    line-height: 32px;
}


.faq-wrap {
    padding: 100px 0;
}
.faq {
    background-color: #313131;
    padding: 30px;
    margin: 20px auto;
}
.faq h2 {
    margin-bottom: 10px;
}
.faq p {
    font-size: 16px;
    line-height: 30px;
}

.bar-phone p, .bar-phone a {
	color: #fff;
    font-family: 'stratum-1-web';
    font-size: 25px!important;
    letter-spacing: 1px;
    font-weight: 500;
}
.bar-icons i {
    font-size: 20px;
    padding: 0 8px;
    margin-top: 15px;
}


/*--------FORM STYLES--------------------*/

.sub-wrapper {
    background-color: #212121;
}
.form-wrap {
    padding: 100px 0;
}
form.custom-form input, textarea, select {
    width: 100%;
    margin: 5px 0;
    padding: 18px;
    background: #383838;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: "barlow", sans-serif;
    box-sizing: border-box;
    box-shadow: none;
    letter-spacing: 1px;
	border-width: 2px;
    border-style: inset;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
form.custom-form input, textarea, select::placeholder {
    font-size: 16px;
}
.flex {
    display: flex;
    gap: 10px;
}
.flex, textarea {
    display: flex;
    gap: 10px;
    width: 100%;
}
.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
	font-family: "barlow", sans-serif;
	color: #fff;
}
.CaptchaWhatsThisPanel a {
    font-family: "barlow", sans-serif;
    color: #D56300;
}
input#CaptchaAnswer {
    width: 200px;
}
form.custom-form {
    justify-items: center;
}
.custom-form h3 {
    font-size: 22px;
    text-transform: uppercase;
    justify-self: left;
    margin: 20px 0 5px 0;
}


/*-------- FOOTER STYLES ----------------*/
footer{}

.foot-wrap .wid85.marg {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
}
.foot-col {
    display: flex;
    gap: 100px;
}
.foot-nav {
    display: flex;
    gap: 25px;
	flex-direction: column;
}
.foot-nav a {
    font-family: "stratum-1-web", sans-serif;
    font-weight: 400;
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 1px;
}
.foot-phone a {
    color: #fff;
    font-family: 'stratum-1-web';
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
}
.foot-icons i {
    font-size: 20px;
    padding: 0 8px;
    margin-top: 15px;
}
.foot-right {
    align-items: center;
}




/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/


.inv-wrap {
	margin: 100px 50px;
	background-color: #F1F1F1;
}




/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width:768px) and (max-width: 1130px) {
	
}


@media only screen and (max-width: 1350px) {
	.home-cta {
		flex-wrap: wrap;
	}
	.hero-title h1 {
		font-size: 55px;
		line-height: 55px;
	    margin: 15px 0;
	}
	.hero-title h2 {
		font-size: 20px;
 		line-height: 20px;
	    margin: 15px 0;
	}
	.hero {
		height: 600px;
	}
	.hero-logo img {
		width: 200px;
	}
}
@media only screen and (max-width: 1100px) {
	.about-row {
		align-items: flex-start;
		flex-direction: column;
		justify-content: space-between;
		gap: 25px;
	}
}
@media only screen and (max-width: 1050px) {
	.details-wrap {
		margin: 0 0;
        width: 100%;
	    padding: 50px 50px;
	}
	.upcoming-row {
		gap: 7.5vw;
	}
}
@media only screen and (max-width: 1000px) {
	.foot-col {
		gap: 30px;
	}
	.foot-wrap .wid85.marg {align-items: center;}
}
@media only screen and (max-width: 900px) {
	.hero-title h1 {
		font-size: 50px;
    	line-height: 50px;
	}
	.hero-title h2 {
		font-size: 20px;
		line-height: 20px;
	}
	section.manus-wrap {
		width: 80%;
	    margin: 10% auto;
	}
	.about-txt p {
		font-size: 16px;
		line-height: 30px;
	}
	.top-corners {
		clip-path: polygon(0 50px, 50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
	}
	.bottom-corners {
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 50px));
	}
	.flex, textarea {
		flex-direction: column;
		gap: 0px;
	}
}
@media only screen and (max-width: 850px) {
	.consign-bar {
		flex-direction: column;
		gap: 15px;
	}
	.foot-col {
		flex-direction: column;
		text-align: center;
	}
	.upcoming-row {
		flex-direction: column;
		gap: 20px;
	}
}
@media only screen and (max-width: 800px) {
	.foot-wrap .wid85.marg {
		flex-direction: column-reverse;
		align-items: center;
		gap: 50px;
	}
}
@media only screen and (max-width: 500px) {
	.auct {
		flex-direction: column;
		gap: 10px;
	}
	.auct-details p {
		text-align: left;
	}
	.auct-left {
	    margin-left: 10px;
	}
	.hero-title h2 {
        font-size: 18px;
        line-height: 20px;
    }
	.hero-title h1 {
        font-size: 28px;
        line-height: 28px;
    }
	.hero-txt-wrap {
		text-align: center;
	}
	.long-white-btn a, .long-gray-btn a, .light-gray-btn a {
		font-size: 15px;
	}
	.long-white-btn i, .long-gray-btn i, .light-gray-btn i {
		padding: 10px;
	    margin-left: 30px;
	}
	.consign-bar {
		padding: 40px 20px 120px;
	}
	.details-wrap {
		padding: 50px 20px;
	}
}
@media only screen and (max-width: 450px) {
	.auct-left {
		margin: 0;
		align-items: flex-start;
		gap: 20px;
		flex-direction: column;
	}
	.auct {
		align-items: flex-start;
	}
	.upcoming-row {
		align-items: flex-start;
	}
}





