body,
html {
    background-color: #fff
}

.btn,
h1,
h2,
h3,
h4 {
    color: #fff
}

footer h2,
nav a {
    font-weight: 700
}

.toast,
footer,
footer input,
h1,
h2,
h3,
h4,
header nav {
    text-align: center
}

#hero #slider li div:after,
.card-image,
.inset-card,
main.edw:before {
    background-repeat: no-repeat
}

#hero #slider li,
#hero #slider li div:after,
.card-image,
.inset-card,
.zoom-slider li {
    background-position: center
}

body {
    font-family: Ovo, serif;
    background-image: url(images/chevron.svg)
}

.toast,
.btn,
h1,
h2,
h3,
h4 {
    font-family: Oswald, sans-serif;
    text-transform: uppercase
}

p {
    text-align: justify
}

.btn {
    background-color: #b19743;
    border-radius: 2px;
    padding: .8rem 1.5rem;
    border: none;
}

.btn:hover {
    background-color: #b19743;
}

.btn:active {
    -webkit-transition: none;
    transition: none;
    background-color: #b19743;
}

.btn.link {
    position: relative;
    background-color: #fff;
    color: #b19743;
    z-index: 1;
    overflow: hidden
}

.btn.link:hover {
    color: #fff;
    background-color: transparent
}

.btn.link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b19743;
    z-index: -1;
    -webkit-transform: translateY(75%);
    transform: translateY(75%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.btn.link:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn.link:active:before {
    -webkit-transition: none;
    transition: none;
    background-color: #b19743;
}

main>.container>h1:first-child {
    padding: 5rem 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes rotateY {

    60%,
    from {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    80% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotateY {

    60%,
    from {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    80% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes headingExpand {
    0% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-800px);
        transform: translateZ(-800px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes headingExpand {
    0% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-800px);
        transform: translateZ(-800px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 50%;
        transform-origin: 84% 50%
    }

    100% {
        -webkit-transform: scale(1.25) translateX(20px);
        transform: scale(1.25) translateX(20px);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 50%;
        transform-origin: 84% 50%
    }

    100% {
        -webkit-transform: scale(1.25) translateX(20px);
        transform: scale(1.25) translateX(20px);
        -webkit-transform-origin: right;
        transform-origin: right
    }
}

@-webkit-keyframes kenburns-top-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 16%;
        transform-origin: 16% 16%
    }

    100% {
        -webkit-transform: scale(1.08) translate(-20px, -15px);
        transform: scale(1.08) translate(-20px, -15px);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

@keyframes kenburns-top-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 16%;
        transform-origin: 16% 16%
    }

    100% {
        -webkit-transform: scale(1.08) translate(-20px, -15px);
        transform: scale(1.08) translate(-20px, -15px);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

@-webkit-keyframes shadow-drop-2-bottom {
    0% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }

    100% {
        -webkit-transform: translateZ(50px) translateY(-12px);
        transform: translateZ(50px) translateY(-12px);
        -webkit-box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45);
        box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45)
    }
}

@keyframes shadow-drop-2-bottom {
    0% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }

    100% {
        -webkit-transform: translateZ(50px) translateY(-12px);
        transform: translateZ(50px) translateY(-12px);
        -webkit-box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45);
        box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45)
    }
}

hr {
    margin: 2rem;
    border: none;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#b19743), to(transparent));
    background-image: linear-gradient(to right, transparent, #b19743, transparent)
}

#logo>img,
.toast {
    position: fixed;
    border-radius: 5px
}

.toast {
    z-index: 99999;
    padding: .5rem 1rem;
    bottom: 15vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

header,
header nav {
    background-color: #fff
}

nav a,
nav ul:hover li:hover a {
    color: #b19743;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 4.5rem
}

#logo {
    position: fixed;
    z-index: 1;
    top: 1.5rem;
    left: 2rem;
    color: #000
}

#logo>img {
    top: -18rem;
    left: 3rem;
    width: 14rem;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 1rem
}

