
.box {
	width:556px;
	height:294px;
	margin-bottom:25px;
	float:left;
	position: relative;
}
.box-content {
	display:block;
	padding:15px;
	width: 100%;
	height: 100%;
	background:linear-gradient(to top,#0269ef,#00a1fd);
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.box-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}
.box-overlay img{width:100%;height:100%;display: block;}
a.link {
	display:block;
	width: 100%;
	height: 100%;		
	position: absolute;
	top:0;
	left:0;
	z-index:15;		
}

/* custom css styling */
.box-content .box-wrapper {
	width: 100%;
	height: 100%;
	font-size:18px;
	line-height:18px;
	display:block;
	padding:15px 15px 10px ;
	text-align:center;
	margin-bottom:10px;
	border:2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.box-content span.name {
	display:block;
	text-align:center;
	font-style:italic;
	font-size:19px;
	font-weight:bold;
	line-height:25px;
}

.box-content .row {
	margin-top:20px;
	font-size:16px;
	line-height:26px;
	color:#fff;
	text-align: left;
	margin:10px 10px 0;
	
	
}




#info {
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;				
background:#fcf8e3;
border:1px solid  #fbeed5;
width:70%;
max-width:900px;
margin:0 auto 20px auto;
font-family:arial;
font-size:12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
}

#info .info-wrapper {
	padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;

}

#info a {
	color:#c09853;
	text-decoration:none;
}

#info p {
	margin:5px 0 0 0;
}		