#tabs {
	float: right;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	top: 20px;
    margin-bottom: 40px;
}
#tabs > li > a:hover, .post-title a:hover {
	color: #ec1919;
    text-decoration: none;
}
#tabs > li.active > a, #tabs > li.active > a:hover, #tabs > li.active > a:focus {
    background-color: #ec1919;
    border-radius: 0;
    color: white;
}
#tabs > li > a {
    border-radius: 4px;
    color: #fff;
    background: #3f4851;
    padding: 12px 20px 11px !important;
    border-radius: 0;
    margin: 0 -1px;
    font-family: 'Oswald Light';
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;

    -moz-transition: all .2s ease-in!important;
    -o-transition: all .2s ease-in!important;
    -webkit-transition: all .2s ease-in!important;
    transition: all .2s ease-in!important;
}

.post-title a {
    font-family: 'Oswald Light';
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    /*color: #151618;*/

    margin-bottom: 9px;
    color: #404040;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.7px;

    -moz-transition: all .2s ease-in!important;
    -o-transition: all .2s ease-in!important;
    -webkit-transition: all .2s ease-in!important;
    transition: all .2s ease-in!important;
}
.tab-content p {
    font-size: 13px;
}
.post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ececec;
    padding: 5px 10px;
}
.post-time {
    display: block;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    color: #b2b2b2;
}
.post-share {width: 20%;}
.post-share a {color: green;}
.post-share a:nth-child(1) {margin-right: 8px;}


/* Zoom on hover */
.image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.image img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    /*width: 100%;*/
    max-height: 160px;
}
.image {
    position: relative;
    margin-bottom: 14px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .title {margin-bottom: -20px;}
    .tab-content {margin-top: 30px;}
    /*.nav-pills > li a {margin-top: -30px;}*/
}
#the-news {
    margin-bottom: 40px;
}
#the-news article {
    margin-bottom: 20px;
}
@media screen and (max-width: 649px) {
    #tabs {
        float: left;
        padding-right: 0px;
        padding-left: 0px;
        top: 25px;
    }
    #tabs > li > a {
        padding: 10px 10px 10px 10px!important;
    }
}
.post-title h4 {
    margin-bottom: 0px;
}