body{margin:0;padding:0;font-family: 'Inter', sans-serif,arial;background:#ececec;min-width:370px;}

.arrows {
	border: solid #056953;
	border-width: 0 5px 5px 0;
	display: inline-block;
	padding: 16px;
	top: 2px;
	position: relative;
	left: 5px;
	cursor: pointer;
}
.arrows.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrows.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrows.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrows.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header{
	min-height:142px;
	background-color: #206556;
	background-image: url("/s/images/ramazan/headerBg.png");
	background-position:top center;
	padding: 16px;
}

.container {
	max-width:1080px;
    width: 100%;
	overflow: hidden;
}
.content{
	margin-top: 36px;
	padding: 0 16px;
}
.content .container{
	padding-bottom: 40px;
}
    
.header .container{
	height: 100%;
	overflow: visible;
}

.tg-logo a{
	display:block;
	line-height: 0;
}
.tg-logo img{
	max-width: 200px;
    filter: brightness(0) invert(1);
    min-width: 140px;
    width: 100%;
}

.gunlukKalanSure{
	position:relative;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: white;
	padding: 8px;
}
.gunlukKalanSure .daytime_head{
	font-weight:400;
	font-size:14px;
	line-height:1;
	text-align:center;
	z-index: 1;	
}
.gunlukKalanSure .daytime{
	font-weight: 700;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    z-index: 1;
}

.gunlukKalanSure .daytimeSayac{
	position:absolute;
	top:0;
	left:0;
	max-width: calc( 100% - 6px );
    max-height: calc( 100% - 6px );
	width: 100%;
    height: 100%;
	background: #4a9d8b;
	opacity:.6;
	margin: 3px;
}
.ayTamamlananSure{
	min-width:190px;
	height: 61px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
	color: white;
	padding: 8px;
}
.daymoon{
	position:relative;
	width:32px;
	height:32px;
	border-radius:50%;
	background:#fff;
	overflow:hidden;

}
.daymoonbg{
	position:absolute;
	top:0;
	left:0;
	max-width: 32px;
    max-height: 32px;
	width: 100%;
    height: 100%;
	background:#408b7b;
}
.daymoonSayac{
	position: absolute;
    width: 100%;
    height: 100%;
	max-height: 30px;
    background: #ffffff;
    border-radius: 50%;
    right: -1px;
    top: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* Seçiniz */
select {
	width: 100%;
    height: 100%;
	font-family: Arial;
    background-color: #296056;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 8px;
	border: 1px solid #C4C4C4;
	border-radius: 4px;
	user-select: none;
}


.block-kuraniKerim select {
	display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    height: 54px;
	background-color: #ffffff7d;
    font-size: 18px;
    color: #323232;
    font-weight: 500;
	
    border-radius: 4px;
}


/* Seçiniz bitti*/
.rmzn-takvim, .rmzn-gununSohbeti, .rmzn-haberler{
	min-width:278px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
}
.rmzn-takvim{
	position:relative;
	min-width:278px;
	color: white;
    padding: 16px;
	background-color: #206556;
	background-image: url("/s/images/ramazan/ramazanInfoBg.png");
	background-position:top center;
	background-repeat:no-repeat;
	background-size: cover;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
}


.rmzn-takvim h2{
	font-weight:600;
	font-size:24px;
	line-height:1;
	text-align:center;
	margin: 0;
}
.rmzn .box1{
	border-radius:4px;
}
.rmzn .box2 {
    height: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    background: #ffffff87;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
}
.rmzn .box2:last-of-type {
    border-right: 0;
    height: 100%;
    padding-right: 15px;
}

.rmzn .bg-white{
	background:white;
}
.rmzn .bg-green{
	background:#3f8a7a;
}
.rmzn-takvim .bg-green{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 66px;
    opacity: .5;
}

.gunluk .gunimsak, .gunluk .guniftar{
	font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;  
}
.gunluk .gunsayisi{
    width: 64px;
    height: 64px;
    background: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    color: #004436;
}
.gunluk .gunimsak .saat, .gunluk .guniftar .saat{
	font-weight: 700;
    font-size: 20px;
    line-height: 1.3;  
}
.takvim{
	font-weight: 500;
    font-size: 20px;
    line-height: 1;
	padding-bottom: 12px;
}
.line-x{
	border-bottom:1px solid #ADADAD;
	width:100%;
}
.line-y{
	border-right:1px solid #ADADAD;
	width:100%;
}
.rmzn-takvim .vakit{
	display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    width: 100%;
    z-index: 1;
}
.rmzn-takvim .vakit .vakitimsak
,.rmzn-takvim .vakit .vakitgunes
,.rmzn-takvim .vakit .vakitogle
,.rmzn-takvim .vakit .vakitikindi
,.rmzn-takvim .vakit .vakitaksam
,.rmzn-takvim .vakit .vakityatsi {
	display:flex;
	flex-direction: column;
	gap: 3px;
	text-align: center;
}

.rmzn-gununSohbeti{
	overflow: hidden;
}
.rmzn-gununSohbeti iframe{
	-webkit-box-shadow: 0px 5px 0px 0px rgb(74 157 139);
    -moz-box-shadow: 0px 5px 0px 0px rgb(74 157 139);
    box-shadow: 0px 5px 0px 0px rgb(74 157 139);
}
.rmzn-gununSohbeti .gununSohbeti{
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    padding: 16px;
}

.rmzn-gununSohbeti-2 .gununSohbeti{
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    padding: 16px;
}

.rmzn-gununSohbeti-2{
	overflow: hidden;
}
.rmzn-gununSohbeti-2 iframe{
	-webkit-box-shadow: 0px 5px 0px 0px rgb(74 157 139);
    -moz-box-shadow: 0px 5px 0px 0px rgb(74 157 139);
    box-shadow: 0px 5px 0px 0px rgb(74 157 139);
}

.rmzn-gununSohbeti-2 .gununSohbeti-2{
    white-space: nowrap;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    padding: 16px;
}
.rmzn-gununSohbeti .gununSohbeti .gununSohbetKonusu{
	font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
	padding-left: 4px;
	text-overflow: ellipsis;
    overflow: hidden;
}

.rmzn-gununSohbeti-2 .gununSohbeti-2 .gununSohbetKonusu{
	font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
	padding-left: 4px;
	text-overflow: ellipsis;
    overflow: hidden;
}

.rmzn-haberler h2{
	padding: 8px 0;
}
.rmzn-haberler-box{
	display: grid;
    grid-template-columns: 3fr 4fr;
    height: 87px;
    overflow: hidden;
    align-items: start;
}
.rmzn-haberler img{
    border-radius: 4px;
    height: auto;
    object-fit: cover;
	max-height: 481px;
}

.rmzn-haberler .haber-icerik{
	font-size: 16px;
	color: #373636;
	font-weight: 600;
	width:100%;
	line-height: 1.35;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/**Ramazanın günü **/
.ramazaninGunu{
	position:relative;
	background-image: url("/s/images/ramazan/ramazaninGunuBg.png");
	background-position:top center;
	background-repeat:repeat;
	background-size: cover;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
}

.ramazaninGunu .ramazaninGunuBaslikBg{
	position: absolute;
    top: -25px;
    left: 20px;
    background-image: url("/s/images/ramazan/ramazaninGunuBaslikBg.png");
    background-repeat: no-repeat;
    width: 290px;
    height: 48px;
}
.ramazaninGunu .ramazaninGunuBaslikBg h2{
	position: absolute;
    top: 12px;
    left: 66px;
	font-size: 19px;
	color: #fdffc5;
	font-weight: 700;
}

.block-ramazaninGunu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
    padding: 40px 24px 32px;
} 

.block-ramazaninGunu-icerik .arrows.scroll-btn-left{
	position: absolute;
    left: 6px;
    top: 42%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	transform: rotate(135deg);
	visibility: hidden;
}
.block-ramazaninGunu-icerik .arrows.scroll-btn-right{
	position: absolute ;
	right: 5px;
    top: 42%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	transform: rotate(-45deg);
}



.block-ramazaninGunu .icerik1 { grid-area: 1 / 1 / 2 / 2; }
.block-ramazaninGunu .icerik2 { grid-area: 2 / 1 / 3 / 2; }
.block-ramazaninGunu .icerik3 { grid-area: 1 / 2 / 2 / 3; }
.block-ramazaninGunu .icerik4 { grid-area: 2 / 2 / 3 / 3; }
.block-ramazaninGunu .icerik5 { grid-area: 1 / 3 / 3 / 5; } 


.block-ramazaninGunu-icerik {
	position: relative;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.block-ramazaninGunu-icerik h3 {
	display: flex;
    align-items: center;
    text-align: left;
	font-size: 20px;
	color: #066a53;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.block-ramazaninGunu-icerik h3 img {
	padding-right: 8px;
}

.block-ramazaninGunu-icerik .icerik {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 1.4;
	color: #000000;
	font-weight: 400;
	overflow-x: overlay;
    max-height: 625px;
}
.block-ramazaninGunu-icerik .icerik img{
    width: auto;
	max-height: 625px;
}
.block-ramazaninGunu-bottom{
	font-size: 16px;
	line-height: 1.4;
	color: #373737;
	font-weight: 700;
	height: 45px;
}
/**Ramazanın günü bitti **/

/**Oruç Soruları**/
.orucSorulari{
	position:relative;
	background-color: #206556;
	background-image: url("/s/images/ramazan/orucSorulariBg.png");
	background-position:top center;
	background-repeat:repeat;
	background-size: cover;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
}

.orucSorulari .orucSorulariBaslikBg{
	position: absolute;
    top: -25px;
    left: 20px;
    background-image: url("/s/images/ramazan/orucSorulariBaslikBg.png");
    background-repeat: no-repeat;
    width: 290px;
    height: 48px;
}
.orucSorulari .orucSorulariBaslikBg h2{
	position: absolute;
    top: 12px;
    left: 66px;
	font-size: 19px;
	color: #fdffc5;
	font-weight: 700;
}
.block-orucSorulari{
	padding: 40px 32px 16px;
}
.block-orucSorulari input{
	border-radius: 4px;
	background-color: #ebebeb;
	border: 1px solid #000000;
	font-size: 16px;
	color: #757575;
	font-weight: 400;
	padding:8px 16px;
}
.block-orucSorulari ul{
	list-style: disc;
    padding: 16px 36px;
	max-height: 235px;
	overflow-y: scroll;
	-moz-transition: all 0.2s ease-out;
  -webkit-transition: all .2s ease-out;
}
.block-orucSorulari ul li:hover{
	cursor:pointer;
}

.sorununcevabi{
	border-radius: 4px;
	background-color: #ebebeb;
	border: 1px solid #c9c9c9;
	padding: 16px;
}
.sorununcevabi .baslik{
	border-radius: 4px;
	background-color: #0B6550;
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	padding:4px 8px;
	width: 103px;
    text-align: center;
}

.sorununcevabiText{
	max-height: 142px;
	font-size: 14px;
	line-height: 24px;
	color: #373737;
	font-weight: 600;
	overflow-y: scroll;
	padding-right: 8px;
}
/**Oruç Soruları bitti **/


/** Kuranı Kerim **/
.kuraniKerim{
	position:relative;
	background-image: url("/s/images/ramazan/kuraniKerimBg.png");
	background-position:top center;
	background-repeat:repeat;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
}

.kuraniKerim .kuraniKerimBaslikBg{
	position: absolute;
    top: -25px;
    left: 20px;
    background-image: url("/s/images/ramazan/kuraniKerimBaslikBg.png");
    background-repeat: no-repeat;
    width: 290px;
    height: 48px;
}
.kuraniKerim .kuraniKerimBaslikBg h2{
	position: absolute;
    top: 12px;
    left: 66px;
	font-size: 19px;
	color: #fdffc5;
	font-weight: 700;
}
.block-kuraniKerim{
	padding: 40px 32px;
}
.block-kuraniKerim h3 img {
    padding-right: 8px;
}
.block-kuraniKerim h3 {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 20px;
    color: #066a53;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

::placeholder {
	color: #000000;
	opacity: 1; /* Firefox */
  }

/** Kuranı Kerim Bitti **/

/**Günün Tarifi**/
.gununTarifi{
	position:relative;
	background-image: url("/s/images/ramazan/gununTarifiBg.png");
	background-position:top center;
	background-repeat:repeat;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
}

.gununTarifi .gununTarifiBaslikBg{
	position: absolute;
    top: -25px;
    left: 20px;
    background-image: url("/s/images/ramazan/gununTarifiBaslikBg.png");
    background-repeat: no-repeat;
    width: 290px;
    height: 48px;
}
.gununTarifi .gununTarifiBaslikBg h2{
	position: absolute;
    top: 12px;
    left: 66px;
	font-size: 19px;
	color: #fdffc5;
	font-weight: 700;
}
.block-gununTarifi{
	padding: 40px 32px 32px;
}
.block-gununTarifi h3{
	font-size: 20px;
	color: #066a53;
	font-weight: 700;
}
.yemekinfo {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}
.yemekinfo div{
	background: #e0e0e0;
    padding: 4px 8px;
}

.yemekinfo span{
	font-size: 14px;
	color: #000000;
	font-weight: 500;
}

.block-gununTarifi ul {
	min-width: 200px;
    list-style: disc;
    padding: 16px;
    max-height: 235px;
    overflow-y: scroll;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.block-gununTarifi ul li{
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	font-weight: 400;
}




.yemektarifi{
	padding:16px;
    border-radius: 4px;
    background-color: #ebebeb;
    border: 1px solid #c9c9c9;
    font-size: 16px;
    line-height: 1.3;
    color: #373737;
    font-weight: 600;
    max-height: 265px;
    overflow-y: scroll;
}
/**Günün Tarifi bitti **/



/**Ramazan da çocuk**/
.ramazandaCocuk{
	position:relative;
	background-color:#f6f6f6;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
}

.ramazandaCocuk .ramazandaCocukBaslikBg{
	position: absolute;
    top: -25px;
    left: 20px;
    background-image: url("/s/images/ramazan/ramazandaCocukBaslikBg.png");
    background-repeat: no-repeat;
    width: 294px;
    height: 48px;
}
.ramazandaCocuk .ramazandaCocukBaslikBg h2{
	position: absolute;
    top: 12px;
    left: 66px;
	font-size: 19px;
	color: #fdffc5;
	font-weight: 700;
}
.block-ramazandaCocuk{
	padding: 40px 32px 32px;
}
.block-ramazandaCocuk .cocukDergileri{
	overflow-x: overlay;
    max-height: 296px;
}


/**Ramazan da çocuk bitti **/


/**Kuranı Kerim Öğren - Ramazan Playlis**/
.block-kuraniKerimOgreniyorum{
	position:relative;
	background-color:#f6f6f6;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
	width:100%;
}

.kuraniKerimOgreniyorumBaslikBg{

    background-image: url("/s/images/ramazan/kuraniKerimOgreniyorumBg.jpg");
    background-repeat: repeat-x;
    width: 100%;
    height: 154px;
}
.kuraniKerimOgreniyorum-video{
		width: 100%;
	}
	.kuraniKerimOgreniyorum-video video{
		width: 100%;
		height: auto;
		padding: 15px;
	}
/***/

.block-playlist{
	position:relative;
	background-image: url("/s/images/ramazan/ramazanPlaylistBg.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	background-size: cover;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
	padding: 16px;
	overflow: hidden;
	width:100%;
}

.block-playlist h2{	
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
}
.block-playlist .arrow{	
	top: -30px;
    position: relative;
}
.block-playlist h2 img{
	margin-right:8px;
}
.playlistCerceve{
	border-radius:50%;
	background-color:#252525;
	border: 2px solid #ffffff;
	width:74px;
	height:74px;
	margin: 0 auto;
}
.block-playlist h2 span{
	font-size: 24px;
	color: #ffffff;
	font-weight: 400;
}
.block-playlist .playlistItem{	
    font-size: 16px;
	line-height: 1.3;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	max-width: 90px;
    overflow: hidden;
	flex-shrink:0;
	cursor:pointer;
}
.block-playlist .playlists{	
    max-width: 100%;
    overflow: hidden;
}


.playlistListe{
	background-color: #00000033;
    padding: 16px;
    margin: 0 30px;
    max-height: 540px;
    overflow-y: overlay;
    overflow-x: hidden;
	border-radius: 4px;
}
.playlistListe ul{
	list-style:disc;
	padding-left: 24px;
}
.playlistListe ul li{
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	font-weight: 300;
	cursor: pointer;
}
.playlistListe ul li:hover{
	font-size: 20px;
	line-height: 36px;
	color: #fdffc5;
	font-weight: 300;
}

.calmaDurumu{
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	font-weight: 300;
}
.calanMuzik{
	font-size: 24px;
	line-height: 1.4;
	color: #fdffc5;
	font-weight: 500;
	text-align: center;
}
.audiocontrols{
	padding: 27px;
}


/**Kuranı Kerim Öğren - Ramazan Playlis bitti **/


/**** İMSAK Takvimi ***/
.imsakiye{
	position:relative;
	background-color:#f6f6f6;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
}

.imsakiye .imsakiyeBaslikBg{
	position: absolute;
    top: -25px;
    left: 20px;
    background-image: url("/s/images/ramazan/imsakiyeBaslikBg.png");
    background-repeat: no-repeat;
    width: 290px;
    height: 48px;
}
.imsakiye .imsakiyeBaslikBg h2{
	position: absolute;
    top: 12px;
    left: 66px;
	font-size: 19px;
	color: #fdffc5;
	font-weight: 700;
}
.block-imsakiye{
	padding: 16px 5px;
	background-color:#f6f6f6;
	position:relative;
}

.block-imsakiye table {
	margin: 0 auto;
	border-collapse: collapse;
	width: 100%;
	overflow: auto;
    overflow-x: auto;
    white-space: nowrap;
}
.block-imsakiye th, .block-imsakiye td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	text-align:center;
}
.block-imsakiye td {
	font-size: 18px;
	color: #000000;
	font-weight: 500;
}
.block-imsakiye td:nth-child(3),.block-imsakiye td:nth-child(7)  {
	font-weight: 700;
}
.block-imsakiye th {
	font-size: 20px;
	color: #064133;
	font-weight: 500;
	background-color: #f6f6f6;
}
.block-imsakiye th:nth-child(3),.block-imsakiye th:nth-child(7)  {
	font-weight: 700;
}
.block-imsakiye th:nth-child(2),.block-imsakiye td:nth-child(2){
	text-align:left;
}

.block-imsakiye tr {
	background-color:#e8e8e8;
	border-bottom: 3px solid #f6f6f6;
}
.block-imsakiye tr:nth-child(2n) {
	background-color:#f0f0f0;	   
}

.imsakiye .arrows.scroll-btn-left{
	position: absolute;
    left: 8px !important;
    top: 50% !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	transform: rotate(135deg);
}
.imsakiye .arrows.scroll-btn-right{
	position: absolute ;
	right: 8px;
    top: 50%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	transform: rotate(-45deg);
}
.imsakiye .arrows.scroll-btn-left{
	display:none;
}
.imsakiye .arrows.scroll-btn-right{
	display:none;
}
/**** İMSAK Takvimi Bitti***/


/**** Merak Edilenler ***/

.merakEdilenler {
	position: relative;
    background-color: #f6f6f6;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
	border-radius: 4px;
	background-color: #f6f6f6;  
	padding: 32px;
}
.merakEdilenler h2{
	font-size: 20px;
	color: #066a53;
	font-weight: 700;
}

.merakEdilenler ul  {
	list-style:disc;
	padding-left: 30px;
}
.merakEdilenler ul li a{
	font-size: 16px;
	line-height: 1.4;
	color: #101010;
	font-weight: 400;
	
}
.rmzn-haberler-boxes .line-x:last-of-type {display: none;}

/**** Merak Edilenler Bitti***/


/**** head menu***/
.headmenu{
    min-height: 62px;
    background-color: #fff;
    background-position: top center;
    padding: 16px;
	position: relative;
	-webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
}
.hmenu{
	height:20px;
}
.hmenu a{
	white-space:nowrap;
	color:black;
	opacity:.95;
	font-size: 15px;
}
.hmenu a:hover{
	opacity:1
}
/**** head menu Bitti***/


/**** Footer***/
.footer{
    min-height: 128px;
    background-color: #206556;
    background-position: top center;
    padding: 16px;
}
.footer a{
	white-space:nowrap;
	color:white;
	opacity:.95;
	font-size: 15px;
}
.footer a:hover{
	opacity:1
}

/**** Footer Bitti***/

.navm{display:none;}

@media only screen and (max-width: 1024px)  {
	.headmenu{
		display:none;
		
	}
	
	
	/*nav Menu*/
	

	#toggle-menu div {
		width: 26px;
		height: 24px;
		position: relative;
		cursor: pointer;
	}

	#toggle-menu span {
		display: block;
		width: 26px;
		height: 3px;
		background: #fff;
		position: absolute;
		-webkit-transition: 
		-webkit-transform 0.3s ease-in-out, 
		top 0.25s ease-in-out 0.3s, 
		opacity 0.25s ease-in-out 0.3s;
		-moz-transition: 
		-moz-transform 0.3s ease-in-out, 
		top 0.25s ease-in-out 0.3s, 
		opacity 0.25s ease-in-out 0.3s;
		transition: 
		transform 0.3s ease-in-out, 
		top 0.25s ease-in-out 0.3s, 
		opacity 0.25s ease-in-out 0.3s;
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		transform-origin: center;
	}

	#toggle-menu span.top {
		top: 0px;
	}
	#toggle-menu span.middle {
		top: 8px;
	}
	#toggle-menu span.bottom {
		top: 16px;
	}

	#toggle-menu.menu-is-active span {
	  -webkit-transition: 
		-webkit-transform 0.3s ease-in-out 0.3s, 
		top 0.25s ease-in-out, 
		opacity 0.25s ease-in-out;
	  -moz-transition: 
		-moz-transform 0.3s ease-in-out 0.3s, 
		top 0.25s ease-in-out, 
		opacity 0.25s ease-in-out;
	  transition: 
		transform 0.3s ease-in-out 0.3s, 
		top 0.25s ease-in-out, 
		opacity 0.25s ease-in-out;
	}

	#toggle-menu.menu-is-active span.top, #toggle-menu.menu-is-active span.middle {
		top: 15px;
		-webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	#toggle-menu.menu-is-active span.middle {
	  opacity: 0;
	}

	#toggle-menu.menu-is-active span.bottom {
		top: 15px;
		-webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	
	.menu-is-active ~ .navm{
		display: flex;
		position: absolute;
		background: white;
		top: 65px;
		z-index: 11;
		padding:20px 26px 26px;
	}
	
	.navm a{
		color: black;
	}

	/*nav Menu Bitti*/
	
	
}



