@font-face {
  font-family: "Transcript";
  src: url("../fonts/transcript-regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
 font-family: "GT Sectra";
 font-style: normal;
 font-weight: normal;
 src: url("../fonts/GT-Sectra-Display-Regular.eot") format("embedded-opentype");
 src: url("../fonts/GT-Sectra-Display-Regular.woff") format("woff"),
      url("../fonts/GT-Sectra-Display-Regular.ttf") format("ttf");
}

body {
    overflow-x: hidden;background:#fff !important;
    font-family: "GT Sectra",sans-serif !important;
}

body.open {
    overflow-y: hidden;
    font-family: "Transcript";
}

h1 {
    font-family: "GT Sectra";
}

.room-widget ul.legend {
    margin-top: 15px;
    margin-bottom: 30px;
}
.hero {
    height: 38vh;
    position: relative;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    display: flex;
    padding-top: 140px;
}

.hero__title {
    align-self: center;
    margin: auto;
    color: #fff;
    position: relative;
    font-family: "GT Sectra",sans-serif !important;
    font-size: 60px;
    line-height: 74px;
}

.hero::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(255,255,255,0) 20%, #2e2e2e 100%);
}

.menu {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(151,151,151,0.5);
    z-index: 5;
    top: 0;
}

a:hover {
    text-decoration: none !important;
}

.menu .container_template{ background:transparent !important;
}

.container_template {
    max-width: 1170px;
    margin: auto;
}

.menu ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

.menu ul li {
    width: 100%;
    font-family: "Transcript",sans-serif !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    align-self: flex-end;
    text-align: center;
    padding: 15px 20px;
    position: relative;
}

.menu ul li:not(.logo)::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    bottom: -2px;
    background-color: #9D8755;
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
       -moz-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
        -ms-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
         -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu ul li:not(.logo):hover::after {
    width: 100%;
}

.menu .logo img {
    max-width: 100%;
}

.menu a {
    color: inherit;
    text-decoration: none !important;
}

li.logo .mobile {
    display: none;
}

.hamburger {
    display: none;
}

.menu_mobile {
    display: none;
}

.footer {
    border-top: 1px solid rgba(46,46,46,0.3);
    border-bottom: 1px solid rgba(46,46,46,0.3);
    padding: 15px 0;
    margin-top: 45px;
}

.footer__bottom {
    font-size: 12px;
    line-height: 15px;
}

.footer .container_template {
    display: flex;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer__left, .footer__right {
    width: 33.33%;
    align-self: center;
}

.footer__right {
    text-align: right;
}

.footer__center {
    width: 66.66%;
    font-family: "Transcript",sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    align-self: center;
    text-align: center;
}

.footer__center ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__center ul li {
    display: inline-block;
}

.footer__center ul li:not(:last-child) {
    margin-right: 15px;
}

.footer__right i {
    font-size: 22px;
}

.footer__right a:not(:last-child) i {
    margin-right: 15px;
}

.footer__bottom {

    text-align: center;
    padding: 10px 30px;
    font-family: "Transcript",sans-serif;

}
.logo_footer {
    width: 136px;
}

.column {

}

.is-full {
  flex: none;
  width: 100%;
}

.is-centered {
  justify-content: center;
}

.form {
  max-width: 600px;
  width: 600px;
  padding: 25px;
  padding-top:50px;
}

.field {
  margin-bottom: 1.5rem;
}

.label {
  font-family: "Transcript" !important;
}

.control {
  clear: both;
  position: relative;
}

.input {
  max-width: 100%;
  width: 100%;
  position: relative;
  align-items: center;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(.5em - 1px);
  padding-left: calc(.75em - 1px);
  padding-right: calc(.75em - 1px);
  padding-top: calc(.5em - 1px);
  position: relative;
  vertical-align: top;
  border-radius: 0px;
  margin-top: .5em;
  box-shadow: none;
  border: 1px solid #dbdbdb;
}

.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(.5em - 1px);
  text-align: center;
  white-space: nowrap;
  margin-top: .5em;
  border: 1px solid #dbdbdb;
}

.is-link {
  background-color: #DBDEBE;
  border-color: transparent;
  color: black;
}

.box {
  padding:15px;
}

.is-primary {
  background-color: #DBDEBE;
}

.logo img {
  width: 194px;
}

.container {}
.columns {
  display: flex;
}

@media (max-width: 1199px) {
    .menu ul li {
        font-size: 14px;
    }

    .container_template {
        max-width: 1070px;
    }
}

@media (max-width: 1099px) {
     .container_template {
        max-width: 962px;
    }
}

