.haber-metin {
	font-family: "Antenna-Medium", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.haber-devam-link {
	color: #bd8500;
	font-size: 12px;
}

.owl-carousel-haber {
	padding: 0 10px;
	width: 100%;
}

.cerceve {
	background-color: #fff;
	min-height: 230px;
}

    .cerceve img.haber-foto {
    	margin-right: 10px;
    	width: 150px;
    	float: left;
    }

@media (max-width: 768px) {
    .cerceve {
    	background-color: #red !important;
    }

    .cerceve img.haber-foto {
    	margin-right: 5px;
    	width: 50px;
    	float: left;
    }

}

@media screen and (max-width: 480px) {
	.cerceve {
		text-align: center;
	}
	
	.cerceve img.haber-foto {
		margin: 0 auto;
	}
}


@media only screen and (min-width:1024px) { 
	/*.cerceve { min-height: 220px; }*/
}

@media only screen and (min-width:768px) and (max-width:991px) { 
	.cerceve { min-height: 190px; }
}

@media only screen and (min-width:992px) { 
    .haber-metin {
	font-family: "Antenna-Medium", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
    margin-bottom: 0 !important;
    overflow: hidden;
}
}