@charset "utf-8";

/******************************************************
						Body
******************************************************/
body {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	font-family: 'Muli', "Trebuchet MS", sans-serif;
	font-weight: 400;
	background-color: #1C202A;
	color: #ffffff;
}

a {
	transition: all .5s ease-in-out;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

a:hover {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
button {
	transition: all .5s ease-in-out;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

button:hover {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.cursor {
	cursor: pointer
}

.floatleft {
	float: left !important
}

.floatright {
	float: right !important
}

.text_yesil {
	color: #9dcb3b
}

.text_koyuyesil {
	color: #187475
}

.text_mavi {
	color: #0197d2
}

.text_buz {
	color: #4bcacc
}

.text_pembe {
	color: #dd547d
}

.text_koyumavi {
	color: #187475
}

.text_koyusari {
	color: #9a6709
}

.text_cokkoyuyesil {
	color: #3d5b0e
}

.font_bold,
strong {
	font-weight: 800;
}

h1 {
	font-size: 38px
}

h2 {
	font-size: 32px
}

h3 {
	font-size: 25px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

small {
	font-size: 10px
}

.font-25 {
	font-size: 25px
}

.font-23 {
	font-size: 23px
}

.font-20 {
	font-size: 20px
}

.font-18 {
	font-size: 18px
}

.font-16 {
	font-size: 16px
}

.font-14 {
	font-size: 14px
}

.font-12 {
	font-size: 12px
}

.font-10 {
	font-size: 10px
}

.text_beyaz {
	color: #fff
}

.text_siyah {
	color: #000
}

.text_gri {
	color: #999
}

.text_acikgri {
	color: #aeaeae
}
.text_red {
	color: #e6332a;
}
.text_center {
	text-align: center
}

.text_left {
	text-align: left
}

.text_right {
	text-align: right
}

.top5 {
	margin-top: 5px
}

.top10 {
	margin-top: 10px
}

.top15 {
	margin-top: 15px
}

.top20 {
	margin-top: 20px
}

.top25 {
	margin-top: 25px
}

.top30 {
	margin-top: 30px
}

.left5 {
	margin-left: 5px
}

.left10 {
	margin-left: 10px
}

.left15 {
	margin-left: 15px
}

.left20 {
	margin-left: 20px
}

.left30 {
	margin-left: 30px
}

.bottom_20 {
	padding-bottom: 20px
}

.bg_beyaz {
	background-color: #fff
}

.bg_acikgri {
	background-color: #f4f4f4
}

.bg_yesil {
	background-color: #9dcb3b
}

.bg_mavi {
	background-color: #4bcacc
}

.bg_sari {
	background-color: #fdbb41
}

.bg_pembe {
	background-color: #dd547d
}

.gradient_yesil {
	border: 1px solid #929393;
	box-shadow: #dded77 1px 1px 0px inset;
	background: #c2df51;
	background: linear-gradient(#c2df51, #77B724);
}

.gradient_mavi {
	border: 1px solid #929393;
	box-shadow: #d4f8f8 1px 1px 0px inset;
	background: #b2f2f3;
	background: linear-gradient(#b2f2f3, #4ee1e3);
}

.gradient_sari {
	border: 1px solid #929393;
	box-shadow: #fee882 1px 1px 0px inset;
	background: #fed55a;
	background: linear-gradient(#fed55a, #FCA128);
}

.gradient_bg {
	background: #97bede;
	background: linear-gradient(#97bede, #FFFFFF);
}

.margin_auto {
	display: block;
	margin: 0 auto
}

.border_gri {
	border: 1px solid #d4d4d4
}

.padding_link_20 {
	padding: 0 20px;
	display: block
}

.padding_yan_20 {
	padding: 0 20px
}

.padding_dik_20 {
	padding: 20px 0
}
.padding_dik_40 {
	padding: 40px 0
}
.padding_20 {
	padding: 20px
}

.padding_dik_10 {
	padding: 10px 0
}

.padding_10 {
	padding: 10px
}

.shadow {
	box-shadow: #666 3px 3px 4px;

}

.shadowleft {
	box-shadow: #666 -1px 3px 4px;

}

.radius_3 {
	border-radius: 3px;

}

.radius_5 {
	border-radius: 5px;

}

.radius_8 {
	border-radius: 8px;

}

.linkblock {
	display: block;
}

.height1 {
	height: 1px;
}

.fullink {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.bg_gr {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.14));
}

.bg_grlink {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.14))
}

.bg_grlink:hover {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
}

/******************************************************
						Header
******************************************************/
#header {
	float: left;
	width: 100%;
	position: relative;
}

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.rows {
	float: left;
	width: 100%;
}

.mobilmenu_butonyer {
	display: none;
}

.fullink {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	height: 100%;
}

.checkboxx label:after,
.radioo label:after {
	content: '';
	display: table;
	clear: both;
}

.checkboxx .cr,
.radioo .cr {
	background-color: #ffffff;
	border: 1px solid #000;
	border-radius: 0.25em;
	color: #fff;
	display: inline-block;
	height: 20px;
	margin-right: 0.5em;
	position: relative;
	width: 20px;
	margin-top: 0;
}

.radioo .cr {
	border-radius: 50%;
}

.checkboxx .cr .cr-icon,
.radioo .cr .cr-icon {
	color: #10a64a;
	font-size: 14px;
	left: 16%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.radioo .cr .cr-icon {
	margin-left: 0.04em;
}

.checkboxx label input[type="checkbox"],
.radioo label input[type="radio"] {
	display: none;
}

.checkboxx label input[type="checkbox"]+.cr>.cr-icon,
.radioo label input[type="radio"]+.cr>.cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .5s ease-in-out;
}

.checkboxx label input[type="checkbox"]:checked+.cr>.cr-icon,
.radioo label input[type="radio"]:checked+.cr>.cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkboxx label input[type="checkbox"]:disabled+.cr,
.radioo label input[type="radio"]:disabled+.cr {
	opacity: .5;
}

.label_yazi {
	font-size: 17px;
	line-height: 20px;
}



	
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	background-color: #181B23;
  }
  .logo {
	margin-top: 10px;
	margin-left: 3%;
	margin-bottom: 15px;
	width: 15%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
  }
  .header.header_fix .logo {
	width: 5%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
  .header_right {
	display: flex;
	align-items: center;
	position: relative;
  }
  .header_social {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	background-color: #181b23;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 14px;
	font-weight: 800;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.header.header_fix .header_social {
	top: 0;
	opacity: 0;
	z-index: -1;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
  .header_social a {
	color: #fff;
	padding-left: 16px;
	font-weight: normal;
  }
  .menu ul {
	display: flex;
	height: 100%;
  }
  .menu ul a {
	color: #fff;
	display: flex;
	padding: 0 22px;
	height: 100%;
	align-items: center;
	font-weight: 800
  }
  .menu ul a:hover, .menuaktif {
	color: #e6332a !important;
}
  .logo img {
	display: block;
  }
  .menu {
	height: 100%;
  }
  .menu ul li {
	height: 100%;
  }
  .signin_signup {
	height: 100%;
	display: flex;
	position: relative;
  }
  .signin_signup > a {
	display: flex;
	height: 100%;
	background-color: #e6332a;
	color: #fff;
	padding: 0 22px;
	align-items: center;
  }
  .signin_signup > a i {
	padding-right: 10px;
  }
  .signin_signup > a:hover {
	background-color: #fff;
	color: #e6332a;
  }

  .slogan {
	padding: 40px 0;
}

@-webkit-keyframes pulse {
	0% {
	  opacity: 0;
	  background-position: center top;
	  -moz-background-size: 0 auto;
	  -o-background-size: 0 auto;
	  -webkit-background-size: 0 auto;
	  background-size: 0 auto;
	}
	10% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	  -moz-background-size: 75% auto;
	  -o-background-size: 75% auto;
	  -webkit-background-size: 75% auto;
	  background-size: 75% auto;
	}
	90% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	  background-position: center bottom;
	  -moz-background-size: 0 auto;
	  -o-background-size: 0 auto;
	  -webkit-background-size: 0 auto;
	  background-size: 0 auto;
	}
  }
  @-moz-keyframes pulse {
	0% {
	  opacity: 0;
	  background-position: center top;
	  -moz-background-size: 0 auto;
	  -o-background-size: 0 auto;
	  -webkit-background-size: 0 auto;
	  background-size: 0 auto;
	}
	10% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	  -moz-background-size: 75% auto;
	  -o-background-size: 75% auto;
	  -webkit-background-size: 75% auto;
	  background-size: 75% auto;
	}
	90% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	  background-position: center bottom;
	  -moz-background-size: 0 auto;
	  -o-background-size: 0 auto;
	  -webkit-background-size: 0 auto;
	  background-size: 0 auto;
	}
  }
  @-ms-keyframes pulse {
	0% {
	  opacity: 0;
	  background-position: center top;
	  -moz-background-size: 0 auto;
	  -o-background-size: 0 auto;
	  -webkit-background-size: 0 auto;
	  background-size: 0 auto;
	}
	10% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	  -moz-background-size: 75% auto;
	  -o-background-size: 75% auto;
	  -webkit-background-size: 75% auto;
	  background-size: 75% auto;
	}
	90% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	  background-position: center bottom;
	  -moz-background-size: 0 auto;
	  -o-background-size: 0 auto;
	  -webkit-background-size: 0 auto;
	  background-size: 0 auto;
	}
  }
  @keyframes pulse {
	0% {
	  opacity: 0;
	  background-position: center top;
	  -moz-background-size: 0 auto;
	  -o-background-size: 0 auto;
	  -webkit-background-size: 0 auto;
	  background-size: 0 auto;
	}
	10% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	  -moz-background-size: 75% auto;
	  -o-background-size: 75% auto;
	  -webkit-background-size: 75% auto;
	  background-size: 75% auto;
	}
	90% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	  background-position: center bottom;
	  -moz-background-size: 0 auto;
	  -o-background-size: 0 auto;
	  -webkit-background-size: 0 auto;
	  background-size: 0 auto;
	}
  }
  
  .scroll {
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}
.scroll-down {
	margin: 0;
	border: 2px solid #e6332a;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	width: 70px;
	height: 70px;
	position: relative;
}

  .scroll-down a {
	display: block;
	opacity: 0;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 0;
	font-size: 0;
	color: transparent;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	-moz-background-size: 0 auto;
	-o-background-size: 0 auto;
	-webkit-background-size: 0 auto;
	background-size: 0 auto;
	-webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
	-moz-animation: pulse 1.5s 0s infinite normal ease forwards;
	-o-animation: pulse 1.5s 0s infinite normal ease forwards;
	animation: pulse 1.5s 0s infinite normal ease forwards;
	background-image: url("../img/arrow-down.svg");
	background-repeat: no-repeat;
  
  }
  .scroll-down a:before, .scroll-down a:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/arrow-down.svg") no-repeat center top;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
  
  }
  
  
  
  
  .scroll-down a:before {
	-webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
	-moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
	-o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
	animation: pulse 1.5s 0.25s infinite normal ease forwards;
  }
  .scroll-down a:after {
	-webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
	-moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
	-o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
	animation: pulse 1.5s 0.5s infinite normal ease forwards;
  }
  .scroll-down a:hover {
	background-color: rgba(98, 63, 47, 0.3);
  }


  .parallaxParent {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	background-color: #000;
}

  .parallax_bg {
	height: 171%;
	position: relative;
	top: -67%;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .8;
}

