﻿/***** 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 {font-family: 'Roboto', sans-serif !important;}
body {overflow-x: hidden;}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none; cursor: pointer !important;}
button:hover {cursor: pointer !important;}


hr{border:#000 1px solid;}
html {font-family: 'Roboto', sans-serif !important;}

/*--- HEADER STYLES ---------------------*/
header {width: 95%; margin: 0 auto; padding: 20px 0; display: flex; justify-content: space-between; align-items: center;}
header .quote {background: #EBEBEB; width: 350px;}
header .quote p {font-size: 16px; line-height: 28px; font-weight: 600; padding: 18px 25px;}


/*---BODY--------------------------------*/

.flex-container {
	display: flex;
	align-items: center;
}

.center {
	text-align: center;
}

/*---DEFAULT---*/
#hero-bkgrd {background: url("/siteart/hero-1.jpg") no-repeat; background-position: center; background-size: cover;}
.hero-overlay {background: linear-gradient(to right,rgba(35,35,35,.80),rgba(35,35,35,.20));}
.hero-wrap {width: 95%; margin: 0 auto; padding: 150px 0;}
.hero-content {width: 580px;}
.hero-content h1 {color: #fff; font-size: 50px; line-height: 60px;}
.hero-content h1 span {color: #8CC63F;}
.hero-content p {color: #fff; font-size: 18px; line-height: 28px; margin: 15px 0 25px 0;}
.hero-content button {border: none; border-radius: 30px; background: #fff; font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: 600; width: 180px; padding: 10px 15px 12px 15px; display: flex; justify-content: space-between; align-items: center;}
.hero-content button i {font-size: 22px;}
.auction-links {display: flex; justify-content: center; width: 95%; margin: 0 auto; gap: 10px; margin-top: -40px;}
.auction-links a {background: #fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; width: 35%; text-align: center; position: relative; border-radius: 5px;}
.auction-links a img {width: 60%;}
.auction-links a:hover {transition: .5s; transform: translateY(-6px);}
.hero-content button:hover {background: #8CC63F; transition: .5s; width: 200px;}
#our-mission {width: 90%; margin: 0 auto; display: flex; justify-content: space-between; margin-top: 80px; margin-bottom: 80px;}
#our-mission div {width: 48%;}
#our-mission p span {background: #FC6000; border-radius: 30px; font-size: 13px; color: #fff; padding: 5px 10px;}
#our-mission h2 {font-size: 40px; line-height: 50px; margin-top: 12px;}
#our-mission > div:last-child p {font-size: 18px; line-height: 30px; margin-top: 40px;}
#our-mission > div:last-child button {border: none; border-radius: 30px; background: #232323; font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: 600; width: 180px; padding: 10px 15px 12px 15px; display: flex; justify-content: space-between; align-items: center; color: #fff; margin-top: 25px;}
#our-mission > div:last-child button i {font-size: 22px;}
#our-mission > div:last-child button:hover {background: #FC6000; transition: .5s; width: 200px;}

#auctions {background: #EBEBEB;}
.auction-wrap {display: flex; justify-content: space-between; width: 90%; margin: 0 auto; padding: 80px 0; align-items: center;}
.auction-wrap p span {background: #FC6000; border-radius: 30px; font-size: 13px; color: #fff; padding: 5px 20px;}
.auction-wrap h3 {font-size: 40px; line-height: 50px; margin-top: 12px; margin-bottom: 20px;}
.auction-wrap p {color: #515151; font-size: 18px; line-height: 30px;}
.auction-wrap p a {color: #232323;}
.auction-wrap p a:hover {color: #FC6000; transition: .5s;}
.auction-wrap > div {width: 48%;}
.auction-wrap > div:first-child img {width: 100%; border-radius: 10px;}
.auction-equipment {margin-top: 25px; display: flex; gap: 10px;}
.auction-equipment a {background: #fff; border-radius: 10px; width: 100%; text-align: center; padding: 50px 0;}
.auction-equipment a img {width: 80%; margin: 0 auto;}
.auction-equipment a:hover {transition: .5s; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

#services-bkgrd {background: url("/siteart/services-bkgrd.jpg") no-repeat; background-position: center; background-size: cover;}
.services-overlay {background: rgba(35,35,35,0.50); padding: 50px 0;}
.services {background: #fff; border-radius: 15px; padding: 60px 0; width: 90%; margin: 0 auto;}
.services-flex {display: flex; justify-content: space-between; text-align: center; gap: 50px; width: 93%; margin: 0 auto; align-items: flex-start;}
.services-flex i {background: #FC6000; color: #fff; border-radius: 50%; height: 52px; width: 52px; font-size: 22px; display: flex; justify-content: center; align-items: center;}
.services-flex > div {display: flex; flex-wrap: wrap; width: 100%; justify-content: center;}
.services-flex h4 {width: 100%; font-size: 20px; line-height: 45px; color: #232323;}
.services-flex > div > div {width: 100%; display: flex; justify-content: center;}
.services-flex p {font-size: 15px; line-height: 24px; font-weight: lighter; color: #232323;}
.services-button {width: 95%; margin: 0 auto; text-align: center; margin-top: 50px;}
.services-button button {background: #232323; width: 180px; padding: 10px 0; color: #fff; font-size: 16px; border: none; border-radius: 30px; font-weight: 600;}
.services-button button:hover {background: #FC6000; transition: .5s;}

/*---SERVICES---*/
#service-hero .hero-wrap {padding: 80px 0;}
#service-hero .hero-overlay {background: #232323;}
#service-hero .hero-content {margin: 0 auto; text-align: center;}
#our-services {background: #EBEBEB;}
.our-services-wrap {width: 90%; margin: 0 auto; padding: 70px 0;}
.our-services-wrap h2 {font-size: 40px; line-height: 50px; margin-bottom: 20px;}
.our-services-flex {display: flex; align-items: center; gap: 20px; margin-bottom: 20px;}
.our-services-flex i {background: #FC6000; color: #fff; border-radius: 50%; height: 52px; width: 52px; font-size: 22px; display: flex; justify-content: center; align-items: center;}
.our-services-flex p {font-size: 17px; line-height: 26px;}
.our-services-flex h3 {font-size: 20px; margin-bottom: 3px;}

#contact-form {width: 90%; margin: 0 auto; display: flex; justify-content: space-between; padding: 80px 0;}
#contact-form > div {width: 48%;}
.contact-bkgrd {background: #232323; border-radius: 10px;}
.contact-form-wrap {width: 90%; margin: 0 auto; padding: 50px 0;}
.form-p p {color: #fff; font-size: 18px; line-height: 30px;}
.form-p h4, .contact-form-head h2 {font-size: 40px; line-height: 50px; margin-bottom: 20px; color: #fff;}
.form-flex {display: flex; flex-wrap: wrap; gap: 15px;}
.form-flex > div {width: 48%;}
.form-flex input, #contact-form textarea {width: 100%;}
.form-flex input {height: 25px;}
#contact-form label {color: #fff; font-size: 16px; line-height: 30px;}
#contact-form textarea {height: 100px;}
#contact-form .submitselect {background: #8CC63F; width: 180px; padding: 10px 0; color: #232323; font-size: 16px; border: none; border-radius: 30px; font-weight: 600; display: flex; justify-content: center; margin-top: 20px;}
.contact-info p, .contact-info li a  {font-size: 18px; line-height: 28px;}
.contact-info li a {color: #232323; line-height: 32px; display: flex; gap: 5px; align-items: center;}
.contact-info ul {margin: 15px 0;}
.contact-info i {background: #8CC63F; color: #fff; border-radius: 50%; height: 45px; width: 45px; font-size: 18px; display: flex; justify-content: center; align-items: center;}
.contact-info li {margin-bottom: 6px;}
.contact-info li a:hover i {background: #FC6000; transition: .5s;}
#contact-form .CaptchaMessagePanel {color: #fff;}
#contact-form .CaptchaAnswerPanel input {height: 25px;}
#contact-form .CaptchaWhatsThisPanel a {color: #fff; border-bottom: 1px #fff solid;}
#contact-form .submit {background: #8CC63F; width: 180px; padding: 10px 0; color: #232323; font-size: 16px; border: none; border-radius: 30px; font-weight: 600;}
#contact-form .submitselect:hover, #contact-form .submit:hover {background: #FC6000; transition: .5s; cursor: pointer !important;}

#services-thankyou button, #contact-thankyou button {border: none; border-radius: 30px; background: #fff; font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: 600; width: 180px; padding: 10px 15px 12px 15px; display: flex; justify-content: space-between; align-items: center; margin-top: 25px;}
#services-thankyou button:hover, #contact-thankyou button:hover {background: #8CC63F; transition: .5s; width: 200px;}
#services-thankyou button i, #contact-thankyou button i {font-size: 22px;}

/*--------FORM STYLES--------------------*/




/*-------- FOOTER STYLES ----------------*/
footer {background: #232323;}
.footer-wrap {width: 95%; margin: 0 auto; padding: 50px 0; display: flex; justify-content: space-between;}
footer p {font-size: 18px; text-transform: uppercase; font-weight: bold; line-height: 45px; color: #fff;}
footer li a, footer .footer-fb a {color: #fff; font-size: 16px; font-weight: 600; line-height: 28px;}
footer .footer-fb i {color: #8CC63F;}
footer .footer-fb {margin-top: 12px;}
footer button {background: #8CC63F; border: none; border-radius: 30px; padding: 10px 0; width: 180px; font-size: 15px; font-weight: 600; color: #232323; margin-top: 15px;}
footer button:hover {background: #FC6000; transition: .5s;}

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/







/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1200px) {
	.auction-links a {width: 40%;}
	#our-mission h2, .auction-wrap h3, .our-services-wrap h2, .form-p h4, .contact-form-head h2 {font-size: 35px; line-height: 45px;}
}

@media only screen and (max-width: 1000px) {
	header .quote {display: none;}
	header {justify-content: center;}
	.hero-overlay {background: linear-gradient(to right,rgba(35,35,35,.80),rgba(35,35,35,.50));}
	.auction-links a {width: 50%;}
	#our-mission, .auction-wrap, .services, .our-services-wrap, #contact-form {width: 95%;}
	#contact-form {flex-wrap: wrap; gap: 50px;}
	#contact-form > div {width: 100%;}
}

@media only screen and (max-width: 850px) {
	#our-mission {flex-wrap: wrap;}
	#our-mission div, .auction-wrap > div {width: 100%;}
	#our-mission > div:last-child p {margin-top: 15px;}
	.auction-wrap {flex-wrap: wrap; gap: 50px;}
	.services-flex {flex-wrap: wrap;}
	.services-flex > div {width: 80%; margin: 0 auto;}
}

@media only screen and (max-width: 650px) {
	header img {width: 280px;}
	.hero-content {width: 100%;}
	.auction-links {flex-wrap: wrap;}
	.auction-links a {width: 80%;}
	.our-services-flex {gap: 10px; flex-wrap: wrap;}
}

@media only screen and (max-width: 600px) {
	.footer-wrap {flex-wrap: wrap; gap: 30px;}
	.footer-wrap > div {width: 100%;}
}

@media only screen and (max-width: 550px) {
	.auction-links a {width: 90%;}
}

@media only screen and (max-width: 450px) {
	header img {width: 250px;}
	.hero-content h1 {font-size: 45px; line-height: 55px;}
	.hero-content p, #our-mission > div:last-child p, .auction-wrap p, .contact-info p, .contact-info li a, .form-p p {font-size: 17px; line-height: 27px;}
	.hero-wrap {padding: 120px 0;}
	.auction-links a, .services-flex > div {width: 100%;}
	#our-mission h2, .auction-wrap h3, .our-services-wrap h2, .form-p h4, .contact-form-head h2 {font-size: 30px; line-height: 40px;}
	.services-flex {width: 90%;}
	.form-flex > div {width: 100%;}
	.form-flex {gap: 10px;}
	.contact-info i {height: 40px; width: 40px; font-size: 17px;}
}

@media only screen and (max-width: 350px) {
	.hero-content h1 {font-size: 40px; line-height: 50px;}
	.hero-content p, #our-mission > div:last-child p, .auction-wrap p, .contact-info p, .contact-info li a, .form-p p {font-size: 16px; line-height: 26px;}
	.hero-wrap {padding: 100px 0;}
	.hero-content button, #our-mission > div:last-child button, .services-button button, #contact-form .submitselect, #contact-form .submit, #services-thankyou button, #contact-thankyou button  {font-size: 15px;}
	#our-mission h2, .auction-wrap h3, .our-services-wrap h2, .form-p h4, .contact-form-head h2 {font-size: 28px; line-height: 38px;}
    .auction-equipment {flex-wrap: wrap;}
	.contact-info i {height: 35px; width: 35px; font-size: 16px;}
}

@media only screen and (max-width: 330px) {
	.contact-info i {height: auto; width: auto; background: none; color: #232323; border-radius: 0;}
}

@media only screen and (max-width: 300px) {
	header img {width: 80%; margin: 0 auto;}
	header > div:first-child {text-align: center;}
	.hero-content h1 {font-size: 35px; line-height: 45px;}
}



