@keyframes shake {
	0% { transform: rotate(5deg); }
	50% { transform: rotate(-5deg); }
	100% { transform: rotate(5deg); }
}
:root {
	--cihlova: #db8772;
	--hneda: #4f3e34;
	--ruzova: #F5E1D8;
}
img,svg {
	max-width: 100%;
}
body, html {
	color: #000;
	font-size: 16px;
	line-height: 150%;
	height: 100%;
}
strong {
	font-weight: bold;
}
a {
	color: black;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
a:hover {
	text-decoration: underline;
	color: var(--cihlova);
}
.container {
	width: 1200px;
	margin: auto;
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.center {
	text-align: center;
}
header {
	float: left;
	width: 100%;
	height: 700px;
	text-align: center;
}
header.podstranka,
.podstranka .owl-hlavicka .foto {
	height: 360px;
	background-repeat: no-repeat;
	background-position: center 85%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url('../images/slide/1c.webp');
}
.header_bar {
	float: left;
	width: 100%;
	height: 72px;
	padding-top: 0;
	text-align: left;
	position: relative;
	z-index: 1;
	background-color: var(--hneda);
}
header .logo {
	display: flex;
	align-items: center;
    width: auto;
    float: left;
	background-color: white;
	border-radius: 0 0 26px 26px;
	padding: 15px 20px 15px 17px;
	margin-top: 0;
}
header .logo img {
	width: 210px;
}
.owl-hlavicka {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 70px;
}
.podstranka .owl-hlavicka {
	display: none;
}
.owl-hlavicka .foto {
	float: left;
	width: 100%;
	height: 632px;
	background-repeat: no-repeat;
	background-position: center top;
}
.owl-hlavicka .foto.f1 {background-image: url('../images/slide/1c.webp');}
header nav .hamburger {
	display: none;
}
header nav {
	float: right;
}
header nav > ul {
	margin: 0px -20px 0px 0px;
}
header nav > ul > li {
	float: left;
	position: relative;
}
header nav > ul > li > a {
	display: block;
	padding: 27px 20px 20px 20px;
	margin: 0px 5px;
	color: #FFF;
	font-weight: 400;
	font-size: 19px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 100%;
	letter-spacing: 1px;
	transition: all .2s ease-in-out;
}
header nav > ul > li > a:hover {
	color: var(--cihlova);
	text-decoration: none;
}
header nav > ul > li > #aktiv {
	color: var(--cihlova);
	text-decoration: none;
	font-weight: 400;
}
header nav > ul > li > ul {
	display: none;
	position: absolute;
    top: 100%;
    left: 0px;
    padding: 20px 0px;
    width: 220px;
	z-index: 9;
	background-color: var(--cihlova);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	border-radius: 25px;
}
header nav > ul > li:hover > ul {
	display: block;
}
header nav > ul > li > ul li a {
	display: block;
    color: #FFF;
    padding: 7px 30px;
    font-size: 19px;
	font-weight: 400;
    text-decoration: none;
	text-transform: uppercase;
	line-height: 130%;
}
header nav > ul > li > ul li a:hover {
	color: var(--hneda);
}
header nav > ul > li > ul li #akt {
	color: var(--hneda);
	font-weight: 600;
}
header.podstranka .nadpis {
	float: left;
	width: 100%;
	height: 160px;
	line-height: 160px;
	text-align: center;
	margin-top: 10px;
}
header.podstranka h1 {
	color: white;
	font-size: 46px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 120%;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 2px 0px 25px rgba(0,0,0,1);
}
	
/*************** obsah *****************/

p {
	margin-bottom: 20px;
}

