/*--	MAIN COLORS 	*/
/*--	BACKGROUND COLORS */
/*--	ALERT BOX */
/*--	BORDER COLORS */
/*--	FONT COLORS */
.jegyhu_main.container {
  margin: 0;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.topMenuContainer {
  background: #222222;
  display: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
}
.topMenuContainer #basket_holder {
  margin-top: 7px;
  margin-left: 7px;
  overflow: hidden;
}
.topMenuContainer #basketLayerButton.basket {
  cursor: pointer;
}
.topMenuContainer .left li:first-child a {
  padding-left: 0;
}
.topMenuContainer .profilePic {
  width: 30px;
  margin-right: 5px;
  display: none;
}
.topMenuContainer .basket {
  color: #FF5700;
  font-size: 23px;
  padding: 0 !important;
  background-image: url("../../resources/img/icons-scdc7b96192.png") !important;
  background-position: 0 -292px !important;
  font-family: Neuron, arial, sans-serif;
  line-height: 20px !important;
  overflow: hidden;
  float: left;
}
.topMenuContainer .basket:before {
  content: "";
  background-image: url("../../resources/img/icons-scdc7b96192.png");
  background-position: -78px -252px;
  background-color: #222222;
  height: 33px;
  width: 17px;
  display: table-cell;
  float: left;
  margin-right: -2px;
}
.topMenuContainer .basket:after {
  background-image: url("../../resources/img/icons-scdc7b96192.png");
  background-position: -95px -252px;
  background-color: #222222;
  height: 33px;
  width: 12px;
  content: "";
  display: table-cell;
  float: right;
  margin-left: -3px;
}
.topMenuContainer #basketLayer {
  display: none;
  position: absolute;
  width: 525px;
  z-index: 12;
  background: #F0F0F0;
  height: auto;
  right: -1px;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 22px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.topMenuContainer #basketLayer .autocompleteRow {
  padding: 0;
  margin: 0;
}
.topMenuContainer #basketLayer .autocompleteRow #miniBasketTimeHolder {
  background-color: #FFFFFF;
}
.topMenuContainer #basketLayer .autocompleteRow #miniBasketTimeHolder.alert {
  background-color: #D80000;
}
.topMenuContainer #basketLayer .autocompleteRow #miniBasketTimeHolder hr {
  border-color: #DBDBDB;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.topMenuContainer #basketLayer .autocompleteDetails {
  padding-left: 12px;
  float: left;
}
.topMenuContainer #basketLayer .autocompleteDetails.group {
  width: 395px;
  margin-bottom: 10px;
}
.topMenuContainer #basketLayer .autocompleteDetails.group .titleAndPrice .price {
  color: #333333;
}
.topMenuContainer #basketLayer .autocompleteTitle {
  margin-bottom: 3px;
}
.topMenuContainer #basketLayer .autocompleteTitle a {
  background: transparent;
  line-height: 18px;
  padding: 0;
}
.topMenuContainer #basketLayer a.imglink {
  background: transparent;
  padding: 0;
}
.topMenuContainer #basketLayer .atocompleteImgHolder {
  max-width: 100px;
  height: auto;
  max-height: 65px;
  overflow: hidden;
  float: left;
}
.topMenuContainer #basketLayer .button.moreIcon.goToOrder {
  margin-top: 4px;
}
.topMenuContainer #basketLayer .autocomplete {
  display: block;
  position: relative;
  top: 0;
}
.topMenuContainer #basketLayer .autocomplete a {
  background: none;
  line-height: 18px;
  padding: 0;
}
.topMenuContainer #basketLayer .autocomplete a.button {
  height: auto;
  margin: 0 0 10px 0;
}
.topMenuContainer #basketLayer .autocomplete .firstInfoRow {
  padding-top: 15px;
  padding-bottom: 11px;
}
.topMenuContainer #basketLayer .autocomplete .firstInfoRow .left {
  margin-top: -4px;
}
.topMenuContainer #basketLayer .autocomplete .firstInfoRow h4 {
  margin-bottom: 0;
}
.topMenuContainer #basketLayer .autocomplete .firstInfoRow .countdown {
  background: #FFFFFF;
  border-color: #E1E1E1;
}
.topMenuContainer #basketLayer .autocomplete .titleAndPrice {
  overflow: hidden;
}
.topMenuContainer #basketLayer .autocomplete .moreResult {
  text-align: right;
}
.topMenuContainer #basketLayer .autocomplete .price {
  color: #222222;
}
.topMenuContainer #basketLayer .autocomplete .totalPrice {
  color: #FF5700;
  font-size: 24px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .topMenuContainer {
    display: block;
  }
}

.top-bar {
  overflow: visible;
  height: 48px;
  line-height: 48px;
  position: relative;
  background: #222222;
  margin-bottom: 0;
  padding: 0;
}
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
  background: #222222;
}
.top-bar .row {
  max-width: none;
}
.top-bar form, .top-bar input {
  margin-bottom: 0;
}
.top-bar input {
  padding: 6px;
  position: relative;
  top: 8px;
}
.top-bar .button {
  padding: 6px 36px 6px 12px !important;
  position: relative;
  top: 8px;
}

