/*! body */

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/styles/fonts/gothic.eot');
    src: local('gothic'), url('/styles/fonts/gothic.woff') format('woff'), url('/styles/fonts/gothic.ttf') format('truetype');
}

input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input,
textarea {
    -webkit-appearance: none;
}

html {
    overflow-y: scroll;
    min-height: 100%;
    margin: 0 0 1px;
    font-size: 100.01%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #fff;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
textarea,
input,
select,
option,
button {
    color: #4d4d4f;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

textarea,
input,
select {
    border: none !important;
    font-family: 'Century Gothic' !important;
}

select {
    border: none !important;
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
}

li,
dt,
dd,
p,
figure,
th,
td,
caption,
legend,
pre {
    list-style: none;
    font-size: 1.3em;
}

li *,
dt *,
dd *,
p *,
figure *,
th *,
td *,
legend * {
    font-size: 1em;
}

ul,
ol,
dl,
p,
figure,
table,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    margin-bottom: 19px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
    display: block;
}


/* layout */

#wrapper {
    position: relative;
    width: 100%;
}


/* desktop */

#root {
    position: relative;
    overflow: hidden;
}

#NOTroot:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
    z-index: 4;
    width: 5px;
    height: 1000em;
    margin: 0 -1px 0 0;
    background: url(../images/shade-a.png);
}


/* top/header */

#top {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    width: 1024px;
    height: 170px;
    margin-right: auto;
    margin-left: auto;
}

html.a #top {
    position: fixed;
    height: 75px;
}

#top:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

#top h1 {
    position: absolute;
    top: 42px;
    left: 80px;
    width: 100px;
    height: 50px;
    overflow: hidden;
}

#top h1 a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) no-repeat;
    background-size: 100% Auto;
    text-indent: -3000em;
}


/* skip */

#skip {
    position: fixed;
    top: 0;
    left: -10000px;
}

#skip a:focus,
#skip a:active {
    display: block;
    position: absolute;
    left: 10000px;
    top: 0;
    z-index: 10001;
    width: 200px;
    margin: 15px 0 0 15px;
    padding: 4px 8px;
    background: #333;
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
}


/* email icon */

#top .email {
    position: absolute;
    top: 50px;
    right: 41px;
    width: 27px;
    height: 19px;
}

#top .email a {
    position: relative;
    display: block;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -106px 0 no-repeat;
    background-size: 100% Auto;
    border: 0;
}


/* navigation */

#nav {
    position: absolute;
    left: 330px;
    top: 46px;
    z-index: 2;
}

#nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}

#nav>ul>li {
    float: left;
    margin: 0;
    padding: 0 0 0 27px;
    background: none;
    font-size: 1em;
}

#nav>ul>li:first-child {
    padding-left: 0;
}

#nav>ul>li>a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 4px 0 0;
    border-top: 1px solid #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

#nav>ul>li>a:hover,
#nav>ul>li>a:focus,
#nav>ul>li>a:active,
#nav>ul>li:hover>a,
#nav>ul>li.active>a {
    border-color: #e64d61;
}

#nav>ul>li>ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 43px;
    list-style: none;
    margin: 0;
    padding: 9px 0 0;
    border-top: 1px dotted #B3866E;
}

#nav>ul>li.active>ul {
    display: block;
}

#nav>ul>li>ul li {
    display: block;
    float: left;
    padding: 0 0 0 53px;
    background: none;
    font-size: 1.1em;
    text-transform: none;
}

#nav>ul>li>ul li:first-child {
    padding: 0;
}

#nav>ul>li>ul li a {
    display: block;
    float: left;
    padding: 0 0 7px;
    background: url(../images/li-a.png) -3000em -3000em no-repeat;
    color: #b2876f;
    text-decoration: none;
    letter-spacing: 1px;
}

#nav>ul>li>ul li a:hover,
#nav>ul>li>ul li a:focus,
#nav>ul>li>ul li a:active,
#nav>ul>li>ul li.active a {
    background-position: center 100%;
}

#nav em,
#mobile-nav em {
    position: absolute;
    left: -3000em;
    top: -3000em;
}

#nav>.fit-a {
    display: block;
    position: absolute;
    left: -3000em;
    top: 0;
    width: 25px;
    height: 15px;
    background: url(../images/2x/nav.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

#filter {
    position: absolute;
    left: 351px;
    top: 114px;
    z-index: 1;
}

#filter h2 {
    margin: 0;
    padding: 0 0 0 10px;
    background: url(../images/li-a.png) 0 4px no-repeat;
    color: #b2876f;
    font-size: 1.1em;
    text-transform: lowercase;
    cursor: pointer;
}

#filter ul {
    display: none;
    position: absolute;
    left: 0;
    top: 17px;
    list-style: none;
    width: 90px;
    padding: 7px 10px 12px;
    background: #fff;
}

#filter.active ul {
    left: 0;
}

#filter ul li {
    margin: 0;
    padding: 0 0 3px;
    background: none;
    font-size: 1.1em;
}

#filter ul li a {
    color: #b2876f;
    text-decoration: none;
}

#search {
    position: absolute;
    right: 41px;
    bottom: 0px;
}

#root #search {
    display: none;
}

#root #top #search {
    display: block;
}

#search p {
    margin: 0;
    color: #b2876f;
    font-size: 1.1em;
}

#search label {
    position: absolute;
    left: -3000em;
    top: -3000em;
}

#search input {
    width: 157px;
    height: 20px;
    padding-right: 29px;
    border: 0;
    background: #dde4e6;
    line-height: 20px;
}

#search button {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 21px;
    height: 20px;
    min-width: inherit;
    border: 0;
    text-indent: -3000em;
}

#search button:after {
    content: " ";
    position: absolute;
    display: block;
    top: 0px;
    left: 2px;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -120px -21px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

body.mobilenav {
    overflow: hidden;
}

body.mobilenav #top {
    margin-left: 247px;
}

body.mobilenav #root {
    position: fixed;
    min-width: 100%;
    margin-left: 247px;
    height: 100%;
    overflow: scroll;
}

#mobile-nav {
    position: relative;
    display: none;
    left: 0px;
    z-index: 2;
    width: 247px;
    padding: 74px 0 5px;
    background: #dde4e6;
    height: 100%;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 500;
}

#backtotop {
    position: relative;
    margin-top: 20px;
    text-align: right;
    bottom: 0px;
    padding: 10px 0px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 200;
    font-size: 10pt;
    letter-spacing: 0px;
}

body.mobilenav #mobile-nav {
    display: block;
}

#mobile-nav>a {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 30px;
    z-index: 2;
    width: 71px;
    height: 30px;
    background: url(../images/2x/logo.png) no-repeat;
    background-size: cover;
    text-indent: -3000em;
}

#mobile-nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 243px;
    bottom: 0;
    z-index: 4;
    width: 5px;
    height: 1000em;
    background: url(../images/shade-a.png);
}

#mobile-nav>ul {
    position: relative;
    z-index: 3;
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    border-bottom: 1px solid #d1d3d4;
}

#mobile-nav>ul>li {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 1.1em;
}

#mobile-nav>ul>li>a {
    display: block;
    padding: 16px 11px;
    border-top: 1px solid #d1d3d4;
    color: #ed6674;
    text-transform: uppercase;
    text-decoration: none;
}

#mobile-nav>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobile-nav>ul>li>ul li {
    margin: 0;
    padding: 0;
    background: none;
}

#mobile-nav>ul>li>ul li a {
    display: block;
    padding: 16px 11px 16px 21px;
    border-top: 1px solid #d1d3d4;
    color: #ed6674;
    text-decoration: none;
}

#mobile-nav>ul>li>ul li a:before {
    content: "/ ";
}

#social,
body.mobilenav #social {
    overflow: hidden;
    padding: 0 11px;
    border: 0;
}

#social li,
body.mobilenav #social li {
    float: left;
    width: 26px;
    height: 26px;
    padding: 0 0 0 24px;
}

#social li:first-child,
body.mobilenav #social li:first-child {
    padding-left: 0;
}

#social li a,
body.mobilenav #social li a {
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .7;
    filter: alpha(opacity=70);
    text-indent: -3000em;
}

#social li.fb a,
body.mobilenav #social li.fb a {
    background-image: url(../images/2x/fb-a.png);
}

#social li.tw a,
body.mobilenav #social li.tw a {
    background-image: url(../images/2x/tw-a.png);
}

#social li.in a,
body.mobilenav #social li.in a {
    background-image: url(../images/2x/in-a.png);
}

#social li.pn a,
body.mobilenav #social li.pn a {
    background-image: url(../images/2x/pn-a.png);
}

#social li a:hover,
#social li a:focus,
#social li a:active,
body.mobilenav #social li a:hover,
body.mobilenav #social li a:focus,
body.mobilenav #social li a:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.middle {
    position: relative;
    width: 100%;
    height: auto;
    background: url(../images/pattern-a.png);
}

#featured {
    position: relative;
    z-index: 1;
    width: 1024px;
    margin: 0 auto;
    background: url(../images/pattern-a.png) #dde4e6;
    color: #fff;
}

#featured:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 520px;
    z-index: 1;
    background: url(../images/pattern-a.png) #dde4e6;
    width: 1000em;
    height: 80px;
}

#featured figure {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Didot 24 A', 'Didot 24 B';
}

#featured figure:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

#featured figure:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 1;
    width: 1000em;
    height: 79px;
    background: #b3876e;
}

#featured figure img {
    display: block;
    float: right;
}

#featured figure img:first-child {
    float: left;
}

#featured figure img.mobile {
    display: none;
}

@media only screen and (max-width: 760px) {
    #featured figure img {
        display: none;
    }
    #featured figure img.mobile {
        display: block !important;
    }
}

#featured figcaption {
    display: block;
    clear: both;
    float: right;
    width: 674px;
    height: 79px;
    background: #b3876e;
    line-height: 79px;
    text-align: left;
    text-indent: 26px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Didot 24 A', 'Didot 24 B'
}

#featured figcaption a {
    display: block;
    position: absolute;
    left: 275px;
    top: 139px;
    width: 150px;
    height: 105px;
    padding: 45px 0 0;
    background: #b3866e;
    color: #fff;
    line-height: 1.2;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: .535em;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    text-indent: 0;
    font-family: "Libre Bodoni", serif;
    font-weight: 900;
    line-height: 50px;
}

.drawererotic_shop_button {
    display: block;
    position: absolute;
    left: 0px;
    top: 38px;
    width: 150px;
    height: 105px;
    color: #fff;
    line-height: 1.2;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: .535em;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    text-indent: 0;
    line-height: 60px;
    font-family: "Libre Bodoni", serif;
    font-weight: 900;
    font-size: .500em;
}

.drawererotic_shop_button_mobile {
    display: none;
    float: none;
    width: 162px;
    height: 37px;
    padding: 0 20px;
    border: 1px solid #b3866e;
    text-decoration: none;
    color: #b3866e;
    font-size: 12pt;
    line-height: 26pt;
    text-align: center;
    font-weight: 500;
    margin: 25px auto 25px;
}

@media only screen and (max-width: 760px) {
    .drawererotic_shop_button_mobile {
        display: block;
    }
}

#featured figcaption a {
    border-radius: 100px;
}

#featured figcaption a span,
.drawererotic_shop_button span {
    display: inline-block;
    width: auto;
    padding: 0 2px;
    margin-bottom: 3px;
    font-size: 2.133em;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

#featured form {
    display: none;
    position: absolute;
    left: 0;
    bottom: 79px;
    z-index: 2;
    width: 350px;
    height: 163px;
    padding: 0 0 16px;
    background: #dde4e6;
    color: #b3866e;
}

#featured form fieldset {
    position: relative;
    z-index: 1;
    padding: 50px 20px 0;
}

#featured form legend,
#featured form p.thanks {
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 230px;
    padding: 0 0 0 84px;
    color: #b3866e;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 1px;
}

#featured form p {
    width: 100%;
    margin: 0;
}

#featured form p.thanks {
    display: none;
}

#featured form label {
    display: block;
    float: left;
    width: 70px;
    padding: 0 16px 0 0;
    line-height: 20px;
    text-align: right;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 400;
}

#featured form input {
    width: 170px;
    height: 20px;
    background: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

#featured form button {
    clear: both;
    float: right;
    width: auto;
    min-width: 0;
    height: auto;
    margin: 9px 0 0;
    padding: 0;
    border: 0;
    background: none;
    color: #b3866e;
    text-decoration: underline;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: 400;
}

#featured .required_message {
    position: absolute;
    margin-top: -5px;
    left: 110px;
}

#featured form button:hover,
#featured form button:focus,
#featured form button:active {
    text-decoration: none;
}

#featured form .close {
    display: block;
    position: absolute;
    overflow: hidden;
    right: 10px;
    top: 10px;
    z-index: 1000;
    width: 16px;
    height: 15px;
    cursor: pointer;
    text-indent: -3000em;
}

#featured form .close:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    display: block;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -26px -130px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

#featured .social-a {
    position: absolute;
    left: 41px;
    bottom: 31px;
    z-index: 10;
    margin: 0;
}

#featured>p {
    position: absolute;
    left: 188px;
    bottom: 31px;
    z-index: 11;
    margin: 0;
    font-size: 1.1em;
    font-style: italic;
}

#featured>p a {
    display: block;
    float: left;
    width: 138px;
    height: 22px;
    background: #fff;
    color: #b3866e;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 500;
}

#featured>p a:hover {
    text-decoration: underline;
}

#content {
    position: relative;
    z-index: 1;
    width: 900px;
    margin: 0 auto;
    padding: 23px 0 39px;
}

#content.drawer {
    position: relative;
    display: block;
    z-index: 1;
    width: 948px;
    margin: 0 auto;
    padding: 23px 0 39px;
    height: 503px;
}

#content.drawer:after {
    position: absolute;
    top: 520px;
    margin-left: -20px;
    content: "";
    width: 350px;
    height: 50px;
    background-color: #fff;
}

#content:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

#content>.anchor,
#contact>.anchor,
#root>.anchor {
    position: absolute;
    left: 0;
    top: -118px;
}

#root>.anchor {
    top: 0;
}

#booking {
    position: relative;
    font-family: 'Century Gothic';
    z-index: 1;
    width: 844px;
    margin: 0 auto;
    padding: 0 0 34px;
    color: #b2876f;
}

#booking fieldset {
    padding: 0 0 0 263px;
}

#booking fieldset>div,
#booking fieldset>div>div,
#booking fieldset>div>div>div {
    position: relative;
}

#booking fieldset>div>div>div.mobile-only {
    display: none;
}

#booking fieldset>div .error-a {
    position: absolute;
    left: -173px;
    top: 0;
    width: 112px;
    padding: 14px 20px 15px;
    line-height: 1.5;
}

#booking fieldset>div .error-a+table {
    border-color: #e64d61;
}

#booking header {
    position: relative;
    width: 100%;
}

#booking header:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

#booking header p {
    margin-bottom: 23px;
}

#booking header h2 {
    float: left;
    margin: 0 0 16px;
    padding: 0 30px 0 0;
    color: #b2876f;
    font-size: 1.8em;
    text-transform: uppercase;
}

