/* 
	File: content.css
*/

/* Content: Homepage
-------------------------------------------------------------------------------*/
div#content {
    margin-top: 0;
    background-position: 0 105px;
}
.auctionSelection {
    min-width: 40vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.auctionSelection .box {
    width: 151px;
    height: 262px;
    float: left;
    margin: 2px;
    border: 2px solid transparent;
    /* background: url("https://cf.redibids.com/img/gridHeaderBG.gif") repeat-x 50% 0, */
    /* url("https://cf.redibids.com/img/bgBox.png") repeat-x 50% 258px, */
    /* #fff; */
    overflow: hidden;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

#futureAuctionList .box {
    height: 215px;
    cursor: default;
    background: url("https://cf.redibids.com/img/gridHeaderBG.gif") repeat-x 50% 0,
    url("https://cf.redibids.com/img/bgBox.png") repeat-x 50% 215px,
    #fff;
}


#auctionList .box.fade, #auctionList .box:hover {
    text-decoration: none;
    border: 2px solid;
    background: url("https://cf.redibids.com/img/gridHeaderBG.gif") repeat-x 50% 0,
    url("https://cf.redibids.com/img/bgBox.png") repeat-x 50% 256px,
    #fff;
    color: #d13424;
}

.auctionSelection .comingSoonBanner {
    background: url("../img/comingSoonBanner.png?23") no-repeat 50% 50%;
    height: 90px;
    width: 153px;
    margin: 50px 0 0 -3px;
    position: absolute;
    z-index: 1;
}

.auctionSelection div.title {
    color: #222;
    display: table-cell;
    height: 59px;
    line-height: 1em;
    vertical-align: middle;
    width: 167px;
}

.auctionSelection .throbber {
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 70px 0 0 32px;
}

.auctionSelection .image {
    height: 103px;
    position: relative;
    margin: 10px;
}
.auctionSelection .image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.auctionSelection #innerContent img {
    margin-top: 10px;
    max-height: 105px;
}

.auctionSelection .preValue {
    color: #ccc;
    font-size: 12px;
    font-style: italic;
    line-height: 1em;
    padding-top: 8px;
}

.auctionSelection .value {
    font-size: 26px;
    padding-top: 3px;
}

.auctionSelection .viewDetails {
    width: 160px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    padding-top: 2px;
    margin-top: 5px;
    cursor: pointer;
}

/*
.auctionList .value span {
    display: inline-block
}
.auctionList .dollarSymbol {
    font-size: 14px;
    line-height: 0;
    vertical-align: top;
}
.auctionList .price {
    line-height: 7px;
}
*/
.auctionSelection .box.ended {
. opacity : .5;
    cursor: not-allowed;
}

.auctionSelection .box.ended .w {
    background: url("https://cf.redibids.com/img/auction/auctionEnded.png") no-repeat 50% 65%;
    height: 230px;
    position: absolute;
    width: 165px;
    z-index: 100;
}

.auctionSelection .box.ended * {
    color: #bbb;
}

.auctionSelection .box.ended img {
    opacity: 0.20;
}

.auctionSelection .ad-2x-vertical {
    float: right;
    width: 163px;
    height: 486px;
    margin: 5px;
    border: 2px solid transparent;
    background: #fff url("https://cf.redibids.com/img/games/homepage-ad.jpg") repeat-x -5px -5px;
    border-radius: 9px;
    box-shadow: 0 1px 2px 0 #999;
}

.ad-2x-vertical .btn {
    margin: 305px 10px 0;
}

div.auctionList section {
    height: 240px;
    overflow: hidden;
    margin-bottom: 40px;
    margin-left: -5px;
}

div.auctionList section#categoryList {
    height: auto;
    overflow: hidden;
    margin-left: -5px;
}

div.auctionList section#categoryList .box,
div.auctionList section#categoryList > div {
    width: 135px;
    height: 120px;
    overflow: hidden;
    padding: 15px 0 0;
}

div.auctionList section#categoryList .title {
    padding: 10px 0 0;
    line-height: 1em;
}

div.auctionList section#categoryList > div {
    background-color: rgba(0, 0, 0, 0.08);
    float: left;
    margin: 5px;
    border-radius: 3px;
}

#futureAuctionList {
    clear: both;
}

.titleBar {
    clear: both;
    display: none;
}

.futureLabel {
    padding-top: 50px;
}

/*NEW*/

#productList .hasFreebids, #productList .hasPrize {
    background: url('/img/eventIconsSpriteOnline.png') 0px -4px;
    height: 32px;
    width: 32px;
    display: block;
    position: absolute;
    margin-top: 22px;
}

#productList .hasFreebids *, #productList .hasPrize * {
    margin-left: 4px;
    margin-top: 5px;
}

#productList .hasFreebids.hasPrize {
    height: 55px;
    background-position: 0 -39px;
    margin-top: 13px;
}

.eventIcons {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 9px 9px;
    display: block;
    position: absolute;
    width: 107px;
    z-index: 1;
}

.showPrize {
    background: url('/img/eventIconsSpriteOnline.png') 192px -8px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.showFreebids {
    background: url('/img/eventIconsSpriteOnline.png') 271px -10px;
    height: 18px;
    width: 19px;
    display: inline-block;
}

.showPrize.past {
    background-position: 152px -8px;
}

.showFreebids.past {
    background-position: 231px -10px;
}

/* Content: Auction Page
-------------------------------------------------------------------------------*/
#testEvents {
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    padding: 5px 0;
    text-align: center;
    width: 100%;
    z-index: 100;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

div#content.singleAuction {
}

a.dropdown-toggle {
    font-size: 20px;
    background: url(../img/arrowDropdown.png) no-repeat 100% 50%;
    padding-right: 25px;
}

#auctionListDuctTape .titleBar .right {
    margin-top: 10px;
}

ul.dropdown-menu {
    /* display: none; */
    text-align: left;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    float: left;
    list-style: none outside none;
    margin: -29px 0 0 -10px;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    z-index: 1000;
    display: none;
}

ul.dropdown-menu li {
    line-height: 20px;
}

ul.dropdown-menu a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}

ul.dropdown-menu a:hover {
    background-color: #d13424;
    /*
    background-image: linear-gradient(to bottom, #0088CC, #0077B3);
    background-repeat: repeat-x;
    */
    color: #fff;
    text-decoration: none;
}

div#content ul.dropdown-menu a:hover {
    text-decoration: none;
}

/*----[ Sidebar ]----*/
aside {
}

div#appliedBidsWrapper {
    font: 18px 'signika', sans-serif;
    color: #777;
    line-height: 1em;
    margin-top: 30px;
    position: relative;
}

span#appliedBids {
    color: #DC772E; /* Orange */
    color: #2D90FF; /* Blue */
    color: #DE1800; /* Red */
    font-weight: bold;
    font-size: 80px;
    display: block;
    line-height: .8em;
}

/* Content: Auction Sidebar
-------------------------------------------------------------------------------*/
aside > .box {
    /* load blank */
    display: none;
}

#SAPcontainer,
#emptySAP,
#SAPwrapper > .box {
    /* height: 100%; */
    /* min-height: 655px; */
    padding: 5px 10px;
}

#SAPcontainer.empty-list,  #SAPcontainer.empty-list > .box,  #SAPcontainer.empty-list > #emptySAP {
    /* min-height: 200px !important;
    max-height: 200px !important; */
}

#SAPcontainer {
    
}

#selectToStart {
    /* position: absolute; */
}

#emptySAP {
}

#emptySAP div {
    /* margin: 70px 10px 15px; */
    font: 24px/0.9em signika;
    background: url('../img/auction/noAuctionBoxLarge.gif') no-repeat 50% 120px;
    /* padding: 25px; */
}

#emptySAP a.btn {
    /* margin: 0 10px 50px; */
    padding: 8px 0;
}

#SAPwrapper {
    position: relative;
    max-width: 350px;
}

div#SAPloading {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    /*display: none;*/
}

#SAPloading .loader {
    bottom: 0;
    color: #af0000;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

#SAPloading .loaderError {
    display: none;
}

#auctionUserMeta {
    background: #ddd;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 5px 0 5px 10px;
    height: 18px;
}

#auctionUserMeta label {
    float: left;
}

#auctionUserMeta a {
    float: left;
    background: linear-gradient(to bottom, #AA0306 0%, #3B0002 70%, #6F0D12 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #3A2A29;
    border-radius: 5px;
    padding: 2px 5px 3px;
    margin: -3px 0 0 10px;
    color: #fff;
}