.top-bar-section {
  background: #222222;
}
.top-bar-section ul {
  width: auto;
  height: auto !important;
  display: inline;
  margin: 0;
  padding: 0;
}
.top-bar-section ul li {
  float: left;
}
.top-bar-section ul.right li .dropdown {
  text-align: right;
  left: auto;
  right: 0;
}
.top-bar-section ul > .divider,
.top-bar-section ul > [role=separator] {
  height: 28px;
  margin: 9px 7px;
}
.top-bar-section ul li > a {
  background-color: #222222;
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  line-height: 48px;
}
.top-bar-section ul li > a:hover {
  color: #FF5700;
}
.top-bar-section ul li > a:not(.button) {
  padding: 0 16px;
  line-height: 48px;
  background-color: #222222;
}
.top-bar-section ul li > a:not(.button).hover {
  background: #000000;
  color: #FF5700;
}
.top-bar-section .dropdown {
  background: transparent none;
  left: 0;
  min-width: 100%;
  top: auto;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #111111;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  left: 100%;
  position: absolute;
  visibility: hidden;
  z-index: 99;
}
.top-bar-section .dropdown.hover {
  visibility: visible;
}
.top-bar-section .dropdown li {
  background-color: #222222;
  height: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
.top-bar-section .dropdown li a {
  background: #222222 none repeat scroll 0 0;
  color: #999999;
  line-height: 1;
  padding: 7px 16px;
  white-space: nowrap;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px !important;
  padding: 0 5px !important;
  width: 100%;
}
.top-bar-section .left li a {
  padding: 0 16px;
}
.top-bar-section .left li a:hover {
  color: #FF5700;
}
.top-bar-section .right li:not(:first-child) a {
  padding: 0 11px;
}
.top-bar-section .right .divider {
  border-bottom: none;
  border-top: none;
  border-right: solid 1px #444444;
  border-left: none;
  clear: none;
  height: 28px;
  width: 0px;
}
.top-bar-section .right #main_lang_select2 {
  display: block;
  text-transform: uppercase;
  color: #999999;
  font-size: 13px;
  line-height: 48px;
  padding: 0 11px;
}
.top-bar-section .right #main_lang_select2:hover {
  color: #FF5700;
}
.top-bar-section .right #main_lang_list2 {
  z-index: 99;
}
.top-bar-section .right #main_lang_list2 a {
  background-color: transparent;
  color: #888888;
}
.top-bar-section .right #main_lang_list2 a:hover {
  color: #999999;
}
.top-bar-section .has-dropdown {
  padding-right: 6px;
  position: relative;
}
.top-bar-section .has-dropdown > a {
  padding-right: 21px !important;
}
.top-bar-section .has-dropdown > a:after {
  content: "";
  position: absolute;
  border: none;
  right: 6px;
  top: 21px;
  background-position: 0 -6px;
  border: medium none;
  height: 6px;
  width: 10px;
  color: #999999;
}
.top-bar-section ul li .dropdown {
  background: #222222;
  border: 1px solid #111111;
  border-top: none;
}
.top-bar-section ul li .dropdown li {
  text-align: right;
}
.top-bar-section ul li .dropdown li a {
  border-top: 1px solid #444444;
  font-size: 13px;
  padding: 11px 0;
}
.top-bar-section ul li .dropdown li a:hover {
  color: #FF5700;
}
.top-bar-section ul li .dropdown li:first-child + li a {
  border-top: 1px solid #444444;
}
.top-bar-section li a:not(.button) {
  padding: 0 16px;
}

a.gift_card,
li.gift_card a {
  padding-left: 10px !important;
  text-transform: lowercase;
}

a.gift_card:before,
li.gift_card a {
  padding-left: 0px !important;
}

li.gift_card a:before {
  content: "";
  background: url("../../resources/img/icons-scdc7b96192.png") no-repeat;
  background-position: 0 -380px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 9px;
  margin-bottom: 1px;
}

li.gift_card a:hover:before {
  background-position: 0 -396px;
}

a.gift_card_christmas,
li.gift_card_christmas a {
  padding-left: 10px !important;
  text-transform: lowercase;
  color: #FF5700 !important;
}

a.gift_card_christmas:before,
li.gift_card_christmas a {
  padding-left: 0 !important;
}

li.gift_card_christmas a:before {
  content: "";
  background: url("../../resources/img/icons-scdc7b96192.png") no-repeat;
  background-position: -85px -480px;
  display: inline-block;
  width: 20px;
  height: 19px;
  vertical-align: text-bottom;
  margin-right: 9px;
}

li.mobil_app a:before {
  content: "";
  background: url("../../resources/img/icons-scdc7b96192.png") no-repeat;
  background-position: -17px -380px;
  display: inline-block;
  width: 10px;
  height: 19px;
  vertical-align: text-bottom;
  margin-right: 9px;
  margin-bottom: -1px;
}

