/* HOME ------------------------------------------------------------*/

.home-block{
	margin-bottom: 20px;
	width:100%;
	margin-left:0%;
	margin-right:0%;
}

.home-block-heading{
	text-align: center;
	margin-bottom: 40px;
	background-color:#0099FF;
}

.home-block-heading span{
	padding: 0px 20px;
}

.home-block figure{
	width:100%;
	float: left;
	margin-right: 18.5px;
	margin-left:1px;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
	line-height: 1.2em;
}

.home-block figure .thumb{
	display: block;	
}

.home-block figure img{
	max-width: auto;
	opacity: .999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.home-block figure a:hover img{
	opacity: 0.5;
	line-height: 0em;
}

.home-block figure.last{
	margin-right: 0px;
}

.home-block figcaption{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* modernizr fix for ie 8 and earlier */

.no-opacity .home-block figcaption{
	display: none;
}

.no-opacity .home-block figure:hover figcaption{
	display: block;
}

.home-block figure .opener{
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.opacity .home-block figure .opener{ display: none; }

.home-block figcaption strong,
.home-block figcaption span,
.home-block figcaption em{
	display: block;
	margin-left: 17px;
	margin-right: 47px;
}

.home-block figcaption strong{ 
	line-height: 1.3em;
	margin-bottom: 7px;
	margin-top: 17px;
  font-family: "Anton SC", serif;
	font-weight: 400;
	font-size:30px;
	color:#4d3a2f;
}

.home-block figcaption span{ 
	font-size: 12px;
	margin-bottom: 7px;
  font-family: "Anton SC", serif;
	font-weight:200;
	color:#4d3a2f;
}

.home-block figcaption em{ 
	position: absolute;
	bottom: 10px;
    font-family: "Anton SC", serif;
	font-weight:200;
	font-size:11px;
	font-style:Normal;
	color:#35814f;
}

.home-block figcaption em{ font-weight: 400; }
.one-third-thumbs figure{ width: 413px; }
.one-fourth-thumbs figure{ width: 125px; }

.more-link{
	margin-bottom: 0px;
}



@media all and (max-width: 1280px) and (min-width: 1024px) {

.home-block figcaption em{ font-weight: 400; }
.one-third-thumbs figure{ width: 100%; margin-right:0;}
.one-fourth-thumbs figure{ width: 100%; }

}


@media all and (max-width: 600px ) {

	
.home-block figcaption em{ font-weight: 400; }
.one-third-thumbs figure{ width: 100%; margin-right:0;}
.one-fourth-thumbs figure{ width: 100%; }

}

