/* Breakpoints
// ========================================================================== */
/* 320px */
/* 480px */
/* 599px */
/* 600px */
/* 768px */
/* 967px */
/* 960px */
/* 1400px */
/* Colors 
// ========================================================================== */
/* Convert px to ems
// ========================================================================== */
/* Mixins
// ========================================================================== */
/* Media Query Watcher
// ========================================================================== */
#getActiveMQ-watcher {
  font-family: "break-0";
}
@media (min-width: 20em) {
  #getActiveMQ-watcher {
    font-family: "break-1";
  }
}
@media (min-width: 30em) {
  #getActiveMQ-watcher {
    font-family: "break-2";
  }
}
@media (min-width: 37.5em) {
  #getActiveMQ-watcher {
    font-family: "break-3";
  }
}
@media (min-width: 48em) {
  #getActiveMQ-watcher {
    font-family: "break-4";
  }
}
@media (min-width: 60em) {
  #getActiveMQ-watcher {
    font-family: "break-5";
  }
}

/* =Map Pin Animation
// ========================================================================== */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/* =Places Map
// ========================================================================== */
#places-map {
  position: relative;
}
#places-map h1 {
  font-size: 1.3125em;
  margin-top: 0.9523809524em;
  text-align: center;
}
@media (min-width: 37.5em) {
  #places-map h1 {
    font-size: 2.1875em;
    margin-top: 0.9428571429em;
  }
}
#places-map .wu-logo {
  display: none;
  height: 3.875em;
  width: 11.3125em;
}
@media (min-width: 60em) {
  #places-map .wu-logo {
    background: url(https://jeffbridgforth.com/codepen/wu-logo.jpg) no-repeat;
    display: block;
    position: absolute;
    bottom: 1.875em;
    left: 2em;
  }
}
@media (min-width: 87.5em) {
  #places-map .wu-logo {
    left: 50%;
    margin-left: -43.75em;
  }
}
#places-map img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.secondary-page #places-map .content {
  margin: 0;
  position: relative;
}
@media (min-width: 60em) {
  .secondary-page #places-map .content {
    margin: 0 auto;
  }
}
#places-map .map {
  position: relative;
 
}
#places-map .map-pins {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
#places-map .smmap-location-marker {
  cursor: pointer;
  position: absolute;
  height: 30px;
  margin-top: -1.875em;
  margin-left: -0.7857142857em;
  width:21px;
  z-index: 3;
}
#places-map .map-location-marker {
  background: url(../img/red-pin.png) no-repeat;
  cursor: pointer;
  position: absolute;
  height: 30px;
  margin-top: -1.875em;
  margin-left: -0.7857142857em;
  width:21px;
  z-index: 3;
}
@media (min-width: 48em) {
  .js #places-map .map-location-marker {
    visibility: hidden;
  }
  .js #places-map .map-location-marker.bounceInDown {
    visibility: visible;
  }
}
#places-map .marker-kasaragod {
  left: 12%;
  top: 8%;
}
#places-map .marker-iringaloor {
  left: 30%;
  top: 28%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;  
}
#map-info.iringaloor {
  left: 34%;
  top: 24%;
}
#places-map .marker-pulluvazhy {
  left: 73%;
  top: 54%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;  
}
#map-info.pulluvazhy {
  left: 76%;
  top: 50%;
}
#places-map .marker-ernakulam {
  left: 63%;
  top: 61%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;  
}
#map-info.ernakulam {
  left: 67%;
  top: 57%;
}
#places-map .marker-kalpetta {
  left: 46%;
  top: 24%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-vadakara {
  left: 29%;
  top: 26%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-thalasery {
  left: 25%;
  top: 23%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; 
}
#places-map .marker-payyanur {
  left: 18%;
  top: 17%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-kakkad {
  left:23%;
  top: 15%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-kannur {
  left: 25%;
  top:18%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-chevarambalam {
  left:45%;
  top: 30%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-calicut {
  left:37%;
  top: 33%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-argentina {
  left: 29.5%;
  bottom: 21.5%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#places-map .marker-dubai {
  left: 64%;
  top: 42%;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#places-map .marker-costa-rica {
  left: 17.5%;
  top: 50%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#places-map .marker-kochi {
  left: 58%;
  top: 62%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-angamaly {
  left: 60%;
  top: 59%; 
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-muvattupuzha {
  left: 66.5%;
  top: 60%;  
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-maradu {
  left: 63%;
  top: 65%;  
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-alappuzha {
  left: 57%;
  top: 68%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-mavelikkara {
  left: 61%;
  top: 73%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-thiruvalla {
  left: 60%;
  top: 77%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-karunagapally {
  left: 65%;
  top: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-pathanamthitta {
  left:78%;
  top: 78%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-pathanamthitta1 {
  left:85%;
  top:80%;  
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-pattambi {
  left: 65%;
  top: 42%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-palakad {
  left: 70%;
  top: 50%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-malappuram {
  left: 49%;
    top: 40%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-manjeri {
  left: 54%;
    top: 37%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-nilambur {
  left: 54%;
    top: 31%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-kottakkal {
  left: 43%;
    top: 45%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-thodupuzha {
  left:85%;
  top: 62%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-kattappana {
  left:80%;
  top: 60%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-kattappana1 {
  left:85%;
  top: 68%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-kottayam {
  left:68%;
  top: 73%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-pala {
  left:66%;
  top: 69%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-nattakam {
  left:73%;
  top: 71%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-vilnius {
  left: 52%;
  top: 18%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#places-map .marker-singapore {
  left: 79%;
  bottom: 42%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#places-map .marker-kunnamkulam {
  left: 53%;
  top: 49%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#places-map .marker-thrissur {
  left: 59%;
  top: 53%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#places-map .marker-thiruvananthapuram {
  bottom: 2%;
  right: 9.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#places-map .marker-kottarakara {
  bottom: 15%;
  right: 25.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
 
}
#places-map .marker-kollam {
  bottom: 12%;
  right: 16.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
 
}
#places-map .marker-alamcode {
  bottom: 9%;
  right: 21.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-nedumangad {
  bottom: 10%;
  right: 9.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .smmap-location-marker:after {
  -webkit-animation: pulsate 2s ease-in-out infinite;
  -moz-animation: pulsate 2s ease-in-out infinite;
  animation: pulsate 2s ease-in-out infinite;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  content: "";
  display: block;
  height: 31px;
  left: -8px !important;
  opacity: 0;
  position: absolute;
  top: -9px !important;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 31px;
  z-index: 2;
}
#places-map .map-location-marker:after {
  -webkit-animation: pulsate 2s ease-in-out infinite;
  -moz-animation: pulsate 2s ease-in-out infinite;
  animation: pulsate 2s ease-in-out infinite;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  content: "";
  display: block;
  height: 31px;
  left: -8px;
  opacity: 0;
  position: absolute;
  top: -8px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  width: 31px;
  z-index: 2;
}

#page-places {
  position: relative;
}

#map-info {
  background: #333;
  color: #fff;
  position: absolute;
  top: -1.5625em;
  left: 50%;
  margin-left: -7.8125em;
  padding:10px 15px;
  width: 15.625em;
  z-index: 10;
}
#map-info .close-btn {
  background: url(http://jeffbridgforth.com/codepen//close-btn.png) no-repeat;
  cursor: pointer;
  display: block;
  height: 0.6875em;
  width: 0.6875em;
  position: absolute;
  right: 10px;
    top: 10px;
}
@media (min-width: 30em) {
  #map-info {
    top: 50%;
    margin-top: -8.875em;
  }
}
@media (min-width: 60em) {
  #map-info {
    margin-left: -8.875em;
    width: 17.75em;
  }
}
@media (min-width: 48em) {
  #map-info {
    margin-left: 0;
    margin-top: 0;
  }
  #map-info:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:10px 11px 10px 0;
    border-color: transparent #333 transparent transparent;
    position: absolute;
    left: -9px;
  }
  #map-info.kasaragod {
    left:17%;
    top:4%;
  } 
   #map-info.kalpetta {
    left: 48%;
    top: 20.5%;
  } 
   #map-info.thalasery {
    left: 28%;
    top: 19%;
  } 
  #map-info.vadakara {
    left: 32%;
    top: 21.5%;
  } 
  #map-info.payyanur {
    left: 22%;
    top: 13.5%;
  } 
  #map-info.kakkad {
    left: 26%;
    top: 10.5%;
  }
  #map-info.kannur {
    left: 29%;
    top:15%;
  }
  #map-info.chevarambalam {
    left: 48%;
    top: 27%;
  } 
  #map-info.calicut {
    left: 40%;
    top: 29%;
  }
  #map-info.argentina {
    left: 32.5%;
    bottom: 0;
    top: auto;
  }
  #map-info.argentina:before {
    top: 152px;
  }
  #map-info.costa-rica {
    bottom: 5%;
    left: 20%;
    top: auto;
  }
  #map-info.costa-rica:before {
    top: 45px;
  }
   #map-info.kochi {
    top: 58%;
    left:60%;
  }
  #map-info.angamaly {
    top: 55%;
    left:63%;
  }
  #map-info.muvattupuzha {
    top: 55%;
    left: 69%;
  }
  #map-info.maradu {
    top: 60%;
    left: 66%;
  }
  #map-info.alappuzha {
    top: 64%;
    left: 60%;
  } 
  #map-info.mavelikkara {
    top: 69%;
    left: 63%;
  }  
  #map-info.thiruvalla {
    top:74%;
    left: 62%;
  } 
   #map-info.karunagapally {
    top:77%;
    left: 69%;
  } 
  #map-info.pathanamthitta {
    top: 74%;
    left: auto;
    right: 26%;
  }
  #map-info.pathanamthitta:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
}
  #map-info.pathanamthitta1 {
    top: 75%;
    left: auto;
    right: 18%;
  }
  #map-info.pathanamthitta1:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
}
  #map-info.pattambi {
    top: 38%;
    left: 69%;
  } 
   #map-info.palakad {
    top: 47%;
    left:73%;
  } 
    #map-info.malappuram {
      top: 36%;
      left:52%;
}
#map-info.manjeri {
  top: 33%;
  left: 57%;
}
#map-info.nilambur {
  top: 28%;
  left: 57%;
}
#map-info.kottakkal {
  top: 41%;
  left:45%;
}
  #map-info.kottayam {
    top: 69%;
    left: 70%;
  }
  #map-info.kattappana1 {
    top: 64%;
    left: auto;
    right: 18%;
  }
  #map-info.kattappana1:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
}
#map-info.kattappana {
  top: 55%;
  left: auto;
  right: 25%;

}
#map-info.kattappana:before {
  border-width: 13px 0 13px 11px;
  border-color: transparent transparent transparent #333;
  left: auto;
  right: -9px;
  bottom: 25px;
}
   #map-info.thodupuzha {
    top: 58%;
    left: auto;
    right: 18%;
  }
  #map-info.thodupuzha:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
}
  #map-info.pala {
    top: 65%;
    left: 70%;
  }
  #map-info.nattakam {
    top: 67%;
    left: 75%;
  }
  #map-info.kunnamkulam {
    top: 45%;
    left: 57%;
  }
  #map-info.thrissur {
    top:50%;
    left: 63%;
  }
  #map-info.vilnius {
    top: 10.5%;
    left: 54.5%;
  }
  #map-info.dubai {
    top: 35%;
    left: 66.5%;
  }
  #map-info.singapore {
    left: auto;
    top: auto;
    bottom: 0%;
    right: 24%;
  }
  #map-info.singapore:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -16px;
    top: 55px;
  }
  #map-info.manila {
    left: auto;
    top: auto;
    bottom: 1.75%;
    right: 18.5%;
  }
  #map-info.manila:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -16px;
  }
  #map-info.nedumangad {
    left: auto;
    top: auto;
    right: 15%;
    bottom: 70px;
  }
  #map-info.nedumangad:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
  }

  #map-info.alamcode {
    left: auto;
    top: auto;
    right: 27%;
    bottom: 70px;
  }
  #map-info.alamcode:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
  }
  
  #map-info.kollam {
    left: auto;
    top: auto;
    right: 22%;
    bottom: 10%;
  }
  #map-info.kollam:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
  }

  #map-info.kottarakara {
    left: auto;
    top: auto;
    right: 31%;
    bottom: 13%;
  }
  #map-info.kottarakara:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
  }

  #map-info.thiruvananthapuram {
    left: auto;
    top: auto;
    right: 17%;
    bottom: 0;
  }
  #map-info.thiruvananthapuram:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
  }
}
#map-info h1 {
  float: left;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-weight: normal; width: 100%; text-align: left;
}
#map-info a {
  color: #70b333;
  display: block;
  font-size: 14px;
  float: left;
  margin-right: 2.5em;
  margin-top: 5px;
  text-decoration: none;
  font-weight: 500;
  line-height: normal;
}
#map-info img {
  height: auto;
  max-width: 100%;
}