.yayinakisi {
	position: relative;
  }
  .sitebaslik {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
  }
  .sitebaslik h2 {
	font-size: 24px;
	font-weight: 800;
	padding-bottom: 12px;
	letter-spacing: 7px;
  }
  .sitebaslik h2 span {
	color: #e6332a;
  }
  .yayinakisi {
	position: relative;
	padding: 40px 0;
}


.slogan h1 {
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 9px;
  }
  .slogan h1 span {
	color: #e6332a;
  }

  .yayinakisi_tablar {
	float: left;
	width: 100%;
	margin-top: 21px;
}


.yayinakisi_programbox_list {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .yayinakisi_programbox {
	width: 24%;
	position: relative;
	margin-bottom: 20px;
  }
  .yayinakisi_programbox_details {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background-color: #1c202ae0;
	display: flex;
	justify-content: space-between;
}


  
  .yayinakisi_programbox_saat {
	float: left;
	width: 27%;
	background-color: #e6332a;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 8px;
}
  .yayinakisi_programbox_saat_detay {
	font-size: 14px;
	font-weight: 800;
  }
  .yayinakisi_programbox_isim {
	width: 70%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
  .yayinakisi_programbox_isim h3 {
	font-size: 16px;
	font-weight: 800;
	text-align: left;
  }
  .yayinakisi_programbox_isim h4 {
	font-size: 14px;
	text-align: left;
  }



  .hayat_programlar {
	padding: 40px 0;
  }
  .programlar_slider {
	margin-top: 40px;
	float: left;
	width: 100%;
	position: relative;
  }
  .hayat_programlar_box {
	height: 462px;
	display: flex;
	float: left;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
	z-index: 2;
  }
  .hayat_programlar_img img {
	border-radius: 50%;
	display: block;
  }
  .programlar_slider .swiper-slide:after {
	display: none;
  }
  .hayat_programlar_box:after {
  }
  .hayat_programlar_box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: -1;
  }
  .hayat_programlar_programisim {
	float: left;
	width: 100%;
	text-align: center;
  }
  .hayat_programlar_programisim h3 {
	font-size: 24px;
	font-weight: 800;
  }
  .hayat_programlar_programisim h4 {
	font-size: 20px;
  }
  .hayat_programlar_saat {
	text-align: center;
  }


  .sosyalmedya_box {
	margin-top: 40px;
	height: 400px;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
  }
  .sosyalmedya_box_alt {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .sosyalmedya_box_sosyallinkler a {
	color: #fff;
	display: inline-block;
	padding: 0 10px;
  }
  .sitelink {
	border: 1px solid #fff;
	color: #fff;
	font-weight: 800;
	padding: 14px 40px;
	border-radius: 100px;
	display: inline-block;
  }
  .sitelink:hover {
	background-color: #e6332a;
	color: #1c202a;
	border: 1px solid #1c202a;
  }
  .sosyalmedya_box_sosyallinkler a:hover {
	color: #e6332a;
  }
  .sosyalmedya_box_baslik {
	font-size: 24px;
	font-weight: 800;
  }
  .sosyalmedya_box_baslik span {
	color: #e6332a;
  }












/******************************************************
						İçerik
******************************************************/
.main {
	float: left;
	width: 100%;
	position: relative;
}

  

/******************************************************
						Footer
******************************************************/
.footer {
	float: left;
	width: 100%;
	position: relative;
	background-color: #181B23;
	margin-top: 40px;
	padding: 40px 0;
	color: #fff;
	margin-bottom: 90px;
}
.flink {
	float: left;
  }
  .flink a {
	color: #fff;
	font-weight: 800;
	margin-right: 20px;
  }
  .copyright {
	float: right;
	color: #f13c3a;
  }
  .copyright a {
	color: #f13c3a;
	margin-left: 10px;
  }


  
.fixfooter {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #e6332a;
	z-index: 30;
  }
  .fixfooter_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0;
}
  .fixfooter_sol {
	display: flex;
	align-items: center;
  }
  .fixfooter_linkler {
	display: flex;
  }
  .fixfooter_linkler a {
	margin-right: 18px;
	width: 40px;
	height: 40px;
	display: inline-block;
  }
  .fixfooter_linkler a img {
	display: block;
  }
  .fixfooter_sag a {
	margin-left: 15px;
	display: inline-block;
  }
  .fixfooter_sag a img {
	display: block;
  }
.canliyayin_box {
    width: 90%;
    max-width: 388px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 152px;
}

.jp-audio-stream {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	padding-right: 46px;
}

.cy_box_resim_box {
	float: left;
	width: 35%;
	position: relative;
}

.cy_box_resim {
	float: left;
	width: 100%;
}

.cy_box_resim img {
	border-radius: 50%;
	border: 3px solid #333;
}

.cy_box_play {
	position: relative;
	background-color: #f13c3a;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	margin-left: 8px;
}

button.jp-play {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
}

.playbutonyer {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn_play {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: border 0.1s ease-in-out;
	transition: border 0.1s ease-in-out;
	top: 4px;
    left: 5px;
    right: 0;
    bottom: 0;
}

.jp-state-playing .btn_play {     left: 2px;}



.btn_play .bar {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 3px;
	height: 20px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: background 0.1s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: background 0.1s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, background 0.1s ease-in-out;
	transition: transform 0.4s ease-in-out, background 0.1s ease-in-out, 
	-webkit-transform 0.4s ease-in-out;
}

span.bar.bar-3 {
    position:  absolute;
    top: 10px;
    left: 12px;
}

.jp-state-playing .play .bar-1 {
	-webkit-transform: translateX(13.5px) translateY(0px) rotate(0deg);
	transform: translateX(13.5px) translateY(0px) rotate(0deg);
}

.jp-state-playing .play .bar-2 {
	-webkit-transform: translateX(24px) translateY(0px) rotate(0deg);
	transform: translateX(24px) translateY(0px) rotate(0deg);
}

.play .bar-1 {
	-webkit-transform: translateX(20px) translateY(-5px) rotate(-55deg);
	transform: translateX(20px) translateY(-5px) rotate(-55deg);
}

 .play .bar-2 {
	-webkit-transform: translateX(20px) translateY(5px) rotate(-125deg);
	transform: translateX(20px) translateY(5px) rotate(-125deg);
}
.play .bar-3 {opacity: 1;}
.jp-state-playing .play .bar-3 {opacity: 0;}

.cy_box_sag {
	float: left;
	width: 60%;
	margin-left: 5%;
}

.cy_box_baslik {
	font-size: 18px;
	font-weight: 800;
	color: #1C202A;
}


.cy_box_mute {
    float: left;
    width: 28%;
}

.cy_box_volume_slider {
    float:  left;
    width: 72%;
}

.jp-volume-bar {
    float: left;
    width: 100%;
    height: 7px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 22px;
}

.jp-volume-bar-value {
    height: 7px;
    background-color: #1c202a;
	border-radius: 3px;
	cursor: pointer;
}

button.jp-mute {
    background-color: transparent;
	border: 0;
}

span.cy_box_sesacik {
    display:  inline-block;
	color: #f13c3a;
	cursor: pointer;
}

span.cy_box_seskapali {
	display: none;
	cursor: pointer;
}

.jp-state-muted  span.cy_box_sesacik {display: none; }
.jp-state-muted  span.cy_box_seskapali {display: inline-block; }



.jp-title {
	font-size: 18px;
	color: #ffffff;
	font-weight: 800;
	width: 100%;
	overflow: hidden;
}

.adi {
    font-weight: 700;
    color: #f13c3a;
    margin-right: 10px;
}
.sarki { margin-right: 20px;}

.cy_box_play button {
    background-color: transparent;
    border: 0;
}


.mobilmusic {width: 0; height: 0;
	overflow: hidden; opacity: 0;}

	
	.cy_box_sarkisiisim {
		margin-left: 20px;
		width: 200px;
	}
  .fixfooter_radyoicon img {
	display: block;
  }
  .cy_box_volume {
	width: 230px;
	margin-left: 20px;
	margin-top: 10px;
}

.jp-no-solution {
	flex: 1;
	font-size: 12px;
}




.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	width: 40%;
	color: #6a7989;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

/* Madoka */
.input--madoka {
	margin: 1.9em 0;
	margin-bottom: 0;
}

.input__field--madoka {
	width: 100%;
	background: transparent;
	color: #FFF;	
    text-transform: uppercase;
}

.input__field--madoka[type=email] {
	text-transform: none;
}


.input__label--madoka {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #7A7593;
	text-align: left;
	cursor: text;
}

.input__label-content--madoka {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 13% 50%;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
	transform: scale3d(0.81, 0.81, 1) translate3d(0, -63px, 0);
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, -63px, 0);
	-moz-transform: scale3d(0.81, 0.81, 1) translate3d(0, -63px, 0);
	-ms-transform: scale3d(0.81, 0.81, 1) translate3d(0, -63px, 0);
	-o-transform: scale3d(0.81, 0.81, 1) translate3d(0, -63px, 0);
}

.graphic--madoka {
	-webkit-transform: scale3d(1, -1, 1);
	transform: scale3d(1, -1, 1);
	-webkit-transition: stroke-dashoffset 0.3s;
	transition: stroke-dashoffset 0.3s;
	pointer-events: none;

	stroke: #7A7593;
	stroke-width: 4px;
	stroke-dasharray: 962;
	stroke-dashoffset: 558;
	fill: transparent;
}

.input__field--madoka:focus + .input__label--madoka,
.input--filled .input__label--madoka {
	cursor: default;
	pointer-events: none;
}

.input__field--madoka:focus + .input__label--madoka .graphic--madoka,
.input--filled .graphic--madoka {
	stroke-dashoffset: 0;
}

.input__field--madoka:focus + .input__label--madoka .input__label-content--madoka, .input--filled .input__label-content--madoka {
	-webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, -10em, 0);
	transform: scale3d(0.81, 0.81, 1) translate3d(0, -10em, 0);
	-moz-transform: scale3d(0.81, 0.81, 1) translate3d(0, -10em, 0);
	-ms-transform: scale3d(0.81, 0.81, 1) translate3d(0, -10em, 0);
	-o-transform: scale3d(0.81, 0.81, 1) translate3d(0, -10em, 0);
}


