@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-alexSkin .jw-background-color {
  background: #000;
}*/

/*---------------------------player background color-------------------------------*/
.jw-skin-alexSkin .jw-background-color {
  /*background: #393e42;*/
  background: #2e3e4a;
  background: none;
}

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

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

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

.jw-skin-alexSkin .jw-playlist {
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background-color: rgba(224,243,163,1.00);
}

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

.jw-skin-alexSkin .jw-playlist-container {
  left: -43%;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background-color: rgba(224,243,163,1.00);
}

/* Sets the style for the visual playlist items. */
.jw-skin-alexSkin .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-alexSkin .jw-playlist-container .jw-option:hover,
.jw-skin-alexSkin .jw-playlist-container .jw-option.jw-active-option {
  /*background-color: black;*/
  /*background-color:#FFFFFF;*/
  background-color: #C9DA8E;
}

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

/*.jw-skin-alexSkin .jw-playlist-container .jw-option:hover .jw-label {
  color: #ff0046;
}*/
.jw-skin-alexSkin .jw-playlist-container .jw-option:hover .jw-label {
  color: #C9DA8E;
}

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

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

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

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

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

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

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

/*----------------------Button Highlite------------------------------------*/
.jw-skin-alexSkin .jw-button-color:hover {
  /*color: #ff0046;*/
  color:#C5E896;
}

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

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

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

/* Removes icon padding to align the playlist header icon with the items in the playlist. */
.jw-skin-alexSkin .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-alexSkin .jw-controlbar .jw-icon-playlist:before {
    padding: 0 .45em;
}

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

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

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

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

/* Color of the display icon */
.jw-skin-alexSkin .jw-icon-display {
  color: #fff;
}

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

/* Turns the display icon container into a circle. */
.jw-skin-alexSkin .jw-display-icon-container {
    border-radius: 50%;
    border: 1px solid #333
}

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

/* Sets the color for the buffer of the timeslider rail. */
/*-------------------------Audio Length Bar---------------------*/
.jw-skin-alexSkin .jw-buffer {
    /*background-color: #666f82*/
	background-color: #AECC5C;
}

/* Sets the style for the elaspesd progress. */
/*-------------------------Audio Length Progress Bar---------------------*/
.jw-skin-alexSkin .jw-progress {
    /*background: #ff0046*/
	background: #476411;
}

/* Sets the width of the knob's container */
/*----------------------------------Knob---------------------------------*/
.jw-skin-alexSkin .jw-knob {
    /*width: .6em;
    height: .6em;*/
	width: 13px;
    height: 13px;
    background-color: #fff;
    /*box-shadow: 0 0 0 1px #000;*/
    border-radius: 1em
}

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

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

/* Centers the knob vertically. */
.jw-skin-alexSkin .jw-slider-horizontal .jw-knob {
    /*top: -0.19999999999999998em*/
	top:-4px;
}

/* Cetners the timeslider cuepoints vertically. */
.jw-skin-alexSkin .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-alexSkin .jw-slider-vertical .jw-rail,
.jw-skin-alexSkin .jw-slider-vertical .jw-buffer,
.jw-skin-alexSkin .jw-slider-vertical .jw-progress {
    width: .2em
}

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

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

/* Adds a left border as a spacer between all controlbar icons. */
.jw-skin-alexSkin .jw-controlbar-right-group .jw-icon-tooltip:before,
.jw-skin-alexSkin .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-alexSkin .jw-controlbar-right-group .jw-icon-inline:first-child:before {
    border: 0
}

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

