#box1 a{
	float:left;
	width:32.5%;
	height:170px;
	overflow:hidden;
	margin-right:0.8%;
	background:url(../images/thumbs-home-01.png) no-repeat;
	background-size:cover;
	text-decoration:none;
	}
#box2 a{
	float:left;
	width:32.5%;
	height:170px;
	background-size:cover;
	overflow:hidden;
	margin-right:0.8%;
	background:url(../images/thumbs-home-02.png) no-repeat;
	background-size:cover;
	text-decoration:none;
	border:none !important;
	}
#box3 a{
	float:left;
	width:32.5%;
	height:170px;
	background-size:cover;
	overflow:hidden;
	background:url(../images/thumbs-home-03.png) no-repeat;
	background-size:cover;
	text-decoration:none;
	}
	

.overlay{
	position: relative;
	top:10px;
	left:10px;
	background:rgba(238,191,119,1);
	padding:15px;
	width:290px;
	height:150px;
	text-align:left;
	opacity:1;
	-o-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
	transition:opacity .75s ease;
	
	}
#box2 a .overlay:hover {
	opacity:1;
	}			   
			   
.overlay:hover{
	opacity:0;
	}

.overlay .caption{
	color:rgba(255,255,255,1);
}
.overlay .caption h3{
	font-family: 'ITCAvantGardeStd-Bold', sans-serif;
	font-weight:100;
	font-size:24px;
	line-height:24px;
	}
.overlay .caption h2{
	position: absolute;
	bottom:22px;
	font-family: 'ITCAvantGardeStd-Bk', sans-serif;
	font-weight:100;	
	font-size:14px !important;
	}
.overlay .caption .arrow{
	position: absolute;
	top:100px;
	right:15px;
	display:block;
	width:38px;
	height:38px;
	overflow:hidden;
	}	