/*
------------------------------------------------------------------------------------
MIXINS:
------------------------------------------------------------------------------------
*/
/*------------------------------------------------------------------------------------*/
/*
------------------------------------------------------------------------------------
FORM CONTROLS:
------------------------------------------------------------------------------------
*/
/*
* WTF,
forms?
* Released under MIT and copyright 2014 Mark Otto.
* http://wtfforms.com
*
* Embedded icons from Open Iconic.
* Released under MIT and copyright 2014 Waybury.
* http://useiconic.com/open
*/
/*
* Checkboxes and radios
*/
.control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}
.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
}
.control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #eee;
  background-size: 50% 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hover state */
/* Uncomment if you need it,
but be aware of the sticky iOS states.
.control:hover .control-indicator { color: #fff; background-color: #ccc; }
*/
/* Focus */
.control input:focus ~ .control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
/* Checked state */
.control input:checked ~ .control-indicator {
  color: #fff;
  background-color: #0074d9;
}
/* Active */
.control input:active ~ .control-indicator {
  color: #fff;
  background-color: #84c6ff;
}
/* Checkbox modifiers */
.checkbox .control-indicator {
  border-radius: 0.25rem;
}
.checkbox input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
/* Radio modifiers */
.radio .control-indicator {
  border-radius: 50%;
}
.radio input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}
/* Alternately,
use another character */
.control-x input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==);
}
.control-dash input:checked ~ .control-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}
/*
* Select
*/
.select {
  position: relative;
  display: inline-block;
  color: #555;
}
.select select {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Undo the Firefox inner focus ring */
.select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/* Dropdown arrow */
.select:after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-top: -0.15rem;
  pointer-events: none;
  border-top: 0.35rem solid;
  border-right: 0.35rem solid transparent;
  border-bottom: 0.35rem solid transparent;
  border-left: 0.35rem solid transparent;
}
/* Hover state */
/* Uncomment if you need it,
but be aware of the sticky iOS states.
.select select:hover { background-color: #ddd; }
*/
/* Focus */
.select select:focus {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
/* Active/open */
.select select:active {
  color: #fff;
  background-color: #0074d9;
}
/* Hide the arrow in IE10 and up */
.select select::-ms-expand {
  display: none;
}
/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem;
  }
  /* <option> elements inherit styles from <select>,
  so reset them. */
  .select option {
    background-color: #fff;
  }
}
/*
* File
*/
.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
}
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: 0.075rem solid #ddd;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.file-custom:after {
  content: "Choose file...";
}
.file-custom:before {
  position: absolute;
  top: -0.075rem;
  right: -0.075rem;
  bottom: -0.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 0.075rem solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}
