@font-face {
    font-family: 'Greed wide';
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/GreedWide-SemiBold.woff2") format('woff2');
}

@font-face {
    font-family: 'Greed wide';
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/GreedWide-SemiBold.woff2") format('woff2');
}

@font-face {
    font-family: 'Greed wide';
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/GreedWide-Medium.woff2") format('woff2');
}

@font-face {
    font-family: 'Greed wide';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/GreedWide-Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'Greed wide';
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/GreedWide-Light.woff2") format('woff2');
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?2hozv2');
    src: url('../fonts/icomoon.eot?2hozv2#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?2hozv2') format('truetype'), url('../fonts/icomoon.woff?2hozv2') format('woff'), url('../fonts/icomoon.svg?2hozv2#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
}

:root {
    --bs-dark-rgb: 24, 25, 18;
    --bs-body-bg: #f6f6f6;
    --bs-form-bg: #ffffff;
    --bs-item-fg: #000;
    -cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --cc-font-size: 16px;
	
}

img {
    width: 100%;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Greed wide';
    background-color: var(--bs-body-bg);
	min-height: 100vh;
	position: relative;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

h1, h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.form-horizontal > .row {
    
}

.form-horizontal > .row > div {
	margin-bottom: 10px;
}

.container-fluid > .row > div {
	margin-bottom: 10px;
}

.btn, .btn-primary {
    border-radius: 30px;
    padding: 6px 35px;
    font-weight: 500;
}

.form-check {
    cursor: pointer;
    display: flex;
    column-gap: 15px;
    align-items: center;
}

    .form-check input {
        cursor: pointer;
        margin-top: -3px;
    }

    .form-check label {
        cursor: pointer;
    }

.modal.show .modal-dialog {
    margin-top: 200px;
    max-width: 700px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10001;
}

.navbar-brand {
    display: flex;
    padding: 0;
    column-gap: 35px;
    margin-top: 5px;
}

.navbar, .navbar p {
    padding: 0;
    margin: 0;
}

.navbar-label {
    font-family: "Greed wide", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0px;
}

    .navbar-label.navbar-date {
        letter-spacing: 0.3px;
    }

#navbarHeader .container-fluid {
    padding: 0;
    margin: 0;
}

#navbarHeader li {
    border-bottom: 1px solid #423e3c;
    /*border-bottom: 1px solid #423e3c;
    padding-left: 50px;
    padding-right: 40px;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;*/
}

    #navbarHeader li:first-child {
        border-top: 1px solid #423e3c;
    }

#navbarHeader a {
    display: block;
    padding: 13px 41px;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.3px;
    cursor: pointer;
    text-decoration: none;
    /*color: white;
    text-decoration: none;*/
}

#navbarHeader li:hover {
    background-color: white;
    color: black;
}

#navbarHeader a:hover {
    background-color: transparent !important;
    color: black !important;
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

    .navbar-toggler .navbar-toggler-open {
        display: none;
    }

    .navbar-toggler .navbar-toggler-close {
        display: block;
    }

    .navbar-toggler.collapsed .navbar-toggler-open {
        display: block;
    }

    .navbar-toggler.collapsed .navbar-toggler-close {
        display: none;
    }

    .navbar-toggler svg {
        width: 40px;
        height: auto;
    }

.dropdown-toggle::after {
    vertical-align: .15em;
    width: 13px;
}

.dropdown-menu {
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

    .dropdown-menu.datepicker {
        background-color: #fff !important;
    }

    .dropdown-menu.show {
        position: relative !important;
        transform: none !important;
        border: none !important;
        padding: 0 !important;
        border-radius: 0px;
    }

    .dropdown-menu a {
        border-inline-start: 8px solid transparent;
    }

.main-header-block {
    margin: 0;
    padding: 15px 40px 20px 40px;
}

    .main-header-block p {
    }

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0,0,0,.15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em #0000001a,inset 0 .125em .5em #00000026
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh
}

.bi {
    vertical-align: -.125em;
    fill: currentColor
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8
}

.bd-mode-toggle {
    z-index: 1500
}

    .bd-mode-toggle .bi {
        width: 1em;
        height: 1em
    }

    .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important
    }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}


.list-unstyled {
    padding: 0;
    margin: 0;
}


