/* css 3 generale */
html{
	height: 100%;
	background: white;
}

body{
	margin: 0;
	padding: 0;
	height: 100% !important;
	font-family: 'Open Sans', sans-serif !important;
}

a{
	color: inherit;
}

input, textarea, select, button{
	font-family: inherit;
}

/* SPECIAL */
.f11{
	font-size: 11px !important;
}

.Bred{
	background-color: #f61e23 !important; /* #f61e23; */
	color: white !important;
}

.Bame{
	background: -webkit-gradient(linear,left top,right top,color-stop(0,#f61e23),to(#f81f4b));
	background: -o-linear-gradient(left,#f61e23 0,#f81f4b 100%);
	background: -webkit-linear-gradient(left,#f61e23,#f81f4b);
	background: linear-gradient(90deg,#f61e23 0,#f81f4b);
	color: white;
}

.Bblue{
	background-color: #33B1F8;
	color: white;
}

.Bgrey{
	background-color: rgba(0,0,0,.1);
}

.Bwhite{
	background-color: white;
	color: black;
}

.Bfacebook{
	background-color: #4285f4;
	color: white;
}

.Cfacebook{
	color: #4285f4;
}

.Clink{
	color: #4285f4;
}

.Cgrey{
	color: rgba(0,0,0,.5);
}

.Cred{
	color: #f61e23 !important;
}

.Cwhite{
	color: white;
}

p.grassP{
	font-size: 14px;
	font-weight: bolder;
	margin: 0;
	padding: 10px 0px;
}

/* ie7 fix */
img{
	border-width: 0;
}

.limitatore{
	max-width: 1000px;
	margin: 0 auto;
	width: 95%;
}

.border1{
	border: 1px solid;
}

.btn-normal{
	padding: 9px 18px;
	border: 0px;
	font-size: 15px;
	text-align: center;
	display: inline-block;

	/*ie*/
	background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);   /* IE6 & 7 */
      zoom: 1;
	background-color: rgba(0,0,0,.1);
	color: black;

	cursor: pointer;
}

.star_back{height:10px;width:10px;position:relative;border:1px solid #f61e23;border-radius:100%}
.star_front{position:absolute;height:6px;width:6px;top:2px;left:2px;background-color:#f61e23;border-radius:100%}

a{
	text-decoration: none;
}


span.orange{
	color: #f61e23;
}

span.gray{
	color: rgb(170,170,170);
	font-size: 13px;
}

span.gold{
	margin-left: 10px;
	color: gold;
}

ul{
	font-size: 14px;
	padding-left: 0;
	margin-left: 0;
}

li{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.padd1{
	padding: 1em;
}

.paddTB1{
	padding-top: 1em;
	padding-bottom: 1em;
}

.m1{
	margin: 1em;
}

.ml1{
	margin-left: 1em;
}

.mr1{
	margin-right: 1em;
}

.mt1{
	margin-top: 1em;
}

.mb1{
	margin-bottom: 1em;
}

.ml05{
	margin-left: .5em;
}

.mr05{
	margin-right: .5em;
}

.mt05{
	margin-top: .5em;
}

.mb05{
	margin-bottom: .5em;
}

/* ------------------------------------------- */
/* POPUP RICERCA */

.darknight{
	position: fixed;
	width: 100%;
	height: 100%;
	margin-top: -50px;

	z-index: 0;
	
	background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */
      zoom: 1;
	background-color: rgba(0,0,0,.6);
}

.velina{
	margin-top: 100px;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;

	height: auto;

	z-index: 100;
}

.popupBox{
	position: relative;
	font-size: 0px;
	top: 10px;
	left: 50%;

	font-size: 14px;
	line-height: 25px;

	margin-left: -150px;

	text-align: center;

	width: 300px;
	height: auto;

	background-color: transparent;

	-webkit-transition: all 1.3s cubic-bezier(.25,-0.00,0,.30);
	-moz-transition: all 1.3s cubic-bezier(.25,-0.00,0,.30);
	-ms-transition: all 1.3s cubic-bezier(.25,-0.00,0,.30);
	-o-transition: all 1.3s cubic-bezier(.25,-0.00,0,.30);
	transition: all 1.3s cubic-bezier(.25,-0.00,0,.30);
}

.header2{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	opacity: 0;
	background-color: white;

	border-bottom: 1px solid rgb(240,240,240);

	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}

.header2 .velo{
	padding: 10px 0px;
}

.back .velo{
	color: white;

	background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);   /* IE6 & 7 */
      zoom: 1;
	background-color: rgba(0,0,0,.7);

	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;


	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.back:hover .velo{
	padding: 30px 0px;
}

.popupBox .alarm{
	background-color: white;
}

.header2 .img{
	position: absolute;
	top: 7px;
	left: -22px;
	height: 44px;
	width: 44px;
	border-radius: 15px; /* 44*20/60 */
	color: white;
}

a.text{
	text-decoration: none;
	color: black;
	margin: 0;
	display: block;
}

.header2 p{
	margin: 0;
	padding: 0;
	line-height: 17px;
	font-size: 14px;

	display: inline-block;
}

.header2 p.orange{
	display: inline-block;
	color: #f61e23;
	margin-left: .5em;
}

.header2 p.gray{
	display: block;
	color: rgb(150,150,150);
}


#nav{
	display: none;
}

#nav > ul{
	color: white;
	width: 100%;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	height: 50px;
	list-style-type: none;
    text-align: justify;
	position: relative;
	font-size: 0;
}

#nav > ul:after{
    content: "";
    width: 100%;
    display: inline-block;
}

#nav > ul > li{
	font-size: 15px;
	line-height: 50px;
	display: inline-block;
	list-style: none;
	vertical-align: top;
}

#nav > ul > li.blocco{
	max-width: 50px;
	text-align: center;
	position: relative;
}

#nav > ul > li.blocco img{
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 7px;
	border-radius: 5px;
}

.ancora{
	position: relative;
}

#moreMenu{
	display: none;
	position: absolute;
	width: 198px;
	top: 55px;
	right: 5px;
	list-style: none;
	text-align: left;
	padding: 0px;
	background-color: white;
	color: black;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0,0,0,.12);
	overflow: hidden;
}

