/* Minification failed. Returning unminified contents.
(47,33): run-time error CSS1046: Expect comma, found '0'
(47,37): run-time error CSS1046: Expect comma, found '/'
(216,52): run-time error CSS1034: Expected closing parenthesis, found ','
(216,52): run-time error CSS1042: Expected function, found ','
(216,57): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1776,31): run-time error CSS1046: Expect comma, found '255'
(1776,39): run-time error CSS1046: Expect comma, found '/'
(1782,31): run-time error CSS1046: Expect comma, found '255'
(1782,39): run-time error CSS1046: Expect comma, found '/'
 */
/* nove obrazkove fonty viz reference */
@font-face
{
    font-family: 'themify';
    src: url('fonts/themify/themify.svg') format('svg'),url('fonts/themify/themify.ttf') format('truetype'),url('fonts/themify/themify.woff') format('woff'),url('fonts/themify/themify.eot') format('embedded-opentype');
}

@font-face
{
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light/OpenSans-Light.eot?#iefix') format('embedded-opentype'),url('fonts/OpenSans-Light/OpenSans-Light.woff') format('woff'),url('fonts/OpenSans-Light/OpenSans-Light.ttf') format('truetype'),url('fonts/OpenSans-Light/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 200;
    font-style: normal;
}

html {
    background-color: black;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
    background-color: black;
    color: white;
    font-size: .85em;
    font-family: "Open Sans", "Segoe UI Light", Verdana, Helvetica, Sans-Serif;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
}

a
{
    color: #333;
    outline: none;
    text-decoration: underline;
}

    a:link, a:visited, a:hover
    {
        color: white;
    }

    a:hover {
        background-color: rgb(0 0 0 / 23%);
    }

    a.galleryLink
    {
        color: white;
    }

    a.clanekLink
    {
        color: black;
    }


header
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: rgba(200, 200, 200, 1);
}

header, footer, hgroup,
nav, section
{
    display: block;
}

mark
{
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}


#fbdiscusion {
    width: 2em;
    animation-duration: 2s;
    animation-name: testAnim;
    animation-iteration-count: infinite;
    vertical-align: middle;
}

.logoclass {
    font-family: soslogo;
    font-size: 44em;
    text-align: center;
    display: block;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    background-image: url(/Images/waves2.svg);
    color: hsl(0deg 0% 100% / 87%);
    filter: drop-shadow(0px 0px 11px #FFFFFF99);
    animation: textclip 50s linear infinite,pulse 5s linear infinite;
}

@keyframes textclip {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -1920px 0px;
    }
}

@keyframes color-change {
    0% {
        color: #ff0;
    }

    5% {
        color: red;
    }

    12% {
        color: #ff0;
    }

    17% {
        color: #ff5600;
    }

    24% {
        color: #ff0;
    }

    100% {
        color: #ff0;
    }
}


.float-left {
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6
{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 1em;
}


h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active
    {
        padding: 0;
        text-decoration: none;
    }

.space
{
    height: 3em;
    width: 100%;
}

.menu {
    background-color: transparent;
    position: fixed;
    overflow: auto;
    height: 6em;
    margin: auto;
    left: 0px;
    right: 0px;
    opacity: 1;
    z-index: 100;
    filter: drop-shadow(0px 0px 14px rgb(30, 30, 30,0.5));
}

#dynamickeMenu {
    position: fixed;
    max-width: 72em;
    height: 6em;
    background-color: rgba(216, 221, 243, 1);
    color:black;
    text-align: center;
    /*zarovnani dolu*/
    margin: 0 auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*vypnuti pretekani*/
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                        supported by Chrome, Edge, Opera and Firefox */
}

.dynamickeMenuInner
{
}

.dynamickeMenuItem
{
    background-color: rgba(222, 222, 222, 1);
    height: 6em;
    width: 6em;
    cursor: pointer;
    float: left;
}

