* {
	margin: 0 auto;
	padding: 0px;
}

body {
    position: relative;
    overflow-x: hidden;
    color: #a0a7ab;
    background-color: #181c23;
    font-family: 'Poppins',sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

.header-top {
    padding: 8px 0;
    font-size: .85rem;
    color: #fff;
}

.left {
    display: inline-block;
}

.right {
    float: right;
}

.sosyal-medya {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-right: -2px;
    margin-left: -2px;
    list-style-type: none;
}

.sosyal-medya>li>* {
    display: block;
    width: 20px;
    height: 20px;
    margin: 3px;
    font-size: .9em;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    color: #a0a7ab;
}

.sosyal-medya>li>*:hover {
    color: #fff;
}

li.facebook {
    margin: 0px;
}

li.twitter {
    margin: 0px;
}

li.twitter svg {
    vertical-align: middle;
}

li.instagram {
    margin: 0px;
}

li.pinterest {
    margin: 0px;
}

li.facebook a:hover {
    background: #3b5998;
    border-radius: 3px;
}

li.twitter a:hover {
    background: #000;
    border-radius: 3px;
}

li.instagram a:hover {
    border-radius: 3px;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

li.pinterest a:hover {
    background: #c8232c;
    border-radius: 3px;
}

.yonetici-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-right: -2px;
    margin-left: -2px;
    list-style-type: none;
}

.yonetici-menu>li>* {
    display: block;
    font-size: .9em;
    margin: 3px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
}

.navbar {
    background-color: rgba(0, 0, 0, .6);
    position: relative;
    padding: 27px 0;
    font-family: Montserrat, sans-serif;
    font-size: 1.07rem;
    color: #fff;
    transition: .3s background-color;
    z-index: 1000;
    will-change: background-color;
}

.cont {
    display: table;
    width: 100%;
    height: 100%;
}

.cont>* {
    display: table-cell;
    vertical-align: middle;
}

.nav-right {
	text-align: right;
}

.navs {
  font-weight: 300;
  text-transform: uppercase;
}

.nav-logo {
	float: left;
	font-size: 12px;
	text-decoration: none;
	font-weight: 300;
	color: #fff;
}

.nav-logo img {
    height: auto;
    max-width: 160px;
}

.navs * {
  box-sizing: border-box;
  transition: all .35s ease;
}

.navs li {
  display: inline-block;
  list-style: outside none none;
  margin-left: 1px;
  padding: 0;
}

.navs a {
  padding: .5em .8em;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-size: 14px;
}

.navs a::before,
.navs a::after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}

.navs a::before {
  content: '';
  right: 0;
  top: 0;
  border-top: 3px solid #dd163b;
  border-right: 3px solid #dd163b;
  transform: translate(-100%, 50%);
}

.navs a:after {
  content: '';
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #dd163b;
  border-left: 3px solid #dd163b;
  transform: translate(100%, -50%)
}

.navs a:hover:before,
.navs a:hover:after{
  transform: translate(0,0);
  opacity: 1;
}

.navs a:hover {
  color: #dd163b;
}

.page-top-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: -1;
}

