
/* ------------------------------------ /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/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/style-article.css ------------------------------------ */

/* -------------------------------------------------------------------------- */
/* ARTICLE                                                            */
/* -------------------------------------------------------------------------- */

.newsListItem {
    clear: both;
}

.newsListImgBox {
    width: 270px;
    margin: 0 0 30px 30px;
    float: right;
}

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

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

#newsList {
    margin-bottom: 50px;
}

#content .newsListCaption a {
    color: inherit;
}

@media screen and (max-width: 499px) {
    .newsListImgBox {
        float: none;
        margin: 0 auto 20px auto;
        width: 100%;
        max-width: 350px;
    }
}
/* ------------------------------------ /cz/style-whimagegallery.css ------------------------------------ */



/* ------------------------------ GALLERY 1 ----------------------------------*/

.imagegallery
{
    position: relative;    
}

.imagegalleryItem
{ 
    display: none;
}

.imagegalleryItem.firstInGallery {
    display: block;
    width: 100%;
}



.imagegalleryItem .itemImage img
{
    width: 100%;
    height: auto;
    display: block;
}

.imagegalleryImageCount {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    color: #ccc;
    font-size: 1.1rem;
    width: 100%;
    bottom: 0;
}

.imagegalleryImageCountContainer {
    padding: 20px 70px 20px 20px;
    text-align: right;
    background: url('/cz/img/ico_photogalery.svg') no-repeat center right 20px;
}

.imagegalleryImageCountContainer span {
    display: inline-block;
}

.imagegalleryCaption:after {
    content: " ";
    background: #ccc;
    width: 1px;
    height: 30px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

@media screen and (max-width: 799px) {
    .imagegallery {
        max-width: 600px;
        margin: 0 auto 30px auto;
    }
}

/* ---------------------------------------------------------------------------*/  
/* ------------------------------------ /cz/style-whimagegallery.css ------------------------------------ */



/* ------------------------------ GALLERY 1 ----------------------------------*/

.imagegallery
{
    position: relative;    
}

.imagegalleryItem
{ 
    display: none;
}

.imagegalleryItem.firstInGallery {
    display: block;
    width: 100%;
}



.imagegalleryItem .itemImage img
{
    width: 100%;
    height: auto;
    display: block;
}

.imagegalleryImageCount {
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    color: #ccc;
    font-size: 1.1rem;
    width: 100%;
    bottom: 0;
}

.imagegalleryImageCountContainer {
    padding: 20px 70px 20px 20px;
    text-align: right;
    background: url('/cz/img/ico_photogalery.svg') no-repeat center right 20px;
}

.imagegalleryImageCountContainer span {
    display: inline-block;
}

.imagegalleryCaption:after {
    content: " ";
    background: #ccc;
    width: 1px;
    height: 30px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

@media screen and (max-width: 799px) {
    .imagegallery {
        max-width: 600px;
        margin: 0 auto 30px auto;
    }
}

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