a {
  color: #1c4647;
  text-decoration: none;
}
a:hover {
  color: #3db6ad;
  text-decoration: none;
}
.section ul {
  padding: 10px 0px 10px 20px;
  margin: 0px 0px 0px 10px;
  list-style: square outside;
}
.section ul li {
  font-size: 14px;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  line-height: 1.2em;
  padding: 0px 0px 10px 0px;
}
.section ol {
  padding: 0px 0px 10px 15px;
}
.section ol li {
  color: #737373;
  font-size: 0.95em;
  padding: 0px 0px 0px 0px;
}
hr.line {
  border-bottom: 1px solid #3db6ad;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 20px 0px;
}
div.section.midd hr.line {
  border-bottom: 1px solid #1c4647;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 20px 0px;
}

.full { float: left; width: 100%; margin: 0px 0px 0px 0px; }
.half { float: left; width: 50%; margin: 0px 0px 0px 0px; }
.third { float: left; width: 33%; margin: 0px 0px 0px 0px; }

.col { float: left; }
.col5 { float: left; width: 5%; }
.col10 { float: left; width: 10%; }
.col15 { float: left; width: 15%; }
.col20 { float: left; width: 20%; }
.col24 { float: left; width: 24%; }
.col25 { float: left; width: 25%; }
.col30 { float: left; width: 30%; }
.col33 { float: left; width: 33%; }
.col35 { float: left; width: 35%; }
.col40 { float: left; width: 40%; }
.col50 { float: left; width: 50%; }
.col60 { float: left; width: 60%; }
.col65 { float: left; width: 65%; }
.col70 { float: left; width: 70%; }
.col75 { float: left; width: 75%; }
.col80 { float: left; width: 80%; }
.col100 { float: left; width: 100%; }

.vpad00 { padding: 0px 0px 0px 0px; }
.vpad40 { padding: 40px 0px 0px 0px; }
.vpad04 { padding: 0px 0px 40px 0px; }
.vpad44 { padding: 40px 0px 40px 0px; }
.vpad02 { padding: 0px 0px 20px 0px; }
.vpad20 { padding: 20px 0px 0px 0px; }
.vpad22 { padding: 20px 0px 20px 0px; }
.vpad24 { padding: 20px 0px 40px 0px; }
.vpad42 { padding: 40px 0px 20px 0px; }
.vpad06 { padding: 0px 0px 60px 0px; }
.vpad46 { padding: 40px 0px 60px 0px; }
.vpad64 { padding: 60px 0px 40px 0px; }
.vpad66 { padding: 60px 0px 60px 0px; }

.imgleft { float: left; margin: 0px 10px 20px 0px; }
.imgright { float: right; margin: 0px 0px 20px 10px; }
img.resp { width: 100%; height: auto; border-radius: 10px; }

.toright { float: right; }
.toleft { float: left; }

.center { text-align: center; }
.tleft { text-align: left; }
.tright { text-align: right; }
.rpad { padding-right: 30px; }
.lpad { padding-left: 30px; }
.rnd { border-radius: 10px; }

.btn {
  padding: 7px 20px 7px 20px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
}
.btn.light {
  color: #1c4647;
  background: #fff;
}
.btn.light:hover {
  color: #fff;
  background: #3db6ad;
  text-decoration: none;
}
.btn.dark {
  color: #fff;
  background: #3db6ad;
}
.btn.dark:hover {
  color: #3db6ad;
  background: #fff;
  text-decoration: none;
}
.btn.midl {
  color: #fff;
  background: #1c4647;
}
.btn.midl:hover {
  color: #1c4647;
  background: #fff;
  text-decoration: none;
}
.xlight .btn.dark:hover {
  color: #fff;
  background: #1c4647;
  text-decoration: none;
}
.xlight .btn.midl:hover {
  color: #1c4647;
  background: #3db6ad;
  text-decoration: none;
}
.btn.hlit {
  color: #fff;
  background: #f78e1e;
}
.btn.hlit:hover {
  color: #f78e1e;
  background: #fff;
  text-decoration: none;
}
.xlight .btn.hlit:hover {
  color: #f78e1e;
  background: #000;
  text-decoration: none;
}
.btn i {
  padding: 0px 0px 0px 15px;
}
button {
  padding: 0px; margin:0px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: none;
}

button.big {
  float: right;
  font-size: 18px;
  padding: 15px 30px 15px 30px;
  margin-top: 15px;
  border-radius: 10px;
}

p {
  color: #666666;
  font-size: 14px;
  line-height: 1.4em;
  padding-bottom: 15px;
  margin: 0px;
}

