/*
FONTS:
font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
*/


/*@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=19839217-d449-40fc-9a10-bac69d08a3d1");*/
    @font-face{
        font-family:"Plantin MT W01 Regular";
        src:url("fonts/6b175bf6-dba6-4e7a-b620-74d2642a91e3.eot?#iefix");
        src:url("fonts/6b175bf6-dba6-4e7a-b620-74d2642a91e3.eot?#iefix") format("eot"),url("fonts/47a817c1-92a4-4d89-9196-59224b6a42a0.woff2") format("woff2"),url("fonts/83607231-52ee-4f36-9fb0-beeb990a951c.woff") format("woff"),url("fonts/71aff885-3d6b-4424-9979-8eb2fcd25829.ttf") format("truetype"),url("fonts/2778c75d-9219-4016-9066-89e32f91602c.svg#2778c75d-9219-4016-9066-89e32f91602c") format("svg");
    }
    @font-face{
        font-family:"Plantin MT W01 Italic";
        src:url("fonts/830384ed-1109-44a1-8582-55fb3b0d2989.eot?#iefix");
        src:url("fonts/830384ed-1109-44a1-8582-55fb3b0d2989.eot?#iefix") format("eot"),url("fonts/4be48554-6b32-4150-970f-058127b032ab.woff2") format("woff2"),url("fonts/671899cf-e766-409d-969e-35770ac17d00.woff") format("woff"),url("fonts/df134c02-c764-4d4d-9dd9-c567e82db719.ttf") format("truetype"),url("fonts/184b6233-27e1-42a3-a84e-98dc8a0bcf87.svg#184b6233-27e1-42a3-a84e-98dc8a0bcf87") format("svg");
    }
    @font-face{
        font-family:"Plantin MT W01 Bold";
        src:url("fonts/05a13a04-94ea-42de-b10f-488845488f23.eot?#iefix");
        src:url("fonts/05a13a04-94ea-42de-b10f-488845488f23.eot?#iefix") format("eot"),url("fonts/8ec88cf6-3d3f-48ee-96e6-d56a722d640e.woff2") format("woff2"),url("fonts/cba7669b-a05f-4efe-ad00-3c8e07bc6a2d.woff") format("woff"),url("fonts/4a15770f-f573-4223-b52d-4f615a7b6014.ttf") format("truetype"),url("fonts/202f018b-5bdb-4dbb-ae26-c800e108387f.svg#202f018b-5bdb-4dbb-ae26-c800e108387f") format("svg");
    }
    @font-face{
        font-family:"Plantin MT W01 Bold Italic";
        src:url("fonts/687c5b18-445d-4d8c-9f7b-a56bf7eb4c8e.eot?#iefix");
        src:url("fonts/687c5b18-445d-4d8c-9f7b-a56bf7eb4c8e.eot?#iefix") format("eot"),url("fonts/fdc03a92-4365-40f1-9c35-46418fa25699.woff2") format("woff2"),url("fonts/6ec35f54-acd7-42be-8d72-71f2866d7a5b.woff") format("woff"),url("fonts/a5db035e-ec62-49d9-86bf-b4dc5160cf45.ttf") format("truetype"),url("fonts/47f151d1-ac5d-4e03-ad24-d142608413d2.svg#47f151d1-ac5d-4e03-ad24-d142608413d2") format("svg");
    }
    @font-face {
        font-family: 'FacebookLetterFaces';
        src: url('fonts/fbf/FacebookLetterFaces.eot?#iefix') format('embedded-opentype'),  url('fonts/fbf/FacebookLetterFaces.otf')  format('opentype'),
             url('fonts/fbf/FacebookLetterFaces.woff') format('woff'), url('fonts/fbf/FacebookLetterFaces.ttf')  format('truetype'), url('fonts/fbf/FacebookLetterFaces.svg#FacebookLetterFaces') format('svg');
        font-weight: normal;
        font-style: normal;
    }


html,body {
    margin: 0;
    padding: 0;
    font-size:16px;
    color:#131235;
    font-family:'Lato', sans-serif;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    background-color: #fff;
    display:  flex;
    flex-direction: column;
    padding-top: 129px;
}

body.mobile-menu-opened {
    overflow: hidden;
    height: 100vh;
}

.lightboxOverlay {
    opacity: 1;
    background-color: #2e2e2e;
}

.arlogin-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #2e2e2e;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
}
.arlogin-overlay.opened {
    display: flex;
}
.arlogin-container {
    padding: 60px 15px 15px 15px;
    box-sizing: border-box;
    max-width: 600px;
    /* background-color: #fff; */
    position: relative;
}
.arlogin-block {
    background-color: #fff;
    padding: 20px;
}
.arlogin-block form {
    padding: 20px 30px;
    border: solid 1px #A4885F;
    text-align: center;
}
.arlogin-close {
    position: absolute;
    top: 15px;
    right: 15px;
    /* transform: translateY(-140%); */
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: #A4885F;
    border-bottom: solid 1px #A4885F;
}
.arlogin-close:hover {
    color: #fff;
    border-color: #fff;
    cursor: pointer;
}
.arlogin-close::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(images/cross.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(45deg);
    position: absolute;
    left: -20px;    
    top: 4px;
}
.arlogin-title {
    font-family: 'Playfair Display', serif;
    text-align: center;
    color: #A4885F;
    font-weight: 900;
    font-size: 4rem;
    line-height: 1em;
    max-width: 350px;
    display:  inline-block;
    margin: auto;
}
.arlogin-text {
    line-height: 1.6em;
    margin-top: 1em;
    margin-bottom: 2em;
    color: #727681;
    text-align:  left;
}
.arlogin-row {
    text-align: center;
}
.arlogin-row input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 1.1rem;
}
.arlogin-row input[type=submit] {
    width: auto;
    margin-top: 40px;
    margin-bottom: 24px;
    background-color: #A4885F;
    border: solid 1px #A4885F;
    color: #fff;    
    padding: 13px 40px;
    font-size: 0.7rem;
    letter-spacing: 2px;
    cursor: pointer;
}
.arlogin-row input[type=submit]:hover {
    background-color: #fff;
    color: #A4885F;
}

