@charset "utf-8";
@-ms-viewport {
  width: device-width; }

:root {
  --bg-hory: #a75f4a;
  --bg-footer: #ffd460; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.15; }

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

body {
  font-weight: 400;
  line-height: 1.55;
  color: #242424;

  margin: 0;
  background-color: #fff;

  font-family: "Ubuntu", sans-serif;
  font-size: 1rem; }

body.sticky {
  padding-top: 156px; }
p {
  text-align: justify; }
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer; }
a {
  transition: all 0.25s ease-out; }
a:active,
a:hover {
  outline: 0; }
a[id] {
    position: relative;
    top: -85px;
}

main a img {
  outline: none;
  border: none;
  transition: all 0.25s ease-out; }

.front-nabidka img:hover {
  transform: scale(1.05); }

.text-left {
  text-align: left; }
.text-center {
  text-align: center; }
.text-right {
  text-align: right; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: .3em;
  color: #0d88a8;
  font-weight: 700;
 }

h1, .h1 {
  font-size: 2.8rem; }
h2, .h2 {
  font-size: 2.5rem; }
h3, .h3 {
  font-size: 2.1rem; }
h4, .h4 {
  font-size: 1.7rem; }
h5, .h5 {
  font-size: 1.4rem; }
h6, .h6 {
  font-size: 1.2rem; }

small, .small {
  opacity: .7;
  font-size:.85em;
  font-weight: 400; }
small.nl:before, .small.nl:before {
  margin-top: -1rem;
  content: '';
  display: block; }

h3 span { float: right; }

.p-0 { padding: 0; }
.p-1 { padding: .25rem; }
.p-2 { padding: .5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 3rem; }

.ps-0 { padding-left: 0; }
.ps-1 { padding-left: .25rem; }
.ps-2 { padding-left: .5rem; }
.ps-3 { padding-left: 1rem; }
.ps-4 { padding-left: 1.5rem; }
.ps-5 { padding-left: 3rem; }

.pe-0 { padding-right: 0; }
.pe-1 { padding-right: .25rem; }
.pe-2 { padding-right: .5rem; }
.pe-3 { padding-right: 1rem; }
.pe-4 { padding-right: 1.5rem; }
.pe-5 { padding-right: 3rem; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.ms-0 { margin-left: 0; }
.ms-1 { margin-left: .25rem; }
.ms-2 { margin-left: .5rem; }
.ms-3 { margin-left: 1rem; }
.ms-4 { margin-left: 1.5rem; }
.ms-5 { margin-left: 3rem; }

.me-0 { margin-right: 0; }
.me-1 { margin-right: .25rem; }
.me-2 { margin-right: .5rem; }
.me-3 { margin-right: 1rem; }
.me-4 { margin-right: 1.5rem; }
.me-5 { margin-right: 3rem; }

img,
iframe,
video {
  vertical-align: middle;
  border-style: none; }

img,
video {
  max-width: 100%;
  height: auto; }

.muted {
  opacity: .6 }

.container {  
  margin: 0 auto; }

.container {
  padding: 0 20px; }

.hr {
  margin: 50px 0; }
.hr img {
  max-width: 100%; }

#back {
  display: none; }
#back {
  z-index: 100;
  position: fixed;
  bottom: 110px;
  right: 36px; background: rgba(255,255,255,.66); border-radius: 50px; padding: 3px; }

strong, .strong {
  font-weight: 700; }

header {
  background: #fff;  
  position: relative; }

header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 6px;
  background: url('/files/strip-3.svg') center center no-repeat; }

.sticky header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

main {
  z-index: 5;
  margin-top: 6px;
  padding-top: 5px;
  position: relative;
  margin-bottom: 100px; }

main:before {
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 180px;
  content: '';
  position: absolute;
  background: url('/files/vlna_cela.png') center bottom repeat-x; }

.default main:before { height: 225px; }

