/*Krike lightbox copyright 2016*/

#lightBox{
    position:fixed;height:100%;width:100%;background-color:rgba(0,0,0,0.7);z-index:10;
    top:0;bottom:0;left:0;right:0;
}
#lightBox >div{
    min-height:80%;min-width:200px;
    max-height:970px;max-width:940px;
    /*background-color:rgba(0,0,0,1);*/
    z-index:5;
    margin:6% auto;position:relative;

}
#lightBox >div >img{
    max-height:970px;max-width:940px;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin:auto;
}
#lightBox >div >div >img {
    /* position: absolute; */
    /* bottom: 152px; */
    /* margin: auto; */
    width: 300px;
    position: absolute;
    margin-left: 50%;
    left: -150px;
    bottom: 151px;
}

#lightBoxBottom {
    height: 50px;
    position: absolute;
    bottom: 77px;
    width: 450px;
    display: table;
    margin-left: 50%;
    text-align: center;
    left: -225px;
}
#lightBoxBottom >div {
    font-family: hind,sans-serif;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 32, 72, 0.78);
    /* font-style: italic; */
    font-size: 20px;
    /* border-radius: 14px; */
    color: #FFF;
    /* border-radius: 20px; */
}

#lightBoxBottomCount{
    height: 45px;
    position: absolute;
    bottom: 8px;
    width: 68px;
    display: table;
    margin-left: 50%;
    text-align: center;
    left: -34px;
}
#lightBoxBottomCount >div {
    color: #FFF;
    font-family: play,sans-serif;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.79);
    /* font-style: italic; */
    font-size: 15px;
}

#lightBoxBottomNext, #lightBoxBottomPrevious{
    height: 45px;
    bottom: 8px;
    width: 68px;
    position: absolute;
    text-align: center;
    display: table;
    margin-left: 50%;
    cursor:pointer;
}

#lightBoxBottomNext{
    left:50px;
}

#lightBoxBottomPrevious{
    left: -118px;
}

#lightBoxBottomNext >div, #lightBoxBottomPrevious >div{
    color: #000;
    font-family: lato,sans-serif;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(229, 218, 230, 0.78);
    /* font-style: italic; */
    font-size: 15px;
    cursor:pointer;
}



#lightBoxClose {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    margin-left: 50%;
    left: -50px;
    width: 100px;
    background-color: rgba(0, 0, 0, 0.57);
    text-align: center;
    padding: 5px;
    font-family: hind,sans-serif;
    /* font-weight: 700; */
    font-size: 20px;
    color: #ffffff;
    /* border-radius: 15px; */
    height: 35px;
    line-height: 40px;
    border-radius: 20px;
}

#krk_lightBox{
    background-position: top center;

    height:100%;width:100%;
    background-size: auto 100%;
    position: absolute;background-repeat: no-repeat;
    z-index: -1;
}