.remove:hover {
    /* box-shadow: 0 1px 4px 0 #333; */
}

.remove.disable {
    opacity: 0.35;
    cursor: default;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#auctionImage {
    margin: auto;
    width: 130px;
    height: 90px;
    position: relative;
    text-align: center;
}

#auctionImage img {
    display: none;
}

#eventIcons.hasFreebids, #eventIcons.hasPrize {
    background: rgba(0, 0, 0, 0.5);
    height: 37px;
    width: 114px;
    display: block;
    position: absolute;
    margin-top: 22px;
    border-radius: 9px;
    z-index: 50;
    bottom: -14px;
    left: 50%;
    margin-left: -57px;
    color: #fff;
    line-height: 1.1em;
}

#eventIcons.hasFreebids *, #eventIcons.hasPrize * {
}

#eventIcons.hasFreebids.hasPrize {
    background-position: -3px 60px;
    margin-left: -104px;
    width: 208px;
}

#eventIcons.hasFreebids.hasPrize > div {
    float: left;
}

.showPrize {
    background: url('/img/eventIconsSpriteOnline.png') -158px -40px;
    width: 33px;
    height: 24px;
    float: left;
    margin: 3px 3px 0 10px;
}

.showFreebids {
    background: url('/img/eventIconsSpriteOnline.png') -78px -40px;
    width: 33px;
    height: 24px;
    float: left;
    margin: 3px 8px 2px 10px;
}

.showPrize.past {
    background-position: -198px -40px;
}

.showFreebids.past {
    background-position: -118px -40px;
}

.textWrapper {
    float: left;
    margin-top: 4px;
    line-height: 1em;
    text-align: left;
}

.textWrapper.past {
    color: rgba(255, 255, 255, 0.5);
}

.tallText {
    font-size: 23px;
}

.smallText {
    font-size: 12px;
}

.popover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    left: 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 35px;
    width: 189px;
    z-index: 10;
}

.popover .img {
    margin: auto;
}

#SAPwrapper .popover .title {
    color: #000;
    padding-top: 10px;
    font-size: 20px;
    margin-top: 0;
}

#auctionDetails {
    clear: both;
    height: 50px;
    margin: 37px auto 6px;
    padding: 5px 10px 5px;
}

#titleWrapper {
    overflow: hidden;
    margin-bottom: 15px;
}

#SAPwrapper .title {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 20px 5px 0;
    line-height: 0.9em;
}

#SAPwrapper .productDescription {
    color: #777;
    padding-top: 5px;
    padding-bottom: 12px;
    line-height: 1em;
    height: 20px;
    overflow: hidden;
    font: 12px/0.85em 'Open Sans', arial, helvetica;
    text-align: center;
}

#SAPwrapper .productDescription a {
    color: #d13424;
    white-space: nowrap;
}

#SAPwrapper .productDescriptionLong, #brand, #upc, #sku, #name {
    display: none;
}

#SAPwrapper .row {
    width: 135px;
    text-align: center;
    display: inline-block;
}

#SAPwrapper .leftTD {
    font-size: 12px;
    color: #aaa;
    font-style: italic;
}

#SAPwrapper .rightTD {
    font-size: 23px;
    font-weight: bold;
    color: #444;
    letter-spacing: -0.5px;
}

#SAPwrapper .retailPriceRow {
    color: #888;
    height: 25px;
    margin-bottom: 3px;
}

#SAPwrapper .reserveRow {
    color: #b81700;
    clear: both;
}

/*---[ Grid View ]---*/
#gridView {
    width: 250px;
    height: 160px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #444;
    margin: 7px auto;
    position: relative;
    background: linear-gradient(to bottom, #6d6d6d 0%, #444 50%, #6d6d6d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(50%, #444), color-stop(100%, #6d6d6d)); /* Chrome,Safari4+ */
}

#gridView .loader {
    color: #fff;
    position: absolute;
    margin: 45px 75px;
    display: none;
    z-index: 1;
}

#gridInfo {
    background-color: rgba(0, 0, 0, 0.5);
    height: 25px;
    margin-bottom: 15px;
}

#gridInfo .price, #gridInfo .currentWinner {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 48%;
    color: #fff;
    font-size: 16px;
    font-family: signika;
    font-weight: 200;
}

#gridInfo .price {
}

#gridInfo .currentWinner {
}

#gridLoader {
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;

}

#SAPwrapper[meta-bidding=true] #gridLoader {
    opacity: 1;
}

#auctionGridWrapper {
    /* forms dynamically with JS */
    margin: auto;
    position: relative;
}

#countdownTimer {
    display: none;
}

#countdownTimer .knob {
    left: 76px;
    top: 17px;
    font: 45px signika;
    color: #fff;
}

#auctionGrid {
    position: relative;
}

/*---[ Bid ]---*/
#auctionGrid b {
    width: 20px;
    height: 20px;
    display: block;
    float: right;
    margin: 1px;
    background: url('../img/auction/gridDots.png?cacheIsDumbbb');
}

/*---[ Events Future ]---*/
#SAPwrapper.qualified #auctionGrid b.freebids {
    background-position: 100px 0;
}

#SAPwrapper.qualified #auctionGrid b.prize {
    background-position: 50px 0;
}

/*---[ All Past Position ]---*/
#SAPwrapper #auctionGrid b.z {
    background-position: 0 75px;
}

#SAPwrapper #auctionGrid b.z.freebids {
    background-position: 100px 75px;
}

#SAPwrapper #auctionGrid b.z.prize {
    background-position: 50px 75px;
}

/*---[ User's Past Position ]---*/
#SAPwrapper #auctionGrid b.z.u {
    background-position: 0 50px;
}

#SAPwrapper #auctionGrid b.z.u.freebids {
    background-position: 100px 50px;
}

#SAPwrapper #auctionGrid b.z.u.prize {
    background-position: 50px 50px;
}

/*---[ Active Position ]---*/
#SAPwrapper #auctionGrid b.a {
    background-position: 0 25px;
}

#SAPwrapper #auctionGrid b.a.freebids {
    background-position: 100px 25px;
}

#SAPwrapper #auctionGrid b.a.prize {
    background-position: 50px 25px;
}

/*---[ Dots ]---*/
#switchView {
    position: absolute;
    margin-top: -17px;
    width: 100%;
    display: none;
}

#switchView span {
    display: inline-block;
    cursor: pointer;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0 5px;
    text-transform: uppercase;
}

#switchView span:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

/*---[ Dots ]---*/
#dotsView {
    height: 174px
}

#dotsView .currentWinnerWrapper {
    width: 170px;
    padding-top: 38px;
    text-align: center;
    float: left;
}

#dotsView .currentWinnerLabel {
    font-size: 27px;
    text-transform: uppercase;
    color: #666;
}

#dotsView .currentWinner {
    font-size: 18px;
    text-align: center;
    color: #CA7C00;
    padding-bottom: 10px;
}

#SAPwrapper #dotsView .price {
    font-size: 70px;
    line-height: 1em;
    text-align: center;
    padding-top: 7px;
}

/*---[ Bid Dots Progresser ]---*/
.bidProgresser {
    clear: both;
    padding-top: 8px;
    height: 42px;
}

.bidProgresser ul {
    margin: 0 15px;
    clear: both;
    font-size: 0;
}

.bidProgresser li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin-right: 1px;
    display: inline-block;
}

.bidProgresser li.bid,
.bidProgresser li.active {
    background: #af0000;
}

.bidProgresser li.future {
    background: #ccc;
}

/* Future Bids */
.bidProgresser li.prize.future,
.bidProgresser li.freebids.future {
    background: #af0000 url('/img/eventIconsSpriteOnline.png');
    border: 0 none;
    border-radius: 50%;
    height: 23px;
    margin: -5px -2px -3px -3px;
    position: relative;
    width: 24px;
    z-index: 20;
}

.bidProgresser li.prize.future {
    background-position: -155px -7px;
}

.bidProgresser li.freebids.future {
    background-position: -77px -7px;
}

/* Past Bids */
/*				.bidProgresser li.prize ,
				.bidProgresser li.freebids {
					background-image: url(/1.6.1/img/eventIconsSprite.png);
					text-indent: -99em;
				}
				.bidProgresser li.prize  {
					background-position: -195px -7px;
				}
				.bidProgresser li.freebids {
					background-position: -117px -7px;
				}
*/
.bidProgresser li.qualifier {
    width: 50px;
    height: 56px;
    background: url('/img/qualifiedBid.png') no-repeat 50% 50%;
    text-indent: -99999px;
    margin: -13px -4px 0 -10px;
}

