@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  line-height: 1.6;
  font-family: 'OpenSansRegular', sans-serif;
  overflow-x: hidden;
  background-image: url("/img/bg-white.png");
  background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Kalam', cursive;
  padding: 0;
  margin: 0;
  color: #333
}

h2 {
  font-size: 2.6rem;
  padding-bottom: 1rem;
}

h3 {
  margin-bottom: 1em
}

.h3m {
  margin: 2em 0 1em 0
}

.ccc {
  text-align: center
}

.rrr {
  text-align: right
}

.bbb {
  font-weight: bold
}

img {
  max-width: 100%;
  height: auto
}

a {
  text-decoration: none;
}

a:focus, a:hover {
  outline: none;
}

button:focus {
  outline: none;
}

.noList {
  list-style: none;
}

.btn-purple {
  background-color: #8e42a4;
  color: #fefefe !important
}

.btn-purple:hover {
  background-color: #b069c4
}

.container {
  position: relative;
  width: auto;
  max-width: 1170px;
  padding: 0 10px;
}

.container.dot {
  padding: 0 2em;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #3a251b;
  color: #e7bf63;
  padding-bottom: 2rem;
}

.footer a {
  color: #e7bf63;
}

.sectionTitle {
  text-align: center;
}

/*.dot .sectionTitle::before, .dot .sectionTitle::after {
  content: ".";
  color: #e65874;
  font-size: 4rem;
  position: absolute;
  top: -12px;
}

.dot .sectionTitle::before {
  margin-left: -25px;
}

.dot .sectionTitle::after {
  margin-left: 10px;
}*/

.sectionLogo {
  min-height: 90px;
  background: #dee2e6;
  /*#dff3ff*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.sectionLogo .blockLogo {
  padding-top: 10px;
}

.sectionLogo .blockLogo img {
  width: auto;
  max-height: 60px;
}

#logo2 {
  margin-left: 10px
}

.sectionLogo .blockInfo ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
  line-height: 90px;
}

.sectionLogo .blockInfo ul li {
  font-size: 1.12rem;
  display: inline-block;
  padding: 0 16px;
  color: #8e42a3;
}

.sectionLogo .blockInfo ul li a {
  color: #63a22b;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.sectionLogo .blockInfo ul li a:hover {
  color: #e65874;
}

@media (min-width: 48em) {
  .blockLogo {
    float: left;
  }
  .blockInfo {
    float: right;
  }
}

.sectionBody {
  padding-top: 2rem;
}

@media (max-width: 48em) {
  .blockLogo {
    text-align: center;
  }
  .sectionLogo .blockInfo ul li {
    font-size: 1rem;
    padding: 0 6px;
  }
  .sectionLogo .blockInfo ul {
    text-align: center;
    line-height: 1.5rem;
    padding-bottom: .5rem;
    padding-top: 0.5rem;
  }
  .sectionBody {
    padding-top: 0;
  }
}

.sectionBody .container {
  background: #fff;
  margin-bottom: 19rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.footerLand {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 212px;
  background: url(/img/footerbg.svg) center center repeat-x;
  z-index: 1;
}

footer h3 {
  color: #b9dd31;
  margin-top: 1em
}

footer p {
  margin: 0;
}

.footerZS {
  color: #ffffac;
}

.w100 {
  width: 100%
}

.sectionMenu {
  background: none;
  /* #fefefe;*/
}

.sectionMenu ul li {
  display: inline-block;
  margin: 0px 4px;
  position: relative;
  text-align: center;
  width: 13.3%;
}

