
/* ------------------------------------ /cz/globalcontent/global-gui-mainmenu.css ------------------------------------ */


/* -------------------------------- level 1 --------------------------------- */

ul.mainmenu
{    
    font-size: 0.95rem;
    font-weight: 600;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

ul.mainmenu li
{
    margin: 0;
}

ul.mainmenu li a,
ul.mainmenu li a:link,    
ul.mainmenu li a:visited, 
ul.mainmenu li a:active   
{
    display: block;
    height: 100%;
    padding: 15px 10px 15px 10px;
    position: relative;
}

ul.mainmenu li:hover a {    
    color: #273881;
    background: #c7ddee;
    text-decoration: none;
}

ul.mainmenu-level-1 > li:hover > a:before {
    content: "";
    height: 15px;
    display: block;
    position: absolute;
    background: url('/cz/globalcontent/../img/triangel_menu.svg') center no-repeat;
    left: 0;
    right: 0;
    top: -15px;
    margin: auto;
}

/* -------------------------------- level 2 --------------------------------- */

ul.mainmenu ul
{
    display: none;
    width: 100%; 
    background: #c7ddee;
    position: absolute;
    left: 0;
    text-transform: none;
    font-weight: 400;
    z-index: 1000;
    padding: 25px 20px 0px 20px;

}

ul.mainmenu ul.mainmenu-level-2 {
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.6);
}

ul.mainmenu li:hover > ul {
    display: block;
}

ul.mainmenu li.hovered > ul {
    display: block;
}

ul.mainmenu ul.mainmenu-level-2 > li.last {
    margin-bottom: 40px;
}

ul.mainmenu ul.mainmenu-level-2 > li.last.has-submenu {
    margin-bottom: 0;
}

ul.mainmenu ul li.has-submenu {
    display: inline-block;
    vertical-align: top;
}

ul.mainmenu ul li.has-submenu a {
}

ul.mainmenu-level-2 > li.has-submenu > a {
    padding: 0;
    background: none !important;
}

ul.mainmenu ul li a.invisible {
    display: none;
}

ul.mainmenu ul li a,
ul.mainmenu ul li a:link,    
ul.mainmenu ul li a:visited, 
ul.mainmenu ul li a:active     
{
    padding: 4px 10px;
    height: auto;
    color: #1a1a1a;
}


ul.mainmenu ul li a.has-submenu {
    font-weight: bold;
    color: #273881;    
    margin: 0 0 20px 0;
}


ul.mainmenu ul li a:hover {
    color: #273881;
}

/* -------------------------------- level 3 --------------------------------- */

ul.mainmenu ul ul
{
    display: block !important;
    width: auto;
    position: static;
    padding: 0;
    margin: 0 100px 40px 0;
}

ul.mainmenu ul li.multiColumn ul {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

ul.mainmenu ul li.multiColumn ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

ul.mainmenu ul ul li
{
    padding: 0;
    float: none;
}

ul.mainmenu ul ul li a,
ul.mainmenu ul ul li a:link,    
ul.mainmenu ul ul li a:visited, 
ul.mainmenu ul ul li a:active     
{
    padding: 4px 10px;
    color: #1a1a1a;
}

ul.mainmenu ul ul li a:hover {
    color: #273881;
    background: url('/cz/globalcontent/../img/arrow_menu_select.svg') no-repeat 12px 50%;
}
/* ------------------------------------ /cz/globalcontent/global-gui-leftmenu.css ------------------------------------ */


#leftmenuCaption {
    font-size: 1.5rem;
    margin: 35px 0 20px 0;
    color: #273881;
    font-weight: 800;
    text-transform: uppercase;
}

#leftmenuDiv {
    margin-bottom: 100px;    
}

#leftmenuLogo {
    padding: 0 30px;
    margin-bottom: 40px;
}

#leftmenuLogo img {
    width: 100%;   
}

/* -------------------------------- level 1 --------------------------------- */

ul.leftmenu
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;    
}

ul.leftmenu li
{
    padding: 7px 0; 
    margin: 0;
}

