body {
    font-family: "Sofia Pro", sans-serif;
    background-color: #f0f0f0;
    color: #6d7379;
    font-size: 16px;
    position: relative;
    min-height: 100% !important;
}

body, main {
    overflow-x: hidden;
}

strong {
    color: #14141d;
}

h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
}

.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #14141d;
}

.h5, h5 {
    font-weight: 500;
}

.accent {
    border-left: 6px solid #c41e3d;
    padding-left: 18px;
    padding-bottom: 8px;
}

.warning-text, .warning {
    color: #c41e3d;
}

.rounded-image {
    border-radius: 4px;
}

.badge {
    border-radius: 0;
    font-weight: normal;
    margin-bottom: 5px;
}

.badge-primary {
    background-color: #c41e3d;
}

blockquote {
    color: #666;
    background: #eee;
    margin: 0 0 1.6em 0;
    padding: 1.4em 1em .1em 1em;
    border-left: 5px solid #c8c8c8;
}

form .form-control:focus {
    border-color: #c41e3d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

a {
    color: #c41e3d;
    font-family: "Sofia Pro"
}

    a.link-strong {
        font-weight: bold;
    }

    a:hover, a:active {
        color: #ab1a34;
    }

    a.no-decoration {
        text-decoration: none;
    }

.btn {
    color: #fff;
    background-color: #c41e3d;
    border-radius: 4px;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

    .btn:hover {
        color: #fff;
        background-color: #ab1a34;
    }

    .btn.btn-white {
        color: #14141d;
        background-color: #fff;
    }

        .btn.btn-white:hover {
            color: #14141d;
            background-color: #ededed;
        }

    .btn.btn-transparent {
        color: #fff;
        background-color: Transparent;
        background-repeat: no-repeat;
        border: 1px solid #fff;
        cursor: pointer;
        overflow: hidden;
        outline: none;
    }

        .btn.btn-transparent:hover {
            background-color: #fff;
            color: #14141d;
        }

.btn-movie {
    font-size: 14px;
    line-height: 32px;
}

.btn-pill {
    border-radius: 50px;
    background-color: #ededed;
    height: 28px;
    color: #6d7379;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 0px;
    cursor: pointer;
}

    .btn-pill:hover {
        background-color: #c41e3d;
        color: #fff;
    }

.tag-pill {
    border-radius: 50px;
    background-color: #ededed;
    height: 28px;
    color: #6d7379;
    font-weight: 500;
    line-height: 28px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.btn-round {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 60px;
    border: 1px solid #eee;
    -webkit-box-shadow: 4px 4px 20px rgba(1, 19, 38, 0.5);
    box-shadow: 4px 4px 20px rgba(1, 19, 38, 0.5);
    cursor: pointer;
}

    .btn-round:hover {
        border: 1px solid #eee;
    }

    .btn-round.right:focus {
        outline: 0;
        box-shadow: none !important;
    }

    .btn-round.right::after {
        content: "";
        background: url("../img/ic_arrow_right_red.svg") 0 0 no-repeat;
        background-size: 10px 16px;
        margin-left: 25px;
        margin-top: 21px;
        height: 16px;
        width: 16px;
        position: absolute;
        display: block;
    }

    .btn-round.left::after {
        content: "";
        background: url("../img/ic_arrow_left_red.svg") 0 0 no-repeat;
        background-size: 10px 16px;
        margin-left: 25px;
        margin-top: 21px;
        height: 16px;
        width: 16px;
        position: absolute;
        display: block;
    }

.btn-arrow {
    padding-right: 40px;
}

    .btn-arrow::after {
        content: "";
        background: url("../img/ic_play.svg") 0px 0px no-repeat;
        height: 14px;
        width: 14px;
        margin-left: 15px;
        margin-top: 5px;
        position: absolute;
        display: inline-block;
        z-index: 1001;
    }

    .btn-arrow.btn-sm {
        padding-right: 33px;
    }

        .btn-arrow.btn-sm::after {
            height: 12px;
            width: 12px;
            background-size: 12px 12px;
            margin-left: 12px;
        }

    .btn-arrow.btn-lg {
        padding-right: 45px;
    }

        .btn-arrow.btn-lg::after {
            margin-top: 9px;
        }

.btn-transparent.btn-arrow:hover::after {
    background: url("../img/ic_play_dark.svg") 0px 0px no-repeat;
}

.btn-share {
    height: 30px;
    width: 30px;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 3px;
}

.btn-share-facebook {
    background: url("../img/share/ic_facebook.svg") 0 0 no-repeat;
}

    .btn-share-facebook:hover {
        background: url("../img/share/ic_facebook_hover.svg") 0 0 no-repeat;
    }

.btn-share-twitter {
    background: url("../img/share/ic_twitter.svg") 0 0 no-repeat;
}

    .btn-share-twitter:hover {
        background: url("../img/share/ic_twitter_hover.svg") 0 0 no-repeat;
    }

.btn-share-draugiem {
    background: url("../img/share/ic_draugiem.svg") 0 0 no-repeat;
}

    .btn-share-draugiem:hover {
        background: url("../img/share/ic_draugiem_hover.svg") 0 0 no-repeat;
    }

.btn-share-print {
    background: url("../img/share/ic_print.svg") 0 0 no-repeat;
}

    .btn-share-print:hover {
        background: url("../img/share/ic_print_hover.svg") 0 0 no-repeat;
    }

.btn-back {
    height: 24px;
    width: 66px;
    color: #c41e3d;
    font-family: "Sofia Pro";
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    padding: 20px;
}

    .btn-back::before {
        position: absolute;
        content: "";
        background: url("../img/ic_arrow_left_red.svg") 0 0 no-repeat;
        width: 20px;
        height: 20px;
        left: 16px;
        margin-top: 3px;
    }

a.link-arrow {
    padding-right: 40px;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
}

    a.link-arrow:hover, a.link-arrow:focus {
        text-decoration: none;
    }

    a.link-arrow::after {
        content: "";
        background: url("../img/ic_arrow_right_red.svg") 0px 0px no-repeat;
        height: 14px;
        width: 8px;
        margin-top: 5px;
        margin-left: 9px;
        position: absolute;
        display: inline-block;
    }

    a.link-arrow:hover::after {
        margin-left: 17px;
        transition: all 200ms;
    }

    a.link-arrow.white::after {
        background: url("../img/ic_arrow_right_white.svg") 0px 0px no-repeat !important;
    }

.checkbox::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin-right: 6px;
    margin-top: -3px;
    background-image: url("../img/ic_check_box_outline_blank.svg");
}

.checkbox.active::before {
    background-image: url("../img/ic_check_box.svg");
}

.media img {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    object-fit: cover;
}

.media-body {
    color: #495057;
}

.mark, mark {
    padding: 0px !important;
    color: #c41e3d;
    background-color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid red;
}

.nav-tabs .nav-link {
    border: 0;
    color: #14141d;
    font-weight: bold;
    font-size: 18px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus {
        border: 0;
        border-bottom: 4px solid #c41e3d;
        color: #c41e3d;
    }

.nav-tabs > .nav-item > .nav-link {
    margin-left: 0px;
    margin-right: 30px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 40px;
}

    .nav-tabs > .nav-item > .nav-link:hover {
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 4px solid transparent;
    }

    .nav-tabs > .nav-item > .nav-link.active:hover {
        border-bottom: 4px solid #c41e3d;
    }

.container-fluid {
    background-color: #fff;
    max-width: 1440px;
    padding-left: 0px;
    padding-right: 0px;
}

.content {
    padding-left: 78px;
    padding-right: 78px;
    padding-top: 20px;
    margin-top: 50px;
}

.navbar {
    min-height: 88px;
    box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 0px;
    padding-left: 78px;
}

.navbar-nav {
    line-height: 88px;
}

.navbar-brand {
    margin-right: -10px;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 18px;
    height: 12px;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%;
    background: no-repeat center center;
    background-image: url("../img/ic_menu.svg");
}

    .navbar-toggler-icon.active {
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        background-image: url("../img/ic_close_black.svg");
    }

button.navbar-toggler:focus {
    outline: 1px none;
}

.nav-link, .menu-item > a {
    width: auto;
    color: #14141d;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-weight: bold;
    line-height: 68px;
    margin-left: 24px;
    text-decoration: none;
    display: block;
    padding: .5rem 0rem;
}

    .menu-item > a:hover {
        color: #ab1a34;
    }

.nav-item.active > a, .current-menu-item > a {
    color: #c41e3d !important;
    border-bottom: 4px solid #c41e3d;
}

.menu-item.menu-item-type-custom > a:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/ic_exit.svg") 0 0 no-repeat;
    top: 4px;
    left: 5.5px;
}

.navbar-search {
    margin-right: 55px;
    padding-bottom: 4px;
}

.btn-search {
    float: right;
}

#btn-search.nav-link {
    margin-left: 15px;
}

.logo img {
    height: 48px;
}

@media(min-width: 960px) {
    .navbar-expand-f {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-f .navbar-nav, .navbar-search {
            flex-direction: row;
        }

        .navbar-expand-f .navbar-collapse {
            display: flex !important;
        }

        .navbar-expand-f .navbar-toggler {
            display: none;
        }

    .navbar-search {
        width: 160px !important;
    }
}

.line {
    border-bottom: 2px solid #c8c8c8;
}

.footer-text {
    font-size: 14px;
}

    .footer-text:hover {
        text-decoration: none;
    }

.footer > .container-fluid {
    padding-right: 78px;
    padding-left: 78px;
}

.overlay {
    position: fixed;
    z-index: 1997;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
}

.no-scroll {
    overflow: hidden;
}

.overlay--visible {
    opacity: 1;
    pointer-events: all;
}

#overlay-menu {
    margin-top: 56px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 996;
    border-top: 1px solid #ededed;
}

@media(min-width: 960px) {
    #overlay-menu {
        display: none;
    }
}

