#tumHaberler {
	background-color: #f5f3f3;
	padding:15px;
	border-radius:3px;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .2);
	/*overflow-y:auto;
	overflow-x:hidden;*/

}

.thaber-header {
	display:block;
}


.thaber-header h3 {
	position:relative;
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:700;
	color:#545555;
	font-size:22px;
	margin:auto;
	margin-bottom:25px;
	text-align:center;
}

.thaber-header h3:hover {
	color:#D80003;
}

.haberListesi {
	height:98%;
	overflow-y:hidden;
	overflow-x:hidden;
	width:109%;
}

.tumhaberlerAnasayfa .haberListesi{
	overflow-y: scroll;
}

.haberListesi ul {
	list-style-type:none;
	padding-right:10px;
}

/*.scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}*/

.haberler {
	margin:0;
	padding:0;
}


.haberler li a {
		position:relative;
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:700;
	color:#000000;
	font-size:20px;
}

.haberler li a {
		position:relative;
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:700;
	color:#000000;
	font-size:16px;
}

.haberler li a:hover {
	color:#D80003;
}


.haberler h4 {
	position:relative;
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:700;
	color:#000000;
	font-size:20px;
	float:left;
	margin-top:-8px;
}


#thicon {
	float:left;
}

#thSaat{
	float:left;
	position:relative;
	margin-right:10px;
		padding-left:5px;
}

#thKategori {
	position:relative;
}

#thSaat a {
	font-size:15px;
	font-style:italic;
	color:#A4A3A3;
}

#thSaat span {
	font-size: 15px;
	font-style: italic;
	font-weight: 700;
	color: #A4A3A3;
}

.tumhaberlerAnasayfa #thSaat a {
	font-size:12px;
	font-style:italic;
	color:#A4A3A3;
}

.tumhaberlerAnasayfa #thSaat span {
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	color: #A4A3A3;
}
	
#thKategori a {
	font-size:15px;
	font-weight: bold;
	color:#AFAFAF;
}
.tumhaberlerAnasayfa #thKategori a {
	font-size:12px;
	font-weight: bold;
	color:#AFAFAF;
}
#thKategori a:hover {
	color:#000000;
}

#thKategori hr {
    margin-bottom: 10px;
    margin-top: 10px;
    border-top-style:solid;
    border-top-width:1px;
    border-image: radial-gradient(#cbcbcb 25%, #f5f3f3 70%) 1;
}

.thBilgi {
	margin-top:5px;
}


.tumHaberlerIcFixed {
	top:40px;
	position:fixed;
	height:95vh;
}
.tumHaberlerIcFixed .haberListesi{
	overflow-y: auto;
}

@media (min-width: 1200px) {
 	.tumHaberlerIcFixed {
		left:877.5px;
		width:292.5px;
 	}
 
	.tumHaberlerIcFixed .haberListesi{
		width:105%;
	}
 
}

@media (max-width: 1199px) {
	.tumHaberlerIcFixed {
		left:727.5px;
		width:242.5px;
	}
 
	.tumHaberlerIcFixed .haberListesi{
		width:107%;
	}
}


@media (max-width: 991px) {
	.tumhaberlerAnasayfa {
		position:absolute;
		/*width:-moz-min-content;
		width:-webkit-min-content;
		width:-ms-min-content;
		width:min-content;*/
        width:175px;
	}

	.tumHaberlerIcFixed {
		left:562.5px;
		width:187.5px;
		top:50px;

	}
 
	.tumHaberlerIcFixed .haberListesi{
		width:109%;
	}

}

@media (max-width: 767px) {
	#tumHaberler {
		display:none;
	}
}