/**
 * Content
 */

.show .about-outer #stars {
	position: absolute;
	z-index: 0;
    left: 50%;
}

.about-outer #stars {
    left: -150%;
	position: absolute;
	z-index: 0;
}
#stars {
	width: auto;
    object-fit: cover;
    left: 50%;
    height: 100vh;
    position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50% !important;
}
.about-outer a {
	display: inline-block;
	line-break: 0px;
    margin-top: -17px;
	text-decoration: none;
	color: white;
}
.about-outer a:hover {
	color: #aaa290;
}
.insta:hover a {
	color: #aaa290 !important;
}
.blink-one {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	animation: blink 5s infinite linear;
}
.blink-two {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	animation: blink-2 5s infinite linear;
}
.blink-three {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	animation: blink-3 5s infinite linear;
}
.blink-four {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	animation: blink-4 7s infinite linear;
}
.blink-five {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	animation: blink-5 2s infinite linear;
}
.blink-six {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	animation: blink-6 7s infinite linear;
}
.blink-seven {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	animation: blink-7 5s infinite linear;
}
.blink-eight {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	animation: blink-8 3s infinite linear;
}
.blink-nine {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	animation: blink-9 4s infinite linear;
}
.blink-ten {
	opacity: 1;
	transition: all 0.5s ease-in-out;
	animation: blink-10 12s infinite linear;
}
@keyframes blink {
	0%, 50%, 56%, 100% {
		opacity: 1;
	}
	51% {
		opacity: 0.1;
	}
	55% {
		opacity: 0.1;
	}
}
@keyframes blink-2 {
	0%, 30%, 80%, 100% {
		opacity: 1;
	}
	31% {
		opacity: 0.1;
	}
	79% {
		opacity: 0.1;
	}
}
@keyframes blink-3 {
	0%, 20%, 90%, 100% {
		opacity: 1;
	}
	21% {
		opacity: 0.1;
	}
	89% {
		opacity: 0.1;
	}
}
@keyframes blink-4 {
	0%, 40%, 50%, 100% {
		opacity: 1;
	}
	41% {
		opacity: 0.1;
	}
	49% {
		opacity: 0.1;
	}
}
@keyframes blink-5 {
	0%, 35%, 85%, 100% {
		opacity: 1;
	}
	36% {
		opacity: 0.1;
	}
	84% {
		opacity: 0.1;
	}
}
@keyframes blink-6 {
	0%, 10%, 90%, 100% {
		opacity: 1;
	}
	11% {
		opacity: 0.1;
	}
	89% {
		opacity: 0.1;
	}
}
@keyframes blink-7 {
	0%, 5%, 51%, 100% {
		opacity: 1;
	}
	6% {
		opacity: 0.1;
	}
	50% {
		opacity: 0.1;
	}
}
@keyframes blink-8 {
	0%, 40%, 90%, 100% {
		opacity: 1;
	}
	41% {
		opacity: 0.1;
	}
	89% {
		opacity: 0.1;
	}
}
@keyframes blink-9 {
	0%, 25%, 70%, 100% {
		opacity: 1;
	}
	26% {
		opacity: 0.1;
	}
	69% {
		opacity: 0.1;
	}
}
@keyframes blink-10 {
	0%, 80%, 90%, 100% {
		opacity: 1;
	}
	81% {
		opacity: 0.1;
	}
	89% {
		opacity: 0.1;
	}
}