#moreMenu > li{
	color: black;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

#moreMenu > li.user-details{
	position: relative;
	border-bottom: 1px solid rgb(230,230,230);
	background-color: rgb(40,40,40);
	height: 102px;
	overflow: hidden;
}

#moreMenu > li.user-details img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	margin-top: -10%;
	opacity: .5;
}

#moreMenu > li.user-details a{
	color: white;
	position: absolute;
	bottom: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#moreMenu > li.user-details a > p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 8px 0px;
	padding-left: 12px;
	margin: 0;
}

#moreMenu > li:last-child{
	border-top: 1px solid rgb(230,230,230);
}

#moreMenu > li > a, #moreMenu > li > p{
	padding: 8px 0px;
	padding-left: 12px;
	display: block;
	cursor: pointer;
	margin: 0;
}

/* -------------- */
.allLeft{
	float: left;
}

#naviga{
	height: 50px;
	background-color: white;
	color: black;
	border-bottom: 1px solid rgba(0,0,0,.06);
}

#naviga a{
	color: black;
}

#naviga a.red{
	color: #f61e23;
}

.contentList > ul > li.image{
	line-height: 0px !important;
}


.contentList > ul > li.boxBig > a{
	padding: 0 30px;
}

.contentList > ul{
	float: left;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	height: 50px;
	list-style-type: none;
	font-size: 0;
}

.contentList > ul > li > a{
	padding: 0px 9px;
	display: block;
}

.contentList > ul > li{
	padding: 0;
	font-size: 15px;
	line-height: 50px;
	display: inline-block;
	list-style: none;
	vertical-align: top;
}

.allLeft > ul > li:nth-child(n+2):hover{
	background-color: rgba(0,0,0,.05);
}

.contentList > ul > li:first-child{
	margin-left: 0px;
}

.contentList > ul > li:last-child{
	margin-right: 0px;
}

