/**
 * Content
 */
body {
	background-color: #fff;
	color: #000;
}

:root{
	font-size: 100%!important;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: 600;
}

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, 1);
    
	border: none !important;
	height: 0.045rem;
  
    margin-right: -0.1rem;
    margin-left: 0rem;
	display: block;
    margin-top: 0.1rem;
    z-index: 99999999999;
 
}

.mobile .gallery_image_caption {
    display: none;
	
}
.gallery_image_caption {
    display: block;
    margin-top: 1.8rem;
    margin-bottom: 0.5rem;
   text-align: right !important;
    float: right!important;
    font-size: 0.70rem;
	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: 0.7rem;
    padding-right: 0.1rem;
    
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 15px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Helvetica Neue', sans-serif, 'Sans Serif', Icons;
	font-style: normal;
	line-height: 1rem;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(0, 0, 0);
	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: "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 13.5px!important;
	line-height: 14.5px;
	color: rgba(0, 0, 0, 1);
    
    letter-spacing: -0.1px;
	}

[data-predefined-style="true"] h1 a {
    text-decoration: underline;
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h3 {
	font-family:"Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 16px!important;
	line-height: 1.3;
	color: rgba(0, 0, 0, 1);
    display: inline;
    letter-spacing: -0.1px;
	}

[data-predefined-style="true"] h4 a {
    text-decoration: none;
	color: rgba(0, 0, 0, 1);
}
@media only screen and (min-width:768px) {[data-predefined-style="true"] h3{
   display: inline!important;
}
}

[data-predefined-style="true"] h4 {
	font-family:"Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 400;
	padding-top: 0;
	margin: 0;
	font-size: 13.5px!important;
	line-height: 14.5px;
	color: rgba(0, 0, 0, 1);
    display: inline;
    letter-spacing: -0.1px;
	}

[data-predefined-style="true"] h4 a {
    text-decoration: none;
	color: rgba(0, 0, 0, 1);
}
	


[data-predefined-style="true"] h2 {
	font-family: "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
    letter-spacing: 0rem;
	color: rgba(0, 0, 0, 1);
	font-size: 16px !important;
	line-height: 1.3;
    letter-spacing: -0.1px;
    
   
    
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 1);
}
@media only screen and (min-width:768px) {[data-predefined-style="true"] h2{
   padding-right: 4rem;
}
}


[data-predefined-style="true"] small {
	
	font-size: 1.7rem;
	line-height: 1.0;
	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(0, 0, 0, 1);
}

[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: transparent/*!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*/;
}
/* non visibile su deskto*/
    
   .desktop-hide {
  display: block;
}

 @media only screen and (min-width: 770px) {
 .desktop-hide {
    display: none;
  }
}
  
 /* spazio tra gallery stessa pagina solo desktop*/
    .spazio {display: block;
    }
    @media only screen and (max-width: 769px) {
       .spazio {display: none;
    }
    }

 @media only screen and (min-width: 770px) { [image-gallery-pad="0.25"]{
	

    padding: 0.045rem!important;
}
}


 /* main gallery breakpoints */



/* menu breakpoints */

/* mobile */

