@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.fancy {
    opacity: 0
}

.fancy.animate,
.fancy.animate.text-fade {
    transition: opacity 1s ease-in
}

.fancy.animate.text-fade {
    animation: a 1s ease-out forwards;
    animation-delay: .3s
}

.shown {
    transform: translateX(0);
    transform: translateY(0);
    animation: none
}

@keyframes a {
    to {
        opacity: 1
    }
}

@font-face {
    font-family: Caslon Doric;
    src: url(../font/CaslonDoric-RegularItalic.woff2) format("woff2"), url(../font/CaslonDoric-RegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Caslon Doric;
    src: url(../font/CaslonDoric-Semibold.woff2) format("woff2"), url(../font/CaslonDoric-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Caslons Egyptian;
    src: url(../font/CaslonsEgyptian-Regular.woff2) format("woff2"), url(../font/CaslonsEgyptian-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Caslon Doric;
    src: url(../font/CaslonDoric-SemiboldItalic.woff2) format("woff2"), url(../font/CaslonDoric-SemiboldItalic.woff) format("woff");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Caslon Doric;
    src: url(../font/CaslonDoric-Regular.woff2) format("woff2"), url(../font/CaslonDoric-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

* {
    font-family: Caslon Doric, sans-serif;
    z-index: 1
}

.h1,
.h2,
.h3,
.h4,
.h5 .h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: Caslons Egyptian, sans-serif;
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 1.32;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.h1,
.h2,
h1,
h2 {
    font-size: 52px
}

.h3,
h3 {
    font-size: 30px
}

.h4,
h4 {
    font-size: 25px
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 17px
}

b,
strong {
    font-weight: 700
}

p {
    margin-bottom: 1.2em
}

p:last-child {
    margin-bottom: 0
}

a {
    color: #1e1e1e;
    transition: all .2s ease-in-out
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #217aa1
}

article {
    line-height: 1.65;
    font-family: Caslon Doric, sans-serif
}

article h2 {
    font-size: 30px
}

article h3 {
    font-size: 20px
}

article h4,
article h5,
article h6 {
    font-size: inherit;
    margin: 20px 0 0;
    text-transform: none;
    font-family: Caslons Egyptian, sans-serif;
    font-size: 17px
}

article h4:first-child,
article h5:first-child,
article h6:first-child {
    margin-top: 0
}

article h1 {
    font-size: 30px;
    margin: 0 0 20px;
    text-transform: uppercase
}

article ol,
article ol li,
article ul,
article ul li {
    color: #1e1e1e
}

article small {
    font-size: 12px
}

article em,
article i {
    font-style: italic
}

article ul:not(.links-list):not(.social) {
    padding: 10px 0 20px 30px;
    list-style: none
}

article ul:not(.links-list):not(.social) li {
    list-style-type: none;
    padding: 0;
    position: relative;
    margin-bottom: 10px
}

article ul:not(.links-list):not(.social) li:before {
    content: "—";
    color: #1e1e1e;
    display: inline-block;
    width: 30px;
    margin-left: -30px
}

article ul:not(.links-list):not(.social) li ol,
article ul:not(.links-list):not(.social) li ul {
    padding-top: 10px
}

article ol {
    padding: 10px 20px 0 30px;
    list-style: none;
    counter-reset: a;
    letter-spacing: normal
}

article ol li {
    list-style-type: none;
    padding: 0 0 10px;
    counter-increment: a
}

article ol li:before {
    content: counter(a);
    display: inline-block;
    width: 30px;
    margin-left: -30px
}

article ol li ol,
article ol li ul {
    padding-top: 10px
}

article p {
    line-height: 1.65;
    margin-bottom: 20px
}

article p+ul {
    margin-top: 0
}

article table {
    border-collapse: collapse;
    width: 100%
}

article a {
    color: #1e1e1e
}

article a:hover {
    text-decoration: none;
    color: #217aa1
}

article blockquote {
    color: inherit;
    font-size: 35px;
    line-height: 1.14;
    margin-bottom: 20px;
    text-align: center
}

@media only screen and (min-width:750px) {
    article {
        font-size: 20px
    }
    article h1,
    article h2 {
        font-size: 52px
    }
    article h3 {
        font-size: 26px
    }
    article h4,
    article h5,
    article h6 {
        font-size: 20px
    }
    article ol,
    article ul:not(.links-list):not(.social) {
        padding: 10px 0 20px 60px
    }
    article ol li:before,
    article ul:not(.links-list):not(.social) li:before {
        width: 60px;
        margin-left: -60px
    }
    article blockquote {
        text-align: left
    }
}

article h1 {
    display: block;
    text-align: center;
    margin-bottom: 30px
}

article .smh h2,
article .smh h3,
article .smh h4,
article .smh h5,
article .smh h6 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0
}

@media only screen and (min-width:750px) {
    article .smh h2,
    article .smh h3,
    article .smh h4,
    article .smh h5,
    article .smh h6 {
        font-size: 20px
    }
}

.intro {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.67;
    display: block;
    padding-bottom: 40px;
    text-align: center
}

@media only screen and (min-width:750px) {
    .intro {
        padding-bottom: 60px;
        font-size: 27px
    }
}

blockquote {
    font-family: Caslon Doric, sans-serif;
    text-align: center
}

blockquote strong {
    font-size: 26px;
    line-height: 1.67;
    display: block;
    margin-top: 20px;
    font-weight: 400
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
    color: #1e1e1e
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #1e1e1e;
    font-family: Caslon Doric, sans-serif;
    padding: 0;
    color: #1e1e1e;
    display: block;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    text-align: left;
    transition: all .3s ease-out;
    border-radius: 0
}

input[type=email]+.e,
input[type=number]+.e,
input[type=password]+.e,
input[type=tel]+.e,
input[type=text]+.e,
select+.e,
textarea+.e {
    margin: 0 0 -5px;
    clear: both;
    display: none;
    color: #c73d41;
    font-size: 12px;
    position: relative;
    top: -12px
}

input[type=email].nogood,
input[type=number].nogood,
input[type=password].nogood,
input[type=tel].nogood,
input[type=text].nogood,
select.nogood,
textarea.nogood {
    border-bottom: 2px solid #c73d41
}

input[type=email].failed+.e,
input[type=number].failed+.e,
input[type=password].failed+.e,
input[type=tel].failed+.e,
input[type=text].failed+.e,
select.failed+.e,
textarea.failed+.e {
    display: block
}

input[type=email]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=password]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=text]:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    color: #1e1e1e;
    background: none!important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #1e1e1e!important
}

textarea {
    margin-top: 10px;
    height: 155px
}

::-webkit-input-placeholder {
    color: #1e1e1e
}

::-moz-placeholder {
    color: #1e1e1e
}

:-ms-input-placeholder {
    color: #1e1e1e
}

:-moz-placeholder {
    color: #1e1e1e
}

#f-message {
    display: none;
    font-size: 14px;
    clear: both;
    margin: 5px 0
}

