@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Duru+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*::selection {
  background: none;
}

*::-moz-selection {
  background: none;
}

html {
  height: 100%;
  background: #ffffff;
}

body {
  font-family: Corbel, "Open Sans", arial;
  font-style: normal;
  font-weight: 400;
  background: transparent;
  outline: none;
}

.tile {
  padding: 0px;
  margin: 0px;
}

#msg {
  position: fixed;
  z-index: 100000;
  bottom: 0;
  left: 15px;
}

#msgForm {
  position: fixed;
  top: 5%;
  left: 10%;
  width: 80%;
  z-index: 100;
}

.error-input {
  color: #d15b47;
  font-size: 10px;
}

.bck-orange-alpha {
  background: rgba(232, 84, 26, 0.8);
}

.bck-orange {
  background: #E8541A;
}

#socials-top {
  position: absolute;
  right: 0;
}
#socials-top .social-box {
  width: 28px;
  height: 28px;
  margin: 0 4px;
  float: left;
  border-radius: 50%;
}
#socials-top .social-box a.social {
  color: #E8541A;
  padding: 13px;
  border-radius: 50%;
  -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;
}
#socials-top .social-box a.social:hover {
  color: #ffffff;
}

.button-pp {
  display: flex;
  height: 60px;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #1ebbd7;
  -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;
  cursor: pointer;
}
.button-pp .text {
  color: #ffffff;
  font-weight: 600;
}
.button-pp.h50 {
  height: 50px;
}
.button-pp.r20-r5 {
  border-radius: 20px 5px 20px 5px;
}
.button-pp:hover {
  background: #1ebbd7;
}

.btn {
  border-radius: 0px;
}

.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;
}

.btn-cart {
  font-size: 22px;
  position: relative;
}
.btn-cart .btn-cart-inner {
  position: absolute;
  left: 16px;
  font-size: 11px;
  top: 16px;
}