@media only screen and (max-width:769px) {
   /* 	img {
			pointer-events: none !important;
	     }}*/
   
   .mobile  img {
		pointer-events: none !important;
	}

	 .main_nav {
		right: .5rem;
       
	}

   .sub_nav {
        display: none;
       
/*		left: 15vw;
        z-index: 9999999; */
    }

     .titolo {
         font-size: 2.5rem;
         line-height: 0.9;
        padding-top: 5.1rem;
         padding-bottom: 0.3rem;
		width: 95vw;
        
	}
    .mobile .zig {
        display:none;	}
    .mobile .main_nav {
	display: none;
}
/*
    .content_container {
	padding-top: 80px;
}
    .mobile-menu-toggle {
		display: flex;
        justify-content: center;
        align-items: center;
        width:100vw;
        height:80px;
        background:white;
        position: fixed;
        top: 0;
        left:0;
        z-index: 999999;
	}
    .main_nav, .sub_nav {
	display: none;
}

        .mobile-hide {
	display: none !important;
}
	.mobile-show {
	display: flex !important;
    height: 100vh;
        background: white;
}
*/
	
     .mobile .single-project-text, .project-text {
		 height:auto!important;
         width:100vw!important;
         font-size: 0.75rem!important;
         display: block!important;
         position: relative!important;
         margin-top: 0.1rem!important;
         margin-bottom: 0.1rem!important;
         padding-top: 0.6rem!important;
         padding-bottom: 1.3rem!important;
         padding-left: 0rem;
         padding-right: 0rem;
         background-color: rgba(0, 0, 0, 0)!important; 
        
	}
    
    .mobile .main_nav{
        line-height: 1.2rem;
		font-size: 9 rem;
    	padding-left: 60vw;
        
    }
    
    
    .mobile .project-text {
/*		display: none !important; */
    }

    
    .mobile .main_nav, .sub_nav, .back  {
	    padding-top:1rem;
    }
    
    .mobile .content_padding{
        
    	
        
    	
    }
     .mobile .gallery_card {
     
        padding-left: 0.55rem!important;
        padding-right: 0.55rem!important;
        padding-bottom: 2.5rem!important;
         
        
      
	}
    .mobile .main_menu_item{
    display: block;
        padding-right: 0rem;
   
    

}

    
   
    

    
    

	.mobile .main_menu {
	margin-right: 1rem!important;
    	font-size: 0.79rem;
        line-height: 0.95rem;
	}
	
    .mobile .category-text{ 
      position: absolute;
      
        margin-top: 0;
		padding-bottom: 1rem;
    	padding-top: 0rem;
    	
        padding-right: 0rem;
        right: 0;
        left: 0rem;
    	width:80vw !important;

	}
    
	.mobile .content-text{ 
        right: 0!important;
        position: relative;
        padding-left: 5vw!important;
        padding-right: 5vw!important;
        width: 90vw!important;
    	margin-right: 0!important;
        display: block;
        margin-bottom: 5.6rem;
   	
    

	}
    
    .mobile .ff-personal{ 
     display:block;
     position: relative;
	 width: 100vw;
	 background-color: none;
     left: 0!important; 
      top:0!important;
     padding-left: 1.65rem;
    padding-right: 0rem;
    padding-top: 5rem;
        padding-bottom: 2rem;
	 z-index: 99999;
    padding-bottom: 0.1rem;
}
   .mobile .mobile-gallery-padding {
    display: block!important ; 
    margin: 0.6rem!important; 
}
  


}
       



/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!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: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	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: 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: 20px;
    margin-right:20px!important;
    font-size: 34px;
    
    
}

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(255, 255, 255, 1);
	font-size: 14px;
    line-height:15px;
	font-style: normal;
	font-weight: 400;
	padding-left: 0px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: block;

    
	
    
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link >a {
	color: rgba(0, 0, 0, 1);
    
    display: inline-block!important;
   
    
}
#site_menu .page-link {
    display: block;
	
   
    
}
 .site_menu div.hidden{
	display: none!important;
}
	


body.mobile #site_menu .set-link > a {
    padding-bottom: 1rem!important;
    padding-left: 0.9rem;
    padding-top: 5rem;
    display: inline-block!important;
	color: rgba(0, 0, 0, 1);
	font-weight: normal;
}
#site_menu  div{
	
    display: inline;
}

#site_menu a:active {
     display: inline;
	opacity: .7;
}

#site_menu a.active {
    display: inline;
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(0, 0, 0, 1);
    font-style: bold;
	line-height: 0.79em;
	font-size: 41px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 48px;
	line-height: 0rem;
    padding: 1rem;
    margin-top:23px;
    margin-right:5px;
}

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    top: 0rem!important;
    padding-top: 0rem /*!quick_view_padding*/;
    padding-bottom: 0rem /*!quick_view_padding*/;
    padding-left: 0rem /*!quick_view_padding*/;
    padding-right:0rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0) /*!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: 2.05rem 0;
    text-align: right;
    font-size: 0.8rem;
}

.quick-view-caption span {
    padding: -1rem 1rem 0.04rem 0.7rem;
    display: inline-block;
    background: #fff;
    color: #000;
}


/**
 * 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: 40px;
    width: 40px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #000;
    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: #000;
    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: 40px;
    width: 40px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: transparent;
    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: 40px;
   height: 40px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #000;
    stroke-width: 2.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: transparent;
    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;
}

/* CUSTOM */
/* helpers */
 .pswp__button-prev, .pswp__button-next {
    display: block !important;
}
.pswp__button-close {
    display:none !important;
}

.opZ {
	display: none;
}

.pswp__bg.image-zoom-background {
	opacity: 0 !important;
}

.pswp__ui--idle {
    opacity: 1!important;
}

.quick-view-navigation .left-arrow {
    
    top: -6rem!important;
}

.quick-view-navigation .right-arrow {
    
    top: -6rem!important;
}




