@font-face {
    font-family:'Zurich';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c795691/ZurichBT-Regular-1.woff') format('woff');
}

/**
 * Intro layout
 */
svg#berlage-logo:hover path {
    fill: #0ff;
    transition: fill 0.15s;
}
svg#berlage-logo {
    max-width: 100%;
}
svg#berlage-logo path {
    fill: #000;
    transition: fill 0.5s 1s;
}
.intro-button {
    display:inline-block;
    width:75vw;
    border:3px solid #000;
    border-radius:3rem;
    padding:0 2rem;
}
.intro-button:hover {
    box-shadow: 0 1rem 2rem rgba(0,0,0,.4);
}
/**
 * Ground overrides
 */
/* Opacity */
.ground-opacity-light{
	opacity: 0.75;
}
#ground-p-down{
	position: fixed;
    bottom: 15px;
}
/* Dropdown menu */
.ground-line{ 
    display:block;
    border:none;
    color:#000;
    height:1.5px;
    background:#000;
}
.ground-line2{ 
    display:block;
    border:none;
    color:#000;
    height:1px;
    background:#000;
}
.ground-line-white{ 
    display:block;
    border:none;
    color:#fff;
    height:1.5px;
    background:#fff;
}
.ground-line-extraction{ 
    display:block;
    border:none;
    color:#6600cc;
    height:1.5px;
    background:#6600cc;
}
#ground-border-extraction{
    display: inline-block;
    border-right: 1.5px solid;
	border-color:#6600cc;
}
.ground-line-off-cycle{ 
    display:block;
    border:none;
    color:#b22032;
    height:1.5px;
    background:#b22032;
}
#ground-border-off-cycle{
    display: inline-block;
    border-right: 1.5px solid;
	border-color:#b22032;
}

.ground-line-capacity{ 
    display:block;
    border:none;
    color:#3366ff;
    height:1.5px;
    background:#3366ff;
}
#ground-border-capacity{
    display: inline-block;
    border-right: 1.5px solid;
	border-color:#3366ff;
}

.ground-line-private{ 
    display:block;
    border:none;
    color:#c3541d;
    height:1.5px;
    background:#c3541d;
}
#ground-border-private{
    display: inline-block;
    border-right: 1.5px solid;
	border-color:#c3541d;
}

.ground-line-productive{ 
    display:block;
    border:none;
    color:#d1871b;
    height:1.5px;
    background:#d1871b;
}
#ground-border-productive{
    display: inline-block;
    border-right: 1.5px solid;
	border-color:#d1871b;
}
.ground-line-cultivation{ 
    display:block;
    border:none;
    color:#006666;
    height:1.5px;
    background:#006666;
}
#ground-border-cultural{
    display: inline-block;
    border-right: 1.5px solid;
	border-color:#006666;
}
/* Hover */
.ground-intro-text {
    color: black;
    transition: color 0s;
}
.ground-intro-text:hover {
    color: #c94c63;    
    transform: scale(1.25);
    transition: 1s;
}
/* Hover image for lemma's keywords */

/* Hover image for lemma's keywords */
.ground-hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.ground-hover-image {
    visibility: hidden;
}

body:not(.mobile) .ground-hover-title:hover + .ground-hover-image {
    visibility: visible;
    pointer-events: none;
}

.ground-hover-image {
    display: flex;
    position: absolute;
	background: #fff;
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.4);
    z-index: 5;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 35vw;
    height: 35vh;
}

.ground-hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