#logo.isAtTop>img {
    -webkit-transform: translateY(17rem) translateX(1rem);
    transform: translateY(17rem) translateX(1rem);
    padding: 1.5rem;

}

#home #logo,
#home #logo>img {
    -webkit-transition: .6s;
    transition: .6s
}

#home #logo.isAtTop>img {
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
    width:25rem;
    filter: brightness(0) invert(1);
}

header nav {
    position: relative;
    height: auto
}

header button {
    display: none
}

@-webkit-keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15%);
        transform: translateX(-15%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

nav a {
    display: inline-block;
    padding: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05em
}

nav ul:hover li a {
    color: #E1E5EB
}

nav li,
nav ul {
    display: inline-block;
    margin: 0
}

@media screen and (max-width:48em) {
    header {
        height: 3.705rem
    }

    #logo {
        display: none
    }

    header button,
    header nav {
        width: 100%;
        background-color: #fff
    }

    header nav {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        height: 100vh;
        overflow-y: auto;
        text-align: center;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        will-change: transform;
        -webkit-transition: -webkit-transform .5s cubic-bezier(.77, 0, .175, 1);
        transition: -webkit-transform .5s cubic-bezier(.77, 0, .175, 1);
        transition: transform .5s cubic-bezier(.77, 0, .175, 1);
        transition: transform .5s cubic-bezier(.77, 0, .175, 1), -webkit-transform .5s cubic-bezier(.77, 0, .175, 1)
    }

    nav a {
        font-size: 1.5rem;
        line-height: 3
    }

    nav.open {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    header button {
        position: absolute;
        font-size: .75rem;
        display: block;
        padding: 1.375em 1.25rem 1.29688em;
        z-index: 20;
        line-height: 1.5;
        color: #b19743;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .24em
    }

    nav li {
        opacity: 0
    }

    nav.open li {
        display: block;
        -webkit-animation-name: c;
        animation-name: c;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
        animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    nav.open li:nth-child(1) {
        -webkit-animation-delay: .2125s;
        animation-delay: .2125s
    }

    nav.open li:nth-child(2) {
        -webkit-animation-delay: .275s;
        animation-delay: .275s
    }

    nav.open li:nth-child(3) {
        -webkit-animation-delay: .3375s;
        animation-delay: .3375s
    }

    nav.open li:nth-child(4) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    nav.open li:nth-child(5) {
        -webkit-animation-delay: .4625s;
        animation-delay: .4625s
    }

    nav.open li:nth-child(6) {
        -webkit-animation-delay: .525s;
        animation-delay: .525s
    }

    nav.open li:not(:last-child) {
        border-bottom: 1px solid #E1E5EB
    }
}

footer h2,
footer input {
    font-size: 1.5rem;
    color: #b19743;
}

footer {
    background-color: rgba(255, 255, 255, .95);
    padding: 5rem 0
}

footer img {
    height: 20rem;
    margin-bottom: 3rem
}

footer h2 {
    letter-spacing: 2px;
    text-transform: uppercase
}

footer a {
    color: #b19743;
    border-bottom: 1px solid transparent;
    -webkit-transition: color ease .25s, border-bottom ease .25s;
    transition: color ease .25s, border-bottom ease .25s;
    padding-bottom: 5px
}

footer input {
    border: none;
    border-bottom: 1px dotted #b19743;
    font-family: Ovo, serif;
    line-height: 1.6;
    background-color: transparent;
    margin-bottom: 0;
    padding: 0
}

.card-action span,
.edw>.container>p>span,
td:nth-child(odd) {
    font-family: Oswald, sans-serif
}

footer input::-webkit-input-placeholder {
    color: #b19743;
}

footer .columns:not(:last-child) {
    border-right: 1px solid #E1E5EB
}

footer .row:not(:last-child) {
    margin-bottom: 6rem
}

footer .emails a:hover,
footer .links a:hover {
    border-bottom: 1px dotted #b19743;
    color: #b19743;
}

footer .icons svg {
    display: inline;
    fill: #b19743;
    height: 3rem;
    -webkit-transition: fill ease .25s;
    transition: fill ease .25s
}

footer .icons svg:hover {
    fill: #b19743;
}

footer .links li {
    display: inline
}

footer .links li:not(:last-child) {
    position: relative;
    margin-right: .625rem
}

footer .links li:not(:last-child):after {
    content: '\00b7';
    color: #b19743;
    position: relative;
    top: .125em;
    left: .0625em;
    margin-left: .625rem;
    font-size: 1.875em;
    line-height: 0
}

@media screen and (max-width:48em) {
    footer img {
        margin-bottom: 4rem
    }

    footer .four.columns {
        border: none;
        margin-bottom: 4rem
    }

    footer .row:not(:last-child) {
        margin-bottom: 2rem
    }
}

.card-horizontal {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 5rem;
    -webkit-box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45);
    box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45);
    -webkit-transition: 1s cubic-bezier(.19, 1, .22, 1);
    transition: 1s cubic-bezier(.19, 1, .22, 1)
}