.contentList > ul > li.blocco{
	max-width: 50px;
	text-align: center;
	position: relative;
}

.contentList > ul > li img{
	display: inline-block;
	width: auto;
	height: 34px;
	margin: 8px 0px;
}

.contentList > ul > li img.prof{
	border-radius: 10%;
}

#lente{
	cursor: pointer;
	padding: 0 9px;
}

#lente img{
	margin: 13px 0px;
	height: 24px;
}

.allRight{
	float: right;
}

#showMore{
	cursor: pointer;
}

#showMore img{
	padding: 0px 10px;
	display: block;
}

.allRight > a{
	padding: 0;
}

.allRight > ul > li{
	line-height: 0px;
}

.btn-header{
	line-height: 1em;
	margin: 9px 0px;
	border: 1px solid;
}

.btn{
	padding: 9px 18px;
	cursor: pointer;
	text-align: center;
}

.btn-link{
	padding: 0;
}

.btn-radius{
	border-radius: .5em;
}


/* ---------------------- BARRA MOBILE ---------------------------- */
/* ERRORE -----------------*/
/* ----------------------------------------------------------------------------------------------------- */
.error{
	top: -100%;
	left: 0px;
	display: none;
	z-index: 1000;
	position: fixed;
	overflow: hidden;

	height: 100%;
	width: 100%;
	background: rgb(240,240,240);
	text-align: center;
	opacity: 0;  /* voglio l'effetto */

	-webkit-transition: all  .8s;
	-moz-transition: all .8s;
	transition: all  .8s;
}

.Xclose{
	position: absolute;
	top: 4px;
	left: 4px;
	cursor: pointer;
}

/*.error header{
  padding: 4% 0%;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-weight: 100;
}*/

.error textarea{
	display: inline-block;
	color: rgb(100,100,100);
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	margin-top: 4%;
	border: 0px;
	width: 70%;
	max-width: 1000px;
	height: 80%;
	min-height: 100px;
	background-color: transparent;
	text-align: center;
	font-size: 30px;
	font-family: 'Roboto', sans-serif; 

	font-weight: 100;
}

.error textarea:focus{
  outline: none !important;
  border: 0px;
}

.error .btn{
	position: absolute;
	top: 4px;
	right: 4px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	/*background-color: #46acf0;*/
	color: black;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: ellipsis;
	cursor: pointer;
}

.error footer{
	color: black;
	font-size: 13px;
}

/* --------------------------------- */
/* --------------------------------- */
/* ------------- MENU -------------- */
/* --------------------------------- */
/* --------------------------------- */


/* animazione */
.toggle {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.hamburger {
  top: 50%;
  left: 50%;
  margin: -9px -16px;
  display: block;
  width: 32px;
  height: 16px;
  position: relative;
  transition: .5s;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#menu{
	cursor: pointer;
}

.hamburger i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 2px;
  background-color: white;
  width: 100%;
  position: absolute;
  top: 50%;
  transition: .3s;
  transition-delay: .2s;
}

.hamburger:after, .hamburger:before {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  border-bottom: 2px solid white;
  width: 100%;
  left: 0;
  right: 0;
  transition: .5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
}

.hamburger:after {
  top: 100%;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
}

.mOpen .hamburger {
  translate: transform3d(2px, 0, 0);

}

.mOpen .hamburger i {
  opacity: 0;
  transition-delay: 0;
}

.mOpen .hamburger:after {
  transform: rotate3d(0,0,1,-45deg) translate3d(0,4px,0);
  -moz-transform: rotate3d(0,0,1,-45deg) translate3d(0,4px,0);
  -webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,4px,0);
}

.mOpen .hamburger:before {
  transform: rotate3d(0,0,1,45deg) translate3d(0,-4px,0);
  -moz-transform: rotate3d(0,0,1,45deg) translate3d(0,-4px,0);
  -webkit-transform: rotate3d(0,0,1,45deg) translate3d(0,-4px,0);
}

/* navigator */

.navigator{
	position: fixed;
	z-index: 200;
	top: 0px;
	height: 50px;
	width: 100%;
	background-color: white;
	opacity: 1;
	color: black;
	text-align: center;

	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	transition:all .4s;
}


