<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**
 * @author Jan MatouĹˇek
 * @url matojan.cz
 */

/******************************************************************************
 ******************************************************************************
 * homepage
 *******************************************************************************
 ******************************************************************************/
#mainArticle{
    width: 680px;
    height: 280px;
    float: left;
    margin-top: 20px;
}

#mainArticle h2 a{
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 10px;
    border-bottom: #cc5f29 8px solid;
    color: #334c66;
    line-height: 40px;
}

#mainArticle img{
    margin-right: 30px;
    float: left;
}

#mainArticle .anotationText{
    margin-top: 20px;
    font-size: 0.857em;
}


#mainArticle .strong{
    color: #7a8a99;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.286em;
}


#mainArticle .moreinfo{
    display: inline-block;
    padding: 5px 10px;
    background: #7a8a99;
    color: #fff;
    text-decoration: none;
    float: right;
    margin-top: 0px;
}

#mainArticle .moreinfo:hover{
    background: #cc5f29;
}

#quote{
    float: right;
    width: 300px;
    height: 280px;
    margin-top: 20px;
    padding: 10px;
    background: #f2f5f7;
    font-family: 'Times New Roman, Georgia';
}

#quote .headText{
    font-style: italic;
    color: #334c66;
    font-size: 1.15em;
    margin-bottom: 28px;
}

#quote .text{
    color: #7a8a99
}

#quote .author{
    color: #7a8a99;
    float: right;
}

@media (min-width: 768px) and (max-width: 1115px)
{
    #mainArticle{
        width: 750px;
        float: none;
    }
    
}

@media (max-width: 1115px)
{    
    #quote{
        float: none;
        width: auto;
        height: auto;
    }
}

@media (max-width: 768px)
{    
    #mainArticle{
        width: auto;
        float: none;
        height: auto;
    }
    
}
@media (max-width: 500px)
{   
    #mainArticle img{
        float: none;
        margin: 0 auto;
    }
    
    #mainArticle .imgLink{
        text-align: center;
        display: block;
    }
}

#hpArticles{
    margin-top: 20px;
}

#hpArticles .article{
    float: left;
    width: 326px;
    margin-left: 11px;
}

#hpArticles .first{
    margin-left: 0;
}

#hpArticles .article img{
    width: 326px;
}

#hpArticles .article h2,
#hpArticles .article h3{
    color: #fff;
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 0px;
}


#hpArticles .article .heading{
    color: #fff;
    background: #7a8a99;
    display: block;
    text-decoration: none;
    padding: 5px;
    height: 52px;
}

#hpArticles .article .heading:hover{
    background: #cc5f29;
}

#hpArticles .paginationFull{
    float: right;
}

#hpArticles .paginationMiddle{
    float: right;
    display: none;
}

@media (min-width: 768px) and (max-width: 1115px)
{
    #hpArticles .paginationFull{
        display: none;
    }

    #hpArticles .paginationMiddle{
        display: block;
    }
    
    #hpArticles .a-3{
        display: none;
    }
    
    #hpArticles .a-2{
        float: right;
    }
    
    #hpArticles .article,
    #hpArticles .article img{
        width: auto;
    }
}

@media (max-width: 768px)
{    
    #hpArticles .paginationFull{
        display: none;
    }

    #hpArticles .paginationMiddle{
        display: none;
    }
    
    #hpArticles .article{
        float: none;
        margin: 20px auto;
    }
}

#calendarHp{
    margin-top: 20px;
}

#calendarHp .calendar{
    width: 326px;
    float: left;
}

#calendarHp .imgWrap{
    width: 662px;
    float: right;
    height: 260px;
}


#calendarHp .calendar .event .text
{
    height: 52px;
    padding: 18px 10px;
    width: 266px;
}

#calendarHp .calendar .event .date
{
    height: 52px;
    line-height: 14px;
    padding-top: 12px;
}

#calendarHp .calendar .current .text,
#calendarHp .calendar .current .date
{
    background: #cc5f29;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 1115px)
{
    #calendarHp .imgWrap{
        width: 410px;
        float: right;
        height: 162px;
    }
    
    #calendarHp .imgWrap img{
        width: 410px;
    }
    

    #calendarHp .calendar .event .text
    {
        height: 54px;
    }

    #calendarHp .calendar .event .date
    {
        height: 54px;
    }
    
    #calendarHp .calendar .event:nth-of-type(3) ~ .event
    {
        display: none;
    }
    
}

