/*
    Theme Name: Uga Escapes - Revamp
    Theme URI: 
    Author: EME UI Development Team
    Author URI: 
    Description: 
    Version: 1.1
    License: GNU General Public License v2 or later
    License URI: 
    Tags: 
    Text Domain: htmlprototype
    */
/*---------------------------- [table of contents] ------------------
    1. variables
    2. typography
    3. links
    4. layout
    4.1 tables
    4.2 forms
    5. site styles
    6  image styles
    7. media queries
    8. base site notifications
    9. owl carousel
    10. magnific popup
    11. mixin
    -------------------------------------------------------------------*/
/* 1. variables */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 *! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: 0 0!important;
    color: #000 !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
[role=button] {
  cursor: pointer;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.container-fluid {
  max-width: 1600px;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/*!
 * Datepicker for Bootstrap v1.7.0-RC3 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #eaeaea;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.active,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted.active.focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled].focus,
.datepicker table tr td.highlighted[disabled]:focus,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focus,
.datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today.active.focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}
.datepicker table tr td.range.focus,
.datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.active,
.datepicker table tr td.range:active,
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range.active.focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled].focus,
.datepicker table tr td.range[disabled]:focus,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.focus,
fieldset[disabled] .datepicker table tr td.range:focus,
fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.active,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted.active.focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled].focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today.active.focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected.highlighted[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:hover,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: #fff;
  background-color: #5d2439;
  border-color: #5d2439;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #3f1818;
  border-color: #3f1818;
}
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active.highlighted[disabled].focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:hover,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #3f1818;
  border-color: #3f1818;
}
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  font-size: 13px;
  line-height: 1.42857143;
}
.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 0 5px;
}
/* 2. typography */
h1,
.h1 {
  font-size: 30px;
  line-height: 34px;
}
h2,
.h2 {
  font-size: 26px;
  line-height: 30px;
}
.h3,
h3 {
  font-size: 24px;
  line-height: 28px;
}
.h4,
h4 {
  font-size: 18px;
  line-height: 22px;
}
.h5,
h5 {
  font-size: 14px;
  line-height: 18px;
}
.h6,
h6 {
  font-size: 12px;
  line-height: 16px;
}
/* 3. links */
/* 4. layout */
ol,
ul {
  margin-top: 0;
  padding-left: 15px;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
hr {
  margin: 30px 0;
}
b,
strong {
  font-weight: 500;
}
.main-content {
  margin-bottom: 25px;
}
.main-content .btn-primary {
  margin-top: 15px;
}
.red {
  background: #db171c;
  border: none;
}
.red:hover {
  background: #ad1216;
}
blockquote {
  text-align: left;
}
.alert {
  font-size: 12px;
  line-height: 18px;
}
/* 4.1 tables */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 11px 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > th {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  background: #acacac;
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.feather-pattern .container-fluid {
  background: none !important;
}
.bg-new-box-wrap {
  min-width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.added {
  pointer-events: none;
}
.info-window {
  max-width: 150px;
  overflow: hidden;
}
.image-box-inf {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 115px;
  width: 150px;
}
.activate {
  color: #000 !important;
  background: #eee;
}
.gm-style .gm-style-iw-c {
  padding: 0px !important;
  border-radius: 0px !important;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.text-box p {
  color: #3d3d3d;
  text-align: center;
  font-size: 13px;
  padding-top: 4px;
  background: #fff;
  font-weight: 600;
}
.guest-block .input-group.response-field-text {
  width: calc(100% - 20px);
}
.guest-block .input-group.response-field-text .minus-mark {
  display: none;
}
.guest-block:first-child .input-group .response-field-text {
  width: 100%;
}
a.minus-mark {
  width: 25px;
  background: #642f2f;
  right: 10px;
  top: 5px;
  height: 40px;
  display: block;
  color: #995252;
  position: absolute;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 21px;
}
#resetData {
  border: none;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  background-color: transparent;
  color: #b05c5c;
  outline: none;
  margin-top: 12px;
  float: right;
  padding: 0;
  right: -5px;
  position: relative;
}
.itinerary-box {
  margin-top: 20px;
}
.itinerary-box .itinerary-red-wrap {
  background-color: #542626;
}
.itinerary-box .itinerary-red-wrap .top-box {
  padding: 25px 15px;
}
.itinerary-box .itinerary-red-wrap .form-control {
  height: 40px;
  padding: 0px 12px;
}
.itinerary-box .itinerary-red-wrap label {
  text-transform: uppercase;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding-left: 15px;
}
.itinerary-box .itinerary-red-wrap select {
  background: url(images/tri.png) right center no-repeat #602a2a;
  margin-top: 5px;
  border: none;
  font-size: 12px;
  color: #b05c5c;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
}
.itinerary-box .itinerary-red-wrap .btn {
  background: url(images/plus.png) left center no-repeat #fff;
  border: none;
  padding-left: 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  background-color: transparent;
  color: #fff;
  outline: none;
  margin-top: 12px;
}
.itinerary-box .map-area {
  height: 440px;
  width: 100%;
  background-color: #e5e3df;
}
.itinerary-box .white-box {
  margin-top: 15px;
  border: 3px solid #ebebeb;
  padding: 20px;
}
.itinerary-box .white-box .tab-content .section-box {
  text-align: center;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.itinerary-box .white-box .tab-content .section-box .head {
  color: #929292;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
}
.itinerary-box .white-box .tab-content .section-box .text-text {
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
}
.itinerary-box .white-box .tab-content .section-box:nth-of-type(2) {
  border-bottom: none;
}
.itinerary-box .white-box .nav-tabs {
  list-style-type: none;
  text-align: center;
  padding-left: 0;
  margin: 0 auto;
  font-size: 0;
}
.itinerary-box .white-box .nav-tabs li {
  display: inline-block;
  width: 50px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  height: 25px;
}
.itinerary-box .white-box .nav-tabs li a {
  display: block;
  padding-top: 5px;
  height: 23px;
}
.itinerary-box .white-box .nav-tabs li svg {
  fill: #3d3d3d;
}
.itinerary-box .white-box .nav-tabs li:nth-of-type(1) {
  border-right: 1px solid #f0f0f0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-left: 1px solid #f0f0f0;
}
.itinerary-box .white-box .nav-tabs li:nth-of-type(2) {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-right: 1px solid #f0f0f0;
}
.itinerary-box .white-box .nav-tabs .active {
  background-color: #3d3d3d;
}
.itinerary-box .white-box .nav-tabs .active svg {
  fill: #fff;
}
.itinerary-box .white-box .map-link {
  text-align: center;
  line-height: 10px;
  margin-top: 15px;
}
.itinerary-box .white-box .map-link a {
  color: #743939;
  text-transform: uppercase;
  font-size: 10px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  text-decoration: underline;
}
.attractions-area-itinerary {
  margin-top: 60px;
  text-align: center;
}
.attractions-area-itinerary .top-tab {
  /*.active{
    				li{
    					border-bottom: 2px solid #743939;
    					color: #743939;	
    				}
                   }*/
}
.attractions-area-itinerary .top-tab ul {
  list-style-type: none;
  text-align: center;
  margin-top: 20px;
  padding-left: 0;
  margin-bottom: 30px;
}
.attractions-area-itinerary .top-tab ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 11px;
  color: #afafaf;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid #c5c5c5;
}
.attractions-area-itinerary .heading {
  font-size: 24px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  line-height: 24px;
  color: #3d3d3d;
  text-transform: uppercase;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block {
  margin-bottom: 10px;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .img-block {
  height: 260px;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .text-wrapper .red-wrapper,
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .text-wrapper .black-wrapper {
  height: 50px;
  padding-top: 12px;
  width: 50%;
  float: left;
  background-color: #d72928;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .text-wrapper .red-wrapper .head,
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .text-wrapper .black-wrapper .head {
  font-size: 10px;
  line-height: 10px;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .text-wrapper .red-wrapper .text,
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .text-wrapper .black-wrapper .text {
  font-size: 18px;
  line-height: 18px;
  margin-top: 2px;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .text-wrapper .black-wrapper {
  background-color: #343434;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  padding: 40px 0;
  background-color: #fff;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main .heading {
  font-size: 18px;
  color: #3d3d3d;
  line-height: 18px;
  text-transform: uppercase;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main .description,
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main ul li {
  text-align: justify;
  text-align-last: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #737373;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main ul {
  list-style-image: url(images/tick.png);
  padding-left: 22px;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main ul li span {
  display: block;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main .btn-wrapper-new {
  margin-top: 30px;
  text-align: left;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main .btn-wrapper-new a {
  min-width: 130px;
  padding: 0 15px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  font-family: Raleway, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main .btn-wrapper-new .find-out {
  color: #5d2439;
  border: 1px solid #5d2439;
}
.attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main .btn-wrapper-new .inquire {
  background-color: #d72928;
  color: #fff;
}
.box-gallery {
  margin-top: 15px;
}
.box-gallery .repeater-box .common-style {
  position: relative;
}
.box-gallery .repeater-box .common-style .img-wrap {
  position: relative;
}
.box-gallery .repeater-box .common-style .img-wrap:after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform: translateY(-50%);
  top: 50%;
}
.box-gallery .repeater-box .common-style a .img-wrap {
  height: 350px;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-bottom: 2px solid #fff;
}
.box-gallery .repeater-box .common-style a:hover .img-wrap:after {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(110, 35, 35, 0.67);
  transform: translateY(0);
  border: 1px solid #fff;
}
.box-gallery .repeater-box .common-style .text-text {
  position: absolute;
  bottom: 2px;
  left: 0;
  font-size: 13px;
  line-height: 18px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  padding: 10px 20px;
}
.box-gallery .repeater-box .video-wrap:before {
  content: "";
  background-image: url(images/v-ico.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 777;
  right: 0;
  height: 60px;
  width: 60px;
  pointer-events: none;
  margin: 0 auto;
  transform: translateY(-50%);
  top: 50%;
}
.direction-map .direction-box {
  border: 5px solid #bebebe;
  padding-bottom: 30px;
  text-align: center;
}
.direction-map .direction-box .heading {
  font-size: 18px;
  line-height: 18px;
  margin-top: 30px;
  color: #313131;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
}
.direction-map .direction-box .link-map {
  margin-top: 15px;
}
.direction-map .direction-box .link-map a {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #5d2439;
  padding: 4px 10px;
  text-decoration: none;
}
.direction-map .direction-box .link-map a:hover {
  opacity: 0.9;
}
.direction-map .direction-box .link-map a span {
  padding-left: 5px;
  display: inline-block;
  margin-top: -1px;
  vertical-align: top;
}
.direction-map .direction-box .red-bg {
  background-color: #5d2439;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 30px;
  color: #fff;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  padding: 30px 40px;
}
.direction-map .direction-box .red-bg .large-text {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
.direction-map .direction-box .red-bg .small-text {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}
.direction-map .direction-box .description {
  padding: 0 15px;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #737373;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
}
.direction-map .direction-box .description a {
  color: #5d2439;
  text-decoration: underline;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.booking-link-grid thead tr th {
  background: #aaabab;
  border-bottom: none;
  color: white;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
}
.booking-link-grid thead tr th:not(:last-of-type) {
  border-right: 1px solid white;
}
.booking-link-grid tbody tr td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.booking-link-grid tbody tr td:first-of-type {
  border-left: 1px solid #dddddd;
}
.booking-link-grid .btn-primary {
  width: 115px;
  border: 1px solid #5d2439;
  color: #5d2439;
}
.booking-link-grid .btn-primary:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
  .booking-link-grid {
    margin-top: 20px;
  }
}
/* 4.2 forms */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  color: #3d3d3d;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #d7d7d7;
  /* ios border radius fix */
  -webkit-appearance: none;
  border-radius: 0;
}
.feather-pattern .item .item-inner .desc .btn-bottom {
  border: 1px solid #fff;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px;
  }
}
.dfb-form .dfb-form-group {
  margin-bottom: 10px;
  min-height: 110px;
}
.dfb-form .dfb-form-group .text-danger {
  font-size: 22px;
  color: red;
  display: inline-block;
  vertical-align: middle;
  line-height: 17px;
  height: 14px;
}
.dfb-form button#resetBtn {
  background: none;
  color: #5d2439;
  text-decoration: underline;
  margin-left: 10px;
}
.dfb-form .is_required {
  font-size: 12px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 40px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.has-feedback {
  position: relative;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: inline-block;
  color: #737373;
  width: 100%;
  line-height: 12px;
  vertical-align: top;
  margin-top: 8px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.response-field-upload {
  border: 1px solid #cccccc;
}
.response-field-upload input {
  width: 100%;
  outline: none !important;
  padding: 10px;
  cursor: pointer;
}
.response-field-date .day,
.response-field-date .month,
.response-field-date .year,
.response-field-time .hours,
.response-field-time .minutes,
.response-field-time .seconds {
  width: 50px;
}
.input-line > span {
  display: inline-block;
  vertical-align: top;
}
.input-line .above-line {
  margin-top: 7px;
  width: 10px;
  text-align: center;
}
span.am_pm {
  margin-left: 10px;
}
select {
  /* replace with arrow type in your design */
  background: url(images/ibedropdown.svg) no-repeat right center #ffffff;
  cursor: pointer;
  outline: none !important;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  padding-right: 38px !important;
}
select::-ms-expand {
  display: none;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.close {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
}
.close svg {
  color: #000;
}
#contact-us-form #validateBtn,
#reservation-request #validateBtn {
  color: #5d2439;
  border: 1px solid #5d2439;
}
#contact-us-form #validateBtn:hover,
#reservation-request #validateBtn:hover {
  background-color: #5d2439;
  color: #fff;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  /*position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0*/
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
  margin-bottom: 0;
  font-size: 0;
  text-align: center;
}
.modal-body .list-group {
  margin-bottom: 0;
}
.modal-body .list-group-item {
  padding: 0;
  border: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.modal-body .list-group-item a {
  display: block;
  font-size: 11px;
  height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 50px;
  padding: 0 15px;
}
.modal-body .list-group-item a svg {
  float: right;
  margin: 16px 0 17px;
  fill: #ffffff;
}
.modal-body .list-group-item a:hover,
.modal-body .list-group-item a:focus,
.modal-body .list-group-item a:active {
  text-decoration: none;
  color: #ffffff;
}
.modal-body .list-group-item a.envelope {
  background: #FF9800;
}
.modal-body .list-group-item a.envelope:hover,
.modal-body .list-group-item a.envelope:focus,
.modal-body .list-group-item a.envelope:active {
  background: #cc7a00;
}
.modal-body .list-group-item a.facebook {
  background: #3b5998;
}
.modal-body .list-group-item a.facebook:hover,
.modal-body .list-group-item a.facebook:focus,
.modal-body .list-group-item a.facebook:active {
  background: #2d4373;
}
.modal-body .list-group-item a.google-plus {
  background: #dd4b39;
}
.modal-body .list-group-item a.google-plus:hover,
.modal-body .list-group-item a.google-plus:focus,
.modal-body .list-group-item a.google-plus:active {
  background: #c23321;
}
.modal-body .list-group-item a.twitter {
  background: #55acee;
}
.modal-body .list-group-item a.twitter:hover,
.modal-body .list-group-item a.twitter:focus,
.modal-body .list-group-item a.twitter:active {
  background: #2795e9;
}
.modal-body .list-group-item a.linkedin {
  background: #007bb5;
}
.modal-body .list-group-item a.linkedin:hover,
.modal-body .list-group-item a.linkedin:focus,
.modal-body .list-group-item a.linkedin:active {
  background: #005882;
}
.modal-body .list-group-item a.pinterest-p {
  background: #cb2027;
}
.modal-body .list-group-item a.pinterest-p:hover,
.modal-body .list-group-item a.pinterest-p:focus,
.modal-body .list-group-item a.pinterest-p:active {
  background: #9f191f;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/*@media (min-width: 768px) {
  .modal-dialog {
     width: 600px;
     margin: 30px auto
 }
 .modal-sm {
     width: 300px
 }
 .modal-body .list-group-item {
     width: 50%;
 }
}

@media (min-width: 992px) {
  .modal-lg {
     width: 900px
 }
 }*/
.modal {
  text-align: center;
  z-index: 9999;
}
.modal .modal-dialog {
  background: #fff;
  margin: 60px 15px;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    max-width: 650px;
    margin: 60px auto;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 800px;
  }
}
.modal .modal-dialog .modal-content {
  width: auto;
  margin: 0 auto;
  position: relative;
  /*left: 0;
            right: 0;
            margin: 0 auto;*/
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-header {
  display: block;
  border: none;
  padding: 0;
  height: 130px;
  background: #5f2438;
  line-height: 130px;
}
.modal .modal-dialog .modal-content .modal-header .logo {
  height: 85px;
  margin: 0 auto;
  width: 110px;
}
.modal .modal-dialog .modal-content .modal-header .logo img {
  max-width: 100%;
}
.modal .modal-dialog .modal-content .modal-header .close {
  margin-top: 0;
  position: absolute;
  top: 0;
  text-shadow: none;
  color: #fff;
  font-size: 40px;
  font-weight: 100 !important;
  z-index: 99;
}
.modal .modal-dialog .modal-content .modal-header .close:active,
.modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-body {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 768px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 50px;
  }
}
.modal .modal-dialog .modal-content .modal-body img {
  max-width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .text-area h3 {
  font-size: 22px;
  color: #5f2438;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-body .text-area p {
  margin: 0 0 15px;
  color: black;
  font-weight: 400;
}
#residenceModal .modal-dialog {
  background: none;
  margin: 0 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  #residenceModal .modal-dialog {
    margin: 0 auto;
  }
}
#residenceModal .modal-dialog .modal-content .modal-header {
  border: none;
  background: none;
  height: auto;
  line-height: 0;
}
#residenceModal .modal-dialog .modal-content .modal-header .close {
  color: #000;
}
#residenceModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.ani {
  animation-duration: 0.5s;
}
.in {
  animation-name: bounceIn;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.995);
  }
}
@keyframes left {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes right {
  0% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes up {
  0% {
    transform: translateY(300px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* 5. site styles 
    *  --------------  write yout site related styles here ------------ */
/* recaptcha scale down to mobile */
#g-recaptcha {
  transform: scale(0.77) !important;
  -webkit-transform: scale(0.77) !important;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
/* datepicker */
.date,
.dp {
  position: relative;
}
.date:after,
.dp:after {
  content: '';
  background-image: url(images/datepirckeribe.svg);
  position: absolute;
  pointer-events: none;
  right: 15px;
  top: 0;
  margin: auto;
  height: 9px;
  width: 15px;
  z-index: 66;
}
.date.date:after,
.dp.date:after {
  bottom: 0;
}
.date.dp:after,
.dp.dp:after {
  bottom: 10px;
}
.date .form-control[disabled],
.dp .form-control[disabled],
.date .form-control[readonly],
.dp .form-control[readonly],
.date fieldset[disabled] .form-control,
.dp fieldset[disabled] .form-control {
  background-color: #ffffff;
  cursor: pointer;
}
/* owl desktop nav */
.owl-nav button.disabled {
  display: none;
}
.owl-nav button.owl-prev span {
  padding: 0 10px 0 20px;
}
.owl-nav button.owl-prev span svg {
  right: auto;
  left: 8px;
}
.owl-nav button span {
  margin-top: 0 !important;
}
/* booking-mask */
.booking-mask {
  -webkit-box-shadow: inset 0px 3px 8px -3px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: inset 0px 3px 8px -3px rgba(0, 0, 0, 0.28);
  box-shadow: inset 0px 3px 8px -3px rgba(0, 0, 0, 0.28);
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: auto;
  background: #FFF;
  pointer-events: all;
  /* Rounded sliders */
}
.booking-mask .book-your-stay {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 60px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -6px;
  display: block;
  text-align: center;
  line-height: 50px;
  padding: 36px 0 30px;
}
.booking-mask .book-your-stay span {
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  display: block;
  letter-spacing: 1px;
}
.booking-mask .form-group {
  padding-bottom: 10px;
}
.booking-mask .form-control {
  color: #2a1515;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.booking-mask .flexiswitch,
.booking-mask .flexiswitch1 {
  text-align: left;
  font-size: 12px;
  height: 26px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
  margin-top: 15px;
}
.booking-mask .flexiswitch .flexitext,
.booking-mask .flexiswitch1 .flexitext {
  display: inline-block;
  vertical-align: top;
}
.booking-mask .flexiswitch1 .flexitext a {
  text-decoration: underline;
  color: #000;
}
.booking-mask .flexiswitch1 .flexitext a:hover {
  color: #5d2439;
}
.booking-mask .switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 16px;
  margin-bottom: 0;
  margin-right: 8px;
}
.booking-mask .switch input {
  display: none;
}
.booking-mask .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9c9fa4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.booking-mask .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.booking-mask input:checked + .slider {
  background-color: #5d2439;
}
.booking-mask input:focus + .slider {
  box-shadow: 0 0 1px #5d2439;
}
.booking-mask input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
.booking-mask .slider.round {
  border-radius: 26px;
}
.booking-mask .slider.round:before {
  border-radius: 50%;
}
.booking-mask ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2a1515;
  text-transform: uppercase;
  font-size: 13px;
}
.booking-mask ::-moz-placeholder {
  /* Firefox 19+ */
  color: #2a1515;
  text-transform: uppercase;
  font-size: 13px;
}
.booking-mask :-ms-input-placeholder {
  /* IE 10+ */
  color: #2a1515;
  text-transform: uppercase;
  font-size: 13px;
}
.booking-mask :-moz-placeholder {
  /* Firefox 18- */
  color: #2a1515;
  text-transform: uppercase;
  font-size: 13px;
}
.booking-mask .book-now {
  padding-top: 20px;
}
.booking-mask .book-now button {
  border: none;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
.booking-mask .brg {
  padding: 15px 0;
}
.booking-mask .brg a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
  color: #525050;
  font-weight: 600;
}
.booking-mask .brg i {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.booking-mask.booking-panel .widget {
  display: none;
}
.booking-mask .infomark {
  display: block;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 88;
}
.booking-mask .infomark .infoicon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #99cc00;
}
.booking-mask .infomark .infoicon:hover {
  fill: #739900;
}
.booking-mask .infobox {
  display: none;
  position: absolute;
  font-size: 12px;
  z-index: 88;
  top: 50px;
  left: 15px;
  right: 15px;
  background: #fffee7;
  padding: 14px 40px 14px 20px;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.12);
  width: 290px;
}
.booking-mask .infobox:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #d7d7d7 transparent;
  position: absolute;
  top: -7px;
  left: 5px;
}
.booking-mask .infobox a {
  text-decoration: underline;
}
/* owl nav */
.owl-nav button {
  height: 25px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.owl-nav button span {
  -webkit-box-shadow: 2px 6px 5px -2px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 2px 6px 5px -2px rgba(0, 0, 0, 0.38);
  box-shadow: 2px 6px 5px -2px rgba(0, 0, 0, 0.38);
}
.owl-nav button span:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 25px;
  z-index: -10;
}
.owl-nav button.owl-prev {
  left: -15px;
}
.owl-nav button.owl-prev span:before {
  border-style: solid;
  border-width: 10px 0 0 15px;
  border-color: #5d2439 transparent transparent transparent;
  left: 0;
}
.owl-nav button.owl-next {
  right: -15px;
}
.owl-nav button.owl-next span:before {
  border-style: solid;
  border-width: 10px 15px 0 0;
  border-color: #5d2439 transparent transparent;
  right: 0;
}
/* nav indicator */
.nav-indicator {
  position: relative;
  text-align: center;
  width: 40px;
  overflow: hidden;
  height: 11px;
  margin: auto;
  display: block;
}
.nav-indicator svg {
  position: absolute;
  height: 11px;
  top: 0;
  z-index: 77;
  left: -50%;
  fill: #7c7c7c;
  fill-rule: evenodd;
}
.nav-tube {
  list-style-type: none;
  padding-left: 0;
}
.nav-tube li {
  display: inline-block;
  vertical-align: top;
}
.nav-tube li a {
  text-transform: uppercase;
  color: #afafaf;
  font-size: 12px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  padding: 6px 30px 12px 28px;
  position: relative;
  text-decoration: none;
}
.nav-tube li a:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  background-color: #afafaf;
}
.nav-tube li a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: #743939 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.nav-tube .active a {
  color: #743939;
}
.nav-tube .active a:before {
  background-color: #743939;
}
.nav-tube .active a:after {
  content: "";
}
/* explore our hotels */
.explore-our-hotels {
  padding: 35px 0 60px 0;
  border-top: 1px solid #e8e8e8;
}
.explore-our-hotels #explore-our-hotels {
  margin-bottom: 18px;
  font-size: 0;
}
.explore-our-hotels #explore-our-hotels .item {
  display: block;
  position: relative;
}
.explore-our-hotels #explore-our-hotels .item .block {
  display: block;
  overflow: hidden;
}
.explore-our-hotels #explore-our-hotels .item .block div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 415px;
  width: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 520px;
  margin: auto;
}
.explore-our-hotels #explore-our-hotels .item .place-name {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.explore-our-hotels #explore-our-hotels .item .title {
  font-size: 24px;
  z-index: 5;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  color: #ffffff;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.explore-our-hotels #explore-our-hotels .item .title span {
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.explore-our-hotels #explore-our-hotels .item .links {
  position: absolute;
  z-index: 55;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.explore-our-hotels #explore-our-hotels .item:after,
.explore-our-hotels #explore-our-hotels .item:before {
  position: absolute;
  content: '';
  opacity: 0;
  pointer-events: none;
}
.h2 .smtext,
h2 .smtext {
  font-size: 18px;
  display: block;
  color: #5d2439;
  line-height: 14px;
}
/* special offers */
.why-book-with-us,
.chena-huts-bg,
.special-offers,
.feather-pattern {
  background: url(images/subtle_white_feathers.png) repeat transparent;
  padding-bottom: 30px;
  padding-top: 10px;
}
.why-book-with-us .white-bg,
.chena-huts-bg .white-bg,
.special-offers .white-bg,
.feather-pattern .white-bg {
  background: #ffffff;
  padding: 40px 0;
}
.why-book-with-us .white-inner,
.chena-huts-bg .white-inner,
.special-offers .white-inner,
.feather-pattern .white-inner {
  margin: 15px 0;
  padding: 0 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
}
.why-book-with-us .viewall,
.chena-huts-bg .viewall,
.special-offers .viewall,
.feather-pattern .viewall {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
}
.why-book-with-us #listing-carousel .owl-stage,
.chena-huts-bg #listing-carousel .owl-stage,
.special-offers #listing-carousel .owl-stage,
.feather-pattern #listing-carousel .owl-stage,
.why-book-with-us #special-offers .owl-stage,
.chena-huts-bg #special-offers .owl-stage,
.special-offers #special-offers .owl-stage,
.feather-pattern #special-offers .owl-stage {
  padding-top: 2px;
  padding-bottom: 15px;
}
.why-book-with-us.hotel-offers-parent,
.chena-huts-bg.hotel-offers-parent,
.special-offers.hotel-offers-parent,
.feather-pattern.hotel-offers-parent {
  padding-top: 40px;
  padding-bottom: 40px;
}
.why-book-with-us.hotel-offers-parent .seperator,
.chena-huts-bg.hotel-offers-parent .seperator,
.special-offers.hotel-offers-parent .seperator,
.feather-pattern.hotel-offers-parent .seperator,
.why-book-with-us.hotel-offers-parent .desktop-background,
.chena-huts-bg.hotel-offers-parent .desktop-background,
.special-offers.hotel-offers-parent .desktop-background,
.feather-pattern.hotel-offers-parent .desktop-background {
  display: none;
}
.why-book-with-us.hotel-offers-parent .hotel-offers-inner,
.chena-huts-bg.hotel-offers-parent .hotel-offers-inner,
.special-offers.hotel-offers-parent .hotel-offers-inner,
.feather-pattern.hotel-offers-parent .hotel-offers-inner {
  background: #ffffff;
  max-width: 620px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
  padding-bottom: 30px;
  padding-top: 10px;
}
.why-book-with-us.hotel-offers-parent .hotel-offers-inner .item,
.chena-huts-bg.hotel-offers-parent .hotel-offers-inner .item,
.special-offers.hotel-offers-parent .hotel-offers-inner .item,
.feather-pattern.hotel-offers-parent .hotel-offers-inner .item {
  max-width: 620px;
  padding: 0;
}
.why-book-with-us.hotel-offers-parent .hotel-offers-inner .item .item-inner,
.chena-huts-bg.hotel-offers-parent .hotel-offers-inner .item .item-inner,
.special-offers.hotel-offers-parent .hotel-offers-inner .item .item-inner,
.feather-pattern.hotel-offers-parent .hotel-offers-inner .item .item-inner {
  box-shadow: none;
  background: none;
}
.why-book-with-us .item,
.chena-huts-bg .item,
.special-offers .item,
.feather-pattern .item {
  padding: 15px;
  max-width: 530px;
  margin: auto;
}
.why-book-with-us .item .item-inner,
.chena-huts-bg .item .item-inner,
.special-offers .item .item-inner,
.feather-pattern .item .item-inner {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
}
.why-book-with-us .item .item-inner .img-holder,
.chena-huts-bg .item .item-inner .img-holder,
.special-offers .item .item-inner .img-holder,
.feather-pattern .item .item-inner .img-holder {
  overflow: hidden;
  position: relative;
  display: block;
}
.why-book-with-us .item .item-inner .img-holder:after,
.chena-huts-bg .item .item-inner .img-holder:after,
.special-offers .item .item-inner .img-holder:after,
.feather-pattern .item .item-inner .img-holder:after {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  z-index: 55;
  height: 60px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.why-book-with-us .item .item-inner .img-holder .title,
.chena-huts-bg .item .item-inner .img-holder .title,
.special-offers .item .item-inner .img-holder .title,
.feather-pattern .item .item-inner .img-holder .title {
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 56;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.why-book-with-us .item .item-inner .desc,
.chena-huts-bg .item .item-inner .desc,
.special-offers .item .item-inner .desc,
.feather-pattern .item .item-inner .desc {
  padding: 23px 20px 68px;
  min-height: 262px;
  position: relative;
}
.why-book-with-us .item .item-inner .desc .title,
.chena-huts-bg .item .item-inner .desc .title,
.special-offers .item .item-inner .desc .title,
.feather-pattern .item .item-inner .desc .title {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 400;
  min-height: 60px;
}
.why-book-with-us .item .item-inner .desc .title.caps,
.chena-huts-bg .item .item-inner .desc .title.caps,
.special-offers .item .item-inner .desc .title.caps,
.feather-pattern .item .item-inner .desc .title.caps {
  text-transform: uppercase;
  min-height: 50px;
}
.why-book-with-us .item .item-inner .desc .btn-bottom,
.chena-huts-bg .item .item-inner .desc .btn-bottom,
.special-offers .item .item-inner .desc .btn-bottom,
.feather-pattern .item .item-inner .desc .btn-bottom {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 30px;
  width: 150px;
  margin: auto;
  z-index: 55;
  border: 1px solid #5d2439;
  color: #5d2439;
}
.why-book-with-us .item .item-inner .desc .btn-bottom:hover,
.chena-huts-bg .item .item-inner .desc .btn-bottom:hover,
.special-offers .item .item-inner .desc .btn-bottom:hover,
.feather-pattern .item .item-inner .desc .btn-bottom:hover {
  color: #fff;
}
.why-book-with-us .item .item-inner .desc .new-btn-style,
.chena-huts-bg .item .item-inner .desc .new-btn-style,
.special-offers .item .item-inner .desc .new-btn-style,
.feather-pattern .item .item-inner .desc .new-btn-style {
  border: 1px solid #5d2439;
  color: #5d2439;
  margin-top: 10px;
  width: 150px !important;
}
.why-book-with-us .item .item-inner .desc .new-btn-style:hover,
.chena-huts-bg .item .item-inner .desc .new-btn-style:hover,
.special-offers .item .item-inner .desc .new-btn-style:hover,
.feather-pattern .item .item-inner .desc .new-btn-style:hover {
  background-color: #5d2439;
  color: #fff;
}
.why-book-with-us .item .item-inner .desc .red-style,
.chena-huts-bg .item .item-inner .desc .red-style,
.special-offers .item .item-inner .desc .red-style,
.feather-pattern .item .item-inner .desc .red-style {
  width: 150px !important;
  padding-top: 3px;
}
.why-book-with-us .item.attraction-block .img-holder,
.chena-huts-bg .item.attraction-block .img-holder,
.special-offers .item.attraction-block .img-holder,
.feather-pattern .item.attraction-block .img-holder {
  font-size: 0;
  position: relative;
}
.why-book-with-us .item.attraction-block .img-holder .block-holder,
.chena-huts-bg .item.attraction-block .img-holder .block-holder,
.special-offers .item.attraction-block .img-holder .block-holder,
.feather-pattern .item.attraction-block .img-holder .block-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 56;
}
.why-book-with-us .item.attraction-block .img-holder .block-holder .price-block,
.chena-huts-bg .item.attraction-block .img-holder .block-holder .price-block,
.special-offers .item.attraction-block .img-holder .block-holder .price-block,
.feather-pattern .item.attraction-block .img-holder .block-holder .price-block,
.why-book-with-us .item.attraction-block .img-holder .block-holder .time-block,
.chena-huts-bg .item.attraction-block .img-holder .block-holder .time-block,
.special-offers .item.attraction-block .img-holder .block-holder .time-block,
.feather-pattern .item.attraction-block .img-holder .block-holder .time-block {
  vertical-align: text-bottom;
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  height: 50px;
  font-family: 'ITCAvantGardeStd', Arial;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.why-book-with-us .item.attraction-block .img-holder .block-holder .price-block span,
.chena-huts-bg .item.attraction-block .img-holder .block-holder .price-block span,
.special-offers .item.attraction-block .img-holder .block-holder .price-block span,
.feather-pattern .item.attraction-block .img-holder .block-holder .price-block span,
.why-book-with-us .item.attraction-block .img-holder .block-holder .time-block span,
.chena-huts-bg .item.attraction-block .img-holder .block-holder .time-block span,
.special-offers .item.attraction-block .img-holder .block-holder .time-block span,
.feather-pattern .item.attraction-block .img-holder .block-holder .time-block span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.why-book-with-us .item.attraction-block .img-holder .block-holder .price-block,
.chena-huts-bg .item.attraction-block .img-holder .block-holder .price-block,
.special-offers .item.attraction-block .img-holder .block-holder .price-block,
.feather-pattern .item.attraction-block .img-holder .block-holder .price-block {
  background: #d72928;
}
.why-book-with-us .item.attraction-block .img-holder .block-holder .time-block,
.chena-huts-bg .item.attraction-block .img-holder .block-holder .time-block,
.special-offers .item.attraction-block .img-holder .block-holder .time-block,
.feather-pattern .item.attraction-block .img-holder .block-holder .time-block {
  background: #343434;
}
.why-book-with-us .item.attraction-block .desc,
.chena-huts-bg .item.attraction-block .desc,
.special-offers .item.attraction-block .desc,
.feather-pattern .item.attraction-block .desc {
  padding: 35px 30px 115px;
}
.why-book-with-us .item.attraction-block .desc .btn-parent a,
.chena-huts-bg .item.attraction-block .desc .btn-parent a,
.special-offers .item.attraction-block .desc .btn-parent a,
.feather-pattern .item.attraction-block .desc .btn-parent a {
  width: 125px;
  text-align: center;
}
.why-book-with-us .item.attraction-block .desc .btn-parent a.red,
.chena-huts-bg .item.attraction-block .desc .btn-parent a.red,
.special-offers .item.attraction-block .desc .btn-parent a.red,
.feather-pattern .item.attraction-block .desc .btn-parent a.red {
  margin-top: 10px;
}
.special-offers .owl-item.active .owl-lazy {
  opacity: 1;
}
.special-offers .owl-item .grow img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.special-offers .owl-carousel .owl-stage {
  display: flex;
}
.special-offers .owl-carousel .owl-item img {
  width: auto;
  height: 100%;
}
.feather-pattern {
  padding: 45px 0 30px;
  margin: 0 auto 25px auto;
  max-width: 1920px;
  width: 100%;
}
.special-offers .item .item-inner .desc .btn-bottom {
  min-width: 150px;
  color: #5d2439;
  border: 1px solid #5d2439;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.special-offers .item .item-inner .desc .btn-bottom svg {
  display: none;
}
.special-offers .item .item-inner .desc .btn-bottom:hover {
  color: #fff;
}
.owl-carousel.off {
  display: block;
}
.chena-huts-bg {
  padding: 40px 15px;
}
.chena-huts-bg .white-box {
  border: 5px solid #ebebeb;
  background-color: #fff;
  padding: 20px;
}
.chena-huts-bg .white-box .heading {
  font-size: 26px;
  line-height: 30px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  color: #5d2439;
  text-transform: uppercase;
  text-align: center;
}
.chena-huts-bg .white-box .ul-list ul {
  list-style-image: url(images/tick.png);
}
.chena-huts-bg .white-box .ul-list ul li {
  font-size: 14px;
  line-height: 22px;
  color: #737373;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  margin-top: 10px;
}
.chena-huts-bg .white-box .red-box {
  text-align: center;
  background-color: #5d2439;
  padding: 30px;
  margin-top: 35px;
}
.chena-huts-bg .white-box .red-box .heading-box .text {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
}
.chena-huts-bg .white-box .red-box .list-details {
  text-align: left;
  max-width: 165px;
  margin: 0 auto;
}
.chena-huts-bg .white-box .red-box .list-details .section-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
  font-size: 0;
}
.chena-huts-bg .white-box .red-box .list-details .section-box .svg-wrap {
  width: 35px;
  height: 35px;
  background-color: #743939;
  border-radius: 100%;
  text-align: center;
  padding-top: 8px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.chena-huts-bg .white-box .red-box .list-details .section-box span {
  color: #b66464;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 55px);
}
/* discover & instagram */
.instagram {
  padding-bottom: 40px;
}
.discover,
.instagram {
  padding-top: 30px;
  padding-bottom: 35px;
}
.discover.hotel-discover,
.instagram.hotel-discover {
  margin-bottom: 40px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 60px;
}
.discover #discover,
.instagram #discover,
.discover #instagram,
.instagram #instagram {
  padding: 5px 0 20px;
}
.discover #discover .item,
.instagram #discover .item,
.discover #instagram .item,
.instagram #instagram .item {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  margin: auto;
  position: relative;
  vertical-align: top;
}
.discover #discover .item img,
.instagram #discover .item img,
.discover #instagram .item img,
.instagram #instagram .item img {
  width: 100%;
  display: none;
}
.discover #discover .item .title,
.instagram #discover .item .title,
.discover #instagram .item .title,
.instagram #instagram .item .title {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  color: #ffffff;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.discover #discover .item .title span,
.instagram #discover .item .title span,
.discover #instagram .item .title span,
.instagram #instagram .item .title span {
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.discover #discover .item .hashtag,
.instagram #discover .item .hashtag,
.discover #instagram .item .hashtag,
.instagram #instagram .item .hashtag {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 8px 10px;
  z-index: 44;
}
.discover #discover .item .hashtag svg,
.instagram #discover .item .hashtag svg,
.discover #instagram .item .hashtag svg,
.instagram #instagram .item .hashtag svg {
  vertical-align: top;
  margin-right: 10px;
  fill: #ffffff;
}
.discover #discover .item .hashtag:before,
.instagram #discover .item .hashtag:before,
.discover #instagram .item .hashtag:before,
.instagram #instagram .item .hashtag:before {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 60px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.discover #discover .item .extlink,
.instagram #discover .item .extlink,
.discover #instagram .item .extlink,
.instagram #instagram .item .extlink {
  opacity: 0;
  display: block;
  top: 0;
  position: absolute;
  bottom: 0;
  width: 0;
  left: 0;
  right: 0;
  z-index: 77;
  margin: auto;
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.discover #instagram .item,
.instagram #instagram .item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 90%;
}
.discover .seperator,
.instagram .seperator,
.discover p,
.instagram p,
.discover .btn-primary,
.instagram .btn-primary {
  display: none;
}
/* why book with us */
.why-book-with-us {
  padding-top: 35px;
}
.why-book-with-us h2 {
  padding-top: 35px;
}
.why-book-with-us .white-inner {
  padding-bottom: 40px;
}
.why-book-with-us .wbwu-box {
  display: block;
  padding: 30px 10px 20px;
  border-bottom: 1px solid #d4d4d4;
}
.why-book-with-us .wbwu-box .title {
  text-transform: uppercase;
  font-weight: 500;
  color: #5d2439;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
}
.why-book-with-us .wbwu-box .title svg {
  fill: #bf3635;
  vertical-align: top;
  margin-right: 5px;
}
.why-book-with-us .wbwu-box:last-of-type {
  border: none;
}
.why-book-with-us .wbwu-box p a {
  text-decoration: underline;
}
/* blog section */
.blog-section {
  padding-top: 30px;
  padding-bottom: 50px;
}
.blog-section .viewall {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  vertical-align: top;
}
.blog-section #blogsection .item {
  padding: 15px;
  max-width: 530px;
  margin: auto;
}
.blog-section #blogsection .item img {
  margin: auto;
  width: 100%;
  /* just to streach images - remove if needed */
}
.blog-section #blogsection .item .img-holder {
  overflow: hidden;
  position: relative;
  display: block;
}
.blog-section #blogsection .item .img-holder .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 56;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.blog-section #blogsection .item .img-holder .title span {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  background: #bf3535;
  padding: 5px 10px;
  vertical-align: top;
  text-transform: uppercase;
}
.blog-section #blogsection .item .desc {
  padding: 23px 20px 68px;
  min-height: 168px;
  position: relative;
}
.blog-section #blogsection .item .desc .title {
  color: #3f3f3f;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 400;
  min-height: 42x;
}
.blog-section #blogsection .item .desc .title.caps {
  text-transform: uppercase;
  min-height: 50px;
}
.blog-section #blogsection .item .desc .posted-date {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
}
.blog-section #blogsection .item .desc .btn-bottom {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 30px;
  width: 150px;
  margin: auto;
  z-index: 55;
}
/* rooms */
.rooms {
  margin-top: 25px;
}
.rooms #thumbs {
  margin-top: 1px;
  display: none;
  position: relative;
}
.rooms #thumbs .item {
  height: 168px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rooms .nav-indicator.big {
  margin-top: 18px;
}
.rooms .room-details {
  padding: 40px 0 0;
}
.rooms .room-details .block {
  color: #3d3d3d;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 500;
  border-bottom: 1px solid #ececec;
  line-height: 36px;
  padding: 12px 0 18px;
  display: block;
}
.rooms .room-details .block:last-of-type {
  border-bottom: none;
}
.rooms .room-details .block span {
  color: #8f8f8f;
  font-size: 10px;
  line-height: 10px;
  display: block;
}
.rooms .facilities {
  border: 5px solid #e2e2e2;
  padding: 15px 40px 10px;
  margin-top: 40px;
}
.rooms .facilities ul {
  padding-top: 8px;
  font-size: 0;
  padding-left: 0;
}
.rooms .facilities ul li {
  line-height: 30px;
  font-size: 12px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 500;
  color: #3d3d3d;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.rooms .facilities ul li:before {
  content: '\002022';
  position: absolute;
  top: 0;
  left: -14px;
  font-size: 14px;
}
.rooms .floor-plan {
  margin-top: 35px;
}
.rooms .floor-plan .map-parent {
  background: #eeeeee;
  padding: 20px 10px;
}
.rooms .floor-plan .map-parent a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  outline: none;
}
.rooms .floor-plan .map-parent a span {
  width: 21px;
  background: #bdbdbd;
  padding: 4px;
  display: block;
  height: 21px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 33;
  pointer-events: none;
}
.rooms .floor-plan .map-parent a span svg {
  fill: #ffffff;
  display: inline-block;
  vertical-align: top;
}
.rooms .link-promotion-box {
  position: relative;
  margin-top: 60px;
}
.rooms .link-promotion-box .btn-primary {
  margin-top: 0;
}
.rooms .link-promotion-box .title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 10px;
}
.rooms .link-promotion-box a,
.rooms .link-promotion-box .title {
  z-index: 66;
  position: relative;
}
.rooms .explore-more {
  border-top: 1px solid #ececec;
  margin-top: 60px;
  padding-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
.rooms .explore-more #explore-more-carousel {
  padding-top: 5px;
  padding-bottom: 30px;
}
.rooms .explore-more #explore-more-carousel .owl-stage {
  margin: 0 auto;
}
.rooms .explore-more #explore-more-carousel .item .title {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 30px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 500;
  min-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.rooms .explore-more #explore-more-carousel .item a:hover {
  text-decoration: none;
}
/* accommodation */
.accommodation {
  margin-bottom: 60px;
}
.accommodation #accommodation {
  margin-bottom: 20px;
}
.accommodation .trigger-tabs {
  display: none;
}
.accommodation .item ul,
.accommodation .trigger-tabs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.accommodation .item .roomtype,
.accommodation .trigger-tabs .roomtype,
.accommodation .item ul li a,
.accommodation .trigger-tabs ul li a {
  background: #5d2439;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  display: block;
  text-decoration: none;
}
.accommodation .item .roomtype:hover,
.accommodation .trigger-tabs .roomtype:hover,
.accommodation .item ul li a:hover,
.accommodation .trigger-tabs ul li a:hover,
.accommodation .item .roomtype.active,
.accommodation .trigger-tabs .roomtype.active,
.accommodation .item ul li a.active,
.accommodation .trigger-tabs ul li a.active {
  background: #743939;
}
.accommodation .item .roomtype,
.accommodation .trigger-tabs .roomtype {
  background: #743939;
}
.accommodation .item .block,
.accommodation .trigger-tabs .block {
  height: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.accommodation .item .desc-parent .title,
.accommodation .trigger-tabs .desc-parent .title {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  line-height: 14px;
  font-weight: 300;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 500;
  padding: 20px 0 15px;
  text-transform: uppercase;
}
.accommodation .item .desc-parent .title span,
.accommodation .trigger-tabs .desc-parent .title span {
  display: block;
  line-height: 28px;
  font-size: 24px;
}
/* gallery */
.gallery {
  margin: 22px auto 0 auto;
  max-width: 530px;
}
.gallery .title {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 500;
  display: block;
  background: #afafaf;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 15px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.gallery .title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.gallery .title.open:after {
  border-width: 0 4.5px 4px 4.5px;
  border-color: transparent transparent #ffffff transparent;
}
.gallery .nav-tabs {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.gallery .nav-tabs li {
  border-top: 1px solid #ffffff;
}
.gallery .nav-tabs li a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 500;
  background: #afafaf;
  padding: 0 15px;
  outline: none;
}
.gallery .nav-tabs li a:hover {
  background: #743939;
  text-decoration: none;
}
.gallery .nav-tabs li.active a {
  background: #743939;
}
.gallery .tab-content {
  margin-top: 30px;
}
.gallery .tab-content .tab-pane .img-holder,
.gallery .tab-content .tab-pane .thumb-holder {
  overflow: hidden;
  display: block;
  float: left;
  width: calc(100% - 2px);
}
.gallery .tab-content .tab-pane .img-holder {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.gallery .tab-content .tab-pane .thumb-holder .img-holder {
  width: calc(50%);
}
/* form */
.link-wrap {
  margin-bottom: 35px;
}
.link-wrap a {
  display: block;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  background: #afafaf;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.link-wrap a.active,
.link-wrap a:hover {
  background: #743939;
}
/* map */
.map-parent {
  position: relative;
}
.map-parent .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 55;
}
#map {
  height: 400px;
  margin-bottom: 60px;
}
#map .map-content {
  text-align: left;
  font-size: 0;
  display: table;
  padding: 10px 10px;
}
#map .map-content .img-holder,
#map .map-content .description {
  font-size: 11px;
  display: table-cell;
  vertical-align: top;
}
#map .map-content .description {
  line-height: 16px;
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.hotel-map {
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
}
.hotel-map #map {
  margin-bottom: 10px;
}
.hotel-map .details {
  position: absolute;
  bottom: 46px;
  z-index: 66;
  left: 0;
  right: 0;
  text-align: center;
}
.hotel-map .details .contact-details .block {
  display: none;
  position: relative;
}
.hotel-map .details .contact-details .block a,
.hotel-map .details .contact-details .block span {
  color: #5d2439;
  font-size: 12px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.hotel-map .details .contact-details .block:after {
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,c18383+50,000000+100&0+0,1+50,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #c18383 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #c18383 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #c18383 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  width: 180px;
  margin: auto;
}
.hotel-map .details .contact-details .block:last-of-type:after {
  background: none;
}
.hotel-map .details .btn-primary {
  height: 50px;
  line-height: 50px;
  margin: auto;
  width: 250px;
}
.hotel-map .details .btn-primary svg {
  right: 68px;
}
/* ta code - review */
.certifications-review {
  padding-bottom: 40px;
}
.certifications-review #CDSWIDSSP {
  width: 100% !important;
  margin: 0;
}
.certifications-review .box {
  border: 1px solid #589442;
  margin-bottom: 20px;
  max-width: 290px;
  margin: auto auto 20px;
  min-height: 300px;
}
.certifications-review .box #certificates {
  padding: 40px 0;
}
.certifications-review .box #certificates .item img {
  display: inline-block;
  height: 110px;
}
.certifications-review .box .nav-indicator {
  margin-bottom: 20px;
}
/* spa- dining */
.hotel-discover.hotel-padding {
  padding-bottom: 10px;
  border-bottom: none;
}
.option-style .btn-primary {
  border: 1px solid #5d2439;
  color: #5d2439;
}
.option-style .btn-primary:hover {
  color: #fff;
}
/* spa- dining */
.dining-padding.dining-spa {
  padding-bottom: 0;
}
.dining-spa {
  padding: 60px 0px 60px;
}
.dining-spa .box {
  border: 5px solid #f3f3f3;
  padding: 0 30px 30px 30px;
  max-width: 620px;
  margin: auto;
}
.dining-spa .box .img-holder {
  font-size: 0;
  margin: -5px -35px 0 -35px;
  display: block;
  overflow: hidden;
}
.dining-spa .box .img-holder .thumb {
  height: 380px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dining-spa .box .img-holder .thumb:last-of-type {
  display: none;
}
.dining-spa .box .description {
  margin-top: 5px;
}
.dining-spa .box .description .seperator {
  display: none;
}
.dining-spa .box .description .btn-primary {
  margin-top: 22px;
  border: 1px solid #5d2439;
  color: #5d2439;
  min-width: 130px;
}
.dining-spa .spa .box {
  margin-bottom: 30px;
}
.optional-details {
  border: 5px solid #bebebe;
  padding: 8px 20px 22px;
  margin-top: 40px;
}
.optional-details h4 {
  margin-bottom: 15px;
}
.optional-details .btn-primary {
  margin-top: 0;
}
.optional-details .highlight-section {
  background: #5d2439;
  padding: 5px 15px 20px;
  margin-top: 30px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 8px;
}
.optional-details .highlight-section * {
  color: #ffffff;
}
.optional-details .highlight-section h4 {
  margin-bottom: 8px;
}
/* footer */
.light-bg {
  background: #5d2439;
}
.dark-bg {
  background: #5d2439;
}
.footer {
  padding-top: 28px;
}
.footer .light-bg {
  background: #6C2E45;
}
.footer .subscribe {
  color: #5d2439;
  font-size: 24px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  line-height: 34px;
  text-transform: uppercase;
}
.footer .subscribe span {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #28161d;
  letter-spacing: 0;
  display: block;
  line-height: 8px;
}
.footer .subscribe-parent {
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 500px;
  margin: auto;
}
.footer .subscribe-parent input {
  border: 3px solid #c1c1c1;
  height: 50px;
  width: 100%;
  outline: none;
  padding: 12px 18px;
  color: #3a3a3a;
  font-size: 13px;
}
.footer .subscribe-parent input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c3c3c3;
  text-transform: uppercase;
  font-size: 11px;
}
.footer .subscribe-parent input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c3c3c3;
  text-transform: uppercase;
  font-size: 11px;
}
.footer .subscribe-parent input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c3c3c3;
  text-transform: uppercase;
  font-size: 11px;
}
.footer .subscribe-parent input:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c3c3;
  text-transform: uppercase;
  font-size: 11px;
}
.footer .subscribe-parent button {
  width: 100%;
  height: 50px;
  border: none;
  margin-top: 4px;
  background-color: #5d2439;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-left: 0;
  margin-right: 0;
}
.footer .subscribe-parent button span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 50px;
  height: 50px;
  padding-right: 25px;
  margin-top: -2px;
}
.footer .light-bg {
  padding-top: 35px;
  padding-bottom: 6px;
}
.footer .light-bg .address {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  line-height: 25px;
}
.footer .light-bg .address span:first-child,
.footer .light-bg .address span:last-of-type {
  display: block;
}
.footer .light-bg .block-parent .block {
  display: block;
  padding: 30px 0 34px;
  font-size: 12px;
  color: #ffffff;
  position: relative;
}
.footer .light-bg .block-parent .block:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 102px;
  background: #5d2439;
  left: 0;
  right: 0;
  margin: auto;
}
.footer .light-bg .block-parent .block span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  padding-bottom: 25px;
  padding-top: 0;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer .light-bg .block-parent .block a {
  color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 20px;
  padding-top: 1px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
}
.footer .light-bg .block-parent .block a:last-of-type {
  margin-bottom: 0;
}
.footer .light-bg .block-parent .block a:hover {
  color: #c18282;
  text-decoration: none;
}
.footer .light-bg .block-parent .block .fax {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  line-height: 12px;
  padding-bottom: 0;
  padding-top: 1px;
}
.footer .light-bg .block-parent .block .link-wrapper {
  padding-bottom: 0;
}
.footer .light-bg .block-parent .block:last-of-type:after {
  background: none;
}
.footer .dark-bg .social-links {
  font-size: 0;
  max-width: 370px;
  margin: auto;
}
.footer .dark-bg .social-links a {
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  width: 20%;
}
.footer .dark-bg .social-links a svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin: 17px 0;
}
.footer .dark-bg .social-links a:hover svg {
  fill: #c18282;
}
.footer .credits-and-copyrights {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .credits-and-copyrights .copyrights span,
.footer .credits-and-copyrights .credits span,
.footer .credits-and-copyrights .bottom-menu li a {
  font-size: 11px;
  line-height: 20px;
  color: #585858;
}
.footer .credits-and-copyrights .copyrights span span,
.footer .credits-and-copyrights .credits span span,
.footer .credits-and-copyrights .bottom-menu li a span {
  display: block;
}
.footer .credits-and-copyrights .bottom-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .credits-and-copyrights .bottom-menu li a {
  display: inline-block;
  padding: 10px 12px;
  vertical-align: top;
}
/* Download section */
.media-parent {
  border-top: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.media-parent .download-wrapper {
  font-size: 0;
  border-bottom: 1px solid #ebebeb;
  padding-top: 25px;
}
.media-parent .download-wrapper a {
  display: block;
  padding: 25px 0 40px 0;
  text-decoration: none;
  color: #000;
}
.media-parent .download-wrapper a svg {
  margin: auto;
  display: block;
}
.media-parent .download-wrapper a span {
  padding: 20px 0 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}
.media-parent .download-wrapper a .dlchover {
  position: absolute;
  display: none;
  opacity: 0;
  top: -200px;
  left: 5px;
  right: 5px;
  bottom: 30px;
  border: 2px solid #ebebeb;
  background: #FFF;
  padding: 20px 30px;
  line-height: 14px;
  transition: all 0.2s;
  margin: auto;
  display: block;
  height: 0;
}
.media-parent .download-wrapper a .dlchover svg {
  margin-top: 10px;
}
/* awards andaffiliations */
.awards-affiliations {
  padding-bottom: 45px;
}
.awards-affiliations #awards-affiliations {
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
}
.awards-affiliations #awards-affiliations .owl-stage {
  margin: auto;
}
.awards-affiliations #awards-affiliations .item {
  text-align: center;
}
.awards-affiliations #awards-affiliations .item img {
  display: inline-block;
  vertical-align: top;
}
/* chrome specific hacks */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .footer .subscribe-parent button span,
  .hotel-map .details .btn-primary {
    line-height: 49px;
    background-color: #5d2439;
    color: #fff;
    border: none;
  }
  .hotel-map .btn-primary svg {
    top: 1px;
  }
}
/* --------------  write yout site related styles here ------------ */
/* 6. image styles */
.alignnone {
  margin: 25px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 25px auto 5px auto;
}
.alignright {
  float: right;
  margin: 25px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 25px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 25px 0 20px 20px;
}
a img.alignnone {
  margin: 25px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 25px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bk-cancelation-policies table tr {
  display: block;
  margin-bottom: 30px;
}
.bk-cancelation-policies table tr td {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  background: #FFF;
  color: #5e3537;
  border: 3px solid #c1c1c1;
  border-top: none;
}
.bk-cancelation-policies table tr td p {
  font-size: 12px;
}
.bk-cancelation-policies table tr td:first-child {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  border-top: 3px solid #c1c1c1;
}
.margin-left-30 {
  margin-left: 30px;
}
#big-images .owl-item img {
  width: 100%;
}
#hotel-special-offers .item-inner img {
  width: 100%;
}
.c-popup .modal-header .close {
  background-color: transparent;
  border: none;
  font-weight: 400;
}
/*.pop-img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    .pop-close{
        font-size: 25px;
        color: #fff;
        font-weight: 100;
        position: absolute;
        top: 10px;
        background: rgba(0,0,0,0.5);
        padding: 2px 9px 6px;
        line-height: 1;
        right: 10px;
        cursor: pointer;
    }
    .img-wrap{
        text-align: center;
        max-width: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 15px;
        img{
            max-width: 100%;
        }
    }
    }*/
