/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 19, 2016 */


@font-face {
    font-family: 'MuseoSans300';
    src: url('fonts/museosans300-webfont.eot');
    src: url('fonts/museosans300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans300-webfont.woff') format('woff'),
         url('fonts/museosans300-webfont.ttf') format('truetype'),
         url('fonts/museosans300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'MuseoSans500';
    src: url('fonts/museosan500-webfont.eot');
    src: url('fonts/museosans500-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans500-webfont.woff') format('woff'),
         url('fonts/museosans500-webfont.ttf') format('truetype'),
         url('fonts/museosans500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
    }

.view {
   width: 300px;
   height: 200px;
   float: left;
   border: 0px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: ;
}
.view .mask,.view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   color:#404040;
   text-align: center;
   position: relative;
   font-family: 'MuseoSans300', Arial, Verdana;    
   font-size: 15px;
   padding: 10px;
   margin: 20px 0 0 0;
}
.view p {
   font-family: 'MuseoSans300', Arial, Verdana;
   font-style: ;
   font-size: 13px;
   position: relative;
   color: #404040;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
    position: absolute;
   display: inline-block;
   text-decoration: none;
   width: 300px;
   height: 200px;
   top: 0;
   left: 0;
   padding:0;
   background:transparent;

}
