FONT-HELPER {
    font-family: 'Barlow', sans-serif;
}
BODY {
    overflow-x:hidden;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
}
/*#mainHolder {
        width: 100vw;
}*/

#header-holder {
    transition: 250ms ease-in-out;
    background: linear-gradient(#043765, #004e95);
    background-color:#014380;
    border-width: 0 0 1px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.page-scrolled #header-holder {
    /* background: linear-gradient(#043765 0%, #043765 100%); */
    transition: 250ms ease-in-out;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}
/* #header-holder:hover {
    background:#043765!important;
    transition: 500ms ease-in-out;
} */
#header {
    height: 85px;
    transition: 150ms ease-in-out;
}
.page-scrolled #header {
    height: 85px!important;
    transition: 150ms ease-in-out;
    background:transparent;
}
#header-content {
    transition: 150ms ease-in-out;
    display: flex;
    height: 85px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
@media(max-width:767px) {
    #header-content {
        padding-right: 0;
    }
    #header-content-col-1 {
        max-width: 150px;
    }
    #header-content-col-3 {
        display: none;
    }
}
@media(max-width:767px) {
    #header-content {
        gap:0;
    }
}
.page-scrolled #header-content {
    height: 85px;
    transition: 150ms ease-in-out;
}
.header-content-col {
    display: flex;
    align-items: center;
}
#header-content-col-1 A {
    display: block;
}
#content {
    /* odsazeni jako vyska headeru */
    margin-top: 85px; 
    transition: 250ms ease-in-out;
}
.page-scrolled #content {
    margin-top: 85px; 
    transition: 250ms ease-in-out;
}
.logo {
    display: block;
}
@media(max-width:575px) {
    #header-content-col-1 IMG {
        max-width: 150px;
    }
}
@media(max-width:1099px) {
	.img-30-let {
		display: none;
	}
}


#back-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #071f51;
    color: white;
    cursor: pointer;
    padding: 6px 13px;
    opacity: 0;
    transition: 450ms;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    line-height: 0;
}
#back-to-top.shown {
    opacity:0.7;
}
#back-to-top.shown:hover {
    opacity:1; 
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition: 450ms;
}
#back-to-top .bi {
    position:relative;
    top:-1px; 
    font-size: 40px;
    line-height: 50px;
}

#header-content-col-2 {
    min-height: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}
@media(max-width:1199px) {
}
@media(max-width:950px) {
    #header-content-col-2 {
        /* min-width: 200px;
        max-width: 200px; */
    }
    #top-search-desktop {
        /* width: 160px; */
    }
}
@media (max-width:767px) {
    #header-content-col-2 {
        display: none;
    }
}
#header-content-col-2 #search-form {
    flex-grow: 1;
}
#top-search-desktop {
    height:45px;
    background:#1c588e;
    border:none;
    border-radius: 0px;
    padding: 15px;
}
#top-search-desktop::-webkit-input-placeholder {
    opacity: .45;
    color:#fff;
    text-transform: uppercase;  
}
#top-search-desktop:-ms-input-placeholder {
    opacity: .45;
    color:#fff;
    text-transform: uppercase; 
}
#top-search-desktop::placeholder {
    opacity: .45;
    color:#fff;
    text-transform: uppercase; 
}
#search a {
    display: block;
    text-decoration: none;
    margin-top: 50px;
}
#search a:first-of-type {
    margin-top: 0px;
}
#search a:hover {
    text-decoration: none;
}
#search a:hover .searchResult {
    transition: 350ms ease;
    -webkit-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.22);
    box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.22);
}
.searchResult {
    padding: 15px!important;
    background-color: #fff;
    text-align: left;
    color: #333;
    transition: 350ms ease;
    -webkit-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.08);
    box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.08);
    position: relative;
}
.searchResult h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
}
.searchResult .search-odkaz {
    color: #e3001b;
/*    font-weight: 600;*/
}

