/*
 * Radyo Scripti V-10.0
 * Author - Harun EFE - ( Web Yazılım Hizmetleri)
 * Web - www.radyotescil.com - www.radyotescil.net
 * Mail - info@radyotescil.net  -  bilgi@radyotescil.com
 * Version - v7.0
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,600,700&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600,700&subset=latin');
@font-face {
    font-family: gotham;
    src: url(../fonts/gotham/GothamNarrow-XLight.eot);
    src: url(../fonts/gotham/GothamNarrow-XLight.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/GothamNarrow-XLight.woff) format("woff"), url(../fonts/gotham/GothamNarrow-XLight.ttf) format("truetype"), url(../fonts/gotham/GothamNarrow-XLight.svg#GothamNarrow-XLight) format("svg");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: gotham;
    src: url(../fonts/gotham/GothamNarrow-Light.eot);
    src: url(../fonts/gotham/GothamNarrow-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/GothamNarrow-Light.woff) format("woff"), url(../fonts/gotham/GothamNarrow-Light.ttf) format("truetype"), url(../fonts/gotham/GothamNarrow-Light.svg#GothamNarrow-Book) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: gotham;
    src: url(../fonts/gotham/GothamNarrow-Book.eot);
    src: url(../fonts/gotham/GothamNarrow-Book.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/GothamNarrow-Book.woff) format("woff"), url(../fonts/gotham/GothamNarrow-Book.ttf) format("truetype"), url(../fonts/gotham/GothamNarrow-Book.svg#GothamNarrow-Book) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gotham;
    src: url(../fonts/gotham/GothamNarrow-Medium.eot);
    src: url(../fonts/gotham/GothamNarrow-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/GothamNarrow-Medium.woff) format("woff"), url(../fonts/gotham/GothamNarrow-Medium.ttf) format("truetype"), url(../fonts/gotham/GothamNarrow-Medium.svg#GothamNarrow-Book) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: gotham;
    src: url(../fonts/gotham/GothamNarrow-Bold.eot);
    src: url(../fonts/gotham/GothamNarrow-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/gotham/GothamNarrow-Bold.woff) format("woff"), url(../fonts/gotham/GothamNarrow-Bold.ttf) format("truetype"), url(../fonts/gotham/GothamNarrow-Bold.svg#GothamNarrow-Book) format("svg");
    font-weight: 600;
    font-style: normal
}

body {
    color: #222;
    outline: none;
    font-weight: 400;
    background: #f6f8fa;
    background-image: url(../img/mainBg.png);
    background-repeat: repeat;
    background-position: top left;
}

.sifirla {
    margin-right: 0;
    margin-left: 0;
    padding: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited {
    transition: all 0.15s;
    font-family: 'Roboto Condensed', Sans-Serif;
    color: #333;
}

img {
    max-width: 100%
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #1c7eae
}

a:hover {
    text-decoration: none
}

.h2,
h2 {
    font-size: 1.5em;
    font-family: gotham, Helvetica, Arial, sans-serif;
}

header {
    color: #fff;
    height: 250px;
}

#header-container {
    background: #1c7eae;
    background: -moz-linear-gradient(top, #1c7eae 0%, #39a9df 100%);
    background: -webkit-linear-gradient(top, #1c7eae 0%, #39a9df 100%);
    background: linear-gradient(to bottom, #1c7eae 0%, #39a9df 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1c7eae', endColorstr='#39a9df', GradientType=0);
    position: fixed;
    width: 100%;
    z-index: 9998;
}

#head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: .5rem;
    min-height: 65px;
}

header hr {
    border-top: 1px solid rgba(75, 75, 75, 0.3);
    margin: .75rem 0;
}

@-webkit-keyframes color_change {
    from {
        background-color: #ff5400;
    }
    to {
        background-color: #ffc107;
    }
}

@-moz-keyframes color_change {
    from {
        background-color: #ff5400;
    }
    to {
        background-color: #ffc107;
    }
}

@-ms-keyframes color_change {
    from {
        background-color: #ff5400;
    }
    to {
        background-color: #ffc107;
    }
}

@-o-keyframes color_change {
    from {
        background-color: #ff5400;
    }
    to {
        background-color: #ffc107;
    }
}

@keyframes color_change {
    from {
        background-color: #ff5400;
    }
    to {
        background-color: #ffc107;
    }
}

#frekans {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: .25rem .5rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

#frekans span {
    font-family: gotham;
    font-weight: 400;
    padding-top: .25rem;
    padding-left: .25rem;
}

#frekans-kucuk {
    font-size: .8em;
    display: none;
    text-align: center;
    padding-bottom: .25rem;
}

#player-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding-bottom: .5rem;
    min-height: 150px;
}

#current-img {
    max-width: 130px;
    margin-right: .5rem;
    padding-left: 15px;
}

#current-img img {
    border-radius: 50%;
    border: 2px solid #f5f5f5;
}

.nav-up #current-img,
.nav-up #next-program {
    display: none!important;
}

.nav-up #current-program {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
    align-items: center;
}

.nav-up #current-program i {
    font-size: 1em;
}

.nav-up #player-area {
    min-height: 48px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.nav-up #yayin-paylas {
    max-width: 50%;
    display: inline-flex;
}

.nav-up #calan-sarki:before {
    content: " - ";
    padding-left: .25rem;
}

#share-stream {
    color: #ff0000;
}

#player {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: left;
    max-height: 64px;
}

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

#player div {
    display: flex;
}

#player.started i {
    color: #e8c700
}

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

#pause:before {
    content: " ";
    border: 10px solid #ffffff;
    border-top-color: #000000;
    text-align: center;
    width: 64px;
    height: 64px;
    -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;
    nimation: turning_cw 3s linear infinite;
    position: absolute;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: -1;
}

.nav-up #pause:before {
    width: 34px;
    height: 34px;
    border-width: 3px;
    top: -1px;
    left: -1px;
}

.navbar-dark .dropdown-menu {
    background-color: #b13131
}

@-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);
    }
}

#player #mute {
    cursor: pointer;
    max-height: 32px;
}

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

#player .jp-volume-bar {
    position: unset;
}

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

.jp-volume-bar-value {
    background-color: #d40909;
    height: 12px;
    background-image: none;
}

#yayin-paylas {
    padding-bottom: .25rem;
}

#yayin-paylas span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 20px);
    color: #ffe20d;
    font-family: "Roboto", sans-serif;
}

#calan-programci {
    padding-bottom: .75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto Condensed", sans-serif;
}

#radyotescil {
    text-align: center;
    margin-bottom: .5rem;
}

.sonraki-program {
    background: rgba(0, 0, 0, .2);
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -ms-flex-align: end!important;
    align-items: center !important;
    color: #fff;
    border-radius: 6px;
}

.sonraki-program img {
    max-width: 60px;
    height: auto;
    border-radius: .5rem;
    margin: 0 .25rem;
    padding: .25rem 0;
}

#sonraki-alan {
    width: 100%;
    overflow: hidden;
    padding: 0 .25rem;
}

#sonraki-baslik {
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    line-height: 1.75rem;
}

#sonraki-program {
    font-size: 1em;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.75rem;
}

.nav-item.nav-link {
    color: #fff;
}

.navbar {
    padding: 0;
}

.navbar a {
    font-family: gotham, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, .9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255, 255, 255, .7);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .dropdown-toggle {
    color: #fff;
    margin: 0 .5rem;
    padding: .5rem 1rem;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #872323;
    border-radius: .25rem;
}

#main-content {
    padding-top: 1rem;
}

#main-content img {
    max-width: 100%;
}

#bxslider img {
    margin: 0 auto;
}

.bx-wrapper {
    margin-bottom: 1em;
    border-radius: .25rem;
}

#slider-area .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
    margin-bottom: 0;
}

#slider-area .bx-viewport {
    border-radius: .25rem
}

#slider-area .bx-wrapper .bx-pager,
slider-area .bx-wrapper .bx-controls-auto {
    bottom: 10px;
}

#slider-area .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 2px solid #fff;
}

#slider-area .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.gradient {
    padding: 1px;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    background: rgb(216, 223, 228);
    background: -moz-linear-gradient(left, rgba(216, 223, 228, .5) 0%, rgba(216, 222, 227, .5) 50%, rgba(224, 229, 234, .5) 50%, rgba(255, 250, 251, .5) 100%);
    background: -webkit-linear-gradient(left, rgba(216, 223, 228, .5) 0%, rgba(216, 222, 227, .5) 50%, rgba(224, 229, 234, .5) 50%, rgba(255, 250, 251, 1) 100%);
    background: linear-gradient(to right, rgba(216, 223, 228, .5) 0%, rgba(216, 222, 227, .5) 50%, rgba(224, 229, 234, .5) 50%, rgba(255, 250, 251, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d8dfe4', endColorstr='#fffafb', GradientType=1);
    /* IE6-9 */
    margin-left: -15px;
}