@media (max-width: 767px)
{
    #calendarHp .calendar {
        width: 100%;
    }
    
    #calendarHp .calendar .event .text
    {
        width: 85%;
    }
    
    #calendarHp .calendar .event .date
    {
        width: 15%;
    }
    
    #calendarHp .imgWrap{
        display: none;
    }
}

#hpGalery{
    margin-top: 20px;
    width: 494px;
    float: left;
}

#hpDonate{
    margin-top: 20px;
    width: 494px;
    float: right;
}

#hpDonate h2{
    background: #334c66;
    color: #fff;
    margin: 0px;
    padding: 10px;
}

#hpDonate .article{
    background: #f2f5f7;
    color: #334c66;
    display: block;
    padding: 10px;
    font-size: 1.2em;
}

#hpDonate .article:hover{
  background: #cc5f29;
  color: #fff;
}

#hpDonate .odd{
    background: #e6ecf2;
}

@media (max-width: 1115px)
{
    #hpGalery{
        width: 100%;
        max-width: 494px;
        float: none;
        margin: 10px auto 0 auto;
    }

    #hpDonate{
        width: 100%;
        float: none;
    }
    
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
/******************************************************************************
 ******************************************************************************
 * archeological archive page
 *******************************************************************************
 ******************************************************************************/
#archeological #map{
    display: block; 
    position: relative;
    z-index: 1;
}

#archeological canvas{
    z-index: 50;
    pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1115px)
{
    #archeological #map{
        width: 480px;
    }
}
    
@media (max-width: 768px)
{
    #archeological #map{
        display: none;
    }
    
    #archeological canvas{
        display: none!important;
    }
}


/******************************************************************************
 ******************************************************************************
 * article types
 *******************************************************************************
 ******************************************************************************/
.article{
    color: #7a8a99;
    font-size: 12px;
}

.article h2{
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 15px;
    color: #334c66;
}

.article h3{
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    color: #334c66;
}

.article .leftblock{
    width: 48%;
    float: left;
    text-align: justify;
}

.article .rightBlock{
    width: 48%;
    float: right;
    text-align: justify;
}

.article .r220{
    width: 220px;
    height: 220px;
    float: right;
    margin: 0 0 10px 10px;
}

#col1Frame, 
#col2Frame{
    background: #f2f5f7;
    padding: 10px;
}

@media (max-width: 1115px)
{
    .article .fullImg{
        width: 100%;
    }
}


@media (max-width: 500px)
{
    .article .r220{
        float: none;
    }

    .article .leftblock{
        width: 100%;
        float: none;
    }

    .article .rightBlock{
        width: 100%;
        float: none;
    }
}

@media (max-width: 300px)
{
    .article .r220{
        width: 100%;
        height: auto;
        float: none;
    }
}


/******************************************************************************
 ******************************************************************************
 * anotations types
 *******************************************************************************
 ******************************************************************************/
.anotation h2{
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    margin-top: 15px;
}

.anotation h2.main{
    font-size: 30px;
}

.anotation h2 a{
    color: #334c66;
}

.anotation h3{
    margin: 0;
    padding: 0px;
    font-size: 1.571em;
    color: #7a8a99;
} 

.anotation .anotationText{
    margin-top: 15px;
    margin-bottom: 10px;
    color: #7a8a99;
    font-size: 12px;
}

.anotation .moreinfo{
    display: inline-block;
    padding: 5px 10px;
    background: #7a8a99;
    color: #fff;
    text-decoration: none;
    float: right;
    margin-bottom: 10px;
}

.anotation .moreinfo:hover{
    background: #cc5f29;
}

.anotation .r220{
    width: 220px;
    height: 220px;
    float: right;
    margin: 0 0 10px 10px;
}

.anotation .l220{
    float: left;
    margin: 0 10px 10px 0;
}

.anotation .bigger{
    width: 341px;
    height: 262px;
}

.anotation .collumns{
    column-count:2;
    -moz-column-count:2; 
    -webkit-column-count:2; 
    column-gap: 2em; 
    -moz-column-column-gap: 2em; 
    -webkit-column-gap: 2em; 
}

.anotation .strong{
    margin-bottom: 15px;
    font-size: 1.143em;
    color: #334c66;
    font-size: 16px;
}

.anotation .strong strong{
    font-weight: 500;
}

.anotationBackground{
    background: #f2f5f7;
    padding: 10px;
}

@media (max-width: 1115px)
{
    .anotation .fullImg{
        width: 100%;
    }
}


@media (max-width: 500px)
{
    .anotation .r220{
        float: none;
    }

    .article .leftblock{
        width: 100%;
        float: none;
    }

    .article .rightBlock{
        width: 100%;
        float: none;
    }
    
    .anotation .collumns{
        float: none;
        column-count:1;
        -moz-column-count:1; 
        -webkit-column-count:1; 
    }
}

