@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;
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
	color: rgba(9,49,110,1);
}
a:hover {
	text-decoration: underline;
	color: rgba(81,130,204,0.95);
}

.bp_web a {
	font-weight: 600;
}
.bp_web a:hover {
	font-weight: 600;
}
.bp_web h3 {
	font-weight: 600!important;
	margin-top: 2.5em;
	margin-bottom: 0em;
	display: block;
	width: 100%;
}


/* TAB */
.tab1 table {
    width: 100%;
}
.tab1 td {
    width: auto;
    min-height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgba(212,212,212,1.00);
    background-color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.17);
}

/*  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 */
.bp_predel {
	width: 100%!important;
	height: auto;
	float: left;
	clear: both;
}
.bp_predel_1 {
	width: 100%!important;
	height: 1vh;
	float: left;
	clear: both;
}
.bp_predel_2 {
	width: 100%!important;
	height: 2vh;
	float: left;
	clear: both;
}
.bp_predel_3 {
	width: 100%!important;
	height: 3vh;
	float: left;
	clear: both;
}
/* TEXT */
.fd_text_justify {
	text-align: justify;
}
/* text zarovnání */
.bp_text_doprava{
	text-align: right;
}
.bp_text_doleva{
	text-align: left;
}
.bp_text_stred{
	text-align: center;
}

/* pozadi */
.bg_seda_01 {
	background-color: rgba(203,203,203,1.00);
}

/* barvy */
.barva_seda_01 {
	color: rgba(108,108,108,1.00);
}


/*  linky */
.linka_seda_top_bottom {
    border-top: 1px solid rgba(171,171,171,1.00);
	 border-bottom: 1px solid rgba(171,171,171,1.00);
}

/* stiny */
.stin_vnitrni_01 {
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.15);
    box-shadow: inset 0px 0px 10px 2px rgba(0,0,0,0.15);
}


/* COOKI souhlas  */
.cookie_souhlas {
	width: 100%;
	position: fixed;
	right: 0px;
    bottom: 0;
	height: auto;
	min-height:28px;
	color: #FFF;
	background-color: #666;
	z-index: 88997788;
	font-size: 0.85em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cookie_souhlas a{
	color: #CCC;	
}
.cookie_souhlas_button {
	height: 28px;
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F90;
	color: #FFF;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: inset 0px 0px 18px -20px #ABABAB,0px 0px 5px -5px #242424;
	-webkit-box-shadow: inset 0px 0px 18px -20px #ABABAB,0px 0px 5px -5px #242424;
	-moz-box-shadow: inset 0px 0px 18px -20px #ABABAB,0px 0px 5px -5px #242424;
	-o-box-shadow: inset 0px 0px 18px -20px #ABABAB,0px 0px 5px -5px #242424;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
	cursor: pointer;
	letter-spacing: 0.09em;
}
.cookie_souhlas_button:hover {
	background-color: #990;
}


/* COOKIE  */
.bp_cookies{
	width: 100%;
	height: auto;
	line-height: 1em;
	text-align: center;
	color: #FFFFFF;
	background-color: #585858;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 129000;
	cursor: pointer;
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: center!important;
	align-items: center!important;
	align-content: center!important;	
	padding-bottom: 2px;
	padding-top: 2px;
}
.bp_cookies span {
	float: left;
	display: block;
}
.bp_cookies button {
	width: auto;
	height: 28px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	background-color: #007A62;
	z-index: 129000;
	cursor: pointer;
	border-radius: 5px;
	margin: 3px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	border: 1px solid #A4A4A4;
}
.bp_cookies button:hover {
	background-color: #4EC3AC;
	border: 1px solid #A4A4A4;
}

