body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(247,247,247);
  font-family: "Open Sans",Arial;
}
#stage-parent {
  max-width: 1276px;
  margin-top: 50vh;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: hidden;
}
#konvajs-content{
  width: 100%;
}
#nav{
  position: relative;
  display:none;
  z-index: 100;
  text-align: right;
  top:-100px;
  margin-right: 20px;
}
.navlink {
  display: inline-block;
  transition: background-color .25s;
  border-radius: 5px;
  padding: 0 !important;
  text-decoration: none !important;
}
.navlink:hover{
  background:rgba(0,0,0,0.4);
}
.navlink:nth-child(1){ animation-delay: 1s; }
.navlink:nth-child(2){ animation-delay: 1.1s; }
.navlink:nth-child(3){ animation-delay: 1.2s; }
.navlink:nth-child(4){ animation-delay: 1.3s; }

.navlink>img{
  display:block;
  width: 80px;
  height: 80px;
  transition: all .2s;
}

#popup{
  position: absolute;
  display:block;
  z-index: 100;
  top:0px;
  left:0px;
  width: 100%;
  padding-top: 5vh;
  display: none;
}

.panel{
  -webkit-box-shadow: 0px 20px 50px -14px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 20px 50px -14px rgba(0,0,0,0.75);
  box-shadow: 0px 20px 50px -14px rgba(0,0,0,0.75);

  max-height: 75vh;
}


#popup .panel-body{
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
  max-height: calc(75vh - 50px);
}

#popup .panel-body img{
  border-radius: 10px;
  margin:20px 0px;
}

#filter_taxis {
  width: 100%;
  padding: 10px 10px 10px 30px;
  border: 1px solid #ddd;
  background-image: url('./searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  background-size: 16px;
}

@media screen and (max-width: 767px) {
  .navlink>img {
    width: 65px;
    height: 65px;
  }
  #nav {
    top: -80px;
  }
}
@media screen and (max-width: 589px) {
  .navlink>img {
    width: 50px;
    height: 50px;
  }
  #nav {
    top: -60px;
  }
}

.gbutton{
  margin:2px;
  display: block;
}
.guzergah{
  text-align:left;
}
.guzergah b, .guzergah i{
  color:#FFCC00;
}

.guzergah li{
  list-style:none;
}

.tr{
  color:#FFFFCC;
}

em{
  color:#CCC;
}