@charset "utf-8";
/***** BEGIN RESET *****/

* {

    border: 0;
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
    background: #fff;
    overflow-x: hidden;
    color: #000;
    line-height: 1 !important;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

/*============================
ALL PAGES
============================*/
ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

.wrap {
    width: 95%;
    margin: 0 auto;
    max-width: 1400px;
}

.flexContain {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

p.coming-soon {margin-top:40px;color:#fff;text-align:right;margin-right:60px;font-size:17px}

p.white {color: #fff !important; text-align: center;}

/***** END RESET *****/


/*============================
HEADER
============================*/

header {
    width: 100%;
    float: left;
}

.tophead {
    width: 100%;
    float: left;
    background: #212121;
    padding: 10px 2.5%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.tophead h3 {
    width: 100%;
    float: left;
    text-align: right;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 !important;
    font-weight: 600 !important;
}

.tophead h3 a {
    color: #fff;
    text-decoration: none;
}

.tophead h3 a:hover {
    text-decoration: underline;
}

.middlehead {
    width: 100%;
    float: left;
    background: #fff;
}

.mainlogo {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.mainlogo img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
    margin-top: -40px;
}

/*============================
MAINIMG
============================*/

.carousel-overlay {
    width: 100%;
}

.gradientoverlay {
    width: 100%;
    position: absolute;
}


/*============================
STATEMENT TOP 
============================*/
.statement-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 30px;
}

.statement-txt {
    font-size: 18px;
    line-height: 25px;
}

.statement-txt a {
    font-weight: 700;
    color: #000;
}

.statement-txt a:hover {
    color: #EF2124;
}

/*============================
Upcoming Auctions
============================*/

.auction-container {
            display: flex;
            gap: 20px;
            max-width: 100%;
            margin: 0 auto;
        }

        .auction-box {
            flex: 1 1 calc(33.333% - 20px);
            background: #212121;
            border-radius: 10px;
            padding: 25px;
        }

        .auction-box-title {
            color: #fff;
            font-size: 18px;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        /* LEFT BOX - Upcoming Dates */
        .dates-content {
            text-align: center;
            color: #fff;
        }

        .dates-section {
            margin-bottom: 20px;
        }

        .dates-section-title {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .dates-list {
            color: #fff;
            line-height: 1.2;
            font-size: 14px;
        }

        /* MIDDLE BOX - Logo and Button */
        .middle-content {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
        }
		.middle-logo {
            width: 200px;
            height: auto;
            margin-bottom: 20px;
        }

        .logo-placeholder {
            width: 120px;
            height: 120px;
            background: #174996;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 14px;
            margin: 20px 0;
        }

        .middle-text {
            color: #fff;
            font-size: 15px;
            margin: 15px 0;
            line-height: 1.6;
        }

        .middle-button {
            background: #174996;
            color: #fff;
            padding: 12px 30px;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            cursor: pointer;
            font-size: 14px;
            transition: background 0.3s;
        }

        .middle-button:hover {
            background: #0d2f5e;
        }

        /* RIGHT BOX - Machinery Auction */
        .machinery-content {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .date-calendar {
            width: 100px;
            background: #174996;
            border: 2px solid #fff;
            border-radius: 8px;
            text-align: center;
            padding: 10px;
            margin: 15px 0;
        }

        .date-calendar p {
            color: #fff;
            font-size: 14px;
            margin: 5px 0;
        }

        .date-calendar h3 {
            color: #fff;
            font-size: 36px;
            margin: 5px 0;
        }

        .machinery-info {
            text-align: center;
            width: 100%;
        }

        .machinery-subtitle {
            color: #ffd700;
            font-size: 16px;
            margin: 15px 0;
        }

        .machinery-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 20px;
			width: 60%;
			margin: 0 auto;
        }

        .machinery-link {
            background: #fff;
            color: #174996;
            padding: 20px 20px;
            text-decoration: none;
            border-radius: 5px;
            display: inline-block;
            transition: background 0.3s;
			font-weight: 700;
        }

        .machinery-link:hover {
            background: #174996;
			color: #fff;
        }

        @media (max-width: 768px) {
            .auction-container {
                flex-direction: column;
            }

        }


.hibid-button {

    padding-top: 20px;
    margin: 0 auto;
    max-width: 1400px;
    width: 95%;

    background: #ef2124;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
}

.hibid-button:hover {
    background: #ef2124;
    color: white;
}

a.hibid-button {
    color: white;
}

.hibid-button img {
    max-width: 100%;
}

.upcoming {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    margin-top: -200px;
    margin-top: calc(-4.375rem - ((1vw - 14.44px) * 27.3109));
}

@media screen and (max-width: 1444px) {
    .upcoming {
        margin-top: -70px;
    }

    @media screen and (min-width: 1920) {
        .upcoming {
            margin-top: -200px;
        }
    }

}

.upcoming h2 {
    width: 535px;
    font-size: 45px;
    letter-spacing: 2px;
    color: #174996;
    text-transform: uppercase;
    float: left;
    margin-bottom: 30px;
}

.upcoming .bluebar {
    width: calc(100% - 550px);
    float: right;
    height: 5px;
    background: #174996;
    margin-top: 22px;
}

.aucthird {
    width: 30.93%;
    float: left;
    margin: 1%;
    background: #212121;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.aucthird h3 {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.calendar {
    width: 100px;
    border-radius: 5px;
    background: #174996;
    float: left;
    border: 1px solid #fff;
    box-sizing: border-box;
}

/*
.multiple-dates.aucthird {margin:0 auto;text-align:center;padding:20px 50px;}

.aucthird.calender-bottom {height:unset;padding: 0;float:unset;margin:0 auto;}
*/

.multiple-dates.aucthird .calendar{margin:0 10px 30px 0;}

.multiple-dates .center {margin: 0 auto !important;display:flex;flex-wrap:wrap;justify-content: center;}

.multiple-dates.aucthird.flex {display: flex;flex-direction:column;flex-wrap:wrap;align-items: center;}

.flex-grid {display: grid; flex-direction: row; flex-wrap: wrap;}

.calendar p {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
    color: #fff;
}

.calendar h3 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 35px;
    margin-bottom: 0;
}

.aucright {
    width: calc(100% - 120px);
    float: right;
}
.aucthird:last-child .aucright {
  width: 100%;
  float: none;
  text-align: center;
}

.aucthird:last-child .aucright h4,
.aucthird:last-child .aucright p {
  float: none;
  display: block;
}


.aucright h3 {
    width: 100%;
    float: left;
    color: #fff;

    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 0;
}

.aucright a {
    width: 100%;
    float: left;
    color: #174996;
    background: #fff;
    padding: 24px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}

.aucright a:hover {
    background: #174996;
    color: #fff;
}

/*============================
Google Buttons at Top
============================*/

.auctiondoc-btns {
    width: 100%;
    float: left;
}

.quarter {
    display: inline-block;
    width: 33.33%;
    float: left;
}

.half {
    display: inline-block;
    width: 50%;
    float: left;
}

.full {
    display: block;
    width: 100%;
    float: left;
}

.gen-btn {
    text-align: center;
    text-decoration: none;
    background: #174996 !important;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 0 !important;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    border: solid 1px #fff;
    box-sizing: border-box;
}

.auctiondoc-btns .gen-btn {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-align: left;
}

.auctiondoc-btns .half {}

.gen-btn:hover {
    background-color: #EF2124;
}



.badge img {width:100%; max-width:300px;}


/*============================
WELCOME
============================*/
.timed-auction-banner {
    background: rgba(17, 52, 106, 0.7);
    padding: 30px 0;
    margin: 0 0 40px 0;
    width: 100%;
    float: left;
    clear: both;
}

.timed-auction-banner .wrap {
    margin: 0 auto;
    max-width: 1400px;
    width: 95%;
}

.auction-banner-content {
    display: block;
    text-align: center;
}

.auction-logo,
.auction-info,
.auction-button {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 15px;
}

.auction-logo img {
    max-width: 150px;
    height: auto;
}

.auction-info {
    color: white;
    text-align: center;
}

.auction-info h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    color: white;
}

.auction-info p {
    font-size: 18px;
    margin: 5px 0;
    color: white;
}

.auction-dates {
    font-weight: bold;
    font-size: 16px !important;
}

.auction-button .btn-bid-now {
    background-color: #EF2124;
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
	border-radius: 5px;
}

.auction-button .btn-bid-now:hover {
    background-color: #174996;
}

@media (max-width: 768px) {
    .auction-logo,
    .auction-info,
    .auction-button {
        display: block;
        margin: 15px auto;
    }
    
    .auction-info h3 {
        font-size: 22px;
    }
    
    .auction-info p {
        font-size: 16px;
    }
}

.mainsection {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}

.mainsection h4 {
    width: 100%;
    float: left;
    text-align: Center;
    font-size: 18px;
    color: #212121;
    letter-spacing: 5px;
}

.mainsection h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 55px;
    color: #174996;
}

.bluebarwrap {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.bluebar2 {
    border-bottom: 13px dotted #174996;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}


.mapsection {
    width: 100%;
    float: left;
    background: #174996;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
}

.mapinfo {
    width: 400px;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.mapinfo p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.mapinfo p a {
    color: #fff;
}

.mapright {
    width: calc(100% - 400px);
    float: right;
    height: 400px;
}


/*============================
WHEAT
============================*/

.wheatbg {
    width: 100%;
    float: left;
    background: url("/siteart/blue-corn.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
	background-color: #174996;
}

.wheatbg h2 {
    width: 530px;
    float: left;
    color: #fff;
    font-size: 30px;
}

.whitebar {
    width: calc(100% - 550px);
    float: right;
    background: #fff;
    height: 5px;
    margin-top: 15px;
}

.wheatleft {
    width: calc(100% - 500px);
    float: left;
}

.wheatleft p {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 24px;
}

.wheatleft ul {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.wheatleft ul li {
    width: calc(100% - 40px);
    float: left;
    margin: 15px 0;
    list-style: disc;
    color: #fff;
    font-size: 22px;
    margin-left: 40px;
}

.fbs {
    width: 500px;
    float: right;
    margin-top: 30px;
}

/*============================
FOOTER
============================*/

footer {
    width: 100%;
    float: left;
    background: #212121;
    padding: 30px 0;
    border-top: 10px solid #174996;
}

.footlogo {
    width: 100%;
    float: left;
}

.footlogo img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.bottomfoot {
    width: 100%;
    float: left;
    background: #2b2b2b;

    padding: 10px 2.5%;
    box-sizing: border-box;
    border-top: 1px solid #aaa;
}

.bottomfoot p {
    width: 50%;
    float: left;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
    padding: 5px 0;
}


/*============================
SUBPAGES
============================*/

.subpages {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.catleft {
    width: 300px;
    float: left;
}

.inforight {
    width: calc(100% - 300px);
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}

.catleft h3 {
    width: 100%;
    float: left;
}

.catleft h3 a {
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none;
    background: #174996;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0;
    border-radius: 3px;
}

.catleft h3 a:hover {
    background: #212121;
}

.catleft p {
    margin-bottom: 10px;
}

.subtitle {
    width: 100%;
    float: left;
    background: url("/siteart/blue-corn.jpg");
	background-color:#000;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff
}

.subtitle h1 {
    width: 100%;
    float: left;
    margin: 50px 0;
}

.subpages h3 {
    color: #174996;
    margin-bottom: 5px;
}

.subpages h2 {
    color: #174996;
    margin-bottom: 10px;
}

.subpages p {
    font-size: 18px;
    line-height: 32px;
}

.upper p {
    text-align: center;
}


/*==================================
FORMS
==================================*/

#quotes {
    width: 100%;
    display: block;
    margin: 20px auto;
    font-size: 16px;
    color: #000;
}

#quotes tbody {
    width: 100%;
    float: left;
}

#quotes tr {
    width: 50%;
    float: left;
    padding: 7px;
    box-sizing: border-box;
}


#quotes td {
    width: 100%;
    float: left;
    font-size: 14px;
}

#quotes td p {
    font-size: 14px;
}


.fulltd2 {
    width: 100% !important;
    float: none !important;
    max-width: 500px !important;
    display: block !important;
    margin: 0 auto !important;
}



#quotes input {
    padding: 12px 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #B4B4B4;
    font-weight: 300;
    color: #000;
    font-size: 12px;
}

#quotes textarea {
    padding: 12px 10px;
    border: 1px solid #b4b4b4;
    font-weight: 300;
    color: #000;
    font-size: 12px;
    background: #fff;
    box-sizing: border-box;
}

#quotes .CaptchaMessagePanel {
    color: #000;
}

#quotes .CaptchaWhatsThisPanel a {
    color: #000;
}


