<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&amp;subset=latin-ext");
html {
  font-size: 100%;
}

body {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  color: #333333;
  line-height: 1.4em;
}

html * {
  box-sizing: border-box;
  outline: none;
}

html, body, h1, h2, h3, h4, h5, h6, input, textarea, a, button {
  font-family: "Roboto", sans-serif;
}

a {
  color: #EA5F21;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

p {
  margin: 0 0 15px;
}

h1, h2, h3, h4 {
  color: #EA5F21;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  margin: 0 0 8px;
  text-transform: uppercase;
}

h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 56px;
  line-height: 3.5rem;
  margin: 0 0 20px;
}

h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 56px;
  line-height: 3.5rem;
  margin: 0 0 15px;
  line-height: 35px;
}
h2 span {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 40px;
  line-height: 2.5rem;
  text-transform: none;
}

ul {
  margin: 0 0 15px;
  padding: 0 0 0 0;
}
ul li {
  list-style-type: none;
  padding: 0 0 3px 20px;
  position: relative;
}
ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #EA5F21;
  position: absolute;
  top: 10px;
  left: 0px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=tel],
textarea {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  padding: 0 5px;
  background: #ede7c3;
}

input[type=submit] {
  cursor: pointer;
  color: #fff;
  background: #EA5F21;
  border-color: #EA5F21;
}

textarea {
  height: 8rem;
  line-height: 1.8rem;
  resize: none;
}

@media only screen and (max-width: 960px) {
  h1 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 41.6px;
    line-height: 2.6rem;
  }

  h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 41.6px;
    line-height: 2.6rem;
  }
}
.block {
  padding: 50px 0;
}

.overflow-container {
  width: 100%;
  overflow: hidden;
}

.input-number {
  display: inline-block;
  vertical-align: bottom;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 40px;
}
.input-number input[type=text] {
  display: block;
  width: 40px;
  height: 100%;
  text-align: center;
  float: left;
  margin: 0 0 0 -40px;
  font-style: normal;
}
.input-number-up, .input-number-down {
  display: block;
  width: 40px;
  height: 19px;
  line-height: 19px;
  background: #4d4d4d;
  color: white;
  text-align: center;
  font-style: normal;
}
.input-number-up:hover, .input-number-down:hover {
  color: white;
  background: #444444;
  text-decoration: none;
}
.input-number-up {
  margin-bottom: 2px;
}
.input-number-down:before {
  content: "\f107";
  font-family: "FontAwesome";
}
.input-number-up:before {
  content: "\f106";
  font-family: "FontAwesome";
}

.input-icon {
  position: relative;
}
.input-icon i {
  position: absolute;
  text-align: center;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 40px;
  line-height: 2.5rem;
  top: 0;
  right: 0;
  z-index: 500;
  display: block;
  height: 100%;
  width: 40px;
  line-height: 40px;
  background: #4d4d4d;
  color: #fff;
}