#f-message.show {
    display: block
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    min-width: 70px;
    background: #fff url(../img/select.svg) calc(100% - 10px) 50%/9px 6px no-repeat
}

select[multiple],
select[size] {
    background: #fff;
    padding-right: 0
}

select[size="1"] {
    padding-right: 30px;
    background: #fff url(../img/select.svg) calc(100% - 10px) 50%/9px 6px no-repeat
}

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

.btn,
button[type=submit],
input[type=submit] {
    display: inline-block;
    color: cPrimary;
    border: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: normal;
    font-family: Caslons Egyptian, sans-serif;
    transition: all .2s ease-in;
    position: relative;
    background: none;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background-color: #dacfcf;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none!important
}

.btn:hover,
button:hover[type=submit],
input:hover[type=submit] {
    text-decoration: none!important;
    background-color: #c5baba;
    color: #1e1e1e
}

@media only screen and (min-width:750px) {
    .btn,
    button[type=submit],
    input[type=submit] {
        padding: 15px 30px;
        font-size: 26px
    }
}

button[type=submit],
input[type=submit] {
    cursor: pointer;
    border: none
}

label a {
    text-decoration: underline
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label:not(.cli-slider) {
    display: inline-block;
    cursor: pointer;
    line-height: 46px
}

input[type=checkbox]+label:not(.cli-slider):before {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #1e1e1e;
    content: "";
    width: 46px;
    height: 46px;
    margin: 0 20px 0 0;
    vertical-align: middle;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: top
}

input[type=checkbox].nogood,
input[type=checkbox].nogood+label span:first-child {
    border: 1px solid #c73d41
}

input[type=checkbox]:checked+label:not(.cli-slider):before {
    font-size: 16px;
    border: 1px solid #fff;
    background: url(../img/checkbox-white.svg) no-repeat 50% #c73d41
}

.create-account input[type=checkbox]+label,
.rememberme input[type=checkbox]+label,
.woocommerce-shipping-fields input[type=checkbox]+label {
    width: 100%
}

.create-account input[type=checkbox]+label:before,
.rememberme input[type=checkbox]+label:before,
.woocommerce-shipping-fields input[type=checkbox]+label:before {
    float: right;
    margin-right: 0
}

input[type=radio] {
    display: none!important
}

input[type=radio]+label:not(.cli-slider) {
    line-height: 46px
}

input[type=radio]+label:not(.cli-slider):before {
    display: inline-block;
    vertical-align: top;
    float: left;
    content: "";
    width: 46px;
    height: 46px;
    margin: 0 20px 0 0;
    background-color: #fff;
    border: 1px solid #1e1e1e
}

input[type=radio]:checked+label:not(.cli-slider):before {
    background: url(../img/checkbox-white.svg) no-repeat 50% #c73d41
}

.owl-carousel {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: b
}

@keyframes b {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

* {
    box-sizing: border-box;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top
}

body,
html {
    height: auto;
    min-height: 100%;
    background-color: #fff;
    font-family: Caslon Doric, sans-serif;
    line-height: 1.43;
    color: #1e1e1e;
    font-size: 17px;
    letter-spacing: 1px
}

@media only screen and (min-width:750px) {
    body,
    html {
        font-size: 20px
    }
}

.fittobox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.fittobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

footer,
header,
main,
section {
    padding: 0;
    max-width: 2700px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    margin: auto;
    width: 100%;
    display: block;
    padding: 40px 20px 60px
}

footer.fw,
header.fw,
main.fw,
section.fw {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:750px) {
    footer,
    header,
    main,
    section {
        padding: 60px 20px 80px
    }
}

@media only screen and (min-width:1100px) {
    footer,
    header,
    main,
    section {
        padding: 60px 20px 100px
    }
}

#page {
    background-color: #fff;
    z-index: 11;
    width: 100%;
    min-height: 100%
}

#page,
.wrap {
    margin: auto;
    position: relative
}

.wrap {
    max-width: 1179px;
    display: block
}

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

img.fw {
    width: 100%
}

.list-view:after,
.list-view:before,
.module.links ul:after,
.module.links ul:before,
.module.links ul li:after,
.module.links ul li:before,
.news-list:after,
.news-list:before,
.wrap:after,
.wrap:before,
footer:after,
footer:before,
header:after,
header:before,
input[type=email]+.e:after,
input[type=email]+.e:before,
input[type=number]+.e:after,
input[type=number]+.e:before,
input[type=password]+.e:after,
input[type=password]+.e:before,
input[type=tel]+.e:after,
input[type=tel]+.e:before,
input[type=text]+.e:after,
input[type=text]+.e:before,
main:after,
main:before,
section:after,
section:before,
select+.e:after,
select+.e:before,
textarea+.e:after,
textarea+.e:before {
    content: "";
    display: table;
    clear: both
}

.donate,
.quote {
    position: relative;
    overflow: hidden
}

.donate:before,
.quote:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -50vw;
    width: 200vw;
    bottom: 0;
    height: 100%;
    z-index: -1;
    background-color: #fff
}

#hero-image p,
.cta-book,
.cta-donate,
.displays .txt strong,
.events .txt strong,
.is-open,
.list-view .txt strong,
.more,
.news-list .txt strong,
blockquote strong {
    font-family: Caslons Egyptian, sans-serif;
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: 2px;
    text-transform: uppercase
}

.wrap.narrow,
article {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto
}

.page-template-default article,
.page-template-objects article,
.page-template-default .txt.module,
.page-template-objects .txt.module {
    max-width: 1197px
}

.module.image,
.module.image-text,
.module.links,
.module.share,
.module.two-cols,
.module.txt,
.module.video {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto
}

.module.txt.wide {
    max-width: 1197px
}

.displays .bgi:after,
.list-view .bgi:after {
    content: "";
    display: block;
    padding-bottom: 110%
}

@media only screen and (min-width:1100px) {
    .displays .bgi:after,
    .list-view .bgi:after {
        padding-bottom: 130%
    }
}

.events .bgi:after,
.gallery .ilink:after,
.news-list .bgi:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

.logo,
.module.links ul li a,
.more,
.notice-close,
.owl-carousel .owl-nav button,
.pagination a,
.pswp.gswipe .pswp__button--arrow--left,
.pswp.gswipe .pswp__button--arrow--right,
.pswp__button--close,
.share-btn,
.social li a {
    position: relative
}

.logo:after,
.logo:before,
.module.links ul li a:after,
.module.links ul li a:before,
.more:after,
.more:before,
.notice-close:after,
.notice-close:before,
.owl-carousel .owl-nav button:after,
.owl-carousel .owl-nav button:before,
.pagination a:after,
.pagination a:before,
.pswp.gswipe .pswp__button--arrow--left:after,
.pswp.gswipe .pswp__button--arrow--left:before,
.pswp.gswipe .pswp__button--arrow--right:after,
.pswp.gswipe .pswp__button--arrow--right:before,
.pswp__button--close:after,
.pswp__button--close:before,
.share-btn:after,
.share-btn:before,
.social li a:after,
.social li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    transition: opacity .2s linear;
    background-color: transparent;
    z-index: 1
}

