*:focus{outline:none !important;}
body .ch-form-select:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0px;
    pointer-events: none;
    text-align: center;
    line-height: 26px;
    background: white;
    border: 1px solid #d8dcdc;
    -webkit-box-shadow: white 1px 1px 0 inset;
    -moz-box-shadow: white 1px 1px 0 inset;
    box-shadow: white 1px 1px 0 inset;
}
body .ch-form-select:after {
	font-family: "FontAwesome" !important;
    color: #525e6e;
    content: "\f107";
    font-size: 14px !important;
}
.adscatsnews{
	margin: 20px 0px;
	text-align: center;
	float: left;
	width: 100%;
}
.rp-header{
	float: left;
	width: 100%;
}
.rp-header h3{
	margin: 0px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 0px;
    background-color: #e5efc4;
    position: relative;
    text-transform: uppercase;
    padding-left: 10px;
    color: #0008ff;
    float: left;
    border: 1px solid #ccc;
    border-bottom: 0px;
    width: 50%;
    text-decoration: underline;
}
/*.rp-header h3:after {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -16px;
    top: 0;
    border-style: solid;
    border-width: 32px 0 0 16px;
    border-color: #1b2024;
    border-top-color: transparent;
}
.rp-header h3:after {
    border-color: #ffa900 !important;
    border-top-color: transparent !important;z-index: 15;
}*/
.rp-header .ch-form-select {
    position: relative;
    display: inline-block;
    width: 50%;
}
.rp-header .ch-form-select select {
    height: 32px;
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: normal;
    font-style: normal;
    padding: 3px;
    color: #525e6e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #d8dcdc;
    -webkit-box-shadow: white 1px 1px 0 inset;
    -moz-box-shadow: white 1px 1px 0 inset;
    box-shadow: white 1px 1px 0 inset;
    background-color: white;
}
.rp-header .ch-form-select:after {
    height: 32px;
    width: 32px;
    line-height: 32px;
}
.rp-header .ch-form-select select {
    margin-bottom: 0;
    padding-left: 35px;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0px;
}
.rp-wrapper{
	clear: both;
	position: relative;
}
.rp-wrapper:before{
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    padding: 0;
    background: url(https://cherryradio.com.au/images/shadow-bottom.png) center bottom no-repeat;
    background-size: 100% 7px;
}
.rp-wrapper:after{
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    padding: 0;
    background: url(https://cherryradio.com.au/images/shadow-top.png) center bottom no-repeat;
    background-size: 100% 7px;
}
.rp-wrapper .box_ch__content_left{
	width: calc(100% - 100px);
	float: left;
}
.rp-wrapper #playerContainer{
	position: relative;
	width: 100%;
	height: 100px;
}
.rp-wrapper .box_ch__content_right{
	width: 100px;
	float: right;
}
.rp-wrapper #audioDiv{
	position: absolute;
	bottom: 7px;
	width: 100%;
}
.rp-wrapper .box_ch__content_right img{
	width: 100px;
	height: 100px;;
}
.rp-wrapper .state{
	color: red;
	float: left;
	text-transform: uppercase;
	margin-right: 10px;
}
.rp-wrapper .time{
	color: #a0aab4;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
	float: left;
	margin-right: 10px;
}
.rp-wrapper .title{
	text-transform: uppercase;
	clear: both;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    float: left;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%;
}
.rp-wrapper .item-url{
	float: left;
    margin-right: 10px;
}
.rp-wrapper .item-url a{
	position: relative;
}
.rp-wrapper .item-url a:after {
	font-family: "FontAwesome" !important;
	color: rgb(82, 94, 110);
    content: "\f105";
    font-size: 14px !important;
    position: absolute;
    right: -9px;
	line-height: 18px;
    bottom: 0;
}
.rp-wrapper .item_txt{
	padding-top: 10px;
}
.rp-wrapper #playerContainer .item_txt{
	margin-left: 82px;
	overflow: hidden;
}
.rp-wrapper .box_ch_item .item_txt{
	height: 80px;
	margin-top: 20px;
	border-right: 1px solid #ccc;
}
.rp-wrapper .mejs__container{
	margin-left: 82px;
	width: calc(100% - 82px) !important;
	background: none;
}
.rp-wrapper .mejs__controls{
	background: none;
	padding: 0px;
}
.rp-wrapper .mejs__time-rail{
	margin: 0px;
	padding: 0px;
}
.rp-wrapper .mejs__pause{
	position: absolute;
    top: -50px;
    left: -77px;
    bottom: 0;
    width: 72px;
    height: 93px;
}
.rp-wrapper .mejs__pause > button{
	background: transparent url(https://cherryradio.com.au/images/pause.png) center center no-repeat;
	background-size: 65px 65px;
	height: 65px;
	width: 65px;
}
.rp-wrapper .mejs__pause > button:hover {
    background: transparent url(https://cherryradio.com.au/images/hover_pause.png) center center no-repeat;
    background-size: 65px 65px;
}
.rp-wrapper .mejs__play{
	position: absolute;
    top: -50px;
    left: -77px;
    bottom: 0;
    width: 72px;
    height: 93px;
}
.rp-wrapper .mejs__play > button{
	background: transparent url(https://cherryradio.com.au/images/play.png) center center no-repeat;
	background-size: 65px 65px;
	height: 65px;
	width: 65px;
}
.rp-wrapper .mejs__play > button:hover {
    background: transparent url(https://cherryradio.com.au/images/hover_play.png) center center no-repeat;
    background-size: 65px 65px;
}
.rp-wrapper .mejs__time-total{
	background: rgba(74, 74, 74, 0.3);
    margin: 15px 0 0;
}
.rp-wrapper .mejs__broadcast{
	color: #000;
    height: 10px;
    position: absolute;
    top: 7px;
    height: 14px;
    width: 100%;
    border-bottom: 1px solid;
}
.rp-wrapper .mejs__currenttime{
	color: #000 !important;
	
}
.rp-wrapper .mejs__time{
	padding-left: 0px !important;
	padding-top: 11px !important;
}
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage .divimgitem a:first-child{
	display: block;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale .1s ease;
	-moz-transition: scale .1s ease;
	-ms-transition: scale .1s ease;
	-o-transition: scale .1s ease;
	transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
.owl-carousel .owl-prev{
	position: absolute;
    left: 0px;
    top: 41%;
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    /* padding-top: 5px; */
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid;
}
.owl-carousel .owl-next{
	position: absolute;
    right: 0px;
    top: 41%;
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    /* padding-top: 5px; */
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid;
}
#top_viewed_news li:first-child h4{
	margin-top: 0px;
}
#news_podcasts .image-big-news-hot{
	max-height: 320px;
	height: 100%;
	font-size: 18px;
}
#news_podcasts .image-big-news-hot img{
	height: 296px;
}
#news_podcasts .image-news-hot{
	max-height: 120px;
	height: 120px;
	font-size: 18px;
}
#news_podcasts .item h1{
	font-size: 16px;
	font-weight: 600;
	margin-top: 0px;
}
#news_podcasts .item .news_description{
	font-size: 14px;
}
#news_podcasts .item h2{
	font-size: 16px;
	font-weight: 600;
	margin-top: 0px;
}
#news_podcasts .item h3{
	font-size:14px;
	font-weight:600;
	margin-top: 0px;
}
#news_podcasts .block-item:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#news_podcasts .block-item{
	overflow: hidden;
}
#news_podcasts .block-item img{
	transition: all .8s ease;
	width: 100%;
}
#list_cats .last_parent a{
	font-weight: 600;
}
#list_cats ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#list_cats ul li{
	padding: 15px 0px;
	border-bottom: 1px solid #ddd;
}
#list_cats ul li:last-child{
	margin-bottom: 15px;
}
#list_cats ul li h3{
	margin:0px;
}
#list_cats ul li h3 a{
	display: table-cell;
	padding: 3px 5px;
	font-size: 15px;
}
#list_cats ul li a:hover{
	color: #fff;
	background: #e74c3c;
	border-radius:4px;
}
#list_cats ul li a.active{
	color: #fff;
	background: #e74c3c;
	border-radius:4px;
}
#list_cats ul .item_cats a{
	font-size: 14px;
	color: #333333;
	margin: 2px 0 2px -6px;
	padding: 3px 10px 2px 9px;
	line-height: 22px;
	float: left;
	width: auto;
	cursor: pointer;
	transition: background 0s;
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
}
#list_cats .view_more_cats{
	position: relative;
}
#list_cats .view_more_cats ul{
	position: absolute;
	display: none;
	top: 100%;
	right: 0px;
	z-index: 1000;
	background: #fff;
	padding: 10px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	box-shadow: 0px 0px 5px 0px #b7b7b7;
	cursor: pointer;
}
#list_cats .view_more_cats ul li{
	display: inline-block;
	padding: 0px;
}
#list_cats .view_more_cats ul li{
	border: 0px;
}
#list_cats .view_more_cats ul li a:hover{
	color: #e74c3c;
	background: none;
	border-radius: 0px;
}
#list_cats .view_more_cats{
	color: #999;
	cursor: pointer;
	background-size: 17px auto;
	margin: 2px 0 2px -6px;
	padding: 3px 10px 2px 9px;
	line-height: 22px;
	float: left;
	width: auto;
	cursor: pointer;
	transition: background 0s;
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
}
#list_cats .view_more_cats ul li{
	width: 160px;
	float: left;
	padding: 1px 0 2px 0;
	margin: 0 8px 0 0;
}
#list_cats .view_more_cats .fa-circle{
	font-size: 7px !important;
	float: left;
	line-height: 22px;
	margin-right: 3px;
}
#list_cats .view_more_cats:hover{
	color: #fff;
	background: #e74c3c;
	border-radius:4px;
}
#list_cats .view_more_cats.active{
	color: #fff;
	background: #e74c3c;
	border-radius:4px;
}
#list_cats .view_more_cats:hover > ul{
	display: block;
}
#list_cats .row_list_cats{
	float: left;
	width: 100%;
	clear: both;
}

