@font-face {
  font-family: 'Mont';
  src: url('../type/Mont-Bold.woff2') format('woff2'),
       url('../type/Mont-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Mont';
  src: url('../type/Mont-Regular.woff2') format('woff2'),
       url('../type/Mont-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
    font-family: 'Mont';
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #243746;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

/* COLOURS
light blue (kingfisher) #36b0c8
darker blue (buckby) #0075aa
yellow lamp #fbba00
green mallard #648c1c
purple gatekeeper #7b2683
darkgrey tunnel #243746
red rose #e1251a
darkgreen waterway #294634
pink blade #fb5374
midgrey stone 




*/



html {
    scroll-behavior: smooth;
    font-size: 11px;
    background-color: #D4D1C4;
    background-image: url('./img/logo_dark.png');
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;

}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(12px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 17px;
    }
}

@media screen and (min-width: 2000px) {
    html {
        font-size: 23px;
    }
}

@media screen and (min-width: 3000px) {
    html {
        font-size: 31px;
    }
}


body {
    min-height: 100vh;
    font-weight: 500;
    background: #D4D1C4;
    /*background: white;*/
    font-family: 'Mont';
    color: #243746;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
    padding: 0;

}

/* load in/out */
body {
    opacity: 1;
    transition: 1s opacity 1s;
}

body.fade-out {
    opacity: 0;
    transition: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     body.fade-out {
     	opacity: 1;
     }
}



body[page='home'] {
    overflow-y: hidden;
}

html.property-page,
html.property-page body,
body.page-property {
    overflow-x: hidden;
    overflow-y: auto !important;
    height: auto !important;
}

body[page='home']:after {
	content:"";
	position: absolute;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	top:8px;
	left: 8px;
	border: 3px solid #243746;
	z-index: 9;
	transition: all .5s ease;
	pointer-events: none;
}

body[section='1']:after{
	border-color: white;
}


::selection {
    background-color: #243746;
    color: #fff;
}

::-moz-selection {
    background-color: #243746;
    color: #fff;
}




a {
    text-decoration: none;
    color: inherit;
    /*border-bottom: 1px solid white;*/
    outline: none;
    cursor: pointer;
    border: none;
}





a:hover,
a:focus {
    color: inherit;
    outline: none;
}


button:focus {
    outline: none;
}




main {
    width: 100vw;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin: 0;
}



.background-video {
    position: absolute;
    will-change: transform;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    object-fit: cover;
    z-index: -1;
    opacity: 1;
    /*transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
}

body[below-top=true] .background-video {
    /*opacity: 0;*/
}

body[below-fold=true] .background-video {
    /*display: none;*/
}


.spacer {
    display: flex;
    height: 30px;
    margin: 0;
}

.spacer--large {
    display: flex;
    height: 120px;
    margin: 0;
}


.container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

.container__small {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    min-width: 30%;
    max-width: 500px;
}


.content {
    position: relative;
    display: block;
}

.content__section {
    zoom: 1;
    position: relative;
    text-align: left;
    padding: 10rem 0;
    display: block;
    /*overflow-y: hidden;*/
    display: block;
    /*background-color: rgba(0,0,0,1);*/
    background-size: cover;
    background-position: center;


}

.content__section.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}


.img-full {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: cover;
}

.no-bg {
    background: none !important;
}

.no-padding {
    padding: 0;
}

.bg-white {
    background-color: white;
}

.bg-sand {
    background-color: #D4D1C4;
}

.bg-blue {
    background-color: #36b0c8;
}


.bg-dark {
    background-color: #243746;
}



.bg-grey {
    background-color: #97989a;
}

.bold {
    font-weight: bold;
}

.vh {
    min-height: 100vh !important;
}

.almost-vh {
    height: 80vh !important;
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

.uc {
    text-transform: uppercase;
    font-family: 'Mont', Helvetica, Arial, sans-serif;
}

.fade-in {
    opacity: 0;
    animation: fadeIn 4s cubic-bezier(0.25, 0.46, 0.45, 0.94)-in forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes bgZoomOut {
    to {
        transform: scale(1);
        opacity: 0.4;
    }
}

form {
    /*width: 80%;*/
    /*max-width: 600px;*/
    margin: 0 auto;
}

input,
textarea {
    background: none;
    border: 1px solid #243746;
    padding: 12px 1rem;
    width: 100%;
    color: #243746;
    clear: both;
    font-size: 0.8rem;
    margin-top: 10px;
    margin-bottom: 1rem;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

input:focus,
textarea:focus {
    border-color: #243746;
}

form label {
    font-size: .8rem;
    margin-top: 1rem;
    display: block;
    /*font-weight: bold;*/
    text-align: left;
    margin-bottom: -7px;
    /*text-transform: uppercase;*/
}

input[type='submit'] {
    width: auto;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, .5);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, .5);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, .5);
}

form .button {
	float:left;
}


.align-vert-container {
    display: table;
    height: calc(100vh);
    width: 100%;
    /*background: ;*/
}

.align-vert-content {
    display: table-cell;
    vertical-align: middle;
}





.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.text-center {
    text-align: center;
    margin: 0 auto;
}

.text-center>p {
    margin: auto;
    margin-top: 1rem;
}


.text-right {
    text-align: right;
}

.light {
    font-weight: 100;
}

.centered {
    display: block;
    margin: 0 auto;
}

body p,
body .p,
.contact-info a {
    font-family: 'Mont';
    font-size: 1rem;
    line-height: 1.2rem;
    display: block;
    font-weight: 100;
    width: 100%;
    margin-top: 10px;
    max-width: 800px;
    text-transform: none;
    clear: both;
}

.contact-info  {margin-top: 1.5rem; }
.contact-info a,
.contact-info p { max-width: none; margin-top: 0.5rem; }


.breadcrumb { font-size: 80%; line-height: 1rem; margin-bottom: 2rem; }
.breadcrumb img{ margin-right: 10px; display: inline; width: 20px; transform: rotate(-180deg); vertical-align:  middle; height: 15px; width: auto; margin-top: -7px; }
    
.large,
.large p {
    font-size: 1.5rem;
    line-height: 2rem;
    max-width: 800px;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.heading {
    font-family: 'Mont';
    display: block;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 400;
    text-align: center;
    padding-top: 2rem;
}

.heading--xl {
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
    font-weight: 400;
    max-width: 70%;
    margin: 0 auto;
    color: white!important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .1), -1px -1px rgba(0, 0, 0, .1), 1px 1px rgba(0, 0, 0, .1);
    cursor: default;
}



.heading--small {
    font-family: 'Mont';
    display: block;
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem
        /*padding-top: 2rem;*/
}


#basin-logo {
    position: absolute;
    left: 50%;
    margin-left: -37px;
    width: 74px;
    height: 74px;
    display: inline-block;
    background-image: url('../img/logo.png');
    background-size: contain;
    transition: all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-position: center top;
    background-repeat: no-repeat;
    transform-origin: top;

    top: 30px;
    opacity: 1;
    /*transform: scale(1.05);*/
}