@media(max-width: 679px) {
    .desktop-only {
        display: none;
    }
    body {
        padding-top: 74px;
    }
}
@media (min-width: 680px) {
    .mobile-only {
        display: none !important;
    }
}
.slick-track,
.slick-list {
-webkit-perspective: 2000px;
-webkit-backface-visibility: hidden;
perspective: 2000px;
backface-visibility: hidden;
}
.clearer {
    clear:both;
}
.smaller {
    font-size: 0.5em;
}
.ownline {
    display: none;
    position: absolute;
    top: 1.7em;
    padding: 0;
    background-color: #3f3e3e;
    color: #fff;
}
.default-share__cta:hover .ownline {
    display: block;
}
.mediumweight { font-weight: 500; }
.color-light {color:#fff}

.row {
    width: 100%;
    padding: 0;
    margin: 0; 
    background-size: cover;
    background-position: center;
}

.row--greybg {
    background-color: #f9f9f9;
}

.boxed {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.boxed-half {
    max-width:512px;
    box-sizing: border-box;
}

.fullsizer {
    width: 100%;
    height: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;    
    -ms-flex-preferred-size: 0;    
        flex-basis: 0;
}
.flex-align-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.flex-align-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.flex--bottomaligned {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.flex__cell {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex--equalchildren > * {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

@media (max-width: 679px) {
    .flex {
        display: block;
    }    
    .boxed-half {
        max-width: 100%;
    }
}

.halfboxed {}
.halfboxed > * {
    max-width:512px;
    display: inline-block;
    width:100%;
    box-sizing: border-box;
}
.textalign-left {
    text-align: left;
}
@media(min-width: 680px) {
    .textalign-right {
        text-align: right;
    }
}
.colored-button {
    display: inline-block;
    font-size: 1rem;
    padding: 20px;
    line-height: 1em;
    letter-spacing: 2px;
    border:solid 1px #A4885F;
    border-radius: 0;
    color: #9B8761;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.15s;
    margin-bottom: 0.5em;
    font-weight: 600;
    background-color: transparent;
}
.colored-button--big {
    font-size:24px;
    font-size: 1.5rem;
    border-width: 2px;
}
.colored-button--fullw {
    display:block;
}

.colored-button:hover,
.colored-button:focus {
    background-color:#A4885F;
    color: #fff;
}

.colored-button-light {
    border-color:#fff;
    color:#fff;
}
.colored-button-light:hover,
.colored-button-light:focus {
    background-color:#fff;
    color:#131235;
}

.colored-button-pink {
    border-color: #9B8761;
    color: #9B8761;
}
.colored-button-pink:hover,
.colored-button-pink:focus {
    background-color: #9B8761;
    color: #fff;
}

.colored-button-gold {
    border-color: #8B7D59;
    color: #8B7D59;
}
.colored-button-gold:hover,
.colored-button-gold:focus {
    background-color:#8B7D59;
    color: #fff;
}

header .colored-button-pink {
    padding-left: 32px;
    position: relative;
}
header .colored-button-pink::before {
    content: '';
    position: absolute;
    display:inline-block;
    width: 35px;
    height: 30px;
    background-image: url('images/heart.png');
    background-size: auto 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    left: 3px;
    top: 50%;
    transform:  translateY(-45%) scale(0.5);
}
header .colored-button-pink:hover::before {
    background-position: right;
}

.colored-button-blue {
    border-color:#3F7EAA;
    color:#3F7EAA;
}
.colored-button-blue:hover,
.colored-button-blue:focus {
    background-color:#3F7EAA;
    color: #fff;
}



.default-content {
    font-size:20px;
    font-size:1.25rem;
    color: #9B9B9A;
    line-height: 1.7em;
}
.default-content blockquote {
    font-style: italic;
    font-family: 'Playfair Display', serif;
}
.default-content strong,
.default-content b {
    color: #131235;
}
.default-content a {
    color: #3f3e3e;
    text-decoration: none;
    border-bottom: solid 1px #3f3e3e;
}
.default-content a:hover {
    color: #A4885F;
    border-color: #A4885F;
}
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
    font-weight: 400;
    color: #131235;
    margin: 1.6em 0 0.4em 0;
}

.default-buttons {
    font-size:22.4px;
    font-size: 1.4rem;
    text-align: center;
    padding: 40px 0 40px 0;
}
img + .default-buttons {
    padding-top: 40px;
}
.default-share {
    color: #3f3e3e;
    text-align: center;
    border-top: solid 1px #d6d6d6;
    padding-top: 40px;
    padding-bottom: 40px;    
}
.blogpost .default-share { 
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.default-share__cta {
    font-weight: 600;
    font-size:15.2px;
    font-size: 0.95rem;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    padding-bottom:  10px;
}
.default-share__icon {
    display: inline-block;
    width: 33px;
    height: 25px;
    vertical-align: bottom;
    background-image: url('images/share_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 10px;
}
.default-share__cta:hover {
    color: #A4885F;
    border-color: #A4885F;
}
.default-share__label {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8125rem;
    letter-spacing: 0.5px;
    border-bottom: solid 1px #3f3e3e;
    display:  inline-block;
    position: relative;    
}
.default-share a {
    color: inherit;
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    text-transform: none;
    /* width: 20px; */
    /* height: 20px; */
    /* border-bottom: solid 1px #dadada; */
    /* border-radius: 1000px; */
    text-align: left;
    transition: all 0.2s;
    letter-spacing: 1px;
    white-space: nowrap;
}
.default-share a i {
    margin-right: 8px;
}
.default-share a:hover {
    background-color: #303030;
    border-color: #131235;
    color: #fff;
}

@media (max-width: 679px) {
    .default-content {
        font-size: 1rem;
    }
}


/* SPECIFIC STYLES */

/* HEADER */
header {
    padding: 0;
    margin: 0;
    min-height: 55px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}
.admin-bar header {
    top: 32px;
}
.heading {
    position: relative;        
}
.heading__logocell {
    margin: 0px  0 0 20px;
    flex-basis: 250px;
    flex-grow: 0;
}
.heading__links {
    text-align: right;
    margin: 15px 20px;
    font-size:19.2px;
    font-size: 1.2rem;
}
.heading__links > * {
    margin-bottom: 0;
}
.heading__logo img {
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 679px) {
    .heading__logocell {
        padding-right: 60px;
        max-height: 60px;
    }
    .heading__logo {
        max-height: 60px;
        height: 50px;
    }
    .heading__logocell img {
        height: 100%;
        width: auto;
    }
    .menu-mobile-button.mobile-only {
        margin-top: 2px;
    }
}


.topbar {
    background-color: #3F3E3E;
    color: #A4885F;    
}
.topbar > .flex {
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    max-width: 880px;
}
.topbar a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 5px 12px;
    /* margin: 7px 0; */
    position: relative;
    font-size: 0.8125rem;
}
.topbar a.topbar__fblink {
    font-family: 'FacebookLetterFaces';
}
.topbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.topbar ul li {
    padding: 0;
    margin: 7px 0;
    display: inline-block;
    position:  relative;
}
.topbar__links li::after {
    content: '';
    border-right: solid 1px #1A2D33;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
}
.topbar__contacts li::after {
    content: '';
    border-right: solid 1px #1A2D33;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;    
}
.topbar__contacts a {
    font-weight: 600;
}
.topbar a:hover {
    color: #fff;
}
.topbar a.topbar__reservedarea {
    border: solid 1px #A4885F;
    margin-left: 20px;
    padding: 3px 10px;
    font-weight: 400;
}

.topbar ul li.topbar__search::after {
    display: none;
}
.topbar ul li.topbar__search a {
   cursor: pointer;
}
.topbar ul li.topbar__search a:hover {
    filter: grayscale(100%) brightness(300%);
}
.topbar ul li.topbar__search a::before {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 14px;
    height: 13px;
    background-image: url('images/magnifier.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.topbar ul li.topbar__search {
    position: static;
    z-index: 10;
}
.topbar__searchform {
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    box-sizing:border-box;
    align-items: center;
    background-color: #3F3E3E;
    z-index: 2;
    overflow: hidden;
}
.topbar__searchform form {
    opacity: 0;
    pointer-events: none;
    flex-grow: 0;
    max-width: 0;
    flex-basis: 0;
    transition: all 0.4s;
}
.topbar__searchform.expanded form {
    opacity: 1;
    pointer-events: all;
    flex-grow: 1;
    max-width: 100%;
}
.topbar__searchform form input {
    background-color: transparent;
    border: none;
    display: block;
    padding: 5px 0;
    outline: none;
    color: #A4885F;
    font-family: 'Lato', sans-serif;
    font-size: 0.8125rem;
    z-index: 10;
    width: 100%;
    box-sizing:  border-box;
}
.topbar__searchform form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A4885F;
}
.topbar__searchform form input::-moz-placeholder { /* Firefox 19+ */
  color: #A4885F;
}
.topbar__searchform form input:-ms-input-placeholder { /* IE 10+ */
 color: #A4885F;
}
.topbar__searchform form input:-moz-placeholder { /* Firefox 18- */
  color: #A4885F;
}
.topbar__searchform.expanded {
    left: 0;
    width: 100%;
    
}
.topbar__mail::before {
    content: '';
    width: 20px;
    height: 1em;
    vertical-align: middle;
    display: inline-block;
    background-image: url(images/letter.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.topbar__mail:hover::before {
    filter: grayscale(100%) brightness(300%);
}
.topbar__phone::before {
    content: '';
    width: 20px;
    height: 1em;
    vertical-align: middle;
    display: inline-block;
    background-image: url(images/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.topbar__phone:hover::before {
    filter: grayscale(100%) brightness(300%);
}

/* TOP MENU */
.top-menu {
    background-color: #fff;
    font-size:19.2px;
    font-size:1.2rem;
    padding: 12px 0;
    position: relative;
}
.top-menu .flex {
    position: relative;
    /* padding-right: 65px; */
    /* padding-left: 20px; */
    box-sizing: border-box;
    align-items:  center;
}
.top-menu a {
    text-decoration: none;
    color: inherit;
}
.top-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0;
    text-align: right;
    z-index: 10;
}

.top-menu__item {
    display: inline-block;
    font-size: 0.9375rem;
    position:  relative;
}
.top-menu__link {
    display: block;
    /* padding: 7px 0; */
    z-index: 7;
    position: relative;
}
.top-menu__item:not(.top-menu__item--expandable) .top-menu__link:hover {
    background-color:#90734b;
    color:#fff; 
}
.top-menu__item:not(.top-menu__item--expandable) .top-menu__link:hover .top-menu__label--rseparator {
    border-color:#90734b;
}
.current-menu-item {
    background-color:#90734b;
}
.top-menu__link::after {        
    right: 0;
    height: 99%;    
}
.top-menu__label {
    display: block;
    padding: 10px 10px 9px 10px;
    position: relative;
    font-weight: 300;
    height: 1.1em;
    line-height: 1em;
}
.top-menu__labeltext {
    display: inline-block;        
    vertical-align: middle;
}
.top-menu__labeltext::after {
    content: attr(title);
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 1px;
    font-weight: 600;
}
.expanded > .top-menu__link > .top-menu__label {
    /*font-weight: 600;*/
}
.top-menu__label--lseparator {
    border-left: solid 1px #fff;    
}
.top-menu__label--rseparator {
    border-right: solid 1px #fff;
}
.top-menu__label--bseparator {
    border-bottom: solid 1px #90734b;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.8em;
    margin-right: 0.8em;
}
.top-menu__label--expandable::after {
    content: '';
    display: inline-block;            
    width: 0.4em;
    height: 0.4em;    
    -webkit-transform: translateY(-0.1em) rotate(45deg);    
            transform: translateY(-0.1em) rotate(45deg);
    margin-left: 0.5em;     
    border-bottom:solid 2px #90734b;
    border-right:solid 2px #90734b;
}

.top-menu__item.expanded {
    background-color:#a48860;
    color:#fff;    
}
.top-menu__item.expanded .top-menu__label--expandable::after {
    -webkit-transform: translateY(0.1em) rotate(-135deg);
            transform: translateY(0.1em) rotate(-135deg);
    border-color:#fff;
}
.top-menu__item.expanded .top-menu__label--rseparator {
    border-color:#a48860;
}

.top-menu__sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    color:#fff;
    background-color:#a48860;
    position: absolute;
    font-size: 0;
    height: 0;
    display: none;
    z-index: -1;
    min-width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.top-menu__item.expanded .top-menu__sublist {
    height: auto;
    display: block;
}
.top-menu__sublist .top-menu__item {
    display: block;
}
.top-menu__sublink {
    /*font-size:19.2px;
    font-size:1.2rem;*/
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.top-menu__sublink .top-menu__label {
    padding-top: 18px;
    padding-bottom: 17px;
}
.top-menu__sublink:hover .top-menu__labeltext {
    /*font-weight: 600;*/
}
.top-menu__sublist a {
    text-align:left;
    white-space:nowrap;
}

.top-menu__phone {
    padding: 15px;
    height: 1em;
    font-size: 1em;
    font-weight: 600;
}
@media( max-width: 1000px) {
    .top-menu__phone {
        display: none;
    }
}

.top-menu__searchbar {
    background-color:#f0f0f0;
    transition: all 0.3s;
    width: 65px;
    position: absolute;
    right: 0;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top-menu__searchbar.searchbar-expanded {
    position:absolute;
    width: 100%;
}
.top-menu__searchform {    
    -webkit-box-flex: 1;    
        -ms-flex-positive: 1;    
            flex-grow: 1;
    line-height: 100%;
    padding: 0;
    opacity: 0;
    transition: all 0.2s;
    width: 0;
    overflow: hidden;
}
.top-menu__searchbar.searchbar-expanded .top-menu__searchform {
    opacity: 1;
    padding-left: 25px;
    width: auto;
}
.top-menu__searchform input {
    border:none;
    background-color: transparent;
    font-size:19.2px;
    font-size:1.2rem;
    font-family: inherit;
    font-weight: 300;
    outline: none;
    height: 1.1em;
    padding-top: 17px;
    line-height: 1em;
    width: 100%;
}
.top-menu__searchicon {
    border-radius: 9999px;
    background-color: #fff;
    width:32px;
    width: 2rem;
    -ms-flex-preferred-size:32px;
        flex-basis:32px;
    -ms-flex-preferred-size: 2rem;
        flex-basis: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height:32px;
    height: 2rem;
    padding: 0;
    text-align: center;
    line-height:32px;
    line-height: 2rem;
    font-size:14.4px;
    font-size: 0.9rem;
    overflow: hidden;    
    margin: auto 25px auto auto;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all 0.2s;
    cursor: pointer;
    /* display: inline-block; */
}
.top-menu__searchbar .top-menu__searchicon:hover {
    background-color: #ddd;
}

.top-menu__searchbar.searchbar-expanded .top-menu__searchicon {
    background-color: #bbb;
    /*margin-right: 15px;*/
}

.menu-mobile-button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
    margin-top: 7px;
}
.menu-mobile-button > div {
    width: 100%;
    height: 7px;
    background-color: #333;
    margin-bottom: 7px;
    transition: all 0.3s;
}
.mobile-menu-opened .menu-mobile-button__firstbar {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.mobile-menu-opened .menu-mobile-button__secondbar {
    opacity: 0;
}
.mobile-menu-opened .menu-mobile-button__thirdbar {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.menu-mobile {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    padding: 90px 0 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    box-sizing: border-box;
    height: 100vh;
    overflow: auto;
    transition: all 0.3s;    
}
.menu-mobile-shade {
    position:fixed;
    top: 0;
    left: 0;
    width: 100vh;
    height: 100vh;
    background-color: #000;
    opacity: 0;    
    z-index:8;    
    transition: opacity 0.3s;
    pointer-events: none;
}
.mobile-menu-opened .menu-mobile-shade {
    pointer-events:auto;
    opacity: 0.9;
}

.menu-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* height: 600px; */
}
.menu-mobile ul li {
    display: block;
    border-bottom: solid 1px #eee;
}
.menu-mobile ul li a {
    display: block;
    padding: 15px 75px 10px 25px;
    /* background-color: beige; */
    /*border-bottom: solid 1px #ddd;*/
    text-decoration: none;
    font-size:17.6px;
    font-size: 1.1rem;
    color: #131235;
}
.menu-mobile ul li .sub-menu li { border: none;}
.mobile-menu-opened .menu-mobile {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.menu-mobile ul.sub-menu {
    display:none;
}
.menu-mobile .menu-item {
    position: relative;
    min-width: 300px;
    max-width: 100%;
}
.menu-mobile .current-menu-item {
    background-color: #f0f0f0;
}
.menu-mobile .menu-item-has-children > a {
    position: relative;
}
.menu-mobile .menu-item-has-children > a::after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #808080;
    border-right: solid 2px #808080;
    transform: rotate(-315deg);
    z-index: 2;
    right: 15px;
    top: 40%;
    transition: all 0.3s;
}
.menu-mobile .menu-item-has-children > a {
    border-bottom: none;
}
.menu-mobile .menu-item-has-children.expanded > a::after {
    transform: rotate(-135deg);
}

.menu-mobile ul li .sub-menu a {
    border:none;
    padding-left: 35px;
}


/* FOOTER */
footer {
    padding: 10px 0;
    background-color: #F4F4F4;
    color: #B1B1B1;
    flex-grow: 1;
    display:  flex;
    align-items:  flex-end;
}
footer > .row > .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 25px;
    box-sizing: border-box;
}
.footer-logo img {
    height: 47px;
    width: auto;
}
.social-icons a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    border: solid 1px #CBCBCB;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size:20.8px;
    font-size: 1.3rem;
    color: #B7B7B7;
    transition: all 0.15s;
}
.social-icons a:hover {
    color:#fff;
    background-color: #333;
    border: solid 1px #333;
}
.copyrights {    
    font-size:12px;
    font-size: 0.6875rem;
    font-family: 'Playfair Display', serif;
}
.copyrights a {
    color: inherit;
    text-decoration: none;    
}
.copyrights a:first-child {
    border-right: solid 1px #b7b7b7;
    padding-right: 10px;
    margin-right: 10px;
}
@media (max-width: 1040px) {
    footer {
        /*padding-top: 25px;
        padding-bottom: 25px;*/
    }
}
@media (max-width: 679px) {    
    footer {
        text-align: center;
    }
    footer .social-icons {
        margin-top: 20px;
    }
    .topbar {
        display: none;
    }
}

/* SLIDESHOW */
.slick-track,
.slick-list {-webkit-perspective: 2000px;-webkit-backface-visibility: hidden;perspective: 2000px;backface-visibility: hidden;}
.slideshow {
    position: relative;
    z-index: 1;
}
.slideshow__slidelist {  
    background-color: #30373F;
}
.slideshow__slide {
    outline: none;
}
.slideshow__slidecontent {
    width: 100%;
    background-size: cover;
    background-position: center;
    /* height: 450px; */
    box-sizing: border-box;
    padding: 25px 20px 0 0px;
    outline: none;
    background-color: #30373F;
}
.slideshow__slidecontent .text-block {
    padding: 20px 0;
    line-height:  1.6em;
}
.slideshow__slidecontent .boxed {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;    
    padding: 20px;
    box-sizing: border-box;
}
.slideshow__dotscontainer {
    position: relative;
}
.slideshow__dots {
    position: absolute;
    left: 55%;
    margin-left: 28px;
    bottom: 30px;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    /* opacity: 0.8; */
}
.slideshow__dots ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.slideshow__dots ul li {
    margin: 2px 0;
}
.slideshow__dots button {
    background-color: #fff;
    border: solid 1px #e0e0e0;     
    font-size: 0;
    height: 38px;
    width: 38px;
    padding: 0;
    outline: none;
    margin: 0;
    background-image: url(images/arrow_r.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;
}
.slideshow__dots button.slick-prev {
    transform: scaleX(-1);
}
.slideshow__dots .slick-active button {
    background-color: #fff;
}
.slideshow__slidecontent .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: stretch;
}
.slideshow__slidecontent .flex > div:first-child {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    flex-shrink: 1;
    margin-right: 5%;
    padding: 0 0 50px 0;
}
.slideshow__imagecontainer {
    flex-grow: 1;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-left: 40px;
    position: relative;
    text-align: right;
}
.slideshow__imagecontainer::before {
    content: '';
    width: 50%;
    padding-bottom: 50%;
    background-color: #F2D6B5;
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 1;
}
.slideshow__image {
    width: 90%;
    /* padding-bottom: 106%; */
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    display: inline-block;
}
@media (max-width: 800px) {
    .slideshow__imagecontainer {
        margin-left: 0;
    }
}
@media (max-width: 679px) {    
    .slideshow__slidecontent > .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .slideshow__slidecontent .flex > div:first-child {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        padding-bottom: 5px;
        margin-right: 0;
    }
    .slideshow__slidecontent > .flex .text-block {
        width: 100%;
        text-align: center;
    }
}

.color-dark {
    color:#131235;
}
.color-light {
    color: #A1A4AC;
}

.text-block {
    padding: 15px 20px;
    font-size: 0.9375rem;
}
.text-block .colored-button {
    margin-top: 25px;
    transition: all 0.15s;
}
.text-block--light {
    color:#fff;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    margin: 0.5em 0;
    line-height: 1em;
}
.gold-link {
    color: #A4885F;
    padding: 0;
    margin: 0;
    font-size: 0.75rem;
    font-family:  'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration:  none;
    border-bottom: solid 1px #A4885F;
    padding-bottom: 1px;
    letter-spacing: 2px;
}
.gold-link:hover {
    color: #fff;
    border-color: #fff;
}
.text-block h1 { font-size: 3.5em; }
.text-block h2 {font-size:64px;font-size: 4.6rem;line-height: 1.1em;margin: 10px 0;color: #A4885F;font-family: 'Playfair Display', serif;font-style: italic;font-weight: 800;}
.text-block--big {
    font-size:44.8px;
    font-size:2.8rem;
}
.text-block--textright { text-align: right; }
.text-block--textcenter { text-align: center; }

.text-block--half { -ms-flex-preferred-size: 50%; flex-basis: 50%; }

.defaulthero .text-block h1 {
    font-size: 4rem;
    line-height: 0.95em;
    margin: 0 0 10px 0;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}
@media (max-width: 960px) {
    .text-block h2 {
        font-size: 3.2rem;
    }
}
@media (max-width: 679px) {
    .text-block h1 { font-size: 2.5em; }
    .text-block h2 { font-size: 2em; }
    .defaulthero .text-block h1 { font-size: 2em; }
    .text-block--big {
        font-size: 2em;
    }

    .text-block--textright,
    .text-block--textleft {
        text-align: center;
    }
}

.defaulthero {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    background-color: #A4885F;
}
.defaulthero p {
    margin: 15px 0;
}
.defaulthero p::after {
    content: '|';
    display:inline-block;
    width: 0;
    overflow: hidden;
    visibility: hidden;
}
.breadcrumb {
    list-style: none;
    padding: 15px 15px 0 20px;
    margin: 0;
    font-size:12px;
    font-size: 0.75rem;
}
.breadcrumb__item {
    color: #c5b299;
    display: inline-block;
}
.fa.fa-home::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;    
    background-image: url('images/home.png');
    background-size: contain;
    margin-right: 2px;
}
.breadcrumb__item a:hover .fa.fa-home::before {
    filter: grayscale(100%) brightness(300%);
}
.breadcrumb__item::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: solid 1px #8a6c42;
    border-top: solid 1px #8a6c42;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 6px;
}
.breadcrumb__item:first-child::before {
    display: none;
}
.breadcrumb__item a {
    color: #8a6c42;
    text-decoration: none;
}
.breadcrumb__item a:hover {
    color: #fff;
}
.gobackrow {
    background-color: #FFF3E8;
    color: #A4885F;
}
.gobackrow__content {
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 1rem;
}
.gobackrow__content i {
    border: solid 1px #A4885F;  
    /* font-size: 0.8rem; */
    border-radius: 1000px;
}
.gobackrow__content i.fa.fa-long-arrow-left {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    background-image: url('images/arrow_r.png');
    background-size: 42% auto;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.gobackrow__content a {
    color: inherit;
    text-decoration: inherit;
    font-weight: 300;
}
.gobackrow__content a i {
    transition: all 0.2s;
}
.gobackrow__content a:hover i {
    color: #141335;
    background-color: #fff;
    border-color: #fff;
}
.gobackrow__text {
    margin-left: 10px;
    display: inline-block;
    font-size: 1rem;
}

@media (max-width: 679px) {
    .gobackrow__content {
        padding: 5px 15px;
    }
}

/* SQUARED LINKS LIST */

.squared-list {
    margin-top: 50px;
    margin-bottom: 50px;
}
.squared-list > * {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;    
    box-sizing: border-box;
}
.fixed-list__sizer {
    display: block;
    padding-bottom:  100%;
    height: 340px; 
    position: relative;
    overflow: hidden;
}
.squared-list__sizer {
    display: block;
    padding-bottom: 100%;
    position: relative;    
}
.squared-list__sizer::before {
    content: '';
    display: block;
    position: absolute;
    width: 86%;
    height: 86%;
    left: 7%;
    top: 7%;
    box-sizing: border-box;
    border: solid 1px #807D59;
}
.squared-list__sizer:hover::before {
    background-color: rgba(255,255,255,0.7);
}
.squared-list__image {
    position: absolute;
    width: 55%;    
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
}
a:hover .squared-list__image {
   /* -webkit-transform: scale(1.15);
            transform: scale(1.15);*/
}
.squared-list__content {
    position: absolute;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top:60%;
    left: 0;
    width: 100%;
}
.testimonials {
    margin: 50px 0;
}
.testimonials--small {
    max-width: 330px;
}
@media (max-width: 920px) {
    .testimonials {
        margin-top: 0;
        margin-bottom: 0;
    }    
}
.testimonials .boxed {
    position: relative;
}
.testimonials .squared-list__sizer::before {
    display: none;
}
.testimonials .squared-list__image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
}
.testimonials-list {
    width: 100%;
    height: 100%;
    background-color: #F8E9D9;
}
.testimonials-list__buttons {
    position: absolute;
    text-align: center;
    width: 50%;
    bottom: 15px;
    right: 0;
}
.testimonials-list__buttons ul {
    list-style: none;
    margin:0;
    padding:0;
}
.testimonials-list__buttons ul li {
    display: inline-block;
    margin:5px;
}
.testimonials-list__buttons ul li button {
    font-size: 0;
    border:none;
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: transparent;
    background-image: url('images/stars.png');
    background-size: contain;    
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    outline:none;
    cursor: pointer;
    transition: opacity 0.3s;
}
.testimonials-list__buttons ul li.slick-active button {
    opacity: 1;
}
.testimonials__item > .flex > div {
    flex-basis: 0;
    flex-grow: 1;
}
.testimonials .squared-list__image {
    /* width: 100%; */
    /* height: 100%; */
    /* display: block; */
    /* top: 0; */
    /* left: 0; */
}
.squared-list__text {
    color:#fff;
    font-size:32px;
    font-size: 1.875rem;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    color: #3F3E3E;
    max-width: 70%;
    letter-spacing: 0.5px;
}
.squared-list__text span {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 0.66rem;
    line-height: 1.2em;
    display: block;
    letter-spacing: 1px;
}
@media (max-width: 760px) {
    .squared-list__text {
        font-size: 1.6rem;
    }
}
@media (max-width: 679px) {
    .squared-list__content-mobileautosize {
        position: relative;
        height: auto;
    }
    .squared-list__sizer-mobileautosize {
        padding-bottom: 0;
    }
    .fixed-list__sizer {
        height: 210px;        
    }
    .testimonials-list__buttons {
        width: 100%;
    }
    .testimonials--small {
        max-width: 100%;
    }

}
@media (max-width: 920px) {
    .squared-list {
        margin-top: 0;
        margin-bottom: 0;
    }    
}


.clime {
    background-color: #2E2E2E;    
    color: #A4885F;
    background-image: url('images/clime.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.clime .boxed {
    padding: 25px;
    text-align: center;    
}
.clime__small {
    margin-top: 25px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
}
.clime__big {
    font-family: 'Playfair Display', serif;
    font-size: 3.3rem;
    margin-top: 30px;
    font-style: italic;
    color: #F8E9D9;
}
.clime__author {
    font-family: 'Playfair Display', serif;
    font-size: 0.9375rem;
    position: relative;
    margin-top: 32px;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 300;
}
.clime__author::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #A4885F;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);    
}
.sponsors {
    background-color: #A4885F;
}
.sponsors * {
    outline: none;
}
.sponsors a:hover img {
    filter: grayscale(30%) brightness(160%);
}
.sponsors__list {
    margin: 0 30px;
}
.sponsors__item {
    padding: 20px;
    outline: none;
}
.sponsors__item img {
    max-width: 100%;
    max-height: 100%;
}
.sponsors .slick-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    font-size: 0;
    background-color: transparent;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    border: none;
    border-top: solid 4px #947953;
    border-left: solid 4px #947953;
    transform: translateY(-50%) rotate(-45deg);
    cursor: pointer;
    outline: none;
}
.sponsors .slick-next {
    position: absolute;
    top: 50%;
    right: -20px;
    font-size: 0;
    background-color: transparent;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    border: none;
    border-top: solid 4px #947953;
    border-right: solid 4px #947953;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
    outline: none;
}
.sponsors .slick-next:hover,
.sponsors .slick-prev:hover {
    border-color: #c8ae82;
}

.podcast {
    background-color: #D9EDFF;
    position: relative;
    overflow: hidden;
    color: #717682;
    font-size: 0.9375rem;
    line-height: 1.6em;
}
.podcast > * {
    z-index: 2;
    position: relative;
}
.podcast::before {
    content: 'podcast';
    display: block;
    overflow: hidden;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #d1e6f9;
    text-align: center;
    pointer-events: none;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 19.18rem;
    z-index: 1;
    line-height: 1.2em;
}
.podcast .text-block {
    padding: 45px 15px;
}
.podcast__small {
    color: #3F3E3E;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.podcast__big {
    font-family: 'Playfair Display', serif;
    font-size: 2.9rem;
    color: #3F3E3E;
    margin-bottom: 30px;
}
.podcast .gold-link:hover {
    color: #3f3e3e;
    border-color: #3f3e3e;
}

.bigbanner {
    background-size: cover;
    background-position: center;
}
.bigbanner .text-block {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6em;
    color: #717682;
    padding: 20px 30px;
}
.bigbanner .gold-link {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
}
.bigbanner .gold-link:hover {
    color: #3F3E3E; 
    border-color: #3F3E3E; 
}
.bigbanner .text-block h2 {
    font-weight: 300;
    font-size: 2.875rem;
    color: #364349;
    margin-bottom: 20px;
    line-height: 1.3em;
}

/* LINELINK */
.linelink-container {
    padding: 40px 15px;
    box-sizing:  border-box;
    border-top: solid 1px #CBCBCB;
    border-bottom: solid 1px #CBCBCB;
    color: #3F3E3E; 
}
.linelink-container--dark {
    background-color: #3f3e3e;
    color: #fff;
}
.linelink {
    font-size:29px;
    font-size: 1.1875rem;
    color: inherit;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
.linelink__link {
    margin-left: 40px;
    display:  inline-block;
}
.linelink__link:hover {
    color: #3F3E3E;
    border-bottom: solid 1px #3F3E3E;
}
.linelink-container--dark .linelink__link:hover {
    color: #fff;
    border-bottom: solid 1px #fff;
}
.rightarrow {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    height: 1px;
    background-color:#8B7D59;
    position: relative;
    transition: all 0.2s;
}
.linelink__link:hover .rightarrow {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
}
.bigbanner-emotional {
    padding-top: 70px;
    padding-bottom: 70px;
}
.bigbanner-link {
    /* margin: 0 auto; */
    padding: 40px 25px;
}
.rightarrow::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    border-right:solid 1px #8B7D59;
    border-bottom:solid 1px #8B7D59;
    right: 0;
    -webkit-transform: translateY(-2px) rotate(-45deg);
            transform: translateY(-2px) rotate(-45deg);
}
@media (max-width: 1024px) {
    .linelink {  font-size: 1.4rem;  }    
}
@media (max-width: 900px) {
    .clime {
        background-size: 110% auto;
        background-position: bottom;
    }
}
@media (max-width: 679px) {
    
    .clime__big {
        font-size: 2rem;
        margin-top: 10px;
    }
    .linelink {font-size: 1.1rem;text-align: center;}
    .linelink__link {
        margin: 15px 0 0 0;        
        display: inline-block;
    }
    .linelink span {
        display: block;
    }
    .bigbanner-link {
        padding: 20px;
    }
}


/* EVENT LIST */
.event-list {
    background-color: #131235;    
    color: #fff;    
}
.event-list > div {
    text-align: left;
    padding: 25px;
}
.event-list a {
    color: inherit;
    text-decoration: none;
}
.event-list__title {
    font-size:32px;
    font-size: 2rem;
    font-weight: bold; 
}
.event-list__event {
    margin: 25px 0;
    border-top: solid 1px #262663;
    padding-top: 25px;
}
.event-list__event:first-child {
    border-top: none;
    padding-top: 0;
}
.event-list__date {
    float: left;
    background-color: #fff;
    color:#131235;
    font-weight: bold;
    text-align: center;
    width: 50px;
    padding: 10px 0;
    line-height: 1em;
    margin-right: 15px;
}
.event-list__dateday {
    font-size: 1.4em;
}
.event-list__datemonth {
    font-size:16px;
    font-size: 1rem;
    font-weight: 400;
}
.event-list__eventtitle {
    font-size:19.68px;
    font-size: 1.23rem;
    font-weight: bold;
}
.event-list__time,
.event-list__where {
    color: #8B7D59;
}

/* NEWS PREVIEWS */

.newspreviews-container {
    background-color: #A4885F;    
}
.newspreviews-container > .boxed {
    max-width: 950px;
}
.newspreviews {
    padding: 25px 0;
}
.newspreviews > div {
    /* text-align: left; */
    /* padding: 25px; */
}
.newspreviews a {
    color: inherit;
    text-decoration: none;
    display: block;
}
.newspreviews__news {
    margin: 25px;
    display: block;
    min-width: 220px;
    flex-basis: 0;
    flex-grow: 1;
    background-color: #fff;
}
.newspreviews__newsimage {
    width: 100%;
    padding-bottom: 60%;
    flex-shrink: 0;
    flex-grow: 0;
    /* float: left; */
    /* margin-right:15px; */
    /* border: solid 3px #fff; */
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    position:  relative;
    overflow: hidden;
}
.newspreviews__newsimage > div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size:  cover;
    background-position: center;
    transition: all 0.3s;
}
.newspreviews__news a:hover .newspreviews__newsimage > div {
    transform: scale(1.15);
}
.newspreviews__news a:hover .newspreviews__newstitle {
    color: #A4885F;    
}
.newspreviews__news a:hover .newspreviews__link {
    color: #374349;
    border-color: #374349;
}

.newspreviews__list {
    display: flex;
    flex-wrap: wrap;
}

.newspreviews__newsdata {
    padding: 15px 15px 25px 15px;
}
.newspreviews__title {
    font-size:32px;
    font-size: 2rem;
    font-weight: 300; 
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
}
.newspreviews__date {
    color: #7C6648;
    display: none;
}
.newspreviews__newstitle {
    font-weight: 300;
    font-size: 1.3125rem;
    margin-bottom: 0.5em;
    color: #374349;
    font-family: 'Playfair Display', serif;
}

.newspreviews__newscontent {
    color:#131235;
}
.newspreviews__link {
    font-weight: 600;
    display:  inline-block;
    letter-spacing: 1px;
    font-size: 0.55rem;
}
.newspreviews__link:hover {
    color: #A4885F;
    border-color: #A4885F;
}

/* QUOTE WITH ROUND PIC */
.quote-roundpic {
    padding: 50px 25px;
    max-width: 680px
}
.quote-roundpic__picture {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;    
}
.quote-roundpic__image {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100px;
    margin: 0 25px;
    background-size: cover;
}
.quote-roundpic__text {
    padding: 0 25px;
    font-size:25.6px;
    font-size: 1.6rem;
    line-height: 1.8em;    
}
.quote-roundpic__text strong {
    font-weight: 500;
}
.quote-roundpic__text p {
    margin: 0;
}

@media (max-width: 679px) {
    .quote-roundpic {
        padding: 15px;
    }
    .quote-roundpic__picture {
        text-align: center;                
    }
    .quote-roundpic__image {
        margin: 25px;
    }
    .quote-roundpic__text {
        padding: 0;
        font-size:1.1em;
    }   

    .newspreviews + .newspreviews > div {
        padding-top: 0;
    }
    .newspreviews + .newspreviews > div .newspreviews__news:first-child {
        border-top: solid 1px #7C6648;
        padding-top:25px;
        margin-top: -25px;
    }
}


/* BLURBS */

.blurbs {
    background-color: #F2F4F4;
    padding: 20px 0px 30px 0;
    box-sizing: border-box;
    color: #fff;
}
.blurbs__title {
    font-weight: 600;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #A4885F;
    letter-spacing: 3px;
    padding: 15px;
}
.blurbs__blurb {
    text-align: center;
    padding: 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-decoration: none;
    display: block;
}
.blurbs__label {
    margin: 10px 0;
    font-weight: 300;          
    font-family: 'Playfair Display', serif;
    font-size: 1.3125rem;
    color: #374349;
}
.blurbs__text {
    color: #717682;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size:0.9375rem;
    line-height: 1.4em;
}
.blurbs__link {
    color: #374349;
    display:  inline-block;
    margin-top: 14px;
    padding: 0;
    font-size: 0.66rem;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: solid 1px #374349;
    padding-bottom: 1px;
    letter-spacing: 2px;
}
.blurbs__icon {
    width: 90px;
    margin: auto;
    height: 110px;
}
.blurbs__icon img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}
.blurbs__blurb:hover .blurbs__link,
.blurbs__blurb:hover .blurbs__label {
    color: #A4885F;
}
.blurbs__blurb:hover .blurbs__link {
    border-color: #A4885F;
}

/* SQUARED QUOTE */

.quote-squared__text {
    padding: 0;
    text-align: center;
    font-size:19.2px;
    font-size: 1.4rem;
    line-height: 1.4em;
    outline: none;
}
@media (max-width: 900px) {
    .quote-squared__text {
        font-size: 1.1rem;
    }
}
.quote-squared__sizer {
    padding: 0;
    box-sizing:  border-box;
    background-color: #F8E9D9;
    position: relative;
}
.quote-squared__sizer > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.quote-squared__quote {
    text-align: center;
    color: #3F3E3E;
    line-height: 1.8em;
    font-size: 1.125rem;

}
.quote-squared__quote::before {
    content: '\0201C';
}
.quote-squared__quote::after {
    content: '\0201D';
}
.quote-squared__author {
    font-size: 0.9375rem;
    font-family: 'Playfair Display', serif;
    color: #A4885F;
    font-style: italic;
    margin-top: 2.6em;
    display: inline-block;
    font-weight: 300;
    position: relative;
    text-align: center;
}
.quote-squared__author::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #A4885F;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
}


/* DOWNLOAD LIST HOME */
.download-list-preview {
    padding: 25px;
}
.download-list-preview__item {    
    font-size: 0.75rem;
    font-family: 'Lato', sans-serif;
    color: #717682;
    padding: 25px 0px;
    display: block;
    border-top: solid 1px #8d6740;
    position: relative;
    text-decoration: none;
    line-height: 1.4em;
}
.download-list-preview__item:first-child {
    border: none;
}
.download-list-preview__icon {
    float: right;
    margin-top: 20px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    border: solid 1px #717682;
    border-radius: 50px;
    position: relative;
    transition: all 0.15s;
}
.download-list-preview__icon::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: solid 2px #717682;
    border-bottom: solid 2px #717682;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-65%) rotate(45deg);
            transform: translate(-50%,-65%) rotate(45deg);
}
.download-list-preview__item:hover .download-list-preview__icon {
    border-color: #A4885F;
}
.download-list-preview__item:hover .download-list-preview__icon::before {
    border-color: #A4885F;
}
.download-list-preview__title {
    font-weight: 800;
    color: #3F3E3E;
    font-size: 1.125rem;
    line-height: 1.2em;
    margin-top:  10px;
    margin-bottom: 4px;
}
.download-list-preview__item:hover .download-list-preview__title {
    color: #A4885F;
}
.download-list-preview__size,
.download-list-preview__category {
    color:#131235;
    font-weight: 600;
    font-size: 0.8em;
}

.testimonials--small {
    margin: 25px 0;
}
.testimonials--small .quote-squared__sizer > div {
    position: relative;
    padding-bottom: 70px;
} 
.testimonials--small .quote-squared__sizer {
     padding-bottom: 0;
 }
.testimonials--small .testimonials-list__buttons {
    width: 100%;
}

 @media (max-width: 679px) {
     .download-list-preview {
         padding: 15px;
     }
     .quote-squared__sizer {
         padding-bottom: 0;
     }
    .quote-squared__sizer > div {
        position: relative;
        padding-bottom: 70px;
    } 
 }

/* CONTACTS */
.squared-contacts {
    background-color: #FFFFFF;
}
.squared-contacts__box {
    text-align: center;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #A4885F;
}
.squared-map {
    width: 100%;
    height: 100%;    
    position: relative;
    overflow: hidden;    
}
.squared-contacts a {
    /* text-decoration: none; */
}
.squared-contacts a:hover {
    color: #3F3E3E;
}
.squared-contacts__title {
    /* border-bottom: solid 1px #A4885F; */
    color: #A4885F;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.625rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.squared-contacts__address {
    line-height: 1.6em;
    color: #3F3E3E;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    font-size: 0.9375rem;
    font-style: italic;
}
.squared-contacts__address span {
    display: block;
    font-size: 1.33rem;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-style: normal;
    font-family: 'Playfair Display', serif;
}
.squared-contacts__mail {
    padding: 0.3em;
    font-size: 0.9375rem;
}
.squared-contacts__mail a {
    color: inherit;
}
.squared-contacts__numbers {
    margin: 25px 0;
    font-size: 0.9375rem;
}
.squared-contacts__phone {
    display: inline-block;
    margin: 4px 15px;
}
.squared-contacts__phone::before {
    content: '';
    width: 20px;
    height: 0.9em;    
    display: inline-block;
    background-image: url(images/phone.png);
    background-size: contain;
    background-repeat: no-repeat;    
}
.squared-contacts__fax::before {
    content: '';
    width: 20px;
    height: 0.9em;    
    display: inline-block;
    background-image: url(images/fax.png);
    background-size: contain;
    background-repeat: no-repeat;    
}
.squared-contacts__phone i {
    color: #fe015b;
    font-size: 1.1em;
}
.squared-contacts__company {
    margin-top: 10px;
    font-size: 0.8em;
    color: #909090;
}


@media (max-width: 679px) {    
    #map {
        min-height: 300px;
    }
}


/********/
/* BLOG */
/********/

.blog-lastposts {
    padding-bottom: 50px;
    /* border-bottom: solid 1px #e0e0e0; */
    padding-left: 0px;
    padding-right: 0px;
}
.blog-postlist-container {
    background-color: #fff2e9;
}
.blog-postlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-bottom: 100px; */
}
.blogpost-preview {    
    margin-top: 60px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; 
    -ms-flex-negative: 1; 
        flex-shrink: 1;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    display: block;
    text-decoration: inherit;
    color: inherit;
}
.blogpost-preview--hidden {
    visibility: hidden;
}
.blogpost-preview__imagecontainer {
    padding-bottom: 65%;
   /* border-bottom: solid 2px #007fb4;*/    
    position: relative;
    overflow: hidden;
}
.default-content.blogpost-content {
    font-family:"Plantin MT W01 Regular";
}
.blogpost-preview__imagecontainer__imagehover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 255, .6);
}
.blogpost-preview:hover .blogpost-preview__imagecontainer__imagehover {
    display: block;
}
.blogpost-preview__imagecontainer__imagehover > span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size:25.6px;
    font-size: 1.6rem;    
    width: 40px;
    height: 40px;    
    border: solid 1px #fff;
    border-radius: 1000px;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 1;
}
.blogpost-preview__imagecontainer__imagehover > span::before {    
    content: '';    
    line-height: 30px;
    vertical-align: middle;
    display: block;    
    width: 7px;
    height: 7px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transform: translate(-6px,-6px);
            transform: translate(-6px,-6px);
    box-sizing: border-box;
}
.blogpost-preview__imagecontainer__imagehover > span::after {    
    content: '';    
    line-height: 30px;
    vertical-align: middle;
    display: block;    
    width: 7px;
    height: 7px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    position: absolute;
    top: 20px;
    left: 20px;   
    -webkit-transform: translate(-1px,-1px);   
            transform: translate(-1px,-1px);
    box-sizing: border-box;
}
.blogpost-preview__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}
.blogpost-preview__title {
    font-weight: 600;
    font-size:22.4px;
    font-size: 1.4rem;
    margin: 0.7em 0 0.4em 0;
    line-height: 1.15em;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
}
.blogpost-preview:hover .blogpost-preview__title {
    color: #A4885F;
}
.blogpost-preview:hover .blogpost-preview__excerpt {
    color: #3e3f3f;
}
.blogpost-preview__excerpt {
    color: #9d9d9d;
    line-height: 1.5em;
}