#booking header h2 .prev,
#booking header h2 .next {
    display: -moz-inline-stack;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 4px;
    width: 10px;
    height: 14px;
    text-indent: -3000em;
}

#booking header h2 .prev {
    left: 2px;
    margin: 0 5px 0 0;
}

#booking header h2 .prev:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -5px -152px no-repeat;
    background-size: 100% Auto;
}

#booking header h2 .next {
    margin: 0 0 0 5px;
}

#booking header h2 .next:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -16px -152px no-repeat;
    background-size: 100% Auto;
}

#booking header .date-a {
    position: relative;
    top: -2px;
    clear: none;
    float: left;
    width: auto;
    margin: 0;
    width: 22px;
    height: 28px;
    overflow: hidden;
}

#booking .list-d {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 12px;
    width: auto;
    margin: 0;
}

@media only screen and (max-width: 1055px) {
    body:not(.previewapp) #booking .list-d.alllegent {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
        top: 5px;
        margin-bottom: 20px;
    }
}

#booking table {
    table-layout: fixed;
}

#booking table th,
#booking table td {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
}

#booking table label {
    display: block;
    text-indent: -3000em;
    cursor: pointer;
}

#booking table label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    cursor: pointer;
}

#booking table td.active {
    background: #e64d61;
}

#booking table td.inactive {
    background: #f1f1f2;
    background: #F2A6B0;
}

#booking table td.booked {
    background: #F2A6B0;
}
#booking table td.trainee {
    background: #c3e4f2;
}


#booking table label>.fit-a,
#booking table label input {
    position: absolute;
    left: -3000em;
    top: 0;
}

#booking .checklist-a {
    margin: 0 0 14px;
}

#booking .checklist-a li {
    margin: 0;
    padding: 5px 0 0;
}

#booking .checklist-a li:first-child {
    padding: 0;
}

#booking p {
    margin-bottom: 15px;
}

#booking label {
    display: block;
}

#booking textarea {
    width: 625px;
    height: 125px;
    min-height: 125px;
    margin: 17px 0 0;
}

#booking button {
    float: right;
}

#contact {
    position: relative;
    z-index: 1;
    width: 558px;
    margin: 0 auto;
    padding: 23px 49px 206px 283px;
    background: #dde4e6;
    color: #c09982;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

#contact:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

#contact:before {
    content: "";
    display: block;
    position: absolute;
    left: -1000em;
    top: 0;
    z-index: 1;
    width: 3000em;
    height: 100%;
    background: #dde4e6;
}

#contact>* {
    position: relative;
    z-index: 2;
}

#contact h2 {
    position: relative;
    margin: 0 0 29px;
    padding: 0 0 23px;
    border-bottom: 1px solid #b3866e;
    color: #b2876f;
    font-size: 2.8em;
    font-family: "Libre Bodoni", serif;
    font-weight: 900;
    font-style: italic;
}

#contact h2:after {
    content: "";
    display: block;
    position: absolute;
    left: -1000em;
    bottom: -1px;
    width: 3000em;
    height: 1px;
    background: #b3866e;
}

#contact .vcard {
    position: relative;
    float: right;
    list-style: none;
    width: 225px;
    padding: 0;
    border: 1px solid #b3866e;
}

#contact .vcard li {
    margin: 0;
    padding: 16px 19px 13px;
    border-top: 1px dotted #B3866E;
    list-style: none;
    list-style-type: none;
}

#contact .vcard ul {
    list-style: none;
}

#contact .vcard li:first-child,
#contact .vcard li.fn+li {
    border: none;
}

#contact .vcard .fn {
    position: absolute;
    left: -3000em;
    top: -3000em;
}

#contact .vcard .a {
    padding-right: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.4em;
    font-style: italic;
}

#contact .vcard .social {
    overflow: hidden;
    width: 100%;
    padding: 18px 0 13px;
}

#contact .vcard .social a {
    float: left;
    display: block;
    overflow: hidden;
    width: 23px;
    height: 23px;
    margin: 0 0 0 15px;
}

#contact .vcard .social a:first-child {
    margin-left: 21px;
}

#contact .vcard .social a span {
    display: block;
    overflow: hidden;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -106px 0 no-repeat;
    background-size: 100% Auto;
    text-indent: -3000em;
}

#contact .vcard .social .fb span {
    background-position: -84px -232px;
}

#contact .vcard .social .in span {
    background-position: -60px -232px;
}

#contact .vcard .social .pn span {
    background-position: -33px -232px;
}

#contact .vcard .social .tw span {
    background-position: -111px -232px;
}

#contact .vcard .social .fb:hover span,
#contact .vcard .social .fb:focus span,
#contact .vcard .social .fb:active span,
.social-a li.fb a:hover span,
.social-a li.fb a:focus span,
.social-a li.fb a:active span {
    background-position: -84px -263px;
}

#contact .vcard .social .in:hover span,
#contact .vcard .social .in:focus span,
#contact .vcard .social .in:active span,
.social-a li.in a:hover span,
.social-a li.in a:focus span,
.social-a li.in a:active span {
    background-position: -60px -263px;
}

#contact .vcard .social .pn:hover span,
#contact .vcard .social .pn:focus span,
#contact .vcard .social .pn:active span,
.social-a li.pn a:hover span,
.social-a li.pn a:focus span,
.social-a li.pn a:active span {
    background-position: -33px -263px;
}

#contact .vcard .social .tw:hover span,
#contact .vcard .social .tw:focus span,
#contact .vcard .social .tw:active span,
.social-a li.tw a:hover span,
.social-a li.tw a:focus span,
.social-a li.tw a:active span {
    background-position: -111px -263px;
}

#contact .vcard .book {
    position: absolute;
    right: -55px;
    bottom: -64px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.196em;
    font-style: italic;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

#contact .vcard .book a {
    display: block;
    position: relative;
    width: 119px;
    height: 85px;
    padding: 34px 0 0;
    background: #e64c60;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 40px;
}

#contact .vcard .book a {
    border-radius: 90px;
}

#contact .vcard .book span {
    display: inline-block;
    width: auto;
    padding: 0 2px;
    margin-bottom: 1px;
    font-size: 2.132em;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-family: "Libre Bodoni", serif;
    font-weight: 900;
}

#contact .vcard a {
    color: #c09982;
}

#contact>figure {
    float: left;
}

#contact .map-a {
    position: absolute !important;
    right: -5px;
    top: 107px;
    z-index: 4;
}

#contact>form {
    display: none;
    position: absolute;
    right: -5px;
    top: 106px;
    z-index: 4;
    width: 612px;
    padding: 40px 0;
    height: 355px;
    background: #fff;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#contact>form fieldset {
    padding: 0 221px 0 20px;
}

#contact>form p {
    margin: 0 0 10px;
}

#contact>form .success {
    display: none;
}

#contact>form label {
    display: block;
    overflow: hidden;
    float: left;
    width: 84px;
    padding: 0 10px 0 0;
    line-height: 20px;
    text-align: right;
}

#contact>form label.hidden {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    text-indent: -3000em;
    text-align: left;
}

#contact>form input {
    width: 256px;
}

#contact>form textarea {
    width: 266px;
    height: 203px;
    min-height: 203px;
    padding: 0 0 0 10px;
    border: 0;
    background: #dee5e7;
}

#contact>form button {
    margin: 5px 0 0;
}

#contact>form .close {
    display: block;
    overflow: hidden;
    position: absolute;
    overflow: hidden;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 15px;
    text-indent: -3000em;
}

#contact>form .close:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    display: block;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -26px -130px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

#contact>footer {
    position: absolute;
    left: 98px;
    bottom: 32px;
    z-index: 3;
    width: 280px;
}

#contact>footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 200;
    letter-spacing: 1px;
}

#contact>footer ul li {
    margin: 0;
    padding: 0;
    background: none;
}

#contact>footer ul li span {
    font-weight: 400;
}

#contact>footer .list-c {
    position: relative;
    left: -13px;
}

#root>p {
    width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    color: #b2876f;
    font-size: 1.2em;
    text-align: center;
}

#mobile-filter {
    position: relative;
    z-index: 1000;
    width: 82%;
    margin: 0 auto;
}

#mobile-filter>ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #dde4e6;
    text-align: center;
}

#mobile-filter>ul:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

#mobile-filter>ul>li {
    position: relative;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    background: none;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
}

#mobile-filter>ul>li:before,
#mobile-filter>ul>li>ul>li:before,
#mobile-filter>ul>li>ul>li>ul>li:before {
    content: "";
}

#mobile-filter>ul>li>a {
    display: block;
    position: relative;
    color: #b3866e;
    line-height: 30px;
    text-decoration: none;
}

#mobile-filter>ul>li>a>.fit-a {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d2d8d9
}

#mobile-filter>ul>li:first-child>a>.fit-a {
    background: none;
}

#mobile-filter>ul>li>ul {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 5px 0 3px;
    background: #dde4e6;
}

#mobile-filter>ul>li>ul>li {
    margin: 0;
    padding: 14px 0 0;
    background: none;
    font-size: .909em;
    text-align: left;
}

#mobile-filter>ul>li>ul>li:first-child,
#mobile-filter>ul>li>ul>li.active>ul>li:first-child {
    padding: 0;
}

#mobile-filter>ul>li>ul>li>a,
#mobile-filter>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 0 10px 0;
    color: #939598;
    text-decoration: none;
}

#mobile-filter>ul>li>ul>li.sub>a {
    text-decoration: underline;
}

#mobile-filter>ul>li>ul>li.active>a {
    position: absolute;
    left: -3000em;
    top: -3000em;
}

#mobile-filter>ul>li>ul>li>ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mobile-filter>ul>li>ul>li.active>ul {
    display: block;
}

#mobile-filter>ul>li>ul>li>ul>li {
    margin: 0;
    padding: 14px 0 0;
    background: none;
}

#homefooter {
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1em;
    color: #B2876F;
    font-weight: 500;
    letter-spacing: 1px;
}


/* footer */

#footer {
    position: relative;
    height: 44px;
    width: 100%;
    border-top: 1px dotted #B2876F;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 25px;
}

#footer nav {
    position: relative;
    display: block;
}

#footer nav ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

#footer nav ul li {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0 9px 0 0;
    background: url(../images/sprite-a.png) 100% -69px no-repeat;
    font-size: .9em;
}

#footer nav ul li span {
    position: absolute;
    top: -1px;
    right: -10px;
    display: block;
    width: 15px;
    height: 15px;
}

#footer nav ul li span:after {
    content: " ";
    display: block;
    overflow: hidden;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -125px -68px no-repeat;
    background-size: 100% Auto;
}

#footer nav ul li:last-child {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#footer nav ul li:last-child span {
    display: none;
}

#footer nav ul li:last-child {
    margin-right: 0;
}

#footer nav ul li.last-child {
    margin-right: 0;
}

#footer nav ul li a {
    color: #b2876f;
    font-weight: 500;
    text-decoration: none;
}


/*! Columns --------- */

.cols-a {
    overflow: hidden;
    width: 100%;
}

.cols-a>*:first-child {
    float: right;
    width: 634px;
}

.cols-a>aside {
    float: left;
    width: 200px;
}

.cols-b,
#content.cols-b {
    padding: 0;
}

.cols-b:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

.cols-b>*:first-child {
    position: relative;
    z-index: 2;
    float: right;
    width: 495px;
    padding: 29px 0 0 117px;
    border-top: 1px dotted #e2d0c7;
    background: #b3866e;
    color: #fff;
    font-weight: 400;
}

.cols-b>*:first-child:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: -1px;
    z-index: 0;
    width: 1000em;
    height: 100%;
    border-top: 1px dotted #e2d0c7;
    background: #b3866e;
}

#top+.cols-b>*:first-child {
    border-top: 1px solid #b3866e;
}

#top+.cols-b>*:first-child:after {
    border-top: 1px solid #b3866e;
}

.cols-b>*:first-child h1,
.cols-b>*:first-child h2 {
    width: 100%;
    margin: 0 0 23px;
    color: #dfe4e6;
    font-family: "Libre Bodoni", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 2.3em;
    letter-spacing: 0.06em;
}

.cols-b>*:first-child h1:after,
.cols-b>*:first-child h2:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

.cols-b>*:first-child h1 a,
.cols-b>*:first-child h2 a {
    display: block;
    float: left;
    color: #dfe4e6;
    text-decoration: none;
}

.cols-b>*:first-child h1 span,
.cols-b>*:first-child h2 span {
    display: block;
    padding: 0 0 20px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-size: .642em;
    text-decoration: underline;
    letter-spacing: 1px;
}

.cols-b>*:first-child h3 {
    margin: 0 0 2px;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    font-style: italic;
    text-decoration: underline;
    letter-spacing: 1px;
}

.cols-b>*:first-child p {
    margin-bottom: 24px;
    font-size: 1.5em;
    letter-spacing: 1px;
}

.cols-b>*:first-child a {
    color: #fff;
}

.cols-b>aside {
    position: relative;
    z-index: 2;
    float: left;
    width: 350px;
}

.cols-b:before {
    content: "";
    display: block;
    position: absolute;
    left: -1000em;
    top: 0;
    z-index: 1;
    width: 3000em;
    height: 100%;
}

.cols-b.single:before {
    background: url(../images/pattern-a.png);
}

.double-a {
    overflow: hidden;
    width: 100%;
}

.double-a>* {
    float: right;
}

.double-a>*:first-child {
    float: left;
}

.double-a.a {}

.double-a.a>* {
    width: 198px;
    padding: 67px 0 0;
}

.double-a.a>*:first-child {
    width: 416px;
    padding: 0;
}


/*! Modules --------- */

.comment-a {
    margin: -4px 0 0;
    padding: 18px 0 0;
    background: url(../images/border-a.png) repeat-x #fff;
    color: #6e6e6f;
}

.comment-a h2,
.comment-a h3 {
    margin: 0 0 9px;
    padding: 0 0 19px;
    background: url(../images/border-a.png) 0 100% repeat-x #fff;
    color: #4d4d4f;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    font-style: italic;
}

.comment-a h3 {
    background: none;
    background-color: #DDE4E6;
    line-height: 2.5em;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    margin-bottom: 20px;
}

.comment-a ul {
    list-style: none;
    margin: 0 0 6px;
    padding: 0;
}

.comment-a ul li {
    padding: 4px 0 17px;
    background: url(../images/border-a.png) 0 100% repeat-x #fff;
}

.comment-a ul li>span:first-child {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 19px;
}

.comment-a ul li>span:first-child>* {
    display: block;
    float: right;
}

.comment-a ul li>span:first-child>*:first-child {
    float: left;
}

.comment-a ul li>span:first-child a {
    color: #6e6e6f;
}

.comment-a form {
    position: relative;
    padding: 35px 0 0;
}

.comment-a form legend {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #4d4d4f;
    font-size: 1.3em;
    font-weight: 700;
}

.ie7 .comment-a form legend {
    left: -7px;
}

.comment-a form p {
    width: 100%;
    margin: 0 0 10px;
}

