/**
 * Content
 */

.col-a{
    vertical-align: top;
	width:50%;
    display: inline-block;
}

.col-b{
    vertical-align: top;
	width:50%;
    display: inline-block;
}


#film{
    height: 100vh;
    padding: 0rem 0px;;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#film iframe{
        padding: 100px 0px;;
height: 100% !important;
	position:absolute;
	top:0px;
    left:0px;right:0px;
	bottom:0px;
	margin:auto;
}

.project-text{
    text-align: left;
    margin: 0px auto;;
	max-width:800px;
}

.inner a{
	display: block;
}

.project-title{
    height: auto;
    width:100%;
    
    
}

.play-here{
    transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
	font-size:70px;
    display: block;
    color: white;
    position: absolute;
   

}

.play-here.active{
	
    opacity: 1;
}

#fullpage {
	margin: 0px auto;
	max-width: 100%;
}
.inner:hover .overlay{opacity:1}

.inner {
	background-size: contain;
	width: 100%;
    padding: 0px 0px;
    position: absolute;
    top:0px;
    left:0px;right:0px;
    bottom: 0px;
    margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	height: calc(100% - 150px);
}

.overlay{
    opacity: 0;
	content: "";
	background-size:contain;
	width: 100%;
	padding: 0px 0px;
	position: absolute;
	top:0px;
	left: 0px;
	bottom: 0px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
    background-image: url("https://files.cargocollective.com/c69679/backgrodub.png");
}

.section {
	max-width: 100%;
	margin: 0px auto;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 0px 0px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.inner span {
    cursor: pointer;
	font-family: 'Life-Reg';
	font-size: 70px;
	line-height: 70px;
	opacity: 1;
    padding: 0px 30px;;
	text-align: center;
	display: table;
	margin: auto;
	position: absolute;
	left: 50%;
	color: white;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50.5% !important;
}
.inner i {
	font-family: 'Life-RegIta';
}
#text {
	padding: 6rem 0px ;
}
#arrow {
	position: absolute;
	bottom: 45px;
    margin:0px auto;
    left:0px;right:0px;
	display: inline-block;
	width: 30px;
	height: 20px;
	background-image: url("https://files.cargocollective.com/c69679/ARROW.svg");
}

#arrow:hover{
	background-image: url("https://files.cargocollective.com/c69679/ARROW-hover.svg");
}

#film:hover .play{
	display: block;
}

#film #vid iframe {
  cursor: url(http://bringerp.free.fr/Files/RotMG/cursor.gif), pointer;
}
#toolset {
	display: none;
}
#holder {
    height: 100vh;
	z-index: -10;
}
.top-nav {
	display: table;
	position: relative;
	height: 50vh;
    min-height: 200px;;
	margin: 0px auto;
	max-width: 75%;
}
.top-nav-inner {
    max-width: 850px;
	vertical-align: middle;
	display: table-cell;
}
.bottom-nav {
    width:90%;
    
	display: table;
	position: relative;
	height: 50vh;
	margin: 0px auto;
	max-width: 100%;

}
.bottom-nav-inner {
    max-width:100%;
	vertical-align: middle;
	display: table-cell;
}

#menu .top-nav {
	display: table;
	position: relative;
	height: 50vh;
	margin: 0px auto;
	max-width: 75%;

}
#menu .top-nav-inner {
    max-width: 850px;
	vertical-align: middle;
	display: table-cell;
}
#menu .bottom-nav {
	display: table;
	position: relative;
	height: 50vh;
	margin: 0px auto;

	max-width: 75%;
}
#menu .bottom-nav-inner {
    max-width:1080px;
	vertical-align: middle;
	display: table-cell;
}
.holder {
	z-index: 0;
}
#menu {
	display: none;
	text-align: center;
	width: 100%;
	height: 100%;
    
	z-index: 4;
	background: #000000;
	position: fixed;
}
#share-menu {
    display: none;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #000000;
	position: fixed;
}

