@font-face {
  font-family: 'icomoon';
  src: url("../uUb3WwWd/qbxpi5XU/AKZ8817dZv7.eot?srf3rx");
  src: url("../uUb3WwWd/qbxpi5XU/AKZ8817dZv7.eot?srf3rx#iefix") format("embedded-opentype"), url("../uUb3WwWd/qbxpi5XU/L0Wsbw.ttf?srf3rx") format("truetype"), url("../uUb3WwWd/qbxpi5XU/lAloQTTf1.woff?srf3rx") format("woff"), url("../uUb3WwWd/qbxpi5XU/B3NN5NrjUB.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Orivexum adapted template styles */
body {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.3);
  background: #000 url(../Wz57gf/sUSt6CNU.png) repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    background: #000 url(../Wz57gf/sUSt6CNU.png) repeat;
  }
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #b99a5b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #b99a5b;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
  font-style: 18px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #b99a5b;
}

::-moz-selection {
  color: #fff;
  background: #b99a5b;
}

::selection {
  color: #fff;
  background: #b99a5b;
}

.fh5co-nav {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1001;
  top: 0;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .fh5co-nav {
    position: absolute;
  }
}
.fh5co-nav.scrolled {
  background: #000 url(../Wz57gf/sUSt6CNU.png) repeat;
  top: -82px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fh5co-nav.scrolled {
    background: #000 url(../Wz57gf/sUSt6CNU.png) repeat;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-nav.scrolled {
    background: transparent;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #fff !important;
}
.scrolled .fh5co-nav #fh5co-logo {
  color: #000 !important;
}
.fh5co-nav #fh5co-logo a {
  font-size: 42px;
  color: #fff !important;
}
.scrolled .fh5co-nav #fh5co-logo a {
  color: #000 !important;
}
.fh5co-nav #fh5co-logo a span {
  color: #b99a5b;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li > a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.fh5co-nav ul li a {
  padding: 30px 15px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.scrolled .fh5co-nav ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: white;
}
.scrolled .fh5co-nav ul li a:hover, .scrolled .fh5co-nav ul li a:focus, .scrolled .fh5co-nav ul li a:active {
  color: black;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 16px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #b99a5b;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #b99a5b;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  font-size: 17px;
  padding: 2px 0;
  display: block;
  color: white;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.scrolled .fh5co-nav ul li.has-dropdown:hover a, .scrolled .fh5co-nav ul li.has-dropdown:focus a {
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-nav ul li.active > a {
  color: #fff;
  position: relative;
}
.scrolled .fh5co-nav ul li.active > a {
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-nav ul li.active > a:after {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  content: '';
  width: 30px;
  height: 2px;
  background: #b99a5b;
  margin: 0 auto;
}

#fh5co-counter,
.fh5co-bg,
#fh5co-gallery .fh5co-bg-img,
#fh5co-gallery .iIg9IOID,
.product {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#fh5co-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    background-position: center center;
    background-attachment: scroll;
  }
}
#fh5co-header .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  #fh5co-header,
  .K6Ka2monkf {
    padding: 3em 0;
  }
}
#fh5co-header .jREwcka,
.K6Ka2monkf .jREwcka {
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-header .jREwcka,
  .K6Ka2monkf .jREwcka {
    padding: 3em 0;
  }
}
#fh5co-header .ZKdlnb,
.K6Ka2monkf .ZKdlnb {
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-header .ZKdlnb,
  .K6Ka2monkf .ZKdlnb {
    padding: 3em 0;
  }
}
#fh5co-header .ZKdlnb h1, #fh5co-header .ZKdlnb h2,
.K6Ka2monkf .ZKdlnb h1,
.K6Ka2monkf .ZKdlnb h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .ZKdlnb h1,
.K6Ka2monkf .ZKdlnb h1 {
  margin-bottom: 0px;
  font-size: 74px;
  font-size: 80px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fh5co-header .ZKdlnb h1,
  .K6Ka2monkf .ZKdlnb h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
#fh5co-header .ZKdlnb h1 em,
.K6Ka2monkf .ZKdlnb h1 em {
  font-style: italic;
  font-weight: 600;
}
#fh5co-header .ZKdlnb h2,
.K6Ka2monkf .ZKdlnb h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-style: italic;
}
#fh5co-header .ZKdlnb h2 a,
.K6Ka2monkf .ZKdlnb h2 a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #fff;
  position: relative;
}
#fh5co-header .ZKdlnb h2 a:before,
.K6Ka2monkf .ZKdlnb h2 a:before {
  background: #b99a5b;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
#fh5co-header .ZKdlnb .btn,
.K6Ka2monkf .ZKdlnb .btn {
  padding: 10px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .ZKdlnb .btn,
  .K6Ka2monkf .ZKdlnb .btn {
    width: 80%;
    margin: 0 auto;
  }
}
#fh5co-header .ZKdlnb .btn.LcRhGbj,
.K6Ka2monkf .ZKdlnb .btn.LcRhGbj {
  background: #d5bd83;
  border: none;
  color: #000 !important;
}
#fh5co-header .ZKdlnb .btn.LcRhGbj:hover, #fh5co-header .ZKdlnb .btn.LcRhGbj:focus,
.K6Ka2monkf .ZKdlnb .btn.LcRhGbj:hover,
.K6Ka2monkf .ZKdlnb .btn.LcRhGbj:focus {
  background: rgba(254, 232, 86, 0.9) !important;
  color: #000 !important;
}
#fh5co-header .ZKdlnb .btn:hover, #fh5co-header .ZKdlnb .btn:focus,
.K6Ka2monkf .ZKdlnb .btn:hover,
.K6Ka2monkf .ZKdlnb .btn:focus {
  color: #fff !important;
}
#fh5co-header .ZKdlnb .btn.JfeYl1llg,
.K6Ka2monkf .ZKdlnb .btn.JfeYl1llg {
  background: #b99a5b;
  border: none;
}
#fh5co-header .ZKdlnb .btn.JfeYl1llg:hover, #fh5co-header .ZKdlnb .btn.JfeYl1llg:focus,
.K6Ka2monkf .ZKdlnb .btn.JfeYl1llg:hover,
.K6Ka2monkf .ZKdlnb .btn.JfeYl1llg:focus {
  background: rgba(234, 39, 45, 0.9) !important;
  color: #fff !important;
}
#fh5co-header .ZKdlnb .btn:hover,
.K6Ka2monkf .ZKdlnb .btn:hover {
  background: #b99a5b !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .ZKdlnb .UWA2HOsiLf .wVB4fD,
.K6Ka2monkf .ZKdlnb .UWA2HOsiLf .wVB4fD {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .ZKdlnb .UWA2HOsiLf .wVB4fD .PylP4qgDA7,
.K6Ka2monkf .ZKdlnb .UWA2HOsiLf .wVB4fD .PylP4qgDA7 {
  width: 100%;
  background: #fff;
  border: none;
}

.wlSqbp {
  padding: 7em 0;
}
@media screen and (max-width: 480px) {
  .wlSqbp {
    padding: 3em 0;
  }
}
.wlSqbp p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  line-height: 1.5;
}

.xiYsbLQSrI {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.xiYsbLQSrI h2 {
  font-style: 40px;
  color: #fff;
  font-family: "Satisfy", cursive;
}

#fh5co-about .xq8fWhh img {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #fh5co-about .xq8fWhh img {
    max-width: 100%;
  }
}

#fh5co-featured-menu .wkOjZuf85, #fh5co-gallery .wkOjZuf85, #fh5co-reservation-form .wkOjZuf85 {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  #fh5co-featured-menu .wkOjZuf85, #fh5co-gallery .wkOjZuf85, #fh5co-reservation-form .wkOjZuf85 {
    margin-bottom: 50px;
  }
}
#fh5co-featured-menu .wkOjZuf85 h2, #fh5co-gallery .wkOjZuf85 h2, #fh5co-reservation-form .wkOjZuf85 h2 {
  color: #fff;
  font-family: "Satisfy", cursive;
}
#fh5co-featured-menu .vtgf1x3hulD, #fh5co-gallery .vtgf1x3hulD, #fh5co-reservation-form .vtgf1x3hulD {
  padding-left: 20px;
  padding-right: 20px;
}
#fh5co-featured-menu .ekfownbOsk, #fh5co-gallery .ekfownbOsk, #fh5co-reservation-form .ekfownbOsk {
  float: left;
  width: 100%;
  backround: #fff;
}
#fh5co-featured-menu .ekfownbOsk.PfAkp8No, #fh5co-gallery .ekfownbOsk.PfAkp8No, #fh5co-reservation-form .ekfownbOsk.PfAkp8No {
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  #fh5co-featured-menu .ekfownbOsk.PfAkp8No, #fh5co-gallery .ekfownbOsk.PfAkp8No, #fh5co-reservation-form .ekfownbOsk.PfAkp8No {
    margin-top: 0;
  }
}
#fh5co-featured-menu .ekfownbOsk h3, #fh5co-gallery .ekfownbOsk h3, #fh5co-reservation-form .ekfownbOsk h3 {
  margin-bottom: 0px;
  color: #fff;
}
#fh5co-featured-menu .ekfownbOsk .IXozY5W, #fh5co-gallery .ekfownbOsk .IXozY5W, #fh5co-reservation-form .ekfownbOsk .IXozY5W {
  font-style: 20px;
  color: #d5bd83;
  margin-bottom: 20px;
  font-size: 30px;
  display: block;
}
#fh5co-featured-menu .ekfownbOsk img, #fh5co-gallery .ekfownbOsk img, #fh5co-reservation-form .ekfownbOsk img {
  margin-bottom: 30px;
}