.sectionMenu ul li a {
  text-transform: uppercase;
  color: #4b434d;
  display: block;
  padding: 7px 0;
  border-radius: 10px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.sectionMenu ul li a {
  color: #4d4d4d
}

.sectionMenu ul a.nav-link, .sectionMenu ul .nav1 a:hover, .sectionMenu ul .nav2 a:hover, .sectionMenu ul .nav3 a:hover, .sectionMenu ul .nav4 a:hover, .sectionMenu ul .nav5 a:hover, .sectionMenu ul .nav6 a:hover, .sectionMenu ul .nav7 a:hover {
  color: #fff;
  cursor: pointer;
  font-weight: bold
}

.sectionMenu ul .nav4 a:hover, .sectionMenu .nav1 .active {
  background: #8e42a4;
}

.sectionMenu ul .nav6 a:hover, .sectionMenu .nav2 .active {
  background: #b069c4;
}

.sectionMenu ul .nav5 a:hover, .sectionMenu .nav3 .active {
  background: #e65874;
}

.sectionMenu ul .nav2 a:hover, .sectionMenu .nav4 .active {
  background: #f6c42c;
}

.sectionMenu ul .nav1 a:hover, .sectionMenu .nav5 .active {
  background: #98de55;
}

.sectionMenu ul .nav3 a:hover, .sectionMenu .nav6 .active {
  background: #7bc634;
}

.sectionMenu ul .nav7 a:hover, .sectionMenu .nav7 .active {
  background: #49b450;
}

.sectionMenu ul .nav1 a, .sectionMenu .nav2 .active {
  background: #b069c4;
}

.sectionMenu ul .nav2 a, .sectionMenu .nav3 .active {
  background: #e65874;
}

.sectionMenu ul .nav3 a, .sectionMenu .nav4 .active {
  background: #d39e00;
}

.sectionMenu ul .nav4 a, .sectionMenu .nav5 .active {
  background: #f6c42c;
}

.sectionMenu ul .nav5 a, .sectionMenu .nav6 .active {
  background: #7bc634;
}

.sectionMenu ul .nav6 a, .sectionMenu .nav7 .active {
  background: #49b450;
}

.sectionMenu ul .nav7 a, .sectionMenu .nav1 .active {
  background: #8e42a4;
}

.pagn {
  display: block;
  text-align: center;
}

.pagn a {
  border-radius: 6px;
  display: inline-block;
  border: 1px solid;
  min-width: 1rem;
  padding: 0.3rem 1rem;
  margin: 2px
}

.pagn a:hover {
  background: #dff3ff
}

.pagn a[data-k2="pagCur"], .pagn a[data-k2="pagCur"]:hover {
  background: #8e42a3;
  color: #fff !important
}

.galleryPwd, .galleryBtn {
  display: block;
  width: 20rem !important;
  text-align: center;
  padding: 1rem !important;
  margin: 0 auto
}

input.galleryPwd {
  border: 1px solid #e65774 !important;
}

.galleryBtn {
  border: 1px solid #8e42a3;
  background: #8e42a3;
  font-weight: bold;
  color: #fff
}

.galleryBtn:hover {
  text-decoration: none;
  background: #b474c7;
  color: #fff
}

@media (max-width: 992px) {
  .sectionMenu ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-transform: uppercase;
    padding: 10px;
  }
  .sectionMenu ul .nav1 a {
    color: #8e42a4 !important;
  }
  .sectionMenu ul .nav2 a {
    color: #b069c4 !important;
  }
  .sectionMenu ul .nav3 a {
    color: #e65874 !important;
  }
  .sectionMenu ul .nav4 a {
    color: #f6c42c !important;
  }
  .sectionMenu ul .nav5 a {
    color: #98de55 !important;
  }
  .sectionMenu ul .nav6 a {
    color: #7bc634 !important;
  }
  .sectionMenu ul .nav7 a {
    color: #49b450 !important;
  }
  .sectionMenu ul li {
    text-align: left
  }
  .sectionMenu ul li a {
    background: none !important;
    font-weight: bold
  }
}

.navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.ntco {
  color: #172f0d;
  background-color: #bce498;
  border-color: #699f3a;
}

msg {
  display: block;
  border: 1px solid #e1e2e1;
  background: #f5f5f6;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 1rem 0;
  width: 100%;
  color: #000;
  padding: 1rem;
}

.msgi {
  background: #c5cae9;
  border-color: #9499b7;
  color: #172071
}

.msgo {
  background: #c5e1a5;
  border-color: #aed581;
  color: #33691e
}

.msgw {
  background: #ffe082;
  border-color: #caae53;
  color: #883900
}

.msge {
  background: #f7e8e8;
  border-color: #ba4d4d;
  color: #581805;
}

.inputFail {
  border-color: #ba4d4d !important;
  background-color: #f7e8e8 !important
}

.contactBlock li {
  list-style: none;
  padding-left: 1em
}

.contactIcon {
  font-size: 1.25rem;
  color: #8e42a4
}

.contactIcon i {
  margin-right: 1rem;
  width: 20px;
  text-align: center
}

