.view {
   width: 180px;
   height: 230px;
   margin: 34px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 160px;
   height: 210px;
   position: absolute;
   overflow: hidden;
   bottom: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h3 {
   font-family: 'robotobold';
   text-transform: uppercase;
   color: #2e2e2e;
   text-align: center;
   position: relative;
   font-size: 14px;
   padding: 10px;
   margin: 72px 0 0 0;
}
.view .catview {
   font-family: 'robotomedium';
   text-transform: uppercase;
   font-size: 13px;
   position: relative;
   color: #c33730;
   padding: 0 20px;
   text-align: center;
}
.view p {
   font-family: 'roboto';
   font-size: 11px;
   position: relative;
   color: #999999;
   padding: 5px 20px 0;
   text-align: center;
}