/* == .ARTICLELIST-CUSTOM == */
.article-custom{}
.article-custom .wrapper{
	margin-top:25px;
}
.article-custom .item .image {
	height: 145px;
}
@media (max-width:767px){
	.article-custom .wrapper{
		margin-top:5px;
		padding:15px 0px;
		background-color:#FFF;
	}
	.article-custom .item .image {
		height: 105px;
	}
}

/* == .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 #1853a3;
    /* text-transform: uppercase; */
    padding-left: 10px;
    /* height: 25px; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
.articlelist-custom .description{
	margin-top:15px;
    text-align: justify;
}
.articlelist-custom .item .more>a{
    width: auto;
    /* border:1px solid #000; */
    text-align:left;
    border:none;
    height:inherit;
    line-height:inherit;
}
.articlelist-custom .datagrid .item{
	position:relative;
	padding-left:300px;
    min-height: 175px;
}
.articlelist-custom .datagrid .item .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 285px;
    height: 165px;
}
.articlelist-custom .datagrid .item .body {
    margin-top: 0px;
}
.articlelist-custom .datagrid .item .sapo {
	margin-top:15px;
}
@media (max-width:767px){
	.articlelist-custom .wrapper{
		margin-top:0px;
		padding:15px;
	}
	.articlelist-custom.relate .wrapper{
		margin-top:5px;
	}
	.articlelist-custom .datagrid .item{
		padding-left:190px;
		min-height: 100px;
	}
	.articlelist-custom .datagrid .item .image {
		width: 175px;
		height: 100px;
	}
	.articlelist-custom .datagrid .item .sapo {
		display:none;
	}
}
/* == .ARTICLEDETAIL-CUSTOM == */
.articledetail-custom{}
.articledetail-custom .wrapper{
	margin-top:15px;
	background-color:#FFF;
}
.articledetail-custom blockquote {
	margin-top:15px;
    font-size: inherit;
    font-style: normal;
    border-left: 5px solid #1853a3;
    text-align: justify;
    background-color: #fff8e3;
    padding: 10px 10px 10px 15px;
}
.articledetail-custom blockquote p:last-child{
	margin-bottom:0px;
}
.articledetail-custom .sapo {
	margin-top:15px;
    text-align: justify;
}
.articledetail-custom .thumbnail{
	margin-top:15px;
}
.articledetail-custom .thumbnail img{
    width: 100%;
	border-radius:5px;
}
.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;
    font-size: 18px;
    border-left: 5px solid #1853a3;
    padding-left: 10px;
    text-align: left;
}
.articledetail-custom .content .uk-table{
    border: 1px solid #1853a3;
    border-bottom: none;
}
.articledetail-custom .content .uk-table thead th {
    background-color: #1853a3;
	color:#FFF;
}
.articledetail-custom .content .uk-table td,
.articledetail-custom .content .uk-table th {
    padding: 8px 8px;
    border: 1px solid #1853a3;
    text-align: left;
}
@media (max-width:767px){
	.articledetail-custom .wrapper{
		border-radius:0px;
		padding:15px;
	}
}