@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Norican&display=swap");
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.form-check {
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.form-check .form-check-label {
  cursor: pointer;
  padding-left: 0;
}

.form-group.is-focused .form-check .form-check-label {
  color: rgba(0, 0, 0, 0.26);
}

.form-group.is-focused .form-check .form-check-label:hover,
.form-group.is-focused .form-check .form-check-label:focus {
  color: rgba(0, 0, 0, 0.54);
}

fieldset[disabled] .form-group.is-focused .form-check .form-check-label {
  color: rgba(0, 0, 0, 0.26);
}

.form-check .form-check-input {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}

.form-check .form-check-sign {
  vertical-align: middle;
  position: relative;
  top: -2px;
  float: left;
  padding-right: 10px;
  display: inline-block;
}

.form-check .form-check-sign:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 16px;
  width: 16px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  -moz-transform: scale3d(2.3, 2.3, 1);
  -o-transform: scale3d(2.3, 2.3, 1);
  -ms-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}

.form-check .form-check-sign .check {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid green;
  overflow: hidden;
  z-index: 1;
  border-radius: 1px;
  background: #ffffff;
}

.form-check .form-check-sign .check:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  display: block;
  margin-top: -5px;
  margin-left: 5px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
}

.form-check .form-check-input:focus + .form-check-sign .check:after {
  opacity: 0.2;
}

.form-check .form-check-input:checked ~ .form-check-sign .check {
  background: #ffffff;
}

.form-check .form-check-input:checked ~ .form-check-sign .check:before {
  color: green;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  -moz-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  -ms-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}

fieldset[disabled] .form-check,
fieldset[disabled] .form-check .form-check-input,
.form-check .form-check-input[disabled] ~ .form-check-sign .check,
.form-check .form-check-input[disabled] + .circle {
  opacity: 0.5;
}

.form-check .form-check-input[disabled] ~ .form-check-sign .check {
  border-color: #000000;
  opacity: 0.26;
}

.form-check .form-check-input[disabled] + .form-check-sign .check:after {
  background-color: rgba(0, 0, 0, 0.87);
  transform: rotate(-45deg);
}

.form-check .form-check-input[disabled][checked] + .form-check-sign .check {
  background-color: #000;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.switch label {
  position: relative;
  padding-left: 2.4375rem;
}

.switch label .bmd-switch-track {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  display: inline-block;
  width: 2.125rem;
  height: 0.875rem;
  cursor: pointer;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 50%, #c49bcb 50%, #c49bcb 100%);
  background-position: 0%;
  background-size: 4.25rem 0.875rem;
  border-radius: 2.125rem;
  transition: background-position 0.2s ease-in;
}

.switch label .bmd-switch-track::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  align-self: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: #f1f1f1;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
  transform: translateY(-50%);
}

.switch label .bmd-switch-track:active::after {
  transform: translateY(-50%) scale3d(1.15, 0.85, 1);
}

.switch label input {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}

.switch label input:checked + .bmd-switch-track {
  background-position: -100%;
}

.switch label input:checked + .bmd-switch-track::after {
  left: calc(100% - 1.25rem);
  background-color: green;
}

.switch label input:disabled + .bmd-switch-track:active::after {
  transform: translateY(-50%);
}

.switch label input:disabled + .bmd-switch-track {
  cursor: default;
  background: rgba(0, 0, 0, 0.12);
}

.switch label input:disabled + .bmd-switch-track::after {
  background: #bdbdbd;
}

.form-check .form-check-label {
  cursor: pointer;
  padding-left: 18px;
  position: relative;
}

.form-group.is-focused .form-check .form-check-label {
  color: rgba(0, 0, 0, 0.26);
}
.form-group.is-focused .form-check .form-check-label:hover, .form-group.is-focused .form-check .form-check-label:focus {
  color: rgba(0, 0, 0, 0.54);
}

fieldset[disabled] .form-group.is-focused .form-check .form-check-label {
  color: rgba(0, 0, 0, 0.26);
}

