@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Aleo:300,400,400i,700,700i&subset=latin-ext");
@import url(../editor-style.css);
h1, h2, h3, h4 {
  display: block;
  font-family: "Aleo", serif;
  font-weight: 700; }

html {
  font-size: 100%; }

body {
  color: #515253;
  background: #fff;
  line-height: 1.4em;
  font-family: "Aleo", serif;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media only screen and (min-width: 1200px) {
    body {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 27px;
      line-height: 1.6875rem; } }

html * {
  box-sizing: border-box;
  outline: none !important; }

h1, h2, h3, h4, h5, h6, input, textarea, a, button {
  font-family: inherit; }

a {
  color: inherit;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none;
    color: inherit; }

strong {
  font-weight: 700; }

em {
  color: inherit; }

p {
  margin: 0 0 15px; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4 {
  color: inherit;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem; }

h1 {
  margin: 0 0 30px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 46.8px;
  line-height: 2.925rem; }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 65px;
      line-height: 4.0625rem; } }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  margin: 0 0 25px; }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 45.5px;
      line-height: 2.84375rem; } }

h3 {
  margin: 0 0 5px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem; }
  @media only screen and (min-width: 992px) {
    h3 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 33.8px;
      line-height: 2.1125rem; } }

h4 {
  margin: 0 0 15px;
  text-transform: none; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem; }

.big, .perex {
  font-weight: 400;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 31px;
  line-height: 1.9375rem; }