.btn-login {
  background: #033954;
  border-radius: 0px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-login:hover {
  color: #ffffff;
  background: #03364f;
}
.btn-login:focus {
  color: #ffffff;
  background: #03364f;
}
.btn-login a {
  color: #000;
  text-decoration: none;
}

.btn-cookies {
  background: transparent;
  border-radius: 50px;
  border: 1px solid #e21432;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-cookies:hover {
  color: #ffffff;
  background: #e21432;
  border: 1px solid #e21432;
}
.btn-cookies:focus {
  color: #ffffff;
  background: #e21432;
  border: 1px solid #e21432;
}
.btn-cookies a {
  color: #000;
  text-decoration: none;
}

.btn-gold {
  background: #033954;
  border-radius: 0px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn-gold:hover {
  color: #ffffff;
  background: #03364f;
}
.btn-gold:focus {
  color: #ffffff;
  background: #03364f;
}
.btn-gold a {
  color: #000;
  text-decoration: none;
}

.bg-sticker-radius {
  border-radius: 4px;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*----------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #424242;
  line-height: 1.2;
  font-family: Corbel, "Open Sans", arial;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  color: #424242;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

ul {
  font-size: 18px;
  font-weight: 300;
}
ul li {
  font-size: 18px;
  font-weight: 300;
}

.highlight {
  color: #1ebbd7;
}

.text-small-warning {
  font-size: 12px;
  font-style: italic;
}

.form-control-filter:focus {
  box-shadow: none;
}

.form-control-sm {
  border-radius: 0px;
}

a {
  color: #1ebbd7;
  text-decoration: none;
  outline: none !important;
  -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;
}
a:hover {
  color: #21abbd;
  text-decoration: none;
}
a:active {
  color: #21abbd;
  text-decoration: none;
}
a.lighter {
  color: #420D0C;
}
a.lighter:hover {
  color: #420D0C;
}
a.lighter:active {
  color: #420D0C;
}
a.yellow {
  color: #E8541A;
}
a.yellow:hover {
  color: #E8541A;
}
a.yellow:active {
  color: #E8541A;
}
a.facebook {
  color: #3b5998;
}
a.facebook:hover {
  color: #3b5998;
}
a.facebook:active {
  color: #3b5998;
}

.table.sub-table {
  background-color: transparent;
}
.table.sub-table td {
  font-style: italic;
}

.table td,
.table th {
  font-size: 14px;
}
.table td p,
.table th p {
  font-size: 14px;
}
.table td.border-top-none,
.table th.border-top-none {
  border-top: 0;
}

/*---------------------------------------
    General               
-----------------------------------------*/
.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;
}

.box-relative {
  position: relative;
}

.img-block {
  padding-bottom: 30px;
}

/* MODALS */
.modal-content {
  border-radius: 0;
}

.myModal {
  z-index: 1040;
  display: none;
}

/* INPUTS */
.input-group-count {
  width: 100px;
}

.form-control-count {
  text-align: center;
}

/* ALERT */
.alert {
  border-radius: 0;
}
.alert.alert-success {
  color: #027741;
  background-color: #aef78f;
  border-color: #016034;
}
.alert.alert-success a {
  color: #016034;
}
.alert.alert-success a:hover, .alert.alert-success a:focus {
  color: #016034;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  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;
  background-color: transparent;
}

.adjust-huener {
  width: 70px;
  text-align: center;
}
.adjust-huener > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.adjust-huener .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.adjust-huener .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* menu pre mobily a tablety */
.fix-menu {
  width: 270px;
  position: fixed;
  margin-top: 20px;
}

/* menu level 1*/
ul.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* menu level 1*/
.menu {
  background: #ffffff;
  width: 270px;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000000;
  margin-right: -270px;
  -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;
  box-shadow: 0 0 10px #a6a6a6;
}
.menu.open {
  margin-right: 0px;
}
.menu ul li a {
  box-sizing: border-box;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  color: #000;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  border-top-color: #4b5162;
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  -ms-transition: background 0.1s ease;
  transition: background 0.1s ease;
  /* after 1 level */
}
.menu ul li a:hover {
  background: #033954;
  color: #ffffff;
}
.menu ul li a.active {
  background: #03364f;
  color: #ffffff;
}
.menu ul li a.deeper:after {
  font-size: 15px;
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  color: #b1b1b1;
  top: 15px;
}
.menu ul li a.deeper:hover:after {
  color: #424242;
}
.menu ul li a.deeper .active::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  color: #424242;
  top: 15px;
}
.menu ul li ul {
  /* menu level 2*/
}
.menu ul li ul li a {
  /* after 2 level */
}
.menu ul li ul li a.deeper {
  font-size: 15px;
  display: inline-block;
}
.menu ul li ul li a.deeper:after {
  content: "•";
  position: absolute;
  right: 30px;
  padding-top: 0px;
  color: #DDB819;
  transition: color 0.1s ease 0s;
  font-size: 15px;
  display: inline-block;
}
.menu ul li ul.submenu {
  display: none;
  padding: 0;
}
.menu ul li ul.submenu a {
  transition: font-weight 0.15s, color 0.15s;
  width: 100%;
  text-transform: none;
  letter-spacing: 0.05em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 13px;
  border-top-color: currentColor;
  border-top-width: 0px;
  border-top-style: none;
  -webkit-transition: font-weight 0.15s, color 0.15s;
  font-weight: 300;
}
.menu ul li ul.submenu a.active {
  background: rgba(101, 101, 101, 0.3);
  color: #fff;
  font-weight: 500;
}
.menu ul li ul.submenu a:hover {
  background: rgba(101, 101, 101, 0.3);
  color: #fff;
  font-weight: 500;
}
.menu ul li ul.submenu a:after {
  content: none;
}
.menu ul li ul.submenu ul.submenu a {
  transition: font-weight 0.15s, color 0.15s;
  width: auto;
  text-transform: none;
  letter-spacing: 0.05em;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 45px;
  font-size: 13px;
  font-weight: 100;
  border-top-color: currentColor;
  border-top-width: 0px;
  border-top-style: none;
  -webkit-transition: font-weight 0.15s, color 0.15s;
}

/* klasicke menu */
.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: #3b444f;
  font-family: Corbel, "Open Sans", arial;
  padding: 0px 10px 0 10px;
  margin-bottom: 4px;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
}
.menu-klasik ul li a.highlighted {
  background: #df8c21;
  color: white;
  border-radius: 3px;
}
.menu-klasik ul li a.highlighted:hover {
  color: #ffffff;
}
.menu-klasik ul li a.active {
  color: #3b444f;
}
.menu-klasik ul li a.active:after {
  width: 100%;
  background: #1ebbd7;
}
.menu-klasik ul li a.active.highlighted {
  background: #df8c21;
  color: white;
  border-radius: 3px;
}
.menu-klasik ul li a.active.highlighted:hover {
  color: #ffffff;
}
.menu-klasik ul li a:hover {
  color: #3b444f;
}
.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: #1ebbd7;
}
.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: #1ebbd7;
  font-weight: 600;
}
.menu-klasik ul li a .deeper.active:before {
  color: #3b444f;
}
.menu-klasik ul li a .deeper:hover:before {
  color: #3b444f;
}
.menu-klasik ul li ul.submenu {
  padding-left: 0;
  display: none;
  position: absolute;
  background: rgba(238, 237, 237, 0.9);
  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;
  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 a:hover {
  color: #033954;
}
.menu-klasik ul li ul li a.active {
  color: #033954;
}
.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;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  padding: 20px;
}

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

