/*importazione font*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:wght@300&family=Dosis:wght@300;400;600&family=Fjalla+One&display=swap');
/*importazione font*/

/*impostazioni html -  - header - logo - container  IDENTICHE PER TUTTE LE PAGINE*/
html {
	witdh: 100%;
	margin: 0px;
	padding: 0px
}
 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
header{
	width: 100%;
}


#logoSpace{
	width: 20%;
	float:left;
	margin:0px;
	padding:0px;
	margin-left:0px;
	padding-left:0px;
	height:auto;
	max-height: 150px;
}

img.logo{
	width: 100%;
	margin-left: 0%;
	margin-rigth: 0%;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 15px;
}

#container{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* STYLE PER GRUPPO */

content{
	widht: 70%;
	float: left;
	margin-left: 15%;
	margin-right: 15%;
}

h1.groupTitle{
	width: 100%;
	float: left;
	margin-left:0px;
	margin-right: 0px;
  margin-top: 150px;
	font-size: 6em;
	color: rgba(0,0,0,0.45);
	font-family: 'Barlow Condensed', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
h1.subGroupTitle{
		width: 100%;
		float: left;
		margin-left:0px;
		margin-right: 0px;
	  margin-top: -110px;
		font-size: 1.2em;
		color: rgba(0,0,0,0.6);
		font-family: 'Barlow Condensed', sans-serif;
		text-align: center;
		text-transform: uppercase;
		font-weight: normal;
}
#backbutton{
  text-align: center;
  /*width: 270px;*/ /* only for backButton width*/
	/*width: 540px;*/ /* for backButton + searchbar width*/
  /*margin-left: calc(50% - 145px); */ /* only for backButton width*/
	/*margin-left: calc(50% - 270px);*/ /* for backButton + searchbar width*/
	width: 80%;
	float: left;
  padding-left: 0px;
  padding-right: 10px;
  padding-top:5px;
	margin-left: 10%;
  margin-top: 200px;
  margin-bottom: 5px;
	z-index: 1000;
	position: relative;
}
/*
a.backButton{
	width: 250px;
	float: left;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
  margin-bottom: 5px;
  color: rgba(0,0,0,1);
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	transition: 0.5s;
}
*/
a.backButton{
	width: 20%;
	float: left;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: -0.45em;
  margin-bottom: 5px;
  color: rgba(0,0,0,0.6);
	text-align: center;
	text-decoration: none;
	font-size: 4em;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	transition: 0.5s;
}
a.backButton:hover{
	width: 20%;
	margin-left: 0px;
	height: 20px;
	letter-spacing: 5px;
  color: rgba(0,0,0,1);
	transition: 0.8s;
}
a.backButton2{
	width: 100px;
	float: left;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: -0.45em;
	margin-bottom: 5px;
	color: rgba(0,0,0,0.6);
	text-align: center;
	text-decoration: none;
	font-size: 2em;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	transition: 0.5s;
}
a.backButton2:hover{
	width: 100px;
	margin-left: 0px;
	height: 20px;
	color: rgba(0,0,0,1);
	transition: 0.8s;
	margin-top: -20px;
}
input#searchbar{
	width: 20%;
	float: right;
	height: 10px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 10px;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.3);
	transition: 1s;
}
input#searchbar:focus{
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(0,0,0,0.2) !important;
	color: rgba(0,0,0,0.5);
	transition: 0.5s;
}
#contentItem{
	width:80%;
	float: left;
	margin:0px;
	padding:0px;
	margin-left:10%;
  margin-top: 50px;
  display: block;
}
#contentItem2, #contentItem3, #contentItem4, #contentItem5, #contentItem6, #contentItem7{
	width:80%;
	float: left;
	margin:0px;
	padding:0px;
	margin-left:10%;
  margin-top: 50px;
  display: none;
}

#item{
	width: calc(20% - 10px);
	float:left;
	min-width: calc(20% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'Barlow Condensed', sans-serif;
	position: relative;
}

#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(100%);
	transition: 1s;
	opacity: 1;
}
#singlePersonBackground:hover{
	box-shadow: 0px 0px 150px rgba(0,0,0,0.8) inset;
	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: 5px ;
	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 ;
}
.personFName{
	width: 100% ;
	float:left  ;
	min-width: 100%  ;
	max-width: 100%  ;
	height: 25px  ;
	max-height: 25px  ;
	min-height: 25px  ;
	margin:0px  ;
	padding:0px  ;
	margin-left: 5px ;
	margin-top: 10px;
	margin-bottom: 5px ;
	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 ;
	line-height: 25px;
}
.personLName{
	width: 100% ;
	float:left  ;
	min-width: 100%  ;
	max-width: 100%  ;
	height: 24px  ;
	max-height: 24px  ;
	min-height: 24px  ;
	margin:0px  ;
	padding:0px  ;
	margin-left: 5px ;
	margin-top: 0px;
	border-top: 1px solid rgba(0,0,0,0.25);
	margin-bottom: 20px ;
	font-family: 'Barlow Condensed', sans-serif;
	text-align: center  ;
	text-decoration: none  ;
	color: rgba(0,0,0,0.25)  ;
	font-size: 1.2em !important;
	background-color: rgba(255,255,255,1) ;
	line-height: 25px;
	clear: left ;
}

#portfolio{
	display: block;
}
#polaroid{
	display: none;
}

/*nascondo il backButtonMobile*/
a.backButtonMobile{
	display: none;
}
/*nascondo il caterogyTitleMobile*/
#categoryTitleMobile{
	display: none;
}
/*nascondo il backbuttonMobile*/
#backbuttonMobile{
	display: none;
}
/*nascondo la searchLens*/
#searchLens{
	display: none;
}

/*GESTIONE GRUPPO INFLUENCER*/
/*come gestire i singoli influencer all'interno del loro gruppo*/
#itemInfluencer{
	width: calc(20% - 10px);
	float:left;
	min-width: calc(20% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'Barlow Condensed', sans-serif;
	position: relative;
}
#followersContainer{
	position: absolute;
	opacity: 0;
	margin-top:55%;
	margin-left: calc(50% - 50px);
	text-align: center;
	transition: 0.5s;
}
#igIconIMG{
	background: rgba(0,0,0,0);
	float: left;
	clear: both;
	width: 20px;
	margin-left: calc(50% - 10px);
	margin-bottom: 10px;
	filter: blur(0px);
}
#instagramFollowers{
	font-family: 'Mulish', sans-serif;
	color:rgba(255,255,255,1);
	font-size: 1.1em;
	letter-spacing: 0px;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
}
#switchTitle{
	font-family: 'Barlow Condensed', sans-serif;
	float: left;
	margin-left: 40%;
	font-size: 1.1em;
	padding: 5px;
}
.followersContainerMom{
	transition: .6s ease opacity,.6s ease transform;
}
#singlePersonBackground.singlePersonBackground{
	background-size: 100% !important;
	transition: 0.5s;
}
#singlePersonBackground.singlePersonBackground:hover{
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	z-index: 999;
	position: relative;
	background-repeat: no-repeat !important;
	background-size: 105% !important;
	background-position: center !important;
	transition: 0.5s !important;
}
#singlePersonBackground:hover #followersContainer{
	opacity: 1;
	margin-top: 70%;
	margin-left: calc(50% - 50px);
	width: 100px;
	text-align: center;
	transition: 0.5s;
}
/*gestione switch*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
	float: left;
	margin-left: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 10px;
}

.slider.round:before {
  border-radius: 10px;
}
/*nascondo il itemMobile*/
#itemMobile{
	display: none;
}
#switchTitle{
	display: none;
}
label.switch{
	display: none;
}

