dl,
h1,
h2,
h3,
h4,
h5,
h6,
label,
ol,
p,
ul {
    /* margin-bottom: 2.625rem; */
    /* margin-top: 2.625rem; */
}

.main-header__nav,
a {
    text-decoration: none
}

@font-face {
    font-family: amiri-regular;
    src: url(../fonts/amiri-regular.eot);
    src: url(../fonts/amiri-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/amiri-regular.woff) format('woff'), url(../fonts/amiri-regular.ttf) format('truetype'), url(../fonts/amiri-regular.svg#sansationregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: dayrom;
    src: url(../fonts/dayrom.eot);
    src: url(../fonts/dayrom.eot?#iefix) format('embedded-opentype'), url(../fonts/dayrom.woff) format('woff'), url(../fonts/dayrom.ttf) format('truetype'), url(../fonts/dayrom.svg#sansationregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: prata-regular;
    src: url(../fonts/prata-regular.eot);
    src: url(../fonts/prata-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/prata-regular.woff) format('woff'), url(../fonts/prata-regular.ttf) format('truetype'), url(../fonts/prata-regular.svg#sansationregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: times;
    src: url(../fonts/times.eot);
    src: url(../fonts/times.eot?#iefix) format('embedded-opentype'), url(../fonts/times.woff) format('woff'), url(../fonts/times.ttf) format('truetype'), url(../fonts/times.svg#sansationregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gotham-book;
    src: url(../fonts/gotham-book.eot);
    src: url(../fonts/gotham-book.eot?#iefix) format('embedded-opentype'), url(../fonts/gotham-book.woff) format('woff'), url(../fonts/gotham-book.ttf) format('truetype'), url(../fonts/gotham-book.svg#sansationregular) format('svg');
    font-weight: 400;
    font-style: normal
}

*,
:after,
:before {
    /* box-sizing: border-box; */
}

a {
    color: #000;
    transition: .3s all ease-in-out;
    font-family: prata-regular
}

a:hover {
    color: #414042
}

img {
    max-width: 100%;
    height: auto
}

table,
tbody,
thead {
    min-width: 100%
}

h1 {
    font-size: 2rem
}

h2 {
    font-size: 1.75rem
}

h3 {
    /* font-size: 1.375rem */
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

input[type=text],
input[type=search],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local] select {
    /* display: block; */
    /* width: 100%; */
    /* padding: 2.625rem; */
    appearance: none;
    -moz-appearance: none;
    /* -webkit-appearance: none; */
    /* box-sizing: border-box; */
    /* border: .0625rem solid #ddd; */
    /* background: #fff; */
    /* border-radius: .125rem; */
}

input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local] select:focus {
    box-shadow: 0 0 .3125rem pink;
    border-color: pink;
    outline: 0;
    transition: all .3s ease-in-out
}

.book-list__item:nth-of-type(odd),
.menu-list__item:first-child {
    border-right: .0625rem solid #ddd
}

label {
    /* display: block; */
    /* vertical-align: middle; */
}

label input[type=text],
label input[type=search],
label input[type=email],
label input[type=url],
label input[type=tel],
label input[type=number],
label input[type=date],
label input[type=month],
label input[type=week],
label input[type=time],
label input[type=datetime],
label input[type=datetime-local] {
    vertical-align: middle;
    margin-top: 2.625rem
}

.inline-fields input[type=text],
.inline-fields input[type=search],
.inline-fields input[type=email],
.inline-fields input[type=url],
.inline-fields input[type=tel],
.inline-fields input[type=number],
.inline-fields input[type=date],
.inline-fields input[type=month],
.inline-fields input[type=week],
.inline-fields input[type=time],
.inline-fields input[type=datetime],
.inline-fields input[type=datetime-local],
.inline-fields label {
    display: inline-block;
    width: auto
}

.background-success {
    background: #00734a
}

.background-warning {
    background: #fff
}

.background-error {
    background: #de4d38
}

.background-notice {
    background: #4683ea
}

.background-black {
    background: #000
}

.background-white {
    background: #FFF
}

.background-yellow {
    background: red
}

.background-grey {
    background: #414042
}

.background-dark-grey {
    background: #231f20
}

.background-alt-grey {
    background: #777
}

.background-light-grey {
    background: #ddd
}

.background-blue {
    background: #4683ea
}

.background-beige-dark {
    background: #ede8d9
}

.background-beige-light {
    background: #fcf9f5
}

.color-success {
    color: #00734a
}

.color-warning {
    color: #fff
}

.color-error {
    color: #de4d38
}

.color-notice {
    color: #4683ea
}

.color-black {
    color: #000
}

.color-white {
    color: #FFF
}

.color-yellow {
    color: red
}

.color-grey {
    color: #414042
}

.color-dark-grey {
    color: #231f20
}

.color-alt-grey {
    color: #777
}

.color-light-grey {
    color: #ddd
}

.color-blue {
    color: #4683ea
}

.color-beige-dark {
    color: #ede8d9
}

.color-beige-light {
    color: #fcf9f5
}

.padding {
    padding: 1.25rem
}

.padding-x {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.padding-y {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.padding-none {
    padding: 0
}

.padding-x-none {
    padding-right: 0;
    padding-left: 0
}

.padding-y-none {
    padding-top: 0;
    padding-bottom: 0
}

.padding-mini {
    padding: .125rem
}

.padding-x-mini {
    padding-right: .125rem;
    padding-left: .125rem
}

.padding-y-mini {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.padding-tiny {
    padding: .3125rem
}

.padding-x-tiny {
    padding-right: .3125rem;
    padding-left: .3125rem
}

.padding-y-tiny {
    padding-top: .3125rem;
    padding-bottom: .3125rem
}

.padding-small {
    padding: 2.625rem
}

.padding-x-small {
    padding-right: 2.625rem;
    padding-left: 2.625rem
}

.padding-y-small {
    padding-top: 2.625rem;
    padding-bottom: 2.625rem
}

.padding-large {
    padding: 1.875rem
}

.padding-x-large {
    padding-right: 1.875rem;
    padding-left: 1.875rem
}

.padding-y-large {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.margin {
    margin: 1.25rem
}

.margin-x {
    margin-right: 1.25rem;
    margin-left: 1.25rem
}

.margin-y {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.margin-none {
    margin: 0
}

.margin-x-none {
    margin-right: 0;
    margin-left: 0
}

.margin-y-none {
    margin-top: 0;
    margin-bottom: 0
}

.margin-mini {
    margin: .125rem
}

.margin-x-mini {
    margin-right: .125rem;
    margin-left: .125rem
}

.margin-y-mini {
    margin-top: .125rem;
    margin-bottom: .125rem
}

.margin-tiny {
    margin: .3125rem
}

.margin-x-tiny {
    margin-right: .3125rem;
    margin-left: .3125rem
}

.margin-y-tiny {
    margin-top: .3125rem;
    margin-bottom: .3125rem
}

.margin-small {
    margin: 2.625rem
}

.margin-x-small {
    margin-right: 2.625rem;
    margin-left: 2.625rem
}

.margin-y-small {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem
}

.margin-large {
    margin: 1.875rem
}

.margin-x-large {
    margin-right: 1.875rem;
    margin-left: 1.875rem
}

.margin-y-large {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem
}

.pull-left {
    /* float: left */
}

.pull-right {
    float: right
}

.text-align-left {
    text-align: left
}

.text-align-middle {
    text-align: center;
}

.text-align-right {
    text-align: right
}

.book {
    text-align: center
}

.book-list__item {
    display: inline-block;
    padding: 10rem 0
}

.book-list__item h2 {
    font-family: Dayrom, sans-serif;
    margin-top: .3125rem;
    font-weight: lighter;
    letter-spacing: .2625rem;
    font-size: 1.875rem
}

.content-block__heading,
.main-footer__title {
    font-family: gotham-book, sans-serif
}

.book-list__item:nth-child(-n+2) {
    border-bottom: .0625rem solid #ddd
}

.book__telephone {
    margin: 7.3125rem 0
}

.book__telephone-link {
    font-size: 1.5625rem;
    letter-spacing: .125rem
}

.borders {
    position: relative;
}

.borders:after,
.borders:before,
#engineAreaContainerParent:after,
#engineAreaContainerParent:before {
    content: '';
    top: 0;
    bottom: 0;
    position: absolute;
    width: .4375rem;
    background-color: #fcf9f5;
    /* z-index: 999; */
}

.borders:before,
#engineAreaContainerParent:before {
    left: 0
}

.borders:after,
#engineAreaContainerParent:after {
    right: 0
}

@media screen and (max-width:768px) {
    .borders:after,
    .borders:before,
	#engineAreaContainerParent:after,
	#engineAreaContainerParent:before {
        display: none
    }
}

.content-block,
.main-header__nav {
    -js-display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

.content-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6.75rem 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: center;
    background-position-x: 1.25rem
}

.content-block--centre {
    background-position: center
}

.content-block--right {
    background-position-x: calc(100% - 1.25rem)
}

.content-block__heading {
    position: relative;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5625rem;
    letter-spacing: .375rem;
    font-weight: 400;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .6)
}

.content-block__single-leaf {
    margin-top: 1.625rem;
    width: 7.5rem;
    height: 1.9375rem;
    color: #000
}

.main-footer__telephone:hover,
.menu-list__item>a:hover {
    color: #414042
}

.content-block__heading--underline {
    padding-bottom: 2.75rem
}

.content-block__heading--underline:after,
.content-block__heading--underline:before {
    content: '';
    position: absolute;
    right: 29.3%;
    bottom: .75rem;
    left: 29.3%;
    height: .0625rem;
    background: #414042
}

.content-block__heading--underline:before {
    bottom: .5625rem
}

.content-block__content {
    max-width: 53.4375rem;
    padding: 0 1.25rem;
    font-family: dayrom, sans-serif;
    letter-spacing: .07rem;
    font-size: .91875rem;
    font-weight: 400;
    line-height: 1.5625rem
}

.content-block__content p {
    text-align: justify;
    background-color: rgba(255, 255, 255, .6)
}

.content-block__content p:last-child {
    margin-bottom: 3.375rem
}

.content-block__buttons {
    width: 100%;
    margin: 0 -2rem;
    text-align: center
}

.content-block__buttons .button {
    margin: 2rem
}

.content-block__buttons-equal {
    width: 13.125rem
}

@media screen and (max-width:768px) {
    .content-block {
        padding: 2.5rem 0 1.5625rem
    }
    .content-block__heading {
        font-size: 1.125rem
    }
    .content-block__heading--underline:after {
        bottom: 1.3125rem
    }
    .content-block__heading--underline:before {
        bottom: 1.125rem
    }
    .content-block__single-leaf {
        margin-top: .75rem;
        width: 5rem
    }
    .content-block__content {
        font-size: .8125rem
    }
    .content-block__content p {
        margin-top: 1.25rem
    }
    .content-block__content p:last-child {
        margin-bottom: .625rem
    }
    .content-block__buttons .button {
        margin: .625rem
    }
}

.main-footer {
    opacity: 1;
    z-index: 1;
    width: 121.75rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ede8d9;
    font-family: prata-regular;
    letter-spacing: .1rem;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 5.1875rem;
}

.main-footer__title {
    text-align: center;
    margin-bottom: 0;
    font-size: 25.28px;
    letter-spacing: 4.8px;
    font-weight: 100;
    color: #000;
}

.main-header__menu-link,
.menu-item {
    font-family: gotham-book, sans-serif;
    letter-spacing: .25rem;
    font-weight: lighter;
    font-size: 14px !important;
}

@media screen and (max-width:768px) {
    .main-footer {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem
    }
    .main-footer__title {
        font-size: 1.25rem;
        margin-top: 0
    }
}

address {
    font-style: normal;
    text-align: center;
    margin-top: 38.4px;
    line-height: 24.9px;
    font-size: 16px;
    letter-spacing: 1.6px;
}

@media screen and (max-width:768px) {
    address {
        font-size: .875rem;
        margin-top: .3125rem
    }
}

.address:first-child {
    margin-top: 2.4rem
}

.main-footer__telephone {
    display: block;
    margin-top: 46.4px;
    margin-bottom: 6px;
    font-size: 16.5px;
}

@media screen and (max-width:768px) {
    .main-footer__telephone {
        font-size: .875rem;
        margin-top: .75rem
    }
    .main-footer__email {
        font-size: .875rem
    }
}

.main-footer__email {
    margin-top: 3px !important;
    font-size: 16px;
}

.social-widgets__icon {
    max-width: 15px;
    max-height: 15px;
    margin: 2.5625rem .16875rem 0;
}

@media screen and (max-width:768px) {
    .social-widgets__icon {
        margin-top: 1.25rem
    }
}

.gallery {
    position: relative;
    margin: .625rem 0 .625rem .4375rem
}

.gallery--three:after,
.gallery--three:before,
.gallery--two:before {
    left: 50%;
    position: absolute;
    background: #FFF;
    content: ''
}

.gallery img {
    display: block
}

.gallery--three:before,
.gallery--two:before {
    top: 0;
    bottom: 0;
    width: .625rem;
    -webkit-transform: translate(-.3125rem);
    transform: translate(-.3125rem)
}

.gallery--three:after {
    top: 50%;
    right: 0;
    height: .625rem;
    -webkit-transform: translate(0, -.3125rem);
    transform: translate(0, -.3125rem)
}

.main-header,
.main-header__nav {
    position: fixed;
    top: 0;
    /* right: -9px; */
	right: 0px;
    left: 0px;
}

.main-header {
    padding: 3.5rem 0 2.5rem;
    max-width: 1219px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255, 0.95);
    z-index: 4;
}

.main-header__nav {
    bottom: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .2s all ease-in-out;
    z-index: 10;
    padding-top: 8rem
}

.main-header__hidden {
    background-color: transparent;
    transition: .2s all ease-in-out;
    z-index: 15
}

.main-header__logo-cell {
    position: absolute;
    right: 2.3125rem;
    font-family: gotham-book, sans-serif;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: right;
    height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 14px !important;
}

.main-header__logo-cell a:nth-child(-n+2) {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
	#engineAreaContainer{
		margin-bottom: 30px;
	}
    .main-header__hidden {
        background-color: rgba(255, 255, 255, .9)
    }
    .main-header__logo-cell a {
        margin-bottom: 0
    }
    .main-header__logo-cell {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative;
        right: 0;
        margin-top: 1.0625rem;
        margin-left: auto;
        margin-right: auto
    }
    .main-header__menu-link {
        margin-bottom: 0
    }
    .main-header__menu-link:last-child {
        padding-right: 7vw
    }
}

.description-block,
.menu-list,
body {
    /* -webkit-box-direction: normal */
}

.main-header__container {
    position: relative;
    /* max-width: 76.45rem */
    margin-top: 40px;
}

.main-header__menu-link {
    font-size: .85rem;
    z-index: 15
}

.menu--link--open {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:768px) {
    .menu--link--open {
        margin-top: 0
    }
    .menu--link--close {
        display: none
    }
}

.menu--link--close {
    margin-top: -1.75rem
}

.hidden {
    opacity: 0;
    visibility: hidden
}

@media and screen (max-width:768px) {
    .hidden--close {
        display: none
    }
}

.image img,
.image--slider {
    display: block;
    width: 100%
}

.main-header__menu {
    font-family: gotham-book, sans-serif;
    list-style-type: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.main-header__menu-open {
    opacity: 1;
    visibility: visible
}

.main-header__link {
    font-family: gotham-book, sans-serif
}

.main-header__link:not(:last-child) {
    margin-right: 1.875rem
}

.menu-item {
    font-size: .9rem;
    padding-bottom: 1.6rem
}

@media screen and (max-width:768px) {
    .responsive--visible {
        opacity: 1;
        visibility: visible
    }
    .main-header__menu-open {
        opacity: 0;
        visibility: hidden
    }
    .menu-item {
        padding-bottom: 1.75vh
    }
    .main-header {
        max-width: 100%;
        padding: 0.5625rem 0!important;
    }
    .main-header__logo-cell {
        margin-top: 1.4375rem;
        margin-bottom: 0
    }
}

.image+.image {
    margin-top: .625rem
}

.image--slider .flickity-page-dots {
    bottom: 1.875rem
}

.image--slider .dot {
    background: #FFF
}

.flickity-slider img {
    width: 100%
}

.flickity-prev-next-button .arrow {
    fill: #FFF
}

.flickity-prev-next-button {
    background: 0 0;
    cursor: pointer;
    transition: .2s all ease-in-out
}

.flickity-prev-next-button.next {
    right: 2.0625rem
}

.flickity-prev-next-button.previous {
    left: 2.0625rem
}

.flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, .4)
}

@media screen and (max-width:515px) {
    .main-header__logo {
        max-width: 83%
    }
    .main-header {
        padding: .75rem 0!important;
    }
    .flickity-prev-next-button.previous {
        left: 1rem
    }
    .flickity-prev-next-button.next {
        right: 1rem
    }
    .flickity-prev-next-button {
        width: 2.375rem;
        height: 2.375rem
    }
}

.large-beige-content {
    padding: 13.75rem 0;
    background-color: #ede8d9
}

.large-beige-content__heading {
    position: relative;
    display: inline-block;
    margin: 0 auto 2.5rem;
    padding-bottom: 1.25rem;
    text-align: center;
    font-weight: 400;
    font-family: gotham-book;
    font-size: 1.625rem;
    letter-spacing: .3125rem
}

.large-beige-content__heading:after,
.large-beige-content__heading:before {
    content: '';
    right: 25%;
    bottom: 0;
    left: 25%;
    position: absolute;
    height: .0625rem;
    background-color: #000
}

.multi-buttons--beige,
.quote-block {
    background-color: #ede8d9
}

.large-beige-content__heading:after {
    bottom: .1875rem
}

.large-beige-content__content {
    max-width: 45rem;
    margin: 0 auto
}

.large-beige-content__content p {
    font-family: dayRoman;
    line-height: 1.25rem;
    letter-spacing: .125rem;
    word-spacing: .25rem
}

.large-beige-content__button-wrap {
    padding-top: 2.5rem;
    text-align: center
}

.large-beige-content__button {
    margin: auto
}

.large-image-block>img {
    width: 100%
}

.leaf-layout {
    background-repeat: no-repeat
}

.leaf-layout--three {
    background-size: 72%;
    background-position: .5rem 4.625rem
}

@media screen and (max-width:1100px) {
    .leaf-layout--three {
        background-size: contain;
        background-position: center
    }
}

@media screen and (max-width:750px) {
    .leaf-layout--three {
        background-size: 200%;
        background-position: -.25rem 0
    }
}

.leaf-layout--five {
    background-size: 72%;
    background-position: 20rem 5rem
}

@media screen and (max-width:1100px) {
    .leaf-layout--five {
        background-size: contain;
        background-position: 0
    }
}

@media screen and (max-width:750px) {
    .leaf-layout--five {
        background-size: 160%;
        background-position: right
    }
}

.leaf-layout--six {
    background-size: 86%;
    background-position: 3.125rem 2.625rem
}

@media screen and (max-width:1100px) {
    .leaf-layout--six {
        background-size: contain;
        background-position: 0
    }
}

@media screen and (max-width:750px) {
    .leaf-layout--six {
        background-size: 220%;
        background-position: 0 0
    }
}

.leaf-layout--seven {
    background-size: 72%;
    background-position: .5rem 4.625rem
}

@media screen and (max-width:1100px) {
    .leaf-layout--seven {
        background-size: contain;
        background-position: center
    }
}

@media screen and (max-width:750px) {
    .leaf-layout--seven {
        background-size: 200%;
        background-position: -.25rem 0
    }
}

body {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden
}

section {
    /* border-left: .4375rem solid #fcf9f5; */
    /* border-right: .4375rem solid #fcf9f5; */
}

.main-content {
    max-width: 76.45rem;
    width: 100%;
    -webkit-filter: blur(0);
    filter: blur(0);
    margin-top: 9.625rem
}

.main-content-blur {
    -webkit-filter: blur(.3125rem);
    filter: blur(.3125rem)
}

.splash-text {
    font-family: prata-regular;
    font-weight: lighter;
    font-size: 1.9rem;
    letter-spacing: .32rem;
    line-height: 3.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    margin-top: 5.3rem
}

.leaf-wreath {
    position: relative;
    padding-top: 18.9rem;
    padding-bottom: 8.7rem;
    text-align: center
}

.leaf-wreath-text {
    font-family: times;
    text-align: center;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-image__michelin-image {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #ede8d9;
    padding: 3.2rem
}

.description-block {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.description--header {
    text-align: center;
    margin-top: 5.6rem;
    margin-bottom: 0;
    font-family: gotham-book, sans-serif;
    font-size: 1.58rem;
    letter-spacing: .4rem;
    font-weight: 400
}

.divider--motif {
    margin-top: 1.5rem
}

.description--text {
    margin-top: 1.8rem;
    max-width: 50.9rem;
    font-family: dayrom;
    font-size: .92rem;
    letter-spacing: .07rem;
    font-weight: 400;
    line-height: 1.46rem
}

.menu-list,
.menu-list__item-detail,
.quote,
.quote-block,
.quote-source {
    font-weight: lighter
}

.quote-block {
    text-align: center;
    padding-top: .9rem;
    padding-bottom: 2rem
}

.quote {
    font-size: 1.75rem;
    margin-top: 1.2rem;
    line-height: 2.375rem;
    margin-bottom: -.6rem;
    letter-spacing: .2rem
}

.quote-source {
    font-size: .87rem;
    text-indent: 38.9rem;
    letter-spacing: .1rem;
    margin-top: .9rem
}

.next-div {
    position: absolute
}

.menu-list {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-family: prata-regular;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.5625rem;
    letter-spacing: .25rem
}

.menu-list__item {
    padding: 8.75rem 0
}

.menu-list__item:last-child {
    border-left: .0625rem solid #ddd
}

.menu-list__item-header {
    font-weight: lighter;
    font-size: 1.625rem
}

.menu-list__item-detail {
    font-size: .8125rem;
    margin-top: 1.125rem
}

.multi-buttons {
    padding: 8rem 1.25rem;
    text-align: center
}

.multi-buttons--beige a.multi-buttons__button:hover {
    background-color: #FFF
}

.multi-buttons__wrap {
    margin: 0 -2.25rem
}

a.multi-buttons__button {
    margin: 0 2.25rem
}

.multi-buttons__wrap--four {
    margin: 0 -1.125rem
}

.multi-buttons__wrap--four a.multi-buttons__button {
    margin: 0 1.125rem
}

.newsletter-signup {
    font-family: gotham-book;
    font-size: .8125rem;
    background: #ede8d9
}

.newsletter-signup .nf-error-msg,
.newsletter-signup .nf-form-fields-required,
.newsletter-signup .nf-form-title,
.newsletter-signup nf-section {
    display: none
}

.newsletter-signup .nf-form-wrap {
    position: relative
}

.newsletter-signup nf-field {
    display: inline-block;
    vertical-align: middle
}

.newsletter-signup nf-field:first-child {
    width: 66.6666%
}

.newsletter-signup nf-field:last-child {
    width: 33.3333%
}

.newsletter-signup .nf-error input {
    background: rgba(222, 77, 56, .2)
}

.newsletter-signup .nf-response-msg {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 66.6666%;
    padding: 2.5rem 0;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.newsletter-signup .nf-response-msg p {
    margin: 0
}

.newsletter-signup input[type=button] {
    width: calc(100% - .25rem)!important;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: #FFF;
    margin-left: .25rem;
    max-width: 100%;
    padding: 2.125rem 0;
    font-family: gotham-book;
    font-size: .775rem;
    font-weight: lighter;
    letter-spacing: .15rem;
    text-transform: uppercase
}

.newsletter-signup input[type=email] {
    padding: 2.125rem 0;
    border: 0;
    text-align: center;
    font-family: gotham-book;
    font-size: .775rem;
    font-weight: lighter;
    letter-spacing: .15rem;
    border-radius: 0;
    transition: .3s ease-in-out
}

.newsletter-signup input[type=email]:focus {
    box-shadow: none
}

.newsletter-signup input[type=email]::-webkit-input-placeholder {
    text-align: center;
    font-family: gotham-book;
    font-size: .8125rem;
    color: #000;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 700
}

.newsletter-signup input[type=email]:-moz-placeholder {
    text-align: center;
    font-family: gotham-book;
    font-size: .8125rem;
    color: #000;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 700
}

.newsletter-signup input[type=email]::-moz-placeholder {
    text-align: center;
    font-family: gotham-book;
    font-size: .8125rem;
    color: #000;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 700
}

.newsletter-signup input[type=email]:-ms-input-placeholder {
    text-align: center;
    font-family: gotham-book;
    font-size: .8125rem;
    color: #000;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 700
}

.newsletter-signup .nf-field-container {
    margin-bottom: 0
}

.newsletter-signup__title {
    margin: 0;
    padding: 2.125rem 0;
    background: #FFF;
    font-family: gotham-book;
    font-size: .775rem;
    font-weight: lighter;
    letter-spacing: .15rem
}

@media screen and (max-width:768px) {
    .newsletter-signup .grid__cell {
        width: 100%
    }
    .newsletter-signup__title {
        padding: .875rem 0;
        margin-bottom: .25rem
    }
    #nf-field-5,
    #nf-field-6 {
        padding: .875rem 0
    }
    #nf-form-2-cont {
        margin-bottom: .25rem
    }
}

.quote-block {
    padding: 14.5625rem 0 12rem;
    max-height: 45.625rem;
    height: 100%;
    font-family: prata-regular, sans-serif;
    background: #FFF
}

.quote-block__quote {
    margin: auto auto 1.25rem;
    font-size: 1.75rem;
    max-width: 34rem;
    letter-spacing: .20625rem
}

.michelin-banner__stamp,
.michelin-banner__stamp svg {
    max-width: 1.875rem;
    max-height: 1.875rem
}

.quote-block__name {
    font-size: .875rem;
    font-style: normal;
    letter-spacing: .10625rem;
    font-weight: lighter
}

.michelin-banner,
.quote-banner {
    background-color: #ede8d9;
    font-family: prata-regular;
    font-weight: lighter
}

.quote-banner {
    padding-top: .9375rem;
    padding-bottom: 1rem
}

.michelin-banner {
    padding: 3.1rem 0
}

.quote-banner__quote {
    font-size: 1.75rem;
    margin-top: 1.6875rem;
    line-height: 2.375rem;
    margin-bottom: -.6rem;
    font-weight: lighter;
    letter-spacing: .2rem
}

.quote-banner__author {
    font-size: .87rem;
    text-indent: 42.9375rem;
    letter-spacing: .1rem;
    margin-top: 1rem;
    font-weight: lighter;
    margin-bottom: .625rem
}

.michelin-banner__text {
    display: inline-block;
    font-family: gotham-book;
    vertical-align: middle;
    margin-top: -.1875rem
}

.michelin-banner__stamps {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .375rem;
    max-height: 1.875rem
}

.michelin-banner__stamp {
    display: inline-block
}

@media screen and (max-width:768px) {
    .michelin-banner {
        padding: .75rem 0
    }
    .michelin-banner__stamp,
    .michelin-banner__stamp svg {
        max-width: 1.125rem;
        max-height: 1.125rem
    }
    .quote-banner {
        padding-top: .4375rem;
        padding-bottom: .4375rem
    }
    .quote-banner__quote {
        font-size: 1.4375rem;
        margin-top: .4375rem;
        line-height: 2.0625rem
    }
    .quote-banner__author {
        text-indent: 0;
        font-size: .875rem
    }
}

.rooms {
    padding: .625rem 0 5.75rem
}

.rooms .grid__cell {
    padding-right: 0;
    padding-left: 0
}

.rooms .flickity-viewport {
    width: 100%
}

.rooms .flickity-prev-next-button {
    background: 0 0
}

.rooms .flickity-prev-next-button.previous {
    left: -3.9375rem
}

.rooms .flickity-prev-next-button.next {
    right: -4.5625rem
}

.rooms .container--small {
    max-width: 57.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.rooms .flickity-prev-next-button .arrow {
    fill: #000
}

.rooms__titles-slider .grid__cell {
    opacity: .6
}

.rooms__titles-slider .grid__cell.is-selected {
    opacity: 1
}

.rooms__heading-wrap {
    margin-top: 3.125rem
}

.rooms__heading {
    position: relative;
    display: inline-block;
    margin: 2.4375rem auto 4.125rem;
    padding-bottom: 1.8125rem;
    font-family: gotham-book;
    font-size: 1.625rem;
    letter-spacing: .3125rem;
    text-transform: uppercase;
    font-weight: lighter
}

.rooms__heading:after,
.rooms__heading:before {
    content: '';
    right: 25%;
    bottom: 0;
    left: 25%;
    position: absolute;
    height: .0625rem;
    background-color: #000
}

.rooms__heading:after {
    bottom: .1875rem
}

.rooms__name {
    padding: 1.25rem;
    margin: 0;
    background-color: #ede8d9;
    border: .0625rem solid;
    font-family: DayRoman;
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .25rem
}

.rooms__content {
    padding: 4.375rem 1.6875rem 0;
    min-height: 12.5rem;
    font-family: dayRoman;
    letter-spacing: .3125rem;
    text-align: center
}

.single-bookings,
.single-bookings__back-link {
    font-family: gotham-book, sans-serif
}

.rooms__content p {
    margin: 0;
    font-size: 1rem;
    letter-spacing: .0625rem;
    line-height: 1.5625rem;
    text-align: justify
}

.rooms__content .button {
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: 3.125rem;
    cursor: pointer
}

.rooms__content-heading {
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0;
    line-height: 2rem;
    letter-spacing: .16875rem;
    text-align: left
}

.single-bookings {
    padding: 2.5rem 0 7.5rem;
    text-align: center
}

.single-bookings__back-wrap {
    text-align: left;
    padding: 1.25rem 1.25rem 1.25rem 2.5rem
}

.single-bookings__back-link {
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 4.5rem;
    white-space: nowrap;
    padding: .4375rem
}

.single-bookings__back-link:before {
    content: '<'
}

.single-bookings__heading {
    position: relative;
    display: inline-block;
    margin-bottom: 3.125rem;
    padding-bottom: 2.75rem;
    font-size: 1.5625rem;
    letter-spacing: .375rem;
    font-weight: 400;
    text-transform: uppercase
}

.single-bookings__heading:after,
.single-bookings__heading:before {
    content: '';
    position: absolute;
    right: 33%;
    bottom: .75rem;
    left: 33%;
    height: .0625rem;
    background: #414042
}

.single-bookings__heading:before {
    bottom: .5625rem
}

.single-bookings__widget {
    display: block;
    margin: auto;
    height: 26.375rem;
    width: 19.25rem
}

.page-template-menus .content-block {
    padding-top: 5.4375rem
}

.page-template-menus .menu-list {
    padding-top: 0
}

.single-menus .content-block__heading--underline {
    padding-bottom: 2.5rem
}

.single-menus .content-block__heading--underline:after,
.single-menus .content-block__heading--underline:before {
    left: 40.4%;
    right: 40.4%
}

.single-menus .content-block__heading--underline:before {
    bottom: .59375rem
}

.single-menu__header {
    padding-top: 3.25rem;
    padding-bottom: 1.75rem;
    margin-bottom: 0
}

.single-menu__header-item {
    display: inline-block;
    padding-top: .375rem;
    font-size: .875rem;
    letter-spacing: .08125rem
}

.single-menu__header-item:first-of-type {
    float: left;
    padding-left: .4375rem
}

.single-menu__header-item:last-of-type {
    float: right;
    padding-right: .4375rem;
    text-align: right
}

.single-menu__header-link {
    font-family: gotham-book, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    padding: .625rem .4375rem
}

.single-menu__download-svg {
    margin-left: 2.375rem;
    width: 3.125rem;
    height: 3.125rem;
    vertical-align: middle
}

.single-menu__header-link-before:before {
    content: "< ";
    font-size: 1.125rem;
    vertical-align: middle
}

.single-menu__courses,
.single-menu__details {
    text-align: center;
    font-family: dayrom;
    font-weight: lighter;
    font-size: .98125rem;
    letter-spacing: .09375rem;
    line-height: 1.625rem
}

.single-menu__courses p,
.single-menu__details p {
    padding-bottom: 1.125rem;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    font-size: 1.00625rem;
    line-height: 1.6875rem
}

.single-menu__courses p:last-child,
.single-menu__details p:last-child {
    padding-bottom: 3.125rem;
    margin-bottom: 0
}

.single-menu__course-title {
    font-family: dayrom;
    text-transform: none;
    font-size: .9375rem;
    letter-spacing: .1875rem;
    padding-bottom: 2.9375rem
}

.button,
.contact-form .nf-form-title {
    text-transform: uppercase;
    text-align: center
}

.single-menu__course .content-block__heading--underline {
    padding-bottom: 1.6875rem
}

.single-menu__course .content-block__heading--underline p:first-child {
    padding-top: 1.875rem
}

.single-menu__course p {
    margin-bottom: .3125rem
}

.single-menu__course p:first-of-type {
    margin-top: 1.1875rem
}

.single-menu__course:last-of-type {
    margin-bottom: 13.625rem
}

.social-media {
    position: relative;
    margin: .375rem 0 5.75rem
}

.social-media:after,
.social-media:before {
    content: '';
    top: -6.25rem;
    bottom: -6.25rem;
    position: absolute;
    width: .4375rem;
    background-color: #fcf9f5
}

.social-media:before {
    left: 0
}

.social-media:after {
    right: 0
}

.social-media__leaf-corner {
    top: -7.3125rem;
    left: 7.375rem;
    position: absolute
}

.social-media__leaf-trail {
    right: 6.625rem;
    bottom: -5.9375rem;
    position: absolute;
    max-width: 18.75rem;
    z-index: -1
}

.social-media__block {
    position: relative;
    cursor: pointer
}

.social-media__link {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    font-size: 0
}

.social-media__image {
    position: relative
}

.social-media__image img {
    display: block
}

.social-media__image:before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: .3s all ease-in-out;
    background-color: rgba(237, 232, 217, .6)
}

.social-media__heading,
.splash-screen__text {
    position: absolute;
    top: 50%;
    font-weight: lighter
}

.social-media__image:hover:before {
    background-color: rgba(237, 232, 217, .8)
}

.social-media__heading {
    left: 50%;
    -webkit-transform: translate(-50%, -140%);
    transform: translate(-50%, -140%);
    font-family: dayrom;
    font-size: 1.875rem
}

.social-media__tagline {
    display: block;
    padding: 1.75rem 1rem;
    text-align: center;
    background-color: #ede8d9;
    font-size: 1.18125rem;
    font-family: dayrom;
    font-weight: lighter
}

@media screen and (max-width:768px) {
    .social-media {
        margin-bottom: 2.8125rem
    }
    .social-media .container {
        margin: 0;
        width: 100%;
        max-width: none
    }
    .social-media__leaf-corner,
    .social-media__leaf-trail {
        display: none
    }
}

@media screen and (max-width:515px) {
    .social-media {
        margin-bottom: .625rem
    }
    .container--social .grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:527px) {
    .social-media:after,
    .social-media:before {
        background-color: transparent
    }
    .container--social .grid__cell {
        width: 100%;
        margin-bottom: .625rem
    }
}

.splash-screen__text {
    font-family: prata-regular;
    font-size: 1.9rem;
    letter-spacing: .32rem;
    line-height: 3.6rem;
    left: 50%;
    -webkit-transform: translate(-50%, -66%);
    transform: translate(-50%, -66%);
    z-index: 2;
    max-width: 30rem;
    margin-top: 1.5625rem
}

.button,
.button--clear {
    font-family: gotham-book, sans-serif
}

.splash-screen__background {
    position: relative;
    padding-top: 9.3rem;
    padding-bottom: 8.7rem;
    text-align: center
}

@media screen and (max-width:768px) {
    .splash-screen__background {
        padding-top: 3rem;
        padding-bottom: 3.8125rem
    }
    .splash-screen__background img {
        padding-top: 0;
        max-width: 90%
    }
    .splash-screen__text {
        font-size: 1.875rem;
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
        max-width: 24.375rem;
        line-height: 2.875rem
    }
}

@media screen and (max-width:519px) {
    .splash-screen__background {
        padding-top: 3.3125rem;
        padding-bottom: 5.25rem
    }
    .splash-screen__text {
        max-width: 15.1875rem;
        font-size: 1.125rem;
        width: 16rem;
        line-height: 1.875rem;
        -webkit-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%)
    }
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(.0625rem) translateZ(0);
    transform: perspective(.0625rem) translateZ(0);
    box-shadow: 0 0 .0625rem transparent;
    position: relative;
    overflow: hidden;
    margin-top: .1875rem;
    padding-bottom: .625rem
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #414042;
    height: .0625rem;
    margin-top: .625rem;
    transition-property: left, right;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.breadcrumbs,
.button {
    margin-top: 2.625rem;
    margin-bottom: 2.625rem
}

.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
    left: 0;
    right: 0
}

.product-reviews__list {
    padding: 0
}

.breadcrumbs__item {
    display: inline-block;
    margin-right: 2.625rem;
    margin-left: 2.625rem
}

.breadcrumbs__item a:hover {
    color: #414042
}

.breadcrumbs__item:before {
    content: '>';
    margin-right: 5.25rem
}

.breadcrumbs__item:first-child:before {
    content: none
}

.buttons {
    font-size: 0;
    margin-right: -2.625rem;
    margin-left: -2.625rem
}

.buttons .button {
    margin-right: 2.625rem;
    margin-left: 2.625rem;
    font-size: 1rem
}

.button {
    display: inline-block;
    padding: .75rem 1.25rem;
    min-width: 7.5rem;
    border-radius: .125rem;
    color: #FFF;
    border: none;
    background: pink
}

.button:hover {
    background-color: #ede8d9
}

.button--clear {
    position: relative;
    margin-top: 1.875rem;
    margin-bottom: -.5625rem;
    max-width: 14.375rem;
    font-size: .75rem;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    padding: 1.3125rem 1.8125rem 1.0625rem 1.9375rem;
    font-weight: lighter;
    box-shadow: .375rem .375rem transparent;
    transition: .3s ease-in-out;
    min-width: 11.25rem
}

.button--clear:after,
.button--clear:before {
    border: .0625rem solid #000;
    position: absolute;
    content: ''
}

.button--clear:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.button--clear:after {
    top: .25rem;
    right: -.25rem;
    bottom: -.25rem;
    left: .25rem;
    transition: .3s ease-in-out
}

.button--clear:hover {
    color: #000;
    box-shadow: 0 0
}

.button--clear:hover:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

.button--small {
    min-width: 0;
    padding: .3125rem .625rem
}

.button--large {
    font-size: 1rem;
    padding: 1.75rem 1.5625rem;
    max-width: 16.25rem;
    width: 100%
}

.next-button {
    position: absolute;
    bottom: 5%;
    right: 8%
}

.button--success {
    background: #00734a
}

.button--clear.button--success {
    background-color: #00734a;
    box-shadow: .375rem .375rem #00734a
}

.button--clear.button--success:hover {
    box-shadow: 0 0
}

.button--warning {
    background: #fff
}

.button--clear.button--warning {
    background-color: #fff;
    box-shadow: .375rem .375rem #fff
}

.button--clear.button--warning:hover {
    box-shadow: 0 0
}

.button--error {
    background: #de4d38
}

.button--clear.button--error {
    background-color: #de4d38;
    box-shadow: .375rem .375rem #de4d38
}

.button--clear.button--error:hover {
    box-shadow: 0 0
}

.button--notice {
    background: #4683ea
}

.button--clear.button--notice {
    background-color: #4683ea;
    box-shadow: .375rem .375rem #4683ea
}

.button--clear.button--notice:hover {
    box-shadow: 0 0
}

.button--black {
    background: #000
}

.button--clear.button--black {
    background-color: #000;
    box-shadow: .375rem .375rem #000
}

.button--clear.button--black:hover {
    box-shadow: 0 0
}

.button--white {
    background: #FFF;
    color: #000
}

.button--clear.button--white {
    background-color: #FFF;
    box-shadow: .375rem .375rem #FFF
}

.button--clear.button--white:hover {
    box-shadow: 0 0
}

.button--yellow {
    background: red;
    color: #000
}

.button--clear.button--yellow {
    background-color: red;
    box-shadow: .375rem .375rem red
}

.button--clear.button--yellow:hover {
    box-shadow: 0 0
}

.button--grey {
    background: #414042
}

.button--clear.button--grey {
    background-color: #414042;
    box-shadow: .375rem .375rem #414042
}

.button--clear.button--grey:hover {
    box-shadow: 0 0
}

.button--dark-grey {
    background: #231f20
}

.button--clear.button--dark-grey {
    background-color: #231f20;
    box-shadow: .375rem .375rem #231f20
}

.button--clear.button--dark-grey:hover {
    box-shadow: 0 0
}

.button--alt-grey {
    background: #777
}

.button--clear.button--alt-grey {
    background-color: #777;
    box-shadow: .375rem .375rem #777
}

.button--clear.button--alt-grey:hover {
    box-shadow: 0 0
}

.button--light-grey {
    background: #ddd
}

.button--clear.button--light-grey {
    background-color: #ddd;
    box-shadow: .375rem .375rem #ddd
}

.button--clear.button--light-grey:hover {
    box-shadow: 0 0
}

.button--blue {
    background: #4683ea
}

.button--clear.button--blue {
    background-color: #4683ea;
    box-shadow: .375rem .375rem #4683ea
}

.button--clear.button--blue:hover {
    box-shadow: 0 0
}

.button--beige-dark {
    background: #ede8d9
}

.button--clear.button--beige-dark {
    background-color: #ede8d9;
    box-shadow: .375rem .375rem #ede8d9
}

.button--clear.button--beige-dark:hover {
    box-shadow: 0 0
}

.button--beige-light {
    background: #fcf9f5
}

.button--clear.button--beige-light {
    background-color: #fcf9f5;
    box-shadow: .375rem .375rem #fcf9f5
}

.button--clear.button--beige-light:hover {
    box-shadow: 0 0
}

@media screen and (max-width:768px) {
    .button--clear {
        padding-top: 1.0625rem;
        padding-bottom: 1rem;
        min-width: 8.75rem;
        margin: 1rem
    }
}

.contact-form {
    background-color: #ede8d9;
    border-left: .4375rem solid #fcf9f5;
    border-right: .4375rem solid #fcf9f5;
    font-family: prata-regular;
    letter-spacing: .10625rem
}

.contact-form .nf-form-cont,
.contact-form .nf-form-title,
.contact-form .ninja-forms-field {
    font-family: gotham-book, sans-serif
}

.contact-form .contact-form__telephone {
    display: block;
    text-align: center;
    font-size: 1.625rem;
    letter-spacing: .25rem;
    padding-top: 3.4375rem
}

.contact-form .contact-form__telephone:hover {
    color: #414042
}

.contact-form .contact-form__address {
    margin-top: 1.625rem;
    letter-spacing: .10625rem
}

.contact-form .contact-form__email {
    display: block;
    text-align: center;
    margin-top: 1.625rem
}

.contact-form .nf-field-container {
    width: 49.5%;
    display: inline-block
}

.contact-form nf-field:nth-of-type(odd) .nf-field-container {
    padding-right: .625rem
}

.contact-form nf-field:nth-of-type(even) .nf-field-container {
    padding-left: .625rem
}

.contact-form #nf-field-9-container {
    width: 100%;
    padding-right: 0
}