.green
{
    background-color: rgba(236, 253, 247, 1);
}

p.infoCenter
{
    opacity: 1;
}

p.infoTop {
    background-color: rgba(236, 253, 247, 1);
    opacity: 1;
    margin-top: 0em;
    margin-bottom: 0em;
    height: 3em;
    text-overflow: ellipsis;
    overflow: hidden;
}

p.infoBottom
{
    background-color: rgba(222, 222, 222, 1);
    opacity: 1;
    margin-top: 0em;
    margin-bottom: 0em;
    height: 3em;
}



.dragable
{
    cursor: move;
    text-align: left;
    float: left;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    max-height: 100%;
    max-width: 100%;
}

.dragable2
{
    cursor: move;
    text-align: right;
    float: right;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    max-height: 100%;
    max-width: 100%;
}

.magic
{
    width: 100%;
    height: 80px;
    background-color: pink;
}

.codeBox
{
    min-height: 1em;
    display: inline-block;
    vertical-align:top;
}

.veditoru .codeBox, .veditoru .openCodeBox560, .veditoru .openCodeBox700, .veditoru .rozmer250na400 {
    background-color: #eeeeeeee;
}

.openCodeBox560
{
    max-width: 560px;
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
}


.openCodeBox700 {
    max-width: 700px;
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: white;
}

.rozmerGalery
{
    padding: 0px;
    margin: 0.5em;
    text-decoration: none;
    width: 19em;
    height: 9em;
    max-height: 100%;
    max-width: 100%;
}

.rozmer250na400
{
    max-width: 200px;
    height: 250px;
    margin: 0.5em;
    display: inline-block;
    background-color: white;
}

.editorKodu
{
    width: 100%;
    max-width: 100%;
    height: 10em;
    padding: 7px 0px 7px 0px;
}


.editorPopisu
{
    width: 100%;
    max-width: 100%;
    height: 4em;
}


.formPart
{
    max-width: 300px;
    display: inline-block;
    margin: 0.5em;
}

.editorPopisuObalka
{
    display: block;
    max-width: 53em;
}


.invisibleHR
{
    border: 0px solid;
}

.insertable
{
    display: block;
    background-color: lime;
    cursor: copy;
    float: left;
    min-width: 2em;
    min-height: 1em;
    max-height: 6em;
    max-width: 6em;
    user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

.intext
{
}



.menubox
{
    width: 72em;
    margin: auto;
    position: fixed;
    overflow: auto;
    left: 0px;
    right: 0px;
    top: 3em;
}


.menu #prave
{
    top: 0px;
    right: 0px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    height: 3em;
}

.menu #leve
{
    top: 0px;
    left: 0px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    height: 3em;
    display: none;
}

.menu #logosmall
{
    top: 0px;
    left: 0px;
    overflow: hidden;
    cursor: pointer;
    height: 2em;
    float: left;
}

a.logoLink
{
    display: block;
    float: left;
}

#levemenu
{
    position: relative;
    width: auto;
}


#pravemenu
{
    width: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    top: 3em;
    right: 0px;
    background-color: #424242;
    position: fixed;
    overflow: auto;
    display: none;
    float: right;
    height: 20em;
}


#search
{
    float: left;
}

.form-search
{
    margin: 0.15em;
    padding-left: 0em;
}


#TextToFind:focus
{
    background-color: white;
    color: black;
}

#TextToFind {
    background-color: rgba(51, 51, 51, 0.3);
    color: white;
    border: 0px solid;
    max-width: 7em;
    font-size: 1em;
    margin: 0em;
    margin-left: 0.3em;
    padding: 0.3em;
}

#TextToFind:hover {
    background-color: white;
}

#search-submit {
    margin: 0;
    font-family: "themify";
    background-color: transparent;
    border: 0px solid;
    color: whitesmoke;
    font-weight: 600;
}

