.main-content-wrap {
    position: relative;
    display: block;
}

#auction-cancel, #auction-submit {
    width: 100%;
}

.auction-action-buttons {
    text-align: center;
}

/* -----------------------------------------
   Auction Detail Page
----------------------------------------- */
.auctioneerBlock div {
    padding: 0 0 10px;
}

.auctioneerBlock img {
    width:auto;
    padding: 0 8px 0px;
}

.auctioneerName {
    margin-top: 3px;
    margin-right: 3px;
}
.auctioneerName span {
    font-size: 17px;
    font-weight: bold;
}

.padded-15-left span {
    padding-left: 15px;
}

.ibid-warn {
    font-size: 12px;
}


.facility-media {
    width: 100%;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ccc;
    margin:0 0 8px;
}

.facility-media .facility-logo {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.facility-media .facility-logo img {
    width: 100%;
}

.list-auction-photo-upload {
    border: 1px dashed #ccc;
    background: #f2f1f0;
    padding: 40px 0 20px;
    margin: 0 0 1.5rem;
}

.list-auction-photo-upload .ss-icon {
    font-size: 2rem;
}

#deposit-slip-payment {
    height: 200px;
    margin: 0 0 1.5rem;
}

#facility-logo {
    max-height: 150px;
}

.auction-heading h1 {
    margin: 0;
}

.auction-heading h2 {
    color:#999;
    font-weight:300;
    font-size:1.05rem;
    line-height:1.3;
    margin:0 0 15px;
}

.auction .page-nav-wrap {
    margin-bottom: 20px;
}

.auction-map {
    border: 1px solid #ccc;
}

.auction-content #map {
    background: #f4f4f4;
    /* margin-bottom:15px; */
    width: 100%;
    height: 254px;
}

.maplink {
    position: relative;
    display: block;
    width: 100%;
    margin: 5px 0;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
}

#current-bid {
    font-style: italic;
    color: #666;
    font-size: 13px;
    text-align: right;
    position: relative;
}

.current-bid-block {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    padding-top:15px;
}

.current-bid-block .current-bid-blurb {
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
    min-height: 20px;
    font-style: italic;
    color: #888;
}

.current-bid-block .current-bid-amount {
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 5px;
}

.current-bid-block .price {
    font-size: 23px;
    font-weight: bold;
    color:#333;
}

.current-bid-block .large-text {
    font-size: 24px;
    font-weight: bold;
}


#current-bid .winning {
    font-style: normal;
    background-color: #50b74c;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    margin: 0 auto 5px auto;
    position: relative;
    display: inline-block;
}

.highest {
    background-color: #50b74c;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    text-align: center;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    margin: 0 auto 10px auto;
}

.outbid {
    background-color: #993333;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    text-align: center;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    margin: 0 auto 10px auto;
}


.reserve {
    padding: 8px 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto 0px auto;
}

.owner {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 260px;
    margin-bottom: 10px;
}

#current-bid strong {
    font-style: normal;
    color: #000;
    font-size: 22px;
    padding-left: 5px;
}

.congrats {
    font-weight: bold;
    width: 100% !important;
    display: block;
    white-space: normal;
    max-width: 260px;
    line-height: 20px;
}

.congrats span {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    padding-top: 10px;
    position: relative;
    display: block;
}

.bid-alert {
    width: 100%;
    position: relative;
    display: inline-block;
    color: #fff;
    height: 62px;
    line-height: 56px;
    background: #50b74c;
    text-align: center;
    font-size: 20px;
    border-top: 3px solid #21a84c;
    border-bottom: 3px solid #21a84c;
    top: -20px;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    display: none;
    overflow: hidden
}

.bid-alert.bidon {
    display: block;
}

.bid-alert.bidon.bidoff {
    opacity: 0;
    height: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}

.bid-alert span {
    opacity: .35;
    padding-right: 10px;
    font-size: 22px;
}

