#contact-pop-overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/assets/contact/img/overlay.png) repeat 0 0;
    display: none;
    text-align: center;
    z-index: 1000
}

#contact-pop-panel-wrapper {
    margin: 12% auto 0;
    width: 320px;
    background: #FFF
}

#contact-pop-panel {
    min-height: 200px;
    padding-bottom: 5px;
    margin: 0 auto;
    position: relative
}

#contact-pop-header {
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    background-color: #777;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding: 0 5px 0 20px
}

#contact-pop-header .close-overlay-k {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(/assets/contact/img/close-overlay.png) no-repeat 1px 1px;
    overflow: hidden;
    text-indent: -2000px;
    outline: none;
    text-align: center
}

#contact-pop-panel .formItem {
    text-align: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    color: red;
    margin: 7px 20px 10px
}

#contact-pop-error {
    color: red;
    padding-bottom: 10px;
    font-size: 80%
}

#contact-pop-panel label {
    padding: 0;
    display: inline;
    height: 20px;
    width: 500px;
    float: left;
    font-weight: 700;
    color: #333;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    margin: 5px 0 0
}

#contact-pop-panel .inputText {
    width: 210px;
    padding: 4px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    border: 1px solid #BFBFBF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#contact-pop-panel textarea {
    width: 280px;
    margin-top: 2px;
    padding: 5px;
    border: 1px solid #BFBFBF;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.formItem .close-overlay {
    font-size: 13px;
    outline: none;
    height: 28px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: Arial,Helvetica,sans-serif;
    color: #274ED3;
    background-color: #E0E0E0;
    border: 1px solid #CCC;
    line-height: 30px;
    text-align: center;
    padding: 6px 15px 7px
}

.close-ajax2 {
    outline: none;
    height: 30px;
    margin-left: 118px;
    background-color: #E0E0E0;
    border: 1px solid #CCC;
    text-align: center;
    padding: 0;
    float: left;
    width: 80px;
    line-height: 28px;
    margin-top: 20px
}

.close-ajax2 a {
    font-size: 14px;
    color: #274ED3;
    font-family: Verdana,Geneva,sans-serif
}

.close-ajax a {
    font-size: 20px;
    color: #FFF;
    margin-right: 15px;
    font-family: Verdana,Geneva,sans-serif;
    text-decoration: none
}

.close-ajax {
    float: right;
    height: 0;
    width: 0;
    margin-right: 18px
}

#contact-pop-loading-gif-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px
}

#contact-pop-loading-gif {
    margin: 132px auto 0
}

* html #contact-pop-overlay {
    background-image: url(/assets/contact/img/overlay-ie6.png);
    height: 100%;
    position: absolute
}

* html #contact-pop-panel {
    height: 200px
}

* html #contact-pop-header {
    height: 30px
}

* html #contact-pop-header .close-overlay {
    background-image: url(/assets/contact/img/close-overlay-ie6.png)
}

#contact-pop-panel .form-control {
    width: 215px;
    float: left;
    height: 24px;
    padding: 0;
    color: #fff;
    font-weight: 400;
    margin: 0 0 15px;
    background-color: #0078aa;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px
}

.submit {
    width: 80px;
    float: left;
    height: 30px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: 15px;
    font-weight: 400;
    color: #03F;
    cursor: pointer
}

body,html,div,img,span,strong,h1,h2,h3,a,ins,i,ul,li,form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-tap-highlight-color: #0000
}

body {
    line-height: 1
}

ul {
    list-style: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

ul,li {
    float: left;
    display: inline
}

h1,h2,h3 {
    font-weight: 400;
    font-size: 18px;
}

i {
    font-style: normal
}

button,select {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

body {
    margin: 0;
    color: #000;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-text-size-adjust: 100%;
    background-color: #f8f8ed;
}

a {
    text-decoration: none
}

input,select {
    float: left;
    font-size: 13px;
    margin: 0;
    font-family: Open Sans,Arial;
    border-radius: 0;
    border: 0;
    -webkit-appearance: none
}

button {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-family: Open Sans,Arial;
    font-weight: 400;
    font-size: 14px
}

.input {
    width: 100%;
    height: 40px;
    padding: 0 11px;
    border: 1px solid #999;
    background-color: #FFF;
    border-radius: 5px
}

#footer {
    width: 100%;
    float: left;
    margin: 20px 0;
    max-height: 100%;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    font-family: Verdana,Geneva,sans-serif;
    line-height: 35px;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    border-top: 1px solid #005273;
    background-color: #000000;
}

#footer a {
    color: #ffffff;
}

.footer-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left
}

.footer-nav a {
    text-decoration: underline
}

#footer ul {
    list-style-type: none;
    display: flex;
    justify-content: center
}

#footer ul li {
    display: list-item;
    padding: 5px;
    color: #fff
}

.footer-logo img {
    height: 38px;
    width: 215px;
    margin-top: 40px
}

#footer .copyright-info a {
    color: #ffffff;
}

@media only screen and (max-width: 320px) {
    .footer-logo img {
        padding:5px 30px
    }
}

.icerik-alan img {
    float: left;
    margin: 15px 15px 0;
    border: 1px solid #93c5d9;
    border-radius: 8px
}

@media only screen and (max-width: 540px) {
    .icerik-alan img {
        width:calc(100% - 30px);
        margin-bottom: 3px;
        max-width: 250px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both
    }
}

.icerik-alan h2,h3,h4,h5 {
    font-size: 16px;
    font-weight: 600;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    color: #444;
    width: 100%;
    margin: 15px 2px 0 10px
}

.icerik-alan p {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    line-height: 27px;
    color: #111;
    margin: 0 15px;
    padding-top: 12px;
    padding-bottom: 0
}

.icerik-alan a {
    color: #01A3D1;
    text-decoration: none
}

