@font-face {
    font-family: 'nunito_sansregular';
    src: url("webfonts/nunitosans-regular-webfont.woff2") format("woff2"), url("webfonts/nunitosans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunito_sanssemibold';
    src: url("webfonts/nunitosans-semibold-webfont.woff2") format("woff2"), url("webfonts/nunitosans-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.display-none {
    display: none;
}

* {
    outline: none;
    box-sizing: border-box;
}


/* elements */

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    color: #484c4f;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    background-color: white;
}

h2 {
    font-size: 38px;
    line-height: 100%;
    font-family: "nunito_sanssemibold";
}

h3 {
    font-size: 1.2em;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 700;
}

h4 {
    font-size: 1.0em;
    font-weight: 700;
}

p {
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 130%;
}

p strong {
    font-weight: 700;
}

a {
    color: #3786c1;
}


/* classes */

.col-xs-6 {
    width: 50%;
}

.big-link {
    display: inline-block;
    text-transform: uppercase;
    line-height: 100%;
    padding: 8px 12px;
    font-size: 18px;
    background: rgba(45, 45, 45, 0.6);
    border: 1px solid white;
    text-decoration: none;
    color: white;
    transition: background 500ms;
    margin: 10px 0;
    white-space: nowrap;
    font-family: "nunito_sansregular";
}

.big-link:hover {
    background: black;
    text-decoration: none;
    color: white;
}

.title-large,
h2 {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color: #7a7250;
    border-bottom: 1px solid #d6d2c2;
    padding: 10px 0 15px 0;
    margin: 0 0 15px 0;
    font-weight: 400;
}

@media (max-width: 576px) {
    .title-large,
    h2 {
        font-size: 32px;
    }
}

.title-small {
    text-transform: uppercase;
    color: #19737b;
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px 0;
}

.heading .title-large {
    text-align: center;
    border-bottom: none;
    border-top: 1px solid #353336;
    padding-top: 25px;
}

.pod {
    text-align: center;
}

.pod .text {
    padding: 0 15px;
}

.pod a {
    text-decoration: none;
    color: #484c4f;
    display: block;
}

.pod img {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.pod h2 {
    text-transform: uppercase;
    color: #19737b;
    font-size: 18px;
    margin: 0;
    padding: 0 0 6px 0;
    font-style: normal;
    border-bottom: none;
    font-family: "nunito_sanssemibold";
    font-weight: 500;
}

@media (max-width: 768px) {
    .pod.news p {
        padding-bottom: 10px;
        border-bottom: 1px solid #d6d2c0;
        margin-bottom: 15px;
    }
}

.pod .date a {
    font-weight: bold;
}

.pod a>img {
    transition: all 250ms;
}

.pod a:hover img {
    opacity: 0.6;
}

.feed-item .pod {
    text-align: left;
}

.feed-item .pod .text {
    padding: 0;
}

.feed-item .pod .text p {
    padding: 0;
}

.feed-item .location,
.feed-item .date {
    font-weight: bold;
}

.feed-item .date {
    color: #3786c1;
}

.feed-item:hover .date {
    color: #0056b3;
}

table th {
    text-transform: uppercase;
}

table th,
table td {
    white-space: nowrap;
    padding-right: 30px !important;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid white;
}

table th:first-child,
table td:first-child {
    text-align: left;
}

@media (max-width: 576px) {
    table th,
    table td {
        padding: 0.3em 20px 0.3em 0.3em !important;
    }
}

table td strong {
    display: inline-block;
    text-indent: -9000px;
    background-color: #e7802c;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 3px;
}

#nav-main {
    font-family: "nunito_sansregular" !important;
}

.divider {
    margin: 0;
    border-top: 1px solid #d6d2c2;
}

.filter-list {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.filter-list .active {
    color: #353336;
    cursor: default;
}

.filter-list .active:hover {
    text-decoration: none;
}


/* bootstrap overrides */

.table thead th,
.table td,
.table th {
    border-color: white !important;
}

.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f1f1ed !important;
}

.form-control,
.btn {
    border-radius: 1px !important;
}

img.responsive {
    width: 100%;
    margin-bottom: 15px;
}

.container .heading {
    margin-top: 30px;
}

ol,
ul {
    margin-left: 0;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .container {
        max-width: 100% !important;
    }
}


/* ================================================================== */

.shaker {
    font-size: 11px;
    text-align: center;
    color: #bebebe;
    margin: 0 auto;
    background-color: black;
    padding: 5px 0;
    transition: all 250ms;
}

.shaker a {
    background: url("../images/sugarshaker.png") no-repeat center left;
    height: 16px;
    margin: 0;
    padding: 5px 0px 5px 21px;
    color: #bebebe;
    font-size: 11px;
    font-weight: normal;
    transition: all 500ms;
}

.shaker:hover {
    color: whitesmoke;
}

.shaker:hover a {
    color: whitesmoke;
    text-decoration: underline;
}

.font-two {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
}


/* show/hide css */

.sub-section .content {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 350ms ease-in-out;
    padding-left: 10px;
}

.sub-section .content.is-visible {
    display: block;
    height: auto;
}


/* cms content */

.cms-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px auto;
}

