/* Animation */
@-webkit-keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.75);
 transform: scale(1.75);
 opacity: 0;
}
}
@keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.75);
 transform: scale(1.75);
 opacity: 0;
}
}

body { margin: 0; }

/* Hotspot */

/* BOTTONI */

#hotspotImg-1 {
  background-color: #ededed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#hotspotImg-1 .img-responsive-1 { max-width: 100%; }

#hotspotImg-1 .hot-spot-1 {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  text-align: center;
  background-color: #324C8F;
/* rgba(229, 0, 137, 0.6);
 */
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s ease;
}

#hotspotImg-1 .hot-spot-1 .circle-1 {
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid #324C8F;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite;
}

#hotspotImg-1 .hot-spot-1 .tooltip-1 {
  background-color: rgba(58, 95, 150, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 14px;
  opacity: 1.0;
  left: 0px;
  padding: 15px 5px;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 280px;
  z-index: 999;
}

#hotspotImg-1 .hot-spot-1 .tooltip-1 .img-row-1 {
  padding: 10px;
  text-align: center;
}

#hotspotImg-1 .hot-spot-1 .tooltip-1 .text-row-1 { padding: 15px; }

#hotspotImg-1 .hot-spot-1 .tooltip-1 h4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

#hotspotImg-1 .hot-spot-1 .tooltip-1 p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#hotspotImg-1 .hot-spot-1 .tooltip-1 p:last-child { margin-bottom: 0; }



/* ACCESSORI */

#hotspotImg-2 {
  background-color: #ededed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#hotspotImg-2 .img-responsive-2 { max-width: 100%; }

#hotspotImg-2 .hot-spot-2 {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  text-align: center;
  background-color: #324C8F;
/* rgba(229, 0, 137, 0.6);
 */
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s ease;
}

#hotspotImg-2 .hot-spot-2 .circle-2 {
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid #324C8F;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite;
}

#hotspotImg-2 .hot-spot-2 .tooltip-2 {
  background-color: rgba(58, 95, 150, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 14px;
  opacity: 1.0;
  left: 0px;
  padding: 15px 5px;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 280px;
  z-index: 999;
}

#hotspotImg-2 .hot-spot-2 .tooltip-2 .img-row-2 {
  padding: 10px;
  text-align: center;
}

#hotspotImg-2 .hot-spot-2 .tooltip-2 .text-row-2 { padding: 15px; }

#hotspotImg-2 .hot-spot-2 .tooltip-2 h4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

#hotspotImg-2 .hot-spot-2 .tooltip-2 p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#hotspotImg-2 .hot-spot-2 .tooltip-2 p:last-child { margin-bottom: 0; }




/* ZIP */

#hotspotImg-3 {
  background-color: #ededed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#hotspotImg-3 .img-responsive-3 { max-width: 100%; }

#hotspotImg-3 .hot-spot-3 {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  text-align: center;
  background-color: #324C8F;
/* rgba(229, 0, 137, 0.6);
 */
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s ease;
}

#hotspotImg-3 .hot-spot-3 .circle-3 {
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid #324C8F;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite;
}

#hotspotImg-3 .hot-spot-3 .tooltip-3 {
  background-color: rgba(58, 95, 150, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 14px;
  opacity: 1.0;
  left: 0px;
  padding: 15px 5px;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 280px;
  z-index: 999;
}

#hotspotImg-3 .hot-spot-3 .tooltip-3 .img-row-3 {
  padding: 10px;
  text-align: center;
}

#hotspotImg-3 .hot-spot-3 .tooltip-3 .text-row-3 { padding: 15px; }

#hotspotImg-3 .hot-spot-3 .tooltip-3 h4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

#hotspotImg-3 .hot-spot-3 .tooltip-3 p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#hotspotImg-3 .hot-spot-3 .tooltip-3 p:last-child { margin-bottom: 0; }



/* TESSUTI */

#hotspotImg-4 {
  background-color: #ededed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#hotspotImg-4 .img-responsive-4 { max-width: 100%; }

#hotspotImg-4 .hot-spot-4 {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  text-align: center;
  background-color: #324C8F;
/* rgba(229, 0, 137, 0.6);
 */
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s ease;
}

#hotspotImg-4 .hot-spot-4 .circle-4 {
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid #324C8F;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite;
}

#hotspotImg-4 .hot-spot-4 .tooltip-4 {
  background-color: rgba(58, 95, 150, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 14px;
  opacity: 1.0;
  left: 0px;
  padding: 15px 5px;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 280px;
  z-index: 999;
}

#hotspotImg-4 .hot-spot-4 .tooltip-4 .img-row-4 {
  padding: 10px;
  text-align: center;
}

#hotspotImg-4 .hot-spot-4 .tooltip-4 .text-row-4 { padding: 15px; }

#hotspotImg-4 .hot-spot-4 .tooltip-4 h4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

#hotspotImg-4 .hot-spot-4 .tooltip-4 p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#hotspotImg-4 .hot-spot-4 .tooltip-4 p:last-child { margin-bottom: 0; }



