a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.general-content {
    padding: 10px 20px;
}

.styled-form fieldset {
    border: #d0d0d0 1px solid;
    padding: 15px;
}

.styled-form * {
    box-sizing: border-box;
}

.styled-form table {
    width: 100%;
}

.styled-form input[type=text], .styled-form input[type=password] {
    padding: 4px;
    font-size: 14px;
    border-radius: 3px;
    border: #606060 1px solid;
    width: 100%;
}

.styled-form input[type=submit] {
    padding: 5px;
    font-size: 16px;
    border-radius: 3px;
    border: #c0c0c0 1px solid;
    width: 100%;
    cursor: pointer;
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block;
}

.ctr {
    text-align: center;
}

.bnr-responsive {
    width: 100%;
    height: auto;
    display: block;
}

.styled-form .label-col {
    white-space: nowrap;
}

.formbox {
    padding-top: 20px;
}

.z-prvej-ruky {
    z-index: 1;
    pointer-events: none;
}

.betring-frame {
    border: none;
    width: 100%;
    margin: 0px auto 0px auto;
    height: 250px;
}

.import-channel {
    font-size: 12px;
    text-align: right;
}

/*overlay*/
.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    transition: all 1s;
    pointer-events: none;
}

.overlay-enabled {
    display: block !important;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: auto;
    z-index: 102;
}

.smaller-h2 h2 {
    font-size: 18px !important;
}

/*user dialog*/
#IDquickPost {
    margin-top: 10px;
}

@media screen and (max-width: 500px) {

    .styled-form table, .styled-form tr, .styled-form td {
        display: block;
    }

    .styled-form .label-col {
        margin-top: 5px;
    }

}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .betring-frame {
        height: 300px;
    }
}


@media only screen and ( max-width: 680px ) {
    .betring-frame {
        height: 300px;
    }
}

@media screen and (min-width: 690px) {
    .form-banner {
        float: left;
    }

    .banner-mobile {
        display: none;
    }

    .banner-desktop {
        display: block;
        width: 100%;
        overflow-x: hidden;
    }

    .banner-desktop img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 689px) {
    .banner-mobile {
        display: block;
    }

    .banner-desktop {
        display: none;
    }
}


/*[pic= styling*/
/* article main image */
figure.main {
    margin: 0px;
}

figure.main .pic-edit {
    position: static !important;
}

.main-article-pic figure figcaption {
    margin: 0px;
    display: block;
    padding: 2px 5px;
    position: absolute;
    right: 5px;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px !important;
}

.main-article-pic figure figcaption a {
    color: white;
}

.main-article-pic .pic-edit:after {
    content: ' [EDIT]';
}

figure {
    position: relative;
    top: 0px;
    left: 0px;
}

.pic-edit {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    color: black !important;
    padding: 4px;
    text-decoration: none;
    font-size: 14px;

}

figure img {
    margin: 0px !important;
}

figure.fl {
    margin-left: 0px;
}

figure.fr {
    margin-right: 0px;
}

figure.fl figcaption span {
    display: block;
}

figure figcaption span.desc {
    font-size: 14px;
    margin-top: 5px;
}

figure figcaption span.src {
    font-size: 11px;
    margin-top: 5px;
}

#swipebox-caption {
    box-sizing: border-box;
    line-height: 1.1;
    padding: 20px 10px 20px 10px;
    height: auto;
    font-size: 14px;
}

@media screen and (max-width: 1199px) {

    #swipebox-caption {
        text-align: left;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 500px) {
    figure {
        width: 100% !important;

    }
}

/*bottom navigation*/
.col-nav-wrapper {
    z-index: 99;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

.col-nav-wrapper * {
    box-sizing: border-box;
}

.nav-2-buttons li {
    width: 50% !important;
}

.col-nav {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #da2128;
    border-bottom: black 5px solid;
    list-style: none !important;
    white-space: nowrap;
    font-size: 0;
}

.col-nav li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    width: 33.33%;
    text-align: center;
    color: white;
}

.col-nav li a {
    font-size: 16px;
    display: block;
    color: white;
    text-decoration: none;
    padding: 0px 5px;
    height: 44px;
    line-height: 44px;
    position: relative;
    top: 0px;
    left: 0px;
}

.col-nav li a:hover:before {
    content: ' ';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #111 transparent !important;
}

.col-nav li a:hover, .col-nav li a.active:hover {
    background-color: #111 !important;
}

.col-nav li a.active:before {
    content: ' ';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #017ec5 transparent;
}

.col-nav li a.active {
    background-color: #017ec5;
}

@media (max-width: 999px) {
    .col-nav-wrapper {
        display: block;
    }
}