.contact-form #nf-field-9-container .nf-element {
    height: 10.625rem
}

.contact-form #nf-field-10-container {
    padding-left: 0;
    width: 100%
}

.contact-form #nf-field-10-container .nf-field-element {
    width: auto;
    margin-left: auto;
    margin-right: auto
}

.contact-form .nf-form-cont {
    font-size: .8125rem;
    margin: 7.9375rem 11.2rem 0;
    letter-spacing: .1rem;
    background-color: #fff;
    padding: 3.6875rem 7.0625rem
}

.contact-form .nf-form-title {
    letter-spacing: .1875rem
}

.contact-form .nf-form-title>h3 {
    font-size: 1.8125rem;
    font-weight: lighter
}

.contact-form .nf-form-fields-required {
    display: none
}

.contact-form .nf-form-content {
    margin-top: 4rem
}

.contact-form .ninja-forms-field {
    border: .0625rem solid #000;
    border-radius: 0;
    font-size: .75rem;
    padding: 1.25rem;
    height: 3.375rem
}

.contact-form .nf-element {
    height: 3.375rem;
    background-color: #fff
}

.contact-form .nf-field-element {
    text-align: center
}

.contact-form .nf-field-element:textarea {
    height: 9.25rem
}

.contact-form #nf-field-13 {
    height: 3.375rem;
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0
}

