
@import url("frontend.css");

.gg_gallery_wrap .gg_container {
	padding: 3px;}


/* image border, radius and shadow */
.gg_gallery_wrap .gg_img {
	border: 4px solid #888888;    
    border-radius: 4px;	
	box-shadow: 0px 0px 2px rgba(25,25,25,0.6);}


/* main overlay */
.gg_gallery_wrap .gg_img .gg_main_overlay {
	    
    bottom: 0px;    
    opacity: 1 !important; filter: alpha(opacity=100);    
    color: #ffffff;background: rgb(0, 0, 0);
	  background: rgba(0, 0, 0, 0.9);}
.gg_gallery_wrap .gg_img .gg_main_overlay span {
	}


/* secondary overlay */
.gg_gallery_wrap .gg_img .gg_sec_overlay {
	    
     background-color: #bbbbbb;
	  left: -140px; bottom: -140px;}
.gg_gallery_wrap .gg_img:hover .gg_sec_overlay {
	left: -80px; bottom: -80px;}
.gg_gallery_wrap .gg_img:hover .gg_sec_overlay span,
.gg_gallery_wrap .gg_img.gg_touch_on .gg_sec_overlay span {
	top: 5px; left: 51px; 
}
.gg_gallery_wrap div.gg_img .gg_sec_overlay span {
	    background: url("../img/overlay_img/more_icon_d.png") no-repeat top left transparent;
}
.gg_gallery_wrap div.gg_linked_img .gg_sec_overlay span {
	    background: url("../img/overlay_img/link_icon_d.png") no-repeat top left transparent;
}
.gg_gallery_wrap div.gg_coll_img .gg_sec_overlay span {
	    background: url("../img/overlay_img/coll_icon_d.png") no-repeat transparent;
    background-position: 3px 1px; 
}


.gg_galleria_slider_wrap .galleria-gg-play , .gg_galleria_slider_wrap .galleria-gg-pause , .gg_galleria_slider_wrap .galleria-gg-info-link, .gg_galleria_slider_wrap .galleria-info-text{display: none !important;};
/* ************************************************** */

/* standard gallery images */
.gg_standard_gallery .gg_img {
	margin-right: 5px;
    margin-bottom: 5px;
}

/* masonry gallery images */
.gg_masonry_gallery .gg_img {
	    margin-left: 7px;
    margin-bottom: 7px;
}

/* photostring gallery images */
.gg_string_gallery .gg_img {
	margin-right: 7px;
    margin-bottom: 7px;
}

/* collection images */
.gg_collection_wrap .gg_coll_container .gg_img {
	margin-right: 7px;
    margin-left: 8px;
    margin-bottom: 15px;
}