/* Rotating image */
.ground-rotate {
    display: inline-block;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Hover thumbnail with shadow */
.ground-atlas {
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
}
.ground-atlas:hover {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
    transition: transform 0.15s;
    transition: box-shadow 0.15s;
}
.ground-atlas2 {
    box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.2);
}
.ground-atlas2:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
    transform: scale(1.025);
    transition: transform 0.15s;
    transition: box-shadow 0.15s;
}
.ground-project-map {
    box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.2);
}
.ground-project-map:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
    transition: transform 0.15s;
    transition: box-shadow 0.15s;
}
.ground-lemma {
    box-shadow: 0 0.0rem 0.0rem rgba(0,0,0,.4);
}
.ground-lemma:hover {
    box-shadow: 0 1rem 2rem rgba(0,0,0,.4);
    transform: scale(1.1);
    transition: transform 0.15s;
    transition: box-shadow 0.15s;
}

/* Hover for lemma thumbnail */
.ground-icon {
    box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,.4);
    filter: saturate(0);
}
.ground-icon:hover {
    box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.4);
    transform: scale(1.05);
    transition: transform 0.25s;
    transition: box-shadow 0.25s;
    filter: saturate(1);
    transition: filter 0.25s;
}
/* Hover for projects */
.ground-eviction {
    filter: saturate(0);
}
.ground-eviction:hover {
    filter: saturate(1);
    transition: filter 0.25s;
}
.ground-icon2 {
}
.ground-icon2:hover {
    transform: scale(1.5);
    transition: transform 0.15s;
}
.ground-project {
    box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,.4);
}
.ground-project:hover {
     box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,.4);
    transform: scale(1.05);
    transition: transform 0.15s;
}
/* change text color when hover */
.ground-lemma-text {
    color: #000
}
.ground-lemma-text:hover {
    color: #c94c63;
	text-decoration: underline;
    font-weight: bold;
}


/**
 * WATER overrides
 */
[data-page-id="commercialization"],
[data-page-id="disaster-(flood)"],
[data-page-id="distribution-(water)"],
[data-page-id="exploitation"],
[data-page-id="failure"],
[data-page-id="habitat"],
[data-page-id="international"],
[data-page-id="measurement"],
[data-page-id="mythology"],
[data-page-id="optimization"],
[data-page-id="plumbing"],
[data-page-id="politics"],
[data-page-id="potable-water"],
[data-page-id="recreation"],
[data-page-id="saline"],
[data-page-id="scenography"],
[data-page-id="sewage"],
[data-page-id="storage"],
[data-page-id="wash"],
[data-page-id="19399889"],
[data-page-id="19446061"],
[data-page-id="19402371"],
[data-page-id="19407848"],
[data-page-id="19407850"],
[data-page-id="19407851"],
[data-page-id="19407853"],
[data-page-id="19407852"],
[data-page-id="19422398"],
[data-page-id="19448568"],
[data-page-id="19447552"],
[data-page-id="19408048"],
[data-page-id="19408052"],
[data-page-id="19408049"],
[data-page-id="19447714"],
[data-page-id="19424473"],
[data-page-id="19408051"],
[data-page-id="19408050"],
[data-page-id="19408117"],
[data-page-id="19408119"],
[data-page-id="19422914"],
[data-page-id="19408120"],
[data-page-id="19408489"],
[data-page-id="19454378"],
[data-page-id="19403245"],
[data-page-id="19408118"],
[data-page-id="19446152"],
[data-page-id="19446754"],
[data-page-id="19448305"],
[data-page-id="19404414"],
[data-page-id="19408167"],
[data-page-id="19454271"],
[data-page-id="19421860"],
[data-page-id="19423623"],
[data-page-id="19424389"],
[data-page-id="19423156"],
[data-page-id="19404309"],
[data-page-id="19422349"],
[data-page-id="19404360"],
[data-page-id="19447885"],
[data-page-id="19418794"],
[data-page-id="19409662"],
[data-page-id="19423055"],
[data-page-id="19423248"],
[data-page-id="19404250"],
[data-page-id="19404186"],
[data-page-id="19423514"],
[data-page-id="19448368"],
[data-page-id="19448488"],
[data-page-id="19447205"],
[data-page-id="19454613"],
[data-page-id="19408240"],
[data-page-id="19447069"],
[data-page-id="19408238"],
[data-page-id="19421588"],
[data-page-id="19422222"],
[data-page-id="19446657"],
[data-page-id="19424546"],
[data-page-id="19446928"],
[data-page-id="19423330"],
[data-page-id="19448187"],
[data-page-id="19454129"],
[data-page-id="19422613"],
[data-page-id="19447327"],
[data-page-id="19422710"],
[data-page-id="19422811"],
[data-page-id="19408241"],
[data-page-id="19454531"],
[data-page-id="19444740"],
[data-page-id="19402479"],
[data-page-id="19408977"],
[data-page-id="19408981"],
[data-page-id="19408982"],
[data-page-id="19408983"],
[data-page-id="19408984"],
[data-page-id="19408985"],
[data-page-id="19408987"],
[data-page-id="19408988"],
[data-page-id="19408990"],
[data-page-id="19408991"],
[data-page-id="19408992"],
[data-page-id="19409068"],
[data-page-id="19409056"],
[data-page-id="19409040"],
[data-page-id="19409030"],
[data-page-id="20264274"],
[data-page-id="20254614"],
[data-page-id="20254615"],
[data-page-id="20254159"] {
  --main-color: #000
}


