#singlemap-holder {
  height: 370px;
}

#singlemap {
  height: 100%
}

#singlemap-holder::before {
  position: relative;
  top: 50%;
  border-top: 1px dashed #333333;
  pointer-events: none;
  content: "";
  display: inline-block;
  width: 100%;
  z-index: 100;
}

#singlemap-holder::after {
  position: relative;
  top: -100%;
  left: 50%;
  border-left: 1px dashed #333333;
  height: 100%;
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.ol-control button {
  background-color: #61605c;

}

.loader-holder {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 100px;
  margin-top: 30vh;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px dotted #666;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #8d774d;
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}



/* TABLE CSS */
.footer-tool {
  cursor: pointer;
  float: left;
  margin-right: 20px;
}

.path {
  fill: none;
  stroke: rgba(200, 0, 0, 1);
  stroke-width: 20px;
  transition: .4s opacity;
  animation: dash 5s linear alternate infinite;
}

.path-draft {
  fill: none;
  stroke: rgba(200, 0, 0, 1);
  stroke-width: 4px;  
}

video {
  /*transform:rotate(40deg);*/
}

#title-main {
  color:rgba(200, 0, 0, 1);
  font-size: 46px;
  font-weight: bold;
}

.paused {
  animation-play-state: paused;
}

.layer-switcher {
  width:100%;
  overflow-x: hidden;
  background-color: transparent;
}

.layer-switcher:hover {
  background-color: transparent;  
}

.layer-switcher .panel {
  display: block;  
  border: none;  
  padding: 0 1em 0 0;
  width:100%;
  margin: 0;  
  background-color: transparent;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: sans-serif;
}

.layer-switcher .panel ul {
  width:100%;
  background-color: transparent;
}

.layer-switcher button {
  display: none;
}

.layer-switcher .panel ul li label {
  font-size:18px;
}

.layer-switcher li.layer label, .layer-switcher li.layer input {
  vertical-align: unset;
}


ul.panel.hide2nth li.visible.ol-layer-group:nth-child(2) {
  display:none!important;
}

ul.panel.hide3nth li.visible.ol-layer-group:nth-child(3) {
  display:none!important;
}

[off-canvas*=right] {
  width: 360px;
  background-color: #CCC290;
  border-left: 20px solid #9E9A6F;
}


.anim {
  position: absolute;
  width: calc(100vw + 110px);
  left: 0px;			
  animation: zoom-move 32s linear infinite;
  background-size: cover;
}

@keyframes zoom-move {
  0% {
    transform: scale(1);
    transform-origin: -10px 50%;
    opacity: 0;
  }

  5% {
    opacity: 0.1;
  }

  15% {
    opacity: 1;
  }

  85% {
    transform: scale(1.1);
    transform-origin: -10px 50%;
    opacity: 1;
  }


  100% {
    transform: scale(1.12);
    transform-origin: -10px 50%;
    opacity: 0;
  }
}


#home-main-container {
  animation: textbox 192s ease infinite;			
}

@keyframes textbox {
  50% { transform: translate(0, 450px)};
}


.ol-layerswitcher .layerup,
.ol-layerswitcher-buttons {
  display: none!important;
}

.ol-layerswitcher .layerswitcher-opacity {
  box-shadow: unset;
  webkit-box-shadow:unset;
  background: unset;  
}

.tool-button {
  height: 60px; 
  width: auto;
 padding:10px; 
}


#path-switcher {
  margin: 10%;
  margin-top: 80px;
}

#path-switcher ul li {
  margin-top: 20px;
}

.vtbg {
	pointer-events:none;
	width:100%;
	height:100%;
	background-image: url('/img/vtbg.jpg');
	background-opacity: 0.5;
}