﻿/* CSS */
body {
    text-align: center;
    background: url('img/poz13.jpg');
    background-attachment: fixed;
    background-position: center;
}

#vsechno {
    margin: 0 auto;
    width: 800px;
    border: 0px solid black;
    background: url('img/poz6.jpg');
    box-shadow: black 4px 6px 20px;
}

#body {
    margin: 0 auto;
    width: 800px;
}

#hlavicka {
    margin: 0 auto;
    padding: 10px;
    width: 800px;
    height: 370px;
}

#paticka {
    clear: both;
    margin: 0;
    padding: 0;
    width: 800px;
}

#text, #text2 {
    text-align: center;
    width: 750px;
    border: 0px solid black;
    padding: 20px;
    padding-top: 0px;
    min-height: 200px;
}

    #text p, #text span, #text h1, #text h2, #text ul, #text li{
        color:white;
    }

    #text2 p, #text2 span, #text2 h1, #text2 h2, #text2 ul, #text2 li{
        color:white;
        text-align: left;

    }


#pagetitle {
    text-align: center;
    min-height: 100px;
}


.pagetitle_img {
    list-style: none;
    text-align: center;
    z-index: 99;
    width: 280px;
    height: 50px;
    background: url('img/title2.png') no-repeat;
    background-size: 280px 50px;
}


    .pagetitle_img span {
        text-align: center;
        font-family: calligraphicCE;
        font-size: 2.5em;
        color: black;
    }


#signtitle{
    width:300px;
    height:250px;
    background: url('img/title1.png') no-repeat;
    background-size: 300px 250px;
    position:relative;
    top:-70px;
}
.sign_img {
    text-align: center;
    z-index: 99;
    width: 300px;
    height: 95px;
}


    .sign_img span {
        text-align: center;
        position:relative;
        top:90px;
        text-align: center;
        font-family: calligraphicCE;
        font-size: 2em;
    }
    .sign_img a{
        display:block;
        text-decoration:none;
        color: black;
        padding-bottom:10px;
        padding-top:10px;
        text-align: center;
    }


@font-face {
    font-family: calligraphicCE; /* deklarace fontu */
    src: url("img/CalligraphicCE.TTF"), /* opera,safari,chrome,mozila */
         url("img/CalligraphicCE.eot"); /* IE */

}

.menu3 {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .menu3 li {
        display: inline;
        border-bottom: 0;
        background: url('img/Ruka.png') no-repeat;
        background-size: cover;
        padding: 5px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 4px;
        margin-left: 0px;
        margin-right: 0px;
        display: inline-block;
        width: 150px;
        background-size: 150px 32px;
        line-height: 20px
    }

    .menu3 a {
        position: relative;
        left: 10px;
        text-decoration: none;
        font-family: calligraphicCE;
        color: black;
        font-size: 1.5em;
        display: block;
    }

    .menu3 li.active, .menu3 li.active a {
        color: white;
    }

    .menu3 li a:hover {
        text-shadow: 1px 2px 3px black;
    }



.fixni-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: url('img/poz6.jpg') repeat-x;
    text-align: center;
    z-index: 111;
    box-shadow: black 4px 6px 20px;
    transition: .5s all;
}

.fixni-menu-hidden {
    display: none;
    transition: .5s all;
}

#menu-tree {
    background: url('img/rozcestnik.png') no-repeat;
    background-size: cover;
    width: 190px;
    height: 360px;
    position: relative;
    top: -390px;
    left: 10px;
    z-index: 99;
}