[data-id="19399889"] a,
/* [data-id="19446061"] a, */
[data-id="19402371"] a,
[data-id="19407848"] a,
[data-id="19407850"] a,
[data-id="19407851"] a,
[data-id="19407853"] a,
[data-id="19407852"] a,
[data-id="19422398"] a,
[data-id="19448568"] a,
[data-id="19447552"] a,
[data-id="19408048"] a,
[data-id="19408052"] a,
[data-id="19408049"] a,
[data-id="19447714"] a,
[data-id="19424473"] a,
[data-id="19408051"] a,
[data-id="19408050"] a,
[data-id="19408117"] a,
[data-id="19408119"] a,
[data-id="19422914"] a,
[data-id="19408120"] a,
[data-id="19408489"] a,
[data-id="19454378"] a,
[data-id="19403245"] a,
[data-id="19408118"] a,
[data-id="19446152"] a,
[data-id="19446754"] a,
[data-id="19448305"] a,
[data-id="19404414"] a,
[data-id="19408167"] a,
[data-id="19454271"] a,
[data-id="19421860"] a,
[data-id="19423623"] a,
[data-id="19424389"] a,
[data-id="19423156"] a,
[data-id="19404309"] a,
[data-id="19422349"] a,
[data-id="19404360"] a,
[data-id="19447885"] a,
[data-id="19418794"] a,
[data-id="19409662"] a,
[data-id="19423055"] a,
[data-id="19423248"] a,
[data-id="19404250"] a,
[data-id="19404186"] a,
[data-id="19423514"] a,
[data-id="19448368"] a,
[data-id="19448488"] a,
[data-id="19447205"] a,
[data-id="19454613"] a,
[data-id="19408240"] a,
[data-id="19447069"] a,
[data-id="19408238"] a,
[data-id="19421588"] a,
[data-id="19422222"] a,
[data-id="19446657"] a,
[data-id="19424546"] a,
[data-id="19446928"] a,
[data-id="19423330"] a,
[data-id="19448187"] a,
[data-id="19454129"] a,
[data-id="19422613"] a,
[data-id="19447327"] a,
[data-id="19422710"] a,
[data-id="19422811"] a,
[data-id="19408241"] a,
[data-id="19454531"] a,
/* [data-id="19444740"] a, */
[data-id="19402479"] a,
[data-id="19408977"] a,
[data-id="19408981"] a,
[data-id="19408982"] a,
[data-id="19408983"] a,
[data-id="19408984"] a,
[data-id="19408985"] a,
[data-id="19408987"] a,
[data-id="19408988"] a,
[data-id="19408990"] a,
[data-id="19408991"] a,
[data-id="19408992"] a,
[data-id="19409068"] a,
[data-id="19409056"] a,
[data-id="19409040"] a,
[data-id="19409030"] a,
[data-id="20264274"] a,
[data-id="20254614"] a,
[data-id="20254615"] a,
[data-id="20254159"] a {
  text-decoration: underline !important;
  text-decoration-color: var(--main-color) !important;
}

