/******** SITE STYLES ********** */
#locations-container {
  background-color: #e0e0e0;
  padding: 10px 0px;
  margin: 20px 0px; }
  #locations-container header {
    margin: 20px 0;
    text-align: center;
    font-family: "Old Standard TT";
    font-size: 54px;
    line-height: 1;
  }

.location-box-row {
  margin: 0 auto;
  max-width: 1400px; }

.location-box {
  width: 19%;
  margin: 0.5%;
  overflow: hidden;
  float: left;
  position: relative; }
  .location-box img {
    display: block;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .location-box:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.location-info {
  position: absolute;
  top: 0px;
  left: 0;
  width: 90%;
  padding: 0 5%;
  height: 100%;
  text-align: center;
  opacity: 0;
  visibility: none;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  font-family: Lato; }
  .location-info:hover {
    opacity: 1;
    visibility: visible; }
    .location-info:hover .location-address {
      margin-top: 15%; }

.location-money {
  margin-top: 10px; }

.location-address {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 30%;
  font-size: 22px;
  -webkit-transition: margin-top 0.5s;
  -moz-transition: margin-top 0.5s;
  transition: margin-top 0.5s; }

      @media (max-width: 1100px){
        .location-info:hover .location-address {
          margin-top: 10%;
        }        
        .location-address {
          font-size: 18px;
        }
      }
      @media (max-width: 1000px){
        .location-info:hover .location-address {
          margin-top: 5%;
        }
        .location-money {
          margin-top: 5px;
        }
        .location-address {
          padding-bottom: 5px;
          font-size: 14px;
        }
      }

      @media (max-width: 900px){
        #locations-container {
          display: none;
        }


/**** CLEARFIX **** */
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

* html .group {
  zoom: 1; }

*:first-child + html .group {
  zoom: 1; }

/*
     FILE ARCHIVED ON 13:40:18 Feb 08, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:16:28 Jun 01, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 171.752
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.068
  cdx.remote: 0.066
  esindex: 0.01
  LoadShardBlock: 105.025 (3)
  PetaboxLoader3.datanode: 124.824 (4)
  load_resource: 215.544
  PetaboxLoader3.resolve: 166.752
*/