.blogpost-preview:hover .blogpost-preview__image {
    /*transform: scale(1.1);*/
}
.blog-lastposts .gold-link {
    display: none;
}
.blog-postlist__pager {
    text-align: center;
    padding: 50px 15px;
}
.blog-postlist__pager .screen-reader-text {
    display:none;
}
.blog-postlist__pager .page-numbers {
    text-decoration: none;
    display:inline-block;
    color: #131235;
    margin: 5px;
    border: solid 1px #131235;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    transition: all 0.2s;
}
.blog-postlist__pager .page-numbers.next,
.blog-postlist__pager .page-numbers.prev {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-postlist__pager .page-numbers.current,
.blog-postlist__pager .page-numbers:hover {
    color: #fff;
    background-color: #131235;
}
.blogpost {
    padding: 20px;
    max-width: 660px;
}
.single-post .text-block h2 {
    color: #fff;
    font-style: normal;
}
.blogpost h1 {
    font-size:44.8px;
    font-size: 3rem;
    color: #131235;
    margin: 0.65em 0;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    line-height: 1.2em;
}
.blogpost__details {
    color: #9B9B9A;
    font-size:15.2px;
    font-size: 0.95rem;
    border-top: solid 1px #d6d6d6;
    padding: 15px 0;
}
.blogpost__featuredimage img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}
.blogpost__content {
    font-family:"Plantin MT W01 Regular";
    font-size: 1.3125rem;
    color: #8A8A89;
}
.blogpost-related {
    background-color: #FFF3E8;
    padding: 30px 0;
}

