.tx-news{
	overflow: visible;
}
.tx-news .f3-widget-paginator {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tx-news .f3-widget-paginator li {
	display: none;
}

.tx-news .f3-widget-paginator li.next {
	display: block;
	/*width: 160px;*/
	/*height: 60px;*/
	margin: 0 auto;
}


/*.tx-news .f3-widget-paginator li.next a {*/
	/*background-color: orange;*/
	/*height: 100%;*/
	/*width: 100%;*/
	/*margin: 0 auto;*/
	/*display: block;*/
/*}*/
.list-view{
    -webkit-transition: height 2s ease;
    -moz-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
	overflow: hidden;
}


a.btn-show-more.btn {

    display:block;
    font-weight:normal;
    border: 2px solid black;
    width: 300px;
    margin: 0 auto;
    maring-top: -20px;
    background-color: rgba(0,0,0,0.3);
    color: black;
    line-height: 35px;


}
.next.btn-show-more-container{
	padding-bottom: 25px !important;
	padding-top: 25px !important;
}


.blockUI.blockOverlay{



}

.blockUI.blockMsg.blockElement{
    border: 2px solid red !important;
    height: 40px !important;
    line-height: 40px;

}