.logo:before,
.module.links ul li a:before,
.more:before,
.notice-close:before,
.owl-carousel .owl-nav button:before,
.pagination a:before,
.pswp.gswipe .pswp__button--arrow--left:before,
.pswp.gswipe .pswp__button--arrow--right:before,
.pswp__button--close:before,
.share-btn:before,
.social li a:before {
    opacity: 1;
    transition: opacity .1s linear
}

.logo:hover:before,
.module.links ul li a:hover:before,
.more:hover:before,
.notice-close:hover:before,
.owl-carousel .owl-nav button:hover:before,
.pagination a:hover:before,
.pswp.gswipe .pswp__button--arrow--left:hover:before,
.pswp.gswipe .pswp__button--arrow--right:hover:before,
.pswp__button--close:hover:before,
.share-btn:hover:before,
.social li a:hover:before {
    opacity: 0
}

.logo:hover:after,
.module.links ul li a:hover:after,
.more:hover:after,
.notice-close:hover:after,
.owl-carousel .owl-nav button:hover:after,
.pagination a:hover:after,
.pswp.gswipe .pswp__button--arrow--left:hover:after,
.pswp.gswipe .pswp__button--arrow--right:hover:after,
.pswp__button--close:hover:after,
.share-btn:hover:after,
.social li a:hover:after {
    opacity: 1
}

.module.links ul {
    display: block
}

.module.links ul li {
    display: block;
    margin: 0 0 10px
}

.module.links ul li:last-child {
    margin: 0
}

.module.links ul li a {
    min-height: 40px;
    display: block;
    line-height: normal;
    position: relative;
    font-size: 20px;
    font-family: Caslons Egyptian, sans-serif;
    padding: 7px 60px 0 0;
    float: left;
    clear: both;
    text-transform: uppercase
}

.module.links ul li a:after,
.module.links ul li a:before {
    width: 40px;
    height: 40px;
    left: auto;
    right: 0
}

.module.links ul li a:before {
    background-image: url(../img/arrow-right-black.svg)
}

.module.links ul li a:after {
    background-image: url(../img/arrow-right-blue.svg)
}

@media only screen and (min-width:1100px) {
    .module.links ul li a {
        font-size: 26px;
        padding: 4px 70px 0 0
    }
    .module.links ul li a:after,
    .module.links ul li a:before {
        width: 54px;
        height: 40px
    }
}

#gdpr {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px
}

#gdpr .wrap {
    padding: 0 50px;
    background: url(../img/cookie.png) no-repeat 0 0 #fff;
    background-size: 36px 41px
}

#gdpr p {
    margin-bottom: 0;
    font-size: 20px
}

#gdpr p a {
    text-decoration: underline
}

@media only screen and (min-width:750px) {
    #gdpr {
        padding-top: 40px;
        padding-bottom: 40px
    }
    #gdpr .wrap {
        padding: 0 80px 0 60px
    }
}

@media only screen and (min-width:1100px) {
    #gdpr .wrap {
        padding: 0 80px;
        background-position: 10px top
    }
    #gdpr p {
        font-size: 35px;
        line-height: 41px
    }
}

.bgi {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .3s ease-in;
    position: relative;
    min-height: 100px;
    display: block
}

.bgi>img {
    display: none!important
}

.bgi.a {
    opacity: 1
}

figure,
figure>a {
    display: block
}

figure>a {
    background: #fbf6f5
}

figure>a img {
    display: block;
    margin: auto;
    width: auto;
    max-height: 440px
}

.wp-caption {
    display: block;
    background: #fbf6f5;
    width: 100%!important
}

.wp-caption img {
    display: block;
    margin: auto;
    width: auto;
    max-height: 440px
}

.wp-caption .wp-caption-text {
    display: block;
    width: 100%;
    background: #fff
}

.wp-caption.aligncenter .wp-caption-text {
    text-align: center
}

.caption,
.wp-caption-text,
figcaption {
    display: block;
    font-family: Caslon Doric, sans-serif;
    margin: 0;
    letter-spacing: 1px;
    padding: 15px 0 0
}

@media only screen and (min-width:750px) {
    .caption,
    .wp-caption-text,
    figcaption {
        padding: 25px 0 0;
        font-size: 18px
    }
}

.carousel-fullwidth {
    opacity: 0;
    transition: opacity .3s ease-in-out
}

.loaded .carousel-fullwidth {
    opacity: 1
}

.notice-close {
    padding: 0;
    display: block;
    float: none;
    margin: auto;
    z-index: 20;
    width: 30px;
    height: 20px
}

.notice-close:before {
    background-image: url(../img/close-large-white.svg)
}

.notice-close:after {
    background-image: url(../img/close-large-black.svg)
}

@media only screen and (max-width:749px) {
    .notice-close {
        top: -20px
    }
}

@media only screen and (min-width:750px) {
    .notice-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 30px
    }
}

#hero-image {
    padding: 0;
    height: 100vh;
    text-align: center;
    z-index: 11
}

#hero-image.has-opening {
    margin-bottom: 140px
}

#hero-image li,
#hero-image ul {
    display: block;
    height: 100%
}

#hero-image p {
    max-width: 780px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 34px;
    z-index: 5
}

#hero-image .item .bgi {
    z-index: 1
}

#hero-image .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, .3);
    z-index: 2
}

#hero-image .large-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

#hero-image .large-notice .wrap {
    background: #c73d41;
    color: #fff;
    padding: 40px
}

#hero-image .large-notice p {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    font-family: Caslon Doric, sans-serif;
    line-height: 1.5;
    letter-spacing: 0
}

#hero-image .large-notice p a {
    color: #fff
}

#hero-image .large-notice p a:hover {
    color: #fff;
    text-decoration: underline
}

@media only screen and (max-width:749px) {
    #hero-image .large-notice .wrap {
        padding: 40px 20px;
        min-height: 200px
    }
    #hero-image .large-notice h2 {
        font-size: 22px
    }
}

@media only screen and (min-width:750px) {
    #hero-image {
        height: 80vh
    }
    #hero-image .large-notice .wrap {
        padding: 60px 40px 40px
    }
    #hero-image .large-notice p {
        font-size: 18px
    }
    #hero-image p {
        font-size: 52px
    }
}

@media only screen and (min-width:1024px) {
    #hero-image {
        height: 90vh
    }
}

@media only screen and (min-width:1100px) {
    #hero-image {
        height: 80vh
    }
    #hero-image.has-opening {
        margin-bottom: 80px
    }
}

.owl-carousel {
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-size: cover
}

.owl-carousel .owl-stage-outer {
    height: 100%
}

.owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
    margin: 0 auto
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item,
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item,
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item-video,
.owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-video-wrapper {
    height: 100%;
    display: block
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .item-video .bgi,
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item .bgi,
.owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-video-wrapper .bgi {
    height: 100%
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item .item-video iframe,
.owl-carousel .owl-stage-outer .owl-stage .owl-item .item iframe,
.owl-carousel .owl-stage-outer .owl-stage .owl-item .owl-video-wrapper iframe {
    height: 100%;
    width: 100%;
    display: block;
    background-position: 50%;
    background-size: cover;
    position: relative
}

.owl-carousel .owl-dots {
    display: none
}

.owl-carousel .owl-nav {
    margin: auto;
    display: block;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center
}

.owl-carousel .owl-nav button {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    zoom: 1;
    opacity: 1;
    transition: opacity .3s ease-in;
    z-index: 20;
    margin: 0 7px
}

.owl-carousel .owl-nav button.owl-prev:before {
    background-image: url(../img/arrow-left-white.svg)
}

.owl-carousel .owl-nav button.owl-prev:after {
    background-image: url(../img/arrow-left-lightblue.svg)
}

.owl-carousel .owl-nav button.owl-next:before {
    background-image: url(../img/arrow-right-white.svg)
}

.owl-carousel .owl-nav button.owl-next:after {
    background-image: url(../img/arrow-right-lightblue.svg)
}

.owl-carousel .owl-nav button.disabled {
    opacity: .3
}

.owl-carousel.dark .owl-nav button.owl-prev:before {
    background-image: url(../img/arrow-left-black.svg)
}

.owl-carousel.dark .owl-nav button.owl-prev:after {
    background-image: url(../img/arrow-left-blue.svg)
}

.owl-carousel.dark .owl-nav button.owl-next:before {
    background-image: url(../img/arrow-right-black.svg)
}

.owl-carousel.dark .owl-nav button.owl-next:after {
    background-image: url(../img/arrow-right-blue.svg)
}

@media only screen and (max-width:749px) {
    .owl-carousel.nav-top:not(.items-1) {
        margin-top: 90px
    }
    .owl-carousel.nav-top:not(.items-1) .owl-nav {
        bottom: auto;
        top: -80px
    }
}

@media only screen and (min-width:750px) {
    .owl-carousel .owl-nav {
        bottom: 60px
    }
    .owl-carousel.nav-top:not(.items-2):not(.items-1) {
        margin-top: 90px
    }
    .owl-carousel.nav-top:not(.items-2):not(.items-1) .owl-nav {
        bottom: auto;
        top: -80px
    }
}

@media only screen and (min-width:1100px) {
    .owl-carousel .owl-nav button {
        width: 64px;
        height: 40px;
        margin: 0 10px
    }
    .owl-carousel:not(.items-1):not(.items-2):not(.items-3).nav-top {
        margin-top: 110px
    }
    .owl-carousel:not(.items-1):not(.items-2):not(.items-3).nav-top .owl-nav {
        top: -90px
    }
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cta-book,
.cta-donate,
.is-open {
    position: absolute;
    display: block;
    width: 228px;
    height: 228px;
    z-index: 9;
    bottom: -160px;
    background-size: contain;
    font-size: 17px;
    color: #fff;
    text-align: center;
    transition: all .2s ease-in-out
}

.cta-book>span,
.cta-donate>span,
.is-open>span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    white-space: nowrap;
    line-height: 1.35
}

.cta-book>span span,
.cta-donate>span span,
.is-open>span span {
    display: block;
    font-size: 17px
}

.cta-book strong,
.cta-donate strong,
.is-open strong {
    display: block;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.1
}

.cta-book:hover,
.cta-donate:hover,
.is-open:hover {
    color: #fff
}

@media only screen and (min-width:1100px) {
    .cta-book,
    .cta-donate,
    .is-open {
        width: 240px;
        height: 240px;
        font-size: 26px;
        bottom: -120px
    }
    .cta-book:hover,
    .cta-donate:hover,
    .is-open:hover {
        transform: rotate(0deg)
    }
    .cta-book strong,
    .cta-donate strong,
    .is-open strong {
        font-size: 46px
    }
}

.is-open {
    left: 20px;
    background: url(../img/button-blue.svg) no-repeat 50% transparent;
    background-size: contain;
    transform: rotate(-15deg)
}

.cta-donate,
.is-open.close {
    background: url(../img/button-red.svg) no-repeat 50% transparent;
    background-size: contain
}

.cta-donate {
    right: 20px;
    transform: rotate(15deg)
}

.cta-donate>span {
    top: 50%
}

@media only screen and (min-width:1100px) {
    .cta-donate strong {
        font-size: 42px
    }
}

.cta-wrap {
    position: relative;
    padding: 0 0 20px;
    z-index: 99
}

.cta-book {
    background: url(../img/button-red.svg) no-repeat 50% transparent;
    background-size: contain;
    transform: rotate(15deg);
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.cta-book>span {
    top: 50%
}

@media only screen and (min-width:1100px) {
    .cta-book {
        position: absolute;
        right: -90px;
        top: -200px;
        bottom: auto
    }
    .cta-book strong {
        font-size: 42px
    }
}

@media only screen and (min-width:1400px) {
    .cta-book {
        top: -200px;
        right: -160px
    }
}

.has-carousel {
    text-align: center
}

.has-carousel+.has-carousel {
    padding-top: 20px
}

.has-carousel+footer {
    margin-top: 30px
}

.has-carousel h2 {
    padding: 0 20px;
    margin-bottom: 30px
}

@media only screen and (max-width:749px) {
    .has-carousel {
        padding-left: 0;
        padding-right: 0
    }
    .has-carousel h2 {
        font-size: 36px
    }
}

@media only screen and (min-width:750px) {
    .has-carousel h2 {
        margin-bottom: 40px
    }
}

.list-page+.has-carousel {
    padding-top: 0
}

.date {
    font-size: 17px
}

.displays .txt strong,
.events .txt strong,
.list-view .txt strong,
.news-list .txt strong {
    display: block;
    font-size: 26px;
    overflow: hidden;
    height: 100px
}

@media only screen and (min-width:1100px) {
    .displays .txt strong,
    .events .txt strong,
    .list-view .txt strong,
    .news-list .txt strong {
        height: 100px
    }
}

.list-view .txt strong {
    display: block;
    font-size: 26px;
    overflow: hidden;
    height: 170px
}

@media only screen and (min-width:1100px) {
    .list-view .txt strong {
        height: 170px
    }
}

.displays a,
.list-view a {
    display: block
}

.displays .txt,
.list-view .txt {
    height: 238px;
    position: relative;
    margin-top: -100px;
    z-index: 9;
    left: 25px;
    width: calc(100% - 50px);
    background: #fbf6f5;
    padding: 40px 20px;
    text-align: center
}

.displays .txt .date,
.list-view .txt .date {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    white-space: nowrap
}

.list-view {
    padding-top: 0;
    overflow: hidden
}

.list-view .item {
    margin-bottom: 30px
}

.list-view ul {
    display: block
}

@media only screen and (min-width:750px) {
    .list-view ul {
        width: calc(100% + 22px);
        margin-left: -11px
    }
    .list-view .item {
        float: left;
        width: 50%;
        border: 11px solid transparent
    }
}

@media only screen and (min-width:1100px) {
    .list-view ul {
        width: calc(100% + 33px);
        margin-left: -11px
    }
    .list-view .item {
        width: 33.3333%
    }
}

.events a,
.news-list a {
    display: block
}

.events .txt,
.news-list .txt {
    height: 208px;
    position: relative;
    z-index: 9;
    background: #fbf6f5;
    padding: 20px 25px;
    text-align: center
}

.events .txt .date,
.news-list .txt .date {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    white-space: nowrap
}

@media only screen and (min-width:1100px) {
    .events .txt,
    .news-list .txt {
        height: 218px
    }
}

.news-list {
    padding-top: 0;
    overflow: hidden
}

.news-list .item {
    margin-bottom: 30px
}

.news-list ul {
    display: block
}

@media only screen and (min-width:750px) {
    .news-list ul {
        width: calc(100% + 22px);
        margin-left: -11px
    }
    .news-list .item {
        float: left;
        width: 50%;
        border: 11px solid transparent
    }
}

@media only screen and (min-width:1100px) {
    .news-list ul {
        width: calc(100% + 33px);
        margin-left: -11px
    }
    .news-list .item {
        width: 33.3333%
    }
}

.donate {
    padding: 0;
    margin-top: 20px
}

.donate:before {
    background: #c73d41
}

.donate.green:before {
    background: #3e7e66
}

.donate.red:before {
    background: #c73d41
}

.donate.blue:before {
    background: #217aa1
}

.donate a {
    font-family: Caslons Egyptian, sans-serif;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 26px;
    line-height: 1.31;
    letter-spacing: 2px;
    text-transform: uppercase
}

.donate a,
.donate a:hover {
    color: #fff
}

@media only screen and (min-width:750px) {
    .donate a {
        font-size: 35px
    }
}

@media only screen and (min-width:1100px) {
    .donate a {
        font-size: 52px
    }
}

.quote {
    color: #fff;
    margin: 20px 0;
    text-align: center
}

.quote:before {
    background: #217aa1
}

.quote.green:before {
    background: #3e7e66
}

.quote.red:before {
    background: #c73d41
}

.quote.blue:before {
    background: #217aa1
}

.quote blockquote {
    max-width: 1062px;
    margin: auto;
    font-size: 24px;
    line-height: 1.67;
    padding: 40px 20px;
    text-align: center
}

.quote blockquote strong {
    margin-top: 30px
}

@media only screen and (min-width:750px) {
    .quote {
        margin: 40px 0
    }
    .quote blockquote {
        font-size: 36px;
        padding: 50px 20px
    }
    .quote blockquote strong {
        margin-top: 40px
    }
}

article .quote {
    margin: 20px;
    padding: 20px 0
}

@media only screen and (min-width:750px) {
    article .quote {
        padding: 40px 0
    }
}

@media only screen and (min-width:1100px) {
    article .quote {
        padding: 60px 0
    }
}

.fbook {
    margin-top: 20px
}

.ipgs-flipbook {
    background: #fbf6f5!important;
    height: 460px!important
}

.gallery .caption {
    display: none!important
}

.gallery .ilink img {
    position: absolute;
    top: 0;
    left: 0
}

.gallery .main-image,
.gallery .main-image a {
    position: relative
}

.gallery .main-image a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 37, .3);
    z-index: 2;
    background: url(../img/gallery-icon.svg) no-repeat 50% rgba(37, 37, 37, .3);
    background-size: 62px 59px
}

.gallery .sub-images {
    display: none
}

@media only screen and (min-width:750px) {
    .gallery .sub-images {
        display: block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .gallery .sub-images .sub-image,
    .gallery .sub-images:after {
        -ms-flex-preferred-size: calc(33% - 10px);
        flex-basis: calc(33% - 10px);
        margin-top: 20px
    }
    .gallery .sub-images .sub-image+.sub-image+.sub-image+.sub-image {
        display: none
    }
    .gallery .sub-images.imgc-2:after {
        content: ""
    }
}

.module {
    padding: 20px 0
}

.module.txt a,
.module .txtc a {
    -webkit-text-decoration: underline dotted #aaa;
    text-decoration: underline dotted #aaa;
    text-underline-position: under
}

.module.donate {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.module.share.center {
    padding-top: 0;
    text-align: center
}

.module.share .sharing {
    height: 38px
}

.module.share .social {
    margin-top: 0;
    display: none;
    transition: opacity .3s ease-in-out;
    margin-left: 30px;
    overflow: hidden
}

.module.share.open .social {
    display: inline-block
}

.module:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:749px) {
    .module.share .sharing {
        height: 30px
    }
    .module.share .social {
        height: 30px;
        margin-left: 15px
    }
    .module.share .social li,
    .module.share .social li a {
        width: 30px;
        height: 30px
    }
    .module.two-cols {
        padding: 30px 0
    }
    .module.two-cols figure {
        margin-left: -20px;
        width: calc(100% + 40px)
    }
    .module.two-cols figure .caption,
    .module.two-cols figure .wp-caption-text,
    .module.two-cols figure figcaption {
        padding-left: 20px;
        padding-right: 40px
    }
    .module .txtc {
        padding-top: 20px
    }
    .module .txtc:first-child {
        padding-top: 0
    }
    .module .txtc+figure {
        margin-top: 20px
    }
}

@media only screen and (min-width:750px) {
    .module.two-cols {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .module.two-cols .txtc,
    .module.two-cols figure {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px)
    }
}

@media only screen and (min-width:1100px) {
    .module {
        padding: 30px 0
    }
    .module.donate {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.modules {
    overflow: hidden;
    padding-bottom: 40px
}

.modules.has-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.modules.has-bg:before {
    max-width: 1000px;
    left: 50%;
    transform: translate(-50%);
    height: calc(100% + 1px);
    background: #fff;
    z-index: 1
}

.modules.has-bg:after,
.modules.has-bg:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%
}

.modules.has-bg:after {
    left: 0;
    height: 13px;
    z-index: 2;
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0))
}

.modules.has-bg .wrap {
    z-index: 3
}

.modules .donate,
.modules .quote {
    overflow: visible
}

.modules article .module:last-child.donate,
.modules article .module:last-child.quote {
    margin-bottom: -40px
}

@media only screen and (min-width:1100px) {
    .modules {
        padding-bottom: 60px
    }
    .modules article .module:last-child.donate,
    .modules article .module:last-child.quote {
        margin-bottom: -60px
    }
}

.has-list-page .modules:not(.list-page) {
    padding-top: 0;
    padding-bottom: 0
}

.has-list-page .modules:not(.list-page) .module:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.share-btn {
    height: 30px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
    line-height: 24px;
    padding: 0 40px 0 0;
    cursor: pointer
}

.share-btn:after,
.share-btn:before {
    width: 36px;
    height: 30px;
    left: auto;
    right: 0
}

.share-btn:before {
    background-image: url(../img/share-icon.svg)
}

.share-btn:after {
    background-image: url(../img/share-icon-blue.svg)
}

@media only screen and (min-width:750px) {
    .share-btn {
        font-size: 20px;
        height: 38px;
        line-height: 31px;
        padding: 0 50px 0 0
    }
    .share-btn:after,
    .share-btn:before {
        width: 38px;
        height: 38px
    }
}

.load-more,
.more {
    text-align: center
}

.more {
    font-size: 17px;
    display: inline-block;
    width: 200px;
    padding: 70px 20px 20px
}

.more:after,
.more:before {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    right: auto
}

.more:before {
    background-image: url(../img/arrow-large-down-black.svg)
}

.more:after {
    background-image: url(../img/arrow-large-down-blue.svg)
}

@media only screen and (min-width:1100px) {
    .more {
        padding: 100px 20px 20px
    }
    .more:after,
    .more:before {
        height: 60px
    }
}

.pagination {
    text-align: center
}

.pagination a {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    zoom: 1;
    opacity: 1;
    transition: opacity .3s ease-in;
    z-index: 20;
    margin: 0 7px
}

.pagination a.prev:before {
    background-image: url(../img/arrow-left-black.svg)
}

.pagination a.prev:after {
    background-image: url(../img/arrow-left-blue.svg)
}

.pagination a.next:before {
    background-image: url(../img/arrow-right-black.svg)
}

.pagination a.next:after {
    background-image: url(../img/arrow-right-blue.svg)
}

.pagination a.disabled {
    opacity: .3;
    pointer-events: none
}

@media only screen and (min-width:1100px) {
    .pagination a {
        width: 64px;
        height: 40px;
        margin: 0 10px
    }
}

body .cli-tab-footer .cli-btn {
    background-color: #3e7e66
}

body #cookie-law-info-bar,
body .wt-cli-cookie-bar {
    padding: 20px
}

body .cli-wrapper {
    max-width: 500px
}

body .cli-bar-message {
    width: 100%;
    text-align: center
}

body .cli-bar-container {
    display: block
}

body .cli-bar-btn_container {
    padding-top: 10px;
    text-align: center
}

body #cookie-law-info-again {
    display: none!important
}