/* Focus */
.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
/*
* Progress
*/
.progress {
  display: inline-block;
  height: 1rem;
}
.progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove Firefox and Opera border */
  border: 0;
  /* IE10 uses `color` to set the bar background-color */
  color: #0074d9;
}
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.2rem;
}
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
/* Firefox styles must be entirely separate or it busts Webkit styles. */
@-moz-document url-prefix() {
  .progress[value] {
    background-color: #eee;
    border-radius: 0.2rem;
  }
  .progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  .progress[value="100"]::-moz-progress-bar {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
}
/*
* Control layouts
*/
.controls-stacked {
  margin: 1rem 0;
}
.controls-stacked .control,
.controls-stacked .progress {
  display: block;
}
.controls-stacked .control + .control,
.controls-stacked .progress + .progress {
  margin-top: 0.5rem;
}
.controls-inline {
  margin: 1rem 0;
}
.controls-inline .control {
  display: inline-block;
  height: 1rem;
}
.controls-inline .control + .control {
  margin-left: 1rem;
}
/*
------------------------------------------------------------------------------------
ICON FONTS:
------------------------------------------------------------------------------------
*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
/*
------------------------------------------------------------------------------------
FONTS:
------------------------------------------------------------------------------------
*/
@font-face {
  font-family: 'Light';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Regular';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Semibold';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Bold';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Extrabold';
  src: url('../fonts/OpenSans-Extrabold.eot');
  src: url('../fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Extrabold.woff') format('woff'), url('../fonts/OpenSans-Extrabold.ttf') format('truetype'), url('../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
/*
------------------------------------------------------------------------------------
GLOBALS:
------------------------------------------------------------------------------------
*/
html,
body {
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
  position: relative;
  font-size: 15px;
}
body {
  font-family: 'Regular', sans-serif;
  font-size: 1rem;
  line-height: 2em;
  letter-spacing: 0;
  color: #757575;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bold', sans-serif;
  line-height: 1.25em;
  color: #757575;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: normal;
}
h1 {
  font-size: 2.571rem;
}
h2 {
  font-size: 1.714rem;
}
h3 {
  font-size: 1.143rem;
}
h4 {
  font-size: 1rem;
}
strong {
  font-family: 'Bold';
  font-weight: normal;
}
ul,
ol {
  padding: 0;
  list-style: none;
}
a,
i,
button {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
a,
button {
  text-decoration: none !important;
  outline: 0 none !important;
}
/*
------------------------------------------------------------------------------------
PRESENTATION:
------------------------------------------------------------------------------------
*/
.hidden {
  display: none;
}
.pos-static {
  position: static;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.padding-full {
  padding: 15px;
}
.padding-full-large {
  padding: 30px;
}
.padding-full-small {
  padding: 15px/2;
}
.padding-v {
  padding: 15px 0;
}
.padding-v-xlarge {
  padding: 60px 0;
}
.padding-v-large {
  padding: 30px 0;
}
.padding-v-small {
  padding: 15px/2 0;
}
.padding-h {
  padding: 0 15px;
}
.padding-h-xlarge {
  padding: 0 60px;
}
.padding-h-large {
  padding: 0 30px;
}
.padding-h-small {
  padding: 0 15px/2;
}
.padding-t {
  padding-top: 15px;
}
.padding-small-t {
  padding-top: 15px/2;
}
.padding-large-t {
  padding-top: 30px;
}
.padding-xlarge-t {
  padding-top: 60px;
}
.padding-b {
  padding-bottom: 15px;
}
.padding-small-b {
  padding-bottom: 15px/2;
}
.padding-large-b {
  padding-bottom: 30px;
}
.padding-xlarge-b {
  padding-bottom: 60px;
}
.margin-t {
  margin-top: 15px;
}
.margin-small-t {
  margin-top: 15px/2;
}
.margin-large-t {
  margin-top: 30px;
}
.margin-xlarge-t {
  margin-top: 60px;
}
.margin-b {
  margin-bottom: 15px;
}
.margin-small-b {
  margin-bottom: 15px/2;
}
.margin-large-b {
  margin-bottom: 30px;
}
.margin-xlarge-b {
  margin-bottom: 60px;
}
/*
------------------------------------------------------------------------------------
GUI:
------------------------------------------------------------------------------------
*/
.label-control,
.form-control {
  font-family: 'Regular';
  font-weight: normal;
}
.form-control {
  padding: 15px;
  height: auto;
  border-radius: 0;
  border: 1px solid #BBAB92;
}
.form-control::-moz-placeholder {
  color: #BBAB92;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #BBAB92;
}
.form-control::-webkit-input-placeholder {
  color: #BBAB92;
}
.form-control:focus,
.uneditable-input:focus {
  border-color: #BBAB92;
  box-shadow: 0 1px 1px #BBAB92 inset, 0 0 8px #d8cfc1;
  outline: 0 none;
}
select,
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/dropdown_arrow.png') right 15px center no-repeat !important;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
}
.btn {
  font-family: 'Light';
  padding: 15px/1.5 22.5px;
  border-radius: 2px;
}
.btn.full {
  width: 100%;
}
.btn.btn-large {
  padding: 15px 22.5px;
}
.btn.centered {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btn.btn-primary {
  border: 0;
  background-color: #8D7249;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #555;
}
.btn.btn-black-alpha {
  border: 0;
  color: #fff;
  background-color: rgba(142, 116, 75, 0.75);
}
.btn.btn-black-alpha:hover,
.btn.btn-black-alpha:focus,
.btn.btn-black-alpha:active {
  background-color: #000;
}
.fancybox-overlay {
  z-index: 99998;
}
#fancybox-lock {
  z-index: 99999;
}
#fancybox-lock .fancybox-wrap .fancybox-close {
  position: absolute;
  z-index: 999998;
  top: 15px/2;
  right: 15px/2;
  width: 34px;
  height: 34px;
  background: url('../images/icon_close.png') center center no-repeat;
}
#fancybox-lock .fancybox-wrap .fancybox-close:hover {
  opacity: 0.5;
}
#fancybox-lock .fancybox-wrap .fancybox-nav span {
  visibility: visible !important;
  width: 35px;
  height: 35px;
}
#fancybox-lock .fancybox-wrap .fancybox-nav span:hover {
  opacity: 0.5;
}
#fancybox-lock .fancybox-wrap .fancybox-prev {
  left: 15px;
}
#fancybox-lock .fancybox-wrap .fancybox-next {
  right: 15px;
}
#fancybox-lock .fancybox-wrap .fancybox-prev span {
  left: 15px/2;
  background: url('../images/icon_prev.png') center center no-repeat;
}
#fancybox-lock .fancybox-wrap .fancybox-next span {
  right: 15px/2;
  background: url('../images/icon_next.png') center center no-repeat;
}
#fancybox-lock .fancybox-wrap .fancybox-expand {
  position: absolute;
  z-index: 999999;
  top: 15px/2;
  right: 49px;
  width: 34px;
  height: 34px;
  background: url('../images/icon_expand.png') center center no-repeat;
}
#fancybox-lock .fancybox-wrap .fancybox-expand:hover {
  opacity: 0.5;
}
.modal,
.modal {
  z-index: 999999;
  overflow-y: auto;
  /*.modal-dialog { margin: 10% auto; }*/
}
.modal .modal-content,
.modal .modal-content {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .modal-header,
.modal .modal-header,
.modal .modal-footer,
.modal .modal-footer {
  border: 0;
}
.modal .modal-header,
.modal .modal-header {
  position: relative;
  padding-bottom: 0;
  min-height: 50px;
  border-bottom: 1px solid #ddd;
}
.modal .modal-header .close,
.modal .modal-header .close {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  width: 22px;
  height: 22px;
  background: url('../images/icon_close.png') center center no-repeat;
  background-color: transparent;
  opacity: 0.25;
}
.modal .modal-header .close:hover,
.modal .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-header .modal-title,
.modal .modal-header .modal-title {
  font-family: 'Regular';
  font-weight: normal;
  color: #8D7249;
}
.modal .modal-body,
.modal .modal-body {
  padding: 45px;
}
.modal .modal-body p,
.modal .modal-body p,
.modal .modal-body li,
.modal .modal-body li,
.modal .modal-body a,
.modal .modal-body a,
.modal .modal-body strong,
.modal .modal-body strong {
  color: #8D7249;
}
.modal .carousel-control,
.modal .carousel-control {
  background-image: none;
}
.modal .carousel-control i.fa,
.modal .carousel-control i.fa {
  margin-top: 200px;
}
.modal-backdrop {
  z-index: 999998;
  background-color: #8D7249;
}
.tooltip {
  margin-top: -10px !important;
  opacity: 1 !important;
}
.tooltip .tooltip-arrow {
  border-top-color: #8D7249 !important;
}
.tooltip .tooltip-inner {
  padding: 10px 15px !important;
  display: block;
  font: 0.9333rem/1.25em 'Light';
  border-radius: 2px;
  background-color: #8D7249;
}
/*
------------------------------------------------------------------------------------
NON RESPONSIVE:
------------------------------------------------------------------------------------
*/
.container-nr {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1100px;
}
/*
------------------------------------------------------------------------------------
HEADER:
------------------------------------------------------------------------------------
*/
header {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #E8E3DB;
}
header nav.navbar {
  margin: 10px 0;
}
header nav.navbar .navbar-header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 16px;
  margin-right: 60px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #E8E3DB;
  border-radius: 0;
}
header nav.navbar .navbar-header .navbar-toggle .icon-bar {
  height: 3px;
  background-color: #BBAB92;
}
header nav.navbar .navbar-header .navbar-brand {
  padding: 0;
  width: 229px;
  height: 85px;
  background: url('../images/logo2024.png') left center no-repeat;
  background-size: contain;
}
header nav.navbar .navbar-nav {
  margin-top: 10px;
  margin-right: 100px;
}
header nav.navbar .navbar-nav li {
  display: inline-block;
  float: none;
  margin: 0 15px;
  padding: 22px 2px;
}
header nav.navbar .navbar-nav li.margin-r-custom {
  margin-right: 2.5px;
}
header nav.navbar .navbar-nav li.margin-l-custom {
  margin-left: 2.5px;
}
header nav.navbar .navbar-nav li a {
  position: relative;
  font-size: 0.9333rem;
  font-family: 'Light';
  letter-spacing: 0.5px;
  color: #8D7249;
  padding: 15px;
  background: transparent;
  /*&.underlined:hover, &.underlined:focus, &.underlined.active { */
  /*&.underlined.open, &.underlined.active { 
            
          }*/
}
header nav.navbar .navbar-nav li a.underlined:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #5b492f;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
header nav.navbar .navbar-nav li a:hover,
header nav.navbar .navbar-nav li a:focus,
header nav.navbar .navbar-nav li a.active,
header nav.navbar .navbar-nav li a.open {
  background: transparent;
  border-color: transparent;
}
header nav.navbar .navbar-nav li a:hover:before,
header nav.navbar .navbar-nav li a:focus:before,
header nav.navbar .navbar-nav li a.active:before,
header nav.navbar .navbar-nav li a.open:before {
  width: 80%;
}
header nav.navbar .navbar-nav li a.btn-reservations {
  color: #fff;
  background-color: #8D7249;
  border: 1px solid #8D7249;
  padding: 5px 10px;
}
header nav.navbar .navbar-nav li a.btn-reservations:hover,
header nav.navbar .navbar-nav li a.btn-reservations:focus,
header nav.navbar .navbar-nav li a.btn-reservations:active {
  background-color: #555;
  border-color: #555;
}
header nav.navbar .navbar-nav li a.btn-lang.dropdown-toggle {
  border: 1px solid #BBAB92;
  padding: 5px 10px;
  border-radius: 2px;
}
header nav.navbar .navbar-nav li.dropdown:after {
  pointer-events: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  content: attr(data-label);
  font-size: 0.65rem;
  font-family: 'Regular';
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #BBAB92;
}
header nav.navbar .navbar-nav li.dropdown .dropdown-menu {
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  border: 1px solid #E8E3DB;
  border-top: 0;
  /*border: 0;*/
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header nav.navbar .navbar-nav li.dropdown .dropdown-menu li {
  padding: 0;
}
header nav.navbar .navbar-nav li.dropdown .dropdown-menu li a {
  text-align: center;
  padding: 15px/2 15px;
}
header nav.navbar .navbar-nav li.dropdown .dropdown-menu li a:before {
  display: none;
}
header nav.navbar .navbar-nav li.dropdown .dropdown-menu li a.active,
header nav.navbar .navbar-nav li.dropdown .dropdown-menu li a:hover {
  color: #282015;
  border-color: transparent;
}
header nav.navbar .nav-rch {
  display: block;
  position: absolute;
  z-index: 99999;
  top: 16px;
  right: 0;
  width: 60px;
  height: 60px;
  background: url('../images/logo_relais_and_chateaux.png') center center no-repeat;
  background-size: contain;
}
/*
------------------------------------------------------------------------------------
SECCIONES:
------------------------------------------------------------------------------------
*/
.wrapper {
  position: relative;
  margin: 0;
  overflow: hidden;
}
/*.body-home {
  .wrapper { 
    position: absolute;
    width: 100%;
    z-index: 999;
    pointer-events: none;
    section { pointer-events: auto; }
  }
}*/
/*------------------------------------------------------------------------------------*/
header .bg.white,
section .bg.white,
aside .bg.white,
footer .bg.white {
  background-color: #fff;
}
header .bg.black,
section .bg.black,
aside .bg.black,
footer .bg.black {
  background-color: #000;
}
header .bg.gray,
section .bg.gray,
aside .bg.gray,
footer .bg.gray {
  background-color: #555;
}
header .bg.graylight,
section .bg.graylight,
aside .bg.graylight,
footer .bg.graylight {
  background-color: #eee;
}
header .bg.graydark,
section .bg.graydark,
aside .bg.graydark,
footer .bg.graydark {
  background-color: #333;
}
header .bg.color1,
section .bg.color1,
aside .bg.color1,
footer .bg.color1 {
  background-color: #8D7249;
}
header .bg.color2,
section .bg.color2,
aside .bg.color2,
footer .bg.color2 {
  background-color: #E8E3DB;
}
header .bg.color3,
section .bg.color3,
aside .bg.color3,
footer .bg.color3 {
  background-color: #BBAB92;
}
header .bg.color4,
section .bg.color4,
aside .bg.color4,
footer .bg.color4 {
  background-color: #F3F1ED;
}
header .color-1,
section .color-1,
aside .color-1,
footer .color-1 {
  color: #8D7249;
}
header .color-2,
section .color-2,
aside .color-2,
footer .color-2 {
  color: #E8E3DB;
}
header .color-3,
section .color-3,
aside .color-3,
footer .color-3 {
  color: #BBAB92;
}
header .color-4,
section .color-4,
aside .color-4,
footer .color-4 {
  color: #F3F1ED;
}
header .color-w,
section .color-w,
aside .color-w,
footer .color-w {
  color: #fff;
}
header .color-g,
section .color-g,
aside .color-g,
footer .color-g {
  color: #ccc;
}
header hr,
section hr,
aside hr,
footer hr {
  margin: 0;
  border-color: #8D7249;
  opacity: 0.2;
}
header hr.margin-v-small,
section hr.margin-v-small,
aside hr.margin-v-small,
footer hr.margin-v-small {
  margin: 15px 0;
}
header hr.margin-v,
section hr.margin-v,
aside hr.margin-v,
footer hr.margin-v {
  margin: 30px 0;
}
header hr.margin-v-large,
section hr.margin-v-large,
aside hr.margin-v-large,
footer hr.margin-v-large {
  margin: 45px 0;
}
header hr.thick,
section hr.thick,
aside hr.thick,
footer hr.thick {
  border-width: 7px;
}
header hr.color-1,
section hr.color-1,
aside hr.color-1,
footer hr.color-1 {
  opacity: 1;
}
header p,
section p,
aside p,
footer p {
  margin-bottom: 22.5px;
  /*text-align: justify;*/
}
header p strong,
section p strong,
aside p strong,
footer p strong {
  font-family: 'Semibold';
}
header p.large,
section p.large,
aside p.large,
footer p.large {
  font-size: 1.067rem;
}
header .text-caps,
section .text-caps,
aside .text-caps,
footer .text-caps {
  text-transform: capitalize;
}
header .text-ucase,
section .text-ucase,
aside .text-ucase,
footer .text-ucase {
  text-transform: uppercase;
}
header .text-lcase,
section .text-lcase,
aside .text-lcase,
footer .text-lcase {
  text-transform: lowercase;
}
header .font-regular,
section .font-regular,
aside .font-regular,
footer .font-regular {
  font-family: 'Regular';
}
header .font-bold,
section .font-bold,
aside .font-bold,
footer .font-bold {
  font-family: 'Bold';
}
header .font-semibold,
section .font-semibold,
aside .font-semibold,
footer .font-semibold {
  font-family: 'Semibold';
}
header .font-light,
section .font-light,
aside .font-light,
footer .font-light {
  font-family: 'Light';
}
header img.full,
section img.full,
aside img.full,
footer img.full {
  width: 100%;
}
header ul.list-dotted,
section ul.list-dotted,
aside ul.list-dotted,
footer ul.list-dotted {
  padding-left: 15px;
  list-style: disc !important;
}
header .vertical-centered,
section .vertical-centered,
aside .vertical-centered,
footer .vertical-centered {
  position: absolute;
  margin-top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .col-margin-r,
section .col-margin-r,
aside .col-margin-r,
footer .col-margin-r {
  padding-right: 60px;
}
header .col-margin-l,
section .col-margin-l,
aside .col-margin-l,
footer .col-margin-l {
  padding-left: 60px;
}
header .col-margin-half-r,
section .col-margin-half-r,
aside .col-margin-half-r,
footer .col-margin-half-r {
  padding-right: 30px;
}
header .col-margin-half-l,
section .col-margin-half-l,
aside .col-margin-half-l,
footer .col-margin-half-l {
  padding-left: 30px;
}
header .image-wrapper,
section .image-wrapper,
aside .image-wrapper,
footer .image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
header .image-wrapper .overlay,
section .image-wrapper .overlay,
aside .image-wrapper .overlay,
footer .image-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-size: 100% !important;
  transition: all 0.25s ease;
}
header .image-wrapper:hover .overlay,
section .image-wrapper:hover .overlay,
aside .image-wrapper:hover .overlay,
footer .image-wrapper:hover .overlay {
  visibility: visible;
  background-size: 102% !important;
}
header .section-title,
section .section-title,
aside .section-title,
footer .section-title {
  font: 2.267rem/1.15em 'Light';
}
header .section-subtitle,
section .section-subtitle,
aside .section-subtitle,
footer .section-subtitle {
  font: 1.6rem/1.15em 'Light';
}
header .slider,
section .slider,
aside .slider,
footer .slider {
  width: 100%;
  width: 1500px;
  margin: 0 auto;
}
header .slider ul,
section .slider ul,
aside .slider ul,
footer .slider ul {
  list-style: none;
}
header .slider .owl-controls .owl-nav,
section .slider .owl-controls .owl-nav,
aside .slider .owl-controls .owl-nav,
footer .slider .owl-controls .owl-nav {
  display: none;
}
header .slider.has-dots .owl-controls,
section .slider.has-dots .owl-controls,
aside .slider.has-dots .owl-controls,
footer .slider.has-dots .owl-controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
header .slider.has-dots .owl-controls .owl-dots,
section .slider.has-dots .owl-controls .owl-dots,
aside .slider.has-dots .owl-controls .owl-dots,
footer .slider.has-dots .owl-controls .owl-dots {
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0;
  text-align: center;
  margin: 15px 0;
  pointer-events: auto;
}
header .slider.has-dots .owl-controls .owl-dots .owl-dot,
section .slider.has-dots .owl-controls .owl-dots .owl-dot,
aside .slider.has-dots .owl-controls .owl-dots .owl-dot,
footer .slider.has-dots .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 7.5px;
}
header .slider.has-dots .owl-controls .owl-dots .owl-dot span,
section .slider.has-dots .owl-controls .owl-dots .owl-dot span,
aside .slider.has-dots .owl-controls .owl-dots .owl-dot span,
footer .slider.has-dots .owl-controls .owl-dots .owl-dot span {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #fff;
}
header .slider.has-dots .owl-controls .owl-dots .owl-dot.active span,
section .slider.has-dots .owl-controls .owl-dots .owl-dot.active span,
aside .slider.has-dots .owl-controls .owl-dots .owl-dot.active span,
footer .slider.has-dots .owl-controls .owl-dots .owl-dot.active span {
  background-color: transparent;
}
/*------------------------------------------------------------------------------------*/
section#home-hero {
  width: 100%;
}
section#home-hero #hero .owl-controls {
  pointer-events: none;
}
section#home-hero #hero .slider {
  position: relative;
  width: 100%;
}
section#home-hero #hero .slider .slide {
  width: 100%;
  height: 650px;
  background-size: cover !important;
}
section#home-hero #hero .slider .btn-watch-video {
  pointer-events: auto;
  position: absolute;
  z-index: 5;
  bottom: 15px;
  left: 15px;
}
section#home-hero #hero .slider .btn-watch-video i.fa {
  margin-left: 15px;
}
section#home-hero #hero .slider .slider-nav {
  pointer-events: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
}
section#home-hero #hero .slider .slider-nav .container {
  height: 100%;
}
section#home-hero #hero .slider .slider-nav .slider-prev,
section#home-hero #hero .slider .slider-nav .slider-next {
  pointer-events: auto;
  display: block;
  position: absolute;
  bottom: 13px;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
