/*anasayfa*/
.adjust-height {
height:calc( 50% - 12px);
 }
.iadjust-height{margin-top:24px;}


/*anasayfa slidebg video bug > fix*/
/*.section > div:first-child{
	z-index: 0 !important;									
}*/
.section-video > div:first-child > video{width: 100% !important; height: auto  !important;}
@media (max-width: 749px) {

	.section-video > div:first-child > video{width: auto !important; height: 100% !important;}
}
.owl-item p.slidedetay img{ display: inline !important}

.truncated-text li{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}




.header-btn-collapse-nav span{margin-left: -5px; margin-top: -15px;}
.progress-reading{height: 3px;}






.backdrop {
  background-color:rgba(0,0,0,0.9);
   opacity: 0.7;
   height: 100%;
   left: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index:100;
   display: none;
}


/*ANSAYFA YORUMLAR*/
.yorum{
	font-weight: 300;
	font-size: 12px;
	line-height: 19px !important;
	color: var(--grey--300);
	margin-bottom: 24px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.devam {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-decoration: underline;
	color: #60666D;
	cursor: pointer
}
.devami > .yorum {
    display: block !important;
}



/*anasasyfa slider prev - next */
.custom-carousel-arrows-style-1 .owl-nav .owl-next,
.custom-carousel-arrows-style-1 .owl-nav .owl-prev {
    width: 20px !important;
    height: 35px !important;
	margin: 0px 5px !important;
	
}
.custom-carousel-arrows-style-1 .owl-nav .owl-next:before,
.custom-carousel-arrows-style-1 .owl-nav .owl-prev:before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 70% !important;
    width: 15px;
    height: 15px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.custom-carousel-arrows-style-1 .owl-nav .owl-next {
    transform: rotate(180deg) !important;
    transform-origin: 50% 25%;
}

/*header menü dopdown radius*/
@media (min-width: 992px) {
	.recommend-themes, #header{
		z-index:101  !important;
	}
	
	#header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu:not(.border-top), #header .header-nav-main.header-nav-main-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu{
		border-radius: var(--border-radius2x) !important;
	}
}




/*header bg transparent & blur effect*/
.header-floating-bar .header-body{			
	border-radius: 2px;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: linear-gradient(white 0%,rgba(255,255,255,0.4) 100%) !important;	
}
.recommend-themes{		
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: linear-gradient(rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.8) 40%, rgba(255,255,255,0.8) 60%, rgba(255,255,255,0.6) 100%) !important;	
}
html.sticky-header-active .header-floating-bar .header-body{
	border-radius: 0px;
	background-color: transparent !important;
}






/* Recommended Themes */
.recommend-themes {
	position: fixed;
	z-index: 9;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-transform: translateY(110%);
	transform: translateY(110%);
	-webkit-transition: -webkit-transform 0.8s ease;
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.recommend-themes.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





.logo-image img {
	filter: grayscale(100%);
	transition: filter 0.3s ease-in-out;
	cursor: pointer;
}

.logo-image img:hover {
	filter: grayscale(0%);
}