.contact-form #nf-field-10 {
    position: relative;
    max-width: 11.1rem;
    width: 100%;
    font-family: gotham-book, sans-serif;
    font-size: .7rem;
    background-color: transparent;
    border: .0625rem solid #000;
    color: #000;
    border-radius: 0;
    padding: 1.25rem 4.25rem;
    font-weight: lighter
}

.contact-form #nf-field-10:before {
    content: '';
    top: -.375rem;
    right: .25rem;
    bottom: .25rem;
    left: -.375rem;
    position: absolute;
    border: .0625rem solid #000;
    transition: .3s ease-in-out
}

.contact-form #nf-field-10:hover {
    background: #414042;
    color: #414042
}

.contact-form #nf-field-10:hover:before {
    top: -.0625rem;
    right: -.0625rem;
    bottom: -.0625rem;
    left: -.0625rem
}

.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=text] {
    border: .0625rem solid #000;
    border-radius: 0;
    font-size: .75rem;
    font-family: gotham-book, sans-serif;
    padding: 1.25rem
}

.contact-form input[type=button] {
    position: relative;
    max-width: 11.1rem;
    width: 18.75rem;
    font-family: gotham-book, sans-serif;
    font-size: .7rem;
    background-color: transparent;
    border: .0625rem solid #000;
    color: #000;
    border-radius: 0;
    text-align: center;
    font-weight: lighter
}

