/* General
------------------------------------------------------------ */

.mtphr-hover-anim {
	position: relative;
}
.mtphr-hover-anim > .mtphr-hover-anim-target {
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .2s linear;  
	-moz-transition: opacity .2s linear;   
	-o-transition: opacity .2s linear; 
	transition: opacity .2s linear;
}
.mtphr-hover-anim:hover > .mtphr-hover-anim-target {
	filter: alpha(opacity=100);
	opacity: 1;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* Contact Widget
------------------------------------------------------------ */

.mtphr-contact-widget table {
	width: 100%;
}
.mtphr-contact-widget td {
	vertical-align: top;
	padding: 0;
	background: none;
}
.mtphr-contact-widget p {
	margin-bottom: 0;
}