.radyo-takim {
    background: #292e38;
    position: relative;
    height: 60px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.radyo-takim marquee {
    line-height: 60px;
    color: #fff;
}

.radyo-takim marquee:before {
    position: absolute;
    content: "";
    background: #fff4e5;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #292e38 33%);
    height: 60px;
    width: 20px;
    top: 0px;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-bottom-right-radius: 4px;
}

.radyo-takim marquee:after {
    position: absolute;
    content: "";
    background: #fff4e5;
    background: linear-gradient(to right, #292e38 66%, rgba(0, 0, 0, 0) 100%);
    height: 60px;
    width: 20px;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-bottom-left-radius: 4px;
}

.baslik,.baslik {
    display: flex
}

.baslik>a,.baslik>span {
    display: block;
    flex: auto;
    padding-right: 20px;
    padding-left: 20px
}

.baslik::after,.baslik::before {
    content: "";
    display: block;
    flex: 100;
    border-bottom: 4px solid;
    transform: translateY(-10px)
}

.baslik::before {
    flex: 20px;
    width: 20px;
    min-width: 20px
}

.baslik::after,.baslik::before {
    border-bottom-color: #2f3541
}

.blok {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.blok a:first-child {
    margin-left: 0px;
}

.blok a {
    flex: 1 1 auto;
    margin-left: 5px;
    color: #fff;
    position: relative;
}

.blok a:hover {
    text-decoration: none;
    color: #fff;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
        height: 100%
    }

    40% {
        opacity: 1
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1;
        height: 100%
    }

    40% {
        opacity: 1
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

.blok a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.blok a:hover:before {
    -webkit-animation: circle .5s;
    animation: circle .5s;
}

.duyuru-icerik p {
    margin-bottom: 3px;
    display: table;
    vertical-align: middle;
}

.duyuru-icerik p:last-child {
    font-size: 11px;
}

.duyuru-icerik {
    height: 80px;
    padding: 15px;
    position: relative;
    text-align: center;
    border-radius: 3px;
    background: #292e38;
    background-position: center center;
    background-repeat: repeat-x;
    background-size: contain;
}

.duyuru-ikon {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.icerik_1 {
    background: linear-gradient(#3491bf, #5fd4b7);
}

.icerik_2 {
    background: linear-gradient(#6426ff, #b134bf);
}

.duyuru-ikon i {
    font-weight: 300;
    line-height: 50px;
    font-size: 25px;
}

#radyo-icerik {
    position: relative;
}

#radyo-icerik .bitis {
    position: absolute;
    content: "";
    background: #fff4e5;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #181c23 99%);
    height: 200px;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-bottom-right-radius: 4px;
}

#radyo-icerik:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/rd-bg.png) repeat 0 680px;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

.footer {
    position: relative;
    overflow: hidden;
    color: #eee;
    background-color: rgba(18, 21, 26, .8);
    z-index: 1;
}

.footer .top {
    padding: 30px 0 0 0;
    background-color: rgba(18, 21, 26, .9);
}

.footer-content {
    padding-bottom: 20px;
    flex: 1 0 0%;
    display: flex;
    position: relative;
    z-index: 2;
}

.footer-content div {
    flex: 1 0 0%;
}

.footer-content .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-start;
}

.footer-content .row>* {
    padding: 0 10px;
}

.footer-content strong {
    color: #E8ECF2;
    font-size: 16px;
    padding: 0 10px 15px 0px;
}

.footer-content strong i {
    margin-right: 5px;
}

.head {
    position: relative;
    font-weight: 300;
    display: block;
    font-size: 22px;
    line-height: 26px;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dd163b;
}

.head:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 60px;
    background: #ffffff;
}

.footer-content ul {
    padding-top: 10px;
    list-style: none;
}

.footer-content ul li {
    padding: 8px 0;
    font-size: 13px;
}

.footer-content ul li a {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    padding-left: 22px;
    text-decoration: none;
}

.footer-content ul li a:hover {
    color: #dd163b;
    text-shadow: 0 2px 15px #dd163b;
}

.footer-content ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.footer-content ul li a:hover:before {
    border-color: #dd163b;
}

.footer-content ul li a:hover:after {
    position: absolute;
    content: "";
    left: 3px;
    top: 50%;
    width: 6px;
    height: 6px;
    box-shadow: 0 2px 15px #dd163b;
    margin-top: -3px;
    background: #dd163b;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.footer .bottom {
    border-top: solid 1px #2f3541;
}

.copyright {
    background-color: #fff;
}

.copyright-left {
    float: left;
    padding: 25px 0;
}

.copyright-right {
    float: right;
    padding: 21px 0;
    margin-left: auto;
}

.wave {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.wave .divider-shape {
    width: 100%;
}

.wave .divider-shape svg {
    display: block;
    width: calc(136.3%);
    height: 50px;
    left: 0;
    transform: rotate3d(0, 1, 0, 180deg);
}

.wave .shape-fill.shape-fill-1 {
    fill: rgba(18, 21, 26, .9);
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    background: #2e3142;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.6);
}

.tab {
    overflow: hidden;
    border: 1px solid #292e38;
    background-color: #292e38;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tab button {
    background-color: inherit;
    color: #a0a7ab;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background-color: #1a1d24;
}

.tab button.active {
    background-color: #1a1d24;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #292e38;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

svg {
    fill: currentColor;
}

::selection {
    background: #dd163b;
    color: #fff;
}

#Mmenu {
    display: none;
}

.mobilMenu {
    display: none;
}