

.song-title {
	color: #ffffff;
	font-size: 20px;
  font-weight: 900;
	padding: 16px 0px 17px 19px;
  background-color: #0071BD;
  width: 300px;
  display: inline-block !important;
  animation: slide 20s linear infinite;
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap;
}

:root {
  --slider-width: 300px;
}


.slider {
  width: var(--slider-width);
  height: 40px;
  overflow: hidden;
  margin: 15px 12px 23px 12px;
  white-space: nowrap;
}

.songtitle {
  font-size:26px;
	color: #ffffff;
  display: inline-block;
  /* animation: slide 20s linear infinite; */
}

.songtitle-slide {
  font-size:26px;
	color: #ffffff;
  display: inline-block;
  animation: slide 20s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(calc(-100% + var(--slider-width)));
    }
    
    100% {
        transform: translateX(0%);
    }
}


.song-artist {
  display: block;
  margin-top: -15px;
  margin-left: 13px;
  color: #d8d8d8 !important;
  overflow: hidden !important;
  font-size: 15px;
  width: 300px;
  text-overflow: ellipsis;
}

.jp-time-holder {
	float: right;
  width: 100%;
	color: #666666;
	padding-bottom: 5px;
  font-size: 12px;
}
.jp-controls { float: left; }

.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none; }

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0; }

.jp-audio,
.jp-audio-stream,
.jp-video {
  float: left;
}

.jp-audio { position: relative; }

.jp-audio-stream {
  width: 182px; }

.jp-video-270p {
  width: 100%; }

.jp-video-360p {
  width: 640px; }

.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  position: relative; }

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
  z-index: 1000; }

.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  overflow: hidden; }

.jp-video-full .jp-gui {
  position: fixed !important;
  position: static;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */ }

.jp-video-full .jp-interface {
  position: absolute !important;
  position: relative;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0; }

.jp-interface {
  position: relative;
  width: 100%; }

.jp-audio .jp-interface {
	float: left;
	width: 120%;
}

.jp-video .jp-interface {
  border-top: 1px solid #009be3; }

/* @group CONTROLS */
.jp-controls-holder {
  clear: both;
  width: 100%;
  position: relative;
}

.reaction {
  float: right;
  width: 100%;
}

.jp-controls span {
	display: inline-block;
  vertical-align: sub;
	margin-top: 30px;
  margin-left: 10px;
  padding-left: 50px;
	text-align: center;
	color: #666666;
	cursor: pointer;
  line-height: 1.5;
  border-left: 1px #7CB3D6 solid;
  border-spacing: 2px;
}
.jp-controls span i {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	padding: 9px 0px;
	font-size: 12px;
}
.jp-state-playing .jp-controls span.jp-play .fa-pause { display: block; }
.jp-controls span.jp-play .fa-pause,.jp-state-playing .jp-controls span.jp-play .fa-play { display: none; }
.jp-controls span.jp-play i {
	padding: 14px 0px 0px 0px;
	width: 52px;
	height: 54px;
	font-size: 22px;
}
.jp-controls .jp-stop { padding: 27px 0px 0px 38px; }
.jp-controls .jp-stop i {
	border: none;
	font-size: 28px;
}

.jp-audio-stream .jp-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 142px; }

.jp-video .jp-controls {
  float: left; }

.jp-controls button {
  float: left;
  border: none;
  cursor: pointer; }

/* @end */
/* @group progress bar */

.jp-audio .jp-progress {
	float: left;
	height: 10px; }

.jp-audio .jp-type-single .jp-progress {
  left: 110px;
  width: 186px; }

.jp-audio .jp-type-playlist .jp-progress {
  width: 100%; }

.jp-video .jp-progress {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 10px; }

.jp-seek-bar {
  background: #7cb3d6;
  width: 0px;
  height: 100%;
  cursor: pointer;
  border-radius: 3px;
	margin: 0px 5px 5px 10px;
}

.jp-play-bar {
  width: 0px;
  height: 100%;
  border-radius: 3px 0px 0px 3px;
  position: relative;
}
.jp-play-bar:before {
  content: '';
  position: absolute;
  right: -15px;
  top: -4px;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 100%;
}

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: url("../images/jplayer.blue.monday.seeking.gif"); }

/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none; }

.jp-volume-controls {
	float: right;
  width: 14%;
  padding: 45px 0px 50px 0px;
}