.form-check .form-check-label span {
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  transition-duration: 0.2s;
}
.form-check .form-check-label .circle {
  border: 1px solid rgba(0, 0, 0, 0.54);
  height: 15px;
  width: 15px;
  border-radius: 100%;
  top: 1px;
}
.form-check .form-check-label .circle .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: green;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.form-check .form-check-input {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.form-check .form-check-input:checked ~ .check, .form-check .form-check-input:checked ~ .circle {
  opacity: 1;
}
.form-check .form-check-input:checked ~ .check {
  background-color: green;
}
.form-check .form-check-input:checked ~ .circle {
  border-color: green;
}
.form-check .form-check-input:checked .check:before {
  animation: checkboxOn 0.5s forwards;
}
.form-check .form-check-input:checked ~ .circle .check {
  -webkit-transform: scale3d(0.65, 0.65, 1);
  -moz-transform: scale3d(0.65, 0.65, 1);
  -o-transform: scale3d(0.65, 0.65, 1);
  -ms-transform: scale3d(0.65, 0.65, 1);
  transform: scale3d(0.65, 0.65, 1);
}

.form-check .form-check-input[disabled] ~ .check,
.form-check .form-check-input[disabled] ~ .circle {
  opacity: 0.26;
}

.form-check .form-check-input[disabled] ~ .check {
  background-color: #000;
}

.form-check .form-check-input[disabled] ~ .circle {
  border-color: #000;
}

.form-check .form-check-input[disabled] + .circle .check {
  background-color: #000;
}

.form-check .form-check-sign {
  vertical-align: middle;
  position: relative;
  top: -2px;
  float: left;
  padding-right: 10px;
  display: inline-block;
}

.form-check .form-check-label .circle:before {
  display: block;
  position: absolute;
  left: -1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 15px;
  width: 15px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: -1px;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  -moz-transform: scale3d(2.3, 2.3, 1);
  -o-transform: scale3d(2.3, 2.3, 1);
  -ms-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}

.form-check .form-check-label .form-check-input:checked + .circle:before {
  animation: rippleOn 0.5s;
}

.form-check .form-check-label .form-check-input:checked + .circle .check:before {
  color: #FFFFFF;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkboxOn 0.3s forwards;
}

.form-check + .form-check {
  margin-top: 0;
}

@keyframes checkboxOn {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
.togglebutton {
  vertical-align: middle;
}
.togglebutton label, .togglebutton input, .togglebutton .togglebutton .toggle {
  user-select: none;
}
.togglebutton label {
  font-size: 13px;
  cursor: pointer;
}

.form-group.is-focused .togglebutton label {
  color: rgba(0, 0, 0, 0.26);
}

.form-group.is-focused .togglebutton label:hover,
.form-group.is-focused .togglebutton label:focus {
  color: rgba(0, 0, 0, 0.54);
}

fieldset[disabled] .form-group.is-focused .togglebutton label {
  color: rgba(0, 0, 0, 0.26);
}

.togglebutton label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.togglebutton label .toggle {
  text-align: left;
  margin-left: 5px;
}

.togglebutton label .toggle,
.togglebutton label input[type=checkbox][disabled] + .toggle {
  content: "";
  display: inline-block;
  width: 30px;
  height: 15px;
  background-color: rgba(80, 80, 80, 0.7);
  border-radius: 15px;
  margin-right: 15px;
  transition: background 0.3s ease;
  vertical-align: middle;
}

.togglebutton label .toggle:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -2.5px;
  border: 1px solid rgba(0, 0, 0, 0.54);
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

.togglebutton label input[type=checkbox][disabled] + .toggle:after,
.togglebutton label input[type=checkbox][disabled]:checked + .toggle:after {
  background-color: #BDBDBD;
}

.togglebutton label input[type=checkbox] + .toggle:active:after,
.togglebutton label input[type=checkbox][disabled] + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

.togglebutton label input[type=checkbox]:checked + .toggle:after {
  left: 15px;
}

.togglebutton label input[type=checkbox]:checked + .toggle {
  background-color: green;
}

.togglebutton label input[type=checkbox]:checked + .toggle:after {
  border-color: green;
}

.togglebutton label input[type=checkbox]:checked + .toggle:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(156, 39, 176, 0.1);
}

body {
  font-family: "Open Sans", sans-serif;
  outline: none;
}

h1 {
  font-family: "Open Sans", arial, sans-serif;
  padding-bottom: 20px;
  color: #3b444f;
  font-weight: 600;
}

h2 {
  font-family: "Open Sans", arial, sans-serif;
  color: #4d7fb6;
}

h4 {
  color: #4d7fb6;
}
h4.title {
  padding: 20px 0;
  color: #4d7fb6;
}
h4.title a {
  color: #4d7fb6;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
p.p-small {
  font-size: 8px;
  line-height: 10px;
  margin-top: 5px;
}

a {
  color: #04225b;
  text-decoration: none;
  transition: 0.1s all;
}
a a:hover {
  color: #04225b;
  text-decoration: none;
}

li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.highlighted-red {
  color: #04225b;
}

.box-flex {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-flex-right {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-flex-left {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-flex-bottom {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

#msgForm {
  position: fixed;
  top: 62px;
  left: 0;
  width: 50%;
  z-index: 9999;
  margin: 0 25%;
}

.box-hr hr {
  background: #000;
  height: 1px;
  margin-bottom: 40px;
}
.box-hr hr.white {
  background: #ffffff;
}

/* ALERT */
.alert {
  /*&.alert-success {
  	color: $color-blue;
  	background-color: $color-blue-lightest;
  	border-color: $color-blue-darker;

  	a {
  		color: $color-blue-darker;
  		&:hover, &:focus {
  			color: $color-blue-darker;
  		}
  	}

  }*/
}
.alert.alert-info {
  background-color: #f6feff;
}
.alert.alert-warning {
  background-color: #fffcf4;
}
.alert.alert-danger {
  background-color: #fff7f7;
  color: #b30f1e;
}
.alert.alert-success {
  background-color: #fafffb;
  color: #0f972e;
}

#sidebar {
  width: 250px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: #333232;
  color: #fff;
}
#sidebar.active {
  display: block;
}
#sidebar .sidebar-header {
  padding: 5px;
  background: #474747;
}
#sidebar .brand-logo {
  text-align: center;
  width: 100%;
}
#sidebar .sideMenu {
  font-family: "Open Sans", arial, sans-serif;
}
#sidebar ul.hsh {
  list-style: none;
  margin-top: 100px;
  padding-left: 10px;
}
#sidebar ul.hsh li {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
}
#sidebar ul.hsh li .selected a {
  color: #d2232a;
}
#sidebar ul.hsh a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
#sidebar ul.hsh a:hover {
  color: #cccccc;
}
#sidebar ul.hsh a:focus {
  color: #cccccc;
}
#sidebar .left-side-menu-line {
  display: none;
  position: absolute;
  width: 2px;
  background: #d2232a;
  height: 10%;
  top: 0px;
  right: 10px;
}

