@import url("../fonts/fonts.css");

body {
	padding: 0px;
	margin: 0px;
	color: #333;
	font: normal 16px 'miso', sans-serif;
	font-smooth: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	/* min-height: 100%; */
	overflow-x: hidden !important;
}
#korbe, html, body {
	width: 100%;
	overflow-x: hidden !important;
}

/*
@media only screen and (orientation:portrait){
	body {  
		height: 100vw;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@media only screen and (orientation:landscape){
	body {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
*/

img {
	outline: none none;
}

a {
	color: #4365ac;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}


.margin10b {
	margin-left: 10px;
}
.margin10j {
	margin-right: 10px;
}

.padding10b {
	padding-left: 10px;
}
.padding10j {
	padding-right: 10px;
}

.padding10 {	padding: 10px; }
.margin10 {	margin: 10px; }

.feher, a.feher {
	color: #fff;
}

.kek, a.kek {
	color: #4365ac;	
}
.piros, a.piros {
	color: #f00;	
}
.narancs, a.narancs {
	color: #f00;	
}

.fekete {
	color: #000;
}
.barna, a.barna {
	color: #6d4424;
}

.gold, a.gold {
	color: #a18151;
}

.piroskeret {
	border: 2px solid red;
}


.bold {
	font-weight: bold;
}
.dolt, .italic {
	font-style: italic;
}

.egyes { font-size: 14pt; }
.kettes { font-size: 18pt; }
.harmas { font-size: 22pt; }
.negyes { font-size: 26pt; }

h1, h2, h3, h4 {
	font-weight: normal;
	font-style: italic;
	font-family: Bodoni, garamond, times, serif;
	font-size: 40px;
}

h1 {
	margin: 0px;
}


.nagycim {
	font-style: italic;
	font-family: Bodoni, garamond, times, serif;
	font-size: 32px;
}

.bodoni {
	font-family: Bodoni, garamond, times, serif;
}


p {
	margin-left: 30px; 
	margin-right: 30px; 
}


.balra {
	float: left;
}

.jobbra {
	float: right;
}


.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.feloszlop {
	width: 50%;
}
.harmadoszlop {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.nagybetu {
	text-transform: uppercase;
}


.center {
	text-align: center;
}


.nullwrapper {
	height: 0px;
	width: 100%;
}
.dots {
	display: inline-block;
	height: 10px;
	width: 80%;
	background: transparent url(../assets/sep_dots.png) center center no-repeat;
}
img.sepkarika {
	display: inline-block;
	height: 10px;
	width: auto;	
}
.wdots {
	display: inline-block;
	height: 10px;
	width: 80%;
	background: transparent url(../assets/sep_dots_w.png) center center no-repeat;
}
.gdots {
	display: inline-block;
	height: 10px;
	width: 80%;
	background: transparent url(../assets/sep_dots_g.png) center center no-repeat;
}



form {
	padding: 0px;
	margin: 0px;
}


/* neoport JS stuff*/

div.popupunderlay {
	background-color: rgba(0, 0, 0, .95);
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}


#overlaywarning {
	border: 1px solid #ff0;
	border-radius: 8px;
	color: #ff0;
	font-size:  14px;
	background-color: #000;
	padding: 5px;
	position: fixed;
	width: 400px;
	text-align: center;
	z-index: 20;
	box-shadow: 2px 2px 6px rgba(0,0,0,.60);
}

.warning {
	border: 1px dotted red;
	border-radius: 8px;
	color: red;
	font: bold 13px;
	padding: 5px;
	text-align: center;
	background-color: white;
}

div.rounded_popup {
	border: 1px solid #ff0;
	border-radius: 8px;
	color: black;
	background-color: #000;
	padding: 5px;
	position: fixed;
	text-align: center;
	z-index: 20;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .60);
}


#popupimg_wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 20;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

#popupimg_wrapper img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

#popupvideo_wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 20;
	width: 848px;
	height: 480px;
	display: block;
	
}
#popupvideo_close {
	position: fixed;
	display: block;
	z-index: 100;
	cursor: pointer;
}


/* fomenu */

#fomenu {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0px;
	padding: 15px 0px 10px 0px;
	left: 0px;
	text-transform: uppercase;
	font-size: 20px;
	z-index: 6;
	font-family: 'misolight', sans-serif;
}

