.homebox_ext { 	
	border: 3px solid #8CB8E3;
	border-radius:15px;
	padding: 3px;
		margin: 10px 0;
}
.homebox {
	background-image: url('/assets/imgs/box_bg.jpg');
	  background-repeat: no-repeat;
	  background-size: 100%;
	background-position: bottom;
	padding: 18px;
	color: #0e4194;
	font-weight: 300;
	min-height: 250px;


}
.homebox a { color: #0e4194; }
.homebox a:hover { color: #082a60; text-decoration: underline; }

.homebox:hover {
	  background: #E9F5FC;
	  background-image: url('/assets/imgs/box_bg_hover.jpg');
	  background-repeat: no-repeat;
	  background-size: 100%;
	  background-position: bottom;
	
}

.homebox h3{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 100%;
	color: #0e4194;
}
@media only screen and (max-width: 867px) {
	.homebox h3{
		font-size: 14px;
	}
}

.homebox h4{
	font-size: 8px;
	margin: 0 0 20px 0;
	padding: 0px;
	font-weight: 300;
	color: #2B87C8;
	text-transform: uppercase;

	
}

.homebox ul.menu {
font-size: 12px; font-weight: 300; 
list-style: none outside none;
padding: 0px;
margin: 0 0 0 8px;
}


.homebox ul.menu li {
	padding-bottom: 7px;
		line-height: 100%;
}

.homebox ul.menu li:last-child {
	padding-bottom: 0px;
}


.homebox ul.menu li:before  {
	font-family: 'FontAwesome';
	 content: "\f105";
    font-size: 10px;
    margin-left: -10px;
    padding-right: 6px;
    font-weight: 200
}


.homebox .imgbox {
	float: right;
	max-height: 90px;
	height: 100%;
	margin-left: 5px;
	top: 0px;
	position: relative;
	right: -15px;
}

@media only screen and (max-width: 867px) {
	.homebox .imgbox { 	
		max-height: 140px;
		height: 100%; 
	}
}