#top-search-mobile-holder,
#vyhledavaci-pole-na-strance-holder {
    position:fixed;
    z-index: 1100;
    top: 0;
    height: 0;
    width:100%;
    overflow:hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #014380;
    transition: 200ms ease-in;
}
#top-search-mobile-holder.active {
    height: 85px;
    transition: 200ms ease-out;
}
#vyhledavaci-pole-na-strance-holder {
    height: 92px;
    position: relative;
    z-index: auto;
}

.top-search-mobile {
    border: none;
    /*font-weight: bold;*/
    padding:10px 25px;
    outline: none;
    width: 100%;
    text-align: right;
    height: 100%;
    background: #014380;
    font-size:24px;
    color: white;
}
.top-search-mobile::-webkit-input-placeholder {
    color: white;
    color: #ffffff8c;
}
.top-search-mobile:-ms-input-placeholder {
    color: white;
    color: #ffffff8c;
}
.top-search-mobile::placeholder {
    color: white;
    color: #ffffff8c;
}

.top-search-mobile:active,
.top-search-mobile:focus,
.top-search-mobile:hover,
.vyhledavaci-tlacitko:active,
.vyhledavaci-tlacitko:focus,
.vyhledavaci-tlacitko:hover {
    outline: none;
}

.vyhledavaci-tlacitko {
    cursor:pointer;
    display: block;
    background:none;
    border:solid 3px white;
    color:white;
    font-size:24px;
    height:50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-right:5px;
    outline: none;
    font-weight: bold;
    transition: 200ms ease-out;
}
.vyhledavaci-tlacitko:active,
.vyhledavaci-tlacitko:focus,
.vyhledavaci-tlacitko:hover {
    background:#e3001b;
    transition: 200ms;
}
.zavrit-hledani {
    display: block;
    padding: 25px;
    font-weight: 700;
    font-size: 45px;
    position: relative;
    top: -4px;
    color: #ffffff3d;
    cursor: pointer;
    transition: 200ms;
}
.zavrit-hledani:hover,
.zavrit-hledani:active,
.zavrit-hledani:focus {
    padding: 19px;
    font-size: 65px;
    top: -8px;
    color: #e3001b;
    transition: 200ms;
}


/*** search-desktop styling ***/
.search-desktop {
    display: flex;
    flex-direction: row;
     transition: 250ms ease;
}
#top-search-desktop {
    color: #FFF;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: none;
    transition: none;
}
.search-desktop:focus-within {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); 
}
.search-desktop button {
    width: 50px;
    background:#1c588e;
    border:none;
    border-radius: 0px;
    /* background-image: url(../img/lupa.png); */
    transition: 300ms;
}
.search-desktop button IMG {
    opacity: .45;
    transition: 300ms;
}
.search-desktop button:hover {
    background-color: #071f51;
}
.search-desktop button:active,
.search-desktop button:focus {
    outline: 0;
}
.search-desktop button:hover IMG,
.search-desktop button:active IMG,
.search-desktop button:focus IMG {
    opacity: 1;
    transition: 300ms;
}

.search h1 {
/*    text-transform: none!important;
    font-weight: 600!important;*/
}
.search .search-vyraz {
    color: #e3001b;
}
.searchResult {
    padding-top: 25px;
}
.searchResult a {
    transition: 250ms ease;
}
.searchResult a:hover {
    text-decoration: none;
}
.searchResult:first-of-type {
    padding-top: 0px;
}


#header-content-col-3 {
    display:flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    gap: 50px;
}
@media(max-width:1199px) {
    #header-content-col-3 {
        gap: 25px;
    }
}
@media(max-width:991px) {
    #header-content-col-3 {
        display: none;
    }
}
#header-content-col-3 A {
    text-transform: uppercase;
    color:#fff;
    font-size: 20px;
    white-space: nowrap;
}
@media(max-width:1199px) {
    #header-content-col-3 A SPAN {
        display:none;
    }
}
#header-content-col-4 {
    display: flex;
    color:white;
}