.bg-texture {
  background-image: url("../img/bg-buble-beige.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}

.bg-texture-red {
  color: #fff;
  background-image: url("../img/bg-buble-red.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.bg-texture-red a {
  color: inherit;
}

.btn {
  display: inline-block;
  background: #4d4d4d;
  color: #fff;
  padding: 15px;
  min-width: 200px;
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}
.btn:hover {
  background: #333333;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.divider {
  display: block;
  width: 100%;
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
}
.divider:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.divider_dotted:before {
  background: url("../img/bg-dotted.png") repeat-x left top;
}

.tt-uc {
  text-transform: uppercase;
}

.uk-nav-offcanvas li {
  padding-left: 0;
}
.uk-nav-offcanvas li:before {
  display: none;
}

.gallery li:before {
  display: none;
}

.smap {
  width: 100%;
  height: 100%;
}
.smap img {
  max-width: none;
}
.smap .card-header:empty,
.smap .card-footer:empty {
  display: none;
}
.smap .cluster &gt; div {
  border: none !important;
  background: transparent url("../img/marker-cluster.png") no-repeat center bottom !important;
  color: #fff !important;
  border-radius: 0 !important;
  width: 102px !important;
  height: 113px !important;
  top: -56px !important;
  left: -51px !important;
}
.smap .cluster &gt; div img {
  display: none;
}
.smap .copyright {
  background: none;
}

table tr td {
  padding: 0 25px 5px 0;
}

.woocommerce-shipping-fields {
  display: none;
}

.eshop-navbar {
  background: #EA5F21;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.eshop-navbar-basket {
  display: block;
  float: left;
  padding: 15px;
  display: block;
  background: #c10000;
  color: #fff;
  white-space: nowrap;
}
.eshop-navbar-basket:before {
  content: "\f291";
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
}
.eshop-navbar-basket:hover {
  text-decoration: none;
  background: #a80000;
  color: #fff;
}
.eshop-navbar-menu ul {
  margin: 0;
}
.eshop-navbar-menu ul li {
  display: inline-block;
  padding: 0;
}
.eshop-navbar-menu ul li:before {
  display: none;
}
.eshop-navbar-menu ul li a {
  display: block;
  padding: 15px;
  color: #ede7c3;
}
.eshop-navbar-menu ul li.current-menu-item &gt; a,
.eshop-navbar-menu ul li a:hover {
  text-decoration: none;
  background: #ea7121;
  color: #fff;
}
.eshop-sidebar {
  position: relative;
}
.eshop-sidebar-menu &gt; a {
  display: block;
  background: #ede7c3;
  color: #fff;
  padding: 10px 15px;
  color: #EA5F21;
  border-bottom: 1px solid #fff;
}
.eshop-sidebar-menu &gt; a.active, .eshop-sidebar-menu &gt; a:hover, .eshop-sidebar-menu &gt; a:focus {
  color: #fff;
  text-decoration: none;
  background: #ea7121;
}
.eshop-sidebar-menu ul {
  margin: 0;
  padding: 0;
  background: #ede7c3;
}
.eshop-sidebar-menu ul li {
  list-style-type: none;
  padding: 0;
}
.eshop-sidebar-menu ul li:before {
  display: none;
}
.eshop-sidebar-menu ul li a {
  display: block;
  padding: 10px 15px;
  color: #EA5F21;
  border-bottom: #fff 1px solid;
}
.eshop-sidebar-menu ul li a:hover {
  background: #ea7121;
  color: #fff;
  text-decoration: none;
}
.eshop-sidebar-menu ul li.active &gt; a:first-child, .eshop-sidebar-menu ul li.current-cat-parent &gt; a:first-child, .eshop-sidebar-menu ul li.current-cat &gt; a:first-child {
  background: #EA5F21;
  color: white;
}
.eshop-sidebar-menu ul li.active &gt; a:first-child:after, .eshop-sidebar-menu ul li.current-cat-parent &gt; a:first-child:after, .eshop-sidebar-menu ul li.current-cat &gt; a:first-child:after {
  content: "\f105";
  font-family: "FontAwesome";
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
}
.eshop-sidebar-menu ul li:last-child {
  border: none;
}
.eshop-sidebar-menu ul li ul {
  border: none;
}
.eshop-sidebar-menu ul li ul li {
  border: none;
}
.eshop-sidebar-menu ul li ul li a {
  padding: 6px 15px 6px 30px;
  border-bottom: #fff 1px solid;
  font-size: 0.9em;
  position: relative;
  margin: 0 20px;
}
.eshop-sidebar-menu ul li ul li a:hover {
  background: none;
  color: #EA5F21;
}
.eshop-sidebar-menu ul li ul li.active &gt; a:first-child, .eshop-sidebar-menu ul li ul li.current-cat-parent &gt; a:first-child, .eshop-sidebar-menu ul li ul li.current-cat &gt; a:first-child {
  background: none;
  color: #666666;
  border: none;
}
.eshop-sidebar-menu ul li ul li.active &gt; a:first-child:after, .eshop-sidebar-menu ul li ul li.current-cat-parent &gt; a:first-child:after, .eshop-sidebar-menu ul li ul li.current-cat &gt; a:first-child:after {
  content: "";
}
.eshop-sidebar-menu ul li ul li ul li a {
  border: none;
  padding: 3px 15px 3px 60px;
  margin: 0;
}
.eshop-sidebar-menu ul li ul li ul li a:after {
  content: "";
}
.eshop-sidebar-menu ul li ul li ul li.active &gt; a:first-child, .eshop-sidebar-menu ul li ul li ul li.current-cat-parent &gt; a:first-child, .eshop-sidebar-menu ul li ul li ul li.current-cat &gt; a:first-child {
  background: #fff;
  border: #ddd8d2 1px solid;
  border-width: 1px 0;
}
.eshop-sidebar-menu ul li ul li ul li.active &gt; a:first-child:after, .eshop-sidebar-menu ul li ul li ul li.current-cat-parent &gt; a:first-child:after, .eshop-sidebar-menu ul li ul li ul li.current-cat &gt; a:first-child:after {
  content: "";
}
.eshop-sidebar-menu ul li ul li ul li:last-child {
  border-bottom: #ded5c8 1px solid;
}
.eshop-sidebar-product {
  display: none;
}
@media only screen and (min-width: 768px) {
  .eshop-sidebar-product {
    position: relative;
    display: block;
    margin: 50px 0 70px;
    height: 400px;
    background: #ede7c3;
  }
  .eshop-sidebar-product-title {
    display: inline-block;
    background: #EA5F21;
    color: #fff;
    padding: 5px 10px;
  }
  .eshop-sidebar-product-flag {
    background: #c54a13;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -35px;
    height: 35px;
    line-height: 35px;
  }
  .eshop-sidebar-product-content {
    text-align: center;
    padding: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .eshop-sidebar-product {
    width: 210px;
    position: absolute;
    top: 0;
    margin: 35px 0 0;
  }
  .eshop-sidebar-product.left {
    right: 100%;
  }
  .eshop-sidebar-product.left img {
    width: 130%;
    max-width: 130%;
    margin: 15px 0 0 -30px;
  }
  .eshop-sidebar-product.right {
    left: 410%;
  }
}
.eshop-slider {
  margin: 0 0 30px;
}
.eshop-slider-item-content {
  height: 250px;
  padding: 70px 0 0 0;
  text-align: center;
}
.eshop-slider-item-content h2 {
  margin: 0 0 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38.4px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 1220px) {
  .eshop-slider-item-content {
    height: 350px;
    padding: 100px 0 0 50%;
    text-align: left;
  }
}
.eshop-content .tag-title {
  display: inline-block;
  background: #c54a13;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
}
.eshop .product {
  margin-bottom: 30px;
}
.eshop .product-item {
  padding: 15px;
  background: white;
  border: #ddd8d2 1px solid;
  position: relative;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
}
.eshop .product-item a:hover {
  text-decoration: none;
}
.eshop .product-item:after {
  content: "";
  display: table;
  clear: both;
}
.eshop .product-item-title {
  color: #EA5F21;
  display: block;
  height: 2.8rem;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 24.7px;
  line-height: 1.54375rem;
}
.eshop .product-item-image {
  display: block;
  height: 250px;
  text-align: center;
}
.eshop .product-item-image img {
  max-width: 100%;
  max-height: 100%;
}
.eshop .product-item-text {
  display: block;
  height: 4.2rem;
  margin: 0 0 18px;
  overflow: hidden;
}
.eshop .product-item-price {
  position: relative;
  display: block;
  padding: 10px 0 0;
  color: #EA5F21;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 30.4px;
  line-height: 1.9rem;
}
.eshop .product-item-price del {
  position: absolute;
  left: 0;
  bottom: 90%;
  color: #4d4d4d;
}
.eshop .product-item-price ins {
  background: none;
  color: inherit;
}
.eshop .product-item-basket {
  display: block;
  text-align: center;
  background: #c10000;
  color: white;
  float: right;
  white-space: nowrap;
  padding: 10px;
  position: relative;
  z-index: 10;
}
.eshop .product-item-basket:hover {
  background: #a80000;
}
.eshop .product-item-basket:before {
  content: "\f291";
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
}
.eshop .product-item-flag {
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  padding: 4px 10px;
  color: white;
  text-transform: uppercase;
  background: #c10000;
}
.eshop .product-item-flag + .product-item-flag {
  top: 130px;
}
.eshop .product-item-flag + .product-item-flag + .product-item-flag {
  top: 160px;
}
.eshop .product-item-flag + .product-item-flag + .product-item-flag + .products-item-flag {
  top: 190px;
}
.eshop .product-item-flag.bg-red {
  background: #c10000;
}
.eshop .product-detail-image {
  display: block;
  text-align: center;
}
.eshop .product-detail-slider {
  margin: 15px 0 0;
}
.eshop .product-detail-slider ul li {
  height: 100px;
  line-height: 100px;
}
.eshop .product-detail-slider ul li a {
  display: inline-block;
}
.eshop .product-detail-title {
  color: #ea7121;
  margin: 0 0 20px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
}
.eshop .product-detail-stock {
  color: #EA5F21;
  display: block;
  margin: 40px 0 20px;
}
.eshop .product-detail-stock b {
  font-weight: 400;
  color: #44b400;
}
.eshop .product-detail-stock b.out-of-stock {
  color: #c10000;
}
.eshop .product-detail-stock b.available-on-backorder {
  color: #d77900;
}
.eshop .product-detail-price {
  display: block;
  font-weight: 700;
  color: #ea7121;
  margin: 0 0 15px;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
.eshop .product-detail-price del {
  color: #4d4d4d;
  font-size: 0.8em;
  display: block;
  font-weight: 400;
}
.eshop .product-detail-price ins {
  color: #EA5F21;
  background: none;
}
.eshop .product-detail-basket {
  display: inline-block;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #EA5F21;
  color: white;
  cursor: pointer;
}
.eshop .product-detail-basket:hover {
  color: white;
  background: #ea7121;
}
.eshop .product-detail-basket:before {
  content: "\f291";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  color: white;
  margin: 0 10px 0 0;
}
.eshop .product-detail-info {
  padding-bottom: 30px;
}
.eshop .product-detail-info-bottom {
  width: 100%;
  text-align: right;
}
.eshop .product-detail-flag {
  display: inline-block;
  background: #c10000;
  color: #fff;
  padding: 5px 10px;
  margin: 0 2px 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.eshop .product-detail-text {
  margin: 50px 0 0;
}
.eshop .product-detail-text-title {
  color: #EA5F21;
  display: block;
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
.eshop .cart-menu {
  background: #ede7c3;
  padding: 30px 0;
}
.eshop .cart-menu ul {
  margin: 0;
  padding: 0;
}
.eshop .cart-menu ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
.eshop .cart-menu ul li:before {
  display: none;
}
.eshop .cart-menu ul li a {
  display: block;
  padding: 15px 30px;
  background: #bfab91;
  color: white;
  position: relative;
}
.eshop .cart-menu ul li a:hover {
  background: #ded5c8;
  text-decoration: none;
}
.eshop .cart-menu ul li a:hover:before {
  border-top-color: #ea7121;
}
.eshop .cart-menu ul li.active a {
  background: #EA5F21;
}
.eshop .cart-menu ul li.active a:hover {
  background: #ea7121;
}
.eshop .cart-menu ul li.active a:before {
  content: "";
  display: block;
  font-size: 0;
  width: 0;
  height: 0;
  border: transparent 15px solid;
  border-top-color: #EA5F21;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
}
.eshop table.cart img {
  width: 100px !important;
}
.eshop form .form-row label {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.eshop form .form-row .required,
.eshop form .form-row abbr[title] {
  border: none !important;
  font-weight: 400;
}
.eshop form .form-row input.input-text,
.eshop form .form-row select {
  height: 30px;
  border: #ccc 1px solid;
}
.eshop form .form-row .select2-container--default,
.eshop form .form-row .select2-selection--single {
  border: #ccc 1px solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.input-number {
  display: inline-block;
  vertical-align: bottom;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 40px;
}
.input-number input[type=text] {
  display: block;
  width: 40px;
  height: 100%;
  text-align: center;
  float: left;
  margin: 0 0 0 -40px !important;
}
.input-number-up, .input-number-down {
  display: block;
  width: 40px;
  height: 19px;
  line-height: 19px;
  background: #666666;
  color: #fff !important;
  text-align: center;
}
.input-number-up:hover, .input-number-up:focus, .input-number-down:hover, .input-number-down:focus {
  color: white;
  background: #444444;
  text-decoration: none;
}
.input-number-up:before, .input-number-down:before {
  content: "\f107";
  font-family: "FontAwesome";
}
.input-number-up {
  margin-bottom: 2px;
}
.input-number-up:before {
  content: "\f106";
}

.woocommerce ul li {
  padding: 0;
}
.woocommerce ul li:before {
  width: 0;
  height: 0;
}
.woocommerce form .required {
  text-decoration: none;
  font-weight: 400;
  color: #c10000;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #c10000;
  font-weight: 400;
  padding: 0 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  height: 40px;
  line-height: 40px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #db0000;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background: #c10000;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-page .woocommerce-error .button, .woocommerce .woocommerce-page .woocommerce-info .button, .woocommerce .woocommerce-page .woocommerce-message .button {
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.woocommerce-page .header-menu &gt; ul &gt; li.eshop {
  background: #EA5F21;
  color: white;
}
.woocommerce-page .header-menu &gt; ul &gt; li.eshop a:before {
  color: white;
}

.header {
  height: 110px;
  background: #333333;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .header {
    height: 50px;
  }
}
.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 18px 25px 0;
}
.header-logo img {
  display: block;
  margin: 0 auto 0;
  max-height: 100%;
}
@media only screen and (max-width: 960px) {
  .header-logo {
    padding: 5px 25px;
  }
}
.header-menu ul {
  display: table;
  margin-left: -50px;
}
.header-menu ul li {
  display: table-cell;
  width: 1%;
  text-align: right;
}
.header-menu ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  display: inline-block;
  vertical-align: top;
  height: 110px;
  line-height: 110px;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  border-bottom: transparent 10px solid;
  text-align: center;
}
.header-menu ul li a:hover {
  border-color: #EA5F21;
  color: #EA5F21;
  text-decoration: none;
}
@media only screen and (max-width: 1220px) {
  .header-menu ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
  }
}
.header-menu ul li.active a {
  border-color: #EA5F21;
  color: #EA5F21;
  text-decoration: none;
}
.header-menu ul li.icon-home a {
  overflow: hidden;
}
.header-menu ul li.icon-home a:before {
  content: "\f015";
  font-family: "fontawesome";
  display: block;
  margin: 0 0 100px;
  font-size: 2.5em;
}
.header-menu ul li.icon-shop a:before {
  content: "";
  display: inline-block;
  background: url("../img/ico-prodejny.png");
  width: 33px;
  height: 44px;
  margin: 0 10px -6px 0;
}
.header-menu ul li:before {
  display: none;
}
@media only screen and (max-width: 1660px) {
  .header-menu ul {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1440px) {
  .header-menu ul {
    margin-left: 190px;
  }
  .header-menu ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
  }
}
@media only screen and (max-width: 1110px) {
  .header-menu ul {
    margin-left: 220px;
  }
  .header-menu ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20.8px;
    line-height: 1.3rem;
  }
}
.header-menu-toggle {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 56px;
  line-height: 3.5rem;
  font-style: normal;
}
.header-menu-toggle:hover {
  color: #fff;
}

.banner {
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.banner-content {
  height: 100%;
  width: 550px;
  margin: auto;
}
.banner-content-title, .banner-content-label {
  display: inline-block;
  font-weight: 400;
  background: #EA5F21;
  color: #fff;
  padding: 28px 35px;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 70.4px;
  line-height: 4.4rem;
  margin: 0 0 0 30px;
  text-transform: uppercase;
}
.banner-content-title a, .banner-content-label a {
  color: #fff;
}
.banner-content-label {
  background: #EF7F1A;
  padding: 20px 25px;
  margin: 0 0 0 30px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
}
.banner-content-links {
  margin-top: 50px;
  margin-bottom: 20px;
}
.banner-content-links a {
  display: block;
  background: #333333;
  color: white;
  text-transform: uppercase;
  height: 100%;
  padding: 16px;
}
.banner-content-links a:before {
  content: "\f054";
  text-align: center;
  font-family: "fontawesome";
  font-size: 3rem;
  display: block;
  float: right;
  width: 45px;
  height: 70px;
  line-height: 70px;
  background: #EF7F1A;
  margin: 0 0 0 10px;
}
.banner-content-links a:after {
  content: "";
  display: table;
  clear: both;
}
.banner-content-links a:hover {
  text-decoration: none;
}
.banner-content_side {
  width: 70%;
  margin: 0 0 0 30%;
  padding-top: 70px;
}
.banner-content_side .banner-content-title, .banner-content_side .banner-content-label {
  margin-left: 0;
  width: 540px;
  text-align: center;
  text-transform: none;
}
.banner-content_side .banner-content-label {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 44.8px;
  line-height: 2.8rem;
}
.banner-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.banner-bottom .btn {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
}
.banner-bottom + .banner-content {
  height: 80%;
}
@media only screen and (max-width: 960px) {
  .banner {
    height: auto;
  }
  .banner-content {
    width: 100%;
    text-align: center;
  }
  .banner-content-title, .banner-content-label {
    margin: 30px 0 0;
    padding: 15px 20px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
  }
  .banner-content-label {
    margin: 0 0 30px;
    padding: 15px 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
  .banner-content_side {
    margin: 0;
    padding-top: 0;
  }
  .banner-content_side .banner-content-title, .banner-content_side .banner-content-label {
    width: auto;
  }
  .banner-content_side .banner-content-label {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
  .banner-bottom_relative {
    position: relative;
    padding: 30px 0 0;
  }
  .banner-bottom + .banner-content .banner-content-label {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-content-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }
  .banner-content-label, .banner-content_side .banner-content-label {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}

.submenu {
  background: #333333;
  text-align: center;
  padding: 10px 0;
}
.submenu a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 5px 0;
}

.service-item {
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  position: relative;
}
.service-item-title, .service-item-label {
  display: inline-block;
  font-weight: 400;
  background: #EA5F21;
  color: #fff;
  padding: 28px 35px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
  margin: 0 0 0 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.service-item-label {
  background: #EF7F1A;
  padding: 20px 25px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
}
.service-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.service-item:hover:before {
  opacity: 0;
}
@media only screen and (max-width: 1220px) {
  .service-item {
    height: 350px;
  }
}
@media only screen and (max-width: 960px) {
  .service-item {
    height: 250px;
  }
  .service-item-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 35.2px;
    line-height: 2.2rem;
  }
  .service-item-label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28.8px;
    line-height: 1.8rem;
  }
}

.section {
  padding: 50px 0 60px;
}
.section_color {
  background: #ede7c3;
}
.section_large {
  padding-left: 5%;
  padding-right: 5%;
}
.section-label {
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 44.8px;
  line-height: 2.8rem;
}
.section-title + .btn {
  float: right;
  position: relative;
  top: -70px;
  margin-bottom: -50px;
}
.section-title + .btn + * {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .section-title + .btn {
    float: none;
    top: 0;
    margin: 0 0 20px;
  }
}

.store {
  background-image: url("../img/banner-novinky.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}

.shop {
  background-image: url("../img/banner-prodej.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0 0 70px;
}

.products {
  margin-top: 40px;
}
.products-margin {
  margin-bottom: 75px;
}
.products-item {
  position: relative;
  background: #fff;
  border: #ccc 1px solid;
  margin-top: 45px;
  padding: 30px 0;
  height: 100%;
}
.products-item-flag {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #fff;
  background: #EF7F1A;
  text-transform: uppercase;
  position: absolute;
  left: -1px;
  top: -46px;
}
.products-item-image {
  float: left;
  width: 50%;
  margin-right: -50%;
}
.products-item-content {
  padding: 0 25px 0 55%;
}
.products-item-content strong {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 27.2px;
  line-height: 1.7rem;
  color: #EA5F21;
}
.products-item-content p {
  margin: 15px 0 50px;
}
.products-item .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.products-item:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .products-item-image {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .products-item-content {
    padding-left: 25px;
  }
}

.shop-box {
  position: relative;
  background: #fff;
  border: #ccc 1px solid;
  padding: 30px 40% 80px 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
.shop-box .btn {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.shop-box:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 480px) {
  .shop-box {
    background-image: none !important;
    padding-right: 30px;
  }
}

.contact-form input[type=text], .contact-form input[type=email] {
  margin: 0 0 10px;
  background: #ede7c3;
}
.contact-form input[type=text]:last-child, .contact-form input[type=email]:last-child {
  margin-bottom: 0;
}
.contact-form textarea {
  height: 100%;
  min-height: 120px;
  background: #ede7c3;
}
.contact-form .btn {
  background: #4d4d4d;
  display: inline-block;
  width: auto;
  border: none;
  height: 66px;
  line-height: 66px;
}
.contact-form .spinner,
.contact-form .alert {
  display: none;
}

.blocks img {
  display: block;
  margin: 0 0 25px;
}
.blocks h2 {
  margin: 0 0 70px;
}
.blocks h3 {
  color: #4d4d4d;
  margin: 0 0 25px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .blocks img {
    margin: 0 auto 25px;
  }
  .blocks h3 {
    text-align: center;
  }
}

.carousel {
  padding: 0 60px;
}
.carousel-list li {
  padding-bottom: 0;
}
.carousel-list li a {
  display: block;
  border: #ccc 1px solid;
}
.carousel-list li a:hover {
  text-decoration: none;
}
.carousel-list li img {
  display: block;
}
.carousel-list li:before {
  display: none;
}
.carousel .uk-slidenav-position {
  margin: 0 -40px 0 -50px;
  padding: 0 50px;
}
.carousel .uk-slidenav-position .uk-slidenav {
  display: block;
  background: #4d4d4d;
  height: 100%;
  width: 60px;
  top: 0;
  margin: 0;
}
.carousel .uk-slidenav-position .uk-slidenav:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -10px;
  color: #fff;
}
.carousel .uk-slidenav-position .uk-slidenav-previous {
  left: -10px;
}
.carousel .uk-slidenav-position .uk-slidenav-next {
  right: -20px;
}
.box {
  display: block;
  padding: 30px 50px;
  margin: 70px 90px;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 57.6px;
  line-height: 3.6rem;
  line-height: 44px;
  line-height: 2.75rem;
}
.box p {
  margin: 0 0 20px;
}
.box_nomargin {
  margin: 0;
}
.box_orange {
  background: #EF7F1A;
  color: #fff;
}
.box_split {
  text-align: center;
  padding-left: 52%;
  position: relative;
}
.box_split_left {
  width: 55%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 50px;
  background: #EA5F21;
}
.box_split_half {
  padding-left: 50%;
}
.box_split_half .box_split_left {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .box_split {
    padding-left: 50px;
    padding: 0 0 30px;
  }
  .box_split_left {
    width: 100% !important;
    position: relative;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .box {
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}

.profile {
  padding: 70px 0 20px;
}
.profile-box {
  padding: 20px 70px;
  background: #ede7c3;
}
.profile-box-label {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
}
.profile-box-person {
  padding-top: 30px;
}
.profile-box-person:before {
  content: "\f21d";
  font-family: "fontawesome";
  display: block;
  margin: 0 20px;
  height: 100px;
  line-height: 80px;
  width: 80px;
  float: left;
  font-size: 5em;
  color: #EF7F1A;
}
.profile-box-arrow {
  padding-top: 30px;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
}
.profile-box-arrow:before {
  content: "\f175";
  font-family: "fontawesome";
  display: block;
  margin: 0 20px;
  height: 100px;
  line-height: 80px;
  width: 80px;
  float: right;
  font-size: 3em;
  color: #EF7F1A;
}
.profile-box a {
  color: inherit;
}
@media only screen and (max-width: 960px) {
  .profile-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .profile-box-person:before, .profile-box-arrow:before {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .profile-box {
    text-align: center;
  }
  .profile-box-arrow:before {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .profile-box-person:before, .profile-box-arrow:before {
    display: none;
  }
}

#map {
  width: 100%;
  height: 410px;
}

.map-image {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}
.map #map {
  height: 520px;
}

.footer {
  background: #333333;
  color: #fff;
  padding: 35px 0 30px;
  font-style: normal;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .footer {
    text-align: center;
  }
}
.footer-partners {
  text-align: center;
  margin: 0 -35px 60px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-partners-logo {
  background: #fff;
  padding: 20px 0;
  margin: 10px 0 0;
}
.footer-partners-logo img {
  margin: 0 25px;
  height: 47px;
}
@media only screen and (max-width: 1024px) {
  .footer-partners {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-partners img {
    margin: 0 25px;
  }
}
.footer-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
.footer-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-list li {
  padding: 0;
}
.footer-list li:before {
  display: none;
}
.footer a {
  color: #fff;
}

.copyright {
  background: #000;
  color: #ccc;
  padding: 20px 0 15px;
  text-align: center;
  font-weight: 300;
}
.copyright a {
  color: inherit;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>