/* deje sa */
span.external:after {
    content: ' ';
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI3NjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTY0MCA3NjhIMTI4VjI1Ny45MDU5OTk5OTk5OTk5NUwyNTYgMjU2VjEyOEgwdjc2OGg3NjhWNTc2SDY0MFY3Njh6TTM4NCAxMjhsMTI4IDEyOEwzMjAgNDQ4bDEyOCAxMjggMTkyLTE5MiAxMjggMTI4VjEyOEgzODR6IiBmaWxsPSIjMDA3ZGM1Ii8+PC9zdmc+);
    background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMjQiIHdpZHRoPSI3NjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTY0MCA3NjhIMTI4VjI1Ny45MDU5OTk5OTk5OTk5NUwyNTYgMjU2VjEyOEgwdjc2OGg3NjhWNTc2SDY0MFY3Njh6TTM4NCAxMjhsMTI4IDEyOEwzMjAgNDQ4bDEyOCAxMjggMTkyLTE5MiAxMjggMTI4VjEyOEgzODR6IiBmaWxsPSIjMDA3ZGM1Ii8+PC9zdmc+");
    background-size: auto;
    background-size: cover;
    display: inline-block;
    width: .7em;
    height: .85em;
    top: .025em;
    position: relative;
    left: 0em;
    margin-right: .2em;
    opacity: 1;
}

.now {
    padding: 15px;
    text-align: left !important;
    position: relative;
    top: 0px;
    left: 0px;
}

.now h3 {
    font-size: 28px;
    margin: 0px 0px 0px 0px;
}

.now h4 {
    font-size: 15px;
    line-height: 19px;
    text-transform: none;
    margin: 10px 0px 0px 0px;
    font-weight: 700;
}

.now p {
    font-size: 15px;
    line-height: 19px;
    margin: 5px 0px 5px 0px;
}

.now .item {
    margin: 0px 0px 10px 0px;
    padding-bottom: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
}

.now .tagword {
    color: #808080;
    font-weight: normal;
}

.archiv-link {
    display: block;
    text-align: right;
}

.archiv-bleskoviek {
    padding: 0px 20px 10px 20px;
}

.archiv-bleskoviek * {
    color: #333333 !important;
}

.archiv-bleskoviek a {
    text-decoration: none;
    color: #606060 !important;
}

.now hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(60, 60, 60, 0.2), rgba(60, 60, 60, 0.5), rgba(60, 60, 60, 0.2));
    display: block;
}

.now a {
    text-decoration: none;
    color: #007dc5;
}


.now a + p {
    color: #083C6B;
}


.now a.quickInfolnk:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: all;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.now a:hover {
    text-decoration: none;
    color: #083C6B;
}


.now a:hover + p {
    color: #083C6B;
}


.now a:after {
    content: '';
}

.now .date-info {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #909090;
}

.bleskovky_admin {
    padding-bottom: 5px;
    display: block;
    font-size: 16px;
    line-height: 26px;
    border-bottom: white 1px dotted;
    margin-bottom: 10px;
}

.now .bleskovky_admin {
    padding-bottom: 0px;
    border: none;
    margin-bottom: 0px;
}


.now .autoimport-publish-wrap {
    backgound-color: #f0f0f0;
    display: block;
    border: red 1px solid;
    margin-bottom: 10px;
    padding: 5px;
}


.mfp-content-full {
    max-width: 98% !important;
    max-height: 99% !important;
}

/*stalo sa*/
#stalo-sa .schvalene {

}

#stalo-sa .neschvalene {
    border: red 1px solid;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-radius: 5px;
    margin: 8px !important;
}

#stalo-sa-hlavny-nadpis-1 {
    padding: 0px;
    margin-bottom: 0px;
}

#stalo-sa {

}

#stalo-sa-header {
    /*margin-top:5px;*/
    float: left;
    margin-bottom: 10px;
}

#stalo-sa {
    width: 100%;
    padding: 0px 0px 10px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border-top: black 1px solid;
}

#stalo-sa .udalost {
    margin: 5px 0;
    padding: 0px 0px;
}

#stalo-sa .udalost-typ {
    font-size: 12px;
    color: black;
    text-transform: uppercase;

    text-align: left;
    padding-bottom: 2px;
    padding: 0px 15px 3px 15px;
}

#stalo-sa .udalost-nadpis {
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    color: #007dc5;
    padding: 0px 15px;
}

#stalo-sa .udalost-datum {
    font-size: 12px;
    font-weight: bold;
    color: #007dc5;
    padding-right: 10px;
}

#stalo-sa .udalost-text {
    padding: 0px 15px;
    margin-bottom: 10px;
}

#stalo-sa .udalost-link {
    color: #000;
    text-align: left;
    font-size: 12px;
    margin-top: 3px;
    overflow: auto;
}

#stalo-sa .udalost-link a {
    color: #000;
    text-decoration: none;
}

#stalo-sa .udalost-link a:hover {
    text-decoration: underline;
}

#udalosti-1, #udalosti-2 {
    font-size: 13px;
    color: #000;
    text-align: left;
}

#udalosti-1 .udalosti, #udalosti-2 .udalosti {
    padding: 5px 0px;
}

.admin {
    font-size: 11px;
    padding-bottom: 10px;
    background-color: white;
}

.admin a {
    color: #black;
}

