﻿html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

button, input[type=button], input[type=reset], input[type=submit] {
  appearance: none;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 1;
  padding: 1.75em 3.5em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -moz-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
}
body.root-1183 button, body.root-1183 input[type=button], body.root-1183 input[type=reset], body.root-1183 input[type=submit] {
  background-color: #40516f;
}
body.root-2327 button, body.root-2327 input[type=button], body.root-2327 input[type=reset], body.root-2327 input[type=submit] {
  background-color: #6b2b2b;
}
body.root-2108 button, body.root-2108 input[type=button], body.root-2108 input[type=reset], body.root-2108 input[type=submit] {
  background-color: #ac872e;
}
body.root-1183 button, body.root-1183 input[type=button], body.root-1183 input[type=reset], body.root-1183 input[type=submit] {
  border: 1px solid #40516f;
}
body.root-2327 button, body.root-2327 input[type=button], body.root-2327 input[type=reset], body.root-2327 input[type=submit] {
  border: 1px solid #6b2b2b;
}
body.root-2108 button, body.root-2108 input[type=button], body.root-2108 input[type=reset], body.root-2108 input[type=submit] {
  border: 1px solid #ac872e;
}
fieldset.inline button, fieldset.inline input[type=button], fieldset.inline input[type=reset], fieldset.inline input[type=submit] {
  line-height: normal;
  padding: 1.1290322581em 1.75em;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus {
  color: #fff;
}
body.root-1183 button:hover, body.root-1183 button:focus, body.root-1183 input[type=button]:hover, body.root-1183 input[type=button]:focus, body.root-1183 input[type=reset]:hover, body.root-1183 input[type=reset]:focus, body.root-1183 input[type=submit]:hover, body.root-1183 input[type=submit]:focus {
  background-color: #2d394f;
}
body.root-2327 button:hover, body.root-2327 button:focus, body.root-2327 input[type=button]:hover, body.root-2327 input[type=button]:focus, body.root-2327 input[type=reset]:hover, body.root-2327 input[type=reset]:focus, body.root-2327 input[type=submit]:hover, body.root-2327 input[type=submit]:focus {
  background-color: #471c1c;
}
body.root-2108 button:hover, body.root-2108 button:focus, body.root-2108 input[type=button]:hover, body.root-2108 input[type=button]:focus, body.root-2108 input[type=reset]:hover, body.root-2108 input[type=reset]:focus, body.root-2108 input[type=submit]:hover, body.root-2108 input[type=submit]:focus {
  background-color: #846723;
}
body.root-1183 button:hover, body.root-1183 button:focus, body.root-1183 input[type=button]:hover, body.root-1183 input[type=button]:focus, body.root-1183 input[type=reset]:hover, body.root-1183 input[type=reset]:focus, body.root-1183 input[type=submit]:hover, body.root-1183 input[type=submit]:focus {
  border: 1px solid #2d394f;
}
body.root-2327 button:hover, body.root-2327 button:focus, body.root-2327 input[type=button]:hover, body.root-2327 input[type=button]:focus, body.root-2327 input[type=reset]:hover, body.root-2327 input[type=reset]:focus, body.root-2327 input[type=submit]:hover, body.root-2327 input[type=submit]:focus {
  border: 1px solid #471c1c;
}
body.root-2108 button:hover, body.root-2108 button:focus, body.root-2108 input[type=button]:hover, body.root-2108 input[type=button]:focus, body.root-2108 input[type=reset]:hover, body.root-2108 input[type=reset]:focus, body.root-2108 input[type=submit]:hover, body.root-2108 input[type=submit]:focus {
  border: 1px solid #846723;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover {
  background-color: #40516f;
  border: 1px solid #40516f;
}

fieldset {
  background-color: transparent;
  border: 1px solid #ddd;
  padding: 0.875em;
}
fieldset.flat {
  border: 0;
  padding: 0 !important;
}
fieldset > div {
  margin-bottom: 0.875em;
}
fieldset > div.input-submit label {
  display: none;
}
fieldset > div:last-child {
  margin-bottom: 0 !important;
}
fieldset.inline::after, fieldset > div.inline::after {
  clear: both;
  content: "";
  display: table;
}
fieldset.inline > div, fieldset > div.inline > div {
  float: left;
  margin-bottom: 0;
}
fieldset.inline > div.input-submit label, fieldset > div.inline > div.input-submit label {
  display: block;
}
fieldset.inline > div:not(:last-child), fieldset > div.inline > div:not(:last-child) {
  margin-right: 0.4375em;
}
fieldset > div.inline-2-cols > div {
  width: 49%;
}
fieldset > div.inline-2-cols > div:not(:last-child) {
  margin-right: 2%;
}
fieldset:last-child {
  margin-bottom: 0;
}

input,
label,
select {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1em;
}

label {
  font-family: "Playfair Display", serif;
  margin-bottom: 0.4375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  vertical-align: top;
  -webkit-transition: border-color 150ms ease;
  -moz-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Georgia", serif;
  padding: 0.7291666667em;
}
body.root-1183 input[type=color], body.root-1183 input[type=date], body.root-1183 input[type=datetime], body.root-1183 input[type=datetime-local], body.root-1183 input[type=email], body.root-1183 input[type=month], body.root-1183 input[type=number], body.root-1183 input[type=password], body.root-1183 input[type=search], body.root-1183 input[type=tel], body.root-1183 input[type=text], body.root-1183 input[type=time], body.root-1183 input[type=url], body.root-1183 input[type=week], body.root-1183 input:not([type]), body.root-1183 textarea,
body.root-1183 select {
  color: #47413d;
}
body.root-2327 input[type=color], body.root-2327 input[type=date], body.root-2327 input[type=datetime], body.root-2327 input[type=datetime-local], body.root-2327 input[type=email], body.root-2327 input[type=month], body.root-2327 input[type=number], body.root-2327 input[type=password], body.root-2327 input[type=search], body.root-2327 input[type=tel], body.root-2327 input[type=text], body.root-2327 input[type=time], body.root-2327 input[type=url], body.root-2327 input[type=week], body.root-2327 input:not([type]), body.root-2327 textarea,
body.root-2327 select {
  color: #47413d;
}
body.root-2108 input[type=color], body.root-2108 input[type=date], body.root-2108 input[type=datetime], body.root-2108 input[type=datetime-local], body.root-2108 input[type=email], body.root-2108 input[type=month], body.root-2108 input[type=number], body.root-2108 input[type=password], body.root-2108 input[type=search], body.root-2108 input[type=tel], body.root-2108 input[type=text], body.root-2108 input[type=time], body.root-2108 input[type=url], body.root-2108 input[type=week], body.root-2108 input:not([type]), body.root-2108 textarea,
body.root-2108 select {
  color: #47413d;
}
body.root-1183 input[type=color]::-webkit-input-placeholder, body.root-1183 input[type=date]::-webkit-input-placeholder, body.root-1183 input[type=datetime]::-webkit-input-placeholder, body.root-1183 input[type=datetime-local]::-webkit-input-placeholder, body.root-1183 input[type=email]::-webkit-input-placeholder, body.root-1183 input[type=month]::-webkit-input-placeholder, body.root-1183 input[type=number]::-webkit-input-placeholder, body.root-1183 input[type=password]::-webkit-input-placeholder, body.root-1183 input[type=search]::-webkit-input-placeholder, body.root-1183 input[type=tel]::-webkit-input-placeholder, body.root-1183 input[type=text]::-webkit-input-placeholder, body.root-1183 input[type=time]::-webkit-input-placeholder, body.root-1183 input[type=url]::-webkit-input-placeholder, body.root-1183 input[type=week]::-webkit-input-placeholder, body.root-1183 input:not([type])::-webkit-input-placeholder, body.root-1183 textarea::-webkit-input-placeholder,
body.root-1183 select::-webkit-input-placeholder {
  color: #7e736c;
}
body.root-2327 input[type=color]::-webkit-input-placeholder, body.root-2327 input[type=date]::-webkit-input-placeholder, body.root-2327 input[type=datetime]::-webkit-input-placeholder, body.root-2327 input[type=datetime-local]::-webkit-input-placeholder, body.root-2327 input[type=email]::-webkit-input-placeholder, body.root-2327 input[type=month]::-webkit-input-placeholder, body.root-2327 input[type=number]::-webkit-input-placeholder, body.root-2327 input[type=password]::-webkit-input-placeholder, body.root-2327 input[type=search]::-webkit-input-placeholder, body.root-2327 input[type=tel]::-webkit-input-placeholder, body.root-2327 input[type=text]::-webkit-input-placeholder, body.root-2327 input[type=time]::-webkit-input-placeholder, body.root-2327 input[type=url]::-webkit-input-placeholder, body.root-2327 input[type=week]::-webkit-input-placeholder, body.root-2327 input:not([type])::-webkit-input-placeholder, body.root-2327 textarea::-webkit-input-placeholder,
body.root-2327 select::-webkit-input-placeholder {
  color: #7e736c;
}
body.root-2108 input[type=color]::-webkit-input-placeholder, body.root-2108 input[type=date]::-webkit-input-placeholder, body.root-2108 input[type=datetime]::-webkit-input-placeholder, body.root-2108 input[type=datetime-local]::-webkit-input-placeholder, body.root-2108 input[type=email]::-webkit-input-placeholder, body.root-2108 input[type=month]::-webkit-input-placeholder, body.root-2108 input[type=number]::-webkit-input-placeholder, body.root-2108 input[type=password]::-webkit-input-placeholder, body.root-2108 input[type=search]::-webkit-input-placeholder, body.root-2108 input[type=tel]::-webkit-input-placeholder, body.root-2108 input[type=text]::-webkit-input-placeholder, body.root-2108 input[type=time]::-webkit-input-placeholder, body.root-2108 input[type=url]::-webkit-input-placeholder, body.root-2108 input[type=week]::-webkit-input-placeholder, body.root-2108 input:not([type])::-webkit-input-placeholder, body.root-2108 textarea::-webkit-input-placeholder,
body.root-2108 select::-webkit-input-placeholder {
  color: #7e736c;
}
body.root-1183 input[type=color]::-moz-placeholder, body.root-1183 input[type=date]::-moz-placeholder, body.root-1183 input[type=datetime]::-moz-placeholder, body.root-1183 input[type=datetime-local]::-moz-placeholder, body.root-1183 input[type=email]::-moz-placeholder, body.root-1183 input[type=month]::-moz-placeholder, body.root-1183 input[type=number]::-moz-placeholder, body.root-1183 input[type=password]::-moz-placeholder, body.root-1183 input[type=search]::-moz-placeholder, body.root-1183 input[type=tel]::-moz-placeholder, body.root-1183 input[type=text]::-moz-placeholder, body.root-1183 input[type=time]::-moz-placeholder, body.root-1183 input[type=url]::-moz-placeholder, body.root-1183 input[type=week]::-moz-placeholder, body.root-1183 input:not([type])::-moz-placeholder, body.root-1183 textarea::-moz-placeholder,
body.root-1183 select::-moz-placeholder {
  color: #7e736c;
}
body.root-2327 input[type=color]::-moz-placeholder, body.root-2327 input[type=date]::-moz-placeholder, body.root-2327 input[type=datetime]::-moz-placeholder, body.root-2327 input[type=datetime-local]::-moz-placeholder, body.root-2327 input[type=email]::-moz-placeholder, body.root-2327 input[type=month]::-moz-placeholder, body.root-2327 input[type=number]::-moz-placeholder, body.root-2327 input[type=password]::-moz-placeholder, body.root-2327 input[type=search]::-moz-placeholder, body.root-2327 input[type=tel]::-moz-placeholder, body.root-2327 input[type=text]::-moz-placeholder, body.root-2327 input[type=time]::-moz-placeholder, body.root-2327 input[type=url]::-moz-placeholder, body.root-2327 input[type=week]::-moz-placeholder, body.root-2327 input:not([type])::-moz-placeholder, body.root-2327 textarea::-moz-placeholder,
body.root-2327 select::-moz-placeholder {
  color: #7e736c;
}
body.root-2108 input[type=color]::-moz-placeholder, body.root-2108 input[type=date]::-moz-placeholder, body.root-2108 input[type=datetime]::-moz-placeholder, body.root-2108 input[type=datetime-local]::-moz-placeholder, body.root-2108 input[type=email]::-moz-placeholder, body.root-2108 input[type=month]::-moz-placeholder, body.root-2108 input[type=number]::-moz-placeholder, body.root-2108 input[type=password]::-moz-placeholder, body.root-2108 input[type=search]::-moz-placeholder, body.root-2108 input[type=tel]::-moz-placeholder, body.root-2108 input[type=text]::-moz-placeholder, body.root-2108 input[type=time]::-moz-placeholder, body.root-2108 input[type=url]::-moz-placeholder, body.root-2108 input[type=week]::-moz-placeholder, body.root-2108 input:not([type])::-moz-placeholder, body.root-2108 textarea::-moz-placeholder,
body.root-2108 select::-moz-placeholder {
  color: #7e736c;
}
body.root-1183 input[type=color]:-moz-placeholder, body.root-1183 input[type=date]:-moz-placeholder, body.root-1183 input[type=datetime]:-moz-placeholder, body.root-1183 input[type=datetime-local]:-moz-placeholder, body.root-1183 input[type=email]:-moz-placeholder, body.root-1183 input[type=month]:-moz-placeholder, body.root-1183 input[type=number]:-moz-placeholder, body.root-1183 input[type=password]:-moz-placeholder, body.root-1183 input[type=search]:-moz-placeholder, body.root-1183 input[type=tel]:-moz-placeholder, body.root-1183 input[type=text]:-moz-placeholder, body.root-1183 input[type=time]:-moz-placeholder, body.root-1183 input[type=url]:-moz-placeholder, body.root-1183 input[type=week]:-moz-placeholder, body.root-1183 input:not([type]):-moz-placeholder, body.root-1183 textarea:-moz-placeholder,
body.root-1183 select:-moz-placeholder {
  color: #7e736c;
}
body.root-2327 input[type=color]:-moz-placeholder, body.root-2327 input[type=date]:-moz-placeholder, body.root-2327 input[type=datetime]:-moz-placeholder, body.root-2327 input[type=datetime-local]:-moz-placeholder, body.root-2327 input[type=email]:-moz-placeholder, body.root-2327 input[type=month]:-moz-placeholder, body.root-2327 input[type=number]:-moz-placeholder, body.root-2327 input[type=password]:-moz-placeholder, body.root-2327 input[type=search]:-moz-placeholder, body.root-2327 input[type=tel]:-moz-placeholder, body.root-2327 input[type=text]:-moz-placeholder, body.root-2327 input[type=time]:-moz-placeholder, body.root-2327 input[type=url]:-moz-placeholder, body.root-2327 input[type=week]:-moz-placeholder, body.root-2327 input:not([type]):-moz-placeholder, body.root-2327 textarea:-moz-placeholder,
body.root-2327 select:-moz-placeholder {
  color: #7e736c;
}
body.root-2108 input[type=color]:-moz-placeholder, body.root-2108 input[type=date]:-moz-placeholder, body.root-2108 input[type=datetime]:-moz-placeholder, body.root-2108 input[type=datetime-local]:-moz-placeholder, body.root-2108 input[type=email]:-moz-placeholder, body.root-2108 input[type=month]:-moz-placeholder, body.root-2108 input[type=number]:-moz-placeholder, body.root-2108 input[type=password]:-moz-placeholder, body.root-2108 input[type=search]:-moz-placeholder, body.root-2108 input[type=tel]:-moz-placeholder, body.root-2108 input[type=text]:-moz-placeholder, body.root-2108 input[type=time]:-moz-placeholder, body.root-2108 input[type=url]:-moz-placeholder, body.root-2108 input[type=week]:-moz-placeholder, body.root-2108 input:not([type]):-moz-placeholder, body.root-2108 textarea:-moz-placeholder,
body.root-2108 select:-moz-placeholder {
  color: #7e736c;
}
body.root-1183 input[type=color]:-ms-input-placeholder, body.root-1183 input[type=date]:-ms-input-placeholder, body.root-1183 input[type=datetime]:-ms-input-placeholder, body.root-1183 input[type=datetime-local]:-ms-input-placeholder, body.root-1183 input[type=email]:-ms-input-placeholder, body.root-1183 input[type=month]:-ms-input-placeholder, body.root-1183 input[type=number]:-ms-input-placeholder, body.root-1183 input[type=password]:-ms-input-placeholder, body.root-1183 input[type=search]:-ms-input-placeholder, body.root-1183 input[type=tel]:-ms-input-placeholder, body.root-1183 input[type=text]:-ms-input-placeholder, body.root-1183 input[type=time]:-ms-input-placeholder, body.root-1183 input[type=url]:-ms-input-placeholder, body.root-1183 input[type=week]:-ms-input-placeholder, body.root-1183 input:not([type]):-ms-input-placeholder, body.root-1183 textarea:-ms-input-placeholder,
body.root-1183 select:-ms-input-placeholder {
  color: #7e736c;
}
body.root-2327 input[type=color]:-ms-input-placeholder, body.root-2327 input[type=date]:-ms-input-placeholder, body.root-2327 input[type=datetime]:-ms-input-placeholder, body.root-2327 input[type=datetime-local]:-ms-input-placeholder, body.root-2327 input[type=email]:-ms-input-placeholder, body.root-2327 input[type=month]:-ms-input-placeholder, body.root-2327 input[type=number]:-ms-input-placeholder, body.root-2327 input[type=password]:-ms-input-placeholder, body.root-2327 input[type=search]:-ms-input-placeholder, body.root-2327 input[type=tel]:-ms-input-placeholder, body.root-2327 input[type=text]:-ms-input-placeholder, body.root-2327 input[type=time]:-ms-input-placeholder, body.root-2327 input[type=url]:-ms-input-placeholder, body.root-2327 input[type=week]:-ms-input-placeholder, body.root-2327 input:not([type]):-ms-input-placeholder, body.root-2327 textarea:-ms-input-placeholder,
body.root-2327 select:-ms-input-placeholder {
  color: #7e736c;
}
body.root-2108 input[type=color]:-ms-input-placeholder, body.root-2108 input[type=date]:-ms-input-placeholder, body.root-2108 input[type=datetime]:-ms-input-placeholder, body.root-2108 input[type=datetime-local]:-ms-input-placeholder, body.root-2108 input[type=email]:-ms-input-placeholder, body.root-2108 input[type=month]:-ms-input-placeholder, body.root-2108 input[type=number]:-ms-input-placeholder, body.root-2108 input[type=password]:-ms-input-placeholder, body.root-2108 input[type=search]:-ms-input-placeholder, body.root-2108 input[type=tel]:-ms-input-placeholder, body.root-2108 input[type=text]:-ms-input-placeholder, body.root-2108 input[type=time]:-ms-input-placeholder, body.root-2108 input[type=url]:-ms-input-placeholder, body.root-2108 input[type=week]:-ms-input-placeholder, body.root-2108 input:not([type]):-ms-input-placeholder, body.root-2108 textarea:-ms-input-placeholder,
body.root-2108 select:-ms-input-placeholder {
  color: #7e736c;
}
body.root-1183 input[type=color]:hover, body.root-1183 input[type=date]:hover, body.root-1183 input[type=datetime]:hover, body.root-1183 input[type=datetime-local]:hover, body.root-1183 input[type=email]:hover, body.root-1183 input[type=month]:hover, body.root-1183 input[type=number]:hover, body.root-1183 input[type=password]:hover, body.root-1183 input[type=search]:hover, body.root-1183 input[type=tel]:hover, body.root-1183 input[type=text]:hover, body.root-1183 input[type=time]:hover, body.root-1183 input[type=url]:hover, body.root-1183 input[type=week]:hover, body.root-1183 input:not([type]):hover, body.root-1183 textarea:hover,
body.root-1183 select:hover {
  border-color: rgba(64, 81, 111, 0.5);
}
body.root-2327 input[type=color]:hover, body.root-2327 input[type=date]:hover, body.root-2327 input[type=datetime]:hover, body.root-2327 input[type=datetime-local]:hover, body.root-2327 input[type=email]:hover, body.root-2327 input[type=month]:hover, body.root-2327 input[type=number]:hover, body.root-2327 input[type=password]:hover, body.root-2327 input[type=search]:hover, body.root-2327 input[type=tel]:hover, body.root-2327 input[type=text]:hover, body.root-2327 input[type=time]:hover, body.root-2327 input[type=url]:hover, body.root-2327 input[type=week]:hover, body.root-2327 input:not([type]):hover, body.root-2327 textarea:hover,
body.root-2327 select:hover {
  border-color: rgba(107, 43, 43, 0.5);
}
body.root-2108 input[type=color]:hover, body.root-2108 input[type=date]:hover, body.root-2108 input[type=datetime]:hover, body.root-2108 input[type=datetime-local]:hover, body.root-2108 input[type=email]:hover, body.root-2108 input[type=month]:hover, body.root-2108 input[type=number]:hover, body.root-2108 input[type=password]:hover, body.root-2108 input[type=search]:hover, body.root-2108 input[type=tel]:hover, body.root-2108 input[type=text]:hover, body.root-2108 input[type=time]:hover, body.root-2108 input[type=url]:hover, body.root-2108 input[type=week]:hover, body.root-2108 input:not([type]):hover, body.root-2108 textarea:hover,
body.root-2108 select:hover {
  border-color: rgba(172, 135, 46, 0.5);
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, textarea:focus,
select:focus {
  outline: none;
}
body.root-1183 input[type=color]:focus, body.root-1183 input[type=date]:focus, body.root-1183 input[type=datetime]:focus, body.root-1183 input[type=datetime-local]:focus, body.root-1183 input[type=email]:focus, body.root-1183 input[type=month]:focus, body.root-1183 input[type=number]:focus, body.root-1183 input[type=password]:focus, body.root-1183 input[type=search]:focus, body.root-1183 input[type=tel]:focus, body.root-1183 input[type=text]:focus, body.root-1183 input[type=time]:focus, body.root-1183 input[type=url]:focus, body.root-1183 input[type=week]:focus, body.root-1183 input:not([type]):focus, body.root-1183 textarea:focus,
body.root-1183 select:focus {
  border-color: #40516f;
}
body.root-2327 input[type=color]:focus, body.root-2327 input[type=date]:focus, body.root-2327 input[type=datetime]:focus, body.root-2327 input[type=datetime-local]:focus, body.root-2327 input[type=email]:focus, body.root-2327 input[type=month]:focus, body.root-2327 input[type=number]:focus, body.root-2327 input[type=password]:focus, body.root-2327 input[type=search]:focus, body.root-2327 input[type=tel]:focus, body.root-2327 input[type=text]:focus, body.root-2327 input[type=time]:focus, body.root-2327 input[type=url]:focus, body.root-2327 input[type=week]:focus, body.root-2327 input:not([type]):focus, body.root-2327 textarea:focus,
body.root-2327 select:focus {
  border-color: #6b2b2b;
}
body.root-2108 input[type=color]:focus, body.root-2108 input[type=date]:focus, body.root-2108 input[type=datetime]:focus, body.root-2108 input[type=datetime-local]:focus, body.root-2108 input[type=email]:focus, body.root-2108 input[type=month]:focus, body.root-2108 input[type=number]:focus, body.root-2108 input[type=password]:focus, body.root-2108 input[type=search]:focus, body.root-2108 input[type=tel]:focus, body.root-2108 input[type=text]:focus, body.root-2108 input[type=time]:focus, body.root-2108 input[type=url]:focus, body.root-2108 input[type=week]:focus, body.root-2108 input:not([type]):focus, body.root-2108 textarea:focus,
body.root-2108 select:focus {
  border-color: #ac872e;
}
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input:not([type]):disabled, textarea:disabled,
select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select:disabled:hover {
  border: 1px solid #ddd;
}
input[type=color].input-validation-error, input[type=date].input-validation-error, input[type=datetime].input-validation-error, input[type=datetime-local].input-validation-error, input[type=email].input-validation-error, input[type=month].input-validation-error, input[type=number].input-validation-error, input[type=password].input-validation-error, input[type=search].input-validation-error, input[type=tel].input-validation-error, input[type=text].input-validation-error, input[type=time].input-validation-error, input[type=url].input-validation-error, input[type=week].input-validation-error, input:not([type]).input-validation-error, textarea.input-validation-error,
select.input-validation-error {
  background-color: #ffcccc !important;
  border: 1px solid red !important;
  color: red !important;
}

textarea {
  resize: vertical;
  display: block;
  font-size: 1em;
}

input[type=search] {
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.4375em;
}
input[type=checkbox].input-validation-error + span, input[type=checkbox].input-validation-error + label,
input[type=radio].input-validation-error + span,
input[type=radio].input-validation-error + label {
  color: red;
}

input[type=file] {
  margin-bottom: 0;
  width: 100%;
}

select {
  margin-bottom: 0;
  max-width: 100%;
  width: auto;
  border-radius: 0;
  width: 100%;
  background-position: center right 8px;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  padding-right: 26px;
}
select::-ms-expand {
  display: none;
}
body.root-1183 select {
  background-image: url("/images/icons/icon-arrow-form.png");
}
body.root-2327 select {
  background-image: url("/images/icons/ermitage/icon-arrow-form.png");
}
body.root-2108 select {
  background-image: url("/images/icons/icon-arrow-form.png");
}

input[type=text].hasDatepicker {
  background-position: center right 8px;
  background-repeat: no-repeat;
  background-size: 9px 7px;
  padding-right: 33px;
}
body.root-1183 input[type=text].hasDatepicker {
  background-image: url("/images/icons/icon-calendar.png");
}
body.root-2327 input[type=text].hasDatepicker {
  background-image: url("/images/icons/ermitage/icon-calendar.png");
}
body.root-2108 input[type=text].hasDatepicker {
  background-image: url("/images/icons/icon-calendar.png");
}

span.field-validation-error {
  color: red;
}

ul.radio-buttons, ul.checkboxes {
  margin: 0 !important;
  padding: 0;
}
ul.radio-buttons li, ul.checkboxes li {
  margin: 0 !important;
  padding: 0 !important;
}
ul.radio-buttons li:before, ul.checkboxes li:before {
  display: none;
}
ul.radio-buttons li input + label, ul.checkboxes li input + label {
  display: inline-block;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.default {
  margin-bottom: 0.875em;
  display: block !important;
}
ul.default li {
  position: relative !important;
  padding: 0 0 0 1.5em;
  margin: 0;
  display: block !important;
}
ul.default li::before {
  position: absolute !important;
  left: 0.5833333333em !important;
  content: "-";
}

ol.default {
  list-style-type: decimal;
  margin-bottom: 0.875em;
  padding-left: 1.75em;
}

dl {
  margin-bottom: 0.875em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.875em;
}
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  padding: 0.875em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.875em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

.table-holder {
  overflow: hidden;
  overflow-x: auto;
}
.table-holder > table {
  table-layout: auto;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: "Lato", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.75;
}
body.root-1183 body {
  color: #47413d;
}
body.root-2327 body {
  color: #47413d;
}
body.root-2108 body {
  color: #47413d;
}
@media screen and (max-width: 63.9375em) {
  body {
    font-size: 0.875em;
    line-height: 1.71em;
  }
}

h1, .mono-carousel .flex-slides-nav > div.flex-slide-count,
h2, .box7 > div > div .two-cols > div > a > div > div > div > p, .box16 > div > div .two-cols > div > a > div > div > div > p, .box10 > div > div .two-cols > div > a > div > div > div > p,
h3,
h4, ol.accordion > li > div:first-child, ul.accordion > li > div:first-child,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  font-weight: 700;
}
h1 a, .mono-carousel .flex-slides-nav > div.flex-slide-count a,
h2 a, .box7 > div > div .two-cols > div > a > div > div > div > p a, .box16 > div > div .two-cols > div > a > div > div > div > p a, .box10 > div > div .two-cols > div > a > div > div > div > p a,
h3 a,
h4 a, ol.accordion > li > div:first-child a, ul.accordion > li > div:first-child a,
h5 a,
h6 a {
  color: inherit !important;
  text-decoration: none !important;
}

h1, .mono-carousel .flex-slides-nav > div.flex-slide-count {
  font-size: 2em;
  line-height: 1.18em;
  margin: 0 0 0.65em;
}
body.root-1183 h1, body.root-1183 .mono-carousel .flex-slides-nav > div.flex-slide-count, .mono-carousel body.root-1183 .flex-slides-nav > div.flex-slide-count {
  color: #47413d;
}
body.root-2327 h1, body.root-2327 .mono-carousel .flex-slides-nav > div.flex-slide-count, .mono-carousel body.root-2327 .flex-slides-nav > div.flex-slide-count {
  color: #47413d;
}
body.root-2108 h1, body.root-2108 .mono-carousel .flex-slides-nav > div.flex-slide-count, .mono-carousel body.root-2108 .flex-slides-nav > div.flex-slide-count {
  color: #47413d;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h1, .mono-carousel .flex-slides-nav > div.flex-slide-count {
    font-size: 2em;
    line-height: 1.21em;
  }
}
@media screen and (max-width: 47.9375em) {
  h1, .mono-carousel .flex-slides-nav > div.flex-slide-count {
    font-size: 1.7em;
    line-height: 1.25em;
  }
}

h2, .box7 > div > div .two-cols > div > a > div > div > div > p, .box16 > div > div .two-cols > div > a > div > div > div > p, .box10 > div > div .two-cols > div > a > div > div > div > p {
  font-size: 1.5em;
  line-height: 1.33em;
  margin: 0 0 0.5em;
}
body.root-1183 h2, body.root-1183 .box7 > div > div .two-cols > div > a > div > div > div > p, body.root-1183 .box16 > div > div .two-cols > div > a > div > div > div > p, body.root-1183 .box10 > div > div .two-cols > div > a > div > div > div > p, .box7 > div > div body.root-1183 .two-cols > div > a > div > div > div > p, .box16 > div > div body.root-1183 .two-cols > div > a > div > div > div > p, .box10 > div > div body.root-1183 .two-cols > div > a > div > div > div > p {
  color: #807670;
}
body.root-2327 h2, body.root-2327 .box7 > div > div .two-cols > div > a > div > div > div > p, body.root-2327 .box16 > div > div .two-cols > div > a > div > div > div > p, body.root-2327 .box10 > div > div .two-cols > div > a > div > div > div > p, .box7 > div > div body.root-2327 .two-cols > div > a > div > div > div > p, .box16 > div > div body.root-2327 .two-cols > div > a > div > div > div > p, .box10 > div > div body.root-2327 .two-cols > div > a > div > div > div > p {
  color: #807670;
}
body.root-2108 h2, body.root-2108 .box7 > div > div .two-cols > div > a > div > div > div > p, body.root-2108 .box16 > div > div .two-cols > div > a > div > div > div > p, body.root-2108 .box10 > div > div .two-cols > div > a > div > div > div > p, .box7 > div > div body.root-2108 .two-cols > div > a > div > div > div > p, .box16 > div > div body.root-2108 .two-cols > div > a > div > div > div > p, .box10 > div > div body.root-2108 .two-cols > div > a > div > div > div > p {
  color: #807670;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h2, .box7 > div > div .two-cols > div > a > div > div > div > p, .box16 > div > div .two-cols > div > a > div > div > div > p, .box10 > div > div .two-cols > div > a > div > div > div > p {
    font-size: 1.4em;
    line-height: 1.35em;
  }
}
@media screen and (max-width: 47.9375em) {
  h2, .box7 > div > div .two-cols > div > a > div > div > div > p, .box16 > div > div .two-cols > div > a > div > div > div > p, .box10 > div > div .two-cols > div > a > div > div > div > p {
    font-size: 1.3em;
    line-height: 1.27em;
  }
}

