/**
 * Content
 */

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

a:active {
	opacity: 0.7;
}

bodycopy a:hover {
}

.page a.active {
	color: #ff4b00;
}

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;
}

[data-predefined-style="true"] [local-style="24388403"] h2 s {
	text-decoration: line-through;

}
[data-predefined-style="true"] [local-style="24388411"] h2 {
    line-height: 2;

}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

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

hr {
	background: rgba(0, 0, 0, .85);
	border: 0;
	height: 2px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
	font-family: Lubalin, "Freight Text", Icons;
	font-style: normal;
	line-height: 1.3;
}

.logo h2 {
    font-size: 1.8rem !important;
}

.nav h2 {
    font-size: 1.8rem !important;
}

body.mobile .logo h2 {
}

body.mobile .nav h2 {
}


.logo a:hover {
	color:#000 !important;
}

.nav a:hover {
	color:#000 !important;
}

.end a:hover {
	color:#000 !important;
}

.font-info a:hover {
	color:#000 !important;
}


/*
body:not(.mobile) .gallery_card:nth-child(8) > .gallery_image_caption {
    font-style: italic !important;
}

body.mobile div.image-gallery div:nth-child(1) > .gallery_card:nth-child(4) > .gallery_image_caption {
    font-style: italic !important;
}
*/

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	color: rgba(0, 0, 0, 0.85);
	font-family:Lubalin, "Freight Text", serif;
	font-style: normal;
    font-weight: 400;
	line-height: 1.3;
    letter-spacing: 0.03rem;
}

[data-predefined-style="true"] bodycopy a {
	color: #45a15c;
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
	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: Lubalin, "Freight Text", Icons;
    font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 20vmin;
	line-height: 0.9;
	color: rgba(0, 0, 0, 0.85);
	}

[data-predefined-style="true"] h1 a {
	color: #45a15c;
}

[data-predefined-style="true"] h2 {
	font-family: Lubalin, "Freight Text", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 2.1rem;
	line-height: 1.4;
	}

[data-predefined-style="true"] h2 a {
	color: #45a15c;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small a {
	color: #45a15c;
	border-bottom-width: 0em;
}

/**
 * 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: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

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

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!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: 0.75rem/*!thumbnails_padding*/;
}

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

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

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

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

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: .2rem;
    font-size: 1.5rem;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Bold", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    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: 2.2rem /*!site_menu_button*/;
	right: 1.5rem /*!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: Lubalin, "Freight Text", Icons;
	font-weight: 400;
    background: rgba(41, 41, 41, 1);
	font-size: 3.0rem;
	font-style: normal;
	font-weight: 400;
	padding: 16px 28px 90px 28px;
	max-width: 400px;
	min-width: 300px;
	text-align: right;
	display: flex;
    text-transform: capitalize;
	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;
    padding: 8px 4px 0px 0px;
}

#site_menu .break {
	height: 4px;
}

#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: 1rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-size: 2.4rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#shop_button.text a:hover {
	color: rgba(255, 255, 255, 1);
}

#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: inline;
}

.shop_product .price {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
	font-size: 2.1rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.85);
    display: inline;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
    padding: 0 4rem 0 0;

}

.shop_product .dropdown {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-size: 1.5rem;
    display: inline;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: bold;
}

.shop_product .button {
	font-family: Lubalin, "Freight Text", Icons;	font-size: 2.1rem;
    background: transparent;
    border: 1px solid #000;
    border-radius: 4.1rem;
    color: rgba(0, 0, 0, 0.85);
    flex: 0 0 50%;
    text-align: left;
    display: inline;
	line-height: 1;
    padding: 1.2rem 3rem 0.9rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button:hover {
    background: #000;
    color: rgba(255, 255, 255, 1);
        -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

body:not(.mobile)  .button {
    font-size: 1.6rem !important;
}

/**
 * Image Zoom
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 0rem /*!quick_view_padding*/;
    padding-bottom: 0rem /*!quick_view_padding*/;
    padding-left: 0rem /*!quick_view_padding*/;
    padding-right: 0rem /*!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: #56a65b /*!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: transparent;
    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: rgba(0, 0, 0, 0.85);
    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: rgba(0, 0, 0, 0.85);
    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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.image-gallery {
	padding: 0 8rem;
}

/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

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

/*
body.mobile .page_container:first-child .page {
    margin-bottom: -7rem;
}

body.mobile .page_container:last-child .page {
    margin-bottom: -38.5rem;
}*/

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    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;
}