.obsah {
	float: left;
	width: 100%;
	min-height: 350px;
	padding-top: 35px;
	padding-bottom: 70px;
	font-weight: 400;
	font-size: 19px;
	line-height: 160%;
}
.obsah h1 {
	clear: both;
	color: var(--hneda);
	font-size: 44px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 130%;
}
.obsah h2 {
	clear: both;
	color: var(--cihlova);
	font-size: 26px;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 20px;
	line-height: 130%;
	text-transform: uppercase;
}
.obsah h3 {
	clear: both;
	color: var(--hneda);
	font-size: 22px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 20px;
	line-height: 130%;
	text-transform: none;
}
.obsah p a {
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}
.obsah p a:hover {
	color: var(--cihlova);
	border-bottom: 1px solid var(--cihlova);
	text-decoration: none;
}
.obsah p {
	margin: 20px 0px;
}
.obsah strong {
	font-weight: 600;
}
.obsah big {
	clear: both;
	font-size: 22px;
	font-weight: 300;
	line-height: 140%;
}
.obsah hr {
	width: 100%;
	height: 1px;
	border: 0px;
	color: #D4D4D4;
	background-color: #D4D4D4;
	margin: 30px 0px 35px -20px;
	}
.obsah .marker, .obsah .marker a:link, .obsah .marker a:visited {
	color: var(--hneda);
	font-weight: 600;
	line-height: 160%;
	}
.obsah ul {
	list-style: disc outside none;
	margin: 25px 0px 35px 50px;
}
.obsah ol {
	list-style: decimal outside none;
	margin: 0px 0px 20px 35px;
}
.obsah ul li {
	list-style-image: url('../images/kosticka.png');
	padding-left: 5px;
	margin-bottom: 7px;
}
.obsah ol li {
	margin-bottom: 7px;
	padding-left: 3px;
}
.rozcestnik li {
	padding: 2px 0px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;	
}
.rozcestnik li > a {
	color: #3D585F;
}
.rozcestnik li > a:hover {
	color: #2B6D7F;
}
.leva {
	float: left;
	width: 50%;
	padding-right: 25px;
	margin-top: -15px;
}
.prava {
	float: left;
	width: 50%;
	padding-left: 25px;
	margin-top: -15px;
}

/*************** benefity *****************/

.benefity {
	float: left;
	width: 100%;
	margin-top: -65px;
	margin-bottom: 20px;
}
.benefity .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.benefity .container::after {
	display: none;
}
.benefit {
	width: 22%;
	text-align: center;
}
.benefit_kruh {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: var(--cihlova);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px auto;
	border: 12px solid white;
	box-shadow: 0 4px 18px rgba(0,0,0,0.04);
	animation-timing-function: ease-in-out;
}
.benefit_kruh svg {
	width: 58px;
	height: 58px;
}
.benefit:hover .benefit_kruh {
	animation: shake 250ms;
}
.benefit p {
	color: var(--cihlova);
	font-size: 23px;
	font-weight: 400;
	line-height: 120%;
	margin: 0px;
}

/*************** uvod *****************/

.obsah.pronajem {
	padding-bottom: 0px;
}
.obsah.pronajem h1 {
	color: var(--hneda);
	font-size: 40px;
	font-weight: 400;
	text-transform: none;
	line-height: 130%;
}
.obsah.pronajem {
	padding-bottom: 0px;
}
.obsah.pronajem .text {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	color: var(--hneda);
}
.obsah.pronajem .text img {
	margin-top: 10px;
}
.dlazdice_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: normal;
	align-content: normal;
	padding-top: 55px;
}
.dlazdice_flex a {
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	width: 33.33%;
	height: 400px;
	background-color: white;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 10px 15px -4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 10px 15px -4px rgba(0,0,0,0.15);
	box-shadow: 0 10px 15px -4px rgba(0,0,0,0.15);
}
.dlazdice_flex a:nth-of-type(2) {
	margin: 0px 70px;
}
.dlazdice_flex a:hover {
	transform: translate(0px, -8px);
}
.dlazdice_flex a img {
	width: 100%;
}
.dlazdice_flex a h3 {
	color: var(--cihlova);
	font-size: 26px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	margin-top: 23px;
	margin-bottom: 18px;
}
.dlazdice_flex a p {
	color: #434246;
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	margin: 0px;
}

/*************** slider *****************/