.toggler-wrapper {
    display: none;
}

div.navigation-wrapper-container {
    font-weight: 700;
}

nav.navigation-wrapper {
    background-color: rgba(var(--bs-dark-rgb),1);
    border-top: 1px solid #505057;
    border-bottom: 1px solid #373740;
}

    nav.navigation-wrapper > ul {
        list-style: none;
        -webkit-padding-start: 0px;
        text-align: center;
        margin-bottom: 0px;
    }

        nav.navigation-wrapper > ul > li.main-nav-item {
            display: inline-block;
            padding-top: 10px;
            /*padding-bottom: 10px;*/
            min-width: 70px;
            text-align: center;
        }

            nav.navigation-wrapper > ul > li.main-nav-item > a {
                display: block;
                padding-top: 5px;
				padding-left: 2px;
				padding-right: 2px;
                text-decoration: none;
            }

                nav.navigation-wrapper > ul > li.main-nav-item > a:hover {
                    text-decoration: none;
                }

                nav.navigation-wrapper > ul > li.main-nav-item > a > img {
                    display: block;
                    margin: 0px auto;
                    width: 21px;
                }

                nav.navigation-wrapper > ul > li.main-nav-item > a > span {
                    display: block;
                    color: #FFF;
                    font-size: 14px;
                    line-height: 37px;
                    margin: 0px auto;
                    font-weight: 500;
                }

                nav.navigation-wrapper > ul > li.main-nav-item > a:hover > span, nav.navigation-wrapper > ul > li.main-nav-item.active > a > spann {
                    color: #F6F6F6;
                    text-decoration: none;
                }

.nav-icon {
    position: relative;
    max-width: 70px;
}

.nav-icon-info {
    display: block;
    font-family: 'Greed wide';
    font-size: 10px;
    line-height: 16px;
    width: 16px;
    text-align: center;
    position: absolute;
    top: 2px;
    right: 18px;
    background-color: #FE4D55;
    border-radius: 25px;
    color: #FFF;
}

    .nav-icon-info.green {
        background-color: green;
    }

.nav-icon .fa-check {
    font-size: 8px;
    vertical-align: top;
    padding-top: 4px;
}

nav.navigation-wrapper > ul > li.main-nav-item > a:hover span.nav-icon-info {
    color: #FFF;
}

.icon-i0:before {
    content: "\e900";
}

.icon-i1:before {
    content: "\e901";
}

.icon-i2:before {
    content: "\e902";
}

.icon-i3:before {
    content: "\e903";
}

.icon-i4:before {
    content: "\e904";
}

.icon-i5:before {
    content: "\e905";
}

.icon-i6:before {
    content: "\e906";
}

.icon-i7:before {
    content: "\e907";
}

main {
    padding-top: 185px;
    padding-left: 30px;
    padding-right: 30px;
	min-height: 100vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 150px;
}

    main.nomenu {
        padding-top: 96px;
    }

    main .container {
        max-width: 1900px;
        padding: 0;
    }

    main > .container {
        max-width: 1900px;
        padding: 0 0 3rem 0;
    }

.login-container {
    padding: 30px 30px;
    background-color: var(--bs-form-bg);
    max-width: 600px;
    margin: 4rem auto;
}

    .login-container h2 {
        margin-top: 0px;
    }

    .login-container .btn-primary {
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 100%;
    }

    .login-container .age-alert {
        display: inline-flex;
        color: #0081ff;
        font-size: 0.8rem;
        padding: 5px 0px;
    }

.social-grid-item {
    word-spacing: 15px;
}

.social-item {
    display: inline-flex;
    text-decoration: none;
    background-color: #f6f6f6;
    --icon-padding: 0.3em;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
}

    .social-item svg {
        width: 35px;
        height: 35px;
        fill: #181914;
    }

footer {
    background-color: rgba(var(--bs-dark-rgb), 1) !important;
    color: #d3d3d5;
    margin: 0;
    padding: 40px 50px;
    font-size: 13px;
    font-weight: 500;
	position: absolute;
    bottom: 0;
    width: 100%;
}



#person-contact-wrapper, #person-subscription-wrapper, #person-changepassword-wrapper, #person-facebook-wrapper {
    padding: 30px 30px;
    margin-bottom: 30px;
    background-color: var(--bs-form-bg);
}