.share-icons{
	left: 50%;
	color: white;
    position: absolute;
    width:100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50% !important;
}

.share-icons a{
    display: inline-block;
	margin:30px;
    text-decoration: none;
}

#share-menu h1{
    margin: 60px 0px 0px 0px;
    font-size: 20px;;
	color: white;
}
#menu .link {
	color: white;
    display: block;
	padding: 0% 0px;
    position: relative;
	font-family: 'Life-Reg';
	font-size: 70px;
	line-height: 100px;
}
#menu .menu-bar-open {
	opacity: 1;

	top: 50%;
	z-index:8;
	margin-top: -20px;
	position: fixed;
	width: -moz-calc(100% - 45px);
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
	left: 0px;
	right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding: 9.5px 0px;
	background: #ffffff;
}
#menu .shop {
	color: grey !important;
}
.link a {
	color: #ffffff;
	text-decoration: none;
}

.link a:hover{
	color:#747474;
}

.bottom {
	color: white;
	padding: 5rem;
}

[data-predefined-style="true"] .bottom :hover{
		color:#747474 !important;

}
[data-predefined-style="true"] .bottom h1 {
	font-size: 70px;
	line-height: 70px;
	display: block;
	margin: 30px 0px;
	color: white !important;
	font-family: 'Life-Reg';
}


.page_content.active {
	opacity: 1;
}
.page_content {
	opacity: 0;
	transition: opacity 0.5s 3s ease;
}
#logo {
	margin-right: 12px;
	float: right;
	z-index: 9999999;
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 45px;
	background-image: url("https://files.cargocollective.com/c69679/AMI-LOGO.svg");
}

#logo:hover{
    background-image: url("https://files.cargocollective.com/c69679/AMI-hover.svg");
}
#logo-open:hover{
    background-image: url("https://files.cargocollective.com/c69679/AMI-hover.svg");
}

#logo-share:hover{
    background-image: url("https://files.cargocollective.com/c69679/AMI-hover.svg");
}
#logo-open {
	margin-right: 12px;
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 45px;
	background-image: url("https://files.cargocollective.com/c69679/AMI-LOGO-black.svg");
}

#logo-share {
	position: fixed;
	top: 0px;
	right:57px;
	margin: auto;
	bottom: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 45px;
	background-image: url("https://files.cargocollective.com/c69679/AMI-LOGO.svg");
}
#logo-project {
    display: none;
	position: fixed;
	top: -1px;
	right: 57px;
	margin: auto;
	bottom: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 45px;
	background-image: url("https://files.cargocollective.com/c69679/AMI-LOGO-black.svg");
}
#logo-project:hover{
	    background-image: url("https://files.cargocollective.com/c69679/AMI-hover.svg");

}
.menu-bar {
	-webkit-transition: width 2.5s ease;
	/* Safari */
	transition: width 2.5s ease;
	top: 50%;
	z-index: 0;
	margin-top: -20px;
	position: fixed;
	width: -moz-calc(0% - 45px);
	width: -webkit-calc(0% - 45px);
	width: calc(0% - 45px);
	left: 0px;
	right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding: 9.5px 0px;
	background: black;
}
.menu-bar-page {
	-webkit-transition: 2.5s ease;
	transition: 2.5s ease;
    top: 50%;
	z-index: 0;
	margin-top: -20px;
	position: fixed;
	width: -moz-calc(0% - 45px);
	width: -webkit-calc(0% - 45px);
	width: calc(0% - 45px);
	left: 0px;
	right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding: 9.5px 0px;
	background: black;
}
.menu-bar.active {
	width: -moz-calc(100% - 45px);
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
}
#nav-icon3.active {
	opacity: 1;
}
#nav-icon3 {
	opacity: 0;
	position: fixed;
	float: left;
	top: -0px;
	bottom: 0px;
	width: 33px;
	z-index: 99999999;
	left: 60px;
	height: 20px;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: .1s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #ffffff;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
/* Icon 3 */