.img-inzercia-subbrand {
  height: 100px;
}

.img-inzercia-subbrand-epi {
  height: 60px;
}

.img-crop {
  object-fit: none;
  /* Do not scale the image */
  object-position: center;
  /* Center the image within the element */
  width: 100%;
  max-height: 223px;
  margin-bottom: 1rem;
}

#content {
  width: calc(100% - 250px);
  /* padding: 10px 20px;*/
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
}
#content.active {
  width: 100%;
}

#content-head {
  height: 39px;
  background: rgba(221, 221, 221, 0.5);
  position: fixed;
  width: calc(100% - 250px);
  border-bottom: 1px solid #cc071e;
  z-index: 100;
  transition: all 0.3s;
  right: 0;
}
#content-head.active {
  width: 100%;
}

#content-main {
  padding: 40px 10px 10px;
}

.home-logo {
  display: none;
}
.home-logo img {
  padding: 20px;
}
.home-logo.active {
  display: block;
}

.bck-wood {
  background-image: url("/media/images/textures/wood-texture-2.jpg");
}

#menu {
  box-shadow: 0 0 10px #c6c6c6;
}
.line-red {
  height: 2px;
  background: #dd7f92;
}

.prod-img-cnt {
  height: 255px;
  width: 255px;
}
.prod-img-cnt .prod-img {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-size: auto 135%;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-social a {
  font-size: 28px;
}
.menu-social a.facebook {
  color: #4267B2;
}

.menu-klasik {
  float: right;
  /* menu-klasik level 1*/
}
.menu-klasik ul {
  list-style: none;
}
.menu-klasik ul li {
  position: relative;
  float: left;
  /* menu-klasik level 2*/
}
.menu-klasik ul li a {
  display: inline-block;
  color: #04225b;
  font-family: "Open Sans", arial, sans-serif;
  padding: 0px 10px 0 10px;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}
.menu-klasik ul li a.highlighted {
  background: #04225b;
  color: white;
  border-radius: 1px;
}
.menu-klasik ul li a.highlighted:hover {
  color: #ffffff;
}
.menu-klasik ul li a.active {
  color: #04225b;
}
.menu-klasik ul li a.active.highlighted {
  background: #04225b;
  color: white;
  border-radius: 1px;
}
.menu-klasik ul li a.active.highlighted:hover {
  color: #ffffff;
}
.menu-klasik ul li a:hover {
  color: #04225b;
}
.menu-klasik ul li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-klasik ul li a:hover:after {
  width: 100%;
  background: #dd7f92;
}
.menu-klasik ul li a .deeper:before {
  display: inline-block;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  right: 0px;
  top: 12px;
  font-size: 10px;
  color: #dd7f92;
  font-weight: 600;
}
.menu-klasik ul li a .deeper.active:before {
  color: #000;
}
.menu-klasik ul li a .deeper:hover:before {
  color: #000;
}
.menu-klasik ul li ul.submenu {
  padding-left: 0;
  display: none;
  position: absolute;
  background: #000;
  z-index: 9999;
}
.menu-klasik ul li ul li {
  /* menu-klasik level 3*/
}
.menu-klasik ul li ul li a {
  transition: font-weight 0.15s, color 0.15s;
  min-width: 200px;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
  border-top-color: currentColor;
  border-top-width: 0px;
  border-top-style: none;
  clear: both;
  color: #ffffff;
}
.menu-klasik ul li ul li a:hover {
  color: #ffffff;
}
.menu-klasik ul li ul li a.active {
  color: #ffffff;
}
.menu-klasik ul li ul li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 0px;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-klasik ul li ul li a:hover:after {
  width: 100%;
  background: green;
}
.menu-klasik ul li ul li ul.submenu2 {
  padding-left: 20px;
  position: absolute;
  background: rgba(238, 237, 237, 0.9);
  z-index: 9999;
}
.menu-klasik ul li ul li ul li a {
  transition: font-weight 0.15s, color 0.15s;
  min-width: auto;
  text-transform: none;
  letter-spacing: 0.05em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
  border-top-color: currentColor;
  border-top-width: 0px;
  border-top-style: none;
  -webkit-transition: font-weight 0.15s, color 0.15s;
  clear: both;
  color: #444343;
}
.menu-klasik ul li ul li ul li a:hover {
  color: #033954;
}
.menu-klasik ul li ul li ul li a.active {
  color: #033954;
}
.menu-klasik ul li ul li ul li a:after {
  content: "";
  display: block;
  margin: auto;
  height: 0px;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-klasik ul li ul li ul li a:hover:after {
  width: 100%;
  background: green;
}

.crop_gallery2 {
  position: relative;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.crop_gallery2 img {
  height: 170px;
}

#shortcuts-anchor {
  display: none;
  position: fixed;
  left: -2px;
  z-index: 10;
  top: 160px;
}
#shortcuts-anchor .sub-navigation {
  background: rgba(26, 25, 25, 0.8);
  color: #fff;
  font-weight: bold;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 0px 18px 18px 0px;
  -moz-border-radius: 0px 18px 18px 0px;
  border-radius: 0px 18px 18px 0px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin: 2px;
  display: table;
  transition: 0.3s all;
}
#shortcuts-anchor .sub-navigation:hover {
  background: rgba(26, 25, 25, 0.8);
  width: 60px;
}
#shortcuts-anchor .sub-navigation a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
#shortcuts-anchor .sub-navigation.mini-ball-epi {
  background: rgba(0, 150, 211, 0.8);
  transition: 0.3s all;
}
#shortcuts-anchor .sub-navigation.mini-ball-epi:hover {
  background: rgb(0, 150, 211);
}
#shortcuts-anchor .sub-navigation.mini-ball-dc {
  background: rgba(242, 150, 0, 0.8);
  transition: 0.3s all;
}
#shortcuts-anchor .sub-navigation.mini-ball-dc:hover {
  background: rgb(242, 150, 0);
}
#shortcuts-anchor .sub-navigation.mini-ball-mc {
  background: rgba(161, 31, 23, 0.8);
  transition: 0.3s all;
}
#shortcuts-anchor .sub-navigation.mini-ball-mc:hover {
  background: rgb(161, 31, 23);
}
#shortcuts-anchor .sub-navigation.mini-ball-vs {
  background: rgba(66, 166, 42, 0.8);
  transition: 0.3s all;
}
#shortcuts-anchor .sub-navigation.mini-ball-vs:hover {
  background: rgb(66, 166, 42);
}
#shortcuts-anchor .sub-navigation.mini-ball-pv {
  background: rgba(0, 146, 183, 0.8);
  transition: 0.3s all;
}
#shortcuts-anchor .sub-navigation.mini-ball-pv:hover {
  background: rgb(0, 146, 183);
}
#shortcuts-anchor .sub-navigation.mini-ball-zisk {
  background: rgba(209, 0, 46, 0.8);
  transition: 0.3s all;
}
#shortcuts-anchor .sub-navigation.mini-ball-zisk:hover {
  background: rgb(209, 0, 46);
}
#shortcuts-anchor .sub-navigation.mini-ball-bvp {
  background: rgba(0, 144, 97, 0.8);
  transition: 0.3s all;
}
#shortcuts-anchor .sub-navigation.mini-ball-bvp:hover {
  background: rgb(0, 144, 97);
}

