    .map_data{width: 30% !important; top: 0px !important;}
    .map_link{width: 70% !important; position: relative; top: 0px !important; vertical-align: middle;}
    .map_link a{display: inline-block; width: 100%; position: relative;}
    .map_link a:before{content: 'View Map'; display: block; width: 120px; height: 120px; top: 50%; left: 50%; position: absolute; transform: translate(-50%,-50%); z-index: 1; border-radius:50%; box-shadow: 0px 0px 40px rgba(0,0,0,0.7); text-align: center; line-height: 110px; color: #ffffff;}
    .map_link img{width: 100%; height: auto; display: block; border-radius: 4px; box-shadow: 0px 0px 10px rgba(0,0,0,0.5);}
    .fix_display--table{display: table; width: 100%; top: 330px; height: initial !important;}
    .fix_display--table--wrap{display: table-row;}
    .fix_display--table .map_data,
    .fix_display--table .map_link{display: table-cell;}
    .sec_3,
    .map_location{height: inherit !important; background: #f0ede8 url(../images/bg-main_map.jpg) no-repeat center; background-size: cover;}

/*

@-webkit-keyframes border_animate {
  0%  { border: 4px solid rgba(255,255,255,1);}
  60% { border: 20px solid rgba(255,255,255,0.4);}
  100% { border: 2px solid rgba(255,255,255,1);}
}
@-moz-keyframes border_animate {
  0% { border: 4px solid rgba(255,255,255,1);}
  60% { border: 20px solid rgba(255,255,255,0.4);}
  100% { border: 2px solid rgba(255,255,255,1);}
}
@-o-keyframes border_animate {
  0% { border: 4px solid rgba(255,255,255,1);}
  60% { border: 20px solid rgba(255,255,255,0.4);}
  100% { border: 2px solid rgba(255,255,255,1);}
}
*/

@keyframes border_animate {
  0% { border: 2px solid rgba(255,255,255,1);}
  40% { border: 10px solid rgba(255,255,255,0.8);}
  60% { border: 16px solid rgba(255,255,255,0.4);}
  100% { border: 2px solid rgba(255,255,255,1);}
}

.map_link a:before {
   animation: border_animate 1s infinite;
   animation-timing-function: ease-out;
}


@media (max-width: 767px){
      #tab-1,
      #tab-2,
      #tab-3{display: block !important; margin-bottom: 40px;}
      .wrapper-map_navigation{display: none;}
      .map_location .map_location--list{height: initial !important;}
      .sec_3,
      .fix_display--table,
      .fix_display--table--wrap{display: block !important;}
      .fix_display--table .map_data, 
      .fix_display--table .map_link{display: block; width: 100% !important;}

      .fix_display--table{top: 0;}

      .sec_3, 
      .map_location{height: initial !important;}

      .map_location{position: static; padding: 100px 0 60px 0;}

      .map_link{height: 100px; overflow: hidden; border-radius: 4px;}
      .map_link a:before{
        border-radius: 50px; width: 140px; height: 50px; line-height: 50px; border: 2px solid #0072bc !important; color: #0072bc !important; background: #ffffff; animation: inherit !important; top: 50px;
      }

}




