.home-box-wrapper
{
	overflow:hidden;
	padding:0 60px;
	background-color:#EDF0F3;
}

.home-box{margin:0px}
.span5{width:380px}
.pull-left{float:left}

.home-box-content
{
	background:#FFF;padding:10px
}

/* .home-box-content img{ width:470px;height:264px} */
.img-wrap
{
	overflow:hidden;
	position:relative;
}

.img-info
{
	background-color:#740b0f;
	bottom:0;
	color:#fff;
	opacity:0;
	filter:alpha(opacity = 0);
	position:absolute;
	width:100%;
	z-index:1000; 
	height:100%;
}

.img-info h4, .img-info p
{
	padding:0 10px
}

.img-wrap:hover .img-info
{
	opacity:0.80;
	filter:alpha(opacity = 80);
	transition:opacity 0.25s;
	-moz-transition:opacity 0.25s;
	-webkit-transition:opacity 0.25s;
	cursor:pointer;
}

.box-shadow{}



h1,h2,h3,h4,h5,h6
{
	margin:10px 0;
	font-family:inherit;
	font-weight:bold;
	line-height:20px;
	color:inherit;
	text-rendering:optimizelegibility
}

h4{font-size:17.5px}


body
{
	font-family:"Segoe UI" ,Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333;
	background:url(../img/body-pattern1.png) repeat #edf0f3
}




[class*="span"]
{
	float:left;
	min-height:1px;
	margin-left:20px
}
