@import url('reset.css');
/* General Demo Style */


.more{
	position:relative;
	clear:both;
	font-family:'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 10px;
    width: 540px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
    height: 30px;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#b2891b;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:40px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}
.view {
   width: 30.33333%;
   height: 330px;
   margin: 1%;
   float: left;
   border: 1px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 2px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 2px 1px 2px #e6e6e6;
   box-shadow: 1px  1px 2px 2px #e6e6e6;
   cursor: default;
   background: #fff no-repeat center center;
}
.view .mask,.view .content {
   width: 100%;
   height: 400px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width:90%;
	margin-left: 5%;
}
.view h2 {
	font-family: 'Lato', sans-serif;
	width: 100%;
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 1.4em;
   padding: 10px;
   background: rgba(0, 120, 54, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: 'Lato', sans-serif;
   font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 100;
	width: auto; margin-left: 10px; margin-right: 10px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
    font-size: 0.8em;
   background: rgba(0, 120, 54, 0.8);
   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;
}
.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 h3 { font-size:1.3em; text-transform:uppercase;	 font-family: 'Lato', sans-serif; margin-top:-0px;	font-weight:300;}
	.view h4 { font-size:0.8em; 	 font-family: 'Lato', sans-serif; line-height:1.2em; margin-top:10px;  color:#666; font-weight:400;	}
	
	
	
	@media screen and (max-width: 414px) {

	
	.view {   width: 92%;}
	.view .mask,.view .content {   width: 100%;}
	
	

}