p.btns {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 20px 0px 0px 0px;
}
p.btnsml {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

strong { font-family: 'montserratbold', Tahoma, Arial, sans-serif; font-weight: normal; }
hr {
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid silver;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
h1, h2, h2.clear  {
  position: relative;
  float: left;
  width: 100%;
  color: #1A3D3E;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
}
h1 span, h2 span {
  float: left;
  width: 100%;
  color: #3db6ad;
  font-size: 30px;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
}
h2 {
  font-size: 30px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
}
h1::before, h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 80px;
  border-bottom: 2px solid #3db6ad;
}
div.section.midd h1::before, div.section.midd h2::before {
  border-bottom: 2px solid #fff;
}
div.section.dark h1::before, div.section.dark h2::before {
  border-bottom: 2px solid #3db6ad;
}
h3, h4 {
  color: #1A3D3E;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
}
h3 {
  font-size: 24px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
}
h4 {
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  background: none;
}
h4 span, h3 span {
  color: #3db6ad;
}
div.section.midd h4 span, div.section.midd  h3 span {
  color: #fff;
}
h4 strong, h3 strong {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
h2.likeh3 {
  font-size: 24px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  text-transform: none;
}
h2.likeh3::before {
  border: none;
}
h2.likeh4 {
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
  text-transform: none;
}
h2.likeh4::before {
  border: none;
}
h3.likeh2 {
  font-size: 30px;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
}
h3.likeh4 {
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
}


table.downld {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
table.downld tr td {
  padding: 10px;
  border-bottom: 1px solid #0e2548;
  text-align: center;
}
table.downld tr th {
  padding: 10px;
  color: #fff;
  background: #0e2548;
  text-transform: uppercase;
}
table.downld tr td.name {
  text-align: left;
}

div.hpcars {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
div#book.hpcars {
  float: left;
  width: 100%;
  padding: 30px 0px 0px 0px;
}
div.cars {
  float: left;
  width: 100%;
  padding: 30px 0px 0px 0px;
}
div.hpcars div.hpcar {
  float: left;
  width: 50%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
div.cars div.hpcar {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 60px 0px;
}
div.hpcars div.hpcar:first-child {
  padding: 0px 60px 0px 0px;
}
div#book div.hpcar:first-child {
  padding: 0px 0px 0px 0px;
}
div.hpcars div.hpcar:last-child {
  padding: 0px 0px 0px 60px;
}
div#book div.hpcar:last-child {
  padding: 0px 0px 0px 0px;
}
div.hpcars div.hpcar div.itemcont {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
div.cars div.hpcar div.itemcont {
  float: left;
  width: 40%;
  padding: 0px 30px 0px 0px;
}
div.hpcars div.hpcar h3 {
  text-transform: uppercase;
}
div.bookinfo p {
  float: left;
  width: 100%;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid silver;
}
div.bookinfo h5 {
  float: left;
  width: 100%;
  padding: 15px 0px 5px 0px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
div.bookinfo p span, div.bookinfo h5 span {
  float: right;
  padding: 0px 0px 0px 10px;
}
div.bookinfo h5.hlit {
  float: left;
  width: 100%;
  margin: 15px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  color: #fff;
  font-size: 16px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-weight: normal;
  background: #3db6ad;
}
div.itemicos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
div.cars div.hpcar div.itemicos {
  float: left;
  width: 60%;
}
div.book .itemicos {
  display: block;
  flex-wrap: none;
  float: left;
  width: 100%;
  margin: 0px 0px 10px 0px;
}
div.book .itemicos .itemico {
  width: 25%;
  min-height: 40px;
  margin: 0px 0px 0px 0px;
}
div.book .itemicos .itemico span {
  float: left;
  width: 100%;
  height: auto;
  color: #1c4647;
  font-size: 12px;
  text-align: center;
  padding: 0px;
}
div.itemicos .itemico {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 33.33%;
  min-height: 60px;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
}
div.hpcar div.itemicos .itemico {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
div.hpcar div.itemicos .itemico i, div.car_pic .itemicos .itemico i {
  float: left;
  width: 60px;
  height: 60px;
  color: #1c4647;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  margin-right: 10px;
  background: #fff;
  border-radius: 30px;
}
div.book .itemicos .itemico i {
  /*width: 40px;
  height: 40px;*/
  font-size: 36px;
  line-height: auto;
  color: #3db6ad;
  text-align: center;
  /*background: #3db6ad;
  border-radius: 30px;
  margin-right: 10px;*/
}
div.hpcar div.itemicos .itemico i {
  color: #fff;
  background: #3db6ad;
}
div#sarus div.cars div.hpcar div.itemicos .itemico i {
  color: #1c4647;
  background: #fff;
}
div.cars div.hpcar div.itemicos p.btns {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div.itemicos .itemico span {
  float: left;
  width: calc(100% - 70px);
  height: 60px;
  color: #1c4647;
  font-family: 'montserratregular';
  padding-top: 10px;
}


div.prodgals {
  float: left;
  width: 100%;
  padding: 20px 0px 0px 0px;
}
div.panel div.prodgals {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
div.prodgals div.prodgal {
  float: left;
  width: 16.66%;
  padding: 0px 20px 20px 0px;
}
div.prodgals div.prodgal a {
  position: relative;
  float: left;
  width: 100%;
}
div.prodgals div.prodgal img {
  width: 100%;
  height: auto;
  max-width: 200px;
  border: 1px solid #e7e7e7;
}

.accordion {
  overflow: hidden;
}
.accordion-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1A3D3E;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion input {
  display: none;
}
.accordion-label {
  display: flex;
  /*justify-content: space-between;*/
  align-items: left;
  padding: 10px 0px 10px 0px;
  cursor: pointer;
  color: #1A3D3E;
  font-size: 16px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  transition: background-color 0.3s;
}
.accordion-label:hover {
  color: #fff;
}
.accordion-label::before {
  left: 0px;
  padding-right: 10px;
  font-family: icomoon;
  content: "\e902";
  font-size: 18px;
  transition: transform 0.3s;
}

.accordion input:checked + .accordion-label::before {
  content: "\e905";
}
.faqcont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0px 0px 0px 0px;
}
.accordion input:checked ~ .faqcont {
  color: #fff;
  max-height: 300px; /* nastav dle potřeby */
  padding: 10px 0px 10px 28px;
}
.accordion .accordion-item .faqcont p {
  color: #1A3D3E;
  padding: 0px 0px 7px 0px;
}
.accordion .accordion-item .faqcont ul {
  padding: 0px 10px 0x 10px;
}
.accordion .accordion-item .faqcont ul li {
  color: #1A3D3E;
  padding: 0px 0px 5px 0px;
}

.priceconts {
  display: flex;
  float: left;
  width: 100%;
}
.priceconts .pricepad {
  flex: 1;
  float: left;
  width: 33.33%;
  margin: 0px 0px 0px 0px;
  padding: 30px 30px 30px 30px;
  background: #1c4647;
  border-radius: 20px;
}
.priceconts .pricepad:first-child {
  width: calc(33.33% - 20px);
  margin: 30px 0px 30px 30px;
  background: #f3f3f3;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.priceconts .pricepad:nth-child(2) {
  color: #fff;
}
.priceconts .pricepad:last-child {
  width: calc(33.33% - 20px);
  margin: 30px 30px 30px 0px;
  background: #f3f3f3;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.priceconts .pricepad .pricecont h4 {
  font-size: 30px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
.priceconts .pricepad:nth-child(2) .pricecont h4 {
  color: #3db6ad;
}
.priceconts .pricepad:nth-child(2) .pricecont p {
  color: #3db6ad;
}
.priceconts .pricepad .pricecont h3 {
  color: #ec9b09;
  font-size: 36px;
  line-height: 1.0em;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.priceconts .pricepad .pricecont h3 span {
  float: left;
  width: 100%;
  color: #3db6ad;
  font-size: 14px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}
.priceconts .pricepad:nth-child(2) .pricecont h3 span {
  color: #fff;
}
.priceconts .pricepad .pricecont ul {
  padding: 30px 0px 10px 0px;
  margin: 0px 0px 0px 10px;
  list-style: square outside url("../../images/bgr-ul.png");
}
.priceconts .pricepad .pricecont ul li {
  font-size: 14px;
  line-height: 1.2em;
  padding: 0px 0px 10px 0px;
}
.priceconts .pricepad .pricetop {
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #1c4647;
}
.priceconts .pricepad:nth-child(2) .pricetop {
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #fff;
}

.cargals {
  float: left;
  padding: 0px 0px 20px 0px;
}
.cargals .cargal {
  float: left;
  padding: 0px 20px 0px 0px;
}
.cargals .cargal {
  float: left;
  width: 100%;
  height: auto;
}
.books {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: -30px;
}
.books .book {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 0px;
  margin-right: 30px;
  margin-bottom: 30px; 
  box-sizing: border-box;
  border: 1px solid silver;
  border-radius: 10px;
}
.books .book:nth-child(3n) {
  margin-right: 0;
}
.books .book.blur img, .books .book.blur h4, .books .book.blur div.cat, .books .book.blur p {
  filter: grayscale(100%) brightness(1);
  opacity: 0.6;
}
.books .book img {
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.det.books .book img {
  display: block;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.books .book.adv {
  padding: 0px;
  position: relative;
  overflow: hidden;
  background: #3db6ad;
}
.books .book.adv i {
  color: #3db6ad;
  font-size: 40px;
}
.det.books .book .bcont i {
  float: left;
  font-size: 40px;
  margin: 5px 10px 0px 0px;
}
.det.books .book .bcont .col30 i {
  float: right;
  margin: 3px 0px 0px 0px;
}
.books .book.adv .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* tmavý filtr */
  z-index: 1;
}
.books .book.adv .content {
  position: relative;
  z-index: 2;
}
.book .bcont {
  float: left;
  width: 100%;
  padding: 15px 20px 10px 20px;
}
.book .bcont h3, .book .bcont h4, .book .bcont h5 {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
}
.book .bcont .cat {
  color: #3db6ad;
  font-size: 13px;
  line-height: 14px;
  padding: 0px 0px 5px 0px;
}
.book.info .bcont .cat {
  padding: 5px 0px 5px 0px;
}
.book.pric .bcont .cat.tright {
  color: #1c4647;
}

.book .bcont hr {
  padding: 0px 0px 0px 0px;
  margin: 5px 0px 10px 0px;
}
.book .bcont .col30 i {
  float: right;
  font-size: 40px;
}
.book.succ .bcont .col30 i {
  color: #3db6ad;
}
.book .tag {
  position: absolute;
  top: 40px;
  left: -5px;
  padding: 2px 10px 2px 10px;
  color: #fff;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  background: red;
  z-index: 10;
}
.book.succ .tag {
  background: #3db6ad;
}
.whtclr {
  color: #fff;
}
.ordrforms {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid silver;
  border-radius: 10px;
}
.ordrforms form {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  padding: 20px 20px 20px 20px;
}
.ordrforms .ordrform {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 0px;
  margin-right: 30px;
  margin-bottom: 0px; 
}
.ordrforms .ordrform:nth-child(3n) {
  margin-right: 0;
}
.ordrforms .fullform {
  position: relative;
  width: 100%;
  padding: 0px;
}
.ordrform label, .fullform label {
  float: left;
  width: 100%;
  color: #1c4647;
  font-size: 13px;
  line-height: 14px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0px 0px 6px 0px;
}
.ordrform input, .fullform textarea {
  float: left;
  width: 100%;
  height: 36px;
  color: #1c4647;
  font-family: 'montserratregular', Tahoma, Arial, sans-serif;
  line-height: 36px;
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px;
  border: 1px solid silver;
  border-radius: 10px;
}
.fullform textarea {
  height: 100px;
  font-size: 13px;
  line-height: 16px;
  padding: 10px;
}


.calendar-container { float: left; width: 100%; padding: 20px 0px 0px 0px; }
.calendar-header { display: flex; float: left; width: 100%; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.calendar-container { float: left; width: 100%; padding: 20px 0px 0px 0px; }
.calendar-container button { background: #fff; }
.calendar-container button span { font-size: 24px; }
.calendar-container button span.icon-next-square { margin-right: 10px; }
.day { position: relative; float: left; width: calc(14.28% - 3px); height: 40px; text-align: center; line-height: 40px; position: relative; margin: 0px 2px 2px 0px; color: #fff; background: #3cb6ad;}
.weekdays .day { color: #fff; font-family: 'montserratbold', Tahoma, Arial, sans-serif; text-transform: uppercase; background: #1c4647; }
.empty { border: none; background: none; }
.bokd { background-color: #E61A1A; }
.resr { background-color: #F5892D; }
/*.wait { background-color: #F5892D; }*/
.empt { background-color: #FBFBFB; }
.day-number { position: relative; z-index: 2; display: inline-block; font-family: 'montserratbold', Tahoma, Arial, sans-serif; }
.day::before, .day::after { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1; }
.day.bokd-fst::before { background: linear-gradient(to bottom left, #E61A1A 50%, transparent 50%); }
.day.resr-fst::before { background: linear-gradient(to bottom left, #F5892D 50%, transparent 50%); }
/*.day.wait-fst::before { background: linear-gradient(to bottom left, #F5892D 50%, transparent 50%); }*/
.day.bokd-lst::after { background: linear-gradient(to top right, #E61A1A 50%, transparent 50%); }
.day.resr-lst::after { background: linear-gradient(to top right, #F5892D 50%, transparent 50%); }
/*.day.wait-lst::after { background: linear-gradient(to top right, #F5892D 50%, transparent 50%); }*/

.legend {
  float: left;
  margin: 20px 0px 20px 0px;
}

.legend .col33 {
  float: left;
  margin-right: 20px;
  line-height: 20px;
  font-size: 13px;
}
.legend span {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.legend .free span {
  background: #35ADA3;
}
.legend .ocup span {
  background: #E21919;
}
#plans {
  margin: 0px 0px 20px 0px;
}
.alert {
  float: left;
  width: 100%;
  padding: 5px 10px 5px 15px;
  border-radius: 8px;
}
.alert.danger {
  background: red;
  color: #fff;
}