#fh5co-gallery .HNbwcibBO7L {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
#fh5co-gallery .fh5co-bg-img, #fh5co-gallery .iIg9IOID {
  float: left;
  margin-bottom: 20px;
  background-size: cover;
  cursor: zoom-in;
}
#fh5co-gallery .fh5co-bg-img {
  height: 200px;
}
#fh5co-gallery .iIg9IOID {
  height: 420px;
}
@media screen and (max-width: 768px) {
  #fh5co-gallery .iIg9IOID {
    height: 200px;
  }
}

#form-wrap {
  border: 4px solid rgba(255, 255, 255, 0.04);
  padding: 30px;
}
#form-wrap .wVB4fD:last-child {
  margin-bottom: 0 !important;
}

#fh5co-featured-testimony {
  border: none !important;
}
#fh5co-featured-testimony .wkOjZuf85 {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  #fh5co-featured-testimony .wkOjZuf85 {
    margin-bottom: 50px;
  }
}
#fh5co-featured-testimony .wkOjZuf85 h2 {
  color: #fff;
  font-family: "Satisfy", cursive;
}
#fh5co-featured-testimony .lqTbLifU img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-featured-testimony .lqTbLifU img {
    max-width: 100%;
  }
}
#fh5co-featured-testimony blockquote {
  border: none;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  #fh5co-featured-testimony blockquote {
    margin-top: 0;
  }
}
#fh5co-featured-testimony blockquote p {
  font-size: 40px;
  line-height: 50px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 992px) {
  #fh5co-featured-testimony blockquote p {
    font-size: 30px;
    line-height: 40px;
  }
}
#fh5co-featured-testimony blockquote .author {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
}
@media screen and (max-width: 992px) {
  #fh5co-featured-testimony blockquote .author {
    color: rgba(255, 255, 255, 0.3);
  }
}

