

table  {border-collapse:collapse;border-spacing:0;border-color:#d4d4d4;width:100%!important}
td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;border-color:#d4d4d4;color:#333;background-color:#fff;}
th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-top-width:1px;border-bottom-width:1px;border-color:#d4d4d4;color:#fff;background-color:#f38630;}
table tr:first-child td  {
  background: #948473;
  color:#fff;
}

tr:hover {
    color: #fff;
    background-color: #fbc827;
}

tr:hover td {
    background-color: transparent;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:60px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index:9999999999999999
}

.my-float{
	margin-top:15px;
	color:#fff;
	font-size:36px
}

td{line-height:10px!important
}
@media screen and (max-width: 959px){
  .main-header .main-box {
      position: relative;}
  /*.ozellikler em{background:#fbc827!important}*/


}

.ozellikler span:nth-child(2){position:absolute;width: 100%;}
.ozellikler em{

   width: 100%;
   display:block;
   padding-left:10px;
   /*background-image: linear-gradient(45deg, #fbc827 35.71%, #4e453d 35.71%, #4e453d 50%, #fbc827 50%, #fbc827 85.71%, #4e453d 85.71%, #4e453d 100%);*/
   border-bottom:1px solid #fbc827;

}

.sticky-header .nurkanmenu-main .nurkanmenu-item-level-0>.nurkanmenu-target{color:#000!important}

.sticky-header .nurkanmenu-skin-black-white-2 .nurkanmenu-item-level-0>.nurkanmenu-target {border:0px}

.market-single *{max-width:100%}





.mb_parallax_container {
  height: 70vh;
  width: 100vw;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.mb_parallax_overlay {
  height: 100%;
  width: 100%;
  margin: auto;
  background-color: black;
  opacity: .4;
}
.mb_parallax_icerik {
  top: 70%;
  left:50%;
  position: absolute;
  z-index: 9
}


#mb_parallax_one {
  background-image: url(../images/parallax/parallax1.jpg);
}

#mb_parallax_two {
  background-image: url(../images/parallax/parallax2.jpg);
}

#mb_parallax_three {
  background-image: url(https://picsum.photos/700/300/);
}


/* CSS */
.button-86 {
  all: unset;
  width: 100%;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.button-86:hover{color:#fff!important}
.button-86::after,
.button-86::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #28282d;
  border-radius: 10px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}
