/**
 * Content
 */
@media print {
  .backdrop, .save, .accommodate {
    display: none !important;
  }
    .image, .media, .project__image {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
    h1 b{
              border-bottom: 1px solid black;
color: black;
      border-top: 1px solid black;
	font-size: 40px !important;
        
}
   
    
   @page {
    /* Top and bottom 0 removes header/footer space */
    margin: 0cm 0.5cm; /* 0 top/bottom, 1.5cm left/right */
    size: auto;
       padding: 0.5cm 0px;
  }

  /* Add safe margins inside the page for readability */
  body {
    margin: 1cm 0.5cm; /* left & right margin inside the printed area */
  }
    
    
}

@-webkit-keyframes scroller {
	0% {
		transform: translateY(0);
		transition: 0.5s ease all;
	}
	100% {
		transform: translateY(-10px);
		transition: 0.5s ease all;
	}
}
@keyframes scroller {
	0% {
		transform: translateY(0);
		transition: 0.5s ease all;
	}
	100% {
		transform: translateY(-10px);
		transition: 0.5s ease all;
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.thumbnail img {
	animation: fadein 1s 1s forwards;
	opacity: 0;
	transition: 0.5s ease all;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.thumbnail:hover img {
	transition: 0.5s ease all;
	margin: auto;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
[data-page-id="33427500"] .pre-footer {
	display: none;
}
.pre-footer {
	display: flex;
	width: 100%;
	justify-content: center;
	background: #B2CCC2;
	padding: 50px;
}
.print-page {
	break-before: always;
}
.avoid-page-break {
	break-inside: avoid;
}
.convertapi-btn {
	text-align: center;
	cursor: pointer;
	transition: 0.5s ease all;
	font-family: 'Work Sans', sans-serif !important;
	color: #fff !important;
	border-radius: 70px !important;
	text-transform: uppercase;
	padding: 15px 32px !important;
	letter-spacing: 2px;
	box-shadow: none !important;
	font-weight: 400 !important;
	font-size: 15px;
	text-shadow: none !important;
	border: 1px solid #314746 !important;
	background: #314746 !important;
}

.convertapi-btn.convertapi-progress:after {
	content: "loading";
	margin-left: -30px;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 15px;
}
.convertapi-btn:hover {
	text-shadow: none !important;
	color: #314746 !important;
	border: 1px solid #314746 !Important;
	background: transparent !important;
}
.convertapi-btn.convertapi-progress {
	transition: 0.5s ease all;
    font-size: 0px;
	-webkit-animation: scroller 1s infinite alternate;
	animation: scroller 1s infinite alternate;
}
.save:hover {
	color: #fff !important;
	background: #314746;
	;
}
.logo-outer {
    pointer-events: none !important;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 400px;
	;
	position: absolute !important
}
form button {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	position: absolute;
	width: 85px;
	background: white;
	height: 46px;
	border: 0px;
	right: 0px;
	border-radius: 0px 40px 40px 0px;
}
.left a {
	align-items: center;
	display: flex;
}
.right a {
	display: flex;
	align-items: center;
}
.footer-inner p {
	width: 100%
}
.page_container[local-style="33384913"] {
	z-index: 99999;
}
.backdrop>div {
	height: 100% !important;
}
.backdrop {
	max-height: 60vh !important;
}
.pinned {
	height: auto !important;
}
.filters {
	padding: 40px 40px 0px 40px;
}
.filters-inner {
	display: flex;
	;
	justify-content: center;
}
.filters a {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 0px 6px;
	font-size: 20px;
	border-radius: 50px;
	padding: 10px 20px !Important;
	background: white;
	color: #314746 !important
}
.filters a:hover {
	background: #314746 !important;
	color: white !important
}
.updates {
	width: 60%;
	position: relative;
	max-width: 589px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0px 30px;
	text-align: right;
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #97c2b2;
}
.updates input {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	background: rgba(255, 255, 255, 0.46);
	border-radius: 50px;
	padding: 15px 15px 15px 20px;
	width: 250px;
	margin-left: 25px;
	border: 0px;
}
.updates input::placeholder {
	color: white;
}
.socials {
	display: flex;
	max-width: 285px;
	align-items: center;
	width: 40%;
	min-height: 43px;
	padding: 0px 30px;
	margin-bottom: 30px;
	font-size: 20px;
	text-align: left;
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #97c2b2;
}
.thumbnails {
	padding: 50px;
}
.footer {}
.footer-inner {
	text-align: center;
	font-family: "acumin-pro", sans-serif;
	color: white;
	font-size: 15px;
	flex-wrap: wrap;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	font-weight: 200;
	justify-content: center;
	letter-spacing: 0.5px;
	padding: 100px 40px;
}
.left {
	display: flex;
	align-items: center;
	width: 30%;
	height: 40px;
}
.arrow {
	background-size: contain;
	background-position: center;
	;
	width: 30px;
	margin-right: 20px;
	background-repeat: no-repeat;
	height: 40px;
	background-image: url(https://files.cargocollective.com/c1941282/left.svg);
}
#toolset {
	display: none;
}
.footer-logo {
	width: 100%;
	margin: 0px auto 40px auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 75px;
	background-image: url(https://files.cargocollective.com/c1941282/Footer-logo.svg);
}
.phone {
	margin-right: 10px;
	width: 40px;
	height: 33px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://files.cargocollective.com/c1941282/phone.svg);
}
.mail {
	margin-left: 20px;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://files.cargocollective.com/c1941282/mail.svg);
}
/* GREECE */

[data-set-id="33393403"] .content_container .container {
	margin: 92px auto 0px auto;
}
[data-set-id="33393403"] .content_container .container .bodycopy {
	background: white;
	margin: 60vh auto 0px auto;
}
[data-set-id="33393403"] .content_container .container .bodycopy .page_content {
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: 0px auto;
}
[data-set-id="33393403"] .page_container[local-style="33462650"] {
	display: none !important;
}
/* CROATIA */

[data-set-id="33462951"] .content_container .container {
	margin: 92px auto 0px auto;
}
[data-set-id="33462951"] .content_container .container .bodycopy {
	background: white;
	margin: 60vh auto 0px auto;
}
[data-set-id="33462951"] .content_container .container .bodycopy .page_content {
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: 0px auto;
	padding-top: 50px;
}
[data-set-id="33462951"] .page_container[local-style="33462650"] {
	display: none !important;
}
/* Spain */

[data-set-id="33462913"] .content_container .container {
	margin: 92px auto 0px auto;
}
[data-set-id="33462913"] .content_container .container .bodycopy {
	background: white;
	margin: 60vh auto 0px auto;
}
[data-set-id="33462913"] .content_container .container .bodycopy .page_content {
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: 0px auto;
}
[data-set-id="33462913"] .page_container[local-style="33462650"] {
	display: none !important;
}
/* FRANCE*/

[data-set-id="33462757"] .content_container .container {
	margin: 92px auto 0px auto;
}
[data-set-id="33462757"] .content_container .container .bodycopy {
	background: white;
	margin: 60vh auto 0px auto;
}
[data-set-id="33462757"] .content_container .container .bodycopy .page_content {
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: 0px auto;
}
[data-set-id="33462757"] .page_container[local-style="33462650"] {
	display: none !important;
}
/* ITALY */

[data-set-id="33427498"] .content_container .container {
	margin: 92px auto 0px auto;
}
[data-set-id="33427498"] .content_container .container .bodycopy {
	background: white;
	margin: 60vh auto 0px auto;
}
[data-set-id="33427498"] .content_container .container .bodycopy .page_content {
	width: calc(100% - 60px);
	max-width: 1000px;
	padding-top: 50px;
	margin: 0px auto;
}
[data-set-id="33427498"] .page_container[local-style="33462650"] {
	display: none !important;
}
/* MORROCO */

[data-set-id="33462919"] .content_container .container {
	margin: 92px auto 0px auto;
}
[data-set-id="33462919"] .content_container .container .bodycopy {
	background: white;
	margin: 60vh auto 0px auto;
}
[data-set-id="33462919"] .content_container .container .bodycopy .page_content {
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: 0px auto;
}
[data-set-id="33462919"] .page_container[local-style="33462650"] {
	display: none !important;
}
/* uk */

[data-set-id="33462930"] .content_container .container {
	margin: 92px auto 0px auto;
}
[data-set-id="33462930"] .content_container .container .bodycopy {
	background: white;
	margin: 60vh auto 0px auto;
}
[data-set-id="33462930"] .content_container .container .bodycopy .page_content {
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: 0px auto;
}
[data-set-id="33462930"] .page_container[local-style="33462650"] {
	display: none !important;
}
.backdrop>div {
	transform: none !important;
	position: absolute !important;
}
h1 b {
	top: 0px;
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-content: center;
	font-weight: 300;
	color: white;
	font-size: 4rem;
	left: 0px;
	margin-top: 0px;
	align-items: center;
	background: rgba(0, 0, 0, 0.24);
	height: 60vh;
}
/*.backdrop {
    position: absolute !important;
    top: 0;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 50vh !important;
    max-height: 100vh;
}*/

.pre-footer button {
	text-align: center;
	cursor: pointer;
	transition: 0.5s ease all;
	font-family: 'Work Sans', sans-serif !important;
	color: #fff !important;
	border-radius: 70px !important;
	text-transform: uppercase;
	padding: 15px 32px !important;
	letter-spacing: 2px;
	box-shadow: none !important;
	font-weight: 400 !important;
	font-size: 15px;
	text-shadow: none !important;
	border: 1px solid #314746 !important;
	background: #314746 !important;
}

.pre-footer button:hover {
	color: #fff !important;
	border: 1px solid #df88b0 !important;
	background: #df88b0 !important;
}



.header {
	background: white;
	width: 100%;
	display: flex;
	font-family: "acumin-pro", sans-serif;
}
.right {
	width: 30%;
	justify-content: flex-end;
	display: flex;
	font-size: 16px;
	font-weight: 300;
	align-items: center;
	text-align: right;
}
.header-inner {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	padding: 25px 30px;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.left {
	font-size: 16px;
	font-weight: 300;
}
.logo {
	width: 400px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	height: 80px;
	background-image: url(https://files.cargocollective.com/c1941282/Logo-outlined-alt.svg);
}
body {
	background-color: #fff;
	color: #000;
}
a:active {}
.page a.active {}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: 300;
	color: #6F9B8B;
}
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 1em;
}
blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}
.content img {
	float: none;
	margin-bottom: .5em;
}
.gallery_image_caption {
	margin-top: 1.2rem;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;
}
/**
 * Loading Animation
 */

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

[data-predefined-style="true"] bodycopy {
	font-size: 20px;
	font-weight: 200;
	color: #314746;
	font-family: "acumin-pro", sans-serif;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: 1.3;
}
[data-predefined-style="true"] bodycopy a {
	color: #DF88B0;
	padding-bottom: 0.1em;
	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;
}
h1 {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	font-size: 50px;
	line-height: 1.2;
	color: #6F9B8B;
}
[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] h2 {
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-style: normal;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: #314746;
	font-size: 36px;
	line-height: 1.2;
}
[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] small {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.3;
	font-family: 'Work Sans', sans-serif !important;
	font-style: normal;
	font-weight: 300;
	color: #314746;
}
[data-predefined-style="true"] small a {
	color: #df88b0;
	border-bottom-width: 0em;
}
/**
 * Breakpoints
 */

.socials small {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Sans Serif', Icons !Important;
	font-size: 1.6rem;
	margin-top: 0px;
	color: white;
}
.socials small a {
	color: white;
}
.socials small a:hover {
	color: #df88b0;
}
[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*/
	;
}
.backdrop {
	top: 0px !Important
}
[data-css-preset] .container {
	margin-left: 0/*!content_left*/
	;
	margin-right: auto/*!content_left*/
	;
	text-align: left/*!text_left*/
	;
}
[data-css-preset] body {
	background-color: #e0ebe7/*!body_bgcolor*/
	;
}
[data-css-preset] .container_width {
	width: 100%/*!content_left*/
	;
}
[data-css-preset] .content_padding {
	padding-top: 0rem/*!main_margin*/
	;
	padding-bottom: 0rem/*!main_margin*/
	;
	padding-left: 0rem/*!main_margin*/
	;
	padding-right: 0rem/*!main_margin*/
	;
}
[data-css-preset] text-limit {
	display: inline-block/*!text_width*/
	;
	max-width: 66rem/*!text_width*/
	;
}
/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}
[data-css-preset] .thumbnails {
	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/
	;
}
[data-css-preset] .thumbnails_width {
	width: 100%/*!thumbnails_width*/
	;
}
[data-css-preset] [thumbnails-pad] {
	padding: 30px/*!thumbnails_padding*/
	;
	justify-content: flex-start;
}
[data-css-preset] [thumbnails-gutter] {
	margin: -30px/*!thumbnails_padding*/
	;
}
[data-css-preset] [responsive-layout] [thumbnails-pad] {
	padding: 25px/*!responsive_thumbnails_padding*/
	;
}
[data-css-preset] [responsive-layout] [thumbnails-gutter] {
	margin: -25px/*!responsive_thumbnails_padding*/
	;
}
.thumbnail {
	margin: 0px 1.5% 3% 1.5%;
	width: calc(22% - 0px) !important;
	background: white;
}
.thumbnails .thumb_image {
	outline: 0px solid rgba(0, 0, 0, .12);
	outline-offset: -1px;
}
.thumbnails .title {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: normal;
	color: #314746;
	font-family: 'Work Sans', sans-serif;
	font-style: normal;
	font-style: normal;
	font-weight: 200;
	;
	line-height: 1.1;
}
.thumbnails .tags {
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
	color: #B2CCC2 !important;
	font-family: "acumin-pro", sans-serif;
	font-style: normal;
	line-height: 1.2;
}
.thumbnails .tags a {
	border-bottom: 0;
	font-weight: 200;
	color: #B2CCC2 !important;
	text-decoration: none;
}
.thumbnails .has_title .tags {
	margin-top: 0rem;
}
/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1;
	font-size: 28px/*!site_menu_button*/
	;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 2rem/*!site_menu_button*/
	;
	right: 2rem/*!site_menu_button*/
	;
}
body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}
#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: rgba(20, 20, 20, 0.95);
	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 {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}
body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}
#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: 2rem/*!shop_button*/
	;
	right: 2rem/*!shop_button*/
	;
}
#shop_button.text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}
#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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	display: block;
	margin-bottom: 1rem;
}
.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	background: white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
	margin-bottom: 1rem;
	line-height: 1.2;
	padding: .7rem 2.5rem .7rem 1rem;
}
.shop_product .button {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
	background: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 1);
	flex: 0 0 50%;
	text-align: left;
	display: inline-block;
	line-height: 1;
	padding: .8rem 1rem .9rem;
}
/*
 * Image Zoom
 */