.input-textarea .input__label-content--madoka {
	transform: scale3d(0.81, 0.81, 1) translate3d(0, -142px, 0);
}

 .input__field--madoka-textarea:focus + .input-textarea.input__label--madoka .input__label-content--madoka, .input-textarea.input--filled .input__label-content--madoka {
	transform: scale3d(0.81, 0.81, 1) translate3d(0, -15em, 0) !important;
	-webkit-transform: scale3d(0.81, 0.81, 1) translate3d(0, -15em, 0) !important;
	-moz-transform: scale3d(0.81, 0.81, 1) translate3d(0, -17em, 0) !important;
	-ms-transform: scale3d(0.81, 0.81, 1) translate3d(0, -15em, 0) !important;
	-o-transform: scale3d(0.81, 0.81, 1) translate3d(0, -15em, 0) !important;
}

.dark-modal {
	background-color: #181b23;
	border-radius: 0;
  }
  .dark-modal .close {
	color: #fff;
	text-shadow: none;
	opacity: 1;
	position: absolute;
	top: 18px;
	right: 21px;
	display: inline-block;
}

  .dark-modal .modal-header {
	border-bottom: 1px solid #343543;
}
.giris_alt span {
	margin: 0 13px;
}

.mobilgizle {
	display: inline-block;
}
.mobilgoster {
	display: none;
}


