@font-face {
    font-family: "Quattrocento_Sans";
    /*src: url(../facet/Oswald/Oswald-Bold.ttf) format("truetype");*/
    src: url(../Quattrocento_Sans/QuattrocentoSans-Regular.ttf) format("truetype");
}
.view {
   width: 100%;
   height: 50%;
   /*margin: 10px;*/
   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;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view p {
    font-family: "Quattrocento_Sans";
}
.view h2 {
   font-family: "Quattrocento_Sans";
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 1em;
   padding: 10px;
   margin: 20px 0 0 0;
   

background: rgba(161,161,161,1);
background: -moz-linear-gradient(left, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 47%, rgba(161,161,161,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(161,161,161,1)), color-stop(47%, rgba(161,161,161,1)), color-stop(100%, rgba(161,161,161,1)));
background: -webkit-linear-gradient(left, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 47%, rgba(161,161,161,1) 100%);
background: -o-linear-gradient(left, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 47%, rgba(161,161,161,1) 100%);
background: -ms-linear-gradient(left, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 47%, rgba(161,161,161,1) 100%);
background: linear-gradient(to right, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 47%, rgba(161,161,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#a1a1a1', GradientType=1 );


}
.view p {
   font-family: "Quattrocento_Sans";
   font-style: italic;
   font-size: 1em;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
    font-family: "Quattrocento_Sans";
   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;
    
    


background: rgba(161,161,161,1);
background: -moz-linear-gradient(left, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 47%, rgba(161,161,161,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(161,161,161,1)), color-stop(47%, rgba(161,161,161,1)), color-stop(100%, rgba(161,161,161,1)));
background: -webkit-linear-gradient(left, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 47%, rgba(161,161,161,1) 100%);
background: -o-linear-gradient(left, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 47%, rgba(161,161,161,1) 100%);
background: -ms-linear-gradient(left, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 47%, rgba(161,161,161,1) 100%);
background: linear-gradient(to right, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 47%, rgba(161,161,161,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#a1a1a1', GradientType=1 );



}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

/* Responsive Styles */

@media(max-width:991px) {
    .view h2 {
    }
    .view p {
        font-size: 0.9em;
    }
}

@media(max-width:767px) {
    .view h2 {
    }
    .view.view-eighth {
      padding: 0px;
    }
    .view p {
        font-size: 1em;
    }
    .view h2{
      font-size: 1em;
    }
    .view .mask a.info{
      font-size: 1em;
    }
}
@media (max-width: 568px) {
    .view p {
        font-size: 0.8em;
    }
    .view h2{
      font-size: 0.8em;
    }
    .view .mask a.info{
      font-size: 0.8em;
    }
}