/*gestione filtro follower*/
#followerFilter{
	float: left;
	width: auto;
	margin: auto;
	text-align: center;
	margin-left: 75px;
}
label.followersFilterLabel{
	background: rgba(255,255,255,1);
	color: black;
	float: left;
	padding: 0px;
	padding-bottom: 10px;
	padding-top:10px;
	margin-left: 2px;
	font-family: 'Mulish', sans-serif;
	border: 1px solid rgba(0,0,0,0.1);
	transition: 0.5s;
	font-size: 0.6em;
	letter-spacing: 2px;
	width: 80px;
}
label.followersFilterLabel:hover{
	background: black;
	border: 1px solid rgba(0,0,0,1);
	color: white;
	transition: 0.5s;
}
input[type='radio']{
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
input[type='radio']:checked + label{
	color: white;
	background: black 	;
	border: 1px solid rgba(0,0,0,0.6);
	transition: 0.5s;
}

/* gestione pulsante scelta modella */
.modelChoice{
	float: left;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 1.2em;
	text-align: center;
	line-height: 1em;
	position: absolute;
	width: 50px;
	padding: 10px;
	right: -15px;
	margin-top: -5px;
	z-index: 999;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 0px 0px 25px rgb(20,20,20);
}
.modelPlusLabel{
	float: left;
	position: absolute;
	z-index: 999999999;
	color: white;
	padding:0;
	margin: 0;
	padding: 7px;
	top: 15px;
	background: rgba(40,40,40, 0.5);
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 0.9em;
	right: 55px;
	display: none;
} 
.modelMinusLabel{
	float: left;
	position: absolute;
	z-index: 999999999;
	color: white;
	padding:0;
	margin: 0;
	padding: 7px;
	top: 15px;
	background: rgba(40,40,40, 0.5);
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 0.9em;
	right: 55px;
	display: none;
}
.mylistSpace{
	position: relative;
	float: right;
	margin: 0;
	padding:0;
	text-align: center;
	font-family: 'Arial', sans-serif;
	color: rgb(40,40,40);
	text-transform: uppercase;
	line-height: 2em;
	margin-left: 25px;
}
#plusModel, #minusModel{
	position: absolute;
	right: -25px;
	text-align: center;
	display: none;
	top: -1em;
	border-radius: 5px;
	background: rgba(0,0,0,0.6);
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

p.addRemMessage{
	background: rgba(0,0,0,0.8);
	color: white;
	text-align: center;
	font-size: 0.9em;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	top: 5px;
	right: 60px;
	z-index: 99999;
	opacity: 0;
}

@media only screen and (max-width: 600px) {
	#item{
		width: 100%;
		float:left;
		min-width: 100%;
		font-family: 'Barlow Condensed', sans-serif;
	}
}
@media only screen and (max-width: 768px){
	#item{
		width: 100%;
		float:left;
		min-width: 100%;
		font-family: 'Barlow Condensed', sans-serif;
	}
}
@media only screen and (max-width: 1080px) {
	#item{
		width: 100%;
		float:left;
		min-width: 100%;
		font-family: 'Barlow Condensed', sans-serif;
	}
}

/******************************/
/******************************/
/****                      ****/
/****      CSS MOBILE      ****/
/****                      ****/
/******************************/
/******************************/
@media (min-width: 411px) and (max-width: 731px) {
/*gestione del div #categoryTitleMobile*/
#categoryTitleMobile{
	width: 100%;
	float: left;
	text-align:center;
	text-transform: uppercase;
	display: block;
	font-size: 2em;
	font-family: 'Barlow Condensed', sans-serif;
	color: rgba(0,0,0,0.8);
	margin-top: 120px;
}
/*gestione div backButton*/
#backbutton{
	display: none;
}
#backbuttonMobile{
	display: block;
  text-align: center;
  /*width: 270px;*/ /* only for backButton width*/
	/*width: 540px;*/ /* for backButton + searchbar width*/
  /*margin-left: calc(50% - 145px); */ /* only for backButton width*/
	/*margin-left: calc(50% - 270px);*/ /* for backButton + searchbar width*/
	width: 80%;
	float: left;
  padding-left: 0px;
  padding-right: 10px;
  padding-top:5px;
	margin-left: 10%;
	margin-right: 10%;
  margin-top: 50px;
  margin-bottom: 5px;
	padding-bottom: 5px;
	z-index: 10000;
}
/*nascondo il backButton del desktop*/
a.backButton{
	display: none;
}
/*mostro il backButtonMobile*/
a.backButtonMobile{
		display: block;
		width: 20%;
		float: left;
		height: 20px;
		padding-top: 0px;
		padding-bottom: 15px;
		margin-top: -0.45em;
	  margin-bottom: 5px;
	  color: rgba(0,0,0,0.6);
		text-align: center;
		text-decoration: none;
		font-size: 4em;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
		transition: 0.5s;
}
/*search bar*/
input#searchbarMobile{
	width: 60%;
	float: right;
	height: 10px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 15px;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.3);
	transition: 1s;
}
input#searchbarMobile:focus{
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(0,0,0,0.2) !important;
	color: rgba(0,0,0,0.5);
	transition: 0.5s;
}
a.backToTopMobile{
	font-family: 'Barlow Condensed', sans-serif;
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	font-size: 1.8em;
	line-height: 1em;
	float: left;
	width: auto;
}
i.fa.fa-bars.subMenu{
font-size: 0.2em;
vertical-align: middle;
letter-spacing: 0.2em;
}
#categoryTitlebackButtonMobile{
	font-size: 1.4em;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	display: none;
	width: 150px;
	float: left;
	line-height: 1.4em;
	padding-left: 25px;
	text-transform: uppercase;
}
#searchLens{
	display: none;
	float: right;
	width: auto;
	padding-top: 5px;
}
/*gestione del div contentItem (modelli)*/
#contentItem{
	width:80%;
	float: left;
	margin:0px;
	padding:0px;
	margin-left:10%;
  margin-top: 25px;
  display: block;
}

/*GESTIONE GRUPPO INFLUENCER*/
/*come gestire i singoli influencer all'interno del loro gruppo*/

