@charset "UTF-8";
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Hind', sans-serif;;
    font-size: 17px;
    line-height: 28px;
    color: #212121;
}

body::after {
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -999;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #14b4f0;
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

a:hover, a:focus {
    text-decoration: none;
    color: #0b80ac;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: none;
}

a:hover, a:active {
    outline: 0;
}

b, strong {
    font-weight: bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

.page_header, .items-leading {
    margin-bottom: 2rem;
}

section .page_header {
    padding-left: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.items-leading {
    padding: 1rem;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #333333;
}

hr {
    margin: 24px 0;
    border: none;
    border-top: 1px solid #aaaaaa;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.center, .text-center {
    text-align: center;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    padding-left: 0;
}

ul li, ol li {
    line-height: 28px;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

ol {
    color: #333333;
    list-style: disc;
    margin-left: 20px;
}

ol li {
    padding-left: 10px;
    position: relative;
}

ol li a {
    text-decoration: none;
    color: #333333;
}

ol li a:hover {
    color: #555555;
    text-decoration: none;
}

ol li+li {
    margin-top: 6px;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.control-group {
    margin-bottom: 1rem;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1440px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row, .items-row, .breadcrumb, .category_desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}

article {
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.clearfix::before, .clearfix::after, .row::before, .row::after, .container::before, .container::after, .row-container::before, .row-container::after, .moduletable::before, .moduletable::after {
    display: table;
    content: "";
    line-height: 0;
    flex-basis: 0;
    order: 1;
}

.clearfix::after, .row::after, .container::after, .row-container::after, .row-fluid::after, .moduletable::after {
    clear: both;
}

.content-inner, main {
    width: 100%;
}

.module_container {
    width: inherit;
}

ul.inline, ol.inline {
    margin-left: 0;
}

ul.inline>li, ol.inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
}

.breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.breadcrumb li span {
    margin-left: 10px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="file"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: block;
    max-width: 100%;
    background: #ffffff;
    color: #808588;
    font-family: inherit;
    font-size: 18px;
    height: 46px;
    padding: 8px 20px;
    outline: none;
    border: 1px solid #c5cbd5;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

select:-webkit-autofill, textarea:-webkit-autofill, input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill, input[type="datetime"]:-webkit-autofill, input[type="datetime-local"]:-webkit-autofill, input[type="date"]:-webkit-autofill, input[type="month"]:-webkit-autofill, input[type="time"]:-webkit-autofill, input[type="week"]:-webkit-autofill, input[type="number"]:-webkit-autofill, input[type="email"]:-webkit-autofill, input[type="url"]:-webkit-autofill, input[type="search"]:-webkit-autofill, input[type="tel"]:-webkit-autofill, input[type="color"]:-webkit-autofill, .uneditable-input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 20px #ffffff !important;
    box-shadow: inset 0 0 0 20px #ffffff !important;
    -webkit-text-fill-color: #808588 !important;
    color: #808588 !important;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
}

textarea {
    min-height: 6rem;
}

label.inline {
    display: inline-block;
}

.input::-webkit-input-placeholder {
    opacity: 0.2;
    color: #000;
}

.input::-moz-placeholder {
    opacity: 0.2;
    color: #000;
}

.input::-moz-p {
    opacity: 0.2;
    color: #000;
}

.input:-ms-input-placeholder {
    opacity: 0.2;
    color: #000;
}

textarea.invalid {
    border: #e94545;
}

fieldset {
    padding: 0;
    margin: 20px 0px;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

label {
    display: block;
}

input, textarea {
    width: 100%;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

*::selection {
    background: #333333;
    color: #ffffff;
}

*::-moz-selection {
    background: #333333;
    color: #ffffff;
}

.item_img, .category_img {
    font-size: 0;
    line-height: 0;
    margin: 0 0 24px;
    position: relative;
}

.item_img a, .category_img a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/*menu*/

.vlastni-menu div.mod-menu input, .vlastni-menu div.mod-menu label, .menu-c, .menu-c-label {
    display: none;
}

.vlastni-menu ul {
    position: relative;
    background: transparent;
    box-sizing: border-box;
    clear: both;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 0;
    padding: 0px 2% 0px 2%;
    width: 100%;
    z-index: 999;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
}

.vlastni-menu ul li {
    display: inline-block;
    position: static;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    z-index: 1;
}

.vlastni-menu ul li ul {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.vlastni-menu ul li.deeper.parent:hover a.fullwidth~ul, .vlastni-menu ul li.deeper.parent:hover span.separator.fullwidth~ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 300ms ease-in;
    left: 0;
    margin-top: 0px;
    -webkit-animation: fadeIn 300ms ease-in;
}

.vlastni-menu ul li.deeper.parent ul li.deeper.parent a.fullwidth~ul {
    opacity: 0;
}

.vlastni-menu ul li.deeper.parent:hover a~ul, .vlastni-menu ul li.deeper.parent:hover span.separator~ul {
    display: block;
    opacity: 1;
    visibility: visible;
    animation: fadeIn 300ms ease-in;
    -webkit-animation: fadeIn 300ms ease-in;
    padding-top: 1.45rem;
}

.vlastni-menu ul li.deeper.parent ul.nav-child.cnt-sub-menu ul {
    margin-top: 3rem;
}

.vlastni-menu ul li.deeper.parent ul li {
    display: block;
}

.vlastni-menu ul li a, .vlastni-menu ul li span.separator {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 15px 20px 15px 20px;
    font-size: 1.1em;
}

.vlastni-menu ul li a:hover {
    color: #2196f3;
}

.vlastni-menu ul li.deeper.parent a.fullwidth~ul, .vlastni-menu ul li.deeper.parent span.separator.fullwidth~ul {
    width: 100%;
}

.vlastni-menu ul li.deeper.parent a~ul, .vlastni-menu ul li.deeper.parent span.separator~ul {
    width: auto;
}

.vlastni-menu ul li ul.cnt-sub-menu {
    padding: 0;
    margin: 0;
    height: auto;
    display: block;
    position: absolute;
    text-align: left;
    z-index: 9999;
    box-shadow: none;
}

.vlastni-menu ul li ul.cnt-sub-menu>li.deeper.parent:hover a.fullwidth~ul {
    opacity: 1;
    z-index: 10000;
}

.vlastni-menu ul li ul.cnt-sub-menu li {
    padding: 0;
    display: block;
    position: relative;
    text-align: left;
    background-color: #ffffff;
}

.vlastni-menu ul li ul.cnt-sub-menu li a {
    font-family: inherit;
    display: block;
    font-size: 1em;
    padding: .8rem 1.4rem;
    color: #004289;
    text-decoration: none !important;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.vlastni-menu ul li ul.cnt-sub-menu li.active a {
    background-color: #004289;
    color: #ffffff;
}

.vlastni-menu ul li ul.cnt-sub-menu li a.icon {
    padding: 10px 10px 10px 40px;
}

.vlastni-menu ul li ul.cnt-sub-menu li a:hover {
    background-color: #004289;
    color: #fff;
}

.vlastni-menu ul li ul.cnt-sub-menu li a.icon:hover:before {
    color: #ffffff;
}

.vlastni-menu ul li.deeper.parent a.col2+ul li, .vlastni-menu ul li.deeper.parent a.col3+ul li, .vlastni-menu ul li.deeper.parent a.col4+ul li, .vlastni-menu ul li.deeper.parent a.col5+ul li, .vlastni-menu ul li.deeper.parent span.separator.col3+ul li, .vlastni-menu ul li.deeper.parent span.separator.col4+ul li {
    display: inline-flex;
    justify-content: center;
}

.vlastni-menu ul li.deeper.parent span.separator.col1+ul li, .vlastni-menu ul li.deeper.parent ul li a.col1+ul li {
    width: 100% !important;
}

.vlastni-menu ul li.deeper.parent span.separator ul li a.col2 ul li, .vlastni-menu ul li.deeper.parent a.col2+ul li {
    width: 50%;
}

.vlastni-menu ul li.deeper.parent a.col3+ul li, .vlastni-menu ul li.deeper.parent span.separator.col3+ul li {
    width: 33%;
}

.vlastni-menu ul li.deeper.parent a.col4+ul li, .vlastni-menu ul li.deeper.parent span.separator.col4+ul li {
    width: 24.6%;
}

.vlastni-menu ul li.deeper.parent a.col5+ul li, .vlastni-menu ul li.deeper.parent span.separator.col5+ul li {
    width: calc(100% / 5);
}

.vlastni-menu ul li.deeper.parent>ul, .vlastni-menu ul li.deeper.parent>ul+ul {
    display: none;
    margin-bottom: 12px;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.menu-item--4 {
    margin-left: auto;
}

.vlastni-menu ul li.deeper.parent:hover a~ul::before, .vlastni-menu ul li.deeper.parent:hover span.separator~ul::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    top: -7px;
    position: absolute;
    pointer-events: none;
    border-color: rgba(31, 31, 38, 0);
    border-bottom-color: #ffffff;
    border-width: 15px;
    margin-left: -10px;
}

/*end of menu*/

@media only screen and (min-width: 1940px) {
    .body__cnt-img-bck .cnt__wrapper-inner {
        background: url("../../../images/bck/cesna-bck-fleet-2550.jpg") no-repeat center -23rem;
        background-size: cover;
    }
    .body__cnt-home.cnt-img-bck .cnt__wrapper-inner {
        background: url("../../../images/bck/cesna-bck-2550.jpg") no-repeat center -13rem;
        background-size: cover;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1939.98px) {
    .body__cnt-img-bck .cnt__wrapper-inner {
        background: url("../../../images/bck/cesna-bck-fleet-1920.jpg") no-repeat center;
        background-size: cover;
    }
    .body__cnt-home.cnt-img-bck .cnt__wrapper-inner {
        background: url("../../../images/bck/cesna-bck-1920.jpg") no-repeat center;
        background-size: cover;
    }
}

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

@media only screen and (min-width: 992px) and (max-width: 1439.98px) {
    .body__cnt-img-bck .cnt__wrapper-inner {
        background: url("../../../images/bck/cesna-bck-fleet-1440.jpg") no-repeat center;
        background-size: cover;
    }
    .body__cnt-home.cnt-img-bck .cnt__wrapper-inner {
        background: url("../../../images/bck/cesna-bck-1440.jpg") no-repeat center;
        background-size: cover;
    }
}

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

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

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    figcaption {
        top: 25%;
    }
}

@media only screen and (min-width: 992px) {
    .body__cnt-home #cnt__navigation, .body__cnt-img-bck #cnt__navigation {
        min-height: 36rem;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
    .cnt__modul_1 article .cnt__article {
        grid-template-rows: 180px auto;
    }
    #cnt__header {
        padding: 1.4rem 0;
    }
}

@media only screen and (max-width: 991.98px) {
    /**new menu**/
    .menu-c {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        outline: none;
        z-index: 11111;
        position: absolute;
        top: .4rem;
    }
    .line {
        fill: none;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
        stroke: #ffffff;
    }
    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
        stroke: #ffffff;
    }
    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
        stroke: #ffffff;
    }
    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
        stroke: #ffffff;
    }
    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
        stroke: #ffffff;
    }
    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
        stroke: #ffffff;
    }
    /**/
    div.vlastni-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1008;
    }
    div.vlastni-menu div.mod-menu {
        position: absolute;
        overflow-y: auto;
        z-index: 20000;
        max-height: 100vh;
        width: 100vw;
        left: 0;
    }
    .vlastni-menu input[type="checkbox"]+label, .menu-c-label {
        display: block;
        width: 100%;
        height: 62px;
        top: 0px;
        background-color: #004289;
        position: absolute;
        right: 0;
        cursor: pointer;
        z-index: 10000;
        font-weight: 600;
        font-size: 18px;
        padding-top: 5px;
        -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    }
    .vlastni-menu input[type="checkbox"]+label span, .menu-c-label span {
        position: absolute;
        top: 4px;
        left: 56px;
        right: 56px;
        color: #ffffff;
        font-size: 24px;
        line-height: 44px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .vlastni-menu input[type="checkbox"]+label:before {
        font-family: '';
        content: "\4c";
        display: inline-block;
        position: relative;
        font-size: 44px;
        left: 6px;
        top: 6px;
        color: #bc2d06;
        text-align: center;
        padding-right: 10px;
        font-weight: 400;
        transition: .3s all ease;
        -webkit-transition: .3s all ease;
        -moz-transition: .3s all ease;
        -ms-transition: .3s all ease;
        -o-transition: .3s all ease;
    }
    .vlastni-menu input[type="checkbox"]:checked+label:before {
        color: #252525;
        transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        -webkit-transform: rotateX(360deg);
    }
    .vlastni-menu ul {
        position: relative;
        right: 0;
        height: auto;
        z-index: 1010;
        width: 100%;
        transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -ms-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .vlastni-menu input[type="checkbox"]~ul.menu, .vlastni-menu .menu-c~ul.menu {
        left: -400px !important;
        transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        display: block;
        height: 62px;
        -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -ms-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .vlastni-menu input[type="checkbox"]:checked~ul.menu, .vlastni-menu .menu-c.opened~ul.menu {
        left: 0px !important;
        margin-top: 62px;
        position: relative;
        height: auto;
        background-color: #004289;
        z-index: 20;
    }
    .vlastni-menu ul li {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
    }
    .vlastni-menu ul li ul.cnt-sub-menu {
        box-shadow: none;
        width: 100%;
        position: relative;
    }
    .vlastni-menu ul li a {
        padding: 14px 46px 16px 15px;
        width: 100%;
    }
    .vlastni-menu ul li.deeper.parent a.col3+ul li, .vlastni-menu ul li.deeper.parent a.col4+ul li, .vlastni-menu ul li.deeper.parent a.col5+ul li {
        width: 100%;
    }
    .vlastni-menu ul li.deeper.parent>ul {
        border: none;
    }
    .vlastni-menu ul li.deeper.parent:hover>ul {
        margin-top: 0px;
    }
    .vlastni-menu ul li ul.cnt-sub-menu li {
        padding-left: 0px;
    }
    .vlastni-menu ul li.deeper.parent {
        position: relative;
        width: 100%;
    }
    .vlastni-menu ul li.deeper.parent:after {
        content: "";
        background: url(/images/icons/arrow-down-white-bold.svg) no-repeat center;
        display: inline-flex;
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        right: 11px;
        top: 20px;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        z-index: 1;
        -ms-transition: 0.5s all ease;
    }
    .vlastni-menu ul li.deeper.parent:hover:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .vlastni-menu ul li.deeper.parent ul li a:after {
        display: none;
    }
    .vlastni-menu ul li ul.cnt-sub-menu li a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 5px;
    }
    .vlastni-menu div.mod-menu input#toggle {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    figcaption span {
        font-size: 1.8em;
        line-height: 1.2;
    }
    #cnt__navigation figcaption {
        top: 20%;
    }
    #cnt__footer .row .span4, .tablet .span3, .tablet .span4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #cnt__mainbottom-1 {
        padding-bottom: 2rem;
    }
    #cnt__header {
        padding: .5rem 0rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991.98px) {}

