/* 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;
}

.clear {
    clear: both;
}

html,
body {
    
    font-size: 16px;
    line-height: 30px;
    color: #000;
    height: 100%;
    position: relative;
}

body {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/* TYPOGRAPHY */

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('/fonts/RobotoCondensed-Light-webfont.eot');
    src: url('/fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/RobotoCondensed-Light-webfont.woff') format('woff'), url('/fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'), url('/fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('/fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), url('/fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'), url('/fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('/fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/RobotoCondensed-Bold-webfont.woff') format('woff'), url('/fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'), url('/fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('/fonts/bebasneue_bold-webfont.eot');
    src: url('/fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('/fonts/bebasneue_bold-webfont.woff') format('woff'), url('/fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('/fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #911A1C;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #911A1C;
    color: #fff;
    text-shadow: none;
}

h1 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color: #95221a;
}

h2 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-size: 24px;
    color: #95221a;
}

h3 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-size: 18px;
    font-style: italic;
}

h4 {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    font-size: 18px;
    color: #95221a;
}

p {
    font-family: 'roboto_condensedlight';
    font-size: 14px;
    line-height: 22px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

a:hover {
    color: #911A1C;
}

a.button {
    display: block;
    background: #911A1C;
    font-family: 'roboto_condensedbold';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 25px;
    max-width: 440px;
    margin: 0 auto;
}

.bold,
strong {
    font-family: 'roboto_condensedbold';
}

/*--- AUCTIONS PAGE-------------------------------*/
.auctions-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.auctions-container {
    max-width: 95%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8) url(../siteart/ohio.png) no-repeat center;
    background: #fff\9;
    margin: 25px auto;
}

/*---INVENTORY PAGES---------------------------------*/
.inv-container {
	
    
    background: #fff\9;
    margin: 25px auto;
}
#toplevellist {
	padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

* {
    box-sizing: border-box;
}

.columnn {
    float: left;
    width: 25%;
}

.col-1 {
    width: 100%;
}

.col-1-2 {
    width: 49%;
}

.flex-con-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Clear floats after the columns */
.roww:after {
    content: "";
    display: table;
    clear: both;
}

/******* responsive styles **/


@media screen and (min-width: 990px) {
    #mobile-nav {
        display: none !important;
    }
}












/* FRAMEWORK */
footer {
    background: #FFFFFF !important;
    height: 100px !important
}

.page-row {
    display: table-row;
    height: 1px;
}

.page-row-expanded {
    height: 100%;
}

.header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
    margin-top: 20px;
    display: inline-block
}

.wrapper-container {
    max-width: 95%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8) url(../siteart/ohio.png) no-repeat center;
    background: #fff\9;
    margin: 25px auto;
	font-family: 'roboto_condensedlight';
}

.white {
    background: #fff url(../siteart/ohio.png) no-repeat center;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.wrapperr {
    max-width: 1100px;
    margin: 0 auto;
    background-color: white
}

.detail-wrapper {background: rgba(255, 255, 255, 0.8)!important;}
/*--header--*/
#header-wrap {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#logo {
    display: inline-block;
    vertical-align: middle;
    /* padding-top: 10px;*/
    padding: 20px;
}

#logo img {
    max-width: 280px;
    width: 100%;
    margin: 0 20px;
    display: inline-block;
	filter: drop-shadow(0px 0px 10px #fff);
}

#contact {
    display: block;
    text-align: right;
    color: #fff;
    font-family: 'roboto_condensedbold';
    font-size: 24px;
    padding: 20px;
}

#contact .phone {
    font-family: 'bebas_neuebold';
    font-size: 36px;
	color: black;
}

#contact a {
    color: #000 !important;
}

#contact-2 {
    display: block;
    text-align: left;
    color: #fff;
    font-family: 'roboto_condensedbold';
    font-size: 24px;
    padding: 20px;
}

#contact-2 .phone {
    font-family: 'bebas_neuebold';
    font-size: 36px;
	color: black;
}

