﻿
@import url('https://fonts.googleapis.com/css?family=Monda|Orbitron&display=swap');

body {
    font-family: 'Monda', sans-serif;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

img, iframe, embed, object, video {
    max-width: 100%
}

code {
    font-family: Courier New;
    background-color: #ddd;
    padding: .12em .2em;
    border: 1px solid #aaa;
    border-radius: 3px;
}

/*
Add transition to containers so they can push in and out.
*/
#pagecontainer,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#pagecontainer {
    position: relative;
    left: 0;
    padding-left: 0;
}

    #pagecontainer.active #menu {
        left: 150px;
        width: 150px;
    }

    #pagecontainer.active .menu-link {
        left: 150px;
    }
/*
The content `<div>` is where all your content goes.
*/
#mainContainer {
    margin: 0 auto;

    margin-bottom:0px;
    
    max-width: 860px;

    
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    border: 1px solid silver;
}

.header {
    margin: 0;
    color: #333;
    text-align: center;
    padding: 2.5em 2em 0;
    border-bottom999: 1px solid #eee;
}

    .header h1 {
        margin: 0.2em 0;
        font-size: 3em;
        font-weight: 300;
    }

    .header h2 {
        font-weight: 300;
        color: #ccc;
        padding: 0;
        margin-top: 0;
    }

.content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}



/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/

#menu {
    margin-left: -150px; /* "#menu" width */
    width: 150px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000; /* so the menu or its navicon stays above all content */
    background: #191818;
    background: #262626;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
    /*
    All anchors inside the menu should be styled like this.
    */
    #menu a {
        color: #999;
        color: #61EFCE;
        border: none;
        padding: 0.6em 0 0.6em 0.6em;
        text-align: right;
        margin-right: 7px;
    }

    /*
    Remove all background/borders, since we are applying them to #menu.
    */
    #menu .pure-menu,
    #menu .pure-menu ul {
        border: none;
        background: transparent;
    }

        /*
    Add that light border to separate items into groups.
    */
        #menu .pure-menu ul,
        #menu .pure-menu .menu-item-divided {
            border-top: 1px solid #333;
        }
        /*
        Change color of the anchor links on hover/focus.
        */
        #menu .pure-menu li a:hover,
        #menu .pure-menu li a:focus {
            background: #333;
        }

    /*
    This styles the selected menu item `<li>`.
    */
    #menu .pure-menu-selected,
    #menu .pure-menu-heading {
        background: #1f8dd6;
    }
        /*
        This styles a link within a selected menu item `<li>`.
        */
        #menu .pure-menu-selected a {
            color: #fff;
        }

    /*
    This styles the menu heading.
    */
    #menu .pure-menu-heading {
        font-size: 110%;
        color: #fff;
        margin: 0;
    }

    .pure-menu-link{
        display:block;
        text-decoration:none;
    }

    .pure-menu-list{
        list-style:none;
    }

/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/*
The button to open/close the Menu is custom-made and not part of Pure. Here's
how it works:
*/

/*
`.menu-link` represents the responsive menu toggle that shows/hides on
small screens.
*/
.menu-link {
    position: fixed;
    display: block; /* show this only on small screens */
    top: 0;
    left: 0; /* "#menu width" */
    background: #000;
    background: rgba(0,0,0,0.7);
    font-size: 10px; /* change this value to increase/decrease button size */
    z-index: 10;
    width: 2em;
    height: auto;
    padding: 2.1em 1.6em;
}

    .menu-link:hover,
    .menu-link:focus {
        background: #000;
    }

    .menu-link span {
        position: relative;
        display: block;
    }

        .menu-link span,
        .menu-link span:before,
        .menu-link span:after {
            background-color: #fff;
            width: 100%;
            height: 0.2em;
        }

            .menu-link span:before,
            .menu-link span:after {
                position: absolute;
                margin-top: -0.6em;
                content: " ";
            }

            .menu-link span:after {
                margin-top: 0.6em;
            }




#top-nav {
    display: none;
}


#topmenu, #intro, #selLang, .reklama, #leftCol {
    display: none;
}

#leftcolumn{display:none;width:100%;}



#top-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 150px;
    background-color: black;
    color: orange;
    max-width69: 900px;
    padding: 3px;
}