#blog-obsah {
  padding-top: 40px;
  min-height: 55vh;
}
#blog-obsah .blog-img {
  text-align: center;
}
#blog-obsah .blog-img img {
  margin: 30px 0;
  width: 80%;
}
#blog-obsah .blog-item {
  border-bottom: 0.5px solid #dd7f92;
}
#blog-obsah .produkty-pad {
  margin-bottom: 50px;
  border-bottom: 1px solid #dd7f92;
  padding-bottom: 30px;
}

#introduce-photo {
  background-image: url("/media/images/covers/ovce.jpg");
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: auto;
  height: 400px;
  z-index: 0;
  position: relative;
  margin-bottom: 100px;
}
#introduce-photo .zlata-ovca {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 100px;
  height: auto;
}
#introduce-photo .bck-alpha {
  background: rgba(184, 155, 105, 0.18);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#introduce-photo .box-0 {
  min-height: 400px;
}
#introduce-photo .box-0 h2 {
  color: white;
  font-size: 66px;
  font-weight: 400;
  font-family: "Norican";
  text-shadow: 0 0 7px #262626;
  text-align: center;
  padding-bottom: 20px;
  text-shadow: 0 0 3px #5084BD, 0 0 5px #5487be;
}
#introduce-photo .box-0 h3 {
  color: white;
  font-size: 26px;
  font-weight: 500;
  text-shadow: 0 0 7px #262626;
  text-align: center;
}

