/* CSS */
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
}

body {
  background-position: 0 50px;
}
.c1427{
  /*background-repeat:repeat;*/
}
* {
  font-family: 'Roboto';
  letter-spacing:0.3px;
  line-height:1.2em;
}

.odpocet 
{
    width:100%;
    height:auto;
    background: #9a022a;
    position: sticky;
    top: 0;
    z-index: 10001;
    /*background: linear-gradient(0deg, rgba(51,89,184,1) 0%, rgba(253,187,45,1) 63%); */
}

.information-header {
    font-size: 1.15rem;
}

.c2126 {
  display: block;
  padding: .625rem;
  width: 100%;
}

#vystup
{	
   color: #fff;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    animation: blik 2s infinite; 
    -webkit-animation: blik 2s infinite; 
}

@keyframes blik { 

0% { opacity:1 } 
50% { opacity:0 } 
100% { opacity:1 } 
} 

@-webkit-keyframes blik { 
0% { opacity:1 } 
50% { opacity:0 } 
100% { opacity:1 } 
}

<span style='color:white'><a href='http://htmlkody.info'>htmlkody.info</a></span>
.cont img {
  vertical-align:middle;
  padding-right:10px;
  width:20px;
  display:none;
}

.c1864 {
    position: absolute;
    left: 10px;
    bottom: 40px;
    width: 80px;
    height: 80px;
    background-color: #3580f8;
    background-image: linear-gradient(123deg, #3580f8 0%, #72b8e4 100%);
    //background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
    //background: transparent url("/fotky73214/css/vajicko.png") no-repeat center;
    opacity: 0.95;
    color: #03317A;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1020;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 17px;
    line-height: 1.0625rem;
    border-radius: 50%;
}

.c1867 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.4rem;
}