[data-page-id="commercialization"] .thumbnail img,
[data-page-id="disaster-(flood)"] .thumbnail img,
[data-page-id="distribution-(water)"] .thumbnail img,
[data-page-id="exploitation"] .thumbnail img,
[data-page-id="failure"] .thumbnail img,
[data-page-id="habitat"] .thumbnail img,
[data-page-id="international"] .thumbnail img,
[data-page-id="measurement"] .thumbnail img,
[data-page-id="mythology"] .thumbnail img,
[data-page-id="optimization"] .thumbnail img,
[data-page-id="plumbing"] .thumbnail img,
[data-page-id="politics"] .thumbnail img,
[data-page-id="potable water"] .thumbnail img,
[data-page-id="recreation"] .thumbnail img,
[data-page-id="saline"] .thumbnail img,
[data-page-id="scenography"] .thumbnail img,
[data-page-id="sewage"] .thumbnail img,
[data-page-id="storage"] .thumbnail img,
[data-page-id="wash"] .thumbnail img,
[data-page-id="19399889"] .thumbnail img,
[data-page-id="19446061"] .thumbnail img,
[data-page-id="19402371"] .thumbnail img,
[data-page-id="19407848"] .thumbnail img,
[data-page-id="19407850"] .thumbnail img,
[data-page-id="19407851"] .thumbnail img,
[data-page-id="19407853"] .thumbnail img,
[data-page-id="19407852"] .thumbnail img,
[data-page-id="19422398"] .thumbnail img,
[data-page-id="19448568"] .thumbnail img,
[data-page-id="19447552"] .thumbnail img,
[data-page-id="19408048"] .thumbnail img,
[data-page-id="19408052"] .thumbnail img,
[data-page-id="19408049"] .thumbnail img,
[data-page-id="19447714"] .thumbnail img,
[data-page-id="19424473"] .thumbnail img,
[data-page-id="19408051"] .thumbnail img,
[data-page-id="19408050"] .thumbnail img,
[data-page-id="19408117"] .thumbnail img,
[data-page-id="19408119"] .thumbnail img,
[data-page-id="19422914"] .thumbnail img,
[data-page-id="19408120"] .thumbnail img,
[data-page-id="19408489"] .thumbnail img,
[data-page-id="19454378"] .thumbnail img,
[data-page-id="19403245"] .thumbnail img,
[data-page-id="19408118"] .thumbnail img,
[data-page-id="19446152"] .thumbnail img,
[data-page-id="19446754"] .thumbnail img,
[data-page-id="19448305"] .thumbnail img,
[data-page-id="19404414"] .thumbnail img,
[data-page-id="19408167"] .thumbnail img,
[data-page-id="19454271"] .thumbnail img,
[data-page-id="19421860"] .thumbnail img,
[data-page-id="19423623"] .thumbnail img,
[data-page-id="19424389"] .thumbnail img,
[data-page-id="19423156"] .thumbnail img,
[data-page-id="19404309"] .thumbnail img,
[data-page-id="19422349"] .thumbnail img,
[data-page-id="19404360"] .thumbnail img,
[data-page-id="19447885"] .thumbnail img,
[data-page-id="19418794"] .thumbnail img,
[data-page-id="19409662"] .thumbnail img,
[data-page-id="19423055"] .thumbnail img,
[data-page-id="19423248"] .thumbnail img,
[data-page-id="19404250"] .thumbnail img,
[data-page-id="19404186"] .thumbnail img,
[data-page-id="19423514"] .thumbnail img,
[data-page-id="19448368"] .thumbnail img,
[data-page-id="19448488"] .thumbnail img,
[data-page-id="19447205"] .thumbnail img,
[data-page-id="19454613"] .thumbnail img,
[data-page-id="19408240"] .thumbnail img,
[data-page-id="19447069"] .thumbnail img,
[data-page-id="19408238"] .thumbnail img,
[data-page-id="19421588"] .thumbnail img,
[data-page-id="19422222"] .thumbnail img,
[data-page-id="19446657"] .thumbnail img,
[data-page-id="19424546"] .thumbnail img,
[data-page-id="19446928"] .thumbnail img,
[data-page-id="19423330"] .thumbnail img,
[data-page-id="19448187"] .thumbnail img,
[data-page-id="19454129"] .thumbnail img,
[data-page-id="19422613"] .thumbnail img,
[data-page-id="19447327"] .thumbnail img,
[data-page-id="19422710"] .thumbnail img,
[data-page-id="19422811"] .thumbnail img,
[data-page-id="19408241"] .thumbnail img,
[data-page-id="19454531"] .thumbnail img,
[data-page-id="19444740"] .thumbnail img,
[data-page-id="19402479"] .thumbnail img,
[data-page-id="19408977"] .thumbnail img,
[data-page-id="19408981"] .thumbnail img,
[data-page-id="19408982"] .thumbnail img,
[data-page-id="19408983"] .thumbnail img,
[data-page-id="19408984"] .thumbnail img,
[data-page-id="19408985"] .thumbnail img,
[data-page-id="19408987"] .thumbnail img,
[data-page-id="19408988"] .thumbnail img,
[data-page-id="19408990"] .thumbnail img,
[data-page-id="19408991"] .thumbnail img,
[data-page-id="19408992"] .thumbnail img,
[data-page-id="19409068"] .thumbnail img,
[data-page-id="19409056"] .thumbnail img,
[data-page-id="19409040"] .thumbnail img,
[data-page-id="19409030"] .thumbnail img {
	-webkit-filter: url('#water-filter-grayscale');
	filter: url('#water-filter-grayscale');	
}
.thumbnail:hover img {
	-webkit-filter: url('#water-filter-cyan-alpha');
	filter: url('#water-filter-cyan-alpha');	
}