.icerik-alan .title {
    font-weight: 600;
    font-size: 18px;
    font-family: Tahoma;
    color: #424242;
    margin: 0 15px -5px
}

#onlinelivetv {
    width: 100%;
    display: inline-block;
    position: relative
}

.wrap-area {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-height: 10px;
    position: relative
}

.title-top {
    float: left;
    width: 100%!important
}

#ust-alan {
    width: 100%;
    height: 90px;
    position: relative;
    background-color: #000000;
    z-index: 2000
}

.top-box {
    float: left;
    width: 100%;
    margin-top: 10px;
    position: relative
}

.search-main {
    float: right;
    width: 320px;
    margin-top: 17px;
    position: relative
}

.search-main input {
    width: 100%;
    height: 35px;
    padding: 0 40px 0 15px;
    background-color: #FFF;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
    color: #366875
}

.search-main button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 35px;
    cursor: pointer;
    background: url(img/arama-iconu.png) no-repeat center / 16px;
    text-indent: -9999px
}

.search-all-tv-channels {
    float: right;
    position: relative;
    border-radius: 6px;
    background-color: #FFF;
    margin: 17px 0 0 15px
}

.container {
    float: left;
    width: 100%;
    height: auto!important
}

.naziv-tv-kanala,.icerik-baslik {
    float: left;
    width: 99.5%;
    margin: 0 0 10px 4px;
    position: relative;
    background-color: #f8f8ee;
    padding: 4px;
}

.naziv-tv-kanala::after,.icerik-baslik::after {
    width: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px
}

.naziv-tv-kanala h2,.icerik-baslik h2 {
    float: left;
    margin: 0;
    padding-right: 10px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    z-index: 4
}

@media screen and (max-width: 768px) {
    .naziv-tv-kanala h2, .icerik-baslik h2 {
        font-size: 16px; 
    }
}

@media screen and (max-width: 480px) {
    .naziv-tv-kanala h2, .icerik-baslik h2 {
        font-size: 14px; 
    }
}

.main-content-area {
    float: left;
    width: 100%
}

.site-list-area {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 8px 4px 2px;
    border-radius: 8px;
    border: 1px solid #1e292f
}
.tv-list-box ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tv-list-box ul li {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}
.tv-list-box ul li a {
    text-decoration: none;
    display: block;
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.tv-list-box ul li a:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}
.tv-list-box ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tv-list-box ul li {
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
}
.tv-list-box ul li a {
    text-decoration: none;
    display: block;
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.tv-list-box ul li a:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}
.tv-list-box .tv-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 15px;
}
.tv-list-box .tv-item img {
    width: 180px;
    height: 100px;
    object-fit: contain;
    border-radius: 6px;
    margin-bottom: 6px;
}
.tv-list-box .station-name {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #0d4b64;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tv-list-box .play-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: url(../css/img/playlist-icon.png) no-repeat center / auto 16px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.tv-list-box ul li a:hover .play-icon {
    opacity: 1;
}
@media only screen and (max-width: 992px) {
    .tv-list-box ul li {
        width: 33.333%;
    }
}
@media only screen and (max-width: 767px) {
    .tv-list-box ul li {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    .tv-list-box ul li {
        width: 50%;
    }
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    flex-wrap: wrap;
}

.pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0 10px;
    border-radius: 3px;
    background-color: #5ba6bd;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #3c8ba3;
}

.pagination a.active {
    background-color: #0d4b64;
    cursor: default;
}

.pagination .page-nav {
    min-width: 80px;
    background-color: #40b0bd;
}

.pagination .page-nav:hover {
    background-color: #2e8d99;
}

@media only screen and (max-width: 480px) {
    .pagination {
        margin: 20px 0;
    }

    .pagination a {
        min-width: 35px;
        height: 35px;
        margin: 0 3px 6px;
        font-size: 14px;
    }

    .pagination .page-nav {
        min-width: 70px;
    }
}

.kt-bos-dv-1 {
    width: 33.33334%;
    margin-bottom: 7px;
    float: left;
    display: inline;
    padding: 0 4px
}

.kt-bos-dv-1 span {
    float: left;
    width: 100%;
    height: 56px;
    padding: 0 30px 0 0;
    position: relative;
    border-radius: 3px;
    background-image: linear-gradient(0deg,#b8c5d7,#fff);
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .kt-bos-dv-1 {
        width:50%
    }
}

@media only screen and (max-width: 540px) {
    .kt-bos-dv-1 {
        width:100%;
        margin-bottom: 7px
    }
}

.frequency-box li::before,.contact-box li::before {
    content: "";
    width: 8px;
    height: 8px;
    top: 1px;
    margin-right: 8px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    border: 2px solid #3a609b;
    background-color: #fff
}

@media only screen and (max-width: 1240px) {
    .wrap-area {
        width:980px
    }

    .container {
        float: left;
        width: 100%;
        margin-top: 90px
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        margin-top:25px
    }
}

@media only screen and (max-width: 1023px) {
    .wrap-area {
        float:left;
        width: 100%;
        padding: 0 15px
    }

    .search-main {
        width: 200px
    }

    #onlinelivetv #ust-alan {
        position: fixed;
        border-bottom: 1px solid #006c97
    }
}

@media only screen and (max-width: 767px) {
    #ust-alan {
        height:auto
    }

    .search-all-tv-channels {
        margin: 10px 0 0
    }

    .search-main {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .container {
        margin-top: 107px
    }
}

.showmore-button {
    clear: both;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1px;
    padding-bottom: 11px;
    margin-top: 0;
    font-weight: 700;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-top-bottom-radius: 3px;
    border-top-bottom-radius: 3px;
    background-color: #4177c1
}

@media only screen and (max-width: 1023px) {
    .wrap-area {
        float:left;
        width: 100%;
        padding: 0 15px
    }

    .search-main {
        width: 200px
    }
}