.blogpost-related .blog-postlist {
    margin-bottom: 20px;
}
.blogpost-related .blogpost-preview {
    margin-top: 30px;
}

.blogpost-related__smalltitle {
    font-weight: 600;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #A4885F;
    letter-spacing: 3px;
    padding: 0;
}

.blog-postlist .blogpost-preview__content {
    padding-top: 1px;
    background-color: #fff;
    padding: 5px 15px 20px 15px;
}
.blog-postlist .blogpost-preview__content .gold-link,
.resultpage__list .blogpost-preview__content .gold-link {
    font-size: 0.5rem;    
}
.blog-postlist .blogpost-preview__excerpt {
    display: none;
}
.blog-postlist :hover .gold-link,
.resultpage__list :hover .gold-link  {
    color: #3f3e3e !important;
    border-color: #3f3e3e !important;
}

@media (max-width: 679px) {
    .blog-lastposts {
        border-bottom: none;
        padding-bottom: 0;
    }
    .blogpost h1 {
        font-size: 1.5rem;
    }
    .blogpost__featuredimage img {
        margin: 0;
    }
    .blogpost__details {
        font-size: 0.75rem;
    }    
    .blogpost__buttons {
        font-size: 1.2rem;
    }
    .blogpost-preview--hidden {
        display: none;
    }
    .blog-postlist__pager {
        border-top: solid 1px #f0f0f0;
        padding-top: 30px;
        margin: 30px 15px;
        position: relative;
        height: 45px;
    }
    .blog-postlist__pager .page-numbers {
        display:none;        
    }
    .blog-postlist__pager .page-numbers.next {
        display: inline-block;
        position: absolute; 
        right: 0px;
    }
    .blog-postlist__pager .page-numbers.prev {
        display: inline-block;
        position: absolute;
        left: 0px;
    }
}


