/* ==========================================================================
Content
========================================================================== */

.movie_a h2 small {
    font-size: 0.75em;
    font-weight: normal;
}

.ml_title a small {
    font-size: 0.75em;
    display: block;
}

.link-box-w-icon {
    background-color: #f2f6f8;
    border-radius: 12px;
    padding: 6px;
    /*margin-bottom: 30px;*/
    margin: 0 14px;
    position: relative;

    .link-box-more {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 48px;
        height: 48px;
        background-color: white;
        border-bottom-left-radius: 6px;
        background-image: url(/images/movie_bck_arrow.png);
        background-size: 9px 12px;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 25;
        transform: rotate(90deg);
        z-index: 1001;
        animation: bounce 2s infinite;
        cursor: pointer;
    }

    .box-shadow {
        background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
        bottom: -1px;
        content: "";
        height: 20px;
        left: 0;
        margin-bottom: 1px;
        pointer-events: none;
        position: absolute;
        width: 100%;
        z-index: 1000;
    }


    .movie_img {
        /*height: 125px;*/
        width: auto;
        position: relative;
        float: left;
        border: 1px solid white;
        border-radius: 0px;
        background: white;
        z-index: 1001;
        position: absolute;
    }

    .movie_img_bck, .movie_img {
        max-height: 162px;
        max-width: 139px;
        margin-top: -8px;
        margin-left: -5px;
        margin-right: 15px;

    }

    .movie_img_bck {
        display: block;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .movie_a {
        background-color: #f2f6f8;
        display: block;
        padding: 15px 15px 0 15px;
        text-decoration: none;
        border-radius: 10px;
        border-bottom-right-radius: 0;
        position: relative;

        &:before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: url(/images/movie_bck.webp);
            background-size: cover;
            background-position: center center;
            border-radius: 10px;
            z-index: 1;
            mix-blend-mode: hard-light;
            transition: 0.5s;
        }

        .content {
            position: relative;
            z-index: 25;
            /*height: 7.75em;*/
            height: 9em;
            display: block;
            overflow-y: hidden;
            color: black;


            h2 {
                color: #031e34;
                color: gainsboro;
                font-weight: bold;
                font-family: Arial, Helvetica, sans-serif;
            }

            p {
                color: black;
                /*font-weight: 600;*/
                /*line-height: 1.6rem;*/
                line-height: 1.2rem;
                /*min-height: 76.78px;*/
                margin: 0;


            }

            strong {
                font-weight: 800;
                color: #675830;
            }

            a {
                color: inherit;
                font-weight: bold;
            }
        }

        .content-dark {
            h2 {
                color: #706443;
            }

            p {
                color: black;
            }
        }

        &:hover {
            &:before {
                mix-blend-mode: overlay;
                transition: 0.5s;
            }
        }
    }

    ul {
        list-style: none;
        padding: 0 0 4px;
        margin: 13px 0 0 20px;
        display: flex;
        height: 1.8em;
        overflow-y: auto;
        line-height: 1.3em;

        li {
            display: inline-block;
            font-weight: bold;
            /*background-image: url(../images/icon-check.png);*/
            background-size: contain;
            background-repeat: no-repeat;
            padding-right: 30px;
            margin-bottom: 10px;
            /*margin-right: 15px;*/
            color: #4d5767;
            white-space: nowrap;
        }


        /*            &:before {
                        background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
                        bottom: 100%;
                        content: "";
                        height: 20px;
                        left: 0;
                        margin-bottom: 1px;
                        pointer-events: none;
                        position: absolute;
                        width: 100%;
                        z-index: 1000;
                    }*/
    }

    .link-block-w-icon-alt {
        .link-box-w-icon {
            padding: 0;

            a {
                border-radius: 10px 10px 0 0;
                padding: 105px 35px 25px;


                img {
                    position: absolute;
                    right: 30px;
                    top: -62px;
                    margin-right: 0;

                }

                .content {
                    h2 {
                        color: white;
                    }
                }
            }

            ul {
                margin: 20px 20px 10px;

                li {
                    width: 48%;
                    margin-right: 0;

                }
            }

        }
    }


    .relacia_facebook {
        display: none;
    }

    .vote_circle {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        background-color: #0064AC;
        border: 2px solid #f2f6f8;
        position: absolute;
        z-index: 30;
        bottom: -20px;
        right: 24px;
        padding-top: 12px;
        /*color: #dcba5f;*/
        color: white;
        font-size: 13px;
    }

    .vote_circle a {
        color: white;
        text-decoration: none;
    }

    .vote_awards {
        border-radius: 50%;
        width: 27px;
        height: 27px;
        text-align: center;
        background-color: #f2f6f8;
        border: 2px solid #f2f6f8;
        background-image: url('/images/awards/award_bck.png');
        background-size: 23px;
        position: absolute;
        z-index: 30;
        /*bottom: -20px;*/
        top: -16px;
        /*right: 74px;*/
        right: 25px;
        padding-top: 5px;
        /*color: #dcba5f;*/
        color: white;
        font-size: 13px;
        background-repeat: no-repeat;
        background-position-y: center;
    }

    .vote_awards_n {
        background-blend-mode: luminosity;
        right: -3px;
    }

    .vote_awards_o {
        background-color: rgb(233,167,95);
        right: 53px;
    }

    .vote_awards a {
        color: black;
        text-decoration: none;
    }


    .movie_om {
        position: absolute;
        display: contents;
        top: 9px;
        float: right;
        text-align: right;
        width: calc(50%);
    }
    .movie_om a img {
        /*width: 20px; height: 20px; opacity: 0.5; float: right;*/
        opacity: 0.8  !important;
        background: inherit !important;
        border: 1px solid rgba(0,0,0,0) !important;
    }
}