.comment-a form label {
    display: block;
    position: relative;
    float: left;
    line-height: 20px;
}

.comment-a form label.hidden {
    position: absolute;
}

.comment-a form label:first-child,
.comment-a form .label {
    display: block;
    float: left;
    width: 106px;
    padding: 0 20px 0 0;
    color: #b2876f;
    line-height: 20px;
    text-align: right;
}

.comment-a .commentnote {
    color: #b2876f;
    font-size: 1.1em;
}

.comment-a form p>input {}

.comment-a form label.radio,
.comment-a form label.checkbox {
    padding-left: 24px;
    color: #b2876f;
    font-size: .769em;
    font-style: italic;
    line-height: 23px;
}

.comment-a form label.radio>.fit-a,
.comment-a form label.checkbox>.fit-a {
    display: block;
    position: absolute;
    left: 4px;
    top: 7px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    cursor: pointer;
}

.comment-a form label.radio>.fit-a:after,
.comment-a form label.checkbox>.fit-a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    display: block;
    width: 133px;
    height: inherit;
    background: url(/images/sprite-a.png) -15px -130px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

.comment-a form label.radio.active>.fit-a:after,
.comment-a form label.checkbox.active>.fit-a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    display: block;
    width: 133px;
    height: inherit;
    background: url(/images/sprite-a.png) -4px -130px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

.comment-a input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.comment-a input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.comment-a form label.active>.fit-a {
    background-position: -4px -115px;
}

.comment-a form textarea {
    width: 406px;
    height: 157px;
    min-height: 157px;
}

.date-a {}

#root .date-a {
    display: block;
    width: 22px;
    height: 28px;
    padding: 0;
    cursor: pointer;
}

#root .date-a:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -4px -201px no-repeat;
    background-size: 100% Auto;
}

.date-b {
    margin: 0 0 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 400;
}

.date-b.mobile-only {
    display: none;
}

.date-b .ui-datepicker {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    border: 0;
}

.date-b .ui-datepicker-header {
    padding: 0 0 9px;
    background: none;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    text-transform: uppercase;
}

.date-b .ui-datepicker table {
    table-layout: fixed;
    border: 0;
}

.date-b .ui-datepicker th,
.date-b .ui-datepicker td,
#booking .date-b .ui-datepicker th,
#booking .date-b .ui-datepicker td {
    padding: 0;
    border: 1px solid #dde4e6;
    font-size: 1.3em;
}

.date-b .ui-datepicker th,
#booking .date-b .ui-datepicker th {
    padding: 8px 0;
}

.date-b .ui-datepicker th:first-child,
.date-b .ui-datepicker td:first-child,
#booking .date-b .ui-datepicker th:first-child,
#booking .date-b .ui-datepicker td:first-child {
    border-left: 0;
}

.date-b .ui-datepicker th:last-child,
.date-b .ui-datepicker td:last-child,
#booking .date-b .ui-datepicker th:last-child,
#booking .date-b .ui-datepicker td:last-child {
    border-right: 0;
}

.date-b .ui-datepicker td a,
.date-b .ui-datepicker td span {
    display: block;
    padding: 8px 0;
}

.date-b .ui-datepicker-calendar .ui-datepicker-week-end:first-child:not(.ui-state-disabled) {
    background: #eef1f2
}

.date-b .ui-datepicker-calendar .ui-datepicker-week-end:first-child a {
    color: #d2c0b7;
    cursor: default;
}

.date-b .ui-datepicker .ui-state-inactive,
.date-b .ui-datepicker .ui-state-inactive .ui-state-default {
    background: #ef8b98;
    color: #fff;
    pointer-events: none;
}

.date-b .ui-datepicker .ui-state-active {
    background: #993300;
    color: #fff;
}

.error-a,
#root .error-a {
    overflow: hidden;
    position: relative;
    width: auto;
    margin: 0 0 20px;
    padding: 11px 8px 12px;
    border: 1px solid #e64d61;
    color: #e64d61;
    line-height: 1.4;
    text-align: left;
}

.error-a .close {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 7px;
    width: 7px;
    height: 7px;
    text-indent: -3000em;
}

.error-a .close:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    display: block;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -20px -120px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

#root .error-a a {
    color: #e64d61;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
}

.jspCap {
    display: none;
}

.jspTrack {
    background: #d7dbdd;
    position: relative;
}

.jspDrag {
    border-radius: 2px;
    background: #ebedee;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.map-a {
    width: 592px;
    height: 417px;
    border: 10px solid #fff;
}

.map-a>* {
    position: relative;
    z-index: 1;
}

.map-a>.close {
    display: block;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/sprite-a.png) -29px -109px no-repeat;
    text-indent: -3000em;
}

.module-a,
#content.module-a {
    position: relative;
    width: 310px;
    min-height: 503px;
    left: 14px;
    margin-bottom: 78px;
    padding: 16px 20px 0;
    background: #dde4e6;
    color: #b3866e;
    font-weight: 400;
    line-height: 1.5;
}

.module-a.active footer,
#content.module-a.active footer {
    border-top: none;
}

.module-a h2 {
    margin: 0 0 8px;
    font-size: 2.8em;
    font-family: "Libre Bodoni", serif;
    font-weight: 900;
    font-style: italic;
}

.module-a p {
    font-size: 2em;
    font-weight: 500;
}

.module-a ol,
.module-a il {
    list-style: none;
    margin: 0;
    padding: 0;
}

.module-a ol:first-child,
.module-a ul:first-child {
    padding-top: 12px;
}

.module-a ol li,
.module-a ul li {
    padding: 0 0 20px;
    font-size: 2em;
    font-weight: 500;
}

.module-a>figure {
    position: absolute;
    left: -350px;
    top: 0;
}

.module-a:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 263px;
    height: 100%;
    border-left: 20px solid #fff;
    background: url(../images/pattern-a.png);
}

.module-a.a {}

.module-a.a>div {
    height: 430px;
}

.module-a.a footer {
    position: relative;
    left: -20px;
    width: 350px;
    padding-bottom: 10px;
    border-top: 1px dotted #B3866E;
}

.module-a.a footer>p,
.module-a.b footer>p {
    width: auto;
    margin: 0;
    padding: 0 20px;
    font-size: 1.8em;
    font-style: italic;
}

.module-a.a footer>p a,
.module-a.b footer>p a {
    display: block;
    position: relative;
    padding: 16px 0 20px;
    color: #b3866e;
}

.module-b h2 {
    position: relative;
    display: block;
    width: 100%;
    background-color: #F00;
}

.module-a.a footer>p i,
.module-a.b footer>p i,
.module-b h2 i {
    position: absolute;
    display: block;
    top: 22px;
    right: 15px;
    width: 8px;
    height: 20px;
    overflow: hidden;
}

.module-a.a footer>p i:after,
.module-a.b footer>p i:after,
.module-b h2 i:after {
    content: "";
    display: block;
    position: absolute;
    width: 133px;
    height: 17px;
    background: url(../images/sprite-a.png) -20px -99px no-repeat;
    background-size: 100% Auto;
}

.module-a.a.active footer>p i,
.module-a.b.active footer>p i,
.module-b.active h2 i {
    position: absolute;
    display: block;
    top: 29px;
    right: 12px;
    width: 20px;
    height: 8px;
    overflow: hidden;
}

.module-a.a.active footer>p i:after,
.module-a.b.active footer>p i:after,
.module-b.active h2 i:after {
    content: "";
    display: block;
    position: absolute;
    width: 133px;
    height: 17px;
    background: url(../images/sprite-a.png) -28px -99px no-repeat;
    background-size: 100% Auto;
}

.module-a.a footer>div {
    display: none;
    padding: 0 20px;
}

.module-a.a.active footer {
    bottom: 16px;
    background: none;
}

.module-a.a.active footer>p {
    margin: 0 0 11px;
    background: url(../images/border-a.png) 0 100% repeat-x;
}

.module-a.a.active footer>p a:after,
.module-a.b.active footer>p a:after,
.module-b.active h2 a:after {
    right: -6px;
    top: 30px;
    width: 17px;
    height: 5px;
    background-position: -27px -99px;
}

.module-a.b {}

.module-a.b footer {
    width: 100%;
    margin-top: 31px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    NOTborder-top: 1px dotted #B3866E;
}

.module-a.b footer>p {
    position: relative;
    display: block;
    width: 100%;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px dotted #B3866E;
}

.module-a.b footer>p.active {
    border-top: none;
}

.module-a.b footer>div {
    overflow: auto;
    position: absolute;
    left: -3000em;
    top: -3000em;
    width: 310px;
    height: 456px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
}

.module-a.b.active footer {
    margin-top: -16px;
    background: none;
}

.module-b,
#content.module-b {
    position: relative;
    margin-bottom: 120px;
    padding: 0;
    color: #b3866e;
    font-weight: 500;
    line-height: 1.5;
}

.module-b>div,
.module-b>form {
    position: relative;
    float: right;
    width: 264px;
    height: 519px;
    padding: 0;
    background: url(../images/pattern-a.png) #dde4e6;
}

.module-b>.slider-a {
    position: absolute;
    right: 284px;
    top: 0;
    width: 700px;
}

.module-b.a>.slider-a {
    position: absolute;
    width: 700px;
    height: 550px;
    overflow: hidden;
    right: 284px;
}

.module-b>.slider-a span {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.module-b h2 {
    margin: 0;
    font-size: 1.8em;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
}

.module-b h2 a {
    display: block;
    padding: 15px 20px 19px;
    background: #dde4e6;
    color: #b3866e;
}

.module-b h2 a:after {
    right: 20px;
}

.module-b.active h2 a {
    background: url(../images/border-a.png) 0 100% repeat-x #dde4e6;
}

.module-b.active h2 a:after {
    right: 14px;
    top: 30px;
}

.module-b h3 {
    margin: 0 0 3px;
    font-size: 1.5em;
    font-weight: 500;
    font-style: italic;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    letter-spacing: 1px;
}

.module-b>div>div {
    overflow: auto;
    position: absolute;
    left: -3000em;
    top: -3000em;
    width: 100%;
    height: 457px;
    padding: 10px 0 0;
    background: #dde4e6;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    outline: none;
}

.module-b>div .jspPane>* {
    margin-left: 20px;
    margin-right: 20px;
}

.module-b>form {
    width: 264px;
}

.module-b>form fieldset {
    height: 63px;
    padding: 15px 15px 0;
    background: #dde4e6;
}

.module-b.erotic>form fieldset {
    min-height: 63px;
    height: auto;
}

.module-b>form legend {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 1.5em;
    NOTfont-style: italic;
}

.ie7 .module-b>form legend {
    left: -7px;
}

.module-b>form legend a {
    display: block;
    padding: 12px 22px 21px;
    color: #b3866e;
    font-size: 9.em;
    letter-spacing: 1px;
}

.module-b>form p {
    display: none;
    margin: 0 0 10px;
    font-size: 1.3em;
}

.module-b>form .scheme-d,
#root .module-b>form .scheme-d {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 192px;
    margin: 0 0 0 -75px;
}

.module-b>form label {
    display: block;
    float: left;
    line-height: 20px;
}

.module-b>form input {
    float: right;
    width: 164px;
    height: 20px;
    background: #fff;
}

.module-b.erotic>form input {
    width: 134px;
}

.module-b>form button {
    min-width: 0;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    background: none;
    color: #b3866e;
    font-size: 1em;
    font-weight: 500;
    text-decoration: underline;
}

.module-c,
#content.module-c {
    width: 100%;
    padding: 116px 0 154px;
    background: url(../images/pattern-b.png);
}

.module-c+#footer,
.module-e+#footer,
.cols-b+#footer {
    background: none;
}

.module-d,
#content.module-d {
    margin-bottom: 133px;
    padding: 0;
}

.module-d>div {
    position: relative;
    left: -60px;
    z-index: 2;
    float: left;
    width: 270px;
    min-height: 383px;
    padding: 17px 40px 5px;
    background: #b3866e;
    color: #fff;
}

.module-d>figure {
    position: absolute;
    right: -24px;
    top: 0;
    z-index: 1;
    width: 634px;
}

.module-d>figure img {
    display: block;
    float: left;
    margin: 0 0 0 20px;
}

.module-d>figure img:first-child {
    margin-left: 0;
}

.module-d h2 {
    margin: 0 0 27px;
    color: #dde4e6;
    font-size: 2.8em;
    font-family: "Libre Bodoni", serif;
    font-weight: 900;
    font-style: italic;
}

.module-d h2 span {
    display: block;
    padding: 0 0 1px;
    color: #fff;
    font-size: .642em;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-decoration: underline;
}

.module-e,
#content.module-e,
#content.module-e.giftcard {
    font-family: 'Century Gothic' !important;
    position: relative;
    width: 390px;
    left: 40px;
    min-height: 478px;
    background: #dde4e6;
    color: #b2876f;
    font-weight: 500;
}

#content.module-e.giftcard {
    width: 410px;
    left: 45px;
}

.module-e>* {
    position: relative;
    z-index: 2;
}

.module-e:before {
    content: "";
    display: block;
    position: absolute;
    left: -1000em;
    top: 0;
    z-index: 1;
    width: 3000em;
    height: 100%;
    background: #dde4e6;
}

.module-e h2 {
    margin: 0 0 18px;
    color: #b2876f;
    font-size: 2.8em;
    font-family: "Libre Bodoni", serif;
    font-weight: 700;
    font-style: italic;
}

.module-e h3 {
    margin: 0 0 4px;
    font-size: 1.5em;
    font-style: italic;
    text-decoration: underline;
}

.module-e a {
    color: #b2876f;
}

.module-e .link-a+.scheme-f {
    padding-top: 6px;
}

.module-e .link {
    position: absolute;
    left: 100%;
    top: 24px;
    padding: 0 0 0 50px;
    white-space: nowrap;
}

.module-e .form-a input,
.module-e .form-a textarea,
.module-e .form-a select,
.module-e .form-b input,
.module-e .form-b textarea,
.module-e .form-b select {
    background: #fff;
    color: #b2876f;
}

.nav-a {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 500;
}

.nav-a h2,
.nav-a h3 {
    margin: 0 0 3px;
    color: #b3866e;
    font-size: 1.1em;
}

.nav-a ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.nav-a ul li {
    margin: 0;
    padding: 0;
    background: none;
}

.nav-b {
    padding: 5px 0 0;
}

.nav-b h2,
.nav-b h3,
.news-a h2.mobile-only,
news-a h3.mobile-only {
    margin: 0;
    padding: 0 0 17px;
    background: url(../images/border-a.png) 0 100% repeat-x #fff;
    color: #b3866e;
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-style: italic;
    text-transform: lowercase;
}

.news-a h2.mobile-only,
.news-a h3.mobile-only {
    padding: 0 32px 15px 0;
    background: none;
    font-size: 2.4em;
}

.nav-b>ul {
    list-style: none;
    padding: 0;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 400;
}

.nav-b>ul>li {
    margin: 0;
    padding: 16px 0 10px;
    background: url(../images/border-a.png) repeat-x #fff;
    font-size: 1.1em;
}

.nav-b>ul>li:first-child {
    background: none;
}