h3 {
  font-size: 1.1875em;
  line-height: 1.31em;
  margin: 0 0 0.25em;
}
body.root-1183 h3 {
  color: #807670;
}
body.root-2327 h3 {
  color: #807670;
}
body.root-2108 h3 {
  color: #807670;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h3 {
    font-size: 1.3em;
    line-height: 1.27em;
  }
}
@media screen and (max-width: 47.9375em) {
  h3 {
    font-size: 1.2em;
    line-height: 1.29em;
  }
}

h4, ol.accordion > li > div:first-child, ul.accordion > li > div:first-child {
  font-size: 0.875em;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.42em;
  text-transform: uppercase;
}
body.root-1183 h4, body.root-1183 ol.accordion > li > div:first-child, body.root-1183 ul.accordion > li > div:first-child {
  color: #807670;
}
body.root-2327 h4, body.root-2327 ol.accordion > li > div:first-child, body.root-2327 ul.accordion > li > div:first-child {
  color: #807670;
}
body.root-2108 h4, body.root-2108 ol.accordion > li > div:first-child, body.root-2108 ul.accordion > li > div:first-child {
  color: #807670;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  h4, ol.accordion > li > div:first-child, ul.accordion > li > div:first-child {
    font-size: 0.92em;
    line-height: 1.46em;
  }
}
@media screen and (max-width: 47.9375em) {
  h4, ol.accordion > li > div:first-child, ul.accordion > li > div:first-child {
    font-size: 0.85em;
    line-height: 1.41em;
  }
}

h5 {
  font-size: 1em;
  line-height: 1.75;
  margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  h5 {
    font-size: 0.875em;
    line-height: 1.71em;
  }
}

p, ul.default, ol.default, .table-holder, fieldset {
  margin: 0 0 1em;
}
p:last-child, ul.default:last-child, ol.default:last-child, .table-holder:last-child, fieldset:last-child {
  margin-bottom: 0;
}

small {
  display: block;
  font-size: 0.8em;
}

a {
  text-decoration: none;
  transition: color 150ms ease;
}
body.root-1183 a {
  color: #40516f;
}
body.root-2327 a {
  color: #6b2b2b;
}
body.root-2108 a {
  color: #ac872e;
}
body.root-1183 a:active, body.root-1183 a:focus, body.root-1183 a:hover {
  color: #2d394f;
}
body.root-2327 a:active, body.root-2327 a:focus, body.root-2327 a:hover {
  color: #471c1c;
}
body.root-2108 a:active, body.root-2108 a:focus, body.root-2108 a:hover {
  color: #846723;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.75em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

.slideshow-holder .flex-caption > div > div, #landing > div:last-child > div > div > div h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 3.25em;
  line-height: 1.076em;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .slideshow-holder .flex-caption > div > div, #landing > div:last-child > div > div > div h1 {
    font-size: 2.625em;
    line-height: 1.095em;
  }
}
@media screen and (max-width: 47.9375em) {
  .slideshow-holder .flex-caption > div > div, #landing > div:last-child > div > div > div h1 {
    font-size: 1.625em;
    line-height: 1.23em;
  }
}

#top > div:first-child.compressed > div > span, #landing > div:last-child > div > div > div p.link-button a, p.button-outlined a, p.button a {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 0.75em;
  line-height: 1.41em;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.1em 3em;
  text-decoration: none !important;
}
body.root-1183 #top > div:first-child.compressed > div > span, body.root-1183 #landing > div:last-child > div > div > div p.link-button a, #landing > div:last-child > div > div > div p.link-button body.root-1183 a, body.root-1183 p.button-outlined a, p.button-outlined body.root-1183 a, body.root-1183 p.button a, p.button body.root-1183 a {
  background-color: #40516f;
}
body.root-2327 #top > div:first-child.compressed > div > span, body.root-2327 #landing > div:last-child > div > div > div p.link-button a, #landing > div:last-child > div > div > div p.link-button body.root-2327 a, body.root-2327 p.button-outlined a, p.button-outlined body.root-2327 a, body.root-2327 p.button a, p.button body.root-2327 a {
  background-color: #6b2b2b;
}
body.root-2108 #top > div:first-child.compressed > div > span, body.root-2108 #landing > div:last-child > div > div > div p.link-button a, #landing > div:last-child > div > div > div p.link-button body.root-2108 a, body.root-2108 p.button-outlined a, p.button-outlined body.root-2108 a, body.root-2108 p.button a, p.button body.root-2108 a {
  background-color: #ac872e;
}
body.root-1183 #top > div:first-child.compressed > div > span, body.root-1183 #landing > div:last-child > div > div > div p.link-button a, #landing > div:last-child > div > div > div p.link-button body.root-1183 a, body.root-1183 p.button-outlined a, p.button-outlined body.root-1183 a, body.root-1183 p.button a, p.button body.root-1183 a {
  border: 1px solid #40516f;
}
body.root-2327 #top > div:first-child.compressed > div > span, body.root-2327 #landing > div:last-child > div > div > div p.link-button a, #landing > div:last-child > div > div > div p.link-button body.root-2327 a, body.root-2327 p.button-outlined a, p.button-outlined body.root-2327 a, body.root-2327 p.button a, p.button body.root-2327 a {
  border: 1px solid #6b2b2b;
}
body.root-2108 #top > div:first-child.compressed > div > span, body.root-2108 #landing > div:last-child > div > div > div p.link-button a, #landing > div:last-child > div > div > div p.link-button body.root-2108 a, body.root-2108 p.button-outlined a, p.button-outlined body.root-2108 a, body.root-2108 p.button a, p.button body.root-2108 a {
  border: 1px solid #ac872e;
}
body.root-1183 #top > div:first-child.compressed > div > span, body.root-1183 #landing > div:last-child > div > div > div p.link-button a, #landing > div:last-child > div > div > div p.link-button body.root-1183 a, body.root-1183 p.button-outlined a, p.button-outlined body.root-1183 a, body.root-1183 p.button a, p.button body.root-1183 a {
  color: #ffffff;
}
body.root-2327 #top > div:first-child.compressed > div > span, body.root-2327 #landing > div:last-child > div > div > div p.link-button a, #landing > div:last-child > div > div > div p.link-button body.root-2327 a, body.root-2327 p.button-outlined a, p.button-outlined body.root-2327 a, body.root-2327 p.button a, p.button body.root-2327 a {
  color: #ffffff;
}
body.root-2108 #top > div:first-child.compressed > div > span, body.root-2108 #landing > div:last-child > div > div > div p.link-button a, #landing > div:last-child > div > div > div p.link-button body.root-2108 a, body.root-2108 p.button-outlined a, p.button-outlined body.root-2108 a, body.root-2108 p.button a, p.button body.root-2108 a {
  color: #ffffff;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #top > div:first-child.compressed > div > span, #landing > div:last-child > div > div > div p.link-button a, p.button-outlined a, p.button a {
    font-size: 0.85em;
    padding: 1.25em 2em;
  }
}
@media screen and (max-width: 47.9375em) {
  #top > div:first-child.compressed > div > span, #landing > div:last-child > div > div > div p.link-button a, p.button-outlined a, p.button a {
    font-size: 0.85em;
    padding: 1.25em 1em;
  }
}