#uygulama-alani {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: flex-start!important;
    background-color: #343434;
    border: 2px solid #757575;
    padding: 1.25rem;
    color: #f5f5f5;
    height: 270px;
    border-radius: .25rem;
}

#uygulama-alani.renk1 {
    border: none;
    background: -moz-linear-gradient(45deg, rgb(153, 30, 30) 0%, rgba(153, 30, 30, 0.925) 15%, #991e1e 19%, #991e1e 20%, #d82929 50%, #991e1e 80%, #991e1e 81%, rgb(126, 11, 11) 85%, rgb(153, 30, 30) 100%);
    background: -webkit-linear-gradient(45deg, rgba(153, 30, 30, 0.979) 0%, rgba(153, 30, 30, 0.904) 15%, #991e1e 19%, #991e1e 20%, #d82929 50%, #991e1e 80%, #991e1e 81%, rgb(126, 11, 11) 85%, rgba(143, 30, 30, 0.979) 100%);
    background: linear-gradient(45deg, rgb(153, 30, 30) 0%, rgb(153, 30, 30) 15%, #991e1e 19%, #991e1e 20%, #d82929 50%, #991e1e 80%, #991e1e 81%, rgba(126, 11, 11, 0.8) 85%, rgba(153, 30, 30, 0.993) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#001e5799', GradientType=1);
}

.renk1 #mesaj-gonder {
    background: #3ed131d3;
}

#uygulama-alani.renk2 {
    border: none;
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(45deg, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-linear-gradient(45deg, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: linear-gradient(45deg, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
}

.renk2 #mesaj-gonder {
    background: #267dcc;
}

#uygulama-alani.renk3 {
    background: #e7ebef;
    border: 1px solid #e1e4e6;
    color: #000;
}

.renk3 #mesaj-gonder {
    background: #a2a2a2;
}

#uygulama-alani.renk4 {
    background: #ebd77c;
    border: 1px solid #ddc96c;
}

.renk4 #mesaj-gonder {
    background: #d4bc4f;
}