li.mobil_app a:hover:before {
  background-position: -17px -399px;
}

li.season_ticket a:before {
  content: "";
  background: url("../../resources/img/icons-scdc7b96192.png") no-repeat;
  background-position: -78px -380px;
  display: inline-block;
  width: 16px;
  height: 19px;
  vertical-align: text-bottom;
  margin-right: 9px;
}

li.season_ticket a:hover:before {
  background-position: -78px -400px;
}

.top-menu-items {
  text-transform: lowercase;
}

.top-bar-section li a:not(.button) {
  background: #222222 none repeat scroll 0 0;
  line-height: 48px;
  padding: 0 16px;
}

div#main_lang_list1.lang_select_box {
  top: auto;
  bottom: 24px !important;
}

.lang_select_box {
  background-color: #111111;
  border: 1px solid #444444;
  display: none;
  position: absolute;
  padding: 6px;
  right: 35px;
  text-align: left;
}

.lang_select_box a {
  padding: 6px 1em 6px 6px !important;
  line-height: normal !important;
}

.flag {
  width: 16px;
  height: 11px;
  background: url("../../resources/img/flags.png") no-repeat;
  float: left;
  margin: 4px;
}

.flag.flag-ad {
  background-position: -16px 0;
}

.flag.flag-ae {
  background-position: -32px 0;
}

.flag.flag-af {
  background-position: -48px 0;
}

.flag.flag-ag {
  background-position: -64px 0;
}

.flag.flag-ai {
  background-position: -80px 0;
}

.flag.flag-al {
  background-position: -96px 0;
}

.flag.flag-am {
  background-position: -112px 0;
}

.flag.flag-an {
  background-position: -128px 0;
}

.flag.flag-ao {
  background-position: -144px 0;
}

.flag.flag-ar {
  background-position: -160px 0;
}

.flag.flag-as {
  background-position: -176px 0;
}

.flag.flag-at {
  background-position: -192px 0;
}

.flag.flag-au {
  background-position: -208px 0;
}

.flag.flag-aw {
  background-position: -224px 0;
}

.flag.flag-az {
  background-position: -240px 0;
}

.flag.flag-ba {
  background-position: 0 -11;
}

.flag.flag-bb {
  background-position: -16px -11;
}

.flag.flag-bd {
  background-position: -32px -11;
}

.flag.flag-be {
  background-position: -48px -11;
}

.flag.flag-bf {
  background-position: -64px -11;
}

.flag.flag-bg {
  background-position: -80px -11;
}

.flag.flag-bh {
  background-position: -96px -11;
}

.flag.flag-bi {
  background-position: -112px -11;
}

.flag.flag-bj {
  background-position: -128px -11;
}

.flag.flag-bm {
  background-position: -144px -11;
}

.flag.flag-bn {
  background-position: -160px -11;
}

.flag.flag-bo {
  background-position: -176px -11;
}

.flag.flag-br {
  background-position: -192px -11;
}

.flag.flag-bs {
  background-position: -208px -11;
}

.flag.flag-bt {
  background-position: -224px -11;
}

.flag.flag-bv {
  background-position: -240px -11;
}

.flag.flag-bw {
  background-position: 0 -22px;
}

.flag.flag-by {
  background-position: -16px -22px;
}

.flag.flag-bz {
  background-position: -32px -22px;
}

.flag.flag-ca {
  background-position: -48px -22px;
}

.flag.flag-catalonia {
  background-position: -64px -22px;
}

.flag.flag-cd {
  background-position: -80px -22px;
}

.flag.flag-cf {
  background-position: -96px -22px;
}

.flag.flag-cg {
  background-position: -112px -22px;
}

.flag.flag-ch {
  background-position: -128px -22px;
}

.flag.flag-ci {
  background-position: -144px -22px;
}

.flag.flag-ck {
  background-position: -160px -22px;
}

.flag.flag-cl {
  background-position: -176px -22px;
}

.flag.flag-cm {
  background-position: -192px -22px;
}

.flag.flag-cn {
  background-position: -208px -22px;
}

.flag.flag-co {
  background-position: -224px -22px;
}

.flag.flag-cr {
  background-position: -240px -22px;
}

.flag.flag-cu {
  background-position: 0 -33px;
}

.flag.flag-cv {
  background-position: -16px -33px;
}

.flag.flag-cw {
  background-position: -32px -33px;
}

.flag.flag-cy {
  background-position: -48px -33px;
}

.flag.flag-cs {
  background-position: -64px -33px;
}

.flag.flag-de {
  background-position: -80px -33px;
}

.flag.flag-dj {
  background-position: -96px -33px;
}

.flag.flag-da {
  background-position: -112px -33px;
}

.flag.flag-dm {
  background-position: -128px -33px;
}

.flag.flag-do {
  background-position: -144px -33px;
}

.flag.flag-dz {
  background-position: -160px -33px;
}