/* hide the lemmas on the main page */
[data-page-id="19399889"] [data-id="19403168"] {
	display: none;
    
}

#axolotl {
  position: fixed;
  bottom: 0;
  right: 8%;
  transform: translateY(90%);
  transition: transform .15s .5s;
}

#axolotl:hover {
  transform: translateY(36%);
  transition: transform 1s;
}


	
[data-page-id="19399889"] [local-style="19444875"] {
/*    border-top:1px solid  #000;*/
    border-bottom:1px solid  #000;    
}
 
.water-div-outline {
/*    border-left:1px solid  #000;
    border-right:1px solid  #000;*/
    margin: 0 !important;
}
[local-style="19446061"],
[local-style="19444740"],
[local-style="19402480"],
[local-style="19444875"]{
    /* make nav on top */
    z-index: 10 !important;
}
.water-div-outline:first-of-type {
    border-top:1px solid  #000;
}
.water-div-outline:last-of-type {
    border-bottom:1px solid  #000;
}
.water-div-outline > div {
	border:1px solid #000;
}

.water-div-outline div:hover,
.water-footer:hover {
	background-color: #cff !important;
    transition: background-color .15s;
}
.water-div-outline div,
.water-footer {
	background-color: transparent;
    transition: background-color 1s;
}

.water-footer {
	border-top: 2px solid #000;
}


/**
 * Content
 */

@font-face {
    font-family: 'Zurich';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c551828/ZurichBT-Regular-1.woff') format('woff');
}


:root {
  --main-color: rgba(0, 8, 255, 1)
}


body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 1.0;
}

.page a.active {
	color: none;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 4.5rem;
    list-style-type: decimal-leading-zero;
}

