﻿@font-face {
  font-family: Vazir;
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Bold-FD.eot");
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Bold-FD.eot?#iefix") format("embedded-opentype"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Bold-FD.woff") format("woff"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Bold-FD.ttf") format("truetype");
  font-weight: bold; }

@font-face {
  font-family: Vazir;
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-FD.eot");
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-FD.eot?#iefix") format("embedded-opentype"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-FD.woff") format("woff"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-FD.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: Vazir;
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Light-FD.eot");
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Light-FD.eot?#iefix") format("embedded-opentype"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Light-FD.woff") format("woff"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Light-FD.ttf") format("truetype");
  font-weight: lighter; }

@font-face {
  font-family: Vazir;
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Thin-FD.eot");
  src: url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Thin-FD.eot?#iefix") format("embedded-opentype"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Thin-FD.woff") format("woff"), url("/Portals/_default/Skins/Almas2/Css/Fonts/Vazir/Vazir-Thin-FD.ttf") format("truetype");
  font-weight: 100; }

.body__container {
  /*-webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
    overflow: hidden;

    &.position--right {
        &.open {
            -webkit-transform: translate3d(-70%,0,0);
            -ms-transform: translate3d(-70%,0,0);
            -moz-transform: translate3d(-70%,0,0);
            -o-transform: translate3d(-70%,0,0);
            transform: translate3d(-70%,0,0);
        }
    }

    &.position--left {
        &.open {
            -webkit-transform: translate3d(70%,0,0);
            -ms-transform: translate3d(70%,0,0);
            -moz-transform: translate3d(70%,0,0);
            -o-transform: translate3d(70%,0,0);
            transform: translate3d(70%,0,0);
        }
    }*/ }

.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none; }

