/* fonty */

/*@font-face  {font-family: "CallunaSans";	src: url("/fonts/CallunaSans/CallunaSans-Light.woff2");             font-weight: 300;}
@font-face  {font-family: "CallunaSans";	src: url("/fonts/CallunaSans/CallunaSans-LightItalic.woff2");       font-weight: 300;   font-style: italic;}*/

@font-face  {font-family: "CallunaSans";	src: url("/fonts/CallunaSans/CallunaSans-Regular.woff2"), url("/fonts/CallunaSans/CallunaSans-Regular.woff");}
/*@font-face  {font-family: "CallunaSans";	src: url("/fonts/CallunaSans/CallunaSans-Italic.woff2");                                font-style: italic;}*/

/*@font-face  {font-family: "CallunaSans";	src: url("/fonts/CallunaSans/CallunaSans-Bold.woff2");              font-weight: bold;}
@font-face  {font-family: "CallunaSans";	src: url("/fonts/CallunaSans/CallunaSans-BoldItalic.woff2");        font-weight: bold;	font-style: italic;}*/

@font-face  {font-family: "KosmikPro";          src: url("/fonts/KosmikPro/KosmikPro-Regular.woff2"), url("/fonts/KosmikPro/KosmikPro-Regular.woff2");}
/*@font-face  {font-family: "KosmikPro";          src: url("/fonts/KosmikPro/KosmikPro-Italic.woff2");                                      font-style: italic;}*/
@font-face  {font-family: "KosmikPro";          src: url("/fonts/KosmikPro/KosmikPro-Bold.woff2"), url("/fonts/KosmikPro/KosmikPro-Bold.woff2");              font-weight: bold;}
/*@font-face  {font-family: "KosmikPro";          src: url("/fonts/KosmikPro/KosmikPro-BoldItalic.woff2");        font-weight: bold;	font-style: italic;}*/

@font-face  {font-family: "KosmikGlyphs";       src: url("/fonts/KosmikPro/KosmikGlyphs.woff2"), url("/fonts/KosmikPro/KosmikGlyphs.woff2");}

/*@import url("/fonts/awesome/css/font-awesome.min.css");*/

/* normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
article,aside,details,div,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  box-sizing: border-box;
}
audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,strong {
  font-weight: bold;
}
i,em {
  font-style: italic;
  color: inherit;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,input,optgroup,select,textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,select {
  text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}



/* premenné */
:root {
    --GREY05: #F2F2F2;
    --GREY10: #E7E7E7;
    --GREY20: #CFCFCF;
    --GREY30: #B7B7B7;
    --GREY40: #9F9F9F;
    --GREY50: #878787;
    --GREY60: #6C6C6C;
    --GREY70: #515151;
    --GREY80: #363636;
    --GREY90: #1B1B1B;
    
    --YELLOW: #fbab18;
    --BLUE: #7aa6d3;
    --PINK: #f79e80;
    --RED: #da4c28;
    --GREEN: #2c9e96;
    --CREME: #f7f5e9;
    --NAVY: #272264;
    --ROSE: #fbded5;
    --ROSE2: #ffe9e1;
    --LIGHTBLUE: #c9dbee;
    
    --PAGE-WIDTH: 1552px;
    --CONTENT-WIDTH: 1410px;
    --FOOTER-HEIGHT: 765px;
}




/* základné */

body
  {
    font-family: 'CallunaSans', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: var(--NAVY); 
    background-color: var(--CREME);
    position: relative;
    margin: 0px;
    padding: 0px;
    text-rendering: geometricPrecision;
    font-kerning: normal;
  }