/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
    padding: 12px 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #B4B4B4;
    font-weight: 300;
    color: #000;
    font-size: 12px;
    width: 100%;
}

#quotes input {
    width: 100%;
}

#quotes input.larger {
    width: 100%;
}

#quotes textarea {
    width: 100%;
    height: 85px;
}


#quotes input.checkbox {
    padding: 0;
    border: 0;
    margin: 5px 10px 5px 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff;
}

#quotes p {
    text-align: left;

    width: auto;
}

#quotes input.radio {
    padding: 0;
    border: 0;
    margin: 0 3px 0 15px;
    width: 15px;
    height: 15px;
    display: inline;
}

#quotes input.radio:focus,
#quotes input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}


#quotes input.button,
#quotes input.button:focus {
    width: 300px;
    margin: 0;
    padding: 20px 5px;
    background: #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px;
    border-bottom: none !important;
    line-height: 14px;
    letter-spacing: 2px;
    text-align: center;
    border: 0 !important;
    color: #fff;
    margin-top: 10px;
}

#quotes input.button:hover {
    background: #aaa;
}

#quotes label.basic {
    color: #212121;
    font-size: 13px;
    text-align: left;
}

#quotes label.checkbox {
    /*  color:#212121;*/
    font-size: 13px;
    text-align: left;
    display: inline;
    padding: 0;
}