.obsah.slider {
	background-color: #EFD8D1;
	background-image: url('../images/bg_slider.webp');
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	padding-top: 140px;
	margin-top: -80px;
}
.slider_foto {
	float: left;
	width: 100%;
	padding: 25px 0px 35px 0px;
}
.destinace {
	float: left;
	width: calc(33.33% - 30px);
	margin: 8px 30px 22px 0px;
	position: relative;
	transition: all .2s ease-in-out;
}
.slider .destinace {
	width: 100%;
}
.destinace:hover {
	transform: translate(0px, -8px);
	filter: brightness(120%);
}
.destinace img {
	width: 100%;
	float: left;
}
.destinace .popis {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: rgba(219,135,114,0.75);
	background-color: rgba(75,63,52,0.65);
	color: white;
	font-size: 19px;
	font-weight: 200;
	text-align: center;
}
.owl-theme .owl-nav {
	margin: 0px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #EDE8DE;
	opacity: 0.5;
	width: 15px;
	height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #FFF;
	opacity: 1;
}
.owl-theme .owl-nav [class*=owl-]{
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	border-radius: 0px;
	color: #CCC;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	transition: 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
	color: #03A8AD;
}
.owl-theme .owl-nav [class*=owl-] i {
	font-size: 60px;
	line-height: 40px;
	font-weight: 400;
}
.owl-theme .owl-nav .owl-prev {
	left: -44px;
}
.owl-theme .owl-nav .owl-next {
	right: -44px;
}

.vybava {
	display: table;
	width: 100%;
}
.vybava .foto,
.vybava .ikony {
	display: table-cell;
	width: 50%;
	height: 100%;
}
.vybava .foto {
	background: url('../images/penzion_senk_kolaz.webp') center/cover no-repeat;
}
.vybava .ikony {
	padding: 70px 100px;
	color: var(--hneda);
	font-size: 20px;
	font-weight: 400;
}
.vybava .ikony table {
	text-align: left;
	table-layout: fixed;
}
.vybava .ikony table td {
	padding: 6px 11px;
	vertical-align: middle;
	line-height: 130%;
}
.vybava .ikony table td:first-child {
	text-align: center;
	color: var(--cihlova);
	width: 55px;
}
.vybava .ikony table td:first-child svg {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*************** paticka *****************/

footer {
	float: left;
	width: 100%;
	background-color: var(--hneda);
	color: white;
	padding: 45px 0px 50px 0px;
	font-size: 19px;
	font-weight: 200;
	line-height: 160%;
}
footer .sloupec {
	float: left;
	position: relative;
	width: 33.33%;
}
footer a {
	color: white;
	text-decoration: none;
}
footer a:hover {
	color: white;
	text-decoration: underline;
}
footer p {
	margin: 10px 0px;
}
footer p.nadpis {
	color: white;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
footer .sloupec.logo {
	width: 46%;
}
footer .sloupec.logo img {
	width: 220px;
	margin-top: 10px;
}
footer .sloupec.adresa {
	width: 27%;
}
footer .sloupec.kontakt {
	width: 27%;
}
footer img.realizace {
	float: right;
	width: 100px;
	margin-top: -60px;
	margin-right: 50px;
}

/*************** doplnky *****************/

#statistiky {
	display: none;
	margin-top: 15px;
}
#statistiky img {
	width: 88px;
	height: 60px;
}
.sloupec-3 {
	float: left;
	width: 33.33%;
}
.galerie {
	float: left;
	width: 100%;
	margin-left: -7px;
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
}
.galerie img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.galerie img:hover {
	transform: scale(0px, -6px);
	-webkit-transform: translate(0px, -6px);
	-moz-transform: translate(0px, -6px);
	-o-transform: translate(0px, -6px);
	-ms-transform:  translate(0px, -6px);
}	
.album {
	float: left;
	padding: 5px 10px 18px 7px;
	width: 25%;
	text-align: center;
}
.album h3 {
	font-size: 19px;
	font-weight: 500;
	margin-top: 5px;
	text-transform: none;
	line-height: 130%;
}
.album h3 a {
	text-decoration: none;
	color: black;
}
.album h3 a:hover {
	text-decoration: none;
	color: var(--hneda);
}
.album img {
	width: auto;
	height: auto;
}
.mapa {
	float: left;
	width: 100%;
	height: 335px;
	border: none;
	margin: 0px;
}
.foto_box {
	float: left;
	position: relative;
	width: 25%;
	margin-bottom: -9px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	}
