body {
font-family: 'Palanquin', sans-serif;

}

/* Shared site header, isolated from Bootstrap's .row grid styles. */
.site-header{background:#000;height:45px;z-index:999;position:fixed;left:0;right:0;top:0;width:100%}
.site-header .inner{height:45px;padding:0;max-width:none;position:relative}
.site-header .logo{position:absolute;left:20px;top:13px;line-height:0}
.site-header .logo img{display:block}
.site-header .mainNav{position:absolute;right:20px;top:10px;text-align:right}
.site-header .mainNav ul{list-style:none;margin:0;padding:0}
.site-header .mainNav ul li{float:left}
.site-header .mainNav ul li a{color:#fff;margin-left:45px;text-transform:lowercase;text-decoration:none;font-size:18px;line-height:22px}
.site-header .mainNav ul li a:hover,.site-header .mainNav ul li a.active{color:#e30613}
.site-header .mainNav ul li a.lang{text-transform:uppercase!important;letter-spacing:-1px}
.site-header .mainNav ul li:last-of-type a{margin-left:13px}

@media (max-width:600px){
  .site-header .mainNav ul li a{font-size:14px;margin-left:18px}
}

@media (max-width:500px){
  .site-header .mainNav ul li a{font-size:12px;margin-left:10px}
}

h1 {
margin-top: 75px;
font-weight: 700;
    font-size: 60px;
    line-height: 65px;
    color: #8a8c8f;
    text-transform: uppercase;
    
    padding-bottom: 15px;
    margin-bottom: 15px;	
	font-weight:bold;
	
}

p.mp {
margin-top: 40px;
}



h2 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #8a8c8f;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}




button {
    
     font-family: Arial;
	 
}


#map {
  position: relative;
  /* /img/mapa2.webp is 1110px wide natively; img-fluid won't upscale it past that.
     Bootstrap's .container jumps to a wider max-width at each breakpoint (e.g.
     1400px), and the column's own gutter padding also eats into the available
     width, so a plain max-width cap still let the box and the image drift out
     of sync at some viewport widths. Fixing the width outright (with max-width
     as a shrink-safety net below 1110px) and zeroing the gutter keeps the box
     pixel-identical to the image at every viewport width. */
  width: 1110px;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.circle {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 25px;
  height:25px;
  border-radius: 50%;
  font-size: 15px;
  font-weight:bold;
  color: #fff;
  line-height: 15px;
  text-align: center;
  background: #e30613;
  border: none !important;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 550px;
	border-color: #e30613 !important;
}

.jedna {
    top: 4%;
    left: 75%;
	/* z-index: 10000; */
}

.dve {
    top: 10%;
    left: 64%;
	/* z-index: 10000; */
}

.tri {
    top: 17%;
    left: 64%;
	/* z-index: 10000; */
}

.ctyri {
    top: 23%;
    left: 65%;
	/* z-index: 10000; */
}

.pet {
    top: 51%;
    left: 70%;
	/* z-index: 10000; */
}

.sest {
    top: 67%;
    left: 46%;
	/* z-index: 10000; */
}

.sedm {
    top: 89%;
    left: 49%;
	/* z-index: 10000; */
}

.osm {
    top: 89%;
    left: 46%;
	/* z-index: 10000; */
}

.devet {
    top: 85%;
    left: 42%;
	/* z-index: 10000; */
}


.footer {
    background: #000000;
	margin-top: 100px;
margin-bottom: 0px;
min-height: 100px;
}

p.copyright {

		padding-top: 40px;
	opacity: .7;
	color: #f7f7f7;
	font-family: 'Palanquin', sans-serif;	
}

p.social {

		padding-top: 40px;

}

.social a {
    color: #f7f7f7;
    margin-left: 40px;
    opacity: .7;
    transition: opacity .2s linear;
    font-size: 16px;
}

#car, #metro, #tram, #carimg, #metroimg, #tramimg {
cursor: pointer;	
}

.red {
color: #e30613;
	
}	

#tramdiv, #metrodiv {
display: none;	
}	

.blok {
display: block !important;	
}	

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 110%;
	color: #e30613;
}

.btn-primary {
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}

a.nav-link {
    color: #fff !important;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
}

a.nav-link:hover{
    color: #e30613 !important;
    
}

@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: .5rem;
}

#ball {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
}





div#testdiv {

    position: relative;
    /* display: none; */
    width: 100%;
    height: 300px;
}


#ball {
position: absolute;
  /* display: none; */
top: 38.3%;
left: 41%;
     -webkit-animation: mymove1 12s; /* Safari 4.0 - 8.0 */
    animation: mymove1 12s;
     -webkit-animation-iteration-count: 1;
         animation-timing-function: linear;
          animation-iteration-count: 1;
		  animation-direction: normal;
		  animation-fill-mode: forwards;
		    animation-delay: 0.2s;
}
    

}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove1 {
  0%   {top: 0px; left: 80%;}
  15%  {top: 9%; left: 62.5%;}
  50%  {top: 53.5%; left: 71.2%;}
  75%  {top: 69.6%; left: 44.9%;}
  97% {top: 89.4%; left: 49%;}
  100% {top: 88%; left: 44.1%;}
}

/* Standard syntax */
@keyframes mymove1 {
  0%   {top: 0px; left: 80%;}
  15%  {top: 9%; left: 62.5%;}
  50%  {top: 53.5%; left: 71.2%;}
  75%  {top: 69.6%; left: 44.9%;}
  96% {top: 89.4%; left: 49%;}
  97% {top: 89.4%; left: 46.5%;}
  100% {top: 88%; left: 44.1%;}
}


div.vcard {
    margin: 0;
        font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
	margin-top: 75px;
    
	
}


@media only screen and (max-width: 600px) {
  h1 {
     font-size: 30px;
    line-height: 35px;
  }
  
    h2 {
     font-size: 20px;
    line-height: 25px;
  }
  
  div.col-md-12 {
	  padding-left: 15px;
	  padding-right: 15px;
	  
  }
  
  div#map {
display: none !important;	
}	

	  div#mapmobil {
display: block;	
}	
	
	  
}


@media only screen and (min-width: 600px) {
	  div#mapmobil {
display: none !important;
}

}

div#tramdiv, div#metrodiv {
	padding-left: 15px;
	padding-right: 15px;
	
}



i.fas {
font-family: FontAwesome !important;
font-style: normal !important;
}	

.bg-dark {
    background-color: #000000!important;
}




	
	