hr {
  margin: 15px 0;
  border-color: #515253; }

form {
  text-align: left; }

label {
  display: block;
  margin: 0;
  text-indent: 15px;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem; }
  label strong {
    display: none; }
  label + br, label br {
    content: "";
    display: none;
    line-height: 0; }
  label > * {
    font-weight: 300; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 3px 0 16px;
  border: none;
  background: #b6b9c0;
  height: 50px;
  line-height: 50px; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #C7C0BA; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #C7C0BA; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #C7C0BA; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #C7C0BA; }

input[type="submit"] {
  display: inline-block;
  border: none;
  background: #C7C0BA;
  color: #fff;
  padding: 15px 50px;
  min-height: 50px;
  min-width: 225px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  margin: 10px 0 0;
  text-transform: uppercase;
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem; }
  input[type="submit"]:hover {
    background: #e49e43;
    color: #fff; }

textarea {
  padding: 10px;
  height: 100px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  resize: none; }

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
  display: none; }
  input[type=checkbox]:not(old) + label,
  input[type=radio]:not(old) + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 2px 0 0 30px; }
    input[type=checkbox]:not(old) + label:before,
    input[type=radio]:not(old) + label:before {
      content: '';
      display: block;
      width: 23px;
      height: 22px;
      background: #fff;
      border: #b6b9c0 1px solid;
      position: absolute;
      top: 0;
      left: 0; }
  input[type=checkbox]:not(old):checked + label:after,
  input[type=radio]:not(old):checked + label:after {
    content: '\f00c';
    text-align: center;
    font-family: "icomoon" !important;
    color: #e41c41;
    position: absolute;
    top: 0;
    left: -11px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
    line-height: 1.375rem; }

table {
  border-collapse: collapse;
  margin: 0 0 30px; }
  table tr td {
    border: #000 1px solid;
    padding: 15px 40px; }
  table.noborder tr td {
    border: none; }

.editor h1, .editor h2, .editor h3, .editor h4 {
  color: #e41c41; }
.editor ul {
  margin: 0 0 15px;
  padding: 0 0 0 0; }
  .editor ul li {
    list-style-type: none;
    padding: 0 0 0 15px;
    position: relative; }
    .editor ul li:before {
      content: '';
      width: 5px;
      height: 5px;
      background: #515253;
      position: absolute;
      top: 10px;
      left: 0px; }
.editor a {
  color: #e41c41; }
  .editor a:hover {
    color: #e73354; }
.editor blockquote {
  border: none;
  background: #F4F0ED;
  padding: 15px;
  font-style: normal;
  margin: 30px auto 40px;
  text-align: center; }
  .editor blockquote img {
    margin: 15px 15px 15px; }
  .editor blockquote .wp-caption {
    display: inline-block;
    background: none;
    margin: 0;
    width: auto !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem; }
    .editor blockquote .wp-caption-text {
      font-size: inherit !important; }
.editor iframe {
  width: 100%;
  height: auto; }
@media only screen and (min-width: 1200px) {
  .editor blockquote img {
    margin: 15px 40px 15px; } }

h1, h2, h3, h4 {
  display: block;
  font-family: "Aleo", serif;
  font-weight: 700; }

.tt- {
  text-transform: none; }

.tt-uc {
  text-transform: uppercase; }

.tt-lc {
  text-transform: lowercase; }

.td- {
  text-decoration: none; }

.td-ul {
  text-decoration: underline; }

.td-ol {
  text-decoration: overline; }

.ta-c {
  text-align: center; }

.ta-l {
  text-align: left; }

.ta-r {
  text-align: right; }

.ta-j {
  text-align: justify; }

.fl- {
  float: none; }

.fl-l {
  float: left; }

.fl-r {
  float: right; }

.fl-c {
  float: none;
  clear: both; }

.f- {
  font-weight: 400;
  font-style: normal; }

.f-i {
  font-weight: 400;
  font-style: italic; }

.f-b {
  font-weight: 700;
  font-style: normal; }

.f-bi, .f-ib {
  font-weight: 700;
  font-style: italic; }

.f-p {
  font-family: "Aleo", serif; }

.f-s {
  font-family: "Aleo", serif; }

.c-b {
  color: #515253; }

.c-p {
  color: #e41c41; }

.c-s {
  color: #e49e43; }

.f-11x {
  font-size: 1.1em; }

.f-12x {
  font-size: 1.2em; }

.f-14x {
  font-size: 1.4em; }

.f-16x {
  font-size: 1.6em; }

.f-18x {
  font-size: 1.8em; }

.f-20x {
  font-size: 2em; }

.f-24x {
  font-size: 2.4em; }

.f-30x {
  font-size: 3em; }

.clearfix:after {
  content: ' ';
  display: table;
  clear: both; }

.container {
  width: 1600px;
  max-width: 100% !important; }
  .container-large {
    width: 1800px; }
  .container-thin {
    width: 1100px; }
  @media only screen and (min-width: 992px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }

.overflow-container {
  width: 100%;
  overflow: hidden; }

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.grid-collapse {
  margin: 0 !important; }

.grid-collapse > div {
  padding: 0 !important; }

.grid-small {
  margin: 0 -10px !important; }

.grid-small > div {
  padding: 0 10px !important; }

.grid-divider {
  margin: 0 !important;
  border: 1px solid #ececec;
  border-width: 0 0 0 2px; }
  .grid-divider > div {
    border: 1px solid #ececec;
    border-width: 2px 2px 2px 0;
    margin: 0 0 -2px;
    padding: 0 !important; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    z-index: 10;
    width: 70px;
    height: 120px;
    line-height: 120px;
    margin-top: -60px;
    cursor: pointer; }
    .slick-slider .slick-arrow:before {
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      font-family: "icomoon" !important; }
    .slick-slider .slick-arrow.slick-prev {
      left: 0; }
      .slick-slider .slick-arrow.slick-prev:before {
        content: '\f104'; }
    .slick-slider .slick-arrow.slick-next {
      right: 0; }
      .slick-slider .slick-arrow.slick-next:before {
        content: '\f105'; }

.slick-dotted .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center; }
  .slick-dotted .slick-dots li {
    display: inline-block;
    padding: 5px; }
    .slick-dotted .slick-dots li button {
      display: block;
      position: relative;
      padding: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      overflow: hidden;
      text-indent: 50px;
      background: none;
      border: none;
      cursor: pointer; }
      .slick-dotted .slick-dots li button:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        background: #000;
        margin: -5px 0 0 -5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        -webkit-transition: 200ms;
        -moz-transition: 200ms;
        -ms-transition: 200ms;
        -o-transition: 200ms;
        transition: 200ms; }
      .slick-dotted .slick-dots li button:hover:before {
        background: #e41c41; }
    .slick-dotted .slick-dots li.slick-active button:before {
      background: #e41c41;
      -ms-transform: scale(1.6, 1.6);
      /* IE 9 */
      webkit-transform: scale(1.6, 1.6);
      /* Safari */
      transform: scale(1.6, 1.6); }

.anchor {
  display: block;
  visibility: hidden;
  width: 100%;
  height: 80px;
  margin: -80px 0 0;
  clear: both; }

.block {
  padding: 40px 0; }
  .block-divide {
    border-top: 1px solid #b6b9c0; }
  .block-collapse {
    padding: 0; }
  .block-small {
    padding: 20px 0; }
  .block-large {
    padding: 50px 0; }
  .block-highlight {
    text-align: center;
    color: #4d5364;
    background: #e41c41;
    font-weight: 800;
    font-size: 32px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 3rem; }
    .block-highlight a {
      color: #fff; }
      .block-highlight a:hover, .block-highlight a:focus {
        color: #6D0506; }
  .block-gray {
    background: #F4F0ED; }
  .block-image {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: cover; }
    .block-image img {
      display: none; }
  .block-title h1, .block-title h2 {
    text-align: center;
    color: #4d5364;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 39px;
    line-height: 2.4375rem; }
  .block p:last-of-type {
    margin: 0; }
  @media only screen and (min-width: 992px) {
    .block {
      padding: 80px 0; }
      .block-collapse {
        padding: 0; }
      .block-small {
        padding: 40px 0; }
      .block-large {
        padding: 100px 0; }
      .block-title h1, .block-title h2 {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 78px;
        line-height: 4.875rem; } }

.panel {
  background: #fff;
  color: #515253;
  padding: 15px; }

a.button-secondary,
input[type="submit"].button-secondary,
button.button-secondary,
.button-secondary-container a, a.button-blank,
input[type="submit"].button-blank,
button.button-blank,
.button-blank-container a, .bg-primary .btn-blank,
a.button-primary,
input[type="submit"].button-primary,
button.button-primary,
.button-primary-container a {
  display: inline-block;
  border: none;
  background: #e41c41;
  color: #fff;
  padding: 15px 40px;
  min-height: 50px;
  min-width: 225px;
  max-width: 350px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem; }
  a.button-secondary:hover,
  input[type="submit"].button-secondary:hover,
  button.button-secondary:hover,
  .button-secondary-container a:hover, a.button-blank:hover,
  input[type="submit"].button-blank:hover,
  button.button-blank:hover,
  .button-blank-container a:hover, .bg-primary .btn-blank:hover,
  a.button-primary:hover,
  input[type="submit"].button-primary:hover,
  button.button-primary:hover,
  .button-primary-container a:hover {
    background: #e73354;
    color: #fff; }

a.button-secondary,
input[type="submit"].button-secondary,
button.button-secondary,
.button-secondary-container a {
  background: #9a8e85; }
  a.button-secondary:hover,
  input[type="submit"].button-secondary:hover,
  button.button-secondary:hover,
  .button-secondary-container a:hover {
    background: #C7C0BA; }

a.button-blank,
input[type="submit"].button-blank,
button.button-blank,
.button-blank-container a {
  background: none;
  color: #e41c41;
  border: 2px solid #e41c41; }
  a.button-blank:hover,
  input[type="submit"].button-blank:hover,
  button.button-blank:hover,
  .button-blank-container a:hover {
    color: #fff;
    background: #e73354;
    border-color: #e73354; }

a.button-arrow,
input[type="submit"].button-arrow,
button.button-arrow,
.button-arrow-container a {
  display: inline-block;
  color: #e41c41;
  font-weight: 500;
  margin: 30px 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem; }
  a.button-arrow:after,
  input[type="submit"].button-arrow:after,
  button.button-arrow:after,
  .button-arrow-container a:after {
    content: '\e907';
    font-family: "icomoon" !important;
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms; }
  a.button-arrow:hover:after,
  input[type="submit"].button-arrow:hover:after,
  button.button-arrow:hover:after,
  .button-arrow-container a:hover:after {
    margin: 0 0 0 20px; }

.btn-prev,
.btn-next {
  display: inline-block;
  margin: 0 1px 0 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  background: #e41c41;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem; }
  .btn-prev:before,
  .btn-next:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%; }
  .btn-prev:hover,
  .btn-next:hover {
    background: #e73354;
    color: #fff; }

.btn-prev:before {
  content: '<'; }

.btn-next:before {
  content: '>'; }

.bg-primary {
  background: #e41c41;
  color: #fff; }
  .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4 {
    color: #fff; }
  .bg-primary .btn-blank {
    background: none;
    color: #fff;
    border-color: #fff; }
  .bg-primary-light {
    background: #ef778d; }
  .bg-primary-soft {
    background: white; }

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover; }

.iframe-wrapper {
  display: block;
  position: relative;
  width: 100%; }
  .iframe-wrapper:before {
    content: '';
    display: block;
    padding-top: 60%; }
  .iframe-wrapper iframe {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.loader {
  position: relative; }
  .loader.loading {
    padding: 1px; }
    .loader.loading:before {
      content: '';
      display: block;
      margin: 30px auto;
      width: 70px;
      height: 70px;
      border: 10px solid #e41c41;
      border-color: transparent #e41c41;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      -webkit-animation: rotation 1s infinite linear;
      -moz-animation: rotation 1s infinite linear;
      -ms-animation: rotation 1s infinite linear;
      -o-animation: rotation 1s infinite linear;
      animation: rotation 1s infinite linear; }

.social li {
  display: inline-block; }
  .social li:before {
    display: none; }
  .social li a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center; }
    .social li a:before {
      content: '';
      display: block;
      width: 100%;
      margin: 0 0 50px;
      font-family: "icomoon" !important; }
    .social li a:hover {
      text-decoration: none; }
  .social li.social_fb a:before {
    content: ""; }
  .social li.social_yt a:before {
    content: ""; }
  .social li.social_ig a:before {
    content: ""; }
  .social li.social_in a:before {
    content: ""; }
  .social li.social_tw a:before {
    content: ""; }

.color-light {
  color: #fff; }

.color-dark {
  color: #000; }

.center-title h1, .center-title h2, .center-title h3, .center-title h4 {
  text-align: center; }

@media only screen and (min-width: 1200px) {
  .space-title h1, .space-title h2, .space-title h3, .space-title h4 {
    margin-bottom: 60px; } }

*[class*="respo-image"] {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover; }
  *[class*="respo-image"]:after {
    content: '';
    display: block;
    padding-top: 100%; }
  *[class*="respo-image"] img {
    display: none !important; }

.respo-image-100:after {
  padding-top: 100%; }

.respo-image-90:after {
  padding-top: 90%; }

.respo-image-80:after {
  padding-top: 80%; }

.respo-image-70:after {
  padding-top: 70%; }

.respo-image-60:after {
  padding-top: 60%; }

.respo-image-50:after {
  padding-top: 50%; }

.respo-image-40:after {
  padding-top: 40%; }

.respo-image-30:after {
  padding-top: 30%; }

.respo-image-20:after {
  padding-top: 20%; }

*[class*="space-after"]:after {
  content: "";
  display: block;
  height: 15px; }

.space-after-40:after {
  height: 20px; }

.space-after-50:after {
  height: 25px; }

.space-after-60:after {
  height: 30px; }

.space-after-70:after {
  height: 35px; }

.space-after-80:after {
  height: 40px; }

.gallery-item {
  position: relative;
  display: block;
  margin: 0 0 15px; }
  .gallery-item img {
    width: 100%; }
  .gallery-item-label {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white; }
    .gallery-item-label strong,
    .gallery-item-label span {
      font-weight: 400;
      display: inline-block;
      vertical-align: middle; }
    .gallery-item-label strong {
      width: 100px;
      text-align: center;
      display: none; }
@media only screen and (min-width: 992px) {
  .gallery {
    margin: 0 0 30px; } }

@media only screen and (min-width: 992px) {
  *[class*="space-after"]:after {
    content: "";
    display: block;
    height: 30px; }

  .space-after-40:after {
    height: 40px; }

  .space-after-50:after {
    height: 50px; }

  .space-after-60:after {
    height: 60px; }

  .space-after-70:after {
    height: 70px; }

  .space-after-80:after {
    height: 80px; } }
.divider {
  display: block;
  width: 100%;
  border: none;
  padding-top: 30px;
  padding-bottom: 30px; }
  .divider:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #b6b9c0; }
  .divider_dotted:before {
    background: url("../img/bg-dotted.png") repeat-x left top; }

.email_link:before,
.phone_link:before {
  content: '\e90a';
  font-family: "icomoon" !important;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-size: 1em;
  display: none; }

.phone_link:before {
  content: "\e909"; }

.parallax-image {
  min-height: 400px; }

.qtip, .qtip-default {
  border: none !important;
  background: #fff !important;
  color: #515253 !important; }

.qtip-content {
  padding: 5px 15px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25.5px;
  line-height: 1.59375rem; }

.wpcf7-not-valid {
  border: #aa0000 1px solid !important;
  background: #fee; }
  .wpcf7-not-valid-tip {
    display: none !important; }
.wpcf7-response-output {
  margin: 30px 0 !important;
  padding: 20px !important;
  text-align: center; }
.wpcf7-validation-errors {
  color: #a00;
  border: #a00 1px solid !important;
  background: #fee; }
.wpcf7-mail-sent-ok {
  color: #0a0;
  border: #0a0 1px solid !important;
  background: #efe; }

.map-container {
  height: 100%;
  position: relative; }
  .map-container .zoom {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e41c41;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
    z-index: 90;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 45px;
    line-height: 2.8125rem; }
    .map-container .zoom + .zoom {
      left: 56px; }
    .map-container .zoom:hover {
      background: #e73354;
      color: #fff; }

#gmap {
  height: 100%;
  min-height: 330px; }
  @media only screen and (min-width: 992px) {
    #gmap {
      min-height: 500px; } }

.is-xl {
  display: none; }
  @media only screen and (min-width: 1600px) {
    .is-xl {
      display: block; } }

.is-xxl {
  display: none; }
  @media only screen and (min-width: 1700px) {
    .is-xxl {
      display: block; } }

.smap {
  width: 100%;
  height: 100%;
  min-height: 500px; }
  .smap img {
    max-width: none; }
  .smap .card-header:empty,
  .smap .card-footer:empty {
    display: none; }
  .smap .cluster > div {
    border: none;
    background: rgba(228, 28, 65, 0.7);
    color: #fff !important; }
    .smap .cluster > div img {
      display: none; }

.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: #e41c41;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem; }
  .eu-cookies span a {
    color: white; }
  .eu-cookies button {
    display: table;
    margin: 15px auto 0;
    background: #fff;
    color: #e41c41;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .eu-cookies {
      text-align: right; }
      .eu-cookies span {
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        width: 80%; }
      .eu-cookies button {
        display: inline-block;
        margin: 0 0 0 30px; } }

@-webkit-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1); }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1); } }
@-moz-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1); }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1); } }
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1); }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1); } }
@-o-keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1); }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1); } }
@keyframes pulse {
  0% {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1); }
  100% {
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    webkit-transform: scale(1.1, 1.1);
    /* Safari */
    transform: scale(1.1, 1.1); } }
@-webkit-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
h1, h2, h3, h4 {
  display: block;
  font-family: "Aleo", serif;
  font-weight: 700; }

.fragment {
  padding: 30px 0; }
  .fragment + .fragment .block {
    padding-top: 0; }

.fragment.gallery {
  background: #F4F0ED;
  margin: 0; }
  .fragment.gallery + .fragment .block {
    padding-top: 30px; }
  .fragment.gallery .gallery-carousel {
    margin: 0 60px 40px; }
    .fragment.gallery .gallery-carousel .gallery-item {
      padding: 0 10px;
      margin: 0; }
      .fragment.gallery .gallery-carousel .gallery-item-label {
        position: static;
        background: none;
        color: #515253; }
    .fragment.gallery .gallery-carousel .slick-arrow {
      width: 50px;
      background: #C7C0BA;
      top: 0;
      margin: 0;
      height: 100%;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 45px;
      line-height: 2.8125rem; }
      .fragment.gallery .gallery-carousel .slick-arrow.slick-prev {
        left: auto;
        right: 100%; }
      .fragment.gallery .gallery-carousel .slick-arrow.slick-next {
        right: auto;
        left: 100%; }

.fragment.signpost .signpost {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .fragment.signpost .signpost .wp-caption {
    padding: 0;
    border: 0;
    margin: 0 !important;
    width: auto !important;
    text-align: center;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .fragment.signpost .signpost .wp-caption:nth-of-type(2) {
      width: 40% !important;
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .fragment.signpost .signpost .wp-caption a {
      display: block; }
      .fragment.signpost .signpost .wp-caption a img {
        width: 100%; }
    .fragment.signpost .signpost .wp-caption-text {
      display: inline-block;
      position: relative;
      top: -20px;
      padding: 10px 15px;
      background: #e41c41;
      color: #fff;
      text-transform: uppercase;
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 28.5px;
      line-height: 1.78125rem; }

.fragment.image_block {
  background: #F4F0ED;
  position: relative;
  padding-top: 130px;
  margin-top: 100px; }
  .fragment.image_block .fragment-topimage img {
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -100px 0 0 -100px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

.slideshow {
  position: relative;
  margin: 0 0 30px;
  padding: 0; }
  .slideshow .parallax-image {
    height: 100%; }
  .slideshow-slider {
    position: relative; }
    .slideshow-slider .slick-arrow {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      overflow: hidden;
      text-indent: 5000px;
      border: none;
      background: none;
      outline: none !important;
      cursor: pointer;
      opacity: 1;
      filter: alpha(opacity=100); }
      .slideshow-slider .slick-arrow:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 11;
        top: 50%;
        width: 1.25rem;
        height: 1.25rem;
        border: 1px solid #fff;
        border-width: 1px 1px 0 0; }
      .slideshow-slider .slick-arrow.slick-next {
        left: 50%; }
      .slideshow-slider .slick-arrow.slick-next:before {
        right: 3.125rem;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .slideshow-slider .slick-arrow.slick-prev:before {
        left: 3.125rem;
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg); }
      .slideshow-slider .slick-arrow:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
    .slideshow-slider .slick-list .slick-track .slick-slide {
      position: relative;
      min-height: 300px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent;
      background-size: cover; }
      .slideshow-slider .slick-list .slick-track .slick-slide img {
        display: none; }
      .slideshow-slider .slick-list .slick-track .slick-slide:after {
        content: '';
        display: block;
        padding-top: 40%; }
  .slideshow-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 90;
    text-align: center; }
    .slideshow-content p {
      margin: 0; }
    .slideshow-content a {
      display: inline-block;
      padding: 15px 30px;
      color: #fff;
      background: #e49e43;
      font-weight: 300; }
  .slideshow-perex {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5rem;
    left: 0;
    z-index: 90;
    padding: 0.9375rem 1.25rem;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22.5px;
    line-height: 1.40625rem;
    letter-spacing: 0.1em; }
    .slideshow-perex * {
      margin: 0; }
    .slideshow-perex.color-black {
      color: #515253; }
  .slideshow-scroll {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    text-align: center;
    z-index: 20; }
    .slideshow-scroll a {
      display: inline-block;
      position: relative;
      padding: 0 3.125rem 0 0;
      color: #fff;
      font-weight: 700;
      font-size: 50px;
      font-size: 3.125rem;
      line-height: 75px;
      line-height: 4.6875rem;
      letter-spacing: 0.025em; }
      .slideshow-scroll a:before {
        content: "";
        display: block;
        width: 2.5625rem;
        height: 2.5625rem;
        border: 0.125rem solid #fff;
        position: absolute;
        right: -0.875rem;
        top: 0.875rem;
        background: rgba(255, 255, 255, 0);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        -webkit-transition: 200ms;
        -moz-transition: 200ms;
        -ms-transition: 200ms;
        -o-transition: 200ms;
        transition: 200ms; }
      .slideshow-scroll a:after {
        content: "";
        display: block;
        width: 0.75rem;
        height: 0.75rem;
        border: 1px solid #fff;
        border-width: 0 0.125rem 0.125rem 0;
        position: absolute;
        right: 0;
        top: 1.625rem;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .slideshow-scroll a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
        .slideshow-scroll a:hover:before {
          background: rgba(255, 255, 255, 0.2); }
  .slideshow-black .slideshow-perex {
    color: #515253; }
  .slideshow-black .slideshow-scroll a {
    color: #515253; }
    .slideshow-black .slideshow-scroll a:before, .slideshow-black .slideshow-scroll a:after {
      border-color: #515253; }
  @media only screen and (min-width: 992px) {
    .slideshow-content {
      font-size: 35px;
      font-size: 2.1875rem;
      line-height: 35px;
      line-height: 2.1875rem; } }

.header-placeholder {
  height: 80px; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: #515253;
  height: 50px;
  z-index: 100;
  text-align: right;
  background: rgba(255, 255, 255, 0);
  box-shadow: 1px 0 1px #C7C0BA;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
  .header-logo {
    float: left;
    text-align: left; }
    .header-logo a img {
      max-width: 100%;
      max-height: 50px;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms; }
  .header-mobile {
    display: block;
    float: right;
    border-left: 1px solid #F4F0ED; }
    .header-mobile a {
      display: block;
      width: 50px;
      height: 50px;
      position: relative;
      overflow: hidden;
      background: #fff; }
      .header-mobile a span {
        display: block;
        position: absolute;
        top: 50%;
        left: 25%;
        width: 50%;
        height: 3px;
        margin: -1px 0 0;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #515253;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-duration: 75ms;
        font-size: 0;
        text-indent: 100px; }
        .header-mobile a span:before, .header-mobile a span:after {
          left: 0;
          content: "";
          position: absolute;
          width: 100%;
          height: 3px;
          transition-timing-function: ease;
          transition-duration: .15s;
          transition-property: transform;
          border-radius: 4px;
          background-color: #515253; }
        .header-mobile a span:after {
          top: 9px;
          transform: rotate(0); }
        .header-mobile a span:before {
          bottom: 9px;
          transform: rotate(0); }
      .header-mobile a.open {
        background: #e49e43; }
        .header-mobile a.open span {
          background-color: rgba(81, 82, 83, 0); }
          .header-mobile a.open span:after {
            top: 0;
            transform: rotate(-45deg); }
          .header-mobile a.open span:before {
            bottom: 0;
            transform: rotate(45deg); }
  .header-menu {
    display: none;
    text-align: right;
    vertical-align: top;
    float: right;
    background: #fff;
    height: 100%; }
    .header-menu > ul {
      height: 100%;
      padding: 0;
      float: left; }
      .header-menu > ul > li {
        display: block;
        height: 100%;
        float: left;
        position: relative;
        padding: 0; }
        .header-menu > ul > li > a {
          text-align: center;
          display: block;
          padding: 0 12px;
          height: 100%;
          line-height: 50px;
          text-transform: uppercase;
          border-right: 1px solid #F4F0ED; }
        .header-menu > ul > li > a:hover,
        .header-menu > ul > li > a:focus {
          color: #fff;
          background: #e49e43; }
        .header-menu > ul > li:hover > ul {
          display: block; }
        .header-menu > ul > li > ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 260px;
          text-align: left;
          background: #F4F0ED; }
          .header-menu > ul > li > ul > li {
            display: block; }
            .header-menu > ul > li > ul > li > a {
              text-transform: uppercase;
              display: block;
              padding: 15px 25px; }
              .header-menu > ul > li > ul > li > a:hover {
                background: #e1d6cd; }
            .header-menu > ul > li > ul > li ul {
              background: #fefdfd; }
              .header-menu > ul > li > ul > li ul li {
                padding: 0 0 0 30px;
                position: relative; }
                .header-menu > ul > li > ul > li ul li:before {
                  display: block;
                  content: '';
                  width: 0;
                  height: 0;
                  border: 6px solid transparent;
                  border-left-color: #e49e43;
                  position: absolute;
                  top: 15px;
                  left: 30px; }
                .header-menu > ul > li > ul > li ul li a {
                  display: block;
                  padding: 10px 25px; }
                  .header-menu > ul > li > ul > li ul li a:hover, .header-menu > ul > li > ul > li ul li a:focus {
                    color: #e49e43; }
  .header-phone {
    float: right;
    height: 100%;
    background: #fff; }
    .header-phone a {
      text-align: center;
      display: block;
      padding: 0 10px;
      height: 100%;
      line-height: 50px;
      min-width: 50px; }
      .header-phone a:hover, .header-phone a:focus {
        color: #fff;
        background: #e49e43; }
      .header-phone a:before {
        content: '\f10b';
        font-family: "icomoon" !important;
        display: inline-block;
        vertical-align: middle;
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 36px;
        line-height: 2.25rem; }
      .header-phone a span {
        display: none; }
  .header-social {
    display: none;
    padding: 20px 0 0; }
    .header-social a {
      text-align: center;
      display: inline-block;
      width: 50px;
      white-space: nowrap;
      overflow: hidden; }
      .header-social a:before {
        display: inline-block;
        vertical-align: middle;
        font-family: "icomoon" !important;
        width: 100%;
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 30px;
        line-height: 1.875rem; }
      .header-social a.ico-fb:before {
        content: '\f09a'; }
      .header-social a.ico-yt:before {
        content: '\f167'; }
      .header-social a.ico-tw:before {
        content: '\f099'; }
  .header-lang {
    display: inline-block;
    vertical-align: top;
    padding: 23px 0 0 15px; }
    .header-lang li {
      display: inline-block;
      padding: 0 0 0 10px; }
      .header-lang li a {
        display: block;
        width: 30px;
        height: 30px;
        overflow: hidden;
        text-indent: 40px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlOTFlMjY7fS5jbHMtMntmaWxsOiNmMGYwZjA7fS5jbHMtM3tmaWxsOiMwMDVhYTc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5IRUFERVJfbGFuZy1DWjwvdGl0bGU+PGcgaWQ9IlZyc3R2YV8yIiBkYXRhLW5hbWU9IlZyc3R2YSAyIj48ZyBpZD0iVnJzdHZhXzEtMiIgZGF0YS1uYW1lPSJWcnN0dmEgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTAuOSwxMSwzLjIsMTguOEExMC42LDEwLjYsMCwwLDAsMTAuOSwyMmExMSwxMSwwLDAsMCwxMS0xMVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xMC45LDBBMTAuNywxMC43LDAsMCwwLDEuMyw1LjYsOS4yLDkuMiwwLDAsMSwzLjIsMy4xTDExLjEsMTFIMjJBMTAuOCwxMC44LDAsMCwwLDEwLjksMFoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0zLjEsMy4xQTEwLjUsMTAuNSwwLDAsMCwwLDExYTEwLjksMTAuOSwwLDAsMCwzLjIsNy44TDEwLjksMTFaIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat center center; }
      .header-lang li.lang-item-en a {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDIzN2E7fS5jbHMtMntmaWxsOiNmMGYwZjA7fS5jbHMtM3tmaWxsOiNjMjE1MjM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5IRUFERVJfbGFuZy1FTjwvdGl0bGU+PGcgaWQ9IlZyc3R2YV8yIiBkYXRhLW5hbWU9IlZyc3R2YSAyIj48ZyBpZD0iVnJzdHZhXzEtMiIgZGF0YS1uYW1lPSJWcnN0dmEgMSI+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSIxMSIgY3k9IjExIiByPSIxMSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyLDExYTE1LDE1LDAsMCwwLS4yLTIuMkgxNS41bDQuMy00LjNhMTIuNSwxMi41LDAsMCwwLTIuMy0yLjNMMTMuMiw2LjVWLjJMMTEsMCw4LjguMlY2LjVMNC41LDIuMkExMi41LDEyLjUsMCwwLDAsMi4yLDQuNUw2LjUsOC44SC4yQTE1LDE1LDAsMCwwLDAsMTFhMTUsMTUsMCwwLDAsLjIsMi4ySDYuNUwyLjIsMTcuNWExMi41LDEyLjUsMCwwLDAsMi4zLDIuM2w0LjMtNC4zdjYuM0wxMSwyMmwyLjItLjJWMTUuNWw0LjMsNC4zYTEyLjUsMTIuNSwwLDAsMCwyLjMtMi4zbC00LjMtNC4zaDYuM0ExNSwxNSwwLDAsMCwyMiwxMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik04LjgsOC44VjhMMy42LDIuOWwtLjcuN0w4LDguOFoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xMy4yLDguOEgxNGw1LjEtNS4yLS43LS43TDEzLjIsOFoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik04LjgsMTMuMkg4TDIuOSwxOC40bC43LjdMOC44LDE0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTEzLjIsMTMuMlYxNGw1LjIsNS4xLjctLjdMMTQsMTMuMloiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xMi4xLDkuOVYuMUg5LjlWOS45SC4xYzAsLjMtLjEuOC0uMSwxLjFhNC4xLDQuMSwwLDAsMCwuMSwxLjFIOS45djkuOGgyLjJWMTIuMWg5LjhjMC0uMy4xLS44LjEtMS4xYTQuMSw0LjEsMCwwLDAtLjEtMS4xWiIvPjwvZz48L2c+PC9zdmc+); }
  .header-collapse {
    float: none;
    clear: both;
    text-align: left;
    margin: 20px 0 0;
    background: #eae3dd;
    max-height: 80vh;
    overflow-y: auto; }
    .header-collapse > ul > li > a {
      display: block;
      padding: 15px 20px;
      border-bottom: 1px solid #a69b93;
      text-transform: uppercase; }
      .header-collapse > ul > li > a:hover, .header-collapse > ul > li > a:focus {
        color: #e49e43; }
    .header-collapse > ul > li > ul {
      background: #F4F0ED; }
      .header-collapse > ul > li > ul > li {
        display: block; }
        .header-collapse > ul > li > ul > li > a {
          text-transform: uppercase;
          display: block;
          padding: 15px 25px; }
          .header-collapse > ul > li > ul > li > a:hover {
            background: #e1d6cd; }
        .header-collapse > ul > li > ul > li ul {
          background: #fefdfd; }
          .header-collapse > ul > li > ul > li ul li {
            padding: 0 0 0 30px;
            position: relative; }
            .header-collapse > ul > li > ul > li ul li:before {
              display: block;
              content: '';
              width: 0;
              height: 0;
              border: 6px solid transparent;
              border-left-color: #e49e43;
              position: absolute;
              top: 15px;
              left: 30px; }
            .header-collapse > ul > li > ul > li ul li a {
              display: block;
              padding: 10px 25px; }
              .header-collapse > ul > li > ul > li ul li a:hover, .header-collapse > ul > li > ul > li ul li a:focus {
                color: #e49e43; }
    .header-collapse-social a {
      display: block;
      padding: 15px 20px;
      border-bottom: 1px solid #a69b93;
      text-transform: uppercase; }
      .header-collapse-social a:hover, .header-collapse-social a:focus {
        color: #e41c41; }
  @media only screen and (min-width: 400px) {
    .header-phone a span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 0 0 15px;
      font-weight: 700; }
    .header-social {
      display: inline-block; }
    .header-collapse-social {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .header-mobile {
      display: none; }
    .header-menu {
      display: inline-block; } }
  @media only screen and (min-width: 1200px) {
    .header {
      height: 80px; }
      .header-logo a img {
        max-height: 80px; }
      .header-menu > ul > li > a {
        padding: 0 50px;
        line-height: 80px; }
      .header-phone a {
        padding: 0 30px;
        line-height: 80px; } }

.admin-bar .header {
  top: 46px; }
  @media only screen and (min-width: 783px) {
    .admin-bar .header {
      top: 32px; } }

.home .header {
  box-shadow: none; }

.scrolling .header {
  background: white;
  height: 50px;
  box-shadow: 1px 0 1px #C7C0BA; }
  .scrolling .header-logo a img {
    max-height: 50px; }
  .scrolling .header-menu > ul > li > a, .scrolling .header-phone a {
    line-height: 50px; }

.slideshow {
  margin-top: -80px; }

.sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  border: 1px solid #b6b9c0;
  border-width: 1px 1px 1px 0;
  z-index: 200;
  background: #fff;
  width: 330px;
  height: 180px;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms; }
  .sidebar-openner {
    display: block;
    background: #e41c41;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%; }
    .sidebar-openner:hover {
      color: #fff; }
    .sidebar-openner:after {
      content: '\f00d';
      font-family: "icomoon" !important;
      position: absolute;
      top: 50%;
      right: 15px;
      margin: -15px 0 0; }
  .sidebar-inner {
    padding: 10px; }
  .sidebar.closed {
    bottom: -180px; }
    .sidebar.closed .sidebar-openner:after {
      content: '\f104';
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

.page-header {
  min-height: 350px;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover; }
@media only screen and (min-width: 992px) {
  .page {
    min-height: 550px; } }

.contact {
  background: #9a8e85;
  color: #fff;
  padding: 20px 15px;
  height: 100%;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 33px;
  line-height: 2.0625rem; }
  .contact label {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem; }
  .contact input[type=text],
  .contact input[type=email],
  .contact input[type=password],
  .contact textarea {
    background: #fff;
    border: none; }
  .contact input[type=submit] {
    display: table;
    float: none;
    max-width: 100%;
    font-weight: 700; }
  .contact ul {
    margin: 0 0 15px; }
    .contact ul li {
      padding: 0 0 5px; }
  .contact span:before {
    display: inline-block;
    font-family: "icomoon" !important;
    margin: 0 5px 0 0;
    width: 30px;
    vertical-align: middle; }
  .contact span.email_link:before {
    content: ""; }
  .contact span.phone_link:before {
    content: ""; }
  .contact span.website:before {
    content: ""; }
  .contact span.address:before {
    content: ""; }
  .contact-fast {
    text-align: center;
    background: #e41c41;
    padding: 25px 15px;
    color: #fff;
    font-family: "Aleo", serif;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
    line-height: 2.25rem; }
    .contact-fast .ico-phone,
    .contact-fast .ico-email {
      display: inline-block;
      margin: 10px 15px; }
      .contact-fast .ico-phone:before,
      .contact-fast .ico-email:before {
        content: '\f0e0';
        display: inline-block;
        font-family: "icomoon" !important;
        margin: 0 15px 0 0;
        vertical-align: middle; }
    .contact-fast .ico-phone:before {
      content: '\f10b';
      font-size: 1.4em; }
  @media only screen and (min-width: 992px) {
    .contact-fast .ico-phone,
    .contact-fast .ico-email {
      margin: 15px 30px; } }
  @media only screen and (min-width: 1600px) {
    .contact {
      padding: 40px; } }

.footer {
  clear: both;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem; }
  .footer a {
    color: inherit; }
    .footer a:hover, .footer a:focus {
      opacity: 0.7;
      filter: alpha(opacity=70); }
  .footer-contact strong {
    display: block;
    text-transform: uppercase;
    margin: 0 0 15px; }
  .footer-social {
    margin: 15px 0 0;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 45px;
    line-height: 2.8125rem; }
  .footer-copy {
    background: #c6bfba;
    padding: 15px 0; }

/*# sourceMappingURL=style.css.map */