body.page-id-48 #cookie-law-info-again,
body.page-id-50 #cookie-law-info-again {
    display: block!important
}

.logo {
    display: block;
    width: 100%;
    height: 115px;
    position: relative;
    z-index: 9;
    transition: height .2s ease-in
}

.logo:before {
    background: url(../img/logo-lockup-black.svg) no-repeat top transparent;
    background-size: 250px 115px
}

.logo:after {
    background: url(../img/logo-lockup-blue.svg) no-repeat top transparent;
    background-size: 250px 115px
}

.logo span {
    display: none
}

@media only screen and (min-width:750px) {
    .logo {
        display: inline-block;
        width: 250px
    }
}

header {
    z-index: 99;
    padding: 15px 20px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    transition: background-color .2s ease-in;
    text-align: center
}

.mt {
    display: none;
    transform: translatez(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 25;
    margin-top: 15px
}

.mt:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/menue-black.svg) no-repeat 50% transparent;
    background-size: 27px 16px
}

@media only screen and (max-width:749px) {
    .mt {
        display: inline-block
    }
}

@media only screen and (max-width:749px) {
    #main-menu {
        opacity: 0;
        padding: 120px 20px 20px;
        z-index: 1;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -110vw;
        transition: opacity .2s ease-in-out;
        background-color: #fbf6f5;
        color: #fff;
        text-align: center
    }
    #main-menu .menu-container {
        display: block;
        text-align: center;
        padding: 0;
        height: calc(100vh - 140px);
        overflow: auto
    }
    #main-menu .menu-container ul {
        display: block;
        font-family: Caslons Egyptian, sans-serif;
        padding: 10px 20px
    }
    #main-menu .menu-container ul li {
        display: block;
        line-height: 1.31;
        letter-spacing: 3px;
        font-size: 26px;
        text-transform: uppercase
    }
    #main-menu .menu-container ul li a {
        display: inline-block;
        color: #1e1e1e;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent
    }
    #main-menu .menu-container ul li a:hover {
        color: #000
    }
    #main-menu .menu-container ul li li {
        letter-spacing: 2px;
        font-size: 17px
    }
    #main-menu .menu-container ul li.current_page_item>a,
    #main-menu .menu-container ul li:hover>a {
        border-bottom: 2px solid #1e1e1e
    }
}