/****************/
/* DEFAULT PAGE */
/****************/

.default-container {
    box-sizing: border-box;
    padding-top: 40px;    
}
.default-sidebar {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 20px;
    position: relative;
}
.default-sidebar__photo {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
}
.default-sidebar__photo:first-child {
    margin-top: 0;
}
.default-container__textblock {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 20px 40px 20px;
}

.default-container__textblock table {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #f0f0f0;
    border-collapse: collapse;
}
.default-container__textblock table td {
    border: solid 1px #f0f0f0;
    padding: 7px;
    font-size:0.85em;
    line-height: 1.4em;
}

@media (max-width: 679px) {
    .default-container {
        padding-top: 15px;
    }
    .default-container__textblock {
        padding: 0 20px 40px 20px;
    }
    
}
@media (max-width: 540px) {
    .default-container__textblock table td {
        font-size: 0.7em;
    }
}


/***********/
/* GALLERY */
/***********/

.galleries-container {
    background-color: #efefef;
}
.galleries-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding-top: 45px; */
    /* padding-bottom: 45px; */
}
.gallery-preview {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    /* border-bottom: solid 2px #ff00ff; */
    color: inherit;
    text-decoration: inherit;
    display: block;
    font-size:16px;
    font-size: 1rem;
}
.gallery-preview--borderless {
    border: none;
}
.gallery-preview--hidden {
    visibility: hidden;
}
.gallery-preview__imagecontainer {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}
.gallery-preview--empty {
    visibility: hidden;
}
.gallery-preview__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;    
}
.gallery-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing:  border-box;
    padding:  15px;
    display: flex;
    flex-direction:  column;
    align-items: center;
    justify-content:  center;
    background-color: rgba(255,255,255,0.7);
}
.gallery-preview:hover .gallery-hover {
    background-color: rgba(255,255,255,0.9);
}
.gallery-odd .gallery-hover {
    background-color: rgba(50,50,50,0.7);
}
.gallery-odd.gallery-preview:hover .gallery-hover {
    background-color: rgba(50,50,50,0.9);
}