.nav-b>ul>li>a {
    color: #b3866e;
    font-weight: 700;
    text-decoration: none;
}

.nav-b>ul>li>ul {
    position: absolute;
    left: -3000em;
    top: -3000em;
    list-style: none;
    margin: 0;
    padding: 4px 0 0;
}

.nav-b>ul>li.active>ul {
    position: relative;
    left: 0;
    top: 0;
}

.nav-b>ul>li>ul>li {
    margin: 0;
    padding: 0 0 5px;
    background: none;
}

.nav-b>ul>li>ul>li>a {
    color: #b3866e;
    text-decoration: none;
}

.news-a {
    color: #939598;
    line-height: 1.4;
}

.news-a>.inner {
    overflow: hidden;
    width: 105%;
}

.news-a article {
    position: relative;
    display: block;
    float: left;
    width: 198px;
    margin: 0 20px 20px 0;
    padding: 0 0 16px;
    background: url(../images/border-a.png) 0 100% repeat-x #fff;
}

.chrome.win .news-a article {
    1margin-bottom: 0px;
}

.news-a article>* {
    position: relative;
    z-index: 1;
}

.news-a article>.link {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -3000em;
    color: #000;
}

.news-a article a {
    color: #000 !important;
}

.news-a figure {
    margin: 0 0 17px;
    padding: 0 0 21px;
    background: url(../images/border-a.png) 0 100% repeat-x #fff;
}

.news-a h2,
.news-a h3 {
    margin: 0 0 4px;
    font-size: 1.7em;
    font-style: italic;
    font-weight: 500;
}

.news-a header p {
    color: #b3866e;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.1em;
}

.news-a p {
    margin: 0 0 4px;
    font-size: 1.3em;
    color: #000;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.news-a a {
    12color: #939598;
}

.news-a .link-a {
    clear: both;
}

.news-a .link-a a {
    position: relative;
    font-weight: 500;
    left: -20px;
    float: none;
    width: 146px;
    margin: 0 auto;
}

.news,
.newspost {
    left: 20px;
    border-top: 1px dotted #B3866E;
    color: #000;
}

.newspost {
    left: 20px;
    border-top: 1px dotted #B3866E;
    color: #000;
    letter-spacing: 0.04em;
}

.newspost p {
    font-weight: 500;
}

.newspost h1,
.newspost h2,
.newspost h3,
.newspost h4 {
    letter-spacing: 0.05em;
}

.newspost nav.nav-a ul li a,
.newspost nav.nav-a a {
    font-size: 0.8em;
}

.newspost form fieldset span.input {
    display: block;
    margin-right: 10px;
    margin-top: 3px;
    overflow: hidden;
    padding: 0 5px;
}

.newspost form fieldset span.input input {
    width: 100%;
}

.pagination-a,
#root .pagination-a {
    list-style: none;
    margin: 0 0 29px;
    padding: 2px 0 1px;
    background: url(../images/border-a.png) 0 100% repeat-x;
    text-transform: uppercase;
}

.pagination-a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    border-top: 1px dotted #B3866E;
}

.pagination-a>li,
#root .pagination-a>li {
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.pagination-a>li:first-child,
#root .pagination-a>li:first-child {
    float: left;
}

.pagination-a>li a,
#root .pagination-a>li a {
    color: #939598;
}

.pagination-a>li a:before,
#root .pagination-a>li a:before,
.pagination-a>li:first-child a:after,
#root .pagination-a>li:first-child a:after {
    position: relative;
    width: auto;
    background: none;
    content: "";
}

.pagination-a>li a:after,
#root .pagination-a>li a:after {
    content: " >";
}

.pagination-a>li:first-child a:before,
#root .pagination-a>li:first-child a:before {
    content: "< ";
}

.slide-a {
    position: relative;
    z-index: 2;
    margin: 0 0 30px;
    padding: 24px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.slide-a.active {
    margin-bottom: 0;
}

.slide-a:before,
.slide-a:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    width: 1000em;
    height: 1px;
    background: #fff;
}

.slide-a:before {
    top: -1px;
}

.slide-a:after {
    bottom: -1px;
}

.cols-b>*:first-child .slide-a.active:after {
    background: none;
}

.cols-b>*:first-child .slide-a.active {
    border-bottom-color: #b3866d;
}

.slide-a h2,
#root .slide-a h2 {
    width: 100%;
    margin: 0;
}

.slide-a h2:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

.slide-a h2 a {
    display: block;
    position: relative;
    float: left;
    padding: 0 29px 0 0;
}

.slide-a h2 a i {
    position: absolute;
    display: block;
    top: 4px;
    right: 0px;
    width: 9px;
    height: 20px;
    overflow: hidden;
}

.slide-a h2 a i:after {
    content: "";
    display: block;
    position: absolute;
    width: 133px;
    height: 17px;
    background: url(../images/sprite-a.png) -48px -99px no-repeat;
    background-size: 100% Auto;
}

.slide-a.active h2 a i {
    right: 0;
    top: 11px;
    width: 17px;
    height: 6px;
}

.slide-a.active h2 a i:after {
    background-position: -57px -99px;
}

.slide-a>div {
    padding: 25px 0 0;
}

.slide-a>div>*:last-child {
    margin-bottom: 0;
}

.slide-a>div>.last-child {
    margin-bottom: 0;
}

.slider-a {
    position: relative;
    color: #4d4d4d;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 400;
    font-size: 10px;
}

.slider-a .bx-wrapper {
    position: relative;
    z-index: 1;
}

.slider-a .bx-wrapper span {
    display: block;
}

.slider-a .bx-wrapper span>span {
    padding: 16px 40px 0 0;
    text-align: right;
}

.slider-a .bx-pager {
    position: absolute;
    left: -3000em;
    top: -3000em;
    width: 100%;
    padding: 7px 0 0;
    text-align: center;
}

.slider-a .bx-pager .bx-pager-item {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0 6.5px;
}

.slider-a .bx-pager .bx-pager-item a {
    display: -moz-inline-stack;
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #d1d2d4;
    text-indent: -3000em;
    text-align: left;
}

.slider-a .bx-pager .bx-pager-item a.active {
    background: #abadb0;
    cursor: default;
}

.slider-a .bx-prev,
.slider-a .bx-next {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 15px;
    height: 43px;
    margin: -32px 0 0;
    text-indent: -3000em;
}

.slider-a .bx-prev:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) 0px -240px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

.slider-a .bx-next {
    left: auto;
    right: 10px;
}

.slider-a .bx-next:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -15px -240px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

.slider-a .short {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 0 0 5px;
    background: #fff;
}


/* socila */

.social-a {
    overflow: hidden;
    list-style: none;
    width: 100%;
    padding: 0;
}

.social-a li {
    float: left;
    display: block;
    overflow: hidden;
    width: 21px;
    height: 21px;
    margin: 0;
    padding: 0 0 0 12px;
    background: none;
}

.social-a li:first-child {
    padding-left: 0;
}

.social-a li a {
    display: block;
    overflow: hidden;
    width: 133px;
    height: inherit;
    background: url(../images/sprite-a.png) -106px 0 no-repeat;
    background-size: 100% Auto;
    text-indent: -3000em;
}

.social-a li.fb a {
    background-position: -85px -206px;
}

.social-a li.in a {
    background-position: -61px -206px;
}

.social-a li.pn a {
    background-position: -34px -206px;
}

.social-a li.tw a {
    background-position: -112px -206px;
}

.ui-datepicker {
    position: absolute;
    left: -3000em;
    top: -3000em;
    width: 144px;
    border: 1px solid #b3866e;
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
}

.ui-datepicker table {
    margin: 0;
    border: 0;
    table-layout: fixed;
}

.ui-datepicker th,
.ui-datepicker td,
.ui-timepicker th,
.ui-timepicker td {
    padding: 3px 0;
    border: 0;
    font-size: 1em;
}

.ui-datepicker th a,
.ui-datepicker td a,
.ui-timepicker th a,
.ui-timepicker td a {
    color: #b2876f;
    text-decoration: none;
}

.ui-datepicker .ui-state-active,
.ui-timepicker .ui-state-active {
    font-weight: 700;
}

.ui-datepicker-header,
.ui-timepicker-title {
    background: #dde4e6;
    font-size: 1em;
    color: #b2876f;
    line-height: 24px;
    text-align: center;
}

.ui-datepicker-header a {
    color: #b2876f;
}

.ui-datepicker-title {
    display: inline;
    margin: 0 4px;
}

.ui-datepicker.a thead,
.ui-datepicker.a thead tr,
.ui-datepicker.a thead tr th {
    display: none;
    position: absolute;
    left: -3000em;
    top: -3000em;
}

.ui-timepicker {
    border: 1px solid #b3866e;
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
}

.ui-timepicker table {
    margin: 0;
    border: 0;
}

.ui-timepicker-title {
    background: #dde4e6;
    font-weight: 700;
    text-align: center;
}

.ui-timepicker .ui-timepicker-hours,
.ui-timepicker .ui-timepicker-minutes {
    padding: 0;
}

.ui-timepicker .ui-timepicker-minutes {
    border-left: 1px solid #b2876f;
}

.ui-timepicker th,
.ui-timepicker td {
    padding: 3px 5px;
}

.ui-timepicker th {
    padding: 3px 7px;
}


/*#ui-timepicker-div { padding: 0.2em; }
	.ui-timepicker-table { display: inline-table; width: 0; margin: 0; border: 0; }
	.ui-timepicker-table table { margin: 0; border: 0; table-layout: fixed; }
	.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em;  }
	.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: center; }
	.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
	.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }
	.ui-timepicker-table td span { display: block; padding: 0.2em 0.3em 0.2em 0.5em; width: 1.2em; text-align: right; text-decoration: none; }
	.ui-timepicker-table td a { display: block; padding: 0.2em 0.3em 0.2em 0.5em; width: 1.2em; cursor: pointer; text-align: right; text-decoration: none; }
	.ui-timepicker .ui-timepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
	.ui-timepicker .ui-timepicker-buttonpane button { margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; }
	.ui-timepicker .ui-timepicker-close { float: right }
	.ui-timepicker .ui-timepicker-now { float: left; }
	.ui-timepicker .ui-timepicker-deselect { float: left; }*/


/*! Headers --------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 13px;
    color: #b3866e;
    font-weight: 500;
    line-height: 1.1;
}

h1,
h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 2.0em;
}

h4 {
    font-size: 1.8em;
}

h5 {
    font-size: 1.6em;
}

h6 {
    font-size: 1.4em;
}


/*! Typography --------- */

b,
strong,
.strong {
    font-weight: 800;
}

blockquote {
    margin: 1em 40px;
}

dfn,
em,
i,
.em {
    font-style: italic;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.u {
    text-decoration: underline;
}

.scheme-a {
    margin: 0 0 7px;
    color: #b3866e;
    font-size: 1.1em;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 700;
}

.scheme-a.a {
    font-weight: 500;
}

.scheme-a+.scheme-a {
    margin-top: -4px;
}

.scheme-b {
    display: block;
    font-style: italic;
    font-weight: 400;
}

.scheme-c,
.scheme-c p {
    font-size: 1.3em;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.archer_300 p,
.archer_300 ol,
.archer_300 ul,
.archer_300 li {
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.archer_300 ol,
.archer_300 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.archer_300 li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.archer_300 li:first-child {
    margin-top: 0px;
}

.archer_300 strong {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 0.9em;
}

.scheme-d,
#root .scheme-d {
    position: relative;
    width: 90px;
    height: 104px;
    padding: 46px 30px 0;
    background: #b3866e;
    color: #fff;
    font-size: 2.0em;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 100;
    line-height: 1.175;
    letter-spacing: 1px;
    text-align: center;
}

.scheme-d {
    border-radius: 100px;
}

.scheme-e,
#root .scheme-e {
    position: relative;
    width: 127px;
    height: 198px;
    margin: 0 auto;
    padding: 69px 70px 0;
    background: #e64d61;
    color: #fff;
    font-size: 2.4em;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 1.325;
    letter-spacing: 1px;
    text-align: center;
}

.scheme-e {
    border-radius: 250px;
}

.scheme-f {
    text-align: right;
}

.scheme-g {
    font-size: 1.8em;
}

.scheme-h,
#root .scheme-h {
    position: relative;
    width: 70px;
    height: 110px;
    padding: 40px 40px 0;
    background: #e64d61;
    color: #fff;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 1.6em;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 1px;
}

.scheme-h {
    border-radius: 250px;
}

#root .cols-b>*:first-child .scheme-h {
    position: absolute;
    left: -75px;
    top: 138px;
}

.scheme-i {
    font-weight: 400;
    font-style: italic;
}


/*! Links --------- */

a {
    color: #e64d61;
    text-decoration: underline;
    cursor: pointer;
}


/*---*/

a span {
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

#filter ul li a:hover,
#filter ul li a:focus,
#filter ul li a:active,
#footer nav ul li a:hover,
#footer nav ul li a:focus,
#footer nav ul li a:active,
.nav-b>ul>li>a:hover,
.nav-b>ul>li>a:focus,
.nav-b>ul>li>a:active,
.nav-b>ul>li>ul>li>a:hover,
.nav-b>ul>li>ul>li>a:focus,
.nav-b>ul>li>ul>li>a:active,
.module-b>form button:hover,
.module-b>form button:focus,
.module-b>form button:active {
    text-decoration: underline;
}

.link-a {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.link-a a {
    display: block;
    float: left;
    min-width: 141px;
    height: 35px;
    padding: 0 20px;
    border: 1px solid #b3866e;
    border: 1px solid #b3866e;
    color: #b2876f;
    line-height: 35px;
    text-decoration: none;
}

.link-a a.a {
    background: #b3866e;
    color: #fff;
}

.link-a.a {}

.link-a.a a {
    float: right;
    min-width: 90px;
    margin: 0 0 0 12px;
}

hr+.link-a,
.hr+.link-a {
    padding-top: 3px;
}

.link-b {
    overflow: hidden;
    width: 100%;
    margin: 0;
    font-size: 1.1em;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.link-b a {
    display: block;
    float: left;
    padding: 0 0 0 19px;
    background: url(../images/sprite-a.png) 0 -308px no-repeat;
    color: #d9c2b6;
    text-decoration: none;
}


/*! Figures --------- */

img {
    border-width: 0;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

@media only screen and (min-width: 1px) {
    img {
        max-width: 100% !important;
    }
    img {
        height: auto !important;
    }
}


/*! Lists --------- */

ul,
ol,
dd,
blockquote {
    padding-left: 40px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin: 0 0 10px;
    padding: 0 0 0 10px;
}

.list-a {
    list-style: none;
    padding: 0;
}

.list-a li {
    margin: 0 0 18px;
    padding: 0;
    background: none;
}

.list-a li>span:first-child {
    display: block;
    margin: 0 0 -2px;
    font-size: 1.153em;
    font-weight: 500;
    text-decoration: underline;
}

.list-b {
    list-style: none;
    padding: 0 0 2px;
}

.list-b li {
    position: relative;
    margin: 0 0 1px;
    padding: 0 110px 0 0;
    background: none;
}

.list-b li a {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: .846em;
}

.list-c,
#root #contact .list-c {
    position: relative;
    list-style: none;
    width: 257px;
    height: 248px;
    margin: 0 0 16px;
    padding: 9px 0 0;
    border: 1px solid #b2866f;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
}

.list-c {
    border-radius: 200px;
}

.list-c li,
#root #contact .list-c li {
    margin: 0;
    padding: 24px 0 0;
    font-size: 2.7em;
}


/* TMP FONT */

.list-c li,
#root #contact .list-c li {
    margin: 0;
    padding: 21px 0 0;
    font-size: 2.1em;
}

.list-c li span,
#root #contact .list-c li span {
    display: block;
    margin: 0 0 -2px;
    font-size: .518em;
    font-weight: 300;
    text-transform: uppercase;
}