#fomenu a {
	display: inline-block;
	color: #fff;
	margin: 0px 20px 0px 20px;
}
#fomenu a:hover {
	color: #a6a6a6;
	text-decoration: none;
}
#fomenu div.langmenu {
	float: left;
	height: 20px;
}
#fomenu div.socials {
	float: right;
	height: 25px;
}
#fomenu div.socials a {
	margin: 0px 10px 0px 10px;
}


#fomenu .socials img {
	height: 20px;
	width: auto;
	display: inline-block;
}


#fomenu .langmenu a {
	font-size: 14px;
}


#mobilmenu {
	display: none;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}


div.dropdown {
	width: 200px;
	margin-top: 50px;
	background-color: rgba(0,0,0,.45);
	z-index: 20;
	position: fixed;
	display: none;
	padding:  10px 0px 20px 30px;
	top: 10px;
	text-align: left;
	font-family: 'misolight', sans-serif;
}

div.dropdown a {
	display: block;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-size: 20px;
	text-align: left;
}


div.dropdown div.dropdown_toggle {
	display: none;
	padding-left: 15px;
}
div.dropdown div.dropdown_toggle a {
	padding: 3px;
	font-size: 16px;	
}

/* slideshow */


#slideshow {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: block;
}

#galeriaslide {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.slideshow_prev {
	position: absolute;
	left: 0px;
	width: 150px;
	height: 100%;
	z-index: 5;
	cursor: pointer;
}
.slideshow_prev:hover {
	background: transparent url(../assets/prev.png) 10px center no-repeat;
}
.slideshow_next {
	position: absolute;
	left: calc(100% - 150px);
	width: 150px;
	height: 100%;
 	z-index: 5;
	cursor: pointer;
}
.slideshow_next:hover {
	background: transparent url(../assets/next.png) 80px center no-repeat;
}
.slidespacer {
	position: relative;
	height: auto;
	width: 100%;
	display: block;
}


img.oneslide {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 2;
	left: 100%;
}

.slideshow img.slide1 {
	left: 0px;
}

.slideshow .slideover {
	max-width: 50%;
	width: auto;
	height: auto;
	position: relative;
	z-index: 5;
	top: 75px;
	display: none;
}

#slideindicator {
	position: relative;
	z-index: 5;
	text-align: center;
	top: -40px;
}
#slideindicator img {
	cursor: pointer;
}

#galeria_gordito {
	width: 100%;
	max-height: 450px;
	height: 50%;
	white-space: nowrap;
	overflow: hidden;
}
#gordito_inner {
	height: 100%;
}

#galeria_gordito img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
#programok_gordito {
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#programok_gordito img {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/* popup galeria */
#gallerycontainer {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 40;
	left: 0px;
	top: 0px;
}

#gallerycontainer img.galleryimg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#gallerycontainer img.gallery_prev {
	display: block;
	position: fixed;
	left: 10px;
	top: 50%;
	z-index: 42;
}
#gallerycontainer img.gallery_next {
	display: block;
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 42;
}
#galleryclose {
	display: block;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 42;
}


.gordito_prev {
	position: absolute;
	left: 10px;
	width: 150px;
	z-index: 10;
	cursor: pointer;
	height: 100%;
	max-height: 500px;
}
.gordito_prev:hover {
	background: transparent url(../assets/prev.png) left center no-repeat;
}
.gordito_next {
	position: absolute;
	right: 10px;
	width: 150px;
 	z-index: 10;
	cursor: pointer;
	height: 100%;
	max-height: 500px;
}
.gordito_next:hover {
	background: transparent url(../assets/next.png) right center no-repeat;
}


/* main blox */


div.mainblock {
	background-position: center center;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	width: 100%;
	clear: both;
	overflow: hidden !important;
	font-size: 22px;
}


div.mainblock_fix {
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: fixed; */
	width: 100%;
	clear: both;
	overflow: hidden !important;
	font-size: 22px;
}

#rolunk { background-image: url(../assets/bg_1.jpg); }
#kinalat { background-image: url(../assets/bg_2.jpg); }
#galeria { background-image: url(../assets/bg_1.jpg); }
#delivery { background-image: url(../assets/bg_1.jpg); }
#programok { background-image: url(../assets/bg_1.jpg); }
#rendezveny { background-image: url(../assets/bg_rendezveny.jpg); }
#foglalas { background-image: url(../assets/bg_1.jpg); }
#hirlevel { background-image: url(../assets/bg_5.jpg); }
#torzskartya { background-image: url(../assets/bg_1.jpg); }
#lablec { background-image: url(../assets/bg_6.jpg); }