ul.leftmenu-level-1 > li.has-submenu {
    padding: 0;
}

ul.leftmenu-level-1 > li > a.has-submenu {
    font-weight: bold;
    color: #273881;
    margin: 50px 0 20px 0;
}

ul.leftmenu-level-1 > li > a.first.has-submenu {
    display: none;
}

ul.leftmenu li a,
ul.leftmenu li a:link,    
ul.leftmenu li a:visited, 
ul.leftmenu li a:active  
{
    display: block;
    text-decoration: none;
}

ul.leftmenu li a:hover {
    color: #cc2a31;
}


ul.leftmenu li a.current,
ul.leftmenu li a.current:link,
ul.leftmenu li a.current:visited,
ul.leftmenu li a.current:active,
ul.leftmenu li a.current:hover,
ul.leftmenu li a.selected,
ul.leftmenu li a.selected:link,
ul.leftmenu li a.selected:visited,
ul.leftmenu li a.selected:active,
ul.leftmenu li a.selected:hover
{
    color: #cc2a31;
}

/* -------------------------------- level 2 --------------------------------- */

ul.leftmenu-level-2 > li > a.has-submenu {
    padding: 7px 0;
}

ul.leftmenu ul
{
    padding: 0;
}

ul.leftmenu ul li
{
    padding: 7px 0; 
}

/* -------------------------------- level 3 --------------------------------- */

ul.leftmenu ul ul
{
    margin-left: 25px;
}
/* ------------------------------------ /cz/globalcontent/global-gui-mobilemenu.css ------------------------------------ */


#mobilemenuDiv {
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    background: #c7ddee;
    padding: 0 30px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.6);
}

#mobileMenuButton {
    display: none;
    background: url('/cz/globalcontent/../img/open_menu.svg') left center no-repeat;
    background-size: 24px;
}

#mobileMenuButton.menuOpen {
    background: url('/cz/globalcontent/../img/close_menu.svg') left center no-repeat;
    background-size: 24px;
}

#mobileMenuButton {
    padding: 14px 0 14px 32px;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 1023px) {
    #mobilemenuDiv.menuOpen {
        display: block;
    }
}

/* -------------------------------- level 1 --------------------------------- */