.gallery-preview__name {
    font-weight: 300;
    font-size: 1.35em;
    margin-bottom: 3px;
    font-family: 'Playfair Display', serif;
}
.gallery-odd .gallery-preview__name {
    color: #fff;
}
.gallery-hover .gold-link {
    font-size: 0.5rem;
    margin-top: 10px;
}
.gallery-hover .gold-link:hover { 
    color: #A4885F;
    border-color: #A4885F;
}
.gallery-preview__category {
    font-size: 0.9em;
}
.galleries-pager {
    padding: 15px 15px 50px 15px;
    box-sizing: border-box;
    text-align: center;
}
.galleries-pager__item {
    text-decoration: none;
    display:inline-block;
    color: #131235;
    margin: 5px;
    border: solid 1px #131235;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    transition: all 0.2s;
}
.galleries-pager__item:hover {
    background-color: #131235;
    color: #fff;
}
.galleries-pager__item--current {
    background-color: #131235;
    color: #fff;
}

.filter-imagehover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3e3c3d;
}
a:hover .filter-imagehover {
    display: block;
}
.filter-imagehover > span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size:25.6px;
    font-size: 1.2rem;
    white-space: nowrap;
    /* border: solid 1px #fff; */    
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #A4885F;
    border-bottom: solid 1px #A4885F;
    padding-bottom: 3px;
    margin-left: 15px;
}
.filter-imagehover > span::before {
    content: '';
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('images/cross.png');
    background-position: center;
    background-size: contain;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}
