@charset "UTF-8";
/*
Theme Name: HTML Prototypes v1
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. mixin
 3. 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. fancybox 3

-------------------------------------------------------------------*/
@font-face {
  font-family: "Garamond";
  src: local("Garamond"), url("fonts/Garamond.woff2") format("woff2"), url("fonts/Garamond.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes img-width-inc {
  from {
    opacity: 1;
  }
  to {
    width: 0px;
  }
}
/* sm-simple */
.sm {
  position: relative;
  z-index: 2;
  float: right;
  min-width: 290px;
  width: 100%;
}

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
}

.sm a {
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.sm,
.sm *,
.sm *:before,
.sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------- */
.sm-simple {
  background: white;
}

.sm-simple a {
  padding: 14px;
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple.sm-vertical {
  width: 320px;
}

.sm-simple .current-menu-item a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active,
.sm-simple a.nice-select.open,
.sm-simple a.highlighted {
  color: #999;
}

.sm-simple a.disabled {
  color: #333;
}

.sm-simple a.has-submenu {
  padding-right: 57px;
}

.sm-simple.sm-rtl a.has-submenu {
  padding-right: 14px;
  padding-left: 57px;
}

.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  left: auto;
  right: 0px;
  width: 57px;
  height: 57px;
  overflow: hidden;
  font: 700 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  line-height: 57px !important;
}

.sm-simple.sm-rtl a span.sub-arrow {
  left: 0px;
  right: auto;
}

.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: "-";
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

@media only screen and (min-width: 1354px) {
  .sm-simple ul {
    background: #FFF;
    position: absolute;
    width: 290px !important;
    background: white;
  }
  .sm-simple li {
    display: table-cell;
  }
  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: left;
    display: block;
    width: 100%;
  }
  .sm-simple a {
    white-space: nowrap;
    text-align: left;
  }
  .sm-simple.sm-rtl a {
    text-align: right;
  }
  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple {
    display: table;
    width: 100%;
    max-width: 100% !important;
  }
  .sm-simple a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple > li {
    border-top: 0;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #ebebeb;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-simple span.scroll-up-arrow,
  .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 57px;
  }
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 0;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #ebebeb;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a span.sub-arrow {
    left: 0;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #ebebeb;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
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.nice-select.open,
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: "— ";
}

.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: " —";
}

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: 1920px;
}

.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;
  }
}
/* --------------  above the fold css code goes here -------------- */
/* color variables */
html {
  -webkit-font-smoothing: antialiased;
  /* ie scrollbar overlap issue fix */
  -ms-overflow-style: scrollbar;
  font-size: 22px;
}

body {
  position: relative;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #000000;
  font-family: "Garamond", serif;
  background-color: #fff;
  padding-top: 50px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body {
    padding-top: 0;
  }
}

.max-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.datepicker.dropdown-menu {
  z-index: 9999 !important;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  html,
  body {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: visible;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100% !important;
  }
  .datepicker.dropdown-menu {
    position: fixed !important;
    /* ipad overflow cut off fix */
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h1,
h1 {
  font-size: 36px;
  line-height: 40px;
}

p {
  margin: 0 0 30px;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #999;
  text-decoration: none;
}

/* slider */
#eme-video-slider video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
}

#eme-slider-wrap {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #eme-slider-wrap:before {
    content: "";
    position: absolute;
    height: 170px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.45) 100%);
  }
}
#eme-slider-wrap picture {
  display: block;
}
#eme-slider-wrap picture img {
  width: 100%;
}

#eme-slider-wrap .item {
  position: relative;
  overflow: hidden;
}
#eme-slider-wrap .item:before {
  content: "";
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(64, 64, 64, 0.48) 5%, rgba(255, 255, 255, 0) 100%);
}

#eme-slider-wrap .item .description {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  text-align: center;
  filter: drop-shadow(0 0 6.5px rgba(2, 2, 2, 0.1));
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: 100%;
  padding: 0 20px;
  max-width: 290px;
}
#eme-slider-wrap .item .description .title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #000000;
  font-weight: 500;
  font-family: "Garamond", serif;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  #eme-slider-wrap .item .description {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 38px;
    max-width: 695px;
  }
  #eme-slider-wrap .item .description .title {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 40px;
  }
}

#eme-slider-wrap .owl-item .description .desc-inner,
#eme-slider-wrap .item .description .desc-inner {
  display: block;
}
#eme-slider-wrap .owl-item .description .desc-inner strong,
#eme-slider-wrap .item .description .desc-inner strong {
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: block;
  position: relative;
  margin-bottom: 42px;
}
#eme-slider-wrap .owl-item .description .desc-inner strong:after,
#eme-slider-wrap .item .description .desc-inner strong:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 2px;
  background-color: #fff;
  top: calc(100% + 16px);
}
#eme-slider-wrap .owl-item .description .desc-inner span,
#eme-slider-wrap .item .description .desc-inner span {
  font-size: 11px;
  line-height: 18px;
  display: block;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #eme-slider-wrap .owl-item .description .desc-inner strong,
  #eme-slider-wrap .item .description .desc-inner strong {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  #eme-slider-wrap .owl-item .description .desc-inner strong,
  #eme-slider-wrap .item .description .desc-inner strong {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  #eme-slider-wrap .owl-item .description .desc-inner strong:after,
  #eme-slider-wrap .item .description .desc-inner strong:after {
    width: 58px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  #eme-slider-wrap .owl-item .description .desc-inner strong:after,
  #eme-slider-wrap .item .description .desc-inner strong:after {
    width: 45px;
    top: calc(100% + 11px);
  }
}
@media only screen and (min-width: 768px) {
  #eme-slider-wrap .owl-item .description .desc-inner span,
  #eme-slider-wrap .item .description .desc-inner span {
    font-size: 20px;
    line-height: 30px;
    max-width: 410px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  #eme-slider-wrap .owl-item .description .desc-inner span,
  #eme-slider-wrap .item .description .desc-inner span {
    font-size: 13px;
    line-height: 20px;
    margin: -10px auto;
  }
}
@media only screen and (min-width: 1500px) {
  #eme-slider-wrap .owl-item .description .desc-inner strong,
  #eme-slider-wrap .item .description .desc-inner strong {
    margin-bottom: 5px;
  }
}

.buttons-wrap {
  display: block;
}
.buttons-wrap .btn-default {
  margin: 20px 10px 0;
}

.btn-default {
  font-size: 17px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Garamond", serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #f50056;
  border: none;
  padding: 0.32rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}
.btn-default:hover {
  background-color: #f3931f;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .btn-default {
    padding: 0.32rem 0.45rem;
  }
}

.buttonvideourl .icon {
  display: inline-block;
  background-image: url("images/play.svg");
  width: 31px;
  height: 31px;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 15px;
}

/* slider video option */
.video-js,
.vjs-poster,
.vjs-text-track-display,
.vjs-big-play-button,
.vjs-control-bar,
.vjs-error-display,
.vjs-caption-settings {
  display: none;
}

.vjs-has-started {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.vjs-has-started .vjs-tech {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

/* full screen slider */
#eme-slider-wrap-full-screen img {
  display: block;
}

/* main menu */
.all-menus-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 66;
  height: calc(100vh - 50px);
  overflow-x: scroll;
  transition: all 0.3s;
}

.all-menus-container.expand {
  visibility: visible;
  opacity: 1;
}

/* left nav */
.shareparent {
  position: relative;
}

.shareparent .list-group {
  margin-bottom: 0;
}

#left-navbar {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 77;
}

.leftnav-title {
  padding: 7px 0;
}

.shareparent .list-group-item a {
  display: block;
}

.shareparent .list-group-item.active {
  background: #f58220;
}

.shareparent .list-group-item.active a {
  color: #fff;
}