.navigator div.scrittaTitolo{
	line-height: 50px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;

	z-index: -1;

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;

	text-align: center;
}

.navigator div.scrittaTitolo a{
	display: inline-block;
	margin: 0;
	padding: 0;
	color: black;
}

.q50{
	z-index: 202;
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	position: relative;
}

.q50 .miniTips{
	font-size: 11px;
	color: white;
	line-height: 11px;
	z-index: 0;
	width: 100%;
}

.menu{
	background-color: #f61e23;
}

.q50 img{
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.rightQ{
	float: right;
	position: relative;
	cursor: pointer;
	padding: 9px;
	width: 32px;
	height: 32px;
}

.rightQ img{
	width: 32px;
	height: 32px;
	margin: 0;
}

.rightQ ul{
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
	margin: 0px;
	position: absolute;
	top: 50px;
	right: -190px;
	width: 180px;
	background-color: rgb(245,245,245);
	color: black;

	box-shadow: -2px 4px 7px rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);

	-webkit-transition: all .7s cubic-bezier(.25,-0.00,0,.96);
	-moz-transition: all .7s cubic-bezier(.25,-0.00,0,.96);
	-ms-transition: all .7s cubic-bezier(.25,-0.00,0,.96);
	-o-transition: all .7s cubic-bezier(.25,-0.00,0,.96);
	transition: all .7s cubic-bezier(.25,-0.00,0,.96);
}

.rightQ ul li{
	cursor: pointer;

	background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF);   /* IE6 & 7 */
      zoom: 1;
	background-color: rgba(255,255,255,.3);
}

.rightQ ul li a{
	padding: 9px;
	display: block;
	color: inherit;
}

.rightQ ul li:first-child, .rightQ ul li:nth-child(3){
	padding: 9px;
	background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF,endColorstr=#19FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FFFFFF,endColorstr=#19FFFFFF);   /* IE6 & 7 */
      zoom: 1;
	background-color: rgba(255,255,255,.1);
}

.rightQ ul li span{
	vertical-align: top;
	line-height: 35px;
	margin-left: 9px;
}

.rightQ ul li img{
	padding: 4px;
	width: 24px;
	height: 24px;
}

.noPaddLR{
	padding-right: 0px;
	padding-left: 0px;
}

.q40{
	z-index: 202;
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
}

.q40 img{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-top: 5px;
	border-radius: 6px;
}

.q40 a{
	display: block;
}

.fL{
	float: left;
}


/* real menu */
/* ---------------------------------------------------------- */
.portante{
  position: absolute;
  top: -100px;
  overflow: hidden;
  height: 10px;
  width: 100%;
  background-color: rgb(0,0,0);

  /*-moz-perspective: 300px;*/
  -webkit-perspective: 300px;
  perspective: 300px;

  /* nascondo il cambio di z-index */
}

.real{
  height: auto;
  overflow: hidden; /* poi va modificato */
  width: 100%;
  background-color: rgb(40,40,40);

  padding: 0;

  margin-top: -80px;

  -moz-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);

  -moz-transition:all .7s;
  -webkit-transition:all .7s;
  transition:all .7s;

  text-align: center;
}

.real ul{
	padding: 20px 0px;
	font-size: 0px;
	margin: 0;
}

.c{
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	margin-top: 0px;
}

.blocco{
	vertical-align: top;
	display: inline-block;
	height: auto;
	padding: 10px 0px;
	width: 50%;
	margin: 0px;
	position: relative;

	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition:all .3s;
	-webkit-transition:all .3s;
	transition:all .3s;
}

.blocco a{
	font-size: 16px;
	display: block;
	color: rgb(170,170,170);
	margin:0;
	padding: 0;

	-o-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	transition:all 1s;
}

.blocco a:hover{
  color: white;
}