#nav-icon3 span:nth-child(1) {
	top: 0px;
}
#nav-icon3 span:nth-child(2), 
#nav-icon3 span:nth-child(3) {
	top: 8px;
}
#nav-icon3 span:nth-child(4) {
	top: 16px;
}
#nav-icon3.open span:nth-child(1) {
	top: 0px;
	background: #000000;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	background: black;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
#nav-icon3.open span:nth-child(3) {
	background: black;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
#nav-icon3.open span:nth-child(4) {
	background: #000000;
	top: 16px;
	width: 0%;
	left: 50%;
}

@media only screen and (min-width : 786px) {

#nav-icon3:hover span{
		background: #747474 !important;

}

#nav-icon2:hover span{
		background: #747474 !important;

}

#nav-icon1:hover span{
		background: #747474 !important;

}

}




#nav-icon2 {
	opacity: 1;
	position: fixed;
	float: left;
	top: -0px;
	bottom: 0px;
	width: 35px;
	z-index: 99999999;
	left: 60px;
	height: 26px;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: .1s ease-in-out;
	cursor: pointer;
}
#nav-icon2 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #ffffff;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
/* Icon 3 */

#nav-icon2 span:nth-child(1) {
	top: 0px;
}
#nav-icon2 span:nth-child(2), 

#nav-icon2 span:nth-child(3) {
	top: 10px;
}
#nav-icon2 span:nth-child(4) {
	top: 20px;
}
#nav-icon2.open span:nth-child(1) {
	top: 18px;
	background: #ffffff;
	width: 0%;
	left: 50%;
}
#nav-icon2.open span:nth-child(2) {
	background: #ffffff;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
#nav-icon2.open span:nth-child(3) {
	background: #ffffff;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
#nav-icon2.open span:nth-child(4) {
	background: #ffffff;
	top: 18px;
	width: 0%;
	left: 50%;
}


#nav-icon1 {
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 35px;
	left: 4.9%;
	height: 26px;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon1 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #000000;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
/* Icon 3 */

#nav-icon1 span:nth-child(1) {
	top: 0px;
}
#nav-icon1 span:nth-child(2), 

#nav-icon1 span:nth-child(3) {
	top: 10px;
}
#nav-icon1 span:nth-child(4) {
	top: 20px;
}
#nav-icon1.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon1.open span:nth-child(2) {
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
#nav-icon1.open span:nth-child(3) {
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
#nav-icon1.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

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

a:active {
}

.page a.active {
	opacity: 1;
}

i,
em {
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

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

hr {
	background: rgba(0, 0, 0, 0.15);
	border: 0;
	height: 1px;
	display: block;
}

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

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	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: 400;
	color: rgba(0, 0, 0, 1);
        font-family: 'Life-Reg';
	font-style: normal;
	line-height: 24px;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 1);
    word-break: break-all;
	padding-bottom: 0.1em;
	text-decoration: none;
}

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

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-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
    font-size: 70px;
	line-height: 73px;
	color: rgba(0, 0, 0, 1);
	}

[data-predefined-style="true"] h3 {
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
    font-size: 25px;
	line-height: 35px;
	color: rgba(0, 0, 0, 1);
	}

[data-predefined-style="true"] h4 {
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
    font-size: 50px;
	line-height: 50px;
	color: rgba(0, 0, 0, 1);
	}


[data-predefined-style="true"] h1 i{
    	font-family: 'Life-RegIta';

	
}