.icerikheader {
	height: 437px;
	position: relative;
	z-index: 5;
	margin-top: 99px;
  }
  .icerikheader:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: -1;
  }
  .icerik {
	float: left;
	width: 100%;
	padding: 40px 0;
  }
  .icerik_text h2 {
	font-size: 36px;
	font-weight: 800;
	padding-bottom: 40px;
	letter-spacing: 2px;
	text-align: center;
  }
  .icerik_text h2 span {
	font-weight: 300;
  }
  .icerikheader h1 {
	font-size: 36px;
	font-weight: 800;
	padding-bottom: 20px;
}


.etkinliklist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  .etkinlikbox {
	width: 32%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 2%;
}
.etkinlikbox:nth-child(3n+3) {
    margin-right: 0;
}
.etkinlikbox::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.73));
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
.etkinlikbox:hover::after {
	opacity: 1;
	z-index: 2;
	visibility: visible;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
  }
  .etkinlikresim {
	float: left;
	width: 100%;
  }
  .etkinlikresim img {
	display: block;
  }
  .etkinlik_detay {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	text-align: left;
	z-index: 3;
  }
  .etkinlik_detay h2 {
	float: left;
	background-color: #000;
	padding: 10px;
	font-size: 21px;
	margin-bottom: 7px;
	text-align: left;
  }
  .etkinlik_detay h5 {
	float: left;
	background-color: #000;
	padding: 10px;
	font-size: 16px;
  }
  