#uygulama-alani.renk5 {
    background: #b1cb2d;
    border: 1px solid #9ab128;
}

.renk5 #mesaj-gonder {
    background: #abc722;
}

#uygulama-alani.renk6 {
    background: #3ba9e1;
    border: 1px solid #318cb9;
}

.renk6 #mesaj-gonder {
    background: #31a0d8;
}

#uygulama-alani.renk7 {
    background: #bc5113;
    border: 1px solid #9e4611;
}

.renk7 #mesaj-gonder {
    background: #ce5008;
}

#uygulama-alani.renk8 {
    background: #55a73e;
    border: 1px solid #458f30;
}

.renk8 #mesaj-gonder {
    background: #37a919;
}

#uygulama-alani.renk9 {
    background: #f9cc2d;
    border: 1px solid #dcb932;
    color: #7d6200;
}

.renk9 #mesaj-gonder {
    background: #efc323;
}

#uygulama-alani.renk10 {
    border: none;
    background: rgb(255, 183, 107);
    background: -moz-linear-gradient(45deg, #ffb76b 0%, #ffa73d 50%, #ff7c00 50%, #ff7f04 100%);
    background: -webkit-linear-gradient(45deg, #ffb76b 0%, #ffa73d 50%, #ff7c00 50%, #ff7f04 100%);
    background: linear-gradient(45deg, #ffb76b 0%, #ffa73d 50%, #ff7c00 50%, #ff7f04 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=1);
}

.renk10 #mesaj-gonder {
    background: #ff7d04;
}

#uygulama-alani.renk11 {
    border: none;
    color: #843900;
    background: rgb(237, 208, 47);
    background: -moz-linear-gradient(45deg, rgba(237, 208, 47, 1) 0%, #f0a233 50%, #f67b1b 50%, #f67e1e 100%);
    background: -webkit-linear-gradient(45deg, rgba(237, 208, 47, 1) 0%, #f0a233 50%, #f67b1b 50%, #f67e1e 100%);
    background: linear-gradient(45deg, rgba(237, 208, 47, 1) 0%, #f0a233 50%, #f67b1b 50%, #f67e1e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#edd02f', endColorstr='#f67e1e', GradientType=1);
}

.renk11 #mesaj-gonder {
    background: #f67c1e;
}

#uygulama-alani.renk12 {
    border: none;
    color: #333;
    background: rgb(246, 248, 249);
    background: -moz-linear-gradient(45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 50%, #f5f7f9 100%);
    background: -webkit-linear-gradient(45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 50%, #f5f7f9 100%);
    background: linear-gradient(45deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 50%, #f5f7f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=1);
}

.renk12 #mesaj-gonder {
    background: #b2bec7;
}

#uygulama-alani.renk13 {
    border: none;
    color: #333;
    background: rgb(248, 250, 251);
    background: -moz-linear-gradient(45deg, #f8fafb 0%, #e0e5ea 50%, #e0e5ea 50%, #d8dee3 50%, #d8dfe4 100%);
    background: -webkit-linear-gradient(45deg, #f8fafb 0%, #e0e5ea 50%, #e0e5ea 50%, #d8dee3 50%, #d8dfe4 100%);
    background: linear-gradient(45deg, #f8fafb 0%, #e0e5ea 50%, #e0e5ea 50%, #d8dee3 50%, #d8dfe4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8fafb', endColorstr='#d8dfe4', GradientType=1);
}

.renk13 #mesaj-gonder {
    background: #b0bbc3;
}

#uygulama-alani.renk14 {
    border: none;
    background: rgb(206, 220, 231);
    background: -moz-radial-gradient(center, ellipse cover, #cedce7 0%, #596a72 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #cedce7 0%, #596a72 100%);
    background: radial-gradient(ellipse at center, #cedce7 0%, #596a72 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72', GradientType=1);
}

.renk14 #mesaj-gonder {
    background: #617179;
}

#uygulama-alani.renk15 {
    border: none;
    background: rgb(117, 117, 117);
    background: -moz-radial-gradient(center, ellipse cover, #757575 0%, #343434 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #757575 0%, #343434 100%);
    background: radial-gradient(ellipse at center, #757575 0%, #343434 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#343434', GradientType=1);
}

.renk15 #mesaj-gonder {
    background: #3c3c3c;
}

#uygulama-alani img {
    max-width: 100%;
}

.uygulama-box {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .3);
    padding: .5rem;
    margin-top: .5rem;
    font-size: .8em;
    border: 1px solid rgba(204, 204, 204, .5);
}

#canli-dinle,
#mesaj-gonder {
    width: 110px;
    height: 43px;
    display: block;
    position: relative;
    font-size: 18px;
    text-align: left;
    padding-left: 33px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 19px;
    -webkit-transition: all .13s;
    transition: all .13s;
    background-color: #ab172f;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .22);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .22);
    color: #fff;
    padding-top: .5rem;
    z-index: 5;
}

#mesaj-gonder {
    width: 100px;
    margin-top: -3px;
    background-color: #8a0b20;
    z-index: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: .5rem 0;
}

#uygulama-alani a {
    color: #fff;
}

#uygulamalar a {
    color: #333;
}

#uygulamalar i {
    font-size: 1.4em;
    padding-right: .25rem;
}

.pls {
    padding: 0 .25rem;
}

.sosyal {
    margin: 0.5rem auto 0 auto;
}

.sosyal a {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 30px;
    border: 2px solid #fff;
    margin: 0 .5rem;
    text-align: center;
    padding-top: .25rem;
}

