#fotoBlog .wrapper.flogwrapper {
    max-width: 1100px;
}

.fotoHlaska {
        position: fixed;
        left: 50%;
        top: 50%;
    transform:translate(-50%, -50%);

        width: 500px;
    height: 300px;

    text-align: center;

    display: none;

    z-index: 5000;

    background-color: #fff;
    padding: 30px 50px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

}

.fotoHlaska h2.upozornenie {
    color: #850616;
    padding-top: 30px;
    background-image: url("../i/icons/icon-warning.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 28px;
}

#fotoCoverPage {

}

#uploadBlock {
    width: 100%;
    background-color: #f0f0f0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
}

#uploaderBlock {
    display: none;
}

.fotoHlaska #closePannel, #uploadBlock #closePannel, #nalepkyInputClose {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url('../i/common/close.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -24px;
    margin-right: -24px;
}

#nalepkyInputClose {
    margin-right: 15px;
    margin-top: -40px;
}

#uploadBlock #closePannel {

    right: 20px;
    top: 10px;
    margin: 0px;
}

#uploadBlock h2 {
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
}

#pridatDoFotoBlogu {

        background-color: #741019;
        line-height: 40px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        padding: 0px 30px 0px 50px;
        cursor: pointer;
        font-size: 18px;
        background: rgb(161,6,27);
        background: linear-gradient(180deg, rgba(161,6,27,1) 0%, rgba(116,16,25,1) 100%);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
        display: inline-block;
    border: none;

    margin-top: 20px;

    opacity: 0;
}

#pridatDoFotoBlogu::after {
    content: "+";
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    position: absolute;
    z-index: 10;
    left: 23px;
    top: 0px;
    line-height: 40px;
}


#pridatDoFotoBlogu:hover {
    background: rgb(170,190,170);
    background: linear-gradient(180deg, rgba(170,190,170,1) 0%, rgba(113,137,113,1) 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#fileUpload .preview-box {
    width: 200px;
    float: left;
    text-align: center;
}

#fileUpload img.ajax-file-upload-preview {
    display: inline-block;
    width: auto;
    max-width: 200px;
    float: right;
    margin-right: 20px;
    height: 144px;
}
#fileUpload .ajax-file-upload-filename {
    width: calc(100% - 300px) !important;
    height: auto;
    margin: 0 5px 5px 0px;
    font-size: 14px;
    float: left;
    text-align: left;
    padding-left: 0px;
    padding-top: 10px;
}

#fileUpload .ajax-file-upload-statusbar {
    clear: both;
    float: left;
    position: relative;
}

#fileUpload .nazovFotky {
    display: inline-block;
    margin: 4px 0px;
    line-height: 30px;
    width: 19%;
    border: 1px solid #718971;
    padding-left: 8px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#fileUpload .popisFotky {
    display: inline-block;
    margin: 4px 8px;
    line-height: 30px;
    width: 30%;
    border: 1px solid #718971;
    padding-left: 8px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#fileUpload .nalepkyInput {
    padding-left: 8px;
    display: inline-block;
    margin: 4px 0px;
    line-height: 30px;
    width: 20%;
    position: relative;
    background-color: #fff;
    background-image: url('../i/icons/plus.png');
    background-position: 96% 10px;
    background-size: 12px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #718971;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    height: 34px;
    vertical-align: bottom;
}

#fileUpload .nalepkyInput:after {
    content: "Nálepky";
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 13px;
    display: block;
    z-index: 10;
    width: auto;
    height: 10px;
    line-height: 34px;
}



#fileUpload .spinner {
    display: block;
    width: 40px;
    height: 40px;
    border: 6px #fff solid;
    border-top: 6px #741019 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
    opacity: 0;
    float: right;
    position: absolute;
    right: 100px;
    top: 68px;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}



#photoBodyGallery {
    clear: both;

    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    align-items: center;
    padding: 4px;

    margin-top: 6px;
}

.photoblock {
    display: block;
    min-width: 100px;
    height: 240px;

    background-position: center;
    background-size: cover;
    cursor: pointer;

    transition: 0.3s;
    overflow: hidden;
    float: left;
}

.photoblock.smaller {
    display: block;
    min-width: 100px;
    height: 160px;

}

.photoblock.smaller.hidden, .photoblock.hidden {

    display: none;
}

.photoblock:hover {
    transition: 0.3s;
    background-size: auto 120%;
}
.photoblock .photo {
    width: 100%;
    height: 100%;
    position: relative;
}

.photoblock .photo img {

        height: 250px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        text-align: center;
        -o-object-position: center center;
        object-position: center center;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

}

