@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=latin-ext");
@import url("icons.css");
header {
  min-height: 100vh;
  height: auto;
  position: relative;
}
header .ico {
  z-index: 7;
}
header .btn-outline-primary {
  display: inline-block !important;
  background: white !important;
  color: #ffc926 !important;
}
header .i-circle:nth-child(1) {
  left: -9px;
  top: 23%;
  width: 23px;
  height: 23px;
  -webkit-animation: wave 19.66667s 0.1s infinite linear;
  -moz-animation: wave 19.66667s 0.1s infinite linear;
  animation: wave 19.66667s 0.1s infinite linear;
}
header .i-circle:nth-child(2) {
  right: 23%;
  bottom: 14%;
  width: 23px;
  height: 23px;
  -webkit-animation: wave 15.66667s 0.1s infinite linear;
  -moz-animation: wave 15.66667s 0.1s infinite linear;
  animation: wave 15.66667s 0.1s infinite linear;
}
header .i-circle:nth-child(3) {
  left: 15%;
  top: 31%;
  width: 20px;
  height: 20px;
  -webkit-animation: wave 10.66667s 0.1s infinite linear;
  -moz-animation: wave 10.66667s 0.1s infinite linear;
  animation: wave 10.66667s 0.1s infinite linear;
}
header .i-circle:nth-child(4) {
  left: 60%;
  bottom: 4%;
  width: 20px;
  height: 20px;
  -webkit-animation: wave 20.66667s 0.1s infinite linear;
  -moz-animation: wave 20.66667s 0.1s infinite linear;
  animation: wave 120.66667s 0.1s infinite linear;
}
header .i-square:nth-child(5) {
  left: -23%;
  top: 25%;
  width: 20px;
  height: 20px;
  transform: rotate(20deg);
  -webkit-animation: wave 18.66667s 0.1s infinite linear;
  -moz-animation: wave 18.66667s 0.1s infinite linear;
  animation: wave 18.66667s 0.1s infinite linear;
}
header .i-square:nth-child(6) {
  left: 60%;
  bottom: 55%;
  width: 20px;
  height: 20px;
  transform: rotate(20deg);
  -webkit-animation: wave 12.66667s 0.1s infinite linear;
  -moz-animation: wave 12.66667s 0.1s infinite linear;
  animation: wave 12.66667s 0.1s infinite linear;
}
header .i-triangle:nth-child(7) {
  top: 20%;
  left: 10%;
  border-width: 0 12px 20px 12px;
  transform: rotate(-24deg);
  -webkit-animation: wave 13.66667s 0.1s infinite linear;
  -moz-animation: wave 13.66667s 0.1s infinite linear;
  animation: wave 13.66667s 0.1s infinite linear;
}
header .i-triangle:nth-child(8) {
  bottom: 8%;
  left: -10%;
  border-width: 0 7px 12px 7px;
  transform: rotate(16deg);
  -webkit-animation: wave 13.66667s 0.1s infinite linear;
  -moz-animation: wave 13.66667s 0.1s infinite linear;
  animation: wave 13.66667s 0.1s infinite linear;
}
header .i-triangle:nth-child(9) {
  bottom: 53%;
  right: 14%;
  border-width: 0 9px 17px 9px;
  transform: rotate(-64deg);
  -webkit-animation: wave 18.66667s 0.1s infinite linear;
  -moz-animation: wave 18.66667s 0.1s infinite linear;
  animation: wave 18.66667s 0.1s infinite linear;
}
header .i-triangle:nth-child(10) {
  bottom: 38%;
  right: 23%;
  border-width: 0 9px 17px 9px;
  transform: rotate(-64deg);
  -webkit-animation: wave 17.66667s 0.1s infinite linear;
  -moz-animation: wave 17.66667s 0.1s infinite linear;
  animation: wave 17.66667s 0.1s infinite linear;
}
header .header-bg {
  position: absolute;
  right: -55px;
  top: -50px;
  z-index: -1;
}
header .boy-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 571px;
}
header .h-100 {
  min-height: 100vh !important;
}
header .btn-online-kruzky {
  margin-left: 15px;
  margin-right: -100px;
}

header.subpage-header {
  height: auto;
  min-height: 190px;
}

