/* 1 - Load project variables.*/
/* 2 - Load bootstrap sass files.*/
/* 3 - Load custom app sass files.*/
/* --------------------------------------------------------*/
/*  Import in the default bootstrap variables.*/
/*  Then override bootstrap default with project specific values.*/
/* --------------------------------------------------------*/
/* --------------------------------------------------------
   Bootstrap Variables
   -------------------------------------------------------- */
/* Overwrite Basic Container Width ( 1140px width paddings )*/
/* Overwrite Base Font Size ( 1.4rem = 10xp )*/
/* --------------------------------------------------------
   Custom Variables
   -------------------------------------------------------- */
/* Theme Color Variables */
/* Width Variables */
/* Font Variables */
/* Color Variables */
/* Size Variables */
/* --------------------------------------------------------*/
/* Import required bootstrap sass files needed for this project.*/
/* Uncomment any bootstrap functionality required for this project.*/
/* The idea is to keep this as small as possible.*/
/* --------------------------------------------------------*/
/* --------------------------------------------------------
   Core mixins
   -------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*@import "./bootstrap/mixins/grid-framework";*/
/*@import "./bootstrap/mixins/image";*/
/* --------------------------------------------------------
   Utilities 
   -------------------------------------------------------- */
/*@import "./bootstrap/utilities";*/
/*@import "./bootstrap/utilities/align";*/
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/*@import "./bootstrap/utilities-responsive";*/
/*@import "./bootstrap/utilities/sizing";*/
/*@import "./bootstrap/utilities/spacing";*/
/*@import "./bootstrap/utilities/visibility";*/
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/*@import "./bootstrap/utilities/display";*/
/*@import "./bootstrap/utilities/flex";         // flex classes*/
/*@import "./bootstrap/utilities/position";*/
/* --------------------------------------------------------
   Reset and dependencies
   -------------------------------------------------------- */
/*@import "./bootstrap/normalize";*/
/*@import "./bootstrap/print";*/
/* --------------------------------------------------------
   Core CSS
   -------------------------------------------------------- */
/*@import "./bootstrap/type";*/
/*@import "./bootstrap/images";*/
/*@import "./bootstrap/code";*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333%; }

  .offset-sm-2 {
    margin-left: 16.66667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.33333%; }

  .offset-sm-5 {
    margin-left: 41.66667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.33333%; }

  .offset-sm-8 {
    margin-left: 66.66667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.33333%; }

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333%; }

  .offset-md-2 {
    margin-left: 16.66667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.33333%; }

  .offset-md-5 {
    margin-left: 41.66667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.33333%; }

  .offset-md-8 {
    margin-left: 66.66667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.33333%; }

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333%; }

  .offset-lg-2 {
    margin-left: 16.66667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.33333%; }

  .offset-lg-5 {
    margin-left: 41.66667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.33333%; }

  .offset-lg-8 {
    margin-left: 66.66667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.33333%; }

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333%; }

  .offset-xl-2 {
    margin-left: 16.66667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.33333%; }

  .offset-xl-5 {
    margin-left: 41.66667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.33333%; }

  .offset-xl-8 {
    margin-left: 66.66667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.33333%; }

  .offset-xl-11 {
    margin-left: 91.66667%; } }
/* flex grid */
/*@import "./bootstrap/tables";*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* buttons */
/* --------------------------------------------------------
   Components
   -------------------------------------------------------- */
/*@import "./bootstrap/animation";*/
/*@import "./bootstrap/dropdown";*/
/*@import "./bootstrap/button-group";*/
/*@import "./bootstrap/input-group";*/
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

/*@import "./bootstrap/navbar";*/
/*@import "./bootstrap/card";*/
/*@import "./bootstrap/breadcrumb";*/
/*@import "./bootstrap/pagination";*/
/*@import "./bootstrap/pager";*/
/*@import "./bootstrap/labels";*/
/*@import "./bootstrap/jumbotron";*/
/*@import "./bootstrap/alert";*/
/*@import "./bootstrap/progress";*/
/*@import "./bootstrap/media";*/
/*@import "./bootstrap/list-group";*/
/*@import "./bootstrap/responsive-embed";*/
/* --------------------------------------------------------
   Components w/ JavaScript
   -------------------------------------------------------- */
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
/*@import "./bootstrap/tooltip";*/
/*@import "./bootstrap/popover";*/
/*@import "./bootstrap/carousel";*/
/* --------------------------------------------------------
   Utility classes
   -------------------------------------------------------- */
/*@import "./bootstrap/utilities";*/
/*@import "./bootstrap/utilities-background";*/
/*@import "./bootstrap/utilities-spacing";*/
/*@import "./bootstrap/utilities-responsive";*/
/* --------------------------------------------------------
   Custom Styles
   -------------------------------------------------------- */
/***************
 *  KEYFRAMES  *
 ***************/
/************
 *  MIXINS  *
 ************/
/* Linear Gradient */
/* Footer Luxury Linear Gradient */
/* Footer Luxury Linear Gradient */
/* General Settings */
html {
  width: 100%;
  max-width: 100vw; }

body {
  font-family: "SST W07 Roman", sans-serif;
  color: #000;
  width: 100%;
  max-width: 100vw; }
  body #page {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0; }

.no-side-paddings {
  padding-left: 0;
  padding-right: 0; }

