@import "../fonts/stylesheet.css";
body, html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  font-family: "Code Pro";
  font-weight: normal;
  font-style: normal;
  background: url("../images/big-bg.svg?v=2");
  background-size: 1920px 1080px;
  background-repeat: repeat;
  background-position: center center;
}

.bg-light {
  background-color: white !important;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding: 0px 15px 0px 15px;
  margin-top: 2px;
}

.nav-item {
  border-right: 2px solid #595a5c;
}
@media (max-width: 992px) {
  .nav-item {
    border-right: 2px solid transparent !important;
  }
}
.nav-item:last-child {
  border-right: 2px solid transparent;
}
.nav-item .nav-link {
  color: #595a5c !important;
  font-size: 14px !important;
  text-align: center !important;
}
@media (max-width: 992px) {
  .nav-item .nav-link {
    font-size: 18px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.nav-item .nav-link:hover, .nav-item .nav-link:focus, .nav-item .nav-link.active {
  color: #ea008a !important;
}
.nav-item .nav-link.pink-button {
  background: #ea008a;
  color: white !important;
  margin-top: 0px;
  padding-top: 2px;
  margin-left: 15px;
}
@media (max-width: 992px) {
  .nav-item .nav-link.pink-button {
    margin-left: 0px !important;
    padding-top: 13px !important;
  }
}
.nav-item .nav-link.pink-button:hover {
  background: #595a5c;
}

.navbar-brand img {
  width: 200px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    width: 312px;
  }
}

main {
  min-height: calc(100vh - 250px);
  background: white;
  padding-top: 58px;
}
@media (min-width: 768px) {
  main {
    padding-top: 73px;
  }
}
main.container {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1px;
}

.carousel-item {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel-item.introcarouselmy {
  height: 500px;
}
.carousel-item .carousel-caption {
  left: 3%;
  right: 3%;
}
.carousel-item .carousel-caption h2 {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 150px;
  background: #ea008a;
  font-size: 18px;
  border-radius: 250px;
  padding: 45px 20px;
  font-weight: bold;
  background-image: url("../images/srdce.svg");
  background-repeat: no-repeat;
  background-position: 105px 190px;
  background-size: 35px;
}
.carousel-item .carousel-caption .playthevideo {
  width: 90px;
  height: 90px;
  background-image: url("../images/play-xs.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: auto;
}
@media (min-width: 768px) {
  .carousel-item .carousel-caption .playthevideo {
    width: 145px;
    height: 145px;
    background-image: url("../images/play-lg.svg");
  }
}

.carousel-dopis {
  background-color: rgba(0, 0, 0, 0.03);
  margin-top: 60px;
}
.carousel-dopis .carousel-item .carousel-caption {
  position: relative;
}

.carousel-indicators .active {
  background-color: #ea008a !important;
}

.basicarticle {
  padding-bottom: 40px;
}
.basicarticle h1, .basicarticle h2, .basicarticle h3, .basicarticle h4, .basicarticle h5, .basicarticle h6 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  text-align: center;
  font-size: 28px;
}
.basicarticle p {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
  max-width: 760px;
  margin: 0 auto;
  color: #595a5c;
}
.basicarticle .bubble-with-value {
  width: 180px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}
.basicarticle .bubble-with-value span {
  font-family: "Code Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #595a5c;
}
.basicarticle .bubble-with-value .bubble-value {
  color: white;
  position: relative;
  background: #ea008a;
  border-radius: 0.4em;
  text-align: center;
  padding: 7px 5px 5px 5px;
}
.basicarticle .bubble-with-value .bubble-value:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #ea008a;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}
.basicarticle.contacts {
  padding-top: 40px;
  padding-bottom: 40px;
}
.basicarticle.contacts h1, .basicarticle.contacts h2 {
  text-align: left;
}
.basicarticle.contacts #map {
  height: 420px;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .basicarticle.contacts #map {
    margin-bottom: 30px;
  }
}
.basicarticle.contacts p:last-child {
  font-size: 14px;
}
.basicarticle ul.filestodownload {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.basicarticle ul.filestodownload li.pinkbox {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin: 15px;
  width: 165px;
  height: 165px;
  padding: 7px;
  background-color: #ea008a;
  color: white;
  font-family: "Code Pro";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .basicarticle ul.filestodownload li.pinkbox {
    margin: 5px;
    width: 150px;
    height: 150px;
  }
}
.basicarticle ul.filestodownload li.pinkbox span {
  display: block;
  width: 100%;
}
.basicarticle ul.filestodownload li.pinkbox a {
  color: #595a5c;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 50px;
  background-color: white;
  font-weight: 900;
  font-size: 14px;
  padding-top: 15px;
}
.basicarticle ul.filestodownload li.pinkbox a:hover, .basicarticle ul.filestodownload li.pinkbox a:focus {
  text-decoration: none;
  background-color: #595a5c;
  color: white;
}
.basicarticle ul.filestodownload li.graytbox {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin: 15px;
  width: 165px;
  height: 165px;
  padding: 7px;
  background-color: #595a5c;
  color: white;
  font-family: "Code Pro";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .basicarticle ul.filestodownload li.graytbox {
    margin: 5px;
    width: 150px;
    height: 150px;
  }
}
.basicarticle ul.filestodownload li.graytbox span {
  display: block;
  width: 100%;
}
.basicarticle ul.filestodownload li.graytbox a {
  color: white;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  text-decoration: none;
  border-radius: 50px;
  background-color: #ea008a;
  font-weight: 900;
  font-size: 14px;
  padding-top: 15px;
}
.basicarticle ul.filestodownload li.graytbox a:hover, .basicarticle ul.filestodownload li.graytbox a:focus {
  text-decoration: none;
  background-color: white;
  color: #ea008a;
}

.morebutton {
  background-color: #ea008a;
  width: 60px;
  height: 60px;
  border-radius: 70px;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  position: relative;
  display: inline-block;
  border: 6px solid white;
  margin-top: 20px;
  font-size: 14px;
}
.morebutton:hover, .morebutton:focus {
  text-decoration: none;
  border: 6px solid #ea008a;
  background-color: white;
  color: #ea008a;
}

#pomahame h2, #galerieakce h2 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
#pomahame #carouSellsluzby .lSPager, #pomahame #carouSellgalerie .lSPager, #galerieakce #carouSellsluzby .lSPager, #galerieakce #carouSellgalerie .lSPager {
  display: none !important;
}
#pomahame #carouSellsluzby .lSAction a, #pomahame #carouSellgalerie .lSAction a, #galerieakce #carouSellsluzby .lSAction a, #galerieakce #carouSellgalerie .lSAction a {
  top: 300px;
}
#pomahame #carouSellsluzby #lightSliderSluzby li, #pomahame #carouSellsluzby #lightSliderGalerie li, #pomahame #carouSellgalerie #lightSliderSluzby li, #pomahame #carouSellgalerie #lightSliderGalerie li, #galerieakce #carouSellsluzby #lightSliderSluzby li, #galerieakce #carouSellsluzby #lightSliderGalerie li, #galerieakce #carouSellgalerie #lightSliderSluzby li, #galerieakce #carouSellgalerie #lightSliderGalerie li {
  padding: 0px 5px 0px 15px;
}
#pomahame #carouSellsluzby #lightSliderSluzby li .cardimaged .imgwrapper, #pomahame #carouSellsluzby #lightSliderGalerie li .cardimaged .imgwrapper, #pomahame #carouSellgalerie #lightSliderSluzby li .cardimaged .imgwrapper, #pomahame #carouSellgalerie #lightSliderGalerie li .cardimaged .imgwrapper, #galerieakce #carouSellsluzby #lightSliderSluzby li .cardimaged .imgwrapper, #galerieakce #carouSellsluzby #lightSliderGalerie li .cardimaged .imgwrapper, #galerieakce #carouSellgalerie #lightSliderSluzby li .cardimaged .imgwrapper, #galerieakce #carouSellgalerie #lightSliderGalerie li .cardimaged .imgwrapper {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 1000px;
}
#pomahame #carouSellsluzby #lightSliderSluzby li .cardimaged .imgwrapper img, #pomahame #carouSellsluzby #lightSliderGalerie li .cardimaged .imgwrapper img, #pomahame #carouSellgalerie #lightSliderSluzby li .cardimaged .imgwrapper img, #pomahame #carouSellgalerie #lightSliderGalerie li .cardimaged .imgwrapper img, #galerieakce #carouSellsluzby #lightSliderSluzby li .cardimaged .imgwrapper img, #galerieakce #carouSellsluzby #lightSliderGalerie li .cardimaged .imgwrapper img, #galerieakce #carouSellgalerie #lightSliderSluzby li .cardimaged .imgwrapper img, #galerieakce #carouSellgalerie #lightSliderGalerie li .cardimaged .imgwrapper img {
  width: 100%;
}
#pomahame #carouSellsluzby #lightSliderSluzby li .cardimaged .imgwrapper .item, #pomahame #carouSellsluzby #lightSliderGalerie li .cardimaged .imgwrapper .item, #pomahame #carouSellgalerie #lightSliderSluzby li .cardimaged .imgwrapper .item, #pomahame #carouSellgalerie #lightSliderGalerie li .cardimaged .imgwrapper .item, #galerieakce #carouSellsluzby #lightSliderSluzby li .cardimaged .imgwrapper .item, #galerieakce #carouSellsluzby #lightSliderGalerie li .cardimaged .imgwrapper .item, #galerieakce #carouSellgalerie #lightSliderSluzby li .cardimaged .imgwrapper .item, #galerieakce #carouSellgalerie #lightSliderGalerie li .cardimaged .imgwrapper .item {
  display: none;
}
#pomahame #carouSellsluzby #lightSliderSluzby li .cardimaged .imgwrapper .item:first-child, #pomahame #carouSellsluzby #lightSliderGalerie li .cardimaged .imgwrapper .item:first-child, #pomahame #carouSellgalerie #lightSliderSluzby li .cardimaged .imgwrapper .item:first-child, #pomahame #carouSellgalerie #lightSliderGalerie li .cardimaged .imgwrapper .item:first-child, #galerieakce #carouSellsluzby #lightSliderSluzby li .cardimaged .imgwrapper .item:first-child, #galerieakce #carouSellsluzby #lightSliderGalerie li .cardimaged .imgwrapper .item:first-child, #galerieakce #carouSellgalerie #lightSliderSluzby li .cardimaged .imgwrapper .item:first-child, #galerieakce #carouSellgalerie #lightSliderGalerie li .cardimaged .imgwrapper .item:first-child {
  display: block;
}
#pomahame #carouSellsluzby #lightSliderSluzby li .cardimaged .imgwrapper .item:first-child a img, #pomahame #carouSellsluzby #lightSliderGalerie li .cardimaged .imgwrapper .item:first-child a img, #pomahame #carouSellgalerie #lightSliderSluzby li .cardimaged .imgwrapper .item:first-child a img, #pomahame #carouSellgalerie #lightSliderGalerie li .cardimaged .imgwrapper .item:first-child a img, #galerieakce #carouSellsluzby #lightSliderSluzby li .cardimaged .imgwrapper .item:first-child a img, #galerieakce #carouSellsluzby #lightSliderGalerie li .cardimaged .imgwrapper .item:first-child a img, #galerieakce #carouSellgalerie #lightSliderSluzby li .cardimaged .imgwrapper .item:first-child a img, #galerieakce #carouSellgalerie #lightSliderGalerie li .cardimaged .imgwrapper .item:first-child a img {
  width: 100%;
}
#pomahame #carouSellsluzby #lightSliderSluzby li .cardimaged h3, #pomahame #carouSellsluzby #lightSliderGalerie li .cardimaged h3, #pomahame #carouSellgalerie #lightSliderSluzby li .cardimaged h3, #pomahame #carouSellgalerie #lightSliderGalerie li .cardimaged h3, #galerieakce #carouSellsluzby #lightSliderSluzby li .cardimaged h3, #galerieakce #carouSellsluzby #lightSliderGalerie li .cardimaged h3, #galerieakce #carouSellgalerie #lightSliderSluzby li .cardimaged h3, #galerieakce #carouSellgalerie #lightSliderGalerie li .cardimaged h3 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  text-align: center;
  font-size: 28px;
}
#pomahame #carouSellsluzby #lightSliderSluzby li .cardimaged h3.gallerienadpis, #pomahame #carouSellsluzby #lightSliderGalerie li .cardimaged h3.gallerienadpis, #pomahame #carouSellgalerie #lightSliderSluzby li .cardimaged h3.gallerienadpis, #pomahame #carouSellgalerie #lightSliderGalerie li .cardimaged h3.gallerienadpis, #galerieakce #carouSellsluzby #lightSliderSluzby li .cardimaged h3.gallerienadpis, #galerieakce #carouSellsluzby #lightSliderGalerie li .cardimaged h3.gallerienadpis, #galerieakce #carouSellgalerie #lightSliderSluzby li .cardimaged h3.gallerienadpis, #galerieakce #carouSellgalerie #lightSliderGalerie li .cardimaged h3.gallerienadpis {
  font-family: "Code Pro LC";
  font-weight: normal;
  color: #ea008a;
  font-size: 16px;
}
#pomahame #carouSellsluzby #lightSliderSluzby li .cardimaged p, #pomahame #carouSellsluzby #lightSliderGalerie li .cardimaged p, #pomahame #carouSellgalerie #lightSliderSluzby li .cardimaged p, #pomahame #carouSellgalerie #lightSliderGalerie li .cardimaged p, #galerieakce #carouSellsluzby #lightSliderSluzby li .cardimaged p, #galerieakce #carouSellsluzby #lightSliderGalerie li .cardimaged p, #galerieakce #carouSellgalerie #lightSliderSluzby li .cardimaged p, #galerieakce #carouSellgalerie #lightSliderGalerie li .cardimaged p {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
  color: #595a5c;
  font-size: 12px;
}