#followersContainer{
	position: absolute;
	opacity: 1;
	margin-top:55%;
	margin-left: calc(50% - 35px);
	text-align: center;
	transition: 0.5s;
}
#igIconIMG{
	background: rgba(0,0,0,0);
	float: left;
	clear: both;
	width: 20px;
	margin-left: calc(50% - 10px);
	margin-bottom: 10px;
	filter: blur(0px);
}
#instagramFollowers{
	font-family: 'Mulish', sans-serif;
	color:rgba(255,255,255,1);
	font-size: 1.1em;
	letter-spacing: 0px;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1em;
}
#switchTitle{
	font-family: 'Barlow Condensed', sans-serif;
	float: left;
	margin-left: 0.5%;
	font-size: 1em;
	padding: 5px;
	margin-top: 3px;
}
.followersContainerMom{
	transition: .6s ease opacity,.6s ease transform;
}
#singlePersonBackground.singlePersonBackground{
	background-size: 100% !important;
	transition: 0.5s;
}
#singlePersonBackground.singlePersonBackground:hover{
	-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	z-index: 10000;
	position: relative;
	background-repeat: no-repeat !important;
	background-size: 105% !important;
	background-position: center !important;
	transition: 0.5s !important;
}
#singlePersonBackground:hover #followersContainer{
	opacity: 1;
	margin-top: 70%;
	margin-left: calc(50% - 50px);
	width: 100px;
	text-align: center;
	transition: 0.5s;
}
/*gestione switch*/

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 10px;
}

.slider.round:before {
  border-radius: 10px;
}
/*nascondo il itemMobile*/
#itemMobile{
	display: block;
}
#switchTitle{
	display: block;
	margin-left: 2.5px;
}
label.switch{
	display: block;
}
/*nascondo per la categoria influencer la search bar per inserire la lentina*/
#searchbarMobileInfluencer{
	display: none
}

}
@media (min-width: 360px) and (max-width: 640px) {
	#categoryTitleMobile{
		width: 100%;
		float: left;
		text-align:center;
		text-transform: uppercase;
		display: block;
		font-size: 2em;
		font-family: 'Barlow Condensed', sans-serif;
		color: rgba(0,0,0,0.8);
		margin-top: 120px;
	}
	/*gestione div backButton*/
	#backbutton{
		display: none;
	}
	#backbuttonMobile{
		display: block;
	  text-align: center;
	  /*width: 270px;*/ /* only for backButton width*/
		/*width: 540px;*/ /* for backButton + searchbar width*/
	  /*margin-left: calc(50% - 145px); */ /* only for backButton width*/
		/*margin-left: calc(50% - 270px);*/ /* for backButton + searchbar width*/
		width: 80%;
		float: left;
	  padding-left: 0px;
	  padding-right: 10px;
	  padding-top:5px;
		margin-left: 10%;
		margin-right: 10%;
	  margin-top: 50px;
	  margin-bottom: 5px;
		padding-bottom: 5px;
		z-index: 1000;
	}
/*nascondo il backButton del desktop*/
a.backButton{
	display: none;
}
/*mostro il backButtonMobile*/
a.backButtonMobile{
		display: block;
		width: 20%;
		float: left;
		height: 20px;
		padding-top: 0px;
		padding-bottom: 15px;
		margin-top: -0.45em;
	  margin-bottom: 5px;
	  color: rgba(0,0,0,0.6);
		text-align: center;
		text-decoration: none;
		font-size: 4em;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
		transition: 0.5s;
}
/*search bar*/
input#searchbarMobile{
	width: 60%;
	float: right;
	height: 10px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 15px;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.3);
	transition: 1s;
}
input#searchbarMobile:focus{
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(0,0,0,0.2) !important;
	color: rgba(0,0,0,0.5);
	transition: 0.5s;
}
a.backToTopMobile{
	font-family: 'Barlow Condensed', sans-serif;
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	font-size: 1.8em;
	line-height: 1em;
	float: left;
	width: auto;
}
i.fa.fa-bars.subMenu{
font-size: 0.2em;
vertical-align: middle;
letter-spacing: 0.2em;
}
#categoryTitlebackButtonMobile{
	font-size: 1.4em;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	display: none;
	width: 150px;
	float: left;
	line-height: 1.4em;
	padding-left: 25px;
	text-transform: uppercase;
}
#searchLens{
	display: none;
	float: right;
	width: auto;
	padding-top: 5px;
}
/*gestione del div contentItem (modelli)*/
#contentItem{
	width:80%;
	float: left;
	margin:0px;
	padding:0px;
	margin-left:10%;
  margin-top: 25px;
  display: block;
}

}
@media (min-width: 320px) and (max-width: 568px) {
	#categoryTitleMobile{
		width: 100%;
		float: left;
		text-align:center;
		text-transform: uppercase;
		display: block;
		font-size: 2em;
		font-family: 'Barlow Condensed', sans-serif;
		color: rgba(0,0,0,0.8);
		margin-top: 120px;
	}
	/*gestione div backButton*/
	#backbutton{
		display: none;
	}
	#backbuttonMobile{
		display: block;
	  text-align: center;
	  /*width: 270px;*/ /* only for backButton width*/
		/*width: 540px;*/ /* for backButton + searchbar width*/
	  /*margin-left: calc(50% - 145px); */ /* only for backButton width*/
		/*margin-left: calc(50% - 270px);*/ /* for backButton + searchbar width*/
		width: 80%;
		float: left;
	  padding-left: 0px;
	  padding-right: 10px;
	  padding-top:5px;
		margin-left: 10%;
		margin-right: 10%;
	  margin-top: 50px;
	  margin-bottom: 5px;
		padding-bottom: 5px;
		z-index: 1000;
	}
/*nascondo il backButton del desktop*/
a.backButton{
	display: none;
}
/*mostro il backButtonMobile*/
a.backButtonMobile{
		display: block;
		width: 20%;
		float: left;
		height: 20px;
		padding-top: 0px;
		padding-bottom: 15px;
		margin-top: -0.45em;
	  margin-bottom: 5px;
	  color: rgba(0,0,0,0.6);
		text-align: center;
		text-decoration: none;
		font-size: 4em;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
		transition: 0.5s;
}
/*search bar*/
input#searchbarMobile{
	width: 60%;
	float: right;
	height: 10px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 15px;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.3);
	transition: 1s;
}
input#searchbarMobile:focus{
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(0,0,0,0.2) !important;
	color: rgba(0,0,0,0.5);
	transition: 0.5s;
}
a.backToTopMobile{
	font-family: 'Barlow Condensed', sans-serif;
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	font-size: 1.8em;
	line-height: 1em;
	float: left;
	width: auto;
}
i.fa.fa-bars.subMenu{
font-size: 0.2em;
vertical-align: middle;
letter-spacing: 0.2em;
}
#categoryTitlebackButtonMobile{
	font-size: 1.4em;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	display: none;
	width: 150px;
	float: left;
	line-height: 1.4em;
	padding-left: 25px;
	text-transform: uppercase;
}
#searchLens{
	display: none;
	float: right;
	width: auto;
	padding-top: 5px;
}
/*gestione del div contentItem (modelli)*/
#contentItem{
	width:80%;
	float: left;
	margin:0px;
	padding:0px;
	margin-left:10%;
  margin-top: 25px;
  display: block;
}

}
@media (min-width: 280px) and (max-width: 568px) {
	#categoryTitleMobile{
		width: 100%;
		float: left;
		text-align:center;
		text-transform: uppercase;
		display: block;
		font-size: 2em;
		font-family: 'Barlow Condensed', sans-serif;
		color: rgba(0,0,0,0.8);
		margin-top: 120px;
	}
	/*gestione div backButton*/
	#backbutton{
		display: none;
	}
	#backbuttonMobile{
		display: block;
	  text-align: center;
	  /*width: 270px;*/ /* only for backButton width*/
		/*width: 540px;*/ /* for backButton + searchbar width*/
	  /*margin-left: calc(50% - 145px); */ /* only for backButton width*/
		/*margin-left: calc(50% - 270px);*/ /* for backButton + searchbar width*/
		width: 80%;
		float: left;
	  padding-left: 0px;
	  padding-right: 10px;
	  padding-top:5px;
		margin-left: 10%;
		margin-right: 10%;
	  margin-top: 50px;
	  margin-bottom: 5px;
		padding-bottom: 5px;
		z-index: 1000;
	}
