/**
 * Animation.css
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-ms-keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -ms-transform: perspective(400px) rotateY(10deg); }
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.fadeInLeft, .mfp-wrap.mfp-fade .mfp-content {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flipInX {
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flipInY {
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -ms-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

/**
 * Owl Slider styles
 */
/*
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  -ms-touch-action: pan-y; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .owl-carousel .owl-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      -o-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left;
    padding: 0;
    overflow: hidden; }
    .owl-carousel .owl-item .item, .owl-carousel .owl-item .items {
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .owl-carousel .owl-item .item img, .owl-carousel .owl-item .items img {
        width: 100%; }
  .owl-carousel .owl-page, .owl-carousel .owl-buttons div {
    cursor: pointer; }
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .owl-carousel.property-container .owl-item {
    padding: 0; }
  .owl-carousel.not-16-9 .owl-item .items img {
    max-width: none;
    width: auto; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.owl-theme {
  /* Styling Next and Prev buttons */ }
  .owl-theme .owl-controls {
    position: absolute;
    left: 50%;
    bottom: 30px;
    text-align: center;
    z-index: 1;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    /* Styling Pagination*/ }
    @media (max-width: 600px) {
      .owl-theme .owl-controls {
        width: 100%; } }
    .owl-theme .owl-controls .owl-buttons div {
      position: absolute;
      bottom: 0;
      display: inline-block;
      zoom: 1;
      *display: inline;
      /*IE7 life-saver */
      color: #000000;
      width: 30px;
      height: 45px; }
      @media (min-width: 768px) and (max-width: 992px) {
        .owl-theme .owl-controls .owl-buttons div {
          bottom: 100%; } }
      @media (max-width: 767px) {
        .owl-theme .owl-controls .owl-buttons div {
          bottom: 100%; } }
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      text-decoration: none; }
    .owl-theme .owl-controls .owl-pagination {
      display: inline-block; }
    .owl-theme .owl-controls .owl-page {
      display: inline-block;
      zoom: 1;
      *display: inline;
      /*IE7 life-saver */ }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../../index.html) no-repeat center center; }

/**
 * datepicker styles
 */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 11px;
  margin-top: 1px;
  /*.dow {
      border-top: 1px solid #ddd !important;
  }*/ }
  @media (max-width: 440px) {
    .datepicker {
      padding: 5px; } }
  .datepicker.datepicker-rtl {
    direction: rtl; }
    .datepicker.datepicker-rtl table tr td span {
      float: right; }
  .datepicker.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #FFFFFF;
    background: #222222;
    color: #FFFFFF; }
  .datepicker > div {
    display: none; }
  .datepicker table {
    width: 100%;
    margin: 0; }
    .datepicker table.table-condensed > tbody > tr td,
    .datepicker table.table-condensed > tbody > tr th, .datepicker table.table-condensed > thead > tr td,
    .datepicker table.table-condensed > thead > tr th {
      text-align: center;
      width: 20px;
      height: 20px;
      padding: 7px 12px; }
      @media (max-width: 440px) {
        .datepicker table.table-condensed > tbody > tr td,
        .datepicker table.table-condensed > tbody > tr th, .datepicker table.table-condensed > thead > tr td,
        .datepicker table.table-condensed > thead > tr th {
          padding: 7px; } }
      @media (max-width: 390px) {
        .datepicker table.table-condensed > tbody > tr td,
        .datepicker table.table-condensed > tbody > tr th, .datepicker table.table-condensed > thead > tr td,
        .datepicker table.table-condensed > thead > tr th {
          padding: 5px; } }
  .datepicker td {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .datepicker td.day:hover, .datepicker td.today {
      background: #3c3c3c;
      color: #FFFFFF;
      cursor: pointer; }
    .datepicker td.day.disabled {
      color: #0d0d0d;
      font-weight: 100;
      cursor: default; }
      .datepicker td.day.disabled:hover {
        background: #222222; }
    .datepicker td.old, .datepicker td.new {
      color: #555555;
      font-weight: 100; }
    .datepicker td.selected {
      background: #3c3c3c; }
    .datepicker td.range {
      background: #2f2f2f; }
    .datepicker td.active, .datepicker td.active:hover {
      background: #FFFFFF;
      color: #FFFFFF; }
    .datepicker td span {
      display: block;
      width: 47px;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 2px;
      cursor: pointer; }
      .datepicker td span:hover {
        background: rgba(210, 189, 127, 0.7); }
      .datepicker td span.active {
        background: #000000;
        color: #FFFFFF;
        text-shadow: 0 -1px 0 rgba(210, 189, 127, 0.25); }
      .datepicker td span.old {
        color: #222222; }
  .datepicker th.switch {
    width: 145px; }
  .datepicker th.next, .datepicker th.prev {
    font-size: 21px; }
  .datepicker thead tr:first-child th {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    color: #FFFFFF; }
    .datepicker thead tr:first-child th:hover {
      background: #FFFFFF;
      color: #222222; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

body.white-datepicker .datepicker, body.room-details .datepicker {
  background: #FFFFFF;
  border: 1px solid #FFFFFF; }
  body.white-datepicker .datepicker td.day:hover, body.white-datepicker .datepicker td.today, body.room-details .datepicker td.day:hover, body.room-details .datepicker td.today {
    background: #b0b0b0;
    color: #FFFFFF; }
  body.white-datepicker .datepicker td.day.disabled, body.room-details .datepicker td.day.disabled {
    color: #969696; }
    body.white-datepicker .datepicker td.day.disabled:hover, body.room-details .datepicker td.day.disabled:hover {
      background: #969696;
      color: #FFFFFF; }
  body.white-datepicker .datepicker td.old, body.white-datepicker .datepicker td.new, body.room-details .datepicker td.old, body.room-details .datepicker td.new {
    color: #7d7d7d;
    font-weight: 300; }
  body.white-datepicker .datepicker td.selected, body.white-datepicker .datepicker td.selected:hover, body.room-details .datepicker td.selected, body.room-details .datepicker td.selected:hover {
    background: #d9c792;
    color: #FFFFFF; }
  body.white-datepicker .datepicker td.range, body.room-details .datepicker td.range {
    background: #e6dab8; }

/**
 * Magnific Popup Styles
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  filter: alpha(opacity=80); }
  .mfp-bg.mfp-fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
    .mfp-bg.mfp-fade.mfp-ready {
      opacity: 1;
      filter: alpha(opacity=100); }
    .mfp-bg.mfp-fade.mfp-removing {
      opacity: 0;
      filter: alpha(opacity=0); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
  .mfp-wrap.mfp-fade {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .mfp-wrap.mfp-fade.mfp-removing {
      opacity: 0;
      filter: alpha(opacity=0); }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #FFFFFF; }
    .mfp-preloader a:hover {
      color: #000000; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 2px;
  top: 2px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  background: #000000 !important;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFFFFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #FFFFFF; }

.mfp-counter {
  position: absolute;
  top: 8px;
  right: 65px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 25px; }

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(210, 189, 127, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover:before, .mfp-arrow:hover:after,
  .mfp-arrow:hover .mfp-b,
  .mfp-arrow:hover .mfp-a, .mfp-arrow:focus:before, .mfp-arrow:focus:after,
  .mfp-arrow:focus .mfp-b,
  .mfp-arrow:focus .mfp-a {
    background: #FFFFFF; }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #FFFFFF; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    top: -7px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    top: 13px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.mfp-arrow-right {
  right: 10px; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1100px;
    height: 100%; }
  .mfp-iframe-holder .mfp-close {
    top: 0; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1; }
  .mfp-figure small {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  padding: 0 10px;
  cursor: auto;
  background: rgba(0, 0, 0, 0.3); }

.mfp-title {
  text-align: left;
  line-height: 44px;
  color: #FFFFFF;
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(210, 189, 127, 0.3);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/**
 * Select2 Styles
 */
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: 1px solid #FFFFFF;
  outline: none; }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 2px solid #FFFFFF; }

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
  background: #969696;
  display: list-item;
  padding-left: 5px; }

.select2-offscreen, .select2-offscreen:focus {
  display: none !important; }

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .select2-container .select2-choice {
    display: block;
    height: 42px;
    padding: 0 0 0 10px;
    overflow: hidden;
    position: relative;
    border: 2px solid #FFFFFF;
    border-bottom-color: #FFFFFF;
    background-color: none;
    white-space: nowrap;
    line-height: 38px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .select2-container .select2-choice abbr {
      display: none;
      width: 12px;
      height: 12px;
      position: absolute;
      right: 24px;
      top: 8px;
      font-size: 1px;
      text-decoration: none;
      border: 0;
      background: url(../img/select2.png) right top no-repeat;
      cursor: pointer;
      outline: 0; }
      .select2-container .select2-choice abbr:hover {
        background-position: right -11px;
        cursor: pointer; }
    .select2-container .select2-choice .select2-arrow {
      display: inline-block;
      width: 18px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
      .select2-container .select2-choice .select2-arrow b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../img/select2.png) no-repeat -4px 6px; }
    .select2-container .select2-choice > .select2-chosen {
      margin-right: 26px;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      float: none;
      width: auto;
      color: #FFFFFF; }
  .select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px; }
  .select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block; }
  .select2-container.select2-container-disabled .select2-choice {
    background-color: #969696;
    background-image: none;
    border: 1px solid #969696;
    cursor: default; }
    .select2-container.select2-container-disabled .select2-choice .select2-arrow {
      background-color: #969696;
      background-image: none;
      border-left: 0; }
    .select2-container.select2-container-disabled .select2-choice abbr {
      display: none; }

.select2-drop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #222222;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-top: 0; }
  .select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #222222;
    border-bottom: 0; }
    .select2-drop.select2-drop-above.select2-drop-active {
      border-top: 2px solid #FFFFFF; }

.select2-search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }
  .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-size: 1em;
    border: 1px solid #FFFFFF;
    background: transparent url(../img/select2.png) no-repeat 100% -22px; }
    .select2-search input.select2-active {
      background: transparent url(../img/select2-spinner.gif) no-repeat 100%; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }
  html[dir="rtl"] .select2-container-multi .select2-choices li {
    float: right; }
  html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px; }
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }
  html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;
    border-left: none;
    border-right: 1px solid #707070; }
    html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
      background-position: -2px 6px; }
  html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0; }
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #FFFFFF url(../img/select2.png) no-repeat -37px -22px; }
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }
  html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -20px 6px; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: 9998;
  background-color: #FFFFFF;
  opacity: 0;
  filter: alpha(opacity=0); }

.select2-drop-active {
  border: 2px solid #FFFFFF;
  border-top: none; }

.select2-drop-auto-width {
  border-top: 1px solid #707070;
  width: auto; }

.select2-dropdown-open {
  background: #222222; }
  .select2-dropdown-open .select2-choice {
    border-color: #FFFFFF;
    border-bottom-color: transparent; }
    .select2-dropdown-open .select2-choice .select2-arrow {
      background: transparent;
      border-left: none;
      filter: none; }
      .select2-dropdown-open .select2-choice .select2-arrow b {
        background-position: -22px 6px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px; }

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }
  .select2-results li {
    list-style: none;
    display: list-item;
    background-image: none; }
    .select2-results li em {
      background: #FFFFFF;
      font-style: normal; }
    .select2-results li.select2-result-with-children > .select2-result-label {
      font-weight: bold; }
  .select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .select2-results .select2-highlighted {
    background: #FFFFFF;
    color: #222222; }
    .select2-results .select2-highlighted em {
      background: transparent; }
    .select2-results .select2-highlighted ul {
      background: #FFFFFF;
      color: #000000; }
  .select2-results .select2-ajax-error {
    background: #FFFFFF; }
  .select2-results .select2-disabled {
    background: #969696;
    display: list-item;
    cursor: default; }
    .select2-results .select2-disabled.select2-highlighted {
      color: #FFFFFF;
      background: #969696;
      display: list-item;
      cursor: default; }
  .select2-results .select2-selected {
    display: none; }
  .select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0; }

.select2-more-results {
  background: #969696;
  display: list-item; }
  .select2-more-results.select2-active {
    background: #969696 url(../img/select2-spinner.gif) no-repeat 100%; }

.select2-container-multi .select2-choices {
  height: auto !important;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #707070;
  cursor: text;
  overflow: hidden;
  background-color: #FFFFFF;
  min-height: 26px; }
  .select2-container-multi .select2-choices li {
    float: left;
    list-style: none; }
  .select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .select2-container-multi .select2-choices .select2-search-field input {
      padding: 5px;
      margin: 1px 0;
      font-size: 100%;
      color: #FFFFFF;
      outline: 0;
      border: 0;
      background: transparent !important; }
      .select2-container-multi .select2-choices .select2-search-field input.select2-active {
        background: #FFFFFF url(../img/select2-spinner.gif) no-repeat 100% !important; }
  .select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #969696;
    cursor: default;
    border: 1px solid #707070;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #969696; }
    .select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
      cursor: default; }
    .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
      background-position: right -11px; }
  .select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #707070; }
    .select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
      background-position: right -11px; }
.select2-container-multi .select2-search-choice-close {
  left: 3px; }
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #969696;
  outline: none; }
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #969696;
  background-image: none;
  border: 1px solid #969696;
  cursor: default; }
  .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px;
    border: 1px solid #969696;
    background-image: none;
    background-color: #969696; }
    .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
      display: none;
      background: none; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-default {
  color: #969696 !important; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(../img/select2.png) right top no-repeat; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search-choice-close, .select2-search input, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url(../img/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-result-selectable .select2-match {
  text-decoration: underline; }

.select2-result-unselectable .select2-match {
  text-decoration: underline; }

html {
  overflow-y: auto;
  overflow-x: hidden; }

body {
  background: #222222;
  font: 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
  color: #969696; }
  body.restaurant #special-dishes {
    background: #1a1a1a; }
  body.restaurant #welcome-section.has-user {
    padding-bottom: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  color: #969696; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }
  a:focus {
    color: #FFFFFF; }
  a:hover {
    color: #FFFFFF; }

input:focus, textarea:focus {
  border-color: #FFFFFF; }

.animated-box {
  opacity: 0;
  filter: alpha(opacity=0); }

/**
 * Shortcodes Styles
 */
#t-logo, #f-logo {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #t-logo *, #f-logo * {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #t-logo > span, #f-logo > span {
    position: absolute; }
  #t-logo .title, #f-logo .title {
    color: #FFFFFF;
    font: 2.5em/1em "Playfair Display", Arial, Helvetica, sans-serif;
    left: 0;
    bottom: 45px; }
  #t-logo .desc, #f-logo .desc {
    color: #FFFFFF;
    font: 1.5em/1em , Arial, Helvetica, sans-serif;
    left: 63px;
    bottom: 75px; }

#f-logo {
  height: 60px; }
  #f-logo .title {
    font: 1.9em/1em "Playfair Display", Arial, Helvetica, sans-serif;
    bottom: 20px; }
  #f-logo .desc {
    font: 1.1em/1em , Arial, Helvetica, sans-serif;
    left: 53px;
    bottom: 42px; }

.ravis-title {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px; }
  .ravis-title:before, .ravis-title:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 50px;
   /* border: 2px solid #FFFFFF; */
	}
  .ravis-title:before {
    top: -50px;
    border-bottom: 0; }
  .ravis-title:after {
    bottom: -50px;
    border-top: 0; }
  .ravis-title .inner-box {
    width: 100%;
    position: relative; }
    .ravis-title .inner-box:before, .ravis-title .inner-box:after {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -45px;
      width: 90px;
      height: 45px;
     /* border: 1px solid #FFFFFF; */
	  }
    .ravis-title .inner-box:before {
      top: -45px;
      border-bottom: 0; }
    .ravis-title .inner-box:after {
      bottom: -45px;
      border-top: 0; }
    .ravis-title .inner-box .title {
      color: #FFFFFF;
      font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif; }
    .ravis-title .inner-box .sub-title {
      color: #FFFFFF;
      font: 30px/40px , Arial, Helvetica, sans-serif; }

.ravis-title-t-1 .title {
  color: #FFFFFF;
  font: 30px/80px "Playfair Display", Arial, Helvetica, sans-serif; }
  @media (max-width: 440px) {
    .ravis-title-t-1 .title {
      font-size: 24px; } }
  .ravis-title-t-1 .title span {
    display: inline-block;
    position: relative; }
    .ravis-title-t-1 .title span:before, .ravis-title-t-1 .title span:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      background: #FFFFFF; }
    .ravis-title-t-1 .title span:before {
      width: 100%;
      height: 2px; }
    .ravis-title-t-1 .title span:after {
      width: 80%;
      height: 1px;
      bottom: -3px; }
.ravis-title-t-1 .sub-title {
  color: #FFFFFF;
  font: 30px/70px , Arial, Helvetica, sans-serif; }
  @media (max-width: 767px) {
    .ravis-title-t-1 .sub-title {
      line-height: 30px;
      margin: 25px 0; } }
  @media (max-width: 440px) {
    .ravis-title-t-1 .sub-title {
      font-size: 24px; } }

.ravis-title-t-2 {
  text-align: center; }
  .ravis-title-t-2 .title {
    color: #FFFFFF;
    font: 34px/80px "Playfair Display", Arial, Helvetica, sans-serif; }
    .ravis-title-t-2 .title span {
      display: inline-block;
      position: relative;
      padding: 0 15px; }
      .ravis-title-t-2 .title span:before, .ravis-title-t-2 .title span:after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        background: #FFFFFF;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      .ravis-title-t-2 .title span:before {
        width: 100%;
        height: 2px; }
      .ravis-title-t-2 .title span:after {
        width: 80%;
        height: 1px;
        bottom: -3px; }
  .ravis-title-t-2 .sub-title {
    color: #FFFFFF;
    font: 30px/70px , Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif; }