#header-content-col-4 .header-content-col-item.item-1 {
    display: flex;
    padding-left:18px;
    padding-right:18px;
}
#header-content-col-4 .header-content-col-item.item-2 {
    background-image: url(../img/header-controls-2.jpg);
    display: flex;
    flex-direction: column;
    transition: 200ms
}
#header-content-col-4 .header-content-col-item.item-2:hover {
    background-image: url(../img/header-controls-2-hover.jpg);
    transition: 200ms;
}

#header-content-col-4 A, 
#header-content-col-4 SPAN {
    color:white;
    font-size: 10px;
}
#header-content-col-4 IMG:not(.search-mobile-lupa) {
    margin-bottom:-7px;
}
#header-content-col-4 IMG.search-mobile-lupa {
    margin-bottom:7px;
}
#header-content-col-4 .header-content-col-item {
    height:85px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#header-content-col-4 .header-content-col-item:hover,
#header-content-col-4 .header-content-col-item:focus,
#header-content-col-4 .header-content-col-item:active,
#header-content-col-4 #lang-2:hover,
#header-content-col-4 #lang-2:focus,
#header-content-col-4 #lang-2:active {
    background:#4c79a2!important;
    transition:200ms;
}
#header-content-col-4 .lang {
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10px;
    width: 100%;
    height: 100%;
    cursor:pointer;
    transition:200ms;
}
#header-content-col-4 .lang SPAN {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}
#header-content-col-4 #lang-2 {
    position:absolute;
    height:85px;
    margin-top:165px;
    min-width: 90px;
    max-width: 90px;
    height:0;
    overflow: hidden;
    background-color: #1c588e;
}

#header-content-col-4 #lang-2.active {
    height:85px;
}

#header-content-col-4 .header-content-col-item.item-search-mobile {
    display: none;
}
@media (max-width:767px) {
    #header-content-col-4 .header-content-col-item.item-search-mobile {
        display: block;
    }
    #header-content-col-4 #search-mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        cursor: pointer;
        transition: 200ms;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 600;
        
    }
    #header-content-col-4 #search-mobile SPAN {
        font-size:11px;
    }
}


.menu-toggle {
    display: flex;
    flex-direction: column;
    width:100%;
    justify-content: center;
    align-items: center;
    padding:18px;
    cursor: pointer;
    height: 85px;
    font-size:11px;
    font-weight: 600;
}
@media(max-width:575px) {
    BODY.menu-opened {
        overflow-y:hidden;
    }
}

BODY.menu-opened .menu-toggle {
    color:#004380;
}
.menu-toggle .icon-bar {
    width: 100%;
    height:3px;
    background:white;
    margin-top:4px;
    margin-bottom:3px;
    transition: 150ms;
}
BODY.menu-opened #header-content-col-4 .menu-toggle {
    background:white;
}
BODY.menu-opened #header-content-col-4 .menu-toggle .icon-bar {
    background:#e3041f;
    transition: 150ms;
}
BODY.menu-opened #header-content-col-4 .menu-toggle .icon-bar-1 {
    transform: rotate(-45deg);
    position: relative;
    top: 8px;
}
BODY.menu-opened #header-content-col-4 .menu-toggle .icon-bar-2 {
    opacity:0;
}
BODY.menu-opened #header-content-col-4 .menu-toggle .icon-bar-3 {
    transform: rotate(45deg);
    position: relative;
    top: -12px;
}

.item-4-divider {
    border-right:solid 1px #FFFFFF4F;
    height:42px;
    max-width:1px;
    min-width:1px;
    margin-left:5px;
    margin-right:5px;
}