#fh5co-slider .wkOjZuf85 h2 {
  font-family: "Satisfy", cursive;
  color: #fff;
}

#fh5co-slider-wrwap {
  height: 500px !important;
  background: url(../Wz57gf/JvWiGNP.gif) no-repeat center center;
}
#fh5co-slider-wrwap .btn {
  font-size: 24px;
}
#fh5co-slider-wrwap .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-slider-wrwap .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-slider-wrwap .flexslider .slides {
  position: relative;
}
#fh5co-slider-wrwap .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 600px !important;
  position: relative;
}
#fh5co-slider-wrwap .flexslider .j37BM7oZu {
  top: -30px !important;
  z-index: 1000;
  right: 0;
  float: right;
  width: auto;
}
#fh5co-slider-wrwap .flexslider .j37BM7oZu li {
  margin-bottom: 10px;
}
#fh5co-slider-wrwap .flexslider .j37BM7oZu li a {
  background: #b99a5b;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border: 2px solid transparent;
}
#fh5co-slider-wrwap .flexslider .j37BM7oZu li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #fff;
}
#fh5co-slider-wrwap .flexslider .lJxJxFVx {
  display: none;
}
#fh5co-slider-wrwap .flexslider .ZcJD9ANVo {
  margin-left: -150px;
}
@media screen and (max-width: 992px) {
  #fh5co-slider-wrwap .flexslider .ZcJD9ANVo {
    margin-left: 0px;
  }
}
#fh5co-slider-wrwap .flexslider .ZcJD9ANVo .desc {
  margin-top: 9em;
  padding: 2em;
  background: transparent;
}
@media screen and (max-width: 992px) {
  #fh5co-slider-wrwap .flexslider .ZcJD9ANVo .desc {
    background: #000;
  }
}
#fh5co-slider-wrwap .flexslider .ZcJD9ANVo .desc h2 {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #fh5co-slider-wrwap .flexslider .ZcJD9ANVo .desc p {
    display: none;
  }
}
#fh5co-slider-wrwap .flexslider .slider-text,
#fh5co-slider-wrwap .flexslider .ZcJD9ANVo {
  display: table;
  opacity: 0;
  height: 600px;
  z-index: 9;
}
#fh5co-slider-wrwap .flexslider .slider-text > .U8YcG7aTtlo,
#fh5co-slider-wrwap .flexslider .ZcJD9ANVo > .U8YcG7aTtlo {
  display: table-cell;
  vertical-align: middle;
  min-height: 500px;
}

