@charset "UTF-8";
/* latin */
@font-face {
  font-family: 'Petrona';
  font-style: normal;
  font-weight: 400;
  src: local("Petrona Regular"), local("Petrona-Regular"), url(https://fonts.gstatic.com/s/petrona/v5/y_VtoPYL4lMCS4CmrP5cGwLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  min-height: 100%; }

body {
  background-color: #000;
  font-family: "Petrona";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pagebg,
.page-bg,
.home-bg {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1; }

img, svg {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.audio {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer; }
  .audio span {
    color: #eee;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    vertical-align: text-top;
    opacity: .7;
    display: none; }
  .audio svg {
    height: 25px;
    width: 25px;
    margin-left: 5px;
    display: inline-block;
    fill: #eee; }

ul {
  list-style: none; }

.pause #music-on {
  display: none; }

@media (max-width: 768px) {
  .audio {
    display: none; } }

header {
  position: fixed;
  left: 50px;
  top: 50px;
  z-index: 9999; }
  header .logo {
    width: 200px; }
    header .logo svg {
      fill: #af9653;
      opacity: .5; }
  header nav {
    padding-top: 20px;
    display: none; }
    header nav li {
      visibility: hidden; }
    header nav ul {
      list-style: none; }
    header nav a {
      text-decoration: none;
      color: #af9653;
      font-size: 25px;
      opacity: .5;
      text-align: center;
      display: block;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 2px; }

.menu-toggle {
  position: fixed;
  top: 55px;
  right: 20px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  display: none;
  z-index: 99; }
  .menu-toggle span {
    width: 25px;
    height: 3px;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .menu-toggle span:nth-child(1) {
    width: 16px; }
  .menu-toggle span:last-of-type {
    margin-bottom: 0; }

.menu-toggle.active span {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.menu-toggle.active span:nth-child(2) {
  opacity: 0; }

.menu-toggle.active span:nth-child(1) {
  width: 25px;
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px); }

.menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px); }

.language-selector {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999; }
  .language-selector li {
    display: inline-block;
    padding: 0 3px; }
  .language-selector a {
    text-transform: uppercase;
    text-decoration: none;
    color: #b8aa75;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .language-selector a:hover {
      color: #fff; }
  .language-selector li:first-of-type:after {
    content: "|";
    color: #b8aa75;
    padding-left: 8px; }
  .language-selector li.current-lang a {
    color: #fff; }

@media (min-width: 768px) {
  header nav a {
    -webkit-animation-name: shake;
            animation-name: shake;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
    header nav a:hover {
      -webkit-animation-name: link-hover;
              animation-name: link-hover;
      -webkit-animation-duration: .1s;
              animation-duration: .1s;
      -webkit-animation-delay: 0 !important;
              animation-delay: 0 !important;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }
  header li:nth-child(1) a {
    -webkit-animation-delay: .3s;
            animation-delay: .3s; }
  header li:nth-child(2) a {
    -webkit-animation-delay: .6s;
            animation-delay: .6s; }
  header li:nth-child(3) a {
    -webkit-animation-delay: .9s;
            animation-delay: .9s; }
  header li:nth-child(4) a {
    -webkit-animation-delay: .10s;
            animation-delay: .10s; }
  header li:nth-child(6) a {
    -webkit-animation-delay: .13s;
            animation-delay: .13s; }
  nav li:first-of-type {
    display: none; } }

@media (max-width: 768px) {
  header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    header .logo {
      width: 150px;
      margin: 30px auto 0;
      z-index: 9; }
      header .logo svg {
        fill: #fff;
        opacity: .7; }
    header nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      display: none; }
      header nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        list-style: none; }
      header nav li {
        visibility: visible; }
      header nav a {
        color: #fff;
        opacity: .7; }
  .menu-toggle {
    display: block; }
  .page-template-page-home nav li:first-of-type {
    display: none; } }

.home {
  overflow: hidden; }

.home-bg {
  -webkit-animation-name: bg-home;
          animation-name: bg-home;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.masa {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1400px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto; }
  .masa img {
    width: 100%;
    height: auto;
    display: block; }

.crow {
  height: 50%;
  width: 18%;
  -webkit-transform: translate(10%, -100%);
      -ms-transform: translate(10%, -100%);
          transform: translate(10%, -100%); }
  .crow img:last-of-type {
    display: none; }

.hand {
  height: 20%;
  width: 20%;
  -webkit-transform: translate(-100%, -100%);
      -ms-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%); }

.bottles {
  width: 10%;
  height: 50%;
  -webkit-transform: translate(200%, -30%);
      -ms-transform: translate(200%, -30%);
          transform: translate(200%, -30%); }

.room-trigger {
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0; }
  .room-trigger img:last-of-type {
    display: none; }

.room-trigger:hover img:last-of-type {
  display: block; }

.room-trigger:hover img:first-of-type {
  display: none; }

.room {
  width: 300px;
  margin: 0 auto;
  padding-top: 100px;
  display: none; }
  .room img {
    width: 100%;
    height: auto; }

.mobile {
  display: none; }

@media (max-width: 768px) {
  .desktop {
    display: none; }
  .mobile {
    display: block;
    min-height: 100vh; }
  .home header {
    position: fixed; } }

.hp-slide {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  position: relative; }
  .hp-slide .slide-logo {
    width: 70%;
    max-width: 280px;
    position: absolute;
    left: 0;
    bottom: 80px;
    margin-left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }

@-webkit-keyframes bg-home {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); } }

@keyframes bg-home {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg); }
  50% {
    -webkit-transform: scale(1.02) skewY(-1deg);
            transform: scale(1.02) skewY(-1deg); }
  100% {
    -webkit-transform: scale(1) skewY(0deg);
            transform: scale(1) skewY(0deg); } }

