﻿body {
  background-color: #F4F4F4;
}

html {
  font-family: "Assistant", Arial, sans-serif;
  font-size: 100%;
  color: #333333;
  font-size: 1.125rem;
  background-color: #f4f4f4;
  line-height: 22px;
}

@media (min-width: 900px) {
  html {
    background-color: #fff;
    font-size: 1.25rem;
  }
}

h1 {
  margin-top: 0;
  font-size: 1.3rem !important;
  line-height: 26px;
}

  h1 span {
    color: #E05F09;
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
  }

@media (min-width: 900px) {
  h1 span {
    font-size: 1.8rem;
    font-weight: 700;
  }
}

@media (min-width: 900px) {
  h1 {
    font-size: 1.5rem !important;
    font-weight: 600;
    display: inline-block;
    line-height: 50px;
  }
}

h2 {
  font-size: 1.7rem !important;
  font-weight: 700;
  color: #E05F09;
  line-height: 30px;
}

@media (min-width: 900px) {
  h2 {
    font-size: 1.9rem !important;
    font-weight: 600;
    line-height: 30px;
  }
}

h3 {
  font-size: 1.12rem;
}

@media (min-width: 900px) {
  h3 {
    font-size: 1.5rem;
  }
}

.mobile-hide {
  display: none;
}

@media (min-width: 900px) {
  .mobile-hide {
    display: inline-block;
  }
}

.desktop-hide {
  display: inline-block;
}

@media (min-width: 900px) {
  .desktop-hide {
    display: none !important;
  }
}

.header {
  direction: rtl;
  display: flex;
  width: 100%;
  height: 54px;
  padding: 0 18px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #E05F09;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 900px) {
  .header {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.header .header_inner {
  width: 100%;
  height: 40px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

  .header .header_inner span.header_menu {
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    border: none !important;
    background-color: transparent;
  }

@media (min-width: 900px) {
  .header .header_inner span.header_menu {
    display: none;
  }
}

.header .header_inner a.back {
  display: inline-block;
  height: 20px;
  width: 30px;
}

@media (min-width: 900px) {
  .header .header_inner a.back {
    display: none;
  }
}

.header .header_inner a.logo {
  display: inline-block !important;
}

@media (min-width: 900px) {
  .header .header_inner a.logo {
    margin: auto;
  }
}

.header .header_inner a.logo .icon-logomobile {
  display: inline-block;
}

.header .header_inner a.logo span.icon-logomobile img {
  /*width: 133px;*/
  height: 40px;
}

.header .header_inner a.logo span.icon-logo img {
  width: 170px;
  height: 50px;
}

.main {
  display: block;
  direction: rtl;
  padding: 0 0 40px 0;
  margin: 52px 0 0 0;
  position: relative;
  background-color: #fff;
  height: 100vh;
}

@media (min-width: 900px) {
  .main {
    margin: 0px 0 0 0;
    background-color: #F4F4F4;
    padding-top: 53px;
  }
}

.main .container {
  padding: 20px 5px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.56);
}

@media (min-width: 900px) {
  .main .container {
    padding: 20px 15px;
  }
}

.main section.info {
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 10px 25px;
  background-color: #fff;
  flex-wrap: wrap;
  position: initial;
}

@media (min-width: 900px) {
  .main section.info {
    padding: 0px 20px;
    background-color: transparent;
  }
}

.main section.info .name {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 900px) {
  .main section.info .name {
    width: 90%;
  }
}

.main section.info .name .map {
  margin: 0 20px 0 10px;
}

.main section.info .name h2.client_subtitle {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  width: 100%;
}

@media (min-width: 900px) {
  .main section.info .name h2.client_subtitle {
    width: 100%;
    display: block;
    color: #333333;
    font-size: 16px;
    margin-top: 5px;
  }
}

.main section.info .phoneCont {
  position: absolute;
  left: 5px;
}

@media (min-width: 900px) {
  .main section.info .phoneCont {
    position: initial;
  }
}

.main section.info .phoneCont a.phone {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #E05F09;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

  .main section.info .phoneCont a.phone img {
    margin-top: 0;
    width: 30px;
  }

  .main section.info .phoneCont a.phone span {
    color: #E05F09;
    font-size: 28px;
    font-weight: 600;
    display: none;
    margin: 0 10px;
  }

@media (min-width: 900px) {
  .main section.info .phoneCont a.phone span {
    display: inline-block;
  }
}

.main .generalData {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

@media (min-width: 900px) {
  .main .generalData {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
  }
}

.main .generalData .up_properties {
  width: 100%;
  padding: 10px;
  background: #F4F4F4;
}

@media (min-width: 900px) {
  .main .generalData .up_properties {
    background: #F4F4F4;
    padding: 10px;
  }
}

.main .generalData .up_properties .up_discount {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 900px) {
  .main .generalData .up_properties .up_discount {
    justify-content: space-evenly;
  }
}

.main .generalData .up_properties .up_discount .mobileMap {
  display: flex;
  align-items: center;
  align-content: center;
}

  .main .generalData .up_properties .up_discount .mobileMap img {
    margin-left: 10px;
  }

.main .generalData .up_properties .up_discount .phoneButton {
  background-color: #E05F09;
  color: #fff;
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 4px;
}

section.coupon-container .coupon-inner {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}

  section.coupon-container .coupon-inner .coupon-content {
    margin: 24px 0;
    display: block;
    font-size: 20px;
    line-height: 34px;
  }

@media (min-width: 900px) {
  section.coupon-container .coupon-inner .coupon-content {
    font-size: 28px;
    margin: 30px 0;
  }
}

section.coupon-container .coupon-inner .tokef-coupon {
  font-size: 12px;
  margin: 30px 0;
}

@media (min-width: 900px) {
  section.coupon-container .coupon-inner .tokef-coupon {
    font-size: 14px;
    font-style: italic;
  }
}

section.coupon-container .coupon-inner .coupon-observ {
  font-size: 14px;
  margin: 20px 0;
}

section.coupon-container .coupon-inner .button-wrap {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  background-color: #F4F4F4;
  margin-top: 40px;
  padding: 20px;
}

  section.coupon-container .coupon-inner .button-wrap a {
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 0;
    width: 100px;
    border-radius: 4px;
  }

    section.coupon-container .coupon-inner .button-wrap a.send {
      background-color: #fff;
      color: #2C6FA5;
      border: 1px solid #E05F09;
    }

    section.coupon-container .coupon-inner .button-wrap a.home {
      background-color: #E05F09;
      color: #fff;
    }

section {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.big_phoneNumber {
  width: 92%;
  background-color: #E05F09;
  border-radius: 37px;
  color: #fff !important;
  padding: 8px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  margin: 0 auto 10px auto;
}

@media (min-width: 900px) {
  .big_phoneNumber {
    display: none;
  }
}

#mapModal .modal-dialog {
  margin: 0 auto;
}

#mapModal .modal-content {
  background-color: transparent;
  box-shadow: none;
}

#mapModal .modal-body {
  padding: 0;
}

#mapModal .modal-title {
  color: #fff;
}

#mapModal .modal-footer {
  text-align: center;
  border: 0;
  padding-top: 20px;
}

