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

.header{
	min-height:142px;
	background-color: #212f40;
	background-image: url("/s/img/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: 106px;
    width: 100%;
}

.gunlukKalanSure{
	position:relative;
    border: 1px solid #097581;
    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: #097581;
	opacity:.6;
	margin: 3px;
}
.ayTamamlananSure{
	min-width:190px;
	height: 61px;
    border: 3px solid #097581;
	background-color: #09758163;
    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:#097581;
}
.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: #097581;
    color: white;
    font-size: 16px;
    cursor: pointer;
    padding: 8px;
	border: 1px solid #097581;
	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);
	padding: 0 0 16px 0;
	gap:16px;
}
.rmzn-takvim{
	position:relative;
	min-width:278px;
	color: white;
    padding:  32px 16px 16px;
	background-color: #097581;
	background-image: url("/s/img/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:30px;
	line-height:1;
	text-align:center;
	margin: 0;
}
.rmzn .box1{
	border-radius:4px;
}
.rmzn .box2{
	border-right: 1px solid #ADADAD;
    height: 100%;
    padding-right: 15px;
    gap: 20px;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.rmzn .box2:last-of-type {
    border-right: 0;
    height: 100%;
    padding-right: 15px;
}

.rmzn .bg-white{
	background:white;
}

.rmzn .bg-bordo{
	background:#097581;
}

.rmzn-takvim .bg-bordo{
	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: #097581;
}
.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 #097581;
    -moz-box-shadow: 0px 5px 0px 0px #097581;
    box-shadow: 0px 5px 0px 0px #097581;
}

.rmzn-gununSohbeti .gununSohbeti{
    white-space: nowrap;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.3;
    padding: 0 16px;
}
.rmzn-gununSohbeti .gununSohbeti .gununSohbetKonusu{
	font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
	text-overflow: ellipsis;
    overflow: hidden;
}
.rmzn-haberler h3{
	font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
	text-overflow: ellipsis;
    overflow: hidden;
	padding: 0 16px ;
}
.rmzn-haberler p{
	padding: 0 16px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.4;
	
}
.rmzn-haberler-box{
	display: grid;
    grid-template-columns: 3fr 4fr;
    height: 87px;
    overflow: hidden;
    align-items: start;
}
.rmzn-haberler img{
	width: 100%;
    border-radius: 4px;
    height: 87px;
    object-fit: cover;
}

.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-color: #fdfdfd;
	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:1px solid #dadada;
}

.ramazaninGunu .ramazaninGunuBaslikBg{
	position: absolute;
    top: -25px;
    left: 20px;
    background-repeat: no-repeat;
    width: 290px;
    height: 48px;
    background-color: #097581;
    border-radius: 40px;
    display: flex;
    align-items: center;
	padding: 0 16px;
}
.ramazaninGunu .ramazaninGunuBaslikBg h2{
    position: absolute;
    left: 66px;
    font-size: 19px;
    color: #fdffc5;
    font-weight: 400;
}