#quotes .fulltd {
    width: 100% !important;
    margin-right: 0;
}

/*============================
Additional Services
============================*/

.box {
    width: 33%;
    display: inline-block;
}

.box-inner {
    padding: 5%;
    border: 5px solid #174996;
}

.boxtxt {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #174996;
    text-align: center;
    margin: 0 !important;
}

.content-wrap {
    text-align: center;
    padding-top: 30px;
}

/*============================
Auctions Buttons
============================*/

.auction-btn {
    text-align: center;
    text-decoration: none;
    background: #EF2124;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 3px;
    width: 100%;
}

.auction-btn:hover {
    background-color: #174996;
    cursor: pointer;
}

.auction-btn i {
    display: block;
    padding-bottom: 15px;
    font-size: 30px;
}


.warning-section {
    width: 100%;
    float: left;
}

.warning-wrap {
    padding-top: 50px;
    margin: 0 auto;
    max-width: 1400px;
    width: 95%;
}

.warning-box {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: dotted 5px #ccc;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #174996;
    margin: 0;
}

.red {
    color: #EF2124;
}



.auctionInfo-section {
    width: 100%;
    float: left;
}

.auctionInfo-wrap {
    padding-top: 20px;
    margin: 0 auto;
    max-width: 1400px;
    width: 95%;
    text-align: center;
}