ol > li {
    padding-left: 0.75rem;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
    height: 1px;
    background-image: linear-gradient(to right, var(--main-color) 50%, transparent 0%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    border: none;
}

.content img {
	float: none;
	margin-bottom: 0.0rem;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 0.5em;
    margin-bottom: 0.0rem;
	font-size: 0.7rem;
	font-weight: 400;
	color: #000;
	font-family: 'Zurich', Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.1rem;
	font-weight: 400;
	color: var(--main-color);
	font-family: 'Zurich', Icons;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	border-bottom: 0px solid var(--main-color);
	color: var(--main-color);
	padding-bottom: 0em;
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
    
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: 'Zurich', Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.3;

	color: rgb(246, 246, 246);
}

[data-predefined-style="true"] h1 a {
	color: rgb(246, 246, 246);
}

[data-predefined-style="true"] h2 {
	font-family: 'Zurich', Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: var(--main-color);
	font-size: 8.3rem;
	line-height: 1.3;
	letter-spacing: 0.00em;
    text-decoration: none;
}

[data-predefined-style="true"] h2 a {
	color: var(--main-color);
    text-decoration: none;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 4rem;
	line-height: 1.3;
	font-family: 'Zurich', Icons;
	font-style: normal;
	font-weight: 400;
	color: var(--main-color);
}

[data-predefined-style="true"] small a {
	color: rgb(246, 246, 246);
}

[data-predefined-style="true"] small a:hover {
	color: #f6f6f6;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: transparent/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 90% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 1rem /*!main_margin*/;
	padding-bottom: 1rem /*!main_margin*/;
	padding-left: 1rem /*!main_margin*/;
	padding-right: 1rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

[data-css-preset] .backdrop {
	width: 100% /*!background_cover*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 70%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 0.9rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -1.8rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 1.3rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -2.6rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(246, 246, 246, 1);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 1.0rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: var(--main-color);
	font-family: 'Zurich', Icons;

	font-style: normal;
	line-height: 1.3;
    text-align: left;
}

.thumbnails .thumbnail:hover .title {
	color: var(--main-color);
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 2.0rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: 'Zurich', Icons;
	font-style: normal;
	line-height: 1.5;
    text-align: left;
    padding: 0;
}

.thumbnails .tags a {
    color: #0ca900;
    text-decoration: none;
}

.thumbnails .tags a:hover {
	color: #0ca900;
    opacity: 1;
    border-bottom: 1px solid rgba(12, 169, 0, 0.6);
}

.thumbnails .has_title .tags {
	margin-top: -2rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: var(--main-color);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: rgba(246, 246, 246, 1);
	position: fixed;
	top: .75rem /*!site_menu_button*/;
	right: 1.4rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 28px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: var(--main-color);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	color: rgba(246, 246, 246, 1);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: var(--main-color);
	position: fixed;
	top: .75rem /*!site_menu_button*/;
	right: 1.4rem /*!site_menu_button*/;
}

body.mobile #site_menu .close {
	color: rgba(246, 246, 246, 1);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: var(--main-color);
	position: fixed;
	top: .75rem /*!site_menu_button*/;
	right: 1.4rem /*!site_menu_button*/;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.;
    position: fixed;
	padding: 6px;
	top: 3rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
	font-family: 'Zurich', Icons;
	font-size: 1.2rem;
    padding: 0;
	font-weight: 400;
	color: #0ca900;
	font-style: normal;
    line-height: 1.3;
    letter-spacing: .07em;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: 'Zurich', Icons;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 1.1;
	color: #0ca900;
}

.shop_product .dropdown {
	font-family: 'Zurich', Icons;
    font-size: 1.2rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(12, 169, 0, 0.3);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
    color:  #0ca900;
}

.shop_product .button {
	font-family: 'Zurich', Icons;
	font-size: 1.2rem;
    background: #0ca900;
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
    border: 0;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: 1.0;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(220, 220, 220, .9) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}

/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 25px;
    width: 25px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #f6f6f6;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 56px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: var(--main-color);
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #f6f6f6;
    stroke-width: 2.5px;
    opacity: 1;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #000;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 100%;
    height: 3.3rem;
    outline: 1px solid var(--main-color);
    color: var(--main-color);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: 'Zurich', Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color:var(--main-color);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: var(--main-color);
}