[data-predefined-style="true"] h1 a {
    border-bottom: 0em solid rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h2 {
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 24px;
	line-height:36px;
	}

[data-predefined-style="true"] h2 a {
    border-bottom: 0em solid rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size:6rem;
	line-height: 6rem;
	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;
	color: rgba(255, 255, 255, 1);
}

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

[data-predefined-style="true"] small a {
    border-bottom: 0em solid rgba(0, 0, 0, 1);
	color: rgba(0, 0, 0, 1);
}

/**
 * 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] {
    z-index: 9999;
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
    max-width:83%;
    margin:0px auto;
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

.thumbnails .thumb_image {
	width:100% !important;
    position: absolute !important;
    left:0px;right: 0px;
    height: 100% !important;
    top:0px;bottom: 0px;;
    margin: auto;
}
.thumbnails .thumb_image img{
	 position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50% !important;
}

.thumbnails .title {
        text-transform: uppercase;
    opacity: 1;
    padding: 0px;
    text-align: center;
    display: table;
    margin: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 48% !important;
    width: auto !important;
    text-align: center;
    display: table;
    
    
    
    font-size: 1.7rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
	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.1;
}

.thumbnails .tags {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 2.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: Quiosco, Icons;
	font-style: italic;
	line-height: 1.2;
    text-align: center;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnail{
    pointer-events: none;
    opacity: 1;
    top: 0px;
    margin: 0px auto;
    position: relative;
    
    margin-top: 0px;
    height: 100vh !important;
    text-align: center;
    z-index: 9;
	width:100% !important;
}

.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.75);
    background: transparent;
	font-size: 40px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	bottom: 3rem /*!shop_button*/;
	left: 3rem /*!shop_button*/;
}

#shop_button.text {
    font-family: Quiosco, Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
    padding: 0;
    line-height: 1.2;
}

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

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

body.mobile #nav-icon3:hover span{

}

body.mobile .overlay{
	display: none;
}

