
#item{
	width: calc(20% - 10px);
	float:left;
	min-width: calc(20% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'Barlow Condensed', sans-serif;
	border-radius: 25px;
	transition: 0.5s;
	margin-bottom: 15px;
}
#item:hover{
	box-shadow: 0px 25px 35px rgba(0,0,0,0.2);
	transition: 0.5s;
}

#singleItemLink{
	width:100%;
	font-family: 'Barlow Condensed', sans-serif;
	max-height: 250px;
	min-height: 250px;
}

#singlePersonBackground{
	width: 100%;
	float: left;
	clear: both;
	background-repeat: no-repeat !important;
	/*background-size: cover !important;*/
	background-size: cover !important;
	background-position: center !important;
	/*min-height: 350px;*/
	min-width: 100%;
	max-width: 100%;
	padding-bottom: 120%;
	filter: grayscale(0%);
	transition: 1s;
	opacity: 0.80;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#singlePersonBackground:hover{
	opacity: 1;
	transition: 0.5s;
}
.personName{
	width: 100% ;
	float:left  ;
	min-width: 100%  ;
	max-width: 100%  ;
	height: 50px  ;
	max-height: 50px  ;
	min-height: 50px  ;
	margin:0px  ;
	padding:0px  ;
	margin-left: 0px ;
	margin-top: 10px;
	margin-bottom: 25px ;
	font-family: 'Barlow Condensed', sans-serif;
	text-align: center  ;
	text-decoration: none  ;
	color: rgba(0,0,0,0.25)  ;
	font-size: 1.5em !important;
	background-color: rgba(255,255,255,1) ;
	clear: left ;
}

#portfolio{
	display: block;
}
#polaroid{
	display: none;
}
/* switcher filter*/
#switchSpace{
	display: none;
	float: left;
	width: 100px;
	/*margin-left: 25px;
	margin-top: 20px;*/
}
#switchSpace:hover p#switcherButtonText{
	color: rgba(221,0,221,1);
	transition: 0.5s;
}
p#switcherButtonText{
	display: inline;
	float: left;
	font-family: "Mulish", sans-serif;
	color: white;
	font-size: 0.7em;
	text-transform: uppercase;
	transition: 0.5s;
	margin-top: -20px;
	margin-right: 100px;
    text-align: center;
}
#switcherButton{
	display: inline;
	float: left;
	/*margin-top: 11px;
	margin-left: 5px;*/
}
.label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	color: black;
    text-align: center;
  }
  .label-text {
	margin-left: 16px;
  }
  .toggle {
	isolation: isolate;
	position: relative;
	height: 25px;
	width: 50px;
	border-radius: 15px;
	overflow: hidden;
	background:white;
    top: 7px;
    margin-left: 50px;
  }
  .toggle-state {
	display: none;
  }
  .indicator {
	height: 100%;
	width: 200%;
	background: black;
	border-radius: 15px;
	transform: translate3d(-75%, 0, 0);
	transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
  }
  .toggle-state:checked ~ .indicator {
	transform: translate3d(25%, 0, 0);
	background-color: rgba(221,0,221,0.5);
  }
  /************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni DESKTOP */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 1024px) and (max-width: 1279px){
}
@media (min-width: 1280px) and (max-width: 1365px){
}
@media (min-width: 1366px) and (max-width: 1439px){
}
@media (min-width: 1440px) and (max-width: 1919px){
}
@media (min-width: 1920px) and (max-width: 2559px){
}
@media (min-width: 2559px) and (max-width: 3839px){
}
@media (min-width: 3840px) and (max-width: 5120px){
}


/************************************************/
/************************************************/
/*                                              */
/* gestione query per le varie versioni MOBILE  */
/*                                              */
/************************************************/
/************************************************/

@media (min-width: 279px) and (max-width: 319px) {
	#item{
		width: calc(100% - 10px);
	}
}
@media (min-width: 320px) and (max-width: 359px) {
	#item{
		width: calc(100% - 10px);
	}
}
@media (min-width: 360px) and (max-width: 410px) {
	#item{
		width: calc(100% - 10px);
	}
}
@media (min-width: 411px) and (max-width: 567px) {
	#item{
		width: calc(100% - 10px);
	}
}
@media (min-width: 568px) and (max-width: 666px) {
	#item{
		width: calc(100% - 10px);
	}
}
@media (min-width: 666px) and (max-width: 730px) {
	#item{
		width: calc(100% - 10px);
	}
}
@media (min-width: 730px) and (max-width: 823px) {
	#item{
		width: calc(100% - 10px);
	}
}


/*loading data*/
#loadingScreen{
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	top:0px;
	bottom: 0px;
	background:#fafafa;
	z-index: 999999999999999999;
}
img.loadingData{
	width: 70px;
	position: fixed;
	top: 230px;
	left: calc(50% - 35px);
	opacity: 0.5;
}
.loadingDataText{
	width: 150px;
	position: fixed;
	top: 300px;
	left: calc(50% - 75px);
	animation-name: pulseEffect;
  	animation-duration: 4s;
	font-family: 'Mulish', sans-serif;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 2px;
}
@keyframes pulseEffect {
	0%   {opacity: 0.2;}
  25%  {opacity: 0.6;}
  50%  {opacity: 0.2;}
  100% {opacity: 0.6;}
  }