.news_column .panel-default{
	border: 0px;
}
.news_column .panel-default .panel-heading{
	background: transparent;
	padding: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.news_column .panel-default .panel-heading .sub-list-icon{
	background: #1cbbb4 url("../images/icons/icon-news.png") no-repeat 0px 3px;
	padding-left: 50px;
}
.news_column .panel-default .panel-heading .sub-list-icon li{
	background: url("../images/news/bg-main.png") repeat-x 0px 20px;
	width: 100%;
	padding-left: 0px;
}
.news_column .panel-default .panel-heading .sub-list-icon li h4{
	padding: 0px;
}
.news_column .panel-default .panel-heading a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	background: #1cbbb4;
	padding-right: 25px;
}
.news_column .panel-default .panel-body{
	border-left: 1px dashed #1CBBB4;
	border-bottom: 1px dashed #1CBBB4;
	border-right: 1px dashed #1CBBB4;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 10px;
}
.news_column .panel-default .panel-body h3{
	font-size: 14px;
	margin: 5px 0px 0px;
	font-weight: 400;
}
.news_column .panel-default .panel-body ul.related{
	padding: 0px;
	margin: 0px;
}
.news_column .panel-default .panel-body ul.related li a{
	margin: 0px;
}
.news_column .other-news ul{
	margin: 0px;
}
.news_column .other-news ul.related li{
	padding: 5px 0px;
	border-bottom: 1px dotted #D8D8D8;
}
.news_column .other-news ul.related li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.imghome{
	background: transparent;
	border-radius: 0px;
    border: 15px solid transparent;
    padding: 0px;
    -webkit-border-image: url("../images/icons/bg-image.png") 15 round;
    -o-border-image: url("../images/icons/bg-image.png") 15 round;
    border-image: url("../images/icons/bg-image.png") 15 round;
}
.img-background{
	width: 90px;
	height: 60px;
	background: transparent;
	border-radius: 0px;
    border: 5px solid transparent;
    padding: 0px;
    margin-right: 10px;
    -webkit-border-image: url("../images/icons/bg-image.png") 15 round;
    -o-border-image: url("../images/icons/bg-image.png") 15 round;
    border-image: url("../images/icons/bg-image.png") 15 round;
}
.icon_list{
	border-bottom: 1px dashed #9d9d9d;
	padding: 5px 0px;
}
.featured{
	border-top: 1px dashed #1CBBB4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.featured h2{
	font-size: 20px;
	margin-top: 0px;
}
.featured ul.related li{
	padding: 5px 0px;
	border-bottom: 1px dotted #d8d8d8;
}
.title{
	font-size: 20px;
	margin-top: 0px;
}
/* Player */
:root {
    --plyr-color-main: #108DE5;
    --plyr-audio-controls-background: transparent;
}

.news-detail-player {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    background-color: #f4f4f4;
}

.news-detail-player > .player {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-right: 24px;
}

.news-detail-player > .source {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
}

.news-detail-player > .tools {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 20px;
}

.news-switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.news-switch .news-switch-btn {
    margin-left: 5px;
    position: relative;
    width: 44px;
    height: 22px;
}

.news-switch .news-switch-btn .news-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.news-switch .news-switch-btn .news-switch-slider:before {
    position: absolute;
    content: "";
    background-color: #d6dadf;
    -webkit-transition: .4s;
    transition: .4s;
    height: 14px;
    width: 36px;
    left: 4px;
    bottom: 4px;
    border-radius: 7px;
}

.news-switch .news-switch-btn .news-switch-slider:after {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 0;
    bottom: 0;
    background-color: #4a5464;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.news-switch .news-switch-btn.checked .news-switch-slider:after {
    background-color: #108DE5;
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

@media (max-width:499.98px) {
	.news-detail-player {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .news-detail-player > .player {
        padding-right: 0;
        width: 100%;
        -ms-flex-order: 1;
        order: 2;
    }

    .news-detail-player > .source {
        padding-right: 10;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 12px;
    }

    .news-detail-player > .tools {
        padding-right: 0;
        -ms-flex-order: 0;
        order: 1;
        margin-top: 12px;
    }
}