#intro-fixed-contact {
  background-image: url("/media/images/textures/wood-bck-2.jpg");
  background-size: 100% auto;
  background-position: auto;
  z-index: 550;
  position: absolute;
  border-radius: 4px;
  top: 240px;
  left: 30px;
  box-shadow: 0 0 15px #6a6a6a;
}
#intro-fixed-contact h4 {
  color: #242424;
}
#intro-fixed-contact .box-0 {
  height: 100%;
  padding: 20px;
}
#intro-fixed-contact .box-1 {
  height: 100%;
  padding: 0 20px 20px 20px;
}
#intro-fixed-contact p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
#intro-fixed-contact td {
  color: #242424;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}
#intro-fixed-contact a {
  color: #242424;
}
#intro-fixed-contact a:hover {
  color: #242424;
}

#intro-novinky {
  padding-top: 40px;
}

#intro-ponukame-title {
  padding-top: 40px;
  padding-bottom: 40px;
}

#intro-ponukame {
  padding-top: 40px;
  padding-bottom: 40px;
}
#intro-ponukame img {
  height: 170px;
}
#intro-ponukame img.img-fluid {
  max-width: auto;
}

#intro-reference {
  background-color: #f0f6fd;
  margin-top: 50px;
}
#intro-reference h2 {
  color: #ffffff;
}
#intro-reference p {
  color: #4d7fb6;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-style: italic;
}