@media (max-width:640px){
  #map-info.kasaragod {
    left:17%;
    top:4%;
  } 
   #map-info.kalpetta {
    left: 38%;
    top: 16.5%;
  } 
   #map-info.thalasery {
    left: 28%;
    top: 19%;
  } 
  #map-info.vadakara {
    left: 32%;
    top: 21.5%;
  } 
  #map-info.payyanur {
    left: 22%;
    top: 13.5%;
  } 
  #map-info.kakkad {
    left: 26%;
    top: 10.5%;
  }
  #map-info.kannur {
    left: 29%;
    top:15%;
  }
  #map-info.chevarambalam {
    left: 48%;
    top: 27%;
  } 
  #map-info.calicut {
    left: 40%;
    top: 29%;
  }
  #map-info.argentina {
    left: 32.5%;
    bottom: 0;
    top: auto;
  }
  #map-info.argentina:before {
    top: 152px;
  }
  #map-info.costa-rica {
    bottom: 5%;
    left: 20%;
    top: auto;
  }
  #map-info.costa-rica:before {
    top: 45px;
  }
   #map-info.kochi {
    top: 58%;
    left:60%;
  }
  #map-info.angamaly {
    top: 55%;
    left:63%;
  }
  #map-info.muvattupuzha {
    top: 55%;
    left: 69%;
  }
  #map-info.maradu {
    top: 60%;
    left: 66%;
  }
  #map-info.alappuzha {
    top: 64%;
    left: 60%;
  } 
  #map-info.mavelikkara {
    top: 69%;
    left: 63%;
  }  
  #map-info.thiruvalla {
    top:74%;
    left: 62%;
  } 
   #map-info.karunagapally {
    top:77%;
    left: 69%;
  } 
  #map-info.pathanamthitta {
    top: 74%;
    left: auto;
    right: 26%;
  }
  #map-info.pathanamthitta:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
}
  #map-info.pathanamthitta1 {
    top: 75%;
    left: auto;
    right: 18%;
  }
  #map-info.pathanamthitta1:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
}
  #map-info.pattambi {
    top: 38%;
    left: 69%;
  } 
   #map-info.palakad {
    top: 47%;
    left:73%;
  } 
    #map-info.malappuram {
      top: 36%;
      left:52%;
}
#map-info.manjeri {
  top: 33%;
  left: 57%;
}
#map-info.nilambur {
  top: 28%;
  left: 57%;
}
#map-info.kottakkal {
  top: 41%;
  left:45%;
}
  #map-info.kottayam {
    top: 69%;
    left: 70%;
  }
  #map-info.kattappana1 {
    top: 64%;
    left: auto;
    right: 18%;
  }
  #map-info.kattappana1:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
}
#map-info.kattappana {
  top: 55%;
  left: auto;
  right: 25%;

}
#map-info.kattappana:before {
  border-width: 13px 0 13px 11px;
  border-color: transparent transparent transparent #333;
  left: auto;
  right: -9px;
  bottom: 25px;
}
   #map-info.thodupuzha {
    top: 58%;
    left: auto;
    right: 18%;
  }
  #map-info.thodupuzha:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
}
  #map-info.pala {
    top: 65%;
    left: 70%;
  }
  #map-info.nattakam {
    top: 67%;
    left: 75%;
  }
  #map-info.kunnamkulam {
    top: 45%;
    left: 57%;
  }
  #map-info.thrissur {
    top:50%;
    left: 63%;
  }
  #map-info.vilnius {
    top: 10.5%;
    left: 54.5%;
  }
  #map-info.dubai {
    top: 35%;
    left: 66.5%;
  }
  #map-info.singapore {
    left: auto;
    top: auto;
    bottom: 0%;
    right: 24%;
  }
  #map-info.singapore:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -16px;
    top: 55px;
  }
  #map-info.manila {
    left: auto;
    top: auto;
    bottom: 1.75%;
    right: 18.5%;
  }
  #map-info.manila:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -16px;
  }
  #map-info.nedumangad {
    left: auto;
    top: auto;
    right: 15%;
    bottom: 70px;
  }
  #map-info.nedumangad:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
  }

  #map-info.alamcode {
    left: auto;
    top: auto;
    right: 27%;
    bottom: 70px;
  }
  #map-info.alamcode:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
  }
  
  #map-info.kollam {
    left: auto;
    top: auto;
    right: 22%;
    bottom: 10%;
  }
  #map-info.kollam:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
  }

  #map-info.kottarakara {
    left: auto;
    top: auto;
    right: 31%;
    bottom: 13%;
  }
  #map-info.kottarakara:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
  }

  #map-info.thiruvananthapuram {
    left: auto;
    top: auto;
    right: 17%;
    bottom: 0;
  }
  #map-info.thiruvananthapuram:before {
    border-width: 13px 0 13px 11px;
    border-color: transparent transparent transparent #333;
    left: auto;
    right: -9px;
    bottom: 25px;
  }
  
