body {
	font-family: 'Figtree', sans-serif;
	height:100%;
	color: #000000;
}
header {
	position:absolute;
	z-index:99;
	width:100%;
	transition-property: background,background-color;
    transition-duration: .4s,.4s;
}
ul:after {
	content:"";
	display:block;
	clear:both;
}
.logo-white { display:block;}
.logo-blue { display:none;}
a:hover {
	text-decoration:none;
	color:initial;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: top 0.3s ease-in-out;
}

.cookie-banner {
    max-width: 580px;
    position: fixed;
    left: 24px;
    bottom: 24px;
    right: 16px;
    z-index: 2;
}
.cookie-banner .content {
    display: flex;
    flex-flow: row;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.33;
    color: #fff;
    padding: 16px;
    background-color: #343248;
}
.cookie-banner .content:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ed1c24;
    position: absolute;
    left: -8px;
    bottom: -8px;
    z-index: -1;
}
.cookie-banner .content .item+.item {
    margin-left: 16px;
}
.cookie-banner .btn-close {
    flex: 0 0 auto;
    padding: 6px;
    font-size: 10px;
    opacity: 1;
    color: #fff;
    outline: 0;
    box-shadow: none;
	cursor:pointer;
}
.cookie-banner .content a {
    color: #ed1c24;
}
.img-responsive {
	margin:0 0 30px 0;
	max-width:100%;
}
.product-liste-box a {
	width: 398px;
    display: block;
	overflow:hidden;
}
.product-liste-box a img.alt-kat-img {
    width: 100%;
    transition: all 1.8s ease;
    min-width: 398px;
    min-height: 290px;
}
.product-liste-box a:hover img.alt-kat-img {
    transform: scale(1.1);
}

.header-top {
    padding: 43px 0 0 0;
    margin-bottom: -53px;
    z-index: 9999;
    position: relative;
}
.dil-btn a {
	padding:6px;
	color:white;
	font-size:14px;
	display:inline-block;
	margin-right:6px;
}
.dil-btn a:hover {
	background:black;
	color:white;
}
.dil-btn a.active-dil {
	background:black;
}
.top-sosyal {
	text-align:right;
}
.top-sosyal ul {
	margin:0;
}
.top-sosyal li {
	display:inline-block;
}
	/*.top-sosyal a.dil-icon {
	display:none;
}*/
.top-sosyal a {
	padding:3px 7px 0;
	color:white;
	font-size:16px;
	display:inline-block;
	margin-right:6px;
}
.top-sosyal li {
	position:relative;
}
.top-sosyal li ul {
	display:none;
	position:absolute;
	margin:0;
	z-index:1;
}
.top-sosyal li:hover ul {
	display:block;
}
.top-sosyal li ul li {
    background: #fff;
    width: 54px;
    text-align: left;
    border-top: 1px solid #d3d3d3;
}
.top-sosyal li ul li a{
    color:#000;
}
.dil-li a {
	font-size:14px;
}
.top-btn a {
	font-size:13px;
	font-weight:400;
	color:white;
}
.black .top-btn a {
	color:black;
}
.header:hover .top-btn a {
	color:black;
}
.logo-body {
	padding:0px 0 0 0;
	text-align:center;
}
.navbar, .navbar-nav {
	width:100%;
	text-align:center;
	display:block;
	padding:5px 0 0 0;
}
@media screen and (max-width:1117px) {
	li.arama {
		padding-left: 44px;
	}
}
@media screen and (max-width:977px) {
	li.arama {
		padding-left:24px;
	}
}
@media screen and (max-width:847px) {
	li.arama {
		padding-left:10px;
	}
}
@media screen and (max-width:768px) {

	.top-sosyal {
		text-align: left;
	}
	.top-btn a {
		font-size: 13px;
		font-weight: 400;
		color: #000000;
	}
	.col-2.top-sosyal {
		padding: 0;
	}
	li.arama {
		padding-left: 0px;
	}
	.top-sosyal a {
		padding: 0px 3px 0;
	}
	.top-sosyal ul {
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.logo-body img {
		height: 34px !important;
		margin-bottom: -10px;
	}
	.navbar, .navbar-nav {
		padding: 0px 0 0 0;
	}
    .col-2.top-sosyal ul li i {
    color: #061689 !important;
}
.menu-trigger {
  width: 32px;
  height: 3px;
  background: #06168a;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  transition: background 0.3s ease;
}
.menu-trigger::before,
.menu-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 3px;
  background: #06168a;
  transition: transform 0.3s ease, top 0.3s ease;
}
.menu-trigger::before {
  top: -8px;
}
.menu-trigger::after {
  top: 8px;
}
.menu-trigger.active {
  background: transparent;
}
.menu-trigger.active::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-trigger.active::after {
  top: 0;
  transform: rotate(-45deg);
}
	.cursorPointer {
		color: black;
		width: inherit;
		text-align: left;
		z-index: 999999;
		padding: 15px 15px 0 15px;
		position: absolute;
		transform: translate3d(-113%, 0, 0);
		font-size: 29px;
		top: 10px;
		cursor: pointer;
	}
.mp-level.mp-level-open ul li {
    position: relative;
    border-bottom: 1px solid #eee;
}
.mp-level.mp-level-open ul li a {
    padding-left: 53px;
}
.fa-times:before {
    content: "\f00d";
    color: #06168a;
}
.mp-level > ul > li:first-child > a {
    text-align: left;
}
.mp-menu ul li > a {
    text-align: left;
    color: #061689;
}
.mp-level.mp-level-open ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #f7303e;
    width: 21px;
}
.mp-menu ul li a:hover, .mp-level > ul > li:first-child > a:hover {
    background: rgb(237 237 237);
}
.mp-level.mp-level-open ul li:nth-child(1) {
    margin-left: -28px;
}
.mp-level.mp-level-open ul li:nth-child(2)::before { content: "\f02d"; }
.mp-level.mp-level-open ul li:nth-child(3)::before { content: "\f542"; }
.mp-level.mp-level-open ul li:nth-child(4)::before { content: "\f019"; }
.mp-level.mp-level-open ul li:nth-child(5)::before { content: "\f0c0"; }
.mp-level.mp-level-open ul li:nth-child(6)::before { content: "\f3a5"; }
.mp-level.mp-level-open ul li:nth-child(7)::before { content: "\f1fc"; }
.mp-level.mp-level-open ul li:hover::before {
    color: #06168a;
    z-index: 9;
}
}
.nav-item {
    display: inline-block;
    padding: 0 12px 0px 12px;
}
.nav-item a {
	position: relative;
	color:white;
	font-size:16px;
	font-weight:400;
	display:block;
	font-family: "figtree",Arial,Helvetica,sans-serif;
}
.nav-item a:after {
    background-color: #000;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    transition: .3s ease-out;
    width: 0px;
}
.nav-item a:hover:after {
    width: 100%;
}
.mp-menu {
    display: none;
}
.menu-trigger {
	display:none;
}
.cursorPointer {display:none;}