#intro-contact-form {
  padding-top: 40px;
}

#ponuka .box-0 {
  gap: 50px;
  display: flex;
  flex-wrap: wrap;
}
#ponuka .box-0 .box-shop-item {
  width: 240px;
  height: 240px;
  border-radius: 15px;
}
#ponuka .box-0 .box-shop-item .box-1 {
  padding: 10px;
  border-radius: 20px;
  height: 100%;
  background-size: auto 139%;
  background-position: center;
}
#ponuka .box-certifikaty {
  gap: 50px;
  display: flex;
  flex-wrap: wrap;
}
#ponuka .box-certifikaty img {
  box-shadow: 0 0 10px #e6e0e0;
}
#ponuka a h4 {
  color: #04225b;
  text-decoration: none;
  transition: 0.1s all;
  font-size: 18px;
}
#ponuka a h4 a h4:hover {
  color: #01173f;
  text-decoration: none;
}

#footer {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}
#footer p {
  font-size: 13px;
}
#footer p a {
  color: #242424;
}
#footer p a:hover {
  color: #242424;
}
#footer .shares-menu {
  padding-bottom: 20px;
  border-bottom: 1px solid #4b5162;
  margin-bottom: 20px;
  margin-top: 30px;
}
#footer .shares-menu a {
  margin-right: 20px;
  color: #000;
}
#footer .shares-menu p {
  font-size: 12px;
  line-height: 26px;
}
#footer .links .title-links {
  font-size: 12px;
  font-weight: 600;
}
#footer .links a {
  color: #000;
}
#footer .links p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
#footer .socials a {
  color: #000;
  margin-right: 3px;
  margin-left: 3px;
}
#footer .socials .brand i {
  padding: 9px;
  border: 1px solid gray;
  border-radius: 50px;
  height: 50px;
  width: 50px;
}
#footer .socials .brand i::before {
  font-size: 30px;
}

#demos .owl-carousel .item {
  height: 10rem;
  background: #4DC7A0;
  padding: 1rem;
}

.portret {
  border-radius: 50%;
  padding: 5%;
}

.item img.portret {
  display: inline-block;
  width: 60%;
}

/* owl novinky */
.owl-dots {
  padding: 30px 0;
}

.owl-carousel.loop-novinky .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  top: 25%;
  font-size: 120px;
  height: 100px;
  outline: none;
}

.owl-carousel.loop-novinky .owl-nav button.owl-next:hover {
  background: transparent;
  color: #8b8b8b;
}

.owl-carousel.loop-novinky .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  top: 25%;
  font-size: 120px;
  height: 100px;
  outline: none;
}

.owl-carousel.loop-novinky .owl-nav button.owl-prev:hover {
  background: transparent;
  color: #8b8b8b;
}

.item-carusel-photo {
  overflow: hidden;
}

/* owl referencie */
.owl-carousel.loop-referencie .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  top: 18%;
  color: #4d7fb6;
  font-size: 80px;
  height: 100px;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel.loop-referencie .owl-nav button.owl-next:hover {
  background: transparent;
  color: #ffffff;
}

.owl-carousel.loop-referencie .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  top: 18%;
  color: #4d7fb6;
  font-size: 80px;
  height: 100px;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel.loop-referencie .owl-nav button.owl-prev:hover {
  background: transparent;
  color: #ffffff;
}