ul.mobilemenu
{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

ul.mobilemenu li
{
    margin: 0;
    display: block;
    padding: 10px 0 10px 15px;
}

ul.mobilemenu li.first
{
}

ul.mobilemenu li.last
{
}

ul.mobilemenu li.has-submenu {
    background: url('/cz/globalcontent/../img/arrow_right.svg') no-repeat 0 23px;
}

ul.mobilemenu li a,
ul.mobilemenu li a:link,    
ul.mobilemenu li a:visited, 
ul.mobilemenu li a:active   
{
    display: block;
    padding: 8px 20px 8px 0;
    text-decoration: none;
}

ul.mobilemenu li:hover a {
}

ul.mobilemenu li a.current,
ul.mobilemenu li a.current:link,
ul.mobilemenu li a.current:visited,
ul.mobilemenu li a.current:active,
ul.mobilemenu li a.current:hover,
ul.mobilemenu li a.selected,
ul.mobilemenu li a.selected:link,
ul.mobilemenu li a.selected:visited,
ul.mobilemenu li a.selected:active,
ul.mobilemenu li a.selected:hover,
ul.mobilemenu li a.opened,
ul.mobilemenu li a.opened:link,
ul.mobilemenu li a.opened:visited,
ul.mobilemenu li a.opened:active,
ul.mobilemenu li a.opened:hover
{
}

ul.mobilemenu li.has-submenu.opened {
    background: url('/cz/globalcontent/../img/arrow_right_on.svg') no-repeat 0 23px;
}

/* -------------------------------- level 2 --------------------------------- */

ul.mobilemenu li.opened > ul {
    display: block;
}

ul.mobilemenu ul
{
    display: none;
}


ul.mobilemenu li:hover > ul {
}

ul.mobilemenu ul li
{
    padding-left: 20px;
}

ul.mobilemenu ul li.invisible {
    padding-top: 0;
    padding-bottom: 0;
}

ul.mobilemenu ul li.first
{
}

ul.mobilemenu ul li.last
{
}

ul.mobilemenu ul li a.invisible {
    display: none;
}

ul.mobilemenu ul li a,
ul.mobilemenu ul li a:link,    
ul.mobilemenu ul li a:visited, 
ul.mobilemenu ul li a:active     
{
}

ul.mobilemenu ul li a:hover {
}

ul.mobilemenu ul li a.current,
ul.mobilemenu ul li a.current:link,
ul.mobilemenu ul li a.current:visited,
ul.mobilemenu ul li a.current:active,
ul.mobilemenu ul li a.current:hover,
ul.mobilemenu ul li a.selected,
ul.mobilemenu ul li a.selected:link,
ul.mobilemenu ul li a.selected:visited,
ul.mobilemenu ul li a.selected:active,
ul.mobilemenu ul li a.selected:hover,
ul.mobilemenu ul li a.opened,
ul.mobilemenu ul li a.opened:link,
ul.mobilemenu ul li a.opened:visited,
ul.mobilemenu ul li a.opened:active,
ul.mobilemenu ul li a.opened:hover
{
} 

/* -------------------------------- level 3 --------------------------------- */

ul.mobilemenu ul li.invisible ul {
    display: block;
    padding-bottom: 0;
}

ul.mobilemenu ul li.invisible ul li {
    padding-left: 0;
}
/* ------------------------------------ /cz/globalcontent/global-gui-paginator.css ------------------------------------ */


/* --------------------------------------------------------------------------------------------------------------------- */
/* PAGINATOR - SIMPLE 
/* --------------------------------------------------------------------------------------------------------------------- */

.paginator {
    text-align: center;
}

.paginator a {
    color: inherit;
    padding: 5px;
}

.paginator span {
    padding: 5px;
}

.paginator .selected {
    color: #273881;
    font-weight: bold;
}

.paginator strong {
    font-weight: normal;
}     
/* ------------------------------------ /cz/slideshow/module-slideshow.css ------------------------------------ */


/**
 * Stylopis modulu slideshow.
 * #slideshowBox1 - div pro zobrazení prvního obrázku slideshow     
 * #slideshowBox2 - div pro zobrazení druhého obrázku slideshow
 * #slideshowBox3 - div pro vkládání dalšího obsahu   
 */ 

/* -------------------------------------------------------------------------- */  

#slideshowMainBox
{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 750px;
    text-align: center;
}

#slideshowBox1,
#slideshowBox2,
#slideshowBox3,
#slideshowSwitchBox
{
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#slideshowBox1 { z-index: 20; }
#slideshowBox2 { z-index: 10; }
#slideshowBox3 { z-index: 30; }
#slideshowSwitchBox { z-index: 40; }    

/* -------------------------------------------------------------------------- */    

#slideshowMainBox .slideContainer
{
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top; 
}

#slideshowMainBox .slideImage
{
    position: relative;
    margin: 0px auto;
    display: none;
} 

#slideshowMainBox .slideText
{
    position: absolute;
    bottom: 20%;
    width: 100%;
}

#slideshowMainBox .slideCaption
{
    position: relative;
    width: 100%;
}

#slideshowMainBox .slideDescription
{
    position: relative;
    width: 100%;
}

/* -------------------------- slide switch box ------------------------------ */

#slideshowSwitchBox
{
    pointer-events: none;
}

#slideshowSwitchBox *
{
    z-index: 40;
}

#slideshowSwitchBox-middle
{
    position: absolute;
    left: 10%;
    top: 0%;
    width: 80%;
    height: 100%;
    pointer-events: none;
}

#slideshowSwitchBox-left
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10%;
    height: 100%;
    cursor: pointer;
    pointer-events: all;
}

#slideshowSwitchBox-left:hover
{
    background-color: rgba(0,0,0,0.5);
}

#slideshowSwitchBox-right
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10%;
    height: 100%;
    cursor: pointer;
    pointer-events: all;
}

#slideshowSwitchBox-right:hover
{
    background-color: rgba(0,0,0,0.5);
}