.bidProgresser div.plus1 {
    line-height: 28px;
    font: bold 24px "Open Sans", arial, helvetica;
}

.currentWinner {
    color: #ca7c00;
    font-size: 18px;
    text-align: center;
}

/*---[ Bidding Buttons ]---*/
.bid {
    display: block;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    font: 500 26px 'signika', sans-serif;
    border: 2px solid;
    border-color: #419924 #3c8e21 #2d6b19 #3c8e21;
    color: #fff;
    border-radius: 11px;
    text-align: center;
    box-shadow: inset 0px 2px rgba(255, 255, 255, 0.3);
    background: -moz-linear-gradient(top, #85d14c 0%, #58b13d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85d14c), color-stop(100%, #58b13d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #85d14c 0%, #58b13d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #85d14c 0%, #58b13d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #85d14c 0%, #58b13d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #85d14c 0%, #58b13d 100%); /* W3C */
    background-color: #85d14c;
    outline: none;

    /* Red:	*/
    border-color: #792215 #792215 #55180F #792215;
    background: -moz-linear-gradient(top, #DB4D3F 0%, #D13424 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB4D3F), color-stop(100%, #D13424));
    background: -webkit-linear-gradient(top, #DB4D3F 0%, #D13424 100%);
    background: -o-linear-gradient(top, #DB4D3F 0%, #D13424 100%);
    background: -ms-linear-gradient(top, #DB4D3F 0%, #D13424 100%);
    background: linear-gradient(to bottom, #DB4D3F 0%, #D13424 100%);
    background-color: #DB4D3F;
    display: block;
    height: 50px;
    background-color: #A21500;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}
.bid:hover, .bid:active, .bid:focus {
    color: #fff;
}
.bid[meta-bidding], .bid:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) inset,
    0 1px 2px rgba(0, 0, 0, 0.2);
    background: #D13424;
    transform: scale(0.98);
    -moz-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -o-linear-transform: scale(0.98);
}

.bidSingle {
    font-size: 30px;
    height: 54px;
    line-height: 50px;
    margin-bottom: 2px;
    margin-left: 10px;
    width: 250px;
}

.bid.blink span {
    animation: blink .7s infinite;
    -webkit-animation: blink .7s infinite;
    background: #d13424;
}

@keyframes blink {
    0% {
        background: #666;
    }
    50% {
        background: #d13424;
    }
    100% {
        background: #666;
    }
}

@-webkit-keyframes blink {
    0% {
        background: #666;
    }
    50% {
        background: #d13424;
    }
    100% {
        background: #666;
    }
}

.bid span {
    background: linear-gradient(to bottom, #777 0%, #555 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%, #555)); /* Chrome,Safari4+ */
    box-shadow: 0 2px rgba(255, 255, 255, 0.3) inset,
    2px 0 rgba(255, 255, 255, 0.3);
    height: 50px;
    width: 60px;
    border-radius: 3px 0 0 3px;
    border-right: 2px solid #55180f;
    display: inline-block;
    float: left;
    vertical-align: top;
}

.bid span svg {
    margin-top: 12px;
    fill: #bbb;
}

.bid.qualified span {
    background: linear-gradient(to bottom, #609735 0%, #457934 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #609735), color-stop(100%, #457934)); /* Chrome,Safari4+ */
}

.bid.qualified span svg path {
    fill: #fff;
}

.bid.qualified.qualifiedWarning span {
    background: linear-gradient(to bottom, #E9E300 0%, #E8C400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E9E300), color-stop(100%, #E8C400)); /* Chrome,Safari4+ */
}

.bidAutoSingle {
    float: left;
    margin-left: 10px;
    width: 125px;
    font-size: 16px;
    line-height: 25px;
    height: 29px;
}

.bidAutoAll {
    float: right;
    margin-right: 10px;
    width: 123px;
    font-size: 16px;
    line-height: 25px;
    height: 29px;
}

#outOfBids {
    display: none;
    background: #fff;
    font-size: 20px;
    height: 65px;
    margin-bottom: -43px;
    padding-top: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
    padding: 17px 0 15px;

}

#outOfBids a.btn {
    font-size: 20px;
    margin: 0 10px;
}

.priceWrapper, .price {
    color: #af0000;
    font-family: signika;
    font-weight: 200;
}

/*---[ Buy Now Section ]---*/
#binWrapper {
    border-top: 1px solid #e5e5e5;
    background: linear-gradient(to bottom, #F5F5F5 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #fff)); /* Chrome,Safari4+ */
    position: relative;
}

#progressWrapper {
}

#bidBackDisclaimer {
    border-bottom: 1px solid #ddd;
    margin: 0 12px;
    padding: 13px 0 5px;
    font: 14px signika;
    color: #999;
}

#valueTowardProduct {
    color: #777;
    font-size: 10px;
    position: absolute;
    padding: 0 5px;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#valueTowardProduct:after {
    border-color: #aaa transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: " ";
    display: block;
    height: 0;
    margin-left: calc(50% - 10px);
    position: absolute;
    width: 0;
    margin-top: -3px;
}

#binMeter {
    background: #eee;
    border-radius: 12px;
    height: 7px;
    margin: 30px 12px 3px;
    border: 2px solid #888;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #fff)); /* Chrome,Safari4+ */
    background: linear-gradient(#c3c3c3, #aeaeae);
    border-radius: 6px
}

#binMeterProgress {
    height: 7px;
    border: 2px solid #405696;
    margin: -2px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(100%, #fff)); /* Chrome,Safari4+ */
    background: linear-gradient(#3D8CFF, #4068C2);
    border-radius: 6px;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#binText {
    font: 17px signika;
    color: #777;
    margin: 15px 15px 9px;
}

#binAvailableWrapper {
    background: #eee;
    margin: 10px 10px 20px;
    height: 50px;
}

#binAvailableWrapper.noShow {
    background: transparent;
}

#binAvailableWrapper.noShow div {
    display: none;
}

#binAvailableWrapper.noShow a.btn {
    float: none;
    margin: auto;
    padding: 2px 0;
}

#binAvailable {
    float: left;
    font: 18px signika;
    color: #666;
    margin: 14px 0 0 9px;
}

#binAvailableWrapper a.btn {
    float: right;
    margin: 5px 7px 0 0;
    padding: 2px 17px;
    font-size: 24px;
}

/*-----[ Sidebar: Bids ]-----*/
aside .bidCountWrapper {
    background-size: 75px 73px;
    width: 75px;
    height: 73px;
    margin-bottom: 15px;
}

aside .bidCountWrapper .bidCountLabel {
    font-size: 14px;
    line-height: 30px;
}

aside .bidCount, aside .freebidCount {
    font-size: 36px;
    line-height: 20px;
}

aside .bidCountWrapper.active {
    background-size: 75px 73px;
    width: 75px;
    height: 73px;
}

/*-----[ Sidebar: Bidpack List ]-----*/
#bidPackList {
    font-size: 0;
    margin: 0 auto;
    max-width: 240px;
}

#bidPackList li {
    margin: 1px;
    border-radius: 6px;
    width: 72px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    border: 2px solid;
    border-color: #419924 #3c8e21 #2d6b19 #3c8e21;
    box-shadow: inset 0px 2px rgba(255, 255, 255, 0.3);
    background: -moz-linear-gradient(top, #85d14c 0%, #58b13d 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #85d14c 0%, #58b13d 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #85d14c 0%, #58b13d 100%); /* W3C */
    background-color: #85d14c;
    outline: none;
    position: relative;
}

#bidPackList li[class*='disabled'], #customBidPackBtn[class*='disabled'] {
    background: #aaa !important;
    color: #ddd !important;
    cursor: not-allowed !important;
    text-decoration: none !important;
    border-color: #aaa !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/*#bidPackList li:hover {
    transform: scale(1.1);
}*/
#bidsSidebar.bidPackFreeBids li {
    margin: 4px 4px 33px;
}

#bidsSidebar.bidPackFreeBids {
    min-height: 455px;
}

.freeBids i {
    font-size: 10px;
    font-weight: bold;
}

#bidPackList li span {
    display: block;
    font-size: 16px;
}

#bidPackList li .bidNumber {
    font: 400 37px/1em signika;
    padding-top: 6px;
}

#bidPackList li .bidLabel {
    font: 300 14px/1em signika;
    text-transform: uppercase;
    padding-bottom: 7px;
}