div#main {
    padding: 10px 10px;

    min-height: 650px;
}


.db {
    display: block;
    width99: 300px;
    height99: 50px;
    background-color: #0fc;
    margin: 18px;
    padding: 5px;
    padding-top99: 30px;
    color: Black;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    border-radius: 5px;
    background: #b2e1ff; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e1ff), color-stop(100%,#66b6fc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* IE10+ */
    background: linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* W3C */
}

div#main a.db {
    color: rgb(168, 58, 67);
    font-weight: 600;
}

.db .hint {
    color: ThreeDDarkShadow;
    font-size: 12px;
}

.db:hover {
    background-color: Orange;
    text-decoration: none;
    background: #ffc578; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* IE10+ */
    background: linear-gradient(top, #ffc578 0%,#fb9d23 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}

input999, textarea999 {
    width: 96%;
    margin: 5% 0;
}

#footer, footer {
    clear: both;
    text-align: center;
}

#footerInner {
    padding: 14px 0;
    background-color: #494949;
    font-size: 11px;
}

#footer a {
    font-size: 18px;
    color: #FFF;
    margin-right: 15px;
}

footer a {
    color: #FFF;
    margin-right: 15px;
}


/* help */
ol.ol_wide li {
    margin: 30px 0;
}

.accordion-toggle {
    cursor: pointer;
    padding: 10px;
    margin: 0;
    background-color: #ffc;
    margin: 5px;
}

.accordion-toggle:hover {
    background-color: yellow;
}

.accordion-content {
    display: none;
    margin: 10px;
}

.accordion-content a {
    display: block;
    text-decoration: none;
    background-color: #9fc;
    padding: 5px;
    margin: 5px;
    font-size: 14px;
}

.accordion-content a:hover {
    background-color: lime;
}

.accordion-content.default9 {
    display: block;
}

.accordion-content-active {
    color: red;
    font-weight: bold;
}

#accordion-faq h2 {
    border-top: dotted silver 1px;
    padding-top: 0.7em;
    cursor: pointer;
}

#accordion-faq h2.active {
    color: Green;
}

div.note {
    background-color: crimson;
    color: white;
    padding: 10px;
    border-radius: 10px;
}


/* -- Responsive Styles (Media Queries) ------------------------------------- */