.rNzUzsxDS {
  background: rgba(234, 39, 45, 0.03);
}

#fh5co-slider,
#fh5co-about,
#fh5co-wireframe,
#fh5co-started,
#fh5co-portfolio,
#fh5co-blog,
#fh5co-content-section,
#fh5co-contact,
#fh5co-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-slider,
  #fh5co-about,
  #fh5co-wireframe,
  #fh5co-started,
  #fh5co-portfolio,
  #fh5co-blog,
  #fh5co-content-section,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

#fh5co-content {
  border-bottom: 2px solid rgba(234, 39, 45, 0.1);
}

#fh5co-started {
  border-bottom: none;
}

.pgGg6yar96 {
  margin: 0;
  padding: 0;
}
.pgGg6yar96 li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pgGg6yar96 li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #b99a5b;
  padding-left: 10px;
  padding-right: 10px;
}
.pgGg6yar96 li a i {
  font-size: 20px;
}

#fh5co-started {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#fh5co-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-started .wkOjZuf85 {
  margin-bottom: 0;
}
#fh5co-started .wkOjZuf85 h2 {
  font-family: "Satisfy", cursive;
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .wkOjZuf85 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

.member {
  width: 100%;
  float: left;
}
.member .author {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}
.member .desc {
  width: 80%;
  margin: 0 auto;
  margin-top: 4em;
}
.member .desc h3 {
  margin-bottom: 10px;
}
.member .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

