/*** Photo Gallery ***/
                      
            #galleria, #galleria-local, #galleria-flickr {
                margin-top: 20px;
                margin-bottom: 15px;
            }
            .galleria-stage {
                bottom: 76px;
                left: 0px;
                right: 0px;
                top: 0px;
            }
            .galleria-info {
                background-color:rgba(0,0,0,0.7);
            }
            .galleria-info,.galleria-info-description, .galleria-info-title {
                font-family: "Avenir Next", Helvetica, Arial, sans-serif !important;
                color: white !important;
            }
            .desc {color: white !important;}
            
            .galleria-info-title {
                font-weight: 800 !important;
            }
            .galleria-info-description {
                color: #ffffff !important;
                font-style: normal !important;
                font-weight: normal !important;
                line-height: 1.6em !important;
                padding-right: 15px !important;
            }
            .galleria-info-text {
                background-color: transparent !important;
                display: block;
            }
            .galleria-info a, .galleria-info a:hover, .galleria-info a:visited {
                color: #ffffff !important;
                text-decoration: underline !important;
            }
            .galleria-info-close {
                opacity: .8 !important;
                filter: alpha(opacity=80) !important;
                display:block;
            }
            .galleria-info-link {
                opacity: .8 !important;
                filter: alpha(opacity=80) !important;
                display: none;
            }
            .galleria-thumbnails-container {
                height: 58px;
            }      
            .galleria{ max-width: 1457px; height: 0.6; background: #332C2C; }
            
            .galleria-fscr{
    width:20px;
    height:20px;
    position:absolute;
    bottom:0px;
    right:10px;
    background:url('/assets/js/vendor/galleria/themes/classic/fullscreen.png');
    z-index:4;
    cursor: pointer;
    opacity: .3;
}
.galleria-fscr:hover{
    opacity:1;
}


@media only screen and (max-width:43.913em){
       .galleria-container {
           height: auto !important; 
           max-width: 100%; 
           min-height: 500px; 
}

}