p.button a {
  -webkit-transition: background-color, 150ms;
  -moz-transition: background-color, 150ms;
  transition: background-color, 150ms;
}
body.root-1183 p.button a:hover {
  background-color: rgba(64, 81, 111, 0.6);
}
body.root-2327 p.button a:hover {
  background-color: rgba(107, 43, 43, 0.6);
}
body.root-2108 p.button a:hover {
  background-color: rgba(172, 135, 46, 0.6);
}
body.root-1183 p.button a:hover {
  border: 1px solid rgba(64, 81, 111, 0.6);
}
body.root-2327 p.button a:hover {
  border: 1px solid rgba(107, 43, 43, 0.6);
}
body.root-2108 p.button a:hover {
  border: 1px solid rgba(172, 135, 46, 0.6);
}

p.button-outlined a {
  -webkit-transition: background-color, 150ms;
  -moz-transition: background-color, 150ms;
  transition: background-color, 150ms;
  background-color: transparent !important;
}
body.root-1183 p.button-outlined a {
  border: 1px solid #a09b97;
}
body.root-2327 p.button-outlined a {
  border: 1px solid #a09b97;
}
body.root-2108 p.button-outlined a {
  border: 1px solid #a09b97;
}
body.root-1183 p.button-outlined a {
  color: #40516f;
}
body.root-2327 p.button-outlined a {
  color: #6b2b2b;
}
body.root-2108 p.button-outlined a {
  color: #ac872e;
}
body.root-1183 p.button-outlined a:hover {
  border: 1px solid rgba(160, 155, 151, 0.6);
}
body.root-2327 p.button-outlined a:hover {
  border: 1px solid rgba(160, 155, 151, 0.6);
}
body.root-2108 p.button-outlined a:hover {
  border: 1px solid rgba(160, 155, 151, 0.6);
}

div.number h1, h1.category {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 3.25em;
  line-height: 1.076em;
}
body.root-1183 div.number h1, div.number body.root-1183 h1, body.root-1183 h1.category {
  color: #8992a1;
}
body.root-2327 div.number h1, div.number body.root-2327 h1, body.root-2327 h1.category {
  color: #9c7b7b;
}
body.root-2108 div.number h1, div.number body.root-2108 h1, body.root-2108 h1.category {
  color: #c7b082;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  div.number h1, h1.category {
    font-size: 2.625em;
    line-height: 1.095em;
  }
}
@media screen and (max-width: 47.9375em) {
  div.number h1, h1.category {
    font-size: 1.875em;
    line-height: 1.13em;
  }
}

div.number {
  font-size: 1.9em;
}
div.number h1 {
  line-height: 0.75em;
  margin-bottom: 0;
  font-weight: 400;
}

.box9 > div > div > div.images > div:last-child > div p, p.quote {
  font-family: "Playfair Display", serif;
  font-weight: 400italic;
  font-style: italic;
  font-size: 1.187em;
  line-height: 1.315em;
  text-transform: none;
}
body.root-1183 .box9 > div > div > div.images > div:last-child > div p, .box9 > div > div > div.images > div:last-child > div body.root-1183 p, body.root-1183 p.quote {
  color: #3f506e;
}
body.root-2327 .box9 > div > div > div.images > div:last-child > div p, .box9 > div > div > div.images > div:last-child > div body.root-2327 p, body.root-2327 p.quote {
  color: #6b2b2b;
}
body.root-2108 .box9 > div > div > div.images > div:last-child > div p, .box9 > div > div > div.images > div:last-child > div body.root-2108 p, body.root-2108 p.quote {
  color: #ac872e;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box9 > div > div > div.images > div:last-child > div p, p.quote {
    font-size: 1.3em;
    line-height: 1.27em;
  }
}
@media screen and (max-width: 47.9375em) {
  .box9 > div > div > div.images > div:last-child > div p, p.quote {
    font-size: 1.2em;
    line-height: 1.29em;
  }
}

.submenu {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: 0.75em;
  line-height: 1.416em;
}
body.root-1183 .submenu {
  color: #a09b97;
}
body.root-2327 .submenu {
  color: #a09b97;
}
body.root-2108 .submenu {
  color: #a09b97;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .submenu {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 47.9375em) {
  .submenu {
    font-size: 0.85em;
  }
}

p.big {
  font-size: 1.1em;
}

#landing > div:last-child > div > div > div ul li a {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 2.25em;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #landing > div:last-child > div > div > div ul li a {
    font-size: 2em;
  }
}
@media screen and (max-width: 47.9375em) {
  #landing > div:last-child > div > div > div ul li a {
    font-size: 1.5em;
  }
}

#sub-nav > div > div ul li a, .footer ul:nth-child(2), #slide-bar li:not(:first-child) a, #top-mobile-menu > div > ul:last-child li:last-child select, #top-mobile-menu-booking > div > ul:last-child li:last-child select, #top-mobile-menu > div > ul li a, #top-mobile-menu-booking > div > ul li a, #top-menu-booking > div > ul li a, #top-mobile > div:last-child > a.book-m, #top-mobile > div:last-child > div.book-s, #top-mobile > div:last-child > div:first-child, #top-mobile > div:first-child > fieldset select, #top > div:last-child ul li a, #top > div:nth-child(2) > div:last-child > div.selected fieldset > div input, #top > div:nth-child(2) > div:last-child > div.selected fieldset > div select, #top > div:nth-child(2) > div:first-child > fieldset select, ul.usp > li, button, input[type=button], input[type=reset], input[type=submit] {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 0.7em;
  letter-spacing: 0.1em;
}

ul.usp {
  background-size: 31px 15px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-top: 41.25px;
}
body.root-1183 ul.usp {
  background-image: url("/images/icons/icon-sign.png");
}
body.root-2327 ul.usp {
  background-image: url("/images/icons/ermitage/icon-sign.png");
}
body.root-2108 ul.usp {
  background-image: url("/images/icons/icon-sign.png");
}
ul.usp > li {
  margin-top: 0.5em;
  line-height: 1.3;
  font-size: 0.8em;
  text-decoration: none !important;
  letter-spacing: 0;
}
body.root-1183 ul.usp > li {
  color: #40516f;
}
body.root-2327 ul.usp > li {
  color: #6b2b2b;
}
body.root-2108 ul.usp > li {
  color: #ac872e;
}
ul.usp > li p.quote {
  font-size: 1.4em;
  line-height: 1.5em;
}

table th h4 {
  margin-bottom: 0;
}

.slideshow {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 90;
}
.slideshow .flexslider {
  height: 100%;
  background-color: black;
  position: relative;
}
.slideshow .flexslider .slides {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slideshow .flexslider .slides > li {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slideshow .flexslider .slides > li img, .slideshow .flexslider .slides > li > div {
  display: none;
}
.slideshow .flexslider .flex-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.slideshow .flexslider .flex-caption > div {
  display: table;
  height: 100%;
  width: 100%;
}
.slideshow .flexslider .flex-caption > div > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: white;
}
.slideshow .flexslider .flex-caption.animate-in {
  opacity: 1;
}
.slideshow .flexslider .flex-social {
  position: absolute;
  bottom: 25px;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.slideshow .flexslider .flex-social > a {
  height: 50px;
  width: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.25em;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.slideshow .flexslider .flex-direction-nav .flex-prev, .slideshow .flexslider .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  z-index: 100;
}
.slideshow .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.slideshow .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.slideshow .flexslider .flex-control-nav {
  z-index: 100;
  text-align: center;
  position: absolute;
  bottom: 2em;
  width: 100%;
  line-height: 10px;
}
.slideshow .flexslider .flex-control-nav li {
  display: inline-block;
  margin: 0 0.3em;
}
.slideshow .flexslider .flex-control-nav li a {
  background-color: rgba(255, 255, 255, 0.5);
  height: 12px;
  width: 12px;
  border-radius: 12px;
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  cursor: pointer;
}
.slideshow .flexslider .flex-control-nav li a.flex-active {
  background-color: white;
}
.slideshow .flexslider .flex-close, .slideshow .flexslider .flex-social {
  display: none;
}
.slideshow .flexslider.loading .spinner {
  display: block;
}
#overlay .slideshow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#overlay .slideshow .flex-close {
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 110;
  background-image: url(/images/icons/icon-close-gallery.png);
  background-size: 29px 27px;
  background-position: center;
  background-repeat: no-repeat;
}
#overlay .slideshow .flexslider .flex-caption {
  top: auto;
  background-color: rgba(0, 0, 0, 0.8);
  height: 60px;
  line-height: 60px;
  padding: 0 2%;
}
#overlay .slideshow .flexslider .flex-caption > div > div {
  text-align: left;
  font-family: "Georgia", serif;
}
#overlay .slideshow .flexslider .slides {
  background-image: none !important;
}
#overlay .slideshow .flexslider .slides > li {
  background-size: cover;
}
#overlay .slideshow .flexslider .flex-direction-nav .flex-prev, #overlay .slideshow .flexslider .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 63px;
  width: 36px;
  margin-top: -32px;
  z-index: 100;
  background-size: 36px 63px;
  background-position: center;
  background-repeat: no-repeat;
}
#overlay .slideshow .flexslider .flex-direction-nav .flex-prev {
  background-image: url(/images/icons/icon-slide-left.png);
  left: 2%;
}
#overlay .slideshow .flexslider .flex-direction-nav .flex-next {
  background-image: url(/images/icons/icon-slide-right.png);
  right: 2%;
}
#overlay .slideshow .flexslider .flex-social {
  position: absolute;
  right: 2%;
  bottom: 0;
  text-align: right;
}
#overlay .slideshow .flexslider .flex-social > a {
  height: 60px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
#overlay .slideshow .flexslider .flex-social > a.facebook {
  background-image: url("/images/icons/icon-fb.png");
  background-size: 10px auto;
}
#overlay .slideshow .flexslider .flex-social > a.pinterest {
  background-image: url("/images/icons/icon-pinterest.png");
  background-size: 16px auto;
}
#overlay .slideshow .flexslider .flex-social > a.twitter {
  background-image: url("/images/icons/icon-tw.png");
  background-size: 22px auto;
}

.carousel .flexslider {
  position: relative;
  white-space: nowrap;
}
.carousel .flexslider .flex-viewport {
  margin: 0 40px;
}
.carousel .flexslider .flex-viewport .slides {
  width: 100% !important;
  text-align: center;
}
.carousel .flexslider .flex-viewport .slides li {
  vertical-align: top;
  float: none !important;
  display: none;
}
.carousel .flexslider .flex-viewport .slides li div {
  white-space: normal;
  padding: 0 8.3333333333%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .carousel .flexslider .flex-viewport .slides li div {
    padding: 0 4.1666666667%;
  }
}
@media screen and (max-width: 47.9375em) {
  .carousel .flexslider .flex-viewport .slides li div {
    padding: 0 5px;
  }
}
.carousel .flexslider .flex-viewport .slides li[style*=block] {
  display: inline-block !important;
}
.carousel .flexslider .flex-direction-nav .flex-prev, .carousel .flexslider .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 40px;
  width: 32px;
  background-size: 32px 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -20px;
}
.carousel .flexslider .flex-direction-nav .flex-prev.flex-disabled, .carousel .flexslider .flex-direction-nav .flex-next.flex-disabled {
  display: none;
}
.carousel .flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
body.root-1183 .carousel .flexslider .flex-direction-nav .flex-prev {
  background-image: url("/images/icons/icon-arrow-slider-left.png");
}
body.root-2327 .carousel .flexslider .flex-direction-nav .flex-prev {
  background-image: url("/images/icons/ermitage/icon-arrow-slider-left.png");
}
body.root-2108 .carousel .flexslider .flex-direction-nav .flex-prev {
  background-image: url("/images/icons/icon-arrow-slider-left.png");
}
.carousel .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
body.root-1183 .carousel .flexslider .flex-direction-nav .flex-next {
  background-image: url("/images/icons/icon-arrow-slider-right.png");
}
body.root-2327 .carousel .flexslider .flex-direction-nav .flex-next {
  background-image: url("/images/icons/ermitage/icon-arrow-slider-right.png");
}
body.root-2108 .carousel .flexslider .flex-direction-nav .flex-next {
  background-image: url("/images/icons/icon-arrow-slider-right.png");
}

.mono-carousel .slides::after {
  clear: both;
  content: "";
  display: table;
}
.mono-carousel .flex-control-nav {
  margin-bottom: 10px;
  width: 100%;
  line-height: 10px;
  text-align: center;
}
.mono-carousel .flex-control-nav li {
  display: inline-block;
  margin: 0 0.5em;
}
.mono-carousel .flex-control-nav li a {
  display: block;
  height: 10px;
  width: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-color: red;
  cursor: pointer;
}
.mono-carousel .flex-control-nav li a.flex-active {
  background-color: blue;
}
.mono-carousel .flex-direction-nav {
  display: none;
}
.mono-carousel .flex-slides-nav {
  margin-top: 1em;
}
.mono-carousel .flex-slides-nav > div {
  display: inline-block;
  vertical-align: top;
}
.mono-carousel .flex-slides-nav > div.flex-slide-prev, .mono-carousel .flex-slides-nav > div.flex-slide-next {
  height: 40px;
  width: 22px;
  background-size: 22px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
body.root-1183 .mono-carousel .flex-slides-nav > div.flex-slide-prev {
  background-image: url("/images/icons/icon-arrow-slider-left.png");
}
body.root-2327 .mono-carousel .flex-slides-nav > div.flex-slide-prev {
  background-image: url("/images/icons/ermitage/icon-arrow-slider-left.png");
}
body.root-2108 .mono-carousel .flex-slides-nav > div.flex-slide-prev {
  background-image: url("/images/icons/icon-arrow-slider-left.png");
}
body.root-1183 .mono-carousel .flex-slides-nav > div.flex-slide-next {
  background-image: url("/images/icons/icon-arrow-slider-right.png");
}
body.root-2327 .mono-carousel .flex-slides-nav > div.flex-slide-next {
  background-image: url("/images/icons/ermitage/icon-arrow-slider-right.png");
}
body.root-2108 .mono-carousel .flex-slides-nav > div.flex-slide-next {
  background-image: url("/images/icons/icon-arrow-slider-right.png");
}
.mono-carousel .flex-slides-nav > div.flex-slide-count {
  padding: 0 1em;
  line-height: 40px;
  margin: 0;
}
body.root-1183 .mono-carousel .flex-slides-nav > div.flex-slide-count {
  color: #807670;
}
body.root-2327 .mono-carousel .flex-slides-nav > div.flex-slide-count {
  color: #807670;
}
body.root-2108 .mono-carousel .flex-slides-nav > div.flex-slide-count {
  color: #807670;
}

.slideshow .flexslider .slides > li {
  opacity: 0;
}
.slideshow .flexslider .slides > li.animate-in {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
.slideshow .flexslider .slides > li.animate-out {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}

#overlay .slideshow .flexslider .slides > li, .mono-carousel .slides > li {
  opacity: 0;
}
#overlay .slideshow .flexslider .slides > li.animate-in, .mono-carousel .slides > li.animate-in {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#overlay .slideshow .flexslider .slides > li.animate-out, .mono-carousel .slides > li.animate-out {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.slideshow .flexslider .flex-viewport, #overlay .slideshow .flexslider .flex-viewport, .mono-carousel .flex-viewport {
  height: 100%;
}
.slideshow .flexslider .flex-viewport .slides > li, #overlay .slideshow .flexslider .flex-viewport .slides > li, .mono-carousel .flex-viewport .slides > li {
  display: none;
  opacity: 1 !important;
}
.slideshow .flexslider .flex-viewport .slides > li.animate-in, #overlay .slideshow .flexslider .flex-viewport .slides > li.animate-in, .mono-carousel .flex-viewport .slides > li.animate-in {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.slideshow .flexslider .flex-viewport .slides > li.animate-out, #overlay .slideshow .flexslider .flex-viewport .slides > li.animate-out, .mono-carousel .flex-viewport .slides > li.animate-out {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slideshow .flexslider .spinner {
  display: none;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -25px;
  z-index: 10;
}
.slideshow .flexslider .spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.slideshow .flexslider .spinner > div.rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.slideshow .flexslider .spinner > div.rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.slideshow .flexslider .spinner > div.rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.slideshow .flexslider .spinner > div.rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@-moz-keyframes stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
  }
  20% {
    -moz-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: none;
}

#ui-datepicker-div {
  z-index: 1999 !important;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
}

/* ====================================================================================================================
 * CUSTOM
 * ====================================================================================================================*/