@media only screen and (min-width:750px) {
    #main-menu {
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        transition: top .2s ease-in
    }
    #main-menu .menu-container {
        display: block
    }
    #main-menu .menu-container>ul {
        display: block;
        font-family: Caslons Egyptian, sans-serif;
        text-align: right;
        font-size: 0
    }
    #main-menu .menu-container>ul a {
        display: inline-block;
        border-bottom: 2px solid transparent
    }
    #main-menu .menu-container>ul li.current-menu-parent>a,
    #main-menu .menu-container>ul li.current_page_item>a,
    #main-menu .menu-container>ul li:hover>a {
        border-bottom: 2px solid #1e1e1e
    }
    #main-menu .menu-container>ul>li {
        display: inline-block;
        line-height: 1.31;
        letter-spacing: 2px;
        font-size: 15px;
        text-transform: uppercase;
        float: left
    }
    #main-menu .menu-container>ul>li>a {
        display: inline-block;
        padding: 20px;
        height: 62px
    }
    #main-menu .menu-container>ul>li:hover>ul {
        display: block
    }
    #main-menu .menu-container>ul>li+li+li+li {
        float: none
    }
    #main-menu .menu-container>ul>li>ul {
        display: none;
        position: absolute;
        left: 0;
        top: 62px;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        white-space: nowrap;
        border-top: 25px solid transparent
    }
    #main-menu .menu-container>ul>li>ul:after,
    #main-menu .menu-container>ul>li>ul:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -50vw;
        width: 200vw;
        bottom: 0;
        height: 100%;
        z-index: 0;
        background: #fbf6f5
    }
    #main-menu .menu-container>ul>li>ul:after {
        display: none
    }
    #main-menu .menu-container>ul>li>ul li {
        display: inline-block;
        padding: 5px 2px;
        position: relative;
        z-index: 9;
        font-size: 13px
    }
    #main-menu .menu-container>ul>li>ul li a {
        padding: 5px 2px
    }
}

@media only screen and (min-width:1024px) {
    #main-menu .menu-container>ul>li {
        font-size: 17px
    }
    #main-menu .menu-container>ul>li>a {
        padding: 20px 40px
    }
    #main-menu .menu-container>ul>li>ul li {
        font-size: 17px;
        padding: 5px
    }
    #main-menu .menu-container>ul>li>ul li a {
        padding: 5px
    }
}

body {
    padding-top: 160px
}

@media only screen and (min-width:750px) {
    body {
        padding-top: 120px
    }
}

@media only screen and (min-width:1100px) {
    body {
        padding-top: 180px
    }
}

body.has-image {
    padding-top: 0
}

body.has-image:not(.sticky):not(.mopen) .logo:before {
    background: url(../img/logo-lockup-white.svg) no-repeat top transparent;
    background-size: 250px 115px
}