.sosyal a.facebook {
    background-color: #004a85;
    border: 2px solid #004a85;
}

.sosyal a.twitter {
    background-color: #18a5ba;
    border: 2px solid #18a5ba
}

.sosyal a.youtube {
    background-color: #cf3638;
    border: 2px solid #cf3638
}

.sosyal a.gplus {
    background-color: #DF4931;
    border: 2px solid #DF4931
}

.sosyal a.instagram {
    background-color: #ca347f;
    border: 2px solid #ca347f
}

#canli-dinle span {
    top: -2px;
    left: -24px;
    width: 48px;
    height: 48px;
    color: #d3092a;
    border: 3px solid #d3092a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    -webkit-transition: all .13s;
    transition: all .13s;
    -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, .3);
    box-shadow: 1px 0 2px rgba(0, 0, 0, .3);
    background-image: -webkit-linear-gradient(269deg, rgba(255, 255, 255, .93) 0, #fff 100%);
    background-image: linear-gradient(-179deg, rgba(255, 255, 255, .93) 0, #fff 100%);
}

#canli-dinle i {
    margin-top: .75rem;
}

.title {
    font-size: 1em;
    font-weight: bold;
    margin: .5rem 0;
    text-align: center;
}

.bb-colored {
    border-bottom: 3px solid white;
}

.bb-colored .title {
    border-bottom: 3px solid red;
    font-size: 1em;
}

#tum-liste {
    float: right;
    font-weight: 700;
    font-size: .9em;
}


/* carousel */

.horizon-carousel li {
    float: left;
    min-height: unset;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
    background-image: -webkit-linear-gradient(top, #e1e1e1 0, #fff 100%);
    background-image: linear-gradient(-180deg, #e1e1e1 0, #fff 100%);
    border: 1px solid rgba(204, 204, 204, 0.2);
}

.bx-wrapper .bx-controls-direction a {
    z-index: auto
}

#programcilar .bx-wrapper {
    padding: .5rem;
}

#radyoda-bugun .bx-wrapper .bx-controls-direction a,
#sag-blok .bx-wrapper .bx-controls-direction a {
    width: 32px;
    height: 32px;
    opacity: 1;
    color: #737373;
    font-size: 20px;
    line-height: 32px;
    text-indent: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    z-index: auto;
}

#programcilar .bx-wrapper .bx-controls-direction a,
#haberler .bx-wrapper .bx-controls-direction a {
    width: 28px;
    height: 28px;
    opacity: 1;
    color: #737373;
    font-size: 20px;
    line-height: 28px;
    text-indent: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    z-index: auto;
}

#programcilar .bx-wrapper .bx-controls-direction a,
#haberler .bx-wrapper .bx-controls-direction a {
    top: -2rem;
    -webkit-box-shadow: -2px 0 3px rgba(5, 5, 5, .12);
    box-shadow: -2px 0 3px rgba(5, 5, 5, .12);
}

#programcilar .bx-wrapper .bx-prev,
#haberler .bx-wrapper .bx-prev {
    left: unset;
    right: 2rem;
}

#programcilar .bx-wrapper .bx-next,
#haberler .bx-wrapper .bx-next {
    right: -5px;
}


/* Radyoda Bugün */

#radyoda-bugun .program {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding: .97rem;
    color: #f5f5f5;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid rgba(204, 204, 204, .5);
}

#radyoda-bugun .bx-wrapper {
    max-height: 323px;
}

#radyoda-bugun .bx-wrapper .bx-controls-direction a {
    -webkit-box-shadow: -2px 0 3px rgba(5, 5, 5, .12);
    box-shadow: -2px 0 3px rgba(5, 5, 5, .12);
}

#radyoda-bugun .bx-wrapper .bx-prev,
#sag-blok .bx-wrapper .bx-prev {
    left: -1em;
}

#radyoda-bugun .bx-wrapper .bx-next,
#sag-blok .bx-wrapper .bx-next {
    right: -1em;
    padding-left: .15rem;
}

#radyoda-bugun a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .9em;
}

.sunan a {
    font-style: italic;
    font-weight: 500;
    color: #1b1e21;
    font-size: .9em;
}

#radyoda-bugun img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fea63b;
    max-height: 3rem;
}


/* Yayın Akışı */

.yayin-akisi {
    margin: 1rem 0;
}

.yayin-akisi li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    font-family: 'Roboto Condensed', Sans-Serif;
    color: #333;
    line-height: 1rem;
    text-align: left;
}

.yayin-akisi img {
    max-width: 75px !important;
    margin-right: 1rem;
    border-radius: .25rem;
    padding: .1rem;
    border: 1px solid #ddd;
}

.yayin-akisi li span {
    font-size: .9em;
}

.yayin-akisi .title {
    text-align: left;
}


/* Top 20 */

#top-20 .sarki,
#top-20-ayrinti .sarki {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    border-radius: .25rem;
    color: #fff;
    padding: 1rem .75rem 1rem .25rem;
    background: rgb(224, 239, 249);
    background: -moz-linear-gradient(45deg, rgba(224, 239, 249, 1) 0%, rgba(181, 198, 208, 1) 49%, rgba(204, 219, 229, 1) 50%, rgba(215, 232, 242, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(224, 239, 249, 1) 0%, rgba(181, 198, 208, 1) 49%, rgba(204, 219, 229, 1) 50%, rgba(215, 232, 242, 1) 100%);
    background: linear-gradient(45deg, rgba(224, 239, 249, 1) 0%, rgba(181, 198, 208, 1) 49%, rgba(204, 219, 229, 1) 50%, rgba(215, 232, 242, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e0eff9', endColorstr='#d7e8f2', GradientType=1);
}

#top-20 .col-md-6:nth-child(2n) {
    padding-left: .5rem;
}

#top-20 .col-md-6:nth-child(2n+1) {
    padding-right: .5rem;
}