.g-search {
  margin: 0;
  padding-right: 1em;
}
.g-search::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 64em) {
  .g-search {
    border-right: 1px solid #aaa9a8;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .g-search {
    border-right: 1px solid #d3d3ce;
  }
}
@media screen and (max-width: 47.9375em) {
  .g-search {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0;
    position: relative;
  }
}
.g-search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  float: left;
  padding: 0;
}
@media screen and (min-width: 64em) {
  .g-search input {
    width: 150px;
    color: white !important;
    height: 42px;
    line-height: 42px;
  }
  .g-search input::-webkit-input-placeholder {
    color: white !important;
  }
  .g-search input::-moz-placeholder {
    color: white !important;
  }
  .g-search input:-moz-placeholder {
    color: white !important;
  }
  .g-search input:-ms-input-placeholder {
    color: white !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .g-search input {
    height: 36px;
    line-height: 36px;
    width: 100px;
    color: #454648 !important;
  }
  .g-search input::-webkit-input-placeholder {
    color: #454648 !important;
  }
  .g-search input::-moz-placeholder {
    color: #454648 !important;
  }
  .g-search input:-moz-placeholder {
    color: #454648 !important;
  }
  .g-search input:-ms-input-placeholder {
    color: #454648 !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .g-search input {
    height: 24px;
    line-height: 24px;
    width: 100px;
    color: white !important;
  }
  .g-search input::-webkit-input-placeholder {
    color: white !important;
  }
  .g-search input::-moz-placeholder {
    color: white !important;
  }
  .g-search input:-moz-placeholder {
    color: white !important;
  }
  .g-search input:-ms-input-placeholder {
    color: white !important;
  }
}
.g-search a {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
@media screen and (min-width: 64em) {
  .g-search a {
    background: transparent url(/images/icon-g-search-w.png) center no-repeat;
    height: 42px;
    width: 42px;
    background-size: 16px auto;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .g-search a {
    background: transparent url(/images/icons/icon-g-search-dark.png) center no-repeat;
    height: 36px;
    width: 36px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .g-search a {
    background: transparent url(/images/icon-g-search-w.png) center no-repeat;
    height: 24px;
    width: 24px;
    background-size: 14px auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#top-mobile-menu .g-search {
  padding-right: 0;
  border: 0;
}
#top-mobile-menu .g-search input {
  width: calc(100% - 36px);
  color: white !important;
}
#top-mobile-menu .g-search input::-webkit-input-placeholder {
  color: white !important;
}
#top-mobile-menu .g-search input::-moz-placeholder {
  color: white !important;
}
#top-mobile-menu .g-search input:-moz-placeholder {
  color: white !important;
}
#top-mobile-menu .g-search input:-ms-input-placeholder {
  color: white !important;
}
#top .g-search, #top-mobile .g-search {
  display: none !important;
}

#search-link {
  display: none;
  float: left;
  border-right: 1px solid white;
  line-height: 42px;
  height: 42px;
  color: white;
  font-family: "Georgia", serif;
  background-image: url(/images/icon-g-search-d.png);
  background-size: 15px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
@media screen and (min-width: 48em) {
  #search-link {
    display: block;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #search-link {
    color: black;
    line-height: 36px;
    height: 36px;
    background-image: url(/images/icons/icon-g-search-dark.png);
  }
}
@media screen and (max-width: 47.9375em) {
  #search-link {
    display: none !important;
  }
}

body:not(.template1505) {
  margin-top: 42px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  body:not(.template1505) {
    margin-top: 126px;
  }
}
@media screen and (max-width: 47.9375em) {
  body:not(.template1505) {
    margin-top: 90px;
  }
}

body.root-2108 {
  margin-top: 0;
}

ol.accordion, ul.accordion {
  counter-reset: item;
  padding-top: -1.5em;
}
ol.accordion.type-2 > li:after, ul.accordion.type-2 > li:after {
  display: none;
}
ol.accordion.type-2 > li > div, ul.accordion.type-2 > li > div {
  padding-left: 0 !important;
}
ol.accordion > li, ul.accordion > li {
  position: relative;
  margin: 0;
}
body.root-1183 ol.accordion > li, body.root-1183 ul.accordion > li {
  border-bottom: 1px solid #c8c8c2;
}
body.root-2327 ol.accordion > li, body.root-2327 ul.accordion > li {
  border-bottom: 1px solid #c8c8c2;
}
body.root-2108 ol.accordion > li, body.root-2108 ul.accordion > li {
  border-bottom: 1px solid #c8c8c2;
}
ol.accordion > li > div, ul.accordion > li > div {
  padding-left: 2.5em;
}
ol.accordion > li > div:first-child, ul.accordion > li > div:first-child {
  position: relative;
  z-index: 20;
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  cursor: pointer;
  padding-right: 20px;
}
body.root-1183 ol.accordion > li > div:first-child, body.root-1183 ul.accordion > li > div:first-child {
  color: #40516f;
}
body.root-2327 ol.accordion > li > div:first-child, body.root-2327 ul.accordion > li > div:first-child {
  color: #6b2b2b;
}
body.root-2108 ol.accordion > li > div:first-child, body.root-2108 ul.accordion > li > div:first-child {
  color: #ac872e;
}
body.root-1183 ol.accordion > li > div:first-child:hover, body.root-1183 ul.accordion > li > div:first-child:hover {
  color: #2d394f;
}
body.root-2327 ol.accordion > li > div:first-child:hover, body.root-2327 ul.accordion > li > div:first-child:hover {
  color: #471c1c;
}
body.root-2108 ol.accordion > li > div:first-child:hover, body.root-2108 ul.accordion > li > div:first-child:hover {
  color: #846723;
}
ol.accordion > li > div:first-child:before, ul.accordion > li > div:first-child:before {
  -webkit-transition: -webkit-transform 75ms;
  -moz-transition: -moz-transform 75ms;
  transition: transform 75ms;
  position: absolute;
  top: 50%;
  right: 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 10px;
  content: "";
  margin-top: -3px;
  display: block;
}
body.root-1183 ol.accordion > li > div:first-child:before, body.root-1183 ul.accordion > li > div:first-child:before {
  background-image: url("/images/icons/icon-arrow-content.png");
}
body.root-2327 ol.accordion > li > div:first-child:before, body.root-2327 ul.accordion > li > div:first-child:before {
  background-image: url("/images/icons/ermitage/icon-arrow-content.png");
}
body.root-2108 ol.accordion > li > div:first-child:before, body.root-2108 ul.accordion > li > div:first-child:before {
  background-image: url("/images/icons/icon-arrow-content.png");
}
ol.accordion > li > div:last-child, ul.accordion > li > div:last-child {
  display: none;
  padding-bottom: 1.5em;
}
ol.accordion > li::after, ul.accordion > li::after {
  position: absolute;
  top: -0.25em;
  left: 0;
  z-index: 10;
  content: counter(item);
  counter-increment: item;
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
}
@media screen and (max-width: 63.9375em) {
  ol.accordion > li::after, ul.accordion > li::after {
    top: 0.2em;
  }
}
body.root-1183 ol.accordion > li::after, body.root-1183 ul.accordion > li::after {
  color: #40516f;
}
body.root-2327 ol.accordion > li::after, body.root-2327 ul.accordion > li::after {
  color: #6b2b2b;
}
body.root-2108 ol.accordion > li::after, body.root-2108 ul.accordion > li::after {
  color: #ac872e;
}
ol.accordion > li.toggle > div:first-child:before, ul.accordion > li.toggle > div:first-child:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul.accordion li > div {
  padding-left: 0;
}
ul.accordion li:after {
  display: none;
}

#landing > div:first-child {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  height: 110px;
  width: 200px;
  margin-left: -100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
body.root-1183 #landing > div:first-child {
  background-image: url("/images/icons/logo-beatus.png");
}
body.root-2327 #landing > div:first-child {
  background-image: url("/images/icons/ermitage/logo-beatus.png");
}
body.root-2108 #landing > div:first-child {
  background-image: url("/images/icons/logo-beatus.png");
}
body.root-1183 #landing > div:first-child {
  background-color: #40516f;
}
body.root-2327 #landing > div:first-child {
  background-color: #6b2b2b;
}
body.root-2108 #landing > div:first-child {
  background-color: #ac872e;
}
@media screen and (max-width: 47.9375em) {
  #landing > div:first-child {
    height: 70px;
    width: 124px;
    margin-left: -62px;
    background-size: auto 50px;
  }
}
#landing > div:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
#landing > div:last-child::after {
  clear: both;
  content: "";
  display: table;
}
#landing > div:last-child > div {
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 63.9375em) {
  #landing > div:last-child > div {
    height: 80%;
    width: 100%;
  }
}
#landing > div:last-child > div > div {
  display: table;
  height: 100%;
  width: 100%;
}
#landing > div:last-child > div > div > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding: 0 2em;
}
#landing > div:last-child > div > div > div h1 {
  color: white;
}
#landing > div:last-child > div > div > div p.link-button a {
  -webkit-transition: background-color, 150ms;
  -moz-transition: background-color, 150ms;
  transition: background-color, 150ms;
}
body.root-1183 #landing > div:last-child > div > div > div p.link-button a:hover {
  background-color: rgba(64, 81, 111, 0.9);
}
body.root-2327 #landing > div:last-child > div > div > div p.link-button a:hover {
  background-color: rgba(107, 43, 43, 0.9);
}
body.root-2108 #landing > div:last-child > div > div > div p.link-button a:hover {
  background-color: rgba(172, 135, 46, 0.9);
}
#landing > div:last-child > div > div > div p.intro {
  background-size: 143px 67px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 87px;
  color: white;
  font-family: "Playfair Display", serif;
  margin-bottom: 10%;
}
body.root-1183 #landing > div:last-child > div > div > div p.intro {
  background-image: url("/images/icons/logo-mystyle.png");
}
body.root-2327 #landing > div:last-child > div > div > div p.intro {
  background-image: url("/images/icons/ermitage/logo-mystyle.png");
}
body.root-2108 #landing > div:last-child > div > div > div p.intro {
  background-image: url("/images/icons/logo-mystyle.png");
}
@media screen and (max-width: 47.9375em) {
  #landing > div:last-child > div > div > div p.intro {
    padding-top: 50px;
    background-size: auto 30px;
    margin-bottom: 10px;
  }
}
#landing > div:last-child > div > div > div ul li a {
  color: #928d89;
  text-transform: none;
}
#landing > div:last-child > div > div > div ul li a:hover {
  color: white !important;
}
@media screen and (max-width: 47.9375em) {
  #landing > div:last-child > div > div > div ul {
    display: none;
  }
}
#landing > div:last-child > div > div > div fieldset {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  #landing > div:last-child > div > div > div fieldset {
    display: block;
  }
  #landing > div:last-child > div > div > div fieldset select {
    background-color: transparent !important;
    color: white;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.5em;
    padding: 0.2em;
  }
  body.root-1183 #landing > div:last-child > div > div > div fieldset select {
    background-image: url("/images/icons/icon-arrow-language.png");
  }
  body.root-2327 #landing > div:last-child > div > div > div fieldset select {
    background-image: url("/images/icons/ermitage/icon-arrow-language.png");
  }
  body.root-2108 #landing > div:last-child > div > div > div fieldset select {
    background-image: url("/images/icons/icon-arrow-language.png");
  }
}
@media screen and (max-width: 63.9375em) {
  #landing > div:last-child > div:last-child {
    height: auto;
  }
  #landing > div:last-child > div:last-child > div {
    padding: 6% 0;
  }
}
#landing > div:last-child > div:last-child > div {
  background-color: rgba(88, 83, 80, 0.9);
}

#social {
  z-index: 100;
}
#social li {
  margin: 1px 0;
}
#social li:first-child a {
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-image: url(/images/icons-close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
#social li:first-child a.open {
  background-image: url(/images/icons-open.png);
}
@media screen and (max-width: 63.9375em) {
  #social li:first-child {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  #social li:not(:first-child) {
    transition: transform 250ms;
  }
  #social li:not(:first-child).closed {
    transform: translateX(100%);
  }
}
#social li a {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-position: center;
  background-repeat: no-repeat;
}
body.root-1183 #social li a {
  background-color: #3f506e;
}
body.root-2327 #social li a {
  background-color: #6b2b2b;
}
body.root-2108 #social li a {
  background-color: #ac872e;
}
@media screen and (min-width: 64em) {
  #social {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #social li.social-mobile {
    display: none;
  }
  #social li a {
    height: 70px;
    width: 70px;
    background-size: 47px;
  }
}
@media screen and (max-width: 63.9375em) {
  #social {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #social::after {
    clear: both;
    content: "";
    display: table;
  }
  body.root-1183 #social {
    background-color: #3f506e;
  }
  body.root-2327 #social {
    background-color: #6b2b2b;
  }
  body.root-2108 #social {
    background-color: #ac872e;
  }
  #social li {
    float: left;
    width: 16.66%;
  }
  #social li.social-desktop {
    display: none;
  }
  #social li a {
    height: 44px;
    width: auto;
    background-size: 40px;
  }
}

#top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
body.root-1183 #top {
  background-color: #91908e;
}
body.root-2327 #top {
  background-color: #91908e;
}
body.root-2108 #top {
  background-color: #91908e;
}
#top > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 114px;
  width: 216px;
}
#top > div:first-child > a {
  height: 114px;
  width: 216px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95px auto;
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
body.root-1183 #top > div:first-child > a {
  background-image: url("/images/icons/logo-beatus.png");
}
body.root-2327 #top > div:first-child > a {
  background-image: url("/images/icons/ermitage/logo-beatus.png");
}
body.root-2108 #top > div:first-child > a {
  background-image: url("/images/icons/logo-beatus.png");
}
body.root-1183 #top > div:first-child > a {
  background-color: #40516f;
}
body.root-2327 #top > div:first-child > a {
  background-color: #6b2b2b;
}
body.root-2108 #top > div:first-child > a {
  background-color: #ac872e;
}
#top > div:first-child > div {
  display: none;
}
#top > div:first-child.compressed a {
  background-size: 95px auto;
  background-position: top 28px center;
  background-repeat: no-repeat;
}
body.root-1183 #top > div:first-child.compressed a {
  background-image: url("/images/icons/logo-beatus-compressed.png");
}
body.root-2327 #top > div:first-child.compressed a {
  background-image: url("/images/icons/ermitage/logo-beatus-compressed.png");
}
body.root-2108 #top > div:first-child.compressed a {
  background-image: url("/images/icons/logo-beatus-compressed.png");
}
#top > div:first-child.compressed > div {
  text-align: center;
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
}
#top > div:first-child.compressed > div > span {
  display: inline-block;
  color: white;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 24px 11px;
  padding-left: 34px;
  margin-left: 34px;
  cursor: pointer;
}
body.root-1183 #top > div:first-child.compressed > div > span {
  background-image: url("/images/icons/icon-menu.png");
}
body.root-2327 #top > div:first-child.compressed > div > span {
  background-image: url("/images/icons/ermitage/icon-menu.png");
}
body.root-2108 #top > div:first-child.compressed > div > span {
  background-image: url("/images/icons/icon-menu.png");
}
#top > div:nth-child(2) {
  height: 42px;
  overflow: hidden;
  margin-left: 216px;
}
body.root-1183 #top > div:nth-child(2) > div:first-child > ul {
  background-color: #91908e;
}
body.root-2327 #top > div:nth-child(2) > div:first-child > ul {
  background-color: #91908e;
}
body.root-2108 #top > div:nth-child(2) > div:first-child > ul {
  background-color: #91908e;
}
#top > div:nth-child(2) > div:first-child > ul::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 64em) {
  #top > div:nth-child(2) > div:first-child > ul {
    display: none;
  }
}
#top > div:nth-child(2) > div:first-child > ul > li {
  -webkit-transition: background-color, 150ms;
  -moz-transition: background-color, 150ms;
  transition: background-color, 150ms;
  float: left;
}
body.root-1183 #top > div:nth-child(2) > div:first-child > ul > li {
  border-right: 1px solid #aaa9a8;
}
body.root-2327 #top > div:nth-child(2) > div:first-child > ul > li {
  border-right: 1px solid #aaa9a8;
}
body.root-2108 #top > div:nth-child(2) > div:first-child > ul > li {
  border-right: 1px solid #aaa9a8;
}
#top > div:nth-child(2) > div:first-child > ul > li ul {
  display: none;
}
#top > div:nth-child(2) > div:first-child > ul > li a {
  display: inline-block;
  padding: 0 1em;
  color: white;
  font-family: "Georgia", serif;
  line-height: 42px;
}
#top > div:nth-child(2) > div:first-child > ul > li.selected {
  background-color: white;
}
body.root-1183 #top > div:nth-child(2) > div:first-child > ul > li.selected a {
  color: #47413d;
}
body.root-2327 #top > div:nth-child(2) > div:first-child > ul > li.selected a {
  color: #47413d;
}
body.root-2108 #top > div:nth-child(2) > div:first-child > ul > li.selected a {
  color: #47413d;
}
#top > div:nth-child(2) > div:first-child > ul > li:hover:not(.selected) {
  background-color: rgba(255, 255, 255, 0.1);
}
#top > div:nth-child(2) > div:first-child > fieldset {
  position: absolute;
  top: 0;
  right: 0;
}
#top > div:nth-child(2) > div:first-child > fieldset > div {
  float: left;
  margin-left: 8px;
}
#top > div:nth-child(2) > div:first-child > fieldset select {
  position: relative;
  top: 6px;
  background-size: 10px 6px;
  border: 0;
  background-color: transparent;
}
body.root-1183 #top > div:nth-child(2) > div:first-child > fieldset select {
  background-image: url("/images/icons/icon-arrow-language.png");
}
body.root-2327 #top > div:nth-child(2) > div:first-child > fieldset select {
  background-image: url("/images/icons/ermitage/icon-arrow-language.png");
}
body.root-2108 #top > div:nth-child(2) > div:first-child > fieldset select {
  background-image: url("/images/icons/icon-arrow-language.png");
}
body.root-1183 #top > div:nth-child(2) > div:first-child > fieldset select {
  color: white;
}
body.root-2327 #top > div:nth-child(2) > div:first-child > fieldset select {
  color: white;
}
body.root-2108 #top > div:nth-child(2) > div:first-child > fieldset select {
  color: white;
}
#top > div:nth-child(2) > div:first-child > fieldset select option {
  color: #2c2825;
}
#top > div:nth-child(2) > div:first-child > fieldset > p.button {
  float: left;
}
#top > div:nth-child(2) > div:first-child > fieldset > p.button > a {
  border: 0;
  height: 42px;
}
#top > div:nth-child(2) > div:last-child {
  padding: 16px 2em 0 1em;
}
#top > div:nth-child(2) > div:last-child > div {
  display: none;
}
#top > div:nth-child(2) > div:last-child > div.selected {
  display: block;
}
#top > div:nth-child(2) > div:last-child > div.selected fieldset > div {
  width: 20%;
  margin-right: 0;
}
#top > div:nth-child(2) > div:last-child > div.selected fieldset > div input, #top > div:nth-child(2) > div:last-child > div.selected fieldset > div select {
  width: 98%;
  margin-right: 2%;
  padding: 1.1290322581em;
}
#top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: white;
  padding: 0 1em;
}
body.root-1183 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a {
  background-color: #47413d;
}
body.root-2327 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a {
  background-color: #47413d;
}
body.root-2108 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a {
  background-color: #47413d;
}
body.root-1183 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a {
  border: 1px solid #47413d;
}
body.root-2327 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a {
  border: 1px solid #47413d;
}
body.root-2108 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a {
  border: 1px solid #47413d;
}
body.root-1183 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:hover, body.root-1183 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:focus {
  background-color: #2c2825;
}
body.root-2327 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:hover, body.root-2327 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:focus {
  background-color: #2c2825;
}
body.root-2108 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:hover, body.root-2108 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:focus {
  background-color: #2c2825;
}
body.root-1183 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:hover, body.root-1183 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:focus {
  border: 1px solid #2c2825;
}
body.root-2327 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:hover, body.root-2327 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:focus {
  border: 1px solid #2c2825;
}
body.root-2108 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:hover, body.root-2108 #top > div:nth-child(2) > div:last-child > div.selected fieldset > div.input-submit a:focus {
  border: 1px solid #2c2825;
}
#top > div:last-child {
  position: absolute;
  top: 114px;
  left: 0;
  max-height: calc(100vh - 114px);
  overflow: hidden;
  overflow-y: auto;
}
#top > div:last-child ul {
  padding: 2rem 0;
  width: 216px;
}
body.root-1183 #top > div:last-child ul {
  background-color: rgba(69, 70, 72, 0.95);
}
body.root-2327 #top > div:last-child ul {
  background-color: rgba(69, 70, 72, 0.95);
}
body.root-2108 #top > div:last-child ul {
  background-color: rgba(69, 70, 72, 0.95);
}
#top > div:last-child ul li a {
  display: block;
  color: white;
  line-height: 2.3em;
  padding: 0 1.5rem;
  font-size: 0.75rem;
}
#top > div:last-child ul li a:hover {
  opacity: 0.8;
}
#top > div:last-child ul li.selected > a {
  opacity: 0.8;
}
#top > div:last-child > ul:not(:last-child) {
  padding-bottom: 0;
}
#top > div:last-child > ul:not(:last-child) > li > ul {
  display: none;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0;
  width: auto;
  margin: 0 1.5rem 0.5rem 1.5rem;
}
#top > div:last-child > ul:not(:last-child) > li > ul a {
  text-transform: none;
  font-size: 0.8rem;
  padding: 0;
  line-height: 1.5rem;
}
#top > div:last-child a.close {
  display: block;
  background-image: url(/images/menu-close-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 42px;
  background-size: 24px auto;
  background-color: rgba(69, 70, 72, 0.95);
}
#top > div:last-child > ul:last-child {
  padding: 0.5em 0;
}
body.root-1183 #top > div:last-child > ul:last-child {
  border-top: 1px solid rgba(160, 155, 151, 0.2);
}
body.root-2327 #top > div:last-child > ul:last-child {
  border-top: 1px solid rgba(160, 155, 151, 0.2);
}
body.root-2108 #top > div:last-child > ul:last-child {
  border-top: 1px solid rgba(160, 155, 151, 0.2);
}
body.root-1183 #top > div:last-child > ul:last-child a {
  color: rgba(160, 155, 151, 0.5);
}
body.root-2327 #top > div:last-child > ul:last-child a {
  color: rgba(160, 155, 151, 0.5);
}
body.root-2108 #top > div:last-child > ul:last-child a {
  color: rgba(160, 155, 151, 0.5);
}
@media screen and (max-width: 63.9375em) {
  #top {
    display: none;
  }
}
body.root-2108 #top {
  display: none;
}