#overlay-menu > ul, li {
    list-style: none;
}

    #overlay-menu > ul > li.current-menu-item > a {
        border-bottom: 0px;
    }

    #overlay-menu > ul > li > a {
        font-size: 26px;
        margin-bottom: 20px;
    }

#overlay-menu > ul {
    margin-top: 30px;
}

.search-field, .search-field:focus {
    border: 0px;
    box-shadow: none;
}

    .search-field, .search-field:focus {
        border: 0px;
        box-shadow: none;
    }

.overlay-search-container {
    max-width: 100% !important;
    min-height: 88px;
    background-color: #fff;
    display: block;
}

    .overlay-search-container > .container-fluid {
        position: relative;
        padding-left: 78px;
        padding-right: 78px;
    }

.search-icon-main {
    padding: 0px 0px 0px 10px;
    display: inline-block;
    cursor: pointer;
}

.search-icon {
    display: block;
    position: absolute;
    left: 78px;
    top: 31px;
}

.search-close-icon {
    display: block;
    position: absolute;
    right: 78px;
    top: 31px;
    cursor: pointer;
}

.pagination ul li {
    float: left;
    margin-top: 20px;
}

.pagination ul {
    padding-left: 0px;
}

.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    color: #6d7379;
    font-size: 14px;
    margin-right: 12px;
    text-align: center;
    font-weight: normal;
}

    .pagination a.active {
        border-radius: 25px;
        color: #fff;
        font-size: 14px;
        background-color: #14141d;
    }

    .pagination a.next {
        background: url("../img/ic_keyboard_arrow_right.svg") 0 0 no-repeat;
        margin-top: 7px;
    }

    .pagination a.prev {
        background: url("../img/ic_keyboard_arrow_left.svg") 0 0 no-repeat;
        margin-top: 7px;
        width: 10px;
    }