#top-20,
#top-20-ayrinti {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
}

#top-20 .item,
#top-20-ayrinti .item {
    padding: .5rem 0;
    position: relative;
}

#top-20 .position,
#top-20-ayrinti .position {
    position: absolute;
    top: 37%;
    left: .75rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    line-height: 1.5rem;
    color: #cc852f;
    font-size: .8em;
    font-weight: 600;
}

#top-20-ayrinti .position {
    left: .75rem;
}

#top-20 .col-6 {
    overflow: hidden;
}

#top-20 .sarki-resmi,
#top-20-ayrinti .sarki-resmi {
    margin-left: 1rem!important;
    margin-right: .5rem!important;
    width: 64px;
}

#top-20 .sarki-resmi img,
#top-20-ayrinti .sarki-resmi img {
    max-width: 64px;
}

#top-20 .sarki-yazi,
#top-20-ayrinti .sarki-yazi {
    padding-left: .5rem!important;
    margin-right: .5rem!important;
    overflow: hidden;
    width: 100%;
}

#top-20 .sarkici,
#top-20 .soyleyen,
#top-20-ayrinti .sarkici,
#top-20-ayrinti .soyleyen {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 -.25rem;
    text-align: left;
}

#top-20 .dinle,
#top-20-ayrinti .dinle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    background-color: rgba(0, 0, 0, .5);
    padding: .25rem;
    border-radius: .25rem;
    font-size: .8em;
    width: 72px;
    margin-right: .5rem;
    margin-left: auto!important;
}

#top-20 .dinle i,
#top-20-ayrinti .dinle i {
    font-size: 1.6em;
    padding-right: .25rem;
}

#foto-video {
    background: #b6c7d2;
    color: #fff;
    padding: .5rem!important;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    margin-bottom: 1rem;
}

#foto-video .nav-link {
    padding: .25rem 1rem;
}

.tab-content {
    padding: 0 1rem;
}

#foto-video .tab-content {
    padding: .75rem .5rem .5rem;
    max-height: 183px;
}

#sag-blok #foto-video .tab-content {
    max-height: 130px;
}


/* Haberler 1*/

#haberler {
    font-size: .9em
}

#haberler .horizon-carousel li {
    border: 0;
    border-radius: 0;
    min-height: 3em;
    padding: .75rem 0;
}

#haberler .horizon-carousel li a {
    display: flex;
}

#haberler .image {
    position: relative;
    margin-right: .5rem;
}

#haberler .news-date {
    margin: .5rem 0;
    padding: .25em;
    border-bottom-left-radius: .25rem;
    color: #2077b2;
    text-align: right;
}

#haberler .news-title {
    width: 100%;
    overflow: hidden;
    color: #333;
    margin: 0;
    padding: .25em;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
}

#haberler .shortly {
    margin-top: .5rem;
    position: relative;
    width: 100%;
    max-height: 5rem;
    overflow: hidden;
}

.widget-top10chart .position {
    position: absolute;
    top: 37%;
    left: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    line-height: 1.5rem;
    color: #cc852f;
    font-size: .8em;
    font-weight: 600;
}

.widget-top10chart .position:before {
    content: '';
    font-family: 'fashion';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    top: 38px;
    left: 14px
}

.chart-item {
    padding: .5rem 0;
    position: relative;
    width: 100%;
}

.chart-player {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    border-radius: .25rem;
    color: #fff;
    padding: .5rem .5rem .5rem .25rem;
    background: #c0d3e0;
    background: -moz-linear-gradient(45deg, #c0d3e0 0%, #a0b4bf 49%, #b9cad6 50%, #c5d9e4 100%);
    background: -webkit-linear-gradient(45deg, #c0d3e0 0%, #a0b4bf 49%, #b9cad6 50%, #c5d9e4 100%);
    background: linear-gradient(45deg, #c0d3e0 0%, #a0b4bf 49%, #b9cad6 50%, #c5d9e4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e0eff9', endColorstr='#d7e8f2', GradientType=1);
}

#top-20 .jp-buttons,
#top-20-ayrinti .jp-buttons {
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1 100%;
}

#top-20 .listen,
#top-20-ayrinti .listen {
    padding: .25rem;
    border-radius: .25rem;
    font-size: .8em;
    width: 72px;
    margin-right: .5rem;
    margin-left: auto!important;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

#top-20-ayrinti .jp-buttons {
    max-width: calc(100% - 70px);
}

.tabdrop {
    display: none;
}


/* footer
----------------------------------*/

footer {
    border-color: #39a9df;
    padding-top: 15px;
    background: #39a9df url(../img/bg.png) no-repeat bottom;
    color: #FFF;
    font-family: "Roboto Condensed", sans-serif;
}

footer a,
footer a:visited {
    color: #fff
}

footer .footer-logo h2 {
    margin-top: 0;
    font-weight: 400;
    color: #FFF
}

footer .footer-logo h2 small {
    margin-top: 5px;
    display: block;
    font-weight: 300;
    color: #FFF
}

.foobar {
    border-top: 5px solid #094969;
    margin-top: 80px
}

#footer-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-bottom: .5rem!important;
    text-align: center!important;
}