#bidPackList li .bidCost {
    font-size: 16px;
    padding: 5px 0;
    border-radius: 0 0 6px 6px;
    background-color: rgba(0, 0, 0, 0.15);
}

/*-----[ 1-Click:  Purchase Preferences Options ]-----*/
#oneClickCheckbox {
    background-color: #eee;
    padding: 4px 0 6px;
    margin: auto;
    height: 30px;
    width: 230px;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    left: 0;
    right: 0;
}

#oneClickCheckbox.expand {
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.4);
    height: 165px;
    margin: -120px 15px 0;
    width: 240px;
}

#oneClickCheckbox > #oneClickTitle {
    cursor: pointer;
}

#oneClickCheckbox.disabled > * {
    cursor: not-allowed !important;
    opacity: 0.5;
}

#oneClickTitle > .checkbox {
    background-color: #fff;
    border: 2px solid #ccc;
    display: inline-block;
    height: 18px;
    margin: 0;
    padding: 1px;
    position: relative;
    vertical-align: -1px;
    width: 18px;
}
.checkbox svg {
    left: 1px;
    position: absolute;
    top: 2px;
}

#oneClickTitle > .checkbox path {
    fill: #fff;
}

#oneClickTitle:hover > .checkbox path {
    /*fill: #ccc;*/
}

#oneClickCheckbox > #purchaseOptions {
    display: none;
}

#purchaseOptions > .radioGroup {
    margin: 10px;
}

#purchaseOptions > a.btn {
    float: left;
    margin-left: 10px;
    padding: 3px 35px;
}

#purchaseOptions > a.textLink {
    float: right;
    margin-top: 10px;
    margin-right: 19px;
}

#oneClickCheckbox[data-1click] #oneClickTitle > .checkbox path {
    fill: #222;
}

/*-----[ 1-Click: Payment Type Options (without preferences saved) ]-----*/
#oneClickPaymentType {
    display: none;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 8px;
}

#oneClickPaymentType > div {
    font: 300 17px signika;
    color: #777;
    margin-bottom: 9px;
}

#oneClickPaymentType > a {
    display: inline-block;
    font-size: 21px;
    font-weight: 300;
    line-height: 1em;
    padding: 10px 10px 15px;
    text-align: center;
    vertical-align: bottom;
    white-space: normal;
    width: 110px;
}

#oneClickPaymentType > a svg {
    display: block;
    height: 40px;
    margin: auto;
}

#oneClickCardError {
    color: #fff;
    display: none;
    font-size: 14px;
    margin-top: -25px;
    padding: 10px 0;
    width: 100%;
    background: -webkit-linear-gradient(top, #d13424 0%, #db4d3f 100%);
    background: linear-gradient(to bottom, #d13424 0%, #db4d3f 100%);
}

/*-----[ 1-Click: Confirmation ]-----*/
#oneClickConfirmation {
    display: none;
}

#bidPackWrapper {
    background-color: #eee;
    text-align: left;
    margin-top: -88px;
    margin-bottom: 25px;
    position: relative;
}

#bidPackWrapper img {
    width: 80px;
    margin: 10px 25px 10px;
}

#bidPackWrapper > .bidpackLabel {
    width: 130px;
    font-size: 16px;
    margin-top: 20px;
    margin-top: left;
}

#bidPackWrapper > .bidpackValue {
    width: 130px;
    font-size: 36px;
}

#changeBidpack {
    color: #d13424;
    font-size: 13px;
    cursor: pointer;
    margin-top: 5px;
}

#purchaseCardValue {
    font-weight: bold;
    font-size: 14px;
    height: 1.5em;
    margin: 8px auto 2px;
    text-transform: capitalize;
    width: 210px;
}

#creditCardOptions {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
    padding-left: 2px;
    margin: 0 25px 0px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#creditCardOptions:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: #eee url('/img/blueArrowDown.png') no-repeat 50% 50%;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
}

#creditCardOptions:hover {
    background-color: #eee;
}

#creditCardOptions:hover:after {
    background-color: #ccc;
}

/*#creditCardOptions a {*/
    /*background: url('/img/creditCard/new.png') no-repeat 13px 5px;*/
    /*padding: 5px 0 4px 49px;*/
/*}*/

/*#creditCardOptions a.VISA {*/
    /*background-image: url('/img/creditCard/visa.png');*/
    /*background-position: 8px 1px;*/
/*}*/

/*#creditCardOptions a.PAYPAL {*/
    /*background-image: url('/img/creditCard/paypal.png');*/
    /*background-position: 8px 1px;*/
/*}*/

/*#creditCardOptions a.MASTERCARD {*/
    /*background-image: url('/img/creditCard/masterCard.png');*/
    /*background-position: 8px 1px;*/
/*}*/

/*#creditCardOptions a.DISCOVER {*/
    /*background-image: url('/img/creditCard/discover.png');*/
    /*background-position: 8px 1px;*/
/*}*/

/*#creditCardOptions a.AMERICAN.EXPRESS {*/
    /*background-image: url('/img/creditCard/amex.png');*/
    /*background-position: 8px 1px;*/
/*}*/

#creditCardList {
    margin: -35px 0 0 -10px;
    padding: 5px 10px;
    width: 230px;
    max-height: 345px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#creditCardList li {
    border-bottom: 1px solid #ccc;
    height: 35px;
    margin: 3px 0;
}

#creditCardOptions span {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    line-height: 24px;
    margin-left: 9px;
    padding: 0 7px 2px;
}

#creditCardList li:last-child {
    border-bottom: 0 none;
}

#creditCardList a:hover {
    background-color: #d13424;
    border-radius: 3px;
}

.promoBalance {
    background-color: #E9E8A4;
    color: #8C8C00;
    margin: 0 25px;
    padding: 2px 7px 3px;
    border-radius: 3px;
    font-size: 14px;
}

.promoBalance .promoLabel {
    float: left;
    width: 145px;
    text-align: left;
}

.promoBalance .details {
    float: right;
    font-size: 14px;
    text-align: right;
}

#oneClickConfirmation > .preference-1:nth-child(3) {
    margin-top: 8px;
}

#oneClickConfirmation a.btn {
    margin: 20px 25px 0px;
    padding: 9px 0;
}

#changePurchasePreferences {
    display: none;
    color: #d13424;
    font-size: 13px;
    cursor: pointer;
    line-height: 20px;
}

/*#changePurchasePreferences::before {
    content: 'or';
    display: block;
    width: 40px;
    height: 1px;
    margin: auto;
    font-size: 11px;
    font-style: italic;
    line-height: 0;
    color: #999;
    border: 1px solid #ddd;
    border-width: 0 82px;
    margin: -14px auto 13px;
}*/
/*-----[ 1-Click: Receipt ]-----*/
#oneClickReceipt {
    display: none;
    text-align: left;
}

#oneClickComplete {
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0 25px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, #58b13d 0%, #85d14c 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #58b13d 0%, #85d14c 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(to bottom, #58b13d 0%, #85d14c 100%); /* W3C */
}

#oneClickReceipt > .details {
    margin: 10px 25px 15px;
    line-height: 1.2em;
    font-size: 14px;
}

dl#receiptDetails {
    background-color: #eee;
    padding: 10px 0 14px;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#receiptDetails dt {
    float: left;
    clear: both;
    width: 152px;
    margin-left: 25px;
}

#receiptDetails dd {
    float: left;
    width: 90px;
}

#receiptDetails dt:first-child,
#receiptDetails dd:first-child {
    font-weight: bold;
    padding-bottom: 10px;
}

#oneClickReceipt > .promoBalance {
    margin-bottom: 10px;
}

#customBidPackBtn {
    font-size: 20px;
    margin: 1px auto;
    width: 220px;
}

/*
 *  Queuebar
 */
#auctionQueueMasterWrapper {
    margin-top: 10px;
    height: 120px;
    position: relative;
    width: 100%;
}

#auctionQueueSignedOut {
    /*width: 705px;
    height: 80px;
    margin: 9px 0 30px;
    font: 400 18px/77px signika;
    color: rgba(0,0,0,0.5);
    */
    display: none;
    position: absolute;
    /* width: 660px; */
}

#auctionQueueSignedOut > div {
    height: 72px;
    overflow: hidden;
    position: relative;
    width: 528px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin: 13px 20px;
    float: left;
    color: rgba(0, 0, 0, 0.5);
    font: 24px/72px signika;
    background: url('../img/auction/noAuctionBoxSmall.png') no-repeat calc(50% - 130px) 50%;
}

