#radioplayer{/*border:solid 1px red*/}
#radioplayer #controls{}
#radioplayer #controls .button{
    display: inline-block;
    border: solid 1px black;
    border-radius: 4px;
    padding: 0.2em;
    background: linear-gradient(to top,#222 0%,#303030 100%);
    cursor: pointer;
    padding-left: 2em;
    padding-right: 2em;
    color: #666;
}
.play:after{
  display: inline-block;
  position: relative;
  width:6px;
  height: 3px;
  background: green;
  content: '';
  top: -10px;
  right: -24px;
}
.stopped:after{
  background: red;
}

/****************/
/*Volume control*/
/****************/
#vol-icon{
  display:inline-block;
  vertical-align: middle;
  color: #666;
}

#volume{
  background: transparent;
  border: none;
  -webkit-appearance: none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  width: 100px;
}
#volume::-moz-range-thumb {
  background-color: #464646;
  border: solid 1px #575757;
  border-radius: 0px;
  width: 2px;
  height: 10px;
}
#volume::-moz-range-track{
  background:#333;
  border-top:solid 1px black;
  border-bottom:solid 1px #404040;
  height: 0px;
}

/*for google Chrome*/


#volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #575757;
  height: 10px;
  width: 2px;
  background: #464646;
  cursor: pointer;
  margin-top: -5px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; /* Add cool effects to your sliders! */
}
#volume::-webkit-slider-runnable-track {
  width: 100%;
  background:#333;
  border-top:solid 1px black;
  border-bottom:solid 1px #404040;
  height: 0px;
}

#volume:focus{
  /*background: #333;*/
  outline: none;
}

/*Font*/
@font-face {
  font-family: 'icomoon';
  src:
    url('/style/fonts/icomoon.ttf?klp01g') format('truetype'),
    url('/style/fonts/icomoon.woff?klp01g') format('woff'),
    url('icomoon.svg?klp01g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\f04b";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-gears:before {
  content: "\f085";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-soundcloud:before {
  content: "\f1be";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-user:before {
  content: "\e971";
}
.icon-volume-high:before {
  content: "\ea26";
}
.icon-volume-medium:before {
  content: "\ea27";
}
.icon-volume-low:before {
  content: "\ea28";
}
.icon-volume-mute:before {
  content: "\ea29";
}
.icon-volume-mute2:before {
  content: "\ea2a";
}
.icon-soundcloud3:before {
  content: "\eac3";
}
.icon-soundcloud2:before {
  content: "\eac4";
}
/* end font */