.auctionInfo-box {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #ebebeb;
    border-radius: 5px;
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #174996;
    margin: 0;
	display:flex;
	align-items:center;
}

.auctionInfo-box h2 {
    color: #EF2124;
    padding-bottom: 5px;
    font-weight: 800;
    font-size: 2.4vw;
}

.auctionInfo-box h4 {
    font-size: 1.5vw;
}

/*============================
Slideshow Styles
============================*/
/* Slide images */

.hero-text {
    text-align: center;
    letter-spacing: .5px;
    color: #ffffff;
    padding: 15px 5% 30px 5%;
    left: 50%;
    transform: translate(-50%, 100%);
    position: absolute;
    background: rgba(17, 52, 106, 0.7);
    z-index: 888888;
    border-radius: 10px;
}

h1.emph-txt {
    font-weight: 500;
    font-family: 'Mr Dafoe', cursive;
    font-size: 5vw;
    line-height: auto;
    padding-bottom: 20px;
    color: #D5191C;
    text-transform: none !important;
}

.emph-sub {
    padding-bottom: 20px;
}

/* click here for details */

.emph-sub-2 a {
    background-color: #d5191c;
    color: #fff;
    padding: 5px 20px;
}

.emph-sub-2 a:hover {
    background-color: #212121;
    color: #fff;
    padding: 5px 20px;
}

.slideimg {
    width: 100%;
    height: auto;
}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    margin: auto;
    float: left;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/*============================
	Additional Services Page
============================*/
.panel-default {
    border: none !important;
}