body[below-top='true'] #basin-logo {
    /*	background-image: url('./img/logo_dark.png');*/
    /*transform: scale(.5);*/
    opacity: 0;
}

body[section='2'] #basin-logo, body[section='3'] #basin-logo, body[section='4'] #basin-logo, body[section='5'] #basin-logo ,body[section='6'] #basin-logo {
	background-image: url('../img/logo_dark.png');
}

body[data-page='default'] #basin-logo{
	background-image: url('./img/logo_dark.png');
}

section {
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
    max-width: 100vw;
    /*transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
    /*background: #D6D1C5;*/
    /*background: rgba(0,0,0,0);*/
}

/*
body[below-top='true'] section {

	background: #D6D1C5;
}*/


#fixed-navigation {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    pointer-events: none;
    /*color:white;*/

}




body[below-top='true'] #fixed-navigation>.top,
body[below-top='true'] #fixed-navigation>.bottom,
body[below-top='true'] #fixed-navigation>.right,
body[below-top='true'] #fixed-navigation>.left {
 color: #243746;
}



#fixed-navigation>.top,
#fixed-navigation>.bottom,
#fixed-navigation>.right,
#fixed-navigation>.left {
    position: absolute;
    width: 100%;
    height: 50px;
    display: inline-block;
    text-align: center;
    pointer-events: all;
    z-index: 10;
    color: #243746;
}

