html, body
{
    padding: 0;
    margin: 0;
}

#content
{
    width: 100%;
    height: 500px;
	/* min-height:500px; */
    margin-left:auto;
	margin-right:auto;
}



.wr360_player .container .lightbox_rollover .img_title {
	position: absolute;
	padding: 0;
	max-width: 100%;
	width: 100%;
	height:320px;
	text-align: left;
	left: auto;
	right: auto;
	top:15px;
	border-radius: 8px;
	background-color: rgba(65, 65, 65, 0.9);
}


.wr360_player .container .lightbox_rollover .img_title a {
	color: #FFF;
	text-decoration:underline;
}


.wr360_player .container .lightbox_rollover .closelbox {
	position: absolute;
	background: url(../images/icone-bianche/close-button.png) 0px 0px no-repeat;
	right: 15px;
	top: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index:999;
}



/* ***** 06 ****** */



.hotspot-custom-06 {	
	padding:60px 40px 40px 40px;
	margin:0; 
	line-height:15px; 
	text-align:left;
}


.hotspot-custom-06 .col {
	width:25%;
	float:left;
	padding-right:30px;
	padding-left:30px;
	text-align:left;
}

.hotspot-custom-06 img {
	width:45px;
	height:45px;
	margin-bottom:20px;
	display:block;
	margin-left:0;
	margin-right:auto;
}

.hotspot-custom-06  h4{
	font-size:16px; 
	font-weight:bold; 
	color:#EEE; 
	padding:0px 0px 8px 0px; 
	margin-bottom:5px; 
}

.hotspot-custom-06  p{
	display:block;
	font-size:14px; 
	padding:7px 0px 0 0px; 
	margin:0;
	line-height:18px; 
	color:#DDD; 
}

/* *** MARKER 7 ****** */



.hotspot-custom-07 {	
	padding:20px 20px 20px 20px;
	margin:0; 
	line-height:15px; 
	text-align:left;
	width:160px;
	height:15px;
	background-color:#a4e031;
	border-radius:5px;
}


.hotspot-custom-07 .col {
	width:100%;
	float:left;
	font-size:14px;
	/*
	padding-right:30px;
	padding-left:30px;
	*/
	font-weight:bold;
	text-align:center;
	color:#FFF;
}

@media screen and (max-width: 768px) {
	
	
	.wr360_player .container .lightbox_rollover .img_title {
		height:205px;
	}
	.hotspot-custom-06 {
		padding:30px 15px 30px 15px;
	}
	.hotspot-custom-06 .col {
		width:50%;
		text-align:left;
		margin-bottom:10px;
		min-height:80px;
		height:80px;
	}
	
	.hotspot-custom-06  p{
		float:left;
	}
	
	.hotspot-custom-06 h4 {
		padding: 0px 0px 0px 0px;
		margin:0px;
	}
	.hotspot-custom-06 img {
		float:left;
		width:25px;
		height:25px;
		margin-left:0px;
		margin-right:15px;;
		
	}
	
}


.wr360_player .container .lightbox_rollover .img_title .usr_text {
	display: inline-block;
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 0px;
	line-height: 19px;
	font-size: 16px;
}

.wr360_player .container .lightbox_rollover {
	z-index: 18;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: default;
}


.img_wrap{
	
}

/* ***** info-markers ****** */

.wr360_player .container .hotspot_indicator
{
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  /* transform: rotate(3deg); */
   /* transform: rotate(0.3rad);/ */
   /* transform: rotate(3grad); */ 
   /* transform: rotate(.03turn);  */
   /*
   width: 25px !important;
   height: 25px !important;
   background-size: 25px 25px;
   border:5px solid green;
   */
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.info-marker {
	position: fixed;
	top: 0px; 
	float:left;
	margin-top:200px;
	width:100%;
	height:170px;
	border:1px solid #e6e6e6; 
	border-radius: 8px;
	padding:40px 40px 40px 40px;
	margin:0; 
	line-height:15px; 
	background-color:#f9f9f9;
	text-align:left;
	z-index:999999;
	display:none;
	
	 /*
	-webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
	*/
	
}


.info-marker .col {
	width:25%;
	float:left;
	text-align:left;
}


.info-marker  h4{
		font-size:16px; 
		font-weight:bold; 
		color:#666; 
		padding:0px 0px 5px 0px; 
		margin-bottom:5px; 
		border-bottom:0px;
}
.info-marker  p{
	font-size:14px; 
	padding:7px 0px 0 0px; 
	margin:0;
	line-height:18px; 
	color:#999; 
}
.info-marker  a{
	font-size:14px;  
	color:red; 
	text-decoration:underline;
}

.info-marker .pulsante-chiudi {
	
	width:100px;
	height:25px;
	background-color:red;
	border-radius: 8px;
	position:absolute;
	top:155px;
	left:40px;
	color:#FFF;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	padding:5px 0 3px 0;
	vertical-align:middle;
	text-align:center;
}

.info-marker .pulsante-chiudi a {
	color:#FFF;
	text-decoration:none;
}

.info-marker img.icona {
	border-radius:0px;
}



@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}