@media (min-width: 768px) {
    .cms-content img {
        max-width: 32%;
        float: left;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .cms-content img.image-right {
        float: right;
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
    }
}

.cms-content.large img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px auto;
}

@media (min-width: 768px) {
    .cms-content.large img {
        max-width: 50%;
        float: left;
        margin-top: 0;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .cms-content.large img.image-right {
        float: right;
        margin-top: 0;
        margin-left: 20px;
        margin-bottom: 20px;
    }
}

@font-face {
    font-family: 'nunito_sansregular';
    src: url("webfonts/nunitosans-regular-webfont.woff2") format("woff2"), url("webfonts/nunitosans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunito_sanssemibold';
    src: url("webfonts/nunitosans-semibold-webfont.woff2") format("woff2"), url("webfonts/nunitosans-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

form {
    margin: 10px 0 30px 0;
    width: 100%;
}

form label {
    font-weight: 400;
    display: none;
}

form label.custom-control-label {
    display: block;
}

form .btn-submit {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background-color: #4c4732;
    border-color: #4c4732;
    transition: all 250ms;
}

form .btn-submit:hover {
    background-color: #7a7250;
    border-color: #7a7250;
}

@media (min-width: 576px) {
    form .btn-submit {
        width: auto;
        padding-right: 20px;
        padding-left: 20px;
    }
}

form .btn-submit[disabled] {
    color: white;
    background-color: #6b6446;
    border-color: #6b6446;
}

form .btn-submit[disabled]:hover {
    background-color: #6b6446;
    border-color: #6b6446;
    cursor: not-allowed;
}

form select.form-control,
form input[type="text"].form-control,
form input[type="email"].form-control,
form input[type="tel"].form-control,
form input[type="number"].form-control,
form input[type="password"].form-control,
form textarea.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: inherit;
    outline: none;
    font-size: 14px;
}

form select {
    background: transparent;
    background: url(../images/bg-select.png) right center no-repeat !important;
    padding-right: 50px !important;
}

form .error-span {
    display: none;
}

form .error select.form-control,
form .error input[type="text"].form-control,
form .error input[type="email"].form-control,
form .error input[type="tel"].form-control,
form .error input[type="number"].form-control,
form .error input[type="password"].form-control,
form .error textarea.form-control {
    border: 1px solid #e50000;
}

form .error .error-span {
    display: block;
    color: #b70000;
    font-size: 12px;
    padding-top: 2px;
}

@media (min-width: 768px) {
    form label {
        display: block;
    }
    form .form-group textarea::-webkit-input-placeholder,
    form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white;
    }
    form .form-group textarea::-moz-placeholder,
    form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }
    form .form-group textarea:-ms-input-placeholder,
    form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }
    form .form-group textarea:-moz-placeholder,
    form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }
}