#fixed-navigation>.top {
    top: 0;
    left: 0;
    height: 0;
    overflow: visible;
}

#fixed-navigation>.bottom {
    display: none;
    bottom: 2rem;
    left: 0;
}

#fixed-navigation>.left {
	display: none;
    transform: rotateZ(90deg);
    left: 50px;
    transform-origin: top left;
    top: calc(50vh - 150px);
    width: 300px;
}

body[page='home'] #fixed-navigation>.left {
	display: block;
}

body[section='1'] #fixed-navigation>.left {
	color: white;
}

body[page='home'][section='6'] #fixed-navigation>.bottom {
	display: block;
}

#fixed-navigation>.right {
    transform: rotateZ(90deg);
    right: 0;
    transform-origin: top right;
    top: calc(50vh + 150px);
    width: 300px;
}

#fixed-navigation p {
    font-size: .8rem;
    line-height: 50px;
    margin: 0;
}

#intro {
    /*	background-image:url('./img/flow.png');
	background-size: cover;
	background-position: center*/
    ;
}

#contact {
    /*	background-image:url('./img/flow.jpg');
	background-size: cover;
	background-position: center;*/
}

#buildings {
    /*background-color: #97989a;*/
}

#flow {
    background-image: url('./img/flow.jpg');
    background-size: cover;
    background-position: center bottom;
}

#overview {
    /*width: 0vw;*/
}

.scaleable-wrapper {
    resize: both;
    position: relative;
    transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


#map {
	border-bottom: 2px solid #243746;
}
/*

#map-image{
	display: block;
	position: relative;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height:100%;
	border:none;
}

#outline-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 60;
}*/

.outline {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: top left;
    border: 0;
    -webkit-animation: fadein .8s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .8s;
    /* Firefox < 16 */
    -ms-animation: fadein .8s;
    /* Internet Explorer */
    -o-animation: fadein .8s;
    /* Opera < 12.1 */
    animation: fadein .8s;
    cursor: pointer;
}

.outline-white {
    border: 1px solid white !important;
}

.button.outline-white:hover {
    background: white;
    color: #36b0c8;
}

.button {
    padding: 1rem 2rem;
    background: #36b0c8;
    text-align: center;
    border-width: 0;
    border-radius: 5px;
    color: white;
    font-family: 'Mont';
    font-weight: 600;
    font-size: .8rem;
    transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block;
    transform: scale(1);
}

.button:hover {
	color: white;
    transform: scale(1.02);
   	-webkit-box-shadow: 10px 6px 34px -9px rgba(0,0,0,0.41);
	-moz-box-shadow: 10px 6px 34px -9px rgba(0,0,0,0.41);
	box-shadow: 10px 6px 34px -9px rgba(0,0,0,0.41);
}

.button__ghost {
	background:transparent;
	border: 1px solid #243746;
	color: #243746;
}
.button__ghost:hover {
	color: #243746;
}

.button__large {
    font-size: 1.2rem;
    padding: 1.5rem 2.5rem;
}

.property-cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 880px;
    margin: 0 auto;
    margin-top: 2rem;
    justify-content: center;
    overflow-y: visible;
}

.property-card {
	width: 180px;
    height: auto;
    display: flex;
    padding-top: 20%;
    color: white;
    position: relative;
    overflow: hidden;
    margin: 1rem 20px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;

	-webkit-box-shadow: 10px 6px 34px -9px rgba(0,0,0,0.41);
	-moz-box-shadow: 10px 6px 34px -9px rgba(0,0,0,0.41);
	box-shadow: 10px 6px 34px -9px rgba(0,0,0,0.41);
}

.property-card h2 {
    font-family: 'Mont';
    font-size: .8rem;
    position: absolute;
    z-index: 10;
    top: calc(50% - 1rem);
    left: 0;
    line-height: 1rem;
    color: white!important;
    text-align: center;
    width: 100%;
    font-weight: bold!important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .1), -1px -1px rgba(0, 0, 0, .1), 1px 1px rgba(0, 0, 0, .1);
}