#auctionQueueWrapper {
    display: none;
}
.auctionQueueInnerWrapper {
    display: flex;
    justify-content: center;
}
#innerContent .arrowLeft {
    /* float: left; */
    margin: 25px 0 0 0;
    position: absolute;
    left: 0;
}

#innerContent .arrowRight {
    /* float: right; */
    margin: 25px 0 0 0;
    position: absolute;
    right: 0;
}

div#auctionQueueContainer {
    width: 568px; /* ? for arrows */
    overflow: hidden;
    height: 100px;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
}

div#auctionQueueContainer ul {
    margin: 0;
    padding: 0;
}

div#auctionQueueContainer li {
    float: left;
    width: 183px;
    height: 90px;
    margin: 5px 3px 0;
    list-style-type: none;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    line-height: 1em;
    position: relative;
    box-shadow: 0 1px 2px 0 #999;
    background-color: #fff;
    border: 2px solid rgba(209, 52, 36, 0);
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

div#auctionQueueContainer li:hover {
    border: 2px solid rgba(209, 52, 36, 1);
}

div#auctionQueueContainer li.active {
    border: 2px solid #2CA736;
    /*
    width: 196px;
    height: 86px;
    */
    box-shadow: 0 0 2px rgba(44, 167, 54, 0.35);
}

div#auctionQueueContainer li.glow {
    z-index: 100;
    position: absolute;
    animation: glow 0.8s;
    -webkit-animation: glow 0.8s; /* Safari and Chrome */
}

@keyframes glow {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(0.95);
    }
    75% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(1);
    }
    /*
    0% {
        transform: scale(1) rotate(0deg);
    }
    20% {
        transform: rotate(3deg);
    }
    40% {
        transform: scale(0.85) rotate(-7deg);
    }
    60% {
        transform: scale(0.85) rotate(7deg);
    }
    80% {
        transform: rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
    */

}

@-webkit-keyframes glow {
    /* Safari and Chrome */
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.15);
    }
    50% {
        -webkit-transform: scale(0.95);
    }
    75% {
        -webkit-transform: scale(1.03);
    }
    100% {
        -webkit-transform: scale(1);
    }
    /*
    0% {
        -webkit-transform: scale(1);
    }
    20% {
        -webkit-transform: rotate(3deg);
    }
    35% {
        -webkit-transform: scale(0.7) rotate(-7deg);
    }
    65% {
        -webkit-transform: scale(0.7) rotate(7deg);
    }
    80% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1);
    }
    */
}

#auctionQueue .countdownTimer {
    left: 9px;
    position: absolute;
    top: 6px;
    z-index: 5;
}

#auctionQueue .knob {
    left: 6px;
    top: 8px;
    font: 45px signika;
    color: #000;
}

.hasFreebids, .hasPrize {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 9px 9px;
    height: 23px;
    width: 27px;
    display: block;
    position: absolute;
    margin: 59px 0 0 68px;
    z-index: 50;
}

.hasFreebids.hasPrize {
    background-position: 0 -39px;
    margin-left: 52px;
    width: 58px;
}

#SAPwrapper #eventIcons {
    bottom: auto;
    display: block;
    left: auto;
    margin: auto;
    position: relative;
    right: auto;
    top: auto;
    width: 170px;
    padding: 3px 10px;
    margin-bottom: 5px;
}

#SAPwrapper #eventIcons > :nth-child(2) {
    border-left: 1px solid #fff;
    margin-left: 3px;
}

#auctionQueue .hasFreebids, #auctionQueue .hasPrize {
    top: 0;
    left: -39px;
    margin-top: 0;
}

.hasFreebids *, .hasPrize * {
    margin-left: 4px;
    margin-top: 0px;
}

#SAPwrapper .hasFreebids *, #SAPwrapper .hasPrize * {
    margin-left: 0;
}

.showPrize {
    background: url('/img/eventIconsSpriteOnline.png') 192px -8px;
    width: 20px;
    height: 20px;
}

.showFreebids {
    background: url('/img/eventIconsSpriteOnline.png') 270px -8px;
    height: 18px;
    width: 19px;
}

.showPrize.past {
    background-position: 152px -8px;
}

.showFreebids.past {
    background-position: 231px -8px;
}

#auctionQueueContainer div.bidLoader {
    position: absolute;
    z-index: 1;
    display: none;
}

#auctionQueueContainer div.img {
    width: 75px;
    height: 80px;
    margin-top: 5px;
    margin-left: 5px;
    float: left;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#auctionQueueContainer .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#auctionQueueContainer div.price {
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    margin-top: 9px;
    padding: 2px 0 0;
    border-radius: 9px;
}

#auctionQueueContainer div.price.animatePrice {
    -webkit-animation: animatePrice .75s; /* Chrome, Safari, Opera */
    animation: animatePrice .75s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animatePrice {
    from {
        background: rgba(2212, 120, 25, 1);
        /* color: rgb(255,255,255); */
    }
    to {
        background: rgba(212, 120, 25, 0);
        /* color: rgb(174,0,0); */
    }
}

/* Standard syntax */
@keyframes animatePrice {
    from {
        background: rgba(2212, 120, 25, 1);
        /* color: rgb(255,255,255); */
    }
    to {
        background: rgba(212, 120, 25, 0);
        /* color: rgb(174,0,0); */
    }
}

#auctionQueueContainer div.currentWinner {
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
    padding-bottom: 0;
}

#auctionQueue .bid {
    /* #6CD975 // #2CA736 // #32C63F */
    width: 82px;
    display: block;
    float: right;
    margin: 2px 7px 0 0;
    border-radius: 3px;
    line-height: 20px;
    height: 24px;
    font-size: 16px;
}

#auctionQueue .bid span {
    height: 20px;
    width: 30px;
}

#auctionQueue .bid span svg {
    margin-top: 4px;
}

#auctionQueue li.clicked {
    background: #eee;
    cursor: not-allowed;
}

#auctionQueue li.active .bid {
    /*
    background: none;
    color: #2CA736;
    text-align: center;
    */
}

/*----[ The right side ]----*/
#event-Bids, #event-Qualifier, #event-Prize, #event-final {
    display: none;
    font-size: 30px;
    margin: 70px 0 0 10px;
    position: absolute;
    width: 350px;
    height: 400px;
    background: #fff;
    z-index: 20;
}

.wonEvent {
}

#innerContent .wonEvent .wrapper {
    margin: 30px 20px 0;
    padding: 20px;
    background: #eee url('https://cf.redibids.com/img/auction/wonBottom.gif') no-repeat 50% 100%;
}

.wonEvent .wonHeader {
    margin: -50px 0 10px -37px;
    width: 343px;
    height: 122px;
    text-align: center;
    color: #fff;
    font: 700 40px/110px 'signika';
}

#event-Bids .wonHeader {
    background: url('https://cf.redibids.com/img/auction/wonBids.png') no-repeat 0 0;
}

#event-Qualifier .wonHeader {
    background: url('https://cf.redibids.com/img/auction/wonQualifier.png') no-repeat 0 0;
}

#event-Prize .wonHeader {
    background: url('https://cf.redibids.com/img/auction/wonPrize.png') no-repeat 0 0;
}

#innerContent #redeem .wrapper {
    margin: 30px 10px 0;
}

#redeem .wonHeader {
    background: url('https://cf.redibids.com/img/auction/wonPrize.png') no-repeat 0 0;
    margin: -61px 0 10px -37px;
}

.wonEvent p {
    font-size: 18px;
}

.wonEvent button.close {
    margin: 50px auto 20px;
}

/* Free Bids */
#event-Bids {
}

#event-Bids button.close {
    margin: 20px auto 0;
}

#insertFreeBidsCounter {
    border: 3px dashed #ccc;
    border-radius: 5px;
    font: 700 60px 'signika';
    margin: 20px 40px 0;
    display: block;
    text-align: center;
    padding: 0;
}

/* Qualifier */
#event-Qualifier {
}

/* Prize */
#event-Prize {
}

#event-Prize .product {
    padding: 10px 0;
}

#event-Prize .product .img {
    background: url('https://cf.redibids.com/img/auction/bgPrizeProduct.gif');
    width: 90px;
    height: 72px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}

#event-Prize .product .img img {
    max-width: 80px;
    max-height: 64px;
}

#event-Prize .product .description {
    float: right;
    font-size: 20px;
    padding-left: 15px;
    padding-top: 10px;
    width: 165px;
}

#event-Prize .sub {
    clear: both;
    color: #777;
    font-size: 11px;
    line-height: 1em;
}

#event-Prize button.close {
    margin: 20px auto 0px;
}