a {
    color: var(--PINK);
    text-decoration: none;
    cursor: pointer;
    transition: color .3s;
}
a:hover {
    color: var(--RED);
    text-decoration: none;
}
article a {
    color: var(--PINK);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition: color .3s, background-color .3s;
}
article a:hover {
    color: var(--RED);
    text-decoration: none;
}
article .WEtext a {
}
h1 {
    font-family: 'KosmikPro', sans-serif;
    font-weight: normal;
    font-size: 90px;
    margin-bottom: 35px;
    letter-spacing: 0.01em;
    line-height: 1.1;
    color: var(--BLUE);
    text-align: center;
}
h2 {
    font-size: 90px;
    margin-top: 50px;
    line-height: 1.1;
}
h3 {
    font-size: 75px;
    margin-top: 42px;
    line-height: 1.1;
}
h4 {
    font-size: 63px;
    margin-top: 40px;
    line-height: 1.2;
}
h5 {
    font-size: 52px;
    margin-top: 35px;
    line-height: 1.3;
}
h6 {
    font-size: 43px;
    line-height: 1.3;
    margin-top: 32px;
}
h2, h3, h4, h5 {
    font-weight: normal;
    text-align: left;
    color: var(--BLUE);
    letter-spacing: 0.03em;
}
h6 {
    font-weight: bold;
    text-align: left;
    color: var(--BLUE);
    letter-spacing: 0.02em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h2, h3, h4, h5, h6 {
    font-family: 'KosmikPro', sans-serif;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    text-align: center;
}
h1 + h2 {
    margin-top: 41px;
}
p {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: normal;
}
p + ol, p + ul {
    margin-top: 8px;
    margin-bottom: 12px;
}
.perex {
    max-width: 100vw;
    max-width: calc(100vw - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 28px;
}
.perex, .perex p {
    font-size: 19px;
    font-weight: bold;
    color: var(--YELLOW);
    line-height: 140%;
    letter-spacing: 0.02em;
}
.obsah ul, .obsah ol {
    margin-top: 16px;
    margin-bottom: 24px;
}
.obsah ul {
/*    list-style-type: disc;
    list-style-position: outside;*/
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
}
.obsah ul li {
    background: url('/img/bullet_yellow.png') no-repeat 0px 13px transparent;
    vertical-align: top;
    padding-left: 30px;
    margin-left: 20px;
}
.obsah li {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-top: 2px;
}
hr {
    background-color: #DDD;
    height: 1px;
    border: none;
    border-color: #DDD;
}
.WEurl, .WEartc {
    width: 1000px;
    max-width: calc(100vw - 20px);
    padding: 17px 0 15px 0; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.WEalst .WEartc {
    width: auto;
    display: inline-block;
    padding: 4px 0; 
}
.WEhr {
    background-color: transparent;
    height: 0px;
    border-top: solid 1px var(--YELLOW);
}
.HR100text {
    width: 1000px;
    max-width: calc(100vw - 20px);
    margin: 20px auto;
    border-top: solid 1px var(--YELLOW);
    background-color: transparent;
    height: 0px;
}
hr.bodkovana {
    background-color: transparent;
    width: 100%;
    height: 0px;
    border: none;
    border-top: 7px dotted var(--YELLOW);
    margin: 40px auto 40px auto;
}
.WEtext, .WEalst, .WEyoutube, .WEfile {
    width:100%;
    margin: 0 auto; 
    position: relative;
}
.WEfile a {
    margin-left: 0;
    padding-left: 0;
}
.WEfile a:before {
    padding-right: 15px;
    font-family:'FontAwesome';
    font-style: normal;
    color: var(--TMAVA);
}
.WEfile.nastiahnutie a:before {
    content: '';
}
.WEfile.subor a:before {
    content: '';
}
.WEfile.suborObrazok a:before {
    content: '';
}

.WEyoutube iframe {
    max-width: 100%;
}
.WEimg {
    margin-top: 6px;
    margin-bottom: 20px;
    max-width: 100%;
}
.imgRight {
    width: 36%;
    height: auto;
    float: right;
    margin-right: 3%;
}
.imgLeft {
    width: 36%;
    height: auto;
    float: left;
    margin-right: 3%;
}
article img.obrVlavo, article img[align="left"], .WEimgLeft {
	margin: 15px 40px 20px 0px !important;
	float:left;
}
article img.obrVpravo, article img[align="right"], .WEimgRight {
	margin: 15px 0px 20px 40px;
	float:right;
}
.WEimgAlone, .WEimgAlone.WEimgRight, .WEimgAlone.WEimgLeft {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding-left: calc((100% - var(--CONTENT-WIDTH)) / 2);
    padding-right: calc((100% - var(--CONTENT-WIDTH)) / 2);
    float: none;
}
article .WEimgAlone a {
    display: block;
}
.WEimgLeft {
    clear: both;
    display: inline-block;
    margin: 10px 30px 20px 0;
    padding-left: calc((100% - var(--CONTENT-WIDTH)) / 2);
}
.WEimgRight {
    clear: both;
    display: inline-block;
    margin: 10px 0 20px 30px;
    padding-right: calc((100% - var(--CONTENT-WIDTH)) / 2);
}
.WEimgLeft a, .WEimgRight a {
    position: relative;
    z-index: 10;
}
.sectionLeft {
    width: 60%;
    float: left;
}
.sectionRight {
    width: 60%;
    float: right;
}
.txtCelaSirka {
    width: 100%;
}
.wideImage {
    display: block;
    width: 100%;
    height: auto;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.tc {
    text-align: center;
}
.tj {
    text-align: justify;
}
.glyph {
    font-family: "KosmikGlyphs";
}

.obsah {
/*    width: 750px;
    float: left;    */
}
article {
    margin-top: 60px;
}
.page article {
    background: url('/img/bg-rose-b-top.png') repeat-x bottom center / auto;
    padding-bottom: 60px;
}
.poznamka {
    font-size: 17px;
    color: var(--SEDIVA);
    padding-top: 20px;
    border-top: solid 1px #BBB;
    margin-top: 30px;
    margin-bottom: 20px;
}
.popis {
    font-style: italic;
    font-size: smaller;
    font-weight: 300;
    color: var(--SEDIVA);
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.cl {
    clear: both;
}
.vyrazny {
    color: var(--TMAVA);
    font-weight: bold;
    font-size: 106%;
    letter-spacing: .03em;
}
.mt {
    margin-top: 30px;
}
.mt100 {
    margin-top: 100px;
}
.mt60 {
    margin-top: 60px;
}
.mt15 {
    margin-top: 15px;
}
.mb {
    margin-bottom: 30px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb15 {
    margin-bottom: 15px;
}
.pt {
    padding-top: 30px;
}
.pt20 {
    padding-top: 20px;
}
.pt10 {
    padding-top: 10px;
}
.pb {
    padding-bottom: 30px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb10 {
    padding-bottom: 10px;
}
.skryte {
    width: 0;
    height: 0;
    position: absolute;
    bottom:0;
    left: 0;
}
.zobrazene {
    display: block;
    opacity: 1;
}
.nezobrazene {
    display: none;
    opacity: 0;
}

/* layout */
.wrapper {
    width: var(--PAGE-WIDTH);
    margin: 0 auto; 
}
.wrapperWide {
    width: 100%;
    margin: 0; 
}
.container {
    width: var(--CONTENT-WIDTH);
    padding: 0; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
header {
    width: var(--CONTENT-WIDTH);
    height: 176px;
    margin: 0 auto;
    /*height: 100px;*/
    position: relative;
    margin-bottom: 0px;
    padding-top: 55px;
}
header, footer {
    /*overflow: hidden;*/
}
.home header {
    /*margin-bottom: 0;*/
}
.headerBG {
    width: 100%;
    height: 138px;
    position: relative;
    background:
        url("/img/menu-bg-left.png") no-repeat top left,
        url("/img/menu-bg-right.png") no-repeat top right,
        url("/img/menu-bg-middle.png") no-repeat 32px 0 / calc(100% - 32px - 34px) 138px;
}
.lista {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    opacity: 1;
}
#stick {
    display: block;
    z-index: 100;
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: transparent;
    background: url("/img/bg-noise-rose.png") repeat-x top left / auto;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.home #stick {
    /*display:none;*/
}
#stick.vidno {
    top: 0;
}
#stick .stickMenu {
    position: relative;
    width: auto;
    margin: 13px 0 0 0;
    text-align: center;    
}
#stick .stickMenu ul {
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}
#stick .stickMenu li {
    display: inline-block;
    padding: 0;
    margin: 0 20px;
}
#stick .stickMenu li a {
    display: block;
    font-family: 'KosmikPro';
    font-size: 24px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.05em;    
}
#stick .stickMenu li a:hover {  
    color: var(--NAVY);
}
.ikonyMenu.flexContainer, #stick.vidno .ikonyMenu.flexContainer {
/*    display: none;*/
}
#jazycek {
    position: absolute;
    top: -34px;
    left: 20vw;
    z-index: 101;
    cursor: pointer;
}

.meno {
    position: absolute;
    top: 47px;
    right: 0;
    font-family: 'KosmikPro', sans-serif;
    font-size: 34px;
    letter-spacing: 0.2em;    
    color: black;
}
.meno:hover {
    color: black;
}
.logo {
    display: block;
    position: absolute;
    left: 0;
    top: 24px;
    width: 151px;
}
.logo img {
    display: block;
    width: 100%;
    height: auto;
}
.mainMenu {
    /*text-align: center;*/
    position: absolute;
    left: 226px;
    top: 117px;
    width: calc(100% - 226px - 150px);
}
.mainMenu ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.mainMenu li {
    display: inline-block;
    margin: 0;
}
.mainMenu li a {
    font-family: 'KosmikPro';
    font-size: 50px;
    display: block;
    margin: 0;
}
.itemEpizody {
    color: var(--GREEN);
}
.itemPostavy {
    color: var(--PINK);
}
.itemSkoly {
    color: var(--RED);
}
.itemSkoly:hover, .itemSkoly:active {
    color: var(--BLUE);
}
.itemZahraj {
    color: var(--GREEN);
}
.itemZahraj:hover, .itemZahraj:active {
    color: var(--PINK);
}
.itemObchod {
    color: var(--BLUE);
}
.itemOnas {
    color: var(--PINK);
}
.itemEn {
    font-family: 'KosmikPro';
    font-size: 42px;
    display: block;
    position: absolute;
    top: -90px;
    right: -150px;
    color: var(--NAVY);
}
.iconLang {
    font-size: 46px;
    color: var(--RED);
    margin-right: 10px;
}
.iconGlobe {
    width: 47px;
    height: auto;
    margin-right: 4px;
}

/* mobile menu */
.bars {
    position: absolute;
    right: 30px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.menu_close {
    position: absolute;
    top: 13px;
    right: 13px;
    cursor: pointer;
}
.menu_close img {
    width: 30px;
    height: auto;
}
.mobileMenuScreen {
    display: none;
    width: 137px;
    position: fixed;
    top: 105px;
    right: -157px;
    z-index: 155;
    -moz-transition: right 1s;
    transition: right 1s;
}
.mobileMenuScreenContent {
    width: 100%;
    padding: 60px 0 10px 20px;
    background-color: var(--ROSE);
}
.mobileMenuScreenContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobileMenuScreenContent ul li {
    margin-bottom: 10px;
}
.mobileMenuScreenContent ul li a {
    font-family: 'KosmikPro';
    font-size: 26px;
    letter-spacing: 0.05em;    
    -moz-transition: color 0.5s;
    transition: color 0.5s;
}
.mobileMenuScreenContent ul li a:hover, .mobileMenuScreenContent ul li a:active {
    /*color: white;*/
}
.mobileMenuScreen.vysunute {
    right: 0;
}

.socialMenu {
    position: absolute;
    top: 18px;
    right: 0;
    text-align: right;
}
.socialMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.socialMenu li {
    display: inline-block;
    margin-left: 24px;
}
.socialMenu li a {
    display: block;
    opacity: 0.6;
}
.socialMenu li a:hover {
    opacity: 1;
}
.socialMenu li a img {
    display: block;
    height: 21px;
    width: auto;
}
.sekcia {
    padding-bottom: 20px;
    padding-top: 20px;
}



.onlyWideScreen {
    display: block;
}
.onlyNarrowScreen {
    display: none;
}
.inlineBlock {
    display: inline-block;
}
#top {
    position: relative;
}