#top-mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 63.9375em) {
  #top-mobile {
    display: block;
  }
}
#top-mobile > div:first-child {
  height: 36px;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  #top-mobile > div:first-child {
    display: none;
  }
}
body.root-1183 #top-mobile > div:first-child > ul {
  background-color: rgba(235, 235, 233, 0.9);
}
body.root-2327 #top-mobile > div:first-child > ul {
  background-color: rgba(235, 235, 233, 0.9);
}
body.root-2108 #top-mobile > div:first-child > ul {
  background-color: rgba(235, 235, 233, 0.9);
}
#top-mobile > div:first-child > ul::after {
  clear: both;
  content: "";
  display: table;
}
#top-mobile > div:first-child > ul > li {
  float: left;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #top-mobile > div:first-child > ul > li:first-child {
    display: none;
  }
}
body.root-1183 #top-mobile > div:first-child > ul > li {
  border-right: 1px solid #d3d3ce;
}
body.root-2327 #top-mobile > div:first-child > ul > li {
  border-right: 1px solid #d3d3ce;
}
body.root-2108 #top-mobile > div:first-child > ul > li {
  border-right: 1px solid #d3d3ce;
}
#top-mobile > div:first-child > ul > li ul {
  display: none;
}
#top-mobile > div:first-child > ul > li a {
  display: inline-block;
  padding: 0 1em;
  font-family: "Georgia", serif;
  line-height: 36px;
}
body.root-1183 #top-mobile > div:first-child > ul > li a {
  color: #454648;
}
body.root-2327 #top-mobile > div:first-child > ul > li a {
  color: #454648;
}
body.root-2108 #top-mobile > div:first-child > ul > li a {
  color: #454648;
}
#top-mobile > div:first-child > fieldset {
  position: absolute;
  top: 0;
  right: 2%;
}
#top-mobile > div:first-child > fieldset > div {
  float: left;
  margin-left: 8px;
}
#top-mobile > div:first-child > fieldset select {
  position: relative;
  top: 4px;
  background-size: 11px 7px;
  border: 0;
  background-color: transparent;
}
body.root-1183 #top-mobile > div:first-child > fieldset select {
  color: #454648;
}
body.root-2327 #top-mobile > div:first-child > fieldset select {
  color: #454648;
}
body.root-2108 #top-mobile > div:first-child > fieldset select {
  color: #454648;
}
body.root-1183 #top-mobile > div:first-child > fieldset select {
  background-image: url("/images/icons/icon-arrow-content.png");
}
body.root-2327 #top-mobile > div:first-child > fieldset select {
  background-image: url("/images/icons/ermitage/icon-arrow-content.png");
}
body.root-2108 #top-mobile > div:first-child > fieldset select {
  background-image: url("/images/icons/icon-arrow-content.png");
}
#top-mobile > div:last-child {
  position: relative;
  height: 90px;
}
body.root-1183 #top-mobile > div:last-child {
  background-color: #40516f;
}
body.root-2327 #top-mobile > div:last-child {
  background-color: #6b2b2b;
}
body.root-2108 #top-mobile > div:last-child {
  background-color: #ac872e;
}
#top-mobile > div:last-child > div:first-child {
  position: absolute;
  top: 33px;
  left: 2%;
  z-index: 20;
  display: block;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 24px 11px;
  padding-left: 34px;
  cursor: pointer;
  color: white;
}
body.root-1183 #top-mobile > div:last-child > div:first-child {
  background-image: url("/images/icons/icon-menu.png");
}
body.root-2327 #top-mobile > div:last-child > div:first-child {
  background-image: url("/images/icons/ermitage/icon-menu.png");
}
body.root-2108 #top-mobile > div:last-child > div:first-child {
  background-image: url("/images/icons/icon-menu.png");
}
body.root-1183 #top-mobile > div:last-child > div:first-child.open {
  background-image: url("/images/icons/icon-close.png");
}
body.root-2327 #top-mobile > div:last-child > div:first-child.open {
  background-image: url("/images/icons/ermitage/icon-close.png");
}
body.root-2108 #top-mobile > div:last-child > div:first-child.open {
  background-image: url("/images/icons/icon-close.png");
}
#top-mobile > div:last-child > a:nth-child(2) {
  display: block;
  position: relative;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  height: 90px;
  background-size: auto 60px;
}
body.root-1183 #top-mobile > div:last-child > a:nth-child(2) {
  background-image: url("/images/icons/logo-beatus.png");
}
body.root-2327 #top-mobile > div:last-child > a:nth-child(2) {
  background-image: url("/images/icons/ermitage/logo-beatus.png");
}
body.root-2108 #top-mobile > div:last-child > a:nth-child(2) {
  background-image: url("/images/icons/logo-beatus.png");
}
#top-mobile > div:last-child > a.book-m, #top-mobile > div:last-child > div.book-s {
  position: absolute;
  top: 33px;
  right: 2%;
  z-index: 20;
  color: white;
  cursor: pointer;
}
@media screen and (max-width: 47.9375em) {
  #top-mobile > div:last-child > a.book-m {
    display: none;
  }
}
#top-mobile > div:last-child > div.book-s {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  #top-mobile > div:last-child > div.book-s {
    display: block;
    cursor: pointer;
  }
}
body.root-2108 #top-mobile {
  display: none;
}

#top-menu-booking {
  z-index: 1001;
  display: none;
  position: fixed;
  top: 42px;
  right: 0;
}
@media screen and (max-width: 63.9375em) {
  #top-menu-booking {
    display: none !important;
  }
}
#top-menu-booking > div {
  padding: 2em 4%;
  width: 219px;
}
body.root-1183 #top-menu-booking > div {
  background-color: rgba(63, 80, 110, 0.9);
}
body.root-2327 #top-menu-booking > div {
  background-color: rgba(107, 43, 43, 0.9);
}
body.root-2108 #top-menu-booking > div {
  background-color: rgba(172, 135, 46, 0.9);
}
#top-menu-booking > div > ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#top-menu-booking > div > ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#top-menu-booking > div > ul li a {
  display: block;
  color: white;
  line-height: 2.5em;
  text-align: right;
  font-size: 0.75rem;
}
#top-menu-booking > div > ul li > ul {
  display: none;
  margin-left: 2em;
  margin-bottom: 0.75em;
}
#top-menu-booking > div > ul li > ul li {
  border: 0;
}

#top-mobile-menu {
  max-height: calc(100vh - 90px);
  overflow: hidden;
  overflow-y: auto;
}

#top-mobile-menu, #top-mobile-menu-booking {
  z-index: 100;
  display: none;
  position: fixed;
  top: 126px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 47.9375em) {
  #top-mobile-menu, #top-mobile-menu-booking {
    top: 90px;
  }
}
#top-mobile-menu > div, #top-mobile-menu-booking > div {
  padding: 2em 2%;
}
body.root-1183 #top-mobile-menu > div, body.root-1183 #top-mobile-menu-booking > div {
  background-color: rgba(69, 70, 72, 0.95);
}
body.root-2327 #top-mobile-menu > div, body.root-2327 #top-mobile-menu-booking > div {
  background-color: rgba(69, 70, 72, 0.95);
}
body.root-2108 #top-mobile-menu > div, body.root-2108 #top-mobile-menu-booking > div {
  background-color: rgba(69, 70, 72, 0.95);
}
#top-mobile-menu > div > ul li, #top-mobile-menu-booking > div > ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#top-mobile-menu > div > ul li a, #top-mobile-menu-booking > div > ul li a {
  display: block;
  color: white;
  line-height: 2.5em;
}
#top-mobile-menu > div > ul li > ul, #top-mobile-menu-booking > div > ul li > ul {
  display: none;
  margin-left: 2em;
  margin-bottom: 0.75em;
}
#top-mobile-menu > div > ul li > ul li, #top-mobile-menu-booking > div > ul li > ul li {
  border: 0;
}
#top-mobile-menu > div > ul:last-child, #top-mobile-menu-booking > div > ul:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.root-1183 #top-mobile-menu > div > ul:last-child li a, body.root-1183 #top-mobile-menu-booking > div > ul:last-child li a {
  color: rgba(160, 155, 151, 0.5);
}
body.root-2327 #top-mobile-menu > div > ul:last-child li a, body.root-2327 #top-mobile-menu-booking > div > ul:last-child li a {
  color: rgba(160, 155, 151, 0.5);
}
body.root-2108 #top-mobile-menu > div > ul:last-child li a, body.root-2108 #top-mobile-menu-booking > div > ul:last-child li a {
  color: rgba(160, 155, 151, 0.5);
}
#top-mobile-menu > div > ul:last-child li:last-child, #top-mobile-menu-booking > div > ul:last-child li:last-child {
  display: none;
}
#top-mobile-menu > div > ul:last-child li:last-child select, #top-mobile-menu-booking > div > ul:last-child li:last-child select {
  background-color: transparent !important;
  border: 0 !important;
  width: auto !important;
  padding-left: 0;
}
body.root-1183 #top-mobile-menu > div > ul:last-child li:last-child select, body.root-1183 #top-mobile-menu-booking > div > ul:last-child li:last-child select {
  color: rgba(160, 155, 151, 0.5);
}
body.root-2327 #top-mobile-menu > div > ul:last-child li:last-child select, body.root-2327 #top-mobile-menu-booking > div > ul:last-child li:last-child select {
  color: rgba(160, 155, 151, 0.5);
}
body.root-2108 #top-mobile-menu > div > ul:last-child li:last-child select, body.root-2108 #top-mobile-menu-booking > div > ul:last-child li:last-child select {
  color: rgba(160, 155, 151, 0.5);
}
body.root-1183 #top-mobile-menu > div > ul:last-child li:last-child select, body.root-1183 #top-mobile-menu-booking > div > ul:last-child li:last-child select {
  background-image: url("/images/icons/icon-arrow-language.png");
}
body.root-2327 #top-mobile-menu > div > ul:last-child li:last-child select, body.root-2327 #top-mobile-menu-booking > div > ul:last-child li:last-child select {
  background-image: url("/images/icons/ermitage/icon-arrow-language.png");
}
body.root-2108 #top-mobile-menu > div > ul:last-child li:last-child select, body.root-2108 #top-mobile-menu-booking > div > ul:last-child li:last-child select {
  background-image: url("/images/icons/icon-arrow-language.png");
}
@media screen and (max-width: 47.9375em) {
  #top-mobile-menu > div > ul:last-child li:last-child, #top-mobile-menu-booking > div > ul:last-child li:last-child {
    display: block;
  }
}

#top-mobile-menu-booking > div {
  text-align: right;
}
body.root-1183 #top-mobile-menu-booking > div {
  background-color: rgba(64, 81, 111, 0.9);
}
body.root-2327 #top-mobile-menu-booking > div {
  background-color: rgba(107, 43, 43, 0.9);
}
body.root-2108 #top-mobile-menu-booking > div {
  background-color: rgba(172, 135, 46, 0.9);
}
#top-mobile-menu-booking > div ul a {
  color: white !important;
}

.slideshow-holder {
  height: 70%;
  position: relative;
}
.slideshow-holder > a#group-logo {
  display: none;
}
body.root-2108 .slideshow-holder > a#group-logo {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  body.root-2108 .slideshow-holder > a#group-logo {
    position: absolute;
    top: 0 !important;
  }
}
body.template1518 .slideshow-holder, body.template1862 .slideshow-holder {
  height: 50%;
}
@media screen and (max-width: 47.9375em) {
  body.template1518 .slideshow-holder, body.template1862 .slideshow-holder {
    display: none;
  }
}
.slideshow-holder .flex-direction-nav {
  display: none;
}
.slideshow-holder > #google-maps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.slideshow-holder > #google-maps iframe {
  height: 100%;
  width: 100%;
}
.slideshow-holder > #google-maps iframe img {
  max-width: none;
}
.slideshow-holder > a {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 95;
  margin-left: -108px;
  background-color: #ac872e;
  height: 112px;
  width: 216px;
  background-image: url(/images/icons/logo-beatus-g.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 170px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
}

#slide-bar {
  display: none !important;
  text-align: center;
}
body.root-1183 #slide-bar {
  background-color: #ebebe9;
}
body.root-2327 #slide-bar {
  background-color: #ebebe9;
}
body.root-2108 #slide-bar {
  background-color: #ebebe9;
}
@media screen and (max-width: 63.9375em) {
  #slide-bar {
    padding: 0.5em 0;
  }
}
#slide-bar li {
  display: inline-block;
  margin: 0 0.75em;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 60px;
  vertical-align: middle;
}
body.root-1183 #slide-bar li {
  color: #454648;
}
body.root-2327 #slide-bar li {
  color: #454648;
}
body.root-2108 #slide-bar li {
  color: #454648;
}
@media screen and (max-width: 63.9375em) {
  #slide-bar li {
    line-height: 30px;
  }
}
#slide-bar li a {
  white-space: nowrap;
}
body.root-1183 #slide-bar li a {
  color: #454648;
}
body.root-2327 #slide-bar li a {
  color: #454648;
}
body.root-2108 #slide-bar li a {
  color: #454648;
}
body.root-1183 #slide-bar li a:hover {
  color: rgba(69, 70, 72, 0.8);
}
body.root-2327 #slide-bar li a:hover {
  color: rgba(69, 70, 72, 0.8);
}
body.root-2108 #slide-bar li a:hover {
  color: rgba(69, 70, 72, 0.8);
}
#slide-bar li.tel {
  background-size: 22px;
}
body.root-1183 #slide-bar li.tel {
  background-image: url("/images/icons/icon-phone.png");
}
body.root-2327 #slide-bar li.tel {
  background-image: url("/images/icons/ermitage/icon-phone.png");
}
body.root-2108 #slide-bar li.tel {
  background-image: url("/images/icons/icon-phone.png");
}
#slide-bar li.tel a {
  padding-left: 28px;
}
@media screen and (max-width: 47.9375em) {
  #slide-bar li.tel a {
    display: block;
    height: 22px;
    width: 22px;
    padding-left: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
  }
}
#slide-bar li.mail {
  background-size: 25px 16px;
}
body.root-1183 #slide-bar li.mail {
  background-image: url("/images/icons/icon-mail.png");
}
body.root-2327 #slide-bar li.mail {
  background-image: url("/images/icons/ermitage/icon-mail.png");
}
body.root-2108 #slide-bar li.mail {
  background-image: url("/images/icons/icon-mail.png");
}
#slide-bar li.mail a {
  padding-left: 31px;
}
@media screen and (max-width: 47.9375em) {
  #slide-bar li.mail a {
    display: block;
    height: 16px;
    width: 25px;
    padding-left: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
  }
}
#slide-bar li.chat {
  background-size: 24px 21px;
}
body.root-1183 #slide-bar li.chat {
  background-image: url("/images/icons/icon-chat.png");
}
body.root-2327 #slide-bar li.chat {
  background-image: url("/images/icons/ermitage/icon-chat.png");
}
body.root-2108 #slide-bar li.chat {
  background-image: url("/images/icons/icon-chat.png");
}
#slide-bar li.chat a {
  padding-left: 30px;
}
@media screen and (max-width: 47.9375em) {
  #slide-bar li.chat a {
    display: block;
    height: 21px;
    width: 24px;
    padding-left: 0;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
  }
}
#slide-bar li:first-child {
  font-style: italic;
  font-family: "Georgia", serif;
}
#slide-bar li:first-child a {
  text-decoration: underline;
}
#slide-bar li:first-child span {
  font-size: 0.8em;
}
@media screen and (max-width: 47.9375em) {
  #slide-bar li:first-child span {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  #slide-bar li:first-child {
    display: block;
  }
}

