/*body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/

.quality {
    list-style: none;
/*    margin: 1px;*/
/*    padding: 1px;*/
/*    background-color: #1A1A1A;*/
    margin-left: -.5px;
    display: inline-block;
}

.quality__item {
    margin: 0;
    padding: .5px;
    display: inline-block;

}

.quality__link {
/*    color: #999999;*/
/*    background-color: #2B2B2B;*/
    text-decoration: none;
    font-family: 'Arial';
    font-size: 11px;
/*    margin: -1px;*/
/*    padding: 3px 12px;*/
    display: inline-block;
/*    border: 1px solid #ACACAC;*/
    text-decoration: none!important;
    padding: 1px 10px;
    border: none;
    background-color: #DFDFDF;
    margin: 0;
    color: #757575;
}

.quality__link_active, .quality__link:active {
    /*background-color: #333;*/
/*    margin: -1px;*/
    position: relative;
    color: #fff;
    cursor: default;
    z-index: 1;
    background-color: #000;
}

.mediaplayer {
    /*font-family: 'Arial', sans-serif;*/
/*    background-color: #2B2B2B;*/
    overflow: hidden;
}

.mediaplayer__description {
    color: #666666;
    font-size: 11px;
    display: none;
    margin: 4px;
}

.mediaplayer__controls {
    margin: 0;
    padding: 0;
    text-align: right;
    background-color: #1A1A1A;
}

.mediaplayer__content {

}

.playlink {
    height: 0;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}

.playlink__content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #eee;
}

.playlink__button {
    display: block;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-width: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

.playlink__button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.playlink__button:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    margin: 0 auto;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent rgba(100, 190, 43, 1);
}

.message{
    background-color: #eee;
    padding: 10px 10px;
    min-height: 200px;
    overflow: hidden;
}


.message__itself {
    text-align: center;
    font-size: 20px;
    font-family: 'Arial';
}

.streambuttons {
    margin: 0;
    padding: 10px 10%;
    list-style: none;
    column-count: 2;
}

.streambuttons__item {
    margin: 0;
    margin-bottom: 10px;
}

.streambuttons__link {
    display: block;
    text-align: center;
    padding: 2% 5%;
    overflow: hidden;
    text-decoration: none;
    color: black;
    font-family: 'Arial';
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	background: #D9D9D9;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 23%, #ececec 44%, #d9d9d9 67%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(23%,#ffffff), color-stop(44%,#ececec), color-stop(67%,#d9d9d9));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 23%,#ececec 44%,#d9d9d9 67%);
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 23%,#ececec 44%,#d9d9d9 67%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 23%,#ececec 44%,#d9d9d9 67%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 23%,#ececec 44%,#d9d9d9 67%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );

}

.app-link {
    display: block;
    margin: 10px auto;
    width: 208px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-image: url(../img/appstore_buttons_big_en.png);
}

.app-link_app_android {
    height: 72px;
}

.app-link_app_ios {
    height: 62px;
    background-position: 0 -72px;
}

.app-link_app_windows {
    height: 56px;
    background-position: 0 -135px;
}

.app-link_lang_ar {
    background-image: url(../img/appstore_buttons_big_ar.png);
}

.app-link_lang_sp {
    background-image: url(../img/appstore_buttons_big_sp.png);
}
#js-mediaplayer-controls{
    float: left;
}

@media all and (max-width: 864px) {
    .quality__link{
        padding: 5px 12px;
    }
}

@media all and (max-width: 684px) {
/*    .mediaplayer__description{
        display: none;
    }
    #js-mediaplayer-controls{
        float: none;
        text-align: center;
    }*/

}

/* live audio */

  .back-live{
    background-color: #000;
  }
  .back-live__link{
    color: #fff;
    font-size: 1.6em;
    /*text-decoration: underline;*/
    display: block;
    position: absolute;
    height: 24px;
    width: 50%;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 4;
  }

  .live-audio__button{
    width: 100%;
    text-align: right;
    margin-top: 3px;
  }
  .live-audio__link{
    color: #999999;
    background-color: #2B2B2B;
    text-decoration: none;
    font-family: 'Arial';
    font-size: 11px;
    margin: 0;
    padding: 3px 12px;
    display: inline-block;
    border: 1px solid #ACACAC;
    text-decoration: none!important;
  }
  .live-audio__link_active{
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    background-color: #000;
  }
  #audio-player.ration_16-9{
    padding-bottom: 30px;
  }
/*  #audio-player_wrapper{
    position: relative;
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
  }*/
  #audio-player_wrapper{
    padding-bottom: 56.25%;
  }
  #audio-player_wrapper iframe,
  #audio-player_wrapper object{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #audio-player-play.mobile{
    display: inline-block;
  }
  #audio-player-play.mobile,
  .live-audio__button.mobile{
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .audio-play-button{
    font-size: 11px;
    color: #000;
    background-color: #188000;
    border: 1px solid #188000;
    display: inline-block;
    padding: 1.5px 12px;
    margin-top: 3px;
    text-decoration: none !important;
  }