@import url("//fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap&subset=latin-ext");

.pe-latest-outer .tab-pane{
	display: none;
}
.pe-latest-outer .tab-pane.active {
	display: block;
}
.pe-latest-outer ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
.pe-latest-outer ul li{
    margin: 0 0 18px;
}
.pe-latest-outer ul li h4{
	margin:0;
}
.pe-latest-outer ul li a{
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pe-latest-outer ul li a span{
    vertical-align: middle;
    color: #dbdbdb;
    font-size: 26px;
    font-weight: 700;
    margin: 0 20px 0 0;
    display: inline-block;
    width: 32px;
    text-align: right;
}
.pe-latest-outer ul.nav li a img{
	vertical-align: middle;
    margin: 0;
	  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	  filter: grayscale(100%);
}
.pe-latest-outer .item  ul li a img{
	margin:0 5px 0 0;
	vertical-align: middle;
    height: 25px;
}
.pe-latest-outer ul li.active a img{
	  -webkit-filter: none;
	  filter: none;
}
.widget.PE_Latest{
	position: relative;
}
.widget.PE_Latest .widget-title{
	margin-bottom: 2px;
}
.pe-latest-outer .nav-pills{
	background: #f5f5f5;
    float: left;
    width: 100%;
	border-radius: 4px;
}
.pe-latest-outer .nav-pills li{
    float: left;
    margin: 0;
    width: 20%;
    font-size: 0;
    text-align: center;
}
.pe-latest-outer .nav-pills li a{
    font-size: 18px;
    color: #4b4b4b;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 27px;
    display: block;
    padding: 11px 5px;
    display: block;
}
.tab-content{
	clear: both;
    padding: 20px 0 0;
}