#login-submit {
    margin: 0;
    font-family: "themify";
    background-color: transparent;
    border: 0px solid;
    color: whitesmoke;
    font-weight: 600;
}

#logout-submit {
    margin: 0;
    font-family: "themify";
    background-color: transparent;
    border: 0px solid;
    color: whitesmoke;
    font-weight: 600;
}

#loginLink {
    margin: 0;
    font-family: "themify";
    background-color: transparent;
    border: 0px solid;
    color: whitesmoke;
    font-weight: 600;
    content: "\e631";
    
}

.menu .logo
{
    top: 0px;
}

.menu a
{
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    vertical-align: central;
    text-align: center;
    overflow: hidden;
    display: block;
    height: 100%;
}

#levemenu a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    font-style: normal;
    float: left;
    padding-left: 0.45em;
    padding-right: 0.45em;
    padding-top: 0.5em;
    padding-bottom: 0.0em;
}

    #levemenu a:hover
    {
        background-color: white;
        color: black;
    }


.pageAkce#levemenu a#pageAkce
{
    background-color: rgba(239, 238, 239, 1);
    color: black;
}

.pageClanek#levemenu a#pageClanek
{
    background-color: rgba(239, 238, 239, 1);
    color: black;
}

.pageTeam#levemenu a#pageTeam
{
    background-color: rgba(239, 238, 239, 1);
    color: black;
}

.pageForum#levemenu a#pageForum
{
    background-color: rgba(239, 238, 239, 1);
    color: black;
}

.pageChat#levemenu a#pageChat
{
    background-color: rgba(239, 238, 239, 1);
    color: black;
}

.pageGalerie#levemenu a#pageGalerie
{
    background-color: rgba(239, 238, 239, 1);
    color: black;
}

.pageAbout#levemenu a#pageAbout
{
    background-color: rgba(239, 238, 239, 1);
    color: black;
}

.pageContact#levemenu a#pageContact
{
    background-color: rgba(239, 238, 239, 1);
    color: black;
}

.pageSpecialita#levemenu a#pageSpecialita
{
    background-color: rgba(239, 238, 239, 1);
    color: black;
}

.pagePartners#levemenu a#pagePartners
{
    background-color: rgba(239, 238, 239, 1);
    color: black;
}

#pravemenu a
{
    color: white;
    text-decoration: none;
    font-size: 2em;
}

#shareButtons {
    display: block;
    padding-top: 2.1em;
    float: right;
    opacity: 0.2;
    filter: invert(1);
}

    #shareButtons:hover {
        opacity: 1;
    }

.shareButton
{
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin: 2px;
    cursor: pointer;
}

.shareButton:hover {
    filter: invert(1);
}



.fbButton
{
    background-image: url('/Images/iconmonstr-facebook-2.png');
}

.gpButton
{
    background-image: url('/Images/iconmonstr-google-plus-2.png');
}

.twButton
{
    background-image: url('/Images/iconmonstr-twitter-2.png');
}

.vkButton
{
    background-image: url('/Images/iconmonstr-vk-2.png');
}


/* main layout ---------------------------------------------------------- */
.content-wrapper {
    margin: 0 auto;
    width: 100%;
}

.content-frame
{
    padding: 6em;
}

#body {
    background-color: #000000;
    clear: both;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

#main {
    filter: drop-shadow(0px 0px 20px #000);
}

.main-content
{
    // background-color: rgba(252, 252, 253, 1);
    max-width: 72em;
}

.featured + .main-content
{
    background: url("../Images/heroAccent.png") no-repeat;
}



footer {
    clear: both;
    background-color: #efeeef8c;
    height: 0em;
}

p.footer {
    font-size: .8em;
    padding: 2em;
    margin: 0em;
    text-align: center;
    color:white;
}