.form-news input {
    margin-right: 15px;
}

@media (max-width: 576px) {
    .form-news input {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

label {
    line-height: 35px;
}

.form-group {
    margin-bottom: 10px;
}

.form-stripped .row:nth-child(odd) label {
    background: #f1f1ed;
}

.form-stripped .row:nth-child(odd) label.no-stripe {
    background: none;
}

@font-face {
    font-family: 'nunito_sansregular';
    src: url("webfonts/nunitosans-regular-webfont.woff2") format("woff2"), url("webfonts/nunitosans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunito_sanssemibold';
    src: url("webfonts/nunitosans-semibold-webfont.woff2") format("woff2"), url("webfonts/nunitosans-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.logo-link {
    padding: 30px 0;
}

.logo-link a {
    display: inline-block;
}

.logo-link img {
    width: 271px;
    transition: all 250ms;
}

@media (max-width: 576px) {
    .logo-link img {
        width: 200px;
    }
}

.slogan-animated {
    color: #7a7250;
}

.slogan-animated .top {
    font-size: 37px;
    line-height: 40px;
    font-weight: bold;
    text-align: right;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.slogan-animated P {
    padding: 0;
}

.slogan-animated .bottom {
    font-size: 10px;
    color: #b8b8b8;
}

@media (max-width: 576px) {
    .slogan-animated {
        display: none;
    }
}

.navs {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    margin-right: -10px;
}

.navigation {
    text-align: right;
}

.navigation .nav-trigger {
    margin-top: 13px;
    transition: color 250ms;
}

.navigation .nav-trigger:hover {
    color: #353336;
}

.nav-social {
    margin: 30px 10px 0 0;
}

.nav-social a {
    background-color: #b8b8b8;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    color: white;
    line-height: 26px;
    text-align: center;
    transition: background 250ms;
}

.nav-social a:hover {
    background-color: #393939;
}

@media (max-width: 576px) {
    .nav-social {
        display: none;
    }
}

#carousel-main,
.page-header {
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    #carousel-main,
    .page-header {
        margin-bottom: 20px;
    }
}

#carousel-main .stage,
.page-header .stage {
    height: 385px;
    position: relative;
    transition: background 500ms;
}

@media (max-width: 576px) {
    #carousel-main .stage,
    .page-header .stage {
        height: 300px;
        margin-bottom: 0;
    }
}

#carousel-main .cloak,
.page-header .cloak {
    background: white;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#carousel-main .slide,
.page-header .slide {
    position: relative;
    height: 385px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    transition: background 250ms;
}

@media (min-width: 960px) and (max-width: 1024px) {
    #carousel-main .slide,
    .page-header .slide {
        max-width: 94%;
    }
}

@media (max-width: 576px) {
    #carousel-main .slide,
    .page-header .slide {
        height: 300px;
    }
    #carousel-main .slide .controls,
    .page-header .slide .controls {
        display: none;
    }
}

#carousel-main .slide>a,
.page-header .slide>a {
    position: absolute;
    top: 40%;
    width: 18px;
    height: 48px;
    color: white;
    font-size: 3.0em;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    transition: all 250ms;
    z-index: 5;
}

@media (max-width: 576px) {
    #carousel-main .slide>a,
    .page-header .slide>a {
        top: auto;
        bottom: 50px;
    }
}

#carousel-main .slide>a:hover,
.page-header .slide>a:hover {
    color: #b8b8b8;
}

#carousel-main .slide>a.prev,
.page-header .slide>a.prev {
    left: 15px;
}

#carousel-main .slide>a.next,
.page-header .slide>a.next {
    right: 15px;
    text-align: right;
}

#carousel-main .slide .content,
.page-header .slide .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#carousel-main .slide .content .text,
.page-header .slide .content .text {
    display: block;
    color: white;
    font-weight: 500;
    font-size: 82px;
    line-height: 1.1;
}

#carousel-main .slide .content .text .brand-font-1,
.page-header .slide .content .text .brand-font-1 {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

#carousel-main .slide .content .text .brand-font-2,
.page-header .slide .content .text .brand-font-2 {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
}

@media (max-width: 960px) {
    #carousel-main .slide .content .text,
    .page-header .slide .content .text {
        font-size: 55px;
    }
}

@media (max-width: 576px) {
    #carousel-main .slide .content .text,
    .page-header .slide .content .text {
        background: rgba(0, 0, 0, 0.65);
        padding-bottom: 3px;
        font-size: 35px;
    }
}

#carousel-main .slide .content a {
    margin: 10px 0 130px 0;
}

@media (max-width: 576px) {
    #carousel-main .slide .content a {
        margin: 15px 0 30px 0;
    }
}

.page-header {
    margin-bottom: 30px;
}

.page-header .stage {
    height: 308px;
}

.page-header .stage .slide {
    height: 308px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header .stage .slide .shout {
    width: 100%;
    font-size: 82px;
    color: white;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}

.page-header .stage .slide .shout .text {
    display: inline-block;
    padding-right: 30px;
}

.page-header .stage .slide .shout .logo img {
    max-width: 140px;
}

@media (max-width: 960px) {
    .page-header .stage .slide .shout {
        font-size: 55px;
        text-align: center;
    }
    .page-header .stage .slide .shout .text {
        padding-right: 0;
        padding-bottom: 15px;
    }
    .page-header .stage .slide .shout .font-two {
        display: block;
    }
    .page-header .stage .slide .shout .logo {
        display: block;
    }
    .page-header .stage .slide .shout .logo img {
        max-width: 70px;
    }
}

@media (max-width: 576px) {
    .page-header .stage .slide .shout {
        font-size: 35px;
        background: rgba(0, 0, 0, 0.65);
        padding: 5px 0;
    }
    .page-header .stage .slide .shout .text {
        padding-right: 0;
        padding-bottom: 15px;
    }
    .page-header .stage .slide .shout .font-two {
        display: block;
    }
    .page-header .stage .slide .shout .logo {
        display: block;
    }
    .page-header .stage .slide .shout .logo img {
        max-width: 70px;
    }
}

@media (max-width: 576px) {
    .page-header {
        margin-bottom: 5px;
    }
    .page-header .stage {
        margin-bottom: 0;
    }
}

#carousel-main .items {
    display: none;
}

.introduction {
    background-color: #f1f1ed;
}

@media (min-width: 768px) {
    .introduction {
        margin: 15px 0;
        padding: 30px 15px 0;
        background: url("../images/bg-introduction.png") bottom center no-repeat, url("../images/bg-introduction.gif") top center repeat-y #f1f1ed;
    }
}

#profile {
    max-width: 350px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#carousel-mini {
    max-width: 350px;
    min-height: 350px;
    margin: 0 auto;
    position: relative;
    min-height: 330px;
}

#carousel-mini .controls {
    position: absolute;
    top: 40%;
    display: inline-block;
    font-size: 2.0em;
    color: #7a7250;
}

#carousel-mini .controls.prev {
    left: 0;
}

#carousel-mini .controls.next {
    right: 0;
    text-align: right;
}

#carousel-mini .slide {
    max-width: 350px;
    text-align: center;
    min-height: 330px;
}