@media only screen and (max-width: 767px) {
    #ust-alan {
        height:auto
    }

    .search-all-tv-channels {
        margin: 14px 0 0
    }

    .search-main {
        width: 100%;
        margin-top: 12px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 1239px) {
    .naziv-tv-kanala {
        width:99.2%
    }
}

@media only screen and (max-width: 1023px) {
    .naziv-tv-kanala {
        width:99.4%
    }
}

@media only screen and (max-width: 800px) {
    .naziv-tv-kanala {
        width:99.2%
    }
}

@media only screen and (max-width: 576px) {
    .naziv-tv-kanala {
        width:99%
    }
}

@media only screen and (max-width: 412px) {
    .naziv-tv-kanala {
        width:98%
    }
}

@media only screen and (max-width: 576px) {
    .icerik-baslik {
        width:98.6%
    }
}

.player-box,.content-box {
    float: left;
    width: 100%;
    margin: 18px 0 7px;
    padding: 9px 8px 5px;
    border-radius: 8px;
    border: 1px solid #1e292f
}

.content-box {
    margin: 30px 0 7px
}

.icerik-alan {
    width: 100%;
    float: left;
    max-height: 100%;
    margin-bottom: 6px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #f3f3e5;
    border-radius: 8px;
    padding: 0 19px
}

@media only screen and (max-width: 359px) {
    .naziv-tv-kanala h2,.icerik-baslik h2 {
        font-size:15px
    }
}

@media only screen and (max-width: 320px) {
    .naziv-tv-kanala h2,.icerik-baslik h2 {
        font-size:13px
    }
}

@media only screen and (max-width: 272px) {
    .naziv-tv-kanala h2,.icerik-baslik b {
        font-size:12px
    }
}

@media only screen and (max-width: 280px) {
    .vjs-live-display {
        display:none
    }
}

@media only screen and (max-width: 520px) {
    #ust-alan {
        height:107px
    }

    .search-main {
        margin-top: 15px
    }

    .search-all-tv-channels {
        margin: 16px 0 0
    }

    .navmenu-close:before {
        bottom: -3px
    }

    .container {
        margin-top: 107px;
    }
}

.icerik-alan .txt-b,.txt-tb {
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 100%;
    height: 24px
}

.icerik-alan .txt-tb {
    font-size: 16px;
    margin-bottom: 10px
}

.article-text .title {
    float: left;
    font-size: 16px;
    margin-left: 10px;
    font-family: Tahoma,Geneva,sans-serif;
    margin-top: 18px;
    margin-bottom: 3px;
    color: #333;
    font-weight: 700
}