.bid-warning {
    width: 100%;
    position: relative;
    display: inline-block;
    color: #fff;
    height: 62px;
    line-height: 56px;
    background: #933;
    border-color: ;
    text-align: center;
    font-size: 20px;
    border-top: 3px solid chocolate;
    border-bottom: 3px solid chocolate;
    top: -20px;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    display: none;
    overflow: hidden
}

.bid-warning.bidon {
    display: block;
}

.bid-warning.bidon.bidoff {
    opacity: 0;
    height: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
}

.bid-warning span {
    opacity: .35;
    padding-right: 10px;
    font-size: 22px;
}

.circle-button {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    padding: 0;
    margin: 0;
    line-height: 100%;
    text-align: center;
    font-size: 29px;
    vertical-align: middle;
    color: #fff;
    background-color: #eb7e46;
    display: inline-block;
}

.circle-button .ss-icon {
    margin: 0;
    position: relative;
    top:1px;
    left:5px;
    font-size: .85rem;
}

.circle-button.cancel-button {
    background-color: #CCC;
    color: #555;
}

.circle-button:hover {
    background-color: #707070;
    color:#fff;
}

.auc-specs {
    line-height: 25px;
}

.auc-interactions {
    line-height: 25px;
    border-top: 0;
}

.auc-interactions span {
    position: relative;
    display: inline-block;
    padding-right: 8px;
}

.panel-col {
    width: 48%;
    display: inline-block;
}

.winner-msg {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.winner-msg span {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.zoom-icon.off {
    opacity: 0;
}

.zoom-icon {
    width: 50px;
    height: 50px;
    background: url(images/zoom-icon.png) center center;
    background-size: contain;
    z-index: 2000;
    display: block;
    margin-top: -50px;
    top: -20px;
    left: -10px;
    float: right;
    position: relative;
    cursor: pointer;

    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
}

.holder:active .zoom-icon {
    opacity: .5;
}

.amended-info {
    font-size: .8em;
}

/* ----------------------------------------------
        Side Box
----------------------------------------------- */

.side-box hr {
    margin: 1rem 0;
}

.bid-box .button {
    margin: .6rem 0 .4rem 0;
}

/* ----------------------------------------------
        Gallery
----------------------------------------------- */

#orbiter {
    list-style: none;
}

.gallery {
    padding: 0 0 21px;
    margin: 0 0 20px;
    position: relative;
    border: 1px solid #ccc;
}

.gallery .holder {
/*
    max-width: 600px;
    padding: 10px 10px 0 10px;
*/
    margin: 0 auto;
}

.gallery .orbit-container {
    padding: 0 0 13px;
}

.gallery .orbit-slides-container img {
    position: relative;
    width: 100%;
}

.gallery-nav-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #ccc;
    min-height: 70px;
}

.cycle-carousel-wrap {
    width: 100%;
    max-width: 800px;
}

.gallery-nav-wrap {
    width: 85%;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.gallery-nav {
    width: 100%;
    position: relative;
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 10px 20px 5px 20px;
    text-align: center;

}

.nogal .gallery-nav {
    width: 100% !important;
    position: relative;
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    text-align: center;

}

.gallery-slider {
    position: absolute;
    top: 31.8%;
    width: 100%;
    left: 0;
}

.gallery-slider span {
    width: 0;
    overflow: hidden;
    text-indent: -1000px;
    position: relative;
    display: block;
}

.gallery-slider div {
    width: 7.5%;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.gallery-slider #prev-btn {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery-slider #next-btn {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery-nav-wrap img:hover {
    border: 3px solid #3f7cbf;
}

.gallery-nav-wrap img.active {
    border: 3px solid #3f7cbf;
}

.gallery-nav-wrap img {
    border: 3px solid #fff;

    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;

    display: inline-block;
    vertical-align: top;
    width: 100%;
    cursor: pointer;
    height: auto;
    margin: 0 5px;
}

/*.auction-details  { width: 95% !important; display: block !important; zoom: normal !important; padding-right: 300px; float: left;}*/
#auction-detail-scope {
    width: 100%;
    position: relative;
    display: inline-block;
}

.auction-details .text {
    padding: 0 20px;
    position: relative;
    color: #666;

}

