.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.drop-shadow {
  position: relative;
  float: left;
  width: 40%;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.lifted {
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lifted:before,
.lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -mox-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.curled {
  border: 1px solid #efefef;
  -moz-border-radius: 0 0 120px Infinitypx 0 6px 6px;
  border-radius: 0 0 120px Infinitypx 0 6px 6px;
}
.curled:before,
.curled:after {
  bottom: 12px;
  left: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -mox-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  -webkit-transform: skew(-8deg) rotate(-3deg);
  -moz-transform: skew(-8deg) rotate(-3deg);
  -ms-transform: skew(-8deg) rotate(-3deg);
  -o-transform: skew(-8deg) rotate(-3deg);
  transform: skew(-8deg) rotate(-3deg);
}
.curled:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}
.perspective:before {
  left: 80px;
  bottom: 5px;
  width: 50%;
  height: 35%;
  max-width: 200px;
  max-height: 50px;
  -webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -mox-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.perspective:after {
  display: none;
}
.raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -mox-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 0.1px;
  border-radius: 0.1px;
}
.curved.v2:before {
  right: 0;
}
.curved.h1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.curved.h2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.rotated {
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.rotated > :first-child:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.map-area {
  position: relative;
  margin-top: 38px;
  margin-bottom: -49px;
}
#map-canvas {
  width: 100%;
  height: 900px;
}
.legend-infowrapper {
  background: #685c5e;
  position: absolute;
  width: 330px;
  height: 580px;
  top: 50px;
  left: 5%;
  display: block;
}
.map-info {
  background: rgba(255, 255, 255, 0.9);
  color: #707070;
  padding: 5px;
  width: 260px;
  height: 100%;
  display: inline-block;
  float: right;
}
.legend-wrapper {
  background: #685c5e;
  width: 70px;
  height: 525px;
  float: left;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.legend {
  width: 100%;
  margin: 0 auto;
}
.legend .dot {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
  height: 70px;
  width: 70px;
  border-bottom: 1px solid #edecec;
}
.legend .dot.parks {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/parks.png") no-repeat center center;
}
.legend .dot.parks:hover,
.legend .dot.parks.active {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/parks.png") no-repeat center center #8fda6a;
}
.legend .dot.shopping {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/shopping.png") no-repeat center center;
}
.legend .dot.shopping:hover,
.legend .dot.shopping.active {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/shopping.png") no-repeat center center #f4b8d2;
}
.legend .dot.dining {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/dining.png") no-repeat center center;
}
.legend .dot.dining:hover,
.legend .dot.dining.active {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/dining.png") no-repeat center center #f2dd66;
}
.legend .dot.entertainment {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/entertainment.png") no-repeat center center;
}
.legend .dot.entertainment:hover,
.legend .dot.entertainment.active {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/entertainment.png") no-repeat center center #fb967e;
}
.legend .dot.education {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/education.png") no-repeat center center;
}
.legend .dot.education:hover,
.legend .dot.education.active {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/education.png") no-repeat center center #f1b46c;
}
.legend .dot.medical {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/medical.png") no-repeat center center;
}
.legend .dot.medical:hover,
.legend .dot.medical.active {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/medical.png") no-repeat center center #439ff5;
}
.legend .dot.airports {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/airports.png") no-repeat center center;
}
.legend .dot.airports:hover,
.legend .dot.airports.active {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/airports.png") no-repeat center center #6dcff6;
}
.legend .dot.services {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/services.png") no-repeat center center;
}
.legend .dot.services:hover,
.legend .dot.services.active {
  background: url("/wp-content/themes/BWFull2025/interactive-map/images/map/nav-icons/services.png") no-repeat center center #b3adae;
}
/*
 *  SCROOLL - STYLE 7
 */
#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  background-color: #f9753f;
  border-radius: 3px;
}
#style-7::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
#style-7::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.4, #685b5d), color-stop(7.1, #685b5d), color-stop(7.58, #685b5d));
}
.locations {
  height: 100%;
  overflow-y: scroll;
  position: relative;
}
.loc {
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  border-bottom: 1px solid #685c5e;
  width: 100%;
  height: auto;
  text-align: left;
}
.loc h3 {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 1em;
  color: #707070;
}
.loc p {
  padding: 0;
  margin: 3px 0;
  font-size: .8em;
}
.loc a {
  color: #707070;
  text-transform: capitalize;
  text-decoration: none;
}
.loc a:hover {
  color: #f77423;
}
.loc:hover {
  background: #f6f5f5;
}
.loc.directions {
  height: 255px;
}
.title {
  padding: 5px;
  color: #FFFFFF;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Lato', sans-serif;
}
.title-wrapper {
  height: 40px;
  padding: 5px;
  text-align: left;
}
.map-active {
  background: #e3dfdf;
}
.gm-style-iw {
  min-width: 238px;
  min-height: 125px;
  top: 0!important;
  left: 0!important;
  padding: 10px!important;
  color: #707070 !important;
}
@media only screen and (max-width: 780px) {
  .legend-wrapper {
    position: absolute;
    width: 320px;
    height: 40px;
    border: 1px solid #585656;
    top: 60px;
    left: 0;
    display: inline;
    padding: 5px;
    margin: 0 auto;
  }
  .legend {
    border-left: 0 solid #585656;
    border-top: 0 solid #585656;
    border-right: 0 solid #585656;
    width: 100%;
    display: inline !important;
  }
  .legend a {
    height: 70px !important;
    width: 70px !important;
    border-bottom: 0 solid #585656 !important;
    display: inline;
    padding: 6px 0;
  }
  .legend a .list-text {
    display: none !important;
  }
  .map-info {
    width: 100%;
    height: 260px;
    position: relative;
    top: 0;
    right: 0;
  }
  #map-canvas {
    height: 600px;
  }
  .legend-infowrapper {
    position: relative;
    width: 100%;
    height: 194px;
    top: 0;
    right: auto;
    left: 0;
    display: inline-block;
  }
  .legend-wrapper {
    position: absolute;
    width: 100%;
    height: 110px;
    border: none;
    top: 10px;
    left: 10px;
    display: inline;
    padding: 5px 5%;
    margin: 0 auto;
  }
  .legend .dot {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    height: 70px;
    width: 70px;
  }
  .map-info {
    width: 100%;
    height: 76px;
    position: absolute;
    top: 114px;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #map-canvas {
    height: 313px;
  }
  .legend-infowrapper {
    height: 330px;
  }
  .map-info {
    width: 100%;
    height: 117px;
    position: absolute;
    top: 167px;
    right: 0;
  }
  .map-area {
    position: relative;
    margin-top: 70px;
    margin-bottom: -49px;
  }
}