body.has-image:not(.sticky):not(.mopen) .logo:after {
    background: url(../img/logo-lockup-lightblue.svg) no-repeat top transparent;
    background-size: 250px 115px
}

body.has-image:not(.sticky):not(.mopen) .mt:before {
    background: url(../img/menue-white.svg) no-repeat 50% transparent;
    background-size: 27px 16px
}

body.has-image:not(.sticky):not(.mopen) header {
    background: transparent
}

body.has-image:not(.sticky):not(.mopen) header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(12px);
    background-color: rgba(37, 37, 37, .2)
}

@media only screen and (min-width:750px) {
    body.has-image:not(.sticky):not(.mopen) #main-menu .menu-container>ul li.current_page_item>a,
    body.has-image:not(.sticky):not(.mopen) #main-menu .menu-container>ul li:hover>a {
        border-bottom: 2px solid hsla(0, 0%, 100%, .85)
    }
    body.has-image:not(.sticky):not(.mopen) #main-menu .menu-container>ul>li a {
        color: hsla(0, 0%, 100%, .85)
    }
    body.has-image:not(.sticky):not(.mopen) #main-menu .menu-container>ul>li a:hover {
        color: #fff
    }
    body.has-image:not(.sticky):not(.mopen) #main-menu .menu-container>ul>li>ul:before {
        background: rgba(30, 30, 30, .5)
    }
}

body.scrolling .logo {
    height: 48px
}

body.scrolling header {
    background: #fff
}

@media only screen and (min-width:750px) {
    body.scrolling #main-menu {
        top: -10px
    }
}

@media only screen and (min-width:750px) {
    body.sticky #main-menu .menu-container>ul>li>ul:after {
        display: block;
        top: -25px;
        height: 25px;
        background: #fff
    }
}

@media only screen and (max-width:749px) {
    body.mopen .logo {
        height: 48px
    }
    body.mopen .mt:before {
        background: url(../img/close.svg) no-repeat 50% transparent;
        background-size: 25px 16px
    }
}

body.mopen #main-menu {
    opacity: 1;
    left: 0
}

.message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 2;
    text-transform: uppercase;
    font-family: Caslons Egyptian, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    background: #fbf6f5;
    z-index: 999;
    padding: 10px
}

.message.ok {
    color: #3e7e66
}

.message.ko {
    color: #c73d41
}

footer {
    text-align: center;
    font-family: Caslons Egyptian, sans-serif;
    background: #fbf6f5;
    font-size: 17px;
    padding: 40px 20px
}

footer h6 {
    font-size: 17px;
    margin-bottom: 25px
}

footer address {
    text-transform: uppercase
}

@media only screen and (min-width:750px) {
    footer {
        padding-top: 60px;
        padding-bottom: 60px
    }
    footer h6 {
        font-size: 20px
    }
}

@media only screen and (min-width:1100px) {
    footer {
        padding-top: 90px;
        padding-bottom: 90px
    }
    footer h6 {
        font-size: 26px
    }
}

.phone,
address {
    letter-spacing: 2px;
    line-height: 2.1;
    text-transform: uppercase
}

.newsletter,
.post-password-form {
    padding: 0 0 70px
}

.newsletter input[type=submit],
.post-password-form input[type=submit] {
    margin-bottom: 0
}

.newsletter input,
.post-password-form input {
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width:750px) {
    .newsletter,
    .post-password-form {
        float: left;
        width: 50%;
        padding: 0 0 90px 20px
    }
    .newsletter input[type=submit],
    .post-password-form input[type=submit] {
        max-width: 380px
    }
}

.newsletter.in-page {
    padding: 0 20px 60px;
    width: 100%;
    text-align: center
}

.post-password-form {
    text-align: center;
    max-width: 600px;
    margin: auto
}

@media only screen and (min-width:750px) {
    .post-password-form {
        float: none;
        padding: 20px 0
    }
}

.contact-us {
    padding: 0 0 50px
}

.contact-us .social {
    margin-top: 20px
}

@media only screen and (min-width:750px) {
    .contact-us {
        float: left;
        width: 50%;
        padding: 0 20px 90px 0
    }
}

@media only screen and (min-width:1100px) {
    .contact-us {
        padding-bottom: 100px
    }
}

@media only screen and (min-width:750px) {
    .charity ul,
    .menu ul {
        font-size: 0;
        display: block
    }
    .charity a,
    .charity li,
    .menu a,
    .menu li {
        display: inline-block!important
    }
    .charity li,
    .menu li {
        font-size: 17px
    }
    .charity li:before,
    .menu li:before {
        content: "|";
        padding: 0 10px;
        display: inline-block
    }
    .charity li:first-child:before,
    .menu li:first-child:before {
        display: none
    }
}

@media only screen and (min-width:1100px) {
    .charity li:before,
    .menu li:before {
        padding: 0 15px
    }
}

.menu {
    padding: 25px 0;
    border: 2px solid #1e1e1e;
    border-left: none;
    border-right: none;
    clear: both;
    max-width: 980px;
    margin: auto
}

.menu a,
.menu li,
.menu ul {
    display: block
}

.menu a {
    padding: 5px;
    text-transform: uppercase
}

@media only screen and (min-width:750px) {
    .menu {
        padding: 35px 0;
        border: none;
        position: relative
    }
    .menu:after,
    .menu:before {
        content: "";
        position: absolute;
        width: 580px;
        left: 50%;
        margin-left: -290px;
        top: -1px;
        height: 2px;
        background: #1e1e1e
    }
    .menu:after {
        top: auto;
        bottom: -1px
    }
    .menu ul+ul {
        margin-top: 10px
    }
}

.sponsors {
    padding: 30px 0;
    border-bottom: 2px solid #1e1e1e
}

.sponsors a,
.sponsors li,
.sponsors ul {
    display: block;
    position: relative
}

.sponsors li:last-child a {
    margin-bottom: 0
}

.sponsors a {
    width: 180px;
    height: 170px;
    background: #fff;
    margin: 0 auto 30px
}

.sponsors a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto
}

@media only screen and (min-width:750px) {
    .sponsors {
        padding: 45px 0;
        border-bottom: none;
        position: relative
    }
    .sponsors:after {
        content: "";
        position: absolute;
        width: 580px;
        left: 50%;
        margin-left: -290px;
        bottom: -1px;
        height: 2px;
        background: #1e1e1e
    }
    .sponsors li {
        display: inline-block;
        width: 180px;
        margin: 0 8px
    }
    .sponsors a {
        margin: 0
    }
}

.charity {
    padding: 30px 0;
    text-transform: uppercase
}

.charity li,
.charity ul {
    display: block
}

.charity li {
    line-height: 2.6
}

.copy {
    padding: 20px 0 40px;
    text-transform: uppercase
}

@media only screen and (min-width:750px) {
    .copy {
        padding-top: 0
    }
}

.social {
    display: block;
    white-space: nowrap;
    height: 38px;
    font-size: 0
}

.social li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    width: 38px;
    height: 38px
}

.social li:first-child {
    margin-left: 0
}

.social li:last-child {
    margin-right: 0
}

.social li a {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 150
}