.contact-box {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.frequency-box .title,.contact-box .title {
    font-size: 18px;
    margin: 15px 18px 0
}

.radio-frequency-list li,.contact-box li,.satellite-frequency li {
    float: left;
    width: 100%;
    margin-left: 18px;
    margin-top: 10px;
    font-style: normal
}

.radio-frequency-list {
    width: 100%;
    font-size: 15px
}

.contact-box li a {
    color: #005FEC;
    font-weight: 700
}

.article-text .title,.radio-frequency-list,.satellite-frequency,.contact-box {
    width: calc(100% - 20px)
}

.contact-box ul {
    width: 100%;
    margin: 0;
    padding: 0
}

.contact-box ul li {
    word-break: break-all
}

.all-radios-title {
    float: left;
    width: calc(100% - 0px);
    height: 38px;
    line-height: 40px;
    margin-top: 1px;
    margin-left: 0;
    border-radius: 6px;
    font-weight: 700;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 8px;
    background-image: linear-gradient(0deg,#b8c5d7,#fff);
    opacity: 1);
    padding-left: 15px;
    font-size: 12px;
    color: #145b77;
    text-transform: uppercase;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif
}

@media only screen and (max-width: 1023px) {
    .mbl-gzle {
        display:none
    }
}

@media only screen and (max-width: 1240px) {
    .mbl-gzle2 {
        display:none
    }
}

.ply-aln {
    float: left;
    width: 100%;
    height: 180px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-image: linear-gradient(0deg,#b8c5d7,#fff)
}

.category-title {
    float: left;
    width: calc(100% - 10px);
    height: 20px;
    line-height: 21px;
    margin-top: 1px;
    margin-left: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 8px;
    padding-left: 10px
}

@media only screen and (max-width: 767px) {
    .top-box {
        margin-top: 45px;
    }

    .search-main {
        margin-bottom: 10px
    }
}

.site-list-area h2 {
    float: left;
    margin: 0;
    padding-right: 10px;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    z-index: 4
}

.social-btn {
    float: right;
    width: 160px;
    height: 22px;
    top: -3px;
    margin-right: 1px;
    display: block;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 539px) {
    .social-btn {
        position:absolute;
        top: 10px;
        right: 10px
    }

    .radio-podjeli li a img {
        width: 25px;
        height: 25px
    }

    .radio-podjeli {
        gap: 5px
    }
}

.radio-podjeli {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px
}

.radio-podjeli li {
    display: inline-block
}

.radio-podjeli li a {
    display: block;
    text-decoration: none
}

.radio-podjeli li a img {
    float: left;
    width: 30px;
    height: 30px;
    margin: -1px;
    border-radius: 50%
}

.radio-podjeli li a img.gumb-facebook {
    background-color: #3a589b
}

.radio-podjeli li a img.gumb-twitter {
    background-color: #55acee
}

.radio-podjeli li a img.gumb-whatsapp {
    background-color: #25d366
}

@media only screen and (max-width: 539px) {
    .player-box_eski,.content-box_eski {
        padding:9px 8px 25px
    }

    .player-box,.content-box {
        margin: 18px 0 7px;
        padding: 9px 9px 6px
    }

    .social-btn_eski {
        width: 99.5%;
        height: 22px;
        top: -1px;
        display: block;
        position: relative;
        z-index: 1;
        border-radius: 4px;
        background-image: linear-gradient(0deg,#0a3a77,#1463ca)
    }

    .social-btn {
        width: 170px;
        height: 22px;
        top: 3px;
        display: block;
        position: relative;
        z-index: 1;
        display: none
    }

    .fb-btn {
        float: left;
        width: 80px;
        height: 21px;
        background-image: url(/img/fb-paylas-btn.png);
        border-radius: 4px
    }

    .fb-btn a {
        float: left;
        width: 78px;
        height: 18px;
        margin-top: 5px;
        text-indent: 26px;
        color: #fff;
        font-size: 11px
    }

    .tw-btn {
        float: left;
        width: 80px;
        height: 21px;
        margin-left: 4px;
        background-image: url(/img/tweetle-btn.png);
        border-radius: 4px
    }

    .tw-btn a {
        float: left;
        width: 78px;
        height: 18px;
        margin-top: 5px;
        text-indent: 25px;
        color: #fff;
        font-size: 11px
    }
}

.ad-top {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    border-radius: 2px;
    background-color: #fff;
    padding: 2px;
    margin-top: 17px
}

@media only screen and (max-width: 1240px) {
    .ad-top {
        max-height:270px
    }
}

.mobile-responsive {
    width: 100%;
    height: 280px
}

@media (max-width: 1240px) {
    .mobile-responsive {
        height:250px
    }
}

.main-content-box {
    float: left;
    width: 100%;
    padding-right: 50px
}

.ad-right-area {
    float: left;
    width: 322px;
    border-radius: 3px;
    padding: 0 0 60px;
    margin-top: 18px;
    font-size: 14px;
    color: #111;
    line-height: 30px;
    background-color: #fff
}

.ad-right {
    width: 300px;
    height: 611px;
    padding-top: 10px;
    overflow: hidden;
    background-color: #fff;
    border-top: solid 1px #bfbfbf
}

.right-area {
    float: right;
    width: 300px;
    margin-right: -330px!important
}

@media only screen and (max-width: 1239px) {
    .main-content-box .right-area {
        width:182px;
        margin-right: -217px!important
    }

    .main-content-box .ad-right-area {
        width: 182px
    }

    .main-content-box {
        padding-right: 215px
    }

    .main-content-box .ad-right {
        width: 160px;
        height: 611px;
        overflow: hidden
    }
}

@media only screen and (max-width: 1023px) {
    .main-content-box .right-area {
        width:100%;
        float: left;
        margin-bottom: 3px;
        display: none
    }

    .right-area .ad-right-area {
        float: left;
        width: 100%;
        height: 132px;
        margin-top: 20px;
        padding: 0
    }

    .main-content-box .ad-right {
        width: 100%;
        height: 110px;
        padding: 10px 0 2px;
        overflow: hidden;
        border-top: solid 1px #bfbfbf
    }

    .main-content-box {
        padding-right: 0
    }
}

.ad-right {
    width: 300px;
    height: 611px;
    padding-top: 10px;
    overflow: hidden;
    background-color: #fff;
    border-top: solid 1px #bfbfbf
}

@media only screen and (max-width: 480px) {
    .right-area .ad-right-area {
        height:132px
    }

    .main-content-box .ad-right {
        height: 102px
    }
}

.radio-player {
    float: left;
    height: 45px;
    width: 100%;
    margin-top: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 6px;
    background-image: linear-gradient(0deg,#b0d2ff,#dfeeff);
    opacity: 1)
}

.h-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -2px;
    width: 16px;
    height: 15px;
    margin-top: -8px;
    background: url(img/h-icon.png) no-repeat
}

@media only screen and (max-width: 1240px) {
    .h-icon:after {
        left:-12px
    }
}

@media only screen and (max-width: 1023px) {
    .ply-icon:before {
        content:"";
        position: absolute;
        top: 50%;
        left: -2px;
        width: 15px;
        height: 18px;
        margin-top: -10px;
        background: url(img/ply-icon.png) no-repeat
    }

    .h-icon:after {
        left: -5px;
        margin-top: -11px;
        width: 19px;
        height: 18px;
        background-size: 19px 18px
    }
}

@media only screen and (min-width: 1024px) {
    .ply-icon:before {
        display:none
    }
}

select {
    width: 160px;
    height: 34px;
    font-family: Verdana,Geneva,sans-serif;
    color: #333;
    font-size: 16px;
    margin-top: -5px;
    background-color: #FFF;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/css/border-radius.htc);
    margin-left: 0;
    padding-left: 5px;
    box-sizing: content-box;
    cursor: pointer
}

@media only screen and (max-width: 520px) {
    select {
        width:160px;
        height: 30px;
        position: relative;
        font-family: Verdana
    }
}

@media only screen and (min-width: 521px) {
    select {
        width:160px
    }
}

@media only screen and (max-width: 521px) {
    select {
        background-repeat:no-repeat;
        float: left;
        background-position: 10px 10px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
    }
}

@media only screen and (min-width: 520px) {
    select {
        background-repeat:no-repeat;
        background-position: right;
        display: flex;
        position: absolute;
        left: 674px;
        padding: 0;
        background-color: #5c8aa6;
        color: #fff;
        line-height: 37px;
        margin-top: -2px
    }
}

select:-ms-expand {
    display: none
}

.rating-tooltip-custom {
    margin-top: 0
}

.rating-tooltip-custom div {
    position: absolute;
    line-height: 20px;
    visibility: visible;
    padding: 10px;
    white-space: nowrap;
    border: solid 1px #006c97;
    color: #FFF;
    background: #07455C;
    text-align: left;
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 3px 3px 3px #0000001a;
    -webkit-box-shadow: 3px 3px #0000001a;
    -moz-box-shadow: 3px 3px #0000001a;
    z-index: 99
}

.rating-tooltip-custom div:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #07455C
}

.rating-tooltip-custom div img {
    border: 0;
    float: left
}

.custom {
    padding: .5em 2.5em .8em .8em
}

.rating-text {
    float: left;
    margin: -12px 0 0 112px;
    position: absolute;
    color: #053a4f;
    font-size: 12px;
    font-weight: 700
}

#rtg-star-a {
    float: left;
    width: 100%;
    height: 22px;
    margin-top: 5px;
    border-radius: 15px;
    background-image: linear-gradient(to right,#0e678a,#9fd9f4,#d2e8f4 50%,#d2ebf9 50%,#e0e6ee,#e0e6ee);
    opacity: 1)
}