.flag.flag-ec {
  background-position: -176px -33px;
}

.flag.flag-ee {
  background-position: -192px -33px;
}

.flag.flag-eg {
  background-position: -208px -33px;
}

.flag.flag-eh {
  background-position: -224px -33px;
}

.flag.flag-england {
  background-position: -240px -33px;
}

.flag.flag-er {
  background-position: 0 -44px;
}

.flag.flag-es {
  background-position: -16px -44px;
}

.flag.flag-et {
  background-position: -32px -44px;
}

.flag.flag-eu {
  background-position: -48px -44px;
}

.flag.flag-fi {
  background-position: -64px -44px;
}

.flag.flag-fj {
  background-position: -80px -44px;
}

.flag.flag-fk {
  background-position: -96px -44px;
}

.flag.flag-fm {
  background-position: -112px -44px;
}

.flag.flag-fo {
  background-position: -128px -44px;
}

.flag.flag-fr {
  background-position: -144px -44px;
}

.flag.flag-ga {
  background-position: -160px -44px;
}

.flag.flag-en {
  background-position: -176px -44px;
}

.flag.flag-gd {
  background-position: -192px -44px;
}

.flag.flag-ge {
  background-position: -208px -44px;
}

.flag.flag-gf {
  background-position: -224px -44px;
}

.flag.flag-gg {
  background-position: -240px -44px;
}

.flag.flag-gh {
  background-position: 0 -55px;
}

.flag.flag-gi {
  background-position: -16px -55px;
}

.flag.flag-gl {
  background-position: -32px -55px;
}

.flag.flag-gm {
  background-position: -48px -55px;
}

.flag.flag-gn {
  background-position: -64px -55px;
}

.flag.flag-gp {
  background-position: -80px -55px;
}

.flag.flag-gq {
  background-position: -96px -55px;
}

.flag.flag-gr {
  background-position: -112px -55px;
}

.flag.flag-el {
  background-position: -112px -55px;
}

.flag.flag-gs {
  background-position: -128px -55px;
}

.flag.flag-gt {
  background-position: -144px -55px;
}

.flag.flag-gu {
  background-position: -160px -55px;
}

.flag.flag-gw {
  background-position: -176px -55px;
}

.flag.flag-gy {
  background-position: -192px -55px;
}

.flag.flag-hk {
  background-position: -208px -55px;
}

.flag.flag-hm {
  background-position: -224px -55px;
}

.flag.flag-hn {
  background-position: -240px -55px;
}

.flag.flag-hr {
  background-position: 0 -66px;
}

.flag.flag-ht {
  background-position: -16px -66px;
}

.flag.flag-hu {
  background-position: -32px -66px;
}

.flag.flag-ic {
  background-position: -48px -66px;
}

.flag.flag-id {
  background-position: -64px -66px;
}

.flag.flag-ie {
  background-position: -80px -66px;
}

.flag.flag-il {
  background-position: -96px -66px;
}

.flag.flag-im {
  background-position: -112px -66px;
}

.flag.flag-in {
  background-position: -128px -66px;
}

.flag.flag-io {
  background-position: -144px -66px;
}

.flag.flag-iq {
  background-position: -160px -66px;
}

.flag.flag-ir {
  background-position: -176px -66px;
}

.flag.flag-is {
  background-position: -192px -66px;
}

.flag.flag-it {
  background-position: -208px -66px;
}

.flag.flag-je {
  background-position: -224px -66px;
}

.flag.flag-jm {
  background-position: -240px -66px;
}

.flag.flag-jo {
  background-position: 0 -77px;
}

.flag.flag-jp {
  background-position: -16px -77px;
}

.flag.flag-ke {
  background-position: -32px -77px;
}

.flag.flag-kg {
  background-position: -48px -77px;
}

.flag.flag-kh {
  background-position: -64px -77px;
}

.flag.flag-ki {
  background-position: -80px -77px;
}

.flag.flag-km {
  background-position: -96px -77px;
}

.flag.flag-kn {
  background-position: -112px -77px;
}

.flag.flag-kp {
  background-position: -128px -77px;
}

.flag.flag-kr {
  background-position: -144px -77px;
}

.flag.flag-kurdistan {
  background-position: -160px -77px;
}

.flag.flag-kw {
  background-position: -176px -77px;
}

.flag.flag-ky {
  background-position: -192px -77px;
}

.flag.flag-kz {
  background-position: -208px -77px;
}

.flag.flag-la {
  background-position: -224px -77px;
}

.flag.flag-lb {
  background-position: -240px -77px;
}

.flag.flag-lc {
  background-position: 0 -88px;
}

.flag.flag-li {
  background-position: -16px -88px;
}

.flag.flag-lk {
  background-position: -32px -88px;
}

.flag.flag-lr {
  background-position: -48px -88px;
}

.flag.flag-ls {
  background-position: -64px -88px;
}

.flag.flag-lt {
  background-position: -80px -88px;
}

.flag.flag-lu {
  background-position: -96px -88px;
}

