/*----------------------------------------------------------------------------------------------------------------------
Author:	Aykut     radyotemasi.com
----------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------
[Table of contents]

1. Basic

----------------------------------------------------------------------------------------------------------------------*/

/*----- 1 - Basic -----*/

body {
    color: #191919;
    background-color: #fff;
    font-weight: 400;
    font-size: .9375rem;
    margin: 0;
    padding: 0;
}


/************ 01 TOPBAR ************/


.top-bar {
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.top-bar a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.top-bar .gray-bg {
    background: #f5f5f5;
}

.top-social-link a {
    display: inline-block;
    margin-right: 10px;
    color: #aaa;
}

.top-social-link a:hover,
.top-link li a:hover {
    color: #222;
}

.top-link {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-link li {
    display: inline-block;
    margin: 0 5px;
}

.top-link li i,
.top-link li a i {
    margin-right: 10px;
}

.top-link li,
.top-link li a {
    color: #aaa;
}

.top-link.text-uppercase {
    font-size: 12px;
}

.top-link.divider li:after {
    display: inline-block;
    padding-left: 13px;
    content: "/";
}

.top-link.divider li:last-child:after {
    display: inline-block;
    content: "";
}


/************ 02 - NAVBAR ************/

.fixed-top {
    position: fixed;
    top: 200px;
    right: 0;
    left: 0;
    z-index: 1030;
}


#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (min-width: 992px) {
    #mainNav {
        background-color: #fff;
    }

    #mainNav a {
        color: #000;
    }

    #mainNav a:hover {
        color: #000;
    }

}


#mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    top: 0;
}


#mainNav {
    background-color: #000;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    text-align: left;
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #F05F40;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #ff7800;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #1569a5 !important;
    background-color: transparent;
}


.profile-header-container {
    margin: 0 auto;
    text-align: center;
}

.profile-header-img {
    padding: 10px;
}

.profile-header-img > img.img-circle {
    width: 70px;
    height: 70px;
    border: 2px solid #000;
    border-radius: 90px;
}

.profile-header {
    margin-top: 10px;
}

/**
 * Ranking component
 */
.rank-label-container {
    margin-top: -19px;
    /* z-index: 1000; */
    text-align: center;
}

.label.label-default.rank-label {
    background-color: rgb(0, 0, 0);
    border-radius: 57px;
    color: #fff;
}

.label.label-default.rank-label a {
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    color: #fff;
}


.profile-header-img h6 {
    margin-top: -15px;
}

.kayanyazi {
    background-color: #ededed;
    padding: 10px;
}

.duyur p {
    font-size: 10px;
}

.duyur h3 {
    font-size: 20px;
    padding-top: 15px;
}

.navbar-brand {
    padding-top: 50px;
}


/************ 03 - HEADER ************/

@media (min-width: 992px) {


    header.masthead h1 {
        font-size: 3rem;
    }

}

@media (max-width: 480px) {
    .ayır {
        display: block;
        height: 60px;
        width: 200px;
    }

    .carousel {
        position: relative;
        margin-top: 80px;
    }

}


header.masthead {
    background-image: url(../img/slider/slid1.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
}


header.masthead img {
    width: 100%;
}

header {
    font-family: 'K2D', sans-serif;
}

header h4 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
}

header h2 {
    margin-top: 40px;
    font-weight: 600;
}

header h2 a {
    color: #fff;
}

header h2 a:hover {
    color: red;
}

header span.yeri {
    font-weight: 200;
    padding-left: 20px;
    padding-right: 40px;
}

header .profile-header-img > img.img-circle {
    width: 100px;
    height: 100px;
    border: 2px solid #000;
    border-radius: 90px;
    margin-bottom: 10px;
}

.headerslid {
    border-radius: 40px;
    max-height: 520px;
    margin-top: 12px;
    padding: 0;
}

.headerslid img {
    border-radius: 40px;
    max-height: 520px;
}

.headericerik {
    padding: 22px 0;
    margin-top: 50px;
}

.headericerik .headericerik-inner {
    border-radius: 40px;
    background-color: #000;
    padding: 22px;
}

.app a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 50px;
    padding: 10px;
}

.app a:hover {
    color: red;
    text-decoration: underline;
    font-size: 50px;
    padding: 10px;
}