@media only screen and (min-width: 2800px) {

}



.property-card .property-card-image {
    transform: scale(1);
    opacity: .1;
}

.property-card:hover .property-card-image {
    transform: scale(1.2);
    opacity: 1;
}

.property-card::after {
    content: "";
    position: absolute;
    display: block;
    font-style: italic;
    width: 100%;
    left: 0;
    bottom: 2rem;
    text-align: center;
    z-index: 99;
}

.property-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: .9;
    outline: none;
    border: none;
}

.property-card:hover::after {
    opacity: 0;
}

@media only screen and (max-width: 1100px) {




    .property-cards {
        overflow-x: auto;
        flex-wrap: auto;
        flex-direction: auto;
        overflow-y: visible;
        padding: 20px 0;
    }
    
    .property-card {
        width: calc(100% - 4rem);
        padding: 0;
        border-radius: 5px;
        line-height: 40px;
        height: 40px;
        margin: .5rem 2rem;
   }
   .section.about .property-card { transform: scale(1) !important; }

    .property-card h2 {
        padding: 0;
        margin: 0;
        top: 0;
        text-shadow: none;
        line-height: inherit;
    }

    .property-card-image {
        display: none;
    }

    #overview {
        width: 100vw;
        margin-bottom: 8rem;

    }

    .heading--xl {
        font-size: 2rem;
        line-height: 2.5rem;
    }


    #overview {
        width: 100vw;
        position: relative;
    }

    body[page='home'] #basin-logo {
        display: none !important;
    }
}


.property-page-logo {
	width: 100%;
	max-width: 300px;
	height: auto;
	max-height: 200px;
	object-fit: contain;
	object-position: top;
	margin: 1rem 0;
}


@media only screen and (max-width: 600px) {

    /*	.property-card {
		width: calc(100% - 4rem);
		padding-top: 64%;
	}
*/

    /*.property-card {
		border-top-left-radius: 10rem;
		border-top-right-radius: 10rem;
		width: 70%;
		padding-top: 60%;
	}*/
}

.footer-logo {
	width: 300px;
	max-width: 50vw;
}


footer {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 0.8rem;
}


#footer-menu {
	list-style: none;
	margin:0 0 1rem 0;
	padding:0;
}

#footer-menu li {
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 1px;
	display: inline-block;
	padding: 1rem;
}




/* ==== GRID SYSTEM ==== */



.row {
    position: relative;
    width: 100%;
}

.row [class^="col"] {
    float: left;
    margin: 0.5rem 4% 0.5rem 0;
    min-height: 0.125rem;
}



.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    width: 96%;
}

.col-1-sm {
    width: 4.33%;
}

.col-2-sm {
    width: 12.66%;
}

.col-3-sm {
    width: 21%;
}

.col-4-sm {
    width: 29.33%;
}

.col-5-sm {
    width: 37.66%;
}

.col-6-sm {
    width: 46%;
}

.col-7-sm {
    width: 54.33%;
}

.col-8-sm {
    width: 62.66%;
}

.col-9-sm {
    width: 71%;
}

.col-10-sm {
    width: 79.33%;
}

.col-11-sm {
    width: 87.66%;
}

.col-12-sm {
    width: 100%;
}

.row::after,
.clearfix {
    content: "";
    display: table;
    clear: both;
}

.hidden-sm {
    display: none;
}

.visible-sm {
    display: block;
}




@media only screen and (min-width: 1000px) {

    .visible-sm {
        display: none;
    }

    .home-bg {
        background-image: url('./img/HH7A2647.jpg');
        background-size: cover;
    }

    .row.lg-float-right [class^="col"] {
        float: right !important;
    }

    .col-1 {
        width: 4.33%;
    }

    .col-2 {
        width: 12.66%;
    }

    .col-3 {
        width: 21%;
    }

    .col-4 {
        width: 29.33%;
    }

    .col-5 {
        width: 37.66%;
    }

    .col-6 {
        width: 46%;
    }

    .col-7 {
        width: 54.33%;
    }

    .col-8 {
        width: 62.66%;
    }

    .col-9 {
        width: 71%;
    }

    .col-10 {
        width: 79.33%;
    }

    .col-11 {
        width: 87.66%;
    }

    .col-12 {
        width: 96%;
    }

    .hidden-sm {
        display: block;
    }
}