#terkep_hatter, #pdf_viewer {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000;
}
#pdf_viewer iframe {
	width: calc(100% - 50px);
	height: 100%;
}


#terkep {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#terkep_close, #pdf_close {
	position: fixed;
	top: 0px;
	right: 20px;
	z-index: 101;
	display: none;
	cursor: pointer;
}
#terkep_search {
	position: fixed;
	top: 20px;
	left: 20px;
	width: 350px;
	z-index: 101;
	display: none;
	/*
	background-color: #fff;
	padding: 10px;
	*/
}

#terkep_search input[type=text] {
	background-color: #6d4424;
	color: #fff;
	font: normal 18px 'miso', sans-serif;
	border: none;
	padding: 3px;
	width: 250px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.60);
}

div.kinalatgomb {
	border: 1px solid #a88a58;
	padding: 8px;
	color: #cfac77;
	text-transform: uppercase;
	background-color: #1b1b1b;
	text-align: center;
	margin: 18px 0px 18px 0px;
	max-width: 350px;
}
div.kinalatgomb div.nagycimke {
	display: inline-block;
	font-size: 26px;
}
div.kinalatgomb div.kiscimke {
	display: inline-block;
	font-size: 18px;
}


.belso_szoveg {
	position: relative;
	width: 100%;
	z-index: 1;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}
/*
#delivery .belso_szoveg {
	background: transparent url(../img/hsz.jpg) center top no-repeat;
	background-size: 90% auto;
}
*/


#hszbg {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	background: transparent url(../img/hsz.jpg) center top no-repeat;
	
	/* 
	 background-size: 100% auto ;
	 background-attachment: fixed;
	 */
	color: #fff;
}


#delivery img.hatterkep {
	max-width: 80%;
	height: auto;
}

div.deliverygomb {
	border: 1px solid #a88a58;
	padding: 5px;
	color: #cfac77;
	text-transform: uppercase;
	background-color: rgba(0,0,0,.70);
	text-align: center;
	margin: 5px 0px 5px 0px;
	display: inline-block;
	font-size: 20px;
	cursor: pointer;
	width: 200px;
}


#foglalas input[type=text], #foglalas textarea, #foglalas select {
	background-color: #6d4424;
	color: #fff;
	font: normal 18px 'miso', sans-serif;
	border: none;
	padding: 3px;
}

#foglalas input.piroskeret {
	border: 2px solid red;
}


#foglalasinputok {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#foglalasinputok .tores {
	display: inline;
}


.input_szeles {
	width: 200px;
	margin: 0px 10px 0px 10px;
}
.input_kicsi {
	width: 84px;
}
.input_kozepes {
	width: 200px;
}


#foglalas img.varjuk {
	width: 20%;
	max-width: 628px;
	height: auto;
}
#foglalas .motives {
	width: 15%;
	max-width: 400px;
	height: auto;	
}


#foglalas .submit, #hirlevel .submit, #torzskartya .submit {
	background-color: #a18151;
	color: #fff;
	text-transform: uppercase;
	font: normal 24px 'miso', sans-serif;
	padding: 15px;
	text-align: center;
	border: none;
	min-width: 220px;
}
#foglalas_hirlevel {
	cursor: pointer;
}


#hirlevel input[type=text], #torzskartya input[type=text] {
	background-color: #fff;
	color: #6d4424;
	font: normal 18px 'miso', sans-serif;
	border: none;
	padding: 3px;
}

#hirlevel input.piroskeret, #torzskartya input.piroskeret {
	border: 2px solid red;
}

#lablec .osztas {
	display: inline-block; 
	padding-right: 10px; 
	margin-right: 10px; 
	border-right: 1px solid #6d4424;
	vertical-align: top;
	/* max-width: 480px; */
	width: 30%;
	font-size: 24px;
	color: #fff;
	text-align: left;
}
#lablec .osztas:last-of-type {
	border-right: none;
}
#lablec .osztas img {
	max-width: 80%;
	height: auto;
	display: block;
	margin-left: 30px;
} 

#lablec img.kartyalogok {
	max-width: 33%;
	height: auto;
}


#lablec img.arrivederci {
	max-width: 30%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#lablec img.motif {
	max-width: 33%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 20px 0px;
}