.fotorama__stage,
.inset-card {
    -webkit-box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45)
}

.card-horizontal h2 {
    color: #b19743;
}

.card-content {
    padding: 2rem
}

.card-content p {
    margin-bottom: 0
}

.card-image {
    min-height: 30rem;
    background-size: cover;
    border-radius: 5px 5px 0 0
}

.card-action {
    display: block;
    position: relative
}

.card-action span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    z-index: 1;
    background-color: #b19743;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: .8rem 1.5rem;
    -webkit-transition: .7s cubic-bezier(.19, 1, .22, 1);
    transition: .7s cubic-bezier(.19, 1, .22, 1)
}

.container>p,
.inset-card .content h4 {
    color: #b19743;
}

.card-action:hover .card-horizontal {
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.card-action:hover span {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.card-action span:hover {
    background-color: #b19743;
}

@media screen and (min-width:48.0625em) {
    .card-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .card-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        border-radius: 0 5px 5px 0
    }

    .card-content {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding: 4rem;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .card-action:nth-child(odd) .card-image {
        border-radius: 5px 0 0 5px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .card-action:nth-child(odd) .card-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.inset-card {
    height: 50vh;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45);
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inset-card .content {
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem;
    margin: 1rem;
    text-align: justify;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-height: 80%;
    overflow: scroll
}

#hero #slider li div,
#hero #slider li div:after {
    height: 100%;
    background-color: rgba(177, 151, 67,.3);
}

@media screen and (min-width:48.0625em) {
    .inset-card .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        margin: 5rem
    }

    main {
        padding-top: 4.5rem;
        border-left: 4.5rem solid #fff;
        border-right: 4.5rem solid #fff
    }

    main:after {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 4.5rem;
        background-color: #fff;
        z-index: 99
    }

    main.hideBottomBar:after {
        display: none
    }
}

#hero #slider,
td {
    margin: 0
}

table {
    width: 100%;
    border-spacing: 0
}

tr {
    margin-bottom: 1rem
}

td {
    padding: .3rem 1rem
}

td:nth-child(even) {
    text-align: right
}

td:nth-child(odd) {
    text-transform: uppercase
}

table fieldset,
table input,
table select,
table textarea {
    margin-bottom: 0
}

main {
    background-color: #dac580;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    overflow: hidden;
    position: relative
}

#hero #slider li,
#hero #slider li div {
    display: -webkit-box;
    display: -ms-flexbox
}

#hero #slider li {
    height: calc(100vh - 9rem);
    background-size: cover;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-perspective: 900px;
    perspective: 900px
}

#hero #slider li div {
    width: 25rem;
    vertical-align: middle;
    padding: 2.5rem;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    letter-spacing: 1px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#hero #slider li div h1 {
    text-align: right;
    font-size: 4.2rem
}

#hero #slider li div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(logo/Logo.png);
    background-size: 50%
}

.zoom-slider li,
main.edw:before {
    width: 100%;
    background-size: cover
}

#hero #slider li.slick-active div {
    -webkit-animation-name: rotateY;
    animation-name: rotateY;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