/* Final Prize */
#redeem {
    text-align: center;
}

#redeem .wrapper {
    text-align: center;
}

#finalPriceTitle {
    font-size: 18px;
    color: #999;
}

#finalPrice {
    font-size: 50px;
    line-height: 1em;
    font-weight: bold;
    color: #222;
    margin-left: -20px;
    padding-left: 20px;
}

#redeem #prizeOnUsImg {
    background: url("https://cf.redibids.com/img/auction/popupFree.png") no-repeat 0 0;
    width: 65px;
    height: 70px;
    margin: -80px 0 0 170px;
    position: absolute;
    display: none;
}

#prizeOnUs {
    padding: 10px 15px;
    width: 210px;
    background-color: #F4F2AD;
    color: #6F6E2A;
    font-size: 14px;
    line-height: 1.1em;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 15px auto;
    display: none;
}

#buyersNote {
    font-size: 10px;
    color: #777;
    line-height: 1em;
    margin: 15px 0 5px;
}

#buyersNote span {
    font-weight: bold;
}

#redeem a.btn {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
}

#redeem.onUs #prizeOnUsImg,
#redeem.onUs #prizeOnUs {
    display: block;
}

#redeem.onUs #finalPrice {
    background: url("https://cf.redibids.com/img/auction/popupScratch.gif") no-repeat 50% 20px;
}

/* Tab: ALL */
.sectionLabel {
    clear: both;
    text-align: left;
    font-size: 20px;
    font-family: signika;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

#auctionHighlights > .right {
    width: 370px;
}

#auctionHighlights ul.tabs {
    height: 50px;
    padding-top: 10px;
    width: 350px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    border-radius: 0 9px 0 0;
    background: #eee url("https://cf.redibids.com/img/auction/bgTabs.gif") repeat-x 0 0;
}

#auctionHighlights .tabs li {
    list-style: none;
    display: inline;
    float: left;
}

#auctionHighlights .tabs a {
    height: 50px;
    padding: 0 23px;
    display: block;
    color: #222 !important;
    color: #bbb;
    text-decoration: none;
    font: 300 18px/50px 'signika', sans-serif;
}

#auctionHighlights .tabs a.active,
#auctionHighlights .tabs a.active:hover {
    background: #fff !important;
    /*
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom-width: 0;
    */
    border: 1px solid #ccc;
    border-bottom: none 0;
    padding: 0 22px;
    line-height: 49px;
}

#auctionHighlights .tabs a.active {
    border-radius: 9px 9px 0 0 !important;
}

#auctionHighlights .tabs li:first-child a {
    border-radius: 9px 0 0 0;
}

#auctionHighlights .tabs li:last-child a {
    border-radius: 0 9px 0 0;
}

#auctionHighlights .tabs a:hover {

}

#auctionHighlights .tabs li.right a {
    background: #93C73A;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

div#auctionHighlights section {
    height: 375px;
    padding: 20px;
    overflow-y: auto;
}

div#auctionHighlights h3 {
    font: 300 50px 'signika', sans-serif;
    color: #ccc;
}

div#auctionHighlights h4 {
    font: bold 23px 'signika', sans-serif;
    color: #E0733D;
    margin-bottom: 1em;
}

/* Tab: Product Description */
#auctionHighlights .productInfo {
    margin: 20px 0 0 20px;
}

#auctionHighlights .image {
    /*
    border: 1px solid #ccc;
    height: 210px;
    margin-top: 9px;
    */
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#auctionHighlights .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#auctionHighlights #valueDescription {
    font-size: 18px;
    font-style: italic;
    font-weight: 200;
    color: #999;
    text-align: left;
    padding: 10px 0 0 120px;
}

#auctionHighlights .price {
    font: 600 60px 'signika', sans-serif;
    margin-top: 5px;
    padding-bottom: 65px;
}

#auctionHighlights #valuePre {
    font-size: 26px;
    color: #ccc;
    line-height: 0.7em;
}

#auctionHighlights #valueDollar {
    color: #8CC552;
    line-height: 0.65em;
    padding-left: 15px;
}

#auctionHighlights #valueCents {
    font-size: 30px;
    color: #8CC552;
    line-height: 0.7em;
}

#auctionHighlights .meta {
    font-size: 16px;
    color: #999;
    text-align: left;
    clear: left;
}

#productDescription {
    text-align: left;
    font-size: 16px;
    padding-bottom: 20px;
}

/* Tab: Prizes */
section#prizes {
    overflow: hidden;
}

section#prizes ul {
    list-style-type: none;
    display: block;
}

ul#recentWinners {
    padding-bottom: 10px;
    position: relative;
}

#recentWinners li {
    border-radius: 5px;
    height: 70px;
    margin-bottom: 15px;
    padding-left: 90px;
    text-align: left;
    background: #eee;
}

#recentWinners li:before {
    background: url("https://cf.redibids.com/img/auction/eventIconsLargeSprite.png") no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 92px;
    height: 90px;
    left: -10px;
    margin-top: -5px;
}

#recentWinners li.freeBids:before {
    background-position: 0 0;
}

#recentWinners li.qualifier:before {
    background-position: 0 -100px;
}

#recentWinners li.finalPrize:before {
    background-position: 0 -200px;
}

#recentWinners .user {
    font: 400 30px/0.8em signika;
    padding-top: 14px;
}

#recentWinners .user.NA {
    color: #aaa;
    padding-top: 23px;
}

#recentWinners .time {
    font-size: 14px;
}

ul#legend {
}

#legend li {
    float: left;
    font-size: 14px;
    margin-right: 20px;
    line-height: 24px;
}

#legend li:before {
    content: '';
    background: url("/img/eventIconsSpriteOnline.png") no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 7px;
}

#legend li.freeBids {
}

#legend li.freeBids:before {
    background-position: 0 -60px;
}

#legend li.qualifier {
}

#legend li.qualifier:before {
    background-position: -30px -60px;
}

#legend li.finalPrize {
}

#legend li.finalPrize:before {
    background-position: -60px -60px;
}

/* Tab: Buy Now */
#buyNow {
    text-align: left;
    background: url("https://cf.redibids.com/img/auction/binTagOnline.jpg") no-repeat 284px 140px;
}

#buyNowDescription {
    padding-bottom: 40px;
}

#buyNow table {
    width: 245px;
}

#buyNow table tr {
    border-bottom: 1px solid #ccc;
}

#buyNow table tr:last-child {
    border-bottom: 0px none;
}

#buyNow table td:first-child {
    font-weight: bold;
}

#buyNow table td {
    min-width: 30px;
}

div#purchaseBar {
    /*
    background-color: #eee;
    clear: both;
    padding: 15px 25px;
    border-radius: 9px;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
    */
    margin-top: 30px;
    /* border-top: 1px solid #ccc; */
    padding-top: 20px;
}

div#purchaseBar #yourPurchasePriceLabel {
    color: #ccc;
    font-size: 14px;
    font-style: italic;
    line-height: 1em;
    margin-bottom: -5px;
    text-transform: uppercase;
    float: left;
}

div#purchaseBar .left {
    font-size: 38px;
    line-height: 50px;
    clear: left;
}

#buyNow.loggedOut {
    background: url("https://cf.redibids.com/img/auction/buyNowGraphic.jpg") no-repeat 50% 150px;
}

#buyNow.loggedOut #purchaseBar,
#buyNow.loggedOut table {
    display: none;
}

/*--[ Auction Ended State ]--*/
#innerContent.auctionEnded {

}

#innerContent.auctionEnded #auctionHighlights .image {
    opacity: .35;
}

#innerContent.auctionEnded b {
    background: #ccc;
}

#innerContent.auctionEnded #auctionViewingArea {
. display : none;
}

#innerContent.auctionEnded #auctionEnded,
#innerContent.auctionEnded #youAreNotQualified {
. display : block;
    width: 296px;
    height: 300px;
    overflow: hidden;
    margin: auto;
    position: relative;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.5);
}

#innerContent.auctionEnded #auctionGridOverlay {
    pointer-events: none;
}

#youAreNotQualified .w600 {
    font: 600 50px/1em 'signika';
    margin-top: 60px;
}

#auctionEnded .w600 {
    font: 600 67px/1em 'signika';
    margin-top: 10px;
}

#youAreNotQualified .w300,
#auctionEnded .w300 {
    font: 300 60px/0.7em 'signika';
}

#youAreNotQualified a.btn,
#auctionEnded a.btn {
    margin: 30px 25px 0;
    padding-left: 0;
    padding-right: 0;
}