.layout-kruzok header .i-circle:nth-child(1),
header.subpage-header .i-circle:nth-child(1) {
  left: -9px;
  top: 33%;
}
.layout-kruzok header .i-circle:nth-child(2),
header.subpage-header .i-circle:nth-child(2) {
  right: 23%;
  bottom: 14%;
}
.layout-kruzok header .i-circle:nth-child(3),
header.subpage-header .i-circle:nth-child(3) {
  left: -13%;
  top: 72%;
}
.layout-kruzok header .i-circle:nth-child(4),
header.subpage-header .i-circle:nth-child(4) {
  left: 60%;
  bottom: 4%;
}
.layout-kruzok header .i-square:nth-child(5),
header.subpage-header .i-square:nth-child(5) {
  left: -23%;
  top: 25%;
}
.layout-kruzok header .i-square:nth-child(6),
header.subpage-header .i-square:nth-child(6) {
  left: inherit;
  bottom: -24%;
  right: 53%;
}
.layout-kruzok header .i-triangle:nth-child(7),
header.subpage-header .i-triangle:nth-child(7) {
  top: 84%;
  left: 17%;
}
.layout-kruzok header .i-triangle:nth-child(8),
header.subpage-header .i-triangle:nth-child(8) {
  bottom: 20%;
  left: 2%;
}
.layout-kruzok header .i-triangle:nth-child(9),
header.subpage-header .i-triangle:nth-child(9) {
  bottom: 4%;
  right: 14%;
}
.layout-kruzok header .i-triangle:nth-child(10),
header.subpage-header .i-triangle:nth-child(10) {
  bottom: 10%;
  right: 65%;
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1400px) {
  header .boy-img {
    left: 260px;
    bottom: 34px;
  }
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  header .header-bg {
    right: -51px;
    top: -80px;
  }
  header .header-bg img {
    margin-top: -30px;
  }
  header .boy-img {
    bottom: 31px;
    left: 342px;
    width: 430px;
  }
  header .i-triangle:nth-child(7) {
    top: 41%;
    left: 20;
  }
}
@media (min-width: 992px) and (max-width: 1070px) {
  header .claim {
    padding-top: 8em;
    padding-right: 80px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  header .header-bg {
    right: -327px;
    top: -120px;
  }
  header .boy-img {
    bottom: 31px;
    left: 250px;
    width: 430px;
  }
  header .i-triangle:nth-child(7) {
    top: 41%;
    left: 20;
  }
  header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  header .claim {
    padding-top: 5em;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  header .header-bg {
    right: -476px;
    top: -120px;
  }
  header .boy-img {
    bottom: 31px;
    left: 72px;
    width: 430px;
  }
  header .i-triangle:nth-child(7) {
    top: 41%;
    left: 20;
  }
  header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
  header .boy-img {
    bottom: 205px;
    left: 180px;
    width: 330px;
  }
  header .i-circle:nth-child(1) {
    top: 45%;
  }
  header .i-circle:nth-child(2) {
    right: 40%;
  }
  header .i-circle:nth-child(3) {
    top: 34%;
  }
  header .i-circle:nth-child(4) {
    left: 53%;
    bottom: -8%;
  }
  header .i-square:nth-child(5) {
    left: -13%;
    top: 32%;
    width: 20px;
    height: 20px;
    transform: rotate(20deg);
  }
  header .i-square:nth-child(6) {
    right: 46%;
    bottom: 55%;
  }
  header .i-triangle:nth-child(7) {
    top: 20%;
    left: 10%;
    border-width: 0 12px 20px 12px;
    transform: rotate(-24deg);
  }
  header .i-triangle:nth-child(8) {
    bottom: 8%;
    left: -10%;
    border-width: 0 7px 12px 7px;
    transform: rotate(16deg);
  }
  header .i-triangle:nth-child(9) {
    bottom: 38%;
    right: 43%;
  }
  header .i-triangle:nth-child(10) {
    bottom: 38%;
    right: 23%;
    border-width: 0 9px 17px 9px;
    transform: rotate(-64deg);
  }
  header .claim {
    padding-top: 5em;
    padding-right: 40px;
  }
}
/* Landscape phones and smaller */
@media (max-width: 700px) {
  header .claim {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-item-align: inherit !important;
    align-self: inherit !important;
    margin-top: 450px;
  }
  header .boy-img {
    bottom: inherit;
    left: -70px;
    width: 330px;
    top: 250px;
  }
  header .header-bg {
    right: -565px;
    top: -136px;
  }

  header.subpage-header {
    height: auto;
    min-height: 100px;
  }
}
@media (max-width: 680px) {
  header .boy-img {
    left: 100px;
  }
  header .claim {
    padding-top: 0;
    padding-right: 0;
  }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
  header .boy-img {
    left: 25px;
  }
  header .header-bg {
    right: -665px;
    top: -136px;
  }
  header .claim {
    padding-top: 0;
    padding-right: 0;
  }
  header .btn-online-kruzky {
    margin-left: 0px;
    margin-right: 0px;
  }
}
section#novinky, section#blog {
  padding-bottom: 0;
}
section#novinky img.news-shape, section#blog img.news-shape {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}
section#novinky h2, section#blog h2 {
  padding-bottom: 1em;
  color: white;
}
section#novinky h3 a, section#blog h3 a {
  text-align: left;
  color: #fe5967;
}
section#novinky h3 a:hover, section#blog h3 a:hover {
  color: #f00116;
}
section#novinky .row-carrousel, section#blog .row-carrousel {
  margin-left: -55px;
  margin-right: -55px;
}
section#novinky .owl-stage-outer, section#blog .owl-stage-outer {
  padding-bottom: 90px;
}
section#novinky .owl-item, section#blog .owl-item {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
section#novinky .owl-item a.img-link, section#blog .owl-item a.img-link {
  display: block;
  text-align: center;
}
section#novinky .owl-item a.img-link svg, section#blog .owl-item a.img-link svg {
  width: 180px;
  height: auto;
  margin: 0 auto;
}
section#novinky .owl-item.active, section#blog .owl-item.active {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
section#novinky .item-wrapper, section#blog .item-wrapper {
  background: #FFFFFF;
  margin-top: -80px;
  box-shadow: 0 15px 80px 0 rgba(187, 189, 204, 0.51);
  padding: 100px 25px 25px 25px;
  border-radius: 8px;
}
section#novinky a.show-all, section#blog a.show-all {
  padding-right: 70px;
  margin-top: -25px;
}
section#novinky a.show-all span, section#blog a.show-all span {
  top: 2px;
}