#debugger {
	position: fixed;
	background-color: rgba(0,0,0,.60);
	color: #fff;
	height: 25px;
	width: 100%;
	left: 0px;
	top: 0px;
}


@media screen and (max-width: 1440px) {
	#fomenu a {
		margin: 0px 0px 0px 10px;
	}
}

@media screen and (max-width: 1024px) {
	.egyes { font-size: 12px; }
	.kettes { font-size: 14px; }
	.harmas { font-size: 16px; }
	.negyes { font-size: 18px; }
	#rolunk { font-size: 16px; letter-spacing: auto; }
	div.kinalatgomb {
		border: 1px solid #a88a58;
		padding: 10px;
		max-width: 250px;
	}
	div.kinalatgomb div.nagycimke {
		font-size: 22px;
	}
	div.kinalatgomb div.kiscimke {
		font-size: 16px;
	}
	
	/*
	#galeria_gordito {
		height: 250px;
	}
	*/
	
	
	div.mainblock {
		/* background-size: 200% auto; */
		width: 100%;
		clear: both;
	}
	
	div.deliverygomb {
		font-size: 20px;
		width: 200px;
	}
	
	#delivery img.hatterkep {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	#delivery .belso_szoveg {
		font-size: 16px;
	}

	.harmadoszlop {
		width: 45%;
		display: block;
		float: left;
	}
	.harmadoszlop:last-of-type {
		clear: both;
		display: width: 100%;
		float: none;
	}
	
	.input_kicsi {
		width: auto;
	}
	.input_kozepes {
		width: 150px;
	}

	#lablec img.arrivederci {
		max-width: 50%;
		height: auto;
	}
	#lablec .osztas {
		font-size: 22px;
	}
	#rendezveny {
		/* background-size: auto 100%; */
		
	}
}

@media screen and (max-width: 800px) {
	#slideshow .slideshow_prev, #slideshow .slideshow_next {
		display: none !important;
	}

	#fomenu {
		position: fixed;
		top: 0px;
		padding: 15px 0px 10px 0px;
		box-shadow: 2px 2px 8px rgba(0,0,0,.40);
		background-color: #000;
	}


	#fomenu a {
		display: none;
	}
	
	#fomenu .langmenu a, #fomenu .socials a {
		display: inline;
		font-size: 24px;
	}
	
	#mobilmenu {
		display: block;
	}

	#slideshow .slideover {
		top: 50px;
	}
	
	div.dropdown {
		width: 400px;
		background-color: rgba(0,0,0,.70);
	}

	#lablec .osztas {
		display: block; 
		border-right: none;
		border-bottom: 1px solid #6d4424;
		width: auto;
		margin-left: 40px;
		margin-right: auto;
	}
	#lablec .osztas:last-of-type {
		border-bottom: none;
	}
	#hszbg {
		background: transparent url(../img/hsz2.jpg) center top no-repeat;
	}
	#foglalasinputok .tores {
		display: block;
		clear: both;
		height: 10px;
	}
	
	.input_szeles {
		display: block;
		margin: 10px auto 10px auto;
	}
	
	#galeria_gordito {
		height: 200px;
	}
	#galeria .gordito_prev, #galeria .gordito_next {
		height: 200px;
		display: block;
	}
	#galeria_gordito img {
		height: 100%;
		width: auto;
		max-width: none;
		max-height: none;
	}
	
	#programok .slideshow_prev, #galeria .gordito_prev {
		background: transparent url(../assets/prev.png) 10px center no-repeat;
		display: block;
	}
	#programok .slideshow_next, #galeria .gordito_next {
		display: block;
		background: transparent url(../assets/next.png) 80px center no-repeat;
	}
	
}

@media screen and (max-width: 800px) and (orientation: portrait ){
	div.dropdown a {
		font-size: 52px;
		text-align: left;
	}

	div.dropdown div.dropdown_toggle a {
		font-size: 36px;	
	}	
	
}

@media screen and (max-width: 800px) and (orientation: landscape ){
	div.dropdown {
		padding:  10px;
	}


	div.dropdown a {
		font-size: 24px;
		text-align: left;
		padding: 5px;
	}

	div.dropdown div.dropdown_toggle a {
		font-size: 18px;	
	}	
	
	.slideshow_prev:hover {
		background-position: 10px 45%;
	}
	.slideshow_next:hover {
		background-position: 80px 45%;
	}
	
}