@font-face {
	font-family: 'Chaparral Pro';
	src: url('../fonts/ChaparralPro-Regular.eot');
	src: url('../fonts/ChaparralPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ChaparralPro-Regular.woff') format('woff'),
		url('../fonts/ChaparralPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Chaparral Pro';
	src: url('../fonts/ChaparralPro-Italic.eot');
	src: url('../fonts/ChaparralPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ChaparralPro-Italic.woff') format('woff'),
		url('../fonts/ChaparralPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Chaparral Pro';
	src: url('../fonts/ChaparralPro-Bold.eot');
	src: url('../fonts/ChaparralPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ChaparralPro-Bold.woff') format('woff'),
		url('../fonts/ChaparralPro-Bold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Chaparral Pro", Georgia, serif;
  color: #575c5a;
  font-size: 18px;
  background-color: white;
}

a {
  color: #007a4e;
  text-decoration: underline
}

a:hover {
	color: #007a4e;
}

.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: #007a4e;
	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: block;
	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: block;
	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: #007a4e;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}

.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: #007a4e;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb .active {
	color: #575c5a;
}

.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: #007a4e;
}

.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 {
  text-transform: uppercase;
  color: #007a4e;
  font-size: 24px;
  font-weight: normal;
}

h3 {
  color: #007a4e;
  font-size: 24px;
  font-weight: normal;
}

h4 {
  color: #007a4e;
  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: #007a4e;
}

.text-supplement {
  color: #007a4e;
  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: #007a4e;
  width: 46px;
  height: 46px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 46px;
}

.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;
}

.text-nowrap + .text-nowrap {
  display: table
}

@media (min-width: 768px) {

	.text-nowrap + .text-nowrap {
		display: inline;
	}
  }

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: 8px 20px 10px;
		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-radius: 0;
	border-bottom: 1px solid #d4d4d4;
	background: transparent;
	font-size: 14px;
	width: 100%;
	font-style: italic;
	color: #007a4e;
	outline: none;
	padding-bottom: 6px;
	margin-bottom: 6px;
	text-align: right;
}

@media (min-width: 992px) {

	.multiselect__selectall {
		text-align: center;
	}
}

.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: #007a4e;
  border-radius: 99em;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: rgb(204, 228, 220);
  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: #444;
	font-style: italic;
	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;
}