@media only screen and (max-width: 922px)  {
	.content
	{
		margin-top: 0px;
	}
	.arrows {
		border-width: 0 3px 3px 0;
		padding: 12px;
	}
	.tg-logo img{
		max-width: 140px;
	}
	.block-ramazaninGunu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		gap:24px;
	}
	.block-ramazaninGunu .icerik1 { grid-area: 1 / 1 / 2 / 2; }
	.block-ramazaninGunu .icerik2 { grid-area: 2 / 1 / 3 / 2; }
	.block-ramazaninGunu .icerik3 { grid-area: 1 / 2 / 2 / 3; }
	.block-ramazaninGunu .icerik4 { grid-area: 2 / 2 / 3 / 3; }
	.block-ramazaninGunu .icerik5 { grid-area: 3 / 1 / 5 / 3; }


	.block-ramazaninGunu .box2 {
		height: 100%;
		padding: 16px;
		border: 0;
	}
	.block-ramazaninGunu .box2:nth-child(3)
	,.block-ramazaninGunu .box2:nth-child(4)	{
		border-bottom: 0;
	}
	
	.block-kuraniKerim {
		gap: 48px;
	}
	.block-playlist{
		overflow:visible;
	}
	.rmzn-haberler-box,.rmzn-haberler img{
		height: auto;
		width: 100%;
	}
	
	[tw100]{max-width:100%;}
	
	
	/* FLEX MOBIL */
	[ft]{display:flex;}
	/* Three values: flex-grow | flex-shrink | flex-basis */

	/* flex-direction: row | row-reverse | column | column-reverse */
	[ft*="y"], [ft^="y"]	 {flex-direction:column;}
	[ft*="rr"], [ft^="rr"] {flex-direction:row-reverse;}
	[ft*="ry"], [ft^="ry"] {flex-direction:column-reverse;}

	/* Süper ortala */
	[ft*="cc"], [ft^="cc"] {align-items:center;justify-content:center;}

	/* flex-wrap: nowrap | wrap | wrap-reverse; */
	[ft*="w"], [ft^="w"]	 {flex-wrap: wrap;}
	[ft*="nw"], [ft^="nw"] {flex-wrap: nowrap;}
	[ft*="rw"], [ft^="rw"] {flex-wrap: wrap-reverse;}

	/* justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe; */
	[ft*="js"], [ft^="js"] {justify-content:flex-start;}
	[ft*="jn"], [ft^="jn"] {justify-content:flex-end;}
	[ft*="jc"], [ft^="jc"] {justify-content:center;}
	[ft*="jb"], [ft^="jb"] {justify-content:space-between;}
	[ft*="ja"], [ft^="ja"] {justify-content:space-around;}
	[ft*="jv"], [ft^="jv"] {justify-content:space-evenly;}

	/* align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe; */
	[ft*="is"], [ft^="is"] {align-items: flex-start;}
	[ft*="ie"], [ft^="ie"] {align-items: flex-end;}
	[ft*="ic"], [ft^="ic"] {align-items: center;}
	[ft*="ih"], [ft^="ih"] {align-items: stretch;}
	[ft*="ib"], [ft^="ib"] {align-items: baseline;}

	/*   align-content: flex-start | flex-end | center | space-between | space-around | space-evenly | stretch | start | end | baseline | first baseline | last baseline + ... safe | unsafe */
	[ft*="cs"], [ft^="cs"] {align-content: flex-start;}
	[ft*="ce"], [ft^="ce"] {align-content: flex-end;}
	[ft*="co"], [ft^="co"] {align-content: center;}
	[ft*="cb"], [ft^="cb"] {align-content: space-between;}
	[ft*="ca"], [ft^="ca"] {align-content: space-around;}
	[ft*="cv"], [ft^="cv"] {align-content: space-evenly;}
	[ft*="ch"], [ft^="ch"] {align-content: stretch;}

	/*	align-self: auto | flex-start | flex-end | center | baseline | stretch */
	[ft*="ao"], [ft^="ao"] {align-self: auto;}
	[ft*="as"], [ft^="as"] {align-self: flex-start;}
	[ft*="ae"], [ft^="ae"] {align-self: flex-end;}
	[ft*="ac"], [ft^="ac"] {align-self: center;}
	[ft*="ab"], [ft^="ab"] {align-self: baseline;}
	[ft*="ah"], [ft^="ah"] {align-self: stretch;}
	
	/* FLEX MOBIL BITTI */
}