.btn {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border-radius: 10px !important;
  font-family: 'OpenSansSemiBold', sans-serif;
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.zapisList {
  list-style: none;
}

.zapisList a {
  display: block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.zapisList .d {
  color: #4b434d;
  display: inline-block;
  padding-right: 1rem
}

.zapisList li {
  position: relative;
  padding-left: 20px;
}

.zapisList li:before {
  content: "●";
  color: #e65874;
  font-size: 1rem;
  position: absolute;
  top: .7rem;
  left: 0;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
}

.actionItem {
  margin: 0 auto;
  max-width: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.actionItem a {
  color: #420952;
  text-decoration: underline
}

.actionItem h2 {
  font-family: 'Open Sans';
  font-size: 26px;
  color: #333;
  font-weight: 600
}

.actionBody {
  border-radius: 20px;
  padding: 15px 30px;
  min-height: 270px;
  position: relative;
}

.actionGreen {
  background: #b2ed7b;
}

.actionRed {
  background: #e65874;
}

.actionPurple {
  background: #8e42a3;
}

.actionImg {
  position: absolute;
  top: -36px;
  left: 46px
}

.actionItem p span {
  font-weight: bold
}

.actionPoster {
  padding: 0 !important;
}

.actionPoster img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.actionBody.galleryLink {
  cursor: pointer
}

.actionBody h2 a.h2a {
  font-size: 60%;
  margin-left: .5em;
  display: inline-block;
}

#gallery container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

#gallery item {
  width: 50%;
  padding: 0;
  object-fit: cover;
  border-radius: 8px;
  margin: .5em;
}

#gallery item img {
  display: block;
  max-width: 100%;
  max-height: 245px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 auto;
  border: 1px solid #eee;
  padding: 6px
}

@media screen and (min-width: 600px) {
  #gallery item {
    width: calc(50% - 1em);
  }
}

@media screen and (min-width: 1000px) {
  #gallery item {
    width: calc(33.3333% - 1em);
  }
}

@media screen and (max-width: 600px) {
  #gallery item {
    width: calc(50% - 1em);
  }
  .pagn {
    min-width: 0.1rem;
    padding: 0.2rem .8rem;
    margin: 1px;
    font-size: 90%
  }
}

partner {
  display: block;
  margin-top: 3em;
  text-align: center;
  padding-bottom: 2em
}

partner a {
  display: inline-block;
  margin: .5em;
  background: #fff;
  border-radius: 4px;
}

partner h3 {
  position: relative;
  margin: 0 auto;
}

partner img {
  max-width: 100%;
  display: inline-block;
  padding: 1em;
  max-height: 13rem
}

.progItem {
  margin-bottom: 1em;
  margin-left: 2em
}

.progImg {
  display: inline-block;
  background: none;
  width: 90px;
}

.progImg img {
  display: block;
  margin: 0 auto
}

.progText {
  display: inline-block;
  max-width: 90%;
  padding-left: .5em;
  vertical-align: top
}

.progYear img {
  height: 32px
}

progDate {
  font-size: 90%;
  color: #7ac534
}

progTitle {
  font-weight: bold;
  color: #8e42a3
}

progDesc {
  display: block
}

.footer img, .footer svg {
  height: 30px;
  margin-right: .5em
}

.footer p {
  margin-bottom: .5em
}

novinka {
  display: inline-block;
  background: #dff3ff;
  border-radius: 20px;
  padding: 20px;
  margin: 5px;
  margin-bottom: 10px;
}

novinka p {
  margin: 0
}

novinka a {
  text-decoration: underline;
  font-weight: bold
}

row {
  display: block;
}

row:after {
  content: "";
  display: table;
  clear: both;
}

.col1, .col2, .col3, .col4, .col6m, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col24, .col1m, .col2m, .col3m, .col4m, .col5m, .col6m, .col7m, .col8m, .col9m, .col10m, .col11m, .col12m, .col24m {
  width: 100%;
  float: left;
  padding: .5rem;
}

.col1m {
  width: 8.33%;
}

.col2m {
  width: 16.66%;
}

.col3m {
  width: 25%;
}

.col4m {
  width: 33.33%;
}

.col5m {
  width: 41.66%;
}

.col6m {
  width: 50%;
}

.col7m {
  width: 58.33%;
}

.col8m {
  width: 66.66%;
}

.col9m {
  width: 75%;
}

.col10m {
  width: 83.33%;
}

.col11m {
  width: 91.66%;
}

.col12m {
  width: 100%;
}

.col24m {
  width: 50%;
}

.formGroup {
  margin-bottom: 1.8rem;
}

label {
  cursor: pointer;
  display: block;
  max-width: 100%;
  margin-bottom: 1rem;
}

.formGroup label {
  cursor: pointer;
}

.formGroup label span {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

select {
  border-radius: 0;
  -webkit-border-radius: 0px;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select {
  font-family: inherit;
  letter-spacing: .05rem;
  width: 100%;
  max-width: 100%;
  border: 1px solid;
  border-color: #eaeaea;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  padding: 0 1.5rem;
  height: 2.5rem;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

input[type='email']:focus, input[type='date']:focus, input[type='search']:focus, input[type='number']:focus, input[type='text']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #f99db5;
}

input[type="radio"], input[type="checkbox"] {
  margin-top: 0;
  margin-right: .5rem;
  vertical-align: middle;
}

.sobhratky {
  width: 100%;
  margin: 20px 10px
}

.sobhratky td {
  border: 1px solid #ddd;
  padding: .3em;
  vertical-align: top;
}

.sobhratky td.rrr {
  white-space: nowrap
}

h2.sobhratkyh2 {
  font-size: 0
}

h2.sobhratkyh2 span {
  font-size: 2.8rem;
  letter-spacing: .2rem
}

.nopartner~partner {
  display: none
}

#gtbooks {
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

#gtbooks pcs {
  display: block;
  font-size: 80%;
  text-align: right
}

#gtbooks pcs num {
  margin-left: 1rem
}

