/* 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 {
  padding:20px 0;
  position: relative;
}

.logo-map
{
	position:absolute;
	left:30px;
	top:30px;display: block;
    max-width: 100%;
    height: auto;
}




#places-map h1 {
  font-size: 1.3125em;
  margin-top: 0.9523809524em;
  text-align: center;
}
@media (min-width: 37.5em) {
  #places-map h1 {
    font-size: 17px;
        margin-top: -2px;
  }
}
#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: 422px;
  position: relative;
  width: 374px;
  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 {
	    float: right;
  position: relative;
  width:374px;
  margin-left: auto; 
  margin-right: 150px;
  /*  margin-right: auto;*/

}
#places-map .map-pins {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
#places-map .map-location-marker {
  background: url('../images/map-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-san-francisco {
left: 28%;
    top: 42%;
}
@media (max-width: 37.4375em) {
  #places-map .marker-san-francisco {
    left: 6%;
    top: 32%;
  }
}
#places-map .marker-denver {
     left: 34%;
    top: 48%;
  -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: 52%;
    top: 39%;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#places-map .marker-costa-rica {
  left: 35.5%;
    top: 38%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#places-map .marker-peterborough {
     left: 23.5%;
    top: 20%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#places-map .marker-vilnius {
      left: 22%;
    top: 35%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#places-map .marker-singapore {
      left: 18%;
    bottom: 78%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#places-map .marker-manila {
     left: 11.5%;
    top: 94%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#places-map .marker-sydney {
  bottom: 55%;
    right: 52.5%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}


#places-map .marker-Al-Karak {
 left: 7%;
    top: 76%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#places-map .marker-Queen-Alia-Airport {
        left: 34%;
    top: 46%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#places-map .marker-Tulkarm {
     left: 42%;
    top: 28%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#places-map .marker-Ramallah {
          left: 47%;
    top: 41%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#places-map .marker-Jenin {
       left: 48%;
    top: 25%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#places-map .marker-Qalqelyieh {
         left: 45%;
    top: 50%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}


#places-map .marker-Ramallah1 {
       left: 42%;
    top: 44%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#places-map .marker-Attil {
      left: 43%;
    top: 20%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}


#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: -7px;
  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: #acacb2;
    /*background: #23224c;*/
    color: #fff;
    position: absolute;
    top: -1.5625em;
    left: 0;
    right: 0;
    margin-left: 0;
    padding: 15px 20px 5px 20px;
   /* width: 15.625em;*/
    width: 12.75em;
    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: 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: 13px 16px 13px 0;
  /*  border-color: transparent #23224c transparent transparent;*/
	border-color: transparent #a8a7ac transparent transparent;
    position: absolute;
    left: -16px;
    top:12px;
  }
  #map-info.san-francisco {
    /*left: 40%;*/
    /*top: 35%;*/
right: -6%;
        top: 32%;
  }
  #map-info.denver {
       right: -12%;
        top: 39%;
  }
  #map-info.argentina {
    left: 32.5%;
    bottom: 0;
    top: auto;
  }
  #map-info.argentina:before {
    top: 152px;
  }
  #map-info.costa-rica {
                                  top: 30%;
        right: -13%;
  }
  #map-info.peterborough {
    top: 12.5%;
    left: 30%;
  }
  #map-info.vilnius {
               top: 26%;
        right: -2%;
    }
  #map-info.dubai {
                top: 30%;
        right: -30%;
    }
  }
  #map-info.singapore {
    left: auto;
    top: auto;
            bottom: 73%;
        right: 8%;
    }
  }
  
   #map-info.Al-Karak {
                     top: 68%;
        left: 12%;
  }
  
   #map-info.Queen-Alia-Airport {
               top: 35%;
        right: -168%;
  }
  
   #map-info.Tulkarm {
                      top: 18%;
        right: -24%;
  }
  
   #map-info.Ramallah {
                     top: 31%;
        right: -29%;
  }
  
   #map-info.Jenin {
            top: 18%;
        right: -29%;
  }
  
   #map-info.Qalqelyieh {
                     top: 41%;
        right: -27%;
  }
  
    #map-info.Ramallah1 {
              top: 37%;
        right: -23%;
  }
  
  #map-info.Attil {
               top: 12%;
        right: -25%;
  }
 
 
   #map-info.Al-Karak {
       top: 68%;
    right: 16%;
  }
  
 
  #map-info.manila {
    left: auto;
    top: auto;
      bottom: 3.75%;
    right: 10.5%;
  }
  #map-info.manila:before {
   /* border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;*/
  }
  #map-info.sydney {
    left: auto;
    top: auto;
      right: -21.5%;
    bottom: 216px;
  }
  #map-info.sydney:before {
   /* border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent #000;
    left: auto;
    right: -16px;
    bottom: 50px;*/
  }
}
#map-info h1 {
 /* float: left;*/
  float: inherit;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 0.7272727273em;
  margin-top: 0;
  color:#FFFFFF!important;
}
#map-info a {
    /*color:#f6a846;*/
	Color:#453520;
    display: none;
    font-size: 12px;
    float: right;
    margin-right: 35px;
    margin-top: 0px;
    text-decoration: underline;
	
}
#map-info img {
  height: auto;
  max-width: 100%;
}


