.BlogBox img.BlogImage {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 5px;
}

.BlogBox h4.BlogTitle {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #f4f7ff;
}

.BlogBox span.BlogMiniDesc {
	margin-bottom: 10px;
	display: block;
	color: #707b99;
}

.BlogBox p.BlogDesc {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
	color: #a4b0cb;
}

.HeaderNewsBanner {
	background: url("https://itempazar.b-cdn.net/uploads/images/haberler-duyurular-image.png") no-repeat center center;
	height: 150px;
	background-size: cover;
	position: relative;
	text-align: center;
	border-radius: 4px;
}

.HeaderNewsBanner h1 {
	font-size: 35px;
	color: white;
	text-shadow: 0 0 30px black, 0 0 70px black, 0 0 60px black;
	position: relative;
	line-height: 150px;
}

.contentPanel {
	border-radius: 4px;
	padding: 15px;
	background: #1d2333;
	border: 1px solid rgba(255, 255, 255, .04);
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-top: -40px;
	position: relative;
}

.BlogBox {
	margin-bottom: 20px;
}

section.page-background {
	height: 180px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.pageBackdrop {
	width: 100%;
	height: 181px;
	background: url(https://cdn.itemsatis.com/uploads/admin/WD1BKvhyo78YStPpwEHxGJQ9M.png) no-repeat center center;
	position: absolute;
	background-size: 100%;
	z-index: -1;
	filter: blur(11px);
}

img.sHeader {
	width: 100%;
	height: 180px;
	object-fit: cover;
	margin-bottom: 25px;
}

.media-news {
	margin: 10px;
	border: 1px solid rgb(255 255 255 / 4%);
	padding: 15px;
	border-radius: 4px;
	height: 94%;
}

.media-news img {
	margin: -15px;
	width: calc(100% + 30px);
	height: 120px;
	max-width: unset !important;
	object-fit: cover;
	margin-bottom: 15px;
}

.media-news p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 20px;
	word-break: break-word;
	color: rgb(142 153 183);
}

.media-news h2 {
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

span.BlogMiniDesc {
	font-size: 13px;
	color: rgb(104 117 149);
}

.media-news:hover {
	background: rgb(29 35 51);
	border: 1px solid rgb(255 255 255 / 4%);
	box-shadow: 0 3px 4px #0b0e16;
	cursor: pointer;
}

.blurBgText {
	padding: 10px 30px;
	backdrop-filter: blur(3px);
	background: rgb(255 255 255 / 13%);
	display: inline-block;
	color: rgb(255 255 255);
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	margin-top: 65px !important;
	text-shadow: 1px 1px 0 black;
}

.pageTextBackground {
	height: 180px;
	display: block;
	background-position: center;
	text-align: center;
}

.media img.media-object {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	object-fit: cover;
	border-radius: 7px;
}

.media {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(42 47 60);
}

.media .media-body h4.media-heading {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 19px;
	font-size: 15px;
	margin-bottom: 5px;
}

.page-header h1.page-title {
	font-size: 19px;
}

.media .media-body p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 16px;
	word-break: break-all;
	color: rgb(142 153 183);
	margin-bottom: 5px;
}

.media:last-child {
	border: none;
}

.header-main {
	background: #0000008a !important;
	backdrop-filter: blur(100px) !important;
	border-bottom: 1px solid #ffffff14 !important;
	z-index: 6;
}

nav.menubar {
	background: #0000003b;
	backdrop-filter: blur(100px);
	border-bottom: 1px solid #ffffff14;
}

.header-top {
	background: #000000b8;
	backdrop-filter: blur(100px);
}

nav ul.nav-menu-list li:hover, nav ul.nav-menu-list li.active {
	background: rgb(255 255 255 / 8%);
}

.slider-background {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 600px;
	top: 0;
	overflow: hidden;
}

.slider-background img {
	width: 110%;
	filter: grayscale(0.5) blur(25px) brightness(0.5);
	left: -5%;
	position: relative;
	top: -20px;
	max-width: unset;
}

.slider-background:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 600px;
	background: linear-gradient(to top, #151a26, transparent);
}

section.NavigationList {
	border-bottom: 1px solid #919aaf36;
	background: #1c243866;
	backdrop-filter: blur(21px);
}

section.news-header {
	margin-top: 20px;
}

section.news-header img {
	border-radius: 7px;
}