#mapModal .modal-header {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

  #mapModal .modal-header .close {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0;
  }

    #mapModal .modal-header .close span {
      font-size: 40px;
    }

  #mapModal .modal-header::before,
  #mapModal .modal-header::after {
    display: none;
  }

.menulist,
.dropdown-container {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .menulist li a {
    color: #fff;
  }

.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: -250px;
  background-color: #E0700E;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
}

  .sidenav .ui-widget.freesearch {
    display: inline-block;
    width: 80%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-right: 10%;
    margin-bottom: 30px;
  }

@media (min-width: 900px) {
  .sidenav .ui-widget.freesearch {
    display: none;
  }
}

.sidenav .ui-widget.freesearch input {
  direction: rtl !important;
  text-align: right !important;
  background-color: #fff;
  color: #333333;
  width: 100%;
  transition: all 1s;
  border: none !important;
  box-shadow: none !important;
}

.sidenav a,
.dropdown-container a {
  padding: 8px 35px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  display: flex;
}

  .sidenav a:hover {
    color: #f1f1f1;
  }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

    .sidenav a {
      font-size: 16px;
    }
}
/* Add an active class to the active dropdown button */
.dropdown-btn a {
  direction: rtl;
  text-align: right;
}

.icon-caret-down {
  font-size: 60%;
  margin-right: -1.6rem;
  margin-left: 0.6rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/../images/attractionNew/caret-down.svg);
  background-size: 16px 16px;
}

.menulist .dropdown-btn.active {
  background-color: #515151;
  color: white;
}

.dropdown-btn.active a {
  color: white !important;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #dfdfdf;
  padding-left: 8px;
}

  .dropdown-container li a {
    color: #333333;
  }

.menulist li {
  border-bottom: 1px solid #fff;
  padding-right: 10px;
}

button.prop_close {
  display: block;
  background: #434849;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  padding: 3px 15px;
  flex-grow: 0;
  cursor: pointer;
  margin-left: 3rem;
  margin-top: -2rem;
  width: 60px;
  align-self: flex-end;
}

.sidenav_show {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #E0700E;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
  direction: rtl;
}

.avail li {
  background-color: #bc5704;
  border-bottom: 1px solid #fff;
  padding-right: 10px;
}

.extra li {
  background-color: #eb5c16;
  border-bottom: 1px solid #fff;
  padding-right: 10px;
}

.sideFooter li {
  background-color: #fff;
  border-bottom: 1px solid #ccc !important;
  padding-right: 10px;
}

  .sideFooter li a {
    color: #eb5c16 !important;
  }

#map-canvas1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 397px;
}

#waze-link {
  display: block;
}

@media (min-width: 900px) {
  #waze-link {
    display: none;
  }
}
/*# sourceMappingURL=coupon.css.map */