.bg-amman {
    background: url(../images/Jordan-Amman-Citadel-ruins-3.jpg) no-repeat fixed center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    border-radius: 10px;
}


@media (max-width: 767px) {

#map-info .close-btn {
  
    right: 19px;
    top: 15px;
}

#places-map {
    margin-bottom: 21px;
	
}

#places-map .map {
    position: relative;
    width: 100%;
}

#places-map img {
  height: auto;
  width: 100%;
}


#map-info {
 
          width: 172px;
}

#map-info a {
    
    font-size: 10px;
}

     #places-map .marker-san-francisco {
        left: 29%;
        top: 35%;
    }
 #map-info.san-francisco {
                 top: -108%;
        right: -2%;
  }
  #map-info.denver {
             right: -12%;
        top: 39%;
  }
  #map-info.argentina {
    left: 32.5%;
    bottom: 0;
    top: auto;
  }
 
  
  #map-info.costa-rica {
                     top: -102%; 
                     top: -102%;
        right: 3%;
  }
  
  
  #map-info.peterborough {
         top: 11.5%;
        left: 29%;
  }
     #map-info.vilnius {
              top: 25%;
        left: 28%;
    }
  #map-info.dubai {
                top: 30%;
        right: -30%;
  }
 
  
   #map-info.Al-Karak {
               top: -90%;
       right: 4%;
  }
  
   #map-info.Queen-Alia-Airport {
           top: -96%;
        right: -7%;
  }

  
  
  
   #map-info.Tulkarm {
           top: 18%;
        right: -14%;
  }
  
   #map-info.Ramallah {
             top: 28%;
        right: -18%;
  }
  
   #map-info.Jenin {
  top: 14%;
        right: -18%;
  }
  
   #map-info.Qalqelyieh {
          top: 38%;
        right: -21%;
  }
  
    #map-info.Attil {
        top: 8%;
        right: -15%;
  }
   #map-info.Ramallah1 {
                   top: 31%;
        right: -14%;
  }
  
  #map-info h1 {
    font-size: 12px;
  }
 #map-info:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 16px 13px 0;
        /* border-color: transparent #23224c transparent transparent; */
        border-color: transparent #a8a7ac transparent transparent;
        position: absolute;
        left: -16px;
        top: 5px;
    }
	
	
	 #map-info a {
    /* color: #f6a846; */
    Color: #453520;
    display: block;
    font-size: 10px;
    float: right;
    margin-right: 22px;
    margin-top: 0px;
    text-decoration: underline;
  }
  
  
    #places-map .marker-Qalqelyieh {
    left: 49%;
    top: 49%;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#places-map .marker-Ramallah1 {
    left: 42%;
    top: 44%;
}
#places-map .marker-Ramallah {
    left: 47%;
    top: 38%;
}

  .title {
    display: none;
  }




.products2 .about-img2 .shape-2 {
	    margin-left: 13px;
    position: absolute;
    left: 0;
    top: 0;
          width: 451px !important;
        height: 293px !important;
}

  .products2 .about-img2 {
   
    height: 278px!important;
}



.sections2 ul li {
   
    height: 480px!important;
}

#places-map .map-location-marker{
	
	    z-index: 999999;
}

}

.hide3 {
  display: none!important;
}
    
.map-pins a:hover + .hide3 {
  display: block!important; 
 
}
h2.title3 {
    margin-right: 20px;
    font-size: 21px;
}