p {
    letter-spacing: 0.0rem;
}

.title {
    letter-spacing: 0.0rem;
}

body.mobile .title {
    /*margin-top: -10rem;*/
    padding: 13rem 3rem 6rem 3rem;
}

[data-predefined-style="true"] [local-style="12832670"] .title {
    margin-top: -13rem;
}

.title h3 {
 	color: transparent !important;
    letter-spacing: 0.04rem !important;
    font-family: "Fontal Lobe Light", "HelveticaNeue-Light", Helvetica, sans-serif, "Helvetica Neue Light", Icons;
}

body.mobile .title h3 {
 	color: #000 !important;
    letter-spacing: 0.56rem !important;
    font-family: "Fontal Lobe Light", "HelveticaNeue-Light", Helvetica, sans-serif, "Helvetica Neue Light", Icons;
    font-size: 5.6rem !important;
}

.backdrop {
	z-index: 1 !important;
}

body.mobile .backdrop img:first-of-type {
	/*display: none;*/
}

/*
body.mobile .backdrop:nth-child(4) div img {
	opacity: 0 !important;
}
*/


body.mobile [local-style="24388405"] .backdrop {
    opacity: 0 !important;
}

.cover{
	padding-top: 3rem;
}

body.mobile .cover{
	padding-top: 11rem;
}


.cover h1 {
	font-family: "Fontal Lobe Light";
    letter-spacing: -0.18rem;
    font-weight: 300;
    font-variant-ligatures: normal;
    -moz-font-feature-settings: "ss03", "calt"0;
    -webkit-font-feature-settings: "ss03", "calt"1;
    font-feature-settings: "ss03", "calt"1;
}


/*  Stickers layer  
.thumbnail_sizer {
	z-index: -9999 !important;
}*/


@font-face {
  font-family: 'Fontal Lobe Regular';
  font-style: normal;
  font-weight: 400;
  src: url('https://files.cargocollective.com/c796960/Fontal_Lobe_Regular.woff') format('woff');

}

@font-face {
  font-family: 'Fontal Lobe Light';
  font-style: normal;
  font-weight: 300;
  src: url('https://files.cargocollective.com/c796960/Fontal_Lobe_Light.woff') format('woff');
}

@font-face {
  font-family: 'Fontal Lobe Bold';
  font-style: normal;
  font-weight: 700;
  src: url('https://files.cargocollective.com/c796960/Fontal_Lobe_Bold.woff') format('woff');
}

@font-face {
  font-family: 'Sentinel Light';
  font-style: normal;
  font-weight: 300;
  src: url('https://files.cargocollective.com/c796960/Sentinel-Light.woff') format('woff');
}

@font-face {
  font-family: 'Sentinel Book';
  font-style: normal;
  font-weight: 400;
  src: url('https://files.cargocollective.com/c796960/Sentinel-Book.woff') format('woff');
}

@font-face {
  font-family: 'Lubalin';
  font-style: normal;
  font-weight: 200;
  src: url('https://files.cargocollective.com/c796960/LubalinGraphStd-ExtraLight.woff') format('woff');
}

@font-face {
  font-family: 'Lubalin';
  font-style: normal;
  font-weight: 400;
  src: url('https://files.cargocollective.com/c796960/LubalinGraphStd-Book.woff') format('woff');
}