.panel-body {
    border: none;
    padding: 0 !important;
}

.nav-tabs {
    border: none !important;
}

.tab-pane {
    background: transparent;
    padding: 30px 0;
    border: none !important;
    text-align: left;
}

.tab-content {
    border: none !important;
}

.panel-default {
    border: none !important;
    border-radius: 0px !important;
    margin: 0 !important;
}

.panel {
    box-shadow: none !important;
}

.nav-tabs>li {
    background: transparent;
    width: 33.3%;
}

.nav-tabs>li a {
    background-color: #174996;
    border-radius: 0px !important;
    border: none !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.nav-tabs>li>a:hover {
    background-color: #333 !important;
    color: #fff !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #333 !important;
    color: #fff !important;
}

.service-img {
    width: 100%;
    max-width: 800px !important;
    height: auto;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}

.service-head {
    margin: 0;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}

.service-body {
    font-family: 'Open Sans', sans-serif;
    line-height: 20px !important;
    margin: 0;
    padding: 10px 0;
}

.service-list {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    list-style-type: square;
    padding: 15px 0 0 30px;
}

.service-body a {
    color: #174996;
}

.service-body a:hover {
    text-decoration: none;
    color: #333;
}

.center {
    text-align: center;
}

.bold {
    font-weight: 800;
}

/*============================
NOTIFICATION BANNER
============================*/
.fw-notify {
    padding: 15px 2%;
    background-color: #D5191C;
}

.notify-banner {
    text-align: center;
}

.notify-txt {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 25px;
}

.notify-btn {
    padding: 5px 15px;
    border: none;
    color: #fff;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.notify-btn:hover {
    background-color: #333;
    cursor: pointer;
}

/*============================
AUCTION BOX REVISIONS
============================*/

.auc-det {
    margin: 0 !important;
    padding: 10px 0 10px 0 !important;
}

.notify {
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0;
}

.auc-details {
    background: #ebebeb;
    padding: 20px;
    margin: 30px 0;
}

.pad-top {
    padding-top: 15px;
}

/*============================
NOTCH LOGO
============================*/

.notchLogo {
    display: block;
    margin: auto;
    padding: 20px 2% 0 2%;
    width: 100%;
    max-width: 250px;
    height: auto;
}

/*============================
BUTTONS
============================*/

.center {
    text-align: center;
    display: block;
    margin: auto;
}

.red-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px !important;
    padding: 10px 20px;
    border: none;
    background: #EF2124;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}

.red-btn:hover {
    background: #212121;
    cursor: pointer;
}

.fw-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    padding: 10px 20px;
    border: none;
    background: #EF2124;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

.fw-btn:hover {
    background: #212121;
    cursor: pointer;
}

.center-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px !important;
    padding: 10px 30px;
    border: none;
    background: #EF2124 !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 700;
    border-radius: 0 !important;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0;
    width: auto;
}

.center-btn:hover {
    background: #212121;
    cursor: pointer;
}

.center-btn-blue {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px !important;
    padding: 10px 30px;
    border: none;
    background: #174996 !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 0 !important;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0;
    width: auto;
}

.center-btn-blue:hover {
    background: #212121;
    cursor: pointer;
}


/*==============================================
================================================
RESPONSIVE
================================================
==============================================*/
/*
@media screen and (min-width: 900px) {
    .aucthird {
        height: 514px;
    }
}
*/

@media screen and (max-width: 1400px){
	.multiple-dates.aucthird {padding:20px 82px}
	.auchthird {height:549px;}
}

@media screen and (max-width:1320px){
    nav.primary ul li a {
        font-size: 13px;
    }
}

@media screen and (max-width: 1290px) {
    .gen-btn {
        min-height: 80px;
    }
}

@media screen and (max-width: 1270px) {
    .aucthird {
        width: 44%;
    }

    .aucthird h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .catleft {
        width: 200px;
    }

    .inforight {
        width: calc(100% - 200px);
    }

    .hero-text {
        padding: 20px 5%;
        width: 75%;
    }
}

