/* tangerine font */
@import url(https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap);

button{
  /*margin-bottom: 32px;*/
 text-align: center;
}

button{

  border-radius: 2px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  height: 44px;
  padding: 0 20px 0 22px;
  /*margin-right: 10px;*/
  text-align: center;
}

 button{
  background: black;
  color: white;
  border: none;
  border-radius: 4px;
}

#text-content {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: absolute;
    display: block;
    width: 50%;
    height: auto;
    /* bottom: 50px; */
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

 h1 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.content-link {
    width: 300px;
    padding: 10px;
    display: inline-block
}

.content-link a {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: block;
    font-size: 1.5rem;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.29);
    padding: 5px;
    border-radius: 8px;
}
body{
  background-color:#fef200;
  position: relative; 
  width: 100%;
  height: 100%; 
  margin: 0;
  padding: 0;
}
.content-link a:hover {
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
}
.content-link a:first-child {
    float: left;
}

.content-link a:last-child {
    float: right;
    line-height: 1.7rem;
}

.player-container {
    display: inline-block;
    width: 100%;
}

.player-left,
.player-right {
    float: left;
    width: 50%;
    position: relative;
}

.player-left h1,
.player-right h1 {
    /*position: absolute;*/
    font-family: 'Poppins', sans-serif;
    top: 0;
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-weight: 100;
}

#content {
    position: absolute;
    display: block;
/*    width: 1024px;*/
    width: 100%;
    height: auto;
    /* bottom: 50px; */
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}

.back-btn {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-family: sans-serif;
    text-decoration: none;
    color: #000;
}

.back-btn img {
    width: 14px;
}
.back-btn:hover {
    cursor: pointer;
}

.center-me{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -10px;
  display: block;
}

.player{
    cursor: pointer;
    width: 100%;
    margin: 1.5rem auto;
    display: inline-block;
}

.listen{
  font-size: 12px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}

.equalizer{
    position: relative;
    height: 50px;
    display: block;
    margin: auto;
   width:215px;
}

.equalizer span {
  display: block;
  float: left;
  width: 15px;
  height: 60px;
  background-color: #000000;
  margin-right: 2px;
  position: absolute;
  bottom: 0;
  transition: height 0.5s;
  }
.equalizer span:nth-child(2){ left: 20px; }
.equalizer span:nth-child(3){ left: 40px; }
.equalizer span:nth-child(4){ left: 60px; }
.equalizer span:nth-child(5){ left: 80px; }
.equalizer span:nth-child(6){ left: 100px; }
.equalizer span:nth-child(7){ left: 120px; }
.equalizer span:nth-child(8){ left: 140px; }
.equalizer span:nth-child(9){ left: 160px; }
.equalizer span:nth-child(10){ left: 180px; }
.equalizer span:nth-child(11){ left: 200px; }
.pulse-logo img{width: 100%;}