#carousel-mini .slide img {
    margin: 20px 0 5px 0;
}

#carousel-mini .slide .text {
    padding: 0 30px;
}

#carousel-mini .slide .text h2 {
    text-transform: uppercase;
    color: #19737b;
    font-size: 18px;
    margin: 0;
    padding: 0 0 6px 0;
    font-style: normal;
    border-bottom: none;
    font-family: "nunito_sanssemibold";
    font-weight: 500;
}

#carousel-mini .dots {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 20px;
    text-align: center;
}

#carousel-mini .dots span {
    border: 1px solid #7a7250;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block;
    transition: background 500ms;
}

#carousel-mini .dots span.active {
    background: #7a7250;
}

@media (max-width: 576px) {
    #carousel-mini {
        min-height: 300px;
    }
    #carousel-mini .dots {
        bottom: 20px;
    }
    #carousel-mini .slide {
        min-height: 300px;
    }
}

.two-by-two {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.two-by-two>a {
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
}

.two-by-two>a:first-child {
    top: 0;
    left: 0;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
}

.two-by-two>a:nth-last-child(1) {
    bottom: 0;
    right: 0;
    border-top: 3px solid white;
    border-left: 3px solid white;
}

.two-by-two>a:nth-last-child(2) {
    top: 0;
    right: 0;
    border-bottom: 3px solid white;
    border-left: 3px solid white;
}

.two-by-two>a:nth-last-child(3) {
    bottom: 0;
    left: 0;
    border-top: 3px solid white;
    border-right: 3px solid white;
}

.two-by-two>a:hover {
    text-decoration: none;
}

.two-by-two>a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 12px;
    width: 24px;
    height: 24px;
    background: url("../images/logo-instagram.png") top left no-repeat;
    background-size: contain;
    opacity: 0.6;
}

