@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;
    background-color: rgba(255,255,255,1.00);
	font-family: 'Titillium Web', sans-serif;
}
a {
	text-decoration: none;
	color: rgba(29,65,121,1.00);
}
a:hover {
	text-decoration: underline;
	color: rgba(253,198,30,1.00);
}

.b_cursor_hand {
	cursor: pointer;
}
/* help */
.box_vlevo_full {
    width: 100%;
    float: left;
    clear: both;
}
/* barvy pismo */
.b_colorfont_5 {
    color: rgba(179,179,179,1.00);
}
.b_colorfont_8 {
    color: rgba(50,50,50,1.00);
}
.b_colorfont_2 {
    color: rgba(0,38,57,1.00); 
    font-weight: 500;
}
/*  borders */
.b_border_bot_1 {
	width: 100%;
	min-height: 3vw;
	border-bottom: 1px solid rgba(230,230,230,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 */
.b_predel {
	width: 100%!important;
	height: auto;
	float: left;
	clear: both;
}
.b_predel_1 {
	width: 100%!important;
	height: 1vh;
	float: left;
	clear: both;
}
.b_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í */
.b_text_doprava{
	text-align: right;
}
.b_text_doleva{
	text-align: left;
}
.b_text_stred{
	text-align: center;
}

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