/*<style class="generated-highlight">*/
    .bg-highlight {
        background-color: #525751 !important;
    }
/*</style>*/


/*<style class="generated-styles">*/
    /*Generated using JS for lower CSS file Size, Easier Editing & Faster Loading*/
    .bg-dark2-light {
        background-color: #3c3b3d !important;
        color: #ffffff !important;
    }
    .bg-dark2-light i {
        color: #ffffff;
    }
    .opacity-50 {
        opacity: 0.5;
    }
/*</style>*/

.color-white{color:#FFF!important;}

/*---Pagination---*/
.pagination {
	width: 100%;
	text-align: center;
	margin:0px 0px 30px 0px;
}
.pagination a {
    background-color: white;
	color:#1f1f1f;
	font-size:11px;
	display: inline-block;
	width: 35px;
	line-height:33px;
	height:35px;
	margin:0 5px 5px 0;
    border-radius:5px;
    box-shadow:0 5px 15px 0 rgba(0,0,0,0.09);
}