ul.footersocial {
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 1rem auto;
}

.footersocial li {
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    list-style: none
}

.footersocial li a {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 30px;
    border: 2px solid #fff;
    margin: 1px 0 0 1px;
    text-align: center;
    padding-top: .1rem;
}

.footersocial li a:hover {
    color: #fff
}

footersocial li a:visited {
    color: #fff
}

.footersocial i {
    font-size: .9em
}

.footersocial li a.facebook:hover {
    background-color: #004a85;
    border: 2px solid #004a85
}

.footersocial li a.twitter:hover {
    background-color: #18a5ba;
    border: 2px solid #18a5ba
}

.footersocial li a.youtube:hover {
    background-color: #cf3638;
    border: 2px solid #cf3638
}

.footersocial li a.gplus:hover {
    background-color: #DF4931;
    border: 2px solid #DF4931
}

.footersocial li a.instagram:hover {
    background-color: #ca347f;
    border: 2px solid #ca347f
}

#footer-nav {
    margin: 0 auto 1rem;
    font-size: .9em;
}

#footer-nav li {
    display: inline-block;
}

#footer-nav li:after {
    content: '/';
    display: inline-block;
    width: .5rem;
    height: 1rem;
    position: relative;
}

#footer-nav li:last-child:after {
    content: '';
}

footer .small-text a {
    color: #eee;
}

.bottom-footer {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    background-color: rgba(5, 23, 62, .4);
    ;
}

.small-text {
    font-size: .85em;
    color: #eee;
}


/* İç Sayfalar*/

.box {
    background: #fff;
    -webkit-box-shadow: 0 3px 3px 0 rgba(207, 207, 207, 0.45);
    -moz-box-shadow: 0 3px 3px 0 rgba(207, 207, 207, 0.45);
    box-shadow: 0 3px 3px 0 rgba(207, 207, 207, 0.45);
    font-family: 'PT Serif', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.55;
    padding-bottom: 1rem;
    border-radius: .25rem;
}

.altSayfabaslik {
    border-bottom: 1px solid #f2f2f2;
    padding: 0;
    margin-bottom: .5rem;
}

.altSayfabaslik h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.5em;
    color: #000;
    padding-top: 10px;
    margin-bottom: 10px;
}

.btn-danger:visited {
    color: #fff;
}

.program {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding: .5rem;
    color: #f5f5f5;
    font-weight: bold;
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    font-size: .9em;
}

.program-ismi {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.programci {
    border-radius: .25rem;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    position: relative;
}

.programci img {
    width: 100%;
    filter: grayscale(100%);
}

.program-adi {
    position: absolute;
    bottom: 36px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    width: 100%;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    left: 0;
}

.programci .title {
    font-size: .8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #b13131;
}

.programci:hover a {
    color: #fff;
}

.programci:hover {
    background: #e6c500;
    transition: background-color 0.5s ease;
}

.programci:hover img {
    filter: grayscale(0%);
}

.programci-profil {
    border-radius: .25rem;
    padding: .1rem;
    border: 1px solid #ccc;
    margin-bottom: .5rem;
}

.profil-sosyal,
.haber-paylas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0.5rem auto 0 auto;
}

.haber-paylas {
    justify-content: flex-start;
    margin: 0;
}

.profil-sosyal a,
.haber-paylas a {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 .5rem;
    text-align: center;
    padding-top: .25rem;
    line-height: 20px;
    color: #fff;
    transition: all .2s linear;
}

.profil-sosyal a.facebook,
.haber-paylas a.facebook {
    background-color: #004a85;
    border: 2px solid #004a85;
}

.profil-sosyal a.twitter,
.haber-paylas a.twitter {
    background-color: #18a5ba;
    border: 2px solid #18a5ba
}

.profil-sosyal a.youtube,
.haber-paylas a.youtube {
    background-color: #cf3638;
    border: 2px solid #cf3638
}

.profil-sosyal a.gplus,
.haber-paylas a.gplus {
    background-color: #DF4931;
    border: 2px solid #DF4931
}

.profil-sosyal a.instagram,
.haber-paylas a.instagram {
    background-color: #ca347f;
    border: 2px solid #ca347f
}

.haber-paylas a.pinterest {
    background-color: #bd081c;
    border: 2px solid #ca347f
}

.haber-paylas a.email {
    background-color: #bbb;
    border: 2px solid #bebebe
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -ms-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        -ms-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }
    40%,
    60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        -ms-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }
    80% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.haber-paylas a:hover {
    font-size: 1.1em;
    -webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite;
}

.tarih {
    font-family: 'Roboto Condensed', Sans-Serif;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    color: #b22020;
}

.iletisim-bilgileri {
    margin-bottom: 1rem;
    border: 0;
}

.iletisim-bilgileri li {
    padding: 0.75rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: .9em;
    border-left: 0;
    border-right: 0;
    border-color: #f2f2f2;
}

.iletisim-bilgileri .list-group-item:first-child {
    border-top: 0;
}

.iletisim-bilgileri .list-group-item:last-child {
    border-bottom: 0;
}

#tekrarDinleAlan .pagination {
    justify-content: center;
}

