/* RESERVACE SKRYJ */
iframe .pad {
    width: 0px!important;
    display: none!important;
    position: fixed!important;
    top:-2000px!important;
    overflow: hidden!important;
}


@charset "utf-8";
/* CSS Document */
@media only screen and (min-device-width :1px) and (max-device-width : 800px) {
body {-webkit-text-size-adjust: none;}
}
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,600,600i,700,700i&subset=latin-ext');
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Titillium Web', sans-serif;
}
@keyframes pomaluzobraz {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes pomalupruhledne {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.6;
  }
}
@keyframes pomaluplne {
  from {
    opacity: 0.6;
  }

  to {
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 0%;
  }
}
    
body {
    -webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: rgba(44,4,1,1.00);
}
a:hover {
	text-decoration: underline;
	color: rgba(83,15,10,1.00);
}
/* ROTACE OBJEKTU */
#cog {
	-webkit-animation: cog 16s infinite;			
	-moz-animation: cog 16s infinite;
	-ms-animation: cog 16s infinite; 			
	animation: cog 16s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;		
	-ms-animation-timing-function: linear;
	animation-timing-function: linear	
}
@keyframes cog {
    100%{ 
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


/* TABULKA */
.tabulka {
    width: 100%!important;
    height: auto;
}
.tabulka tbody tr td {
	width: auto;
	height: 60px!important;
	border-bottom: 1px solid rgba(217,217,217,1.00);
    padding-right: 10px;
    padding-left: 2px;
}
.tabulka tbody tr:hover {
	background-color: rgba(207,207,207,1.00);
}
/*  BOMA WEB WYSIWYG  */
.obrazek{
	width: auto;
	height: auto;
	padding: 5x;
	margin: 1vw;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 0px 15px 2px rgba(177,177,177,1.00);
	box-shadow: 0px 0px 15px 2px rgba(177,177,177,1.00);
}
.vlevo{
	width: auto;
	height: auto;
	float: left;
	clear: left;
	display: block;
}

/* uni predely */
.cv_predel {
	width: 100%!important;
	height: auto;
	float: left;
	clear: both;
}
.cv_predel_1 {
	width: 100%!important;
	height: 1vh;
	float: left;
	clear: both;
}
.cv_predel_2 {
	width: 100%!important;
	height: 2vh;
	float: left;
	clear: both;
}
.bp_predel_3 {
	width: 100%!important;
	height: 3vh;
	float: left;
	clear: both;
}
/* TEXT */
.f_text_justify {
	text-align: justify;
}
/* text zarovnání */
.cv_text_doprava{
	text-align: right;
}
.cv_text_doleva{
	text-align: left;
}
.cv_text_stred{
	text-align: center;
}

.cv_text_skrtnuty_cervene {
    text-decoration: line-through;
    text-decoration-color: rgba(255,0,4,1.00);
    text-decoration-style: solid;
}