#stalo-sa .stalo-sa-clanky {
    font-size: 11px;
    color: #000;
    text-align: left;
    padding: 10px 5px 5px 5px;
}

#stalo-sa .stalo-sa-clanky a {
    color: #303030;
    text-decoration: none;
}

#stalo-sa .stalo-sa-clanky a:hover {
    text-decoration: underline;
}

#udalost-pridaj-1, #udalost-pridaj-2 {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

#udalost-pridaj-1.neprihlaseni, #udalost-pridaj-2.neprihlaseni {
    padding: 0 10px 10px;
}

#udalost-pridaj-zobraz-1, #udalost-pridaj-zobraz-2, #udalost-pridaj-zrus {
    cursor: pointer;
    padding: 5px;
    margin: 5px 0px;
    color: #555;
    font-weight: bold;
    width: 150px;
    text-align: center;
    display: inline-block;
    font-size: 12px;

    border: 1px solid #404040;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#udalost-pridaj-zobraz-1:hover, #udalost-pridaj-zobraz-2:hover, #udalost-pridaj-zrus:hover {
    text-decoration: underline;
}

#stalo-sa-menu {
    width: 100%;
}

#stalo-sa-menu .stalo-sa-menu-polozka {
    width: 23.5%;
    margin: 1%;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 10px;
    color: #333;
    cursor: pointer;

    border: 1px solid #404040;
    padding: 0px 5px 5px 5px;
    position: relative;
}

#stalo-sa-menu .stalo-sa-menu-polozka:first-child {
    margin-left: 0px;
}

#stalo-sa-menu .stalo-sa-menu-polozka:last-child {
    margin-right: 0px;
}

#stalo-sa-menu .stalo-sa-menu-polozka-page {
    width: 49%;
    font-size: 14px;
    padding-top: 5px;
}

#stalo-sa-menu .stalo-sa-menu-polozka-page:first-child {
    margin-left: 0px;
}

#stalo-sa-menu .stalo-sa-menu-polozka-page:last-child {
    margin-right: 0px;
}

.fright {
    float: right;
}

#stalo-sa-menu .stalo-sa-menu-polozka .sign {
    font-size: 18px;
    font-weight: bold;
    top: 2px;
    position: relative;
}

#plus-den .sign, #plus-mesiac .sign {
    top: 3px !important;
}

#stalo-sa-menu .stalo-sa-menu-polozka:hover {
    background-color: #ff9000;
}

#stalo-sa-hlavny-nadpis-1, #stalo-sa-hlavny-nadpis-2 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #555;
    font-weight: 900;
    padding-left: 8px;
}

#stalo-sa-form * {
    box-sizing: border-box;;
    font-family: Arial, sans-serif;
}

#stalo-sa-form h1 {
    margin: 0px 0px 10px 0px;
}

#stalo-sa-form {
    font-size: 14px;
    color: #fff;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: #1A1F23;
    font-weight: 900;
    padding: 20px !important;
    box-sizing: border-box;;
    height: 100vh;
}

#stalo-sa-form table {
    font-size: 14px;
    color: #fff;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: #1A1F23;
    font-weight: normal;
}

#stalo-sa-form table td {
    padding-bottom: 5px;
    text-align: left;
}

#stalo-sa-form table .label {
    width: 140px;
    color: #909090;
}

#stalo-sa-form table input {
    color: #e0e0e0;
    width: 100%;
    border: 1px solid #404040;
    background-color: #1A1F23;
    padding: 8px;
}

#stalo-sa-form table select {
    color: #e0e0e0;
    width: 100%;
    border: 1px solid #404040;
    background-color: #1A1F23;
    padding: 8px;
}

#stalo-sa-form table textarea {
    color: #e0e0e0;
    width: 100%;
    border: 1px solid #404040;
    background-color: #1A1F23;
    height: 80px;
    padding: 8px;
    font-size: 14px;
}

#stalo-sa-form .short-input {
    width: 70px;
}

.horizontal-form label {
    display: inline-block;
    width: auto;
}

.horizontal-form input {
    display: inline-block;
    width: auto !important;
}

#stalo-sa-form table input.submit {
    float: right;
    color: white;
    width: auto;
    border-radius: 5px;
    border: 1px solid #404040;
    background-color: #599dd9;
    padding: 10px 20px;
    margin: 5px 0px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

#stalo-sa-form table input.submit:hover {
    text-decoration: underline;
}

#stalo-sa-form table .rok {
    padding-left: 5%;
    width: 45%;
    display: inline-block;
}

.udalost-error {
    color: #f00;
}

#stalo-sa .zobrazviac {
    width: 100%;
    text-align: right;
    padding: 0px 0px 10px 0px;
}

#stalo-sa .zobrazviac a {
    color: #fff;
}

#lenprihlaseni {
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0;
}

/* fixed top position banner */

#fixed-banner.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    -webkit-box-shadow: 0px 24px 15px -19px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 24px 15px -19px rgba(0,0,0,0.35);
    box-shadow: 0px 24px 15px -19px rgba(0,0,0,0.35);
}