#main-menu-holder {
    align-self: flex-start;
    position: absolute;
    z-index: 3;
    height:auto;
    max-height: 0;
    width: 560px;
    margin-top:85px;
    margin-left:-495px;
    overflow: hidden;
    background:white;
    transition: 0ms;
}
@media (max-width:767px) {
    #header-content-col-1 {
        padding-right: 12px;
    }

    #main-menu-holder {
        margin-left: -335px;
        width:560px;
    }
    #main-menu-holder UL LI {
        padding-left: 40px;
        background: url(../img/main-menu.png) no-repeat center left 10px;
    }
}
BODY.menu-opened #main-menu-holder {
    max-height:999px;
    width:560px;
    transition: 300ms ease-out;
    box-shadow: 0 28px 104px 44px rgb(0 0 0 / 43%);
}
@media(max-width:575px) {
    BODY #main-menu-holder {
        /* max-height: 100vh;
        min-height: 100vh; */
    }
    BODY.menu-opened #main-menu-holder {
        width:100%;
        margin-left:0;
        left:0;
        max-height: 100vh;
        min-height: 100vh;
    }
    BODY.menu-opened #main-menu-holder #main-menu {
        max-height: 100vh;
    }
}
#main-menu-holder UL {
    width:100%;
    list-style-type: none;
    padding-left:0;
    padding-top:20px;
    padding-bottom:10px;
    display: flex;
    flex-wrap: wrap;
}
@media(max-width:575px) {
    #main-menu-holder UL {
        overflow-y: scroll;
        max-height: 100vh;
        padding-bottom: 100px; /* jinak byly skryte polozky dole kvuli odsazeni pod header */
    }
}
#main-menu-holder UL LI {
    width:49%;
    padding-left: 60px;
    background: url(../img/main-menu.png) no-repeat center left 25px;
/*    transition: 200ms ease;*/
}
@media(max-width:575px) {
    #main-menu-holder UL LI {
        width:100%;
    }
}
#main-menu-holder UL LI:hover,
#main-menu-holder UL LI:focus,
#main-menu-holder UL LI:active {
    /* width:100%; */
    /*	padding-left: 60px;*/
    background-image: url(../img/main-menu-active.png);
}
#main-menu-holder UL LI A {
    display: block;
    padding-top:3px;
    padding-bottom:3px;
}
#main-menu-holder UL LI A SPAN {
    color:#1d3768;
    font-size: 20px;
    font-weight: 600;
    transition: 200ms ease;
}
#main-menu-holder UL LI:hover A SPAN,
#main-menu-holder UL LI:focus A SPAN,
#main-menu-holder UL LI:active A SPAN {
    color:#e3001b;
}



  


/*** drobeckova navigace ***/
.breadcrumb {
    background: none;
    margin: 0;
    padding: 50px 0 50px 0;
    text-transform: uppercase;
    display: flex;
	flex-wrap: wrap;
    position: relative;
	z-index: 999;
}
@media(max-width:14407px) and (min-width:1331px) {
    .breadcrumb {
        padding-left: 15px;
        padding-right: 15px
    }
}
.breadcrumb li {
    color: #927a4c;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.breadcrumb a {
    color: #b9b9b9;
    font-weight: 500;
    transition: 250ms ease;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #927a4c;
}

.breadcrumb>li+li:before {
    padding: 5px 7px 5px 7px;
    color: #927a4c;
    font-size: 7px;
    content: "\25B6";
}

/*** paging ***/
.paging {
    color: #b9b9b9;
    text-align: center;
}
.paging strong {
    font-weight: 500;
}
.paging a {
    color: #b9b9b9;
    padding: 5px;
    transition: 250ms ease;
    white-space: nowrap;
}
.paging a:hover {
    color: #927a4c;
}

.paging span {
    color: #927a4c;
    font-weight: 600;
    padding: 5px;
    white-space: nowrap;
}




/* other */
.other .produkt-detail-banner-nadpis  {
    /*    padding-right: 50px;*/
}

/*** footer ***/
#footer {
    background-color:#004380;
    background-image: url(../img/footer.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 65px;
    padding-bottom: 80px;
}


.footer-heading {
    font-size:30px;
    font-weight: 700;
    color:white;
}
.footer-contact {
    margin-top: 20px;
    font-size:17px;
    line-height: 28px;
    color:white;
}
.footer-contact A {
    color: white;
}
.footer-share {
    margin-top: 75px;
    display: flex;
    justify-content: center;
}
.footer-share A {
    display: block;
    padding-left:10px;
    padding-right:10px;
}
.footer-share IMG {
    mix-blend-mode: screen;
}