.box:not(.collapse) {
  font-family: "Georgia", serif;
  margin: 6% 0;
}
@media screen and (min-width: 64em) {
  .box:not(.collapse) {
    margin: 4% 0;
  }
}
.box:not(.collapse) > div {
  padding: 0 2%;
}
.box:not(.collapse) > div > div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.box:not(.collapse) > div > div::after {
  clear: both;
  content: "";
  display: table;
}
.box:not(.collapse) > div > div::after {
  clear: both;
  content: "";
  display: table;
}
.box:not(.collapse).center {
  text-align: center;
}
.box:not(.collapse).light, .box:not(.collapse).dark, .box:not(.collapse).footer, .box:not(.collapse).blue {
  margin: 0;
  padding: 6% 0;
}
@media screen and (min-width: 64em) {
  .box:not(.collapse).light, .box:not(.collapse).dark, .box:not(.collapse).footer, .box:not(.collapse).blue {
    padding: 4% 0;
  }
}
body.root-1183 .box:not(.collapse).light {
  background-color: #ececea;
}
body.root-2327 .box:not(.collapse).light {
  background-color: #ececea;
}
body.root-2108 .box:not(.collapse).light {
  background-color: #ececea;
}
.box:not(.collapse).light + .light {
  padding-top: 0;
}
body.root-1183 .box:not(.collapse).dark, body.root-1183 .box:not(.collapse).blue {
  background-color: #332e2a;
}
body.root-2327 .box:not(.collapse).dark, body.root-2327 .box:not(.collapse).blue {
  background-color: #332e2a;
}
body.root-2108 .box:not(.collapse).dark, body.root-2108 .box:not(.collapse).blue {
  background-color: #332e2a;
}
body.root-1183 .box:not(.collapse).dark h1, body.root-1183 .box:not(.collapse).dark h4, body.root-1183 .box:not(.collapse).dark p, body.root-1183 .box:not(.collapse).blue h1, body.root-1183 .box:not(.collapse).blue h4, body.root-1183 .box:not(.collapse).blue p {
  color: #91908e;
}
body.root-2327 .box:not(.collapse).dark h1, body.root-2327 .box:not(.collapse).dark h4, body.root-2327 .box:not(.collapse).dark p, body.root-2327 .box:not(.collapse).blue h1, body.root-2327 .box:not(.collapse).blue h4, body.root-2327 .box:not(.collapse).blue p {
  color: #91908e;
}
body.root-2108 .box:not(.collapse).dark h1, body.root-2108 .box:not(.collapse).dark h4, body.root-2108 .box:not(.collapse).dark p, body.root-2108 .box:not(.collapse).blue h1, body.root-2108 .box:not(.collapse).blue h4, body.root-2108 .box:not(.collapse).blue p {
  color: #91908e;
}
body.root-1183 .box:not(.collapse).dark h2, body.root-1183 .box:not(.collapse).blue h2 {
  color: #ffffff;
}
body.root-2327 .box:not(.collapse).dark h2, body.root-2327 .box:not(.collapse).blue h2 {
  color: #ffffff;
}
body.root-2108 .box:not(.collapse).dark h2, body.root-2108 .box:not(.collapse).blue h2 {
  color: #ffffff;
}
.box:not(.collapse).dark + .dark, .box:not(.collapse).dark + .blue, .box:not(.collapse).blue + .dark, .box:not(.collapse).blue + .blue {
  padding-top: 0;
}
body.root-1183 .box:not(.collapse).dark p.button-outlined a, body.root-1183 .box:not(.collapse).blue p.button-outlined a {
  color: #ffffff;
}
body.root-2327 .box:not(.collapse).dark p.button-outlined a, body.root-2327 .box:not(.collapse).blue p.button-outlined a {
  color: #ffffff;
}
body.root-2108 .box:not(.collapse).dark p.button-outlined a, body.root-2108 .box:not(.collapse).blue p.button-outlined a {
  color: #ffffff;
}
body.root-1183 .box:not(.collapse).blue {
  background-color: #40516f;
}
body.root-2327 .box:not(.collapse).blue {
  background-color: #6b2b2b;
}
body.root-2108 .box:not(.collapse).blue {
  background-color: #ac872e;
}
.box:not(.collapse).blue p, .box:not(.collapse).blue input, .box:not(.collapse).blue select {
  color: white !important;
}
.box:not(.collapse).blue input, .box:not(.collapse).blue select {
  border: 1px solid white !important;
}
.box:not(.collapse).blue input::-webkit-input-placeholder, .box:not(.collapse).blue select::-webkit-input-placeholder {
  color: white;
}
.box:not(.collapse).blue input::-moz-placeholder, .box:not(.collapse).blue select::-moz-placeholder {
  color: white;
}
.box:not(.collapse).blue input:-moz-placeholder, .box:not(.collapse).blue select:-moz-placeholder {
  color: white;
}
.box:not(.collapse).blue input:-ms-input-placeholder, .box:not(.collapse).blue select:-ms-input-placeholder {
  color: white;
}
.box:not(.collapse).blue input[type=submit] {
  background-color: white !important;
  color: #40516f !important;
  height: 44px;
}
.box:not(.collapse).blue select {
  background-image: url("/images/icons/icon-arrow-language.png");
}
.box:not(.collapse).border + .box {
  position: relative;
  padding-top: 6%;
}
@media screen and (min-width: 64em) {
  .box:not(.collapse).border + .box {
    padding-top: 4%;
  }
}
.box:not(.collapse).border + .box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 2%;
  left: 2%;
  height: 1px;
  max-width: 1200px;
  margin: 0 auto;
}
body.root-1183 .box:not(.collapse).border + .box:before {
  background-color: #ebebe9;
}
body.root-2327 .box:not(.collapse).border + .box:before {
  background-color: #ebebe9;
}
body.root-2108 .box:not(.collapse).border + .box:before {
  background-color: #ebebe9;
}
.box:not(.collapse).intro > div {
  padding-left: 20%;
  padding-right: 20%;
}
@media screen and (max-width: 63.9375em) {
  .box:not(.collapse).intro > div {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.box:not(.collapse) a {
  text-decoration: underline;
}
.box:not(.collapse) a:hover {
  text-decoration: none;
}

.box1 > div > div > div, .box9 > div > div > div {
  float: left;
}
@media screen and (max-width: 47.9375em) {
  .box1 > div > div > div, .box9 > div > div > div {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.box1 > div > div > div.text, .box9 > div > div > div.text {
  padding-top: 4.1666666667%;
  width: 33.3333333333%;
  margin-right: 8.3333333333%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box1 > div > div > div.text, .box9 > div > div > div.text {
    padding-top: 0 !important;
    margin-left: 0;
    width: 37.5%;
  }
}
@media screen and (max-width: 47.9375em) {
  .box1 > div > div > div.text, .box9 > div > div > div.text {
    margin-bottom: 6%;
    padding-top: 0 !important;
  }
}
.box1 > div > div > div.images, .box9 > div > div > div.images {
  width: 58.3333333333%;
}
.box1 > div > div > div.images img, .box9 > div > div > div.images img {
  display: block;
}
.box1 > div > div > div.images > div:first-child, .box9 > div > div > div.images > div:first-child {
  position: relative;
}
.box1 > div > div > div.images > div:first-child > img, .box9 > div > div > div.images > div:first-child > img {
  display: block;
  width: 85.7142857143%;
}
.box1 > div > div > div.images > div:first-child > div, .box9 > div > div > div.images > div:first-child > div {
  position: absolute;
  bottom: -55%;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 57.1428571429%;
  padding-bottom: 35%;
}
.box1 > div > div > div.images > div:last-child > div, .box9 > div > div > div.images > div:last-child > div {
  margin-left: 57.1428571429%;
  width: 42.8571428571%;
}
.box1 > div > div > div.images > div:last-child > div > img, .box9 > div > div > div.images > div:last-child > div > img {
  width: 100%;
}

.box9 > div > div > div.images > div:first-child > div {
  position: absolute;
  bottom: -31%;
  left: -16%;
}
@media screen and (max-width: 47.9375em) {
  .box9 > div > div > div.images > div:first-child > div {
    left: -11%;
  }
}
.box9 > div > div > div.images > div:last-child {
  padding: 6% 0;
}
.box9 > div > div > div.images > div:last-child > div {
  margin-left: 42.8571428571%;
  width: 57.1428571429%;
}
.box2 > div > div > div {
  float: left;
}
.box2 > div > div > div img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .box2.left-content > div > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
}
.box2 .text {
  padding-top: 4.1666666667%;
}
.box2.content-3 .text {
  width: 25%;
}
.box2.content-3 .images {
  width: 58.3333333333%;
}
.box2.content-4 .text {
  width: 33.3333333333%;
}
.box2.content-4 .images {
  width: 50%;
}
.box2.content-5 .text {
  width: 41.6666666667%;
}
.box2.content-5 .images {
  width: 41.6666666667%;
}
.box2.content-6 .text {
  width: 50%;
}
.box2.content-6 .images {
  width: 33.3333333333%;
}
.box2.content-7 .text {
  width: 58.3333333333%;
}
.box2.content-7 .images {
  width: 25%;
}
.box2.left-content .images {
  margin: 0 8.3333333333%;
}
.box2.left-content .text {
  margin: 0;
}
.box2.right-content .text {
  margin: 0 8.3333333333%;
}
.box2.right-content .images {
  margin: 0;
}
.box2.left-content.shift-left .text {
  margin: 0 8.3333333333%;
}
.box2.left-content.shift-left .images {
  margin: 0;
}
.box2.right-content.shift-left .images {
  margin: 0 8.3333333333%;
}
.box2.right-content.shift-left .text {
  margin: 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box2 .images {
    margin: 0 !important;
    width: 41.6666666667% !important;
  }
  .box2 .text {
    padding-top: 0 !important;
    margin: 0 0 0 4.1666666667% !important;
    width: 54.1666666667% !important;
  }
  .box2.left-content .text {
    margin: 0 4.1666666667% 0 0 !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .box2 .images, .box2 .text {
    margin: 0 !important;
    width: 100% !important;
    padding-top: 0 !important;
  }
  .box2 .images {
    margin-bottom: 6% !important;
  }
}

.box7 > div > div .rooms-list li > div, .box16 > div > div .rooms-list li > div, .box10 > div > div .rooms-list li > div, .box3 .mono-carousel .slides > li > div {
  position: relative;
}
.box7 > div > div .rooms-list li > div > div.text, .box16 > div > div .rooms-list li > div > div.text, .box10 > div > div .rooms-list li > div > div.text, .box3 .mono-carousel .slides > li > div > div.text {
  text-align: left;
  background-color: white;
  width: 50%;
  margin-left: 50%;
}
@media screen and (max-width: 63.9375em) {
  .box7 > div > div .rooms-list li > div > div.text, .box16 > div > div .rooms-list li > div > div.text, .box10 > div > div .rooms-list li > div > div.text, .box3 .mono-carousel .slides > li > div > div.text {
    background-color: transparent;
  }
}
@media screen and (max-width: 47.9375em) {
  .box7 > div > div .rooms-list li > div > div.text, .box16 > div > div .rooms-list li > div > div.text, .box10 > div > div .rooms-list li > div > div.text, .box3 .mono-carousel .slides > li > div > div.text {
    width: 100%;
    margin-left: 0;
  }
}
.box7 > div > div .rooms-list li > div > div.text > div, .box16 > div > div .rooms-list li > div > div.text > div, .box10 > div > div .rooms-list li > div > div.text > div, .box3 .mono-carousel .slides > li > div > div.text > div {
  padding: 8.3333333333% 16.6666666667%;
}
.box7 > div > div .rooms-list li > div > div.text > div p.button-outlined, .box16 > div > div .rooms-list li > div > div.text > div p.button-outlined, .box10 > div > div .rooms-list li > div > div.text > div p.button-outlined, .box3 .mono-carousel .slides > li > div > div.text > div p.button-outlined, .box7 > div > div .rooms-list li > div > div.text > div p.button, .box16 > div > div .rooms-list li > div > div.text > div p.button, .box10 > div > div .rooms-list li > div > div.text > div p.button, .box3 .mono-carousel .slides > li > div > div.text > div p.button {
  display: inline-block;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box7 > div > div .rooms-list li > div > div.text > div, .box16 > div > div .rooms-list li > div > div.text > div, .box10 > div > div .rooms-list li > div > div.text > div, .box3 .mono-carousel .slides > li > div > div.text > div {
    padding: 0 8.3333333333%;
  }
}
@media screen and (max-width: 47.9375em) {
  .box7 > div > div .rooms-list li > div > div.text > div, .box16 > div > div .rooms-list li > div > div.text > div, .box10 > div > div .rooms-list li > div > div.text > div, .box3 .mono-carousel .slides > li > div > div.text > div {
    padding: 0;
  }
}
.box7 > div > div .rooms-list li > div > div.image > div:last-child, .box16 > div > div .rooms-list li > div > div.image > div:last-child, .box10 > div > div .rooms-list li > div > div.image > div:last-child, .box3 .mono-carousel .slides > li > div > div.image > div:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 50%;
  margin-left: 8.3333333333%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box7 > div > div .rooms-list li > div > div.image > div:last-child, .box16 > div > div .rooms-list li > div > div.image > div:last-child, .box10 > div > div .rooms-list li > div > div.image > div:last-child, .box3 .mono-carousel .slides > li > div > div.image > div:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .box7 > div > div .rooms-list li > div > div.image > div:last-child, .box16 > div > div .rooms-list li > div > div.image > div:last-child, .box10 > div > div .rooms-list li > div > div.image > div:last-child, .box3 .mono-carousel .slides > li > div > div.image > div:last-child {
    position: relative;
    height: 320px;
    margin: 0 0 6% 0;
  }
}
.box7 > div > div .rooms-list li > div > div.image > div:first-child, .box16 > div > div .rooms-list li > div > div.image > div:first-child, .box10 > div > div .rooms-list li > div > div.image > div:first-child, .box3 .mono-carousel .slides > li > div > div.image > div:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  width: 16.6666666667%;
  padding-bottom: 16.6666666667%;
  margin-top: -8.3333333333%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 63.9375em) {
  .box7 > div > div .rooms-list li > div > div.image > div:first-child, .box16 > div > div .rooms-list li > div > div.image > div:first-child, .box10 > div > div .rooms-list li > div > div.image > div:first-child, .box3 .mono-carousel .slides > li > div > div.image > div:first-child {
    display: none;
  }
}

.box3 {
  text-align: center;
  padding: 6% 0;
}
body.root-1183 .box3 {
  background-color: #ececea;
}
body.root-2327 .box3 {
  background-color: #ececea;
}
body.root-2108 .box3 {
  background-color: #ececea;
}
.box3, .box3 * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.box3 .mono-carousel {
  margin-top: 3.25em;
}
@media screen and (max-width: 47.9375em) {
  .box3 .mono-carousel {
    margin-top: 1.8571428571em;
  }
}
.box3 .mono-carousel .slides > li > div > div.text > div {
  height: 380px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .box3 .mono-carousel .slides > li > div > div.text > div {
    height: 280px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box3 .mono-carousel .slides > li > div > div.text > div {
    height: 280px;
  }
}
.box3 .mono-carousel .slides > li > div > div.text > div > div:last-child {
  position: absolute;
  bottom: 9.6%;
  left: 16.6%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box3 .mono-carousel .slides > li > div > div.text > div > div:last-child {
    left: 8%;
  }
}
@media screen and (max-width: 47.9375em) {
  .box3 .mono-carousel .slides > li > div > div.text > div > div:last-child {
    left: 0;
  }
}

.box7 > div > div .packages-list > li > div > a, .box16 > div > div .packages-list > li > div > a, .box10 > div > div .packages-list > li > div > a, .box4 .carousel .slides > li > div > a {
  display: block;
  margin-bottom: 1.5em;
}
.box7 > div > div .packages-list > li > div > a > img, .box16 > div > div .packages-list > li > div > a > img, .box10 > div > div .packages-list > li > div > a > img, .box4 .carousel .slides > li > div > a > img {
  display: block;
  width: 100%;
  -webkit-transition: opacity, 150ms;
  -moz-transition: opacity, 150ms;
  transition: opacity, 150ms;
}
.box7 > div > div .packages-list > li > div > a:hover img, .box16 > div > div .packages-list > li > div > a:hover img, .box10 > div > div .packages-list > li > div > a:hover img, .box4 .carousel .slides > li > div > a:hover img {
  opacity: 0.5;
}
.box7 > div > div .packages-list > li > div > p.button-outlined, .box16 > div > div .packages-list > li > div > p.button-outlined, .box10 > div > div .packages-list > li > div > p.button-outlined, .box4 .carousel .slides > li > div > p.button-outlined {
  margin-top: 1.5em;
  margin-bottom: 2px;
}

.box4 {
  text-align: center;
}
.box4 .carousel {
  margin-top: 3.25em;
}
@media screen and (max-width: 47.9375em) {
  .box4 .carousel {
    margin-top: 1.8571428571em;
  }
}
.box5 {
  height: 60%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .box5 {
    display: none;
  }
}
.box5 > div:first-of-type {
  position: relative;
  height: 100%;
  z-index: 10;
}
.box5 > div:first-of-type > div:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: 40%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box5 > div:first-of-type > div:first-child {
    margin-right: 0;
  }
}
.box5 > div:first-of-type > div:first-child > #google-maps {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10;
}
.box5 > div:first-of-type > div:first-child > #google-maps iframe {
  height: 100%;
  width: 100%;
}
.box5 > div:first-of-type > div:first-child > #google-maps iframe img {
  max-width: none;
}
.box5 > div:first-of-type > div:first-child .map-point {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 59px;
  width: 43px;
  display: block;
  z-index: 20;
  position: relative;
  line-height: 40px;
  color: white;
  font-size: 2em;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
body.root-1183 .box5 > div:first-of-type > div:first-child .map-point {
  background-image: url("/images/icons/icon-marker.png");
}
body.root-2327 .box5 > div:first-of-type > div:first-child .map-point {
  background-image: url("/images/icons/ermitage/icon-marker.png");
}
body.root-2108 .box5 > div:first-of-type > div:first-child .map-point {
  background-image: url("/images/icons/icon-marker.png");
}
body.root-1183 .box5 > div:first-of-type > div:first-child .map-point.main {
  background-image: url("/images/icons/icon-marker-main.png");
}
body.root-2327 .box5 > div:first-of-type > div:first-child .map-point.main {
  background-image: url("/images/icons/ermitage/icon-marker-main.png");
}
body.root-2108 .box5 > div:first-of-type > div:first-child .map-point.main {
  background-image: url("/images/icons/icon-marker-main.png");
}
.box5 > div:first-of-type > div:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box5 > div:first-of-type > div:last-child {
    display: none;
  }
}
.box5 > div:last-child {
  position: absolute;
  top: 50%;
  left: 60%;
  height: 300px;
  width: 300px;
  margin-top: -150px;
  margin-left: -150px;
  z-index: 20;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 63.9375em) {
  .box5 > div:last-child {
    right: 2%;
    left: auto;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box5 > div:last-child {
    height: 226px;
    width: 226px;
    margin-top: -113px;
    margin-left: -113px;
  }
}
body.root-1183 .box5 > div:last-child {
  background-color: #ebebe9;
}
body.root-2327 .box5 > div:last-child {
  background-color: #ebebe9;
}
body.root-2108 .box5 > div:last-child {
  background-color: #ebebe9;
}
.box5 > div:last-child h1 {
  background-color: white;
  position: relative;
  padding-bottom: 0.35em;
}
.box5 > div:last-child h1:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  height: 15px;
  width: 31px;
  background-size: 31px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -15px;
}
body.root-1183 .box5 > div:last-child h1:after {
  background-image: url("/images/icons/icon-sign.png");
}
body.root-2327 .box5 > div:last-child h1:after {
  background-image: url("/images/icons/ermitage/icon-sign.png");
}
body.root-2108 .box5 > div:last-child h1:after {
  background-image: url("/images/icons/icon-sign.png");
}
.box5 > div:last-child h2 {
  margin: 1em 0;
}