/*nascondo il backButton del desktop*/
a.backButton{
	display: none;
}
/*mostro il backButtonMobile*/
a.backButtonMobile{
		display: block;
		width: 20%;
		float: left;
		height: 20px;
		padding-top: 0px;
		padding-bottom: 15px;
		margin-top: -0.45em;
	  margin-bottom: 5px;
	  color: rgba(0,0,0,0.6);
		text-align: center;
		text-decoration: none;
		font-size: 4em;
		font-family: 'Barlow Condensed', sans-serif;
		text-transform: uppercase;
		transition: 0.5s;
}
/*search bar*/
input#searchbarMobile{
	width: 60%;
	float: right;
	height: 10px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 15px;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,0.2);
	color: rgba(0,0,0,0.3);
	transition: 1s;
}
input#searchbarMobile:focus{
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(0,0,0,0.2) !important;
	color: rgba(0,0,0,0.5);
	transition: 0.5s;
}
a.backToTopMobile{
	font-family: 'Barlow Condensed', sans-serif;
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	font-size: 1.8em;
	line-height: 1em;
	float: left;
	width: auto;
}
i.fa.fa-bars.subMenu{
font-size: 0.2em;
vertical-align: middle;
letter-spacing: 0.2em;
}
#categoryTitlebackButtonMobile{
	font-size: 1.4em;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	display: none;
	width: 80px;
	float: left;
	line-height: 1.4em;
	padding-left: 25px;
	text-transform: uppercase;
}
#searchLens{
	display: none;
	float: right;
	width: auto;
	padding-top: 5px;
}
/*gestione del div contentItem (modelli)*/
#contentItem{
	width:80%;
	float: left;
	margin:0px;
	padding:0px;
	margin-left:10%;
  margin-top: 25px;
  display: block;
}
}

/*gestione sezione influencer*/