.etkinlikdetay_hover {
	position: absolute;
	top: 20px;
	right: 20px;
	font-weight: 800;
	transform: translate(100%,0);
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	color: #fff;
  }
  .etkinlikdetay_hover span {
	  color: #e6332a;
  }
  .etkinlikbox:hover .etkinlikdetay_hover {
	transform: translate(0,0);
	opacity: 1;
	z-index: 5;
	visibility: visible;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
  }
  
  .icerik_text h3 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}
  .galeri {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
  }
  .galeri a {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
  }
  .galeri a:nth-child(3n+3) {
	margin-right: 0;
  }

  .galeribaslik {
    padding-top: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 2px dotted #e6332a;
}


.custom-select {
	background: #1c202a url(../images/arrow_down.png) no-repeat right center;
	color: #7a7593;
	border: 0;
	border-bottom: 1px solid #7a7593;
	height: auto;
	font-size: 10px;
	font-weight: 800;
	padding-bottom: 18px;
	padding-top: 20px;
	margin: 1.9em 0;
    margin-bottom: 0;
  }
  .custom-select:focus {
	box-shadow: none;
}

.header_social_yeni {
    display: flex;
    height: 100%;
    align-items: center;
    width: 226px;
    justify-content: space-around;
    background-color: #e6332a;
}



