.custom-imagebox-sidebar {
	background: #efefef;
	margin-bottom: 20px;
}
.custom-imagebox-sidebar .headerSidebar {
	padding: 15px 20px;
	color: white;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	background: black;
}
.custom-imagebox-sidebar .item {
	background: #dfdfdf;
	padding: 15px 20px;
	color: #898989;
	border-bottom: 3px solid #efefef;
}
.custom-imagebox-sidebar .item .image {
	padding-right: 10px;
}
.custom-imagebox-sidebar .item .image a {
	width: 100%;
}
.custom-imagebox-sidebar .item .image img {
	width: 100%;
}
.custom-imagebox-sidebar .item .content {
	padding-left: 10px;
}
.custom-imagebox-sidebar .item .content .title {
	color: black;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: -3px;
	padding-bottom: 10px;
}
.custom-imagebox-sidebar .item .content .subtitle {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}
.custom-imagebox-sidebar .item .content .more {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-weight: bold;
}
.custom-imagebox-sidebar .item .content .more a.readMore,
.custom-imagebox-sidebar .item .content .more a .fa
 {
	padding-right: 10px;
	color: black;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.custom-imagebox-sidebar .item .content .more a .fa,
.custom-imagebox-sidebar .seeall a .fa {
	color: #30adeb;
	font-size: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.custom-imagebox-sidebar .seeall {
	padding:20px;
}
.custom-imagebox-sidebar .seeall a {
	display: inline-block;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.custom-imagebox-sidebar .view-all-link {
	padding: 20px;
	color: black;
	font-size: 10px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