[name=daterange], .datepicker {
  background-image: url(../img/icon-calendar.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
}

/* 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: #b6b6b6;
  color: white;
  text-transform: uppercase;
  height: 42px;
  padding: 0 32px;
  font-size: 15px;
  line-height: 47px
}

.button--default:hover {
	background: rgb(146, 146, 146);
	text-decoration: none;
}

.button--primary {
  background-image: linear-gradient(
    0deg,
    #007a4e 8%,
    #007a4e 46%,
    rgb(51, 149, 113) 53%,
    #007a4e 100%
  );
  border: 2px solid #376B4E;
  box-shadow: 0 0 0px 2px white inset;
  line-height: 38px;
  height: 38px;
  color: white;
  text-transform: uppercase;
  padding: 0 16px;
  font-size: 14px;
  letter-spacing: 0.025em;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
}

.button--primary:hover,
.button--primary:focus {
	color: white;
	text-decoration: none;
	background-image: linear-gradient(
      0deg,
      rgb(51, 149, 113) 8%,
      rgb(51, 149, 113) 46%,
      rgb(102, 175, 149) 53%,
      rgb(51, 149, 113) 100%
    );
	border-color: rgb(77, 162, 131);
}

.button--primary[disabled] {
	background: #d4d4d4;
	border-color: #d4d4d4;
}

.button--secondary {
  background-color: #007a4e;
  color: white;
  text-transform: uppercase;
  height: 42px;
  padding: 0 32px;
  font-size: 15px;
  line-height: 47px
}

.button--secondary:hover {
	background-color: rgb(51, 149, 113);
	color: white;
	text-decoration: none;
}

.button--secondary[disabled] {
	background: #d4d4d4;
	border-color: #d4d4d4;
}

.button--text {
  background-color: #b6b6b6;
  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: #666;
  padding: 10px 15px 7px;
  font-size: 15px;
  line-height: 16px
}
.button--outlined:hover {
  text-decoration: none;
  border-color: #007a4e;
  color: #007a4e;
}

.button--outlined-alt {
	border: 1px solid;
	color: #666;
	padding: 10px 15px 7px;
	font-size: 15px;
	line-height: 16px;
	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 #007a4e;
  border-bottom: 0.2em solid #007a4e;
  padding: 0
}

#menuOpenButton:before {
	content: "";
	position: absolute;
	top: 0.33em;
	left: 0px;
	width: 100%;
	border-top: 0.2em solid #007a4e;
}

@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.png');
}

.button--close-i {
  padding: 0
}

.button--close-i:before {
	content: '';
	width: 27px;
	height: 27px;
	display: block;
	background: url('../img/icon-close-white.png');
}

.button--no-stroke {
  color: #666;
  padding: 10px 15px 7px;
  line-height: 16px;
  font-size: 15px;
  text-transform: none;
}

.buttons {
  margin-bottom: 10px
}

@media (min-width: 1200px) {

	.buttons {
		margin-bottom: 0;
	}
  }

.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__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;
  transform: 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: 890px;
  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;
	height: 35px;
}

.slides--inline:after {
	background-image: url('../img/pattern-leaves-flat.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%;
	opacity: 0.5;
	transition: opacity 0.75s;
}

.slides--full .slick-arrow:hover {
	opacity: 1;
}

.slides--full .slick-prev {
	transform: translateX(-350px);
}

@media (min-width: 992px) {

	.slides--full .slick-prev {
		transform: translateX(-460px);
	}
}

@media (min-width: 1400px) {

	.slides--full .slick-prev {
		transform: translateX(-620px);
	}
}

.slides--full .slick-next {
	transform: translateX(18px);
}

@media (min-width: 992px) {

	.slides--full .slick-next {
		transform: translateX(28px);
	}
}

@media (min-width: 1400px) {

	.slides--full .slick-next {
		transform: translateX(50px);
	}
}

.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 .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: auto;
	bottom: 120px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

@media (min-width: 768px) {
	.slides--hero .slide__body {
		bottom: 200px;
	}
}

@media (min-width: 992px) {

	.slides--hero .slide__body {
		width: 850px;
	}
}

@media (min-width: 1200px) {

	.slides--hero .slide__body {
		width: 960px;
		bottom: 58%;
	}
}

.slides--hero .slide__body p {
	font-size: 20px;
}

.slides--hero .slide__body h2 {
	font-size: 30px;
	letter-spacing: 3px;
}

@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: #007a4e;
	font-size: 22px;
	margin-bottom: 0;
}

.card {
  text-align: center;
  margin-bottom: 30px;
  background: #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  outline: none
}

.card > a {
	text-decoration: none;
	display: block;
	height: 100%;
}

.card > a:hover {
	text-decoration: none;
	background-color: #007a4e;
}

.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;
}

.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: #007a4e;
	font-size: 20px;
	font-style: italic;
}

.card__body h3 a, .card__body h4 a, .card__body h5 a {
	color: #007a4e;
	text-decoration: none;
}

.card__body h4 {
}

.card__body h4 a {
}

.card__body h4 a:not(:first-child) {
	display: none;
}

.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;
	display: block;
}

@media (min-width: 768px) {

	.cards:after {
		width: 48%;
	}
}

@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: #007a4e;
	-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;
}

.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: #007a4e;
}

.list-tabular li.icons {
	padding: 10px 0;
}

.list-tabular li.icons .icon {
	margin: 0 1px;
}

.list-tabular li.item-inline {
	display: inline-block;
	color: #007a4e;
}

.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: #007a4e;
}

.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: #007a4e;
	-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%;
}

@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: #007a4e !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: #007a4e;
	-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;
}

@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: green !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 #007a4e;
  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: #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--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 span {
	color: #007a4e;
}

.brand--banyan-tree .list-tabular li.item-inline {
	color: #007a4e;
}

.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.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.png') }
.icon--backtotop.icon--zh { background-image: url('../img/icon-backtotop--zh.png') }
.icon--backtotop.icon--es { background-image: url('../img/icon-backtotop--es.png') }
.icon--backtotop.icon--jp { background-image: url('../img/icon-backtotop--jp.png') }
.icon--backtotop.icon--ko { background-image: url('../img/icon-backtotop--ko.png') }
.icon--backtotop.icon--ru { background-image: url('../img/icon-backtotop--ru.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.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.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-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; }

[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.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.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.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;
	bottom: 0;
	left: 0;
	right: 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) }

.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 green;
}

.radio label:after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: 5px;
	background: green;
	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.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.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: #007a4e;
	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.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: #007a4e;
}

.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.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.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: #007a4e;
}

.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%;
  position: relative;
  z-index: 11;
}

.header__main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 50px
}

@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;
	}
  }

@media (min-width: 1200px) {

	.header__menu {
		font-size: 15px;
	}
  }

@media (min-width: 1400px) {

	.header__menu {
	}
  }

.header__menu .button--primary {
	margin-left: auto;
	white-space: nowrap;
	padding: 0 12px;
}
@media (min-width: 1200px) {
	.header__menu .button--primary {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.header__menu .button--primary i {
	display: none;
}

.header__menu .button--close {
}

@media (min-width: 992px) {

	.header__menu .button--close {
		display: none;
	}
}

.navigating .header__menu {
  visibility: visible;
  opacity: 1;
}

.menu__links {
}

@media (min-width: 992px) {

	.menu__links {
		
flex: 1 0 auto;
	}
  }
.menu__links ul {
    list-style: none;
    padding: 0;
}
@media (min-width: 992px) {
	.menu__links ul {
		display: flex;
		justify-content: space-around;
	}
}
@media (min-width: 1200px) {
	.menu__links ul {
		justify-content: flex-start;
		padding-left: 8px;
	}
}

.menu__links ul > li {
}

@media (min-width: 992px) {

	.menu__links ul > li {
		
	}
}

.menu__links ul > li.active a {
	color: #007a4e;
}

.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 7px;
	}
}

@media (min-width: 1400px) {

	.menu__links ul a {
		padding: 0 10px;
	}
}

.menu__links ul a:hover {
	background-color: transparent;
	color: #007a4e;
}

.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 3px;
	}
}

.menu__actions .fence {
	display: none;
}

@media (min-width: 992px) {

	.menu__actions .fence {
		display: inline-block;
		vertical-align: middle;
		height: 22px;
		margin: 0;
	}
}

.switch-language {
  position: relative
}

@media (min-width: 992px) {

	.switch-language {
	}
  }

.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;
}

.switch-language__dropdown a,
.switch-language__dropdown div 
{
	display: block;
	text-decoration: none;
	padding: 5px 20px;
	line-height: 1;
	font-size: 16px;
}
.switch-language__dropdown div {
	color: #999;
}

.switch-language__dropdown a:hover {
	background-color: #007a4e;
	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;
	}
  }

#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: #007a4e;
		border: 1px solid #007a4e;
		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;
}
@media (min-width: 992px) {
	#searchButton {
		margin-left: 4px;
	}
}
#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: 18px;
	margin: 0 auto;
	line-height: 1.2;
	padding: 14px 10% 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 #007a4e;
}

.notify--cookies .notify__cookie {
  display: block;
}

.notify--cookies .notify__cookie a[data-accept-cookies] {
	font-weight: 500;
}

.header-fixed {
  padding-top: 50px
}

@media (min-width: 992px) {

	.header-fixed {
		padding-top: 76px;
	}
  }

.header-fixed .header {
  position: fixed;
  top: 0;
  left: 0;
}

.prefooter {
  background-color: #007a4e;
  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: #007a4e;
	display: block;
}

@media (min-width: 992px) {

	.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;
  z-index: 99

}

@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: 992px) {

	.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: 992px) {

	.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 #66af95;
}

@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: #d9d8ca;
	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: #575c5a;
	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: #007a4e;
}

.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 {
	max-width: 115px;
	display: inline-block;
}

@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: #d9d8ca;
  padding-top: 32px;
  padding-bottom: 16px;
}

.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: #575c5a;
	text-decoration: none;
	white-space: pre;
}

.footer__links a:hover {
	color: #007a4e;
}

.hero {
  position: relative
}

.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;
	}
}

.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: #007a4e;
}

.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: #007a4e;
	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.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.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.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;
	padding: 0 10px;
}

.infolist li > .icon {
	display: block;
	margin: 4px auto;
}

.infolist p {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 16px;
}

.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 {
  margin-bottom: 30px
}

@media (min-width: 992px) {

	.filterview {
		min-height: 80px;
		margin-bottom: 0;
	}
  }

.filterview__frame {
	position: relative;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	padding-top: 60px;
}

@media (min-width: 992px) {

	.filterview__frame {
		padding-top: 0;
		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: #007a4e;
	color: white;
}

.filterview__toggle button:after {
	content: ':';
}

.filterview__switches {
	position: absolute;
	top: 0;
	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.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;
	}
}

.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;
	}
}

.filterview--compact  {
}

@media (min-width: 992px) {

	.filterview--compact {
		display: block;
	}
  }

.filterview--compact .filters {
	text-align: center;
}

.filterview--compact .filterview__switches {
	display: none;
}

.filterview--compact .filter__field {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	text-align: left;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.filterview--compact .filter__field em {
	padding-top: 6px;
	-ms-flex: 1 auto;
	    flex: 1 auto;
}

.filterview--compact .filter__field .text-input {
	-ms-flex: 1 auto;
	    flex: 1 auto;
	-ms-flex-preferred-size: 60%;
	    flex-basis: 60%;
}

.filterview--compact .filter__field .text-input input {
	height: 36px;
	padding: 0 5px;
	background-color: transparent;
	max-width: 100%;
	min-width: 0;
	width: 100%;
	border-radius: 0;
}

.filterview--compact .filter__field .multiselect {
	-ms-flex: 1 auto;
	    flex: 1 auto;
	-ms-flex-preferred-size: 60%;
	    flex-basis: 60%;
}

.filterview--compact .filter__field .multiselect__options {
	position: absolute;
	background: white;
	padding: 8px 20px 10px;
	z-index: 2;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.filterview--compact #offers_filter {
	width: 100%;
	margin: 0 auto;
	max-width: 400px;
}

.filterview--compact.filterview--inline {
}

.filterview--compact.filterview--inline #offers_filter {
}

@media (min-width: 992px) {

	.filterview--compact.filterview--inline #offers_filter {
		max-width: 999em;
	}
}

.filterview--compact.filterview--inline #offers_filter .filter__field {
}

@media (min-width: 992px) {

	.filterview--compact.filterview--inline #offers_filter .filter__field {
		-ms-flex: none;
		    flex: none;
		display: inline-block;
	}
}

.filterview--compact.filterview--inline #offers_filter .filter__field em {
}

@media (min-width: 992px) {

	.filterview--compact.filterview--inline #offers_filter .filter__field em {
		-ms-flex: none;
		    flex: none;
	}
}

.filterview--compact.filterview--inline #offers_filter .filter__field .text-input {
}

@media (min-width: 992px) {

	.filterview--compact.filterview--inline #offers_filter .filter__field .text-input {
		-ms-flex: none;
		    flex: none;
		display: inline-block;
	}
}

.filterview--compact.filterview--inline #offers_filter .filter__field .multiselect {
}

@media (min-width: 992px) {

	.filterview--compact.filterview--inline #offers_filter .filter__field .multiselect {
		-ms-flex: none;
		    flex: none;
	}
}

.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 #007a4e;
	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 #007a4e;
}

.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 {
	min-height: 400px;
}

@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 {
	min-height: 400px;
}

@media (min-width: 992px) {

	.directions--inline .map {
		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: #007a4e;
	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: #007a4e;
	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: #007a4e;
	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.jpg);
  background-repeat: no-repeat;
    background-size: cover;
}

.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;
}

.bpg {
  text-align: center;
  margin-bottom: 40px
}

@media (min-width: 992px) {

	.bpg {
		display: none;
		text-align: left;
	}
  }

.bpg--md {
	display: none;
}

@media (min-width: 992px) {

	.bpg--md {
		display: inline-block;
	}
}

.hide-lg {
}

@media (min-width: 1200px) {

	.hide-lg {
		display: none;
	}
  }

.show-lg {
  display: none
}

@media (min-width: 1200px) {

	.show-lg {
		display: inline;
		display: initial;
	}
  }

#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 a {
	color: #575c5a;
	text-decoration: none;
}

.mobile-sidebar .nav a:focus, .mobile-sidebar .nav a:hover {
	background: transparent;
	color: #007a4e;
}

.mobile-sidebar .nav a.active {
	color: #007a4e;
}

.mobile-sidebar .nav > li {
}

.mobile-sidebar .nav > li span {
	padding: 10px 15px;
}

.mobile-sidebar .nav > li ul {
	list-style: disc;
}

.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 > li {
	line-height: 1;
}

.sidebar .nav--sidebar > li > a {
	padding: 12px 0;
	position: relative;
	text-decoration: none;
	color: #575c5a;
	text-transform: capitalize;
}

@media (min-width: 1200px) {

	.sidebar .nav--sidebar > li > a {
		font-size: 20px;
	}
}

.sidebar .nav--sidebar > li > a:hover, .sidebar .nav--sidebar > li > a.active {
	background-color: transparent;
	color: #007a4e;
}

.sidebar .nav--sidebar > li > span {
	padding: 12px 0;
	position: relative;
	text-decoration: none;
	color: #575c5a;
	text-transform: capitalize;
	display: inline-block;
	font-size: 20px;
}

.sidebar .nav--sidebar > li:after {
}

@media (min-width: 992px) {

	.sidebar .nav--sidebar > li:after {
		content: '';
		width: 50px;
		height: 1px;
		background-color: green;
		display: block;
		bottom: 0;
	}
}

.sidebar .nav--sidebar > li ul {
	padding-bottom: 0.5em;
}

.sidebar .nav--sidebar > li ul > li {
	list-style: disc;
	line-height: 1.2;
}

.sidebar .nav--sidebar > li ul > li > a {
	color: #575c5a;
	text-decoration: none;
	line-height: 1.4;
}

.sidebar .nav--sidebar > li ul > li > a.active {
	color: #007a4e;
}

.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: #007a4e;
	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 .buttons .button + a.button {
		margin-right: 100%;
		display: inline-block;
	}
}

.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-header .button {
	margin-right: 0;
	margin-left: auto;
	display: block;
}

.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;
		margin-top: 20px;
		margin-bottom: 40px;
	}
  }

.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;
	font-style: italic;
	border-bottom: 1px solid;
}

.booking input[type=text] {
	border: 0 none;
	border-bottom: 1px solid;
	height: 35px;
	font-style: italic;
	padding-top: 6px;
	width: 6em;
	font-size: 16px;
	border-radius: 0;
}

.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: italic;
  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;
}

.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: #377b4f;
  background: linear-gradient(#377b4f 20%, #377b4f 90%)
}

.hero + section:not(.topbar) {
}

@media (min-width: 992px) {

	.hero + section:not(.topbar) {
		border-bottom: 1px solid #ececec;
	}
  }

.hero + section:not(.topbar) .booking {
	margin-bottom: 24px;
}

.hero + section:not(.topbar) + .topbar {
	padding-top: 20px;
}

.fullscreen,
.fullscreen body {
  height: calc(100vh - 51px);
}

.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-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-detail {
  display: none;
}

.fs-slide-description {
  display: none;
}

.fs-slide-content__bounds .button--primary {
	margin-bottom: 20px;
}

/* slide caption */

.fs-caption {
  position: fixed;
  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 {
  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
}

.fs-caption-body a {
  color: #fff;
}

@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-social img {
	width: 25px;
	height: auto;
	padding: 0 3px;
}

/* quick view navigation */

.fs-quickview {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.75s;
  display: none;
}

@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-btn {
  margin-bottom: 20px;
  background: #007a4e;
  background-image: linear-gradient(to bottom, #1e8c63 0%, #1e8c63 50%, #007a4e 50%, #007a4e 100%);
  border: 1px solid #fff;
  letter-spacing: 0.02em;
  padding: 8px 15px 6px;
  font-weight: 100;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 0 0px 2px #007a4e;
  outline-offset: 0;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block
}

.fs-overlay-btn:focus {
	outline: none;
}

.fs-overlay-social {
}

.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;
}

.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 #007a4e;
}

.fs-quickview-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, .75);
  height: 100%;
  z-index: 11;
  align-items: center;
}