#lightSliderSluzby {
  height: auto !important;
}

#galerieakceAll h2, #kontakpredstavenstvo h2, #kontakteam h2, #seznamtese h2 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
#galerieakceAll ul, #kontakpredstavenstvo ul, #kontakteam ul, #seznamtese ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0px;
}
#galerieakceAll ul li, #kontakpredstavenstvo ul li, #kontakteam ul li, #seznamtese ul li {
  padding: 0px 0px 30px 0px;
}
#galerieakceAll ul li .cardimaged .imgwrapper, #kontakpredstavenstvo ul li .cardimaged .imgwrapper, #kontakteam ul li .cardimaged .imgwrapper, #seznamtese ul li .cardimaged .imgwrapper {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 1000px;
}
#galerieakceAll ul li .cardimaged .imgwrapper img, #kontakpredstavenstvo ul li .cardimaged .imgwrapper img, #kontakteam ul li .cardimaged .imgwrapper img, #seznamtese ul li .cardimaged .imgwrapper img {
  width: 100%;
}
#galerieakceAll ul li .cardimaged .imgwrapper .item, #kontakpredstavenstvo ul li .cardimaged .imgwrapper .item, #kontakteam ul li .cardimaged .imgwrapper .item, #seznamtese ul li .cardimaged .imgwrapper .item {
  display: none;
}
#galerieakceAll ul li .cardimaged .imgwrapper .item:first-child, #kontakpredstavenstvo ul li .cardimaged .imgwrapper .item:first-child, #kontakteam ul li .cardimaged .imgwrapper .item:first-child, #seznamtese ul li .cardimaged .imgwrapper .item:first-child {
  display: block;
}
#galerieakceAll ul li .cardimaged .imgwrapper .item:first-child a img, #kontakpredstavenstvo ul li .cardimaged .imgwrapper .item:first-child a img, #kontakteam ul li .cardimaged .imgwrapper .item:first-child a img, #seznamtese ul li .cardimaged .imgwrapper .item:first-child a img {
  width: 100%;
}
#galerieakceAll ul li .cardimaged h3, #kontakpredstavenstvo ul li .cardimaged h3, #kontakteam ul li .cardimaged h3, #seznamtese ul li .cardimaged h3 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  text-align: center;
  font-size: 28px;
}
#galerieakceAll ul li .cardimaged h3.gallerienadpis, #kontakpredstavenstvo ul li .cardimaged h3.gallerienadpis, #kontakteam ul li .cardimaged h3.gallerienadpis, #seznamtese ul li .cardimaged h3.gallerienadpis {
  font-family: "Code Pro LC";
  font-weight: normal;
  color: #ea008a;
  font-size: 16px;
}
#galerieakceAll ul li .cardimaged p, #kontakpredstavenstvo ul li .cardimaged p, #kontakteam ul li .cardimaged p, #seznamtese ul li .cardimaged p {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
  color: #595a5c;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