#slideshowSwitchBox-buttons
{
    position: absolute;
    top: 0%;
    right: 0%;
    width: auto;
    text-align: center;
    padding: 1em;
    pointer-events: all;
}

#slideshowSwitchBox-buttons .switchButton
{
    display: inline-block;
    margin: 0px 2px 0px 2px;
    padding: 0.5em 1.0em 0.5em 1.0em;
    color: #FF9900;
    background-color: #FFFFFF;
    cursor: pointer;
}

#slideshowSwitchBox-buttons .switchButton.selected
{
    color: #FFFFFF;
    background: #FF9900;
}

#slideshowSwitchBox-buttons .switchButton.first
{
}

#slideshowSwitchBox-buttons .switchButton.last
{
}

/* -------------------------------------------------------------------------- */


/*@media screen and (max-width: 799px) {
    #slideshowMainBox {
        height: 300px;
    }
}

@media screen and (max-width: 499px) {
    #slideshowMainBox {
        height: 200px;
    }
}*/
/* ------------------------------------ /cz/hpbox/style-hp-box.css ------------------------------------ */


#hpBoxesContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
}

.hpBox1Box {
    width: 50%;
    display: flex;
    position: relative;
    transition: transform 0.25s, box-shadow 0.25s;
}

#hpBoxes a.hpBox1Box {
    text-decoration: none;
}

.hpBox1Image {
    width: 50%;
    position: relative;
}

.hpBox1TextContainer {
    width: 50%;
    padding: 0 20px 75px 30px;
    position: relative;
}

div.hpBox1Link {
    position: absolute;
    bottom: 35px;
    padding-right: 25px;
    color: #cc5d62;
    background: url('/cz/hpbox/../img/arrow_morei.svg') no-repeat center right;
    font-size: 0.95rem;
}

.hpBox1Image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

#hpBoxesContainer .hpBox1Box:nth-child(4n+3) .hpBox1TextContainer, 
#hpBoxesContainer .hpBox1Box:nth-child(4n+4) .hpBox1TextContainer {
    order: 2;
}


#hpBoxesContainer .hpBox1Box:nth-child(4n+3) .hpBox1Image, 
#hpBoxesContainer .hpBox1Box:nth-child(4n+4) .hpBox1Image {
    order: 1;
}


.hpBox1Caption {
    font-size: 1.25rem;
    margin: 30px 0 20px 0;
    font-weight: 800;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    .hpBox1Text
    {
        display: none;
    }
}

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

    .hpBox1Caption {
        font-size: 1rem;
    }

    .hpBox1TextContainer {
        padding: 0 10px 75px 20px;
    }

    a.hpBox1Link {
        font-size: 0.9rem;
        padding-right: 20px;
        background-size: 14px;
    }
}

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

    .hpBox1Box {
        width: 100%;
    }

    #hpBoxesContainer .hpBox1Box:nth-child(4n+3) .hpBox1TextContainer, 
    #hpBoxesContainer .hpBox1Box:nth-child(4n+4) .hpBox1TextContainer {
        order: 0;
    }


    #hpBoxesContainer .hpBox1Box:nth-child(4n+3) .hpBox1Image, 
    #hpBoxesContainer .hpBox1Box:nth-child(4n+4) .hpBox1Image {
        order: 0;
    }

    #hpBoxesContainer .hpBox1Box:nth-child(even) .hpBox1TextContainer, 
    #hpBoxesContainer .hpBox1Box:nth-child(even) .hpBox1TextContainer {
        order: 2;
    }


    #hpBoxesContainer .hpBox1Box:nth-child(even) .hpBox1Image, 
    #hpBoxesContainer .hpBox1Box:nth-child(even) .hpBox1Image {
        order: 1;
    }
}

.hpBox1Box:hover {
    transform: scale(1.025);
    z-index: 100;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
}

.hpBox1TextContainer {
    background: #fff;
}

.hpBox1Image.compatObjectFit {
    background-size: cover;
    background-position: center center;
}

.hpBox1Image.compatObjectFit img {
    opacity: 0;
}