/*.filter-imagehover > span::after {    
    content: '';    
    line-height: 30px;
    vertical-align: middle;
    display: block;    
    width: 11px;
    height: 11px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    position: absolute;
    top: 20px;
    left: 20px;   
    -webkit-transform: translate(-1px,-1px);   
            transform: translate(-1px,-1px);
    box-sizing: border-box;
}*/

.gallery-preview__details {
    padding: 25px;
}

.single-gallery .text-block h2 {
    color: #fff;
    font-style:normal;
}
@media (max-width: 679px) {
    .galleries-list {
        /* padding: 5px 0; */
    }
}


/*************/
/* DOWNLOADS */
/*************/
.downloads-container {
    background-color: #FFF3E8;
    flex-grow: 1000;
}
.colored-switch {
    display: inline-block;
    font-size: inherit;
    padding: 0.5em 0.8em;
    line-height: 1em;
    border: solid 1px #d6d6d6;
    border-radius: 0;
    color: #9A9A99;
    text-decoration: none;
    transition: all 0.15s;
    margin-bottom: 0.5em;
    background-color: #fff;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
}
.colored-switch--active {
    background-color: #3f3e3e;
    border-color: #827D59;
    color: #fff;
}
.colored-switch:hover,
.colored-switch:focus {
    background-color: #a29D79;
    color: #fff;
}
.downloads-filters {
    font-size:17px;
    font-size: 0.9rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    align-items: flex-end;
}
.podcasts__year-title {
    padding: 0 25px;
    margin-top: 1.6em;
    font-family: 'Playfair Display';
    font-size: 1.1875rem;
}
.filter { margin: 0 20px 10px 20px; }
.filter__label {
    color: #3f3e3e;
    margin-right: 5px;
    font-family: 'Playfair Display', serif;
    display: block;
    font-size: 0.9rem;
}
.filter__valuelist {
    display: inline-block;
}
.select {
    display: inline-block;
    position: relative;
}
.select::after {
    content: '';
    width: 0.4em;
    height: 0.4em;
    vertical-align: middle;
    position: absolute;
    display: block;
    top: 50%;
    right: 1em;
    border-right: solid 3px #aeaeae;
    border-bottom: solid 3px #aeaeae;
    -webkit-transform: rotate(45deg) translateY(-100%);
    transform: rotate(45deg) translateY(-100%);
}
.select__options {
    width:100%;
    position: absolute;
    left: -1px;
    top: 50%;
    padding-top: 1.2em;
    background-color: #fff;
    border-left: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    /* border-top: solid 1px #d6d6d6; */
    display: none;
    /* border-bottom-left-radius: 16px; */
    /* border-bottom-right-radius: 16px; */
    overflow: hidden;
    /* z-index: 1; */
}
.select:hover {
    background-color: #fff;
}
.select:hover .select__options {
    display: block;
}
.select__value {
    z-index: 2;
    position: relative;
}
.select__option {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0.3em 0.8em;
    display: block;
    text-decoration: none;
    color: inherit;
}
.select__option:hover {
    background-color: #a29D79;
    color: #fff;
}
.select {
    position: relative;
    display: inline-block;
    font-size: inherit;
    padding: 0.5em 1.4em 0.5em 0.5em;
    line-height: 1em;
    border: solid 1px #d6d6d6;
    border-radius: 0;
    color: #131235;
    text-decoration: none;
    margin-bottom: 0.5em;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    z-index: 1;
}