@media (max-width: 300px)
{
    .anotation .r220{
        width: 100%;
        height: auto;
        float: none;
    }
}


/******************************************************************************
 ******************************************************************************
 * galery
 *******************************************************************************
 ******************************************************************************/
.galeries .galery{
    width: 220px;
    height: 290px;
    float: left;
}

.galeries .galery .foto{
    width: 220px;
    height: 220px;
}

.galeries .galery h2{
    font-size: 1.231em;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.galeries .galery .heading{
    color: #fff;
    background: #7a8a99;
    display: block;
    text-decoration: none;
    padding: 5px;
}

.galeries .galery .heading:hover{
    background: #cc5f29;
}
@media (max-width: 767px)
{
    .galeries .galery{ 
        float: none;
    }
}
/******************************************************************************
 ******************************************************************************
 * goup
 *******************************************************************************
 ******************************************************************************/
.goup .text,
.goback .text{
    display: block;
    background: #cc5f29;
    height: 38px;
    line-height: 38px;
    width: 92%;
    float: left;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
}

.goup .arrow,
.goback .arrow{
    display: block;
    background: url('../images/images.png') no-repeat center center #cfdae6;
    height: 38px;
    line-height: 38px;
    width: 7%;
    float: right;
}


.goup .wraparrow,
.goback .wraparrow{
    display: block;
    height: 38px;
    line-height: 38px;
    width: 7%;
    float: right;
    background: #cfdae6;
}

.goup .arrowback,
.goback .arrowback{
    display: block;
    background: url('../images/images.png') no-repeat center center;
    height: 38px;
    line-height: 38px;
    width: 15px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    margin: auto;
}


/******************************************************************************
 ******************************************************************************
 * breadcrumb
 *******************************************************************************
 ******************************************************************************/
.breadcrumb {
    padding: 0 ;
    margin-bottom: 30px; 
    background-color: transparent; 
    border-radius: 0px; 
    color: #7a8a99;
    text-transform: uppercase;
}

.breadcrumb .current &gt; a{
    color: #cc5f29;
}

/******************************************************************************
 ******************************************************************************
 * banner left block
 *******************************************************************************
 ******************************************************************************/
.banner-leftBlock
{
    margin-top: 30px;
}

/******************************************************************************
 ******************************************************************************
 * articles tips
 *******************************************************************************
 ******************************************************************************/
.article-tips
{
    margin-top: 00px;
    color: #7a8a99;
    text-transform: uppercase;
}

.article-tips .heading .head{
    font-size: 1.143em;
    display: block;
}

.article-tips .heading{
    color: #fff;
    background: #7a8a99;
    display: block;
    text-decoration: none;
    padding: 5px;
}

.article-tips .heading:hover{
    background: #cc5f29;
    color: #fff;
}

.article-tips img
{
    width: 220px;
}

/******************************************************************************
 ******************************************************************************
 * galery detail
 *******************************************************************************
 ******************************************************************************/
.galeryDetail{
    color: #7a8a99;
    font-size: 12px;
}

/******************************************************************************
 ******************************************************************************
 * left block galery
 *******************************************************************************
 ******************************************************************************/
.galery-leftBlock{
    margin-top: 30px;
    color: #7a8a99;
    text-transform: uppercase;
}

.galery-leftBlock img
{
    float: left;
    margin-bottom: 10px;
}

.galery-leftBlock img.odd
{
    margin-right: 10px;
}

/******************************************************************************
 ******************************************************************************
 * calendar + left block calencar
 *******************************************************************************
 ******************************************************************************/
.calendar-leftBlock{
    margin-top: 30px;
    color: #7a8a99;
    text-transform: uppercase;
}

.calendar .event .text
{
    background: #f2f5f7;
    height: 52px;
    width: 270px;
    padding: 0 10px;
    float: left;
    color: #334c66;
}

.calendar .event .date
{
    background: #f2f5f7;
    height: 52px;
    line-height: 52px;
    padding: 0 10px;
    float: right;
    color: #334c66;
}

.calendar-leftBlock .event .text
{
    height: 50px;
    padding: 11px 10px;
    width: 168px;
    font-size: 0.85em;
}

.calendar-leftBlock .event .date
{
    height: 50px;
    line-height: 14px;
    font-size: 0.85em;
    padding-top: 12px;
}

.calendar .odd .text,
.calendar .odd .date
{
    background: #e6ecf2;
}

.galery-leftBlock img.odd
{
    margin-right: 10px;
}</pre></body></html>