.content img.image-zoom:active {
	opacity: .7;
}
/**
 * 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(0, 0, 0, 0.85)/*!quick_view_bgcolor*/
	;
}
.quick-view-caption {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: 400;
	transition: 100ms opacity ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 3.5rem 0;
	text-align: center;
	font-size: 1.5rem;
}
.quick-view-caption span {
	padding: 0.5rem 1rem;
	display: inline-block;
	background: rgba(0, 0, 0, .5);
	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: 36px;
	width: 36px;
}
.quick-view-navigation .left-arrow .inner-color, .quick-view-navigation .right-arrow .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;
}
.quick-view-navigation .left-arrow .outer-color, .quick-view-navigation .right-arrow .outer-color {
	stroke: rgba(0, 0, 0, 0.6);
	stroke-width: 2.5px;
}
.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: 36px;
	width: 36px;
}
.image-gallery-navigation .left-arrow .inner-color, .image-gallery-navigation .right-arrow .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;
}
.image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color {
	stroke: rgba(0, 0, 0, 0.6);
	stroke-width: 2.5px;
}
/**
 * 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: #fff;
	stroke-width: 1.5px;
}
.wallpaper-navigation .left-arrow .outer-color, .wallpaper-navigation .right-arrow .outer-color {
	stroke: rgba(0, 0, 0, 0.6);
	stroke-width: 2.5px;
}
/**
 * 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: 36rem;
	height: 3.3rem;
	outline: 1px solid rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.6);
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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: rgba(0, 0, 0, 0.15);
}
.audio-player .button {
	background: transparent;
	cursor: pointer;
	fill: rgba(0, 0, 0, 0.85);
}
.audio-player .icon {
	fill: rgba(0, 0, 0, 0.85);
	padding: 30%;
	width: 100%;
	margin: auto;
}
.audio-player .buffer {
	background: rgba(0, 0, 0, 0.03);
}
.audio-player .progress {
	background: rgba(0, 0, 0, 0.1);
}
.audio-player .progress-indicator {
	border: 1px solid rgba(0, 0, 0, 0.7);
	width: 1px;
	height: 100%;
	right: 0;
	position: absolute;
	cursor: ew-resize;
}
.audio-player .note-icon {
	height: 100%;
	width: 3.8rem;
	padding: 1rem;
	fill: rgba(0, 0, 0, 0.5);
}
.audio-player .current-time {
	padding-left: 1rem;
}
.audio-player .total-time {
	padding-right: 1rem;
}
@media only screen and (max-width: 1200px) {
	.thumbnail {
		margin: 0px 1.5% 3% 1.5%;
		width: calc(30% - 0px) !important;
		background: white;
	}
}
@media only screen and (max-width: 960px) {
	.updates input {
		width: 100%;
		margin: 0px auto !important;
	}
	.left span {
		display: none;
	}
	.right span {
		display: none;
	}
	.filters {
		padding-top: 25px;
	}
	.filters a {
		font-size: 14px;
	}
	.thumbnails {
		padding: 30px;
	}
	.thumbnails .title {
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 25px;
	}
	.footer-inner {
		padding: 60px 30px;
	}
	.footer-logo {
		width: 100%;
		margin: 0px auto 40px auto;
		height: 55px;
	}
	.thumbnails .tags {
		margin-top: 8px;
		margin-bottom: 0px;
		font-size: 15px;
		letter-spacing: 1px;
		font-weight: 400;
		text-align: center;
		color: #B2CCC2 !important;
		font-family: "acumin-pro", sans-serif;
		font-style: normal;
		line-height: 1.2;
	}
	.phone {
		margin-right: 0px;
	}
	.mail {
		margin-left: 10px;
	}
	[data-css-preset] [thumbnails-pad] {
		padding: 25px/*!thumbnails_padding*/
		;
		justify-content: flex-start;
	}
	.updates {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.mc_embed_signup {
		margin: 30px auto;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	form button {
		font-family: 'Work Sans', sans-serif;
		font-style: normal;
		position: absolute;
		width: 85px;
		background: white;
		height: 46px;
		border: 0px;
		right: 0px;
		border-radius: 0px 40px 40px 0px;
	}
}
@media only screen and (max-width: 780px) {
    
    .pre-footer button {
	text-align: center;
	cursor: pointer;
	transition: 0.5s ease all;
	font-family: 'Work Sans', sans-serif !important;
	color: #fff !important;
	border-radius: 70px !important;
	text-transform: uppercase;
	padding: 10px 20px !important;
	letter-spacing: 2px;
	box-shadow: none !important;
	font-weight: 400 !important;
	font-size: 13px;
	text-shadow: none !important;
	border: 1px solid #314746 !important;
	background: #314746 !important;
}
    
    
	[data-set-id="33462951"] .content_container .container .bodycopy {
		margin: 50vh auto 0px auto;
	}
	[data-set-id="33427498"] .content_container .container .bodycopy {
		margin: 50vh auto 0px auto;
	}
	[data-set-id="33462757"] .content_container .container .bodycopy {
		margin: 50vh auto 0px auto;
	}
	[data-set-id="33393403"] .content_container .container .bodycopy {
		margin: 50vh auto 0px auto;
	}
	[data-set-id="33462913"] .content_container .container .bodycopy {
		margin: 50vh auto 0px auto;
	}
	[data-set-id="33462919"] .content_container .container .bodycopy {
		margin: 50vh auto 0px auto;
	}
	[data-set-id="33462930"] .content_container .container .bodycopy {
		margin: 50vh auto 0px auto;
	}
	h1 b {
		top: 0px;
		width: 100%;
		position: absolute;
		display: flex;
		justify-content: center;
		align-content: center;
		font-weight: 300;
		color: white;
		font-size: 3rem;
		left: 0px;
		margin-top: 0px;
		align-items: center;
		background: rgba(0, 0, 0, 0.24);
		height: 50vh;
	}
	.thumbnail {
		margin: 0px 1.5% 5% 1.5%;
		width: calc(47% - 0px) !important;
		background: white;
	}
	.backdrop {
		max-height: 50vh !important;
	}
	h1 {
		font-family: 'Work Sans', sans-serif;
		font-style: normal;
		font-weight: 200;
		padding: 0;
		margin: 0;
		font-size: 36px;
		line-height: 1.2;
		color: #6F9B8B;
	}
	[data-predefined-style="true"] h2 {
		font-family: 'Work Sans', sans-serif;
		font-style: normal;
		font-style: normal;
		font-weight: 200;
		padding: 0;
		margin: 0;
		color: #314746;
		font-size: 30px;
		line-height: 1.2;
	}
	[data-predefined-style="true"] bodycopy {
		font-size: 18px;
		font-weight: 200;
		color: #314746;
		font-family: "acumin-pro", sans-serif;
		font-style: normal;
		letter-spacing: 0.5px;
		line-height: 1.4;
	}
	.updates {
		width: 100%;
		position: relative;
		max-width: 520px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0px 0px 0px 0px;
		text-align: right;
		font-size: 16px;
		font-family: 'Work Sans', sans-serif;
		font-style: normal;
		font-weight: 200;
	}
	.socials {
		display: flex;
		max-width: 277px;
		align-items: center;
		width: 100%;
		justify-content: center;
		margin-top: 0px;
		min-height: 43px;
		padding: 0px 30px;
		margin-bottom: 30px;
		font-size: 16px;
		text-align: center;
		font-family: 'Work Sans', sans-serif;
		font-style: normal;
		font-weight: 200;
	}
	.filters {
		-ms-overflow-style: none;
		/* Internet Explorer 10+ */
		scrollbar-width: none;
		/* Firefox */
	}
	.filters::-webkit-scrollbar {
		display: none;
		/* Safari and Chrome */
	}
	.filters {
		overflow-x: scroll;
	}
	.filters-inner {
		width: 720px
	}
	.logo {
		margin: 0px auto;
		width: 300px;
		height: 80px;
		background-position: center;
	}
	.logo-outer {
		width: 300px;
	}
}
@media only screen and (max-width: 570px) {
	.phone {
		margin-right: 5px;
		width: 14px;
		height: 20px;
	}
	.mail {
		margin-left: 8px;
		width: 15px;
		height: 20px;
	}
	.footer-inner {
		font-size: 12px;
	}
	.arrow {
		width: 15px;
		margin-right: 0px;
		background-repeat: no-repeat;
		height: 20px;
		background-image: url(https://files.cargocollective.com/c1941282/left.svg);
	}
	.header-inner {
		padding: 7px 20px;
	}
	.thumbnails {
		padding: 30px 15px;
	}
	.thumbnail {
		margin: 0px 1.5% 3% 1.5%;
		width: calc(47% - 0px) !important;
		background: white;
	}
	[data-css-preset] [responsive-layout] [thumbnails-pad] {
		padding: 20px/*!responsive_thumbnails_padding*/
		;
	}
	.thumbnails .title {
		margin-top: 15px;
		margin-bottom: 10px;
		text-align: center;
		font-size: 20px;
	}
	.thumbnails .tags {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 12px;
		letter-spacing: 1px;
		font-weight: 400;
		text-align: center;
		color: #B2CCC2 !important;
		font-family: "acumin-pro", sans-serif;
		font-style: normal;
		line-height: 1.2;
	}
	.logo-outer {
		width: 210px;
	}
	.logo {
		margin: 0px auto;
		width: 210px;
		height: 52px;
		background-position: center;
	}
	.filters {
		padding: 25px 5px 0px 5px;
	}
	.footer-logo {
		width: 100%;
		margin: 0px auto 29px auto;
		height: 47px;
	}
	.mc_embed_signup {
		margin: 20px auto;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	h1 b {
		padding: 20px;
		font-size: 2rem;
	}
	h1 {
		font-size: 28px;
		line-height: 1.2;
	}
	[data-predefined-style="true"] h2 {
		font-size: 22px;
	}
	[data-predefined-style="true"] bodycopy {
		font-size: 18px;
	}
	b, strong {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	.convertapi-btn.convertapi-progress:after {
		content: "loading";
		margin-left: -30px;
		position: relative;
		display: inline-block;
		text-align: center;
		font-size: 13px;
	}
	.convertapi-btn {
		transition: 0.5s ease all;
		font-family: 'Work Sans', sans-serif !important;
		color: #fff !important;
		border-radius: 70px !important;
		text-transform: uppercase;
		padding: 10px 20px !important;
		letter-spacing: 2px;
		box-shadow: none !important;
		font-weight: 400 !important;
		font-size: 13px;
		text-shadow: none !important;
		border: 1px solid #314746 !important;
		background: #314746 !important;
	}
	.pre-footer {
		padding: 35px;
	}
	[data-set-id="33427498"] .content_container .container {
		margin: 55px auto 0px auto;
	}
	[data-set-id="33462951"] .content_container .container {
		margin: 55px auto 0px auto;
	}
	[data-set-id="33393403"] .content_container .container {
		margin: 55px auto 0px auto;
	}
	[data-set-id="33462913"] .content_container .container {
		margin: 55px auto 0px auto;
	}
	[data-set-id="33462919"] .content_container .container {
		margin: 55px auto 0px auto;
	}
	[data-set-id="33462930"] .content_container .container {
		margin: 55px auto 0px auto;
	}
	[data-set-id="33462951"] .content_container .container .bodycopy .page_content {
		width: calc(100% - 40px);
	}
	[data-set-id="33427498"] .content_container .container .bodycopy .page_content {
		width: calc(100% - 40px);
	}
	[data-set-id="33462757"] .content_container .container .bodycopy .page_content {
		width: calc(100% - 40px);
	}
	[data-set-id="33462913"] .content_container .container .bodycopy .page_content {
		width: calc(100% - 40px);
	}
	[data-set-id="33462919"] .content_container .container .bodycopy .page_content {
		width: calc(100% - 40px);
	}
	[data-set-id="33462930"] .content_container .container .bodycopy .page_content {
		width: calc(100% - 40px);
	}
}