html, body{
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
text-align: center;
background-color: black;
color: white;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: 30px;
}

textarea, input, button { outline: none; }

a:hover {
  opacity: .7;
}

.close1, .close2, .close3, .close4, .close5, .close6, .close7, .close8, .close9, .close10 {
  color: rgba(255,255,255,0.1);
  float: right;
  margin-top: -20px;
  margin-right: -15px;
}

.close:hover {
  opacity: .7;
}

.mobiledisclaimer {
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  background-color: lightblue;
  color: black;
  top: 0;
  display: none;
}

.disabled {
  pointer-events: none;
  cursor: default;
}


@keyframes reveal {
  from {
    opacity: 0
  }

  to {
    margin-left: 0%;
    opacity: inherit;
  }
}

.waveshow {
  opacity: 1!important;
}

.dots {

}

.dotcurrent {
  fill: white!important;
  color: white!important;
}

img.emoji {
   height: 1em;
   width: 1em;
   margin: 0 .05em 0 .1em;
   vertical-align: -0.1em;
}


#a {
  opacity: 0;
animation: dots 5s linear infinite;
animation-delay: 0.5s;
}
#b {
  opacity: 0;
animation: dots 5s linear infinite;
animation-delay: 1s;
}
#c {
  opacity: 0;
animation: dots 5s linear infinite;
animation-delay: 1.5s;
}
#d {
  opacity: 0;
animation: dots 5s linear infinite;
animation-delay: 2s;
}
#e {
  opacity: 0;
animation: dots 5s linear infinite;
animation-delay: 2.5s;
}
#f {
  opacity: 0;
animation: dots 5s linear infinite;
animation-delay: 3s;
}
#g {
  opacity: 0;
animation: dots 5s linear infinite;
animation-delay: 3.5s;
}
#h {
  opacity: 0;
animation: dots 5s linear infinite;
animation-delay: 4s;
}
#i {
  opacity: 0;
animation: dots 5s linear infinite;
animation-delay: 4.5s;
}
#j {
  opacity: 0;
animation: dots 5s linear infinite;
animation-delay: 5s;
}

@keyframes dots {
    0% {opacity: 0}
    8% {opacity: 1}
    50% {opacity: 0}
    100% {opacity: 0}
}

.info a {
  margin-left: 15px;
}

.playmodule svg {
  margin-right: 15px;
}

.playmodule svg:hover {
  opacity: .7;
}


/* .nowplaying {
  position: absolute;
  padding-bottom: 10px;
  bottom: 0;
  width: 100%;
  padding-top: 5px;
  background-color: black;
  display: none;
}

.nowplaying p {
  font-size: 20px;
  overflow: hidden;
  margin: auto;
} */

.walk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  box-sizing: border-box;
  color: gray;
  font-size: 30px;
  padding: 0;
  margin: 0;
  margin-top: 18vh;
}



#vol {
  float: right;
  margin-top: -5px;
  color: gray;
  width: 20px;
  padding-left: 5px;
}

@keyframes noticeme {
    0% {opacity: 0}
    100% {opacity: 1}
}

.noticeme {
  animation-name: noticeme;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

#vol:hover {
  opacity: .7;
}

.progress {
  height: 2px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  margin-top: 15px;
  transform: scaleX(1);
  transform-origin: left;
  background-color: rgba(255,255,255,.08);
}

#console {
  display: none;
  margin-left: 15px;

}


.slidecontainer {
    height: 0;
    margin-left: -20px;
    margin-right: -20px;
    opacity: 0;
}

/* The slider itself */
.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 16px; /* Specified height */
    background: transparent;
    outline: none; /* Remove outline */
    margin: 0;
    padding: 0;
}

.slider:hover {
  opacity: 0.7;
}


/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 7px; /* Set a specific slider handle width */
    height: 30px; /* Slider handle height */
    background: gray; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border: 0;
    border-radius: 1px;
}

.slider::-moz-range-thumb {
    width: 7px; /* Set a specific slider handle width */
    height: 30px; /* Slider handle height */
    background: gray; /* Green background */
    cursor: pointer; /* Cursor on hover */
    border: 0;
    border-radius: 1px;
}