@media (max-width: 375px) and (min-width: 321px){
	#news_podcasts .image-big-news-hot{
		height: 210px;
	}
	#news_podcasts .image-big-news-hot img{
		height: 210px;
	}
	#news_podcasts .image-news-hot {
		max-height: 94.86px;
	}
}
@media screen and (max-width: 480px){
	#news_podcasts .line-title-mobile {
	    font-size: 18px;
	}
	#news_podcasts .item{
		padding-top: 10px;
	}
	#news_podcasts .item_box_right{
		padding-left: 0px;
	}
}
@media (min-width: 576px) and (max-width:1024px){
	.box_right .adscatsnews{
		width: 50%;
		float: left;
		text-align: center;
	}
	.box_right .box_siderbar{
		width: 50%;
		float: left;
	}
	.box_right .box_siderbar:first-child{
		padding-right: 15px;
	}
	.box_right .box_siderbar:last-child{
		padding-left: 15px;
	}
	.box_right .padding_mobile{
		padding: 0px 15px;
	}
	
}
@media (min-width: 576px) and (max-width:992px){
	ul.list_item_music li{
		height: 111px;
		padding: 8px 0px;
	}
}

@media (min-width: 1200px){
	.box_left{
		width: 840px; float: left;
	}
	.box_right{
		width: 300px; float: right;
	}
}
@media (max-width: 767px) {
	.rp-wrapper .box_ch_item{
		clear: both;
	}
	.rp-wrapper .box_ch_item .item_txt{
		border-top: 1px solid #ccc;
		border-right: 0px;
	}
	.box_right{
		clear: both;
	}
	.rp-wrapper .box_ch__content_left{
		width: 100%;
		float: left;
	}
	.adscatsnews:first-child{
		margin-top: 15px;
	}
}
@media (max-width: 569px) {
	.box_right .padding_mobile{
	    padding:15px;
	}
}