.pagination .pageskip {
    max-width: 80px;
    width: auto;
    margin-right: 25px;
}

@media(max-width: 768px) {
    .pagination .pageskip {
        display: none;
    }
}

.content[data-page=movie] {
    padding-top: 10px;
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0px;
}

    .breadcrumb a {
        color: #6d7379;
        font-size: 16px;
        text-decoration: underline;
    }

.movie-age-rating {
    display: inline-block;
    min-width: 2em;
    color: #fff;
    background-color: #c41e3d;
    font-size: .5em;
    padding: 4px;
    border-radius: 5px;
    margin-left: 10px;
    text-align: center;
}

.movie-rating-container {
    font-size: 14px;
    color: #14141d;
    height: 16px;
    line-height: 20px;
    vertical-align: top;
}

ul.movie-rating {
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    top: 2px;
}

    ul.movie-rating, ul.movie-rating > li {
        list-style: none;
        display: inline-block;
    }

.rating-block {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: inline;
}

.rating-block-full {
    background-image: url("../img/ic_star_full.svg");
    background-position: 0px 0px;
}

.rating-block-empty {
    background-image: url("../img/ic_star_empty.svg");
}

.can-rate > .rating-block-empty:hover {
    background-image: url("../img/ic_star_full.svg");
}

ul.movie-rating.canrate .rating-block {
    cursor: pointer;
}

.movie-rating-result::after {
    content: "";
    background: url("../img/ic_star_full.svg") 0 0 no-repeat;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    top: 2px;
}

.movie-share-container {
    position: relative;
    top: -8px;
}

.press-release, .file-attachment {
    display: block;
    padding-left: 60px;
    position: relative;
    margin-top: 15px;
}

    .press-release::before, .file-attachment::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 46px;
        width: 36px;
        background: url("../img/ic_pdf.svg");
    }

span.movie-restored {
    color: #6d7379;
}

.movie-school-content {
    line-height: 26px;
}

    .movie-school-content h5 {
        font-size: 18px;
    }

.movie-data {
    height: 75vh;
    display: block;
}

.filma-restaureta {
    height: 26px;
    width: 665px;
    color: #6d7379;
    font-family: "Sofia Pro";
    font-size: 24px;
    line-height: 26px;
    margin-top: 8px;
    font-weight: normal;
}