section#home-hero #hero .slider .slider-nav .slider-prev:hover,
section#home-hero #hero .slider .slider-nav .slider-next:hover {
  opacity: 0.5;
}
section#home-hero #hero .slider .slider-nav .slider-prev {
  left: 35%;
  background: url('../images/icon_arrow_left.png') center center no-repeat;
  background-size: contain;
}
section#home-hero #hero .slider .slider-nav .slider-next {
  right: 35%;
  background: url('../images/icon_arrow_right.png') center center no-repeat;
  background-size: contain;
}
section#home {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
section#home .img {
  width: 100%;
  height: 560px;
  background: url('../images/the_place_img.png') center center no-repeat;
  background-size: contain;
}
/*------------------------------------------------------------------------------------*/
section#about-patagonia .img1 {
  width: 100%;
  height: 665px;
  background: url('../images/about_patagonia_img1.jpg') center center no-repeat;
  background-size: contain;
}
section#about-patagonia .img2 {
  width: 100%;
  height: 378px;
  background: url('../images/about_patagonia_img2.jpg') center center no-repeat;
  background-size: contain;
}
/*------------------------------------------------------------------------------------*/
section#location .img1 {
  width: 100%;
  height: 480px;
  background: url('../../images/location_img1.jpg') center center no-repeat;
  background-size: contain;
}
section#location .img2 {
  width: 100%;
  height: 480px;
  background: url('../../images/location_img2.jpg') center center no-repeat;
  background-size: contain;
}
section#location .img3 {
  width: 100%;
  height: 448px;
  background-size: contain !important;
}
/*------------------------------------------------------------------------------------*/
section#the-property .img1 {
  width: 100%;
  height: 375px;
  background: url('../images/the_property_img1.jpg') center center no-repeat;
  background-size: cover;
}
section#the-property .img2 {
  width: 100%;
  height: 375px;
  background: url('../images/the_property_img2.jpg') center center no-repeat;
  background-size: cover;
}
section#the-property .img3 {
  width: 100%;
  height: 375px;
  background: url('../images/the_property_img3.jpg') center center no-repeat;
  background-size: cover;
}
/*------------------------------------------------------------------------------------*/
section#the-hotel .img1 {
  width: 100%;
  height: 375px;
  background: url('../images/the_hotel_img1.jpg') center center no-repeat;
  background-size: cover;
}
section#the-hotel .img2 {
  width: 100%;
  height: 375px;
  background: url('../images/the_hotel_img2.jpg') center center no-repeat;
  background-size: cover;
}
section#the-hotel .img3 {
  width: 100%;
  height: 375px;
  background: url('../images/the_hotel_img3.jpg') center center no-repeat;
  background-size: cover;
}
/*------------------------------------------------------------------------------------*/
section#the-rooms .img1,
section#the-rooms .img2,
section#the-rooms .img3 {
  width: 163px;
  height: 163px;
}
section#the-rooms .img1.img1,
section#the-rooms .img2.img1,
section#the-rooms .img3.img1 {
  background: url('../images/the_rooms_img1.png') center center no-repeat;
}
section#the-rooms .img1.img2,
section#the-rooms .img2.img2,
section#the-rooms .img3.img2 {
  background: url('../images/the_rooms_img2.png') center center no-repeat;
}
section#the-rooms .img1.img3,
section#the-rooms .img2.img3,
section#the-rooms .img3.img3 {
  background: url('../images/the_rooms_img3.png') center center no-repeat;
}
section#the-rooms hr.margin-l {
  margin-left: 163px;
}
section#the-rooms .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  padding-left: 185px;
  padding-right: 30px;
}
section#the-rooms .caption .subtitle {
  display: block;
  font: 1.4rem/1.25em 'Light' !important;
  color: #8D7249;
  margin-bottom: 15px/2;
}
/*------------------------------------------------------------------------------------*/
section#the-restaurant .img1 {
  width: 200px;
  height: 200px;
  background: url('../images/the_restaurant_img1.png') center center no-repeat;
}
section#the-restaurant hr.margin-l {
  margin-left: 200px;
}
section#the-restaurant .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  padding-left: 215px;
  padding-right: 30px;
}
section#the-restaurant .caption .subtitle {
  display: block;
  font: 1.4rem/1.25em 'Light' !important;
  color: #8D7249;
  margin-bottom: 15px/2;
}
/*------------------------------------------------------------------------------------*/
section#the-team .member-thumb1,
section#the-team .member-thumb2,
section#the-team .member-thumb3 {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
section#the-team .member-thumb1 {
  background: url('../images/the_team_member1.jpg') center center no-repeat;
}
section#the-team .member-thumb2 {
  background: url('../images/the_team_member2.jpg') center center no-repeat;
}
section#the-team .member-thumb3 {
  background: url('../images/the_team_member3.jpg') center center no-repeat;
}
section#the-team .member-name {
  font: 2.267rem/1em 'Light';
  color: #8D7249;
}
/*------------------------------------------------------------------------------------*/
section#wiu .img1 {
  width: 100%;
  height: 375px;
  background: url('../images/wiu_img1.jpg') center center no-repeat;
  background-size: cover;
}
section#wiu .img2 {
  width: 100%;
  height: 375px;
  background: url('../images/wiu_img2.jpg') center center no-repeat;
  background-size: cover;
}
section#wiu .img3 {
  width: 100%;
  height: 375px;
  background: url('../images/wiu_img3.jpg') center center no-repeat;
  background-size: cover;
}
/*------------------------------------------------------------------------------------*/
section#activities .map-wrapper {
  position: relative;
  width: 100%;
  height: 447px;
}
section#activities .map-wrapper .map {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 661px;
  height: 447px;
  background: url('../images/activities_map.svg') center center no-repeat;
}
section#activities .map-wrapper .map .bullet {
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  font: 1.4rem/1em 'Light' !important;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #BBAB92;
  border-radius: 100%;
}
section#activities .map-wrapper .map .bullet:hover,
section#activities .map-wrapper .map .bullet:active {
  background-color: #8D7249;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