.audio-player .icon {
    fill: var(--main-color);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0, 8, 255, 0.1)
}

.audio-player .progress {
    background: rgba(0, 8, 255, 0.5);
}

.audio-player .progress-indicator {
    border: 1px solid var(--main-color);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill:var(--main-color);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

.flier {
	pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
	animation: fly 76s linear infinite;
	pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 10s;
	z-index: 99999;
}
.flier2 {
	pointer-events: none;
}

.flier2 > * {
/* Adjust animation duration to change the element’s speed */
	animation: fly 50s linear infinite;
	pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-200%) translateY(-200%) rotateZ(0);
	position: fixed;
	animation-delay: 0s;
	z-index: 99999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

.chat {
    background:transparent;
    border: 1px solid var(--main-color);
    display:none;
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.chat.initialized {
    display: flex;
}

.chat .chat_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 40%;
}

.chat .chat_interior {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat .chat_output {
    flex-grow: 2;
    overflow-y: auto;
    padding: 1rem;
    display:flex;
    flex-direction:column;
}

.chat .input_area {
    background-color: transparent;
    border-top:1px solid var(--main-color);
    flex-shrink: 0;
    line-height: 3.4rem;
    display: flex;
    color: blue;
}

.chat input {
    display:block;
    font:inherit;
    height: 100%;
    width: 50%;
    border:0;
    margin:0;
    padding: 0 1rem;
    flex-grow: 1;
    background: transparent; 
}

.input_area .send_button {
    background: transparent; 
    display:block;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid var(--main-color);
    font:inherit;
    height: 100%;
    padding: 0 1rem;
}

.input_area .send_button:after {
    content: "SEND"
}

.chat .agent.waiting {
    color: #f6f6f6;
}

.chat .agent.waiting div {
    background-color: transparent;
    display:inline-block;
    margin: 0 .3em 0.1em 0;
    width: .4em;
    height: .4em;
    border-radius: 100%;
}

.chat .agent.waiting div:nth-child(1) {
    animation: pulse 1s linear .2s infinite;
}

.chat .agent.waiting div:nth-child(2) {
    animation: pulse 1s linear .4s infinite;
}

.chat .agent.waiting div:nth-child(3){
    margin-right: 0;
    animation: pulse 1s linear .6s infinite;
}

.chat .agent {
    text-align:left;
    margin-right: auto;
    max-width: 75%;
    padding: 0.45rem 0.75rem .5rem;
    background: var(--main-color);
    display:inline-block;
}

.chat .user {
    text-align:right;
    margin-left: auto;
    max-width: 75%;
    padding: 0.45rem 0.75rem .5rem;
    display: inline-block;
    border: 1px solid var(--main-color); 
    color: var(--main-color);
}

.chat .user+.user {
    margin-top: 0.3em;
}

.chat .agent+.agent {
    margin-top: 0.3em;
}

.chat .user+.agent {
    margin-top: 1em;
}

.chat .agent+.user {
    margin-top: 1em;
}
 
.chat_end {
    font-size: 0.8em;
    opacity: 0.5;
    text-align: center;
    margin-top: 2em;
}

.chat .chat_end:after {
    content: "This chat has ended.";
}

.chat .disabled {
    pointer-events:none;
    color: var(--main-color);
}
 
@keyframes pulse {

 0% {
    background-color: #f6f6f6;
 }

 50% {
    background-color: rgba(246, 246, 246, 1);
 }

 100% {
    background-color: #f6f6f6;
 }

} 

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 50vw;
    height: 50vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}