/* 
    Created on : Oct 11, 2016, 12:32:16 PM
    Author     : Mirka
*/
html,
body {
  height: 100%;
  background-image: url(https://www.sanax.cz/images/header_repeater.png);
  font-family: 'Open Sans', sans-serif;
}
.bg-primary-color {
  background-color: #8cb83f;
}
.bg-light-color {
  background-color: #f0f0f0;
}
.bg-grey {
  background-color: #ececec;
}
.bg-grey-important {
  background-color: #ececec !important;
}
.bg-white {
  background-color: white;
}
.bg-green {
  background-color: #8cb83f !important;
}
.border-green {
  border: 1px solid #8cb83f !important;
}
.border-transp {
  border: 1px solid transparent;
}
.color-green {
  color: #8cb83f !important;
}
.hover-color-green:hover {
  color: #8cb83f !important;
}
.border-radius-5 {
  border-radius: 5px !important;
}
.font-size-smaller {
  font-size: smaller;
}
.overf-hid {
  overflow: hidden;
}
a {
  color: #8cb83f;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -o-transition: all 1s !important;
  transition: all 1s !important;
}
a:hover,
a:focus {
  color: #8cb83f;
  outline: none;
  box-shadow: none;
}
a.no-link {
  color: black;
}
a.hover-orange:hover,
a.hover-orange:focus {
  color: #ff692a;
  text-decoration: none;
}
a.hover-orange:hover i,
a.hover-orange:focus i {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-orange:hover,
.hover-orange:focus {
  color: #ff692a;
  text-decoration: none;
}
.hover-orange:hover i,
.hover-orange:focus i {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-primary:hover,
.hover-primary:focus {
  background-color: #8cb83f !important;
  border-color: #8cb83f !important;
  color: #ffffff !important;
}
.btn-green {
  width: 100%;
  padding: 10px;
  background-color: #8cb83f;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-size: 17px;
}
.btn-green:hover {
  color: #000;
  text-decoration: none;
}
.fa:not(::before) {
  font-family: 'Arial';
}
.content-wrap {
  background: white;
  padding-top: 20px;
  padding-bottom: 30px;
}
.w-1360 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.d-none {
  display: none !important;
}
.justify-content-center {
  justify-content: center;
}
.box-round {
  border-radius: 7px;
  padding: 10px 20px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.gap-15 {
  gap: 15px;
}
.breadcrumb {
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:visited {
  text-decoration: none;
}
.breadcrumb > li + li:before {
  content: '\00BB';
  color: black;
}
.breadcrumb-new {
  list-style: none;
}
.breadcrumb-new > li {
  display: inline-block;
}
.breadcrumb-new > li + li:before {
  padding-left: 5px;
  padding-right: 5px;
  content: '>';
  color: black;
  font-weight: 500;
}
/* nav tabs */
.menu .navbar .navbar-nav {
  float: none;
  vertical-align: top;
}
@media (min-width: 767px) {
  .menu .navbar .navbar-nav {
    display: inline-block;
  }
}
.menu .navbar-brand {
  color: white;
}
.menu .navbar .navbar-collapse {
  text-align: center;
}
.menu li {
  min-width: 80px;
}
.menu .triangle {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom: 10px solid #8cb83f;
  z-index: 1;
}
.menu .o-s-wrap {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.menu .o-s-wrap .other-signpost {
  width: 90vw;
  margin: 10px auto 0px auto;
  background-color: white;
  border: 1px solid #8cb83f;
  text-align: left;
  -webkit-box-shadow: 0px 6px 5px 5px #575757;
  -moz-box-shadow: 0px 6px 5px 5px #575757;
  box-shadow: 0px 6px 5px 5px #575757;
  z-index: 9;
}
.menu .o-s-wrap .other-signpost .other-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 50px auto;
}
.menu .o-s-wrap .other-signpost .other-wrap .o-w-first-line {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.menu .o-s-wrap .other-signpost .other-wrap .o-w-first-line .o-w-other .o-w-o-ico {
  display: inline-block;
}
.menu .o-s-wrap .other-signpost .other-wrap .o-w-first-line .o-w-other .o-w-o-desc {
  display: inline-block;
  padding-left: 10px;
}
.menu .o-s-wrap .other-signpost .other-wrap .o-w-first-line .o-w-other .o-w-o-desc span {
  font-size: 17px;
  font-weight: 600;
}
.menu .o-s-wrap .other-signpost .other-wrap .o-w-first-line .o-w-other .o-w-o-desc a {
  font-weight: 600;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box {
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box .o-b-cap a {
  font-size: 17px;
  font-weight: 500;
  color: black !important;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box .o-b-cap a:hover {
  text-decoration: none;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > hr {
  margin-top: 5px;
  margin-bottom: 10px;
  height: 1.5px;
  background-color: #8cb83f;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > ul {
  list-style-type: none;
  padding-left: 2px;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d3d3d3;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > ul li:hover {
  border-bottom-color: #8cb83f;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > ul li a {
  font-size: 15px;
  color: black !important;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > ul li a:hover {
  text-decoration: none;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > .o-b-news {
  padding-top: 5px;
  cursor: pointer;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > .o-b-news .o-b-n-img {
  display: inline-block;
  vertical-align: top;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > .o-b-news .o-b-n-img img {
  max-width: 150px;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > .o-b-news .o-b-n-info {
  display: inline-block;
  max-width: 179px;
  vertical-align: top;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > .o-b-news .o-b-n-info .o-b-n-i-cap {
  font-size: 15px;
  font-weight: 600;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > .o-b-news .o-b-n-info .o-b-n-i-desc {
  margin-top: 10px;
}
.menu .o-s-wrap .other-signpost .other-wrap .other-box > .o-b-news .o-b-n-info .o-b-n-i-link {
  display: block;
  text-align: right;
}
.nav-tabs {
  border-bottom: 1px solid #8cb83f;
}
.nav-tabs a {
  color: black;
  font-weight: lighter;
  font-style: italic;
}
.nav-tabs li:not(.active) > a {
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.nav-tabs li.active > a {
  background-color: #f0f0f0;
  border-top: 1px solid #8cb83f;
  border-left: 1px solid #8cb83f;
  border-right: 1px solid #8cb83f;
  font-weight: bold;
}
.nt-new {
  padding: 5px !important;
  background-color: #f0f0f0 !important;
  border-bottom: none !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nt-new li.active > a {
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  color: #8cb83f !important;
  font-style: normal !important;
}
.nt-new li:not(.active) > a {
  border: none !important;
  border-radius: 5px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-style: normal !important;
  cursor: pointer;
}
.nt-new li:not(.active) > a:hover {
  background-color: #fff;
}
.doc-box {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 30px 20px;
  text-align: center;
  color: #575757;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.doc-box .ico-pdf {
  color: #575757;
  font-size: 40px;
  font-weight: 600;
}
.doc-box .size {
  background-color: rgba(140, 184, 63, 0.3);
  color: #8cb83f;
  border-radius: 5px;
  padding: 0px 5px;
}
.doc-box:hover {
  text-decoration: none;
  border-color: #8cb83f;
  background-color: rgba(140, 184, 63, 0.2);
}
.doc-box:hover .ico-pdf,
.doc-box:hover p {
  color: #575757;
}
.accordion.prod .card {
  border: solid 1px #f0f0f0;
  border-radius: 5px;
  margin-bottom: 15px;
}
.accordion.prod .card .card-header {
  padding: 10px;
  background-color: #f0f0f0;
}
.accordion.prod .card .card-header h4:focus-visible {
  outline: none !important;
}
.accordion.prod .card .card-header button {
  display: inline-block;
  color: #8cb83f !important;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  border: none;
  vertical-align: middle;
  line-height: 33px;
}
.accordion.prod .card .card-header button:focus,
.accordion.prod .card .card-header button:hover {
  text-decoration: none !important;
  outline: none !important;
}
.accordion.prod .card .card-header .ico-app {
  display: inline-block;
  color: #8cb83f;
  background-color: rgba(140, 184, 63, 0.3);
  border-radius: 5px;
  padding: 0px 10px;
  margin-left: 10px;
  font-size: 15px;
  line-height: initial;
}
.accordion.prod .card .card-header .direct {
  display: inline-block;
  float: right;
}
.accordion.prod .card .card-body {
  padding: 20px;
}
/* GLOBAL */
.alert-color {
  color: #ff692a;
}
.label-alert {
    background-color: #ff692a;
    color: white !important;
}
.label-lg {
    font-size: 100%;
}
.m-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-3 {
  margin-left: 3px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-23 {
  margin-left: 23px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-1 {
  margin-right: 1px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.p-0 {
  padding: 0px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ml-auto {
  margin-left: auto;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-clean {
  margin-left: -15px;
  margin-right: -15px;
}
.max-height-209 {
  max-height: 209px;
}
.max-height-250 {
  max-height: 250px;
}
.w-100 {
  width: 100% !important;
}
.w-60-px {
  width: 60px !important;
}
.max-width-30per {
  max-width: 30%;
}
.max-width-50per {
  max-width: 50%;
}
.max-width-100per {
  max-width: 100%;
}
.border-1 {
  border: 1px solid #d3d3d3;
}
.border-b {
  border-bottom: 1px solid black;
}
.wrap-loading {
  margin: 20px;
  width: 90%;
}
.underline {
  text-decoration: underline;
}
.visibility-hidden {
  visibility: hidden;
}
.display-table {
  display: table;
}
.input-number {
  width: 70px;
}
.table tr td {
  vertical-align: middle !important;
}
.thumbnail {
  display: inline;
  margin-right: 10px;
}
.d-none {
  display: none !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex;
}
.larger {
  font-size: 120%;
}
.p-relative {
  position: relative;
}
.w-80-per {
  width: 80% !important;
}
.w-60-per {
  width: 60% !important;
}
.w-50-per {
  width: 50% !important;
}
.w-33-per {
  width: 32.9% !important;
}
.h-30 {
  height: 30px;
}
.fit-content-w {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}
.d-block {
  display: block !important;
}
.bg-dark {
  background-color: #575757;
}
.bg-alert {
  background-color: #ff692a;
}
.bg-dark-important {
  background-color: #575757 !important;
}
.border-s-2 {
  border: 2px solid;
}
.border-c-p {
  border-color: #8cb83f;
}
.border-c-m {
  border-color: lightgray;
}
.border-c-a {
  border-color: #ff692a;
}
.color-white {
  color: white;
}
.color-black {
  color: black;
}
.hover-color-black:hover {
  color: black !important;
}
.over-hidden {
  overflow: hidden;
}
.lh-37 {
  line-height: 37px;
}
.download-tabs {
  background-color: #f0f0f0;
  height: 40px;
  line-height: 40px;
  margin: 5px 15px;
  border-radius: 5px;
  padding-left: 5px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
}
.download-tabs:hover {
  background-color: #8cb83f;
}
.download-tabs:hover > a {
  color: white;
}
.download-tabs > a {
  text-transform: uppercase;
  color: #8cb83f;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.download-tabs > a:hover {
  text-decoration: none;
  color: white;
}
.download-tabs > a > i {
  margin-left: 5px;
  margin-right: 5px;
}
.font-w-600 {
  font-weight: 600;
}
.font-w-700 {
  font-weight: 700;
}
.font-w-800 {
  font-weight: 800;
}
.text-primary-color {
  color: #8cb83f !important;
}
.text-dark-color {
  color: #575757 !important;
}
.text-black-color {
  color: black !important;
}
.pointer {
  cursor: pointer;
}
.no-pointer {
  cursor: default !important;
}
.display-inline {
  display: inline;
}
.bold {
  font-weight: bold;
}
.panel-default > .panel-heading .badge {
  background-color: #575757;
}
.efekt img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.efekt img:hover {
  filter: brightness(90%);
}
.font-larger {
  font-size: larger;
}
.f-16 {
  font-size: 16px;
}
.kalkulacka {
  max-width: 180px;
  color: #ff692a !important;
}
.kalkulacka:hover i {
  filter: brightness(110%);
}
.loading {
  position: fixed;
  width: 50vw;
  margin-top: 10vh;
  margin-left: 25vw;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 9;
}
.loading .w-icon {
  background-color: #8cb83f;
  margin: 10%;
  color: white;
  padding-top: 5px;
}
.loading i {
  margin: 2%;
}
.type-check li {
  list-style-type: none;
}
.type-check > li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: inline-block;
  margin-left: -1.3em;
  margin-right: 0.3em;
  width: 1.3em;
}
.type-check ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  margin-left: -1.3em;
  margin-right: 0.3em;
  width: 1.3em;
}
.type-check.li-space li {
  line-height: 30px;
}
.type-check.check-primary {
  padding-inline-start: 20px;
}
.type-check.check-primary li:before {
  color: #8cb83f;
}
.green-circle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #8cb83f;
  background-color: rgba(140, 184, 63, 0.3);
  border-radius: 50%;
}
.green-circle-dark {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #8cb83f;
  border-radius: 50%;
}
.grey-square {
  width: 30px;
  height: 30px;
  background-color: #f0f0f0;
  border-radius: 5px;
}
.v-top {
  vertical-align: top;
}
.btn-h-f {
  height: 55px;
  font-size: 18px;
}
.card-prod {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin: 0px 15px 20px 15px;
}
.empty-prod-image {
  position: relative;
}
.empty-prod-image .name {
  position: absolute;
  top: 158px;
  left: 141px;
  font-size: 20px;
}
.universal_wrap {
  width: 95%;
  margin: auto;
  padding: auto;
}
.decoration {
  color: #575757;
  text-align: center;
  margin-bottom: 0px;
}
.decoration-left {
  color: #575757;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 0px;
}
.decoration-hr {
  width: 50%;
  border-color: #d3d3d3;
}
.action-button {
  display: inline-block;
  background-color: #8cb83f;
  padding: 5px 10px;
  color: white;
  font-size: large;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.btn-universal {
  width: 100%;
  padding: 15px 10px;
  font-size: x-large;
  border: none;
  background-color: #8cb83f;
  color: white;
  text-transform: uppercase;
}
.btn-universal:hover,
.btn-universal:focus {
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.background {
  background-color: #f0f0f0;
}
@media only screen and (min-width: 992px) {
  .hom-zajem img {
    width: 250px;
  }
}
@media only screen and (min-width: 1649px) {
  .hom-sesiv .xl-visible {
    display: inline-block !important;
  }
}
.fa-search {
  cursor: pointer;
}
.line-border {
  width: 100%;
  border-bottom: 1px solid #8cb83f;
  line-height: 0.1em;
  margin: 10px 0 20px;
  color: #8cb83f;
}
.line-border span {
  background: #fff;
  padding: 0 10px;
}
.js-live-result {
  background-color: white;
  position: absolute;
  height: auto;
  z-index: 19;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 1px;
}
.js-live-result p {
  padding: 10px;
  margin: 0;
  padding-top: 5px;
}
.js-live-result .panel-group {
  border-radius: 0px;
  margin-bottom: 0px;
}
.js-live-result .panel-group .panel {
  border-radius: 0px;
}
.js-live-result .panel-group .panel + .panel {
  margin-top: 0px;
}
.js-live-result .panel-group .panel-heading a:not(.js-serch-confirm) {
  color: #575757;
}
.js-live-result .panel-group .panel-collapse {
  max-height: 260px;
  overflow-y: auto;
}
.js-live-result .panel-group ul {
  padding-left: 15px;
  margin-bottom: 0px;
  list-style: none;
}
.js-live-result .panel-group ul li {
  padding-bottom: 5px;
}
.js-live-result .panel-group ul li a {
  color: black;
}
.js-live-result .panel-group ul li a:hover {
  color: #8cb83f;
}
.js-live-large-result p {
  padding: 10px;
  margin: 0;
  padding-top: 5px;
}
.js-live-large-result .panel-group {
  margin-bottom: 5px;
}
.js-live-large-result .panel-group .panel-heading a:not(.js-serch-confirm) {
  color: #575757;
}
.js-live-large-result .panel-group .panel-collapse {
  max-height: 205px;
  overflow-y: auto;
}
.js-live-large-result .panel-group ul {
  padding-left: 15px;
  margin-bottom: 0px;
  list-style: none;
}
.js-live-large-result .panel-group ul li {
  padding-bottom: 5px;
}
.js-live-large-result .panel-group ul li a {
  color: black;
}
.js-live-large-result .panel-group ul li a:hover {
  color: #8cb83f;
}
.btn-success {
  background-color: #8cb83f;
  border-color: #8cb83f;
  color: black;
  font-weight: 500;
}
.btn-success:hover {
  background-color: #8cb83f;
  border-color: #8cb83f;
}
.btn-success:active,
.btn-success:active:hover,
.btn-success:active:focus {
  background-color: #8cb83f;
  border-color: #8cb83f;
}
.btn-success:focus {
  background-color: #8cb83f;
  border-color: #8cb83f;
}
.label {
  color: black;
}
.shadow {
  box-shadow: rgba(0, 0, 0, 0.5) 3px 10px 10px -10px;
}
/* venobox */
.vbox-content {
  max-height: 100%;
}
.vbox-content img {
  max-width: 100%;
  max-height: 100vh;
}
.wrap-image {
  margin: auto;
}
.wrap-image table {
  margin: auto;
  border-collapse: separate;
  border-spacing: 5px;
}
.wrap-image img {
  margin-bottom: 5px;
}
/* bx slider */
.bx-wrapper .bx-controls-direction a {
  z-index: 1;
}
.help-block {
  font-size: 8pt;
  font-style: italic;
}
/* DataTable */
.data-table thead > tr > th {
  vertical-align: top !important;
}
.pagination {
  margin-top: 0px;
}
.pagination li > a {
  border-color: #d3d3d3;
  color: #575757;
}
.pagination li > a:active:focus,
.pagination li > a:active:hover,
.pagination li > a:hover,
.pagination li > a:focus {
  color: #8cb83f !important;
  border-color: #8cb83f !important;
}
.pagination li.active > a {
  border-color: #575757;
}
/* FLASH */
.flash {
  margin: 10px 10px 50px 10px;
  padding: 10px;
  box-shadow: 0px 0px 1px;
}
.flash.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.flash.error,
.flash > .error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.flash.warning,
.flash > .warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.flash.info,
.flash > .info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* Přihlášení/odhlášení/registrace */
.sign-box,
.up-box {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 355px;
}
.sign-box a,
.up-box a {
  color: #8cb83f;
}
.sign-box .form-group .required,
.up-box .form-group .required {
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 10px;
}
.sign-box .form-group input[type='text'],
.up-box .form-group input[type='text'],
.sign-box .form-group input[type='password'],
.up-box .form-group input[type='password'],
.sign-box .form-group input[type='email'],
.up-box .form-group input[type='email'],
.sign-box .form-group input[type='submit'],
.up-box .form-group input[type='submit'] {
  width: 350px !important;
}
.sign-box .form-group .form-submit,
.up-box .form-group .form-submit {
  text-align: left;
}
.sign-box .form-group label,
.up-box .form-group label {
  text-transform: uppercase;
  line-height: 30px;
}
.sign-box .form-group label label,
.up-box .form-group label label {
  margin: 0;
}
.sign-box form input[type='checkbox'] {
  width: 22px !important;
  height: 15px;
}
.dropdown-menu {
  left: auto !important;
  right: 0px !important;
  min-width: auto !important;
  width: auto !important;
}
.dropdown-menu a {
  padding: 5px 10px;
  width: 100% !important;
  color: black;
  text-align: right;
  text-decoration: none;
}
.dropdown-menu a:hover {
  background: #ddd !important;
  color: black;
}
/*.form-box {
        padding: 15px 10px;
}*/
.form-control {
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
.form-submit {
  text-align: center;
}
.form-submit input[type='submit'] {
  /*                width: 100px;*/
  height: 50px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}
.form-product {
  color: #575757;
}
.form-product input[type=submit] {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  background-color: #8cb83f;
  color: #ffffff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.form-product input[type=submit]:hover,
.form-product input[type=submit]:focus {
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.form-product label,
.form-product select,
.form-product textarea,
.form-product input {
  border-radius: 4px;
}
.form-product label:hover,
.form-product select:hover,
.form-product textarea:hover,
.form-product input:hover,
.form-product label:focus,
.form-product select:focus,
.form-product textarea:focus,
.form-product input:focus {
  border-color: #8cb83f;
}
.product-detail table tr td:first-child,
.category-detail table tr td:first-child,
.order-detail table tr td:first-child,
.user-detail table tr td:first-child {
  font-weight: bold;
}
.category-navbar {
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  background-color: #f0f0f0;
  padding-top: 10px;
}
@media (max-width: 750px) {
  .category-navbar {
    padding-top: 0;
  }
}
.category-navbar .navbar-toggle {
  border: 0.5px solid #575757;
}
.category-navbar .navbar-toggle .icon-bar {
  background-color: #575757;
}
.category-navbar .navbar-toggle:hover {
  background-color: #d3d3d3;
}
.basket {
  text-align: right;
  padding: 5%;
}
.basket .basket-title,
.basket .basket-title > a {
  text-align: left;
  color: black !important;
}
.basket .basket-item {
  line-height: 40px;
}
.basket .basket-ico,
.basket .basket-ico > a {
  color: #ff692a;
}
.basket-overview {
  display: inline;
}
/* PRODUKT */
.product-menu .list-group-item {
  border-radius: 0px;
  padding: 0px;
  margin-right: 5px;
}
.product-menu .vertical-menu {
  list-style: none;
  padding: 0px;
  font-size: 16px;
}
.product-menu .vertical-menu ul {
  padding-bottom: 5px;
  padding-top: 5px;
}
.product-menu .vertical-menu li {
  background-color: #d3d3d3;
  border: none;
  margin-bottom: 10px;
  border-radius: 4px;
}
.product-menu .vertical-menu li .ico-group {
  display: table-column;
  padding-left: 5px;
  line-height: 18px;
}
.product-menu .vertical-menu li .ico-group .glyphicon-arrow-down {
  vertical-align: middle;
  color: #000000;
}
.product-menu .vertical-menu li .ul-3 {
  padding-left: 40px;
  padding-bottom: 0px;
  background-color: #d3d3d3;
}
.product-menu .vertical-menu li .ul-3 li {
  margin-right: 0px;
  background-color: #575757;
}
.product-menu .vertical-menu li .ul-3 li a {
  color: white;
}
.product-menu .vertical-menu li .ul-3 li .badge {
  background-color: #8cb83f;
}
.product-menu .vertical-menu ul > li {
  margin-top: 5px;
  list-style: none;
  background-color: #8cb83f;
}
.product-menu .vertical-menu ul > li a {
  color: black;
  font-weight: 500;
}
.product-menu .vertical-menu a {
  display: table;
  width: 100%;
  padding: 10px;
  /*font-size: 16px;*/
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.product-menu .vertical-menu a .glyphicon-arrow-down {
  padding-left: 5px;
  list-style-position: inside;
}
.product-detail {
  margin-bottom: 20px;
}
.product-detail .base-info img {
  max-width: inherit;
}
.product-detail .base-info .short-info {
  padding-left: 40px;
}
.product-detail .base-info .table {
  width: auto;
}
.product-detail .base-info .table input[type="number"] {
  width: 50px;
  border-radius: 4px;
}
.product-detail .base-info .table input[type="submit"] {
  background-color: #8cb83f;
  border: none;
}
.product-detail .full-info .nav {
  margin-bottom: 20px;
  margin-left: 16px;
  margin-right: 15px;
}
.product-detail .full-info .nav a {
  cursor: pointer;
}
.product-detail .btn-cat {
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.product-detail .btn-cat:hover {
  background-color: #575757;
  border-color: #575757;
}
.product-detail .p-box {
  display: block;
  border: 1px solid #8cb83f;
  height: -webkit-fill-available;
  font-weight: 600;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
.product-detail .p-box .p-b-top {
  padding: 0px;
}
.product-detail .p-box .p-b-top .p-b-cap {
  padding: 10px;
  font-weight: 700;
  background-color: #8cb83f;
  color: #000000;
}
.product-detail .p-box .p-b-top .p-b-cap p {
  color: black;
}
.product-detail .p-box .p-b-bottom {
  min-height: 300px;
  background-position: center center !important;
}
.product-detail .p-box .p-b-bottom.beton {
  background: url('https://www.sanax.cz/static/images/web/sanace-betonu-shop.png') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.zdivo {
  background: url('https://www.sanax.cz/static/images/web/sanace-zdiva-shop.jpg') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.podlahy {
  background: url('https://www.sanax.cz/static/images/web/sanace-podlahy-shop.jpg') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.hydro {
  background: url('https://www.sanax.cz/static/images/web/sanace-hydro-shop.png') no-repeat;
  background-size: contain;
}
.product-detail .p-box .p-b-bottom.injektaz {
  background: url('https://www.sanax.cz/static/images/web/sanace-injektaz-shop.jpg') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.koberec {
  background: url('https://www.sanax.cz/static/images/web/sanace-koberec-shop.jpg') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.zesilovani {
  background: url('https://www.sanax.cz/static/images/web/sanace-zesilovani-shop.png') no-repeat;
  background-size: contain;
}
.product-detail .p-box .p-b-bottom.kotvy {
  background: url('https://www.sanax.cz/static/images/web/sanace-kotvy-shop.jpg') no-repeat;
  background-size: contain;
}
.product-detail .p-box .p-b-bottom.tesneni {
  background: url('https://www.sanax.cz/static/images/web/sanace-tesneni-shop.jpg') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.beton-eshop {
  background: url('https://www.sanax.cz/static/images/web/sanace-betonu-eshop.png') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.zdivo-eshop {
  background: url('https://www.sanax.cz/static/images/web/sanace-zdiva-eshop.jpg') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.podlahy-eshop {
  background: url('https://www.sanax.cz/static/images/web/sanace-podlahy-eshop.jpg') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.hydro-eshop {
  background: url('https://www.sanax.cz/static/images/web/sanace-hydro-eshop.jpg') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.injektaz-eshop {
  background: url('https://www.sanax.cz/static/images/web/sanace-injektaz-shop.jpg') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.koberec-eshop {
  background: url('https://www.sanax.cz/static/images/web/sanace-koberec-eshop.jpg') no-repeat;
  background-size: cover;
}
.product-detail .p-box .p-b-bottom.zesilovani-eshop {
  background: url('https://www.sanax.cz/static/images/web/sanace-zesilovani-eshop.png') no-repeat;
  background-size: contain;
}
.product-detail .p-box .p-b-bottom.kotvy-eshop {
  background: url('https://www.sanax.cz/static/images/web/sanace-kotvy-eshop.jpg') no-repeat;
  background-size: contain;
}
.product-detail .p-box .p-b-bottom.tesneni-eshop {
  background: url('https://www.sanax.cz/static/images/web/sanace-tesneni-eshop.png') no-repeat;
  background-size: contain;
}
.action-gif {
  width: 200px;
  position: absolute;
  margin-top: 0px;
  margin-left: -10px;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .action-gif {
    margin-left: 0px !important;
  }
}
/* card */
.card-list .card.card-double {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
.card-list .card.card-double img {
  width: auto;
  margin-left: 10px;
  max-width: 100%;
}
.card-list .card.card-double .card-text {
  margin: 15px;
}
.card-list .card:not(.card-double) {
  width: 200px;
  margin: 0px 5px 20px 5px;
}
.card-list .card {
  position: relative;
  display: inline-block;
  border: solid #d3d3d3 0.5px;
  vertical-align: bottom;
}
.card-list .card.c-product {
  height: 386px;
}
.card-list .card.c-product .card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}
.card-list .card.clickMe,
.card-list .card.c-product {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.card-list .card.clickMe:hover,
.card-list .card.c-product:hover {
  border-color: #8cb83f;
}
.card-list .card.clickMe:hover a,
.card-list .card.c-product:hover a {
  text-decoration: none !important;
}
.card-list .card.clickMe:hover .card-img-top,
.card-list .card.c-product:hover .card-img-top {
  filter: brightness(110%);
}
.card-list .card.clickMe:hover .card-title,
.card-list .card.c-product:hover .card-title,
.card-list .card.clickMe:hover .card-text,
.card-list .card.c-product:hover .card-text {
  color: #8cb83f;
}
.card-list .card.clickMe:hover hr,
.card-list .card.c-product:hover hr {
  border-color: #d3d3d3;
}
.card-list .card.clickMe:hover .card-footer > a,
.card-list .card.c-product:hover .card-footer > a {
  color: white;
}
.card-list .card .card-img-top {
  width: 90%;
  margin: auto;
  margin-top: 2px;
}
.card-list .card i {
  padding: 55px 0px;
}
.card-list .card .card-block {
  padding: 5px 5px 0px 5px;
  color: #575757 !important;
}
.card-list .card .card-footer {
  background-color: #8cb83f;
}
.card-list .card .card-footer a:not(.simple-link) {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #8cb83f;
  border-color: #8cb83f;
  color: #575757;
  letter-spacing: 1px;
}
.card-list .card .card-footer .c-f-price-info {
  padding: 0px 10px 10px 10px;
  background-color: white;
  text-align: left;
}
.card-list .card .card-footer .c-f-price-info hr {
  margin: 10px 0px;
}
.card-list .card .card-footer .c-f-price-info .p-i-wrap-btn {
  display: block;
  padding-top: 10px;
}
.card-list .card .card-footer .c-f-price-info .p-i-wrap-btn .w-60-px {
  border-color: #d3d3d3;
}
.card-list .card .card-footer-sepparate {
  background-color: #8cb83f;
  color: #575757;
}
.card-list .card .card-footer-sepparate i {
  padding: 0px;
}
.card-list .card .card-footer-sepparate a {
  padding: 0px 20px;
  line-height: 34px;
  color: #575757;
  font-weight: 600;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.card-list .card .card-footer-sepparate a:hover {
  text-decoration: none;
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: white;
}
.card-list .card .card-footer-sepparate a.c-f-s-a-ico {
  line-height: 21px;
  padding-top: 5px;
  margin-left: 40px;
  vertical-align: bottom;
  border-color: transparent !important;
}
.card-list .card .card-footer-sepparate a:not(.c-f-s-a-ico) {
  vertical-align: super;
}
.card-list .card .card-footer-sepparate > a:first-child:not(.c-f-s-anonym) {
  border-right: solid white 0.5px;
}
.card-list .card .card-footer-sepparate > a:last-child {
  padding-left: 20px;
  border-left: solid white 0.5px;
}
.product-detail .wrap-card-image {
  height: 170px;
  max-height: 170px;
  overflow: hidden;
  padding: 5px 5px 0px 5px;
}
.product-detail .card-block {
  min-height: 117px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .product-detail .venobox > .img-responsive {
    width: 100%;
  }
}
.over-list .wrap-card-image {
  height: 160px;
  max-height: 160px;
  overflow: hidden;
  padding: 5px;
}
.over-list .card-block {
  padding: 5px 5px 3px 5px !important;
  min-height: 66.5px;
}
.over-list .card-block .card-title {
  text-transform: uppercase;
}
.tech-list {
  margin: auto;
  text-align: center;
  max-width: 1200px;
}
.tech-list .card {
  overflow: hidden;
  border: 2px solid #575757;
  background-color: #d3d3d3;
}
.tech-list .card:not(.card-double) {
  width: 202px;
}
.tech-list .card i {
  padding: 0 !important;
}
.tech-list .card .wrap-card-image {
  height: 180px;
  max-height: 180px;
  overflow: hidden;
  padding: 20px 5px 0px 5px;
}
.tech-list .card .wrap-card-image img {
  /*                width: 80%;*/
  border-radius: 100px;
  border: 2px solid #575757;
}
.tech-list .card .card-block {
  padding: 10px 5px 5px 5px !important;
  min-height: 117px;
  max-height: 117px;
}
.tech-list .card .card-block .card-title {
  font-weight: bold;
}
.tech-list .card .card-footer {
  border-top: 2px solid #575757;
}
.tech-list .card .card-footer > a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500 !important;
  letter-spacing: normal;
  color: black;
}
.tech-list .card .card-footer > a:first-child {
  /*border-right: 1px solid white;*/
  /* width: 158px; */
  padding-left: 20px;
}
.tech-list .card .card-footer > a:first-child:hover,
.tech-list .card .card-footer > a:first-child:focus {
  color: white;
}
.tech-list .card .card-footer > a.pull-right {
  background-color: #575757;
  color: #ffffff;
}
.tech-list .card .card-footer > a:hover,
.tech-list .card .card-footer > a:focus {
  text-decoration: none;
}
.tech-list .card .card-hover {
  overflow: hidden;
  background-color: transparent;
  border: none;
}
.tech-list .card .card-hover > a {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px;
  font-size: 18px;
  background-color: #d3d3d3;
  color: black;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tech-list .card .card-hover > a:hover,
.tech-list .card .card-hover > a:focus {
  text-decoration: none;
  color: white;
}
.tech-list .card .tech-overlay {
  position: relative;
  background-color: #f0f0f0;
}
.card-list.card-static img {
  margin-top: 8px;
}
.card-list.card-static .card-block {
  padding-bottom: 5px;
  height: 80px;
  max-height: 80px;
}
/* Vertikal menu mimo produkt */
.vertical-menu.other-menu .active {
  background-color: #575757;
  border-color: #575757;
}
.vertical-menu.other-menu .active a {
  color: white;
}
.vertical-menu.other-menu .active .badge {
  background-color: #d3d3d3;
  color: black;
}
/* HEADER */
.header-wrap {
  color: #575757;
  background-color: white;
}
.header-wrap .social {
  padding-left: 30px;
}
.header-wrap .header-basket .badge {
  background-color: #575757;
}
.header-wrap .header-basket .navbar-nav {
  margin: auto !important;
}
.header-wrap .social,
.header-wrap .header-basket {
  height: 50px;
  padding-top: 10px;
}
.header-wrap .social ul,
.header-wrap .header-basket ul {
  text-align: center;
}
.header-wrap .social ul .open,
.header-wrap .header-basket ul .open {
  border: solid 1px #f0f0f0;
}
.header-wrap .social a,
.header-wrap .header-basket a {
  text-decoration: none;
  padding: 0px 10px;
  line-height: 30px;
  text-align: center;
  color: #575757;
}
.header-wrap .social a:hover,
.header-wrap .header-basket a:hover {
  background-color: transparent;
}
.header-wrap .social a:active,
.header-wrap .header-basket a:active {
  background-color: transparent;
}
.header-wrap .social a:focus,
.header-wrap .header-basket a:focus {
  background-color: transparent;
}
.header-wrap .header-background {
  background-image: url('https://www.sanax.cz/images/header_repeater.png');
  background-repeat: repeat-x;
  background-color: #ececec;
  line-height: 20px;
  color: black;
  border-top: solid 2px #8cb83f;
}
.header-wrap .header-background i {
  color: #8cb83f;
  margin-right: 10px;
}
.header-wrap .header-background .logo {
  height: 17vh;
}
.header-wrap .header-background .address,
.header-wrap .header-background .search {
  /*height: 17vh;*/
  padding-top: 45px;
}
@media (max-width: 767px) {
  .header-wrap .header-background .address,
  .header-wrap .header-background .search {
    height: 10vh;
    padding-top: 30px;
  }
}
@media (max-width: 892px) {
  .header-wrap .header-background .address,
  .header-wrap .header-background .search {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.header-wrap .header-background .header-logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-wrap .header-background .header-logo img {
  max-height: 12vh;
}
.header-wrap .header-background .btn {
  font-size: 16px;
  background-color: transparent;
  margin-right: 10px;
}
.header-wrap .header-background .input-group-addon {
  background: transparent;
}
.header-wrap .header-background .basket-info {
  position: absolute;
  right: 25px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background-color: white;
  z-index: 10;
}
.header-wrap .header-background .basket-info table {
  margin-bottom: 0px;
}
.header-wrap .header-background .basket-info table img {
  max-width: 100px;
}
.header-wrap .header-background .basket-info .b-i-sub {
  text-align: center;
  background-color: #575757;
  border: none;
  color: white;
}
.header-wrap .header-background .basket-info .b-i-sub:hover {
  color: #8cb83f;
  text-decoration: none;
}
/* MENU */
.menu .navbar {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
}
.menu .navbar-inverse {
  background-color: #8cb83f;
}
.menu .navbar-inverse .navbar-nav > li:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 767px) {
  .menu .navbar-inverse .navbar-nav > li {
    border-right: 1px solid #d3d3d3;
  }
}
@media (max-width: 766px) {
  .menu .navbar-inverse .navbar-nav > li {
    border-top: 1px solid #d3d3d3;
  }
}
@media (min-width: 767px) {
  .menu .navbar-inverse .navbar-nav > li:first-child {
    border-left: 1px solid #d3d3d3;
  }
}
@media (max-width: 766px) {
  .menu .navbar-inverse .navbar-nav > li:first-child {
    border-top: none;
  }
}
.menu .navbar-inverse .navbar-nav > li > a {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu .navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent;
  color: white;
}
.menu .navbar-inverse .navbar-nav > .active > a {
  color: #000000;
  background-color: #d3d3d3;
}
.menu .navbar-inverse .navbar-toggle,
.menu .navbar-inverse .navbar-toggle:hover,
.menu .navbar-inverse .navbar-toggle:focus,
.menu .navbar-inverse .navbar-toggle:active {
  border: 0.5px solid white;
  background-color: rgba(0, 0, 0, 0.2);
}
.menu .navbar-inverse .navbar-toggle .icon-bar,
.menu .navbar-inverse .navbar-toggle:hover .icon-bar,
.menu .navbar-inverse .navbar-toggle:focus .icon-bar,
.menu .navbar-inverse .navbar-toggle:active .icon-bar,
.menu .navbar-inverse .navbar-toggle .icon-bar:hover,
.menu .navbar-inverse .navbar-toggle:hover .icon-bar:hover,
.menu .navbar-inverse .navbar-toggle:focus .icon-bar:hover,
.menu .navbar-inverse .navbar-toggle:active .icon-bar:hover,
.menu .navbar-inverse .navbar-toggle .icon-bar:focus,
.menu .navbar-inverse .navbar-toggle:hover .icon-bar:focus,
.menu .navbar-inverse .navbar-toggle:focus .icon-bar:focus,
.menu .navbar-inverse .navbar-toggle:active .icon-bar:focus,
.menu .navbar-inverse .navbar-toggle .icon-bar:active,
.menu .navbar-inverse .navbar-toggle:hover .icon-bar:active,
.menu .navbar-inverse .navbar-toggle:focus .icon-bar:active,
.menu .navbar-inverse .navbar-toggle:active .icon-bar:active {
  background-color: white;
}
.menu .navbar-inverse .navbar-toggle:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
/* scrolovací menu */
.menuScroll .fixed {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 19;
  width: 100%;
}
.menuScroll .fixed .basket-fixed {
  display: block !important;
  background-color: rgba(255, 255, 255, 0.2);
}
/* PATIČKA */
.footer {
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid #8cb83f;
}
.footer ul {
  list-style: none;
  padding-left: 0px;
}
.footer a {
  color: #8cb83f;
}
.footer a:hover {
  color: #575757;
}
.footer .social-footer a {
  display: inline-block;
}
/* Ke stažení */
.download-menu li {
  background-color: #f0f0f0;
}
.download-menu li a {
  color: black;
}
.download-menu li a:hover {
  text-decoration: none;
}
.download-menu li a:focus {
  color: black;
  text-decoration: none;
}
.download-content .action-button {
  width: 100%;
  color: #575757;
}
.download-content .action-button:hover {
  color: white;
}
.download-content .detail-image h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.download-content .detail-image img {
  max-width: 500px;
  height: auto;
}
.download-content .boxes a {
  color: #8cb83f;
}
/* KONTAKT */
.contact .left-box {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.contact .right-box {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 35px;
}
.contact .contact-box {
  border: 1px solid #575757;
  margin-bottom: 25px;
}
.contact .contact-box .contact-box-header {
  background-color: #575757;
  color: white;
  cursor: default;
  text-align: left;
  padding: 10px 15px;
}
.contact .contact-box .contact-box-header i {
  margin-right: 5px;
}
.contact .contact-box .contact-box-header.sklady {
  background-color: gray;
  color: white;
}
.contact .contact-box .contact-box-header h2,
.contact .contact-box .contact-box-header h3,
.contact .contact-box .contact-box-header h4,
.contact .contact-box .contact-box-header h5,
.contact .contact-box .contact-box-header h6,
.contact .contact-box .contact-box-header i,
.contact .contact-box .contact-box-header small {
  color: white;
}
.contact .contact-box .contact-box-header h4 {
  font-size: 15pt;
}
.contact .contact-box .contact-box-header .subtitle {
  font-size: 11pt;
  margin-top: 2px;
}
.contact .contact-box .contact-box-header[aria-expanded="true"] {
  background-color: #575757;
  color: white;
}
.contact .contact-box .contact-box-header[aria-expanded="true"] h2,
.contact .contact-box .contact-box-header[aria-expanded="true"] h3,
.contact .contact-box .contact-box-header[aria-expanded="true"] h4,
.contact .contact-box .contact-box-header[aria-expanded="true"] h5,
.contact .contact-box .contact-box-header[aria-expanded="true"] h6,
.contact .contact-box .contact-box-header[aria-expanded="true"] i {
  color: white;
}
.contact .contact-box .contact-box-header h2,
.contact .contact-box .contact-box-header h3,
.contact .contact-box .contact-box-header h4,
.contact .contact-box .contact-box-header h5,
.contact .contact-box .contact-box-header h6 {
  margin: 0px;
}
.contact .contact-box .contact-box-body {
  padding: 10px;
}
.contact .contact-box .contact-box-body .c-b-b-half {
  display: inline-block;
  width: 48%;
  text-align: center;
}
.contact .contact-box .contact-box-body .h-maps {
  display: block;
  width: 30%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.contact svg,
.contact #svgmapy {
  width: 100%;
  height: 100%;
  margin-top: 30px;
  /*margin-bottom: 30px;*/
}
.contact a {
  color: #575757;
}
.contact .partners .map-cr img {
  width: 80%;
}
.contact .partners .holder {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #d3d3d3;
  background-color: rgba(255, 255, 255, 0.9);
}
.contact .partners .holder:hover {
  background-color: rgba(240, 240, 240, 0.5);
  text-decoration: none;
}
.contact .partners .holder:hover h3 {
  color: #575757 !important;
}
.contact .partners .holder h3 {
  margin-top: 15px !important;
}
.contact .partners .holder p {
  color: black;
  text-decoration: none;
}
.contact .partners .holder img {
  float: right;
}
/* Uživatelsky vložené bloky pomocí texy */
.custom-texy-editor a {
  color: #8cb83f;
}
.custom-texy-editor img:not(.c-t-e-ico) {
  width: 200px;
  margin: 2px;
}
.custom-texy-editor table {
  width: auto;
}
.custom-texy-editor table td {
  font-weight: normal !important;
}
.col-xlg-4 {
  /* 1500px and up */
}
@media (min-width: 1800px) {
  .col-xlg-4 {
    width: 33.33333333%;
  }
}
.modal-bg-primary .modal-content {
  border-radius: 15px;
  background-color: #8cb83f;
}
.modal-bg-primary .modal-content .modal-header {
  padding: 22px;
  border-bottom: none;
}
.modal-bg-primary .modal-content .modal-header .modal-title {
  text-align: center;
  margin-top: 10px;
}
.modal-bg-primary .modal-content .modal-header .close {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  font-size: 30px;
  font-weight: 500;
  line-height: 0;
}
.modal-bg-primary .modal-content .modal-body {
  padding: 15px 15px 75px 15px;
}
.modal-bg-primary .modal-content .modal-body .modal-box {
  padding: 32px;
  margin-right: 25px;
  margin-left: 25px;
  border-radius: 15px;
  background-color: #f0f0f0;
}
.modal-bg-primary .modal-content .modal-body .modal-box label {
  font-size: 16px;
}
.modal-bg-primary .modal-content .modal-body .modal-box select,
.modal-bg-primary .modal-content .modal-body .modal-box input {
  height: 50px;
  padding: 14px 16px;
  margin-bottom: 35px;
  border-radius: 5px;
}
.modal-bg-primary .modal-content .modal-body .modal-box .table tr > th,
.modal-bg-primary .modal-content .modal-body .modal-box .table tr > td {
  padding: 15px 14px;
  color: #ffffff;
}
.modal-bg-primary .modal-content .modal-body .modal-box .table tr > th {
  font-weight: 500;
  background-color: #575757;
}
.modal-bg-primary .modal-content .modal-body .modal-box .table tr > td {
  background-color: #8cb83f;
}
.modal-bg-primary .modal-content .modal-body .modal-box .summary-table tr > td {
  padding: 10px;
  font-weight: 500;
  background-color: #575757;
  color: #ffffff;
}
.modal-bg-primary .modal-content .modal-body .modal-box .add-to-cart-calculator {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 14px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  background-color: #8cb83f;
  color: #575757;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.modal-bg-primary .modal-content .modal-body .modal-box .add-to-cart-calculator:hover,
.modal-bg-primary .modal-content .modal-body .modal-box .add-to-cart-calculator:active,
.modal-bg-primary .modal-content .modal-body .modal-box .add-to-cart-calculator:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 5px 1px #575757 !important;
  box-shadow: 0px 3px 5px 1px #575757 !important;
}
.modal-bg-primary .section-title {
  display: flex;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
}
.modal-bg-primary .section-title svg {
  margin-right: 10px;
  color: #8cb83f;
}
.modal-bg-primary .calc-full {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  color: #575757;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.modal-bg-primary .calc-full svg {
  margin-right: 10px;
  color: #575757;
}
.modal-bg-primary .calc-full:hover,
.modal-bg-primary .calc-full:active,
.modal-bg-primary .calc-full:focus {
  text-decoration: none;
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* COOKIES */
.cookie {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 20;
  background-image: url(https://www.sanax.cz/images/header_repeater.png);
  background-repeat: repeat-x;
  text-align: center;
  padding: 20px 5px;
}
.basic-menu {
  margin-top: 30px;
}
.basic-menu a {
  display: block;
  line-height: 50px;
  border-bottom: solid 0.5px #8cb83f;
}
/* Other - rozcestník */
.under-capture {
  font-size: larger;
}
.big-right {
  border: 5px solid #575757;
  background-color: #8cb83f;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.big-right .other-img {
  float: left;
  width: 35%;
  background-color: #d3d3d3;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.big-right .other-img img {
  width: 100%;
  opacity: 0.4;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.big-right .other-text {
  float: right;
  width: 60%;
}
.big-right .other-text .other-wrap {
  margin: 25px 35px 20px 0px;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  /*padding-bottom: 72px; // upravit dle délky textu*/
}
.big-right .other-text .other-wrap h3 {
  padding: 25px 0px;
  color: #000000;
  font-weight: 500;
  font-size: 35px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.big-right .other-text .other-wrap p {
  color: #575757;
  font-size: large;
  padding: 0px 20px 25px 20px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.big-right:hover {
  background-color: #575757;
}
.big-right:hover .other-img {
  background-color: rgba(255, 255, 255, 0.8);
}
.big-right:hover .other-img img {
  opacity: 1.0 !important;
}
.big-right:hover .other-wrap {
  background-color: transparent;
}
.big-right:hover .other-wrap h3 {
  background-color: rgba(255, 255, 255, 0.8);
  color: #575757;
}
.big-right:hover .other-wrap p {
  color: white !important;
  background-color: #575757 !important;
}
.big-left {
  border: 5px solid #575757;
  background-color: #8cb83f;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.big-left .other-img {
  float: right;
  text-align: right;
  width: 35%;
  background-color: #d3d3d3;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.big-left .other-img img {
  width: 100%;
  opacity: 0.4;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.big-left .other-text {
  float: left;
  width: 60%;
}
.big-left .other-text .other-wrap {
  margin: 25px 0px 20px 35px;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  /*padding-bottom: 72px; // upravit dle délky textu*/
}
.big-left .other-text .other-wrap h3 {
  padding: 25px 0px;
  color: #000000;
  font-weight: 500;
  font-size: 35px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.big-left .other-text .other-wrap p {
  color: #575757;
  font-size: large;
  padding: 0px 20px 25px 20px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.big-left:hover {
  background-color: #575757;
}
.big-left:hover .other-img {
  background-color: rgba(255, 255, 255, 0.8);
}
.big-left:hover .other-img img {
  opacity: 1.0 !important;
}
.big-left:hover .other-wrap {
  background-color: transparent;
}
.big-left:hover .other-wrap h3 {
  background-color: rgba(255, 255, 255, 0.8);
  color: #575757;
}
.big-left:hover .other-wrap p {
  color: white !important;
  background-color: #575757 !important;
}
/*.opacity-hack {
    opacity: 0.4;
}*/
.other-download-background {
  display: block;
  height: 200px;
  margin-top: 25px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-download.jpg);
  background-image: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-download.jpg);
  background-image: -moz-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-download.jpg);
  background-image: -o-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-download.jpg);
  background-image: -ms-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-download.jpg);
  background-image: linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-download.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 2px solid #575757;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.other-download-background:hover,
.other-download-background:active,
.other-download-background:focus {
  text-decoration: none;
  background-image: url(https://www.sanax.cz/images/other-download.jpg);
}
.other-download-background:hover h3,
.other-download-background:active h3,
.other-download-background:focus h3 {
  color: #575757 !important;
}
.other-download-background .other-download {
  margin: 30px 25px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 19;
}
.other-download-background .other-download h3 {
  padding-top: 20px;
  font-weight: 500;
  color: #000000;
}
.other-download-background .other-download p {
  font-size: larger;
  padding-bottom: 20px;
  color: #575757;
}
.other-calc-background {
  display: block;
  height: 200px;
  margin-top: 25px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-calc.jpg);
  background-image: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-calc.jpg);
  background-image: -moz-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-calc.jpg);
  background-image: -o-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-calc.jpg);
  background-image: -ms-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-calc.jpg);
  background-image: linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-calc.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 2px solid #575757;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.other-calc-background:hover,
.other-calc-background:active,
.other-calc-background:focus {
  text-decoration: none;
  background-image: url(https://www.sanax.cz/images/other-calc.jpg);
}
.other-calc-background:hover h3,
.other-calc-background:active h3,
.other-calc-background:focus h3 {
  color: #575757 !important;
}
.other-calc-background .other-calc {
  margin: 30px 25px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 19;
}
.other-calc-background .other-calc h3 {
  color: black;
  padding-top: 20px;
  font-weight: 500;
}
.other-calc-background .other-calc p {
  font-size: larger;
  padding-bottom: 20px;
  color: #575757;
}
.other-ref-background {
  display: block;
  height: 200px;
  margin-top: 25px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-ref.jpg);
  background-image: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-ref.jpg);
  background-image: -moz-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-ref.jpg);
  background-image: -o-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-ref.jpg);
  background-image: -ms-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-ref.jpg);
  background-image: linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-ref.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 2px solid #575757;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.other-ref-background:hover,
.other-ref-background:active,
.other-ref-background:focus {
  text-decoration: none;
  background-image: url(https://www.sanax.cz/images/other-ref.jpg);
}
.other-ref-background:hover h3,
.other-ref-background:active h3,
.other-ref-background:focus h3 {
  color: #575757 !important;
}
.other-ref-background .other-ref {
  margin: 30px 25px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 19;
}
.other-ref-background .other-ref h3 {
  color: black;
  font-weight: 500;
}
.other-ref-background .other-ref p {
  font-size: larger;
  padding-bottom: 20px;
  color: #575757;
}
.other-news-background {
  display: block;
  height: 200px;
  margin-top: 25px;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-news.jpg);
  background-image: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-news.jpg);
  background-image: -moz-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-news.jpg);
  background-image: -o-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-news.jpg);
  background-image: -ms-linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-news.jpg);
  background-image: linear-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7))), url(https://www.sanax.cz/images/other-news.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 2px solid #575757;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.other-news-background:hover,
.other-news-background:active,
.other-news-background:focus {
  text-decoration: none;
  background-image: url(https://www.sanax.cz/images/other-news.jpg);
}
.other-news-background:hover h3,
.other-news-background:active h3,
.other-news-background:focus h3 {
  color: #575757 !important;
}
.other-news-background .other-news {
  margin: 30px 25px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 19;
}
.other-news-background .other-news h3 {
  color: black;
  padding-top: 20px;
  font-weight: 500;
}
.other-news-background .other-news p {
  font-size: larger;
  padding-bottom: 20px;
  color: #575757;
}
/* Souhrnný košík */
.basket-all .card {
  border: 1px solid #d3d3d3;
}
.basket-all .card:not(.header) {
  margin: 10px;
  padding: 10px;
}
.basket-all .card.header .card-header {
  background-color: #ececec;
  padding: 20px 10px;
}
.basket-all .card.header .card-header h3 {
  margin: 0px;
}
.basket-all .card.header .card-body {
  padding: 20px 10px 30px 10px;
}
.basket-all .btn-sub {
  padding: 20px;
  background-color: #8cb83f;
  border: 2px solid transparent;
  color: white;
  text-transform: uppercase;
  font-size: large;
}
.basket-all .btn-sub:hover {
  background-color: transparent;
  color: black;
  border: 2px solid #d3d3d3;
}
.slick-promo {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
.slick-promo .slick-list {
  padding: 0px !important;
}
.slick-promo .slick-dots {
  margin-top: 5px;
  margin-bottom: 5px;
}
.slick-promo .slick-dots button {
  background-color: #575757;
}
.slick-promo .slick-dots button:before {
  color: white;
  opacity: 1;
}
.slick-promo .slick-dots button:hover:before {
  color: black;
  opacity: 1;
}
.slick-promo .slick-dots .slick-active button {
  background-color: #8cb83f !important;
}
.slick {
  /*max-width: 1370px;*/
  margin-left: auto;
  margin-right: auto;
}
.slick .slick-list {
  padding: 0px !important;
}
.slick .slick-list .slick-wrap {
  display: inline-block;
  padding: 40px 25px;
}
.slick .slick-list .slick-wrap a {
  margin-bottom: 0px !important;
}
.slick .slick-list .slick-wrap a:hover {
  -webkit-box-shadow: 0px 3px 5px 1px #f0f0f0 !important;
  box-shadow: 0px 3px 5px 1px #575757 !important;
}
.overlay-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.overlay {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay2 {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #dbdbdb;
}
.position-relative {
  position: relative !important;
}
.bamp-promo-prev-arrow,
.bamp-promo-next-arrow {
  z-index: 1;
}
@media (max-width: 1500px) {
  .bamp-promo-prev-arrow,
  .bamp-promo-next-arrow {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .bamp-promo-prev-arrow,
  .bamp-promo-next-arrow {
    position: absolute;
    width: 5%;
    height: 100%;
    cursor: pointer;
  }
  .bamp-promo-prev-arrow div,
  .bamp-promo-next-arrow div {
    position: absolute;
    top: 48%;
  }
  .bamp-promo-prev-arrow div i,
  .bamp-promo-next-arrow div i {
    color: #8cb83f;
  }
  .bamp-promo-next-arrow {
    top: 0;
    right: 0;
  }
  .bamp-promo-next-arrow div {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  .bamp-promo-prev-arrow,
  .bamp-promo-next-arrow {
    width: 8%;
  }
}
@media (min-width: 1700px) {
  .bamp-promo-prev-arrow,
  .bamp-promo-next-arrow {
    width: 10%;
  }
}
@media (min-width: 1800px) {
  .bamp-promo-prev-arrow,
  .bamp-promo-next-arrow {
    width: 15%;
  }
}
/* Média */
@media only screen and (min-width: 767px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mb-lg-0 {
    margin-top: 0px !important;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .w-lg-50-per {
    width: 50% !important;
  }
  .text-sm-left {
    text-align: left;
  }
  .my-sm-0 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-respon .open {
    z-index: 19 !important;
    background-color: white !important;
  }
  .navbar-brand {
    display: block !important;
    z-index: 19;
    font-weight: 600;
    font-size: 28px;
    line-height: 22px;
  }
  .menu .navbar-inverse .navbar-collapse,
  .menu .navbar-inverse .navbar-form {
    border-top: 1px solid #575757 !important;
  }
  .menuScroll .fixed .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .menuScroll .fixed .basket-fixed {
    display: none !important;
  }
  .wrap-products {
    text-align: center;
  }
  .category-navbar {
    padding-top: 0px;
  }
  .decoration-hr {
    width: 90% !important;
  }
  .homepage-part .card-list {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .homepage-part .who-is-the-man {
    margin-top: 60px;
  }
  .map-responsive {
    margin-top: 20px;
  }
  .margin-responsive {
    margin-top: 40px;
  }
  .action-message {
    margin-top: 30px;
  }
  .product-detail .table-responsive {
    border: none !important;
  }
  .programs,
  .catalogs,
  .leaflets {
    text-align: center !important;
  }
  .over-list {
    text-align: center;
  }
  .download-menu {
    text-align: center;
  }
  .download-content .detail-name {
    text-align: center;
  }
  .download-content .down-button {
    text-align: center !important;
  }
  .contact-main-responsive {
    text-align: center;
  }
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 950px) {
  .hidden-custom-800 {
    display: none;
  }
  .float-custom-800 {
    float: left !important;
  }
}
@media only screen and (min-width: 991px) {
  .grid-md-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-md-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .gap-md-15 {
    gap: 15px;
  }
  .w-md-1360 {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
}
@media only screen and (max-width: 992px) {
  .px-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-detail h1 {
    margin-bottom: 20px;
  }
  .product-detail .programs .action-button,
  .product-detail .leaflets .action-button,
  .product-detail .catalogs .action-button {
    margin-top: 0px !important;
    margin-bottom: 20px;
  }
  .product-detail .product-icons {
    border-top: 1px solid #575757;
    padding-top: 20px;
  }
  .download-content .detail-image {
    text-align: center;
  }
  .download-content .detail-description {
    padding-left: 15px !important;
  }
  .reference-responsive .card-block {
    margin-left: 20px;
    margin-right: 20px;
  }
  .reference-responsive .card-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .reference-info {
    margin-top: 20px;
  }
  .capture-responsive {
    text-align: center;
    color: #8cb83f;
  }
  .news .card-title {
    color: #8cb83f;
  }
  .news .main-image {
    margin-left: 20px;
  }
  .news .card-text-wrap {
    margin-bottom: 20px;
  }
  .info-responsive {
    margin-top: 0px;
    text-align: center;
  }
  .info-responsive ul > li {
    list-style-type: none;
  }
  .detail-image-responsive {
    text-align: center;
  }
  .triangle,
  .o-s-wrap {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .eshop-container {
    padding: 0 60px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
  .contact .left-box {
    padding-left: 30px;
    padding-right: 35px;
    height: 100%;
    min-height: 100%;
  }
  .contact .right-box {
    background-color: white;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  .download-content .down-button {
    text-align: left;
  }
  .download-content .detail-description {
    padding-left: 70px;
  }
  .description-responsive-small {
    display: block;
  }
  .description-responsive-small .card-text {
    margin-left: 5px !important;
  }
  .description-responsive-big {
    display: none;
  }
  .card-list .reference-responsive img {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .big-left .other-img,
  .big-right .other-img {
    display: none;
  }
  .big-left .other-text,
  .big-right .other-text {
    width: 100%;
  }
  .big-left .other-wrap {
    margin-right: 35px !important;
  }
  .big-right .other-wrap {
    margin-left: 35px !important;
  }
  .other-calc-background,
  .other-download-background,
  .other-ref-background,
  .other-news-background {
    background: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .vis-cus {
    display: block !important;
  }
  .contact .font-larger {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1222px) {
  .menuScroll .fixed .hidden-custom-lg {
    display: none !important;
  }
  .menuScroll .fixed #menu,
  .menuScroll .fixed .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1301px) {
  .menuScroll .fixed .hidden-custom-xl {
    display: none !important;
  }
}
@media only screen and (min-width: 1420px) {
  .mt-xxl-0 {
    margin-top: 0px !important;
  }
  .mx-xxl-20 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .w-xl-60-per {
    width: 60% !important;
  }
}
@media only screen and (min-width: 1600px) {
  .menu .other-signpost .other-box {
    padding: 10px 20px;
  }
}
.product-calc-xl {
  display: none;
  max-width: 250px;
  vertical-align: text-top;
  float: right;
  margin-right: 20px;
}
.product-calc-sm {
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (min-width: 1530px) {
  .product-calc-xl {
    display: inline-block !important;
  }
  .product-calc-sm {
    display: none;
  }
}