@media only screen and (min-width: 768px) {
    .span1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .span2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .span3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .span4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .span5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .span6 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .span7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .span8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .span9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .span10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .span11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .span12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.4em;
    }
    h3 {
        font-size: 2em;
    }
    h4 {
        font-size: 1.4em;
    }
    h5 {
        font-size: 1em;
        margin-bottom: .4rem;
    }
    h6 {
        font-size: .8em;
    }
    .img-intro__left, .img-full__left {
        float: left;
        margin-right: 30px;
        max-width: 50%;
    }
    .img-intro__right, .img-full__right {
        float: right;
        margin-left: 30px;
        max-width: 50%;
    }
    article, .module_container .cnt__form, .category_desc .category_desc__cnt {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
    }
    article {
        padding-bottom: 2rem;
    }
    .category_desc__cnt h2 {
        margin-bottom: 0;
    }
    .cnt__modul_1 article {
        padding: 1rem;
    }
    main {
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 767.98px) {
    body {
        padding-top: 62px;
    }
    #cnt__header {
        padding: 0;
    }
    .moduletable.logo {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        width: auto;
    }
    .moduletable.logo img {
        position: relative;
        top: 0.8rem;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.3em;
    }
    h4 {
        font-size: 1.1em;
    }
    h5 {
        font-size: 1em;
    }
    h6 {
        font-size: .9em;
    }
    article, .module_container .cnt__form {
        padding: 1rem;
    }
    .category_desc .category_desc__cnt {
        padding: 1rem 1rem 1rem 0;
    }
    main {
        padding-top: 1rem;
    }
    .cnt__language {
        width: 100%;
        position: absolute;
        right: .4rem;
        top: 3rem;
    }
    figcaption span.bck-blue {
        width: auto;
        font-size: 1em;
        line-height: 1.1;
    }
    #cnt__navigation figcaption {
        top: 27%;
    }
    #cnt__mainbottom-1 .row.kuba-hover div {
        margin-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
    }
    figcaption span {
        font-size: 1.6em;
    }
    #cnt__footer .page_header, #cnt__footer .page_header h4 {
        margin-bottom: .4rem;
    }
    #cnt__copyright p {
        font-size: .8em;
    }
    #cnt__mainbottom-1 {
        padding-bottom: 0rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {}

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