.movie-sidebar {
    color: #6d7379;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

    .movie-sidebar .row {
        padding-left: 10px;
    }

    .movie-sidebar .th {
        color: #14141d;
        font-size: 14px;
        font-weight: bold;
    }

.movie-img-container {
    position: relative;
    display: inline-block;
    max-width: 845px;
    width: 100%
}

    .movie-img-container img {
        width: 100%;
        border-radius: 4px;
    }

.movie-main-container {
    position: relative;
}

.movie-content .movie-btn-container {
    position: absolute;
    left: 30px;
    bottom: 40px;
}

@media(max-width: 991px) {
    .movie-data {
        height: auto !important;
    }

    .movie-content, .movie-sidebar {
        height: 100%
    }
}

@media(max-width: 1440px) {
    body {
        background-color: #fff;
    }
}

@media(max-width: 767px) {
    .movie-data {
        height: auto !important;
        display: block !important;
        margin-left: -10px;
    }

    .movie-main-container {
        margin-left: -20px;
        margin-right: -20px;
    }

    .movie-img-container {
        width: auto;
    }

        .movie-img-container img {
            width: auto;
            border-radius: 0px;
        }

    .movie-btn-container {
        left: 0px;
        bottom: 20px !important;
    }

        .movie-btn-container .btn {
            padding: .675rem 1rem;
            line-height: 1.3;
            padding-right: 35px;
            font-size: 14px !important;
        }

    .btn-arrow.btn-lg::after {
        margin-top: 3px;
        margin-left: 10px;
    }

    .movie-share-container {
        margin-top: 10px;
    }

    .movie-img-container::after {
        border-radius: 0px;
    }
}

@media(max-width: 420px) {
    .movie-btn-container {
        bottom: 20px !important;
    }

        .movie-btn-container .btn {
            padding: .6rem .4rem;
            font-size: 1rem;
            line-height: 1.3;
            padding-right: 35px;
        }

    .btn-arrow.btn-lg::after {
        margin-top: 1px;
        margin-left: 10px;
    }

    h1.entry-title {
        font-size: 25px;
    }

    .nav-tabs > .nav-item > .nav-link {
        margin-right: 20px;
    }

    .news-block h4 {
        font-size: 18px;
    }
}

@media(max-width: 320px) {
    .movie-btn-container .btn {
        padding: .6rem .4rem;
        padding-right: 30px;
    }

    .btn-arrow.btn-lg::after {
        margin-top: 2px;
        margin-left: 10px;
    }

    .movie-rating-count {
        display: none;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
    }

    .nav-tabs > .nav-item > .nav-link {
        margin-right: 13px;
    }
}

@media(max-width: 360px) {
    .nav-tabs .nav-link {
        font-size: 16px;
    }

    .nav-tabs > .nav-item > .nav-link {
        margin-right: 13px;
    }
}

.owl-recomendation-slider {
    margin-left: 0px;
}

    .owl-recomendation-slider a {
        text-decoration: none;
    }

    .owl-recomendation-slider .item {
        color: #6d7379;
        padding: 0px;
        text-align: center;
        border-radius: 4px;
        width: 194px;
        cursor: pointer;
    }

    .owl-recomendation-slider .movie-img {
        position: relative;
    }

        .owl-recomendation-slider .movie-img img {
            height: auto;
            max-height: 122px;
            object-fit: cover;
            border-radius: 4px;
            position: relative;
        }

        .owl-recomendation-slider .movie-img::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(26, 67, 102, 0) 0%, #14141D 100%);
            border-radius: 4px;
        }

    .owl-recomendation-slider .item .movie-title {
        color: #6d7379;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        display: block;
        margin-top: 3px;
    }

    .owl-recomendation-slider .owl-dots {
        display: none;
    }

    .owl-recomendation-slider .btn-round {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        width: 40px;
        height: 40px;
    }

        .owl-recomendation-slider .btn-round.right::after {
            margin-top: 11px !important;
            margin-left: 15px !important;
        }

        .owl-recomendation-slider .btn-round.left::after {
            margin-top: 11px !important;
            margin-left: 14px !important;
        }

    .owl-recomendation-slider.owl-carousel:hover > .owl-nav > .owl-prev {
        margin-left: 5px;
        transition: all .3s;
    }

    .owl-recomendation-slider.owl-carousel:hover > .owl-nav > .owl-next {
        right: -35px;
        transition: all .3s ease;
    }

    .owl-recomendation-slider .owl-prev {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 10%;
        margin-left: -80px;
        display: block !important;
        border: 0px solid black;
        outline: none !important;
        transition: all .3s ease;
    }

    .owl-recomendation-slider .owl-next {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 10%;
        right: -120px;
        display: block !important;
        border: 0px solid black;
        outline: none !important;
        transition: all .3s ease;
    }

.movie-video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #14141d;
    top: 0;
    z-index: 1100;
}

.movie-trailer-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #14141d;
    top: 0;
    left: 0;
    z-index: 1100;
}

.btn-movie-video-container-close {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 42px;
    height: 42px;
    background-color: #fff;
    cursor: pointer;
    opacity: 0;
    transition: opacity 200ms;
}

    .btn-movie-video-container-close:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

    .btn-movie-video-container-close svg {
        top: 1px;
        margin-left: 2px;
    }

.btn-fade-in {
    opacity: 1;
    transition: opacity 200ms;
}

.flowplayer .fp-color {
    background-color: #ab1a34;
}

.movie-content-bottom-gradient {
    height: 100px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: relative;
    margin-top: -100px;
    z-index: 800;
    pointer-events: none;
}

.os-scrollbar-vertical {
    z-index: 1001;
}

.movie-content-scroll-btn {
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    pointer-events: all;
    transform: rotate(90deg);
    box-shadow: 1px 0px 20px rgba(1, 19, 38, 0.2) !important;
    -webkit-box-shadow: !important;
}

@media(max-width: 991px) {
    .movie-content-scroll-btn {
        display: none !important;
    }
}

.person-links {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 26px;
}

    .person-links > li > a {
        color: #14141d;
    }

.person-image {
    border-radius: 4px;
}

@media(max-width: 420px) {
    .content {
        margin-top: 0px;
    }

    .navbar {
        padding-left: 10px;
    }

    .navbar-search {
        width: 99px !important;
        margin-right: 10px;
    }
}

