/** {f:'assets.scss', v:1.000, d:'2020-11-12'} **//** {f:'header-logo-openMenu/template.scss', v:1.000, d:'YYYY-MM-DD'} **//*
html { overflow-x: hidden; }

body {
  transition: margin-left .5s ease-in-out, margin-right .5s ease-in-out;
   &.navPanelMove {
    margin-left: $hlom_panelW;
    margin-right: -$hlom_panelW;
  } 
}
*//** {f:'css-parallax.scss', v:1.000, d:'YYYY-MM-DD'} **//** {f:'css-sticky.scss', v:1.000, d:'YYYY-MM-DD'} **//** {f:'big-but/big-but.scss', v:1.000, d:'YYYY-MM-DD'} **/.nav .nbc{display:block;position:absolute;transform:scale(0.4);width:64px;height:64px;background:transparent;-webkit-touch-callout:none;user-select:none;cursor:pointer;z-index:4;transition:all 0.5s ease-in-out;}.nav .nbc #top,.nav .nbc #bottom{position:absolute;display:block;height:4px;width:36px;border-radius:2px;background:#fff;}.nav .nbc #top{top:19px;left:14px;}.nav .nbc #bottom{top:41px;left:14px;}.nav .nbc path,.nav .nbc line{stroke:#fff;stroke-linecap:round;}.nav .nbc #top,.nav .nbc #bottom{transform-origin:33px 2px;transform:rotate(0deg);transition:all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);}.nav .nbc #circle{stroke-dasharray:1 100 33 300;stroke-dashoffset:101;transition:all 750ms ease;}.nav .nbc.is-closed{border-radius:32px;}.nav .nbc.is-closed #circle{stroke-dasharray:1 100 190 300;stroke-dashoffset:1;}.nav .nbc.is-closed #top{transform:translateX(-4.5px) rotate(-45deg);}.nav .nbc.is-closed #bottom{transform:translateX(-4.5px) rotate(45deg);}.nav .nbc.l2r{/*.nbc.r2l { // z PRAVA do LAVA -- zatial nefunkcne
    margin-left: $hlom_panelW;
    #top, #bottom { background: $hlom_color2; box-shadow:  0 0 3px rgba(0,0,0,0.5); }
    path, line { stroke: $hlom_color2; }
  }*/}.nav .nbc.l2r #top,.nav .nbc.l2r #bottom{background:#fff;box-shadow:0 0 3px rgba(0, 0, 0, 0.5);}.nav .nbc.l2r path,.nav .nbc.l2r line{stroke:#fff;}.nav .nav-panel{position:absolute;box-sizing:border-box;width:280px;top:0;left:-280px;bottom:0;background:rgba(0, 0, 0, .9);transition:left 0.5s ease-in-out;color:white;padding:1rem;z-index:3;min-height:100vh;}.nav .nav-panel.show{left:0;}.nav .nav-panel .nav-panel-content{position:relative;z-index:1;}.nav .nav-panel header{display:block;text-align:center;margin-top:1.5rem;margin-bottom:1.5rem;}.parallax{position:relative;min-height:25vh;background:transparent;background-position:center;background-repeat:no-repeat;}.parallax:not(.h100){background-attachment:fixed;background-size:cover;}.sticky{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:1;}.csticky{display:flex;justify-content:space-around;align-items:flex-start;}.csticky > *:first-child{position:-webkit-sticky;position:sticky;top:0;clear:both;z-index:1;}.big-but{position:relative;z-index:0;}.big-but.pad > div{padding:0.5rem;}.big-but .a-cov{z-index:2;position:relative;display:flex;flex-direction:column;justify-content:center;background-color:#fff;border:1px solid rgba(128, 128, 128, 0.15);cursor:pointer;min-height:100px;padding:0.5rem 1rem;transition:transform 0.3s;overflow:hidden;min-width:2rem;min-height:2rem;}.big-but .a-cov.setwh{width:9rem;height:11rem;}.big-but .a-cov::after{position:absolute;content:"";left:0;right:0;bottom:-1px;height:1px;box-shadow:0 2px 5px #aaa;z-index:1;}.big-but .a-cov:hover{transform:scale(1.15);z-index:3;}.big-but span{position:relative;min-height:50vh;overflow:hidden;z-index:1;}.big-but .a-cov .fIn{opacity:0.5;transition:all 0.2s ease-in-out;}.big-but .a-cov:hover .fIn{opacity:1;}.big-but .a-cov .fOut{opacity:1;transition:all 0.3s ease-in-out;}.big-but .a-cov:hover .fOut{opacity:0;}.big-but img.bg,.big-but img.fg{object-fit:cover;position:absolute;left:0;right:0;top:0;bottom:0;transform:scale(1);}.big-but img.bg{opacity:0.5;transition:opacity 0.3s ease-in-out, transform 0.5s ease-in-out;}.big-but img.fg{transition:transform 0.5s ease-in-out;}.big-but .a-cov:hover img.bg{z-index:3;opacity:1;transform:scale(1.6);}.big-but .a-cov:hover img.fg{transform:scale(1.6);}.big-but h4{font-size:1rem;color:#383838;padding:0;}.big-but a{color:inherit;text-decoration:none;}.big-but p{z-index:4;color:#fff;background-color:rgba(0, 0, 0, .5);padding:0.5rem 0.1rem;position:relative;transition:all 0.4s ease-in-out;}.big-but p.dB{bottom:-200%;}.big-but .a-cov:hover p.dB{bottom:0;}.big-but p.dBL{left:-150%;}.big-but .a-cov:hover p.dBL{left:0;}.big-but p.dBR{left:150%;}.big-but .a-cov:hover p.dBR{left:0;}.big-but p.dT{top:-200%;}.big-but .a-cov:hover p.dT{top:0;}.big-but .bigNum{font-size:250%;color:#ff4d58;}@media screen and (max-width:){.wrap-big-but > div > div{padding:2.5em 1.8em 1.2em 1.8em;}}@media screen and (max-width:){.wrap-big-but > div > div{padding:1.5em 0.8em 0.8em 0.8em;}}@media screen and (max-width:){.wrap-big-but > div > div{padding:0.8em 0.5em 0.5em 0.5em;}}