body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #000;
    font-size: 15px;
    color: #fff;
    margin-top: 87px;
}

::selection {
  background: #b40000;
}
::-moz-selection {
  background: #b40000;
}

.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 rgba(255, 255, 255, 0.15);
}

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: #b40000;
    text-decoration: none;
}

a.anchor {
    position: absolute;
    margin-top: -95px;
    width: 1px;
    height: 1px;
}

b {
    font-weight: 700;
}

.red {
    color: #b40000;
}

.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: #b40000;
    border-color: #b40000;
    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: #b40000;
    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;
	background-color: #1d1d1d;
    background-image: url(../../images/head_bcg.png);
    background-position-y: center;
    border-bottom: 4px solid #b40000;
    height: 87px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1040;
}

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: #b40000;
    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: #b40000;
    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: 2px solid transparent;
    border-radius: 3rem;
}

header .menu a.nav-link:hover {
	border-color: #b40000;
}

header .menu .nav-item.active a.nav-link {
    border-color: #505050;
}

header .menu .dropdown-menu {
    right: 0;
    left: unset;
    background-color: #393939;
    border-radius: .5rem;
}

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: #b40000;
}

header .menu .navbar-collapse.collapse.show, header .menu .navbar-collapse.collapsing {
    background-color: rgba(43, 0, 0, 0.9);
    padding: .5em;
    position: fixed;
    left: 0;
    right: 0;
    top: 83px;
    border-bottom: 4px solid #b40000;
    border-top: 4px solid #b40000;
    overflow: auto;
    max-height: calc(100% - 83px);
    z-index: 9999;
}

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;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.79);
    z-index: 9998;
}

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;
}

header .menu .navbar-collapse.collapsing {
    overflow: hidden;
}

header .menu .navbar-collapse.collapse.show .dropdown-menu, header .menu .navbar-collapse.collapsing .dropdown-menu {
    background-color: rgba(68, 1, 1, 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: rgba(180, 0, 0, 0.25);
}

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 h1 span {
    font-size: 0.6em;
    font-weight: 400;
    color: #b40000;
    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: rgba(255, 255, 255, 0.1);
    border-radius: 1.3em;
    padding: 1em;
}

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) .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: 600px;
    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%;
}

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;
}
section.kultik-slider .carousel .carousel-item .carousel-caption a:hover {
    text-decoration: underline;
}

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: 600px;
    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;
}

section.kultik-film-adatlap .container .eltol-fel {
    margin-top: -180px;
}

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;
}

.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 a.idopont {
    background-color: #b40000;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 30px;
    font-weight: 400;
    margin: 0 .5rem .5rem 0;
    float: left;
    /* display: inline-block; */
    display: flex;
}

.foglalas-idopont a.idopont.inaktiv {
    background-color: #383838;
}

.foglalas-idopont a.idopont span {
    padding-left: .35rem;
    margin-left: .35rem;
    padding-top: .2em;
    border-left: 1px dotted #fff;
    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 #b40000;
}

.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: #b40000;
    border-color: transparent transparent #b40000;
}

.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 {
    color: #fff;
}

.table td, .table th {
    border-top: 1px dotted #464646;
}

.table td p, .table th p {
    font-weight: 300;
    font-size: 0.9em;
}

.table thead tr th {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-bottom: 2px solid #b40000 !important;
    border-top: none !important;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 400;
}

.table thead tr th.table-head {
    width: 10%;
    /* min-width: 120px; */
    white-space: nowrap;
}

.table thead tr th.table-head.first {
    width: 40%;
    /* min-width: 220px; */
}

.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-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgb(0, 0, 0);
}

.table.musorlista.nezet-desktop thead tr th.table-head.first {
    min-width: 280px !important;
}

.table.musorlista.nezet-desktop tbody .row {
    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;
}

#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: rgba(180, 0, 0, 0.7);
    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 #b40000;
    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: #454545;
    color: #fff;
}

.forras-gomb:hover {
    color: #fff;
    background-color: #676767;
}

footer {
    background-color: #1d1d1d;
    font-size: 0.9em;
    padding: 3em 0;
}

footer h4 {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    color: #b40000;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1199.98px) {
    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;
    }

}

@media (max-width: 1199.98px) 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;
    }
}

@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;
    }

    .table.nezet-mobil {
        display: block;
    }

    .table.nezet-desktop {
        display: none;
    }

    .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: 2.2rem;
        margin-bottom: 0.9rem;
    }

    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;
    }

}

@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;
    }

    .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; */
    }

    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 .nagy-video {
        height: 300px;
    }

    section.kultik-hirek .right-side {
        margin-top: 2em;
    }

    .gyors-navi.hirek {
        display: block;
    }
}

@media (max-width: 359.98px) {
    header .logo {
        max-width: 80%;
        margin-top: .7em;
    }
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
  margin-left: 0;
}

.resp-sharing-button__link:hover {
  color: #fff;
}

.resp-sharing-button {
  border-radius: 0px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  margin-top: 0.2em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.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;
}