.d3red {
  text-shadow: 0 1px 0 #af1a0b, 0 0 5px rgba(164, 17, 1, 0.05), 0 -1px 3px rgba(164, 17, 1, 0.2), 0 9px 9px rgba(164, 17, 1, 0.1), 0 12px 12px rgba(164, 17, 1, 0.1), 0 15px 15px rgba(164, 17, 1, 0.1);
}

.d3gray {
  text-shadow: 0 1px 0 #545454, 0 0 5px rgba(82, 67, 67, 0.05), 0 -1px 3px rgba(82, 67, 67, 0.2), 0 9px 9px rgba(82, 67, 67, 0.1), 0 12px 12px rgba(82, 67, 67, 0.1), 0 15px 15px rgba(82, 67, 67, 0.1);
}

.btn {
  border-radius: 1px;
}

.btn-primary:focus,
.btn-info:focus,
.btn-success:focus,
.btn-danger:focus,
.btn-warning:focus,
.btn-secondary:focus,
.btn-default:focus {
  box-shadow: none;
}
.btn-primary.focus,
.btn-info.focus,
.btn-success.focus,
.btn-danger.focus,
.btn-warning.focus,
.btn-secondary.focus,
.btn-default.focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus {
  box-shadow: none;
}

.feedback-form {
  position: fixed;
  top: 50%;
  right: -70px;
  transform: rotate(270deg);
  background: #d2232a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -2px -2px 19px rgba(0, 0, 0, 0.3098039216);
  border-radius: 0px;
  font-size: 15px;
  box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.2705882353);
  transition: 0.3s;
  z-index: 99999;
}
.feedback-form a {
  color: #fff;
  padding: 10px 20px;
}
.feedback-form a:hover {
  color: #fff;
}
.feedback-form a:focus {
  color: #fff;
}
.feedback-form:hover {
  right: -65px;
}

/*NOVINKY*/
.readmore {
  position: relative;
  width: 100%;
}

@media (max-width: 1399px) {
  .readmore {
    position: relative;
    bottom: 0px;
  }
}
#cookies-space.container-fix {
  display: none;
  position: fixed;
  width: 104%;
  bottom: -800px;
  right: -4%;
  z-index: 10000;
  background: #262626;
  color: white;
  padding: 20px 20px 0px 20px;
}
#cookies-space.container-fix.opened {
  bottom: -20px;
  display: block;
}
#cookies-space.container-fix .container-inner {
  padding: 0px 30px 0px 10px;
  height: 100%;
  position: relative;
  overflow: scroll;
}
#cookies-space.container-fix .container-inner .close-button {
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 1;
  cursor: pointer;
}
#cookies-space .form-check-input-my {
  margin-top: 10px;
}
#cookies-space .fas, #cookies-space .far {
  font-size: 22px;
}
#cookies-space p {
  color: #fff;
  font-size: 12px;
}
#cookies-space h4 {
  color: #fff;
  padding: 10px;
  font-size: 20px;
}
#cookies-space .customSetting {
  cursor: pointer;
  font-weight: 600;
}
#cookies-space .customSetting:hover {
  text-decoration: underline;
}
#cookies-space .box-1 {
  border-bottom: 0.5px solid white;
}

#cookies-button {
  position: fixed;
  bottom: 0px;
  left: 0;
}
#cookies-button .btn-cookies-bottom {
  background: #ffe300;
  cursor: pointer;
  color: #444;
  font-size: 12px;
  padding: 2px 5px;
}

.btn-cookies-bottom {
  cursor: pointer;
}