.ravis-btn {
  border: 0;
  outline: none;
  background: transparent; }
  .ravis-btn:hover, .ravis-btn:focus, .ravis-btn:active {
    outline: none; }
  .ravis-btn.btn-type-1 {
    font-family: "Playfair Display", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    background: none;
    position: relative;
    padding: 0; }
    .ravis-btn.btn-type-1:before, .ravis-btn.btn-type-1:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 22px;
      border: 2px solid #FFFFFF; }
    .ravis-btn.btn-type-1:before {
      top: 0;
      border-bottom: 0; }
    .ravis-btn.btn-type-1:after {
      bottom: 0;
      border-top: 0; }
    .ravis-btn.btn-type-1 .inner-box {
      display: block;
      position: relative;
      padding: 20px 15px; }
      .ravis-btn.btn-type-1 .inner-box:before, .ravis-btn.btn-type-1 .inner-box:after {
        display: block;
        content: '';
        position: absolute;
        left: 4px;
        width: calc(100% - 8px);
        height: 18px;
        border: 1px solid #FFFFFF; }
      .ravis-btn.btn-type-1 .inner-box:before {
        top: 4px;
        border-bottom: 0; }
      .ravis-btn.btn-type-1 .inner-box:after {
        bottom: 4px;
        border-top: 0; }
  .ravis-btn.btn-type-2 {
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 30px;
    font-size: .9em;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .ravis-btn.btn-type-2:before, .ravis-btn.btn-type-2:after {
      display: block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 10px;
      border: 2px solid #FFFFFF; }
    .ravis-btn.btn-type-2:before {
      top: 0;
      border-bottom: 0; }
    .ravis-btn.btn-type-2:after {
      bottom: 0;
      border-top: 0; }
    .ravis-btn.btn-type-2:hover {
      background: rgba(0, 0, 0, 0.5); }
      .ravis-btn.btn-type-2:hover:before, .ravis-btn.btn-type-2:hover:after {
        height: 15px; }

input[type="text"]:not([class*="select2"]), input[type="email"]:not([class*="select2"]), input[type="password"]:not([class*="select2"]), input[type="url"]:not([class*="select2"]), textarea:not([class*="select2"]), select:not([class*="select2"]), .input-group-addon:not([class*="select2"]) {
  background: none;
  padding: 10px;
  color: #FFFFFF;
  font-size: 14px;
  border: 2px solid #FFFFFF;
  border-bottom-color: #FFFFFF;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  input[type="text"]:not([class*="select2"]).placeholder, input[type="email"]:not([class*="select2"]).placeholder, input[type="password"]:not([class*="select2"]).placeholder, input[type="url"]:not([class*="select2"]).placeholder, textarea:not([class*="select2"]).placeholder, select:not([class*="select2"]).placeholder, .input-group-addon:not([class*="select2"]).placeholder {
    color: #FFFFFF; }
  input[type="text"]:not([class*="select2"]):-moz-placeholder, input[type="email"]:not([class*="select2"]):-moz-placeholder, input[type="password"]:not([class*="select2"]):-moz-placeholder, input[type="url"]:not([class*="select2"]):-moz-placeholder, textarea:not([class*="select2"]):-moz-placeholder, select:not([class*="select2"]):-moz-placeholder, .input-group-addon:not([class*="select2"]):-moz-placeholder {
    color: #FFFFFF; }
  input[type="text"]:not([class*="select2"])::-moz-placeholder, input[type="email"]:not([class*="select2"])::-moz-placeholder, input[type="password"]:not([class*="select2"])::-moz-placeholder, input[type="url"]:not([class*="select2"])::-moz-placeholder, textarea:not([class*="select2"])::-moz-placeholder, select:not([class*="select2"])::-moz-placeholder, .input-group-addon:not([class*="select2"])::-moz-placeholder {
    color: #FFFFFF; }
  input[type="text"]:not([class*="select2"]):-ms-input-placeholder, input[type="email"]:not([class*="select2"]):-ms-input-placeholder, input[type="password"]:not([class*="select2"]):-ms-input-placeholder, input[type="url"]:not([class*="select2"]):-ms-input-placeholder, textarea:not([class*="select2"]):-ms-input-placeholder, select:not([class*="select2"]):-ms-input-placeholder, .input-group-addon:not([class*="select2"]):-ms-input-placeholder {
    color: #FFFFFF; }
  input[type="text"]:not([class*="select2"])::-webkit-input-placeholder, input[type="email"]:not([class*="select2"])::-webkit-input-placeholder, input[type="password"]:not([class*="select2"])::-webkit-input-placeholder, input[type="url"]:not([class*="select2"])::-webkit-input-placeholder, textarea:not([class*="select2"])::-webkit-input-placeholder, select:not([class*="select2"])::-webkit-input-placeholder, .input-group-addon:not([class*="select2"])::-webkit-input-placeholder {
    color: #FFFFFF; }
  input[type="text"]:not([class*="select2"]):focus, input[type="email"]:not([class*="select2"]):focus, input[type="password"]:not([class*="select2"]):focus, input[type="url"]:not([class*="select2"]):focus, textarea:not([class*="select2"]):focus, select:not([class*="select2"]):focus, .input-group-addon:not([class*="select2"]):focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="url"]:disabled, textarea:disabled, select:disabled, .input-group-addon:disabled {
  background-color: rgba(0, 0, 0, 0.5); }

.ravis-checkbox input {
  display: none; }
.ravis-checkbox label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  line-height: 45px;
  margin: 0;
  font-weight: normal; }
  .ravis-checkbox label a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .ravis-checkbox label a:hover {
      color: #FFFFFF; }
  .ravis-checkbox label span {
    width: 17px;
    height: 17px;
    background: #222222;
    border: 1px solid #FFFFFF;
    position: absolute;
    left: 1px;
    top: 14px; }
    .ravis-checkbox label span:before {
      position: absolute;
      left: 2px;
      top: -2px;
      display: block;
      color: #FFFFFF;
      font-size: .7em;
      line-height: 18px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .ravis-checkbox label > input:checked + span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.ravis-radio input {
  display: none; }
.ravis-radio label {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  line-height: 45px;
  margin: 0;
  font-weight: normal; }
  .ravis-radio label span {
    width: 15px;
    height: 15px;
    background: #222222;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 7px; }
    .ravis-radio label span:before {
      width: 5px;
      height: 5px;
      background: #FFFFFF;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 4px;
      top: 4px;
      content: '';
      display: block;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .ravis-radio label > input:checked + span:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.sort-section {
  margin: 90px 0 60px;
  text-align: center; }
  .sort-section ul {
    display: inline-block; }
    .sort-section ul li {
      margin: 0 10px; }
      @media (max-width: 440px) {
        .sort-section ul li {
          margin: 0; } }
      .sort-section ul li a {
        display: block;
        line-height: 30px;
        color: #FFFFFF;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .sort-section ul li a.active {
          color: #FFFFFF;
          border-bottom: 1px solid #FFFFFF; }
  @media (max-width: 600px) {
    .sort-section ul {
      display: none;
      margin: 0 15px; }
      .sort-section ul li {
        display: block;
        padding: 0;
        margin: 0; } }

.sort-handle {
  background: #222222;
  text-align: center;
  color: #FFFFFF;
  line-height: 35px;
  position: relative;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  display: none;
  margin: 0 10px; }
  @media (max-width: 600px) {
    .sort-handle {
      display: block; } }
  .sort-handle:after {
    content: '';
    float: right;
    margin: 15px 12px 0 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid #FFFFFF; }

.pagination-box {
  margin: 50px 0;
  text-align: center; }
  .pagination-box ul {
    display: inline-block;
    position: relative;
    z-index: 1; }
    .pagination-box ul li {
      width: 35px;
      height: 35px;
      margin: 0 10px;
      padding: 0; }
      .pagination-box ul li a {
        width: 40px;
        height: 40px;
        background: none;
        line-height: 40px;
        text-align: center;
        border: 0;
        position: relative;
        display: block;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .pagination-box ul li a:before, .pagination-box ul li a:after {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 15px;
          border: 2px solid #FFFFFF; }
        .pagination-box ul li a:before {
          top: 0;
          border-bottom: 0; }
        .pagination-box ul li a:after {
          bottom: 0;
          border-top: 0; }
      .pagination-box ul li:hover a, .pagination-box ul li.active a {
        background: rgba(0, 0, 0, 0.5); }

.rate-box {
  margin: 20px 0; }
  .rate-box .title {
    color: #FFFFFF;
    font: 1.3em/2.7em "Playfair Display", Arial, Helvetica, sans-serif; }
  .rate-box .progress {
    height: 15px;
    background: #151515;
    padding: 2px;
    border: 1px solid #FFFFFF;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .rate-box .progress .progress-bar {
      background: #FFFFFF;
      position: relative;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .rate-box .progress .progress-bar span {
        position: absolute;
        right: 0;
        top: -35px;
        padding: 3px 10px;
        background: #151515;
        display: inline-block; }
        .rate-box .progress .progress-bar span:before, .rate-box .progress .progress-bar span:after {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 9px;
          border: 2px solid #FFFFFF; }
        .rate-box .progress .progress-bar span:before {
          top: 0;
          border-bottom: 0; }
        .rate-box .progress .progress-bar span:after {
          bottom: 0;
          border-top: 0; }

/**
 * Header Styles
 */
#main-header {
  height: 120px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 60;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 1200px) {
    #main-header .inner-container .r-sec #main-menu {
      display: none; } }
  #main-header .inner-container .r-sec #main-menu ul {
    margin: 0; }
    #main-header .inner-container .r-sec #main-menu ul li {
      padding: 0;
      position: relative; }
      #main-header .inner-container .r-sec #main-menu ul li > a {
        color: #FFFFFF;
        font: 1.2em/120px "Playfair Display", Arial, Helvetica, sans-serif;
        padding: 0 10px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #main-header .inner-container .r-sec #main-menu ul li > a:hover {
          color: #FFFFFF; }
      #main-header .inner-container .r-sec #main-menu ul li.active > a {
        color: #FFFFFF; }
      #main-header .inner-container .r-sec #main-menu ul li > ul {
        position: absolute;
        left: 50%;
        top: 105%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        padding: 15px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
        #main-header .inner-container .r-sec #main-menu ul li > ul:before, #main-header .inner-container .r-sec #main-menu ul li > ul:after {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 15px;
          border: 2px solid #FFFFFF; }
        #main-header .inner-container .r-sec #main-menu ul li > ul:before {
          top: 0;
          border-bottom: 0; }
        #main-header .inner-container .r-sec #main-menu ul li > ul:after {
          bottom: 0;
          border-top: 0; }
        #main-header .inner-container .r-sec #main-menu ul li > ul > li > a {
          display: block;
          border-bottom: 1px solid rgba(0, 0, 0, 0.5);
          white-space: nowrap;
          font: 0.9em/35px "Open Sans", Arial, Helvetica, sans-serif;
          text-transform: uppercase;
          text-align: center; }
        #main-header .inner-container .r-sec #main-menu ul li > ul > li:last-child a {
          border-bottom: 0; }
      #main-header .inner-container .r-sec #main-menu ul li:hover > ul {
        top: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; }
  #main-header.sticky {
    height: 90px;
    background: rgba(0, 0, 0, 0.6); }
    #main-header.sticky #t-logo, #main-header.sticky #f-logo {
      height: 90px; }
      #main-header.sticky #t-logo .title, #main-header.sticky #f-logo .title {
        bottom: 25px; }
      #main-header.sticky #t-logo .desc, #main-header.sticky #f-logo .desc {
        bottom: 52px; }
    #main-header.sticky .inner-container .r-sec #main-menu > ul > li > a {
      line-height: 90px; }
    #main-header.sticky #header-book-bow, #main-header.sticky #main-menu-handle {
      top: 29px; }
    #main-header.sticky #mobile-menu-container {
      max-height: calc(100vh - 91px); }
  #main-header.mobile-menu-active {
    background: #000000;
    border-bottom: 1px solid #FFFFFF; }
  @media (max-width: 390px) {
    #main-header #t-logo .title, #main-header #f-logo .title {
      font-size: 2em; }
    #main-header #t-logo .desc, #main-header #f-logo .desc {
      font-size: 1em; } }

#header-book-bow {
  position: absolute;
  right: 0;
  top: 44px; }
  #header-book-bow i {
    display: none; }
  @media (max-width: 440px) {
    #header-book-bow {
      padding: 0 15px; }
      #header-book-bow span {
        display: none; }
      #header-book-bow i {
        display: block;
        line-height: 35px; } }

#main-menu-handle {
  display: none;
  position: absolute;
  right: 140px;
  top: 44px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 1.1em; }
  @media (max-width: 1200px) {
    #main-menu-handle {
      display: block; } }
  @media (max-width: 440px) {
    #main-menu-handle {
      right: 50px; } }
  #main-menu-handle .fa-close {
    display: none; }
  #main-menu-handle.active .fa-bars {
    display: none; }
  #main-menu-handle.active .fa-close {
    line-height: 35px;
    display: block; }

#mobile-menu-container {
  display: none;
  background: #000000;
  clear: both;
  max-height: calc(100vh - 121px);
  overflow-y: auto; }
  @media (min-width: 1200px) {
    #mobile-menu-container {
      display: none !important; } }
  #mobile-menu-container #main-menu {
    float: none; }
    #mobile-menu-container #main-menu > ul {
      margin: 0; }
      #mobile-menu-container #main-menu > ul > li > a, #mobile-menu-container #main-menu > ul > li > span {
        color: #FFFFFF; }
        #mobile-menu-container #main-menu > ul > li > a:after, #mobile-menu-container #main-menu > ul > li > span:after {
          background: #FFFFFF; }
    #mobile-menu-container #main-menu li {
      display: block;
      padding: 0; }
      #mobile-menu-container #main-menu li.active > a, #mobile-menu-container #main-menu li.active span, #mobile-menu-container #main-menu li:hover > a, #mobile-menu-container #main-menu li:hover span {
        color: #FFFFFF; }
        #mobile-menu-container #main-menu li.active > a:before, #mobile-menu-container #main-menu li.active span:before, #mobile-menu-container #main-menu li:hover > a:before, #mobile-menu-container #main-menu li:hover span:before {
          background: #FFFFFF; }
      #mobile-menu-container #main-menu li a, #mobile-menu-container #main-menu li span {
        display: block;
        padding: 0 20px;
        line-height: 35px;
        color: #FFFFFF;
        border-bottom: 1px solid #1a1a1a; }
        #mobile-menu-container #main-menu li a:after, #mobile-menu-container #main-menu li span:after {
          display: block;
          content: "";
          float: left;
          width: 5px;
          height: 5px;
          background: #FFFFFF;
          margin: 15px 15px 0 0; }
        #mobile-menu-container #main-menu li a.active, #mobile-menu-container #main-menu li a:hover, #mobile-menu-container #main-menu li span.active, #mobile-menu-container #main-menu li span:hover {
          color: #FFFFFF; }
      #mobile-menu-container #main-menu li > ul {
        position: initial;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        border: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        border-bottom: 1px solid #1a1a1a; }
        #mobile-menu-container #main-menu li > ul:before, #mobile-menu-container #main-menu li > ul:after {
          display: none; }
        #mobile-menu-container #main-menu li > ul li a, #mobile-menu-container #main-menu li > ul li span {
          text-align: left;
          padding: 0 30px; }
        #mobile-menu-container #main-menu li > ul li:last-child a, #mobile-menu-container #main-menu li > ul li:last-child span {
          border-bottom: 0; }
      #mobile-menu-container #main-menu li:hover > ul {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); }

/**
 * Main Slider Styles
 */
#main-slider, #main-slider-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0; }
  #main-slider .owl-controls, #main-slider-fullscreen .owl-controls {
    bottom: 55%;
    width: 100%; }
    @media (max-width: 600px) {
      #main-slider .owl-controls, #main-slider-fullscreen .owl-controls {
        display: none !important; } }
    #main-slider .owl-controls .owl-prev, #main-slider .owl-controls .owl-next, #main-slider-fullscreen .owl-controls .owl-prev, #main-slider-fullscreen .owl-controls .owl-next {
      width: 50px;
      height: 50px;
      color: #FFFFFF;
      font-family: "Playfair Display", Arial, Helvetica, sans-serif;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
      #main-slider .owl-controls .owl-prev span, #main-slider .owl-controls .owl-next span, #main-slider-fullscreen .owl-controls .owl-prev span, #main-slider-fullscreen .owl-controls .owl-next span {
        display: block;
        top: 10px;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #main-slider .owl-controls .owl-prev:before, #main-slider .owl-controls .owl-prev:after, #main-slider .owl-controls .owl-next:before, #main-slider .owl-controls .owl-next:after, #main-slider-fullscreen .owl-controls .owl-prev:before, #main-slider-fullscreen .owl-controls .owl-prev:after, #main-slider-fullscreen .owl-controls .owl-next:before, #main-slider-fullscreen .owl-controls .owl-next:after {
        display: block;
        content: '';
        position: absolute; }
      #main-slider .owl-controls .owl-prev:before, #main-slider .owl-controls .owl-next:before, #main-slider-fullscreen .owl-controls .owl-prev:before, #main-slider-fullscreen .owl-controls .owl-next:before {
        width: 100%;
        height: 1px;
        left: 0;
        top: 25px;
        background: #FFFFFF; }
      #main-slider .owl-controls .owl-prev:after, #main-slider .owl-controls .owl-next:after, #main-slider-fullscreen .owl-controls .owl-prev:after, #main-slider-fullscreen .owl-controls .owl-next:after {
        top: 21px;
        left: -2px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid #FFFFFF;
        border-bottom: 5px solid transparent; }
      #main-slider .owl-controls .owl-prev:hover, #main-slider .owl-controls .owl-next:hover, #main-slider-fullscreen .owl-controls .owl-prev:hover, #main-slider-fullscreen .owl-controls .owl-next:hover {
        width: 75px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
        #main-slider .owl-controls .owl-prev:hover span, #main-slider .owl-controls .owl-next:hover span, #main-slider-fullscreen .owl-controls .owl-prev:hover span, #main-slider-fullscreen .owl-controls .owl-next:hover span {
          top: 3px;
          -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
          opacity: 1;
          filter: alpha(opacity=100); }
    #main-slider .owl-controls .owl-prev, #main-slider-fullscreen .owl-controls .owl-prev {
      left: 50px; }
      #main-slider .owl-controls .owl-prev span, #main-slider-fullscreen .owl-controls .owl-prev span {
        right: 17px; }
    #main-slider .owl-controls .owl-next, #main-slider-fullscreen .owl-controls .owl-next {
      right: 50px; }
      #main-slider .owl-controls .owl-next span, #main-slider-fullscreen .owl-controls .owl-next span {
        left: 20px; }
      #main-slider .owl-controls .owl-next:before, #main-slider .owl-controls .owl-next:after, #main-slider-fullscreen .owl-controls .owl-next:before, #main-slider-fullscreen .owl-controls .owl-next:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      #main-slider .owl-controls .owl-next:after, #main-slider-fullscreen .owl-controls .owl-next:after {
        left: auto;
        right: -2px; }
  #main-slider .img-container, #main-slider-fullscreen .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    #main-slider .img-container:before, #main-slider-fullscreen .img-container:before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
    #main-slider .img-container img, #main-slider-fullscreen .img-container img {
      position: absolute;
      left: 0;
      top: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  #main-slider .items, #main-slider-fullscreen .items {
    height: 100%; }
  #main-slider .owl-wrapper, #main-slider-fullscreen .owl-wrapper {
    width: 100% !important;
    height: 780px !important;
    left: 0 !important;
    position: relative;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; }
  #main-slider .owl-item, #main-slider-fullscreen .owl-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    height: 100%;
    max-width: 100%;
    overflow: hidden; }
    #main-slider .owl-item.active, #main-slider-fullscreen .owl-item.active {
      opacity: 1;
      filter: alpha(opacity=100); }
      #main-slider .owl-item.active .slide-caption:before, #main-slider .owl-item.active .slide-caption:after, #main-slider-fullscreen .owl-item.active .slide-caption:before, #main-slider-fullscreen .owl-item.active .slide-caption:after {
        opacity: 1;
        filter: alpha(opacity=100); }
      #main-slider .owl-item.active .slide-caption:before, #main-slider-fullscreen .owl-item.active .slide-caption:before {
        top: -90px; }
      #main-slider .owl-item.active .slide-caption:after, #main-slider-fullscreen .owl-item.active .slide-caption:after {
        bottom: -90px; }
      #main-slider .owl-item.active .slide-caption .inner-container:before, #main-slider .owl-item.active .slide-caption .inner-container:after, #main-slider-fullscreen .owl-item.active .slide-caption .inner-container:before, #main-slider-fullscreen .owl-item.active .slide-caption .inner-container:after {
        opacity: 1;
        filter: alpha(opacity=100); }
      #main-slider .owl-item.active .slide-caption .inner-container:before, #main-slider-fullscreen .owl-item.active .slide-caption .inner-container:before {
        top: -84px; }
      #main-slider .owl-item.active .slide-caption .inner-container:after, #main-slider-fullscreen .owl-item.active .slide-caption .inner-container:after {
        bottom: -84px; }
      #main-slider .owl-item.active .slide-caption .up-sec, #main-slider .owl-item.active .slide-caption .down-sec, #main-slider-fullscreen .owl-item.active .slide-caption .up-sec, #main-slider-fullscreen .owl-item.active .slide-caption .down-sec {
        top: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s; }
      #main-slider .owl-item.active .slide-caption .down-sec, #main-slider-fullscreen .owl-item.active .slide-caption .down-sec {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s; }
  #main-slider .slide-caption, #main-slider-fullscreen .slide-caption {
    position: absolute;
    /*left: 50%;
    top: 50%;*/
    left: 50%;
   bottom: 0px;
    font-size: 3.2em;
    line-height: 1.5em;
    color: #FFFFFF;
    z-index: 1;
    width: 100%;
    text-align: center;
   /* font-family: "Open Sans", Arial, Helvetica, sans-serif;*/
   font-family: 'Roboto Condensed', sans-serif;

    -moz-transform: translateX(-50%) translateY(-120%);
    -ms-transform: translateX(-50%) translateY(-120%);
    -webkit-transform: translateX(-50%) translateY(-120%);
    transform: translateX(-50%) translateY(-120%); }
    #main-slider .slide-caption:before, #main-slider .slide-caption:after, #main-slider-fullscreen .slide-caption:before, #main-slider-fullscreen .slide-caption:after {
      display: block;
      -webkit-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease;
      opacity: 0;
      filter: alpha(opacity=0);
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -60px;
      width: 120px;
      height: 70px;
      /*border: 3px solid #FFFFFF;*/
	   }
    #main-slider .slide-caption:before, #main-slider-fullscreen .slide-caption:before {
      top: -120px;
      border-bottom: 0; }
    #main-slider .slide-caption:after, #main-slider-fullscreen .slide-caption:after {
      bottom: -120px;
      border-top: 0; }
    #main-slider .slide-caption .inner-container, #main-slider-fullscreen .slide-caption .inner-container {
      position: relative; }
      #main-slider .slide-caption .inner-container:before, #main-slider .slide-caption .inner-container:after, #main-slider-fullscreen .slide-caption .inner-container:before, #main-slider-fullscreen .slide-caption .inner-container:after {
        display: block;
        -webkit-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -54px;
        width: 108px;
        height: 64px;
       /* border: 1px solid #FFFFFF;*/
        opacity: 0;
        filter: alpha(opacity=0); }
      #main-slider .slide-caption .inner-container:before, #main-slider-fullscreen .slide-caption .inner-container:before {
        top: -114px;
        border-bottom: 0; }
      #main-slider .slide-caption .inner-container:after, #main-slider-fullscreen .slide-caption .inner-container:after {
        bottom: -114px;
        border-top: 0; }
      #main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
        padding: 0 20px;
        position: relative;
        top: -30px;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        opacity: 0;
        filter: alpha(opacity=0); }
        @media (max-width: 992px) {
          #main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
            float: none; } }
        @media (max-width: 600px) {
          #main-slider .slide-caption .inner-container > div, #main-slider-fullscreen .slide-caption .inner-container > div {
            font-size: .7em; } }
    #main-slider .slide-caption .up-sec, #main-slider-fullscreen .slide-caption .up-sec {
      color: #FFFFFF;
      /*font: 0.9em/1em , Arial, Helvetica, sans-serif; */
      font: 0.9em/1em , 'Roboto Condensed', sans-serif; }
      @media (max-width: 992px) {
        #main-slider .slide-caption .up-sec, #main-slider-fullscreen .slide-caption .up-sec {
          font-size: .6em; } }
    #main-slider .slide-caption .down-sec, #main-slider-fullscreen .slide-caption .down-sec {
      color: #FFFFFF;
     /* font: 1.4em/1em "Playfair Display", Arial, Helvetica, sans-serif;*/
      font: 1.4em/1em 'Roboto Condensed', sans-serif;
	 
	  }
      @media (max-width: 992px) {
        #main-slider .slide-caption .down-sec, #main-slider-fullscreen .slide-caption .down-sec {
          font-size: .9em; } }