@font-face {
  font-family: 'Lubalin';
  font-style: normal;
  font-weight: 600;
  src: url('https://files.cargocollective.com/c796960/LubalinGraphStd-Demi.woff') format('woff');
}

h1 {
	font-family: "Fontal Lobe Regular", "HelveticaNeue-Light", Helvetica, sans-serif, "Helvetica Neue Light", Icons;
	font-style: normal;
    font-kerning: normal;
}


h3 {
	font-family: "Fontal Lobe Light", "HelveticaNeue-Light", Helvetica, sans-serif, "Helvetica Neue Light", Icons;
	font-style: normal;
	font-weight: 400;
    font-kerning: normal;
	padding: 0 0 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 5.3vmin;
	line-height: 1.4;
	}

body.mobile h3 {
    font-size: 5.0rem !important;
    line-height: 1.20;
}

body.mobile .title h3 {
    line-height: 0.85;
}

body.mobile .featurepage {
    line-height: 1.5 !important;
}

h3 a {
	color: rgba(0, 0, 0, 0.85);
}

.contalt {
    font-variant-ligatures: contextual;
    -moz-font-feature-settings: "calt";
    -webkit-font-feature-settings: "calt";
    font-feature-settings: "calt";
}

.no-contalt {
    font-variant-ligatures: no-contextual;
    -moz-font-feature-settings: "calt" 0;
    -webkit-font-feature-settings: "calt" 0;
    font-feature-settings: "calt" 0;
}

.of-salt1 { 
    font-variant-ligatures: normal;
    -moz-font-feature-settings: "ss03", "calt"0;
    -webkit-font-feature-settings: "ss03", "calt"0;
    font-feature-settings: "ss03", "calt"0;
}

.of-salt2 { 
    font-variant-ligatures: normal;
    -moz-font-feature-settings: "ss04";
    -webkit-font-feature-settings: "ss04";
    font-feature-settings: "ss04", "calt"0;
}

.of-aalt {
    font-variant-ligatures: normal;
    -moz-font-feature-settings: "aalt", "calt"0;
    -webkit-font-feature-settings: "aalt", "calt"0;
    font-feature-settings: "aalt", "calt"0; 
}

.of-salt1 h3, span { 
    /*display:inline;*/
}

.of-aalt h3, span { 
    /*display:inline;*/
}

section {
    font-size: 10vmin;
    line-height: 1.0;
	font-style: normal;
	font-weight: 300;
    color: rgba(0, 0, 0, 0.85);
    margin: 0;
    padding-bottom: 1.125rem;
}

body.mobile section {
    font-size: 8.0rem;
    line-height: 1.1;
    margin-top: -0.75rem;
}


section p {
    font-family: "Fontal Lobe Light", "HelveticaNeue-Light", Helvetica, sans-serif, "Helvetica Neue Light", Icons;
	margin: 0;
    padding: 2rem 0 2rem 0;
    
    font-feature-settings:"calt";
    -ms-font-feature-settings:"calt";
	-webkit-font-feature-settings:"calt";

}

body.mobile .page_container .end {
	margin-top: 15%;
    margin-bottom: -38.5rem;
}

[data-predefined-style="true"] [local-style="24388421"] h3 {
padding-top: 1rem !important;
}

body.mobile .features h3 {
	line-height: 1.3 !important;
}

[data-predefined-style="true"] [local-style="24388415"] a:hover {
    padding-bottom: 0.9rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] [local-style="24388415"] bodycopy a:hover {
    color: #fff !important;
}

[data-predefined-style="true"] [local-style="24388417"] bodycopy a:hover {
    padding-bottom: 0.9rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 163px;
      -webkit-appearance: none;
      background-color: transparent;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: rgba(0, 0, 0, 0.5);
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      margin-bottom: 4px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 10px;
      -webkit-appearance: none;
      border-radius: 50%;
      height: 10px;
      cursor: ew-resize;
      background: #000;
      margin-top: 4px;
    }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: rgba(0, 0, 0, 1); 
}
input[type="range"]::-moz-range-track {  
  background-color: rgba(0, 0, 0, 0.5);
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: rgba(0, 0, 0, 0.5); 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #000;
}

