/*MENU*/
.mobile_menu{
	display: none;
}
.mobil-menu-logo{
	
	display: none;
}
@media only screen and (min-width: 1800px) {
	nav{
	  height: 8vh;
	  margin: auto;
	}
	.menu-genel{
	  height: 8vh;
	  margin: auto;
	}
}

 

/*MENU*/
/*main resim*/
@media only screen and (max-width: 670px) {
	.main-resim-daire-genel{
		display: none;
	}
}
@media only screen and (max-width: 1000px) {
	nav{
	  height: 80px;
	  width: 100vw;
	  margin: auto;
	}
	.menu-genel{
		display: none;
	}
	.mobile_menu{
		display: block;
		
	}
	.mobile-menu-genel{
		background:white;
		height: 70px;
		position: fixed;
		z-index: 999999 !important;
		opacity: 0.9;
		width: 100vw;
	}
	#sm_menu_ham{
		z-index: 9999999 !important;
		margin-top: 10px;
	}
	header .logo-port {
	    padding-left: 15px;
	    width: 40%;
	}

	header .logo-port img {
	    height: 40px;
	    width: 100px;
	}
	.sm_menu_outer {
	color: #73509b;
    top: 70px;
    background-color: #efefef;
	}
	.sm_menu_outer.slide .mobile_menu .submenu{
		background-color:#efefef;
	}
	.sm_menu_outer{
	}
	#sm_menu_ham > span{
		background: #643d91;
	}
	.mobil-menu-logo{
		padding-top: 10px;
		width: 40px;
		margin-left: 5vw;
		width: 100px;
		display: block;
	}
	.mobil-menu-logo > img{
		display: block;
		width: 100%;
		height: auto;
	}
	.back{
		background: #e9aa3f;
	}
	.carousel-item >.slider-text{
	    position: absolute;
	    text-align: center;
	    width: 100%;
	    margin-top: 10%;
	}
	.carousel-item > .slider-text > span{
	    font-size: 4vw;
	    font-family: Hijrnotes;
	    color: white;
	    text-shadow: 0px 1px 11px #000000;
	}
	.carousel-item > .slider-text > p{
	    font-size: 2vw;
	    padding-top: 18px;
	    width: 75%;
	    margin: auto;
	    color: white;
	    text-shadow: 1px 1px 18px #000000;
	}

	.blog-taslak-aciklama > a > h2{
	  font-family: 'K2D';
	  font-size: 3vw;
	  color: black;
	}
	.blog-taslak-aciklama > p{
	  color: black;
	  font-family: Gravity-Regular;
	  font-size: 2vw;
	}
	.blog-taslak-bilgi{
	  position: absolute;
	  bottom: 0px;
	  min-height: 50px;
	  width: 100%;
	  padding-top: 40px;
	  padding-bottom: 30px;
	  padding-right: 2em;
	  padding-left: 2em;
	  -webkit-box-shadow: inset 0px -126px 45px -18px rgba(255,255,255,1);
	  -moz-box-shadow: inset 0px -126px 45px -18px rgba(255,255,255,1);
	  box-shadow: inset 0px -126px 45px -18px rgba(255,255,255,1);
	}
	.blog-tarih-icon::before{
	  content: '';
	  display: block;
	  height:70px;
	  top: -20px;
	  width: 2px;
	  background: black;
	  position: absolute;
	  right: 10px;
	}
	.blog-tarih-icon{
		margin-top: 15px;
	}
	.blog-tarih-icon > img{
	  display: block;
	  width: 40%;
	}
	.blog-tarih-icon > span{
	  display: inline-block;
	  margin-top:0px;
	  font-size: 2vw;
	  font-family: 'K2D';
	}

	.main-top-icon-list > .row > .list-item > img{
	  height: 50px;
	  display: block;
	  float: left;
	  transition: 0.4s;
	}
	.nbs-flexisel-container{
		margin-top: -20px;
	}
}
/*main resim*/