/****************************
		HEADER HOVER START
****************************/
.header:hover {
      background: #fff;
	  position:fixed;
	  border-bottom: 1px solid #CCCCCC;
}
.header:hover .dil-btn a {
	color:black;
}
.header:hover .dil-btn a:hover {
    background: black;
    color: white;
}
.header:hover .dil-btn a.active-dil {
	background:black;
	color:white;
}
.header:hover .top-sosyal a {
	color:black;
}
.header:hover .nav-item a {
	color:black;
}
.header:hover .nav-item a:hover {
	color:#a5a5a5;
}
.header:hover .logo-white { display:none;}
.header:hover .logo-blue { display:block;}
/****************************
		HEADER HOVER END
****************************/

/****************************
		HEADER HOVER START
****************************/
.header-ic {
    background: #fff;
    position: fixed;
    border-bottom: 1px solid #CCCCCC;
    transition: all 0.3s ease;
}
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    z-index: 9999999999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
    color: #fff;
}
.header-ic .dil-btn a {
	color:black;
}
.header-ic .dil-btn a:hover {
    background: black;
    color: white;
}
.header-ic .dil-btn a.active-dil {
	background:black;
	color:white;
}
.header-ic .top-sosyal a {
    color: #06168a;
}
.header-ic .top-btn a {
	color:black;
}
.header-ic .nav-item a {
	color:black;
}
.header-ic .nav-item a:hover {
	color:#a5a5a5;
}
.header-ic .logo-white { display:none;}
.header-ic .logo-blue { display:block;}
/****************************
		HEADER HOVER END
****************************/
/****************************
		AFFİX START
****************************/


.black {
      background: #fff;
	  position:fixed;
	  border-bottom: 1px solid #CCCCCC;
}
.black .logo-white { display:none;}
.black .logo-blue { display:block;}
.black .dil-btn a {
	color:black;
}
.black .dil-btn a.active-dil {
	background:black;
	color:white;
}
.black .top-sosyal a {
	color:black;
	padding: 3px 7px 0;
}
.black .nav-item a {
	color:black;
}
.menu-genisligi {
    max-width: 88%;
    margin: 0 auto;
}
.black .nav-item a:hover {
	color:#a5a5a5;
}
.black  .dil-btn a:hover {
    background: black;
    color: white;
	padding: 3px 7px 0;
}
.black .header-top {
    padding: 0;
}
.logo-body {
    padding-top: 26px;
}
.col-2.top-btn, .col-2.top-sosyal {
    margin-top: -20px;
}
.black .logo-body {
    padding: 0;
    text-align: center;
    padding-top: 27px;
}
.black .navbar, .navbar-nav {
	    padding: 5px 0 0 0;
}/*
.page-body-p {
	padding-top:181px;
}
/****************************
		AFFİX END
****************************/
.page-body {
    font-family: "lineto-circular-cyr-pr-book",Arial,Helvetica,sans-serif;
    padding: 154px 0 0;
    font-size: 16px;
    line-height: 1.6em;
}
.page-body a {
	color:black;
}
.page-body a:hover {
    color: #a5a5a5 !important;
    text-decoration: underline;
}
.page-body h3 {
	font-size:29px;
	font-weight:500;
}
.ic-page-bottom h3 {
	margin:20px 0;
}
.page-body .small, .page-body small {
    font-size: 90%;
}
.page-body h4 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
}
mark {
	background:transparent;
	font-size:14px;
	padding:0 30px 50px;
display: block;
    text-align: center;
    min-height: 118px;
}
.ilet {
	background:black;
	color:white;
	font-weight:800;
	padding:10px 0;
	display:block;
	text-align:center;
	border:solid 1px #000;
}
.ilet:hover {
	color:black;
	background:white;
}
/****************************
		SLİDLER START
****************************/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow:hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.swiper-slide div {
	width:100%; 
}
.swiper-slide:after {
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100vh;
	background: rgb(0 0 0 / 24%);
    left: 0;
    top: 0;
    z-index: 0;
}
.slider-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}
.swiper-slide img {
	height:100vh;
}
/* Text Overlay */
#lab_video_text_overlay h2 {
    font-size: 3.5rem;
    font-weight: 600;
    font-family: Figtree;
    max-width: 70%;
}
#lab_video_text_overlay p {
    font-size: 1rem;
    font-family: Figtree;
    max-width: 44%;
    margin: 34px auto 24px;
}
#lab_video_text_overlay .btn {
  border-radius:0;
  font-weight:200;
  padding:10px 30px;
}
#lab_video_text_overlay .btn-warning {
  background-color:#000;
  border-color:#000;
  color:white;
}
#lab_video_text_overlay .btn-warning:hover {
	background:white;
	color:black;
}
#lab_video_text_overlay {
    text-align: center;
    position: absolute;
    color: #FFF;
    width: 100%;
    top: 35%;
    display: flex;
    justify-content: center;
    max-width: 70%;
    z-index: 2;
}
#lab_video_text_overlay .container {
    text-align: center;
    margin: 0px auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper-container-horizontal>.swiper-pagination {
	bottom:30px;
}
.swiper-pagination-bullet {
	width:10px;
	height:10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image:url(../images/arow-left.png) !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image:url(../images/arow-right.png) !important;
}
.swiper-button-next, .swiper-button-prev {
	-moz-background-size: 30px 22px !important;
     -webkit-background-size: 30px 22px !important; 
     background-size: 30px 22px !important; 
}
.swiper-pagination-bullet-active {
	background:white !important;
}
@media screen and (max-width:991px) {
  #lab_video_text_wrap {
    height: 300px;
  }
}

@media screen and (max-width:650px) {
  #lab_video_text_wrap {
    height: 250px;
  }
  #lab_video_text_overlay h2 {
    font-size: 2em;
  }
  #lab_video_text_overlay p {
    font-size: .9em;
  }
	.carousel-caption h5, .carousel-caption p {
    font-size: 29px !important;
}
}
/****************************
		SLİDLER START
****************************/
.koleksiyon-ara {
	background:#f4f4f4;
	text-align:center;
	padding:45px 0;
}
.koleksiyon-ara h2 {
	font-size:24px;
	font-weight: 600;
	width:100%;
	margin-bottom:23px;
}
.koleksiyon-ara a {
	    color: #000000;
    border: 1px solid #000000;
    padding: 15px 20px;
    font-weight: bold;
    font-family: "figtree",Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    display: inline-block;
        margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 240px;
    line-height: initial;
 }
 .koleksiyon-ara a:hover {
	 text-decoration:none;
	 background:#000;
	 color:white;
 }
 .koleksiyonlar {
	 padding:45px 0;
	 text-align:center;
 }
