*:focus {
  outline: none !important;
  box-shadow: none !important; }
*.focus {
  outline: none !important;
  box-shadow: none !important; }

p, small, h1, h2, h3, h4, h5, h6 {
  user-select: text; }

p a, p span {
  user-select: text !important; }

label small {
  user-select: none !important; }

@media (max-width: 320px) {
  * {
    zoom: 0.98; } }
html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 15px; }

body {
  height: 100%;
  max-width: 100vw;
  background: #000000;
  color: #F0F0F0;
  font-size: 15px;
  overflow-x: hidden; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1090px; } }
@media (min-width: 1440px) {
  .container {
    max-width: 1340px; } }
.overflow-hidden {
  overflow: hidden; }

@media (min-width: 1200px) {
  html, body {
    font-size: 16px; } }
img {
  max-width: 100%;
  height: auto; }

.aspect-media {
  position: relative; }
  .aspect-media:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .aspect-media img, .aspect-media video, .aspect-media svg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .aspect-media.a-4-3:after {
    padding-bottom: 72%; }
  .aspect-media.a-3-4:after {
    padding-bottom: 132%; }
  .aspect-media.a-16-9:after {
    padding-bottom: 58%; }
  .aspect-media.a-9-16:after {
    padding-bottom: 170%; }
  .aspect-media.circle {
    border-radius: 100%;
    overflow: hidden; }
  .aspect-media.avatar {
    width: 30%;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto; }

video {
  max-width: 100%; }

html, body, p, a {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  line-height: 1.6; }

.line-height-1 {
  line-height: 1.4; }

label {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: .9rem;
  color: whitesmoke;
  display: inline-block; }
  label.outer-label {
    text-transform: uppercase;
    color: whitesmoke;
    font-size: .9rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1;
  color: #b98c44; }

a h1, a h2, a h3, a h4, a h5, a h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1; }

p {
  font-size: 1.1rem; }

label {
  font-size: 1rem; }

h1 {
  font-size: 1.8rem; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.4rem; }

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

small {
  font-size: 85%;
  line-height: 1; }
  small * {
    line-height: 1.25; }