/* COMPONENT: FULLPAGE SLIDER (PAGEPILING) */
#pagepiling {
    height: 100vh;

    /*background-color: black;*/
}

#pagepiling .section {
    /*overflow: hidden;*/
    height: 100vh;
    color: #243746;
}


.section.about .property-card { transform: scale(1.2); }

#pagepiling .section.active {
	-webkit-box-shadow: 10px 6px 34px -9px rgba(0,0,0,0.41);
	-moz-box-shadow: 10px 6px 34px -9px rgba(0,0,0,0.41);
	box-shadow: 10px 6px 34px -9px rgba(0,0,0,0.41);
}



#pagepiling .section.is-animating:before {
	/*transform: scaleY(1.02);*/
	/*opacity: 0;*/
}

/*    @media only screen and (max-width: 1100px) {
    	#pagepiling .section {
    		overflow-y: scroll;
    	}
    }
*/
#pagepiling .container {
    align-self: center;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #243746;
}

body[section='1'] #pp-nav li .active span,
body[section='1'] .pp-slidesNav .active span {
    background: white!important;
}


body[section='1'] #pp-nav li span,
body[section='1'] .pp-slidesNav span {
    border-color: white!important;
}



#pp-nav li a,
.pp-slidesNav li a {
    border: none;
    text-decoration: none;
}

#pp-nav span,
.pp-slidesNav span {
    border-radius: none;
}

.pp-easing {
    -webkit-transition: transform 1s cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition: transform 1s cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition: transform 1s cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition: transform 1s cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
}



#pagepiling video {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pp-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
    animation: grow 8s ease-in infinite;
    animation-direction: alternate;
    font-size: 0;
}

.pp-tooltip {
    font-family: 'Mont';
}

#pagepiling h2 {
    color: #243746;
    font-weight: 400;
}

#pagepiling p {
    /*font-size: 1.2rem;*/
    color: #243746;
    /*line-height: 1.8rem;*/
}

#pagepiling p.large {
    max-width: none !important;
    font-weight: bold !important;
}














.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 45%;
    z-index: 1;
}

.slideshow.slideshow--fullscreen {
    height: calc(100vh - 160px);
    padding-top: 0;
    margin-top: -40px;
}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
    display: block;
}

.slideshow .slide.is-loaded {
    opacity: 1;
}

.slideshow .slide.slideshow-slide-has-video {
    cursor: url(/img/play-icon.png), auto;
}


.slideshow .slide .caption {
    padding: 0 100px;
}

.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform-origin: center;
    transition: all 1s ease-in-out;
    animation: grow 8s ease-in infinite;
    animation-direction: alternate;

}

.slideshow .slide.is-active .image {
    transform: scale(1);
}


.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow .slide .title {
    display: none;
}

.slideshow.slideshow-visible-title .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font: 600 1.5rem/1.2 'Mont', sans-serif;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    display: block;
}



.slideshow .slide .text {
    display: none;
}

.slideshow.slideshow-visible-text .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
    display: block;
}

.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
}

.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}

.slideshow .pagination .item+.page {
    margin-left: -2px;
}

.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: #fff;
}

.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}


.slideshow .arrows .prev .svg,
.slideshow .arrows .next .svg {
    -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.75));
    -moz-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.75));
}


.slideshow .arrows .arrow:hover {
    cursor: none;
}

.slideshow .arrows .prev {
    left: 30px;
}

.slideshow .arrows .prev:hover .svg {
    left: -10px;
}

.slideshow .arrows .next {
    right: 30px;
}

.slideshow .arrows .next:hover .svg {
    left: 10px;
}

.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
}

@media only screen and (max-width: 1100px) {

   .slideshow {
   	 padding-top: none;
   	 height: 100vh;
   }

  .slideshow .arrows .prev {
      left: 0;
  }

  .slideshow .arrows .next {
      right: 0;
  }


}