/**
 * Main Check Availability Form Styles
 */
#main-availability-form {
  background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 992px) {
    #main-availability-form {
      padding: 30px 0 60px; } }
  #main-availability-form input, #main-availability-form select, #main-availability-form .select2-container {
    width: 100%; }
  #main-availability-form i {
    color: #FFFFFF; }
  #main-availability-form form {
    margin-top: 60px; }
  #main-availability-form .row {
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      #main-availability-form .row {
        margin-bottom: 0;
		 } }
  #main-availability-form .booking-fields {
    position: relative; }
    @media (max-width: 992px) {
      #main-availability-form .booking-fields {
        margin-bottom: 30px; } }
    #main-availability-form .booking-fields > i {
      position: absolute;
      right: 30px;
      top: 15px; }
  #main-availability-form .ravis-btn span {
    padding: 37px 15px; }
  @media (max-width: 992px) {
    #main-availability-form .ravis-btn {
      width: 100%; }
      #main-availability-form .ravis-btn span {
        padding: 15px; } }

.slider-available-sec {
  position: relative; }
  .slider-available-sec #main-availability-form {
    position: absolute;
    left: 0;
    top: 100px;
   /* bottom: 0;*/
    width: 100%; }
    @media (max-width: 992px) {
      .slider-available-sec #main-availability-form {
        position: relative; } }

/**
 * Welcome Styles
 */
#welcome-section {
  padding: 80px 0; }
  @media (max-width: 992px) {
    #welcome-section {
      text-align: center; }
      #welcome-section .ravis-title-t-1 .title span:after {
        left: 10%; } }
  #welcome-section .l-sec .content {
    margin: 10px 0 40px;
    line-height: 30px; }
  #welcome-section .l-sec cite {
    color: #FFFFFF;
    font: 24px/30px , Arial, Helvetica, sans-serif; }
  #welcome-section .r-sec > img {
    margin-top: 78px;
    max-width: 100%;
    border: 2px solid #FFFFFF; }
  #welcome-section .r-sec .user-img-box {
    width: 80%;
    height: 80%;
    margin: 10%;
    text-align: center;
    position: relative; }
    @media (max-width: 992px) {
      #welcome-section .r-sec .user-img-box {
        margin-top: 130px; } }
    #welcome-section .r-sec .user-img-box:before, #welcome-section .r-sec .user-img-box:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 80px;
      border: 3px solid #FFFFFF; }
    #welcome-section .r-sec .user-img-box:before {
      top: 0;
      border-bottom: 0; }
    #welcome-section .r-sec .user-img-box:after {
      bottom: 0;
      border-top: 0; }
    #welcome-section .r-sec .user-img-box .inner-box {
      position: relative; }
      #welcome-section .r-sec .user-img-box .inner-box:before, #welcome-section .r-sec .user-img-box .inner-box:after {
        display: block;
        content: '';
        position: absolute;
        left: 5px;
        width: calc(100% - 10px);
        height: 75px;
        border: 1px solid #FFFFFF; }
      #welcome-section .r-sec .user-img-box .inner-box:before {
        top: 5px;
        border-bottom: 0; }
      #welcome-section .r-sec .user-img-box .inner-box:after {
        bottom: 5px;
        border-top: 0; }
      #welcome-section .r-sec .user-img-box .inner-box img {
        margin: -70px 0;
        position: relative;
        z-index: 1;
        max-width: 100%; }
  #welcome-section.has-user {
    padding: 50px 0 26px; }
    @media (max-width: 992px) {
      #welcome-section.has-user {
        padding-bottom: 0; } }
  #welcome-section.simple {
    text-align: center; }
    #welcome-section.simple .content {
      max-width: 800px;
      line-height: 30px;
      margin: 20px auto; }

/**
 * Luxury Rooms Styles
 */
#luxury-rooms .room-boxes {
  height: 600px;
  padding: 0;
  position: relative; }
  #luxury-rooms .room-boxes .inner-container {
    background-size: cover;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%; }
    #luxury-rooms .room-boxes .inner-container:before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 0;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 100%;
      height: 100%; }
    #luxury-rooms .room-boxes .inner-container * {
      display: block; }
    #luxury-rooms .room-boxes .inner-container .ravis-title {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0; }
      #luxury-rooms .room-boxes .inner-container .ravis-title .inner-box {
        padding: 15px 0; }
      #luxury-rooms .room-boxes .inner-container .ravis-title .sub-title {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        max-height: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        overflow: hidden; }
  #luxury-rooms .room-boxes:hover .inner-container {
    left: -50px;
    width: calc(100% + 100px);
    z-index: 50; }
    #luxury-rooms .room-boxes:hover .inner-container:before {
      background: rgba(0, 0, 0, 0.3); }
    #luxury-rooms .room-boxes:hover .inner-container .ravis-title .sub-title {
      max-height: 200px;
      opacity: 1;
      filter: alpha(opacity=100); }

/**
 * Gallery Styles
 */
#gallery {
  text-align: center;
  padding: 60px 0 80px; }
  #gallery .gallery-more-btn {
    margin-top: 50px; }

.gallery-container .image-main-box .item {
  padding: 0 5px;
  margin-bottom: 10px; }
  @media (max-width: 600px) {
    .gallery-container .image-main-box .item {
      float: none;
      width: 100%; } }
  .gallery-container .image-main-box .item figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gallery-container .image-main-box .item figure a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-indent: -999999px;
      overflow: hidden;
      z-index: 11; }
    .gallery-container .image-main-box .item figure img {
      max-width: 100%;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .gallery-container .image-main-box .item figcaption {
    display: block;
    position: absolute;
    left: 40px;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%; }
    @media (max-width: 600px) {
      .gallery-container .image-main-box .item figcaption {
        text-align: left; } }
    .gallery-container .image-main-box .item figcaption h4 {
      position: absolute;
      left: 60px;
      top: 40px;
      padding: 0 20px;
      margin: 0;
      letter-spacing: 5px;
      display: inline-block;
      color: #FFFFFF;
      font: 22px/35px "Playfair Display", Arial, Helvetica, sans-serif;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      border-left: 2px solid #FFFFFF;
      white-space: nowrap; }
      @media (max-width: 600px) {
        .gallery-container .image-main-box .item figcaption h4 {
          white-space: normal; } }
  .gallery-container .image-main-box .item:hover figcaption {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100); }
    .gallery-container .image-main-box .item:hover figcaption h4 {
      opacity: 1;
      filter: alpha(opacity=100);
      left: 40px;
      letter-spacing: 0;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }

/**
 * Testimonials Styles
 */
#testimonials-section {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background: url("../img/testimonails.jpg") center no-repeat;
  background-size: cover; }
  #testimonials-section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  #testimonials-section .item {
    padding: 60px 120px 100px;
    text-align: center; }
    @media (max-width: 992px) {
      #testimonials-section .item {
        padding: 60px 40px 100px; } }
    #testimonials-section .item .text {
      margin-top: 110px;
      color: #FFFFFF;
      line-height: 30px;
      position: relative; }
      #testimonials-section .item .text:before, #testimonials-section .item .text:after {
        font: 2.5em/1em "FontAwesome";
        color: #FFFFFF;
        position: absolute;
        opacity: 0.6;
        filter: alpha(opacity=60); }
      #testimonials-section .item .text:before {
        content: "\f10d";
        top: -40px;
        left: -40px; }
      #testimonials-section .item .text:after {
        content: "\f10e";
        right: -40px;
        bottom: -40px; }
  #testimonials-section .owl-theme .owl-controls {
    bottom: auto;
    top: 210px;
    width: 70%; }
    @media (max-width: 600px) {
      #testimonials-section .owl-theme .owl-controls {
        display: none !important; } }
    #testimonials-section .owl-theme .owl-controls .owl-prev, #testimonials-section .owl-theme .owl-controls .owl-next {
      width: 50px;
      height: 50px;
      color: #FFFFFF;
      font-family: "Playfair Display", Arial, Helvetica, sans-serif;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
      #testimonials-section .owl-theme .owl-controls .owl-prev span, #testimonials-section .owl-theme .owl-controls .owl-next span {
        display: block;
        top: 10px;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #testimonials-section .owl-theme .owl-controls .owl-prev:before, #testimonials-section .owl-theme .owl-controls .owl-prev:after, #testimonials-section .owl-theme .owl-controls .owl-next:before, #testimonials-section .owl-theme .owl-controls .owl-next:after {
        display: block;
        content: '';
        position: absolute; }
      #testimonials-section .owl-theme .owl-controls .owl-prev:before, #testimonials-section .owl-theme .owl-controls .owl-next:before {
        width: 100%;
        height: 1px;
        left: 0;
        top: 25px;
        background: #FFFFFF; }
      #testimonials-section .owl-theme .owl-controls .owl-prev:after, #testimonials-section .owl-theme .owl-controls .owl-next:after {
        top: 21px;
        left: -2px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid #FFFFFF;
        border-bottom: 5px solid transparent; }
      #testimonials-section .owl-theme .owl-controls .owl-prev:hover, #testimonials-section .owl-theme .owl-controls .owl-next:hover {
        width: 75px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
        #testimonials-section .owl-theme .owl-controls .owl-prev:hover span, #testimonials-section .owl-theme .owl-controls .owl-next:hover span {
          top: 3px;
          -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
          opacity: 1;
          filter: alpha(opacity=100); }
    #testimonials-section .owl-theme .owl-controls .owl-prev {
      left: 50px; }
      @media (max-width: 992px) {
        #testimonials-section .owl-theme .owl-controls .owl-prev {
          left: 0; } }
      #testimonials-section .owl-theme .owl-controls .owl-prev span {
        right: 17px; }
    #testimonials-section .owl-theme .owl-controls .owl-next {
      right: 50px; }
      @media (max-width: 992px) {
        #testimonials-section .owl-theme .owl-controls .owl-next {
          right: 0; } }
      #testimonials-section .owl-theme .owl-controls .owl-next span {
        left: 20px; }
      #testimonials-section .owl-theme .owl-controls .owl-next:before, #testimonials-section .owl-theme .owl-controls .owl-next:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      #testimonials-section .owl-theme .owl-controls .owl-next:after {
        left: auto;
        right: -2px; }

/**
 * Special Offers Styles
 */
#special-offers {
  padding: 70px 0 110px; }
  #special-offers .packages-container {
    margin-top: 120px; }
  #special-offers .main-desc {
    line-height: 30px;
    padding: 0 120px;
    text-align: center;
    margin: 50px 0 -30px; }
    @media (max-width: 992px) {
      #special-offers .main-desc {
        padding: 0 60px; } }
    @media (max-width: 600px) {
      #special-offers .main-desc {
        padding: 0 30px; } }
  #special-offers .package-box {
    text-align: center;
    position: relative; }
    @media (max-width: 992px) {
      #special-offers .package-box {
        margin-bottom: 30px; } }
    #special-offers .package-box:before, #special-offers .package-box:after {
      display: block;
      content: '';
      position: absolute;
      left: 15px;
      width: calc(100% - 30px);
      height: 80px;
      border: 2px solid #FFFFFF;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #special-offers .package-box:before {
      top: 0;
      border-bottom: 0; }
      @media (max-width: 767px) {
        #special-offers .package-box:before {
          top: -2px; } }
    #special-offers .package-box:after {
      bottom: 0;
      border-top: 0; }
      @media (max-width: 767px) {
        #special-offers .package-box:after {
          bottom: -2px; } }
    #special-offers .package-box .main-inner-box {
      position: relative;
      z-index: 1;
      margin: 2px; }
      #special-offers .package-box .main-inner-box:before {
        z-index: -1;
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    #special-offers .package-box .title-box {
      padding: 30px 0; }
      #special-offers .package-box .title-box .title {
        color: #FFFFFF;
        font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif; }
      #special-offers .package-box .title-box .sub-title {
        color: #FFFFFF;
        font: 30px/40px , Arial, Helvetica, sans-serif; }
    #special-offers .package-box .price-box {
      background: #FFFFFF;
      padding: 15px 0; }
      #special-offers .package-box .price-box > div {
        display: inline-block;
        vertical-align: middle; }
      #special-offers .package-box .price-box .price {
        color: #222222;
        font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif; }
      #special-offers .package-box .price-box .type {
        color: #FFFFFF;
        margin-left: 20px;
        position: relative;
        font-size: .9em; }
        #special-offers .package-box .price-box .type:before {
          content: '/';
          position: absolute;
          display: block;
          left: -13px;
          top: 0;
          color: #c5aa59; }
    #special-offers .package-box .detail-box {
      color: #FFFFFF;
      margin: 40px 0; }
      #special-offers .package-box .detail-box ul li .inner-box {
        display: inline-block;
        line-height: 40px;
        border-bottom: 1px solid #222222; }
      #special-offers .package-box .detail-box ul li:last-child .inner-box {
        border-bottom: 0; }
    #special-offers .package-box .ravis-btn {
      margin-bottom: 50px; }
    #special-offers .package-box:hover:before, #special-offers .package-box:hover:after {
      height: 60%; }
    #special-offers .package-box:hover .main-inner-box:before {
      background: rgba(0, 0, 0, 0.9); }

/**
 * Footer Styles
 */
#main-footer {
  background: #313131;
  padding: 50px 0 0; }
  @media (max-width: 767px) {
    #main-footer {
      padding-bottom: 0; } }
  #main-footer .t-sec .widget-box h4.title {
    color: #FFFFFF;
    line-height: 60px;
    margin: 0;
    font-size: 1.7em; }
  #main-footer .t-sec .widget-box .widget-content {
    margin: 10px 0; }
    #main-footer .t-sec .widget-box .widget-content.text-widget {
      line-height: 25px; }
    #main-footer .t-sec .widget-box .widget-content.newsletter {
      line-height: 25px; }
      #main-footer .t-sec .widget-box .widget-content.newsletter .news-letter-form {
        margin-top: 20px; }
        #main-footer .t-sec .widget-box .widget-content.newsletter .news-letter-form input {
          margin-bottom: 20px; }
        #main-footer .t-sec .widget-box .widget-content.newsletter .news-letter-form input, #main-footer .t-sec .widget-box .widget-content.newsletter .news-letter-form button {
          width: 100%;
          height: 40px; }
    #main-footer .t-sec .widget-box .widget-content.latest-posts ul li {
      font-size: 14px;
      padding: 30px 0;
      border-bottom: 1px solid #3c3c3c; }
      #main-footer .t-sec .widget-box .widget-content.latest-posts ul li:first-child {
        padding-top: 0; }
      #main-footer .t-sec .widget-box .widget-content.latest-posts ul li:last-child {
        margin-bottom: 0;
        border-bottom: 0; }
      #main-footer .t-sec .widget-box .widget-content.latest-posts ul li .img-container {
        padding: 0; }
        #main-footer .t-sec .widget-box .widget-content.latest-posts ul li .img-container a {
          display: block; }
        #main-footer .t-sec .widget-box .widget-content.latest-posts ul li .img-container img {
          max-width: 100%; }
      #main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box {
        padding: 3px 0 3px 15px; }
        #main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box a {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          color: #FFFFFF; }
          #main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box a:hover {
            color: #FFFFFF; }
        #main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box .title {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        #main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box .desc {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        #main-footer .t-sec .widget-box .widget-content.latest-posts ul li .desc-box .read-more {
          display: block;
          font-size: 13px; }
    #main-footer .t-sec .widget-box .widget-content.contact .contact-info li {
      padding-left: 30px;
      position: relative;
      margin-bottom: 15px;
      line-height: 30px; }
      #main-footer .t-sec .widget-box .widget-content.contact .contact-info li i {
        position: absolute;
        left: 0;
        top: 10px;
        font-size: 1.2em;
        color: #FFFFFF;
        display: inline-block; }
        #main-footer .t-sec .widget-box .widget-content.contact .contact-info li i.fa-envelope {
          font-size: .8em; }
  #main-footer .b-sec {
    border-top: 1px solid #3c3c3c;
    padding: 30px 0;
    margin: 0px 15px; }
    #main-footer .b-sec .copy-right {
      float: left; }
      @media (max-width: 767px) {
        #main-footer .b-sec .copy-right {
          float: none;
          text-align: center; } }
      #main-footer .b-sec .copy-right i {
        display: inline-block;
        margin: 0 5px;
        color: #FFFFFF; }
      #main-footer .b-sec .copy-right a {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    #main-footer .b-sec .social-icons {
      float: right; }
      @media (max-width: 767px) {
        #main-footer .b-sec .social-icons {
          margin-top: 50px;
          float: none;
          text-align: center; } }
      #main-footer .b-sec .social-icons li a {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin: 0 2px;
        color: #FFFFFF; }
        #main-footer .b-sec .social-icons li a:hover {
          color: #FFFFFF; }