.slider::-moz-range-track {
  background-color: transparent;
}

.slider::-moz-focus-outer {
    border: 0;
    }

p {
  margin: 0;
}

.walk input {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 30px;
text-align: center;
border: none;
border-top: 1px solid transparent;
border-bottom: 1px solid rgba(255,255,255,0.13);
background-color: transparent;
color: white;
padding: 0;
margin: 0;
}

#searchTextField, #searchTextFieldTwo {
width: 450px;
transition: 2s;
transition-property: width;
}

.latSearch, .lngSearch {
width: 225px;
transition: 2s;
transition-property: width;
}

#searchTextField:hover, #searchTextFieldTwo:hover, .latSearch:hover, .lngSearch:hover {
  opacity: .7;
}

#searchTextField {
  /* animation: reveal 1s; */
}
#searchTextFieldTwo {
  /* animation-delay: 1s;
  animation: reveal 2s; */
}

.fullwidth {
  width: 98vw!important;
  border-bottom: 1px solid transparent!important;
}

#go:hover {
  opacity: .7;
}

/* #go {
  display: inline-block;
  color: gray;
  padding: 10px;
  font-size: 30px;
  cursor: pointer;
}


/* .hours {
font-family: 'Archivo Narrow';
font-size: 30px;
text-align: center;
background-color: transparent;
border: none;
color: white;
} */

select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;       /* remove default arrow */
background-image: url(...);   /* add custom arrow */
}

.pac-container {
border: none;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
background-color: rgba(40,40,40,.99);
color: gray;
box-shadow: 0px 4px 46px 0px rgba(0,0,0,0.75);
border-radius: 5px;
}

.pac-item {
  font-size: 15px;
}

.pac-icon {
display: none;
}


.pac-item, .pac-item-query {
color: gray;
padding: 10px;
}

.pac-item-query {
  font-size: 20px;
  color: white;
}

.pac-item {
border-top: 0px;
border-bottom: 1px solid rgba(255,255,255,0.1)
}

.pac-matched {
font-weight: bold;
color: white;
}

.pac-item:hover {
background: #161616;
}

#searchTextField::placeholder, #searchTextField {
color: #add8e6;
opacity: 1;
}

#searchTextFieldTwo::placeholder, #searchTextFieldTwo, .latSearch::placeholder, .lngSearch::placeholder {
color: #4169e1;
opacity: 1;
}

button {
  color: white;
border: none;
border-radius: 4px;
padding: 10px;
margin: 2px;
background: rgba(255,255,255,.15);
    background-color: rgba(255, 255, 255, 0.15);
display: inline-block;
}

button:hover {
  opacity: .7;
}

#geolocate {
  background-color: transparent;
  color: gray;
  font-size: 20px;

}

.pac-container:after {
margin: 10px;
}

.playloadplaying {
  animation: grow 1.5s ease;
  animation-fill-mode: forwards;
}

.play {
  position:relative;
margin: auto;
width: 170px;
height: 170px;
margin-bottom: 20px;
border-radius: 50%;
background: linear-gradient(to right, #add8e6 , #4169e1);
/* opacity: 1; */
transition: 1s ease;

}

.playdark {
  transform:scale(.7);
}

.playload {
  position: relative;
  /* background-color: rgba(255,255,255,0.2); */
  border: 2px solid white;
  display:block;
  width: 170px;
  height: 170px;
  transform: scale(0);
  border-radius:50%;
  transition: .5s ease;
  pointer-events: none;
}

.cloud1 {
  position: relative;
  top: -130px;
  width: 400px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  filter:blur(22px);
  opacity: 0;
}
.cloud2 {
  position: relative;
  top: -115px;
  right: 200px;
  width: 400px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  filter:blur(22px);
  opacity: 0;
}

.cloudshow1 {
  animation: fog 120s ease infinite;
}

.cloudshow2 {
  animation: fog 150s ease infinite;
}

.hiddenoverflow {
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

  mix-blend-mode: lighten;
}

@keyframes fog {
  0%   { transform:translateX(0);
  opacity: 0; }
  50%   { transform:translateX(0);
  opacity: 1;  }
  100% { transform:translateX(-200px);
  opacity: 0;  }
}

@keyframes drop {
    from {transform: scale(0); opacity: 1}
    to {transform: scale(2.5); opacity: 0}
}

@keyframes grow {
    0%{transform: scale(.97); opacity:0}
      1%{transform: scale(0);opacity:0}
    2% {transform: scale(0); opacity: 1; background-color: black; border: none; }
    100% {transform: scale(.97); opacity: 1; background-color: black; border: none; }
}

.playloadshow {
  animation: drop 2s infinite cubic-bezier(0,.77,.43,.95);
  overflow: hidden;

}

a {
  color: gray;
  text-decoration: none;
}

a:hover {
  opacity:.7;
}


#go {
  background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    transition: .2s;
    transition-property: transform;
    display: none;
}

