﻿.zoom, .zoomable
{
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}


.zoombg{
    background-color: rgb(220, 220, 220);
}

.coverWhite
{
    background-color: rgb(255,255,255);   
}

.zoomcover{
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;

}

.zoomborder
{
     border: 2px solid #401664;
    -webkit-transform: scale(0.975);
    -webkit-border-radius: 10px;
}


.zoomBack
{
    position: absolute;
    top: -10px;
    left: 900px;
    width: 100px;
    height: 50px;
    z-index: 100;
    text-shadow: rgba(0, 0, 0, 0.7) 0px -1px 0 !important;
    -webkit-border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: -3px 3px 5px rgba(33,33,33,.7) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(0%,#474747), color-stop(0%,#666666), color-stop(12%,#595959), color-stop(1%,#afafaf), color-stop(61%,#2c2c2c), color-stop(63%,#000000), color-stop(70%,#111111), color-stop(85%,#2b2b2b), color-stop(94%,#1c1c1c), color-stop(100%,#131313)); /* -webkit-gradient( linear, left top, left bottom, from(rgb(197,145,109)), to(rgb(118,71,11))) !important; */
    color: white;
    display: table;
    -webkit-transform: rotate(9deg);
    font-size: 30px;
}

.zoomBack .on
{
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#4c4c4c), color-stop(0%,#474747), color-stop(0%,#666666), color-stop(12%,#595959), color-stop(1%,#afafaf), color-stop(61%,#2c2c2c), color-stop(63%,#000000), color-stop(70%,#111111), color-stop(85%,#2b2b2b), color-stop(94%,#1c1c1c), color-stop(100%,#131313)); /* -webkit-gradient( linear, left top, left bottom, from(rgb(197,145,109)), to(rgb(118,71,11))) !important; */
}