#innerContent.auctionEnded #auctionLoading {
    display: none;
}

/* Content: Game Page
-------------------------------------------------------------------------------*/
div#content.gamesMenu {
}

.gamesMenu ul {
    background: url(https://cf.redibids.com/img/gameListDivider.gif) no-repeat 50% 270px;
    margin-top: 30px;
}

.gamesMenu li {
    width: 299px;
    float: left;
    text-align: center;
    height: 255px;
    border-right: 1px solid #ddd;
    margin-bottom: 30px;
}

.gamesMenu li:nth-child(3n+3) {
    border-right: 0 none;
}

.gamesMenu li.empty {
}

.gamesMenu .img {
    height: 160px;
    margin-bottom: 10px;
    background: url() no-repeat 50% 50%;
}

.gamesMenu div.stars {
    width: 109px;
    height: 20px;
    background: url(https://cf.redibids.com/img/ratingStars.gif) no-repeat 0 -20px;
    margin: auto;
    margin-bottom: 15px;
}

div.stars > div {
    background: #f0f;
    height: 100%;
    background: url(https://cf.redibids.com/img/ratingStars.gif) no-repeat 0 0;
}

.gamesMenu .stars100 {
    width: 100%;
}

.gamesMenu .stars90 {
    width: 90%;
}

.gamesMenu .stars80 {
    width: 80%;
}

.gamesMenu .stars70 {
    width: 70%;
}

.gamesMenu .stars60 {
    width: 60%;
}

.gamesMenu .stars50 {
    width: 50%;
}

.gamesMenu .stars40 {
    width: 40%;
}

.gamesMenu .stars30 {
    width: 30%;
}

.gamesMenu .stars20 {
    width: 20%;
}

.gamesMenu .stars10 {
    width: 10%;
}

.gamesMenu a {
    display: block;
    background: #93C73A;
    font: bold 30px 'signika', sans-serif;
    color: #fff;
    border-radius: 3px;
    padding: .15em 0;
    width: 5em;
    margin: auto;
}

/*--[ Game Wrapper ]--*/
div#gameWrapper {
    width: 800px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    margin: auto;
}

/* Games: Layout
-------------------------------------------------------------------------------*/
div#gameListDuctTape {
  margin-top: 15px;
  width:calc(100vw - 400px);
  max-width: 1000px;
}

#continueLastGame {
    margin-bottom: 20px;
    display: none;
}

#continueLastGame img {
    height: 150px;
    float: left;
    margin: 4px;
}

#continueLastGame div {
    font-size: 20px;
    margin-top: 29px;
    margin-bottom: 10px;
    text-align: left;
}

#continueLastGame a.btn {
    padding: 6px 22px;
}

#readOurRules {
    background: none repeat scroll 0 0 #f8f7b2;
    color: #6c81e1;
    display: block;
    padding: 4px 0 5px;
    text-align: center;
    font: 16px signika;
    margin-bottom: 10px;
}

ul#gamesList {
    margin: 40px 0 20px;
    flex-direction: row !important;
    display:flex !important;
    justify-content:space-around !important;
    flex-wrap: wrap !important; 
}

ul#gamesList li {
    margin: 0 auto;
    width: 199px;
    height: 190px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-width: 0 1px 1px 0;
    padding: 10px 0;
    float: left;
    text-align: center;
    position: relative;
}

ul#gamesList li:hover img {
    transform: scale(1.25);
}

ul#gamesList li:nth-child(3n) {
    border-right: 0;
}

ul#gamesList li:nth-last-child(-n+3) {
    border-bottom: 1px solid transparent;
}

/*
div#content li:before {
    content: "";
    display: block;
    margin: -20px 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}
*/
ul#gamesList li a {
    display: table-cell;
    vertical-align: middle;
    width: 215px;
    height: 190px;
}

ul#gamesList li img {
    width: 90%;
}

/* Games: Wide Layout
-------------------------------------------------------------------------------*/
body.full header,
body.full footer {
    display: none;
}

body.full #content {
    background: url();
}

body.full #innerContent {

}

body.full div.wrapper {
    /* width: 960px; */
    width: auto;
}

body.fixed header div.wrapper,
body.fixed footer div.wrapper {
    width: 960px;
}

body.full div#content div#innerContent {
    /* width: 960px; */
    width: auto;
    margin: 0 20px;
    float: none;
}

body.full aside {
    display: none !important;
}

body.full #auctionQueueContainer {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

body.full #auctionQueueSignedOut > div {
    width: calc(100% - 132px)
}

body.full #bidGroup {
    display: block;
}

body.full .queueWrapper.signedOut {
    /* margin: -30px auto 20px; */
}

body.full #auctionQueueSignedOut {
    width: auto;
    left: 20px;
    right: 20px;
}

#browserStatement {
    margin-top: 50px;
}

/* Games: Single Game
-------------------------------------------------------------------------------*/
div#gameDuctTape {
    clear: both;
}

#innerContent #gameDuctTape {
    /* background: url(https://cf.redibids.com/img/games/luckyDuckGame.jpg) no-repeat 50% 50%; */
    /*height: calc(100vh - 150px);*/
    min-height: 600px;
    margin-top: 20px;
    padding: 0;
    position: relative;
}

#hotAuctions {
    background: #fff url('../img/hotAuctionsArrow.gif') no-repeat 0 50%;
    height: 75px;
    margin-bottom: 20px;
}

#hotAuctions.disabled {
    opacity: .4;
}

#hotAuctions .labelText {
    color: #fff;
    text-transform: uppercase;
    width: 97px;
    text-align: center;
    font: 30px/0.7em signika;
    padding-top: 20px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    float: left;
}

#hotAuctions .labelText span {
    font-size: 17px;
    font-weight: 300;
}

#hotAuctions ul {
    float: left;
    margin-left: 19px;
    overflow: hidden;
}

#hotAuctions li {
    border-right: 2px solid #ddd;
    display: none;
    float: left;
    font-size: 14px;
    height: 65px;
    line-height: 65px;
    margin: 5px 0;
    padding-left: 8px;
    padding-right: 11px;
    width: 180px;
}

#hotAuctions li:nth-child(3n) {
    border-right: 0 none;
}

#hotAuctions a {
    display: none;
    height: 65px;
    position: relative;
    width: 175px;
}

#hotAuctions .emptyMessage {
    background: url("../img/auction/noAuctionBoxSmall.png") no-repeat scroll calc(50% - 153px) 50% rgba(0, 0, 0, 0);
    color: #999;
    font: 24px/75px signika;
    margin-left: 115px;
    text-align: center;
}

#hotAuctions li:nth-child(3n+1) a {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#hotAuctions li:nth-child(3n+2) a {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#hotAuctions li:nth-child(3n+3) a {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#hotAuctions a.popIn {
    display: block;
    opacity: 0;
    animation: popIn 0.8s forwards;
    -webkit-animation: popIn 0.8s forwards;
}

#hotAuctions a.dropOut {
    opacity: 1;
    animation: dropOut 0.2s cubic-bezier(0.995, 0.000, 1.000, 1.000) forwards;
    -webkit-animation: dropOut 0.2s cubic-bezier(0.995, 0.000, 1.000, 1.000) forwards;
}

@keyframes popIn {
    0% {
        transform: scale(.1);
        opacity: 0;
    }
    25% {
        transform: scale(1.15);
        opacity: 1;
    }
    50% {
        transform: scale(0.95);
        opacity: 1;
    }
    75% {
        transform: scale(1.03);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }

}

@-webkit-keyframes popIn {
    0% {
        -webkit-transform: scale(.1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1.15);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    75% {
        -webkit-transform: scale(1.03);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes dropOut {
    0% {
        margin-top: 0;
        opacity: 1;
    }
    100% {
        margin-top: 70px;
        opacity: 0;
    }
}

@-webkit-keyframes dropOut {
    0% {
        margin-top: 0;
        opacity: 1;
    }
    100% {
        margin-top: 70px;
        opacity: 0;
    }
}

#hotAuctions li img {
    bottom: 0;
    margin: auto;
    max-height: 65px;
    max-width: 65px;
    position: absolute;
    top: 0;
}

#hotAuctions li .description {
    bottom: 0;
    height: 41px;
    line-height: 14px;
    margin: auto;
    position: absolute;
    right: 8px;
    top: 0;
    width: 92px;
}

#gameFrame {
    height: calc(100vh + 20px);
    /* min-height: 600px; */
    width: 100%;
}

#gameFrame.maximize {
    width: 100%;
}