#map_canvas {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 90vh;
}

/* flex content */

.flexContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    row-gap: 30px;
}
.gridContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.gridItem {
    min-width: 200px;
    padding: 0px;
}
.gridItem img {
    max-width: 100%;
}
.center {
    display: grid;
    place-items: center; 
}

/* panorama */
.panorama {
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.panorama, .panorama .container {
    height: 500px;
}
/*.poster {
    width: 100%;
}
.poster, .poster .container {
    height: auto;
}*/
.headlineContainer, .buttonContainer {
    padding: 50px 20px 40px;
    position: absolute;
}
.top {
    top:0;
}
.bottom {
    bottom:0;
}
.left {
    left:0;
}
.left * {
    text-align: left;
}
.right {
    right: 0;
}
.right * {
    text-align: right;
}

*.yellow {
    color: var(--YELLOW);
}
*.blue {
    color: var(--BLUE);
}
*.pink {
    color: var(--PINK);
}
*.red {
    color: var(--RED);
}
*.green {
    color: var(--GREEN);
}
*.creme {
    color: var(--CREME);
}
*.navy {
    color: var(--NAVY);
}
*.rose {
    color: var(--ROSE);
}



/* intro */
.intro {
    margin-bottom: 73px;
}
.intro img {
    display: block;
    width: 100%;
    height: auto;
}

/* layout */
.col3Layout {
    width: 100%;
    position: relative;
    text-align: center;
    /*margin-bottom: 100px;*/
}
.col3Layout .colCenter {
    width: calc(var(--CONTENT-WIDTH) / 3);
    min-height: 551px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}
.col3Layout .colLeft {
    width: calc(var(--PAGE-WIDTH) / 2);
    min-height: 551px;
    position: absolute;
    bottom: 0;
    right: calc(100% / 2);
    z-index: 3;
    background: url("/img/footer-emil-vdome.jpg") no-repeat left bottom / auto;
}
.col3Layout .colRight {
    width: calc(var(--PAGE-WIDTH) / 2);
    min-height: 551px;
    position: absolute;
    bottom: 0;
    left: calc(100% / 2);
    z-index: 2;
    background: url("/img/footer-strom.jpg") no-repeat right bottom / auto;
}
.col3Layout.aboutL5 .colLeft {
    background: url('/img/visuals/01_2_about.webp') no-repeat left bottom / auto; 
    background-size: 64% auto;
}
.col3Layout.aboutL5 .colRight {
    background: url('/img/visuals/01_3_small.webp') no-repeat right bottom / auto; 
    background-size: 69% auto;
}
.col3Layout.readWithUs .colLeft {
    background: url('/img/book-tajomnia.webp') no-repeat left bottom / auto 100%; 
    height:610px;
}
.col3Layout.readWithUs .colRight {
    background: url('/img/book-poklad.webp') no-repeat right bottom / auto 100%; 
    height:610px;
}

.col3LayoutB {
    width: var(--PAGE-WIDTH);
    position: relative;
    text-align: center;
    margin: 0 auto;
    /*margin-bottom: 100px;*/
}
.col3LayoutB .colCenter {
    width: calc((var(--PAGE-WIDTH) / 3) - 10px );
    min-height: 551px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}
.col3LayoutB .colLeft, .col3LayoutB .colRight {
    width: calc(var(--PAGE-WIDTH) / 3);
    min-height: 551px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: calc(var(--PAGE-WIDTH) / 3) auto; 
}
.col3LayoutB .colLeft img, .col3LayoutB .colRight img {
    max-width: calc(var(--PAGE-WIDTH) / 3);
    max-height: 551px;
    width: 100%;
    height: auto;
}
.col3LayoutB .colLeft {
    text-align: left;
    left: 0;
    /*background-position: left bottom;*/
}
.col3LayoutB .colRight {
    text-align: right;
    right: 0;
    /*background-position: right bottom;*/
/*    background-image: url('/img/book-tajomnia.webp');*/
}
/*
.col3LayoutB.aboutL5 .colLeft {
    background: url('/img/visuals/01_2_about.webp') no-repeat left bottom / auto; 
    background-size: 64% auto;
}
.col3LayoutB.aboutL5 .colRight {
    background: url('/img/visuals/01_3_small.webp') no-repeat right bottom / auto; 
    background-size: 69% auto;
}
*/
.col3LayoutB.readWithUs .colLeft {
    height: 610px;
    padding: 30px;
}
.col3LayoutB.readWithUs .colRight {
    height: 610px;
    padding: 30px;
}
.col3LayoutB.readWithUs .colLeft img, .col3LayoutB.readWithUs .colRight img {
    width: auto;
}


.col2Layout {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
.col2Layout .colLeft img, .col2Layout .colRight img {
    max-width: 100%;
}
.col2Layout .gridContainer {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    column-gap: 60px;
}


/* carousel */

.carousel {
    width: var(--PAGE-WIDTH);
    margin: 0 auto 100px;
}
/*.carousel .uk-slider-container {
  overflow: visible;
}*/
.carousel .uk-slider-items {
    padding: 50px 0;
}
.carousel a svg {
    display: none;
}
[class*="uk-position-center-left"], [class*="uk-position-center-right"] {
  top: 56%;
}


/* Characters */
.character {
    width: 244px; /* 270px */
    height: 330px;
    position: relative;
    background: white;
    border-radius: 19px;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.character .part_img {
    width: 100%;
    height: 88%;
    text-align: center;
    vertical-align: bottom;
    padding-top: 16px;
}
.character .part_img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    display: inline-block;
}
.character .part_txt {
    width: 100%;
    height: 12%;
    text-align: center;
    font-family: 'KosmikPro', sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding-top: 6px;
}
.character:hover {
    transform: scale(1.23);
    box-shadow: 0 0 10px rgba(247, 158, 128, 0.5); /* PINK */   
}

.aboutCharacterContainer {
    position: relative;
    width: var(--PAGE-WIDTH);
    padding: 30px 0;
    margin: 0 auto;
}

.aboutCharacter {
    position: absolute;
    top: 0;
    left: calc(50% - 425px);
    width: 850px;
    /*height: 635px;*/
    max-height: 90vh;
    background: white;
    border-radius: 19px;
    padding: 20px;
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 5px 20px rgba(122, 166, 211, 0.5); /* BLUE */
    -webkit-transition: all .5s;
    transition: all .5s; 
    z-index: 20;
    display: none;
}
.aboutCharacter .gridContainer {
    grid-template-columns: 1fr 1fr;
    gap: 0;    
}
.aboutTxt {
    width: 430px;
    /*height: 500px;*/
    padding-right: 30px;
}
.aboutTxt, .aboutTxt p {
    /*font-family: 'KosmikPro', sans-serif;*/
    font-size: 26px;
}
.aboutTxt .buttonClassic {
    /*width: 400px;*/
    height: 100px;
    position: relative;
    padding: 26px 30px 0;
    margin: 20px 0;
}
.aboutTxt .buttonClassic.icon {
    padding: 26px 30px 0 110px;
}
.aboutTxt .buttonClassic.icon img {
    position: absolute;
    top: 9px;
    left: 30px;
    height: auto;
    width: 66px;
}
.aboutTxt .buttonBored {
    margin: 20px 20px 0 0;
}
.aboutTxt .buttonBored.icon {
    padding: 26px 30px 32px 110px;
}
.aboutTxt .buttonBored.icon img {
    position: absolute;
    top: 9px;
    left: 10px;
    height: 66px;
    width: auto;
}
.aboutImg {
    width: 380px;
    height: 500px;
    max-height: 80vh;
    padding: 10px;
    border: solid 10px var(--LIGHTBLUE);
    border-radius: 15px;
    background-color: var(--BLUE);
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}
.aboutImg img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.closeModal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: var(--GREY50);
}
.aboutTxt p.temperament, span.temperament {
    font-size: 110%;
}
.aboutTxt p.temperament span, span.temperament {
    margin-right: 20px;
}
.infoRec {
    width: 80%;
    padding: 30px;
    margin: 20px auto;
    font-size: 108%;
    text-align: center;
    background-color: white;
    border: solid 8px var(--BLUE);
    border-radius: 40px; 
    box-sizing: border-box;
}

/* Activities */
.activities.gridContainer {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
}

.activity {
    width: 100%;
    /*height: 330px;*/
}
.activity .part_img {
    width: 100%;
    height: 365px;
    text-align: center;
    vertical-align: bottom;
    position: relative;
    top: 28px;
    z-index: 5;
}
.activity .part_img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    display: inline-block;
}
.activity .part_txt {
    width: 100%;
    /*height: 291px;*/
    padding: 60px 30px 20px;
    text-align: center;
    font-family: 'KosmikPro', sans-serif;
    font-size: 24px;
    color: black;
    background: white;
    border-radius: 19px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
}
.activity .part_txt h3 {
    font-size: 71px;
    letter-spacing: 0.01em;
    line-height: 1;
}
.activity .part_txt p {
    margin: 0;
    font-family: 'KosmikPro', sans-serif;
    font-size: 24px;
    color: black;    
}
.speakWords {
    position: absolute;
    top:36%;
    left: 17%;
    font-family: 'KosmikPro', sans-serif;
    font-size: clamp(0.6rem, 3.5vw, 3.2rem);
    line-height: 1.1;
    color: var(--NAVY);
    transform: rotate(-12deg);
}