.item-carusel-title {
  width: 100%;
}

.item-carusel-title h4 {
  padding: 15px 0;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

.item-carusel-text p {
  color: #424242;
  padding: 0 15px;
}

.owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  background: #d0d0d0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #033954;
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.navbar {
  width: 100%;
  background-image: url("${images-backgrounds}/head-bck-01.jpg");
  z-index: 1;
}
.navbar .home-logo img {
  height: 100px;
}
.navbar .home-logo.home img {
  height: 250px;
}

.bck-alpha-60 {
  background: rgba(19, 19, 19, 0.6);
}

/*---------------------------------------
    Intro sections              
-----------------------------------------*/
#intro-head {
  background-image: url("${images-backgrounds}/head-bck-03.jpg");
  height: 20px;
}

#intro-headx .box-0 {
  background: rgba(12, 12, 12, 0.6);
  margin-bottom: 10px;
}

#intro-obsah {
  background-image: url("${images-backgrounds}/head-bck-02.jpg");
}
#intro-obsah h1 {
  color: #ffffff;
}

#languages a {
  font-size: 14px;
  font-weight: 600;
}
#languages a.active {
  text-decoration: underline;
}

#menu {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#menu .home-text {
  font-size: 36px;
  font-weight: 700;
}
#menu .home-subtext {
  font-size: 24px;
}
#menu .box-1 p {
  margin: 0;
}
#menu .box-1 p a {
  color: #033954;
  font-size: 24px;
  font-weight: 600;
  font-family: Raleway, Roboto;
}
#menu .box-1 p a:hover, #menu .box-1 p a:focus {
  color: #033954;
}
#menu h4 {
  font-size: 24px;
  line-height: 34px;
}

#main-title {
  background: #033954;
}
#main-title .box-0 p {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0;
}

#obsah {
  margin-top: 20px;
  margin-bottom: 50px;
}
#obsah h1 {
  color: #033954;
  font-size: 44px;
  font-weight: 300;
}
#obsah .box-0 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#obsah .box-0 h2 {
  min-height: 90px;
  color: #3b444f;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