@media (min-width: 279px) and (max-width: 319px) {

	/*GESTIONE GRUPPO INFLUENCER*/
	/*come gestire i singoli influencer all'interno del loro gruppo*/

	#followersContainer{
		position: absolute;
		opacity: 1;
		margin-top:55%;
		margin-left: calc(50% - 35px);
		text-align: center;
		transition: 0.5s;
	}
	#igIconIMG{
		background: rgba(0,0,0,0);
		float: left;
		clear: both;
		width: 20px;
		margin-left: calc(50% - 10px);
		margin-bottom: 10px;
		filter: blur(0px);
	}
	#instagramFollowers{
		font-family: 'Mulish', sans-serif;
		color:rgba(255,255,255,1);
		font-size: 1.1em;
		letter-spacing: 0px;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1em;
	}
	#switchTitle{
		font-family: 'Barlow Condensed', sans-serif;
		float: left;
		margin-left: 0.5%;
		font-size: 1em;
		padding: 5px;
		margin-top: 3px;
	}
	.followersContainerMom{
		transition: .6s ease opacity,.6s ease transform;
	}
	#singlePersonBackground.singlePersonBackground{
		background-size: 100% !important;
		transition: 0.5s;
	}
	#singlePersonBackground.singlePersonBackground:hover{
		-webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
		z-index: 10000;
		position: relative;
		background-repeat: no-repeat !important;
		background-size: 105% !important;
		background-position: center !important;
		transition: 0.5s !important;
	}
	#singlePersonBackground:hover #followersContainer{
		opacity: 1;
		margin-top: 70%;
		margin-left: calc(50% - 50px);
		width: 100px;
		text-align: center;
		transition: 0.5s;
	}
	/*gestione switch*/

	.switch {
	  position: relative;
	  display: inline-block;
	  width: 30px;
	  height: 17px;
		float: left;
		margin-left: 20px;
		margin-top: 10px;
	}
	.switch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}

	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 13px;
	  width: 13px;
	  left: 2px;
	  bottom: 2px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(13px);
	  -ms-transform: translateX(13px);
	  transform: translateX(13px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 10px;
	}

	.slider.round:before {
	  border-radius: 10px;
	}
	/*nascondo il itemMobile*/
	#itemMobile{
		display: block;
	}
	#switchTitle{
		display: block;
		margin-left: 2.5px;
	}
	label.switch{
		display: block;
	}
	/*nascondo per la categoria influencer la search bar per inserire la lentina*/
	#searchbarMobileInfluencer{
		display: none
	}
	#itemInfluencer{
		display: none;
	}
	#filterMobile{
		width: 40px;
		float: left;
		margin-left: 20px;
	}
	.modelInfluencer{
		display: none !important;
	}
	#followerFilterMobile{
		float: left;
		width: 100%;
		margin: auto;
		text-align: center;
		margin-left:0px;
		margin-top : 10px;
	}

	label.followersFilterLabel{
		background: rgba(0,0,0,0.6);
		color: white;
		float: left;
		clear: both;
		padding: 0px;
		padding-bottom: 10px;
		padding-top:10px;
		font-family: 'Mulish', sans-serif;
		border: none;
		border-top: 1px solid rgba(255,255,255,1);
		transition: 0.5s;
		font-size: 0.6em;
		letter-spacing: 2px;
		width: 100%;
	}
	label.followersFilterLabel:hover{
		background: white;
		border: 2px solid rgba(0,0,0,0.6);
		color: black;
		transition: 0.5s;
	}

	input[type='radio']:checked + label{
		background: white;
		color: rgba(0,0,0,0.6);
		background: white;
		border: 2px solid rgba(255,255,255,1);
		transition: 0.5s;
	}
}
@media (min-width: 320px) and (max-width: 359px) {

	/*GESTIONE GRUPPO INFLUENCER*/
	/*come gestire i singoli influencer all'interno del loro gruppo*/

	#followersContainer{
		position: absolute;
		opacity: 1;
		margin-top:55%;
		margin-left: calc(50% - 35px);
		text-align: center;
		transition: 0.5s;
	}
	#igIconIMG{
		background: rgba(0,0,0,0);
		float: left;
		clear: both;
		width: 20px;
		margin-left: calc(50% - 10px);
		margin-bottom: 10px;
		filter: blur(0px);
	}
	#instagramFollowers{
		font-family: 'Mulish', sans-serif;
		color:rgba(255,255,255,1);
		font-size: 1.1em;
		letter-spacing: 0px;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1em;
	}
	#switchTitle{
		font-family: 'Barlow Condensed', sans-serif;
		float: left;
		margin-left: 0.5%;
		font-size: 1em;
		padding: 5px;
		margin-top: 3px;
	}
	.followersContainerMom{
		transition: .6s ease opacity,.6s ease transform;
	}
	#singlePersonBackground.singlePersonBackground{
		background-size: 100% !important;
		transition: 0.5s;
	}
	#singlePersonBackground.singlePersonBackground:hover{
		-webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
		z-index: 10000;
		position: relative;
		background-repeat: no-repeat !important;
		background-size: 105% !important;
		background-position: center !important;
		transition: 0.5s !important;
	}
	#singlePersonBackground:hover #followersContainer{
		opacity: 1;
		margin-top: 70%;
		margin-left: calc(50% - 50px);
		width: 100px;
		text-align: center;
		transition: 0.5s;
	}
	/*gestione switch*/

	.switch {
	  position: relative;
	  display: inline-block;
	  width: 30px;
	  height: 17px;
		float: left;
		margin-left: 20px;
		margin-top: 10px;
	}
	.switch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}

	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 13px;
	  width: 13px;
	  left: 2px;
	  bottom: 2px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(13px);
	  -ms-transform: translateX(13px);
	  transform: translateX(13px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 10px;
	}

	.slider.round:before {
	  border-radius: 10px;
	}
	/*nascondo il itemMobile*/
	#itemMobile{
		display: block;
	}
	#switchTitle{
		display: block;
		margin-left: 2.5px;
	}
	label.switch{
		display: block;
	}
	/*nascondo per la categoria influencer la search bar per inserire la lentina*/
	#searchbarMobileInfluencer{
		display: none
	}
	#itemInfluencer{
		display: none;
	}
	#filterMobile{
		width: 40px;
		float: left;
		margin-left: 20px;
	}
	.modelInfluencer{
		display: none !important;
	}

	#followerFilterMobile{
		float: left;
		width: 100%;
		margin: auto;
		text-align: center;
		margin-left:0px;
		margin-top : 10px;
	}

	label.followersFilterLabel{
		background: rgba(0,0,0,0.6);
		color: white;
		float: left;
		clear: both;
		padding: 0px;
		padding-bottom: 10px;
		padding-top:10px;
		font-family: 'Mulish', sans-serif;
		border: none;
		border-top: 1px solid rgba(255,255,255,1);
		transition: 0.5s;
		font-size: 0.6em;
		letter-spacing: 2px;
		width: 100%;
	}
	label.followersFilterLabel:hover{
		background: white;
		border: 2px solid rgba(0,0,0,0.6);
		color: black;
		transition: 0.5s;
	}

	input[type='radio']:checked + label{
		background: white;
		color: rgba(0,0,0,0.6);
		background: white;
		border: 2px solid rgba(255,255,255,1);
		transition: 0.5s;
	}
}
@media (min-width: 360px) and (max-width: 410px) {

	/*GESTIONE GRUPPO INFLUENCER*/
	/*come gestire i singoli influencer all'interno del loro gruppo*/

	#followersContainer{
		position: absolute;
		opacity: 1;
		margin-top:55%;
		margin-left: calc(50% - 35px);
		text-align: center;
		transition: 0.5s;
	}
	#igIconIMG{
		background: rgba(0,0,0,0);
		float: left;
		clear: both;
		width: 20px;
		margin-left: calc(50% - 10px);
		margin-bottom: 10px;
		filter: blur(0px);
	}
	#instagramFollowers{
		font-family: 'Mulish', sans-serif;
		color:rgba(255,255,255,1);
		font-size: 1.1em;
		letter-spacing: 0px;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1em;
	}
	#switchTitle{
		font-family: 'Barlow Condensed', sans-serif;
		float: left;
		margin-left: 0.5%;
		font-size: 1em;
		padding: 5px;
		margin-top: 3px;
	}
	.followersContainerMom{
		transition: .6s ease opacity,.6s ease transform;
	}
	#singlePersonBackground.singlePersonBackground{
		background-size: 100% !important;
		transition: 0.5s;
	}
	#singlePersonBackground.singlePersonBackground:hover{
		-webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
		z-index: 10000;
		position: relative;
		background-repeat: no-repeat !important;
		background-size: 105% !important;
		background-position: center !important;
		transition: 0.5s !important;
	}
	#singlePersonBackground:hover #followersContainer{
		opacity: 1;
		margin-top: 70%;
		margin-left: calc(50% - 50px);
		width: 100px;
		text-align: center;
		transition: 0.5s;
	}
	/*gestione switch*/

	.switch {
	  position: relative;
	  display: inline-block;
	  width: 30px;
	  height: 17px;
		float: left;
		margin-left: 20px;
		margin-top: 10px;
	}
	.switch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}

	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 13px;
	  width: 13px;
	  left: 2px;
	  bottom: 2px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(13px);
	  -ms-transform: translateX(13px);
	  transform: translateX(13px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 10px;
	}

	.slider.round:before {
	  border-radius: 10px;
	}
	/*nascondo il itemMobile*/
	#itemMobile{
		display: block;
	}
	#switchTitle{
		display: block;
		margin-left: 2.5px;
	}
	label.switch{
		display: block;
	}
	/*nascondo per la categoria influencer la search bar per inserire la lentina*/
	#searchbarMobileInfluencer{
		display: none
	}
	#itemInfluencer{
		display: none;
	}

	#filterMobile{
		width: 40px;
		float: left;
		margin-left: 20px;
	}
	.modelInfluencer{
		display: none !important;
	}
	#followerFilterMobile{
		float: left;
		width: 100%;
		margin: auto;
		text-align: center;
		margin-left:0px;
		margin-top : 10px;
	}

	label.followersFilterLabel{
		background: rgba(0,0,0,0.6);
		color: white;
		float: left;
		clear: both;
		padding: 0px;
		padding-bottom: 10px;
		padding-top:10px;
		font-family: 'Mulish', sans-serif;
		border: none;
		border-top: 1px solid rgba(255,255,255,1);
		transition: 0.5s;
		font-size: 0.6em;
		letter-spacing: 2px;
		width: 100%;
	}
	label.followersFilterLabel:hover{
		background: white;
		border: 2px solid rgba(0,0,0,0.6);
		color: black;
		transition: 0.5s;
	}

	input[type='radio']:checked + label{
		background: white;
		color: rgba(0,0,0,0.6);
		background: white;
		border: 2px solid rgba(255,255,255,1);
		transition: 0.5s;
	}
}
@media (min-width: 411px) and (max-width: 567px) {

	/*GESTIONE GRUPPO INFLUENCER*/
	/*come gestire i singoli influencer all'interno del loro gruppo*/

	#followersContainer{
		position: absolute;
		opacity: 1;
		margin-top:55%;
		margin-left: calc(50% - 35px);
		text-align: center;
		transition: 0.5s;
	}
	#igIconIMG{
		background: rgba(0,0,0,0);
		float: left;
		clear: both;
		width: 20px;
		margin-left: calc(50% - 10px);
		margin-bottom: 10px;
		filter: blur(0px);
	}
	#instagramFollowers{
		font-family: 'Mulish', sans-serif;
		color:rgba(255,255,255,1);
		font-size: 1.1em;
		letter-spacing: 0px;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1em;
	}
	#switchTitle{
		font-family: 'Barlow Condensed', sans-serif;
		float: left;
		margin-left: 0.5%;
		font-size: 1em;
		padding: 5px;
		margin-top: 3px;
	}
	.followersContainerMom{
		transition: .6s ease opacity,.6s ease transform;
	}
	#singlePersonBackground.singlePersonBackground{
		background-size: 100% !important;
		transition: 0.5s;
	}
	#singlePersonBackground.singlePersonBackground:hover{
		-webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
		z-index: 10000;
		position: relative;
		background-repeat: no-repeat !important;
		background-size: 105% !important;
		background-position: center !important;
		transition: 0.5s !important;
	}
	#singlePersonBackground:hover #followersContainer{
		opacity: 1;
		margin-top: 70%;
		margin-left: calc(50% - 50px);
		width: 100px;
		text-align: center;
		transition: 0.5s;
	}
	/*gestione switch*/

	.switch {
	  position: relative;
	  display: inline-block;
	  width: 30px;
	  height: 17px;
		float: left;
		margin-left: 20px;
		margin-top: 10px;
	}
	.switch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}

	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 13px;
	  width: 13px;
	  left: 2px;
	  bottom: 2px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(13px);
	  -ms-transform: translateX(13px);
	  transform: translateX(13px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 10px;
	}

	.slider.round:before {
	  border-radius: 10px;
	}
	/*nascondo il itemMobile*/
	#itemMobile{
		display: block;
	}
	#switchTitle{
		display: block;
		margin-left: 2.5px;
	}
	label.switch{
		display: block;
	}
	/*nascondo per la categoria influencer la search bar per inserire la lentina*/
	#searchbarMobileInfluencer{
		display: none
	}
	#itemInfluencer{
		display: none;
	}

	#filterMobile{
		width: 40px;
		float: left;
		margin-left: 20px;
	}
	.modelInfluencer{
		display: none !important;
	}
	#followerFilterMobile{
		float: left;
		width: 100%;
		margin: auto;
		text-align: center;
		margin-left:0px;
		margin-top : 10px;
	}

	label.followersFilterLabel{
		background: rgba(0,0,0,0.6);
		color: white;
		float: left;
		clear: both;
		padding: 0px;
		padding-bottom: 10px;
		padding-top:10px;
		font-family: 'Mulish', sans-serif;
		border: none;
		border-top: 1px solid rgba(255,255,255,1);
		transition: 0.5s;
		font-size: 0.6em;
		letter-spacing: 2px;
		width: 100%;
	}
	label.followersFilterLabel:hover{
		background: white;
		border: 2px solid rgba(0,0,0,0.6);
		color: black;
		transition: 0.5s;
	}

	input[type='radio']:checked + label{
		background: white;
		color: rgba(0,0,0,0.6);
		background: white;
		border: 2px solid rgba(255,255,255,1);
		transition: 0.5s;
	}
}
@media (min-width: 568px) and (max-width: 666px) {

	/*GESTIONE GRUPPO INFLUENCER*/
	/*come gestire i singoli influencer all'interno del loro gruppo*/

	#followersContainer{
		position: absolute;
		opacity: 1;
		margin-top:55%;
		margin-left: calc(50% - 35px);
		text-align: center;
		transition: 0.5s;
	}
	#igIconIMG{
		background: rgba(0,0,0,0);
		float: left;
		clear: both;
		width: 20px;
		margin-left: calc(50% - 10px);
		margin-bottom: 10px;
		filter: blur(0px);
	}
	#instagramFollowers{
		font-family: 'Mulish', sans-serif;
		color:rgba(255,255,255,1);
		font-size: 1.1em;
		letter-spacing: 0px;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1em;
	}
	#switchTitle{
		font-family: 'Barlow Condensed', sans-serif;
		float: left;
		margin-left: 0.5%;
		font-size: 1em;
		padding: 5px;
		margin-top: 3px;
	}
	.followersContainerMom{
		transition: .6s ease opacity,.6s ease transform;
	}
	#singlePersonBackground.singlePersonBackground{
		background-size: 100% !important;
		transition: 0.5s;
	}
	#singlePersonBackground.singlePersonBackground:hover{
		-webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
		z-index: 10000;
		position: relative;
		background-repeat: no-repeat !important;
		background-size: 105% !important;
		background-position: center !important;
		transition: 0.5s !important;
	}
	#singlePersonBackground:hover #followersContainer{
		opacity: 1;
		margin-top: 70%;
		margin-left: calc(50% - 50px);
		width: 100px;
		text-align: center;
		transition: 0.5s;
	}
	/*gestione switch*/

	.switch {
	  position: relative;
	  display: inline-block;
	  width: 30px;
	  height: 17px;
		float: left;
		margin-left: 20px;
		margin-top: 10px;
	}
	.switch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}

	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 13px;
	  width: 13px;
	  left: 2px;
	  bottom: 2px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(13px);
	  -ms-transform: translateX(13px);
	  transform: translateX(13px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 10px;
	}

	.slider.round:before {
	  border-radius: 10px;
	}
	/*nascondo il itemMobile*/
	#itemMobile{
		display: block;
	}
	#switchTitle{
		display: block;
		margin-left: 2.5px;
	}
	label.switch{
		display: block;
	}
	/*nascondo per la categoria influencer la search bar per inserire la lentina*/
	#searchbarMobileInfluencer{
		display: none
	}
	#itemInfluencer{
		display: none;
	}

	#filterMobile{
		width: 40px;
		float: left;
		margin-left: 20px;
	}
	.modelInfluencer{
		display: none !important;
	}
	#followerFilterMobile{
		float: left;
		width: 100%;
		margin: auto;
		text-align: center;
		margin-left:0px;
		margin-top : 10px;
	}

	label.followersFilterLabel{
		background: rgba(0,0,0,0.6);
		color: white;
		float: left;
		clear: both;
		padding: 0px;
		padding-bottom: 10px;
		padding-top:10px;
		font-family: 'Mulish', sans-serif;
		border: none;
		border-top: 1px solid rgba(255,255,255,1);
		transition: 0.5s;
		font-size: 0.6em;
		letter-spacing: 2px;
		width: 100%;
	}
	label.followersFilterLabel:hover{
		background: white;
		border: 2px solid rgba(0,0,0,0.6);
		color: black;
		transition: 0.5s;
	}

	input[type='radio']:checked + label{
		background: white;
		color: rgba(0,0,0,0.6);
		background: white;
		border: 2px solid rgba(255,255,255,1);
		transition: 0.5s;
	}
}
@media (min-width: 666px) and (max-width: 730px) {

	/*GESTIONE GRUPPO INFLUENCER*/
	/*come gestire i singoli influencer all'interno del loro gruppo*/

	#followersContainer{
		position: absolute;
		opacity: 1;
		margin-top:55%;
		margin-left: calc(50% - 35px);
		text-align: center;
		transition: 0.5s;
	}
	#igIconIMG{
		background: rgba(0,0,0,0);
		float: left;
		clear: both;
		width: 20px;
		margin-left: calc(50% - 10px);
		margin-bottom: 10px;
		filter: blur(0px);
	}
	#instagramFollowers{
		font-family: 'Mulish', sans-serif;
		color:rgba(255,255,255,1);
		font-size: 1.1em;
		letter-spacing: 0px;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1em;
	}
	#switchTitle{
		font-family: 'Barlow Condensed', sans-serif;
		float: left;
		margin-left: 0.5%;
		font-size: 1em;
		padding: 5px;
		margin-top: 3px;
	}
	.followersContainerMom{
		transition: .6s ease opacity,.6s ease transform;
	}
	#singlePersonBackground.singlePersonBackground{
		background-size: 100% !important;
		transition: 0.5s;
	}
	#singlePersonBackground.singlePersonBackground:hover{
		-webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
		z-index: 10000;
		position: relative;
		background-repeat: no-repeat !important;
		background-size: 105% !important;
		background-position: center !important;
		transition: 0.5s !important;
	}
	#singlePersonBackground:hover #followersContainer{
		opacity: 1;
		margin-top: 70%;
		margin-left: calc(50% - 50px);
		width: 100px;
		text-align: center;
		transition: 0.5s;
	}
	/*gestione switch*/

	.switch {
	  position: relative;
	  display: inline-block;
	  width: 30px;
	  height: 17px;
		float: left;
		margin-left: 20px;
		margin-top: 10px;
	}
	.switch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}

	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 13px;
	  width: 13px;
	  left: 2px;
	  bottom: 2px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(13px);
	  -ms-transform: translateX(13px);
	  transform: translateX(13px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 10px;
	}

	.slider.round:before {
	  border-radius: 10px;
	}
	/*nascondo il itemMobile*/
	#itemMobile{
		display: block;
	}
	#switchTitle{
		display: block;
		margin-left: 2.5px;
	}
	label.switch{
		display: block;
	}
	/*nascondo per la categoria influencer la search bar per inserire la lentina*/
	#searchbarMobileInfluencer{
		display: none
	}
	#itemInfluencer{
		display: none;
	}
	#filterMobile{
		width: 40px;
		float: left;
		margin-left: 20px;
	}
	.modelInfluencer{
		display: none !important;
	}
	#followerFilterMobile{
		float: left;
		width: 100%;
		margin: auto;
		text-align: center;
		margin-left:0px;
		margin-top : 10px;
	}

	label.followersFilterLabel{
		background: rgba(0,0,0,0.6);
		color: white;
		float: left;
		clear: both;
		padding: 0px;
		padding-bottom: 10px;
		padding-top:10px;
		font-family: 'Mulish', sans-serif;
		border: none;
		border-top: 1px solid rgba(255,255,255,1);
		transition: 0.5s;
		font-size: 0.6em;
		letter-spacing: 2px;
		width: 100%;
	}
	label.followersFilterLabel:hover{
		background: white;
		border: 2px solid rgba(0,0,0,0.6);
		color: black;
		transition: 0.5s;
	}

	input[type='radio']:checked + label{
		background: white;
		color: rgba(0,0,0,0.6);
		background: white;
		border: 2px solid rgba(255,255,255,1);
		transition: 0.5s;
	}
}
@media (min-width: 730px) and (max-width: 823px) {

	/*GESTIONE GRUPPO INFLUENCER*/
	/*come gestire i singoli influencer all'interno del loro gruppo*/

	#followersContainer{
		position: absolute;
		opacity: 1;
		margin-top:55%;
		margin-left: calc(50% - 35px);
		text-align: center;
		transition: 0.5s;
	}
	#igIconIMG{
		background: rgba(0,0,0,0);
		float: left;
		clear: both;
		width: 20px;
		margin-left: calc(50% - 10px);
		margin-bottom: 10px;
		filter: blur(0px);
	}
	#instagramFollowers{
		font-family: 'Mulish', sans-serif;
		color:rgba(255,255,255,1);
		font-size: 1.1em;
		letter-spacing: 0px;
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 1em;
	}
	#switchTitle{
		font-family: 'Barlow Condensed', sans-serif;
		float: left;
		margin-left: 0.5%;
		font-size: 1em;
		padding: 5px;
		margin-top: 3px;
	}
	.followersContainerMom{
		transition: .6s ease opacity,.6s ease transform;
	}
	#singlePersonBackground.singlePersonBackground{
		background-size: 100% !important;
		transition: 0.5s;
	}
	#singlePersonBackground.singlePersonBackground:hover{
		-webkit-filter: grayscale(100%);
	  filter: grayscale(100%);
		z-index: 10000;
		position: relative;
		background-repeat: no-repeat !important;
		background-size: 105% !important;
		background-position: center !important;
		transition: 0.5s !important;
	}
	#singlePersonBackground:hover #followersContainer{
		opacity: 1;
		margin-top: 70%;
		margin-left: calc(50% - 50px);
		width: 100px;
		text-align: center;
		transition: 0.5s;
	}
	/*gestione switch*/

	.switch {
	  position: relative;
	  display: inline-block;
	  width: 30px;
	  height: 17px;
		float: left;
		margin-left: 20px;
		margin-top: 10px;
	}
	.switch input {
	  opacity: 0;
	  width: 0;
	  height: 0;
	}

	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 13px;
	  width: 13px;
	  left: 2px;
	  bottom: 2px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
		background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );

	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(13px);
	  -ms-transform: translateX(13px);
	  transform: translateX(13px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 10px;
	}

	.slider.round:before {
	  border-radius: 10px;
	}
	/*nascondo il itemMobile*/
	#itemMobile{
		display: block;
	}
	#switchTitle{
		display: block;
		margin-left: 2.5px;
	}
	label.switch{
		display: block;
	}
	/*nascondo per la categoria influencer la search bar per inserire la lentina*/
	#searchbarMobileInfluencer{
		display: none
	}
	#itemInfluencer{
		display: none;
	}

}