.contact-form input[type=button]:before {
    content: '';
    top: -.375rem;
    right: .25rem;
    bottom: .25rem;
    left: -.375rem;
    position: absolute;
    border: .0625rem solid #000;
    transition: .3s ease-in-out
}

.contact-form input[type=button]:hover {
    background: #414042;
    color: #414042
}

.contact-form input[type=button]:hover:before {
    top: -.0625rem;
    right: -.0625rem;
    bottom: -.0625rem;
    left: -.0625rem
}

.contact-form .nf-cell {
    padding: 0 .875rem
}

.contact-form .nf-error-message {
    font-family: gotham-book, sans-serif
}

.contact-form .listselect-wrap .nf-field-element,
.contact-form .pikaday__container {
    position: relative
}

.contact-form .listselect-wrap .nf-field-element:after,
.contact-form .pikaday__container:after {
    content: '';
    top: 50%;
    right: 1.25rem;
    position: absolute;
    width: .625rem;
    height: .625rem;
    border-bottom: .125rem solid #777;
    border-right: .125rem solid #777;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none
}

.contact-form select.ninja-forms-field {
    padding: 0 1.25rem;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #777
}

.container {
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* max-width: 78.95rem; */
    /* padding-right: 1.25rem; */
    /* padding-left: 1.25rem; */
    border: none;
}