.list-d {
    list-style: none;
    width: 100%;
    padding: 0;
}

.list-d:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

.list-d li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 24px 0 28px;
    background: none;
    font-size: 1.1em;
}

.list-d li.c {
    display: none;
}

.list-d li:first-child {
    padding-left: 0;
}

.list-d li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
    width: 13px;
    height: 13px;
}

.list-d li.a:after {
    border: 1px solid #b3866e;
    background: #fff;
}

.list-d li.a.trainee:after {
    border: 1px solid #c3e4f2;
    background: #c3e4f2
}

.list-d li.b:after {
    border: 1px solid #f2a6b0;
    background: #f2a6b0;
}

.list-d li.c:after {
    border: 1px solid #f1f1f2;
    background: #f1f1f2;
}


/*! Forms --------- */

legend,
caption {
    display: none;
    padding: 0;
    border: 0;
    white-space: normal;
}

fieldset,
hr {
    border-width: 0;
}

button,
input[type="submit"] {
    padding: 0 8px;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: button;
}

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

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

::input-placeholder {
    font-family: 'Century Gothic' !important;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
    font-family: 'Century Gothic' !important;
}

::-moz-placeholder {
    opacity: 1;
    color: inherit;
    font-family: 'Century Gothic' !important;
}

:-moz-placeholder {
    opacity: 1;
    color: inherit;
    font-family: 'Century Gothic' !important;
}

:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
    font-family: 'Century Gothic' !important;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
}

:focus::-moz-placeholder {
    opacity: 0;
}

:focus:-moz-placeholder {
    opacity: 0;
}

:focus:-ms-placeholder {
    opacity: 0;
}

form {}

label {
    display: block;
    position: relative;
    z-index: 2;
}

form p {
    clear: both;
}

form p:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="time"] {
    height: 20px;
    padding: 0 10px;
}

.lt-ie9 input[type="text"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="date"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="url"] {
    line-height: 20px;
}

select {
    padding: 7px 7px 7px 7px;
    text-overflow: '';
    text-indent: 0.01px;
}

select::-ms-expand {
    display: none;
}

textarea {
    padding: 0 0 0 10px;
    border: 1px solid #b3866e;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="time"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="url"],
select {
    position: relative;
    z-index: 1;
    border: 0;
    background: #dde4e6;
}

button {
    display: block;
    position: relative;
    float: right;
    min-width: 183px;
    height: 37px;
    padding: 0 12px;
    border: 1px solid #b3866e;
    background: none;
    color: #b2876f;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}

button:hover,
button:focus,
button:active,
.link-a a:hover,
.link-a a:focus,
.link-a a:active,
.form-a button:hover,
.form-a button:focus,
.form-a button:active,
#root .form-a p.a button:hover,
#root .form-a p.a button:focus,
#root .form-a p.a button:active {
    background: #b3866e;
    color: #fff;
    text-decoration: none;
}

.checklist-a {
    overflow: hidden;
    list-style: none;
    width: 100%;
    padding: 0;
}

.checklist-a li {
    margin: 0;
    padding: 0;
    background: none;
}

.checklist-a li label {
    display: block;
    position: relative;
    padding: 0 0 0 18px;
}

.checklist-a li label>.fit-a {
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    overflow: hidden;
    height: 9px;
    background: url(../images/sprite-a.png) -3000em -3000em no-repeat;
    cursor: pointer;
}

.checklist-a li label.radio>.fit-a:after,
.checklist-a li label.checkbox>.fit-a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    display: block;
    width: 133px;
    height: inherit;
    background: url(/images/sprite-a.png) -15px -130px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

.checklist-a li label.radio.active>.fit-a:after,
.checklist-a li label.checkbox.active>.fit-a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    display: block;
    width: 133px;
    height: inherit;
    background: url(/images/sprite-a.png) -4px -130px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

.checklist-a.a {}

.checklist-a.a li {
    float: left;
    padding: 0 12px 0 14px;
    background: url(../images/border-b.png) 0 7px no-repeat;
}

.checklist-a.a li:first-child {
    padding-left: 0;
    background: none;
}

.checklist-a.a li:last-child {
    padding-right: 0;
}

.checklist-a.a li.last-child {
    padding-right: 0;
}

.form-a {
    padding: 4px 0 0;
}

.form-a:first-child {
    padding-top: 0;
}

.form-a p {
    width: 100%;
    margin: 0 0 10px;
    line-height: 20px;
    text-align: right;
}

.form-a span.error-a {
    position: relative;
    display: block;
}

.form-a span.error-a p {
    line-height: 1.4em !important;
    text-align: left !important;
    margin-bottom: 0;
}

.form-a label {
    display: inline;
}

.form-a p>input {
    float: right;
    width: 260px;
    margin: 0 0 0 20px;
    border: 1px solid #DDE4E6;
    padding: 2px 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.phonewithtype select {
    float: right;
    width: 60px;
    margin: 0 0 0 20px;
    border: 1px solid #DDE4E6;
    padding: 2px 0px;
    height: 20px;
    font-size: 9pt;
    padding-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align-last: center;
    font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.phonewithtype>input {
    margin-left: 5px !important;
    width: 195px !important;
}

input.error {
    border: 1px solid #E64D61 !important !important;
}

select.error {
    outline: 1px solid #E64D61 !important !important;
}

.form-a p.submit {
    margin: 0 0 25px;
}

.form-a button {
    margin-top: 5px;
    background: none;
}

.form-a p.a button {
    width: 124px;
    min-width: 0;
    margin-left: 12px;
    border: 0;
    background: #fff;
    color: #b2876f;
}

.form-a div.hidden {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    padding: 9px 0 0;
}

.form-a div.hidden hr,
.form-a div.hidden .hr {
    margin-bottom: 19px;
}

.form-a .checklist-a.a {
    position: absolute;
    right: 0;
    top: -50px;
    width: auto;
}

.form-a .checklist-a.a li {
    padding-bottom: 8px;
    padding-top: 5px;
}

.form-b {}

.form-b p {
    position: relative;
}

.form-b label {
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
}

.js .form-b label {
    position: absolute;
    padding: 0 10px;
    line-height: 38px;
    cursor: text;
}

.form-b input {
    width: 380px;
    height: 38px;
    line-height: 38px;
}

.form-b .submit {
    text-align: center;
}

.form-b button {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
}

.form-b .success {
    display: none;
    font-size: 1.8em;
}


/*! Tables --------- */

table {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    border: 1px solid #b3866e;
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    padding: 5px 10px;
    border: 1px dotted #d9c3b7;
    color: #b2876f;
    font-size: 1.1em;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

th:first-child,
td:first-child {
    border-left: 0;
}

th:last-child,
td:last-child {
    border-right: 0;
}

th.last-child,
td.last-child {
    border-right: 0;
}

tr:first-child>* {
    border-top: 0;
}

tr:last-child>* {
    border-bottom: 0;
}

tr.last-child>* {
    border-bottom: 0;
}

tr:first-child th:first-child {
    background: #dde4e6;
    color: #b89582;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
}


/* change calendar colour */

#booking_week tr:first-child,
#booking_week tr th:first-child {
    background: #dde4e6;
}


/*! Helpers --------- */

* {
    transition: color 0.4s ease 0s, background-color 0.4s ease 0s, border-color 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, border-color 0.4s ease 0s, opacity 0.3s ease 0s;
    -webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, border-color 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: color 0.4s ease 0s, border-color 0.4s ease 0s, background-color 0.4s ease 0s, border-color 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, border-color 0.4s ease 0s, opacity 0.3s ease 0s;
    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
}

.module-a.a footer>div,
.module-a.b footer>div,
.module-a.b footer>p,
.ui-datepicker {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.jspPane {
    transition: 0.2s top;
    -moz-transition: 0.2s top;
    -webkit-transition: 0.2s top;
    -o-transition: 0.2s top;
    -ms-transition: 0.2s top;
}

.jspDrag {
    transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
}

.clear {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.hidden,
[hidden] {
    position: absolute;
    left: -3000em;
    top: 0;
}

hr,
.hr {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 2px;
    margin: -11px 0 15px;
    padding: 0;
    border: 0;
    border-top: 1px dotted #B3866E;
    font-size: 0;
}

.hr hr {
    display: none;
}

ul+hr,
ul+.hr,
ol+hr,
ol+.hr,
hr:first-child,
.hr:first-child {
    margin-top: 0;
}

h1+hr,
h2+hr,
h1+.hr,
h2+.hr {
    margin-top: 23px;
}

#root .mb-a {
    margin-bottom: 0;
}

#root .mb-b {
    margin-bottom: 14px;
}

#root .mb-c {
    margin-bottom: 9px;
}

.mobile-only,
.tablet-only,
.desktop-hide,
#mobile-filter.mobile-only,
#booking fieldset>div.mobile-only,
#booking fieldset>div>div.mobile-only {
    position: absolute;
    left: -3000em;
    top: 0;
}

#booking fieldset>div.mobile-only,
#booking fieldset>div>div.mobile-only,
#booking .list-d.mobile-only {
    display: none;
}


/*! Warnings --------- */

p.lt-ie9,
#root:after {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 28px;
    background: #333;
    color: #fff;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 28px;
    text-align: center;
}

p.lt-ie9 a {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
}

p.lt-ie9 a:hover,
p.lt-ie9 a:focus,
p.lt-ie9 a:active {
    text-decoration: none;
}

#12root:after {
    content: "Ummm.. please, enable JavaScript support to fully experience this site.";
}

.js #root:after {
    position: absolute;
    left: -3000em;
    top: -3000em;
}

.js body {
    padding-top: 0;
}

.lt-ie9 body {
    padding-top: 28px;
}


/*! Miscellaneous --------- */

svg:not(:root) {
    overflow: hidden;
}

::selection {
    background: #e64d61;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #e64d61;
    color: #fff;
    text-shadow: none;
}

.newspost article figure {
    width: 100% !important;
}

.newspost article object {
    width: 100% !important;
}


/* Responsive --------- */

