@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.eot');
  src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica.woff') format('woff'),
    url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Helvetica */

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.eot');
  src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Light.woff') format('woff'),
    url('../fonts/Helvetica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Medium.eot');
  src: url('../fonts/Helvetica-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Medium.woff') format('woff'),
    url('../fonts/Helvetica-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.eot');
  src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Bold.woff') format('woff'),
    url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: bold;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueBoldCond.eot');
  src: url('../fonts/HelveticaNeueBoldCond.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueBoldCond.woff') format('woff'),
    url('../fonts/HelveticaNeueBoldCond.ttf') format('truetype');
  font-weight: 600;
  font-style: bold;
}

@font-face {
  font-family: 'Helvetica Neue Condensed';
  src: url('../fonts/HelveticaNeueBoldCond.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueBoldCond.woff') format('woff'),
    url('../fonts/HelveticaNeueBoldCond.ttf') format('truetype');
  font-weight: 600;
  font-weight: bold;
  font-style: bold;
}

/* DIN */

@font-face {
  font-family: 'DIN Medium';
  src: url('../fonts/DIN-Medium.eot');
  src: url('../fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/DIN-Medium.woff') format('woff'),
  url('../fonts/DIN-Medium.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica", Arial, sans-serif;
  color: #575c5a;
  font-size: 16px;
}

a {
  color: #e97918;
  text-decoration: underline
}

a:hover {
  color: #e97918;
}

.anchor {
  text-decoration: none
}

.anchor:hover {
  text-decoration: underline;
}

pre {
  border-radius: 0;
}

figure {
  display: inline-block;
}

figcaption {
  margin-bottom: 10px;
  line-height: 1.2;
  margin-top: 0.4em;

}

label {
  font-weight: normal;
}

.fence {
  border-left: 1px solid #999;
  display: inline;
}

.rule {
  border-top-color: transparent;
  margin-top: 10px;
  margin-bottom: 14px;
  overflow: visible;
  text-align: left
}

.rule:before {
  content: '';
  height: 1px;
  background-color: #e97918;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin-top: -1px;
}

.rule--centered {
  text-align: center;
}

.rule--inverse {
}

.rule--inverse:before {
  background-color: white;
}

.rule--ornament {
  display: none;
  border-top-color: transparent;
  margin-top: 28px;
  margin-bottom: 32px;
  overflow: visible;
}

.rule--ornament:before {
  background-image: url(../img/rule-ornament.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 17px;
  display: block;
  width: 100%;
  margin-top: -9px;
}

.rule--ornament-inverse {
  display: none;
  border-top-color: transparent;
  margin-top: 28px;
  margin-bottom: 32px;
  overflow: visible;
}

.rule--ornament-inverse:before {
  background-image: url(../img/rule-ornament.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 17px;
  display: block;
  width: 100%;
  margin-top: -9px;
}

.rule--ornament-inverse:before {
  background-position: 50% 100%;
}

.section-title {
  color: #e97918;
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
  display: inline-block
}

.section-title:after {
  content: "";
  display: block;
  background: #e1e1e1;
  width: 100%;
  height: 11px;
  margin-top: 6px;
}

.lead {
  text-align: center;
  font-style: italic
}

@media (min-width: 768px) {

  .lead {
    font-size: 18px;
  }
  }

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
  display: none;
  font-size: 14px
}

@media (min-width: 992px) {

  .breadcrumb {
    display: block;
  }
  }

.breadcrumb >li+li:before {
  padding: 0 2px;
}

.breadcrumb a {
  color: #575c5a;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .active {
  color: #e97918;
}

.breadcrumb .icon {
  margin-top: -0.4em;
  margin-right: 0.2em;
}

.pagination {
}

.pagination>.disabled {
}

.pagination>.disabled>a, .pagination>.disabled>a:hover {
  background-color: #eee;
  color: white;
}

.pagination>li {
  display: inline-block;
}

.pagination>li + li {
  margin-left: 4px;
}

.pagination>li:first-child > a {
  border-radius: 99em;
}

.pagination>li:last-child > a {
  border-radius: 99em;
}

.pagination>li.active {
}

.pagination>li.active a {
  background-color: #e97918;
}

.pagination>li>a {
  border-radius: 99em;
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  background: #b6b6b6;
  color: white;
  font-weight: bold;
  border-width: 0;
}

h1, h2, h3, h4 {
  font-family: "DIN Medium", Arial, sans-serif;
}

h1, h2 {
  color: #e97918;
  font-size: 24px;
  font-weight: normal;
  display: inline-block
}

h1:after, h2:after {
  content: "";
  display: block;
  background: #e1e1e1;
  width: 100%;
  height: 11px;
  margin-top: 6px;
}

h1 > a, h2 > a {
  text-decoration: none;
}

h1 > a:hover, h2 > a:hover {
  text-decoration: none;
}

h1 + .rule, h2 + .rule {
  display: none;
}

h3 {
  color: #e97918;
  font-size: 24px;
  font-weight: normal;
}

h4 {
  color: #e97918;
  font-style: italic;
  font-size: 24px;
}

h5 {
  font-weight: 500;
  font-size: 18px;
}

main ul {
  padding-left: 1em;
}

article .media {
  margin: 20px -15px 20px
}

@media (min-width: 768px) {

  article .media {
    margin-left: 0;
    margin-right: 0;
  }
  }

article .media img {
  max-width: 100%;
}

@media (min-width: 992px) {

  article .media img {
    max-width: 750px;
  }
}

.details {
  padding: 0
}

.details li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 8px 0;
  line-height: 1;
}

.details li:nth-child(even) {
  text-align: right;
}

@media (min-width: 768px) {

  .details li {
    width: 32%;
  }

  .details li:nth-child(even) {
    text-align: left;
  }
}

.text-lead {
  text-transform: none;
}

.text-primary {
  color: #e97918;
}

.text-supplement {
  color: #e97918;
  font-size: 24px;
  text-align: center
}

@media (min-width: 768px) {

  .text-supplement {
    text-align: left;
  }
  }

.pile {
  padding-left: 0
}

.pile li {
  display: block;
  width: 100%;
  padding: 4px 0;
  text-align: left;
}

.sched {
  padding-left: 0
}

.sched li {
  display: block;
  width: 100%;
  padding: 4px 0 4px 25px ;
  text-align: left;
}

.spread {
  padding-left: 0
}

.spread li {
  display: block;
  padding: 8px 0;
  line-height: 1;
  vertical-align: top;
}

@media (min-width: 768px) {

  .spread li {
    display: inline-block;
    width: 48%;
  }
}

@media (min-width: 992px) {

  .spread li {
    width: 32%;
  }
}

.spread li:nth-child(even) {
}

@media (min-width: 768px) {

  .spread li:nth-child(even) {
    text-align: right;
  }
}

@media (min-width: 992px) {

  .spread li:nth-child(even) {
    text-align: left;
    text-align: initial;
  }
}

.spread--hasicons {
}

.spread--hasicons li {
  padding-left: 35px;
}

.spread--hasicons li .icon {
  margin-left: -30px;
  position: relative;
  left: -5px;
}

.circle {
  border-radius: 999em;
  background-color: transparent;
  width: 59px;
  height: 66px;
  font-size: 20px;
  display: block;
  color: #fff;
  font-style: italic;
  text-align: center;
  line-height: 59px;
  background-image: url(../img/sprite-diamond.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  text-indent: -5px;
}

.inline-links {
}

.inline-links a {
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media (min-width: 992px) {

  .inline-links a {
    display: inline;
  }
}

.inline-links a + a {
}

@media (min-width: 992px) {

  .inline-links a + a {
    margin-left: 20px;
  }
}

.apart {
}

.apart li {
  margin-bottom: 20px;
}

.inline-definition {
}

.inline-definition dt {
  display: inline-block;
}

.inline-definition dd {
  display: inline-block;
}

.inline-definition dd + dt {
  margin-left: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #575c5a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-group {
}

@media (min-width: 768px) {

  .form-group {
    margin-bottom: 40px;
  }
  }

.multiselect {
}

.multiselect__toggle {
  border: 0 none;
  display: inline-block;
  background: transparent;
  padding: 0 27px 0 10px;
  line-height: 40px;
  height: 36px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  border-bottom: 1px solid #575c5a;
  text-align: left;
  font-style: italic;
  text-transform: none;
  outline: none;
  border-radius: 0;
}

.multiselect__toggle:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #575c5a;
  top: 50%;
  display: inline-block;
  right: 0.5em;
  position: absolute;
  margin-top: -0.2em;
}

.multiselect__options {
  padding: 10px;
  text-align: left;
  display: none;
}

@media (min-width: 992px) {

  .multiselect__options {
    background-color: white;
    position: absolute;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    padding: 10px 20px;
    z-index: 1;
  }
}

.multiselect__options label {
  display: block;
  margin-bottom: 0;
  height: 28px;
  line-height: 30px;
  font-size: 14px;
}

.multiselect__selectall {
  border: 0 none;
  border-top: 1px solid #d4d4d4;
  background: transparent;
  margin-top: 10px;
  font-size: 14px;
  width: 100%;
  font-style: italic;
  color: #e97918;
  outline: none;
  padding-top: 8px;
  border-radius: 0;
}

.multiselect:hover {
}

.multiselect:hover .multiselect__options {
  display: block;
}

.daterangepicker table {
  border-spacing: 4px;
  border-collapse: separate;
}

.daterangepicker td, .daterangepicker th {
  width: 16px;
  height: 16px;
}

.daterangepicker .daterangepicker_input {
  display: none;
}

.daterangepicker:before, .daterangepicker:after {
  display: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-weight: normal;
}

.daterangepicker td.in-range {
  border-radius: 99em;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #e97918;
  border-radius: 99em;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: rgb(251, 228, 209);
  border-radius: 99em;
}

.daterangepicker td.start-date.end-date {
  border-radius: 99em;
}

.multiinput {
}

.multiinput__handle {
  display: block;
  height: 36px;
  line-height: 40px;
  border-bottom: 1px solid;
  font-size: 16px;
  text-decoration: none;
  color: white;
  font-style: normal;
  cursor: pointer;
}

.multiinput__handle:hover {
  color: #444;
  text-decoration: none;
}

.multiinput__inputs {
  display: none;
}

.multiinput label {
  margin: 0 2px;
}

.multiinput label span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.multiinput input {
  border: 1px solid lightgrey;
  padding: 0 5px;
  font-size: 14px;
  width: 50px;
}

.multiinput--expanded {
}

.multiinput--expanded .multiinput__inputs {
  display: block;
  position: absolute;
}

.multiinput--expanded .multiinput__inputs {
  display: block;
  position: absolute;
  padding: 16px;
  background: white;
  box-shadow: 0 2px 6px #d6d6d6;
  z-index: 10;
}

.form-control.cls-error {
  background: #fff7f7;
  border-color: #af0e0e;
}

.form-group.required .control-label:after {
   content:"*";
   color: #666;
}

.form-check-inline {
    display: inline-block;
}

/* Components */

.button {
  border: 0 none;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0
}

.button:focus {
  outline: none;
}

.button--search {
}

@media (min-width: 992px) {

  .button--search {
    padding: 0;
  }
  }

.button--search:before {
  content: '';
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-color: transparent;
  width: 27px;
  height: 27px;
  background-image: url('../img/icon-search.png');
}

.button--shortcut {
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 55px;
}

.button--default {
  background: #272727;
  color: white;
  text-transform: uppercase;
  height: 42px;
  padding: 0 32px;
  font-size: 15px;
  line-height: 2.75
}

.button--default:hover {
  background: rgb(82, 82, 82);
  text-decoration: none;
}

.button--primary {
  background-image: linear-gradient(
    0deg,
    #e97918 8%,
    #e97918 46%,
    rgb(240, 161, 93) 54%,
    #e97918 100%
  );
  border: 2px solid #e97918;
  box-shadow: 0 0 0px 2px white inset;
  line-height: 2.4;
  height: 38px;
  color: white;
  text-transform: uppercase;
  padding: 0 16px;
  font-size: 14px;
  letter-spacing: 0.025em;
  outline: none;
  cursor: pointer;
  border-radius: 99em
}

.button--primary:hover {
  color: white;
  text-decoration: none;
  background-image: linear-gradient(
      0deg,
      rgb(240, 161, 93) 8%,
      rgb(240, 161, 93) 46%,
      rgb(248, 215, 186) 53%,
      rgb(240, 161, 93) 100%
    );
  border-color: rgb(240, 161, 93);
}

.button--primary[disabled] {
  background: #d4d4d4;
  border-color: #d4d4d4;
}

.button--secondary {
  background-color: #e97918;
  color: white;
  text-transform: uppercase;
  height: 3em;
  padding: 0 32px;
  font-size: 15px;
  line-height: 2.75;
  border-radius: 999em
}

.button--secondary:hover {
  background-color: rgb(237, 148, 70);
  color: white;
  text-decoration: none;
}

.button--secondary[disabled] {
  background: #d4d4d4;
  border-color: #d4d4d4;
}

.button--text {
  background-color: #272727;
  display: block;
  width: 100%;
  text-align: left;
  color: white;
  padding: 8px 16px 4px;
  margin: 4px 0
}

@media (min-width: 992px) {

  .button--text {
    background-color: transparent;
    padding: 0;
    color: #575c5a;
    display: inline-block;
    width: auto;
    margin: auto;
  }
  }

.button--text .button__short {
  display: none;
}

@media (min-width: 992px) {

  .button--text .button__short {
    display: inline;
  }

  .button--text .button__short ~ * {
    display: none;
  }
}

.button--outlined {
  border: 1px solid;
  color: #e97918;
  padding: 10px 15px 10px;
  font-size: 14px;
  line-height: 1
}

.button--outlined-alt {
  border: 1px solid;
  color: #e97918;
  padding: 10px 15px 10px;
  font-size: 14px;
  line-height: 1;
  color: white;
}

.button--outlined-alt:hover, .button--outlined-alt:focus {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, .2);
}

.button--small {
  height: 32px;
  line-height: 34px;
}

.button--icon {
  padding: 0
}

.button--icon .icon {
  margin-top: 0;
}

#menuCloseButton {
  display: none;
  padding: 0
}

#menuCloseButton:before {
  content: '';
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-color: transparent;
  width: 27px;
  height: 27px;
  background-image: url('../img/icon-close.png');
}

.navigating #menuCloseButton {
  display: inline-block;
}

#menuOpenButton {
  position: relative;
  display: inline-block;
  width: 1.75em;
  height: 1.25em;
  border-top: 0.2em solid #e97918;
  border-bottom: 0.2em solid #e97918;
  padding: 0
}

#menuOpenButton:before {
  content: "";
  position: absolute;
  top: 0.33em;
  left: 0px;
  width: 100%;
  border-top: 0.2em solid #e97918;
}

@media (min-width: 992px) {

  #menuOpenButton {
    display: none;
  }
  }

.navigating #menuOpenButton {
  display: none;
}

.button--dropdown {
  background: transparent;
  color: #575c5a;
  padding: 0 20px;
  line-height: 42px;
  height: 40px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  border: 1px solid #575c5a
}

.button--dropdown:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #575c5a;
  top: 50%;
  display: inline-block;
  right: 0.5em;
  position: absolute;
  margin-top: -0.2em;
}

.button--close {
  padding: 0
}

.button--close:before {
  content: '';
  width: 27px;
  height: 27px;
  display: block;
  background: url('../img/icon-close-an.png');
}

.button--no-stroke {
  color: #666;
  padding: 10px 15px 7px;
  line-height: 16px;
  font-size: 15px;
  text-transform: none;
}

.buttons {
}

.buttons button {
  display: block;
  width: 100%;
  margin: 0 auto 10px 0;
}