.page-novinky h3 a {
  color: #fe5967;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
  section#novinky img.news-shape {
    min-width: 37%;
  }
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  section#novinky img.news-shape {
    top: 20px;
    left: 0;
    width: 325px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  section#novinky .owl-dots {
    margin-top: -50px;
    position: relative;
    z-index: 9;
  }
}
/* Landscape phones and portrait tablets */
/* Landscape phones and smaller */
@media (max-width: 480px) {
  section#novinky img.news-shape {
    top: 40px;
    width: 300px;
  }
}
section#nase-kruzky h3,
.kruzky-category h3,
.kruzok-detail h3 {
  padding-top: 30px;
  text-align: center;
}
section#nase-kruzky h3 a,
.kruzky-category h3 a,
.kruzok-detail h3 a {
  color: #747B82;
}
section#nase-kruzky .main-content h3,
.kruzky-category .main-content h3,
.kruzok-detail .main-content h3 {
  text-align: left;
  font-weight: 500;
  color: #fe5967;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}
section#nase-kruzky .main-content h4,
.kruzky-category .main-content h4,
.kruzok-detail .main-content h4 {
  padding-top: 1em;
}
section#nase-kruzky .content-columns,
.kruzky-category .content-columns,
.kruzok-detail .content-columns {
  padding-top: 40px;
}
section#nase-kruzky .content-columns h3,
.kruzky-category .content-columns h3,
.kruzok-detail .content-columns h3 {
  padding-bottom: 1em;
}
section#nase-kruzky .content-columns h4:first-child,
.kruzky-category .content-columns h4:first-child,
.kruzok-detail .content-columns h4:first-child {
  padding-top: 0;
}
section#nase-kruzky .item,
.kruzky-category .item,
.kruzok-detail .item {
  text-align: center;
}
section#nase-kruzky .item svg,
.kruzky-category .item svg,
.kruzok-detail .item svg {
  max-width: 100%;
}
section#nase-kruzky .btn-outline-secondary,
.kruzky-category .btn-outline-secondary,
.kruzok-detail .btn-outline-secondary {
  margin-top: 40px;
}
section#nase-kruzky .yellow-bg,
.kruzky-category .yellow-bg,
.kruzok-detail .yellow-bg {
  position: absolute;
  width: 600px;
  height: auto;
}
section#nase-kruzky .yellow-bg.right,
.kruzky-category .yellow-bg.right,
.kruzok-detail .yellow-bg.right {
  right: -400px;
  top: -120px;
}
section#nase-kruzky .yellow-bg.left,
.kruzky-category .yellow-bg.left,
.kruzok-detail .yellow-bg.left {
  left: -440px;
  bottom: 20px;
  transform: scale(1, -1);
}
section#nase-kruzky .ico,
.kruzky-category .ico,
.kruzok-detail .ico {
  z-index: 9;
}
section#nase-kruzky .i-circle:nth-child(1),
.kruzky-category .i-circle:nth-child(1),
.kruzok-detail .i-circle:nth-child(1) {
  left: 50%;
  top: 0;
  width: 23px;
  height: 23px;
  z-index: 9;
  -webkit-animation: wave 19.66667s 0.1s infinite linear;
  -moz-animation: wave 19.66667s 0.1s infinite linear;
  animation: wave 19.66667s 0.1s infinite linear;
}
section#nase-kruzky .i-circle.n3,
.kruzky-category .i-circle.n3,
.kruzok-detail .i-circle.n3 {
  left: 3%;
  bottom: 60%;
  width: 18px;
  height: 18px;
  -webkit-animation: wave 15.66667s 0.1s infinite linear;
  -moz-animation: wave 15.66667s 0.1s infinite linear;
  animation: wave 15.66667s 0.1s infinite linear;
}
section#nase-kruzky .i-circle.n1,
.kruzky-category .i-circle.n1,
.kruzok-detail .i-circle.n1 {
  left: 20%;
  top: 12%;
  width: 24px;
  height: 24px;
  -webkit-animation: wave 10.66667s 0.1s infinite linear;
  -moz-animation: wave 10.66667s 0.1s infinite linear;
  animation: wave 10.66667s 0.1s infinite linear;
}
section#nase-kruzky .i-circle.n2,
.kruzky-category .i-circle.n2,
.kruzok-detail .i-circle.n2 {
  right: 170px;
  top: 4%;
  width: 20px;
  height: 20px;
  -webkit-animation: wave 20.66667s 0.1s infinite linear;
  -moz-animation: wave 20.66667s 0.1s infinite linear;
  animation: wave 120.66667s 0.1s infinite linear;
}
section#nase-kruzky .i-square.n5,
.kruzky-category .i-square.n5,
.kruzok-detail .i-square.n5 {
  left: 3%;
  top: 0%;
  width: 20px;
  height: 20px;
  transform: rotate(20deg);
  -webkit-animation: wave 18.66667s 0.1s infinite linear;
  -moz-animation: wave 18.66667s 0.1s infinite linear;
  animation: wave 18.66667s 0.1s infinite linear;
}
section#nase-kruzky .i-square.n6,
.kruzky-category .i-square.n6,
.kruzok-detail .i-square.n6 {
  right: 25%;
  top: 22%;
  width: 20px;
  height: 20px;
  transform: rotate(20deg);
  -webkit-animation: wave 12.66667s 0.1s infinite linear;
  -moz-animation: wave 12.66667s 0.1s infinite linear;
  animation: wave 12.66667s 0.1s infinite linear;
}
section#nase-kruzky .i-triangle.n9,
.kruzky-category .i-triangle.n9,
.kruzok-detail .i-triangle.n9 {
  bottom: 25%;
  right: 5%;
  border-width: 0 12px 20px 12px;
  transform: rotate(60deg);
  -webkit-animation: wave 13.66667s 0.1s infinite linear;
  -moz-animation: wave 13.66667s 0.1s infinite linear;
  animation: wave 13.66667s 0.1s infinite linear;
}
section#nase-kruzky .i-triangle:nth-child(8),
.kruzky-category .i-triangle:nth-child(8),
.kruzok-detail .i-triangle:nth-child(8) {
  bottom: 8%;
  left: -10%;
  border-width: 0 7px 12px 7px;
  transform: rotate(16deg);
  -webkit-animation: wave 13.66667s 0.1s infinite linear;
  -moz-animation: wave 13.66667s 0.1s infinite linear;
  animation: wave 13.66667s 0.1s infinite linear;
}
section#nase-kruzky .i-triangle.n7,
.kruzky-category .i-triangle.n7,
.kruzok-detail .i-triangle.n7 {
  bottom: 38%;
  right: 23%;
  border-width: 0 9px 17px 9px;
  transform: rotate(-64deg);
  -webkit-animation: wave 18.66667s 0.1s infinite linear;
  -moz-animation: wave 18.66667s 0.1s infinite linear;
  animation: wave 18.66667s 0.1s infinite linear;
}
section#nase-kruzky .i-triangle.n8,
.kruzky-category .i-triangle.n8,
.kruzok-detail .i-triangle.n8 {
  bottom: 18%;
  left: 23%;
  border-width: 0 7px 14px 7px;
  transform: rotate(-100deg);
  -webkit-animation: wave 17.66667s 0.1s infinite linear;
  -moz-animation: wave 17.66667s 0.1s infinite linear;
  animation: wave 17.66667s 0.1s infinite linear;
}
section#nase-kruzky .info-box,
.kruzky-category .info-box,
.kruzok-detail .info-box {
  background: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(187, 189, 204, 0.51);
  border-radius: 8px;
  padding: 12px 0;
  font-size: 0.85em;
  font-weight: 500;
  color: #9DA6AF;
  margin-bottom: 80px;
  position: relative;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
section#nase-kruzky .info-box .row,
.kruzky-category .info-box .row,
.kruzok-detail .info-box .row {
  display: block;
}
section#nase-kruzky .info-box .row .text-center,
.kruzky-category .info-box .row .text-center,
.kruzok-detail .info-box .row .text-center {
  display: inline-block;
}
section#nase-kruzky .info-box small,
.kruzky-category .info-box small,
.kruzok-detail .info-box small {
  font-size: 0.75em;
}
section#nase-kruzky .info-box:after,
.kruzky-category .info-box:after,
.kruzok-detail .info-box:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  left: 50%;
  background: #F8882E;
  margin-left: -1.5px;
  top: 12px;
  bottom: 12px;
  border-radius: 3px;
  display: none;
}
section#nase-kruzky .infobox-wrapper > span,
.kruzky-category .infobox-wrapper > span,
.kruzok-detail .infobox-wrapper > span {
  line-height: 2em;
}
section#nase-kruzky .infobox-wrapper h4,
.kruzky-category .infobox-wrapper h4,
.kruzok-detail .infobox-wrapper h4 {
  line-height: 1.5em;
}
section#nase-kruzky .infobox-wrapper a,
.kruzky-category .infobox-wrapper a,
.kruzok-detail .infobox-wrapper a {
  color: black;
}
section#nase-kruzky .infobox-wrapper button,
.kruzky-category .infobox-wrapper button,
.kruzok-detail .infobox-wrapper button {
  margin: 0 auto;
}
section#nase-kruzky .infobox-wrapper button .icon,
.kruzky-category .infobox-wrapper button .icon,
.kruzok-detail .infobox-wrapper button .icon {
  color: white;
}
section#nase-kruzky .breadcrumb,
.kruzky-category .breadcrumb,
.kruzok-detail .breadcrumb {
  margin-bottom: 80px;
}
section#nase-kruzky .header-img,
.kruzky-category .header-img,
.kruzok-detail .header-img {
  width: 600px;
  margin-top: -250px;
}
section#nase-kruzky .symbol-wrapper,
.kruzky-category .symbol-wrapper,
.kruzok-detail .symbol-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
section#nase-kruzky .symbol-wrapper .col,
.kruzky-category .symbol-wrapper .col,
.kruzok-detail .symbol-wrapper .col {
  text-align: center;
}
section#nase-kruzky .symbol,
.kruzky-category .symbol,
.kruzok-detail .symbol {
  text-align: center;
  display: inline-block;
  border: 1px solid #A8B0B8;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  position: relative;
  padding-top: 25px;
}
section#nase-kruzky .symbol img,
.kruzky-category .symbol img,
.kruzok-detail .symbol img {
  display: block;
  margin: 0 auto;
}
section#nase-kruzky .symbol span,
.kruzky-category .symbol span,
.kruzok-detail .symbol span {
  font-weight: 500;
  font-size: 1.1em;
  color: #77838F;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}
section#nase-kruzky .symbol span small,
.kruzky-category .symbol span small,
.kruzok-detail .symbol span small {
  font-size: 0.65em;
}

.workshop-modal {
  margin-top: 200px;
}
.workshop-modal .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

table.dataTable {
  width: 100% !important;
}
table.dataTable thead {
  color: #45494C;
  font-weight: 500;
}
table.dataTable thead tr td {
  border-top: none;
  border-bottom: 1px solid #F3F5F7;
}
table.dataTable tbody {
  color: #67737f;
}
table.dataTable tbody td {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
  font-size: 0.85em;
  border: none;
}
table.dataTable tbody td ul {
  width: 100%;
}
table.dataTable tbody tr.even {
  background: #F3F5F7;
}

@media (min-width: 1160px) and (max-width: 1400px) {
  section#nase-kruzky .header-img, .kruzky-category .header-img, .kruzok-detail .header-img {
    width: 500px;
    margin-top: -190px;
  }
}
/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  section#nase-kruzky .header-img, .kruzky-category .header-img, .kruzok-detail .header-img {
    width: 450px;
    margin-top: -133px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .kruzok-detail .first {
    order: 2;
  }
  .kruzok-detail .second {
    /* display: none !important;*/
    order: 1;
  }
  .kruzok-detail .second svg {
    max-width: 40%;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
    margin-top: -30px;
  }

  .symbol-wrapper {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  section#nase-kruzky .yellow-bg.right, section#nase-kruzky .yellow-bg.left {
    width: 500px;
  }
  section#nase-kruzky .yellow-bg.left {
    left: -420px;
  }

  .kruzok-detail .perex-wrapper .first {
    order: 2;
  }
  .kruzok-detail .perex-wrapper .second {
    /* display: none !important;*/
    order: 1;
  }
  .kruzok-detail .perex-wrapper .second svg {
    max-width: 40%;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
    margin-top: -30px;
  }
  .kruzok-detail .perex-wrapper .symbol {
    margin-bottom: 20px;
  }
  .kruzok-detail .symbol-wrapper {
    padding-bottom: 0;
  }

  .symbol-wrapper {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
  }
}
/* Landscape phones and smaller */
section#referencie img.video-thumb {
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 50px 30px 0 rgba(187, 189, 204, 0.53);
}
section#referencie .video-section {
  position: relative;
}
section#referencie .video-section h2 {
  transform: rotate(90deg);
  position: absolute;
  right: -135px;
  top: 141px;
}
section#referencie .video-section a {
  display: inline-block;
}
section#referencie .video-section a.play-btn {
  background: rgba(255, 255, 255, 0.64);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