section#activities .map-wrapper .map .bullet.bullet1 {
  top: 290px;
  left: 310px;
}
section#activities .map-wrapper .map .bullet.bullet2 {
  top: 340px;
  left: 125px;
}
section#activities .map-wrapper .map .bullet.bullet3 {
  top: 150px;
  left: 110px;
}
section#activities .map-wrapper .map .bullet.bullet4 {
  top: 90px;
  left: 470px;
}
section#activities .img2,
section#activities .img3,
section#activities .img4,
section#activities .img5 {
  width: 200px;
  height: 200px;
}
section#activities .img2.img2,
section#activities .img3.img2,
section#activities .img4.img2,
section#activities .img5.img2 {
  background: url('../images/activities_img2.png') center center no-repeat;
}
section#activities .img2.img3,
section#activities .img3.img3,
section#activities .img4.img3,
section#activities .img5.img3 {
  background: url('../images/activities_img3.png') center center no-repeat;
}
section#activities .img2.img4,
section#activities .img3.img4,
section#activities .img4.img4,
section#activities .img5.img4 {
  background: url('../images/activities_img4.png') center center no-repeat;
}
section#activities .img2.img5,
section#activities .img3.img5,
section#activities .img4.img5,
section#activities .img5.img5 {
  background: url('../images/activities_img5.png') center center no-repeat;
}
section#activities hr.margin-l {
  margin-left: 200px;
}
section#activities .caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  padding-left: 230px;
  padding-right: 30px;
}
section#activities .caption .subtitle {
  position: relative;
  display: block;
  font: 1.4rem/1.25em 'Light' !important;
  color: #8D7249;
  margin-bottom: 15px/2;
  padding-left: 50px;
}
section#activities .caption .subtitle .bullet {
  position: absolute;
  top: -5px;
  left: 0;
  width: 33px;
  height: 33px;
  line-height: 1em;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #BBAB92;
  border-radius: 100%;
}
section#activities .caption .subtitle .bullet.active {
  background-color: #8D7249;
}
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
section#payments .panel-group .panel,
section#faqs .panel-group .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section#payments .panel-group .panel .panel-heading,
section#faqs .panel-group .panel .panel-heading {
  padding: 22.5px 0;
  border-bottom: 1px solid #E8E3DB;
}
section#payments .panel-group .panel .panel-heading .panel-title a,
section#faqs .panel-group .panel .panel-heading .panel-title a {
  display: block;
  position: relative;
  font: 1.6rem/1.15em 'Light';
  color: #8D7249;
  padding-left: 40px;
}
section#payments .panel-group .panel .panel-heading .panel-title a .caption,
section#faqs .panel-group .panel .panel-heading .panel-title a .caption {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 0px;
}
section#payments .panel-group .panel .panel-heading .panel-title a .bullet,
section#faqs .panel-group .panel .panel-heading .panel-title a .bullet {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 1.133rem;
  line-height: 1em;
  text-align: center;
  padding: 5px 0;
  color: #8D7249;
  border: 1px solid #8D7249;
  border-radius: 100%;
}
section#payments .panel-group .panel .panel-body a,
section#faqs .panel-group .panel .panel-body a {
  color: #8D7249;
  border-bottom: 1px dotted #8D7249;
}
section#payments .panel-group .panel .panel-body a:hover,
section#faqs .panel-group .panel .panel-body a:hover {
  color: #757575;
  border-color: #757575;
}
section#payments .panel-group .panel-heading + .panel-collapse > .list-group,
section#faqs .panel-group .panel-heading + .panel-collapse > .list-group,
section#payments .panel-group .panel-heading + .panel-collapse > .panel-body,
section#faqs .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
/*------------------------------------------------------------------------------------*/
section#byt .subtitle {
  font: 1.6rem/1em 'Light';
  color: #8D7249;
}
section#byt .list1 {
  list-style: disc;
  padding-left: 15px;
}
section#byt .list1 li {
  margin-bottom: 15px/2;
}
/*------------------------------------------------------------------------------------*/
section#images {
  padding: 0.25%;
}
section#images .image-wrapper {
  position: relative;
  float: left;
  display: block;
  width: 19.5%;
  height: 250px;
  overflow: hidden;
  margin: 0.25%;
  background-size: cover !important;
  opacity: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  /*.overlay {
      position: absolute;
      .square(100%);
      visibility: hidden;
      background-size: cover !important;
      transition: all .15s;
    }*/
}
section#images .image-wrapper:hover {
  /*visibility: visible;
      background-size: 105% !important;*/
  opacity: 0.8;
}
/*------------------------------------------------------------------------------------*/
section#modal-mails .fh1 {
  height: 100px;
}
section#modal-mails p {
  line-height: 1.35em;
}
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/
footer {
  background-color: #E8E3DB;
}
footer #footer-top {
  padding: 15px 0;
}
footer #footer-top .footer-logos {
  text-align: center;
  margin: 0;
  height: 80px;
  padding: 20px;
}
footer #footer-top .footer-logos a {
  display: inline-block;
  margin: 0 15px/2;
  width: 72px;
  height: 72px;
  background-size: contain !important;
  margin-right: 20px;
}
footer #footer-top .footer-logos a.logo1 {
  background: url('../images/footer_logo1.jpg') center center no-repeat;
}
footer #footer-top .footer-logos a.logo2 {
  background: url('../images/footer_logo2.jpg') center center no-repeat;
}
footer #footer-top .footer-logos a.logo3 {
  background: url('../images/footer_logo3.jpg') center center no-repeat;
}
footer #footer-top .footer-logos a.logo4 {
  background: url('../images/footer_logo4.jpg') center center no-repeat;
}
footer #footer-top .footer-logos a.logo5 {
  background: url('../images/footer_logo5.jpg') center center no-repeat;
}
footer #footer-top .footer-logos a.logo6 {
  background: url('../images/footer_logo6.png') center center no-repeat;
}
footer #footer-top .footer-logos a.logo7 {
  background: url('../images/footer_logo7.png') center center no-repeat;
}
footer #footer-top .contact-info {
  font-size: 0.8667rem;
  line-height: 1.5em;
  color: #BBAB92;
  padding: 20.5px 0;
  padding-left: 15px;
  border-left: 2px solid #BBAB92;
}
footer #footer-top .contact-info a {
  color: #BBAB92;
}
footer #footer-top .social {
  text-align: center;
  margin: 20px 0;
  padding: 0;
  height: 40px;
}
footer #footer-top .social li {
  display: inline-block;
  margin: 0 15px/3;
}
footer #footer-top .social li a {
  display: block;
}
footer #footer-top .social li a i.fa,
footer #footer-top .social li a i.fab,
footer #footer-top .social li a i.fal,
footer #footer-top .social li a i.far,
footer #footer-top .social li a i.fas {
  display: table-cell;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #BBAB92;
  border-radius: 100%;
}
footer #footer-top .social li a:hover i.fa,
footer #footer-top .social li a:hover i.fab,
footer #footer-top .social li a:hover i.fal,
footer #footer-top .social li a:hover i.far,
footer #footer-top .social li a:hover i.fas {
  background-color: #8D7249;
}
footer #footer-copy {
  background-color: #D1C7B7;
  padding: 15px/5 0;
}
footer #footer-copy .copy {
  font-size: 0.833rem;
  color: #8D7249;
  margin: 0;
}
footer #footer-copy .logo-tripi {
  display: block;
  width: 100px;
  height: 30px;
  background: url('../images/logo_tripi.png') center center no-repeat;
  background-size: contain;
}
/*
------------------------------------------------------------------------------------
RESPONSIVE:
------------------------------------------------------------------------------------
*/
/*
@color1: #8D7249;
@color2: #E8E3DB;
@color3: #BBAB92;
@color4: #F3F1ED;
@color5: #000000;
@color6: #000000;

@gap: 15px;

@import url('mixins.less');
*/
@media (max-width: 767px) {
  html {
    font-size: 14px !important;
  }
  header .section-title,
  section .section-title,
  aside .section-title,
  footer .section-title {
    font-size: 1.733rem !important;
    letter-spacing: 1px;
  }
  section#home-hero #hero .slider {
    margin-bottom: 60px;
  }
  section#home-hero #hero .slider .btn-watch-video {
    bottom: -15px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  section#home-hero #hero .slider .slider-nav .slider-prev {
    left: 15px !important;
  }
  section#home-hero #hero .slider .slider-nav .slider-next {
    right: 15px !important;
  }
  section#home-hero #hero .slide {
    width: 100% !important;
    height: 375px !important;
  }
  section#images {
    padding: 1% !important;
  }
  section#images .image-wrapper {
    width: 98% !important;
    margin: 1% !important;
  }
  section#the-place .img {
    height: 340px;
  }
  section#location .img1 {
    height: 170px;
  }
  section#location .img2 {
    height: 400px;
  }
  section#location .img3 {
    height: 200px;
  }
  section#activities .img-circle,
  section#the-rooms .img-circle,
  section#the-restaurant .img-circle {
    width: 100px !important;
    height: 100px !important;
  }
  section#activities hr.margin-l,
  section#the-rooms hr.margin-l,
  section#the-restaurant hr.margin-l {
    margin-left: 100px !important;
  }
  section#activities .caption,
  section#the-rooms .caption,
  section#the-restaurant .caption {
    padding-left: 130px !important;
  }
  section#images ul.grid li {
    width: 50% !important;
  }
  footer {
    background-color: #E8E3DB;
  }
  footer #footer-top .footer-logos a {
    width: 47px;
    height: 47px;
    background-size: contain !important;
  }
  footer #footer-top .contact-info {
    padding-left: 0;
    border-left: 0;
    text-align: center;
  }
  footer #footer-top .social {
    text-align: center;
  }
  footer #footer-copy {
    background-color: #D1C7B7;
    padding: 15px/2 0;
  }
  footer #footer-copy .copy {
    font-size: 0.8667rem;
    color: #8D7249;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .margin-b-xs {
    margin-bottom: 15px !important;
  }
  .margin-large-b-xs {
    margin-bottom: 30px !important;
  }
  .margin-small-b-xs {
    margin-bottom: 15px/2 !important;
  }
  .margin-t-xs {
    margin-top: 15px !important;
  }
  .margin-large-t-xs {
    margin-top: 30px !important;
  }
  .margin-small-t-xs {
    margin-top: 15px/2 !important;
  }
  .padding-v-xlarge {
    padding: 30px 0;
  }
  .padding-h-xlarge {
    padding: 0 30px;
  }
  .padding-xlarge-t {
    padding-top: 30px;
  }
  .padding-xlarge-b {
    padding-bottom: 30px;
  }
  .margin-xlarge-t {
    margin-top: 30px;
  }
  .margin-xlarge-b {
    margin-bottom: 30px;
  }
  hr {
    display: none;
  }
  hr.thick {
    display: block !important;
  }
  .col-margin-r {
    padding-right: 15px !important;
  }
  .col-margin-l {
    padding-left: 15px !important;
  }
  .col-margin-half-r {
    padding-right: 15px/2 !important;
  }
  .col-margin-half-l {
    padding-left: 15px/2 !important;
  }
  header nav.navbar {
    margin: 15px 0;
  }
  header nav.navbar .dropdown-menu {
    margin-top: 15px !important;
  }
  section#home-hero #hero .slide {
    width: 100% !important;
    height: 450px !important;
  }
  section#images {
    padding: 0.5%;
  }
  section#images .image-wrapper {
    width: 32.33%;
    margin: 0.5%;
  }
  section#activities .img1,
  section#the-rooms .img1,
  section#the-restaurant .img1,
  section#activities .img2,
  section#the-rooms .img2,
  section#the-restaurant .img2,
  section#activities .img3,
  section#the-rooms .img3,
  section#the-restaurant .img3 {
    width: 150px;
    height: 150px;
    background-size: contain !important;
  }
  section#activities hr.margin-l,
  section#the-rooms hr.margin-l,
  section#the-restaurant hr.margin-l {
    margin-left: 150px;
  }
  section#activities .caption,
  section#the-rooms .caption,
  section#the-restaurant .caption {
    padding-left: 180px;
  }
  section#activities .map-wrapper {
    height: 330px;
    margin-top: -70px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  #fancybox-lock .fancybox-wrap .fancybox-prev,
  #fancybox-lock .fancybox-wrap .fancybox-next {
    opacity: 0 !important;
  }
}
/* ------------------------------------------------------------------------------------
NAV:
------------------------------------------------------------------------------------ */
@media (max-width: 1100px) {
  header {
    margin-top: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-header .navbar-brand {
    width: 150px !important;
    height: 70px !important;
  }
  .navbar-header .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  #nav-main {
    max-height: 450px;
    height: 450px;
    overflow-y: auto !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 0 !important;
    padding: 15px 0 !important;
    padding-bottom: 30px !important;
  }
  .navbar-nav > li {
    float: none !important;
    text-align: center !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .navbar-nav > li > a {
    display: inline-block !important;
    padding: 15px 0 !important;
  }
  .navbar-nav > li > a.btn-reservations,
  .navbar-nav > li > a.btn-lang.dropdown-toggle {
    padding: 15px 15px !important;
    margin: 15px/2 0 !important;
  }
  .navbar-nav > li.dropdown:after {
    display: none !important;
  }
  .navbar-nav > li.dropdown .dropdown-menu {
    width: 100% !important;
    position: relative !important;
    right: 0 !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
    border: 0 !important;
  }
  .navbar-nav > li.dropdown .dropdown-menu > li {
    display: block !important;
  }
  .nav-rch {
    width: 40px !important;
    height: 40px !important;
  }
}