#obsah .box-1 {
  padding-top: 40px;
}
#obsah .box-categories .box-category a {
  min-height: 300px;
  width: 100%;
  border-bottom: #033954 1px solid;
}
#obsah .box-categories .box-category a h3 {
  margin: 0;
  color: #033954;
  line-height: 1.1;
  font-weight: 300;
}
#obsah .box-categories .box-category a:hover {
  background: #033954;
}
#obsah .box-categories .box-category a:hover h3 {
  color: #ffffff;
}
#obsah .box-kurz {
  border-bottom: 1px solid #033954;
  margin-bottom: 20px;
  margin-top: 20px;
}
#obsah .box-blog {
  padding-bottom: 25px;
}
#obsah .box-blog .box-intro-text .readmore p {
  margin: 0;
}
#obsah .box-blog-gallery {
  padding-bottom: 25px;
}
#obsah .box-blog-gallery .box-picture img {
  padding: 20px;
}
#obsah .box-blog-gallery .box-intro-text .readmore {
  position: absolute;
  right: 0;
  bottom: 0;
}
#obsah .box-blog-gallery .box-intro-text .readmore p {
  margin: 0;
}
#obsah .box-contact {
  padding-bottom: 15px;
}
#obsah .row-box {
  background: #ffffff;
  margin-top: 20px;
  border-bottom: 5px solid #033954;
}
#obsah .row-box.left {
  margin-right: 0;
}
#obsah .row-box .col-box-title {
  border-bottom: 1px solid #d0d0d0;
  padding: 5px 10px;
}
#obsah .row-box .col-box-title h4 {
  color: #424242;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
}
#obsah .row-box .col-box-title h4 .fas {
  margin-right: 20px;
  font-size: 16px;
}
#obsah .row-box .col-box-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
#obsah .row-box .col-box-content .row-box-services {
  padding-bottom: 10px;
}
#obsah .row-box .col-box-content .row-box-filter {
  margin-bottom: 10px;
}
#obsah .row-box .col-box-content .row-box-filter p {
  margin: 0;
}
#obsah .row-box .col-box-content .row-box-filters-cancel {
  padding-bottom: 10px;
}
#obsah .row-box .col-box-content .box-ad {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
}
#obsah .row-box .col-box-content .row-box-ref-logo {
  margin-bottom: 50px;
}

#obsah-kontakt .box-0 {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #dd5648;
}
#obsah-kontakt .box-0 h2 {
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}
#obsah-kontakt .box-0 h2 a {
  color: #ffffff;
  font-size: 24px;
}

#obsah-intro {
  min-height: 400px;
  background: transparent;
  /*img {
  	&.img-intro {
  		padding:30px;
  	}
  }
  h2{
  	font-size:26px;
  	line-height:36px;
  }*/
}

#introduce-photo .bck-alpha {
  background: rgba(184, 155, 105, 0.28);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#introduce-photo .box-0 {
  min-height: 600px;
}
#introduce-photo .box-0 h2 {
  color: white;
  font-size: 26px;
  font-weight: 400;
  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;
}

#introduce-extend {
  background: #1877a6;
  padding-top: 40px;
  padding-bottom: 40px;
}
#introduce-extend p {
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
}

#introduce {
  padding-bottom: 50px;
}
#introduce p {
  font-weight: 300;
}
#introduce h1 {
  color: #033954;
  font-size: 44px;
  font-weight: 300;
}
#introduce .box-0 {
  padding: 70px 20px 50px;
}
#introduce .box-3 {
  margin-top: 50px;
}
#introduce .box-3 h4 {
  margin: 0;
  color: #4b5162;
}
#introduce .box-5 p {
  line-height: 1.1;
  font-size: 13px;
}
#introduce .box-5 .box-5-5 {
  margin-top: 25px;
}

#pomoc {
  background: #ffffff;
  min-height: 500px;
  z-index: 0;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
#pomoc .bck-alpha {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
#pomoc p {
  font-weight: 300;
}
#pomoc h1 {
  color: #033954;
  font-size: 44px;
  font-weight: 300;
}
#pomoc h3 {
  padding-top: 20px;
}