/* switcher filter*/
#switchSpace{
	float: left;
	width: 100px;
	margin-left: 25px;
	margin-top: 20px;
}
#switchSpace:hover p#switcherButtonText{
	color: rgba(0,0,0,0.5);
	transition: 0.5s;
}
p#switcherButtonText{
	display: inline;
	float: left;
	font-family: "Mulish", sans-serif;
	color: rgba(0,0,0,0.2);
	font-size: 0.7em;
	text-transform: uppercase;
	transition: 0.5s;
	margin-top: -25px;
}

#switcherButton{
	display: inline;
	float: left;
	margin-top: 11px;
	margin-left: 5px;
}
.switchInOut {
	 --line: #605F5F;
	 --dot: #908F8F;
	 --circle: #605F5F;
	 --duration: 0.2s;
	 --text: #9ea0be;
	 cursor: pointer;
}
 .switchInOut input#switcherdInput {
	 display: none;
}
 .switchInOut input#switcherdInput + div#switcherdDiv {
	 position: relative;
}
 .switchInOut input#switcherdInput + div#switcherdDiv:before, .switchInOut input#switcherdInput + div#switcherdDiv:after {
	 --s: 1;
	 content: '';
	 position: absolute;
	 height: 1px;
	 top: 7px;
	 width: 10px;
	 background: var(--line);
	 transform: scaleX(var(--s));
	 transition: transform var(--duration) ease;
}
 .switchInOut input#switcherdInput + div#switcherdDiv:before {
	 --s: 0;
	 left: 0;
	 transform-origin: 0 50%;
	 border-radius: 1px 0 0 1px;
}
 .switchInOut input#switcherdInput + div#switcherdDiv:after {
	 left: 18px;
	 transform-origin: 100% 50%;
	 border-radius: 0 2px 2px 0;
}
 .switchInOut input#switcherdInput + div#switcherdDiv span#switcherdSpan {
	 padding-left: 5px;
	 line-height: 10px;
	 color: var(--text);
}
 .switchInOut input#switcherdInput + div#switcherdDiv span#switcherdSpan:before {
	 --x: 0;
	 --b: var(--circle);
	 --s: 2px;
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 15px;
	 height: 15px;
	 border-radius: 50%;
	 box-shadow: inset 0 0 0 var(--s) var(--b);
	 transform: translateX(var(--x));
	 transition: box-shadow var(--duration) ease, transform var(--duration) ease;
}
 .switchInOut input#switcherdInput + div#switcherdDiv span#switcherdSpan:not(:empty) {
	 padding-left: 64px;
}
 .switchInOut input#switcherdInput:checked + div#switcherdDiv:before {
	 --s: 1;
}
 .switchInOut input#switcherdInput:checked + div#switcherdDiv:after {
	 --s: 0;
}
 .switchInOut input#switcherdInput:checked + div#switcherdDiv span#switcherdSpan:before {
	 --x: 14px;
	 --s: 12px;
	 --b: var(--dot);
}
.switchInOut + .switchInOut {
	 margin-top: 16px;
}
.dribbble {
	 position: fixed;
	 display: block;
	 right: 20px;
	 bottom: 20px;
}
.dribbble img {
	 display: block;
	 height: 28px;
}