.sidebar__box .sidebar__close {
  position: absolute;
  top: -6px;
  right: 2px;
  font-size: 25px;
  padding: 10px;
  color: #fff; }

.sidebar__box .sidebar__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 70%;
  top: 0;
  background-color: #103b7f;
  z-index: 10; }
  .sidebar__box .sidebar__container.position--right {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .sidebar__box .sidebar__container.position--left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .sidebar__box .sidebar__container.open {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .sidebar__box .sidebar__container .site__logo {
    margin: 0; }

.sidebar__container .login__box {
  position: absolute;
  left: 5px;
  top: 5px;
  width: auto;
  display: inline-block; }
  .sidebar__container .login__box span {
    display: inline-block !important; }

.sidebar__container .site__logo img {
  margin: 20px auto;
  width: 75%;
  float: none;
  margin-top: 60px;
  height: auto; }
  @media only screen and (min-width: 469px) and (max-width: 699px) {
    .sidebar__container .site__logo img {
      width: auto; } }

.sidebar__container .searchbox {
  width: 90%;
  display: block;
  margin: auto;
  border: none;
  padding: 8px 5px;
  border-radius: 6px; }
  @media only screen and (min-width: 469px) and (max-width: 699px) {
    .sidebar__container .searchbox {
      width: 70%; } }

.sidebar__container .language__box {
  margin: auto;
  text-align: center;
  display: block;
  margin: 10px 0; }

.sidebar__container .main-menu {
  margin: 10px 15px; }
  .sidebar__container .main-menu li.has-child ul {
    display: none;
    list-style: disc;
    margin-right: 5px;
    color: white; }
    .sidebar__container .main-menu li.has-child ul li {
      list-style: disc;
      list-style-position: outside;
      color: white;
      margin: 0 20px; }
  .sidebar__container .main-menu a {
    color: #fff;
    padding: 10px 0;
    display: block;
    text-decoration: none; }
  .sidebar__container .main-menu i {
    color: #fff; }
  .sidebar__container .main-menu .caret {
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
    .sidebar__container .main-menu .caret.caret-up {
      -moz-transform: rotateZ(180deg);
      -ms-transform: rotateZ(180deg);
      -o-transform: rotateZ(180deg);
      -webkit-transform: rotateZ(180deg);
      transform: rotateZ(180deg); }

body {
  font-family: Vazir !important;
  background-color: #fff; }

ul {
  list-style: none !important; }

.main-menu {
  list-style: none !important; }
  .main-menu li {
    list-style: none !important; }

.inner-empty {
  overflow-x: hidden;
  padding: 0px;
  border: unset; }
  .inner-empty .row {
    margin: 0px; }
    .inner-empty .row .col-md-12 {
      padding: 0px; }
  .inner-empty iframe {
    min-height: 100vh; }

.menu.menu--mobile.visible-xs {
  display: none !important; }

.raychat_main_button {
  display: none !important; }

.fixed__logo {
  position: fixed;
  left: 5px;
  bottom: 0px;
  z-index: 900;
  width: 110px; }

html[lang="ar-SA"] .dnnModuleDialog {
  width: 1046px;
  text-align: left; }

.sidebar__box .sidebar__shadow {
  z-index: 9998; }

.sidebar__box .sidebar__container {
  z-index: 9999;
  background-color: #d7ac00;
  z-index: 9999; }
  .sidebar__box .sidebar__container .main-menu {
    margin-top: 25%; }
  .sidebar__box .sidebar__container .main-menu li:first-child {
    display: none; }

main {
  background: url("/Portals/_default/Skins/Almas2/Images/inner-bg.jpg");
  border-top: 2px solid #d2aa0f;
  position: relative;
  background-color: white;
  padding: 10px 0 60px 0; }
  main:before {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 62px 37px 62px;
    border-color: transparent transparent #d2ab0f transparent;
    line-height: 0px;
    z-index: 99; }
  main:after {
    content: "";
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 59px 35px 59px;
    border-color: transparent transparent #EBEBEB transparent;
    line-height: 0px;
    z-index: 100; }

.section__container {
  width: 100%; }
  @media only screen and (max-width: 469px) {
    .section__container {
      height: auto;
      width: auto; } }
  @media only screen and (min-width: 469px) and (max-width: 699px) {
    .section__container {
      height: auto;
      width: auto; } }

* {
  outline: none !important; }

.dynamic-hover__container ul.is-slider {
  direction: ltr; }

.page-title {
  font-family: Vazir !important;
  position: absolute;
  z-index: 999;
  bottom: 70px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  color: white;
  text-shadow: rgba(110, 101, 212, 0.3) 0 0 8px; }
  @media only screen and (max-width: 469px) {
    .page-title {
      color: #d7ac00;
      text-shadow: #d7ac00 0 0 8px; } }
  @media only screen and (min-width: 469px) and (max-width: 699px) {
    .page-title {
      color: #d7ac00;
      text-shadow: #d7ac00 0 0 8px; } }

@media only screen and (max-width: 469px) {
  .col-no-padding {
    padding: 0; }
  .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0; }
  .container {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  .row {
    margin: 0; } }

@media only screen and (min-width: 469px) and (max-width: 699px) {
  .col-no-padding {
    padding: 0; }
  .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0; }
  .container {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  .row {
    margin: 0; } }

ul,
li {
  padding: 0;
  margin: 0;
  list-style-position: inside; }

.Inner-Without-rezerv .reservation__container {
  height: 70px !important; }

#section-header {
  height: 450px;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 469px) {
    #section-header {
      height: auto;
      position: relative;
      width: 100%;
      padding-bottom: 130px; } }
  @media only screen and (min-width: 469px) and (max-width: 699px) {
    #section-header {
      height: auto;
      position: relative;
      width: 100%;
      padding-bottom: 130px; } }
  #section-header .slider__container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    /*@include superlargedesktop() {
            #dnn_ctr1636_ContentPane, .SpacingBottom, .DnnModule-LiveSlider, .DNNModuleContent {
                height: 100%;
            }
        }*/ }
    @media only screen and (max-width: 469px) {
      #section-header .slider__container {
        position: relative; } }
    @media only screen and (min-width: 469px) and (max-width: 699px) {
      #section-header .slider__container {
        position: relative; } }
    @media only screen and (min-width: 1280px) and (max-width: 1499px) {
      #section-header .slider__container #dnn_ctr1636_ContentPane, #section-header .slider__container .SpacingBottom, #section-header .slider__container .DnnModule-LiveSlider, #section-header .slider__container .DNNModuleContent {
        height: 100%; } }
    @media only screen and (min-width: 1500px) and (max-width: 1799px) {
      #section-header .slider__container #dnn_ctr1636_ContentPane, #section-header .slider__container .SpacingBottom, #section-header .slider__container .DnnModule-LiveSlider, #section-header .slider__container .DNNModuleContent {
        height: 100%; } }
  #section-header .navbar__container {
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative; }
    #section-header .navbar__container > ul {
      display: flex; }
    #section-header .navbar__container li ul {
      background-color: rgba(0, 0, 0, 0.4); }
      #section-header .navbar__container li ul li {
        padding: 7px 4px; }
    #section-header .navbar__container li a {
      color: white;
      padding: 0 10px;
      font-size: 12px;
      font-weight: bold; }
      #section-header .navbar__container li a i.fa {
        vertical-align: middle;
        font-size: 18px;
        color: #d7ac00;
        margin-right: 5px; }
  #section-header .container {
    position: relative; }
  #section-header .reservation__container {
    position: absolute;
    left: 0;
    top: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 250px;
    height: 300px; }
    @media only screen and (max-width: 469px) {
      #section-header .reservation__container {
        position: relative;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 30px; }
        #section-header .reservation__container:after {
          display: none; } }
    @media only screen and (min-width: 469px) and (max-width: 699px) {
      #section-header .reservation__container {
        position: relative;
        background-color: transparent;
        width: 100%;
        height: auto;
        margin-top: 30px; }
        #section-header .reservation__container:after {
          display: none; } }
    #section-header .reservation__container:after {
      content: "";
      position: absolute;
      background-image: url("/Portals/_default/Skins/Almas2/Images//reserve_bottom.png");
      width: 250px;
      height: 118px;
      bottom: -118px;
      left: 0; }
    #section-header .reservation__container .logo__container {
      text-align: center;
      margin: auto;
      margin-top: -20px; }
      #section-header .reservation__container .logo__container img {
        height: 120px;
        z-index: 20;
        position: relative; }
  #section-header .language-selector__container {
    position: absolute;
    top: 40px;
    left: 260px; }
    @media only screen and (max-width: 469px) {
      #section-header .language-selector__container {
        top: 10px;
        left: 11px; } }
    #section-header .language-selector__container li {
      display: inline-block; }
      #section-header .language-selector__container li a {
        border: 2px solid rgba(255, 255, 255, 0.4);
        font-size: 14px;
        margin-right: 2px;
        border-radius: 10px;
        padding: 7px 7px 3px 7px;
        display: inline-block;
        color: white; }
        @media only screen and (max-width: 469px) {
          #section-header .language-selector__container li a {
            border: 2px solid #f4c300;
            color: #f7c500; } }

#section-footer footer {
  padding-top: 20px; }