#gtbooks author {
  display: block;
  font-size: 90%
}

#gtbooks price {
  display: block;
  padding: 0 2rem
}

#gtbooks input {
  padding: 0 .5rem;
  width: 4rem;
  text-align: center
}

#gtthx {
  margin: 0 auto;
  width: 100%;
  max-width: 40rem;
}

#gtthx td {
  vertical-align: top;
}

#gtthx tr:nth-child(even), #gtbooks tr:nth-child(even) {
  background-color: #fafafa;
}

#gtthx, #gtbooks td {
  padding: .5rem .2rem
}

.team img {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 1rem;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team name {
  display: block;
  font-family: 'Kalam', cursive;
  font-size: 2rem;
  text-align: center;
  color: #4d14be
}

.team p {
  font-size: .8rem;
  padding: 0 .5rem
}

.projekty a {
  display: block;
  text-align: center;
  border: 1px solid #a58745;
  background: #c3ce32;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 2rem auto;
  width: 90%;
  color: #3a251a;
  padding: .5rem;
  border-radius: 10px;
  letter-spacing: .1rem
}

.projekty a:hover {
  color: #fff;
  text-decoration: none
}

.jonasCenik blok {
  display: block;
  border: 1px solid #ddd;
  padding: 1rem;
  text-align: center;
  border-radius: .5rem;
  background: #fcfcfc
}

.jonasCenik price {
  display: block;
  font-weight: bold;
  font-size: 2.5rem
}

@media only screen and (max-width: 599px) {
  .do {
    display: none !important;
  }
  h2.sobhratkyh2 span {
    font-size: 2.2rem;
    letter-spacing: .1rem
  }
  .sobhratky {
    margin: 20px 0px;
    font-size: 90%
  }
  .container.dot {
    padding: .5em;
  }
  #gtbooks price {
    display: block;
    padding: 0 .8rem
  }
  partner a {
    max-width: 40%;
  }
}

@media only screen and (min-width: 600px) {
  .mo {
    display: none !important;
  }
  row {
    margin: 0 -1rem;
  }
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col24 {
    padding: 1rem;
  }
  .col1 {
    width: 8.33%;
  }
  .col2 {
    width: 16.66%;
  }
  .col3, .col24 {
    width: 25%;
  }
  .col4 {
    width: 33.33%;
  }
  .col5 {
    width: 41.66%;
  }
  .col6 {
    width: 50%;
  }
  .col7 {
    width: 58.33%;
  }
  .col8 {
    width: 66.66%;
  }
  .col9 {
    width: 75%;
  }
  .col10 {
    width: 83.33%;
  }
  .col11 {
    width: 91.66%;
  }
  .col12 {
    width: 100%;
  }
}

konkurz {
  display: block;
  border: 4px dashed;
  position: relative;
  text-align: center;
  background-image: url(/img/pernik.png);
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 800px;
  background-size: 70%;
  margin: 2em auto;
  padding: 4em .5em 2em .5em;
  border-color: #e65774 #7ac534 #f7c42b #b677c8;
  text-shadow: 0px 0px 2px #fff;
}

konkurz p {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

konkurz htxt {
  display: block;
  font-size: 36px;
  font-family: 'Kalam', cursive;
  padding: 0;
  margin: 1em 0;
  color: #333;
  font-weight: bold;
  color: #8e42a3;
  text-shadow: 0px 1px 1px #000;
}

konkurz dtxt {
  display: block;
  font-size: 32px;
  font-family: 'Kalam', cursive;
  font-weight: bold;
  color: #e65774;
  text-shadow: 0px 1px 1px #000;
}

konkurz ftxt {
  display: block;
  max-width: 50%;
  margin: 0 auto;
  margin-top: 20px
}

@media only screen and (max-width: 599px) {
  konkurz {
    padding: 2em .5em .5em .5em;
  }
  konkurz ftxt {
    max-width: 90%;
    font-size: 90%;
  }
  konkurz dtxt {
    font-size: 30px;
  }
  .progItem {
    margin-bottom: 1em;
    margin-left: 0.1em
  }
  .progImg {
    display: block;
    width: 100%
  }
  progdate {
    display: block
  }
}