body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
     This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../themes/iris/assets/img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../themes/iris/assets/img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../themes/iris/assets/img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../themes/iris/assets/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

body {
  color: #1b1b1b;
  background: #fafafa;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, a {
  font-family: "Playfair Display", serif;
}
main {
  min-height: 50vh;
}
.btn.primary-button {
  background: #683d89;
  color: rgba(250, 250, 250, 0.8);
  letter-spacing: 1px;
  line-height: 40px;
  transform: 0.3s ease-in-out;
}
.btn.primary-button:hover {
  background: #4d2d66;
  color: #fafafa;
  transform: 0.3s ease-in-out;
}
#homepage .life__selection__image img, #gallery .life__selection__image img {
  width: 100%;
  height: 220px;
  border-radius: 0.5rem;
  object-fit: cover;
}
#homepage .life__selection__text, #gallery .life__selection__text {
  color: #683d89;
}
#homepage .life__selection__text .date, #gallery .life__selection__text .date {
  font-size: 15px;
  letter-spacing: 1px;
}
#homepage .life__selection__text .name, #gallery .life__selection__text .name {
  color: #683d89;
  font-weight: bold;
  position: relative;
}
#homepage .life__selection__text .horizontal__wrapper, #gallery .life__selection__text .horizontal__wrapper {
  width: 90px;
  background: #683d89;
}
#homepage .life__selection__text .horizontal__wrapper hr, #gallery .life__selection__text .horizontal__wrapper hr {
  margin: 5px 0;
}
#homepage .life__selection__text a.btn, #gallery .life__selection__text a.btn {
  background: #9cdfba;
  padding-bottom: 8px;
  font-weight: bold;
}
#homepage .life__selection__text a.btn:hover, #gallery .life__selection__text a.btn:hover {
  background: #75d39f;
}
#homepage .gallery__heading, #gallery .gallery__heading {
  background: #683d89;
  background: -moz-linear-gradient(140deg, #683d89 0%, rgba(104, 61, 137, 0.1951155462) 100%);
  background: -webkit-linear-gradient(140deg, #683d89 0%, rgba(104, 61, 137, 0.1951155462) 100%);
  background: linear-gradient(140deg, #683d89 0%, rgba(104, 61, 137, 0.1951155462) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#683d89", endColorstr="#683d89", GradientType=1);
  color: #fafafa;
}
#homepage a.load__more, #gallery a.load__more {
  color: #683d89;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
#homepage a.load__more:hover, #gallery a.load__more:hover {
  text-decoration: underline;
}
#homepage .galeriaID:nth-child(odd), #gallery .galeriaID:nth-child(odd) {
  background: rgba(104, 61, 137, 0.2);
}
nav.navbar a.navbar-brand img {
  width: 150px;
}
nav.navbar .navbar-nav a.nav-link {
  color: #683d89;
  font-size: 20px;
  margin-right: 15px;
}
nav.navbar .navbar-nav a.nav-link:hover {
  color: #a77fc6;
}
nav.navbar a.nav__phone {
  color: #683d89;
  font-size: 20px;
}
nav.navbar a.nav__phone:hover {
  color: #a77fc6;
}
#homepage .carousel .carousel__content {
  height: 40vh;
  background: url("../themes/iris/assets/img/photo1.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#homepage .carousel .overlay {
  background: rgba(27, 27, 27, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#homepage .carousel .carousel__content__heading {
  color: #fafafa;
  font-size: 60px;
  font-weight: 900;
  position: absolute;
  bottom: 10px;
  left: 3%;
  width: 55%;
}
#homepage .about {
  background: #683d89;
  color: #fafafa;
  font-size: 17px;
  z-index: 99;
  -webkit-box-shadow: -4px 6px 9px 5px rgba(0, 0, 0, 0.23);
  box-shadow: -4px 6px 9px 5px rgba(0, 0, 0, 0.23);
}
#homepage .announcements__content a.announcement {
  display: block;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #1b1b1b;
  margin-bottom: 10px;
}
#homepage .announcements__content a.announcement .announcement__wrapper {
  background: #9cdfba;
  padding: 15px;
  border-radius: 0.5rem;
  transition: 0.2s ease-in-out;
}
#homepage .announcements__content a.announcement:hover .announcement__wrapper {
  background: #75d39f;
  transition: 0.2s ease-in-out;
}
#homepage .announcements__heading h3 {
  color: #683d89;
  font-weight: 600;
}
#homepage .mid__section {
  background: url("../themes/iris/assets/img/photo2.jpeg");
  background-size: cover;
  background-position: center center;
  color: #9cdfba;
}
#homepage .mid__section .overlay {
  background: rgba(104, 61, 137, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
#homepage .mid__section .col-4 {
  position: relative;
  top: -10px;
}
#onas .zamestnanci {
  background: #9cdfba;
}
#onas .zamestnanci .funkcia {
  color: #683d89;
}
#onas .zamestnanci a {
  color: #683d89;
  text-decoration: none;
}
#onas .zamestnanci a:hover {
  text-decoration: underline;
}
#onas .dokumenty h2 {
  color: #683d89;
}
#onas .dokumenty a {
  color: #1b1b1b;
  text-decoration: none;
  line-height: 18px;
}
#onas .dokumenty a i {
  font-size: 34px;
}
#onas .dokumenty a:hover {
  color: #9cdfba;
}
.poradovnik {
  background: rgba(156, 223, 186, 0.2);
}
.poradovnik table {
  border-color: rgba(27, 27, 27, 0.2);
}
.poradovnik-doc a {
  color: #683d89;
  text-decoration: none;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
}
.poradovnik-doc a i {
  font-size: 34px;
}
.poradovnik-doc a:hover {
  color: #9cdfba;
}
#cennik table {
  border-color: #1b1b1b;
}
#cennik thead {
  background: #683d89;
  color: #fafafa;
}
#cennik tr.subheading {
  background: rgba(104, 61, 137, 0.5);
}
#cennik a {
  color: #683d89;
  font-weight: bold;
}
#kontakt {
  background: #683d89;
  color: #fafafa;
}
#kontakt img {
  width: 280px;
  position: absolute;
  bottom: -20px;
  right: -15px;
  z-index: 2;
}
#kontakt p {
  position: relative;
  z-index: 40;
}
#kontakt a {
  color: #fafafa;
  text-decoration: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 40;
}
#kontakt a:hover {
  text-decoration: underline;
}
.created-by {
  color: #683d89;
}
.created-by a {
  font-weight: bold;
  color: #683d89;
  text-decoration: none;
  z-index: 40;
  position: relative;
}
.created-by a:hover {
  text-decoration: underline;
}
@media (min-width: 991px) {
  #homepage .about {
    position: absolute;
    right: 50px;
    bottom: 0;
    border-radius: 0.5rem;
    transform: translateY(50%);
  }
  #homepage .carousel .carousel__content {
    height: 70vh;
  }
}
