:not(.visit-info) .playa input[type=range]:focus, :not(.visit-info) .playa input[type=range]:active,:not(.visit-info) .playa div.btn.btn-default:active{
	background: #ffffff !important;
	border-color:#ffffff !important;
}
.playa input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  #margin: 3.9px 0;
  #background:#ffffff !important;
  padding-top: inherit;
}
.playa input[type=range]:focus {
  outline: none;
}
.playa input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2.2px;
  cursor: pointer;
  #box-shadow: 0px 0px 0.9px #000000, 0px 0px 0px #0d0d0d;
  background: #15827c;
  #border-radius: 1.3px;
  #border: 0px solid #010101;
}
.playa input[type=range]::-webkit-slider-thumb {
  #box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  #border: 0px solid #000000;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #15827c;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.9px;
}
.playa input[type=range]:focus::-webkit-slider-runnable-track {
  #background: #9dcd50;
}


.playa section{
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.playa button.playBtn, .playa button.playBtn:hover, .playa button.playBtn:active{
  margin-top: 0px !important;
/*margin-bottom: 16px !important;*/
  padding-left: 0px !important;
  border-width: 1px;
  border-style: solid;
  border-color: #15827c;
  border-radius: 20px !important;
  height: 28px;
  width: 28px;
/*  background: #15827c !important; */

  padding-top: 3px;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  margin-left: 2px !important;
}
.playa button.playBtn:hover{

  background: #15827c;
}
.playa button.playBtn i{
	color:#15827c;
}
.playa button.playBtn+div{
    width: 40%;
    padding-top: 8px;
    padding-left: 3px;
    padding-right: 3px;
}


.playa{
  margin-top: 3px !important;
/*margin-bottom: 16px !important;*/
  padding-left: 0px !important;
  border-width: 1px;
  border-style: solid;
  border-color: #15827c;
  border-radius: 20px;
}
.playa input[type="range"] {  
  #background-color: #ddd;
  #border: 1px solid #bbb;
  #border-radius: 0.5em;
  height: 1em;
  --top: 2px;
  position: relative;
}                  
              
.playa  .thumbnail  {
    width:100%;
}

/* sliders and buttons need a uniform height */
.playa .btn-group .btn {
    display:inline-block;
    float:none;
}

/*  contains the attribution link */
.playa .row:nth-child(4) { 
  overflow: hidden;
}

/* Acknowledgements:
To Glyphicons (http://glyphicons.com/) for the Halflings glyphs font */

/* .spin is used to rotate glyphicon glyphicon-refresh */
.spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.playa .btn[data-original-title]{
	width:15% !important;
}
.playa .btn.dc-remove-audio-btn{
	width:15% !important;
}
.player-buttons{
    display: inline-block;
    width: auto;
}
/*
.playa .btn{
	margin-left:0px !important;
}


*/