#top-20-ayrinti .chart-player {
    background: #c0d3e0;
    background: -moz-linear-gradient(45deg, #a0b4bf 0%, #c0d3e0 100%);
    background: -webkit-linear-gradient(45deg, #a0b4bf 0%, #c0d3e0 100%);
    background: linear-gradient(45deg, #a0b4bf 0%, #c0d3e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a0b4bf', endColorstr='#c0d3e0', GradientType=1);
    overflow: hidden;
}

#top-20-ayrinti .jp-buttons:before {
    content: "";
    height: 6rem;
    width: 1px;
    background: #bed1df;
    position: absolute;
    left: 0;
    top: -1rem;
}

.abs-tumu a {
    font-weight: 700;
    font-size: .9em;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}

.bs-example-tabs .nav-tabs {
    margin-bottom: 15px;
}


/* Videolar*/

.grid {
    margin: 0
}

.grid>div {
    margin-bottom: 1rem;
    padding: 0 10px;
}

.grid figure {
    margin: 0;
    position: relative;
    max-height: 251px;
    border-radius: 0.25rem;
    overflow: hidden;
}

.grid figure:hover figcaption,
.grid figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity .1s;
    -moz-transition: -moz-transform 0.4s, opacity .1s;
    transition: transform 0.4s, opacity .1s;
}

.grid .ikon,
#sag-blok .ikon,
#foto-video .ikon {
    background: #eab335;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: .75em;
    opacity: .9;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    text-align: center;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
}

#foto-video .ikon,
#sag-blok .ikon {
    top: calc(50% - 17px);
    left: calc(50% - 17px);
}

.grid figure:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.2s linear;
    /* vendorless fallback */
    -o-transition: all 0.2s linear;
    /* opera */
    -ms-transition: all 0.2s linear;
    /* IE 10 */
    -moz-transition: all 0.2s linear;
    /* Firefox */
    -webkit-transition: all 0.2s linear;
    /*safari and chrome */
    z-index: 5;
}

.grid figure:hover:before {
    background: rgba(0, 0, 0, .3);
}

.grid figure:hover .ikon {
    opacity: 1;
}

.grid figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px;
    background: #640e0e;
    color: #ed4e6e;
    width: 100%;
    z-index: 9;
}

.grid figcaption p {
    padding: 0;
    color: #fff;
    font-size: 1em;
    width: 96%;
    margin: 0;
    height: 2em;
    overflow: hidden;
}

#videolar.grid figcaption {
    position: relative;
}


/* video ayrıntı */

.video-alani {
    background: #000;
    padding: 2rem 0 2rem 0;
    width: 100%;
    color: #f5f5f5;
}

.video-alani hr {
    border-top-color: #676767;
}

.sosyalPaylas {
    flex-direction: row;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.sosyalPaylas li {
    font-size: 1em;
    display: flex;
}

.sosyalPaylas a {
    color: #f5f5f5;
    padding: .5rem;
    border-radius: 50%;
    margin-right: .5em;
    background-color: #222;
    width: 44px;
    transition: all .2s linear;
}

.sosyalPaylas a:hover {
    background-color: #f5f5f5;
    color: #000;
}

.aciklamaSosyal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2em;
    align-items: center;
}

.aciklamaSosyal li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    width: 40px;
    display: flex;
}

.aciklamaSosyal li a {
    width: 40px;
    height: 29px;
    line-height: 18px;
    padding-top: 11px;
    margin-bottom: 8px;
    position: relative;
    color: #f5f5f5;
    font-size: 1em;
}

.aciklamaSosyal li a:hover {
    font-size: 1.4em;
}

.aciklamaSosyal li.fb {
    background: #3b5998;
}

.aciklamaSosyal li.twit {
    background: #55acee;
}

.aciklamaSosyal li.pin {
    background: #bd081c;
}

.aciklamaSosyal li.email {
    background: #bbb;
}

.aciklamaSosyal i {
    width: 1em;
    text-align: center;
    height: 2em;
}

.aciklamaSosyal h5 {
    color: #942222;
    margin: 0 0 5px
}

#scripts {
    display: none;
}


/* Tanıtım Alanları*/

#tanitim-alani {
    display: none;
}

.arkaResim {
    width: 100%;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.haber-resmi {
    float: left;
    margin-right: 1rem;
    margin-bottom: .5rem;
    margin-top: 1rem;
    text-align: center;
}

.haber-resmi img {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}


/* Responsive Min-Width*/

@media (min-width: 576px) {
    .container {
        max-width: 98vw;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 98vw;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 96vw;
    }
    .uygulama-box.sosyal {
        display: none;
    }
    #diger-uygulamalar {
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1480px) {
    #tanitim-alani {
        position: relative;
        width: 1140px;
        height: 0;
        margin: 0 auto;
        display: block;
    }
    #sag-tanitim {
        position: absolute;
        top: 1rem;
        right: -150px;
        width: 160px;
        height: 600px;
    }
    #sol-tanitim {
        position: absolute;
        top: 1rem;
        left: -150px;
        width: 160px;
        height: 600px;
    }
}


/* Responsive Max-Width*/

@media (max-width: 1199.98px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
        padding: .5rem 1rem .5rem .5rem;
    }
}

@media (max-width: 1024px) {
    #uygulama-alani {
        height: unset
    }
}

@media (max-width: 991.98px) {
    #logo img {
        max-width: 130px;
    }
    .navbar-collapse {
        position: absolute;
        top: 90px;
        background: #3c0404;
        ;
        z-index: 9999;
        border-radius: .25rem;
        left: 1%;
        width: 98%;
        padding: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        font-size: 1em;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: .9em;
    }
    #frekans {
        display: none;
    }
    #frekans-kucuk {
        display: block;
    }
    .nav-up #frekans-kucuk {
        display: none
    }
    header hr {
        border-top: 1px solid rgba(255, 0, 0, 0.3);
        margin: .5rem 0;
    }
    header {
        height: 256px;
    }
    #navbar-area,
    .navbar {
        position: unset;
    }
    #sag-blok {
        display: none;
    }
}

