/* CSS3 EFFECTS */

/* THIRD EFFECTS */

.third-effect .mask {
   opacity: 0;
   overflow:visible;
   background:url(../images/gallery_img-res.png) no-repeat; background-position:top center; width:514px; height:180px; 
   /*border:100px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;*/
}

.third-effect .mask h2{ color:#fff; padding:32px 0; font-size:21px; font-weight:bold; text-align:center;}

.third-effect a.info {
   position:relative;
   top:0px;
   opacity: 0;
   /*-webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;*/
}
.third-effect:hover .mask {
	
   opacity: 1;
  /* border:100px solid rgba(0,0,0,0.7);*/
}
.third-effect:hover a.info {
	width:514px; height:180px; 
	opacity:1;
	/*-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;*/
}