/* Containers */
.container-lightGray {
  background-color: #f7f7f7; }
  .container-lightGray .sub-heading span {
    background-color: #f7f7f7; }

.container-white {
  background-color: #fff; }
  .container-white .sub-heading span {
    background-color: #fff; }

.container-gray {
  background-color: #ebebeb; }
  .container-gray .sub-heading span {
    background-color: #ebebeb; }

.container-gray-100 {
  background-color: #e1e1e1; }
  .container-gray-100 .sub-heading span {
    background-color: #e1e1e1; }

.container-home-promos {
  padding-top: 3.8rem;
  padding-bottom: 7.6rem; }

.container-home-offers {
  padding-top: 4rem;
  padding-bottom: 9rem;
  margin-top: 7.2rem; }

.container-home-partners {
  padding-top: 4rem;
  padding-bottom: 9rem;
  margin-top: 7.2rem; }

.container-home-hotels {
  padding-top: 1.8rem;
  padding-bottom: 5.7rem;
  margin-top: 4rem; }

.container-home-insta {
  padding-top: 1.8rem;
  padding-bottom: 5.7rem;
  margin-top: 4rem; }

.container-home-slider {
  padding-top: 4.1rem;
  padding-bottom: 8.3rem; }

.container-career-slider {
  padding-bottom: 6rem; }

.container-home-map {
  padding-top: 8.4rem; }

.container-home-awards {
  padding-top: 3rem;
  padding-bottom: 5.6rem; }

.container-thalasso {
  padding-top: 5rem;
  padding-bottom: 8rem; }

.container-content {
  padding-top: 4.2rem; }
  .container-content.container-accommodation {
    padding-top: 3.8rem;
    padding-bottom: 2rem; }
  .container-content.container-destination {
    padding-top: 12.2rem; }
  .container-content.container-about {
    padding-top: 7rem;
    padding-bottom: 4.8rem; }
  .container-content.container-blog {
    padding-top: 3.8rem;
    padding-bottom: 2rem; }

.container-inner-slider {
  padding-top: 8rem; }

.container-inner-features {
  margin-top: 9.6rem;
  padding-top: 2.6rem;
  padding-bottom: 8.8rem;
  overflow: hidden; }
  .container-inner-features.container-features-bottom {
    margin-top: 14.2rem;
    margin-bottom: 9rem; }

.container-hotels {
  padding-top: 3.6rem;
  padding-bottom: 6.2rem; }
  .container-hotels:last-of-type {
    padding-bottom: 0; }

.container-hotel-btn {
  padding-top: 3.8rem; }

.container-spa-promos {
  padding-top: 13rem;
  padding-bottom: 4.2rem; }

.container-spa-second {
  padding-top: 4.8rem; }

.container-destination-promos {
  padding-top: 4.5rem;
  padding-bottom: 0; }

.container-inner-promos {
  padding-top: 5rem;
  padding-bottom: 7.7rem; }

.container-first-slideshow .slideshow img.slideshow-cell {
  height: 100%; }
.container-first-slideshow .slideshow .slideshow-cell img {
  height: 100%; }
.container-first-slideshow .first-slideshow-slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #00000047;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.container-first-slideshow a .flickity-viewport {
  cursor: pointer !important; }

.container-inner-related-posts {
  margin-top: 9.6rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden; }

.container-inner-posts {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden; }

.container-join-us .hero {
  position: relative; }
  .container-join-us .hero .hero-image {
    display: block;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 450px;
    object-fit: cover; }
  .container-join-us .hero .hero-overlay {
    text-align: center;
    position: absolute;
    z-index: 0;
    width: 100%;
    display: block;
    margin-top: 10em;
    margin-bottom: 10em; }
    .container-join-us .hero .hero-overlay h1 {
      font-size: 3vw;
      color: #ffffff;
      letter-spacing: 0.45rem;
      font-weight: 700; }
    .container-join-us .hero .hero-overlay p {
      padding: 1rem;
      letter-spacing: 0.05rem;
      line-height: 1.5;
      display: block;
      color: #ffffff; }
    .container-join-us .hero .hero-overlay a {
      letter-spacing: 0.05rem;
      line-height: 1.5;
      display: inline-block;
      color: #ffffff; }
.container-join-us div, .container-join-us p {
  font-family: Helvetica;
  text-rendering: optimizeLegibility; }

.cc-window {
  padding: 0.3em 1.8em !important;
  text-align: center !important;
  display: block !important;
  line-height: 1em !important;
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 0 !important; }
  .cc-window .cc-banner {
    display: inline-block !important; }
  .cc-window .cc-message {
    color: #fcfcfc !important;
    display: inline-block !important;
    padding: 0.2em 1em !important;
    font-size: 14px !important; }
  .cc-window .cc-compliance {
    display: inline-block !important;
    font-size: 14px !important; }
    .cc-window .cc-compliance a.cc-btn {
      background: none !important;
      font-size: 14px !important;
      line-height: 1.2em !important;
      color: #4fc8ec !important;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .cc-window .cc-compliance a.cc-btn:hover {
      color: #fcfcfc !important;
      background: #4fc8ec !important;
      border: 0.2rem solid #4fc8ec !important;
      text-decoration: none !important;
      font-size: 14px !important; }
  .cc-window.cc-invisible {
    display: none !important; }

/* Hacks */
.scrollbug {
  overflow-y: hidden;
  height: 100vh;
  width: 100vw; }

/* Bootstrap Tabs */
.nav-tabs-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.nav-tabs {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-bottom: none; }
  .nav-tabs .nav-item {
    margin: 1rem 3rem; }
    .nav-tabs .nav-item .nav-link {
      font-family: "SST W07 Roman", sans-serif;
      font-size: 1.6rem;
      line-height: 1;
      color: #000;
      border: none;
      border-radius: 0;
      padding: 0.5rem 1.5rem;
      display: inline;
      position: relative; }
    .nav-tabs .nav-item.active .nav-link {
      font-family: "SST W07 Bold", sans-serif;
      background-color: transparent;
      color: #000;
      letter-spacing: -.4px;
      font-weight: 700; }
    .nav-tabs .nav-item:first-of-type {
      margin-left: 0; }
    .nav-tabs .nav-item:last-of-type {
      margin-right: 0; }
  .nav-tabs.nav-career-slider.nav-tabs {
    padding: 0 0 8rem; }
    .nav-tabs.nav-career-slider.nav-tabs .nav-item {
      margin: 1rem 1rem; }
      .nav-tabs.nav-career-slider.nav-tabs .nav-item .nav-link {
        padding: .75rem 5rem;
        font-size: 1.2rem;
        line-height: 1.5;
        border: 3px solid #4fc8ec;
        color: #4fc8ec;
        min-width: 20rem;
        display: inline-block;
        text-align: center; }
        .nav-tabs.nav-career-slider.nav-tabs .nav-item .nav-link.active {
          font-family: "SST W07 Roman", sans-serif;
          background-color: #4fc8ec;
          color: #fff;
          letter-spacing: -.4px; }
          .nav-tabs.nav-career-slider.nav-tabs .nav-item .nav-link.active:before, .nav-tabs.nav-career-slider.nav-tabs .nav-item .nav-link.active:after {
            display: none; }
  .nav-tabs.nav-career-slider .career-description {
    color: #4fc8ec;
    padding-bottom: 4rem; }
  .nav-tabs.nav-career-slider .career-code {
    top: 0; }
  .nav-tabs.nav-home-slider {
    padding-bottom: 1.8rem;
    pointer-events: none; }
    .nav-tabs.nav-home-slider .nav-item {
      margin: 0 5rem; }
  .nav-tabs.nav-room-slider {
    padding-top: 3.2rem;
    padding-bottom: 1.8rem; }
    .nav-tabs.nav-room-slider .nav-item {
      margin: 0 3rem; }
  .nav-tabs.nav-spa-slider {
    padding-top: 5.4rem;
    padding-bottom: 2.8rem; }
  .nav-tabs.nav-destination-slider {
    padding-top: 6rem;
    padding-bottom: 1.6rem; }
  .nav-tabs.nav-contact-slider {
    padding-top: 5rem;
    padding-bottom: 2.4rem; }

.nav-home-slider {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-bottom: none;
  display: none; }
  .nav-home-slider li {
    margin: 0 .75rem; }
    .nav-home-slider li a {
      font-family: "SST W07 Roman", sans-serif;
      margin: 0 2px;
      font-size: 15px;
      line-height: 1;
      color: #000;
      border: none;
      border-radius: 0;
      display: inline-block;
      padding: 0.5rem 1rem;
      text-decoration: none;
      position: relative; }
      .nav-home-slider li a.active {
        font-family: "SST W07 Bold", sans-serif; }
        .nav-home-slider li a.active:before, .nav-home-slider li a.active:after {
          content: '';
          width: .7rem;
          height: 0.1rem;
          background-color: #000;
          display: inline-block;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        .nav-home-slider li a.active:before {
          left: 0; }
        .nav-home-slider li a.active:after {
          right: 0; }

/* Gallery Plugin */
.go-gallery .go-gallery-filters {
  overflow: initial !important; }
  .go-gallery .go-gallery-filters li {
    margin: 0 2rem !important; }
    .go-gallery .go-gallery-filters li a {
      font-family: "SST W07 Roman", sans-serif;
      font-size: 1.6rem;
      line-height: 1;
      text-transform: uppercase;
      color: #000;
      border: none;
      border-radius: 0;
      padding: 0.5rem 1.5rem !important;
      display: inline !important;
      position: relative; }
      .go-gallery .go-gallery-filters li a.active {
        font-family: "SST W07 Bold", sans-serif;
        background-color: transparent;
        color: #000;
        letter-spacing: -.4px; }
        .go-gallery .go-gallery-filters li a.active:before, .go-gallery .go-gallery-filters li a.active:after {
          content: '';
          width: 1rem;
          height: 0.1rem;
          background-color: #000;
          display: inline-block;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        .go-gallery .go-gallery-filters li a.active:before {
          left: 0; }
        .go-gallery .go-gallery-filters li a.active:after {
          right: 0; }
    .go-gallery .go-gallery-filters li:first-of-type {
      margin-left: 0; }
    .go-gallery .go-gallery-filters li:last-of-type {
      margin-right: 0; }

/* Slideshow */
.slideshow {
  width: 100%;
  display: block;
  position: relative;
  /* Flickity Slider */
  /* First Slideshow */
  /* Homepage Slideshow */
  /* Inner Pages Slideshow */ }
  .slideshow .slideshow-cell {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%; }
  .slideshow .flickity-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .slideshow.flickity-enabled .flickity-prev-next-button {
    display: block; }
    .slideshow.flickity-enabled .flickity-prev-next-button svg path {
      fill: #005070; }
  .slideshow.flickity-enabled .flickity-page-dots {
    display: none;
    bottom: 1.1rem; }
    .slideshow.flickity-enabled .flickity-page-dots .dot {
      width: 1.1rem;
      height: 1.1rem;
      margin: 0 .4rem;
      opacity: 1;
      background: #959595; }
      .slideshow.flickity-enabled .flickity-page-dots .dot.is-selected {
        background: #005070; }
  .slideshow.first-slideshow {
    height: 100vh;
    overflow: hidden; }
    .slideshow.first-slideshow.fsw-fix .slideshow-cell {
      min-width: 100vw; }
    .slideshow.first-slideshow.fsh-fix .slideshow-cell {
      max-height: 100vh; }
  .slideshow.home-slider {
    max-height: 70rem;
    height: 56.7vw;
    overflow: hidden; }
    .slideshow.home-slider .flickity-prev-next-button {
      width: 4.5rem;
      height: 4.1rem;
      border-radius: 50%;
      background-color: #fff;
      background-size: 1rem 2.1rem; }
      .slideshow.home-slider .flickity-prev-next-button.previous {
        left: 2rem; }
      .slideshow.home-slider .flickity-prev-next-button.next {
        right: 2rem; }
  .slideshow.inner-slider {
    height: 42.5rem; }
    .slideshow.inner-slider.sml-slider {
      height: 42.5rem; }
    .slideshow.inner-slider .flickity-prev-next-button.previous {
      left: -3rem; }
    .slideshow.inner-slider .flickity-prev-next-button.next {
      right: -3rem; }
    .slideshow.inner-slider.floorplan-slider .slideshow-cell {
      width: auto;
      min-width: 0;
      max-height: 100%; }

/* Slick Slider */
.slick-slider {
  position: relative; }
  .slick-slider .slick-slide img {
    width: 100%; }
  .slick-slider .slick-arrow {
    text-indent: -99999rem;
    border: none;
    width: 1.5rem;
    height: 3.1rem;
    background: url("../images/slider-arrow.png") no-repeat center center transparent;
    outline: none;
    position: absolute;
    top: 50%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .slick-slider .slick-arrow.slick-next {
      right: -1.5rem; }
    .slick-slider .slick-arrow.slick-prev {
      left: -1.5rem;
      -webkit-transform: translateY(-50%) rotate(180deg);
      -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
  .slick-slider .slick-track .slick-slide {
    outline: none; }
  .slick-slider.wrap-features .slick-slide, .slick-slider.wrap-features-beach .slick-slide, .slick-slider.wrap-features-luxury .slick-slide {
    opacity: 0.4;
    overflow: hidden; }
    .slick-slider.wrap-features .slick-slide.slick-current, .slick-slider.wrap-features-beach .slick-slide.slick-current, .slick-slider.wrap-features-luxury .slick-slide.slick-current {
      opacity: 1; }
  .slick-slider.wrap-features .slick-arrow, .slick-slider.wrap-features-beach .slick-arrow, .slick-slider.wrap-features-luxury .slick-arrow {
    z-index: 1;
    width: 4.5rem;
    height: 4.1rem;
    border-radius: 50%;
    background-color: #fff;
    background-size: 1rem 2.1rem; }
    .slick-slider.wrap-features .slick-arrow.slick-next, .slick-slider.wrap-features-beach .slick-arrow.slick-next, .slick-slider.wrap-features-luxury .slick-arrow.slick-next {
      right: 2rem; }
    .slick-slider.wrap-features .slick-arrow.slick-prev, .slick-slider.wrap-features-beach .slick-arrow.slick-prev, .slick-slider.wrap-features-luxury .slick-arrow.slick-prev {
      left: 2rem; }
  .slick-slider.wrap-spa-promos .slick-arrow {
    z-index: 1;
    width: 4.5rem;
    height: 4.1rem;
    border-radius: 50%;
    background-color: #fff;
    background-size: 1rem 2.1rem; }
    .slick-slider.wrap-spa-promos .slick-arrow.slick-next {
      right: 2rem; }
    .slick-slider.wrap-spa-promos .slick-arrow.slick-prev {
      left: 2rem; }
  .slick-slider.wrap-inner-promos .slick-arrow {
    top: 29.5%; }

/* Google Map */
.map-wrapper {
  overflow: hidden; }
  .map-wrapper > .row {
    height: 100%; }

.map {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .map .map-infowindow {
    display: inline-flex;
    margin: 1.4rem 0.8rem 1.1rem 0.8rem; }
    .map .map-infowindow .main-gmap {
      margin: 0 2.2rem; }

/* Headings */
.heading {
  font-family: "SST W07 Roman", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.025em;
  color: #000;
  font-weight: 300;
  line-height: 1; }
  .heading.heading-center {
    text-align: center; }
  .heading.heading-home {
    font-family: "SST W07 Medium", sans-serif;
    letter-spacing: 0.06em;
    margin-bottom: 0.8rem; }
  .heading.sub-heading {
    font-size: 1.8rem;
    letter-spacing: 0.065em; }
    .heading.sub-heading.sub-heading-line {
      border-bottom: 0.1rem solid #000;
      line-height: 0.1rem;
      margin: 2rem auto 4.3rem; }
      .heading.sub-heading.sub-heading-line span {
        padding: 0 1.5rem; }
    .heading.sub-heading.sub-heading-inner {
      margin-bottom: 6rem; }

/* Titles */
.title {
  font-family: "SST W07 Bold", sans-serif;
  color: #000; }
  .title.title-footer {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1.8rem;
    color: #64c6e8; }
  .title.title-gmap {
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  .title.title-room-features {
    font-family: "SST W07 Light", sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 3.5rem; }
  .title.title-accommodation {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    .title.title-accommodation a {
      color: inherit; }
  .title.title-feature {
    font-size: 2rem;
    margin-top: 1.4rem;
    margin-bottom: 2rem; }
  .title.title-wide {
    font-size: 2.6rem;
    color: #010101;
    margin-bottom: 2.2rem; }
  .title.title-spa-promo {
    font-size: 2.6rem;
    color: #fff; }
  .title.title-contact {
    font-size: 1.8rem;
    margin-bottom: 2rem; }
  .title.title-inner-promo {
    font-size: 2rem;
    margin-top: 2.4rem;
    margin-bottom: 1.6rem;
    min-height: 6rem; }
  .title.title-about-info {
    font-size: 2.4rem; }
  .title.title-meeting-info {
    font-size: 1.4rem; }
  .title.title-blog-sidebar {
    font-size: 1.8rem;
    margin-bottom: 1rem; }

/* Texts */
.text.text-home {
  font-size: 1.4rem;
  line-height: 1.9; }
.text.text-gmap {
  font-size: 1.1rem;
  line-height: 1.3; }
  .text.text-gmap p:last-of-type {
    margin-top: 0.5rem; }
  .text.text-gmap a {
    color: #000;
    text-decoration: underline; }
.text.text-accommodation {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center; }
  .text.text-accommodation strong {
    font-family: "SST W07 Bold", sans-serif;
    display: block; }
.text.text-inner {
  font-size: 1.4rem;
  line-height: 1.95; }
.text.text-feature {
  font-size: 1.4rem;
  margin-bottom: 2.2rem; }
  .text.text-feature.text-feature-100 {
    font-family: "SST W07 Medium", sans-serif;
    line-height: 1.95;
    margin-bottom: 1.6rem; }
.text.text-feature-200 {
  font-family: "SST W07 Light Italic", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4; }
.text.text-wide {
  font-size: 1.4rem;
  line-height: 1.95;
  color: #010101;
  padding: 0 2rem; }
  .text.text-wide strong {
    font-family: "SST W07 Bold", sans-serif; }
  .text.text-wide em {
    font-family: "SST W07 Light Italic", sans-serif; }
  .text.text-wide ul {
    text-align: left;
    list-style-position: inside;
    -moz-column-gap: 11rem;
    -webkit-column-gap: 11rem;
    column-gap: 11rem;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    max-width: 100%; }
  .text.text-wide.text-event {
    max-width: 56rem; }
  .text.text-wide.text-spa {
    color: #3c3733;
    max-width: 68rem; }
  .text.text-wide.text-experiences {
    max-width: 80rem; }
  .text.text-wide.text-destination {
    max-width: 68rem; }
  .text.text-wide.text-about {
    max-width: 53rem;
    padding: 0; }
  .text.text-wide.text-meetings {
    max-width: 68rem; }
  .text.text-wide.text-ul-2 ul {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2; }
  .text.text-wide.text-ul-3 ul {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3; }
  .text.text-wide.text-ul-inline ul li {
    float: left;
    padding-right: 2rem; }
.text.text-contact {
  font-size: 1.4rem;
  line-height: 1.4; }
.text.text-inner-related-post, .text.text-inner-promo {
  font-size: 1.4rem;
  line-height: 1.95;
  color: #060606;
  margin-bottom: 2rem;
  min-height: 8rem; }
.text.text-about-info {
  font-family: "SST W07 Bold", sans-serif;
  color: #000;
  font-size: 4.6rem; }
.text.text-about-info-sec {
  font-size: 1.4rem;
  color: #000; }
.text.text-meeting-info {
  font-family: "SST W07 Bold", sans-serif;
  color: #000;
  font-size: 1.4rem; }

/* BOOKING FORM DESKTOP */
.bookingFormDesktop {
  width: 100%;
  display: flex;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "SST W07 Roman", sans-serif;
  z-index: 5;
  padding: 14px 0;
  background: none; }
  .bookingFormDesktop .bookingForm {
    background: #ffffff98;
    background: rgba(255, 255, 255, 0.75);
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 5px 45px;
    display: flex; }
    .bookingFormDesktop .bookingForm label {
      outline: none;
      display: inline-flex;
      color: #005070;
      background: white;
      font-size: 12px;
      min-width: 110px;
      vertical-align: top;
      margin: 0 6px; }
      .bookingFormDesktop .bookingForm label input {
        cursor: pointer;
        color: #005070;
        border: none;
        font-size: 12px;
        letter-spacing: .04em;
        background: none;
        outline: none; }
      .bookingFormDesktop .bookingForm label select {
        cursor: pointer;
        outline: none;
        border: none;
        width: 100%;
        max-height: 40px;
        color: #005070;
        font-size: 12px;
        letter-spacing: .04em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../images/sort.png") no-repeat right;
        background-size: 20px; }
        .bookingFormDesktop .bookingForm label select option {
          cursor: pointer;
          position: relative;
          width: 100%;
          outline: none;
          background: #fcfcfc;
          padding: 13px;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
        .bookingFormDesktop .bookingForm label select option:hover {
          opacity: 0.4; }
        .bookingFormDesktop .bookingForm label select option:disabled {
          opacity: 1;
          color: #005070 !important;
          font-weight: bold; }
        .bookingFormDesktop .bookingForm label select input:focus {
          outline: none; }
        .bookingFormDesktop .bookingForm label select:-moz-focusring {
          color: transparent;
          text-shadow: 0 0 0 #000; }
      .bookingFormDesktop .bookingForm label .gj-textbox-md {
        color: white;
        border: none;
        font-size: 12px;
        letter-spacing: .04em;
        height: 40px;
        padding: 0 4px;
        line-height: 40px; }
      .bookingFormDesktop .bookingForm label .gj-datepicker-md i {
        color: white;
        display: none;
        height: 30px;
        line-height: 30px; }
      .bookingFormDesktop .bookingForm label .gj-picker {
        background: #60a09f;
        border: none;
        color: white; }
        .bookingFormDesktop .bookingForm label .gj-picker table, .bookingFormDesktop .bookingForm label .gj-picker .today div {
          color: white; }
      .bookingFormDesktop .bookingForm label .gj-picker-md table thead {
        color: wheat; }
    .bookingFormDesktop .bookingForm #bookingSubmit {
      background: #4fc8ec;
      height: 40px;
      line-height: 40px;
      min-width: 160px;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .bookingFormDesktop .bookingForm #bookingSubmit input {
        cursor: pointer;
        color: white;
        font-weight: 800;
        background: none;
        height: 40px;
        line-height: 20px;
        border: none;
        text-align: center;
        width: 100%; }
    .bookingFormDesktop .bookingForm #bookingSubmit:hover {
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .bookingFormDesktop.scrolled {
    position: relative;
    background: #ffffff98;
    background: rgba(255, 255, 255, 0.75);
    padding: 0; }
    .bookingFormDesktop.scrolled .bookingForm {
      background: none; }
  .bookingFormDesktop #bookingForm label.nights_view {
    display: none; }
  .bookingFormDesktop #bookingForm label.checkout_view {
    display: inline-flex; }

.bookingFormMobile {
  position: fixed;
  top: 8rem;
  height: 100%;
  min-height: 100vh;
  min-width: 24rem;
  background: #fcfcfc;
  right: -100%;
  justify-content: center;
  text-align-last: center;
  -moz-text-align-last: center;
  -ms-text-align-last: center;
  opacity: 0;
  margin: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 14;
  overflow-y: auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .bookingFormMobile .bookingForm {
    position: relative;
    margin: 0 auto;
    padding: 15px;
    max-width: 200px;
    display: block; }
    .bookingFormMobile .bookingForm label {
      color: #005070;
      margin: 8px 6px;
      outline: none;
      text-align: center;
      display: inline-flex;
      background: #fcfcfc;
      font-size: 12px;
      min-width: 110px;
      min-height: 45px;
      vertical-align: top;
      border: 1px solid #005070; }
      .bookingFormMobile .bookingForm label input {
        cursor: pointer;
        color: #005070;
        border: none;
        font-size: 12px;
        letter-spacing: .04em;
        background: none; }
      .bookingFormMobile .bookingForm label select {
        cursor: pointer;
        outline: none;
        padding: 10px 14px;
        border: none;
        width: 100%;
        color: #005070;
        font-size: 12px;
        letter-spacing: .04em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../images/sort.png") no-repeat right;
        background-size: 20px; }
        .bookingFormMobile .bookingForm label select option {
          cursor: pointer;
          text-align: center;
          outline: none;
          color: #005070;
          background: #fcfcfc; }
        .bookingFormMobile .bookingForm label select input:focus {
          outline: none; }
        .bookingFormMobile .bookingForm label select:-moz-focusring {
          color: transparent;
          text-shadow: 0 0 0 #000; }
      .bookingFormMobile .bookingForm label .gj-textbox-md {
        color: #005070;
        border: none;
        font-size: 12px;
        letter-spacing: .04em;
        height: 40px;
        padding: 0 4px;
        line-height: 40px; }
      .bookingFormMobile .bookingForm label .gj-datepicker-md i {
        color: white;
        display: none;
        height: 30px;
        line-height: 30px; }
      .bookingFormMobile .bookingForm label .gj-picker {
        background: #60a09f;
        border: none;
        color: white; }
        .bookingFormMobile .bookingForm label .gj-picker table, .bookingFormMobile .bookingForm label .gj-picker .today div {
          color: white; }
      .bookingFormMobile .bookingForm label .gj-picker-md table thead {
        color: wheat; }
    .bookingFormMobile .bookingForm #bookingSubmit {
      background: #4fc8ec;
      height: 40px;
      line-height: 40px;
      border: none; }
      .bookingFormMobile .bookingForm #bookingSubmit input {
        cursor: pointer;
        color: white;
        background: none;
        line-height: 20px;
        border: none;
        text-align: center;
        width: 100%; }
  .bookingFormMobile #bookingForm label.nights_view {
    display: inline-flex; }
  .bookingFormMobile #bookingForm label.checkout_view {
    display: none; }

.OpenBookForm {
  right: 0;
  opacity: 1; }

#ui-datepicker-div {
  padding-top: 12px !important;
  background: none !important;
  border: none !important;
  z-index: 12 !important; }
  #ui-datepicker-div .ui-state-default {
    color: black;
    text-align: center;
    background: none !important;
    border-radius: 10px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #ui-datepicker-div .ui-state-default:hover {
    outline: none;
    color: #fcfcfc !important;
    background: #005070 !important;
    border-radius: 6px; }
  #ui-datepicker-div .ui-datepicker-calendar {
    background: #fcfcfc !important;
    border: none !important;
    color: black !important; }
  #ui-datepicker-div .ui-datepicker {
    padding: 0 !important; }
    #ui-datepicker-div .ui-datepicker table {
      margin: 0 !important;
      padding: 0;
      border-radius: 0; }
  #ui-datepicker-div .ui-datepicker-days-cell-over a {
    background: #c6ced4 !important; }
  #ui-datepicker-div .ui-datepicker-current-day .ui-state-active {
    outline: none;
    color: white !important;
    background: #005070 !important;
    border-radius: 6px; }

.ui-corner-all {
  border-radius: 0 !important; }

.ui-widget-header, .ui-widget-content a {
  background: white !important;
  color: #005070 !important;
  border-color: #005070 !important;
  text-align: center; }

.ui-datepicker-next {
  right: 1px !important;
  top: 1px !important; }

.ui-datepicker-prev {
  left: 2px !important;
  top: 1px !important; }

/* Buttons */
.btn {
  border: none;
  border-radius: 0;
  font-family: "SST W07 Bold", sans-serif; }
  .btn.btn-nav-book {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.10em;
    color: #fff;
    background: #4fc8ec;
    padding: 5rem 4rem; }
    .btn.btn-nav-book.btn-nav-book-icon {
      padding: 4.8rem 4.8rem; }
  .btn.btn-home-promo {
    font-size: 2.7rem;
    color: #fcfcfc;
    letter-spacing: 0.145rem;
    text-shadow: 0 0 0.356rem rgba(0, 0, 0, 0.27);
    padding: 1.05rem 2.75rem;
    border: 0.1rem solid #f5f6f9;
    box-shadow: 0 0 0.356rem 0.044rem rgba(0, 0, 0, 0.27);
    min-width: 24.5rem; }
    .btn.btn-home-promo:hover {
      color: #000;
      border-color: #000; }
  .btn.btn-offer-book {
    font-size: 1.4rem;
    color: #fff;
    background: #4fc8ec;
    padding: 1.3rem 2.3rem; }
  .btn.btn-partner-book {
    font-size: 1.4rem;
    color: #fff !important;
    background: #4fc8ec;
    padding: 1.3rem 2.3rem;
    border: 0.3rem solid #4fc8ec;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-decoration: none !important; }
  .btn.btn-partner-book:hover {
    font-size: 1.4rem;
    color: #4fc8ec !important;
    background: #fcfcfc;
    padding: 1.3rem 2.3rem; }
  .btn.btn-thalasso-center, .btn.btn-home-accommodation {
    font-size: 1.6rem;
    color: #f9f9f9;
    background: #4fc8ec;
    background: rgba(79, 200, 236, 0.9);
    padding: 4.3rem 2.4rem;
    min-width: 22rem;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .btn.btn-thalasso-center .thalasso-center-title,
    .btn.btn-thalasso-center .accommodation-title, .btn.btn-home-accommodation .thalasso-center-title,
    .btn.btn-home-accommodation .accommodation-title {
      text-transform: uppercase; }
    .btn.btn-thalasso-center .thalasso-center-details,
    .btn.btn-thalasso-center .accommodation-details, .btn.btn-home-accommodation .thalasso-center-details,
    .btn.btn-home-accommodation .accommodation-details {
      font-family: "SST W07 Roman", sans-serif;
      font-size: 1.4rem;
      opacity: 0;
      visibility: hidden;
      position: absolute; }
    .btn.btn-thalasso-center .thalasso-center-arrow,
    .btn.btn-thalasso-center .accommodation-arrow, .btn.btn-home-accommodation .thalasso-center-arrow,
    .btn.btn-home-accommodation .accommodation-arrow {
      width: 2.4rem;
      height: 1.6rem;
      background-image: url("../images/fa-arrow.png");
      background-repeat: no-repeat;
      background-color: transparent;
      display: inline-block; }
    .btn.btn-thalasso-center.ha-left, .btn.btn-home-accommodation.ha-left {
      text-align: right;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end; }
      .btn.btn-thalasso-center.ha-left .thalasso-center-title,
      .btn.btn-thalasso-center.ha-left .accommodation-title, .btn.btn-home-accommodation.ha-left .thalasso-center-title,
      .btn.btn-home-accommodation.ha-left .accommodation-title {
        order: 3; }
      .btn.btn-thalasso-center.ha-left .thalasso-center-details,
      .btn.btn-thalasso-center.ha-left .accommodation-details, .btn.btn-home-accommodation.ha-left .thalasso-center-details,
      .btn.btn-home-accommodation.ha-left .accommodation-details {
        padding: 0 6.2rem 0 4.2rem;
        order: 2; }
      .btn.btn-thalasso-center.ha-left .thalasso-center-arrow,
      .btn.btn-thalasso-center.ha-left .accommodation-arrow, .btn.btn-home-accommodation.ha-left .thalasso-center-arrow,
      .btn.btn-home-accommodation.ha-left .accommodation-arrow {
        background-position: right center;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        order: 1; }
    .btn.btn-thalasso-center.ha-right, .btn.btn-home-accommodation.ha-right {
      text-align: left;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
      .btn.btn-thalasso-center.ha-right .thalasso-center-details, .btn.btn-home-accommodation.ha-right .thalasso-center-details {
        padding: 0 6.2rem 0 4.2rem; }
      .btn.btn-thalasso-center.ha-right .thalasso-center-arrow,
      .btn.btn-thalasso-center.ha-right .accommodation-arrow, .btn.btn-home-accommodation.ha-right .thalasso-center-arrow,
      .btn.btn-home-accommodation.ha-right .accommodation-arrow {
        background-position: right center; }
  .btn.btn-inner-book {
    color: #fff;
    font-size: 1.2rem;
    background: #4fc8ec;
    padding: 0.85rem 2.5rem;
    min-width: 20rem; }
  .btn.btn-information {
    color: #4fc8ec;
    font-size: 1.2rem;
    line-height: 1.6;
    border: 0.3rem solid #4fc8ec;
    padding: .5rem 2rem;
    min-width: 20rem; }
    .btn.btn-information:hover {
      color: #fff;
      background: #4fc8ec; }
  .btn.btn-hotel {
    font-family: "SST W07 Medium", sans-serif;
    color: #4fc8ec;
    font-size: 1.8rem;
    line-height: 1.5;
    border: 0.3rem solid #4fc8ec;
    padding: .3rem 2rem;
    min-width: 22rem; }
    .btn.btn-hotel:hover {
      color: #fff;
      background: #4fc8ec; }
  .btn.btn-submit {
    font-size: 1.4rem;
    border: 0.3rem solid #4fc8ec;
    height: 3.8rem;
    min-width: 14.5rem; }
  .btn:focus, .btn.focus {
    box-shadow: none; }

/* Images */
img.img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block; }

figure {
  margin: 0; }

form label {
  width: 100%;
  font-size: 1.4rem; }
form input,
form select,
form textarea,
form .form-control {
  font-size: 1.4rem;
  line-height: 1.4rem;
  width: 100%;
  background: #fff;
  border: 0.1rem solid #000;
  border-radius: 0;
  padding: 0.7rem 1rem; }
form input[type="submit"] {
  width: auto; }
form select.form-control {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  height: auto !important; }
form textarea {
  min-height: 16.5rem; }
form .btn-submit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
form .form-row {
  position: relative; }
  form .form-row .form-group {
    width: 100%;
    margin-top: 2rem; }
  form .form-row > .col,
  form .form-row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  form .form-row > .col-6:first-of-type {
    padding-right: 2rem; }
  form .form-row > .col-6:last-of-type {
    padding-left: 2rem; }
  form .form-row.form-btns {
    margin: 1.8rem 0; }
  form .form-row.form-info {
    font-family: "SST W07 Light Italic", sans-serif;
    font-size: 1rem;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    form .form-row.form-info a {
      color: inherit;
      text-decoration: underline; }
  form .form-row:first-of-type .form-group {
    margin-top: 0; }
form#searchform {
  display: inline-flex;
  width: 50%; }
  form#searchform .fa-search {
    margin: .725rem 0 0 -1.5rem; }
  form#searchform input {
    background: transparent;
    border: none;
    border-bottom: 0.1rem solid #000;
    text-align: center;
    font-style: italic; }

/* Helpers */
.helper {
  /* Hamburger Menu */ }
  .helper.hamburger {
    font-family: "SST W07 Roman", sans-serif;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 3.3rem 0 0 0;
    display: inline-block;
    min-width: 4.7rem;
    position: relative;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .helper.hamburger span {
      display: block;
      position: absolute;
      height: 0.6rem;
      width: 4.7rem;
      background: #fff;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -moz-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      .helper.hamburger span:nth-of-type(1) {
        top: 0; }
      .helper.hamburger span:nth-of-type(2) {
        top: 1.1rem; }
      .helper.hamburger span:nth-of-type(3) {
        top: 2.2rem; }
    .helper.hamburger.open-nav span {
      left: 0.2rem; }
      .helper.hamburger.open-nav span:nth-of-type(1) {
        -webkit-transform: rotate(27deg);
        -moz-transform: rotate(27deg);
        -ms-transform: rotate(27deg);
        transform: rotate(27deg); }
      .helper.hamburger.open-nav span:nth-of-type(2) {
        width: 0;
        opacity: 0; }
      .helper.hamburger.open-nav span:nth-of-type(3) {
        -webkit-transform: rotate(-27deg);
        -moz-transform: rotate(-27deg);
        -ms-transform: rotate(-27deg);
        transform: rotate(-27deg); }
  .helper.scroll-down {
    text-indent: -99999rem;
    width: 2.6rem;
    height: 8rem;
    background: url("../images/scroll-down.png") no-repeat center center transparent;
    display: block;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .helper.scroll-top {
    text-indent: -99999rem;
    width: 4.5rem;
    height: 4.5rem;
    background: url("../images/scroll-top.png") no-repeat center center transparent;
    display: none;
    position: fixed;
    bottom: 13.7rem;
    right: 3.7rem;
    z-index: 10; }
    .helper.scroll-top.show-scroll {
      display: block; }

/* Slogans */
.slogan {
  font-family: "SST W07 Roman", sans-serif; }
  .slogan.first-slideshow-slogan {
    text-align: center;
    font-size: 5.9rem;
    letter-spacing: 0.025em;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 0 0.356rem rgba(0, 0, 0, 0.67); }

/* Header */
.header {
  display: none;
  max-width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background: none;
  /* Main Menu Row */ }
  .header .main-menu-row {
    margin: 0 auto;
    background: #005070;
    /* Main Menu Columns */
    /* Hamburger Menu */
    /* Language Menu */
    /* Main Navigation */
    /* Desktop Menu */
    /* Logo */
    /* Infos */ }
    .header .main-menu-row .main-menu-col {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .header .main-menu-row .main-menu-col.col-left {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; }
      .header .main-menu-row .main-menu-col.col-center {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
      .header .main-menu-row .main-menu-col.col-right {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; }
    .header .main-menu-row .hamburger {
      letter-spacing: 0.2em;
      z-index: 7; }
    .header .main-menu-row .lang-menu {
      position: relative;
      margin: 0 .5em 0 3.5rem;
      height: 2em;
      width: 3em;
      font-family: "SST W07 Roman", sans-serif;
      font-size: 1.2rem;
      color: #fff;
      display: inline-block;
      list-style: none;
      padding: 0 0 0 3rem;
      z-index: 11;
      cursor: pointer; }
      .header .main-menu-row .lang-menu li:not(.active).lang-solid {
        background: #005070; }
      .header .main-menu-row .lang-menu .lang_selector {
        position: absolute;
        padding-left: 0;
        top: 0;
        left: 0;
        display: block;
        background: #005070; }
        .header .main-menu-row .lang-menu .lang_selector li {
          color: inherit;
          display: none;
          position: relative;
          list-style: none;
          text-align: left; }
          .header .main-menu-row .lang-menu .lang_selector li a {
            color: inherit;
            padding: 0 0.4rem;
            cursor: pointer;
            display: block;
            letter-spacing: 2px;
            text-transform: uppercase; }
          .header .main-menu-row .lang-menu .lang_selector li.active {
            display: block;
            padding-left: 3px;
            padding-right: 1em;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
          .header .main-menu-row .lang-menu .lang_selector li.active-lang {
            font-family: "SST W07 Bold", sans-serif; }
          .header .main-menu-row .lang-menu .lang_selector li:not(.active):hover {
            background: #fcfcfc;
            color: #005070; }
        .header .main-menu-row .lang-menu .lang_selector span {
          display: block;
          padding-left: 3px;
          padding-right: 1em; }
        .header .main-menu-row .lang-menu .lang_selector::before {
          content: '';
          position: absolute;
          top: 6px;
          right: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 4px 4px 4px;
          border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
          pointer-events: none; }
        .header .main-menu-row .lang-menu .lang_selector::after {
          content: '';
          position: absolute;
          top: 12px;
          right: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 4px 0 4px;
          border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
          pointer-events: none; }
        .header .main-menu-row .lang-menu .lang_selector li {
          padding: 3px 0; }
      .header .main-menu-row .lang-menu img.lang-img {
        position: relative;
        max-height: 20px;
        right: 55px; }
    .header .main-menu-row .main-nav-mobile {
      position: fixed;
      top: 0;
      height: 100%;
      min-height: 100vh;
      min-width: 49.1rem;
      background: rgba(0, 80, 112, 0.9);
      left: -100%;
      opacity: 0;
      padding: calc(3.6rem + 12rem) 7.5rem 0 13.2rem;
      margin: 0;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      z-index: 6;
      overflow-y: auto;
      /* Main Menu */
      /* Navigation Info */ }
      .header .main-menu-row .main-nav-mobile .main-nav-menu {
        font-family: "SST W07 Roman", sans-serif;
        font-size: 2.4rem;
        line-height: 1.8;
        color: #005070;
        padding: 0;
        margin: 0;
        list-style: none; }
        .header .main-menu-row .main-nav-mobile .main-nav-menu li {
          border-bottom: 1px solid #005070;
          color: inherit; }
          .header .main-menu-row .main-nav-mobile .main-nav-menu li a {
            color: inherit;
            display: block; }
            .header .main-menu-row .main-nav-mobile .main-nav-menu li a:hover {
              text-decoration: none; }
          .header .main-menu-row .main-nav-mobile .main-nav-menu li.menu-item-has-children > a {
            padding: 0 2.8rem 0 0;
            background: url("../images/li-menu-more.png") no-repeat right center transparent; }
            .header .main-menu-row .main-nav-mobile .main-nav-menu li.menu-item-has-children > a.open-nav {
              font-family: "SST W07 Bold", sans-serif;
              background-image: url("../images/li-menu-less.png"); }
          .header .main-menu-row .main-nav-mobile .main-nav-menu li.menu-item-has-children .sub-menu {
            font-size: 1.6rem;
            line-height: 2.3;
            list-style: none;
            padding: 0 0 0 1.6rem;
            display: none; }
            .header .main-menu-row .main-nav-mobile .main-nav-menu li.menu-item-has-children .sub-menu.open-nav {
              display: block; }
          .header .main-menu-row .main-nav-mobile .main-nav-menu li.menu-item-has-children li:last-child {
            border-bottom: none; }
      .header .main-menu-row .main-nav-mobile .main-nav-info {
        font-family: "SST W07 Roman", sans-serif;
        font-size: 1.2rem;
        line-height: 1.4;
        color: rgba(0, 80, 112, 0.9);
        position: inherit;
        bottom: 40px; }
        .header .main-menu-row .main-nav-mobile .main-nav-info p {
          color: inherit; }
          .header .main-menu-row .main-nav-mobile .main-nav-info p .icon-telephone {
            width: 3.2rem;
            height: 3.2rem; }
          .header .main-menu-row .main-nav-mobile .main-nav-info p .icon-loyalty {
            display: none; }
        .header .main-menu-row .main-nav-mobile .main-nav-info a {
          color: inherit; }
      .header .main-menu-row .main-nav-mobile.open-nav {
        background: #fcfcfc;
        top: 8rem;
        opacity: 1;
        left: 0; }
      .header .main-menu-row .main-nav-mobile #menu_externals {
        width: 100%;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; }
    .header .main-menu-row .main-nav-desktop {
      position: relative;
      display: flex;
      width: 100%;
      text-align: center;
      margin: 0 auto;
      max-width: 1000px;
      padding: 0 10%;
      /* Main Menu */
      /* Navigation Info */ }
      .header .main-menu-row .main-nav-desktop .main-nav-menu {
        margin: 0 auto;
        padding: 0;
        display: inline-flex;
        font-family: "SST W07 Roman", sans-serif;
        font-size: 1.4rem;
        line-height: 1.6;
        color: #fff;
        list-style: none;
        flex: 0 0 100%;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .header .main-menu-row .main-nav-desktop .main-nav-menu li {
          padding: 3px;
          color: inherit;
          -moz-transition: all 0.7s;
          -o-transition: all 0.7s;
          -webkit-transition: all 0.7s;
          transition: all 0.7s; }
          .header .main-menu-row .main-nav-desktop .main-nav-menu li a {
            color: inherit;
            display: inline-flex;
            width: 100%;
            font-weight: bold;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            border-bottom: 2px solid #005070;
            height: 2.4rem; }
            .header .main-menu-row .main-nav-desktop .main-nav-menu li a:hover {
              opacity: .8;
              text-decoration: none;
              border-bottom: 2px solid white; }
          .header .main-menu-row .main-nav-desktop .main-nav-menu li.menu-item-has-children > a {
            padding: 0 2.8rem 0 0;
            background: url("../images/li-menu-more.png") no-repeat right center transparent; }
            .header .main-menu-row .main-nav-desktop .main-nav-menu li.menu-item-has-children > a.open-nav {
              font-family: "SST W07 Roman", sans-serif;
              background-image: url("../images/li-menu-less.png"); }
          .header .main-menu-row .main-nav-desktop .main-nav-menu li.menu-item-has-children .sub-menu {
            position: absolute;
            font-size: 1.4rem;
            line-height: 2;
            list-style: none;
            text-align: left;
            padding: 1rem 0 0 0;
            display: none;
            background: #005070;
            z-index: 12; }
            .header .main-menu-row .main-nav-desktop .main-nav-menu li.menu-item-has-children .sub-menu.open-nav {
              display: block; }
              .header .main-menu-row .main-nav-desktop .main-nav-menu li.menu-item-has-children .sub-menu.open-nav a {
                width: auto; }
      .header .main-menu-row .main-nav-desktop .main-nav-info {
        display: none; }
      .header .main-menu-row .main-nav-desktop.open-nav {
        opacity: 1;
        left: 0; }
    .header .main-menu-row .main-logo {
      display: block;
      position: relative;
      max-width: 200px;
      margin: 0 1.8rem;
      z-index: 6;
      text-align: center;
      -moz-transition: all 0.7s;
      -o-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      transition: all 0.7s; }
      .header .main-menu-row .main-logo img {
        width: 100%;
        -moz-transition: all 0.7s;
        -o-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        transition: all 0.7s; }
    .header .main-menu-row .right-nav-info {
      line-height: 1.6rem;
      position: relative;
      color: #fff;
      height: 100%;
      padding: 0;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      z-index: 6; }
      .header .main-menu-row .right-nav-info strong {
        font-family: "SST W07 Bold", sans-serif;
        font-size: 1.6rem; }
      .header .main-menu-row .right-nav-info .icons {
        display: flex;
        flex-direction: row; }
        .header .main-menu-row .right-nav-info .icons p {
          font-size: 1.6rem; }
          .header .main-menu-row .right-nav-info .icons p.icon-loyalty {
            letter-spacing: 0.04em;
            display: inline-flex;
            margin: 0 1.2rem;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
            .header .main-menu-row .right-nav-info .icons p.icon-loyalty a {
              width: 2rem;
              height: 2rem;
              display: block;
              color: inherit;
              background-image: url("../images/loyalty-profile.png");
              background-size: cover;
              background-position: center;
              -moz-transition: all 0.5s;
              -o-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              transition: all 0.5s; }
            .header .main-menu-row .right-nav-info .icons p.icon-loyalty a:hover {
              -moz-transform: scale(1.1);
              -o-transform: scale(1.1);
              -webkit-transform: scale(1.1);
              transform: scale(1.1); }
          .header .main-menu-row .right-nav-info .icons p.icon-telephone {
            text-indent: -99999rem;
            margin: 0 1.2rem;
            position: relative;
            display: inline-flex;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
            .header .main-menu-row .right-nav-info .icons p.icon-telephone a {
              width: 2rem;
              height: 2rem;
              display: block;
              color: inherit;
              background-image: url("../images/telephone.png");
              background-image: url("../images/telephone.svg");
              background-size: cover;
              background-position: center;
              -moz-transition: all 0.5s;
              -o-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              transition: all 0.5s; }
            .header .main-menu-row .right-nav-info .icons p.icon-telephone a:hover {
              -moz-transform: scale(1.1);
              -o-transform: scale(1.1);
              -webkit-transform: scale(1.1);
              transform: scale(1.1); }
          .header .main-menu-row .right-nav-info .icons p.icon-telephone:hover, .header .main-menu-row .right-nav-info .icons p.icon-loyalty:hover {
            opacity: 0.8; }
      .header .main-menu-row .right-nav-info .BookNowMobile {
        display: inline-flex;
        font-weight: bold;
        font-family: "SST W07 Roman", sans-serif;
        font-size: 1.6rem;
        padding: 0 12px;
        z-index: 15;
        line-height: 1;
        height: 8rem;
        color: #fff;
        background: #4fc8ec;
        cursor: pointer;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .header .main-menu-row .right-nav-info .BookNowMobile .close-booking {
          width: 86px;
          display: none;
          text-align: center; }
          .header .main-menu-row .right-nav-info .BookNowMobile .close-booking img {
            max-width: 40px; }
      .header .main-menu-row .right-nav-info .BookNowMobile:hover {
        opacity: 0.9; }
  .header.header-solid {
    min-height: 12rem; }
    .header.header-solid .main-menu-row {
      background: #005070; }
      .header.header-solid .main-menu-row .main-nav {
        top: 12rem;
        height: calc(100vh - 12rem);
        padding: 3.6rem 7.5rem 0 13.2rem; }
      .header.header-solid .main-menu-row .open-nav {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }

/* Footer */
.footer {
  padding-top: 11.6rem;
  padding-bottom: 20rem; }
  @media (min-width: 768px) {
    .footer {
      background: url("../images/bg-footer-corporate-rgba-new.png") repeat-x left 0rem bottom 0rem, -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.96) 12%, rgba(255, 255, 255, 0.87) 31%, rgba(255, 255, 255, 0.73) 51%, rgba(255, 255, 255, 0.5) 82%, rgba(255, 255, 255, 0.14) 93%, rgba(255, 255, 255, 0) 100%);
      background: url("../images/bg-footer-corporate-rgba-new.png") repeat-x left 0rem bottom 0rem, -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.96) 12%, rgba(255, 255, 255, 0.87) 31%, rgba(255, 255, 255, 0.73) 51%, rgba(255, 255, 255, 0.5) 82%, rgba(255, 255, 255, 0.14) 93%, rgba(255, 255, 255, 0) 100%);
      background: url("../images/bg-footer-corporate-rgba-new.png") repeat-x left 0rem bottom 0rem, linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.96) 12%, rgba(255, 255, 255, 0.87) 31%, rgba(255, 255, 255, 0.73) 51%, rgba(255, 255, 255, 0.5) 82%, rgba(255, 255, 255, 0.14) 93%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); } }
  @media (max-width: 991.98px) {
    .footer {
      background: url("../images/bg-footer-corporate-rgba-new.png") repeat-x left -20rem bottom 0rem, -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.96) 12%, rgba(255, 255, 255, 0.87) 31%, rgba(255, 255, 255, 0.73) 51%, rgba(255, 255, 255, 0.5) 82%, rgba(255, 255, 255, 0.14) 93%, rgba(255, 255, 255, 0) 100%);
      background: url("../images/bg-footer-corporate-rgba-new.png") repeat-x left -20rem bottom 0rem, -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.96) 12%, rgba(255, 255, 255, 0.87) 31%, rgba(255, 255, 255, 0.73) 51%, rgba(255, 255, 255, 0.5) 82%, rgba(255, 255, 255, 0.14) 93%, rgba(255, 255, 255, 0) 100%);
      background: url("../images/bg-footer-corporate-rgba-new.png") repeat-x left -20rem bottom 0rem, linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.96) 12%, rgba(255, 255, 255, 0.87) 31%, rgba(255, 255, 255, 0.73) 51%, rgba(255, 255, 255, 0.5) 82%, rgba(255, 255, 255, 0.14) 93%, rgba(255, 255, 255, 0) 100%);
      background-size: 152rem;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); } }
  .footer .footer-bottom {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    .footer .footer-bottom p {
      margin-bottom: 0; }
  .footer .footer-info-wrap .footer-info-text {
    color: #000;
    font-size: 1.5rem; }
    .footer .footer-info-wrap .footer-info-text p {
      margin-bottom: 0; }
      .footer .footer-info-wrap .footer-info-text p.footer-address {
        font-size: 1.4rem; }
      .footer .footer-info-wrap .footer-info-text p a {
        color: inherit;
        text-decoration: none; }
        .footer .footer-info-wrap .footer-info-text p a:hover {
          text-decoration: underline; }
  .footer .footer-info-wrap .footer-info-social .footer-social {
    padding: 0;
    margin: 1rem 0 0 0;
    list-style: none; }
    .footer .footer-info-wrap .footer-info-social .footer-social li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0.2rem; }
      .footer .footer-info-wrap .footer-info-social .footer-social li a {
        text-indent: -99999rem;
        display: block;
        width: 2.7rem;
        height: 2.6rem; }
        .footer .footer-info-wrap .footer-info-social .footer-social li a.social-instagram {
          background: url("../images/social-instagram.png") no-repeat 0 0 transparent; }
        .footer .footer-info-wrap .footer-info-social .footer-social li a.social-facebook {
          background: url("../images/social-facebook.png") no-repeat 0 0 transparent; }
        .footer .footer-info-wrap .footer-info-social .footer-social li a.social-gplus {
          background: url("../images/social-gplus.png") no-repeat 0 0 transparent; }
        .footer .footer-info-wrap .footer-info-social .footer-social li a.social-twitter {
          background: url("../images/social-twitter.png") no-repeat 0 0 transparent; }
        .footer .footer-info-wrap .footer-info-social .footer-social li a.social-youtube {
          background: url("../images/social-youtube.png") no-repeat 0 0 transparent; }
        .footer .footer-info-wrap .footer-info-social .footer-social li a.social-linkedin {
          background: url("../images/social-linkedin.png") no-repeat 0 0 transparent; }
        .footer .footer-info-wrap .footer-info-social .footer-social li a.social-pinterest {
          background: url("../images/social-pinterest.png") no-repeat 0 0 transparent; }
  .footer .footer-menu-wrap {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .footer .footer-menu-wrap .col-footer-menu-wrap {
      padding-left: 1rem;
      padding-right: 1rem; }
    .footer .footer-menu-wrap .footer-menu {
      list-style: none;
      -moz-columns: 2;
      -webkit-columns: 2;
      columns: 2;
      -moz-column-gap: 1.5rem;
      -webkit-column-gap: 1.5rem;
      column-gap: 1.5rem;
      padding: 0;
      margin: 0 auto; }
      .footer .footer-menu-wrap .footer-menu li {
        font-size: 1.2rem;
        color: #000;
        padding: 0 0 0.9rem 1.6rem;
        background: url("../images/li-menu-footer-new.png") no-repeat left top 0.3rem transparent; }
        .footer .footer-menu-wrap .footer-menu li a {
          color: inherit;
          text-decoration: none; }
          .footer .footer-menu-wrap .footer-menu li a:hover {
            text-decoration: underline; }
  .footer .footer-copyright-wrap .newsletter-footer,
  .footer .footer-copyright-wrap #ms-sub-form {
    position: relative;
    margin-bottom: 3.2rem; }
    .footer .footer-copyright-wrap .newsletter-footer input[type="text"],
    .footer .footer-copyright-wrap .newsletter-footer input[type="email"],
    .footer .footer-copyright-wrap .newsletter-footer select,
    .footer .footer-copyright-wrap #ms-sub-form input[type="text"],
    .footer .footer-copyright-wrap #ms-sub-form input[type="email"],
    .footer .footer-copyright-wrap #ms-sub-form select {
      font-family: "SST W07 Light Italic", sans-serif;
      font-size: 1.4rem;
      line-height: 1.45;
      text-align: right;
      color: #6c7074;
      background: #c6ced4;
      padding: 0.5rem 4rem 0.5rem 2rem;
      border: none;
      outline: none !important;
      width: 100%; }
    .footer .footer-copyright-wrap .newsletter-footer input[type="submit"],
    .footer .footer-copyright-wrap #ms-sub-form input[type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      background: url("../images/newsletter-arrow.png") no-repeat center center #64c6e8;
      width: 3rem;
      height: 3rem;
      border: none;
      outline: none !important; }
    .footer .footer-copyright-wrap .newsletter-footer input,
    .footer .footer-copyright-wrap .newsletter-footer select,
    .footer .footer-copyright-wrap #ms-sub-form input,
    .footer .footer-copyright-wrap #ms-sub-form select {
      margin-top: 1rem; }
      .footer .footer-copyright-wrap .newsletter-footer input:first-child,
      .footer .footer-copyright-wrap .newsletter-footer select:first-child,
      .footer .footer-copyright-wrap #ms-sub-form input:first-child,
      .footer .footer-copyright-wrap #ms-sub-form select:first-child {
        margin-top: 0; }
      .footer .footer-copyright-wrap .newsletter-footer input[type="submit"],
      .footer .footer-copyright-wrap .newsletter-footer select[type="submit"],
      .footer .footer-copyright-wrap #ms-sub-form input[type="submit"],
      .footer .footer-copyright-wrap #ms-sub-form select[type="submit"] {
        margin-top: 0;
        cursor: pointer; }
    .footer .footer-copyright-wrap .newsletter-footer.nlf-expand input[type="text"],
    .footer .footer-copyright-wrap .newsletter-footer.nlf-expand input[type="email"],
    .footer .footer-copyright-wrap .newsletter-footer.nlf-expand select,
    .footer .footer-copyright-wrap #ms-sub-form.nlf-expand input[type="text"],
    .footer .footer-copyright-wrap #ms-sub-form.nlf-expand input[type="email"],
    .footer .footer-copyright-wrap #ms-sub-form.nlf-expand select {
      text-align: left; }
  .footer .footer-copyright-wrap .footer-copyright {
    font-size: 1rem; }
  .footer .footer-development {
    font-size: 1.2rem;
    color: #000; }
    .footer .footer-development a {
      color: #045b9e; }

/* Breadcrumbs */
.page-breadcrumbs {
  font-family: "SST W07 Ultra Light Italic", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #010101;
  padding: 1rem 0; }
  .page-breadcrumbs a {
    color: inherit; }

.top-header-padding {
  padding-top: 60px; }

.top-header {
  background-color: #fcfcfc; }
  .top-header .covid-effect {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    background: #fcfcfc;
    letter-spacing: 1px;
    text-align: center; }
    .top-header .covid-effect span {
      font-weight: bold; }
    .top-header .covid-effect a {
      text-decoration: none;
      color: #005070;
      padding-left: 10px;
      padding-right: 10px; }
@keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
      .top-header .covid-effect a.animate-text {
        -webkit-animation: flickerAnimation 2.5s infinite;
        -moz-animation: flickerAnimation 2.5s infinite;
        -o-animation: flickerAnimation 2.5s infinite;
        animation: flickerAnimation 2.5s infinite; }

/* Homepage Welcome */
.home-welcome {
  padding: 4rem 0 6.2rem 0; }
  .home-welcome.page-welcome {
    padding-bottom: 11.8rem; }

/* Homepage Promos */
.wrap-home-promos {
  height: 55rem;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  .wrap-home-promos .wrap-home-promo {
    position: relative; }
    .wrap-home-promos .wrap-home-promo .home-promo {
      position: relative;
      width: 100%;
      height: 100%; }
      .wrap-home-promos .wrap-home-promo .home-promo .home-promo-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        opacity: 0;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 1; }
      .wrap-home-promos .wrap-home-promo .home-promo .btn-home-promo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .wrap-home-promos .wrap-home-promo .home-promo .home-promo-cell {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: relative;
        overflow: hidden; }
        .wrap-home-promos .wrap-home-promo .home-promo .home-promo-cell img {
          position: absolute;
          top: 50%;
          left: 50%;
          min-width: 100%;
          min-height: 100%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .wrap-home-promos .wrap-home-promo .home-promo:hover .home-promo-overlay {
        opacity: 1; }
      .wrap-home-promos .wrap-home-promo .home-promo:hover .btn-home-promo {
        color: #000;
        border-color: #000; }
    .wrap-home-promos .wrap-home-promo:nth-of-type(5n+1) {
      width: 50%;
      height: 100%; }
      .wrap-home-promos .wrap-home-promo:nth-of-type(5n+1) .home-promo .btn-home-promo {
        font-size: 4.8rem;
        letter-spacing: 0.185rem;
        padding: 1.55rem 4.75rem; }
    .wrap-home-promos .wrap-home-promo:nth-of-type(5n+2), .wrap-home-promos .wrap-home-promo:nth-of-type(5n+3), .wrap-home-promos .wrap-home-promo:nth-of-type(5n+4), .wrap-home-promos .wrap-home-promo:nth-of-type(5n+5) {
      padding-left: 1rem;
      width: 25%;
      height: 50%;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .wrap-home-promos .wrap-home-promo:nth-of-type(5n+2), .wrap-home-promos .wrap-home-promo:nth-of-type(5n+4) {
      padding-bottom: 1.45rem; }
    .wrap-home-promos .wrap-home-promo:nth-of-type(5n+3), .wrap-home-promos .wrap-home-promo:nth-of-type(5n+5) {
      padding-top: 1.45rem; }
  .wrap-home-promos .slide-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 3.8rem;
    height: 3.8rem;
    background-image: url("../images/slider-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    background-size: 1.3rem 2.6rem;
    border-radius: 50%;
    text-indent: -99999rem; }
    .wrap-home-promos .slide-btn.slide-prev {
      left: 1.2rem;
      -webkit-transform: translate(0, -50%) rotate(180deg);
      -moz-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
      transform: translate(0, -50%) rotate(180deg); }
    .wrap-home-promos .slide-btn.slide-next {
      right: 1.2rem; }

/* Homepage Awards */
.wrap-home-awards {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex: 1 100%;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0; }
  .wrap-home-awards.slick-slider .slick-list {
    width: 100%; }
    .wrap-home-awards.slick-slider .slick-list .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .wrap-home-awards.slick-slider .slick-list .slick-slide img {
      flex-grow: 0;
      max-height: 11.2rem;
      width: auto;
      margin: 0 auto; }

/* Offers */
.wrap-offers .offer {
  background: #fff;
  margin-bottom: 3rem; }
  .wrap-offers .offer .offer-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
    .wrap-offers .offer .offer-img img {
      position: absolute;
      top: 50% !important;
      left: 50% !important;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .wrap-offers .offer .offer-details {
    padding: 0 3rem;
    margin-top: 2.9rem;
    margin-bottom: 2rem;
    min-height: 150px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .wrap-offers .offer .offer-details .offer-title {
      font-family: "SST W07 Bold", sans-serif;
      color: #000;
      margin-bottom: 0.6rem; }
    .wrap-offers .offer .offer-details .offer-info {
      font-size: 1.4rem;
      color: #000;
      flex-grow: 1; }
    .wrap-offers .offer .offer-details .offer-more {
      font-family: "Gill Sans Nova W07 Light", sans-serif;
      font-size: 1.2rem;
      color: #000;
      text-decoration: underline;
      margin-top: auto; }
  .wrap-offers .offer .offer-cta {
    padding: 0 1rem;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .wrap-offers .offer .offer-cta .offer-rates {
      font-family: "SST W07 Italic", sans-serif;
      font-size: 2.6rem;
      text-align: center;
      padding: 3.3rem; }
      .wrap-offers .offer .offer-cta .offer-rates span {
        font-size: 1.4rem;
        display: block; }
  .wrap-offers .offer:last-of-type {
    margin-bottom: 0; }
.wrap-offers.wrap-inner-offers {
  padding: 7rem 0; }

.single-offers .btn-offer-book {
  margin-top: 3rem; }

/* Partners */
.wrap-partners .partner {
  background: #fff;
  margin-bottom: 3rem; }
  .wrap-partners .partner .partner-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
    .wrap-partners .partner .partner-img img {
      position: absolute;
      top: 50% !important;
      left: 50% !important;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .wrap-partners .partner .partner-details {
    padding: 0 3rem;
    margin-top: 3.9rem;
    margin-bottom: 3rem;
    min-height: 150px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .wrap-partners .partner .partner-details .partner-title {
      font-family: "SST W07 Bold", sans-serif;
      color: #000;
      margin-bottom: 0.6rem; }
    .wrap-partners .partner .partner-details .partner-info {
      font-size: 1.4rem;
      color: #000;
      flex-grow: 1; }
    .wrap-partners .partner .partner-details .offer-more {
      font-family: "Gill Sans Nova W07 Light", sans-serif;
      font-size: 1.2rem;
      color: #000;
      text-decoration: underline;
      margin-top: auto; }
  .wrap-partners .partner .partner-cta {
    padding: 0 1rem;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .wrap-partners .partner .partner-cta .partner-rates {
      font-family: "SST W07 Italic", sans-serif;
      font-size: 2.6rem;
      text-align: center;
      padding: 3.3rem; }
      .wrap-partners .partner .partner-cta .partner-rates span {
        font-size: 1.4rem;
        display: block; }
  .wrap-partners .partner:last-of-type {
    margin-bottom: 0; }
.wrap-partners.wrap-inner-partners {
  padding: 7rem 0; }

.single-partners .btn-partner-book {
  margin-top: 3rem; }

/* Hotels List Template */
.page-template-hotels-list .accommodation-specials {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  padding: 0 1.5rem;
  margin-bottom: 2.4rem;
  margin-top: 2rem; }
.page-template-hotels-list .container-inner-features {
  margin-top: 4.6rem;
  padding-top: 2.6rem;
  padding-bottom: 4.8rem;
  overflow: hidden; }
.page-template-hotels-list .container-900 {
  margin: 4rem auto; }
.page-template-hotels-list .home-welcome {
  padding: 2rem 0 0 0; }
.page-template-hotels-list main .menu-item {
  margin: 0 3.5rem; }
  .page-template-hotels-list main .menu-item:first-of-type {
    margin-left: 0; }
  .page-template-hotels-list main .menu-item:last-of-type {
    margin-right: 0; }
  .page-template-hotels-list main .menu-item .menu-link {
    font-family: "SST W07 Roman", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 0 1.5rem;
    display: inline;
    position: relative;
    outline: none; }
    .page-template-hotels-list main .menu-item .menu-link.active {
      font-weight: 800;
      color: #000; }
      .page-template-hotels-list main .menu-item .menu-link.active:before, .page-template-hotels-list main .menu-item .menu-link.active:after {
        content: '|';
        display: inline-block;
        position: absolute;
        vertical-align: middle; }
      .page-template-hotels-list main .menu-item .menu-link.active:before {
        left: 0; }
      .page-template-hotels-list main .menu-item .menu-link.active:after {
        right: 0; }
    .page-template-hotels-list main .menu-item .menu-link.active {
      font-weight: 800;
      color: #000; }
      .page-template-hotels-list main .menu-item .menu-link.active:before, .page-template-hotels-list main .menu-item .menu-link.active:after {
        content: '|';
        display: inline-block;
        position: absolute;
        vertical-align: middle; }
      .page-template-hotels-list main .menu-item .menu-link.active:before {
        left: 0; }
      .page-template-hotels-list main .menu-item .menu-link.active:after {
        right: 0; }
  .page-template-hotels-list main .menu-item .hotel-submenu {
    text-align: center;
    display: block;
    color: darkgrey;
    padding-top: .2rem; }
.page-template-hotels-list .feature-item .feature-item-dets .luxury-background {
  background-image: url("http://www.aldemar-resorts.gr/wp-content/uploads/sites/9/2019/10/Luxury_logo.png");
  right: -10%;
  bottom: -5%; }
.page-template-hotels-list .feature-item .feature-item-dets .beach-background {
  background-image: url("http://www.aldemar-resorts.gr/wp-content/uploads/sites/9/2019/10/Beach_logo.png");
  right: -40%;
  bottom: -40%;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  transform: scale(1.7); }
.page-template-hotels-list .feature-item .feature-item-dets .back-img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-width: 300px;
  max-height: 300px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2; }

/* Homepage Featured Accommodation */
.wrap-home-accommodations {
  min-height: 54.4rem; }
  .wrap-home-accommodations .col-home-accommodation {
    min-width: 45%;
    max-width: 55%;
    flex: 1;
    /*-webkit-transition: .9s cubic-bezier(1, -0.04, 0, 1.16);*/
    /*transition: .9s cubic-bezier(1, -0.04, 0, 1.16);*/
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out; }
    .wrap-home-accommodations .col-home-accommodation .wrap-home-accommodation .home-accommodation .home-accommodation-cell {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative;
      overflow: hidden; }
      .wrap-home-accommodations .col-home-accommodation .wrap-home-accommodation .home-accommodation .home-accommodation-cell img {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .wrap-home-accommodations .col-home-accommodation .wrap-home-accommodation .home-accommodation .btn-home-accommodation {
      z-index: 1; }
    .wrap-home-accommodations .col-home-accommodation:hover {
      flex: 2; }
      .wrap-home-accommodations .col-home-accommodation:hover .wrap-home-accommodation .btn-home-accommodation {
        padding: 5.1rem 2.4rem; }
        .wrap-home-accommodations .col-home-accommodation:hover .wrap-home-accommodation .btn-home-accommodation .accommodation-details {
          opacity: 1;
          visibility: visible;
          position: relative;
          -moz-transition: 0.5s ease-in;
          -o-transition: 0.5s ease-in;
          -webkit-transition: 0.5s ease-in;
          transition: 0.5s ease-in; }
    .wrap-home-accommodations .col-home-accommodation:first-of-type .wrap-home-accommodation {
      padding-right: 0.15rem; }
      .wrap-home-accommodations .col-home-accommodation:first-of-type .wrap-home-accommodation .btn-home-accommodation {
        right: 0; }
    .wrap-home-accommodations .col-home-accommodation:last-of-type .wrap-home-accommodation {
      padding-left: 0.15rem; }
      .wrap-home-accommodations .col-home-accommodation:last-of-type .wrap-home-accommodation .btn-home-accommodation {
        left: 0; }
  .wrap-home-accommodations .wrap-home-accommodation {
    width: 100%;
    height: 100%;
    position: relative; }
    .wrap-home-accommodations .wrap-home-accommodation .home-accommodation {
      position: relative;
      width: 100%;
      height: 100%; }
      .wrap-home-accommodations .wrap-home-accommodation .home-accommodation .btn-home-accommodation {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .wrap-home-accommodations .wrap-home-accommodation .home-accommodation .home-accommodation-cell {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover; }

/* Homepage Hotels */
.wrap-home-hotels .col-home-hotels .wrap-home-accommodation {
  overflow: hidden; }
  .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels {
    min-height: 70.7rem;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-title {
      font-family: "SST W07 Light", sans-serif;
      font-size: 5rem;
      font-weight: 300;
      color: #fff;
      top: 10rem;
      position: absolute; }
      .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-title:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-location {
      font-family: "SST W07 Roman", sans-serif;
      font-size: 1.75rem;
      font-weight: 300;
      opacity: 0.75;
      color: #fff; }
    .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-list {
      list-style: none;
      margin: 0;
      text-align: center;
      position: relative;
      padding: 1rem 0; }
      .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-list li {
        margin-bottom: 1.3rem; }
        .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-list li a {
          color: #fff;
          font-family: "SST W07 Light", sans-serif;
          font-size: 2.6rem;
          font-weight: 300;
          line-height: 2.75rem; }
          .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-list li a .hotel-stars {
            font-size: 0.6rem;
            display: block;
            line-height: 0.8rem; }
          .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-list li a .hotel-subtitle {
            display: block;
            color: #000;
            font-size: 1.3rem; }
          .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-list li a:hover {
            font-family: "SST W07 Bold", sans-serif;
            text-decoration: inherit; }
            .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-list li a:hover .hotel-subtitle {
              font-family: "SST W07 Roman", sans-serif; }
            .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-list li a:hover .hotel-stars {
              -moz-transform: scale(1.3);
              -o-transform: scale(1.3);
              -webkit-transform: scale(1.3);
              transform: scale(1.3); }
        .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-list li.hidden {
          display: none; }
    .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels.home-hotels-blue {
      background: #75abd1 url("../images/pattern-luxury-resorts.svg") no-repeat 50% 101%; }
      .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels.home-hotels-blue .home-hotels-blue-logo {
        width: 29.2rem;
        height: 13rem;
        background: url("../images/logo-luxury-with-text.svg") no-repeat center center transparent;
        top: 3rem;
        position: absolute;
        max-width: 90vw;
        background-size: contain;
        opacity: 0.6; }
      .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels.home-hotels-blue .home-hotels-title:before {
        width: 4.4rem;
        height: 5.2rem;
        background: url("../images/icon-lux-hotels.png") no-repeat left center transparent;
        left: 40%;
        top: -40%; }
    .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels.home-hotels-brown {
      background: #93877e url("../images/pattern-beach-resorts.svg") no-repeat 50% 115%; }
      .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels.home-hotels-brown .home-hotels-brown-logo {
        width: 29.6rem;
        height: 13.9rem;
        background: url("../images/logo-beach-with-text.svg") no-repeat center center transparent;
        top: 3rem;
        position: absolute;
        max-width: 90vw;
        background-size: contain; }
      .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels.home-hotels-brown .home-hotels-title {
        color: #f5821f; }
        .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels.home-hotels-brown .home-hotels-title:before {
          width: 5.6rem;
          height: 5.3rem;
          background: url("../images/icon-beach-hotels.png") no-repeat left center transparent;
          left: 40%;
          top: -50%; }
      .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels.home-hotels-brown .home-hotels-location,
      .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels.home-hotels-brown .home-hotels-list {
        top: -2.9rem;
        position: relative; }
  .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-accommodation-cell {
    width: 100%;
    height: 100%;
    opacity: 0; }
    .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-accommodation-cell.is-hover {
      opacity: 0.5; }
    .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-accommodation-cell img {
      position: absolute;
      top: 50% !important;
      left: 50% !important;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
.wrap-home-hotels .col-home-hotels:first-of-type .wrap-home-accommodation .btn-home-accommodation {
  right: 0; }
.wrap-home-hotels .col-home-hotels:last-of-type .wrap-home-accommodation .btn-home-accommodation {
  left: 0; }
.wrap-home-hotels .wrap-home-accommodation {
  width: 100%;
  height: 100%;
  position: relative; }
  .wrap-home-hotels .wrap-home-accommodation .home-accommodation {
    position: relative;
    width: 100%;
    height: 100%; }
    .wrap-home-hotels .wrap-home-accommodation .home-accommodation .btn-home-accommodation {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .wrap-home-hotels .wrap-home-accommodation .home-accommodation .home-accommodation-cell {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover; }

/* Homepage Video */
.yt-container {
  height: 70rem;
  position: relative;
  overflow: hidden;
  /*.yt-module-video {
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  }*/ }

/* Homepage Images */
.home-tabpanel {
  position: relative; }
  .home-tabpanel .home-slider-info {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 9.3rem;
    left: 7.8rem;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .home-tabpanel .home-slider-info .info-btn-group {
      padding: 2rem 3.8rem 2rem 3rem;
      border-right: thin solid #fff;
      text-align: center;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .home-tabpanel .home-slider-info .info-btn-group li {
        font-size: 1.6rem;
        color: #000;
        padding: .9rem 3rem;
        border-bottom: thin solid #fff; }
        .home-tabpanel .home-slider-info .info-btn-group li a {
          color: inherit; }
          .home-tabpanel .home-slider-info .info-btn-group li a.active {
            font-family: "SST W07 Bold", sans-serif; }
          .home-tabpanel .home-slider-info .info-btn-group li a:hover {
            text-decoration: none; }
        .home-tabpanel .home-slider-info .info-btn-group li:last-of-type {
          border-bottom: none; }
    .home-tabpanel .home-slider-info .info-dets-group {
      padding: 3rem 1.5rem;
      max-width: 40rem;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .home-tabpanel .home-slider-info .info-dets-group .info-title {
        font-family: "SST W07 Light", sans-serif;
        font-size: 3.5rem;
        line-height: 1;
        font-weight: 300;
        color: #000; }
      .home-tabpanel .home-slider-info .info-dets-group .info-subtitle {
        font-family: "SST W07 Bold", sans-serif;
        font-size: 1.6rem;
        line-height: 1;
        color: #000; }
      .home-tabpanel .home-slider-info .info-dets-group .info-details {
        font-size: 1.4rem;
        color: #000;
        margin-top: 2.6rem; }
      .home-tabpanel .home-slider-info .info-dets-group .info-more {
        font-family: "SST W07 Medium", sans-serif;
        font-size: 1.4rem;
        color: #000;
        margin-top: 3rem;
        display: inline-block; }

/* Homepage Map */
.wrap-home-map {
  width: 100%;
  max-height: 60rem;
  height: 100vw; }

/* Homepage Instagram */
/*Home Page Newsletter Subcribtion*/
.newsletter {
  margin-top: 5em; }
  .newsletter .wrap-home-newsletter {
    padding-left: 15%;
    padding-right: 15%;
    width: 100%;
    text-align: center;
    display: table; }
    .newsletter .wrap-home-newsletter input {
      width: 25em;
      height: 3em;
      margin: 10px; }
    .newsletter .wrap-home-newsletter .newsletter-submit-btn {
      width: 15em !important;
      height: 3em;
      background-color: #4fc8ec;
      color: white;
      border: solid 2px #4fc8ec; }
    .newsletter .wrap-home-newsletter .newsletter-submit-btn:hover {
      background-color: white;
      border: solid 2px #4fc8ec;
      color: #4fc8ec;
      cursor: pointer; }

/* About Info */
.about-infos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  flex-wrap: wrap; }
  .about-infos .about-info {
    text-align: center; }

/* Meeting Info */
.meeting-infos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin-top: 3.5rem;
  flex-wrap: wrap; }
  .meeting-infos .meeting-info {
    text-align: center; }

/* Accommodation Menu */
.accommodation-menu {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-bottom: none;
  width: 100%;
  padding-top: 3.7rem;
  padding-bottom: 3.2rem; }
  .accommodation-menu .menu-item {
    margin: 0 4.5rem; }
    .accommodation-menu .menu-item:first-of-type {
      margin-left: 0; }
    .accommodation-menu .menu-item:last-of-type {
      margin-right: 0; }
    .accommodation-menu .menu-item .menu-link {
      font-family: "SST W07 Roman", sans-serif;
      font-size: 1.6rem;
      line-height: 1;
      color: #000;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      padding: 0.5rem 1.5rem;
      display: inline;
      position: relative; }
      .accommodation-menu .menu-item .menu-link.active {
        font-family: "SST W07 Bold", sans-serif;
        background-color: transparent;
        color: #000; }
        .accommodation-menu .menu-item .menu-link.active:before, .accommodation-menu .menu-item .menu-link.active:after {
          content: '';
          width: 1rem;
          height: 0.1rem;
          background-color: #000;
          display: inline-block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .accommodation-menu .menu-item .menu-link.active:before {
          left: 0; }
        .accommodation-menu .menu-item .menu-link.active:after {
          right: 0; }

/* Accommodation Listing */
.wrap-accommodation-listing .accommodation-item {
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .wrap-accommodation-listing .accommodation-item .accommodation-details {
    margin: auto;
    padding: 1.5rem;
    background: #fff;
    max-width: 80%;
    min-height: 24.4rem;
    position: relative;
    top: 0;
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wrap-accommodation-listing .accommodation-item .accommodation-specials {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0 1.5rem;
    margin-bottom: 2.4rem;
    margin-top: auto; }
  .wrap-accommodation-listing .accommodation-item .accommodation-btns {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .wrap-accommodation-listing .accommodation-item .accommodation-btns .btn {
      margin: 0 0.7rem; }
      .wrap-accommodation-listing .accommodation-item .accommodation-btns .btn.btn-information {
        font-size: 1.1rem;
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
        min-width: 12.6rem; }
      .wrap-accommodation-listing .accommodation-item .accommodation-btns .btn.btn-inner-book {
        font-size: 1.1rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        min-width: 17.6rem; }
  .wrap-accommodation-listing .accommodation-item.hidden {
    display: none; }

/* Room Details */
.wrap-room-details .col-room-left {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .wrap-room-details .col-room-left .btn-inner-book {
    margin-top: auto;
    display: inline-table;
    -webkit-align-self: self-start;
    -moz-align-self: self-start;
    -ms-align-self: self-start;
    align-self: self-start; }
.wrap-room-details .wrap-tripadvisor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .wrap-room-details .wrap-tripadvisor .TA_selfserveprop > img {
    display: none; }
.wrap-room-details .wrap-room-features {
  padding-top: 2.5rem; }
  .wrap-room-details .wrap-room-features .amenities-list ul {
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
    -moz-column-gap: 5em;
    -webkit-column-gap: 5em;
    column-gap: 5em;
    padding: 0;
    margin: 0 auto; }
    .wrap-room-details .wrap-room-features .amenities-list ul li {
      font-size: 1.4rem;
      color: #000; }

/* Room Slideshow */
.wrap-room-sliders.wrap-room-top {
  margin-top: 4.8rem; }

/* Career Slideshow */
.wrap-career-sliders {
  margin-top: 5.8rem;
  padding-top: 6.7rem; }

/* Features Menu*/
.wrap-blog-menu .blog-menu,
.wrap-blog-menu .features-menu,
.wrap-features-menu .blog-menu,
.wrap-features-menu .features-menu {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-bottom: none;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 3.2rem; }
  .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item),
  .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item),
  .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item),
  .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item) {
    margin: 0 3.5rem; }
    .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item):first-of-type,
    .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item):first-of-type,
    .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item):first-of-type,
    .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item):first-of-type {
      margin-left: 0; }
    .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item):last-of-type,
    .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item):last-of-type,
    .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item):last-of-type,
    .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item):last-of-type {
      margin-right: 0; }
    .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link,
    .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link,
    .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link,
    .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link {
      font-family: "SST W07 Roman", sans-serif;
      font-size: 1.6rem;
      line-height: 1;
      color: #000;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      padding: 0.5rem 1.5rem;
      display: inline;
      position: relative; }
      .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link.active,
      .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link.active,
      .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link.active,
      .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link.active {
        font-family: "SST W07 Bold", sans-serif;
        background-color: transparent;
        color: #000;
        letter-spacing: -.4px; }
        .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link.active:before, .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link.active:after,
        .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link.active:before,
        .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link.active:after,
        .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link.active:before,
        .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link.active:after,
        .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link.active:before,
        .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link.active:after {
          content: '';
          width: 1rem;
          height: 0.1rem;
          background-color: #000;
          display: inline-block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link.active:before,
        .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link.active:before,
        .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link.active:before,
        .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link.active:before {
          left: 0; }
        .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link.active:after,
        .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link.active:after,
        .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item) .menu-link.active:after,
        .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item) .menu-link.active:after {
          right: 0; }
    .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item).active a,
    .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item).active a,
    .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item).active a,
    .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item).active a {
      font-family: "SST W07 Bold", sans-serif;
      background-color: transparent;
      color: #000; }
      .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item).active a:before, .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item).active a:after,
      .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item).active a:before,
      .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item).active a:after,
      .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item).active a:before,
      .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item).active a:after,
      .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item).active a:before,
      .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item).active a:after {
        content: '';
        width: 1rem;
        height: 0.1rem;
        background-color: #000;
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item).active a:before,
      .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item).active a:before,
      .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item).active a:before,
      .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item).active a:before {
        left: 0; }
      .wrap-blog-menu .blog-menu .menu-item:not(.resorts-menu-item).active a:after,
      .wrap-blog-menu .features-menu .menu-item:not(.resorts-menu-item).active a:after,
      .wrap-features-menu .blog-menu .menu-item:not(.resorts-menu-item).active a:after,
      .wrap-features-menu .features-menu .menu-item:not(.resorts-menu-item).active a:after {
        right: 0; }

/* Features Slideshow */
.wrap-features .slick-list, .wrap-features-beach .slick-list, .wrap-features-luxury .slick-list {
  width: 100vw;
  margin: auto; }
.wrap-features .wrap-feature-item, .wrap-features-beach .wrap-feature-item, .wrap-features-luxury .wrap-feature-item {
  max-width: 100rem;
  margin: 0 2rem;
  width: calc(100vw - 6em); }
.wrap-features .feature-item, .wrap-features-beach .feature-item, .wrap-features-luxury .feature-item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3rem;
  background: #fff;
  width: 100%; }
  .wrap-features .feature-item .feature-item-dets, .wrap-features-beach .feature-item .feature-item-dets, .wrap-features-luxury .feature-item .feature-item-dets {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 4rem 0 2rem; }
    .wrap-features .feature-item .feature-item-dets .btn-information, .wrap-features-beach .feature-item .feature-item-dets .btn-information, .wrap-features-luxury .feature-item .feature-item-dets .btn-information {
      margin-top: auto;
      display: inline-table;
      -webkit-align-self: end;
      -moz-align-self: end;
      -ms-align-self: end;
      align-self: end; }

/* Wide Content */
.wrap-wide-content {
  min-height: 50rem;
  background: #f7f7f7; }
  .wrap-wide-content .col-wide-text {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .wrap-wide-content .col-wide-text .tab-content > .tab-pane {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .wrap-wide-content .col-wide-text .tab-content > .tab-pane.active {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .wrap-wide-content .col-wide-text .btn-information {
      margin-top: 3.5rem; }
    .wrap-wide-content .col-wide-text.cw-top {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
    .wrap-wide-content .col-wide-text.cw-left .tab-content > .tab-pane {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
  .wrap-wide-content .col-wide-image.wide-image-tabs .inner-content-cell {
    display: none;
    align-items: center;
    position: relative;
    overflow: hidden; }
    .wrap-wide-content .col-wide-image.wide-image-tabs .inner-content-cell img {
      position: absolute;
      top: 50% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%; }
    .wrap-wide-content .col-wide-image.wide-image-tabs .inner-content-cell.active {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
  .wrap-wide-content .col-wide-image .map-infos {
    font-family: "Gill Sans Nova W07 Light", sans-serif;
    color: #060606;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 7.5rem 3.4rem 3.5rem;
    height: 100%;
    width: 30rem;
    position: absolute;
    top: 0;
    left: 0; }
    .wrap-wide-content .col-wide-image .map-infos .map-date {
      font-size: 1.5rem;
      text-align: center; }
      .wrap-wide-content .col-wide-image .map-infos .map-date .map-time {
        font-size: 3.5rem;
        display: block; }
    .wrap-wide-content .col-wide-image .map-infos .map-weather {
      font-size: 6.2rem;
      padding-right: 5rem;
      margin: auto -10px;
      -webkit-background-size: 74px;
      background-size: 74px;
      background-position: right 1.25rem;
      background-repeat: no-repeat; }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-1 {
        background-image: url("../images/weather/1.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-2 {
        background-image: url("../images/weather/2.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-3 {
        background-image: url("../images/weather/3.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-4 {
        background-image: url("../images/weather/4.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-5 {
        background-image: url("../images/weather/5.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-6 {
        background-image: url("../images/weather/6.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-7 {
        background-image: url("../images/weather/7.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-8 {
        background-image: url("../images/weather/8.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-9 {
        background-image: url("../images/weather/9.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-10 {
        background-image: url("../images/weather/10.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-11 {
        background-image: url("../images/weather/11.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-12 {
        background-image: url("../images/weather/12.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-13 {
        background-image: url("../images/weather/13.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-14 {
        background-image: url("../images/weather/14.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-15 {
        background-image: url("../images/weather/15.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-16 {
        background-image: url("../images/weather/16.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-17 {
        background-image: url("../images/weather/17.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-18 {
        background-image: url("../images/weather/18.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-19 {
        background-image: url("../images/weather/19.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-20 {
        background-image: url("../images/weather/20.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-21 {
        background-image: url("../images/weather/21.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-22 {
        background-image: url("../images/weather/22.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-23 {
        background-image: url("../images/weather/23.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-24 {
        background-image: url("../images/weather/24.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-25 {
        background-image: url("../images/weather/25.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-26 {
        background-image: url("../images/weather/26.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-27 {
        background-image: url("../images/weather/27.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-28 {
        background-image: url("../images/weather/28.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-29 {
        background-image: url("../images/weather/29.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-30 {
        background-image: url("../images/weather/30.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-31 {
        background-image: url("../images/weather/31.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-32 {
        background-image: url("../images/weather/32.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-33 {
        background-image: url("../images/weather/33.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-34 {
        background-image: url("../images/weather/34.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-35 {
        background-image: url("../images/weather/35.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-36 {
        background-image: url("../images/weather/36.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-37 {
        background-image: url("../images/weather/37.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-38 {
        background-image: url("../images/weather/38.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-39 {
        background-image: url("../images/weather/39.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-40 {
        background-image: url("../images/weather/40.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-41 {
        background-image: url("../images/weather/41.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-42 {
        background-image: url("../images/weather/42.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-43 {
        background-image: url("../images/weather/43.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-44 {
        background-image: url("../images/weather/44.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-45 {
        background-image: url("../images/weather/45.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-46 {
        background-image: url("../images/weather/46.png"); }
      .wrap-wide-content .col-wide-image .map-infos .map-weather.weather-code-47 {
        background-image: url("../images/weather/47.png"); }
    .wrap-wide-content .col-wide-image .map-infos .map-location {
      font-size: 1.2rem;
      margin-top: auto; }
      .wrap-wide-content .col-wide-image .map-infos .map-location .icon {
        padding-left: 2.2rem;
        margin-bottom: 1.6rem; }
        .wrap-wide-content .col-wide-image .map-infos .map-location .icon.icon-pin {
          background: url("../images/icon-pin.png") no-repeat left top 0.2rem transparent; }
        .wrap-wide-content .col-wide-image .map-infos .map-location .icon.icon-phone {
          background: url("../images/icon-phone.png") no-repeat left top 0.2rem transparent; }
        .wrap-wide-content .col-wide-image .map-infos .map-location .icon:last-of-type {
          margin-bottom: 0; }
  .wrap-wide-content .inner-content-cell {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 600px; }
    .wrap-wide-content .inner-content-cell img {
      position: absolute;
      top: 50% !important;
      left: 50% !important;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .wrap-wide-content.wrap-wide-rtl .col-wide-text, .wrap-wide-content:nth-of-type(2n+2) .col-wide-text {
    order: 2; }
  .wrap-wide-content.wrap-wide-rtl .col-wide-image, .wrap-wide-content:nth-of-type(2n+2) .col-wide-image {
    order: 1; }
  .wrap-wide-content.wrap-wide-meetings {
    min-height: 60rem; }

/* Spa Promos */
.wrap-spa-promos {
  padding: 3.3rem 0 0 0; }
  .wrap-spa-promos .slick-list {
    width: 100vw;
    max-width: 100%; }
  .wrap-spa-promos .slideshow-cell {
    padding: 0;
    position: relative; }
    .wrap-spa-promos .slideshow-cell .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: #000;
      opacity: 0.2;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .wrap-spa-promos .slideshow-cell .title-spa-promo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      padding: 0 2rem;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .wrap-spa-promos .slideshow-cell .btn-information {
      position: absolute;
      bottom: 18%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .wrap-spa-promos .slideshow-cell:hover .overlay {
      opacity: 0; }

/* Destination Promos */
.wrap-destination-promos {
  padding: 3.3rem 0 0 0; }
  .wrap-destination-promos .slideshow-cell {
    padding: 0;
    position: relative; }
    .wrap-destination-promos .slideshow-cell .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: #000;
      opacity: 0.2;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .wrap-destination-promos .slideshow-cell .title-spa-promo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      padding: 0 2rem;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .wrap-destination-promos .slideshow-cell .btn-information {
      position: absolute;
      bottom: 18%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .wrap-destination-promos .slideshow-cell:hover .overlay {
      opacity: 0; }

.wrap-contact-details .col-4 {
  padding-left: 10rem; }

/* Inner Promos */
.wrap-inner-promos {
  padding: 3.3rem 0 0 0;
  max-width: 100%;
  margin: auto; }
  .wrap-inner-promos .slick-list {
    width: 100vw; }
  .wrap-inner-promos .slideshow-cell {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .wrap-inner-promos .slideshow-cell .img-link-inner-promo {
      outline: none; }
    .wrap-inner-promos .slideshow-cell .title-inner-promo a {
      color: inherit; }
      .wrap-inner-promos .slideshow-cell .title-inner-promo a:hover {
        text-decoration: underline; }
    .wrap-inner-promos .slideshow-cell .btn-information {
      display: inline-table;
      -webkit-align-self: self-start;
      -moz-align-self: self-start;
      -ms-align-self: self-start;
      align-self: self-start; }
  .wrap-inner-promos.wrap-front-promos {
    padding: 2rem 0 0 0; }

/* Hotel Details */
.wrap-hotel-details .wrap-hotel-features {
  padding-top: 4.9rem; }
  .wrap-hotel-details .wrap-hotel-features .amenities-list ul {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
    -moz-column-gap: 5em;
    -webkit-column-gap: 5em;
    column-gap: 5em;
    padding: 0;
    margin: 0 auto; }
    .wrap-hotel-details .wrap-hotel-features .amenities-list ul li {
      font-style: italic;
      font-size: 1.4rem;
      color: #000; }

/* Career Details */
.wrap-career-details .col-career {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.wrap-career-details .wrap-hotel-features {
  padding-top: 4.9rem; }
  .wrap-career-details .wrap-hotel-features .amenities-list ul {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
    -moz-column-gap: 5em;
    -webkit-column-gap: 5em;
    column-gap: 5em;
    padding: 0;
    margin: 0 auto; }
    .wrap-career-details .wrap-hotel-features .amenities-list ul li {
      font-size: 1.4rem;
      color: #000; }

/* Thalasso Details */
.thalasso-contact-details {
  list-style-type: none;
  margin: 0;
  padding: 4rem 10rem 9rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row; }
  .thalasso-contact-details li {
    text-align: center;
    flex-grow: 1;
    font-size: 1.4rem; }
    .thalasso-contact-details li a {
      color: #000; }
      .thalasso-contact-details li a:hover {
        color: #000; }
    .thalasso-contact-details li::before {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      content: "";
      width: 1.8rem;
      height: 1.8rem;
      vertical-align: middle;
      margin-right: 1rem; }
    .thalasso-contact-details li.thalasso-contact-phone::before {
      background: url("../images/icon-phone-2.png") no-repeat left center transparent; }
    .thalasso-contact-details li.thalasso-contact-email::before {
      background: url("../images/icon-email.png") no-repeat left center transparent; }

/* Thallaso Featured Centers */
.wrap-thalasso-centers {
  padding-top: 3rem;
  min-height: 54.4rem; }
  .wrap-thalasso-centers .col-thalasso-center {
    min-width: 45%;
    max-width: 55%;
    flex: 1;
    /*-webkit-transition: .9s cubic-bezier(1, -0.04, 0, 1.16);*/
    /*transition: .9s cubic-bezier(1, -0.04, 0, 1.16);*/
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out; }
    .wrap-thalasso-centers .col-thalasso-center .wrap-thalasso-center .thalasso-center .thalasso-center-cell {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      min-height: 54.4rem; }
      .wrap-thalasso-centers .col-thalasso-center .wrap-thalasso-center .thalasso-center .thalasso-center-cell img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .wrap-thalasso-centers .col-thalasso-center .wrap-thalasso-center .thalasso-center .btn-thalasso-center {
      z-index: 1; }
    .wrap-thalasso-centers .col-thalasso-center:first-of-type .wrap-thalasso-center {
      padding-right: 0.15rem; }
      .wrap-thalasso-centers .col-thalasso-center:first-of-type .wrap-thalasso-center .btn-thalasso-center {
        right: 0; }
    .wrap-thalasso-centers .col-thalasso-center:last-of-type .wrap-thalasso-center {
      padding-left: 0.15rem; }
      .wrap-thalasso-centers .col-thalasso-center:last-of-type .wrap-thalasso-center .btn-thalasso-center {
        left: 0; }
  .wrap-thalasso-centers .wrap-thalasso-center {
    width: 100%;
    height: 100%;
    position: relative; }
    .wrap-thalasso-centers .wrap-thalasso-center .thalasso-center {
      position: relative;
      width: 100%;
      height: 100%; }
      .wrap-thalasso-centers .wrap-thalasso-center .thalasso-center .btn-thalasso-center {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .wrap-thalasso-centers .wrap-thalasso-center .thalasso-center .thalasso-center-cell {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover; }

/* Blog - Post Details */
.wrap-blog-post-details {
  padding-top: 3rem; }
  .wrap-blog-post-details .col-blog-post-left img {
    max-width: 100%;
    height: auto;
    display: block; }
    .wrap-blog-post-details .col-blog-post-left img .alignright {
      float: right;
      margin: 0 0 1em 1em; }
    .wrap-blog-post-details .col-blog-post-left img .alignleft {
      float: left;
      margin: 0 1em 1em 0; }
    .wrap-blog-post-details .col-blog-post-left img .aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .wrap-blog-post-details .col-blog-post-left .alignright {
    float: right; }
  .wrap-blog-post-details .col-blog-post-left .alignleft {
    float: left; }
  .wrap-blog-post-details .col-blog-post-left .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wrap-blog-post-details .col-blog-post-left .post-navigation {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 0;
    padding-top: 3rem;
    list-style: none; }
    .wrap-blog-post-details .col-blog-post-left .post-navigation li a {
      color: inherit; }
      .wrap-blog-post-details .col-blog-post-left .post-navigation li a:hover {
        color: inherit; }
      .wrap-blog-post-details .col-blog-post-left .post-navigation li a i {
        line-height: 0.25em; }
        .wrap-blog-post-details .col-blog-post-left .post-navigation li a i.fa-angle-right {
          margin-left: .5rem; }
        .wrap-blog-post-details .col-blog-post-left .post-navigation li a i.fa-angle-left {
          margin-right: .5rem; }
  .wrap-blog-post-details .col-blog-post-right .tags {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 2rem; }
    .wrap-blog-post-details .col-blog-post-right .tags li a {
      color: #060606; }
      .wrap-blog-post-details .col-blog-post-right .tags li a:hover {
        color: #060606; }
  .wrap-blog-post-details .col-blog-post-right .addthis_toolbox {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .wrap-blog-post-details .col-blog-post-right .addthis_toolbox a,
    .wrap-blog-post-details .col-blog-post-right .addthis_toolbox a:hover {
      color: #060606;
      text-decoration: none; }
    .wrap-blog-post-details .col-blog-post-right .addthis_toolbox .atclear {
      display: none; }

/* Inner Related Posts */
.wrap-inner-posts,
.wrap-inner-related-posts {
  padding: 3.3rem 0 0 0;
  max-width: 1170px;
  margin: auto; }
  .wrap-inner-posts .related-post .related-post-info,
  .wrap-inner-related-posts .related-post .related-post-info {
    background-color: #fff;
    padding: 1.5rem; }
    .wrap-inner-posts .related-post .related-post-info a,
    .wrap-inner-related-posts .related-post .related-post-info a {
      color: inherit; }
    .wrap-inner-posts .related-post .related-post-info .title-inner-related-post,
    .wrap-inner-related-posts .related-post .related-post-info .title-inner-related-post {
      margin: 1em 0;
      text-decoration: none; }
    .wrap-inner-posts .related-post .related-post-info .text-inner-related-post-date,
    .wrap-inner-related-posts .related-post .related-post-info .text-inner-related-post-date {
      min-height: 2rem;
      font-size: 1.4rem; }
    .wrap-inner-posts .related-post .related-post-info .related-post-actions,
    .wrap-inner-related-posts .related-post .related-post-info .related-post-actions {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .wrap-inner-posts .related-post .related-post-info .related-post-actions .text-inner-related-post-link,
      .wrap-inner-related-posts .related-post .related-post-info .related-post-actions .text-inner-related-post-link {
        line-height: 3rem;
        text-decoration: underline; }
      .wrap-inner-posts .related-post .related-post-info .related-post-actions .addthis_toolbox,
      .wrap-inner-related-posts .related-post .related-post-info .related-post-actions .addthis_toolbox {
        justify-content: flex-end;
        margin: auto 1rem auto auto;
        max-width: 100%;
        transition: max-width .5s ease;
        -webkit-transition: max-width .5s ease;
        -o-transition: max-width .5s ease;
        -moz-transition: max-width .5s ease;
        overflow: hidden;
        white-space: nowrap; }
        .wrap-inner-posts .related-post .related-post-info .related-post-actions .addthis_toolbox.unrevealed,
        .wrap-inner-related-posts .related-post .related-post-info .related-post-actions .addthis_toolbox.unrevealed {
          max-width: 0; }
        .wrap-inner-posts .related-post .related-post-info .related-post-actions .addthis_toolbox a,
        .wrap-inner-related-posts .related-post .related-post-info .related-post-actions .addthis_toolbox a {
          text-decoration: none;
          margin-right: 1rem; }
          .wrap-inner-posts .related-post .related-post-info .related-post-actions .addthis_toolbox a i,
          .wrap-inner-related-posts .related-post .related-post-info .related-post-actions .addthis_toolbox a i {
            font-size: 1.6rem; }
      .wrap-inner-posts .related-post .related-post-info .related-post-actions .addthis_share_reveal,
      .wrap-inner-related-posts .related-post .related-post-info .related-post-actions .addthis_share_reveal {
        justify-content: flex-end; }
        .wrap-inner-posts .related-post .related-post-info .related-post-actions .addthis_share_reveal.revealed i,
        .wrap-inner-related-posts .related-post .related-post-info .related-post-actions .addthis_share_reveal.revealed i {
          color: #fff;
          background-color: #060606; }
        .wrap-inner-posts .related-post .related-post-info .related-post-actions .addthis_share_reveal i,
        .wrap-inner-related-posts .related-post .related-post-info .related-post-actions .addthis_share_reveal i {
          cursor: pointer;
          border: 2px solid #060606;
          color: #060606;
          background-color: transparent;
          border-radius: 50%;
          transition: color .5s ease, background-color .5s ease;
          -webkit-transition: color .5s ease, background-color .5s ease;
          -o-transition: color .5s ease, background-color .5s ease;
          -moz-transition: color .5s ease, background-color .5s ease;
          width: 3rem;
          height: 3rem;
          line-height: 2.6rem;
          font-size: 1.6rem;
          text-align: center; }

.wrap-inner-posts {
  padding: 0; }
  .wrap-inner-posts .wrap-inner-search-form {
    justify-content: center;
    padding-bottom: 4rem; }
  .wrap-inner-posts .blog-masonry .blog-masonry-post {
    margin-bottom: 3rem; }
  .wrap-inner-posts .addthis_toolbox a {
    margin-right: 0 !important; }
  .wrap-inner-posts .blog-sidebar {
    padding: 2.5rem;
    background-color: #fff; }
    .wrap-inner-posts .blog-sidebar .sidebar-widget a {
      color: #000; }
    .wrap-inner-posts .blog-sidebar .sidebar-widget .tagcloud {
      text-align: center; }
    .wrap-inner-posts .blog-sidebar .sidebar-widget .widget {
      padding-bottom: 2.5rem; }
      .wrap-inner-posts .blog-sidebar .sidebar-widget .widget ul {
        padding-left: 0;
        list-style-type: none; }

#ajax-load-more .alm-btn-wrap .alm-load-more-btn {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  height: 4.8rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  border: 0.3rem solid #4fc8ec; }
  #ajax-load-more .alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #4fc8ec;
    color: #fff; }
  #ajax-load-more .alm-btn-wrap .alm-load-more-btn.done {
    display: none; }

.blog-sidebar .blog-menu {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .blog-sidebar .blog-menu .menu-item {
    margin: 0; }
    .blog-sidebar .blog-menu .menu-item .menu-link {
      padding: 0;
      font-size: 1.5rem !important; }
    .blog-sidebar .blog-menu .menu-item.active ::before,
    .blog-sidebar .blog-menu .menu-item.active ::after {
      content: inherit !important; }

/* Blog categories list */
.sidebar-categories {
  margin-bottom: 2rem;
  padding-left: 0; }
  .sidebar-categories li {
    list-style-type: none; }
    .sidebar-categories li a {
      font-size: 1.5rem;
      color: #060606; }
      .sidebar-categories li a:hover {
        color: #060606; }

body.error404 .first-slideshow,
body.error-404 .first-slideshow {
  height: 60vh; }
  body.error404 .first-slideshow img,
  body.error-404 .first-slideshow img {
    height: 60vh; }
body.error404 .helper.scroll-down,
body.error-404 .helper.scroll-down {
  display: none; }

/* Remove if categories cleaned */
.wrap-inner-posts .blog-menu .menu-item {
  margin: .5rem 0; }

.at-share-btn .label {
  color: white; }

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* Flickity Smartcroped images fix */
  .flickity-slider .wpsmartcrop-overlay-rendered {
    top: 0 !important; }

  /* Wide Content */
  .wrap-wide-content .inner-content-cell {
    min-height: 600px; }

  .wrap-home-hotels .wrap-home-accommodation {
    min-height: 70.7rem; }
    .wrap-home-hotels .wrap-home-accommodation .home-accommodation-cell.haw-fix .wpsmartcrop-overlay-rendered img {
      position: relative; }
    .wrap-home-hotels .wrap-home-accommodation .home-accommodation-cell.hah-fix .wpsmartcrop-overlay-rendered img {
      position: relative; }

  .wide-image-tabs .wpsmartcrop-image + .wpsmartcrop-overlay.wpsmartcrop-overlay-rendered {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important; }

  .map-wrapper {
    min-height: 50rem; } }
#extranetModal .modal-dialog {
  max-width: 70rem; }
  #extranetModal .modal-dialog .modal-content {
    border: inherit;
    border-radius: inherit; }
    #extranetModal .modal-dialog .modal-content .extranet_register,
    #extranetModal .modal-dialog .modal-content .extranet_login,
    #extranetModal .modal-dialog .modal-content .extranet_or {
      padding-top: 15px;
      padding-bottom: 15px; }
      #extranetModal .modal-dialog .modal-content .extranet_register h2,
      #extranetModal .modal-dialog .modal-content .extranet_login h2,
      #extranetModal .modal-dialog .modal-content .extranet_or h2 {
        margin: 2rem 0;
        color: #005070; }
    #extranetModal .modal-dialog .modal-content .extranet_or span {
      font-size: 7rem;
      font-style: italic;
      font-weight: normal;
      line-height: 1em;
      color: #005070; }
      #extranetModal .modal-dialog .modal-content .extranet_or span:before, #extranetModal .modal-dialog .modal-content .extranet_or span:after {
        display: inline-block;
        content: "";
        border-top: 0.3rem solid #005070;
        width: 5rem;
        margin: 2rem 0;
        transform: rotate(90deg) translateY(-1rem); }

#at-cv-lightbox {
  display: none; }

.grecaptcha-badge {
  height: 0 !important; }

/* --------------------------------------------------------
   Responsive - Mobile First
   -------------------------------------------------------- */
/* @media (min-width: 576px) */
/* @media (min-width: 768px) */
@media (min-width: 768px) {
  .contact form .form-row:first-of-type .form-group, .contact form .form-row.no-pad-top .form-group {
    margin-top: 0; }
  .contact form .form-row > .col-md-6:first-of-type {
    padding-right: 2rem; }
  .contact form .form-row > .col-md-6:last-of-type {
    padding-left: 2rem; } }
/* @media (min-width: 992px) */
@media (min-width: 992px) {
  .sub-heading-line {
    max-width: 740px; } }
/* @media (min-width: 1200px) */
@media (min-width: 1200px) {
  .container-900 {
    max-width: 930px; }

  .container-768 {
    max-width: 798px; }

  .wrap-thalasso-centers .col-thalasso-center:hover {
    flex: 2; }
    .wrap-thalasso-centers .col-thalasso-center:hover .wrap-thalasso-center .btn-thalasso-center {
      padding: 5.1rem 2.4rem; }
      .wrap-thalasso-centers .col-thalasso-center:hover .wrap-thalasso-center .btn-thalasso-center .thalasso-center-details {
        opacity: 1;
        visibility: visible;
        position: relative;
        transition: .5s ease-in; }

  .nav-tabs .nav-item:not(.resorts-menu-item).active {
    pointer-events: auto; }
    .nav-tabs .nav-item:not(.resorts-menu-item).active a:before, .nav-tabs .nav-item:not(.resorts-menu-item).active a:after {
      content: '';
      width: 1rem;
      height: 0.1rem;
      background-color: #000;
      display: inline-block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .nav-tabs .nav-item:not(.resorts-menu-item).active a:before {
      left: 0; }
    .nav-tabs .nav-item:not(.resorts-menu-item).active a:after {
      right: 0; } }
/* --------------------------------------------------------
   Responsive - Non Mobile First
   -------------------------------------------------------- */
/* @media (max-width: 1199.99px) */
@media (max-width: 1199.98px) {
  .btn.btn-home-promo {
    font-size: 1.5rem; }

  .nav-tabs .nav-item,
  .accommodation-menu .menu-item,
  .wrap-features-menu .features-menu .menu-item {
    margin: 0 .75rem; }
    .nav-tabs .nav-item:first-of-type, .nav-tabs .nav-item:last-of-type,
    .accommodation-menu .menu-item:first-of-type,
    .accommodation-menu .menu-item:last-of-type,
    .wrap-features-menu .features-menu .menu-item:first-of-type,
    .wrap-features-menu .features-menu .menu-item:last-of-type {
      margin: 0 .75rem; }
    .nav-tabs .nav-item .nav-link,
    .nav-tabs .nav-item .menu-link,
    .nav-tabs .nav-item .menu-item,
    .accommodation-menu .menu-item .nav-link,
    .accommodation-menu .menu-item .menu-link,
    .accommodation-menu .menu-item .menu-item,
    .wrap-features-menu .features-menu .menu-item .nav-link,
    .wrap-features-menu .features-menu .menu-item .menu-link,
    .wrap-features-menu .features-menu .menu-item .menu-item {
      margin: 0 2px;
      font-size: 15px;
      display: inline-block;
      padding: 0.5rem 1rem; }
      .nav-tabs .nav-item .nav-link.active::before, .nav-tabs .nav-item .nav-link.active::after,
      .nav-tabs .nav-item .menu-link.active::before,
      .nav-tabs .nav-item .menu-link.active::after,
      .nav-tabs .nav-item .menu-item.active::before,
      .nav-tabs .nav-item .menu-item.active::after,
      .accommodation-menu .menu-item .nav-link.active::before,
      .accommodation-menu .menu-item .nav-link.active::after,
      .accommodation-menu .menu-item .menu-link.active::before,
      .accommodation-menu .menu-item .menu-link.active::after,
      .accommodation-menu .menu-item .menu-item.active::before,
      .accommodation-menu .menu-item .menu-item.active::after,
      .wrap-features-menu .features-menu .menu-item .nav-link.active::before,
      .wrap-features-menu .features-menu .menu-item .nav-link.active::after,
      .wrap-features-menu .features-menu .menu-item .menu-link.active::before,
      .wrap-features-menu .features-menu .menu-item .menu-link.active::after,
      .wrap-features-menu .features-menu .menu-item .menu-item.active::before,
      .wrap-features-menu .features-menu .menu-item .menu-item.active::after {
        width: .7rem; }

  .go-gallery .go-gallery-filters li.active a:before, .go-gallery .go-gallery-filters li.active a:after {
    content: inherit; }

  .nav-tabs-wrapper {
    position: relative;
    z-index: 3;
    margin-top: 5rem;
    margin-right: auto;
    margin-bottom: 2.4rem;
    margin-left: auto;
    min-height: 3rem;
    display: inline-block;
    width: 100%; }

  .wrap-wide-content .col-wide-image .map {
    min-height: 25em;
    max-height: 40em;
    height: 80vh; }
  .wrap-wide-content .col-wide-image .map-infos {
    padding: 3.5rem 3rem;
    max-height: 24em; }

  .nav-tabs,
  .go-gallery-filters,
  .accommodation-menu {
    position: absolute;
    left: 50%;
    top: 0;
    margin: auto;
    width: auto;
    padding: 0;
    min-width: 22rem;
    overflow: visible !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /* will-change: opacity transform; */ }
    .nav-tabs.nav-contact-slider, .nav-tabs.features-menu, .nav-tabs.nav-room-slider, .nav-tabs.nav-tabs.nav-destination-slider,
    .go-gallery-filters.nav-contact-slider,
    .go-gallery-filters.features-menu,
    .go-gallery-filters.nav-room-slider,
    .go-gallery-filters.nav-tabs.nav-destination-slider,
    .accommodation-menu.nav-contact-slider,
    .accommodation-menu.features-menu,
    .accommodation-menu.nav-room-slider,
    .accommodation-menu.nav-tabs.nav-destination-slider {
      width: auto;
      padding-top: 0;
      padding-bottom: 0; }
    .nav-tabs .nav-item,
    .nav-tabs .menu-item,
    .nav-tabs li,
    .go-gallery-filters .nav-item,
    .go-gallery-filters .menu-item,
    .go-gallery-filters li,
    .accommodation-menu .nav-item,
    .accommodation-menu .menu-item,
    .accommodation-menu li {
      z-index: -1;
      left: 0;
      top: 0;
      margin: 0 !important;
      width: 100%;
      padding: 0;
      box-sizing: border-box;
      opacity: 0;
      background-color: #ffffff;
      text-align: center;
      cursor: pointer;
      overflow: hidden;
      will-change: opacity;
      -moz-transition: opacity, 0s;
      -o-transition: opacity, 0s;
      -webkit-transition: opacity, 0s;
      transition: opacity, 0s;
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
      .nav-tabs .nav-item.grey,
      .nav-tabs .menu-item.grey,
      .nav-tabs li.grey,
      .go-gallery-filters .nav-item.grey,
      .go-gallery-filters .menu-item.grey,
      .go-gallery-filters li.grey,
      .accommodation-menu .nav-item.grey,
      .accommodation-menu .menu-item.grey,
      .accommodation-menu li.grey {
        background-color: #f5f5f5 !important; }
        .nav-tabs .nav-item.grey a,
        .nav-tabs .menu-item.grey a,
        .nav-tabs li.grey a,
        .go-gallery-filters .nav-item.grey a,
        .go-gallery-filters .menu-item.grey a,
        .go-gallery-filters li.grey a,
        .accommodation-menu .nav-item.grey a,
        .accommodation-menu .menu-item.grey a,
        .accommodation-menu li.grey a {
          background-color: transparent !important; }
      .nav-tabs .nav-item.active,
      .nav-tabs .menu-item.active,
      .nav-tabs li.active,
      .go-gallery-filters .nav-item.active,
      .go-gallery-filters .menu-item.active,
      .go-gallery-filters li.active,
      .accommodation-menu .nav-item.active,
      .accommodation-menu .menu-item.active,
      .accommodation-menu li.active {
        position: relative;
        z-index: 10;
        opacity: 1;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        pointer-events: auto;
        -webkit-box-ordinal-group: 0;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0; }
        .nav-tabs .nav-item.active::after,
        .nav-tabs .menu-item.active::after,
        .nav-tabs li.active::after,
        .go-gallery-filters .nav-item.active::after,
        .go-gallery-filters .menu-item.active::after,
        .go-gallery-filters li.active::after,
        .accommodation-menu .nav-item.active::after,
        .accommodation-menu .menu-item.active::after,
        .accommodation-menu li.active::after {
          content: '';
          position: absolute;
          top: 40%;
          right: .75em;
          z-index: 10;
          border-top: 6px solid black;
          border-right: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 6px solid transparent;
          pointer-events: none; }
        .nav-tabs .nav-item.active a,
        .nav-tabs .menu-item.active a,
        .nav-tabs li.active a,
        .go-gallery-filters .nav-item.active a,
        .go-gallery-filters .menu-item.active a,
        .go-gallery-filters li.active a,
        .accommodation-menu .nav-item.active a,
        .accommodation-menu .menu-item.active a,
        .accommodation-menu li.active a {
          font-family: "SST W07 Bold", sans-serif; }
          .nav-tabs .nav-item.active a::after,
          .nav-tabs .menu-item.active a::after,
          .nav-tabs li.active a::after,
          .go-gallery-filters .nav-item.active a::after,
          .go-gallery-filters .menu-item.active a::after,
          .go-gallery-filters li.active a::after,
          .accommodation-menu .nav-item.active a::after,
          .accommodation-menu .menu-item.active a::after,
          .accommodation-menu li.active a::after {
            pointer-events: auto !important;
            content: inherit !important; }
      .nav-tabs .nav-item:not(.active),
      .nav-tabs .menu-item:not(.active),
      .nav-tabs li:not(.active),
      .go-gallery-filters .nav-item:not(.active),
      .go-gallery-filters .menu-item:not(.active),
      .go-gallery-filters li:not(.active),
      .accommodation-menu .nav-item:not(.active),
      .accommodation-menu .menu-item:not(.active),
      .accommodation-menu li:not(.active) {
        height: 100%;
        pointer-events: none; }
      .nav-tabs .nav-item a,
      .nav-tabs .menu-item a,
      .nav-tabs li a,
      .go-gallery-filters .nav-item a,
      .go-gallery-filters .menu-item a,
      .go-gallery-filters li a,
      .accommodation-menu .nav-item a,
      .accommodation-menu .menu-item a,
      .accommodation-menu li a {
        position: relative;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0); }
        .nav-tabs .nav-item a:focus,
        .nav-tabs .menu-item a:focus,
        .nav-tabs li a:focus,
        .go-gallery-filters .nav-item a:focus,
        .go-gallery-filters .menu-item a:focus,
        .go-gallery-filters li a:focus,
        .accommodation-menu .nav-item a:focus,
        .accommodation-menu .menu-item a:focus,
        .accommodation-menu li a:focus {
          background-color: rgba(255, 255, 255, 0) !important; }
        .nav-tabs .nav-item a::before,
        .nav-tabs .menu-item a::before,
        .nav-tabs li a::before,
        .go-gallery-filters .nav-item a::before,
        .go-gallery-filters .menu-item a::before,
        .go-gallery-filters li a::before,
        .accommodation-menu .nav-item a::before,
        .accommodation-menu .menu-item a::before,
        .accommodation-menu li a::before {
          content: '';
          position: absolute;
          height: 100%;
          top: 0;
          left: 50%;
          min-width: 22rem;
          opacity: 0;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
    .nav-tabs.open .nav-item,
    .go-gallery-filters.open .nav-item,
    .accommodation-menu.open .nav-item {
      position: relative;
      z-index: 0;
      opacity: 1;
      padding: .3rem;
      pointer-events: all; }
      .nav-tabs.open .nav-item a,
      .go-gallery-filters.open .nav-item a,
      .accommodation-menu.open .nav-item a {
        padding: .3rem; }
      .nav-tabs.open .nav-item:not(.active),
      .go-gallery-filters.open .nav-item:not(.active),
      .accommodation-menu.open .nav-item:not(.active) {
        opacity: 1; }
    .nav-tabs:not(.open) .nav-item a,
    .go-gallery-filters:not(.open) .nav-item a,
    .accommodation-menu:not(.open) .nav-item a {
      pointer-events: none; }

  .heading.sub-heading {
    font-size: 2.2rem; }

  h1.heading {
    font-size: 4.5rem; }

  h2.heading {
    font-size: 4.5rem; }

  .page-template-thalasso .container-900 {
    max-width: 680px;
    padding: 0 1em; }
  .page-template-thalasso .thalasso-contact-details {
    padding: 4rem 0 9rem; }

  .page-template-career .career-code {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 -1em; }
    .page-template-career .career-code iframe {
      display: block;
      margin: auto; }

  .page-template-hotels-list .container-inner-features .menu-item {
    padding: .5rem; }
    .page-template-hotels-list .container-inner-features .menu-item a:before, .page-template-hotels-list .container-inner-features .menu-item a:after {
      content: '' !important; }
    .page-template-hotels-list .container-inner-features .menu-item a:not(.active):hover {
      opacity: 0.5;
      -moz-transition: opacity, 0.3s;
      -o-transition: opacity, 0.3s;
      -webkit-transition: opacity, 0.3s;
      transition: opacity, 0.3s; }
  .page-template-hotels-list .container-inner-features .hotel-submenu {
    display: none !important; }
  .page-template-hotels-list .container-inner-features .feature-item .feature-item-dets .luxury-background {
    max-width: 240px;
    max-height: 240px;
    right: 0;
    bottom: -5%; }
  .page-template-hotels-list .container-inner-features .feature-item .feature-item-dets .beach-background {
    right: -35%; }

  header.header .main-menu-row .main-nav-mobile .main-nav-menu li.menu-item-has-children > a {
    background: url("../images/icon-down.png") no-repeat right center transparent;
    background-size: 14px; }
    header.header .main-menu-row .main-nav-mobile .main-nav-menu li.menu-item-has-children > a.open-nav {
      background-image: url("../images/icon-up.png"); } }
/* @media (max-width: 1139.99px) */
@media only screen and (max-width: 1140px) {
  .header.header-solid {
    min-height: 8rem; }
    .header.header-solid .main-menu-col {
      padding: 0; }
    .header.header-solid .right-nav-info {
      padding: 0; }

  .slideshow.flickity-enabled .flickity-prev-next-button {
    display: none; }
  .slideshow.flickity-enabled .flickity-page-dots {
    display: block; } }
/* @media (max-width: 991.99px) */
@media (max-width: 991.98px) {
  header .main-menu-row .hamburger {
    margin: 0 0 0 2.5rem; }

  .slideshow .first-slideshow {
    height: 100vh; }
    .slideshow .first-slideshow.fsh-fix .slideshow-cell {
      max-height: 100vh; }

  header.header .main-menu-row .hamburger {
    margin: 0 0 0 2.5rem; }

  .no-side-paddings .col-wide-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem; }
    .no-side-paddings .col-wide-text.cw-left {
      text-align: center; }
      .no-side-paddings .col-wide-text.cw-left .title {
        min-width: 100%; }
      .no-side-paddings .col-wide-text.cw-left .btn-information {
        margin-left: auto;
        margin-right: auto; }

  h3.heading.sub-heading.sub-heading-line {
    margin-bottom: 7rem;
    border-bottom: 0; }
    h3.heading.sub-heading.sub-heading-line span {
      line-height: 1.5; }

  footer.footer {
    padding-top: 0;
    padding-bottom: 18rem; }
    footer.footer .col-footer-menu-wrap {
      margin: auto;
      text-align: center; }
      footer.footer .col-footer-menu-wrap .footer-menu {
        display: inline-block;
        min-width: inherit; }
        footer.footer .col-footer-menu-wrap .footer-menu .menu-item {
          min-width: 10em;
          text-align: left; }
    footer.footer .footer-menu-wrap .footer-menu {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; }
    footer.footer .newsletter-footer {
      max-width: 20em;
      margin: 0 auto 3em; }
    footer.footer .footer-copyright.text-right {
      text-align: center !important; }
    footer.footer .footer-bottom {
      margin-top: 2em; }
      footer.footer .footer-bottom.text-right {
        text-align: center !important;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }

  .footer-info-wrap,
  .footer-menu-wrap {
    margin-bottom: 2.6rem; }

  .home-tabpanel .home-slider-info {
    top: auto;
    bottom: 0;
    left: 0;
    min-width: 100%; }
    .home-tabpanel .home-slider-info .info-btn-group {
      border-right: none;
      pointer-events: none; }
    .home-tabpanel .home-slider-info .info-dets-group {
      min-width: 100%;
      max-width: 100%;
      text-align: center; }
      .home-tabpanel .home-slider-info .info-dets-group .tab-pane {
        width: 100%; }
      .home-tabpanel .home-slider-info .info-dets-group .info-subtitle,
      .home-tabpanel .home-slider-info .info-dets-group .info-details {
        display: none; }

  .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels {
    margin-bottom: 0; }
    .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-title {
      font-size: 3rem; }
    .wrap-home-hotels .col-home-hotels .wrap-home-accommodation .home-hotels .home-hotels-list {
      font-size: 1.8rem; }
  .wrap-home-hotels .col-home-hotels:first-child {
    margin-bottom: 2rem; }
    .wrap-home-hotels .col-home-hotels:first-child .wrap-home-accommodation {
      padding-right: 0; }
  .wrap-home-hotels .col-home-hotels:last-child .wrap-home-accommodation {
    padding-left: 0; }

  .nav-home-slider {
    display: flex; }

  .about-infos .about-info {
    min-width: 50%; }
    .about-infos .about-info:nth-child(1), .about-infos .about-info:nth-child(2) {
      margin-bottom: 3rem; }

  .meeting-infos .meeting-info {
    min-width: 50%; }
    .meeting-infos .meeting-info:nth-child(1), .meeting-infos .meeting-info:nth-child(2) {
      margin-bottom: 3rem; }

  .wrap-wide-content .col-wide-image.wide-image-tabs .inner-content-cell.active {
    max-height: 30em;
    height: 75vw; }

  div.go-gallery.menu-show ul.go-gallery-filters {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    div.go-gallery.menu-show ul.go-gallery-filters li {
      margin: 0 .75em !important; }
      div.go-gallery.menu-show ul.go-gallery-filters li a {
        font-size: 15px; }
  div.go-gallery.size-small ul.go-gallery-list li.go-gallery-item {
    width: 50%; }

  .single-hotel .col-room-left,
  .single-hotel .col-room-right {
    margin: auto;
    max-width: 40em;
    width: 90%;
    font-size: 1.3rem; }
    .single-hotel .col-room-left .btn,
    .single-hotel .col-room-right .btn {
      margin: 3em auto 0; }
  .single-hotel .col-room-right {
    margin: 3em auto; }
  .single-hotel .wrap-hotel-details .wrap-hotel-features {
    max-width: calc(100% - 2em);
    width: 90%;
    margin: auto; }
    .single-hotel .wrap-hotel-details .wrap-hotel-features .amenities-list ul {
      max-width: 35em;
      margin: auto;
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2; }

  .wrap-features-menu .features-menu {
    padding-top: 0; }

  .slick-slider.wrap-features .feature-item, .slick-slider.wrap-features-beach .feature-item, .slick-slider.wrap-features-luxury .feature-item {
    padding: 0 0 1.5em 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .slick-slider.wrap-features .feature-item .image-wrapper img, .slick-slider.wrap-features-beach .feature-item .image-wrapper img, .slick-slider.wrap-features-luxury .feature-item .image-wrapper img {
      max-height: 30em;
      object-fit: cover;
      object-position: 50% 50% !important; }

  .wrap-features .slick-list, .wrap-features-beach .slick-list, .wrap-features-luxury .slick-list {
    width: calc(100vw - 6em);
    margin: auto; }

  .wrap-wide-content .col-wide-image .map-infos {
    position: relative;
    width: 100%;
    min-height: 12.5em;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .wrap-wide-content .col-wide-image .map-infos .map-weather {
      padding-right: 10rem; } }
/* @media (max-width: 767.99px) */
@media (max-width: 767.98px) {
  .header .main-menu-row .right-nav-info .BookNowMobile {
    font-size: 1.4rem;
    padding: 0;
    text-align: center; }

  h1.heading {
    font-size: 4rem; }
    h1.heading.heading-home {
      font-size: 3rem; }

  h2.heading {
    font-size: 4rem; }
    h2.heading.heading-home {
      font-size: 3rem; }

  h3.heading.sub-heading.sub-heading-line {
    margin-bottom: 5rem; }
    .container-home-slider h3.heading.sub-heading.sub-heading-line {
      margin-bottom: 0; }

  header.header .main-menu-row .BookNowMobile {
    width: 75px; }
  header.header .main-menu-row .close-booking {
    width: 75px !important; }

  .contact form .form-row > .form-group.col-12 {
    padding: 0; }

  .single-hotel .container-inner-promos {
    padding-bottom: 0; }
    .single-hotel .container-inner-promos .text-inner-promo {
      min-height: 3em; }

  .col-wide-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 78vw;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .col-wide-image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
    .col-wide-image .inner-content-cell {
      min-height: 25rem;
      height: 78vw; }

  .wrap-wide-content .inner-content-cell {
    padding-top: 60vw; }
    .wrap-wide-content .inner-content-cell img {
      min-height: 20em; }

  .wrap-offers .offer-img,
  .wrap-offers .offer-img a {
    height: 40vw;
    min-height: 11em; }
  .wrap-offers .offer-details h3 {
    text-align: left; }
  .wrap-offers .offer .offer-cta {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
    .wrap-offers .offer .offer-cta .offer-rates {
      padding: 1rem; }
    .wrap-offers .offer .offer-cta .btn-offer-book {
      position: absolute;
      right: 1rem;
      margin-bottom: 0 !important; }

  .wrap-partners .partner-img,
  .wrap-partners .partner-img a {
    height: 40vw;
    min-height: 11em; }
  .wrap-partners .partner-details h3 {
    text-align: left; }
  .wrap-partners .partner .partner-cta {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    padding: 10px; }
    .wrap-partners .partner .partner-cta .partner-rates {
      padding: 1rem; }
    .wrap-partners .partner .partner-cta .btn-partner-book {
      position: absolute;
      right: 1rem;
      margin-bottom: 0 !important; }

  .container-inner-posts {
    padding-top: inherit; }

  .container-content .container-inner-slider {
    padding-right: 0;
    padding-left: 0; }
    .container-content .container-inner-slider .slideshow {
      height: 26rem; }
      .container-content .container-inner-slider .slideshow img {
        width: 100%;
        height: auto; }

  .container-inner-related-posts {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 3.6rem; }
    .container-inner-related-posts .wrap-inner-related-posts {
      padding: 0; }
      .container-inner-related-posts .wrap-inner-related-posts .related-post {
        margin-bottom: 1.5rem; }

  .newsletter .wrap-home-newsletter {
    padding-left: 0px;
    padding-right: 0px; }
    .newsletter .wrap-home-newsletter input {
      width: 20em;
      height: auto; }
    .newsletter .wrap-home-newsletter .newsletter-submit-btn {
      width: 20em;
      height: auto; }

  .page-template-contact .wrap-contact-details aside {
    display: none; }

  .page-template-contact .wrap-contact-details .col-12.col-md-8 {
    margin: 0 auto; }

  .home .container-home-insta {
    display: none; } }
/* @media (max-width: 575.99px) */
@media (max-width: 575.98px) {
  .slideshow.first-slideshow {
    height: 50vh; }
    .slideshow.first-slideshow.fsh-fix .slideshow-cell {
      max-height: 50vh; }

  .container-first-slideshow .first-slideshow-slogan {
    top: 30%;
    text-align: center; }

  .helper.scroll-down {
    display: none; }

  header.header .main-menu-row .main-logo {
    margin: 0; }
  header.header .main-menu-row .right-nav-info .icons {
    display: flex;
    flex-direction: column; }
    header.header .main-menu-row .right-nav-info .icons p.icon-loyalty, header.header .main-menu-row .right-nav-info .icons p.icon-telephone {
      margin: .5rem 0.8rem; }
  header.header .main-menu-row .lang-img {
    display: none; }
  header.header .helper.hamburger {
    margin: 0 0.4rem; }
  header.header .lang-menu {
    margin: 1.5em 0 !important; }
  header.header .bookingFormMobile {
    width: 100%; }
  header.header .main-menu-row .main-nav-mobile {
    top: 8rem;
    padding: 3em 3rem 1rem;
    width: 100vw;
    min-width: 100%;
    box-sizing: border-box; }
    header.header .main-menu-row .main-nav-mobile .main-nav-menu {
      font-size: 1.8rem; }
    header.header .main-menu-row .main-nav-mobile .main-nav-info {
      position: relative;
      bottom: 0;
      margin-top: 2em;
      overflow-y: auto; }
  header.header .main-menu-row .hamburger {
    margin-left: 1.5rem;
    min-width: 3.8rem;
    font-size: 12px;
    letter-spacing: 0.13em; }
    header.header .main-menu-row .hamburger.open-nav span:nth-of-type(1) {
      -webkit-transform: rotate(35deg);
      -moz-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      transform: rotate(35deg); }
    header.header .main-menu-row .hamburger.open-nav span:nth-of-type(3) {
      -webkit-transform: rotate(-35deg);
      -moz-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
      transform: rotate(-35deg); }
    header.header .main-menu-row .hamburger span {
      height: 0.3rem;
      width: 3.8rem; }

  div.go-gallery.size-small ul.go-gallery-list li.go-gallery-item {
    width: 100%; }

  .container-hotels {
    padding-top: 0; }

  .wrap-accommodation-listing .accommodation-item {
    margin-bottom: 3em; }
    .wrap-accommodation-listing .accommodation-item .accommodation-details {
      margin: 0 auto 0;
      max-width: 100%;
      position: relative;
      top: 0;
      left: auto;
      height: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .wrap-accommodation-listing .accommodation-item .accommodation-specials {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .wrap-accommodation-listing .accommodation-item .accommodation-btns {
      flex-direction: column;
      align-items: center; }
      .wrap-accommodation-listing .accommodation-item .accommodation-btns .btn:nth-child(2) {
        margin-top: 1em; }

  .single-hotel .wrap-hotel-details .container-inner-slider {
    padding-right: 0;
    padding-left: 0; }
    .single-hotel .wrap-hotel-details .container-inner-slider .slideshow {
      height: 26rem; }
      .single-hotel .wrap-hotel-details .container-inner-slider .slideshow img {
        width: 100%;
        height: auto; }
  .single-hotel .wrap-hotel-details .wrap-hotel-features .amenities-list ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }
  .single-hotel .wrap-hotel-details .btn-hotel {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: .5rem 2rem;
    min-width: 20rem; }

  .wrap-offers .offer .offer-details {
    text-align: left; }
    .wrap-offers .offer .offer-details .offer-more {
      margin-top: 1rem; }
  .wrap-offers .offer .offer-cta {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .wrap-offers .offer .offer-cta .btn-offer-book {
      position: relative;
      margin-bottom: 2em;
      right: 0; }

  .wrap-partners .partner .partner-details {
    text-align: left; }
    .wrap-partners .partner .partner-details .partner-more {
      margin-top: 1rem; }
  .wrap-partners .partner .partner-cta {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px; }
    .wrap-partners .partner .partner-cta .btn-partner-book {
      position: relative;
      margin-bottom: 2em;
      right: 0; }

  .map {
    background: red; }
    .map .map-infowindow {
      max-width: calc(100vw - 10rem); }
      .map .map-infowindow .side-gmap {
        display: none; }

  #ui-datepicker-div {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }
/* --------------------------------------------------------
   Responsive - Only Between These Widths
   -------------------------------------------------------- */
/* @media (max-width: 575.99px) */
@media (max-width: 575.98px) {
  .page-template-thalasso .wrap-thalasso-centers {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-template-thalasso .wrap-thalasso-centers .col-thalasso-center {
      max-width: 100%;
      -webkit-box-flex: auto;
      -moz-box-flex: auto;
      -webkit-flex: auto;
      -ms-flex: auto;
      flex: auto; }
      .page-template-thalasso .wrap-thalasso-centers .col-thalasso-center .btn-thalasso-center {
        width: 100%;
        bottom: 0;
        top: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      .page-template-thalasso .wrap-thalasso-centers .col-thalasso-center:first-of-type .wrap-thalasso-center .btn-thalasso-center {
        right: auto;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; }
        .page-template-thalasso .wrap-thalasso-centers .col-thalasso-center:first-of-type .wrap-thalasso-center .btn-thalasso-center .thalasso-center-title {
          -webkit-box-ordinal-group: 0;
          -moz-box-ordinal-group: 0;
          -ms-flex-order: 0;
          -webkit-order: 0;
          order: 0;
          text-align: left; }
        .page-template-thalasso .wrap-thalasso-centers .col-thalasso-center:first-of-type .wrap-thalasso-center .btn-thalasso-center .thalasso-center-arrow {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

  .wrap-contact-details .col-md-4 {
    padding-left: 1em;
    margin-top: 2em; }

  .contact .submit-button-wrapper input {
    position: relative;
    margin-top: 1em; } }
/* @media (min-width: 576px) and (max-width: 767.99px) */
/* @media (min-width: 768px) and (max-width: 991.99px)  */
/* @media (min-width: 992px) and (max-width: 1199.99px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header .main-menu-row .hamburger {
    margin-left: 3em; }
  .header .main-menu-row .btn-nav-book {
    font-size: 1.4rem;
    line-height: 2rem; } }
/* @media (min-width: 1200px) */
/* --------------------------------------------------------
   Responsive - Only Between These Wider Ranged Widths
   -------------------------------------------------------- */
/* example @media (min-width: 576px) and (max-width: 1199.99px)  */
/* --------------------------------------------------------
   Responsive - Window Height
   -------------------------------------------------------- */
@media (max-height: 768px) {
  .header .main-menu-row .main-nav .main-nav-menu {
    font-size: 1.8rem; }
  .header .main-menu-row .main-nav .main-nav-info {
    position: relative;
    bottom: 0;
    margin-top: 2em;
    overflow-y: auto; } }

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