.marquee {
	font-size: 10vmin;
    font-family: "Fontal Lobe Regular", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons; 
	font-style: normal;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
    letter-spacing: 0.20rem;
    line-height: 0.85;
    overflow: hidden;
    cursor: default;
}

.marquee:first-child {
margin-top: 1vw !important;
}

.marquee span {
    display: inline-block;
    white-space: nowrap;
    font-size: var(--item-font-size);
    padding: 1vw 1vw 0vw 1vw;

-ms-font-feature-settings:"ss01";
-webkit-font-feature-settings:"ss01";
font-feature-settings:"ss01";
}

.marquee_inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 17s linear infinite;
    animation-play-state: paused;
}

.marquee:hover .marquee_inner {
    animation-play-state: running;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

body.mobile .marquee {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: default;
    text-align: center;
}

body.mobile .marquee span {
    
}

body.mobile .marquee:hover .marquee_inner {
    animation-play-state: paused !important;
}

body.mobile .marquee:active .marquee_inner {
    animation-play-state: paused !important;
}

.marquee:first-of-type {
  font-family: 'Fontal Lobe Regular';
  font-style: normal;
}

.marquee:nth-of-type(2) {
  font-family: 'Fontal Lobe Light';
  font-style: normal;
}

.marquee:nth-of-type(6) {
  font-family: 'Fontal Lobe Bold';
  font-style: normal;
  font-weight: 700;
}

.purchase {
	display: inline;
}
.purchase div {
}

.button {
    font-family: "Sentinel Book", "Miller Text", Icons;
    background: transparent;
    border: 1px solid #000;
    font-size: 1.8rem;
    border-radius: 4.1rem;
    color: rgba(0, 0, 0, 0.85);
    flex: 0 0 50%;
    text-align: left;
    display: inline;
	line-height: 1;
    padding: .8rem 3rem .9rem;
	font-style: normal;
	font-weight: 400;
}

body.mobile .button {
    font-size: 1.2rem;
}

body.mobile .logo{
	font-size: 1.8rem;
}

@media (max-width: 978px){
.backdrop img:first-of-type {
	/*display: none;*/
}
.title h3 {
 	color: #000 !important;
    line-height: 0.9;
    margin-top: 0 !important;
    font-size: 6.6rem;
}
h3 span {
    padding-left: 1.33rem;
}
[data-predefined-style="true"] [local-style="24388408"] .content_padding {
    padding-left: 2rem /*!main_margin*/;
    padding-right: 2rem /*!main_margin*/;
	padding-top: 0rem /*!main_margin*/;
	padding-bottom: 10rem /*!main_margin*/;
}
    
[data-predefined-style="true"] [local-style="24388408"] [grid-gutter="8"] {
    margin: -13rem;
}

[data-predefined-style="true"] [local-style="24388421"] .content_padding {
    padding-left: 2rem /*!main_margin*/;
    padding-right: 2rem /*!main_margin*/;
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
}
[data-predefined-style="true"] [local-style="24388421"] [grid-gutter="8"] {
    margin: -13rem;
}
}

.custom-select {

}

select {
  font-size: 14px;
  letter-spacing: 0.04rem;
  font-family: Lubalin, "Freight Text", Icons;
  border: 1px solid #000;
  border-radius: 4.1rem;
  height: 2.5rem;
  line-height: 1.3 !important;
  padding: 3px;
}

body.mobile select {
      font-size: 13px;
	  height: 3.2rem !important;
      padding: 5px;
}

body.mobile select {
    padding: 0 0 0 1.2rem !important;
}

/* CAUTION: IE hackery ahead */
select::-ms-expand { 
    display: none; /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0) {
    select {
        background:none;
        padding: 4px;
    }
 
}

body.mobile bodycopy {
	font-size: 1.6rem;
	line-height: 1.3;
}

h3 span{
	display: inline-block;
}

body.mobile #site_menu_wrapper .site_menu {
    padding: 60px 20px 20px 20px !important;
}

