img.mfp-img{
	background: #fff;
}
nav.navbar{
	background-image: linear-gradient(to top, #fff, #fff);
}

.navbar .navbar-nav .nav-link, .navbar-modern-inner .navbar-nav .nav-link, .navbar-full-screen-menu-inner .navbar-nav .nav-link {
  color: var(--dark-gray);
}

.whatsapp {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99999;
  font-size: 12px;
}
.blog-grid .card .card-body {
    min-height: 350px;
}
.haber-baslik,
.haber-icerik,
.haber-buton,{

}
.haber-baslik{
	height: 60px;
}
.haber-icerik{
	height: 160px;
  overflow: hidden;
}
.haber-buton{

}

.elastic li {
    transition: all ease 500ms;
    line-height: 1.4;
}

.elastic li.hide {
    display: none;
}
.search-content-fields {
    padding-bottom: 30px;
}
.search-form-box-content {
    position: relative;
}
.elasticList {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    height: auto;
    z-index: 99;
    background: #fff;
    display: none;
    border-radius: 5px;
}
.elasticList ul{
    padding-left: 0;
    max-height: 246px;
    overflow: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    
}

.elasticList ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.elasticList ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}
.elasticList ul::-webkit-scrollbar-thumb {
    background: #Ff0000;
    border-radius: 5px;
}
.elasticList ul::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.elasticList li{
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 32px;
}
.elasticList li:hover{
    background: #e7e7e71c;
}
.elasticList li a{
    display: inline-block;
    width: 100%;
    position: relative;
    
}
.elasticList li a span{
    font-size: 18px;
}
.elasticList li a i{
    color: #Ff0000;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.elasticList li img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  object-fit: cover;
}
.search-content-fields .pos-relative{
    position: relative;
}
.elastic-icon{
    position: absolute;
    top: 50%;
    right: 0;
}
.scroll-progress{
    z-index: 99 !important;
}
.search-form-wrapper .search-form-box {
    position: relative;
    width: 50%;
}
@media (max-width: 1540px) {
 	.header-button{
 		display: none;
 	}
}
 
@media (max-width: 1199px) {
	nav.navbar{
	    background-image: linear-gradient(to top, #1A1A1A, #1A1A1A);
	}
	.navbar-toggler-line{
		background: white;
	}
	.whatsapp {
		position: fixed;
		bottom: 15px;
		left: 15px;
		z-index: 99999;
		font-size: 12px;
	}
	.elasticList li img {
	    float: left;
	}
}
 