.feed-item {
    overflow: hidden;
    margin-top: 15px;
}

@media (max-width: 576px) {
    .feed-item {
        margin-bottom: 15px;
    }
}

iframe {
    width: 100%;
    height: 300px;
    border: 0;
    overflow: hidden;
}

iframe.shen {
    width: 533px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.footer {
    background-color: #353336;
    color: white;
}

@media (min-width: 576px) {
    .footer {
        margin-top: 30px;
    }
}

.footer a {
    color: white;
}

.footer .big-link {
    font-size: 15px;
}

.footer .nav-footer {
    padding: 15px;
    position: relative;
}

.footer .nav-footer ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: right;
}

.footer .nav-footer li {
    display: inline-block;
    border-right: 1px solid #4f4c50;
    padding: 4px 6px;
}

.footer .nav-footer li:nth-last-child(1) {
    border: none;
    padding-right: 0;
}

.footer .nav-footer li:nth-last-child(1) a {
    padding-right: 0;
}

.footer .nav-footer li a {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 15px;
    line-height: 100%;
    font-family: "nunito_sansregular";
}

.footer .nav-footer .nav-trigger {
    position: absolute;
    top: 5px;
    right: 10px;
    overflow: hidden;
    display: none;
    z-index: 10;
    color: white;
}

@media (max-width: 576px) {
    .nav-footer ul {
        display: none;
        width: 120px;
        text-align: center !important;
    }
    .nav-footer ul li {
        display: block !important;
        border-right: 0 !important;
        border-bottom: 1px solid #4f4c50;
        padding: 8px;
        text-align: center;
    }
    .nav-footer ul li a {
        padding: 8px 12px !important;
        font-size: 16px !important;
    }
    .nav-footer ul li:nth-last-child(1) {
        border: none;
        padding: 4px 6px;
    }
    .nav-footer ul li:nth-last-child(1) a {
        padding: 8px 12px !important;
    }
    .nav-footer.mm-wrapper_opened ul {
        display: block;
    }
    .nav-footer .nav-trigger {
        display: block !important;
    }
}

.footer .logo {
    text-align: center;
    padding: 0 15px;
}

.footer .logo a {
    display: inline-block;
}

.footer .logo img {
    display: block;
    margin: 0 auto 10px;
}

.footer .address {
    text-align: right;
}

.footer .address .links {
    padding: 0 15px;
}

.footer .address .links a {
    display: inline-block;
}

.footer .address .text {
    padding: 15px;
}