.flag.flag-lv {
  background-position: -112px -88px;
}

.flag.flag-ly {
  background-position: -128px -88px;
}

.flag.flag-ma {
  background-position: -144px -88px;
}

.flag.flag-mc {
  background-position: -160px -88px;
}

.flag.flag-md {
  background-position: -176px -88px;
}

.flag.flag-me {
  background-position: -192px -88px;
}

.flag.flag-mg {
  background-position: -208px -88px;
}

.flag.flag-mh {
  background-position: -224px -88px;
}

.flag.flag-mk {
  background-position: -240px -88px;
}

.flag.flag-ml {
  background-position: 0 -99px;
}

.flag.flag-mm {
  background-position: -16px -99px;
}

.flag.flag-mn {
  background-position: -32px -99px;
}

.flag.flag-mo {
  background-position: -48px -99px;
}

.flag.flag-mp {
  background-position: -64px -99px;
}

.flag.flag-mq {
  background-position: -80px -99px;
}

.flag.flag-mr {
  background-position: -96px -99px;
}

.flag.flag-ms {
  background-position: -112px -99px;
}

.flag.flag-mt {
  background-position: -128px -99px;
}

.flag.flag-mu {
  background-position: -144px -99px;
}

.flag.flag-mv {
  background-position: -160px -99px;
}

.flag.flag-mw {
  background-position: -176px -99px;
}

.flag.flag-mx {
  background-position: -192px -99px;
}

.flag.flag-my {
  background-position: -208px -99px;
}

.flag.flag-mz {
  background-position: -224px -99px;
}

.flag.flag-na {
  background-position: -240px -99px;
}

.flag.flag-nc {
  background-position: 0 -110px;
}

.flag.flag-ne {
  background-position: -16px -110px;
}

.flag.flag-nf {
  background-position: -32px -110px;
}

.flag.flag-ng {
  background-position: -48px -110px;
}

.flag.flag-ni {
  background-position: -64px -110px;
}

.flag.flag-nl {
  background-position: -80px -110px;
}

.flag.flag-no {
  background-position: -96px -110px;
}

.flag.flag-np {
  background-position: -112px -110px;
}

.flag.flag-nr {
  background-position: -128px -110px;
}

.flag.flag-nu {
  background-position: -144px -110px;
}

.flag.flag-nz {
  background-position: -160px -110px;
}

.flag.flag-om {
  background-position: -176px -110px;
}

.flag.flag-pa {
  background-position: -192px -110px;
}

.flag.flag-pe {
  background-position: -208px -110px;
}

.flag.flag-pf {
  background-position: -224px -110px;
}

.flag.flag-pg {
  background-position: -240px -110px;
}

.flag.flag-ph {
  background-position: 0 -121px;
}

.flag.flag-pk {
  background-position: -16px -121px;
}

.flag.flag-pl {
  background-position: -32px -121px;
}

.flag.flag-pm {
  background-position: -48px -121px;
}

.flag.flag-pn {
  background-position: -64px -121px;
}

.flag.flag-pr {
  background-position: -80px -121px;
}

.flag.flag-ps {
  background-position: -96px -121px;
}

.flag.flag-pt {
  background-position: -112px -121px;
}

.flag.flag-pw {
  background-position: -128px -121px;
}

.flag.flag-py {
  background-position: -144px -121px;
}

.flag.flag-qa {
  background-position: -160px -121px;
}

.flag.flag-re {
  background-position: -176px -121px;
}

.flag.flag-ro {
  background-position: -192px -121px;
}

.flag.flag-rs {
  background-position: -208px -121px;
}

.flag.flag-ru {
  background-position: -224px -121px;
}

.flag.flag-rw {
  background-position: -240px -121px;
}

.flag.flag-sa {
  background-position: 0 -132px;
}

.flag.flag-sb {
  background-position: -16px -132px;
}

.flag.flag-sc {
  background-position: -32px -132px;
}

.flag.flag-scotland {
  background-position: -48px -132px;
}

.flag.flag-sd {
  background-position: -64px -132px;
}

.flag.flag-se {
  background-position: -80px -132px;
}

.flag.flag-sg {
  background-position: -96px -132px;
}

.flag.flag-sh {
  background-position: -112px -132px;
}

.flag.flag-si {
  background-position: -128px -132px;
}

.flag.flag-sk {
  background-position: -144px -132px;
}

.flag.flag-sl {
  background-position: -160px -132px;
}

.flag.flag-sm {
  background-position: -176px -132px;
}

.flag.flag-sn {
  background-position: -192px -132px;
}

.flag.flag-so {
  background-position: -208px -132px;
}

.flag.flag-somaliland {
  background-position: -224px -132px;
}

.flag.flag-sr {
  background-position: -240px -132px;
}

.flag.flag-sr {
  background-position: -208px -121px;
}

.flag.flag-ss {
  background-position: 0 -143px;
}

.flag.flag-st {
  background-position: -16px -143px;
}

.flag.flag-sv {
  background-position: -32px -143px;
}