.menu1 {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .menu1 li {
        position: relative;
        top: 40px;
        left: -5px;
        border: 0px;
        background: url('img/Ruka.png') no-repeat;
        background-size: cover;
        padding: 5px;
        margin-top: 5px;
        display: inline-block;
        width: 170px;
        line-height: 19px
    }

    .menu1 a {
        text-decoration: none;
        font-family: calligraphicCE;
        color: black;
        font-size: 1.5em;
        padding-left: 15px;
        display: block;
    }

    .menu1 li.active {
        background: url('img/Ruka_active.png') no-repeat;
        background-size: cover;
        left: 10px;
    }

        .menu1 li.active a {
            position: relative;
            left: -10px;
        }

    .menu1 li:hover {
        width: 180px;
        line-height: 20px;
        margin-top: 4px;
    }


#menu-hand {
    text-align: center;
    margin: 0 auto;
    width: 250px;
}
/*#menu-tree2 {
    background: url('img/rozcestnik2.png') no-repeat;
    background-size: contain;
    width: 130px;
    height: 220px;
    position: relative;
    top: -740px;
    left: -50px;
    z-index: 98;
}

.menu2 {
    position: relative;
    left: -50px;
    top: -960px;
    z-index: 99;
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    text-align: center;
}

    .menu2 li {
        border: 0px;
        background: url('img/Ruka.png') no-repeat;
        background-size: cover;
        padding: 5px;
        margin-top: 5px;
        display: block;
        width: 130px;
        line-height: 13px
    }

    .menu2 a {
        text-decoration: none;
        font-family: calligraphicCE;
        color: black;
        font-size: 1.2em;
        padding-left: 15px;
        display: block;
    }

    .menu2 li.active {
        background: url('img/Ruka_active.png') no-repeat;
        background-size: cover;
        position: relative;
        left: 10px;
    }

        .menu2 li.active a {
            position: relative;
            left: -10px;
        }

    .menu2 li:hover {
        position:relative;
        width: 140px;
        line-height: 14px;
        margin-top: 4px;
        left:-5px
    }
    .menu2 li.active:hover {
        position: relative;
        left: 5px;
    }*/ /*puvodni podmenu v hlavicce vedle hlavniho rozcestniku - staci odkomentovat a zakomentovat novy a pojede to*/


#menu-tree2 {
    display: none;
    background: url('img/rozcestnik2.png') no-repeat;
    background-size: contain;
    width: 130px;
    height: 220px;
    position: relative;
    top: -740px;
    left: -50px;
    z-index: 98;
}

.menu2 {
    position: relative;
    left: 300px;
    top: -390px;
    z-index: 99;
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    text-align: center;
}

    .menu2 li {
        border: 0px;
        background: url('img/Ruka.png') no-repeat;
        background-size: cover;
        padding: 5px;
        margin-top: 5px;
        display: block;
        width: 150px;
        line-height: 13px
    }

    .menu2 a {
        text-decoration: none;
        font-family: calligraphicCE;
        color: black;
        font-size: 1.2em;
        padding-left: 15px;
        display: block;
    }

    .menu2 li.active {
        display: none;
        background: url('img/Ruka_active.png') no-repeat;
        background-size: cover;
        position: relative;
        left: 10px;
    }

        .menu2 li.active a {
            position: relative;
            left: -10px;
        }

    .menu2 li:hover {
        position: relative;
        width: 160px;
        line-height: 14px;
        margin-top: 4px;
        left: -5px
    }

    .menu2 li.active:hover {
        position: relative;
        left: 5px;
    }


#header_nadpis1 {
    width: 500px;
    text-shadow: 4px 6px 5px black;
    font-family: calligraphicCE;
    color: #ffffff;
    font-size: 4em;
    position: relative;
    left: 220px;
    top: -245px;
}

#header_nadpis2 {
    width: 500px;
    text-shadow: 4px 6px 5px black;
    font-family: calligraphicCE;
    color: #ffffff;
    font-size: 2.5em;
    position: relative;
    left: 280px;
    top: -245px;
}

p img {
    margin : 5px;
}

/*#side_menu_container {
    position: relative;
    left: 790px;
    top: -250px;
    width: 61px;
    height: 60px;
    margin-bottom: 10px;
    z-index: 99;
    border: 0px solid;
    border-radius: 10px;
    transition: all 0.8s;
    cursor: pointer;
}

    #side_menu_container:hover {
        width: 155px;
        transition: all 0.8s;
    }

div.fb {
    background: url(img/fb.png) repeat-x;
}

div.cal {
    background: url(img/cal.png) repeat-x;
}


div.popup_content {
    position: absolute;
    width: 350px;
    height: 310px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    display: none;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    padding: 30px 10px 10px 10px;
    box-shadow: black 4px 6px 20px;
}

div.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.12;
    opacity: .12;
    filter: alpha(opacity=12);
}*/ /*bocni menu s vysouvanim content hover a vyskakovaci okno*/












/*********************************************/
/* slideshow*/
/********************************************/

#slides {
    display: none;
    height: auto;
    position: relative;
    left: -10px;
    top: -10px;
}

    #slides .slidesjs-navigation {
        margin-top: 5px;
    }

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
    background-image: url(img/btns-next-prev.png);
    background-repeat: no-repeat;
    display: none;
    // původně display:block width: 12px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-right: 5px;
}

a.slidesjs-next {
    margin-right: 10px;
    background-position: -12px 0;
}

a:hover.slidesjs-next {
    background-position: -12px -18px;
}

a.slidesjs-previous {
    background-position: 0 0;
}

a:hover.slidesjs-previous {
    background-position: 0 -18px;
}

a.slidesjs-play {
    width: 15px;
    background-position: -25px 0;
}

