/*
|-----------------------------------------------------------------------------------------------------------
| WIDGETS - imagebox
|-----------------------------------------------------------------------------------------------------------
*/



.contentRender_name_plugins_collections_template_custom_slider > .iBox{
	position: relative;
}
.iBox.slider {
	max-width: 469px;
	margin:0 auto;
	opacity: 0.0;

}
.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: 5px;
}
.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;
}



/** slider **/
.iBox.slider .logo-box{
	padding-top: 10px;
}
.iBox.slider .logo-box span{
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-family: 'KievitPro-Regular';
	font-style: italic;
	font-weight: bold;
}

.iBox.slider .slick-dots{
	position: absolute;
	top: 215px;
	right: 0;
	padding: 0 25px 0 0;
	margin: 0;
	width: auto;
}

/* Themes */
.theme_chasinthesun .iBox.slider li {
	margin: 0 2px;
}

@media only screen and (max-width: 350px) {
	.iBox.slider .slick-dots{
		top: 100px;
	}
}

@media only screen and (max-width: 470px) and (min-width: 351px){
	.iBox.slider .slick-dots{
		top: 150px;

	}
}
.iBox.slider li{
	display: block;
	float: left;
	padding: 0 3px;
}
.iBox.slider li button{
	padding: 0;
	margin: 0;
	background: #ef884c;
	border: 1px solid #FFF;
	width: 15px;
	height: 15px;
	text-indent: -99999px;
	overflow: hidden;
}
.iBox.slider li.slick-active button{
	background: #fdd16a;
	border: 1px solid #fdd16a;
}