#o-nas {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
  min-height: 500px;
  z-index: 0;
  position: relative;
}
#o-nas h1 {
  color: #033954;
  font-size: 44px;
  font-weight: 300;
}
#o-nas .box-2 h3 {
  margin: 0;
  color: #033954;
  line-height: 1.1;
  font-weight: 600;
  font-size: 24px;
}
#o-nas .box-2 p {
  color: #4b5162;
}
#o-nas .box-2 img {
  padding: 20px;
}
#o-nas .box-4 {
  padding-top: 35px;
}

#ponuka {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
  z-index: 0;
  position: relative;
}
#ponuka .card {
  border: 0;
}
#ponuka .card .card-img-top {
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  -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;
}
#ponuka .card .card-img-top:hover {
  box-shadow: 0 0 10px #cecece;
}
#ponuka .card .card-body.card-custom {
  min-height: 490px;
}
#ponuka .card .card-body .card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
  font-weight: 600;
}
#ponuka .card .card-body .button-pp {
  position: absolute;
  width: 90%;
  bottom: 20px;
  left: 5%;
}
#ponuka .box-0 {
  min-height: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ponuka .box-0:hover {
  background: #f4f4f4;
}
#ponuka .box-0 a {
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ponuka .box-0 h2 {
  color: #033954;
}
#ponuka .box-0 p {
  color: #4b5162;
}
#ponuka .uvodnyBlok h2 {
  display: block;
}
#ponuka .uvodnyBlok a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#predel {
  background-image: url("/media/images/uvod/uvod2.jpg");
  background-attachment: fixed;
  background-size: 100%;
  background-position: 50%;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
#predel .bck-alpha {
  background: rgba(184, 155, 105, 0.28);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
#predel h2 {
  color: #ffffff;
  font-weight: 600;
  font-family: "Duru Sans", "Open Sans", arial;
  border-bottom: 2px solid #ffffff;
  text-align: center;
}

#blog {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
  min-height: 200px;
  z-index: 0;
  position: relative;
}
#blog .row-blog {
  padding-top: 40px;
}
#blog p {
  font-weight: 300;
}
#blog h1 {
  color: #033954;
  font-size: 44px;
  font-weight: 300;
}
#blog h3 {
  padding-top: 20px;
}

#blog-obsah {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
  min-height: 200px;
  z-index: 0;
  position: relative;
  border-top: 1px solid #eaeaea;
}
#blog-obsah .blog-item {
  border-bottom: 1px #cacaca solid;
  margin-bottom: 30px;
}
#blog-obsah h1 {
  color: #033954;
  font-size: 44px;
  font-weight: 300;
}
#blog-obsah h3 {
  padding-top: 20px;
}

#page-not-found {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
  min-height: 200px;
  z-index: 0;
  position: relative;
  border-top: 2px solid #033954;
}
#page-not-found p {
  font-weight: 300;
}
#page-not-found h1 {
  color: #033954;
  font-size: 44px;
  font-weight: 300;
}
#page-not-found h3 {
  padding-top: 20px;
}

#footer {
  border-top: 1px solid #eaeaea;
}
#footer a {
  color: #424242;
  font-size: 14px;
  font-weight: 300;
}
#footer a:hover, #footer a:focus {
  color: #424242;
}
#footer a.active {
  text-decoration: underline;
}
#footer .box-1 {
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer p {
  color: #424242;
  margin-bottom: 0;
  font-family: Corbel, "Open Sans", arial;
  font-size: 14px;
}

#footer-photo {
  padding-top: 50px;
  padding-bottom: 30px;
}
#footer-photo p {
  font-size: 18px;
  line-height: 40px;
}
#footer-photo h1 {
  color: #033954;
  font-size: 44px;
  font-weight: 300;
}
#copyright p {
  color: #ffffff;
  font-size: 12px;
}

.openQuestionBtn {
  cursor: pointer;
  z-index: 999;
  position: absolute;
  top: 87px;
  left: -113px;
  width: 200px;
  height: 26px;
  background: rgba(57, 191, 57, 0.8);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: white;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: rotate(270deg);
}
.openQuestionBtn:hover {
  background: rgb(57, 191, 57);
}