#contact-2 a {
    color: #000 !important;
}

#auction-logos {
    margin: 10px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.one {
    width: 34%;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 10px 10px;
    display: block;
}

.one img {
    width: 180px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.one:hover {
    background-color: rgba(255, 255, 255, 0.99);
}


.one-red {
    width: 34%;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #911a1c;
    margin: 10px 10px;
    display: block;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6);
}

.one-red p {
    font-style: italic;
    color: #fff;
    font-family: 'roboto_condensedbold';
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0;
    line-height: normal;
}

.one-red p span {
    font-size: 26px;
}

.one-red:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.9);
    background-color: #981B1D;
}


.wrapper1 {
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
}

.logo-wrap {
    width: 28%;
}

.filler-wrap {
    width: 36%;
}

.contact-wrap {
    width: 36%;
    text-align: right;
}

/*----------*/



.photo {
    float: left;
    width: 30%;
}

.description {
    float: left;
    width: 70%;
}

.description a {
    color: #000;
}

.description a:hover {
    color: #911A1C;
}

.map {
    float: left;
    width: 70%;
}

.address1 {
    float: left;
    width: 30%;
}

.address1 a {
    color: #000;
}

.address1 a:hover {
    color: #911A1C;
}

.equipment {
    float: left;
    width: 25%;
    font-family: 'bebas_neuebold';
    font-size: 20px;
    padding: 5px 0;
}

.red-bg {
    background: #911a1c;
    color: #fff;
}

.red-bg h1 {
    color: #fff;
    text-align: center;
}

.red-bg .container {
    max-width: 95%;
    padding: 20px 30px;
    background: none;
    margin: 25px 0 0;
}



/* NAVIGATION */

#nav {
    margin: 0 auto;
}

#nav ul {
    list-style: none;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

#nav ul li {
    display: inline-block;
}

#nav ul li a {
    position: relative;
    display: block;
    font-family: 'bebas_neuebold';
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px 15px;
	text-shadow: 0 0 5px #000;
	cursor: pointer;
}

#nav ul li a:hover {
    color: #911A1C;
    background: #000;
}

#nav ul li li {
    /* appearance of the sub-level links */
    border: 0;
}

#nav ul li li a {
    /* appearance of the sub-level links */
    background: #000;
    padding: 10px 20px;
    font-size: 18px;
    text-align: left;
    width: 240px;
    color: #fff;
    font-family: 'bebas_neuebold';
}

#nav ul li li a:hover {
    /* appearance of the sub-level links on hover */
    background: #911a1c;
    color: #fff;
}

#nav ul ul {
    display: none;
    position: absolute;
    z-index: 999999999999;
    width: auto;

}

#nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#nav ul li:hover>ul {
    display: block;
    line-height: 18px;
}

#nav ul ul li {
    float: none;
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}


.info,
.list-content .list-title .list-listings-count,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.currency-selector {
    color: #000 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin-top: -5px !important;
    margin-left: 4px !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info>* {
    margin-bottom: 0px !important;
}

.view-listing-details-link,
.buy-now-link,
.faceted-search-content .selected-facets-container .selected-facet,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content .detail-additional-data .data-row .data-label,
.modal-bg button,
.modal-container button,
.contact-options a,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.detail-content-mobile .detail-additional-data .data-row .data-label {
    background: #911A1C !important;
    color: #fff !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
    padding: 0px 10px !important;
}

.compare-chkbox-container .compare-listings .fa-check {
    top: 8px !important;
    left: 6px !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    color: #911A1C !important;
    border-color: #911A1C !important;
}

.list-content .list-listing-mobile .dealer-phone-container a {
    border-color: #000 !important;
    color: #000 !important;
}

/* SLIDESHOW */

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    animation: imageAnimation 70s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span {
    background-image: url(../siteart/7.jpg);
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(../siteart/2.jpg);
    animation-delay: 10s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(../siteart/3.jpg);
    animation-delay: 20s;
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(../siteart/4.jpg);
    animation-delay: 30s;
}

.cb-slideshow li:nth-child(5) span {
    background-image: url(../siteart/5.jpg);
    animation-delay: 40s;
}

.cb-slideshow li:nth-child(6) span {
    background-image: url(../siteart/6.jpg);
    animation-delay: 50s;
}

.cb-slideshow li:nth-child(7) span {
    background-image: url(../siteart/1.jpg);
    animation-delay: 60s;
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        transform: scale(1.1);
    }

    22% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0
    }
}