.flag.flag-sx {
  background-position: -48px -143px;
}

.flag.flag-sy {
  background-position: -64px -143px;
}

.flag.flag-sz {
  background-position: -80px -143px;
}

.flag.flag-tc {
  background-position: -96px -143px;
}

.flag.flag-td {
  background-position: -112px -143px;
}

.flag.flag-tf {
  background-position: -128px -143px;
}

.flag.flag-tg {
  background-position: -144px -143px;
}

.flag.flag-th {
  background-position: -160px -143px;
}

.flag.flag-tj {
  background-position: -176px -143px;
}

.flag.flag-tk {
  background-position: -192px -143px;
}

.flag.flag-tl {
  background-position: -208px -143px;
}

.flag.flag-tm {
  background-position: -224px -143px;
}

.flag.flag-tn {
  background-position: -240px -143px;
}

.flag.flag-to {
  background-position: 0 -154px;
}

.flag.flag-tr {
  background-position: -16px -154px;
}

.flag.flag-tt {
  background-position: -32px -154px;
}

.flag.flag-tv {
  background-position: -48px -154px;
}

.flag.flag-tw {
  background-position: -64px -154px;
}

.flag.flag-tz {
  background-position: -80px -154px;
}

.flag.flag-ua {
  background-position: -96px -154px;
}

.flag.flag-ug {
  background-position: -112px -154px;
}

.flag.flag-um {
  background-position: -128px -154px;
}

.flag.flag-us {
  background-position: -144px -154px;
}

.flag.flag-uy {
  background-position: -160px -154px;
}

.flag.flag-uz {
  background-position: -176px -154px;
}

.flag.flag-va {
  background-position: -192px -154px;
}

.flag.flag-vc {
  background-position: -208px -154px;
}

.flag.flag-ve {
  background-position: -224px -154px;
}

.flag.flag-vg {
  background-position: -240px -154px;
}

.flag.flag-vi {
  background-position: 0 -165px;
}

.flag.flag-vn {
  background-position: -16px -165px;
}

.flag.flag-vu {
  background-position: -32px -165px;
}

.flag.flag-wales {
  background-position: -48px -165px;
}

.flag.flag-wf {
  background-position: -64px -165px;
}

.flag.flag-ws {
  background-position: -80px -165px;
}

.flag.flag-ye {
  background-position: -96px -165px;
}

.flag.flag-yt {
  background-position: -112px -165px;
}

.flag.flag-za {
  background-position: -128px -165px;
}

.flag.flag-zanzibar {
  background-position: -144px -165px;
}

.flag.flag-zm {
  background-position: -160px -165px;
}

.flag.flag-zw {
  background-position: -176px -165px;
}