@media only screen and (max-width: 600px)  {
	/**** İMSAK Takvimi***/
	.imsakiye .arrows.scroll-btn-left{
		display: block;
		position: absolute;
		left: 8px !important;
		top: 50% !important;
		bottom: auto !important;
		right: auto !important;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transform: rotate(135deg);
	}
	.imsakiye .arrows.scroll-btn-right{
		display: block;
		position: absolute ;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transform: rotate(-45deg);
	}
	/**** İMSAK Takvimi Bitti***/
	#toggle-menu{	
		position: absolute;
		top: 16px;
	}
	.tg-logo{order:-1;}
	.rmzn .box2 {
		align-items: flex-start;
	}
	.block-ramazaninGunu {
		display: flex;
		flex-direction: column;
	}
	
	.block-ramazaninGunu .icerik1 { grid-area: 1 / 1 / 2 / 2; }
	.block-ramazaninGunu .icerik2 { grid-area: 2 / 1 / 3 / 2; }
	.block-ramazaninGunu .icerik3 { grid-area: 3 / 1 / 4 / 2; }
	.block-ramazaninGunu .icerik4 { grid-area: 4 / 1 / 5 / 2; }
	.block-ramazaninGunu .icerik5 { grid-area: 5 / 1 / 6 / 2; }
	.block-ramazaninGunu .box2 {
		border: 0
	}
	.box2.icerik5 .block-ramazaninGunu-icerik{
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}
	
	
	.box2.icerik5  .block-ramazaninGunu-icerik .icerik{
		overflow-x: auto;
	}
	
	.box2.icerik5  .block-ramazaninGunu-icerik .icerik img{
		height: 400px;
	}
	.select-items {
		max-height: 154px;
	}
	.block-imsakiye table {
		display: flex;
	}
	[mw100]{max-width:100%;}
	
	
	/* FLEX MOBIL */
	[fm]{display:flex;}
	/* Three values: flex-grow | flex-shrink | flex-basis */

	/* flex-direction: row | row-reverse | column | column-reverse */
	[fm*="y"], [fm^="y"]	 {flex-direction:column;}
	[fm*="rr"], [fm^="rr"] {flex-direction:row-reverse;}
	[fm*="ry"], [fm^="ry"] {flex-direction:column-reverse;}

	/* Süper ortala */
	[fm*="cc"], [fm^="cc"] {align-items:center;justify-content:center;}

	/* flex-wrap: nowrap | wrap | wrap-reverse; */
	[fm*="w"], [fm^="w"]	 {flex-wrap: wrap;}
	[fm*="nw"], [fm^="nw"] {flex-wrap: nowrap;}
	[fm*="rw"], [fm^="rw"] {flex-wrap: wrap-reverse;}

	/* justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe; */
	[fm*="js"], [fm^="js"] {justify-content:flex-start;}
	[fm*="jn"], [fm^="jn"] {justify-content:flex-end;}
	[fm*="jc"], [fm^="jc"] {justify-content:center;}
	[fm*="jb"], [fm^="jb"] {justify-content:space-between;}
	[fm*="ja"], [fm^="ja"] {justify-content:space-around;}
	[fm*="jv"], [fm^="jv"] {justify-content:space-evenly;}

	/* align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe; */
	[fm*="is"], [fm^="is"] {align-items: flex-start;}
	[fm*="ie"], [fm^="ie"] {align-items: flex-end;}
	[fm*="ic"], [fm^="ic"] {align-items: center;}
	[fm*="ih"], [fm^="ih"] {align-items: stretch;}
	[fm*="ib"], [fm^="ib"] {align-items: baseline;}

	/*   align-content: flex-start | flex-end | center | space-between | space-around | space-evenly | stretch | start | end | baseline | first baseline | last baseline + ... safe | unsafe */
	[fm*="cs"], [fm^="cs"] {align-content: flex-start;}
	[fm*="ce"], [fm^="ce"] {align-content: flex-end;}
	[fm*="co"], [fm^="co"] {align-content: center;}
	[fm*="cb"], [fm^="cb"] {align-content: space-between;}
	[fm*="ca"], [fm^="ca"] {align-content: space-around;}
	[fm*="cv"], [fm^="cv"] {align-content: space-evenly;}
	[fm*="ch"], [fm^="ch"] {align-content: stretch;}

	/*	align-self: auto | flex-start | flex-end | center | baseline | stretch */
	[fm*="ao"], [fm^="ao"] {align-self: auto;}
	[fm*="as"], [fm^="as"] {align-self: flex-start;}
	[fm*="ae"], [fm^="ae"] {align-self: flex-end;}
	[fm*="ac"], [fm^="ac"] {align-self: center;}
	[fm*="ab"], [fm^="ab"] {align-self: baseline;}
	[fm*="ah"], [fm^="ah"] {align-self: stretch;}
	
	/* FLEX MOBIL BITTI */
}

