

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #000;
    font-size: 15px;
    color: #fff;
}

::selection {
  background: #a50000;
}
::-moz-selection {
  background: #a50000;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-bottom: 1.25rem;
    line-height: 1.2em;
}

.h1, h1 {
    font-size: 3rem;
    font-weight: 100;
}

.h2, h2 {
    font-size: 2.4rem;
    font-weight: 100;
}

.h3, h3 {
    font-size: 1.8rem;
    font-weight: 200;
}

.h4, h4 {
    font-size: 1.4rem;
    font-weight: 800;
}

.h5, h5 {
    font-size: 0.8rem;
    font-weight: 600;
    color: #8a8a8a;
}

h4 span {
    font-size: 0.7em;
    color: #fff;
    padding-left: 1em;
}

hr {
    border-top: 1px solid #130F0F;
}

th {
    font-weight: bold;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc !important;
}

.error {
    font-size: .8em;
    padding: .5em;
    color: #ff0000;
}

.error.col-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.error-image {
    opacity: 0.25;
    width: 350px;
    margin-bottom: 2em;
    max-width: 60%;
}

.egysoros {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.badge {
    font-size: 85%;
    font-weight: 400;
    margin: 0 .2em .2em 0;
    line-height: unset;
}

.badge-pill {
    padding-right: .9em;
    padding-left: .9em;
    padding-bottom: .4em;
    padding-top: .4em;
}

.badge-kultik {
    color: #fff;
    background-color: #7f0000;
}

input:focus, select:focus, button:focus, .btn:focus, textarea:focus, .form-control:focus,
input:active, select:active, button:active, .btn:active, textarea:active, .form-control:active {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

img {
    max-width: 100%;
}

a {
    color: #fff;
}

a:hover {
    color: #a50000;
    text-decoration: none;
}

a.anchor {
    position: absolute;
    margin-top: -95px;
    width: 1px;
    height: 1px;
}

b {
    font-weight: 700;
}

.red {
    color: #a50000;
}

.opacity25 {
    opacity: 0.25;
}
.opacity5 {
    opacity: 0.5;
}
.opacity75 {
    opacity: 0.75;
}

.btn, .form-control {
    border-radius: 2rem;
}

.form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-color: transparent;
}

.btn:hover {
    color: inherit;
}

.btn-kultik {
    color: #fff;
    background-color: #a50000;
    border-color: #a50000;
    text-decoration: none !important;
}

.btn-kultik:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.pagination .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #a50000;
    border: 1px solid #000000;
}

.pagination .page-link:focus {
    box-shadow: unset;
}

.pagination .page-link:hover {
    opacity: 0.8;
}

.pagination .page-item.active .page-link:hover {
    opacity: 1;
}

.pagination .page-item.disabled .page-link {
    color: #000000;
    background-color: rgba(180, 0, 0, 0.6);
    border-color: #000;
}

