.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/* required for containers to inherit vertical size from window */
html, body {height: 100%; text-decoration: none;
}
body{
	background-color: #e7e8e9;
	
}
#top,#bottom,#left,#right {
	background:#000;
	position:fixed;
	z-index: 3;
}
#left,#right {
	top:0;
	bottom:0;
	width:20px;
}
#left {left:0;}
#right {right:0;}
#top,#bottom {
	left:0;
	right:0;
	height:20px;
}
#top {top:0;}
#bottom {bottom:0;}
#container {
  top: 410px;
  padding-bottom: 40px;
  min-width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 9px solid white;
  background-color: white;
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
#logo{
	position: fixed;
	width: 100%;
	text-align: center;
	background: #b9b9ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #b9b9ba 1%, #e7e8e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b9b9ba), color-stop(100%,#e7e8e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b9b9ba 1%,#e7e8e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b9b9ba 1%,#e7e8e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b9b9ba 1%,#e7e8e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b9b9ba 1%,#e7e8e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9ba', endColorstr='#e7e8e9',GradientType=0 ); /* IE6-9 */
}
#bigsep{
	position: fixed;
	top: 300px;
	left: 50%;
	margin-left: -1300px;
}
#spike{
	position: absolute;
	top: 397px;
	z-index: 300;
	left: 50%;
	margin-left: -5px;
}
#manifestoL{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap; /* paragraph to one line */
	overflow: hidden; /* older browsers */
	font: .8em TeXGyreScholaRegular;
	color: #444;
	position: fixed;	
	text-align: right;
	top: 320px;
	right: 50%;
	padding-right: 30px;
}
.manbold{
	font: .9em TeXGyreScholaBold;
}
#manifestoR{
	font: .8em TeXGyreScholaRegular;
	color: #333;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap; /* paragraph to one line */
	overflow: hidden; /* older browsers */
	position: fixed;	
	text-align: left;
	top: 320px;
	left: 50%;
	padding-left: 30px;
}
.element {
	font: 14px TeXGyreScholaRegular;
  width: 350px;
  height: 350px;
  margin: 1px;
  border: 9px solid #FFF;
  overflow: hidden; 
}

.clicker{cursor: pointer;}

.variable-sizes .element.width2 { width: 720px; }

.variable-sizes .element.height2 { height: 720px; }

.variable-sizes .element.height3 { height: 1090px; }

.element.large,.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
	font: 34px TeXGyreScholaRegular;
	width: 1090px;
	height: 1090px;
}

.mille{
	display: none;
}
.large .tre {
	display: none;
}

.large .mille{
	display: block;
}

.element * { }

#tit{
	//font: 14px TeXGyreScholaRegular;
	text-align: left;
	position: fixed;
	left: 10px;
	bottom: 4px;
}

.chiaro{color: #3b3b3b;}
.scuro{color: #f2f2f2;}


#BIGtext, #portext, #portextL, #piccred, #piccredtre, #VLtext {
	display: none;
}
.large #TREtext{
	display: block;
	position: fixed;
	left: 770px;
	top: 810px;
	font-size: 14px;
	text-align: left;
	font-family: TeXGyreScholaRegular ;
	color: #111;
}
.large #BIGtext{
	display: block;
	position: fixed;
	left: 20px;
	top: 820px;
	font-size: 18px;
	text-align: left;
	font-family: TeXGyreScholaRegular ;
	color: #111;
}
.large #VLtext{
	display: block;
	position: fixed;
	left: 0px;
	top: 674px;
	font-size: 18px;
	text-align: left;
	font-family: TeXGyreScholaRegular ;
	color: #111;
}
.piccolo{
	font-size: 14px;	color: #333;
}
.accentored{
	color: #a64545;
	text-decoration: none;
}
.accentoblu{
	color: #4545a6;
	text-decoration: none;
}
.large #portext{
	display: block;
	position: fixed;
	bottom: 0px;
	width: 1090px;
	height: 332px;
	background-color: #fff;
}
.large #portextL{
	display: block;
	left: 20px;
	color: #424242;
	font-size: 14px;
	text-align: center;
	padding: 20px;
}
.large #piccred{
	display: block;
	position: absolute;
	bottom: -50px;
	right: 10px;
	z-index: 400;
	bottom: 316px;
	font-size: 9px;
	text-align: center;
	font-family: TeXGyreScholaRegular ;
	color: #4e4e4e;
}
.large #portextre{
	display: block;
	position: fixed;
	bottom: 0px;
	width: 1090px;
	height: 332px;
	//background-color: #fff;
		z-index: 400;
}
.large #piccredtre{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 20px;
	bottom: 10px;
	font-size: 10px;
	text-align: center;
	font-family: TeXGyreScholaRegular ;
	color: #4e4e4e;
}
.large #trehide{
	display: none;
}
#simona{
	display: block;
	position: absolute;
	bottom: 0px;
	left: 10px;
	z-index: 400;
	font-size: 12px;
	text-align: left;
	font-family: TeXGyreScholaBold ;
	color: #4e4e4e;
	
}

