.clear { clear:both; }



.akordiyon {
   margin: 50px 0 50px 0;
}

.akordiyon .baslik a {
	background:#ccc;
	font-weight:bold;
	padding:10px;
	display:block;
	border-radius:4px 4px 0 0;
	border:1px solid #bababa;
	text-decoration:none;
	color:#333;
}

.akordiyon .aciklama {
	border:1px solid #bababa;
	border-radius:0 0 4px 4px;
	margin-bottom:5px;
}

.akordiyon_menu { margin-bottom:5px; }


#sol-menu { list-style:none; margin:0; padding:0; }
#sol-menu li ul { margin-left:10px; }


.kurumsalresim { float:left; width:275px; margin:0 15px 15px 0; border-radius:5px; border:5px solid #BBBBBB; }

#cboxLoadedContent img { max-width:1024px !important; }


.duyuruliste div { padding:5px 0; border-bottom:1px solid #e8e8e8; }
.duyuruliste div a { color:#f55c23; }

.yazarlar { max-height:800px; overflow-x:auto; }
.yazarlar .post .thumb-wrap { width:100%; height:90px; object-fit:cover; }

.sosyalikonlar { /*margin-top:20px;*/ }
.sosyalikonlar a, .sosyalikonlar span { display:inline-block; margin-right:5px; }

.anasayfa-maddeler .item { text-align:center; }
.anasayfa-maddeler .item .baslik { font-size:18px; font-weight:bold; }
.anasayfa-maddeler .item i { font-size:50px; margin-bottom:20px; display:inline-block; }


.widget.bt-widget-categories .widget-content .cat-item .cat-name { font-size:14px; }
.meal-liste:hover, .meal-sidebar .entry-title a:hover { background:#f3f3f3; }
.meal-sidebar .entry-title { margin-bottom:0 !important; }
.meal-sidebar .entry-title a { display:block; padding:7px; }
.meal-sidebar .content-entry-wrap { padding-left:0 !important; flex:100% !important; width:100% !important; max-width:100% !important; }

.main-wrapper.mx-5 { margin-left:0 !important; margin-right:0 !important; }


/*@media (min-width: 992px) {*/
	.frontpage-slider-posts.slider-style-two #frontpage-slider .slider-item .slider-thumb { height:570px; object-fit:cover; }
	
	.ilan-liste .entry-thumb a { height:200px; overflow:hidden; display:flex; flex-direction:row; align-items:center; text-align:center; }
	
	.tab-pane .post .thumb-wrap img { width:100%; height:277px; object-fit:cover; }
	.owl-carousel .post .thumb-wrap img { width:100%; height:277px; object-fit:cover; }
	.post-list .thumb-wrap img { width:100%; height:202px; object-fit:cover; }
	.post-grid .thumb-wrap img { width:100%; height:202px; object-fit:cover; }
	.kose-yazisi .thumb-wrap img { width:100%; height:315px; object-fit:cover; }
	.col-md-3 .post.single-post img { width:100%; height:130px; object-fit:cover; }
	.col-md-3 .blog-item .img-holder img { width:100%; height:130px; object-fit:cover; }
/*}*/

@media (max-width: 768px) {
	.sidebar { margin-top:0; }
	.yazarlar { max-height:300px; overflow-x:auto; }
	
	.frontpage-slider-posts.slider-style-two #frontpage-slider .slider-item .slider-thumb { height:450px; object-fit:cover; }
	.col-md-3 .blog-item .img-holder img { width:100%; height:170px; object-fit:cover; }
}


/*ilan listeleme renkli kutular*/
	.ilan-liste .col-lg-4:nth-child(6n-5) > .post { background-color: #fffeca; }
	.ilan-liste .col-lg-4:nth-child(6n-4) > .post { background-color: #e1efff; }
	.ilan-liste .col-lg-4:nth-child(6n-3) > .post { background-color: #ffeae4; }
	.ilan-liste .col-lg-4:nth-child(6n-2) > .post { background-color: #c6e7ff; }
	.ilan-liste .col-lg-4:nth-child(6n-1) > .post { background-color: #ffebfe; }
	.ilan-liste .col-lg-4:nth-child(6n) > .post { background-color: #dbf9fb; }
/**/

/*custom scroll*/
	/* width */
	::-webkit-scrollbar {
	  width: 10px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  background: #f1f1f1; 
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: #888; 
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #555; 
	}
/**/

/* Counters */
.home-sayac {  }

.counters { display:block; }

.counters .counter {
	text-align: center;
}

.counters .fa, .counters .icons {
	display: block;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 5px;
}

.counters strong {
	display: block;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
}

.counters label {
	display: block;
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
	margin-top:10px;
}

.counters .counter-side-icon .fa, .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
	display: inline-block;
}

.counters .counter-with-unit strong {
	display: inline-block;
}

.counters.with-borders .counter {
	border-radius: 6px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	padding: 25px;
}

.counters.counters-sm .fa, .counters.counters-sm .icons {
	font-size: 25px;
	line-height: 25px;
}

.counters.counters-sm strong {
	font-size: 35px;
	line-height: 35px;
}

.counters.counters-sm label {
	font-size: 15px;
	line-height: 15px;
}

.counters.counters-lg .fa {
	font-size: 45px;
	line-height: 45px;
}

.counters.counters-lg strong {
	font-size: 60px;
	line-height: 60px;
}

.counters.counters-lg label {
	font-size: 25px;
	line-height: 25px;
}

.counters.counters-text-light .counter {
	color: #FFF !important;
}

.counters.counters-text-light .counter .fa, .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
	color: #FFF !important;
}

.counters.counters-text-dark .counter {
	color: #2e353e !important;
}

.counters.counters-text-dark .counter .fa, .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
	color: #2e353e !important;
}
/**/

/* ykd */