.pagination .page-item.active .page-link {
    background-color: #e80000;
    border-color: #000;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

img.hir-kep {
    float: left;
    width: 30%;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

header {
	padding: 15px 0;
	overflow: visible;
	background: transparent;
	border-bottom: 2px solid transparent;
    transition: all 0.8s ease-in-out;
    height: 87px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1240;
}

header.active {
    /* border-bottom: 2px solid #a50000; */
    background: #000000;
    opacity: 0.8;
    height: 95px;
}

header .logo {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%) invert(100%) brightness(300%);
	filter: grayscale(100%) invert(100%) brightness(300%);
	max-width: 100%;
	max-height: 55px;
}

header .menu {
	float: right;
	text-transform: uppercase;
    display: flex;
}

header .menu .jegyek {
    background-color: #a50000;
    color: #fff;
    padding: .5rem 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-right: 1rem;
    border-radius: 30px;
    height: max-content;
    font-weight: 800;
}
header .menu .jegyek:hover {
    text-decoration: none;
    opacity: 0.85;
}

header .menu .jegyek.kereses {
    background-color: transparent;
    border-radius: 0;
    font-size: 1.5rem;
    padding: 0 1rem;
    padding-right: 0;
    margin-right: 0;
}
header .menu .jegyek.kereses:hover {
    color: #a50000;
    opacity: 1;
}

header .menu .jegyek i {
    margin-right: .5rem;
}

header .menu button.navbar-toggler {
	padding: .75rem .75rem;
    position: absolute;
    top: 0;
    right: 0;
}

header .menu button.navbar-toggler:focus {
	outline: none;
}

header .menu button.navbar-toggler i {
	color: #fff;
	font-size: 1.2em;
}

header .menu .navbar {
    padding-top: calc(0.5rem - 2px);
    font-weight: 800;
}

header .menu a.nav-link {
	color: #fff;
	padding-left: .75em !important;
    padding-right: .75em !important;
    border-bottom: 3px solid transparent;
    transition: all 0.5s ease-in-out;
}

header .menu a.nav-link:hover {
	border-color: #820000;
}

header .menu a.menu-lang {
    color: #fff;
    padding-left: .75em !important;
    padding-right: .75em !important;
    border: 3px solid #fff;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

header .menu a.menu-lang:hover {
	border-color: #830000;
}

header .menu .nav-item.active a.nav-link {
    border-color: #505050;
}

header .menu .dropdown-menu {
    right: 0;
    left: unset;
    background-color: #000000;
    opacity: 0.7;
    border-radius: .5rem;
    z-index: 1300;
}

header .menu .dropdown-menu a.dropdown-item {
    color: #fff;
    font-size: 0.9em;
    text-transform: none;
}

header .menu .dropdown-menu a.dropdown-item:hover {
    color: #fff;
    background: #a50000;
}

header .menu .navbar-collapse.collapse.show, header .menu .navbar-collapse.collapsing {
    background-color: rgba(0, 0, 0, 1);
    padding: .5em;
    position: fixed;
    right: 0;
    top: 83px;
    border-bottom: 4px solid #130F0F;
    border-top: 4px solid #130F0F;
    overflow: auto;
    max-height: calc(100% - 83px);
    z-index: 1240;
    width: 100%;
    height: 60%;
}

header .menu .navbar-collapse.collapse.takaras {
    display: none !important;
}

header .menu .navbar-collapse.collapse.show.takaras, header .menu .navbar-collapse.collapsing.takaras {
    position: fixed;
    display: block !important;
    padding: 0;
    border-bottom: 0;
    border-top: 0;
    overflow: hidden;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1239;
}

header .menu .navbar-collapse.collapse.show.takaras i, header .menu .navbar-collapse.collapsing.takaras i {
    position: absolute;
    right: 30px;
    top: 26px;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
}

header .menu .navbar-collapse.collapse.show .navbar-nav, header .menu .navbar-collapse.collapsing .navbar-nav {
    font-size: 1.3em;
}

header .menu .navbar-collapse.collapse.show .navbar-nav .dropdown-menu a.dropdown-item, header .menu .navbar-collapse.collapsing .navbar-nav .dropdown-menu a.dropdown-item {
    font-size: 1.1em;
    white-space: pre-wrap;
}

header .menu .navbar-collapse.collapsing {
    overflow: hidden;
}

header .menu .navbar-collapse.collapse.show .dropdown-menu, header .menu .navbar-collapse.collapsing .dropdown-menu {
    background-color: #130F0F;
    opacity: 0.6;
}

header .menu .dropdown-item.active, header .menu .dropdown-item:active {
    background-color: rgba(255, 255, 255, 0.15);
}

header .menu .navbar-collapse.collapse.show h4, header .menu .navbar-collapse.collapsing h4 {
    margin-top: 1em;
}

section {
    padding: 3em 0;
}

section .container {
    overflow: hidden;
    text-overflow: ellipsis;
}

section.kultik-red {
    background-color: #2A0000;
}

section.ertesites {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

section.ertesites h4 {
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    font-weight: 300;
    opacity: 0.6;
    font-style: italic;
}


section.kultik-hirek {
}

section.kultik-hirek h1 span {
    font-size: 0.6em;
    font-weight: 400;
    color: #a50000;
    margin-left: .5em;
}

section.kultik-hirek .right-side {
    background-color: rgba(180, 0, 0, 0.25);
    border-radius: 1.3em;
    padding: 1em;
}

section.kultik-hirek .right-side h4 {
    font-size: 1.4em;
    font-weight: 300;
}

section.kultik-hirek .right-side ul {
    list-style-type: none;
    padding-left: 0;
}

section.kultik-hirek .right-side ul li a {
    display: inline-block;
    width: 100%;
    padding-bottom: .25em;
    margin-bottom: .25em;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}

section.kultik-hirek .right-side ul li.active {
    font-weight: 800;
}

section.kultik-hirek .hirek {
    background-color: #820000;
    background-image:
       -webkit-linear-gradient(top right,
           rgba(0,0,0,1) 0%,
           rgba(0,0,0,0.95) 20%,
           rgba(0,0,0,0.85) 50%,
           rgba(0,0,0,0.75) 80%,
           rgba(0,0,0,0.65) 100%, #820000);
    border: 3px solid #130F0F;
    border-radius: 1.3em;
    padding: 1em;
}

section.kultik-hirek nav{
    margin-top: 30px;
}

section.kultik-hirek .szures {
    margin: 0 0 2em 0;
}

section.kultik-hirek .szures .badge, .szures .badge {
    background-color: #383838;
}

section.kultik-hirek .badge:hover {
    opacity: 0.8;
}

section.kultik-hirek .hirek:not(:first-child) {
    margin-top: 2em;
}

section.kultik-hirek .hirek .datum {
    padding: .25em 0 0 1.75em;
}

section.hir a:hover img {
    opacity: 0.8;
}

section:not(.kultik-red,.kultik-black) .container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1.3em;
    padding-top: 1em;
    padding-bottom: 1.2em;
}

section .container.cim, section.kultik-hirek .container {
    background-color: transparent;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

section.kultik-slider {
    padding: 0;
}

section.kultik-slider .container {
    background-color: transparent;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

section.kultik-slider .carousel .carousel-item {
    height: 800px;
    background-repeat:no-repeat;
    background-size:cover;
}

.carousel a:hover .carousel-control-prev-icon, .carousel a:hover .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 100px;
    padding: 16px;
    background-size: 60%;
}

.swiper-container {
    width: 90%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000000;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}

.swiper-slide img:hover{
    background-color: #000;
    opacity: 0.6;
}

.swiper-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 10%;
    display: flex;
}

.swiper-footer p{
    margin:auto;
    font-size: 0.8em;
}

.swiper-button-next {
    background-image: url('data:image/svg+xml,<svg width="200%" height="200%" fill="red" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.7 11.3l-6-6c-0.4-0.4-1-0.4-1.4 0s-0.4 1 0 1.4l5.3 5.3-5.3 5.3c-0.4 0.4-0.4 1 0 1.4 0.2 0.2 0.4 0.3 0.7 0.3s0.5-0.1 0.7-0.3l6-6c0.4-0.4 0.4-1 0-1.4z"></path></svg>');
}

.swiper-button-prev {
    background-image: url('data:image/svg+xml,<svg width="200%" height="200%" fill="red" transform="rotate(180)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.7 11.3l-6-6c-0.4-0.4-1-0.4-1.4 0s-0.4 1 0 1.4l5.3 5.3-5.3 5.3c-0.4 0.4-0.4 1 0 1.4 0.2 0.2 0.4 0.3 0.7 0.3s0.5-0.1 0.7-0.3l6-6c0.4-0.4 0.4-1 0-1.4z"></path></svg>');
}

.pull-right {
    float: right;
}

.center{
    align-items: center;
}

.home-selector{
    display: flex;
    -webkit-display: flex;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.home-selected-c{
    align-items: center;
    max-height: 75px;
    background-color: transparent;
    border: 3px solid #130F0F;
    border-radius: 0.7em;
    display:flex;
    justify-content: space-between;
}

.home-selected-c:hover {
    background-color: #000;
    opacity: 0.8;
}

.home-selected-c span {
    width: 10%;
    cursor: pointer;
    padding-left: 10px;
}

.home-selected-c h3{
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 60px;
}

.home-selector-row {
    margin-bottom: 20px;
}

.home-label div {
    border: 3px solid #a50000;
    border-radius: 30px;
}

.home-label i {
    margin-left: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.home-label {
     position: relative;
     display: inline;
     margin-bottom: 30px;
}


.home-label:not(.home-selected-c)::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background: linear-gradient(to right, #820000, #000);
    height: 3px;
    width: 50%;
}


.film-label h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-decoration: underline solid #820000;
    text-underline-offset: 10px;
}

.home-label h3 {
    margin-top: 60px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.home-cinema {
    margin-top: 50px;
}

.home-cinema div:not(.first):not(.home-cinematext){
    height: 300px;
    background-image: radial-gradient(circle at center, transparent, #000), url(../../images/mozi/01/cinema1.jpg);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    border: 2px solid transparent;
}

.home-cinema div.first{
    height: 130px;
    width: 100%;
    background-image: radial-gradient(circle at center, transparent, #000), url(../../images/mozi/01/cinema1.jpg);
    background-position: bottom;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.home-cinema a {
    text-decoration: none;
    display: contents;
    width: auto;
    outline: none;
    color: #fff;
}

.home-cinema div:not(.home-cinematext):hover{
    background-color: #00000;
    opacity: 0.7;
}

.first .home-cinematext {
    -webkit-backdrop-filter: blur(8px);
     backdrop-filter: blur(8px);
     border: 1px solid transparent;
     border-radius: 100px;
     overflow: overlay;
     display: flex;
     margin: auto;
     height: 70%;
     width: 50%;
}

.home-cinematext {
    -webkit-backdrop-filter: blur(8px);
     backdrop-filter: blur(8px);
     border: 1px solid transparent;
     border-radius: 100px;
     overflow: overlay;
     display: flex;
     margin: auto;
     height: 30%;
     width: 80%;
}

.home-cinematext h4{
    margin: auto;
    text-align: center;
}

.home-movies {
    margin-top: 50px;
}

.home-movies div:not(.home-movie-desc div div){
    background-color: #000000;
    margin-bottom: 50px;
}

.home-movies-image {
    position: relative;
    display: inline-block;
    transition: border 0.8s ease-in-out;
    border: 5px solid transparent;
    height: 300px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.home-movies img:hover {
    border-color: #fff;
    border-radius: 3px;
    padding: 2px;
}

.home-movie-desc {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 60px;
}

.home-movie-desc div{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.home-movie-desc div div{
    height: 20px;
    width: 30%;
    margin-right: 10px;
    display: flex;
    background-color: #820000;
    border-radius: 5px;
    font-weight: 500;
}

.home-movie-desc div div.inaktiv {
    background-color: #130F0F;
}

.home-movie-desc div div a {
    margin: auto;
}

.home-movie-desc div div a:hover {
    color: #000;
    font-size: 1em;
}

.kultik-musor {
    background-image:
        -webkit-linear-gradient(top,
          rgba(0,0,0,0.5) 0%,
          rgba(0,0,0,0) 20%,
          rgba(0,0,0,0.2) 30%,
          rgba(0,0,0,0.8) 80%,
          rgba(0,0,0,1) 100%),
          url(../../images/mozi/01/cinema.jpg);
    height: auto;
    min-height: 400px;
    display: flex;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

.kultik-musor .container{
    overflow: visible;
}


.kultik-musor-hatter {
    min-width: 60%;
    width: auto;
    height: inherit;
    min-height: inherit;
    background-color: #000000;
    margin: auto;
}

.kultik-musor-hatter::after {
    content: "";
    display: table;
    clear: both;
}

.kultik-musor-hatter table{
    margin-top: 50px;
}

.kultik-musor-hatter .row{
    justify-content: space-around;
}

.cim {
    margin-top: 87px;
    position: relative;
    display: inherit;
    margin-bottom: 50px;
}

.cim::after {
    content: "";
    position: absolute;
    left: 0;
    /* bottom: 0;*/
    background: linear-gradient(to right, #820000, #000);
    height: 3px;
    width: 40%;
}

.musor-select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.musor-select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.musor-select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #130F0F;
    padding: 8px 15px;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

.musor-select-styled::after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

musor-select-styled:hover {
    background-color: #5F0000;
}

musor-select-styled .active {
    background-color: #5F0000;
}

musor-select-styled .active::after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
 }

.musor-select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1001;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #3C0000;
}

.musor-select-options li{
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #0D0000;
    transition: all 0.15s ease-in;
    height: 60px;
}

.musor-select-options li:hover{
    color: #0D0000;
    background: #fff;
}

.musor-select-options[rel="hide"] {
    display: none;
}

section .igazit-fel {
    background-position: center top;
}
section .igazit-kozep {
    background-position: center center;
}
section .igazit-le {
    background-position: center bottom;
}

section.kultik-slider .carousel .carousel-item .carousel-caption {
    /* text-shadow: 0 0 10px #000; */
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

section.kultik-slider .carousel .carousel-item .carousel-caption h4 {
    text-transform: uppercase;
}

section.kultik-slider .carousel .carousel-item .carousel-caption a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
section.kultik-slider .carousel .carousel-item .carousel-caption a:hover {
    font-size: 1.5em;
}

section.kultik-slider .carousel .carousel-item .carousel-caption .btn-kultik {
    font-size: 0.6em;
    font-weight: 700;
}

section.kultik-film-fejlec {
    padding: 0;
    position: relative;
}

section.kultik-film-fejlec .film-nagykep {
    height: 800px;
    background-repeat:no-repeat;
    background-size:cover;
}

section.kultik-film-fejlec .fekete-alap {
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

section.kultik-film-adatlap {
    padding-top: 0;
}

section.kultik-film-adatlap .container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 1em;
    overflow: unset;
    text-overflow: unset;
}

section.kultik-film-adatlap .container p {
    white-space: pre-line;
    line-height: 180%;
    font-weight: 200;
}

section.kultik-film-adatlap .container .eltol-fel {
    margin-top: -400px;
}

section.kultik-film-adatlap .container .cim-resz {
    height: 180px;
    overflow: hidden;
    vertical-align: bottom;
    display: table-cell;
    padding-bottom: 20px;
}

section.kultik-film-adatlap .container .adat-resz .row {
    margin-bottom: .3rem;
}

section.kultik-film-adatlap .nagy-video {
    width: 100%;
    height: 550px;
}

section.kultik-film-adatlap .sharing-button {
    font-size: 2.2rem;
}

.hir .sharing-button {
    font-size: 2.2rem;
}

.film-thumb{
    margin-bottom: 1.5rem;
}

.film-thumb .leiras p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.bufe-thumb .kep, .hirek .kep {
    margin-bottom: 1rem;
}

.bufe-thumb .kep a:hover, .hirek .kep a:hover {
    opacity: 0.8;
}

.foglalas-idopont {
    display: inline-block;
}

.foglalas-idopont.col-3 {
    display: inline-table;
}

.foglalas-idopont a.idopont {
    background-color: #820000;
    color: #fff;
    padding: .5rem .3rem;
    border-radius: 15px;
    font-weight: 400;
    margin: 0 .5rem .5rem 0;
    float: left;
    /* display: inline-block; */
    display: flex;
}

.foglalas-idopont a.idopont.inaktiv {
    background-color: #130F0F;
}

.foglalas-idopont a.idopont span {
    padding-left: .35rem;
    margin-left: .35rem;
    padding-top: .2em;
    border-left: 1px dotted transparent;
    opacity: 0.5;
    font-weight: 800;
    font-size: 0.8em;
    white-space: nowrap;
}

.foglalas-idopont a.idopont:hover {
    text-decoration: none;
    opacity: 0.85;
}

.foglalas-idopont a.idopont .oraperc {
    display: inline-block;
}

.film-thumb a.more {
    font-weight: 700;
}

.film-thumb .kep {
    position: relative;
}

.film-thumb:hover .kep img {
    opacity: 0.5;
}

.film-thumb .kep .play {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 50%;
}

.film-thumb:hover .kep .play {
    display: block;
}

.film-thumb .kep .play a:hover {
    color: #fff;
    opacity: 0.9;
}

.film-thumb .kep .play a i {
    font-size: 5em;
}

.modal-open .modal {
    /* background-color: rgba(62, 0, 0, 0.8); */
}

.modal .modal-content {
    background-color: #000;
}

.modal .modal-body iframe {
    width: 100%;
    height: 500px;
}

.modal .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.nav-tabs {
    border-bottom: 2px solid #a50000;
}

.nav-tabs .nav-link {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #a50000;
    border-color: transparent transparent #a50000;
}

.nav-tabs.nav-tabs2 {
    border-bottom: 5px solid #5a5a5a;
    background-color: #292929;
    width: calc(100% + 1px);
}

.nav-tabs.nav-tabs2 .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: calc(14.28% + 1px);
    min-width: 115px;
}

.nav-tabs.nav-tabs2 .nav-item {
    margin-bottom: -1px;
    margin-right: -1px;
    border: 1px solid #5a5a5a;
    text-align: center;
}

.nav-tabs.nav-tabs2 .nav-link:focus, .nav-tabs.nav-tabs2 .nav-link:hover {
    border-color: #5a5a5a;
}

.nav-tabs.nav-tabs2 .nav-item.show .nav-link, .nav-tabs.nav-tabs2 .nav-link.active {
    color: #fff;
    background-color: #5a5a5a;
}

.nav-tabs.nav-tabs2 .nav-item .datum-honap {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1em;
}

.nav-tabs.nav-tabs2 .nav-item .datum-nap {
    font-size: 3em;
    line-height: 1.1em;
}

.nav-tabs.nav-tabs2 .nav-item .datum-nap2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.8em;
    line-height: 1em;
}

.tab-content .tab-pane {
    margin-top: 2em;
}

.table.nezet-mobil {
    font-size: 0.7em;
}

.table {
    color: #fff;
}

.table td, .table th {
    border-top: 1px dotted transparent;
}

.table td p, .table th p {
    font-weight: 300;
    font-size: 0.9em;
}

.table tbody:after {
    content: "-";
    display: block;
    line-height: 3em;
    color: transparent;
}

.table thead {
    top: 95px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
}

.table thead tr th {
    background-color: #000;
    color: #fff;
    border-bottom: 2px solid #130F0F !important;
    border-top: none !important;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 400;
}

.table thead tr th.table-head {
    width: 10%;
    white-space: nowrap;
}

.table.nezet-mobil thead tr th.table-head.first {
    width: 15%;
    top: 87px;
    background-color: #130F0F;
    font-size: 1.2em;
    z-index: 1000;
    margin-top: 50px;
    max-width: 12ch;
}

.table thead tr th.table-head.last {
    min-width: 150px;
}

.table.jegy-tabla thead tr th.table-head.first {
    /* width: 40%; */
    min-width: 150px;
}

.table.jegy-tabla thead tr th.table-head.first span{
    padding-left: inherit;
}

.table-hover tbody tr:hover {
    color: #fff;
    /*background-color: rgb(0, 0, 0);*/
}

.table.musorlista.nezet-desktop thead tr{
    margin-top: 50px;
}

.table.musorlista.nezet-desktop thead tr th.table-head.first {
    min-width: 280px !important;
}

.table.musorlista.nezet-desktop tbody .row {
    margin-top: 20px;
    margin-right: -7px;
    margin-left: -7px;
}

.table.musorlista.nezet-desktop tbody .row .col-xl-2.col-lg-3, .table.musorlista.nezet-desktop tbody .row .col-xl-10.col-lg-9 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.table.musorlista.nezet-desktop td, .table.musorlista.nezet-desktop th {
    padding: .75rem .25rem !important;
    /*text-align: center;
    vertical-align: middle;*/
}

.table.musorlista a {
    /*font-size: 1.3em;*/
}

#carouselBufe {
    border-radius: 1.5em;
    overflow: hidden;
}

.arrows {
    display: none;
    margin-bottom: 1em;
    border-bottom: 1px dotted #656565;
    border-top: 1px dotted #656565;
    padding: 1em 0;
    opacity: 0.4;
}

.pulse {
  box-shadow: 0 0 0 rgba(180,0,0, 0.9);
  animation: pulse 3s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(180,0,0, 0.9);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(180,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(180,0,0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(180,0,0, 0.9);
    box-shadow: 0 0 0 0 rgba(180,0,0, 0.9);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(180,0,0, 0);
      box-shadow: 0 0 0 10px rgba(180,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(180,0,0, 0);
      box-shadow: 0 0 0 0 rgba(180,0,0, 0);
  }
}

@-webkit-keyframes pulse2 {
    0% { -webkit-transform: scale(1.9); opacity: 0.7; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(1.9); opacity: 0.7; }
}

@keyframes pulse2 {
    0% { transform: scale(1.9); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.9); opacity: 0.7; }
}

.pulse2 {
    -webkit-animation: pulse2 3s infinite ease-in-out;
    -o-animation: pulse2 3s infinite ease-in-out;
    -ms-animation: pulse2 3s infinite ease-in-out; 
    -moz-animation: pulse2 3s infinite ease-in-out; 
    animation: pulse2 3s infinite ease-in-out;
}

.jegy-tabla h4 {
    font-size: 1.2em;
    margin-bottom: .25em;
}

.jegy-tabla p {
    font-size: 1.1em !important;
    margin-bottom: 0;
}

.mozi-csempe {
    position: relative;
    border-radius: .5em;
    overflow: hidden;
}

.mozi-csempe a {
    color: #fff;
}

.mozi-csempe a:hover {
    opacity: 0.8;
}

.mozi-csempe .mozi-logo-szoveg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.mozi-csempe .mozi-logo {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%) invert(100%) brightness(300%);
    filter: grayscale(100%) invert(100%) brightness(300%);
    max-height: 28px;
}

.mozi-csempe .mozi-szoveg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.mozi-csempe:hover .mozi-szoveg {
    display: block;
}

.mozi-csempe .mozi-szoveg h4 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery .pic {
    margin-bottom: 2em;
    overflow: hidden;
}

.gallery .pic img {
    border-radius: 1em;
}

.gallery .pic a:hover {
    opacity: 0.8;
}

.gyors-navi {
    position: fixed;
    right: 0;
    bottom: 40px;
    z-index: 800;
}

.gyors-navi.hirek {
    display: none;
}

.gyors-navi .gyors-navi-link {
    background-color: #820000;
    opacity: 0.8;
    color: #fff;
    padding: .25em .5em;
    font-size: 1.5em;
    width: 3em;
    text-align: center;
    display: block;
    border-top-left-radius: .7em;
    border-bottom-left-radius: .7em;
    margin-bottom: .25em;
}
.gyors-navi .gyors-navi-link:hover {
    background-color: rgba(180, 0, 0, 1.0);
}

.jelmagyarazat {
    font-size: 0.8rem;
    padding: 1em;
    background-color: rgba(144, 1, 1, 0.26);
    border-top: 3px solid #a50000;
    border-radius: 1em;
}

.jelmagyarazat h2 {
    font-size: 2em;
}

.kereses-talalat {
    background-color: #520c0c;
    color: #fff;
    border-radius: 12px;
    padding: 1em;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.kereses-talalat .row:not(:last-child) {
    padding-bottom: .7em;
    margin-bottom: .7em;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.forras-gomb {
    display: inline-block;
    margin: 0.5em 0;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: transparent;
    color: #fff;
}

footer {
    background-color: #820000;
    border-top: 2px solid #130F0F;
    background-image:
    -webkit-linear-gradient(top,
        rgba(0,0,0,1) 0%,
        rgba(0,0,0,0.9) 35%,
        rgba(0,0,0,0.8) 50%,
        rgba(0,0,0,0.7) 80%,
        rgba(0,0,0,0.6) 100%, #820000);
    font-size: 1em;
    padding: 5em 0;
}

footer h4 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 350;
    color: #fff;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
    padding-top: 0px;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer i {
    margin-right: 5px;
    font-size: 30px;
}

footer .impresszum p{
    padding-top: 20px;
}

@media (max-width: 1320px) {
    header .menu {
        font-size: 0.85em;
    }

    section.kultik-film-fejlec .film-nagykep {
        height: 450px;
    }

    section.kultik-film-adatlap .nagy-video {
        height: 450px;
    }

    .mozi-csempe .mozi-logo {
        max-height: 22px;
    }

    .mozi-csempe .mozi-logo-szoveg.p-3 {
        padding: 0.5rem !important;
    }

    .table.nezet-mobil {
            display: block;
    }

    .table.nezet-desktop {
        display: none;
    }

    .kultik-musor-hatter {
        min-width: 70%;
    }

}

@media (max-width: 1320px) AND (min-width: 992px) {
    .table.musorlista.nezet-desktop thead tr th.table-head.first {
        min-width: unset !important;
    }

    .table.musorlista.nezet-desktop tbody .col-xl-2.col-lg-3 {
        display: none !important;
    }

    .table.musorlista.nezet-desktop tbody .col-xl-10.col-lg-9 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .table.musorlista.nezet-desktop td, .table.musorlista.nezet-desktop th {
        padding: .75rem .15rem !important;
    }

    .kultik-musor-hatter {
        min-width: 70%;
    }
}

@media (max-width: 991.98px) {
    .h1, h1 {
        font-size: 2.2rem;
    }

    .h2, h2 {
        font-size: 2rem;
    }

    .h3, h3 {
        font-size: 1.55rem;
    }

    .h4, h4 {
        font-size: 1.25rem;
    }

    .h5, h5 {
        font-size: 0.8rem;
    }

    section {
        padding: 2em 0;
    }


    header .menu .jegyek {
        margin-right: .5rem;
    }

    header .menu .jegyek.kereses {
        margin-right: 1rem;
    }

    header .menu .nav-item.active a.nav-link {
        border-color: transparent;
        font-weight: 700;
    }

    header .menu .nav-item.active a.nav-link:hover {
        border-color: transparent;
        background-color: #830000;
    }

    header .menu a.menu-lang {
        max-width: max-content;
        margin-top: 20px;
    }

    .kultik-musor-hatter {
        min-width: 90%;
    }

    .musorlista.table td img, .musorlista.table th img {
        display: none;
    }

    .film-thumb .kep .play a i {
        font-size: 3em;
    }

    .arrows {
        display: block;
    }

    section.kultik-film-fejlec .film-nagykep {
        height: 300px;
    }

    section.kultik-film-fejlec .fekete-alap {
        height: 160px;
    }

    section.kultik-film-adatlap .container .cim-resz {
        height: 140px;
        padding-bottom: 14px;
    }

    section.kultik-film-adatlap .container .eltol-fel {
        margin-top: -140px;
        margin-bottom: 2em;
    }

    section.kultik-film-adatlap .container .cim-resz h1 {
        font-size: 5rem;
        margin-bottom: 0.9rem;
    }

    section.kultik-film-adatlap .container .cim-resz h4 {
        font-weight: 200;
    }

    section.kultik-film-adatlap .nagy-video {
        height: 400px;
    }

    .gyors-navi {
        right: 0;
        left: 0;
        bottom: 0;
        text-align: center;
    }

    .gyors-navi .gyors-navi-link {
        display: inline-block;
        border-top-right-radius: .7em;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
        margin-left: .05em;
        margin-right: .05em;
        width: 17%;
        padding: .25em .02em;
    }

    .nav-tabs.nav-tabs2 .nav-link {
        width: calc(33.3% + 1px);
        min-width: 90px;
    }

    .nav-tabs.nav-tabs2 .nav-item {
        font-size: 0.75em;
    }

    header .menu .navbar-collapse.collapse.show, header .menu .navbar-collapse.collapsing {
        width: 30%;
    }

    section.kultik-hirek .hirek {
        /*background-color: transparent;*/
    }

    section.kultik-hirek .hirek .kep{
        justify-content: center;
        display: flex;
    }
}

@media (max-width: 767.98px) {
    img.hir-kep {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 2em;
    }

    section.kultik-slider .carousel .carousel-item {
        height: 300px;
    }

    header .menu .navbar-collapse.collapse.show, header .menu .navbar-collapse.collapsing {
        width: 100%;
    }

    .nav-tabs {
        /* background-color: #323232; */
        /* border-top-left-radius: 0.5rem; */
        /* border-top-right-radius: 0.5rem; */
        /* overflow: hidden; */
    }

    .nav-tabs .nav-link {
        /* width: 100%; */
        /* border-top-left-radius: 0; */
        /* border-top-right-radius: 0; */
    }

    .nav-tabs .nav-item {
        /* margin-bottom: 0; */
    }

     /*
    .table.nezet-mobil thead tr th.table-head.first {
        position: -webkit-sticky;
        position: sticky;
    } */

    section.kultik-film-fejlec {
        display: none;
    }

    header .menu .jegyek i {
        display: none;
    }

    header .menu .jegyek.kereses i {
        display: inline-block;
    }

    section.kultik-film-adatlap {
        /* padding-top: 3em; */
    }

    section.kultik-film-adatlap .container {
        /* border-top-left-radius: 1.3em; */
        /* border-top-right-radius: 1.3em; */
    }

    section.kultik-film-adatlap .container .eltol-fel {
        margin-top: 0;
    }

    section.kultik-film-adatlap .container .cim-resz {
        height: auto;
        overflow: auto;
        vertical-align: top;
        display: block;
    }

    section.kultik-film-adatlap .container .cim-resz h1 {
        font-size: 3rem;
        margin-bottom: 0.9rem;
    }

    section.kultik-film-adatlap .nagy-video {
        height: 300px;
    }

    section.kultik-hirek .right-side {
        margin-top: 2em;
    }

    .gyors-navi.hirek {
        display: block;
    }

    .home-cinema {
        margin-top: 10px;
    }

    .home-cinema div:not(.first):not(.home-cinematext){
        margin-top: 50px;
        height: 130px;
        width: 100%;
        border-color: #000;
        background-position: bottom;
        background-origin: content-box;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .home-cinematext {
        height: 40%;
    }

    .home-cinema div.first{
        background-image: radial-gradient(circle at center, transparent 50%, #000 100%), url(../../images/mozi/01/cinema1.jpg);
    }

    header .menu .navbar-collapse.collapse.show .navbar-nav .dropdown-menu a.dropdown-item, header .menu .navbar-collapse.collapsing .navbar-nav .dropdown-menu a.dropdown-item {
        font-size: 0.9em;
        white-space: pre-wrap;
    }

    .home-movies div:not(.home-movie-desc div div){
        width: 80%;
        margin: 0px auto 50px;
    }

    footer ul{
        padding-top: 10px;
    }

    footer .impresszum{
        margin-left: 80px;
        margin-bottom: 10px;
    }

    footer .impresszum p{
        padding-top: 5px;
    }


}

@media (max-width: 359.98px) {
    header .logo {
        max-width: 80%;
        margin-top: .7em;
    }
}

.seo-hide {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.tiptap-float-left:has(~ *) {
  float: left;
  width: 50%;
  margin-right: 8px;
}
.tiptap-float-right:has(~ *) {
  float: right;
  width: 50%;
  margin-left: 8px;
}
.tiptap-float-right ~ *::after,
.tiptap-float-left ~ *::after {
  content: "";
  clear: both;
  display: table;
}

#cookieConsent {
  background-color: rgba(20,20,20,0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 30px;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
  font-size: 18px;
}

#closeCookieConsent:hover {
  color: #FFF;
}

#cookieConsent a.cookieConsentOK {
  background-color: #F1D600;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #E0C91F;
}