@keyframes bounce {
    0%, 100% {
        background-position: 18px 17px;
    }
    50% {
        background-position: 22px 17px;
    }
}

.ochrana_m {
    display: block;
    position: absolute;
    right: 1em;
    z-index: 1010;
}


@media (max-width: 600px) {
    .ochrana_m {
        display: table;
        position: absolute;
        left: 17px;
        /*top: 142px;*/
        top: 13px;
    }
}




.main-breadcrumb {
    background-color: #0064AC;
    width: 100%;
    padding-top: 50px;
    overflow-x: hidden;
}

.main-breadcrumb .main-breadcrumb-items li:first-child a:after {
    position: absolute;
    left: -9px;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    content: "";
    background-color: #3383bd;
    transform: skew(-20deg);
    z-index: -1;
}

.main-breadcrumb .main-breadcrumb-items li:first-child a.active:after, .main-breadcrumb .main-breadcrumb-items li:first-child a:hover:after {
    background-color: #fff;
}

.main-breadcrumb .main-breadcrumb-items ul {
    display: flex;
}

.main-breadcrumb .main-breadcrumb-items ul li {
    position: relative;
    margin-right: 2px;
}

.main-breadcrumb .main-breadcrumb-items ul li:last-child {
    margin-right: 0;
}

.main-breadcrumb .main-breadcrumb-items ul li .breadcrumb-label span {
    transform: skew(-20deg);
    display: inline-block;
}

.main-breadcrumb .main-breadcrumb-items ul li .breadcrumb-label {
    position: absolute;
    left: -12px;
    bottom: calc(100% + 2px);
    width: 100%;
    text-align: center;
    /*background-color: #ff4644;*/
    background-color: rgb(238,52,69);
    color: #fff;
    fill: #fff;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    transform: skew(20deg);
}

.main-breadcrumb .main-breadcrumb-items li a {
    transform: skew(20deg);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    fill: #fff;
    color: #fff;
    background-color: #3383bd;
    border-radius: 0;
    padding: 12px 24px;
    text-align: center;
    display: inline-flex;
    position: relative;
    height: 100%;
    align-items: center;
}

.main-breadcrumb .main-breadcrumb-items li a:hover, .main-breadcrumb .main-breadcrumb-items li a.active {
    color: #3383bd;
    background-color: #fff;
    border-color: #fff;
}

.main-breadcrumb .main-breadcrumb-items li a span {
    display: inline-block;
    transform: skew(-20deg);
    width: 100%;
}