#section-footer .footer-menu__container {
  height: 42vh; }
  #section-footer .footer-menu__container .container {
    height: 100%; }
    #section-footer .footer-menu__container .container > .row {
      height: 100%; }
      #section-footer .footer-menu__container .container > .row > .Newsletter {
        height: 100%; }
  @media only screen and (max-width: 469px) {
    #section-footer .footer-menu__container {
      height: auto;
      margin-top: 10px; } }
  @media only screen and (min-width: 469px) and (max-width: 699px) {
    #section-footer .footer-menu__container {
      height: auto;
      margin-top: 10px; } }
  #section-footer .footer-menu__container .footer-pane-title {
    color: #6e65d4;
    font-size: 14px;
    font-weight: bold; }
    #section-footer .footer-menu__container .footer-pane-title i {
      color: #d7ac00;
      font-weight: normal;
      margin-left: 5px; }
  #section-footer .footer-menu__container .footer-list__container {
    list-style: disc !important;
    margin-top: 15px; }
    @media only screen and (max-width: 469px) {
      #section-footer .footer-menu__container .footer-list__container {
        margin-top: 5px; } }
    @media only screen and (min-width: 469px) and (max-width: 699px) {
      #section-footer .footer-menu__container .footer-list__container {
        margin-top: 5px; } }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(1) {
      transition-delay: 60; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(2) {
      transition-delay: 61; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(3) {
      transition-delay: 62; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(4) {
      transition-delay: 63; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(5) {
      transition-delay: 64; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(6) {
      transition-delay: 65; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(7) {
      transition-delay: 66; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(8) {
      transition-delay: 67; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(9) {
      transition-delay: 68; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(10) {
      transition-delay: 69; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(11) {
      transition-delay: 70; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(12) {
      transition-delay: 71; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(13) {
      transition-delay: 72; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(14) {
      transition-delay: 73; }
    #section-footer .footer-menu__container .footer-list__container li:nth-child(15) {
      transition-delay: 74; }
    #section-footer .footer-menu__container .footer-list__container li {
      list-style: disc !important;
      list-style-position: inside !important;
      color: #d7ac00;
      margin-bottom: 7px; }
      #section-footer .footer-menu__container .footer-list__container li a {
        text-decoration: none;
        color: black; }
        #section-footer .footer-menu__container .footer-list__container li a span {
          color: black; }

#section-footer .copyright__container {
  background-color: #d7ac00;
  padding: 4px;
  height: 7vh; }
  @media only screen and (max-width: 469px) {
    #section-footer .copyright__container {
      height: auto;
      margin-top: 30px; } }
  @media only screen and (min-width: 469px) and (max-width: 699px) {
    #section-footer .copyright__container {
      height: auto;
      margin-top: 30px; } }
  #section-footer .copyright__container .container {
    height: 100%; }
  #section-footer .copyright__container .copyright-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: white;
    font-size: 12px; }
    @media only screen and (max-width: 469px) {
      #section-footer .copyright__container .copyright-text {
        flex-direction: column;
        text-align: center; } }
    #section-footer .copyright__container .copyright-text div:nth-child(2) {
      direction: ltr;
      font-family: Verdana, Geneva, Tahoma, sans-serif; }

#section-footer .tripadvisor-logo {
  margin-top: 30px;
  display: block;
  text-align: center; }

.breadcrumb__container:first-of-type {
  padding: 15px 0;
  border-bottom: 1px solid #bebec2;
  margin-bottom: 60px;
  padding-bottom: 20px; }
  .breadcrumb__container:first-of-type:after {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background-image: url("/Portals/_default/Skins/Almas2/Images/inner-diamond.png");
    width: 44px;
    height: 42px;
    top: 42px; }
    @media only screen and (max-width: 469px) {
      .breadcrumb__container:first-of-type:after {
        bottom: -28px;
        top: unset; } }
    @media only screen and (min-width: 469px) and (max-width: 699px) {
      .breadcrumb__container:first-of-type:after {
        bottom: -28px;
        top: unset; } }
  .breadcrumb__container:first-of-type span {
    color: #6e65d4;
    font-weight: bold;
    font-size: 14px; }
  .breadcrumb__container:first-of-type img {
    margin: 0 6px; }

.newsletter__container {
  padding: 0 !important;
  border: none !important; }
  .newsletter__container .newsletter-title {
    text-align: right !important;
    font-size: 14px !important;
    line-height: 25px !important;
    text-align: right !important;
    color: #5e5e5e !important; }
  .newsletter__container .btn {
    background-color: #6e65d4;
    border-color: #6e65d4;
    border-radius: 0;
    color: white; }
  .newsletter__container input[type=text] {
    padding: 10px 7px !important;
    border-radius: 0 !important;
    border: 1px solid #d7ac00 !important; }

.guest-opinion__container {
  height: 100vh;
  background-color: white;
  width: 75%;
  margin-right: 20px;
  position: relative; }
  @media only screen and (max-width: 469px) {
    .guest-opinion__container {
      width: 100%;
      height: auto;
      margin: 0; } }
  @media only screen and (min-width: 469px) and (max-width: 699px) {
    .guest-opinion__container {
      width: 100%;
      height: auto;
      margin: 0; } }
  @media only screen and (min-width: 1280px) and (max-width: 1499px) {
    .guest-opinion__container:before {
      width: 20px;
      background-color: #d7ac00;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      right: -20px; } }
  @media only screen and (min-width: 1500px) and (max-width: 1799px) {
    .guest-opinion__container:before {
      width: 20px;
      background-color: #d7ac00;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      right: -20px; } }

.slick-dots {
  position: absolute;
  display: flex;
  bottom: -25px;
  right: 0;
  list-style: none; }
  .slick-dots button {
    border: none;
    font-size: 0;
    background: #dddddd;
    padding: 5px;
    border-radius: 50%;
    transition: all cubic-bezier(0.7, 0, 0.3, 1) 800ms; }
  .slick-dots li {
    margin-left: 5px; }
    .slick-dots li.slick-active button {
      background: #d7ac00; }

.user-comments__container {
  margin-top: 5%;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 20px 0; }
  .user-comments__container .slick-dots {
    bottom: auto;
    top: -40px;
    right: 0;
    left: 0;
    margin: auto;
    justify-content: center; }
    .user-comments__container .slick-dots li {
      margin: 0;
      padding: 0 4px; }
  .user-comments__container ul {
    direction: ltr; }
    .user-comments__container ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      padding: 0 20px;
      position: relative; }
      .user-comments__container ul li .user-comment-image__container {
        border-radius: 50%;
        text-align: center;
        position: relative;
        width: 80px;
        height: 80px;
        overflow: hidden;
        margin: auto; }
        .user-comments__container ul li .user-comment-image__container img {
          width: 100%;
          margin: auto;
          position: relative;
          z-index: 5; }
        .user-comments__container ul li .user-comment-image__container:after {
          content: "";
          background: url("/Portals/_default/Skins/Almas2/Images//opinion-picture-border.png");
          background-repeat: no-repeat;
          width: 59px;
          height: 57px;
          top: -6px;
          right: -12px;
          position: absolute;
          z-index: 9999; }
      .user-comments__container ul li .user-comment-text {
        margin-top: 15px;
        font-size: 13px;
        line-height: 20px; }
      .user-comments__container ul li .user-comment-name {
        color: #7067d5;
        font-size: 13px; }

.famous-users-comments__container {
  margin-top: 3%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 469px) {
    .famous-users-comments__container {
      margin: 0;
      display: block; } }
  @media only screen and (min-width: 469px) and (max-width: 699px) {
    .famous-users-comments__container {
      margin: 0;
      display: block; } }
  .famous-users-comments__container .famous-pictures__container {
    width: 50%;
    position: relative;
    margin-top: 5%; }
    @media only screen and (max-width: 469px) {
      .famous-users-comments__container .famous-pictures__container {
        width: 100%;
        margin: 0; } }
    @media only screen and (min-width: 469px) and (max-width: 699px) {
      .famous-users-comments__container .famous-pictures__container {
        width: 100%;
        margin: 0; } }
    .famous-users-comments__container .famous-pictures__container .slick-dots {
      top: -60px;
      right: 0;
      left: 0; }
    .famous-users-comments__container .famous-pictures__container .famous-images {
      direction: ltr; }
      .famous-users-comments__container .famous-pictures__container .famous-images figure {
        position: relative; }
        .famous-users-comments__container .famous-pictures__container .famous-images figure figcaption {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%;
          background-color: rgba(112, 103, 213, 0.8);
          color: white;
          font-size: 12px;
          padding: 10px 5px;
          text-align: right; }
        .famous-users-comments__container .famous-pictures__container .famous-images figure img {
          width: 100%; }
  .famous-users-comments__container .famous-text__container {
    width: 50%;
    margin-right: 20px; }
    @media only screen and (max-width: 469px) {
      .famous-users-comments__container .famous-text__container {
        width: 100%;
        margin: 0;
        margin-top: 10px; } }
    @media only screen and (min-width: 469px) and (max-width: 699px) {
      .famous-users-comments__container .famous-text__container {
        width: 100%;
        margin: 0;
        margin-top: 10px; } }
    .famous-users-comments__container .famous-text__container ul {
      direction: ltr; }
      .famous-users-comments__container .famous-text__container ul li {
        direction: rtl;
        text-align: justify;
        padding: 0 15px; }
        .famous-users-comments__container .famous-text__container ul li p:nth-child(1) {
          font-weight: bold;
          line-height: 20px;
          text-align: justify; }
          .famous-users-comments__container .famous-text__container ul li p:nth-child(1):after {
            content: '"';
            margin-right: 5px; }
          .famous-users-comments__container .famous-text__container ul li p:nth-child(1):before {
            content: '"';
            margin-left: 5px; }
        .famous-users-comments__container .famous-text__container ul li p:nth-child(2) {
          color: #d7ac00;
          text-align: center; }

/* Tab Container */
.tab__container p {
  margin: 0;
  padding: 0;
  font-weight: normal !important;
  line-height: 25px !important;
  padding: 10px 10px !important; }
  .tab__container p:before {
    content: "" !important;
    display: none !important; }

.tab__container li.active-tab {
  border-top-color: #ffd228 !important; }
  .tab__container li.active-tab:after, .tab__container li.active-tab:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .tab__container li.active-tab:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #b17f0e;
    border-width: 3px;
    margin-left: -3px; }
  .tab__container li.active-tab:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #b17f0e;
    border-width: 7px;
    margin-left: -7px; }
  @media only screen and (max-width: 469px) {
    .tab__container li.active-tab:after, .tab__container li.active-tab:before {
      display: none; } }
  @media only screen and (min-width: 469px) and (max-width: 699px) {
    .tab__container li.active-tab:after, .tab__container li.active-tab:before {
      display: none; } }
  .tab__container li.active-tab a {
    background: #ce9f17 !important;
    box-shadow: inset 0 -4px 0 #b17f0e !important;
    color: white !important; }
    @media only screen and (max-width: 469px) {
      .tab__container li.active-tab a {
        background: #ce9f17 !important;
        box-shadow: none !important; } }
    @media only screen and (min-width: 469px) and (max-width: 699px) {
      .tab__container li.active-tab a {
        background: #ce9f17 !important;
        box-shadow: none !important; } }
  .tab__container li.active-tab p {
    font-weight: bold !important; }

.tab__container a {
  font-size: 16px !important;
  background: #ce9f17 !important;
  transition: all ease 400ms; }
  .tab__container a:hover {
    color: white !important;
    box-shadow: inset 0 -4px 0 #b17f0e !important; }

/* End of Tab Container*/
.usercomments .commentslist > ul > li div.userinfo div .username {
  font-size: 14px !important;
  margin-top: 10px !important; }

.fbtn-warning,
.fbtn-wed {
  background-color: #d7ac00 !important;
  color: white !important; }

.usercomments .commentslist > ul > li div.commentbody {
  font-size: 14px !important; }

.commentsList > ul.list > li > ul.nested {
  background-color: #f3f3f3 !important; }

.commentsList > ul.list > li > ul.master,
.commentsList > ul.header {
  background-color: #ffffff !important; }

.fara-alert .icon.success .line.tip {
  top: 47px !important; }

.fara-alert .icon.success .line.long {
  top: 40px !important; }

.survey.question .question__title {
  font-weight: bold;
  margin-bottom: 10px; }

.survey.question input[type=checkbox], .survey.question input[type=radio] {
  margin-left: 5px !important; }

.survey.question ul {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dedede; }

.survey.question textarea {
  width: 80%;
  border-radius: 5px;
  height: 150px;
  margin-top: 15px;
  border: 1px solid #d6d6d6; }

nav .main-menu > li:first-child {
  margin-left: -10px; }

html[lang=ar-sa] .select2.select2-container {
  min-width: 400px; }

.search-box__container {
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin-right: 2px;
  border-radius: 10px;
  padding: 0;
  display: inline-block;
  color: white;
  position: relative; }
  .search-box__container .icon-search {
    cursor: pointer;
    width: 16%;
    float: left;
    padding: 4px 10px; }
  .search-box__container input[type=search] {
    background: none;
    border: none;
    width: 82%;
    padding-right: 3px;
    margin-top: 4px; }
    .search-box__container input[type=search]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: white !important; }
    .search-box__container input[type=search]::-moz-placeholder {
      /* Firefox 19+ */
      color: white !important; }
    .search-box__container input[type=search]:-ms-input-placeholder {
      /* IE 10+ */
      color: white !important; }
    .search-box__container input[type=search]:-moz-placeholder {
      /* Firefox 18- */
      color: white !important; }

.reserve-form__container .form-control {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 20px 15px;
  cursor: pointer;
  color: white; }

.reservation__container .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white !important; }

.reservation__container .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important; }

.reservation__container .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: white !important; }

.reservation__container .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: white !important; }

.reverse-color__about {
  background-color: #d7ac01;
  border: 2px solid #d7ac01 !important; }

.newsletter__container .alert {
  padding: 7px;
  margin-bottom: 8px; }

#section-footer .parallax__container {
  margin-bottom: 18px; }

.nivo-lightbox-content .hidden-content {
  display: block; }

@media (max-width: 992px) {
  .reserve-form__container .form-control {
    background-color: rgba(235, 235, 235, 0.968627) !important;
    color: #777777; }
    .reserve-form__container .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: black !important; }
    .reserve-form__container .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: black !important; }
    .reserve-form__container .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: black !important; }
    .reserve-form__container .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: black !important; }
  .reserve-form__container input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black !important; }
  .reserve-form__container input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: black !important; }
  .reserve-form__container input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: black !important; }
  .reserve-form__container input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: black !important; } }

