h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #252525;
    margin-top: 5px;
    margin-bottom: 5px;
    word-wrap: break-word;
    line-height: 1.3em;
    text-transform: uppercase;
}
.h3, h3 {
    font-size: 24px;
}
a {
    color: #337ab7;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:focus, a:active, a:hover {
    text-decoration: none;
    color: #1899d3;
}
.navbar-inverse {
    background-color: #18191f;
    border-color: #080808;
}
.navbar-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 22px 15px;
    color: #ebebeb;
    font-family: 'Open Sans', 'cursive';
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #1899d3;
}
@media (min-width: 768px) {
    #navbar-collapse {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav {
        float: none;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
        position: static;
    }
}
.hover-post-teaser {
    width: 20%;
    float: left;
    padding: 0 10px;
}
.hover-post-teaser-img {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
}
.hover-post-teaser-title {
    font-size: 1.2em;
}
.hover-post-teaser-title > a {
    font-family: 'Open Sans', 'cursive';
    color: #252525;
    font-weight: 600;
}
.hover-post-teaser-title > a:hover {
    color: #1899d3;
}
.post-date {
    font-weight: 700;
    color: #b0b0b0;
    text-transform: capitalize;
    font-family: 'Open Sans', 'cursive';
    font-size: 12px;
}
.post-date > .fa {
    margin-right: 5px;
}
.hover-block {
    padding-bottom: 10px;
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    position: absolute;
    top: 100px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    text-align: left;
}
.hover-block.show {
    visibility: visible;
    opacity: 1;
    top: 65px;
    transform: translateY(0px);
    display: block;
}
.hover-block-inner {
    overflow: hidden;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}
.front-big-block {
    position: relative;
    text-align: center;
    margin: 2px;
}
.front-big-block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.front-big-block:hover:after {
    background-color: rgba(0,0,0,0.6);
}
.post-teaser-content {
    position: absolute;
    padding: 20px;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    z-index: 2;
    width: 100%;
}
.post-teaser-term {
    color: #fff;
    font-size: .95em;
}
.post-teaser-term:hover,
.post-teaser-term:focus {
    color: #fff;
}
.post-teaser-title > a {
    color: #fff;
    font-weight: bold;
}
.post-teaser-title > a:hover,
.post-teaser-title > a:focus {
    color: #1899d3;
}
.post-teaser-img {
    width: 100%;
}
.post-teaser-date {
    color: #fff;
    font-size: .9em;
}
.teaser-title > a {
    color: #252525;
    font-weight: bold;
}
.teaser-title > a:hover,
.teaser-title > a:focus {
    color: #1899d3;
}
.teaser-block {
    margin-top: 40px;
}
.teaser-term {
    padding: 2px 10px;
    display: block;
    float: left;
    margin-top: -20px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}
.teaser-block img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} 
.teaser-block:hover img {
    transform: scale(1.05);
}
.post-teaser-link-img {
    display: block;
    overflow: hidden;
}
#load-more {
    color: #666666;
    font-size: 1.03em;
    padding: 8px 0;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #DEDEDE;
    display: block;
    width: 360px;
    margin: 40px auto;
}
#load-more .fa {
    margin-right: 5px;
}
#load-more:hover,
#load-more:focus {
    color: #1899d3;
}
#toTop {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 30px;
    background-color: #23AEF4;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 40px;
    border-radius: 0px;
    line-height: 42px;
    display: none;
    z-index: 9999;
}
#toTop:active, 
#toTop:focus, 
#toTop:hover {
    color: #191919;
}
.block-title {
    background-color: #252525;
    color: #fff;
    font-size: 1.1em;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
}
.region-sidebar-second {
    margin-right: -15px;
    margin-top: 20px;
    padding-left: 15px;
}
.popular-item {
    margin-top: 20px;
    min-height: 81px;
}
.popular-item-img-link {
    float: left;
    margin-right: 20px;
    overflow: visible;
    display: block;
}
.popular-item-text {
    display: table;
}
.popular-item-title {
    font-size: 14px;
}
.popular-item-title > a {
    color: #252525;
}
.popular-item-title > a:hover,
.popular-item-title > a:focus {
    color: #1899d3;
}
.region-sidebar-second .block {
    margin-bottom: 20px;
}
.read-now-item {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.read-now-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 76%;
    z-index: 1;
    opacity: 0.8;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 20%, #000000 120%);
    transition: opacity 0.35s ease-in-out;
    left: 0;
}
.read-now-img-wrapper {
    overflow: hidden;
}
.read-now-item:hover img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.read-now-item:hover img {
    transform: scale(1.05);
}
.read-now-content {
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    bottom: 10px;
    padding: 15px;
    z-index: 2;
}
.read-now-item:hover .read-now-content {
    transform: translateY(-10px);
}
.read-now-title a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.read-now-title a:hover,
.read-now-title a:focus {
    color: #1899d3;
}
.footer {
    background-color: #18191f;
    color: #70787d;
}
.bl1 {
    margin-bottom: 20px;
}
.bl2 {
    margin-top: 20px;
}
.social-likes {
    margin: 20px 0;
    display: block;
    text-align: center;
}
.field-name-field-image {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.field-name-body iframe {
    display: block;
    margin: 0 auto;
}
.field-name-body img {
    max-width: 100%;
    height: auto !important; 
}
.page-header {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
}
.breadcrumb {
    margin-top: 20px;
    border-radius: 0;
    background-color: #252525;
    //color: 
}
.breadcrumb a {
    color: #fff;
    font-weight: bold;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #1899d3;
}
.pagination {
    margin-top: 40px;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-radius: 0;
}