@media only screen and (max-width: 1030px) {
    .tablet-hide {
        display: none !important;
    }
    .tablet-only {
        display: block !important;
    }
    #top {
        width: 768px;
        height: 124px;
    }
    #top h1 {
        top: 43px;
        left: 32px;
    }
    #nav {
        position: absolute;
        left: 160px;
        top: 49px;
        z-index: 2;
    }
    #nav>ul>li>ul {
        top: 35px;
        padding-top: 4px;
    }
    #filter {
        left: 155px;
        top: 90px;
    }
    #root #search {
        display: none !important;
    }
    #top #search {
        right: 34px;
        display: block !important;
    }
    #content,
    #root>p,
    #contact,
    #booking {
        width: 700px;
    }
    #content,
    #root>p,
    #contact,
    #booking {
        width: 700px;
        left: -10px;
    }
    #contact {
        width: 717px;
        left: 7px;
    }
    #booking header .date-a {
        right: 13px;
    }
    #nav>ul>li {
        padding-left: 20px;
    }
    #nav>ul>li>a.email {
        margin-left: 34px;
    }
    #featured {
        width: 768px;
    }
    #featured figure {
        font-size: 2.4em;
    }
    #featured figure>img,
    #featured figcaption {
        width: 505px !important;
    }
    #featured:before {
        top: 390px;
    }
    #featured figure>img {
        height: 391px !important;
    }
    #featured figure>img:first-child,
    #featured form {
        width: 263px !important;
    }
    #featured figcaption {
        padding-left: 87px;
        text-align: left;
        text-indent: 0;
    }
    #featured figcaption a {
        left: 203px;
        top: 98px;
        width: 120px;
        height: 120px;
        padding: 36px 0 0;
        font-size: .498em;
        line-height: 40px;
    }
    #featured .social-a {
        left: 15px;
    }
    #featured>p {
        left: 155px;
    }
    #featured>p a {
        width: 86px;
    }
    #featured form legend,
    #featured form p.thanks {
        padding: 0 0 0 20px;
        font-size: 1.3em;
    }
    #featured form input {
        width: 115px;
    }
    #contact {
        padding: 19px 44px 152px 229px;
    }
    #contact h2 {
        margin-bottom: 25px;
        padding-bottom: 18px;
        font-size: 2.4em;
    }
    #contact .vcard {
        width: 190px;
    }
    #contact .vcard li,
    #contact .vcard .a {
        padding-left: 14px;
        padding-top: 13px;
        padding-bottom: 10px;
        font-size: 1.1em;
    }
    #contact .vcard .a {
        padding-right: 0;
    }
    #contact .vcard .book {
        right: -45px;
        bottom: -45px;
        font-size: .92em;
    }
    #contact .vcard .book a {
        width: 90px;
        height: 90px;
        padding: 27px 0 0;
    }
    #contact .vcard .social {
        padding: 14px 0;
    }
    #contact .vcard .social a,
    #contact .vcard .social a:first-child {
        margin-left: 9px;
    }
    #contact>figure {
        width: 240px;
    }
    #contact>footer {
        left: 74px;
        bottom: 20px;
    }
    #contact>footer ul li {
        font-size: 1.1em;
    }
    #contact>footer .list-c {
        left: 0;
    }
    #contact .map-a {
        right: 0;
        top: 89px;
        width: 461px;
    }
    #contact>form {
        right: 0;
        top: 89px;
        width: 490px;
        height: 270px;
        padding: 30px 0;
    }
    #contact>form fieldset {
        padding-right: 171px;
    }
    #contact>form p {
        margin: 0 0 7px;
        font-size: 1em;
    }
    #contact>form label {
        width: 58px;
        line-height: 16px;
    }
    #contact>form input {
        width: 192px;
        height: 16px;
        line-height: 16px;
    }
    #contact>form textarea {
        width: 202px;
        height: 156px;
        min-height: 156px;
    }
    #contact>form button {
        width: auto;
        min-width: 141px;
        height: 29px;
        margin-right: 20px;
    }
    #booking fieldset {
        width: 525px;
        padding: 0 0 0 180px;
    }
    #booking fieldset>div .error-a {
        left: -170px;
    }
    #booking textarea {
        width: 100%;
        height: 127px;
        min-height: 127px;
    }
    #root>p {
        padding: 16px 0 13px;
        font-size: 1em;
    }
    .cols-a>*:first-child {
        width: 500px;
    }
    .cols-a>aside {
        width: 150px;
    }
    .cols-b>*:first-child {
        width: 384px;
        padding-right: 0;
        padding-left: 77px;
    }
    .module-d,
    #content.module-d {
        left: 0px;
    }
    .module-d>figure {}
    .double-a.a>*,
    .double-a.a>*:first-child {
        float: none;
        width: auto;
        padding-top: 0;
    }
    .checklist-a.a {}
    .checklist-a.a li {
        padding-left: 23px;
        background: none;
    }
    .comment-a {}
    .comment-a form textarea {
        width: 100%;
    }
    .list-c,
    #root #contact .list-c {
        width: 197px;
        height: 197px;
        margin-bottom: 12px;
        padding: 2px 0 0;
    }
    .list-c li,
    #root #contact .list-c li {
        padding: 20px 0 0;
        font-size: 2.1em;
    }
    /* TMP FONT */
    .list-c li,
    #root #contact .list-c li {
        padding: 10px 0 0;
        font-size: 1.8em;
    }
    .list-c li,
    #root #contact .list-c li:nth-child(2) {
        padding-top: 17px;
    }
    /* TMP FONT */
    .list-c li span,
    #root #contact .list-c li span {
        margin: 0;
    }
    .map-a {
        height: 323px;
        border: 5px solid #fff;
    }
    .map-a>.close {
        right: 5px;
        top: 5px;
        width: 13px;
        height: 13px;
        background: url(../images/2x/x-a.png) no-repeat;
        background-size: cover;
    }
    .module-a {}
    .module-a.a,
    .module-a.b {
        left: 175px;
    }
    .module-a,
    #content.module-a {
        left: 175px;
    }
    .module-b,
    #content.module-b {
        width: 768px;
        left: -36px;
    }
    .module-a:before {
        left: -3000em;
        top: -3000em;
    }
    .module-d>div {
        left: 0;
        height: 458px
    }
    .module-d>figure {
        width: 350px;
    }
    .module-d>figure img:first-child {
        width: 320px !important;
        height: auto !important;
    }
    .module-e,
    #content.module-e {
        width: 300px;
        min-height: 343px;
        background-color: #F00;
    }
    .module-e,
    #content.module-e {
        left: -45px;
    }
    .module-e.copy,
    #content.module-e.copy {
        width: 320px;
    }
    .module-e.copy,
    #content.module-e.copy {
        left: 20px;
    }
    .module-e.copy input,
    #content.module-e.copy input {
        width: 182px;
    }
    .module-e.yourbooking input,
    #content.module-e.yourbooking input {
        width: 260px;
    }
    .news-a article {
        width: 160px;
        margin: 0 10px 18px 0;
    }
    .news-a .link-a a {
        left: -12px;
        width: 116px;
    }
    .scheme-h,
    #root .scheme-h {
        width: 120px;
        height: 120px;
        padding: 32px 32px 0;
        font-size: 1.276em;
    }
    #root .cols-b>*:first-child .scheme-h {
        left: -60px;
        top: 231px;
    }
    .form-a {}
    .form-a p {
        position: relative;
        line-height: 30px;
    }
    .form-a p>input {
        width: 163px;
        height: 30px;
        line-height: 30px;
    }
    .form-a.a {}
    .form-a.a p {
        margin-bottom: 15px;
    }
    .form-a.a p>label {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        padding: 0 10px;
        line-height: 30px;
        text-align: left;
        cursor: text;
    }
    .form-a.a p>input,
    .phonewithtype select {
        height: 30px;
        line-height: 30px;
    }
    .phonewithtype select {
        font-size: 10pt;
        width: 80px;
        margin-left: 0px !important;
    }
    .phonewithtype>input {
        margin-left: 5px !important;
        width: 215px !important;
    }
    .phonewithtype>label {
        left: 85px !important;
    }
    .form-a.a p>input {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
    .form-a.a button {
        margin: 0;
    }
    .form-a.a p.submit {
        margin-bottom: 4px;
        margin-top: -30px;
    }
    .form-a .checklist-a.a {
        right: inherit;
        left: 0;
        top: -46px;
    }
    .form-a div.hidden {
        padding: 14px 0 0;
    }
    .form-a div.hidden hr,
    .form-a div.hidden .hr {
        margin-bottom: 29px;
    }
    .form-b {}
    .form-b input {
        width: 100%;
    }
    hr.a,
    .hr.a {
        margin-top: 34px;
        top: 6px;
    }
    .desktop-hide,
    .tablet-only,
    #root .module-d>figure img:first-child {
        position: relative;
        left: 0;
        top: 0;
    }
    .tablet-hide,
    #root .module-d>figure img {
        position: absolute;
        left: -3000em;
        top: 0;
    }
    .news .nav-b>ul>li>ul>li,
    .newspost .nav-b>ul>li,
    .news .nav-a>ul>li>ul>li,
    .newspost .nav-a>ul>li {
        padding: 6px 0 6px;
    }
    .news,
    .newspost {
        left: 0px !important;
    }
    .ui-datepicker-prev {
        margin-right: 20px;
    }
    .ui-datepicker-next {
        margin-left: 20px;
    }
    .module-e.copy,
    #content.module-e.copy {
        left: 0px
    }
    .slider-a {
        height: auto !important;
        overflow: hidden !important;
    }
    .comment-a form textarea,
    .form-b input,
    .form-a.a p>input,
    .form-b label,
    #contact,
    #contact .vcard .book a,
    .list-c,
    .scheme-h,
    #featured figcaption,
    #featured figcaption a,
    #booking textarea {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    .newspost article figure img,
    .newspost article .double-a figure img {
        width: 100% !important;
        height: auto !important;
    }
    .newspost article .double-a figure {
        width: 48%;
    }
    #booking .checklist-a li {
        margin-bottom: 16px;
    }
    #booking .checklist-a li:first-child {
        margin-top: 16px;
    }
    th,
    body.not(.previewapp) td {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 760px) {
    #root {
        padding-top: 80px;
    }
    #content,
    .module-a,
    .module-a.a,
    .module-a.b,
    #content.module-a,
    #root>p,
    #contact>*,
    #search,
    #booking {
        width: 82%;
        min-height: 0;
    }
    #top,
    html.a #top {
        position: fixed;
        top: 0px;
        height: 79px;
        width: 100%;
        background-color: #FFF;
    }
    #top h1 {
        position: relative;
        display: block;
        top: 22px;
        left: auto;
        width: 100px;
        height: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    #search {
        right: 9%;
        top: 82px;
        margin-right: 0;
        width: 25px;
        height: 30px;
        overflow: hidden;
    }
    #root>#search {
        display: block !important;
        right: 9%;
    }
    #top #search {
        display: none !important;
    }
    #search input {
        height: 26px;
    }
    #search fieldset {
        position: relative;
        z-index: 2;
    }
    #search button {
        right: auto;
        top: 2px;
        left: 4px;
    }
    h1.sectiontitle {
        position: relative;
        display: block;
        padding: 0 9%;
        width: 82%;
        color: #B3866E;
        font-family: "Libre Bodoni", serif;
        font-weight: 400;
        font-style: italic;
        text-transform: lowercase;
    }
    #search.active {
        right: 9%;
        top: 82px;
        margin-right: 0;
        width: 82%;
        height: 30px;
        overflow: visible;
    }
    #search.active button {
        right: -3px;
        left: auto;
    }
    #search button:hover,
    #search button:focus,
    #search button:active {
        background: none;
    }
    #search.active fieldset {}
    #search input {
        width: 100%;
    }
    #nav {
        right: inherit;
        left: 9%;
        top: 31px;
        margin: 0;
    }
    #nav>.fit-a {
        left: 0px;
        top: 0;
    }
    #nav>ul {
        position: absolute;
        left: -3000em;
        top: -3000em;
    }
    body.mobilenav #mobile-nav {
        left: 0;
        height: 100%;
    }
    #featured {
        width: 100%;
    }
    #featured figure {
        font-size: 1.2em;
        font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
        font-weight: 400;
    }
    #featured figure img,
    #featured figcaption {
        float: none;
        width: 100% !important;
        height: auto !important;
    }
    #featured figcaption {
        height: auto;
        margin: 0;
        padding: 12px 9% 9px;
        color: #f3f4f4;
        line-height: 1.4;
        text-indent: 0;
        font-size: 1.2em;
    }
    #bookappotinecircle {
        position: absolute;
        top: 50%;
        margin-top: -70px;
        left: 10%;
        display: block;
    }
    #bookappotinecircle a {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100px;
        height: 100px;
        background: #b3866e;
        color: #fff;
        line-height: 1.2;
        font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: .535em;
        text-align: center;
        font-size: .9em;
        text-decoration: none;
        letter-spacing: 1px;
        text-indent: 0;
    }
    #bookappotinecircle a {
        border-radius: 100px;
    }
    #bookappotinecircle a span {
        display: inline-block;
        width: auto;
        padding: 0 2px;
        margin-top: 25px;
        margin-bottom: 3px;
        font-size: 2.133em;
        text-transform: uppercase;
        border-bottom: 1px solid #fff;
        font-family: "Libre Bodoni", serif;
        font-weight: 900;
        line-height: 40px;
    }
    #content.cols-a {
        margin-bottom: 0;
        padding: 0;
    }
    #contact {
        width: 100%;
        padding: 28px 0 0;
        background: #fff;
        left: 0px;
    }
    #contact:before {
        background: none;
    }
    #contact h2 {
        width: 82%;
        margin: 0 auto 4px;
        padding: 0;
        border: 0;
        font-size: 1.2em;
        font-weight: 700;
        font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
        font-style: normal;
        text-transform: uppercase;
    }
    #contact h2:after {
        background: none;
    }
    #contact>* {
        position: relative;
        left: 0;
        bottom: 0;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    #contact>.vcard {
        float: none;
        width: 82%;
        padding-bottom: 2px;
        border: 0;
    }
    #contact>.vcard li {
        padding: 0;
        background: none;
        border: none;
        font-size: 1.2em;
    }
    #contact>.vcard li.tel2 {
        margin-top: 12px;
    }
    #contact>.vcard li.adr {
        margin-bottom: 15px;
    }
    #contact>.vcard li.social {
        position: absolute;
        right: 0;
        top: -16px;
        width: auto;
        margin: 0;
        padding: 0;
    }
    #root #contact>.vcard li.social a {
        margin: 0 16px 0 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
        opacity: .7;
        filter: alpha(opacity=70);
    }
    #root #contact>.vcard li.social a:first-child {
        margin-left: 0;
    }
    #root #contact>.vcard li.social a:last-child {
        margin-right: 0;
    }
    #root #contact>.vcard li.social a:hover,
    #root #contact>.vcard li.social a:focus,
    #root #contact>.vcard li.social a:active {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    #root #contact .vcard .social .fb {
        1background-image: url(../images/2x/fb-b.png);
    }
    #root #contact .vcard .social .in {
        1background-image: url(../images/2x/in-b.png);
    }
    #root #contact .vcard .social .pn {
        1background-image: url(../images/2x/pn-b.png);
    }
    #root #contact .vcard .social .tw {
        1background-image: url(../images/2x/tw-b.png);
    }
    #root #contact>.vcard li.book {
        right: 0;
        bottom: -60px;
        font-size: 1.047em;
    }
    #root #contact>.vcard li.book a {
        width: 87px;
        height: 87px;
        padding: 22px 0 0;
    }
    #contact>footer {
        position: relative;
        left: 0;
        bottom: 0;
        clear: both;
        width: 82%;
    }
    #contact>.vcard li.adr {
        margin-top: 12px;
    }
    #contact>footer ul,
    #root #contact>footer .list-c {
        margin-bottom: 9px;
    }
    #contact>footer ul li {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }
    #contact>footer ul li span {
        font-weight: 400;
    }
    #contact .map-a {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
    #root>p {
        margin-bottom: 9px;
        padding: 0;
        font-family: 'Gotham SSm A', 'Gotham SSm B', Gotham, Arial, sans-serif;
        font-weight: 400;
        font-size: 1.2em;
        text-align: left;
    }
    #root>p span {
        display: block;
    }
    #root>p span:before {
        content: "/ ";
    }
    #root>p span.strong {
        padding: 12px 0 0;
        border-top: 1px dotted #B3866E;
        font-weight: 700;
        text-transform: uppercase;
    }
    #root>p span:first-child:before {
        content: "";
    }
    #booking {}
    #booking fieldset {
        width: auto;
        padding: 0;
    }
    #booking fieldset>div .error-a {
        position: relative;
        left: 0;
        width: auto;
    }
    #booking header {
        margin-bottom: 3px;
    }
    #booking header h2 {
        float: none;
        padding: 0;
        text-align: center;
    }
    #booking .link-a {
        width: 182px;
        margin-left: auto;
        margin-right: auto;
    }
    #booking .link-a a {
        min-width: 0;
        width: auto;
    }
    #booking button {
        float: none;
        width: 182px;
        margin: 4px auto 0;
    }
    #booking .mobile-hide {
        display: none;
    }
    #booking table {
        border: 0;
        border-bottom: 1px solid #e8dad3;
    }
    #booking table th,
    #booking table td {
        border-color: #e8dad3;
        border-style: solid;
        font-size: 1.1em;
    }
    #booking table th:first-child,
    #booking table td:first-child {
        border-left: 0;
    }
    #booking table th:last-child,
    #booking table td:first-child {
        border-right: 0;
    }
    #booking fieldset>div .error-a+table th,
    #booking fieldset>div .error-a+table td {
        border-color: #e64d61;
    }
    #booking fieldset>div.mobile-hide,
    #booking fieldset>div>div.mobile-hide {
        position: absolute;
    }
    .cols-a>*:first-child,
    .cols-a>aside,
    .cols-b>*:first-child,
    .double-a.a>*,
    .double-a.a>*:first-child {
        float: none;
        width: auto;
        max-width: none;
    }
    .cols-b>*:first-child {
        overflow: hidden;
        padding: 26px 9% 10px;
        border-top: 1px solid #d9c3b7;
    }
    .cols-b,
    #content.cols-b {
        width: 100%;
        padding: 0 0 30px;
        background-color: #dde4e6;
        left: 0px;
    }
    #content.single {
        padding: 0 !important;
    }
    .bluepadding {
        position: relative;
        height: 30px;
        width: 100%;
        background: url(../images/pattern-a.png);
        background-color: #dde4e6;
    }
    .cols-b>*:first-child p {
        margin-bottom: 13px;
        font-size: 1.4em;
    }
    .double-a>*,
    .double-a>*:first-child {
        max-width: 49%;
    }
    .comment-a form button {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .comment-a form label:first-child,
    .comment-a form .label {
        width: 27%;
        padding: 0;
        text-align: center;
    }
    .comment-a form p>input {
        width: 73%;
    }
    .date-b.mobile-only {
        display: block;
    }
    .date-b.mobile-only.loading {}
    .date-b.mobile-only.loading .ui-datepicker-inline {
        visibility: hidden;
    }
    .date-b.mobile-only.loading:after {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 50%;
        margin-left: -15px;
        content: "";
        border-bottom: 3px solid #ddd;
        border-left: 3px solid #ddd;
        border-right: 3px solid #e64e62;
        border-top: 3px solid #e64e62;
        border-radius: 100%;
        height: 30px;
        width: 30px;
        -webkit-animation: rotate 1s linear 0s infinite;
        -moz-animation: rotate 1s linear 0s infinite;
        -o-animation: rotate 1s linear 0s infinite;
        animation: rotate 1s linear 0s infinite;
    }
    @keyframes rotate {
        0% {}
        100% {
            transform: rotate(360deg);
        }
    }
    @-webkit-keyframes rotate {
        0% {}
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    .link-a {
        width: 182px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #root .link-a a,
    #root .link-a.a a,
    #root .link-a.b a {
        display: block;
        float: none;
        min-width: 0;
        width: auto;
        margin: 0 0 12px;
    }
    #root .link-a a:last-child {
        margin-bottom: 0;
    }
    .link-b a {
        background: none;
    }
    .link-b a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 1px;
        width: 12px;
        height: 15px;
        background: url(../images/2x/arrow-b.png) no-repeat;
        background-size: contain;
    }
    .list-c,
    #root #contact .list-c {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        font-weight: 400;
        line-height: 1.6;
        text-align: left;
    }
    .list-c li,
    #root #contact .list-c li {
        margin: 0;
        padding: 0;
        font-size: 1.2em;
    }
    .list-c li span,
    #root #contact .list-c li span {
        display: inline;
        margin: 0;
        font-size: 1em;
        font-weight: 400;
        text-transform: none;
    }
    .list-c .strong.mobile-only,
    #contact>footer ul li.strong.mobile-only,
    #root #contact .list-c li.strong.mobile-only {
        padding: 12px 0 0;
        border-top: 1px dotted #B3866E;
        font-weight: 700;
        text-transform: uppercase;
    }
    #root #contact .list-c li.strong.mobile-only {
        padding: 0;
        background: none;
        border: none;
    }
    .module-a,
    .module-a.a,
    .module-a.b,
    #content.module-a {
        position: relative;
        left: 0;
        margin: 0 auto;
        padding: 0px 0px 0px;
        background: none;
        overflow: visible;
        height: auto;
        width: 100%;
    }
    .module-a h2 {
        font-size: 2.4em;
    }
    .module-a figure {
        overflow: hidden;
        position: absolute;
        right: inherit;
        left: 0;
        top: 0;
        width: 100%;
        height: 325px;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover;
        background-attachment: fixed;
    }
    .mobile-version {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }
    .mobile-version img {
        position: relative;
        width: 100% !important;
        height: auto !important
    }
    .module-a figure {
        display: none;
    }
    .module-a p,
    .module-a ol li,
    .module-a ul li,
    .module-b p,
    .module-b li {
        font-size: 1.4em;
        font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
    }
    .module-a ol:first-child,
    .module-a ul:first-child {
        padding: 0;
    }
    .module-a ol li,
    .module-a ul li {
        padding: 0 0 14px;
    }
    .module-a.a footer,
    .module-a.b footer {
        left: 0;
        width: auto;
        margin: 0;
        padding: 0;
        background: none;
        border: none;
    }
    .module-a.a footer>div,
    .module-a.b footer>div {
        width: auto;
        height: auto;
        margin: -7px 0 0;
        padding: 0;
    }
    .module-a.a footer>p,
    .module-a.b footer>p,
    .module-b h2 {
        position: relative;
        height: 45px;
        display: block;
        font-weight: 700;
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;
        border: none;
    }
    .module-a.a footer>p i,
    .module-a.b footer>p i,
    .module-b h2 i {
        top: 5px;
    }
    .module-a.a footer>p.active i,
    .module-a.b footer>p.active i,
    .module-b h2.active i {
        position: absolute;
        display: block;
        top: 10px;
        right: 12px;
        width: 20px;
        height: 8px;
        overflow: hidden;
    }
    .module-a.a footer>p.active i:after,
    .module-a.b footer>p.active i:after,
    .module-b h2.active i:after {
        content: "";
        display: block;
        position: absolute;
        width: 133px;
        height: 17px;
        background: url(../images/sprite-a.png) -28px -99px no-repeat;
        background-size: 100% Auto;
    }
    #content.drawer:after {
        display: none;
    }
    .module-a.a footer>p a,
    .module-a.b footer>p a,
    .module-b h2 a {
        margin: 0 0 13px;
        padding: 0;
        background: none;
        border: none;
        display: inline;
    }
    .module-a.a footer>p a:after,
    .module-a.b footer>p a:after,
    .module-b h2 a:after {
        top: 6px;
        width: 19px;
        height: 20px;
        background: url(../images/2x/arrow-a.png) no-repeat;
        background-size: cover;
    }
    .module-a.a footer>p.active a:after,
    .module-a.b footer>p.active a:after,
    .module-b h2.active a:after {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    .module-a.a>div,
    .module-b>div>div {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        background: none;
    }
    .module-a.b>div,
    .module-a.a>div {
        padding: 0 20px;
    }
    .module-a.b footer,
    .module-a.a footer {
        padding: 0 20px;
    }
    .module-a.b footer>div,
    .module-a .jspContainer,
    .module-a .jspPane,
    .module-b .jspContainer,
    .module-b .jspPane,
    .module-b>div>div {
        position: relative;
        width: inherit !important;
        height: inherit !important;
        min-height: 0 !important;
    }
    .module-a .jspVerticalBar,
    .module-b .jspVerticalBar {
        position: absolute;
        left: -3000em;
        right: inherit;
        top: -3000em;
    }
    .module-b,
    #content.module-b {
        left: 0;
        width: 100%;
        min-height: 0;
        height: auto;
        margin-bottom: 0;
    }
    .module-b>div,
    .module-b>form {
        float: none;
        width: auto;
        height: auto;
        padding: 0 9%;
        background: none;
    }
    .module-b>div .jspPane>* {
        margin-top: 4px;
        margin-left: 0;
        margin-right: 0;
    }
    .module-b .jspPane {
        margin-top: -6px;
        padding: 0 !important;
    }
    .module-b h2 a {
        margin-bottom: 11px;
        padding-bottom: 0;
    }
    .module-b h2 a:after {
        right: 9%;
    }
    .module-b>.slider-a {
        width: auto;
        margin: 0 0 8px;
    }
    .module-b>form {
        width: auto;
        padding: 1px 9% 0;
    }
    .module-b>form fieldset {
        height: auto;
        padding: 0;
        background: none;
    }
    .module-b>form p {
        display: block;
        position: relative;
        margin: 0 0 20px;
        font-size: 1.4em;
        text-align: center;
    }
    .module-b>form p.success {
        display: none;
        text-align: left;
    }
    .module-b>form legend,
    .module-b>form p.success {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 0 17px;
        font-size: 1.8em;
        font-style: normal;
    }
    .module-b>form legend a {
        padding: 0;
        text-decoration: none;
        cursor: default;
    }
    .module-b>form label {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        padding: 0 9px;
        line-height: 38px;
        text-align: left;
        cursor: text;
    }
    .module-b>form input {
        width: 100%;
        height: 38px;
        padding: 0 9px;
        background: #dde4e6;
        color: #b2876f;
        line-height: 38px;
    }
    .module-b.erotic>form input {
        width: 100%;
    }
    .module-b>form button {
        display: -moz-inline-stack;
        display: inline-block;
        float: none;
        width: 182px;
        height: 37px;
        padding: 0 20px;
        border: 1px solid #b3866e;
        text-decoration: none;
    }
    .module-b>form button:hover,
    .module-b>form button:focus,
    .module-b>form button:active {
        background: #b3866e;
        color: #fff;
        text-decoration: none;
    }
    .module-c,
    #content.module-c {
        padding: 130px 0 140px;
        left: 0;
    }
    .slider-a,
    .module-b>.slider-a,
    .module-b.a>.slider-a {
        position: relative;
        right: 0;
    }
    .slider-a .inner>span {
        overflow: hidden;
        position: relative;
        height: auto;
    }
    .slider-a .inner>span>span {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        padding: 8px 0 0;
        background: #fff;
        font-size: 9px;
        text-align: center;
    }
    .slider-a>.short {
        display: none;
    }
    .slider-a .bx-pager {
        position: relative;
        left: 0;
        top: 0;
    }
    .slider-a .bx-prev,
    .slider-a .bx-next {
        margin-top: -43px;
        display: none;
    }
    .module-d,
    #content.module-d {
        width: 100%;
        margin: 0;
    }
    .module-d>div {
        width: auto;
        min-height: 0;
        height: auto;
        padding-left: 9%;
        padding-right: 9%;
        background-image: url(../images/pattern-b.png);
    }
    .module-d>figure {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        background: url(../images/pattern-b.png);
    }
    #root .module-d>figure img {
        display: block;
        float: none;
        margin: 0 auto;
    }
    #root .module-d>figure img.mobile-hide {
        display: none !important;
    }
    #root .module-d>figure img.mobile-only {
        position: relative;
        left: 0;
        display: block !important;
    }
    .module-e,
    #content.module-e {
        width: 82%;
        max-width: 300px;
        left: 0px;
    }
    .module-e .scheme-f {
        text-align: center;
    }
    .module-e .link-a,
    .module-e .link-a.a {
        padding: 0;
        background: none;
    }
    .module-e .link-a,
    .module-e .link-a.a+.scheme-f {
        margin-top: -6px;
        padding: 0;
    }
    .module-e>hr {
        display: none;
        position: absolute;
        left: -3000em;
        top: -3000em;
    }
    .module-e .link {
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        font-style: italic;
        text-align: center;
    }
    .module-e .form-a.a+.link {
        margin-top: -25px;
    }
    .news-a {}
    .news-a>.inner {
        width: 100%;
        height: auto !important;
    }
    .news-a article,
    .news-a .link-a {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    .news-a article,
    .news-a .link-a {
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
    }
    .news-a article img {
        width: 100% !important;
        height: auto !important;
    }
    .news-a p {
        font-size: 1.4em;
    }
    #root .news-a p.link-a a {
        left: 0;
        float: none;
        margin: 0 auto;
    }
    .scheme-e,
    #root .scheme-e {
        width: 180px;
        height: 180px;
        padding: 39px 50px 0;
        font-size: 1.602em;
        line-height: 1.5;
    }
    .form-a p {
        line-height: 20px;
    }
    .form-a p {
        text-align: center;
    }
    .form-a label {
        display: block;
        float: left;
        width: 20%;
    }
    .form-a p>input {
        width: 80%;
        height: 20px;
        margin: 0;
        line-height: 20px;
    }
    .form-a .submit {
        text-align: center;
    }
    .form-a button {
        display: -moz-inline-stack;
        display: inline-block;
        left: 0px;
        float: none;
        width: 182px;
    }
    .form-a .submit a {
        display: block;
        margin: 10px 0 0;
    }
    .form-a.a {
        margin-top: -20px;
    }
    .form-a.a p>label {
        line-height: 42px;
    }
    .form-a.a p.submit {
        margin-top: 0px;
    }
    .mobile-center {
        text-align: center;
    }
    .form-a.a p>input,
    .phonewithtype select {
        height: 42px;
        line-height: 42px;
    }
    .phonewithtype select {
        font-size: 10pt;
        width: 80px;
        margin-left: 0px !important;
    }
    .phonewithtype>input {
        margin-left: 5px !important;
        width: 215px !important;
    }
    .form-a.a div.hidden {
        padding: 45px 0 0;
        background: url(../images/border-a.png) 0 14px repeat-x;
    }
    .form-a.a div.hidden hr {
        display: none;
    }
    .form-a.a .checklist-a.a {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 0 9px;
    }
    .form-a.a .checklist-a.a li {
        padding-bottom: 0;
    }
    td.mobile-hide,
    th.mobile-hide {
        display: none;
        visibility: hidden;
    }
    #booking .list-d.mobile-only li {
        padding-left: 10px;
    }
    #booking fieldset>div.mobile-only,
    #booking fieldset>div>div.mobile-only,
    #booking .list-d.mobile-only {
        display: block;
    }
    #booking .list-d.mobile-only li:last-child {
        display: none;
    }
    #booking fieldset>div>div>div.mobile-only {
        display: block;
    }

    #booking .list-d.mobile-only.alllegent {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .tablet-only,
    .mobile-hide,
    #filter,
    #footer,
    .module-b>form .scheme-d,
    #root .module-b>form .scheme-d,
    .module-e hr,
    .list-b li a,
    #contact>figure,
    #contact .map-a.hidden,
    .cols-b>aside,
    .slide-a,
    #root .cols-b>*:first-child .scheme-h,
    #featured figure img:first-child,
    #featured .social-a,
    #featured>p,
    #featured figure figcaption a,
    .nav-a,
    .nav-b,
    #booking .date-a {
        position: absolute;
        right: inherit;
        left: -3000em;
        top: 0;
        bottom: inherit;
    }
    .mobile-only,
    #mobile-filter.mobile-only,
    #booking fieldset>div.mobile-only,
    #booking fieldset>div>div.mobile-only {
        position: relative;
        left: 0;
        top: 0;
    }
    .module-a.b footer>div,
    .module-b>form input,
    .scheme-e,
    .form-a input,
    #contact .map-a,
    .comment-a form p>input,
    #search input {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    .news,
    .newspost {
        border: none;
    }
    .module-e h2 {
        font-size: 2.6em;
    }
    .module-e.copy input,
    #content.module-e.copy input {
        width: 80%;
    }
}