.photoblock .photo .photoInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background: rgb(161,6,27);
    background: linear-gradient(180deg, rgba(161,6,27,0) 0%, rgba(116,16,25,1) 100%);
    color: #fff;
    padding: 20px 20px 10px 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
    font-size: 12px;
}

.photoblock .photo:hover .photoInfo{
    opacity: 1;
}

.photoblock .photo .photoInfo .photoInfoTop{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.photoblock .photo .photoInfo .photoInfoTop.full {
    line-height:40px;
}

.photoblock .photo .photoInfo.smaller .photoInfoTop {
    font-size: 14px;
}

.photoblock .photo .photoInfo .photoUserPhoto {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-color: #748773;
    border: 0px solid #fff;
    margin-left: -10px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    color: #494949;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;

    background-size: cover;
}


.photoblock .photo .AdminPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: fit-content;
   background-color: #fff;
    color: #000;
    padding: 34px 10px 10px 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 100;
}

.photoblock .photo:hover .AdminPanel {
    opacity: 1;
}


.photoblock .photo .AdminPanel ul {
    list-style: none;
    padding: 0px;
    margin: 0px;

}
.photoblock .photo .AdminPanel ul li {
    float: left;
    width: 100%;
    text-align: left;
    margin: 4px 0px;
    padding-left: 30px;
}
.photoblock .photo .AdminPanel ul li:hover {
    text-decoration: underline;
}

.photoblock .photo .AdminPanel ul li.publish {
    background-image: url('../i/icons/check.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 12px auto;
}

.photoblock .photo .AdminPanel ul li.depublish {
    background-image: url('../i/icons/hide.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 12px auto;
}

.photoblock .photo .AdminPanel ul li.zoomer {
    background-image: url('../i/icons/zoom-in.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 12px auto;
}





.photoblock .photo .AdminPanel ul li.delete {
    background-image: url('../i/icons/delete.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 12px auto;
}

.photoblock .photo .AdminPanel ul li.stickers {
    background-image: url('../i/icons/bookmark.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 12px auto;
}


.photoblock .photo .neschvalena {
    background-color: #cc0000;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px;

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;

    z-index: 150;
}


#flog .sortovanie {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#flog .sortovanie li {
    float: left;
}

#flog #pridatFoto {
    position: absolute;
    font-size: 20px;
    font-weight: 800;
}

hr.wp-block-separator {
    border-top: 1px solid #718971 !important;
}


#beznyObsah .wrapper.flogwrapper {
    max-width: 1100px;
}

.fotoBlog h1::after {
    width: 100%;
    margin-left: -50%;
    background-size: 100% 1px;
}

#flog .pridat {




    margin-top: -60px;
    float: right;
    z-index: 100;
    position: absolute;
    right: 0;
}

#flog .pridat #pridatFoto {
    background-color: #741019;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 0px 20px 0px 40px;
    cursor: pointer;
    font-size: 18px;
    background: rgb(161,6,27);
    background: linear-gradient(180deg, rgba(161,6,27,1) 0%, rgba(116,16,25,1) 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

#flog .pridat #pridatFoto::after {
    content: "+";
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    position: absolute;
    z-index: 10;
    left: 23px;
    top: 0px;
    line-height: 40px;
}


#flog .pridat #pridatFoto:hover {
    background: rgb(170,190,170);
    background: linear-gradient(180deg, rgba(170,190,170,1) 0%, rgba(113,137,113,1) 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#flog .pridat #nalepky {
    line-height: 38px;
    font-weight: 400;
    color: #718971;
    margin-right: 10px;
    border: 1px solid #718971;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 15px 0px 15px;
    display: inline-block;
    cursor: pointer;
}

#flog .pridat #nalepky:hover {
    background-color: #E1E1E1;
    text-decoration: underline;
}

#flog .pridat #fotkyBack {
    line-height: 38px;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 10px 0px 15px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;

    padding-left: 40px;

    background-image: url('../i/icons/visualization.png');
    background-size: 22px auto;
    background-position: 10px 8px;
    background-repeat: no-repeat;
}

#flog .pridat #fotkyBack:hover {
    background-color: #E1E1E1;
    border: 1px solid #E1E1E1;
    text-decoration: underline;
}

#flog .sortovanie {

    position: absolute;
    left: 0px;
    margin-top: -50px;
}

#flog .sortovanie ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

#flog .sortovanie ul li {
    float: left;
    margin-right: 10px;

}

#flog .sortovanie ul li a.star {
    background-image: url('../i/icons/like-blank.png');
    background-size: 13px auto;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 17px;
}
#flog .sortovanie ul li a.rand {
    background-image: url('../i/icons/random.png');
    background-size: 13px auto;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 17px;
}