/* This styles tooltip for dock text background. */
.jw-skin-alexSkin .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-alexSkin .jw-icon-tooltip .jw-active-option {
    /*background-color: #ff0046;*/
	background-color: #769521;
    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-alexSkin .jw-icon-volume {
    /*min-width: 2.6em;*/
	min-width: auto;
	width: 35px;
}

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

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

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

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

/* Sets the style for the skip text. */
.jw-skin-alexSkin .jw-skip .jw-text,
.jw-skin-alexSkin .jw-skip .jw-icon-inline {
    color: #fff;
    line-height: 1.75em
}
.jw-skin-alexSkin .jw-skip.jw-skippable:hover .jw-text,
.jw-skin-alexSkin .jw-skip.jw-skippable:hover .jw-icon-inline {
   /* color: #ff0046*/
	color: #769521;
}
.jw-skin-alexSkin .jw-icon-playback {
	color: #769521;
	display: none;
}
/*---------------------volume Icon-----------------------------*/
/*.jw-skin-alexSkin .jw-icon-volume {
	position: relative;
}*/
.jw-group {
              /*display: table-cell;*/
              /*display:block;*/
              /*display:list-item;*/
              /*width: 20%;*/
            }
.jw-slider-volume.jw-slider-horizontal { width: 50px; }
.jw-icon-volume { }
.jw-skin-alexSkin .jw-controlbar .jw-off::before { padding: 0 8px; }



/*----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 #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, #playerpth, #playerdab31, #playerdab33, #playerdab35{
	display:block;
}

@media screen and (max-width: 574px) {
	.jw-flag-time-slider-above:not(.jw-state-idle).jw-flag-small-player .jw-display{
		display:none;
	}
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads) .jw-controlbar, .jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-live) .jw-controlbar{
		background: #BEC1C3;
	}
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads) .jw-controlbar .jw-controlbar-left-group .jw-text,
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-live) .jw-controlbar .jw-controlbar-left-group .jw-text{
		display:none;
	}

	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads) .jw-controlbar .jw-controlbar-left-group,
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-live) .jw-controlbar .jw-controlbar-left-group{
		float:left;
		width:10%;
	}
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads) .jw-controlbar,
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-live) .jw-controlbar{
		height: auto;
	    padding: 0px 0 0;
	}
	.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{
		float:left;
		width:70%;
		padding-top: 10px;
		position:relative;
	}
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-ads) .jw-controlbar .jw-controlbar-right-group,
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer:not(.jw-flag-live) .jw-controlbar .jw-controlbar-right-group{
		float:left;
		width:20%;
	}
	.jw-flag-small-player:not(.jw-flag-audio-player) .jw-group>.jw-icon-playback
	{
		display:inline !important;
	}
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon{
		padding: 0 10px;
		font-size:16px;
	}
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-controlbar .jw-overlay{
		bottom:22px;
	}
}

@media screen and (max-width: 486px) {
	.jwplayer.jw-flag-audio-player .jw-controlbar{
		height:100%;
	}
	.jwplayer.jw-flag-audio-player .jw-controlbar .jw-controlbar-center-group{
		padding-top: 3px;
	}
	.jwplayer.jw-flag-audio-player .jw-controlbar .jw-controlbar-right-group{
	    padding-top: 1px;

	}
	.jw-flag-audio-player .jw-controlbar .jw-icon-inline.jw-icon-volume,
	.jw-flag-audio-player .jw-controlbar .jw-slider-volume.jw-slider-horizontal,
	.jw-skin-audioS .jw-slider-horizontal .jw-slider-container{
		height:auto;
	}

	.jw-skin-audioS .jw-slider-horizontal .jw-slider-container {
	    height: 5px!important;
	}
	.jw-flag-time-slider-above:not(.jw-flag-ads-googleima).jwplayer .jw-group>.jw-icon{
		    padding: 0 10px;
		    font-size:16px;
	}
}
@media screen and (max-width: 414px) {
	.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: 20px;
		    width:60%
	}
}

/*-----*/


@media screen and (max-width: 1000px) {
/*.jw-skin-alexSkin .jw-icon-playback {
	top:2px;
	display: block;
}
.jw-slider-volume.jw-slider-horizontal { width: 25px; }
.jw-skin-alexSkin .jw-controlbar .jw-off::before { padding: 0 0; }*/
}
@media screen and (max-width: 825px) {
}
@media screen and (max-width: 625px) {
}
@media screen and (max-width: 425px) {
.jw-slider-volume.jw-slider-horizontal { width: 25px; }
.jw-icon-volume { }
.jw-skin-alexSkin .jw-controlbar .jw-off::before { padding: 0 8px; }
}