.jp-controls button {
    display: inline-block;
    float: none;
}
.jp-volume-bar {
    top: auto;
    left: 0;
    width: 100%;
    height: 5px;
    cursor: pointer;
}
.jp-controls{
  text-align: center;
      width: 90%;
    margin: auto;
}
.mobile-center-dv{
  opacity: 0;
  transition: all 0.5s ease;
}
.fb-feed{
  opacity: 0;
  transition: all 0.5s ease;
}
.jp-play {
    background: url(http://islandpulse.lk/images/play.svg) no-repeat;
    background-size: 45%;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 50%;
    background-position: 60% center;
    outline: none;
}
.jp-pause{
    margin: auto;
    background: url(http://islandpulse.lk/images/still.svg) no-repeat;
    background-size: 36%;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 50%;
    background-position: center;
    outline: none;
}
.jp-play:focus{
    background: url(http://islandpulse.lk/images/play.svg) no-repeat;
    background-size: 45%;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 50%;
    background-position: 60% center;
    outline: none;
}
.jp-state-playing .jp-play{
    background: url(http://islandpulse.lk/images/play.svg) no-repeat;
    background-size: 45%;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 50%;
    background-position: 60% center;
}
.jp-state-playing .jp-play:focus {
    background: url(http://islandpulse.lk/images/play.svg) no-repeat;
    background-size: 45%;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 50%;
    background-position: 60% center;
    outline: none;
}
.jp-mute {
    background: url(http://islandpulse.lk/images/speaker.svg) center no-repeat;
    background-size: 100%;
        margin: auto;
            width: 40px;
    height: 40px;
}
.jp-unmute {
    background: url(http://islandpulse.lk/images/mute.png) center no-repeat;
    background-size: 100%;
        margin: auto;
            width: 40px;
    height: 40px;
}
.jp-mute:focus {
    background: url(http://islandpulse.lk/images/speaker.png) center no-repeat;
    background-size: 100%;
    box-shadow: none;
    outline: none;
}
.jp-state-muted .jp-mute{
    background: url(http://islandpulse.lk/images/mute.png) center no-repeat;
    background-size: 100%;
}
.jp-state-muted .jp-mute:focus {
    background: url(http://islandpulse.lk/images/mute.png) center no-repeat;
    background-size: 100%;
}
.jp-volume-bar {
    overflow: initial;
    height: 8px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    margin: 2rem auto;
    right: 0;
    display: inline-block !important;
}
.jp-volume-bar-value {
    height: 8px;
    background: #000;
    position: relative;
    border-radius: 5px;
    display: inline-block !important;
}
.jp-volume-bar-value span.ball {
    width: 16px;
    height: 16px;
    background-color: black;
    display: inline-block;
    border-radius: 17px;
    position: absolute;
    right: -7px;
    top: -4px;
}
.fb-feed.visible-xs {
    width: 300px;
    margin: auto;
    /* position: absolute; */
    bottom: 12px;
    left: 0;
    right: 0;
    border: solid 1px #000;
    border-radius: 7px;
    padding: 3px !important;
    margin-bottom: 3px;
}
.pulse-logo {
    width: 15ch;
    margin: 1rem auto;
}
.jp-mute {}
.jp-controls{
  display: table;
}
.disply-block{
  display: table-cell;
}
.dipls{
  display: table-cell;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border: #000;
    background: #000;
}
.ui-slider-horizontal {
    height: 5px;
    border: none;
}
.ui-widget-header{
  background: #000;
  color: #000;
}
.ui-widget-content{
  border: none;
}
.ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    cursor: default;
    border-radius: 12px;
}
.jp-gui {
    width: 85%;
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 0rem;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.25em;
}
.jp-gui{
    display: none;
  }
  .hidden-xs{
    display: none;
  }
  .visible-xs{
    display: block;
  }
/* On screens that are 992px wide or less, the background color is blue */
@media screen and (min-width: 992px) {
  #content {
/*      width: 30%;*/
      width: 70%;
  }
  .equalizer {
    width: 270px;
  }
  .jp-play {}
  .jp-pause{}
  .jp-mute {}
  .jp-unmute {}
  .jp-volume-bar {
     height: 3px;
  }
  .hidden-xs{
    display: block;
  }
  .visible-xs{
    display: none;
  }
  .jp-volume-bar-value {
      height: 3px;
  }
  .jp-volume-bar-value span.ball {
    top: -4px;
  }
  .jp-volume-bar-value span.ball {
    width: 12px;
    height: 12px;
    right: -10px;
    top: -4px;
  }
  .jp-play {
    background: url(http://islandpulse.lk/images/play.svg) no-repeat;
    background-size: 45%;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 50%;
    background-position: 60% center;
    outline: none;
}
.jp-pause{
    margin: auto;
    background: url(http://islandpulse.lk/images/still.svg) no-repeat;
    background-size: 36%;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 50%;
    background-position: center;
    outline: none;
}
.jp-mute {
    background: url(http://islandpulse.lk/images/speaker.png) center no-repeat;
    background-size: 100%;
        margin: auto;
            width: 40px;
    height: 40px;
}
.jp-unmute {
    background: url(http://islandpulse.lk/images/mute.png) center no-repeat;
    background-size: 100%;
        margin: auto;
            width: 40px;
    height: 40px;
}
  .pulse-logo {
      margin: 1rem auto;
  }
  .ui-slider-horizontal {
    height: 2px;
  }
  .equalizer{
    position: relative;
    height: 100px;
    display: block;
    margin: auto;
   width: 236px;
}
  .equalizer span {
  display: block;
  float: left;
/*  width: 20px;*/
  width: 14px;
/*  height: 100px;*/
  height: 90px;
  background-color: #000000;
  margin-right: 2px;
  position: absolute;
  bottom: 0;
  transition: height 0.5s;
  }
.equalizer span:nth-child(2){ left: 22px; }
.equalizer span:nth-child(3){ left: 44px; }
.equalizer span:nth-child(4){ left: 66px; }
.equalizer span:nth-child(5){ left: 88px; }
.equalizer span:nth-child(6){ left: 110px; }
.equalizer span:nth-child(7){ left: 132px; }
.equalizer span:nth-child(8){ left: 154px; }
.equalizer span:nth-child(9){ left: 176px; }
.equalizer span:nth-child(10){ left: 198px; }
.equalizer span:nth-child(11){ left: 220px; }
.pulse-logo img {
/*    width: 100%;*/
    width: 100%;
}
.pulse-logo {
    width: 15%;
    margin: 1rem auto;
    text-align: center;
}
.jp-gui {
    width: 50%;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 0;
}
    
.jp-controls {
    width: 80%;
}
.player{
    cursor: pointer;
    width: 100%;
/*    margin: 2rem auto;*/
    margin: 3rem auto 2rem auto;
    display: inline-block;
}
#content {
    position: relative;
    display: inline-block;
    /* width: 30%; */
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
}
}
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
  .jp-gui{
    display: none;
  }
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 
  .jp-gui{
    display: none;
  }
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
  .jp-gui{
    display: none;
  }
}


@media screen and (max-width: 992px) {
    
    #content {
        text-align: center;
    }
    
    .player-container {
        width: 25%;
        margin: auto;
    }
    .player-left,
    .player-right {
        width: 100%;
        float: none;
    }
    
    .player-left {
        margin-bottom: 5rem;
    }
    .player-right {
        margin-bottom: 5rem;
    }
    
    .player-left h1, .player-right h1 {
        top: 100%;
        margin-top: 1rem;
        margin-bottom: 0;
    }
    
    .back-btn {
        right: 1rem !important;
        left: auto;
    }
    #text-content {
        width: 90%;
        font-size: 0.75rem;
    }
    .content-link a {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    
    .fb-feed.visible-xs {
        width: 300px;
        margin: auto;
        position: static !important;
        bottom: -112px;
        left: 0;
        right: 0;
        border: solid 1px #000;
        border-radius: 7px;
        padding: 3px !important;
        margin-bottom: 12px;
    }
    .fb-down-ar {
  /* position: absolute;
  top: 0; */
  /* -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); */
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 10px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, 10px);
    opacity: 0;
  }
}


/*.pulse {
  animation: pulse 2s infinite;
  }*/
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  }
@media screen and (max-width: 767px) {
    #content {
        position: static !important;
    }
    
    .player-container {
        width: 290px;
        margin: auto;
    }
    
    .back-btn {
        display: none;
    }

    h1 {
        font-size: 1rem;
    }
    
    .disply-block {
        display: none;
    }
    .ui-widget-content {
        display: none !important;
    }

    .content-link a {
        font-size: 0.8rem;
    }
      
    .content-link a:last-child {
        line-height: 1rem;
    }
    
    #Stage__32 {
        margin: 0 auto;
    }
    .shpshalmedia {
        position: relative;
        bottom: auto;
        width: 100%;
        margin-top: 2rem;
        padding-bottom: 2rem;
    }
}
.details{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    width: 70%;
    margin: auto;
    margin-bottom: 2rem;
}
.details .program_name{
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
    height: 15px;
}
.details .program_artist{
    margin-top: 7px;
    font-size: 12px;
}
.player-left h1, .player-right h1 {
    font-weight: bold;
    font-size: 20px;
}
.shpshalmedia ul{
    list-style: none;
    display: flex;
    text-align: center;
    margin: auto;
    padding: 0;
    flex-direction: row;
    justify-content: center!important;
    align-items: center!important;
}
.shpshalmedia ul li{
    margin:0 0.5rem;
}
.mode_change {
    position: fixed;
    right: 1rem;
    top: 1rem;
    width: 40px;
    height: 40px;
    background: #000;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
.jp-play {
    background: url(http://islandpulse.lk/images/play.svg) no-repeat;
    background-size: 45%;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 50%;
    background-position: 60% center;
    outline: none;
}
.shpshalmedia ul li{
    margin: 0 0.5rem;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center!important;
    align-items: center!important;
}
.shpshalmedia {
    position: fixed;
    bottom: 1rem;
    width: 100%;
    left: 0;
}
#jp_container_1 {
    margin-bottom: 2rem;
}
#jp_container_2 {
    margin-bottom: 2rem;
}
.player-left, .player-right {
    float: none;
    width: 100%;
    position: relative;
}
body.dark_mode{
  background-color:#000;
}
body.dark_mode .details p{
  color: #fef200;
}
body.dark_mode .jp-play{
    
    background: url(http://islandpulse.lk/images/play-yellow.svg) no-repeat;
    background-color: #fef200;
        background-size: 45%;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-position: 60% center;
    outline: none;
}
body.dark_mode .jp-pause {
    margin: auto;
    background: url(http://islandpulse.lk/images/still_yellow.svg) no-repeat;
    background-size: 36%;
    margin: auto;
    width: 70px;
    height: 70px;
    background-color: #fef200;
    border-radius: 50%;
    background-position: center;
    outline: none;
}
body.dark_mode .shpshalmedia ul li{
    background-color: #fef200;
}


body.dark_mode .shpshalmedia ul li svg g{
  fill: #000;
}
body.dark_mode .shpshalmedia ul li svg #Path_8{
  fill: #fef200;
}
body.dark_mode .player-left h1, body.dark_mode .player-right h1{
  color: #fef200;
}
body.dark_mode .mode_change{
  background: #fef200;
}
body.dark_mode .mode_change svg g{
  fill: #000;
}
.pulse-logo.pulse{
  display: none;
}
.pulse-logo.pulse.dark_mode_logo{
  display: block;
}
@media screen and (max-width: 767px){
.player-container {
    width: 100%;
    margin: auto;
}
.owl-nav {
    position: absolute;
    top: 64%;
    width: 100%;
}
.mode_change {
    width: 25px;
    height: 25px;
}
.mode_change svg {
    width: 50%;
}

button.owl-prev {
    float: left;
    font-size: 20px;
}
button.owl-prev:focus {
    outline: none;
}
button.owl-prev span{
    line-height: 1;
    content: none;
    background: url(http://islandpulse.lk/images/left_arow_black.svg) no-repeat;
    color: transparent;
    width: 20px;
    height: 46px;
    display: inline-block;
    margin-left: 1.5rem;
    background-position: center;
}
body.dark_mode button.owl-prev span{
    line-height: 1;
    content: none;
    background: url(http://islandpulse.lk/images/left_arow_white.svg) no-repeat;
    color: transparent;
    width: 20px;
    height: 46px;
    display: inline-block;
    margin-left: 1.5rem;
    background-position: center;
}
button.owl-next {
    float: right;
    font-size: 20px;
}
button.owl-next:focus{
    outline: none;
}
button.owl-next span{
    line-height: 1;
    content: none;
    background: url(http://islandpulse.lk/images/right_arow_black.svg) no-repeat;
    color: transparent;
    width: 20px;
    height: 46px;
    display: inline-block;
    margin-right: 1.5rem;
    background-position: center;
}
body.dark_mode button.owl-next span{
    line-height: 1;
    content: none;
    background: url(http://islandpulse.lk/images/right_arow_white.svg) no-repeat;
    color: transparent;
    width: 20px;
    height: 46px;
    display: inline-block;
    margin-right: 1.5rem;
    background-position: center;
}
.player-left, .player-right {
    float: none;
    width: 100%;
    position: relative;
    margin-top: 3rem;
}
.details .program_name {
    width: 80%;
    margin: auto;
    margin-bottom: 1rem;
}
.shpshalmedia {
    position: relative;
    bottom: auto;
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 2rem;
}
.toggle-fb.dark_mode_mobile{
    display: inline-block;
}
.toggle-fb{
    display: none;
}
}
@media screen and (max-width: 992px){
.player-container {
    width: 80%;
    margin: auto;
}
}

 .spinner {
   position: relative;
   width: 12px;
   height: 12px;
}
 .spinner:before, .spinner:after {
   content: "";
   display: block;
   position: absolute;
   border-width: 2px;
   border-style: solid;
   border-radius: 50%;
}


/* spinner-3 styles */
 @keyframes scale-2 {
   0% {
     transform: scale(0);
     opacity: 0;
  }
   50% {
     transform: scale(0.7);
     opacity: 1;
  }
   100% {
     transform: scale(1);
     opacity: 0;
  }
}
 .spinner.spinner-3:before {
   width: 12px;
   height: 12px;
   border-color: #212121;
   top: 0px;
   left: 0px;
   animation: scale-2 1.5s linear 0s infinite;
}
 .spinner.spinner-3:after {
   width: 12px;
   height: 12px;
   border-color: #212121;
   top: 0;
   left: 0;
   opacity: 0;
   animation: scale-2 1.5s linear 0.5s infinite;
}

.spinner-block {
    position: absolute;
    bottom: 27px;
    left: -5.9px;
}
.pulse-logo{
  position: relative;
}
.pulse-logo.secon_y .spinner.spinner-3:before{
  border-color: #fef200;
}
.pulse-logo.secon_y .spinner.spinner-3:after{
  border-color: #fef200;
}

@media screen and (max-width: 600px) {
.spinner-block {
    position: absolute;
bottom: 25px;
    left: -5.9px;
}    
}











/* SPINNER 11 FEB */
.spinner-block {
    position: absolute;
    bottom: 15.97%;
    left: -2.8%;
}
@media (max-width: 1600px) {
	.spinner-block {left: -3.8%;}
}
@media (max-width: 1440px) {
	.spinner-block {left: -4.5%; bottom: 15.5%;}
}
@media (max-width: 1200px) {
	.spinner-block {left: -6.25%; bottom: 15.5%;}
}
@media (max-width: 767px) {
	.spinner-block {left: -5%; bottom: 15.5%;}
}