@media only screen and (max-width: 460px) {
    .slider-a .inner>span {
        height: auto;
    }
}

.tablet-only {
    display: none;
}


/* CALENDAR
------------------------------------------------------------------*/

.calendar {
    display: none;
    z-index: 1000;
    position: absolute;
    height: atuo;
    min-height: 160px;
    width: 175px;
    border: 1px solid #b3866e;
    font-family: Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    padding: 0px;
    font-size: 8pt;
    color: #666666;
}

.calendar .header {
    display: block;
    background-color: #dde4e6;
    height: 25px;
    width: 175px;
    margin-bottom: -10px;
}

.calendar .next:before {
    position: absolute;
    left: 0px;
    content: ">";
    border-bottom: 1px solid #b2876f;
    line-height: 10px;
    color: #b2876f;
    font-size: 9pt;
}

.calendar .next {
    position: relative;
    top: 6px;
    left: 0px;
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
}

.calendar .prev:before {
    position: absolute;
    left: 18px;
    content: "<";
    border-bottom: 1px solid #b2876f;
    line-height: 10px;
    color: #b2876f;
    font-size: 9pt;
}

.calendar .prev {
    position: relative;
    top: 6px;
    left: 0px;
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
}

.calendar .month {
    position: relative;
    top: -2px;
    left: 0px;
    float: left;
    width: 125px;
    height: 25px;
    line-height: 28px;
    color: #b2876f;
    text-align: center;
    font-size: 8pt;
}

.calendar .day {
    float: left;
    width: 25px;
    height: 25px;
    line-height: 16pt;
    text-align: center;
    cursor: pointer;
    color: #b2876f;
    background-color: #fff;
}

.calendar .day.heading {
    display: none;
    color: #666;
    font-weight: bold;
    cursor: default;
}

