.category_image{
    /*padding:1% !important;*/
}
.list_name{
    text-align: center;
    /*border-bottom: 1px solid;*/
}
.padding_category_list{
    padding:1%;
    border-bottom: 1px solid;
}
.category_page_link
{
    cursor: pointer;
}
.category_list_head{
    background: #423F3B;
    color: white;
    font-size: 15px;
    padding: 3%;
    height: 35px;
}
.popular_page_head{
    background: #333;
    height: 40px;
    color: white;
    font-size: 17px;
    padding: 1.5% 3%;
    margin-bottom: 10px;
}
.popular_page_title
{
    padding: 1% 3%;
    color: #271163;
    font-size: 15px;
    font-weight: bold;
}
.padding_article_list{
    margin-top:10px;
}
.article_title
{
    margin-left: 20px;
    font-size: 17px;
    font-weight: bold;
}
.clear
{
    clear:both;
}
.blog_search{
    margin-top:4%;
    margin-left:3%;
    margin-bottom: 4%;
}
.blog_search_button{
    float:right;
    background: black;
    border-color: black;
    color: white;
    font-weight: bold;
    margin-right: 3%;
}
@media (min-width: 768px) {
    .blog_search{
        width:45%;
    }	
}
/*@media (min-width: 768px) {
#footer .col-sm-4{
        width:20% !important;
}
}*/
.blog_footer_search{
    width:45%;
}
.blog-top-menu-link a{
    display: block;
    color: white;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px;
    float: right;
    border-left: 1px solid #515151;
}
.article_description{
    margin-left: 20px;
    /*width: 300px;*/
    font-size: 14px;
    display:block;
    margin-top: 1% !important;
}
.related_posts
{
    font-size: 18px;
    border: 1px solid #B3ADAD;
    padding: 1%;
}
.related_post_link{
    font-size: 18px;
    padding: 1%;
    width:60%;
}
.no_image{
    display:none;
}
.article_page_link:hover{
    cursor: pointer;
}
.category_align{
    text-align: left !important;
    padding:1%;
}
.category_sub_left,.category_sub_right,.category_sub_footer{
    padding-left: 7.5%;
    /*border-bottom: 1px solid;*/
}
.category_sub_sub_left,.category_sub_sub_right,.category_sub_sub_footer{
    padding-left: 7.5%;
}
.category_sub_sub_sub_left,.category_sub_sub_sub_right,.category_sub_sub_sub_footer{
    padding-left: 7.5%; 
}
.close_sub_left{
    display:none;
}
.hide_unhide_left,.hide_unhide_left_sub,.hide_unhide_left_sub_sub,.hide_unhide_right,.hide_unhide_right_sub,.hide_unhide_right_sub_sub,.hide_unhide_footer,.hide_unhide_footer_sub,.hide_unhide_footer_sub_sub{
    cursor:pointer;
    font-size: 17px;
}


#right_kbblog .category_image img, #left_kbblog .category_image img {
    width: 100px !important;
    height: 100px !important;
    margin-right: 10px;
    border: 2px solid #e9e8e8;
    border-radius: 4px;
}
#right_kbblog .list_name, #left_kbblog .list_name {
    padding: 10px;
    box-sizing: border-box;
	text-align: left;
}
#footer_blog .category_image img {
    width: 80px !important;
    height: 80px !important;
    margin-right: 5px;
    border: 2px solid #e9e8e8;
}
#footer_blog .list_name {
    padding: 0 5px;
    box-sizing: border-box;
}
#footer_blog .padding_category_list{padding: 2%;}
.category_page_link {
    padding: 10px 0;
    display: inline;
}
.category_home.blog_cat_cls .category_sub_left {
   background: #f7f7f7;
}
.category_home.blog_cat_cls span.category_page_link {
   padding: 10px 0;
   display: inline-block;
}
.category_home.blog_cat_cls .category_sub_sub_left {
   background: #f3f3f3;
}