#footer-sitemap-holder {
    background-color: #030916;
    transition: 400ms;
}
#footer-sitemap-holder.active {
    background-color: #1d3768;
    transition: 250ms;
}
.switch-arrow-heading {
    text-align: center;
}
.switch-arrow>SPAN {
    display: block;
    width: 37px;
    height: 37px;
    background: #e3001b;
    color: white;
    text-align: center;
    margin: -18px auto 0 auto;
    border-radius: 100px;
    padding: 10px 0 0 2px;
    transform: rotate(180deg);
    transition: 200ms;
    cursor:pointer;
	background-image:url(../img/satjam-arrow-up-white.png);
	background-size: 20px;
	background-position: top 12px center;
	background-repeat: no-repeat;
}
.active .switch-arrow>SPAN {
    margin: 15px auto 0 auto;
}
#footer-sitemap-holder.active .switch-arrow>SPAN {
    transform: rotate(0deg);
    padding:10px;
    transition: 200ms;
}
.switch-arrow-heading {
    font-size:15px;
    color:#b1c1d5;
    padding-top:15px;
    padding-bottom:60px;
}


#footer-sitemap {
    max-height:0px;
    transition: 200ms;
    overflow:hidden;
    width:1170px;
    margin:0 auto;
}
#footer-sitemap-holder.active #footer-sitemap {
    max-height: 999px;
    transition: 200ms;	
    padding-top:70px;
    padding-bottom:60px;
}
#footer-sitemap>DIV {
    display: flex;
    justify-content: space-between;
}
#footer-sitemap .sitemap-link-col {
    border-left:solid 1px #1c588e;
    padding-left:30px;
    padding-right:30px;
    max-width:250px;
}
#footer-sitemap .sitemap-link-col:first-of-type {
    border:none;
}
#footer-sitemap .sitemap-link-col:first-of-type {
    padding-left:0;
}
#footer-sitemap .sitemap-link-col:last-of-type {
    padding-right:0;
}
#footer-sitemap .sitemap-link-col UL {
    padding-left:0px;
	margin-bottom:0px;
}
#footer-sitemap .sitemap-link-col LI {
    display:block;
}
#footer-sitemap .sitemap-link-col A {
    color:#b9b9b9;
    display: block;
    padding-top:5px;
    padding-bottom:5px;
    text-transform:uppercase;
    font-size: 12px;
    line-height: 1.3;

}
#footer-sitemap p {
    color:white;
    margin-bottom:25px;
    opacity:0.6;
}
.newsletter-popup .modal-content p {
    color:#333!important;
}
#newsletterMailReg .btn-gold-black {
    background:black;
}
#footer-sitemap .btn {
    margin-top:18px;
}
#footer-sitemap .sitemap-link-col a:hover {
    color:white;
    text-decoration:underline;
}
#footer-sitemap .sitemap-link-col span.sitemap-section-heading {
    color:#ffffff;
    display:block;
    text-transform:uppercase;
    font-size: 14px;
    line-height: 2;
    margin-bottom:15px;
}

#footer-copyright-holder {
    background:#030916;
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
    color:white;
}
#footer-copyright-holder A {
    color: white;
}