h1, h2 {
    font-size: 3.5rem;
}
ul.koleksiyon-liste h2 {
    font-size: 21px !important;
}
div#pageCarousel {
    width: 100%;
}
 .koleksiyonlar-bsk h2 {
	 font-size:48px;
	 font-weight:600;
	 margin:0 auto;
	 text-align:center;
	 padding:0;
 }
  .koleksiyonlar-bsk p {
	 font-size:14px;
	 font-weight:400;
	 padding:15px 0 40px 0;
	 margin:0;
 }
 .koleksiyonlar-liste ul {
	margin-bottom:37px;
 }
  .koleksiyonlar-liste ul:after {
	  content:"";
	  display:block;
	  clear:both;
  }
 .koleksiyonlar-liste li {
	 width:25%;
	 float:left;
	 padding-right:20px;
 }
 .koleksiyonlar-liste li:last-child {
	 padding:0;
 }
  .koleksiyonlar-liste li a img {
	  width:100%;
	  height:270px;
	  overflow:hidden;
  }
  .koleksiyonlar-liste li a h3 {
	   font-size:22px;
	   font-weight:900;
	   padding:34px 0 0 0;
	   color:#000;
	   margin:0;
   }
   .tumu {
	color: #fff;
	background:#000;
    padding: 15px 20px;
    font-weight: bold;
    font-family: "figtree",Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 240px;
    line-height: initial;
	border:solid 1px black;
   }
    .tumu:hover {
		border:solid 1px black;
		background:white;
		color:black;
	}
   .home-hak-ara {
	   background:url(../images/home-hak-ara-bg.jpg);
	   background-size:cover;
	       background-position: center;
	   padding:65px 0;
	   text-align:center;
   }
   .text {
	   width:100%;
	   text-align:center;
   }
   .text p {
    font-family: "beatrice_displaythin",Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 4em;
	margin-bottom:45px;
}
.text p span {
    font-family: "Trash-Medium",Arial,Helvetica,sans-serif;
}
.text p span.iharf {
	font-size: 1.3em;
	font-family: "beatrice_displaythin",Arial,Helvetica,sans-serif;
}
/***************************
		OWL HABERLER START
****************************/
.owl-carousel .owl-stage { padding: 0 150px;}
.owl-carousel.owl-video .owl-stage { padding: 0 0;}
.digerleri .owl-carousel .owl-stage { padding: 0 !important;}
.blog_section {
  padding: 60px 0 0;
}
.blog_section h2 {
	font-family:"lineto-circular-cyr-pr-bold",Arial,Helvetica,sans-serif;
	font-size:48px;
	color:black;
	margin-bottom: 45px;
	text-align:center;
}
.blog_section .blog_content .blog_item {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}
.blog_section .blog_content .blog_item .blog_image img {
  transition: transform 0.5s ease-in-out;
  height:321px;
      width: auto;
    max-width: inherit;
	min-width:100%;
}
.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details {
  text-align:center;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
  color: black;
  margin-top: 29px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
    font-family: "figtree",Arial,Helvetica,sans-serif;
	display:block;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
  color: #a5a5a5;
  text-decoration:underline;
}
.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}
.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}
.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}
.blog_section .blog_content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding: 20px 0 4px;
}
.blog_section .blog_content .blog_item .blog_details a {
   color: black;
  margin-top: 29px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  transition: all 0.3s;
  text-decoration: none;
    font-family: "figtree",Arial,Helvetica,sans-serif;
	display:block;
}
.blog_section .blog_content .blog_item .blog_details a:hover {
  color: #020d26;
}
.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}
.blog_section .blog_content .owl-nav {
  display: block;
}
.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: 27px;
  top: 33%;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  outline: 0;
  transition: all 0.3s;
  color: #fff;
  font-weight:200;
}
.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
 
.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: 27px;
  top: 33%;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  color: #fff;
  transition: all 0.3s;
  font-weight:200;
}
/************
DİĞER HABERLER 
**********/

.digerleri h2 {
	font-family:"lineto-circular-cyr-pr-bold",Arial,Helvetica,sans-serif;
	font-size:26px;
	color:black;
	margin-bottom: 45px;
	text-align:center;
	width:100%;
}
.digerleri .blog_item {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.digerleri .blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.digerleri .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}
.digerleri .blog_item .blog_image img {
  transition: transform 0.5s ease-in-out;
  height:221px;
      width: auto;
    max-width: inherit;
}
.digerleri .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff5e14;
}
.digerleri.blog_item .blog_details {
  text-align:center;
}
.digerleri .blog_item .blog_details .blog_title h5 span {
color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "figtree",Arial,Helvetica,sans-serif;
    display: block;
}
.digerleri .blog_item .blog_details .blog_title h5 a:hover {
  color: #a5a5a5;
  text-decoration:underline;
}
/********************/
.owl-theme .owl-nav [class*='owl-']:hover {
	background:transparent;
	outline:none;
}
.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
 