.jp-audio-stream .jp-volume-controls {
  left: 70px; }


.jp-volume-controls button {
  display: block;
  overflow: hidden;
  border: none;
  cursor: pointer; }
.jp-mute .fa-volume-off { display: none; }
.jp-state-muted .jp-mute .fa-volume-off { display: block; }
.jp-state-muted .jp-mute .fa-volume-up { display: none; }
.jp-mute {
	display: inline-block;
	font-size: 17px;
  color: #676565;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
}

.jp-volume-max {
  width: 18px;
  height: 15px; }

.jp-state-muted .jp-mute:focus {
  background: url("../images/jplayer.blue.monday.jpg") -79px -170px no-repeat; }

.jp-volume-max {
  background: url("../images/jplayer.blue.monday.jpg") 0 -186px no-repeat; }

.jp-volume-max:focus {
  background: url("../images/jplayer.blue.monday.jpg") -19px -186px no-repeat; }

.jp-volume-bar {
	display: inline-block;
	vertical-align: middle;
  overflow: hidden;
  background-color: #7cb3d6;
  width: 50px;
  height: 10px;
  border-radius: 3px;
  cursor: pointer; }

.jp-volume-bar-value {
  background-color: #ffffff;
  width: 0px;
  height: 10px; }

/* @end */
/* @group current time and duration */

.jp-audio .jp-type-single .jp-time-holder {
  left: 110px;
  width: 186px; }

/*.jp-current-time {
  float: left;
  display: inline;
  cursor: default; }

.jp-duration {
  float: right;
  text-align: right;
  cursor: pointer; }

.jp-video .jp-current-time {
  margin-left: 20px; }

.jp-video .jp-duration {
  margin-right: 20px; }*/


  .jp-duration {
  float: left;
  display: inline;
  cursor: default; }

.jp-current-time {
  float: right;
  text-align: right;
  cursor: pointer;
  color: white;
  margin-top: 30px;
}

.jp-video .jp-current-time {
  margin-right: 20px; }

.jp-video .jp-duration {
  margin-left: 20px; }
  

/* @end */
/* @group playlist */
.jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default; }

.jp-playlist {
  width: 608px;
  border-top: 2px solid;
  position: absolute;
  right: 0px;
  bottom: 100%;
  background-color: #191919;
  display: none;
}

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
  border-top: none; }

.jp-details .jp-title {
  margin: 0;
  padding: 5px 20px;
  font-size: .72em;
  font-weight: bold; }

.jp-playlist ul {
	padding: 24px 55px 25px 55px;
}
.jp-playlist li {
	padding: 12px 0px 11px 0px;
	border-bottom: 1px solid #212121;
	list-style: none;
	color: #9aadbc;
	position: relative;
}
.jp-playlist li:last-child {
  border-bottom: none;
}
.jp-playlist li.jp-playlist-current:before {
	content: "\f04b";
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 12px;
	font-size: 13px;
}
.jp-playlist li.jp-playlist-current > div { padding-left: 32px; }
.jp-playlist li > div {
  display: inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  color: #666666;
  font-size: 15px;
}
div.jp-type-playlist div.jp-playlist a span { float: right; }

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1; }

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666; }

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1; }

span.jp-artist {
  font-size: .8em;
  color: #666; }

/* @end */
.jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: transparent;
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */ }

.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px; }

.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px; }

.jp-video-full .jp-video-play {
  height: 100%; }

.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url("../images/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
  text-indent: -9999px;
  border: none;
  cursor: pointer; }

.jp-video-play-icon:focus {
  background: url("../images/jplayer.blue.monday.video.play.png") 0 -100px no-repeat; }

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */
.jp-toggles {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 9px;
}
.jp-toggles span {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	padding-left: 10px;
}
.jp-toggles span:first-child { padding-left: 0px; }
.wm-player-options {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
}
.wm-player-options a {
	display: inline-block;
	padding-left: 49px;
}
.wm-player-options a i {
	float: left;
	margin: 0px 8px 0px 0px;
}

.jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px; }

.jp-toggles button {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer; }
/* @end */

