body{
	overflow-x: hidden;
    color:#202426;
	background: #E5E1E6;
}
main{
	overflow: hidden;
}
p{
    font-size:18px;
    display:block;
    margin-bottom: 30px;
	font-weight: 300;
}
p:last-child, p:last-of-type{
    margin-bottom: 0;
}
header{
    height:100px;
    width:100%;
    position: fixed;
    top:0;
    left:0;
    transition: all ease 0.3s;
    z-index: 102;
	padding: 20px 0;
	background: #1D1D1B;
}

.gusto-logo {
  width: 135px;
  height: auto;
  display: block;
}

.gusto-logo-f {
  width: 110px;
  height: auto;
  display: block;
}

.header_alt{
    width:100%;
}
.header_alt > div > figure{
	width: 180px;
}
.header_alt > div{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.header_alt > div > nav > ul{
    display:flex;	
}
.header_alt > div > nav > ul > li{
    position: relative;
	border-radius: 10px 10px 0 0;
	transition: all 0.3s;
}
.header_alt > div > nav > ul > li > a{
    color:#fff;
    font-weight: bold;
	font-size: 17px;
    display:block;
    padding:0 20px;
	transition: all 0.4s;
}
.header_alt > div > nav > ul > li:hover > a{
    color: #b28555;
	transform: scale(0.98);
}
.header-main{
	display: flex;
	justify-content: space-between;
}
.header-link{
	height: 62px;
	display: flex;
	align-items: center;
}
.header-tel{
	height: 62px;
	display: flex;
	align-items: center;
	
}
.header-tel{
	display: block;
	padding: 10px 25px;
	color: #fff;
	position:relative;
	font-size: 15px;
	font-weight: 500;
	border: 2px solid #fff;
	transition: all 0.4s;
	border-radius: 25px;
	background: transparent;
}
.header-tel:hover{
	background: #b28555;
	border-color: #b28555;
	transform: scale(0.98);
}

.header-tel div {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.header-tel a {
	position:Absolute;
	width:100%;
	height:100%;
}




header > .px1200{
	display: flex;
	align-items: center;
}
.lang:hover{
	box-shadow: rgba(30, 22, 54, 0.7) 0 0px 0px 40px inset;
}


.anasayfa-slider-main { position: relative; }
.anasayfa-slider .slick-slide { outline: none; }
.anasayfa-slider .slick-dots { bottom: 15px; }
.anasayfa-slider-box { position: relative; }
.anasayfa-slider picture img { width: 100%; display: block; }
/* Wrapper mutlak konumlama için referans olsun */
.anasayfa-slider-main {
  position: relative;
}

/* Ortalanmış, absolute oklar */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: rgba(0,0,0,0.45);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  outline: none;
  transition: background .2s ease, transform .2s ease;
}

.slider-arrow--prev { left: 14px; }
.slider-arrow--next { right: 14px; }

.slider-arrow:hover,
.slider-arrow:focus-visible {
  background: rgba(0,0,0,0.65);
}

.slider-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

/* Oklar slayt içeriğiyle çakışmasın diye küçük ekran ayarı */
@media (max-width: 560px) {
  .slider-arrow {
    width: 38px;
    height: 38px;
  }
  .slider-arrow--prev { left: 8px; }
  .slider-arrow--next { right: 8px; }
}

/* Slider görüntüleri tam genişlik */
.anasayfa-slider picture img {
  width: 100%;
  display: block;
}

/* Dots biraz yukarıda dursun (oklarla uyumlu) */
.anasayfa-slider .slick-dots {
  bottom: 12px;
}


.swiper-pagination-bullet{
    background:#fff!important;
}
.slider-text{
    width:1260px;
    margin:auto;
    display:flex;
    align-items: center;
    height:100%;
}
.slider-text h1{
    font-weight: 500;
    color:#28c9ab;
    font-size:35px;
}
.anasayfaHakkimizda{
	margin-top: -130px;
	position: relative;
	scroll-margin-top: 120px;
}
.anasayfaHakkimizda-icerik{
	margin-top: -130px;
	position: relative;
}
.anasayfaHakkimizda-icerik{
	padding: 30px;
	background: linear-gradient(142deg, rgba(152, 107, 88, 1) 70%, rgba(50, 35, 29, 1) 100%);
	border-radius: 30px;
}
.mask11{
	display: flex;
}
.mask11 figure{
	position: relative;
}
.mask11 figure:before{
	content: "";
	position: absolute;
    left: 0;
    top: 10%;
    width: 80%;
    height: 80%;
    background: #1D1D1B;
    border-radius: 86px;
    z-index: -1;
    transform: rotate(35deg);
}
.anasayfaHakkimizda-img-main{
	min-width: 640px;
}
.anasayfaHakkimizda-text-main{
    max-width: calc(100% - 640px);
}

.anasayfaHakkimizda-text {
	max-width:520px;
}


.anasayfaHakkimizda-text h2{
	color: #FCF4DB;
	font-size: 35px;
	font-weight: 500;
	margin: 15px 0 25px 0;
}
.anasayfaHakkimizda-text h2 span{
	display: block;
}
.anasayfaHakkimizda-text p{
	color: #E5E1E6;
	font-size: 19px;
	line-height: normal;
}
.anasayfaHakkimizda-text p b{
	color: #FCF4DB;
}
.hbg{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.slider_text-icerik{
	padding: 40px 60px;
	background-color: rgba(255,255,255,0.8);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.btn-sagbuyume{
	margin-right: 10px;
}
.slider_text-icerik > div{
	width: 100%;
	margin-top: 20px;
}
.header_alt > div > nav > ul > li > ul > li:last-child{
	border-bottom: none;
}
.header_alt > div > nav > ul > li > ul > li > ul > li:last-child{
	border-bottom: none;
}
#slider{
	height: calc(100vh - 160px);
}
.slider-mouse{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 35px;
	z-index: 10;
	display: flex;
	justify-content: center;
}
.slider-mouse figure{
	width: 24px;
}
.px1200{
	max-width: 1200px;
	margin: 0 auto;
}

.mask1 {
  -webkit-mask-image: url(/images/img-mask-hakkimizda.png);
  mask-image: url(/images/img-mask-hakkimizda.png);
  mask-repeat: no-repeat;    
}

.holding {
	max-width:100px;
}


.anasayfa-slider-icerik{
	position: relative;
}

.anasayfa-slider-icerik::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(3, 2, 7, .1);
    content: '';
}


.anasayfa-slider-icerik picture{
	width: 100%;
}
.anasayfa-slider-icerik picture img{
	width: 100%;
}
.anasayfa-slider-text{
	position: absolute;
	left: 50%;
	z-index:999;
	top: 64%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	transform: translate(-50%, -50%)!important;
}
.anasayfa-slider-text h1{
	color: #fff;
	font-weight: bold;
	font-size: 80px;
	text-align: center;
	margin-bottom: 30px;
    white-space: nowrap;
}
.anasayfa-slider-text h1 span{
	display: block;
	text-align: center;
	font-weight:400;
}
.anasayfa-slider-text p{
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin: 30px 0;
}
.sayfa-btn1{
	background: #1D1D1B;
	color: #fff;
	border-radius: 25px;
	padding: 15px 40px;
	font-size: 17px;
	font-weight: bold;
	transition: all 0.4s;
}
.sayfa-btn1:hover{
	background: #986B58;
	transform: scale(0.98);
}
.anasayfaNeden-box{
	display: flex;
	align-items: stretch;
    margin-bottom: calc(var(--bs-gutter-x) * .5);
}
.anasayfaNeden-box-icerik{
	flex: 1;
    padding-right: calc(var(--bs-gutter-x) * .25);
    padding-left: calc(var(--bs-gutter-x) * .25);
	position: relative;
	z-index: 2;
}
.anasayfaNeden-box-img{
	flex: 1;
    padding-right: calc(var(--bs-gutter-x) * .25);
    padding-left: calc(var(--bs-gutter-x) * .25);
}
.anasayfaNeden-box-img figure{
	width: 100%;
	height: 100%;
}
.anasayfaNeden-box-img figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 30px;
}
.anasayfaNeden .col-6{
	padding: 0;
}
.anasayfaNeden-box-text h2{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
}
.anasayfaNeden-box-text p{
	font-size: 20px;
	margin-bottom: 25px;
}
.anasayfaNeden > div > .row:last-child > .d-flex .anasayfaNeden-box{
	flex-direction: row-reverse;
}
.anasayfaNeden-box-icerik-list{
	height: 100%;
	background: #1D1D1B;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	color: #fff;
	border-radius: 30px;
}
.sayfa-baslik-ust{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sayfa-baslik-ust h2{
	font-size: 35px;
	font-weight: bold;
	color: #1D1D1B;
}
.sayfa-baslik-ust h2 span{
	color: #986B58;
}
.sayfa-baslik-ust h3{
	font-size: 35px;
	color: #1D1D1B;
	margin-top: 5px;
}
#lightgallery{
  column-count: 4;
  column-gap: 1em;
}
#lightgallery a img{
	width: 100%;
	margin-bottom: 1em;
	border-radius: 30px;
}
#lightgallery a:nth-child(1) img{height: 317px; object-fit: cover;}
#lightgallery a:nth-child(2) img{height: 261px; object-fit: cover;}
#lightgallery a:nth-child(3) img{height: 268px; object-fit: cover;}
#lightgallery a:nth-child(4) img{height: 261px; object-fit: cover;}
#lightgallery a:nth-child(5) img{height: 261px; object-fit: cover;}
#lightgallery a:nth-child(6) img{height: 327px; object-fit: cover;}
#lightgallery a:nth-child(7) img{height: 327px; object-fit: cover;}
#lightgallery a:nth-child(8) img{height: 261px; object-fit: cover;}
#lightgallery a:nth-child(9) img{height: 261px; object-fit: cover;}
#lightgallery a:nth-child(10) img{height: 261px; object-fit: cover;}
#lightgallery a:nth-child(11) img{height: 275px; object-fit: cover;}
#lightgallery a:nth-child(12) img{height: 313px; object-fit: cover;}
.anasayfaDetay-img figure{
	width: 100%;
	position: relative;
}
.anasayfaDetay-img figure:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%)
}
.anasayfaDetay-img-text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.anasayfaDetay-img-text h3{
	max-width: 1200px;
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-weight: 600;
}
.anasayfaDetay-img-text h3 span{
	font-weight: 400;
}
.anasayfaDetay-img figure img{
	width: 100%;
}
.anasayfaNeden{
	margin: 60px 0;
	scroll-margin-top: 120px;
}
.anasayfaGaleri{
	scroll-margin-top: 120px;
}
.anasayfaDetay{
	margin: 60px 0;
}
.anasayfaDetay-box{
	display: flex;
	flex-direction: column;
	align-items: start;
	color: #fff;
}
.anasayfaDetay-box h2{
	width: 100%;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 25px;
}
.anasayfaDetay-box h2:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60%;
	height: 2px;
	background: #fff;
}
.anasayfaDetay-box p{
	padding-right: 1.5vw;
}
.anasayfaIletisim{
	padding-bottom: 30px;
	scroll-margin-top: 120px;
}
.anasayfaIletisim-map figure{
	width: 100%;
}
.anasayfaIletisim-map figure img{
	width: 100%;
	border-radius: 30px;
}
.anasayfaIletisim-icerik-text span{
	font-size: 20px;
	font-weight: 900;
	color: #986B58;
	margin-bottom: 15px;
}
.anasayfaIletisim-icerik-text a{
	color: #0C0C0C;
	font-size: 20px;
	font-weight: 300;
	transition: all 0.4s;
}
.anasayfaIletisim-icerik-text a:hover{
	color: #986B58;
	text-decoration: underline;
}
.anasayfaIletisim-icerik-text p{
	color: #0C0C0C;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 300;
}
.anasayfaIletisim-icerik-text p b{
	font-weight: bold;
}
.anasayfaIletisim-icerik-text{
	display: flex;
	flex-direction: row;
	align-items: start;
}
.anasayfaIletisim-icerik{
	display: flex;
    align-items: center;
    height: 100%;
	padding: 30px 60px;
	background: #fff;
	border-radius: 30px;
}
.anasayfaIletisim-icerik-text .yol-tarifi{
	padding: 15px 30px;
	border: 1px solid #0C0C0C;
	color: #0C0C0C;
	margin-top: 25px;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 500;
}
.anasayfaIletisim-icerik-text .yol-tarifi:hover{
	text-decoration: none;
	border-color: #986B58;
	color: #fff;
	background: #986B58;
}
.anasayfaIletisim-alt{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.anasayfaIletisim-alt h3{
	max-width: 900px;
	text-align: center;
	color: #363E51;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 45px;
}
.footer-ebulten{
	padding: 30px 0 50px 0;
	background: #DBD8DC;
}
.footer-ebulten-icerik h2{
	font-size: 35px;
	font-weight: bold;
	color: #1B1A1E;
}
.footer-ebulten-icerik ul{
	margin: 30px 0;
	display: flex;
	gap: 15px;
}
.footer-ebulten-icerik ul li{
	flex: 1;
}
.footer-ebulten-icerik ul li input{
	width: 100%;
	padding: 20px;
	font-size: 15px;
	border: 1px solid #1B1A1E;
	border-radius: 8px;
	background: #DBD8DC;
	color: #1B1A1E;
}
.footer-ebulten-icerik ul li input::placeholder{
	font-size: 15px;
	color: #1B1A1E;
}
.footer-ebulten-icerik ul li select{
	width: 100%;
	padding: 20px;
	font-size: 15px;
	height: auto;
	border: 1px solid #1B1A1E;
	border-radius: 8px;
	background-color: #DBD8DC;
	color: #1B1A1E;
}
.footer-ebulten-icerik ul li button.sayfa-btn1{
	padding: 20px;
	width: 100%;
}
.footer-ebulten-icerik label a{
	color: #1B1A1E;
	text-decoration: underline;
	font-weight: 600;
}
.footer-ebulten-icerik label input{
	width: 25px;
	height: 25px;
	margin-right: 5px;
	background: #DBD8DC;
	border: 1px solid #1B1A1E;
	border-radius: 5px;
}

.footer-ebulten-icerik label{
	display: flex;
	align-items: center;
}
.footer-orta{
	background: #986B58;
	padding: 60px 0;
}
.footer-alt{
	background: #986B58;
	padding-bottom: 25px;
}
.footer-link{
	display: flex;
	justify-content: space-between;
}
.footer-link ul{
	display: flex;
	flex-wrap: wrap;
	width: 70%;
}
.footer-link ul li{
	width: 100%;
	margin-bottom: 10px;
}
.footer-link ul li:last-child{
	margin-bottom: 0;
}
.footer-iletisim a{
	margin-bottom: 10px;
	color: #fff;
}
.footer-iletisim a:hover{
	text-decoration: underline;
}
.footer-iletisim a:last-child{
	margin-bottom: 0;
}
.footer-iletisim{
	display: flex;
	flex-direction: column;
}
.footer-sosyal ul{
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 20px;
}
.footer-link-kvkk ul{
	display: flex;
	align-items: center;
}
.footer-link-kvkk ul li{
	display: flex;
	align-items: center;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
.footer-link-kvkk ul li:last-child{
	padding-right: 0;
	margin-right: 0;
}
.footer-link-kvkk ul li:before{
	content: "/";
	position: absolute;
	right: -3px;
	font-size: 16px;
	color: #fff;
}
.footer-link-kvkk ul li:last-child:before{
	content: none;
}
.footer-text{
	display: flex;
	justify-content: end;
}
.footer-link ul li a{
	color: #fff;
}
.footer-link-kvkk ul li a{
	color: #fff;
}
.footer-text span{
	color: #fff;
}
.footer-link ul li a:hover{
	text-decoration: underline;
}
.footer-link-kvkk ul li a:hover{
	text-decoration: underline;
}
.footer-logo{
	display: flex;
}
.footer-logo-holding{
	display: flex;
}
.footer-sosyal ul li a i{
	color: #986b58;
	background: #fff;
	padding: 7px;
	border-radius: 50%;
	transition: all 0.4s;
}
.footer-sosyal ul li a:hover i{
	color: #fff;
    background: #1D1D1B;
}
.footer-alt .row{
	align-items: center;
}
.anasayfaIletisim-icerik-text div{
	flex: 1;
	display: flex;
	align-items: start;
	flex-direction: column;
}
.anasayfaIletisim-icerik-text div figure img{
	width: 135px;
}


.anket-emoji img{
	width: 25px;
}
.anket-emoji img:last-child{
	display: none;
}
.emoji-scale > .form-check:nth-child(1) .anket-emoji:hover img{
    border: 3px solid #FF7C1A !important;
    border-radius: 50%;
}
.emoji-scale > .form-check:nth-child(2) .anket-emoji:hover img{
    border: 3px solid #FFD41D !important;
    border-radius: 50%;
}
.emoji-scale > .form-check:nth-child(3) .anket-emoji:hover img{
    border: 3px solid #A1DD3A !important;
    border-radius: 50%;
}
.emoji-scale input:checked+label .anket-emoji > img:first-child{
	display: none;
}
.emoji-scale input:checked+label .anket-emoji > img:last-child{
	display: block;
}





	@-webkit-keyframes come-in {
	  0% {
		-webkit-transform: translatey(100px);
				transform: translatey(100px);
		opacity: 0;
	  }
	  30% {
		-webkit-transform: translateX(-50px) scale(0.4);
				transform: translateX(-50px) scale(0.4);
	  }
	  70% {
		-webkit-transform: translateX(0px) scale(1.2);
				transform: translateX(0px) scale(1.2);
	  }
	  100% {
		-webkit-transform: translatey(0px) scale(1);
				transform: translatey(0px) scale(1);
		opacity: 1;
	  }
	}
	@keyframes come-in {
	  0% {
		-webkit-transform: translatey(100px);
				transform: translatey(100px);
		opacity: 0;
	  }
	  30% {
		-webkit-transform: translateX(-50px) scale(0.4);
				transform: translateX(-50px) scale(0.4);
	  }
	  70% {
		-webkit-transform: translateX(0px) scale(1.2);
				transform: translateX(0px) scale(1.2);
	  }
	  100% {
		-webkit-transform: translatey(0px) scale(1);
				transform: translatey(0px) scale(1);
		opacity: 1;
	  }
	}


	.floating-container {
		position: fixed;
		width: auto;
		height: 100px;
		bottom: 0;
		right: 0;
		margin: 35px 25px;
		display: block;
		z-index: 999;
	}
	.floating-container.open {
		height: auto;
	}
	.element-container{
		margin-bottom: 55px;
		display: none;
	}
	.floating-container.open .element-container{
		display: block;
	}
	.floating-container.open .floating-button {
		box-shadow: 0 10px 25px rgb(100 69 56);
		-webkit-transform: translatey(5px);
		transform: translatey(5px);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.floating-container.open .element-container .float-element{
		-webkit-animation: come-in 0.4s forwards 0.2s;
		animation: come-in 0.4s forwards 0.2s;
	}
	.floating-container .floating-button {
		position: absolute;
		width: 45px;
		height: 45px;
		background: #594239;
		bottom: 0;
		border-radius: 50%;
		right: 0;
		bottom: 0;
		color: white;
		line-height: 45px;
		text-align: center;
		font-size: 23px;
		z-index: 100;
		box-shadow: 0 10px 25px rgba(100, 69, 56, 0.6);
		cursor: pointer;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.floating-container .float-element {
		position: relative;
		display: block;
		width: auto;
		margin: 5px auto;
		color: white;
		font-weight: 500;
		text-align: center;
		z-index: 0;
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	.floating-container .float-element a{
		position: relative;
		display: block;
		background: #2c2c2c;
		border-radius: 25px;		
        font-size: 14px;
        padding: 10px 30px;
		color: #fff;
        white-space: nowrap;
		transition: all 0.4s;
	}
	.floating-container .float-element .material-icons {
		vertical-align: middle;
		font-size: 16px;
	}
	.floating-container .float-element:hover a{
		background: #594239;
		transform: scale(0.95);
	}
	.floating-button i{
		transition: all 0.4s;
		display: block;
	}
	.floating-container.open .floating-button i{
		transform: rotate(225deg);
	}
	
	
	@media screen and (min-width:1199px) {
		.floating-container{
			display: none
		}
	}
	
	
	
#ozdilek-kuruluslari {
    float: left;
    font-size: 13px;
    position: absolute;
	z-index:999;
    color: #fff;
	height:30px;
	line-height:30px;
}
#ozdilek-kuruluslari:hover{
	background: linear-gradient(142deg, rgba(152, 107, 88, 1) 70%, rgba(50, 35, 29, 1) 100%);
}
#ozdilek-kuruluslari>li {
    padding: 0 20px;
}
#ozdilek-kuruluslari>li>ul {
    position: absolute;
    background: linear-gradient(142deg, rgba(152, 107, 88, 1) 70%, rgba(50, 35, 29, 1) 100%);
    width: 240px;
    top: 30px;
    left: 0;
    z-index: 99;
	max-height: 400px; overflow-y: scroll;}
#ozdilek-kuruluslari > li > ul::-webkit-scrollbar{background:#7c5849; width:7px;}
#ozdilek-kuruluslari > li > ul::-webkit-scrollbar-thumb{background:#7c5849; width:7px;}
#ozdilek-kuruluslari>li>ul {
    display: none;
}
#ozdilek-kuruluslari>li>ul>li {
    border-bottom: 1px solid #7c5849;
    position: relative;
    line-height: 30px;
}
#ozdilek-kuruluslari>li>ul>li>a {
    padding: 0 20px;
    color: #fff;
    display: block;
}
#ozdilek-kuruluslari>li:hover ul{
	display:block;
}
#ozdilek-kuruluslari>li>ul>li:after{
	content:"\f08e";
	font-family:fontawesome;
	color:#fff;
	position:absolute;
	right:12px;
	top:1px;
	pointer-events:none;
}
#ozdilek-kuruluslari>li>ul>li>a{
	padding:0 20px;
	color:#fff;
	display:block;
}
#ozdilek-kuruluslari>li>ul>li:hover {
    background: #7c5849;
}