/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 48em) {

    body{background-color:gainsboro}
    #mainContainer{background-color:white;}

    .nest div {
        color: gray;
        font-size: small;
        text-align: right;
        padding: 10px;
    }

    li.nest {
        font-size: large;
        font-weight: 700;
        padding: 10px;
        text-align: left;
        color: Black;
    }

    .header,
    .content {
        padding-left: 2em;
        padding-right: 2em;
    }

    #pagecontainer {
        padding-left: 0; /* left col width "#menu" */
        left: 0;
    }

    #menu {
        left: 150px;
    }

    .menu-link {
        position: fixed;
        left: 0;
        display: none;
    }

    #pagecontainer.active .menu-link {
        left: 150px;
    }

    #menu {
        display: none;
    }

    #top-nav {
        display: block;
    }

    #leftcolumn{
        width:30%;
        display:block;
    }

    #contentwrapper {
        width: 70%;
        background-color: #e7f1f8;
    }

    #menuV {
        font-family: 'Orbitron'
    }

        #menuV ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #menuV li {
            border-top: dotted 1px #90F;
        }

    #menuV {
        margin-top: 1px;
        clear: both;
        border-bottom: dotted 1px #90F;
    }

        #menuV a {
            background-color: #FFF;
            display: block;
            text-decoration: none;
            font-size: large;
            font-weight: 700;
            margin-bottom: 0;
            padding: 10px;
            color: #000;
        }

        #menuV span {
            font-weight: 700;
            color: #0033b3;
            display: block;
        }

        #menuV a:hover {
            background-color: #e7f1f8;
        }


        #menuV a.nest {
            color: Navy;
            font-size: small;
            text-align: right;
        }


    #leftCol {
        display: flex;
        flex-wrap:wrap;
        justify-content: center;
        text-align:center;
    }


    #bigBanner {
        margin:auto;
    }

    #search-box {
        position: relative;
        right: 5px;
        margin: 0;
        height: 0;
    }

    #topmenu {
        margin:auto;
        width:100%;
        max-width: 860px;
        height: 37px;
        display: block;
        padding: 0;
        
        border: 1px solid blue;
        border-radius: 0px;

        position:sticky;
        top:0;
        z-index:100;
        overflow:hidden;
    }

        #topmenu > ul {
            list-style: inside none;
            padding: 0;
            margin: 0;
        }

            #topmenu > ul > li {
                list-style: inside none;
                padding: 0;
                margin: 0;
                float: left;
                display: block;
                position: relative;
            }

                #topmenu > ul > li > a {
                    outline: none;
                    display: block;
                    position: relative;
                    padding: 12px 20px;
                    font: bold 13px/100% Monda, Helvetica, sans-serif;
                    text-align: center;
                    text-decoration: none;
                    text-shadow: 1px 1px 0 rgba(0,0,0, 0.4);
                }

                #topmenu > ul > li:first-child > a {
                    border-radius: 5px 0 0 5px;
                }

                #topmenu > ul > li > a:after {
                    content: '';
                    position: absolute;
                    border-right: 1px solid;
                    top: -1px;
                    bottom: -1px;
                    right: -2px;
                    z-index: 99;
                }

        #topmenu ul li.has-sub:hover > a:after {
            top: 0;
            bottom: 0;
        }

        #topmenu > ul > li.has-sub > a:before {
            content: '';
            position: absolute;
            top: 18px;
            right: 6px;
            border: 5px solid transparent;
            border-top: 5px solid #fff;
        }

        #topmenu > ul > li.has-sub:hover > a:before {
            top: 19px;
        }

        #topmenu ul li.has-sub:hover > a {
            background: #3f3f3f;
            border-color: #3f3f3f;
            padding-bottom: 13px;
            padding-top: 13px;
            top: -1px;
            z-index: 999;
        }

        #topmenu ul li.has-sub:hover > ul, #topmenu ul li.has-sub:hover > div {
            display: block;
        }

        #topmenu ul li.has-sub > a:hover {
            background: #3f3f3f;
            border-color: #3f3f3f;
        }

        #topmenu ul li > ul, #topmenu ul li > div {
            display: none;
            width: auto;
            position: absolute;
            top: 38px;
            padding: 10px 0;
            background: #3f3f3f;
            border-radius: 0 0 5px 5px;
            z-index: 999;
        }

        #topmenu ul li > ul {
            width: 200px;
        }

            #topmenu ul li > ul li {
                display: block;
                list-style: inside none;
                padding: 0;
                margin: 0;
                position: relative;
            }

                #topmenu ul li > ul li a {
                    outline: none;
                    display: block;
                    position: relative;
                    margin: 0;
                    padding: 8px 20px;
                    font: 10pt Monda, Helvetica, sans-serif;
                    color: #fff;
                    text-decoration: none;
                    text-shadow: 1px 1px 0 rgba(0,0,0, 0.5);
                }


        #topmenu, #topmenu > ul > li > ul > li a:hover {
            background: #bf4143;
            background: -moz-linear-gradient(top, #bf4143 0%, #a13742 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf4143), color-stop(100%,#a13742));
            background: -webkit-linear-gradient(top, #bf4143 0%,#a13742 100%);
            background: -o-linear-gradient(top, #bf4143 0%,#a13742 100%);
            background: -ms-linear-gradient(top, #bf4143 0%,#a13742 100%);
            background: linear-gradient(top, #bf4143 0%,#a13742 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4143', endColorstr='#a13742',GradientType=0 );
        }

    #topmenu {
        border-color: #712730;
        
    }

    #topmenu > ul > li > a {
        border-right: 1px solid #712730;
        color: #fff;
    }

    #topmenu > ul > li > a:after {
        border-color: #f0696c;
    }

    #topmenu > ul > li > a:hover {
        background: #8f2f34;
    }



    #banner {
        background-image: url(/img/banner.jpg);
        width: 860px;
        max-width: 100%;
        margin:auto;
        height: 105px;
        display: block;
    }

    #selLang {
        display: block;
        color:brown;
        width: 860px;
        max-width: 100%;
        margin: auto;
        text-align:right;
        margin-bottom:6px;
    }

    #selLang a{color:black;}

    a {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    pink {
        background-color: pink;
    }
    td img {
        max-width: initial;
    }
   


}



