*{
	margin:0;
	padding: 0;
	box-shadow: border-box;
}

.navbar-black{
	border-top: 1px solid #333;
	color:#eaeaea;
	background-color: #111;
}

.navbar-black a{
	color: #eaeaea;

}

.header{
	width: 100%;
	color: #eaeaea;
	background-color: #111;
}

.header-icerik{
	margin:20px auto;
}

.nav-item{
	transition:all .5s ease;

}

.nav-item:hover{
	background-color: #333;

}

.kart{
	width: 100%;
	border-radius: 5px;
	height: 155px;
	padding: 30px 9px 10px 9px;
	cursor: pointer;
	background-size: cover;
	transition: all .4s ease;
}

.kart:hover{
	box-shadow: 0px 20px 42px -15px #333;
}

.kart-btn{
	display: block;
	text-align: center;
	margin: 10px auto;
	padding: 14px 16px;
	border-radius: 8px;
	transition: all .5s ease;
}

.kart-btn:hover{
	color: rgba(0,0,0,0.6);
	text-decoration: none;
}

@media screen and (max-width: 759px){
	.nav-item{
		text-align: center;
	}
}


/* HABERLER */

.button{
	padding:5px 8px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:none;
	cursor:pointer;
}

.myjumbo{
	background-color:#eaeaea;
}
.img-co{
	display: block;
	width: 100%;
	box-shadow: 10px 10px 0px black;
	border:1px solid black;
}
.my-img{
	display:block;
	width: 100%;
	max-height: 410px;
	object-fit: contain;
}

.egitimhaber-metin{
	width: 100%;
	padding: 24px 4px;
}

.egitimhaber-title{
	color: #eaeaea;
	font-family: calibri;
	font-size: 20px;
	padding: 10px;
	display: block;
	background-color: rgba(0,0,0,0.8);
}

.egitimhaber-title:hover{
	color:yellow;
}

.add{
	display: block;
	margin:6px auto;
	width: 728px;
	height: 90px;
}

.haber{
	padding: 10px;
	width: 100%;
}
.haber-body{
	position:relative;
	transition: all .5s ease;
}
.haber-body:hover{
	opacity: 0.7;
}
.haber-title{
	font-size: 16px;
	color:#000!important;
	width: 80%;
	padding: 6px 6px 12px 6px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	left: 0;								
}

.haber-tarih{
	font-size: 10px;
	color:#000;
	width: 80%;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 95%;
	transform: translate(-50%);
	z-index: 5;
}

.haber-body img{
	object-fit: cover;
	width: 80%;
}

.haberler-title{
	display: block;width: 100%; padding:20px 10px;background-color: darkred;color:#efe;font-size: 26px;border-left: 15px solid red;
}

@media screen and (max-width: 666px){
	.add{
		display: block;
		margin:6px auto;
		width: 100%;
		height: auto;
	}		
}

/* BLOG */

.button{
	padding:5px 8px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:none;
	cursor:pointer;
}
.myjumbo{
	background-color:#eaeaea;
}
.img-co{
	display: block;
	width: 100%;
	box-shadow: 10px 10px 0px black;
	border:1px solid black;
}
.my-img{
	display:block;
	width: 100%;
	max-height: 410px;
	object-fit: contain;
}

.blog-metin{
	width: 100%;
	padding: 24px 4px;
}

.blog-title{
	color: #eaeaea;
	position: relative;
	font-family: calibri; 
	font-size: 18px;
	padding: 8px;
	display: block;
	border-radius: 5px;
	background: rgb(0,131,13);
	background: linear-gradient(163deg, rgba(0,131,13,1) 0%, rgba(36,138,46,1) 38%, rgba(148,159,149,1) 68%, rgba(162,162,162,1) 100%);
}

.blog-title:hover{
	color:yellow;
}

.add{
	display: block;
	margin:6px auto;
	width: 728px;
	height: 90px;
}

.dblog{
	position: relative;
	padding: 10px;
	width: 100%;
}
.dblog-body{
	position:relative;
	transition: all .5s ease;
}
.dblog-body img{
	object-fit: cover;
	width: 80%;
	height: 170px;
}
.dblog-body:hover{
	opacity: 0.7;
}
.dblog-title{
	font-size: 14px;
	color:#000;
	width: 80%;
	padding: 6px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	left: 0;								
}

.dblog-tarih{
	font-size: 10px;
	color:#000;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	right: 70px;
	z-index: 5;
}

.bblog-tarih{
	font-size: 10px;
	color:#eaeaea;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	right: 8px;
	z-index: 5;
}
.ablog-tarih{
	font-size: 10px;
	color:#eaeaea;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	right: 8px;
	z-index: 5;
}	


@media screen and (max-width: 666px){
	.dblog-body img{
		width: 100%;
	}
	.dblog-title{
		width: 100%;						
	}
	.dblog-tarih{
		right: 20px;
	}
	.add{
		display: block;
		margin:6px auto;
		width: 100%;
		height: auto;
	}		
}

.mevzuat-metin{
	width: 100%;
	padding: 24px 4px;
}

.mevzuat-title{
	color: #eaeaea;
	position: relative;
	font-family: calibri; 
	font-size: 18px;
	padding: 8px;
	display: block;
	border-radius: 5px;
	background: rgb(0,131,13);
	background: linear-gradient(163deg, rgba(0,131,13,1) 0%, rgba(36,138,46,1) 38%, rgba(148,159,149,1) 68%, rgba(162,162,162,1) 100%);
}

