/*
|-----------------------------------------------------------------------------------------------------------
| WIDGETS - imagebox
|-----------------------------------------------------------------------------------------------------------
*/
.iBox{
	position: relative;
}
.iBox .iBox-int{
	position: relative;
	width: 100%;
	max-width: 469px;
	margin: 0 auto;
	padding-bottom: 35px;
}
.iBox .image{
	position: relative;
	margin-bottom: 25px;
}
.iBox .image img{
	width: 100%;
}
.iBox .logo-box{
	position: absolute;
	min-width: 63px;
	height: 60px;
	background: #f0803e;
	top: 0;
	right: 35px;
	text-align: center;
	color: #FFF;
	padding-left: 5px;
	padding-right: 10px;
}
.iBox .logo-box img{
	position: absolute;
	top:0;right:0;bottom:0;left:0;
	margin: auto;
	width: auto;
}
.iBox .title{
	color: #2aafd7;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 14px;
	text-transform: uppercase;
	font-family: 'KievitPro-Regular';
}
.iBox .desc{
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 21px;
	color: #6d6c6b;
	font-family: Arial, Helvetica, sans-serif;

}
.iBox .more-link{
	color: #f0803e;
	font-style: italic;
}
.iBox .view-all{
	display: inline-block;
	color: #f0803e;
	font-size: 12.57px;
	line-height: 13px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 5px solid #40b7db;
	font-family: 'KievitPro-Regular';
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
}

@media only screen and (max-width: 640px) {
	.iBox .logo-box {
	    margin: 0 auto;
	    left: 0;
	    right: 0 !important;
	    width: 63px;
	}
	.iBox.slider .logo-box span {
		font-size: 12px;
	}
}