@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Quicksand:500&subset=latin-ext');

a, a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
img {
	vertical-align: middle;
}
.font1 {
	font-family: 'Quicksand', sans-serif;
}
.szin_arany {
	color: #a78128;
}
.nyitolap {
	height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(../images/Main_wall.jpg);
}
.alold.esemenyek {
	position: relative;
	min-height: inherit;
	display: flex;
}
.alold {
	min-height: 100vh;
	position: relative;
	padding-top: 97px;
}

.belsoold, .video, .static_bg {
	min-height: 100vh;
	position: relative;
}
.video {
	display: none;
}
.static_bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
}
header {
	position: absolute;
	top: 0;
	width: 100%;
	border-bottom: thin solid #000;
	z-index: 99;
	padding: 10px 0 0;
}
.logo_top {
	text-align: center;
}
.logo_top .logolink {
	display: inline-block;
}
.logo_top .logolink img {
	height: 36px;
	width: auto;
}
.topmenu {
	display: none;
}
.ikonok {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}
.topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
}
.topmenu li {
	float: left;
	padding: 0 5px;
	border-right: thin solid #000;
	position: relative;
	background-color: #FFF;
}
.topmenu ul ul {
	position: absolute;
	left: 0;
	background-color: #FFF;
	min-width: 200px;
	z-index:1;
	top: 18px;
	text-transform: none;
	font-size: 16px;
	padding-top: 10px;
	display: none;
}