/* navs position */
 .main_nav,.sub_nav, .back {
	position: absolute;
    padding: 0.6rem;
    
     height: 3rem;
    
}

nav a, .back a {
	opacity: 1 !important;
    color: rgba(0,0,0,.85) !important;
    text-decoration: none!important;
    
}

.main_menu {
	list-style: none;    
   font-size: 14px;
    color: rgba(0,0,0,.85) !important;    
}

@media only screen and (min-width:768px) {
	.main_menu {
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: rgb(0, 0, 0);
   text-transform: uppercase;
    padding-left: 1.8rem;
      padding-top: 0.3rem;
          padding-bottom: 0.3rem;
    letter-spacing: -0.2px;  
        
        
        
        
        
    	
    	
    	
        
	
}

.sub_nav {
   top: 4.6rem;
	left:3.5rem;
    width: auto;
    font-size: 13.5px;
    line-height: 17.5px;
   
   
    height: auto; 
}
        .sub_nav:hover{ 
        
        background-color: white;}

    
}



.main_nav{
    position: absolute;
  
	padding-right:1rem;
    padding-left: 1rem;
    right: 0;
}

.main_nav{ 
   
    z-index: 9!important;
    width:100vw;
    max-height: 3rem!important;
}




.main_menu_item{
    font-weight: 450!important;
    display: inline;
    padding-right: 7.2rem;
}

.main_menu_item:last-child{
    display: inline-block;
    padding-right: 3.2rem;
    text-align: right!important;
    float: right;
}
.main_menu_item:nth-child(2){
    display: inline-block;
    padding-right: 1.8rem;
    text-align: right!important;
    float: right;
}

.sub_menu {
	list-style: none;
width: auto;}

    


.back {
	font-size: 5rem;
}

/* .main_menu active state */
.active {
    opacity: 1 !important;
    margin-left: -0px;
}

.active:before, .sub_menu_item a:hover:before, .main_menu_item a:hover:before {
	content:"︎";
    margin-left: -15px;
    margin-right: 0px;
    width: 15px;
    display: inline-block;
}

/* main menu active state override */
 .page a.active {
	opacity: 1 !important;
}
 .page .image-gallery.active {
	opacity: 1 !important;
}

 .project-text, .single-project-text  {

    top: 0;
     width: 100vw;
     height: auto;
     z-index: 9999!important;
    
    
     
    
}

.project-text {
    display: none;    
}

.project-text.active_text, .project-text.home, .project-text.info  {
	display: block!important; 
   
}

.project-image{

  opacity: 1!important;
    width: 100vw;
   
    padding-top: 0.5rem;
   padding-left: 20vw;
        padding-right: 20vw;
    z-index: 99999999!important;
}




.category-text{ 
	display:grid;
	position: relative;
		
	left: 0rem;
	padding-bottom: 0rem;
    z-index: 0;
}

.content-text{ 
	
   position: fixed;
    top: 4.6rem;
    right: 7.4rem;
    width: 22rem;
    padding-top: 0.6rem;
    padding-left: 0.6rem;
    padding-bottom: 0.6rem;
    padding-right: 0.6rem;
    z-index: 9999999!important;



}

.content-text:hover{ 
	background-color: white;



}

.content-text .home{ 	
	padding-top: 0rem;
	width:25vw;
}

.sub_nav {
	transition: left .5s;
}

/* fra */
/* margine tra le galleries in /archive mobile */
.mobile-gallery-text { 
    margin-top: -2.4rem!important;
}

.caption-home{ 
     display:block;
     position: sticky;
     margin-left: 0.6rem;
     margin-top: 1rem!important;
     width: 20vw;
}

.ff-personal{ 
     display:block;
     position: fixed;
	 width: 100vh;
	
     left: 0!important; 
     top:0!important;
     padding-left: 0.65rem;
     padding-right: 28.9rem;
     padding-top: 0.1rem;
	 z-index: 99999999;
     padding-bottom: 0.3rem;
     line-height: 15px;
     font-size: 13px;
     height: 3rem;
}

.c-f {
    padding-bottom: 1rem;
    position: absolute;
    display: block;
	bottom:0;
}

@media only screen and (min-width:768px) {body:not([data-page-id="18320771" ])
    .container {
	    padding-right: 0rem;
        padding-left: 0rem;
	}
}

@media only screen and (max-width:769px) { 
    .mobile .extra-text {
	    padding-left: 1.8rem!important;
        padding-right: 1.8rem!important;
        padding-bottom: 1.8rem!important;        
	}
}