/* FORM */

label {
    font-family: 'roboto_condensedregular';
    font-size: 16px;
    display: block;
    margin-top: 5px;
}

input[type="text"],
input[type="email"],
select,
textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 8px;
    border: 1px #ccc solid;
    border-radius: 3px;
}

input[type="submit"] {
    font-family: 'roboto_condensedbold';
    line-height: 30px;
    height: 36px;
    font-size: 16px;
    padding: 0 15px;
    display: block;
    border: none !important;
    color: #fff !important;
    background: #911A1C;
    border-radius: 3px;
}

input[type="submit"]:hover {
    background: #A83D3F;
}

form .border-top {
    padding: 5px 0 10px 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #000;
}

.CaptchaPanel {
    margin: 15px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0;
    padding: 0;
}

.CaptchaMessagePanel {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/* FOOTER */
.footer {
    border-top: 1px #95221a solid;
    width: 100%;
}

.footer .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#footer-at {
    float: right;
    padding: 42px 0;
}

#footer-at img {
    max-width: 150px;
    height: auto;
}

#footer-logo1 {
    padding: 35px 0 20px 0;
    margin-left: 25px;
}

#footer-logo1 img {
    max-width: 100px;
    height: auto;
}

#footer-logo {
    padding: 20px 0;
    margin-left: 25px;
}

#footer-logo img {
    width: 100px;
    height: auto;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    font-family: 'roboto_condensedregular';
    color: #000;
    font-size: 10px;
}

a.footerlink:hover {
    font-family: 'roboto_condensedbold';
    color: #000;
    text-decoration: none;
    font-size: 10px;
}

.footertext {
    font-family: 'roboto_condensedregular';
    font-size: 10px;
    color: #000;
}

.smallfootertext {
    font-family: 'roboto_condensedlight';
    font-size: 10px;
    color: #000;
}

.divfooter {
    max-width: 45%;
    text-align: left;
    float: left;
    padding: 25px 0;
    line-height: 18px;
}

.show-menu-for-mobile {
    display: none;
}

.auctions-mobile {
    display: none;
}

.footerlogos {
    

    margin-top: 20px;
    
    width: 52%;
    margin-bottom: 20px
}
.footlogo-cont-1 {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    gap:10px;
    align-items: center;
    padding-bottom:20px;
}
.footlogo-cont-2 {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    gap:10px;
    align-items: center;
}
.footlogo-cont-1 a {
    flex-grow: 1;
    display: block;
    width: 100%;
    max-width: 107px;
    margin:0 auto;
}
.footlogo-cont-2 a {
    flex-grow: 1;
    display: block;
    width: 100%;
    max-width: 87px;
    margin:0 auto;
}
.footerlogos img {
    display: block;
    width: 100%;
    margin:0 auto;
}

.bbb {
    height: 60px;
    width: 40px !important
}

.naa {
    height: 60px;
    width: 50px !important
}

.bbb {
    height: 50px;
    width: 40px !important
}

/* RESPONSIVE */



.column6 {
    float: left;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}

.column6 img {
    max-height: 40px;
    margin: 10px 0;
}

.column1 {
    float: left;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0;
}

.column1 .button {
    max-width: 100%;
    background: #000;
}

@media screen and (max-width: 1350px) {

    #contact,
    #contact-2 {
        font-size: 1.7vw;
    }
}