/*.post {
    &__image-container {
        width: 120px; // the same width and height as for the <img>
        height: 120px;
        &.compat-object-fit {
            background-size: cover;
            background-position: center center;
            .post__featured-image { // hide image if object fit is not supported - opacity to 0 for the link area
                                    opacity: 0;
            }
        }
    }
    &__featured-image {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
}*/




/* ------------------------------------ /cz/style-article-hp-box.css ------------------------------------ */

/* -------------------------------------------------------------------------- */
/* ARTICLE HP BOX                                                        */
/* -------------------------------------------------------------------------- */

#hpNewsContainer {
    display: flex;
    justify-content: space-between;
}

.hpNewsItem {
    width: 30%;
    margin-bottom: 40px;
}

.hpNewsCaption {
    font-weight: 800;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #cc2a31;
    margin: 0 0 15px 0;
}

.hpNewsInfo {
    color: #cc2a31;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.hpNewsLink {
    font-weight: 800;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #b3b3b3;
}

.hpNewsLink a {
    text-decoration: none;
    padding-top: 55px;
    background: url('/cz/img/plus.svg') no-repeat top center;
    display: inline-block;
}

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

    #hpNewsContainer {
        flex-wrap: wrap;
    }
    
    .hpNewsCaption {
        font-size: 1.25rem;
    }

    .hpNewsItem {
        width: 100%;
    }

    .hpNewsLink {
        margin: 0;
        font-size: 1.2rem;
    }

    .hpNewsLink a {
        padding-top: 45px;
        background-size: 35px;
    }
}




/* ------------------------------------ /cz/style-panel-global.css ------------------------------------ */


.hpLinkItem {
    width: 31%;
    background: #fff;
    margin-bottom: 30px;
    padding: 40px 40px 20px 40px;
}

.hpLinkLogo {
    margin-bottom: 20px;
    height: 75px;
    position: relative;
}

.hpLinkLogo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hpLinkText a {
    color: #cc5d62;
    text-transform: uppercase;
}

@media screen and (max-width: 799px) {
    .hpLinkItem
    {
        width: 49%;
        padding: 30px 5px 10px 5px;
        font-size: 0.95rem;
        margin-bottom: 10px;
    }
}



/* ------------------------------------ /cz/globalcontent/style-hp.css ------------------------------------ */

#hpBoxesWrapper {
    padding: 30px 0;
    overflow: hidden;
    margin-top: -80px;
}

#hpBoxes {    
    padding-bottom: 60px;
    position: relative;
    z-index: 100;
}

#hpBoxes:before {
    content: "";
    height: 30px;
    display: block;
    position: absolute;
    background: url('/cz/globalcontent/../img/triangel_whiteUp.svg') center no-repeat;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}

#hpBoxes:after {
    content: "";
    height: 30px;
    display: block;
    position: absolute;
    background: url('/cz/globalcontent/../img/triangel_whiteDown.svg') center no-repeat;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}

#hpBoxesText {
    margin-bottom: 25px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

#hpBoxesText h2 {
    color: #cc2a31;
    font-size: 2.25rem;
    font-weight: 400;
    margin: 2.75rem 0 1rem 0;
}

#hpNews {
    background: #f2f2f2;
    position: relative;
    padding: 100px 0 50px 0;
    margin-top: -30px;
}

#hpNews:after {
    content: "";
    height: 30px;
    display: block;
    position: absolute;
    background: url('/cz/globalcontent/../img/triangel_greyDown.svg') center no-repeat;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}

#hpLinks {
    background: #c7ddee;
    padding: 80px 0 120px 0;
}

#hpLinksContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#hpLinksCaption {
    font-weight: 800;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #6da8d5;
    margin: 0 0 50px 0;
}

#hpLinksCaption a {
    text-decoration: none;
}

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

    #hpBoxesText {
        flex-direction: column;
        text-align: center;
    }

    #hpLinksCaption {
        font-size: 1.2rem;
        margin: 0 0 30px 0;
    }

    #hpBoxesText h2 {
        font-size: 1.75rem;
    }
}