.about {
	cursor: pointer;
}
.show .contact {
	display: none;
}
.show .about {
	display: none;
}
.show .closer {
	display: block;
}
.show .nav span {
	display: none;
}
.closer {
    color: white;
	cursor: pointer;
	display: none;
}
.clicker {
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	height: 100vh;
}
.about:hover {
	color: #aaa290;
}
.closer:hover {
	color: #aaa290;
}
.show .credit{
	
    display: block;
}
.credit {
    display: none;
	font-size: 12px;
	position: fixed;
	left: 40px;
	bottom: 40px;
}
.fp-viewing-firstPage .logo {
	transition: all 0.4s ease-in-out;
	background-image: url("https://files.cargocollective.com/c1053636/White-tail-white.svg");
}
.fp-viewing-secondPage .logo {
	transition: all 0.4s ease-in-out;
	background-image: url("https://files.cargocollective.com/c1053636/White-tail-white.svg");
}
.fp-viewing-fourthPage .logo {
	transition: all 0.4s ease-in-out;
	background-image: url("https://files.cargocollective.com/c1053636/White-tail-white.svg");
}
.fp-viewing-fifthPage .logo {
	transition: all 0.4s ease-in-out;
	background-image: url("https://files.cargocollective.com/c1053636/White-tail-white.svg");
}
.fp-viewing-sixthPage .logo {
	transition: all 0.4s ease-in-out;
	background-image: url("https://files.cargocollective.com/c1053636/White-tail-white.svg");
}
.fp-viewing-lastPage .logo {
	transition: all 0.4s ease-in-out;
	background-image: url("https://files.cargocollective.com/c1053636/White-tail-white.svg");
}
.fp-viewing-thirdPage .nav a {
	color: black;
}
.fp-viewing-thirdPage .nav a {
	color: black;
}
.fp-viewing-thirdPage .nav {
	color: black;
}
.fp-viewing-thirdPage .nav span {
	color: black;
	background-image: url("https://files.cargocollective.com/c1053636/star-black.svg");
}
.fp-viewing-thirdPage .caption {
	color: black;
}
.fp-viewing-thirdPage .insta {
	color: black;
}
#fullwidth-video {
	height: 100vh;
	background: #070707;
	overflow: hidden;
	width: 100% !important;
	position: absolute;
	left: 0px;
	top: 0px;
}
#fullwidth-video video {
	position: absolute;
	z-index: 99999;
	top: 50%;
	left: 50%;
	height: 125vh;
	width: auto;
	transform: translate(-50%, -50%);
}
body.show .logo {
	transition: all 0.4s ease-in-out;
	background-image: url("https://files.cargocollective.com/c1053636/White-tail-white.svg");
}
.titles span {
	width: 10px;
	height: 10px;
	margin: 0px 20px;
	display: inline-block;
	background-size: contain;
	background-image: url("https://files.cargocollective.com/c1053636/star-beigge.svg");
}
.nav span {
	width: 10px;
	height: 10px;
	margin: 0px 20px;
	display: inline-block;
	background-size: contain;
	background-image: url("https://files.cargocollective.com/c1053636/star.svg");
}
body.show .about-outer {
	transition: opacity 0.4s ease;
	opacity: 1;
	left: 0px;
}
.about-outer {
	background-position: center;
	background-size: cover;
	background-image: url("https://files.cargocollective.com/c1053636/background.svg");
	transition: opacity 0.4s ease;
	left: -100%;
	opacity: 0;
	height: 100vh;
	width: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	top: 0px;
	z-index: 9;
}
.titles {
	display: flex;
	align-items: center;
	font-size: 50px;
    
        line-height: 60px;
margin-bottom: -11px;
	letter-spacing: 3px;
}
.about-inner {
	font-size: 20px;
    line-height: 26px;
	letter-spacing: 1px;
	z-index: 99999;
	position: relative;
	font-family: 'Gotham XNarrow';
	display: flex;
	max-width: 600px;
	text-align: center;
	margin: 0px auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	height: 100%;
}
.splash {
	background-image: url("https://files.cargocollective.com/c1053636/background.svg");
	animation: fadeout ease 0.5s 3s forwards !important;
	background-position: center;
	background-size: cover;
	opacity: 1 ;
	position: fixed;
	width: 100%;
	z-index: 999999 ;
	background-color: #05142b;
	height: 100vh;
	width: 100%
}
.badge {
	opacity: 0;
	animation: fadein ease 0.5s 0.3s forwards;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 48% !important;
	position: absolute;
	width: 40vh;
	height: 40vh;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("https://files.cargocollective.com/c1053636/White-tail-logo.svg");
}
#cursor.left:before {
	content: "Prev";
	cursor: none;
	letter-spacing: 10px !important;
	font-family: 'Gotham XNarrow';
}
#cursor.right:before {
	content: "Next";
	letter-spacing: 10px !important;
	cursor: none;
	font-family: 'Gotham XNarrow';
}
.slick-next {
	opacity: 1 !important;
	font-size: 0px !important;
	background: transparent !important;
	height: calc(100vh - 200px) !important;
	right: 0px;
	padding: 0px !important;
	border-radius: 0px !important;
	border: 0px solid #fff !important;
	top: 100px !important;
	position: absolute !important;
	width: 40% !important;
	height: 100vh;
}
.slick-prev {
	padding: 0px !important;
	border-radius: 0px !important;
	opacity: 1 !important;
	position: absolute !important;
	font-size: 0px !important;
	background: transparent !important;
	top: 100px !important;
	height: calc(100vh - 200px) !important;
	left: 0px;
	position: absolute;
	border: 0px solid #fff;
	width: 40% !important;
	height: 100vh;
}
#cursor {
	color: #000;
	display: block;
	width: 20px;
	height: 20px;
	position: fixed;
	top: 0;
	left: 0;
	margin-top: -10px;
	margin-left: -10px;
	z-index: 200;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: none;
}
#cursor:before {
	text-transform: uppercase;
	font-family: 'moderatthin';
	display: block;
	font-size: 22px !important;
	content: "";
	width: 25px;
	font-size: 20px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#prevslide, #nextslide {
	width: 50%;
	top: 0px;
	opacity: 1 !important;
	cursor: none;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	height: calc(100vh - 150px);
	position: absolute;
	margin-top: 75px;
}
#nextslide {
	left: 50%;
}
#prevslide {
	left: 0px;
}
.insta {
	position: fixed;
	right: 40px;
	font-size: 20px !important;
	z-index: 99;
	bottom: 40px;
	font-family: "Neue Haas Grotesk", Icons !important;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2 !important;
}
.insta a {
	text-decoration: none;
	color: white !important;
}
lottie-player {
	display: block;
	visibility: visible;
	position: fixed;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: auto !important;
	height: 100vh !important;
	min-width: 120vw !important;
	min-height: 100vh !important;
	transform: translate(-50%, -50%);
	object-fit: cover !important;
}
@keyframes fadeout {
	0% {
		opacity: 1;
	}
	99% {
		opacity: 0;
	}
	100% {
        opacity: 0;
		z-index: -10;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.content_container.full_height {
	min-height: 0vh !important;
}
[data-view="pinned_top"] {
	z-index: 99999999999;
}
.carousel .top {
	pointer-events: none !important;
	position: absolute;
	height: 100% !important;
	flex-wrap: wrap;
	top: 0px !important;
	display: flex;
	justify-content: center;
	text-align: center;
	background-attachment: fixed;
	align-items: center;
	width: 100vw !important;
	bottom: 0px !important;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: cover !important;
	left: 0px;
	right: 0px;
}
button.slick-prev:hover {
	opacity: 0.8;
}
button.slick-next:hover {
	opacity: 0.8;
}
.cell {
	z-index: 0;
	pointer-events: none !important;
	height: 100vh !important;
	width: 100vw;
	text-align: center;
	position: relative;
	padding: 0px;
}
.cell .top {
	height: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.carousel-cell {
	pointer-events: none !important;
	height: 100vh !important;
	width: 100vw;
	text-align: center;
	position: relative;
	padding: 0px;
}

.headcase .carousel-cell .top{
	background-size: contain !important;
}

.headcase{
	background: #051223 !important;
}
.carousel {
	background: black;
	height: 100vh;
	opacity: 1;
	width: 100vw;
}
#moveDown {
	height: 100px;
	bottom: 0px;
	cursor: pointer;
	left: 0px;
	margin: 0px auto;
	right: 0px;
	width: 58%;
	z-index: 9999999;
	position: absolute;
	padding: 0px !important;
}
#moveUp {
	height: 100px;
	top: 0px;
	cursor: pointer;
	left: 0px;
	margin: 0px auto;
	right: 0px;
	width: 58%;
	z-index: 9999999;
	position: absolute;
	padding: 0px !important;
}
#moveDown:hover {
	opacity: 0.8;
}
.caption {
	height: auto;
	position: absolute;
	bottom: 40px;
	text-transform: uppercase;
	left: 40px;
	display: block;
	font-family: 'Gotham XNarrow';
	color: #fff;
    z-index: 9999999;
	line-height: 1.2 !important;
	font-size: 13px !important;
	letter-spacing: 3px;
	justify-content: center;
	text-align: center;
	align-items: center;
	align-content: center;
	font-style: normal;
	font-weight: 700;
}
#toolset {
	display: none;
}
.nav {
	font-family: 'Gotham XNarrow';
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2 !important;
	border-bottom: 0px;
	text-decoration: none;
	margin-left: 0px;
	font-size: 13px !important;
	letter-spacing: 2px;
	justify-content: center;
	text-align: center;
	align-items: center;
	align-content: center;
	font-style: normal;
	font-weight: 700;
	display: flex !important;
	position: fixed;
	right: 40px;
	justify-content: space-between;
	top: 40px;
	width: auto;
}
.nav a {
	font-family: 'Gotham XNarrow';
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2 !important;
	border-bottom: 0px;
	text-decoration: none;
	margin-left: 0px;
	font-size: 13px !important;
	letter-spacing: 2px;
	justify-content: center;
	text-align: center;
	align-items: center;
	align-content: center;
	font-style: normal;
	font-weight: 700;
}


