
@import url("//mxrs.com.mx/wp-content/plugins/global-gallery/css/frontend.css");
@import url("//mxrs.com.mx/wp-content/plugins/global-gallery/js/jquery.galleria/themes/ggallery/galleria.ggallery_minimal.css");


.gg_loader div {
	background-color: #888888;
}

.gg_gallery_wrap .gg_container, 
.gg_masonry_gallery,
.gg_coll_outer_container {
	padding: 3px;}


/* image border, radius and shadow */
.gg_img,
.gg_masonry_gallery .gg_img_inner,
.gg_coll_container .gg_coll_img_inner {
	border: 4px solid #FFFFFF;    
    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;    
        
    
	color: #406d04;
	background: rgb(255,255,255);
	background: rgba(255,255,255, 0.8);}
.gg_gallery_wrap .gg_img .gg_main_overlay span {
	}


/* secondary overlay */
.gg_gallery_wrap .gg_img .gg_sec_overlay {
     
		border-top: 60px solid #406d04;
		border-left: 60px solid transparent;
		right: -60px;
		top: -60px;}
.gg_gallery_wrap .gg_img:hover .gg_sec_overlay {
	right: 0px; top: 0px;}
.gg_gallery_wrap .gg_img .gg_sec_overlay span:before {
	color: #ffffff !important;
}


/* collections - texts under images */
.gg_coll_img .gg_main_overlay_under .gg_img_title_under {
	color: #444444;
}
.gg_coll_img .gg_main_overlay_under .gg_img_descr_under {
	color: #555555;
}

/* collection filters + back to collection button */
.gg_filter {
	text-align: left;
    padding: 0px 0px;
}
.gg_filter a.ggf,
.gg_coll_back_to_new_style {	
	color: #444443;
}
.gg_filter a.ggf:hover,
.gg_coll_back_to_new_style:hover {	
	color: #666666 !important;
}
.gg_filter a.ggf.gg_cats_selected,
.gg_filter a.ggf.gg_cats_selected:hover {	
	color: #222222 !important;;
}
.gg_new_filters a.ggf,
.gg_coll_back_to_new_style {	
	background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 2px;
    
        margin-left: 0px !important;
    }
.gg_new_filters a.ggf:hover,
.gg_coll_back_to_new_style:hover {	
	background-color: #ffffff;
    border: 1px solid #666666;
}
.gg_new_filters a.ggf.gg_cats_selected,
.gg_new_filters a.ggf.gg_cats_selected:hover {	
	background-color: #ffffff;
    border: 1px solid #555555;
}



/* ************************************************** */

/* standard gallery images */
.gg_standard_gallery .gg_img {
	margin-right: 20px;
    margin-bottom: 20px;
}

/* masonry gallery images */
.gg_masonry_gallery .gg_img {
	    padding-left: 3px;
    padding-right: 4px;
    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 {
	padding-right: 7px;
    padding-left: 8px;
    margin-bottom: 15px;
}

/* pagination button alignment */
.gg_paginate {
	text-align: center;
}


/* ************************************************** */



.gg_galleria_slider_wrap .galleria-thumbnails .galleria-image {
	width: 60px !important;
}
.gg_galleria_slider_wrap .galleria-thumbnails .galleria-image,
.gg_galleria_slider_wrap .galleria-thumbnails-container {
     height: 40px !important;
}
.gg_galleria_slider_wrap.gg_galleria_slider_show_thumbs {
	padding-bottom: 54px !important;	
}
.gg_galleria_slider_show_thumbs .galleria-thumbnails-container {
	bottom: -52px !important;		
}




