
#bell-activity {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.itemwrapper {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
</style>  



<style>
.pulse {
  box-shadow: 0 0 0 rgba(0,0,0, 0.4);
  display: block;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index:99;
 
}
.pulse:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #cca92c;
  opacity: 0.2;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulse:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cca92c;
  opacity: 0.2;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(204,169,44, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

 
.spots {
	margin-top:20px;
	width: 100%;
	height: 100%;
	z-index:999;
}
#bell-1-side, #bell-1-front, #bell-1-side2,
#bell-2-side, #bell-2-front, #bell-2-side2,
#bell-3-side, #bell-3-front, #bell-3-side2,
#bell-4-side, #bell-4-front, #bell-4-side2,
#bell-5-side, #bell-5-front, #bell-5-side2
{
	display: inline-block;
}	
#bell-1-side { position: absolute; top: 80.5%; left: 2.5%; width: 30px; height: 30px; border-radius: 15px;}
#bell-1-front { position: absolute; top: 76%; left: 9%; width: 30px; height: 30px; border-radius: 15px;}
#bell-1-side2 { position: absolute; top: 81.5%; left: 16%; width: 30px; height: 30px; border-radius: 15px;}

#bell-2-side { position: absolute; top: 76%; left: 22.5%; width: 30px; height: 30px; border-radius: 15px;}
#bell-2-front { position: absolute; top: 73%; left: 29%; width: 30px; height: 30px; border-radius: 15px;}
#bell-2-side2 { position: absolute; top: 78%; left: 36%; width: 30px; height: 30px; border-radius: 15px;}

#bell-3-side { position: absolute; top: 75%; left: 42%; width: 30px; height: 30px; border-radius: 15px;}
#bell-3-front { position: absolute; top: 72%; left: 48.5%; width: 30px; height: 30px; border-radius: 15px;}
#bell-3-side2 { position: absolute; top: 76%; left: 54.5%; width: 30px; height: 30px; border-radius: 15px;}

#bell-4-side { position: absolute; top: 75%; left: 62%; width: 30px; height: 30px; border-radius: 15px;}
#bell-4-front { position: absolute; top: 71%; left: 68.5%; width: 30px; height: 30px; border-radius: 15px;}
#bell-4-side2 { position: absolute; top: 75%; left: 74.5%; width: 30px; height: 30px; border-radius: 15px;}

#bell-5-side { position: absolute; top: 74%; left: 82%; width: 30px; height: 30px; border-radius: 15px;}
#bell-5-front { position: absolute; top: 71%; left: 88%; width: 30px; height: 30px; border-radius: 15px;}
#bell-5-side2 { position: absolute; top: 76%; left: 94%; width: 30px; height: 30px; border-radius: 15px;}


.pulse-pressed:before {
  background-color: #fff;
}
.pulse-pressed:after {
  background-color: #fff;
}
 