#rtg-star {
    float: left;
    width: 102px;
    height: 23px
}

#rtg-star .stars {
    margin: -3px 5px
}

@media only screen and (max-width: 720px) {
    #rtg-star-a {
        background-image:linear-gradient(to right,#096c93,#59b1dd,#d2e8f4 50%,#d2ebf9 50%,#e0e6ee,#e0e6ee);
        opacity: 1)
    }
}

@media only screen and (max-width: 414px) {
    .rating-text {
        font-size:12px;
        margin: -12px 0 0 120px
    }
}

@media only screen and (max-width: 380px) {
    .rating-text {
        font-size:12px;
        margin: -11px 0 0 110px
    }
}

@media only screen and (max-width: 360px) {
    #rtg-star-a {
        background-image:linear-gradient(to right,#096c93,#0280bf,#d5e5ee 50%,#d2ecfd 50%,#e0e6ee,#e0e6ee)
    }
}

@media only screen and (max-width: 320px) {
    .rating-text {
        font-size:11px;
        margin: -11px 20px 0 106px
    }
}

.top-menu-bar li.home-icon a:before {
    font-family: rad-biz-portal!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url(fonts/Roboto-Bold.eot);
    src: url(fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"),url(fonts/Roboto-Bold.woff2) format("woff2"),url(fonts/Roboto-Bold.woff) format("woff"),url(fonts/Roboto-Bold.ttf) format("truetype"),url(fonts/Roboto-Bold.svg#svgFontName) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-display: swap;
    font-weight: 400;
    src: url(fonts/Roboto-Italic.eot);
    src: url(fonts/Roboto-Italic.eot?#iefix) format("embedded-opentype"),url(fonts/Roboto-Italic.woff2) format("woff2"),url(fonts/Roboto-Italic.woff) format("woff"),url(fonts/Roboto-Italic.ttf) format("truetype"),url(fonts/Roboto-Italic.svg#svgFontName) format("svg")
}

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

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

.innerContainer {
    width: 100%;
    padding: 0;
    margin: auto
}

.menuWrap {
    float: left;
    width: 100%;
    top: 25px;
    position: relative;
    text-align: center;
    background-color: #f8d548;
    box-shadow: inset 0 -2px 0 #0000001a;
    z-index: 1900
}

.menuGroup {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-height: 10px;
    position: relative
}

.top-menu-bar {
    float: left;
    width: 100%;
    position: relative;
    float: none;
    display: inline-block
}

.top-menu-bar li {
    height: 50px;
    display: table-cell;
    text-align: center;
    border-right: 1px solid #0031544a
}

.top-menu-bar a {
    display: block;
    line-height: 50px;
    padding: 1px 18px;
    color: #1e1e1e;
    text-transform: uppercase;
    transition: all .2s;
    font-size: 16px;
    overflow: hidden;
    font-weight: 500
}

.top-menu-bar a:hover {
    background-color: #a1840c
}

.top-menu-bar li a:hover {
    color: #2c485e;
    color: #2c485e
}

.m-son-link {
    border: 0
}

.top-menu-bar li.home-icon a {
    width: 44px;
    height: 53px;
    overflow: hidden;
    padding: 0;
    background: #00000026
}

.top-menu-bar li.home-icon a:before {
    width: 44px;
    height: 50px;
    line-height: 51px;
    font-size: 18px;
    text-align: center;
    display: block;
    content: "\E022"
}

.top-menu-bar li.home-icon a:hover {
    background-color: #0000001a
}

@media all and (min-width: 1024px) {
    input.openSidebarMenu[type="checkbox"] {
        visibility:hidden;
        display: none
    }

    .sidebarIconToggle,.mobil-menu-search {
        display: none
    }
}

@media only screen and (max-width: 1023px) {
    .menuWrap .wrap-area {
        padding:0
    }

    #menu-wrapper {
        width: 250px;
        max-height: 550px;
        margin-top: 90px;
        padding: 0;
        transform: translateX(-250px);
        transition: transform 250ms ease-in-out;
        top: 0;
        left: 0;
        bottom: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #5c8aa6;
        z-index: 9000
    }

    .sidebarIconToggle {
        transition: all .2s;
        box-sizing: border-box;
        cursor: pointer;
        position: fixed;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 15px;
        left: 15px;
        height: 26px;
        width: 28px;
        margin: 0;
        padding: 0;
        float: left;
        margin-top: 15px
    }

    input[type="checkbox"]:checked ~ #menu-wrapper {
        transform: translateX(0)
    }

    input[type=checkbox] {
        transition: all .2s;
        box-sizing: border-box;
        display: none
    }

    .spinner {
        transition: all .2s;
        box-sizing: border-box;
        position: absolute;
        height: 4px;
        width: 100%;
        background-color: #4e606e
    }

    .horizontal {
        transition: all .2s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 4px
    }

    .diagonal.part-1 {
        position: relative;
        transition: all .2s;
        box-sizing: border-box;
        float: left;
        margin-top: 4px
    }

    .diagonal.part-2 {
        transition: all .2s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 4px
    }

    input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
        transition: all .2s;
        box-sizing: border-box;
        opacity: 0
    }

    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
        transition: all .2s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 12px
    }

    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
        transition: all .2s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -12px
    }

    .top-menu-bar li.play-icon :before {
        font-weight: 700
    }

    .menuGroup {
        border-radius: 0;
        background: #016847;
        margin-top: 0
    }

    .top-menu-bar {
        margin-top: 0;
        box-shadow: none;
        border-bottom: 0;
        background-image: none
    }

    .top-menu-bar a {
        line-height: 38px;
        text-indent: 2px;
        border-bottom: 1px solid #d0d6d4;
        font-weight: 600
    }

    .top-menu-bar li {
        display: contents;
        text-align: left;
        padding: 0;
        border-right: 0
    }

    .top-menu-bar li.home-icon a {
        width: 100%;
        height: 42px;
        text-indent: 41px;
        line-height: 42px;
        font-size: 14px;
        background: none
    }

    .top-menu-bar li.home-icon a:before {
        left: -30px;
        line-height: 36px;
        text-align: left;
        display: block;
        content: "\E022";
        font-family: rad-biz-portal!important;
        position: absolute
    }

    .top-menu-bar li.play-icon,.top-menu-bar li.home-icon,.top-menu-bar li.iletisim {
        float: left;
        width: 100%;
        height: 42px
    }

    .top-menu-bar li.play-icon {
        height: 44px
    }

    .top-menu-bar li.iletisim {
        border-bottom: none
    }

    .top-menu-bar li.play-icon a {
        width: 100%;
        text-indent: 0;
        line-height: 36px;
        font-size: 14px;
        background: none;
        margin-bottom: -2px
    }

    .top-menu-bar li.play-icon :before,.top-menu-bar li.iletisim :before {
        content: "\E006";
        margin-right: 10px;
        top: 2px;
        position: relative;
        font-size: 15px;
        font-family: rad-biz-portal!important
    }

    .top-menu-bar li.play-icon :before {
        font-weight: 700
    }

    .top-menu-bar li.iletisim a {
        width: 100%;
        text-indent: 5px;
        line-height: 35px;
        background: none
    }

    .top-menu-bar li.iletisim :before {
        content: "\E017"
    }

    .top-menu-bar li a:hover {
        color: #fbff00;
        background-color: #0000001a
    }
}