@media (max-width: 991px) {
    .hero {
        padding-top: 91px;
    }

    .menu .logo img {
        width: 111px;
    }

    .container_template {
        max-width: 738px;
    }

    .footer__right, .footer__center, .footer__left {
        width: 100%;
        text-align: center;
    }

    .footer__left, .footer__center {
        margin-bottom: 25px;
    }

    .footer .container_template {
        display: flex;
        flex-wrap: wrap;
    }

    .hero__title {
        font-size: 32px;
        line-height: 55px;
    }

    li.logo .mobile {
        display: block;
    }

    li.logo img:not(.mobile) {
        display: none;
    }

    .menu ul li:not(.logo) {
        display: none;
    }

    .menu ul li {
        padding: 0;
    }

    .menu {
        background-color: #fff;
        border: 0;
    }

    .menu .container_template {
        display: flex;
        padding-left: 60px;
        padding-right: 60px;
    }

    .menu ul {
        width: 150px;
        margin-bottom: 15px;
        margin-top: 15px;
        display: inline-block;
        padding-left: 0;
    }

    .hamburger {
        display: inline-block;
        width: 60px;
        height: 60px;
        position: relative;
        margin-left: auto;
        align-self: center;
        cursor: pointer;
    }

    .hamburger__line {
        position: absolute;
        width: 36px;
        right: 12px;
        height: 2px;
        background-color: #000;

        -webkit-transition: all .35s ease-out;
           -moz-transition: all .35s ease-out;
            -ms-transition: all .35s ease-out;
             -o-transition: all .35s ease-out;
                transition: all .35s ease-out;
    }

    .hamburger__line-1 {
        top: 15px;
    }

    .hamburger__line-2 {
        top: 29px;
        width: 32px;
    }

    .hamburger__line-3 {
        bottom: 15px;
        width: 25px;
    }

    .hamburger.open .hamburger__line-1 {
        top: 29px;
        transform: rotate(45deg);
    }

    .hamburger.open .hamburger__line-2 {
        top: 29px;
        width: 32px;
        right: 30px;
        opacity: 0;
    }

    .hamburger.open .hamburger__line-3 {
        bottom: 29px;
        width: 36px;
        transform: rotate(-45deg);
    }

    .menu_mobile {
        top: 0;
        display: block;
        position: absolute;
        height: calc(100vh - 112px);
        margin-top: 112px;
        width: 100vw;
        right: -110vw;
        z-index: 4;
        background-size: cover;
        background-position: center;
        color: #fff;
        overflow-y: auto;
        background-color: rgba(32,27,25,0.6);
        background-blend-mode: overlay;

        -webkit-transition: all .45s ease-out;
           -moz-transition: all .45s ease-out;
            -ms-transition: all .45s ease-out;
             -o-transition: all .45s ease-out;
                transition: all .45s ease-out;
    }

    .menu_mobile.open {
        right: 0;
    }

    .menu_mobile__content {
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .menu_mobile__group__title {
        font-family: "Transcript",sans-serif;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 2px;
        margin-bottom: 25px;
    }

    .menu_mobile__group {
        width: 50%;
        text-align: center;
        position: relative;
    }

    .menu_mobile__group ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu_mobile__group li {
        font-family: "GT Sectra",sans-serif;
        font-size: 16px;
        line-height: 24px;
        padding: 5px 0;
    }

    .menu_mobile__content .menu_mobile__group:nth-child(2n+1)::after {
        content: "";
        position: absolute;
        background-color: rgba(255,255,255,0.4);
        width: 1px;
        top: 10%;
        bottom: 10%;
        right: -1px;
    }

    .menu_mobile__content .menu_mobile__group:not(:nth-last-of-type(2)):not(:nth-last-of-type(1)) {
        margin-bottom: 65px;
    }

    .menu_mobile a {
        color: inherit;
        text-decoration: none;
    }

    .menu_mobile__footer {
        font-family: "Transcript",sans-serif;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .menu_mobile__footer a:not(:last-child) {
        margin-right: 20px;
    }

    .menu_mobile__footer__link {
        margin-bottom: 15px;
    }

    .menu.open {
        position: fixed;
    }

    .menu_mobile__footer__social i {
        font-family: 20px;
    }
}

@media (max-width: 767px) {
    .form {
      width: auto;
    }

    .footer__center ul li {
        display: block;
    }

    .footer__center ul li:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {

    .menu_mobile__group {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu .container_template {
        padding-left: 30px;
        padding-right: 30px;
    }

    .menu_mobile__content .menu_mobile__group:not(:first-child) {
        border-top: 1px solid rgba(255,255,255,0.4);
    }

    .menu_mobile__content .menu_mobile__group:not(:nth-last-of-type(2)):not(:nth-last-of-type(1)) {
        margin-bottom: 0;
    }

    .menu_mobile__group ul {
        display: none;
    }

    .menu_mobile__group:hover ul {
        display: block;
    }

    .menu_mobile__group__title {
        margin-bottom: 0;
        padding: 20px 0;
    }

    .menu_mobile__footer {
        margin-top: 45px;
    }

    .menu_mobile__content .menu_mobile__group:nth-child(2n+1)::after {
        content: unset;
    }

    .menu_mobile__content {
        padding-left: 30px;
        padding-right: 30px;
    }

}
