.footer {
  height: 100%;
}

.logo-bottom-bg {
  display: block;
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.logo-bottom {
  background-image: url(media/AVL_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  width: 350px;
  height: 150px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.tooltip {
  padding: 5px;
}

.lds-ripple {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.lds-ripple .info {
  background-image: url(skin/infoW.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.lds-ripple .video {
  background-image: url(skin/play.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.lds-ripple div {
  position: absolute;
  opacity: 1;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  top: 18px;
  left: 18px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.lds-ripple.light div {
  background-color: #878787;
}

.lds-ripple.light div:nth-child(2) {
  border: 8px solid #878787;
  background-color: #ffffff00;
}

.lds-ripple div:nth-child(2) {
  background-color: #ffffff00;
  animation: lds-ripple 3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-ripple {
  0% {
    top: 32px;
    left: 32px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 64px;
    height: 64px;
    opacity: 1;
  }
}

/* mapspot */
.mapspot {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #fff;
}

/* INFO CSS stuff */
#info {
  background-color: #fff;
  color: black;
  padding: 0;
  overflow: auto;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  user-select: text;
}

#info_video {
  background-color: #fff;
  color: black;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

#info div {
  padding-left: 1em;
  padding-right: 1em;
}

#info .findOutMore {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  padding: 9px;
  background-color: #000;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}

#info_video video {
  width: 100%;
  position: relative;
}

#info .content {
  width: 80%;
  margin: auto;
  font-size: 16px;
  padding-bottom: 15px;
}

#info .title {
  color: white;
  font-weight: 700;
  font-size: x-large;
  min-height: 50px;
  margin: 8px 8px 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#info .title-footer {
  height: 16px;
  margin: -1px 8px 8px;
}

#info .close-popup {
  position: relative;
  padding: 0px;
  font-size: larger;
  cursor: pointer;
  float: right;
}

/* Hightlights CSS stuff */
#highlights {
  background-color: #fff;
  color: black;
  padding: 0;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  user-select: text;
  display: flex;
  flex-direction: column;
}

#highlights .title {
  color: white;
  font-weight: 700;
  font-size: large;
  height: 25px;
  padding: 10px;
  cursor: pointer;
  pointer-events: auto;
}

#highlights .content {
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  overflow-y: scroll;
  pointer-events: auto;
}

#highlights .item {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  margin: 5px 5px 0 5px;
  overflow: hidden;
  background-color: #f2f2f2;
  display: flex;
  align-items:center;
}

#highlights .item-text {
  float: right;
}

#highlights .content img {
  width: 120px;
  height: 80px;
  padding: 3px;
  object-fit: cover;
}

#highlights_close_icon {
  float: right;
  position: relative;
  top: -22px;
  -webkit-transform:scale(0.5) rotate(180deg);
  transform:scale(0.5) rotate(180deg);
  transition: 0.5s;
}

#highlights_close_icon.closed {
  -webkit-transform:scale(0.5) rotate(90deg);
  transform:scale(0.5) rotate(90deg);
}

/* loading icon */
.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

/* toggle switch */
.title .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  margin-left: 15px;
}

.title .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.title .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.title .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.title input:checked + .slider {
  background-color: rgb(83, 83, 83);
}

.title input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}