.takvimyapraklari {
	position: relative;
}
.takvimyapraklari .rightgra {
		width: 40px;
		height: 100%;
		position: absolute;
		right: 0;
		background: linear-gradient(90deg, rgba(180, 255, 0, 0) 0%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255) 100%);
}


.news-list__heading {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 27px;
	color: #605F5F;
	margin-bottom: 20px;
  }
  .news-list__label {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 116%;
	color: #3F3B3B;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0px;
  }
  .news-list__label_sm {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	color: #3F3B3B;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
  }
  .news-list__intro {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
  }
  .news-list__date {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #C4C4C4;
	margin-bottom: 5px 0;
  }
  .news-list__image {
	width: 100%;
	border-radius: 4px;
	object-fit: cover;
  }
  .news-list__image--left {
	width: 100%;
  }
  @media screen and (min-width: 992px) {
	.news-list__image--left {
	  width: 100%;
	  min-width: 360px;
	  max-width: 360px;
	  height: unset;
	}
  }
  .news-list__item {
	display: inline-flex;
	margin-bottom: 10px;
	background-color: #fff;
  }
  .news-list__play-icon {
	color: #EB0015;
	font-size: 10px;
  }
  .news-list__image-wrapper {
	position: relative;
  }
  @media screen and (max-width: 991px) {
	.news-list__image-wrapper {
	  margin-bottom: 15px;
	}
	.news-list__item {
		display: block;
	  }
  }
  .news-list__play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -26px;
	margin-top: -26px;
	font-size: 52px;
	opacity: 0.4;
  }
  .news-list__play--small {
	margin-left: -15px;
	margin-top: -15px;
	font-size: 30px;
  }
  .news-list__play--small .icon-play-o .path1:before {
	color: #000000;
  }
  .news-list__item--dark {
	background-color: #000000;
  }
  .news-list__item--dark .sidebar-news__date {
	color: #605F5F;
  }
  .news-list__item--dark .sidebar-news__label {
	color: #ffffff;
  }
  .news_transporter{
    display: flex;
    gap: 8px;
    flex-direction: column;
	margin: 10px 15px;
}  