section#referencie .video-section a.play-btn:after {
  content: "";
  border-style: solid;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -10px;
}
section#referencie .video-section a.play-btn:hover {
  opacity: 0.7;
}
section#referencie .yellow-bg {
  position: absolute;
  width: 700px;
  height: auto;
  left: 100px;
  z-index: -1;
  top: -20px;
}
section#referencie .rodicia {
  color: white;
}
section#referencie .rodicia h2 {
  text-align: left;
  padding-bottom: 1.25em;
}
section#referencie .rodicia p {
  color: white;
  position: relative;
}
section#referencie .rodicia span.ref-meno {
  font-style: italic;
  display: inline-block;
  padding-top: 20px;
}
section#referencie .rodicia img {
  position: absolute;
  top: -80px;
  z-index: -1;
  left: -150px;
}
section#referencie .rodicia .referencie-carousel {
  position: relative;
}
section#referencie .rodicia:before {
  content: '"';
  display: inline-block;
  color: white;
  position: absolute;
  top: 15px;
  left: -56px;
  font-size: 7em;
  font-family: Ubuntu;
  font-weight: 100;
  font-style: italic;
  opacity: 0.3;
}
section#referencie .rodicia .owl-dots {
  display: inline-block;
  margin-top: 31px;
  margin-left: 20%;
}