#map {
    width: 100%;
    height: 60vh;
    margin-bottom: 5rem
}

.container>p {
    background-color: rgba(255, 255, 255, .85);
    padding: 2.5rem;
    font-size: 2rem;
    text-align: center;
    border-radius: 5px;
    position: relative;
    -webkit-animation: shadow-drop-2-bottom .6s cubic-bezier(.25, .46, .45, .94) .6s both;
    animation: shadow-drop-2-bottom .6s cubic-bezier(.25, .46, .45, .94) .6s both
}

.edw>.container>h4 {
    background-color: #b19743;
    padding: 2.5rem;
    border-radius: 5px;
    font-size: 2.5rem;
    -webkit-animation: shadow-drop-2-bottom .6s cubic-bezier(.25, .46, .45, .94) .6s both;
    animation: shadow-drop-2-bottom .6s cubic-bezier(.25, .46, .45, .94) .6s both
}

#contact-form,
#contact-form input,
#contact-form textarea {
    font-family: Lato, georgia;
    font-size: 25px;
    color: rgba(255, 255, 255, 1);
    text-align: center
}

.fotorama {
    margin-bottom: 2.5rem
}

.fotorama__stage {
    border-radius: 5px;
    box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45)
}

.fotorama__thumb-border {
    border-color: #b19743;
}

main.edw:before {
    content: '';
    height: 100%;
    position: absolute;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-animation: kenburns 25s ease-out .6s both;
    animation: kenburns 25s ease-out .6s both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

main#dining:before {
    background-image: url(images/bistro/bistro1.jpg)
}

main#wellness:before {
    background-image: url(images/pool/pool7.jpg)
}

main#accommodation2:before {
    background-image: url(images/rooms/ps7.jpg)
}

main#explore:before {
    /*background-image: url(images/actual_bistro/bistro7.jpg)*/
}

main#contact:before {
    background-image: url(images/rooms/suite5.jpg)
}

.zoom-slider {
    border-radius: 5px !important;
    -webkit-box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45);
    box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .45);
    margin-bottom: 5rem
}

.zoom-slider li {
    height: 65vh
}

.zoom-slider li.slick-active {
    -webkit-animation: kenburns-top-left 3.7s ease-out both;
    animation: kenburns-top-left 3.7s ease-out both
}

#contact-form {
    padding-top: 3rem;
    border-radius: 5px;
    margin-bottom: 5rem;
    background-color: #b19743;
    font-weight: 300;
    -webkit-font-smoothing: antialiased
}

#contact-form p {
    text-align: center
}

#contact-form label {
    font-weight: 400;
    cursor: pointer
}

#contact-form input,
#contact-form textarea {
    border: none;
    outline: 0;
    border-radius: 0;
    background: 0 0;
    font-weight: 700;
    max-width: 90%;
    padding: 1rem;
    border: 2px dashed rgba(255, 255, 255, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: text
}

#contact-form textarea {
    text-align: left;
    overflow: hidden;
    resize: none;
    min-width: 70%;
    border-color: rgba(255, 255, 255, 0)
}

#contact-form textarea:focus {
    background-color: rgba(255, 255, 255, .2);
    border: 2px dashed rgba(255, 255, 255, 1)
}

#contact-form textarea:focus:required:valid {
    border: 2px solid rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, .2)
}

#contact-form input:required:valid,
#contact-form textarea:required:valid {
    border-bottom: 2px solid rgba(255, 255, 255, .2)
}

#contact-form input,
#contact-form input:required,
#contact-form textarea:required {
    border-bottom: 2px dashed rgba(255, 255, 255, .5)
}

#contact-form input:focus {
    border-bottom: 2px dashed rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, .2)
}

#contact-form input:required:invalid {
    color: rgba(255, 255, 255, .5)
}

#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
    text-align: center;
    color: rgba(255, 255, 255, .4);
    font-style: italic;
    font-weight: 400
}

#contact-form .expanding {
    vertical-align: top
}