.foto_box_inner {
	float: left;
	padding: 7px;
	}

.pdf_box {
	width: 25%;
	display: table-cell;
	float: left;
	vertical-align: top;
	margin: 0px 15px 15px 0px;
	box-sizing: border-box;
	text-align: center;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.pdf_box_nazev {
	margin: 10px 0px;
	line-height: 130%;
}
.pdf_box img {
	width: 100%;
	border: 1px solid #DDD;
	box-sizing: border-box;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
.pdf_box img:hover {
	transform: scale(0px, -6px);
	-webkit-transform: translate(0px, -6px);
	-moz-transform: translate(0px, -6px);
	-o-transform: translate(0px, -6px);
	-ms-transform:  translate(0px, -6px);
}
.tabulka {
	text-align: left;
	table-layout: fixed;
	margin-left: -10px;
	margin-top: 0px;
}
.tabulka td, .tabulka th {
	border-bottom: 1px solid #D4D4D4;
	padding: 10px 30px 10px 10px;
}
.tabulka td strong, .tabulka th strong {
	font-size: 18px;
	font-weight: 400 !important;
	text-transform: uppercase;
	color: #00A0E3;
}
.tabulka tr:nth-child(odd) {
}
#mapa_vylety {
	width: 100%;
	height: 440px;
	text-align: center;
	border-top: 1px solid #DFDFDF;
}
#mapa_vylety a:link, #mapa_vylety a:visited {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
#mapa_vylety img {
	margin-top: 15px;
	width: 250px;
}
.gm-style-iw {
   max-width: 260px !important;
   padding-left: 10px !important;
}
#mapa_vylety h4 {
   margin-top: 7px;
   margin-bottom: -5px;
   color: #000;
   font-size: 22px;
   font-weight: 300;
   text-transform: uppercase;
   line-height: 130%;
}
#mapa_vylety a:link, #mapa_vylety a:visited {
	color: var(--hneda);
}
#mapa_vylety a:hover {
	text-decoration: underline;
}
.recenze {
	float: left;
	width: 100%;
	margin: 15px 0px;
	padding: 25px 40px 12px 40px;
	line-height: 140%;
	background-color: white;
	-webkit-box-shadow: 0 10px 15px -4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 10px 15px -4px rgba(0,0,0,0.15);
	box-shadow: 0 10px 15px -4px rgba(0,0,0,0.15);
	transition: all .2s ease-in-out;
}
.recenze p:first-of-type {
	color: var(--cihlova);
	font-weight: 500;
	font-size: 20px;
}

/*************** kalendar *****************/