/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  section#referencie .rodicia img {
    width: 750px;
    top: -75px;
  }
  section#referencie .yellow-bg {
    width: 675px;
    left: 100px;
    top: -45px;
  }
  section#referencie .video-section h2 {
    text-align: center;
    right: -120px;
    top: 122px;
    font-size: 1.8em;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  section#referencie .rodicia img {
    width: 750px;
    top: -62px;
  }
  section#referencie .offset-md-1 {
    margin-left: 0;
  }
  section#referencie .yellow-bg {
    width: 700px;
    height: auto;
    left: 100px;
    top: -24px;
  }
  section#referencie .video-section h2 {
    top: 105px;
  }
  section#referencie .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666666%;
    flex: 0 0 66.66666666%;
    max-width: 66.66666666%;
  }
  section#referencie .video-section {
    margin-top: 180px;
  }
  section#referencie .video-section h2 {
    top: 148px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  section#referencie .rodicia img {
    width: 800px;
    top: -62px;
  }
  section#referencie .offset-md-1 {
    margin-left: 0;
  }
  section#referencie .yellow-bg {
    width: 700px;
    height: auto;
    left: 100px;
    top: -24px;
  }
  section#referencie .video-section h2 {
    top: 105px;
  }
  section#referencie .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666666666%;
    flex: 0 0 66.66666666%;
    max-width: 66.66666666%;
  }
  section#referencie .video-section {
    margin-top: 180px;
  }
  section#referencie .video-section h2 {
    top: 148px;
  }
  section#referencie .video-section {
    margin-top: 150px;
  }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
  section#referencie .rodicia img {
    width: 850px;
    top: -62px;
  }
  section#referencie .video-section {
    margin-top: 220px;
  }
  section#referencie .video-section h2 {
    transform: rotate(0deg);
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: -30px;
  }
}
.lektori-category .row div:hover svg image {
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
.lektori-category .row div:hover svg use {
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}
.lektori-category .row div svg image {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.lektori-category .row div svg use {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.lektori-category a span.more {
  color: white;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  font-size: 1.5em;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
}
.lektori-category a:hover span.more {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.lektor-modal .modal-dialog {
  margin-top: 60px !important;
}

body.modal-open {
  overflow: visible;
}

.lektor-modal .modal-body {
  padding: 30px !important;
}
.lektor-modal .modal-body h2.title {
  margin-top: 80px;
  margin-left: 30px;
}

/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .lektori-category .modal-body h2 {
    margin-left: 0;
    margin-top: 30px;
    padding-bottom: 0px;
  }
}
/* Landscape phones and smaller */
section#blog h2 {
  color: black;
}
section#blog .item img {
  border-radius: 10px 10px 0 0;
}

.blog .post-list {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.blog .post-list a img {
  border-radius: 10px 10px 0 0;
}
.blog .post-list li {
  border-radius: 10px 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.blog .post-list h4 {
  font-weight: 200;
  padding-bottom: 0;
  margin-bottom: -17px;
  font-size: 0.85em;
}
.blog .post-list .post-wrapper {
  box-shadow: 0 15px 80px 0 rgba(187, 189, 204, 0.51);
  height: 100%;
  border-radius: 6px;
}

.layout-blog-detail .content h2 {
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 0.5em;
}

section#spolupracujeme {
  padding-bottom: 0px;
}

section#spolupracujeme a {
  display: inherit;
}

section#spolupracujeme img {
  max-width: 140px;
  max-height: 100% !important;
  height: auto;
  object-fit: contain;
  margin: 1.2rem !important;
}

section#lokacie {
  position: relative;
}
section#lokacie ul li .item {
  box-shadow: 0 15px 40px 0 rgba(187, 189, 204, 0.51);
}
section#lokacie ul li .item img {
  border-radius: 4px;
}
section#lokacie .owl-stage {
  padding-top: 30px;
  padding-bottom: 50px;
  /* padding-left: 20px;
  padding-right: 20px; */
}
section#lokacie .owl-item {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
section#lokacie .owl-item.active {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
section#lokacie .yellow-bg.left {
  position: absolute;
  width: 600px;
  height: auto;
  left: -440px;
  bottom: 20px;
  transform: scale(1, -1);
}

