/*
 * Main-stylesheet
 */
body {
    background: url('../../web/_img/bg/bg-street-2.jpg');
    background-size: 100%; background-attachment: fixed; background-repeat: no-repeat;
}
#wrapper{
    margin: 50px auto;
    min-height:600px;
    max-width:1000px;
    background: rgba(255,255,255, 0.6);
    z-index: -9;
}

/*lightbox*/
#bg-box{
    display: block;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

/*image lightbox */
#image-box{
    display: none;
    position: absolute;
    top: 50%;
    left:50%;
    width:100%;
    min-height:200px;
    max-width:700px;
    height:auto;
    padding:20px;
    border-radius:5px;
    background: rgba(255,255,255,0.5);
    z-index: 999;
}
#image-box a.top-close{
    display: block;
    position: absolute;
    top:-33px;
    right:0;
    color: #000;
    background: #FFF;
    padding:5px;
}
#image-box img{
    width:100%;
}
#image-box .bottom-box{
    padding:10px;
    opacity:1;
    color: #ffffff;
}
#image-box .bottom-box a{
    color: #ffffff;
}

/*
cookies division
*/
.div-cookie{
    position: fixed;
    text-align: center;
    font-size: 12px;
    width: 100%;
    top: 0;
    min-height: 50px;
    background: #252525;
    color: #FFFFFF;
    padding: 20px;
    z-index: 999;
}