/* Banner Player */
/* .music-banner-player {
  position: relative;
  height: 80px;
} */
.music-banner-player .jp-jplayer {
/*  position: absolute;
  left: 0px;
  top: -11px;
  height: 102px !important;
  border: 5px solid #262626;*/
}
/*.music-banner-player .song-title { margin-left: 100px; }*/
.music-banner-player .song-title span { display: none; }
.music-player-thumb {
  float: left;
  width: 30%;
  position: relative;
  padding-top: 10px !important;
}
.music-banner-player .jp-audio {
  display: inline-block;
  width: 55%;
}
.music-banner-player .jp-controls {
  /*width: 32%;*/
  width: 21%;
  padding: 0px 3px;
}
.music-player-wrap {
  display: inline-block;
  width: 60%;
  padding: 0px 0px 0px 0px;
}
.music-playlist-btn {
  position: absolute;
  left: -26px;
  top: -20px;
  width: 50px;
  height: 50px;
  background-color: #393939;
  color: #666666;
  font-size: 20px;
  text-align: center;
  padding-top: 11px;
}
.music-playlist-btn:hover,.music-selected-color .music-playlist-btn { color: #191919; }
.music-playlist-btn:hover:before,.music-playlist-btn:hover:after,
.music-selected-color .music-playlist-btn:before,.music-selected-color .music-playlist-btn:after { border-bottom-color: #c18b0c; }
.music-playlist-btn:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 4px;
  border-bottom: 16px solid #393939;
  border-left: 5px solid transparent;
}
.music-playlist-btn:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 4px;
  border-bottom: 16px solid #393939;
  border-right: 5px solid transparent;
}
/* Album Detail Player */
.music-albumplayer,.music-albumplayer .jp-audio,
.music-albumplayer .jp-type-playlist {
  float: left;
  width: 100%;
}
.music-albumplayer { margin: 18px 0px 50px 0px; }
.music-albumplayer .jp-type-playlist {
  background-color: #191919;
  height: 100px;
}
.music-albumplayer .jp-jplayer {
  float: left;
  width: 92px;
  border: 5px solid #262626;
}
.music-albumplayer .jp-controls {
  padding: 0px 36px 0px 36px;
}
.music-albumplayer .jp-controls span {
  margin: 30px 0px 0px 0px;
}
.music-albumplayer .jp-interface {
  float: left;
  width: 88%;
}
.music-albumplayer .music-player-wrap {
  padding: 28px 47px 0px 0px;
  position: relative;
  width: 55%;
}
.music-albumplayer .jp-duration {
  position: absolute;
  right: 0px;
  bottom: -2px;
  color: #666666;
  font-size: 12px;
}
.music-player-title {
  float: left;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 10px;
}
.music-albumplayer .music-player-wrap .music-right-section span {
  color: #666666;
  float: left;
  margin: 0px 0px 0px 24px;
  cursor: pointer;
  font-size: 16px;
}
.music-albumplayer .jp-volume-controls {
  width: 12%;
  padding: 48px 0px 0px 0px;
}
.music-albumplayer .jp-playlist {
  position: static;
  float: left;
  width: 100%;
  display: block;
  border: none;
  background-color: #f1f1f1;
}
.music-albumplayer .jp-playlist ul {
  padding: 0px 0px 0px 0px;
  list-style: decimal inside;
}
.music-albumplayer .jp-playlist ul li {
  padding: 14px 35px 13px 35px;
  border: none;
  list-style: inherit;
  font-size: 15px;
  color: #666666;
  font-weight: 800;
  position: relative;
}
.music-albumplayer .jp-playlist ul li a {
  display: inline-block;
  width: 92%;
  font-weight: 500;
  color: #666666;
}
.music-albumplayer .jp-playlist ul li span { float: right; }
.music-custom-icons {
  display: none;
}
.music-albumplayer .jp-playlist ul li.jp-playlist-current {
  background-color: #ffffff;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.music-albumplayer .jp-playlist li.jp-playlist-current:before {
  top: 15px;
  left: 36px;
  background-color: #ffffff;
}
.music-albumplayer .jp-playlist li > div { padding-left: 28px; }

.music-banner-player {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.music-banner-player {
  background: #0071BD;
  line-height: 1.5;
  color: #042E64;
  font-size: 30px;
  font-family: "Montserrat";
  text-shadow: 0 1px 0 #84BAFF;
  box-shadow: 0 0 15px #00214B;
  z-index: 999;
}

.wcsx {
  height: 120vh; 
  background-image: url('/img/wcsx.png');

   /* Center and scale the image nicely */
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}