.podstranka h2 {
  text-align: left;
  /*font-weight: 500;
  color: #fe5967;
  padding-bottom: 0.5em;
  padding-top: 1em;
  margin-bottom: 0;*/
}
.podstranka h3 {
  padding-bottom: 0em;
  padding-top: 0.85em;
}
.podstranka .media-body h4 {
  padding-top: 0.9em;
}
.podstranka .yellow-bg.right {
  right: -471px;
  bottom: 244px;
  position: absolute;
  width: 600px;
  height: auto;
  transform: scale(-1, -1);
}
.podstranka .yellow-bg.left {
  position: absolute;
  width: 600px;
  height: auto;
  left: -483px;
  top: -44px;
  transform: scale(1, -1);
}
.podstranka .btn-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.podstranka .btn:not([href]):not([type]):not(:disabled):not(.disabled) {
  cursor: default;
}
.podstranka .btn.btn-soft-primary {
  color: #377dff;
}
.podstranka .btn-icon.btn-sm, .podstranka .btn-group-sm > .btn-icon.btn {
  font-size: 0.8175rem;
  width: 2rem;
  height: 2rem;
  margin-top: 0.5em;
}
.podstranka .btn-icon {
  position: relative;
  line-height: 0;
  font-size: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}
.podstranka .btn-soft-primary {
  color: black !important;
  background: #ffc925;
  /*background: rgba(55, 125, 255, 0.1);*/
  border-color: transparent;
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1500px) {
  .podstranka .yellow-bg.right {
    right: -540px;
  }
  .podstranka .yellow-bg.left {
    left: -540px;
  }
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .podstranka .yellow-bg.right {
    right: -540px;
  }
  .podstranka .yellow-bg.left {
    left: -540px;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .podstranka .yellow-bg.right {
    right: -540px;
  }
  .podstranka .yellow-bg.left {
    left: -540px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .podstranka .yellow-bg.right {
    right: -549px;
  }
  .podstranka .yellow-bg.left {
    left: -540px;
  }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
  .podstranka .yellow-bg.right {
    display: none;
  }
  .podstranka .yellow-bg.left {
    display: none;
  }
}
.page-kontakt .persons,
.infobox-wrapper .persons {
  margin-top: 40px;
  margin-bottom: 80px;
}
.page-kontakt span.title,
.infobox-wrapper span.title {
  width: 100%;
  color: #9DA6AF;
  font-size: 0.7em;
  font-weight: 500;
  margin-top: -15px;
  margin-bottom: 15px;
}
.page-kontakt .icon,
.infobox-wrapper .icon {
  margin-right: 10px;
  position: relative;
  top: 2px;
  color: #007AFF;
}
.page-kontakt .card,
.infobox-wrapper .card {
  background: #FFFFFF;
  margin-top: -80px;
  box-shadow: 0 15px 80px 0 rgba(187, 189, 204, 0.51);
  padding: 100px 25px 25px 25px;
  border-radius: 8px;
  border: none;
}

.page-kontakt .card {
    margin-top: 100px !important;
}

.page-kontakt .card a,
.infobox-wrapper .card a {
  font-size: 0.85em;
  color: #77838F;
}
.page-kontakt .card svg,
.infobox-wrapper .card svg {
  width: 150px;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
}
.page-kontakt .card h4,
.infobox-wrapper .card h4 {
  color: #fe5967;
}
.page-kontakt .checkbox small,
.infobox-wrapper .checkbox small {
  font-weight: 200;
  color: #788490;
}
.page-kontakt .checkbox input,
.infobox-wrapper .checkbox input {
  margin-right: 10px;
}
.page-kontakt ::-webkit-input-placeholder,
.infobox-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #77838F !important;
}
.page-kontakt ::-moz-placeholder,
.infobox-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #77838F !important;
}
.page-kontakt :-ms-input-placeholder,
.infobox-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #77838F !important;
}
.page-kontakt :-moz-placeholder,
.infobox-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #77838F !important;
}

/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .page-kontakt .card, .infobox-wrapper .card {
    margin-top: 80px;
  }

  .page-kontakt .persons, .infobox-wrapper .persons {
    margin-top: 0;
  }
}
/* Landscape phones and smaller */
footer {
  background: #F3F5F7;
  padding-top: 80px;
  /* Large desktops and laptops */
  /* Portrait tablets and medium desktops */
  /* Portrait tablets and small desktops */
  /* Landscape phones and portrait tablets */
  /* Landscape phones and smaller */
}
footer .btn-circle.primary {
  position: absolute;
  top: 0;
  right: 25px;
}
footer a {
  color: #77838F;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  line-height: 2em;
}

footer ul.socials {
  margin-top: 30px;
}

footer ul.socials li {
  display: inline-block;
  border: 1px solid #798290;
  font-size: 1.25em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
  line-height: 2.3em;
}

footer ul.socials li a span {
  position: relative;
  top: -3px;
}

footer .footer-below {
  border-top: 1px solid #dcdee1;
  color: #b6bcc4;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 30px;
}

footer .footer-below svg * {
  fill: #b6bcc4;
}

footer .footer-below p {
  color: #b6bcc4;
}

footer .btn-circle {
  position: relative;
  margin-left: -35px;
  margin-top: 3px;
  z-index: 9;
}

footer .btn-circle:hover {
  background: #efb926;
}

footer .btn-circle span::before {
  position: relative;
  top: 1px;
  left: 1px;
}

footer ul.secondary-nav {
  position: relative;
  z-index: 9;
  text-align: center;
  margin-bottom: -20px;
  margin-top: 1em;
}
footer ul.secondary-nav li {
  display: inline-block;
  font-size: 0.75em;
  padding: 0 10px;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 200;
  width: 100%;
  overflow-x: hidden;
}

html, body {
  overflow-x: hidden;
}

h1 {
  font-size: 2.75em;
  font-weight: 200;
  padding-bottom: 0.25em;
}

