@charset "utf-8";
/* CSS Document */


.row {margin:0px;}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.3;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 36px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 30px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	font-size: 24px;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}



/* HEADER & NAVIGATION */


.logo {
    max-width: 500px;
}


.navbar a {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .3px;
	color: #fff;
}

.navbar a:active {
    color: #ffea00;
}

.navbar a:hover {
    color: #ffea00;
}

.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yellowbtn {
  font-family: 'Oswald';
  font-size: 24px;
  width: 250px;
  height: 50px;
  color: #000;
  background-color: #ffea00;
  border: 2px solid #000;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.yellowbtn:hover {
  background-color: #ffea00;
  box-shadow: 0px 15px 20px rgba(255, 234, 0, 0.4);
  color: #000;
  transform: translateY(-7px);
}

.bottom-header {
    background: #000;
}


/* HERO */

.hero {
    background-image: url(/../siteart/green_texture.png);
    background-repeat: repeat;
}

.lightbg {
    background: #fff;
}

.hero h1 {
    color: #38823e;
    font-size: 30px;
}

.hero p {
    position: relative;
    color: #000;
    line-height: 1.5;
    font-size: 14px;
}

.greenbtn {
    border: 2px solid #38823e;
    background: #fff;
    color: #38823e;
    font-family: 'Oswald';
    font-size: 18px;
	transition:.3s all;
}

.greenbtn:hover{
    background: #38823e;
    color: #fff;
}

.blackbtn {
    border: 2px solid #000;
    background: #FFEA00;
    color: #000;
    font-family: 'Oswald';
    font-size: 18px;
	transition:.3s all;
}

.blackbtn:hover{
    background: #38823e;
    color: #fff;
	
}


/* UPCOMING AUCTIONS */

.upcomingauct h1{
    color: #38823e;
    font-size: 30px; 
}


.upcoming-auctions {
    border: 1px solid #e8e8e8;
    padding: 20px;
    box-sizing: border-box;
}
.upcoming-auctions h3 {
    font-size: 22px;
    font-size: 900 !important;
    font-weight: 600;
}
.upcoming-auctions h4 {
    font-size: 18px;
    color: #222;
}

.upcoming-auctions button {
    width: 100%;
}

.upcoming-auctions p strong i {color:#38823e;}
.hero h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

/* FOOTER */


.pre-footer{
    background-color: #212121;
	color: #fff;
    font-size: 12px;
}

.pre-footer a{
    color:#fff;
}

.pre-footer a:hover{
    color:#fff;
}


/* ABOUT */

.about h3 {
    color: #38823e;
}


/* LISTINGS */


.dark {
    background-color: #212121;
}

.hosted-content #listings-title {
    letter-spacing: 1px;
}

.hosted-content h3 {
    letter-spacing: 1px;
}


/* FINANCING */

.mainbox {
    border-top: 4px solid #96989c;
}

.mainbox a {
    color: #212121;
}

.sheffield {
    width: 25%;
}

.hil {
    width: 25%;
}


/* FORM */

/*control the Captcha */
.CaptchaMessagePanel {padding:0 0 0 0 !important; margin:0 0 0 0 !important; font-weight:normal !important; font-size:12px; line-height:14px;}
.CaptchaAnswerPanel {margin:0 0 0 0; padding:0px !important;}
.CaptchaWhatsThisPanel {line-height:0; margin:0 0 0 0; padding:8px 0 8px 0 !important;}
.CaptchaWhatsThisPanel a {color:#000; font-size:12px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;}

/* TIMED AUCTIONS */

.auctionTimeLogo{
    width:250px; 
    float:right; 
    position:relative;
    margin-bottom: 30px;
    margin-top: -5px;
}


/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
    .yellowbtn{
        font-size: 20px;
        width: 200px;
        height: 40px;
    }
	.media {flex-wrap:wrap;}
	.media-body {flex-basis: 100%;}
}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
    .yellowbtn{
        font-size: 20px;
        width: 200px;
        height: 40px;
    }
 
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991px) {
    .yellowbtn{
        font-size: 20px;
        width: 200px;
        height: 40px;
    }

}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199px) {
    

}

/*Extra large devices (large desktops)*/
@media (min-width: 1200px) {

    
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1400px) {   

   
}

/*Extra EXTRA large devices (Extra large desktops)*/
@media (min-width: 1600px) {   

}