.blocco span{
  display: none;
  font-size: 11px;
  line-height: 11px;

  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.blocco:hover span{
	display: block;
}


/* ------------------------------------------------------------------- */
/* BARRA  */

/* RICERCA */
.npa{
	position: relative;
	text-align: center;
	z-index: 100;
	box-shadow: none;
}

.inputBox{
	position: relative;
	margin: 0 auto;
	width: 70%;
	max-width: 300px;
	height: 100%;
}

.cascade{
	display: block;
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 300px;
	height: auto;
	z-index: 400;

	opacity: 0;

	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
}

.cascade ul{
	padding: 0;
	margin: 0;
	border-left: 1px solid rgb(200,200,200);
	border-right: 1px solid rgb(200,200,200);
}

.cascade ul li{
	background-color: white;
	font-size: 14px;
	line-height: 40px;
	
	border-bottom: 1px solid rgb(200,200,200);
}

/*.inputBox:hover .cascade{
	opacity: 1;
}*/

.inputBox:hover .velina{
}

.npa input{
	margin-top: 10px;
	height: 30px;
	width: 94%;
	padding: 0% 3%;
	border: 1px solid rgb(220,220,220);

	border-radius: 3px;
	box-shadow: none;
}

.coolstuff{
	position: absolute;
	padding: 0px 7px;
	width: auto;
	height: 22px;
	top: 15px;
	right: 5px;

	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: white;

	border-radius: 3px;

	background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);   /* IE6 & 7 */
      zoom: 1;
	background-color: rgba(0,0,0,.6);
}

.coolstuff:hover{
	cursor: pointer;
}

.st{
	display: none;
	right: -80px;
	width: 70px;
	padding: 0px;
	background-color: #f61e23;
}





/* ANIMATION */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ANIMATION */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ANIMATION */
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* ANIMATION */
/* ---------------------------------------------------------------------------------------------------------------------------- */