h1 b, h2 b {
  font-weight: 600;
}

h2 {
  font-weight: 200;
  padding-bottom: 2em;
}

h3 {
  font-size: 1.25em;
  color: #575B65;
  padding-bottom: 0.85em;
  font-weight: 400;
}

h4 {
  font-size: 1em;
  padding-top: 2em;
  padding-bottom: 0.5em;
  /*color: darken(#fe5967, 0%);*/
}

p {
  color: #77838F;
  line-height: 1.6em;
}

a, a:hover {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

ul {
  padding-left: 20px;
  list-style: none;
}

.layout-blog-detail .content ul li,
.container.podstranka ul li,
.content-columns ul li {
  /*line-height: 2.25em;*/
  color: #77838F;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.layout-blog-detail .content ul li::before,
.container.podstranka ul li::before,
.content-columns ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fe5967;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.layout-blog-detail .content ul li p,
.container.podstranka ul li p,
.content-columns ul li p {
  margin-bottom: 0;
  display: inline;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 9;
}
#loading img {
  max-width: 100%;
  height: auto;
}

input.rounded {
  border-radius: 20px !important;
  border-color: #dcdee1;
}

input::-webkit-input-placeholder {
  color: red;
}

input:-moz-placeholder {
  color: red;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

section h2 {
  text-align: center;
}

.relative {
  position: relative;
}

span.date {
  color: #6d7279;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0.5em;
  font-size: 0.85em;
  display: inline-block;
}

p a .icon-chevron-right,
a.show-all .icon-chevron-right {
  font-size: 1.25em;
  position: relative;
  top: 4px;
  margin-left: 5px;
}

a.show-all {
  position: relative;
  color: #9DA6AF;
  z-index: 9;
}

.glow {
  box-shadow: 0 5px 20px 0 rgba(168, 171, 232, 0.53);
}

:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-circle {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0;
  font-size: 21px;
}

.btn-primary {
  background: #FFC926;
  border-color: #FFC926;
}

.btn-outline-primary {
  display: inline-block !important;
  background: white !important;
  color: #ffc926 !important;
}

.btn-large {
  padding: 14px 50px 14px 50px;
}

.btn-primary span {
  margin-top: 4px;
  margin-left: 20px;
  margin-right: -20px;
}

.btn-primary:hover {
  background: #efb926;
  border-color: #efb926;
}

.btn-light {
  box-shadow: 0 5px 20px 0 rgba(247, 108, 29, 0.26);
  color: #FE5967 !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.btn-outline-secondary {
  border-color: #dbdde1;
  box-shadow: 0 5px 20px 0 rgba(214, 214, 214, 0.5);
}

.btn-outline-secondary:hover {
  background: white;
  border-color: #FE5967;
}

.btn-outline-secondary span {
  position: relative;
  top: 2px;
  margin-left: 15px;
}

.btn-radial {
  border-radius: 100px;
}

.btn-circle.primary {
  background: #FFC926;
  color: white;
}

.btn-secondary {
  background: #007AFF;
  border-color: #007AFF;
  padding-left: 25px;
  padding-right: 25px;
}
.btn-secondary:hover {
  background: #0055b3;
  border-color: #0055b3;
}

.breadcrumb {
  background-color: transparent;
}

::-webkit-input-placeholder {
  color: #DBDEE1 !important;
  font-weight: 200;
}

::-moz-placeholder {
  color: #DBDEE1 !important;
  font-weight: 200;
}

::-ms-placeholder {
  color: #DBDEE1 !important;
  font-weight: 200;
}

::placeholder {
  color: #DBDEE1 !important;
  font-weight: 200;
}

.ico {
  position: absolute;
}

.red {
  background: #FE5967;
}

.blue {
  background: #4EA5FF;
}

.i-triangle.blue {
  border-color: transparent transparent #4EA5FF transparent;
}

.green {
  background: #8DD940;
}

.i-triangle.green {
  border-color: transparent transparent #8DD940 transparent;
}

.yellow {
  background: #FFD559;
}

.i-triangle.yellow {
  border-color: transparent transparent #FFD559 transparent;
}

.orange {
  background: #FF9E59;
}

.i-triangle.orange {
  border-color: transparent transparent #FF9E59 transparent;
}

.i-triangle {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #007bff transparent;
  display: block;
  background: transparent;
}

.i-square {
  width: 10px;
  height: 10px;
  display: block;
}

.i-circle {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}

.navbar-nav .btn {
  position: relative;
  /*top: 7px;*/
  margin-left: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.sps--blw .navbar-dark .navbar-nav .nav-link:hover,
.collapsed .navbar-dark .navbar-nav .nav-link:hover {
  color: #575B65;
}

nav {
  background-color: transparent;
  transition: background-color 0.25s ease-in-out;
}

.sps--blw nav,
.collapsed nav {
  background: white;
  box-shadow: 0 15px 40px 0 rgba(160, 162, 175, 0.15);
  transition: background-color 0.25s ease-in-out;
}

.navbar-brand img {
  width: 100px;
  height: auto;
  transition: all 0.25s ease-in-out;
}

.sps--blw nav .navbar-brand img,
.collapsed nav .navbar-brand img {
  width: 60px;
  height: auto;
  transition: all 0.25s ease-in-out;
}

.sps--blw nav .btn-light,
.collapsed nav .btn-light,
.btn-inverted {
  background: #FE5967;
  box-shadow: none;
  color: white !important;
}

.btn-inverted:hover {
  background: #fe4050;
}

.sps--blw .navbar-nav .nav-link,
.sps--blw .navbar-nav .nav-link:focus,
.collapsed .navbar-nav .nav-link {
  color: #575B65;
}

.sps--blw .navbar-nav .active > .nav-link,
.sps--blw .nav-link.active,
.sps--blw .show > .nav-link,
.collapsed .navbar-nav .active > .nav-link,
.collapsed .nav-link.active,
.collapsed .show > .nav-link,
.collapsed .navbar-dark .navbar-nav .show > .nav-link {
  color: #060606;
}

.collapsed .navbar-toggler,
.sps--blw .navbar-toggler {
  border-color: #1875f3;
}

body.collapsed .navbar-toggler-icon,
.sps--blw .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='hsl(214.5, 90.1%, 52.4%)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.sps--blw .navbar-dark .navbar-nav .active > .nav-link,
.sps--blw .navbar-dark .navbar-nav .show > .nav-link {
  color: #141414;
}

.navbar-nav .dropdown-menu {
  border: none;
  box-shadow: 0 15px 40px 0 rgba(160, 162, 175, 0.15);
  transition: background-color 0.25s ease-in-out;
}

.dropdown-item {
  font-weight: 300;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  color: #255cf3;
  background-color: #ffffff;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0;
}

.close {
  position: absolute;
  right: 0;
  top: -45px;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.breadcrumb {
  background-color: transparent !important;
  color: #9DA6AF;
  font-weight: 400;
}
.breadcrumb a {
  color: #9DA6AF;
  font-weight: 400;
}
.breadcrumb a:hover {
  color: #67737f;
}

.breadcrumb-item.active {
  color: #007bff;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 50% !important;
  left: 4px !important;
  height: 18px !important;
  width: 18px !important;
  display: block;
  position: absolute;
  color: white;
  border: 1px solid white !important;
  border-radius: 14px;
  box-shadow: none !important;
  box-sizing: content-box;
  text-indent: 0 !important;
  line-height: 1.5em !important;
  content: "+";
  background-color: #017aff !important;
  margin-top: -9px;
}

td ul li::before {
  display: none !important;
}

#dataTable_paginate {
  width: 100%;
  text-align: center;
}
#dataTable_paginate ul {
  display: inline-block;
}
#dataTable_paginate ul li {
  display: inline-block;
}
#dataTable_paginate ul li:before {
  display: none !important;
}

