.container {
  position: relative;
  width: 100%;
}

.signals {
  position: absolute;
  top: -30px;
  right: 0;
  bottom: 0;
  left: -4px;
  opacity: 0.6;
}
.signals span {
  display: block;
  position: absolute;
  left: 50%;
  border: 2px solid #74bbdc;
  opacity: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0 0 80px #a8e3ff;
  -webkit-box-shadow: 0 0 80px #a8e3ff;
  box-shadow: 0 0 80px #a8e3ff;
  -webkit-animation: signal 2.4s infinite alternate ease-in-out;
  -moz-animation: signal 2.4s infinite alternate ease-in-out;
  animation: signal 2.4s infinite alternate ease-in-out;
}
.signals .signal-8 {
  width: 1330px;
  height: 1330px;
  margin-top: -665px;
  margin-left: -665px;
  border-color: rgba(116, 187, 220, 0.2);
  -moz-box-shadow: 0 0 80px rgba(107, 208, 255, 0.2);
  -webkit-box-shadow: 0 0 80px rgba(107, 208, 255, 0.2);
  box-shadow: 0 0 80px rgba(107, 208, 255, 0.2);
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.signals .signal-7 {
  width: 1030px;
  height: 1030px;
  margin-top: -515px;
  margin-left: -515px;
  border-color: rgba(116, 187, 220, 0.3);
  -moz-box-shadow: 0 0 80px rgba(107, 208, 255, 0.3);
  -webkit-box-shadow: 0 0 80px rgba(107, 208, 255, 0.3);
  box-shadow: 0 0 80px rgba(107, 208, 255, 0.3);
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.signals .signal-6 {
  width: 770px;
  height: 770px;
  margin-top: -385px;
  margin-left: -385px;
  border-color: rgba(116, 187, 220, 0.4);
  -moz-box-shadow: 0 0 80px rgba(107, 208, 255, 0.4);
  -webkit-box-shadow: 0 0 80px rgba(107, 208, 255, 0.4);
  box-shadow: 0 0 80px rgba(107, 208, 255, 0.4);
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.signals .signal-5 {
  width: 550px;
  height: 550px;
  margin-top: -275px;
  margin-left: -275px;
  border-color: rgba(116, 187, 220, 0.5);
  -moz-box-shadow: 0 0 80px rgba(107, 208, 255, 0.5);
  -webkit-box-shadow: 0 0 80px rgba(107, 208, 255, 0.5);
  box-shadow: 0 0 80px rgba(107, 208, 255, 0.5);
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.signals .signal-4 {
  width: 370px;
  height: 370px;
  margin-top: -185px;
  margin-left: -185px;
  border-color: rgba(116, 187, 220, 0.6);
  -moz-box-shadow: 0 0 80px rgba(107, 208, 255, 0.6);
  -webkit-box-shadow: 0 0 80px rgba(107, 208, 255, 0.6);
  box-shadow: 0 0 80px rgba(107, 208, 255, 0.6);
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.signals .signal-3 {
  width: 230px;
  height: 230px;
  margin-top: -115px;
  margin-left: -115px;
  border-color: rgba(116, 187, 220, 0.7);
  -moz-box-shadow: 0 0 80px rgba(107, 208, 255, 0.7);
  -webkit-box-shadow: 0 0 80px rgba(107, 208, 255, 0.7);
  box-shadow: 0 0 80px rgba(107, 208, 255, 0.7);
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.signals .signal-2 {
  width: 130px;
  height: 130px;
  margin-top: -65px;
  margin-left: -65px;
  border-color: rgba(116, 187, 220, 0.8);
  -moz-box-shadow: 0 0 80px rgba(107, 208, 255, 0.8);
  -webkit-box-shadow: 0 0 80px rgba(107, 208, 255, 0.8);
  box-shadow: 0 0 80px rgba(107, 208, 255, 0.8);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.signals .signal-1 {
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  border-color: rgba(116, 187, 220, 0.9);
  -moz-box-shadow: 0 0 80px rgba(107, 208, 255, 0.9);
  -webkit-box-shadow: 0 0 80px rgba(107, 208, 255, 0.9);
  box-shadow: 0 0 80px rgba(107, 208, 255, 0.9);
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes signal {
  100% {
    opacity: 1;
  }
}
@-moz-keyframes signal {
  100% {
    opacity: 1;
  }
}


#nav-wrap {
  position: relative;
  z-index: 101;
}

#header {
  z-index: 110;
  position: relative;
}


.signal {
 border: 2px solid #3dadb3;
 border-radius: 30px;
 height: 20px;
 left: 17px;
 margin: -12px 0 0 -9px;
 opacity: 0;
 position: absolute;
 top: 20px;
 width: 20px;
 animation: pulsate 1s ease-out;
 animation-iteration-count: infinite;
}


.signal2 {
  border: 2px solid #82b640;
  border-radius: 30px;
  height: 10px;
  left: 17px;
  margin: -11px 0 0 -4px;
  opacity: 0;
  position: absolute;
  top: 24px;
  width: 10px;
  animation: pulsateq 1s ease-out;
  animation-iteration-count: infinite;
}


.signal3 {
  border: 2px solid #40b0b6;
  border-radius: 30px;
  height: 4px;
  left: 17px;
  margin: -8px 0 0 -1px;
  opacity: 0;
  position: absolute;
  top: 24px;
  width: 4px;
  animation: pulsateqa 1s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes pulsateq {
  0% {
    transform: scale(.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulsateqa {
  0% {
    transform: scale(.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.info60 {
    padding: 12px 15px 12px 15px;
    overflow: hidden;
    position: relative;
    width: 315px;
    float: left;
    text-align: justify;
    font-size: 14px;
    background: #e1f5f2;
}

.let60 {
padding: 10px 0 0 0;
background: #eee;
border-radius:5px;
position: relative;
}

.post-title60 {
    position: absolute;
    top: 0px;
    background: #83b640;
    color: #FFF;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px 0;
}