

.etp_label {
	font-family: 'ColabThi';
	font-size:1.1em;
}

.etp_label_location {
	font-family: 'BebasNeue';
	font-size:1.5em;
	text-shadow: 1px 1px 1px #000;
}


/* ETP BLOCKS */
div.OverBlock { 
	border-style: solid;
    border-width: 1px;
	border-color: white;
	color: white;
    opacity:0.6;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
	
	
	/* Firefox */
	-moz-transition: all 0.4s ease;
	/* WebKit */
	-webkit-transition: all 0.4s ease;
	/* Opera */
	-o-transition: all 0.4s ease;
	/* Standard */
	transition: all 0.4s ease;
}
  		
div.OverBlock:hover {
	opacity: 1;
  			
	/* Firefox */
	-moz-transform: scale(1.2) rotate(0deg) translate(0px);
	/* WebKit */
	-webkit-transform: scale(1.2) rotate(0deg) translate(0px);
	/* Opera */
	-o-transform: scale(1.2) rotate(0deg) translate(0px);
	/* Standard */
	transform: scale(1.2) rotate(0deg) translate(0px);
	z-index: 1000;  			
}                

/* ETP BLOCKS */

.etp_label_title {
	font-family: 'BebasNeue';
	font-size:2em;
}
.etp_label_00 {
	font-family: 'BebasNeue';
	font-size:3em;
	text-shadow: 1px 1px 1px #000;
}
.etp_label_01 {
	font-family: 'BebasNeue';
	font-size:1.5em;
	text-shadow: 1px 1px 1px #000;
}
.etp_label_date {
	font-family: 'ColabThi';
	font-size:1.1em;
}


        