ul.pagination li:before {
  display: none !important;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.gallery {
  margin-top: 80px;
  margin-bottom: 80px;
}

.gallery .item img {
  background: #FFFFFF;
  /*border: 1px solid rgba(255,255,255,0.61);*/
  box-shadow: 0 15px 40px 0 rgba(187, 189, 204, 0.51);
  border-radius: 8px;
}

.gallery .owl-item {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.gallery .owl-item.active {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}

.gallery .owl-stage-outer {
  padding-bottom: 70px;
}

.row.gallery {
  margin-left: -85px;
  margin-right: -85px;
}

.filters h3 {
  margin-top: -15px;
}

.bootstrap-select .btn {
  background: #FFFFFF;
  color: #575B65 !important;
  border: 1px solid rgba(157, 166, 175, 0.37);
  box-shadow: 0 15px 30px 0 rgba(187, 189, 204, 0.2);
  padding: 15px 35px;
  border-radius: 30px;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  font-size: 1em;
  background: 0 0;
  box-shadow: none !important;
  resize: none;
  border-bottom: 1px solid #c0c9ce;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #383838;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #383838;
}

/* Change this breakpoint if you change the breakpoint of the navbar */
.infobox-wrapper {
  background: #F3F5F7;
  border-radius: 8px;
  box-shadow: 0 15px 20px 0 rgba(187, 189, 204, 0.51);
  padding: 40px 40px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

td[class*=status]:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  margin-right: 10px;
  border-radius: 50%;
}

/* Odučená */
td.status-4:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #63a5f8 !important;
}

/* Plánovaná */
td.status-1:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #9dd65a;
}

/* Hľadá sa zástup */
td.status-2:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FFC926;
}

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  left: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #0976fc;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 999;
}

#gdpr-cookie-message h4 {
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
  color: white;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: white;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #fe5967;
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
  background: white;
  color: var(--red);
  transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
  background: white;
  color: var(--red);
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

.logo-carousel .item {
  text-align: center;
}

.logo-carousel .item img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  padding: 15px;
  max-height: 80px;
  text-align: center;
}

.logo-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.pagination {
  justify-content: center;
}
.pagination li {
  display: inline-block;
  background: #FFC926;
  text-align: center;
  width: 26px;
  margin: 0 10px;
  height: 26px;
  padding: 0 !important;
  line-height: 1.6em !important;
  border-radius: 50%;
}
.pagination li span {
  color: black;
}
.pagination li a {
  padding: 0;
  margin: 0;
  color: black;
}
.pagination li:first-child {
  background: transparent !important;
}
.pagination li:last-child {
  background: transparent !important;
}
.pagination li.active {
  font-weight: bold;
}
.pagination li.disabled span {
  color: #cad5e0;
}

/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  nav ul li {
    text-align: center;
  }

  .navbar-nav .btn {
    top: 0;
    margin-left: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
  }

  .responsive-container {
    width: 100%;
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  nav ul li {
    text-align: center;
  }

  .navbar-nav .btn {
    top: 0;
    margin-left: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
  }

  .responsive-container {
    width: 100%;
    max-width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }

  section#spolupracujeme img {
    max-width: 80px;
  }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  .responsive-container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .col-12 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .navbar-brand img {
    width: 70px;
  }

  #gdpr-cookie-message {
    left: 30px;
    bottom: 110px;
  }

  .layout-podstranka .header-bg img {
    margin-right: -120px;
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 55%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 55%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 55%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 50%, 0) rotateZ(-360deg);
  }
}
@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 55%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 15%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 15%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
  }
}
@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 55%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0, 55%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 55%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotateZ(-360deg) translate3d(0, 55%, 0) rotateZ(0deg);
    -moz-transform: rotateZ(-360deg) translate3d(0, 55%, 0) rotateZ(0deg);
    transform: rotateZ(-360deg) translate3d(0, 55%, 0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 55%, 0) rotateZ(-360deg);
  }
}

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