/* blocks with backgrounds */

.bgRoseHillsTop {
    width: 100%;
    height: 202px;
    background-color: transparent;
    background: url("/img/bg-hills2.png") repeat-x top center / auto 202px;
}
.bgRose2 {
    background-color: var(--ROSE2);
}
.bgRose2 .container *:last-child {
    margin-bottom: 0;
}
.bgRoseHillsBottom {
    width: 100%;
    height: 201px;
    background-color: transparent;
    background: url("/img/bg-rose-bottom.png") repeat-x top center / auto 201px;
}



.coproduction {
    margin-top: 100px;
    position: relative;
    height: 1206px;
}
.backLayer {
    z-index: 1;
}
.frontLayer {
    z-index: 10;
}
.coproduction .backLayer {
    padding-top: 600px;
}
.coproduction .backLayer .bgRose2 {
    height: 406px;
}
.coproduction .animalLayer {
    position: absolute;
    top: 500px;
    height: 706px;
    width: 100%;
    z-index: 2;
}
.coproduction .partnerLayer {
    position: absolute;
    top: 0;
    /*height: 706px;*/
    width: 100%;
    z-index: 2;
}
.coproduction .partnerLayer .container {
    position: relative;
    /*height: 706px;*/
    z-index: 3;
    column-gap: 80px;
}
.coproduction .circle {
    position: absolute;
    height: 292px;
    width: 292px;
    border-radius: 50%;
    background-color: white;
    display: grid;
    place-items: center; 
}
.coproduction .circle img {
    max-width: 80%;
    max-height: 80%;
    display: block;
}
.logo1 {
    top: 60%;
    left: 0;
}
.logo2 {
    top: 20%;
    left: 16%;
}
.logo3 {
    top: 0;
    left: calc(50% - 146px);
}
.logo4 {
    top: 20%;
    right: 16%;
}
.logo5 {
    top: 60%;
    right: 0;
}
.coproduction .circle.logo2 img, .logoCoproducent img {
    max-width: 100%;
    max-height: 200px;
}
.logoCoproducent {
    display: block;
    height: 200px;
    display: grid;
    place-items: center; 
}
.oFoolMoon {
    gap: 10%;
}
.oFoolMoon1, .oFoolMoon2 {
    width: 45%;
}
.nameBlock {
    width: 60%;
    margin-bottom: 20px;
}
.nameBlock.even {
    margin-left: 0;
    margin-right: auto;
}
.nameBlock.odd {
    margin-left: auto;
    margin-right: 0;
}
.partName {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}
.partRole {
    margin-top: 0;
    font-weight: normal;
    text-align: center;
}
.bgLeaves {
    background: url('/img/bg-listy.webp') transparent no-repeat center top / 100% auto;
}

/* úprava sekcií pre WE */
section.sekcia {
    width: 100%;
    padding-left: calc((100% - var(--PAGE-WIDTH)) / 2);
    padding-right: calc((100% - var(--PAGE-WIDTH)) / 2);
}
section.sectionContent {
    width: 100%;
    padding-left: calc((100% - var(--CONTENT-WIDTH)) / 2);
    padding-right: calc((100% - var(--CONTENT-WIDTH)) / 2);
}

/* header */
.ThemeName {
    position: absolute;
    top: 47px;
    left: 87px;
    font-family: 'KosmikPro';
    font-size: 34px;
    letter-spacing: 0.2em;    
    color: var(--YELLOW);    
}


/* videos */

