﻿
.dbIl {
    display: inline;
        margin-right: -20px;
    z-index: 5000;
    top: 11px;
    position: relative;
}

.divDarkBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    z-index: 101;
}

    .divDarkBox:target {
        display: block;
    }


    .divDarkBox div {
        position: fixed;
        top: 10%;
        left: 25%;
        width: 50%;
        height: 60%;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        z-index: 102;
    }

        .divDarkBox div h1 {
            font-size: 0.9em;
            color: #bababa;
            font-weight: normal;
            margin-top: 20px;
            z-index: 103;
            -moz-text-shadow: 10px 3px 4px 6px rgba(10,10,10,0.9);
            -webkit-text-shadow: 3px 4px 6px rgba(10,10,10,0.9);
            text-shadow: 3px 4px 6px rgba(10,10,10,0.9);
        }

    .divDarkBox img {
        padding: 20px;
        z-index: 105;
   
        min-height: 300px;
        min-width: 300px;
        max-height: 100%;
        max-width: 80%;
    }

img.sliderButtons {
    max-height: 36px!important;
    max-width: 60px!important;
    padding: 0;
 
 
    min-height: 36px!important;    min-width: 60px!important;
}

@media screen and (max-width: 1000px) {

.divDarkBox img {
    max-height: 100%;
    max-width: 80%;
    min-height: 100px;
    min-width: 100px;
    padding: 20px;
    z-index: 105;
}

}
