.newsList-post {
    /*border-bottom: 1px dotted #CDCDCD;*/
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.newsblob {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.newsList-post h5 a {
    color: #303030;
}

.newsList-post h5 a:hover {
	color: #0ca597;
	text-decoration: none;
}

.newsList-post h5 {
	font-size: 15px;
    line-height: 1.571428571428571em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.newsList-post-empty {
	background-color: #F2F2F2;
	color: #CCCCCC;
	font-weight: bold;
	padding: 10px;
	border-radius: 10px;
}

.newsList-end {
	text-align: right;
	font-weight: normal;
}

.newsList-bold {
	color: #888;
}

.newsList-read-more {
    text-align: right;
}

.newsList-read-more a:hover {
    color: #0ca597;
    text-decoration: none;
}

.newsList-intro {
    padding: 5px 0px;
}

/*
.newsList-pagination ul {
    list-style: none;
    text-align: center;
}

.newsList-pagination ul li {
    display: inline-block;
}

.newsList-separator {
	background-color: #E96044;
	text-align: center;
	border-radius: 15px;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}
*/

ul.newsList-pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.newsList-pagination li {display: inline;}

ul.newsList-pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

ul.newsList-pagination li a.active {
    background-color: #0CA597;
    color: white;
    border: 1px solid #0CA597;
    text-decoration: none;
}

ul.newsList-pagination li a:hover:not(.active) {background-color: #ddd; text-decoration: none;}

/*
.newsList-thumbnail {
	width: 100%;
	height: 198px;
	overflow: hidden;
	margin-bottom: 10px;
}

.newsList-large-thumbnail {
	height:100%;
	margin-bottom: 10px;
}

.grow img {
	width: 100%;
	height: 100%;	
	transition: all .3s ease-in-out;
}

.grow img:hover { 
	transform: scale(1.1); 
}
*/

.newsList-custom {
	color: #ffffff;
    border-color: #0ca597;
    background-color: #0ca597;
    display: inline-block;
    padding: 0 23px;
    width: auto;
    height: 39px;    
    line-height: 39px;
    font-size: 13px;
    font-weight: 700;    
	text-decoration: none;
    cursor: pointer;
    white-space: nowrap;   
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    outline: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.newsList-custom:hover {
	
	color: #ffffff;
	background-color: #303030;
	text-decoration: none;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;		
}

/* RECENT NEWS */
.newsList-post .recent {
    margin-bottom: 10px;
    font-weight: 400;
}

.newsList-post .recent a {
    color: #303030;
}

.newsList-post .recent a:hover {
    color: #0ca597;
    text-decoration: none;
}


/********/

figure {
    width: 300px;
    height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}