/**
 * Events Styles
 */
#upcoming-events, #past-events, #similar-events, #special-dishes {
  padding: 60px 0 80px;
  text-align: center; }
  #upcoming-events .gallery-more-btn, #past-events .gallery-more-btn, #similar-events .gallery-more-btn, #special-dishes .gallery-more-btn {
    margin-top: 50px; }

#past-events, #similar-events {
  padding-top: 0; }
  #past-events .event-container, #similar-events .event-container {
    margin-top: 150px; }

.event-container, .dishes-container {
  margin-top: 110px; }
  .event-container .event-main-box .item, .event-container .dishes-main-box .item, .dishes-container .event-main-box .item, .dishes-container .dishes-main-box .item {
    padding: 0 5px;
    margin-bottom: 10px; }
    @media (max-width: 600px) {
      .event-container .event-main-box .item, .event-container .dishes-main-box .item, .dishes-container .event-main-box .item, .dishes-container .dishes-main-box .item {
        float: none;
        width: 100%; } }
    .event-container .event-main-box .item figure, .event-container .dishes-main-box .item figure, .dishes-container .event-main-box .item figure, .dishes-container .dishes-main-box .item figure {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .event-container .event-main-box .item figure img, .event-container .dishes-main-box .item figure img, .dishes-container .event-main-box .item figure img, .dishes-container .dishes-main-box .item figure img {
        max-width: 100%;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .event-container .event-main-box .item figcaption, .event-container .dishes-main-box .item figcaption, .dishes-container .event-main-box .item figcaption, .dishes-container .dishes-main-box .item figcaption {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      text-align: left;
      background: rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: 100%;
      height: 100%; }
      .event-container .event-main-box .item figcaption a, .event-container .dishes-main-box .item figcaption a, .dishes-container .event-main-box .item figcaption a, .dishes-container .dishes-main-box .item figcaption a {
        display: block;
        width: 100%;
        height: 100%; }
        .event-container .event-main-box .item figcaption a span, .event-container .dishes-main-box .item figcaption a span, .dishes-container .event-main-box .item figcaption a span, .dishes-container .dishes-main-box .item figcaption a span {
          display: block; }
      .event-container .event-main-box .item figcaption .title-box, .event-container .dishes-main-box .item figcaption .title-box, .dishes-container .event-main-box .item figcaption .title-box, .dishes-container .dishes-main-box .item figcaption .title-box {
        border-left: 2px solid #FFFFFF;
        padding: 0 20px;
        position: absolute;
        left: 40px;
        bottom: 40px;
        height: 40px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media (max-width: 992px) {
          .event-container .event-main-box .item figcaption .title-box, .event-container .dishes-main-box .item figcaption .title-box, .dishes-container .event-main-box .item figcaption .title-box, .dishes-container .dishes-main-box .item figcaption .title-box {
            left: 20px; } }
        .event-container .event-main-box .item figcaption .title-box .title, .event-container .dishes-main-box .item figcaption .title-box .title, .dishes-container .event-main-box .item figcaption .title-box .title, .dishes-container .dishes-main-box .item figcaption .title-box .title {
          margin: 0;
          color: #FFFFFF;
          font: 22px/40px "Playfair Display", Arial, Helvetica, sans-serif;
          white-space: nowrap; }
          @media (max-width: 992px) {
            .event-container .event-main-box .item figcaption .title-box .title, .event-container .dishes-main-box .item figcaption .title-box .title, .dishes-container .event-main-box .item figcaption .title-box .title, .dishes-container .dishes-main-box .item figcaption .title-box .title {
              white-space: normal;
              font-size: 20px; } }
          .event-container .event-main-box .item figcaption .title-box .title a, .event-container .dishes-main-box .item figcaption .title-box .title a, .dishes-container .event-main-box .item figcaption .title-box .title a, .dishes-container .dishes-main-box .item figcaption .title-box .title a {
            color: #FFFFFF; }
        .event-container .event-main-box .item figcaption .title-box .sub-title, .event-container .dishes-main-box .item figcaption .title-box .sub-title, .dishes-container .event-main-box .item figcaption .title-box .sub-title, .dishes-container .dishes-main-box .item figcaption .title-box .sub-title {
          width: 0;
          overflow: hidden;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          color: #FFFFFF;
          font: 1.6em/30px , Arial, Helvetica, sans-serif;
          margin-top: -10px; }
          @media (max-width: 992px) {
            .event-container .event-main-box .item figcaption .title-box .sub-title, .event-container .dishes-main-box .item figcaption .title-box .sub-title, .dishes-container .event-main-box .item figcaption .title-box .sub-title, .dishes-container .dishes-main-box .item figcaption .title-box .sub-title {
              font-size: 1.2em; } }
      .event-container .event-main-box .item figcaption .desc, .event-container .dishes-main-box .item figcaption .desc, .dishes-container .event-main-box .item figcaption .desc, .dishes-container .dishes-main-box .item figcaption .desc {
        position: absolute;
        left: 40px;
        bottom: 20px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        max-width: calc(100% - 80px);
        line-height: 25px;
        color: #969696; }
        @media (max-width: 992px) {
          .event-container .event-main-box .item figcaption .desc, .event-container .dishes-main-box .item figcaption .desc, .dishes-container .event-main-box .item figcaption .desc, .dishes-container .dishes-main-box .item figcaption .desc {
            height: 50px;
            overflow: hidden;
            left: 20px; } }
    .event-container .event-main-box .item:hover figcaption, .event-container .dishes-main-box .item:hover figcaption, .dishes-container .event-main-box .item:hover figcaption, .dishes-container .dishes-main-box .item:hover figcaption {
      background: rgba(0, 0, 0, 0.5); }
      .event-container .event-main-box .item:hover figcaption .title-box, .event-container .dishes-main-box .item:hover figcaption .title-box, .dishes-container .event-main-box .item:hover figcaption .title-box, .dishes-container .dishes-main-box .item:hover figcaption .title-box {
        height: 75px;
        bottom: 100px;
        background: none; }
        .event-container .event-main-box .item:hover figcaption .title-box .sub-title, .event-container .dishes-main-box .item:hover figcaption .title-box .sub-title, .dishes-container .event-main-box .item:hover figcaption .title-box .sub-title, .dishes-container .dishes-main-box .item:hover figcaption .title-box .sub-title {
          width: auto;
          opacity: 1;
          filter: alpha(opacity=100);
          margin-top: 0; }
      .event-container .event-main-box .item:hover figcaption .desc, .event-container .dishes-main-box .item:hover figcaption .desc, .dishes-container .event-main-box .item:hover figcaption .desc, .dishes-container .dishes-main-box .item:hover figcaption .desc {
        bottom: 40px;
        opacity: 1;
        filter: alpha(opacity=100); }

#event-top-section .inner-container {
  position: relative; }
#event-top-section .event-title-box {
  position: absolute;
  left: 15px;
  bottom: 50px;
  padding: 10px 30px 20px;
  margin: 0;
  display: inline-block;
  color: #FFFFFF;
  border-left: 2px solid #FFFFFF;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.4); }
  @media (max-width: 992px) {
    #event-top-section .event-title-box {
      padding: 10px 20px 20px;
      white-space: normal;
      bottom: 100px; } }
  #event-top-section .event-title-box h1.title {
    margin: 0;
    color: #FFFFFF;
    font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif;
    white-space: nowrap; }
    @media (max-width: 600px) {
      #event-top-section .event-title-box h1.title {
        font-size: 24px;
        white-space: normal; } }
  #event-top-section .event-title-box .sub-title {
    margin-top: 10px;
    color: #FFFFFF;
    font: 1.6em/20px , Arial, Helvetica, sans-serif; }
    @media (max-width: 600px) {
      #event-top-section .event-title-box .sub-title {
        font-size: 1.4em; } }
#event-top-section .breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.4); }
  #event-top-section .breadcrumb ul li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    font-size: .9em; }
    #event-top-section .breadcrumb ul li:before {
      display: block;
      content: '';
      position: absolute;
      right: -8px;
      top: 8px;
      width: 5px;
      height: 5px;
      border: 1px solid #FFFFFF; }
    #event-top-section .breadcrumb ul li a {
      color: #FFFFFF;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #event-top-section .breadcrumb ul li a:hover {
        color: #FFFFFF; }
    #event-top-section .breadcrumb ul li.current a {
      color: #FFFFFF; }
    #event-top-section .breadcrumb ul li:last-child {
      margin-right: 0;
      padding-right: 0; }
      #event-top-section .breadcrumb ul li:last-child:before {
        display: none; }

#event-slider, #room-slider {
  width: 100%;
  height: 100%;
  margin: 0; }
  #event-slider .owl-controls, #room-slider .owl-controls {
    bottom: 50%;
    width: 100%; }
    #event-slider .owl-controls .owl-prev, #room-slider .owl-controls .owl-prev, #event-slider .owl-controls .owl-next, #room-slider .owl-controls .owl-next {
      width: 50px;
      height: 50px;
      color: #FFFFFF;
      font-family: "Playfair Display", Arial, Helvetica, sans-serif;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
      #event-slider .owl-controls .owl-prev span, #room-slider .owl-controls .owl-prev span, #event-slider .owl-controls .owl-next span, #room-slider .owl-controls .owl-next span {
        display: block;
        top: 10px;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #event-slider .owl-controls .owl-prev:before, #room-slider .owl-controls .owl-prev:before, #event-slider .owl-controls .owl-prev:after, #room-slider .owl-controls .owl-prev:after, #event-slider .owl-controls .owl-next:before, #room-slider .owl-controls .owl-next:before, #event-slider .owl-controls .owl-next:after, #room-slider .owl-controls .owl-next:after {
        display: block;
        content: '';
        position: absolute; }
      #event-slider .owl-controls .owl-prev:before, #room-slider .owl-controls .owl-prev:before, #event-slider .owl-controls .owl-next:before, #room-slider .owl-controls .owl-next:before {
        width: 100%;
        height: 1px;
        left: 0;
        top: 25px;
        background: #FFFFFF; }
      #event-slider .owl-controls .owl-prev:after, #room-slider .owl-controls .owl-prev:after, #event-slider .owl-controls .owl-next:after, #room-slider .owl-controls .owl-next:after {
        top: 21px;
        left: -2px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid #FFFFFF;
        border-bottom: 5px solid transparent; }
      #event-slider .owl-controls .owl-prev:hover, #room-slider .owl-controls .owl-prev:hover, #event-slider .owl-controls .owl-next:hover, #room-slider .owl-controls .owl-next:hover {
        width: 75px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
        #event-slider .owl-controls .owl-prev:hover span, #room-slider .owl-controls .owl-prev:hover span, #event-slider .owl-controls .owl-next:hover span, #room-slider .owl-controls .owl-next:hover span {
          top: 3px;
          -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
          opacity: 1;
          filter: alpha(opacity=100); }
    #event-slider .owl-controls .owl-prev, #room-slider .owl-controls .owl-prev {
      left: 50px; }
      #event-slider .owl-controls .owl-prev span, #room-slider .owl-controls .owl-prev span {
        right: 17px; }
    #event-slider .owl-controls .owl-next, #room-slider .owl-controls .owl-next {
      right: 50px; }
      #event-slider .owl-controls .owl-next span, #room-slider .owl-controls .owl-next span {
        left: 20px; }
      #event-slider .owl-controls .owl-next:before, #room-slider .owl-controls .owl-next:before, #event-slider .owl-controls .owl-next:after, #room-slider .owl-controls .owl-next:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      #event-slider .owl-controls .owl-next:after, #room-slider .owl-controls .owl-next:after {
        left: auto;
        right: -2px; }
  #event-slider .img-container, #room-slider .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    #event-slider .img-container:before, #room-slider .img-container:before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
    #event-slider .img-container img, #room-slider .img-container img {
      position: absolute;
      left: 0;
      top: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  #event-slider .items, #room-slider .items {
    height: 100%; }
  #event-slider .owl-wrapper, #room-slider .owl-wrapper {
    width: 100% !important;
    height: 920px !important;
    left: 0 !important;
    position: relative;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; }
  #event-slider .owl-item, #room-slider .owl-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    height: 100%;
    max-width: 100%;
    overflow: hidden; }
    #event-slider .owl-item.active, #room-slider .owl-item.active {
      opacity: 1;
      filter: alpha(opacity=100); }

.event-desc {
  margin: 60px 0; }
  .event-desc .booking-form {
    float: right;
    margin: 80px 0 30px 30px;
    width: 360px;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    padding: 30px;
    max-width: 100%; }
    @media (max-width: 992px) {
      .event-desc .booking-form {
        margin: 0 0 30px 0; } }
    .event-desc .booking-form .field-row {
      margin-bottom: 20px; }
      .event-desc .booking-form .field-row:last-child {
        margin-bottom: 0; }
    .event-desc .booking-form input {
      width: 100%;
      height: 40px;
      width: 100%; }
      .event-desc .booking-form input[type="submit"] {
        background: #FFFFFF;
        color: #222222;
        font-family: "Playfair Display", Arial, Helvetica, sans-serif;
        border: 0; }
    .event-desc .booking-form .select2-container {
      width: 100%; }
  .event-desc .content {
    line-height: 30px; }
    .event-desc .content .date-box {
      color: #FFFFFF;
      margin: -10px 0 30px; }
      .event-desc .content .date-box .inner-box {
        display: inline-block;
        position: relative; }
        .event-desc .content .date-box .inner-box:before, .event-desc .content .date-box .inner-box:after {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          background: #FFFFFF; }
        .event-desc .content .date-box .inner-box:before {
          width: 100%;
          height: 2px; }
        .event-desc .content .date-box .inner-box:after {
          width: 80%;
          height: 1px;
          bottom: -3px; }
        .event-desc .content .date-box .inner-box span {
          color: #FFFFFF;
          font: 2.2em/1.7em , Arial, Helvetica, sans-serif;
          display: inline-block;
          vertical-align: middle;
          margin-left: 20px; }
    .event-desc .content ul {
      margin: 30px 0; }
      .event-desc .content ul li {
        position: relative;
        padding-left: 20px; }
        .event-desc .content ul li:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          top: 13px;
          width: 5px;
          height: 5px;
          border: 1px solid #FFFFFF; }

/**
 * Hotel Sections Styles
 */
#hotel-sections .section-row {
  display: table-row;
  width: 100%;
  position: relative; }
  @media (max-width: 992px) {
    #hotel-sections .section-row {
      padding-top: 300px;
      display: block; } }
  #hotel-sections .section-row > div {
    display: table-cell;
    width: 50%; }
    @media (max-width: 992px) {
      #hotel-sections .section-row > div {
        display: block;
        width: 100%; } }
  #hotel-sections .section-row .desc {
    padding: 60px 80px 80px;
    background: #313131; }
    @media (max-width: 992px) {
      #hotel-sections .section-row .desc {
        padding: 60px; } }
    @media (max-width: 440px) {
      #hotel-sections .section-row .desc {
        padding: 20px; } }
    #hotel-sections .section-row .desc .content {
      line-height: 25px; }
  #hotel-sections .section-row .img-container {
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 992px) {
      #hotel-sections .section-row .img-container {
        height: 300px;
        position: absolute;
        top: 0;
        left: 0; } }

/**
 * Video Tour Styles
 */
#video-tour {
  position: relative;
  z-index: 1;
  padding: 130px 0; }
  #video-tour:before {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }
  #video-tour .l-sec {
    text-align: center; }
  #video-tour .r-sec {
    padding-top: 80px;
    color: #FFFFFF;
    line-height: 30px; }
    @media (max-width: 992px) {
      #video-tour .r-sec {
        text-align: center; } }
  #video-tour .btn-box {
    text-align: center;
    margin: 40px 0 0; }
    #video-tour .btn-box .play-btn {
      font-size: 1.5em;
      display: inline-block;
      width: 70px;
      height: 70px;
      line-height: 70px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #FFFFFF;
      color: #FFFFFF;
      text-align: center;
      opacity: 0.6;
      filter: alpha(opacity=60);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #video-tour .btn-box .play-btn:hover {
        opacity: 1;
        filter: alpha(opacity=100); }

/**
 * Breadcrumb Styles
 */
#breadcrumb-section {
  height: 520px;
  position: relative;
  z-index: 1;
  padding-top: 170px;
  background-size: cover; }
  #breadcrumb-section:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
    /*background: rgba(0, 0, 0, 0.7);*/
	
	 }
  #breadcrumb-section .inner-container {
    position: relative;
    height: 100%; }
  #breadcrumb-section .desc {
    text-align: center;
    max-width: 800px;
    line-height: 30px;
    margin: 100px auto 0; }
  #breadcrumb-section .breadcrumb {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 30px;
    /*background: rgba(0, 0, 0, 0.4);*/
    background: rgba(0, 0, 0, 1);
	 }
    #breadcrumb-section .breadcrumb ul li {
      position: relative;
      padding-right: 10px;
      margin-right: 10px;
      font-size: .9em; }
      #breadcrumb-section .breadcrumb ul li:before {
        display: block;
        content: '';
        position: absolute;
        right: -8px;
        top: 8px;
        width: 5px;
        height: 5px;
        border: 1px solid #FFFFFF; }
      #breadcrumb-section .breadcrumb ul li a {
        color: #FFFFFF;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #breadcrumb-section .breadcrumb ul li a:hover {
          color: #FFFFFF; }
      #breadcrumb-section .breadcrumb ul li.current a {
        color: #FFFFFF; }
      #breadcrumb-section .breadcrumb ul li:last-child {
        margin-right: 0;
        padding-right: 0; }
        #breadcrumb-section .breadcrumb ul li:last-child:before {
          display: none; }
  #breadcrumb-section .not-found-container .desc {
    text-align: center;
    color: #FFFFFF;
    margin-top: 120px; }
    #breadcrumb-section .not-found-container .desc a {
      color: #FFFFFF;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #breadcrumb-section .not-found-container .desc a:hover {
        color: #FFFFFF; }
  #breadcrumb-section .not-found-container .search-box {
    width: 100%;
    max-width: 400px;
    margin: 30px auto; }
    #breadcrumb-section .not-found-container .search-box .search-form:before, #breadcrumb-section .not-found-container .search-box .search-form:after {
      content: " ";
      display: table; }
    #breadcrumb-section .not-found-container .search-box .search-form:after {
      clear: both; }
    #breadcrumb-section .not-found-container .search-box .search-form label {
      float: left;
      width: 90%;
      position: relative;
      margin-bottom: 0;
      z-index: 1; }
      #breadcrumb-section .not-found-container .search-box .search-form label > span {
        display: none; }
      #breadcrumb-section .not-found-container .search-box .search-form label input {
        border: 1px solid #FFFFFF;
        border-right: 0;
        background: transparent;
        color: #FFFFFF;
        font-weight: normal;
        padding: 0 10px;
        width: 100%;
        height: 40px; }
        #breadcrumb-section .not-found-container .search-box .search-form label input.placeholder {
          color: #FFFFFF; }
        #breadcrumb-section .not-found-container .search-box .search-form label input:-moz-placeholder {
          color: #FFFFFF; }
        #breadcrumb-section .not-found-container .search-box .search-form label input::-moz-placeholder {
          color: #FFFFFF; }
        #breadcrumb-section .not-found-container .search-box .search-form label input:-ms-input-placeholder {
          color: #FFFFFF; }
        #breadcrumb-section .not-found-container .search-box .search-form label input::-webkit-input-placeholder {
          color: #FFFFFF; }
      #breadcrumb-section .not-found-container .search-box .search-form label:after {
        display: block;
        content: "\f002";
        font: 16px/20px "FontAwesome";
        color: #FFFFFF;
        position: absolute;
        right: -20px;
        top: 9px;
        z-index: -1; }
    #breadcrumb-section .not-found-container .search-box .search-form .search-submit {
      float: left;
      border: 1px solid #FFFFFF;
      border-left: 0;
      background: transparent;
      text-indent: -999999px;
      overflow: hidden;
      width: 10%;
      height: 40px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      position: relative;
      z-index: 1;
      margin-left: -1px; }