#flog .sortovanie ul li a.my {
    background-image: url('../i/icons/folder.png');
    background-size: 15px auto;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 17px;
}

#flog .sortovanie ul li a.time {
    background-image: url('../i/icons/clock.png');
    background-size: 13px auto;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 17px;
}
#flog .sortovanie ul li a.views {
    background-image: url('../i/icons/view.png');
    background-size: 13px auto;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 17px;
}

#flog #nalepkyBlock {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    overflow: hidden;
    height: 45px;
}

#flog #nalepkyBlock a {
    line-height: 34px;
    color: #718971;
    padding: 0px 14px;
    border: 0px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;

    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
}
#flog #nalepkyBlock a span {
    color: #a6a6a6;
}
#flog #nalepkyBlock a:hover {
    text-decoration: underline;
    background-color: #E1E1E1;
    color: #850616;
}

#flog .nalepkyClaim {
    color: #850616;
    font-size: 18px;
}


 #photoBody {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

 #photoBody img.fotoblogFotka {
    max-width: 100%;
    max-height: 700px;
}

 #photoBodyGallery .moreOfAuthor {
     display: block;
     width: 100%;
     position: relative;
     font-size: 20px;
     margin-bottom: 10px;
 }

#flog #nalepkyBlock a.selected {
    line-height: 34px;
    color: #ffffff;
    background-color: #718971;
    padding: 0px 14px;
    border: 1px solid #718971;;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.36);

    position: relative;
    padding-right: 25px;
}

#flog #nalepkyBlock a.selected span {
    color: #c4d5c4;
}

#flog #nalepkyBlock a.selected:after{
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("../i/common/close-w.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px auto;
    border: 0px solid #fff;
    position: absolute;
    right: 9px;
    top: 11px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


#nalepkyholder {
    background-color: #fff;
    position: fixed;
    left: 50%;
    width: 700px;
    max-width: 90%;
    height: auto;
    min-height: 100px;
    margin-left: -350px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);

    z-index: 3100;

    padding: 0px 20px 20px 20px;
    text-align: center;
}

#nalepkyholder .nalepkaItem, #fotoEditWindow .nalepkaItem {
    line-height: 34px;
    color: #718971;
    padding: 0px 14px;
    border: 0px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);

    cursor: pointer;
}

#nalepkyholder .nalepkaItem:hover, #fotoEditWindow .nalepkaItem:hover {
    text-decoration: underline;
    background-color: #E1E1E1;
    color: #850616;
}

#nalepkyholder .nalepkaItem.selected, #fotoEditWindow .nalepkaItem.selected {
    background-color: #850616;
    color: #f0f0f0;
}

#nalepkyholder .newNalepka {
    line-height: 30px;
    width: 200px;
    border: 1px solid #718971;
    padding-left: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



#nalepkyholder .nalepkyBox {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 12px;
}

#nalepkyholder .pridatNalepku {

    background-color: #741019;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 0px 20px 0px 30px;
    cursor: pointer;
    font-size: 14px;
    background: rgb(161,6,27);
    background: linear-gradient(180deg, rgba(161,6,27,1) 0%, rgba(116,16,25,1) 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    border: 0px;
}

#nalepkyholder .pridatNalepku:hover {
    background: rgb(170,190,170);
    background: linear-gradient(180deg, rgba(170,190,170,1) 0%, rgba(113,137,113,1) 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#nalepkyholder .pridatNalepku::after {
    content: "+";
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    position: absolute;
    z-index: 10;
    left: 13px;
    top: 0px;
    line-height: 34px;
}

#nalepkyholder .chybovaHlaska {
    display: block;
    width: 100%;
    text-align: center;
    color: #850616;
    font-weight: 600;
    padding-top: 10px;
}


#nalepkyholder .ulozitNalepky {

    background-color: #741019;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 0px 30px 0px 30px;
    cursor: pointer;
    font-size: 14px;
    background: rgb(170,190,170);
    background: linear-gradient(180deg, rgba(170,190,170,1) 0%, rgba(113,137,113,1) 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: none;
    border: 0px;

    margin-top: 15px;

}

#fotoBlog .smallSticker, #fotoEditWindow .smallSticker {
    font-size: 11px;
    color: #4d4d4d;
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    display: inline-block;
    cursor: pointer;
    margin-right: 4px;
    margin-top: 4px;
    line-height: 18px;
    padding: 0px 5px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#fotoBlog .nalepkyInput.noAfter:after , #fotoEditWindow .nalepkyInput.noAfter:after {
    display: none;
}