#kontakpredstavenstvo p, #kontakteam p, #seznamtese p {
  font-family: "Code Pro LC" !important;
  font-weight: normal;
  font-style: normal;
  color: #595a5c;
  font-size: 12px;
  text-align: center;
}
#kontakpredstavenstvo p.pink, #kontakteam p.pink, #seznamtese p.pink {
  color: #ea008a !important;
  margin-bottom: 0px;
}
#kontakpredstavenstvo p.telefon, #kontakteam p.telefon, #seznamtese p.telefon {
  margin-bottom: 0px;
}

#kalendarakce {
  padding-top: 60px;
}
#kalendarakce h2 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
#kalendarakce #carouSellAkce {
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 60px;
}
#kalendarakce #carouSellAkce #left-button {
  position: absolute;
  left: 0px;
  top: calc(50% - 50px);
  z-index: 20;
}
#kalendarakce #carouSellAkce #right-button {
  position: absolute;
  right: 0px;
  top: calc(50% - 50px);
  z-index: 20;
}
#kalendarakce #carouSellAkce #lightSliderAkce {
  width: 100%;
  overflow: hidden;
  height: 454px;
  position: relative;
}
#kalendarakce #carouSellAkce #lightSliderAkce .outerwrapper {
  height: 500px;
  overflow: hidden;
}
#kalendarakce #carouSellAkce #lightSliderAkce .innerwrapper {
  overflow-x: scroll;
  overflow-y: hidden;
}
#kalendarakce #carouSellAkce #lightSliderAkce .cardimaged {
  background-color: #595a5c;
  position: relative;
  height: 454px;
  width: 218px !important;
  margin-right: 30px !important;
  display: inline-block;
  vertical-align: top;
  float: left;
}
#kalendarakce #carouSellAkce #lightSliderAkce .cardimaged img {
  width: 100%;
  height: 145px;
}
#kalendarakce #carouSellAkce #lightSliderAkce .cardimaged .contentwrapper {
  padding: 15px 15px 1px 15px;
}
#kalendarakce #carouSellAkce #lightSliderAkce .cardimaged .contentwrapper h3 {
  font-family: "Code Pro LC";
  font-weight: bold;
  color: white;
  font-size: 14px;
}
#kalendarakce #carouSellAkce #lightSliderAkce .cardimaged .contentwrapper p {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 14px;
}
#kalendarakce #carouSellAkce #lightSliderAkce .cardimaged .facebookIcona {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 157px;
  margin-top: -29px;
}
#kalendarakce #carouSellAkce #lightSliderAkce .cardimaged .facebookIcona img {
  width: 45px;
  height: 45px;
}