#box-news {
  position: fixed;
  width: 530px;
  right: -530px;
  z-index: 999;
  padding-top: 30px;
  top: 150px;
  min-height: 300px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#box-news.opened {
  right: -16px;
}
#box-news .button-close {
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: #5b5b5b;
  cursor: pointer;
  font-size: 25px;
  padding: 3px 7px;
  right: 24px;
  top: 0px;
  z-index: 100;
  cursor: pointer;
}
#box-news .box-news-content .box-intro-text h3 a {
  font-size: 24px;
  line-height: 34px;
}

.news-bck {
  background: #fbfbfb;
}

/*----- fixed contact 
---------------*/
.fixed-contact {
  background: #E8541A;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
.fixed-contact p {
  color: #fff;
  font-size: 26px;
  margin: 0;
}
.fixed-contact a {
  color: #fff;
}
.fixed-contact a:hover {
  color: #fff;
}

/* BURGER */
.burger {
  padding: 10px 5px;
  position: fixed;
  top: 30px;
  right: 15px;
  text-align: left;
  z-index: 100000000000000000000;
  height: 34px;
  border-radius: 5px;
  background: #1ebbd7;
}
.burger a.burger-icon {
  width: 30px;
  height: 23px;
  display: block;
  cursor: pointer;
}
.burger a .burger-lines {
  background: #ffffff;
  width: 30px;
  height: 5px;
  margin: 4px auto 0px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger a .burger-lines:after {
  background: #ffffff;
  width: 30px;
  height: 5px;
  position: absolute;
  content: "";
  top: 9px;
  -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;
}
.burger a .burger-lines:before {
  background: #ffffff;
  width: 30px;
  height: 5px;
  position: absolute;
  content: "";
  top: -9px;
  -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;
}
.burger a.open .burger-lines {
  background: 0px 0px;
}
.burger a.open .burger-lines:before {
  top: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.burger a.open .burger-lines:after {
  top: 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {
  p {
    font-size: 13px;
  }
}
/* GALERIA */
.crop_gallery2 {
  float: left;
  margin: 15px;
  overflow: hidden;
  position: relative;
  border: 0px solid #ccc;
  border-radius: 3px;
  padding: 0px;
  height: 120px;
}
.crop_gallery2 img {
  height: 120px;
  box-shadow: 0 0 0px #969696;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.crop_gallery2_title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 2px;
  background: rgba(255, 255, 255, 0.7);
}
.crop_gallery2_title span {
  color: #03529f;
  font-size: 12px;
}

#cookies-space.container-fix {
  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;
}
#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: 40px;
  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;
  padding: 10px;
}
#cookies-space h4 {
  color: #fff;
  padding: 10px;
}
#cookies-space .customSetting {
  cursor: pointer;
  font-weight: 600;
}
#cookies-space .customSetting:hover {
  color: #e21432;
}
#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;
}