button.dinle {
    padding: 10px 25px;
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
    display: block;
    font-family: 'K2D', sans-serif;
    outline: none;
    border: 0;
    width: 160px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

button.dinle:hover {
    padding: 10px 25px;
    background: red;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
}

a.mesaj {
    font-family: 'K2D', sans-serif;
    color: #fff;
    font-size: 17px;
}

a.mesaj:hover {
    color: red;
}

.linkler {
    margin-top: 30px;
}

.devam {
    text-align: center;
    margin: 90px 0 30px 0;
    display: block;
}

.devam a {
    background: red;
    color: #fff;
    padding: 10px 30px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.devam a:hover {
    background: black;
    color: #fff;

}


#encokokunan {
    background-color: #f8f8f8;
    padding: 20px;
}

#encokokunan .icerik {
    background-color: #fff;
    padding: 15px;
}

#encokokunan .icerik h4 {
    background-color: #fff;
    padding: 10px 20px;
    margin-top: -50px;
    border-radius: 10px;
    font-size: 17px;
}

/* Added to limit the height of the scrollable news carousel and hide overflow */
#encokokunan .owl-stage-outer {
    max-height: 200px;
    overflow: hidden;
}

.hovereffect {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    border-radius: 20px;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}

.baslik {
    color: #fff;
    position: absolute;
    margin-top: -60px;
    margin-left: -100px;
    text-decoration: none;

    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.baslik:hover {
    text-decoration: none;
}

.hovereffect:hover .baslik {
    margin-top: -75px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: red;
}

.hovereffect:hover h2 {
    margin-top: 100px;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}


.panel-heading {
    margin-top: 70px;


    background-color: #f1f1f1;
    padding: 19px;
    padding-left: 30px;
    text-transform: uppercase;
    font-family: 'K2D', sans-serif;

}

.panel-body {
    background-color: #fff;
    border: solid 2px #f1f1f1;
    padding: 20px;
    /* text-transform: uppercase; */
    font-family: 'K2D', sans-serif;

}

.panel-heading h3 {
    font-size: 20px;
    text-align: left;
    border-left: solid 2px #f00;
    padding-left: 10px;
}

.liste a {
    display: -webkit-box;
    color: #000;
}

.liste a:hover {
    text-decoration: none;
    color: #ff0000;
}

.asagiyukari a {
    color: #000;
    font-size: 20px;
}

.asagiyukari {
    margin-top: 20px;
}

.asagiyukari a:hover {
    text-decoration: none;
    color: #ff0000;
}

.etkinlikler p {
    font-size: 12px;
    color: #afafaf;
    padding-left: 5px;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 50%;
}

.etkinlikler h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.etkinlikler h4 {
    padding-left: 5px;
    font-size: 13px;
    color: #000;
}

.oylama h3 {
    font-size: 16px;
    color: #000;
}

.oylama label {
    display: block;
    /* display: inline-block; */
    margin-bottom: 0.5rem;
    margin-right: 10px;
}

.oylama input {
    margin-right: 5px;
}


.program h4 {
    padding-left: 5px;
    font-size: 13px;
    color: #000;
}

.program h3 {
    font-size: 16px;
    color: #000;
}

.program img {
    width: 100%;
    border-radius: 20px;
}

.program h4 {
    font-size: 18px;
    padding-top: 10px;
    margin-left: -20px;
}

.program h5 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 800;
}

.program h6 {
    margin-top: -10px;
    color: #ababab;
}

.sunucuitem {
    padding-top: 10px;
    padding-bottom: 10px;
}

.haftaninuyesi h5 {
    font-size: 25px;
    font-weight: 900;
    margin-top: 25px;
    text-align: center;
}

.haftaninuyesi h6 {
    color: #a0a0a0;
    margin-top: -10px;
    text-align: center;

}

.haftaninuyesi img {
    border-radius: 100px;
    width: 100%;
}

a.btn {
    background: #f00;
    border: solid 1px #f00;
    border-radius: 30px;
    padding: 5px 20px;
}

a.btn:hover {
    background: #000;
    color: #fff;
    border: solid 1px #000;

}

a.sifremiunuttum {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 800;
}

.djlogin input {
    background-color: #d4d4d4;
    border-radius: 40px;
    padding-left: 20px;
    outline: 0;
}

.djlogin a.sifremiunuttum {
    color: #000;
}

.djlogin input:hover {
    background-color: #c5c5c5;
    border-radius: 40px;
    padding-left: 20px;
    outline: 0;
}