.container .container,
.container--nopadding,
.grid--padding-none>.grid__cell,
.grid--padding-none>.grid__row>.grid__cell {
    padding-right: 0;
    padding-left: 0
}

.container--tiny {
    max-width: 33.75rem
}

.container--social {
    max-width: 40rem
}

.container--small {
    max-width: 60rem
}

.container--large {
    max-width: 102.5rem
}

.container--full-width {
    max-width: calc(100% + 2.5rem)
}

.grid {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    position: relative;
    top: -19px;
}

.grid--padding-none {
    margin-right: 0;
    margin-left: 0
}

.grid--padding-mini {
    margin-right: -.125rem;
    margin-left: -.125rem
}

.grid--padding-mini>.grid__cell,
.grid--padding-mini>.grid__row>.grid__cell {
    padding-right: .125rem;
    padding-left: .125rem
}

.grid--padding-tiny {
    margin-right: -.3125rem;
    margin-left: -.3125rem
}

.grid--padding-tiny>.grid__cell,
.grid--padding-tiny>.grid__row>.grid__cell {
    padding-right: .3125rem;
    padding-left: .3125rem
}

.grid--padding-small {
    margin-right: -2.625rem;
    margin-left: -2.625rem
}

.grid--padding-small>.grid__cell,
.grid--padding-small>.grid__row>.grid__cell {
    padding-right: 2.625rem;
    padding-left: 2.625rem
}