.pinkblok {
  background-color: #ea008a;
  color: white;
  padding: 19px 15px 15px 15px;
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.pinkblok p {
  font-family: "Code Pro Light LC";
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0px;
}
.pinkblok p strong {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
}

.grayblock {
  background-color: #595a5c;
  padding: 40px 20px 55px 20px;
}
.grayblock h2 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: white;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.grayblock .cardswrapper {
  align-items: stretch;
  justify-content: center;
}
.grayblock .limitedcards {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 575px) {
  .grayblock .limitedcards.realylimited:nth-child(2), .grayblock .limitedcards.realylimited:nth-child(3), .grayblock .limitedcards.realylimited:nth-child(4) {
    display: none;
  }
}
@media (min-width: 578px) and (max-width: 767px) {
  .grayblock .limitedcards.realylimited:nth-child(3), .grayblock .limitedcards.realylimited:nth-child(4) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grayblock .limitedcards.realylimited:nth-child(4) {
    display: none;
  }
}
.grayblock .mbottom30 {
  margin-bottom: 30px;
}
.grayblock .eventcard {
  background-color: white;
  padding: 15px;
  height: 100%;
  position: relative;
}
.grayblock .eventcard .imgwrapper {
  overflow: hidden;
  margin-bottom: 9px;
}
.grayblock .eventcard .imgwrapper img {
  width: 100%;
}
.grayblock .eventcard h4 {
  font-family: "Code Pro Lc";
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #ea008a;
}
.grayblock .eventcard p {
  font-family: "Code Pro Lc";
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  color: #595a5c;
}
.grayblock .eventcard p.eventdate {
  font-size: 13px;
  margin-bottom: 0px;
}
.grayblock .morebutton {
  position: absolute;
  margin-top: 23px;
  margin-left: -30px;
}

.hidenover {
  overflow: hidden;
}

.fotoimage {
  background-size: 68%;
  background-repeat: no-repeat;
  background-position: 52% 37%;
  transform: rotate(350deg);
}
.fotoimage img {
  width: 100%;
}

.dopis {
  padding-top: 20px;
  padding-bottom: 0px;
}
.dopis h2 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.dopis h4 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  text-align: right;
  font-size: 28px;
  margin-bottom: 30px;
}
.dopis p {
  font-family: "Code Pro Lc";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #595a5c;
}