.djlogin .panel-body {
    background-color: #f1f1f1;
}

.djlogin .panel-heading h3 {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    padding: 0px;
    border: none;
}

.login h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 25px;
    text-align: center;
    padding: 0px;
    color: #fff;
    border: none;
}

.login input {
    border-radius: 70px;
    padding-left: 20px;
    background-color: #00000070;
    border: solid 1px #000000ba;
    color: #fff;
}

.login input:hover {
    border-radius: 70px;
    padding-left: 20px;
    background-color: #000;
    border: solid 1px #000000ba;
    color: #fff;
}

.login .panel-body {
    background-image: url(../img/slider/slid1.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 70px;
    padding: 40px;
}

.duyur .owl-nav {
    opacity: 0;
}

.duyur .owl-dots {
    margin-top: -50px;
    display: inline;
    position: absolute;
    margin-left: -10px;
}

.item1 {
    background-color: #f1f1f1;
    border-radius: 0px 10px 10px 0px;
    margin-top: 11px;
    margin-right: 11px;
}

.item1 a {
    background: #f00;
    border: solid 1px #f00;
    border-radius: 30px;
    padding: 2px 15px;
    color: #fff;
    margin-top: 13px;
    position: absolute;
    margin-left: -35px;
}

.item1 a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    border: solid 1px #000;

}

.item1 img {
    width: 120%;

    border-radius: 10px 0px 0px 10px;
    margin-left: -20px;
}

.item1 h4 {
    font-size: 20px;
    margin-top: 7px;
}

.item1 h5 {
    font-size: 15px;
    margin-top: -10px;
}

#pagecont h3 {
    font-family: 'K2D', sans-serif;
    font-weight: 800;
}

#pagecont .line {
    width: 200px;
    height: 3px;
    background-color: red;
    border-radius: 3px;
    margin-top: -13px;
    margin-bottom: 10px;
}

#sol section {
    margin-top: 70px;
}

.film .owl-nav {
    opacity: 0;
}

.film .owl-dots {
    position: absolute;
    margin-top: -30px;
    margin-left: -10px;
}

.content {
    font-family: 'K2D', sans-serif;
    padding-top: 80px;
    padding-bottom: 80px;
}

.mb40 {
    margin-bottom: 40px;
}

.team-block {
    margin-bottom: 20px;
    width: 100%;
}

.overlay p {
    font-size: 12px;
    margin-top: -14px;
}

.team-content {
    text-align: center;
    position: absolute;
    background-color: rgba(17, 24, 31, 0.8);
    bottom: 0px;
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 10px;
}

.team-img {
    position: relative;
}

.team-img img {
    width: 100%;
    height: 200px;
}

.team-title {
}

.team-meta {
    color: #9da4aa;
    font-weight: 400;
    font-size: 16px;
}

.overlay {
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 1s ease;
    background-color: #11181f;
}

.team-img:hover .overlay {
    opacity: .8;
}

.team-img:hover .team-content {
    opacity: 0;
}

.text {
    color: #fff;
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-26%, -26%);
    -ms-transform: translate(-26%, -26%);
    right: 0;
    font-weight: 400;
    font-size: 16px;
}

a.zoom {
    top: 40%;
    color: #fff;
    font-size: 35px;
    left: 41%;
    position: absolute;
}

#player h5 {
    font-size: 15px;
    margin-top: -11px;
    font-family: 'K2D', sans-serif;

}

#player h6 {
    opacity: 0.4;
    font-size: 12px;
    margin-top: -8px;
    margin-bottom: -3px;
}

#player {
    margin-top: 50px;
    font-family: 'K2D', sans-serif;
    left: 0;
    /*  	position: fixed; */
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 5;
    width: 100%;
    background-image: url(../img/footerbg.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    text-align: center;
}

#player img {
    border: solid 6px #ffffff70;
    border-radius: 110px;
}

#player h5 {
    opacity: 0.4;
    font-size: 15px;
}

#player h3 {
    font-size: 25px;
    font-weight: 700;
}

#player h4 {
    font-size: 20px;
    font-weight: 200;
    margin-top: -10px;
}

.sarkiinfo {
    text-align: left;
    margin-top: 25px;
    padding-left: 50px;
}


.siradaki {
    text-align: left;
    margin-top: 25px;
    padding-left: 50px;
}