@keyframes shake {
  0% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg); }
  50% {
    -webkit-transform: scale(1.02) skewY(-1deg);
            transform: scale(1.02) skewY(-1deg); }
  100% {
    -webkit-transform: scale(1) skewY(0deg);
            transform: scale(1) skewY(0deg); } }

@-webkit-keyframes link-hover {
  0% {
    -webkit-transform: skewY(1deg);
            transform: skewY(1deg); }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg); } }

@keyframes link-hover {
  0% {
    -webkit-transform: skewY(1deg);
            transform: skewY(1deg); }
  100% {
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg); } }

.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes menu-move {
  0% {
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg); }
  40% {
    -webkit-transform: skewY(4deg) scale(1.01);
            transform: skewY(4deg) scale(1.01); }
  80% {
    -webkit-transform: skewY(2deg);
            transform: skewY(2deg); }
  100% {
    -webkit-transform: skewY(3deg) scale(1.01);
            transform: skewY(3deg) scale(1.01); } }

@keyframes menu-move {
  0% {
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg); }
  40% {
    -webkit-transform: skewY(4deg) scale(1.01);
            transform: skewY(4deg) scale(1.01); }
  80% {
    -webkit-transform: skewY(2deg);
            transform: skewY(2deg); }
  100% {
    -webkit-transform: skewY(3deg) scale(1.01);
            transform: skewY(3deg) scale(1.01); } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.room-animate {
  -webkit-animation-name: room_scale;
          animation-name: room_scale;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes room_scale {
  0% {
    opacity: 0; }
  100% {
    opacity: .9; } }

@keyframes room_scale {
  0% {
    opacity: 0; }
  100% {
    opacity: .9; } }

.booking-info {
  text-align: center;
  color: #b8aa75;
  padding: 0 15px; }

.rezervari-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 150px; }

.col-rezervari {
  color: #b8aa75;
  padding: 40px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Petrona";
  text-align: center; }
  .col-rezervari ul {
    list-style: none; }
  .col-rezervari li span {
    display: inline-block;
    padding: 0 15px 10px 15px; }
  .col-rezervari .col-header {
    margin-bottom: 40px; }
    .col-rezervari .col-header span {
      display: block;
      margin-bottom: 5px; }

.term-info {
  max-width: 700px;
  margin: 0 auto 100px;
  text-align: center;
  color: #b8aa75;
  padding: 0 15px; }