body.not-found #breadcrumb-section {
  height: 820px; }
body.restaurant #breadcrumb-section {
  height: 660px; }
  @media (max-width: 992px) {
    body.restaurant #breadcrumb-section {
      height: auto;
      padding-bottom: 30px; } }
body.restaurant #welcome-section .r-sec .user-img-box {
  margin-bottom: 70px; }

/**
 * History Section Styles
 */
#history-section {
  padding: 80px 0; }
  #history-section .inner-container > .desc {
    margin: 20px auto 10px;
    text-align: center;
    max-width: 700px;
    line-height: 30px; }
  #history-section .history-timeline {
    position: relative;
    padding: 80px 0 40px;
    margin: 80px 0 40px; }
    #history-section .history-timeline:before {
      display: block;
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 1px;
      height: 100%;
      background: #3c3c3c; }
    #history-section .history-timeline .history-boxes {
      position: relative; }
      #history-section .history-timeline .history-boxes:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        z-index: -1;
        width: 200px;
        height: 1px;
        background: #3c3c3c; }
      #history-section .history-timeline .history-boxes:nth-child(odd) {
        padding-right: 100px; }
        @media (max-width: 767px) {
          #history-section .history-timeline .history-boxes:nth-child(odd) {
            margin-bottom: 0; } }
        #history-section .history-timeline .history-boxes:nth-child(odd):before {
          left: auto;
          right: 0; }
        #history-section .history-timeline .history-boxes:nth-child(odd) .history-boxes-inner i {
          right: -30px; }
        @media (max-width: 600px) {
          #history-section .history-timeline .history-boxes:nth-child(odd) {
            padding: 0;
            margin: 0 0 160px; } }
      #history-section .history-timeline .history-boxes:nth-child(even) {
        padding-left: 100px;
        margin: 180px 0 20px; }
        #history-section .history-timeline .history-boxes:nth-child(even) .history-boxes-inner i {
          left: -30px; }
        @media (max-width: 600px) {
          #history-section .history-timeline .history-boxes:nth-child(even) {
            padding: 0;
            margin: 0 0 160px; } }
      @media (max-width: 600px) {
        #history-section .history-timeline .history-boxes {
          width: 100%; }
          #history-section .history-timeline .history-boxes:last-child {
            margin-bottom: 0 !important; } }
      #history-section .history-timeline .history-boxes .history-boxes-inner {
        background: #222222;
        border: 2px solid #222222;
        -webkit-box-shadow: 0 0 0 3px #FFFFFF, inset 0 0 0 1px #FFFFFF;
        box-shadow: 0 0 0 3px #FFFFFF, inset 0 0 0 1px #FFFFFF;
        padding: 30px; }
        #history-section .history-timeline .history-boxes .history-boxes-inner i {
          position: absolute;
          top: 50%;
          margin-top: -30px;
          width: 60px;
          height: 60px;
          background: #222222;
          border: 2px solid #222222;
          -webkit-box-shadow: 0 0 0 1px #FFFFFF, inset 0 0 0 1px #FFFFFF;
          box-shadow: 0 0 0 1px #FFFFFF, inset 0 0 0 1px #FFFFFF;
          text-align: center;
          color: #FFFFFF;
          font-style: normal;
          line-height: 55px; }
          @media (max-width: 600px) {
            #history-section .history-timeline .history-boxes .history-boxes-inner i {
              left: 50% !important;
              right: 50%;
              margin-right: -30px;
              margin-left: -30px;
              top: -80px; } }
        #history-section .history-timeline .history-boxes .history-boxes-inner h5 {
          color: #FFFFFF;
          font-size: 1.4em; }
        #history-section .history-timeline .history-boxes .history-boxes-inner .history-content {
          line-height: 30px; }

/**
 * Services Section Styles
 */
#our-services {
  padding: 80px 0; }

#services-box {
  margin: 130px 0; }
  #services-box .item {
    padding: 0 5px; }
    #services-box .item:before {
      display: block;
      position: absolute;
      left: 40px;
      top: 0;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      width: calc(100% - 10px);
      height: 100%;
      content: ''; }
    #services-box .item img {
      max-width: 100%; }
    #services-box .item .title {
      position: absolute;
      left: 60px;
      bottom: 40px;
      padding: 0 20px;
      margin: 0;
      letter-spacing: 5px;
      display: inline-block;
      color: #FFFFFF;
      font: 22px/35px "Playfair Display", Arial, Helvetica, sans-serif;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      border-left: 2px solid #FFFFFF;
      white-space: nowrap; }
    #services-box .item:hover:before {
      left: 5px;
      opacity: 1;
      filter: alpha(opacity=100); }
    #services-box .item:hover .title {
      opacity: 1;
      filter: alpha(opacity=100);
      left: 40px;
      letter-spacing: 0;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
  #services-box.owl-theme .owl-controls {
    bottom: -110px; }
    #services-box.owl-theme .owl-controls .owl-page {
      margin: 0 10px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #services-box.owl-theme .owl-controls .owl-page span {
        width: 40px;
        height: 40px;
        background: none;
        line-height: 40px;
        text-align: center;
        border: 0;
        position: relative;
        display: block; }
        #services-box.owl-theme .owl-controls .owl-page span:before, #services-box.owl-theme .owl-controls .owl-page span:after {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 15px;
          border: 2px solid #FFFFFF; }
        #services-box.owl-theme .owl-controls .owl-page span:before {
          top: 0;
          border-bottom: 0; }
        #services-box.owl-theme .owl-controls .owl-page span:after {
          bottom: 0;
          border-top: 0; }
      #services-box.owl-theme .owl-controls .owl-page:hover, #services-box.owl-theme .owl-controls .owl-page.active {
        background: rgba(0, 0, 0, 0.5); }

/**
 * Client Section Styles
 */
#client-section {
  padding: 80px 0; }
  @media (max-width: 992px) {
    #client-section .client-list li {
      margin-bottom: 30px; } }
  @media (max-width: 440px) {
    #client-section .client-list li {
      float: none;
      width: 100%;
      padding: 0 30px; } }
  #client-section .client-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
    #client-section .client-list li a:before {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(34, 34, 34, 0.8);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #client-section .client-list li a img {
      max-width: 100%; }
    #client-section .client-list li a:hover:before {
      background: none;
      -webkit-box-shadow: inset 0 0 0 10px #2f2f2f;
      box-shadow: inset 0 0 0 10px #2f2f2f; }

/**
 * Video Section Styles
 */
#video-section {
  padding: 80px 0; }
  #video-section .content iframe {
    margin: 40px 0 50px;
    width: 100%;
    height: 640px; }
    @media (max-width: 1200px) {
      #video-section .content iframe {
        height: 530px; } }
    @media (max-width: 992px) {
      #video-section .content iframe {
        height: 400px; } }
    @media (max-width: 600px) {
      #video-section .content iframe {
        height: 300px; } }
    @media (max-width: 440px) {
      #video-section .content iframe {
        height: 250px; } }
  #video-section .content .desc {
    line-height: 30px;
    padding: 0 120px;
    text-align: center; }
    @media (max-width: 992px) {
      #video-section .content .desc {
        padding: 0 80px; } }
    @media (max-width: 600px) {
      #video-section .content .desc {
        padding: 0 50px; } }
    @media (max-width: 440px) {
      #video-section .content .desc {
        padding: 0 30px; } }

/**
 * Slide Show Styles
 */
#slide-show-section {
  padding: 0;
  margin: 50px auto 100px; }
  #slide-show-section .desc {
    line-height: 30px;
    padding: 0 120px;
    text-align: center;
    margin-top: 70px; }
    @media (max-width: 767px) {
      #slide-show-section .desc {
        padding: 0 60px; } }
    @media (max-width: 600px) {
      #slide-show-section .desc {
        padding: 0 20px; } }
  #slide-show-section #slide-show {
    position: relative;
    overflow: hidden; }
    #slide-show-section #slide-show:hover #thumbnail-slider {
      bottom: 0;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
  #slide-show-section #main-image-slider .owl-controls {
    bottom: 50%;
    width: 100%; }
    @media (max-width: 600px) {
      #slide-show-section #main-image-slider .owl-controls {
        display: none !important; } }
    #slide-show-section #main-image-slider .owl-controls .owl-prev, #slide-show-section #main-image-slider .owl-controls .owl-next {
      width: 50px;
      height: 50px;
      color: #FFFFFF;
      font-family: "Playfair Display", Arial, Helvetica, sans-serif;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
      #slide-show-section #main-image-slider .owl-controls .owl-prev span, #slide-show-section #main-image-slider .owl-controls .owl-next span {
        display: block;
        top: 10px;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #slide-show-section #main-image-slider .owl-controls .owl-prev:before, #slide-show-section #main-image-slider .owl-controls .owl-prev:after, #slide-show-section #main-image-slider .owl-controls .owl-next:before, #slide-show-section #main-image-slider .owl-controls .owl-next:after {
        display: block;
        content: '';
        position: absolute; }
      #slide-show-section #main-image-slider .owl-controls .owl-prev:before, #slide-show-section #main-image-slider .owl-controls .owl-next:before {
        width: 100%;
        height: 1px;
        left: 0;
        top: 25px;
        background: #FFFFFF; }
      #slide-show-section #main-image-slider .owl-controls .owl-prev:after, #slide-show-section #main-image-slider .owl-controls .owl-next:after {
        top: 21px;
        left: -2px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 10px solid #FFFFFF;
        border-bottom: 5px solid transparent; }
      #slide-show-section #main-image-slider .owl-controls .owl-prev:hover, #slide-show-section #main-image-slider .owl-controls .owl-next:hover {
        width: 75px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
        #slide-show-section #main-image-slider .owl-controls .owl-prev:hover span, #slide-show-section #main-image-slider .owl-controls .owl-next:hover span {
          top: 3px;
          -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
          opacity: 1;
          filter: alpha(opacity=100); }
    #slide-show-section #main-image-slider .owl-controls .owl-prev {
      left: 50px; }
      #slide-show-section #main-image-slider .owl-controls .owl-prev span {
        right: 17px; }
    #slide-show-section #main-image-slider .owl-controls .owl-next {
      right: 50px; }
      #slide-show-section #main-image-slider .owl-controls .owl-next span {
        left: 20px; }
      #slide-show-section #main-image-slider .owl-controls .owl-next:before, #slide-show-section #main-image-slider .owl-controls .owl-next:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      #slide-show-section #main-image-slider .owl-controls .owl-next:after {
        left: auto;
        right: -2px; }
  #slide-show-section #main-image-slider .slide-caption {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 10; }
    #slide-show-section #main-image-slider .slide-caption .title {
      position: absolute;
      left: 60px;
      bottom: 40px;
      padding: 0 30px;
      margin: 0;
      /*background: rgba(0, 0, 0, 0.4);*/
      background: rgba(0, 0, 0, 1);
      letter-spacing: 5px;
      display: inline-block;
      color: #FFFFFF;
      font: 26px/60px "Playfair Display", Arial, Helvetica, sans-serif;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      border-left: 2px solid #FFFFFF;
      white-space: nowrap; }
  #slide-show-section #main-image-slider .owl-item.active .slide-caption .title {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 40px;
    letter-spacing: 0;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  #slide-show-section #thumbnail-slider {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #222222;
    max-height: 200px;
    margin-top: 10px; }
    #slide-show-section #thumbnail-slider .owl-item {
      cursor: pointer;
      border: 5px solid #222222; }
      #slide-show-section #thumbnail-slider .owl-item:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #slide-show-section #thumbnail-slider .owl-item:last-child {
        border-right: 0; }
      #slide-show-section #thumbnail-slider .owl-item.synced:before {
        -webkit-box-shadow: inset 0 0 0 3px #FFFFFF;
        box-shadow: inset 0 0 0 3px #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100); }

/**
 * Guest Book Styles
 */
#guest-book {
  padding: 80px 0 50px; }
  #guest-book .inner-container {
    padding: 0; }
  #guest-book .guest-book-item {
    text-align: center; }
    @media (max-width: 992px) {
      #guest-book .guest-book-item {
        width: 100%; } }
    #guest-book .guest-book-item .inner-box {
      border: 2px solid #222222;
      -webkit-box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
      box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
      padding: 30px;
      margin-bottom: 30px;
      background: #222222;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    #guest-book .guest-book-item .ravis-title-t-2 {
      margin-bottom: 40px; }
      #guest-book .guest-book-item .ravis-title-t-2 .title {
        font-size: 1.6em;
        line-height: 1.5em; }
        #guest-book .guest-book-item .ravis-title-t-2 .title span {
          padding: 0 15px 25px; }
      #guest-book .guest-book-item .ravis-title-t-2 .sub-title {
        font-size: 2em; }
    #guest-book .guest-book-item .content {
      line-height: 30px;
      margin-bottom: 20px; }
    #guest-book .guest-book-item cite {
      color: #FFFFFF;
      font: 24px/70px , Arial, Helvetica, sans-serif; }
    #guest-book .guest-book-item:hover .inner-box {
      background: #090909; }
    #guest-book .guest-book-item.guest-book-form-box .ravis-title-t-2 {
      margin-bottom: 20px; }
    #guest-book .guest-book-item.guest-book-form-box .guest-book-form input, #guest-book .guest-book-item.guest-book-form-box .guest-book-form textarea {
      width: 100%;
      height: 40px;
      margin-bottom: 20px; }
    #guest-book .guest-book-item.guest-book-form-box .guest-book-form textarea {
      height: 150px; }
    #guest-book .guest-book-item.guest-book-form-box .guest-book-form input[type="submit"] {
      background: #FFFFFF;
      color: #222222;
      font-family: "Playfair Display", Arial, Helvetica, sans-serif;
      border: 0; }

/**
 * Blog Styles
 */
#blog-section {
  padding: 80px 0 40px; }
  #blog-section .post-main-container {
    padding: 0 40px 0 0; }
    @media (max-width: 992px) {
      #blog-section .post-main-container {
        padding: 0; } }
  #blog-section .post-box {
    background: #222222;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    margin-bottom: 40px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #blog-section .post-box:last-child {
      margin-bottom: 0; }
    #blog-section .post-box:hover {
      background: black; }
      #blog-section .post-box:hover .post-img-box:before {
        opacity: 0;
        filter: alpha(opacity=0); }
      #blog-section .post-box:hover .post-b-sec .post-meta > div i {
        opacity: 0.5;
        filter: alpha(opacity=50); }
    #blog-section .post-box .post-img-box {
      display: block;
      position: relative;
      margin: 2px; }
      #blog-section .post-box .post-img-box:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
      #blog-section .post-box .post-img-box img {
        max-width: 100%; }
    #blog-section .post-box .post-b-sec {
      padding: 30px 60px 60px; }
      @media (max-width: 600px) {
        #blog-section .post-box .post-b-sec {
          padding: 10px 30px 30px; } }
      #blog-section .post-box .post-b-sec .post-title-box {
        position: relative;
        font: 1.8em/3em "Playfair Display", Arial, Helvetica, sans-serif;
        text-align: center; }
        @media (max-width: 992px) {
          #blog-section .post-box .post-b-sec .post-title-box {
            font-size: 1.4em;
            line-height: 2em;
            padding-bottom: 20px; } }
        #blog-section .post-box .post-b-sec .post-title-box:before, #blog-section .post-box .post-b-sec .post-title-box:after {
          display: block;
          content: '';
          position: absolute;
          left: 50%;
          bottom: 0;
          background: #FFFFFF;
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
        #blog-section .post-box .post-b-sec .post-title-box:before {
          width: 350px;
          height: 2px; }
          @media (max-width: 440px) {
            #blog-section .post-box .post-b-sec .post-title-box:before {
              width: 200px; } }
        #blog-section .post-box .post-b-sec .post-title-box:after {
          width: 150px;
          height: 1px;
          bottom: -3px; }
        #blog-section .post-box .post-b-sec .post-title-box a {
          color: #FFFFFF;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #blog-section .post-box .post-b-sec .post-title-box a:hover {
            color: #FFFFFF; }
      #blog-section .post-box .post-b-sec .post-meta {
        text-align: center;
        margin: 20px 0; }
        #blog-section .post-box .post-b-sec .post-meta > div {
          display: inline-block;
          color: #FFFFFF;
          margin: 20px;
          min-width: 80px; }
          @media (max-width: 440px) {
            #blog-section .post-box .post-b-sec .post-meta > div {
              display: block; } }
          #blog-section .post-box .post-b-sec .post-meta > div a {
            color: #FFFFFF;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            #blog-section .post-box .post-b-sec .post-meta > div a:hover {
              color: #FFFFFF; }
          #blog-section .post-box .post-b-sec .post-meta > div i {
            display: block;
            color: #FFFFFF;
            opacity: 0.2;
            filter: alpha(opacity=20);
            font-size: 1.6em;
            margin-bottom: 10px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
      #blog-section .post-box .post-b-sec .post-desc {
        line-height: 30px; }
        #blog-section .post-box .post-b-sec .post-desc blockquote {
          background: #1a1a1a;
          border: 2px solid #FFFFFF;
          font-size: 1em;
          line-height: 30px;
          padding: 50px;
          margin: 30px 0;
          position: relative; }
          #blog-section .post-box .post-b-sec .post-desc blockquote:before, #blog-section .post-box .post-b-sec .post-desc blockquote:after {
            position: absolute;
            display: block;
            font-family: "FontAwesome";
            font-size: 2em;
            color: rgba(210, 189, 127, 0.5); }
          #blog-section .post-box .post-b-sec .post-desc blockquote:before {
            content: "\f10d";
            left: 20px;
            top: 20px; }
          #blog-section .post-box .post-b-sec .post-desc blockquote:after {
            content: "\f10e";
            right: 20px;
            bottom: 20px; }
      #blog-section .post-box .post-b-sec .read-more-container {
        text-align: center;
        margin-top: 30px; }
        #blog-section .post-box .post-b-sec .read-more-container a {
          background: #FFFFFF;
          color: #222222;
          border: 1px solid #FFFFFF;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          padding: 10px 30px; }
          #blog-section .post-box .post-b-sec .read-more-container a:hover {
            background: #222222;
            color: #FFFFFF; }
      #blog-section .post-box .post-b-sec .post-tags {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        padding: 20px 0 15px;
        margin: 30px 0; }
        #blog-section .post-box .post-b-sec .post-tags ul {
          margin: 0; }
          #blog-section .post-box .post-b-sec .post-tags ul li {
            padding: 0; }
        #blog-section .post-box .post-b-sec .post-tags a {
          display: inline-block;
          line-height: 30px;
          border: 1px solid #FFFFFF;
          color: #FFFFFF;
          background: #000000;
          margin: 0 5px 5px 0;
          padding: 0 15px;
          font-size: .9em;
          text-transform: uppercase;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #blog-section .post-box .post-b-sec .post-tags a:hover {
            background: #FFFFFF;
            color: #000000; }
      #blog-section .post-box .post-b-sec .comments-container {
        margin: 30px 0; }
        #blog-section .post-box .post-b-sec .comments-container h3 {
          font: 2em/2.5em "Playfair Display", Arial, Helvetica, sans-serif;
          margin: 0 0 60px;
          color: #FFFFFF;
          position: relative; }
          #blog-section .post-box .post-b-sec .comments-container h3 b {
            color: #FFFFFF;
            font-weight: normal; }
          #blog-section .post-box .post-b-sec .comments-container h3:before, #blog-section .post-box .post-b-sec .comments-container h3:after {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            background: #FFFFFF; }
          #blog-section .post-box .post-b-sec .comments-container h3:before {
            width: 120px;
            height: 2px; }
          #blog-section .post-box .post-b-sec .comments-container h3:after {
            width: 70px;
            height: 1px;
            bottom: -3px; }
        #blog-section .post-box .post-b-sec .comments-container .comment-box {
          padding: 30px 30px 40px 90px;
          margin: 0 0 30px 100px;
          position: relative;
          background: #1a1a1a; }
          #blog-section .post-box .post-b-sec .comments-container .comment-box:before, #blog-section .post-box .post-b-sec .comments-container .comment-box:after {
            content: " ";
            display: table; }
          #blog-section .post-box .post-b-sec .comments-container .comment-box:after {
            clear: both; }
          #blog-section .post-box .post-b-sec .comments-container .comment-box:last-child {
            margin-bottom: 0; }
          #blog-section .post-box .post-b-sec .comments-container .comment-box:first-child {
            margin-left: 65px; }
          @media (max-width: 600px) {
            #blog-section .post-box .post-b-sec .comments-container .comment-box {
              margin-left: 0;
              margin-top: 90px;
              padding: 80px 20px 30px; }
              #blog-section .post-box .post-b-sec .comments-container .comment-box:first-child {
                margin-left: 0; } }
          #blog-section .post-box .post-b-sec .comments-container .comment-box .user-img {
            background: #222222;
            border: 2px solid #222222;
            -webkit-box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
            box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: absolute;
            left: -60px;
            top: 50%;
            padding: 1px;
            margin-top: -60px; }
            @media (max-width: 600px) {
              #blog-section .post-box .post-b-sec .comments-container .comment-box .user-img {
                left: 50%;
                top: -60px;
                margin: 0 0 0 -60px; } }
            #blog-section .post-box .post-b-sec .comments-container .comment-box .user-img img {
              max-width: 100%; }
          #blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info {
            margin: 15px 0; }
            #blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info .user-name {
              font-size: 1.3em;
              color: #FFFFFF;
              display: inline-block;
              vertical-align: middle; }
              @media (max-width: 600px) {
                #blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info .user-name {
                  display: block;
                  margin-bottom: 20px;
                  text-align: center; } }
            #blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info .comment-date {
              margin-left: 20px;
              color: #999999;
              font-size: 12px;
              display: inline-block;
              vertical-align: sub; }
            #blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info .reply {
              float: right;
              color: #FFFFFF;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              #blog-section .post-box .post-b-sec .comments-container .comment-box .comment-info .reply:hover {
                color: #FFFFFF; }
          #blog-section .post-box .post-b-sec .comments-container .comment-box .comment-text {
            line-height: 25px; }
      #blog-section .post-box .post-b-sec .comment-form-container {
        margin-top: 80px; }
        #blog-section .post-box .post-b-sec .comment-form-container h3 {
          font: 2em/2.5em "Playfair Display", Arial, Helvetica, sans-serif;
          margin: 0 0 20px;
          color: #FFFFFF;
          position: relative; }
          #blog-section .post-box .post-b-sec .comment-form-container h3:before, #blog-section .post-box .post-b-sec .comment-form-container h3:after {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            background: #FFFFFF; }
          #blog-section .post-box .post-b-sec .comment-form-container h3:before {
            width: 120px;
            height: 2px; }
          #blog-section .post-box .post-b-sec .comment-form-container h3:after {
            width: 70px;
            height: 1px;
            bottom: -3px; }
        #blog-section .post-box .post-b-sec .comment-form-container > .desc {
          line-height: 30px; }
        #blog-section .post-box .post-b-sec .comment-form-container .comment-form {
          padding: 40px 0 20px; }
          #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="text"], #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="email"], #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="tel"], #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="url"], #blog-section .post-box .post-b-sec .comment-form-container .comment-form textarea {
            width: 100%;
            height: 50px; }
          #blog-section .post-box .post-b-sec .comment-form-container .comment-form .field-row {
            margin: 0 0 20px; }
            #blog-section .post-box .post-b-sec .comment-form-container .comment-form .field-row:last-child {
              margin-bottom: 0; }
          #blog-section .post-box .post-b-sec .comment-form-container .comment-form textarea {
            height: 250px; }
          #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="submit"] {
            background: #FFFFFF;
            color: #222222;
            border: 1px solid #FFFFFF;
            padding: 8px 100px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            @media (max-width: 440px) {
              #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="submit"] {
                padding: 8px 50px; } }
            #blog-section .post-box .post-b-sec .comment-form-container .comment-form input[type="submit"]:hover {
              background: #222222;
              color: #FFFFFF; }