.photoInfoBlock {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1750px;
    padding: 0 10px;
    transition: all 0.5s;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.photoInfo {
    display: inline-block;
    width: 70%;
    text-align: left;
    max-width: 400px;
    vertical-align: top;
}

.toolsBlock {
    display: inline-block;
    width: 25%;
    text-align: right;
    max-width: 400px;
}

.photoInfoBlock .photoInfo .photoUserPhoto {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-color: #748773;
    border: 0px solid #fff;
    margin-left: -10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #494949;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-size: cover;
}

.infoBox {
    display: inline-block;
    vertical-align: top;
}

.photoInfoBlock .photoInfo .photoInfoTop {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.photoInfoBlock .photoInfo .nazov {
    display: block;
    font-size: 16px;
}
.photoInfoBlock .photoInfo .popis {
    display: block;
    font-size: 14px;
}

.photoInfoBlock #likeButton {
    float: right;
}

.photoInfoBlock #likeButton .likeButtonBody {
    width: 40px;
    height: 40px;
    background-image: url('../i/icons/like.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 0.2;

    display: inline-block;
}

.photoInfoBlock #likeButton .likeButtonBody:hover {
    opacity: 1;
}

.photoInfoBlock .znackyBox {
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
    margin-top: 15px;
}

.photoInfoBlock .znackyBox a {
    line-height: 34px;
    color: #718971;
    padding: 0px 14px;
    border: 0px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
    margin-bottom: 5px;
}

.photoInfoBlock .znackyBox a:hover {
    text-decoration: underline;
    background-color: #E1E1E1;
    color: #850616;
}

.photoInfoBlock #likeCounter {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-size: 30px;
    padding-left: 10px;
    font-weight: 300;
    padding-top: 6px;

}

.toolsBlock .editButton {
    float: right;
    border: 1px solid #718971;
    color: #718971;
    line-height: 40px;
    padding: 0px 15px 0px 15px;
    margin-top: 4px;
    margin-right: 20px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    cursor: pointer;
    /*
    background-image: url("../i/icons/edit-image.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 20px auto;

     */
}

.toolsBlock .editButton:hover {
    background-color: #718971;
    color: #000000;
}

#fotoEditWindow .editH {
   font-size: 18px;
    font-weight: bold;
}

#fotoEditWindow .editInput {
    line-height: 30px;
    width: 350px;
    border: 1px solid #718971;
    padding-left: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#fotoEditWindow .formRow {
    max-width: 600px;
    margin-top: 20px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}





#fotoEditWindow .ulozitFotku {

    background-color: #741019;
    line-height: 34px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    padding: 0px 30px 0px 30px;
    cursor: pointer;
    font-size: 14px;
    background: rgb(170,190,170);
    background: linear-gradient(180deg, rgba(170,190,170,1) 0%, rgba(113,137,113,1) 100%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    display: block;
    border: 0px;

    margin-top: 15px;

    margin-left: auto;
    margin-right: auto;

}


#fotoEditWindow .nalepkyBox {
    padding-top: 10px;
    padding-bottom: 10px;
}

#fotoEditWindow .nalepkyInput {
    padding-left: 8px;
    display: inline-block;
    margin: 4px 0px;
    line-height: 30px;
    width: 350px;
    position: relative;
    background-color: #fff;
    background-image: url('../i/icons/plus.png');
    background-position: 96% 10px;
    background-size: 12px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #718971;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    height: 34px;
    vertical-align: bottom;
}

#fotoEditWindow .nalepkyInput:after {
    content: "Nálepky";
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 13px;
    display: block;
    z-index: 10;
    width: auto;
    height: 10px;
    line-height: 34px;
}


.fotoPaginatorHolder .title {
    font-size: 12px;
}

#paginator {
    display: block;
    clear: both;
    width: fit-content;
    position: relative;
    margin: 0 auto;

    border: 1px solid #ddd;

    white-space: none;
    font-size: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#paginator a {
    display: inline-block;
    line-height: 35px;
    width: 45px;
    text-align: center;
    color: #0c0c0c;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

#paginator a:before {
    content: " ";
    width: 1px;
    height: 35px;
    left: 0px;
    top: 0px;
    border-left: 1px solid #ddd;
    position: absolute;
}
#paginator a:nth-of-type(1):before, #paginator a.active:before{
    display: none;

}

