@font-face {
  font-family: "Crake-Bold";
  src: url('../fonts/Crake-Bold.otf') format('opentype'),
    url('../fonts/crake-bold.ttf') format('truetype');
}

@font-face {
  font-family: "Crake-Light";
  src: url('../fonts/Crake-Light.otf') format('opentype'),
    url('../fonts/crake-light.ttf') format('truetype');
}

@font-face {
  font-family: "Crake-Medium";
  src: url('../fonts/Crake-Medium.otf') format('opentype'),
    url('../fonts/crake-medium.ttf') format('truetype');
}

@font-face {
  font-family: "Crake-Regular";
  src: url('../fonts/Crake-Regular.otf') format('opentype'),
    url('../fonts/crake-regular.ttf') format('truetype');
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
}

@font-face {
  font-family: "FuturaStd-Bold";
  src: url('../fonts/FuturaStd-Bold.otf') format('opentype'),
    url('../fonts/FuturaStd-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "FuturaStd-Book";
  src: url('../fonts/FuturaStd-Book.otf') format('opentype'),
    url('../fonts/FuturaStd-Book.ttf') format('truetype');
}

@font-face {
  font-family: "FuturaStd-Heavy";
  src: url('../fonts/FuturaStd-Heavy.otf') format('opentype'),
    url('../fonts/FuturaStd-Heavy.ttf') format('truetype');
}

@font-face {
  font-family: "FuturaStd-Light";
  src: url('../fonts/FuturaStd-Light.otf') format('opentype'),
    url('../fonts/FuturaStd-Light.ttf') format('truetype');
}

@font-face {
  font-family: "FuturaStd-LightOblique";
  src: url('../fonts/FuturaStd-LightOblique.otf') format('opentype'),
    url('../fonts/FuturaStd-LightOblique.ttf') format('truetype');
}

@font-face {
  font-family: "FuturaStd-Medium";
  src: url('../fonts/FuturaStd-Medium.otf') format('opentype'),
    url('../fonts/FuturaStd-Medium.ttf') format('truetype');
}

body {
  font-family: 'Crake-Regular';
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}

body::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url("../images/main_bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  filter: brightness(0.5);
  z-index: -1;
}

table {
  border-collapse: collapse !important;
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}

img {
  border: 0;
  line-height: 100%;
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}

/* CSS custom page */
.page-header {
  height: auto;
  position: absolute;
  width: 100%;
}

.title-nav-container {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 3.8rem 4rem 0rem;
  max-width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  z-index: 9;
  cursor: none;
}

.page-title {
  min-width: 100px;
  position: relative;
}
.page-title:hover a,
.logo-img:hover{
  cursor: none;
}

.logo-img {
  width: 12vw;
  max-width: 142px;
}

.nav-bar {
  color: #fff;
  margin-left: auto;
  margin-right: 0;
}

.hourstone-toggle-mobile-menu {
  display: none;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.active-page {
  color: #dbec8e !important;
  text-transform: uppercase;
}

#main-nav.non-mobile {
  line-height: 1 !important;
}

#main-nav.non-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Crake-Regular';
  text-align: center;
  text-transform: none;
  list-style-type: none;
}

#main-nav.non-mobile ul li.top {
  margin-top: 0;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 2.188rem;
}

#main-nav.non-mobile ul li.top:not(:last-child) {
  margin-right: 2rem;
}

#main-nav.non-mobile ul li.top a {
  color: #fff;
  text-decoration: none;
}

#main-nav.non-mobile ul li.top a:hover {
  color: #dbec8e;
  cursor: none;
}

#footer-wrap {
  padding: 10px 0;
  cursor: none;
}

.page-footer {
  padding-left: 4rem;
}

.ant-footer-icons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
  box-sizing: border-box;
}

.ant-footer-icons li {
  margin-right: 0.3em;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
}

.ant-footer-icons li.facebook a {
  width: 0.85rem;
}

.ant-footer-icons li a {
  fill: #8a7b80;
  width: 2rem;
  padding-top: 0;
  display: grid;
  cursor: none;
}

.ant-footer-icons li a:hover {
  fill: #dbec8e
}

.ant-footer-icons li:not(:last-child) a {
  margin-right: 8rem;
}

a.icon-hamburger:hover div {
  background-color: #dbec8e;
}