@media only screen and (max-width: 1240px) {
    .top-menu-bar a {
        padding:6px 10px;
        color: #1e1e1e;
    }
}

.logo {
    float: left;
    margin-top: 15px;
    z-index: 240
}

.logo a img {
    float: left;
    height: 38px
}

@media only screen and (max-width: 1023px) {
    .logo a img {
        margin-left:0;
        padding: 4px 0
    }

    .logo {
        margin-left: 70px
    }

    .menuWrap {
        top: 0;
        background: #4c8ca9;
        width: 100%
    }

    li.home-icon {
        border-top: 1px solid #005677
    }
}

@media only screen and (max-width: 850px) {
    .logo {
        margin:15px 60px;
        position: absolute
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        position:absolute;
        top: 50%;
        left: 50%;
        margin-top: -42px;
        margin-left: -169px
    }

    .logo a img {
        margin-left: 0;
        padding: 4px 0;
    }

    .sidebarIconToggle {
        margin-top: 1px
    }

    #menu-wrapper {
        margin-top: 107px
    }
}

@media only screen and (max-width: 520px) {
    .logo a img {
        padding:6px 0;
        margin-left: -27px;
    }

    .logo {
        margin: -65px -82px;
    }

    .search-all-tv-channels .butun-radyolar {
        width: 32px;
        height: 30px
    }
}

@media only screen and (max-width: 414px) {
    .logo a img {
        padding:1px 0;
        margin-left: -47px;
    }
}

@media only screen and (max-width: 360px) {
    .logo a img {
        margin-top: -23px;
        margin-left: 10px;
    }

    .logo {
        margin: -42px -95px
    }
}

@media only screen and (max-width: 320px) {
    .logo a img {
        padding:8px 0
    }

    .logo {
        margin: -42px -90px
    }
}

@media only screen and (max-width: 300px) {
    .logo a img {
        padding:10px 0
    }

    .logo {
        margin: -42px -80px
    }
}

@media only screen and (max-width: 260px) {
    .logo {
        margin:-42px -74px
    }

    .logo a img {
        padding: 9px 0
    }
}

@media only screen and (min-width: 767px) {
    .sidebarIconToggle {
        margin-top:15px
    }
}

.butun-radyolar {
    height: 35px;
    width: 160px;
    margin-right: 8px
}

.radio-genres {
    margin: 20px 0;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px
}

.radio-genres h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #084d68
}

.genre-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.genre-menu li {
    margin: 5px 10px 5px 0
}

.genre-menu li a {
    display: inline-block;
    padding: 6px 12px;
    background: #084d68;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    transition: background .3s ease
}

.genre-menu li a:hover {
    background: #063950
}

.icerik-alan.ozel-format h2 {
    font-size: 22px!important;
    font-weight: 600!important;
    line-height: 1.4!important;
    margin: 20px 0 10px!important;
    color: #333!important;
    float: none!important;
    width: 100%!important;
    font-family: 'Open Sans',Arial,sans-serif!important
}

.icerik-alan.ozel-format h3 {
    font-size: 18px!important;
    font-weight: 600!important;
    line-height: 1.4!important;
    margin: 18px 0 10px!important;
    color: #333!important;
    float: none!important;
    width: 100%!important;
    font-family: 'Open Sans',Arial,sans-serif!important
}

.icerik-alan.ozel-format p {
    font-size: 14px!important;
    line-height: 1.6!important;
    margin: 10px 0!important;
    color: #333!important
}

