.map-area-top iframe {
  width: 100%;
  height: 500px;
}
.page-scroll img {
  height: 100px;
}
.service_image_body {
  width: 100%;
  height: 600px;
  margin-top: 40px;
}
.before_after {
  padding: 3% 0px;
}
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0px 0 2px white;
  border-radius: 0px;
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c59d5f;
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #c59d5f;
}

.about-page-area .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mean-container .mean-nav {
  background: white;
}
.mean-container .mean-nav ul li {
  background: white;
}

.mean-container .mean-nav ul li a {
  background: white;
}

.single-slider-holder img {
  height: 450px;
  object-fit: cover;
}

.menu-holder .row {
  display: flex;
  flex-wrap: wrap;
}

/* POPUP CORONA */
.instructions {
  text-align: center;
  font-size: 20px;
  margin: 15vh;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  z-index: 101;
  display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 520px;
  height: auto;
  top: 30%;
  left: 51%;
  margin-left: -260px;
  margin-top: 0px;
  background-color: #efefef;
  border: 2px solid #333;
  z-index: 102;
  padding: 10px 20px;
  text-align: center;
}
.delayedPopupWindow h2 {
  font-size: 40px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 10px 0;
  font-family: Playball, cursive;
}
.delayedPopupWindow p:first {
  font-size: 20px;
}
.delayedPopupWindow p {
  text-align: center;
  font-size: 18px;
}
/*   This is the closing button  */
#btnClose {
  width: 100%;
  display: block;
  text-align: right;
  text-decoration: none;
  font-size: 20px;
  color: #c59d5f;
}
/*   This is the closing button hover state  */
#btnClose:hover {
  color: #c90c12;
}

.direct_contacts img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: ease all 0.3s;
}
.direct_contacts img:hover {
  transform: translateY(-5px);
  transition: ease all 0.3s;
}
.direct_contacts img:nth-child(2) {
  width: 32px;
  height: 34px;
  object-fit: contain;
}
.menu-item-details .menu-item-prices {
  white-space: nowrap;
}
/*Only in desktop*/
@media only screen and (min-width: 1000px) {
  .desktop-d-n {
    display: none !important;
  }
  .kfs_section_one h2 {
    font-size: 35px;
    width: 70%;
  }
}

/*Only on Mobile*/
@media only screen and (max-width: 1000px) {
  .mobile-d-n {
    display: none;
  }
  .delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 480px;
    height: auto;
    top: 30%;
    left: 0%;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #efefef;
    border: 2px solid #333;
    z-index: 102;
    padding: 10px 20px;
    text-align: center;
  }

  .no-js #loader {
    display: none;
  }
  .js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
  }
  .se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/ionios logo/ionios_h_colored.png") center no-repeat
      #fff;
    background-size: 200px;
  }
}
