@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700&subset=latin,latin-ext');
body {
    margin: 0;
    padding: 0;
    background: #8b2724;
    background: -moz-linear-gradient(top, #8b2724 0%, #370303 100%);
    background: -webkit-linear-gradient(top, #8b2724 0%, #370303 100%);
    background: linear-gradient(to bottom, #8b2724 0%, #370303 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8b2724', endColorstr='#370303', GradientType=0);
    width: 100vw;
    height: 100vh;
    color: #fff;
    position: relative;
}

a,
a:visited {
    text-decoration: none;
    color: #f5f5f5;
    font-family: "Open Sans", san-serif;
    font-size: .9em;
}

hr {
    border: 0;
    border-top: 1px solid rgba(75, 75, 75, 0.7);
    margin: 1rem 0 .5rem;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

header {
    height: 42px;
    background: #591010;
    margin-bottom: 1rem;
    background: linear-gradient(to bottom, #5a0f0f 50%, #5a0f0f 100%);
}

header ul#ortala {
    margin: 0 auto;
    width: 270px;
}

header ul li {
    float: left;
    display: block;
    margin: .25rem;
    text-align: center;
    height: 100%;
    line-height: 40px;
    padding-right: 1rem;
}

header ul li i {
    width: 24px;
    height: 24px;
    float: left;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 1px .5rem 0 1px;
    text-align: center;
    padding-top: .1rem;
    line-height: 24px!important;
    font-size: .8em;
}

.container {
    position: relative;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

#current-img img {
    border-radius: .5rem;
    margin-right: 1rem;
    transition: all .3s linear
}

#current-program {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(110, 110, 110, 0.2);
    border-radius: .25rem;
    margin-top: .5rem;
}

#player-area {
    margin: .5rem
}

#current-img {
    margin-bottom: .25rem
}

#player {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    margin-top: .5rem;
}

#player #play,
#player #pause {
    position: relative;
    font-size: 1.5em;
    align-self: flex-start;
    margin-right: 1.5rem;
    cursor: pointer;
}

#player i {
    font-size: 2em;
    color: rgba(255, 255, 255, .9);
}

#player #mute {
    width: 3em;
    cursor: pointer;
}

#player #unmute {
    width: 3em;
    cursor: pointer;
}

#player .jp-volume-bar {
    position: unset;
    background: #3a0404;
    height: 12px;
    border-radius: 6px;
    padding: 0;
}

#yayin-paylas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
}

.row {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.text-center {
    text-align: center!important;
    align-items: center;
    justify-content: center;
}

#calan {
    display: none
}

#calan-sarkici,
#calan-sarki {
    width: 100%;
    font-family: "Open Sans", san-serif;
    line-height: 1.75em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jp-volume-bar {
    width: 140px;
}

.jp-volume-bar-value {
    background: #868b95
}

.uygulama-box {
    width: 185px;
    border: none;
    padding: .5rem;
    font-size: .8em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#pause:after {
    content: " ";
    border: 10px solid #ffffff;
    border-top-color: #000000;
    margin: 20% auto;
    text-align: center;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 220px;
    -moz-border-radius: 220px;
    border-radius: 220px;
    -webkit-animation: turning_cw 3s linear infinite;
    -moz-animation: turning_cw 3s linear infinite;
    animation: turning_cw 3s linear infinite;
    position: absolute;
    opacity: 0.7;
    top: -12px;
    left: -2px;
    z-index: -1;
}

@-webkit-keyframes turning_cw {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.small {
    width: 98%;
    overflow: hidden;
}

.small #player-area {
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.small .row {
    max-width: 50%;
    justify-content: left;
}

.small #current-program {
    max-width: 50%;
    flex-direction: column;
}

.small .uygulama-box {
    border-top: 1px solid rgba(47, 47, 47, .5);
    padding-top: 1rem;
    margin-top: .5rem;
}

@media (max-width: 499.98px) {
    .container {
        width: 320px;
    }
    .jp-volume-bar {
        width: 170px;
    }
    .row {
        flex-direction: column;
        text-align: center
    }
    .jp-volume-bar {
        display: none!important;
    }
    #current-program {
        margin: .5rem auto;
        max-width: 100%;
        flex-direction: column;
    }
    #yayin-paylas {
        text-align: center;
        margin: 0 auto;
    }
    .uygulama-box {
        border-top: 1px solid rgba(47, 47, 47, .5);
        padding-top: 1rem;
        margin-top: .5rem;
    }
}

@media (max-width: 319.98px) {
    .container {
        width: 96%;
    }
}