.bar1,
.bar2,
.bar3 {
  width: 20px;
  height: 4px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
  border-radius: 5px;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/* CSS mouseover */
.circle-mouseover {
  border-radius: 50%;
  height: 1.2rem;
  width: 1.2rem;
  background: #707b45;
  position: absolute;
  padding: 0.3rem;
  animation: grow .8s infinite;
  border: 0.4rem solid #43492a;
  display: none;
  cursor: none;
  opacity: 0.6;
  z-index: 1;
}

.circle-mouseover.fixed {
  position: fixed;
}

.menu__box {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: auto;
  min-width: 50%;
  height: 100%;
  margin: 0;
  padding-top: 40px;
  padding-left: 10px;
  list-style: none;
  background-color: #3b0001;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 8px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition-duration: .25s;
  font-size: 1rem;
  font-family: 'Crake-Regular';
}

.menu__item:hover {
  color: #dbec8e;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 7px;
  right: 3px;
  z-index: 10;
}

.line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.menu.opened+.menu__box {
  right: 0 !important;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #807f83;
  z-index: 99;
}
.text-rotate-3d {
  position: relative;
  display: flex
}

.text-rotate-3d .text-rotate-top {
  opacity: 1
}

.text-rotate-3d:hover .text-rotate-top,.text-rotate-3d[aria-selected=true] .text-rotate-top {
  transform: rotateX(90deg);
  opacity: 0
}

.text-rotate-3d .text-rotate-bottom {
  position: absolute;
  inset: 0;
  transform: rotateX(-90deg);
  opacity: 0;
  color: #dbec8e;
}

.text-rotate-3d:hover .text-rotate-bottom,.text-rotate-3d[aria-selected=true] .text-rotate-bottom {
  transform: rotateX(0deg);
  opacity: 1
}

.text-rotate-top,
.text-rotate-bottom {
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-top {
  transform-origin: top
}
a.top.menu__item {
  font-size: 2rem;
  line-height: 2.4rem;
}

.position-absolute {
  position: absolute !important;
}

@media screen and (max-width: 1200px) {
  .title-nav-container {
    padding: 2rem 2rem 0rem;
  }

  .page-footer {
    padding-left: 2rem;
  }

  #main-nav.non-mobile ul li.top:not(:last-child),
  .ant-footer-icons li:not(:last-child) a {
    margin-right: 3rem;
  }

  #main-nav.non-mobile ul li.top {
    font-size: 1.5rem;
  }

  .ant-footer-icons {
    margin-block-start: 0.5rem;
    margin-block-end: 0.5rem;
  }
}

@media screen and (max-width: 800px) {
  #main-nav.non-mobile ul li.top {
    font-size: 1.2rem;
  }

  .ant-footer-icons li a {
    width: 1.4rem;
  }

  .ant-footer-icons li.facebook a {
    width: 0.7rem;
  }
}

@media screen and (max-width: 800px) {
  #main-nav.non-mobile ul li.top {
    font-size: 1.2rem;
  }

  .ant-footer-icons li a {
    width: 1.4rem;
  }

  .ant-footer-icons li.facebook a {
    width: 0.7rem;
  }
}

@media only screen and (max-width: 767px) {
  html, body {
    cursor: auto;
  }
  .logo-img {
    width: 15vw;
  }

  .hourstone-toggle-mobile-menu {
    display: block;
  }

  .nav-bar {
    display: none;
  }

  #footer-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-footer {
    padding-left: 0;
  }

  .circle-mouseover {
    display: none !important;
  }

  .title-nav-container {
    padding: 1rem 1rem 0rem 1rem;
  }
  .title-nav-container,#footer-wrap{
    cursor: auto;
  }
  #footer-wrap {
    padding: 6px 0;
  }

  .ant-footer-icons {
    display: flex;
    padding-left: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .page-footer{
    width: 100%;
    padding: 0 30px;
  }
}

/* button ArrowUp */
#scrollToTopBtn {
  z-index: 999;
  position: fixed !important;
  bottom: 100px !important;
  border: none;
  cursor: none;
  background: none;
  right: 60px;
}
#scrollToTopBtn img {
  width: 66px;
  height: 88px;
  opacity: 0.3;
}
#scrollToTopBtn img:hover {
  opacity: 1;
}
img#scrollToTopBtn--img {
  display: none;
}
@media (max-width: 1024px) {
  #scrollToTopBtn{
    bottom: 80px !important;
    right: 40px;
  }
}
@media (max-width: 768px) {
  #scrollToTopBtn img {
    width: 36px;
    height: 58px;
}
#scrollToTopBtn{
  bottom: 60px !important;
  right: 30px;
  height: auto !important;
}
}
@media (max-width: 480px){
  #scrollToTopBtn{
    height: auto !important;
  }
  #scrollToTopBtn img {
    width: 36px;
    height: 58px;
}
}
@media (max-width: 480px){
  #scrollToTopBtn {
    right: 5px;
}
@media (max-width: 430px){
  #scrollToTopBtn{
    right: 5px;
  }
}
}
.footer__position--unset {
  position: absolute;
}
@media (max-width: 376px) {
  .ant-footer-icons li {
    margin: 0;
  }
  a.icon svg {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 320px) {
  a.icon svg {
    width: 16px;
    height: 16px;
}
}