#places-map .marker-kasaragod {
  left: 12%;
  top: 8%;
}

#places-map .marker-kalpetta {
  left:34%;
  top: 20%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-vadakara {
  left: 29%;
  top: 26%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-thalasery {
  left: 25%;
  top: 23%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-payyanur {
  left: 18%;
  top: 17%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-kakkad {
  left:23%;
  top: 15%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; 
}
#places-map .marker-kannur {
  left: 25%;
  top:18%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-chevarambalam {
  left:45%;
  top: 30%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#places-map .marker-calicut {
  left:37%;
  top: 33%;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;  
}

#places-map .marker-argentina {
  left: 29.5%;
  bottom: 21.5%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#places-map .marker-dubai {
  left: 64%;
  top: 42%;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#places-map .marker-costa-rica {
  left: 17.5%;
  top: 50%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#places-map .marker-kochi {
  left: 58%;
  top: 62%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-angamaly {
  left: 60%;
  top: 59%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-muvattupuzha {
  left: 66.5%;
  top: 60%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-maradu {
  left: 63%;
  top: 65%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-alappuzha {
  left: 57%;
  top: 68%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-mavelikkara {
  left: 61%;
  top: 73%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-thiruvalla {
  left: 60%;
  top: 77%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-karunagapally {
  left: 65%;
  top: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-pathanamthitta {
  left:78%;
  top: 78%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-pathanamthitta1 {
  left:85%;
  top:80%;  
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-pattambi {
  left: 65%;
  top: 42%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-palakad {
  left: 70%;
  top: 50%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-malappuram {
  left: 49%;
    top: 40%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-manjeri {
  left: 54%;
    top: 37%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-nilambur {
  left: 54%;
    top: 31%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-kottakkal {
  left: 43%;
    top: 45%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-thodupuzha {
  left:85%;
  top: 62%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-kattappana {
  left:80%;
  top: 60%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-kattappana1 {
  left:85%;
  top: 68%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-kottayam {
  left:68%;
  top: 73%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-pala {
  left:66%;
  top: 69%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-nattakam {
  left:73%;
  top: 71%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-vilnius {
  left: 52%;
  top: 18%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#places-map .marker-singapore {
  left: 79%;
  bottom: 42%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#places-map .marker-kunnamkulam {
  left: 53%;
  top: 49%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#places-map .marker-thrissur {
  left: 59%;
  top: 53%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#places-map .marker-thiruvananthapuram {
  bottom: 2%;
  right: 9.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#places-map .marker-kottarakara {
  bottom: 15%;
  right: 25.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-kollam {
  bottom: 12%;
  right: 16.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-alamcode {
  bottom: 9%;
  right: 21.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
#places-map .marker-nedumangad {
  bottom: 10%;
  right: 9.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
}