@media (max-width: 576px) {
    .footer .address {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .footer-links {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .footer-links .logo img {
        margin-top: -33px;
    }
}

.map-iframe {
    margin-bottom: 20px;
}

.masters-category img {
    display: block;
    margin-bottom: 30px;
}

@media (min-width: 576px) and (max-width: 960px) {
    .masters-category img {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .masters-category {
        border-bottom: 1px solid #d6d2c0;
        margin-bottom: 15px;
    }
    .masters-category h3 {
        margin-bottom: 10px;
    }
    .masters-category img {
        margin-bottom: 15px;
    }
}

.results .link {
    font-weight: bold;
}

.results .result {
    margin-bottom: 10px;
}

.results .image {
    width: 100%;
    display: block;
}

.results .divider {
    width: 100%;
    margin-bottom: 30px;
}

.result h2 {
    text-transform: uppercase;
    color: #19737b;
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 100%;
    font-family: "nunito_sanssemibold";
    font-weight: 400;
    border-bottom: none;
    font-style: normal;
}

.result .image {
    margin-bottom: 15px;
}

.result .location {
    font-weight: bold;
    padding-bottom: 0;
}

.result .date {
    font-weight: bold;
    color: #3786c1;
}

.filter {
    margin: 0 0 15px 0;
    padding: 15px 0;
    list-style: none;
}

.filter li {
    display: inline;
    border-left: 1px solid #484c4f;
}

.filter li a {
    display: inline-block;
    padding: 4px 18px;
    font-weight: bold;
}

.filter li a.active {
    color: #484c4f;
    cursor: text;
}

.filter li a.active:hover {
    text-decoration: none;
}

.filter li:first-child {
    border: none;
}

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

.filter li:nth-child(2) {
    border: none;
}

.sub-section .indented {
    padding-left: 35px;
}

.sub-section .trigger {
    text-transform: uppercase;
    color: #19737b;
    font-size: 18px;
    margin: 0;
    display: block;
    padding: 15px 0;
    transition: background 500ms;
}

.sub-section .trigger i {
    padding-right: 15px;
    color: #e7802c;
}

.sub-section .trigger:hover {
    text-decoration: none;
    background: #f1f1ed;
}

@media (max-width: 576px) {
    .sub-section .trigger {
        font-size: 16px;
    }
}

.sub-section>.trigger {
    position: relative;
    padding-left: 45px;
    line-height: 120%;
}

.sub-section>.trigger i {
    position: absolute;
    left: 10px;
    top: 16px;
}

.sub-section>.trigger:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    width: 18px;
    height: 18px;
    background: url("../images/tea_plus.svg") center center no-repeat;
}

.sub-section>.content h4 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.sub-section .filter {
    padding: 0;
}

.sub-section.open>.trigger:before {
    background: url("../images/tea_minus.svg") center center no-repeat;
}

.sub-section.open:hover .trigger {
    background: none;
}

.sub-section:nth-last-child {
    margin-bottom: 30px;
}

.sub-section .sub-sub-section {
    border-bottom: 1px solid #eae8e0;
}

.sub-section .sub-sub-section:last-child {
    border-bottom: none;
}

.sub-section .sub-sub-section .trigger {
    margin-bottom: 0;
}

.sub-section .sub-sub-section .trigger .text {
    padding-right: 30px;
    display: inline-block;
    position: relative;
}

.sub-section .sub-sub-section .trigger .text:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 18px;
    height: 18px;
    background: url("../images/tea_plus.svg") center center no-repeat;
}

.sub-section .sub-sub-section.open .trigger .text {
    padding-right: 30px;
    display: inline-block;
    position: relative;
}

.sub-section .sub-sub-section.open .trigger .text:after {
    background: url("../images/tea_minus.svg") center center no-repeat;
}

.icon {
    display: inline-block;
    width: 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon.gallery {
    background-image: url("../images/icon-gallery.png");
}

.icon.notes {
    background-image: url("../images/icon-notes.png");
}

.icon.intro {
    background-image: url("../images/icon-introduction.png");
}

.icon.menu {
    background-image: url("../images/icon-tea-menu.png");
}

.icon.afternoon {
    background-image: url("../images/icon-afternoon.png");
}

.icon.times {
    background-image: url("../images/icon-opening-times.png");
}

.giant-buttons {
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    position: relative;
}

.giant-buttons:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    bottom: 0;
    background: white;
}

.giant-buttons>a {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-around;
    background: #f1f1ed;
    transition: background 250ms;
    text-align: center;
}

.giant-buttons>a>* {
    margin: 0 auto;
}

.giant-buttons>a span span {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "nunito_sanssemibold";
}

.giant-buttons>a:hover {
    background: #f8f8f6;
    text-decoration: none;
}

.giant-buttons>a:hover span i {
    transform: translate(0, 5px);
}

.giant-buttons>a.left:hover span i,
.giant-buttons>a.right:hover span i {
    transform: translate(-5px, 0);
}

@media (max-width: 576px) {
    .giant-buttons>a.left i,
    .giant-buttons>a.right i {
        margin-top: 20px;
    }
    .giant-buttons>a.left span span,
    .giant-buttons>a.right span span {
        display: block;
    }
    .giant-buttons>a.left .font-two,
    .giant-buttons>a.right .font-two {
        display: none;
    }
}

.giant-buttons>a.right:hover span i {
    transform: translate(5px, 0);
}

.giant-buttons>a span {
    color: #2d2d2d;
}

.giant-buttons>a span i {
    font-size: 30px;
    transition: transform 50ms;
    color: #7a7250;
}

.giant-buttons>a span.font-two {
    color: #7a7250;
    font-size: 28px;
}

@media (min-width: 576px) {
    .giant-buttons>a span.font-two {
        font-size: 38px;
    }
}

.faqs dt,
.faqs dd {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}

.faqs dt:before,
.faqs dd:before {
    content: "Q:";
    position: absolute;
    left: 0;
    top: 0;
}

.faqs dd {
    margin-bottom: 30px;
}

.faqs dd:before {
    content: "A:";
}

.hotel-photos {
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.hotel-photos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.hotel-photos li {
    display: inline;
    padding-right: 15px;
}

.hotel-photos li:last-child {
    padding-right: 0;
}

.hotel-photos a {
    display: inline-block;
}

.hotel-photos a img {
    transition: all 250ms;
}

.hotel-photos a:hover img {
    opacity: 0.6;
}

.hours dt {
    float: left;
    font-weight: bold;
    width: 70px;
    padding-bottom: 2px;
}

.hours dd {
    margin-bottom: 2px;
}

img.fl_botShad,
img.fl {
    float: left;
    margin: 20px 20px 20px 0;
}

img.fr_botShad,
img.fr {
    float: right;
    margin: 20px 0 20px 20px;
}

blockquote {
    width: 300px;
    float: right;
    margin-left: 2em;
    font-size: 18px;
    color: #BCC240;
    line-height: 1.4;
    padding-bottom: 10px;
    border-left: 1px solid #BCC240;
    padding-left: 10px;
    padding-top: 10px;
    margin-right: 20px;
    margin-bottom: 1px;
}

.content-footer {
    margin-bottom: 20px;
    font-size: 13px;
}

a.button {
    background-color: #875f3f;
    color: #fffeff;
    text-decoration: none;
    padding: 5px 12px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 0.95em;
    margin-right: 15px;
}

a.button:hover {
    background-color: #da8a4a;
    text-decoration: none;
}

.instagram {
    padding-top: 15px;
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transform: translateY(-90px);
    transition: transform 250ms;
}

.sticky-header .sticky-menu {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky-header .sticky-menu a {
    background: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.sticky-header.scrolled {
    transform: translateY(0);
}

#gallery {
    overflow-x: inherit !important;
}

@media (max-width: 576px) {
    #gallery a,
    #gallery img {
        width: 100%;
    }
}