/* 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 {
  background: transparent;
  padding: 3.25em 1.5625em 2.5em;
  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(http://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;
  max-width: 56.4375em;
  margin-left: auto;
  margin-right: auto;
}
#places-map .map-pins {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
#places-map .map-location-marker {
  background: url(map-pin.png) no-repeat;
  cursor: pointer;
  position: absolute;
  height: 1.875em;
  margin-top: -1.875em;
  margin-left: -0.7857142857em;
  width: 1.3125em;
  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-los-cabos {
  left: 22%;
  top: 44%;
}
@media (max-width: 37.4375em) {
  #places-map .marker-los-cabos {
    left: 6%;
    top: 32%;
  }
}
#places-map .marker-mazatlan {
  left: 32.5%;
  top: 40%;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
#places-map .marker-manzanillo {
  left: 45%;
  bottom: 30%;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
#places-map .marker-altamira {
  left: 60%;
  top: 47%;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
#places-map .marker-monterrey {
  left: 56%;
  top: 35%;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
#places-map .marker-queretaro {
  left: 57%;
  top: 59%;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
#places-map .marker-irapuato {
  left: 53%;
  top: 61%;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
#places-map .marker-toluca {
  left: 59%;
  bottom: 32%;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}
#places-map .marker-cdmx {
  left: 62.2%;
  top: 67%;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}
#places-map .marker-veracruz {
  bottom: 32%;
  right: 32%;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

#places-map .marker-oaxaca {
  bottom: 22%;
  right: 31%;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
#places-map .marker-yucatan {
  bottom: 41%;
  right: 10%;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

#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 #f26524;
  border-radius: 30px;
  content: "";
  display: block;
  height: 31px;
  left: -7px;
  opacity: 0;
  position: absolute;
  top: -8px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  width: 31px;
  z-index: 2;
}

#page-places {
  position: relative;
}

#map-info {
  background: #009899;
  color: #fff;
  position: absolute;
  top: -1.5625em;
  left: 50%;
  margin-left: -7.8125em;
  padding: 1.125em 1.125em 0 1.125em;
  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: 1.125em;
  top: 1.125em;
}
@media (min-width: 30em) {
  #map-info {
    top: 50%;
    margin-top: -8.875em;
  }
}
@media (min-width: 60em) {
  #map-info {
    margin-left: -8.875em;
    width: 10.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: 13px 16px 13px 0;
    border-color: transparent #009899 transparent transparent;
    position: absolute;
    left: -16px;
  }
  #map-info.los-cabos {
    left: 25%;
    top: 36%;
  }
  #map-info.mazatlan {
    left: 36%;
    top: 32%;
  }
  #map-info.manzanillo {
    left: 48%;
    bottom: 29.5%;
    top: auto;
  }
  #map-info.manzanillo:before {
    top: 20px;
  }
  #map-info.monterrey {
    bottom: 64%;
    left: 59%;
    top: auto;
  }
  #map-info.monterrey:before {
    top: 15px;
  }
  #map-info.queretaro {
    top: 51%;
    left: 60%;
  }
  #map-info.irapuato {
    top: 53%;
    left: 56%;
  }
  #map-info.altamira {
    top: 39%;
    left: 63.5%;
  }
  #map-info.toluca {
    left: auto;
    top: auto;
    bottom: 31%;
    right: 15%;
  }
  #map-info.toluca:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #009899;
    left: auto;
    right: 100%;
    top: 15px;
    transform: rotate(180deg);
  }
  #map-info.cdmx {
    left: auto;
    top: auto;
    bottom: 32%;
    right: 12%;
  }
  #map-info.cdmx:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #009899;
    left: auto;
    right: 100%;
    transform: rotate(180deg);
  }
  #map-info.veracruz {
    left: auto;
    top: auto;
    right: 7%;
    bottom: 30.5%;
  }
  #map-info.veracruz:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #009899;
    left: auto;
    right: 100%;
    bottom: 15px;
    transform: rotate(180deg);
  }

  #map-info.oaxaca {
    left: auto;
    top: auto;
    right: 5.7%;
    bottom: 20.5%;
  }
  #map-info.oaxaca:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #009899;
    left: auto;
    right: 100%;
    bottom: 15px;
    transform: rotate(180deg);
  }
  #map-info.yucatan {
    left: auto;
    top: auto;
    right: 14.5%;
    bottom: 39.5%;
  }
  #map-info.yucatan:before {
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #009899;
    left: auto;
    right: -14px;
    bottom: 15px;
  }

}
.estados{
  position: relative;
  float: left;
  left: 10%;
  bottom: 200px;
  font-size: 30px;
  line-height: 35px;
  color: #001A42;
}

.transporte{
  position: relative;
  font-size: 30px;
  line-height: 35px;
  float: right;
  top: 50px;
  margin-bottom: -70px;
  text-align: right;
  color: #001A42;
}

.verde{
  color: #009899;
}

#map-info h1 {
  float: left;
  font-size: 1.375em;
  line-height: 1;
  margin-bottom: 0.7272727273em;
  margin-top: 0;
}
#map-info a {
  color: #ffdf1c;
  display: block;
  font-size: 0.75em;
  float: right;
  margin-right: 2.5em;
  margin-top: 0.6666666667em;
  text-decoration: underline;
}
#map-info img {
  height: auto;
  max-width: 100%;
}