@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: 1em; }

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; }

main a img {
  outline: none;
  border: none;
  transition: all 0.25s ease-out; }
main a:hover img {
  transform: scale(1.05); }

.text-left {
  text-align: left !important; }
.text-center {
  text-align: center !important; }
.text-right {
  text-align: right !important; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: .3em;
  color: #a75f4a;
  font-weight: 700;
  font-family: 'Merriweather', serif; }

h1, .h1 {
  font-size: 2.8em; }
h2, .h2 {
  font-size: 2.5em; }
h3, .h3 {
  font-size: 2.1em; }
h4, .h4 {
  font-size: 1.7em; }
h5, .h5 {
  font-size: 1.4em; }
h6, .h6 {
  font-size: 1.2em; }

small, .small {
  opacity: .7;
  font-size:.85em;
  font-weight: 400; }

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 {
  clear: both;
  margin: 50px 0; }

#back {
  display: none; }
#back {
  z-index: 100;
  position: fixed;
  bottom: 110px;
  right: 38px; }

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: 325px; }

main:before {
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 180px;
  content: '';
  position: absolute;
  background: url('/files/drevene-magnetky_vlna.png') center bottom repeat-x; }

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: #a75f4a; }
.btn-primary:hover {
  color: #000;
  background: #ffe4a6; }

.btn-over {
  border: 2px solid #a75f4a;
  color: #a75f4a;
  }
.btn-over:hover {
  background: #a75f4a;
  color: #fff;}


.gr {
  background: #f7f9fa; }

.mid {
  display: flex;
  align-items: center; }

.brand {
  margin-right: auto; }
.brand img {
  max-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: #a75f4a;
  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: #a75f4a; }
.hory:before {
  content: '';
  position: absolute;
  left:0;
  right: 0;
  top: -300px;
  height: 500px;
  background: url('/files/sp_les.svg') top 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 {
  margin-left: auto;
  margin-right: auto;

  width: 100%;
  order: 1; }

.spr {
  order: 3; }


.propisky-cenik {
  width: 100%;
  border-spacing: 0 5px; }
.propisky-cenik td {
  white-space: nowrap;
  height: 45px;
  padding: 0 25px;
  background: #f1e3c8; }
.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: #a75f4a; }

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 #a75f4a;
  color: #000;
  margin-bottom: 5px; }

select.color {
  width: 100%; }


.form-row {
  display: flex;
  align-items: center; }
.form-row label {
  margin-right: auto; }

.w20 {
  width: 20%; }

.vw75 {
  width: 75%; }
.vw50 {
  width: 50%; }
.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 #a75f4a;
  color: #000; }

.dashed-block {
  padding: 25px 25px 20px 25px;
  border: 2px dashed #a75f4a/*#ffe4a6*/;
  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-vlevo h5:first-child {
    margin-top: 0;
}

.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: ', '; }

.skupina-udaje h5:first-child {
  margin-top: 0; }

.galerie {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap; }
.galerie li {
  width: 50%;
  padding: 5px;}
.galerie img {
  border-radius: 1000px; }

.front-nabidka {
  display: flex; margin: 0; padding: 0; list-style: none; flex-wrap: wrap; }

.front-nabidka li {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%; }

.front-nabidka img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.45s ease-out; }

.front-nabidka li:hover img.hover {
  opacity: 1; }

.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/magnet_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; }

h3 a[name] {
  position: relative;
  top: -140px; }