#partners {
  padding-bottom: 30px;
}
#partners h2 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
#partners h1 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  text-align: center;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
}
#partners h3 {
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #595a5c;
  text-align: center;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#partners ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#partners ul li {
  margin: 5px;
}
#partners .imgwrapper {
  width: 105px;
  height: 72px;
  padding: 3px;
  margin: 0 auto;
  text-align: center;
  background-color: #f1f1f1;
}
#partners .imgwrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
#partners .generalpartner {
  margin: 15px;
}
#partners .generalpartner .imgwrapper {
  width: 262px;
  height: 180px;
  padding: 3px;
  margin: 0 auto;
  text-align: center;
  background-color: #fef2f9;
}
#partners .generalpartner .imgwrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
#partners .standardpartner {
  margin: 15px;
}
#partners .standardpartner .imgwrapper {
  width: 165px;
  height: 113px;
  padding: 3px;
  margin: 0 auto;
  text-align: center;
  background-color: #fef2f9;
}
#partners .standardpartner .imgwrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

footer {
  margin-top: -16px;
}
footer .footer-gray {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #595a5c;
}
footer .footer-gray .bigbranded {
  width: 100%;
  max-width: 166px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  footer .footer-gray .bigbranded {
    margin-bottom: 20px;
  }
}
footer .footer-gray .bubblehearth {
  width: 15px;
}
footer .footer-gray p {
  font-family: "Code Pro";
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 16px;
}
footer .footer-gray p.sidlo {
  font-size: 12px;
  margin-bottom: 0px;
}
footer .footer-gray p.socialparagraph {
  margin-bottom: 15px;
}
footer .footer-gray p.socialparagraphb {
  margin-top: 15px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  footer .footer-gray .padded-with-left, footer .footer-gray .padded-with-right {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }
  footer .footer-gray .padded-with-left {
    border-left: 4px solid #ea008a;
  }
  footer .footer-gray .padded-with-right {
    border-right: 4px solid #ea008a;
  }
}
footer .footer-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .footer-copy a {
  font-family: "Code Pro";
  font-weight: normal;
  font-style: normal;
  color: #595a5c;
  font-size: 16px;
  text-decoration: none;
}
footer .footer-copy a:hover, footer .footer-copy a:focus {
  text-decoration: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: grey;
  border: 2px solid lawngreen;
}
.switch input:checked + .slider:before {
  background-color: lawngreen;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid red;
  background-color: gray;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .switch .slider {
    transform: rotate(90deg);
  }
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: red;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.pranicka .allshow {
  width: 200px;
  margin-left: -100px;
}
.pranicka .tucnynadpis {
  font-family: "Code Pro";
  font-weight: 900;
  font-style: normal;
  color: white;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.pranicka .nespl, .pranicka .spl {
  display: inline-block;
  position: relative;
  top: 7px;
  font-family: "Code Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 768px) {
  .pranicka .nespl, .pranicka .spl {
    display: block;
  }
}
.pranicka .nespl {
  color: red;
  margin-right: 20px;
  text-align: right;
}
@media (max-width: 768px) {
  .pranicka .nespl {
    margin-bottom: 30px;
    text-align: center;
    margin-right: 0px;
  }
}
.pranicka .spl {
  color: lawngreen;
  margin-left: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .pranicka .spl {
    margin-top: 10px;
    text-align: center;
    margin-left: 0px;
  }
}
.pranicka .cardimaged {
  position: relative;
}
.pranicka .cardimaged .cisteprocento {
  font-family: "Code Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  position: absolute;
  width: 55px;
  height: 55px;
  color: white;
  background-color: #e73161;
  border-radius: 60px;
  text-align: center;
  line-height: 68%;
  padding-top: 18px;
  margin-top: -30px;
  left: 18px;
}
.pranicka .cardimaged .cisteprocento small {
  font-size: 15px !important;
}
.pranicka .cardimaged h3 {
  font-family: "Code Pro";
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 16px;
  text-align: left;
  margin-top: 40px;
  text-transform: uppercase;
}
.pranicka .cardimaged h2 {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
  color: #f59aa9;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0.5rem;
}
.pranicka .cardimaged p {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
  color: white;
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.pranicka .cardimaged .morethis {
  display: block;
  position: relative;
  height: 90px;
}
.pranicka .cardimaged .morethis .morebutton {
  border-color: #595a5c !important;
}

#detailprani #pop-up-buttons {
  width: 50px;
  height: 50px;
  margin-left: auto;
}
@media (max-width: 992px) {
  #detailprani #pop-up-buttons {
    margin-top: 40px !important;
  }
}
#detailprani #pop-up-buttons *[data-network=sharethis] {
  width: 50px !important;
  height: 50px !important;
  background-image: url("../images/share.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  padding: 0px !important;
  margin: 0px !important;
}
#detailprani #pop-up-buttons *[data-network=sharethis] svg {
  display: none;
}
#detailprani .cisteprocento {
  font-family: "Code Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  position: absolute;
  width: 55px;
  height: 55px;
  color: white;
  background-color: #e73161;
  border-radius: 60px;
  text-align: center;
  line-height: 68%;
  padding-top: 18px;
  margin-top: -30px;
  left: 44px;
}
#detailprani .cisteprocento small {
  font-size: 15px !important;
}
#detailprani h1 {
  font-family: "Code Pro";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: white;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #detailprani h1 {
    margin-top: 40px;
  }
}
#detailprani h2 {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #ea008a;
  text-align: left;
  margin-bottom: 15px;
}
#detailprani p {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: white;
}
#detailprani p.platebni-info {
  border: 2px solid white;
  padding: 12px;
}
#detailprani p.platebni-info big {
  font-size: 20px;
}
#detailprani p.platebni-info .pinkedit {
  background-color: #ea008a;
  color: white !important;
  padding: 6px 5px 1px 5px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
}
#detailprani p.platebni-info .pinkedit a {
  color: white !important;
}
#detailprani p:last-child {
  margin-bottom: 0px;
}
#detailprani .pleft {
  padding-left: 15px;
}
#detailprani .pright {
  padding-right: 30px;
}
#detailprani .platby {
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#detailprani .platby img {
  width: 100%;
  height: auto;
}
#detailprani .platby h5 {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #ea008a;
  margin-bottom: 0px;
}
#detailprani .platby table {
  width: 100%;
  display: block;
}
#detailprani .platby thead {
  display: inline-block;
  width: 100%;
  height: 20px;
}
#detailprani .platby tbody {
  max-height: 250px;
  display: inline-block;
  width: 100%;
  overflow: auto;
}
#detailprani .platby table tr {
  width: 100%;
}
#detailprani .platby table td {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  color: white;
  width: 100%;
  padding-bottom: 5px;
  vertical-align: top;
}
#detailprani .platby table td:nth-child(2) {
  text-align: right;
}

