.view {
   width: 470px;
   height: 319px;
   margin: 10px 40px 10px 0;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #ff0 url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 470px;
   height: 319px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform:capitalize;
   color:#333333;
   text-align: center;
   position: relative;
   font-size: 15px;
   padding: 10px 10px 40px 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 40px 0 40px 0;
}
.view p {
   font-family: 'Righteous'
   font-weight:normal;
   font-style: normal;
   font-size: 11px;
   position: relative;
   color: #000;
   padding:7px;
   text-align:center;
 }
.view p a{
   font-family: 'Righteous';
   font-weight:normal;
   font-style: normal;
   font-size: 11px;
   position: relative;
   color: #000;
   padding:7px;
   text-align:center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 17px 14px;
   background: #000;
   color: #ccc;
   text-transform:capitalize;
   -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;
}
.view span {
	
	font-style:normal;
	font-size: 16px;
	position: relative;
	color: #000;
	padding:40px;
	padding:7px;
	text-align:center;
	text-decoration:none;
	display: block;
	z-index: 999;
    
}
 