a:hover.slidesjs-play {
    background-position: -25px -18px;
}

a.slidesjs-stop {
    width: 0px;
    //původně 15px zmeneno aby to zmizlo ze stranky background-position: -41px 0;
}

a:hover.slidesjs-stop {
    background-position: -41px -18px;
}

.slidesjs-pagination {
    margin: 7px 0 0;
    float: right;
    list-style: none;
}

    .slidesjs-pagination li {
        float: left;
        margin: 0 1px;
    }

        .slidesjs-pagination li a {
            display: none;
            // původně display:block width: 13px;
            height: 0;
            padding-top: 13px;
            background-image: url(img/pagination.png);
            background-position: 0 0;
            float: left;
            overflow: hidden;
        }

            .slidesjs-pagination li a.active,
            .slidesjs-pagination li a:hover.active {
                background-position: 0 -13px
            }

            .slidesjs-pagination li a:hover {
                background-position: 0 -26px
            }

#slides a:link,
#slides a:visited {
    color: #333
}

#slides a:hover,
#slides a:active {
    color: #9e2020
}

.navbar {
    overflow: hidden
}

/*********************************************/
/* konec slideshow*/
/********************************************/



.prechod {
    display: inline-block;
    -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 5%);
    position: relative;
}

    .prechod > div {
        -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 5%)
    }

        .prechod > div > div {
            -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 5%)
        }

    .prechod img {
        display: block;
        -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 5%);
    }







/*******************************Calendar Top Navigation*********************************/
div#calendar {
    margin: 0px auto;
    padding: 0px;
    width: 395px;
    font-family: Helvetica, "Times New Roman", Times, serif;
}

    div#calendar div.box {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 40px;
        background-color: #787878;
    }

    div#calendar div.header {
        line-height: 40px;
        vertical-align: middle;
        position: absolute;
        left: 11px;
        top: 0px;
        width: 95%;
        height: 40px;
        text-align: center;
    }

        div#calendar div.header a.prev, div#calendar div.header a.next {
            position: absolute;
            top: 0px;
            height: 17px;
            display: block;
            cursor: pointer;
            text-decoration: none;
            color: #FFF;
        }

        div#calendar div.header span.title {
            color: #FFF;
            font-size: 20px;
        }


        div#calendar div.header a.prev {
            left: 0px;
        }

        div#calendar div.header a.next {
            right: 0px;
        }



    /*******************************Calendar Content Cells*********************************/
    div#calendar div.box-content {
        border: 1px solid #787878;
        border-top: none;
    }



    div#calendar ul.label {
        float: left;
        margin: 0px;
        padding: 0px;
        margin-top: 5px;
        margin-left: 5px;
    }

        div#calendar ul.label li {
            margin: 0px;
            padding: 0px;
            margin-right: 5px;
            float: left;
            list-style-type: none;
            width: 50px;
            height: 40px;
            line-height: 40px;
            vertical-align: middle;
            text-align: center;
            color: #000;
            font-size: 15px;
            background-color: silver;
            font-weight: bold;
        }


    div#calendar ul.dates {
        float: left;
        margin: 0px;
        padding: 0px;
        margin-left: 5px;
        margin-bottom: 5px;
    }

        /** overall width = width+padding-right**/
        div#calendar ul.dates li {
            margin: 0px;
            padding: 0px;
            margin-right: 5px;
            margin-top: 5px;
            line-height: 50px;
            vertical-align: middle;
            float: left;
            list-style-type: none;
            width: 50px;
            height: 50px;
            font-size: 25px;
            background-color: lightgreen;
            color: #000;
            text-align: center;
        }

            div#calendar ul.dates li.mask {
                background-color: transparent;
            }

            div#calendar ul.dates li.full {
                background-color: red;
            }

            div#calendar ul.dates li.part {
                background-color: orange;
            }

            div#calendar ul.dates li.fullempty {
                background: red; /* Old browsers */
                background: -moz-linear-gradient(-45deg, red 50%, lightgreen 50%); /* FF3.6-15 */
                background: -webkit-linear-gradient(-45deg, red 50%,lightgreen 50%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(135deg, red 50%,lightgreen 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='red', endColorstr='lightgreen',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
            }

            div#calendar ul.dates li.emptyfull {
                background: lightgreen; /* Old browsers */
                background: -moz-linear-gradient(-45deg, lightgreen 50%, red 50%); /* FF3.6-15 */
                background: -webkit-linear-gradient(-45deg, lightgreen 50%,red 50%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(135deg, lightgreen 50%,red 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lightgreen', endColorstr='red',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
            }

:focus {
    outline: none;
}

div.clear {
    clear: both;
} 