.videoList.gridContainer {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
    column-gap: 44px;
}
.videoThumb {
    position: relative;
}
.videoThumb video, .videoThumb img.poster, .videoThumb .poster {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}
.videoThumb img.poster, .videoThumb .poster {
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.videoThumb img.poster:hover, .videoThumb .poster:hover {
    transform: scale(1.08);
    box-shadow: 0 0 10px rgba(122, 166, 211, 0.7); /* BLUE */   
    border-radius: 30px;
}
.videoThumb .poster img {
    width: 100%;
    height: auto;
    display: block;
}
.videoThumb .poster img.EpisodePic {
    width: 100%;
    z-index: 81;
}
.videoThumb .poster img.BlueArea {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 82;
}
.videoThumb .poster img.IconPlay {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 83;
}
.videoThumb .poster .EpisodeName {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 84;
    font-family: 'KosmikPro';
    /*font-size: clamp(20px, 2.5vw, 39px);*/
    font-size: 39px;
    letter-spacing: 0;
    color: white;
    text-transform: uppercase;
    margin: 0 0 0.3vw 18px;      
}
.videoInfoContainer {
}
.videoInfoContainer.uk-dropdown {
  background: transparent;
  box-shadow: none;
  padding: 15px;
}
.videoInfo {
    position: relative;
/*    top: 30px;
    left: 30px;    */
    /*top: calc(100% + 30px);*/
/*    left:  calc(50vw - (var(--CONTENT-WIDTH) / 2 ) - 30px);*/
    width: calc(var(--CONTENT-WIDTH) * .66 - 60px);
    /*height: 635px;*/
    /*max-height: 90vh;*/
    background: white;
    border-radius: 19px;
    padding: 30px;
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 5px 20px rgba(122, 166, 211, 0.5); /* BLUE */
    -webkit-transition: all .5s;
    transition: all .5s; 
    z-index: 20;
    /*display: none;*/
}
.videoInfo .gridContainer {
    grid-template-columns: 1fr 1fr;
    gap: 0;    
}
.videoInfo h3 {
    color: var(--GREY30);    
}
.videoTxt {
    /*width: 430px;*/
    width: calc((var(--CONTENT-WIDTH) * .66 - 60px) * 0.35);
    /*height: 500px;*/
}
.videoTxt, .videoTxt p {
    /*font-family: 'KosmikPro', sans-serif;*/
    font-size: 21px;
}
.videoTxt a, .videoTxt p a {
    font-family: 'KosmikPro', sans-serif;
    font-size: 30px;
}
.videoTxt .buttonClassic {
    /*width: 400px;*/
    height: 100px;
    position: relative;
    padding: 26px 30px 0;
    margin: 20px 0;
}
.videoTxt .buttonClassic.icon {
    padding: 26px 30px 0 110px;
}
.videoTxt .buttonClassic.icon img {
    position: absolute;
    top: 9px;
    left: 30px;
    height: 66px;
    width: auto;
}
.videoVideo {
    /*width: 720px;*/
    width: calc(((var(--CONTENT-WIDTH) * .66 - 60px) * 0.65) - 60px);
    /*height: 500px;*/
    /*max-height: 80vh;*/
    padding-right: 30px;
    /*border: solid 10px var(--LIGHTBLUE);*/
    /*background-color: var(--BLUE);*/
    /*display: table-cell;*/
    /*vertical-align: bottom;*/
    /*text-align: center;*/
    position: relative;
}
.videoVideo video {
    display: block;
    border-radius: 15px;
    width: 100%;
    height: auto;
}
.videoVideo iframe {
    border-radius: 15px;
    width: 100%;
    height: auto;
}
.videoVideo .poster {
    position: relative;
}
.videoVideo .poster:hover {
    transform: none;
    box-shadow: 0 0 10px rgba(122, 166, 211, 1); /* BLUE */   
    border-radius: 15px;
}
.videoThumbs.gridContainer {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.videoThumbs img {
    height: auto;
    border-radius: 15px;
    display: block;
}



/* projekt */
.projekt {
    width: 240px;
    max-width: 100%;
}
.projekt a, .projekt img, .projekt h2 {
    display: block;
    width: 100%;
}
.projekt a, .projekt h2 {
    text-align: center;
}
.projekt a, .projekt h2 {
    font-family: 'KosmikPro';
    font-size: 24px;
    color: var(--YELLOW);  
}
.projekt a {
    padding: 0;
}
.projekt a, .projekt a h2 {
    transition: color .3s;
}
.projekt a:hover, .projekt a:hover h2 {
    background-color: transparent;
    color: var(--NAVY);
}
.home .projekt a:hover img {
    transition: filter 1s;
}
.home .projekt a:hover img {
    filter: saturate(300%);
}


/* formulár */
.formular {
    margin-top: 0;
    margin-bottom: 0;
}
.formular .form-riadok {
    margin-bottom: 30px;
}
.formular label {
    color: var(--TMAVA);
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    cursor: pointer;	
}
.formular input, .formular textarea {
    font-family: 'CallunaSans', sans-serif;
    width: 100%;
    font-size: 21px;
    font-weight: normal;
    color: var(--TMAVA);
    background-color: var(--TELOVA);
    border: solid 2px var(--YELLOW);
    border-radius: 0;
    padding: 6px 12px;
    box-sizing: border-box;
}
.formular textarea {
    height: 250px;
}
.formular .button {
    margin-top: 40px;
    max-width: 100%;
}
.formular .button:hover {
    cursor: pointer;
}
.formular input.checkbox {
    
}

.formular input[type="checkbox"].checkbox {
}

.formular input[type="checkbox"].checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;	
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;	
    background-image: url('/img/symbol-unchecked.svg');
    background-size: 30px 30px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    transition: background 1s;
}

.formular input[type="checkbox"].checkbox:checked {
    background-image: url('/img/symbol-checked.svg');
}
.formular label.label-vpravo {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
#newsletter_formular_box {  /* form na podstránkach */
    display: none;
}

.alert, .alert.uk-alert-danger {
    position: fixed;
    top:40px;
    left:40px;
    z-index: 10000;
    width: calc(100% - 80px);
    margin: 0;
    padding: 20px;
    text-align: center;
    border: solid 2px var(--YELLOW);
    background-color: var(--CERVENA);
    color: white;
    box-shadow: 0 0 20px black;
}
.alert p, .odberNoviniek .alert p {
    color: white;
}

/* úprava simplelightbox */
.sl-prev, .sl-next, .sl-close {
    font-family:'FontAwesome';
    color: var(--TMAVA);
}


/* úprava menu uikit */
.uk-alert {
    font-weight: bold;
}
.uk-alert-danger {
    border: solid 1px #f0506e;
    border-radius: 5px;
}
.uk-navbar-nav > li > a {
    color: white;
    text-transform: none;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    min-height: 63px;
    padding: 0 15px;
    font-size: 1.28rem;
    font-family: 'CallunaSans', sans-serif;
    font-weight: 300;
    text-decoration: none;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    color: #FAC541; /* zlatá */
}
.uk-navbar-dropdown {
    padding: 15px;
}
.uk-navbar-dropdown-nav > li {
    padding-left: 10px;
    padding-right: 10px;
}
.uk-navbar-dropdown-nav > li:hover {
    background-color: #FFF4CC; /* jemná zlatá */
}
.uk-navbar-dropdown-nav > li > a {
    color: #6C5D47;
}
.uk-navbar-toggle {
    color: #FAC541;
}
.uk-navbar-toggle:hover {
    color: #FAC541;
}
.uk-offcanvas-bar {
    background: #6C5D47; /* hnedá */
}
.uk-offcanvas-bar .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(250, 197, 65, .8); /* zlatá */
}
.uk-offcanvas-bar .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
    color: rgba(250, 197, 65, 1); /* zlatá */
}
.uk-grid {
  margin-left: -30px;
}
.uk-lightbox {
  background: #fff;
}
article .galeriaNahlady a:hover {
    background-color: transparent;
}
.uk-card {
  padding: 0 10px;
}