.calendar .day.selected {
    cursor: default;
    font-weight: bold;
    cursor: pointer;
}

.calendar .day.past,
.calendar .day.off,
.calendar .day.empty {
    background-color: #ffffff;
    color: #ccc;
    cursor: default;
}

.calendar .day.on:hover {}


/* Gift Card */

#content.module-e.giftcard,
.module-e:before {
    background: #edf0f1 !important;
}

.giftcard form p {
    text-align: left;
}

.giftcard form h4 {
    font-size: 13px;
    margin-bottom: 15px;
}

.giftcard .editoptions {
    position: absolute;
    right: 15px;
    width: auto;
    text-align: right;
    font-size: 13px;
    line-height: 2em;
    z-index: 10;
}

.giftcard .editoptions a {
    display: block;
}

.giftcard .rightdesktop {
    position: absolute;
    right: 0px;
    margin-top: -32px;
    width: auto;
    text-align: right;
    z-index: 10;
}

.giftcard form div.columns {
    position: relative;
    float: left;
    width: 45%;
    display: block;
}

.giftcard form div.columns.last {
    margin-left: 10%
}

.giftcard form div.columns.last:after {
    content: " ";
    display: block;
    overflow: hidden;
    clear: both;
}

.giftcard form em {
    font-size: 12px;
}

.giftcard form p>label {
    display: block;
    margin-bottom: 0px !important;
}

.giftcard p>textarea,
.giftcard p>input,
.giftcard p>select {
    float: none;
    position: relative;
    display: block;
    border: none;
    padding: 0px 10px;
    width: 100%;
    height: 20px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.giftcard p>textarea.error,
.giftcard p>input.error {
    border: 1px solid #E64D61 !important;
}

.giftcard p>select.error {
    outline: 1px solid #E64D61 !important;
}

.giftcard p>select,
.giftcard p span>select {
    padding: 0px 10px;
    1background: transparent !important;
    1appearance: none !important;
    1-moz-appearance: none !important;
    1-webkit-appearance: none !important;
}

@-1moz-document url-prefix() {
    .giftcard p>span.select-moz {
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }
}

.1giftcard p>span.select {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
    width: 100%;
    background: url("/images/giftcard_small.png");
}

.giftcard p span.list {
    position: relative;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.giftcard p span.radio {
    position: relative;
    display: inline-block;
    top: 3px;
    width: 13px;
    height: 13px;
    overflow: hidden;
    margin-right: 5px;
}

.giftcard p span.radio:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
    display: block;
    width: 133px;
    height: 10px;
    background: url(/images/sprite-a.png) -13px -129px no-repeat;
    background-size: 100% Auto;
    border: 0;
}

.giftcard p span.radio.active:after {
    background: url(/images/sprite-a.png) -2px -129px no-repeat;
    background-size: 100% Auto;
}

.giftcard p span.radio.red:after {
    background: url(/images/sprite-a.png) -58px -129px no-repeat;
    background-size: 100% Auto;
}

.giftcard p span.radio.red.active:after {
    background: url(/images/sprite-a.png) -47px -129px no-repeat;
    background-size: 100% Auto;
}

.giftcard #popup {
    position: absolute;
    display: none;
    margin-left: 60px;
    background-color: #FFF;
    width: 337px;
    height: auto;
    padding: 10px 12px;
    z-index: 100;
    font-size: 9pt;
    line-height: 1.5em;
}

.giftcard .calendaricon {
    position: absolute;
    top: 16px;
    right: 0px;
    display: block;
    width: 30px;
    height: 25px;
    overflow: hidden;
    z-index: 50;
    background: #EDF0F1;
}

.giftcard .calendaricon:after {
    position: absolute;
    top: 0px;
    left: 5px;
    content: " ";
    display: block;
    width: 133px;
    height: 25px;
    background: url(../images/sprite-a.png) -4px -201px no-repeat;
    background-size: 100% Auto;
}

.giftcard #popup:before {
    bottom: 100%;
    left: 28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.giftcard #popup:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 10px;
}

@media only screen and (min-width: 1030px) {
     ::-webkit-input-placeholder {
        color: transparent;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        color: transparent;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent;
    }
     :-ms-input-placeholder {
        color: transparent !important;
    }
}

@media only screen and (max-width: 1030px) {
     ::-webkit-input-placeholder {
        font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 500;
    }
     :-moz-placeholder {
        /* Firefox 18- */
        font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 500;
    }
     ::-moz-placeholder {
        /* Firefox 19+ */
        font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 500;
    }
     :-ms-input-placeholder {
        font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 500;
    }
    .giftcard,
    .module-e.copy,
    #content.module-e.copy {
        left: -32px;
    }
    .giftcard form p {
        margin-bottom: 15px;
    }
    .giftcard p span.radio {
        position: absolute;
        left: -22px;
        top: 10px;
    }
    .giftcard .calendaricon {
        top: 0px;
        width: 30px;
        height: 44px;
        overflow: hidden;
    }
    .giftcard .calendaricon:after {
        top: 7px;
        left: 5px;
        width: 133px;
        height: 25px;
    }
    .giftcard .calendaricon:after {
        top: 2px !important;
    }
    .giftcard .rightdesktop {
        margin-top: -37px;
    }
    .giftcard form span.list {
        display: block;
        margin-left: 21px;
    }
    .giftcard form em {
        margin: 0;
        padding: 0;
        margin-top: -12px;
        display: block;
    }
    .giftcard form div.columns {
        position: relative;
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        display: block;
    }
    .giftcard form div.columns>div.columns {
        position: relative;
        float: left !important;
        width: 45% !important;
        margin-left: 0 !important;
        display: block;
    }
    .giftcard form div.columns>div.columns.last {
        margin-left: 10% !important;
    }
    .giftcard form p>label {
        display: none !important;
        margin-bottom: 0px !important;
        height: auto !important;
    }
    .giftcard p>textarea,
    .giftcard p>input,
    .giftcard p>select {
        float: none !important;
        position: relative !important;
        display: block !important;
        border: none !important;
        padding: 0px 10px !important;
        width: 100% !important;
        height: 30px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        -o-box-sizing: border-box !important;
        -ms-box-sizing: border-box !important;
    }
    .giftcard p>select {
        padding: 2px 10px !important;
        text-align: center;
        font-family: 'Archer A', 'Archer B', Archer, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 500;
    }
    .giftcard p>textarea.error,
    .giftcard p>input.error {
        border: 1px solid #E64D61 !important;
    }
    .giftcard p>select.error {
        outline: 1px solid #E64D61 !important;
    }
    #footerlinks {
        text-align: center;
        position: relative;
        display: block;
        padding: 0 !important;
        margin: 20px 0 0 20px !important;
        width: auto !important;
    }
    .giftcard #popup {}
    .giftcard #popup:before {
        left: 88px;
    }
}

@media only screen and (max-width: 760px) {
    .giftcard,
    .module-e.copy,
    #content.module-e.copy {
        width: 82%;
        max-width: 300px;
        left: 0px;
    }
    .giftcard h2 {
        line-height: 1.2em !important;
    }
    .giftcard .rightdesktop {
        position: relative;
        right: auto;
        margin-top: 0px;
        width: auto;
        text-align: left;
    }
    .giftcard hr {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        display: block !important;
    }
    .giftcard>img {
        width: 247px;
        display: block;
        margin: 30px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .giftcard p span.radio {
        position: absolute;
        left: -22px;
        top: 6px;
    }
    .giftcard form span.list {
        display: block;
        margin-left: 21px;
    }
    .giftcard form em {
        margin: 0;
        padding: 0;
        margin-top: 0px;
        display: block;
    }
    .giftcard form div.columns {
        position: relative;
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        display: block;
    }
    .giftcard form div.columns>div.columns {
        position: relative;
        float: left !important;
        width: 45% !important;
        margin-left: 0 !important;
        display: block;
    }
    .giftcard form div.columns>div.columns.last {
        margin-left: 10% !important;
    }
    .giftcard form p>label {
        width: 100% !important;
        display: none !important;
        margin-bottom: 0px !important;
        height: auto !important;
        float: none !important;
    }
    .giftcard p>textarea,
    .giftcard p>input,
    .giftcard p>select {
        position: relative !important;
        float: none !important;
        position: relative !important;
        display: block !important;
        border: none !important;
        padding: 6px 10px !important;
        width: 100% !important;
        height: 42px !important;
        margin: 0 !important;
        color: #B2876F !important;
        letter-spacing: 1px !important;
        font-size: 13px !important;
        font-weight: normal !important;
        font-family: 'Century Gothic' !important;
        box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        -o-box-sizing: border-box !important;
        -ms-box-sizing: border-box !important;
    }
    .giftcard p>select {
        padding: 6px 10px !important;
        text-align: center;
    }
    #footerlinks {
        text-align: center;
        position: relative;
        display: block;
        padding: 0 !important;
        margin: 20px 0 0 20px !important;
        width: auto !important;
    }
    .giftcard #popup {
        margin-left: 0;
        right: 0px;
        width: 80%;
        margin-top: -5px;
    }
    .giftcard #popup:before {
        left: auto;
        right: 140px;
    }
    .giftcard .calendaricon:after {
        top: 7px !important;
    }
}

@media only screen and (max-width: 360px) {
    .giftcard #popup:before {
        left: auto;
        right: 118px;
    }
}


/* newsletter */

#newsletterpopup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .6);
}

.newsletter_frame {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #b3876d;
    width: 550px;
    height: 700px;
    padding: 20px 40px;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    box-shadow: 3px 6px 13px 2px #0000003d;
}

#newsletterpopup h2 {
    font-family: 'Didot 24 A', 'Didot 24 B';
    color: #fff;
    font-size: 94pt;
    letter-spacing: 3px;
    margin: 0;
    margin-bottom: -10px;
}

#newsletterpopup p {
    font-size: 16pt;
    letter-spacing: 1px;
    font-family: 'Didot 24 A', 'Didot 24 B';
    margin: 0 0 15px;
}

#newsletterpopup a.close {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    text-decoration: none;
    color: #acacac;
    border-radius: 100%;
    line-height: 20px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}

#newsletterpopup form {
    position: absolute;
    margin-top: -68px;
    left: 50%;
    margin-left: -75px;
}

#newsletterpopup form input {
    display: block;
    margin-top: 15px;
    width: 180px;
    height: 25px;
    font-size: 12pt;
    line-height: 34px;
    background: #fff;
}

#newsletterpopup form input::placeholder {
    color: #b3876d;
    font-size: 11pt;
    font-weight: bold;
    text-align: right;
}

#newsletterpopup form input::-ms-input-placeholder {
    color: #b3876d;
    font-weight: bold;
    font-size: 11pt;
    text-align: right;
}

#newsletterpopup form .required_message {
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 8pt;
    margin-top: 2px;
}

#newsletterpopup form button {
    color: #fff;
    font-family: 'Didot 24 A', 'Didot 24 B';
    font-size: 18pt;
    text-align: left;
    padding: 0;
    margin-top: -10px;
    width: 100%;
    border: none;
}

#newsletterpopup form button:hover {
    color: #dde4e6;
    background: none;
    border: none;
}

#newsletterpopup .newsletter_frame .thanks {
    font-family: 'Didot 24 A', 'Didot 24 B';
    font-style: italic;
    font-size: 17pt;
}

@media (max-width: 600px),
(max-height: 722px) {
    .newsletter_frame {
        position: fixed;
        display: block;
        top: 50%;
        left: 50%;
        background: #b3876d;
        width: 80%;
        height: 70%;
        min-height: 400px;
        padding: 50px 20px;
        transform: translateX(-50%) translateY(-50%);
        text-align: right;
        color: #fff;
        box-sizing: border-box;
        box-shadow: 3px 6px 13px 2px #0000003d;
        overflow: hidden;
    }
    #newsletterpopup h2 {
        font-size: 16vw;
        letter-spacing: 3px;
        margin: 0;
        margin-bottom: 0px;
        text-align: left;
    }
    #newsletterpopup p {
        font-size: 5vw;
        margin: 0 0 15px;
        text-align: left;
    }
    .newsletter_frame img {
        display: none;
    }
    #newsletterpopup form {
        position: relative;
        left: auto;
        margin-left: 0;
        width: 100%;
        right: 0px;
        text-align: left;
        margin-top: 0;
    }
    #newsletterpopup form input {
        width: 100%;
        box-sizing: border-box;
    }
    #newsletterpopup form .required_message {
        width: 100%;
    }
    #newsletterpopup .newsletter_frame div.thanks {
        position: relative;
        display: inline-block;
        text-align: right;
        width: 100%;
        font-size: 14pt;
        margin-top: -12px;
        line-height: 14pt;
    }
}

@media (min-width: 550px) and (max-height: 722px) {
    .newsletter_frame {
        width: 80%;
        max-width: 550px;
        height: 45%;
        height: 252px;
        min-height: auto;
    }
    #newsletterpopup h2 {
        font-size: 30pt;
        margin: 0;
        margin-bottom: 0px;
        text-align: left;
    }
    #newsletterpopup p {
        font-size: 14pt;
        width: 40%;
    }
    #newsletterpopup form {
        position: absolute;
        top: 50px;
        right: 20px;
        width: 50%;
    }
}

.appointments_deposit_copy li {
    list-style: disc;
    margin-left: 30px;
    padding-left: 0px;
}


/* add bullets */

#content ul li,
#booking header ul li {
    list-style: disc !important;
    margin-left: 20px !important;
    padding-left: 0px !important;
}

.app-buttons {
    margin: 0;
    padding: 0 !important;
    display: flex;
    justify-content: flex-end;
}

.app-buttons .view {
    background: #b2876f !important;
    color: #FFF;
    margin-right: 20px;
}

.app-buttons .view:hover {
     background: #ffffff00 !important;
    color: #b2876f;
}

@media only screen and (max-width: 1030px) {
   .app-buttons {
       margin-top: 2px !important;
       flex-direction: column;
       gap: 20px;
    }

     .app-buttons button {
         width: 100%;
     }

}

.viewcalendar-preview {
    position: fixed;
    display: flex;
    width: 90vw;
    max-width: 800px;
    height: 95dvh;
    padding: 20px 10px;
    max-height: 850px;
    margin: 0 auto;
    border: 0;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
}

.viewcalendar-preview::backdrop {
    background-color: rgba(0, 0, 0, .4);
}

.viewcalendar-preview form {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 34px !important;
    height: 34px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.60);
    padding: 0!important;
    margin: 0 !important;
    border: 0;
     background:  #b2876f;
    border-bottom-left-radius: 10px;
    
}

.viewcalendar-preview form  button {   
     width: 34px !important;
    height: 34px;
    min-width: auto;
    background: #FFF;
    border: none;
    background:  #b2876f;
    padding: 0!important;
    margin: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 75%;
     border-bottom-left-radius: 10px;
}

.viewcalendar-preview iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

 .copperbutton {
    background: #b2876f !important;
    color: #FFF;
    margin-right: 20px;
}

.copperbutton .view:hover {
     background: #ffffff00 !important;
    color: #b2876f;
}