.box6 > div > div > div {
  float: left;
}
.box6 > div > div > div:first-child {
  width: 25%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box6 > div > div > div:first-child {
    width: 100%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 47.9375em) {
  .box6 > div > div > div:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 6%;
  }
}
.box6 > div > div > div:nth-child(2) {
  width: 33.3333333333%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box6 > div > div > div:nth-child(2) {
    width: 45.8333333333%;
    margin-right: 4.1666666667%;
  }
}
@media screen and (max-width: 47.9375em) {
  .box6 > div > div > div:nth-child(2) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
.box6 > div > div > div:last-child {
  width: 33.3333333333%;
  margin-left: 8.3333333333%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box6 > div > div > div:last-child {
    width: 45.8333333333%;
    margin-left: 4.1666666667%;
  }
}
@media screen and (max-width: 47.9375em) {
  .box6 > div > div > div:last-child {
    width: 100%;
    margin-left: 0;
  }
}

.box13 > div > div > div {
  padding: 0 8.3333333333%;
}
@media screen and (max-width: 63.9375em) {
  .box13 > div > div > div {
    padding: 0;
  }
}

.box7 > div > div fieldset.newsletter, .box16 > div > div fieldset.newsletter, .box10 > div > div fieldset.newsletter {
  margin-bottom: 0.8em;
}
.box7 > div > div fieldset.newsletter > div, .box16 > div > div fieldset.newsletter > div, .box10 > div > div fieldset.newsletter > div {
  margin-right: 1%;
}
@media screen and (max-width: 47.9375em) {
  .box7 > div > div fieldset.newsletter > div, .box16 > div > div fieldset.newsletter > div, .box10 > div > div fieldset.newsletter > div {
    width: 100% !important;
    margin: 0 0 1em 0 !important;
  }
}
.box7 > div > div fieldset.newsletter > div:not(:last-child) input, .box16 > div > div fieldset.newsletter > div:not(:last-child) input, .box10 > div > div fieldset.newsletter > div:not(:last-child) input, .box7 > div > div fieldset.newsletter > div:not(:last-child) select, .box16 > div > div fieldset.newsletter > div:not(:last-child) select, .box10 > div > div fieldset.newsletter > div:not(:last-child) select {
  background-color: transparent !important;
}
body.root-1183 .box7 > div > div fieldset.newsletter > div:not(:last-child) input, body.root-1183 .box16 > div > div fieldset.newsletter > div:not(:last-child) input, body.root-1183 .box10 > div > div fieldset.newsletter > div:not(:last-child) input, body.root-1183 .box7 > div > div fieldset.newsletter > div:not(:last-child) select, body.root-1183 .box16 > div > div fieldset.newsletter > div:not(:last-child) select, body.root-1183 .box10 > div > div fieldset.newsletter > div:not(:last-child) select {
  border: 1px solid #bcbcb4;
}
body.root-2327 .box7 > div > div fieldset.newsletter > div:not(:last-child) input, body.root-2327 .box16 > div > div fieldset.newsletter > div:not(:last-child) input, body.root-2327 .box10 > div > div fieldset.newsletter > div:not(:last-child) input, body.root-2327 .box7 > div > div fieldset.newsletter > div:not(:last-child) select, body.root-2327 .box16 > div > div fieldset.newsletter > div:not(:last-child) select, body.root-2327 .box10 > div > div fieldset.newsletter > div:not(:last-child) select {
  border: 1px solid #bcbcb4;
}
body.root-2108 .box7 > div > div fieldset.newsletter > div:not(:last-child) input, body.root-2108 .box16 > div > div fieldset.newsletter > div:not(:last-child) input, body.root-2108 .box10 > div > div fieldset.newsletter > div:not(:last-child) input, body.root-2108 .box7 > div > div fieldset.newsletter > div:not(:last-child) select, body.root-2108 .box16 > div > div fieldset.newsletter > div:not(:last-child) select, body.root-2108 .box10 > div > div fieldset.newsletter > div:not(:last-child) select {
  border: 1px solid #bcbcb4;
}
body.root-1183 .box7 > div > div fieldset.newsletter > div:not(:last-child) input:hover, body.root-1183 .box16 > div > div fieldset.newsletter > div:not(:last-child) input:hover, body.root-1183 .box10 > div > div fieldset.newsletter > div:not(:last-child) input:hover, body.root-1183 .box7 > div > div fieldset.newsletter > div:not(:last-child) select:hover, body.root-1183 .box16 > div > div fieldset.newsletter > div:not(:last-child) select:hover, body.root-1183 .box10 > div > div fieldset.newsletter > div:not(:last-child) select:hover {
  border-color: rgba(64, 81, 111, 0.5);
}
body.root-2327 .box7 > div > div fieldset.newsletter > div:not(:last-child) input:hover, body.root-2327 .box16 > div > div fieldset.newsletter > div:not(:last-child) input:hover, body.root-2327 .box10 > div > div fieldset.newsletter > div:not(:last-child) input:hover, body.root-2327 .box7 > div > div fieldset.newsletter > div:not(:last-child) select:hover, body.root-2327 .box16 > div > div fieldset.newsletter > div:not(:last-child) select:hover, body.root-2327 .box10 > div > div fieldset.newsletter > div:not(:last-child) select:hover {
  border-color: rgba(107, 43, 43, 0.5);
}
body.root-2108 .box7 > div > div fieldset.newsletter > div:not(:last-child) input:hover, body.root-2108 .box16 > div > div fieldset.newsletter > div:not(:last-child) input:hover, body.root-2108 .box10 > div > div fieldset.newsletter > div:not(:last-child) input:hover, body.root-2108 .box7 > div > div fieldset.newsletter > div:not(:last-child) select:hover, body.root-2108 .box16 > div > div fieldset.newsletter > div:not(:last-child) select:hover, body.root-2108 .box10 > div > div fieldset.newsletter > div:not(:last-child) select:hover {
  border-color: rgba(172, 135, 46, 0.5);
}
.box7 > div > div fieldset.newsletter > div:not(:last-child) input:focus, .box16 > div > div fieldset.newsletter > div:not(:last-child) input:focus, .box10 > div > div fieldset.newsletter > div:not(:last-child) input:focus, .box7 > div > div fieldset.newsletter > div:not(:last-child) select:focus, .box16 > div > div fieldset.newsletter > div:not(:last-child) select:focus, .box10 > div > div fieldset.newsletter > div:not(:last-child) select:focus {
  outline: none;
}
body.root-1183 .box7 > div > div fieldset.newsletter > div:not(:last-child) input:focus, body.root-1183 .box16 > div > div fieldset.newsletter > div:not(:last-child) input:focus, body.root-1183 .box10 > div > div fieldset.newsletter > div:not(:last-child) input:focus, body.root-1183 .box7 > div > div fieldset.newsletter > div:not(:last-child) select:focus, body.root-1183 .box16 > div > div fieldset.newsletter > div:not(:last-child) select:focus, body.root-1183 .box10 > div > div fieldset.newsletter > div:not(:last-child) select:focus {
  border-color: #40516f;
}
body.root-2327 .box7 > div > div fieldset.newsletter > div:not(:last-child) input:focus, body.root-2327 .box16 > div > div fieldset.newsletter > div:not(:last-child) input:focus, body.root-2327 .box10 > div > div fieldset.newsletter > div:not(:last-child) input:focus, body.root-2327 .box7 > div > div fieldset.newsletter > div:not(:last-child) select:focus, body.root-2327 .box16 > div > div fieldset.newsletter > div:not(:last-child) select:focus, body.root-2327 .box10 > div > div fieldset.newsletter > div:not(:last-child) select:focus {
  border-color: #6b2b2b;
}
body.root-2108 .box7 > div > div fieldset.newsletter > div:not(:last-child) input:focus, body.root-2108 .box16 > div > div fieldset.newsletter > div:not(:last-child) input:focus, body.root-2108 .box10 > div > div fieldset.newsletter > div:not(:last-child) input:focus, body.root-2108 .box7 > div > div fieldset.newsletter > div:not(:last-child) select:focus, body.root-2108 .box16 > div > div fieldset.newsletter > div:not(:last-child) select:focus, body.root-2108 .box10 > div > div fieldset.newsletter > div:not(:last-child) select:focus {
  border-color: #ac872e;
}
.box7 > div > div fieldset.newsletter > div > label:first-child, .box16 > div > div fieldset.newsletter > div > label:first-child, .box10 > div > div fieldset.newsletter > div > label:first-child {
  display: none;
}
.box7 > div > div fieldset.newsletter > div:first-child, .box16 > div > div fieldset.newsletter > div:first-child, .box10 > div > div fieldset.newsletter > div:first-child {
  width: 15%;
}
.box7 > div > div fieldset.newsletter > div:nth-child(2), .box16 > div > div fieldset.newsletter > div:nth-child(2), .box10 > div > div fieldset.newsletter > div:nth-child(2) {
  width: 23%;
}
.box7 > div > div fieldset.newsletter > div:nth-child(3), .box16 > div > div fieldset.newsletter > div:nth-child(3), .box10 > div > div fieldset.newsletter > div:nth-child(3) {
  width: 23%;
}
.box7 > div > div fieldset.newsletter > div:nth-child(4), .box16 > div > div fieldset.newsletter > div:nth-child(4), .box10 > div > div fieldset.newsletter > div:nth-child(4) {
  width: 23%;
}
.box7 > div > div fieldset.newsletter > div:last-child, .box16 > div > div fieldset.newsletter > div:last-child, .box10 > div > div fieldset.newsletter > div:last-child {
  width: 12%;
  overflow: hidden;
  margin-right: 0;
}
.box7 > div > div fieldset.newsletter > div:last-child input, .box16 > div > div fieldset.newsletter > div:last-child input, .box10 > div > div fieldset.newsletter > div:last-child input {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
  height: 44px;
}
.box7 > div > div .two-cols, .box16 > div > div .two-cols, .box10 > div > div .two-cols {
  margin: 3.25em 0;
}
.box7 > div > div .two-cols::after, .box16 > div > div .two-cols::after, .box10 > div > div .two-cols::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 47.9375em) {
  .box7 > div > div .two-cols, .box16 > div > div .two-cols, .box10 > div > div .two-cols {
    margin: 1.625em 0;
  }
}
.box7 > div > div .two-cols > div, .box16 > div > div .two-cols > div, .box10 > div > div .two-cols > div {
  float: left;
  width: 47.9166666667%;
}
.box7 > div > div .two-cols > div:first-child, .box16 > div > div .two-cols > div:first-child, .box10 > div > div .two-cols > div:first-child {
  margin-right: 2.0833333333%;
}
@media screen and (max-width: 47.9375em) {
  .box7 > div > div .two-cols > div:first-child, .box16 > div > div .two-cols > div:first-child, .box10 > div > div .two-cols > div:first-child {
    margin-bottom: 6% !important;
  }
}
.box7 > div > div .two-cols > div:first-child > a > div > div > div > div, .box16 > div > div .two-cols > div:first-child > a > div > div > div > div, .box10 > div > div .two-cols > div:first-child > a > div > div > div > div {
  background: url(/images/icons/logo-beatus.png) center no-repeat;
  background-size: 95px auto;
  height: 74px;
  width: auto;
}
.box7 > div > div .two-cols > div:last-child, .box16 > div > div .two-cols > div:last-child, .box10 > div > div .two-cols > div:last-child {
  margin-left: 2.0833333333%;
}
.box7 > div > div .two-cols > div:last-child > a > div > div > div > div, .box16 > div > div .two-cols > div:last-child > a > div > div > div > div, .box10 > div > div .two-cols > div:last-child > a > div > div > div > div {
  background: url(/images/icons/logo-ermitage.png) center no-repeat;
  background-size: 134px 77px;
  height: 77px;
  width: auto;
}
.box7 > div > div .two-cols > div > a, .box16 > div > div .two-cols > div > a, .box10 > div > div .two-cols > div > a {
  position: relative;
  display: block;
}
body.root-1183 .box7 > div > div .two-cols > div > a, body.root-1183 .box16 > div > div .two-cols > div > a, body.root-1183 .box10 > div > div .two-cols > div > a {
  background-color: #332e2a;
}
body.root-2327 .box7 > div > div .two-cols > div > a, body.root-2327 .box16 > div > div .two-cols > div > a, body.root-2327 .box10 > div > div .two-cols > div > a {
  background-color: #332e2a;
}
body.root-2108 .box7 > div > div .two-cols > div > a, body.root-2108 .box16 > div > div .two-cols > div > a, body.root-2108 .box10 > div > div .two-cols > div > a {
  background-color: #332e2a;
}
.box7 > div > div .two-cols > div > a > div, .box16 > div > div .two-cols > div > a > div, .box10 > div > div .two-cols > div > a > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.box7 > div > div .two-cols > div > a > div > div, .box16 > div > div .two-cols > div > a > div > div, .box10 > div > div .two-cols > div > a > div > div {
  display: table;
  height: 100%;
  width: 100%;
}
.box7 > div > div .two-cols > div > a > div > div > div, .box16 > div > div .two-cols > div > a > div > div > div, .box10 > div > div .two-cols > div > a > div > div > div {
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.box7 > div > div .two-cols > div > a > div > div > div > p, .box16 > div > div .two-cols > div > a > div > div > div > p, .box10 > div > div .two-cols > div > a > div > div > div > p {
  font-weight: 400;
  font-style: italic;
  color: white !important;
  max-height: 1px;
  overflow: hidden;
  -webkit-transition: max-height 25ms, opacity 900ms;
  -moz-transition: max-height 25ms, opacity 900ms;
  transition: max-height 25ms, opacity 900ms;
  opacity: 0;
}
.box7 > div > div .two-cols > div > a > img, .box16 > div > div .two-cols > div > a > img, .box10 > div > div .two-cols > div > a > img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  opacity: 0.8;
  -webkit-transition: opacity, 150ms;
  -moz-transition: opacity, 150ms;
  transition: opacity, 150ms;
}
.box7 > div > div .two-cols > div > a:hover > img, .box16 > div > div .two-cols > div > a:hover > img, .box10 > div > div .two-cols > div > a:hover > img {
  opacity: 0.2;
}
.box7 > div > div .two-cols > div > a:hover > div > div > div > p, .box16 > div > div .two-cols > div > a:hover > div > div > div > p, .box10 > div > div .two-cols > div > a:hover > div > div > div > p {
  margin-top: 1em;
  max-height: none;
  opacity: 1;
}
@media screen and (max-width: 47.9375em) {
  .box7 > div > div .two-cols > div, .box16 > div > div .two-cols > div, .box10 > div > div .two-cols > div {
    width: 100% !important;
    margin: 0 !important;
  }
}
.box7 > div > div h1.category + p, .box16 > div > div h1.category + p, .box10 > div > div h1.category + p {
  margin-top: -1.25em;
}
.box7 > div > div h4 + h2 + p.button-outlined, .box16 > div > div h4 + h2 + p.button-outlined, .box10 > div > div h4 + h2 + p.button-outlined {
  margin-top: 1.5em;
}
.box7 > div > div fieldset.filters, .box16 > div > div fieldset.filters, .box10 > div > div fieldset.filters {
  margin-bottom: 0;
}
.box7 > div > div fieldset.filters select, .box16 > div > div fieldset.filters select, .box10 > div > div fieldset.filters select {
  width: auto;
  display: inline-block;
  /*@include color(background-color, 1);*/
  /*background-image: url("/images/icons/icon-arrow-language.png");*/
  /*color: white;*/
}
.box7 > div > div fieldset.filters select option, .box16 > div > div fieldset.filters select option, .box10 > div > div fieldset.filters select option {
  color: black;
}
.box7 > div > div .packages-list > li, .box16 > div > div .packages-list > li, .box10 > div > div .packages-list > li {
  margin-top: 6%;
  float: left;
  display: block;
  width: 45.8333333333%;
}
@media screen and (max-width: 63.9375em) {
  .box7 > div > div .packages-list > li, .box16 > div > div .packages-list > li, .box10 > div > div .packages-list > li {
    width: 47.9166666667%;
  }
}
.box7 > div > div .packages-list > li:nth-child(odd), .box16 > div > div .packages-list > li:nth-child(odd), .box10 > div > div .packages-list > li:nth-child(odd) {
  margin-right: 4.1666666667%;
}
@media screen and (max-width: 63.9375em) {
  .box7 > div > div .packages-list > li:nth-child(odd), .box16 > div > div .packages-list > li:nth-child(odd), .box10 > div > div .packages-list > li:nth-child(odd) {
    margin-right: 2.0833333333%;
  }
}
.box7 > div > div .packages-list > li:nth-child(even), .box16 > div > div .packages-list > li:nth-child(even), .box10 > div > div .packages-list > li:nth-child(even) {
  margin-left: 4.1666666667%;
}
@media screen and (max-width: 63.9375em) {
  .box7 > div > div .packages-list > li:nth-child(even), .box16 > div > div .packages-list > li:nth-child(even), .box10 > div > div .packages-list > li:nth-child(even) {
    margin-left: 2.0833333333%;
  }
}
.box7 > div > div .packages-list > li:nth-child(2n+1), .box16 > div > div .packages-list > li:nth-child(2n+1), .box10 > div > div .packages-list > li:nth-child(2n+1) {
  clear: left;
}
@media screen and (max-width: 47.9375em) {
  .box7 > div > div .packages-list > li, .box16 > div > div .packages-list > li, .box10 > div > div .packages-list > li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.box7 > div > div .packages-list > li a.rooms-link, .box16 > div > div .packages-list > li a.rooms-link, .box10 > div > div .packages-list > li a.rooms-link {
  position: relative;
  margin-bottom: 100px;
}
.box7 > div > div .packages-list > li a.rooms-link > span, .box16 > div > div .packages-list > li a.rooms-link > span, .box10 > div > div .packages-list > li a.rooms-link > span {
  display: block;
  height: 110px;
  width: 110px;
  color: white;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: -55px;
  margin-left: -55px;
  -webkit-transform: rotate(-45deg) translateZ(0);
  -moz-transform: rotate(-45deg) translateZ(0);
  -ms-transform: rotate(-45deg) translateZ(0);
  -o-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}
body.root-1183 .box7 > div > div .packages-list > li a.rooms-link > span, body.root-1183 .box16 > div > div .packages-list > li a.rooms-link > span, body.root-1183 .box10 > div > div .packages-list > li a.rooms-link > span {
  background-color: #40516f;
}
body.root-2327 .box7 > div > div .packages-list > li a.rooms-link > span, body.root-2327 .box16 > div > div .packages-list > li a.rooms-link > span, body.root-2327 .box10 > div > div .packages-list > li a.rooms-link > span {
  background-color: #6b2b2b;
}
body.root-2108 .box7 > div > div .packages-list > li a.rooms-link > span, body.root-2108 .box16 > div > div .packages-list > li a.rooms-link > span, body.root-2108 .box10 > div > div .packages-list > li a.rooms-link > span {
  background-color: #ac872e;
}
.box7 > div > div .packages-list > li a.rooms-link > span > span, .box16 > div > div .packages-list > li a.rooms-link > span > span, .box10 > div > div .packages-list > li a.rooms-link > span > span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg) translateZ(0);
  -moz-transform: rotate(45deg) translateZ(0);
  -ms-transform: rotate(45deg) translateZ(0);
  -o-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
}
.box7 > div > div .packages-list > li a.rooms-link > span > span > span, .box16 > div > div .packages-list > li a.rooms-link > span > span > span, .box10 > div > div .packages-list > li a.rooms-link > span > span > span {
  display: table;
  height: 100%;
  width: 100%;
}
.box7 > div > div .packages-list > li a.rooms-link > span > span > span > span, .box16 > div > div .packages-list > li a.rooms-link > span > span > span > span, .box10 > div > div .packages-list > li a.rooms-link > span > span > span > span {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 80%;
  font-weight: 900;
  line-height: 1.3em;
}
.box7 > div > div .packages-list > li ul.rooms-links, .box16 > div > div .packages-list > li ul.rooms-links, .box10 > div > div .packages-list > li ul.rooms-links {
  margin-top: 40px;
}
.box7 > div > div .packages-list > li ul.rooms-links li, .box16 > div > div .packages-list > li ul.rooms-links li, .box10 > div > div .packages-list > li ul.rooms-links li {
  display: inline-block;
  margin: 0 0.5em;
}
.box7 > div > div .rooms-list li:not(:first-child), .box16 > div > div .rooms-list li:not(:first-child), .box10 > div > div .rooms-list li:not(:first-child) {
  margin-top: 6%;
}