@media (max-width: 767.98px) {
    header {
        height: 215px;
    }
    .nav-up #head,
    .nav-up hr {
        display: none;
    }
    .gradient {
        margin-left: 0;
        margin-top: 1rem;
    }
    #top-20 .dinle {
        display: inline-flex;
    }
    #sarki {
        padding-bottom: .25rem;
    }
    #yayin-paylas {
        padding-bottom: 0;
    }
    #player i {
        font-size: 1.4em
    }
    #player-area img {
        max-height: 110px;
    }
    #haberler .shortly {
        display: none
    }
    #player i {
        font-size: 1.2em;
    }
    #player-area {
        min-height: 100px;
        padding-bottom: 0;
    }
    #pause:before {
        width: 40px;
        height: 40px;
        border-width: 5px;
        top: -1px;
        left: -1px;
    }
    .nav-up #yayin-paylas {
        display: none;
    }
    #top-20 .col-md-6:nth-child(2n) {
        padding-left: 15px;
    }
    #top-20 .col-md-6:nth-child(2n+1) {
        padding-right: 15px;
    }
    .nav-tabs,
    .nav-pills {
        position: relative;
    }
    /* adjust as needed so the tab text displays */
    .tabdrop {
        width: 120px;
        display: block;
        left: unset!important;
        right: -1rem!important;
        position: absolute;
    }
    /* hide any icons found in tabs not on first line */
    .nav-tabs li li i {
        visibility: hidden;
    }
    #narrow-browser-alert {
        display: none;
    }
    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        position: relative;
        display: block;
    }
    #myTab:before {
        display: table;
        content: " ";
    }
    .nav-tabs-responsive>li {
        display: none;
        width: 23%;
    }
    .nav-tabs-responsive>li>a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        width: 100%;
        text-align: center;
        vertical-align: top;
    }
    .nav-tabs-responsive>li.active {
        width: 54%;
    }
    .nav-tabs-responsive>li.active:first-child {
        margin-left: 23%;
    }
    .nav-tabs-responsive>li.active,
    .nav-tabs-responsive>li.prev,
    .nav-tabs-responsive>li.next {
        display: block;
    }
    .nav-tabs-responsive>li.prev,
    .nav-tabs-responsive>li.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    .nav-tabs-responsive>li.next>a,
    .nav-tabs-responsive>li.prev>a {
        -webkit-transition: none;
        transition: none;
        background: #f5f5f5;
    }
    .nav-tabs-responsive>li.next>a .text,
    .nav-tabs-responsive>li.prev>a .text {
        display: none;
    }
    .nav-tabs-responsive>li.next>a:after,
    .nav-tabs-responsive>li.next>a:after,
    .nav-tabs-responsive>li.prev>a:after,
    .nav-tabs-responsive>li.prev>a:after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: Font Awesome\ 5 Free;
        ;
        font-style: normal;
        font-weight: 900;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .nav-tabs-responsive>li.prev>a:after {
        content: "\f104";
        font-size: 1.3em;
    }
    .nav-tabs-responsive>li.next>a:after {
        content: "\f105";
        font-size: 1.3em;
    }
    .nav-tabs-responsive>li.dropdown>a>.caret {
        display: none;
    }
    .nav-tabs-responsive>li.dropdown>a:after {
        content: "";
    }
    .nav-tabs-responsive>li.dropdown.active>a:after {
        display: none;
    }
    .nav-tabs-responsive>li.dropdown.active>a>.caret {
        display: inline-block;
    }
    .nav-tabs-responsive>li.dropdown .dropdown-menu.pull-xs-left {
        left: 0;
        right: auto;
    }
    .nav-tabs-responsive>li.dropdown .dropdown-menu.pull-xs-center {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .nav-tabs-responsive>li.dropdown .dropdown-menu.pull-xs-right {
        left: auto;
        right: 0;
    }
    #canli-dinle,
    #mesaj-gonder {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575.98px) {
    .navbar-collapse {
        top: 65px;
    }
    header {
        height: 210px;
    }
    #head {
        height: 60px;
    }
    #logo img {
        width: 140px;
        height: auto;
    }
    #top-20 .song-image,
    #top-20-ayrinti .song-image,
    .position {
        display: none;
    }
    #top-20-ayrinti .position {
        display: unset;
        top: -11px;
        left: -11px;
    }
    .chart-player .play-me {
        flex: 1 62px;
        align-self: center;
        max-width: 62px;
    }
    .jp-buttons .play-me a {
        font-size: .7em;
        min-width: 4rem;
        padding: 0 .25rem;
    }
    #top-20-ayrinti .jp-buttons {
        max-width: calc(100% - 50px);
    }
    #current-img {
        max-width: 90px;
    }
    .haber-resmi {
        width: 100%;
        float: unset;
    }
}

@media (max-width: 319.98px) {
    header {
        height: 155px;
    }
    #player {
        max-width: 99%;
    }
    #current-img,
    #yayin-paylas,
    #calan-sarki {
        display: none;
    }
    #player-area {
        min-height: 50px
    }
    #radyoda-bugun .program .col-3:nth-child(2n) {
        -ms-flex: 0 0 10px;
        flex: 0 0 10px;
        max-width: 10px;
        padding: 0;
    }
    #radyoda-bugun img {
        display: none;
    }
    #uygulama-alani {
        padding: .25rem;
    }
}