.product-side-menu {
	background: url(../img/product-side-menu-arrow-down.png) left 28px top 26px no-repeat #e3001b;
	padding:12px 15px 12px 75px;
	width:100%;
	list-style-type: none;
	min-height:70px;
    max-width: 410px;
    margin-left:auto;
    margin-right:auto;
	cursor: pointer;
	transition: 200ms;
    margin-top: 24px;
}
/*precache sipky otevreneho menu */
.product-side-menu::after {
	content: ' ';
	display:block;
	height:0px;
	width:0px;
	overflow: hidden;
	background-image: url(../img/product-side-menu-arrow-up.png);
}
.product-side-menu.expanded {
	background-image: url(../img/product-side-menu-arrow-up.png);
	transition: 200ms;
}
.product-side-menu LI:not(.default) {
	height: auto;
	max-height: 0;
	overflow: hidden;
	transition: 200ms;
}
.product-side-menu.expanded LI {
	max-height: 100px;
	transition: 200ms;
	padding: 0px 20px;
} 
.product-side-menu LI {
	display: block;
	background:white;
}
.product-side-menu LI A {
	display:block;
	color:black;
	padding: 0px 20px;
	transition: 200ms;
}
.product-side-menu.expanded LI A {
	padding: 5px 20px;
	transition: 200ms;
}
.product-side-menu LI.active A {
	color:#e3001b;
	font-weight: 700;
}
.product-side-menu LI.default {
	text-transform: uppercase;
	height:50px;
	display:flex;
	align-items: center;
	font-weight: 900;
	padding: 0px 20px;
}

@media(max-width:1199px) {
    #footer {
        background-size: cover;
    }
    #footer-sitemap {
        width:970px;
    }
    #footer-sitemap .sitemap-link-col {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 220px!important;
    }
    #footer-sitemap sitemap-link-col-4 {
        max-width:inherit;
    }
    #footer-sitemap .sitemap-link-col a {
        font-size:11px;
    }
    
}
@media(max-width:991px) {
    #footer-sitemap {
        width: 100%;
        padding-bottom:0!important;
    }
    #footer-sitemap>DIV {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #footer-sitemap .sitemap-link-col {
        width:33%;
        max-width: 33%!important;
        margin-bottom:60px;
    }
    #footer-sitemap .sitemap-link-col-4 {
        border:none;
        padding-left:0;
    }
    #footer-sitemap .sitemap-link-col:last-of-type {
        border-left:solid 1px #1c588e;;
    }
    #produktove-bannery-vystup {
        padding-top: 50px;
    }
    .produkt-detail-banner {
        margin-left: 15px;
        margin-right: 15px;
    }
    .produkt-detail-banner {
        margin-top: 25px;
    }
    .product-side-menu {
        margin-top: 0px;
    }
    
}


@media (max-width:767px) {
    #footer-sitemap .sitemap-link-col {
        padding:15px 0;
        min-height:20px;
        height:auto;
        max-width:100%!important;
        width:100%;
        border:none!important;
        border-bottom:solid 1px #1c588e!important;
        margin-bottom: 0;
    }
    #footer-sitemap .sitemap-link-col LI {
        height:0;
        margin-bottom:0;
        overflow:hidden;
    }
    #footer-sitemap .sitemap-link-col .sitemap-section-heading {
        margin-bottom:0px!important;
    }
    #footer-sitemap .sitemap-link-col.active .sitemap-section-heading {
        margin-bottom:10px!important;
    }
    #footer-sitemap .sitemap-link-col.active LI {
        display: block;
        height:22px;
        margin-bottom:10px;
        -webkit-transition: height 200ms ease-out;
        -moz-transition: height 200ms ease-out;
        -o-transition: height 200ms ease-out;
        -ms-transition: height 200ms ease-out;
        transition: height 200ms ease-out;
    }
    #footer-sitemap .sitemap-link-col span.sitemap-section-heading {
        cursor:pointer;
    }
    #footer-sitemap .sitemap-link-col:last-of-type {
        border:none!important;
    }
    #footer-sitemap {
        display:block;
        padding-bottom:20px;
    }
    #footer-contact {
        display:block;
    }
    #footer-switch {
        display:none;
    }
    #footer-contact .footer-contact-section {
        display:block;
        margin:45px auto 0 auto;
    }
    .sitemap-section-heading {
        background:url(../img/satjam-arrow-down.png) no-repeat right center;
        background-size:20px;
        transition: 200ms;
    }
    .sitemap-link-col.active .sitemap-section-heading {
        background:url(../img/satjam-arrow-up.png) no-repeat right center;
        background-size:20px;
        transition: 200ms;
    }
    #footer-sitemap-holder.active .switch-arrow {
        margin-top:25px;
    }