.information { background-color: #EF7F1A; color: #fff; padding: 10px 0 }
.information p { margin: 0 }
.information .fa-inverse { color: #EF7F1A }

main .container {
  position: relative; }

main h2:first-child {
  margin: 0;
  margin-bottom: 65px;
  padding: 30px 0; }

.btn {
  height: 45px;
  margin: 2px 0;
  font-size: 1em;
  border: none;
  line-height: 100%;
  vertical-align: middle;
  border-radius: 22.5px; 
  padding: 0 25px;
  display: inline-flex;
  align-items: center; }
button.btn:hover {
  cursor: pointer; }

.btn-primary {
  color: #fff;
  background: #0d88a8; }
.btn-primary:hover {
  color: #000;
  background: #fdda0b; }

.btn-over {
  border: 2px solid #0d88a8;
  color: #0d88a8;
  }
.btn-over:hover {
  background: #0d88a8;
  color: #fff;}

.btn-mag { 
  margin-right: 1rem; }

.gr {
  background: #f7f9fa; }

.mid {
  display: flex;
  align-items: center; }

.brand {
  margin-right: auto; }
.brand img {
  height: 70px; }

.mainnav,
.subnav {
  list-style: none;

  margin: 0;
  padding: 0; }

@media only screen and (max-width: 1199.98px)  {
.mainnav {
  overflow: hidden;
  color: #fff;
  z-index: 10;
  border-radius: 22.5px 0 0 22.5px;
  background: #0d88a8;
  transition: width .35s ease-out;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  max-height: 80vh;
  right: 0;
  width: 0px;
  display: block; }

.mainnav li {
  margin: 5px 25px; }
.mainnav li a {
  white-space: nowrap; }
.mainnav li a:hover {
  text-decoration: underline; }

.mainnav li .fa {
  margin-left: 5px; }

.mainnav.active {
  width: 280px; }

.subnav {
  overflow: hidden;
  transition: all .35s ease-out;
  max-height: 0; }


.subnav.active {
  max-height: 50vh; }

} /*END*/

.mobile-icon {
  margin-left: 5px; }
.phone-icon {
  display: none;
  margin-left: 5px; }
.basket-icon {
  /*display: none;*/
  position: relative;
  margin-left: 5px; }
.basket-icon .badge {
  display: none;
  font-size: 10px;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #fff; }
.basket-price {
  display: none;
  margin-left: 10px; }

.top-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.sticky .top-navbar {
  display: none; }

.top-links {
  font-size: .85rem;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
.top-links > li:not(:last-child)::after {
  content: '';
  margin-right: 10px; }
.top-links a {
  position: relative; display: inline-block; line-height: 43px }
.top-links a:hover::after, .top-links a.active::after {
  content: '';
  position: absolute;
  left: -3px;
  right: -3px;
  background: #000;
  bottom: 0;
  height: 1.6px; }

.top-info {
  display: none; }


.hory {
  position: relative;
  padding-bottom: 75px;
  color: #fff;
  background-color: #0d88a8; }
.hory:before {
  content: '';
  position: absolute;
  left:0;
  right: 0;
  top: -15px;
  height: 15px;
  background: url('/files/strip-3.svg') center center no-repeat; }
.hory h4 {
  margin: .5em 0;
  color: #fff;
}
.hory .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  flex-direction: column; }

.hory-logo img {
  max-width: 65%; }
.hory-kontakt,
.hory-firma,
.hory-sluzby {
  margin-bottom: auto; }

.sluzby-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.sluzby-links a:hover {
  text-decoration: underline; }

.hory .phone {
  font-weight: 700;
  font-size: 1.5em; }

.copy {
  position: relative;
  text-align: center;
  font-size: .85rem; }
.copy a {
  color: inherit;
}
.copy a:hover {
  text-decoration: underline; }
.sp {
  position: relative;
  padding-bottom: 60px;
  background-color: #ffd460; }
.sp::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -46px;
  height: 50px;
  background: url('/files/sp_pata-zluta.png') top center repeat-x; }

.sp-pata {
  position: relative; 
  display: flex;
  flex-direction: column; }

.sp-pata a:hover {
  opacity: .6; }
.sp-left {
  order: 2;
  display: flex;
  align-items: center;
  flex-direction: column; }
.sp-center {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center }
.sp-center img {
  border-radius: 1000px;
  margin: 20px 0;
  max-width: 100px; }
.sp-right {
  order: 3;
  display: flex;
  align-items: center;
  flex-direction: column; }
.sp-left a, sp-right a {
  margin-bottom: 5px; }

.propiska-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start; }

.spl { 
  order: 2; }

.sps {
  width: 80%;
  margin: 0 auto;
  order: 1; }

.spr {
  order: 3; }


.propisky-cenik {
  width: 100%;
  border-spacing: 0 5px; }
.propisky-cenik td {
  height: 45px;
  padding: 0 25px;
  background: #fff5c2; }
.propisky-cenik tr td:first-child {
  border-radius: 22.5px 0 0 22.5px; }
.propisky-cenik tr td:last-child {
  text-align: right;
  border-radius: 0 22.5px 22.5px 0; }
.propisky-cenik tr:hover td {
  color: #fff;
  background: #0d88a8; }

blockquote {
  margin: 0;
  margin-top: 75px;
  padding: 10px 30px 5px 30px;
  border-radius: 22.5px;
  background: #ffe4a6; }


td.price {
  text-align: right; }
td.price.total {
  font-weight: 700; }

select,
input[type="text"],
input[type="tel"],
input[type="email"] {
  max-width: 100%;
  outline: none;
  height: 45px;
  font-size: 1em;
  font-family: monospace;
  line-height: 100%;
  vertical-align: middle;
  border-radius: 22.5px; 
  padding: 0 10px;
  display: inline-flex;
  align-items: center; 
  border: 2px solid #0d88a8;
  color: #000;
  margin-bottom: 5px; }

select.color {
  width: 100%; }

.row {
  display: flex; flex-wrap: wrap; }

.form-row {
  display: flex;
  align-items: center; }
.form-row label {
  margin-right: auto; }

.pw { flex-grow: 1; order: 3; }
.pws, .pwe { width: 100%; }

.vw75 {
  width: 75%; }

.vw50 {
  width: 100%; }

@media only screen and (max-width: 768px) {
  .vw50 { padding-left: 0 !important; padding-right: 0 !important; }
  h3 span { display: none; }
}
@media only screen and (min-width: 768px)  {
  .vw50 {
    width: 50%; }
  .pws { order: 2; }
  .pw { order: 2; padding: 0 3rem; }
  .pwe { order: 3; }
  .pws, .pwe { width: 25%; }
}


.vw25 {
  width: 25%; }
.vw20 {
  width: 24.5%; }
.full-width {
  width: 100%; }

.propisky-table {
  width: 100%; }


textarea {
  margin-bottom: 5px;
  outline: none;
  font-family: monospace;
  font-size: 1em;
  max-width: 100%;
  line-height: 100%;
  vertical-align: middle;
  border-radius: 22.5px; 
  padding: 15px 10px;
  display: inline-flex;
  align-items: center; 
  border: 2px solid #0d88a8;
  color: #000; }

.dashed-block {
  padding: 25px 25px 20px 25px;
  border: 2px dashed #0d88a8;
  border-radius: 22.5px; }

.submit-form {
  margin-top: 55px; }

.table-wrap {
  overflow-x: auto; }
.propisky-table {
  border-collapse: collapse; }
.propisky-table td {
  white-space: nowrap; }

.form-objednavka {
  flex-direction: column;
  display: flex; }
.form-vlevo {
  width: 100%; }

.form-vpravo {
  width: 100%; }

.form-success {
  max-width: 750px;
  background: #8bc24a;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 18px 20px;
  border-radius: 3px;
}

.form-error {
  max-width: 750px;
  display: flex;
  background: #ea1e63;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 18px 20px;
  border-radius: 3px; }
.form-error p {
  white-space: nowrap;
  margin: 0;
  padding: 0;
  margin-right: 20px; }
.form-messages {
  list-style: none;
  margin: 0;
  padding:0; }
.form-messages li {
  display: inline;
  font-size: .85em; }
.form-messages li:not(:last-child):after {
  content: ', '; }

.form-vlevo h5:first-child {
  margin-top: 0; }

.rounded-icon { display: inline-flex; flex-direction: column; }
.rounded-icon img { max-width: 250px; border: 6px solid #fccf14; border-radius: 500px; overflow: hidden; }
.rounded-icon:hover img { border-color: #0d88a8; }
.rounded-icon span { opacity: .7; }
.rounded-icon:hover span { opacity: 1; }

.propisky .rounded-icon img { max-width: 150px; }


.galerie {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin-right: -1rem; }
.galerie li {
  width: 50%;
  margin-right: 1rem; margin-bottom: 1rem; }
.galerie a { 
  display: block; border: 6px solid #fccf14; border-radius: 500px; overflow: hidden; }
.galerie a:hover {
  border-color: #0d88a8; }
.galerie img { max-width: 100%; height: auto; }

.front-nabidka {
  display: flex; margin: 0; padding: 0; list-style: none; flex-wrap: wrap; }

.front-nabidka li {
  display: flex;
  flex-direction: column;
  width: 100%; }

.front-nabidka h4 {
  margin: 10px 0; }
.front-nabidka p {
  text-align: left;
  margin-right: 50px; }
.front-nabidka p.info {
  margin-bottom: auto; }

.rozcestnik {}
.rozcestnik:before {
  content: '';
  position: absolute;
  background: url('/files/nevite-si-rady_ikona.png') center center no-repeat;
  width: 64px;
  height: 64px;
  right: 50%;
  margin-right: 140px;
  margin-top: -10px;
  background-size: contain; }

.propisky-table img {
  opacity: .6; }

.cookie-prefs { z-index: 1000; cursor: pointer; position: fixed; left: 10px; bottom: 10px; border-radius: 10000px; overflow: hidden; background: #fff; padding: 3px; box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.2);}
.cookie-icon { background: url('/files/cc-icon.png') center center no-repeat; display: inline-block; width: 32px; height: 32px; background-size: contain; vertical-align: middle; }
.cookie-prefs span { display: inline-block; overflow: hidden; vertical-align: middle; transition: all .5s; white-space: nowrap; max-width: 0; }

.cookie-prefs:hover span { padding: 0 12px 0 8px; max-width: 300px; }