input#switcherdInput:checked ~ p#switcherButtonText {
  color: rgba(0,0,0,0.8);
	font-weight: bold;
}

/*gestione loading*/
#loadingMilano{
	width: 100%;
	min-height: 3000px;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 9999999999999;
	background: white;
}
img.loadingMilanoImg{
	width:100px;
	position: absolute;
	top: 300px;
	left: calc(50% - 50px);
}


/*gestione campo ricerca in mobile*/
@media (min-width: 279px) and (max-width: 823px) {
	#searchLens{
		display: block;
		position: fixed;
		left: -30px;
		height: 50px;
		width: 50px !important;
		padding-left: 30px;
		line-height: 45px !important;
		border-radius: 5px;
		background: rgba(0,0,0,0.8);
		bottom: 10px;
		color: white !important;
		z-index: 9999999;
	}
	#searchLensInfluencer{
		display: block;
		position: fixed;
		left: -30px;
		height: 50px;
		width: 50px !important;
		padding-left: 30px;
		line-height: 45px !important;
		border-radius: 5px;
		background: rgba(0,0,0,0.8);
		bottom: 10px;
		color: white !important;
		z-index: 9999999;
	}
	#searchbarMobile{
		display: none;
		margin-left: 20% !important;
		margin-right: 20% !important;
		margin-top: 250px !important;
		float: left !important;
		border: 1px solid rgba(10,10,10) !important;
	}
	#searchbarMobileInfluencer{
		display: none;
		margin-left: 20% !important;
		margin-right: 20% !important;
		margin-top: 250px !important;
		float: left !important;
		border: 1px solid rgba(10,10,10) !important;
		height: 10px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	/*nuovo settaggio degli elementi back to top - search lens - search bar*/
	.backToTopMobile{
		display: none;
		position: fixed;
		left: -30px;
		height: 50px;
		width: 50px !important;
		padding-left: 30px;
		line-height: 45px !important;
		border-radius: 5px;
		background: rgba(0,0,0,0.8);
		bottom: 70px;
		z-index: 9999999;
	}
	a.backToTopMobile{
		color: white;
	}
	#searchbarMobileContainer{
		width: 100%;
		min-height: 100%;
		position: fixed;
		background: rgba(255,255,255,0.85);
		display: none;
		z-index: 99999999999999;
		top: 0;
		left: 0;
	}
	p.closingSearchContainer{
		width: 50px;
		height: 50px;
		position: fixed;
		top: 10px;
		right: 20px;
		color: rgb(40,40,40);
		cursor: pointer;
		font-size: 2em;
	}	
	input#searchbarMobile::placeholder{
		color: rgb(20,20,20);
	}
	input#searchbarMobileInfluencer::placeholder{
		color: rgb(20,20,20);
	}
	.searchMobileResult{
		width: 60%;
		margin-left: 20% !important;
		margin-right: 20% !important;
		margin-top: 35px !important;
		float: left !important;
		font-family: 'Arial', sans-serif;
		color:rgba(40,40,40);
	}
	.modelMobile{
		position: relative;
		width: 100%;
		float: left;
		min-width: 100%;
	}
	p.searchButton{
		float: left;
		width: 200px;
		height: 40px;
		font-size: 0.8em;
		text-align: center;
		text-transform: uppercase;
		font-family: 'Arial', sans-serif;
		line-height: 40px;
		margin: 0;
		padding: 0;
		color: white;
		background: rgb(40,40,40);
		margin-left: calc(50% - 100px);
		margin-right: calc(50% - 100px);
	}
	/* gestione bottoni filtri nuovi */
	
	
	#followerFilterMobile{
		float: left;
		width: 100%;
		margin: auto;
		text-align: center;
		margin-left:0px;
		margin-top : 10px;
	}

	label.followersFilterLabel{
		background: rgba(0,0,0,0.6);
		color: white;
		float: left;
		clear: both;
		padding: 0px;
		padding-bottom: 10px;
		padding-top:10px;
		font-family: 'Mulish', sans-serif;
		border: none;
		border: 1px solid rgba(255,255,255,1);
		border-radius: 25px;
		transition: 0.5s;
		font-size: 0.8em;
		letter-spacing: 1px;
		width: calc(100% - 20px);
		margin-left: 10px;
		margin-top: 10px;
	}
	label.followersFilterLabel:hover{
		background: white;
		border: 2px solid rgba(0,0,0,0.6);
		color: black;
		transition: 0.5s;
	}

	input[type='radio']:checked + label{
		background: white;
		color: rgba(0,0,0,0.6);
		background: white;
		border: 2px solid rgba(255,255,255,1);
		transition: 0.5s;
	}
	p.filterText{
		float: left;
		margin: 0;
		padding: 0;
		text-align: left;
		color: rgb(220,220,220);
		font-size: 0.8em;
		text-transform: uppercase;
		font-family: 'Arial', sans-serif;
		width: calc(100% - 60px);
		margin-left: 10px;
		margin-top: 25px; 
	}
	.switch {
		position: relative;
		display: inline-block;
		width: 30px;
		height: 17px;
		float: left;
		margin-left: 0px;
		margin-top: 25px;
		margin-left: 10px;
	}
	#filterMobile {
	width: 40px;
	float: left;
	margin-left: 40px;
	}
}