 



/*=================================================================
                            Auctions All Cards
===================================================================*/


/*------------------------------auction 01-------------------------*/

.card-picture-1 {
    background-image: linear-gradient(to right bottom, #ffb900, #ff7730), url(../img/auctions/months/oct/applbees.jpg);

}
 
.card-heading-span-1 {
    background-image: -webkit-gradient(linear,
            left top, right bottom,
            from(rgba(255, 185, 0, .85)), to(rgba(255, 119, 48, .85)));
    background-image: linear-gradient(to right bottom,
            rgba(255, 185, 0, .85), rgba(255, 119, 48, .85));
}

.card-side-back-1 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#ffb900), to(#ff7730));
    background-image: linear-gradient(to right bottom, #ffb900, #ff7730);
}


/*/*------------------------------auction 02/*------------------------------*/
.card-picture-2 {
    background-image: linear-gradient(to right bottom, #55c57a, #55c57a), url(../img/auctions/months/oct/boston%20market.jpg);
} 

.card-heading-span-2 {
    background-image: -webkit-gradient(linear,
            left top, right bottom,
            from(rgba(85, 197, 122, .85)), to(rgba(85, 197, 122, 0.85)));
    background-image: linear-gradient(to right bottom,
            rgba(85, 197, 122, .85), rgba(85, 197, 122, 0.85));
}

.card-side-back-2 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#55c57a), to(#55c57a));
    background-image: linear-gradient(to right bottom, #55c57a, #55c57a);
} 


/*-------------------------------auction 03---------------------------------*/
.card-picture-3 {
    background-image: linear-gradient(to right bottom, #2998ff, #5643fa), url(../img/auctions/months/oct/bww.jpg);
} 

.card-heading-span-3 {
    background-image: -webkit-gradient(linear,
            left top, right bottom,
            from(rgba(41, 152, 255, .85)), to(rgba(86, 67, 250, 0.85)));
    background-image: linear-gradient(to right bottom,
            rgba(41, 152, 255, .85), rgba(86, 67, 250, 0.85));
}

.card-side-back-3 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#2998ff), to(#5643fa));
    background-image: linear-gradient(to right bottom, #2998ff, #5643fa);
}






/*---------------------------------auction 04---------------------------------*/
.card-picture-4 {
    background-image: linear-gradient(to right bottom, #c34229d9, #ff0709d9), url(../img/auctions/months/nov/redlobster.jpg);
}

.card-heading-span-4 {
    background-image: -webkit-gradient(linear,
            left top, right bottom,
            from(rgba(210, 66, 41, 0.85)), to(rgba(255, 7, 9, 0.85)));
    background-image: linear-gradient(to right bottom,
           rgba(210, 66, 41, .85), rgba(255, 7, 9, 0.85));
}

.card-side-back-4 {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#c34229d9), to(#ff0709d9));
    background-image: linear-gradient(to right bottom, #c34229d9, #ff0709d9);
}




 




 