.akreditace-pozadi-vybrana {
    padding: 30px 30px;
    margin-bottom: 30px;
    background-color: var(--bs-form-bg);
}

.akreditace-pozadi-nevybrana {
    padding: 30px 30px;
    margin-bottom: 30px;
    background-color: var(--bs-form-bg);
}

@media (max-width: 767px) {
    .main-header-block {
        margin: 20px 20px;
        padding: 0;
    }

    .main-label {
        font-size: 16px;
        font-weight: 500;
    }

    #navbarHeader li {
        /*padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        font-size: 15px;
        line-height: 1em;
        letter-spacing: 0px;
        padding-top: 13px;
        padding-bottom: 13px;*/
    }

    footer {
        margin: 0;
        padding: 20px 20px;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.3em;
        letter-spacing: 0px;
        padding-top: 30px;
    }
}

.checkout-container {
    border: 0px solid #373740;
    padding: 30px 30px;
    background-color: var(--bs-form-bg);
    margin-top: 20px;
}

    .checkout-container h3 {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }

    .checkout-container .checkout-name {
        display: block;
        font-weight: 500;
    }

    .checkout-container .checkout-description {
        display: block;
    }

    .checkout-container .payment-description {
        font-weight: 500;
    }

    .checkout-container .payment-price {
        font-weight: 600;
    }


.payment-status-issued-checkout {
    color: #00df9a;
}

.payment-status-waiting-checkout {
    color: #181913;
}

.payment-status-paid-checkout {
    color: #0dd296;
}

.payment-status-paid-not-checkout {
    color: #df0600;
}

.payment-status-color-waiting {
    color: #0081FF;
}

.payment-status-color-paid {
    color: #0dd296;
}

.payment-status-color-paid-not {
    color: #df0600;
}

.payment-status-color-issued {
    color: #00df9a;
}

.checkout-table {
    border-width: 0px;
}

.merchandise-wrappper {
}

.merchandise-wrapper h2 {
}

.merchandise-item {
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}

.merchandise-item-name {
    margin-top: 20px;
    display: block;
    font-size: 1.25rem;
	line-height: 1.2em;
    font-weight: 700;
    color: var(--bs-item-fg);
}

.merchandise-item-short-description {
    display: block;
    font-size: 1rem;
    color: var(--bs-item-fg);
}

.merchandise-item-price, .accommodation-item-price {
    margin-right: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-item-fg);
}

.merchandise-detail {
	margin-top: 2rem;	
}

.merchandise-detail h2 {
}