/* button */
button, .button {
    box-sizing: border-box;
    text-align: center;
    border: 2px solid var(--YELLOW);
    font-family: 'CallunaSans', sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: black;
    line-height: 120%;
    display: block;
    position: relative;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    padding: 10px 20px;
    background-color: transparent;
}
.button.transp {
    background: none;
}
.button.semitransp {
    background: rgba(0,0,0,.3);
}
button:hover, .button:hover {
}
button.transp:hover, .button.transp:hover, button.semitransp:hover, .button.semitransp:hover {

}
.buttonContainer .button {
    display: inline-block;
}
.buttonContainer.right .button {
    margin-left: 20px;
}
.buttonContainer.left .button {
    margin-right: 20px;
}
.button.maly {
    font-weight: 300;
    font-size: 16px;
    padding: 4px 10px;
    border-width: 1px;
}
.buttonLeaf {
    box-sizing: border-box;
    text-align: center;
    font-family: 'KosmikPro', sans-serif;
    font-size: 50px;
    font-weight: normal;
    color: white;
    line-height: 120%;
    display: block;
    position: relative;
    width: 248px;
    height: 152px;
    padding: 47px 20px 0;
    margin: 50px auto 10px;
    background-color: transparent;
    background: url("/img/button-bg-leaf-navy.webp") no-repeat top center / 100% 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.buttonLeaf:hover {
    /*background: url("/img/button-bg-red.png") no-repeat top center / 100% 100%;*/
    color: white;
    filter: hue-rotate(-25deg) brightness(4) saturate(50%);
}    
.buttonLeaf.yellow {
    background: url("/img/button-bg-leaf-yellow.webp") no-repeat top center / 100% 100%;
}
.buttonLeaf.blue {
    background: url("/img/button-bg-leaf-blue.webp") no-repeat top center / 100% 100%;
}
.buttonLeaf.pink {
    background: url("/img/button-bg-leaf-pink.webp") no-repeat top center / 100% 100%;
}
.buttonLeaf.red {
    background: url("/img/button-bg-leaf-red.webp") no-repeat top center / 100% 100%;
}
.buttonLeaf.green {
    background: url("/img/button-bg-leaf-green.webp") no-repeat top center / 100% 100%;
}
.buttonLeaf.yellow:hover {
    filter: hue-rotate(90deg) saturate(40%) brightness(0.7);
}
.buttonLeaf.blue:hover {
    filter: hue-rotate(162deg) saturate(180%) brightness(1.1); 
}
.buttonLeaf.pink:hover {
    filter: hue-rotate(196deg) saturate(75%) brightness(1.0);
}
.buttonLeaf.red:hover {
    /*background: url("/img/button-bg-leaf-blue.webp") no-repeat top center / 100% 100%;*/
    filter: hue-rotate(-153deg) saturate(50%) brightness(1.4);
}
.buttonLeaf.green:hover {
    filter: hue-rotate(-153deg) saturate(90%) brightness(1.3);
}
.buttonLeaf.small {
    line-height: 95%;
    font-size: 40px;
    padding: 39px 26px 0 25px;
}
.buttonClassic {
    box-sizing: border-box;
    font-family: 'KosmikPro', sans-serif;
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: white;
    line-height: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 30px 10px;
    margin: 20px 10px;
    background-color: var(--LIGHTBLUE);
    border: solid 8px var(--BLUE);
    border-radius: 40px;
    -webkit-transition: all .5s;
    transition: all .5s;   
}
.buttonClassic:hover {
    color: white;
    background-color: var(--BLUE);
    border: solid 8px var(--LIGHTBLUE);
}
.buttonClassic img {
    height: 50px;
    width: auto;
    margin: -10px 20px 0 0;
    -webkit-transition: all .5s;
    transition: all .5s;   
}
.buttonClassic:hover img {
    filter: hue-rotate(-60deg) saturate(110%) brightness(1.2);
}
.buttonBored {
    box-sizing: border-box;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.03em;
    color: white;
    line-height: 100%;
    display: inline-block;
    position: relative;
    padding: 8px 30px 8px;
    margin: 20px 10px;
    border: none;
    background-color: var(--BLUE);
    border-radius: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;   
}
.buttonBored:hover {
    color: white;
    background-color: var(--NAVY);
    border: none;
}
.buttonBored.yellow {
    background-color: var(--YELLOW);
}
.buttonBored.pink {
    background-color: var(--PINK);
}
.buttonBored.red {
    background-color: var(--RED);
}
.buttonBored.green {
    background-color: var(--GREEN);
}
.buttonBored.rose {
    background-color: var(--ROSE);
}

/* file */
.buttonClassicFile {
    text-align: center;
}
.buttonClassicFile a {
    box-sizing: border-box;
    font-family: 'KosmikPro', sans-serif;
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: white;
    line-height: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 30px 10px;
    margin: 20px 10px;
    background-color: var(--LIGHTBLUE);
    border: solid 8px var(--BLUE);
    border-radius: 40px;
    -webkit-transition: all .5s;
    transition: all .5s;   
}
.buttonClassicFile a:hover {
    color: white;
    background-color: var(--BLUE);
    border: solid 8px var(--LIGHTBLUE);
}


#totop {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-image: url("/img/totop.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: background-image 1s, opacity 1s;
    transition: background-image 1s, opacity 1s;
    opacity: 0;
}
#totop:hover {
    background-image: url("/img/totop_hover.png");
}
#totop.show {
    opacity: 1;
}

/* XCC cookies */
button.xcc_button {
    text-transform: none;
}

/* karty */
.WEcardWrap {
    clear: both;
/*    margin-top: 60px;*/
}
.uk-card-body h2:first-child, .uk-card-body h3:first-child, .uk-card-body h4:first-child, .uk-card-body h5:first-child {
    margin-top: 0;
}
a .uk-card-body p {
    font-weight: normal;
}
.uk-card-body h2 {
    font-size: 24px;
}
.uk-card-body h3 {
    font-size: 22px;
}
.uk-card-body h4 {
    font-size: 20px;
    font-style: normal;
}
.uk-card-body h5 {
    font-size: 18px;
}
.uk-card-body p, .uk-card-body p.vyrazny {
    font-size: 18px;
}
.tabPolozka table td {
    vertical-align: top;
}

/*zoznam */
.WEalst {
    clear: both;
    margin-top: 15px;
    margin-bottom: 30px;
}
.WEalst .odkaz {
    margin-bottom: 20px;
}
.WEartc {
    text-align: left;
    display: block;
}

/* footer */
footer {
    width: 100%;
    height: var(--FOOTER-HEIGHT);
    padding: 30px 0 0 0;
    background-color: var(--ROSE);
    overflow: hidden;
}
footer, footer p {
    font-size: 15px;
    font-weight: normal;
}
footer a {
    color: var(--YELLOW);
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
}
footer a:hover {
    color: var(--NAVY);
    text-decoration: none;
}
footer h2 {
    position: relative;
    z-index: 11;
}
.home footer { 
    padding: 70px 0 0 0;
    background-color: var(--ROSE2);
}

.footerCenter {
    /*width: var(--CONTENT-WIDTH);*/
    width: calc(var(--CONTENT-WIDTH) / 3);
    /*height: var(--FOOTER-HEIGHT);*/
    /*margin: 0 auto;*/
    position: absolute;
    bottom: 25px;
    /*left: calc((100% - var(--CONTENT-WIDTH)) / 2);*/
    left: calc(50% - (var(--CONTENT-WIDTH) / 6) );
    z-index: 5;
}
.footerLeft {
    width: calc(var(--PAGE-WIDTH) / 2);
    height: var(--FOOTER-HEIGHT);
    position: absolute;
    bottom: 0;
    right: calc(100% / 2);
    z-index: 3;
    /*background: url("/img/footer-emil-vdome.jpg") no-repeat 71% 100% / auto;*/
    background: url("/img/visuals/01_bottom.webp") no-repeat left bottom / 576px auto;
}
.footerRight {
    width: calc(var(--PAGE-WIDTH) / 2);
    height: var(--FOOTER-HEIGHT);
    position: absolute;
    bottom: 0;
    left: calc(100% / 2);
    z-index: 2;
/*    background: url("/img/footer-strom.jpg") no-repeat 16% 80% / auto;*/
    background: url("/img/tabulovnik_cisty.webp") no-repeat right bottom / 668px auto;
}
.logoLesna5Footer {
    display: block;
    width: 224px;
    margin: 0 auto 2px;
}
.logoLesna5Footer img {
    display: block;
    width: 100%;
    height: auto;
}
.footerMenu, .footerMenu a {
    font-family: 'KosmikPro';
    font-size: 24px;
    font-weight: normal;
    color: black;
    text-align: center;
}
.footerMenu a:hover {
    color: var(--GREEN);
}
.copyright {
    font-family: 'KosmikPro';
    font-size: 16px;
    font-weight: normal;
    color: black;
    text-align: center; 
    margin-bottom: 14px;
}
.linkYouTubeFooter, .linkInstagramFooter, .linkFacebookFooter {
    position: absolute;
    font-family: 'KosmikPro';
    font-size: 26px;
    font-weight: normal;
    text-align: center; 
}
.linkYouTubeFooter:hover, .linkInstagramFooter:hover, .linkFacebookFooter:hover {
    color: var(--NAVY);
}
.linkYouTubeFooter img, .linkInstagramFooter img, .linkFacebookFooter img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto 1px;
}
.linkYouTubeFooter {
    width: 120px;
    bottom: 38.5%;
    right: 7%;
    z-index: 11;    
    color: var(--RED);
}
.linkYouTubeFooter img {
    width: 75px;
}
.linkInstagramFooter {
    width: 110px;
    bottom: 52%;
    right: 54%;
    z-index: 12;    
    color: var(--PINK);
}
.linkInstagramFooter img {
    width: 63px;
}
.linkFacebookFooter {
    width: 110px;
    bottom: 26%;
    right: 63%;
    z-index: 13;    
    color: var(--BLUE);
}
.linkFacebookFooter img {
    width: 63px;
}

