@CHARSET "UTF-8";

.page-uid-home .content-wrapper-outer-table-cell{
	padding: 20px;	
	vertical-align: bottom;
	text-align: left;
}

.page-uid-home .content-wrapper-inner{
	display: block;
}

.home-page-info{
	padding: 20px;
	background: url(../images/white-85.png);	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 8px;
	margin-bottom: 0px;
	position: relative;		
}

.home-page-info-title, .home-page-info-text{
	display: table-cell;
	vertical-align: middle;		 
}

.home-page-info-title{
	font-size: 24px;
	padding-right: 10px;	
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;	
}

.home-page-info-text{	
	font-size: 14px;
	text-align: center;
	width: 100%; 
}

.home-page-info, .home-page-info *{
	color: #4167b1;
} 

.home-page-boxes-wrapper .table{
	border-spacing: 8px;
}

.home-page-boxes{	
	display: table-row;	
}

.home-page-box{
	min-height: 165px;
	width: 33.3333333333333333333%;
	display: table-cell;
	position: relative;
	vertical-align: top;
	border-width: 4px;
	margin: 4px;	
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.home-page-box-title{
	height: 50px;
	border-bottom: 4px solid #fff;
	margin-bottom: 15px;
	overflow: hidden;		
}

.home-page-box-title .table-cell{
	text-transform: uppercase;	
	vertical-align: middle;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}