.main_blog .col-lg-8 {
    padding: 0px;
}
.main_blog {
    padding: 0px;
}
.main_blog .col-lg-8 > .col-lg-12 > .col-lg-3 {
    padding: 0px;
    width: 18%;
    padding: 1%;
    /*border: 1px solid #ccc;*/
	text-align:center;
}
.main_blog .col-lg-8 > .col-lg-12 > .col-lg-9 {
    padding: 0px;
    width: 80%;
}
.main_blog .col-lg-8 > .col-lg-12 {
    box-shadow: 0px 0px 2px #989898;
    margin-bottom: 15px !Important;
    padding-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
}
.main_blog .col-lg-8 > .col-lg-12 > .col-lg-3 > a >  img {
    /*width: 130px;
    height: 130px;*/
	border-radius: 100%;
    width: 130px;
    height: 130px;

}
.main_blog .col-lg-8 > .col-lg-12 > .col-lg-9 .col-lg-12 > h4 {
    margin-top: 0px;
    font-weight: bold;
}
.dr-blog-head-text h4 a {
    font-size: 18px;
    font-weight: normal;
	color:#7b7b7b !important;
}
.dr-blog-head-text h4 div {
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
    color: #9a9a9a;
}
.main_blog .col-lg-8 >  .col-lg-12  > .col-lg-9 .col-lg-12 > h4 > span{
    font-weight: normal;
    font-size: 12px;
    padding-left: 5px;
}
.cont_head_detail {
    line-height: 20px;
	padding: 0px 15px; 
}
.cont_head_detail > h1 {
    /*background-color: #efefef;
    color: #2b2b2b;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0px;*/
	margin: 0px;
	font-weight: bold;
	margin-bottom:10px;
	line-height:16px;
}
.cont_head_detail > h1 a{
    color: #21aad8 !important;
    font-size: 22px;
    line-height: 22px;
	}
.cont_head_detail > p:first-child {
    background-color: #efefef;
    color: #2b2b2b;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 0px;
}
.cont_head_detail > p:nth-child(2) {
    -webkit-box-shadow: 2px 2px 2px 0.5px #EFEFEF;
    box-shadow: 2px 2px 2px 0.5px #EFEFEF;
    color: #2b2b2b;
    padding: 5px;
}
.cont_head_detail > div {
    -webkit-box-shadow: 2px 2px 2px 0.5px #EFEFEF;
    box-shadow: 2px 2px 2px 0.5px #EFEFEF;
    color: #2b2b2b;
    padding: 5px;
}
ul.sidebar-menu.breadcrumb {
    padding: 8px;
    margin: 10px 0px 20px 0px;
    border-radius: 5px;
}
ul.sidebar-menu.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #3F4546;
    font-family: monospace;
    font-weight: bold;
}
@media (max-width: 767px){
    .main_blog .col-lg-8 > .col-lg-12 > .col-lg-3{float:left;}
    .main_blog .col-lg-8 > .col-lg-12 > .col-lg-9{float:left;}
    .main_blog .col-lg-8 > .col-lg-12 > .col-lg-3 > a > img {
        width: 100%;
        height: auto;
    }
}
.subcategories {
    background-color: #21AAD8;
    padding: 10px 10px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.subcategories li a {
    color: #fff !important;
}
.footer {
    /*position: initial !Important;*/
}