.ramazanhaberleri ul li a{
	font-size: 16px;
	line-height: 1.4;
	color: #101010;
	font-weight: 400;
	
}

.ramazanhaberleri {
	position: relative;
    background-color: #f6f6f6;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.2);
	border-radius: 4px;
	background-color: #f6f6f6;  
	padding: 32px;
}
.ramazanhaberleri h2{
	font-size: 20px;
	color: #212f40;
	font-weight: 700;
}

.ad-placement-area,
.box-cls,
.masthead-cls {
	position: relative;
	display: flex
}
.ad-placement-area {
	align-items: center;
	justify-content: center;
	height: auto !important;
	margin: 10px auto
}
.ad-placement-area:after {
	content: "Reklam";
	color: #ddd;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -9999999
}
.masthead-cls {
	align-items: center;
	justify-content: center;
	min-height: 250px;
	min-width: 970px;
	margin: 20px auto
}
@media(max-width:991.98px) {
	.masthead-cls {
		min-height: 120px;
		min-width: 100%
	}
}
.box-cls {
	align-items: center;
	justify-content: center;
	min-height: 280px;
	min-width: 300px;
	margin: auto auto 20px
}
.box-cls.in-content {
	margin: auto auto 10px
}


@media only screen and (max-width: 1024px) {
	.headmenu {
		display: none;
	}


	/*nav Menu*/


	#toggle-menu div {
		width: 26px;
		height: 24px;
		position: relative;
		cursor: pointer;
	}

	#toggle-menu span {
		display: block;
		width: 26px;
		height: 3px;
		background: #fff;
		position: absolute;
		-webkit-transition: -webkit-transform 0.3s ease-in-out, top 0.25s ease-in-out 0.3s, opacity 0.25s ease-in-out 0.3s;
		-moz-transition: -moz-transform 0.3s ease-in-out, top 0.25s ease-in-out 0.3s, opacity 0.25s ease-in-out 0.3s;
		transition: transform 0.3s ease-in-out, top 0.25s ease-in-out 0.3s, opacity 0.25s ease-in-out 0.3s;
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		transform-origin: center;
	}

		#toggle-menu span.top {
			top: 0px;
		}

		#toggle-menu span.middle {
			top: 8px;
		}

		#toggle-menu span.bottom {
			top: 16px;
		}

	#toggle-menu.menu-is-active span {
		-webkit-transition: -webkit-transform 0.3s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
		-moz-transition: -moz-transform 0.3s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
		transition: transform 0.3s ease-in-out 0.3s, top 0.25s ease-in-out, opacity 0.25s ease-in-out;
	}

		#toggle-menu.menu-is-active span.top, #toggle-menu.menu-is-active span.middle {
			top: 15px;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		#toggle-menu.menu-is-active span.middle {
			opacity: 0;
		}

		#toggle-menu.menu-is-active span.bottom {
			top: 15px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

	.menu-is-active ~ .navm {
		display: flex;
		position: absolute;
		background: white;
		top: 65px;
		z-index: 11;
		padding: 20px 26px 26px;
	}

	.navm a {
		color: black;
	}

	/*nav Menu Bitti*/


}