.btn-cookies {
  background: green;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn-cookies:hover {
  color: green;
  background: #ffffff;
}
.btn-cookies:focus {
  color: green;
  background: #ffffff;
}
.btn-cookies a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  #cookies-space p {
    font-size: 14px;
    line-height: 20px;
  }
  #cookies-space.container-fix {
    height: 70vh;
  }
  #cookies-space.container-fix .container-inner .close-button {
    right: 10px;
  }
  #cookies-space h4 {
    font-size: 18px;
  }
}
/* Back top */
/* ikonka pre mobily anchor to top */
.scroll-top {
  bottom: 2%;
  cursor: pointer;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: fixed;
  padding: 10px 5px;
  right: 10px;
  height: 45px;
  width: 45px;
  background: #dd7f92;
  border-radius: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translateY(100px) translateX(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translateY(100px) translateX(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translateY(100px) translateX(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translateY(100px) translateX(0px);
  transform: rotate(0deg) scale(1) skew(0deg) translateY(100px) translateX(0px);
  z-index: 1000;
}
.scroll-top a {
  color: #fff;
  text-decoration: none;
}
.scroll-top.m-visible {
  display: block;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translateY(0px) translateX(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translateY(0px) translateX(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translateY(0px) translateX(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translateY(0px) translateX(0px);
  transform: rotate(0deg) scale(1) skew(0deg) translateY(0px) translateX(0px);
}
.scroll-top.m-visible:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.scroll-top .back-top-style {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 18px;
  left: 14px;
  transform: rotate(-45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scroll-top:hover {
  text-decoration: none;
  background: #dd7f92;
}
.scroll-top:hover .back-top-style {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.scroll-top .titleBack {
  font-size: 8px;
  position: absolute;
  bottom: 5px;
  text-align: center;
  left: 15px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  #sidebar {
    display: none;
  }
  #sidebar.active {
    display: none;
  }
  #content {
    width: 100%;
  }
  #content-head {
    width: 100%;
  }
  #content-head.active {
    width: calc(100% - 250px);
    position: fixed;
    right: 0;
  }
  #menu.sub-page {
    padding-top: 0;
    padding-bottom: 40px;
  }
  #blog-obsah {
    padding-top: 1px;
  }
  #footer {
    padding-top: 40px;
  }
  #footer .links {
    text-align: center;
    padding-bottom: 20px;
  }
  #intro-photo {
    padding-top: 20px;
  }
  #introduce-photo {
    background-image: url("/media/images/covers/ovce-mobil.jpg");
    background-size: auto 100%;
    background-position: 50%;
    height: 40vh;
    z-index: 0;
    position: relative;
  }
  #introduce-photo .bck-alpha {
    background: rgba(184, 155, 105, 0.28);
  }
  #introduce-photo .box-0 {
    min-height: 40vh;
  }
  #introduce-photo .box-0 h2 {
    color: white;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 0 0 7px #262626;
    text-align: center;
    padding-bottom: 20px;
  }
  #introduce-photo .box-0 h3 {
    color: white;
    font-size: 26px;
    font-weight: 500;
    text-shadow: 0 0 7px #262626;
    text-align: center;
  }
  #intro-fixed-contact {
    left: 5%;
    width: 90%;
    top: auto;
    position: relative;
  }
  #intro-ponukame img {
    height: auto;
  }
  #ponuka {
    padding-top: 40px;
  }
  #ponuka .box-shop-item {
    margin-left: 2%;
    margin-right: 2%;
    max-width: 96%;
  }
  #ponuka .box-shop-item .box-1 {
    padding: 10px;
    border-radius: 2px;
    height: 100%;
  }
  #ponuka a h4 {
    font-size: 20px;
  }
  #ponuka a h4 a h4:hover {
    color: #01173f;
    text-decoration: none;
  }
  .home-logo {
    display: block;
  }
  .home-logo.active {
    display: block;
  }
  .feedback-form {
    left: -65px;
    right: auto;
  }
  .feedback-form a {
    padding: 10px 20px;
  }
  .menu-klasik {
    /* menu-klasik level 1*/
  }
  .menu-klasik ul li a {
    padding: 0px 10px 0 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .menu-klasik ul li a:after {
    height: 0;
  }
  #shortcuts-anchor {
    display: block;
  }
  .owl-carousel.loop-referencie .owl-nav {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #introduce-photo {
    height: 300px;
  }
  #introduce-photo .box-0 {
    min-height: 300px;
  }
  #introduce-photo .box-0 h2 {
    font-size: 30px;
  }
  #intro-fixed-contact {
    top: 80px;
  }
}

/*# sourceMappingURL=style.css.map */
