@charset "utf-8";
/* CSS Document */

.area-box .pulse111{
  position:absolute;
  top:0;
  left:0;
  height: 35px;
  width: 35px;
  border:4px solid #e7141d;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:0 0 4px #e7141d,0 0 10px #e7141d inset;
  -moz-box-shadow:0 0 4px #e7141d,0 0 10px #e7141d inset;
  box-shadow:0 0 4px #e7141d,0 0 10px #e7141d inset;
  opacity:.12;
  filter:alpha(opacity=0);
  -webkit-animation:warn 2s ease-out both;
  -moz-animation:warn 2s ease-out both;
  -o-animation:warn 2s ease-out both;
  animation:warn 2s ease-out both;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  background:0 0;
  }

.area-box .pulse1111{
  position:absolute;
  top:0px;
  left:0px;
  height: 42px;
  width: 42px;
  border:4px solid #e7141d;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:0 0 4px #e7141d,0 0 10px #e7141d inset;
  -moz-box-shadow:0 0 4px #e7141d,0 0 10px #e7141d inset;
  box-shadow:0 0 4px #e7141d,0 0 10px #e7141d inset;
  opacity:.12;
  filter:alpha(opacity=0);
  -webkit-animation:warn 2s ease-out both;
  -moz-animation:warn 2s ease-out both;
  -o-animation:warn 2s ease-out both;
  animation:warn 2s ease-out both;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  background:0 0;
  }


.area-box .dot{
  position: absolute;
  left: 9px;
  top: 9px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e7141d;
  opacity: 1;
}
.area-box .pulse{
  position:absolute;
  top:0px;
  left:0px;
  height: 28px;
  width: 28px;
  border:2px solid #e7141d;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  -webkit-box-shadow:0 0 4px #e7141d,0 0 10px #e7141d inset;
  -moz-box-shadow:0 0 4px #e7141d,0 0 10px #e7141d inset;
  box-shadow:0 0 4px #e7141d,0 0 10px #e7141d inset;
  opacity:.12;
  filter:alpha(opacity=0);
  -webkit-animation:warn 2s ease-out both;
  -moz-animation:warn 2s ease-out both;
  -o-animation:warn 2s ease-out both;
  animation:warn 2s ease-out both;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  background:0 0;
  }
@-webkit-keyframes warn{
  0%{
    -webkit-transform:scale(0);
    transform:scale(0);
    opacity:1}
  100%{
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:0
  }
}



.area-box .delay-1{
  -webkit-animation-delay:-.4s;
  -moz-animation-delay:-.4s;
  -o-animation-delay:-.4s;
  animation-delay:-.4s}
.area-box .delay-2{
  -webkit-animation-delay:-.8s;
  -moz-animation-delay:-.8s;
  -o-animation-delay:-.8s;
  animation-delay:-.8s}
.area-box .delay-3{
  -webkit-animation-delay:-1.2s;
  -moz-animation-delay:-1.2s;
  -o-animation-delay:-1.2s;
  animation-delay:-1.2s}