@media (max-width: 768px) {
  div.dnnRegistrationForm {
    min-width: unset; }
  div.dnnRegistrationForm .dnnForm {
    width: 100%; }
  .dnnFormItem input[type="text"] {
    width: 53%; } }

.menu {
  font-size: 12px;
  color: white;
  position: fixed;
  padding: 14px 13px 13px 12px;
  top: 20px;
  right: 20px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 101;
  border: 2px solid #d7ac01;
  color: #d7ac01;
  font-size: 24px;
  transition: all ease-in-out 400ms;
  display: flex;
  justify-content: center;
  align-items: center; }
  .menu:after {
    content: "MENU";
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 11px;
    left: 0;
    margin: auto;
    text-align: center; }
  .menu .burger {
    width: 24px;
    height: 20px;
    border: none;
    background: transparent;
    position: relative;
    cursor: pointer;
    padding: 0; }
    .menu .burger:focus {
      outline: none; }
  .menu .burger.burger2:after {
    width: 100%;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    display: block;
    background: #D7AC01;
    transition: background ease 400ms, color ease 400ms;
    content: "";
    transition: 0.3s width 0.4s;
    top: 0px;
    left: 0px;
    margin-top: 0px; }
  .menu .burger.burger2:before {
    width: 100%;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    display: block;
    background: #D7AC01;
    transition: background ease 400ms, color ease 400ms;
    content: "";
    transition: 0.3s width 0.4s;
    bottom: 0px;
    right: 0px;
    margin-bottom: 0px; }
  .menu .burger.burger2 span {
    width: 100%;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    display: block;
    background: #D7AC01;
    transition: background ease 400ms, color ease 400ms;
    top: 50%;
    margin-top: -2px;
    transition: transform 0.3s; }
    .menu .burger.burger2 span:before {
      content: "";
      background: #D7AC01;
      transition: background ease 400ms, color ease 400ms;
      width: 100%;
      height: 3px;
      border-radius: 100px;
      position: absolute;
      left: 0px;
      transition: transform 0.3s; }
  .menu .burger.burger2.on:after {
    transition: all 0.2s;
    width: 0%;
    left: 0px; }
  .menu .burger.burger2.on:before {
    transition: all 0.2s;
    width: 0%;
    right: 0px; }
  .menu .burger.burger2.on span {
    transform: rotate(45deg);
    transition: 0.3s transform 0.4s; }
    .menu .burger.burger2.on span:before {
      transform: rotate(-90deg);
      transition: 0.3s transform 0.4s; }

.menu.menu--hide {
  opacity: 0;
  visibility: hidden; }

.menu.reverse-color {
  color: white;
  border-color: white; }
  .menu.reverse-color .burger:after {
    color: white !important;
    background: white !important; }
    .menu.reverse-color .burger:after:before {
      color: white !important;
      background: white !important; }
  .menu.reverse-color .burger:before {
    color: white !important;
    background: white !important; }
    .menu.reverse-color .burger:before:before {
      color: white !important;
      background: white !important; }
  .menu.reverse-color .burger span {
    color: white !important;
    background: white !important; }
    .menu.reverse-color .burger span:before {
      color: white !important;
      background: white !important;
      background: white !important; }

@media (max-width: 768px) {
  .Inner-Without-rezerv .reservation__container {
    display: none; } }