.smallpadding {
  padding-bottom: 20px !important;
}

.emailform {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.emailform p {
  max-width: 585px;
  margin: 0 auto;
  font-family: "Code Pro Light LC";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: white;
  padding-bottom: 20px;
}
.emailform p b {
  font-family: "Code Pro LC";
  font-weight: normal;
  font-style: normal;
}
.emailform form input {
  width: 100%;
  max-width: 440px;
  height: 70px;
  border-radius: 70px;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-top: 2px;
}
.emailform form button {
  position: absolute;
  background-color: #ea008a;
  border: 1px solid transparent;
  border-radius: 70px;
  height: 50px;
  color: white;
  margin-top: 10px;
  margin-left: -170px;
  width: 160px;
  padding-top: 6px;
}

.carousel-control-next {
  justify-content: flex-end;
  opacity: 1;
}

.carousel-control-prev {
  justify-content: left;
  opacity: 1;
}

.carousel-control-prev-icon {
  background-image: url("../images/leftbutton.png");
  width: 37px;
  height: 37px;
}

.carousel-control-next-icon {
  background-image: url("../images/rightbutton.png");
  width: 37px;
  height: 37px;
}

.ondopisech {
  padding-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: "Code Pro";
  font-weight: 300;
  font-style: normal;
  color: #ea008a;
  font-size: 28px;
}

.vertical-center-it {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media (max-width: 767px) {
  #carouselintro .carousel-indicators {
    top: 30px !important;
    bottom: auto !important;
  }
  #carouselintro .carousel-item .carousel-caption h2 {
    bottom: -200px !important;
  }
  #carouselintro .carousel-inner {
    height: 700px !important;
  }
  #carouselintro .carousel-inner.smallersell {
    height: 500px !important;
  }
}
p a {
  color: #ea008a;
}