.mini{
	margin: 15px auto !important;
	width: 47.5px !important;
	height: 47.5px !important;
	border-right: 3px solid white !important;

	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.loading { /* Outer Ring */
  margin: 100px auto;
  width: 95px;
  height: 95px;
  border-right: 5px solid #66a3e0;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
   
  /* call rotate animation */
  -webkit-animation: rotate 2s linear 0s infinite normal;
  -moz-animation: rotate 2s linear 0s infinite normal;
  -o-animation: rotate 2s linear 0s infinite normal;
  -ms-animation: rotate 2s linear 0s infinite normal;
  animation: rotate 2s linear 0s infinite normal;
}

.mini .loading-medium{
	width: 37.5px !important;
	height: 27.5px !important;
	border-right: 3px solid white !important;
	margin: 7.5px auto;
	border-right: 3px solid #66a3e0;
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.loading-medium { /* Middle Ring */
	margin: 15px auto;
	display: block;
	width: 75px;
	height: 55px;
	border-right: 5px solid #66a3e0;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;    

	/* call rotate animation */
	-webkit-animation: rotate 2s linear 0s infinite normal;
	-moz-animation: rotate 2s linear 0s infinite normal;
	-o-animation: rotate 2s linear 0s infinite normal;
	-ms-animation: rotate 2s linear 0s infinite normal;
	animation: rotate 2s linear 0s infinite normal;
}

.mini .loading-small{
	width: 27.5px !important;
	height: 7.5px !important;
	border-right: 3px solid white !important;
	margin: 7.5px auto;
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

.loading-small { /* Inner Ring */
	margin: 15px auto;
	display: block;
	width: 55px;
	height: 15px;
	border-right: 5px solid #66a3e0;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;    

	/* call rotate animation */
	-webkit-animation: rotate 2s linear 0s infinite normal;
	-moz-animation: rotate 2s linear 0s infinite normal;
	-o-animation: rotate 2s linear 0s infinite normal;
	-ms-animation: rotate 2s linear 0s infinite normal;
	animation: rotate 2s linear 0s infinite normal;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to { 
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to { 
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to { 
    -ms-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to { 
    transform: rotate(360deg);
  }
}




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* ANIMAZIONE PIU' LEGGERA! */
/* Animation keyframes */
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-o-keyframes spin {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
 
/* Loading animation container */
.load {
	position: relative;
    width: 28px;
    height: 28px;
}
 
/* Spinning circle (inner circle) */
.load .maskedCircle {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 3px solid #f61e23;
}
 
/* Spinning circle mask */
.load .mask {
    width: 12px;
    height: 12px;
    overflow: hidden;
}
 
/* Spinner */
.load .spinner {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 26px;
    height: 26px;
    -webkit-animation: spin .6s infinite cubic-bezier(0.03, 0.03, 0.10, 0.10);
	-moz-animation:  spin .6s infinite linear;
	-o-animation:  spin .6s infinite linear;
	-ms-animation:  spin .6s infinite linear;
	animation: spin .6s infinite linear;
}

/* --------------------------------------------------------- */
/* sotto menu */

.sceltaBox{
	border-bottom: 1px solid rgb(220,220,220);
	background-color: white;
	text-align: center;
}

.sceltaBox ul{
	max-width: 400px;
	font-size: 0px;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	cursor: pointer;
}

.sceltaBox ul li{
	position: relative;
	color: rgb(140,140,140);
	display: inline-block;
	padding: 10px 0px;
	width: 33%;
	font-size: 16px;
}

.sceltaBox ul li.acceso{
	color: white;
	background-color: #f61e23;
}

div.punta{
	margin: 0;
	padding: 0;

	height: 10px;
	width: 10px;
	background-color: red;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;

	background-color: #f61e23;
	display: none ;
}

.acceso .punta{
	display: block ;
}


.noscriptmsg{
	padding-top: 50px !important;
	margin-top: 0px !important;
	min-height: 100% !important;
	padding-bottom: 50px !important;
	height: auto !important;
}

.noscriptmsg p.messaggio{
	max-width: 95%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0px;
}

.site{
	padding-top: 50px !important;
	margin-top: 0px !important;
	min-height: 100% !important;
	padding-bottom: 50px !important;
	height: auto !important;
}


/* FINAL */
div.final{
	background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
      zoom: 1;
	background-color: rgba(0,0,0,.8);
	padding: 20px 0px;
	font-size: 0px;
}

div.final div.settore{
	width: 50%;
	display: inline-block;
	color: white;
	font-size: 13px;
	vertical-align: top;
}

div.final div.right{
	text-align: right;
}

div.final .settore p{
	color: white;
	font-size: 15px;
	padding: 5px 0px;
	margin: 5px 0px;
}

div.final .settore ul{
	padding: 5px 0px;
	margin: 0px;
	color: rgb(200,200,200);
	color: rgba(255,255,255,.5);
}

div.final ul.social li{
	display: inline-block;
}

div.final ul.social li span{
	display: none;
}

div.final .settore ul a{
	color: inherit;
	text-decoration: none;
	display: inline-block;
}
div.final .right ul a{
	margin:0px 3px;
}

div.final .settore ul.social img{
	height: 36px;
	width: 36px;
}


div.final .the_real_end{
	font-size: 11px;
	color: rgb(200,200,200);
	color: rgba(255,255,255,.5);
	text-align: center;
	margin-top: 10px;
}


.fb_like{
	text-align: center;
	margin: 5px 0px;
}



/* PROMO */
.promoBox{
	text-align: center;
	position: static;
	padding: 5px 0px;
}

.promo{
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	text-align: left;
	border: 1px solid white;
	color: white;
}
.promo:hover{
	color: black;
	background-color: rgb(230,230,230);
}

.promo img{
	position: absolute;
	top: 5px;
	left: 5px !important;
	height: 40px;
	left: 40px;
}

.promo p{
	margin: 0;
	margin-left: 50px;
	font-size: 15px;
	line-height: 18px;
	padding: 2px;
}



/* PAGINA DI RICERCA */
.contieniResult a.text{
	display: inline-block;
}

.contieniResult a.manif{
  display: block;
}

.contieniResult a.manif .header2{
  width: auto;
  display: block;
  background-color: transparent;
  border-bottom: 1px solid rgb(220,220,220);
}

.contieniResult a.manif .header2 .velo{
  padding-left: 0px;
  text-align: left;
}

.contieniResult a.manif .header2 .velo p.black{
  color: black;
}

.contieniResult a.manif .header2 .velo p.orange{
  font-size: 20px;
}

.inTesta{
  padding: 20px 0px;
  margin-top: 50px;
  background: white;
  display: none;
}

.inTesta label{
  font-size: 14px;
  font-weight: bold;
}

.inTesta input{
  display: block;
  box-shadow: none;
  border: 0px;
  text-overflow: ellipsis;
  outline: none;
  background-color: transparent;
  font-size: 50px;
  line-height: 70px;
  width: 100%;
  padding: 5px 0px;
  color: rgba(252, 113, 113, 1);
  border-bottom: 2px solid rgba(0,0,0,.2);
}

.inCorpo{
  background-color: white;
  min-height: calc( 100% );
  display: none;
}


/* ---- */
.inCorpo p.categoria{
  padding: 10px 0px;
  padding-top: 30px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.contieniResult{
  text-align: left;
  padding-bottom: 80px;
}

.contieniResult a{
  display: inline-block;
}

.contieniResult .header2{
  background-color: transparent;
  margin: 2px 4px 2px 0px;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  width: 323px;
}

.contieniResult .fonte-s{
  background-color: rgb(70,70,70);
}
.contieniResult .fonte-s p.black{
  display: block;
  color: white;
}
.contieniResult .fonte-s p.orange{
  display: inline-block;
  margin-left: 0px;
}
.contieniResult .fonte-s p.gray{
  display: inline-block;
}

.contieniResult .header2 .velo{
  text-align: center;
  padding-left: 60px;
  text-align: left;
}

.contieniResult .header2 .img{
  position: absolute;
  left: 5px;
  top: 8px;
  width: 44px;
  height: 44px;
  border-radius: 15%;
  overflow: hidden;
}

.contieniResult .header2 .img p{
  line-height: 44px;
  font-size: 22px !important;
}

.contieniResult .header2 .img img{
  position: static;
  width: 100%;
  height: 100%;
}


/* ricerca foto */
#resultBox .photo{
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 5px;
}

#resultBox .photo a{
	display: block;
}

#resultBox .photo .main{
	width: 90%;
	max-width: 350px;
}

#resultBox .photo:hover .main{
	opacity: .8;
}

#resultBox .photo .avatar{
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 50px;
	width: 50px;
	border-radius: 10px;
}

#resultBox .photo .heart{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.f11{
  font-size: 11px !important;
}

/* --------------- */
.spinner {
  width: 80px;
  height: 80px;

  position: relative;
  margin: 0 auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(252, 113, 113, 1);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* ---------------------- */
/* profilo_pro + mappa */

.splitAll20{
  position: absolute;
  background-color: rgb(222,222,222);
  box-shadow: -2px 0 2px rgba(0,0,0,.1) inset;
  width: 160px;
  max-width: none !important;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

.splitAll80{
  margin: 0;
  padding: 0;
  width: calc( 100% - 160px );
  padding-left: 160px;
  max-width: none !important;
  min-height: 100vh;
  background-color: rgb(245,245,245);
}


/* cookie policy */
.modal-down{
	position: fixed;
	bottom: -100px;
	left: 0px;
	width: 100%;
	font-size: 14px;
	line-height: 17px;
	padding: 10px 0px;
	background-color: rgb(60,60,60);
	font-size: 13px;

	-webkit-transition: bottom 1s cubic-bezier(.25,-0.00,0,.30);
	-moz-transition: bottom 1s cubic-bezier(.25,-0.00,0,.30);
	-ms-transition: bottom 1s cubic-bezier(.25,-0.00,0,.30);
	-o-transition: bottom 1s cubic-bezier(.25,-0.00,0,.30);
	transition: bottom 1s cubic-bezier(.25,-0.00,0,.30);
}
.modal-down p{
	margin: 5px 0px;
	color: white;
	opacity: .8;
	padding-right: 120px;
	padding-left: 10px;
}
.modal-down a{
	color: #249CD5;
}
.modal-down .modal-btn{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 80px;
	text-align: center;
	padding: 3px 0px;

	border-radius: 5px;
	color: black;
	background-color: white;
	cursor: pointer;
}


/* ads */
.bn{
	padding: 10px 0;
	text-align: center;
	max-width: 350px;
}

.mybn{
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	text-align: left;
	display: block;
}

.mybn .bn-title{
	padding-bottom: .5em;
	font-size: .9em;
}

.mybn .container{
	padding: .5em 1em;
}

.flex{
	display: flex;
}

.flex-middle{
	align-items: center;
}

.flex-1{
	flex: 1;
}

.space-around > div{
	margin: 0 .5em;
}

.sale{
	margin-left: .2em;
	font-size: .8em;
	color: black;
	position: relative;
	opacity: .9;
}
.sale:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	background: black;
	height: 1px;
}

.mybn .bn-text{
	padding-left: 1em;
}

.mybn .price{
	font-weight: bold;
}

.mybn .product img{
	width: 90px;
	height: auto;
	object-fit: scale-down;
}

.mybn .small-arrow{
	height: 10px;
	transform: rotateZ(90deg);
}

.mybn .badge{
	padding: 0 .2em;
	border-radius: 4px;
	margin-left: .2em;
	font-size: .9em;
}

.sponsored{
	border-top: 1px solid rgba(0,0,0,.05);
	background-color: rgba(0,0,0,.05);
	padding: .2em 1em;
	margin-top: .5em;
	font-size: 80%;
}

.sponsored img{
	margin-right: .5em;
	height: 20px;
}

.scroll-x{
	overflow-x: auto;
}

.flat-ads { width: 320px; height: 100px; }
@media(min-width: 500px) { .flat-ads { width: 468px; height: 60px; } }
@media(min-width: 800px) { .flat-ads{ width: 728px; height: 90px; } }
@media(min-width: 1000px) { .flat-ads{ width: 900px; height: 250px; } }

/* fake image */
.sf{
}

.sf p{
	margin: 0;
	font-size: 23px;
	text-align: center;
	color: white;
}

.sf50{
	height: 50px;
	width: 50px;

	margin-right: 25px;
}
.sf50 p{
	line-height: 50px;
}
.sf44{
	height: 44px;
	width: 44px;

	margin-right: 22px;
}

.onlyCell{
	display: none;
}

.hideMe{
	display: none;
}

.m_badge{
	padding: .1em .4em;
	border-radius: .2em;
	font-size: .8em;
	margin-left: 1em;
}

/* --------------------------------------- */
/* ---- MOBILE SHOW / DESKTOP HIDE ------- */
/* --------------------------------------- */

@media (max-width: 750px){
	#naviga{
		display: none !important;
	}

	#nav{
		display: block !important;
	}

	.modal-down p{
		padding: 0px 10px !important;
		padding-bottom: 25px !important;
	}
}

@media screen and (max-width: 640px) {
	.fullCell{
		width: 100% !important;
	}

	.noCell{
		display: none;
	}

	.onlyCell{
		display: block;
	}

	.inTesta{
 		padding: 10px 0px;
 	}

 	.inTesta label{
 		font-size: 12px;
 	}

	.inTesta input{
		font-size: 32px;
		line-height: 44px;
	}

	.inCorpo p.categoria{
		padding-top: 10px;
	}
}

.open-image{
	cursor: pointer;
}

.modal-popup{
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,1);
	z-index: 1000;
	overflow: hidden;
	cursor: pointer;
}

.modal-popup img.foreground{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;

	width: 500px;
	height: 500px;
}

.modal-popup img.background{
	position: absolute;
	top: 0;
	left: 0;
	top: calc(0% - 40px);
	left: calc(0% - 40px);
	width: 100%;
	height: 100%;
	width: calc(100% + 80px);
	height: calc(100% + 80px);
	opacity: .3;
	object-fit: cover;

	filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='3'%20/></filter></svg>#blur");
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	filter: blur(40px);
	-webkit-filter: blur(40px);
	-ms-filter: blur(40px);
}