.player a {
    font-size: 25px;
    color: #fff;
    padding-right: 15px;
}


.player a:hover {
    text-decoration: none;
    opacity: 0.5;
}


.ses {
    width: 120px;
    margin-right: 15px;
    height: 10px;
    margin-left: 15px;
    border-radius: 40px;
    background-color: #fff;
    display: -webkit-inline-box;
}

.mask {
    opacity: 0.5;
    border-radius: 40px 0px 0px 40px;
    background-color: #000;
    width: 60%;
}

#custom-search-form {
    margin: 0;
    margin-top: 5px;
    padding: 0;

}

#custom-search-form .search-query {
    background: #000;
    border: solid 1px #ffffff45;
    padding: 6px;
    padding-left: 20px;
    color: #fff;
    border-radius: 60px;
    margin-top: 9px;
    outline: 0;

    transition: all .4s ease-in-out;
}

#custom-search-form button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    color: #fff;
    opacity: 0.7;
    left: -40px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    transition: all .4s ease-in-out;
}

.search-query:focus + button {
    z-index: 3;
}

.search-query:focus button {
    margin-left: 50px;
}


footer {
    background-color: #252525;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
}

.text-right {
    text-align: right
}

.text-right a {
    color: #fff;
    font-size: 18px;
    padding-left: 15px;
}

.text-right a:hover {
    color: red;
}

footer hr {
    background-color: #fff;
    opacity: 0.3;
}

footer ul {
    text-align: center;
    list-style: none outside none;
}

footer li {
    position: relative;
    display: inline;
    margin: 20px;
}

footer li a {
    color: #ffffff60;
    font-size: 19px;
    font-family: 'K2D', sans-serif;

}

footer li a:hover {
    color: red;
    text-decoration: none;

}

.fotson {
    text-align: center !important;
    margin-top: 30px;
}

.fotson a {
    color: #fff;
}

.fotson a:hover {
    color: red;
    text-decoration: none;
}

#sayfaic {
    padding-top: 50px;
    padding-bottom: 200px;
}

#sayfaic h1 {
    font-family: 'K2D', sans-serif;
}

#sayfaic2 {
    padding-top: 50px;
    padding-bottom: 200px;
}

#sayfaic2 h1 {
    font-family: 'K2D', sans-serif;
}

#sayfaic input {
    font-family: 'K2D', sans-serif;
    width: 100%;
    border-radius: 50px;
    border: solid 1px #ababab;
    padding: 10px;
    outline: 0;
    text-align: center;
    margin-top: 20px;

}

#sayfaic input:focus {
    border: solid 1px #00000020;
    background-color: #00000010;
    transition: all .4s ease-in-out;

}

#sayfaic textarea {
    font-family: 'K2D', sans-serif;
    width: 100%;
    border-radius: 40px;
    border: solid 1px #ababab;
    padding: 10px;
    padding-left: 20px;
    padding-top: 20px;
    min-height: 100px;
    outline: 0;
    text-align: left;
    margin-top: 20px;
}

#sayfaic a {
    padding: 10px;
    background-color: #e6e6e6;
    color: #000;
    border-radius: 50px;
    width: 95%;
    margin-top: 30px;
    position: absolute;
    text-align: center;
    font-family: 'K2D', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    transition: all .4s ease-in-out;

}

#sayfaic a:hover {
    background-color: #840e0e;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-in-out;

}

.btnStyle {
    background-color: #e6e6e6;
    border: 0 !important;
    font-size: 20px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.btnStyle:hover {
    background-color: #840e0e;
    color: #fff;
    transition: all .4s ease-in-out;
}

.ieltitem {
    margin-top: 30px;
    margin-bottom: 30px;
    border-right: solid 1px #00000010;
    text-align: center;
}

.ieltitem i {
    color: #00000040;
    font-size: 35px;
    padding-bottom: 10px;
}


.panel-tabs {
    clear: both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    padding-left: 15px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #000;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: red;
    text-decoration: none;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .23);
    border-bottom-color: transparent;
}

#sayfaic2 ul {
    text-align: left;
    margin-left: -50px;
    list-style: none outside none;
}

#sayfaic2 li {
    position: relative;
    display: inline;
    margin: 20px;
}

#sayfaic2 li a {
    color: #000;
    font-size: 19px;
    font-family: 'K2D', sans-serif;

}


.haberitem img {
    width: 100%
}

