/* == .ARTICLELIST-CUSTOM == */
.articlelist-custom{}
.articlelist-custom .wrapper{
	margin-top:15px;
	background-color:#FFF;
}
.articlelist-custom.relate .wrapper{
	margin-top:25px;
}
.articlelist-custom .uk-panel-title {
    border-left: 5px solid #007e42;
    /* text-transform: uppercase; */
    padding-left: 10px;
    height: 25px;
    white-space: nowrap;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
.articlelist-custom .item .more>a{
    border:1px solid #000;
    text-align:left;
    border:none;
    height:inherit;
    line-height:inherit;
}
.articlelist-custom .datagrid .item{
	position:relative;
	padding-left:250px;
    min-height: 180px;
}
.articlelist-custom .datagrid .item .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 235px;
    height: 180px;
}
.articlelist-custom .datagrid .item .body {
    margin-top: 0px;
}
.articlelist-custom .datagrid .item .sapo {
	margin-top:15px;
}
@media (max-width:767px){
	.articlelist-custom .wrapper{
		border-radius:0px;
		padding:15px;
	}
	.articlelist-custom.relate .wrapper{
		margin-top:5px;
	}
	.articlelist-custom .datagrid .item{
		padding-left:165px;
		min-height: 125px;
	}
	.articlelist-custom .datagrid .item .image {
		width: 150px;
		height: 125px;
	}
	.articlelist-custom .datagrid .item .sapo {
		display:none;
	}
}
/* == .ARTICLEDETAIL-CUSTOM == */
.articledetail-custom{}
.articledetail-custom .wrapper{
	margin-top:15px;
	background-color:#FFF;
}
.articledetail-custom .sapo {
	margin-top:15px;
}
.articledetail-custom .content{
    margin-top:15px;
    text-align: justify;
}
.articledetail-custom .content h1,
.articledetail-custom .content h2,
.articledetail-custom .content h3,
.articledetail-custom .content h4,
.articledetail-custom .content h5,
.articledetail-custom .content h6{
	font-weight:bold;
    text-align: left;
}
@media (max-width:767px){
	.articledetail-custom .wrapper{
		border-radius:0px;
		padding:15px;
	}
}