@media(max-width: 1024px) {
    .navbar {
        min-height: 56px;
        padding: 0px;
        padding-left: 20px;
    }

    .navbar-nav {
        line-height: 46px;
        margin-right: 10px;
        margin-left: 20px;
        margin-top: 2px;
    }

    .nav-link, .menu-item > a {
        line-height: 47px;
        padding: 0px;
        margin-top: 2px;
    }

    .navbar-search {
        width: 100px;
    }

    .logo img {
        height: 30px;
    }

    a.logo {
        text-decoration: none;
    }

    .content, footer > .container-fluid {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .search-icon {
        left: 20px;
    }

    .search-close-icon {
        right: 20px;
    }

    .overlay-search-container > .container-fluid {
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-results {
        padding: 40px;
    }
}

@media(min-width: 421px)and (max-width: 1024px) {
    .content {
        margin-top: 10px;
    }
}

.news-block {
    background-color: #fafafa;
    height: 300px;
    padding: 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
    -moz-box-shadow: 0 6px 20px #ccc;
    -webkit-box-shadow: 0 6px 20px #ccc;
    -o-box-shadow: 0 6px 20px #ccc;
    -ms-box-shadow: 0 6px 20px #ccc;
    box-shadow: 0 6px 20px #ccc;
}

    .news-block:hover {
        -moz-box-shadow: 0 6px 20px 6px #ccc;
        -webkit-box-shadow: 0 6px 20px 6px #ccc;
        -o-box-shadow: 0 6px 20px 6px #ccc;
        -ms-box-shadow: 0 6px 20px 6px #ccc;
        box-shadow: 0 6px 20px 6px #ccc;
        transition: all 200ms;
    }

@media(max-width: 767px) {
    .news-block {
        height: auto;
    }
}

@media(min-width: 768px)and (max-width: 992px) {
    .news-block {
        height: 320px;
    }
}

@media(min-width: 993px)and (max-width: 1200px) {
    .news-block {
        height: 360px;
    }
}

.btn-load-more-news {
    color: #c41e3d;
    font-family: "Sofia Pro";
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

a.news-link {
    text-decoration: none;
    color: #6d7379;
}

.content[data-page=new] {
    margin-top: 0px;
    padding-top: 20px;
}

@media(max-width: 767px) {
    .nav-catalog-main {
        display: none;
    }

    .nav-catalog-mobile {
        display: block;
    }
}

@media(min-width: 767px) {
    .nav-catalog-mobile {
        display: none;
    }
}

.nav-catalog li {
    margin-right: 24px;
}

.nav-catalog a {
    height: 26px;
    color: #6d7379;
    font-size: 16px;
    line-height: 50px;
}

    .nav-catalog a.active {
        color: #14141d;
        font-weight: bold;
    }

.nav-catalog-gray {
    background: #f0f0f0;
    margin-left: -78px;
    margin-right: -78px;
    margin-top: 32px;
    margin-bottom: 32px;
    min-height: 56px;
    line-height: 56px;
    padding-left: 78px;
}

    .nav-catalog-gray a, .nav-catalog-gray a:hover {
        text-decoration: none;
    }

.movie-catalog-col {
    padding-left: 4px;
    padding-right: 4px;
}

.movie-catalog-block {
    padding: 10px;
    padding-bottom: 15px;
    cursor: pointer;
}

.movie-catalog-img img {
    border-radius: 4px;
}

.movie-catalog-title {
    color: #14141d;
    font-family: "Sofia Pro";
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    padding-top: 8px;
}

.movie-catalog-year {
    color: #6d7379;
    font-family: "Sofia Pro";
    font-size: 16px;
    line-height: 26px;
}

.movie-catalog-play {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 16px;
}

    .movie-catalog-play::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 34px;
        width: 34px;
        margin-right: 6px;
        background-image: url("../img/ic_play_circle.svg");
    }

.movie-catalog-chronological {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
}

label {
    height: 24px;
    color: #14141d;
    font-size: 16px;
    line-height: 24px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select.form-control {
        background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E"); padding-right: 25px;
        background-repeat: no-repeat;
        background-position: right center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    select.custom::-ms-expand {
        display: none;
    }

#btn-catalog-search {
    width: 26px;
    height: 26px;
    display: block;
    background: url("../img/ic_search.svg") 0 0 no-repeat;
    margin-top: 6px;
    transition: all 100ms;
}

    #btn-catalog-search:hover {
        background: url("../img/ic_search_red.svg") 0 0 no-repeat;
        width: 26px;
        height: 26px;
    }

    #btn-catalog-search.active {
        background: url("../img/ic_close_black.svg") 0 0 no-repeat;
        transition: all 100ms;
    }

.form-control-search {
    padding-left: 40px;
    position: relative;
}

.form-control-search-icon {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url("../img/ic_search.svg") 0 0 no-repeat;
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
    z-index: 900;
}

.btn-teacher-register {
    color: #6d7379;
    display: block;
    margin-left: 10px;
    margin-top: 12px;
    text-decoration: underline;
}

.alfabets > .search_letter.active {
    font-weight: bold;
    text-decoration: underline;
    color: #c41e3d;
    font-size: 16px;
}

.alfabets > .search_letter {
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.87);
}

.nav-catalog li {
    margin-right: 24px;
}

.nav-catalog a {
    height: 26px;
    width: 155px;
    color: #6d7379;
    font-family: "Sofia Pro";
    font-size: 16px;
    line-height: 26px;
}

    .nav-catalog a.active {
        height: 26px;
        width: 79px;
        color: #14141d;
        font-family: "Sofia Pro";
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
    }

.nav-catalog-gray {
    background: #f0f0f0;
    margin-left: -78px;
    margin-right: -78px;
    margin-top: 32px;
    margin-bottom: 32px;
    min-height: 56px;
    line-height: 56px;
    padding-left: 78px;
}

    .nav-catalog-gray a, .nav-catalog-gray a:hover {
        text-decoration: none;
    }

.movie-catalog-col {
    padding-left: 4px;
    padding-right: 4px;
}

    .movie-catalog-col a {
        text-decoration: none;
    }