/* body */
.body {
  margin-top: 40px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.header-inner-wrapper {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: space-between;
  padding: 0;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
  transition: all 0.3s;
}
@media only screen and (min-width: 1354px) {
  .header-inner-wrapper {
    padding: 0 20px;
  }
}
.header-inner-wrapper .logo-wrapper {
  display: none;
}
.header-inner-wrapper .logo-wrapper #branding {
  width: 65px;
  outline: none;
}
.header-inner-wrapper .logo-wrapper #branding .white-logo {
  display: none;
}
.header-inner-wrapper .logo-wrapper #branding img {
  width: 100%;
}
.header-inner-wrapper .lang-and-reserve-wrap {
  width: calc(100% - 68px);
  display: flex;
  align-items: center;
}
.header-inner-wrapper .menu-right-wrap {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .header-inner-wrapper .menu-right-wrap {
    flex-direction: row;
  }
}
.header-inner-wrapper .activate-ibe {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 50px;
  height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-family: "Mulish", sans-serif;
}
.header-inner-wrapper .activate-ibe:hover {
  color: #000;
  background-color: #e2ce53;
}
.header-inner-wrapper .activate-ibe:focus {
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .header-inner-wrapper .desktop-menu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60vw;
  }
}
@media only screen and (min-width: 768px) {
  .header-inner-wrapper {
    height: 130px;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .header-inner-wrapper .logo-wrapper {
    display: inline-block;
    left: 0;
  }
  .header-inner-wrapper .logo-wrapper #branding {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  .header-inner-wrapper .logo-wrapper #branding {
    width: 140px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .header-inner-wrapper .logo-wrapper {
    position: relative;
  }
  .header-inner-wrapper .logo-wrapper:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 40%;
    right: -1.5vw;
    background: white;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .header-inner-wrapper .activate-ibe {
    width: 270px;
    background-color: #fff;
    color: #000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  .header-inner-wrapper .activate-ibe {
    width: 230px;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .header-inner-wrapper .menu-right-wrap {
    right: 40px;
    width: auto;
  }
  .header-inner-wrapper .lang-and-reserve-wrap {
    display: flex;
    align-items: center;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .header-inner-wrapper {
    box-shadow: none;
    height: 130px;
  }
  .header-inner-wrapper .logo-wrapper #branding .white-logo {
    display: block;
  }
  .header-inner-wrapper .logo-wrapper #branding .white-logo {
    display: none;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .header-inner-wrapper {
    height: 85px;
  }
}

@media only screen and (min-width: 768px) {
  .activate-fixedmenu .header-inner-wrapper,
  .inner-page .header-inner-wrapper {
    background-color: #000;
    height: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  .activate-fixedmenu .header-inner-wrapper,
  .inner-page .header-inner-wrapper {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .activate-fixedmenu .header-inner-wrapper .logo-wrapper #branding,
  .inner-page .header-inner-wrapper .logo-wrapper #branding {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  .activate-fixedmenu .header-inner-wrapper .logo-wrapper #branding,
  .inner-page .header-inner-wrapper .logo-wrapper #branding {
    width: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .inner-page {
    padding-top: 128px;
  }
  .inner-page .header-inner-wrapper {
    height: 128px;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 7px dashed;
  border-top: 5px solid \9 ;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  color: #000;
  margin-left: 8px;
}
@media only screen and (min-width: 768px) {
  .caret {
    color: #fff;
  }
}

.language-dropdown-wrapper {
  display: block;
  position: relative;
  z-index: 10;
}
.language-dropdown-wrapper .languages {
  margin: 0;
  padding: 0;
  position: relative;
  height: 35px;
  width: 100%;
  cursor: pointer;
  z-index: 99;
}
.language-dropdown-wrapper .languages.show li {
  display: block;
}
@media only screen and (min-width: 1500px) {
  .language-dropdown-wrapper .languages {
    height: 43px;
    width: 77px;
  }
}
.language-dropdown-wrapper .languages li {
  display: none;
  list-style-type: none;
  line-height: 22px;
  margin-bottom: 0;
}
.language-dropdown-wrapper .languages li.show {
  background-color: black;
}
@media only screen and (min-width: 1200px) {
  .language-dropdown-wrapper .languages li {
    line-height: 30px;
  }
}
.language-dropdown-wrapper .languages li a {
  background: none repeat scroll 0 0;
  display: block;
  padding: 7px 8px 9px 10px;
  text-align: left;
  width: 150px;
  height: 40px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 600;
  margin-bottom: -1px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Muli";
}
@media only screen and (min-width: 1200px) {
  .language-dropdown-wrapper .languages li a {
    padding: 5px 8px 9px 10px;
  }
}
@media only screen and (min-width: 1900px) {
  .language-dropdown-wrapper .languages li a {
    font-size: 18px;
  }
}
.language-dropdown-wrapper .languages li a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.language-dropdown-wrapper .languages li.active {
  display: block;
}
.language-dropdown-wrapper .languages li.active a {
  border: 0;
  background: transparent;
  pointer-events: none;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .language-dropdown-wrapper .languages li.active a {
    color: #fff;
  }
}
.language-dropdown-wrapper .languages li.active i {
  margin-left: 8px;
  margin-bottom: 2px;
}
.language-dropdown-wrapper .languages li.active.show a {
  color: #fff;
}
.language-dropdown-wrapper .languages li.active.show .caret {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .language-dropdown-wrapper {
    display: block;
    margin-right: 20px;
    position: relative;
    width: 72px;
    padding-left: 12px;
  }
  .language-dropdown-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 1500px) {
  .language-dropdown-wrapper {
    display: inline-block;
    vertical-align: top;
  }
}

/* hamburger menu */
.menu-toggle {
  margin: 0;
  cursor: pointer;
  width: 98px;
  height: 50px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.menu-toggle span {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 100%;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dcdcdc;
}
.menu-toggle .hamburger .line {
  background-color: #000;
}
.menu-toggle .stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 20px;
  overflow: hidden;
  z-index: 3;
}
.menu-toggle .stage:hover .dot-elastic {
  animation: dotElastic 1s infinite linear;
  background-color: #999;
  color: #999;
}
.menu-toggle .stage:hover .dot-elastic::before {
  animation: dotElasticBefore 1s infinite linear;
  background-color: #999;
  color: #999;
}
.menu-toggle .stage:hover .dot-elastic::after {
  animation: dotElasticAfter 1s infinite linear;
  background-color: #999;
  color: #999;
}
@media only screen and (min-width: 768px) {
  .menu-toggle {
    background-color: transparent;
  }
  .menu-toggle:after {
    content: none;
  }
  .menu-toggle .hamburger .line {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1354px) {
  .menu-toggle {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .menu-toggle {
    display: none;
  }
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  header {
    background-color: transparent;
  }
}

.activate-fixedmenu header {
  -webkit-box-shadow: 0 4px 4px -4px #c3c3c3;
  box-shadow: 0 4px 4px -4px #c3c3c3;
}
@media only screen and (min-width: 768px) {
  .activate-fixedmenu .all-menus-container {
    top: 101px;
  }
}

/**
 * ==============================================
 * Dot Elastic
 * ==============================================
 */
.dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #d81d52;
  color: #d81d52;
}

.dot-elastic::before,
.dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #d81d52;
  color: #d81d52;
}

.dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #d81d52;
  color: #d81d52;
}

@keyframes dotElasticBefore {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dotElastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dotElasticAfter {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.desktop-menu-wrapper {
  display: none;
}
@media only screen and (min-width: 1354px) {
  .desktop-menu-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .desktop-menu-wrapper {
    display: block;
  }
}
.desktop-menu-wrapper .sm-simple li a {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-decoration: none;
  padding: 8px 0;
  margin: 0 14px;
}
@media only screen and (min-width: 1354px) {
  .desktop-menu-wrapper .sm-simple li a {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .desktop-menu-wrapper .sm-simple li a {
    font-size: 9px;
    margin: 0 8px;
  }
}
.desktop-menu-wrapper .sm-simple li a.has-submenu {
  padding-right: 0;
}
.desktop-menu-wrapper .sm-simple li a span.sub-arrow {
  display: none;
}
.desktop-menu-wrapper .sm-simple li a:hover {
  text-decoration: none;
  color: #999;
}
.desktop-menu-wrapper .sm-simple li .sub-menu li {
  border-top: 1px solid #dcdcdc;
}
.desktop-menu-wrapper .sm-simple li .sub-menu li:first-child {
  border-top: 0;
}
.desktop-menu-wrapper .sm-simple li .sub-menu li a {
  font-size: 12px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: none;
  padding: 10px 0;
  margin: 0;
  white-space: normal;
  text-transform: uppercase;
}
.desktop-menu-wrapper .sm-simple li .sub-menu li a:hover {
  color: #999;
}
.desktop-menu-wrapper .sm-simple li .sub-menu li.current-menu-item > a {
  color: #999;
}
.desktop-menu-wrapper .sm-simple li.current-menu-item > a {
  color: #ffffff;
}
.desktop-menu-wrapper .sm-simple li.current-menu-item > a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.desktop-menu-wrapper > .sm-simple > li.current-menu-item > a {
  color: #e2ce53;
}
@media only screen and (min-width: 1900px) {
  .desktop-menu-wrapper .sm-simple li a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.inner-banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.inner-banner-content h1 {
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 60px;
  color: #7b1b67;
  font-weight: bold;
  font-family: "Garamond", serif;
  text-align: center;
  text-transform: uppercase;
}
.inner-banner-content h1 .small {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 25px;
  color: #303030;
  font-weight: 500;
  font-family: "Garamond", serif;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
@media only screen and (min-width: 768px) {
  .inner-banner-content h1 {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 70px;
  }
}

.large-fixed-header {
  display: none;
}

/* ONE */
.hamburger .line {
  width: 35px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

.open #hamburger-1 .line:nth-child(2) {
  opacity: 0;
}

.open #hamburger-1 .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.open #hamburger-1 .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.mobile-logo {
  position: absolute;
  top: 0;
  height: 128px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12px 0;
  z-index: 9;
  width: 100%;
  text-align: center;
}

.inner-page .mobile-logo {
  position: static;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .inner-page .mobile-logo {
    height: 90px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .inner-page .mobile-logo a img {
    height: 100%;
    width: 12%;
  }
}

.booking-widget {
  padding: 0 18px 48px 18px;
  max-width: 320px;
  margin: 0 auto;
}
.booking-widget .button-wrap .ghost-button {
  width: 242px;
  background-color: transparent;
  font-weight: 700;
  padding: 0;
  -webkit-appearance: none;
}
.booking-widget .button-wrap .ghost-button:hover {
  color: #000;
  background-color: #e2ce53;
}
.booking-widget .booking-title {
  font-size: 24px;
  line-height: 37px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.booking-widget .promo-section {
  padding: 6px 0;
}
.booking-widget .book-section:last-of-type {
  border-bottom: none;
}
.booking-widget .book-section label {
  display: block;
  font-size: 11px;
  line-height: 37px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.booking-widget .book-section .head-count {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  width: 100%;
}
.booking-widget .book-section .head-count .adult-count,
.booking-widget .book-section .head-count .children-count {
  display: inline-block;
  vertical-align: top;
  max-width: 16px;
}
.booking-widget .book-section .head-count .children-count {
  margin-left: 18px;
}
.booking-widget .book-section .head-count .adult-selector-wapper {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative;
  padding: 0 2px 0 0;
}
.booking-widget .book-section .head-count .child-selector-wapper {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  position: relative;
  padding: 0 0 0 2px;
}
.booking-widget .book-section input {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-family: "Mulish", sans-serif;
  background-color: #ededed;
  border: none;
  padding: 0 15px;
  text-transform: uppercase;
}
.booking-widget .book-section input:focus {
  border: none;
  outline: none;
}
.booking-widget .book-section input::-webkit-input-placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.booking-widget .book-section input::-moz-placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  opacity: 1;
}
.booking-widget .book-section input:-ms-input-placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.booking-widget .book-section input::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.booking-widget .book-section #date-range::placeholder {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.booking-widget .promo-wrapper {
  border-bottom: none;
}
.booking-widget .button-wrap {
  margin-top: 8px;
}
.booking-widget .button-wrap .btn-black {
  width: 100%;
  margin-top: 16px;
  font-size: 12px;
}

#adults-count2,
#children-count2 {
  display: none;
}

.booking-widget-wrapper {
  position: absolute;
  left: auto;
  right: -110%;
  top: 100%;
  z-index: 99999;
  background-color: #ffffff;
  min-width: 320px;
  max-width: 100%;
  text-align: center;
  width: 100%;
  text-align: left;
  overflow-y: auto;
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  max-height: calc(100vh - 50px);
}
.booking-widget-wrapper.activate {
  right: 0 !important;
}
.booking-widget-wrapper .tab-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.booking-widget-wrapper .tab-area .tab {
  width: 50%;
  background: #605e5e;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 50px;
  height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  font-family: "Mulish", sans-serif;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .booking-widget-wrapper .tab-area .tab {
    font-size: 14px;
  }
}
.booking-widget-wrapper .tab-area .tab:hover {
  background: #343434;
}
.booking-widget-wrapper .tab-area .tab + .tab {
  border-left: 1px solid #fff;
}
.booking-widget-wrapper .tab-area .tab.active {
  background: #343434;
}
.booking-widget-wrapper .green-wrapper {
  background-color: #588d1c;
  padding: 20px 30px 30px 30px;
}
.booking-widget-wrapper .green-wrapper .green-title {
  display: block;
  font-size: 50px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.booking-widget-wrapper .green-wrapper .ghost-button {
  display: block;
  color: #ffffff;
  border-color: #fff;
  margin-top: 16px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .booking-widget-wrapper {
    right: -344px;
    max-width: 343px;
    max-width: 400px;
    max-height: calc(100vh - 130px);
  }
}

.booking-widget-wrapper .booking-widget {
  margin: 0 auto;
  display: none;
}
.booking-widget-wrapper .booking-widget.active {
  display: block;
}
.booking-widget-wrapper .booking-widget.room {
  max-width: 350px;
  height: 530px;
  border: none;
  border: 1px solid gray;
  margin: 20px;
  padding: 30px 20px 0;
  border-radius: 10px;
  margin: 20px auto;
}
.booking-widget-wrapper .booking-widget.room iframe {
  border: none !important;
}
.booking-widget-wrapper .booking-widget .button-wrap .ghost-button {
  width: 100%;
}
.booking-widget-wrapper .main-ibe-msg-box ul {
  list-style: none;
  padding-left: 0;
}
.booking-widget-wrapper .main-ibe-msg-box ul li {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #e83e8c;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.booking-widget-wrapper .IBE-price-match {
  display: flex;
  position: relative;
  width: 100%;
  background: #e2ce53;
  padding: 8px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}
.booking-widget-wrapper .IBE-price-match::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../assets/images/Arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.booking-widget-wrapper .IBE-price-match:hover {
  background: #f0db51;
  color: black;
}

.body-booking-widget {
  display: none;
  /* box-shadow: 0px 15px 20px 0px #cacaca45;
  -webkit-box-shadow: 0px 15px 20px 0px #cacaca45;
  -moz-box-shadow: 0px 15px 20px 0px #cacaca45; */
  position: relative;
}
.body-booking-widget:after {
  content: "";
  position: absolute;
  bottom: -25px;
  height: 25px;
  left: 0;
  width: 100%;
  background-image: url("images/shadow-rep.png");
  background-repeat: repeat-x;
}
@media only screen and (min-width: 768px) {
  .body-booking-widget .booking-widget {
    max-width: none;
    padding: 45px 15px 20px 15px;
  }
  .body-booking-widget .booking-widget .inter-elements {
    display: flex;
    justify-content: space-between;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section {
    border-bottom: none;
    padding: 0;
    flex: 1 1 37%;
    max-width: 37%;
    text-align: center;
    text-align: left;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section .date-range-2 {
    width: 285px;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section.book-dates-wrapper {
    max-width: 40%;
    flex: 1 1 40%;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section.book-head-count-wrapper {
    max-width: 37%;
    flex: 1 1 37%;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section.promo-wrapper {
    max-width: 26%;
    flex: 1 1 26%;
  }
  .body-booking-widget .booking-widget .button-wrap {
    margin-top: 38px;
    text-align: center;
  }
  .body-booking-widget .booking-widget .button-wrap .btn-black {
    margin-top: 0;
    height: 50px;
    line-height: 45px;
    width: 216px;
  }
}
@media only screen and (min-width: 992px) {
  .body-booking-widget .booking-widget .inter-elements {
    margin: 0 auto;
  }
  .body-booking-widget .booking-widget .inter-elements .promo-wrapper {
    text-align: left;
    max-width: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .body-booking-widget {
    display: block;
  }
  .body-booking-widget .booking-widget {
    display: flex;
    justify-content: center;
  }
  .body-booking-widget .booking-widget .inter-elements {
    margin: 0;
    justify-content: center;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section.range-section {
    width: 285px;
    flex: 1 1 285px;
    max-width: 285px;
    margin-right: 5px;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section.count-section {
    width: 262px;
    flex: 1 1 262px;
    max-width: 262px;
    margin: 0 5px;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section.count-section .adult-selector-wapper {
    padding: 0 5px 0 0;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section.count-section .child-selector-wapper {
    padding: 0 0 0 5px;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section.promo-wrapper {
    max-width: 120px;
    flex: 1 1 120px;
    margin-left: 5px;
  }
  .body-booking-widget .booking-widget .inter-elements .book-section.nationality-wrapper {
    max-width: 280px;
    flex: 1 1 288px;
    margin: 0 5px;
    min-width: 210px;
  }
  .body-booking-widget .booking-widget .button-wrap {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
  }
  .body-booking-widget .booking-widget .button-wrap label {
    display: block;
    height: 37px;
    margin-bottom: 0;
  }
  .body-booking-widget .booking-widget .button-wrap .btn-black {
    width: 285px;
    font-size: 12px;
  }
  .body-booking-widget .booking-widget .head-count label {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1500px) {
  .body-booking-widget {
    width: 100%;
    background-color: #fff;
  }
}

.slider-and-book-wrapper {
  position: relative;
}

/* ––––––––––– media Queries ––––––––––– */
/* custom, iphone retina */
/* extra small devices, phones */
/* small devices, tablets */
@media only screen and (min-width: 768px) {
  .mobile-logo {
    display: none !important;
  }
  /* menu max width */
  .sm {
    max-width: 320px;
  }
  #eme-slider-wrap .item .description .buttons-wrap .btn-default,
  #eme-slider-wrap-full-screen .item .description .buttons-wrap .btn-default {
    margin: 32px 10px 0;
    padding: 7px 28px;
  }
  #eme-slider-wrap .item .description .buttons-wrap .btn-default.buttonvideourl,
  #eme-slider-wrap-full-screen .item .description .buttons-wrap .btn-default.buttonvideourl {
    padding: 7px 20px;
    margin-right: 0;
  }
  #eme-slider-wrap-full-screen,
  #eme-slider-wrap-full-screen .item {
    height: calc(100vh - 115px);
    width: 100%;
    max-height: 900px;
    /* this should be the mobile image actual height - change accordingly */
    position: relative;
  }
  #eme-slider-wrap-full-screen .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  #eme-slider-wrap-full-screen img {
    display: none;
  }
}
/* medium devices, desktops */
/* large devices, wide screens */
@media only screen and (min-width: 1200px) {
  html,
  body {
    height: 100%;
  }
  #eme-slider-wrap .item .description,
  #eme-slider-wrap-full-screen .item .description {
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
  }
  #eme-slider-wrap .item .description .desc-inner span,
  #eme-slider-wrap-full-screen .item .description .desc-inner span {
    max-width: 940px;
  }
  .datepicker.dropdown-menu {
    position: absolute !important;
    /* ipad overflow cut off revert fix */
  }
  #eme-slider-wrap-full-screen,
  #eme-slider-wrap-full-screen .item {
    max-height: 900px;
    /* this should be the desktop image actual height - change accordingly */
  }
  #eme-slider-wrap .owl-carousel .owl-item img {
    height: calc(100vh - 138px);
    width: 100%;
    max-height: 950px;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1354px) {
  .desktop-menu-wrapper {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 260px;
    transform: translate(0, -50%);
  }
  .desktop-menu-wrapper .sub-menu {
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
  }
  .desktop-menu-wrapper .top-menu-wrapper {
    display: block;
    text-align: center;
  }
  .desktop-menu-wrapper .sm-simple {
    display: inline-block;
    text-align: center;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-menu-wrapper .sub-menu {
    background-color: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    position: absolute;
  }
}
@media only screen and (min-width: 1900px) {
  .desktop-menu-wrapper .sm-simple li a {
    font-size: 17px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 2100px) {
  .desktop-menu-wrapper .sm-simple li a {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .sm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  #eme-slider-wrap .item .description,
  #eme-slider-wrap-full-screen .item .description {
    bottom: 45px;
  }
  .desktop-menu-wrapper {
    right: 350px;
  }
}
.scroll-down.activate-fixedmenu .large-fixed-header {
  transform: translate3d(0, 0, 0) !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.ibe_nat_popup {
  font-family: "Montserrat", sans-serif;
}
.ibe_nat_popup .error {
  border-color: #db4431 !important;
  color: #ff0000;
}
.ibe_nat_popup .error .nice-select span.current {
  color: #db4431 !important;
}
.ibe_nat_popup .success {
  color: #00ff00;
}
.ibe_nat_popup #ibe_msg.error {
  color: #db4431 !important;
}
.ibe_nat_popup #ibe_msg.info {
  color: #0079f5 !important;
}
.ibe_nat_popup #ibe_msg.success {
  color: #59a500 !important;
}
.ibe_nat_popup .ibe-overlay {
  background: url("images/overlay.png") repeat scroll left top rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8000;
  background: url("images/overlay.png") repeat scroll left top rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8000;
}
.ibe_nat_popup .box {
  color: #fff;
  left: 50%;
  position: fixed;
  top: -200px;
  width: 635px;
  z-index: 9999;
  margin-left: -317px;
}
.ibe_nat_popup .box .alrtbox-title span {
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 400;
  height: auto;
  text-transform: inherit;
  width: auto;
}
.ibe_nat_popup .box .alrtbox-title p {
  color: #fff;
  float: right;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  padding-top: 5px;
  width: auto;
  margin: 0;
}
.ibe_nat_popup .alert-box {
  display: none;
  left: 230px;
  position: absolute;
  top: -130px;
  width: 386px;
  z-index: 800;
}
.ibe_nat_popup .alert-box .alert-box-top {
  background: url(images/alert-box-top.png) no-repeat scroll left top rgba(0, 0, 0, 0);
  height: 15px;
  width: 386px;
}
.ibe_nat_popup .alert-box .alert-box-center {
  background: url(images/alert-box-center.png) repeat-y scroll left top rgba(0, 0, 0, 0);
  width: 386px;
  height: auto;
  float: left;
}
.ibe_nat_popup .alert-box .alert-box-center p {
  height: auto;
  padding: 0 25px;
  color: #747474;
  font-size: 11px;
  width: 337px;
}
.ibe_nat_popup .alert-box .alert-box-center p a {
  color: #cb8f44;
  font-size: 11px;
}
.ibe_nat_popup .alert-box .alert-box-bottom {
  background: url(images/alert-box-bottom.png) no-repeat scroll left bottom rgba(0, 0, 0, 0);
  height: 43px;
  width: 386px;
  float: left;
}
.ibe_nat_popup #alert-close-btn {
  cursor: pointer;
  display: block;
  margin-left: 360px;
}
.ibe_nat_popup a.boxclose {
  background-image: url("images/close-white.svg");
  cursor: pointer;
  float: right;
  height: 15px;
  margin-right: 0;
  margin-top: -36px;
  width: 15px;
  background-color: #b3a06d;
  border-radius: 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.ibe_nat_popup .alrtbox-title {
  color: #fff;
  float: left;
  height: auto;
  margin: -20px -20px 0;
  padding: 10px;
  width: 655px;
  background-color: rgb(179, 160, 109);
}
.ibe_nat_popup #info {
  background: scroll center top rgba(0, 0, 0, 0);
  cursor: pointer;
  float: left;
  height: 22px;
  margin: 0 20px;
  width: 22px;
}
.ibe_nat_popup .alrtbox-content {
  background-color: #212121;
  float: left;
  height: auto;
  margin-left: -20px;
  padding: 20px 0 20px 20px;
  width: 655px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.ibe_nat_popup .alrtbox-content .nic {
  float: left;
  width: 225px;
}
.ibe_nat_popup .alrtbox-content label {
  color: #fff;
  float: left;
  font-size: 12px;
  height: 16px;
  text-transform: uppercase;
  width: 100%;
}
.ibe_nat_popup .alrtbox-content .inputs {
  float: left;
  height: auto;
  width: 100%;
}
.ibe_nat_popup .alrtbox-content .inputs input[type=text] {
  border: medium none;
  float: left;
  height: 25px;
  margin-top: 5px;
  outline: medium none;
  padding: 0 5px;
  width: 215px;
  color: #212121;
  font-size: 11px;
  letter-spacing: 0.7px;
  border: 1px solid transparent;
}
.ibe_nat_popup .alrtbox-content .dob {
  float: left;
  margin: 0 18px;
  width: 265px;
}
.ibe_nat_popup .alrtbox-content .proceed-but {
  margin-top: 25px;
  background: none repeat scroll 0 0 transparent;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  border: 1px solid #ffffff;
}
.ibe_nat_popup .alrtbox-content .proceed-but:hover {
  background-color: #b3a06d;
  border-color: #b3a06d;
}
.ibe_nat_popup .inputs-select {
  float: left;
  margin: 5px 4px 0;
  text-align: left;
  width: 80px;
}
.ibe_nat_popup .inputs-select select {
  background: no-repeat scroll 60% 50% #fff !important;
  border: medium none;
  cursor: pointer;
  float: left;
  font-size: 11px !important;
  height: 26px;
  line-height: 130% !important;
  padding: 5px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.7px;
}
.ibe_nat_popup .nice-select .list {
  overflow: scroll;
}
.ibe_nat_popup #msgDoNot {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #212121;
  float: left;
  font-size: 11px;
  height: auto;
  margin: 5px 0;
  text-align: center;
  width: auto;
  background: none repeat scroll 0 0 rgb(208, 186, 128);
  margin: 0;
  width: 100%;
}
.ibe_nat_popup #msgDoNot span {
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
}
.ibe_nat_popup #msgLoaderNic {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: right;
  font-size: 11px;
  height: auto;
  margin: 5px 0;
  text-align: right;
  width: auto;
  float: none;
  text-align: center;
  margin: 0;
  background: #f00;
  color: #fff;
  width: 100%;
}
.ibe_nat_popup .acr-ibe-wrap .ibe_upd-wrapper.mob-padding.col-lg-12 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ibe_nat_popup .acr-ibe-wrap .ibe_upd-wrapper.mob-padding.col-lg-12 .ibe_upd-colmn {
  flex: 1 1 100%;
  max-width: 100%;
}
.ibe_nat_popup .ibe_upd-colmn .ibe-make-rv {
  width: 100%;
}
.ibe_nat_popup .ibe_upd-colmn .ibe-make-rv p {
  padding: 12px 0 12px 19px;
}
.ibe_nat_popup .ibe_upd-colmn .ibe-country {
  width: 100%;
}
.ibe_nat_popup .ibe_upd-colmn .ibe-booknow-btn {
  width: 100%;
}
.ibe_nat_popup .ibe_upd-colmn.ibe-rv-link {
  width: 100%;
}
.ibe_nat_popup .ibe_upd-colmn.ibe-col-three .ibe-booknow-btn {
  display: flex;
}
.ibe_nat_popup #box.box {
  margin-left: unset;
  top: -400px;
  width: calc(100% - 20px);
  max-width: 720px;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 999999;
}
.ibe_nat_popup #box.box .alrtbox-content {
  display: flex;
  flex-direction: column;
  float: none;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 20px;
}
.ibe_nat_popup #box.box .alrtbox-content .inputs input[type=text] {
  width: calc(100% - 10px);
}
.ibe_nat_popup #box.box .alrtbox-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: none;
  width: auto;
  margin: 0;
  text-align: center;
}
.ibe_nat_popup #box.box a.boxclose {
  margin-top: -20px;
}
.ibe_nat_popup #box.box .ibe_upd_box.nic {
  width: 100%;
  float: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ibe_nat_popup #box.box .ibe_upd_box.dob {
  width: 100%;
  float: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ibe_nat_popup #box.box .ibe_upd_box.proceed-but {
  width: 100%;
  float: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ibe_nat_popup .ibe_upd_box.dob {
  margin-right: 0;
  margin-left: 0;
}
.ibe_nat_popup .ibe_upd_box.dob .dob-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.ibe_nat_popup .ibe_upd_box.dob .dob-wrapper .inputs-select {
  float: none;
  margin-left: 0;
  margin-right: 0;
  flex: 1 1 33.33%;
  max-width: 33.33%;
}
.ibe_nat_popup #msgLoaderNic.success {
  background: #13dc02;
}

@media only screen and (min-width: 1024px) {
  .ibe_nat_popup .alrtbox-content {
    border-right: 2px solid rgba(255, 255, 255, 0.4);
    border-left: 2px solid rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .ibe_nat_popup .acr-ibe-wrap .ibe_upd-wrapper.mob-padding.col-lg-12 {
    flex-direction: row;
  }
  .ibe_nat_popup .acr-ibe-wrap .ibe_upd-wrapper.mob-padding.col-lg-12 .ibe_upd-colmn {
    flex: 1 1 25%;
    max-width: 25%;
  }
  .ibe_nat_popup #box.box .alrtbox-content {
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }
  .ibe_nat_popup #box.box .alrtbox-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .ibe_nat_popup #box.box .ibe_upd_box.nic {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
    flex: 1 1 calc(40% - 20px);
    max-width: calc(40% - 20px);
  }
  .ibe_nat_popup #box.box .ibe_upd_box.dob {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
    flex: 1 1 calc(40% - 20px);
    max-width: calc(40% - 20px);
  }
  .ibe_nat_popup #box.box .ibe_upd_box.proceed-but {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
  }
  .ibe_nat_popup .ibe_upd_box.dob .dob-wrapper {
    gap: 10px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 991px) {
  .ibe_nat_popup .ibe_upd-colmn .ibe-col-two {
    width: 100%;
    float: none;
  }
  .ibe_nat_popup .ibe_upd-colmn .ibe-make-rv {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .ibe_nat_popup #box.box {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 0 20px;
  }
}
.desk-lang-drop {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .desk-lang-drop {
    display: flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .mob-logo-wrapper-new {
    display: none !important;
  }
}

.check-rates-btn-new {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 10px 50px;
  margin: auto;
  background-color: White;
  text-align: center;
  filter: drop-shadow(4px -8px 19px #4a4a4a);
  text-transform: uppercase;
  font-size: 16px;
}
.check-rates-btn-new.active:after {
  content: "X";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
@media only screen and (min-width: 1200px) {
  .check-rates-btn-new {
    display: none;
  }
}

.desk-menu-brand-name {
  display: none;
}
.desk-menu-brand-name span {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .desk-menu-brand-name {
    display: flex;
  }
}

.sm-simple {
  background: transparent;
}
@media only screen and (min-width: 1354px) {
  .sm-simple#desktop-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: none;
  }
}

.all-menus-container {
  background-color: #ffffff;
  padding: 10px 0 43px 0;
}
.all-menus-container .sm-simple {
  padding-top: 30px;
}
.all-menus-container .sm-simple ul {
  padding: 5px 15px;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.all-menus-container .sm-simple li {
  opacity: 0;
  transition: opacity 350ms;
}
.all-menus-container .sm-simple li a {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 37px;
  color: #000000;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  padding: 4px 20px 4px 20px;
  text-decoration: none;
  text-transform: none;
  text-transform: uppercase;
}
.all-menus-container .sm-simple li.current-menu-item > a {
  position: relative;
  font-weight: 700;
}
.all-menus-container .sm-simple li.current-menu-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  background: black;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.all-menus-container .sm-simple ul.sub-menu {
  background-color: #ffffff;
}
.all-menus-container .sm-simple ul.sub-menu li a {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 32px;
  padding: 2px 20px 2px 20px;
}
.all-menus-container.expand .sm-simple li {
  opacity: 1;
  transition: opacity 350ms;
}
.all-menus-container.expand .sm-simple li:nth-child(1) {
  transition-delay: 60ms;
}
.all-menus-container.expand .sm-simple li:nth-child(2) {
  transition-delay: 120ms;
}
.all-menus-container.expand .sm-simple li:nth-child(3) {
  transition-delay: 180ms;
}
.all-menus-container.expand .sm-simple li:nth-child(4) {
  transition-delay: 240ms;
}
.all-menus-container.expand .sm-simple li:nth-child(5) {
  transition-delay: 300ms;
}
.all-menus-container.expand .sm-simple li:nth-child(6) {
  transition-delay: 360ms;
}
.all-menus-container.expand .sm-simple li:nth-child(7) {
  transition-delay: 420ms;
}
.all-menus-container.expand .sm-simple li:nth-child(8) {
  transition-delay: 480ms;
}
.all-menus-container.expand .sm-simple li:nth-child(9) {
  transition-delay: 540ms;
}
.all-menus-container.expand .sm-simple li:nth-child(10) {
  transition-delay: 600ms;
}
.all-menus-container.expand .sm-simple li:nth-child(11) {
  transition-delay: 660ms;
}
.all-menus-container.expand .sm-simple li:nth-child(12) {
  transition-delay: 720ms;
}
.all-menus-container.expand .sm-simple li:nth-child(13) {
  transition-delay: 880ms;
}
.all-menus-container.expand .sm-simple li:nth-child(14) {
  transition-delay: 940ms;
}
.all-menus-container.expand .sm-simple li:nth-child(15) {
  transition-delay: 1000ms;
}
@media only screen and (min-width: 768px) {
  .all-menus-container {
    left: auto;
    width: 320px;
    top: 130px;
    max-height: calc(100vh - 50px);
    overflow-x: hidden;
    height: auto;
  }
}
.all-menus-container .sm {
  min-width: 272px;
}
.all-menus-container .mob-lang-wrap {
  padding: 50px 8px 0;
}
@media only screen and (min-width: 1200px) {
  .all-menus-container {
    top: 130px;
  }
  .all-menus-container .sm-simple a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 31px;
  }
}
.all-menus-container .img-and-menus-wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (min-width: 1500px) {
  .all-menus-container {
    display: none;
  }
}

.sm-simple a.has-submenu span.sub-arrow:before {
  display: block;
  content: "";
  width: 15px;
  height: 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("images/plus.svg");
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  top: 5px;
  right: 20px;
}

.sm-simple a.has-submenu.highlighted span.sub-arrow:before {
  background-image: url("images/minus.svg");
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  z-index: 999;
  cursor: pointer;
}

.close-btn:hover {
  opacity: 1;
}

.close-btn:before,
.close-btn:after {
  position: absolute;
  left: 15px;
  top: 5px;
  content: " ";
  height: 23px;
  width: 2px;
  background-color: rgb(255, 255, 255);
}

.close-btn:before {
  transform: rotate(45deg);
}

.close-btn:after {
  transform: rotate(-45deg);
}

.mega-second-menu-container,
.mega-third-menu-container,
.mega-fourth-menu-container {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .mega-second-menu-container,
  .mega-third-menu-container,
  .mega-fourth-menu-container {
    display: block;
    flex: 0 0 auto;
    padding-left: 55px;
  }
}

.menu-containers .menu-title {
  display: none;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Garamond", serif;
}
@media only screen and (min-width: 1200px) {
  .menu-containers .menu-title {
    display: block;
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) {
  .all-menus-container .sm-simple li {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .all-menus-container .menus-only {
    transform: translateY(30px);
    transition: transform 1400ms;
  }
  .all-menus-container.expand .menus-only {
    transform: translateY(0);
    transition-delay: 70ms;
    transition: transform 1400ms;
  }
}

@media only screen and (min-width: 1500px) {
  .all-menus-container .mega-menu-img .img-wrapper {
    transform: translateY(30px);
    transition: transform 1400ms;
  }
}
.all-menus-container.expand .mega-menu-img .img-wrapper {
  transform: translateY(0);
  transition: transform 700ms;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.booking-widget .book-section {
  margin-bottom: 10px;
}
.booking-widget .book-section .nationality-wrapper {
  display: inline-block;
  width: 100%;
}
.booking-widget .head-count .nice-select.nice-select-booking {
  border: none;
  width: 100%;
  background-color: #ededed;
  height: 50px;
}
.booking-widget .head-count .nice-select.nice-select-booking span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.booking-widget .head-count .nice-select.nice-select-booking .list {
  width: 100%;
  max-height: 192px;
  overflow: auto;
}
.booking-widget .head-count .nice-select:after {
  content: none;
}
.booking-widget .head-count .nice-select .option {
  padding-left: 29px;
  padding-right: 39px;
}
.booking-widget .head-count label {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 37px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.booking-widget .nice-select {
  border: none;
  width: 100%;
  background-color: #ededed;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.booking-widget .nice-select:after {
  content: none;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(68, 68, 68, 0.36);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #9f9f9f;
}

.flatpickr-day.nextMonthDay {
  color: #393939;
  font-weight: 600;
}

.flatpickr-day {
  color: #000000;
  font-weight: 600;
}

.errorFieldIbe {
  border: 1px solid #ff9494 !important;
}

.errMsgIbe {
  display: none;
  color: red;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
}

.errMsgIbeDefault {
  width: 100%;
  text-align: center;
  display: none;
  color: red;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  text-align: left;
  z-index: 9;
  top: 135px;
  max-width: 1082px;
  margin: -47px auto 0;
}

img.lazyImg {
  opacity: 0;
}

img.visible {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

[data-imgsrc].lazyBackground {
  opacity: 0;
}

[data-imgsrc].visible {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

.owl-carousel.off {
  display: block;
}

.owl-nav button span {
  font-size: 35px;
  line-height: 20px;
  color: #fff;
  height: 100%;
  display: block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.owl-nav button:hover span {
  color: #999;
}

.black-nav .owl-nav button span {
  color: #000;
}
.black-nav .owl-nav button:hover span {
  color: #999;
}

@media only screen and (min-width: 768px) {
  .top-navigation .counter .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    height: 14px;
    top: -63px;
    left: auto;
    right: 22px;
    width: 54px;
    transform: translateX(0);
  }
}

@media only screen and (min-width: 768px) {
  .top-navigation .counter-sides-nav .owl-nav {
    position: absolute;
    bottom: auto;
    right: 0;
    top: -68px;
    height: 22px;
    width: 100px;
    left: auto;
    transform: translateX(0);
  }
}

.text-bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 160px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 0;
}

.only-on-1600 {
  display: none;
}
@media only screen and (min-width: 1500px) {
  .only-on-1600 {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.white-bg {
  background-color: #fff;
}

.light-blue-bg {
  background-color: #e8eff4;
}

.light-bg {
  background-color: #f3f7f9;
}

.caps {
  text-transform: uppercase;
}

.black-link {
  font-size: 17px;
  letter-spacing: 0px;
  color: #717171;
  font-weight: 500;
  font-family: "Garamond", serif;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
}
.black-link:hover {
  text-decoration: none;
  color: #999;
}
.black-link:hover:after {
  background-color: #999;
}
.black-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #717171;
}

html:not(.no-js) .fade-on-scroll {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-timing-function: ease;
  transition-duration: 1400ms;
}

html:not(.no-js) .fade-on-scroll.visible {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.inner-title {
  font-size: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.49));
}

.inner-title-2 {
  display: block;
  font-size: 40px;
  line-height: 43px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .inner-title-2 {
    margin-bottom: 44px;
  }
}

.seo-text {
  padding: 38px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .seo-text {
    padding: 55px 55px;
  }
}
@media only screen and (min-width: 992px) {
  .seo-text {
    padding: 74px 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .seo-text {
    padding: 74px 175px 55px 175px;
  }
}
@media only screen and (min-width: 1500px) {
  .seo-text p {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.img-wrapper img {
  width: 100%;
  max-width: 100%;
}

.two-col-wrapper .item {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .two-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .two-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .two-col-wrapper .item {
    margin-bottom: 80px;
    flex: 1 1;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    align-items: center;
  }
  .two-col-wrapper .item a {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .two-col-wrapper .item a:hover, .two-col-wrapper .item a:focus {
    text-decoration: none;
  }
  .two-col-wrapper .item .content-wrapper p {
    max-width: 500px;
    display: table;
  }
}
@media only screen and (min-width: 1500px) {
  .two-col-wrapper .item {
    margin-bottom: 100px;
  }
}

.three-col-wrapper .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .three-col-wrapper .item {
    margin-bottom: 10px;
  }
}
.three-col-wrapper .item img {
  width: 100%;
  max-width: 100%;
}
.three-col-wrapper .item .buttons-wrapper .ghost-button {
  margin-top: 5px;
  min-width: 252px;
  line-height: 58px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .three-col-wrapper .item .buttons-wrapper .ghost-button {
    min-width: 150px;
    line-height: 32px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .three-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .three-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .three-col-wrapper .item {
    flex: 1 1;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    align-items: center;
  }
  .three-col-wrapper .item a {
    display: flex;
    flex-direction: column;
  }
  .three-col-wrapper .item a:hover, .three-col-wrapper .item a:focus {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1500px) {
  .three-col-wrapper .item {
    flex-basis: calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .three-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .three-col-wrapper .item {
    flex-basis: calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
  }
}

.four-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.four-col-wrapper .item {
  margin-bottom: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .four-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .four-col-wrapper .item {
    flex: 1 1;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
  .four-col-wrapper .item a {
    display: flex;
    flex-direction: column;
  }
  .four-col-wrapper .item a:hover, .four-col-wrapper .item a:focus {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1200px) {
  .four-col-wrapper .item {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1500px) {
  .four-col-wrapper .item {
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}

.five-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.five-col-wrapper .item {
  margin-bottom: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .five-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .five-col-wrapper .item {
    flex: 1 1;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
  }
  .five-col-wrapper .item a {
    display: flex;
    flex-direction: column;
  }
  .five-col-wrapper .item a:hover, .five-col-wrapper .item a:focus {
    text-decoration: none;
  }
}
@media only screen and (min-width: 992px) {
  .five-col-wrapper .item {
    flex: 1 1;
    flex-basis: calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
  }
}
@media only screen and (min-width: 1200px) {
  .five-col-wrapper .item {
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
}
@media only screen and (min-width: 1500px) {
  .five-col-wrapper .item {
    flex-basis: calc(20% - 30px);
    max-width: calc(20% - 30px);
  }
}

@media only screen and (min-width: 1200px) {
  .item.accommodation .content-wrapper p {
    min-height: 130px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .item.accommodation .content-wrapper .grey-text {
    min-height: 100px;
  }
}

img.lazyImg {
  opacity: 0;
}

img.scaletransit {
  transform: scale(0);
}

img.visible {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

img.visible.scaletransit {
  transform: scale(1);
  -webkit-transition: opacity 0.5s linear 0.2s, transform 0.5s ease-in;
  -moz-transition: opacity 0.5s linear 0.2s, transform 0.5s ease-in;
  transition: opacity 0.5s linear 0.2s, transform 0.5s ease-in;
  transition-delay: 0.5s;
  opacity: 1;
}

[data-imgsrc].lazyBackground {
  opacity: 0;
}

[data-imgsrc].visible {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.col-12 {
  padding-right: 15px;
  padding-left: 15px;
}

.indicator {
  text-align: center;
  margin-top: 10px;
}

.indicator-white {
  text-align: center;
}
.indicator-white div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 45px;
  height: 10px;
}

.ghost-button {
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid;
  transition: all 0.2s ease;
  box-sizing: border-box;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  padding: 12px 22px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .ghost-button {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 0 12px;
  }
}
.ghost-button.black {
  color: #000000;
  border-color: #000000;
}
.ghost-button.black:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.ghost-button.black.off {
  padding: 5px 12px;
}
.ghost-button.black.pad {
  padding: 12px 12px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .ghost-button.black.pad {
    padding: 12px 22px;
  }
}
.ghost-button.blue {
  color: #123445;
  border-color: #123445;
}
.ghost-button.blue:hover {
  background-color: #e2ce53;
  color: #123445;
  border-color: #e2ce53;
}

.btn-black {
  display: inline-block;
  border: 1px solid;
  border-color: #000;
  background-color: #000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 50px;
  color: #ffffff;
  padding: 0 18px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .btn-black {
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 25px;
  }
}
.btn-black:hover {
  background-color: #fff;
  color: #333;
  border-color: #333;
}

.btn-white {
  display: inline-block;
  border: 2px solid;
  border-color: #fff;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 30px;
  color: #000;
  padding: 9px 20px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-decoration: none !important;
}
.btn-white:hover {
  background-color: transparent;
  border-color: #fff;
}

.default-button {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  background-color: #123445;
  display: inline-block;
  outline: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 0 30px;
}
.default-button:hover {
  background-color: #e2ce53;
  color: #000000;
  border-color: #e2ce53;
}

.sub-title {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #123445;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.secondary-title {
  font-size: 26px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .secondary-title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 4px;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .secondary-title {
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 3px;
  }
}

.add-underline {
  position: relative;
  margin-bottom: 50px;
}
.add-underline:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 25px);
  background-color: #d23030;
}
@media only screen and (min-width: 768px) {
  .add-underline {
    margin-bottom: 72px;
  }
  .add-underline:after {
    top: calc(100% + 35px);
  }
}

.link-underlined {
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  font-family: "Tinos";
  text-align: center;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.link-underlined:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #000;
  top: calc(100% + 7px);
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .link-underlined:after {
    height: 2px;
  }
}
.link-underlined:hover:after {
  background-color: #e2ce53;
}

.title-wrapper {
  text-align: center;
  margin-top: 40px;
}
.title-wrapper h2 {
  font-size: 28px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0 15px;
}
.title-wrapper .link-underlined {
  font-size: 11px;
  letter-spacing: 3px;
  color: #000000;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .title-wrapper .link-underlined {
    line-height: 10px;
    font-size: 9px;
    letter-spacing: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .title-wrapper h2 {
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  .title-wrapper h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1200px) {
  .title-wrapper {
    position: relative;
  }
  .title-wrapper .link-underlined {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .title-wrapper {
    font-size: 10px;
    letter-spacing: 2px;
  }
}

ul {
  margin-top: 10px;
  padding-left: 20px;
  text-align: left !important;
}
ul li {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  font-family: "Garamond", serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  ul li {
    line-height: 16px;
  }
}

.inner-page .welcome-section {
  padding: 54px 20px 0 20px;
}
.inner-page .welcome-section h1,
.inner-page .welcome-section .h1 {
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
}
.inner-page .welcome-section h2 {
  font-weight: 300;
}
.inner-page .welcome-section .second-title {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  margin-top: unset !important;
  margin-bottom: unset !important;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .inner-page .welcome-section .second-title {
    font-size: 10px;
    line-height: 12px;
  }
}
.inner-page .welcome-section table {
  width: 100%;
}
.inner-page .welcome-section table th {
  text-align: center;
  font-weight: 600;
  border: 1px solid #000000;
  padding: 5px;
}
.inner-page .welcome-section table td {
  border: 1px solid #000000;
  padding: 5px;
  text-align: left;
  vertical-align: top !important;
}
.inner-page .default-wrapper .default-content-wrapper {
  padding: 35px 20px;
}
.inner-page .default-wrapper table {
  width: 100%;
}
.inner-page .default-wrapper table th {
  text-align: center;
  font-weight: 600;
  border: 1px solid #000000;
  padding: 5px;
}
.inner-page .default-wrapper table td {
  border: 1px solid #000000;
  padding: 5px;
  text-align: left;
  vertical-align: top !important;
}
@media only screen and (min-width: 768px) {
  .inner-page .welcome-section {
    padding: 74px 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  .inner-page .welcome-section {
    padding: 45px 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .inner-page .welcome-section h1,
  .inner-page .welcome-section .h1 {
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  .inner-page .welcome-section h1,
  .inner-page .welcome-section .h1 {
    font-size: 32px;
    letter-spacing: 3px;
    line-height: 36px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .inner-page .default-wrapper .default-content-wrapper {
    margin-right: 70px;
    margin-left: 70px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-page .default-wrapper .default-content-wrapper {
    margin-right: 100px;
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .inner-page .default-wrapper .default-content-wrapper {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
  }
}

.welcome-section {
  padding: 88px 20px 55px 20px;
}
.welcome-section h1 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.welcome-section p {
  text-align: center;
  margin-top: 25px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #000000;
  font-family: "Garamond", serif;
  text-align: center;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .welcome-section p {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 480px) {
  .welcome-section h1 {
    max-width: none;
    padding: 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .welcome-section {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding: 114px 20px 75px 20px;
  }
  .welcome-section h1 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 45px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  .welcome-section h1 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 35px;
    padding: 0;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .welcome-section .second-title {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .welcome-section {
    max-width: 1075px;
    padding: 200px 20px 75px 20px;
  }
}
@media only screen and (min-width: 1500px) {
  .welcome-section {
    padding: 145px 20px 75px 20px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .welcome-section {
    padding: 90px 20px 75px 20px;
    margin-top: 6px;
    max-width: 800px;
  }
}
.welcome-section .second-title {
  display: block;
  font-size: 16px;
  letter-spacing: 6px;
  line-height: 26px;
  color: #000000;
  font-weight: 300;
  text-align: center;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .welcome-section .second-title {
    font-size: 9px;
    letter-spacing: 4px;
  }
}
.welcome-section .second-title a {
  font-size: 16px;
  letter-spacing: 6px;
  line-height: 26px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 6px;
  margin-bottom: 4px;
  display: inline-block;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .welcome-section .second-title a {
    font-size: 10px;
    letter-spacing: 4px;
  }
}
.welcome-section .second-title a:hover {
  color: #999;
}
.welcome-section .second-title span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .welcome-section .second-title a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .welcome-section .second-title span {
    display: inline-block !important;
  }
}

.related-products {
  padding-bottom: 20px;
  padding-top: 70px;
}
.related-products .secondary-title {
  padding: 0 50px;
}
.related-products .related-carousel-wrapper {
  padding-top: 1px;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.related-products .related-carousel-wrapper #related-products .item {
  text-align: center;
  margin-top: 6px;
}
.related-products .related-carousel-wrapper #related-products .item .rp-img {
  height: 215px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper {
  margin-top: 27px;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper p.title {
  font-size: 18px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper .ghost-button {
  margin-top: 10px;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper .buttons-wrapper {
  margin-top: auto;
  padding-bottom: 6px;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper .buttons-wrapper.no-margin {
  margin-top: 0;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper .buttons-wrapper a {
  margin-top: 30px;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper .size-wrapper {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper hr {
  width: 158px;
  height: 1px;
  margin: 0 auto 25px auto;
  background-color: #b7b7b7;
}
.related-products .related-carousel-wrapper #related-products .item .description-wrapper p {
  margin-bottom: 20px;
}
.related-products .related-carousel-wrapper #related-products .owl-nav {
  display: none;
}
.related-products .related-carousel-wrapper .indicator {
  text-align: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .related-products {
    padding-bottom: 30px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .related-products .related-carousel-wrapper {
    max-width: none;
  }
}
@media only screen and (min-width: 1200px) {
  .related-products {
    padding-bottom: 90px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .related-products .related-carousel-wrapper {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  .related-products .related-carousel-wrapper #related-products .owl-stage {
    display: flex;
  }
  .related-products .related-carousel-wrapper #related-products .owl-stage .owl-item {
    display: flex;
    flex-direction: column;
  }
  .related-products .related-carousel-wrapper #related-products .owl-stage .owl-item .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .related-products .related-carousel-wrapper #related-products .owl-stage .owl-item .item .description-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1 0;
  }
}
@media only screen and (min-width: 1200px) and (-ms-high-contrast: none), only screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .related-products .related-carousel-wrapper #related-products .owl-stage .owl-item .item .description-wrapper {
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .related-products .related-carousel-wrapper #related-products .owl-stage .owl-item .item .description-wrapper p {
    width: 100%;
    max-width: 100%;
  }
  .related-products .related-carousel-wrapper #related-products .owl-stage .owl-item .item .rp-img {
    height: 390px;
  }
  .related-products .related-carousel-wrapper #related-products .owl-stage .owl-nav {
    display: block;
  }
  .related-products .indicator {
    display: none;
  }
  .related-products .owl-dots {
    display: none;
  }
  .related-products .title-wrapper h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .related-products {
    padding-top: 92px;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-products .related-carousel-wrapper #related-products .item .description-wrapper {
    max-width: 552px;
    margin-left: auto;
    margin-right: auto;
  }
}

.nav-center .owl-nav .owl-next {
  position: absolute;
  top: 230px;
  right: 30px;
}
@media only screen and (min-width: 1500px) {
  .nav-center .owl-nav .owl-next {
    top: 355px;
  }
}
.nav-center .owl-nav .owl-prev {
  position: absolute;
  top: 230px;
  left: 30px;
}
@media only screen and (min-width: 1500px) {
  .nav-center .owl-nav .owl-prev {
    top: 355px;
  }
}

.same-height .owl-stage {
  display: flex;
}
.same-height .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.same-height .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.counter .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  left: 50%;
  width: 90px;
  transform: translateX(-50%);
}
.counter .owl-dots:before {
  content: "";
  position: absolute;
  top: 14px;
  width: 1px;
  height: 15px;
  background-color: #eaeaea;
  left: 50%;
}
.counter .owl-dots:after {
  position: absolute;
  content: "0" counter(slides-num);
  display: inline-block;
  vertical-align: top;
  right: 0;
  padding-left: 5px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.counter .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 5px;
}
.counter .owl-dot span {
  display: none;
}
.counter .owl-dot.active:before {
  content: "0" counter(slides-num);
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.counter.black-counter .owl-dots:before {
  background-color: #000;
}
.counter.black-counter .owl-dots:after {
  color: #000;
}
.counter.black-counter .owl-dot.active:before {
  color: #000;
}

.counter-sides-nav {
  position: relative;
}
.counter-sides-nav .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -50px;
  height: 22px;
  width: 100px;
  left: auto;
  transform: translateX(-7px);
}
.counter-sides-nav .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  height: 30px;
}
.counter-sides-nav .owl-nav .owl-next {
  position: absolute;
  right: 0;
  height: 30px;
}
.counter-sides-nav .owl-nav button svg {
  fill: #fff;
}
.counter-sides-nav .owl-dots {
  left: auto;
  top: -58px;
  right: 30px;
  transform: translateX(0);
}
@media only screen and (min-width: 1200px) {
  .counter-sides-nav .owl-dots {
    right: 60px;
  }
  .counter-sides-nav .owl-nav {
    right: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .counter-sides-nav .owl-dots {
    right: 86px;
  }
  .counter-sides-nav .owl-nav {
    right: 56px;
  }
}

.hide-on-mobile {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .hide-on-mobile {
    display: block !important;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.date-range {
  background-image: url("images/date picker.svg");
  background-position: right 15px center;
  background-size: auto;
  background-repeat: no-repeat;
}

.nice-select {
  border-radius: 0;
  padding: 0 15px;
  background-image: url("images/dropdown.svg");
  background-position: right 15px center;
  background-size: auto;
  background-repeat: no-repeat;
}

.desc-type-1 {
  text-align: center;
  padding: 0 15px;
}
.desc-type-1 .title {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-top: 33px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .desc-type-1 .title {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .desc-type-1 .title {
    text-align: center;
  }
}
.desc-type-1 p {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #000000;
  font-family: "Garamond", serif;
  text-align: center;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .desc-type-1 p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .desc-type-1 p {
    text-align: center;
    padding-bottom: 30px;
  }
}
.desc-type-1 .buttons-wrapper {
  margin-top: 35px;
}
.desc-type-1 .buttons-wrapper a {
  width: 330px;
  display: block;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .desc-type-1 .buttons-wrapper a {
    width: 148px;
  }
}
@media only screen and (min-width: 768px) {
  .desc-type-1 {
    padding: 0 85px;
  }
  .desc-type-1 .buttons-wrapper {
    font-size: 0;
  }
  .desc-type-1 .buttons-wrapper a {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
  }
  .desc-type-1 .title {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  .desc-type-1 .title {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .desc-type-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .desc-type-1 .dt-1-left {
    flex: 0 0 calc(100% - 540px);
    max-width: calc(100% - 540px);
    text-align: left;
  }
  .desc-type-1 .dt-1-left .title {
    text-align: left;
  }
  .desc-type-1 .dt-1-left p {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .desc-type-1 .dt-1-left p {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .desc-type-1 .buttons-wrapper {
    flex: 0 0 0;
    width: 100%;
    max-width: unset;
    text-align: right;
    margin-top: 58px;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .desc-type-1 .buttons-wrapper {
    flex: 0 0 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .desc-type-1 .buttons-wrapper a {
    margin-left: 10px;
    margin-right: 0;
  }
  .desc-type-1 .hm-explore-card p,
  .desc-type-1 .hm-explore-card span {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .desc-type-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .desc-type-1 .dt-1-left {
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
  }
}

.widget-type-1 {
  position: relative;
}
.widget-type-1 .bg-height {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget-type-1 .owl-nav {
  display: none;
}
.widget-type-1 .display-counters,
.widget-type-1 .display-counters-2 {
  position: absolute;
  width: 125px;
  left: 50%;
  transform: translateX(-50%);
  top: 257px;
  z-index: 3;
  text-align: center;
  font-size: 0;
}
.widget-type-1 .display-counters span,
.widget-type-1 .display-counters-2 span {
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0 14px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .widget-type-1 .display-counters span,
  .widget-type-1 .display-counters-2 span {
    font-size: 16px;
  }
}
.widget-type-1 .display-counters strong,
.widget-type-1 .display-counters-2 strong {
  font-size: 30px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0 14px;
  position: relative;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .widget-type-1 .display-counters strong,
  .widget-type-1 .display-counters-2 strong {
    font-size: 20px;
  }
}
.widget-type-1 .display-counters strong:after,
.widget-type-1 .display-counters-2 strong:after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .widget-type-1 {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 40px;
  }
}
.widget-type-1 .bg-height {
  height: 325px;
}
@media only screen and (min-width: 1200px) {
  .widget-type-1 {
    padding-left: 0;
    padding-right: 0;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 58px;
  }
  .widget-type-1 .owl-carousel {
    z-index: 4;
  }
  .widget-type-1 .bg-height {
    height: 560px;
  }
  .widget-type-1 .counter-sides-nav .owl-nav {
    bottom: 0;
    right: 0;
    top: -50px;
    height: 22px;
  }
  .widget-type-1 .counter-sides-nav .owl-dots {
    left: auto;
    top: -58px;
    right: 30px;
    transform: translateX(0);
  }
  .widget-type-1 .display-counters,
  .widget-type-1 .display-counters-2 {
    left: auto;
    right: 0;
    transform: translateX(0);
    top: -51px;
  }
  .widget-type-1 .display-counters .left-count,
  .widget-type-1 .display-counters-2 .left-count {
    color: #000;
  }
  .widget-type-1 .display-counters span,
  .widget-type-1 .display-counters-2 span {
    color: #000;
  }
  .widget-type-1 .display-counters strong,
  .widget-type-1 .display-counters-2 strong {
    color: #000;
  }
  .widget-type-1 .display-counters strong:after,
  .widget-type-1 .display-counters-2 strong:after {
    background-color: #878787;
  }
  .widget-type-1 .owl-dots {
    display: none;
  }
  .widget-type-1 .owl-nav {
    display: block;
    position: absolute;
    top: -48px;
    right: 0px;
    width: 127px;
    display: flex;
    justify-content: space-between;
    z-index: 4;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .widget-type-1 .owl-nav {
    top: -52px;
    width: 117px;
    right: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .widget-type-1 .owl-nav button svg {
    width: 9px;
    height: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .widget-type-1 .owl-nav button svg {
    height: 9px;
  }
}
@media only screen and (min-width: 1500px) {
  .widget-type-1 .bg-height {
    height: 710px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .widget-type-1 {
    margin-top: 40px;
    max-width: 900px;
  }
}

.black-section {
  color: #fff;
  background-color: #000;
}
.black-section p {
  color: #fff;
}
.black-section .secondary-title {
  color: #fff;
}
.black-section .inner-title {
  color: #fff;
}
.black-section .content-wrapper .title {
  color: #fff;
}

.after-carousel {
  text-align: center;
  padding-top: 22px;
}
.after-carousel .fourth-section {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 16px;
  margin-bottom: 34px;
}
.after-carousel .fourth-section span {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.after-carousel .fourth-section strong {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.after-carousel .button-wrapper a {
  width: 216px;
}
@media only screen and (min-width: 768px) {
  .after-carousel .fourth-section {
    margin-top: 20px;
    max-width: 370px;
  }
}
@media only screen and (min-width: 1500px) {
  .after-carousel {
    padding-top: 58px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .after-carousel .fourth-section {
    flex: 1;
    max-width: 385px;
    margin-bottom: 0;
    margin-top: 12px;
  }
  .after-carousel .numbers-table {
    padding: 0;
  }
  .after-carousel .numbers-table .table-item:last-child {
    border-right: 1px solid #e0e0e0;
  }
  .after-carousel .button-wrapper {
    margin-left: 20px;
  }
}

.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots button {
  display: inline-block;
  vertical-align: middle;
}
.owl-carousel .owl-dots button span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: block;
  margin: 0 4px;
}
.owl-carousel .owl-dots button.active span {
  width: 9px;
  height: 9px;
  background-color: #000000;
}

.widget-type-2 {
  padding: 70px 20px;
  text-align: left;
}
.widget-type-2 span.title-level-1 {
  display: block;
  font-size: 22px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.49));
  text-transform: uppercase;
}
.widget-type-2 .items-wrapper {
  padding-top: 20px;
}
.widget-type-2 .items-wrapper .item {
  padding: 25px 0;
}
.widget-type-2 .items-wrapper .item:nth-child(1) {
  padding-top: 0;
}
.widget-type-2 .items-wrapper .item .item-title {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  color: #b4b4b4;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.49));
  text-transform: uppercase;
  margin-bottom: 10px;
}
.widget-type-2 .items-wrapper .item .wtt-description {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #b4b4b4;
  font-family: "Garamond", serif;
  margin-bottom: 10px;
}
.widget-type-2 .items-wrapper .item ul {
  margin-bottom: 0;
}
.widget-type-2 .wtt-left-side .item {
  border-bottom: 1px solid #262626;
}
.widget-type-2 .wtt-left-side .item:last-child {
  border-bottom: none;
}
.widget-type-2 .wtt-right-side {
  margin-top: 28px;
}
.widget-type-2 .wtt-right-side .item {
  padding: 18px 0;
}
.widget-type-2 .wtt-right-side .item:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .widget-type-2 {
    padding: 112px 120px;
  }
  .widget-type-2 span.title-level-1 {
    font-size: 26px;
  }
  .widget-type-2 .items-wrapper {
    padding-top: 42px;
  }
  .widget-type-2 .wtt-left-side .wtt-description {
    max-width: 380px;
  }
  .widget-type-2 .wtt-right-side {
    margin-top: 68px;
  }
  .widget-type-2 .wtt-right-side .wtt-description {
    max-width: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .widget-type-2 {
    display: flex;
    flex-wrap: wrap;
    padding: 134px 100px;
  }
  .widget-type-2 .wtt-left-side {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 50px;
  }
  .widget-type-2 .wtt-left-side .items-wrapper .item {
    max-width: 390px;
    padding: 52px 0;
  }
  .widget-type-2 .wtt-left-side .items-wrapper .item:last-child {
    padding-bottom: 0;
  }
  .widget-type-2 .wtt-left-side .items-wrapper .item:first-child {
    padding-top: 0;
  }
  .widget-type-2 .wtt-right-side {
    border-left: 1px solid #262626;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    padding-left: 98px;
  }
}
@media only screen and (min-width: 1500px) {
  .widget-type-2 {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
  .widget-type-2 .wtt-right-side {
    padding-left: 160px;
  }
}

.widget-type-2-modified {
  padding: 70px 20px;
  text-align: left;
}
.widget-type-2-modified span.title-level-1 {
  display: block;
  font-size: 22px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.49));
  text-transform: uppercase;
}
.widget-type-2-modified .items-wrapper {
  padding-top: 20px;
}
.widget-type-2-modified .items-wrapper .item {
  padding: 25px 0;
}
.widget-type-2-modified .items-wrapper .item:nth-child(1) {
  padding-top: 0;
}
.widget-type-2-modified .items-wrapper .item .item-title {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
  color: #b4b4b4;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.49));
  text-transform: uppercase;
  margin-bottom: 10px;
}
.widget-type-2-modified .items-wrapper .item .wtt-description {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #b4b4b4;
  font-family: "Garamond", serif;
  margin-bottom: 10px;
}
.widget-type-2-modified .items-wrapper .item ul {
  margin-bottom: 0;
}
.widget-type-2-modified .items-wrapper .item ul li {
  font-size: 18px;
  letter-spacing: 1px;
}
.widget-type-2-modified .wtt-left-side .item {
  border-bottom: 1px solid #262626;
}
.widget-type-2-modified .wtt-left-side .item:last-child {
  border-bottom: none;
}
.widget-type-2-modified .wtt-right-side {
  margin-top: 28px;
}
.widget-type-2-modified .wtt-right-side .item {
  padding: 18px 0;
}
.widget-type-2-modified .wtt-right-side .item:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .widget-type-2-modified {
    padding: 112px 120px;
  }
  .widget-type-2-modified span.title-level-1 {
    font-size: 26px;
  }
  .widget-type-2-modified .items-wrapper {
    padding-top: 24px;
  }
  .widget-type-2-modified .wtt-left-side .wtt-description {
    max-width: 380px;
  }
  .widget-type-2-modified .wtt-right-side {
    margin-top: 68px;
  }
  .widget-type-2-modified .wtt-right-side .wtt-description {
    max-width: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .widget-type-2-modified {
    padding: 134px 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .widget-type-2-modified {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .widget-type-2-modified .items-wrapper {
    padding-top: 0;
  }
  .widget-type-2-modified .wtt-right-side {
    padding-left: 160px;
    flex: 0 0 45%;
    max-width: 45%;
    margin-top: 0;
    padding-left: 98px;
    border-left: 1px solid #262626;
  }
  .widget-type-2-modified .wtt-left-side {
    flex: 0 0 55%;
    max-width: 55%;
    padding-right: 50px;
  }
  .widget-type-2-modified .wtt-left-side .items-wrapper .item {
    max-width: 390px;
    padding: 52px 0;
  }
  .widget-type-2-modified .wtt-left-side .items-wrapper .item:last-child {
    padding-bottom: 0;
  }
  .widget-type-2-modified .wtt-left-side .items-wrapper .item:first-child {
    padding-top: 0;
  }
}

select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  background-image: none;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  select {
    font-size: 12px;
  }
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 20px;
}
.content-wrapper a {
  text-decoration: underline;
}
.content-wrapper .title {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .content-wrapper .title {
    font-size: 13px;
    line-height: 18px;
  }
}
.content-wrapper .small-label {
  font-size: 16px;
  color: #7d7d7d;
  font-weight: 700;
  text-align: center;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  margin-top: 5px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .content-wrapper .small-label {
    font-size: 12px;
  }
}
.content-wrapper p {
  text-align: center;
  line-height: 32px;
  display: table;
}
.content-wrapper .grey-text {
  display: block;
  position: relative;
  padding-top: 35px;
  margin-bottom: 14px;
}
.content-wrapper .grey-text.upper {
  text-transform: uppercase;
  letter-spacing: 0;
}
.content-wrapper .grey-text:after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #272727;
}
.content-wrapper .grey-text .size {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #8f8f8f;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.content-wrapper ul {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
}
.content-wrapper ul li {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  padding: 15px 0 17px 0;
  color: #2f2f2f;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  border-top: 1px solid #ebe9df;
}
.content-wrapper .buttons-wrapper .default-button {
  margin-top: 24px;
}

.inner-default-wrapper {
  margin-top: 45px;
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .inner-default-wrapper {
    margin-left: 70px;
    margin-right: 70px;
    padding: 72px 50px 40px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .inner-default-wrapper {
    padding: 75px 80px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 72px;
  }
}
@media only screen and (min-width: 1500px) {
  .inner-default-wrapper {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
  }
}

.black-lable {
  background-color: #000;
  padding: 50px 20px;
  text-align: center;
  margin-top: 58px;
}
.black-lable p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.black-lable a {
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .black-lable {
    margin-top: 100px;
    margin-left: 70px;
    margin-right: 70px;
    padding: 90px 20px 100px;
  }
  .black-lable p {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .black-lable {
    margin-left: 150px;
    margin-right: 150px;
    padding: 90px 100px 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .black-lable {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .black-lable {
    margin-left: 190px;
    margin-right: 190px;
    margin-top: 50px;
    padding: 60px 100px 40px;
  }
  .black-lable p {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}

.blue-lable {
  background-color: #f0f5f9;
  padding: 50px 20px;
  text-align: center;
  margin-top: 58px;
  border: 1px solid #bbccd8;
}
.blue-lable p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.blue-lable a {
  margin-top: 4px;
  min-width: 220px;
}
@media only screen and (min-width: 768px) {
  .blue-lable {
    margin-top: 100px;
    margin-left: 70px;
    margin-right: 70px;
    padding: 90px 20px 100px;
  }
  .blue-lable p {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .blue-lable {
    margin-left: 150px;
    margin-right: 150px;
    padding: 90px 100px 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .blue-lable {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .blue-lable {
    padding: 70px;
  }
  .blue-lable p {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.centered-content {
  padding: 55px 20px;
}
.centered-content p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #000000;
  font-family: "Garamond", serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .centered-content {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .centered-content {
    margin-left: 150px;
    margin-right: 150px;
    padding: 55px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .centered-content {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 275px;
    padding-right: 275px;
    padding-top: 75px;
  }
}

.default-listing img {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .default-listing {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.buttons-full-wrapper {
  text-align: center;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.buttons-full-wrapper a {
  margin-bottom: 20px;
}
.buttons-full-wrapper a:first-child:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .buttons-full-wrapper {
    flex-direction: row;
    justify-content: center;
  }
  .buttons-full-wrapper a {
    margin: 0 15px;
  }
}

.class-404 ul li {
  font-size: 20px;
  line-height: 26px;
}

.embed_codes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 480px) {
  .embed_codes {
    flex-direction: row;
    gap: 40px;
  }
}
.embed_codes {
  justify-content: center;
  align-items: center;
}
.embed_codes_inpg {
  padding: 50px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .embed_codes_inpg {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .embed_codes_inpg {
    padding: 40px 0 0 0;
  }
}
@media only screen and (min-width: 1900px) {
  .embed_codes_inpg {
    padding: 60px 0 0 0;
  }
}
.embed_codes-hmpg {
  padding-top: 0;
}
.embed_codes-hmpg #CDSWIDSSP {
  width: 100% !important;
}
.embed_codes-hmpg-ta img {
  width: 100px !important;
}
.embed_codes-hmpg-ta img.logo {
  max-width: 100%;
}

.rooms-book {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .rooms-book {
    margin-bottom: 50px;
  }
}

blockquote {
  border-left: unset;
}

.book-direct-wrapper {
  padding: 30px 20px;
}
.book-direct-wrapper .wraper-container-container,
.book-direct-wrapper .claim-wrapper {
  width: 100% !important;
  max-width: unset !important;
}
.book-direct-wrapper .wraper-container-container ol li,
.book-direct-wrapper .claim-wrapper ol li {
  font-size: 18px;
  line-height: 150%;
}
@media only screen and (min-width: 1200px) {
  .book-direct-wrapper {
    padding: 70px 200px;
  }
}
@media only screen and (min-width: 1500px) {
  .book-direct-wrapper {
    padding: 70px 150px;
  }
}

.custom-link-wrap {
  margin: 0;
  margin-bottom: 0 !important;
}
.custom-link-wrap a {
  display: flex;
  align-items: center;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.custom-link-wrap a:hover {
  text-decoration: underline;
  color: black;
}
.custom-link-wrap a:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../assets/images/Arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  transform: rotate(-45deg);
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active, .numInputWrapper span.nice-select.open {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: auto;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months.nice-select.open {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

@keyframes img-width-inc {
  from {
    opacity: 1;
  }
  to {
    width: 0px;
  }
}
.accordion,
.accordion-inner {
  cursor: pointer;
  padding: 25px 25px 25px 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  background: transparent;
  font-size: 22px;
  line-height: 32px;
  color: #a1a1a1;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
}

.panel {
  padding: 0 24px 0 0;
  max-height: 0;
  overflow: hidden;
  max-height: 1px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #131313;
}
.panel:last-child {
  border-bottom: none;
}
.panel p {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #a1a1a1;
  text-align: left;
  padding-bottom: 20px;
}

.seventh-section .panel:last-of-type {
  border-bottom: none;
}

.accordion:after,
.accordion-inner:after {
  position: absolute;
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJBAMAAAAfoWtkAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAB5QTFRFcHBwcHBwAAAAcHBwcHBwcHBwcHBwcHBwcHBwcHBwP67qugAAAAp0Uk5TQBAAMMDPoNDvgGeo2WMAAABBSURBVHicY2BUAgMDBlchEK1WwCAeCGKkCzAolgKF1AoVGJRAQulCQAZQSK1QCcgACqULgRmKFYVKYIaSJFC5AgD26QyVu0B8aQAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  transition: transform 0.2s ease-in-out;
  transform-origin: center;
  font-size: 13px;
  top: 40px;
  right: 0;
  color: #777;
  margin-left: 5px;
}

.accordion:hover:after,
.accordion-inner:hover:after {
  filter: grayscale(1) brightness(2);
}

.active:after {
  transform: rotate(-180deg);
}

.faq-wrapper {
  padding: 8px 0;
}
@media only screen and (min-width: 768px) {
  .faq-wrapper {
    border-radius: 6px;
  }
  .faq-wrapper .faq-inner-wrapper {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .faq-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .faq-wrapper {
    margin-top: 34px;
  }
}

.faq {
  padding: 60px 20px 25px 20px;
  text-align: center;
  background-color: #000;
}
.faq .faq-header {
  text-align: left;
}
.faq .faq-header .small-title {
  display: block;
  font-size: 14px;
  letter-spacing: 4px;
  line-height: 26px;
  color: #a1a1a1;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
.faq .faq-header h2 {
  color: #a1a1a1;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: left;
  max-width: none;
  margin-top: 15px;
}
.faq .faq-header p {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #a1a1a1;
  font-family: "Garamond", serif;
}
.faq .faq-right-image {
  display: none;
}
.faq .secondary-title {
  font-size: 24px;
  line-height: 34px;
  padding: 0;
  color: #fff;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  text-align: center;
  max-width: 328px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .faq {
    padding: 95px 70px 80px 70px;
  }
  .faq .faq-header {
    text-align: left;
  }
  .faq .faq-header .small-title {
    font-size: 16px;
  }
  .faq .faq-header h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .faq {
    padding: 95px 80px 80px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .faq {
    padding: 95px 120px 80px 120px;
  }
  .faq .faq-header {
    max-width: 775px;
    margin-bottom: 34px;
  }
  .faq .faq-inner-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1500px) {
  .faq {
    padding: 0;
  }
  .faq .faq-inner-wrapper {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0;
  }
  .faq .faq-inner-wrapper .faq-wrapper {
    flex: 1 1 calc(100% - 710px);
    width: calc(100% - 710px);
    padding-left: 275px;
    padding-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 135px 70px 110px 275px;
  }
  .faq .faq-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .faq .secondary-title {
    text-align: left;
    margin-left: 0;
  }
  .faq .secondary-title.add-underline:after {
    left: 0;
    transform: none;
  }
  .faq .faq-right-image {
    display: block;
    width: 100%;
    min-height: 750px;
    background-position: top;
    background-size: initial;
    background-repeat: no-repeat;
    flex: 1 1 710px;
    max-width: 710px;
    max-height: 1112px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .faq {
    padding: 0;
  }
  .faq .faq-header .small-title {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 3px;
  }
  .faq .faq-header h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .faq .faq-header p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
  }
  .faq .accordion {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 15px 15px 0;
  }
  .faq .faq-inner-wrapper {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding: 0;
  }
  .faq .faq-inner-wrapper .faq-wrapper {
    width: calc(100% - 400px);
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 85px 60px 35px 175px;
  }
  .faq .faq-inner-wrapper .faq-wrapper .panel p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 20px;
    padding-bottom: 0;
  }
  .faq .faq-inner-wrapper .faq-right-image {
    display: block;
    width: 400px;
    min-height: 710px;
    max-height: 1112px;
    background-position: top;
    background-size: initial;
    background-repeat: no-repeat;
  }
}

.accommodation-section .accommodation-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 212px;
}
.accommodation-section .full-width-carousel .owl-dots {
  left: auto;
  top: 100%;
  right: 50%;
}
.accommodation-section .full-width-carousel .owl-nav {
  display: none;
  right: 50%;
  top: 164px;
  height: 22px;
  width: 128px;
  left: auto;
  transform: translateX(50%);
}
.accommodation-section .display-counters {
  top: 168px;
}
@media only screen and (min-width: 768px) {
  .accommodation-section .accommodation-img {
    height: 492px;
  }
  .accommodation-section .display-counters {
    top: 430px;
  }
  .accommodation-section .widget-type-1 {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .accommodation-section .full-width-carousel .owl-nav {
    display: block;
    top: 434px;
    width: 132px;
  }
  .accommodation-section .full-width-carousel .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    padding: 0px 12px !important;
    top: -1px;
    cursor: pointer;
  }
  .accommodation-section .full-width-carousel .owl-nav .owl-prev {
    padding: 0px 12px !important;
    cursor: pointer;
    left: -9px;
    position: absolute;
    top: -1px;
  }
  .accommodation-section .full-width-carousel .owl-nav button svg {
    fill: #fff;
  }
  .accommodation-section .desc-type-1 {
    max-width: 910px;
    margin: 0 auto;
    padding: 0;
  }
  .accommodation-section .display-counters {
    z-index: 4;
    width: 125px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
  }
  .accommodation-section .display-counters strong {
    color: #fff;
    padding-left: 0;
    margin-left: 20px;
  }
  .accommodation-section .display-counters span {
    color: #fff;
    padding: 0 0 0 14px;
  }
}
@media only screen and (min-width: 1500px) {
  .accommodation-section .accommodation-img {
    height: 750px;
  }
  .accommodation-section .desc-type-1 {
    max-width: 1346px;
  }
  .accommodation-section .full-width-carousel .owl-nav {
    top: 684px;
  }
  .accommodation-section .widget-type-1 {
    max-width: none;
  }
  .accommodation-section .display-counters {
    top: 682px;
  }
}

.home-offers-section {
  padding: 0 20px;
  margin-top: 42px;
  margin-bottom: 60px;
}
.home-offers-section .home-offers-inner-wrapper {
  padding: 2px 0;
  position: relative;
}
.home-offers-section .home-offers-inner-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #ececec 50%, rgba(0, 0, 0, 0));
}
.home-offers-section .offers-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .home-offers-section .offers-wrapper {
    margin-top: 20px;
  }
}
.home-offers-section .offers-wrapper .offer-item {
  text-align: center;
  margin-bottom: 40px;
}
.home-offers-section .offers-wrapper .offer-item .img-wrapper img {
  width: 100%;
  max-width: 100%;
}
.home-offers-section .offers-wrapper .offer-item .offer-title {
  display: block;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 32px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .home-offers-section .offers-wrapper .offer-item .offer-title {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .home-offers-section .home-offers-inner-wrapper {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-offers-section .home-offers-inner-wrapper .title-wrapper {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-offers-section {
    margin-bottom: 98px;
  }
  .home-offers-section .home-offers-inner-wrapper {
    max-width: none;
    margin-left: 100px;
    margin-right: 100px;
  }
  .home-offers-section .home-offers-inner-wrapper .offers-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }
  .home-offers-section .home-offers-inner-wrapper .offers-wrapper .offer-item {
    flex: 1 1 calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-offers-section .home-offers-inner-wrapper .offers-wrapper .offer-item .ghost-button {
    margin-top: auto;
  }
  .home-offers-section .home-offers-inner-wrapper .title-wrapper {
    margin-top: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .home-offers-section .home-offers-inner-wrapper .title-wrapper {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 1500px) {
  .home-offers-section .home-offers-inner-wrapper {
    max-width: 1346px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .home-offers-section {
    margin-bottom: 45px;
  }
}

.luxury-section {
  padding: 35px 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .luxury-section {
    margin-top: 150px !important;
  }
}
.luxury-section .luxury-inner .luxury-item {
  text-align: center;
  margin-bottom: 60px;
}
.luxury-section .luxury-inner .luxury-item img {
  max-width: 100%;
  width: 100%;
}
.luxury-section .luxury-inner .luxury-item .lux-image {
  display: block;
  height: 275px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.luxury-section .luxury-inner .luxury-item .luxury-content .title {
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-top: 28px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1500px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content .title {
    font-size: 15px;
    letter-spacing: 2px;
    margin-top: 0;
    min-height: 30px;
  }
}
.luxury-section .luxury-inner .luxury-item .luxury-content p {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: "Garamond", serif;
  text-align: center;
  min-height: 60px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content p {
    margin-bottom: 0;
  }
}
.luxury-section .luxury-inner .luxury-item .luxury-content .lux-btn-wrap {
  margin-top: 20px;
}
@media only screen and (min-width: 1500px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content .lux-btn-wrap {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .luxury-section .luxury-inner {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }
  .luxury-section .luxury-inner .secondary-title {
    margin-top: 63px;
  }
  .luxury-section .luxury-inner .luxury-single-wrapper .luxury-item .lux-image {
    height: 500px;
  }
  .luxury-section .luxury-inner .luxury-item .lux-image {
    height: 425px;
  }
}
@media only screen and (min-width: 1200px) {
  .luxury-section {
    padding: 35px 100px;
    margin-top: 100px;
  }
  .luxury-section .luxury-inner {
    max-width: none;
  }
  .luxury-section .luxury-inner .second-title {
    margin-bottom: 40px;
  }
  .luxury-section .luxury-inner .luxury-single-wrapper {
    width: 100%;
  }
  .luxury-section .luxury-inner .luxury-single-wrapper .luxury-item .luxury-content {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: unset;
  }
  .luxury-section .luxury-inner .luxury-single-wrapper .luxury-item .luxury-content .lux-special-cont {
    flex: 0 0 calc(100% - 540px);
    max-width: calc(100% - 540px);
    text-align: left;
    padding-top: 15px;
  }
  .luxury-section .luxury-inner .luxury-single-wrapper .luxury-item .luxury-content .lux-special-cont .title {
    text-align: left;
  }
  .luxury-section .luxury-inner .luxury-single-wrapper .luxury-item .luxury-content .lux-special-cont p {
    text-align: left;
  }
  .luxury-section .luxury-inner .luxury-single-wrapper .luxury-item .luxury-content .lux-btn-wrap {
    flex: 0 0 540px;
    max-width: 540px;
    text-align: right;
    margin-top: 30px;
  }
  .luxury-section .luxury-inner .luxury-bot-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 86px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .luxury-section .luxury-inner .luxury-bot-wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .luxury-section .luxury-inner .luxury-bot-wrapper .luxury-item {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
  }
  .luxury-section .luxury-inner .luxury-item .luxury-content {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content {
    max-width: 400px;
    margin: 10px auto 0;
  }
}
@media only screen and (min-width: 1200px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content .title {
    margin-bottom: 10px;
    min-height: 70px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1500px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content .title {
    min-height: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content .title {
    min-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content .lux-btn-wrap {
    margin-top: auto;
  }
  .luxury-section .luxury-inner .luxury-item .luxury-content .lux-btn-wrap .btn-white {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .luxury-section .luxury-inner .luxury-item .luxury-content .lux-btn-wrap .btn-white {
    line-height: 30px;
    padding: 0 12px;
    font-weight: 700;
    line-height: 30px;
    font-size: 10px;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1500px) {
  .luxury-section {
    padding: 70px 100px;
  }
  .luxury-section .luxury-inner {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }
  .luxury-section .luxury-inner .luxury-single-wrapper .luxury-item .lux-image {
    height: 770px;
  }
  .luxury-section .luxury-inner .luxury-item .luxury-content {
    max-width: 428px;
    margin: 0 auto;
  }
  .luxury-section .luxury-inner .luxury-item .lux-image {
    height: 645px;
  }
}
.luxury-section.facilities {
  padding-bottom: 0;
}
.luxury-section.facilities .luxury-inner .luxury-item:last-child {
  margin-bottom: 0;
}

.explore-section {
  margin-top: 86px;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .explore-section {
    margin-top: 85px;
  }
}
.explore-section .explore-inner .explore-img {
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.explore-section .explore-inner .full-carousel-wrapper {
  position: relative;
}
.explore-section .explore-inner .full-carousel-wrapper .owl-dots {
  display: none;
}
.explore-section .explore-inner .full-carousel-wrapper .owl-nav {
  display: none;
}
.explore-section .explore-inner .full-carousel-wrapper .owl-nav svg {
  fill: #fff;
}
.explore-section .explore-inner .full-carousel-wrapper .indicator-white {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 10px;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  .explore-section {
    margin-right: 70px;
    margin-left: 70px;
  }
  .explore-section .explore-inner .explore-img {
    height: 495px;
  }
}
@media only screen and (min-width: 1200px) {
  .explore-section {
    margin-right: 100px;
    margin-left: 100px;
    margin-top: 126px;
  }
  .explore-section .explore-inner .full-carousel-wrapper .owl-nav {
    display: block;
  }
  .explore-section .explore-inner .full-carousel-wrapper .indicator-white {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .explore-section {
    margin-right: 150px;
    margin-left: 150px;
  }
  .explore-section .explore-inner .explore-img {
    height: 500px;
  }
  .explore-section .explore-inner .desc-type-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.explore-section .hm-explore-card .buttons-wrapper {
  text-align: center !important;
  justify-content: center !important;
}

.insta-section {
  padding: 90px 20px 0 20px;
}
.insta-section .secondary-title {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
.insta-section .insta-wrapper {
  margin-top: 20px;
  text-align: center;
}
.insta-section .insta-wrapper .insta-inner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.insta-section .insta-wrapper .insta-inner a {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  flex: 0 0 calc(50% - 3px);
  max-width: calc(50% - 3px);
  position: relative;
}
.insta-section .insta-wrapper .insta-inner a img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
.insta-section .insta-wrapper .insta-inner a:last-child {
  display: none;
}
.insta-section .insta-wrapper .insta-inner a .icon {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0%;
  width: 20px;
  height: 20px;
  bottom: 10px;
  right: 10px;
}
.insta-section .insta-wrapper .insta-inner a .icon svg {
  fill: #fff;
}
.insta-section .insta-wrapper .hash {
  display: block;
  line-height: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .insta-section .insta-wrapper .insta-inner a {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .insta-section .insta-wrapper .insta-inner a {
    flex: 0 0 calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
  }
  .insta-section .insta-wrapper .insta-inner a:last-child {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  .insta-section .insta-wrapper {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .insta-section {
    padding: 90px 100px 0 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .insta-section {
    padding: 105px 100px 0 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .insta-section {
    padding-left: 0;
    padding-right: 0;
    max-width: 1346px;
    margin-right: auto;
    margin-left: auto;
  }
  .insta-section .insta-wrapper .insta-inner a {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .insta-section {
    padding: 55px 140px 15px 140px;
  }
  .insta-section .secondary-title {
    max-width: 650px;
    margin-bottom: 15px;
  }
  .insta-section .insta-wrapper .hash {
    font-size: 9px;
  }
  .insta-section .insta-wrapper .insta-inner {
    margin-top: 10px;
  }
}

.inner-page .insta-section {
  padding: 55px 30px;
  margin-top: 80px;
  border-top: 1px solid #dedede;
}
.inner-page .insta-wrapper {
  display: none;
}
@media only screen and (min-width: 1500px) {
  .inner-page .insta-section {
    margin-top: 100px;
  }
}

.numbers-table {
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: center;
}
.numbers-table .table-item {
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 235px;
}
.numbers-table .table-item:last-child {
  border-bottom: none;
}
.numbers-table .table-item .small-txt {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.numbers-table .table-item .lrg-txt {
  display: block;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.numbers-table .table-item.special {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.numbers-table .table-item.special .lrg-txt {
  font-size: 36px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  margin-right: 6px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .numbers-table .table-item.special .lrg-txt {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .numbers-table {
    max-width: 362px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
    margin-top: 12px;
  }
  .numbers-table .table-item {
    border-bottom: none;
    padding: 0 40px;
    border-right: 1px solid #e0e0e0;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .numbers-table .table-item:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 1500px) {
  .numbers-table .table-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .numbers-table .table-item .small-txt {
    font-size: 9px;
    line-height: 15px;
  }
  .numbers-table .table-item .lrg-txt {
    font-size: 16px;
    line-height: 18px;
  }
}

.room-inner-template .default-wrapper {
  margin-top: 36px;
}
.room-inner-template .content-wrapper {
  margin-top: 42px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .room-inner-template .content-wrapper {
    padding: 0 70px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .room-inner-template .default-wrapper {
    margin-top: 55px;
  }
  .room-inner-template .content-wrapper {
    padding: 0;
  }
}

.room-facilities {
  padding: 75px 20px;
  text-align: left;
}
.room-facilities .rf-title {
  font-size: 24px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.room-facilities .rf-inner-wrap {
  margin-top: 18px;
}
@media only screen and (min-width: 1200px) {
  .room-facilities .rf-inner-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .room-facilities .rf-inner-wrap .rf-left {
    flex: 0 0 50%;
    min-width: 50%;
  }
  .room-facilities .rf-inner-wrap .rf-left .item:last-child {
    border-bottom: none;
  }
  .room-facilities .rf-inner-wrap .rf-right {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: 30px;
  }
  .room-facilities .rf-inner-wrap .rf-right .item:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1500px) {
  .room-facilities .rf-inner-wrap .rf-right {
    padding-left: 160px;
  }
}
.room-facilities .rf-inner-wrap .item {
  padding-top: 22px;
  border-bottom: 1px solid #000000;
}
.room-facilities .rf-inner-wrap .item .item-title {
  font-size: 18px;
  letter-spacing: 2px;
  display: block;
  line-height: 23px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .room-facilities .rf-inner-wrap .item .item-title {
    margin-bottom: 20px;
  }
}
.room-facilities .rf-inner-wrap .item p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #000000;
  font-family: "Garamond", serif;
}
@media only screen and (min-width: 768px) {
  .room-facilities .rf-inner-wrap .item {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .room-facilities {
    padding: 126px 118px;
  }
}
@media only screen and (min-width: 1200px) {
  .room-facilities {
    padding: 126px 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .room-facilities {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.widget-type-3 {
  padding: 70px 20px;
  text-align: left;
}
.widget-type-3 .wt3-items-wrapper {
  margin-top: 20px;
}
.widget-type-3 .wt3-items-wrapper .wt3-item {
  margin-top: 38px;
}
.widget-type-3 .wt3-items-wrapper .wt3-item:first-child {
  margin-top: 0;
}
.widget-type-3 .wt3-items-wrapper .wt3-item .wt3-title {
  font-size: 18px;
  letter-spacing: 2px;
  color: #b4b4b4;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.49));
  text-transform: uppercase;
}
.widget-type-3 ul li {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #b4b4b4;
  font-family: "Garamond", serif;
}
@media only screen and (min-width: 768px) {
  .widget-type-3 {
    padding: 126px 118px;
  }
}
@media only screen and (min-width: 1200px) {
  .widget-type-3 {
    padding: 126px 118px;
  }
  .widget-type-3 .wt3-bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
  }
  .widget-type-3 .wt3-bottom-wrapper .wt3-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .widget-type-3 .wt3-bottom-wrapper .wt3-item ul {
    padding-right: 60px;
  }
  .widget-type-3 .wt3-bottom-wrapper .wt3-items-wrapper {
    margin-top: 40px;
  }
  .widget-type-3 .wt3-items-wrapper {
    margin-top: 40px;
  }
  .widget-type-3 .room-heighlights ul {
    display: flex;
    flex-wrap: wrap;
  }
  .widget-type-3 .room-heighlights ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.contact-info-section {
  padding: 15px 20px 0 20px;
  margin-top: 35px;
}
.contact-info-section .ci-left .contact-item {
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(131, 123, 107, 0.4);
  max-width: 365px;
  margin-right: auto;
  margin-left: auto;
}
.contact-info-section .ci-left .contact-item:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .contact-info-section .ci-left .contact-item {
    padding: 8px 0;
  }
}
.contact-info-section .ci-left .contact-item .title {
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .contact-info-section .ci-left .contact-item .title {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
}
.contact-info-section .ci-left .contact-item .desc {
  display: block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .contact-info-section .ci-left .contact-item .desc {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 1px;
  }
}
.contact-info-section .ci-left .contact-item .desc .social-wrapper a {
  margin: 0 8px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .contact-info-section .ci-left .contact-item .desc .social-wrapper a svg {
    width: 7px;
    height: 12px;
  }
}
.contact-info-section .ci-right {
  border-top: 1px solid rgba(131, 123, 107, 0.4);
  text-align: center;
  margin-top: 25px;
  padding-top: 35px;
  padding-bottom: 60px;
}
.contact-info-section .ci-right .large-text {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #000000;
  font-family: "Garamond", serif;
  display: block;
  margin-bottom: 15px;
}
.contact-info-section .ci-right p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #000000;
  font-family: "Garamond";
}
@media only screen and (min-width: 768px) {
  .contact-info-section {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 56px;
    padding: 15px 48px 0 48px;
  }
  .contact-info-section .ci-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-info-section .ci-right .large-text {
    font-size: 30px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-info-section {
    display: flex;
    flex-wrap: wrap;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact-info-section .ci-right {
    flex: 0 0 calc(100% - 320px);
    min-width: calc(100% - 320px);
    border-top: none;
    border-left: 1px solid rgba(131, 123, 107, 0.4);
    text-align: left;
    padding-left: 50px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact-info-section .ci-right .large-text {
    padding-right: 150px;
    margin-bottom: 40px;
  }
  .contact-info-section .ci-right p {
    margin-bottom: 40px;
  }
  .contact-info-section .ci-left {
    flex: 0 0 320px;
    min-width: 320px;
  }
  .contact-info-section .ci-left .contact-item {
    text-align: left;
    max-width: 215px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .contact-info-section .ci-right .large-text {
    font-size: 19px;
    line-height: 26px;
  }
  .contact-info-section .ci-right p {
    font-size: 19px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1900px) {
  .contact-info-section {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 150px 100px 150px;
  }
  .contact-info-section .ci-right {
    padding-left: 90px;
  }
}

.address-div a:hover {
  color: #999 !important;
}

.address-wrapper a:hover {
  color: #999 !important;
}

/* 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: 2px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  label {
    font-size: 9px;
    line-height: 1;
  }
}

.text-danger {
  color: #f50056;
}

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;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 50px;
  border: 1px solid #506c7f;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .form-control {
    height: 35px;
    font-size: 10px;
    font-size: 10px;
    line-height: 35px;
  }
}

.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 {
  opacity: 1;
}
.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}
.form-control[disabled]::placeholder,
.form-control[readonly]::placeholder,
fieldset[disabled] .form-control::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.response-field-checkboxes .checkbox-inline input {
  height: auto;
  margin-right: 15px;
  height: 26px;
  width: 18px;
  margin-top: 1px;
  float: left;
  vertical-align: top;
  border: 1px solid #000;
}

.recapture {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  padding-right: 40px;
  margin-top: 8px;
}
.recapture a {
  color: #000000;
  text-decoration: underline;
}
.recapture a:hover {
  color: #1547c2;
}

.is_required {
  font-size: 14px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 24px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .is_required {
    font-size: 10px;
    line-height: 20px;
  }
}

button[type=reset] {
  display: none;
}

button[type=submit] {
  display: inline-block;
  border: 2px solid;
  border-color: #000;
  background-color: #000;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 50px;
  color: #ffffff;
  padding: 0 22px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  min-width: 195px;
}
button[type=submit]:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  button[type=submit] {
    min-width: 145px;
    line-height: 34px;
    font-size: 11px;
  }
}

#gdpr_compliance_id_wrap {
  margin-top: 15px;
}
#gdpr_compliance_id_wrap > label {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: none;
}
#gdpr_compliance_id_wrap .checkbox-inline {
  text-transform: none;
}

.gdpr-text {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #5a5a5a;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}

.response-field-checkboxes {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #474747;
  font-family: "Garamond", serif;
}
.response-field-checkboxes p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  margin-top: 5px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .response-field-checkboxes p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 17px;
    font-size: 12px;
  }
}

textarea.form-control {
  height: auto;
  min-height: 200px !important;
}

textarea {
  height: 150px; /* or 10em, 50% */
}

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;
  }
}
.form-group {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1200px) {
  .form-group {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .form-group {
    margin-bottom: 0;
    padding: 0 8px;
  }
}

.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] {
  margin-left: -20px;
}

.radio-inline input[type=radio] {
  margin-right: 15px;
}

.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-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 700;
  margin-top: 5px;
  font-family: "Mulish", sans-serif;
  cursor: pointer;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .checkbox-inline,
  .radio-inline {
    font-size: 9px;
    line-height: 29px;
  }
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  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: #f30f60;
}

.has-error .form-control {
  border-color: #f30f60;
}

.has-error .form-control:focus {
  border-color: #843534;
}

.has-error .input-group-addon {
  color: #f30f60;
  border-color: #f30f60;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #f30f60;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.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/select-dropdown.svg") no-repeat right 10px center;
  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: 30px !important;
}

select::-ms-expand {
  display: none;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  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;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .alert-danger {
    font-size: 14px;
  }
}

.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;
}

.form-wrapper {
  margin-top: 40px;
  padding-top: 45px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-wrapper .h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: #123445;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .form-wrapper {
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 80px;
    padding-top: 68px;
    margin-left: 70px;
    margin-right: 70px;
  }
  .form-wrapper .fb-submit-row {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .form-wrapper {
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 105px;
    padding-bottom: 105px;
    padding-right: 115px;
    padding-left: 115px;
  }
}
@media only screen and (min-width: 1900px) {
  .form-wrapper {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .form-wrapper {
    margin-top: 50px;
    margin-left: 190px;
    margin-right: 190px;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-right: 65px;
    padding-left: 65px;
  }
}
.form-wrapper input.datepicker {
  background: url("images/calendar.svg") no-repeat right 20px center;
  background-size: 20px 20px;
  background-color: #fff;
}
.form-wrapper input.timepicker {
  background: url("images/clock.svg") no-repeat right 20px center;
  background-size: 20px 20px;
  background-color: #fff;
}

textarea {
  min-height: 300px;
}

.yellow-bg {
  background-color: #f9f8f3;
}

.dark-yellow-bg {
  background-color: #ebe9dd;
}

form .help-block {
  position: absolute;
  font-size: 15px;
  line-height: 15px;
  top: 100%;
}
form input {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #bababa;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
form input::-webkit-input-placeholder {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #bababa;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
form input::-moz-placeholder {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #bababa;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
form input:-ms-input-placeholder {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #bababa;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
form select option:disabled {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #bababa;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
form select,
form textarea {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #4c4a4a;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}

.contact-us .form-wrapper {
  margin-top: 0;
}

input[type=file] {
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
  position: absolute !important;
}

[type=file] + span {
  display: block;
  letter-spacing: 0px;
  line-height: 39px;
  color: #585858;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  height: 50px;
  outline: 0;
  padding: 0 15px;
  padding: 14px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #4d4d4d;
  -webkit-appearance: none;
  background-color: #fff;
  text-transform: uppercase;
}

input[type=file] + span strong {
  display: inline-block;
  padding: 15px 20px;
  height: 50px;
  margin-right: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #506c7f;
  cursor: pointer;
}

[type=file]:focus + label,
[type=file] + label:hover {
  background-color: #f15d22;
}

[type=file]:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

[type=file] + label * {
  pointer-events: none;
}

.input-line > span > label {
  font-size: 9px;
  margin-left: 3px;
  line-height: 21px;
}

.map-marker-label {
  position: absolute;
  color: 0 !important;
  font-size: 14px;
  letter-spacing: 1px;
  color: #0d223c !important;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  background-color: #ffffff !important;
  padding: 3px 7px;
  border-radius: 3px;
  text-transform: uppercase;
  left: calc(100% + 18px);
  bottom: 37px;
}

.location-template .numbers-table {
  margin-top: 52px;
}

#map {
  height: 540px;
  margin-top: 60px;
  margin-bottom: -120px;
}
@media only screen and (min-width: 1200px) {
  #map {
    height: 880px;
  }
}

.numbers-table-type-2 {
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: center;
}
.numbers-table-type-2 .table-item {
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 235px;
}
.numbers-table-type-2 .table-item:last-child {
  border-bottom: none;
}
.numbers-table-type-2 .table-item .small-txt {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .numbers-table-type-2 .table-item .small-txt {
    font-size: 10px;
    line-height: 3px;
  }
}
.numbers-table-type-2 .table-item .lrg-txt {
  display: block;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .numbers-table-type-2 .table-item .lrg-txt {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .numbers-table-type-2 {
    max-width: 362px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
    margin-top: 12px;
  }
  .numbers-table-type-2 .table-item {
    border-bottom: none;
    padding: 0 40px;
    border-right: 1px solid #e0e0e0;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .numbers-table-type-2 .table-item:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 1500px) {
  .numbers-table-type-2 .table-item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .numbers-table-type-2 .table-item {
    padding: 0 20px;
  }
}

.location-template .numbers-table-type-2 {
  margin-top: 60px;
}

.inner-page .content-wrapper {
  margin-top: 35px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .inner-page .default-wrapper {
    margin-top: 40px;
  }
  .inner-page .content-wrapper {
    padding: 0 138px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner-page .default-wrapper {
    margin-top: 58px;
  }
  .inner-page .content-wrapper {
    padding: 0 60px;
    text-align: center;
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .inner-page .content-wrapper {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .inner-page .content-wrapper p {
    font-size: 16px;
    line-height: 22px;
  }
  .inner-page .content-wrapper p a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .inner-page .default-wrapper {
    margin-top: 45px;
  }
  .inner-page .content-wrapper {
    margin-top: 25px;
    padding: 0;
    max-width: 600px;
  }
}

.spa-details-wrapper {
  padding: 52px 20px;
  text-align: left;
  margin-top: 45px;
}
.spa-details-wrapper .sd-title {
  font-size: 24px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 1500px) {
  .spa-details-wrapper .sd-inner-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .spa-details-wrapper .sd-inner-wrap .sd-left {
    flex: 0 0 50%;
    min-width: 50%;
  }
  .spa-details-wrapper .sd-inner-wrap .sd-left .item:last-child {
    border-bottom: none;
  }
  .spa-details-wrapper .sd-inner-wrap .sd-right {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: 30px;
  }
  .spa-details-wrapper .sd-inner-wrap .sd-right .item:last-child {
    border-bottom: none;
  }
  .spa-details-wrapper .sd-inner-wrap .sd-right {
    padding-left: 86px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .spa-details-wrapper .sd-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .spa-details-wrapper .sd-inner-wrap .sd-left {
    flex: 0 0 50%;
    min-width: 50%;
  }
  .spa-details-wrapper .sd-inner-wrap .sd-left .item:last-child {
    border-bottom: none;
  }
  .spa-details-wrapper .sd-inner-wrap .sd-right {
    flex: 0 0 50%;
    min-width: 50%;
    padding-left: 30px;
  }
  .spa-details-wrapper .sd-inner-wrap .sd-right .item:last-child {
    border-bottom: none;
  }
  .spa-details-wrapper .sd-inner-wrap .sd-right {
    padding-left: 86px;
  }
}
.spa-details-wrapper .sd-inner-wrap .item {
  padding-top: 33px;
  border-bottom: 1px solid #c2c6c7;
}
.spa-details-wrapper .sd-inner-wrap .item:last-child {
  border-bottom: none;
}
.spa-details-wrapper .sd-inner-wrap .item .item-title {
  font-size: 20px;
  display: block;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .spa-details-wrapper .sd-inner-wrap .item .item-title {
    margin-bottom: 20px;
  }
}
.spa-details-wrapper .sd-inner-wrap .item p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) {
  .spa-details-wrapper .sd-inner-wrap .item {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .spa-details-wrapper {
    padding: 72px 50px 40px 50px;
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .spa-details-wrapper {
    padding: 75px 80px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 72px;
  }
  .spa-details-wrapper .sd-inner-wrap .item .item-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1500px) {
  .spa-details-wrapper {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .spa-details-wrapper .sd-title {
    font-size: 19px;
    letter-spacing: 2px;
  }
  .spa-details-wrapper .sd-inner-wrap .item {
    padding-top: 10px;
  }
  .spa-details-wrapper .sd-inner-wrap .item .item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .spa-details-wrapper .sd-inner-wrap .item p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 17px;
  }
}

.numbers-table-2 {
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.numbers-table-2 .table-item {
  padding: 7px 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}
.numbers-table-2 .table-item .small-txt {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.numbers-table-2 .table-item .lrg-txt {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) {
  .numbers-table-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: none;
    margin-top: 12px;
  }
  .numbers-table-2 .table-item {
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    flex: 0 0 145px;
    max-width: 145px;
  }
}
@media only screen and (min-width: 1200px) {
  .numbers-table-2 {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .numbers-table-2 .table-item .small-txt {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 11px;
  }
  .numbers-table-2 .table-item .lrg-txt {
    font-size: 11px;
    line-height: 13px;
  }
}

.gallery .grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  font-size: 0;
  justify-content: space-between;
}
.gallery .grid .grid-item {
  display: inline-block;
  background: #fff;
  width: 100%;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 0 10px;
  flex: 0 0 calc(50% - 3px);
  max-width: calc(50% - 3px);
}
.gallery .grid .grid-item a {
  position: relative;
  display: block;
}
.gallery .grid .grid-item a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  fill: #fff;
  transition: all 0.3s ease;
}
.gallery .grid .grid-item a.vr:hover svg {
  opacity: 0.5;
}
.gallery .grid .grid-item img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .gallery .grid::after {
    content: "";
    flex: 0 0 calc(33.3% - 13px);
    max-width: calc(33.3% - 13px);
  }
  .gallery .grid {
    padding: 50px 30px;
  }
  .gallery .grid .grid-item {
    flex: 0 0 calc(33.3% - 13px);
    max-width: calc(33.3% - 13px);
    margin: 0 0 20px;
  }
}
.t9-gallery-template .welcome-section {
  padding: 114px 20px 47px 20px;
}

#tabwrapper {
  margin-top: 40px;
}

.tab-inner {
  margin-top: 30px;
}
.tab-inner .tab {
  margin-top: 60px;
}
.tab-inner .tab .nav-tabs {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #6e6e6e;
  text-align: center;
}
.tab-inner .tab .shareparent {
  margin-top: 0;
  margin-bottom: 20px;
  color: #292929;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.tab-inner .tab .shareparent .menu-toggle {
  right: 5px;
  display: none !important;
}
.tab-inner .tab .shareparent .leftnav-title {
  border: 1px solid #767054;
  padding: 10px 20px;
  background-image: url("images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #123445;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  cursor: pointer;
}
.tab-inner .tab .shareparent .gal-title {
  display: block !important;
  right: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .tab-inner .tab .shareparent .gal-title {
    left: 0;
    background: transparent;
  }
}
.tab-inner .tab .shareparent .gal-title .side-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0 auto;
}
.tab-inner .tab .shareparent .gal-title .side-nav li {
  position: relative;
  display: block;
  padding: 15px;
  margin-bottom: -1px;
  cursor: pointer;
  margin-top: 60px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 37px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .tab-inner .tab .shareparent .gal-title .side-nav li {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
    padding: 0 15px;
  }
}
.tab-inner .tab .shareparent .gal-title .side-nav li:hover, .tab-inner .tab .shareparent .gal-title .side-nav li:focus {
  color: #1b272f;
}
.tab-inner .tab .wrap-tab {
  float: left;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
}
.tab-inner .tab .wrap-tab .item {
  width: 50%;
  padding: 5px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .tab-inner .tab .wrap-tab .item {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .tab-inner .tab .wrap-tab .item {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-inner .tab .wrap-tab .item {
    width: 20%;
  }
}
.tab-inner .tab .wrap-tab .item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 90%;
}
.tab-inner .tab .wrap-tab .item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1200px) {
  .tab-inner .tab .wrap-tab .item a {
    padding-bottom: inherit;
    height: 230px;
  }
}
@media only screen and (min-width: 1600px) {
  .tab-inner .tab .wrap-tab .item a {
    height: 340px;
  }
}
.tab-inner .tab .wrap-tab .item a:hover:before {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .tab-inner .tab .wrap-tab .item:first-child {
    width: 40%;
  }
  .tab-inner .tab .wrap-tab .item:first-child a {
    height: 470px;
  }
}
@media only screen and (min-width: 1600px) {
  .tab-inner .tab .wrap-tab .item:first-child {
    width: 40%;
  }
  .tab-inner .tab .wrap-tab .item:first-child a {
    height: 690px;
  }
}
@media only screen and (min-width: 768px) {
  .tab-inner--mod {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .tab-inner--mod {
    padding: 0 62px;
  }
}
@media only screen and (min-width: 768px) {
  .tab-inner--mod .tab .wrap-tab .item {
    width: 20%;
  }
}
.tab-inner--mod .tab .wrap-tab .item:first-child {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tab-inner--mod .tab .wrap-tab .item:first-child {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-inner--mod .tab .wrap-tab .item:first-child {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .tab-inner--mod .tab .wrap-tab .item:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-inner--mod .tab .wrap-tab .item:nth-child(2) {
    width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  .tab-inner .tab .shareparent {
    /*border-bottom: 1px solid #d9d9d9;*/
    margin-bottom: 40px;
  }
  .tab-inner .tab .shareparent .menu-toggle,
  .tab-inner .tab .shareparent .leftnav-title {
    display: none;
  }
  .tab-inner .tab .shareparent .gal-title {
    display: block !important;
    position: relative;
    top: 0;
    font-size: 0;
  }
  .tab-inner .tab .shareparent .gal-title .side-nav {
    text-align: center !important;
  }
  .tab-inner .tab .shareparent .gal-title .side-nav li {
    border: none;
    padding: 5px 0;
    margin-bottom: 0;
    margin-right: 14px;
    margin-left: 14px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 40px 20px;
    border-radius: 5px;
    margin-top: 20px;
    color: #000000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (min-width: 1200px) {
  .tab-inner .tab .shareparent .gal-title .side-nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .tab-inner .tab .shareparent .gal-title .side-nav li:after {
    display: none;
    content: "";
    position: absolute;
    bottom: -2px;
    height: 2px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #e2e2e2;
    margin: 0 auto;
  }
}
/* external css: flickity.css */
* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.flickity-slider {
  position: relative !important;
}

.flickity-slider .carousel-cell img {
  height: 600px;
  padding: 0 5px;
}

.flickity-viewport {
  width: 100%;
  height: 600px !important;
}

.grid-item .vr-item img {
  padding: 0 5px;
  opacity: 0.7;
  height: 600px;
}

.grid-item .vr-item img:hover {
  opacity: 0.5;
}

.ply-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  fill: #fff;
  transition: all 0.3s ease;
}

.flickity-page-dots {
  display: none;
}

.flickity-prev-next-button.previous {
  left: 20px;
}

.flickity-prev-next-button.next {
  right: 20px;
}

.news-template .default-wrapper {
  margin-top: 36px;
}
.news-template .content-wrapper {
  margin-top: 24px;
  padding: 0 15px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .news-template .content-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .news-template .content-wrapper {
    padding: 0 70px;
    margin-top: 42px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-template .default-wrapper {
    margin-top: 55px;
  }
  .news-template .content-wrapper {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  .news-template .selects-wrapper {
    margin-top: 47px;
  }
}
@media only screen and (min-width: 1500px) {
  .news-template .default-wrapper {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.selects-wrapper {
  padding: 0 20px;
}
.selects-wrapper select {
  border: 1px solid #000000;
  margin-bottom: 20px;
  height: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .selects-wrapper {
    padding: 0 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .selects-wrapper .select {
    width: 100%;
    flex: 1 1 calc(33.33% - 7px);
    max-width: calc(33.33% - 7px);
  }
  .selects-wrapper .select select {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .selects-wrapper {
    max-width: 610px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .selects-wrapper .select select {
    height: 35px;
    padding: 0 15px;
  }
}

.news-wrapper {
  margin-top: 60px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .news-wrapper {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .news-wrapper {
    max-width: none;
    padding-left: 150px;
    padding-right: 150px;
  }
}

.news-inner-content {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.wellness-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .wellness-bg {
    height: 405px;
  }
}
@media only screen and (min-width: 1200px) {
  .wellness-bg {
    height: 675px;
  }
}
@media only screen and (min-width: 1500px) {
  .wellness-bg {
    height: 1030px;
  }
}

.inner-page .wellness-template ul {
  margin-top: 55px;
  margin-bottom: 0;
}
.inner-page .wellness-template ul li {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) {
  .inner-page .wellness-template .welcome-section {
    max-width: 680px;
  }
}

.wellness-content {
  padding: 30px 20px;
  text-align: center;
}
.wellness-content .bot-content {
  margin-top: 60px;
}
.wellness-content .bot-content span {
  display: block;
  line-height: 24px;
  font-size: 22px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .wellness-content {
    padding: 85px 70px 10px 70px;
  }
  .wellness-content .bot-content {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .wellness-content {
    padding: 85px 150px 10px 150px;
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
  }
}

.double-column-wrapper .db-col-item {
  padding: 52px 20px;
  margin-top: 40px;
}
.double-column-wrapper .db-col-item .item-title {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.double-column-wrapper .db-col-item .item-sub-title {
  display: block;
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 15px;
}
.double-column-wrapper .db-col-item p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 35px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.double-column-wrapper .db-col-item .same-as-ul {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 35px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) {
  .double-column-wrapper {
    margin-left: 70px;
    margin-right: 70px;
  }
  .double-column-wrapper .db-col-item {
    padding: 52px 50px;
  }
  .double-column-wrapper .db-col-item .item-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .double-column-wrapper {
    margin-left: 150px;
    margin-right: 150px;
  }
  .double-column-wrapper .db-col-item {
    padding: 60px;
  }
}
@media only screen and (min-width: 1500px) {
  .double-column-wrapper {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
    -webkit-perspective: 1;
    perspective: 1;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    margin-top: 50px;
  }
  .double-column-wrapper .db-col-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.social-wall {
  margin-top: 60px;
}
.social-wall .facebook-section {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .social-wall .facebook-section .grid {
    moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
.social-wall .facebook-section .grid .grid-item {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  padding: 3px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.social-wall .facebook-section .grid .grid-item .single-section {
  box-shadow: 1px 1px 6px rgba(204, 204, 204, 0.5);
  transition: 0.5s;
  background-color: #fff;
}
.social-wall .facebook-section .grid .grid-item .single-section:hover {
  box-shadow: 1px 1px 6px rgba(43, 130, 229, 0.5);
  transition: 0.5s;
}
.social-wall .facebook-section .grid .grid-item .single-section img {
  width: 100%;
  max-width: 100%;
}
.social-wall .facebook-section .grid .grid-item .single-section .info-wrapper {
  padding: 25px;
  font-family: "Mulish", sans-serif;
}
.social-wall .facebook-section .grid .grid-item .single-section .info-wrapper .title {
  font-size: 20px;
  color: #123445;
  line-height: 24px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}
.social-wall .facebook-section .grid .grid-item .single-section .info-wrapper .description {
  margin-top: 17px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}
.social-wall .facebook-section .grid .grid-item .single-section a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .social-wall {
    margin-top: 70px;
  }
  .social-wall .title {
    font-size: 30px;
  }
  .social-wall .social-section {
    margin-top: 40px;
  }
  .social-wall .social-section .grid {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-perspective: 1;
  }
  .social-wall + .social-wall {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .left-section,
  .right-section {
    width: 100%;
    display: inline-block;
  }
  .social-wall {
    margin-top: 70px;
  }
  .social-wall .facebook-section {
    margin-top: 40px;
  }
  .social-wall .facebook-section .grid {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .social-wall + .social-wall {
    margin-top: 80px;
  }
  .wall-title {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .wall-description {
    max-width: 1080px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .social-wall .facebook-section .grid {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
.comp-gallery-type-2 {
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) {
  .comp-gallery-type-2 {
    margin-top: 51px;
  }
}
.comp-gallery-type-2 .gallery-wrap {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
.comp-gallery-type-2 .gallery-wrap a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: center;
  width: 50%;
  border: 1px solid #fff;
  padding-bottom: 50%;
}
@media only screen and (min-width: 768px) {
  .comp-gallery-type-2 .gallery-wrap a {
    width: 20%;
    padding-bottom: 20%;
  }
}
.comp-gallery-type-2 .links {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .comp-gallery-type-2 .links {
    margin-top: 60px;
  }
}

.social-wall-inner {
  padding: 0 15px;
  text-align: center;
}
.social-wall-inner .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .social-wall-inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .social-wall-inner {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .social-wall-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .social-wall-inner {
    padding: 0 180px;
  }
}

.t10-social-wall .section-title {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 75px;
  color: #000000;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: none;
}

.features-wrapper {
  padding: 55px 20px;
  margin-top: 60px;
}
.features-wrapper .content-wrapper .title {
  font-size: 22px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.49));
}
@media only screen and (min-width: 1200px) {
  .features-wrapper .content-wrapper .title {
    min-height: 50px;
  }
}
.features-wrapper .item {
  text-align: center;
}
.features-wrapper .feature-header {
  text-align: center;
}
.features-wrapper .feature-header p {
  padding: 15px 20px;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) {
  .features-wrapper {
    padding: 140px 20px 40px 20px;
  }
  .features-wrapper .feature-header p {
    padding: 15px 20px;
    max-width: 950px;
  }
  .features-wrapper .inner-title-2 {
    margin-bottom: 20px;
  }
}

.after-black-content {
  margin-top: 25px;
  text-align: center;
  border-top: 1px solid #ffffff;
  padding-top: 58px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
}
.after-black-content p {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .after-black-content {
    margin-top: 68px;
  }
  .after-black-content p {
    font-size: 35px;
    line-height: 42px;
  }
}

.double-like-carousel-wrapper .dlc-image {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.double-like-carousel-wrapper .item-side-content {
  background-color: #eaeaea;
  text-align: center;
  padding: 55px 20px;
}
.double-like-carousel-wrapper .item-side-content .item-title {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.double-like-carousel-wrapper .item-side-content p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #000000;
  font-family: "Garamond", serif;
  text-align: center;
}
.double-like-carousel-wrapper .item-side-content .btn-black {
  margin-top: 20px;
}
.double-like-carousel-wrapper.widget-type-1 .display-counters-2 {
  top: 450px;
}
@media only screen and (min-width: 768px) {
  .double-like-carousel-wrapper .double-like-carousel {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .double-like-carousel-wrapper {
    max-width: 1075px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: 88px;
  }
  .double-like-carousel-wrapper .double-like-carousel {
    max-width: none;
  }
  .double-like-carousel-wrapper .double-like-carousel .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .double-like-carousel-wrapper .double-like-carousel .item .dlc-image {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    height: auto;
  }
  .double-like-carousel-wrapper .double-like-carousel .item .item-side-content {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    padding: 104px 40px;
  }
  .double-like-carousel-wrapper.widget-type-1 .display-counters-2 {
    top: -51px;
  }
}
@media only screen and (min-width: 1500px) {
  .double-like-carousel-wrapper {
    min-width: 1350px;
  }
  .double-like-carousel-wrapper .double-like-carousel .item .item-side-content {
    padding: 104px 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .room-listing-template .desc-type-1 {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 55px;
    border-bottom: 1px solid #000;
  }
}
@media only screen and (min-width: 768px) {
  .room-listing-template .numbers-table .table-item {
    padding: 0 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .room-listing-template .numbers-table .table-item {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .room-listing-template .numbers-table .table-item {
    padding: 0 25px;
  }
}

.full-img-section {
  text-align: center;
  margin-top: 30px;
}
.full-img-section img {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .full-img-section {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .full-img-section .desc-type-1 {
    padding: 0;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .full-img-section {
    max-width: 900px;
  }
}

.meetings-and-events-template .luxury-section {
  margin-top: 40px;
}
.meetings-and-events-template .luxury-section .luxury-inner .luxury-bot-wrapper {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .meetings-and-events-template .luxury-section {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1500px) {
  .meetings-and-events-template .luxury-section {
    margin-top: 0;
    max-width: 1354px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.about-us-template .luxury-section .luxury-inner .luxury-bot-wrapper {
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  .about-us-template .luxury-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .inner-page .sustainability-template .content-wrapper {
    max-width: 1084px;
  }
  .inner-page .sustainability-template .content-wrapper p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1500px) {
  .inner-page .sustainability-template .inner-default-wrapper {
    max-width: 1200px;
  }
}

.opening-hours {
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .opening-hours {
    margin-top: 0;
  }
}
.opening-hours .text {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .opening-hours .text {
    font-size: 11px;
  }
}
.opening-hours .time {
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  font-family: "Mulish", sans-serif;
  display: block;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .opening-hours .time {
    font-size: 14px;
    margin-top: -8px;
  }
}

.spa-gal-wrapper {
  padding: 70px 20px;
  margin-top: 60px;
}
.spa-gal-wrapper .spa-gal-inner-wrapper .spa-item {
  margin-bottom: 40px;
}
.spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .img-wrapper img {
  max-width: 100%;
}
.spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .spa-contents {
  background-color: #eeeeee;
  text-align: center;
  padding: 80px 20px;
}
.spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .spa-contents .title {
  display: block;
  font-size: 22px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .spa-contents .title {
    font-size: 14px;
  }
}
.spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .spa-contents p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #000000;
  font-family: "Garamond", serif;
  text-align: center;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .spa-contents p {
    font-size: 16px;
    line-height: 24px;
  }
}
.spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .spa-contents a.btn-black {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .spa-gal-wrapper .spa-gal-inner-wrapper {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .spa-gal-wrapper {
    padding: 0;
  }
  .spa-gal-wrapper .spa-gal-inner-wrapper {
    padding: 140px 100px;
    max-width: none;
  }
  .spa-gal-wrapper .spa-gal-inner-wrapper .spa-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .spa-gal-wrapper .spa-gal-inner-wrapper .spa-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .img-wrapper {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .img-wrapper img {
    object-fit: cover;
    height: 100%;
  }
  .spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .spa-contents {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .spa-contents a.btn-black {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1500px) {
  .spa-gal-wrapper .spa-gal-inner-wrapper {
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .spa-gal-wrapper .spa-gal-inner-wrapper {
    max-width: 960px;
    padding: 70px 100px 50px;
  }
  .spa-gal-wrapper .spa-gal-inner-wrapper .spa-item .spa-contents {
    padding: 55px 35px;
  }
}

.spa-treatment-wrapper {
  margin-top: 65px;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .spa-treatment-wrapper {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .spa-treatment-wrapper {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .spa-treatment-wrapper {
    margin-top: 70px;
    margin-bottom: 50px;
  }
}

.spa-header .spa-title {
  font-size: 30px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .spa-header .spa-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .spa-header {
    margin-bottom: 50px;
  }
  .spa-header p {
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .spa-header {
    margin-bottom: 80px;
  }
  .spa-header p {
    padding-left: 200px;
    padding-right: 200px;
    max-width: none;
  }
}
@media only screen and (min-width: 1500px) {
  .spa-header p {
    max-width: 1070px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .spa-header {
    margin-bottom: 50px;
  }
  .spa-header p {
    font-size: 15px;
    line-height: 26px;
  }
  .spa-header .spa-title {
    margin-bottom: 25px;
  }
}

.treatment-wrapper .item {
  background-color: #e8eff4;
  padding: 40px 45px;
  margin-bottom: 30px;
  width: 100%;
}
.treatment-wrapper .item .tree-title {
  display: block;
  font-size: 22px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1500px) {
  .treatment-wrapper .item .tree-title {
    min-height: 70px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .treatment-wrapper .item .tree-title {
    font-size: 14px;
    line-height: 24px;
  }
}
.treatment-wrapper .item p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #000000;
  font-family: "Garamond", serif;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1500px) {
  .treatment-wrapper .item p {
    min-height: 70px;
  }
}
.treatment-wrapper .item .date {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #6e6e6e;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .treatment-wrapper {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .treatment-wrapper {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 100px;
  }
  .treatment-wrapper .item {
    padding: 66px 45px;
  }
}
@media only screen and (min-width: 1500px) {
  .treatment-wrapper {
    padding: 0;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .treatment-wrapper {
    max-width: 1100px;
  }
  .treatment-wrapper .item {
    padding: 40px 55px;
  }
}

.spa-full-image {
  margin-top: 55px;
}
.spa-full-image img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .spa-full-image {
    margin-top: 85px;
  }
}
@media only screen and (min-width: 1200px) {
  .spa-full-image {
    margin-top: 145px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .spa-full-image {
    margin-top: 95px;
  }
}

.spa-last-section {
  margin-top: 55px;
  text-align: center;
}
.spa-last-section img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .spa-last-section {
    margin-top: 85px;
  }
  .spa-last-section img {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .spa-last-section {
    margin-top: 145px;
  }
  .spa-last-section img {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .spa-last-section {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .spa-last-section {
    margin-top: 65px;
  }
}

.treatment-blurb-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5%;
  justify-content: space-between;
  padding: 40px 40px;
}
.treatment-blurb-wrapper p {
  font-size: 14px;
  margin-bottom: 10px;
}
.treatment-blurb-wrapper .contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.treatment-blurb-wrapper .contact-wrapper .tel-number {
  color: white;
  font-size: 14px;
}
.treatment-blurb-wrapper .contact-wrapper .tel-number:hover {
  text-decoration: underline;
}
.treatment-blurb-wrapper .contact-wrapper svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
  transform: translateY(5px);
}
@media only screen and (min-width: 1200px) {
  .treatment-blurb-wrapper {
    flex-direction: row;
    padding: 40px 100px 40px;
  }
  .treatment-blurb-wrapper p {
    width: 50%;
    font-size: 14px;
    text-align: left;
  }
  .treatment-blurb-wrapper .contact-wrapper {
    flex-direction: row;
    gap: 25px;
  }
  .treatment-blurb-wrapper .contact-wrapper .tel-number {
    font-size: 17px;
  }
}

.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 998;
}

.popup-image {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding-bottom: 1rem;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .popup-image {
    width: 50%;
    transform: translate(-55%, -50%);
  }
}
.popup-image img {
  width: 100%;
  border-radius: 10px;
}
.popup-image .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  color: black;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}
.popup-image .download-btn {
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
.popup-image .download-btn:hover {
  background-color: #0056b3;
}

.click-to-view {
  cursor: pointer;
}

.facilities-template .numbers-table {
  margin-top: 25px;
}
.facilities-template .numbers-table .table-item .lrg-txt {
  text-transform: uppercase;
}
.facilities-template .related-products {
  padding-top: 0;
}
.facilities-template .related-products .related-carousel-wrapper #related-products .item .description-wrapper .buttons-wrapper a {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .facilities-template .numbers-table {
    max-width: 650px;
  }
  .facilities-template .numbers-table .table-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 24px;
  }
  .facilities-template .numbers-table .table-item:nth-child(even) {
    border-right: none;
  }
}
@media only screen and (min-width: 1200px) {
  .facilities-template .numbers-table {
    max-width: none;
    margin-top: 42px;
  }
  .facilities-template .numbers-table .table-item {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .facilities-template .numbers-table .table-item:nth-child(even) {
    border-right: none;
    border-right: 1px solid #e0e0e0;
  }
  .facilities-template .numbers-table .table-item:last-child {
    border-right: none;
  }
}

.offer-top-wrapper {
  margin-top: 35px;
}
.offer-top-wrapper .offer-img-wrapper {
  display: block;
}
.offer-top-wrapper .offer-img-wrapper img {
  width: 100%;
}
.offer-top-wrapper .offer-details {
  padding: 45px 20px;
  text-align: center;
}
.offer-top-wrapper .offer-details .offer-title {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #000000;
  font-family: "Garamond", serif;
  text-align: center;
}
.offer-top-wrapper hr {
  border-top: 1px solid #847b6c;
}
.offer-top-wrapper .btn-black {
  min-width: 215px;
}
@media only screen and (min-width: 768px) {
  .offer-top-wrapper {
    margin-left: 70px;
    margin-right: 70px;
  }
  .offer-top-wrapper hr {
    max-width: 310px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .offer-top-wrapper .offer-details {
    padding: 92px 50px;
  }
  .offer-top-wrapper a {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .offer-top-wrapper {
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 45px;
  }
  .offer-top-wrapper hr {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .offer-top-wrapper .offer-details {
    padding: 92px 150px;
  }
}
@media only screen and (min-width: 768px) {
  .offer-top-wrapper {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
  .offer-top-wrapper .offer-details {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    padding: 92px 85px;
  }
  .offer-top-wrapper .offer-img-wrapper {
    display: block;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .offer-top-wrapper .offer-img-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.offer-inner-template .widget-type-2-modified {
  margin-top: 60px;
}
.offer-inner-template .widget-type-2-modified .items-wrapper .item .item-title {
  color: #fff;
  margin-bottom: 15px;
}
.offer-inner-template .widget-type-2-modified .items-wrapper .item ul li {
  color: #b4b4b4;
}
.offer-inner-template .widget-type-2-modified .wtt-right-side {
  margin-top: 0;
  border-top: 1px solid #262626;
}
@media only screen and (min-width: 768px) {
  .offer-inner-template .widget-type-2-modified {
    padding: 112px 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .offer-inner-template .widget-type-2-modified {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1500px) {
  .offer-inner-template .widget-type-2-modified {
    margin-top: 120px;
    padding: 112px 0;
  }
  .offer-inner-template .widget-type-2-modified .wtt-right-side {
    border-top: none;
  }
  .offer-inner-template .widget-type-2-modified .wtt-left-side .items-wrapper .item {
    max-width: 620px;
  }
}
.offer-inner-template .related-products {
  padding-bottom: 0;
}
.offer-inner-template .related-products .main-title {
  display: block;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
}
.offer-inner-template .related-products .related-carousel-wrapper {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .offer-inner-template .related-products .main-title {
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 2px;
  }
  .offer-inner-template .related-carousel-wrapper {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .offer-inner-template .treatment-wrapper {
    max-width: none;
  }
  .offer-inner-template .treatment-wrapper .item {
    padding: 90px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .offer-inner-template .treatment-wrapper {
    max-width: none;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .offer-inner-template .related-products .related-carousel-wrapper {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 1500px) {
  .offer-inner-template .related-products {
    padding-left: 0;
    padding-right: 0;
  }
}

.meet-our-chef-template .offer-details {
  border: 1px solid #c7d5df;
}
.meet-our-chef-template .offer-details p:last-child {
  margin-bottom: 0;
}

.chef-element-wrapper {
  margin-top: 50px;
  text-align: center;
}
.chef-element-wrapper .chef-title {
  display: block;
  font-size: 30px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .chef-element-wrapper {
    margin-top: 100px;
  }
  .chef-element-wrapper .chef-title {
    margin-bottom: -20px;
  }
}

.meet-our-chef-template .item-desc, .dining-inner-template .item-desc {
  margin-top: 20px;
  padding: 0 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.meet-our-chef-template .item-desc .it-title, .dining-inner-template .item-desc .it-title {
  font-size: 22px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.meet-our-chef-template .item-desc p, .dining-inner-template .item-desc p {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 34px;
  color: #000000;
  font-family: "Garamond", serif;
  text-align: center;
}

.associate-wrapper {
  padding: 0 20px;
  margin-top: 35px;
}
.associate-wrapper .hotel-item {
  text-align: center;
  background-color: #f0f5f9;
  border: 1px solid #bbccd8;
  margin-bottom: 55px;
}
.associate-wrapper .hotel-item:last-child {
  margin-bottom: 0;
}
.associate-wrapper .hotel-item .hotel-header {
  padding-top: 55px;
  height: 300px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .associate-wrapper .hotel-item .hotel-header {
    padding-top: 35px;
    height: 200px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .associate-wrapper .hotel-item .hotel-header .logo-wrapper img {
    width: 120px;
  }
}
.associate-wrapper .hotel-item .hotel-header .hotel-title {
  display: block;
  font-size: 24px;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-align: center;
  margin-top: 22px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .associate-wrapper .hotel-item .hotel-header .hotel-title {
    margin-top: 10px;
    font-size: 15px;
  }
}
.associate-wrapper .hotel-item .hotel-img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .associate-wrapper {
    margin-left: 70px;
    margin-right: 70px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .associate-wrapper {
    margin-top: 45px;
    margin-left: 150px;
    margin-right: 150px;
  }
}
@media only screen and (min-width: 1500px) {
  .associate-wrapper {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    padding: 0;
  }
  .associate-wrapper .hotel-item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .associate-wrapper {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    padding: 0;
  }
  .associate-wrapper .hotel-item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 0;
  }
}

.factsheet-template .treatment-wrapper .two-col-wrapper {
  width: 100%;
}
.factsheet-template .treatment-wrapper .two-col-wrapper .item {
  justify-content: center;
}
.factsheet-template .treatment-wrapper .two-col-wrapper .item .tree-title {
  font-size: 18px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 1200px) {
  .factsheet-template .spa-treatment-wrapper {
    margin-top: 58px;
  }
}

.career-title {
  font-size: 22px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.careers-template .spa-treatment-wrapper {
  margin-top: 60px;
}
.careers-template .spa-treatment-wrapper .treatment-wrapper .item {
  padding: 66px 10px;
}
.careers-template .spa-treatment-wrapper .treatment-wrapper .buttons-wrapper {
  margin-top: 28px;
}

.brochures-wrapper {
  padding: 0 20px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .brochures-wrapper {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1500px) {
  .brochures-wrapper {
    padding: 0;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .brochures-wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.reciprocal-inner {
  margin-left: 20px;
  margin-right: 20px;
}
.reciprocal-inner .item {
  border: 1px solid #000000;
  margin-bottom: 30px;
}
.reciprocal-inner .item .first {
  padding: 30px 30px 0;
  text-align: left;
}
.reciprocal-inner .item .first img {
  max-width: 100%;
}
.reciprocal-inner .item .second {
  padding: 25px;
}
.reciprocal-inner .item .second .award-title {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.reciprocal-inner .item .second ul li {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.reciprocal-inner .item .second p {
  font-size: 14px;
  line-height: 24px;
  color: #123445;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  margin-bottom: 28px;
}
.reciprocal-inner .item .second p:last-of-type {
  margin-bottom: 0;
}
.reciprocal-inner .item .second a {
  color: #123445;
}
.reciprocal-inner .item .second a:hover {
  color: #999;
}
@media only screen and (min-width: 768px) {
  .reciprocal-inner {
    margin-left: 70px;
    margin-right: 70px;
  }
  .reciprocal-inner .item .first {
    padding: 58px 50px 15px 50px;
  }
  .reciprocal-inner .item .second {
    padding: 25px 50px;
  }
  .reciprocal-inner .item .second .award-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .reciprocal-inner .item {
    display: flex;
    flex-wrap: wrap;
  }
  .reciprocal-inner .item .first {
    flex: 1 1 360px;
    max-width: 360px;
    border-bottom: none;
    padding: 52px 50px 52px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .reciprocal-inner .item .second {
    flex: 1 1;
    padding: 69px 37px 30px 37px;
    border-bottom: none;
  }
  .reciprocal-inner .item .second .award-title {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1500px) {
  .reciprocal-inner {
    margin-left: 200px;
    margin-right: 200px;
  }
  .reciprocal-inner .item .second .award-title {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .reciprocal-inner .item .first {
    max-width: 260px;
  }
  .reciprocal-inner .item .second .award-title {
    font-size: 15px;
  }
  .reciprocal-inner .item .second ul li {
    font-size: 14px;
  }
}

.offers-template .luxury-section {
  padding-top: 0;
}
.offers-template .luxury-section .luxury-inner .luxury-bot-wrapper {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .offers-template.pg_offers .luxury-inner .luxury-bot-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }
  .offers-template.pg_offers .luxury-inner .luxury-bot-wrapper .luxury-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .offers-template.pg_offers .luxury-inner .luxury-bot-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 35px;
    margin-top: 86px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .offers-template.pg_offers .luxury-inner .luxury-bot-wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .offers-template.pg_offers .luxury-inner .luxury-bot-wrapper .luxury-item {
    flex: 1 1 calc(33% - 35px);
    max-width: calc(33% - 35px);
    display: flex;
    flex-direction: column;
  }
}

.dining-inner-template .numbers-table {
  margin-top: 25px;
}
.dining-inner-template .numbers-table .table-item .lrg-txt {
  font-size: 20px;
}
.dining-inner-template .chef-element-wrapper {
  margin-top: 0;
}
.dining-inner-template .black-section {
  margin-top: 50px;
}
.dining-inner-template .widget-type-2 .items-wrapper .item {
  max-width: 390px;
  border-bottom: 1px solid #262626;
}
.dining-inner-template .widget-type-2 .items-wrapper .item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 1200px) {
  .dining-inner-template .numbers-table {
    margin-top: 55px;
  }
  .dining-inner-template .chef-element-wrapper {
    margin-top: 40px;
  }
  .dining-inner-template .black-section {
    margin-top: 100px;
  }
  .dining-inner-template .black-section .widget-type-2 .items-wrapper {
    padding-top: 0;
  }
  .dining-inner-template .black-section .widget-type-2 .items-wrapper .item {
    padding: 52px 0;
  }
  .dining-inner-template .black-section .widget-type-2 span.title-level-1 {
    min-height: 68px;
  }
}
@media only screen and (min-width: 1500px) {
  .dining-inner-template .black-section .widget-type-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

html {
  scroll-behavior: smooth;
}

.fortweddingsnew__innavmenu {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .fortweddingsnew__innavmenu {
    display: none;
  }
}
.fortweddingsnew__innavmenu {
  background-color: #f4f4f4;
  min-height: 65px;
  position: fixed;
  top: 100px;
  width: 100%;
  left: 0;
  z-index: 99;
  padding: 0 60px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__innavmenu {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__innavmenu {
    padding: 0 200px;
  }
}
.fortweddingsnew__innavmenu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__innavmenu ul {
    gap: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__innavmenu ul {
    gap: 60px;
  }
}
.fortweddingsnew__innavmenu ul {
  list-style: none;
  margin: unset;
  padding: 20px 0;
  width: 100%;
  justify-content: center;
}
.fortweddingsnew__innavmenu ul li {
  margin: unset;
}
.fortweddingsnew__innavmenu ul li a {
  color: #000000;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.fortweddingsnew__innavmenu ul li a.active {
  position: relative;
}
.fortweddingsnew__innavmenu ul li a.active::after {
  content: "";
  background-color: #000000;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: 0;
}

.fortweddingsnew__fixdinqbtn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: right;
}
.fortweddingsnew__fixdinqbtn a {
  border: 1px solid #ffffff;
  background: #000000;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s ease-in-out;
}
.fortweddingsnew__fixdinqbtn a span {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px; /* 85.714% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.fortweddingsnew__fixdinqbtn a:hover {
  background-color: #ffffff;
  border-color: #000000;
}
.fortweddingsnew__fixdinqbtn a:hover span {
  color: #000000;
}

.fortweddingsnew__cont_section {
  scroll-margin-top: 180px;
}
.fortweddingsnew__cont img {
  max-width: 100%;
  height: auto;
  width: 100%;
  background-color: #444;
  min-height: 400px;
  object-fit: cover;
}
.fortweddingsnew__cont_fwslider {
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_fwslider {
    scroll-margin-top: 180px;
  }
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_fw {
  position: relative;
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 5;
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay_head {
  padding-left: 0;
  padding-right: 0;
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay_head span {
  color: #ffffff;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px; /* 100% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay_head h1 {
  margin: unset;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 38px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay_head h1 {
    font-size: 50px;
    line-height: 72px; /* 144% */
    letter-spacing: 5px;
  }
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay_link a {
    gap: 15px;
  }
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay_link a {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay_link a svg {
  fill: #ffffff;
  width: 18px;
  height: 14px;
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay_link a span {
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_hmpg_ovrlay_link a span {
    font-size: 18px;
  }
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_inrpg_ovrlay {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_inrpg_ovrlay-mainhead {
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2; /* 333.333% |  100px*/
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_inrpg_ovrlay-mainhead {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_inrpg_ovrlay-mainhead {
    font-size: 70px;
  }
}
.fortweddingsnew__cont_fwslider .vi_emeslider_vid_main_inrpg_ovrlay-subbhead {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.17px; /* 145.389% */
}
.fortweddingsnew__cont_fwslider #vi_emeslider_main_v2 {
  position: relative;
  width: 100%;
}
.fortweddingsnew__cont_fwslider #vi_emeslider_main_v2 video {
  width: 100%;
  height: calc(100vh - 130px);
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .fortweddingsnew__cont_fwslider #vi_emeslider_main_v2 video {
    height: calc(100vh - 180px);
  }
}
.fortweddingsnew__cont_fwslider #vi_emeslider_main_v2.video__disabled .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_fwslider #vi_emeslider_main_v2.video__disabled .owl-dots {
    left: unset;
    right: 40px;
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont_fwslider #vi_emeslider_main_v2.video__disabled .owl-dots {
    right: 100px;
  }
}
@media only screen and (min-width: 1900px) {
  .fortweddingsnew__cont_fwslider #vi_emeslider_main_v2.video__disabled .owl-dots {
    right: 160px;
  }
}
.fortweddingsnew__cont_fwslider #vi_emeslider_main_v2.video__disabled .owl-dots .owl-dot span {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 20px;
}
.fortweddingsnew__cont_fwslider #vi_emeslider_main_v2.video__disabled .owl-dots .owl-dot.active span {
  width: 20px;
}
.fortweddingsnew__cont_fwslider #vi_emeslider_main_v2 picture,
.fortweddingsnew__cont_fwslider #vi_emeslider_main_v2 img {
  object-fit: cover;
  height: calc(100vh - 180px);
}
.fortweddingsnew__cont_introsec {
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_introsec {
    scroll-margin-top: 220px;
  }
}
.fortweddingsnew__cont_introsec {
  margin-top: 60px;
}
.fortweddingsnew__cont_introsec_inr {
  padding: 0 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_introsec_inr {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont_introsec_inr {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1450px) {
  .fortweddingsnew__cont_introsec_inr {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont_introsec_inr {
    margin-left: 160px;
    margin-right: 160px;
  }
}
.fortweddingsnew__cont_introsec_iconic {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_introsec_iconic {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont_introsec_iconic {
    flex: 1 1 calc(33% - 30px);
    max-width: calc(33% - 15px);
    order: 2;
  }
}
.fortweddingsnew__cont_introsec_iconic_icon svg {
  width: 70px;
  height: 70px;
}
.fortweddingsnew__cont_introsec_iconic_txts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_introsec_iconic_txts {
    padding: 0 3em;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont_introsec_iconic_txts {
    padding: unset;
  }
}
.fortweddingsnew__cont_introsec_iconic_txts p {
  color: #000000;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin: unset;
}
.fortweddingsnew__cont_introsec_leftimg {
  order: 2;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_introsec_leftimg {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont_introsec_leftimg {
    flex: 1 1 calc(33% - 30px);
    max-width: calc(33% - 15px);
    order: 1;
  }
}
.fortweddingsnew__cont_introsec_rghtimg {
  order: 3;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_introsec_rghtimg {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont_introsec_rghtimg {
    flex: 1 1 calc(33% - 30px);
    max-width: calc(33% - 15px);
    order: 3;
  }
}
.fortweddingsnew__cont_fwslidrcounter {
  margin-top: 60px;
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont_fwslidrcounter {
    scroll-margin-top: 200px;
  }
}
.fortweddingsnew__cont_fwslidrcounter {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.fortweddingsnew__cont_fwslidrcounter .welcome-section {
  padding-top: unset;
  padding-right: unset;
}
.fortweddingsnew__cont_fwslidrcounter .welcome-section h2 {
  margin-bottom: unset;
}
.fortweddingsnew__cont_fwslidrcounter .widget-type-1 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: unset;
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .fortweddingsnew__cont_fwslidrcounter .display-counters {
    top: unset;
    bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont_fwslidrcounter .display-counters {
    right: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont_fwslidrcounter .owl-nav {
    right: 300px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok {
  margin: 0 20px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1450px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok {
    margin-left: 160px;
    margin-right: 160px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok {
    margin-left: 200px;
    margin-right: 200px;
  }
}
@media only screen and (min-width: 1700px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok {
    margin-left: 320px;
    margin-right: 320px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_black {
  background-color: #000000;
  color: #ffffff;
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_black {
    scroll-margin-top: 200px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_black_inr {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_black_inr {
    flex-direction: row;
    padding: 45px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_black_left {
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 20px);
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_black_left h3 {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin: unset;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_black_left h3 {
    text-align: left;
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_black_rght {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 580px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_black_rght {
    flex-direction: row;
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_black_rght {
    gap: 40px;
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 20px);
    justify-content: flex-end;
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_black_rght_call a {
  display: flex;
  gap: 15px;
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_black_rght_call a span {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 12px; /* 75% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_black_rght_call a svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_black_rght_call a:hover span {
  color: #999;
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_black_rght_call a:hover svg {
  fill: #999;
}
.fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok {
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok {
    scroll-margin-top: 200px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok {
  margin: 0 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok {
    flex-direction: row;
    gap: 80px;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 85px;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1450px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok {
    margin-left: 280px;
    margin-right: 280px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_left {
    flex: 1 1 calc(50% - 80px);
    max-width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_left {
    gap: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_left {
    gap: 80px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_left_toptxt p {
  margin: unset;
  color: #000000;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_left_toptxt p {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_left_toptxt p {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_left_img {
    display: flex;
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_left_img img {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_rght {
    flex: 1 1 calc(50% - 80px);
    max-width: calc(50% - 40px);
    max-height: calc(100% - 180px);
    display: flex;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_rght {
    max-height: calc(100% - 140px);
  }
}
@media only screen and (min-width: 1900px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_rght {
    max-height: calc(100% - 240px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_rght_img {
    display: none;
  }
}
@media only screen and (min-width: 1450px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_rght_img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_rght_img img {
    object-fit: cover;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_rght_img_tabonly {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_unevenimgtxtblok_rght_img_tabonly {
    display: flex;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed {
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed {
    scroll-margin-top: 200px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed {
  margin: 0 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1450px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed {
    margin-left: 220px;
    margin-right: 220px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed .welcome-section {
  padding: unset;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed .welcome-section h2 {
  margin: unset;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner {
  margin-top: 30px;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab {
  margin: unset;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .nav-tabs {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #6e6e6e;
  text-align: center;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent {
  margin-top: 0;
  margin-bottom: 20px;
  color: #292929;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent .menu-toggle {
  right: 5px;
  display: none !important;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent .leftnav-title {
  border: 1px solid #767054;
  padding: 10px 20px;
  background-image: url("images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #123445;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  cursor: pointer;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar {
  right: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar {
    left: 0;
    background: transparent;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin: 0 auto;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav li {
  position: relative;
  display: block;
  padding: 15px;
  margin-bottom: -1px;
  border: 1px solid #dddddd;
  cursor: pointer;
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 37px;
  color: #000000;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav li:hover, .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav li:focus {
  color: #1b272f;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav .active {
  color: #e2ce53;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab {
  float: left;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item {
  width: 50%;
  padding: 5px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item {
    width: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item {
    width: 20%;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 90%;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item a {
    padding-bottom: inherit;
    height: 230px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item a {
    height: 340px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item a:hover:before {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item:first-child {
    width: 40%;
  }
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item:first-child a {
    height: 470px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item:first-child {
    width: 40%;
  }
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .wrap-tab .item:first-child a {
    height: 690px;
  }
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner--mod {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner--mod {
    padding: 0 62px;
  }
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner--mod .tab .wrap-tab .item {
    width: 20%;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner--mod .tab .wrap-tab .item:first-child {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner--mod .tab .wrap-tab .item:first-child {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner--mod .tab .wrap-tab .item:first-child {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner--mod .tab .wrap-tab .item:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner--mod .tab .wrap-tab .item:nth-child(2) {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent {
    /*border-bottom: 1px solid #d9d9d9;*/
    margin-bottom: 40px;
  }
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent .menu-toggle,
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent .leftnav-title {
    display: none;
  }
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar {
    display: block !important;
    position: relative;
    top: 0;
    font-size: 0;
  }
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav li {
    display: inline-block;
    border: none;
    padding: 5px 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 20px;
    border-radius: 5px;
    margin-top: 20px;
  }
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav li:hover, .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav li:focus {
    background-color: #ebebeb;
    color: #000000;
  }
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav li:after {
    display: none;
    content: "";
    position: absolute;
    bottom: -2px;
    height: 2px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #e2e2e2;
    margin: 0 auto;
  }
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner .tab .shareparent #left-navbar .side-nav .active {
    color: #ffffff;
    background-color: #000000;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .tab-inner {
  margin: unset;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar {
    display: block !important;
    position: relative;
    top: 0;
    font-size: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar #sideNav li {
  margin-top: unset;
  border-radius: 0;
  background-color: #ffffff;
  padding: 5px 45px;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar #sideNav li {
    min-height: 35px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar #sideNav li[data-color="5B6633"] {
  background-color: #5b6633;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar #sideNav li[data-color="5B6633"]:hover {
  background-color: #5b6633 !important;
  color: #ffffff !important;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar #sideNav li:hover {
  filter: contrast(70%);
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar #sideNav li.active:hover {
  color: #ffffff;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar #sideNav li[data-color="5D2D15"]:hover, .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar #sideNav li.col5D2D15:hover {
  background-color: #5d2d15 !important;
  color: #ffffff;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar #sideNav li[data-color=BA9381]:hover, .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs .shareparent #left-navbar #sideNav li.colBA9381:hover {
  background-color: #ba9381 !important;
  color: #ffffff;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item {
    flex-direction: row;
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item_imgs {
    display: flex;
    flex: 1 1 calc(50% - 60px);
    max-width: calc(50% - 30px);
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item_imgs img {
  object-fit: cover;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item_cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item_cont {
    flex: 1 1 calc(50% - 60px);
    max-width: calc(50% - 30px);
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item_cont_price {
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  max-width: 130px;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item_cont_price span {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px; /* 100% */
  letter-spacing: 2.2px;
  text-transform: uppercase;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item_cont_title h3 {
  color: #000000;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px; /* 181.818% */
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin: 0;
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item_cont_list ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1520px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item_cont_list ul {
    gap: 10px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_pkgstabbed_tabs_item_cont_list ul li {
  margin: unset;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback {
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_feedback {
    scroll-margin-top: 200px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_feedback {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_feedback {
    margin-top: 120px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback_inr {
  background-color: #000000;
  padding: 100px 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_feedback_inr {
    padding: 120px 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_feedback_inr {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback_inr {
  position: relative;
  z-index: 6;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_feedback_inr::after {
    content: "testimonials";
    position: absolute;
    left: 50%;
    top: 40%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    font-size: 4.5rem;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: rgba(241, 241, 241, 0.08);
    text-align: center;
    font-family: "Garamond", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 20.4px;
    text-transform: uppercase;
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_feedback_inr::after {
    font-size: 6rem;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback_slidr_item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_feedback_slidr_item {
    margin: 0 auto;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback_slidr_item {
  text-align: center;
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback_slidr_item_msgs p {
  color: #ffffff;
  font-family: "Garamond", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback_slidr_item_auth {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px; /* 85.714% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
  padding-top: 20px;
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback_slidr_item_auth::before {
  content: "";
  background-color: #ffffff;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback_slidr .owl-dots {
  position: absolute;
  right: -40px;
  bottom: -80px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_feedback_slidr .owl-dots {
    right: -80px;
    bottom: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_feedback_slidr .owl-dots {
    right: -80px;
    bottom: -120px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_feedback_slidr .owl-dots button.active span {
  width: 20px;
  border-radius: 4px;
  background-color: #ffffff;
}
.fortweddingsnew__cont .fortweddingsnew__cont_faqsec {
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_faqsec {
    scroll-margin-top: 200px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_faqsec {
  margin: 0 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_faqsec {
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_faqsec {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 85px;
  }
}
@media only screen and (min-width: 1450px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_faqsec {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_faqsec {
    margin-left: 280px;
    margin-right: 280px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_faqsec .welcome-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: unset;
}
.fortweddingsnew__cont .fortweddingsnew__cont_faqsec .welcome-section h2 {
  margin: unset;
}
.fortweddingsnew__cont .fortweddingsnew__cont_faqsec .welcome-section .small-title {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #000000;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.fortweddingsnew__cont .fortweddingsnew__cont_faqsec_accord_item button {
  padding: 15px 15px 15px 0;
  color: #000000;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px; /* 181.818% */
}
.fortweddingsnew__cont .fortweddingsnew__cont_faqsec_accord_item button:hover::after {
  filter: unset;
}
.fortweddingsnew__cont .fortweddingsnew__cont_faqsec_accord_item .panel p {
  margin: unset;
  padding: unset;
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg {
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg {
    scroll-margin-top: 200px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg {
  margin: 0 20px;
  margin-top: 60px;
  margin-bottom: 20px;
  background-color: #444;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg {
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1450px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg {
    margin-left: 160px;
    margin-right: 160px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg {
    margin-left: 200px;
    margin-right: 200px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg_inr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 60px 20px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg_inr {
    padding: 100px 60px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg_inr {
  min-height: 480px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg_inr {
    flex-direction: row;
    min-height: unset;
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg .fortweddingsnew__ctablok_black_left {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg .fortweddingsnew__ctablok_black_left {
    text-align: left;
  }
}
.fortweddingsnew__cont .fortweddingsnew__ctablok_bgimg .fortweddingsnew__ctablok_black_left .small-title {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px; /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus {
  scroll-margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus {
    scroll-margin-top: 200px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus {
  margin: 0 20px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus {
    margin-top: 80px;
    margin-left: 100px;
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1450px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus {
    margin-left: 160px;
    margin-right: 160px;
  }
}
@media only screen and (min-width: 1600px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus {
    margin-left: 200px;
    margin-right: 200px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1900px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus {
    justify-content: space-between;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_head {
  order: 1;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus_head {
    flex: 1 1 calc(20% - 40px);
    max-width: calc(20% - 10px);
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_head h2 {
  margin: unset;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus_head h2 {
    text-align: left;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_imgs {
  order: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 540px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus_imgs {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus_imgs {
    order: 3;
    flex: 1 1 calc(50% - 40px);
    max-width: calc(50% - 10px);
    gap: 40px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_imgs_item {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus_imgs_item:nth-of-type(2) {
    margin-top: 60px;
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_imgs img {
  background-color: #444;
  min-height: 200px;
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_link {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus_link {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .fortweddingsnew__cont .fortweddingsnew__cont_followus_link {
    order: 3;
    flex-direction: column;
    flex: 1 1 calc(25% - 40px);
    max-width: calc(25% - 10px);
  }
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_link_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-left: 2px solid transparent;
  transition: all 0.7s ease-in-out;
  padding-left: 4px;
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_link_item_icon {
  max-width: 30px;
  max-height: 30px;
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_link_item_icon svg {
  width: 30px;
  height: 30px;
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_link_item_name {
  color: #000000;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  word-break: break-word;
}
.fortweddingsnew__cont .fortweddingsnew__cont_followus_link_item:hover .fortweddingsnew__cont_followus_link_item_name {
  color: #444444;
}

@media only screen and (min-width: 768px) {
  body.inner-page {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  body.inner-page header .header-inner-wrapper {
    height: 100px;
  }
}
@media only screen and (min-width: 1354px) {
  body.inner-page header .header-inner-wrapper .desktop-menu-wrapper {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  body.inner-page header .header-inner-wrapper .desktop-menu-wrapper .sm-simple li a {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 768px) {
  body.inner-page header .header-inner-wrapper .menu-right-wrap .lang-and-reserve-wrap a.activate-ibe {
    width: 180px;
  }
}

@media only screen and (min-width: 768px) {
  header .header-inner-wrapper {
    height: 100px;
  }
}
@media only screen and (min-width: 1354px) {
  header .header-inner-wrapper .desktop-menu-wrapper {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  header .header-inner-wrapper .desktop-menu-wrapper .sm-simple li a {
    font-size: 0.7vw;
    letter-spacing: 0.5px;
  }
}
@media only screen and (min-width: 1500px) {
  header .header-inner-wrapper .desktop-menu-wrapper .sm-simple li a {
    font-size: 0.7vw;
  }
}
@media only screen and (min-width: 768px) {
  header .header-inner-wrapper .menu-right-wrap .lang-and-reserve-wrap a.activate-ibe {
    width: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .weddings_contact_tpl {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .weddings_contact_tpl {
    margin-top: 60px;
  }
}

.fortweddingsnew__cont_faqsec_accord_item {
  border-bottom: 1px solid rgba(238, 238, 238, 0.6901960784);
  padding: 20px 0;
}
.fortweddingsnew__cont_faqsec_accord_item .panel p {
  font-family: "Mulish", sans-serif;
  color: #000000;
  font-size: 18px;
}

.weddings_contact_tpl .dfb-form .form-group .input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.weddings_contact_tpl .dfb-form .form-group .help-block {
  font-size: 12px;
}

.has-feedback {
  margin-bottom: 20px;
  clear: both;
}

#fortress-weddings-feedbak .read-more-content {
  display: none;
}
#fortress-weddings-feedbak .read-more-toggle {
  cursor: pointer;
  color: #cccccc;
  text-decoration: underline;
  font-size: 30px;
}
#fortress-weddings-feedbak .read-more-toggle:hover {
  color: #ffffff;
}

.tabs-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow-x: scroll;
  gap: 30px;
  padding: 18px 20px;
}
.tabs-wrapper a {
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.tabs-wrapper a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 60%;
  transform: translateY(-50%);
  background-color: black;
}
@media only screen and (min-width: 768px) {
  .tabs-wrapper {
    justify-content: center;
    gap: 30px;
  }
  .tabs-wrapper a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs-wrapper {
    overflow: auto;
    gap: 40px;
  }
}

.experience-listing-template {
  font-family: "Mulish", sans-serif;
}
.experience-listing-template .activity-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .default-wrapper {
    padding-bottom: 30px;
  }
}
.experience-listing-template .activities-section {
  padding: 0 20px 0;
  align-items: center;
}
.experience-listing-template .activities-section .activities-heading {
  font-weight: 400;
  text-align: center;
  line-height: 140%;
}
.experience-listing-template .activities-section .activities-tab-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 35px;
  align-items: center;
  justify-content: safe center;
  overflow: auto;
  padding-top: 15px;
  padding-bottom: 20px;
}
.experience-listing-template .activities-section .activities-tab-wrapper span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
.experience-listing-template .activities-section .activities-tab-wrapper span.active, .experience-listing-template .activities-section .activities-tab-wrapper span:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .activities-section .activities-tab-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.experience-listing-template .activities-section .activities-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 50px;
  justify-content: flex-start;
  padding: 30px 0 70px;
}
.experience-listing-template .activities-section .activities-wrapper .activity-item {
  width: 100%;
  overflow: hidden;
  align-items: center;
}
.experience-listing-template .activities-section .activities-wrapper .activity-item .img-wrapper {
  aspect-ratio: 1;
  overflow: hidden;
}
.experience-listing-template .activities-section .activities-wrapper .activity-item .img-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .activities-section .activities-wrapper .activity-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .activities-section .activities-wrapper .activity-item {
    width: calc(33.3% - 20px);
  }
}
.experience-listing-template .activities-section .activities-wrapper .activity-item .activity-content .card-title {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
.experience-listing-template .activities-section .activities-wrapper .activity-item .activity-content p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.experience-listing-template .activities-section .activities-wrapper .activity-item .activity-content .lux-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .activities-section .activities-wrapper .activity-item .activity-content .card-title {
    font-size: 16px;
  }
  .experience-listing-template .activities-section .activities-wrapper .activity-item .activity-content p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .activities-section .activities-wrapper .activity-item .activity-content .card-title {
    font-size: 20px;
  }
  .experience-listing-template .activities-section .activities-wrapper .activity-item .activity-content p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .activities-section .activities-wrapper {
    padding: 50px 0 70px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .activities-section .activities-wrapper {
    padding: 50px 0 70px 0;
  }
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .activities-section {
    padding: 0 30px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .activities-section {
    padding: 0 10% 0;
  }
}
.experience-listing-template .exp-features-section {
  position: relative;
}
.experience-listing-template .exp-features-section .activities-heading {
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .exp-features-section .activities-heading {
    padding: 0 30px;
  }
}
.experience-listing-template .exp-features-section .exp-features-wrapper {
  padding: 30px 15px 70px 15px;
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .exp-features-section .exp-features-wrapper {
    padding: 50px 30px 70px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .exp-features-section .exp-features-wrapper {
    padding: 50px 10% 0 10%;
  }
}
.experience-listing-template .exp-features-section .exp-features-wrapper .activity-item {
  width: 100%;
  overflow: hidden;
  align-items: center;
}
.experience-listing-template .exp-features-section .exp-features-wrapper .activity-item .img-wrapper {
  aspect-ratio: 75/40;
  overflow: hidden;
}
.experience-listing-template .exp-features-section .exp-features-wrapper .activity-item .img-wrapper img {
  height: 100%;
  object-fit: cover;
}
.experience-listing-template .exp-features-section .exp-features-wrapper .activity-item .activity-content .card-title {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
.experience-listing-template .exp-features-section .exp-features-wrapper .activity-item .activity-content p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  min-height: 60px;
}
.experience-listing-template .exp-features-section .exp-features-wrapper .activity-item .activity-content .lux-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .exp-features-section .exp-features-wrapper .activity-item .activity-content .card-title {
    font-size: 16px;
  }
  .experience-listing-template .exp-features-section .exp-features-wrapper .activity-item .activity-content p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .exp-features-section .exp-features-wrapper .activity-item .activity-content .card-title {
    font-size: 20px;
  }
  .experience-listing-template .exp-features-section .exp-features-wrapper .activity-item .activity-content p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
}
.experience-listing-template .exp-features-section .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 40%;
  left: 7.5%;
  width: 85%;
}
.experience-listing-template .exp-features-section::after {
  content: "";
  position: absolute;
  top: -50px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  opacity: 0.5;
  height: 2px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .exp-features-section::after {
    top: -5px;
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .exp-features-section {
    padding-top: 80px;
  }
}
.experience-listing-template .black-lable {
  margin-top: 0;
  margin-bottom: 30px;
  row-gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .black-lable {
    margin-top: 80px;
    margin-bottom: 30px;
    max-width: 80%;
  }
}
.experience-listing-template .black-lable .black-lable-right-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .black-lable .black-lable-right-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .black-lable .black-lable-right-wrapper {
    gap: 50px;
  }
}
.experience-listing-template .continue-explore-section {
  padding-top: 15px;
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .continue-explore-section {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .continue-explore-section {
    padding-top: 50px;
  }
}
.experience-listing-template .continue-explore-section .activity-item {
  display: block;
}
.experience-listing-template .continue-explore-section .activities-heading {
  font-weight: 400;
  text-align: center;
}
.experience-listing-template .continue-explore-section .explore-wrapper {
  padding: 50px 15px 15px;
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .continue-explore-section .explore-wrapper {
    padding: 50px 30px 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .continue-explore-section .explore-wrapper {
    padding: 50px 10% 0 10%;
  }
}
.experience-listing-template .continue-explore-section .explore-wrapper .activity-item {
  width: 100%;
  overflow: hidden;
  align-items: center;
}
.experience-listing-template .continue-explore-section .explore-wrapper .activity-item .img-wrapper {
  aspect-ratio: 50/52;
  overflow: hidden;
}
.experience-listing-template .continue-explore-section .explore-wrapper .activity-item .img-wrapper img {
  height: 100%;
  object-fit: cover;
}
.experience-listing-template .continue-explore-section .explore-wrapper .activity-item .activity-content .card-title {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
.experience-listing-template .continue-explore-section .explore-wrapper .activity-item .activity-content p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  min-height: 60px;
}
.experience-listing-template .continue-explore-section .explore-wrapper .activity-item .activity-content .lux-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .experience-listing-template .continue-explore-section .explore-wrapper .activity-item .activity-content .card-title {
    font-size: 16px;
  }
  .experience-listing-template .continue-explore-section .explore-wrapper .activity-item .activity-content p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .experience-listing-template .continue-explore-section .explore-wrapper .activity-item .activity-content .card-title {
    font-size: 20px;
  }
  .experience-listing-template .continue-explore-section .explore-wrapper .activity-item .activity-content p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
}
.experience-listing-template .continue-explore-section .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 45%;
  left: 7.5%;
  width: 85%;
}
.experience-listing-template .owl-dots {
  padding-top: 20px;
}
.experience-listing-template .owl-nav button span {
  color: black;
}

.foot-content {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 768px) {
  .foot-content {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 36px;
  }
}

.footer-logos-wrapper {
  text-align: center;
}
.footer-logos-wrapper .top-logo {
  border-bottom: 1px solid #242424;
  padding-bottom: 40px;
}
.footer-logos-wrapper .bot-logos {
  padding: 40px 0;
}
.footer-logos-wrapper .bot-logos .awards-slider .item {
  text-align: center;
}
.footer-logos-wrapper .bot-logos .awards-slider .item a {
  display: inline-block;
  vertical-align: top;
}
.footer-logos-wrapper .bot-logos .awards-slider .item a img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .footer-logos-wrapper .bot-logos .awards-slider .item a img {
    max-width: 65%;
  }
}
.footer-logos-wrapper .bot-logos .awards-slider .owl-nav {
  display: none;
}
.footer-logos-wrapper .bot-logos .awards-slider .owl-dots {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-logos-wrapper .top-logo {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .footer-logos-wrapper {
    padding: 0 100px 0 100px;
  }
  .footer-logos-wrapper .top-logo {
    padding-bottom: 40px;
  }
  .footer-logos-wrapper .top-logo img {
    width: 150px;
  }
}

footer {
  position: relative;
  background-color: #000000;
  margin-top: 60px;
  padding: 0 20px 90px 20px;
}
footer .awards-section {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  footer .awards-section {
    max-width: 1000px;
    margin: 0 auto 100px;
  }
}
footer .awards-section .awards-slider .item {
  text-align: center;
}
footer .awards-section .awards-slider .item a {
  display: inline-block;
  vertical-align: top;
}
footer .awards-section .awards-slider .item a img {
  display: block;
  max-width: 100%;
}
footer .awards-section .awards-slider .owl-nav {
  display: none;
}
footer .awards-section .awards-slider .owl-dots {
  display: none;
}
@media only screen and (min-width: 768px) {
  footer {
    margin-top: 120px;
  }
}
footer .footer {
  padding: 22px 0 0 0;
}
footer .menu ul {
  list-style: none;
  padding-left: 0;
}
footer .menu ul li a {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  footer .menu ul li a {
    font-size: 10px;
    line-height: 20px;
  }
}
footer .menu ul li a:hover {
  color: #999;
  text-decoration: none;
}
footer .available-wrapper {
  margin-top: 30px;
}
footer .available-wrapper .foot-title {
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  footer .available-wrapper .foot-title {
    font-size: 9px;
    line-height: 18px;
  }
}
footer .available-wrapper a {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  footer .available-wrapper a {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  footer .available-wrapper a img {
    width: 125px;
    height: auto;
  }
}
footer .social-wrapper {
  margin-top: 38px;
}
footer .social-wrapper .foot-title {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  footer .social-wrapper .foot-title {
    margin-bottom: 0;
    font-size: 10px;
  }
}
footer .social-wrapper a svg {
  fill: #fff;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  footer .social-wrapper a svg {
    width: 12px;
    height: 12px;
  }
}
footer .social-wrapper a:hover svg {
  fill: #999;
}
footer .social-wrapper .social-media-wrapper a {
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 96px 120px 96px 120px;
  }
  footer .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  footer .menu ul li {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  footer .menu ul li {
    flex: 1 1 30%;
    max-width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    font-size: 0;
    margin-top: 120px;
    padding: 96px 100px 96px 100px;
  }
  footer .menu {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    margin-top: 25px;
  }
  footer .menu ul li {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1500px) {
  footer {
    padding: 140px 150px 96px 150px;
  }
  footer .footer {
    padding-left: 95px;
    padding-right: 40px;
  }
  footer .menu {
    margin-top: 70px;
    width: 100%;
  }
  footer .menu ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1900px) {
  footer {
    padding: 140px 280px 96px 280px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  footer {
    margin-top: 60px;
    padding: 96px 150px 55px 150px;
  }
  footer .available-wrapper .foot-title {
    font-size: 10px;
    line-height: 20px;
  }
}

.foot-content a {
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.foot-content a:hover {
  color: #999;
  text-decoration: none;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .foot-content a {
    font-size: 9px;
  }
}

.foot-section {
  margin-top: 20px;
}
.foot-section .foot-title {
  display: block;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .foot-section .foot-title {
    font-size: 9px;
    line-height: 20px;
  }
}

.footer-contact-info-wrapper {
  margin-top: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid #242424;
}
.footer-contact-info-wrapper .address {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .footer-contact-info-wrapper .address {
    font-size: 9px;
    margin-bottom: 12px;
  }
}
.footer-contact-info-wrapper .address-wrapper .foot-content {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  line-height: 24px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .footer-contact-info-wrapper .address-wrapper .foot-content {
    font-size: 9px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-contact-info-wrapper {
    border-bottom: none;
  }
  .footer-contact-info-wrapper .address-wrapper {
    padding-right: 10px;
  }
  .footer-contact-info-wrapper .mail-and-tp {
    flex: 1 1 45%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  .footer-contact-info-wrapper {
    margin-top: 43px;
  }
}

.bottom-menu {
  margin-top: 10px;
}
.bottom-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.bottom-menu ul li {
  display: inline-block;
  text-transform: uppercase;
}
.bottom-menu ul li a {
  position: relative;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 16px;
  color: #878787;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  padding-right: 10px;
  margin-right: 2px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .bottom-menu ul li a {
    font-size: 7px;
  }
}
.bottom-menu ul li a:after {
  content: "";
  position: absolute;
  right: 0px;
  height: 10px;
  width: 2px;
  background-color: #878787;
  top: 50%;
  transform: translateY(-50%);
}
.bottom-menu ul li a:hover {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.bottom-menu ul li:last-child a:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .bottom-menu ul {
    font-size: 0;
    margin-top: 0;
  }
  .bottom-menu ul li {
    display: inline-block;
    vertical-align: top;
  }
  .bottom-menu ul li a {
    padding: 0 10px;
    position: relative;
  }
  .bottom-menu ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    height: 10px;
    width: 2px;
    background-color: #878787;
    top: 50%;
    transform: translateY(-50%);
  }
  .bottom-menu ul li:nth-child(1) a {
    padding-left: 0;
  }
  .bottom-menu ul li:last-child a:after {
    content: none;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom-menu {
    margin-top: 0;
  }
  .bottom-menu ul li {
    line-height: 16px;
  }
}
@media only screen and (min-width: 1500px) {
  .bottom-menu {
    margin-top: 10px;
  }
}

.footer-last-common-wrapper {
  padding-top: 44px;
}
.footer-last-common-wrapper .developped {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #878787;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .footer-last-common-wrapper .developped {
    font-size: 7px;
  }
}
.footer-last-common-wrapper .developped a {
  color: #878787;
}
.footer-last-common-wrapper .developped a:hover {
  color: #fff;
}
.footer-last-common-wrapper .credits {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #878787;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .footer-last-common-wrapper .credits {
    font-size: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-last-common-wrapper .developped {
    margin-top: 3px;
    line-height: 17px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-last-common-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1500px) {
  .footer-last-common-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-last-common-wrapper .developped {
    margin-top: 0;
    line-height: 38px;
  }
  .footer-last-common-wrapper .credits {
    line-height: 35px;
  }
}

.default-logo {
  width: 190;
  height: 55px;
}

.golf-logo {
  width: 248px;
  height: 53px;
}

@media only screen and (min-width: 1200px) {
  .after-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .after-logos-wrapper .footer-contact-info-wrapper {
    flex: 0 0 200px;
    max-width: 200px;
    margin-top: 86px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .after-logos-wrapper .footer-contact-info-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .after-logos-wrapper .footer {
    flex: 0 0 calc(100% - 400px);
    width: calc(100% - 400px);
    display: flex;
    justify-content: center;
  }
  .after-logos-wrapper .footer .menu {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .after-logos-wrapper .footer .menu {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .after-logos-wrapper .social-main-wrapper {
    flex: 0 0 200px;
    width: 200px;
  }
  .after-logos-wrapper .social-main-wrapper .available-wrapper {
    margin-top: 88px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) and (min-width: 1200px) {
  .after-logos-wrapper .social-main-wrapper .available-wrapper {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .after-logos-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .after-logos-wrapper .footer-contact-info-wrapper {
    flex: 0 0 200px;
    max-width: 200px;
    margin-top: 20px;
  }
  .after-logos-wrapper .footer {
    flex: 0 0 calc(100% - 400px);
    width: calc(100% - 400px);
    display: flex;
    justify-content: center;
  }
  .after-logos-wrapper .footer .menu {
    margin-top: 0;
  }
  .after-logos-wrapper .footer .menu ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .after-logos-wrapper .footer .social-main-wrapper {
    flex: 0 0 200px;
    width: 200px;
  }
  .after-logos-wrapper .footer .social-main-wrapper .available-wrapper {
    margin-top: 25px;
  }
}

.box-popup {
  position: fixed;
  z-index: 8;
  top: 12%;
  bottom: auto;
  left: 1.7%;
  right: auto;
}

.box-popupMsg {
  width: 20%;
  font-size: 0.938vw;
  background-color: #fff;
  padding: 25px;
  margin: 20px 0 0 0;
  display: none;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.box-popup button {
  background-color: #000;
  font-size: 11px;
  color: #fff;
  font-family: "Muli", sans-serif;
  margin: 0;
  box-shadow: none;
  border: 0;
  padding: 0 35px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.073vw;
}

.closeBtn {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.closeBtn::before {
  content: "X";
  font-size: 0.833vw;
}

.msgPop .ghost-button.black {
  cursor: pointer;
  text-align: center;
}

.msgPop .ghost-button.black:hover {
  cursor: pointer;
  text-align: center;
}

.msgPop .ghost-button.black:hover a {
  color: #fff;
}

.msgPop p {
  font-family: "Muli", sans-serif;
  color: #000;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.ghost-button.black a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

@media screen and (max-width: 1600px) {
  .box-popup {
    top: 15%;
  }
  .box-popup button {
    font-size: 12px;
  }
}
@media screen and (max-width: 1367px) {
  .box-popupMsg {
    width: 20%;
  }
  .box-popup button {
    padding: 0px 10px;
    font-size: 9px;
  }
}
@media screen and (max-width: 1024px) {
  .box-popup button {
    padding: 5px 20px;
    font-size: 1.6vw;
  }
  .msgPop p {
    line-height: 30px;
    font-size: 1.2vw;
  }
  .closeBtn::before {
    content: "X";
    font-size: 14px;
  }
  .box-popupMsg {
    width: 30%;
  }
  .box-popup {
    top: 8%;
  }
}
@media screen and (max-width: 991px) {
  .wraper-container,
  .claim-wrapper {
    width: 100vw;
    max-width: 85vw;
    margin: auto;
  }
  .box-popup {
    top: 11%;
  }
  .box-popup button {
    padding: 5px 46px;
  }
  .msgPop p {
    line-height: 30px;
    font-size: 14px;
  }
  .box-popupMsg {
    width: 45%;
  }
}
@media screen and (max-width: 667px) {
  .box-popupMsg {
    width: 95%;
    margin: 30px auto;
  }
  #sectionBestRate .form-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 25px;
    margin-left: 20px;
    margin-right: 22px;
  }
  .box-popup {
    top: auto;
    left: 0;
    bottom: 0;
  }
  button#btn-BookDirect {
    width: 100vw;
    font-size: 16px;
  }
  .box-popupMsg {
    top: auto;
    bottom: 5%;
    left: 0;
    right: 0;
  }
}
/* 1. Variables */
/* 2. Mixin */
/* 3. typography */
.h2,
h2 {
  font-size: 30px;
  line-height: 34px;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 28px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 17px;
    line-height: 17px;
  }
}

.h4,
h4 {
  font-size: 18px;
  line-height: 22px;
}

.h5,
h5 {
  font-size: 14px;
  line-height: 18px;
}

.h6,
h6 {
  font-size: 12px;
  line-height: 16px;
}

/* prettify xdebug output */
.xdebug-error {
  font-size: 12px !important;
  width: 95% !important;
  margin: 0 auto 10px auto !important;
  border-color: #666 !important;
  background: #ddd !important;
}

.xdebug-error th,
.xdebug-error td {
  padding: 2px !important;
}

.xdebug-error th {
  background: #ccc !important;
}

.xdebug-error span {
  display: none !important;
}

.xdebug-error_description th {
  font-size: 1.2em !important;
  padding: 20px 4px 20px 100px !important;
  background: #ccc no-repeat left top !important;
}

.xdebug-error_callStack th {
  background: #666 !important;
  color: #ddd !important;
}

/* 4. layout */
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;
}

/* 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: 8px;
  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,
.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;
}

.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%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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;
  }
}
.close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.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, 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;
}

.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;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.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 ------------ */
/* Owls on required devices only / synced Owl sample - remove below this line */
#carousel-on-devices .item h4,
#big-images .item h4,
#thumbs .item h4 {
  color: #fff;
  background: #f58220;
  padding: 10rem 0;
  text-align: center;
}

#carousel-on-devices .owl-item h4 {
  margin: 0;
}

#big-images .item h4 {
  padding: 15rem 0;
  margin: 0;
}

#thumbs .item h4 {
  padding: 3rem 0;
  margin-top: 1px;
  margin-bottom: 0;
}

/* Owls on required devices only / synced Owl sample - remove above this line */
/* recaptcha scale down to mobile */
#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/* --------------  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;
}

/* 7. media queries */
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* 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 - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel .owl-nav button.owl-prev:hover svg,
.owl-carousel .owl-nav button.owl-next:hover svg {
  fill: #e2ce53;
}

.owl-carousel.owl-loaded {
  display: block;
}

.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;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  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 Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.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;
  backface-visibility: hidden;
  transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* 10. fancybox 3 */
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #ffffff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #ffffff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #ffffff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #ffffff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #ffffff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #ffffff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #ffffff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
.inline-container {
  display: flex;
  align-items: center;
}

/* Ensure the image is responsive */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Specific padding for .partner-lg */
.partner-lg {
  padding-top: 45px;
}

@media only screen and (min-width: 768px) {
  .partner-lg {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .partner-lg {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1900px) {
  .partner-lg {
    padding-top: 60px;
  }
}
.full-width-carousel-exp .hm-explore-card .buttons-wrapper a {
  width: 300px !important;
}

.spa-heading-logo {
  width: 100px;
  height: auto;
  margin: auto;
  margin-bottom: -35px;
  padding-top: 30px;
}
.spa-heading-logo img {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .spa-heading-logo {
    width: 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .spa-heading-logo {
    margin-bottom: -50px;
    padding-top: 50px;
    width: 200px;
  }
}

/*# sourceMappingURL=style.css.map */