.block-ramazaninGunu{
	display: grid;
    grid-template-columns: 4fr 4fr 4fr 3fr;
	padding: 40px 16px 16px;
}
.block-ramazaninGunu-icerik {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.rmzn .box2 {
    border-right: 1px solid #ADADAD;
    height: 100%;
    padding: 0px 16px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block-ramazaninGunu-icerik h3 {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 20px;
    color: #212F40;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.block-ramazaninGunu-icerik h3 img {
	padding-right: 8px;
	filter: invert(13%) sepia(4%) saturate(6280%) hue-rotate(174deg) brightness(102%) contrast(87%);
}

.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: #373737;
	font-weight: 400;
}
.block-ramazaninGunu-bottom{
    line-height: 1.4;
    height: 45px;
    font-size: 16px;
    color: #373737;
    font-weight: 100;
    font-style: italic;
}
/**Ramazanın günü bitti **/

/**Oruç Soruları**/
.orucSorulari{
	position:relative;
	background-color: #097581;
	background-image: url("/s/img/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-repeat: no-repeat;
    width: 290px;
    height: 48px;
    background-color: #097581;
    border-radius: 40px;
    display: flex;
    align-items: center;
	padding: 0 16px;
}
.orucSorulari .orucSorulariBaslikBg h2{
    position: absolute;
    
    left: 66px;
    font-size: 19px;
    color: #fdffc5;
    font-weight: 400;
}
.block-orucSorulari{
	padding: 40px 32px 16px;
}
.block-orucSorulari input{
	border-radius: 4px;
	background-color: #ebebeb;
	border: 1px solid #c9c9c9;
	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: #097581;
	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/img/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-repeat: no-repeat;
    width: 290px;
    height: 48px;
    background-color: #097581;
    border-radius: 40px;
    display: flex;
    align-items: center;
	padding: 0 16px;
}
.kuraniKerim .kuraniKerimBaslikBg h2{
    position: absolute;
    left: 66px;
    font-size: 19px;
    color: #fdffc5;
    font-weight: 400;
}
.block-kuraniKerim{
	padding: 40px 32px;
}
.block-kuraniKerim h3 img {
    padding-right: 8px;
	filter:invert(19%) sepia(86%) saturate(5264%) hue-rotate(176deg) brightness(93%) contrast(93%);
}
.block-kuraniKerim h3 {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 20px;
    color: #212f40;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}


/** Kuranı Kerim 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{
	border-radius: 4px;
    background-image: url("/s/img/ramazan/kuraniKerimOgreniyorumBg.jpg");
    background-repeat: repeat-x;
    width: 100%;
    height: 153px;
}
.kuraniKerimOgreniyorum-video{
		width: 100%;
	}
	.kuraniKerimOgreniyorum-video video{
		width: 100%;
		height: auto;
		padding: 15px;
	}
/***/

.block-playlist{
	position:relative;
	background-image: url("/s/img/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.2;
	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 10px;
    max-height: 620px;
    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: #ff2424;
	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: #ff2424;
	font-weight: 500;
	text-align: center;
}
.audiocontrols{
	padding: 0;
}


/**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-repeat: no-repeat;
    width: 290px;
    height: 48px;
    background-color: #097581;
    border-radius: 40px;
    display: flex;
    align-items: center;
	padding: 0 16px;
}
.imsakiye .imsakiyeBaslikBg h2{
    position: absolute;
    left: 66px;
    font-size: 19px;
    color: #fdffc5;
    font-weight: 400;
}
.block-imsakiye{
	padding: 16px 5px;
	background-color:#f6f6f6;
}

.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: #5a5a5a;
	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: #212f40;
	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;	   
}


/**** İ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: #212f40;
	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: #212f40;
    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)  {
	.gununSohbetKonusu{
		padding-top:10px;
	}
	.block-ramazaninGunu {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 40px 16px 16px;
	}
	.block-ramazaninGunu .box2 {
		height: 100%;
		padding: 16px;
		border-bottom: 1px solid #ADADAD;
	}
	.block-ramazaninGunu .box2:nth-child(2n) {
		border-right: 0;
		height: 100%;
		padding-right: 15px;
	}
	.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;
	}
	
	[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)  {
	#toggle-menu{	
		position: absolute;
		top: 16px;
	}
	.tg-logo{order:-1;}
	.block-ramazaninGunu {
		display: grid;
		grid-template-columns: 1fr;
		padding: 40px 16px 16px;
		gap: 16px;
	}
	.block-ramazaninGunu .box2 {
		border-right: 0;
		height: 100%;
		padding-right: 15px;
	}
	.block-ramazaninGunu .box2:nth-child(3) {
		border-bottom: 1px solid #ADADAD;
	}
	.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 */
}

.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;
		min-height: 215px;	
	}
  }
  .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;
}

.content .container,.header ,.headmenu,.footer{
    z-index: 1;
}
.rmzn-vuslat { 
	position:fixed;
	width:100%;
	height:100%;
	z-index:0;
	background: url('/s/img/partners/vuslat_background2.jpg') no-repeat center center fixed; 
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-blend-mode: color;
	background-color: #ffffffb8;
}