@media (min-width: 520px) {
    .drop-block {
        margin-bottom: 0
    }

    .drop-block a {
        min-width: 144px
    }

    .holder-drop {
        justify-content: space-between
    }

    .holder-drop .inner-box {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .holder-drop .input-box {
        margin-left: 20px;
        margin-bottom: 0
    }

    .link-items {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .link-items .all-entries, .link-items a {
        min-width: 120px
    }


    .rating-section .item {
        width: 50%;
        margin-bottom: 10px
    }

    .link-img {
        height: 220px;
        display: block;
        width: 100%
    }

    .link-img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }

    .frame-section {
        display: flex;
        align-items: center
    }

    .frame-section .info-block {
        text-align: left
    }

    .frame-section .label-box img {
        max-width: 228px
    }

    .label-box {
        margin-right: 30px;
        margin-bottom: 0
    }

    .label-text {
        margin-bottom: 40px
    }

    .title-section ul li {
        justify-content: flex-start;
        margin-bottom: 3px
    }

    .title-section ul li .jcf-range {
        order: 0;
        width: 130px;
        margin: 0 10px
    }

    .image-items {
        margin: 0 -5px
    }

    .image-items li .item-img {
        height: 185px
    }

    .block-element .part-box .image-items {
        margin: 0 -10px 30px
    }

    .block-element .part-box .image-items li {
        margin: 0;
        padding: 0 10px
    }

    .list-img-box li a {
        height: 196px
    }

    .emount-blocks li {
        width: 25%
    }

    .button-link {
        width: auto
    }

    .holder {
        display: block
    }

    .section-hold .img-box {
        justify-content: flex-start
    }

    .brand-block img {
        width: 100%;
        max-width: none
    }

    .brand-block .brand-img {
        width: 50%
    }

    .brand-block .brand-img img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }

    .community-block .link-holder {
        max-width: 393px
    }

    .community-block .link-holder .button-link {
        max-width: 269px
    }

    .community-block .link-holder a {
        padding: 10px 50px 10px 30px
    }

    .block-design {
        border-bottom: 2px solid #e0e0e0
    }

    .block-design, .block-design .image-container, .page-container .inform-wrap {
        text-align: left
    }

    .holder-inform-wrap {
        display: flex;
        flex-wrap: wrap
    }

    .holder-inform-wrap .inner-content .img-box {
        max-width: 100%;
        height: 194px;
        width: 100%
    }

    .holder-inform-wrap .inner-content .img-box img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }

    .inform-wrap {
        border-bottom: 2px solid #e0e0e0;
        display: flex;
        align-items: center
    }

    .inner-content {
        margin-right: 20px
    }

    .inner-content .img-box img {
        max-width: 236px
    }

    .learn-more-block {
        text-align: left
    }

    .learn-more-block .container {
        display: flex;
        flex-wrap: wrap
    }

    .video-block {
        margin: 0 20px 30px 0
    }

    .section-links {
        margin: 0
    }

    .list-items {
        margin-bottom: 0
    }

    .cover-lists {
        display: flex
    }

    .cover-lists ul:first-child {
        margin-right: 44px
    }

    .footer-list {
        text-align: left
    }

    .footer-list .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .footer-list .container > div {
        width: 30%;
        padding: 0 5px
    }

    .bottom-footerpart {
        padding: 25px 0 60px;
        text-align: left
    }

    .bottom-footerpart .container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .bottom-footerpart .logo {
        margin-bottom: 0
    }

    .footer-info {
        text-align: right
    }

    .copi {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

@media (max-width: 767px) {
    .main-breadcrumb .main-breadcrumb-items li a {
        font-size: 10px;
        padding: 9px 2px;
    }

    .main-breadcrumb {
        padding-top: 20px;
    }

    .main-breadcrumb .main-breadcrumb-items ul li .breadcrumb-label {
        display: none;
    }
}

@media (max-width: 519px) {
    .holder-inform-wrap .inner-content .img-box img {
        width: 100%;
    }

    .main-breadcrumb .main-breadcrumb-items li a {
        font-size: 9px;
        padding: 9px 8px;
    }
}


.breadcrumb {
    padding: 20px 0;
    border-bottom: 1px solid #bfbfbf;
}

.breadcrumb-items {
    display: flex;
}

.breadcrumb-items a {
    color: #565656;
    letter-spacing: 0;
    display: inline-block;
}
.breadcrumb-items a:hover {
    color: #009ee2;
    color: gainsboro;
}

.breadcrumb-items a:after {
    content: "|";
    margin: 0 2px;
}

.breadcrumb-items a:last-child {
    pointer-events: none;
    cursor: text;
}

.breadcrumb-items a:last-child:after {
    content: none;
}



.link-items {
    position: relative;
    margin-bottom: 20px;
    justify-content: center;
    display: flex
}

.link-items:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    /*background-color: #009ee2*/
    background-color: #3383bd;
}

.link-items .all-entries, .link-items a {
    padding: 10px;
    font-size: .82rem;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    height: 100%;
    text-decoration: none;
}

.link-items .all-entries:last-child, .link-items a:last-child {
    margin-bottom: 0
}

.tab_img {
    width: calc(100%) !important;
    height: auto !important;
}

.link-items .all-entries.link-brief, .link-items a.link-brief {
    /*text-decoration: none;*/
    /*background-color: #707070*/
    /*background-color: rgb(184,184,184);*/
    background-color: #ddd;
    /*color: #877850;*/
    color: black;
}

.link-items a {
    transition: opacity .3s
}

.link-items a:hover {
    opacity: .8
}

.link-items .all-entries {
    /*background-color: #009ee2*/
    background-color: #3383bd
}

.link-items li, .link-items li:last-child {
    margin-bottom: 0;
    padding-right: 2px;
}


/*@media (min-width: 520px) {*/

.link-items {
    flex-wrap: wrap;
    justify-content: flex-start
}

.link-items .all-entries, .link-items a {
    min-width: 50px
}
/*}*/

@media (min-width: 768px) {

    .link-items .all-entries, .link-items a {
        min-width: 100px
    }
}

@media (min-width: 1024px) {

    .link-items:after {
        height: 3px
    }

}


.fta textarea {
    width: 100%;
    border: 1px solid #d3d6db;
    padding: 10px;
    margin: 0;
}
.fta div {
    display: none;
    background: #f5f6f7;
    padding: 6px 15px;
    border: 1px solid #d3d6db;
}
.fta .button-style2 a {
    margin-top: 0px;
}
.messagesList {
    border: 1px darkgray solid;
    background-color: white;
    margin-top: 10px;
    padding: 3px 12px 20px 12px;
}
.messagesList th img {
    width: auto;
    height: 73px;
    border: none;
}

@media screen and (max-width: 500px) {
    .messagesList th img {
        height: 30px;
    }
}

.messagesList th {
    text-align: center;
}

.messagesList img {
    float: initial !important;
    margin-top: 1.5em;
}

.messagesList td {
    vertical-align: bottom;
}