.ui-widget{
	font-family: 'Roboto', sans-serif;
	margin-top: 15px;
}
.ui-datepicker-inline{
	width: 100%;
    border-radius: 0px;
    background-color: inherit;
    padding: 0px;
    border: none !important;
}
.ui-widget-content{
	border-radius: 0px;
    background-color: var(--hneda);
    padding: 0px;
    border: none !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 7px 5px;
    border: none;
    border-radius: 0px;
    background-color: var(--hneda);
    font-size: 16px;
    font-weight: 600;
	background-image: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	top: 5px;
	bottom: 5px;
	background-color: rgba(255,255,255,0.25);
	border-radius: 0px;
	height: auto;
	width: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 7px auto;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	background-image: none;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover{
	background-color: rgba(255,255,255,0.4);
	border-color: #DDD;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev{
	left: 5px;
	background-image: url('../images/leva.svg') !important;
}
.ui-datepicker .ui-datepicker-next{
	right: 5px;
	background-image: url('../images/prava.svg') !important;
}
.ui-datepicker .ui-datepicker-title{
	line-height: 20px;
}
.ui-datepicker table{
	box-sizing: border-box;
	margin: 0px;
}
.ui-datepicker th {
    padding: 5px 0px;
    text-align: center;
    border: 0;
    font-size: 13px;
    color: var(--hneda);
    background-color: #FFF;
    font-weight: 400;
	border-right: 1px solid rgba(255,255,255,0.9) !important;
}
.ui-datepicker td {
    padding: 0px;
	border: 0.5px solid rgba(255,255,255,0.9) !important;
}
.ui-datepicker tr:first-of-type td{
	border-top: none !important;
}
.ui-datepicker tr td:first-of-type{
	/* border-left: none !important; */
}
.ui-datepicker tr td:last-of-type,
.ui-state-disabled, .ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled{
	/* border-right: none !important; */
	background-image: none !important;
	background-color: var(--hneda) !important;
	opacity: 1 !important;
}
.ui-state-default{
	background-color: var(--hneda) !important;
	color: white !important;
	text-align: center !important;
	border: none !important;
	font-size: 13px !important;
	font-weight: 300 !important;
	padding: 6px 0px !important;
	background-image: none !important;
}
.ui-state-default.ui-state-hover,
.ui-state-default.ui-state-active{
	background-color: var(--cihlova) !important;
}
#kalendar .ui-state-default,
#kalendar .ui-state-default.ui-state-hover,
#kalendar .ui-state-default.ui-state-hover,
#kalendar .ui-state-default.ui-state-active{
	cursor: default !important;
	background-color: inherit !important;
}
.obsazeno .ui-state-default,
#kalendar .obsazeno .ui-state-default{
	background-color: #8d2219 !important;
}
.rezervovano .ui-state-default,
#kalendar .rezervovano .ui-state-default{
	background-color: var(--cihlova) !important;
}
#kalendar {
	margin-bottom: 10px;
}
#kalendar td {
	cursor: default !important;
}
#kalendar .ui-widget-content{
	background-color: var(--hneda);
}

.legenda{
	padding: 0px 10px;
	margin-bottom: 15px;
	text-align: left;
}
.legenda > span{
	display: inline-block;
	vertical-align: top;
	margin-right: 9px;
}
.legenda > span:last-of-type{
	margin: 0px;
}
.legenda > span small{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
}
.legenda > span .stav{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255,255,255,0.9);
	margin-right: 5px;
}
.legenda > span .stav.obsazeno{
	background-color: #8d2219;
}
.legenda > span .stav.rezervovano{
	background-color: var(--cihlova);
}
.legenda > span .stav.kdispozici{
	background-color: var(--hneda);
}

/*************** rezervacni formular *****************/

#rezervace {
	background-color: #FBEDED;
	background-image: url('../images/bg_slider.webp');
	background-position: right top;
    background-repeat: no-repeat;
	background-size: cover;
}
.formular {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.formular input[type=text],
.formular input[type=number] {
	margin-bottom: 6px;
	width: 100%;
	padding: 11px;
	border: 1px solid #ECE1E1;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #555;
}
.formular .leva input[type=text]:nth-of-type(1),
.formular .leva input[type=text]:nth-of-type(3){
	width: calc(50% - 6px);
	margin-right: 6px;
}
.formular .leva input[type=text]:nth-of-type(2),
.formular .leva input[type=text]:nth-of-type(4){
	width: 50%;
}
.formular .prava input[type=text]:nth-of-type(1){
	width: calc(50% - 6px);
	margin-right: 6px;
}
.formular .prava input[type=text]:nth-of-type(2){
	width: 50%;
}
.formular textarea {
	margin-bottom: 10px;
	width: 100%;
	height: 133px;
	padding: 11px;
	border: 1px solid #ECE1E1;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	color: #555;
}
.formular input[type=submit] {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 50%;
	padding: 13px;
	border: none;
	background-color: var(--cihlova);
	color: #FFF;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.formular input[type=submit]:hover {
	background-color: var(--hneda);
	color: #FFF;
}
.formular p {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 130%;
	text-align: justify;
}
.hlaska {
	text-align: center !important;
	background-color: #bb0205;
	padding: 10px 0px;
	margin-top: 20px;
	margin-bottom: -30px;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	border-radius: 7px;
}