.ilkutusu {
	width: 32%;
	margin-bottom: 2%;
	display: block;
	padding: 20px 10px;
	border-radius: 4px;
	box-shadow: 3px 3px 10px #888888;
	float: left;
	overflow: hidden;
}
.resimkutusu {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	background-size: 675px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	-webkit-transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
	-webkit-transform: translateZ(0); 
	transform: translateZ(0); 
	transition: all 2s cubic-bezier(.19, 1, .22, 1) 0s;
}
.sagbosluk {
	margin-right: 2%;
}
.plakail {
	color: white;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	width: 100%;
	float: left;
	line-height: 25px;
}
.ilkutusu:hover .resimkutusu {
	transform: scale(1.25);
}
.plaka {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: white;
	line-height: 40px;
	text-align: center;
	color: #02559c;
	float: left;
	margin-right: 15px;
	font-size: 20px;
	box-shadow: 0 0 0 5px rgb(255 255 255 / 40%);
	margin-top: 8px;
	margin-left: 5px;
}
.filtre {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	border-radius: 4px;
}
.ilkutusu:hover .plaka {
	color: white;
	background-color: #02559c;
}
.kategoriisim {
	font-size: 15px;
	font-weight: 500;
}
.solbosluk {
	margin-left: 34%;
}
@media (max-width :716px) {
	.sagbosluk {
		margin-right: 0px;
	}
	.solbosluk {
		margin-left: 0px;
	}
	.ilkutusu {
		width: 100%;
		margin-bottom: 3%;
	}
	.resimkutusu {
		background-size: 665px;
	}
}
.bannerkutu {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 25px;
	border: 1px solid #eee;
}
.bannerresimkutu {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannerbilgikutu {
	width: 80%;
	display: block;
	text-align: left;
	padding-left: 30px;
	position: relative;
	padding-bottom: 20px;
}
.bannerresimkutu img {
	width: 100%;
	border-radius: 100%;
	box-shadow: 0 0 0 5px #878c9f4d;
}
.breadcrmbs {
	width: 100%;
	display: block;
	color: #334e6f;
	padding: 15px 0px 15px 0px;
	position: relative;
}
.breadcrmbs:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 80%;
	background: #eee;
}
.breadcrmbs a {
	color: #334e6f;
	font-weight: 600;
	margin-right: 20px;
}
.breadcrmbs a:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #334e6f;
	border-radius: 100%;
	right: -15px;
	top: 10px;
}
.breadcrmbsresim {
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 100%;
}
.bannerbilgikutu h1 {
	font-size: 40px;
	margin-top: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #334e6f;
}
.section-separator {
	float: left;
	width: 100%;
	position: relative;
	margin: 20px 0;
}
.section-separator:before {
	content: '';
	position: absolute;
	left: 25px;
	top: 0;
	height: 4px;
	width: 50px;
	border-radius: 3px;
	background: #02559c;
}
.bannerbilgikutu p {
	color: #334e6f;
	margin-bottom: 20px;
	font-size: 20px;
}
.bannersagaltkutu {
	position: absolute;
	font-size: 18px;
	right: 0;
	bottom: 0;
	border-bottom-right-radius: 5px;
	display: block;
	background-color: #02559c;
	color: #fff;
	padding: 10px 30px 10px 40px;
	border-top-left-radius: 50px;
}
.breadcrmbs2 {
	display: none;
	width: 100%;
	color: #02559c;
	padding: 15px 0px 15px 0px;
	position: relative;
}
.breadcrmbs2 a {
	color: #02559c;
	font-weight: 600;
	margin-right: 20px;
	display: inline-block;
}
.breadcrmbs2 a:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #02559c;
	border-radius: 100%;
	right: -15px;
	top: 10px;
}
.teldebaslik {
	display: none;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #334e6f;
}
@media (max-width :650px) {
	.breadcrmbsresim {
		display: none;
	}
	.bannerkutu {
		display: block;
		margin-top: -30px;
		padding: 0px 5px 42px 5px;
	}
	.breadcrmbs {
		display: none;
	}
	.breadcrmbs2 {
		display: block;
		text-align: center;
	}
	.bannerresimkutu {
		width: 100%;
		display: block;
	}
	.bannerresimkutu img {
		width: 150px;
		height: 150px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.bannerbilgikutu p {
		display: none;
	}
	.bannerbilgikutu h1 {
		display: none;
	}
	.teldebaslik {
		display: block;
	}
	.section-separator {
		display: none;
	}
	.bannersagaltkutu {
		font-size: 16px;
	}
	.bannerbilgikutu {
		display: none;
	}
}