.tabs {
    background: none;
    vertical-align: baseline;
}
form {
    background: none;
}
.audioPage__header
{
    margin: 0 16px;
}
.audioPage__tabs {
    padding: 0 0 1px;
}
.audioPage__search {
    margin: 0 0 0;
    min-height: 47px;
}
.pcont{
    background: #fff;
}
.pcont a {
    text-decoration: none;
    cursor: pointer;
}
.pcont .button, .pcont form, .pcont input,.pcont  ul {
    margin: 0;
    padding: 0;
}
.pcont ul {
    list-style: none;
}

.hp_block {
    padding: 7px 0 0;
}
.audioPage__search .hp_block, .audioSearch__wrap {
    margin: 0 -16px;
    padding: 0;
}

.tabs_block {
    -webkit-tap-highlight-color: transparent;
    padding: .3em 0 0;
}
.audioPage__tabs .tabs_block, .audioTabs__tabs {
    padding: 6px 0 7px;
}
.tabs_list {
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.tab_item {
    padding: .35em 7px;
    margin: .25em .25em 0 0;
    white-space: nowrap;
    border-radius: 2px;
    float: left;
    -webkit-tap-highlight-color: transparent;
}
.tab_item_cur {
    background: #455a64;
    background: -webkit-linear-gradient(#455a64 0%, #455a64 100%);
    background: -o-linear-gradient(#455a64 0%, #455a64 100%);
    background: linear-gradient(#455a64 0%, #455a64 100%);
    color: #fff !important;
}
.tab_item:hover {
    background-color: #E4E8ED;
    text-decoration: none;
}
.audioPage__tabs .tab_item, .audioTabs__tab {
    padding: 6px 8px;
    margin: 4px 8px 3px 0;
    white-space: nowrap;
    border-radius: 2px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.2px;
}
.row_table {
    margin: 0;
    border-spacing: 0;
    width: 100%;
}
.row_table_main_column {
    padding: 0 7px 0 0;
    width: 100%;
}
.audioPage__search .row_table_main_column, .audioSearch__inputContainer {
    padding: 0;
    border: 1px solid #e3e4e8;
    border-right: 0;
}
.row_table_last_column, .row_table_simple_column {
    padding: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
button.audio_search{
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    margin-right: 14px;
}
i.audio_search{
    background-image: url(img/audio_search.png?7);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    margin: auto;
    width: 24px;
    height: 24px;
    display: block;
}
i.audio_search:hover{
    background-position: 0px -22px;
}
.pcont .row_table_last_column {
    white-space: nowrap;
}
.qs_field_wrap {
    position: relative;
}
.iwrap {
    margin: 0 6px 0 0;
}
.qsearch .iwrap {
    margin: 0 10px 0 0;
}
.audioPage__search .qsearch .iwrap, .audioSearch__wrapInput, .qsearch .audioPage__search .iwrap {
    margin: 0 51px 0 0;
}
.pcont .textfield {
    box-sizing: content-box;
    border-radius: 4px;
    vertical-align: top;
    width: 100%;
    min-width: 30px;
    border: 1px solid #B9C4D1;
    padding: 2px;
    margin: 0;
    -webkit-appearance: none;
    background: #fff;
}
.pcont .button,.pcont .textfield, .pcont select {
    outline: 0;
    box-shadow: none;
}
.qs_textfield {
    padding: 5px 4px;
}
.pcont .qs_button {
    padding: 5px 7px 6px;
}
.pcont .button {
    padding: 6px 12px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: none;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    background-color: #E95050;
    border-radius: 4px;
}
.audioPage__search .qs_textfield, .audioSearch__input {
    height: 44px;
    border: 0;
    margin: 0;
    padding: 0 0 1px 16px;
    font-size: 15px;
    letter-spacing: -.2px;
    line-height: 18px;
}
.pcont .qsearch .button {
    padding: 5px 7px;
}
.audios_block {
background: white;
    padding: 8px 0;
    border-left: 1px solid #e3e4e8;
    border-right: 1px solid #e3e4e8;
    border-bottom: 1px solid #e3e4e8;
}
.audio_item {
    padding: 4px 0;
    clear: both;
    min-height: 48px;
    position: relative;
    background: 0 0;
    margin: 0 16px;
}

.ai_info {
    line-height: inherit;
    padding: 0;
    margin: 0;
    color: #000;
}
.ai_play {
    float: left;
    cursor: pointer;
    background-image: url(img/placeholder_audio.png?1);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    margin-right: 8px;
    border-radius: 2px;
}

.audio_item  .i_play {
    float:left;
    width: 32px;
    height: 32px;
    margin: 8px;
    background: rgba(255,255,255,.95);
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    opacity: 0;
}
.audio_item .i_play:after
{
    background-image: url(img/audio_icons.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.audio_item .i_play:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-position: 0 -1px;
}
.ai_playing .i_play:after {
    background-position: 0 -25px;
}
.audio_item .i_play {
    -o-transition: opacity .15s;
    transition: opacity .15s;
}
.ai_play:hover .i_play {
    opacity: 1;
}
.ai_current .i_play {
    opacity: 1;
}
.audio_item .ai_body {
    /*padding: 0 1px 0 31px;*/
    min-height: 24px;
}
.ai_body {
    padding: 0;
    margin: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}
.ai_current .ai_body {
    -o-transition: all .15s;
    transition: all .15s;
    padding: 0 26px 0 31px;
}
.ai_dur {
    font-size: 11px;
    color: #909499;
    margin: auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 32px;
    letter-spacing: -.08px;
    font-weight: 400;
    line-height: 21px;
    height: 20px;
    display: none;
    float: right;
    top: 20px;
    cursor: pointer;
}

.ai_label {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    color: #909499;
    padding: 3px 33px 0 4px;
    letter-spacing: -.38px;
    text-overflow: ellipsis;
}
.audios_list .ai_artist {
    font-size: 15px;
    font-weight: 400;
    color: #2c2d2e;
    padding: 0;
    display: block;
    text-overflow: ellipsis;
    margin: 2px 0;
    overflow: hidden;
}

.ai_title {
    display: block;
    text-overflow: ellipsis;
    padding: 0!important;
    font-size: 13px;
    margin: 4px 0 0;
    letter-spacing: -.08px;
    overflow: hidden;
}

.ai_label .dividers {
    padding: 0;
}
.dividers {
    display: none;
}
.ai_current .ai_artist, .ai_current .ai_dur, .ai_current .ai_title, .ai_current .dividers {
    display: inline;
}
.ai_current .ai_label {
    padding-top: 7px;
}
 .ai_current .ai_artist {
    font-size: inherit;
    margin-bottom: 0;
}
.ai_current .ai_title {
    font-size: inherit;
    margin: inherit;
    letter-spacing: inherit;
}
.ai_controls {
    display: none;
        padding: 0;
    position: absolute;
    left: 60px;
    right: 43px;
    bottom: 10px;
    padding-right: 31px!important;
}
.ai_current .ai_controls {
    display: block;
}
.aic_progress_wrap {
    width: 100%;
    padding: 0;
}
.aic_volume_wrap {
    padding: 0;
}
.aic_line {
        height: 2px;
    border-radius: 0;
    position: relative;
    width: 100%;
    padding: 6px 0;
    margin-top: -8px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.aic_ln {
    height: 2px;
    border-radius: 0;
    top: 0;
    margin: 6px 0;
    position: absolute;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
}

.aic_back_line {
    width: 100%;
    background-color: #ebebeb;
}
.aic_pl_wrap {
    padding: 0;
    left: 0;
    right: 0;
}

.aic_progress_line {
    background: #5181b8;
    position: relative;
    border-radius: 0;
    margin: 0;
    width: 0;
}

.aic_slider {
        position: absolute;
	    background: #5181b8;
    width: 4px;
    height: 12px;
    border-radius: 2px;
    top: -5px;
    right: -4px;
        border: 0;
    margin: 0;
    padding: 0;
    outline: transparent solid 1px;
    cursor: pointer;
}

.aic_volume_wrap .aic_line {
    width: 55px;
    margin-left: 10px;
    display: none;
}
.aic_volume_wrap .aic_line {
    display: block;
}.aic_volume_wrap .aic_progress_line {
    width: 100%;
}
.pagination {
    padding: 7px 7px 7px;
    border-bottom: 1px solid #dfe3e8;
    background: #F7F7F7;
    line-height: 1.3em;
}
.pg_link {
    padding: 7px 7px;
}
.pg_link_sel {
    border-bottom: 2px solid #45668E;
}
.pg_link:hover {
    background-color: #E4E8ED;
    text-decoration: none;
}
.show_more_wrap {
    position: relative;
    padding: 7px 7px 12px;
    margin-top: -1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfe3e8;
}
.show_next_wrap {
    position: relative;
    padding: 10px 7px 7px;
    margin-bottom: -1px;
    border-bottom: 1px solid #fff;
}
.show_more, .show_more_loading, .show_next {
    display: block;
    padding: 9px;
    background-color: #e7e7e7;
    color: #707070 !important;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
}
.audioPage .show_more_wrap, .audioPage .show_next_wrap {
    display: block!important;
}
.aic_load_line {
    background: #ccd6e1;
    width: 0;
}

.slider_loading_bar {
    width: 100%;
    height: 2px;
    opacity: 1;
    display: block;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    background-image: url(img/audio_progress.png?v=1);
    -webkit-user-select: none;
    border-radius: 2px;
    background-position: 0 0;
    -webkit-animation: slider_loading_animation 300ms linear infinite;
    -o-animation: slider_loading_animation 300ms linear infinite;
    animation: slider_loading_animation 300ms linear infinite;
}
.found, .highlight, .match {
    background-color: #E1E7ED;
    padding: 0;
    font-style: normal;
}
.service_msg_box {
    padding: 10px 7px;
    border-bottom: 1px solid #efefef;
}
.service_msg {
    padding: 7px;
}
.service_msg_null {
    padding: 14px 7px;
    text-align: center;
    color: #777;
}
@-webkit-keyframes slider_loading_animation{
    from{background-position:0 0}
    to{background-position:10px 0}
    }
@-o-keyframes slider_loading_animation{
    from{background-position:0 0}
    to{background-position:10px 0}
    }
@keyframes slider_loading_animation{
    from{background-position:0 0}
    to{background-position:10px 0}
}
.radio_container .aic_line{
    width: 100%;
    margin: 0px;
}
input.textfield::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input.textfield::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input.textfield:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input.textfield:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}