.view {
   width: 300px;
   height: 260px;
   float: left;

   overflow: hidden;
   position: relative;
   text-align: center;
border-bottom: 1px solid #d2d1d1;


   cursor: default;
  
}
.view .mask,.view .content {
   width: 300px;
   height: 260px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 14px;
  
   background: rgba(255, 0, 0, 0.8);
   margin: 0px 0 0 0;
}
.view p {
   font-family: 'Quattrocento Sans', sans-serif;
    text-transform: uppercase;
	line-height: 18px;
  
   font-size: 11px;
   position: relative;
   color: #666;
   padding: 10px 20px 20px;
   text-align: justify;
   
}

.view p2 {
   font-family: 'Quattrocento Sans', sans-serif;
    text-transform: uppercase;
	line-height: 18px;
font-size: 11px;
   position: relative;
   color: #666;
   padding: 10px 20px 20px;
   text-align: justify;
  
   
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}