@media (min-width: 768px) {

  .buttons button {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}

.buttons button + button {
}

@media (min-width: 768px) {

  .buttons button + button {
    margin-left: 5px;
  }
}

.btn-default.dropdown-toggle {
  border: 0 none;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid;
  border-radius: 0;
  padding-left: 2px;
  padding-right: 2px;
  width: 200px;
  font-style: italic;
  font-size: 16px;
  line-height: 1
}

.btn-default.dropdown-toggle:hover,
  .btn-default.dropdown-toggle:focus,
  .btn-default.dropdown-toggle:active {
  background-color: transparent;
  box-shadow: none;
}

.btn-default.dropdown-toggle .multiselect-selected-text {
  text-align: left;
  display: inline-block;
  width: 92%;
}

.btn-default.dropdown-toggle .caret {
}

.btn-group.open .btn-default.dropdown-toggle {
  background: transparent;
  box-shadow: none
}

.dropdown-menu {
  border: 0 none;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px
}

.dropdown-menu>.active {
}

.dropdown-menu>.active>a,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu>.active>a:hover {
  background-color: transparent;
  color: #333;
}

.slide {
  position: relative;
  color: white
}

.slide h2 {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slide__body {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto
}

@media (min-width: 768px) {

  .slide__body {
    width: 700px;
  }
}

@media (min-width: 992px) {

  .slide__body {
    width: 900px;
  }
}

.slide__body h2 {
  color: white;
}

.slide__body h2:after {
  content: none;
}

.slide__footer  {
  width: 90%;
  margin: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0
}

@media (min-width: 768px) {

  .slide__footer {
    width: 700px;
  }
}

@media (min-width: 992px) {

  .slide__footer {
    width: 900px;
  }
}

@media (min-width: 768px) {

  .slide__footer {
    text-align: right;
  }
  }

.slide {
}

.slide__image, .slide__video {
  display: block;
  background: white;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  outline: none;
}

.slide__image:before, .slide__video:before {
  content: '';
  display: block;
  padding-bottom: 59%;
}

.slide__video:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 80px solid green;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.slides__detail {
  position: absolute;
  width: 40%;
  left: 51%;
  bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  height: 65px;
  color: white;
  font-size: 16px;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  outline: none;
  tranform: translateY(-50%)
}

.slick-arrow:before {
  content: '';
  display: block;
  width: 31px;
  height: 60px;
  background-image: url('../img/sprite-slider.png');
}

.slick-prev {
  left: 10px
}

@media (min-width: 1200px) {

  .slick-prev {
    left: 2%;
  }
  }

.slick-prev:before {
  background-position: 0 50%;
}

.slick-next {
  right: 10px
}

@media (min-width: 1200px) {

  .slick-next {
    right: 2%;
  }
  }

.slick-next:before {
  background-position: 100% 50%;
}

.slick-dots {
  padding: 0;
  width: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 4px;
}

.slick-dots button {
  background: transparent;
  border: 1px solid white;
  font-size: 0;
  border-radius: 999px;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  outline: none;
}

.slick-dots .slick-active {
}

.slick-dots .slick-active button {
  background-color: white;
}

.slides--inline {
  margin: 20px -15px 10px;
  max-width: 750px;
  position: relative;
  background-color: white
}

@media (min-width: 768px) {

  .slides--inline {
    margin-left: 0;
    margin-right: auto;
    box-shadow: 0 0 10px;
    margin-bottom: 40px;
  }
  }

.slides--inline .slide {
}

.slides--inline .slide__image, .slides--inline .slide__video {
  display: block;
  background: white;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  outline: none;
}

.slides--inline .slide__image:before, .slides--inline .slide__video:before {
  content: '';
  display: block;
  padding-bottom: 59%;
}

.slides--inline .slide__video:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 80px solid green;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.slides--inline .slick-arrow {
  opacity: 0.5;
  transition: opacity 0.5s;
}

.slides--inline .slick-arrow:hover {
  opacity: 1;
}

.slides--inline .slick-dots {
  bottom: 0;
  text-align: right;
}

@media (min-width: 768px) {

  .slides--inline .slick-dots {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .75) 100%);
    width: 100%;
    padding-right: 50%;
  }
}

.slides--inline .slick-dots li {
}

@media (min-width: 768px) {

  .slides--inline .slick-dots li {
    border: 1px solid #acaba9;
    cursor: pointer;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}

.slides--inline .slick-dots li.slick-active {
}

@media (min-width: 768px) {

  .slides--inline .slick-dots li.slick-active {
    border-color: white;
  }
}

.slides--inline .slick-dots img {
  width: 63px;
}

.slides--inline:after {
  background-image: url('../img/pattern-leaves-flat-an.png');
  background-position: 50% 50%;
  display: none;
  content: '';
  width: 999em;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: -1;
}

@media (min-width: 768px) {

  .slides--inline:after {
    display: block;
  }
}

@media (min-width: 1200px) {

  .slides--inline:after {
    right: -90px;
    background-position: 100% 50%;
  }
}

@media (min-width: 1400px) {

  .slides--inline:after {
    right: -100px;
  }
}

.slides--full {
}

.slides--full .slick-arrow {
  left: 50%;
  transition: opacity 0.75s;
}

.slides--full .slick-arrow:before {
  width: 60px;
  height: 67px;
  background-image: url(../img/sprite-slider-an.png);
}

.slides--full .slick-arrow:hover {
  opacity: 1;
}

.slides--full .slick-prev {
  transform: translateX(-350px);
}

@media (min-width: 992px) {

  .slides--full .slick-prev {
    transform: translateX(-504px);
  }
}

@media (min-width: 1400px) {

  .slides--full .slick-prev {
    transform: translateX(-670px);
  }
}

.slides--full .slick-next {
  transform: translateX(18px);
}

@media (min-width: 992px) {

  .slides--full .slick-next {
    transform: translateX(44px);
  }
}

@media (min-width: 1400px) {

  .slides--full .slick-next {
    transform: translateX(71px);
  }
}

.slides--full .slick-dots {
  top: 0;
  text-align: center;
  margin-top: 45%;
}

@media (min-width: 768px) {

  .slides--full .slick-dots {
    margin-top: 0;
    position: absolute;
    right: 50%;
    width: 430px;
    margin-right: -65px;
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 992px) {

  .slides--full .slick-dots {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .75) 100%);
    width: 550px;
    margin-right: -75px;
    transform: translateX(0);
  }
}

@media (min-width: 1400px) {

  .slides--full .slick-dots {
    width: 745px;
    margin-right: -103px;
  }
}

.slides--full .slick-dots li {
  cursor: pointer;
}