#paginator a:nth-of-type(1) {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#paginator a:last-of-type {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#paginator a.active {
    background-color: #718971;
    height: 37px;
    line-height: 37px;
    margin-top: -1px;
    margin-bottom: -1px;
    color: #fff;
}




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

    .toolsBlock .editButton {

        line-height: 30px;

        margin-right: 0px;

        white-space: nowrap;
    }

    #photoBodyGallery {
        font-size: 0px;
        gap: 0px;

    }
    .photoblock .photo {
        width: 100%;
        height: 100%;
        position: relative;
        margin: 3px;
    }

    #loadMorePhotos {
        margin-top: 20px !important;
    }

    #flog {
        margin-top: 11px;
    }

    #flog #nalepkyBlock a {
        line-height: 24px;
        color: #718971;
        padding: 0px 6px;
        border: 0px solid #c4c4c4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 12px;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
        margin-top: 6px;
        vertical-align: top;
    }

    #flog #nalepkyBlock a.selected {
        line-height: 24px;
    }
    #flog #nalepkyBlock a.selected::after {

        top: 6px;
        padding: 3px 0px;
    }

    #flog .nalepkyClaim {
        color: #850616;
        font-size: 14px;
        vertical-align: unset;
        line-height: 15px;
        vertical-align: top;
        margin-top: 10px;
        display: inline-block;
    }

    #flog .sortovanie {
        position: relative;
        left: 0px;
        margin-top: 0px;
        width: 100%;
        padding: 4px 0px;
    }

    #flog .sortovanie ul {
        padding: 0px;
        margin: 0px;
        width: 100%;
        text-align: center;
    }

    #flog .sortovanie ul li {
        display: inline-block;
        float: none;
        font-size: 14px;
    }

    #flog .pridat {
        margin-top: 0px;
        float: right;
        z-index: 100;
        position: relative;
        right: 0;
        width: 100%;

        margin-top: 6px;
    }

    .contentBody h1, #vinar-intro h1 {
        padding: 0px 0px 10px 0px;
    }

    #flog .pridat #nalepky {
        line-height: 26px;
        vertical-align: top;
    }

    #flog .pridat #pridatFoto {

        line-height: 28px;

        font-size: 16px;
        vertical-align: top;
        padding: 0px 20px 0px 30px;

    }

    #flog .pridat #pridatFoto::after {
        content: "+";
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        position: absolute;
        z-index: 10;
        left: 14px;
        top: 0px;
        line-height: 24px;
    }

    .photoblock {
        display: block;
        min-width: unset;
        height: 170px;
        background-position: center;
        background-size: cover;
        cursor: pointer;
        transition: 0.3s;
        overflow: hidden;
        float: left;
    }

    .photoblock .photo img {
        height: 170px;
    }


    #flog .pridat #fotkyBack {
        line-height: 28px;
        font-weight: 600;
        color: #000;
        margin-right: 0px;
        border: 1px solid #ffffff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 0px 10px 0px 10px;
        display: inline-block;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-left: 30px;
        background-image: url('../i/icons/visualization.png');
        background-size: 20px auto;
        background-position: 2px 4px;
        background-repeat: no-repeat;
    }

    #nalepkyholder {
        background-color: #fff;
        position: fixed;
        left: 1%;
        width: 98%;
        max-width: 98%;
        height: auto;
        min-height: 100px;
        margin-left: 0px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.36);
        z-index: 3100;
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

    #nalepkyholder .nalepkyBox {
        max-height: 300px;
        overflow: scroll;
    }


    .ajax-file-upload-progress {

        width: 95% !important;

    }

    #fileUpload .ajax-file-upload-filename {
        width: calc(100%) !important;
        font-size: 12px !important;
    }

    #fileUpload .nazovFotky {
        display: inline-block;
        margin: 4px 0px;
        line-height: 30px;
        width: 95%;
        border: 1px solid #718971;
        padding-left: 8px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #fileUpload .popisFotky {
        display: inline-block;
        margin: 4px 0px;
        line-height: 30px;
        width: 95%;
        border: 1px solid #718971;
        padding-left: 8px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #fileUpload .nalepkyInput {
        padding-left: 8px;
        display: inline-block;
        margin: 4px 0px;
        line-height: 30px;
        width: 95%;
        position: relative;
        background-color: #fff;
        background-image: url('../i/icons/plus.png');
        background-position: 96% 10px;
        background-size: 12px auto;
        background-repeat: no-repeat;
        cursor: pointer;
        border: 1px solid #718971;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 34px;
        vertical-align: bottom;
    }

    .photoblock .photo .AdminPanel {
        display: none !important;
    }


    #flog #nalepkyBlock {

        height: 80px;
    }



}


.deleteSticker {

    width: 14px;
    height: 14px;
    background-image: url("../i/common/close-w.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px auto;
    border: 2px solid #c00;
    position: relative;
    right: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #cc0000;
    display: inline-block;
    margin-left: 8px;
    margin-top: -2px;
    vertical-align: middle;
}