@media screen and (max-width: 1030px) {
    .wheatleft {
        width: 100%;
        margin-bottom: 30px;
    }

    .wheatleft ul {
        margin-top: 20px;
    }

    .fbs {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .box {
        width: 100%;
        display: block;
        padding-bottom: 20px;
    }

    .hero-text {
        width: 80%;
    }

    .nav-tabs>li a {
        font-size: 16px !important;
    }

    .service-head {
        font-size: 25px !important;
    }

    .service-body {
        font-size: 16px !important;
    }

    .service-list {
        font-size: 16px !important;
    }

    .hero-text {
        transform: translate(-50%, 75%);
    }


}
@media screen and (max-width: 945px){
	.auctionInfo-box {display:flex; flex-direction:column;}
	.badge img {max-width:200px;}
	}

@media screen and (max-width: 900px) {
    .mapinfo {
        width: 100%;
    }

    .mapinfo p {
        text-align: center;
    }

    .mapright {
        width: 100%;
        margin-top: 20px;
    }

    .left-half,
    .right-half {
        width: 100%;
    }

    .hero-text {
        transform: translate(-50%, 50%);
    }
	
	p.coming-soon {text-align:center;margin-right:0;margin-bottom:40px;}
}

@media screen and (max-width: 850px) {
    .aucthird {
        width: 100%;
        margin: 1% 0;
    }

    .mainsection h1 {
        font-size: 40px;
    }

    h1.emph-txt {
        font-size: 7vw;
    }
}

@media screen and (max-width: 800px) {
    .upcoming h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 28px;
    }

    .upcoming .bluebar {
        width: 100%;
        float: left;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 795px) {
    .nav-tabs>li {
        width: 100%;
        margin-bottom: 5px !important;
    }

    .quarter {
        width: 100%;
    }

    .hero-text {
        transform: translate(-50%, 35%);
    }
}

@media screen and (max-width: 775px) {
    .catleft {
        width: 100%;
    }

    .inforight {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .catleft h3 a {
        width: 31.33%;
        margin: 1%;
    }

    .wheatbg h2 {
        width: 100%;
        text-align: center;
    }

    .whitebar {
        width: 100%;
    }

    .auctiondoc-btns .half {
        width: 100%;
    }

    .gen-btn {
        min-height: auto;
    }

    .auctionInfo-box h2 {
        font-size: 30px;
    }

    .auctionInfo-box h4 {
        font-size: 20px;
    }

}

@media screen and (max-width: 720px) {
    .nav-tabs>li {
        width: 100%;
        margin-bottom: 5px !important;
    }

    .quarter {
        width: 100%;
    }

    .hero-text {
        transform: translate(-50%, 20%);
    }
}

@media screen and (max-width: 630px) {
    .tophead h3 {
        font-size: 12px;
    }

    .mainlogo img {
        margin-top: -10px;
    }

    .catleft h3 a {
        width: 48%;
        margin: 1%;
    }

    .mainsection h1 {
        font-size: 30px;
    }

    .bluebar2 {
        border-bottom: 7px dotted #174996
    }

    .fb-page.fb_iframe_widget {
        display: none;
    }

    h1.emph-txt {
        padding-bottom: 10px;
    }

    h2.emph-sub {
        font-size: 16px;
    }

    h2.emph-sub-2 a {
        font-size: 16px;
    }

    .auctionInfo-box h2 {
        font-size: 25px;
    }

    .auctionInfo-box h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 475px) {
    .flexContain {
        flex-direction: column;
    }
}

@media screen and (max-width: 900px) {
    
    .aucthird {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .calendar {
/*        width: 100%;*/
        align-self: center;
        border: 1px solid #fff;
        box-sizing: border-box;
        margin: auto;
    }

    .aucright {
        width: 100%;
    }
	
	.calender-bottom {width:100%;}
}

@media screen and (max-width: 565px) {

    .catleft h3 a {
        width: 100%;
        margin: 1% 0;
    }

    .bottomfoot p {
        width: 100%;
        text-align: center !important;
    }

    .mobilefull {
        width: 100% !important;
        max-width: none !important;
    }

    .mainlogo img {
        max-width: 250px;
    }

    .footlogo img {
        max-width: 250px;
    }

    h1.emph-txt {
        color: #fff;
        font-size: 11vw;
    }

    h2.emph-sub {
        font-size: 4.5vw;
        color: #174996;
    }

    .hero-text {
        width: 100%;
        border-radius: 0;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        background-color: #D5191C;
        float: left;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 400px) {
    .mapinfo p {
        font-size: 14px;
        line-height: 20px;
    }
}