.owl-carousel.owl-drag .owl-item {
margin-right:30px !important;}
@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: 10px !important;
  }
  .blog_section .owl-nav .owl-next {
    right: 10px !important;
  }
}
.pagenum {
	display:block;
	width:100%;
	text-align:center;
}
.pagenum a {
	color: #1e3e96;
    text-decoration: none;
    background-color: transparent;
    padding: 5px 6px 2px;
    border-bottom: solid 1px #ddd;
    /* border-top: solid 1px #ddd; */
    margin: 0 3px;
}
.pagenum a:hover {
color: red;
    border-top: solid 1px #ddd;
    padding: 5px 6px 0;
}
.pagenum span > span {
color: red;
    border-top: solid 1px #ddd;
    padding: 5px 6px 0;
}
a:not([href]) {
    color: #eee;
    text-decoration: none;
	border:none;
}
/***************************
		OWL HABERLER END
****************************/
.formStyle {
	text-align:center;
}
.formStyle i {
	font-size:26px;
	color:#ed1c24;
}
.icerik-content {
	min-height:120px;
}
.home-video {
	padding:90px 0 0;
	border-top: solid 1px #d8d8d8;
	margin:90px 0 0;
}
.home-video .home-video-slider {
	position: relative;
	overflow: visible;
}
.home-video .container {
	overflow: visible;
}
.home-video .owl-carousel {
	position: relative;
	overflow: visible;
}
.home-video .owl-stage-outer {
	overflow: hidden;
}
.home-video .owl-nav {
	display: block;
}
.home-video .owl-nav .owl-prev,
.home-video .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent !important;
	border-radius: 0;
	color: #000;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	outline: 0;
	transition: opacity 0.3s;
}
.home-video .owl-nav .owl-prev:hover,
.home-video .owl-nav .owl-next:hover {
	background: transparent !important;
	color: #000;
	opacity: 0.6;
}
.home-video .owl-nav .owl-prev {
	left: -56px;
}
.home-video .owl-nav .owl-next {
	right: -56px;
}
.home-video .owl-nav .owl-prev span,
.home-video .owl-nav .owl-next span {
	font-size: 32px;
	line-height: 1;
	display: inline-block;
}
.footer-social {
	border-top:solid 1px #d8d8d8;
	border-bottom:solid 1px #d8d8d8;
	padding:90px 0;
	text-align:center;
	margin-top:90px;
}
.footer-social a {
	display:inline-block;
	padding:0 15px;
	color:black;
	font-size:22px;
}
.footer-body {
	padding:60px 0;
	text-align:center;
	line-height:14px;
}
.footer-adres {
	color:#6c6c6c;
	font-size:14px;
	padding:14px 0;
	margin:0;
}
.footer-adres a {
	color:#6c6c6c;
}
.footer-copyrigt {
	color:#6c6c6c;
	font-size:14px;
	padding: 0;
	margin:0;
}
.footer-menu {
	background:#f4f4f4;
	border-top:solid 1px #d8d8d8;
	padding:25px 0;
}
.footer-menu br {
	display:none;
}
.footer-menu a {
	width:100%;
	display:inline-block;
	color:#6c6c6c;
	text-align:center;
	font-size:13px;
	font-family: "figtree",Arial,Helvetica,sans-serif;
}
.breadcrumb {
	display: block;
	padding: 18px  15px;
	background: none;
	margin-bottom: 0;
}
.breadcrumb>li {
    display:inline-block
}
.breadcrumb a {
	color: #1a1a1a;
	display: inline-block;
	font-size:13px;
}
.breadcrumb p {
	margin: 0;
}
.breadcrumb>li+li {
	padding-left:17px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #1a1a1a;
    content: "";
	background-image: url(/content/images/sprite_arrows.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
	top: 4px;
    position: relative;
    left: -13px;
}
.product-menu-one {
	margin-bottom:10px;
}
.product-menu-one a {
	font-size:14px;
	font-weight:400;
	border-bottom:solid 1px #eaeaea;
	color:black;
	display:block;
}
.product-menu-two a {
	font-weight:900;
	border:none;
	padding: 10px 0 5px 15px;
}
.product-menu-three a {
	font-weight:400;
	padding: 0 0px 0 25px;
}
.product-menu-three a:hover {
	font-weight:600;
}
.product-menu-aktif {
	background: black;
    color: white !important;
    padding: 8px 0 5px 15px;
}
.left-search h3 {
	font-size:16px;
	font-weight:900;
	margin-top:40px;
}
.left-search .form-control {
	font-size:14px;
}
.left-search  label {
	font-weight:600;
}
.btn-mavi {
	padding:8px 16px;
	background:#1f3f96;
	color:white !important;
	font-weight:900;
}
.koleksiyon-liste:after {
	content:"";
	display:block;
	clear:both;
}
.koleksiyon-liste li {
	width:398px;
	margin:0 29px 29px 0;
	float:left;
	overflow:hidden;
}
.koleksiyon-liste li:nth-child(2n+0) {
	margin:0 0 29px 0;
}
.koleksiyon-liste li a {
display: block;
    overflow: hidden;
}

.koleksiyon-liste li img {
	width:100%;
	transition: all 1.8s ease;
	min-width: 398px;
    min-height: 290px;
}
.koleksiyon-liste li:hover img {
	transform: scale(1.1);
}
.koleksiyon-liste li a h2 {
	color:black;
	font-size:22px;
	font-weight:900;
	padding:15px 0;
	margin:0;
}
.koleksiyon-liste li a p {
	color:#6b6b6b;
	font-size:14px;
	padding:0;
	margin:0;
	max-height:80px;
	overflow:hidden;
	font-family:amiko;
}
p span {
	font-family:inherit !important;
	font-size:inherit !important;
}
.product-liste h1 {
	font-size:42px;
	font-weight:900;
	text-align:center;
	padding:0;
	margin:0;
	font-family: "lineto-circular-cyr-pr-bold",Arial,Helvetica,sans-serif;
}
.product-liste span {
	font-size:22px;
	font-weight:400;
}
.product-liste-bsk {
	text-align:center;
	padding-bottom:30px;
}
.product-liste-box:after {
	content:"";
	display:block;
	clear:both;
}
.product-liste-box h2 {
	font-size:28px !important;
	font-weight:600;
	margin:5px 0 8px;
}
.product-liste-box li {
	width:398px;
	margin:0 29px 29px 0;
	float:left;
	overflow:hidden;
	position:relative;
	height: 290px;
}

.product-liste-box li:nth-child(2n+0) {
	margin:0 0 29px 0;
}
.product-liste-box li a {
display: block;
    overflow: hidden;
}
.product-liste-box li img {
	width:100%;
	transition: all 1.8s ease;
	min-width: 398px;
    min-height: 290px;
}
.product-liste-box li:hover img {
	transform: scale(1.1);
}
.product-liste-box li a h3 {
	color:black;
	font-size:16px;
	font-weight:400;
	padding:10px 15px 5px;
	margin:0;
	position:absolute;
	left:15px;
	bottom:15px;
	background:white;
	display:inline-block;
}
.product-liste-box li:hover a h3 {
	color:#a5a5a5;
}
/****************/
.products-liste h1 {
	font-size:42px !important;
	font-weight:900;
	text-align:center;
	padding:0 0 35px 0;
	margin:0;
	font-family: "lineto-circular-cyr-pr-bold",Arial,Helvetica,sans-serif;
}
.products-liste p {
	font-size:14px;
	font-weight:400;
	margin:0;
}
.products-liste-bsk {
	text-align:center;
	padding-bottom:38px;
	position:relative;
}
.products-liste-box:after {
	content:"";
	display:block;
	clear:both;
}
.products-liste-bsk span {
	position: absolute;
    top: 40px;
    left: 0%;
	width:100%;
    font-size: 22px;
}

.products-liste-bsk p span {
	position:inherit;
}
.products-liste-box li {
	width:184px;
	margin:0 29px 17px 0;
	float:left;
	overflow:hidden;
	position:relative;
	min-height:200px;
}
.products-liste-box li:nth-child(4n+0) {
	margin:0 0 17px 0;
}
.products-liste-box li a {
	display: block;
    overflow: hidden;
}
.products-liste-box li .urun-img {
	    max-height: 185px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.products-liste-box li img {
	width:100%;
	transition: all 1.8s ease;
	/*min-width: 184px;
    height: 126px;*/
}
.products-liste-box li:hover img {
	transform: scale(1.1);
}
.products-liste-box li a h2 {
	color:black;
	font-size:16px;
	font-weight:600;
	padding:12px 0;
	display:inline-block;
	height:65px;
}
.products-liste-box li:hover a h2 {
	color:#a5a5a5;
}
.products-liste [data-container-id="products"] ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.products-liste [data-container-id="products"] ul:after {
	content: "";
	display: block;
	clear: both;
}
.products-liste [data-container-id="products"] li.pItem {
	width: 184px;
	margin: 0 22px 2px 0;
	float: left;
	overflow: hidden;
	position: relative;
	min-height: inherit;
}
.products-liste [data-container-id="products"] li.pItem:nth-child(4n+0) {
	margin: 0 0 17px 0;
}
.products-liste [data-container-id="products"] li.pItem a {
	display: block;
	overflow: hidden;
}
.products-liste [data-container-id="products"] li.pItem .urun-img {
	max-height: 185px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.products-liste [data-container-id="products"] li.pItem img {
	width: 100%;
	transition: all 1.8s ease;
}
.products-liste [data-container-id="products"] li.pItem:hover img {
	transform: scale(1.1);
}
.products-liste [data-container-id="products"] li.pItem a h2 {
	color: black;
	font-size: 12px !important;
	font-weight: 600;
	padding: 12px 0;
	display: inline-block;
}
.products-liste [data-container-id="products"] li.pItem:hover a h2 {
	color: #a5a5a5;
}


/***************************************************/

.search-liste li {
	width: 184px;
    margin: 0 29px 0px 0;
    float: left;
    overflow: hidden;
    position: relative;
    min-height: 242px;
}
.search-liste li:nth-child(4n+0) {
	margin:0 0 17px 0;
}
.search-liste li a {
	display: block;
    overflow: hidden;
}
.search-liste li .urun-img {
	    max-height: 185px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.search-liste li img {
	width:100%;
	transition: all 1.8s ease;
	/*min-width: 184px;
    height: 126px;*/
}
.search-liste li:hover img {
	transform: scale(1.1);
}
.search-liste li a h2 {
	color:black;
	font-size:16px;
	font-weight:600;
	padding:12px 0 0;
	display:inline-block;
}
.search-liste li:hover a h2 {
	color:#a5a5a5;
}





/***************************************************/

/**********************
		DİK RESİM
**********************/

.products-liste2-box:after {
	content:"";
	display:block;
	clear:both;
}
.products-liste2-box li {
	width:255px;
	margin:0 30px 17px 0;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.products-liste2-box li:nth-child(3n+0) {
	margin:0 0 17px 0;
}
.products-liste2-box li a {
	display: block;
    overflow: hidden;
}
.products-liste2-box li img {
	width:100%;
	transition: all 1.8s ease;
	min-width: 184px;
    min-height: 126px;
}
.products-liste2-box li:hover img {
	transform: scale(1.1);
}
.products-liste2-box li a h2 {
	color:black;
	font-size:18px;
	font-weight:600;
	padding:12px 0;
	display:inline-block;
}
.products-liste2-box li:hover a h2 {
	color:#a5a5a5;
}
/********** GALERİ **************/

.betsan-grid {
	width: 100%;
	margin-top: 15px;
	padding-right: 3px;
	padding-left: 8px;
	min-height: auto /*711px;*/
}
.betsan-grid ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -15px;
	margin-right: -15px;
}
.betsan-grid ul:after {
	content:"";
	display:block;
	clear:both;
}
.betsan-grid ul li {
	position: relative;
	float: left;
	display: inline;
	width: 33.333%;
	margin: 0;
	padding: 3px 15px 20px 0;
 background:/* url(../images/border-pp.png) 0px 227px repeat-x;*/
}
.betsan-grid ul li:nth-child(6n+0) {
	padding-right:0;
}
/*******************
	HAKKIMIZDA
*******************/
.hak-bsk {
	text-align:center;
	padding-bottom:18px;
}
.hak-bsk h1 {
	font-size:42px;
	font-weight:900;
	text-align:center;
	margin:0;
	font-family: "lineto-circular-cyr-pr-bold",Arial,Helvetica,sans-serif;
}
.hak-img {
    text-align: center;
    display: block;
    margin: 20px auto;
    max-width: 100%;
	max-height:600px;
	overflow:hidden;
}
.hak-img img {
	max-width:100%;
}
.hak-text {
    max-width: 755px;
    margin: 40px auto 70px;
    display: block;
	font-family: "lineto-circular-cyr-pr-book",Arial,Helvetica,sans-serif;
	text-align:center;
}
.hak-text h2 {
	font-size:18px;
	font-weight:600;
}
.hak-text p {
	font-size:16px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.form-ala { 
    margin: 40px auto;
     
	font-family: "lineto-circular-cyr-pr-book",Arial,Helvetica,sans-serif;
	text-align:left;
}
.form-ala h2 {
	font-size:18px;
	font-weight:600;
	width:100%;
	padding: 20px 15px 5px;
}
.form-ala p {
	font-size:16px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.form-ala input {
	font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
	border-radius:0;
	color: #8d8d8b!important;
}
.form-ala textarea.form-control {
	    height: 40px;
    border: none;
    border-bottom: solid 1px #ddd;
}
.form-ala .btn-primary {
	    background: #1e3e96;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    /* padding-left: 2rem; */
    padding: 15px 20px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.form-ala .btn-primary:hover {
	background: #ed1c24;
}
.ic-page-bottom {
	margin-top:30px;
	padding:30px 0 0;
	border-top:solid 1px #cccccc;
}
.ic-page-bottom li {
	width:255px;
	margin:0 30px 0 0;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:left;
}
.ic-page-bottom li:last-child {
	margin:0;
}
.ic-page-bottom li a {
	display: block;
    overflow: hidden;
}
.ic-page-bottom li img {
	width:100%;
	transition: all 1.8s ease;
	min-width: 255px;
    min-height: 255px;
}
.ic-page-bottom li:hover img {
	transform: scale(1.1);
}
.ic-page-bottom li a h3 {
	color:black;
	font-size:18px;
	font-weight:900;
	padding:15px 0 12px;
	display:inline-block;
	margin:0;
}
.ic-page-bottom li:hover a h3 {
	color:#a5a5a5;
}
.ic-page-bottom li a p {
	color:black;
	font-size:14px;
}
/*******************
		BLOG
*********************/
.blog-liste-content {
	margin: 40px auto;
}
.blog-liste-content:after {
	content:"";
	display:block;
	clear:both;
}
.blog-liste-content .blog_item {
	margin-bottom: 40px;
	width: 33.33333333%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.blog-liste-content .blog_item:hover .blog_image img {
  transform: scale(1.1);

}
.blog-liste-content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
  background-size:cover;
  width:100%;
  background-position:center;
}
.blog-liste-content .blog_item .blog_image a {
	display:block;
	width:100%;
	height:100%;
}
.blog-liste-content .blog_item .blog_image img {
  transition: transform 0.5s ease-in-out;
  height:321px;
      width: auto;
    max-width: initial;
	min-height:100%;
	min-width:100%;
}
.blog-liste-content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #ff5e14;
}
.blog-liste-content .blog_item:nth-child(1) .blog_image {
	height:420px;
}
.blog-liste-content .blog_item:nth-child(3) .blog_image {
	height:420px;
}
.blog-liste-content .blog_item:nth-child(2) .blog_image {
	height:220px;
} 
.blog-liste-content .blog_item:nth-child(5) .blog_image {
	height:420px;
} 
.blog-liste-content .blog_item:nth-child(4) .blog_image {
	height:220px;
}
.blog-liste-content .blog_item:nth-child(6) .blog_image {
	height:220px;
}
.blog-liste-content .blog_item:nth-child(7) .blog_image {
	height:420px;
}
.blog-liste-content .blog_item:nth-child(9) .blog_image {
	height:420px;
}
.blog-liste-content .blog_item:nth-child(8) .blog_image {
	height:220px;
} 
.blog-liste-content .blog_item:nth-child(11) .blog_image {
	height:420px;
} 
.blog-liste-content .blog_item:nth-child(10) .blog_image {
	height:220px;
}
.blog-liste-content .blog_item:nth-child(12) .blog_image {
	height:220px;
}
.blog-liste-content .blog_item:nth-child(14) .blog_image {
	height:220px;
}
.blog-liste-content .blog_item:nth-child(13) .blog_image {
	height:420px;
}
.blog-liste-content .blog_item:nth-child(15) .blog_image {
	height:420px;
} 
.blog-liste-content .blog_item:nth-child(17) .blog_image {
	height:420px;
} 
.blog-liste-content .blog_item:nth-child(16) .blog_image {
	height:220px;
}
.blog-liste-content .blog_item:nth-child(18) .blog_image {
	height:220px;
}
.blog-liste-content .blog_item:nth-child(20) .blog_image {
	height:220px;
}
.blog-liste-content .blog_item:nth-child(19) .blog_image {
	height:420px;
}
.blog-liste-content .blog_item:nth-child(21) .blog_image {
	height:420px;
} 
.blog-liste-content .blog_item:nth-child(23) .blog_image {
	height:420px;
} 
.blog-liste-content .blog_item:nth-child(22) .blog_image {
	height:220px;
}
.blog-liste-content .blog_item:nth-child(24) .blog_image {
	height:220px;
}
.blog-liste-content .blog_item:nth-child(5) .blog_image, .blog-liste-content .blog_item:nth-child(8) .blog_image, .blog-liste-content .blog_item:nth-child(11) .blog_image, .blog-liste-content .blog_item:nth-child(14) .blog_image,
.blog-liste-content .blog_item:nth-child(17) .blog_image, .blog-liste-content .blog_item:nth-child(20) .blog_image, .blog-liste-content .blog_item:nth-child(23) .blog_image  {
	position:relative;
	margin-top:-200px;
}
.blog-liste-content .blog_item:nth-child(8) .blog_image, .blog-liste-content .blog_item:nth-child(14) .blog_image, .blog-liste-content .blog_item:nth-child(20) .blog_image, .blog-liste-content .blog_item:nth-child(26) .blog_image {
	position:relative;
	margin-top:0px;
}
.blog-liste-content .blog_item .blog_details {
  text-align:left;
}
.baslik {
    text-align: center;
}
.blog-liste-content .blog_item .blog_details .blog_title h5 a { 
    font-family: "figtree",Arial,Helvetica,sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1.4rem;
	height: 44px;
    overflow: hidden;
    display: grid;
    align-items: center;
}
.blog-liste-content .blog_item .blog_details .blog_title h5 a:hover {
  color: #a5a5a5;
  text-decoration:underline;
}
.blog-liste-content .blog_item .blog_details .blog_title p {
	font-family: "lineto-circular-cyr-pr-book",Arial,Helvetica,sans-serif;
    margin-bottom: 20px;
    display: block;
    line-height: 1.3rem;
    font-size: 17px;
	padding: 0;
    border: none;
	height: 80px;
    overflow: hidden;
}


.blog-liste-content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}
.blog-liste-content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}
.blog-liste-content .blog_item .blog_details ul li i {
  padding-right: 7px;
}
.blog-liste-content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding: 20px 0 4px;
}
.blog-liste-content .blog_item .blog_details .blog_title  .blog-link  {
    color: #000000;
    text-decoration: underline;
    display: initial;
	overflow: hidden;
    margin-bottom: 15px;
	font-size: 14px;
    font-weight: 300;
}
/***************
	PROJELER
*********************/

.liste_969 .projeler-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.liste_969 .projeler-list li {
    width: 31%;
    margin: 0 30px 0 0;
    float: left;
    position: relative;
    text-align: center;
    height: inherit;
}
.liste_969 .projeler-list li a {
    display: block;
    overflow: hidden;
    margin-top: 9px;
}
.liste_969 .projeler-list ul li div img {
    position: relative;
    left: -40px;
}
.liste_969 .projeler-list li img {
    width: 444px;
    transition: all 1.8s ease;
}
.liste_969 .projeler-list li:nth-child(3n+3) {
    margin-right: 0px;
}
.projeler-list.liste_852 {
    margin-top: 39px;
}
.liste_852 .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.liste_852 .carousel-control-next, .liste_852 .carousel-control-prev {
    position: absolute;
    top: 150px;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity .15s ease;
}
div#ctl00_ContentPlaceHolder1_pnlVideo h2 {
    margin-top: 39px;
}
div#ctl00_ContentPlaceHolder1_pnlVideo iframe {
    width: 100%;
    height: 520px;
}
div#ctl00_ContentPlaceHolder1_pnlVideo {
    text-align: center;
}
.proje-detay-top {
    height: 400px;
    margin-bottom: 39px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proje-detay-top img {
    width: 130px;
}
.proje-detay-list {
    width: 571px;
}
.urun-ic-sayfasi .carousel-inner img {
    width: 100%;
    height: 630px;
    object-fit: cover;
    border-radius: 8px;
}
.urun-ic-sayfasi .thumbnail-images {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
}
.urun-ic-sayfasi .thumbnail-images img {
    width: 120px;
    height: auto;
    margin: 5px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    transition: 0.3s;
}
.urun-ic-sayfasi .thumbnail-images img.active {
    opacity: 1;
    border-color: #007bff;
}
.urun-ic-sayfasi .carousel {
    width: 100%;
}
.urun-ic-sayfasi .thumbnail-wrapper {
    position: relative;
    margin-top: 15px;
}
.urun-ic-sayfasi .thumbnail-scroll {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 40px;
}
.urun-ic-sayfasi .thumbnail-scroll::-webkit-scrollbar {
    display: none;
}
.urun-ic-sayfasi .thumbnail-scroll img {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    transition: 0.3s;
    object-fit: cover;
    height: 150px;
}
.urun-ic-sayfasi .thumbnail-scroll img.active {
    opacity: 1;
    border-color: #007bff;
}
.urun-ic-sayfasi .scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,0.4);
    color: white;
    border: none;
    border-radius: 50%;
    z-index: 2;
}
.urun-ic-sayfasi .scroll-left {
    left: 0;
}
.urun-ic-sayfasi .scroll-right {
    right: 0;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e") !important;
}
.liste_852 .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e") !important;
}
.liste_852 .carousel-control-next:hover, .liste_852 .carousel-control-prev:hover {
    opacity: 1;
}
.liste_852 .carousel-control-next-icon, .liste_852 .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 35% #ffffff;
    padding: 29px;
    border-radius: 32px;
}
.projeler-list.liste_852 p {
    display: block !important;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.liste_852 .row {
    display: flex;
    justify-content: center;
}

.projeler-list {
	padding:0 0 30px 0;
}
.projeler-list li {
    width: 247px;
	margin:0 30px 0 0;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.projeler-list li:last-child {
	margin:0;
}
.projeler-list li a {
	display: block;
    overflow: hidden;
}
.projeler-list li img {
	width:100%;
	transition: all 1.8s ease;
	min-width: 255px;
    min-height: 255px;
}
.projeler-list li .proje-one img {
	max-width:255px;
}
.projeler-list li .proje-two img {
	max-width:350px;
}
.projeler-list li:hover img {
	transform: scale(1.1);
}
.projeler-list li a h3 {
    color: black;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 12px;
    display: inline-block;
    margin: 0;
    height: 70px;
}
.projeler-list li:hover a h3 {
	color:#a5a5a5;
}
.projeler-list li a p {
	color:black;
	font-size:14px;
}
.carousel-caption {
    position: absolute;
    right: 35px;
    bottom: 35px;
    left: inherit;
    z-index: 10;
    color: #fff;
    text-align: right;
    display: block !important;
}
.carousel-caption h5, .carousel-caption p {
    font-size: 2.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 17px #000000;
}
.carousel-caption a {
    background: black;
    color: white;
    padding: 12px 22px;
    position: relative;
    top: 1.5rem !important;
}
.carousel-caption a i {
	margin-left:20px;
}
.carousel {
    width: 70%;
}
.proje-bsk {
    text-align: left;
    padding-bottom: 38px;
    display: flex;
    margin-top: -110px;
    margin-bottom: 34px;
}
.urun-img-thumb {
    margin-top: 5px;
}
img {
    max-width: 100%;
}
.proje-bsk h1 {
    font-size: 22px !important;
    font-weight: 600;
    text-align: center;
    margin: 0;
    font-family: "figtree",Arial,Helvetica,sans-serif;
    background: #fff;
    line-height: 25px;
    padding: 6px 7px 2px 7px;
}
.proje-bsk p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.proje-list li {
	width:350px;
	margin:0 30px 0 0;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:left;
}
.proje-list li:nth-child(3n+0) {
	margin:0;
}
.proje-list li a {
	display: block;
    overflow: hidden;
}
.proje-list li img {
	width:100%;
	transition: all 1.8s ease;
	min-width: 350px;
    min-height: 350px;
}
.proje-list li:hover img {
	transform: scale(1.1);
}
.proje-list li a h3 {
	color:black;
	font-size:18px;
	font-weight:900;
	padding:15px 0 12px;
	display:inline-block;
	margin:0;
}
.proje-list li:hover a h3 {
	color:#a5a5a5;
}
.proje-list li a span {
	color:#202020;
	font-size:14px;
	font-weight:300;
}
/*****************
		MODAL
*********************/
.kapat {
	position: absolute;
    right: 5px;
    z-index: 9;
    font-size: 36px;
    top: 0px;
}
.modal-body {
	padding:0;
}
.card-body {
	padding:0;
}
.card-header {
	text-align:center;
}
.card-header .btn-link {
    font-weight: 600;
    color: #de1515;
}
@media (min-width: 576px) {
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
}
.loginmodal-container {
  padding: 30px 95px;
  max-width: 100%;
  width: 100% !important;
  background-color: #eee;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  font-family: 'Figtree';
}
.card {
	border:none;
}
.card-header {
	background-color: #eee;
	 border-bottom: 1px solid #e5e5e5;
}
.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: 'Figtree';
}

.loginmodal-container input[type=submit] {
width: auto;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding: 8px 15px;
    margin: 0 auto;
}

.loginmodal-container input[type=text], input[type=password] {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: solid 1px #fff;
    /* border-top: 1px solid #c0c0c0; */
    /* border-radius: 2px; */
    padding: 14px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    font-weight: 800;
	min-height:50px;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.loginmodal-container select.form-control {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
    /*-webkit-appearance: none;*/
    background: #fff;
    border: solid 1px #fff;
    color:#747d84;
    padding: 14px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    font-weight: 800;
	min-height:50px;
}
.loginmodal-container input[type=checkbox], .loginmodal-container input[type=radio] {
    margin-right: 5px;
}
.loginmodal-container .modal-header {
	cursor:pointer;
}
.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: 'Figtree';
  font-size: 14px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe4d4d), to(#ed4747));
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
/******************
	DOWNLOAD
*******************/
.download-menu-lnk {
	display:none;
}
.download-slilder {
	position:relative;
	width: 100% !important;
}
.download-slilder img {
	width:100%;
}
.download-txt {
	position:absolute;
	right:40px;
	bottom:40px;
}
.download-txt h1 {
	font-size:42px;
	font-weight:900;
	margin:0;
	font-family: "lineto-circular-cyr-pr-bold",Arial,Helvetica,sans-serif;
}
.download-txt h2 {
	font-size:24px;
	font-weight:400;
}
.download-list {
	padding-top:30px;
	margin-top:30px;
	border-top:solid 1px #ccc;
}
.download-list li {
	width:255px;
	margin:0 30px 30px 0;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.download-list li:nth-child(3n+0) {
	margin:0 0 30px;
}
.download-list li a {
	display: block;
    overflow: hidden;
}
.download-list li a strong {
	    font-size: 14px;
    color: black;
    text-decoration: underline;
}
.download-list li img {
	width:100%;
	transition: all 1.8s ease;
	min-width: 255px;
    min-height: 336px;
	max-height: 336px;
}
.download-list li:hover img {
	transform: scale(1.1);
}
.download-list li a h3 {
	color:black;
	font-size:18px;
	font-weight:900;
	padding:15px 0 12px;
	display:inline-block;
	margin:0;
}
.download-list li:hover a h3 {
	color:#a5a5a5;
}
.download-list li h3 {
	color:black;
	font-size:18px;
	font-weight:900;
	padding:15px 0 12px;
	display:inline-block;
	margin:0;
}
.download-list li:hover h3 {
	color:#a5a5a5;
}
.download-list li a span {
	color:#202020;
	font-size:14px;
	font-weight:300;
}
.download-menu {
	padding-top:30px;
	margin-top:30px;
	border-top:solid 1px #ccc;
	position:absolute;
	right:0;
}
.download-menu h4 {
	font-size:18px;
	font-weight:900;
}
.download-menu li a {
	display:block;
	font-size:15px;
	font-weight:400;
	color:black;
	padding:5px 0;
}
.download-menu li a:hover {
	font-weight:600;
}
.download-menu li a i {
	margin-right:10px;
}
.indir-btn {
	color:black;
	text-decoration:underline;
}
.responsive {
	max-width:100%;
}
/***************
URUN DETAY
*******************/
.urun-detay-img {
	width:460px;
	float:left;
}
.urun-detay-info {
	padding:0 20px;
	width:240px;
	float:none;
}
.urun-detay-info h1 {
	font-size:28px !important;
	font-weight:900;
	
	font-family: "lineto-circular-cyr-pr-bold",Arial,Helvetica,sans-serif;
}
.urun-detay-info ul {
	margin-top:30px;
}
.urun-detay-info li {
	font-size:14px;
	font-weight:600;
}
.urun-detay-info span {
	width: 95px;
    display: inline-block;
	font-weight:400;
}
.urun-detay-diger {
	width:410px;
}
h2.videolar {
    text-align: center;
    margin-bottom: 39px;
}
.urun-detay-diger h1 {
	font-size:28px !important;
	font-weight:900;
	padding-right:30px;
	text-align:center;
	font-family: "lineto-circular-cyr-pr-bold",Arial,Helvetica,sans-serif;
}

#onerilen {
	margin-top:30px;
}
#onerilen .owl-stage {
	margin-left:0 !important;
	padding:0 !important;
}
#onerilen .owl-item {
	text-align:center;
	margin-right: 0 !important;
}
#onerilen .blog_details a {
	font-size:12px;
	color:black;
	padding-top:10px;
	display: block;
    line-height: 15px;
    letter-spacing: -0.8px;
}
#onerilen .item {
	/*margin-bottom:22px !important;*/
	padding: 0 5px 0 0 !important;
    text-align: center;
}
#onerilen .item .blog_image {
	width:52px;
	height:52px;
	overflow:hidden;
	border-radius:30px;
	margin:0 auto;
}
#onerilen .item .blog_details {
	height:57px;
}
#onerilen .owl-item img {
    display: block;
    width: auto;
    height: 105px;
    max-width: initial;
    position: relative;
    left: -54px;
    top: -15px;
}
#onerilen .owl-nav {
	text-align:center;
	padding-right:30px;
}
#onerilen .owl-nav button {
	padding:0 10px !important;
	
}
#onerilen .owl-prev {
	border-right:solid 2px #c9c9c9;
}
.diger-seri {
	margin-top:50px;
	padding-top:50px;
	border-top:solid 1px #ccc;
}
.product-detay-bsk {
	text-align:center;
	padding-bottom:50px;
}
.product-detay-bsk h2 {
	font-size:32px;
	font-weight:900;
	text-align:center;
	padding:0;
	margin:0;
	font-family: "lineto-circular-cyr-pr-bold",Arial,Helvetica,sans-serif;
}

