﻿.lightboxGallery{
            position:fixed;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-image:url("/images/common/oscura_dark.png");
            z-index:1000;
            display:none;
        }
        .lightboxImg{
            
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            /*width:600px;
            background-color:#fff;*/
            /*border:solid 1px gray;*/
            height:auto;
            width:100%;
            /*max-width:800px !important; INSERITO CON JS*/

        }
        .lightboxLoading{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius:10px;
            background-color:white;
            padding:10px;
        }
        .btn-lightbox{
            position:absolute;
            top:50%;
            transform: translate(0,-50%);
            width:45px;
            height:45px;
            z-index:11000;
            cursor:pointer;
        }
        .btn-indietro{
            left:5px;
            background-image:url("/images/lightbox/bt1.png");
            opacity:0.5;
        }
        
        .btn-avanti{
            right:5px;
            background-image:url("/images/lightbox/bt2.png");
            opacity:0.5;
        }
        .btn-indietro:hover,.btn-avanti:hover{
            opacity:1;
        }
        .lightbox-description{
            /*border:solid 1px gray;*/
            padding:10px 0 10px 0;
            /*background-color:white;*/
            /*position:absolute;
             
            left: 50%;
            transform: translate(0, -50%);*/
            width:100%;
            margin-top:5px;
            color:#fff !important;
        }

        .lightbox-description,.lightbox-topbar{display:none;}
        .lightbox-topbar a{
            cursor:pointer;
        }
        .lightbox-description-txt{
            padding-top:5px;
            color:#fff;
            font-size:1.2rem;
        }
        .lightbox-topbar{
            height:35px;
        }

.imgfulllink {
    position: absolute;
    bottom: 60px;
    right: 20px;
    color: red;
    display:block;
    width:24px;
    height:24px;
    cursor:pointer;
    background-image:url("/images/common/expand.jpg");
}

/*Per i pulsanti google map*/
.gmnoprint img {
    max-width: none;
}