#simona a, #giuseppe a, #studio a, #piccred a,  #piccredtre a  {
	text-decoration: none;
	color: #35858f;
}

#giuseppe{
	display: block;
	position: absolute;
	bottom: -50px;
	right: 10px;
	z-index: 400;
	bottom: 0px;
	font-size: 12px;
	text-align: right;
	font-family: TeXGyreScholaBold ;
	color: #4e4e4e;
	
}

#studio{
	display: block;
	position: absolute;
	bottom: -50px;
	//margin-left: auto;
	//margin-right: auto;
	left: 485px;
	z-index: 400;
	bottom: 0px;
	font-size: 12px;
	text-align: center;
	font-family: TeXGyreScholaBold ;
	color: #4e4e4e;
	
}
.italica{
	font-family: TeXGyreScholaItalic;
}

/*FOOTER */

#footerL{
	//display: none;
	//text-align: center;
	position: fixed;
	z-index: 300;
	bottom: 0px;
	//width: 140%;
	//height: 40px;
	//background-color: #000;	
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

#footerR{
	//display: none;
	//text-align: center;
	position: fixed;
	z-index: 300;
	bottom: 0px;
	right: 0px;
	//width: 140%;
	//height: 40px;
	//background-color: #000;	
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

#options {
  //padding-bottom: 20px;
  //height: 40px;
}

#options ul {
 // margin: 0;
  list-style: none;
}

#options ul ul {
  //margin-left: 1.5em;
}

#options li {
  float: left;
}

#options li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top:10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-family: 'percu';
  text-transform: uppercase;
}

#options li a:hover {
	color: #ffffff;
	background-color: #000000;
}

/*
#options li a:active {
	background-color: #fff;
	color: #000000;
  -webkit-box-shadow: inset 0 1px 18px hsla( 0, 0%, 0%, 0.4 );
     -moz-box-shadow: inset 0 1px 18px hsla( 0, 0%, 0%, 0.4 );
       -o-box-shadow: inset 0 1px 18px hsla( 0, 0%, 0%, 0.4 );
          box-shadow: inset 0 1px 18px hsla( 0, 0%, 0%, 0.4 );

}
*/
#options li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#options li a.press {
	color: #f73636;
	background-color: #c79b9b;
}
#options li a.showall {
	background-color: #e4dede;
	color: #a80505;
}
#options li a.showall:hover {
	background-color: #000000;
	color: #e1b2b2;
}
#options li:first-child a {
	background-color: #dbdfe4;
	color: #303030;
}
#options li:first-child a:hover{
	background-color: #000;
	color: #aed5e3;
}
#options li a.about {
	background-color: #000;
	color: #d4e6d6;
}
#options li a.about:hover {
	background-color: #fff;
	color: #a1dba2;
}

#options li:last-child a {

}


#Rbox {
	position: fixed;
	right: 0px;
}


/*OPTIONS END*/

.horizontal #container {
  height: 80%;
}

#content {
}

.instagram{ }

#instafeed{
	//position: relative;
	bottom: 30px;	
}

#instamore{
	position: relative;
	width: 62px;
	height: 30px;
	top: 1013px;
	left: 288px;
	z-index: 200;	
	cursor: pointer;
}

#instaless{
	position: relative;
	width: 62px;
	height: 30px;
	top: 1086px;
	left: 288px;
	z-index: 210;	
	cursor: pointer;
}

#instatit{
	//position: relative;
	width: 350px;
	height: 40px;
	z-index: 100;	
}

.pic{
    width: 200px;
    height: 200px;
}

#instapic{
	margin-bottom:11px;
    width: 200px;
    height: 200px;
}

#butt{
	font-size:0;
	display: block;
    position: relative;
    left:210px;
    bottom: 38px;
    background-color: #ededee;
    background-color: rgba(237, 237, 237, 0.9);
    width: 68px;
    height: 32px;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
}

.butto{	
	font-size: 20px;
	display: block;
    font-family: "Helvetica Neue";
    color: #9fa1a3;
    text-decoration: none;
    position: relative;
    top: 5px;
    left: 8px;
}

.butto:before{
    content: "\2764"
}

#capt{
    position: relative;
    left:210px;
    bottom: 228px;
	font-family:'instafont';
	font-size:14px;
	text-align: left;
    color: #9fa1a3;
	width: 124px;
    height: 144px;
    padding-left:6px;
    padding-right: 4px;
	padding-top: 4px;
    text-overflow: ellipsis;
    //white-space: nowrap; /* paragraph to one line */
    overflow: hidden; /* older browsers */
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
 	background-color: #fafafa;
	-webkit-box-shadow:inset 0 0 2px 0 rgba(00,00,00,.2);
	box-shadow:inset 0 0 2px 0 rgba(00,00,00,.2);
}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }