@media(max-width: 1500px){
	.news-card:nth-child(5){
		display: none;
		}
		.news-card:nth-child(6){
			display: none;
	}
	
}
@media(max-width: 1454px){

	.bloghaberyeter{
		width: 50% !important;
	}
	#president_news .twitter{
		max-width: 40% !important;
	}
	
}

@media(max-width: 600px){
	
	#president_news .twitter {
		max-width: 100% !important;
		width: 100% !important;
	}
	.ortabaslıkyazı1{
		margin-left: 50px !important;
		font-size: 20px !important;

  
	}.ortabaslıkyazı2{
	
		font-size: 18px !important;
		text-align: center;
		max-width: 150px !important;
	}
	.deneme1a {
	
		width: auto;
	height: auto;
		font-size: 15px;
	
	  padding: 3px 10px;
	
	  }
	  .deneme2a a{
	
		font-size: 15px;
	
	  
	  }

}


@media(max-width: 1278px){
	.container_wrap{
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	.banner-slider .banner-item .content{
		width: calc(100% - 100px);
	}
	#nextdays .container_wrap{
		width: 100%;
		padding: 0;
	}
	#footer .container_wrap .column:nth-child(2){
		display: none;

	}

	#detail{
		flex-direction: column;
	}
	#detail aside{
		width: 100% !important;
		margin-bottom: 50px;
	}
}
@media(max-width: 1150px){
	#about{
		height: auto;
		padding: 0 0 25px 0;
	}
	#about .basliksvg2{display: none !important;}
	#about .basliksvg2.re{display: block !important;}
	
	#about .container_wrap{
		overflow: hidden;
		padding: 0 2px !important;
		width: 100%;
		height: auto;
		flex-direction: column;
	}
	#about .container_wrap .about-img,
	#about .container_wrap .info
	{
		width: 100%;
		max-width: 100%;
		margin: 25px 0;
	}
	#about .container_wrap .info hr{
		display: none;
	}
}
@media(max-width: 1065px){
	.banner-slider .banner-item .content{
		height: auto;
		margin: 50px 55px 100px 55px;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.banner-slider .banner-item .content .image{display: none;}
	#nextdays .container_wrap{
		height: auto;
		flex-direction: row;
	}
	#nextdays .container_wrap .nextdays_box{
		width: 24.5%;
		margin-bottom: 5px;
	}	
	#nextdays .container_wrap .nextdays_box:nth-child(7){
		width: 100%;
		height: 200px;
	}
	#image_slider{max-width: 100%;}
	#image_slider .left{width: 40%;}
	#image_slider .right{width: 60%;}
	#president_news .news_slider{
		max-width: 100%;
	}
	#president_news{height: auto;}

	#nextdays .container_wrap .nextdays_box:nth-child(1){
		display: none;
	}
	#nextdays .container_wrap .nextdays_box:nth-child(2){
		display: none;
	}
	#nextdays .container_wrap .nextdays_box:nth-child(12){
		display: none;
	}
	#nextdays .container_wrap .nextdays_box:nth-child(13){
		display: none;
	}
}
@media(max-width: 1000px){
	#footer .container_wrap .column:nth-child(1){display: none;}
	#footer .container_wrap .column .sosyalf2 {
		display: block !important;

	}
	#footer .container_wrap .column ul p {
		min-width: 300px;
	
	  }

}
@media(max-width: 800px){
	#president_news .news_slider{
		height: auto !important;
		padding-bottom: 50px;
	}
	#president_news .news_slider .news_box{
		height: auto;
	}
	#president_news .news_slider .news_box .news_image{
		top: -100px;
		background-size: auto 100%;
		width: calc(100% - 120px);
		height: 200px;
		border-radius: 0;
	}
	#president_news .news_slider .news_box .news_image .news_info hr{
		display: none;
	}
	#president_news .news_slider .news_box .news_image .news_info{
		top: 100%;
		left: 0%;
		background: rgba(255,255,255,1);
		width: calc(100% - 40px);
		max-height: 100px;
		height: calc(100% - 45px);
		color: #000;
		border-bottom: 50px solid #fff;
		border-radius: 0;
		box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .1);
		overflow: hidden;
	}
}
@media(max-width: 990px){
	header .container_wrap .first_piece {
		background: #000033;
		width: 200px;
		height: 55px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .container_wrap .second_piece {
		position: relative;
		background: rgb(255, 0, 0);
		width: calc(100% - 200px);
		height: 27px;
		color: #fff;
		display: flex;
		align-items: center;
	}
	header .container_wrap{
		width: 100%;
		height: auto;
		padding: 0;
	}
	header .container_wrap .second_piece,
	header .container_wrap .first_piece{
		width: calc(100% - 40px);
		padding: 0 20px;
	}
	header .container_wrap .second_piece .title{
		width: auto;
	}
	header .container_wrap .first_piece span{display: block !important;}
	header .container_wrap .second_piece:before,
	header .container_wrap .second_piece aside .nonexr,
	header .container_wrap .third_piece,
	header .container_wrap .third_piece:before{display: none}
	header #hamburger:checked ~ .container_wrap .third_piece{display: flex;}
	header .container_wrap .third_piece{
		width: 100%;
		height: auto;
		overflow: hidden;
		animation: opening .5s ease-in-out;
	}
	@keyframes opening{0%{height: 0px;}100%{height: 240px;}}
	header .container_wrap .third_piece ul{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	
	
	}
	header .container_wrap .third_piece ul{
		background: url("../images/footer/menu11.jpg") center;
		background-size:cover;
		
	}
	header .container_wrap .third_piece ul a{
		background: #000033bb;
		width: calc(100% - 40px);
		text-align: left;
		padding: 0 20px;
		color: white !important;
		font-size: 15px;
	}
	header .container_wrap .third_piece ul a:hover{
		background: #000033;
	}
}
@media(max-width: 775px){

	#project .project-wrapper .project-box{
		height: 400px;
	}
	#project .project-wrapper .project-footer .project-nav{
		bottom: 150px;
	}
	#slogan .container_wrap{
		height: auto;
		flex-direction: column;
	}
	#slogan .container_wrap .slogan_box{
		width: 100%;
		height: 200px;
		margin: 2.5px 0;
	}
	#nextdays .container_wrap .nextdays_box{
		width: 49.5%;
	}
	#social .container_wrap{
		height: auto;
		flex-direction: column;
	}
	#social .container_wrap .social_box{
		width: 100%;
		height: 200px;
		margin: 2.5px 0;
	}

}
@media(max-width: 670px){
	#footer .container_wrap{
		flex-direction: column;
		padding: 50px 0;
	}
	#about .container_wrap .about-img{
		border: none;
		border-radius: 0px;
	}
	.post-slide-3 .post-title a{
		font-size: 17px !important;
		max-height: 65px !important;
	}
}
@media(max-width: 585px){
	
	#footer .container_wrap .column{
		width: 100%;
	}
	.homeTimeLine .jcarousel, .akMedia .jcarousel {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin-left:15px ;
	}
	.president{
		width: 300px !important;
	}
	#image_slider{
	margin: 0px 0px !important;
	}

}
@media(max-width: 450px){
	#president_news .news_slider .news_box .news_image .news_info h1{
		font-size: 15px;
	}
	#president_news .news_slider .news_box .news_image a{
		margin-top: 10px;
	}
	#president_news .news_slider .news_footer .slider_nav-circle{
		display: none;
	}
	.basliksvg {
	width: 80%;
	margin: 0px 0px !important;
	margin-bottom: 0px !important;

	  }
	
	.marginsıfır {
		margin: 0px 0px !important;
	  }
	  #about .container_wrap .about-img, #about .container_wrap .info {
		  margin: 0px 0px !important;
	  }
	  .timeLine{
		  padding: 0px 0px !important;
	  }
	  .container{
		height: 150px;
	  }
	 
	  .slick-slide img {
		width: 60%;
	}
	.sliderbaslıkh1{
		font-size: 30px!important;
	}
	.contact-icon div:after {
		background: #000033;
		background-image: url(../images/mesaj-1.svg);
		background-size: 100px;
		background-position: center;
		background-repeat: no-repeat;
		content: "";
		font-family: "Material Icons";
		display: block;
		width: 90px;
		line-height: 50px;
		height: 40px;
		position: absolute;
		right: 0;
		bottom: 20px;
		border-radius: 5px;
	}
	.about2{
		margin-top: 10px;
		padding-right: -10px;
		background: #04491b;
		width: 150px;
		height: 40px;
		border-radius: 5px;
		font-family: "Poppins", sans-serif;
		font-weight: 500;
		font-size: 12px;
		color: #fff;
		text-align: center;
		line-height: 40px;
		transition: 0.5s;
		float: left;
		font-weight: 200;
		border-radius: 0px 0px 0px 0px;	
	}
	.basliksvg5{
		width: 90%;
		/* height: 90px; */
		float: left;
		margin-top: -40px;
	
	}
	#point .top_point {
		width: 100%;
		/* height: 100px; */
		font-weight: 300;
		font-size: 20px;
		color: #444;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	#social {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		float: left;
		padding: 0 0 25px;
		margin-top: 20px;
	}
}