.downloads-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
}
.downloads-list.downloads-list--podcast {
    padding: 0 25px 20px 25px;
}
.download-item {
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-decoration: none;
    color: inherit;
    font-size:16px;
    font-size: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: solid 1px #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.download-item--empty {
    visibility: hidden;    
}
.download-item__name {
    color: #131235;
    font-size: 1.2em;
    font-weight: 900;
}
.download-item__size,
.download-item__category {
    color: #827D59;
}

.download-item__arrow {
    width: 45px;
    height: 45px;
    border: solid 1px #d6d6d6;
    border-radius: 100px;
    position: relative;
    transition: all 0.2s;
    flex-shrink: 0;
    margin-left:10px;
}
.download-item__arrow::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: solid 3px #131235;
    border-bottom: solid 3px #131235;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%) rotate(45deg);
            transform: translate(-50%, -60%) rotate(45deg);
}
a:hover .download-item__arrow {
    background-color: #a29D79;
    border-color: #a29D79;
}
a:hover .download-item__arrow::before { border-color: #fff; }

.downloads-unauthorized {
    text-align: center;
    padding: 70px 15px;
}
.downloads-unauthorized__retry {
    margin-top: 40px;
    display: inline-block;
    padding: 15px 40px;
    background-color: #A4885F;
    border: solid 1px #A4885F;
    color: #fff;
    letter-spacing: 2px;
    font-size: 0.9rem;
    cursor: pointer;
}
.downloads-unauthorized__retry:hover {
    background-color: #fff;
    color: #A4885F;
}

@media (max-width: 679px) {
    .download-item--empty {
        display: none;
    }
    
}



/************/
/* CONTACTS */
/************/

.bigmap {
    height: 350px;
}
.contacts {
    background-color: #fff;
    color: #fff;
    text-align: center;
}
.contacts__box {
    padding: 40px 20px;
    font-size:16px;
    font-size: 1rem;
}
.contacts__separator {
    margin-left: 15px;
    margin-right: 15px;
    border-top: solid 1px rgba(66,123,161,0.4);
}
.contacts__separator + .contacts__box {
    padding-top: 0;
}
.contacts__name {
    color: #414040;
    font-size: 2em;
    font-family: 'Playfair Display', serif;
}
.contacts__address {
    font-size: 1.1875em;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #414040;
    margin-top: 20px;
}
.contacts__numbers {
    margin-top: 30px;
    font-size: 1.25rem;
    color: #9B8761;
}
.contacts__numbers--additional {
    /* border-top: solid 1px rgba(66,123,161,0.35); */
    /* padding-top: 25px; */
}
.contacts__numbers i {
    color: #9B8761;
}
.contacts__numbers a {
    color: inherit;
    text-decoration: none;
}
.contacts__numbers a:hover {
     border-bottom: solid 1px #9B8761;
}
.contacts__numbers span {
    border-bottom: solid 1px #fff;
    display: inline-block;
    margin: 10px;
    padding-bottom: 4px;
}
.contacts__mail::before {
    content: '';
    width: 20px;
    height: 0.8em;
    vertical-align: middle;
    display: inline-block;
    background-image: url(images/letter.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 3px;
}
.contacts__fax::before {
    content: '';
    width: 20px;
    height: 1em;
    vertical-align: middle;
    display: inline-block;
    background-image: url(images/fax.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.contacts__phone::before {
    content: '';
    width: 20px;
    height: 1em;
    vertical-align: middle;
    display: inline-block;
    background-image: url(images/phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.contactform {
    background-color: #F4E8D9;
    color: #131235;
    background-image: url('images/contact_form_bg.png');
    background-position: top right;    
    background-size: auto;
    background-repeat: no-repeat;
}

@media (min-width: 1360px) {
    .contactform {
        background-position: 86% 0;
    }
}

.contactform__box {
    padding: 40px 0;
}
.contactform__message {
    color: #131235;
    font-size:29.2px;
    font-size: 2rem;
    text-align: center;
    margin: 20px;
    font-family:  'Playfair Display', serif;
}
.contactform__form {
    margin: 20px 0;
    font-size:20px;
    font-size: 1.25rem;
}
.contactform__form input,
.contactform__form select,
.contactform__form textarea {
    font-size: inherit;
}
.contactform__form input.custominput {
    display: none;
}
.flex.form-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.forminput {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin: 20px;
    text-align: center;
}
.form-row > .forminput input:not(.formsubmit),
.form-row > .forminput select,
.form-row > .forminput textarea {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: solid 1px #fff;
    padding: 10px;
    font-family: inherit;
    outline: none;
    font-size: 1.125rem;
    color: #727581;
}
.forminput ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  
}
.form-row > .forminput textarea {
    min-height: 7em;
}
.flex.form-row > .forminput select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url('images/selectarrow.png');
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 0;
}
.form-row > .forminput input.formsubmit {
    font-size:19px;
    font-size: 0.875rem;
    cursor: pointer;
}

.squared-list__content--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    color: #fff;
}
.squared-list__title {
    font-size:32px;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 900;
}
.squared-list_subtitle {
    font-size:15px;
    font-size: 0.9375rem;
    font-weight: 600;
}
.squared-list__thin {
    font-size:21px;
    font-size: 1.3125rem;
}
.squared-list__iban {
    font-size:0.8em;
}
.squared-list__contact--segreteria .squared-list_subtitle {
    color: #827D59;
}
.squared-list__contact--amministrazione .squared-list_subtitle {
    color: #131235;
}

.squared-list__contact a {
    color: inherit;
    text-decoration: none;
    font-size: 0.7em;
}
.squared-list__contact .squared-list__thin i {
    font-size: 0.7em;
}
.squared-list__contact a:hover {
    text-decoration: underline;
}

.flash_message {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 10;
    padding: 40px;
    min-width: 40%;
    min-height: 90px;
    border: solid 1px #f0f0f0;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    font-size: 1.6rem;
    line-height: 1.4em;
    text-align: center;
}

@media (max-width: 679px) {
    .contacts__box {
        font-size: 0.75rem;
    }
    .contacts__numbers {
        font-size: 1.5em;
    }
    .contactform__message {
        font-size: 1.1rem;
    }
}


/* results page */
.resultpage__list {
    display: flex;
    flex-wrap: wrap;
}
.resultpage__list > * {
    flex-basis: 26%;
    flex-grow: 1;
}
.document-preview__imagecontainer {
    border: solid 1px #f0f0f0;
    padding-bottom: 65%;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.document-preview__image {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.document-preview__downloadtext {
    font-size: 1.6rem;
    font-weight: 600;    
}
.download-item__details {
    /*display: flex;    */
}
.document-preview__excerpt .download-item__arrow {
    margin: 0 15px 0 0;
    flex-grow: 1;
    flex-basis: 0;
}

.resultpage__message {
    text-align: center;
    padding: 15px;
    margin-top: 40px;
    font-size: 1.4rem;
}
.resultpage__message--nothingfound {
    margin-bottom: 40px;
}
.resultpage__messagesearch {
    display: inline-block;
}
.resultpage__searchvalue {
    display: inline-block;
    font-style: italic;
}

@media (max-width: 679px) {
    .resultpage__list {
        display: block;
    }
}