.goshow {
  animation: show .2s;
  display: block!important;
}

/* @keyframes playing {
0% {
filter: brightness(1);
}
25% {
filter: brightness(1.2);
}
50% {
filter: brightness(.6);
}
75% {
filter: brightness(1.2);
}
100% {
filter: brightness(1);
}
} */

/* .animate {
animation: playing 20s ease infinite;
} */

.hide {
  display: none;
}

@keyframes show {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}

.itinerary {
  max-width: 320px;
  padding: 20px;
  text-align: left;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(20,20,20,.9);
  font-size: 20px;
  /* max-width: 320px; */
    transform: translateY(-40px);
  margin: 10px;
    box-shadow: 0px 4px 46px 0px rgba(0,0,0,0.75);
    opacity: 0;
    transition: 1.5s ease-out;
    pointer-events: none;
    overflow: hidden;
    z-index: 5;
}

.itshow {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.itinerary p {
  color: gray;
  line-height: 22px;
}

.playmodule {
  color: gray;
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  opacity: .61;
}

.info {
  position: absolute;
  padding: 20px;
  bottom: 0;
  right: 0;
  opacity: .61;
}

.info a {
  color: gray;
  text-decoration: none;
}


/* p {
  font-size: 20px;
  color: gray;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
} */

h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  line-height: 21px;
}

.notes {
  font-size: 16px;
}

.loc {
  font-size: 12px;
  padding-top: 5px;
  color: rgba(255,255,255,.22)!important;
}

.loc a {
  color: rgba(255,255,255,.22)!important;
}

.wave {
  position:absolute;
  width: 170px;
  bottom: 60px;
  opacity: 0;
  pointer-events: none;
  transition: 3s;
  transform: scale(.9);
}
@media screen and (max-width: 600px) {
html, body {
margin: 0px;
margin-top: 15px;
line-height: 20px;
}

/* @keyframes disclaimerani {
    0% {opacity: 1;}
    50% {opacity: 1; pointer-events: auto;;}
    100% {opacity: 0; pointer-events: none;}
}
.mobiledisclaimer {
  display: block;
  animation: disclaimerani 5s;
  animation-fill-mode: forwards;
} */
.walk input, .to, #searchTextField, #searchTextFieldTwo {
width: 90%;
margin: auto;
font-size: 20px;
padding: 0;
line-height: 23px;
}

.wrapper {
  margin-top: 13vh!important;
  line-height: 30px!important;
}
.wrapper i {
  font-size: 20px;
}

h1 {
  padding-bottom: 5px;
}

.itinerary {
  right: initial;
  left: 0;
}
.pac-item-query {
  font-size: 15px;
  color: white;
}

.pac-item {
  font-size: 12px;
}


#searchTextField, #searchTextFieldTwo {
  width: 98vw;
}

.play {
  height: 125px;
  width: 125px;
}

.playload {
  height: 125px;
  width: 125px;
}

.notes {
  padding-top: 7px;
}

.noteshide {
  display: none;
}

.info {
  /* display: none; */
}
.itinerary {
  max-width: 70vw!important;
  margin: 8px;
}

.walk {
  margin-top: 16vh;
}
}