.calendare {
  width: 100%;
  padding: 60px  15px 20px;
  max-width: 800px;
  margin: 0 auto;
  min-height: 320px; }
  @media (min-width: 840px) {
    .calendare {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .calendare .calendar {
    margin-left: auto;
    margin-right: auto;
    width: 308px; }
  .calendare img {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto; }
  .calendare .icon-dificultate {
    display: block;
    width: 50px;
    height: auto;
    margin: 15px  auto 10px; }

.dificultate {
  margin-bottom: 10px;
  text-align: center;
  color: #b8aa75;
  line-height: 1.3; }
  .dificultate span, .dificultate i {
    display: block; }
  .dificultate span {
    margin-top: 10px; }

.ezscm {
  color: #b8aa75; }

.ezscm-theme-default .entry-blocked {
  background: #943232 !important; }

.ezscm-theme-default .entry-free {
  background: darkolivegreen !important; }

.ezscm-theme-default .entry-selected {
  border-color: #fff !important; }

.ezscm-details form {
  width: 300px;
  margin: 20px auto 0; }

.ezscm-details-element {
  margin-bottom: 10px; }

.ezscm-theme-default .ezscm-form input,
.ezscm-theme-default .ezscm-form textarea {
  width: 90%;
  padding: 10px 12px;
  outline: 0;
  height: 40px;
  font-size: 13px;
  color: #fff;
  font-family: "Petrona";
  background: transparent;
  border: 1px solid #b8aa75;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  .ezscm-theme-default .ezscm-form input:focus,
  .ezscm-theme-default .ezscm-form textarea:focus {
    border-color: #fff; }

.ezscm-browse button {
  font-size: 14px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .ezscm-browse button:hover {
    color: #fff !important; }

.ezscm-theme-default .ezscm-form textarea {
  height: 80px;
  resize: none; }

.ezscm-theme-default .ezscm-form input[type="submit"] {
  -webkit-appearance: none;
  width: 150px;
  background: #b8aa75;
  font-size: 16px; }
  .ezscm-theme-default .ezscm-form input[type="submit"]:hover {
    background: transparent;
    color: #b8aa75; }

.ezscm-theme-default .ezscm-browse .alignleft,
.ezscm-theme-default .ezscm-browse .alignright {
  background: transparent;
  border: 0;
  outline: 0;
  color: #b8aa75; }

.ezscm-theme-default .entry-public {
  background: #943232 !important; }

@media (max-width: 840px) {
  .ezscm .schedule-list-day {
    display: table-cell !important; }
  .ezscm .schedule-times-responsive {
    display: none !important; }
  .schedule-times-main {
    display: inline-block   !important;
    font-size: 10px; }
  .ezscm .schedule-header {
    font-size: 100%; }
  .ezscm .schedule-header {
    font-size: 12px; }
  .ezscm .schedule-day, .ezscm .schedule-times {
    width: 90%; } }



@media (max-width: 1050px) {
  .col-rezervari {
    font-size: 17px; } }

@media (max-width: 768px) {
  .rezervari-content {
    padding-top: 100px; } }

@media (max-width: 767px) {
  .rezervari-content {
    width: 100%;
	  padding-top:150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
     }
  .col-rezervari {
    padding: 0 15px;
    margin-bottom: 40px; } }

.room-content .room-logo {
  max-width: 340px;
  float: right;
  margin: 50px; }
  .room-content .room-logo img {
    max-width: 100%; }

.room-content .page-info {
  position: absolute;
  left: 50px;
  bottom: 80px;
  width: 100%;
  max-width: 750px;
  font-size: 19px;
  margin: 0 auto;
  color: #b8aa75;
  letter-spacing: 1px; }
  .room-content .page-info p {
    margin-bottom: 20px;
    opacity: .7; }

a.rezerva {
  color: #b8aa75;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  padding: 10px 10px;
  width: 200px;
  text-align: center;
  border: 1px solid #b8aa75;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  a.rezerva:hover {
    color: #fff;
    background: #b8aa75; }

.video-bg {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0; }

.play-btn {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer; }
  .play-btn svg {
    fill: #fff;
    opacity: .7;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .play-btn:hover svg {
    opacity: 1;
    fill: #b8aa75; }

.play-video {
  display: none; }

@media (max-width: 768px) {
  .page-template-page-room header .logo {
    display: none; }
  a.rezerva {
    margin: 0 auto 20px; }
  .room-content .room-logo {
    margin: 20px auto 50px;
    float: none; }
    .room-content .room-logo img {
      display: block;
      width: 80%;
      max-width: 210px;
      margin: 0 auto; }
  .room-content .page-info {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0 15px;
    text-align: center; }
    .room-content .page-info p {
      font-size: 14px;
      opacity: 1; }
  .play-btn, .video-bg {
    display: none; }
  .play-video {
    display: block;
    width: 70px;
    margin: 20px auto; }
    .play-video svg {
      fill: #fff;
      opacity: .7; } }

@media (max-width: 768px) and (min-width: 599px) {
  .room-content .page-info {
    text-align: left; } }

.faq-title {
  font-size: 75px;
  margin-bottom: 50px; }

.faq-content,
.statement {
  color: #b8aa75;
  max-width: 50%;
  margin-left: 350px;
  letter-spacing: 1px;
  opacity: .8; }

#despre {
  padding-top: 250px;
  padding-bottom: 100px; }

.faq-content {
  padding-bottom: 150px; }
  .faq-content .question {
    font-size: 25px;
    line-height: 35px;
    cursor: pointer;
    margin-top: 20px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .faq-content .question:before {
      content: "‡";
      display: inline-block;
      margin-right: 10px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .faq-content .answer {
    font-size: 18px;
    display: none;
    padding: 20px; }
    .faq-content .answer a {
      color: #fff;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .faq-content .answer a:hover {
        color: #b8aa75; }

.statement {
  margin-top: 100px;
  padding-bottom: 150px; }

.statement-title {
  font-size: 75px;
  margin-bottom: 50px; }

.statement-content {
  padding-left: 20px;
  font-size: 16px; }
  .statement-content p {
    margin-bottom: 20px; }

@media (max-width: 768px) {
  .faq-content, .statement {
    color: #fff; }
  .faq-content {
    margin: 0;
    max-width: 100%;
    padding: 150px   15px 0; }
  #despre {
    padding-top: 100px;
    padding-bottom: 0px; }
  .statement {
    margin: 100px 0 0;
    max-width: 100%;
    padding: 0 15px; }
  .faq-title,
  .statement-title {
    font-size: 40px; }
  .faq-content .question {
    font-size: 15px;
    line-height: 24px; }
  .faq-content .answer {
    padding: 20px 0 10px 20px;
    font-size: 14px; }
  .statement-content {
    padding: 0; }
    .statement-content p {
      font-size: 14px; } }

.footer-menu {
  position: fixed;
  left: 20px;
  bottom: 10px; }
  .footer-menu li {
    display: inline-block; }
  .footer-menu ul {
    list-style: none; }
  .footer-menu a {
    text-decoration: none;
    color: #af9653;
    font-size: 14px;
    opacity: .5;
    text-align: center;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-right: 10px; }
    .footer-menu a:hover {
      color: #fff; }

.page-template-page-text .statement-title {
  line-height: 80px; }

.page-template-page-text h1, .page-template-page-text h2, .page-template-page-text h3, .page-template-page-text h4, .page-template-page-text p {
  margin-bottom: 25px; }

.page-template-page-text ul, .page-template-page-text ol {
  padding-left: 20px; }
  .page-template-page-text ul li, .page-template-page-text ol li {
    margin-bottom: 10px; }

.page-template-page-text a {
  color: #b8aa75;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .page-template-page-text a:hover {
    color: #fff; }

.page-template-page-text #audio {
  display: none; }

@media (max-width: 768px) {
  .page-template-page-text .statement-title {
    line-height: 50px; }
  .footer-menu {
    left: 0;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 20px; }
  .home .footer-menu {
    margin-top: 0px;
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center; } }

footer {
  position: absolute;
  bottom: 10px;
  left: 10px; }
  footer a {
    text-decoration: none; }
    footer a svg {
      fill: rgba(255, 255, 255, 0.6);
      height: 15px;
      width: 15px;
      margin-right: 5px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      vertical-align: bottom; }
      footer a svg:hover {
        fill: #af9653; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  height: 30px;
  width: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '';
  display: block;
  background: url("../images/left-chevron.svg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: 0px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '';
  display: block;
  background: url("../images/left-chevron.svg");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black; }

.page-bg {
  background-position: top center; }

.map-container {
  position: fixed;
  left: 0;
  top: -150%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .map-container:after {
    content: "×";
    display: block;
    font-size: 50px;
    position: absolute;
    color: #fff;
    right: 30px;
    top: 30px;
    cursor: pointer; }

.show {
  top: 0; }

#map {
  height: 500px;
  width: 90%;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.contact {
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 500px;
  margin: 130px auto; }
  .contact .contact-title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .contact ul {
    margin-top: 20px; }
  .contact li {
    margin-bottom: 10px; }
  .contact a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .contact a:hover {
      color: #af9653; }

@media (max-width: 1050px) and (min-width: 769px) {
  .contact {
    padding-left: 150px; } }

@media (max-width: 768px) {
  .contact {
    margin: 50px auto;
    padding-top: 100px; }
    .contact p {
      display: none; }
  #map {
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    height: 100vh;
    width: 100%; } }

@font-face {
  font-family: 'ytpregular';
  src: url("font/ytp-regular.eot"); }

@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url("font/ytp-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.mb_YTPlayer:focus {
  outline: 0; }

.YTPWrapper {
  display: block;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
          transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  /* Chrome, Safari, Opera */
  animation: fade .1s infinite alternate; }

/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

/* Standard syntax */
@keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000; }

.mbYTP_wrapper iframe {
  max-width: 4000px !important; }

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5); }
  .inline_YTPlayer img {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }

/*CONTROL BAR */
.mb_YTPBar {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: .1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .mb_YTPBar .ytpicon {
    font-size: 20px;
    font-family: 'ytpregular'; }
  .mb_YTPBar .mb_YTPUrl.ytpicon {
    font-size: 30px; }
  .mb_YTPBar.visible, .mb_YTPBar:hover {
    opacity: 1; }
  .mb_YTPBar .buttonBar {
    -webkit-transition: all .5s;
    transition: all .5s;
    background: transparent;
    font: 12px/14px Calibri;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 5px;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mb_YTPBar:hover .buttonBar {
    background: rgba(0, 0, 0, 0.4); }
  .mb_YTPBar span {
    display: inline-block;
    font: 16px/20px Calibri, sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle; }
    .mb_YTPBar span.mb_YTPTime {
      width: 130px; }
    .mb_YTPBar span.mb_YTPUrl, .mb_YTPBar span.mb_OnlyYT {
      position: absolute;
      width: auto;
      display: block;
      top: 6px;
      right: 10px;
      cursor: pointer; }
    .mb_YTPBar span.mb_YTPUrl img {
      width: 60px; }
    .mb_YTPBar span.mb_OnlyYT {
      left: 300px;
      right: auto; }
      .mb_YTPBar span.mb_OnlyYT img {
        width: 25px; }
    .mb_YTPBar span.mb_YTPUrl a {
      color: white; }
  .mb_YTPBar .mb_YTPPlaypause {
    cursor: pointer; }

.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer; }

.mb_YTPBar .mb_YTPMuteUnmute {
  cursor: pointer; }

.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0; }

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0; }

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
          box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; }

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*PROGRESS BAR */
/*RASTER OVERLAY */
.YTPOverlay.raster {
  background: rgba(0, 0, 0, 0.5); }

/*VOLUME SLIDER */
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.mb_YTPBar.compact .simpleSlider {
  width: 40px; }

.mb_YTPBar .simpleSlider.muted {
  opacity: .3; }

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0; }
  .mb_YTPBar .level.vertical {
    height: auto;
    width: 100%; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   *   * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.ezscm-element .ezscm-element-dropdown{
  background-color: #000 !important;
}
.card{
  max-width: 140px;
  display: block;
  
}
@media(max-width: 768px){
  .card{
    display: none
  }
}

.disclaimer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  
}
.disclaimer h3{
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  color: #b8aa75;
}
.disclaimer__container{
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 95%;
  padding: 40px;
  background-color: #fff;
}
.disclaimer__close{
  position: absolute;
  right: 0;
  top: 0;
  appearance: none;
  border: 0;
  background-color: #b8aa75;
  color: #fff;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.disclaimer__close:hover{
  background-color: red;
}

.ezscm-schedule{
  padding-left: 0 !important
}
    

/* S99 */
.payment-wrapper {
  color: #b8aa75;
  margin-top: 80px;
  padding: 40px 10px;
  font-size: 18px !important;
  font-family: "Petrona";
  text-align: center;
}

form[name="-pay"] {
  display: none !important;
}