[data-draggable] {
    background-color: transparent !important;
}

.rotate .gallery_card:nth-child(16) .gallery_card_image {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

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

.details p {
   display: flex !important;
}

.details img {
  display: none;
}

.details a:hover + img  {
  display: block;
  right: 40%;
position: absolute;
z-index: 9999;
-webkit-transition-property: none !important;
-moz-transition-property: none !important;
-o-transition-property: none !important;
transition-property: none !important;
}

@media only screen and (max-width: 600px) {
.details a:hover + img  {
  width: auto !important;
  right: 25% !important;
  }
}

.nav h2 a {
    border-bottom: 1px solid rgba(242, 242, 241,0);
}

.nav h2 a:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.logo h2 a {
    border-bottom: 1px solid rgba(242, 242, 241,0);
}

.logo h2 a:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

[data-predefined-style="true"] [local-style="24388421"] bodycopy a {
color: rgba(0, 0, 0, 0.85);
}

body:not(.mobile) .details {
	padding: 0 10rem !important;
}

body.mobile .details {
	padding: 0 0rem !important;
}

body.mobile [grid-gutter="8"] {
    margin: 0 !important;
}

[data-predefined-style="true"] [local-style="24388405"] .content_padding {
	padding-top: 10rem /*!main_margin*/;
	padding-bottom: 10rem /*!main_margin*/;	
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}

body:not(.mobile) .features {
	padding: 0 10rem !important;
}

body.mobile .features {
	padding: 0 0rem !important;
}

body.mobile [data-predefined-style="true"] [local-style="24388408"] .content_padding {
    padding-left: 2rem /*!main_margin*/;
    padding-right: 2rem /*!main_margin*/;
}

[data-predefined-style="true"] [local-style="24388411"] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 0rem /*!main_margin*/;
	padding-right: 0rem /*!main_margin*/;
}

[data-predefined-style="true"] [local-style="24388411"] h2 {
    padding: 0 2rem;
}

@media (max-width: 978px){
[data-predefined-style="true"] [local-style="24388408"] .content_padding {
    padding-left: 4rem /*!main_margin*/;
    padding-right: 4rem /*!main_margin*/;
	padding-top: 4rem /*!main_margin*/;
	padding-bottom: 15rem /*!main_margin*/;
}
}

@media (max-width: 770px){
[data-predefined-style="true"] [local-style="24388408"] .content_padding {
    padding-bottom: 15rem /*!main_margin*/;
}
}

[data-predefined-style="true"] [local-style="24388421"] .details {
	padding: 1rem !important;
}

[data-predefined-style="true"] [local-style="24388418"] .content_padding {
	/*padding-top: 20rem /*!main_margin*//*;*/
	padding-bottom: 27rem /*!main_margin*/;
	padding-top: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}

[data-predefined-style="true"] [local-style="24388412"] .content_padding {
    padding-bottom: 2rem /*!main_margin*/;
	padding-top: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}

body:not(.mobile) [local-style="24388412"] .page.container.container_width {
    margin-bottom: -14rem /*!main_margin*/ !important;
	width: 100% /*!variable_defaults*/;
}

body.mobile [local-style="24388412"] .page.container.container_width {
    margin-bottom: 2rem /*!main_margin*/ !important;
}

[data-predefined-style="true"] [local-style="24388405"] .content_padding {
	padding-top: 26rem /*!main_margin*/;
	padding-bottom: 15rem /*!main_margin*/;	
}

body.mobile [data-predefined-style="true"] [local-style="24388408"] .content_padding {
    padding-left: 2rem /*!main_margin*/;
    padding-right: 2rem /*!main_margin*/;
}