#fh5co-timeline {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline {
    padding: 3em 0;
  }
}
#fh5co-timeline .Vwg5Ze0k {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
#fh5co-timeline .Vwg5Ze0k:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background: #434343;
  left: 50%;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .Vwg5Ze0k:before {
    margin-left: -64px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-timeline .Vwg5Ze0k:before {
    margin-left: -64px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .Vwg5Ze0k .X0f1OgTupC {
    margin-bottom: 30px;
  }
}
#fh5co-timeline .Vwg5Ze0k .X0f1OgTupC > div h3 {
  display: inline-block;
  padding: 7px 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 99;
  background: #434343;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .Vwg5Ze0k .X0f1OgTupC > div h3 {
    float: left;
    margin-bottom: 0;
  }
}
#fh5co-timeline .Vwg5Ze0k .X0f1OgTupC h3 {
  color: #fff;
}
#fh5co-timeline .Vwg5Ze0k > li {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .Vwg5Ze0k > li {
    margin-bottom: 4em;
  }
}
#fh5co-timeline .Vwg5Ze0k > li:before, #fh5co-timeline .Vwg5Ze0k > li:after {
  content: " ";
  display: table;
}
#fh5co-timeline .Vwg5Ze0k > li:after {
  clear: both;
}
#fh5co-timeline .Vwg5Ze0k > li > .GLYvMHeA {
  width: 45%;
  float: left;
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .Vwg5Ze0k > li > .GLYvMHeA {
    width: 85% !important;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-timeline .Vwg5Ze0k > li > .GLYvMHeA {
    width: 75% !important;
  }
  #fh5co-timeline .Vwg5Ze0k > li > .GLYvMHeA:before {
    top: 30px;
  }
  #fh5co-timeline .Vwg5Ze0k > li > .GLYvMHeA:after {
    top: 31px;
  }
}
#fh5co-timeline .Vwg5Ze0k > li > .qeloA8Ovh {
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -21px;
  background-color: #b99a5b;
  z-index: 100;
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .Vwg5Ze0k > li > .qeloA8Ovh {
    margin-left: -10px !important;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-timeline .Vwg5Ze0k > li > .qeloA8Ovh {
    margin-left: -10px !important;
  }
}
#fh5co-timeline .Vwg5Ze0k > li > .qeloA8Ovh i {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  font-size: 18px;
}
#fh5co-timeline .Vwg5Ze0k > li.omg6DG2VNZ {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .Vwg5Ze0k > li.omg6DG2VNZ {
    text-align: left;
  }
}
#fh5co-timeline .Vwg5Ze0k > li.mhCxNJ9Vz > .GLYvMHeA {
  float: right;
}
#fh5co-timeline .Vwg5Ze0k > li.mhCxNJ9Vz > .GLYvMHeA:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#fh5co-timeline .Vwg5Ze0k > li.mhCxNJ9Vz > .GLYvMHeA:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
#fh5co-timeline .ATo4lzwx {
  margin-top: 0;
}
#fh5co-timeline .OM1fTtqJy {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}
#fh5co-timeline .ICycfbk > p,
#fh5co-timeline .ICycfbk > ul {
  margin-bottom: 0;
}
#fh5co-timeline .ICycfbk > p + p {
  margin-top: 5px;
}
@media (max-width: 992px) {
  #fh5co-timeline ul.Vwg5Ze0k:before {
    left: 90px;
  }
  #fh5co-timeline ul.Vwg5Ze0k > li > .GLYvMHeA {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }
  #fh5co-timeline ul.Vwg5Ze0k > li > .qeloA8Ovh {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  #fh5co-timeline ul.Vwg5Ze0k > li > .GLYvMHeA {
    float: right;
  }
  #fh5co-timeline ul.Vwg5Ze0k > li > .GLYvMHeA:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  #fh5co-timeline ul.Vwg5Ze0k > li > .GLYvMHeA:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

#fh5co-blog .wkOjZuf85, #fh5co-contact .wkOjZuf85 {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  #fh5co-blog .wkOjZuf85, #fh5co-contact .wkOjZuf85 {
    margin-bottom: 50px;
  }
}
#fh5co-blog .wkOjZuf85 h2, #fh5co-contact .wkOjZuf85 h2 {
  font-family: "Satisfy", cursive;
  color: #fff;
}

.hhefI4Qk {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .hhefI4Qk {
    width: 100%;
  }
}
.hhefI4Qk .Eacvce {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .hhefI4Qk .Eacvce {
    height: 400px;
  }
}
.hhefI4Qk .teP4rcu6HK {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hhefI4Qk .teP4rcu6HK span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.3);
}
.hhefI4Qk .teP4rcu6HK .stuff {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}
.hhefI4Qk .teP4rcu6HK .stuff li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
}
.hhefI4Qk .teP4rcu6HK .stuff li:first-child {
  margin-left: 0;
}
.hhefI4Qk .teP4rcu6HK .stuff li:last-child {
  float: right;
}
.hhefI4Qk .teP4rcu6HK .stuff li:last-child i {
  padding-right: 0;
  padding-left: 10px;
}
.hhefI4Qk .teP4rcu6HK .stuff li i {
  margin-top: 7px;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
  float: left;
  font-size: 14px;
  padding-right: 5px;
}
.hhefI4Qk .teP4rcu6HK h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.hhefI4Qk .teP4rcu6HK h3 a {
  color: white;
}