/* site title ---------------------------------------------------------- */
.site-title
{
    color: #c8c8c8;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active
    {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login ---------------------------------------------------------- */
#login
{
    position: relative;
    right: 0.4em;
    overflow: auto;
    float: right;
    display: inline-block;
    color: white;
    width: 150px;
}

    #login a {
        font-size: 1.2em;
        padding-left: 0.45em;
        padding-right: 0.45em;
        padding-top: 0.5em;
        padding-bottom: 0.3em;
        float:right;
    }

    #login a:hover {
        color:black;
    }

    #login a#loginLink {
        padding-top: 0.7em;
    }

    #login a.username {
    }



/* menu ---------------------------------------------------------- */
ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li
    {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a
        {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover
            {
                color: #333;
                text-decoration: none;
            }


/* page elements ---------------------------------------------------------- */
/* featured */
.featured
{
    background-color: #fff;
}

    .featured .content-wrapper
    {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2
    {
        color: #fff;
    }

    .featured p
    {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2
    {
        display: inline;
    }

    hgroup.title h2
    {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round
{
    list-style-type: none;
    padding-left: 0;
}

    ol.round li
    {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero
        {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one
        {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two
        {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three
        {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four
        {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five
        {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six
        {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven
        {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight
        {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine
        {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

    aside ul
    {
        list-style: none;
        padding: 0;
    }

        aside ul li
        {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label
{
    font-weight: 700;
}

/* login page */
#loginForm
{
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 50%;
}

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul
    {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li
    {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input
    {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button
        {
            width: auto;
        }

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2
    {
        margin-bottom: 5px;
    }

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm {
    
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    margin: 5px 0 0 10px;
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend
    {
        display: none;
    }

    fieldset ol
    {
        padding: 0;
        list-style: none;
    }

        fieldset ol li
        {
            padding-bottom: 5px;
        }

label
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.inlineLabel
    {
        display: inline-block;
        font-size: 1em;
        font-weight: 200;
    }

    label.checkbox
    {
        display: inline;
    }

input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #ffffff3b;
    color: black;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 7px;
    max-width: 300px;
    font-family: "Segoe UI Light",Verdana,Helvetica,Sans-Serif;
}

textarea
{
    width: 500px;
}

.displaynone
{
    display: none;
}

.podcarou
{
    font-size: 0.7em;
    color:white;
}

input:focus, textarea:focus
{
    border: 1px solid #7ac0da;
}

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button
{
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}


/* tables ---------------------------------------------------------- */
table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a
    {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover
        {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover
        {
            color: #000;
        }

    th.asc a, th.desc a
    {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after
        {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after
        {
            content: '▲';
        }

        th.desc a:after
        {
            content: '▼';
        }

td
{
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}


.blok
{
    display: block;
    width: 4em;
    height: 7em;
    float: left;
    background-size: contain;
}

.arrowb
{
    background-image: url("/Images/back.png");
    border: 0px;
}

.arrown
{
    background-image: url("/Images/next.png");
    border: 0px;
}

.day {
    background-color: transparent;
}

.daya
{
    background-color: #4cff00;
}

.dayw {
    background-color: transparent;
    color: yellow;
}

.dayp {
    background-image: url("/Images/blank.png");
    text-decoration: none;
    background-size: cover;
    background-position: center;
    filter: drop-shadow(0px 0px 3px black);
}

    .dayp:hover
    {
        opacity: 0.7;
    }

.kod
{
    word-wrap: break-word;
    max-width: 100%;
    background-color: gold;
}

.special {
    display: block;
    max-width: 72em;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none; /* Firefox */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

    .special::-webkit-scrollbar
    {
        width: 0px;
        height: 0px;
    }

.footRound {
    display: block;
    max-width: 72em;
    padding-top: 3em;
    margin: 0 auto;
    height: 2em;
}

#outerLogoFilter {
    filter: drop-shadow(0px 0px 16px #FFFFFF75);
    animation: pulsing 5s linear infinite;
    mix-blend-mode: lighten;
}

#logoMask {
    display: block;
    max-width: 100%;
    max-height: 20em;
    height: 20em;
    margin-top: 5em;
    margin-bottom: 5em;
    -webkit-mask-image: url(/Images/sos_vektor.svg);
    mask-image: url(/Images/sos_vektor.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: white;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}


#logo {
    position: relative;
    top: 9.5em;
    background-image: url(/Images/waves2.svg);
    background-repeat: repeat-x;
    background-size: inherit;
    background-position: center;
    max-width: 700px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 7em;
    padding-bottom: 0em;
    animation-duration: 3s;
    animation: textclip 27s linear infinite,pulse 5s linear infinite;
}

@keyframes pulsing {
    0% {
        filter: drop-shadow(0px 0px 16px #FFFFFF75);
    }

    20% {
        filter: drop-shadow(0px 0px 10px #FFFFFF75);
    }
}


@keyframes testAnim {
    0% {
    }

    20% {
        transform: scale(1.05);
    }
}

@keyframes textclip {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: -1920px 0px;
    }
}

p.infoDayNumber {
    bottom: 0px;
    // opacity: 0.4;
    margin-top: 0.6em;
    font-weight: 900;
    font-size: x-large;
}

p.info
{
    bottom: 0px;
    opacity: 0.7;
    margin-top: 0.6em;
    margin-bottom: 0.3em;
}


.kalendar
{
    /*padding:1em;*/
    width: 112em;
    display: block;
}


/***************************
*   Smiley Galery Styles   *
****************************/

.smileSelector
{
    display: block;
    max-width: 72em;
    padding: 0px;
    width: 100%;
    background-color: transparent;
    margin: 0 auto;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.smileSelector {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.smileSelector::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}


.smileSelectorInForum
{
    /*max-width: 36em;*/
}


.smileSelectorInner
{
}

.smileyPictureBox
{
    max-height: 1em;
    position: relative;
    display: block;
}

.smileyPictureBoxImg
{
    display: block;
    width: 2em;
    height: 2em;
    float: left;
    background-size: contain;
}

.inChatImg
{
    max-width: 1.5em;
    max-height: 1.5em;
}


/********************
*   Galery Styles   *
********************/


.gal
{
    display: block;
}

.pictureBox {
    max-height: 9em;
    margin: 0.5em;
    position: relative;
    display: inline-block;
    margin-bottom: 4em;
}

.articleBoxPromo
{
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
}

.pictureBoxPromo 
{
    display: inline-block;
    margin: 0.5em;
    vertical-align: top;
}

.articleLink
{
    display: flex;
    text-decoration: none;
}


.articleBoxPromo .noImage
{
    width: auto;
}

.pictureBoxPromo, .articleBoxPromo, .pictureBoxLink
{
    max-height: 9em;
    position: relative;
    opacity: 0.9;
    margin-bottom: 4em;
}

    .pictureBoxPromo:hover, .articleBoxPromo:hover, .codeBox:hover, .pictureBoxLink:hover, .galeryImg:hover
    {
        opacity: 1;
        -webkit-box-shadow: 0px 11px 42px -10px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 11px 42px -10px rgba(0,0,0,0.2);
        box-shadow: 0px 11px 42px -10px rgba(0,0,0,0.2);
    }

.activeImage
{
    -webkit-box-shadow: 0px 11px 42px -10px #4cff00;
    -moz-box-shadow: 0px 11px 42px -10px #4cff00;
    box-shadow: 0px 11px 42px -10px #4cff00;
}

    .activeImage:hover
    {
        -webkit-box-shadow: 0px 11px 42px -10px #4cff00;
        -moz-box-shadow: 0px 11px 42px -10px #4cff00;
        box-shadow: 0px 11px 42px -10px #4cff00;
    }

.pictureBoxLink
{
    display: inline-block;
}

.pictureBox .galeryImg
{
    margin: 0;
}


.noImage
{
    height: 9em;
}

a.clanekLink .noImage {
    margin-right: 0;
    max-width: 9em;
    float: left;
    color: white;
}

.promoThumb
{
    float: left;
    height: 9em;
}

.articleDescription p, .galeryDescription p
{
    margin-top: 0.0em;
    margin-bottom: 0.5em;
    text-align:justify;
}

.articleDescription, .galeryDescription
{
    text-align: left;
    padding-right: 1em;
    padding-left: 1em;
    max-height: 7.2em;

    text-overflow: ellipsis;
    overflow: hidden; 

}

.galeryDescription {
    background-color: black;
}


.galeryImg
{
    padding: 0px;
    margin: 0.5em;
    text-decoration: none;
    height: 9em;
    max-height: 100%;
    max-width: 100%;
}

.resetObrazek
{
    cursor: pointer;
}


.chatGaleryImg
{
    margin-right: 0.2em;
    text-decoration: none;
    width: 20px;
    height: 20px;
    max-height: 100%;
    max-width: 100%;
}

.forumGaleryImg
{
    margin-right: 1em;
    float: left;
    text-decoration: none;
    width: 5em;
    height: 5em;
    max-height: 100%;
    max-width: 100%;
}

.post, .forumCreatePostForm
{
    background-color: transparent;
    color: white;
    padding: 0.5em;
    display: inline-block;
    width: 100%;
}

.createPostLine {
    display: flex;
    margin: 4px;
    padding: 1px;
    box-sizing: border-box;
}

.createPostLabel {
    margin: 5px 0 6px 0;
    padding: 10px;
}

.createPostTextBox {
    width: 100%;
    max-width: 100%;
}

.forumCreateThreadForm {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0.5em;
}


.forumCreatePostForm, .forumEditPostForm, .forumCreateThreadForm
{
    background-color: transparent;
}


.threadForm {
    display: flex;
    background-color: rgb(255 255 255 / 13%);
    padding: 0.5em;
}

.threadFormMain {
    display: flex;
    background-color: rgb(255 255 255 / 13%);
    padding: 0.5em;
    font-size: 1.3em;
}


.threadForm:hover
{
    opacity: 1;
    background-color: rgba(255, 215, 0, 1);
    -webkit-box-shadow: 0px 11px 42px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 11px 42px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 11px 42px -10px rgba(0,0,0,0.2);
}

threadFormMain:hover
{
    background-color: red;
}



.red
{
    color: red;
    padding-left: 1em;
}


.forumAction
{
    text-decoration: none;
    cursor: pointer;
    color: gray;
}

    a.forumAction, a.forumAction:link, a.forumAction:visited, a.forumAction:hover {
        color: gray;
    }


    .fullHref {
        padding: 0px;
        margin: 0px;
        text-decoration: none;
        display: block;
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }

.fullHref700 {
    padding: 0px;
    margin: auto;
    text-decoration: none;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 700px;
}

.fullHref560 {
    padding: 0px;
    margin: auto;
    text-decoration: none;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 560px;
}


.galeryImg
{
    cursor: pointer;
}


.floatLeft
{
    float: left;
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.floatRight
{
    float: right;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}


.galleryLink {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    text-align: left;
    width: 19em;
    background-size: cover;
    background-position: center;
    display: inline-block;
    color: white;
}

.clanekLink {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    text-align: left;
    width: 19em;
    background-size: cover;
    background-position: center;
    display: inline-block;
    color: white;
}

.forumLink
{
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    text-align: left;
}


.galleryFull
{
    display: block;
    margin: auto;
    max-width: 100%;
}


.DeleteImg, .EditImg, .notPublicImg
{
    font-family: 'themify';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 2em;
    text-decoration: none;
    bottom: 0px;
    padding: 0.2em;
}

.DeleteImg
{
    left: 0px;
}

.notPublicImg
{
    left: 1.5em;
}

.EditImg
{
    left: 3em;
}

.nav
{
    position: absolute;
    background-color: rgba(61, 49, 126, 0.15);
    font-size: 2em;
    padding: 1em;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    color: white;
    cursor: pointer;
    z-index: 3;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
        supported by Chrome, Edge, Opera and Firefox */
}

.closeImg
{
    right: 2px;
    top: 2px;
}

.nextImg
{
    right: 2px;
    top: 70px;
}

.previousImg
{
    left: 2px;
    top: 70px;
}

.blackBackground
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 200;
}

.imgFull
{
    opacity: 1;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.testObrazku
{
    display: inline-block;
    max-width: 100%;
}

.divImg
{
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    opacity: 1;
}

.divNahravani
{
    width: 72em;
    margin: auto;
    height: 100%;
    left: 0px;
    right: 0px;
    opacity: 1;
    color: white;
    overflow: auto;
}

.divText
{
    margin: 1em;
}

.bar
{
    display: block;
    height: 1.4em;
    background-color: blueViolet;
    margin: 1em;
}

.progress
{
    display: block;
    height: 100%;
    width: 0%;
    background-color: chartreuse;
    overflow: hidden;
}

.divClona
{
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0.9;
    z-index: -1;
}

.bigicon
{
    font-size: 5em;
}

.smallicon
{
    font-size: 1.1em;
}

.icon
{
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    position: relative;
    top: 0.1em;
}

/********************
*   Forum Styles   *
********************/

.forumThread
{
    display: flex;
    width: 100%;
}

.forumStripe:hover
{
    background-color: rgba(255, 215, 0, 1) !important;
}

.forumStripe
{
    width: 0.5em;
    min-width: 0.5em;
    align-items: stretch;
}

.forumData
{
    width: 100%;
}

.forumP
{
    margin-top: 0em;
    margin-bottom: 0.0em;
}


/********************
*   Mobile Styles   *
********************/
@media not screen and (max-width: 62em)
{
    #levemenu
    {
        /*je větší, jak 62 em, vynutím zapnutí menu (mohlo být neaktivní)*/
        display: flex !important;
        justify-content:space-around;
    }
}

@media only screen and (max-width: 62em)
{



    #logoMask {
        max-height: 12em;
        height: 12em;

        margin-top: 3em;
        margin-bottom: 3em;
    }

    #logo {
        width: 90%;
        padding-top: 7em;
        top: 4.2em;
    }


    #TextToFind
    {
    }

    .divNahravani
    {
        width: 100%;
    }

    .articleDescription, .galeryDescription
    {
        margin-right: 0em;
        margin-left: 0em;
        margin-bottom: 1em;
        max-height: 7em;
    }

    .articleBoxPromo
    {
        margin-top: 1em;
        margin-bottom: 3em;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }

    .content-frame
    {
        padding: 1.5em;
    }


    .menu {
        width: 100%;
        height: auto;
        background-color: rgb(0, 0, 0) !important;
    }

    /*hledani musi poskocit kousek doprava*/
    .form-search
    {
        padding-left: 3em;
    }



    #dynamickeMenu
    {
        width: 100%;
        height: 6em;
    }

    #vrchnipanel
    {
        height: 3em;
    }

    .menu #leve
    {
        display: block;
    }

    .menu #logosmall
    {
        display: none;
    }


    #levemenu
    {
        display: none;
        top: 0em;
        padding-bottom: 2em;
    }

        #levemenu a
        {
            float: left;
            font-size: 2em;
            display: inline-block;
            width: 100%;
            padding: 0px;
        }

    .space
    {
        height: 3em;
    }

    .special
    {
        text-align: center;
        display: block;
        width: 100%;
        margin: 0 auto;
    }


    /* header ----------------------------------------------------------*/
    header .float-left,
    header .float-right
    {
        float: none;
    }

    /* logo */
    header .site-title
    {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login
    {
        text-align: center;
    }

        #login ul
        {
            margin: 5px 0;
            padding: 0;
        }

        #login li
        {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a
        {
            background: none;
            color: #999;
            font-weight: 600;
            padding-left: 0.2em;
            padding-right: 0.2em;
        }

            #login a:hover
            {
                color: #333;
            }

    /* menu */
    nav
    {
        margin-bottom: 5px;
    }

    ul#menu
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li
        {
            margin: 0;
            padding: 0;
        }


    /* main layout ---------------------------------------------------------- */
    .main-content
    {
    }


    .main-content,
    .featured + .main-content
    {
        background-position: 10px 0;
    }

    .featured .content-wrapper
    {
        padding: 10px;
    }

    /* page content */
    article, aside
    {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round
    {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li
        {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine
            {
                background: none;
            }

    /* features */
    section.feature
    {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img
        {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input
    {
        width: 90%;
    }

    /* login page */
    #loginForm
    {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error
        {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm
    {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer ---------------------------------------------------------- */
    footer .float-left,
    footer .float-right
    {
        float: none;
    }

    footer
    {
        text-align: center;
        height: auto;
    }

        footer p
        {
            margin: 0;
        }
}




/*amPicker*/

@media (min-width: 0px) and (max-height: 480px)
{
    .amPicker
    {
        position: absolute;
        max-width: 100%;
        padding: 10px;
        background-color: #e5d9e5;
        overflow: auto;
    }

}

@media (min-width: 480px)
{
    .amPicker
    {
        position: absolute;
        max-width: 400px;
        padding: 10px;
        background-color: #e5d9e5;
        overflow: auto;
    }
}


.divDpSetup
{
    width: 100%;
    overflow: auto;
}


.infos
{
    max-width: 100%;
    height: 36px;
    margin: 2px;
    background-color: white;
    text-align: center;
    font-size-adjust: inherit;
    font-size: 1.2em;
}

.tlacitka
{
    max-width: 100%;
    height: 36px;
    background-color: powderBlue;
    margin: 2px;
    text-align: center;
}

.divDen
{
    height: 36px;
    max-width: 100%;
    margin: 2px;
    background-color: white;
    cursor: pointer;
}

.divDenOut
{
    height: 36px;
    max-width: 100%;
    margin: 2px;
    background-color: gray;
    cursor: pointer;
}

.divDenVybrany
{
    height: 36px;
    max-width: 100%;
    margin: 2px;
    background-color: #4cff00;
    cursor: pointer;
}

.divObal
{
    float: left;
    width: 14.28%;
    height: 40px;
}

.divObalInfo
{
    float: left;
    width: 25%;
    height: 40px;
}

.divObalBtn
{
    float: left;
    width: 12.5%;
    height: 40px;
}

.desc
{
    position: relative;
    text-align: center;
    bottom: 23px;
}


.inputForm
{
    position: fixed;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: transparent;
    max-width: 72em;
    padding: 0em;
}

.chatMessage
{
    padding: 0.3em;
    display: flex;
}

.chatMessageMe
{
    padding: 0.3em;
    display: flex;
    background-color: transparent;
}

.chatSendButton
{
    float: right;
}

.chatTextBox
{
    width: 100%;
    max-width: 60%;
}

/*správa uživatelů*/
a.rolePossible
{
    color: lightgray;
    text-decoration: none;
}

    /*správa uživatelů*/
    a.rolePossible:hover
    {
        background-color: lime;
        color: black;
    }


a.roleActive
{
    background-color: lime;
    text-decoration: none;
}

    a.roleActive:hover
    {
        background-color: red;
        color: white;
    }

b.banUntil
{
    background-color: red;
}

a.banOn
{
    text-decoration: none;
}

    a.banOn:hover
    {
        background-color: red;
        color: white;
    }

a.banOff
{
    text-decoration: none;
}

    a.banOff:hover
    {
        background-color: lime;
    }