.extra-text {
    padding-left: 1rem;
    padding-bottom: 0.1rem!important;
}

.category-item { 
    left: 0;
    display: inline;
    font-size: 13.5px;
    line-height: 16px;
    padding-right: 2rem;
}

.category-item-1 { 
    font-size: 13.5px;
    left: 0;
    display: inline;
    line-height: 16px;
    padding-right: 2rem;
}

.mobile .category-item-1 { 
    font-size: 20px;
    left: 0;
    display: block;
    float: none;
    padding-left: 1rem;
    padding-right: 12rem;    
}

.mobile .category-item { 
    left: 0;
    display: block;
    float: none;
    padding-right: 2rem;
    padding-left: 1rem;
}

.category-item-H { 
    font-size: 14px;
    left: 0;
    display: inline;
    padding-right: 2rem;
}

.mobile .category-item-H{ 
    font-size: 20px;
    left: 0;
    display: block;
    float: none;
    padding-left: 1rem;
    padding-right: 12rem;
}

.category-item-HS { 
    left: 0;
    display: inline;
    font-size: 13px;
    padding-right: 2rem;    
}

.mobile .category-item-HS { 
    left: 0;
    display: block;
    float: none;
    padding-right: 2rem;
    padding-left: 1rem;
}

.vertical-line{ 
    display: block;
    height: 100vh;
    width: 12rem;
    margin-right:0px ;
    border-left: 0.01rem black !important;
    border-left-style: solid !important;
}



.info-ff {
    position: absolute;
    padding-left: 10rem;
    padding-top: 10rem;
    width: 100%;
}

.home-slide {
  height: 100vh;	
}

img.image-zoom{


}





.mobile img.image-zoom{
 width:94vw!important;
  height: auto!important;
    margin-top: 0;
   
}

	

.mobile .pad-22 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}


.mobile .pad-2 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}

  .mobile .pad-3 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}
.mobile .pad-23 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}




.mobile .pad-1 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;
     left: 0;
    top:0;
    transform: none;

	}

.mobile .pad-4 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;
     left: 0;
    top:0;
    transform: none;

	}
.mobile .pad-24 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;
     left: 0;
    top:0;
    transform: none;

	}





.pad-1 {
  position: absolute;
    left: 50%;
  top: 50%;
    transform: translate(-50%,-50%);
	

	}

.pad-2 {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-88%,-50%);
	

	}
	

.pad-22 {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-83%,-82%);
	

	}
.pad-23 {
  position: absolute;
    left: 50%;
    top: 66%;
    transform: translate(-88%,0%);
	

	}
.pad-24 {
  position: absolute;
    left: 28%;
    top: 66%;
    transform: translate(-97%,0%);
	

	}
	


   .pad-3 { position: absolute;
  
    left: 59%;
    top: 50%;
    transform: translate(62%,-50%);
	
	}

.pad-4 {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-121%,-50%);
	

	}

 .pad-5 { position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(110%,-50%);
	
	}
 .mobile .pad-5 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}




	.mobile   .pad-888 {

position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}
   
	.mobile   .pad-8 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}





.mobile .pad-13 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}







	.mobile	   .pad-44 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}

.mobile .pad-45 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}
.mobile .pad-000 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}

.mobile .pad-5{
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;

	}


 .mobile  .pad-777 {
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;
	}

.mobile	   .pad-88{
position: relative;
  margin-top: 2rem; 
margin-left: 3vw;
	}




















	   .pad-888 {
position: absolute;
  margin-top: 3vh; 
margin-left: 38vw;

	}
   
	   .pad-8 {
position: absolute;
  margin-top: 3vh; 
margin-left: 41vw;

	}





.pad-13 {
position: absolute;
  margin-top: 3vw; 
margin-left: 22vw;

	}







		   .pad-44 {
position: absolute;
  margin-top: 20vh; 
margin-left: 25vw;

	}

.pad-45 {
position: absolute;
  margin-top: 5vw; 
margin-left: 28vw;

	}
.pad-000 {
position: absolute;
  margin-top: 9vw; 
margin-left: 32vw;

	}




   .pad-777 {
position: absolute;
  margin-top: 43vh; 
margin-left: 28vw;

	}

	   .pad-88{
position: absolute;
  margin-top: 4vh; 
margin-left: 45vw;

	}

.text-pad{
display: block;

	}
	
.mobile .text-pad{
display: none!important;
    
	}
.project-icons{
align-content: center;
    
      z-index: 9999999!important;
    
	}