.topmenu ul li:last-child ul {
	left: inherit;
	right: 0;
}
.topmenu ul ul li {
	float: none;
	padding-left: 5px;
	padding-right: 0px;
	border-right: none;
	margin-bottom:10px;
}
.topmenu li:first-child {
    padding-left: 0;
}
.topmenu ul ul li:first-child {
    padding-left: 5px;
}
.topmenu li:last-child {
	border-right: none;
	padding-right: 0;
}
ul.socials, ul.lang {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.socials li, ul.lang li {
	float: left;
}
ul.socials li {
	margin-right: 2px;
}
ul.socials li a {
	display: block;
	height: 31px;
	width: 31px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_socials.png);
}
ul.socials li .mail {
	background-position: left top;
}
ul.socials li .poi {
	background-position: -30px top;
}
ul.socials li .facebook {
	background-position: -60px top;
}
ul.socials li .kosar {
	background-position: -90px top;
}
ul.lang li {
	padding: 0 5px;
	line-height: 20px;
	
}
ul.lang li:first-child {
	border-right: thin solid #000;
}
ul.lang li:last-child {
	/*padding-right: 0;
	margin-top: 0px;*/
}
ul.lang .active a::after {
	position: absolute;
	content: "";
	width: 100%;
	display: block;
	background-color: #9d8856;
	height: 2px;
	bottom: -2px;
	left: 0;
}
ul.lang li a {
	font-size: 16.67px;
	color: #000;
	position: relative;
}
ul.lang li.share a {
	/*border-radius: 50%;
	border: thin solid #a78128;*/
	display: flex;
	
	align-items: center;
	justify-content: center;
}
ul.lang li.share {
	position: relative;
	margin-left: -5px;
}
header .slicknav_menu {
	background-color: transparent;
	position: relative;
}
header, header .slicknav_nav {
	background-color: rgba(255,255,255,1);
}
header .slicknav_nav a {
	color: #000;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
}
header .slicknav_nav li:hover a, .slicknav_nav .slicknav_row:hover {
	background: #a78128;
	color: #FFF;
}
header .slicknav_nav li:hover ul li a {
	background: transparent;
	color: #000;
}
header .slicknav_btn {
	background-color: #a78128;
	text-shadow: none;
}
header .mobilmenu .slicknav_btn {
	position: absolute;
	right: 5px;
	top: -35px;
}
header .slicknav_menu .slicknav_menutxt {
	text-shadow: none;
}
.oldallapozo {
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	animation-name: villogas;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	z-index: 10;
	cursor: pointer;
	display: none;
}
@keyframes villogas {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.oldallapozo img {
	width: 20px;
	height: auto;
}
footer {
	background-color: #a78128;
	padding: 30px 0;
	color: #FFF;
	font-size: 14px;
}
footer a, footer a:hover, footer a:focus {
	color: #FFF;
}
footer h3 {
	text-transform: uppercase;
	font-size: 18px;
}
.partnerek {
	background-position: center center;
	background-size: cover;
	background-image: url(../images/partner_hatter.jpg)
}
.layer_kitakaro {
	min-height: calc(100vh - 97px);
	background-color: rgba(255,255,255,0.8);
}
ul.footer_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.alold.partnerek .layer_kitakaro {
}
.alold.partnerek .layer_kitakaro .container {
	margin: auto;
}
.partnerek p.bev {
	font-size: 18px;
}
.btn-default, .btn-default:hover, .btn-default:focus {
	color: #FFF;
	background-color: #a78128;
	border-color: #adadad;
}
.esemenybox {
	margin-bottom: 30px;
}
.esemenybox .nyitokep {
	position: relative;
}
.kepkeret {
	border: 2px solid #000;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 3px #0003;
	box-shadow: 0px 2px 3px #0003;
}
.esemenybox .nyitokep .klikkelj {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	z-index: 1;
	font-size: 24vw;
}
.esemenybox .nyitokep .klikkelj span {
	margin: auto;
	color: #FFF;
	/*animation-name: villogas;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;*/
	text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	opacity: 0.8;
}
.esemenybox .esemenyleiras {
	text-align: justify;
}
.esemenybox .esemenycim, .esemenybox .nyitokep .infok .container-fluid h2 {
	font-size: 24px;
}
.esemenybox .nyitokep .infok .container-fluid h2 {
	margin-top: 0;
}
.esemenybox .nyitokep .infok {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	display: none;
}
.esemenybox .nyitokep .infok .container-fluid {
	margin: auto;
}
.esemenybox .nyitokep .infok .container-fluid .esemenydatum {
	padding-top: 0px;
	position: relative;
	padding-bottom: 0px;
}
.esemenybox .nyitokep .infok .container-fluid .esemenydatum::before {
	position: absolute;
	display: block;
	width: 15%;
	height: 2px;
	background-color: #FFF;
	content: "";
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.esemenybox .nyitokep .infok .container-fluid .esemeny_tovabb {
	color: #FFF;
	text-transform: uppercase;
	border: thin solid #FFFFFF;
	padding: 10px 20px;
	display: inline-block;
}
.esemenybox .nyitokep .infok .container-fluid .esmeny_close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 30px;
	cursor: pointer;
	display: none;
}
.tkep {
	position: relative;
}
.tkep .tkep_adatok {
	position: absolute;
	background-color: rgba(255,255,255,0.9);
	padding: 30px 15px;
	right: 15px;
	top: 50%;
	width: calc(100% - 30px);
	transform: translateY(-50%);
}
.tkep .tkep_adatok h1 {
	font-size: 25px;
	margin-top: 0;
}
.tkep .tkep_adatok p {
	font-size: 18px;
	padding-left: 40px;
	position: relative;
}
.tkep .tkep_adatok p:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #a78128
}
.tkep .tkep_adatok p.cim:before {
	content: "\e062";
}
.tkep .tkep_adatok p.mail:before {
	content: "\2709";
}
.tkep .tkep_adatok p.tel:before {
	content: "\e182";
}
.sectioncim {
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 0;
	background-image: -webkit-linear-gradient(180deg, rgba(167,129,40,1.00) 0%, rgba(167,129,40,1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(167,129,40,1.00) 0%, rgba(167,129,40,1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(167,129,40,1.00) 0%, rgba(167,129,40,1.00) 100%);
	background-image: linear-gradient(270deg, rgba(167,129,40,1.00) 0%, rgba(167,129,40,1.00) 100%);
	margin: 0px 0 30px;
	width: 100%;
}
.sectioncim_al {
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px 0;
	background-image: -webkit-linear-gradient(180deg, rgba(125,125,125,1.00) 0%, rgba(125,125,125,1.00) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(125,125,125,1.00) 0%, rgba(125,125,125,1.00) 100%);
	background-image: -o-linear-gradient(180deg, rgba(125,125,125,1.00) 0%, rgba(125,125,125,1.00) 100%);
	background-image: linear-gradient(270deg, rgba(125,125,125,1.00) 0%, rgba(125,125,125,1.00) 100%);
	color: #FFF;
	margin: 0px 0 30px;
	width: 100%;
}
.tavtart {
	position: relative;
	display: block;
	height: 0;
	width: 0;
	top: 0px;
}
.galeria img {
	margin-bottom: 30px;
}
[id*=esemenyold] {
	display: none;
}
#esemenyold0 {
	display: block;
}
.hs-responsive-embed {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.hs-responsive-embed, .hs-responsive-embed.hs-responsive-embed-youtube, .hs-responsive-embed.hs-responsive-embed-wistia, .hs-responsive-embed.hs-responsive-embed-vimeo {
	padding-bottom: 56.25%;
}
section.video {
	overflow: hidden;
}
.videoContainer {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.videoContainer video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*EDGE
.videoContainer video
{
    min-width: 100%;
    min-height: 100%;
	
}*/
.belsomenu2 h1, .belsoold h1 {
	font-size: 20px;
	display: none;
}
.belsoold h1 {
	padding-top: 20px;
	display: block;
}
.beloold_datum {
	font-size: 16px;
}
.belsomenu_ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
}
.belsomenu_ul li {
	float: left;
	text-transform: uppercase;
	cursor: pointer;
}
.mobilmenu_belso .slicknav_btn {
	position: relative;
	padding-right: 40px;
}
.mobilmenu_belso .slicknav_menu .slicknav_icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.modal-body {
	text-align: justify;
}
.scrollToTop {
	position: fixed;
	bottom: 30px;
	right: 15px;
	width: 55px;
	height: 55px;
	border-radius: 10px;
	background-color: #a78128;
	color: #FFF;
	z-index: 1;
	cursor: pointer;
	display: none;
	border: 2px solid #FFF;
}
.scrollToTop::after {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	content: "\e253";
}
.jegytipus {
	display: block;
	font-size: 24px;
	cursor: pointer;
}
.ar {
	padding: 10px 15px;
}
.jegyar {
	font-size: 24px;
	white-space: nowrap;
}
.jegyar.athuzott {
	text-decoration: line-through;
}
.elerhetoseg {
	color: #FFF;
	border-radius: 10px;
	padding: 2px 50px;
	margin: 0 auto;
}
.elerhetoseg.elerheto {
	background-color: #00ff40;
}
.elerhetoseg.elfogyott {
	background-color: #ff0000;
}
.jegydb {
	width: 50px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
	font-size: 24px;
}
.btn.btn-default.kosarba {
	border: none;
	background-color: transparent;
	color: #000;
	padding: 0;
	font-size: 30px;
}
.megn_elerh, .ar {
	text-align: center;
}
.row.jegy {
	border-bottom: thin solid #000;
}
.jegykosarba {
	text-align: center;
}
.megn_elerh, .ar, .kosar {
}
.jegymikor {
	display: block;
	font-size: 14px;
}
.jegy_nyithato {
	margin-bottom: 30px;
}
.jegy_nyithato .sectioncim_al.text-center.font1 {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.sectioncim_al.text-center.font1 .glyphicon {
	margin-left: 10px;
}
.villog {
	animation-name: villogas;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}
.jegytipus .glyphicon.glyphicon-info-sign.villog {
	margin-left: 10px;
}
.row.infokepek {
}
.palyakep img {
	padding: 5px;
	border: thin solid #a78128;
	margin-bottom: 15px;
}
.kosar_megn {
}
.kosar_megn .jegy_esemeny {
	display: block;
	text-align: center;
	background-color: #a78128;
	color: #FFF;
}
.kosar_megn .jegy_nev {
	display: block;
	text-align: center;
	font-size: 20px;
}
.kosar_egysegar, .kosar_osszesen {
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
}
.kosar_egysegar .egysegar {
	display: block;
	font-size: 14px;
}
.kosar_osszesen .osszesen {
	font-size: 14px;
	display: block;
}
.quantity {
	text-align: center;
}
span.spinner {
    cursor: pointer;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    background-color: #a78128;
    color: #fff;
    font-weight: bolder;
    padding: 0 12px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.darabszam {
    color: inherit;
    background-color: inherit;
    font-weight: 400;
    font-size: 16px;
    height: 43px;
    line-height: 1.75;
    border: solid 2px #a78128;
    max-width: 50px;
    width: 4em;
    text-align: center;
    vertical-align: middle;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}
.kosar_gombok {
	margin: 30px 0;
	text-align: center;
}
.row.kosarsor {
    margin-bottom: 10px;
	padding-bottom: 10px;
}
.row.kosar_osszesen_ar {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	border-top: 2px solid #000;
	padding-top: 15px;
}
.row.kosar_osszesen_ar .osszesen_cim {
	font-size: 20px;
}
.row.kosar_osszesen_ar .osszesen_ar {
	font-size: 30px;
}
.row.kosarsor.utolso {

}
.row.kosarsor.cim	{
		display: none;
	}
.kosarbeuszo {
	background-color: #a78128;
	position: fixed;
	right: 0;
	padding: 10px 15px;
	top: 30%;
	z-index: 5;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
.kosarbeuszo .icon {
	font-size: 40px
}
.kosarbeuszo_text {
display: block;
font-size: 18px;
line-height: 20px;}
.kosarbeuszo_tetel {
	font-size: 18px;
	line-height: 20px;
}
.kosarbeuszo_tetel_k {
	font-size: 16px;
}
.kosar_osszdb {
	text-align: center;
	font-size: 20px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	top: 10px;
}
.popup_kosar_butt {
	margin-bottom: 10px;
}
ul.social_list {
	list-style-type: none;
	position: absolute;
	right: 0;
	background-color: #FFF;
	width: 127px;
	padding-left: 0;
	border: thin solid #a78128;
	margin-top: 10px;
	border-radius: 10px;
	display: none;
}
ul.social_list li {
	float: left;
}
ul.lang ul.social_list li {
    border-right: none;
	margin-top: 0;
	padding: 5px;
}
ul.lang ul.social_list li a {
	border-radius: 0;
border: none;
	color: #a78128;;
	width: auto;
}
.kapcsolat_sectioncim {
	position: relative;
	display: flex;
align-items: center;
}
.kapcsolat_sectioncim i.fas {
	margin-right: 10px;
}
.kapcsolat_elvvonal {
	position: relative;
	height: 4px;
}
.kapcsolat_elvvonal:before {
	width: 200px;
height: 4px;
background-color: #d52b1e;
content: "";
display: block;
left: 50px;
position: relative;
}
.kapcsolatblokk {
	font-size: 16px;
	margin-bottom: 20px;
}
.kapcsolatmeret1 {
	display: block;
	font-size: 24px;
}
.zoom2 img {
	max-width: 100%;
	height: auto !important;
}
.paddock section.video, .paddock section.static_bg {
	display: none;
}
.paddock .bx-wrapper .bx-next {
    right: -0px;
}
.paddock .bx-wrapper .bx-prev {
    left: -0px;
}
.paddock .bx-wrapper {
    padding-top: 120px;
}
.paddock .bx-wrapper {
    margin: 0 auto 0px;
}	

#jegyek.tavtart {
	margin-top: 155px;
}
.alold.dokuk {
	padding-left: 15px;
padding-right: 15px;
	}
 .hungaroring_shop {
	 text-transform: uppercase;
	 color: #FFF;
	 background-color: #b69562;
	font-size: 26px;
	padding: 3px 10px;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	position: absolute;
	right: -15px;
	top: 10px;
 }   
.hungaroring_shop:hover, .hungaroring_shop:active {
	color: #FFF;
} 
.hungaroring_shop.mobil {
	display: block;
	text-align: center;
	margin-right: 0;
	float: none;
	position: relative;
	right: inherit;
	top: inherit;
 }
.ysolCookieInfoBox {box-shadow:rgba(0,0,0,0.5) 0px 0px 4px;}
.ysolCookieInfoBox a.read, .ysolCookieInfoBox a.read:visited {color:#F1D600;text-decoration:none;}
.ysolCookieInfoBox a.accept, .ysolCookieInfoBox a.accept:visited {background:#F1D600;color:#000000;border-radius:3px;text-decoration: none;padding: 6px 26px 6px 26px;margin-top:-4px;} 
.bank-logos {
	display:flex;
	justify-content: center;
	margin-top: 15px;
	background-color: #fff;
}
/*.alold.kapcsolat .container-fluid + .container-fluid {
	display: none;
}*/