@media only screen and (min-width: 376px) and (max-width: 575.98px) {}

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

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

@media print {}

/*===============================
    menu - mega menu
================================*/

#jux_memamenu #js-mainnav.megamenu .js-megamenu.dropdown-menucssjs-meganav {
    display: block;
}

@media screen and (max-width: 768px) {
    #jux_memamenu #js-mainnav.megamenu.horizontal ul.level1 li.submenu-align-right a.haschild.megacss span.menu-title, 
    #jux_memamenu #js-mainnav.megamenu.horizontal ul.level1 li.submenu-align-right a.haschild-over.megacss span.menu-title {
        margin-left: 0px
    }
    #jux_memamenu #js-mainnav.megamenu.vertical.right .js-megamenu ul.level0 li.megacss .childcontent {
        margin-left: 0%;
    }
    #jux_memamenu #js-mainnav .js-megamenu .open .childcontent-inner-wrap.dropdown-menu {
        display: block;
        background: #f9f9f9
    }
    #jux_memamenu #js-mainnav.megamenu .js-megamenu {
        display: none
    }
    #jux_memamenu #js-mainnav.megamenu div.megaMenuToggle {
        display: block;
        height: 4rem;
        cursor: pointer;
        box-sizing: content-box;
    }
    #jux_memamenu #js-mainnav.megamenu.noJS ul.megamenu li {
        box-shadow: none;
    }
    #jux_memamenu #js-mainnav.horizontal ul.level0 li.megacss.submenu-align-center>.childcontent {
        left: 0%;
    }
    #jux_memamenu #js-mainnav.noJS.up ul.megamenu li.haschild>div.childcontent {
        position: static
    }
    #jux_memamenu #js-mainnav.horizontal ul.level0 li.megacss.submenu-align-left>.childcontent, #jux_memamenu #js-mainnav.megamenu.vertical.left .js-megamenu ul.level0 li.megacss .childcontent, #jux_memamenu #megamenucss #js-mainnav.noJS ul.megamenu li.haschild>div.childcontent {
        top: 0p;
        left: 0px;
        bottom: 0px;
        right: 0px
    }
    #jux_memamenu #js-mainnav.megamenu.vertical.left .js-megamenu ul.level0 li.megacss .childcontent {
        margin-left: 0%;
        margin-top: -32px
    }
    #jux_memamenu .megamenu ul.level0 li.megacss a.megacss {
        border: none;
    }
    #jux_memamenu #js-mainnav.megamenu ul.level1 li.megacss span.megacss, #jux_memamenu #js-mainnav.megamenu ul.level1 li.megacss a.megacss {
        border: none;
    }
    #jux_memamenu #js-mainnav.horizontal ul.level1 li.megacss.submenu-align-right>.childcontent {
        right: 0%;
    }
    #jux_memamenu #js-mainnav.horizontal ul.level0 li.megacss.submenu-align-center>.childcontent {
        left: 0%
    }
    #jux_memamenu #js-mainnav ul.level0 {
        border: none;
    }
    #jux_memamenu .group-title {
        margin-left: -25px
    }
    #jux_memamenu #js-mainnav.megamenu #arrow-icon {
        display: block
    }
    #jux_memamenu .dropdown-menu {
        position: inherit;
        top: -6px;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        background-color: #fff;
        border: none;
    }
    #jux_memamenu #js-mainnav ul.megamenu li.haschild.megacss>div.childcontent {
        opacity: 1;
        visibility: visible;
        display: block
    }
    #jux_memamenu #arrow-icon {
        position: absolute;
        font-size: 25px;
        text-decoration: none;
        right: -2px;
        margin-top: -44px;
        color: #fff;
        padding: 10px 30px;
        z-index: 9999999;
        cursor: pointer
    }
    #jux_memamenu #js-mainnav.megamenu .open>.dropdown-menu {
        display: block;
    }
    #jux_memamenu ul li ul li div.dropdown-menucss {
        display: block;
    }
    #jux_memamenu #js-mainnav.megamenu ul li ul li #arrow-icon {
        display: none
    }
    #jux_memamenu #js-mainnav.megamenu ul.level1 li.megacss a {
        padding: 10px 8px 10px 8px;
    }
    #jux_memamenu .group-title {
        padding-left: 10px;
    }
}

