.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 21000;
	position: fixed;
	margin: auto;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0px;
	width: 30%;
	background: #f8f7f7;
	border: 1px solid #5f6c6e;
	border: none;
	overflow: hidden;
}
.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	max-width: 100%;
	position: fixed;
	z-index: 21000;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100%;
	background: #f8f7f7;
}
.pace.pace-inactive {
	display: none;
}
.bgloading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
	box-sizing: border-box;
	border: 2px solid #fff;
	background-color: #f8f7f7;/*background-image: url(../images/loghi/header.png);
    background-position:  center 48%;
    background-size: 150px;
    background-repeat: no-repeat;*/
}
.moveloading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 165px;
	height: 165px;
	margin-top: -82.5px;
	margin-left: -82.5px;
	background: url(../images/logo/footer.svg) center center no-repeat;
	background-size: 165px;
}
.loadingcircle {
	position: absolute;
	left: 50%;
	top: 50%;
	background: transparent;
	width: 165px;
	height: 165px;
	margin-top: -82.5px;
	margin-left: -82.5px;
	border-radius: 100%;/*border: 10px solid #19bee1;*/
}
.loadingcircle:after {
	content: '';
	background: trasparent;
	width: 150%;
	height: 150%;
	position: absolute;
	border-radius: 100%;
	top: -20%;
	left: -20%;
	opacity: 0.7;
	box-shadow: rgba(197, 187, 177, 0.4) -3px -3px 2px -2px;
	animation: loop_rotate 2s infinite linear;
}
 @-webkit-keyframes loop_rotate {
 0% {
 transform: rotateZ(0deg);
}
 100% {
 transform: rotateZ(360deg);
}
}
 @-moz-keyframes loop_rotate {
 0% {
 transform: rotateZ(0deg);
}
 100% {
 transform: rotateZ(360deg);
}
}
 @-ms-keyframes loop_rotate {
 0% {
 transform: rotateZ(0deg);
}
 100% {
 transform: rotateZ(360deg);
}
}
 @-o-keyframes loop_rotate {
 0% {
 transform: rotateZ(0deg);
}
 100% {
 transform: rotateZ(360deg);
}
}
 @keyframes loop_rotate {
 0% {
 transform: rotateZ(0deg);
}
 100% {
 transform: rotateZ(360deg);
}
}

/*MEDIA QUERY*/
@media only screen and (max-width:1600px) {
@media only screen and (max-width:1024px) {
@media only screen and (max-width:650px) {
.moveloading {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	background-size: 100px;
}
.loadingcircle {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}
}
}
}
