#bookingTextWidget {
  display: none;
  font-style: italic;
  padding: 0;
  margin: 30px 0 0 0 !important;
}

#bookingTextWidget a {
  -webkit-transition: background-size 0.25s cubic-bezier(0.785,0.135,0.15,0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785,0.135,0.15,0.86) 0s;
  padding: 0.1% 0px;
  background-image: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));
  background-image: linear-gradient(to right,currentColor 0%,currentColor 15%);
  background-size: 0px 2px;
  background-position: 0px 102%;
  background-repeat: no-repeat;
}

#bookingTextWidget a:hover {
  background-size: 100% 2px;
}
#bookingAreaWidget {
  padding: 20px 0;
}

#bookingAreaWidget > .booking-area-widget {
  padding: 10px 30px !important;
  font-size: 15px;
  background-color: #fff !important;
}

#bookingTextWidget > .booking-text-widget {
  padding: 15px 30px;
  font-size: 16px;
}

#bookingAreaWidget .header > .bookingcom-logo {
  height: 100%;
  width: 150px;
  float: right;
  margin-top: 30px;
}

#bookingAreaWidget ul {
  padding: 0 25px;
}

#bookingAreaWidget .header > h3 {
  display: inline-block;
}

#bookingAreaWidget .header {
  padding: 0 15px;
  border-bottom: 1px solid lightgrey;
}

#bookingAreaWidget .title {
  margin-bottom: 30px;
}

#bookingAreaWidget .title > i {
  vertical-align: middle;
}

#bookingAreaWidget .title > span {
  font-size: 30px;
}

#bookingAreaWidget > .booking-area-widget .title strong,
#bookingAreaWidget > .booking-area-widget h3 {
  font-size: 22px;
}

#bookingAreaWidget .nearest-hotels,
#bookingAreaWidget .best-hotels,
#bookingAreaWidget .ekonomik-hotels {
  border-bottom: 1px solid lightgrey;
  padding: 35px 0 20px 0;
}

#bookingAreaWidget .best-hotels {
  border-bottom: 0px;
}


.block-gm-booking-widget {
  display: none;
}

@media (max-width: 768px) {
  #bookingAreaWidget .bg-white {
    background-color: #fff !important;
  }
  #bookingAreaWidget .title {
    text-align: center;
  }
  #bookingAreaWidget .title > span {
    font-size: 17px;
    display: block;
    margin-top: 20px;
  }
  #bookingAreaWidget .header {
    margin-bottom: 50px;
    text-align: center;
  }
  #bookingAreaWidget .header > .bookingcom-logo {
    margin: 0 auto !important;
    float: unset !important;
    margin: 0 auto !important;
  }

  #bookingTextWidget > .booking-text-widget {
    padding: 1px 15px;
  }
  #bookingTextWidget > .booking-text-widget > p {
    padding: 5px 0;
    margin: 0;
  }

  #bookingAreaWidget .best-hotels,
  #bookingAreaWidget .ekonomik-hotels {
    margin-top: 40px;
  }
  #bookingAreaWidget .nearest-hotels,
  #bookingAreaWidget .best-hotels,
  #bookingAreaWidget .ekonomik-hotels {
    padding: 0 0 10px 0;
  }
  #bookingAreaWidget ul {
    padding: 0;
  }
}

#bookingAreaWidget ~ #carouselTurlarWidget,
#carouselTurlarWidget ~ #bookingAreaWidget {
  margin-top: 30px;
}
