@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;0,800;1,400&display=swap');


:root {
  --color-primary: #5b826f;
  --color-secondary: #f9b565;
  --color-button-primary: #5b826f;
  --color-button-secondary: #f9b565;
}

/* CSS Document */
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}
* {position: relative;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-text-size-adjust: none;-webkit-appearance: none;-webkit-box-sizing: border-box;-webkit-box-align: start;-webkit-border-fit: border;-webkit-margin-collapse: discard;-webkit-border-radius: 0;outline:none;}
body,html {max-width:100%;min-width:375px;overflow-x:hidden;text-align:center;font-family:'Poppins',sans-serif;font-size:14px;line-height:27px;margin:0;padding:0;background: #fff;color:rgba(44,45,63,0.7);font-weight:400;min-height:100vh;letter-spacing: 0;font-style:normal;text-transform:none;letter-spacing:.2px}
.noscroll {overflow:hidden!important;}
.page {max-width:100%;margin:auto;z-index:2;padding:0;box-sizing: border-box;overflow:hidden;min-height:100vh}
a {text-decoration:none;cursor:pointer;color:var(--color-primary);}
a:hover {text-decoration:none;color:var(--color-secondary)}
.clear, hr {clear:both;float:none;display:block;border:0;margin:0;padding:0;}
h1,h2,h3,h4,h5,p,ul,ol,li,img {margin: 0;padding: 0;display:block;list-style:none;}
h1,h2,h3,h4,h5 {font-weight:800;color:var(--color-primary)}
ul:after, .bg:after, .inner:after, .section:after, .fix .menu:after {display:block;content:'';clear:both;float:none;}
strong, b {font-weight:700;}
sup {display:inline-block;font-size:.4em;top:0;margin:0;padding-top:.5em;line-height:.5em;vertical-align:top;}
table {width: 100%;margin: 0;border-spacing: 0;border-collapse: collapse;border: 0;}
table tr td, table tr th {background-clip: padding-box!important;border:0;}
.bg {padding: 12px;width:1080px;margin:auto;box-sizing: border-box;max-width:100%;}
.bgmax {width:1440px;}
.inner {padding: 12px;clear:both;float:none;box-sizing: border-box;width:100%;}

.col20 {width:20%}
.col25 {width:25%}
.col30 {width:30%}
.col35 {width:35%}
.col33 {width: 33.3333%}
.col40 {width: 40%}
.col45 {width: 45%}
.col50 {width: 50%}
.col55 {width: 55%}
.col60 {width:60%}
.col66 {width: 66.6666%}
.col70 {width:70%}
.col75 {width:75%}
.col80 {width:80%}
.col100 {width:100%}

.inline {display: inline-block;}
.flex {display: flex;flex-wrap:wrap;}
.flexcenter {align-items:center;}
.flexbottom {align-items:flex-end}
.flextop {align-items:flex-start}

.taleft {text-align:left}
.taright {text-align:right}
.tacenter {text-align:center;}
.fleft {float:left!important;}
.fright {float: right!important}
.tag {top:0;position:absolute;left:0;display:block;}
.anim {-webkit-transition-duration: 0.6s;transition-duration: 0.6s;}
.abs {position:absolute;top:0;left:0;right:0;bottom:0;display:block;}
.upper {text-transform:uppercase;}
.green {color:var(--color-primary);}
.greenbg {background:var(--color-primary)}

.btn {display: inline-block;box-sizing: border-box;padding:12px;padding-left:24px;padding-right:24px;border:0;color:var(--color-button-primary);text-transform:uppercase;text-decoration:none;font-size:15px;min-height:52px;line-height:28px;font-family:'Poppins',sans-serif;font-weight:700;text-transform:uppercase;background:var(--color-button-secondary);letter-spacing:.22px;border-radius:41px}
.btn:hover {background:var(--color-button-primary);color:var(--color-button-secondary);}

.btn.arrow {padding-right:56px;text-align:left;}
.btn.arrow:after {display:block;content:'';width:17px;height:17px;background: url(../img/ic_arrow-darkgreen.svg) no-repeat center center;background-size:contain;position:absolute;top:50%;right:20px;margin-top:-8.5px}
.btn.arrow:hover:after {background-image: url(../img/ic_arrow-yellow.svg);}

.btn.negative {background:var(--color-button-secondary);color:var(--color-button-primary)}
.btn.negative:hover {color:var(--color-button-secondary);background-color:#fff;}
.btn.arrow.negative:after {background-image: url(../img/ic_arrow-darkgreen.svg)}
.btn.arrow.negative:hover:after {background-image: url(../img/ic_arrow-yellow.svg)}

.btn.dark {background:var(--color-button-primary);color:#fff;}
.btn.dark:hover {background-color:var(--color-button-secondary);color:var(--color-button-primary)}
.btn.dark.arrow:after {background-image: url(../img/ic_arrow.svg)}
.btn.dark.arrow:hover:after {background-image: url(../img/ic_arrow-darkgreen.svg)}

.page:not(.front-page) {padding-top:78px;}
.page:not(.front-page) .tag {top:-78px;}

/* Header */
.fix {position:fixed;min-width:375px;width:100%;z-index: 99;top:0;left:0;right:0;background:var(--color-primary);}
.fix .logo {display:block;cursor:pointer;font-weight:800;text-transform:uppercase;font-size:25px;color:#fff;line-height:30px;text-align:left;}
.fix .bg {width:1360px;}
.header .inner {display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;}
.header .inner:after {display:none}
.header .btn {margin-top:-11px;margin-bottom:-11px;font-size:20px;text-transform:uppercase;letter-spacing:-.35px}
.header .btn {background-color:var(--color-button-primary);color:var(--color-button-secondary)}
.header .btn:hover {background-color:var(--color-button-primary);color:#fff}
.header .btn:after {background-image: url(../img/ic_arrow-yellow.svg)!important}
.header .btn:hover:after {background-image:url(../img/ic_arrow.svg)!important;}

h2 {font-size: 50px;line-height:50px;letter-spacing:-.86px;margin-bottom:24px;}
h3 {font-size: 24px;line-height:30px;letter-spacing:-.41px;margin-bottom:12px;}
.section {padding-top:48px;padding-bottom:48px;}
.section h2 {text-transform: uppercase;}
.line {height:1px;background:var(--color-primary);margin:12px;clear:both;float:none;}

/* Promo */
.promo {background:var(--color-primary);}
.promo .overimg {width:1440px;max-width:100%;margin:auto;}
.promo .overimg img {width:100%;max-width:100%;margin:0;height:auto;}


/* About */
.about {padding-bottom:48px;}
.about .bg, .single .bg, .lector .bg {width:900px;}
.about img, .footer img {width:732px;max-width:100%;margin:auto;height:auto;}
.about h1 {font-size:70px;line-height:70px;letter-spacing:-1.21px;margin-bottom:12px;}
.about h2 {color:var(--color-secondary);font-size:42px;line-height:42px;letter-spacing:-.73px;margin-bottom:38px;font-weight:700}
.about h3 {margin-bottom: 38px;}
.about p:not(.small), .footer p {font-size: 23px;line-height:38px;letter-spacing:.34px;margin-bottom:38px}
.about p {margin-bottom:38px;}
.about iframe {width:560px!important;max-width:100%;height:auto!important;aspect-ratio: 560/315;border:0;outline:0;margin:auto;}
.about .btn {margin:6px;margin-left:12px;margin-right:12px;}
.about .btn.arrow {padding-right:48px;}

ul.tabs {display:flex;flex-wrap:nowrap;padding:12px;justify-content:space-between;background:var(--color-primary);border-radius:41px;margin:auto;margin-bottom:24px;}
ul.tabs:after {display:none;}
ul.tabs li {display:block;width:100%}
ul.tabs li a {color:#fff;font-weight:700;font-size:21px;line-height:28px;padding:16px;border-radius: 41px;text-align:center;text-transform:uppercase;display:block;}
ul.tabs li.active a {color:var(--color-primary);background:#fff;}

.tab:not(.active), .subtab:not(.active) {display:none;}

ul.subtabs {display:block;margin-bottom:24px;margin-left:-6px;margin-right:-6px;text-align:center;}
ul.subtabs li {margin:6px;cursor:pointer;font-weight:700;text-transform:uppercase;font-size:15px;letter-spacing:.22px;display:inline-block;}
ul.subtabs li.active {color:var(--color-primary);border-bottom:1px solid var(--color-primary)}

/* Activity */
.activity:not(.pageactive) {display:none!important;}
.activity {background:var(--color-primary);padding-top:96px;overflow:hidden;}
.activity:before {display:block;width:92px;height:92px;transform: rotate(45deg);background:#fff;position:absolute;top:-46px;left:50%;margin-left:-46px;content:''}
.activity .whitetxt * {color:#fff;}
.activity .tag {top:80px;}

.activity ul.tabs {background:#fff;}
.activity ul.tabs li a {color:var(--color-primary);}
.activity ul.tabs li.active a {background:var(--color-secondary);color:var(--color-primary);}

.activity .whitetxt .btn {color:var(--color-button-primary);}
.activity .whitetxt .btn:hover {color:var(--color-button-secondary)}

/* Festival
.festival {border-top:12px solid #fff;} */

.activity h2 a {display:inline-block;margin-left:12px;margin-right:12px;opacity:.5}
.activity h2 a:hover{ opacity:1;color:var(--color-secondary)!important;}
.activity h2 .active {display:inline-block;margin-left:12px;margin-right:12px;}

@media only screen and (min-width:980px) {
.activity:before {display:none;}
.activity h2 a:before, .activity h2 span:before {display:block;width:92px;height:92px;transform: rotate(45deg);background:#fff;position:absolute;top:-166px;left:50%;content:'';margin-left:-46px;}
}

.faq ul li {padding-top:24px;padding-bottom:24px;border-top:1px solid var(--color-primary);text-align:left;cursor:pointer;}
.faq ul li:not(.active) * {display:none}
.faq ul li:not(.active) h3 {margin-bottom:0;}
.faq ul li h3 {display:block!important;padding-right:36px;}
.faq ul li h3:after {display:block;width:.5em;height:.5em;position:absolute;border-top:2px solid var(--color-secondary);border-left:2px solid var(--color-secondary);content:'';top:.15em;right:.5em;transform:rotate(-135deg);-webkit-transition-duration: 0.6s;transition-duration: 0.6s;}
.faq ul li.active h3:after {transform:rotate(45deg)}
.faq ul li:last-child {border-bottom: 1px solid var(--color-primary)}

.box {border-radius: 18px;background:#fff;margin-bottom:16px;padding:30px;padding-left:60px;padding-right:60px;}
.box .desc {display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--color-primary);}

.tab:not(#prednasky,#festival) .box .desc {padding-bottom:0;margin-bottom:0;border:0}

.box h3 {margin-bottom:0;padding-top:11px;padding-bottom:11px;}
.box h4 {border-top:1px solid var(--color-primary);border-bottom:1px solid var(--color-primary);font-size: 20px;line-height:24px;font-weight:700;color:var(--color-secondary);padding-top:20px;padding-bottom:20px;text-align:center;width:230px;margin-left:auto;margin-right:auto;max-width:100%;margin-top:20px;margin-bottom:20px;}
.box p {margin-bottom:18px;}
.box .btn, ul.book li .btn {min-width:180px;margin-left:24px;}
.box ul {display:flex;flex-wrap:wrap;margin-left:-6px;margin-right:-6px;width:660px;max-width:calc(100% + 12px);}
.box ul.ulline {border-top:1px solid var(--color-primary);padding-top:12px;margin-top:12px;}
.box ul li {margin-left:6px;margin-right:6px;text-align:left;text-transform:uppercase;width:calc(50% - 12px);}
.box .thumb {width:220px;aspect-ratio:1/1;height:auto;border-radius: 100%;margin:auto;background-repeat:no-repeat;background-size:cover;background-position:center center;background-color:#f1f1f1;max-width:100%;margin-bottom:20px;}

.boxes {margin:-16px;display:flex;flex-wrap:wrap;justify-content:center;}
.boxes .box {margin:16px;margin-top:14px;margin-bottom:14px;width:calc(33.3333% - 32px);padding:30px;padding-top:36px;padding-left:20px;padding-right:20px;box-shadow: 0 0 22px rgba(44,45,63,0.14);}
.boxes .box h3 {padding-top:0;padding-bottom:0;}
.boxes .box .btn {margin:0;display:block;width:100%;}
.boxes .box p {margin-bottom:24px;}
.boxes .box p.popis {margin-bottom:4px;}
.lector .boxes .box {width:calc(100% - 32px);box-shadow:none;padding:0;}

.festival .box img {max-width:100%;height:auto;width:auto;margin:0;}
.festival .box p:last-child {margin-bottom:0;}

/* Program */
.program ul.tabs {width:685px;max-width:100%;}

.program table {margin-bottom:48px;}
.program table tr td {text-align:left;border-top:1px solid var(--color-primary);font-size: 15px;line-height:26px;padding:24px;padding-top:12px;padding-bottom:12px;vertical-align:middle;}
.program table tr:last-child td {border-bottom:1px solid var(--color-primary)}
.program table tr td:first-child {padding-left:0;width:124px;}
.program table tr td:last-child {padding-right:0;text-align:right;}
.program table tr td .btn {margin-left:12px;}

/* Single */
.single {padding-bottom:24px;}
.single h1, .single h2, .lectors h2 {font-size: 35px;line-height:36px;letter-spacing:-.61px}
.single p {margin-bottom:27px;}
.lectors h2 {text-transform:none;}
.back {display: none;font-size: 15px;line-height:28px;font-weight:700;color:var(--color-primary);letter-spacing:.22px;text-transform: uppercase;}
.back.active {display: inline-block;}
.single ol {counter-reset: section;margin-bottom:27px;}
.single ol li {padding-left:24px;counter-increment: section;}
.single ol li:before {display:block;position:absolute;top:0;left:0;width:24px;content: counter(section)'.';}
.single ol li ol li:before {content:counter(section,lower-alpha)'.';}

.single table {margin-bottom:27px;}
.single table tr td, .single table tr th {text-align:left;font-size: 12px;padding: 12px;vertical-align:top;line-height:16px;border-top:1px solid var(--color-primary);}
.single table tr th {color:var(--color-primary);font-weight:700}
.single table tr td:first-child, .single table tr th:first-child {padding-left:0;}
.single table tr:last-child td, .single table tr:last-child th {padding-right:0;border-bottom:1px solid var(--color-primary);}
.overtable {width:100%;max-width:100%;overflow:auto;}

/* Lectors */
.lectors, .lector {padding-top:0;}
.italic {font-size: 16px;line-height:31px;font-style:italic;}
.italic p {margin-bottom:27px;}
ul.book li {margin-bottom:12px;background: var(--color-primary);color:#fff;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;border-radius:18px;padding:12px;padding-left:26px;}
ul.book li h3 {color:#fff;font-size:22px;line-height:24px;padding-top:14px;padding-bottom:14px;margin:0;}


/* Spinner */
.spinner {width: 48px;height:48px;margin:auto;border-radius: 48px;border: 4px solid var(--color-primary);box-sizing:border-box;margin-top:64px;margin-bottom:64px;display:block;}
.spinner:after {display:block;width:48px;height:48px;border-radius: 48px;border:4px solid transparent;border-top-color:var(--color-secondary);content:'';position:absolute;top:50%;left:50%;box-sizing:border-box;margin-left:-24px;margin-top:-24px;animation: spin 3s linear infinite;}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}


/* Footer */
.footer h2 {text-transform: uppercase;}
.footer img.skoda {width:520px;max-width:100%}
.footer ul {margin:-12px;}
.footer ul li {display:inline-block;margin:12px;font-size: 33px;font-weight:700;line-height:40px;letter-spacing:-.57px}
.footer ul li a {display:block;padding-top:12px;padding-bottom:12px;}
.footer ul li.ic_fb a {padding-left:84px;}
.footer ul li.ic_fb a:before {display:block;width:64px;height:64px;position:absolute;top:0;left:0;content:'';background: url(../img/ic_fb_darkgreen.svg) no-repeat left center;background-size: contain;}
.footer ul li.ic_ig a:before {background-image: url(../img/ic_ig-darkgreen.svg)}
.footer ul li.ic_fb a:hover:before {background-image: url(../img/ic_fb_yellow.svg)}
.footer ul li.ic_ig a:hover:before {background-image: url(../img/ic_ig-yellow.svg)}
.map {width:1440px;max-width:100%;aspect-ratio: 1440 / 592;margin:auto;overflow:hidden;margin-top:24px;margin-bottom:24px;}
.map .overmap {position: absolute;top: 0;left: -50%;bottom: 0;right: -50%;}
.map iframe {border: 0;outline: 0;display:block;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;}

.footer ul.menu li {font-size: 14px;line-height:27px;font-weight:400;letter-spacing:0}
.footer ul.menu li a {padding:0;display:inline-block;}

/* Layer */
.layer {display: none;position:fixed;top:0;left:0;right:0;bottom:0;height:100%;width:100%;overflow-x:hidden;z-index:999;min-width:375px;background: rgba(255,255,255,.8);}
.layer.opened {display: flex;justify-content:center;align-items:center;}
.layer .closelayer {position:fixed;top:0;left:0;bottom:0;right:0;display:block;width:100%;height:100%;}
.layer .ic_close {float:left;height:40px;width:40px;position:absolute;top:24px;right:24px;background: var(--color-primary) url(../img/close_FILL0_wght400_GRAD0_opsz48.svg) no-repeat center center;background-size: 24px auto;display: block;text-align:left;overflow:hidden;text-indent:-9999px;cursor:pointer;border-radius:40px;}

.layer .over {max-width: 100%;box-sizing: border-box;display: block;padding: 0;margin: auto;padding:0}
.layer .boxlayer {background:#fff;width: auto;max-width:100%;box-sizing: border-box;text-align:center;padding:64px;height:auto;max-height:none;border-radius:18px;width: 800px;display:flex;flex-wrap:wrap;align-items:center;box-sizing:border-box;box-shadow: 0 0 22px rgba(44,45,63,0.14);}
.layer .cont {width:100%;display:block;}

@media only screen and (max-width:900px) {
  .festival {border-width:6px;}
  .page:not(.front-page) .tag {top:-54px;}
  .page:not(.front-page) {padding-top:54px;}
  .activity .tag {top:30px}
  .bg {width: 480px!important;}
  .header .inner {padding:0;}
  .header .btn {margin-right:-12px;}
  .header .btn:hover {background:var(--color-primary)}
  .btn, .fix .logo, .back {font-size: 14px!important;letter-spacing:.2px!important;}
  .fix .logo {font-size:15px!important;}
  .section, .about {padding-top:0!important;padding-bottom:0!important;}
  h1 {font-size: 24px!important;line-height:28px!important;}
  .about h1 {font-size: 30px!important;line-height:34px!important;}
  .about .btn {display:block;margin:0;margin-bottom:12px;}
  h2 {font-size: 22px!important;line-height:26px!important;}
  h3 {font-size: 20px!important;line-height:24px!important;}
  h4 {font-size: 16px!important;line-height:20px!important;}
  h1,h2,h3,h4 {letter-spacing:-.2px!important;}
  p {font-size:14px!important;line-height:27px!important;letter-spacing:.2px!important;}
  .box {padding:24px;margin-bottom:12px;margin-left:-12px;margin-right:-12px;}
  .boxes {margin:-12px;}
  .boxes .box {width:100%;margin:12px;margin-top:0;margin-left:0;margin-right:0;padding:24px;}
  .footer ul li {font-size:16px;}
  .footer ul li a {padding-top:0;padding-bottom:0;}
  .footer ul li.ic_fb a {padding-left:56px;}
  .footer ul li.ic_fb a:before {width: 40px;height:40px;}
  .lector .boxes .box {margin:0;width:100%;}
  .lector .col50 {width:100%;}
  ul.book {margin-left:-12px;margin-right:-12px;}
  ul.book li {display:block;padding-left:24px;padding-right:24px;padding-bottom:24px;}
  ul.book li .btn, .box .desc .btn {margin-left:0;width:100%;display:block;}
  .footer .skodaspan {width:75%;}
  .about p, .footer p, .about h3 {margin-bottom:27px;}
  .about .btn {font-size: 12px!important;}
  .activity:before {width:40px;height:40px;top:-20px;margin-left:-20px;}
  .activity, .program {padding-top:24px!important;}
  .activity h2, .program h2 {margin-bottom:0}
  ul.tabs {padding: 6px;margin-left:-12px;margin-right:-12px;margin-bottom:0;}
  ul.tabs li a {font-size: 12px!important;line-height:20px!important;}
  ul.subtabs li {font-size:12px;}
  .program ul.tabs {width:auto;max-width:calc(100% + 24px)}
  .box .desc {display:block;}
  .box ul li {width:calc(100% + 12px)}
  .program table {margin-left:-12px;margin-right:-12px;width:calc(100% + 24px);margin-bottom:24px;}
  .program table tr td {font-size: 12px;line-height:16px;padding-left:12px!important;padding-right:12px!important;vertical-align:top;}
  .program table tr td:first-child {width:80px;padding-right:0!important;}
  .program table tr td:last-child {padding-left:0!important;}
  .program table tr td .btn {display:none;}
	.single table tr td, .single table tr th {font-size: 10px;line-height:14px;}
  .bgmax .col50 {width:100%}
  .bgmax .overimg {margin-left:-24px;margin-right:-24px;}
  .faq ul {margin-left:-12px;margin-right:-12px;}
  .faq ul li {padding:12px;}
  .faq ul li h3:after {right:0;}
}

@media only screen and (min-width:581px) {
  .mobile {display:none!important;}
}

@media only screen and (max-width:580px) {
 .map {aspect-ratio:1 / 1}
 .desktop {display:none!important;}
}

@media only screen and (min-width:901px) {
	.activity .tab {flex-wrap:wrap;margin-left:-8px;margin-right:-8px;}
	.activity .tab.active {display:flex;}
	.activity .tab .box {width:calc(50% - 24px);margin-left:8px;margin-right:8px;padding:24px;}
	.activity .tab:not(#prednasky,#festival) .box .desc {height:100%;}
}

#wpadminbar, .otgs-development-site-front-end {display: none!important;}
#wpadminbar {text-align:left;}
#wpadminbar ul {display: inline-block;}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {border-color:#ff6600!important}
.wpcf7-not-valid-tip {font-size: 14px!important;color:#ff6600!important;display: inline-block;padding-top:4px;padding-bottom:0;}
.wpcf7 form .wpcf7-response-output {margin:0!important;padding:12px!important;border:0!important;text-align:left;}

/* Update */
.skodaspan {display:inline-block;}
.skodaspan a {display:block;position:absolute;top:25%;left:0;width:56%;height:50%;background: transparent}
