mb_box_9_vrstva_obsah_full@charset "utf-8";
/* CSS Document */
@media only screen and (min-device-width :1px) and (max-device-width : 560px) {
body {-webkit-text-size-adjust: none;}
}
 @import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,500,600,600i,700,700i&subset=latin-ext'); 
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&display=swap&subset=latin-ext');*/

body {
	font-family: 'Titillium Web', sans-serif;
    margin: 0;
    color: rgba(135,135,135,1.00);
    font-weight: 300;
}
a {
    text-decoration: none;
    color: rgba(69,10,41,1.00)!important;
}
a:hover {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
}
.ruka {
    cursor: pointer;
}

.mi_ps_obsah h2 a {
    text-decoration: none!important;
    color: #1A1A1A!important;
    font-weight: 300!important;
}

/* HOME */
@keyframes mi_ps_obsah {
  0% {
    height: 50vh;
    z-index: 990990;
    opacity: 0;
  }
  100% {
    height: auto;
    z-index: 990990;
    opacity: 1;
  }    
}
.mi_ps_obsah {
    animation-duration: 3s; 
    animation-timing-function: 1s; 
    animation-delay: 0s; 
    animation-iteration-count: 1; 
    animation-name: mi_ps_obsah; 
} 