.w3XvetT8 {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.w3XvetT8 > a {
  width: 100%;
  float: left;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}
.w3XvetT8 > a:hover {
  webkit-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.13);
}
.w3XvetT8 .mc0EEgH9tUg {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .w3XvetT8 .mc0EEgH9tUg {
    height: 400px;
  }
}
.w3XvetT8 .fWcXuU {
  width: 100%;
  float: left;
  padding: 20px;
}
.w3XvetT8 .fWcXuU .stuff {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}
.w3XvetT8 .fWcXuU .stuff li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.3);
}
.w3XvetT8 .fWcXuU .stuff li:first-child {
  margin-left: 0;
}
.w3XvetT8 .fWcXuU .stuff li:last-child {
  float: right;
}
.w3XvetT8 .fWcXuU .stuff li i {
  font-size: 14px;
  padding-right: 5px;
}

.NHhjsvZy {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .NHhjsvZy {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.NHhjsvZy h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.NHhjsvZy figure {
  position: relative;
  top: 0px;
  background-size: cover;
  margin-bottom: 20px;
}
.NHhjsvZy figure img {
  width: 150px;
  height: 150px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.NHhjsvZy > div {
  padding: 30px 30px 0 30px;
}
.NHhjsvZy > div h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #b99a5b;
}
.NHhjsvZy > div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}
.NHhjsvZy > div,
.NHhjsvZy blockquote {
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.NHhjsvZy > div p,
.NHhjsvZy blockquote p {
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
.NHhjsvZy span {
  color: #b3b3b3;
}

#fh5co-footer .hrSmIKL {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .hrSmIKL {
    margin-bottom: 30px;
  }
}
#fh5co-footer .hrSmIKL li {
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .hrSmIKL li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#fh5co-footer .hrSmIKL li a:hover {
  text-decoration: underline;
  color: #b99a5b;
}
#fh5co-footer .zKlGLd {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .zKlGLd {
    text-align: left;
  }
}
#fh5co-footer .zKlGLd h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
}
#fh5co-footer .copyright .block {
  display: block;
}

.AIrGk5 {
  margin-bottom: 4em;
  padding: 0;
}
.AIrGk5 li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
  color: #fff;
}
.AIrGk5 li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.3);
}
.AIrGk5 li a {
  color: #fff;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #000 url(../Wz57gf/sUSt6CNU.png) repeat;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #fh5co-offcanvas {
    background: #000 url(../Wz57gf/sUSt6CNU.png) repeat;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ebfc";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fNAl5SHiXhD {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.wYYATC7nDI {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wYYATC7nDI.active {
  opacity: 1;
  visibility: visible;
}
.wYYATC7nDI a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.wYYATC7nDI a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.wYYATC7nDI a:hover, .wYYATC7nDI a:active, .wYYATC7nDI a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff;
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.la7jinis {
  padding: 8px 20px !important;
}
.btn.qXh3XWbYr {
  padding: 10px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #b99a5b;
  color: #fff;
  border: 2px solid #b99a5b;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ec3e44 !important;
  border-color: #ec3e44 !important;
}
.btn-primary.qguuW6uoeh {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1px;
  border: 2px solid #b99a5b;
}
.btn-primary.qguuW6uoeh:hover, .btn-primary.qguuW6uoeh:focus, .btn-primary.qguuW6uoeh:active {
  background: #b99a5b;
  color: #fff;
}