/*	#footer-sitemap-holder .switch-arrow,
	#footer-sitemap-holder .switch-arrow-heading {
		display:none;
	}*/
    
    .breadcrumb {
        padding-top:30px;
        padding-bottom:30px;
    }
	/*
    .breadcrumb li {
        align-items: center;
        flex-direction: column;
    }*/
/*    .breadcrumb>li+li:before {
        transform: rotate(90deg);
    }*/
}


@media (max-width:550px) {
    #back-to-top {
        padding: 0px 5px;
    }
    #back-to-top .bi {
        color: #030916;
        position: relative;
        top: 0px;
        font-size: 27px;
        line-height: 37px;
    }
    
}
@media (max-width:460px) {
    #header-content-col-4 .header-content-col-item,
    #header-content-col-4 #lang-2 {
        /* min-width: 50px;
        max-width: 50px; */
    }
    .top-search-mobile,
    .vyhledavaci-tlacitko {
        font-size: 16px;
    }
    .top-search-mobile {
        text-align: left;
    }
    .menu-toggle  {
        padding: 15px;
    }
    .menu-toggle .icon-bar {
        height: 3px;
        margin-top: 2px;
        margin-bottom: 3px;
    }
    BODY.menu-opened #header-content-col-4 .menu-toggle {
        /* padding: 0px; */
        transition: 400ms
    }
    BODY.menu-opened #header-content-col-4 .menu-toggle .icon-bar:first-of-type {
        top: 8px;
    }
    BODY.menu-opened #header-content-col-4 .menu-toggle .icon-bar:last-of-type {
        top: -8px;
    }
    .produkt-detail-banner {
        margin-top: 15px;
        margin-left: 0px;
        margin-right: 0px;
    } 
     
}


/* provedeni pux jiz nenabizi hnedou */
#page-18 .povrchova-uprava.pux .id-3,
#page-18 .povrchova-uprava.pux .id-10 {
	opacity:.4;
	position: relative;
} 
#page-18 .povrchova-uprava.pux .id-3::before,
#page-18 .povrchova-uprava.pux .id-10::before {
	content:' ';
	position: absolute;
	top:48px;
	border-bottom:solid 2px red;
	width:100px;
	display: block;
	transform:rotate(-30deg)
} 

.footer-podporujeme H2 {
	color:#fff;
	font-size:20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top:80px;
}
.podporujeme-holder {
	margin-top:40px;
	display: flex;
	gap:50px;
	justify-content: center;
	align-items: flex-start;
}
@media(max-width:700px) {
	.podporujeme-holder {
		flex-direction: column;
		align-items: center;
		gap:35px;
	}
}
.podporujeme-holder .item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column-reverse;
	color:#fff;
	text-decoration: none;
	gap:30px;
}
.podporujeme-holder .item SPAN {
	max-width: 108px;
}

#search IMG {
    display: none;
}

.search-wrap {
    margin-bottom:120px;
}
#searchFieldInPage #searchInput {
    border:solid 2px #e3001b;
    border-radius: 0;
    max-width: 350px;
    height:40px;
    font-size:24px;
    font-weight:700;
}
#searchFieldInPage .controls {
    display:flex;
    flex-wrap: wrap;
    margin-top: 15px;
    gap:30px;
}
.cms-search-string {
    display: block;
    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom:40px;
}
.cms-search-result {
    margin-top:20px;
    margin-bottom:50px;
}
.cms-search-result H2 {
    font-weight: 600;
    margin-top:20px;
    margin-bottom:10px;
}
.cms-search-result H2 A {
    color: #e3001b;
}
.cms-search-result-link {
    font-size: 18px;
    color: #4c79a2;
    margin-bottom: 10px;
}
.cms-search-result-text {
    font-size: 17px;
    line-height: 28px;
    max-width: 1100px;
}