/* galeria */
.galeriaClanok {
    clear: both;
    width: 100%;
}
.galeriaClanok a {
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    width: 23%;
    width: calc(25% - 10px);
    height: 23%;
    height: calc(25% - 10px);
    float: left;
    margin: 5px;
    padding: 0;
}
article .albumy a {
  padding-left: 0;
  padding-right: 0;
}
.albumy .uk-card {
    overflow: hidden;
    
}
.uk-lightbox-toolbar.uk-position-top.uk-text-right.uk-transition-slide-top.uk-transition-opaque {
    width: 50px;
    top:0;
    right: 0;
    left: auto;
}
.galeria .perex {
    font-weight: 300;
}
.albumy {
    margin-bottom: 30px;
}
.galeriaNahlady.uk-grid > * {
  padding-left: 20px;
}

@media only screen and  (min-width: 1200px) {
 
}


@media only screen and ( max-width: 1552px ) /* page width */
{
    :root {
        --PAGE-WIDTH: 100%;
    }
    .logo {
        left: 30px;
    }    
    footer {
        height: auto;
    }
    .footerLeft {
        display: none;
    }
    .footerRight {
        position: relative;
        /*width: calc(100% - 40px);*/
        width: 776px;
        height: 650px;
        margin: 0 auto 40px;
        left: 0;
        bottom: auto;
        background: url("/img/tabulovnik_cisty.webp") no-repeat center bottom / 668px auto;
    }
    .footerCenter {
        position: relative;
        width: calc(100% - 40px);
        height: auto;
        margin: 40px auto;
        left: 0;
        bottom: auto;
    }
    .linkFacebookFooter {
        bottom: 31%;
        right: 69%;
    }
    .linkInstagramFooter {
        bottom: 60%;
        right: 61%;
    }
    .linkYouTubeFooter {
        bottom: 44.5%;
        right: 15%;
    }
    .col3LayoutB .colLeft img, .col3LayoutB .colRight img {
        max-width: none;
    }
    .col3LayoutB .colLeft, .col3LayoutB .colRight {
        padding: 0 10px;
    }
}