.SPD6vr {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.SPD6vr:hover, .SPD6vr:focus, .SPD6vr:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.SPD6vr.qguuW6uoeh {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.SPD6vr.qguuW6uoeh:hover, .SPD6vr.qguuW6uoeh:focus, .SPD6vr.qguuW6uoeh:active {
  background: #5cb85c;
  color: #fff;
}

.Po6ydOcVRp {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.Po6ydOcVRp:hover, .Po6ydOcVRp:focus, .Po6ydOcVRp:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.Po6ydOcVRp.qguuW6uoeh {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.Po6ydOcVRp.qguuW6uoeh:hover, .Po6ydOcVRp.qguuW6uoeh:focus, .Po6ydOcVRp.qguuW6uoeh:active {
  background: #5bc0de;
  color: #fff;
}

.FoYtUkwD {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.FoYtUkwD:hover, .FoYtUkwD:focus, .FoYtUkwD:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.FoYtUkwD.qguuW6uoeh {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.FoYtUkwD.qguuW6uoeh:hover, .FoYtUkwD.qguuW6uoeh:focus, .FoYtUkwD.qguuW6uoeh:active {
  background: #f0ad4e;
  color: #fff;
}

.agMkhWu0tXD {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.agMkhWu0tXD:hover, .agMkhWu0tXD:focus, .agMkhWu0tXD:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.agMkhWu0tXD.qguuW6uoeh {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.agMkhWu0tXD.qguuW6uoeh:hover, .agMkhWu0tXD.qguuW6uoeh:focus, .agMkhWu0tXD.qguuW6uoeh:active {
  background: #d9534f;
  color: #fff;
}

.qguuW6uoeh {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.qguuW6uoeh:hover, .qguuW6uoeh:focus, .qguuW6uoeh:active {
  box-shadow: none;
}

.btn.XVdfcsKe {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.XVdfcsKe i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.XVdfcsKe:hover {
  padding-right: 50px;
}
.btn.XVdfcsKe:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.wVB4fD {
  margin-bottom: 30px !important;
}
.wVB4fD label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.PylP4qgDA7 {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 54px;
  font-size: 20px;
  font-weight: 300;
  font-family: "Satisfy", cursive;
  color: #fff;
}
.PylP4qgDA7:active, .PylP4qgDA7:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

textarea {
  resize: vertical;
  overflow: auto;
}

.sihlAblZ {
  padding-bottom: 4em !important;
}

.P0DtzOFE {
  padding-bottom: 2em !important;
}

.n08nhyh {
  padding: 0 !important;
  margin: 0 !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../Wz57gf/JvWiGNP.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .kB3g8LU009 {
    float: none;
    width: 100%;
  }
}

.bootstrap-datetimepicker-widget {
  color: #000 !important;
}

/*# sourceMappingURL=style.css.map */

/* Orivexum brand adaptation */
body{background:#101512 url(../Wz57gf/sUSt6CNU.png) repeat;color:rgba(255,255,255,.56)}a{color:#d5bd83}.fh5co-nav.scrolled{background:#101512 url(../Wz57gf/sUSt6CNU.png) repeat}.scrolled .fh5co-nav ul li a,.scrolled .fh5co-nav #fh5co-logo a{color:#f6eddc!important}.wlSqbp p{color:rgba(255,255,255,.58)}.xiYsbLQSrI h2,.wkOjZuf85 h2,#fh5co-footer .zKlGLd h4{color:#f6eddc}.IXozY5W{color:#d5bd83!important;font-size:24px!important}.btn-primary.qguuW6uoeh{border-color:#d5bd83;color:#d5bd83;background:transparent}.btn-primary.qguuW6uoeh:hover,.btn-primary.qguuW6uoeh:focus{background:#d5bd83!important;color:#101512!important}.CDir3Ekhw{color:#f6eddc!important;border:1px solid rgba(213,189,131,.55);display:inline-block;padding:8px 18px;margin-top:18px;letter-spacing:1px;text-transform:uppercase;font-size:14px}.vj1ILp,.AkgSNp{color:#f6eddc}.faq-item{border:1px solid rgba(213,189,131,.25);margin-bottom:14px;background:rgba(255,255,255,.035)}.faq-question{width:100%;text-align:left;background:transparent;border:0;color:#f6eddc;padding:18px 22px;font-size:22px;font-family:"Cormorant Garamond",Georgia,serif}.PJ5K7lbxLmT{display:none;padding:0 22px 18px}.faq-item.active .PJ5K7lbxLmT{display:block}.cookie-consent{position:fixed;left:20px;right:20px;bottom:20px;z-index:2000;background:#17231d;border:1px solid rgba(213,189,131,.4);padding:18px;box-shadow:0 18px 45px rgba(0,0,0,.45);display:none}.cookie-consent p{margin:0 0 12px;color:rgba(255,255,255,.72)}.kfcSH6KfK{height:260px;border:1px solid rgba(213,189,131,.35);background:linear-gradient(135deg,#17231d,#2b201c);display:flex;align-items:center;justify-content:center;color:#f6eddc;font-size:24px;text-align:center;padding:20px}.pphPau h2{font-size:34px;color:#f6eddc}.fhkxBdyfcD ul{padding-left:20px;color:rgba(255,255,255,.7)}#fh5co-footer .hrSmIKL li,#fh5co-footer .hrSmIKL li a{color:rgba(255,255,255,.58)}