#contact-form .send-icn {
    fill: rgba(255, 255, 255, 1)
}

#contact-form .send-icn:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s
}

#contact-form button {
    background: 0 0;
    border: none;
    outline: 0;
    margin: 2vmax
}

#contact-form small {
    display: block;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

#contact-form button:hover small {
    opacity: 1
}



#pop-up {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, RGBA(182, 196, 210, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
    z-index: 99999;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-flow: column;
    transition: transform 1s ease-in;
    overflow-y: scroll;
}

#pop-up.close {
    transform: translateY(-110%);
}

#pop-up * {
    margin: 1rem;

}

#pop-up img {
    max-width: 100%;
    max-height: 80%;
}

#pop-up p {
    color: #fff;
    font-family: 'MrsEavesRoman';
}

.button {
    font-family: Oswald, sans-serif;
    background-color: #b19743;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: .8rem 1.5rem;
}

#home-book-button {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    display: none;
    width: 100%;
    height: 3.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #b19743;
    z-index: 99999999;
    color: #fff;
    line-height: 3.5rem;
    font-size: 2rem;
    text-align: center;
}

#booking-bar {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    line-height: 4.5rem;
    height: 4.5rem;
    left: 0;
    color: #fff;
    background-color: #b19743;
    text-align: center;
}


#booking-bar>form {
    display: flex;
}

#booking-bar .btn{
    background-color: #fff;
    color: #b19743;
    margin: auto 4rem;
    font-size: 2rem;
    padding: 0;
}

#booking-bar>form>* {
    flex: 1;
    margin: auto;
}

/*Home-New CSS*/

#testimonials {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 40px;
        width: 90%;
    margin: 0 auto;
}
#testimonials .ts-item {
    margin:15px;
    text-align: center;
        border: 1px solid #e7e7e7;
        border-radius: 4px;
    padding: 30px 15px;
}
#testimonials .ts-content-box h2{
    font-family: 'Playfair Display', serif;
    color: #323232;
    font-size: 22px;
    margin-bottom: 10px;
}
#testimonials .ts-content-box span {
    font-family: 'Playfair Display', serif;
        background: #b19743;
      padding: 3px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}
#testimonials .ts-img-box{
        background: url(images/p-pic.png);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    margin-bottom: 20px;
}
#testimonials .ts-content-box p {
    color: #7f7f7f;
    text-align: center;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    }
#testimonials .slick-prev:before, #testimonials .slick-next:before {
    color: #b19743;
    font-size: 30px;
}
#testimonials .slick-prev {
    left: -4% !important;
}
#testimonials .slick-next {
    right: -3% !important;
}

#testimonials .ts-company-logo {
    margin: 0 auto;
}
.bookingLink{
    color: #fff;
    background: #b19743;
    padding: 0;
    padding: 10px 14px 8px;
    border-radius: 3px;
    margin-top: 2px;
}
.bookingLink:hover {
    color: #fff !Important;
}

@media screen and (max-width:48em) {
    #booking-bar {
        display: none;
    }

    #home-book-button {
        display: block
    }
      .bookingLink{  padding: 0px 26px !important;
    margin-top: 20px !important;
      }
}

.bb-bookblock {
    height: 645px;
}
ul.menus li a {
    text-align:left;
        width: 170px;
   padding: 15px 0 15px 10px;
}
ul.menus {
 height: auto;
 width: 180px;
 background: #fff;
 position: absolute;
 z-index: 99;
 display: none;
 border: 0;
}

ul.menus li {
 display: block;
 text-transform: none;
}

li:hover ul.menus {
 display: block
}

ul.menus a:hover {
 background: #f6f6f6;
}
@media screen and (max-width:48em) {
li ul.menus {
   position: static;
   text-align: center;
}
ul.menus li a {
   text-align: center;
   width: auto;
   padding:20px 0px;
}
header button {
      font-size: 18px;
   padding: 10px;
}
ul.menus {
   display: block !important;
}
li.dining-aw a{
   display:none;
}
li.dining-aw ul.menus li a{
   display:block;
}
}