@media screen and (max-width: 480px) {
    #jux_memamenu #js-mainnav.megamenu .childcontent-inner-wrap {
        margin: -2px 0px 6px 0px;
    }
    #jux_memamenu #js-mainnav.megamenu #arrow-icon {
        padding: 5px 10px;
    }
    #jux_memamenu a {
        text-decoration: none
    }
}

#jux_memamenu #js-mainnav .js-megamenu {
    display: block
}

@media screen and (max-width: 768px) {
    #jux_memamenu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1008;
        width: 100%;
        background-color: #14b4f0;
    }
    #jux_memamenu .megamenu-sticky {
        text-align: left;
    }
    #jux_memamenu #js-mainnav.megamenu.noJS #css3-megaMenuToggle, #jux_memamenu #js-mainnav.megamenu #js-megaMenuToggle {
        display: block;
        padding: 12px 15px;
        cursor: pointer;
        font-size: 10px;
        text-transform: uppercase;
        text-align: left
    }
    #jux_memamenu #js-mainnav.megamenu #js-megaMenuToggle {
        display: block
    }
    #jux_memamenu #js-mainnav.megamenu.noJS #css3-megaMenuToggle .megaMenuToggle-icon, #jux_memamenu #js-mainnav.megamenu #js-megaMenuToggle .megaMenuToggle-icon {
        display: inline-block;
        background: rgba(230, 230, 230, 0.7);
        height: 2px;
        width: 16px;
        position: relative;
        margin-top: 10px;
        text-align: left
    }
    #jux_memamenu #js-mainnav.megamenu {
        width: 100%;
        overflow: hidden;
    }
    #jux_memamenu #js-mainnav.megamenu ul.level0,
    #megamenucss #js-mainnav.megamenu.horizontal.center ul.level0 {
        float: none;
    }
    #jux_memamenu #js-mainnav.megamenu ul.level0 li.megacss {
        float: none;
        position: relative;
    }
    #jux_memamenu #js-mainnav.megamenu ul.megamenu li.megacss a.megacss span.menu-desc {
        display: none
    }
    #jux_memamenu #js-mainnav.megamenu ul.level1 li.megacss span.megacss, #jux_memamenu #js-mainnav.megamenu ul.level1 li.megacss a.megacss {
        padding-left: 20px;
    }
    #jux_memamenu #js-mainnav.megamenu ul.level2 li.megacss span.megacss, #jux_memamenu #js-mainnav.megamenu ul.level2 li.megacss a.megacss {
        padding-left: 45px;
    }
    #jux_memamenu #js-mainnav.megamenu ul.level0 li.megacss span.megacss, #jux_memamenu #js-mainnav.megamenu ul.level0 li.megacss a.megacss {
        padding: 15px 10px
    }
    #jux_memamenu #js-mainnav.megamenu .js-megamenu li.megacss .childcontent {
        position: relative;
    }
    #jux_memamenu #js-mainnav.megamenu ul.level0 li.haschild span.arrow-icon, #jux_memamenu #js-mainnav.megamenu ul.level0 li.haschild-over span.arrow-icon {
        display: block;
        float: right;
        position: absolute;
        right: 2px;
        top: 2px;
        z-index: 99
    }
    #jux_memamenu #js-mainnav.megamenu ul.level0 li.haschild span.arrow-icon, #jux_memamenu #js-mainnav.megamenu ul.level0 li.haschild-over span.arrow-icon {
        display: block;
        cursor: pointer
    }
    #jux_memamenu #js-mainnav.megamenu ul.level0 li.haschild span.arrow-icon {
        background: url("../images/arrow_down.png") no-repeat scroll 100% 0px transparent !important;
        display: block !important;
        text-indent: 9999px;
        width: 40px;
        height: 31px;
    }
    #jux_memamenu #js-mainnav.megamenu ul.level0 li.haschild-over span.arrow-icon {
        background: url("../images/close.png") no-repeat scroll 100% 0 transparent;
        height: 31px;
        text-indent: 9999px;
        width: 40px;
    }
    #jux_memamenu #js-mainnav.megamenu ul.level1 li.megacss span.arrow-icon {
        display: none
    }
    #jux_memamenu #js-mainnav.megamenu ul.level1 li.haschild span.arrow-icon, #jux_memamenu #js-mainnav.megamenu ul.level1 li.haschild-over span.arrow-icon {
        display: block;
        float: right;
        position: absolute;
        right: 2px;
        top: 2px;
        z-index: 99
    }
    #jux_memamenu #js-mainnav.megamenu ul.level0 li.megacss.submenu-align-fullwidth {
        position: relative !important
    }
    #jux_memamenu #js-mainnav.megamenu.noJS ul.megamenu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    #jux_memamenu #js-mainnav.megamenu.noJS ul.megamenu li a {
        position: relative
    }
    #jux_memamenu #js-mainnav.megamenu.noJS #css3-megaMenuToggle {
        display: block;
        border-radius: 5px;
        padding: 15px
    }
    #jux_memamenu #js-mainnav.megamenu.noJS:hover ul.megamenu li {
        display: block
    }
    #jux_memamenu #js-mainnav.megamenu.noJS ul.megamenu li.haschild>div.childcontent {
        display: none
    }
    #jux_memamenu #js-mainnav.megamenu.noJS ul.level0 li.megacss.haschild:hover>a.haschild:after {
        border-top-color: #fff
    }
}