.nav a:hover{
		color: #aaa290;

}
.logo {
	position: fixed;
	background-image: url("https://files.cargocollective.com/c1053636/White-tail-black.svg");
	margin: auto;
	width: 130px;
	top: 40px;
	left: 40px;
	background-repeat: no-repeat;
	height: 20px;
	background-position: center;
	background-size: contain;
}
body {
	background-color: #fff;
	color: #000;
}
a:active {
	opacity: 0.7;
}
.page a.active {
	color: #ff4a00;
}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: normal;
	font-size: 16px;
	;
}
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 2.5em;
}
blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
hr {
	background: rgba(0, 0, 0, 1);
	border: 0;
	height: 1px;
	display: block;
}
.content img {
	float: none;
	margin-bottom: 0em;
}
.gallery_image_caption {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", 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: 5rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: "Big Caslon FB", Icons;
	font-style: normal;
	line-height: 1.2;
}
[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 1);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	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: "Big Caslon FB", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2.5rem;
	line-height: 1;
	color: rgb(255, 255, 255);
}
[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 1);
}
[data-predefined-style="true"] h2 {
	font-family: "Big Caslon FB", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 16vmin;
	line-height: 1;
}
[data-predefined-style="true"] h2 a {
	color: rgb(255, 255, 255);
}
[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}
[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 1);
	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: auto/*!content_center*/
	;
	margin-right: auto/*!content_center*/
	;
	text-align: center/*!text_center*/
	;
}
[data-css-preset] body {
	background-color: rgb(255, 255, 255)/*!body_bgcolor*/
	;
}
[data-css-preset] .container_width {
	width: 100%/*!content_center*/
	;
}
[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: 60%/*!thumbnails_width*/
	;
}
[data-css-preset] [thumbnails-pad] {
	padding: 0.5rem/*!thumbnails_padding*/
	;
}
[data-css-preset] [thumbnails-gutter] {
	margin: -1rem/*!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.2rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-style: normal;
	line-height: 1.2;
}
.thumbnails .tags {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", 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: 1.4rem/*!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: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-size: 2rem;
	padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
}
#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: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", Icons;
	font-size: 2.4rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	display: block;
	margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}
.shop_product .dropdown {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", 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 1rem;
	font-style: normal;
	font-weight: 400;
}
.shop_product .button {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Roman", 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;
	font-style: normal;
	font-weight: 400;
}
/*
 * 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: transparent/*!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: 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: #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: 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;
}
/**
 * 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);
}
.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 : 800px) {
    .carousel .top {
background-attachment: initial;
        
    }
.logo {
	
	width: 110px;
	top: 25px;
	left: 25px;
	
	height: 17px;

}
    .nav {
top:25px;
        right:25px;
    
}
    .insta{
	bottom: 25px;
        right: 25px;
}
    .credit{
	
        left:25px;
        bottom: 25px;;
}
    .about-inner {
	font-size: 16px;
	letter-spacing: 1px;
padding: 0px 40px;
}
    .titles {
	display: flex;
        flex-direction: column;
	align-items: center;
	font-size: 45px;
	letter-spacing: 3px;
}
    .titles span{
	
        margin: 6px auto;
}
    .badge {
        width: 30vh;
        height: 30vh;

}
    .caption {
	left: 25px;
        bottom: 25px;
}
.nav span{margin:0px 10px;
top:0px;position:relative;
top:-1px}

.slick-next{
    height: calc(83vh - 200px) !important;
	}
	.slick-prev{
        height: calc(83vh - 200px) !important;
	}

	.container{
		min-height:0px !important
	}

.carousel{
	height: 50vh;
}
.fp-tableCell{
		height:auto !important

}
    .carousel-cell{
	height: 50vh !important;
}
.page_container{
	height:auto !important
}
#moveDown{
    display: none;}
	#moveUp{
	display:none}
	.pinned{
		height:auto !important
	}
        [local-style="18287943"] .caption {
color: #000 !important;
    }
    .caption {
color: white !important;
    }
    #fullwidth-video {
    height: 50vh;
    background: #070707;
    overflow: hidden;
    width: 100% !important;
    position: relative;
    left: 0px;
    top: 0px;
}
    #fullwidth-video video {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    height: 60vh;
    width: auto;
    transform: translate(-50%, -50%);
}
    .logo {
	background-image: url("https://files.cargocollective.com/c1053636/White-tail-white.svg") !important;
	
}
    
    .about{
	
        color: white !important;
}
.nav a {
color: white !important;
    }
   .nav span {
	background-image: url("https://files.cargocollective.com/c1053636/star.svg") !important;
}
}
    