#soneklenenhaberler {
    background-color: #f1f1f1;
    padding-bottom: 50px;
    padding-top: 50px;
}

#soneklenenhaberler .over {
    background-color: #fff;
    padding: 20px;
}

#soneklenenhaberler .over a {
    color: #000;
}

#soneklenenhaberler .over a:hover {
    color: red;
    text-decoration: none;
}

#soneklenenhaberler .over span {
    color: red;
    text-decoration: none;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
    margin-top: 15px;
    position: absolute;
    padding: 10px 20px;
    font-family: 'K2D', sans-serif;

}

.haberitem {
    margin-top: 25px;
}

.habertek:hover img {
    opacity: 0.5;
}


#tumhaberler {
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}

#tumhaberler .over {
    background-color: #f1f1f1;
    padding: 20px;
}

#tumhaberler .over a {
    color: #000;
    font-family: 'K2D', sans-serif;
    font-weight: 700;
}

#tumhaberler .over a:hover {
    color: red;
    text-decoration: none;
}

#tumhaberler .over span {
    color: red;
    text-decoration: none;
}

.over p {
    opacity: 0.6;
}

#soneklenenhaberler .owl-nav {
    opacity: 0;
}

#soneklenenhaberler .owl-dots {
    position: absolute;
    margin-left: -5px;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.modal-body img {
    width: 100%;
}

.item1 h4 {
    margin-left: -35px;
}

.item1 h5 {
    margin-left: -35px;
}

#lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
    display: none;
    margin: 0;
}

#lightbox .inner {
    width: 400px;
    min-height: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 40px;
    background: rgba(206, 59, 59, 0.9);
    color: #FFF;
    position: fixed;
    margin: 0;
    overflow: auto;
}

#lightbox h2 {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}

#lightbox input {
    font-family: inherit;
    border: 0;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
}

#send {
    padding: 12px;
    display: block;
    border: 0;
    margin: 12px 0;
    font-family: inherit;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #eaeaea;
    width: 100%;
}

.re-video {
    text-align: center;
    padding: 8px;
    border-radius: 0;
    border: none;
    background: #191919;
    margin: 8px 0 12px 0;
    display: block;
    color: #F2F2F2;
    transition: all ease .3s;
    text-decoration: none !important;
}

.re-video:hover {
    background: #F2F2F2;
    color: #191919;
    text-decoration: none !important;
}

.re-video i,
.change-camera i {
    font-size: 12px;
}

#send:hover {
    cursor: pointer;
    background: #333;
    color: #FFF;
}

#close {
    top: 10px;
    right: 20px;
    color: #FFF;
    background: none;
    position: absolute;
    font-size: 18pt;
    font-weight: bold;
    border: 0;
    outline: none;
}

#close:hover {
    cursor: pointer;
    color: #eaeaea;
}

.send-form {
    padding-top: 12px;
    border-top: 1px dashed #F2F2F2;
}

#audio {
    width: 100%;
    margin:  12px 0;
    border-radius: 0 !important;
}

@media (max-width: 700px) {
    .item1 img {
        display: none;
    }

    audio {
        width: 220px;
    }

    .item1 a {
        background: #f00;
        border: solid 1px #f00;
        border-radius: 30px;
        padding: 2px 15px;
        color: #fff;
        margin-top: -43px;
        position: absolute;
        margin-left: 5px;
        right: 30px;
    }

    .item1 {
        margin-left: 0px;
    }

    .item1 h4 {
        margin-left: 0px;
    }

    .item1 h5 {
        margin-left: 0px;
    }

    button.dinle {
        margin: 0 auto !important;
    }

    #lightbox {
        padding: 1.25rem;
        overflow: hidden;
    }

    #lightbox .inner {
        width: 100%;
        height: 100%;
        padding: 22px;
    }

}

@media (max-width: 500px) {
    #lightbox {
        padding: 0;
    }

    #lightbox .inner {
        padding: 12px;
    }
}

audio {
    width: 240px;
}

.mp3 {
    margin-top: 30px;
}


.mp3ust {
    background: #f1f3f4;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);

    border-radius: 15px 15px 0px 0px;

}

.mp3alt {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);

    padding: 10px;
    background: #d8d8d8;
    border-radius: 0px 0px 15px 15px;
    display: -webkit-box;
}


.mp3alt h5 {
    font-size: 15px;

}


.mp3alt h6 {
    font-size: 13px;

}