*[data-network=blogger] {
  display: none !important;
}

*[data-network=delicious] {
  display: none !important;
}

*[data-network=digg] {
  display: none !important;
}

*[data-network=flipboard] {
  display: none !important;
}

*[data-network=livejournal] {
  display: none !important;
}

*[data-network=mailru] {
  display: none !important;
}

*[data-network=meneame] {
  display: none !important;
}

*[data-network=odnoklassniki] {
  display: none !important;
}

*[data-network=pinterest] {
  display: none !important;
}

*[data-network=print] {
  display: none !important;
}

*[data-network=reddit] {
  display: none !important;
}

*[data-network=tumblr] {
  display: none !important;
}

*[data-network=vk] {
  display: none !important;
}

*[data-network=wechat] {
  display: none !important;
}

*[data-network=weibo] {
  display: none !important;
}

*[data-network=xing] {
  display: none !important;
}

*[data-network=sms] {
  display: none !important;
}

.obswrapper {
  max-height: 164px;
  overflow-y: hidden;
  margin-bottom: 21px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cistvice {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #ea008a;
  color: white;
  padding: 8px 15px 3px 15px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-box-shadow: 0px -33px 40px -4px white;
  -moz-box-shadow: 0px -33px 40px -4px white;
  box-shadow: 0px -33px 15px -4px white;
}
.cistvice.d-none + .imgwrapper {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 500px) {
  .cistvice.d-none + .imgwrapper {
    max-width: 100%;
    width: 225px;
    float: left;
  }
}
.cistvice.d-none + .imgwrapper + .obswrapper {
  max-height: 100%;
}

.limitedcards.isbiggest {
  margin-bottom: 30px;
}
.limitedcards.isbiggest.col-sm-6.col-md-4.col-lg-3 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.limitedcards.isbiggest.col-sm-6.col-md-4.col-lg-3 .imgwrapper {
  margin-right: 15px;
}

.eventcard {
  overflow: hidden;
}

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