.footer {
  padding: 3% 0 !important;
}
body.root-1183 .footer {
  background-color: #47413d;
}
body.root-2327 .footer {
  background-color: #47413d;
}
body.root-2108 .footer {
  background-color: #47413d;
}
body.root-1183 .footer {
  color: #ececea;
}
body.root-2327 .footer {
  color: #ececea;
}
body.root-2108 .footer {
  color: #ececea;
}
@media screen and (max-width: 63.9375em) {
  .footer {
    padding-bottom: 66px !important;
  }
}
.footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
.footer ul li a {
  text-decoration: none !important;
}
body.root-1183 .footer ul li a {
  color: #ececea;
}
body.root-2327 .footer ul li a {
  color: #ececea;
}
body.root-2108 .footer ul li a {
  color: #ececea;
}
.footer ul.social li {
  margin: 0 1em;
}
.footer ul:nth-child(2), .footer ul:nth-child(3) {
  margin: 2% 0;
}
@media screen and (max-width: 47.9375em) {
  .footer ul:nth-child(2), .footer ul:nth-child(3) {
    margin: 4% 0;
  }
  .footer ul:nth-child(2) li, .footer ul:nth-child(3) li {
    display: block;
  }
}
body.root-2108 .footer ul.social li, body.root-2108 .footer ul.partners li {
  display: none;
}
.footer ul.partners {
  margin-top: 2%;
}
@media screen and (max-width: 47.9375em) {
  .footer ul.partners {
    margin-bottom: 4%;
  }
}
.footer ul.partners li {
  min-width: 130px;
}
.footer ul.partners iframe {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.root-1183 .box8.romantic {
  background-color: #f5e7da;
}
body.root-2327 .box8.romantic {
  background-color: #f5e7da;
}
body.root-2108 .box8.romantic {
  background-color: #f5e7da;
}
body.root-1183 .box8.sport {
  background-color: #edf6f3;
}
body.root-2327 .box8.sport {
  background-color: #edf6f3;
}
body.root-2108 .box8.sport {
  background-color: #edf6f3;
}
.box8 + .footer {
  margin-top: 0;
}
.box8 > div:first-child {
  margin: 0 !important;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .box8 > div:first-child .text {
    padding-top: 3% !important;
  }
}
.box8 > div:last-child {
  padding: 3% 2% 6% 2%;
}
.box8 > div:last-child > div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.box8 > div:last-child > div::after {
  clear: both;
  content: "";
  display: table;
}
.box8 > div:last-child > div::after {
  clear: both;
  content: "";
  display: table;
}
.box8 > div:last-child > div > div {
  float: left;
  font-family: "Georgia", serif;
  width: 25%;
  margin-right: 8.3333333333%;
}
@media screen and (max-width: 47.9375em) {
  .box8 > div:last-child > div > div {
    width: 100%;
    margin-right: 0;
  }
  .box8 > div:last-child > div > div:not(:last-child) {
    margin-bottom: 6%;
  }
}
.box8 > div:last-child > div > div .number {
  font-size: 2.2em;
}
.box8 > div:last-child > div > div .number h1 {
  position: relative;
  display: inline-block;
}
.box8 > div:last-child > div > div .number h1:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: 31px;
  background-size: 31px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 15px;
  margin-left: -15px;
}
body.root-1183 .box8 > div:last-child > div > div .number h1:after {
  background-image: url("/images/icons/icon-sign.png");
}
body.root-2327 .box8 > div:last-child > div > div .number h1:after {
  background-image: url("/images/icons/ermitage/icon-sign.png");
}
body.root-2108 .box8 > div:last-child > div > div .number h1:after {
  background-image: url("/images/icons/icon-sign.png");
}
@media screen and (max-width: 47.9375em) {
  .box8 > div:last-child > div > div .number h1:after {
    margin-top: 2px;
  }
}
.box8 > div:last-child > div > div h4 {
  margin: 2em 0;
}

#sub-nav > div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#sub-nav > div::after {
  clear: both;
  content: "";
  display: table;
}
#sub-nav > div > div {
  text-align: center;
  padding: 2% 0;
}
body.root-1183 #sub-nav > div > div {
  border-bottom: 1px solid #ebebe9;
}
body.root-2327 #sub-nav > div > div {
  border-bottom: 1px solid #ebebe9;
}
body.root-2108 #sub-nav > div > div {
  border-bottom: 1px solid #ebebe9;
}
@media screen and (max-width: 47.9375em) {
  #sub-nav > div > div {
    padding: 0;
    border-bottom: 0 !important;
  }
}
#sub-nav > div > div ul li {
  margin: 0 1em;
  display: inline-block;
}
@media screen and (max-width: 47.9375em) {
  #sub-nav > div > div ul li {
    padding: 2% 0;
    display: block;
  }
  body.root-1183 #sub-nav > div > div ul li {
    border-bottom: 1px solid #ebebe9;
  }
  body.root-2327 #sub-nav > div > div ul li {
    border-bottom: 1px solid #ebebe9;
  }
  body.root-2108 #sub-nav > div > div ul li {
    border-bottom: 1px solid #ebebe9;
  }
}
#sub-nav > div > div ul li a {
  font-weight: 600;
}
body.root-1183 #sub-nav > div > div ul li a {
  color: #3f506e;
}
body.root-2327 #sub-nav > div > div ul li a {
  color: #6b2b2b;
}
body.root-2108 #sub-nav > div > div ul li a {
  color: #ac872e;
}
#sub-nav > div > div ul li ul {
  display: none;
}
body.root-1183 #sub-nav > div > div ul li.selected a, body.root-1183 #sub-nav > div > div ul li a:hover {
  color: #8992a1;
}
body.root-2327 #sub-nav > div > div ul li.selected a, body.root-2327 #sub-nav > div > div ul li a:hover {
  color: #9c7b7b;
}
body.root-2108 #sub-nav > div > div ul li.selected a, body.root-2108 #sub-nav > div > div ul li a:hover {
  color: #c7b082;
}

.box10 > div > div::after {
  clear: both;
  content: "";
  display: table;
}
.box10 > div > div > div {
  float: left;
  min-height: 1px;
}
.box10 > div > div > div:first-child {
  width: 62.5%;
  margin-right: 4.1666666667%;
}
.box10 > div > div > div:last-child {
  width: 29.1666666667%;
  margin-left: 4.1666666667%;
}
@media screen and (max-width: 47.9375em) {
  .box10 > div > div > div {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .box10 > div > div > div:first-child {
    margin-bottom: 6%;
  }
}

.box11 > div > div > div, .box11a > div > div > div {
  float: left;
  width: 50%;
}
.box11 > div > div > div:first-child, .box11a > div > div > div:first-child {
  padding-right: 2%;
}
.box11 > div > div > div:last-child, .box11a > div > div > div:last-child {
  padding-left: 2%;
}
@media screen and (max-width: 47.9375em) {
  .box11 > div > div > div, .box11a > div > div > div {
    width: 100% !important;
  }
  .box11 > div > div > div, .box11a > div > div > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .box11 > div > div > div:first-child, .box11a > div > div > div:first-child {
    margin-bottom: 6%;
  }
}
.box11.center > div > div, .box11a.center > div > div {
  text-align: center;
}
.box11.center > div > div p, .box11a.center > div > div p {
  max-width: 399px;
}

.box11 > div > div > div, .box101 > div > div > div {
  float: left;
  width: 50%;
}
.box11 > div > div > div:first-child, .box101 > div > div > div:first-child {
  padding-right: 2%;
}
.box11 > div > div > div:last-child, .box101 > div > div > div:last-child {
  padding-left: 2%;
}
@media screen and (max-width: 47.9375em) {
  .box11 > div > div > div, .box101 > div > div > div {
    width: 100% !important;
  }
  .box11 > div > div > div, .box101 > div > div > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .box11 > div > div > div:first-child, .box101 > div > div > div:first-child {
    margin-bottom: 6%;
  }
}

.box102 > div > div > div {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  text-align: center;
}
.box102 > div > div > div:last-child {
  margin-right: 0;
}
.box102 > div > div > div p.img {
  position: relative;
}
.box102 > div > div > div p.img img {
  display: block;
  width: 100%;
}
.box102 > div > div > div p.img img span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 70px;
  display: block;
  background-color: red;
}
.box102 > div > div > div p.img img span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 70px;
  width: 70px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: blue;
}

.box101 > div > div img {
  display: block;
  margin: 0 auto 1em auto;
}
.box101 > div > div > div > div {
  text-align: center;
  max-width: 399px;
  margin: 0 auto;
  padding: 0 !important;
}
.box101.left > div > div > div > div {
  text-align: left;
}

.box12 > div > div::after {
  clear: both;
  content: "";
  display: table;
}
.box12 > div > div > div {
  float: left;
  min-height: 1px;
  width: 37.5%;
}
.box12 > div > div > div:first-child {
  margin-left: 8.3333333333%;
  margin-right: 4.1666666667%;
}
.box12 > div > div > div:last-child {
  margin-right: 8.3333333333%;
  margin-left: 4.1666666667%;
}
@media screen and (max-width: 47.9375em) {
  .box12 > div > div > div {
    width: 100%;
    margin: 0 !important;
  }
  .box12 > div > div > div:first-child {
    margin-bottom: 6% !important;
  }
}

.box14 > div > div::after {
  clear: both;
  content: "";
  display: table;
}
.box14 > div > div > div {
  float: left;
  min-height: 1px;
}
.box14 > div > div > div:first-child {
  width: 29.1666666667%;
  margin-left: 8.3333333333%;
  margin-right: 4.1666666667%;
}
.box14 > div > div > div:last-child {
  width: 45.8333333333%;
  margin-right: 8.3333333333%;
  margin-left: 4.1666666667%;
}
@media screen and (max-width: 47.9375em) {
  .box14 > div > div > div {
    width: 100% !important;
    margin: 0 !important;
  }
  .box14 > div > div > div:first-child {
    margin-bottom: 6% !important;
  }
}

.cols-3-fixed {
  margin: 0 -48px 0 0;
}
@media screen and (max-width: 63.9375em) {
  .cols-3-fixed {
    margin-right: -10px;
  }
}
.cols-3-fixed::after {
  clear: both;
  content: "";
  display: table;
}
.cols-3-fixed li {
  float: left;
}
.cols-3-fixed li > a {
  margin-right: 48px;
  display: block;
}
@media screen and (max-width: 63.9375em) {
  .cols-3-fixed li > a {
    margin-right: 10px;
  }
}
.cols-3-fixed li > a > img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .cols-3-fixed li {
    width: 33.333333%;
  }
  .cols-3-fixed li:nth-child(n+4) {
    margin-top: 48px;
  }
  .cols-3-fixed li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 63.9375em) {
  .cols-3-fixed li {
    width: 50%;
  }
  .cols-3-fixed li:nth-child(n+3) {
    margin-top: 10px;
  }
  .cols-3-fixed li:nth-child(2n+1) {
    clear: left;
  }
}

.box13 {
  overflow: hidden;
}

h1 + .gallery-list-by-category, h1 + .hi-res-list {
  margin-top: 48px;
}
@media screen and (max-width: 63.9375em) {
  h1 + .gallery-list-by-category, h1 + .hi-res-list {
    margin-top: 10px;
  }
}

.hi-res-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.hi-res-list::after {
  clear: both;
  content: "";
  display: table;
}
.hi-res-list::after {
  clear: both;
  content: "";
  display: table;
}
.hi-res-list > li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.hi-res-list > li:last-child {
  margin-right: 0;
}
.hi-res-list > li:nth-child(2n) {
  margin-right: 0;
}
.hi-res-list > li:nth-child(2n+1) {
  clear: left;
}
.hi-res-list > li::after {
  clear: both;
  content: "";
  display: table;
}
.hi-res-list > li img {
  float: left;
  width: 41.6666666667%;
  margin-right: 8.3333333333%;
}
.hi-res-list > li p {
  float: left;
  width: 50%;
}
.hi-res-list > li:nth-child(n+3) {
  margin-top: 4.8291579146%;
}
@media screen and (max-width: 63.9375em) {
  .hi-res-list > li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .hi-res-list > li:last-child {
    margin-right: 0;
  }
  .hi-res-list > li:nth-child(1n) {
    margin-right: 0;
  }
  .hi-res-list > li:nth-child(1n+1) {
    clear: left;
  }
  .hi-res-list > li:nth-child(n+1) {
    margin-top: 4.8291579146%;
  }
}

.box15 > a, body.root-2108 .slideshow-holder > a#group-logo {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  margin-left: -108px;
  background-color: #ac872e;
  height: 112px;
  width: 216px;
  background-image: url(/images/icons/logo-beatus-g.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 170px auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .box15 > a, body.root-2108 .slideshow-holder > a#group-logo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0;
    width: 100%;
    height: 70px;
  }
}

.box15 {
  position: relative;
  overflow: hidden;
  height: 80%;
}
@media screen and (max-width: 47.9375em) {
  .box15 {
    height: auto;
  }
}
.box15 > div {
  position: relative;
  height: 100%;
}
.box15 > div > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.box15 > div > div:first-child {
  margin-right: 50%;
}
.box15 > div > div:last-child {
  margin-left: 50%;
}
.box15 > div > div > div {
  position: absolute;
  right: 0;
  bottom: 8%;
  left: 0;
  text-align: center;
}
.box15 > div > div > div h2 {
  font-style: italic;
  color: white;
  font-weight: lighter;
  font-family: "Playfair Display", serif;
  margin: 0.5em 0 1.5em 0;
}
@media screen and (max-width: 47.9375em) {
  .box15 > div > div > div > img {
    width: 13% !important;
  }
}
.box15 > div > div > div ul li {
  display: inline-block;
  margin: 0 0.5em;
}
.box15 > div > div > div ul li a {
  background-color: #ac872e;
  color: white;
  text-transform: uppercase;
  padding: 1em 2em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 0.07em;
  display: inline-block;
}
@media screen and (max-width: 47.9375em) {
  .box15 > div > div > div ul li {
    display: block;
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .box15 > div > div {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: 320px;
    margin: 0 !important;
  }
}

.box16 > div > div::after {
  clear: both;
  content: "";
  display: table;
}
.box16 > div > div > a.img-link {
  display: block;
}
.box16 > div > div > a.img-link img {
  display: block;
  width: 100%;
}
.box16 > div > div > div.desc {
  text-align: center;
  padding-top: 2vw;
}
@media screen and (min-width: 48em) {
  .box16 > div > div > div.desc {
    padding-left: 16.6666666667%;
    padding-right: 16.6666666667%;
  }
}
.box16 > div > div > div.desc:empty {
  display: none;
}

#scroll-to-top {
  display: none;
  position: fixed;
  right: 2em;
  bottom: 2em;
  height: 50px;
  width: 50px;
  background-image: url(/images/top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  z-index: 100;
}
body.root-1183 #scroll-to-top {
  background-color: rgba(64, 81, 111, 0.5);
}
body.root-2327 #scroll-to-top {
  background-color: rgba(107, 43, 43, 0.5);
}
body.root-2108 #scroll-to-top {
  background-color: rgba(172, 135, 46, 0.5);
}
@media screen and (max-width: 47.9375em) {
  #scroll-to-top {
    display: none !important;
  }
}

body.root-1183 .footer ul.partners li:first-child {
  padding-top: 8px;
}

body.root-2327 .footer ul.partners li:first-child {
  padding-top: 24px;
}

#packages-filters {
  background-color: #ececea;
  padding: 3% 2%;
}
#packages-filters > div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#packages-filters > div::after {
  clear: both;
  content: "";
  display: table;
}
#packages-filters > div::after {
  clear: both;
  content: "";
  display: table;
}
#packages-filters > div > div {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  #packages-filters > div > div {
    float: left;
  }
  #packages-filters > div > div:first-child {
    width: 17%;
    padding-right: 4%;
    margin: 3px 0;
  }
  #packages-filters > div > div:last-child {
    width: 83%;
  }
  #packages-filters > div > div:last-child::after {
    clear: both;
    content: "";
    display: table;
  }
  #packages-filters > div > div:last-child > div {
    margin: 3px 0;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) {
  #packages-filters > div > div:last-child > div {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) and (max-width: 63.9375em) {
  #packages-filters > div > div:last-child > div {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  #packages-filters > div > div:first-child {
    margin-bottom: 10px;
  }
  #packages-filters > div > div:last-child > div {
    margin-bottom: 8px;
  }
}
#packages-filters > div > div label {
  display: inline-block;
  margin: 0;
}
#packages-filters > div > div input {
  position: absolute;
  top: -100px;
  left: -100px;
}
#packages-filters > div > div input + label {
  background-image: url(/images/checkbox_off.png);
  background-position: top 5px left;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
}
#packages-filters > div > div input:checked + label {
  background-image: url(/images/checkbox_on.png);
}