.fs-quickview-mobile-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: scroll;
  height: 80%;
  width: 100%;
  padding: 0 10px;
}

.fs-quickview-mobile-thumb {
  width: 30%;
  background-size: cover;
  background-position: 50%;
  margin: 8px 0;
}

.fs-quickview-mobile-thumb:before {
  content: '';
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.gg-hero {
  margin-top: 50px;
  position: relative;
  border-bottom: 4px solid #007a4e
}

@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 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 #007a4e;
	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(0, 122, 78, 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(0, 122, 78, 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 #007a4e;
}

.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: #007a4e;
}

.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: #007a4e;
	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(0, 51, 32) 0%,
        #007a4e 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(0, 25, 16);
}

.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;
}

.video-banner {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .video-banner {
    height: 432px;
  }
}

@media (min-width: 992px) {
  .video-banner {
    height: 576px;
  }
}

.video-banner__bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-banner__body {
  position: relative;
  width: 100%;
  max-width: 90%;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.video-banner__body h2 {
  color: white;
}

@media (min-width: 768px) {
  .video-banner__body {
    max-width: 700px;
  }
}

@media (min-width: 992px) {
  .video-banner__body {
    max-width: 850px;
    height: 60%;
  }
}

@media (min-width: 1200px) {
  .video-banner__body {
    max-width: 960px;
  }
}
