	.hs_blog_categories_main_wrapper2{
		padding-bottom: 50px;
	}
	
	 .pagination > li > span,
	 .pagination > li:last-child > a,
	 .pagination > li:first-child > a
        {
        	color:#000000 !important;
        	background:#ffffff !important;
        	font-size:16px !important;
        	border:1px solid #e7e7e7 !important;
        	text-transform:uppercase !important;
        	-webkit-transition: all 0.5s !important;
            -o-transition: all 0.5s !important;
            -ms-transition: all 0.5s !important;
            -moz-transition: all 0.5s !important;
            transition: all 0.5s !important;
        	width:50px !important;
        	height:50px !important;
        	line-height:35px !important;
        	-webkit-border-radius: 10px !important;
            -moz-border-radius: 10px !important;
            border-radius: 10px !important;
        	text-align:center !important;
        	margin-right:10px !important;
        	margin-top : 5px;
        }
        
    .pagination > li:last-child > a{
        
        margin-left : -1px !important;
        
    }        
        
    .pagination > .active > span{
        
        background-color: #5ba536 !important;
        color : #fff !important;
    }
    
    .pagination > li:last-child > a :focus,
	.pagination > li:first-child > a :focus{
	     
	     background-color: #000 !important;
        color : #fff !important;
	     
	 }