@media only screen and (max-width: 922px) {
	.content {
		margin-top: 0px;
	}

	.arrows {
		border-width: 0 3px 3px 0;
		padding: 12px;
	}

	.tg-logo img {
		max-width: 140px;
	}

	.block-ramazaninGunu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		gap: 24px;
	}

		.block-ramazaninGunu .icerik1 {
			grid-area: 1 / 1 / 2 / 2;
		}

		.block-ramazaninGunu .icerik2 {
			grid-area: 2 / 1 / 3 / 2;
		}

		.block-ramazaninGunu .icerik3 {
			grid-area: 1 / 2 / 2 / 3;
		}

		.block-ramazaninGunu .icerik4 {
			grid-area: 2 / 2 / 3 / 3;
		}

		.block-ramazaninGunu .icerik5 {
			grid-area: 3 / 1 / 5 / 3;
		}


		.block-ramazaninGunu .box2 {
			height: 100%;
			padding: 16px;
			border: 0;
		}

			.block-ramazaninGunu .box2:nth-child(3), .block-ramazaninGunu .box2:nth-child(4) {
				border-bottom: 0;
			}

	.block-kuraniKerim {
		gap: 48px;
	}

	.block-playlist {
		overflow: visible;
	}

	.rmzn-haberler-box, .rmzn-haberler img {
		height: auto;
		width: 100%;
	}

	[tw100] {
		max-width: 100%;
	}


	/* FLEX MOBIL */
	[ft] {
		display: flex;
	}
	/* Three values: flex-grow | flex-shrink | flex-basis */

	/* flex-direction: row | row-reverse | column | column-reverse */
	[ft*="y"], [ft^="y"] {
		flex-direction: column;
	}

	[ft*="rr"], [ft^="rr"] {
		flex-direction: row-reverse;
	}

	[ft*="ry"], [ft^="ry"] {
		flex-direction: column-reverse;
	}

	/* SÃ¼per ortala */
	[ft*="cc"], [ft^="cc"] {
		align-items: center;
		justify-content: center;
	}

	/* flex-wrap: nowrap | wrap | wrap-reverse; */
	[ft*="w"], [ft^="w"] {
		flex-wrap: wrap;
	}

	[ft*="nw"], [ft^="nw"] {
		flex-wrap: nowrap;
	}

	[ft*="rw"], [ft^="rw"] {
		flex-wrap: wrap-reverse;
	}

	/* justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe; */
	[ft*="js"], [ft^="js"] {
		justify-content: flex-start;
	}

	[ft*="jn"], [ft^="jn"] {
		justify-content: flex-end;
	}

	[ft*="jc"], [ft^="jc"] {
		justify-content: center;
	}

	[ft*="jb"], [ft^="jb"] {
		justify-content: space-between;
	}

	[ft*="ja"], [ft^="ja"] {
		justify-content: space-around;
	}

	[ft*="jv"], [ft^="jv"] {
		justify-content: space-evenly;
	}

	/* align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe; */
	[ft*="is"], [ft^="is"] {
		align-items: flex-start;
	}

	[ft*="ie"], [ft^="ie"] {
		align-items: flex-end;
	}

	[ft*="ic"], [ft^="ic"] {
		align-items: center;
	}

	[ft*="ih"], [ft^="ih"] {
		align-items: stretch;
	}

	[ft*="ib"], [ft^="ib"] {
		align-items: baseline;
	}

	/*   align-content: flex-start | flex-end | center | space-between | space-around | space-evenly | stretch | start | end | baseline | first baseline | last baseline + ... safe | unsafe */
	[ft*="cs"], [ft^="cs"] {
		align-content: flex-start;
	}

	[ft*="ce"], [ft^="ce"] {
		align-content: flex-end;
	}

	[ft*="co"], [ft^="co"] {
		align-content: center;
	}

	[ft*="cb"], [ft^="cb"] {
		align-content: space-between;
	}

	[ft*="ca"], [ft^="ca"] {
		align-content: space-around;
	}

	[ft*="cv"], [ft^="cv"] {
		align-content: space-evenly;
	}

	[ft*="ch"], [ft^="ch"] {
		align-content: stretch;
	}

	/*	align-self: auto | flex-start | flex-end | center | baseline | stretch */
	[ft*="ao"], [ft^="ao"] {
		align-self: auto;
	}

	[ft*="as"], [ft^="as"] {
		align-self: flex-start;
	}

	[ft*="ae"], [ft^="ae"] {
		align-self: flex-end;
	}

	[ft*="ac"], [ft^="ac"] {
		align-self: center;
	}

	[ft*="ab"], [ft^="ab"] {
		align-self: baseline;
	}

	[ft*="ah"], [ft^="ah"] {
		align-self: stretch;
	}

	/* FLEX MOBIL BITTI */
}

