@import url("//www.windsorleagues.com.au/wp-content/plugins/media-grid-overlay-manager/css/frontend.css");

/* ***** 5 - homepage OVERLAY ***** */ 
  
		.mgom_5_0 { /* full_img_layer */
				top: 0px; left: 0px;
					background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
					
					transition: all 400ms ease 0s;
					-webkit-transition: all 400ms ease 0s; /* older webkit */
					-ms-transition: all 400ms ease 0s;
					
			z-index: 890; 
		}
		.mg_box:hover .mgom_5_0 {
				top: 0px; left: 0px;
					background-color: #013618;opacity: 0.5; filter: alpha(opacity=50);
					
		}
		
		.mgom_5_1 { /* descr */
				text-align: center;
					font-size: 18px;
					
					color: #222222;line-height: 21px;
					font-family: lato;
					
		}
		.mg_box:hover .mgom_5_1 {
				
					color: #ffffff;
		}
		
		.mgom_5_2 { /* txt_block */
				top: 0px; left: 0px;
					background-color: #ffffff;opacity: 0; filter: alpha(opacity=0);
					
					transition: all 400ms ease 0s;
					-webkit-transition: all 400ms ease 0s; /* older webkit */
					-ms-transition: all 400ms ease 0s;
					
		}
		.mg_box:hover .mgom_5_2 {
				top: 0px; left: 0px;
					background-color: #013618;opacity: 0.5; filter: alpha(opacity=50);
					
		}
		
			.mg_box .mgom_5_3.mgom_txt_wrap > *:not(.mgom_txt_block) {
				opacity: 0;
				filter: alpha(opacity=0);	
			}
			.mg_box:hover .mgom_5_3.mgom_txt_wrap > *:not(.mgom_txt_block) {
				opacity: 1;
				filter: alpha(opacity=100);	
			}
			.mgom_5_3.mgom_txt_wrap > * {
				transition: 		opacity 400ms ease 0s;
				-webkit-transition: opacity 400ms ease 0s;
				-ms-transition: 	opacity 400ms ease 0s;
			}
			
	.mgom_5_3.mgom_txt_wrap {
		top: 0px; left: 0px;	
		
					transition: all 400ms ease 0s;
					-webkit-transition: all 400ms ease 0s; /* older webkit */
					-ms-transition: all 400ms ease 0s;
					
		
	}
	
	.mg_box:hover .mgom_5_3.mgom_txt_wrap {
		top: 0px; left: 0px;	
	}
	