@media only screen and ( max-width: 1460px )
{
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .activities.gridContainer {
      grid-template-columns: 1fr 1fr;
    } 
    section.sectionContent {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media only screen and ( max-width: 1410px ) /* content width */
{
    :root {
        --CONTENT-WIDTH: 100vw;
    }
    .mainMenu {
        width: calc(100% - 226px - 30px);
    }  
    .coproduction .animalLayer {
        /*position: relative;*/
        top: auto;
        bottom: 0;
        right: auto;
        left: auto;
        height: 706px;
        width: calc(100% - 40px);
    }
}

@media only screen and ( max-width: 1234px ) 
{
    .col3LayoutB.readWithUs .colLeft img, .col3LayoutB.readWithUs .colRight img {
        width: 100%;
        height: auto;
        max-width: 380px;
    }
}


@media only screen and ( max-width: 1100px ) 
{
    .mainMenu li a {
        font-size: 40px;
    }
    .videoInfo > .gridContainer {
        grid-template-columns: 1fr;
    }
    .videoVideo, .videoTxt {
        width: 100%;
        padding-right: 0;
    }
    .videoList.gridContainer {
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
        column-gap: 40px;
    }
}


@media only screen and ( max-width: 930px ) 
{
    .wrapper {
        width: 100%;
    }
    .container {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .WEurl, .WEartc {
        width: 90%;
        width: calc(100% - 30px);
        padding: 17px 30px 30px 30px;
        box-sizing: border-box;
        margin-left: 20px;
    }
    .onlyWideScreen {
        display: none;
    }
    .onlyNarrowScreen {
        display: block;
    }
    header {
        height: 154px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .logo {
        left: 20px;
        top: 19px;
        width: 140px;
    }    
    footer a {
      font-size: 17px;
    }    
    .gridItem {
        min-width: 25%;
    }
    section.sekcia, .WEimgAlone, .WEimgAlone.WEimgRight, .WEimgAlone.WEimgLeft {
        width: 100%;
    }
    .WEimgLeft {
    }
   .WEimgRight {
    }
    .uk-grid {
        margin-left: -50px;
        margin-right: -30px;
    }
    .col3Layout .colCenter, .col3Layout .colLeft, .col3Layout .colRight {
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        bottom: 0;
        top: auto;
        padding: 0 20px;
    } 
    .col3Layout.aboutL5 .colLeft {
        background-size: auto 550px;
        background-position: center bottom;
        margin-bottom: 60px;
    }
    .col3Layout.aboutL5 .colRight {
        background-size: auto 530px;
        background-position: center bottom;
    }
    .col3Layout.readWithUs .colLeft {
        background-size: auto 530px;
        background-position: center bottom;
    }
    .col3Layout.readWithUs .colRight {
        background-size: auto 530px;
        background-position: center bottom;
    }
    .col3LayoutB .colLeft img, .col3LayoutB .colRight img {
        height: 70vh;
        width: auto;
    }
    .col3LayoutB .colCenter, .col3LayoutB .colLeft, .col3LayoutB .colRight {
        width: 100%;
        position: relative;
        left: auto;
        right: auto;
        bottom: 0;
        top: auto;
        padding: 20px;
        text-align: center;
        min-height: 0;
    }
    .forTeachers .gridContainer {
        grid-template-columns: 1fr;
    }
    .forTeachers .colLeft, .forTeachers .colRight {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and ( max-width: 900px ) 
{
    .gridContainer {
        gap: 20px;
    }
    .aboutCharacter {
        left: 20px;
        width: calc(100vw - 40px);
        height: auto;
        max-height: 90vh;
    } 
    .aboutTxt {
        width: calc(((100vw - 40px) - 20px) / 2 );
        height: auto;
        padding-right: 20px;
    }
    .aboutImg {
        width: calc(((100vw - 40px) - 60px) / 2 );
        height: auto;
    }
}

@media only screen and ( max-width: 860px ) 
{
    .mainMenu li {
      margin-left: 10px;
    }
    .mainMenu li a {
      font-size: 18px;
    }
    #newsletter_formular input[type="email"], #newsletter_formular input[type="text"], #newsletter_formular textarea {
      width: 20vw;
    }
    .formular input, .formular textarea {
      font-size: 19px;
      padding: 4px 8px;
    }  
    .odberNoviniek p, .odberNoviniek li {
      font-size: 17px;
    } 
    .odberNoviniek .formular label {
      font-size: 17px;
    }
    footer h6 {
        font-size: 18px;
    }
    .blok .headlineContainer, .buttonContainer {
      padding-left: 10px;
      padding-right: 10px;
    }    
    h1 {
      font-size: 72px;
    }
    h2 {
      font-size: 72px;
    }
    h3 {
      font-size: 60px;
    }
    h4 {
        font-size: 50px;
    }
    .gridContainer {
      gap: 15px;
    }    
    .oFoolMoon1, .oFoolMoon2 {
      width: 100%;
    }
}

@media only screen and ( max-width: 790px ) 
{
    #stick .stickMenu li {
        margin: 0;
    }
    #stick .stickMenu {
        margin: 18px 0 0 0;
    }
    #stick .stickMenu ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }
}

@media only screen and ( max-width: 776px ) 
{
    .footerRight {
        width: 100vw;
        height: calc(100vw / 1.195);
        margin: 0 auto 40px;
        background: url("/img/tabulovnik_cisty.webp") no-repeat center bottom / calc(100vw / 1.16) auto;
    }
    .linkFacebookFooter {
        width: calc((100vw - 40px) * 0.10);
        font-size: calc((100vw - 40px) * 0.03);
        right: 71%;
    }
    .linkInstagramFooter {
        width: calc((100vw - 40px) * 0.10);
        font-size: calc((100vw - 40px) * 0.03);
        right: 63%;
    }
    .linkYouTubeFooter {
        width: calc((100vw - 40px) * 0.10);
        font-size: calc((100vw - 40px) * 0.03);
        right: 18%;
    }
    .infoRec {
        width: 100%;
    }
    .nameBlock, .nameBlock.odd, .nameBlock.even {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    p.partName, p.partRole {
        font-size: 18px;
    }
    .col3LayoutB .colLeft img, .col3LayoutB .colRight img {
        height: auto;
        width: calc(100% - 40px);
        max-width: 400px;
        max-height: none;
    }
}


@media only screen and ( max-width: 710px ) 
{
    .headlineContainer h2 {
      font-size: 40px;
    }
    .headlineContainer h4 {
      font-size: 22px;
    }
    .panorama, .panorama .container {
      height: 400px;
    }    
    .headlineContainer, .buttonContainer {
      padding: 20px 20px 20px;
    }
    .gridContainer {
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
    .blok.gridContainer {
      grid-template-columns: 1fr;
    }    
    .eshopUkazky .gridContainer {
      gap: 15px;
    }
    .gridItem > img {
      margin: 0 auto;
    }    
    .gridItem.CD a div {
        margin: 8px 0 0;
    }
    .blok .gridItem.tr {
      text-align: center;
    }    
    .blok .buttonContainer {
      position: relative;
    }    
    .blok .gridContainer, .blok.gridContainer {
      gap: 10px;
    }    
    body, p, .formular label {
      font-size: 22px;
    } 
    .clipWrapper h2, h2.clipWrapper {
      font-size: 24px;
    } 
    .polovicnaSirka, h2.clipWrapper.polovicnaSirka {
        width: 100%;
    }
    button, .button {
      font-size: 19px;
      padding: 8px 12px;
    }
    .sekcia {
        padding-bottom: 20px;
    }    
    .blok {
        margin-bottom: 30px;
    } 
    .formular input, .formular textarea {
      font-size: 18px;
      padding: 6px 10px;
    }  
    footer p, footer a {
      font-size: 15px;
    }
    .blok .gridItem {
      min-width: auto;
    }
    .col1, .col2, .col3, .col4 {
      margin-right: 5px;
    }    
    .WEurl, .WEartc {
        padding-top: 19px; 
    }
    .activities.gridContainer {
        grid-template-columns: 1fr;
    } 
    .activity {
        width: 100%;
    }
    .activity .part_txt h3 {
        font-size: 60px;
    }
    .buttonLeaf {
        /*width: 200px;*/
    }
    .coproduction {
        height: 1310px;
    }
    .coproduction .partnerLayer .container {
        grid-template-columns: 1fr 1fr 1fr;
        height: 625px;
        column-gap: 60px;
        row-gap: 0;
    }
    .coproduction .backLayer {
        padding-top: 702px;
    }
    .aboutCharacter {
        height: auto;
        max-height: none;
    }
    .aboutTxt {
        width: calc((100vw - 40px) - 40px );
        height: auto;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .aboutTxt, .aboutTxt p {
        line-height: 130%;
        font-size: 20px;
    }
    .aboutImg {
        width: calc((100vw - 40px) - 40px );
        max-height: 40vh;
    }
    .buttonLeaf {
        font-size: 40px;
    }
    .videoList.gridContainer {
        grid-template-columns: 1fr;
        row-gap: 30px;
        column-gap: 30px;
    }
    .videoInfoContainer[class*="uk-dropdown-bottom"] {
        margin-top: -30px;
    }
    .videoInfo {
        width: 100%;
    }
    .videoInfo h3 {
        font-size: 40px;
    }
    .videoTxt p, .teachText p {
        font-size: 17px;
        line-height: 130%;
    }
    .buttonClassic {
        font-size: 30px;
        padding: 11px 20px 5px;
        margin: 15px 8px;
        border: solid 6px var(--BLUE);
        border-radius: 30px;
    }
    .buttonClassic:hover {
        border: solid 6px var(--LIGHTBLUE);
    }
}

@media only screen and ( max-width: 630px ) 
{
    .portret {
      width: 150px;
    }
    #stick .mainMenu li {
      margin: 0 8px;
    }
    .aboutCharacter .gridContainer {
        grid-template-columns: 1fr;
    }
}







@media only screen and ( max-width: 600px ) 
{

    .txtFloatLeft, .txtFloatRight {
        float: none;
        width: calc(100% - 80px);
        margin-left: auto;
        margin-right: auto;
    }

    .imgLeft, .imgRight {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .eshopUkazky .gridContainer {
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }
    .eshopUkazky .gridItem {
      margin-bottom: 30px;
    }
    .odberNoviniek p, .odberNoviniek li, .odberNoviniek .formular label {
      font-weight: normal;
    }    
    footer section.cervena h2 {
        width: calc(100% - 60px);
        font-size: 34px;
    }    
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 26px;
    }
    h5 {
        font-size: 22px;
    }
    section h2 {
        font-size: 33px;
    }
    .coproduction .animalLayer {
        height: 456px;
    }
    .coproduction .partnerLayer .container {
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        row-gap: 10px;
    }
}


@media only screen and ( max-width: 590px ) 
{
    /*
    header {
      height: 140px;
    }
    header .mainMenu {
      display: none;
    }
    #stick {
      opacity: 1;
    }
    .gridContainer {
      gap: 20px;
    }    
    */
    .col3Layout .colCenter, .col3Layout .colLeft, .col3Layout .colRight {
        padding: 0 10px;
    } 
    .col3Layout.aboutL5 .colLeft {
        background-size: 80vw auto;
        margin-bottom: 40px;
    }
    .col3Layout.aboutL5 .colRight {
        background-size: 80vw auto;
    }
    .col3Layout.readWithUs .colLeft {
        background-size: 69vw auto;
        background-position: center bottom;
    }
    .col3Layout.readWithUs .colRight {
        background-size: 69vw auto;
        background-position: center bottom;
    }
}

@media only screen and ( max-width: 540px ) 
{
    .mainMenu li a {
      font-size: 14px;
    } 
    .gridContainer {
      gap: 15px;
    } 
    .galeriaClanok a {
        width: 47%;
        width: calc(50% - 10px);
        height: 47%;
        height: calc(50% - 10px);
    }
    .flexContainer.footerMenu {
        gap: 30px;
        row-gap: 6px;
    }
    #stick, #stick.vidno {
      display: none;
    }
}

@media only screen and ( max-width: 500px ) 
{
    .footerRight {
        width: 100vw;
        height: auto;
        margin: 0 auto 40px;
        background: none;
    }
    .linkFacebookFooter {
        width: 110px;
        font-size: 26px;
        position: static;
        margin: 20px auto;
        display: block;
    }
    .linkInstagramFooter {
        width: 110px;
        font-size: 26px;
        position: static;
        margin: 20px auto;
        display: block;
    }
    .linkYouTubeFooter {
        width: 120px;
        font-size: 26px;
        position: static;
        margin: 60px auto 20px;
        display: block;
    }


    
}

@media only screen and ( max-width: 460px ) 
{
/*
    #stick .ikonyMenu.flexContainer, #stick.vidno .ikonyMenu.flexContainer, .ikonyMenu.flexContainer {
        display: flex;
    }
    #stick .mainMenu li a {
        font-size: 17px;
        letter-spacing: 0.05em;
    }
    #stick .mainMenu {
        margin-top: 15px;
    }
*/
    section.sectionContent {
/*        padding-left: 0;
        padding-right: 0;*/
    }
    .infoRec {
        font-size: 100%;
        padding: 20px;
        border-radius: 30px;
    }
}

@media only screen and ( max-width: 420px ) 
{
    /*
    header {
      height: 210px;
    }    
    .logo {
      left: calc(50% - 20px);
      top: 30px;
      width: 41px;
    }
    */
}


@media only screen and ( max-width: 320px ) 
{


}


@media only screen and ( max-width: 640px ) /* UIkit menej ako @s */
{


}



@media only screen and ( min-width: 640px ) and ( max-width: 960px ) /* UIkit menej ako @m a viac ako @s */
{


}

@media only screen and ( min-width: 960px ) and ( max-width: 1200px ) 
{

}