.merchandise-detail-short-description {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.merchandise-detail-description {
    margin-bottom: 25px;
}

.merchandise-detail-price, .accomodation-detail-price {
    font-size: 2rem;
    font-weight: 500;
}

.accommodation-item {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

    .accommodation-item.inactive {
        cursor: default;
    }


.accommodation-item-price {
    color: #FE4D55;
    margin-right: 20px;
    font-weight: 500;
}

.accommodation-item .crossed {
    color: #b8c2cc;
    text-decoration: line-through;
}

.accommodation-item-name {
    margin-top: 20px;
    display: block;
    font-weight: 700;
    color: var(--bs-item-fg);
}

.accommodation-date-selector {
    padding: 30px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: var(--bs-form-bg);
}

    .accommodation-date-selector h3 {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }


.accommodation-wrapper {
    margin-top: 40px;
}

.accommodation-item-description {
    display: block;
    color: var(--bs-item-fg);
}

.accommodation-item-image-container {
    position: relative;
}

    .accommodation-item-image-container img {
        width: 100%;
    }

.accommodation-item-image-overlay {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    font-weight: 500;
}

.hotel-detail-name {
}


.hotel-detail img {
    max-width: 420px;
	padding-top: 40px;
}

.hotel-detail-image-container {
    text-align: right;
}

.hotel-detail-address {
    margin-top: 20px;
}

.hotel-detail-description {
    margin-top: 20px;
}

.hotel-rooms {
    margin-top: 20px;
    border-top: 2px solid #dcdcdc;
    padding: 20px 5px;
}

.hotel-room {
    padding: 20px 20px 25px 20px;
    background-color: var(--bs-form-bg);
    margin: 10px -5px !important;
    min-height: 200px;
}

.hotel-room-description {
    font-weight: 500;
}

.hotel-room-price-info {
    margin-right: 20px;
}

.hotel-room-price {
    color: #FE4D55;
    margin-right: 20px;
    font-weight: 500;
}

    .hotel-room-price.crossed {
        color: #b8c2cc;
        text-decoration: line-through;
    }

.hotel-room-button {
    margin-top: 20px;
}

.selected-accommodation-caption {
    display: block;
    font-size: 0.8rem;
}

.selected-accommodation-value {
    display: block;
    font-size: 1rem;
    font-weight: bold;
}

.error-existing-accommodations {
    color: #ff473d;
    font-weight: 500;
}

.checkout-container .container-fluid > .row {
    border-bottom: 1px solid black;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

    .checkout-container .container-fluid > .row:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.checkout-table .btn-small-donate {
    letter-spacing: 0.01em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-table;
    transition: background 0.1s ease-in-out 0s;
    background: #181913;
    color: #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -khtml-border-radius: 30px;
    border: none;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 7px 20px;
    outline: none;
    min-width: 97px;
}

.checkout-table .input-a {
    color: #8090a9;
    line-height: normal;
    outline: 0;
    border-top-left-radius: 50px 50px;
    border-bottom-left-radius: 50px 50px;
}

.checkout-table .input-b {
    border-top-right-radius: 50px 50px;
    border-bottom-right-radius: 50px 50px;
    letter-spacing: 0.01em;
    transition: background 0.1s ease-in-out 0s;
    background: #181913;
    color: #ffffff;
    padding: 7px 20px;
    border: 1px solid #ff6b5fcc;
    cursor: pointer;
    margin-right: 5px;
}

    .checkout-table .input-b .fa {
        margin-right: 5px;
    }


.checkout-container .btn-close {
    position: absolute !important;
    right: -15px;
    top: 0px;
}

.payment-status {
    font-size: 15px;
}

.accreditation .day-block {
    /*margin-top: 30px;*/
}

.accreditation .day-element {
    width: 100%;
    background-color: #f6f6f6;
    margin-bottom: 4px;
    position: relative;
    cursor: pointer;
}

.accreditation .day-total {
    width: 100%;
    background-color: #f6f6f6;
    position: relative;
    min-height: 50px;
    margin-bottom: 30px;
}

.accreditation .day-item {
    color: #000;
    padding: 6px 15px;
}

.accreditation #day-item-total {
    color: #000;
    padding: 15px 30px;
    font-weight: bold;
}

.accreditation .day-selector {
    position: absolute;
    right: 15px;
    top: 7px;
    border: 2px solid grey;
    width: 24px;
    height: 24px;
    border-radius: 20px;
}

.accreditation .active .day-selector {
    background-color: #181913;
    border: 2px solid #181913;
}

.accreditation .btnAddToCard {
    background-color: white;
    border: 2px solid #0081FF;
    color: #0081FF;
}

.accreditation .btnUploadAttachment {
    background-color: white !important;
    border: 2px solid #0081FF !important;
    color: #0081FF !important;
}

.accreditation .btn-wrapper {
    padding: 15px;
    text-align: right;
}

.accreditation .day-soldout {
    position: absolute;
    right: 15px;
    top: 7px;
    height: 24px;
    color: #ff005f
}

.fg-fast-filters {
    margin-bottom: 30px;
}

.fg-fast-filters-header {
    margin-top: 10px;
    color: #737980;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
}



.fg-filter {
    margin-bottom: -30px;
}

.fg-filter-item {
    margin-bottom: 30px;
}

.fg-program-title-container {
    max-width: 1170px;
    margin: 0px auto 50px auto;
}

.fg-program-title-diary-link {
    background-color: #B8C2CC;
    display: block;
    float: right;
    padding: 14px 40px;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 15px;
    line-height: 16px;
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-bottom-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-bottom-left-radius: 25px;
    o-border-bottom-left-radius: 25px;
    -khtml-border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-bottom-right-radius: 25px;
    o-border-bottom-right-radius: 25px;
    -khtml-border-bottom-right-radius: 25px;
}

    .fg-program-title-diary-link:hover {
        background-color: #000;
        color: #FFF;
    }

.fg-program-container {
    max-width: 1170px;
    margin: 0px auto 100px auto;
}

.fg-list-item-column {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.fg-list-item-column-date {
    width: 15%;
    float: left;
    padding-top: 40px;
}

.fg-list-item-column-title {
    width: 35%;
    float: left;
    padding-top: 40px;
}

.fg-list-item-column-description {
    width: 30%;
    float: left;
    padding-top: 40px;
}

.fg-list-item-column-buttons {
    float: right;
    width: 20%;
    padding-top: 40px;
    text-align: right;
}

.fg-list-item-column-title-long {
    width: 50%;
    float: left;
    padding-top: 40px;
}

.fg-list-date {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 31px;
    line-height: 37px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.fg-list-item-container {
    background-color: #FFF;
    margin-bottom: 10px;
    clear: both;
    min-height: 135px;
    overflow: hidden;
}

.fg-list-item-image {
    float: left;
    width: 200px;
    background-color: #B8C2CC;
    height: 135px;
}

.fg-list-item {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
}

.fg-list-item-image img {
    width: 100%;
    font-size: 0px;
}

img.img-responsive {
    font-size: 0px;
    color: transparent;
}


.fg-list-item-title {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 19.2px;
    line-height: 23px;
}

.fg-list-item-time {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 19.2px;
    line-height: 23px;
}

.fg-list-item-cinema {
    color: #737980;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 12px;
    line-height: 16px;
}

.fg-list-item-section {
    color: #737980;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 12px;
    line-height: 16px;
}

.fg-list-item-description {
    color: #737980;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 12px;
    line-height: 16px;
}

.fg-list-back-to-program {
    margin-top: 100px;
}

    .fg-list-back-to-program .fg-button-big {
        margin-bottom: 10px;
    }

.fg-detail-image {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

    .fg-detail-image img {
        width: 100%;
    }

.fg-detail-image-button-container {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 910;
}

.fg-detail-image-button {
    position: absolute;
    top: -45px;
    left: -45px;
    width: 90px;
    height: 90px;
    margin: 0;
    display: inline-block;
    outline: none !important;
}

    .fg-detail-image-button::before {
        display: block;
        position: absolute;
        content: ' ';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 6px solid #fff;
        z-index: 10;
        border-radius: 200px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
        -webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    }

    .fg-detail-image-button:hover:before {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: 0.4;
    }

    .fg-detail-image-button span.play {
        display: block;
        height: 100%;
        width: 100%;
        transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
        -webkit-transition: all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
    }

    .fg-detail-image-button:hover span.play {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }

    .fg-detail-image-button svg {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: 2px;
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

        .fg-detail-image-button svg path {
            fill: #fff;
        }

.fg-detail-image-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3);
}

.fg-detail-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

    .fg-detail-section a {
        text-decoration: none;
    }

    .fg-detail-section.white {
        background-color: #FFF;
    }

    .fg-detail-section.border-top {
        border-top: 2px solid #ebeef0;
    }

.fg-detail-section-inner {
    max-width: 1900px;
    margin: 0px auto;
}

.fg-detail-section-header {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 50px;
    margin-top: 0px;
}

.fg-detail-title-director {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 19.2px;
    line-height: 23px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.fg-detail-title {
    font-size: 80px;
    line-height: 87px;
    margin-top: 0px;
    margin-bottom: 50px;
    color: #000000;
    letter-spacing: -0.1px;
    font-weight: 400;
    font-weight: 400;
}

.fg-detail-description {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16.8px;
    line-height: 25px;
    margin-bottom: 0px;
}

.fg-detail-logline {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 31px;
    line-height: 37px;
    margin-top: 50px;
}

.fg-detail-synopsis {
    color: #737980;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 16.8px;
    line-height: 25px;
    margin-top: 50px;
}

.fg-detail-credit-item {
    color: #737980;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 25px;
}

.fg-detail-credit {
    color: #737980;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 25px;
    padding-right: 40px;
}

.fg-detail-screening-item {
    background-color: #FFF;
    margin-bottom: 10px;
    clear: both;
    padding: 30px;
}

.fg-detail-screening-date {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 16.8px;
    line-height: 21px;
}

.fg-detail-screening-time {
    color: #000000;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 16.8px;
    line-height: 21px;
}

.fg-detail-screening-cinema {
    color: #737980;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 12px;
    line-height: 16px;
}

.fg-detail-screening-description {
    color: #737980;
    text-decoration: none;
    text-transform: none;
    font-weight: normal !important;
    letter-spacing: 0.3px;
    font-size: 12px;
    line-height: 16px;
}

.fg-detail-screenings-container {
    margin-bottom: 50px;
}

.fg-detail-screenings-diary {
}

.fg-detail-screening-item-column {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.fg-detail-screening-item-column-date {
    float: left;
    width: 40%;
}

.fg-detail-screening-item-column-description {
    float: left;
    width: 40%;
}

.fg-detail-screening-item-column-buttons {
    float: left;
    width: 20%;
    text-align: right;
}

.fg-detail-credits-container {
    clear: both;
    overflow: hidden;
}

.fg-detail-credits-column-credits {
    overflow: hidden;
    padding-right: 20px;
}

.fg-detail-credits-column-links {
    float: right;
    width: 200px;
}

.fg-detail-credits-column-links-mobile {
    display: none;
}

.fg-detail-section-link {
    color: #737980;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 17px;
}

.fg-detail-section-item-image img {
    width: 100%;
}

.fg-detail-section-item-title {
    margin-top: 10px;
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.1px;
    font-size: 15px;
    line-height: 17px;
    color: #000;
}

.fg-detail-button-back-container {
    padding-bottom: 100px;
    background: #FFF;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
}


.fg-diary-title-container {
    background-color: #FFF;
}

.fg-diary-title-inner {
    max-width: 1170px;
    margin: 0px auto;
    padding-top: 119px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 150px;
}

.fg-diary-title-secondary {
    margin-top: 30px;
    max-width: 440px;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 7px;
    color: #737980;
    letter-spacing: 0px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased !important;
}

.fg-diary-export-button-container {
    max-width: 1170px;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
}

    .fg-diary-export-button-container .fg-button-big {
        margin-bottom: 10px;
    }

.fg-button-small {
    color: #737980;
    background-color: #EBEEF0;
    text-align: left;
    font-weight: normal !important;
    letter-spacing: 0.3px;
    font-size: 12px;
    line-height: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 10px;
    min-width: 100px;
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    border: 0;
    outline: 0;
    z-index: 1001;
}

    .fg-button-small.blue {
        background-color: #0081FF;
        color: #FFF;
    }

    .fg-button-small:hover {
        background-color: #0081FF;
        color: #FFF;
    }

    .fg-button-small .fg-button-standard {
        display: inline;
    }

    .fg-button-small:hover .fg-button-standard {
        display: none;
    }

    .fg-button-small .fg-button-hover {
        display: none;
    }

    .fg-button-small:hover .fg-button-hover {
        display: inline;
    }



.fg-button-filter {
    background-color: #B8C2CC;
    color: #FFF;
    text-align: left;
    font-weight: normal !important;
    letter-spacing: 0.3px;
    font-size: 12px;
    line-height: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    border: 0;
    outline: 0;
    padding: 5px 15px;
    margin-bottom: 10px;
    margin-right: 9px;
}

    .fg-button-filter:hover {
        background-color: #0081FF;
        color: #FFF;
    }

    .fg-button-filter.active {
        background-color: #0081FF;
        color: #FFF;
    }

.fg-button-big {
}

.fg-button-next {
    margin-top: 2rem;
}

.fg-button-big.blue {
    background-color: #0081FF;
    color: #FFF;
}

#btnShowSynopsis {
    margin-top: 50px;
}

.btn-text-search {
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 2px;
    right: 17px;
    padding: 10px;
    height: 46px;
    width: 46px;
    border-radius: 90px;
    background-color: #0081FF;
    color: #FFF;
    cursor: pointer;
    text-align: center;
}

.fg-small-diary-container {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 990;
    width: 100%;
}

.fg-small-diary-container-inner {
    position: relative;
    max-width: 1170px;
    margin: 0px auto;
    padding-left: 20px;
    padding-right: 20px;
}

.fg-small-diary {
    background-color: #0F1011;
    display: none;
    padding: 30px;
    color: #737980;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    float: right;
    width: 100%;
    max-width: 600px;
}



    .fg-small-diary .col-xs-6 {
        position: relative;
        overflow: hidden;
    }

        .fg-small-diary .col-xs-6:after {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            content: "";
            background: linear-gradient(to left, #0F1011 00%, rgba(255,255,255, 0) 30% );
            pointer-events: none; /* so the text is still selectable */
        }

.fg-small-diary-pagination {
    margin-top: 20px;
}

.fg-small-diary-pagination-select {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    background-color: #232323;
    color: #737980;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    margin-right: 10px;
    cursor: pointer;
}

.fg-small-diary-pagination-previous,
.fg-small-diary-pagination-next {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    color: #737980;
    margin-right: 10px;
    cursor: pointer;
}

.fg-small-diary-items-container {
    padding-left: 0px;
    padding-right: 0px;
}

    .fg-small-diary-items-container .row {
        margin-bottom: 5px;
    }

#diary-ajax-container {
}

.fg-small-diary-pagination-select:hover {
    background-color: #B8C2CC;
    color: #000;
}

.fg-small-diary-pagination-select.active {
    background-color: #B8C2CC;
    color: #000;
}

.fg-program-title-diary-link.toggled {
    background-color: #0F1011;
    color: #fff;
}

.fg-small-diary-detail {
    margin-top: 20px;
}

    .fg-small-diary-detail td {
        padding-right: 20px;
    }

.fg-button-diary {
    color: #737980;
    background-color: #232323;
    text-align: center;
    font-weight: normal !important;
    letter-spacing: 0.3px;
    font-size: 12px;
    line-height: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 10px;
    min-width: 100px;
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    border: 0;
    outline: 0;
    z-index: 1001;
}

    .fg-button-diary:hover {
        background-color: #0081FF;
        color: #FFF;
    }

.fg-small-diary-item-link,
.fg-small-diary-item-link:visited,
.fg-small-diary-item-link:active {
    color: inherit;
}

.fg-small-diary-item-place {
    color: #B8C2CC;
}

.fg-small-diary-item-title {
    color: #EBEEF0;
}


.fg-small-diary-items-container .row:hover .fg-small-diary-item-link {
    color: #0081FF;
}


.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }
}

@media(max-width: 676px) {
    .checkout-container .col-md-2.first {
        display: none;
    }
}

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

    .navbar-brand {
        column-gap: 10px;
    }

    .navbar-label {
        font-size: 15px;
        line-height: 15px;
    }

    .navbar-toggler svg {
        width: 25px;
        height: auto;
    }

    #navbarHeader a {
        padding: 13px 21px;
        font-size: 15px;
    }

    .dropdown-toggle::after {
        width: 10px;
    }

    .toggler-wrapper {
        display: block;
        text-align: left;
        padding: 2px 15px;
        background-color: rgba(var(--bs-dark-rgb),1);
        border-top: 1px solid rgb(45, 47, 48);
        border-bottom: 0px solid rgb(45, 47, 48);
        white-space: nowrap;
        position: relative;
    }

    body.toggled .navigation-wrapper {
        width: 100%;
    }

    .toggler-wrapper span {
        font-size: 15px;
        display: inline-block;
        line-height: 45px;
        letter-spacing: 0px;
        vertical-align: middle;
        margin-right: 10px;
        color: #FFF;
        font-weight: 500;
    }

    .toggler-wrapper a {
        text-decoration: none;
    }

    #navigationToggler {
        display: block;
        position: absolute;
        top: 12px;
        right: 30px;
        color: #fff;
        padding: 0px 8px;
        cursor: pointer;
    }

    .navigation-wrapper {
        position: fixed;
        right: 0;
        width: 0%;
        height: 100%;
        -webkit-transition: width 0.5s ease;
        -moz-transition: width 0.5s ease;
        -ms-transition: width 0.5s ease;
        -o-transition: width 0.5s ease;
        transition: width 0.5s ease;
    }

    nav.navigation-wrapper > ul {
        background-color: rgba(var(--bs-dark-rgb),1);
    }

        nav.navigation-wrapper > ul > li.main-nav-item {
            display: block;
            text-align: left;
            padding: 0px 15px;
            border-top: 1px solid rgb(45, 47, 48);
            border-bottom: 0px solid rgb(45, 47, 48);
            white-space: nowrap;
            font-size: 20px !important;
            line-height: 45px !important;
        }

            nav.navigation-wrapper > ul > li.main-nav-item.first {
                display: none;
            }

            nav.navigation-wrapper > ul > li.main-nav-item > a {
                display: block;
                padding-top: 0px;
                padding-bottom: 0px;
            }

                nav.navigation-wrapper > ul > li.main-nav-item > a > span {
                    display: inline-block;
                    font-size: 15px;
                    letter-spacing: 0px;
                    line-height: 50px;
                    vertical-align: middle;
                    margin-right: 12px;
                    font-weight: 500;
                }

    .nav-icon-info {
        top: 8px;
        right: -2px;
    }

    main {
        padding-top: 125px;
        padding-left: 20px;
        padding-right: 20px;
    }

        main.nomenu {
            padding-top: 75px;
        }

    footer .text-end {
        text-align: left !important;
        margin-top: 15px;
    }

    .social-grid-item {
        word-spacing: 10px;
    }


    .social-item {
        width: 36px;
        height: 36px;
    }

        .social-item svg {
            width: 22px;
            height: 22px;
        }

    .fg-detail-image {
        margin-left: -20px;
        margin-right: -20px;
    }

    .fg-filter {
        margin-bottom: -20px;
    }

    .fg-filter-item {
        margin-bottom: 20px;
    }

    h1 {
        margin-top: 60px;
    }

    .fg-list-date {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .fg-detail-section {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .fg-detail-title {
        margin-bottom: 30px;
    }

    .fg-detail-section-header {
        margin-bottom: 30px;
    }


    .fg-detail-logline {
        margin-top: 30px;
    }

    .fg-detail-synopsis {
        margin-top: 30px;
    }

    #btnShowSynopsis {
        margin-top: 30px;
    }

    .fg-detail-button-back-container {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .fg-detail-screening-item-column-date {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .fg-detail-screening-item-column-description {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    .fg-detail-screening-item-column-buttons {
        float: left;
        width: 100%;
        text-align: left;
    }

    .fg-detail-screening-time {
        margin-bottom: 10px;
    }

    .fg-list-item {
        padding-left: 20px;
    }

    .fg-list-item-column {
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .fg-list-item-column-date {
        width: 100%;
        float: left;
        padding-top: 10px;
        line-height: 14px;
    }

    .fg-list-item-column-title {
        width: 100%;
        float: left;
        padding-top: 0px;
    }

    .fg-list-item-column-description {
        display: none;
        width: 100%;
        float: left;
        padding-top: 20px;
    }

    .fg-list-item-column-buttons {
        float: right;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
    }

    .fg-list-item-time {
        display: inline;
        color: #000000;
        text-decoration: none;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0.3px;
        font-size: 12px;
        line-height: 16px;
    }

    .fg-list-item-cinema {
        display: inline;
        color: #000000;
        text-decoration: none;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0.3px;
        font-size: 12px;
        line-height: 16px;
    }

    .fg-list-item-title {
        margin-bottom: 5px;
    }

    .fg-detail-section-link-container {
        display: none;
    }

    .fg-detail-section-item {
        margin-bottom: 30px;
    }

    .fg-detail-credits-column-credits {
        width: 100%;
        clear: both;
        padding-right: 0px;
    }

    .fg-detail-credits-column-links {
        margin-top: 30px;
        width: 100%;
        clear: both;
        display: none;
    }

    .fg-detail-credits-column-links-mobile {
        margin-top: 30px;
        display: block;
    }
}


.btn-primary {
    --bs-btn-color: #FFF!important;
    --bs-btn-bg: #181913!important;
    --bs-btn-border-color: #181913!important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #181913;
    --bs-btn-hover-border-color: #181913;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #444444;
    --bs-btn-disabled-bg: #CCCCCC;
}

.form-check-input:checked {
  background-color: #181913;
  border-color: #181913;
}

.btn:disabled, fieldset:disabled .btn {
  border-color: var(--bs-btn-disabled-color);
}

a {
    color: inherit;
}