@charset "UTF-8";
/* CSS Document */

.jw-icon {
    font-family: 'jw-icons';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    background-color: transparent;
    font-variant: normal;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale
}

/* Use this class to set a global background color for all elemnts. */
.jw-skin-audioS .jw-background-color {
  /*background:#D8D9DA;*/
  background:#BEC1C3 !important;;
}

/* This is the class that houses all controls. Use this to adjust the appearance of the entire controlbar. */
.jw-skin-audioS .jw-controlbar {
  /*border-top: #333 1px solid;*/
  height: 2.5em;
}

/* Vertically aligns the timeslider and icons in the center of the controlbar. */
.jw-skin-audioS .jw-group {
  vertical-align: middle;
}

/* Sets the style for the visual playlist. */

.jw-skin-audioS .jw-playlist {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Aligns the visual playlist above its icon. */

.jw-skin-audioS .jw-playlist-container {
  left: -43%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Sets the style for the visual playlist items. */
.jw-skin-audioS .jw-playlist-container .jw-option {
  border-bottom: 1px solid #444;
}

/* Allows you to adjust the color of the playlist item when hovering and has a different active style.*/

.jw-skin-audioS .jw-playlist-container .jw-option:hover,
.jw-skin-audioS .jw-playlist-container .jw-option.jw-active-option {
  background-color: black;
  /*background-color: rgba(109,100,100,1.00);*/
}

/* Changes the color of the label when hovering.*/

.jw-skin-audioS .jw-playlist-container .jw-option:hover .jw-label {
  color: #ff0046;
}

/* Aligns the playlist header icon with the items in the playlist. */
.jw-skin-audioS .jw-playlist-container .jw-icon-playlist {
  margin-left: 0;
}

/* Sets the color of the play icon of the currently playing playlist item.*/
.jw-skin-audioS .jw-playlist-container .jw-label .jw-icon-play {
  color: #ff0046;
}

/* Aligns the playlist play icon with the items in the playlist. */
.jw-skin-audioS .jw-playlist-container .jw-label .jw-icon-play:before {
    padding-left: 0
}

/* Sets the color of the playlist title */
.jw-skin-audioS .jw-tooltip-title {
    background-color: #000;
    color: #fff
}

/* Style for playlist item, current time, qualities, and caption text.*/
.jw-skin-audioS .jw-text {
  color: #ffffff;
  color: #2e3e4a;
}

/* Color for all buttons when they are inactive. This is over-ridden with the
inactive configuration in the skin block.*/
.jw-skin-audioS .jw-button-color {
  /*color: #ffffff;*/
  /*color: #625757;*/
  color: #2e3e4a;
}

/* Color for all buttons for when they are hovered on. This is over-ridden with the
active configuration in the skin block.*/

.jw-skin-audioS .jw-button-color:hover {
  color: #ff0046;
  color: #ffffff;
}

/* Color for when HD/CD icons are toggled on. */
.jw-skin-audioS .jw-toggle {
  color: #ff0046;
  color: #625757;
}

/* Color for when HD/CD icons are toggled off. */
.jw-skin-audioS .jw-toggle.jw-off {
  color: #ffffff;
}

/* Sets spacing between controlbar icons and text */
.jw-skin-audioS .jw-controlbar .jw-icon:before,
.jw-skin-audioS .jw-text-elapsed,
.jw-skin-audioS .jw-text-duration {
    padding: 0 .7em;
}

/* Removes icon padding to align the playlist header icon with the items in the playlist. */
.jw-skin-audioS .jw-controlbar .jw-icon-prev:before {
    padding-right: .25em;
}

/* Removes icon padding to align the playlist header icon with the items in the playlist. */
.jw-skin-audioS .jw-controlbar .jw-icon-playlist:before {
    padding: 0 .45em;
}

.jw-skin-audioS .jw-controlbar .jw-icon-next:before {
    padding-left: .25em
}

/* Sets the style for the prev and next icons. */
.jw-skin-audioS .jw-icon-prev,
.jw-skin-audioS .jw-icon-next {
    font-size: .7em
}

/* Adds the spacer style to between the play icon and the previous icon. */
.jw-skin-audioS .jw-icon-prev:before {
  border-left: 1px solid #666;
}

/* Adds the spacer style to between the next item and current time.  */
.jw-skin-audioS .jw-icon-next:before {
  border-right: 1px solid #666;
}

/* Color of the display icon */
.jw-skin-audioS .jw-icon-display {
  color: #fff;
  left: -1px;
}
.jw-display-icon-container .jw-icon-display {
	font-size:1.6em;
}

/* Centers the display icon in it's container */
.jw-skin-audioS .jw-icon-display:before {
  /*padding-left: 0;*/
  padding-left: 5px;
}

/* Turns the display icon container into a circle. */
.jw-skin-audioS .jw-display-icon-container {
    /*border-radius: 50%;*/
    /*border: 1px solid #333*/
	position:absolute;
	width: 3.5em;
	height: 3.5em;
	/*font-size:0.8em;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #FFFFFF;
	background: rgba(131,139,154,0.8);
	top:auto;
	bottom: 10px;
	left: 10px;
	margin: 0;
}

/* Styles the timeslider rail */
.jw-skin-audioS .jw-rail {
  background-color: #ffffff;
  box-shadow: none;
}

/* Sets the color for the buffer of the timeslider rail. */
.jw-skin-audioS .jw-buffer {
    /*background-color: #666f82*/
	background-color: #ffffff;
}

/* Sets the style for the elaspesd progress. */
.jw-skin-audioS .jw-progress {
    /*background: #ff0046;*/
	background: #2e3e4a;
}

/* Sets the width of the knob's container */
.jw-skin-audioS .jw-knob {
    width: .8em;
    height: .8em;
    background-color: #2e3e4a;
    /*box-shadow: 0 0 0 1px #000;*/
    border-radius: 1em
}

/* Sets the height for the horizontal slider container. */
.jw-skin-audioS .jw-slider-horizontal .jw-slider-container {
    height: .95em
}

/* Sets the height for the horizontal slider elements. */
.jw-skin-audioS .jw-slider-horizontal .jw-rail,
.jw-skin-audioS .jw-slider-horizontal .jw-buffer,
.jw-skin-audioS .jw-slider-horizontal .jw-progress {
    height: .2em;
    border-radius: 0
}

/* Centers the knob vertically. */
.jw-skin-audioS .jw-slider-horizontal .jw-knob {
    /*top: -0.19999999999999998em;*/
	top: -0.3em
}
/*-------------------- Glance audio and video setting -----------------------*/
/*#glanceVid .jw-knob.jw-reset { margin-left: -1px;}*/
/*#glanceAudio .jw-slider-horizontal.jw-slider-volume { margin-right: 8px; }
#glanceAudio .jw-knob.jw-reset { margin-left: -0.55em;}*/
.jw-skin-audioS .jw-knob.jw-reset { margin-left: -1px;}
.jw-skin-audioS .jw-slider-horizontal.jw-slider-volume { margin-right: 8px; }
.jw-skin-audioS .jw-knob.jw-reset { /*margin-left: -0.55em;*/}

/* Cetners the timeslider cuepoints vertically. */
.jw-skin-audioS .jw-slider-horizontal .jw-cue {
    top: -0.04999999999999999em;
    width: .3em;
    height: .3em;
    background-color: #fff;
    border-radius: 50%
}

/* Sets the width for the vertical slider elements. */
.jw-skin-audioS .jw-slider-vertical .jw-rail,
.jw-skin-audioS .jw-slider-vertical .jw-buffer,
.jw-skin-audioS .jw-slider-vertical .jw-progress {
    width: .2em
}

/* Sets the position of the volume slider container. */
.jw-skin-audioS .jw-volume-tip {
    width: 100%;
    left: -45%;
    padding-bottom: .7em
}

/* Sets the color of the duration text in the controlbar. */
.jw-skin-audioS .jw-text-duration {
    /*color: #666f82*/
	color: #2e3e4a;
}

/* Adds a left border as a spacer between all controlbar icons. */
.jw-skin-audioS .jw-controlbar-right-group .jw-icon-tooltip:before,
.jw-skin-audioS .jw-controlbar-right-group .jw-icon-inline:before {
    border-left: 1px solid #666
}

/* Removes the border from the first icon after the time duration text. */
.jw-skin-audioS .jw-controlbar-right-group .jw-icon-inline:first-child:before {
    border: 0
}

/* This styles the dock icons into a circle. */
.jw-skin-audioS .jw-dock .jw-dock-button {
    border-radius: 50%;
    border: 1px solid #333
}

/* This styles tooltip for dock text background. */
.jw-skin-audioS .jw-dock .jw-overlay {
    border-radius: 2.5em
}

/*This sets the font color and background color for the active item in HD and CC menus. */
.jw-skin-audioS .jw-icon-tooltip .jw-active-option {
    background-color: #ff0046;
    color: #fff
}

/* Sets a min width for the volume container so that when it changes between mute and volume, the controlbar does not shift. */
.jw-skin-audioS .jw-icon-volume {
    min-width: 2.6em;
	min-width: 2.0em;
	/*padding: 0 0 0 0.7em;*/
}

/* Sets the style for the time tooltip, menu, volume. */
.jw-skin-audioS .jw-time-tip,
.jw-skin-audioS .jw-menu,
.jw-skin-audioS .jw-volume-tip,
.jw-skin-audioS .jw-skip {
    border: 1px solid #333
}

/* Sets the position for the time tooltip. */
.jw-skin-audioS .jw-time-tip {
    padding: .2em;
    bottom: 1.3em
}

/* Sets the position for the vertical volume slider. */
.jw-skin-audioS .jw-menu,
.jw-skin-audioS .jw-volume-tip {
    bottom: .24em
}

/* Sets the shape of the skip icon. */
.jw-skin-audioS .jw-skip {
    padding: .4em;
    border-radius: 1.75em
}

/* Sets the style for the skip text. */
.jw-skin-audioS .jw-skip .jw-text,
.jw-skin-audioS .jw-skip .jw-icon-inline {
    color: #fff;
    line-height: 1.75em
}
.jw-skin-audioS .jw-skip.jw-skippable:hover .jw-text,
.jw-skin-audioS .jw-skip.jw-skippable:hover .jw-icon-inline {
    color: #ff0046
}

/*----7110----*/
.jwplayer.jw-flag-audio-player .jw-controlbar{height: auto;letter-spacing: normal;}
.jwplayer.jw-flag-audio-player.jw-flag-live .jw-controlbar .jw-text-alt {display: inline;}
.jwplayer.jw-flag-audio-player .jw-controlbar-center-group .jw-text-alt {
    position: relative;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    line-height: inherit;
    margin: 0px;
    padding-right: 0;
    overflow: auto;
    text-align: left;
    text-overflow: inherit;
    vertical-align: middle;
    white-space: inherit;
}
.jwplayer.jw-flag-audio-player .jw-controlbar .jw-icon-tooltip,
.jwplayer.jw-flag-audio-player .jw-controlbar .jw-icon-next,
.jwplayer.jw-flag-audio-player .jw-controlbar .jw-icon-rewind{
    display: none;
}

.jw-skin-audioS .jw-controls .jw-display .jw-display-container .jw-display-controls .jw-display-icon-container{
	width:52px;
	height:52px;
}
.jw-skin-audioS .jw-controls .jw-display .jw-display-container .jw-display-controls .jw-display-icon-container .jw-icon{
	width:100%;
	height:100%;
	line-height:52px;
}
.jw-skin-audioS .jw-controls .jw-display .jw-display-container .jw-display-controls .jw-display-icon-container .jw-icon:before{
	font-size:inherit;
	padding-left:0;
}


.player-area #playerradio1_wrapper,
.player-area #playerradio2_wrapper,
.player-area #playerradio3_wrapper,
.player-area #playerradio4_wrapper,
.player-area #playerradio5_wrapper,
.player-area #playerradio6_wrapper,
.player-area #playerradiocnrhk_wrapper,
.player-area #playerradiocmgrgb_wrapper,
.player-area #playerradiopth_wrapper,
.player-area #playerpth_wrapper,
.player-area #playerdab31_wrapper,
.player-area #playerdab33_wrapper,
.player-area #playerdab35_wrapper{
	margin:0 auto;
}
#playerradio1, #playerradio2, #playerradio3, #playerradio4, #playerradio5, #playerradio6, #playerradiocnrhk, #playerradiocmgrgb, #playerpth, #playerdab31, #playerdab33, #playerdab35{
	display:block;
}
/*-----*/


@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 825px) {
.jw-skin-audioS .jw-icon-display:before { padding-left: 3px; }
.jw-skin-audioS .jw-display-icon-container { font-size: 0.8em; background: rgba(131,139,154,1.00); }
}
@media screen and (max-width: 625px) {
.jw-skin-audioS .jw-display-icon-container { font-size: 0.6em; background: rgba(131,139,154,1.00); }
.jw-skin-audioS.jw-flag-small-player:not(.jw-flag-audio-player) .jw-controlbar {
	padding-top: 0 !important;;
}
.jw-skin-audioS.jw-flag-small-player:not(.jw-flag-audio-player) .jw-group .jw-icon-playback {display: inline-block !important;}
.jw-skin-audioS.jw-flag-small-player:not(.jw-flag-audio-player) .jw-group .jw-icon-cc,
.jw-skin-audioS.jw-flag-small-player:not(.jw-flag-audio-player) .jw-group .jw-icon-volume {
	display: none;
}
.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer.jw-flag-ads .jw-group>.jw-text-alt,
.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer.jw-flag-live .jw-group>.jw-text-alt {
	height: auto;
	line-height: normal;
	font-size: 1em;
	position: static;
}
.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads) .jw-controlbar .jw-controlbar-center-group,
.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-live) .jw-controlbar .jw-controlbar-center-group {
	padding-top: 0;
	float: none;
	width: 70%;
}
.jw-skin-audioS .jw-controlbar-right-group .jw-icon-inline {
	min-width: 0 !important;
	width: auto !important;
	max-width: 1000px !important;
	padding: 0 !important;
}
.jw-skin-audioS .jw-controlbar-right-group .jw-icon-inline:before {
    border-left: 1px solid #666 !important;
	padding: 0 .7em !important;
}

}
@media only screen and (max-width: 480px) {
.jw-slider-volume { height: 1em; width: 1.5em; }
.jw-icon-volume { width: 2.2em; }
.jw-skin-audioS .jw-slider-horizontal.jw-slider-volume { margin-right: 8px; }
.jw-skin-audioS .jw-slider-volume { height: 1em; width: 1.5em; }
.jw-skin-audioS .jw-icon-volume { width: 2.2em; }
}
@media screen and (max-width: 425px) {
}

#playerradio1 .jw-slider-time{
	display:none
}
#playerradio2 .jw-slider-time{
	display:none
}
#playerradio3 .jw-slider-time{
	display:none
}
#playerradio4 .jw-slider-time{
	display:none
}
#playerradio5 .jw-slider-time{
	display:none
}
#playerradio6 .jw-slider-time{
	display:none
}
#playerpth .jw-slider-time{
	display:none
}

/* #playerradio4 .jw-reset, jw-reset-text {  
	background-color: transparent !important;
	background: transparent !important;
} */
