.dirctroy-info-title a:hover,
.dirctroy-link-title a:hover {
    text-decoration: underline
}

.border {
    border: 1px solid #ccc;
    width: 100%;
}

.inner-directory {
    width: 100%;
    height: auto;
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 60px 0
}

.active {
    color: #3E3E3E;
    font-size: 15px;
    font-weight: 700
}

.title-dirctry {
    padding: 10px;
    background: #F3F3F3;
    border-bottom: 1px solid #ccc
}

.title-dirctry h1 {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 22px
}

.sub-title {
    padding: 10px 10px 5px;
    border-bottom: 1px solid #E6E6E6
}

.sub-title a {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif
}

.dirctroy-info-title {
    border-bottom: 1px solid #ECECEC;
    padding: 10px 0 15px
}

.dirctroy-info-title a {
    margin: 10px;
    text-transform: capitalize;
    color: #005DE4;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif
}

.dirctroy-link-title {
    margin: 13px 10px
}

.dirctroy-link-title a {
    color: #005DE4;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    font-family: 'Open Sans', sans-serif
}

#blog .blog_sidebar {
    width: 100%!important;
    float: left
}

.bar ul.categories {
    margin: 0;
    padding: 0
}

.blocked,
::selection {
    color: #fff;
    background: #d71818
}