/*
2015:
#a8499d - sötét lila
#42dbff - világos kék
#58595b - footer
#010101 - slides background
#666    - menu color
#05aff2 - jegytipus_jobbhasab
2016:
#680674 - lila
#0061cb - kék
#f5249b - rózsaszín

2018:
#ff5e00 - narancs
#cc4b00 - narancs v2

2019:
#00ffdd - cyan   /   0, 255, 221
#ffa51d - orange / 255, 165, 29
*/

html {
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

@font-face {
    font-family: "Gotham-Book";
    src: url('fonts/GothamSSm-Book.eot');
    src: url('fonts/GothamSSm-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamSSm-Book.otf') format('opentype');
}

@font-face {
    font-family: "Gotham-Medium";
    src: url('fonts/GothamSSm-Medium.eot');
    src: url('fonts/GothamSSm-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamSSm-Medium.otf') format('opentype');
}

@font-face {
    font-family: "Gotham-Bold";
    src: url('fonts/GothamSSm-Bold.eot');
    src: url('fonts/GothamSSm-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamSSm-Bold.otf') format('opentype');
}

@font-face {
    font-family: "Gotham-ExtraLight";
    src: url('fonts/GothamSSm-XLight.eot');
    src: url('fonts/GothamSSm-XLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamSSm-XLight.otf') format('opentype');
}

body {
    font-family: "Gotham-Book", sans-serif;
    font-size: 12px;
    line-height: 1.666666666;
    line-height: calc(5 / 3);
    background: #000;
    color: #fff;
}

td {
    width: 5%;
}

a {
    text-decoration: none;
    /*color: #225566;*/
    color: #808080;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
}

a:hover {
    /*color: #680674;*/
    color: #ffa51d;
}

img {
    display: block;
}

.clr {
    clear: both;
}

.tartalomszelesseg {
    max-width: 1140px;
    padding: 0 10px;
    margin: 0px auto;
    width: 100%;
}

.headerszelesseg {
    margin: 0px auto;
}

.header {
    background: rgba(0, 0, 0, 0.7);
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
}

.inner-header {
    position: relative;
    text-align: center;
}

.logo {
    padding: 0;
    position: absolute;
    left: 10px;
    top: 4px;
}

.logo a {
    background: url("../img/bonusz-2019-logo.png") no-repeat;
    display: block;
    width: 140px;
    height: 31px;
    background-size: contain;
}

.logo a * {
    display: none;
}

.logo:hover {}

.logo img {}

.navigation {
    /*float: left;*/
    font-size: .91666em;
    /*margin: 15px 160px;*/
    margin: 15px auto;
}

.menu {
    margin-left: 21px;
}

.menu li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.menu li a,
.menu li span {
    font-family: "Gotham-Book", sans-serif;
    margin: 0;
    padding: 13px 5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 32px;
    line-height: 1.5;
}

.menu li span {
    color: #666;
}

.menu li a:hover {
    color: #ffa51d;
}

.menu li ul {
    display: inline-block;
    padding-top: 15px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
}

.menu li ul li {
    background-color: rgba(0, 0, 0, .7);
    display: list-item;
}

.menu li ul li:last-child {
    border-radius: 0 0 3px 3px;
}

.carousel {
    width: 100%;
    height: 50vw;
    max-height: 564px;    
}

.carousel-cell {
    color: #000;
    background-color: currentcolor;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 100%;
    opacity: 0 !important;
    transition: opacity 1s ease-in;
}

.carousel-cell.is-selected {
    opacity: 1 !important;
}

.flickity-viewport {
    height: 100% !important;
}

.cover_hotx {
    background-color: #222;
    background-image: url(../img/header/img/cover-img-bonusz-2016-hotx-lrg.jpg);
}

.cover {
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
}

.cover span {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    width: 100%;
}

.cover img {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 3%;
    left: 8px;
    height: 25%;
}

.nyelvsocial {
    float: left;
    padding: 4px 0px;
    margin-left: 34px;
}

.heder_pikto {
    width: 35px;
    height: 35px;
    margin: 0px 5px;
    display: inline-block;
}

.fb {
    background: url('../images/fb_pikto.png');
    background-repeat: no-repeat;
}

.insta {
    background: url('../images/insta_pikto.png');
    background-repeat: no-repeat;
}

.helyszin {
    background: url('../images/helyszin_pikto.png');
    background-repeat: no-repeat;
}

.nyelvvalto {
    display: inline-block;
    margin: 0px 2px;
    position: relative;
    bottom: 13px;
}

.nyelvvalto a {
    font-family: "Gotham-Book", sans-serif;
}

.jegysarok {
    width: 200px;
    height: 200px;
    background: url('../images/jegysarok.png');
    position: fixed;
    right: 0;
    top: 64px;
    z-index: 999;
}

.buyticket {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 30px 0px;
}

.hirek {
    overflow: hidden;
    /*margin: 40px 0px;*/
}

.hirek p {
    margin-top: 1em;
}

.hullamoscim {
    font-family: "Gotham-ExtraLight", sans-serif;
    padding-top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.hullamoscim2 {
    font-family: "Gotham-ExtraLight", sans-serif;
    padding-top: 30px;
    margin-top: 70px;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.simacim {
    background: #225566 no-repeat 10px 50%;
    color: #000;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 1.58333em;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    padding: 4px 5px 0;
    line-height: 26px;
}

.cimbef {
    margin-top: 60px;
    margin-bottom: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.jegyszovegek {
    font-family: "MyriadPro-Semibold", Arial;
    padding-top: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 5px;
    text-align: center;
}

.jegyszovegek_online {
    font-family: "MyriadPro-Semibold", Arial;
    padding-top: 0px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.lineupcim {
    background: #000 no-repeat 8px 49%;
    color: #808080;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 1.58333em;
    font-size: calc(19em / 12);
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    margin: 0 auto;
    /*z-index: 1;*/
    padding: 0 8px;
    line-height: 30px;
}

.lineupcim:before {
    background: currentcolor;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
    z-index: -1;
}

.lineupcim.thunder,
.lineupcim.deadcode,
.lineupcim.bmylake,
.lineupcim.soundhead {
    background-position: center;
    background-size: 100%;
    display: block;
    height: 30px;
    padding: 0;
}

.lineupcim.thunder {
    background-image: url("../images/lineup/logo-thunder-arena.png");
    background-image: none, url("../images/lineup/logo-thunder-arena@2x.png");
    width: 188px;
    /*background-size: auto 30px;*/
    /*padding-left: 112px;*/
}

.lineupcim.deadcode {
    background-image: url("../images/lineup/logo-deadcode-arena.png");
    background-image: none, url("../images/lineup/logo-deadcode-arena@2x.png");
    width: 158px;
    /*background-size: auto 15.5px;*/
    /*padding-left: 82px;*/
}

.lineupcim.bmylake {
    background-image: url("../images/lineup/logo-bmylake-arena.png");
    background-image: none, url("../images/lineup/logo-bmylake-arena@2x.png");
    width: 177px;
    /*background-size: auto 22px;*/
    /*padding-left: 98px;*/
}

.lineupcim.soundhead {
    background-image: url("../images/lineup/logo-soundhead-terrace.png");
    background-image: none, url("../images/lineup/logo-soundhead-terrace@2x.png");
    width: 207px;
    /*background-size: auto 15px;*/
    /*padding-left: 106px;*/
}

.lineupcim span {
    /*font-family: "Gotham-Book", sans-serif;*/
    display: none;
}

.lineupcim span.inv {
    display: none;
}

/*
.lineupcim img {
    display: inline-block;
    margin-right: 10px;
}
*/

.lineupcim2 {
    font-family: "MyriadPro-Semibold", sans-serif;
    padding-top: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
    width: 75%;
    margin: 0px auto;
}

.jegytipus_cim {
    font-family: "MyriadPro-Semibold", Arial;
    padding-bottom: 20px;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
}

.sargasgomb {
    font-family: "MyriadPro-Semibold", Arial;
    letter-spacing: 5px;
    background: url('../images/gombhatter.jpg');
    background-repeat: no-repeat;
    width: 279px;
    height: 42px;
    margin: 10px auto;
    text-align: left;
    color: #fff;
    padding: 19px 0px 0px 19px;
    font-size: 18px;
    text-transform: uppercase;
}

.pirosgomb {
    font-family: "MyriadPro-Semibold", Arial;
    letter-spacing: 5px;
    background: url('../images/gombhatter_piros.jpg');
    background-repeat: no-repeat;
    width: 279px;
    height: 42px;
    margin: 20px auto;
    text-align: left;
    color: #fff;
    padding: 19px 0px 0px 19px;
    font-size: 18px;
    text-transform: uppercase;
}

.logodatum {
    background: url('../images/logodatum_kicsi.png');
    background-repeat: no-repeat;
    width: 607px;
    height: 237px;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0px auto;
}



.news-title {
    font-family: "Gotham-ExtraLight", sans-serif;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: .3em;
    /*padding-bottom: 33px;*/
    color: #ffa51d;
    text-transform: uppercase;
    font-weight: normal;
}

.news-item {
    margin-bottom: 3em;
}

.news-thumbnail {
    /*width: 100%;*/
    display: none;
}

.news a,
.news a:hover {
    text-decoration: none;
    color: currentcolor;
}

.galeria_fooldal_balhasab {
    float: left;
    /*margin-right:20px;*/
}

.galeria_fooldal_jobbhasab {
    float: left;
}

.nap {
    margin-bottom: 20px;
}

.hanyadiknap {
    font-family: "MyriadPro-Semibold", Arial;
    font-size: 14px;
    color: #fff;
    background: #ff0000;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #58595b;
    text-align: center;
}

.mail {
    text-align: center;
    margin-bottom: 10px;
}

.mail a:hover {
    text-decoration: underline;
}

.nyelvvalto a:hover {
    text-decoration: underline;
}

.copyright a:hover {
    text-decoration: underline;
}

.copyright {
    text-align: center;
    margin-bottom: 20px;
    font-family: "MyriadPro-Semibold", Arial;
    font-size: 10px;
}

.fooldal_lineup {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fooldal_lineup li {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 1.2;
    list-style: none;
    position: relative;
    margin: 0 0 5px;
}

.ad {
    display: none;
}

.lineupindex {
    width: 100%;
}

.fooldal_lineup li:hover .hoverdiv {
    opacity: 1;
}

.og-grid li img {
    opacity: 1;
}

.og-grid li img:hover {
    opacity: 0.6;
    transition: all .4s;
}

.og-fullimg img:hover {
    opacity: 1 !important;
}

.hoverefect {
    opacity: 1;
}

.hoverefect:hover {
    opacity: 0.6;
    transition: all .4s;
}

.kerdesvalasz {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.kerdes {
    font-family: "MyriadPro-Light", Arial;
    font-size: 20px;
    color: #ff0000;
    margin-bottom: 20px;
}

.jegyek_menu {
    background: url('../images/sargahatter.jpg');
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.jegy {
    width: 33.33%;
    height: 100%;
    float: left;
    padding-top: 30px;
}

.jegy img {
    margin: 0px auto;
}

.jegytipus_sor {
    max-height: 300px;
    background: url('../images/hullamvonal_hosszu.png');
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 20px;
    padding-bottom: 40px;
    margin-top: 20px;
}

.jegytipus_balhasab {
    float: left;
    width: 730px;
}

.jegytipus_jobbhasab {
    float: right;
    width: 280px;
    height: 260px;
    background: #05aff2;
    background: red;
    padding: 20px;
    text-align: center;
}

.jegytipus_jobbhasab .jegyszovegek {
    padding: 0px;
}

.jegytipus_balhasab p {
    font-size: 15px;
    margin-bottom: 20px;
    width: 350px;
    display: inline-table;
    margin-right: 10px;
}

.kosarpikto {
    margin: 40px auto;
    width: 80px;
}

.video_bal {
    float: left;
}

.video_jobb {
    float: right;
}

.napjeleolo {
    float: left;
    margin-right: 20px;
}

.thumb_kepek {
    float: right;
    width: 780px;
}

.thumb_kepek img {
    float: left;
    margin: 10px;
    width: 246px;
}

.thumb_kepek_tobb img {
    float: left;
    margin: 8px;
    width: 246px;
    height: 163px;
}

.thumb_kepek img:nth-child(3) {
    margin-right: 0px !important;
    margin-top: 0px !important;
}

.thumb_kepek img:nth-child(6) {
    margin-right: 0px !important;
}

.thumb_kepek img:nth-child(9) {
    margin-right: 0px !important;
}

.thumb_kepek img:nth-child(1) {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.thumb_kepek img:nth-child(2) {
    margin-top: 0px !important;
}

.thumb_kepek img:nth-child(4) {
    margin-left: 0px !important;
}

.thumb_kepek img:nth-child(7) {
    margin-left: 0px !important;
}

.videok {
    margin-bottom: 20px;
}

.faqtabla h2 {
    color: #F00;
    margin-bottom: 10px;
}

.faqtabla p {
    margin-bottom: 10px;
}

.idosav {
    width: 720px;
    margin-bottom: 10px;
}

.idosav span {
    margin: 0px 10px;
}

.idosav span:first-child {
    margin-left: 0px !important;
}

.fekete {
    font-weight: bold;
    color: #000;
}

.szurke {
    color: #bbb;
}

.lineupkep {
    width: 262px;
}

.onlinevasarlas {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.ideiglenes_padding {
    padding: 32px 0px;
}

.lineuplink {
    display: block !important;
    text-align: center;
}

.elfogyott {
    width: 100%;
    background-image: linear-gradient(to right, #FF374B 0%, #FF6A00 100%);
    padding: 10px;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 112px;
    color: #fff;
    font-weight: bold;
}

/* bonuszformázás */

.ribbon {
    /* padding: 1px 0; */
    background: #4c4c4c;
}

.ribbon .tartalomszelesseg {
    display: flex;
    flex-wrap: wrap;/* padding-top: 5px; */; /* padding-bottom: 5px; */align-items: center;
}

.ribbon .tartalomszelesseg .left-icons {
    display: flex;
    flex-wrap: wrap;align-items: center;
}

.ribbon .tartalomszelesseg .right-icons {
    display: flex;
    margin-left: auto;
}

.white-btn {
    background: #fff;
    border-radius: 3px;
    color: #000;
    /*float: left;*/
    font-size: 1.16666em;
    display: block;
    font-family: "Gotham-Medium", sans-serif;
    padding: 0 8px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 15px;
    /* margin-top: 10px; */
    transition: background-color .23s ease-in-out;m; margin-top: 10px;margin-bottom: 10px;p;;
}
.white-btn:hover {
    background: #4c4c4c;
}
.mrgn-left {
    margin-left: 20px;
}
.orange-txt {
    color: #4c4c4c;
}

.white-btn.orange-txt {
    border: 1.5px solid #fff;
    line-height: 27px;
    transition: background-color .23s ease-in-out, color .23s ease-in-out;
}
.white-btn.orange-txt:hover {
    background: rgba(255,255,255,0);
    color: #fff;
    /*color: #ffa51d;*/
}

.orange-btn {
    color: #000;
    background: #225566;
    /*float: right;*/
    padding: 8px;
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Gotham-Bold", sans-serif;
    text-decoration: none;
}
.orange-btn:hover {
    background: #ffa51d;
}

.bluebutton {
    background: #ffa51d;
    border-radius: 3px;
    color: #000;
    /*float: left;*/
    font-size: 1.16666em;
    display: block;
    font-family: "Gotham-Bold", sans-serif;
    padding: 0 8px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    transition: background-color .3s ease-in-out;
}

.bluebutton:hover {
    background-color: #e00;
}

.jegyrendgomb {
    color: #000;
    background: #225566;
    /*float: left;*/
    padding: 8px;
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: "Gotham-Bold", sans-serif;
    text-decoration: none;
}

.lineupgomb {
    background: #4c4c4c;
    border-radius: 3px 2px 2px 3px;
    color: #000;
    display: block;
    /*float: right;*/
    font-family: "Gotham-Bold", sans-serif;
    margin-right: 1em;
    padding: 8px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.lineupgomb:after {
    background-color: #4c4c4c;
    border-radius: 4px 0 100% 0;
    content: '';
    display: block;
    transform: rotate(135deg);
    position: absolute;
    width: 2em;
    height: 2em;
    right: -1em;
    top: .5em;
}

.bluebutton:hover,
.jegyrendgomb:hover,
.lineupgomb:hover {
    color: #000;
}

.fullineup {
    margin-top: 10px;
    text-align: right;
}

.dc {
    height: 30px;
}

.social-icon {
    color: #fff;
    font-size: 2.5em;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-left: 20px;*/
    margin-right: 15px;
}
.social-icon:hover {
    color: #ccc;
}

.harom_hasab {
    width: 360px;
    float: left;
    margin-right: 20px;
    text-align: justify;
}

.harom_hasab p {
    margin-bottom: 20px;
}

.harom_hasab_last {
    width: 360px;
    float: left;
    margin-right: 0px !important;
}

.feszleiras img {
    width: 100%;
}

.hoverdiv {
    width: 100%;
    height: 100%;
    position: absolute;
    /*background: rgba(120, 48, 116, 0.7);*/
    /*background: rgba(104, 6, 116, 0.6);*/
    background: rgba(255, 165, 29, 0.7);
    z-index: 1;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.lineupnev {
    font-family: "Gotham-ExtraLight", sans-serif;
    /*padding: 20px 0px 0px 20px;*/
    padding: 20px 20px 0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: lighter;
}

.stage {
    font-family: "Gotham-Book", sans-serif;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
}

.idopont {
    font-family: "Gotham-ExtraLight", sans-serif;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
}

.lineup-social {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}
.lineup-social a {
    color: #fff;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 8px;
}
.lineup-social a:first-child {
    margin-left: 0;
}
.lineup-social img {
    display: inline;
}
.lineup-social .lineupsocial_info {
    display: none;
}

.page-main {
    text-align: justify;
}

.page-main .content img {
    width: 100%;
    /*max-width: 360px;*/
    margin: 1em auto 0;
}

.content,
#page-content {
    padding-top: 1px;
}

/*
.page-main li a {
    transition: all .5s;
    opacity: 1;
}

.page-main li a:hover {
    opacity: 0.5;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../themes/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.headerdatum {
    font-family: "Gotham-Book";
    font-size: 18px;
}

.header_helyszin {
    font-family: "Gotham-Book";
    font-size: 10px;
}
*/

.datumhelyszin {
    /*background: url("../img/date-venue.png") no-repeat center;*/
    background: url("../img/date+venue-2019.png") no-repeat center;
    background-size: auto 32px;
    width: 119px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 2px;
}

.datumhelyszin div {
    display: none;
}

.hattervonal {
/*
    width: 100%;
    position: absolute;
    height: 2px;
    background: #225566;
    top: 50%;
    margin-top: -1px;
*/
}

/*
#jegyarak a,
#jegyarak img {
    display: block;
}
*/

.column .column-box {
    padding-bottom: 1.666666666em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.column .column-box p:last-child {
    padding-bottom: 0;
}

.column li,
.column2 li {
    list-style: none;
    padding-left: 13px;
    position: relative;
}

.column li::before,
.column2 li::before {
    content: '-';
    position: absolute;
    margin-left: -12px;
}

.column2 h3,
.column h3 {
    color: #808080;
    font-size: 1.1666666666em;
    font-weight: normal;
    line-height: 1.428571428571;
    text-transform: uppercase;

    -webkit-column-break-after: avoid;
    page-break-after: avoid;
    break-after: avoid;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.column2 .box {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.column2 h3.emphasized,
.column h3.emphasized {
    background-color: #4c4c4c;
    color: #000;
}

.column2 p,
.column p {
    padding-bottom: 1.666666666em;
    -webkit-column-break-before: avoid;
    page-break-before: avoid;
    break-before: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.column2 ul,
.column ul {
    list-style-position: inside;
    /*list-style-type: '-';*/
}

.column2 ul + h3,
.column ul + h3 {
    margin-top: 1.666666666em;
}

.tickets {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.ticket-pic {
    max-width: 360px;
    margin: 5px 0;
    width: 100%;
}

.ticket-pic a,
.ticket-pic img {
    width: 100%;
    height: auto;
}

.anchor {
    display: block;
    height: 0;
}

.festival-map {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.menu-button {
    background: transparent url('../img/menu-button.png') no-repeat center;
    background-image: none, url('../img/menu-button@2x.png');
    background-size: contain;
    display: none;
    width: 38px;
    height: 38px;
}

.menu-button span {
    display: none;

}

.gallery-box {
    clear: both;
}

.gallery-box img {
    margin-bottom: 1em;
}

.video-js {
    -webkit-column-span: all;
    -moz-column-span: all;
    -ms-column-span: all;
    column-span: all;
}

.video-js .vjs-big-play-button {
    border-radius: 50%;
    border-width: .1em;
    height: 2.3em;
    width: 2.3em;
    left: 50%;
    top: 50%;
    margin: -1.25em 0 0 -1.25em;
}

.video-js .vjs-big-play-button:before {
    top: 16%;
}

.content #trailer {
    width: 100%;
    height: 0;
    padding-bottom: 42.5%;
}

.sponsors .tartalomszelesseg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsors .tartalomszelesseg img {
    width: 65%;
    margin: 3em auto 0;
}

.news-detail-thumbnail {
    max-width: 265px;
}

@media screen and (-webkit-max-device-pixel-ratio:2) {
    .lineupcim {
        padding: 2px 8px 0;
        line-height: 28px;
    }
}

.cover span.alt {
    max-width: 1120px;
}
.cover span.alt img {
    bottom: 30px;
    box-sizing: border-box;
    height: auto;
    left: 0;
    padding: 0 11px;
    width: 100%;
}

.cover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/burn-triangle.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    z-index: 100;
}

@media only screen and (min-width: 481px) {
    .cover:after {
        width: 100px;
        height: 100px;
    }
    .sponsors {
        padding-bottom: 6em;
    }
    .sponsors .tartalomszelesseg {
        overflow: hidden;
        padding-top: 6em;
    }
    .sponsors .tartalomszelesseg div {
        float: left;
    }
    .sponsors .tartalomszelesseg img {
        margin: 0 auto;
    }
    .sponsors .sp-2 {
        padding: 6em 2.5em 0;
    }
    .sponsors .sp-3 {
        padding: 6em 4em 0;
    }
    .sponsors .sp-1 div {
        width: 33.3%;
    }
    .sponsors .sp-2 div {
        width: 25%;
    }
    .sponsors .sp-3 div {
        width: 20%;
        /*width: 25%;*/
    }

    .gallery-box {
        clear: none;
        float: left;
        height: 180px;
        width: 50%;
    }

    .tickets {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .ticket-pic {
        max-width: 360px;
        margin: 5px 5px 5px 0;
        width: calc(50% - 5px);
    }
    .ticket-pic:nth-child(2n) {
        margin: 5px 0 5px 5px;
    }
    .fooldal_lineup li {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: calc(50% - 2.5px);
    }
    .column2 {
        -webkit-perspective: 1;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .column2 h3 {
        -webkit-column-break-before: always;
        page-break-before: always;
        break-before: always;
    }
}

@media only screen and (min-width: 640px) {
    .cover:after {
        width: 120px;
        height: 120px;
    }

    .news-detail-thumbnail {
        float: left;
        margin-right: 2em;
    }

    #ticket-offices.content .column p,
    #eloveteli-helyek.content .column p {
        -webkit-column-break-inside: auto;
        page-break-inside: auto;
        break-inside: auto;
    }

    #ticket-offices .column,
    #eloveteli-helyek .column,
    .page-10 .column,
    .page-main .column {
        -webkit-perspective: 1;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .page-10 .column p {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
}

@media only screen and (min-width: 764px) {
    .ad {
        display: list-item;
    }
    .cover:after {
        width: 140px;
        height: 140px;
    }
    .cover:before {
        content: '';
        display: block;
        position: absolute;
        top: -30px;
        right: 0;
        background: url(../img/lasershow-2019.png) no-repeat;
        /*background-image: none, url(../img/lasershow-2018@2x.png);*/
        background-size: contain;
        width: 200px;
        height: 190px;
        z-index: 100;
    }

    .cover span img {
        bottom: 3%;
        left: 8px;
        height: 69px;
    }
    .ticket-pic {
        width: calc((100% / 3) - (20px / 3));
    }
    .ticket-pic:nth-child(3n + 1) {
        margin: 5px 5px 5px 0;
    }
    .ticket-pic:nth-child(3n + 2) {
        margin: 5px;
    }
    .ticket-pic:nth-child(3n) {
        margin: 5px 0 5px 5px;
    }
    .map-content {
        float: left;
        width: calc(50% - 10px);
    }
    .map-data {
        float: right;
        width: calc(50% - 10px);
    }
    .festival-map {
        margin-top: 2em;
    }
    #map {
        min-height: 50vh;
    }
    .toltoallomasok div {
        columns: 2;
    }

    .flex {
        display: flex;
    }

    .flex-1 {
        flex: 1;
    }

    .flex-2 {
        flex: 2;
    }

    .flex-3 {
        flex: 3;
    }

    .flex-4 {
        flex: 4;
    }
}

@media only screen and (max-width: 880px) {
    .cover_hotx {
        background-image: url(../img/header/img/cover-img-bonusz-2016-hotx-sml.jpg);
    }

    .the-b {
        /*background-image: url(../img/header/img-bonusz-2019-b_bg.jpg)!important;*/
    }

    .navigation {
        margin: 15px 0 15px 21px;
    }
    .cover {
        margin-top: 68px;
    }

    .cover:before {
        display: none;
    }

    .menu-button {
        display: block;
        margin: 0 auto;
    }
    .menu {
        display: none;
        position: absolute;
        top: -15px;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000;
        background: rgba(0, 0, 0, .9);
        z-index: 200;
        padding: 10px;
        margin-left: 0;
    }
    .menu.show {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 413px) {
    .footer-break {
        display: block;
        height: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 370px) {
    .navigation {
        margin: 15px 0 15px 14px;
    }
    .cover {
        margin-top: 58px;
    }
    .menu-button {
        height: 28px;
    }
    .logo {
        top: 2px;
    }
    .logo a {
        width: 112px;
        height: 24px;
        background-size: contain;
    }
    .datumhelyszin {
        background-size: contain;
        width: 98px;
        height: 28px;
        top: 0;
    }
    .socialikonok {
        /*height: 23px;*/
        margin-left: 14px;
    }
    .bluebutton {
        font-size: 1em;
        height: 23px;
        line-height: 23px;
        padding: 0 5px;
    }
}

@media only screen and (min-width: 861px) {
    .menu li:hover ul {
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (min-width: 960px) {
    .cover:after {
        width: 160px;
        height: 160px;
    }
    .toltoallomasok div {
        columns: 3;
    }
    .menu li a,
    .menu li span {
        margin: 0 5px;
        margin: 0 .5vw;
    }

    .fooldal_lineup li {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: calc((100% / 3) - (10px / 3));
    }
    .fooldal_lineup li.centered {
        margin: 0 auto 5px;
    }

    #ticket-offices .column,
    #eloveteli-helyek .column,
    .page-10 .column,
    .page-main .column {
        -webkit-perspective: 1;
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    .column img {
        display: block;
        -webkit-column-break-before: always;
        page-break-before: always;
        break-before: always;
    }

    .news {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news-item {
        width: calc(50% - 10px);
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news-content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: no-wrap;
        -moz-flex-wrap: no-wrap;
        -ms-flex-wrap: none;
        flex-wrap: no-wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news-excerpt {
        width: calc(50% - 10px);
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        order: 2;
    }
    .news-thumbnail {
        width: calc(50% - 10px);
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        order: 1;
        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        display: block;
    }
}

@media only screen and (min-width: 1020px) {
    .cover:after {
        width: 180px;
        height: 180px;
    }
    .menu li a,
    .menu li span {
        margin: 0 10px;
        margin: 0 .5vw;
    }
    .ticket-pic {
        width: calc((100% / 3) - (40px / 3));
    }
    .ticket-pic:nth-child(3n + 1) {
        margin: 10px 10px 10px 0;
    }
    .ticket-pic:nth-child(3n + 2) {
        margin: 10px;
    }
    .ticket-pic:nth-child(3n) {
        margin: 10px 0 10px 10px;
    }
}

@media only screen and (min-width: 1140px) {
    .cover:after {
        width: 180px;
        height: 180px;
    }
    .menu li a,
    .menu li span {
        margin: 0 13px;
    }
    
    .cover:before {
        background-position: bottom left;
        right: 0;
        /*width: 570px;*/
    }

    .fooldal_lineup li {
        -webkit-flex: 0 1 370px;
        -moz-flex: 0 1 370px;
        -ms-flex: 0 1 370px;
        flex: 0 1 370px;
    }
}


.ticketList {
    /*overflow: hidden;*/
}

.ticketItem {
    background: #ffa51d url(../img/cart.png) no-repeat bottom 25px right 20px;
    background-image: none, url(../img/cart@2x.png);
    background-size: 30px 28px;
    color: #fff;
    display: block;
    font-weight: normal;
    height: 250px;
    line-height: 1.2;
    padding: 20px 0 20px 20px;
    position: relative;
    width: 100%;
    /*max-width: 265px;*/
    margin: 0 auto 10px;

    outline: 1px solid rgba(255, 165, 29, 0.2);
}

.ticketItem a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    color: transparent;
    cursor: pointer;
    display: block;
}

.soldOut {
    display: none;
}

.ticketItem.vipTicket .ticketFooter:after {
    background-color: #000;
    /*rgba(0,0,0,.78);*/
    color: #ffa51d;
    content: 'VIP';
    font-size: 32px;
    padding: .05em .25em 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*.ticketItem.notYet.vipTicket .ticketFooter:after,*/

.ticketItem.soldOut.vipTicket .ticketFooter:after {
    color: rgba(255, 165, 29, 0.6);
}

.ticketItem.soldOut {
    background-color: rgba(255, 165, 29, 0.6);
}

.ticketItem.soldOut:before {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffa51d;
    /*color: rgba(104, 6, 116, 0.6);*/
    content: 'elfogyott!';
    display: block;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    /*padding-top: 35%;*/
    line-height: 8em;
    text-shadow: 0 0 16px #000;
    z-index: 2;
}

:lang(en) .ticketItem.soldOut:before {
    content: 'sold out!';
}

/*.english .ticketItem.soldOut:before {*/

/*content: 'sold out!';*/

/*line-height: 80px;*/

/*}*/

/*.ticketItem.soldOut:after {*/

/*background-color: rgba(0,0,0,.78);*/

/*color: #fff;*/

/*content: 'sold out!';*/

/*font-size: 22px;*/

/*text-align: center;*/

/*text-transform: uppercase;*/

/*position: absolute;*/

/*left: 0;*/

/*right: 0;*/

/*bottom: 0;*/

/*height: 50%;*/

/*padding-top: 2%;*/

/*text-shadow: 0 0 12px #000;*/

/*}*/

/*.english .ticketItem.soldOut:after {*/

/*content: '';*/

/*}*/

.ticketItem.notYet {
    /*background-color: rgba(104,6,116,0.6);*/
    opacity: .6;
}

.ticketItem .upper {
    text-transform: uppercase;
}

.ticketItem .small {
    font-size: .5em;
}

.ticketDeadline {
    color: #fff;
    display: block;
    font-size: 27px;
}

.ticketPrice {
    color: #000;
    display: block;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 18px;
}

.ticketQuantity {
    color: #fff;
    display: block;
    font-size: 16px;
}

.ticketFooter {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    /*height: 48px;*/
}

.ticketInfo {
    color: #fff;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.ticketDetails {
    color: #fff;
    display: block;
    font-size: 16px;
    text-transform: uppercase;

    /*position: absolute;*/
    /*bottom: 0;*/
}

.ticketItem.vipTicket .ticketFooter .ticketInfo {
    padding-left: 90px;
    padding-right: 45px;
    padding-bottom: 5px;
}

.ticketItem.vipTicket .ticketInfo {
    /*left: 38%;*/
    /*right: 20%;*/
    /*margin-left: 90px;*/
}

.ticketItem.vipTicket .ticketDetails {
    /*left: 38%;*/
    /*right: 20%;*/
    /*margin-left: 90px;*/
}

@media only screen and (min-width: 481px) {
    .ticketItem {
        float: left;
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    .ticketItem:nth-child(2n) {
        margin-right: 0;
    }
    .soldOut {
        display: block;
    }
}

@media only screen and (min-width: 764px) {
    .ticketItem {
        width: calc(33.33333% - 6.66666px);
    }
    .ticketItem:nth-child(2n) {
        margin-right: 10px;
    }
    .ticketItem:nth-child(3n) {
        margin-right: 0;
    }
}

/*
@media only screen and (min-width: 570px) {
    .ticketItem {
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }
    .ticketItem:nth-child(2n) {
        margin-right: 0;
    }
}
*/

.hasab {
    margin: 1em 0;
    -webkit-perspective: 1;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.pictures {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pictures > div {
    flex: 1 0 50%;
    margin-bottom: 1em;
    padding-right: 1em;
}

.pictures ul {
    list-style: none;
}

@media only screen and (min-width: 481px) {
    .hasab {
        -webkit-perspective: 1;
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
    }
    .pictures > div {
        flex: 1 0 33%;
    }
}

.videos {
    margin-top: 4em;
    text-align: center;
}

.videos h3 {
    color: #808080;
    font-size: 1.1666666666em;
    font-weight: normal;
    line-height: 1.428571428571;
    text-transform: uppercase;
    margin: 1em 1em 0;
    /*text-align: center;*/
}

.videos .video iframe {
    margin: .5em auto 1em;
    outline: 1px solid #4c4c4c;
    width: 100%;
    max-width: 560px;
}

.stages {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    margin: .5em 0;
}

.stage-column {
    padding-right: 1em;
    width: 100%;
}

@media only screen and (min-width: 500px) {
    .stage-column {
        width: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .stage-column {
        width: 25%;
    }
    .pictures > div {
        flex: 1 0 25%;
    }
}

.stages h3 {
    color: #808080;
    font-size: 1em;
    font-weight: normal;
    margin: 1.5em 0 .5em;
    text-transform: uppercase;
}

.mol-slogan {
    background-color: #fff;
    color: #222;
    margin: 2em auto;
    padding: 1em;
    position: relative;
    overflow: hidden;
    max-width: 720px;
}

.page-main .content img.mol-slogan-img {
    width: 40%;
    max-width: 200px;
    float: left;
    margin: 0 1em 1em 0;
}

.mol-slogan a {
    color: #333;
}

.mol-slogan a:hover {
    color: #000;
    text-decoration: underline;
}

.mol-slogan:after {
    border: 1em solid black;
    border-top-color: transparent;
    border-left-color: transparent;
    content: '';
    position: absolute;
    width: 2em;
    height: 2em;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 500px) {
    .mol-slogan {
        margin: 2em auto;
        padding: 1.5em;
    }
    .page-main .content img.mol-slogan-img {
        margin: 0 2em 5em 0;
    }
}

@media only screen and (min-width: 700px) {
    .page-main .content img.mol-slogan-img {
        margin: 0 2em 0 0;
    }
}

.section {
    padding-top: 4em;
}

.section h3 {
    font-size: 1.4em;
    /*text-align: center;*/
    text-transform: uppercase;
}

.szabalyzat ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.szabalyzat ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.szabalyzat ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

.szabalyzat ul > li {
    list-style-type: lower-alpha;
    margin-left: 1.6em;
}

.szabalyzat li ol > li {
    margin: 0;
}

.szabalyzat li ol > li:before {
    content: counters(item, ".") " ";
}

.toltoallomasok {
    margin: 0 auto;
    /*max-width: 640px;*/
}
/*.toltoallomasok table {*/

/*table-layout: fixed;*/

/*}*/

.toltoallomasok thead {
    font-weight: bold;
    text-transform: uppercase;
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    /*top: 0;*/
}

.toltoallomasok td:nth-child(3n + 0) {
    width: 75%;
}

.toltoallomasok td:nth-child(3n + 1) {
    width: 10%;
}

.toltoallomasok td:nth-child(3n + 2) {
    width: 15%;
}

.mol-flekk {
    background: #fff;
    color: #000;
    font-size: .8em;
    margin: .1em auto;
    padding: .5em 1.5em;
    max-width: 300px;
    width: 100%;
    position: relative;
}

.mol-flekk h2 {
    color: #f00;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
}
/*
.cover .mol-flekk-img {
    float: left;
    position: relative;
    width: 60px;
    height: auto;
    top: 0px;
    right: 0px;
    margin-right: 1em;
}

.mol-flekk-img-larger {
    display: none;
}

.mol-flekk-a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mol-slogan-img {
    float: left;
    width: 160px;
    margin-right: 2em;
    margin-top: .25em;
}

@media only screen and (min-width: 764px) {
    .mol-flekk-2017 {
        position: absolute;
        top: 220px;
        left: 0;
        width: 233px;
        height: 53px;
        z-index: 3;
    }
    .mol-flekk {
        position: absolute;
        margin: 0;
        padding: 1em 0 1em 10em;
        z-index: 100;
        top: 20%;
        left: -9em;
        max-width: 366px;
        box-shadow: 0 0 .2em rgba(0, 0, 0, .5);
    }
    .cover .mol-flekk-img {
        width: 56px;
    }
    .mol-flekk:before {
        position: absolute;
        content: '';
        border: 16px solid transparent;
        border-left-color: #fff;
        top: 0;
        bottom: 0;
        right: -32px;
        z-index: -1;
    }
    .mol-flekk:after {
        position: absolute;
        content: '';
        top: 0;
        right: -16px;
        border: 8px solid #fff;
        z-index: -1;
    }
    .mol-flekk-img-larger {
        display: block;
        float: right;
        margin-left: 1em;
        max-width: 70px;
    }
}
*/
@media only screen and (min-width: 1120px) {
    .pictures > div {
        flex: 1 0 16%;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( -o-min-device-pixel-ratio: 1.25/1),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    .logo a {
        background-image: url("../img/bonusz-2019-logo@2x.png");
        background-size: cover;
    }
    .datumhelyszin {
        background-image: url("../img/date+venue-2019@2x.png");
        background-size: cover;
    }
}