.mevzuat-title:hover{
	color:yellow;
}

.dmevzuat{
	position: relative;
	padding: 10px;
	width: 100%;
}
.dmevzuat-body{
	position:relative;
	transition: all .5s ease;
}
.dmevzuat-body img{
	object-fit: cover;
	width: 80%;
	height: 170px;
}
.dmevzuat-body:hover{
	opacity: 0.7;
}
.dmevzuat-title{
	font-size: 14px;
	color:#000;
	width: 80%;
	padding: 6px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	left: 0;								
}

.dmevzuat-tarih{
	font-size: 10px;
	color:#000;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	right: 70px;
	z-index: 5;
}

.bmevzuat-tarih{
	font-size: 10px;
	color:#eaeaea;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	right: 8px;
	z-index: 5;
}
.amevzuat-tarih{
	font-size: 10px;
	color:#eaeaea;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	right: 8px;
	z-index: 5;
}	


@media screen and (max-width: 666px){
	.dmevzuat-body img{
		width: 100%;
	}
	.dmevzuat-title{
		width: 100%;						
	}
	.dmevzuat-tarih{
		right: 20px;
	}
	.add{
		display: block;
		margin:6px auto;
		width: 100%;
		height: auto;
	}		
}


.ozelegitim-metin{
	width: 100%;
	padding: 24px 4px;
}

.ozelegitim-title{
	color: #eaeaea;
	position: relative;
	font-family: calibri; 
	font-size: 18px;
	padding: 8px;
	display: block;
	border-radius: 5px;
	background: rgb(0,131,13);
	background: linear-gradient(163deg, rgba(0,131,13,1) 0%, rgba(36,138,46,1) 38%, rgba(148,159,149,1) 68%, rgba(162,162,162,1) 100%);
}

.ozelegitim-title:hover{
	color:yellow;
}

.dozelegitim{
	position: relative;
	padding: 10px;
	width: 100%;
}
.dozelegitim-body{
	position:relative;
	transition: all .5s ease;
}
.dozelegitim-body img{
	object-fit: cover;
	width: 80%;
	height: 170px;
}
.dozelegitim-body:hover{
	opacity: 0.7;
}
.dozelegitim-title{
	font-size: 14px;
	color:#000;
	width: 80%;
	padding: 6px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	left: 0;								
}

.dozelegitim-tarih{
	font-size: 10px;
	color:#000;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	right: 70px;
	z-index: 5;
}

.bozelegitim-tarih{
	font-size: 10px;
	color:#eaeaea;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	right: 8px;
	z-index: 5;
}
.aozelegitim-tarih{
	font-size: 10px;
	color:#eaeaea;
	font-weight: bold;
	position: absolute;
	bottom: 2px;
	right: 8px;
	z-index: 5;
}	


@media screen and (max-width: 666px){
	.dozelegitim-body img{
		width: 100%;
	}
	.dozelegitim-title{
		width: 100%;						
	}
	.dozelegitim-tarih{
		right: 20px;
	}
	.add{
		display: block;
		margin:6px auto;
		width: 100%;
		height: auto;
	}		
}

.reklam_sag{
	position: fixed;
	cursor: pointer;
	top: 20px;
	right: 10px;
	display: block;
	width: 160px;
	height: 626px;
	padding:10px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	border:1px solid rgba(255,255,255,0.7);
	z-index: 1500;
}

.reklam_sol{
	position: fixed;
	cursor: pointer;
	top: 20px;
	left: 10px;
	display: block;
	width: 160px;
	height: 626px;
	padding:10px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	border:1px solid rgba(255,255,255,0.7);
	z-index: 1500;
}

.close1{
	font-size: 30px;
	color: #000;
	position: absolute;
	top: -5px;
	display: block;
	text-align: center;
	width: 100%;
}

.close3{
	font-size: 30px;
	color: #000;
	position: absolute;
	top: -5px;
	display: block;
	text-align: center;
	width: 100%;
}

.reklam_alt{
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
	display: block;
	width: 90%;
	height: 100px;
	padding-top:5px;
	padding-left: 5px;
	text-align: center; 
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	border:1px solid rgba(255,255,255,0.7);
	z-index: 1500;
}
.close2{
	font-size:25px;
	color: #000;
	position: absolute;
	top:-8px;
	right:8px;
}

@media screen and (max-width: 600px) {
	.reklam_sag{
		position: fixed;
		top: 20px;
		right: 10px;
		display: none;
		width: 100px;
		height: 400px;
		padding:10px;
		background-color: rgba(255,255,255,0.5);
		border-radius: 5px;
		border:1px solid rgba(255,255,255,0.7);
		z-index: 1500;
	}
	.reklam_sol{
		position: fixed;
		top: 20px;
		right: 10px;
		display: none;
		width: 100px;
		height: 400px;
		padding:10px;
		background-color: rgba(255,255,255,0.5);
		border-radius: 5px;
		border:1px solid rgba(255,255,255,0.7);
		z-index: 1500;
	}
	#reklam_div{
		width:100%!important;
		height: 300px!important;
	}

	#reklam_img{
		width:100%!important;
		height: 400px!important;
	}
}