header .owl-nav {
    opacity: 0;
}


header .owl-dots {
    position: absolute;
    margin-top: -77px;
    right: 0;
}

.etkinlikler2 .owl-dots {
    position: absolute;
    left: -5px;
    margin-top: -10px;
}

.etkinlikler2 .owl-nav {
    position: absolute;
    right: 0;
    font-size: 30px;
    margin-top: -30px;
}

.anket .owl-dots {
    position: absolute;
    left: -5px;
    margin-top: -10px;
}

.anket .owl-nav {
    position: absolute;
    right: 0;
    font-size: 30px;
    margin-top: -30px;
}

.sunucusaati .owl-dots {
    position: absolute;
    left: -5px;
    margin-top: -10px;
}

.sunucusaati .owl-nav {
    position: absolute;
    right: 0;
    font-size: 30px;
    margin-top: -30px;
}

.sitesahibi .owl-dots {
    position: absolute;
    margin-left: 50px;
    margin-top: -30px;
}

.sitesahibi .owl-nav {
    opacity: 0;
}

.owl-prev:hover span {
    background-color: #fff;
    color: red;
    height: 0px;
    position: absolute;
    margin-top: -34px;
    margin-left: -25px;
    transition: all .2s ease-in-out;
}

.owl-prev span {
    height: 0px;
    position: absolute;
    margin-top: -34px;
    margin-left: -20px;

    transition: all .2s ease-in-out;
}

.owl-next:hover span {
    background-color: #fff;
    color: red;
    height: 0px;
    position: absolute;
    margin-top: -34px;
    margin-left: 0px;
    transition: all .2s ease-in-out;
}

.owl-next span {
    height: 0px;
    position: absolute;
    margin-top: -34px;
    margin-left: -10px;

    transition: all .2s ease-in-out;
}

.sitesahibi img.img-circle {
    width: 70px;
    height: 70px;
    border: 2px solid #000;
    border-radius: 90px;
}

.sesliistek .owl-dots {
    position: absolute;
    left: 0 !important;
    top: 125px !important;
}

.sesliistek .owl-dot {
    outline: 0 !important;
}

.sesliistek .owl-nav {
    opacity: 0;
}

.sesliistek img.img-circle {
    width: 100px;
    height: 100px;
    border: 2px solid #000;
    border-radius: 90px;
    margin: 0 auto;
}

.sesliistek .item h5 {
    margin-top: 5px;
}

.sesliistek {
    position: relative;
}

.sesliistek .playwanted {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-sizing: border-box;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    z-index: 2;
    color: #c10808;
    font-size: 14pt;
    padding-top: 10px;
}

.sesliistek .playwanted:hover {
    cursor: pointer;
    color: #FFF;
    background: rgba(206, 59, 59, 0.7);
}

.fotogaleri .owl-nav {
    opacity: 0;
}

audio.deneme {
    background-color: #900 !important;
}


.djbtn {
    background-color: #f00 !important;
    border: solid 1px #f00 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 18px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

video.video-istek, #video-viewer {

    height: auto !important;
    width: 100% !important;
    margin-bottom: 12px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.loading-video {
    margin: 1.2em;
}

.video-request {
    height: 100px;
    width: 100px;
}

#sag a {
    display: block;
    width: 100%;
}

#sag a img {
    width: 100%;
}

div#clock {
    display: inline-block;
    background: #000;
    padding: 10px 20px;
    text-align: center;
    border: 3px solid #705505fa;
    background-color: #000000;
    font-size: 20px;
    font-family: 'clockfont';
    border-radius: 10px;
    font-weight: 900;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    color: #daf6ff;
    text-shadow: 0 0 20px rgba(10, 175, 230, 1), 0 0 20px rgb(10 175 230);
    padding-right: 15px;
    padding-left: 15px;
    inset: 0 0 5px;
    flex: 0 0 auto;
    height: 20%;
    width: auto;
}

/* Shrink news badge size in card overlay */
.haberitem .card-img-overlay .badge-pill,
.habeitem .card-img-overlay .badge-pill {
    padding: 5px 10px;
    font-size: 0.8rem;
    margin-top: 10px;
}

/* Shrink the slider news images in the 'Haberler' section for #soneklenenhaberler */
#soneklenenhaberler .habeitem img {
    height: 160px !important;
    width: auto !important;
    object-fit: cover;
    display: block;
}