.rit-wrapper-thumb{
    width: 100%;
    display: block;
}
.rit-wrapper-thumb img{
    max-width: 100%;
}
.rit-head-block-news{
    display: block;
    border-bottom: 2px solid #EAEAEA;
    margin:10px 0 20px;
}
.rit-head-block-news .title{
    text-transform: uppercase;
    font-size: 18px;
    padding: 0;
    text-align: center;
}
.rit-head-block-news .title span{
    padding:5px 20px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-weight: normal;
}
.rit-head-block-news .title span:after{
    position: absolute;
    background: #333;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
}
.rit-wrapper-news .rit-news-item{
    border-bottom: none;
    padding:15px;
    border-bottom: 5px;
}
.rit-title-news a{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.rit-news-item .rit-news-info{
    margin:0;
    padding:10px 0
}
.rit-wrapper-thumb{
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    display: block;
}
.rit-wrapper-thumb .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, rgba(255,255,255,0.1), rgba(3,3,3,0.5));
    /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, rgba(255,255,255,0.1), rgba(3,3,3,0.5));  /* IE 10 */
    background: -ms-radial-gradient(circle, rgba(255,255,255,0.1), rgba(3,3,3,0.5));
}
.rit-wrapper-thumb:hover{
    cursor: pointer;
}
.rit-wrapper-thumb:hover .mask{
    opacity: 0.3;
}
.rit-description p{
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
}
.rit-btn{
    padding:8px 30px;
    text-transform: uppercase;
    display: inline-block;
}
.rit-readmore{
    color: #0ec100;
    position: absolute;
    /*padding: 8px 0px;
    top: 55px;*/
    display: inline-block;
}
.rit-readmore:after{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #0ec100;
    content: '';
    left: 0;
    top: 50%;
}
.rit-readmore:hover{
    cursor: pointer;
}
.rit-readmore span{
    background: #fff;
    color: #0ec100;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 9;
    padding:5px;
    position: relative;
}
.rit-readmore:hover span{

}
.rit-control-tabs-news{
    margin:20px 0 0;
    text-align: center;
    list-style: none;
    display: block;
}

.rit-control-tabs-news li{
    display: inline-block;
    padding:8px 10px;
    margin-left:5px;
    position: relative;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.rit-news-group{
    display: block;
    overflow: hidden;
}
.rit-news-group.unvisible{
    height: 0 !important;
}
.rit-control-tabs-news li.active, .rit-control-tabs-news li:hover{
    border-color: #333;
    cursor: pointer;
}
.rit-control-tabs-news li:after{
    position: absolute;
    width: 20px;
    height: 20px;
    content: '\f107 ';
    font-family: 'FontAwesome';
    top:10%;
    left: 50%;
    margin-left: -10px;
    text-align: center;
    font-size: 20px;
    opacity: 0;
    transition: all 300ms;
}
.rit-control-tabs-news li.active:after, .rit-control-tabs-news li:hover:after{
    top: 100%;
    opacity: 1;
}
.rit-news-group .rit-description{
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 30px;
}
.rit-news-headline .rit-title-news{
    position: absolute;
    padding:15px;
    width: 100%;
    color: #fff;
    bottom: 0;
    left: 0;
}
.rit-news-headline .rit-title-news a{
    color: #fff;
    padding:15px;
    display: block;
}
.rit-news-headline .rit-title-news a:hover{
    background: rgba(3,3,3,0.4);
}
.rit-news-headline .rit-readmore{
    position: absolute;
}
.rit-news-headline  .rit-wrapper-thumb{
    margin:0
}
.rit-news-headline .rit-news-item:hover .mask{
    opacity: 0.3;
}
.rit-news-headline .rit-second-col{
    padding:10px 15px
}
.rit-news-headline .rit-second-col .rit-news-item {
    padding:5px;
    margin:0
}
.rit-news-headline .rit-second-col .rit-title-news{
    padding:5px
}
.rit-news-headline .rit-second-col .rit-title-news a{
    font-size: 14px;
    padding: 5px;
}
/*vertical layout*/
.rit-news-vertical img {
    width: 100%;
}
.rit-news-vertical .rit-wrapper-thumb, .rit-news-normal .rit-wrapper-thumb{
    margin:0
}
.rit-news-vertical .rit-second-col{
    margin-top: 15px;
}
.rit-news-vertical .rit-second-col .rit-news-item {
    padding:0;
    margin-bottom: 10px;
}
.rit-news-vertical .rit-second-col  .rit-news-item .col-xs-4{
    padding-right: 0;
}
.rit-news-vertical .rit-second-col  .rit-news-item .col-xs-8{
     padding-left:5px;
 }
.rit-news-vertical .rit-news-group{
    border:1px solid #eaeaea;
    margin: 50px 0 20px;
    position: relative;
    overflow: visible;
    display: inline-block;
}
.rit-news-vertical .rit-news-group>.rit-news-item{
    margin-bottom: 0;
}
.rit-news-vertical .rit-news-group .rit-description{
    border-bottom: none;
}
.rit-news-vertical .rit-news-group>h3.title{
    position: absolute;
    height: 30px;
    padding:2px 15px;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    top: -30px;
    left: 0;
    font-weight: normal;
    border-bottom: 2px solid #333;
}
.rit-news-vertical .rit-news-group  .rit-title-news a:hover{
    border-bottom: 1px solid #333;
}
/*normal layout*/
.rit-news-normal img{
    width: 100%;
}
.rit-news-normal .rit-title-news{
    margin-bottom: 5px;
}
.rit-news-normal .rit-title-news:hover{
    text-decoration: underline;
}
.rit-news-normal  .rit-description{
    border-bottom: none;
}