.blog_section a {
    color: #313030;
    font-weight: 400;
}

.blog_section .fa-calendar {
    color: #000;
}

.blog_section a.btn-danger,
.blog_section a.btn-success {
    color: #fff;
}

.blog_section .main {
    float: left;
}

.blog_section .group {
    float: left;
    padding-left: 15px;
}

.padding_left_15 {
    padding-left: 15px;
}

.cursor_pointer {
    cursor: pointer;
}

.blog_section .search_bar {
    background: #313030 linear-gradient(#313030, #313030) repeat scroll 0 0;
    color: #ffffff;
    margin-top: 10px;
    padding: 10px 0 10px 15px;
}

.blog_section .heading_bar h3,
.blog_section .search_bar h3 {
    font-size: 24px;
    font-style: italic;
    color: #fff;
    margin: 0;
}

.blog_section .search_bar h3 {
    line-height: 45px;
}

.blog_section .search_bar a {
    color: #fff;
}

.blog_section .search_bar .search-input {
    padding-top: 5px;
}

.blog_section .search_bar .adv-search {
    font-size: 0.98em;
    text-align: right;
}

.blog_section .search_bar .adv-search a {
    font-size: 0.9em;
}

#advanced_search.well {
    background: #444 none repeat scroll 0 0;
    color: #fff;
}

#advanced_search.well .bootstrap-datetimepicker-widget {
    color: #444;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.blog_section .wrapper {
    border-bottom: 1px solid #444;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 20px;
}

.blog_section .wrapper {
    font-weight: 300;
}

.no_padding {
    padding-left: 0;
    padding-right: 0;
}

.blog_section .heading_bar,
.blog_section .group .heading {
    background: #313030 linear-gradient(#313030, #313030) repeat scroll 0 0;
    color: #fff;
    margin-top: 10px;
    padding: 10px;
    text-transform: uppercase;
}

.blog_section .group ul {
    margin: 0 0 20px;
    padding: 0;
}

.blog_section .group ul li {
    list-style-type: none;
}

.blog_section .group ul li a:nth-child(2n+1) {
    background: #444 none repeat scroll 0 0;
    border-bottom: 1px solid #444;
    color: #fff;
}

.blog_section .group ul li a {
    color: #fff;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}
.blog_section .group ul li a img {
    max-width: 50px;
    max-height: 50px;
    float: left;
    margin: 0 10px 0 0;
}

.blog_section .group ul li a:hover {
    background-color: #000;
    text-decoration: none;
}

.blog_section .group ul li.active a {
    background-color: #000;
    text-decoration: none;
}

.blog_section .group .tags {
    background: #444 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 10px;
}

.blog_section .group .tags a.active {
    color: #999;
}

.blog_section .group .tags a.s {
    color: #fff;
    font-size: 10px;
}

.blog_section .group .tags a.m {
    font-size: 14px;
}

.blog_section .group .tags a.xl {
    font-size: 18px;
}

.blog_section .group .tags a {
    color: #fff;
}

.blog_section .tags a {
    padding-left: 5px;
    padding-right: 5px;
}

.blog_section .social_media_likes ul {
    list-style: none;
}

.blog_section .social_media_likes ul li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.blog_section .float_left {
    float: left;
}

.blog_section .float_right {
    float: right;
}

.blog_section .padding_left_20 {
    padding-left: 20px;
}

.blog_section .padding_left_15 {
    padding-left: 15px;
}

@media (max-width: 993px) {
    .blog_section .group {
        font-size: 0.95em;
    }

    .blog_section .group .tags a.s {
        font-size: 9px;
    }

    .blog_section .group .tags a.m {
        font-size: 12px;
    }

    .blog_section .group .tags a.xl {
        font-size: 14px;
    }
}