.header_social_text {
    font-weight: 700;
}

.header_social_links a {
    color: #fff;
    padding-left: 12px;
}
.home_main {
    padding: 40px 0;
}

.home_main h3 {
    padding-bottom: 22px;
}

.home_main p {line-height: 30px;}
ul.list-style {
    padding-left: 30px;
    list-style: disc;
}

ul.list-style li {
    padding-bottom: 10px;
}
.icerik_text h4 {
    padding-bottom: 20px;
}



.center-xy {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	position: absolute;
  }
  



  
  @import url('https://fonts.googleapis.com/css?family=Audiowide&display=swap');


  .sayfabulunamadidiv > div{
	position: absolute;
	top: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	margin: 0px;
	overflow: hidden;
  }
  
  .wrap{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  }
  
  .sayfabulunamadidiv h2{
	  text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 150px;
	font-size: 32px;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	display: block;
	color: #12000a;
	font-weight: 300;
	font-family: Audiowide;
	text-shadow: 0px 0px 4px #12000a;
	animation: fadeInText 3s ease-in 3.5s forwards, flicker4 5s linear 7.5s infinite, hueRotate 6s ease-in-out 3s infinite;
  }
  
  #svgWrap_1,
  #svgWrap_2{
	position: absolute;
	height: auto;
	width: 600px;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  #svgWrap_1,
  #svgWrap_2,
  div{
	animation: hueRotate 6s ease-in-out 3s infinite;
  }
  
  #id1_1,
  #id2_1,
  #id3_1{
	stroke: #e6332a;
	stroke-width: 3px;
	fill: transparent;
	filter: url(#glow);
  }
  
  #id1_2,
  #id2_2,
  #id3_2{
	stroke: #12000a;
	stroke-width: 3px;
	fill: transparent;
	filter: url(#glow);
  }
  
  #id3_1{
	stroke-dasharray: 940px;
	stroke-dashoffset: -940px;
	animation: drawLine3 2.5s ease-in-out 0s forwards, flicker3 4s linear 4s infinite;
  }
  
  #id2_1{
	stroke-dasharray: 735px;
	stroke-dashoffset: -735px;
	animation: drawLine2 2.5s ease-in-out 0.5s forwards, flicker2 4s linear 4.5s infinite;
  }
  
  #id1_1{
	stroke-dasharray: 940px;
	stroke-dashoffset: -940px;
	animation: drawLine1 2.5s ease-in-out 1s forwards, flicker1 4s linear 5s infinite;
  }
  
  @keyframes drawLine1 {
	0%  {stroke-dashoffset: -940px;}
	100%{stroke-dashoffset: 0px;}
  }
  
  @keyframes drawLine2 {
	0%  {stroke-dashoffset: -735px;}
	100%{stroke-dashoffset: 0px;}
  }
  
  @keyframes drawLine3 {
	0%  {stroke-dashoffset: -940px;}
	100%{stroke-dashoffset: 0px;}
  }
  
  @keyframes flicker1{
	0%  {stroke: #e6332a;}
	1%  {stroke: transparent;}
	3%  {stroke: transparent;}
	4%  {stroke: #e6332a;}
	6%  {stroke: #e6332a;}
	7%  {stroke: transparent;}
	13% {stroke: transparent;}
	14% {stroke: #e6332a;}
	100%{stroke: #e6332a;}
  }
  
  @keyframes flicker2{
	0%  {stroke: #e6332a;}
	50% {stroke: #e6332a;}
	51% {stroke: transparent;}
	61% {stroke: transparent;}
	62% {stroke: #e6332a;}
	100%{stroke: #e6332a;}
  }
  
  @keyframes flicker3{
	0%  {stroke: #e6332a;}
	1%  {stroke: transparent;}
	10% {stroke: transparent;}
	11% {stroke: #e6332a;}
	40% {stroke: #e6332a;}
	41% {stroke: transparent;}
	45% {stroke: transparent;}
	46% {stroke: #e6332a;}
	100%{stroke: #e6332a;}
  }
  
  @keyframes flicker4{
	0%  {color: #e6332a;text-shadow:0px 0px 4px #e6332a;}
	30% {color: #e6332a;text-shadow:0px 0px 4px #e6332a;}
	31% {color: #12000a;text-shadow:0px 0px 4px #12000a;}
	32% {color: #e6332a;text-shadow:0px 0px 4px #e6332a;}
	36% {color: #e6332a;text-shadow:0px 0px 4px #e6332a;}
	37% {color: #12000a;text-shadow:0px 0px 4px #12000a;}
	41% {color: #12000a;text-shadow:0px 0px 4px #12000a;}
	42% {color: #e6332a;text-shadow:0px 0px 4px #e6332a;}
	85% {color: #e6332a;text-shadow:0px 0px 4px #e6332a;}
	86% {color: #12000a;text-shadow:0px 0px 4px #12000a;}
	95% {color: #12000a;text-shadow:0px 0px 4px #12000a;}
	96% {color: #e6332a;text-shadow:0px 0px 4px #e6332a;}
	100%{color: #e6332a;text-shadow:0px 0px 4px #e6332a;}
  }
  
  @keyframes fadeInText{
	1%  {color: #12000a;text-shadow:0px 0px 4px #12000a;}
	70% {color: #e6332a;text-shadow:0px 0px 14px #e6332a;}
	100%{color: #e6332a;text-shadow:0px 0px 4px #e6332a;}
  }
  



  .sayfabulunamadidiv {
    padding-top: 136px;
	height: 73vh;
	position: relative;
}


.anahtarkelime span {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #4c5469;
    border-radius: 100px;
    margin-right: 12px;
}

span.form_yazi {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 70.25%;
    font-weight: 700;
    padding: 1em;
    color: #7a708c;
}

.custom-file-label {
    background-color: #1c202a;
    color: #7a7073;
    text-align: left;
    font-weight: 700;
    border: 0;
    padding-right: 0;
	padding-left: 152px;
	overflow: hidden;
	height: 37px;
}

.custom-file-label::after {
    background-color: #1c202a;
    color: #fefeff;
    left: 0;
    right: auto;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 37px;
    padding: 4px 24px;
    content: "Dosya Seç";
}
.iletisimformusatir_fileinput {
    margin-top: 13px;
}
.aydinlatmametni {
    text-align: left;
    padding-top: 20px;
    font-weight: 600;
    font-size: 12px;
}

.aydinlatmametni h3 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 0;
}
.file_uploaddiv input {
    margin-top: 11px;
}

.aydinlatmametni_metin {
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0;
    border: 1px solid #77728f;
    border-radius: 4px;
    border-left: 0;
    border-right: 0;
}