.icerik-alan.ozel-format ul,.icerik-alan.ozel-format ol {
    margin: 10px 0 10px 25px !important;
    padding-left: 15px!important
}

.icerik-alan.ozel-format li {
    font-size: 15px!important;
    line-height: 1.6!important;
    margin: 5px 0!important;
    color: #333!important;
    float: none!important;
    display: list-item!important;
    width: auto!important
}

.icerik-alan.ozel-format [itemtype="https://schema.org/Question"] h3 {
    font-size: 16px!important;
    font-weight: 600!important;
    margin: 15px 0 5px!important
}

.icerik-alan.ozel-format [itemtype="https://schema.org/Answer"] p {
    margin: 5px 0 15px!important
}

.icerik-alan.ozel-format ul,.icerik-alan.ozel-format ol {
    margin: 10px 0 10px 25px !important;
    padding-left: 15px!important;
    float: none!important;
    width: 100%!important;
    overflow: hidden!important;
    display: block!important
}

.icerik-alan.ozel-format ul:after,.icerik-alan.ozel-format ol:after {
    content: ""!important;
    display: table!important;
    clear: both!important
}

.icerik-alan.ozel-format ul li,.icerik-alan.ozel-format ol li {
    float: none!important;
    display: list-item!important;
    list-style-position: outside!important;
    list-style-type: disc!important;
    width: auto!important;
    margin: 5px 0!important
}

.icerik-alan.ozel-format h2,.icerik-alan.ozel-format h3,.icerik-alan.ozel-format h4,.icerik-alan.ozel-format h5,.icerik-alan.ozel-format h6 {
    clear: both!important;
    float: none!important;
    display: block!important;
    width: 100%!important
}

.icerik-alan.ozel-format [itemtype="https://schema.org/FAQPage"] {
    clear: both!important;
    float: none!important;
    display: block!important;
    width: 100%!important
}

.icerik-alan.ozel-format [itemtype="https://schema.org/Question"],.icerik-alan.ozel-format [itemtype="https://schema.org/Answer"] {
    clear: both!important;
    float: none!important;
    display: block!important;
    width: 100%!important
}

.accordion-faq {
    width: 100%;
    margin: 20px 0
}

.faq-item {
    margin-bottom: 10px;
    border: 1px solid #f2d662;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff
}

.faq-question {
    position: relative;
    padding: 15px 50px 15px 20px;
    cursor: pointer;
    background-color: #fcfcf5;
    transition: background-color .3s;
}

.faq-question:hover {
    background-color: #f7f6ea
}

.faq-question h3 {
    margin: 0!important;
    font-size: 16px!important;
    color: #084d68!important;
    font-weight: 600!important;
    line-height: 1.4!important;
    float: none!important;
    width: auto!important
}

.faq-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #084d68;
    transition: transform .3s
}

.faq-answer {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #e0e0e0;
    background-color: #fff
}

.faq-answer p {
    margin: 0!important;
    color: #333!important;
    font-size: 14px!important;
    line-height: 1.6!important
}

.faq-item.active .faq-question {
    background-color: #f7f6ea
}

.faq-item.active .faq-icon {
    transform: translateY(-50%) rotate(45deg)
}

.faq-item.active .faq-answer {
    display: block
}

.dropbtn {
    background-color: #308eac;
    color: #fff;
    padding: 10px 35px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 169px;
    transition: background-color .3s
}

.dropbtn i {
    margin-left: 8px
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #427b95;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 #0003;
    z-index: 2050;
    border-radius: 0 0 5px 5px;
    left: 0;
    top: 100%
}

.dropdown-content a {
    color: #fff!important;
    padding: 12px 6px;
    text-decoration: none;
    display: block;
    transition: background-color .2s;
    text-align: left;
    border-bottom: 1px solid #ffffff1a;
    font-weight: 700;
    font-size: 14px
}

.dropdown-content a:last-child {
    border-bottom: none
}

.dropdown-content a:hover {
    background-color: #1a3a4d
}

.dropdown-content.show {
    display: block
}

@media screen and (max-width: 768px) {
    .dropdown {
        width:auto;
        position: relative;
        margin-left: -56px
    }

    .dropdown-content {
        position: absolute;
        width: 200px;
        left: -33px;
        top: 100%
    }

    .dropbtn {
        padding: 7px 4px;
        font-size: 16px;
        width: 105px;
        margin-top: -4px
    }
}

@media only screen and (max-width: 1023px) {
    .plays-symbol {
        display:inline-block;
        width: 0;
        height: 0;
        margin-right: 8px;
        border-style: solid;
        border-width: 7px 0 7px 12px;
        border-color: transparent transparent transparent currentColor;
        vertical-align: middle
    }

    .plays-icon:hover .play-symbol {
        border-color: transparent transparent transparent #fff
    }

    .genre-filter-container {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        background-color: #f7f7f7;
        padding: 10px;
        border-radius: 5px
    }

    .genre-filter-label {
        margin-right: 10px;
        font-weight: 700;
        white-space: nowrap
    }

    .genre-filter-select {
        flex-grow: 1;
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: #fff;
        font-size: 14px;
        max-width: 250px;
        cursor: pointer
    }

    .genre-filter-select:focus {
        outline: none;
        border-color: #ffd300
    }
}

.logouzivo {
    display: flex;
    align-items: center
}

.logo-icon {
    height: 40px;
    width: auto;
    display: block
}

.logo-text {
    display: flex;
    font-family: sans-serif;
    font-weight: 700;
    margin-left: 5px;
    font-size: 23px;
    margin-top: 8px;
    line-height: 1
}

.now-text {
    color: #f8d548;
}

.wnow-text {
    color: #ffffff;
}

.live-text {
    color: #f2d662;
}

