@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--bg-color-1:#cf1936;
}

.paylas-fb{
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	background: #3b5998;
	padding: 5px 15px;
	margin: 10px 5px;
	float: right;
	width: 160px;
	text-align: center;
}
.paylas-fb:hover{
	color: #fff!important;
	background: #3b5998;
}
.paylas-fb:focus{
	color: #fff!important;
}
.paylas-fb i{
	margin-right: 10px;
}
.paylas-x{
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	background: #55acee;
	padding: 5px 0px;
	margin: 10px 0px;
	float: right;
	width: 150px;
	text-align: center;
}
.paylas-x:hover{
	color: #fff!important;
	background: #55acee;
}
.paylas-x:focus{
	color: #fff!important;
}
.paylas-x i{
	margin-right: 10px;
}
.yayinlama{
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	color: #222;
	background: #f8f8f8;
	padding: 5px;
	margin: 10px 0px;
	float: left;
}
.news--ticker {
	margin-top: 0px;
	margin-bottom: 10px;
}
.main--content{
	margin-left: -20px;
	margin-right: -20px;
}
.swiper-pagination-bullet {
	width: 5%;
	height: 40px;
	margin: 0px!important;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 0px;
	opacity: 1;
	background: #000;
}
@media (max-width: 767px){
	.swiper-pagination-bullet {
		width: 10%;
	}
}
.swiper-pagination-bullet-active {
	color: #fff;
	background: #b80100;
}
.swiper-pagination {
	position: inherit;
	background: #fff;
	height: 40px;
	line-height: 40px;
	margin-top: -1px;
	text-align: left;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	top: 0;
}
.logotext a{
	color: #b80100;
	display: block;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Genos', sans-serif;
	font-size: 44px;
	cursor: pointer;
	width: 274px;
	letter-spacing: -2px;
	line-height: 85px;
}
.logotext a span {
	color: #031f32;
	font-size: 24px;
	font-weight: 500;
	margin-left: 3px;
	letter-spacing: 0px;
}
.post--single .post--content p, .post--single .post--content ul {
	color: #222;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 30px;
}
.post--img img{
	width: 100%;
	object-fit: cover;
}
.widget-custom{
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
}
.widget-custom i{
	padding-right: 15px;
	color: #c01f1d!important;
}


.pr-0{
	padding-right: 0px
}
.home-pr-0{
	padding-right: 0px;
}

.kisalt50{
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 50px;
}
.kisalt40{
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 40px;
}
img.cat-list{
	height: 140px;
}
img.home-list{
	width: 100%; 
	height: 160px; 
	min-height: 160px;
	object-fit: cover;
}
.links--widget li{
	width: 22%;
	float: left;
	margin-right: 25px;
}
.son_dakika{
	display: inline-block;
	background-color: #eb212e;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	padding: 0px 10px;
	position: absolute;
	left: 0px!important;
	top: 1px!important;
	animation: lastMin 1s infinite;
	border-radius: 2px;
}

@media screen and (max-width:767px){
	h1.logotext{
		float: left;
	}
	.news--ticker .title h2 {
		width: 80px;
	}
	.home-pr-0{
		padding-right: 15px;
	}
	img.cat-list{
		height: 200px;
	}
	img.home-list{
		width: 100%; 
		height: 200px; 
		object-fit: cover;
	}
	.header--logo a img{
		margin-left: 15px;
	}
	.yayinlama {
		padding: 5px 15px;
		width: 100%;
	}
	.paylas-fb {
		margin: 0px 0px 10px 0px;
		width: 47%;
	}
	.paylas-x {
		margin: 0px 5px 10px 5px;
		width: 50%;
	}
	.min350{
		height: 350px;
	}
	.min550{
		height: 550px;
	}
}