@media screen and (max-width: 1280px) and (min-width: 1101px) {
    .show-menu-for-mobile {
        display: none;
    }

    .wrapper {
        padding: 0 10px;
    }

    #nav ul li a {
        padding: 25px 10px;
    }
}


@media screen and (max-width: 1100px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile,
    .hide {
        display: none;
    }

    #contact,
    #contact-2 {
        font-size: 24px;
    }

    #logo img {
        max-width: 230px;
        width: 100%;
        margin: 0 15px;
        display: inline-block
    }

    #contact {
        margin-top: 10px;
        padding: 10px;
    }

    #contact .phone {
        font-size: 28px;
    }


    #navicon {
        float: left;
        font-size: 32px;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem;
        color: #fff;
    }

    #nav {
        display: none;
    }

    .wrapper {
        padding: 0 15px;
    }


    .divfooter {
        max-width: 80%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .footerlogos {
        justify-content: center;
        padding-bottom: 20px;
        margin: 0 auto;
        width: auto;
        max-width: 520px;
    }


    .auctions {
        display: none;
    }

    .auctions-mobile {
        display: block;
    }


    .photo {
        float: none;
        width: 250px;
        margin: 0 auto;
    }

    .photo img {
        max-width: 250px;
        margin: 0 auto;
    }

    .description {
        float: left;
        width: 100%;
        text-align: center;
    }

    .map {
        float: none;
        position: relative;
        padding-bottom: 38%;
        height: 0;
        overflow: hidden;
        margin-bottom: 15px;
        width: 100%;
    }

    .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .address1 {
        float: none;
        width: 100%;
        text-align: center;
    }

    .filler-wrap {
        width: 50%;
        order: 2;
        text-align: left;
    }

    #contact-2 {
        padding: 0px;
    }

    .logo-wrap {
        width: 100%;
        order: 1;
    }

    .contact-wrap {
        width: 50%;
        order: 3;
    }

    #contact {
        text-align: center !important;
    }

    /*--auctions page----*/
    .auctions-wrapper {
        max-width: 100%;
        ;
        margin: 0 auto;
    }

    .auctions-container {
        max-width: 100%;
        padding: 30px 0;
        margin: 25px auto;
    }



}

@media screen and (max-width: 802px) {
    #logo {
        display: inline-block;
        vertical-align: middle;
        padding: 12px;
    }

}



@media screen and (max-width: 768px) {
    #contact {
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto;
    }

    #contact .phone {
        font-size: 24px;
    }

    .equipment {
        width: 50%;
    }

    .one,
    .one-red {
        width: 100%;
        margin: 5px auto;
    }

    .col-1-2 {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile,
    .hide {
        display: none;
    }

    .divfooter {
        max-width: 80%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .auctions {
        display: none;
    }

    .auctions-mobile {
        display: block;
    }

    .photo {
        float: none;
        width: 200px;
        margin: 0 auto;
    }

    .photo img {
        width: 200px;
        margin: 0 auto;
    }

    .description {
        float: left;
        width: 100%;
        text-align: center;
    }

    .map {
        float: none;
        position: relative;
        padding-bottom: 38%;
        height: 0;
        overflow: hidden;
        margin-bottom: 15px;
        width: 100%;
    }

    .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .address1 {
        float: none;
        width: 100%;
        text-align: center;
    }

    #navicon {
        float: left;
        font-size: 32px;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.25rem;
        color: #fff;
    }

    #nav {
        display: none;
    }

    .wrapper {
        padding: 0 5px;
    }

    .column6 {
        float: none;
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }

    .equipment {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    .filler-wrap,
    .contact-wrap {
        width: 100%;
        text-align: center;
    }

    #contact-2 {
        text-align: center;
    }

    #logo img {
        max-width: 150px;
        margin: 0 10px;
    }


    .AuctionBoard-CardsContainer {
        width: 90% !important;
    }


    .footerlogos img {
        display: block;
        margin: 15px auto;
    }
}