@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;
  }
}
/* 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: 50px;
  height: 45px;
  width: 45px;
  background: #033954;
  border-radius: 50%;
  -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: #033954;
}
.scroll-top:hover .back-top-style {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  .burger {
    display: block;
    top: 25px;
  }
  #socials-top {
    bottom: 0px;
    right: 80px;
  }
  .menu-klasik {
    /* menu-klasik level 1*/
  }
  .menu-klasik ul li {
    clear: both;
  }
  .menu-klasik ul li a {
    padding: 0px 10px 0 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }
  #menu {
    padding-top: 8px;
  }
  #menu .box-1 {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #menu .box-1 a {
    font-size: 18px;
    line-height: 36px;
  }
  #menu h4 {
    font-size: 22px;
  }
  .my-navbar {
    position: relative;
  }
  .my-navbar .navbar-brand {
    height: 100%;
  }
  .my-navbar .navbar-brand img {
    width: 100%;
  }
  .my-navbar .my-row {
    float: none;
    height: 100%;
  }
  .my-navbar .my-row .nav-link {
    width: 100%;
    height: 35px;
    border-right: 0;
    background: transparent;
    /*	&:after {
    	content: "";
    	display: block;
    	margin: auto;
    	right:0;
    	height: 2px;
    	width: 100%;
    	background: 0 0;
    	@include transition(all,0.5s,ease);
    	text-align:right;
    }

    &:hover:after {
    	width:0%;
    	background:$dna2-color-purple;
    }
    */
  }
  .my-navbar .my-row .nav-link .my-item {
    text-align: right;
  }
  .my-navbar .my-row .nav-link .my-item .nav-icon {
    display: none;
  }
  .my-navbar .my-row .nav-link .my-item .nav-title {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .my-navbar .my-row .nav-link.active-menu {
    background: transparent;
  }
  .my-navbar .my-row .nav-link.active-menu .nav-title {
    color: #ffffff;
  }
  .my-navbar .my-row .nav-link:hover .nav-title {
    color: #ffffff;
  }
  .my-navbar .my-row-countdown {
    position: absolute;
    width: 100%;
    float: none;
  }
  .my-navbar .my-row-countdown .nav-link {
    width: 25%;
  }
  .section-title {
    padding: 90px 0 20px;
  }
  .section-title h1 {
    font-size: 30px;
  }
  .img-block {
    padding-bottom: 15px;
  }
  #obsah {
    margin-top: 10px;
  }
  #obsah .row-box.left {
    margin-right: -15px;
  }
  #obsah .box-0 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  #obsah .box-0 h2 {
    min-height: auto;
  }
  #obsah .box-0 .box-1 {
    padding-top: 30px;
  }
  #obsah .box-categories .box-category a {
    min-height: 20px;
    margin-bottom: 20px;
  }
  #obsah-intro {
    min-height: 200px;
  }
  #introduce {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  #introduce h1 {
    font-size: 30px;
  }
  #introduce-photo {
    background-image: url("/media/photos/intro/pict08mobil.jpg");
    background-size: auto 100%;
    background-position: 50%;
    height: auto;
    z-index: 0;
    position: relative;
  }
  #introduce-photo .bck-alpha {
    background: rgba(184, 155, 105, 0.28);
  }
  #introduce-photo .box-0 {
    min-height: 70vh;
  }
  #introduce-photo .box-0 h2 {
    color: white;
    font-size: 22px;
    font-weight: 400;
    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;
  }
  #predel {
    background-image: url("/media/photos/uvod/uvod2mobil.jpg");
    background-size: 100% auto;
  }
  #predel h1 {
    font-size: 26px;
  }
  #o-nas {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #o-nas h1 {
    font-size: 36px;
  }
  #ponuka {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #ponuka h1 {
    font-size: 36px;
  }
  #ponuka .box-0 {
    min-height: auto;
    border-top: 1px solid #033954;
    border-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #ponuka .box-0.first {
    border-left: 0;
    border-top: 0;
  }
  #ponuka .box-0 a {
    padding: 15px;
  }
  #ponuka .uvodnyBlok h2 {
    display: block;
  }
  #pomoc h1 {
    font-size: 36px;
  }
  #pomoc .bck-alpha {
    background: rgba(255, 255, 255, 0.58);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
  }
  #footer {
    padding-top: 10px;
  }
  #footer img {
    padding-bottom: 0;
    height: auto;
  }
  #footer p {
    padding-top: 0;
  }
  #blog-obsah h1 {
    font-size: 32px;
  }
  #box-news {
    top: 30px;
    width: 330px;
    right: -330px;
  }
}
@media (max-width: 1599px) and (min-width: 1400px) {
  .home-logo img {
    height: 80px;
  }
  .home-logo.home img {
    height: 80px;
  }
}
@media (min-width: 1401px) {
  .home-logo img {
    height: 80px;
  }
  .home-logo.home img {
    height: 80px;
  }
}

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