body.blog-left #blog-section .post-main-container {
  padding: 0 0 0 40px; }
  @media (max-width: 992px) {
    body.blog-left #blog-section .post-main-container {
      padding: 0;
      margin-top: 30px; } }
body.blog-masonry #blog-section .post-main-container {
  padding: 0; }
body.blog-masonry #blog-section .post-outer-box {
  margin-bottom: 30px; }
body.blog-masonry #blog-section .post-box .post-b-sec {
  padding: 20px 30px 30px; }
  body.blog-masonry #blog-section .post-box .post-b-sec .post-title-box {
    font: 1.5em/1.5em "Playfair Display", Arial, Helvetica, sans-serif;
    padding-bottom: 30px; }
    body.blog-masonry #blog-section .post-box .post-b-sec .post-title-box:before {
      width: 90%; }
    body.blog-masonry #blog-section .post-box .post-b-sec .post-title-box:after {
      width: 60%; }
  body.blog-masonry #blog-section .post-box .post-b-sec .post-meta > div {
    margin: 10px 20px; }
body.post-details #blog-section {
  margin-bottom: 80px; }
  body.post-details #blog-section .post-box:hover {
    background: #222222; }
    body.post-details #blog-section .post-box:hover .post-img-box:before {
      opacity: 1;
      filter: alpha(opacity=100); }
    body.post-details #blog-section .post-box:hover .post-b-sec .post-meta > div i {
      opacity: 0.2;
      filter: alpha(opacity=20); }

/**
 * Sidebar Styles
 */
#sidebar {
  background: #222222;
  border: 2px solid #222222;
  -webkit-box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
  box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
  padding: 30px; }
  #sidebar .widget {
    margin-bottom: 40px; }
    #sidebar .widget:last-child {
      margin-bottom: 0; }
    #sidebar .widget h3.side-title {
      position: relative;
      color: #FFFFFF;
      margin: 0 0 30px;
      padding-bottom: 30px; }
      #sidebar .widget h3.side-title:before, #sidebar .widget h3.side-title:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: #FFFFFF; }
      #sidebar .widget h3.side-title:before {
        width: 100%;
        height: 2px; }
      #sidebar .widget h3.side-title:after {
        width: 50%;
        height: 1px;
        bottom: -3px; }
    #sidebar .widget .textwidget {
      line-height: 30px; }
    #sidebar .widget ul li {
      line-height: 50px;
      border-bottom: 1px solid #000000;
      text-align: right;
      color: #FFFFFF; }
      #sidebar .widget ul li:last-child {
        border-bottom: 0; }
      #sidebar .widget ul li a {
        display: block;
        float: left;
        color: #FFFFFF;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #sidebar .widget ul li a:hover {
          color: #FFFFFF; }
    #sidebar .widget .tagcloud a {
      display: inline-block;
      line-height: 30px;
      border: 1px solid #FFFFFF;
      color: #FFFFFF;
      background: #000000;
      margin: 0 5px 5px 0;
      padding: 0 15px;
      font-size: .9em;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #sidebar .widget .tagcloud a:hover {
        background: #FFFFFF;
        color: #000000; }
    #sidebar .widget.widget_search .search-form:before, #sidebar .widget.widget_search .search-form:after {
      content: " ";
      display: table; }
    #sidebar .widget.widget_search .search-form:after {
      clear: both; }
    #sidebar .widget.widget_search .search-form label {
      float: left;
      width: 80%;
      position: relative;
      margin-bottom: 0; }
      #sidebar .widget.widget_search .search-form label > span {
        display: none; }
      #sidebar .widget.widget_search .search-form label input {
        border: 1px solid #FFFFFF;
        border-right: 0;
        background: #222222;
        color: #FFFFFF;
        font-weight: normal;
        padding: 0 15px;
        width: 100%;
        height: 45px; }
        #sidebar .widget.widget_search .search-form label input.placeholder {
          color: #FFFFFF; }
        #sidebar .widget.widget_search .search-form label input:-moz-placeholder {
          color: #FFFFFF; }
        #sidebar .widget.widget_search .search-form label input::-moz-placeholder {
          color: #FFFFFF; }
        #sidebar .widget.widget_search .search-form label input:-ms-input-placeholder {
          color: #FFFFFF; }
        #sidebar .widget.widget_search .search-form label input::-webkit-input-placeholder {
          color: #FFFFFF; }
      #sidebar .widget.widget_search .search-form label:after {
        display: block;
        content: "\f002";
        font: 16px/20px "FontAwesome";
        color: #FFFFFF;
        position: absolute;
        right: -40px;
        top: 11px; }
    #sidebar .widget.widget_search .search-form .search-submit {
      float: left;
      border: 1px solid #FFFFFF;
      border-left: 0;
      background: transparent;
      text-indent: -999999px;
      overflow: hidden;
      width: 20%;
      height: 45px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      position: relative;
      z-index: 1; }

/**
 * Sidebar Styles
 */
#rooms-section {
  padding: 80px 0; }
  #rooms-section .inner-container > .desc {
    margin: 50px auto 60px;
    text-align: center;
    max-width: 700px;
    line-height: 30px; }
  #rooms-section.row-view .room-container .room-box {
    display: table;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 50px; }
    @media (max-width: 992px) {
      #rooms-section.row-view .room-container .room-box {
        display: block;
        margin-right: 0;
        margin-left: 0;
        padding: 0 30px; } }
    #rooms-section.row-view .room-container .room-box:hover .room-img, #rooms-section.row-view .room-container .room-box:hover .r-sec {
      -webkit-box-shadow: 0 0 0 3px #FFFFFF;
      box-shadow: 0 0 0 3px #FFFFFF; }
    #rooms-section.row-view .room-container .room-box:hover .room-img:before, #rooms-section.row-view .room-container .room-box:hover .room-img:after {
      margin-top: 0;
      opacity: 1;
      filter: alpha(opacity=100); }
    #rooms-section.row-view .room-container .room-box:hover .room-img a {
      opacity: 1;
      filter: alpha(opacity=100); }
    #rooms-section.row-view .room-container .room-box:hover .r-sec {
      background: #222222; }
    #rooms-section.row-view .room-container .room-box .room-img, #rooms-section.row-view .room-container .room-box .r-sec {
      display: table-cell;
      vertical-align: top;
      float: none;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (max-width: 992px) {
        #rooms-section.row-view .room-container .room-box .room-img, #rooms-section.row-view .room-container .room-box .r-sec {
          display: block; } }
    #rooms-section.row-view .room-container .room-box .room-img {
      border-right: 0;
      position: relative; }
      @media (max-width: 992px) {
        #rooms-section.row-view .room-container .room-box .room-img {
          height: 400px; } }
      #rooms-section.row-view .room-container .room-box .room-img .more-info-url {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        filter: alpha(opacity=0);
        border-right: 3px solid #FFFFFF;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media (max-width: 992px) {
          #rooms-section.row-view .room-container .room-box .room-img .more-info-url {
            border-right: 0;
            border-bottom: 3px solid #FFFFFF; } }
      #rooms-section.row-view .room-container .room-box .room-img:before, #rooms-section.row-view .room-container .room-box .room-img:after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 80px;
        height: 2px;
        background: #FFFFFF;
        z-index: 2;
        margin-top: 50px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      #rooms-section.row-view .room-container .room-box .room-img:after {
        -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg); }
    #rooms-section.row-view .room-container .room-box .r-sec {
      padding: 0;
      background: #090909; }
    #rooms-section.row-view .room-container .room-box .m-sec {
      padding: 40px 0 40px 40px; }
      @media (max-width: 992px) {
        #rooms-section.row-view .room-container .room-box .m-sec {
          padding: 40px 0 0 40px; } }
      #rooms-section.row-view .room-container .room-box .m-sec .title-box {
        border-left: 2px solid #FFFFFF;
        padding: 0 20px 10px 20px; }
        #rooms-section.row-view .room-container .room-box .m-sec .title-box > .title {
          margin: 0;
          color: #FFFFFF;
          font: 24px/45px "Playfair Display", Arial, Helvetica, sans-serif; }
        #rooms-section.row-view .room-container .room-box .m-sec .title-box .price {
          color: #FFFFFF;
          font: 1.6em/30px , Arial, Helvetica, sans-serif;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          #rooms-section.row-view .room-container .room-box .m-sec .title-box .price > div {
            display: inline-block; }
          #rooms-section.row-view .room-container .room-box .m-sec .title-box .price .value {
            color: #FFFFFF; }
      #rooms-section.row-view .room-container .room-box .m-sec .amenities {
        margin: 30px 0; }
        #rooms-section.row-view .room-container .room-box .m-sec .amenities ul {
          margin: 0; }
          #rooms-section.row-view .room-container .room-box .m-sec .amenities ul li {
            padding: 0; }
            #rooms-section.row-view .room-container .room-box .m-sec .amenities ul li > div {
              display: inline-block;
              line-height: 30px; }
            #rooms-section.row-view .room-container .room-box .m-sec .amenities ul li .title {
              width: 90px; }
            #rooms-section.row-view .room-container .room-box .m-sec .amenities ul li .value {
              color: #FFFFFF; }
      #rooms-section.row-view .room-container .room-box .m-sec .more-info {
        color: #222222;
        padding: 5px 40px;
        background: #FFFFFF;
        display: inline-block;
        border: 1px solid #FFFFFF;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #rooms-section.row-view .room-container .room-box .m-sec .more-info:hover {
          color: #FFFFFF;
          background: #222222; }
    #rooms-section.row-view .room-container .room-box .desc {
      padding: 40px;
      line-height: 30px; }

.room-container {
  margin: 50px -15px 0; }
  .room-container .room-box {
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .room-container .room-box {
        float: none;
        width: 100%;
        margin-left: 0; } }
    .room-container .room-box > .inner-box {
      height: 550px;
      background-size: cover;
      position: relative; }
      .room-container .room-box > .inner-box:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: rgba(0, 0, 0, 0.6); }
      .room-container .room-box > .inner-box .more-info {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1; }
      .room-container .room-box > .inner-box .caption {
        border-left: 2px solid #FFFFFF;
        padding: 10px 20px 20px 20px;
        position: absolute;
        left: 30px;
        width: calc(100% - 60px);
        bottom: 30px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .room-container .room-box > .inner-box .caption > .title {
          margin: 0;
          color: #FFFFFF;
          font: 24px/45px "Playfair Display", Arial, Helvetica, sans-serif; }
        .room-container .room-box > .inner-box .caption .price {
          color: #FFFFFF;
          font: 1.6em/30px , Arial, Helvetica, sans-serif;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .room-container .room-box > .inner-box .caption .price > div {
            display: inline-block; }
          .room-container .room-box > .inner-box .caption .price .value {
            color: #FFFFFF; }
        .room-container .room-box > .inner-box .caption .desc {
          -webkit-transition: all 1s ease;
          -o-transition: all 1s ease;
          transition: all 1s ease;
          max-height: 0;
          overflow: hidden;
          padding: 1px; }
          .room-container .room-box > .inner-box .caption .desc .inner-box {
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            opacity: 0;
            filter: alpha(opacity=0);
            position: relative;
            visibility: hidden;
            padding-top: 10px;
            top: 30px; }
      .room-container .room-box > .inner-box:hover:before {
        opacity: 0;
        filter: alpha(opacity=0); }
      .room-container .room-box > .inner-box:hover .caption {
        background: rgba(0, 0, 0, 0.8); }
        .room-container .room-box > .inner-box:hover .caption .desc {
          max-height: 100px; }
          .room-container .room-box > .inner-box:hover .caption .desc .inner-box {
            opacity: 1;
            filter: alpha(opacity=100);
            visibility: visible;
            top: 0;
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }

/**
 * Booking Section Styles
 */
#booking-section {
  padding: 80px 0; }
  #booking-section .l-sec {
    background: #222222;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    padding: 30px; }
    #booking-section .l-sec .ravis-title-t-2 .title {
      font-size: 20px;
      line-height: 40px; }
      #booking-section .l-sec .ravis-title-t-2 .title span {
        padding-bottom: 15px; }
    #booking-section .l-sec .check-in-out-container {
      margin: 40px;
      line-height: 40px; }
      #booking-section .l-sec .check-in-out-container .check-in-out-box {
        border-bottom: 1px solid #151515; }
        #booking-section .l-sec .check-in-out-container .check-in-out-box:last-child {
          border-bottom: 0; }
        #booking-section .l-sec .check-in-out-container .check-in-out-box > div {
          display: inline-block; }
        #booking-section .l-sec .check-in-out-container .check-in-out-box .value {
          float: right;
          color: #FFFFFF; }
    #booking-section .l-sec .selected-room-container {
      margin: 30px 0 20px; }
      #booking-section .l-sec .selected-room-container .selected-room-box {
        background: #1d1d1d;
        padding: 10px 20px;
        position: relative;
        line-height: 35px;
        margin-bottom: 15px; }
        #booking-section .l-sec .selected-room-container .selected-room-box:before, #booking-section .l-sec .selected-room-container .selected-room-box:after {
          content: " ";
          display: table; }
        #booking-section .l-sec .selected-room-container .selected-room-box:after {
          clear: both; }
        #booking-section .l-sec .selected-room-container .selected-room-box:last-child {
          margin-bottom: 0; }
        #booking-section .l-sec .selected-room-container .selected-room-box .room-title, #booking-section .l-sec .selected-room-container .selected-room-box .adult-count, #booking-section .l-sec .selected-room-container .selected-room-box .child-count {
          float: left;
          width: 50%; }
          @media (max-width: 1200px) {
            #booking-section .l-sec .selected-room-container .selected-room-box .room-title, #booking-section .l-sec .selected-room-container .selected-room-box .adult-count, #booking-section .l-sec .selected-room-container .selected-room-box .child-count {
              float: none;
              width: 100%; } }
          #booking-section .l-sec .selected-room-container .selected-room-box .room-title > div, #booking-section .l-sec .selected-room-container .selected-room-box .adult-count > div, #booking-section .l-sec .selected-room-container .selected-room-box .child-count > div {
            display: inline-block; }
          #booking-section .l-sec .selected-room-container .selected-room-box .room-title .title, #booking-section .l-sec .selected-room-container .selected-room-box .adult-count .title, #booking-section .l-sec .selected-room-container .selected-room-box .child-count .title {
            width: 80px; }
          #booking-section .l-sec .selected-room-container .selected-room-box .room-title .value, #booking-section .l-sec .selected-room-container .selected-room-box .adult-count .value, #booking-section .l-sec .selected-room-container .selected-room-box .child-count .value {
            color: #FFFFFF; }
        #booking-section .l-sec .selected-room-container .selected-room-box .room-title {
          width: 100%; }
        #booking-section .l-sec .selected-room-container .selected-room-box a.edit-box {
          position: absolute;
          right: 15px;
          top: 20px;
          padding: 0 15px;
          line-height: 20px;
          font-size: .8em;
          text-transform: uppercase;
          display: inline-block;
          background: #FFFFFF;
          color: #222222;
          opacity: 0;
          filter: alpha(opacity=0);
          visibility: hidden;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (max-width: 1200px) {
            #booking-section .l-sec .selected-room-container .selected-room-box a.edit-box {
              position: initial;
              opacity: 1;
              filter: alpha(opacity=100);
              visibility: visible; } }
        #booking-section .l-sec .selected-room-container .selected-room-box:hover a.edit-box {
          opacity: 1;
          filter: alpha(opacity=100);
          visibility: visible; }
        #booking-section .l-sec .selected-room-container .selected-room-box .price {
          position: absolute;
          right: 15px;
          top: 20px;
          padding: 0 10px;
          line-height: 20px;
          font-size: .9em;
          display: inline-block;
          background: #222222;
          color: #FFFFFF;
          border: 1px solid #FFFFFF; }
          @media (max-width: 1200px) {
            #booking-section .l-sec .selected-room-container .selected-room-box .price {
              position: initial; } }
        #booking-section .l-sec .selected-room-container .selected-room-box.active {
          background: #151515;
          color: #FFFFFF;
          border: 1px solid #FFFFFF; }
    #booking-section .l-sec .price-details-container {
      background: #1a1a1a;
      padding: 10px 30px 20px; }
      #booking-section .l-sec .price-details-container .price-detail-box {
        border-bottom: 1px solid #000000;
        line-height: 50px; }
        @media (max-width: 1200px) {
          #booking-section .l-sec .price-details-container .price-detail-box {
            line-height: 30px;
            text-align: center; } }
        #booking-section .l-sec .price-details-container .price-detail-box > div {
          display: inline-block;
          vertical-align: middle; }
        #booking-section .l-sec .price-details-container .price-detail-box .title {
          width: 150px; }
          @media (max-width: 1200px) {
            #booking-section .l-sec .price-details-container .price-detail-box .title {
              width: 100%; } }
        #booking-section .l-sec .price-details-container .price-detail-box .value {
          float: right;
          color: #FFFFFF; }
          @media (max-width: 1200px) {
            #booking-section .l-sec .price-details-container .price-detail-box .value {
              float: none;
              display: block; } }
        #booking-section .l-sec .price-details-container .price-detail-box.total {
          border: 2px solid #FFFFFF;
          padding: 0 10px;
          background: #2a2a2a; }
          #booking-section .l-sec .price-details-container .price-detail-box.total .title {
            color: #FFFFFF; }
      #booking-section .l-sec .price-details-container .payment-method {
        padding: 10px 0; }
        #booking-section .l-sec .price-details-container .payment-method .ravis-radio {
          display: inline-block;
          width: 49%; }
          @media (max-width: 1200px) {
            #booking-section .l-sec .price-details-container .payment-method .ravis-radio {
              display: block;
              width: 100%; } }
          #booking-section .l-sec .price-details-container .payment-method .ravis-radio label {
            line-height: 30px; }
      #booking-section .l-sec .price-details-container .deposit-price {
        border-top: 1px solid #000000;
        line-height: 50px; }
        #booking-section .l-sec .price-details-container .deposit-price > div {
          display: inline-block;
          vertical-align: middle; }
        #booking-section .l-sec .price-details-container .deposit-price .title-box .title {
          color: #FFFFFF;
          line-height: 20px; }
        #booking-section .l-sec .price-details-container .deposit-price .title-box .sub-title {
          color: #FFFFFF;
          font-size: .8em;
          line-height: 10px; }
        #booking-section .l-sec .price-details-container .deposit-price .value {
          float: right;
          color: #FFFFFF; }
  #booking-section .r-sec {
    padding-right: 0;
    padding-left: 50px; }
    @media (max-width: 992px) {
      #booking-section .r-sec {
        padding-left: 0;
        margin-top: 50px; } }
    #booking-section .r-sec .steps {
      padding: 15px 10px;
      background: #1d1d1d;
      color: #FFFFFF;
      margin-bottom: 30px; }
      #booking-section .r-sec .steps ul li {
        padding: 0 28px;
        position: relative;
        text-align: center; }
        #booking-section .r-sec .steps ul li:before, #booking-section .r-sec .steps ul li:after {
          display: block;
          content: '';
          position: absolute; }
        #booking-section .r-sec .steps ul li:before {
          width: 30px;
          height: 1px;
          right: -15px;
          top: 11px;
          background: #FFFFFF; }
        #booking-section .r-sec .steps ul li:after {
          top: 7px;
          right: -18px;
          width: 0;
          height: 0;
          border-top: 4px solid transparent;
          border-left: 7px solid #FFFFFF;
          border-bottom: 4px solid transparent; }
        #booking-section .r-sec .steps ul li:last-child:after, #booking-section .r-sec .steps ul li:last-child:before {
          display: none; }
        #booking-section .r-sec .steps ul li.active {
          color: #FFFFFF; }
    #booking-section .r-sec .inner-box {
      background: #222222;
      border: 2px solid #222222;
      -webkit-box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
      box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
      padding: 30px; }
      @media (max-width: 390px) {
        #booking-section .r-sec .inner-box {
          padding: 20px; } }
  #booking-section.step-3 .l-sec .selected-room-container .selected-room-box {
    margin-bottom: 0;
    border-bottom: 1px solid #000000; }

