/** Developed by Danial S. - V1.1 | DanialSabagh.com - Mersadesign.com | Single Audio Player | (c) 2021 - All rights reserved **/
/** Purchase: https://danialsabagh.com/singleaudioplayer/ **/

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700|Slabo+27px|Questrial);

/*! roundSlider v1.0 | (c) 2016, Soundar | MIT license | http://roundsliderui.com/licence.html */
.rs-control {
    position: relative;
    outline: 0 none
}

.rs-container {
    position: relative
}

.rs-control *,
.rs-control *:before,
.rs-control *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rs-animation .rs-transition {
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s;
    transition: all .5s linear 0s
}

.rs-bar {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.rs-control .rs-split .rs-path,
.rs-control .rs-overlay1,
.rs-control .rs-overlay2 {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.rs-control .rs-overlay {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.rs-control.rs-error {
    border: 1px dotted;
    text-align: center
}

.rs-readonly {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 100
}

.rs-disabled {
    opacity: .35
}

.rs-inner-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.quarter div.rs-block {
    height: 200%;
    width: 200%
}

.half.top div.rs-block,
.half.bottom div.rs-block {
    height: 200%;
    width: 100%
}

.half.left div.rs-block,
.half.right div.rs-block {
    height: 100%;
    width: 200%
}

.bottom>.rs-inner-container>.rs-block {
    top: auto;
    bottom: 0
}

.right .rs-inner-container>.rs-block {
    right: 0
}

div.rs-block {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.rs-block {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 3
}

.rs-block .rs-inner {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    display: block;
    height: 100%;
    width: 100%;
    position: relative
}

.rs-overlay {
    width: 50%
}

.rs-overlay1,
.rs-overlay2 {
    width: 100%
}

.rs-overlay,
.rs-overlay1,
.rs-overlay2 {
    position: absolute;
    background-color: #fff;
    z-index: 3;
    top: 0;
    height: 50%
}

.rs-bar {
    position: absolute;
    height: 0;
    z-index: 10
}

.rs-bar .rs-seperator {
    height: 0;
    border-bottom: medium none;
    display: block;
    float: left
}

.full .rs-bar,
.half .rs-bar {
    width: 50%
}

.half.left .rs-bar,
.half.right .rs-bar,
.quarter .rs-bar {
    width: 100%
}

.full .rs-bar,
.half.left .rs-bar,
.half.right .rs-bar {
    top: 50%
}

.bottom .rs-bar {
    top: 0
}

.half.right .rs-bar,
.quarter.right .rs-bar {
    right: 100%
}

.rs-handle.rs-move {
    cursor: move
}

.rs-readonly .rs-handle.rs-move {
    cursor: default
}

.rs-path {
    display: block;
    height: 100%;
    width: 100%
}

.rs-split .rs-path {
    -webkit-border-radius: 1000px 1000px 0 0;
    border-radius: 1000px 1000px 0 0;
    overflow: hidden;
    height: 50%;
    position: absolute;
    top: 0;
    z-index: 2
}

.rs-tooltip {
    text-align: center;
    position: absolute;
    cursor: default;
    border: 1px solid transparent;
    z-index: 10
}

.full .rs-tooltip {
    top: 50%;
    left: 50%
}

.bottom .rs-tooltip {
    top: 0
}

.top .rs-tooltip {
    bottom: 0
}

.right .rs-tooltip {
    left: 0
}

.left .rs-tooltip {
    right: 0
}

.half.top .rs-tooltip,
.half.bottom .rs-tooltip {
    left: 50%
}

.half.left .rs-tooltip,
.half.right .rs-tooltip {
    top: 50%
}

.rs-tooltip .rs-input {
    outline: 0 none;
    border: none
}

.rs-tooltip-text {
    font-family: verdana;
    font-size: 13px;
    border-radius: 7px
}

.rs-tooltip.edit,
.rs-tooltip .rs-input {
    padding: 5px 8px
}

.rs-tooltip.hover,
.rs-tooltip.edit:hover {
    border: 1px solid #aaa;
    cursor: pointer
}

.rs-readonly .rs-tooltip.edit:hover {
    border-color: transparent;
    cursor: default
}

.rs-handle {
    border-radius: 1000px;
    outline: 0 none;
    float: left
}

.rs-handle.rs-handle-square {
    border-radius: 0
}

.rs-handle-dot {
    border: 1px solid #aaa;
    padding: 6px
}

.rs-handle-dot:after {
    display: block;
    content: "";
    border: 1px solid #aaa;
    height: 100%;
    width: 100%;
    border-radius: 100%
}

.rs-seperator {
    border: 1px solid #aaa
}

.rs-border {
    border: 1px solid #aaa
}

.rs-path-color {
    background-color: #fff
}

.rs-range-color {
    background-color: #54bbe0
}

.rs-bg-color {
    background-color: #fff
}

.rs-handle {
    background-color: #838383
}

.rs-handle-dot {
    background-color: #fff
}

.rs-handle-dot:after {
    background-color: #838383
}


/*****************************DS*****************************/

div.DSSinglePlayer {
    width: 400px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    perspective: 1px;
    line-height: normal;
}

div.DSSinglePlayer > .blur {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(7px);
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -ms-filter: blur(7px);
    -o-filter: blur(7px);
}

div.DSSinglePlayer > div.mainSection,
div.DSSinglePlayer > div.dashboard {
    position: absolute;
    left: 0px;
}

div.mainSection {
    width: 100%;
    height: 85%;
    top: 0;
}

div.dashboard {
    width: 100%;
    height: 15%;
    bottom: 0;
}

div.mainSection > .top,
div.mainSection > .middle {
    width: 100%;
}

div.mainSection > .top {
    height: 30%;
}

div.mainSection > .middle {
    height: 70%;
    margin-top: -20px;
}

div.middle > div:not(.centered-vertically) {
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

div.middle > div:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

div.middle > div:not(.centered-vertically) {
    margin: -10px 10px 10px 10px;
}

div.dashboard > div:not(.centered-vertically) {
    margin: 10px;
}

div.middle > div:not(.centered-vertically),
div.dashboard > div:not(.centered-vertically) {
    display: inline-block;
    vertical-align: middle;
}

div.middle > .centered-vertically,
div.dashboard > .centered-vertically {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

div.middle,
div.dashboard {
    text-align: center;
}

div.dashboard > div:not(.centered-vertically) {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}


/** Buttons **/

div.middle > .play {
    width: 138px !important;
    height: 138px !important;
    position: relative;
}

div.middle > .play > #slider {
    float: left;
}

div.middle > .play > .playpausebtn {
    background-image: url(../img/play.png);
    background-size: 64px auto;
    width: 64px !important;
    height: 64px !important;
    float: left;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.middle > .play > .playpausebtn.active {
    background-image: url(../img/pause.png);
}

div.middle > .play > .frontTiming {
    width: 95px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-family: 'Questrial', sans-serif;
}

.play:hover > .frontTiming {
    opacity: 1 !important;
}

.frontTiming > span.infinity {
    font-size: 1.5em;
    line-height: 0;
    position: relative;
    top: 3px
}

.dashboard > .links {
    background: url(../img/link24.png) no-repeat center;
}

.dashboard > .soundcloud {
    background: url(../img/soundcloud.png) no-repeat center;
}

.dashboard > .soundcloud:hover {
    background: url(../img/soundcloudhover.png) no-repeat center;
}

.dashboard > .soundcloud a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.dashboard > div.live {
    width: 50px;
    height: 32px;
    position: relative;
}

.dashboard > div.live > div.bliking {
    width: 7px;
    height: 7px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 4px;
    animation: blinker 1.8s linear infinite;
}

.dashboard > div.live > div.icon {
    width: 100%;
    height: 100%;
    background: url("../img/live.png");
}

@keyframes blinker {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-moz-keyframes blinker {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-ms-keyframes blinker {
    from {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.dashboard > .stop {
    width: 48px;
    height: 48px;
    background: url(../img/stop48.png) no-repeat center;
    opacity: 1;
}

.dashboard > .stop:hover {
    opacity: 0.7;
}

.dashboard > .share,
.dashboard > .repeat,
.dashboard > .sound,
.dashboard > .soundcloud {
    width: 32px;
    height: 32px;
}

.dashboard > .share,
.dashboard > .repeat,
.dashboard > .sound,
.dashboard > .stop,
.dashboard > .soundcloud {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.dashboard > .repeat {
    background-image: url(../img/repeat.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.dashboard > .repeat:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.dashboard > .repeat .active {
    background-color: red !important;
}

.dashboard > .sound {
    background-image: url(../img/volume-high.png);
    animation: 0.5s both ease-in-out;
    -webkit-animation: 0.5s both ease-in-out;
    -ms-animation: 0.5s both ease-in-out;
    -moz-animation: 0.5s both ease-in-out;
    -o-animation: 0.5s both ease-in-out;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-1px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(1px);
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-1px);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(1px);
    }
}

@-o-keyframes shake {
    0%,
    100% {
        -o-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-1px);
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(1px);
    }
}

@-ms-keyframes shake {
    0%,
    100% {
        -ms-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -ms-transform: translateX(-1px);
    }
    20%,
    40%,
    60%,
    80% {
        -ms-transform: translateX(1px);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-1px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(1px);
    }
}

.dashboard > .shake:hover {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -ms-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}

.dashboard > .share {
    background: url(../img/share.png);
    -webkit-animation: 0.5s both ease-in-out;
    -ms-animation: 0.5s both ease-in-out;
    -moz-animation: 0.5s both ease-in-out;
    -o-animation: 0.5s both ease-in-out;
    animation: 0.5s both ease-in-out;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@-ms-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.dashboard > .share:hover {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -ms-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}


/** Top section **/

.trackTitle,
.trackSinger {
    text-align: center;
    color: #FFF;
}

.trackTitle {
    font-size: 30px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}

.trackSinger {
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Questrial', sans-serif;
}


/** Slider's Modifications **/

#slider {
    float: left;
}

.rs-control .rs-range-color,
.rs-control .rs-path-color,
.rs-control .rs-handle,
.rs-control .rs-bg-color,
.play .frontTiming,
.rs-seperator,
.rs-border {
    transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -ms-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
}

.rs-control .rs-range-color {
    background-color: rgba(0, 0, 0, 0.0);
}

.rs-control .rs-path-color {
    background-color: rgba(255, 255, 255, 0.0);
}

.rs-control .rs-handle {
    background-color: rgba(255, 255, 255, 0.9);
}

.rs-control .rs-bg-color {
    background-color: rgba(255, 255, 255, 0.0);
}

.rs-border {
    border: 2px solid rgba(0, 0, 0, 0);
}


/** HOVER **/

.play:hover .rs-border {
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.play:hover .rs-handle {
    background-color: rgba(255, 255, 255, 0.95);
}

.play:hover > .frontTiming {
    opacity: 1 !important;
}

div.rs-container.full {
    text-align: left;
}

.rs-seperator {
    border: 1px solid rgba(255, 255, 255, 0.4);
}


/***********Social Button******************/

.share-button,
.links-button {
    width: 32px;
    height: 32px;
    line-height: 2em;
}

.social-toggle {
    background: url(../img/share.png);
}

.links-toggle {
    background: url(../img/link24.png);
    background-repeat: no-repeat;
    background-position: center;
}

.social-toggle,
.links-toggle {
    width: 32px;
    height: 32px;
    transition: all 0.3s linear;
    -webkit-animation: 0.5s both ease-in-out;
    -moz-animation: 0.5s both ease-in-out;
    -o-animation: 0.5s both ease-in-out;
    -ms-animation: 0.5s both ease-in-out;
    animation: 0.5s both ease-in-out;
}

.links-toggle:hover,
.social-toggle:hover {
    -webkit-animation-name: flash;
    animation-name: flash;
    -o-animation-name: flash;
    -moz-animation-name: flash;
    -ms-animation-name: flash;
}

.social-toggle:hover {}

.no-js .social-toggle,
.no-js .social-toggle:hover {}

.icons-holder {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: -45%;
    /* stops flickering */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.social-facebook,
.social-email,
.social-twitter,
.source-download,
.source-amazon,
.source-apple {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.social-facebook {
    background-image: url(../img/facebook.jpg);
}

.social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.social-twitter {
    background-image: url(../img/twitter.jpg);
}

.social-twitter:hover {
    background-color: rgba(108, 223, 234, .8);
}

.social-email {
    background-image: url(../img/email.jpg);
}

.social-email:hover {
    background-color: rgba(31, 128, 0, .8);
}

.source-download {
    background-image: url(../img/178_Download-24.png);
}

.source-download:hover {
    background-color: #1b1919
}

.source-amazon {
    background-image: url(../img/27-amazon-24.png);
}

.source-amazon:hover {
    background-color: #ff6600;
}

.source-apple {
    background-image: url(../img/16-apple-24.png);
}

.source-apple:hover {
    background-color: #34aadc;
}

.icons-holder.open-menu,
.no-js .icons-holder {
    -webkit-transform: scale(1) translateY(-90px);
    -ms-transform: scale(1) translateY(-90px);
    -moz-transform: scale(1) translateY(-90px);
    -o-transform: scale(1) translateY(-90px);
    transform: scale(1) translateY(-90px);
    opacity: 1;
}

.icons-holder ul {
    position: relative;
    top: 10px;
    right: 70px;
    width: 120px;
    height: 25px;
    color: #fff;
    background: rgba(255, 255, 255, .5);
    margin: auto;
    padding: 0;
    list-style: none;
}

.icons-holder ul.small {
    right: -5px;
    width: auto;
    /** ------------------- **/
    display: table;
    /** ------------------- **/
    float: right;
}

.icons-holder ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    /**left: 0;**/
    right: 10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.icons-holder.open-menu ul:after,
.no-js .icons-holder ul:after {
    margin: 25px 0;
    border-top: 12px solid rgba(255, 255, 255, .5);
}

.icons-holder.open-menu ul.small:after,
.no-js .icons-holder ul.small:after {
    position: absolute;
    top: 27px;
    margin: 0;
    border-top: 12px solid rgba(255, 255, 255, .5);
}

.icons-holder li {
    width: 40px;
    margin: 0;
    text-align: center;
    float: left;
    display: block;
    height: 25px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    transition: background-color .3s ease;
}

.icons-holder > ul.small > li {
    /** ------------------- **/
    display: table-cell;
    /** ------------------- **/
    float: none;
    padding: 1px;
}

.icons-holder > ul.small > li a {
    width: 38px;
}

.share-button a {
    text-decoration: none;
}

.icons-holder a {
    width: 100%;
    height: 100%;
    display: block;
    color: white;
}

.icons-holder > li.source-apple {
    width: 80px !important;
}

.icons-holder a:hover {}


/** ------- **/


/** small **/

div.DSSinglePlayer.kochik {
    width: 200px;
    height: 200px;
}

div.middle > .play.kochik {
    width: 70px !important;
    height: 70px !important;
}

div.middle > .play > .playpausebtn.kochik {
    background-size: 30px auto;
    width: 30px !important;
    height: 30px !important;
}

.mainSection > .top > .trackTitle.kochik,
.mainSection > .top > .trackTitle.medium {
    font-size: 20px;
    margin-top: 5px;
}

.mainSection > .top > .trackSinger.kochik,
.mainSection > .top > .trackSinger.medium {
    margin-top: 5px;
    font-size: 13px;
}

div.mainSection > .middle.kochik {
    margin-top: 0;
}

div.dashboard > div.kochik:not(.centered-vertically) {
    width: 20px;
    height: 20px;
    margin: 5px;
}

div.middle > div.kochik:not(.centered-vertically) {
    margin: -25px 10px 10px 10px;
}

.dashboard > .repeat.kochik,
.dashboard > .repeat.medium,
.dashboard > .sound.kochik,
.dashboard > .links-toggle.kochik,
.social-toggle.kochik,
.stop.kochik,
.stop.medium {
    background-size: cover;
}

div.dashboard > div.kochik:not(.centered-vertically) {}

.social-toggle.kochik,
.links-toggle.kochik {
    width: 20px;
    height: 20px;
    background-size: cover;
}

div.middle > .play.kochik > .frontTiming {
    font-size: 12px;
    bottom: -22px;
    width: 75px;
}

.dashboard > div.live.kochik > div.bliking {
    top: 6px;
}

.dashboard > div.live.kochik > div.icon {
    margin-top: -8px;
    height: 25px;
}

.dashboard > .soundcloud.kochik {
    background-size: cover;
    width: 23px !important;
}

.middle > .play.kochik > .frontTiming span {
    top: 2px;
}

.dashboard.medium > .live > .icon {
    margin-top: -8px;
    height: 30px;
}

.dashboard.medium > .live > .bliking {
    top: 6px;
}


/** medium **/

div.DSSinglePlayer.medium {
    width: 200px;
}

.dashboard.medium div {
    background-size: cover;
}

div.dashboard.medium > div:not(.centered-vertically) {
    width: 20px;
    height: 20px;
    margin: 20px 5px;
}

.social-toggle.medium,
.links-toggle.medium {
    width: 20px;
    height: 20px;
    background-size: cover;
}

.icons-holder ul.kochik {
    top: 42px;
}

.icons-holder ul.kochik {
    height: 15px;
}

.icons-holder ul.medium {
    top: 35px;
    height: 15px;
}

.icons-holder ul.medium li,
.icons-holder ul.kochik li {
    height: 15px;
}

.icons-holder.open-menu ul.kochik:after,
.no-js .icons-holder ul.kochik:after,
.icons-holder.open-menu ul.medium:after,
.no-js .icons-holder ul.medium:after {
    margin: 15px 0;
}

.links-button > .icons-holder.open-menu ul.kochik:after,
.no-js .links-button > .icons-holder ul.kochik:after,
.links-button > .icons-holder.open-menu ul.medium:after,
.no-js .links-button > .icons-holder ul.medium:after {
    top: 2px;
}

.share-button > .icons-holder ul.kochik,
.share-button > .icons-holder ul.medium {
    right: 80px;
}

.mainSection > .top > .trackTitle.medium {
    margin-top: 20px;
}

div.middle.medium > div:not(.centered-vertically) {
    margin: -50px 10px 10px 10px;
}

.stop.kochik,
.dashboard.medium > .stop {
    width: 25px !important;
    height: 25px !important;
}

.dashboard.kochik,
.dashboard.medium {
    margin-bottom: 5px;
}

ul.kochik > .social-facebook,
ul.kochik > .social-email,
ul.kochik > .social-twitter,
ul.kochik > .source-download,
ul.kochik > .source-amazon,
ul.kochik > .source-apple,
ul.medium > .social-facebook,
ul.medium > .social-email,
ul.medium > .social-twitter,
ul.medium > .source-download,
ul.medium > .source-amazon,
ul.medium > .source-apple {
    background-size: 13px 13px;
}

div.middle > .play.medium {
    width: 110px !important;
    height: 110px !important;
}

div.middle > .play > .playpausebtn.medium {
    background-size: 50px auto;
    width: 50px !important;
    height: 50px !important;
}

@media only screen and (max-device-width: 568px) {
    div.DSSinglePlayer {
        width: 100%;
        margin: 0;
    }
    .sound {
        opacity: .5;
        pointer-events: none
    }
}
