﻿/*#region variables*/
@font-face {
  font-family: 'MontserratLight';
  font-weight: normal;
  src: url('../montserrat/Montserrat-Light.eot');
  src: url('../montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../montserrat/Montserrat-Light.woff2') format('woff2'), url('../montserrat/Montserrat-Light.woff');
}
@font-face {
  font-family: 'MontserratRegular';
  font-weight: normal;
  src: url('../montserrat/Montserrat-Regular.eot');
  src: url('../montserrat/Montserrat-Regular.eot#iefix') format('embedded-opentype'), url('../montserrat/Montserrat-Regular.woff2') format('woff2'), url('../montserrat/Montserrat-Regular.woff') format('woff');
}
@font-face {
  font-family: 'MontserratBold';
  font-weight: bold;
  src: url('../montserrat/Montserrat-Bold.eot');
  src: url('../montserrat/Montserrat-Bold.eot#iefix') format('embedded-opentype'), url('../montserrat/Montserrat-Bold.woff2') format('woff2'), url('../montserrat/Montserrat-Bold.woff') format('woff');
}
/*example of settings for class wit max width as md*/
/*@media only screen and (max-width: @max-md) {
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
}*/
/*#endregion*/
/*#region common*/
::selection {
  background-color: #63dc6c;
  color: #ffffff;
}
body {
  background-color: #ffffff;
  font-family: MontserratRegular;
  position: relative;
}
a {
  color: #4ab752;
}
a:hover {
  color: #3f8a45;
}
@media (min-width: 1400px) {
  .container.container-wide {
    max-width: 1300px;
  }
}
@media (min-width: 1700px) {
  .container.container-wide {
    max-width: 1600px;
  }
}
.btn.btn-green {
  background-color: #4ab752;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
}
.btn.btn-green.btn-100 {
  width: 100%;
  display: block;
}
.btn.btn-blue-round {
  background-color: #4aa6da;
  color: #ffffff;
  text-transform: uppercase;
  margin: 9px 12px;
  border-radius: 30px;
}
.btn.btn-blue-round.full {
  width: 100%;
  display: block;
  text-align: left;
  margin: 0 0 18px 0;
}
.btn.btn-square {
  border-radius: 0 !important;
  border: 2px solid;
  position: relative;
  z-index: 1;
  margin: 18px 0;
}
.btn.btn-square.btn-square-light {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
  background-color: #4ab752;
}
.btn.btn-square.btn-square-light:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #ffffff;
  z-index: -1;
  transition: transform 0.3s;
  opacity: 0.2;
}
.btn.btn-square.btn-square-light:hover:after {
  transform: scaleY(1);
}
.btn.btn-square.btn-square-dark {
  border-color: #000000 !important;
  color: #000000 !important;
  background-color: #ffffff;
}
.btn.btn-square.btn-square-dark:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background: #63dc6c;
  z-index: -1;
  transition: transform 0.3s;
}
.btn.btn-square.btn-square-dark:hover:after {
  transform: scaleY(1);
}
/*#endregion*/
/*#region head*/
.head {
  background: #4ab752;
  position: relative;
  height: 600px;
}
@media only screen and (max-width: 1199.98px) {
  .head {
    height: 600px;
  }
}
@media only screen and (max-width: 991.98px) {
  .head {
    height: 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .head {
    height: 500px;
  }
}
@media only screen and (max-width: 575.98px) {
  .head {
    height: 400px;
  }
}
.head .navbar {
  z-index: 2;
  color: #ffffff !important;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 991.98px) {
  .head .navbar {
    background-color: #4ab752 !important;
    /*overflow-y: scroll !important;
            max-height: 300px !important;*/
  }
}
.head .navbar.navbar-shrink {
  background-color: rgba(74, 183, 82, 0.9);
}
.head .navbar.navbar-shrink .navbar-brand img {
  height: 48px;
  width: 48px;
}
@media only screen and (max-width: 991.98px) {
  .head .navbar.navbar-shrink .navbar-brand img {
    height: 64px;
    width: 64px;
  }
}
.head .navbar.navbar-shrink .nav-item a.nav-link {
  padding: 12px 12px;
}
.head .navbar .navbar-brand {
  padding: 9px 0 !important;
  transition: all 0.2s linear;
}
.head .navbar .navbar-brand img {
  height: 96px;
  width: 96px;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 991.98px) {
  .head .navbar .navbar-brand img {
    height: 64px;
    width: 64px;
  }
}
.head .navbar .navbar-toggler {
  border: none;
  margin-right: 6px;
  border-radius: 0;
}
.head .navbar .navbar-toggler .fa.fa-bars {
  color: #ffffff !important;
  padding: 12px 3px;
  font-size: 1.8em;
}
@media only screen and (max-width: 991.98px) {
  .head .navbar .navbar-toggler .fa.fa-bars {
    height: 64px;
    width: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .head .navbar .navbar-collapse {
    margin-bottom: 0;
  }
}
.head .navbar .nav-item {
  font-family: MontserratBold;
  text-transform: uppercase;
  font-size: 0.7em;
}
.head .navbar .nav-item.dropdown {
  display: inline-block;
}
.head .navbar .nav-item.dropdown:hover > .dropdown-menu {
  display: inline-block;
}
.head .navbar .nav-item.dropdown .dropdown-menu {
  border: none;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .head .navbar .nav-item.dropdown .dropdown-menu {
    width: 100%;
  }
}
.head .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 0.7em;
}
.head .navbar .nav-item.dropdown .dropdown-menu .dropdown:hover > .dropdown-menu {
  display: inline-block;
}
.head .navbar .nav-item a.nav-link {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 18px 18px;
}
.head .navbar .nav-item a.nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background-color: #3f8a45;
  z-index: -1;
  transition: transform 0.3s;
}
.head .navbar .nav-item a.nav-link:hover:after {
  transform: scaleY(1);
}
.head .head-content {
  /*#region headings*/
  /*#endregion*/
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  /*@media only screen and (max-width: @max-lg) {
            background-color: rgba(255, 0, 0, 0.50);
        }

        @media only screen and (max-width: @max-md) {
            background-color: rgba(0, 177, 255, 0.50);
        }

        @media only screen and (max-width: @max-sm) {
            background-color: rgba(255, 219, 0, 0.50);
        }

        @media only screen and (max-width: @max-xs) {
            background-color: rgba(255, 255, 255, 0.50);
        }*/
}
.head .head-content h1,
.head .head-content h2,
.head .head-content h3 {
  margin-bottom: 0;
  font-weight: bold;
  font-family: MontserratBold;
}
.head .head-content h1 {
  font-size: 5em;
}
.head .head-content h2 {
  font-size: 2.4em;
}
.head .head-content h3 {
  font-size: 1.4em;
  margin-bottom: 12px;
}
.head .head-content .head-content-left {
  float: left;
  width: 55%;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .head .head-content .head-content-left {
    width: 100%;
  }
}
.head .head-content .head-content-right {
  float: right;
  width: 45%;
  margin-right: -1px;
  /*background-color: @main-color;*/
  /*clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
            -webkit-clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);
            -ms-clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%);*/
  background-image: url(images/head1.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
  color: #FFFFFF;
  padding-top: 90px;
  height: 600px;
}
@media only screen and (max-width: 1199.98px) {
  .head .head-content .head-content-right {
    height: 600px;
    background-image: url(images/head2.svg) !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .head .head-content .head-content-right {
    height: 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .head .head-content .head-content-right {
    height: 500px;
  }
}
@media only screen and (max-width: 575.98px) {
  .head .head-content .head-content-right {
    height: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .head .head-content .head-content-right {
    display: none;
  }
}
.head .head-content .head-content-right .head-content-right-main {
  margin-left: 120px;
  padding: 9px 0 9px 9px;
}
@media only screen and (max-width: 1199.98px) {
  .head .head-content .head-content-right .head-content-right-main {
    margin-left: 100px;
  }
}
.head .head-content .head-content-right .head-content-right-main h1 {
  font-size: 7em;
  padding-bottom: 0 !important;
  line-height: 1em;
}
.head .head-content .head-content-right .head-content-right-main .social img {
  width: 40px;
  margin: 0 3px;
}
.head .head-carousel {
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  /*container override*/
  width: calc(50% + 555px);
}
@media only screen and (max-width: 1199.98px) {
  .head .head-carousel {
    width: calc(50% + 465px);
  }
}
@media only screen and (max-width: 991.98px) {
  .head .head-carousel {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .head .head-carousel {
    width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .head .head-carousel {
    width: 100%;
  }
}
.head .head-carousel .item {
  height: 100%;
}
.head .head-carousel .item .item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: left;
  vertical-align: bottom;
}
.head .head-carousel .item .item-image.koupaliste {
  background-image: url(../../Images/FullImage/koupaliste.jpg);
}
.head .head-carousel .item .item-image.stadion {
  background-image: url(../../Images/FullImage/stadion.jpg);
}
.head .head-carousel .item .item-image.sportoviste {
  background-image: url(../../Images/FullImage/sportoviste.jpg);
}
.head .head-carousel .item .item-image.hriste {
  background-image: url(../../Images/areals/z3.JPG);
}
.head .head-carousel .item .item-image.gym {
  background-image: url(../../Images/FullImage/sportovnihala.jpg);
}
.head .head-carousel .item .item-image .item-image-content {
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+13,000000+30&0.65+13,0+30 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 13%, rgba(0, 0, 0, 0) 30%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 13%, rgba(0, 0, 0, 0) 30%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 13%, rgba(0, 0, 0, 0) 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  /*display: table;*/
  padding-left: calc(50vw - 580px);
  /*padding-right: calc(~"50vw - 180px");*/
}
@media only screen and (max-width: 1199.98px) {
  .head .head-carousel .item .item-image .item-image-content {
    padding-left: calc(50vw - 485px);
    /*padding-right: calc(~"50vw - 285px");*/
  }
}
@media only screen and (max-width: 991.98px) {
  .head .head-carousel .item .item-image .item-image-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .head .head-carousel .item .item-image .item-image-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .head .head-carousel .item .item-image .item-image-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    text-align: center;
  }
}
.head .head-carousel .item .item-image .item-image-content .item-image-content-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.head .head-carousel .item .item-image .item-image-content .item-image-content-container .item-image-content-title {
  position: absolute;
  bottom: 10%;
  width: 65%;
  padding: 15px 40px 15px 15px;
  margin-right: 60px;
  font-size: 3.5em;
  font-weight: bold;
  font-family: MontserratBold;
  text-transform: uppercase;
  color: #ffffff;
  /*display: table-cell;*/
  vertical-align: bottom;
  background-color: rgba(0, 0, 0, 0.5);
  /*width: 100%;
                        height: 200px;
                        background-color: rgba(0, 0, 0, 0.50);*/
  /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);*/
}
@media only screen and (max-width: 991.98px) {
  .head .head-carousel .item .item-image .item-image-content .item-image-content-container .item-image-content-title {
    font-size: 3.5em;
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .head .head-carousel .item .item-image .item-image-content .item-image-content-container .item-image-content-title {
    font-size: 2.5em;
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .head .head-carousel .item .item-image .item-image-content .item-image-content-container .item-image-content-title {
    font-size: 1.5em;
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}
/*#endregion*/
/*#region main*/
.main {
  position: relative;
  /*#region headings*/
  /*#endregion*/
}
.main .main-contact {
  position: absolute;
  top: -100px;
}
.main h1.green,
.main h2.green,
.main h3.green,
.main h4.green {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-family: MontserratBold;
  padding: 9px;
  z-index: 1;
  margin-bottom: 18px;
  background-color: #4ab752;
  display: inline-block;
  padding-right: 100px;
}
.main h1.green.green-pointer,
.main h2.green.green-pointer,
.main h3.green.green-pointer,
.main h4.green.green-pointer {
  cursor: pointer;
}
.main h1.green.green-mw,
.main h2.green.green-mw,
.main h3.green.green-mw,
.main h4.green.green-mw {
  min-width: 400px;
}
@media only screen and (max-width: 991.98px) {
  .main h1.green.green-mw,
  .main h2.green.green-mw,
  .main h3.green.green-mw,
  .main h4.green.green-mw {
    min-width: 0;
  }
}
.main h1.green:after,
.main h2.green:after,
.main h3.green:after,
.main h4.green:after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  margin-right: -2px;
  height: 100%;
  background-image: url(images/head2_white.svg);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  clear: left;
}
.main h1.green.short,
.main h2.green.short,
.main h3.green.short,
.main h4.green.short {
  padding: 3px 50px 3px 3px;
  margin-bottom: 3px;
}
.main h1.green.short:after,
.main h2.green.short:after,
.main h3.green.short:after,
.main h4.green.short:after {
  background-image: url(images/head3_white.svg) !important;
}
.main h1.green.full,
.main h2.green.full,
.main h3.green.full,
.main h4.green.full {
  display: block;
}
.main h1.green a,
.main h2.green a,
.main h3.green a,
.main h4.green a {
  color: #FFFFFF;
}
.main h1.green a i,
.main h2.green a i,
.main h3.green a i,
.main h4.green a i {
  margin-right: 9px;
}
.main h1.green {
  font-size: 1.6em;
}
.main h2.green {
  font-size: 1.4em;
}
.main h3.green {
  font-size: 1em;
}
.main h4.green {
  font-size: 0.8em;
}
.main h1.gray,
.main h2.gray,
.main h3.gray,
.main h4.gray {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-family: MontserratBold;
  padding: 9px;
  z-index: 1;
  margin-bottom: 18px;
  background-color: #9d9d9d;
  display: inline-block;
  padding-right: 100px;
}
.main h1.gray.green-mw,
.main h2.gray.green-mw,
.main h3.gray.green-mw,
.main h4.gray.green-mw {
  min-width: 400px;
}
@media only screen and (max-width: 991.98px) {
  .main h1.gray.green-mw,
  .main h2.gray.green-mw,
  .main h3.gray.green-mw,
  .main h4.gray.green-mw {
    min-width: 0;
  }
}
.main h1.gray:after,
.main h2.gray:after,
.main h3.gray:after,
.main h4.gray:after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  margin-right: -2px;
  height: 100%;
  background-image: url(images/head2_white.svg);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  clear: left;
}
.main h1.gray.short,
.main h2.gray.short,
.main h3.gray.short,
.main h4.gray.short {
  padding: 3px 50px 3px 3px;
  margin-bottom: 3px;
}
.main h1.gray.short:after,
.main h2.gray.short:after,
.main h3.gray.short:after,
.main h4.gray.short:after {
  background-image: url(images/head3_white.svg) !important;
}
.main h1.gray.full,
.main h2.gray.full,
.main h3.gray.full,
.main h4.gray.full {
  display: block;
}
.main h1.gray a,
.main h2.gray a,
.main h3.gray a,
.main h4.gray a {
  color: #FFFFFF;
}
.main h1.gray a i,
.main h2.gray a i,
.main h3.gray a i,
.main h4.gray a i {
  margin-right: 9px;
}
.main h1.gray {
  font-size: 1.6em;
}
.main h2.gray {
  font-size: 1.4em;
}
.main h3.gray {
  font-size: 1em;
}
.main h4.gray {
  font-size: 0.8em;
}
.main .main-map {
  height: 500px;
}
.main .main-map iframe {
  height: 500px;
  width: 100% !important;
}
.main.main-white {
  background-color: #ffffff;
  color: #777777;
}
.main.main-white.main-left {
  background: linear-gradient(90deg, #4ab752 50%, #ffffff 50%);
}
.main.main-white.main-right {
  background: linear-gradient(90deg, #ffffff 50%, #4ab752 50%);
}
@media only screen and (max-width: 991.98px) {
  .main.main-white.main-right {
    background: none;
    background-color: #ffffff;
  }
}
.main .shape-left {
  background: url(images/shapeleft2.svg);
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: left center;
  background-size: 100%;
}
.main .shape-right {
  background: url(images/shaperight2.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #ffffff;
  background-size: 100%;
}
@media only screen and (max-width: 991.98px) {
  .main .shape-right {
    background: none;
    background-color: #ffffff;
  }
}
.main.main-gray {
  background-color: #e8e8e8;
  color: #777777;
}
.main.main-gray h1:after,
.main.main-gray h2:after,
.main.main-gray h3:after,
.main.main-gray h4:after {
  background-image: url(images/head2_gray.svg) !important;
}
.main.main-gray h1.short:after,
.main.main-gray h2.short:after,
.main.main-gray h3.short:after,
.main.main-gray h4.short:after {
  background-image: url(images/head3_gray.svg) !important;
}
.main .main-content {
  position: relative;
  padding: 36px 0;
  z-index: 1;
}
.main .main-content.main-content-columns {
  padding: 72px 0;
}
.main .main-content.main-content-nopd {
  padding: 0 !important;
}
.main .main-content.main-content-nopd .main-content-col {
  padding: 36px 0;
}
.main .main-content.main-content-nopd .main-content-col.main-content-col-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .main-content .main-content-warning {
  background-color: #4aa6da;
  color: #ffffff;
  padding: 24px 24px;
  text-align: center;
  font-size: 1.4em;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.main .main-content .main-content-warning .pool-open {
  font-size: 1em;
}
.main .main-content .main-content-warning .pool-open b {
  font-size: 1em;
}
.main .main-content .reservations {
  background-color: #e3e3e3;
  position: relative;
  width: 100%;
  padding: 9px 9px 3px 9px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  .main .main-content .reservations {
    margin-top: 15px;
  }
  .main .main-content .reservations .item {
    width: 100%;
    text-align: center;
  }
}
.main .main-content .reservations .item {
  display: block;
  float: left;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  color: #000000;
  padding: 6px 9px;
  margin-right: 15px;
  margin-bottom: 9px;
  text-decoration: none;
  font-family: MontserratBold;
}
.main .main-content .reservations .item.active {
  background-color: #4ab752;
  color: #ffffff;
}
.main .main-content .pool-items {
  padding: 30px 0 15px 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
.main .main-content .pool-items .pool-item {
  display: inline-block;
  margin: 0 9px 15px 9px;
  text-align: left;
  color: #000000;
  width: auto;
}
.main .main-content .pool-items .pool-item .fa {
  font-size: 3.6em;
}
.main .main-content .pool-items .pool-item .fa.fa-users {
  margin-right: 20px;
}
.main .main-content .pool-items .pool-item .temp {
  color: #4aa6da;
  font-weight: bold;
  font-family: MontserratBold;
  font-size: 1.6em;
}
.main .main-content .main-content-text {
  z-index: 2;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 27px;
}
.main .main-content .main-content-column {
  height: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .main .main-content .main-content-column {
    padding-bottom: 30px;
  }
}
.main .main-content .main-content-column b {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.main .main-content .main-content-column .main-content-column-button {
  cursor: pointer;
  height: 200px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #ffffff;
  width: 100%;
  position: relative;
}
.main .main-content .main-content-column .main-content-column-button:hover .main-content-column-button-title {
  background-color: #63dc6c;
}
.main .main-content .main-content-column .main-content-column-button.stadion {
  background: url(../../Images/areals/z1.JPG);
}
.main .main-content .main-content-column .main-content-column-button.hriste {
  background: url(../../Images/areals/z3.JPG);
}
.main .main-content .main-content-column .main-content-column-button .main-content-column-button-title {
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  background-color: rgba(74, 183, 82, 0.9);
  width: 100%;
  bottom: 25px;
  color: #ffffff !important;
  font-size: 1.2em;
  padding: 6px 9px;
  transition: background-color 250ms linear;
}
.main .main-content .main-content-column .main-content-column-white {
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  height: 100%;
}
.main .main-content .main-content-column .main-content-column-white.main-content-column-white-with-bottom-button {
  padding-bottom: 100px;
}
.main .main-content .main-content-column .main-content-column-white .main-content-column-white-description {
  text-align: justify;
  font-size: 1em;
}
.main .main-content .main-content-column .main-content-column-white .main-content-column-white-description .content-column-white-description-pool-visitors {
  font-size: 1.6em;
}
.main .main-content .main-content-column .main-content-column-white .main-content-column-white-activities {
  text-align: center;
  padding: 9px 6px 9px 6px;
  margin-top: 20px;
  /*min-height: 150px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;*/
}
.main .main-content .main-content-column .main-content-column-white .main-content-column-white-activities span {
  white-space: nowrap;
  font-size: 1.1em;
  padding: 0 9px 0 6px;
  font-weight: bold;
}
.main .main-content .main-content-column .main-content-column-white .main-content-column-white-activities span .fa {
  color: #4ab752;
}
.main .main-content .main-content-column .main-content-column-white h1:after,
.main .main-content .main-content-column .main-content-column-white h2:after,
.main .main-content .main-content-column .main-content-column-white h3:after,
.main .main-content .main-content-column .main-content-column-white h4:after {
  background-image: url(images/head2_white.svg) !important;
}
.main .main-content .main-content-column .main-content-column-white .main-content-column-white-bottom-button {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 25px;
  left: 0;
}
.main .main-content .main-content-column .main-content-column-white a.main-content-column-picture {
  display: block;
  height: 250px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  margin-bottom: 15px;
  transition: all 0.5s;
}
@media only screen and (max-width: 991.98px) {
  .main .main-content .main-content-column .main-content-column-white a.main-content-column-picture {
    padding-left: 0 !important;
    height: 400px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main .main-content .main-content-column .main-content-column-white a.main-content-column-picture {
    padding-left: 0 !important;
    height: 400px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main .main-content .main-content-column .main-content-column-white a.main-content-column-picture {
    padding-left: 0 !important;
    height: 400px;
  }
}
.main .main-content .main-content-column .main-content-column-white a.main-content-column-picture:hover {
  opacity: 0.8;
}
.main .main-content .main-content-column .main-content-column-white a.main-content-column-picture .main-content-column-picture-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.main .main-content .main-content-column .main-content-column-white a.main-content-column-picture .main-content-column-picture-overlay img {
  max-height: 100%;
  opacity: 0.75;
}
.main .main-content .main-content-column .main-content-column-white a.main-content-column-picture .main-content-column-picture-title {
  text-align: center;
  position: absolute;
  text-transform: uppercase;
  background-color: rgba(74, 183, 82, 0.9);
  width: 100%;
  bottom: 25px;
  color: #ffffff !important;
  font-size: 1.2em;
  padding: 6px 9px;
}
.main .main-content .main-content-column .main-content-column-white table {
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}
.main .main-content .main-content-column .main-content-column-white table tr td {
  color: #FFFFFF;
  padding: 6px;
  border: 3px solid #ffffff;
  border-radius: 12px;
  background-color: #5cbe63;
  font-size: 0.8em;
}
.main .main-content .main-content-error .main-content-error-title {
  font-size: 3.6em;
  text-align: center;
  font-family: MontserratRegular;
}
.main .main-content .main-content-error .main-content-error-image {
  text-align: center;
}
.main .main-content .main-content-error .main-content-error-image img {
  height: 350px;
}
.main .contact {
  color: #777777;
  background-color: #e8e8e8;
  border: 1px solid #c3dcc5;
  padding: 12px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.main .contact i {
  font-size: 0.8em;
}
/*#endregion*/
/*#region*/
.full-galery .full-galery-item {
  display: block;
  height: 20vw;
  float: left;
  width: 25%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.3s ease-in-out;
}
.full-galery .full-galery-item:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  /* IE6 and 7 */
}
@media only screen and (max-width: 1199.98px) {
  .full-galery .full-galery-item {
    height: 30vw;
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .full-galery .full-galery-item {
    height: 70vw;
    width: 100%;
  }
}
/*#endregion*/
/*#region articleevents*/
.events-calendar {
  background-color: #e4e4e4;
  padding: 18px 18px 9px 18px;
  /*height: 350px;*/
}
.events-calendar .custom-header {
  background-color: #4ab752;
  color: #ffffff !important;
}
.events-calendar .custom-header .custom-nav-prev {
  text-align: center;
  color: #ffffff !important;
}
.events-calendar .custom-header .custom-nav-next {
  text-align: center;
  color: #ffffff !important;
}
.events-calendar .custom-header .custom-month {
  margin-top: 0 !important;
  color: #ffffff !important;
  font-size: 1.4em !important;
}
.events-calendar .custom-header .custom-year {
  color: #ffffff !important;
  font-size: 1em;
}
.events-calendar .fc-calendar-container {
  background-color: #eceff1;
  height: 310px !important;
}
.events-calendar .fc-calendar-container .fc-row {
  /*height: 40px !important;*/
}
.events-calendar .fc-calendar-container .fc-row div .fc-date {
  font-size: 0.8em;
}
.events-calendar .fc-calendar-container .fc-row div:hover {
  background-color: #bddac0;
}
.events-calendar .fc-calendar-container .fc-row div:hover span.fc-date {
  color: #ffffff;
}
.events-calendar .fc-calendar-container .fc-row div.fc-content:after {
  color: #63dc6c !important;
}
.events-calendar .article-events {
  background-color: #e4e4e4;
  padding: 30px 0 15px 0;
}
.events-calendar .article-events .article-event {
  margin-bottom: 3px;
}
.events-calendar .article-events .article-event a {
  color: #777;
  text-decoration: none;
}
.events-calendar .article-events .no-events {
  text-align: center;
}
/*#endregion*/
/*#region articles*/
.articles .articles-dontmiss {
  color: #797979;
  background-color: #f9f9f9;
  /*border: 1px solid #d0d0d0;*/
  margin-bottom: 36px;
  padding: 16px 16px;
  font-size: 0.8em;
}
.articles .articles-dontmiss .articles-dontmiss-title {
  border-bottom: 2px solid #797979;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
  width: 100%;
}
.articles .articles-dontmiss .articles-dontmiss-item {
  margin-bottom: 16px;
  border-bottom: 1px solid #c6c6c6;
  height: 100%;
}
.articles .articles-dontmiss .articles-dontmiss-item .articles-dontmiss-item-picture {
  margin-top: 9px;
  width: 100px;
  height: 75px;
  float: left;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.articles .articles-dontmiss .articles-dontmiss-item .articles-dontmiss-item-content {
  float: left;
  width: calc(100% - 100px);
  height: 100%;
  padding: 15px;
}
.articles .articles-dontmiss .articles-dontmiss-item .articles-dontmiss-item-content a {
  text-decoration: none;
  color: #797979;
}
.articles .articles-dontmiss .articles-dontmiss-item .articles-dontmiss-item-content b {
  font-size: 1.1em;
}
.articles .articles-dontmiss .articles-dontmiss-item .articles-dontmiss-item-content .articles-dontmiss-item-content-date {
  margin-top: 3px;
}
.articles .articles-item {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #bbbbbb;
}
.articles .articles-item:last-child {
  border-bottom: none;
}
.articles .articles-item .articles-item-picture {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /*border: 2px solid #FFFFFF;*/
  color: #777777;
  text-decoration: none;
}
.articles .articles-item .articles-item-picture .articles-item-picture-date {
  width: 200px;
  right: 0;
  height: 100%;
  position: absolute;
  background: url(images/article.svg);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.articles .articles-item .articles-item-picture .articles-item-picture-date .articles-item-picture-date-content {
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 0 15px 15px 0;
  font-size: 1.5em;
  width: 100px;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .articles .articles-item .articles-item-picture .articles-item-picture-date .articles-item-picture-date-content {
    width: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .articles .articles-item .articles-item-picture .articles-item-picture-date .articles-item-picture-date-content {
    width: 100px;
  }
}
@media only screen and (max-width: 575.98px) {
  .articles .articles-item .articles-item-picture .articles-item-picture-date .articles-item-picture-date-content {
    width: 100px;
  }
}
.articles .articles-item .articles-item-picture .articles-item-picture-date .articles-item-picture-date-content .articles-item-picture-date-content-relative {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.articles .articles-item .articles-item-picture .articles-item-picture-date .articles-item-picture-date-content .articles-item-picture-date-content-relative .date-day {
  color: #4ab752;
}
.articles .articles-item .articles-item-picture .articles-item-picture-date .articles-item-picture-date-content .articles-item-picture-date-content-relative .date-mnonth {
  font-size: 1em;
}
.articles .articles-item .articles-item-picture .articles-item-picture-date .articles-item-picture-date-content .articles-item-picture-date-content-relative .date-year {
  font-size: 0.9em;
}
.articles .articles-item .articles-item-picture .articles-item-picture-date .articles-item-picture-date-content .articles-item-picture-date-content-relative .articles-item-picture-date-text {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.articles .articles-item .articles-item-picture .articles-item-picture-date .articles-item-picture-date-content .articles-item-picture-date-content-relative .articles-item-picture-date-calendar {
  position: absolute;
  width: 80%;
  margin-left: 10%;
  top: 50px;
}
.articles .articles-item.articles-item-detail .articles-item-text {
  background-color: #ffffff;
  padding: 0;
}
.articles .articles-item .articles-item-text {
  /*background-color: #e8e8e8;
            padding: 15px;*/
  padding-top: 15px;
}
.articles .articles-item .articles-item-text .articles-item-label h3.short {
  margin-top: 3px;
  margin-bottom: 3px;
}
.articles .articles-item .articles-item-text .articles-item-label h3.short:after {
  background-image: url(images/head3_white.svg) !important;
}
.articles .articles-item .articles-item-text .articles-item-heading {
  font-size: 1.6em;
  font-weight: bold;
  margin: 9px 0 6px 0;
  color: #151515;
  text-transform: uppercase;
}
.articles .articles-item .articles-item-text .articles-item-strip {
  margin-bottom: 15px;
}
.articles .articles-item .articles-item-text .articles-item-content {
  color: #797979;
  text-align: justify;
  margin-bottom: 15px;
}
.articles .articles-item .articles-item-text .articles-item-content img {
  max-width: 100%;
  height: auto;
}
.articles .articles-item .articles-item-text .articles-item-buttons {
  text-transform: uppercase;
  font-size: 1.2em;
}
.articles .articles-item .articles-item-text .articles-item-buttons a {
  color: #FFFFFF !important;
  padding: 9px 15px;
  background-color: #4AB752;
  text-decoration: none;
  /*transition: background 300ms linear;*/
}
.articles .articles-item .articles-item-text .articles-item-buttons a:hover {
  background-color: #75c77b;
}
.articles .articles-item .articles-item-gallery .articles-item-gallery-item {
  display: block;
  height: 250px;
  float: left;
  width: 50%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all 0.3s ease-in-out;
}
.articles .articles-item .articles-item-gallery .articles-item-gallery-item:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand');
  /* IE6 and 7 */
}
@media only screen and (max-width: 1199.98px) {
  .articles .articles-item .articles-item-gallery .articles-item-gallery-item {
    height: 250px;
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .articles .articles-item .articles-item-gallery .articles-item-gallery-item {
    height: 300px;
    width: 100%;
  }
}
.articles .articles-sections .articles-sections-item {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #d3d3d3;
}
.articles .articles-sections .articles-sections-item .fa.fa-chevron-right {
  color: #4ab752;
}
.articles .articles-sections .articles-sections-item a {
  color: #151515;
}
.articles .articles-sections .articles-sections-item .articles-sections-item-name {
  float: left;
}
.articles .articles-sections .articles-sections-item .articles-sections-item-count {
  float: right;
  color: #d0d0d0;
  font-size: 0.9em;
}
.articles .articles-upcoming .articles-upcoming-item {
  padding-bottom: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #d3d3d3;
}
.articles .articles-upcoming .articles-upcoming-item .fa.fa-chevron-right {
  color: #4ab752;
}
.articles .articles-upcoming .articles-upcoming-item a {
  color: #151515;
}
.articles .articles-upcoming .articles-upcoming-item .articles-upcoming-item-name {
  color: #151515;
}
.articles .articles-upcoming .articles-upcoming-item .articles-upcoming-item-date {
  color: #5b5b5b;
  font-size: 0.8em;
}
/*#endregion*/
/*#region homearticles*/
.home-articles .home-articles-item {
  margin-bottom: 48px;
}
.home-articles .home-articles-item a.home-articles-item-picture {
  height: 300px;
  width: 100%;
  display: block;
  position: relative;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /*border: 1px solid #E8E8E8;*/
  color: #777777;
  text-decoration: none;
  /*@media only screen and (max-width: @max-md) {
            padding-left: 0 !important;
            height: 300px;
        }

        @media only screen and (max-width: @max-sm) {
            padding-left: 0 !important;
            height: 300px;
        }

        @media only screen and (max-width: @max-xs) {
            padding-left: 0 !important;
            height: 300px;
        }*/
}
.home-articles .home-articles-item a.home-articles-item-picture .home-articles-item-picture-date {
  width: 250px;
  right: 0;
  height: 100%;
  position: absolute;
  background: url(images/article.svg);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /*&.has-event {
                background: url(images/articel_hasevent.svg);
            }*/
}
.home-articles .home-articles-item a.home-articles-item-picture .home-articles-item-picture-date .home-articles-item-picture-date-content {
  right: 0;
  bottom: 0;
  position: absolute;
  margin: 0 15px 15px 0;
  font-size: 1.5em;
  width: 100px;
  height: 100%;
  /*@media only screen and (max-width: @max-md) {
                    width: 150px;
                }

                @media only screen and (max-width: @max-sm) {
                    width: 150px;
                }

                @media only screen and (max-width: @max-xs) {
                    width: 150px;
                }*/
}
.home-articles .home-articles-item a.home-articles-item-picture .home-articles-item-picture-date .home-articles-item-picture-date-content .home-articles-item-picture-date-content-relative {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.home-articles .home-articles-item a.home-articles-item-picture .home-articles-item-picture-date .home-articles-item-picture-date-content .home-articles-item-picture-date-content-relative .date-day {
  color: #4ab752;
}
.home-articles .home-articles-item a.home-articles-item-picture .home-articles-item-picture-date .home-articles-item-picture-date-content .home-articles-item-picture-date-content-relative .date-mnonth {
  font-size: 1em;
}
.home-articles .home-articles-item a.home-articles-item-picture .home-articles-item-picture-date .home-articles-item-picture-date-content .home-articles-item-picture-date-content-relative .date-year {
  font-size: 0.9em;
}
.home-articles .home-articles-item a.home-articles-item-picture .home-articles-item-picture-date .home-articles-item-picture-date-content .home-articles-item-picture-date-content-relative .home-articles-item-picture-date-text {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.home-articles .home-articles-item a.home-articles-item-picture .home-articles-item-picture-date .home-articles-item-picture-date-content .home-articles-item-picture-date-content-relative .home-articles-item-picture-date-calendar {
  position: absolute;
  width: 80%;
  margin-left: 10%;
  top: 70px;
}
.home-articles .home-articles-item .home-articles-item-text {
  margin: 9px 0;
  text-transform: uppercase;
  font-size: 1.2em;
}
.home-articles .home-articles-item .home-articles-item-text a {
  color: #000000;
}
/*#endregion*/
/*#region footer*/
.footer {
  /*#region headings*/
  /*#endregion*/
  background-color: #282828;
  color: #FFFFFF;
  padding: 36px 36px 9px 36px;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4 {
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-family: MontserratBold;
  padding: 9px;
  margin-bottom: 18px;
  z-index: 0;
  background-color: #4ab752;
}
.footer h1:after,
.footer h2:after,
.footer h3:after,
.footer h4:after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 100%;
  margin-right: -2px;
  background: url(images/head2_footer.svg);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.footer h1 {
  font-size: 1.6em;
}
.footer h2 {
  font-size: 1.4em;
}
.footer h3 {
  font-size: 1.2em;
}
.footer h4 {
  font-size: 1em;
}
.footer .container {
  background-color: #282828 !important;
}
.footer .footer-info {
  color: #adadad;
  padding: 0 9px;
  font-size: 0.8em;
}
.footer .footer-info .footer-info-logo {
  text-align: left;
  margin-bottom: 27px;
}
.footer .footer-info .footer-info-logo img {
  height: 128px;
  width: 128px;
}
.footer .footer-info .footer-info-social {
  text-align: left;
  margin: 18px 9px;
}
.footer .footer-info .footer-info-social img {
  width: 48px;
  height: 48px;
}
.footer .footer-news .footer-news-item {
  margin: 9px 0 9px 0;
  transition: background 300ms linear;
  font-size: 0.8em;
}
.footer .footer-news .footer-news-item a {
  text-decoration: none;
  color: #ffffff;
}
.footer .footer-news .footer-news-item .footer-news-item-picture {
  height: 100px;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.footer .footer-news .footer-news-item .footer-news-item-date {
  margin-top: 9px;
  color: #adadad;
}
.footer .footer-news .footer-news-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .footer-news hr {
  background-color: #333333;
}
.footer .footer-menu .footer-menu-item {
  padding: 9px 0;
  border-bottom: 1px solid #333333;
  transition: background 300ms linear;
  display: grid;
  grid-template-columns: 36px auto;
}
.footer .footer-menu .footer-menu-item .fa {
  color: #3f8a45;
}
.footer .footer-menu .footer-menu-item i {
  grid-row: 1;
  grid-column: 1;
  margin-top: 3px;
}
.footer .footer-menu .footer-menu-item a {
  grid-row: 1;
  grid-column: 2;
  font-family: MontserratBold;
  color: #FFFFFF;
}
.footer .footer-menu .footer-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .footer-authors {
  text-align: center;
  font-size: 0.7em;
}
/*#endregion*/
/*#region override*/
.btn.btn-success {
  color: #ffffff !important;
}
.modal {
  padding-top: 100px;
}
.w-40 {
  width: 40%;
}
.w-60 {
  width: 60%;
}
.table.table-overview tr td {
  white-space: nowrap;
}
.form-control {
  border-radius: 0 !important;
  border: 2px solid #4ab752;
}
.form-control:focus {
  border-color: #4ab752;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #3f8a45;
  outline: 0 none;
}
.form-control.input-validation-error {
  border: 2px solid #dc3545 !important;
  margin-bottom: 9px !important;
}
span.text-danger {
  color: #dc3545 !important;
  font-size: 1em;
}
.opening {
  background-color: #4ab752;
  text-align: center;
  font-size: 1.6em;
  color: #ffffff;
  margin: 24px 0;
  padding: 0 12px;
}
.nav.nav-pills .nav-item {
  position: relative;
}
.nav.nav-pills .nav-item a {
  text-transform: uppercase;
  font-family: MontserratBold;
  background-color: #ffffff !important;
  border-radius: 0;
  color: #777777;
  position: relative;
  z-index: 1;
  transition: ease-in-out 0.3s;
}
.nav.nav-pills .nav-item a.active {
  background-color: #4ab752 !important;
  color: #ffffff !important;
}
.nav.nav-pills .nav-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom center;
  background-color: #3f8a45;
  z-index: -1;
  transition: transform 0.3s;
}
.nav.nav-pills .nav-item a:hover {
  color: #ffffff !important;
}
.nav.nav-pills .nav-item a:hover:after {
  transform: scaleY(1);
}
.nav-item {
  cursor: pointer;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #4ab752 !important;
  color: #ffffff;
}
.dropdown-menu {
  border-radius: 0 !important;
}
.dropdown-menu:hover ~ a.nav-link {
  background-color: #4ab752;
  color: #ffffff !important;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #4ab752;
  color: #ffffff !important;
}
.modal-backdrop {
  z-index: -1 !important;
}
.modal {
  border-radius: 0 !important;
  z-index: 10000 !important;
}
.modal .modal-header {
  background-color: #4ab752;
  color: #ffffff;
  border-radius: 0 !important;
  text-align: left;
}
.modal .modal-header .modal-title {
  float: left;
}
.modal .modal-body {
  border-radius: 0 !important;
}
.modal .modal-footer {
  border-radius: 0 !important;
}
.mce {
  /*margin-right: 3px;*/
  border: 2px solid #4ab752;
}
.mce .mce-container.mce-panel {
  border-radius: 0 !important;
  border: none;
}
.btn {
  border-radius: 0;
}
.select2 {
  width: 100% !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.select2.select2-container {
  border: 2px solid #4ab752;
}
.select2.select2-container--open {
  border: 2px solid #4ab752;
}
.select2.select2-container--focus {
  border: 2px solid #4ab752;
}
.select2 .select2-selection {
  border: none !important;
}
.select2 .select2-selection .select2-selection__choice {
  border: none;
  background-color: #4ab752 !important;
  padding: 3px 6px;
  color: #ffffff;
  border: none !important;
  border-radius: 0 !important;
}
.select2 .select2-selection .select2-selection__choice .select2-selection__choice__remove {
  color: #ffffff;
  margin-right: 6px;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
}
select2-results .select2-results__options {
  font-family: Arial, Helvetica, sans-serif !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4ab752 !important;
  color: #ffffff;
}
.alert {
  border: none !important;
  border-radius: 0 !important;
}
.alert.alert-success {
  color: #ffffff;
  background-color: #4ab752;
}
.alert.alert-warning {
  color: #151515;
  background-color: #FFC107;
}
.alert.alert-danger {
  color: #ffffff;
  background-color: #dc3545;
}
.alert.alert-info {
  color: #ffffff;
  background-color: #4aa6da;
}
.colorpicker {
  z-index: 10001 !important;
}
.colorpick .input-group-addon {
  border-top: 2px solid #4ab752;
  border-bottom: 2px solid #4ab752;
}
.colorpick .input-group-addon i {
  margin-top: -2px !important;
  padding: 20px;
}
.colorpick.colorpick-no-refresh .input-group-addon {
  border-right: 2px solid #4ab752;
}
.btn.btn-primary {
  background-color: #4ab752;
  border-color: #3f8a45;
}
.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.fancybox-overlay .fancybox-skin {
  border-radius: 0 !important;
  background-color: #000000 !important;
}
/*#endregion*/
/*#region notifications*/
.notification {
  position: fixed;
  right: 0;
  bottom: 25px;
  font-size: 1em;
  font-weight: bold;
  width: 400px;
  right: 25px;
  z-index: 10000;
}
.notification .notification-success {
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin-bottom: 5px;
  background-color: #4ab752;
  color: #FFFFFF;
}
.notification .notification-error {
  width: 100%;
  padding: 20px 20px 20px 20px;
  background-color: #dc3545;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.notification .notification-info {
  width: 100%;
  padding: 20px 20px 20px 20px;
  background-color: #1F3068;
  border: 1px solid #5B5B5B;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.notification .notification-info a {
  color: #e7ecff !important;
}
.notification .notification-info .fa-times {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .notification {
    width: 100%;
  }
  .notification .notification-success {
    margin-left: 25px;
  }
  .notification .notification-error {
    margin-left: 25px;
  }
  .notification .notification-info {
    margin-left: 25px;
  }
}
/*#endregion*/
/*#region selectedPictures*/
.selectedPictures b {
  font-size: 1.8em;
}
.selectedPictures .panel {
  border-radius: 0;
}
.selectedPictures .panel.panel-default {
  margin-top: 40px;
}
.selectedPictures .panel .panel-heading {
  border-radius: 0;
  background-color: #3ec623 !important;
  color: #FFFFFF !important;
}
.selectedPictures .panel .panel-body {
  padding-top: 25px;
  background-color: #F0F0F0;
}
.selectedPictures .picture-thumbnail {
  border: 5px solid #ffffff;
  border-radius: 5px;
  margin: auto;
  height: 200px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 !important;
  margin-bottom: 25px;
  position: relative;
}
.selectedPictures .picture-thumbnail img {
  padding: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.selectedPictures .picture-thumbnail.active {
  border: 5px solid #3ec623 !important;
}
.selectedPictures .picture-thumbnail .btn {
  border: 2px solid rgba(255, 255, 255, 0.3);
  top: 12px;
  right: 12px;
  position: absolute;
}
.selectedPictures .picture-thumbnail .img-footer {
  background-color: #ffffff;
  width: 100%;
  font-size: 0.6em;
  padding: 5px 1px 4px 1px;
  position: absolute;
  bottom: 0;
}
.selectedPictures .picture-thumbnail.active > .img-footer {
  background-color: #3ec623;
  color: #FFFFFF;
}
.modal-pictures .modal-header {
  background-color: #3db525 !important;
  color: #FFFFFF !important;
}
/*#endregion*/
/*#region cookies*/
.cookies-content {
  padding: 5px 5px 5px 5px;
  text-align: center;
  position: fixed;
  background-color: #4ab752;
  color: #FFFFFF;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  font-size: 0.8em;
  z-index: 100;
}
.cookies-content i {
  padding-right: 10px;
}
/*#endregion*/
/*#endregion*/
/*#region olddesign*/
.btn.btn-facebook {
  background-color: #3B5998 !important;
  border-color: #2e4983 !important;
  color: #ffffff;
  -moz-transition: background 0.75s ease, color 0.75s ease;
  -o-transition: background 0.75s ease, color 0.75s ease;
  -webkit-transition: background 0.75s ease, color 0.75s ease;
  transition: background 0.75s ease, color 0.75s ease;
}
.btn.btn-facebook:hover {
  background-color: #2e4983 !important;
}
.btn.btn-google {
  background-color: #DC4E41 !important;
  border-color: #bd3b2f !important;
  color: #ffffff;
  -moz-transition: background 0.75s ease, color 0.75s ease;
  -o-transition: background 0.75s ease, color 0.75s ease;
  -webkit-transition: background 0.75s ease, color 0.75s ease;
  transition: background 0.75s ease, color 0.75s ease;
}
.btn.btn-google:hover {
  background-color: #bd3b2f !important;
}
.btn-facebook,
.btn-google {
  transition: background 0.75s ease, color 0.75s ease;
}
.alternative-login {
  border: 1px solid #CCCCCC;
  background-color: #f8f8f8;
  padding: 6px 2px 18px 2px !important;
}
.terms {
  font-size: 0.8em;
}
.btn .btn-success {
  color: #FFFFFF !important;
}
/*#endregion*/
/*#region warning*/
.warning-overlay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.warning-overlay .warning-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  padding: 0 196px;
}
@media only screen and (max-width: 991.98px) {
  .warning-overlay .warning-container {
    padding: 0 36px !important;
  }
}
.warning-overlay .warning-container .warning-content {
  background-color: #4aa6da;
  color: #ffffff;
  padding: 24px 0;
  text-align: center;
  font-size: 1.4em;
  border-radius: 30px;
  display: none;
}
.warning-overlay .warning-container .warning-content:after {
  content: '';
  display: block;
  clear: both;
}
.warning-overlay .warning-container .warning-content .warning-content-text {
  width: calc(100% - 50px);
  float: left;
  padding-left: 24px;
}
.warning-overlay .warning-container .warning-content .warning-content-close {
  width: 50px;
  height: 100%;
  float: left;
}
.warning-overlay .warning-container .warning-content .warning-content-close i {
  cursor: pointer;
}
/*#endregion*/
/*#region bubbles*/
.bubbles {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 250px;
  height: 300px;
  margin: 0 auto;
  background: #4AA5DC;
}
.bubble-container {
  position: absolute;
  bottom: 0;
  will-change: transform;
  -webkit-animation: bubblerise 4s infinite ease-in;
  -moz-animation: bubblerise 4s infinite ease-in;
  -ms-animation: bubblerise 4s infinite ease-in;
  animation: bubblerise 4s infinite ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.bubble {
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.25);
  will-change: transform;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: bubblewobble 0.4s infinite linear;
  -moz-animation: bubblewobble 0.4s infinite linear;
  -ms-animation: bubblewobble 0.4s infinite linear;
  animation: bubblewobble 0.4s infinite linear;
}
@-webkit-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@-moz-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@-ms-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
/*#endregion*/
/*#region reservation form*/
.reservation-form {
  position: relative;
  min-height: 150px;
}
.reservation-form .reservation-form-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  z-index: 3;
  padding-top: 30px;
}
.reservation-form .reservation-form-loading .fa {
  font-size: 2.4em;
  color: #4ab752;
}
.reservation-form .reservation-form-loading.reservation-form-loading-show {
  display: block;
}
/*#endregion*/
/*#region calendar*/
.fc-unthemed .fc-toolbar .fc-button {
  color: #ffffff;
  background-color: #4ab752;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
}
.fc-unthemed .fc-toolbar .fc-button:disabled {
  color: #000000;
  background-color: #e6e6e6;
}
.fc-unthemed .fc-toolbar .fc-button.fc-state-active {
  color: #000000;
  background-color: #e6e6e6;
}
.fc-unthemed .fc-today {
  background: #fff0a2 !important;
}
.fc-unthemed .fc-event {
  border-radius: 3px !important;
  color: #ffffff !important;
}
.fc-unthemed .fc-event.clickable {
  cursor: pointer;
}
.fc-unthemed .fc-event .fc-title {
  font-size: 0.9em !important;
}
.fc-unthemed .fc-event .fc-title .badge {
  background-color: #3db525;
  color: #ffffff;
  font-size: 0.9em;
  border: 1px solid #1e5c11;
  margin: 2px !important;
  text-shadow: none;
}
.fc-unthemed .fc-event .fc-title .fc-occupation {
  font-size: 0.8em;
}
.fc-unthemed .fc-event .fc-title .fc-activity .fc-activity-name {
  font-size: 0.8em;
}
.fc-unthemed .fc-event .fc-title .fc-activity .fc-activity-occupancy {
  line-height: 0.7em;
}
.fc-unthemed .fc-event .fc-title .fc-activity .fc-activity-occupancy .fa,
.fc-unthemed .fc-event .fc-title .fc-activity .fc-activity-occupancy .far {
  font-size: 0.7em;
  margin-right: 2px;
}
.fc-unthemed .fc-event .fc-date {
  font-size: 0.8em !important;
}
.fc-unthemed .fc-event .fc-time {
  font-size: 0.8em !important;
  padding: 0 1px !important;
  text-shadow: 0.5px 0.5px 1px gray !important;
  white-space: pre-wrap !important;
}
.fc-unthemed .fc-time-grid .fc-content-skeleton .timeline {
  position: relative;
  border-top: 2px solid rgba(255, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  z-index: 9999;
}
.fc-unthemed .fc-day-grid .fc-content-skeleton .timeline {
  display: none;
}
/*#endregion */