.grid--padding-large {
    margin-right: -1.875rem;
    margin-left: -1.875rem
}

.grid--padding-large>.grid__cell,
.grid--padding-large>.grid__row>.grid__cell {
    padding-right: 1.875rem;
    padding-left: 1.875rem
}

.grid--reverse-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.grid--reverse-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.grid--justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.grid--justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.grid--justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid--justify-spaced {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grid--justify-spaced-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.grid--align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.grid--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.grid--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.grid--align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.grid--align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.grid__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.grid__cell {
    /* padding-right: 1.25rem; */
    /* padding-left: 1.25rem; */
}

.grid__cell--one-half {
    width: 50%
}

.grid__cell--one-third {
    width: 33.3333%
}

.grid__cell--two-thirds {
    width: 66.6666%
}

.grid__cell--one-fourth {
    width: 25%
}

.grid__cell--two-fourths {
    width: 50%
}

.grid__cell--three-fourths {
    width: 75%
}

.grid__cell--one-fifth {
    width: 20%
}

.grid__cell--two-fifths {
    width: 40%
}

.grid__cell--three-fifths {
    width: 60%
}

.grid__cell--four-fifths {
    width: 80%
}

.grid__cell--one-sixth {
    width: 16.6666%
}

.grid__cell--two-sixths {
    width: 33.3333%
}

.grid__cell--three-sixths {
    width: 50%
}

.grid__cell--four-sixths {
    width: 66.6666%
}

.grid__cell--five-sixths {
    width: 83.3333%
}

.grid__cell--one-seventh {
    width: 14.2857%
}

.grid__cell--two-sevenths {
    width: 28.5714%
}

.grid__cell--three-sevenths {
    width: 42.8571%
}

.grid__cell--four-sevenths {
    width: 57.1428%
}

.grid__cell--five-sevenths {
    width: 71.4285%
}

.grid__cell--six-sevenths {
    width: 85.7142%
}

.grid__cell--one-eighth {
    width: 12.5%
}

.grid__cell--two-eighths {
    width: 25%
}

.grid__cell--three-eighths {
    width: 37.5%
}

.grid__cell--four-eighths {
    width: 50%
}

.grid__cell--five-eighths {
    width: 62.5%
}

.grid__cell--six-eighths {
    width: 75%
}

.grid__cell--seven-eighths {
    width: 87.5%
}

.grid__cell--one-ninth {
    width: 11.1111%
}

.grid__cell--two-ninths {
    width: 22.2222%
}

.grid__cell--three-ninths {
    width: 33.3333%
}

.grid__cell--four-ninths {
    width: 44.4444%
}

.grid__cell--five-ninths {
    width: 55.5555%
}

.grid__cell--six-ninths {
    width: 66.6666%
}

.grid__cell--seven-ninths {
    width: 77.7777%
}

.grid__cell--eight-ninths {
    width: 88.8888%
}

.grid__cell--one-tenth {
    width: 10%
}

.grid__cell--two-tenths {
    width: 20%
}

.grid__cell--three-tenths {
    width: 30%
}

.grid__cell--four-tenths {
    width: 40%
}

.grid__cell--five-tenths {
    width: 50%
}

.grid__cell--six-tenths {
    width: 60%
}

.grid__cell--seven-tenths {
    width: 70%
}

.grid__cell--eight-tenths {
    width: 80%
}

.grid__cell--nine-tenths {
    width: 90%
}

.grid__cell--one-eleventh {
    width: 9.0909%
}

.grid__cell--two-elevenths {
    width: 18.1818%
}

.grid__cell--three-elevenths {
    width: 27.2727%
}

.grid__cell--four-elevenths {
    width: 36.3636%
}

.grid__cell--five-elevenths {
    width: 45.4545%
}

.grid__cell--six-elevenths {
    width: 54.5454%
}

.grid__cell--seven-elevenths {
    width: 63.6363%
}

.grid__cell--eight-elevenths {
    width: 72.7272%
}

.grid__cell--nine-elevenths {
    width: 81.8181%
}

.grid__cell--ten-elevenths {
    width: 90.9090%
}

.grid__cell--one-twelfth {
    width: 8.3333%
}

.grid__cell--two-twelfths {
    width: 16.6666%
}

.grid__cell--three-twelfths {
    width: 25%
}

.grid__cell--four-twelfths {
    width: 33.3333%
}

.grid__cell--five-twelfths {
    width: 41.6666%
}

.grid__cell--six-twelfths {
    width: 50%
}

.grid__cell--seven-twelfths {
    width: 58.3333%
}

.grid__cell--eight-twelfths {
    width: 66.6666%
}

.grid__cell--nine-twelfths {
    width: 75%
}

.grid__cell--ten-twelfths {
    width: 83.3333%
}

.grid__cell--eleven-twelfths {
    width: 91.6666%
}

.grid__cell--full {
    width: 100%;
}

.grid__cell--align-left {
    margin-right: auto
}

.grid__cell--align-right {
    margin-left: auto
}

.grid__cell--align-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.grid__cell--align-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.grid__cell--align-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.grid__cell--order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.grid__cell--order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.grid__cell--order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.grid__cell--order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.grid__cell--order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.grid__cell--order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.grid__cell--order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.grid__cell--order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.grid__cell--order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.grid__cell--order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.notification {
    display: block;
    margin: .3125rem 0;
    padding: .625rem .9375rem;
    background: pink;
    border-radius: .125rem;
    color: #FFF
}

.notification--success {
    background: #00734a
}

.notification--warning {
    background: #fff
}

.notification--error {
    background: #de4d38
}

.notification--notice {
    background: #4683ea
}

.notification--black {
    background: #000
}

.notification--white {
    background: #FFF;
    color: #000
}

.notification--yellow {
    background: red;
    color: #000
}

.notification--grey {
    background: #414042
}

.notification--dark-grey {
    background: #231f20
}

.notification--alt-grey {
    background: #777
}

.notification--light-grey {
    background: #ddd
}

.notification--blue {
    background: #4683ea
}

.notification--beige-dark {
    background: #ede8d9
}

.notification--beige-light {
    background: #fcf9f5
}

.pagination__item {
    display: inline-block;
    padding: .75rem 1.25rem;
    margin-top: 2.625rem;
    margin-bottom: 2.625rem;
    background: pink;
    color: #FFF;
    border-radius: .125rem
}

.pagination__item--current,
.pagination__item:hover {
    background: #414042;
    color: #FFF
}

.pagination__item--next,
.pagination__item--prev {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.social {
    display: inline-block;
    width: 1.875em;
    height: .9375em
}

.social svg {
    width: .9375rem;
    height: .9375rem
}

.social--facebook:hover svg {
    color: #556b9a
}

.social--twitter:hover svg {
    color: #1fabd6
}

.social--googleplus:hover svg {
    color: #dd4b39
}

.social--pinterest:hover svg {
    color: #cb2027
}

.social--instagram:hover svg {
    color: #e95950
}

.social--youtube:hover svg {
    color: #b00
}

.social--linkedin:hover svg {
    color: #007bb5
}

.sticky-placeholder {
    position: relative;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem
}

body,
fieldset,
figure {
    margin: 0
}

.sticky-placeholder label {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 5;
    margin: 0;
    padding: 2.625rem;
    background: #fff;
    border: .125rem solid #fff
}

.sticky-placeholder input[type=text],
.sticky-placeholder input[type=search],
.sticky-placeholder input[type=email],
.sticky-placeholder input[type=url],
.sticky-placeholder input[type=tel],
.sticky-placeholder input[type=number] {
    position: relative;
    display: block;
    background: 0 0;
    z-index: 10
}

.sticky-placeholder input[type=text]:focus,
.sticky-placeholder input[type=search]:focus,
.sticky-placeholder input[type=email]:focus,
.sticky-placeholder input[type=url]:focus,
.sticky-placeholder input[type=tel]:focus,
.sticky-placeholder input[type=number]:focus {
    background: #fff;
    border-color: pink;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: none
}

.sticky-placeholder input[type=text]:focus+label,
.sticky-placeholder input[type=search]:focus+label,
.sticky-placeholder input[type=email]:focus+label,
.sticky-placeholder input[type=url]:focus+label,
.sticky-placeholder input[type=tel]:focus+label,
.sticky-placeholder input[type=number]:focus+label {
    bottom: 100%;
    top: auto;
    padding-top: .1875rem;
    padding-bottom: .125rem;
    background: pink;
    border: 0;
    color: #FFF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.sticky-placeholder--has-value input[type=text],
.sticky-placeholder--has-value input[type=search],
.sticky-placeholder--has-value input[type=email],
.sticky-placeholder--has-value input[type=url],
.sticky-placeholder--has-value input[type=tel],
.sticky-placeholder--has-value input[type=number] {
    background: #fff
}

html {
    /* font-family: sans-serif */
}

a:active,
a:hover {
    outline-width: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15
}

fieldset {
    border: 0;
    padding: 0
}

.menuItem.loginRegisterLink {
    position: relative;
    top: 22px;
    /* left: 24px; */
}
@media(min-width:301px) AND (max-width:992px) {
    button.loginLink {
        position:relative;
        /* right:20px; */
    }
    span#basketModule {
        position:relative;
        /* left: 40px; */
    }
}
@media(min-width:992px) {
    button.loginLink {
  position:relative;
  left:24px;
}
}

button.loginLink {
    background: #ccc;
    border: 1px solid #ccc;
    width: auto;
    height: 32px;
    font-family: gotham-book;
    text-transform: uppercase;
}button.logoutLink {
    background: #ccc;
    border: 1px solid #ccc;
    width: auto;
    height: 32px;
    position: relative;
    left: 10px;
    font-family: gotham-book;
    text-transform: uppercase;
}

#engineAreaContainerParent {
	width: 121.75rem;
	max-width: 100%;
	margin: auto;
	background-color: #fcf9f5; /* #e5e5e5; */
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