.headerContainer {
  background-color: #FF5700;
  position: relative;
}
.headerContainer .logo {
  background: #000000;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 75px;
  z-index: 9;
}
.headerContainer .logo img {
  margin-top: -18px;
}
@media only screen and (max-width: 420px) {
  .headerContainer .logo img {
    margin-top: -13px;
  }
}
.headerContainer .logo h2 {
  color: #FFFFFF;
  display: inline-block;
  margin: 0 0 0 10px;
  font-family: Neuron-Bold, arial, sans-serif;
  font-size: 46px;
  line-height: 68px;
  text-transform: none;
  font-weight: normal;
}
.headerContainer .logo h2 .logoLetterSpace {
  letter-spacing: -2px;
}
.headerContainer .logo h2 .highlight {
  font-weight: normal;
  color: #FF5700;
}
@media only screen and (max-width: 420px) {
  .headerContainer .logo h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 420px) {
  .headerContainer .logo {
    width: 177px;
  }
}
.headerContainer .rightSide {
  background: #FF5700;
  padding-left: 240px;
}
@media only screen and (max-width: 420px) {
  .headerContainer .rightSide {
    padding-left: 188px;
  }
}
.headerContainer .menu {
  background: #FF5700;
  padding-right: 0;
  padding-left: 0;
  height: 75px;
  font-family: Neuron-DemiBold, arial, sans-serif;
  color: #FFFFFF;
  display: block;
  height: 75px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: center;
  float: left;
}
.headerContainer .menu.large-8 {
  width: 66.6667%;
}
@media only screen and (max-width: 767px) {
  .headerContainer .menu.large-8 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .headerContainer .menu.large-8 {
    width: 66.6667%;
  }
}
.headerContainer .menu .smallDinamicMenu {
  float: right;
}
.headerContainer .menu a {
  display: inline-block;
  padding: 0 12px;
  line-height: 75px;
  color: inherit;
  font-size: 20px;
}
.headerContainer .menu a:hover {
  color: #222222;
}
.headerContainer .menu ul {
  margin-top: 0;
}
.headerContainer .menu ul li {
  font-size: 20px;
  font-weight: normal;
  list-style: outside none none;
  display: inline-block;
  float: left;
  margin: 0;
}
.headerContainer .menu #verticalMenu {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  height: 75px;
}
@media only screen and (max-width: 767px) {
  .headerContainer .menu #verticalMenu {
    right: 0;
    position: relative;
    float: right;
    width: 30%;
    height: 4.0625rem;
  }
}
@media only screen and (min-width: 768px) {
  .headerContainer .menu #verticalMenu {
    position: absolute;
    right: 0;
  }
}
.headerContainer .menu #verticalMenu ul {
  margin-top: 0;
  margin-left: 0;
}
.headerContainer .menu #verticalMenu .dinamicMenuBox li {
  float: right;
}
.headerContainer .menu #verticalMenu #verticalMenuBox {
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 100;
  padding: 0;
  top: 75px;
  right: -20px;
  min-height: 49px;
  background: #222222;
  text-align: right;
  border: 1px solid #111111;
  border-top: none;
}
.headerContainer .menu #verticalMenu #verticalMenuBox:hover {
  display: block;
}
.headerContainer .menu #verticalMenu #verticalMenuBox:hover #verticalMenuBox {
  display: block;
}
.headerContainer .menu #verticalMenu #verticalMenuBox ul li {
  float: none;
  margin: 0;
  padding: 0;
}
.headerContainer .menu #verticalMenu #verticalMenuBox ul li a {
  border-top: 1px solid #444444;
  color: #999999;
  display: block;
  font-size: 13px;
  font-weight: normal;
  padding: 8px 0;
}
.headerContainer .menu #verticalMenu #verticalMenuBox ul li a:hover {
  color: #FF5700;
}
.headerContainer .menu #verticalMenu #verticalMenuBox ul li:first-child a {
  border-top: none;
}
.headerContainer .menu #verticalMenu #verticalMenuBox ul {
  line-height: normal;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  margin: 0;
}
.headerContainer .menu #verticalMenu #verticalMenuBox ul li {
  line-height: normal;
  float: none;
  margin: 0;
  display: block;
}
.headerContainer .menu #verticalMenu #verticalMenuBox ul li a {
  color: #999999;
  font-size: 13px;
  display: block;
  line-height: 34px;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  font-family: Arial, sans-serif;
}
.headerContainer .menu #verticalMenu #verticalMenuBox ul ul li:last-child a {
  border-bottom: none;
  line-height: 40px;
}
.headerContainer .menu #verticalMenu #verticalMenuBox ul ul li:first-child a {
  line-height: 40px;
}
.headerContainer .menu #verticalMenu #verticalMenuBox ul ul li a:hover {
  color: #FF5700;
}
.headerContainer .menu #verticalMenu:hover #verticalMenuBox {
  display: block;
}
.headerContainer .menu #horizontalMenu {
  display: none;
  margin-right: 30px;
  min-width: 20px;
}
@media only screen and (min-width: 768px) {
  .headerContainer .menu #horizontalMenu {
    display: inline-block;
    height: 75px;
    overflow: hidden;
    text-align: center;
  }
}
.headerContainer .menu #horizontalMenu a {
  font-size: 20px;
  color: inherit;
  display: inline-block;
  padding: 0 12px;
}
.headerContainer .menu #horizontalMenu a:hover {
  color: #222222;
}
.headerContainer .searchHolder {
  height: 75px;
  background: #FF5700;
  padding-top: 18px;
}
.headerContainer .searchHolder.large-4 {
  position: relative;
}
.headerContainer .searchHolder #smallScreenSearchIcon {
  display: inline-block;
  float: right;
  margin: 28px 25px 0 0;
}
@media only screen and (min-width: 768px) {
  .headerContainer .searchHolder #smallScreenSearchIcon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .headerContainer .mobilView smallScreenSearchIcon,
.headerContainer .mobilView smallScreenBasketIcon {
    float: right;
    height: 65px;
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .headerContainer {
    margin-left: 150px;
  }

  .headerContainer .row .large-3.blackBackground.columns.logo {
    margin-left: -150px;
    width: 150px;
    height: 65px;
  }

  .headerContainer .row .large-3.blackBackground.columns.logo a h2 {
    font-size: 34px;
    line-height: 60px;
  }

  .headerContainer .row .large-9.columns.mainBackground {
    margin-left: 150px;
    min-width: 120px;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-4.columns.searchHolder {
    position: absolute;
    display: none;
    height: 65px;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu {
    height: 65px;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu .smallScreenSearchIcon {
    background-image: url("../../resources/img/icons/mobil-search-white.png");
    background-repeat: no-repeat;
    background-position: center;
    display: none !important;
    width: 30%;
    height: 65px;
    float: right;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu .smallScreenBasketIcon {
    background-image: url("../../resources/img/icons/mobil-basket-white.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    width: 50%;
    height: 65px;
    float: right;
    text-align: center;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu .smallScreenBasketIcon:hover {
    color: #FFFFFF;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu #smallScreenBasketValue {
    font-size: 20px;
    float: right;
    line-height: normal;
    width: 100%;
    margin-top: 13px;
    margin-right: -3px;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-4.columns.searchHolder {
    padding-top: 14px;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu #horizontalMenu {
    display: none;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu #verticalMenu {
    float: right;
    width: 30%;
    height: 65px;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu #verticalMenu:hover {
    cursor: pointer;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu #verticalMenu ul li .dinamicMenu {
    margin-right: 0;
    margin-left: -50%;
    margin-top: 20px;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu #verticalMenu ul li {
    margin-left: 50%;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu #verticalMenu #verticalMenuBox {
    right: 0;
    top: 65px;
  }

  .headerContainer .row .large-9.columns.mainBackground .row .large-8.columns.menu #verticalMenu #verticalMenuBox ul li {
    margin-left: 0;
  }
}
.blackBackground {
  background: #000000;
  position: relative;
  height: 75px;
  left: 0;
  width: 50%;
}

.mainBackground {
  background: #FF5700;
  position: relative;
  width: 50%;
}
.mainBackground.large-9.columns {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .blackBackground:before {
    content: "";
    background: black;
    height: 75px;
    right: 100%;
    position: absolute;
    width: 2600px;
  }
}
.blackBackground a {
  margin-right: 39px;
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .blackBackground.large-3 {
    width: 183px;
  }

  .mainBackground.large-8 {
    float: none !important;
    width: 100%;
    padding-left: 238px;
  }

  .mainBackground.large-9 {
    float: none !important;
    width: 100%;
    padding-left: 198px;
  }

  .headerContainer .logo {
    z-index: 9;
  }
}
@media only screen and (min-width: 1000px) {
  .mainBackground:before {
    background: #FF5700;
    height: 75px;
    left: 100%;
    position: absolute;
    width: 2600px;
  }
}
@media only screen and (min-width: 768px) {
  .mainBackground.large-9, .mainBackground.large-8 {
    width: 100%;
  }
}
.dinamicMenu {
  display: block;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 25px;
  width: 24px;
  height: 24px;
  background: url("../../resources/img/icons-s54705e3531.png") no-repeat;
  background-position: 0 -469px;
}
.dinamicMenu:hover {
  background-position: 0 -1056px;
}

.footerMenu {
  background: #222222;
  padding: 25px 0 30px 0;
  margin-top: 20px;
  font-family: Arial, sans-serif;
}
.footerMenu .row .columns.large-2 {
  min-height: 300px;
}
.footerMenu .row > .columns {
  padding-bottom: 20px;
}
@media only screen and (max-width: 420px) {
  .footerMenu .row > .columns {
    width: 50%;
  }
}
@media only screen and (max-width: 319px) {
  .footerMenu .row > .columns {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .footerMenu .row > .columns {
    padding-bottom: 0;
  }
}
.footerMenu h4 {
  color: #FF5700;
  font-family: Neuron-Light, arial, sans-serif;
  font-weight: normal;
  float: left;
  padding-right: 0.3125rem;
  margin-bottom: 10px;
  margin-top: 6px;
  font-size: 1.25rem;
  background: #222222;
}
.footerMenu h4 a {
  font-size: 21px;
  color: #FF5700;
}
.footerMenu .h4Title {
  margin-top: 0;
  position: relative;
}
.footerMenu .h4Title .lineHolder {
  padding-top: 1.25rem;
}
.footerMenu .h4Title .lineHolder hr {
  border-color: #444444;
  clear: none;
  margin: 0;
}
.footerMenu .h4Title:after {
  content: "";
  display: table;
  clear: both;
}
.footerMenu ul {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.25rem;
  list-style-position: outside;
  margin: 0 0 1.1875rem;
}
.footerMenu li {
  line-height: 20px;
  list-style: none;
}
.footerMenu a {
  color: #888888;
  font-size: 13px;
  line-height: 16px;
  margin-left: -2px;
  padding: 2px;
  background: #222222;
}
.footerMenu a:hover {
  background: #FF5700;
  color: #FFFFFF;
}

.footer {
  background: #000000;
  padding: 14px 0;
  position: relative;
  font-family: Arial, sans-serif;
}
.footer ul {
  text-align: center;
}
.footer ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.footer a {
  color: #888888;
  font-size: 13px;
}
.footer a:hover {
  color: #a2a2a2;
}
.footer #superBrands ul {
  display: table;
  width: 100%;
  height: 50%;
  margin: 0;
}
.footer #superBrands ul li {
  display: table-cell;
  vertical-align: middle;
}
.footer #superBrands ul li img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .footer #superBrands {
    height: auto !important;
    margin: 15px 0;
  }
}

.button, .button:hover, .button:focus, .ui-dialog .ui-dialog-buttonpane button, .jegyhu_main.container .basket .basket-header span.basket-countdown, .reveal .basket-countdown {
  background-color: #FF5700;
}

.jegyhu_main.container .primary-bg {
  background-color: #FF5700 !important;
}

.jegyhu_main.container .event-info {
  background-color: #222;
}

/*# sourceMappingURL=jegyhu_frame_correction.css.map */
