@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Aktiv Grotesk Corp';
    line-height: 1.4em;
    font-size: 16px;    
}

h1 {
    font-size: calc((1.8 - 1) * 1.2vw + 1rem);
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2.5rem;
}

h2 {
    font-size: calc((1.6 - 1) * 1.2vw + 1rem);
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2rem;
}

h3 {
    font-size: calc((1.3 - 1) * 1.2vw + 1rem);
    font-weight: 500;
    padding: 20px 0px 20px 0px;
}

h3#subhead {
    text-align: center;
    padding: 0px 0px 30px 0px;
}

p {
    margin-bottom: 1.5em;
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
}

strong {
    font-weight: bold;
}


#container {
    width: 80%;
    margin: 0 auto;
}


#header {
    text-align: center;
}


#header img {
    margin: 0 auto;
    width: 60%;
    max-width: 100%;
}

#header-nav {
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    margin-top: 30px;
}

#header-nav ul {
    margin: auto 0;
}

#header-nav ul li {
    display: inline;
    padding: 10px;
}

#header-nav a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: black;
    line-height: 1.4em;
}

#header-nav #active a {
    text-decoration: none;
    border-bottom: 1px solid;
}

#maincontent {
    padding: 80px 160px;
}

#navback {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 30px;
    padding: 0 20px 10px 0;

}

#navback a {
    display: inline-block;
    padding: 10px 10px;
    text-align: center;
    height: 30px;
    background-color: grey;
    float: right;
    color: white;
    text-decoration: none;
}

#navback a:hover {
    background-color: #333333;
    color: #eeeeee;
}

#loadlinks {
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
/*    
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
*/    
}
#loadlinks div {
    width: 200px;
    margin: 5px
}

#searchform {
    margin-right: 0px;
    margin-bottom: 20px;
    height: 30px;
}

#searchform form {
    float: right;
}

#searchform #searchText {
    border: 1px solid gray;
    height: 22px;
    margin: 0;
    padding-left: 5px;
}

#searchform #searchButton {
    height: 26px;
    background-color: gray;
    color: white;
    font-size: 80%;
    padding: 0px 10px;
    margin: 0px;
}

#searchform img {
    vertical-align: middle;
    margin-left: 5px;
}

#searchtips {
    margin-bottom: 30px;
}

.found {
    background-color: gray;
    color: white;
}


.loadlink {
    background-color: gray;
    padding: 10px;
    width: 250px;
    text-align: center;
}

.loadlink a {
    color: white;
    text-decoration: none;
}

#resultslink {
    margin-left: 5px;
}

#bidlinks {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 15px;
}

#bidlinks img {
    width: 250px;
    display: block;
    margin: auto;
}

.bidlink {
    display: inline-block;
    width: 250px;
    padding: 10px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;    
}

#backtotop {
    background-color: grey;
    padding: 5px;
    width: 150px;
    text-align: center;
    float: right;
}

#backtotop a {
    color: white;
    text-decoration: none;
}

.catheader p {
    margin-top: 20px;
}

.catsholder {
    border-bottom: 1px solid #ccc;
}    

.catsholder:last-of-type {
    border: none;
}

dl.catlink {
    padding: 0.5em;
    width: 100%;
}

dl.catlink dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: left;
    font-weight: bold;
    font-weight: normal;

  }
  
dt#catlinkheader {
    text-align: left;
}

dt#catlinkheader::after {
    content: ":";
  }

  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }

.catlink a {
    color: #333333;
    text-decoration: none;
}

.catlink a:hover {
    text-decoration: underline;
}

.catlink a:visited {
    color: #666666;
}

.lotItem {
    clear: both;
    min-height: 250px;
}

.singleLot {
    min-height: 0px !important;
}

.lotHeader {
    font-weight: 800;
    padding: 10px 0 5px 0;
}

/*
*/
.lotnav {
    clear: both;
}

.lotheader {
    min-height: 50px;
/*    background-color: red; */
}

.lotheader .lotnav {
    clear: both;
    height: 40px;
}

.lotHeader .lotNumber {
    display: inline-block;
}

.lotHeader .estimate {
    display: inline-block;
    float: right;
}

.lotHeader .hammer {
    margin-left: 20px;
}

.lotPic {
    float: left;
    /*margin: 10px 0 20px 0;*/
    margin-right: 15px;
    width: 180px;
    height: 180px;
    padding: 5px;
    border: 2px solid #CCC;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.lotPic img {
    margin: 0px;
    
    /*width: auto;
    margin: auto;
    display: block;
    */
}

.lotnotes {
    margin-top: 20px;
    font-style: italic;
}

.prevNextLink {
    color: gray;
    margin-bottom: 10px;
}

.prevNextLink a {
    text-decoration: none;
    font-weight: normal;
    color: gray;
}
.prevNextLink a:hover {
    text-decoration: underline;
}

.lotPrev a, .lotNext a {
    display: block;
    padding: 3px 10px;
    color: white;
    background-color: gray;
}

.indLot {
    font-size: 200%;
}

.lotDesc a {
    text-decoration: none;
    color: gray;
}

#gallery {
    width: 100%;
    min-height: 100px;
    margin: 20px 0;
}

#footer {
    display: inline-block;
    width: 100%;
}

#footer p {
    margin-bottom: 2em
}

#footer a {
    color: grey;
    text-decoration: underline;
}

.red {
    color: red;
}

@media screen and (max-width: 992px) {
    #container {
        width: 100%;
    }
     #maincontent {
        padding: 5%;
    }
    
    .floatright {
        float: right;
        margin-top: 5px;
    }
    
    #loadlinks div {
        margin: 0 auto;
        margin-bottom: 5px;
    }
    
    .indLot {
        font-size: 50px;
    }
    
    .estimate {
        font-size: 30px;
    }
    
    .hammer {
       padding-top: 5px; 
    }
    
    .prevNextLink {
        font-size: 25px;
    }
}
