html{
    font-family: Verdana,Geneva,sans-serif;
}
.btn_mrg{
    margin:2em 0 0 0;
    width:100%;
}
.card *{
    font-size:0.8rem;
}
.levy{
    font-size:0.8rem;
}
.levy h1{
    font-size:1.5rem;
}
.levy h6{
    font-size:0.7rem;
}
.clanek{
    margin:  0 0 5rem 0;
    border:1px solid #D1D1D1;
}
.trasy{
    width:80%;
    margin:2rem auto 0 auto;
}
.hide{
    display:none;
}
a{
    text-decoration:underline;
}
a:hover{
    text-decoration:none;
}
.img-cont{
    margin:0 auto 0 auto;
}
.img-cont-wrap{
   text-align:center;
   width:100%; 
}
.mamil{
    font-family:courier, courier new, serif;
    font-size:0.8rem;
}
.mesic{
    padding-left: 1em;
}
.clanek_hlavicka{
    position:  absolute;
    bottom:0;
    left:0;
    width:100%;
    color:white!important;
    padding:1em;
    background-color: black;
    opacity:0.75;
}
.uvodni{
    position:relative;
    max-height:300px;
    overflow:hidden;  
}
.uvodni-obrazek img{
    margin:-20% 0 0 0 ;
}
.clanek_hlavicka a{
    color:white;
}
.text{
    padding:1em;
}
.text p{
    margin:0 0 1em 0 !important;
}
.scrolltable{
    position:relative;
    width:100%;
    overflow-x:scroll;
}
.scrolltable table{
    overflow-x: scroll;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
  body{
    background-image:url("/img/run.jpg");
    background-position:bottom center;
    background-repeat:no-repeat;
    }
    .container{
    padding:2em 2em 840px 2em;
    }
}
.strava_btn{
        display:inline-block;
        background-color:#FC4C02;
        color:#fff;
        padding:5px 10px 5px 30px;
        font-size:11px;
        font-family:Helvetica, Arial, sans-serif;
        white-space:nowrap;
        text-decoration:none;
        background-repeat:no-repeat;
        background-position:10px center;
        border-radius:3px;
        background-image:url('/images/logo-strava-echelon.png');
        margin:0px auto 1rem auto;
}
.shadow{
    -webkit-box-shadow: 0px 6px 5px 0px rgba(179,179,179,0.59);
    -moz-box-shadow: 0px 6px 5px 0px rgba(179,179,179,0.59);
    box-shadow: 0px 6px 5px 0px rgba(179,179,179,0.59);

}
@media (min-width: 1500px) {
        #toppix{
        background-image:url("/img/running-5.png");
        background-position:top left;
        background-repeat:no-repeat;
        position:absolute;
        left:0;
        width:300px;
        height:300px;
     }
    }

.nalezeno{
    background-color:yellow;
    color:red;
    font-weight:bold;
    padding:0.5em 0.1em 0.5em 0.1em;
}
.levy, .pravy{
}
.levy{
    border-right: 10px solid #EEEEEE;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin:2em 0 2em 0;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.red-alert{
    color:red!important;
    margin:0 0 2em 0;
    padding: 0 0 0 1em;
}

a[target="_blank"] {
         position: relative;
         margin-right:20px;
    }

a[target="_blank"]:after {
     position: absolute;
     top: 3px;
     right: -15px;
     content: "\1f855";
     font-size: 13px;
     color: black;
     line-height: 3px;
     height: 5px;
     width: 5px;
     border-right: 2px solid white;
     border-top: 2px solid white;
}