/**
 * Content
 */

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes slide {
	0% {
		right:-100%
	}
	100% {
		right:30px;
	}
}

#mc_embed_signup{
	
    display: none;
}

.close{
	width:15px;
    position: absolute;
    right: 10px;
    top:10px;
    height: 15px;
    background-size: contain;
    background-image: url("https://files.cargocollective.com/c1068952/close-white.svg");
}

.box h1{
	
	font-family: 'grenette-light-trial';
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0px 0px 30px 0px !important;
	font-size: 24px !important;
	line-height: 27px !important;
	color: #fff !important;
}

.box{
    background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("https://files.cargocollective.com/c1068952/background.svg");
border-radius:3px;
    transition: all 0.3s ease;
	animation: slide 1s 2s ease-in forwards;
-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.83); 
box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.83);
    padding: 30px;;
	width:300px;
    z-index: 9;
    bottom: 30px;
    right:-100%;
    position: fixed;
    background-color: #48524d;
}

.box input::placeholder{
	color: white ;
}

.empty-space{
	height: 25px;
}

[data-page-id="18562993"] .thumbnail[data-id="18562993"]{
	display: none;
}
.start{
	
    display: flex;
}

.start h1{
    width: 100%;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	display: inline-block !important;
    color: white !important;
}
.start-inner{
    text-align: center;
	width: 100%;
    
    justify-content: center;
    display: flex;
}

.start span{
    display: inline-block;
	margin: 0px 30px;
}
	
    


.mobile-image{
	
    display: none;
}
.thumbnail:hover .thumb_image{
		transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform .3s ease-in-out;


	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform:  scale3d(1.1, 1.1, 1);
}
.thumb_image  {
		transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform .3s ease-in-out;
}
.menu-navigation {
	top: 0px;
	display: none;
	position: relative;
	transition: all 0.3s;
	z-index: 999999999;
}

#my-form-status{
	font-family: 'grenette-light-trial';
	font-size: 12px;
	color: #48524d;
	
}

.menu-icon-toggle {
	display: block;
	width: 55px;
	height: 35px;
	position: relative;
	z-index: 9;
}
.open .menu-icon-toggle::before {
	background-color: #fff;
}
.open .menu-icon-toggle::after {
	background-color: #fff;
}
.open .menu-icon-toggle span {
	background: #fff !important;
}
.menu-icon-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
        border-radius: 100px;
	background-color: #fff;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: opacity 0.3s 0.3s;
	transition: opacity 0.3s 0.3s;
}
.menu-icon-toggle::before, .menu-icon-toggle::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
        border-radius: 100px;

	position: absolute;
	background-color: #fff;
	-webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
	transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}