.text-primary {
  color: #b98c44 !important; }

.text-secondary {
  color: #CCCCCC !important; }

.special {
  font-size: 1.15rem;
  line-height: 1.4; }

h1 {
  line-height: 1.2; }

h2 {
  line-height: 1.2; }

h3, h4, h5, h6 {
  line-height: 1.2; }

a, a:visited {
  color: #b98c44;
  text-decoration: none; }
  a:hover, a:visited:hover {
    color: #826230;
    text-decoration: none; }
  a.active, a:visited.active {
    color: #b98c44; }

p a {
  text-decoration: underline; }
  p a:hover {
    text-decoration: underline; }

.light {
  color: whitesmoke; }

b, strong, .bold {
  font-weight: bold; }

ul {
  margin: 0;
  padding-left: 1rem; }

hr {
  border-top: 1px solid #4a381b;
  background: none;
  opacity: 1; }

a.muted {
  color: #F0F0F0;
  text-decoration: underline; }
  a.muted:hover {
    opacity: .8; }

.uppercase {
  text-transform: uppercase; }

.relative {
  position: relative; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-y-hidden {
  overflow-y: hidden; }

.body-bg {
  background-color: #000000; }

.bg-secondary-extralight {
  background-color: #fafafa; }

::-moz-selection {
  color: #F0F0F0;
  background: #dcc6a1; }

::selection {
  color: #F0F0F0;
  background: #f1e8d9; }

.site {
  min-height: 100vh;
  margin-bottom: 60px; }

.container {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }

.wide-wrapper {
  width: 100%;
  max-width: 1860px;
  margin: 0 auto; }

.wide-wrapper-flex {
  display: flex;
  align-items: flex-start;
  padding: 0;
  max-width: 1860px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .wide-wrapper-flex {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .wide-wrapper-flex {
      padding: 0 40px; } }
  .wide-wrapper-flex.fixed {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }

.btn-icon {
  position: absolute;
  left: 20px; }

.btn {
  padding: .4rem 1.2rem;
  border-radius: 0;
  cursor: pointer;
  background-color: #9d773a;
  border: 1px solid #9d773a;
  color: #000000;
  max-width: 100%;
  overflow-x: hidden; }
  .btn:hover {
    background-color: #826230;
    border: 1px solid #826230;
    color: #b3b3b3; }
  .btn.btn-primary {
    background-color: #b98c44;
    border: 1px solid #b98c44;
    color: #000000; }
    .btn.btn-primary:hover {
      background-color: #826230;
      border: 1px solid #826230;
      color: #b3b3b3; }
  .btn.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #b98c44;
    color: #b98c44; }
    .btn.btn-outline-primary:hover {
      background-color: #826230;
      border: 1px solid #826230;
      color: #b3b3b3; }
  .btn.btn-secondary {
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    color: #b3b3b3; }
    .btn.btn-secondary:hover {
      background-color: #8f8f8f;
      border: 1px solid #8f8f8f;
      color: #b3b3b3; }
  .btn.btn-outline-secondary {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    color: #CCCCCC; }
    .btn.btn-outline-secondary:hover {
      background-color: #8f8f8f;
      border: 1px solid #8f8f8f;
      color: #b3b3b3; }
  .btn.btn-light {
    background-color: #000000;
    border: 1px solid #000000;
    color: #b98c44; }
    .btn.btn-light:hover {
      background-color: black;
      border: 1px solid black;
      color: #826230; }
  .btn.btn-outline-light {
    background-color: transparent;
    border: 1px solid #000000 !important;
    color: #000000 !important; }
    .btn.btn-outline-light:hover {
      background-color: black !important;
      border: 1px solid black !important;
      color: #826230 !important; }

body:not(.home) {
  padding-top: 100px; }

#lang, .eu-menu, .mobile-menu-toggle {
  display: none !important; }

.eu-menu-new {
  display: block; }

.mobile-menu-toggle-new {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0px;
  right: 0px;
  padding: 17px 15px; }
  @media (min-width: 768px) {
    .mobile-menu-toggle-new {
      display: none; } }
  .mobile-menu-toggle-new img {
    width: 26px;
    display: block; }
  .mobile-menu-toggle-new .menu-close-icon {
    display: none; }
  .mobile-menu-toggle-new .menu-icon {
    display: block; }
  .mobile-menu-toggle-new.close .menu-icon {
    display: none; }
  .mobile-menu-toggle-new.close .menu-close-icon {
    display: block; }

#eu-menu-new {
  display: none; }
  @media (min-width: 768px) {
    #eu-menu-new {
      display: block !important; } }

.eu-menu-new {
  position: fixed;
  z-index: 98;
  top: 18px;
  right: 20px;
  margin: 0;
  list-style: none;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .eu-menu-new {
      top: 20px;
      right: 25px;
      padding-bottom: 0; } }
  .eu-menu-new li {
    text-align: right;
    display: block;
    float: right;
    opacity: 1; }
    .eu-menu-new li.only-text {
      margin-top: 3px; }
    .eu-menu-new li a {
      font-size: .85rem;
      line-height: .85rem;
      padding: 7px 3px;
      display: block;
      cursor: pointer;
      color: #CCCCCC; }
      .eu-menu-new li a:hover {
        opacity: .8; }
    .eu-menu-new li.lang-item {
      margin-top: 0;
      margin-left: .3rem;
      margin-right: .3rem; }
      .eu-menu-new li.lang-item a {
        border: 1px solid #333;
        border-radius: 500px;
        height: 28px;
        width: 28px;
        text-align: center;
        margin: 3px;
        margin-bottom: 12px; }
    .eu-menu-new li.current-lang a {
      border: 1px solid #b98c44;
      font-weight: bold; }

@media (max-width: 768px) {
  .eu-menu-new {
    top: 0;
    right: 0;
    left: 0;
    background: #000;
    width: 100%;
    padding-top: 55px;
    text-align: center !important;
    box-shadow: 0px 0px 50vh 70vh rgba(0, 0, 0, 0.7); }
    .eu-menu-new li {
      text-align: center !important;
      float: none !important;
      width: 100%;
      display: inline-block !important; }
      .eu-menu-new li a {
        font-size: 100%;
        padding: 15px !important;
        width: 100% !important; }
      .eu-menu-new li.lang-item {
        width: auto !important;
        margin-top: 25px; }
        .eu-menu-new li.lang-item a {
          display: inline-block !important;
          height: 42px !important;
          width: 42px !important;
          margin-bottom: 24px !important;
          padding: 0 !important;
          line-height: 42px; } }

h1, h2, h3, h4, h5, h6 {
  color: #b98c44 !important; }

.nav-control {
  padding: 2vh 3vw; }
  .nav-control span {
    display: block;
    height: 5vh;
    min-height: 46px;
    max-height: 46px; }
    @media (min-width: 992px) {
      .nav-control span {
        max-height: 56px; } }

.seo-title {
  text-align: center; }

.map {
  position: relative;
  width: 100%;
  max-width: 130vh;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden; }
  .map img {
    opacity: .5;
    width: 125% !important;
    max-width: none !important; }
    @media (min-width: 992px) {
      .map img {
        width: 100% !important;
        max-width: 100% !important; } }
  .map .tag {
    position: absolute;
    z-index: 3;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer; }
    @media (min-width: 992px) {
      .map .tag {
        width: 36px;
        height: 36px; } }
    .map .tag span {
      display: block;
      width: 50%;
      height: 50%;
      margin: 25%;
      background: #b98c44;
      border-radius: 100px;
      -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.8); }
    .map .tag:hover, .map .tag.active {
      width: 35px;
      height: 35px;
      -webkit-box-shadow: 0 0 45px 10px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0 0 45px 10px rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 45px 10px rgba(0, 0, 0, 0.8);
      z-index: 5; }
      @media (min-width: 992px) {
        .map .tag:hover, .map .tag.active {
          width: 42px;
          height: 42px; } }
      .map .tag:hover span, .map .tag.active span {
        background: #dcc6a1; }
  .map #tag-1 {
    left: 9%;
    top: 29%; }
  .map #tag-2 {
    left: 14%;
    top: 43%; }
  .map #tag-3 {
    left: 24%;
    top: 28%; }
  .map #tag-4 {
    left: 55%;
    top: 19%; }
  .map #tag-5 {
    left: 57%;
    top: 25%; }
  .map #tag-6 {
    left: 60.5%;
    top: 25%; }
  .map #tag-7 {
    left: 86.5%;
    top: 46%; }
  @media (min-width: 992px) {
    .map #tag-1 {
      left: 7%;
      top: 29%; }
    .map #tag-2 {
      left: 11%;
      top: 43%; }
    .map #tag-3 {
      left: 19%;
      top: 28%; }
    .map #tag-4 {
      left: 44%;
      top: 19%; }
    .map #tag-5 {
      left: 45%;
      top: 25%; }
    .map #tag-6 {
      left: 47.5%;
      top: 25%; }
    .map #tag-7 {
      left: 69.5%;
      top: 46%; } }

.map-overlay {
  display: none; }
  @media (min-width: 992px) {
    .map-overlay {
      display: block;
      position: absolute;
      width: 100%;
      height: 50%;
      z-index: 2;
      bottom: -10px;
      background: #000000;
      background: linear-gradient(0deg, black 0%, transparent 100%);
      pointer-events: none; } }

.map-info div {
  text-shadow: 0px 0px 10px #000000; }
@media (min-width: 992px) {
  .map-info {
    pointer-events: none;
    bottom: 0;
    left: 87px;
    z-index: 3; } }
@media (min-width: 1200px) {
  .map-info {
    left: 120px; } }
.map-info span {
  color: #b98c44;
  font-size: 2rem;
  display: inline-block;
  margin-right: 6px; }

.location-info {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .location-info:hover {
    transform: translateX(8px); }

.video-thumb {
  position: relative; }
  .video-thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    align-items: center;
    border: 0.13333em solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px 0px white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 4em;
    opacity: 1;
    overflow: hidden;
    transition: all .25s ease-out;
    transition: background-color .5s ease-in-out;
    text-decoration: none;
    z-index: 1;
    width: 4em;
    background-color: rgba(0, 0, 0, 0.4); }
  .video-thumb .play-button:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .video-thumb .play-arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 0.8em 0 0.8em 1.28em;
    border-top-color: transparent;
    border-left-color: #fff;
    display: block;
    height: 0;
    left: 0.26667em;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-indent: -20em;
    width: 0; }

.owl-carousel .owl-stage {
  display: flex;
  align-items: center; }
.owl-carousel .caption {
  text-align: center; }
.owl-carousel .owl-item .item {
  background: #000000; }
  .owl-carousel .owl-item .item .play-button {
    opacity: 0; }
  .owl-carousel .owl-item .item img {
    opacity: .5;
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .owl-carousel .owl-item .item .item-description {
    transform: scale(0.8);
    opacity: .5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .owl-carousel .owl-item .item .item-description small {
      color: #F0F0F0; }
.owl-carousel .owl-item.center .item .play-button {
  opacity: 1; }
.owl-carousel .owl-item.center .item img {
  opacity: 1;
  transform: scale(1); }
.owl-carousel .owl-item.center .item .item-description {
  transform: scale(1);
  opacity: 1; }
.owl-carousel.owl-zoom .owl-item.center .item {
  cursor: pointer; }
  .owl-carousel.owl-zoom .owl-item.center .item:hover .play-button {
    background-color: rgba(0, 0, 0, 0.8); }
  .owl-carousel.owl-zoom .owl-item.center .item:hover img {
    transform: scale(1.01);
    transform-origin: top; }

.owl-carousel-wrap {
  position: relative;
  user-select: none; }
  .owl-carousel-wrap .customNavBtn {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    width: 30%;
    cursor: pointer;
    background: #000000;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .owl-carousel-wrap .customNavBtn:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 22px;
      height: 52px;
      transform: translateY(-50%); }
    .owl-carousel-wrap .customNavBtn.customPrevBtn {
      left: 0;
      background: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%); }
      .owl-carousel-wrap .customNavBtn.customPrevBtn:after {
        left: 25px;
        background: url("img/arrow-left.svg") no-repeat center center; }
    .owl-carousel-wrap .customNavBtn.customNextBtn {
      right: 0;
      background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%); }
      .owl-carousel-wrap .customNavBtn.customNextBtn:after {
        right: 25px;
        background: url("img/arrow-right.svg") no-repeat center center; }
    .owl-carousel-wrap .customNavBtn:hover.customPrevBtn {
      background: linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }
    .owl-carousel-wrap .customNavBtn:hover.customNextBtn {
      background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }
    @media (min-width: 992px) {
      .owl-carousel-wrap .customNavBtn {
        display: block; } }
  .owl-carousel-wrap.single-item .owl-item.cloned {
    pointer-events: none;
    opacity: 0; }

.fslightbox-open {
  overflow: unset !important; }

.eupeople {
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
  background-position: center; }

.eucircle-image {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  /*&.euci1 { width: $euc + 42px }
  &.euci2 { width: ($euc*2) - ($euc/4) + 42px}
  &.euci3 { width: ($euc*3) - ($euc/2) + 42px }*/ }
  .eucircle-image .eucircle {
    top: 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 1000px;
    overflow: hidden;
    /*&.euc1 { left: 0 - 20px; z-index: 1 }
    &.euc2 { left: $euc - ($euc/2) - 20px; z-index: 2 }
    &.euc3 { left: ($euc*2) - ($euc) - 20px; z-index: 3 }
    @include media-breakpoint-up(md) {
    	&.euc1 { left: 0; z-index: 1 }
    	&.euc2 { left: $euc - ($euc/4); z-index: 2 }
    	&.euc3 { left: ($euc*2) - ($euc/2); z-index: 3 }
    }*/ }
    .eucircle-image .eucircle img {
      object-fit: cover; }

.eucircle-placeholder {
  width: 200px; }

@media (min-width: 768px) {
  .value-wrap {
    background: linear-gradient(45deg, #000000 0%, #1c150a 100%);
    border: 1px solid #4a381b; } }

@media (min-width: 768px) {
  .insight-wrap {
    background: linear-gradient(45deg, #000000 0%, #1c150a 100%);
    border: 1px solid #4a381b; } }

.modal {
  background: rgba(0, 0, 0, 0.6); }

.modal-content {
  background: #000000;
  border-radius: 3px;
  border: 1px solid #4a381b; }

.modal-header {
  border-bottom: 0; }

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px; }
  .modal-close img {
    cursor: pointer;
    display: block;
    width: 40px;
    padding: 10px; }
  .modal-close:hover img {
    opacity: .7; }

/* --------------------------------

Main components

-------------------------------- */
.hero-video {
  max-height: 100vh;
  position: relative;
  overflow: hidden;
  margin-top: 72px; }
  @media (min-width: 992px) {
    .hero-video {
      margin-top: 0px; } }
  .hero-video video {
    object-fit: cover;
    width: 100%;
    max-width: none; }

.pay-off {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.5; }
  @media (min-width: 992px) {
    .pay-off {
      position: absolute;
      width: 100%;
      bottom: 16px; } }
  .pay-off span {
    display: block;
    opacity: .6; }

.section-title {
  text-transform: uppercase;
  color: #b98c44;
  text-align: center;
  display: block; }
  .section-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 16px;
    background: url("img/line-bottom.svg") no-repeat center center; }

.video-gallery-wrap {
  background: linear-gradient(0deg, #1c150a 0%, #000000 100%);
  -webkit-box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.6); }
  @media (min-width: 768px) {
    .video-gallery-wrap {
      border-radius: 6px; } }
  .video-gallery-wrap .owl-carousel .owl-item .item {
    background: transparent;
    position: relative;
    display: block; }

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cd-section {
  position: relative;
  overflow-x: hidden; }

.cd-scroll-down {
  width: 100%;
  height: 28px;
  background: url("img/arrow-bottom.svg") no-repeat center center;
  cursor: pointer; }
  .cd-scroll-down:hover {
    opacity: .7; }

/* No Touch devices */
.cd-nav-trigger {
  display: none; }

.no-touch .eupeople {
  background-attachment: fixed; }
.no-touch #cd-vertical-nav {
  position: fixed;
  right: 25px;
  top: 50%;
  bottom: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }
.no-touch #cd-vertical-nav ul {
  list-style: none; }
.no-touch #cd-vertical-nav li {
  text-align: right; }
.no-touch #cd-vertical-nav a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both; }
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -ms-transform: scale(0.7);
  transform: scale(0.7); }
.no-touch #cd-vertical-nav a:hover span {
  /*-ms-transform: scale(.9);
  transform: scale(.9);*/ }
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
  margin-right: 6px; }
.no-touch #cd-vertical-nav a.is-selected .cd-label {
  opacity: 1;
  color: white; }
.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  top: 16px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #b98c44;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  padding: .4em .5em;
  color: white;
  -webkit-transition: -webkit-transform 0.2s, all 0.2s;
  -moz-transition: -moz-transform 0.2s, all 0.2s;
  transition: transform 0.2s, all 0.2s;
  opacity: .7;
  font-weight: bold;
  color: #dcc6a1;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

/* Touch devices */
.touch .min-vh-100 {
  min-height: 91vh !important; }
  @media (min-width: 768px) {
    .touch .min-vh-100 {
      min-height: 100vh !important; } }
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(255, 255, 255, 0.9); }
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
.touch .cd-nav-trigger span::before, .touch .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit; }
.touch .cd-nav-trigger span::before {
  top: -9px; }
.touch .cd-nav-trigger span::after {
  bottom: -9px; }
.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9); }
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1); }
.touch #cd-vertical-nav a span:first-child {
  display: none; }
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #d88683; }
.touch #cd-vertical-nav.open {
  transform: scale(1); }
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent; }
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0); }
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px; }
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  transform: rotate(45deg);
  top: 1px; }
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  transform: rotate(135deg);
  bottom: 0; }
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none; }
@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger, .touch .touch #cd-vertical-nav {
    bottom: 40px; } }

.glow {
  font-weight: bold;
  animation: glow 3s ease-in-out infinite alternate;
  color: white; }

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 5px #dcc6a1, 0 0 10px #dcc6a1, 0 0 15px #826230, 0 0 20px #826230, 0 0 30px #826230, 0 0 40px #826230, 0 0 60px #4a381b; }
  to {
    text-shadow: 0 0 10px #f1e8d9, 0 0 15px #826230, 0 0 20px #b98c44, 0 0 25px #b98c44, 0 0 40px #dcc6a1, 0 0 50px #dcc6a1, 0 0 70px #b98c44; } }

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