.movie-catalog-block {
    padding: 10px;
    cursor: pointer;
}

.movie-catalog-img img {
    border-radius: 4px;
    position: relative;
}

.movie-catalog-img.person {
    padding: 0px;
    position: relative;
}

    .movie-catalog-img.person img {
        width: 100%;
        height: 100%
    }

    .movie-catalog-img.person::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(26, 67, 102, 0) 0%, #14141D 100%);
        border-radius: 4px;
    }

.movie-catalog-person-name {
    color: #fff;
    position: absolute;
    bottom: 56px;
    left: 30px;
    width: 74%;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

    .movie-catalog-person-name .person-lastname {
        font-size: 20px;
        line-height: 20px;
    }

.movie-catalog-person-date {
    color: #fff;
    position: absolute;
    bottom: 28px;
    left: 30px;
    width: 74%;
    font-size: 13px;
    line-height: 14px;
}

@media(min-width: 768px)and (max-width: 809px) {
    .movie-catalog-person-name {
        bottom: 66px;
    }
}

.block-content-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-catalog li {
    margin-right: 24px;
}

.nav-catalog a {
    height: 26px;
    width: 155px;
    color: #6d7379;
    font-family: "Sofia Pro";
    font-size: 16px;
    line-height: 26px;
}

    .nav-catalog a.active {
        height: 26px;
        width: 79px;
        color: #14141d;
        font-family: "Sofia Pro";
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
    }

.nav-catalog-gray {
    background: #f0f0f0;
    margin-left: -78px;
    margin-right: -78px;
    margin-top: 32px;
    margin-bottom: 32px;
    min-height: 56px;
    line-height: 56px;
    padding-left: 78px;
}

    .nav-catalog-gray a, .nav-catalog-gray a:hover {
        text-decoration: none;
    }

.movie-catalog-col {
    padding-left: 4px;
    padding-right: 4px;
}

.movie-catalog-block {
    padding: 10px;
    cursor: pointer;
}

.movie-catalog-img img {
    border-radius: 4px;
}

.movie-catalog-studio-title {
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 80%;
    line-height: 24px;
}

.movie-catalog-studio-block {
    width: 100%;
    height: 100%
}

.movie-catalog-studio-img img {
    width: 100%;
    height: 100%
}

.person-date {
    color: #14141d;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    margin-top: 8px;
    display: block;
}

.person-links-content h4 {
    color: #c41e3d;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}

.person-links a {
    color: #14141d;
    font-size: 14px;
    line-height: 24px;
}

.person-min-content {
    min-height: 500px;
}

@media(min-width: 992px) {
    .mt-lg-n6, .my-lg-n6 {
        margin-top: -3.5rem !important;
    }

    .person-links-content {
        height: 65vh;
    }

    .btn-show-person-links-content, .btn-show-person-bio-content {
        display: none;
    }

    .person-bio-container {
        height: 100%
    }
}

@media(max-width: 992px) {
    .person-links-container {
        height: 600px;
        overflow-y: hidden;
    }

    .btn-show-person-links-content, .btn-show-person-bio-content {
        display: block;
        text-align: center;
    }

    .person-bio-container, .person-links-container {
        height: 400px;
        overflow-y: hidden;
    }
}

.kulturas-kanons-card {
    min-height: 200px;
}

/*---------------------------------------------------------------------------------------*/
/* OVERLAY COOKIE
/*---------------------------------------------------------------------------------------*/
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 14px 0;
    z-index: 1000;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 5px rgba(0,0,0,.1);
}

    .cookie-consent-banner p {
        margin-bottom: 0;
    }

.cookie-checkbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 6px;
}

div#cookieDetails {
    overflow-x: auto;
}

.cookie-action-buttons {
    gap: 4px;
}

    .cookie-action-buttons button {
        width: 33%;
    }

@media (max-width: 768px) {
    .cookie-consent-banner {
        padding: 16px;
        max-height: 80vh;
        overflow-y: auto;
    }

    .cookie-action-buttons {
        flex-direction: column;
    }

        .cookie-action-buttons button {
            width: 100%;
        }

    .btn-cookie-details {
        font-size: 12px;
    }

    .cookie-consent-banner .col-md-9, .cookie-consent-banner .col-md-3 {
        text-align: center;
        width: 100%;
    }
}

#wpadminbar {
    background-color: #14141d;
}

    #wpadminbar, #wpadminbar a {
        font-family: "Sofia Pro" !important;
    }

        #wpadminbar a:hover, #wpadminbar a:focus, .ab-item:focus {
            color: #fff !important;
        }

        #wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
            color: #fff !important;
            background-color: #14141d;
        }

        #wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label, #wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label {
            color: #fff !important;
            background-color: #14141d;
        }

        #wpadminbar .quicklinks .menupop .ab-sub-secondary > li .ab-item:focus a, #wpadminbar .quicklinks .menupop .ab-sub-secondary > li > a:hover {
            color: #fff !important;
            background-color: #14141d;
        }

        #wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a .blavatar, #wpadminbar .quicklinks li a:focus .blavatar, #wpadminbar .quicklinks li a:hover .blavatar {
            color: #fff !important;
            background-color: #14141d;
        }

        #wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input {
            background-color: #14141d;
        }