@media(max-width: 700px){

	#president_news .twitter {
		max-width: 100% !important;
		width: 100% !important;
	}
	#president_news{
		flex-direction: column;
	}
	#president_news .bloghaberyeter .news-card{
		width: 100%;
		display: block !important;
	}#president_news .bloghaberyeter{width:100% !important;}
}
@media(max-width:600px){
	.banner-slider{
	
		height: 400px;
	  }
	  .banner-slider .banner-item{
		height: 400px;
	  }

	.banner-slider .banner-item{
		background-position: center !important;
		background-size: cover !important;
	}
	.banner-slider .AB0{background-image: url('../images/mobilslider/slider-deprem-m.jpg') !important;}
	.banner-slider .AB1{background-image: url('../images/mobilslider/mustafa-dundar-macera-bursa-m.jpg') !important;}
	.banner-slider .AB2{background-image: url('../images/mobilslider/mustafa-dundar-fetih-muzesi-m.jpg') !important;}
	.banner-slider .AB3{background-image: url('../images/mobilslider/turkiyenin-en-buyuk-spor-tesisi-m.jpg') !important;}
	.banner-slider .AB4{background-image: url('../images/mobilslider/mustafa-dundar-barem-m.jpg') !important;}
	.banner-slider .banner-item .content{display:none;}
.about1{
	margin-left: 60%;
}
}

@media(max-width:1370px){
	.image{
		height: 500px !important;
	}

}
@media(max-width:1360px){
	
	.news-card:nth-child(4){
		display: none;
		}

}

@media(min-width:990px){
	

	.menükaldir{
		display: none !important;
	}
}