.menu-icon-toggle::before {
	top: 4px;
}
.menu-icon-toggle::after {
	bottom: 4px;
}
.open .menu-icon-toggle span {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.open .menu-icon-toggle::before {
	background-color: #fff;
}
.open .menu-icon-toggle::after {
	background-color: #fff;
}
.open .menu-icon-toggle::before {
	top: calc(50% - 2px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open .menu-icon-toggle::after {
	bottom: calc(50% - 0px);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
	-webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
	transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.open .menu {
	left: 0px;
}

.open .header{
	background: transparent !important;
}
.menu {
	visibility: visible;
	box-sizing: border-box;
	left: -100%;
	right: 0px;
	padding: 140px 30px 30px 30px;
	transition: all 0.3s;
	background: rgba(72, 82, 77, 0.95);
	position: fixed;
	width: 100%;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	display: flex;
	height: 100vh;
}
.menu-footer {
	position: absolute;
	bottom: 30px;
	align-items: flex-end;
	left: 0px;
	padding: 0px 30px;
	font-family: 'AvantGarde-Book';
	display: flex;
	width: 100%;
}
.menu-left {
	color: #656565;
	width: 75%;
}
.menu-right {
	text-align: right;
	width: 50%;
}
.menu-right a {
	margin-left: 5px;
	display: inline-block !important;
}
.menu-right a:before {
	content: "";
	width: 0px !important;
}
.menu ul {
	position: relative;
	top: -30px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	margin-left: 0px !important;
}
.menu ul ul {
	top: 0px;
	margin-bottom: 20px;
	padding-left: 0px !important;
	margin-left: 0px !important;
}
.menu ul ul li a {
	font-size: 18px;
	color: #d7d7d7;
	line-height: 24px;
}
.menu ul ul li {
	margin-bottom: 10px;
}
.menu li {
	list-style: none;
	opacity: 0;
	margin-bottom: 20px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu li {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.5s;
}
.menu li span {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.open .menu li {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.open .menu li {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.open .menu li span {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.menu a {
	font-family: Nitti, Icons;

	text-transform: Ca;
	display: inline-block;
	position: relative;
	font-size: 16px;
	letter-spacing: 4px;
	text-decoration: none;
	color: #fff;
	font-style: normal;
	font-weight: normal;
}

.menu a:hover{
		color: #937c64 !important;

}


.start {
	margin-top: 0px;
}
[grid-col="x11"] .button {
	display: inline-block;
}
.pinned {
	height: auto !important;
}
.test.slick-current {
	display: block !important;
	left: 0px !important;
	transition: all 0.3s ease;
	animation: fadeIn .2s 0s ease-in forwards;
}
.pinned .page_container.overlay.fixed {
	z-index: 999999999;
}
[data-view="pinned_top"] {
	z-index: 9999999 !important;
}
.header {
    	transition: all 0.3s ease;
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6016101371951219) 100%);
	z-index: 999999;
}
form {
	text-transform: uppercase;
	max-width: 600px;
	margin: 40px auto 0px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.box  form {
	text-transform: uppercase;
	max-width: 100%;
    width: 100%;
	margin: 0px auto 0px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.box form input {
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 14px;
    font-size: 15px;
    color: white;
	font-family: Nitti, Icons;
	background: transparent;
	border: 1px solid #fff;
	width: 100%
}

#subscribe-result{
	
    width:100% !important
}

.box form input:last-child{
	margin-bottom: 0px;
}
form input {
	text-transform: uppercase;
	margin: 0px 3% 30px 3%;
	padding: 14px;
	font-family: Nitti, Icons;
	background: transparent;
	border: 1px solid black;
	width: 44%
}

.box form input:nth-child(3){
	
    margin-bottom: 0px;
}
form input:nth-child(3) {
	flex-basis: 100%;
}
form button {
	background: #48524d;
	border: 0px;
	color: white;
	font-size: 20px;
	;
	text-transform: uppercase;
	font-family: Nitti, Icons;
	border-radius: 30px;
	;
	padding: 15px;
	;
	margin: 30px 3%;
	flex-basis: 100%;
}
form textarea {
	text-transform: uppercase;
	margin: 0px 3%;
	padding: 20px;
	min-height: 140px;
	font-family: Nitti, Icons;
	background: transparent;
	border: 1px solid black;
	flex-basis: 100%;
}
.test-inner {
	max-width: 900px;
	display: flex;
	flex-direction: column;
	align-content: center;
	margin: 0px auto 30px auto;
}
.single {
	padding: 50px;
	max-width: 800px;
	display: block;
	flex-direction: column;
	margin: 0px auto;
	;
}
[data-id="18558220"] .page_container {
	margin-top: 45px;
	;
}
.single h2 {
	margin: 0px auto !important;
	max-width: 600px;
	text-align: center;
}
.slick-dots li {
	font-size: 0px;
	border-radius: 100% !important;
	display: inline-block;
	line-height: 18px;
	padding: 0px;
	margin: 0px 7px;
}
.slick-dots li.slick-active button {
	background: #937c64;
}
.slick-dots li button {
	font-size: 0px;
	border: 0px;
    background: white;
	padding: 0px;
	border-radius: 100%;
	height: 11px !important;
	width: 11px !important;
}
.cols ul {
	padding-left: 0;
	padding-top: 0;
	margin-top: -8px
}
.cols li {
	line-height: 1.5em;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 5px;
	list-style: none!important;
	padding-left: 7px
}
.cols li:before {
	color: #c6c6c6;
	display: inline-block;
	margin-left: -30px;
	width: 30px
}
.cols li:before {
	content: "—";
}
.button {
    max-width: 160px;
    text-align: center;
	margin: 0px auto;
	display: flex;
    justify-content: center;
	flex: 0;
	width: auto !important;
	text-align: center;
	text-transform: uppercase;
	align-items: center;
	padding: 10px 25px 9px 25px !important;
	border: 1px solid #48524d !important;
	border-radius: 30px;
	font-size: 14px;
	;
	font-family: Nitti, Icons;
}
.button:hover {
	border: 1px solid #48524d !important;
	color: white;
	background: #48524d;
}
.thumbs-header {
	font-family: 'grenette-light-trial';
	font-size: 40px;
	color: white;
	text-align: center;
	background: #48524d;
	padding: 50px;
	;
}
[data-id="18560184"] {
	background-position: right 56vh;
	background-repeat: no-repeat;
	background-size: 50%;
	background-image: url("https://files.cargocollective.com/c1068952/background.svg");
	;
}
[data-id="18716026"] {
	background-position: right 91vh;
	background-repeat: no-repeat;
	background-size: 70%;
	background-image: url("https://files.cargocollective.com/c1068952/background.svg");
	;
}
[data-id="18561474"] {
	background-position: right 56vh;
	background-repeat: no-repeat;
	background-size: 50%;
	background-image: url("https://files.cargocollective.com/c1068952/background.svg");
	;
}
[data-id="18563016"] .backer {
	width: 100%;
	z-index: -1;
	opacity: 0.5;
	position: absolute;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 150%;
	background-image: url("https://files.cargocollective.com/c1068952/background.svg");
	;
}
[data-page-id="18562993"] [data-id="19196719"] {
}
[data-page-id="19196799"] [data-id="19196719"] {
	display: none;
}
[data-page-id="19196805"] [data-id="19196719"] {
	display: none;
}
.header-image {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	;
	height: 60vh;
	background-position: 50%;
	background-size: cover;
	font-family: 'grenette-light-trial';
	color: white;
	font-size: 60px;
	;
}
.header-image span {
	z-index: 999999;
}
.layer {
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0px;
	z-index: 0;
	height: 100%;
}
.col img {
	height: auto !important;
	;
	width: 100% !important;
}
.cols {
	padding: 40px;
	align-content: center;
	align-items: flex-start;
	display: flex;
	max-width: 1200px;
	margin: 0px auto;
	;
}
.col {
	padding: 50px;
	width: 70%;
}
.col .button {
	display: inline-block;
}
.slider {
	color: white;
	font-family: 'grenette-light-trial';
	text-align: center;
	padding: 120px 50px;
	font-size: 26px;
	line-height: 37px;
}
.test.slick-current {
	display: block !important;
}
.test {
	transition: all 0.3s;
	left: 0px !important;
	display: none !important;
	margin: 0px auto;
}
.test .name {
	margin-top: 20px;
	font-size: 20px;
	;
	font-family: Nitti, Icons;
}
.footer {
	color: white;
	font-family: Nitti, Icons;
	font-size: 14px;
	background: black;
}
.footer-top {
	max-width: 1500px;
	margin: 0px auto;
	padding: 50px;
	justify-content: space-between;
	display: flex;
}
.col-two {
	width: 20%;
}
.col-three {
	width: 20%;
}
.col-left {
	width: 50%;
}
.col-right {
	width: 50%
}
.footer-bottom {
	justify-content: space-between;
	padding: 30px 50px;
	max-width: 1500px;
	margin: 0px auto;
	display: flex;
}
.footer a {
	margin-bottom: 2px;
	display: inline-block;
	color: white !important;
}
.col-one {
	width: 40%;
	font-size: 14px;
}
.col-one h2 {
	font-family: 'grenette-light-trial';
	font-size: 30px;
	color: white !important;
}

.box p {
	margin: 15px auto 0px auto;
    text-transform: initial;
    font-family: 'grenette-light-trial';
	font-size: 30px;
	color: #d6d6d6 !important;
	font-size: 14px;
	letter-spacing: 0.5px;
	max-width: 100%;
    width: 100%;
}
#toolset {
	display: none;
}
p {
	margin: 30px auto;
	font-size: 18px;
	letter-spacing: 0.5px;
	max-width: 500px;
}
.inner a {
	text-transform: uppercase;
	border-bottom: 1px solid #937c64 !important;
	text-decoration: none;
	color: #937c64 !important;
	font-family: Nitti, Icons;
}
.start p {
	font-size: 25px;
	color: white;
}
.inner a:hover {
	border-bottom: 1px solid transparent !important;
}
.inner-green a {
	text-transform: uppercase;
	border-bottom: 1px solid #fff !important;
	text-decoration: none;
	color: #fff !important;
	font-family: Nitti, Icons;
}

.inner-green a:hover{
		border-bottom: 1px solid #7d7d7d !important;

}
.inner-green-alt a {
	text-transform: uppercase;
	border-bottom: 1px solid #7d7d7d !important;
	text-decoration: none;
	color: #7d7d7d !important;
	font-family: Nitti, Icons;
}
.inner-green h1 {
	font-size: 50px !important;
	line-height: 60px !important;
	color: white !important;
}
.inner-green {
	color: white;
	height: 100vh;
	display: flex;
	padding: 0px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: none !important;
}
.mens.inner-green {
	height: auto;
	min-height: 700px;
}
.inner-green-alt {
	color: #7d7d7d;
	height: 50vh;
	min-height: 700px;
	display: flex;
	padding: 0px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: none !important;
}
.inner-green:before {
	content: "";
	opacity: 0.1;
	z-index: -1;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 143%;
	width: 100%;
	height: 100%;
	background-image: url("https://files.cargocollective.com/c1068952/background-white.svg");
	;
}
.inner-green-alt:before {
	content: "";
	opacity: 0.1;
	z-index: -1;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 141%;
	width: 100%;
	height: 100%;
	background-image: url("https://files.cargocollective.com/c1068952/background-white.svg");
	;
}
.inner {
	min-height: 600px;
	display: flex;
	padding: 0px 40px 100px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 143%;
	/*background-image: url("https://files.cargocollective.com/c1068952/background.svg");*/
	;
}
.mens.inner {
	justify-content: center;
	padding-bottom: 0px;
}
.header-inner {
	transition: all 0.3s ease;
	max-width: 1500px;
	margin: 0px auto;
	border-bottom: 0px solid #48524d;
	background: rgba(72, 82, 77, 0);
	align-items: center;
	padding: 30px 30px;
	;
	justify-content: space-between;
	display: flex;
}
.scrolled-2 .header {
	background: #48524d;
}
.logo {
	font-family: 'grenette-light-trial';
	font-style: normal;
	color: white;
	font-weight: 400;
	font-size: 26px;
}
.nav {
	font-size: 14px;
	;
	font-family: Nitti, Icons;
	font-style: normal;
	font-weight: 400;
}
.nav a {
	color: white !important;
}
.nav a:hover {
    opacity: 1 !important;
	color: #937c64 !important;
}

.footer a:hover {
    	color: #937c64 !important;

}

.nav span {
	color: #937c64 !important;
}
.contact {
	display: flex;
	padding: 5px 20px;
	align-content: center;
	align-items: center;
	color: white !important;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 15px;
	;
	font-family: Nitti, Icons;
}
.contact:hover {
	color: #48524d !important;
	background: #fff;
	;
}
body {
	background-color: #fff;
	color: #000;
}
a:active {
	opacity: 0.7;
}
.page a.active {
	opacity: 1;
}
i, em {
	font-style: italic;
}
b, strong {
	font-size: 20px;
	font-family: 'grenette-regular-trial';
	color: #48524d;
	font-style: normal !important;
	font-weight: normal !important;
}
.image-link{
	    overflow: hidden;

}
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;
}
.slick-dots {
	display: flex !important;
	justify-content: center;
	text-align: center;
}
ul, ol {
	margin: 0;
	padding: 0px;
}
blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
hr {
	background: rgba(33, 33, 33, 0.2);
	border: 0;
	height: 1px;
	width: 100%;
	display: block;
}
.content img {
	float: none;
	margin-bottom: 0px;
}
.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: 100;
	color: rgba(110, 110, 110, 1);
	font-family: adobe-garamond-pro, serif;
	font-style: normal;
	line-height: 1.3;
}
[data-predefined-style="true"] bodycopy a {
	color: #48524d;
	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: 'grenette-light-trial';
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 47px;
	line-height: 80px;
	color: #48524d;
}
[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] h2 {
	font-family: 'grenette-light-trial';
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #48524d;
	font-size: 32px;
	line-height: 1.2;
}
[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] small {
	font-size: 15px;
	
	font-family: Nitti, Icons;
	font-style: normal;
	font-weight: 400;
	margin-top: 14px;
	display: block;
	text-transform: uppercase;
	color: #937c64;
	;
}
[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 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: 0/*!content_left*/
	;
	margin-right: auto/*!content_left*/
	;
	text-align: left/*!text_left*/
	;
}
[data-css-preset] body {
	background-color: #eeece7/*!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
 */

.thumbnails {
	padding: 0px 10px;
	padding-bottom: 50px;
	background: #48524d !important
}
.thumbnail {
	overflow: hidden;
	padding: 0px 25px !important;
	position: relative;
}
.thumbnails .container {
	max-width: 1200px;
	margin: 0px auto;
	;
}
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: 0px/*!thumbnails_padding*/
	;
}
[data-css-preset] [thumbnails-gutter] {
	margin: 0px/*!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 {
	position: absolute;
	z-index: 99999;
	width: calc(100% - 50px);
	right: 0px;
	margin: 0px auto;
	background: rgba(0, 0, 0, 0.3);
	;
	height: calc(100% - 0px);
	display: flex;
	align-items: flex-end;
	bottom: 0px;
	padding: 30px;
	left: 0px;
	;
	line-height: 30px;
	top: 0px;
	font-size: 22px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
	font-family: 'grenette-light-trial';
	font-style: normal;
}
.thumbnails .tags {
	margin-top: 1.2rem;
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
	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.2;
}
.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: 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: 1150px) {

    .contact{
	
        display: none;
}
    .nav{
	
        display: none;
}
    .menu-navigation{
	
        display: block;
}
    .mens.inner-green {
	height: auto;
	min-height: 0px;
}
    .inner-green {
	color: white;
	height: auto;
	display: flex;
	padding: 80px 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: none !important;
}
    body.mobile [split-responsive] .backdrop{
	height: 50vh !important;
}
    .inner-green-alt {
	color: #7d7d7d;
	height: 50vh;
	min-height: 500px;
	display: flex;
	padding: 40px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: none !important;
}
    [data-predefined-style="true"] h1 {
	font-family: 'grenette-light-trial';
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 36px;
	line-height: 60px;
	color: #48524d;
}
    .inner-green h1 {
	font-size: 36px !important;
	line-height: 60px;
	color: white !important;
}
}

@media only screen and (max-width: 900px) {

.cols {
    padding: 20px;
    align-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0px auto;
    ;
}
    .col {
	padding: 20px;
	width: 100%;
}
    .header-image {
	
	height: 500px;
	
	font-size: 51px;
	;
}
    .header-inner {
padding: 30px 40px;
}
    
    .thumbnail {
        margin-bottom: 40px;
	width:100% !important
}
    
    .thumbnails{
	padding-bottom: 0px !important;
        margin-bottom: 0px !important;
}
    .thumbnails .title {
	position: absolute;
	z-index: 99999;
	width: calc(100% - 50px);
	right: 0px;
	margin: 0px auto;
	background: rgba(0, 0, 0, 0.3);
	;
	height: calc(100% - 0px);
	display: flex;
	align-items: center;
	bottom: 0px;
    justify-content: center;
	padding: 50px 40px ;
	left: 0px;
	;
	line-height: 30px;
	top: 0px;
	font-size: 45px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
	font-family: 'grenette-light-trial';
	font-style: normal;
}
    .single {
	padding: 40px;
	max-width: 800px;
	flex-direction: column;
	margin: 0px auto;
	;
}
    .footer-top{
        margin-bottom: 0px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    padding: 40px 40px 0px 40px;
}
   
       .footer-bottom{
    padding: 30px 40px;
        flex-wrap: wrap;
}
    .col-one{
	margin-bottom: 40px;
        width: 100%;
}
    
    .col-two{
	
        width:50%;
}
    
      .col-three{
	
        width:50%;
}
}

@media only screen and (max-width: 780px) {
    
.event-mod div:first-child{   
	order: 2;
}
   
     .mobile-image{
	width: calc(100% - 80px);
        display: block;
        margin-bottom: 40px;
}
    
    .mobile-image img{
	height: auto !important;
        width: 100% !important;
}
    [data-backdrop="wallpaper"][data-id="18559807"]{
	display: none !important;
}
   .menu-icon-toggle {
	display: block;
	width: 43px;
	height: 30px;
	position: relative;
	z-index: 9;
}
.header-inner{
	
    padding: 20px 30px;
}
    .start h1{
	font-size: 25px !important;
}
    
    .start span{
	line-height: 0px;
        margin: 0px 10px;
        display: inline-block;
}
    .logo {
	
	font-size: 22px;
}
    .header-image {
        height: 400px;
background-attachment:initial !important;
    
    
}
.col{
	
    padding: 20px 10px  30px;
}
    [data-predefined-style="true"] h2 {
	font-family: 'grenette-light-trial';
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #48524d;
	font-size: 24px;
	line-height: 1.2;
}
    .thumbs-header {
	font-family: 'grenette-light-trial';
	font-size: 30px;
	color: white;
	text-align: center;
	background: #48524d;
	padding: 50px;
	;
}
    .thumbnails .title {
	position: absolute;
	z-index: 99999;
	width: calc(100% - 50px);
	right: 0px;
	margin: 0px auto;
	background: rgba(0, 0, 0, 0.3);
	;
	height: calc(100% - 0px);
	display: flex;
	align-items: center;
	bottom: 0px;
    justify-content: center;
	padding: 50px 40px ;
	left: 0px;
	;
	line-height: 30px;
	top: 0px;
	font-size: 30px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
	font-family: 'grenette-light-trial';
	font-style: normal;
}
    .start.inner {
	min-height: 0px;
	display: flex;
	padding: 0px 30px 140px;
	flex-direction: column;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 123%;
	/*background-image: url("https://files.cargocollective.com/c1068952/background.svg");*/
	;
}
    .inner-green h1 {
	font-size: 32px !important;
	line-height: 40px !important;
	color: white !important;
}
    [data-predefined-style="true"] h1 {
	font-family: 'grenette-light-trial';
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 32px;
	line-height: 40px;
	color: #48524d;
}
    .box h1{
	
	font-family: 'grenette-light-trial';
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0px 0px 30px 0px !important;
	font-size: 21px !important;
	line-height: 27px !important;
	color: #fff !important;
}
    .footer-bottom{
    padding: 30px 30px;
        flex-wrap: wrap;
}
    .footer-top{
        margin-bottom: 0px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    padding: 40px 30px 0px 30px;
}
    
    .header-image{
	
        font-size: 40px;
}
    [data-predefined-style="true"] bodycopy {
    font-size: 18px;
   
}
    b, strong {
	font-size: 18px;
	font-family: 'grenette-regular-trial';
	color: #48524d;
	font-style: normal !important;
	font-weight: normal !important;
}
    .single {
	padding: 30px;
	max-width: 800px;
	flex-direction: column;
	margin: 0px auto;
	
}
    [grid-col="x11"] .button {
	display: inline-block;
        margin-bottom: 20px;
}
    .slider {
	color: white;
	font-family: 'grenette-light-trial';
	text-align: center;
	padding: 90px 30px;
	font-size: 20px;
	line-height: 31px;
}

.test .name {
	margin-top: 20px;
	font-size: 20px;
	;
	font-family: Nitti, Icons;
}
    
    .box{
	bottom: 14%;
}
}

@media only screen and (max-width: 600px) {
      .box{
          border-radius: 0px;
          width: 100%;
          left:0px;
	bottom: 0%;
}
        .start h1{
	font-size: 18px !important;
}
    
    .footer-bottom .col-one{
        order: 3;
        margin-top: 20px;
	
        
}
     .footer-bottom .col-two{
     display: block;
         width:100%;
        margin-top: 0px;
	
        
}
    
    
    
    .footer-bottom{
	
        padding-bottom: 0px;
}
    
}