#wp-admin-bar-wp-logo, #wp-admin-bar-search {
    display: none;
}

#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
    content: ""
}

.ab-item > .avatar-26, .ab-item > .avatar-64 {
    display: none !important;
}

#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
    margin-left: 10px;
}

.entry-content img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.carousel-row {
    position: relative;
    margin-left: -78px;
    margin-right: -78px;
}

.owl-content-slider .item {
    background: #ededed;
    color: #fff;
    padding: 0px;
    text-align: center;
    height: 260px;
    border-radius: 4px;
}

    .owl-content-slider .item img {
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

.owl-content-slider .item {
    width: 413px;
    cursor: pointer;
}

    .owl-content-slider .item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(26, 67, 102, 0) 0%, #14141D 100%);
        border-radius: 4px;
    }

@media(max-width: 767px) {
    .owl-content-slider .item {
        width: 330px;
        height: 195px !important;
    }

        .owl-content-slider .item .movie-title {
            max-width: 280px;
        }
}

.owl-content-slider .item .movie-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    bottom: 55px;
    left: 24px;
    z-index: 1000;
}

.owl-content-slider .item .movie-category {
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 1000;
}

.owl-content-slider .item .movie-score {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
}

    .owl-content-slider .item .movie-score::before {
        content: "";
        background: url("../img/ic_star_empty.svg") 0 0 no-repeat;
        height: 20px;
        width: 20px;
        position: absolute;
        left: -25px;
        top: 2px;
    }

.owl-content-slider .item .movie-play {
    position: absolute;
    top: 30px;
    left: 24px;
    color: #fff;
    z-index: 1000;
}

    .owl-content-slider .item .movie-play::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 34px;
        width: 34px;
        margin-right: 6px;
        background-image: url("../img/ic_play_circle.svg");
    }

.main-content-block {
    width: 100%;
    height: 326px;
    background-color: #ededed;
    border-radius: 4px;
    border: 0px;
    margin-bottom: 40px;
    position: relative;
    -moz-box-shadow: 0 6px 20px #ccc;
    -webkit-box-shadow: 0 6px 20px #ccc;
    -o-box-shadow: 0 6px 20px #ccc;
    -ms-box-shadow: 0 6px 20px #ccc;
    box-shadow: 0 6px 20px #ccc;
}

    .main-content-block:hover {
        -moz-box-shadow: 0 6px 20px 6px #ccc;
        -webkit-box-shadow: 0 6px 20px 6px #ccc;
        -o-box-shadow: 0 6px 20px 6px #ccc;
        -ms-box-shadow: 0 6px 20px 6px #ccc;
        box-shadow: 0 6px 20px 6px #ccc;
        transition: all 200ms;
    }

.main-content-block-red {
    background-color: #c41e3d;
}

    .main-content-block-red .block-action {
        background-color: #c41e3d;
        color: #fff;
    }

        .main-content-block-red .block-action a, .main-content-block-red h2, .main-content-block-red p {
            color: #fff;
        }

            .main-content-block-red .block-action a.link-arrow::after {
                background: url("../img/ic_keyboard_arrow_right.svg") 0px 0px no-repeat;
            }

.top-border-red {
    border-top: 8px solid #c41e3d;
}

.top-border-transparent {
    border-top: 8px solid transparent;
}

.block-content {
    max-height: 254px;
}

.block-content-text {
    line-height: 26px;
    padding: 24px;
}

@media(max-width: 500px) {
    .main-itemm-description {
        bottom: 50px !important;
    }

    .owl-dots {
        bottom: 5px !important;
    }

    .movie-btn-container .btn {
        padding: .675rem .6rem;
        font-size: 1rem;
        line-height: 1.3;
        padding-right: 35px;
    }

    .btn-arrow.btn-lg::after {
        margin-top: 3px;
        margin-left: 10px;
    }
}

.block-content-image p {
    position: absolute;
    top: 100px;
    margin-left: 0px;
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    z-index: 1;
    text-align: center;
}

.block-content-image {
    background-size: cover;
    height: 100%;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .block-content-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(26, 67, 102, 0) 0%, #14141D 100%);
        border-radius: 4px;
    }

