/* CSS3 STYLE GENERIC */
.view {
   width: 500px;
   height: 423px;
/*   margin: 10px;*/
   float: left;
  /* border: 5px solid #fff;*/
   overflow: hidden;
   position: relative;
   text-align: center;
/*   box-shadow: 0px 0px 5px #aaa;*/
   cursor: default;
}
.view .mask, .view .content {
   width: 500px;
   height: 424px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view{
	cursor:pointer;
}
.mask .headingContainer {
 
    margin-bottom: 25px;
    margin-left: -110px;
    margin-top: -63px;
    width: 300px;

	
}
.heading{
	
	font-family: 'Fira Sans';
            font-size: 24px;
			font-weight:500;
			color:#fff;
}
.sub-heading{
	font-family: 'Fira Sans';
            font-size: 20px;
			font-weight:200;
			color:#fff;
}

.view img {
   display: block;
   position: relative;
}
.view span.info {
   background:url(../../images/gallery-slider-2/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
