
		.module-row  { min-height:0; }

		.module-row a { color:rgba(255,235,235,1); text-decoration:none; }
			.module-row a:visited { color:rgba(255,255,255,1);  }
			.module-row a:active { color:rgba(255,255,255,1);  }
			.module-row a:hover { color:rgba(255,0,0,1);  }
		
		


.module-box {   height: 250px; text-align:center; vertical-align: text-bottom; line-height:2rem; position: inherit; background-size: cover !important; background-position:center !important; text-shadow: 1px 1px 3px rgba(0,0,0,1.00);    }

	 .mo01 { background: url(../images/01.png); }
	 .mo02 { background: url(../images/02.png); }
	 .mo03 { background: url(../images/03.png); }
	 .mo04 { background: url(../images/04.png); }
	 .mo05 { background: url(../images/05.png); }
	 .mo06 { background: url(../images/06.png); }
	 .mo07 { background: url(../images/07.png); }
	 .mo08 { background: url(../images/08.png); }
	 .mo09 { background: url(../images/09.png); background-size: contain !important; background-color: rgba(68,68,68,1.00); background-repeat:no-repeat; }
 

@media screen and (max-width: 600px) {	
.module-box { width:calc(100% / 2 - 25px); min-height:160px;  }
.mo09 { display:none;}
 }





.cover { width:100%; height:100%; left:0px; top:0px; position:fixed; z-index:-1; opacity:0.1; background-size:cover; }


#popup { background:rgba(255,255,255,1.00) !important; font-size:2em; margin:0px;    height:100%; } 



.base {opacity:1; background-size:cover; height:380px; width:70%; left:15%; position:absolute; box-shadow: 0 2.5px 5px 2.5px rgba(128,128,128,1.00);  border-radius: 6px 6px 6px 6px;  }



	#container-pop {
		min-height:100%;
		position:relative; 	

	}
	#body-pop {
		padding:20px;
		padding-bottom:420px; 		
	/* Height of the footer */
	}
	#footer-pop {
		position:absolute;
		bottom:00;
		width:100%;
		height:400px;	 		/* Height of the footer */
	}