@media only screen and (max-width: 520px) {
    .logouzivo a {
        align-items:flex-start
    }

    .logo-icon {
        height: 32px
    }

    .logo-text {
        font-size: 20px;
        margin-left: 6px;
        margin-top: 12px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 390px) {
    .logo-icon {
        height:30px
    }

    .logo-text {
        font-size: 24px;
        margin-top: 10px
    }
}

@media only screen and (max-width: 380px) {
    .logo-icon {
        height:28px
    }

    .logo-text {
        font-size: 20px;
        margin-left: 39px;
        margin-top: -8px;
    }
}

.footer-live-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px
}

.footer-live-logo a {
    text-decoration: none
}

.footer-live-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.footer-uzivo-icon {
    height: 40px;
    width: auto;
    display: block
}

.footer-live-text {
    display: flex;
    font-family: sans-serif;
    font-weight: 700;
    margin-left: 5px;
    font-size: 23px;
    line-height: 1
}

.footer-live-tv {
    color: #f2d662;
}

.footer-uzivo-balkan {
    color: #7f8c8d
}

.footer-live-orange {
    color: #f2d662;
}

@media only screen and (max-width: 520px) {
    .footer-uzivo-icon {
        height:32px
    }

    .footer-live-text {
        font-size: 18px;
        margin-left: 3px;
        margin-top: 3px
    }
}

@media only screen and (max-width: 380px) {
    .footer-uzivo-icon {
        height:28px
    }

    .footer-live-text {
        font-size: 16px;
        margin-left: 2px
    }
}

.tv-container {
    display: flex;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    width: 100%;
}
.tv-player-container {
    flex: 1;
    position: relative;
    background-color: #000;
    width: 100%;
}
.tv-player-wrapper {
    position: relative;
    width: 100%;
    height: 450px;
}
.tv-player-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}
.channels-list {
    width: 145px;
    background-color: #f5f5f5;
    overflow-y: auto;
    height: 450px;
    border-left: 1px solid #ddd;
    display: flex;
    flex-direction: column;
}
.channel-list-content {
    flex: 1;
    overflow-y: auto;
}
.channel-item {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    transition: all 0.2s ease;
    cursor: pointer;
}
.channel-item:last-child {
    border-bottom: none;
}
.channel-item:hover {
    background-color: #e9e9e9;
}
.channel-item.active {
    background-color: #e0e0e0;
    font-weight: bold;
    border-left: 3px solid #4c8ca9;
    padding-left: 12px;
}
.channel-item a {
    display: block;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
}
.stream-tabs {
    display: flex;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
}
.stream-tab {
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    margin-right: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
}
.stream-tab:hover {
    background-color: #e0e0e0;
}
.stream-tab.active {
    background-color: #f0c720;
    color: #fff;
    border-color: #958028;
}
.fullscreen-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #28a745;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    margin: 10px;
    transition: background-color 0.3s ease;
}
.fullscreen-btn:hover {
    background-color: #218838;
}
.tv-info-container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.tv-logo-container {
    width: 180px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.tv-info-text {
    flex: 1;
    min-width: 300px;
}
.channel-list-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 10;
}
.channel-search-input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-size: 15px;
}
.channel-search-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .tv-container {
        margin-bottom: 0;
        border: none;
        border-radius: 0;
        display: flex;
    }
    .tv-player-container {
        flex: none; 
        height: 420px;
        width: 100%;
        order: 1;
    }
    .stream-tabs {
        width: 100%;
        order: 2;
        margin: 10px 0;
    }
    .channels-list {
        width: 100%;
        height: 200px;
        border-left: none;
        border-top: 1px solid #ddd;
        order: 3;
    }
    .tv-player-wrapper {
        height: 100%;
        position: relative;
    }
    .stream-tab {
        padding: 8px 15px;
        font-size: 14px;
    }
    
    @media (orientation: landscape) {
        .tv-container,
        .tv-player-container,
        .tv-player-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
        }
        .tv-player-wrapper iframe {
            width: 100%;
            height: 100%;
        }
    }
}

@media (max-width: 480px) {
    .stream-tabs {
        flex-wrap: wrap;
    }
    .stream-tab {
        flex: 1;
        text-align: center;
        margin-bottom: 5px;
    }
    .tv-logo-container {
        width: 120px;
        margin-right: 15px;
    }
}
/* Dropdown Menü Stilleri */
.top-menu-bar {
    position: relative;
}

.top-menu-bar li {
    position: relative;
    display: inline-block;
}

/* Dropdown Container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown İçeriği (Gizli) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 5px;
    border: 1px solid #e1e5e9;
    top: 100%;
    left: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

/* Dropdown Açık Durum */
.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Dropdown Linkleri */
.dropdown-content a {
    color: #333 !important;
    padding: 4px 8px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    transition: background-color 0.3s ease;
}

.dropdown-content a:last-child {
    border-bottom: none;
}

/* Dropdown Link Hover */
.dropdown-content a:hover {
    background-color: #f8f9fa;
    color: #f5ca1b !important;
}

/* Ana menü öğesinde dropdown ok işareti */
.dropdown > a:after {
    content: " ▼";
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.dropdown:hover > a:after {
    transform: rotate(180deg);
}

/* Responsive için mobil düzenlemeler */
@media (max-width: 768px) {
    .dropdown-content {
        position: static;
        display: none;
        box-shadow: none;
        border: none;
        background-color: rgba(255,255,255,0.1);
        margin-left: 20px;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    .dropdown-content a {
        color: #fff !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
}

/* Menü için küçük bayrak ikonları */
.country-flag {
    width: 20px;
    height: 20;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 2px;
    object-fit: cover;
}

/* Ülke tanıtım sayfası için büyük bayrak */
.country-flag-large {
    width: 180px;
    height: 135px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #e1e5e9;
}