/* Alexandra.Craig */
/* 17 August 2020 | v1.0.0 */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*@font-face {*/
/*    font-family: 'joeHand 2';*/
/*    src:url('../fonts/JoeHand2.woff2') format('woff2'),*/
/*        url('../fonts/JoeHand2.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/* }*/

@font-face {
  font-family: 'NewYork';
  src: url('../fonts/NewYork.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html { text-rendering:optimizeLegibility !important; -webkit-font-smoothing:antialiased !important; -moz-osx-font-smoothing:grayscale !important; text-shadow:1px 1px 1px rgba(0,0,0,0.004); font-size:1em; line-height:1.4; letter-spacing:0em; color:#695d56; background:#fff; font-family:'Barlow', sans-serif; font-weight:400; }

h1, h2, h3, h4, p { margin:0; font-weight:normal; }
figure { margin:0; padding:0; }
img, svg { width:100%; height:auto; display:block; }
ul { padding:0; margin:0; list-style:none; }
a { color:inherit; }

.h2 { font-size:1.375rem; font-weight:300; margin-top:15px; margin-bottom:0; }
.h3 { font-family:'NewYork'; font-size:1.875rem; margin-top:20px; }
.p1 { font-size:0.875rem; line-height:2; }

.h2 + .h3 { margin-top:10px; }
.p1 p { margin-top:3px; margin-bottom:28px; }
.p1 p:last-child { margin-bottom:0; }
.p1 p.lead { margin-top:21px; }
.h2 + p { margin-top:6px; }
.row + .row { margin-top:31px; }
.info + .info { margin-top:81px; }

/* start of grid system */
.row { display:flex; flex-wrap:wrap; padding-left:16px; padding-right:16px; width:100%; box-sizing:border-box; }

.col { width:100%; box-sizing:border-box; position:relative; padding-left:4px; padding-right:4px; }
.col.flex { padding-left:0; padding-right:0; }

.col > * { box-sizing:border-box; /*background:#0ff;*/ }

.m_1_4 { width:25.00%; }
.m_2_4 { width:50.00%; }
.m_3_4 { width:75.00%; }

/* end of grid system */

.col .full_width { width:calc(100% + 50px); transform:translateX(-25px); -webkit-transform:translateX(-25px); }

.video_holder { width:100%; height:0; padding-bottom:52.73%; position:relative; }
.virtualtour_holder { width:100%; height:0; padding-bottom:60.27%; position:relative; margin-bottom:5px; }
.video_holder video, .video_holder iframe, .virtualtour_holder iframe { width:100%; height:100%; position:absolute; top:0; left:0; }

header { position:fixed; top:0; left:0; z-index:20; width:100%; height:93px; background:#695d56; }
header:after { content:""; display:block; width:100%; height:1px; background:#695d56; opacity:0.5; position:absolute; bottom:0; left:0; }
header > section { height:100%; }
header > section > figure { width:100%; height:100%; position:relative; }
header > section > figure img { width:145px; position:absolute; top:15px; left:50%; margin-left:-62px; }
header a.lang { position:absolute; bottom:8px; left:20px; text-decoration:none; color:#FFF; }

main { padding-top:71px; }

.swiper-container figcaption { padding-left:25px; box-sizing:border-box; margin-top:6px; }
.swiper-container .w_overwrite { width:75% !important; }


footer { position:relative; margin-top:51px; padding-bottom:52px; background:#695d56; color:#FFF; }
footer:before { content:""; display:block; width:100%; height:1px; background:#695d56; opacity:0.5; }
footer .sc-logo { width:80px; margin-top:30px; }
footer .row:last-child { margin-top:17px; }

.m_hide { display:none; }

span.mute { display:block; position:absolute; top:0; right:0; z-index:11; padding:1px 6px 1px; background:#FEFEFE; font-size:0.750rem; cursor:pointer; }

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* 768 */
@media only screen and (min-width: 48.000em) {
	.row { padding-left:23px; padding-right:23px; }
    .row.t_reverse { flex-direction:row-reverse; }

	.col { padding-left:15px; padding-right:15px; }
    .col .full_width { width:100%; transform:translateX(0); -webkit-transform:translateX(0); }

    .h2 { font-size:1.375rem; margin-top:15px; margin-bottom:0; }
    /*.h3 { font-size:3.125rem; line-height:1.14; margin-top:37px; }*/
    .h3 { font-size:1.875rem; line-height:1.14; margin-top:37px; }
    .p1 { font-size:1.000rem; line-height:2; }

    .h2 + .h3 { margin-top:26px; }
    .p1 p { margin-top:16px; margin-bottom:32px; }
    .p1 p.lead { margin-top:19px; }
    .row + .row { margin-top:31px; }
    .info + .info { margin-top:110px; }
    .info + .info.virtual_tour { margin-top:110px; }

    header { height:113px; }

    header > section > figure img { width:210px; top:10px; left:38px; margin-left:0; }
    header a.lang { bottom:5px; left:auto; right:38px; }

    main { padding-top:113px; }
    main > section, footer > section { max-width:690px; margin-left:auto; margin-right:auto; }

    footer .sc-logo { width:90px; margin-top:40px; }
}

/* 992 */
@media only screen and (min-width: 62.000em) {
    .t_1_7 { width:14.28%; }
    .t_2_7 { width:28.57%; }
    .t_3_7 { width:42.85%; }
    .t_4_7 { width:57.14%; }
    .t_5_7 { width:71.42%; }
    .t_6_7 { width:85.71%; }

    .t_o_1_6 { margin-left:16.66%; }
    .t_o_2_6 { margin-left:33.33%; }
    .t_o_3_6 { margin-left:50.00%; }
    .t_o_4_6 { margin-left:66.66%; }
    .t_o_5_6 { margin-left:83.33%; }

    .t_or_4_6 { margin-right:66.66%; }

    .t_max { width:100%; }

    .h2 { line-height:1.14; margin-top:-6px; }
    .h2.d_h2_top { margin-top:22px; }
    .h2.d_h2 { margin-bottom:34px; }
    .h3.d_h3 { margin-bottom:13px; }
    .p1 p.d_align { margin-top:-9px; }
    .row + .row { margin-top:13px; }

    .d_bottom { margin-bottom:37px; }
    .d_img { margin-top:16px; }
    .d_1cm { margin-top:30px !important; }

    main > section, footer > section { max-width:1110px; }

    main { padding-top:139px; }

    figure + figure { margin-top:38px; }
    .swiper-container figure + figure { margin-top:0; }

    .swiper-container .w_overwrite { width:42.85% !important; }

    .m_hide { display:block; }
    .d_hide { display:none; }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}