.product-detay-box:after {
	content:"";
	display:block;
	clear:both;
}
.product-detay-box li {
	width:350px;
	margin:0 30px 30px 0;
	float:left;
	overflow:hidden;
	position:relative;
	height:290px;
}
.product-detay-box li:nth-child(3n+0) {
	margin:0 0 30px 0;
}
.product-detay-box li a {
display: block;
    overflow: hidden;
}
.product-detay-box li img {
	width:100%;
	transition: all 1.8s ease;
	min-width: 350px;
    min-height: 290px;
}
.product-detay-box li:hover img {
	transform: scale(1.1);
}
.product-detay-box li a h3 {
	color:black;
	font-size:16px;
	font-weight:400;
	padding:10px 15px 5px;
	margin:0;
	position:absolute;
	left:15px;
	bottom:15px;
	background:white;
	display:inline-block;
}
.product-detay-box li:hover a h3 {
	color:#a5a5a5;
}
.fancybox-close {
    position: absolute;
    top: -10px;
    right: -50px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 8040;
	background-image: url(/content/source/gallery_box_detail_icon_close.png);
}

.fancybox-next span {
        background-image: url(/content/source/arrows_big.png);
    right: 6%;
    background-position: -150px 0;
    height: 22px;
    background-repeat: no-repeat;
}
.fancybox-prev span {
        background-image: url(/content/source/arrows_big.png);
    right: 10%;
    background-position: -120px 0;
    height: 22px;
    background-repeat: no-repeat;
    /* left: 0; */
    width: 30px;
}
 @font-face {
            font-family: "figtree";
            src: url("/content/font/figtree.woff2") format("woff2");
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

 @font-face {
            font-family: "lineto-circular-cyr-pr-book";
            src: url("/content/font/lineto-circular-cyr-pr-book.eot");
            src: url("/content/font/lineto-circular-cyr-pr-book.eot#iefix") format("embedded-opentype"),url("/content/font/lineto-circular-cyr-pr-book.woff2") format("woff2"),url("/content/font/lineto-circular-cyr-pr-book.woff") format("woff");
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "lineto-circular-cyr-pr-bold";
            src: url("/content/font/lineto-circular-cyr-pr-bold.eot");
            src: url("/content/font/lineto-circular-cyr-pr-bold.eot#iefix") format("embedded-opentype"),url("/content/font/lineto-circular-cyr-pr-bold.woff2") format("woff2"),url("/content/font/lineto-circular-cyr-pr-bold.woff") format("woff");
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'beatrice_displaythin';
            src: url('/content/font/beatricedisplay-thin-webfont.eot');
            src: url('/content/font/beatricedisplay-thin-webfont.eot?#iefix') format('embedded-opentype'),url('/content/font/beatricedisplay-thin-webfont.woff2') format('woff2'),url('/content/font/beatricedisplay-thin-webfont.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Trash-MediumItalic';
            src: url('/content/font/trash-medium-italic.eot');
            src: url('/content/font/trash-medium-italic.eot?#iefix') format('embedded-opentype'),url('/content/font/trash-medium-italic.woff2') format('woff2'),url('/content/font/trash-medium-italic.woff') format('woff'),url('/content/font/trash-medium-italic.ttf') format('truetype'),url('/content/font/trash-medium-italic.svg#youworkforthem') format('svg');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: 'Trash-Medium';
            src: url('/content/font/trash-medium.eot');
            src: url('/content/font/trash-medium.eot?#iefix') format('embedded-opentype'),url('/content/font/trash-medium.woff2') format('woff2'),url('/content/font/trash-medium.woff') format('woff'),url('/content/font/trash-medium.ttf') format('truetype'),url('/content/font/trash-medium.svg#youworkforthem') format('svg');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }

.youtube-lite {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #000;
}
.youtube-lite img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.youtube-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 0, 0, 0.9);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.25s, background 0.25s;
}
.youtube-lite:hover .youtube-play-button {
    transform: translate(-50%, -50%) scale(1.08);
    background: #f00;
}
.youtube-video-facade {
    position: relative;
    cursor: pointer;
    background: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.youtube-video-facade img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: opacity 0.25s, transform 0.25s;
}
.youtube-video-facade:hover img {
    opacity: 1;
    transform: scale(1.03);
}
.youtube-video-facade:hover .play-btn-bg {
    fill: #f00 !important;
    fill-opacity: 1 !important;
}
.youtube-video-facade:hover .facade-play-btn {
    transform: scale(1.1);
}
.facade-play-btn {
    position: absolute;
    width: 68px;
    height: 48px;
    transition: transform 0.25s;
}