@font-face {
    font-family: NeouThin;
    src: url(Neou-Thin.ttf);
}

.view {
   width: 192px;
   height: 192px;
   padding: 24px 24px 24px 24px;
   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 no-repeat center center;
}
.view .mask,.view {
   width: 240px;
   height: 240px;
   overflow: hidden;
   position: absolute;
   top: 0px;
   left: 0px;
}

.content {
   font-family: NeouThin;
   font-size: 13px;
   width: 240px;
   height: 240px;
   position: absolute;
   top: 44%;
   left: 0px;
   overflow: hidden;
   opacity:0.8;
}

.view img {
   display: block;
   position: relative;
}
.view h2 {
   font-family: NeouThin;
   text-transform: uppercase;
   color: #414141;
   text-align: center;
   position: relative;
   top: 50%;
   font-size: 15px;
   padding: 10px;
   background: rgba(255, 250, 240, 0.5);
   margin: 20px 0 0 0;
}
.view p {
   font-family: NeouThin;
   font-size: 15px;
   text-transform:capitalize;
   position: relative;
   bottom: 10px;
   color: #414141;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: rgba(255, 250, 240, 0.6);
   color: #414141;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #fff7e6;
   -moz-box-shadow: 0 0 1px #fff7e6;
   box-shadow: 0 0 1px #fff7e6;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #004287;
   -moz-box-shadow: 0 0 5px #004287;
   box-shadow: 0 0 5px #004287;
}