.social li.fb a:before {
    background-image: url(../img/facebook-black.svg)
}

.social li.fb a:after {
    background-image: url(../img/facebook-blue.svg)
}

.social li.ig a:before {
    background-image: url(../img/instagram-black.svg)
}

.social li.ig a:after {
    background-image: url(../img/instagram-blue.svg)
}

.social li.pi a:before {
    background-image: url(../img/pinterest-black.svg)
}

.social li.pi a:after {
    background-image: url(../img/pinterest-blue.svg)
}

.social li.tw a:before {
    background-image: url(../img/twitter-black.svg)
}

.social li.tw a:after {
    background-image: url(../img/twitter-blue.svg)
}

.social li.yt a:before {
    background-image: url(../img/youtube-black.svg)
}

.social li.yt a:after {
    background-image: url(../img/youtube-blue.svg)
}


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
    background-color: #fff
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoomed-in .pswp__img {
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: grabbing
}

.pswp__bg {
    background: #fbf6f5;
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.pswp__bg,
.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img,
.pswp__item {
    position: absolute;
    left: 0;
    top: 0
}

.pswp__img {
    width: auto;
    height: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #fff
}

.pswp--ie .pswp__img {
    width: 100%!important;
    height: auto!important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    transition: opacity .2s;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button {
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    padding: 8px;
    float: none;
    margin: auto;
    z-index: 20
}

.pswp__button--close:before {
    background-image: url(../img/close-large-black.svg)
}

.pswp__button--close:after {
    background-image: url(../img/close-large-blue.svg)
}

@media only screen and (min-width:1100px) {
    .pswp__button--close {
        background-size: auto;
        float: right;
        position: relative;
        width: 56px;
        height: 50px;
        top: 0;
        right: 0
    }
}

.pswp__scroll-wrap {
    padding: 3%
}

.pswp {
    border: 20px solid #fbf6f5
}

@media only screen and (min-width:1100px) {
    .pswp {
        border: 40px solid #fbf6f5;
        border-top: 20px solid #fbf6f5
    }
}

.pswp__button--share {
    display: none;
    background-position: -44px -44px
}

.pswp--supports-fs .pswp__button--fs,
.pswp__button--fs {
    display: none
}

.pswp--fs .pswp__button--fs {
    display: none;
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom,
.pswp__button--hide-caption {
    display: none
}

.pswp--zoomed-in .pswp__button--zoom {
    display: none;
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    width: 70px;
    height: 40px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

@media only screen and (min-width:750px) {
    .pswp__button--arrow--left {
        left: 10px
    }
}

.pswp__button--arrow--right {
    right: 0
}

@media only screen and (min-width:750px) {
    .pswp__button--arrow--right {
        right: 10px
    }
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    top: 35px;
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px
}

.pswp__button--arrow--right:before {
    right: 6px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    transform: translateY(6px);
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
    color: #000;
    text-decoration: none
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px;
    font-weight: 700
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
    text-align: center;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 15px;
    line-height: 1.5;
    padding-top: 20px
}

.pswp__caption a {
    -webkit-text-decoration: underline dotted #aaa;
    text-decoration: underline dotted #aaa;
    text-underline-position: under
}

@media only screen and (min-width:750px) {
    .pswp__caption {
        font-size: 17px
    }
}

.pswp__caption__center {
    text-align: center;
    max-width: 780px;
    margin: auto;
    padding: 0;
    font-family: Caslon Doric, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: .8px
}

.pswp__caption__center em,
.pswp__caption__center i {
    font-style: italic
}

@media only screen and (min-width:750px) {
    .pswp__caption__center {
        font-size: 17px
    }
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__wrapper {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.pswp__video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: 100%
}

.pswp__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr;
    z-index: 9
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(/css/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: c .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: d 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@keyframes c {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes d {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(-140deg)
    }
    to {
        transform: rotate(0)
    }
}

.pswp__zoom-wrap {
    text-align: center
}

.pswp__zoom-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar,
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: transparent
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none!important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.pswp.pswp__hidden-caption .pswp__caption {
    display: none
}

.pswp.pswp__hidden-caption .pswp__button--hide-caption:after {
    color: #fff!important
}

.pswp.pswp__hidden-caption .pswp__button--hide-caption:before {
    background: #c73d41!important
}

.pswp.gswipe {
    border: none
}

.pswp.gswipe,
.pswp.gswipe .pswp__bg {
    background: #1e1e1e
}

.pswp.gswipe .pswp__caption {
    background: snow;
    padding-bottom: 20px
}

.pswp.gswipe .pswp__button--close {
    float: right;
    position: relative
}

.pswp.gswipe .pswp__button--close:after,
.pswp.gswipe .pswp__button--close:before {
    background-size: 40px 22px
}

.pswp.gswipe .pswp__button--hide-caption {
    display: block;
    position: relative;
    float: left;
    position: absolute;
    top: 0;
    left: 70px;
    height: 44px
}

.pswp.gswipe .pswp__button--hide-caption:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: #000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.pswp.gswipe .pswp__button--hide-caption:after {
    content: " i ";
    display: block;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 16px;
    font-weight: 700
}

.pswp.gswipe .pswp__top-bar {
    background: #fff
}

.pswp.gswipe .pswp__counter {
    color: #000
}

.pswp.gswipe .pswp__button--arrow--left,
.pswp.gswipe .pswp__button--arrow--right {
    position: absolute;
    top: 10px
}

.pswp.gswipe .pswp__button--arrow--left {
    right: 50%;
    left: auto
}

.pswp.gswipe .pswp__button--arrow--left:before {
    background-image: url(../img/arrow-left-black.svg);
    background-size: 39px 22px
}

.pswp.gswipe .pswp__button--arrow--left:after {
    background-image: url(../img/arrow-left-blue.svg);
    background-size: 39px 22px
}

.pswp.gswipe .pswp__button--arrow--right {
    left: 50%;
    right: auto
}

.pswp.gswipe .pswp__button--arrow--right:before {
    background-image: url(../img/arrow-right-black.svg);
    background-size: 39px 22px
}

.pswp.gswipe .pswp__button--arrow--right:after {
    background-image: url(../img/arrow-right-blue.svg);
    background-size: 39px 22px
}

@media only screen and (max-width:749px) {
    .pswp.gswipe .pswp__button--close {
        margin-right: 10px
    }
    .pswp.gswipe .pswp__button--arrow--left,
    .pswp.gswipe .pswp__button--arrow--right {
        top: 2px
    }
}

@media only screen and (min-width:1100px) {
    .pswp.gswipe {
        border: none
    }
    .pswp.gswipe .pswp__button--hide-caption,
    .pswp.gswipe .pswp__top-bar {
        height: 60px
    }
    .pswp.gswipe .pswp__button--hide-caption {
        left: 80px
    }
    .pswp.gswipe .pswp__button--close {
        height: 60px;
        margin-right: 20px
    }
    .pswp.gswipe .pswp__counter {
        line-height: 60px;
        margin-left: 10px
    }
}


/* Additions by Orange Pixel */