@media (min-width: 768px) {

  .slides--full .slick-dots li {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}

.slides--full .slick-dots li img {
  width: 63px;
}

.slides--hero {
    /* z-index: -1; */
}

.slides--hero .bg {
  background-size: auto 100%;
  height: 400px;
  padding-bottom: 0;
}

@media (min-width: 768px) {

  .slides--hero .bg {
    padding-bottom: 40%;
    background-size: cover;
    height: auto;
  }
}

.slides--hero .slide__body {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  padding: 20px;
  max-width: 90%;
  display: inline-block;
  left: 50%;
  right: auto;
  text-align: center;
}

@media (min-width: 768px) {

  .slides--hero .slide__body {
    padding: 20px 30px;
    max-width: 450px;
    width: auto;
  }
}

.slides--hero .slide__body p {
  font-size: 16px;
}

.slides--hero .slide__body p:last-child {
  margin-bottom: 0;
}

.slides--hero .slide__body p.lead {
  font-style: normal;
  font-weight: bold;
  letter-spacing: 7px;
  font-size: 18px;
  font-family: "Helvetica", helvetica, arial, sans-serif;
  text-indent: 0.5em;
}

@media (min-width: 768px) {

  .slides--hero .slide__body p.lead {
    font-size: 20px;
    letter-spacing: 13px;
  }
}

@media (min-width: 992px) {

  .slides--hero .slide__body p.lead {
    font-size: 24px;
    letter-spacing: 13px;
  }
}

.slides--hero .slide__body p a {
  font-weight: bold;
  text-decoration: none;
}

.slides--hero .slide__body h2 {
  font-size: 24px;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Helvetica", helvetica, arial, sans-serif;
}

@media (min-width: 768px) {

  .slides--hero .slide__body h2 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {

  .slides--hero .slide__body h2 {
    font-size: 34px;
  }
}

.slides--hero .slick-dots {
  bottom: 85px;
}

@media (min-width: 768px) {

  .slides--hero .slick-dots {
    width: 700px;
    bottom: 160px;
  }
}

@media (min-width: 992px) {

  .slides--hero .slick-dots {
    width: 850px;
  }
}

@media (min-width: 1200px) {

  .slides--hero .slick-dots {
    width: 960px;
    bottom: 50%;
  }
}

.slides--card {
}

.slides--card .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.slides--card .slick-slide {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0 15px;
}

.slides--card .slick-dots {
  text-align: center;
  margin-top: 40%;
}

.slides--tale {
}

.slides--tale .story {
  outline: none;
}

.slides--tale .slick-dots {
  position: absolute;
  top: 0;
  text-align: center;
  margin-top: 40%;
}

.slide-wrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 1em;
}

.slides--full + .slides--tale {
  margin-top: 40px;
}

.drawer {
}

.drawer__knob {
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  height: 40px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #e97918;
  font-size: 22px;
  margin-bottom: 0;
}

.card {
  text-align: center;
  margin-bottom: 30px;
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  outline: none;
  box-shadow: 1px 1px 20px #b6b6b6;
  border-radius: 20px;
  overflow: hidden
}

.card > a {
  text-decoration: none;
  display: block;
  height: 100%;
}

.card > a:hover {
  text-decoration: none;
  background-color: #e97918;
}

.card > a:hover .card__body {
  color: white;
}

.card > a:hover hr:before {
  background-color: white;
}

.card > a:hover h4 {
  color: white;
}

.card--filler {
  height: 0;
  margin-bottom: 0;
}

.card__head {
  position: relative;
  overflow: hidden;
  background-color: #e4e4e4
}

.card__head:before {
  content: '';
  display: block;
  padding-bottom: 53%;
  width: 100%;
}

.card__head img {
  width: 100%;
  position: absolute;
  bottom: -100%;
  top: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  min-height: 100%;
}

.card__head__flag {
  position: absolute;
  background: #920039;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 16px 8px;
  line-height: 1;
  color: white;
  border: 5px solid #920039;
  box-shadow: 0 0 0 1px white inset;
}

.card__body {
  padding: 20px;
  color: #575c5a;
  line-height: 1.2;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto
}

.card__body h3, .card__body h4, .card__body h5 {
  color: #e97918;
  font-size: 20px;
  font-style: normal;
}

.card__body h3 a, .card__body h4 a, .card__body h5 a {
  color: #e97918;
  text-decoration: none;
}

.card__body h4 {
}

.card__body h4 a {
}

.card__body h4 a:not(:first-child) {
  display: none;
}

.card__body .rule {
}

.card__body .rule:before {
  height: 3px;
}

.card__body .addon {
  display: none;
}

.card__body .addon h6 {
  font-weight: normal;
  font-size: 1em;
  text-decoration: underline;
}

.card__body .addon ul {
  padding-left: 0;
  list-style: none;
}

.card__body .addon button {
  margin-bottom: 8px;
  text-transform: none;
}

.card__link {
}

.card__link a {
  color: #575c5a;
}

.modal .card__link {
  display: none;
}

.modal .card__body {
}

.modal .card__body .addon {
  display: block;
}

.card__footer {
  padding: 0 20px 20px
}

.card__footer .buttons {
}

.card__footer .buttons .button {
  margin-bottom: 5px;
  text-transform: none;
}

.card__footer .buttons .button + .button {
  display: none;
}

@media (min-width: 992px) {

  .card__footer .buttons .button + .button {
    display: inline-block;
    margin-left: 0;
  }
}

@media (min-width: 1400px) {

  .card__footer .buttons .button + .button {
    margin-left: 5px;
  }
}

.card__actions {
  font-size: 0.9em
}

.card__actions a {
  text-decoration: none;
  margin: 0 5px;
}

@media (min-width: 992px) {

  .card__actions a {
    margin: 0 2px;
  }
}

@media (min-width: 1200px) {

  .card__actions a {
    margin: 0 5px;
  }
}

.card__actions a:hover {
  text-decoration: underline;
}

.card--leftie {
  text-align: left;
}

.cards {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between
}

.cards .card {
  width: 100%;
}

@media (min-width: 768px) {

  .cards .card {
    width: 48%;
  }
}

@media (min-width: 992px) {

  .cards .card {
    width: 24%;
  }
}

.cards:after {
  content: '';
  height: 0;
}

@media (min-width: 768px) {

  .cards:after {
    width: 32%;
  }
}

@media (min-width: 992px) {

  .cards:after {
    width: 24%;
  }
}

.cards-message {
}

.cards-message--empty {
  text-align: center;
  height: 200px;
  margin: 0 auto;
  width: 80%;
  display: none;
}

@media (min-width: 992px) {

  .cards-message--empty {
    width: 60%;
  }
}

.cards-message--on {
  display: block;
}

.cards-filter {
  margin-bottom: 20px;
  text-align: right;
  display: none
}

@media (min-width: 992px) {

  .cards-filter {
    display: block;
  }
  }

.cards-filter .input-radio {
  float: left;
  margin-top: 8px;
}

.cards-set {
}

.cards-set__title {
  background-color: white;
  height: 40px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #e97918;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0;
  display: block;
  font-size: 22px;
}

.cards-set__title--left {
  text-transform: none;
  font-style: italic;
  text-decoration: underline;
}

.cards-set__title .icon {
  transition: all 0.2s;
  transform: scale(1, 1);
}

.cards-set__title .icon--vflipped {
  transform: scale(1, -1);
}

.cards-set__footer {
  text-align: center;
  padding-bottom: 20px;
}

.cards-set .cards {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {

  .cards-set .cards {
    width: 710px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {

  .cards-set .cards {
    width: 940px;
  }
}

@media (min-width: 1200px) {

  .cards-set .cards {
    width: 1140px;
  }
}

@media (min-width: 1400px) {

  .cards-set .cards {
    width: 1350px;
  }
}

.cards-set--list {
  background-color: #f2f2f2
}

.cards-set--list .cards-set__head {
}

.cards-set--list .cards-set__head .rule {
  display: none;
}

.cards-set--list .cards {
  padding-bottom: 20px;
}

.cards-set--list .cards .card {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.cards-set--list .cards .card .card__head {
  display: none;
}

.cards-set--list .cards .card .card__body {
  padding-bottom: 0;
}

.cards-set--list .cards .card .card__body hr {
  display: none;
}

.cards-set--list .cards .card .card__body p {
  display: none;
}

.cards-set--list .cards .card .card__footer {
  padding-bottom: 0;
}

.cards-set--list .cards .card .card__footer * {
  display: none;
}

.cards-set--inline {
}

.cards-set--inline .cards-set__title {
  border-bottom-width: 0;
  cursor: default;
  height: auto;
}

.cards-set--inline .cards-set__title .icon {
  display: none;
}

.cards-set--inline .cards {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cards-set--inline .card {
}

@media (min-width: 992px) {

  .cards-set--inline .card {
    width: 32%;
  }
}

.cards-set--grid {
}

.cards-set--grid .cards {
}

.cards-set--grid .list-tabular {
}

.cards-set--grid .list-tabular li {
}

.cards-set--grid .list-tabular li:first-child {
  display: block;
}

.cards-set--grid .list-tabular li.others {
  display: block;
}

.cards-set--grid .list-tabular li.icons {
  display: block;
}

.cards-set--grid .grid-hidden {
  display: none;
}

.cards-set--inline.cards-set--list {
}

.cards-set--inline.cards-set--list .cards-set__title {
  cursor: pointer;
  border-bottom-width: 1px;
}

.cards-set--inline.cards-set--list .cards-set__title .icon {
  display: inline-block;
}

.cards-set--compact {
  background-color: #f2f2f2
}

.cards-set--compact .cards {
  padding-bottom: 20px;
}

.cards-set--compact .cards .card {
  margin-bottom: 0;
  background-color: transparent;
}

@media (min-width: 768px) {

  .cards-set--compact .cards .card {

    /*width: 50%;*/
  }
}

@media (min-width: 992px) {

  .cards-set--compact .cards .card {

    /*width: 25%;*/
  }
}

.cards-set--compact .cards .card .card__head {
  display: none;
}

.cards-set--compact .cards .card .card__body {
  padding-bottom: 0;
}

.cards-set--compact .cards .card .card__body p {
  display: none;
}

.cards-thead {
  display: none;
}

.list-tabular {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0

}

.list-tabular li {
}

.list-tabular li span {
  color: #e97918;
}

.list-tabular li.icons {
  padding: 10px 0;
}

.list-tabular li.icons .icon {
  margin: 0 1px;
}

.list-tabular li.item-inline {
  display: inline-block;
  color: #e97918;
}

.list-tabular li.item-inline:not(:last-child):after {
  content: ', ';
  white-space: pre;
}

.list-tabular li.item-inline .icon {
  display: none;
}

.list-tabular--alt {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0
}

.list-tabular--alt li {
}

.list-tabular--alt li span {
  color: #e97918;
}

.list-tabular--alt li.icons {
  padding: 10px 0;
}

.list-tabular--alt li.icons .icon {
  margin: 0 1px;
}

.cards-set--detail {
}

.cards-set--detail .cards-thead {
  margin: auto;
  background: #f2f2f2;
}

@media (min-width: 992px) {

  .cards-set--detail .cards-thead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1;
    width: 940px;
    padding: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {

  .cards-set--detail .cards-thead {
    width: 1140px;
  }
}

@media (min-width: 1400px) {

  .cards-set--detail .cards-thead {
    width: 1350px;
  }
}

.cards-set--detail .cards-thead > div {
  text-align: center;
  font-size: 16px;
  color: #e97918;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 1200px) {

  .cards-set--detail .cards-thead > div {
    padding: 0 20px;
  }
}

.cards-set--detail .cards-thead > div:first-child {
  -ms-flex: 0 auto;
      flex: 0 auto;
  width: 200px;
}

.cards-set--detail .cards-thead > div:last-child {
  -ms-flex: 0 auto;
      flex: 0 auto;
  width: 200px;
}

@media (min-width: 1400px) {

  .cards-set--detail .cards-thead > div:last-child {
    width: 300px;
  }
}

.cards-set--detail .cards {
}

.cards-set--detail .cards .card {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  background-color: #f2f2f2;
}

@media (min-width: 768px) {

  .cards-set--detail .cards .card {
    width: 48%;
  }
}

@media (min-width: 992px) {

  .cards-set--detail .cards .card {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
}

.cards-set--detail .cards .card .card__head {
  display: none;
}

.cards-set--detail .cards .card:nth-child(odd) {
  background-color: #ebebeb;
}

.cards-set--detail .cards .card .card__body {
  padding-bottom: 0;
}

@media (min-width: 992px) {

  .cards-set--detail .cards .card .card__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
  }
}

.cards-set--detail .cards .card .card__body hr {
}

@media (min-width: 992px) {

  .cards-set--detail .cards .card .card__body hr {
    display: none;
  }
}

.cards-set--detail .cards .card .card__body > p {
  display: none;
}

.cards-set--detail .cards .card .card__body h4 {
}

@media (min-width: 992px) {

  .cards-set--detail .cards .card .card__body h4 {
    margin: 0;
    text-align: left;
    -ms-flex: 0 auto;
        flex: 0 auto;
    width: 200px;
    color: red;
  }
}

.cards-set--detail .cards .card .card__body h4 a {
}

@media (min-width: 992px) {

  .cards-set--detail .cards .card .card__body h4 a {
    color: #575c5a;
  }
}

.cards-set--detail .cards .card .card__body h4 a:not(:first-child) {
}

@media (min-width: 992px) {

  .cards-set--detail .cards .card .card__body h4 a:not(:first-child) {
    display: block;
    font-size: 0.8em;
    color: #e97918 !important;
    margin-top: 4px;
  }
}

.cards-set--detail .cards .card__footer {
}

@media (min-width: 992px) {

  .cards-set--detail .cards .card__footer {
    position: absolute;
    bottom: 0;
    width: 200px;
    padding-right: 0;
    text-align: left;
  }
}

.cards-set--detail .cards .list-tabular {
  padding-left: 0;
}

@media (min-width: 992px) {

  .cards-set--detail .cards .list-tabular {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 auto;
        flex: 1 auto;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
}

.cards-set--detail .cards .list-tabular li {
  list-style: none;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 992px) {

  .cards-set--detail .cards .list-tabular li {
    font-size: 0;
  }
}

.cards-set--detail .cards .list-tabular li:first-child {
}

@media (min-width: 992px) {

  .cards-set--detail .cards .list-tabular li:first-child {
    font-size: 1em;
  }
}

.cards-set--detail .cards .list-tabular li:last-child {
}

@media (min-width: 992px) {

  .cards-set--detail .cards .list-tabular li:last-child {
    width: 200px;
    -ms-flex: 0 auto;
        flex: 0 auto;
  }
}

@media (min-width: 1400px) {

  .cards-set--detail .cards .list-tabular li:last-child {
    width: 300px;
  }
}

.cards-set--detail .cards .list-tabular li span {
}

@media (min-width: 992px) {

  .cards-set--detail .cards .list-tabular li span {
    color: #575c5a;
    font-size: medium;
    font-size: initial;
  }
}

.cards-set--detail .cards-set__footer {
  display: none;
}

.cards-set--detail .detail-hidden {
  display: none;
}

.cards-set--detail .cards .list-tabular li.detail-shown {
  font-size: 0.9em;
  line-height: 1;
  width: 300px;
  -ms-flex: 0 auto;
      flex: 0 auto;
}

.cards-set--detail-a {
}

.cards-set--detail-a .cards-thead {
  margin: auto;
  background: #f2f2f2;
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards-thead {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1;
    width: 940px;
    padding: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {

  .cards-set--detail-a .cards-thead {
    width: 1140px;
  }
}

@media (min-width: 1400px) {

  .cards-set--detail-a .cards-thead {
    width: 1350px;
  }
}

.cards-set--detail-a .cards-thead > div {
  text-align: center;
  font-size: 16px;
  color: #e97918;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 1200px) {

  .cards-set--detail-a .cards-thead > div {
    padding: 0 20px;
  }
}

.cards-set--detail-a .cards-thead > div:first-child {
  -ms-flex: 0 auto;
      flex: 0 auto;
  width: 200px;
}

.cards-set--detail-a .cards {
}

.cards-set--detail-a .cards .card {
  width: 100%;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ebebeb;
}

@media (min-width: 768px) {

  .cards-set--detail-a .cards .card {
    width: 48%;
  }
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .card {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
  }
}

.cards-set--detail-a .cards .card .card__head {
  display: none;
}

.cards-set--detail-a .cards .card:nth-child(odd) {
  background-color: #ebebeb;
}

.cards-set--detail-a .cards .card .card__body {
  padding-bottom: 0;
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .card .card__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 20px;
  }
}

.cards-set--detail-a .cards .card .card__body hr {
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .card .card__body hr {
    display: none;
  }
}

.cards-set--detail-a .cards .card .card__body > p {
  display: none;
}

.cards-set--detail-a .cards .card .card__body h4 {
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .card .card__body h4 {
    margin: 0;
    text-align: left;
    -ms-flex: 0 auto;
        flex: 0 auto;
    width: 200px;
  }
}

.cards-set--detail-a .cards .card .card__body h4 a {
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .card .card__body h4 a {
    color: #575c5a;
  }
}

.cards-set--detail-a .cards .card .card__body h4 a:not(:first-child) {
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .card .card__body h4 a:not(:first-child) {
    display: block;
    font-size: 0.8em;
    color: #e97918 !important;
    margin-top: 4px;
  }
}

.cards-set--detail-a .cards .card__footer {
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .card__footer {
    position: absolute;
    bottom: 0;
    width: 200px;
    padding-right: 0;
    text-align: left;
  }
}

.cards-set--detail-a .cards .list-tabular {
  padding-left: 0;
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .list-tabular {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 auto;
        flex: 1 auto;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
}

.cards-set--detail-a .cards .list-tabular li {
  list-style: none;
  position: relative;
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .list-tabular li {
    -ms-flex: 1;
        flex: 1;
    font-size: 0;
  }
}

.cards-set--detail-a .cards .list-tabular li:after {
  content: '';
}

.cards-set--detail-a .cards .list-tabular li:first-child {
  font-size: 1em;
}

.cards-set--detail-a .cards .list-tabular li:first-child:before {
  content: 'total size';
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .list-tabular li:first-child:before {
    display: none;
  }
}

.cards-set--detail-a .cards .list-tabular li.item-inline {
  display: block;
  color: #575c5a;
}

.cards-set--detail-a .cards .list-tabular li.item-inline .icon {
  display: inline-block;
  position: absolute;
  left: 60%;
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .list-tabular li.item-inline .icon {
    position: relative;
    left: auto;
  }
}

.cards-set--detail-a .cards .list-tabular li span {
  color: #575c5a;
  position: absolute;
  left: 60%;
}

@media (min-width: 992px) {

  .cards-set--detail-a .cards .list-tabular li span {
    color: #575c5a;
    position: relative;
    left: auto;
    font-size: medium;
    font-size: initial;
  }
}

.cards-set--detail-a .cards-set__footer {
}

.cards-set--detail-a .cards-set__footer .detail-hidden {
  display: none;
}

.compare {
  position: relative;
}

.compare__toggle {
  cursor: pointer;
}

.compare--selected {
}

.compare--selected .compare__select {
}

.compare--selected .compare__select .icon--form-checkbox {
  display: none;
}

.compare--selected .compare__select .icon--form-checkbox-checked {
  display: inline-block;
}

.compare--selected .buttons .button.compare__toggle {
  display: none;
}

.compare__select {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 12px;
  cursor: pointer;
  display: none;
  z-index: 1
}

@media (min-width: 992px) {

  .compare__select {
    display: block;
  }
  }

.compare__select .icon--form-checkbox-checked {
  display: none;
}

.sifter {
  text-align: center;
  position: relative;
  min-height: 50px;
}

.sifter__switch {
  display: none;
  border: 1px solid #8a8a8a;
  padding: 8px 12px 10px 6px;
  position: absolute;
  right: 0;
  top: 0
}

@media (min-width: 768px) {

  .sifter__switch {
    display: block;
  }
  }

.sifter__filter {
  padding: 16px 0 4px;
  border-bottom: 1px solid #e97918;
  margin-bottom: 20px;
  display: inline-block
}

.sifter__filter > div {
  display: inline-block;
  margin-top: 0.2em;
}

.sifter__filter input[type=checkbox] {
  position: absolute;
  left: -999em;
}

.sifter__filter label {
  text-transform: uppercase;
  color: #aaa;
  margin: 0 5px;
  line-height: 1;
  cursor: pointer;
}

.sifter__filter input[type=checkbox]:checked + label {
  color: #e97918;
}

.brand--banyan-tree {
}

.brand--banyan-tree .text-primary {
  color: #007a4e;
}

.brand--banyan-tree .card__actions a {
  color: #007a4e;
}

.brand--banyan-tree .card__actions a:hover {
  color: #666;
}

.brand--banyan-tree .card__body h4 a {
  color: #007a4e;
}

.brand--banyan-tree .card__body h4 a:hover {
  color: #666;
}

.brand--banyan-tree .rule:before {
  background: #007a4e;
}

.brand--banyan-tree .list-tabular li.item-inline {
  color: #007a4e;
}

.brand--banyan-tree .list-tabular li span {
  color: #007a4e;
}

.brand--angsana {
}

.brand--angsana .text-primary {
  color: #e97918;
}

.brand--angsana .card__actions a {
  color: #e97918;
}

.brand--angsana .card__actions a:hover {
  color: #666;
}

.brand--angsana .card__body h4 a {
  color: #e97918;
}

.brand--angsana .card__body h4 a:hover {
  color: #666;
}

.brand--angsana .rule:before {
  background: #e97918;
}

.brand--angsana .list-tabular li span {
  color: #e97918;
}

.brand--angsana .list-tabular li.item-inline {
  color: #e97918;
}

.brand--cassia {
}

.brand--cassia .text-primary {
  color: rgb(211, 198, 80);
}

.brand--cassia .card__actions a {
  color: rgb(211, 198, 80);
}

.brand--cassia .card__actions a:hover {
  color: #666;
}

.brand--cassia .card__body h4 a {
  color: rgb(211, 198, 80);
}

.brand--cassia .card__body h4 a:hover {
  color: #666;
}

.brand--cassia .rule:before {
  background-color: #666;
}

.brand--cassia .list-tabular li span {
  color: #f4e231;
}

.brand--cassia .list-tabular li.item-inline {
  color: #f4e231;
}

.brand--dhawa {
}

.brand--dhawa .text-primary {
  color: #8a458f;
}

.brand--dhawa .card__actions a {
  color: #8a458f;
}

.brand--dhawa .card__actions a:hover {
  color: #666;
}

.brand--dhawa .card__body h4 a {
  color: #8a458f;
}

.brand--dhawa .card__body h4 a:hover {
  color: #666;
}

.brand--dhawa .rule:before {
  background: #8a458f;
}

.brand--dhawa .list-tabular li span {
  color: #8a458f;
}

.brand--dhawa .list-tabular li.item-inline {
  color: #8a458f;
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -0.25em
}

.icon:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
}

[class*=icon--social-] {
  background-image: url('../img/sprite-social-an.png');
}

.icon--social-fb { background-position: 0 0; }

.icon--social-tw { background-position: -22px 0; }

.icon--social-yt { background-position: -44px 0; }

.icon--social-pin { background-position: -66px 0; }

.icon--social-ig { background-position: -88px 0; }

.icon--social-wei { background-position: -110px 0; }

.icon--social-g { background-position: -132px 0; }

.icon--social-yk { background-position: -154px 0; }

.icon--social-fb-i { background-position: 0 -22px; }

.icon--social-tw-i { background-position: -22px -22px; }

.icon--social-yt-i { background-position: -44px -22px; }

.icon--social-pin-i { background-position: -66px -22px; }

.icon--social-ig-i { background-position: -88px -22px; }

.icon--social-wei-i { background-position: -110px -22px; }

.icon--social-g-i { background-position: -132px -22px; }

.icon--social-yk-i { background-position: -154px -22px; }

.icon--play {
  background-image: url('../img/icon-play.png');
}

.icon--chevron-right {
  background-image: url('../img/icon-chevron-right.png');
}

.icon--search {
  background-image: url('../img/icon-search.png');
  background-size: contain;
}

.icon--backtotop {
  background-image: url('../img/icon-backtotop-an.png')
}

.icon--backtotop:before {
  width: 125px;
  height: 63px;
}

.icon--home {
  background-image: url('../img/icon-home.png');
}

.icon--chat { background-image: url('../img/icon-chat.png') }

.icon--chevron-up { background-image: url('../img/icon-chevron-up.png') }

/* Room Details Icons */

[class*=icon--room-] {
  background-image: url('../img/sprite-room-details-an.png')
}

[class*=icon--room-]:before {
  width: 26px;
  height: 26px;
}

.icon--room-cap { background-position: 0 0; }

.icon--room-bed { background-position: -26px 0; }

.icon--room-size { background-position: -52px 0; }

.icon--room-view { background-position: -78px 0; }

.icon--room-rate { background-position: -104px 0; }

.icon--room-pool { background-position: -130px 0; }

.icon--room-cap-i { background-position: 0 -26px; }

.icon--room-bed-i { background-position: -26px -26px; }

.icon--room-size-i { background-position: -52px -26px; }

.icon--room-view-i { background-position: -78px -26px; }

.icon--room-rate-i { background-position: -104px -26px; }

.icon--room-pool-i { background-position: -130px -26px; }

/* Dining Icons */

[class*=icon--dine-] {
  background-image: url('../img/sprite-dining.png')
}

[class*=icon--dine-]:before {
  width: 22px;
  height: 22px;
}

.icon--dine-hanger { background-position: 0 0; }

.icon--dine-clock { background-position: -22px 0; }

.icon--dine-fork { background-position: -44px 0; }

.icon--dine-hanger-i { background-position: 0 -22px; }

.icon--dine-clock-i { background-position: -22px -22px; }

.icon--dine-fork-i { background-position: -44px -22px; }

/* General UI Icons */

[class*=icon--ui-] {
  background-image: url('../img/sprite-ui-an.png');
}

.icon--ui-phone { background-position: 0 0; }

.icon--ui-phone2 { background-position: 0 0; }

.icon--ui-fax { background-position: -22px 0; }

.icon--ui-mail { background-position: -44px 0; }

.icon--ui-down { background-position: -88px 0; }

.icon--ui-person { background-position: -110px 0; }

.icon--ui-camera { background-position: -132px 0; }

.icon--ui-download { background-position: -154px 0; }

.icon--ui-close { background-position: -176px 0; }

.icon--ui-check { background-position: -198px 0; }

.icon--ui-dash { background-position: -220px 0; }

.icon--ui-circlearrow { background-position: -242px 0; }

.icon--ui-phone-i { background-position: 0 -22px; }

.icon--ui-person-i { background-position: 0 -22px; }

.icon--ui-phone2-i { background-position: 0 0; }

.icon--ui-fax-i { background-position: -22px -22px; }

.icon--ui-mail-i { background-position: -44px -22px; }

.icon--ui-down-i { background-position: -88px -22px; }

.icon--ui-person-i { background-position: -110 -22px; }

.icon--ui-camera-i { background-position: -132 -22px; }

.icon--ui-download-i { background-position: -154 -22px; }

.icon--ui-close-i { background-position: -176px -22px; }

.icon--ui-dash-i { background-position: -220px -22; }

.icon--ui-circlearrow-i { background-position: -242px -22px; }

[class*=icon--form-] {
  background-image: url('../img/sprite-form-elements.png');
}

.icon--form-checkbox { background-position: 0 0; }

.icon--form-checkbox-checked { background-position: -22px 0; }

[class*=icon--keypoint-] {
  background-image: url('../img/sprite-keypoints-an.png');
  width: 40px;
  height: 40px;
}

.icon--keypoint-warn { background-position: 0 0; }

.icon--keypoint-glass { background-position: -40px 0; }

.icon--keypoint-csr { background-position: -80px 0; }

.icon--keypoint-lock { background-position: -120px 0; }

.icon--keypoint-note { background-position: -160px 0; }

[class*=icon--brand-] {
  background-image: url('../img/sprite-brands.png')
}

[class*=icon--brand-]:before {
  width: 54px;
  height: 54px;
}

.icon--brand-banyan-tree { background-position: -5px 2px; }

.icon--brand-angsana { background-position: -70px 2px; }

.icon--brand-cassia { background-position: -135px 2px; }

.icon--brand-dhawa { background-position: -197px 2px; }

.icon--brand-banyan-tree-i { background-position: -5px -62px; }

.icon--brand-angsana-i { background-position: -70px -62px; }

.icon--brand-cassia-i { background-position: -135px -62px; }

.icon--brand-dhawa-i { background-position: -197px -62px; }

[class*=icon--fullbrand-] {
  background-image: url('../img/sprite-brands.png')
}

[class*=icon--fullbrand-]:before {
  width: 64px;
  height: 64px;
}

.icon--fullbrand-banyan { background-position: 0 2px; }

.icon--fullbrand-angsana { background-position: -64px 2px; }

.icon--fullbrand-cassia { background-position: -128px 2px; }

.icon--fullbrand-dhawa { background-position: -192px 2px; }

.icon--fullbrand-banyan-i { background-position: 0 -62px; }

.icon--fullbrand-angsana-i { background-position: -64px -62px; }

.icon--fullbrand-cassia-i { background-position: -128px -62px; }

.icon--fullbrand-dhawa-i { background-position: -192px -62px; }

[class*=icon--facility-] {
  background-image: url('../img/sprite-facilities.png');
  width: 78px;
  height: 78px;
  margin-top: 0;
}

.icon--facility-roundtable { background-position: 0 0; }

.icon--facility-classroom { background-position: -78px 0; }

.icon--facility-theatre { background-position: -156px  0; }

.icon--facility-ushape { background-position: -234px 0; }

.icon--facility-boardroom { background-position:  -312px 0; }

.icon--facility-cocktail { background-position: -390px 0; }

[class*=icon--facility-][class$=-sm] {
  background-size: 202px;
}

.icon--facility-roundtable-sm { background-position: 0 0; }

.icon--facility-classroom-sm { background-position: -34px 0; }

.icon--facility-theatre-sm { background-position: -67px  0; }

.icon--facility-ushape-sm { background-position: -101px 0; }

.icon--facility-boardroom-sm { background-position:  -134px 0; }

.icon--facility-cocktail-sm { background-position: -168px 0; }

[class*=icon--hero-] {
  background-image: url('../img/sprite-hero.png');
  width: 34px;
  height: 34px;
}

.icon--hero-time { background-position: 0 0; }

.icon--hero-temp { background-position: -34px 0; }

.icon--hero-title { background-position: -102px 0; }

.icon--amenity {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

[class*=icon--view-] {
  background-image: url('../img/sprite-view-an.png');
  background-size: 120px 60px
}

[class*=icon--view-]:before {
  width: 30px;
  height: 30px;
}

.icon--view-grid { background-position: 0 0; }

.icon--view-map { background-position: -30px 0; }

.icon--view-list { background-position: -60px 0; }

.icon--view-detail { background-position: -90px 0; }

.button--active .icon--view-grid { background-position: 0 -30px; }

.button--active .icon--view-map { background-position: -30px -30px; }

.button--active .icon--view-list { background-position: -60px -30px; }

.button--active .icon--view-detail { background-position: -90px -30px; }

[class*=icon--seats-] {
  background-image: url('../img/sprite-seats.png');
  background-size: 238px 34px
}

[class*=icon--seats-]:before {
  width: 34px;
  height: 34px;
}

.icon--factoid {
  width: 80px;
  height: 80px;
}

.icon--seats-a { background-position: 0 0; }

.icon--seats-b { background-position: -34px 0; }

.icon--seats-c { background-position: -68px 0; }

.icon--seats-d { background-position: -102px 0; }

.icon--seats-e { background-position: -136px 0; }

.icon--seats-f { background-position: -170px 0; }

.icon--seats-g { background-position: -204px 0; }

.icon--motif {
  background-size: cover
}

@media (min-width: 992px) {

  .icon--motif {
    display: none;
  }
  }

.icon--motif:before {
  width: 34px;
  height: 34px;
}

.icon--motif--md {
  background-size: cover;
  display: none
}

@media (min-width: 992px) {

  .icon--motif--md {
    display: inline-block;
  }
  }

.icon--motif--md:before {
  width: 34px;
  height: 34px;
}

.icon--bestprice {
  background-image: url(../img/logo-bestprice-an.png)
}

.icon--bestprice:before {
  width: 120px;
  height: 40px;
}

[class*=icon--gallery-] {
  position: relative
}

[class*=icon--gallery-]:before {
  width: 22px;
  height: 22px;
  background-image: url('../img/sprite-gallery.png');
  background-size: 87px 44px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.icon--gallery-beach { }

.icon--gallery-beach:before {
  background-position: 0 0;
}

.icon--gallery-culture { }

.icon--gallery-culture:before {
  background-position: -22px 0;
}

.icon--gallery-nature { }

.icon--gallery-nature:before {
  background-position: -44px 0;
}

.icon--gallery-urban { }

.icon--gallery-urban:before {
  background-position: -66px 0;
}

.icon--gallery-beach-i { }

.icon--gallery-beach-i:before {
  background-position: 0 -22px;
}

.icon--gallery-culture-i { }

.icon--gallery-culture-i:before {
  background-position: -22px -22px;
}

.icon--gallery-nature-i { }

.icon--gallery-nature-i:before {
  background-position: -44px -22px;
}

.icon--gallery-urban-i { }

.icon--gallery-urban-i:before {
  background-position: -66px -22px;
}

.icon--vflipped { transform: scale(1, -1) }

.icon--book {
  background-image: url('../img/sprite-ui-an.png');
}

.radio {
  margin: 0
}

.radio--inline {
  display: inline-block;
  vertical-align: top;
}

.radio label {
  padding-left: 25px;
  line-height: 25px;
  height: 20px;
}

.radio label:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: white;
  min-height: 0;
  padding-left: 0;
  box-shadow: inset 0px 0px 0px 2px #e97918;
}

.radio label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #e97918;
  opacity: 0;
}

.radio label:hover::after {
  opacity: 0.3;
}

.radio input[type=radio] {
  visibility: hidden;
}

.radio input[type=radio]:checked + label:after {
  opacity: 1;
}

.radio + .radio {
  margin-left: 1em;
  margin-top: 0;
}

.story {
  display: block;
  position: relative;
  overflow: hidden
}

.story:before {
  position: absolute;
  background-image: url('../img/pattern-leaves-an.jpg');
  background-position: 100% 200%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {

  .story:before {
    content: '';
    left: 50%;
    transform: translateX(-365px);
    background-position: 100% 0;
  }
}

.story figure {
  overflow: auto;
  position: relative;
  outline: none;
}

@media (min-width: 768px) {

  .story figure {
    margin: auto;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.story figure img {
  width: 100%;
}

.story .media {
  position: relative;
}

@media (min-width: 768px) {

  .story .media {
    width: 430px;
  }
}

@media (min-width: 992px) {

  .story .media {
    width: 550px;
  }
}

@media (min-width: 1400px) {

  .story .media {
    width: 745px;
  }
}

.story .media__image {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 56%;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
}

.story figcaption {
  padding: 20px;
  text-align: center;
  background-image: url('../img/pattern-leaves-an.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin-top: 0;
}

@media (min-width: 768px) {

  .story figcaption {
    width: 300px;
    padding: 0 20px;
    background: transparent;
  }
}

@media (min-width: 992px) {

  .story figcaption {
    width: 400px;
    padding: 0 30px;
  }
}

@media (min-width: 1400px) {

  .story figcaption {
    width: 540px;
    padding: 0 40px;
  }
}

.story figcaption h4 {
  color: #e97918;
  font-size: 20px;
  font-style: italic;
}

.story figcaption p {
  font-size: 16px;
}

.story figcaption a {
  text-decoration: none;
}

.story figcaption a:hover {
  text-decoration: underline;
}

.story__image {

}

.story--alt {
}

.story--alt:before {
}

@media (min-width: 768px) {

  .story--alt:before {
    left: 0;
    right: auto;
  }
}

.story--alt figure {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.story--alt figure img {
}

.story + .story {
}

@media (min-width: 768px) {

  .story + .story {
    margin-top: 20px;
  } }

@media (min-width: 992px) {

  .story + .story {
    margin-top: 40px;
  } }

.story--a {
  overflow: visible
}

@media (min-width: 768px) {

  .story--a {
    margin-bottom: 40px;
  }
  }

.story--a:before {
  width: 100%;
  bottom: auto;
  top: 20px;
  left: 0;
  transform: translateX(0);
}

@media (min-width: 768px) {

  .story--a:before {
    background-image: url('../img/pattern-leaves-flat-an.png');
  }
}

.story--a figure {
  overflow: visible;
}

.story--a figure .media {
}

@media (min-width: 768px) {

  .story--a figure .media {
    max-width: 320px;
  }
}

@media (min-width: 992px) {

  .story--a figure .media {
    max-width: 500px;
  }
}

@media (min-width: 1200px) {

  .story--a figure .media {
    max-width: 590px;
  }
}

.story--a figcaption {
  background: white;
  margin: 0;
}

@media (min-width: 768px) {

  .story--a figcaption {
    width: 320px;
    margin-left: 20px;
    box-shadow: 0 2px 10px #bbbbbb;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {

  .story--a figcaption {
    width: 420px;
  }
}

@media (min-width: 1200px) {

  .story--a figcaption {
    width: 500px;
  }
}

@media (min-width: 1400px) {

  .story--a figcaption {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.story--a figcaption dl {
  display: inline-block;
  margin-bottom: 0;
}

.story--a figcaption dl dt {
  display: inline;
  font-weight: normal;
}

.story--a figcaption dl dd {
  display: inline;
  color: #e97918;
}

.story--a figcaption dl dd:after {
  content: '';
  display: block;
}

.story--alt .slick-dots {
}

@media (min-width: 768px) {

  .story--alt .slick-dots {
    right: auto;
    left: 50%;
    margin-left: -65px;
  }
  }

@media (min-width: 992px) {

  .story--alt .slick-dots {
    margin-left: -75px;
  } }

.story--alt .slick-arrow {
  right: 50%;
  left: auto;
  margin-left: 0;
}

.story--alt .slick-prev {
}

@media (min-width: 768px) {

  .story--alt .slick-prev {
    transform: translateX(-20px);
  } }

@media (min-width: 992px) {

  .story--alt .slick-prev {
    transform: translateX(-30px);
  } }

@media (min-width: 1400px) {

  .story--alt .slick-prev {
    transform: translateX(-50px);
  } }

.story--alt .slick-next {
  right: 50%;
  left: auto;
  margin-left: 0
}

@media (min-width: 768px) {

  .story--alt .slick-next {
    transform: translateX(350px);
  } }

@media (min-width: 992px) {

  .story--alt .slick-next {
    transform: translateX(460px);
  } }

@media (min-width: 1400px) {

  .story--alt .slick-next {
    transform: translateX(620px);
  } }

.tale {

}

@media (min-width: 992px) {

  .tale {
    width: 940px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  }

@media (min-width: 1200px) {

  .tale {
    width: 1130px;
  } }

@media (min-width: 1400px) {

  .tale {
    width: 1340px;
  } }

.tale figure {
  position: relative;
}

@media (min-width: 768px) {

  .tale figure {
    display: -ms-flexbox;
    display: flex;
    width: 730px;
    margin: 0 auto 20px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 992px) {

  .tale figure {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (min-width: 1200px) {

  .tale figure {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

.tale figure:nth-child(1n+3) {
}

@media (min-width: 1200px) {

  .tale figure:nth-child(1n+3) {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.tale figure:after {
  content: '';
  width: 100%;
  height: 100%;
  background: white url('../img/pattern-leaves-an.jpg') 100% 100%;
  position: absolute;
  z-index: -1;
}

@media (min-width: 992px) {

  .tale figure:after {
}
}

.tale .media {
}

@media (min-width: 768px) {

  .tale .media {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}

@media (min-width: 992px) {

  .tale .media {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}

@media (min-width: 1200px) {

  .tale .media {
    -ms-flex: 4;
        flex: 4;
  }
}

.tale .media img {
  width: 100%;
}

.tale figcaption {
  padding: 20px;
  margin: 0 auto;
  background: white url('../img/pattern-leaves-an.jpg');
  position: relative;
  top: -20px;
  text-align: center;
  width: 90%;
  box-shadow: 0 0 16px rgba(0, 0, 0, .2);
}

@media (min-width: 768px) {

  .tale figcaption {
    background: transparent;
    -ms-flex: 1 auto;
        flex: 1 auto;
    box-shadow: none;
    top: 0;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

@media (min-width: 1200px) {

  .tale figcaption {
    -ms-flex: 3;
        flex: 3;
    font-size: 13px;
    line-height: 1;
  }
}

@media (min-width: 1400px) {

  .tale figcaption {
    font-size: 16px;
  }
}

.tale figcaption h4 {
}

@media (min-width: 992px) {

  .tale figcaption h4 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {

  .tale figcaption h4 {
    font-size: 18px;
  }
}

@media (min-width: 992px) {

  .tale figcaption h4 {
    font-size: 22px;
  }
}

.tale figcaption a {
  text-decoration: none;
}

.tale figcaption a:hover {
  text-decoration: underline;
}

.chart {
  display: -ms-flexbox;
  display: flex
}

@media (min-width: 992px) {

  .chart {
    display: table;
    width: 100%;
  }
  }

.chart > thead, .chart > tbody {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.chart > thead > tr, .chart > tbody > tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 992px) {

  .chart > thead > tr, .chart > tbody > tr {
    display: table-row;
    background-color: #f6f6f6;
  }
}

.chart > thead > tr th:first-child, .chart > thead > tr td:first-child, .chart > tbody > tr th:first-child, .chart > tbody > tr td:first-child {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

@media (min-width: 992px) {

  .chart > thead > tr th:first-child, .chart > thead > tr td:first-child, .chart > tbody > tr th:first-child, .chart > tbody > tr td:first-child {
    padding-left: 20px;
  }
}

.chart > thead > tr th:last-child, .chart > thead > tr td:last-child, .chart > tbody > tr th:last-child, .chart > tbody > tr td:last-child {
}

@media (min-width: 992px) {

  .chart > thead > tr th:last-child, .chart > thead > tr td:last-child, .chart > tbody > tr th:last-child, .chart > tbody > tr td:last-child {
    padding-right: 20px;
    min-width: 120px;
  }
}

.chart > thead {
}

@media (min-width: 992px) {

  .chart > thead {
    display: table-header-group;
  }
}

.chart > tbody {
}

@media (min-width: 992px) {

  .chart > tbody {
    display: table-row-group;
  }
}

.chart td, .chart th {
  padding: 5px;
  text-align: left;
  line-height: 1;
}

.chart th {
  font-weight: normal;
  color: #e97918;
}

.chart .actions {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4em;
}

.chart .actions a {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 22px;
  line-height: 1;
}

.chart .actions a .icon {
  position: relative;
  margin-left: -22px;
  margin-right: 4px;
}

.chart .chart__spot {
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
}

@media (min-width: 992px) {

  .chart .chart__spot {
    -ms-flex-direction: column;
        flex-direction: column;
    display: table-cell;
    text-align: center;
  }
}

.chart .chart__spot .icon {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

@media (min-width: 992px) {

  .chart .chart__spot .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
}

.chart--floorplan {
  background: #f6f6f6;
  padding: 10px;
  margin-bottom: 10px
}

@media (min-width: 992px) {

  .chart--floorplan {
    padding: 0;
    margin-bottom: 0;
  }
  }

.chart--floorplan tbody {
}

.chart--floorplan tbody tr {
}

@media (min-width: 992px) {

  .chart--floorplan tbody tr {
    background-color: #ebebeb;
  }
}

.chart--floorplan tr {
}

@media (min-width: 992px) {

  .chart--floorplan tr {
    border-bottom: 5px solid white;
  }
}

.chart--floorplan th, .chart--floorplan td {
}

@media (min-width: 992px) {

  .chart--floorplan th, .chart--floorplan td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.chart--floorplan th {
}

@media (min-width: 992px) {

  .chart--floorplan th {
    width: 200px;
  }
}

.chart--floorplan th.chart__spot {
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
}

@media (min-width: 992px) {

  .chart--floorplan th.chart__spot {
    font-size: 11px;
    width: 100px;
  }
}

.chart--floorplan + .chart--floorplan {
}

.chart--floorplan + .chart--floorplan thead {
}

.chart--floorplan + .chart--floorplan thead > tr {
  border-bottom: 0;
}

.chart--floorplan + .chart--floorplan thead > tr > th {
}

@media (min-width: 992px) {

  .chart--floorplan + .chart--floorplan thead > tr > th {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
}

.chart--floorplan + .chart--floorplan thead > tr > th span {
}

@media (min-width: 992px) {

  .chart--floorplan + .chart--floorplan thead > tr > th span {
    height: 0;
    overflow: hidden;
    display: block;
  }
}

.chart--floorplan + .chart--floorplan tbody {
}

.chart--floorplan + .chart--floorplan tbody > tr {
}

@media (min-width: 992px) {

  .chart--floorplan + .chart--floorplan tbody > tr {
    background-color: transparent;
  }
}

.chart-title {
}

.chart-title h3 {
  text-transform: uppercase;
}

.wi {
  line-height: 1.4;
  *padding: 15px;
  font-size: 26px
}

@media (min-width: 768px) {

  .wi {
    color: white;
  }
  }

/* openweathermap */

.owm-01d:before {content: "\f00d";}

.owm-02d:before {content: "\f002";}

.owm-03d:before {content: "\f041";}

.owm-04d:before {content: "\f013";}

.owm-09d:before {content: "\f01a";}

.owm-10d:before {content: "\f008";}

.owm-11d:before {content: "\f01e";}

/*f010*/

.owm-13d:before {content: "\f01b";}

.owm-50d:before {content: "\f003";}

.owm-01n:before {content: "\f02e";}

.owm-02n:before {content: "\f086";}

.owm-03n:before {content: "\f041";}

.owm-04n:before {content: "\f013";}

.owm-09n:before {content: "\f01a";}

.owm-10n:before {content: "\f028";}

.owm-11n:before {content: "\f01e";}

/*f02d*/

.owm-13n:before {content: "\f01b";}

.owm-50n:before {content: "\f04a";}

/* Blocks */

.header {
  background: white;
  width: 100%;
  border-bottom: 1px solid #b7b7b7;
  z-index: 10;
}

.header__main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 50px;
  z-index: 10;
}

@media (min-width: 992px) {

  .header__main {
    width: 99%;
    height: 75px;
  }
  }

@media (min-width: 1200px) {

  .header__main {
    width: 1170px;
  }
  }

@media (min-width: 1400px) {

  .header__main {
    width: 1324px;
  }
  }

.header__brand {
  position: absolute;
  width: 51px
}

@media (min-width: 992px) {

  .header__brand {
    width: 70px;
  }
  }

.header__brand img {
  max-width: 100%;
  height: auto;
}

.header__shortcuts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 51px
}

@media (min-width: 992px) {

  .header__shortcuts {
    display: none;
  }
  }

.header__switch {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 51px;
  z-index: 12;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center
}

@media (min-width: 992px) {

  .header__switch {
    display: none;
  }
  }

.navigating .header__switch {
  position: fixed;
}

.header__menu {
  background-color: white;
  width: 100%;
  padding: 3em 1em 1em;
  font-size: 22px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  height: 100vh;
  overflow-y: auto
}

@media (min-width: 992px) {

  .header__menu {
    position: static;
    position: initial;
    padding: 20px 0 0 70px;
    visibility: visible;
    opacity: 1;
    font-size: 13px;
    max-height: 58px;
    text-align: right;
    overflow-y: visible;
    display: flex;
    flex-wrap: nowrap;
  }
  }

@media (min-width: 1200px) {

  .header__menu {
    font-size: 14px;
  }
  }

@media (min-width: 1400px) {

  .header__menu {
    padding-left: 80px;
  }
  }

.header__menu .button--close {
}

@media (min-width: 992px) {

  .header__menu .button--close {
    display: none;
  }
}

.header__menu .button--primary {
  margin-left: 12px;
  border: 0 none;
  box-shadow: none;
  font-weight: bold;
  font-family: "Helvetica Neue Condensed", Arial, sans-serif;
  font-size: 16px;
}
@media (min-width: 992px) {
  .header__menu .button--primary {
    margin-left: auto;
  }
}

.header__menu .button--primary:focus {
  color: white;
  text-decoration: none;
}

.header__menu .button--primary i {
  margin-right: -7px;
  margin-left: 2px;
}

.navigating .header__menu {
  visibility: visible;
  opacity: 1;
}

.menu__links {
  font-family: "Helvetica Neue Condensed", Arial, sans-serif
}

@media (min-width: 992px) {

  .menu__links {
  flex: 1 0 auto;
  padding: 0 5px;
  }
  }

.menu__links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .menu__links ul {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .menu__links ul {
    justify-content: flex-start;
  }
}

.menu__links ul > li {
}

@media (min-width: 992px) {
  .menu__links ul > li {
  }
}

.menu__links ul > li.active a {
  color: #e97918;
}

.menu__links ul a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #575c5a;
}

@media (min-width: 992px) {

  .menu__links ul a {
    padding: 0;
    height: 38px;
    line-height: 39px;
  }
}

@media (min-width: 1200px) {

  .menu__links ul a {
    padding: 0 8px;
  }
}

@media (min-width: 1400px) {

  .menu__links ul a {
    padding: 0 12px;
  }
}

.menu__links ul a:hover {
  background-color: transparent;
  color: #e97918;
}

.menu__actions {
  position: relative
}

@media (min-width: 992px) {

  .menu__actions {
  display: flex;
  align-items: center;
  }
  }

.menu__actions .button {
  text-transform: uppercase;
}

@media (min-width: 992px) {

  .menu__actions .button {
    width: auto;
    height: 38px;
    line-height: 39px;
    padding: 0 5px;
  }
}

.menu__actions .fence {
  display: none;
}

@media (min-width: 992px) {

  .menu__actions .fence {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
  }
}

.switch-language {
  position: relative;
}

@media (min-width: 992px) {

  .switch-language {
    display: inline-block;
  }
  }

.switch-language > button {
  display: none;
}

@media (min-width: 992px) {

  .switch-language > button {
    display: inline-block;
    background: transparent;
    border: 0 none;
    outline: none;
    vertical-align: middle;
  }
}

.switch-language select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 none;
  background: #b6b6b6;
  color: white;
  width: 100%;
  padding: 8px 16px 4px;
  border-radius: 0;
  margin: 4px 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {

  .switch-language select {
    display: none;
  }
}

.switch-language__dropdown {
  display: none;
  position: absolute;
  right: 0;
  padding: 10px 0;
  background: white;
  box-shadow: 0 2px 5px;
  z-index: 10;
}

.switch-language__dropdown a {
  display: block;
  text-decoration: none;
  padding: 5px 20px;
  line-height: 1;
  font-size: 16px;
}

.switch-language__dropdown a:hover {
  background-color: #e97918;
  color: white;
}

.switch-language--expanded {
}

.switch-language--expanded .switch-language__dropdown {
}

@media (min-width: 992px) {

  .switch-language--expanded .switch-language__dropdown {
    display: block;
  }
}

.header--property {
}

.header--property .menu__links {
}

.header--property .menu__links a {
  text-transform: none;
}

#bookButton {
  display: none
}

@media (min-width: 992px) {

  #bookButton {
    display: inline-block;
    white-space: nowrap;
  }
  }

#feedbackButton {
}

@media (min-width: 992px) {

  #feedbackButton {
    display: none;
  }
  }

.site-search {
  position: absolute;
  top: 0;
  width: 100%;
  padding-left: 40px
}

@media (min-width: 992px) {

  .site-search {
    right: 0;
    top: 57px;
    width: auto;
    background: white;
    padding: 14px 20px;
    border: 1px solid #b7b7b7;
    opacity: 0;
    visibility: hidden;
  }
  }

.site-search__fields {
  white-space: nowrap;
}

.site-search input {
  width: 100%;
  border: 0 none;
  outline: none;
  font-style: italic;
  line-height: 1;
}

@media (min-width: 992px) {

  .site-search input {
    width: 200px;
    border: 1px solid #b7b7b7;
    line-height: 25px;
    padding: 0 6px;
  }
}

.site-search input:focus {
  border-bottom: 1px solid #c7c7c7;
}

.site-search button {
  display: none;
}

@media (min-width: 992px) {

  .site-search button {
    display: inline-block;
    color: white;
    background: #e97918;
    border: 1px solid #e97918;
    line-height: 25px;
    outline: none;
    position: relative;
    padding: 0 10px;
  }
}

.site-search button:before {
  content: '>';
}

.site-search--focused {
}

@media (min-width: 992px) {

  .site-search--focused {
    opacity: 1;
    visibility: visible;
  }
  }

#searchButton {
  position: relative;
}

#searchButton:before {
}

@media (min-width: 992px) {

  #searchButton:before {
    width: 20px;
    height: 20px;
  }
}

.notify {
  display: block;
  width: 100%;
  background-color: #eee;
}

.notify [class^=notify__] {
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.2;
  padding: 14px 7.5% 0;
  display: none;
}
@media (min-width: 992px) {
  .notify [class^=notify__] {
    max-width: 980px;    
  }
}
@media (min-width: 1200px) {
  .notify [class^=notify__] {
    max-width: 1170px;    
  }
}
@media (min-width: 1400px) {
  .notify [class^=notify__] {
    max-width: 1324px;    
  }
}
.notify--cookies {
  border-bottom: 3px solid #e97918;
}

.notify--cookies .notify__cookie {
  display: block;
}

.notify--cookies .notify__cookie a[data-accept-cookies] {
  font-weight: 600;
}

.header-fixed {
  padding-top: 50px;
}

.header-fixed .header {
  position: fixed;
  top: 0;
  left: 0;
}

.prefooter {
  background-color: #e97918;
  position: relative;
  padding: 10px 0 10px
}

@media (min-width: 992px) {

  .prefooter {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  }

.prefooter a {
  color: white;
}

.prefooter--fixed {
}

.prefooter--fixed .prefooter__sticky {
  position: fixed;
  top: auto;
  bottom: 0;
  z-index: 9;
  transform: translateY(0);
  transition: all 0.2s;
}

.prefooter__sticky {
  position: absolute;
  width: 100%;
  top: -42px;
  transition: all 0.2s
}

.prefooter__sticky:after {
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #e97918;
  display: block;
}

@media (min-width: 768px) {

  .prefooter__sticky:after {
    content: '';
  }
}

.prefooter__bounds {
  margin: 0 auto
}

@media (min-width: 992px) {

  .prefooter__bounds {
    width: 970px;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  }

@media (min-width: 1200px) {

  .prefooter__bounds {
    width: 1170px;
  }
  }

.prefooter__reception {
  margin: auto;
  text-align: right;
  position: fixed;
  bottom: 10%;
  right: 0
}

@media (min-width: 992px) {

  .prefooter__reception {
    display: block;
    width: 970px;
    position: static;
    position: initial;
  }
  }

@media (min-width: 1200px) {

  .prefooter__reception {
    width: 1170px;
  }
  }

.prefooter__reception .button {
  margin: 0 5px;
  display: none;
}

@media (min-width: 768px) {

  .prefooter__reception .button {
    display: inline-block;
  }
}

.prefooter__reception .button--fab {
  margin: 0;
  font-size: 0;
  padding: 10px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px 16px;
}

@media (min-width: 768px) {

  .prefooter__reception .button--fab {
    display: none;
  }
}

.prefooter__reception .icon {
  vertical-align: middle;
  margin-right: 0.2em;
}

.prefooter__links {
  text-align: center
}

@media (min-width: 992px) {

  .prefooter__links {
    padding-bottom: 45px;
    -ms-flex: 1;
        flex: 1;
  }
  }

.prefooter__links .nav {
  padding: 0;
}

.prefooter__links .nav > li {
  border-bottom: 1px solid rgb(237, 148, 70);
}

@media (min-width: 992px) {

  .prefooter__links .nav > li {
    display: inline-block;
    position: static;
    position: initial;
    border-bottom: 0 none;
  }
}

.prefooter__links .nav > li:not(:first-child):before {
}

@media (min-width: 992px) {

  .prefooter__links .nav > li:not(:first-child):before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid white;
    height: 0.75em;
    margin: 0 0.4em;
    position: relative;
    top: 0.1em;
  }
}

@media (min-width: 1200px) {

  .prefooter__links .nav > li:not(:first-child):before {
    margin: 0 1em;
  }
}

.prefooter__links .nav > li > a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 0 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
}

@media (min-width: 992px) {

  .prefooter__links .nav > li > a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {

  .prefooter__links .nav > li > a {
    font-size: 15px;
  }
}

.prefooter__links .nav > li > a:not([href]) {
}

.prefooter__links .nav > li > a:not([href]):after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  position: relative;
  top: -0.2em;
  margin-left: 0.4em;
  display: inline-block;
}

.prefooter__links .nav > li > a:not([href]):focus:after {
  border-top: 0;
  border-bottom: 5px solid white;
}

.prefooter__links .nav > li > a:hover {
  background-color: transparent;
}

.prefooter__links .nav > li > a:focus {
  background-color: transparent;
}

.prefooter__links .nav > li > a:focus + ul {
  max-height: 20em;
  padding: 0.3em 0;
}

.prefooter__links .nav > li > a + ul {
  background-color: #272727;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}

@media (min-width: 768px) {

  .prefooter__links .nav > li > a + ul {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
  }
}

.prefooter__links .nav > li > a + ul li {
}

@media (min-width: 992px) {

  .prefooter__links .nav > li > a + ul li {
    display: inline-block;
  }
}

.prefooter__links .nav > li > a + ul a {
  padding: 6px 5px 3px;
  color: white;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}

@media (min-width: 992px) {

  .prefooter__links .nav > li > a + ul a {
    font-size: 15px;
  }
}

.prefooter__links .nav > li > a + ul a:hover {
  text-decoration: none;
  color: #e97918;
}

.prefooter__brands {
  text-align: center
}

@media (min-width: 992px) {

  .prefooter__brands {
    text-align: left;
  }
  }

.prefooter__brands h4 {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}

.prefooter__brands ul {
  padding: 0;
}

.prefooter__brands ul > li {
  display: inline-block;
}

.prefooter__brands .brand {
  display: block;
}

.prefooter__brands .brand:before {
  content: '';
  width: 70px;
  height: 70px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.prefooter__brands .brand--banyan {
  background-image: url('../img/brand-white-banyan.png');
}

.prefooter__brands .brand--angsana {
  background-image: url('../img/brand-white-angsana.png');
}

.prefooter__brands .brand--cassia {
  background-image: url('../img/brand-white-cassia.png');
}

.prefooter__brands .brand--dhawa {
  background-image: url('../img/brand-white-dhawa.png');
}

.prefooter__brands a {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
}

.prefooter__brands a img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.prefooter__partners {
  text-align: center
}

@media (min-width: 992px) {

  .prefooter__partners {
    text-align: left;
  }
  }

.prefooter__partners h4 {
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}

.prefooter__partners a {
  display: inline-block;
  max-width: 115px;
}

@media (min-width: 992px) {

  .prefooter__partners a {
    margin-top: 36px;
  }
}

.prefooter__partners a img {
  width: 100%;
}

.prefooter__social {
  padding: 1em 0;
  text-align: center
}

@media (min-width: 992px) {

  .prefooter__social {
    padding: 0;
    text-align: right;
  }
  }

.prefooter__social ul {
  padding: 0;
}

.prefooter__social ul > li {
  display: inline-block;
}

.prefooter__social ul > li a {
  display: block;
  font-size: 0;
  padding: 4px 8px;
  margin: 2px;
}

.prefooter__social .icon {
}

.form--newsletter {
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 320px;
  max-width: 90%;
  margin: 0 auto
}

@media (min-width: 992px) {

  .form--newsletter {
    max-width: 100%;
  }
  }

.form--newsletter .icon {
  vertical-align: middle;
  background-image: url('../img/icon-mail.png');
  margin-left: 5px;
}

.form--newsletter input[type="email"] {
  border: 0 none;
  background: transparent;
  outline: none;
  font-style: italic;
  font-size: 16px;
  -ms-flex: 1;
      flex: 1;
}

.form--newsletter button {
  padding: 0 20px;
}

.button--backtotop {
  position: absolute;
  top: 0;
  padding: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 125px;
  outline: none;
  display: none
}

@media (min-width: 992px) {

  .button--backtotop {
    display: block;
  }
  }

.footer {
  background-color: #272727;
  padding-top: 32px;
  padding-bottom: 16px;
  color: white;
}

.footer__bounds {
  margin: 0 auto;
  padding: 0 15px
}

@media (min-width: 992px) {

  .footer__bounds {
    width: 970px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  }

@media (min-width: 1200px) {

  .footer__bounds {
    width: 1170px;
  }
  }

.footer__copy {
  font-size: 16px;
  text-align: center
}

@media (min-width: 992px) {

  .footer__copy {
    text-align: left;
  }
  }

.footer__links {
  font-size: 16px;
  text-align: center
}

@media (min-width: 992px) {

  .footer__links {
    text-align: right;
  }
  }

.footer__links .fence {
  margin-left: 16px;
  margin-right: 10px;
}

.footer__links a {
  color: white;
  text-decoration: none;
  white-space: pre;
}

.footer__links a:hover {
  color: #e97918;
}

.hero {
  position: relative;
  z-index: -1;
}

.hero__footer {
  position: relative;
}

@media (min-width: 768px) {

  .hero__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.hero__footer .container {
  padding-top: 20px;
}

@media (min-width: 768px) {

  .hero__footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.hero__footer .container:before, .hero__footer .container:after {
}

@media (min-width: 768px) {

  .hero__footer .container:before, .hero__footer .container:after {
    content: none;
  }
}

.hero .bg {
  padding-bottom: 59%;
}

@media (min-width: 768px) {

  .hero .bg {
    padding-bottom: 33%;
  }
}

.hero-info {

}

@media (min-width: 768px) {

  .hero-info {
    color: white;
  }
  }

.hero-info h2 {
  color: #575c5a;
  font-size: 30px;
}

@media (min-width: 768px) {

  .hero-info h2 {
    color: white;
    margin-top: 0;
  }
}

.hero-info h2:after {
  content: none;
}

.hero-info hr {
}

.hero-info hr:before {
  background-color: #575c5a;
}

@media (min-width: 768px) {

  .hero-info hr:before {
    background-color: white;
  }
}

.hero-info--status {
  font-size: 22px;
}

.hero-info--status > * {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {

  .hero-info--status > * {
    margin-right: 0;
    margin-left: 40px;
  }
}

.hero-info--status .icon {
}

@media (min-width: 768px) {

  .hero-info--status .icon {
    background-position-y: -34px;
  }
}

.container {
}

@media (min-width: 1400px) {

  .container {
    width: 1380px;
  }
  }

.bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 33%
}

@media (min-width: 768px) {

  .bg {
    display: none;
  }
  }

.bg--sm {
  display: none;
}

@media (min-width: 768px) {

  .bg--sm {
    display: block;
  }
}

.topbar {
  height: 0;
  overflow: hidden;
  padding-top: 30px
}

@media (min-width: 992px) {

  .topbar {
    height: auto;
    padding-top: 58px;
  }
  }

.topbar__social {
  float: right
}

.topbar__social ul {
  padding-left: 0;
}

.topbar__social ul li {
  display: inline-block;
  margin: 0 4px;
}

.primary {
  padding-bottom: 4em
}

@media (min-width: 992px) {

  .primary {
}
  }

.select {
}

.select--destination {
}

.select__header {
  position: relative;
}

.select__header img {
  width: 100%;
}

.select__header span {
  position: absolute;
  top: 0;
  right: 20px;
  background: rgba(255, 255, 255, .2);
  font-style: italic;
  line-height: 1;
  color: white;
  border: 1px solid rgba(255, 255, 255, .5);
  border-top: 0 none;
  font-size: 24px;
  text-shadow: 0 0 6px #6d6d6d;
  width: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}

.select__header h4 {
  position: absolute;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  font-style: italic;
  width: 100%;
}

.select__body {
  padding: 0 15px;
  font-size: 16px;
  background-color: #f2f2f2;
}

.select__body h5 {
  font-style: italic;
  text-transform: uppercase;
  text-decoration: underline;
}

.select__body ul {
  padding-left: 0;
  list-style: none;
}

.select__body ul li {
  margin-bottom: 0.5em;
  line-height: 1;
}

.select__body ul a {
  text-transform: uppercase;
}

.select__body .brand-1 a {
  color: #e97918;
}

.select__body .brand-2 a {
  color: #e9650f;
}

.select__body .brand-3 a {
  color: #c29213;
}

.select__category {
  margin-bottom: 10px;
}

.collapsible {
}

.collapsible .collapsible__body {
  transition: max-height 0.4s, padding 0.2s;
  max-height: 0;
  overflow: hidden;
}

.collapsible--active {
}

.collapsible--active .collapsible__body {
  max-height: 20em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.destinations__select--mobile {
}

@media (min-width: 992px) {

  .destinations__select--mobile {
    display: none;
  }
  }

.hero + .topbar {
  padding-top: 0
}

@media (min-width: 992px) {

  .hero + .topbar {
    padding-top: 20px;
  }
  }

.expandable-list {
  padding-bottom: 40px;
}

.filter {
  margin-bottom: 20px
}

@media (min-width: 768px) {

  .filter {
    text-align: right;
    margin-bottom: 0;
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
  }

.filter .button {
  color: #e97918;
  border-color: #575c5a;
}

.filter__field {
  display: inline-block;
  margin: 0 5px;
}

.filter__field input[type=text] {
  border: 0 none;
  border-bottom: 1px solid;
  outline: none;
  max-width: 120px;
  font-style: italic;
}

#filter_press_releases {
}

#filter_press_releases .chosen-drop {
  min-width: auto;
}

.logo-bestprice {
  font-size: 0;
  display: block;
  background-image: url('../img/logo-bestprice-md-an.png');
  width: 182px;
  height: 62px;
  margin: 0 auto
}

@media (min-width: 992px) {

  .logo-bestprice {
    margin-left: 0;
  }
  }

.special-occasion .logo-bestprice {
}

@media (min-width: 992px) {

  .special-occasion .logo-bestprice {
    background-image: url('../img/logo-bestprice-an.png');
    width: 120px;
    height: 40px;
    top: 76px;
    float: right;
    position: relative;
    margin-top: -62px;
    margin-right: 20px;
    z-index: 10;
  }
  }

.social {
}

.social--share {
  text-align: center;
}

.social--share ul {
  padding-left: 0;
}

.social--share ul li {
  display: inline-block;
  margin: 0 6px;
}

.decor {
  position: relative;
  margin: 20px -15px 20px
}

@media (min-width: 768px) {

  .decor {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  }

.decor:before {
  display: none;
  background-color: #ececec;
  background-image: url('../img/pattern-leaves-flat-an.png');
  background-repeat: no-repeat;
  content: '';
  width: 999em;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 20px;
  z-index: -1;
}

@media (min-width: 768px) {

  .decor:before {
    display: block;
    margin-right: -680px;
    background-position: right -140px top;
  }
}

@media (min-width: 1200px) {

  .decor:before {
    margin-right: -840px;
    background-position: 100% 50%;
  }
}

@media (min-width: 1400px) {

  .decor:before {
    margin-right: -980px;
  }
}

.decor img {
  width: 100%;
  max-width: 750px;
}

@media (min-width: 768px) {

  .decor img {
    box-shadow: 0 2px 10px;
  }
}

.keypoints {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    list-style: none;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center
}

@media (min-width: 768px) {

  .keypoints {
    -ms-flex-direction: row;
        flex-direction: row;
  }
    }

.keypoints li {
  -ms-flex: 1 0;
      flex: 1 0;
  padding: 0 10px;
  line-height: 1;
  width: 200px;
  height: 121px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {

  .keypoints li {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.keypoints li i {
  display: block;
  margin: 10px auto;
}

.infolist {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center
}

@media (min-width: 992px) {

  .infolist {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  }

.infolist li {
  text-align: center;
  list-style: none;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.infolist li > .icon {
  display: block;
  margin: 4px auto;
}

.infolist p {
  margin-bottom: 0;
}

.spread--amenities {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%
}

@media (min-width: 768px) {

  .spread--amenities {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  }

@media (min-width: 992px) {

  .spread--amenities {
    max-width: 900px;
  } }

@media (min-width: 1200px) {

  .spread--amenities {
    max-width: 1024px;
  } }

.spread--amenities li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 992px) {

  .spread--amenities li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: auto;
    padding-right: 20px;
  }
}

.spread--amenities li .icon {
  margin-right: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.filterview {
}

@media (min-width: 992px) {

  .filterview {
    min-height: 80px;
  }
  }

.filterview__frame {
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

@media (min-width: 992px) {

  .filterview__frame {
    position: fixed;
    left: 0;
    z-index: 9;
    top: 30%;
  }
}

.filterview__toggle {
}

@media (min-width: 992px) {

  .filterview__toggle {
    position: absolute;
    z-index: 1;
    right: 0;
    transform: translateY(-100%);
  }
}

.filterview__toggle button {
  width: 100%;
  margin-bottom: 0;
  font-style: italic;
  text-transform: none;
  font-size: 18px;
  padding: 14px 30px;
  line-height: 1;
  background: #e97918;
  color: white;
}

.filterview__toggle button:after {
  content: ':';
}

.filterview__switches {
  position: absolute;
  top: -62px;
  right: 0;
  border: 1px solid #8a8a8a;
  padding: 10px 12px 10px 6px;
}

@media (min-width: 992px) {

  .filterview__switches {
    display: none;
  }
}

.filterview__switches button {
  margin: 0 4px;
}

.filterview__switches [data-view-type=map] {
  display: none;
}

@media (min-width: 992px) {

  .filterview__switches [data-view-type=map] {
    display: inline-block;
  }
}

.filterview .filters {
  background-color: white;
}

.filterview .filters:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/pattern-leaves-flat-an.png');
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}

.filterview .filters > * {
  position: relative;
}

.filterview--collapsed {
}

.filterview--collapsed .filterview__frame {
  box-shadow: none;
}

@media (min-width: 992px) {

  .filterview--collapsed .filterview__frame {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  }
}

.filterview--collapsed .filterview__toggle {
  position: relative;
  transform: translateY(0);
}

.filterview--collapsed .filterview__toggle button {
}

.filterview--collapsed .filterview__toggle button:after {
  content: ' >';
}

.filterview--collapsed .filters {
  display: none;
}

.filterview--inline {
}

.filterview--inline .filterview__frame {
}

@media (min-width: 992px) {

  .filterview--inline .filterview__frame {
    position: relative;
    box-shadow: none;
  }
}

.filterview--inline .filterview__toggle {
}

@media (min-width: 992px) {

  .filterview--inline .filterview__toggle {
    display: none;
  }
}

.filterview--inline .filters {
}

@media (min-width: 992px) {

  .filterview--inline .filters {
    padding: 0;
    display: block;
  }
}

.filterview--inline .filters:before {
}

@media (min-width: 992px) {

  .filterview--inline .filters:before {
    opacity: 0;
  }
}

.filterview--inline .filters .multiselect {
}

@media (min-width: 992px) {

  .filterview--inline .filters .multiselect {
    display: inline-block;
    margin: auto 10px;
  }
}

.filterview--inline .filters .toggles {
  margin: 0;
}

.filterview--inline .filters__action {
}

@media (min-width: 992px) {

  .filterview--inline .filters__action {
    display: inline-block;
    margin-left: 10px;
  }
}

.filterview--inline .filters__action button {
  font-style: italic;
}

.filterview--inline .filterview__switches {
}

@media (min-width: 992px) {

  .filterview--inline .filterview__switches {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
  }
}

.filterview--compact {
  display: none
}

@media (min-width: 992px) {

  .filterview--compact {
    display: block;
  }
  }

.filterview--compact .filters {
  text-align: center;
}

.filterview--compact .filterview__switches {
  display: none;
}

.filters {
  text-align: center;
  position: relative;
  padding: 20px
}

@media (min-width: 992px) {

  .filters {
    text-align: left;
  }
  }

.filters .toggles {
  display: inline-block;
  padding-left: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.filters .toggle {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.filters .toggle input {
  position: absolute;
  left: -100%;
}

.filters .toggle input + label .icon {
  display: none;
  cursor: pointer;
}

.filters .toggle input + label .icon:first-child {
  display: block;
}

.filters .toggle label {
  margin-bottom: 0;
}

.filters .toggle input:checked {
}

.filters .toggle input:checked + label .icon {
}

.filters .toggle input:checked + label .icon:first-child {
  display: none;
}

.filters .toggle input:checked + label .icon:not(:first-child) {
  display: block;
}

.filters__action {
  margin-top: 20px;
}

@media (min-width: 992px) {

  .filters__action {
    text-align: right;
  }
}

.filters--multiview {
}

.filters--multiview .toggles {
}

@media (min-width: 992px) {

  .filters--multiview .toggles {
    margin-left: 0;
  }
}

.vernacular {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
  z-index: 10;
  top: 0;
  left: 0;
  display: none
}

.vernacular__box {
  color: white;
  padding: 120px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 560px;
}

.vernacular hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vernacular .chosen-container-single .chosen-single {
  border-color: white;
  color: white;
}

.vernacular .chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none;
}

.tnc {
}

.tnc__handle {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tnc__handle:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e97918;
  position: relative;
  top: -0.2em;
  margin-left: 0.4em;
  display: inline-block;
  vertical-align: middle;
}

.tnc__body {
  display: none;
  border: 1px solid #cbcbcb;
  padding: 0 20px;
}

.tnc--expanded {
}

.tnc--expanded .tnc {
}

.tnc--expanded .tnc__handle {
}

.tnc--expanded .tnc__handle:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #e97918;
}

.tnc--expanded .tnc__body {
  display: block;
}

.location {
  display: -ms-flexbox;
  display: flex
}

.location__map {
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 992px) {

  .location__map {
    height: 640px;
  }
}

.location__detail {
  background: #3f3f3f;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: scroll;
  position: relative;
  transition: opacity 0.5s;
}

.location__detail:not(:empty) {
  height: auto;
  color: white;
  opacity: 1;
}

@media (min-width: 992px) {

  .location__detail:not(:empty) {
    width: 35%;
    height: 640px;
  }
}

.location__detail button {
  position: absolute;
  top: 20px;
  right: 10px;
}

.location__detail img {
  width: 100%;
}

.location__detail article {
  padding: 20px 30px 0;
  line-height: 1.2;
  font-size: 16px;
}

.location__detail h2 {
  color: white;
}

.location__detail a {
  color: white;
  text-decoration: none;
}

.location__detail a:hover {
  text-decoration: underline;
}

.location__detail ul {
  padding-left: 0;
  list-style: none;
}

.location__detail ul li {
}

.location__detail ul li .icon {
  margin: 5px;
}

.location__detail footer {
  padding: 0 30px 20px;
}

.directions {
}

@media (min-width: 992px) {

  .directions {
    display: -ms-flexbox;
    display: flex;
  }
  }

.directions .map {
}

@media (min-width: 992px) {

  .directions .map {
    height: 640px;
    -ms-flex: 1;
        flex: 1;
  }
}

.directions__detail {
  color: white;
  position: relative;
  background-color: #3f3f3f;
  padding: 30px 20px;
}

@media (min-width: 992px) {

  .directions__detail {
    width: 35%;
  }
}

.directions__more {
  padding: 0px 20px 0 53px;
}

.directions--inline {
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #3f3f3f;
  margin-left: -15px;
  margin-right: -15px
}

@media (min-width: 768px) {

  .directions--inline {
    margin-left: 0;
    margin-right: 0;
  }
  }

@media (min-width: 1200px) {

  .directions--inline {
    width: 840px;
  } }

@media (min-width: 1400px) {

  .directions--inline {
    width: 990px;
  } }

.directions--inline .map {
}

@media (min-width: 992px) {

  .directions--inline .map {
    height: 500px;
    min-height: 500px;
  }
}

.directions--inline .directions__detail {
}

@media (min-width: 992px) {

  .directions--inline .directions__detail {
    width: 100%;
  }
}

.directions--inline .directions__detail > div {
}

@media (min-width: 992px) {

  .directions--inline .directions__detail > div {
    float: left;
    width: 50%;
  }
}

.directions--inline .directions__detail .forecasts {
}

@media (min-width: 992px) {

  .directions--inline .directions__detail .forecasts {
    width: 70%;
  }
}

.directions--inline .forecasts {
}

@media (min-width: 992px) {

  .directions--inline .forecasts {
    width: 50%;
    clear: both;
  }
}

.direction {
  display: -ms-flexbox;
  display: flex
}

.direction__icon {
  padding: 14px 10px;
}

.direction__icon .icon {
  width: 31px;
  height: 31px;
}

.direction__body {
  font-size: 16px;
}

.direction__body h5 {
  color: #e97918;
  margin-bottom: 0;
}

.direction__body ul {
  padding-left: 0;
  list-style: none;
}

.direction__body ul li {
  line-height: 1;
  margin-bottom: 16px;
}

.forecasts {
  display: -ms-flexbox;
  display: flex
}

.forecasts .forecast {
  text-align: center;
  -ms-flex: 1;
      flex: 1;
}

.forecasts .forecast__day {
  color: #e97918;
  font-size: 16px;
}

.popup {
    background-color: white;
    position: relative;
    padding: 20px
}

.popup:before {
  content: '';
  background: white url(../img/pattern-leaves-flat.png);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}

.popup form {
  position: relative;
}

.popup .rfp-box {
  display: inline-block;
  padding: 20px;
  vertical-align: middle;
  line-height: 1.2;
}

.popup .rfp-box:first-child {
  width: 260px;
  text-align: left;
}

.popup .rfp-box h5 {
  font-size: 20px;
  font-weight: normal;
}

.popup .rfp-box h5 a {
  text-decoration: none;
}

.popup .rfp-box button {
  margin: 14px auto;
}

#rfp-popup {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center
}

#rfp-popup .chosen-container-multi .chosen-choices {
  background-image: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

#rfp-popup .chosen-container-active .chosen-choices {
  border-color: #5f9e5f;
  background-color: #f4fff6;
  box-shadow: none;
}

#rfp-popup .chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 0;
  background-color: white;
  background-image: none;
}

.switches {
  border: 1px solid #a2a2a2;
  padding: 7px 10px;
  float: right;
  margin-bottom: 20px;
}

.inline-switches {
    height: 0;
    position: relative;
    width: 100%
}

.inline-switches .switches {
}

@media (min-width: 992px) {

  .inline-switches .switches {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

.narrative {
  position: relative;
  margin-bottom: 20px
}

@media (min-width: 1200px) {

  .narrative {
    width: 840px;
  } }

@media (min-width: 1400px) {

  .narrative {
    width: 990px;
  } }

.narrative:before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 999em;
  height: 100%;
  z-index: -1;
  background-image: url('../img/pattern-leaves.jpg');
  background-repeat: repeat-x;
}

@media (min-width: 992px) {

  .narrative:before {
    content: '';
  }
}

.narrative__media {
  margin-left: -15px;
  margin-right: -15px;
  background-size: cover;
  background-position: 50% 50%;
}

@media (min-width: 768px) {

  .narrative__media {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {

  .narrative__media {
    max-width: 53%;
  }
}

.narrative__media:before {
  width: 100%;
  content: '';
  padding-bottom: 60%;
  display: block;
}

.narrative__entry {
  position: relative;
}

.narrative__entry:before {
  content: '';
  height: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  left: -15px;
  right: -15px;
  top: 0;
  background-image: url('../img/pattern-leaves.jpg');
  background-repeat: repeat-y;
  background-position: 50% 50%;
}

@media (min-width: 768px) {

  .narrative__entry:before {
    left: 0;
    right: 0;
    background: transparent;
  }
}

@media (min-width: 1200px) {

  .narrative__entry {
    padding: 20px;
    position: absolute;
    left: 0;
    width: 47%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.narrative__body {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {

  .narrative__body {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {

  .narrative__body {
    font-size: 18px;
  }
}

.narrative__body .button {
  text-transform: none;
  color: #e97918;
  border-color: #666;
  font-size: 18px;
}

@media (min-width: 992px) {

  .narrative__body .button {
    margin-left: 5px;
    margin-right: 5px;
    font-style: italic;
  }
}

.narrative__body .rule {
  text-align: center;
}

.narrative--alt {
}

.narrative--alt .narrative__media {
}

@media (min-width: 1200px) {

  .narrative--alt .narrative__media {
    margin-left: 0;
  }
}

.narrative--alt .narrative__entry {
  left: auto;
  right: 0;
}

.console {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f2f2f2
}

.console .button {
  background: white;
  cursor: pointer;
}

.console .button:hover {
  text-decoration: none;
}

.console .img-responsive {
  margin-bottom: 20px;
}

#myModal .modal-content,
#hotelModal .modal-content {
  background: url(../img/pattern-leaves-an.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#hotelModal .modal-body {
  padding: 30px;
}

.contact {
}

.contact__details {
}

.contact__details div {
}

.contact__details div:nth-child(2n+3) {
}

@media (min-width: 768px) {

  .contact__details div:nth-child(2n+3) {
    clear: left;
  }
}

@media (min-width: 1200px) {

  .contact__details div:nth-child(2n+3) {
    clear: none;
  }
}

.contact__details div:nth-child(3n+4) {
}

@media (min-width: 1200px) {

  .contact__details div:nth-child(3n+4) {
    clear: left;
  }
}

.contact__detail {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {

  .contact__detail {
    margin-bottom: 30px;
  }
}

.contact__detail ul {
  list-style: none;
  padding-left: 0;
}

.contact__detail dt {
  float: left;
  width: 50%;
  font-weight: normal;
}

#inputCaptcha {
  font-size: 0.01px;
  height: 0;
  display: block;
  padding: 0;
  border: 0 none;
}

.mobile-sidebar {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s
}

.mobile-sidebar__head {
}

.mobile-sidebar__head .button--close {
  margin-right: 0;
  margin-left: auto;
}

.mobile-sidebar__body {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s;
  height: 0;
}

.mobile-sidebar .nav {
  position: relative;
  padding-top: 90px;
  max-height: 100%;
  overflow: scroll;
  padding-bottom: 20px;
  background: white;
  transition: all 0.5s;
  transform: translateY(-30px);
  opacity: 0;
}

.mobile-sidebar .nav li {
  list-style: disc;
}

.mobile-sidebar .nav span {
  padding: 10px 15px;
  display: block;
}

.mobile-sidebar .nav a {
  color: #575c5a;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
}

.mobile-sidebar .nav a:focus, .mobile-sidebar .nav a:hover {
  background: transparent;
  color: #e97918;
}

.mobile-sidebar .nav a.active {
  color: #e97918;
}

.mobile-sidebar--expanded {
}

.mobile-sidebar--expanded .mobile-sidebar {
  position: fixed;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  overflow: scroll;
  opacity: 1;
}

.mobile-sidebar--expanded .mobile-sidebar:before {
  content: '';
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.mobile-sidebar--expanded .mobile-sidebar .nav {
  transform: translateY(0);
  opacity: 1;
}

.mobile-sidebar--expanded .mobile-sidebar .button {
  position: fixed;
  top: 60px;
  right: 12px;
  z-index: 2;
}

.mobile-sidebar--expanded .mobile-sidebar .button--dropdown {
  display: none;
}

.mobile-sidebar--expanded .mobile-sidebar__body {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.sidebar__links {
  display: none
}

@media (min-width: 992px) {

  .sidebar__links {
    display: block;
    padding-top: 10px;
  }
  }

.sidebar .nav--sidebar {
}

.sidebar .nav--sidebar a {
  color: #575c5a;
  text-decoration: none;
}

.sidebar .nav--sidebar a:hover, .sidebar .nav--sidebar a.active {
  color: #e97918;
}

.sidebar .nav--sidebar > li {
  line-height: 1;
}

.sidebar .nav--sidebar > li:after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #e97918;
  display: block;
  bottom: 0;
}

.sidebar .nav--sidebar > li > span {
  padding: 12px 0;
  display: inline-block;
}

.sidebar .nav--sidebar > li > a {
  padding: 12px 0;
  position: relative;
  text-decoration: none;
}

@media (min-width: 992px) {

  .sidebar .nav--sidebar > li > a {
    text-transform: capitalize;
  }

  .sidebar .nav--sidebar > li > a:before {
}
}

@media (min-width: 1200px) {

  .sidebar .nav--sidebar > li > a {
    font-size: 16px;
  }
}

.sidebar .nav--sidebar > li ul {
  list-style: disc;
  margin-bottom: 10px;
}

.sidebar .nav--sidebar > li ul li {
  padding: 4px 0;
}

.sidebar {
}

@media (min-width: 992px) {

  .sidebar {
    border-left: 1px solid #cbcbcb;
  }
  }

@media (min-width: 1200px) {

  .sidebar {
    padding-left: 20px;
  } }

@media (min-width: 1400px) {

  .sidebar {
    padding-left: 30px;
  } }

.sidebar > * + * {
}

@media (min-width: 992px) {

  .sidebar > * + * {
    margin-top: 20px;
  }
}

.sidebar p em {
  color: #e97918;
  margin-bottom: 0;
}

.sidebar .buttons .button {
}

.sidebar .buttons .button + .button {
}

@media (min-width: 992px) {

  .sidebar .buttons .button + .button {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

.sidebar__social {
  display: none
}

@media (min-width: 992px) {

  .sidebar__social {
    display: block;
  }
  }

.sidebar__social ul {
  padding: 0;
  margin: 0;
}

.sidebar__social ul li {
  display: inline-block;
}

.sidebar__social ul li a {
  margin: 0 4px;
}

.sidebar__contact {
}

@media (min-width: 992px) {

  .sidebar__contact {
    display: block;
    font-size: 15px;
  }
  }

@media (min-width: 1200px) {

  .sidebar__contact {
    font-size: 16px;
  }
  }

.sidebar__contact a {
  text-decoration: none;
}

.sidebar__awards {
  display: none
}

@media (min-width: 992px) {

  .sidebar__awards {
    display: block;
    font-size: 15px;
  }
  }

@media (min-width: 1200px) {

  .sidebar__awards {
    font-size: 16px;
  }
  }

.modal-backdrop.in {
  opacity: 0.8;
}

.modal--compare {
}

.modal--compare .modal-content {
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
}

.modal--compare .modal-header {
  border-bottom: 0 none;
}

.modal--compare .modal-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.modal--compare .modal-body .card {
  width: 33%;
  margin: 0 1%;
}

.modal--compare .modal-dialog {
  width: 980px;
}

.modal--compare .modal-title {
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.booking {
  display: none
}

@media (min-width: 992px) {

  .booking {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #272727;
  }
  }

.booking--fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  z-index: 99;
  height: 100vh;
}

.booking__field {
  padding: 0 10px;
  margin: 0;
}

.booking .button--text {
  text-transform: none;
  border-bottom: 1px solid;
  color: white;
}

.booking input[type=text] {
  border: 0 none;
  border-bottom: 1px solid;
  height: 35px;
  font-style: normal;
  padding-top: 6px;
  width: 6em;
  font-size: 16px;
  border-radius: 0;
  background: transparent;
  color: white;
}

.booking input[type=text]:focus {
  outline: none;
}

.booking input[name=daterange] {
  min-width: 180px;
}

.booking input[name=daterange_in] {
  display: none;
  border: 0;
  border-bottom: 1px solid;
}

.booking input[name=daterange_out] {
  display: none;
  border: 0;
  border-bottom: 1px solid;
}

.booking__toggle {
  width: 300px;
  height: 45px;
  margin: 30px auto 20px;
  display: block;
  font-size: 16px;
  line-height: 45px;
}

@media (min-width: 992px) {

  .booking__toggle {
    display: none;
  }
}

.booking--fixed {
}

.booking--fixed input[name=daterange] {
  display: none;
}

.booking--fixed input[name=daterange_in] {
  display: block;
}

.booking--fixed input[name=daterange_out] {
  display: block;
}

.daterangepicker {
  padding: 0
}

.daterangepicker .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.chosen-container-single .chosen-single {
  background: transparent;
  border: 0 none;
  border-bottom: 1px solid;
  border-radius: 0;
  box-shadow: none;
  height: 35px;
  line-height: 40px;
  font-size: 16px;
  font-style: normal;
  padding-left: 0;
}

.chosen-container .chosen-drop {
  border: 0 none;
  border-radius: 0;
  min-width: 300px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: transparent;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  box-shadow: none;
}

.chosen-container .chosen-results li.group-result {
  padding-left: 20px;
  padding-right: 20px;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 20px;
  padding-right: 20px;
}

.chosen-container-single .chosen-drop {
  margin-top: 0;
}

.chosen-container .chosen-results {
  padding-left: 0;
  margin-right: 0;
}

.chosen-container .chosen-results li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #e97918;
  background: linear-gradient(#e97918 20%, #e97918 90%)
}

.hero + section:not(.topbar) {
}

@media (min-width: 992px) {

  .hero + section:not(.topbar) {
    border-bottom: 1px solid #ececec;
    background-color: #272727;
  }
  }

.hero + section:not(.topbar) .booking {
  margin-bottom: 0;
}

.hero + section:not(.topbar) + .topbar {
  padding-top: 20px;
}

.booking .chosen-container a {
  color: white;
}

.booking .chosen-container input {
  color: #575c5a;
}

.fullscreen,
.fullscreen body {
  height: 100%;
}

.fullscreen {
  overflow: hidden
}

.fs-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.fs-slides {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s
}

.fs-slides .slick-list,
  .fs-slides .slick-track {
  height: 100%;
}

.slick-initialized.fs-slides {
  opacity: 1;
  visibility: visible;
}

.fs-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.fs-slide-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0
}

.fs-slide-content__bounds {
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin: auto;
  padding: 20px 40px;
}

.fs-slide-detail {
  display: none
}

.fs-slide-content h1 {
  font-size: 36px;
  color: #fff;
  display: block;
}

.fs-slide-content h1 span {
	display: inline-block;
	max-width: 80%;
	vertical-align: middle;
}

.fs-slide-content h1:before,
    .fs-slide-content h1:after {
  content: '';
  background-color: #fff;
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}

.fs-slide-content h1:before {
  right: 0.5em;
  margin-left: -50%;
}

.fs-slide-content h1:after {
  left: 0.5em;
  margin-right: -50%;
}

.fs-slide-content h2 {
  color: #fff;
}

.fs-slide-content h2:after {
  content: none;
}

.fs-slide-description {
  display: none;
}

.fs-slide-content__bounds .button--primary {
	margin-bottom: 20px;
}

/* slide caption */

.fs-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.75s

}

@media (min-width: 992px) {

  .fs-caption {
    left: 20px;
    width: 351px;
  }
  }

@media (min-width: 1200px) {

  .fs-caption {
    left: 40px;
    width: 460px;
  }
  }

.fs-caption--visible {
  transform: translateY(0);
}

.fs-caption--expanded {
}

.fs-caption--expanded .fs-caption-body {
  max-height: 250px;
}

.fs-caption--expanded .fs-caption-title__icon {
}

.fs-caption--expanded .fs-caption-title__icon img {
  transform: rotate(45deg);
}

.fs-caption--expanded .fs-caption-title__text {
}

.fs-caption--expanded .fs-caption-title__text em {
  display: inline;
  white-space: normal;
  white-space: initial;
}

.fs-caption-body a {
  color: #fff;
}

.fs-caption-body {
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  width: 100%;
  padding: 0 30px;
  font-size: 16px;
  overflow: auto;
  max-height: 0;
  transition: max-height 1s
}

@media (min-width: 992px) {

  .fs-caption-body {
    width: 280px;
  } }

@media (min-width: 1200px) {

  .fs-caption-body {
    width: 389px;
  } }

.fs-caption-body > div {
  padding-bottom: 30px;
}

.fs-caption-body .fs-overlay-social {
	float: right;
}

.fs-caption-title {
  color: #fff;
  text-transform: capitalize;
  overflow: auto;
  font-size: 18px;
  cursor: pointer
}

@media (min-width: 992px) {

  .fs-caption-title {
    font-size: 21px;
  }
  }

.fs-caption-title__text {
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, .6);
  float: right;
  width: 100%;
  line-height: 1;
}

@media (min-width: 992px) {

  .fs-caption-title__text {
    width: 280px;
  }
}

@media (min-width: 1200px) {

  .fs-caption-title__text {
    width: 389px;
  }
}

.fs-caption-title__text em {
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  display: block;
}

.fs-caption-title__icon {
  background-color: rgba(0, 0, 0, .6);
  float: right;
  width: 70px;
  text-align: center;
  margin-bottom: 1px;
  padding-top: 20px;
  padding-bottom: 19px;
}

@media (min-width: 992px) {

  .fs-caption-title__icon {
    margin-bottom: 0;
    margin-left: 1px;
    padding-top: 16px;
    padding-bottom: 15px;
  }
}

.fs-caption-title__icon img {
  transform: rotate(0deg);
  transition: transform 0.5s;
}

.fs-caption-title__quickview {
  display: inline-block;
  padding: 20px;
  background: rgba(0, 0, 0, .6);
  text-transform: uppercase;
  font-size: 18px;
}

@media (min-width: 992px) {

  .fs-caption-title__quickview {
    display: none;
  }
}

.fs-social {
  float: right;
  margin-bottom: 0
}

.fs-overlay-social ul {
	padding: 0;
	margin: 0;
}

.fs-overlay-social ul li {
	display: inline-block;
}

.fs-overlay-social ul li a {
	margin: 0 4px;
}

/* quick view navigation */

.fs-quickview {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.75s

}

@media (min-width: 992px) {

  .fs-quickview {
    text-align: right;
    display: block;
    right: 20px;
    width: 504px;
  }
  }

@media (min-width: 1200px) {

  .fs-quickview {
    right: 40px;
    width: 652px;
  }
  }

@media (min-width: 1400px) {

  .fs-quickview {
    width: 800px;
  }
  }

.fs-quickview--visible {
}

@media (min-width: 992px) {

  .fs-quickview--visible {
    transform: translateY(0);
  }
  }

.fs-quickview-body {
  max-height: 0;
  overflow: auto;
  transition: max-height 1s;
  background-color: rgba(0, 0, 0, .6);
}

.fs-quickview__toggle {
  background-color: rgba(0, 0, 0, .6);
  padding: 15px 20px;
  margin-right: 0;
  display: inline-block;
  cursor: pointer

}

.fs-quickview__toggle .icon {
  transition: transform 0.5s;
  position: relative;
}

.fs-quickview__toggle .icon:before {
  content: '';
  border-style: solid;
  border-width: 1px 1px 0 0;
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  left: 0.15em;
  top: 0.55em;
  transform: rotate(-45deg);
  position: relative;
  vertical-align: top;
}

.fs-quickview--expanded {
}

.fs-quickview--expanded .fs-quickview-body {
  max-height: 250px;
}

.fs-quickview--expanded .fs-quickview__toggle {
}

.fs-quickview--expanded .fs-quickview__toggle .icon {
}

.fs-quickview--expanded .fs-quickview__toggle .icon:before {
  transform: rotate(135deg);
  top: 0.35em;
}

.fs-quickview-thumbs {
  margin: 30px;
  position: relative;
  cursor: pointer
}

@media (min-width: 768px) {

  .fs-quickview-thumbs {
    display: block;
  }
  }

.fs-quickview-thumbs .ps__rail-x {
}

.fs-quickview-thumbs .ps__rail-x .ps__thumb-x {
  background-color: #5c9658;
}

.fs-quickview-thumb {
  width: 148px;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #131313;
}

.fs-overlay-social {
}

.fs-overlay-social a {
  display: inline-block;
  vertical-align: middle;
}

.fs-overlay-social img {
  width: 35px;
  height: auto;
  padding: 5px 8px;
}

.fs-suggests {
  margin-bottom: 10px;
}

.fs-suggest {
  display: inline-block;
  width: 40%;
  margin: 0 10px;
  cursor: pointer
}

.fs-suggest:hover {
}

.fs-suggest:hover img {
  opacity: 0.9;
}

.fs-suggest img {
  max-width: 100%;
  margin-bottom: 4px;
  border: 2px solid #e97918;
}

.gg-hero {
  margin-top: 50px;
  position: relative;
  border-bottom: 4px solid #e97918
}

@media (min-width: 992px) {

  .gg-hero {
    margin-top: 78px;
  }
  }

.gg-hero:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
}

@media (min-width: 768px) {

  .gg-hero:after {
    padding-bottom: 40%;
  }
}

.gg-hero--gallery {
}

.gg-hero--gallery .gg-gallery {
}

@media (min-width: 992px) {

  .gg-hero--gallery .gg-gallery {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s, visibility 0s linear 0s;
  }
}

.gg-intro {
  background-image: url('../img/global-gallery-intro.jpg') ;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute
}

.gg-intro__entry {
  color: white;
  position: absolute;
  width: 90%;
  background: rgba(0, 0, 0, .6);
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 992px) {

  .gg-intro__entry {
    width: 50%;
  }
}

.gg-intro__entry h1 {
  color: white;
  font-size: 24px;
}

@media (min-width: 992px) {

  .gg-intro__entry h1 {
    font-size: 34px;
  }
}

.gg-intro__entry h1:after {
  content: none;
}

.gg-intro__entry ul {
  list-style: none;
  padding-left: 0;
  display: none;
}

@media (min-width: 992px) {

  .gg-intro__entry ul {
    display: inline-block;
  }
}

.gg-intro__entry ul li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.gg-intro__entry ul li i {
  display: block;
  margin-top: 0;
  width: 60px;
  height: 60px;
  border-radius: 999em;
  border: 2px solid #e97918;
  background-color: rgba(0, 0, 0, .6);
  margin-bottom: 5px;
}

.gg-intro__entry ul li:hover {
}

.gg-intro__entry ul li:hover i {
  background-color: rgba(233, 121, 24, 0.2);
  border-width: 6px;
}

.gg-catalog {
  background-color: black;
  position: relative;
  margin-bottom: 80px
}

.gg-catalog:before {
  content: '';
  background-image: url('../img/global-gallery-list-bg.jpg') ;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.2;
}

@media (min-width: 768px) {

  .gg-catalog:before {
    width: 50%;
  }
}

@media (min-width: 1200px) {

  .gg-catalog:before {
    width: 30%;
  }
}

.gg-catalog--list {
}

.gg-catalog--list .gg-gridview {
  display: none;
}

@media (min-width: 768px) {

  .gg-catalog--list .gg-gridview {
    display: block;
  }
}

.gg-catalog--grid {
}

.gg-catalog--grid .gg-listview {
  display: none;
}

@media (min-width: 768px) {

  .gg-catalog--grid .gg-listview {
    display: block;
  }
}

.gg-viewswitch {
  color: white;
  font-style: italic;
  padding: 16px 16px 0;
  font-size: 18px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0
}

@media (min-width: 768px) {

  .gg-viewswitch {
    display: none;
  }
  }

.gg-viewswitch button {
  background: transparent;
  border: 0 none;
  padding: 0;
  cursor: pointer;
}

.gg-viewswitch button i {
  margin-top: 0;
}

.gg-listview {
  position: relative;
  overflow: auto
}

@media (min-width: 768px) {

  .gg-listview {
    position: absolute;
    width: 50%;
    overflow: scroll;
    height: 100%;
    z-index: 1;
  }
  }

@media (min-width: 1200px) {

  .gg-listview {
    width: 30%;
  }
  }

.gg-listview__list {
}

.gg-listview__list h4 {
  color: white;
  position: relative;
  font-size: 24px;
  font-style: italic;
  padding: 0 20px;
  margin: 16px 0 0;
}

.gg-listview__list ul {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}

.gg-listview__list li {
  border-bottom: 1px dotted #666;
  text-align: right;
  padding: 8px 16px;
  position: relative;
}

.gg-listview__list li:hover {
  background-color: rgba(233, 121, 24, 0.6);
}

.gg-listview__list li a {
  text-decoration: none;
}

.gg-listview__image {
  background-size: cover;
  width: 70px;
  height: 70px;
  border-radius: 99em;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #e97918;
}

.gg-listview__entry {
  color: #999;
  font-size: 18px;
  text-align: left;
  padding-left: 90px;
  font-style: italic;
  min-height: 70px;
}

.gg-listview__entry h5 {
  color: white;
  margin-bottom: 0;
  font-style: italic;
  font-size: 20px;
}

.gg-listview__select {
  padding: 20px;
}

.gg-listview__select .chosen-single {
  color: white;
  font-size: 18px;
  border-bottom-color: #575c5a;
  text-transform: capitalize;
}

.gg-listview__select .chosen-results {
  text-transform: capitalize;
}

.gg-listview__select .chosen-container-active .chosen-single {
  box-shadow: none;
}

.gg-listview__select .chosen-container {
  display: block;
}

.gg-gridview {
  position: relative
}

@media (min-width: 768px) {

  .gg-gridview {
    width: 100%;
    padding-left: 50%;
  }
  }

@media (min-width: 1200px) {

  .gg-gridview {
    padding-left: 30%;
    background-size: 70%;
  }
  }

.gg-gridview__list {
  overflow: auto;
  padding-left: 0;
  margin-bottom: 0;
}

.gg-gridview__list li {
  overflow: auto;
  position: relative;
  background-size: cover;
}

@media (min-width: 1200px) {

  .gg-gridview__list li {
    width: 50%;
    float: left;
  }
}

.gg-gridview__list li:after {
  content: '';
  padding-bottom: 75%;
  display: block;
}

.gg-gridview__list li a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: background 0.75s;
}

.gg-gridview__list li:hover {
}

.gg-gridview__list li:hover a {
  background-color: rgba(0, 0, 0, .5);
}

.gg-gridview__list li:hover .gg-gridview__entry {
  background-color: #e97918;
}

.gg-gridview__entry {
  position: absolute;
  bottom: 0;
  background-color: rgba(48, 48, 48, .6);
  padding: 20px;
  color: white;
  font-style: italic;
  transition: background 0.75s;
  font-size: 18px;
  letter-spacing: 0.05em;
  width: 100%;
}

.gg-gridview__entry h5 {
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.gg-gridview__more {
  padding: 34px 0 34px;
  text-align: center;
  background: url('../img/global-gallery-grid-bg.jpg');
  background-position: 50% 100%;
}

.gg-gridview__more button {
  background: transparent;
  border: 0 none;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

.gg-gridview__more button:hover {
  color: #e97918;
  text-decoration: underline;
}

.gg-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s, visibility 0s linear 0.4s
}

.gg-gallery__control {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.gg-gallery__thumbs {
  display: table;
}

.gg-gallery__thumbs a {
  background-image: linear-gradient(
        135deg,
        rgb(51, 36, 23) 0%,
        #e97918 100%);
  background-size: cover;
  width: 150px;
  height: 90px;
  display: table-cell;
  cursor: pointer;
  opacity: 0.6;
}

.gg-gallery__thumbs a:hover, .gg-gallery__thumbs a.active {
  opacity: 1;
}

.gg-gallery__entry {
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  padding: 30px;
  color: white;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  z-index: 1;
}

@media (min-width: 992px) {

  .gg-gallery__entry {
    width: 490px;
    margin-top: -45px;
  }
}

.gg-gallery__entry h1 {
  color: white;
  font-size: 34px;
  overflow: hidden;
}

.gg-gallery__entry h1:before, .gg-gallery__entry h1:after {
  content: '';
  background-color: #fff;
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 30%;
}

.gg-gallery__entry h1:before {
  right: 0.5em;
  margin-left: -50%;
}

.gg-gallery__entry h1:after {
  left: 0.5em;
  margin-right: -50%;
}

.gg-gallery__entry h1 span {
  display: inline-block;
}

.gg-gallery__entry .lead {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.gg-gallery__social {
  padding-top: 10px;
}

.gg-gallery__social a {
  display: inline-block;
  margin: 0 5px;
}

.gg-gallery__social a i {
  margin-top: 0;
}

.gg-gallery__images {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-color: rgb(25, 24, 23);
}

.gg-gallery__images div {
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
  z-index: 0;
}

.gg-gallery__images div.active {
  opacity: 1;
  z-index: 1;
}

.gg-gallery__switch {
  float: left;
  width: 25%;
  padding: 20px;
}

.gg-gallery__switch p {
  margin-bottom: 0;
  text-transform: capitalize;
  padding-left: 34px;
  color: white;
}

.gg-gallery__switch p i {
  position: relative;
  left: -26px;
}

.gg-gallery__switch > a {
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  padding-left: 34px;
}

.gg-gallery__switch > a:hover {
  text-decoration: underline;
}

.gg-gallery__control {
  background-color: rgba(0, 0, 0, .6);
  z-index: 1;
}

body {
  background-color: white;
}