#room-field-tmpl {
  display: none; }

#room-information-form {
  margin-top: 22px; }
  #room-information-form .field-row {
    margin-bottom: 20px;
    position: relative; }
    #room-information-form .field-row > i {
      color: #FFFFFF;
      position: absolute;
      right: 20px;
      top: 17px; }
    #room-information-form .field-row:last-child {
      margin-bottom: 0; }
    #room-information-form .field-row.room-field:before, #room-information-form .field-row.room-field:after {
      content: " ";
      display: table; }
    #room-information-form .field-row.room-field:after {
      clear: both; }
    #room-information-form .field-row.room-field .title {
      color: #FFFFFF;
      display: inline-block;
      width: 21%; }
      @media (max-width: 1200px) {
        #room-information-form .field-row.room-field .title {
          width: 100%;
          display: block;
          margin-bottom: 20px; } }
    #room-information-form .field-row.room-field .select2-container {
      width: 35%; }
      @media (max-width: 1200px) {
        #room-information-form .field-row.room-field .select2-container {
          width: 45%; } }
      #room-information-form .field-row.room-field .select2-container.adult-field {
        margin: 0 10px; }
      #room-information-form .field-row.room-field .select2-container .select2-choice {
        height: 50px;
        line-height: 47px;
        padding-left: 15px; }
        #room-information-form .field-row.room-field .select2-container .select2-choice .select2-arrow {
          top: 3px;
          right: 10px; }
    #room-information-form .field-row.check-in, #room-information-form .field-row.check-out, #room-information-form .field-row.duration {
      margin-bottom: 10px;
      position: relative;
      border-bottom: 2px solid #1d1d1d; }
      #room-information-form .field-row.check-in .check-in-box, #room-information-form .field-row.check-in .check-out-box, #room-information-form .field-row.check-in .duration-box, #room-information-form .field-row.check-out .check-in-box, #room-information-form .field-row.check-out .check-out-box, #room-information-form .field-row.check-out .duration-box, #room-information-form .field-row.duration .check-in-box, #room-information-form .field-row.duration .check-out-box, #room-information-form .field-row.duration .duration-box {
        line-height: 50px;
        color: #FFFFFF; }
        #room-information-form .field-row.check-in .check-in-box > div, #room-information-form .field-row.check-in .check-out-box > div, #room-information-form .field-row.check-in .duration-box > div, #room-information-form .field-row.check-out .check-in-box > div, #room-information-form .field-row.check-out .check-out-box > div, #room-information-form .field-row.check-out .duration-box > div, #room-information-form .field-row.duration .check-in-box > div, #room-information-form .field-row.duration .check-out-box > div, #room-information-form .field-row.duration .duration-box > div {
          display: inline-block; }
          #room-information-form .field-row.check-in .check-in-box > div.title, #room-information-form .field-row.check-in .check-out-box > div.title, #room-information-form .field-row.check-in .duration-box > div.title, #room-information-form .field-row.check-out .check-in-box > div.title, #room-information-form .field-row.check-out .check-out-box > div.title, #room-information-form .field-row.check-out .duration-box > div.title, #room-information-form .field-row.duration .check-in-box > div.title, #room-information-form .field-row.duration .check-out-box > div.title, #room-information-form .field-row.duration .duration-box > div.title {
            width: 100px; }
          #room-information-form .field-row.check-in .check-in-box > div.value, #room-information-form .field-row.check-in .check-out-box > div.value, #room-information-form .field-row.check-in .duration-box > div.value, #room-information-form .field-row.check-out .check-in-box > div.value, #room-information-form .field-row.check-out .check-out-box > div.value, #room-information-form .field-row.check-out .duration-box > div.value, #room-information-form .field-row.duration .check-in-box > div.value, #room-information-form .field-row.duration .check-out-box > div.value, #room-information-form .field-row.duration .duration-box > div.value {
            color: #FFFFFF;
            margin-left: 20px; }
  #room-information-form .room-field-container .field-row:last-child {
    margin-bottom: 20px; }
  #room-information-form .input-daterange {
    margin-bottom: 20px; }
  #room-information-form input {
    width: 100%;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    border-color: #1d1d1d;
    background: #1d1d1d; }
    #room-information-form input[type="submit"] {
      background: #FFFFFF;
      color: #222222;
      font-family: "Playfair Display", Arial, Helvetica, sans-serif;
      border: 0; }
  #room-information-form .select2-container {
    width: 100%; }
    #room-information-form .select2-container .select2-choice {
      height: 50px;
      line-height: 47px;
      padding-left: 15px;
      border-color: #1d1d1d;
      background: #1d1d1d; }
      #room-information-form .select2-container .select2-choice .select2-arrow {
        top: 3px;
        right: 10px; }
    #room-information-form .select2-container.select2-dropdown-open .select2-choice {
      border-color: #FFFFFF; }

#booking-date-range-inline .check-in {
  padding-left: 0; }
  @media (max-width: 992px) {
    #booking-date-range-inline .check-in {
      padding: 0;
      margin-bottom: 30px; } }
#booking-date-range-inline .check-out {
  padding-right: 0; }
  @media (max-width: 992px) {
    #booking-date-range-inline .check-out {
      padding: 0; } }
#booking-date-range-inline .datepicker {
  background: #1d1d1d;
  padding: 20px; }
  #booking-date-range-inline .datepicker td, #booking-date-range-inline .datepicker th {
    padding: 7px; }
    #booking-date-range-inline .datepicker td.next, #booking-date-range-inline .datepicker td.prev, #booking-date-range-inline .datepicker th.next, #booking-date-range-inline .datepicker th.prev {
      line-height: 9px;
      font-size: 18px; }

#booking-room-container .room-box {
  display: table;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 50px; }
  @media (max-width: 992px) {
    #booking-room-container .room-box {
      display: block; } }
  #booking-room-container .room-box:last-child {
    margin-bottom: 0; }
  #booking-room-container .room-box .room-img, #booking-room-container .room-box .r-sec {
    display: table-cell;
    vertical-align: top;
    float: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (max-width: 992px) {
      #booking-room-container .room-box .room-img, #booking-room-container .room-box .r-sec {
        display: block; } }
  #booking-room-container .room-box .room-img {
    border-right: 0;
    position: relative;
    background-size: cover; }
    @media (max-width: 992px) {
      #booking-room-container .room-box .room-img {
        height: 400px; } }
    #booking-room-container .room-box .room-img .select-room-box {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      left: 0;
      bottom: 0;
      padding: 20px;
      text-align: center;
      width: 100%; }
      #booking-room-container .room-box .room-img .select-room-box a {
        display: inline-block;
        background: #FFFFFF;
        color: #222222;
        line-height: 30px;
        padding: 5px 30px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #booking-room-container .room-box .room-img .select-room-box a:hover {
          background: #222222;
          color: #FFFFFF; }
  #booking-room-container .room-box .r-sec {
    padding: 30px;
    background: #1d1d1d; }
    @media (max-width: 992px) {
      #booking-room-container .room-box .r-sec {
        margin: 0; } }
  #booking-room-container .room-box .title-box {
    border-left: 2px solid #FFFFFF;
    padding-left: 20px;
    position: relative; }
    #booking-room-container .room-box .title-box > .title {
      margin: 0;
      color: #FFFFFF;
      font: 24px/45px "Playfair Display", Arial, Helvetica, sans-serif; }
    #booking-room-container .room-box .title-box .price {
      color: #FFFFFF;
      font: 1.6em/30px , Arial, Helvetica, sans-serif;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #booking-room-container .room-box .title-box .price > div {
        display: inline-block; }
      #booking-room-container .room-box .title-box .price .value {
        color: #FFFFFF; }
    #booking-room-container .room-box .title-box .price-breakdown {
      position: absolute;
      right: 0;
      bottom: 5px;
      font-size: .9em;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 1200px) {
        #booking-room-container .room-box .title-box .price-breakdown {
          position: initial;
          right: 0;
          bottom: 0; } }
      #booking-room-container .room-box .title-box .price-breakdown i {
        display: inline-block;
        margin-right: 5px;
        color: #FFFFFF; }
  #booking-room-container .room-box .amenities {
    margin: 10px 0; }
    #booking-room-container .room-box .amenities ul {
      margin: 0; }
      #booking-room-container .room-box .amenities ul li {
        padding: 0; }
        @media (max-width: 992px) {
          #booking-room-container .room-box .amenities ul li {
            display: block;
            width: 100%; } }
        #booking-room-container .room-box .amenities ul li > div {
          display: inline-block;
          line-height: 30px; }
        #booking-room-container .room-box .amenities ul li .title {
          width: 90px; }
        #booking-room-container .room-box .amenities ul li .value {
          color: #FFFFFF; }
  #booking-room-container .room-box .desc {
    line-height: 30px; }

.price-breakdown-popup {
  width: 500px;
  background: #222222;
  padding: 30px; }
  @media (max-width: 600px) {
    .price-breakdown-popup {
      width: auto;
      max-width: 100%; } }
  .price-breakdown-popup table {
    width: 100%;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    background: #1d1d1d; }
    .price-breakdown-popup table td {
      padding: 0 20px; }
      @media (max-width: 440px) {
        .price-breakdown-popup table td {
          padding: 0 10px; } }
      .price-breakdown-popup table td > div {
        display: inline-block; }
      .price-breakdown-popup table td .title {
        font: 1.3em/60px "Playfair Display", Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        width: 90px; }
        @media (max-width: 600px) {
          .price-breakdown-popup table td .title {
            line-height: 40px; } }
      .price-breakdown-popup table td .duration {
        margin-left: 30px;
        font-size: .9em; }
        @media (max-width: 600px) {
          .price-breakdown-popup table td .duration {
            margin: 0 0 20px; } }
      .price-breakdown-popup table td.price {
        color: #FFFFFF;
        font: 1.8em/2em , Arial, Helvetica, sans-serif; }
    .price-breakdown-popup table tr:last-child td {
      background: #090909;
      border-top: 1px solid #FFFFFF; }

#booking-guest-info-form {
  background: #1d1d1d;
  padding: 30px; }
  #booking-guest-info-form input, #booking-guest-info-form textarea {
    width: 100%; }
  #booking-guest-info-form textarea {
    height: 150px; }
  #booking-guest-info-form .field-row {
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      #booking-guest-info-form .field-row {
        margin-bottom: 0; }
        #booking-guest-info-form .field-row input, #booking-guest-info-form .field-row textarea {
          margin-bottom: 20px; } }
    #booking-guest-info-form .field-row:last-child {
      margin-bottom: 0; }
    #booking-guest-info-form .field-row > div {
      padding: 0 10px; }
      @media (max-width: 992px) {
        #booking-guest-info-form .field-row > div {
          padding: 0; } }
      #booking-guest-info-form .field-row > div:first-child {
        padding-left: 0; }
      #booking-guest-info-form .field-row > div:last-child {
        padding-right: 0; }
    #booking-guest-info-form .field-row.btn-container button {
      background: #FFFFFF;
      color: #222222;
      border: 1px solid #FFFFFF;
      padding: 8px 25px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 600px) {
        #booking-guest-info-form .field-row.btn-container button {
          margin-bottom: 20px;
          display: block;
          width: 100%; } }
      #booking-guest-info-form .field-row.btn-container button:hover {
        background: #222222;
        color: #FFFFFF; }
      #booking-guest-info-form .field-row.btn-container button:focus {
        outline: none; }
      #booking-guest-info-form .field-row.btn-container button:first-child {
        margin-right: 10px; }

#confirmation-message {
  background: #1d1d1d;
  padding: 30px;
  text-align: center; }
  #confirmation-message .ravis-title-t-2 .title, #confirmation-message .ravis-title-t-2 .sub-title {
    font-size: 26px; }
  #confirmation-message .desc {
    font-size: 1.1em;
    margin: 30px 0; }
    #confirmation-message .desc a {
      color: #FFFFFF;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #confirmation-message .desc a:hover {
        color: #FFFFFF; }

/**
 * Contact Section Styles
 */
#contact-section {
  margin: 70px 0; }
  #contact-section .t-sec {
    text-align: center; }
    #contact-section .t-sec .content {
      max-width: 800px;
      line-height: 30px;
      margin: 20px auto; }
    #contact-section .t-sec .contact-info {
      margin: 110px 0; }
      @media (max-width: 767px) {
        #contact-section .t-sec .contact-info {
          margin: 70px 40px; } }
      #contact-section .t-sec .contact-info .contact-inf-box {
        display: inline-block;
        font: 1.3em/1em "Playfair Display", Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        max-width: 300px;
        vertical-align: top;
        text-align: left;
        margin-right: 40px; }
        @media (max-width: 992px) {
          #contact-section .t-sec .contact-info .contact-inf-box {
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          #contact-section .t-sec .contact-info .contact-inf-box {
            display: block;
            max-width: none;
            margin-right: 0; } }
        @media (max-width: 600px) {
          #contact-section .t-sec .contact-info .contact-inf-box {
            text-align: center; } }
        #contact-section .t-sec .contact-info .contact-inf-box:last-child {
          margin-right: 0; }
        #contact-section .t-sec .contact-info .contact-inf-box .icon-box {
          width: 50px;
          height: 50px;
          margin-right: 20px;
          line-height: 50px;
          text-align: center;
          color: #FFFFFF;
          background: #151515;
          position: relative;
          font-size: 1.1em;
          display: inline-block;
          vertical-align: middle; }
          @media (max-width: 600px) {
            #contact-section .t-sec .contact-info .contact-inf-box .icon-box {
              text-align: center;
              margin-bottom: 20px; } }
          #contact-section .t-sec .contact-info .contact-inf-box .icon-box:before, #contact-section .t-sec .contact-info .contact-inf-box .icon-box:after {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 15px;
            border: 2px solid #FFFFFF; }
          #contact-section .t-sec .contact-info .contact-inf-box .icon-box:before {
            top: 0;
            border-bottom: 0; }
          #contact-section .t-sec .contact-info .contact-inf-box .icon-box:after {
            bottom: 0;
            border-top: 0; }
        #contact-section .t-sec .contact-info .contact-inf-box .text {
          display: inline-block;
          vertical-align: middle;
          max-width: 200px; }
          @media (max-width: 767px) {
            #contact-section .t-sec .contact-info .contact-inf-box .text {
              max-width: none; } }
          @media (max-width: 600px) {
            #contact-section .t-sec .contact-info .contact-inf-box .text {
              display: block; } }
  #contact-section .b-sec {
    background: #222222;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 3px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    box-shadow: 0 0 0 3px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    padding: 1px;
    display: table;
    width: 100%;
    margin: 50px 0; }
    @media (max-width: 992px) {
      #contact-section .b-sec {
        display: block; } }
    #contact-section .b-sec > div {
      display: table-cell;
      vertical-align: top;
      float: none; }
      @media (max-width: 992px) {
        #contact-section .b-sec > div {
          display: block; } }
    #contact-section .b-sec .contact-form {
      padding: 40px; }
      @media (max-width: 440px) {
        #contact-section .b-sec .contact-form {
          padding: 20px; } }
      #contact-section .b-sec .contact-form form .field-row {
        margin-bottom: 15px; }
        #contact-section .b-sec .contact-form form .field-row:last-child {
          margin-bottom: 0; }
      #contact-section .b-sec .contact-form form input {
        width: 100%; }
        #contact-section .b-sec .contact-form form input[type="submit"] {
          background: #FFFFFF;
          border: 1px solid #FFFFFF;
          color: #222222;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          font-family: "Playfair Display", Arial, Helvetica, sans-serif;
          padding: 10px 20px;
          font-size: 1.2em; }
          #contact-section .b-sec .contact-form form input[type="submit"]:hover {
            background: #222222;
            color: #FFFFFF; }
      #contact-section .b-sec .contact-form form textarea {
        width: 100%;
        height: 230px; }
    #contact-section .b-sec #google-map {
      padding: 0; }
      @media (max-width: 992px) {
        #contact-section .b-sec #google-map {
          height: 400px; } }