#gameDuctTape .header {
    background-color: #eee;
    border-bottom: 1px solid #ddd;
    border-radius: 9px 9px 0 0;
    height: 36px;
    margin: -10px 0 0;
    padding: 6px 10px 13px;
}

#screenSize {
    position: absolute;
    right: 10px;
    top: 10px;
}

#bidGroup {
    float: right;
    padding-top: 10px;
    width: 220px;
    display: none;
}

.bid[meta-bidding], .bid:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) inset,
    0 1px 2px rgba(0, 0, 0, 0.2);
    background: #812F17;
    transform: scale(0.98);
    -moz-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    -o-linear-transform: scale(0.98);
}

.bid:active span {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) inset,
    0 1px 2px rgba(0, 0, 0, 0.2);
    background: #457934;
}

#bidSingle {
    margin-left: 10px;
    width: 196px;
    line-height: 50px;
    font-size: 30px;
    margin-bottom: 2px;
}

#bidAutoSingle {
    float: left;
    margin-left: 10px;
    width: 95px;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
}

#bidAutoAll {
    float: right;
    margin-right: 10px;
    width: 95px;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
}

/* Games: Adaptive Page Layout When Games Shows
-------------------------------------------------------------------------------*/
/*
body.fixed.game div#content div#innerContent ,
body.game #gameFrame {
	width: 660px;
}
body.game div#auctionQueueContainer {
	width: 568px;
}
body.game aside ,
body.game aside .box {
	width: 270px;
}
body.game .bidSingle {
	width: 246px;
}
body.game .bidAutoAll ,
body.game .bidAutoSingle {
	width: 120px;
}
body.game ul#userStats li {
	width: 122px;
}
body.game #gridView {
	width: 250px;
}
*/

/*
 * Buttons
 */

a.myAuctionArrow,
.buyNow,
.removeAuction,
.btn {
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    cursor: pointer;
    position: relative;
}

a.myAuctionArrow:active,
.buyNow:active,
.removeAuction:active,
.btn:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

#buyNow:active {
    background: linear-gradient(to bottom, #2b0000 0%, #3b0101 70%, #300000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b0000), color-stop(70%, #3b0101), color-stop(100%, #300000)); /* Chrome,Safari4+ */
}

a.disabled, a:active.disabled, button.disabled, .bid.disabled {
    color: #ccc !important;
    margin: 2px;
    border-color: rgba(150, 150, 150, 0.0) !important;
    transform: scale(1) !important;
    cursor: not-allowed !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    text-shadow: 0 0 transparent;
}

.remove {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    /* background-color: #eee; */
    right: 1px;
    top: 0px;
    /* background: linear-gradient(to bottom, #fff 0%, #eee 100%); */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee)); Chrome,Safari4+ */
    /* box-shadow: 0 1px 2px 0 #999; */
    color: #d13526 !important;
    font-size: 22px;
    line-height: .9em;
    text-align: center;
    /* -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out; */
}

button.disabled, .bid.disabled {
    background: rgba(150, 150, 150, 0.25) !important;
}

.bid.disabled span {
    background: rgba(150, 150, 150, 0) !important;
    border-color: rgba(150, 150, 150, 0.0) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.bid.disabled span svg path {
    fill: #bbb;
}

a.disabled svg, a:active.disabled svg, button.disabled svg, .bid.disabled svg {
    fill: #bbb;
}

a.arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    /* display: none; */
    background: #eee;
    cursor: pointer;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee)); /* Chrome,Safari4+ */
    border-radius: 22px;
    box-shadow: 0 1px 2px 0 #999;
    -webkit-box-shadow: 0px 1px 2px 0px #999;
    font-size: 40px;
    text-align: center;
    margin-top: 17px;
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}

a.arrow:hover {
    box-shadow: 0 1px 4px 0 #666;
}

a.arrow > svg {
    margin-top: 6px;
}

a.arrowLeft {
    float: left;
    margin-left: 10px;
}

a.arrowRight {
    float: right;
    margin-right: 10px;
}

a.arrow.disable {
    opacity: 0.35;
    cursor: default;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Demo
-------------------------------------------------------------------------------*/
body.demo {

}

body.demo header {
    z-index: auto;
}

body.demo nav ol li {
    opacity: .2;
}

body.demo #auctionList .box:not([meta-aid=demo]) {
    opacity: .5;
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.auctionSelection .box[meta-aid=demo] {
    border-color: #8CC552;
}

/*
	.auctionSelection .box[meta-aid=demo] ~ .box {
		opacity: .5;
	}
*/

/* Carousel
-------------------------------------------------------------------------------*/
#carousel {
    height: 425px;
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.carouselArrow {
    width: 60px;
    height: 60px;
    top: calc(50% - 28px);
    position: absolute;
    border: 2px solid;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    font: 500 26px/52px 'signika', sans-serif;
    border: 2px solid;
    border-color: #419924 #3c8e21 #3c8e21 #3c8e21;
    color: #fff;
    text-align: center;
    box-shadow: inset 0px 2px rgba(255, 255, 255, 0.3);
    background: -moz-linear-gradient(top, #85d14c 0%, #58b13d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85d14c), color-stop(100%, #58b13d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #85d14c 0%, #58b13d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #85d14c 0%, #58b13d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #85d14c 0%, #58b13d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #85d14c 0%, #58b13d 100%); /* W3C */
    background-color: #85d14c;
    z-index: 20;
}

.carouselArrow::after-notuse {
    content: '';
    display: block;
    z-index: -1;
    position: relative;
    margin: -6px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.carouselArrow::before {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    top: 14px;
    left: 18px;
    width: 22px;
    height: 30px;
    background: url(/img/carouselArrows.png);
}

.carouselArrow.carouselLeft::before {
    background-position: -50px 0;
    left: 16px;
}

.carouselArrow.carouselLeft {
    left: 50px;
}

.carouselArrow.carouselRight {
    right: 50px;
}

.carouselArrow:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) inset,
    0 1px 2px rgba(0, 0, 0, 0.2);
    background: #58B13D;
}

.carouselArrow:active::after {
    transform: scale(0.97);
    -moz-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    -o-linear-transform: scale(0.97);
}

#carousel ul {
    width: 20000em;
    position: absolute;
    z-index: 10;
}

#carousel ul > li {
    height: 500px;
    width: 100vw;
    float: left;
    line-height: 425px;
    text-align: center;
    color: #fff;
    font-size: 200px;
}

#carousel .wrapper {
    height: 425px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

li#carousel-bidplaywin {
    background: url('https://cf.redibids.com/img/carousel/bidplaywin/bg.jpg');
}

li#carousel-bidplaywin div.wrapper {
    background-image: url('https://cf.redibids.com/img/carousel/bidplaywin/placeholder.png');
    background-position: 50% 50%;
}

li#carousel-auction {
    background: url('https://cf.redibids.com/img/carousel/auctions/bg.jpg');
}

li#carousel-auction div.wrapper {
    background-image: url('https://cf.redibids.com/img/carousel/auctions/placeholder.png');
    width: 1200px;
}

li#carousel-omaha-steaks {
  background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(252,245,245,0.2595413165266106) 52%, rgba(251,251,251,1) 100%, rgba(0,212,255,1) 100%);
  /* https://cssgradient.io/ */
}

li#carousel-redibids-grid-banner{
  background-color: #c8091f;
}
li#carousel-redibids-grid-banner div.wrapper {
  background-image: url('https://cf.redibids.com/img/carousel/redibidsgrid/redibids_grid_carousel_banner.png') !important;
  width: 1023px;
}

li#carousel-omaha-steaks div.wrapper {
  background-size:contain;
  background-image: url('https://cf.redibids.com/img/carousel/auctions/omaha_banner.png') !important;
  width: 1200px;
}

li#carousel-notpennyauction {
    background: url('https://cf.redibids.com/img/carousel/notpennyauction/bg.jpg');
}

li#carousel-notpennyauction div.wrapper {
    background-image: url('https://cf.redibids.com/img/carousel/notpennyauction/placeholder.png');
}

li#carousel-games {
    background: url('https://cf.redibids.com/img/carousel/game/bg.jpg');
}

li#carousel-games div.wrapper {
    background-image: url('https://cf.redibids.com/img/carousel/game/placeholder1.png');
}

#auctionQueueSignedOut {
    display: flex;
    position: relative;
    justify-content: center;
}

#auctionListDuctTape {
    max-width: 500px;
    min-width: 320px;
}

#redibids-grid-auction-banner {
  width: 100%;
  max-width: 498px;
  height: auto;
}