@media only screen and (max-width: 600px) {
	/**** Ä°MSAK Takvimi***/
	.imsakiye .arrows.scroll-btn-left {
		display: block;
		position: absolute;
		left: 8px !important;
		top: 50% !important;
		bottom: auto !important;
		right: auto !important;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transform: rotate(135deg);
	}

	.imsakiye .arrows.scroll-btn-right {
		display: block;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		transform: rotate(-45deg);
	}
	/**** Ä°MSAK Takvimi Bitti***/
	#toggle-menu {
		position: absolute;
		top: 16px;
	}

	.tg-logo {
		order: -1;
	}

	.rmzn .box2 {
		align-items: flex-start;
	}

	.block-ramazaninGunu {
		display: flex;
		flex-direction: column;
	}

		.block-ramazaninGunu .icerik1 {
			grid-area: 1 / 1 / 2 / 2;
		}

		.block-ramazaninGunu .icerik2 {
			grid-area: 2 / 1 / 3 / 2;
		}

		.block-ramazaninGunu .icerik3 {
			grid-area: 3 / 1 / 4 / 2;
		}

		.block-ramazaninGunu .icerik4 {
			grid-area: 4 / 1 / 5 / 2;
		}

		.block-ramazaninGunu .icerik5 {
			grid-area: 5 / 1 / 6 / 2;
		}

		.block-ramazaninGunu .box2 {
			border: 0
		}

	.box2.icerik5 .block-ramazaninGunu-icerik {
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
	}


		.box2.icerik5 .block-ramazaninGunu-icerik .icerik {
			overflow-x: auto;
		}

			.box2.icerik5 .block-ramazaninGunu-icerik .icerik img {
				height: 400px;
			}

	.select-items {
		max-height: 154px;
	}

	.block-imsakiye table {
		display: flex;
	}

	[mw100] {
		max-width: 100%;
	}


	/* FLEX MOBIL */
	[fm] {
		display: flex;
	}
	/* Three values: flex-grow | flex-shrink | flex-basis */

	/* flex-direction: row | row-reverse | column | column-reverse */
	[fm*="y"], [fm^="y"] {
		flex-direction: column;
	}

	[fm*="rr"], [fm^="rr"] {
		flex-direction: row-reverse;
	}

	[fm*="ry"], [fm^="ry"] {
		flex-direction: column-reverse;
	}

	/* SÃ¼per ortala */
	[fm*="cc"], [fm^="cc"] {
		align-items: center;
		justify-content: center;
	}

	/* flex-wrap: nowrap | wrap | wrap-reverse; */
	[fm*="w"], [fm^="w"] {
		flex-wrap: wrap;
	}

	[fm*="nw"], [fm^="nw"] {
		flex-wrap: nowrap;
	}

	[fm*="rw"], [fm^="rw"] {
		flex-wrap: wrap-reverse;
	}

	/* justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe; */
	[fm*="js"], [fm^="js"] {
		justify-content: flex-start;
	}

	[fm*="jn"], [fm^="jn"] {
		justify-content: flex-end;
	}

	[fm*="jc"], [fm^="jc"] {
		justify-content: center;
	}

	[fm*="jb"], [fm^="jb"] {
		justify-content: space-between;
	}

	[fm*="ja"], [fm^="ja"] {
		justify-content: space-around;
	}

	[fm*="jv"], [fm^="jv"] {
		justify-content: space-evenly;
	}

	/* align-items: stretch | flex-start | flex-end | center | baseline | first baseline | last baseline | start | end | self-start | self-end + ... safe | unsafe; */
	[fm*="is"], [fm^="is"] {
		align-items: flex-start;
	}

	[fm*="ie"], [fm^="ie"] {
		align-items: flex-end;
	}

	[fm*="ic"], [fm^="ic"] {
		align-items: center;
	}

	[fm*="ih"], [fm^="ih"] {
		align-items: stretch;
	}

	[fm*="ib"], [fm^="ib"] {
		align-items: baseline;
	}

	/*   align-content: flex-start | flex-end | center | space-between | space-around | space-evenly | stretch | start | end | baseline | first baseline | last baseline + ... safe | unsafe */
	[fm*="cs"], [fm^="cs"] {
		align-content: flex-start;
	}

	[fm*="ce"], [fm^="ce"] {
		align-content: flex-end;
	}

	[fm*="co"], [fm^="co"] {
		align-content: center;
	}

	[fm*="cb"], [fm^="cb"] {
		align-content: space-between;
	}

	[fm*="ca"], [fm^="ca"] {
		align-content: space-around;
	}

	[fm*="cv"], [fm^="cv"] {
		align-content: space-evenly;
	}

	[fm*="ch"], [fm^="ch"] {
		align-content: stretch;
	}

	/*	align-self: auto | flex-start | flex-end | center | baseline | stretch */
	[fm*="ao"], [fm^="ao"] {
		align-self: auto;
	}

	[fm*="as"], [fm^="as"] {
		align-self: flex-start;
	}

	[fm*="ae"], [fm^="ae"] {
		align-self: flex-end;
	}

	[fm*="ac"], [fm^="ac"] {
		align-self: center;
	}

	[fm*="ab"], [fm^="ab"] {
		align-self: baseline;
	}

	[fm*="ah"], [fm^="ah"] {
		align-self: stretch;
	}

	/* FLEX MOBIL BITTI */
}