/*
 * 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: 1.7rem;
    font-weight: bold;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    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 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.75);
    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(255, 255, 255, 0.95) /*!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-bottom: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:last-child .page {
	border-bottom: 0;
}


@media only screen and (max-width : 768px) {
    
    [data-predefined-style="true"] small {
	display: inline-block;
	font-size:5rem;
	line-height: 5rem;
	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;
	color: rgba(255, 255, 255, 1);
}

    .bottom {
	color: white;
	padding: 4rem 0px;
}


.menu-bar.active {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}
    .inner {
	background-size: contain;
	width: 100%;
    padding: 0px 0px;
    position: absolute;
    top:0px;
    bottom: 0px;
    margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	height: calc(100% - 150px);
}
    #nav-icon3 {
	opacity: 0;
	position: fixed;
	float: left;
	top: -0px;
	bottom: 0px;
	width: 33px;
	z-index: 99999999;
	left: 40px;
	height: 20px;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: .1s ease-in-out;
	cursor: pointer;
}
    #nav-icon2 {
	opacity: 1;
	position: fixed;
	float: left;
	top: -0px;
	bottom: 0px;
	width: 33px;
	z-index: 99999999;
	left: 40px;
	height: 26px;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: .1s ease-in-out;
	cursor: pointer;
}
    #menu .menu-bar-open {
    opacity: 1;
    
    top: 50%;
    z-index: 8;
    margin-top: -20px;
    position: fixed;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 0px;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 9.5px 0px;
    background:  #ffffff;
}
    
    .inner span {
  font-size: 40px;

    line-height: 50px;

}
    [data-predefined-style="true"] h1 {
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 50px;

    line-height: 50px;
	color: rgba(0, 0, 0, 1);
	}
    [data-predefined-style="true"] .bottom h1 {
	font-size: 40px;
    line-height: 50px;
	display: block;
	margin: 40px 0px;
	color: white !important;
	font-family: 'Life-Reg';
}
    [data-predefined-style="true"] h2 {
	font-style: normal;
	font-weight: 400;
    margin-top: 40px;
	padding: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 20px;
	line-height:27px;
	}
    .top-nav {
	display: table;
	position: relative;
	height: 50vh;
	margin: 0px auto;
	max-width: 80%;
}
.top-nav-inner {
    max-width: 850px;
	vertical-align: middle;
	display: table-cell;
}
.bottom-nav {
	display: table;
	position: relative;
	height: 50vh;
    padding-bottom: 0px;
	margin: 0px auto 0px;
	width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}
.bottom-nav-inner {
    max-width:1080px;
	vertical-align: middle;
	display: table-cell;
}
    #logo-project {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 7;
    right: 52px;
    margin: auto;
    bottom: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 45px;
    background-image: url("https://files.cargocollective.com/c69679/AMI-LOGO-black.svg");
}
    #logo-share {
	position: fixed;
	top: 0px;
	right:52px;
	margin: auto;
	bottom: 0px;
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 45px;
	background-image: url("https://files.cargocollective.com/c69679/AMI-LOGO.svg");
}
    
    #logo-open{
         top: -2px;
	  height: 20px;
    width: 45px;
}
}
@media only screen and (max-width : 600px) {
    
    #film{
    height: auto;
        padding: 0px !important;
    margin: 75px 0px 0px 0px;;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#film iframe{
    min-height: 28vh;
    width:100% !important;
        padding: 0px 0px;;
height: auto !important;
	position:relative;
	top:0px;
    left:0px;
    right:0px;
	bottom:0px;
	margin:0px auto;
}

    
    
    
     #nav-icon3 {
	opacity: 0;
	position: fixed;
	float: left;
	top: 9px;
	bottom: initial;
	width: 33px;
	z-index: 99999999;
	left: 20px;
	height: 20px;
	margin: auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: .1s ease-in-out;
	cursor: pointer;
}
    
    .menu-bar {
		top: 0%;
	z-index: 3;
	margin-top: -0px;
	position: fixed;
	width: -moz-calc(0% - 0px);
	width: -webkit-calc(0% - 0px);
	width: calc(0% - 0px);
	left: 0px;
	right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding: 9.5px 0px;
	background: black;
}
    #menu .menu-bar-open {
    opacity: 1;
  
    top: 0%;
    z-index: 8;
    margin-top: 0px;
    position: fixed;
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
    left: 0px;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding: 9.5px 0px;
    background:  #ffffff;
}
    #logo-open {
	margin-right: 20px;
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 45px;
	background-image: url("https://files.cargocollective.com/c69679/AMI-LOGO-black.svg");
}
    .menu-bar.active {
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
}
    #logo {
	margin-right: 20px;
	float: right;
	z-index: 9999999;
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 45px;
	background-image: url("https://files.cargocollective.com/c69679/AMI-LOGO.svg");
}
    #menu .top-nav-inner {
	vertical-align: bottom;
}
#menu .bottom-nav-inner {
    max-width:1080px;
	vertical-align: top;
	display: table-cell;
}
    #menu .link {
	color: white;
	padding: 0% 0px;
	font-family: 'Life-Reg';
	font-size: 5rem;
	line-height: 1.6;
}
    .menu-bar-page {
		top: 0%;
	z-index: 0;
	margin-top: 0px;
	position: fixed;
	width: -moz-calc(0% - 0px);
	width: -webkit-calc(0% - 0px);
	width: calc(0% - 0px);
	left: 0px;
	right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	padding: 9.5px 0px;
	background: black;
}
    .top-nav {
	display: table;
	position: relative;
	height: 40vh;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-top: 0px;
    min-height: 200px;;
	margin: 0px auto 0px auto;
	max-width: 100%;
}
.top-nav-inner {
    max-width: 850px;
	vertical-align: middle;
	display: table-cell;
}
.bottom-nav {
	display: table;
	position: relative;
	height: 50vh;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-top: 0px;
            min-height: 200px;;

    padding-bottom: 40px;;
	margin: 0px auto 0px auto;
	max-width: 100%;
}
        [local-style="1141768"] .bottom-nav {
	
	margin: 40px auto 0px auto;

}
    
[local-style="1141768"] .bottom-nav h1 {
	font-size: 30px;
    line-height: 40px;

}
    
[local-style="1141768"] .top-nav h1 {
	font-size: 30px;
    line-height: 40px;

}
    
    [local-style="1141622"] .bottom-nav h1 {
	font-size: 30px;
    line-height: 40px;

}
    
[local-style="1141622"] .top-nav h1 {
	font-size: 30px;
    line-height: 40px;

}
    
    
    #menu .bottom-nav {
	
    padding-top: 0px;

}
.bottom-nav-inner {
    max-width:1080px;
	vertical-align: middle;
	display: table-cell;
}
    .share-icons a{
    display:inline-block;
	margin:0px 15px;
    text-decoration: none;
}
[data-predefined-style="true"] small {
	display: inline-block;
	font-size:4rem;
	line-height: 4rem;
	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;
	color: rgba(255, 255, 255, 1);
}
    [data-predefined-style="true"] h1 {
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
		font-size: 40px;

    line-height: 45px;
	color: rgba(0, 0, 0, 1);
	}
    #holder{
	height: auto;
}
    .inner span {
    cursor: pointer;
	font-family: 'Life-Reg';
	font-size: 40px;

    line-height: 50px;
	opacity: 1;
	text-align: center;
	display: table;
	margin: auto;
	position: absolute;
	left: 50%;
	color: white;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50% !important;
	width: auto !important;
	text-align: center;  
    padding: 0px 20px;;

	display: table;
}
    #nav-icon2 {
    opacity: 1;
    position: fixed;
    float: left;
    top: 9px;
    bottom: initial;
    width: 35px;
    z-index: 99999999;
    left: 20px;
    height: 26px;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
}
    #logo-share {
	position: fixed;
	top: 9px;
	right:20px;
	margin: auto;
	bottom: initial;
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 45px;
	background-image: url("https://files.cargocollective.com/c69679/AMI-LOGO.svg");
}
    
    #arrow{
	display: none;
}
    #text {
	padding: 40px 0px;
}
    #menu .top-nav{
	margin-top:-20px;
}
    
    .section {
        margin-bottom: 20px;;
	height: 30vh !important;
    min-height: 200px;
}
    
    .overlay{
	background-size: cover;
}
    
    .inner {
	background-size: cover;
	width: 100%;
        height: 100%;
    padding: 0px 0px;
    position: absolute;
    top:0px;
    bottom: 0px;
    margin: 0px auto 0px auto;;
	background-repeat: no-repeat;
	background-position: center;
	height: calc(100% - 0px);
}
    #fullpage {
	margin: 60px auto 0px auto;
	max-width: 100%;
}
   .share-icons{
	left: 50%;
	color: white;
    position: absolute;
       width:100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 54% !important;
}
    
    [data-predefined-style="true"] .bottom h1 {
	font-size: 40px;
    line-height: 50px;
	display: block;
	margin: 15px 0px;
	color: white !important;
	font-family: 'Life-Reg';
}
    
    .col-a{
    vertical-align: top;
	width:100%;
        margin-bottom: 30px;;
    display: inline-block;
}

.col-b{
    vertical-align: top;
	width:100%;
    display: inline-block;
}

    [data-predefined-style="true"] h3 {
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
    font-size: 18px;
	line-height: 26px;
	color: rgba(0, 0, 0, 1);
	}
    [data-predefined-style="true"] h4 {
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
    font-size: 30px;
	line-height: 30px;
	color: rgba(0, 0, 0, 1);
	}

  
}


@media only screen and (max-height : 590px) and (min-width : 600px) {
    
    .inner span {
        font-size: 7rem;
	line-height: 50px;
    
    }
    #menu .link {
	color: #ffffff;
    display: block;
	padding: 0% 0px;
    position: relative;
	font-family: 'Life-Reg';
	font-size: 40px;
	line-height: 1.4;
}
    
    [local-style="1141622"] h1 {
	
    font-size: 5rem !important;
	line-height: 1.3;

}
     [local-style="1141622"] h2 {
	
    font-size: 18px !important;
	line-height: 27px;

}
     [local-style="1141768"] h1 {
	
    font-size: 5rem !important;
	line-height: 1.4;

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

   .share-icons a{
    display:block;
	margin:20px 0px;
    text-decoration: none;
}
}

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