/* 7. media queries */
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .feather-pattern .item.attraction-block .desc .btn-parent .new-btn-style {
    margin-top: 0;
  }
  .booking-mask {
    top: -50px;
    bottom: 0;
    height: 440px;
    overflow: visible;
    margin: auto;
    width: 640px;
    font-size: 0;
    left: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.12);
    max-height: 750px;
  }
  .booking-mask .infobox {
    top: -26px;
    left: 50px;
    width: 380px;
  }
  .booking-mask .infobox:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #d7d7d7 transparent transparent;
    bottom: 0;
    margin: auto;
    left: -7px;
  }
  .booking-mask.booking-panel .close-btn {
    display: block;
  }
  .booking-mask .book-inner {
    height: 400px;
    text-align: center;
  }
  .booking-mask .form-group {
    display: inline-block;
    vertical-align: top;
  }
  .booking-mask .form-group.flexiswitch,
  .booking-mask .form-group.flexiswitch1 {
    display: inline-block;
    vertical-align: top;
  }
  .booking-mask .form-group.flexiswitch1 {
    margin-left: 20px;
  }
  .booking-mask .form-group.property,
  .booking-mask .form-group.country,
  .booking-mask .form-group.promocode {
    width: 50%;
  }
  .booking-mask .form-group.checkin,
  .booking-mask .form-group.checkout {
    width: 25%;
  }
  .booking-mask .form-group.year,
  .booking-mask .form-group.month,
  .booking-mask .form-group.ndate {
    width: 33.33%;
  }
  .booking-mask .form-group.checkin,
  .booking-mask .form-group.year {
    padding-right: 5px;
  }
  .booking-mask .form-group.checkin:after,
  .booking-mask .form-group.year:after {
    right: 20px;
  }
  .booking-mask .form-group.month {
    padding: 0 5px;
  }
  .booking-mask .form-group.checkout,
  .booking-mask .form-group.ndate {
    padding-left: 5px;
  }
  .booking-mask .form-group.property,
  .booking-mask .form-group.country {
    padding-right: 10px;
  }
  .booking-mask .form-group.book-now,
  .booking-mask .form-group.brg,
  .booking-mask .form-group.nic {
    width: 100%;
  }
  .booking-mask .form-group.book-now button,
  .booking-mask .form-group.brg button,
  .booking-mask .form-group.nic button {
    width: 240px;
    margin: auto;
  }
  .booking-mask .alert {
    position: absolute;
    top: 40px;
    z-index: 99;
    right: 0;
    left: 0;
    border-radius: 0;
  }
  .explore-our-hotels {
    margin: 0 -2px;
  }
  .explore-our-hotels #explore-our-hotels {
    margin-bottom: 0;
  }
  .explore-our-hotels #explore-our-hotels .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 2px;
  }
  .explore-our-hotels #explore-our-hotels .item .title,
  .explore-our-hotels #explore-our-hotels .item .links {
    left: 2px;
    right: 2px;
  }
  .explore-our-hotels .nav-indicator {
    display: none;
  }
  .special-offers.hotel-offers-parent .hotel-offers-inner h2 {
    margin-bottom: 20px;
  }
  .special-offers h2,
  .special-offers .h2 {
    margin-bottom: 5px;
  }
  .special-offers .viewall {
    position: absolute;
    right: 15px;
    top: 48px;
  }
  .feather-pattern {
    padding: 45px 0;
  }
  .feather-pattern .white-inner {
    padding: 35px 60px 0 60px;
  }
  .feather-pattern #listing-carousel {
    font-size: 0;
  }
  .feather-pattern .list-item {
    vertical-align: top;
    display: inline-block;
    width: 50%;
  }
  .feather-pattern .nav-indicator {
    display: none;
  }
  .feather-pattern .item.attraction-block .desc {
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .feather-pattern .item.attraction-block .desc .btn-parent {
    font-size: 0;
    width: auto;
    text-align: center;
  }
  .feather-pattern .item.attraction-block .desc .btn-parent a {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .feather-pattern .item.attraction-block .desc .btn-parent a.red {
    margin-left: 10px;
    margin-top: 0;
  }
  .rooms #thumbs {
    display: block;
  }
  .rooms .room-details {
    font-size: 0;
  }
  .rooms .room-details .block {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    position: relative;
  }
  .rooms .room-details .block:after {
    content: '';
    width: 1px;
    height: 47px;
    position: absolute;
    right: 0;
    top: 15px;
    background: #ececec;
  }
  .rooms .room-details .block:last-of-type:after {
    background: none;
  }
  .rooms .facilities {
    padding-left: 0;
    padding-right: 0;
  }
  .rooms .facilities ul {
    position: relative;
  }
  .rooms .facilities ul li {
    width: calc(50% - 70px);
    margin-left: 70px;
  }
  .rooms .facilities ul:after {
    content: '';
    background: #ececec;
    width: 1px;
    top: 15px;
    bottom: 10px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
  }
  .rooms .floor-plan .map-parent {
    padding: 40px 10px;
  }
  .rooms .explore-more {
    padding-bottom: 60px;
  }
  .discover #discover,
  .instagram #discover {
    font-size: 0;
    padding-bottom: 0;
  }
  .discover #discover .item,
  .instagram #discover .item {
    max-width: 550px;
  }
  .discover #discover .item.block-1,
  .instagram #discover .item.block-1,
  .discover #discover .item.block-2,
  .instagram #discover .item.block-2,
  .discover #discover .item.block-3,
  .instagram #discover .item.block-3,
  .discover #discover .item.block-4,
  .instagram #discover .item.block-4 {
    width: 25%;
    padding-right: 1px;
    padding-bottom: 1px;
  }
  .discover #discover .item.block-5,
  .instagram #discover .item.block-5 {
    width: 50%;
    padding-right: 1px;
  }
  .discover #discover .item.block-3,
  .instagram #discover .item.block-3,
  .discover #discover .item.block-4,
  .instagram #discover .item.block-4 {
    margin-top: 25%;
    padding-bottom: 0;
  }
  .discover #discover .item.block-3,
  .instagram #discover .item.block-3 {
    margin-left: -50%;
  }
  .discover #instagram,
  .instagram #instagram {
    font-size: 0;
  }
  .discover #instagram .item,
  .instagram #instagram .item {
    width: calc(33.33% - 4px);
    margin: 2px;
    padding-top: 33%;
  }
  .discover #instagram .item .hashtag,
  .instagram #instagram .item .hashtag {
    left: 0;
    right: 0;
  }
  .discover .nav-indicator,
  .instagram .nav-indicator {
    display: none;
  }
  .link-wrap {
    font-size: 0;
  }
  .link-wrap a {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 1px);
    -webkit-border-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .link-wrap a:first-child {
    margin-right: 1px;
  }
  .link-wrap a:last-child {
    margin-right: 0;
  }
  .accommodation {
    margin-bottom: 40px;
  }
  .accommodation .trigger-tabs {
    display: block;
  }
  .accommodation .trigger-tabs ul {
    font-size: 0;
  }
  .accommodation .trigger-tabs ul li {
    display: inline-block;
    vertical-align: top;
    /* one item */
    /* two items */
    /* three items */
    /* four items */
    /* five items */
  }
  .accommodation .trigger-tabs ul li:first-child:nth-last-child(1) {
    width: 100%;
  }
  .accommodation .trigger-tabs ul li:first-child:nth-last-child(2),
  .accommodation .trigger-tabs ul li:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
  .accommodation .trigger-tabs ul li:first-child:nth-last-child(3),
  .accommodation .trigger-tabs ul li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
  }
  .accommodation .trigger-tabs ul li:first-child:nth-last-child(4),
  .accommodation .trigger-tabs ul li:first-child:nth-last-child(4) ~ li {
    width: 25%;
  }
  .accommodation .trigger-tabs ul li:first-child:nth-last-child(5),
  .accommodation .trigger-tabs ul li:first-child:nth-last-child(5) ~ li {
    width: 20%;
  }
  .accommodation .item .roomtype {
    display: none;
  }
  .accommodation .item .block {
    height: 360px;
  }
  .accommodation .nav-indicator {
    display: none;
  }
  .gallery {
    max-width: 100%;
  }
  .gallery .title {
    display: none;
  }
  .gallery .nav-tabs {
    display: block !important;
    font-size: 0;
    text-align: center;
  }
  .gallery .nav-tabs li {
    display: inline-block;
    vertical-align: top;
    width: 16.666%;
    padding-right: 1px;
  }
  .gallery .nav-tabs li a {
    text-align: center;
  }
  .gallery .tab-content .tab-pane {
    margin: -2px;
  }
  .gallery .tab-content .tab-pane .img-holder,
  .gallery .tab-content .tab-pane .thumb-holder {
    width: calc(50% - 2px);
  }
  .certifications-review .box {
    max-width: 590px;
  }
  .certifications-review .box #certificates {
    max-width: 350px;
    margin: auto;
  }
  .hotel-map .details {
    bottom: 50px;
    left: auto;
    right: 30px;
    top: 40px;
    background: #FFF;
  }
  .hotel-map .details .contact-details {
    padding-top: 8px;
  }
  .hotel-map .details .contact-details .block {
    display: block;
    width: 250px;
  }
  .hotel-map .details .contact-details .block .label {
    font-size: 14px;
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
    display: block;
    margin: 0;
    padding: 18px 0 5px;
  }
  .hotel-map #map {
    height: 560px;
  }
  .dining-spa .box .img-holder {
    margin-right: -36px;
  }
  .dining-spa .box .img-holder .thumb {
    width: calc(50% - 1px);
    margin-right: 1px;
  }
  .dining-spa .box .img-holder .thumb:last-of-type {
    display: inline-block;
  }
  .footer .subscribe-parent {
    font-size: 0;
  }
  .footer .subscribe-parent input {
    width: calc(100% - 124px);
    display: inline-block;
    vertical-align: top;
  }
  .footer .subscribe-parent button {
    margin-top: 0;
    margin-left: 4px;
    width: 120px;
    padding-left: 14px;
    padding-right: 0;
  }
  .footer .credits-and-copyrights .copyrights span span {
    display: inline-block;
    vertical-align: middle;
  }
  .footer .credits-and-copyrights .bottom-menu {
    font-size: 0;
  }
  .footer .credits-and-copyrights .bottom-menu li {
    display: inline-block;
    vertical-align: top;
  }
  .media-parent .download-wrapper a {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .media-parent .download-wrapper a:after {
    content: '';
    position: absolute;
    top: 25px;
    height: 60px;
    background: #ebebeb;
    width: 1px;
    right: 0;
  }
  .media-parent .download-wrapper a:last-child:after {
    background: none;
  }
  .bk-cancelation-policies table tr {
    display: table-row;
    margin-bottom: 0;
  }
  .bk-cancelation-policies table tr td {
    display: table-cell;
    width: auto;
    border-top: 3px solid #c1c1c1;
  }
  .bk-cancelation-policies table tr td:first-child {
    width: 200px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 11px 40px;
  }
  .direction-map .direction-box {
    margin-top: 50px;
  }
  .attractions-area-itinerary .bg-ash-bg {
    background: url(images/ash-bg.jpg);
    padding: 50px 0 30px;
  }
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block {
    margin-bottom: 20px;
  }
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap {
    width: 430px;
    float: left;
    position: relative;
  }
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .img-block {
    height: 460px;
  }
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .text-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .text-wrapper .red-wrapper,
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .img-wrap .text-wrapper .black-wrapper {
    display: inline-block;
    width: auto;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main {
    width: calc(100% - 430px);
    float: left;
    padding: 60px 50px 70px 50px;
    text-align: left;
    position: relative;
    min-height: 460px;
  }
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main .btn-wrapper-new {
    position: absolute;
    left: 50px;
    bottom: 40px;
  }
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main .btn-wrapper-new a {
    text-decoration: none;
  }
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main .btn-wrapper-new .find-out:hover {
    background-color: #5d2439;
    color: #fff;
  }
  .attractions-area-itinerary .bg-ash-bg .items-main-wrap .item-block .text-wrapper-main .btn-wrapper-new .inquire:hover {
    color: #fff;
    background-color: #5d2439;
  }
  .itinerary-box {
    margin-top: 40px;
    position: relative;
  }
  .itinerary-box .itinerary-red-wrap {
    width: 310px;
    float: left;
    min-height: 700px;
    padding-top: 55px;
    padding-bottom: 260px;
  }
  .itinerary-box .map-area {
    width: calc(100% - 310px);
    float: left;
    height: 700px;
  }
  .itinerary-box .white-box {
    position: absolute;
    margin-top: 15px;
    bottom: 45px;
    left: 45px;
    border: 3px solid #ebebeb;
    padding: 20px;
    width: 220px;
    background-color: #fff;
  }
  .itinerary-box .white-box .map-link a:hover {
    color: #000;
  }
  .chena-huts-bg .white-box {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .chena-huts-bg .white-box .red-box {
    padding: 45px 30px 50px 30px;
  }
  .chena-huts-bg .white-box .red-box .heading-box {
    width: 185px;
    padding-top: 12px;
    float: left;
    text-align: left;
  }
  .chena-huts-bg .white-box .red-box .list-details {
    width: calc(100% - 185px);
    float: left;
    max-width: 100%;
    text-align: center;
    font-weight: 0;
  }
  .chena-huts-bg .white-box .red-box .list-details .section-box {
    width: auto;
    margin-top: 0;
    padding-right: 20px;
    text-align: left;
    margin-top: 10px;
  }
  .chena-huts-bg .white-box .ul-list ul {
    padding-left: 40px;
    margin-top: 10px;
  }
  .chena-huts-bg .white-box .ul-list ul li {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  .box-gallery .repeater-box .large-image {
    border-right: 2px solid #fff;
    width: 50%;
    float: left;
  }
  .box-gallery .repeater-box .large-image a .img-wrap {
    height: 500px;
  }
  .box-gallery .repeater-box .image-collection {
    float: left;
    width: 50%;
  }
  .box-gallery .repeater-box .image-collection .sub-wrap-one a .img-wrap {
    height: 250px;
  }
  .box-gallery .repeater-box .image-collection .sub-wrap-two .sub-one {
    float: left;
    width: 50%;
    border-right: 2px solid #fff;
  }
  .box-gallery .repeater-box .image-collection .sub-wrap-two .sub-one a .img-wrap {
    height: 250px;
  }
  .box-gallery .repeater-box .image-collection .sub-wrap-two .sub-two {
    float: left;
    width: 50%;
  }
  .box-gallery .repeater-box .image-collection .sub-wrap-two .sub-two a .img-wrap {
    height: 125px;
  }
  .explore-our-hotels #explore-our-hotels .item {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
  .explore-our-hotels #explore-our-hotels .item .block div {
    height: 450px;
    max-width: 100%;
  }
  .explore-our-hotels #explore-our-hotels .item .title {
    font-size: 30px;
    line-height: 35px;
  }
  .feather-pattern .item {
    max-width: 100%;
  }
  .feather-pattern .item.attraction-block {
    font-size: 0;
  }
  .feather-pattern .item.attraction-block .desc {
    padding-top: 55px;
  }
  .feather-pattern .item.attraction-block .desc .btn-parent {
    bottom: 60px;
  }
  .feather-pattern .item.attraction-block .img-holder,
  .feather-pattern .item.attraction-block .desc {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    min-height: 389px;
  }
  .discover #discover,
  .instagram #discover {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .discover p,
  .instagram p {
    display: block;
  }
  .discover #instagram .item,
  .instagram #instagram .item {
    width: calc(25% - 4px);
    padding-top: 25%;
  }
  .why-book-with-us {
    padding-left: 45px;
    padding-right: 45px;
  }
  .why-book-with-us .white-inner {
    font-size: 0;
    padding-bottom: 30px;
  }
  .why-book-with-us .wbwu-box {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    border-bottom: 0;
    position: relative;
    padding: 30px 30px 20px;
  }
  .why-book-with-us .wbwu-box:after {
    content: '';
    background: #d4d4d4;
    height: 115px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 15px;
  }
  .why-book-with-us .wbwu-box:last-of-type:after {
    background: none;
  }
  .accommodation .item .block {
    height: 460px;
  }
  .accommodation .item .desc-parent .title {
    font-size: 18px;
    line-height: 18px;
  }
  .accommodation .item .desc-parent .title span {
    font-size: 30px;
    line-height: 30px;
  }
  .certifications-review .box {
    max-width: 100%;
  }
  .footer .light-bg {
    padding-bottom: 8px;
  }
  .footer .light-bg .address {
    padding-bottom: 25px;
  }
  .footer .light-bg .block-parent {
    font-size: 0;
    max-width: 850px;
    margin: auto;
  }
  .footer .light-bg .block-parent .block {
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
    padding-right: 0px;
    width: 24.33%;
    min-height: 167px;
  }
  .footer .light-bg .block-parent .block:after {
    height: 102px;
    width: 1px;
    left: auto;
    top: 0;
  }
  .footer .light-bg .block-parent .block:last-of-type:after {
    background: none;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .feather-pattern .list-item {
    width: 33.333%;
  }
  .top-tab {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .chena-huts-bg {
    padding: 35px 15px;
  }
  .chena-huts-bg .white-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .chena-huts-bg .white-box .ul-list ul {
    padding-left: 20px;
  }
  .chena-huts-bg .white-box .ul-list ul li:nth-child(odd) {
    padding-right: 80px;
  }
  .chena-huts-bg .white-box .red-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .chena-huts-bg .white-box .red-box .list-details .section-box {
    padding-right: 50px;
  }
  .hide-desktop {
    display: none!important;
  }
  #special-offers .owl-nav .owl-prev span,
  #blogsection .owl-nav .owl-prev span,
  #thumbs .owl-nav .owl-prev span,
  #special-offers .owl-nav .owl-next span,
  #blogsection .owl-nav .owl-next span,
  #thumbs .owl-nav .owl-next span {
    width: 60px;
    height: 25px;
    min-width: 60px;
    background-color: #5d2439;
    border: none;
  }
  #special-offers .owl-nav .owl-next span,
  #blogsection .owl-nav .owl-next span,
  #thumbs .owl-nav .owl-next span {
    padding: 0 10px 0 0;
  }
  #thumbs .owl-nav .owl-next span {
    padding-left: 10px;
  }
  .discover .btn-primary {
    color: #795548;
    border: 1px solid #795548;
  }
  .discover .btn-primary svg {
    display: none;
  }
  .discover .btn-primary:hover {
    color: #fff;
  }
  .grow {
    overflow: hidden;
  }
  .grow img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .grow:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .box-gallery .repeater-box .large-image a .img-wrap {
    height: 720px;
  }
  .box-gallery .repeater-box .image-collection .sub-wrap-one a .img-wrap {
    height: 360px;
  }
  .box-gallery .repeater-box .image-collection .sub-wrap-two .sub-one a .img-wrap {
    height: 360px;
  }
  .box-gallery .repeater-box .image-collection .sub-wrap-two .sub-two a .img-wrap {
    height: 180px;
  }
  .fixmenu {
    /* &.booking-mask {
                top: 35px;
                height: auto;
                width: 100%;
                max-width: 1920px;
                padding: 10px 40px 0;
                bottom: auto;
                padding-top: 10px;
                .widget,
                .brg {
                    display: none !important;
                }
                .book-your-stay {
                    font-size: 35px;
                    display: inline-block;
                    padding: 0;
                    vertical-align: top;
                    line-height: 30px;
                    width: 100px;
                    text-align: left;
                    span {
                        font-size: 10px;
                        line-height: 10px;
                        padding-left: 2px;
                    }
                }
                .book-inner {
                    height: auto;
                }
                .form-group {
                    display: inline-block;
                    vertical-align: top;
                    &.checkout,
                    &.checkin,
                    &.promocode {
                        width: 140px;
                        padding-right: 10px;
                    }
                    &.checkout {
                        padding-left: 0;
                        &:after {
                            right: 20px;
                        }
                    }
                    &.property,
                    &.country {
                        width: calc(~"50% - 640px / 2");
                    }
                    &.book-now {
                        width: 120px;
                        padding: 0;
                        margin: 0;
                        button {
                            width: 100%;
                            font-size: 15px;
                            height: 40px;
                            line-height: 40px;
                        }
                    }
                }
                .form-control {
                    height: 40px;
                    line-height: 14px;
                    padding: 10px 12px;
                }
                .alert {
                    left: 15px;
                    right: 15px;
                    top: 20px;
                }
                } */
  }
  .fixmenu.trigger-wrapper {
    position: fixed;
    top: 0;
    text-align: right;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 88;
    height: 35px;
    pointer-events: none;
    max-width: 1600px;
  }
  .fixmenu.trigger-wrapper svg {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .fixmenu.trigger-wrapper .book-now-trigger {
    pointer-events: all;
    height: 35px;
    line-height: 35px;
    /*padding-right: 40px;*/
    text-align: right;
    position: relative;
    display: inline-block;
    vertical-align: top;
    transition: none;
    text-align: center;
  }
  .fixmenu#scroll-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #6C2E45;
    z-index: 87;
    pointer-events: all;
    height: 35px;
    padding: 0 40px;
    max-width: 1600px;
    margin: auto;
    -webkit-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.41);
  }
  .fixmenu#scroll-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 -15px;
    font-size: 0;
  }
  .fixmenu#scroll-menu ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .fixmenu#scroll-menu ul li a {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 20px;
    display: block;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  }
  .fixmenu#scroll-menu ul li a:hover {
    color: #c18282;
  }
  .fixmenu#scroll-menu ul li.current-menu-item a {
    color: #c18282;
  }
  .fixmenu#scroll-menu ul li ul {
    position: absolute;
    background: #481b1b;
    display: none;
    top: 100%;
    left: 16px;
    min-width: 230px;
  }
  .fixmenu#scroll-menu ul li ul li {
    width: 100%;
  }
  .fixmenu#scroll-menu ul li:hover ul {
    display: block;
  }
  .fixmenu.changecolor .book-now-trigger {
    background: #311414;
    padding-right: 0;
    text-align: center;
  }
  .fixmenu.changecolor svg {
    display: none;
  }
  .special-offers.hotel-offers-parent {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .special-offers.hotel-offers-parent .seperator,
  .special-offers.hotel-offers-parent .desktop-background {
    display: block;
  }
  .special-offers.hotel-offers-parent .seperator {
    margin-bottom: 0;
  }
  .special-offers.hotel-offers-parent .desktop-background {
    position: absolute;
    width: calc(100% - 355px);
    z-index: 0;
    left: 0;
    top: -20px;
    bottom: -20px;
  }
  .special-offers.hotel-offers-parent .desktop-background .owl-stage-outer {
    height: 624px;
  }
  .special-offers.hotel-offers-parent .desktop-background .owl-stage-outer .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: absolute;
    height: 624px;
    max-width: 100%;
    padding: 0;
  }
  .special-offers.hotel-offers-parent .hotel-offers-inner {
    width: 380px;
    max-height: 584px;
    margin-right: 0;
    position: relative;
    z-index: 55;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .special-offers.hotel-offers-parent .hotel-offers-inner .item .item-inner .desc {
    margin-bottom: 45px;
  }
  .special-offers.hotel-offers-parent .hotel-offers-inner .item .item-inner .img-holder {
    display: none;
  }
  .special-offers h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .special-offers .owl-nav button.owl-prev {
    left: 0;
  }
  .special-offers .owl-nav button.owl-next {
    right: 0;
  }
  .explore-our-hotels #explore-our-hotels .item {
    overflow: hidden;
  }
  .explore-our-hotels #explore-our-hotels .item .block div:after {
    opacity: 0;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 2px;
    bottom: 2px;
    top: 2px;
    left: 2px;
  }
  .explore-our-hotels #explore-our-hotels .item:hover div:after {
    opacity: 1;
  }
  .explore-our-hotels #explore-our-hotels .item:hover .links {
    bottom: 120px;
  }
  .explore-our-hotels #explore-our-hotels .item:hover .title {
    pointer-events: none;
    bottom: 178px;
  }
  .explore-our-hotels #explore-our-hotels .item:hover .place-name {
    bottom: 158px;
  }
  .feather-pattern .item.attraction-block .img-holder,
  .feather-pattern .item.attraction-block .desc {
    min-height: 473px;
  }
  .rooms .facilities {
    position: relative;
  }
  .rooms .facilities ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 210px;
  }
  .rooms .facilities ul:before {
    content: '';
    background: #ececec;
    width: 1px;
    top: 15px;
    bottom: 10px;
    position: absolute;
    margin: auto;
    left: 0;
  }
  .rooms .facilities h3 {
    position: absolute;
    width: 210px;
    top: 0;
    bottom: 0;
    height: 28px;
    margin: auto;
  }
  .discover h2,
  .instagram h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .discover {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .discover h2,
  .discover .h2 {
    margin-top: 55px;
  }
  .discover #discover {
    padding-top: 0;
  }
  .discover #discover .item {
    position: relative;
    overflow: hidden;
  }
  .discover #discover .item:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    margin: auto;
    z-index: 22;
    left: 0;
    top: 0;
    right: 0;
    bottom: 1px;
  }
  .discover #discover .item .title:after {
    content: '';
    width: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    right: 0;
    margin: auto;
    top: 88px;
    height: 40px;
    z-index: 55;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .discover #discover .item:hover:after {
    opacity: 1;
  }
  .discover #discover .item:hover .title {
    bottom: 50px;
    z-index: 55;
  }
  .discover #discover .item:hover .title:after {
    top: 48px;
  }
  .discover .btn-primary {
    margin-top: 22px;
  }
  .discover .seperator,
  .discover .btn-primary {
    display: inline-block;
  }
  .instagram #instagram .item:hover:before,
  .instagram #instagram .item:hover:after {
    opacity: 1;
  }
  .instagram #instagram .item:hover .extlink {
    opacity: 1;
    width: 16px;
  }
  .instagram #instagram .item:before {
    position: absolute;
    right: 60px;
    bottom: 45px;
    top: 45px;
    left: 60px;
    content: '';
    opacity: 0;
    z-index: 66;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .instagram #instagram .item:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: absolute;
    margin: auto;
    z-index: 33;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .blog-section {
    padding-top: 0;
  }
  .blog-section .viewall {
    position: absolute;
    right: 15px;
    top: 28px;
  }
  .accommodation {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 0;
    text-align: left;
  }
  .accommodation h3 {
    color: #ffffff;
    display: inline-block;
    width: 450px;
    vertical-align: top;
    margin: 0;
    padding-left: 50px;
    line-height: 50px;
    background: #5d2439;
  }
  .accommodation .trigger-tabs {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 450px);
    text-align: center;
  }
  .accommodation #accommodation {
    margin-bottom: 0;
  }
  .accommodation .item .block {
    height: 580px;
  }
  .accommodation .item .block:after {
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    z-index: 55;
    height: 128px;
    left: 0;
    right: 0;
    pointer-events: none;
  }
  .accommodation .item .desc-parent {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 77;
    text-align: center;
  }
  .accommodation .item .desc-parent .title {
    color: #ffffff;
  }
  .accommodation .nav-indicator {
    display: none;
  }
  .gallery .tab-content .tab-pane {
    margin: -1px;
  }
  .gallery .tab-content .tab-pane .img-holder {
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
  }
  .gallery .tab-content .tab-pane .img-holder,
  .gallery .tab-content .tab-pane .thumb-holder {
    width: calc(50% - 1px);
  }
  .hotel-map #map {
    margin-bottom: 0;
  }
  .uga6.dining-spa .spa {
    width: 100%;
  }
  .uga6.dining-spa .spa .box {
    min-height: auto;
    padding: 0;
    font-size: 0;
    position: relative;
  }
  .uga6.dining-spa .spa .box .img-holder {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0;
  }
  .uga6.dining-spa .spa .box .description {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 45px 50px;
  }
  .dining-spa {
    padding: 60px 0px 60px;
  }
  .dining-spa .box {
    max-width: 100%;
    min-height: 770px;
  }
  .dining-spa .box .img-holder .thumb {
    height: 420px;
  }
  .dining-spa .box .description {
    min-height: 310px;
    position: relative;
  }
  .dining-spa .box .description .seperator {
    display: block;
  }
  .dining-spa .box .description .btn-primary {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
  }
  .dining-spa .box .description .btn-primary:hover {
    color: #fff;
  }
  .dining-spa .dining .box {
    position: relative;
  }
  .dining-spa .dining .box .img-holder {
    position: absolute;
    bottom: -5px;
    left: 30px;
    right: 30px;
  }
  .dining-spa .spa .box {
    margin-bottom: 0;
  }
  .footer .light-bg {
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .footer .light-bg .address {
    width: 240px;
    text-align: left;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
  }
  .footer .light-bg .address span {
    display: block;
    line-height: 12px;
    margin-bottom: 15px;
  }
  .footer .light-bg .max-wrapper {
    max-width: 1354px;
    margin: auto;
    font-size: 0;
  }
  .footer .light-bg .max-wrapper .desktop-footer-menu ul {
    padding: 0;
    margin: -12px 0 0;
    list-style-type: none;
    font-size: 0;
    max-width: 370px;
    float: right;
  }
  .footer .light-bg .max-wrapper .desktop-footer-menu ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .footer .light-bg .max-wrapper .desktop-footer-menu ul li a {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    line-height: 11px;
    padding: 10px;
  }
  .footer .light-bg .max-wrapper .desktop-footer-menu ul li a:hover {
    color: #c18282;
  }
  .footer .light-bg .desktop-logo a {
    display: block;
    text-align: center;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 88;
    width: 165px;
  }
  .footer .light-bg .desktop-logo svg {
    fill: #fff;
    fill-rule: evenodd;
  }
  .footer .light-bg .block-parent {
    width: calc(100% - 240px);
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .footer .light-bg .block-parent .block {
    width: 100%;
    padding: 0;
    font-size: 0;
    min-height: 0;
  }
  .footer .light-bg .block-parent .block:first-child {
    min-height: 68px;
  }
  .footer .light-bg .block-parent .block .label {
    text-align: left;
    width: 80px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .footer .light-bg .block-parent .block .label:after {
    content: ':';
    position: absolute;
    right: 17px;
    top: 0;
  }
  .footer .light-bg .block-parent .block .link-wrapper,
  .footer .light-bg .block-parent .block .fax {
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0;
  }
  .footer .light-bg .block-parent .block:after {
    background: none;
  }
  .footer .credits-and-copyrights {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .footer .credits-and-copyrights .copyrights {
    text-align: left;
  }
  .footer .credits-and-copyrights .credits {
    text-align: right;
  }
  .footer .credits-and-copyrights .bottom-menu li a {
    padding: 4px 12px;
  }
  .media-parent .download-wrapper a {
    width: 16.66%;
  }
  .media-parent .download-wrapper a.link span {
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
  }
  .media-parent .download-wrapper a.link:hover span {
    border-color: #5d2439;
    padding-bottom: 10px;
  }
  .media-parent .download-wrapper a.dlc:hover .dlchover {
    height: 105px;
    opacity: 1;
    display: block;
    top: 0;
  }
  .booking-link-grid {
    width: calc(100% - 1px);
  }
}
@media only screen and (min-width: 1200px) and screen and (-webkit-min-device-pixel-ratio: 0) {
  .footer .credits-and-copyrights {
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
/* Large Devices, Wide Screens custom */
@media only screen and (min-width: 1354px) {
  .fixmenu {
    /*    &.booking-mask {
                padding: 10px 100px 0;
                } */
  }
  .fixmenu#scroll-menu {
    padding: 0 100px;
  }
}
/* 8. base site notifications */
.eb-notice-wrap {
  width: 100%;
  height: auto;
  float: left;
  margin: 15px 0;
}
.eb-notice-wrap .title {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 15px;
  color: #ffffff;
  background: #656565;
  font-weight: 700;
}
.eb-notice-wrap .desc {
  width: 100%;
  height: auto;
  float: left;
  padding: 5px 15px;
  color: #ffffff;
}
.eb-notice-wrap .foot {
  width: 100%;
  height: auto;
  float: left;
  padding: 2px 15px;
  color: #ffffff;
  font-size: 10px;
  background: #869791;
}
.eb-notice-wrap.error .desc {
  background: #c7254e;
}
.eb-notice-wrap.info .desc {
  background: #2571c7;
}
.eb-item {
  width: 100%;
  padding: 0;
  height: auto;
  margin: 15px 0;
}
.eb-item div.eb-row {
  margin-bottom: 15px;
  text-align: justify;
}
.eb-item img.eb-img {
  width: 100%;
  height: auto;
}
.eb-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
/* 9. owl carousel */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* 10. magnific popup */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.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;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.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(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    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.6);
    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;
  }
}
@media only screen and (max-width: 1200px) {
  .hide-mobile {
    display: none;
  }
}
/* Sustainability New Styles */
.tpl-sustainability .intro-section {
  display: block;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .intro-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.tpl-sustainability .intro-section .column {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .intro-section .column {
    display: flex;
    flex-direction: column;
  }
}
.tpl-sustainability .intro-section .column .block {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .intro-section .column .block {
    flex-direction: column;
  }
}
.tpl-sustainability .intro-section .column:nth-child(1) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .intro-section .column:nth-child(1) {
    display: flex;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.tpl-sustainability .intro-section .column:nth-child(1) .block.img-bg {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .intro-section .column:nth-child(2) {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 70px;
    padding-top: 40px;
  }
}
.tpl-sustainability .intro-section .column:nth-child(2) .block.content .title {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.13px;
  color: #6C2E45;
}
.tpl-sustainability .intro-section .column:nth-child(2) .block.content .desc {
  margin-top: 30px;
}
.tpl-sustainability .intro-section .column:nth-child(2) .block.content .btn-primary {
  border: 1px solid #5d2439;
  color: #5d2439;
  margin-top: 30px;
}
.tpl-sustainability .intro-section .column:nth-child(2) .block.content .btn-primary:hover,
.tpl-sustainability .intro-section .column:nth-child(2) .block.content .btn-primary:focus {
  color: #ffffff;
}
.tpl-sustainability .intro-section .column:nth-child(2) .block.img-bg {
  height: 140px;
  margin-top: 50px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .intro-section .column:nth-child(2) .block.img-bg {
    height: 260px;
    margin-top: 60px;
  }
}
.tpl-sustainability .chairmans-msg-section {
  margin: 80px 0 60px;
  background-color: #f8f7f2;
  padding: 60px 15px;
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .chairmans-msg-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    padding: 60px 115px;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .chairmans-msg-section .column {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .chairmans-msg-section .column.chairman-img {
    width: 230px;
  }
}
.tpl-sustainability .chairmans-msg-section .column.chairman-img img {
  display: block;
  width: 230px;
  border-radius: 50%;
  margin: auto;
}
.tpl-sustainability .chairmans-msg-section .column.content {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .chairmans-msg-section .column.content {
    width: calc(100% - 230px);
    padding-left: 60px;
    margin-top: 0;
  }
}
.tpl-sustainability .chairmans-msg-section .column.content .desc {
  padding: 0 0 40px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.13px;
  color: #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}
.tpl-sustainability .chairmans-msg-section .column.content .desc a {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.13px;
  color: #3d3d3d;
  text-decoration: underline;
  margin-left: 10px;
}
.tpl-sustainability .chairmans-msg-section .column.content .name-title {
  padding: 40px 0 0;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .chairmans-msg-section .column.content .name-title {
    display: flex;
    justify-content: flex-end;
  }
}
.tpl-sustainability .chairmans-msg-section .column.content .name-title span {
  display: block;
  font-family: 'Railway', 'Poppins', Arial;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.19px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .chairmans-msg-section .column.content .name-title span {
    display: flex;
  }
}
.tpl-sustainability .chairmans-msg-section .column.content .name-title span:nth-child(1) {
  color: #3d3d3d;
}
.tpl-sustainability .chairmans-msg-section .column.content .name-title span:nth-child(2) {
  color: #bdbcb3;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .chairmans-msg-section .column.content .name-title span:nth-child(2) {
    padding-left: 10px;
  }
}
.tpl-sustainability .environment-section {
  margin: 0 0 50px;
}
.tpl-sustainability .environment-section .main-title {
  text-transform: capitalize;
}
.tpl-sustainability .environment-section .items-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.tpl-sustainability .environment-section .items-wrap .block {
  display: block;
  float: left;
  width: 50%;
  padding: 0 15px;
  text-align: center;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .tpl-sustainability .environment-section .items-wrap .block {
    width: 25%;
  }
}
.tpl-sustainability .environment-section .items-wrap .block .img-wrapper {
  display: block;
  border: 4px solid #6c2e45;
  border-radius: 50%;
  text-align: center;
  max-width: 160px;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .environment-section .items-wrap .block .img-wrapper {
    max-width: 200px;
    border-width: 10px;
  }
}
.tpl-sustainability .environment-section .items-wrap .block .img-wrapper img {
  max-width: 100%;
  border-radius: 50%;
  margin: auto;
}
.tpl-sustainability .environment-section .items-wrap .block .title {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.13px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 15px;
  min-height: 45px;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .environment-section .items-wrap .block .title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
  }
}
.tpl-sustainability .environment-section .items-wrap .block .desc {
  display: none;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .environment-section .items-wrap .block .desc {
    display: block;
    margin-top: 15px;
  }
}
.tpl-sustainability .environment-section .items-wrap .block .find-out-more {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.26px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .environment-section .items-wrap .block .find-out-more {
    margin-top: 30px;
  }
}
.tpl-sustainability .environment-section .items-wrap .block .find-out-more:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 90%;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: 3px auto 0;
  background-color: #6c2e45;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.tpl-sustainability .environment-section .items-wrap .block .find-out-more:hover:after {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .row-lg {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.tpl-sustainability ul.circle-bullet {
  list-style: none;
  list-style-image: none;
}
.tpl-sustainability ul.circle-bullet li {
  position: relative;
  padding-left: 10px;
}
.tpl-sustainability ul.circle-bullet li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5d2439;
  position: absolute;
  left: -15px;
  top: 8px;
}
.tpl-sustainability .our-people-section {
  background-color: #f8f7f2;
  padding: 30px 15px;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .our-people-section {
    padding: 60px 15px;
  }
}
.tpl-sustainability .our-people-section .main-title {
  text-transform: none;
}
.tpl-sustainability .our-people-section .item-wrapper {
  display: block;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .tpl-sustainability .our-people-section .item-wrapper {
    margin: 30px -15px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .our-people-section .item-wrapper {
    margin: 30px 0 30px;
  }
}
.tpl-sustainability .our-people-section .item-wrapper .item {
  position: relative;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .tpl-sustainability .our-people-section .item-wrapper .item {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
  .tpl-sustainability .our-people-section .item-wrapper .item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .our-people-section .item-wrapper .item {
    width: calc(20% - 5px);
    padding: 0;
    margin-top: 0;
    margin-right: 5px;
  }
  .tpl-sustainability .our-people-section .item-wrapper .item:nth-child(3) {
    margin-top: 0;
  }
}
.tpl-sustainability .our-people-section .item-wrapper .item:first-child {
  margin-top: 0;
}
.tpl-sustainability .our-people-section .item-wrapper .item .img-wrap {
  position: relative;
  text-align: center;
}
.tpl-sustainability .our-people-section .item-wrapper .item .img-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,000000+100&0+0,0.4+100 */
  background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
}
.tpl-sustainability .our-people-section .item-wrapper .item .img-wrap img {
  margin: auto;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .our-people-section .item-wrapper .item .img-wrap img {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .our-people-section .item-wrapper .item .img-wrap .back-img {
    display: block !important;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.tpl-sustainability .our-people-section .item-wrapper .item .img-wrap .item-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  padding: 30px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.13px;
  text-align: center;
  text-transform: none;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .our-people-section .item-wrapper .item .img-wrap .item-title {
    padding: 30px 15px;
    font-size: 20px;
    letter-spacing: 0;
  }
}
.tpl-sustainability .community-section {
  margin: 80px 0 40px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.tpl-sustainability .community-section .h1.main-title {
  text-transform: none;
}
.tpl-sustainability .community-section .column-wrapper {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .community-section .column-wrapper {
    display: flex;
    flex-direction: row;
    -webkit-box-ordinal-group: 2;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .community-section .column-wrapper .column {
    display: flex;
  }
}
.tpl-sustainability .community-section .column-wrapper .column:nth-child(1) .content .sub-title {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: #000000;
}
.tpl-sustainability .community-section .column-wrapper .column:nth-child(1) .content .title {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.13px;
  text-transform: none;
  color: #6c2e45;
  margin-top: 30px;
}
.tpl-sustainability .community-section .column-wrapper .column:nth-child(1) .content .desc {
  margin-top: 40px;
}
.tpl-sustainability .community-section .column-wrapper .column:nth-child(1) .content .btn-primary {
  border-color: #6c2e45;
  color: #6c2e45;
  margin-top: 50px;
}
.tpl-sustainability .community-section .column-wrapper .column:nth-child(1) .content .btn-primary:hover,
.tpl-sustainability .community-section .column-wrapper .column:nth-child(1) .content .btn-primary:focus {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .community-section .column-wrapper .column:nth-child(1) {
    height: auto;
    padding-bottom: 0;
    -ms-flex-order: 2;
    order: 2;
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 80px;
    align-items: center;
  }
}
.tpl-sustainability .community-section .column-wrapper .column:nth-child(2) {
  margin-top: 40px;
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 600px) {
  .tpl-sustainability .community-section .column-wrapper .column:nth-child(2) {
    height: auto;
    padding-bottom: 134%;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .community-section .column-wrapper .column:nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0;
    flex: 0 0 45%;
    max-width: 45%;
    margin-top: 0;
    min-height: 670px;
  }
}
.tpl-sustainability .nip-title {
  font-size: 24px;
  text-transform: none;
  line-height: 35px;
  letter-spacing: 0.13px;
}
.tpl-sustainability .gray-bg {
  background: #eee;
}
.tpl-sustainability .community-projects-section .h1.main-title {
  text-transform: none;
}
.tpl-sustainability .community-projects-section .tabs-wrapper {
  text-align: center;
}
.tpl-sustainability .community-projects-section .tabs-wrapper .mobile-selector {
  display: block;
}
.tpl-sustainability .community-projects-section .tabs-wrapper .mobile-selector select {
  width: 100%;
  max-width: 320px;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.13px;
  text-transform: uppercase;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border: 1px solid #6c2e45;
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .community-projects-section .tabs-wrapper .mobile-selector {
    display: none;
  }
}
.tpl-sustainability .community-projects-section .tabs-wrapper .desktop-tabs {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .community-projects-section .tabs-wrapper .desktop-tabs {
    display: block;
  }
}
.tpl-sustainability .community-projects-section .tabs-wrapper .nav-tabs {
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.tpl-sustainability .community-projects-section .tabs-wrapper .nav-tabs li {
  position: relative;
  display: inline-flex;
  margin: 0 15px;
}
.tpl-sustainability .community-projects-section .tabs-wrapper .nav-tabs li.active a,
.tpl-sustainability .community-projects-section .tabs-wrapper .nav-tabs li:hover a,
.tpl-sustainability .community-projects-section .tabs-wrapper .nav-tabs li:focus a {
  border-color: #6c2e45;
}
.tpl-sustainability .community-projects-section .tabs-wrapper .nav-tabs li a {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  border-bottom: 3px solid;
  border-bottom-color: transparent;
}
.tpl-sustainability .community-projects-section .tab-content-wrapper {
  background-color: #fff;
  padding: 30px 15px;
  margin-top: 45px;
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .community-projects-section .tab-content-wrapper {
    padding: 70px 0;
    margin-top: 0;
  }
}
.tpl-sustainability .community-projects-section .tab-content-wrapper .column-wrapper {
  display: flex;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .community-projects-section .tab-content-wrapper .column-wrapper {
    flex-direction: row;
  }
}
.tpl-sustainability .community-projects-section .tab-content-wrapper .column-wrapper .column {
  display: flex;
  flex-direction: column;
}
.tpl-sustainability .community-projects-section .tab-content-wrapper .column-wrapper .column:nth-child(1) {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 104%;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .community-projects-section .tab-content-wrapper .column-wrapper .column:nth-child(1) {
    padding-bottom: 0;
    flex: 0 0 40%;
    max-width: 40%;
    min-height: 500px;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
}
.tpl-sustainability .community-projects-section .tab-content-wrapper .column-wrapper .column:nth-child(2) {
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 1200px) {
  .tpl-sustainability .community-projects-section .tab-content-wrapper .column-wrapper .column:nth-child(2) {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 60px;
    -ms-flex-order: 2;
    order: 2;
    justify-content: flex-start;
    padding-top: 45px;
  }
}
.tpl-sustainability .community-projects-section .tab-content-wrapper .column-wrapper .column:nth-child(2) ul li {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.13px;
  text-transform: none;
  text-decoration: none;
  color: #737373;
}
.tpl-sustainability .community-projects-section .tab-content-wrapper .column-wrapper .column:nth-child(2) ul li:not(:first-child) {
  margin-top: 5px;
}
.tpl-sustainability .guest-satisfaction-section {
  margin: 60px 0;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.tpl-sustainability .guest-satisfaction-section .h1.main-title {
  text-transform: none;
}
.tpl-sustainability .guest-satisfaction-section .sub-content {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.13px;
  color: #6c2e45;
  margin-top: 27px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .guest-satisfaction-section .column-wrapper {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) {
    flex: 0 0 55%;
    max-width: 55%;
    padding-right: 100px;
  }
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .sus-award-wrap {
  display: flex;
  flex-direction: column;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .sus-award-wrap .awardsCarousel {
  display: flex !important;
  padding-top: 20px;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap {
  margin-top: 30px;
  overflow: hidden;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .title {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
  font-weight: bold;
  color: #171717;
  text-align: left;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .panel-group .panel .panel-heading .panel-title {
  margin: 1px 0;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .panel-group .panel .panel-heading .panel-title a {
  display: block;
  padding: 15px 10px;
  text-align: center;
  background-color: #6c2e45;
  color: #fff;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  text-decoration: none;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .panel-group .panel .panel-heading .panel-title a.collapsed {
  background-color: #7c7c7c;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .panel-group .panel .panel-collapse .panel-body {
  display: flex;
  flex-direction: column;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .panel-group .panel .panel-collapse .panel-body .c-row {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .panel-group .panel .panel-collapse .panel-body .c-row:not(:first-child) {
  border-top: 1px solid #ebebeb;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .panel-group .panel .panel-collapse .panel-body .c-row .c-col {
  display: inline-flex;
  align-items: center;
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  text-transform: none;
  color: #000;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .panel-group .panel .panel-collapse .panel-body .c-row .c-col:nth-child(1) {
  width: calc(100% - 85px);
  font-size: 22px;
  line-height: 26px;
  padding-right: 15px;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .panel-group .panel .panel-collapse .panel-body .c-row .c-col:nth-child(2) {
  width: 85px;
  font-size: 28px;
  line-height: 36px;
  text-align: right;
  justify-content: flex-end;
}
.tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian {
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .full-width {
    width: 100%;
  }
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .panel-group {
    display: flex;
  }
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .panel-group .panel {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 1;
    min-width: min-content;
  }
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .panel-group .panel .panel-heading {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
  }
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .panel-group .panel .panel-heading .panel-title a {
    width: 100%;
  }
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .panel-group .panel:not(.panel-closed) {
    width: 100%;
  }
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .panel-group .panel:not(.panel-closed) .panel-heading {
    pointer-events: none;
  }
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .panel-group .panel:not(.panel-closed) .panel-collapse {
    width: 100%;
  }
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .panel-group .panel:not(.panel-closed) .panel-collapse .c-row {
    width: 100%;
  }
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .panel-group .panel .collapsing {
    transition: width 0.2s ease-in;
    height: auto;
    width: 0;
  }
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(1) .content .accordian-wrap .mobile-accordian .panel-group .panel .panel-body .c-row .c-col {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-sustainability .guest-satisfaction-section .column-wrapper .column:nth-child(2) {
    flex: 0 0 45%;
    max-width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.policies-section {
  margin-top: 60px;
}
@media only screen and (min-width: 992px) {
  .policies-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    margin: 100px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .policies-section .left {
    width: calc(100% - 400px);
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .policies-section .left {
    width: calc(100% - 500px);
    padding-right: 60px;
  }
}
.policies-section .left .h1.main-title {
  text-transform: none;
}
.policies-section .left .title {
  font-size: 30px;
  color: #161616;
  font-weight: 600;
  border-bottom: 1px solid #6c2e45;
  padding-bottom: 12px;
}
.policies-section .left .content {
  font-family: 'ITCAvantGardeStd', 'Poppins', Arial;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.13px;
  color: #6c2e45;
  margin-top: 27px;
}
.policies-section .left .sm-content {
  font-size: 15px;
  color: #737373;
  font-weight: 500;
  margin-top: 20px;
}
.policies-section .left ul {
  padding: 0;
  margin: 40px 0 0;
  list-style-type: none;
}
@media only screen and (min-width: 1200px) {
  .policies-section .left ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.policies-section .left ul li {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  color: #161616;
}
@media only screen and (min-width: 1200px) {
  .policies-section .left ul li {
    width: calc(50% - 5px);
  }
}
.policies-section .left ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6c2e45;
}
@media only screen and (min-width: 1200px) {
  .policies-section .left ul li:nth-child(even) {
    margin-right: 10px;
  }
}
.policies-section .right {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .policies-section .right {
    width: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .policies-section .right {
    width: 500px;
    margin-top: 0;
  }
}
.policies-section .right img {
  max-width: 100%;
}
/* 11. mixin */