/**
 * Staff Section Styles
 */
#staff-section {
  margin: 30px 0 50px; }
  #staff-section .staff-row .staff-box {
    margin-top: 80px; }
    #staff-section .staff-row .staff-box .staff-box-inner {
      position: relative; }
      #staff-section .staff-row .staff-box .staff-box-inner:before, #staff-section .staff-row .staff-box .staff-box-inner:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 80px;
        border: 3px solid #FFFFFF; }
      #staff-section .staff-row .staff-box .staff-box-inner:before {
        top: 0;
        border-bottom: 0; }
      #staff-section .staff-row .staff-box .staff-box-inner:after {
        bottom: 0;
        border-top: 0; }
      #staff-section .staff-row .staff-box .staff-box-inner .inner-box {
        display: table;
        width: 100%;
        position: relative; }
        #staff-section .staff-row .staff-box .staff-box-inner .inner-box:before, #staff-section .staff-row .staff-box .staff-box-inner .inner-box:after {
          display: block;
          content: '';
          position: absolute;
          left: 5px;
          width: calc(100% - 10px);
          height: 75px;
          border: 1px solid #FFFFFF; }
        #staff-section .staff-row .staff-box .staff-box-inner .inner-box:before {
          top: 5px;
          border-bottom: 0; }
        #staff-section .staff-row .staff-box .staff-box-inner .inner-box:after {
          bottom: 5px;
          border-top: 0; }
        #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img, #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info {
          display: table-cell;
          vertical-align: top;
          float: none; }
          @media (max-width: 600px) {
            #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img, #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info {
              display: block; } }
        #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img {
          position: relative; }
          @media (max-width: 992px) {
            #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img {
              min-width: 280px; } }
          @media (max-width: 600px) {
            #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img {
              text-align: center;
              min-width: initial; } }
          #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img img {
            position: absolute;
            left: 50%;
            bottom: 6px;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            z-index: 1; }
            @media (max-width: 600px) {
              #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-img img {
                position: initial;
                left: 0;
                bottom: 0;
                margin-top: -60px;
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0); } }
        #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info {
          padding: 30px 0 50px; }
          @media (max-width: 600px) {
            #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info {
              padding: 0 30px 30px;
              text-align: center; } }
          #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .ravis-title-t-1 .title, #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .ravis-title-t-1 .sub-title {
            font-size: 1.7em;
            line-height: 60px; }
          @media (max-width: 600px) {
            #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .ravis-title-t-1 .title {
              font-size: 1.4em; }
            #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .ravis-title-t-1 .sub-title {
              line-height: 40px; } }
          #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .desc {
            line-height: 25px; }
          #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons {
            position: relative;
            z-index: 1;
            margin-top: 20px; }
            #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a {
              width: 40px;
              height: 40px;
              margin-right: 5px;
              line-height: 40px;
              text-align: center;
              color: #FFFFFF;
              background: #151515;
              position: relative;
              font-size: 1.1em;
              display: inline-block;
              vertical-align: middle; }
              @media (max-width: 600px) {
                #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a {
                  margin-bottom: 17px; } }
              #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:before, #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:after {
                display: block;
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                height: 15px;
                border: 2px solid #FFFFFF;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease; }
              #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:before {
                top: 0;
                border-bottom: 0; }
              #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:after {
                bottom: 0;
                border-top: 0; }
              #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:hover:before, #staff-section .staff-row .staff-box .staff-box-inner .inner-box .staff-info .social-icons ul li a:hover:after {
                height: 30px; }
        #staff-section .staff-row .staff-box .staff-box-inner .inner-box .clear-box {
          clear: both; }
  #staff-section .pagination-box {
    margin-top: 80px; }

/**
 * Promo Section Styles
 */
#promo-section {
  position: relative;
  padding: 200px 0;
  background-size: cover; }
  #promo-section:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  #promo-section .ravis-title .sub-title {
    font-size: 2.5em;
    line-height: 0.4em;
    padding-top: 30px; }
    @media (max-width: 992px) {
      #promo-section .ravis-title .sub-title {
        font-size: 2.3em; } }
  #promo-section .ravis-title .title {
    font-size: 3.5em;
    line-height: 1.8em; }
    @media (max-width: 992px) {
      #promo-section .ravis-title .title {
        font-size: 2.4em; } }

/**
 * Restaurant Menu Section Styles
 */
#restaurant-menus {
  margin: 60px 0; }
  #restaurant-menus .t-sec {
    text-align: center; }
    #restaurant-menus .t-sec .content {
      max-width: 800px;
      line-height: 30px;
      margin: 50px auto; }
  #restaurant-menus .b-sec {
    margin: 100px 0 50px;
    background: #222222;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 3px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    box-shadow: 0 0 0 3px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    width: 100%;
    display: table;
    padding: 1px; }
    @media (max-width: 992px) {
      #restaurant-menus .b-sec {
        display: block; } }
    #restaurant-menus .b-sec > div {
      display: table-cell;
      vertical-align: middle;
      float: none; }
      @media (max-width: 992px) {
        #restaurant-menus .b-sec > div {
          display: block;
          width: 100%; } }
    #restaurant-menus .b-sec .tab-container {
      padding: 20px 0; }
      @media (max-width: 440px) {
        #restaurant-menus .b-sec .tab-container {
          padding: 0; } }
      #restaurant-menus .b-sec .tab-container .tab-box {
        text-align: center;
        margin: 30px 70px;
        position: relative;
        display: block;
        padding: 20px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 440px) {
          #restaurant-menus .b-sec .tab-container .tab-box {
            margin: 30px 40px; } }
        #restaurant-menus .b-sec .tab-container .tab-box > span {
          display: block; }
        #restaurant-menus .b-sec .tab-container .tab-box .title {
          color: #FFFFFF;
          font: 26px/30px "Playfair Display", Arial, Helvetica, sans-serif; }
        #restaurant-menus .b-sec .tab-container .tab-box .sub-title {
          color: #FFFFFF;
          font: 24px/30px , Arial, Helvetica, sans-serif; }
        #restaurant-menus .b-sec .tab-container .tab-box.active {
          background: #000000; }
          #restaurant-menus .b-sec .tab-container .tab-box.active:before, #restaurant-menus .b-sec .tab-container .tab-box.active:after {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 15px;
            border: 2px solid #FFFFFF; }
          #restaurant-menus .b-sec .tab-container .tab-box.active:before {
            top: 0;
            border-bottom: 0; }
          #restaurant-menus .b-sec .tab-container .tab-box.active:after {
            bottom: 0;
            border-top: 0; }
    #restaurant-menus .b-sec .tab-content {
      position: relative;
      background-size: cover;
      padding: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #restaurant-menus .b-sec .tab-content:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(34, 34, 34, 0.85); }
      #restaurant-menus .b-sec .tab-content .tab-pane {
        width: 100%;
        height: 100%;
        padding: 60px;
        position: relative;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 600px) {
          #restaurant-menus .b-sec .tab-content .tab-pane {
            padding: 30px; } }
        #restaurant-menus .b-sec .tab-content .tab-pane.active {
          display: table;
          opacity: 1;
          filter: alpha(opacity=100); }
          @media (max-width: 600px) {
            #restaurant-menus .b-sec .tab-content .tab-pane.active {
              display: block; } }
        #restaurant-menus .b-sec .tab-content .tab-pane > div {
          display: table-cell;
          vertical-align: middle;
          padding: 0;
          float: none; }
          @media (max-width: 600px) {
            #restaurant-menus .b-sec .tab-content .tab-pane > div {
              display: block; } }
        #restaurant-menus .b-sec .tab-content .tab-pane .chef-selection {
          text-align: center; }
          #restaurant-menus .b-sec .tab-content .tab-pane .chef-selection .title, #restaurant-menus .b-sec .tab-content .tab-pane .chef-selection .sub-title {
            font-size: 1.7em;
            line-height: 50px; }
        #restaurant-menus .b-sec .tab-content .tab-pane .menu-list {
          padding-left: 40px;
          -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }
          @media (max-width: 600px) {
            #restaurant-menus .b-sec .tab-content .tab-pane .menu-list {
              padding-left: 0; } }
          #restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li {
            border-bottom: 1px solid #222222; }
            #restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li:before, #restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li:after {
              content: " ";
              display: table; }
            #restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li:after {
              clear: both; }
            #restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li:last-child {
              border-bottom: 0; }
            #restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li .title {
              margin-right: 45px;
              color: #FFFFFF;
              font: 1.1em/40px "Playfair Display", Arial, Helvetica, sans-serif; }
            #restaurant-menus .b-sec .tab-content .tab-pane .menu-list ul li .price {
              float: right;
              color: #FFFFFF;
              font: 1.2em/50px , Arial, Helvetica, sans-serif; }

/**
 * Gallery Pages Styles
 */
body.gallery #gallery {
  padding-bottom: 50px; }
  body.gallery #gallery .sort-section {
    margin-top: 30px; }
@media (max-width: 992px) {
  body.gallery.row .gallery-container {
    padding: 0 30px; } }
body.gallery.row .gallery-container .image-main-box .item {
  display: table;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (max-width: 992px) {
    body.gallery.row .gallery-container .image-main-box .item {
      display: block; } }
  body.gallery.row .gallery-container .image-main-box .item:hover {
    border-color: #FFFFFF; }
    body.gallery.row .gallery-container .image-main-box .item:hover .img-container {
      border-color: #FFFFFF; }
      body.gallery.row .gallery-container .image-main-box .item:hover .img-container a:before {
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100); }
      body.gallery.row .gallery-container .image-main-box .item:hover .img-container a:after {
        top: 50%;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s; }
    body.gallery.row .gallery-container .image-main-box .item:hover .desc {
      background: #222222; }
  body.gallery.row .gallery-container .image-main-box .item:last-child {
    margin-bottom: 0; }
  body.gallery.row .gallery-container .image-main-box .item > div {
    float: none;
    display: table-cell;
    vertical-align: top; }
    @media (max-width: 992px) {
      body.gallery.row .gallery-container .image-main-box .item > div {
        display: block;
        width: 100%; } }
  body.gallery.row .gallery-container .image-main-box .item .img-container {
    padding: 0;
    border-right: 2px solid #090909;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (max-width: 992px) {
      body.gallery.row .gallery-container .image-main-box .item .img-container {
        border-right: 0;
        border-bottom: 2px solid #090909; } }
    body.gallery.row .gallery-container .image-main-box .item .img-container a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-indent: -999999px;
      overflow: hidden;
      z-index: 11; }
      body.gallery.row .gallery-container .image-main-box .item .img-container a:before {
        content: '';
        display: block;
        position: absolute;
        left: 40px;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 100%;
        height: 100%; }
      body.gallery.row .gallery-container .image-main-box .item .img-container a:after {
        display: block;
        position: absolute;
        left: 50%;
        top: 40%;
        text-indent: 0;
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        background: #FFFFFF;
        color: #222222;
        font-size: 1.6em;
        line-height: 50px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 0;
        filter: alpha(opacity=0); }
    body.gallery.row .gallery-container .image-main-box .item .img-container img {
      max-width: 100%;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      @media (max-width: 992px) {
        body.gallery.row .gallery-container .image-main-box .item .img-container img {
          width: 100%; } }
  body.gallery.row .gallery-container .image-main-box .item .desc {
    background: #090909;
    padding: 50px;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (max-width: 600px) {
      body.gallery.row .gallery-container .image-main-box .item .desc {
        padding: 30px; } }
    body.gallery.row .gallery-container .image-main-box .item .desc .content {
      line-height: 30px; }

/**
 * Coming Soon Page Styles
 */
body.coming-soon {
  background: url("../img/coming-soon-bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh; }
  body.coming-soon:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); }
  body.coming-soon #coming-soon {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 600px) {
      body.coming-soon #coming-soon {
        width: 90%; } }
    body.coming-soon #coming-soon .content > .title {
      color: #FFFFFF;
      font-size: 1.2em;
      line-height: 3em; }
    body.coming-soon #coming-soon .content > .sub-title {
      color: #FFFFFF;
      font-size: 1.2em; }
    body.coming-soon #coming-soon .search-box {
      width: 100%;
      max-width: 400px;
      margin: 30px auto; }
      body.coming-soon #coming-soon .search-box .search-form:before, body.coming-soon #coming-soon .search-box .search-form:after {
        content: " ";
        display: table; }
      body.coming-soon #coming-soon .search-box .search-form:after {
        clear: both; }
      body.coming-soon #coming-soon .search-box .search-form label {
        float: left;
        width: 90%;
        position: relative;
        margin-bottom: 0;
        z-index: 1; }
        body.coming-soon #coming-soon .search-box .search-form label > span {
          display: none; }
        body.coming-soon #coming-soon .search-box .search-form label input {
          border: 1px solid #FFFFFF;
          border-right: 0;
          background: transparent;
          color: #FFFFFF;
          font-weight: normal;
          padding: 0 10px;
          width: 100%;
          height: 40px; }
          body.coming-soon #coming-soon .search-box .search-form label input.placeholder {
            color: #FFFFFF; }
          body.coming-soon #coming-soon .search-box .search-form label input:-moz-placeholder {
            color: #FFFFFF; }
          body.coming-soon #coming-soon .search-box .search-form label input::-moz-placeholder {
            color: #FFFFFF; }
          body.coming-soon #coming-soon .search-box .search-form label input:-ms-input-placeholder {
            color: #FFFFFF; }
          body.coming-soon #coming-soon .search-box .search-form label input::-webkit-input-placeholder {
            color: #FFFFFF; }
        body.coming-soon #coming-soon .search-box .search-form label:after {
          display: block;
          content: "\f1d8";
          font: 16px/20px "FontAwesome";
          color: #FFFFFF;
          position: absolute;
          right: -20px;
          top: 9px;
          z-index: -1; }
      body.coming-soon #coming-soon .search-box .search-form .search-submit {
        float: left;
        border: 1px solid #FFFFFF;
        border-left: 0;
        background: transparent;
        text-indent: -999999px;
        overflow: hidden;
        width: 10%;
        height: 40px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        position: relative;
        z-index: 1;
        margin-left: -1px; }

/**
 * Room Details Page Styles
 */
body.room-detials .inner-container {
  position: relative; }
body.room-detials .room-title-box {
  position: absolute;
  left: 15px;
  bottom: 50px;
  padding: 30px;
  margin: 0;
  max-width: calc(100% - 30px);
  display: inline-block;
  color: #FFFFFF;
  border-left: 2px solid #FFFFFF;
  white-space: nowrap;
  /*background: rgba(0, 0, 0, 0.4); */
  background: rgba(0, 0, 0, 1); 
  }
  @media (max-width: 600px) {
    body.room-detials .room-title-box {
      white-space: normal; } }
  body.room-detials .room-title-box h1.title {
    margin: 0;
    color: #FFFFFF;
    font: 30px/40px "Playfair Display", Arial, Helvetica, sans-serif;
    white-space: nowrap; }
    @media (max-width: 600px) {
      body.room-detials .room-title-box h1.title {
        font-size: 24px;
        white-space: normal; } }
  body.room-detials .room-title-box .price {
    color: #FFFFFF;
    margin-top: 20px;
    font: 1.6em/30px , Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    body.room-detials .room-title-box .price > div {
      display: inline-block; }
    body.room-detials .room-title-box .price .value {
      color: #FFFFFF; }
body.room-detials .room-desc .l-sec {
  padding-left: 0;
  padding-right: 50px; }
  @media (max-width: 992px) {
    body.room-detials .room-desc .l-sec {
      padding: 0; } }
  body.room-detials .room-desc .l-sec .amenities {
    margin: 50px 0; }
    body.room-detials .room-desc .l-sec .amenities ul {
      margin: 0; }
      body.room-detials .room-desc .l-sec .amenities ul li {
        padding: 0; }
        body.room-detials .room-desc .l-sec .amenities ul li > div {
          display: inline-block;
          line-height: 30px; }
        body.room-detials .room-desc .l-sec .amenities ul li .title {
          width: 90px; }
        body.room-detials .room-desc .l-sec .amenities ul li .value {
          color: #FFFFFF; }
  body.room-detials .room-desc .l-sec .icons-container ul li {
    width: 70px;
    height: 70px;
    margin: 10px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
    background: #151515;
    position: relative;
    font-size: 2em; }
    body.room-detials .room-desc .l-sec .icons-container ul li:before, body.room-detials .room-desc .l-sec .icons-container ul li:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 15px;
      border: 2px solid #FFFFFF;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    body.room-detials .room-desc .l-sec .icons-container ul li:before {
      top: 0;
      border-bottom: 0; }
    body.room-detials .room-desc .l-sec .icons-container ul li:after {
      bottom: 0;
      border-top: 0; }
    body.room-detials .room-desc .l-sec .icons-container ul li:hover:before, body.room-detials .room-desc .l-sec .icons-container ul li:hover:after {
      height: 35px; }
  body.room-detials .room-desc .l-sec .description {
    line-height: 25px;
    margin: 50px 0; }
    body.room-detials .room-desc .l-sec .description p {
      margin-bottom: 20px; }
body.room-detials .room-desc .r-sec {
  padding-right: 0; }
  @media (max-width: 992px) {
    body.room-detials .room-desc .r-sec {
      padding: 0; } }
  body.room-detials .room-desc .r-sec form {
    width: 100%;
    background: #222222;
    border: 2px solid #222222;
    -webkit-box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 1px #FFFFFF;
    padding: 30px;
    margin: -50% 0 80px; }
    @media (max-width: 992px) {
      body.room-detials .room-desc .r-sec form {
        margin: 20px 0 50px; } }
    body.room-detials .room-desc .r-sec form .field-row {
      margin-bottom: 20px;
      position: relative; }
      body.room-detials .room-desc .r-sec form .field-row > i {
        color: #FFFFFF;
        position: absolute;
        right: 20px;
        top: 17px; }
      body.room-detials .room-desc .r-sec form .field-row:last-child {
        margin-bottom: 0; }
    body.room-detials .room-desc .r-sec form .input-daterange {
      margin-bottom: 20px; }
    body.room-detials .room-desc .r-sec form input {
      width: 100%;
      height: 50px;
      width: 100%;
      padding: 0 15px; }
      body.room-detials .room-desc .r-sec form input[type="submit"] {
        background: #FFFFFF;
        color: #222222;
        font-family: "Playfair Display", Arial, Helvetica, sans-serif;
        border: 0; }
    body.room-detials .room-desc .r-sec form .select2-container {
      width: 100%; }
      body.room-detials .room-desc .r-sec form .select2-container .select2-choice {
        height: 50px;
        line-height: 47px;
        padding-left: 15px; }
        body.room-detials .room-desc .r-sec form .select2-container .select2-choice .select2-arrow {
          top: 3px;
          right: 10px; }
  body.room-detials .room-desc .r-sec .room-rating .rate-box-container {
    margin: 20px 0; }

#other-rooms {
  margin: 40px 0 80px; }
  #other-rooms .room-container {
    margin-top: 130px; }