.block-action {
    height: 72px;
    background-color: #fff;
    padding-left: 24px;
    padding-top: 24px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.content[data-page=home] {
    margin-top: 0px;
    padding-top: 0px;
}

.home-main-slider-container {
    margin-left: -78px;
    margin-right: -78px;
}

.owl-main-slider-container {
    padding-top: 41.67%;
    width: 100%;
    position: relative;
}

.owl-main-slider {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

    .owl-main-slider .itemm {
        padding-top: 41.67%
    }

        .owl-main-slider .itemm .itemm-content {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%
        }

            .owl-main-slider .itemm .itemm-content .itemm-img {
                width: 100%;
                height: 100%
            }

.itemm {
    width: 100%;
    height: 100%;
    position: relative;
}

    .itemm img {
        max-height: 600px;
        object-fit: cover;
        position: relative;
    }

.itemm-overlay::after {
    content: "";
    background: linear-gradient(180deg, rgba(26, 67, 102, 0) 0%, #14141D 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.main-itemm-description {
    position: absolute;
    bottom: 100px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

    .main-itemm-description h1 {
        font-size: 48px;
        color: #fff;
        font-weight: bold;
    }

    .main-itemm-description p {
        color: #fff;
        font-size: 24px;
        padding-left: 150px;
        padding-right: 150px;
        padding-bottom: 20px;
    }

@media(max-width: 1024px) {
    .main-itemm-description h1 {
        font-size: 30px;
    }

    .main-itemm-description p {
        font-size: 24px;
    }
}

.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-main-slider .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-main-slider .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
        outline: none !important;
    }

        .owl-main-slider .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: transparent;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
            border: 1px solid #fff;
        }

        .owl-main-slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #fff;
        }

.owl-content-slider .owl-dots {
    display: none;
}

.owl-carousel {
    overflow: hidden;
}

    .owl-carousel:hover > .owl-nav > .owl-prev {
        margin-left: 0px;
        transition: all .3s;
    }

    .owl-carousel:hover > .owl-nav > .owl-next {
        right: 0px;
        transition: all .3s ease;
    }

.owl-prev {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    margin-left: -80px;
    display: block !important;
    border: 0px solid black;
    outline: none !important;
    transition: all .3s ease;
}

.owl-next {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 40%;
    right: -80px;
    display: block !important;
    border: 0px solid black;
    outline: none !important;
    transition: all .3s ease;
}

@media(max-width: 1024px) {
    .owl-main-slider: hover > .owl-nav > .owl-prev {
        opacity: 1;
        margin-left: 57px;
    }

    .owl-main-slider:hover > .owl-nav > .owl-next {
        opacity: 1;
        margin-right: 57px;
    }
}

@media(max-width: 768px) {
    .owl-nav {
        display: none;
    }
}

.owl-content-slider > .owl-nav > .owl-prev {
    top: 35%;
    margin-left: 35px;
    opacity: 0;
    transition: opacity .3s;
}

.owl-content-slider > .owl-nav > .owl-next {
    top: 35%;
    right: 25px;
    opacity: 0;
    transition: opacity .3s;
}

.owl-content-slider:hover > .owl-nav > .owl-prev {
    margin-left: 35px;
    opacity: 1;
    transition: opacity .3s;
}

.owl-content-slider:hover > .owl-nav > .owl-next {
    right: 25px;
    opacity: 1;
    transition: opacity .3s;
}

@media(max-width: 1024px) {
    .owl-content-slider > .owl-nav > .owl-prev {
        margin-left: 65px !important;
        opacity: 0;
    }

    .owl-content-slider > .owl-nav > .owl-next {
        right: 45px !important;
        opacity: 0;
    }

    .owl-content-slider:hover > .owl-nav > .owl-prev {
        opacity: 1;
    }

    .owl-content-slider:hover > .owl-nav > .owl-next {
        opacity: 1;
    }
}

.btn-square {
    background-color: #fff;
    width: 80px;
    height: 80px;
}

    .btn-square.prev:hover {
        background-color: #ab1a34;
        transition: all .3s;
    }

    .btn-square.next:hover {
        background-color: #ab1a34;
        transition: all .3s;
    }

        .btn-square.next:hover > svg path {
            fill: #fff;
            transition: fill .3s;
        }

    .btn-square.prev:hover > svg path {
        fill: #fff;
        transition: fill .3s;
    }

.home-news-header h1 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
}

.home-news-container span.home-news-link {
    display: inline-block;
    margin-top: 10px;
    width: 200px;
}

.home-news-container h3 {
    float: left;
    margin-right: 16px;
}

.home-news-container .home-news-hr-row {
    border-bottom: 1px solid #cecece;
    margin-left: 0px;
}

.home-news-hr-row-2 {
    margin-left: -18px !important;
}

.news-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: all .2s ease;
}

.news-item:hover .news-img {
    width: 110%;
    height: 110%;
    transition: all .2s ease;
    top: -10%
}

.news-img-square {
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

    .news-img-square > .news-img-square-content {
        width: 100%;
        height: 100%
    }

.news-title a {
    color: #14141d;
    font-size: 24px;
    font-weight: bold;
}

.posted-on a {
    color: #6d7379;
}

.home-about-us-container {
    margin-left: -78px;
    margin-right: -78px;
    padding-left: 78px;
    padding-right: 78px;
    color: #6d7379;
    background-color: #fafafa;
    font-size: 16px;
}

    .home-about-us-container h1 {
        font-weight: bold;
        font-size: 48px;
    }

    .home-about-us-container h2 {
        font-size: 40px;
    }

.home-about-us-tagline {
    font-size: 24px;
}

@media(max-width: 1000px) {
    .main-itemm-description {
        bottom: 60px;
    }

    .block-content-text h2 {
        font-size: 24px;
        margin-bottom: 10px !important;
    }

    .main-itemm-description p {
        padding-right: 80px !important;
        padding-left: 80px !important;
        font-size: 14px !important;
        margin-bottom: 0px !important;
    }
}

@media(max-width: 767px) {
    .main-content-block {
        height: 270px;
    }

    .block-content-image p {
        top: 75px;
        padding-left: 2%;
        padding-right: 2%
    }

    .block-content.block-content-text {
        line-height: 20px;
        font-size: 14px;
    }

    .owl-main-slider-container {
        padding-top: 60%
    }

    .owl-main-slider .itemm {
        padding-top: 60%
    }
}

@media(max-width: 375px) {
    .main-itemm-description h1 {
        font-size: 24px;
    }
}