.gallery h3 {
    margin: 0 0 15px;
    padding:0 0 5px;
    font-size: 1.3rem;
    border-bottom: 1px solid #ccc;
}

.gallery .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    box-shadow: inset 0 0 1px rgba(62, 62, 62, 0.3);
    border-radius: 4px;
}

.auction-details .notices p {
    font-size: .9em;
    margin: 0 0 20px;
}

.auction-details .notices p strong {
    text-transform: uppercase;
    color: #000;

}

.auction-details .licenses p {
    font-size: .7em;
    font-style: italic;
    color: #aaa;
    margin: 0 0 20px;
}

.auction-details .licenses p strong {
    text-transform: uppercase;
    color: #aaa;

}


.bid-box,
.auction-map,
.auc-specs-box,
.auctions-nearby {
    margin-bottom: 20px;
}

.recent-bids .recent-bids-header {
    display: block;
    position: relative;
    cursor: pointer;
}

.recent-bids .ss-navigateup,
.recent-bids .ss-navigatedown {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    cursor: pointer;
}

.recent-bids .bid-table {
    margin: 15px 0 0;
    width: 100%;
    border-collapse: collapse;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.nearby-auctions {
    border: 1px solid #CCC;
    margin-top: 10px;
    width: 100%;
}

.nearby-auctions .nearby-auction {
    padding: 10px 15px;
    font-size: .85rem;
}

.nearby-auction:nth-child(even) {
    background-color: #f9f9f9;
}

.nearby-auction .auction-info {
    padding-top: 5px;
}

.nearby-auction .ss-icon {
    font-size: .8em;
}

.nearby-auction .info-token {
    display: inline-block;
    padding-right: 10px;
}

.orbit-container, .orbit-container .orbit-prev, .orbit-container .orbit-next {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

#comments, .fb-comments, .fb-comments span, .fb-comments iframe[style] {
    width: 100% !important;
}

#comments {
    margin-bottom: 30px;
}

.bid-increments {
    margin-bottom: 20px;
}

@media only screen and (max-width: 64.063em) {

    .gallery-slider {
        top: 28.2%;
    }
}

@media only screen and (max-width: 45em) {

    .auction-heading h1 {
        font-size: 1.6rem;
    }

    .auction-status {
        width: 100%;
        display: inline-block;
        padding: 20px 0 0 0;
    }

    .auc-interactions {
        border: none;
        width: 100%;
        padding: 20px 0 0 0;
    }

    #auction-detail-scope {
        max-width: none;
    }

    .bid-alert {
        top: -16px;
    }

    .gallery-nav-container, .zoom-icon {
        display: none;
    }

    .orbit-slide-number {
        position: absolute;
        bottom: 10px;
        top: auto !important;
        left: 0 !important;
        font-size: 12px;
        color: #fff;
        background: rgba(0, 0, 0, .5) !important;
        z-index: 10;
        width: 100%;
        text-align: center;
        padding: 10px 10px;
    }

    .orbit-container .orbit-prev, .orbit-container .orbit-next {
        top: auto !important;
        bottom: 10px;
        z-index: 11;

    }

    .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
        background: none;
    }


    .maplink {
        text-align: left;
    }
}

#clock {

}

#clock .time-f {
display: inline-block;
}

#clock .time-f span {
}

.holder .notice {
    background:#eb7e46;
    padding:10px;
}


.holder .notice p{
    padding:0;
    margin:0;
    font-weight:600;
    color:#fff;
}

@media only screen and (max-width: 768px) {
    .holder .notice {
        display:none;
    }
}

/**/

/*
    loading indicator for the image gallery of an auction detail page
*/
.lds-ring {
    display: inline-block;
    
    width: 64px;
    height: 64px;

    position: absolute;
    z-index: 100;
    top: 312px;
    left: 266px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid gray;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: gray transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
  
.swiper-containe {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.lien-laws {
    margin-bottom: 4px;
    padding-bottom: 14px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

.loading-gallery {
    min-height:400px;
    background:#ccc;
    background:#fff url(/images/Loading_icon.gif) no-repeat center ;
}