

body {
	min-height: 100vh;
	//font-family: 'IBM Plex Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	overflow-x: hidden;

}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

img {
	max-width: 100%;
}

p {
	display: inline-block;
}

.font2 {
	font-family: 'IBM Plex Sans', sans-serif;
}

.container-fluid {
	min-height: 100vh;
	background-color:  white;
}
.main-container {
	padding: 0px 0px 60px 0px;
	margin: 0px;
}


.header_mobile {
	height: 65px;
	position: fixed;
	width: 100%;
	margin: 0!important;;
	-webkit-box-shadow: 0px 3px 18px -2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 18px -2px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 18px -2px rgba(0,0,0,0.4);
	z-index: 9995;
}

.logo_holder {
	text-align: center;
}
.logo_holder img {
	width: 30px;
	margin-top: 22px;
	display: none;
}


.bars_holder {
	text-align: left;
}
.info_holder {
	text-align: right;
}
.circlebg {
	position: relative;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	margin-top: 13px;
	display: inline-block;
}
.info_holder  a {
	position: absolute;
	top: -2px;
	left: 16px;
	font-size: 30px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	text-decoration: none;
}
.info_holder .circlebg_x {
	display: none;
}
.info_holder.open .circlebg_x {
	position: relative;
	width: 41px;
	height: 41px;
	border-radius: 50%;
	margin-top: 13px;
	display: inline-block!important;
}
.info_holder.open  a {
	position: absolute;
	top: -2px;
	left: 10px;
	font-size: 30px;
	color: #000;
	font-style: normal;
	text-decoration: none;
}
.info_holder.open .circlebg {
	display: none;
}





.bars_holder .circlebg .nav-icon_holder {
	position: absolute;
	top: 3px;
	left: -4px;
	transform: scale(0.7, 0.7);;
}


.mobile_page_holder {
	position: fixed;
	top: 65px;
	left: -100%;
	padding: 20px 25px 20px 25px;
	background-color: rgba(	36,33,48,0.99);
	width: 100%;
	height: 100vh;
	z-index: 9994;
	text-align: left;
}
.mobile_page_holder .title {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 20px 0px 10px 0px;
	text-transform: uppercase;
}
.mobile_page_holder .text {
	font-size: 16px;
	color: #fff;
	padding-bottom: 20px;
}
.mobile_page_holder .line {
	background:  #fff;
	width: 100%;
	height: 1px;
}




.mobile_menu_holder, .mobile_info_holder {
	position: fixed;
	top: 65px;
	left: -100%;
	padding: 40px 25px 0 25px;
	background-color: rgba(	36,33,48,0.9);
	width: 100%;
	height: 100vh;
	z-index: 9993;
	text-align: left;
}
.mobile_info_holder {
	left: 100%;

}
.mobile_menu_holder .button, .mobile_info_holder .button {
	text-decoration: none;
	font-size: 35px;
	line-height: 40px;
	color: #fff!important;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding: 18px 0px 18px 0px;
}
.mobile_menu_holder .line, .mobile_info_holder .line {
	background:  #fff;
	width: 100%;
	height: 1px;
}

.title1 {
	margin-top: 24px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
}
.title2 {
	margin-top: 24px;
	font-size: 28px;
	color: #212121;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
}

.arrow_box1_holder {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

.arrow_box1 {
	display: inline-block;
	position: relative;
	background: #5e5870;
	border: 0px solid #c2e1f5;
	width: 60%;
	padding: 14px;
	font-size: 14px;
	font-style: italic;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.arrow_box1:after, .arrow_box1:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box1:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #5e5870;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box1:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 0px;
	margin-left: -36px;
}

.arrow_box2_holder {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

.arrow_box2 {
	display: inline-block;
	text-align: left;
	position: relative;
	background: #a1a1a1;
	border: 0px solid #a1a1a1;
	color: #fff;
	width: 86%;
	padding: 14px;
	font-size: 14px;
	font-style: italic;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.arrow_box2:after, .arrow_box2:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #a1a1a1;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box2:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 0px;
	margin-left: -36px;
}

.dirinfobutton_holder {
	font-size: 18px;
	margin-top: 3px;
}

.q_text {
	padding-top: 24px;
	color: #212121;
	font-weight: 600;
	font-size: 18px;
	text-align: left;
	padding-left: 7%;
	padding-right: 7%;
	padding-bottom: 24px;
}

.q_text2 {
	padding-top: 24px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-align: left;
	padding-left: 7%;
	padding-right: 7%;
	padding-bottom: 24px;
	/*color: #fff; text-align: center; font-family: 'IBM Plex Sans', sans-serif; font-size: 16px;*/
}

.picholder {
	min-height: 200px;
	width: 100%;
	text-align: center;
	background-color: #ffde00;
	padding: 20px;
}
.picholder img {
	max-height: 300px;
	max-width: 100%;
}


.playcode_input_holder {
	margin-top: 40px;
	text-align: center;
}

.playcode_input_holder .playcode_input {
	border: 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 60%;
	text-align: center;
	font-size: 55px;
	font-family: 'IBM Plex Sans', sans-serif;
	margin-bottom: 30px;
	background: rgba(255,255,255,0);
}
.playcode_input_holder .playcode_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #aaa;
	font-style: italic;
	font-size: 24px;
}
.playcode_input_holder .playcode_input::-moz-placeholder { /* Firefox 19+ */
	color: #aaa;
	font-style: italic;
	font-size: 24px;
}
.playcode_input_holder .playcode_input:-ms-input-placeholder { /* IE 10+ */
	color: #aaa;
	font-style: italic;
	font-size: 24px;
}
.playcode_input_holder .playcode_input:-moz-placeholder { /* Firefox 18- */
	color: #aaa;
	font-style: italic;
	font-size: 24px;
}
.dirinfo_after_success_holder {
	display: none;
	font-size: 16px;
	font-style: italic;
	padding: 20px;
}

.button_big {
	display: inline-block;
	width: auto;
	height: auto;
	min-height: 44px;
	font-size: 22px;
	padding: 6px 22px 6px 22px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}
.button_small {
	display: inline-block;
	width: auto;
	height: 38px;
	font-size: 16px;
	padding: 6px 22px 6px 22px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}
.button-red {
	color: #fff;
	background:  #e31e25;
}
.button-grey {
	color: #fff;
	background:  #a1a1a1;
}
.button-yellow {
	color: #212121;
	background:  #ffde00;
}


.inventory_holder {
	position: fixed;
	bottom: -330px;
	left: 0%;
	width: 100%;
	height: 370px;
	text-align: center;
	color: #212121;
	z-index: 9980;
}


.inventory_bg {
	position: relative;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	margin-top: 40px;
	margin-left: -15%;
	background: #ffde00;
	width: 130%;
	padding-left: 15%;
	padding-right: 15%;
	height: 320px;
	text-align: center;

	-webkit-box-shadow: 0px -6px 14px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -6px 14px -8px rgba(0,0,0,0.75);
	box-shadow: 0px -6px 14px -8px rgba(0,0,0,0.75);
}

.inventory_inner {
	position: relative;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	margin-top: 0px;
	margin-left: -15%;
	width: 130%;
	height: 320px;
	text-align: center;
	overflow: hidden;
}


.inventory_content {

	position: absolute;
	top: 30px;
	left: 0%;
	width: 100%;
	height: 320px;
	text-align: center;
}
.inventory_content_bag {
	display: none;
	position: absolute;
	top: 38px;
	left: 0%;
	width: 100%;
	height: 320px;
	text-align: center;
}

.inventory_button {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -45px;
	background-color: #ffde00;
	width: 90px;
	height: 45px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	//background-image: url('https://play.landventure.hu/plugins/page/images/inv_button-yellow.png');
	background-repeat: no-repeat;
	background-size: 34px 26px;
	background-position: 50% 50%;
	text-align: center;
	-webkit-box-shadow: 0px -6px 14px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -6px 14px -8px rgba(0,0,0,0.75);
	box-shadow: 0px -6px 14px -8px rgba(0,0,0,0.75);
	z-index: 9990;
}
.inventory_button img {
	width: 30px;
	margin-top: 8px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-ms-transition: -ms-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.inventory_button.open img {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}








.inventory_holder .title {
	font-size: 16px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.inventory_holder .item_holder_holder {
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	max-width: 500px;
	margin: auto;
	font-size: 0px;
}

.inventory_holder .item_holder {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 33.333%;
	padding: 14px;
}
.inventory_holder .item_holder4 {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 25%;
	padding: 14px;
}
.inventory_holder .item_holder5 {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 20%;
	padding: 14px;
}
.inventory_holder  .item {
	position: relative;
}
.inventory_holder  .item img {
	width: 100%;
	max-width: 100px;
}
.inventory_holder .item_holder .item_name {
	padding-top: 13px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}
.inventory_holder .item_holder4 .item_name {
	padding-top: 14px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}
.inventory_holder .item_holder5 .item_name {
	padding-top: 12px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}

.inventory_holder .backbutton_holder {
	position: absolute;
	text-align: center;
	bottom: 62px;
	width: 100%;
	height: 42px;
}



.inventory_holder .button_holder_holder {
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}

.inventory_holder .button_holder {

	text-align: center;
}
.inventory_holder .button_holder1 {
	padding: 30px 0px 0px 16%;
}
.inventory_holder .button_holder2 {
	padding: 0px 8% 0px 8%;
}
.inventory_holder .button_holder3 {
	padding: 30px 16% 0px 0px;
}
.inventory_holder .button_holder .button {
	position: relative;
	width: 100%;
}
.inventory_holder .button_holder .button img {
	width: 100%;
	max-width: 85px;
}
.inventory_holder .button_holder .button_name {
	padding-top: 13px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}
.inventory_holder .button_holder .helpnum {
	position: absolute;
	width: 100%;
	top: 34px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}



.inventory_holder .stepcounter_holder {
	padding-top: 10px;
	padding-left: 18%;
	padding-right: 18%;
}
.inventory_holder .stepcounter_holder .stepcount {
	padding-top: 0px;
	font-size: 26px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}
.inventory_holder .stepcounter_holder .stepcount .mainnum {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.inventory_holder .stepcounter_holder .stepcount .slash {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	vertical-align: middle;
	margin-top: 2px;
	margin-left: 4px;

}
.inventory_holder .stepcounter_holder .stepcount .allnum {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
	margin-top: 2px;
}
.inventory_holder .stepcounter_holder .stepslider {
	width: 100%;
}


.inventory_holder .stepcounter_holder .stepslider_holder {
	position: relative;
	padding-top: 20px;
	width: 100%;
	height: 50px;
	//background-color: rgba(255,0,0,0.1);
}
.inventory_holder .stepcounter_holder .stepslider, .inventory_holder .stepcounter_holder .stepslider_full {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #212121;
	height: 10px;
}
.inventory_holder .stepcounter_holder .stepslider_full {
	background-color: #212121;
	width: 60%;
}
.inventory_holder .stepcounter_holder .stepslider_circle {
	position: absolute;
	background-color: #212121;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: 4px;
	left: 60%;
	margin-left: -10px;
}


.cover {
	display: none;
	position: fixed;
	top: 65px;
	left: 0;
	padding: 0;
	background-color: rgba(	33,33,33,0.85);
	width: 100%;
	height: 100vh;
	z-index: 9991;
	text-align: center;
	opacity: 1;
}

.cover_result_ok {
	display: none;
	position: fixed;
	top: 65px;
	left: 0;
	padding: 0;
	background-color: rgba(	33,33,33,0.85);
	width: 100%;
	height: 100vh;
	z-index: 9992;
	text-align: center;
	opacity: 1;
}

.window1 {
	position: relative;
	display: none;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	overflow: hidden;
	height: auto;
	margin: auto;
	margin-top: 80px;
	min-height: 100px;
	width: 78%;
	min-width: 300px;
}
.window1 .title_holder {
	background: #ffde00;
	color: #212121;
	min-height: 47px;
	padding-top: 3px;
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}

 .window1 .window_close {
	position: absolute;
	top: 6px;
	right: 15px;
	color: #212121;
	font-size: 22px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	cursor: pointer;
}
.window1 .window_close2 {
	position: absolute;
	top: 6px;
	right: 15px;
	color: #212121;
	font-size: 22px;
	width: 34px;
	height: 34px;
	text-align: center;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	cursor: pointer;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}
.window1  .window_content_holder {
	min-height: 60px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

 .window1  .window_content {
	background: url('https://play.landventure.hu/plugins/page/images/bg-window-yellow.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 28px 20px 28px 20px;
	font-weight: 600;
	font-size: 18px;
	color: #212121;
}

 .window1  .window_content .icon_holder {
	position: relative;
	height: 57px;
	padding-bottom: 3px;
	margin-bottom: 16px;
}
.window1  .window_content .icon_holder img {
	height: 57px;
}
.window1  .window_content .icon_holder .helpnum {
	position: absolute;
	width: 100%;
	top: 7px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
}
 .window1  .window_content .helptext, .cover .window1  .window_content .text {
	padding: 10px 0px 0px 0px;
}
 .window1  .window_content .wrongtext {
	font-size: 18px;
	font-weight: 600;
	padding: 20px 0px 20px 0px;
}
.window1  .window_content .helptext_plus {
	padding: 10px 0px 0px 0px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	height: auto;
}

.window1  .window_content .window1_button_holder {
	padding-top: 40px;
}

 .window1  .window_content .oktext {
	font-size: 18px;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	height: auto;
	padding-top: 6px;
}

.window1  .window_content .result_title {
	font-size: 18px;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	height: auto;
	padding-top: 32px;
	padding-bottom: 16px;
}

.window1  .window_content .star_holder {
	position: relative;
	width: 100%;
	max-width: 260px;
	text-align: center;
	height: 80px;
	margin: auto;
}
.window1  .window_content .star_holder img {
	position: absolute;
	width: 28%;
	top: 0px;
}
.window1  .window_content .star_holder #star1 {
	left: 0;
}
 .window1  .window_content .star_holder #star2 {
	left: 36%;
}
 .window1  .window_content .star_holder #star3 {
	right: 0;
}

 .window1  .window_content .result_point {
	font-size: 34px;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	height: auto;
	padding-top: 4px;
}

 .window1  .window_content .result_better {
	font-size: 15px;
	text-align: center;
	height: auto;
	padding-top: 20px;
}

.window1  .window_content .result_holder {
	text-align: center;
	height: auto;
	padding-top: 20px;
}
 .window1  .window_content .result_holder .result_time {
	height: 65px;
	width: auto;
 	margin-top: 4px;
	 margin-bottom: 7px;
}
 .window1  .window_content .result_holder .result_help {
	height: 62px;
	width: auto;
	margin-top: 6px;
 	margin-bottom: 8px;
}
.window1  .window_content .result_holder .result_wrong {
	height: 79px;
	width: auto;
	margin-top: -3px;
	margin-bottom: 0px;
}
 .window1  .window_content .result_holder .subtext {
	font-size: 15px;
	 line-height: 17px;
	 min-height: 37px;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	height: auto;
	padding-top: 5px;
}
 .window1  .window_content .result_holder .subtext_result {
	font-size: 33px;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	height: auto;
	padding-top: 3px;
 }
.window1  .window_content .continue_text {
	font-size: 14px;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	height: auto;
	padding-top: 12px;
	font-style: italic;
}







 .window2 {
	position: relative;
	display: none;

	overflow: hidden;
	height: auto;
	margin: auto;
	margin-top: 15px;
	height: 100%;
	min-height: 100px;
	width: 100%;
	padding: 0 3% 0 3%;

}
 .window2 .title_holder {
	color: #fff;
	width: 100%;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
 .window2 .window_close {
	position: absolute;
	top: -7px;
	right: 3%;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	cursor: pointer;
}
 .window2  .window_content_holder {
	height: 100%;
	max-height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	//background: red;
}

.window2  .window_content {
	background: url('https://play.landventure.hu/plugins/page/images/bg-window-yellow.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 28px 20px 28px 20px;
	width: 70%;
	margin: auto;
	height: 100%;
	font-weight: 600;
	font-size: 18px;
	color: #212121;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.window2 .pp_page_holder {
	position: relative;
	background: url('https://play.landventure.hu/plugins/page/images/bg-window-yellow.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 10px 20px 30px 20px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
 .window2 .pp_page_holder .pagecount {
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	width: 100%;
}


.window2 .pp_page_holder .pp_pic_holder {
	text-align: center;
	padding: 20px 0px 30px 0px;
}
.window2 .pp_page_holder .pp_pic_holder .pp_pic {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: #2b2b2b;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
 .window2 .pp_page_holder .pp_data_row {
	border-bottom: 1px solid #212121;
	color: #212121;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 12px;
	margin-bottom: 12px;
	text-align: left;
}

 .window2 .pp_page_holder .pp_data_row:last-child {
	border-bottom: 0px solid #000;
}

.window2 .pp_page_holder .pp_data_row .pp_data_row_data1 {
	text-transform: uppercase;
}

.window2 .pp_page_holder .pp_data_row .pp_data_row_data1, .cover .window2 .pp_page_holder .pp_data_row .pp_data_row_data2 {
	display: inline-block;
}

.animate_scale1_2 {
	animation: scale1_2 0.5s;
}
@keyframes scale1_2 {
	0% {transform:scale(1);}
	50% {transform:scale(1.2);}
	100% {transform:scale(1);}
}

.lv_game1_pp_data {
	display: inline-block;
}
.lv_game1_pp_data_yellow {
	display: inline-block;
	color: #000;
	background-color: rgba(255,222,0,1);
	font-weight: bold;
}
.lv_game1_pp_blackdata {
	display: inline-block;
	background: #000;
}
.lv_game1_pp_blackdata_fade {
	display: inline-block;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	background-color: rgba(0,0,0,0);
	-webkit-animation-name: blacktowhite; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	animation-name: blacktowhite;
	animation-duration: 2s;
}

@-webkit-keyframes blacktowhite {
	0% {background-color: rgba(255,222,0,0.7);}
	30% {background-color: rgba(255,222,0,0.7);}
	33% {background-color: rgba(0,0,0,0.7);}
	36% {background-color: rgba(255,222,0,0.7);}
	39% {background-color: rgba(0,0,0,0.7);}
	42% {background-color: rgba(255,222,0,0.7);}
	45% {background-color: rgba(0,0,0,0.7);}
	48% {background-color: rgba(255,222,0,0.7);}
	51% {background-color: rgba(0,0,0,0.7);}
	54% {background-color: rgba(255,222,0,0.7);}
	57% {background-color: rgba(0,0,0,0.7);}
	60% {background-color: rgba(255,222,0,0.7);}
	100% {background-color: rgba(255,222,0,1);}
}

@keyframes blacktowhite {
	0% {background-color: rgba(255,222,0,0.7);}
	30% {background-color: rgba(255,222,0,0.7);}
	33% {background-color: rgba(0,0,0,0.7);}
	36% {background-color: rgba(255,222,0,0.7);}
	39% {background-color: rgba(0,0,0,0.7);}
	42% {background-color: rgba(255,222,0,0.7);}
	45% {background-color: rgba(0,0,0,0.7);}
	48% {background-color: rgba(255,222,0,0.7);}
	51% {background-color: rgba(0,0,0,0.7);}
	54% {background-color: rgba(255,222,0,0.7);}
	57% {background-color: rgba(0,0,0,0.7);}
	60% {background-color: rgba(255,222,0,0.7);}
	100% {background-color: rgba(255,222,0,1);}
}

/*

@-webkit-keyframes blacktowhite {
	0% {background-color: rgba(0,0,0,1);}
	30% {background-color: rgba(0,0,0,1);}
	33% {background-color: rgba(0,0,0,0.7);}
	36% {background-color: rgba(0,0,0,1);}
	39% {background-color: rgba(0,0,0,0.7);}
	42% {background-color: rgba(0,0,0,1);}
	45% {background-color: rgba(0,0,0,0.7);}
	48% {background-color: rgba(0,0,0,1);}
	51% {background-color: rgba(0,0,0,0.7);}
	54% {background-color: rgba(0,0,0,1);}
	57% {background-color: rgba(0,0,0,0.7);}
	60% {background-color: rgba(0,0,0,1);}
	100% {background-color: rgba(0,0,0,0);}
}

@keyframes blacktowhite {
	0% {background-color: rgba(0,0,0,1);}
	30% {background-color: rgba(0,0,0,1);}
	33% {background-color: rgba(0,0,0,0.7);}
	36% {background-color: rgba(0,0,0,1);}
	39% {background-color: rgba(0,0,0,0.7);}
	42% {background-color: rgba(0,0,0,1);}
	45% {background-color: rgba(0,0,0,0.7);}
	48% {background-color: rgba(0,0,0,1);}
	51% {background-color: rgba(0,0,0,0.7);}
	54% {background-color: rgba(0,0,0,1);}
	57% {background-color: rgba(0,0,0,0.7);}
	60% {background-color: rgba(0,0,0,1);}
	100% {background-color: rgba(0,0,0,0);}
}
*/



.final_result_holder {
	text-align: center;
	height: auto;
	margin: auto;
	padding-top: 50px;
	max-width: 85%;
	min-width: 320px!important;

}
.final_result_holder .col-6 {
	padding-bottom: 30px;
}
.final_result_holder .result_time {
	height: 80px;
	width: auto;
	margin-top: 4px;
	margin-bottom: 7px;
}
.final_result_holder .result_help {
	height: 72px;
	width: auto;
	margin-top: 6px;
	margin-bottom: 8px;
}
.final_result_holder .result_wrong {
	height: 88px;
	width: auto;
	margin-top: -3px;
	margin-bottom: 0px;
}
.final_result_holder .subtext {
	font-size: 15px;
	line-height: 17px;
	min-height: 27px;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	height: auto;
	padding-top: 7px;
	color: #fff;
}
.final_result_holder .subtext_result {
	font-size: 32px;
	line-height: 34px;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	height: auto;
	padding-top: 0px;
	color: #fff;
}
.final_star_holder {
	padding-top: 50px;
	position: relative;
	width: 90%;
	text-align: center;
	max-width: 450px;
	min-height: 140px;
	padding-bottom: 10px;
	margin: auto;
}
.final_star_holder img {
	position: absolute;
	width: 28%;
	top: 0px;
}
.final_star_holder #star1 {
	left: 0;
}
.final_star_holder #star2 {
	left: 36%;
}
.final_star_holder #star3 {
	right: 0;
}

.final_result_better {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	height: auto;
	padding: 30px 20px 30px 20px;
	background-color: #ffde00;
	color: #000;
	width: 100%;
}
.final_result_better span {
	display: block;
	font-size: 65px;
	line-height: 68px;
	margin-bottom: 3px;
}
.final_result_text {
	padding-top: 40px;
	padding-bottom: 20px;
	display: block;
	max-width: 70%;
	margin: auto;
	min-width: 250px;
	color: #fff;
	text-align: center;
}
.final_result_coupon_holder {
	display: block;
	max-width: 70%;
	padding: 40px 10px 40px 10px;
	margin: auto;
	min-width: 250px;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	border: 1px dashed #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}

/*
.cover .window1  .window_content .icon_holder {
	position: relative;
	height: 57px;
	padding-bottom: 3px;
}
.cover .window1  .window_content .icon_holder img {
	height: 57px;
}
.cover .window1  .window_content .icon_holder .helpnum {
	position: absolute;
	width: 100%;
	top: 7px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
}
.cover .window1  .window_content .helptext {
	padding: 10px 0px 0px 0px;
}
.cover .window1  .window_content .helptext_plus {
	padding: 10px 0px 0px 0px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	height: auto;
}

.cover .window1  .window_content .help_button_holder {
	padding-top: 40px;
}
*/


.dirlock_holderbox_top {
	height: 72px; width: 58px;  position: absolute; top: 0px; left: 71px;
	border: 1px solid #fff;
	border-bottom: 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.dirlock_holderbox_bottom {
	height: 72px; width: 58px;   position: absolute; top: 128px; left: 71px;
	border: 1px solid #fff;
	border-top: 0px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.dirlock_holderbox_left {
	height: 58px; width: 72px;  position: absolute; top: 71px; left: 0px;
	border: 1px solid #fff;
	border-right: 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.dirlock_holderbox_right {
	height: 58px; width: 72px;  position: absolute; top: 71px; left: 128px;
	border: 1px solid #fff;
	border-left: 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.dirlock_cursor {
	width: 50px;
	height: 50px;
	background: url('https://play.landventure.hu/plugins/page/images/directionlock_cursor.png');
}









#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 50px;
	height: 35px;
	position: relative;
	margin: 0px 0px 0px 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;

	-ms-transform: scale(0.7, 0.7); /* IE 9 */
	-webkit-transform: scale(0.7, 0.7); /* Safari */
	transform: scale(0.7, 0.7);

}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 7px;
	width: 100%;
	border-radius: 7px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;


}


/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
	top: 14px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
	top: 28px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -4px;
	left: 8px;
}

#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 32px;
	left: 8px;
}


.noselect {
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}



/*jquery ui LOADER szöveg miatt */
.ui-loader-default {
	display: none;
}





































.apxCarousel {
	display: -webkit-flex; /* Safari */
	display: flex;
	height: auto;
	min-height: 200px;
	width: 100%;
}

.apxCarousel .arrow-holder {
	-webkit-flex-shrink: 0; /* Safari 6.1+ */
	flex-shrink: 0;

	-webkit-flex-basis: 80px; /* Safari 6.1+ */
	flex-basis: 80px;
	height: 100%;


	display: -webkit-flex; /* Safari */
	display: flex;
	align-items: center;
	opacity: 0.4;
	-webkit-transition: opacity 0.5s; /* Safari */
	transition: opacity 0.5s;

	margin-top: 50%;
}

.apxCarousel .arrow-holder img {
	max-width: 17px;
}

.apxCarousel .arrow-holder:hover {
	opacity: 1;
}

.apxCarousel .arrow-holder div {
	width: 100%;
}


.apxCarousel .arrow-holder-left {
	text-align: left;
}
.apxCarousel .arrow-holder-right {
	text-align: right;
}

.apxCarousel .carousel-holder {
	-webkit-flex-shrink: 1; /* Safari 6.1+ */
	flex-shrink: 1;

	-webkit-flex-basis: 1920px; /* Safari 6.1+ */
	flex-basis: 1920px;
	height: 100%;
	overflow: hidden;
}

.apxCarousel .carousel-holder .carousel-inner {
	height: 100%;

	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;

}

.apxCarousel .carousel-holder .carousel-inner3 {
	width: 166%;
	margin-left: -33%;
}
.apxCarousel .carousel-holder .carousel-inner2 {
	width: 200%;
	margin-left: -50%;
}
.apxCarousel .carousel-holder .carousel-inner1 {
	width: 300%;
	margin-left: -100%;
}


.apxCarousel .carousel-holder .carousel-inner .item {
	display: inline-block;
	height: 100%;
}
.apxCarousel .carousel-holder .carousel-inner3 .item {
	width: 17%;
}
.apxCarousel .carousel-holder .carousel-inner2 .item {
	width: 23%;
}
.apxCarousel .carousel-holder .carousel-inner1 .item {
	width: 33.3333%;
}

.apxCarousel .carousel-holder .carousel-inner .item {
	text-align: center;
}

.apxCarousel .apxcarousel-indicators {
	margin-top: 28px;
	width: 100%;
	//background-color: rgba(255,255,255,0.3);
	height: 50px;
	text-align: center;
}
.apxCarousel .apxcarousel-indicators  .indicator {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: none;
	border: 1px solid #fff;
	-webkit-transition: background-color 0.5s; /* Safari */
	transition: background-color 0.5s;
}
.apxCarousel .apxcarousel-indicators  .indicator.active {
	background-color: #fff;
}
.apxCarousel .apxcarousel-indicators  .indicator:hover {
	background-color: #fff;
}






.apxCarousel-ingame {
	position: relative;
	background-color: #aaa;
	height: auto !important;
}

.apxCarousel.apxCarousel-ingame .arrow-holder {
	display: block;
	position: absolute;
	z-index: 8000;
	height: 34px;
	top: 50%;
	margin-top: -17px;
	opacity: 1;
}
.apxCarousel.apxCarousel-ingame .carousel-holder .carousel-inner {
	background-color: #ffde00;

}
.apxCarousel.apxCarousel-ingame .arrow-holder-left {
	left: 0px;
	width: 20px;
	text-align: center;
}
.apxCarousel.apxCarousel-ingame .arrow-holder-right {
	right: 0px;
	width: 20px;
	text-align: center;
}
.apxCarousel.apxCarousel-ingame .arrow-holder-left div, .apxCarousel.apxCarousel-ingame .arrow-holder-right div {

}
.apxCarousel.apxCarousel-ingame .item-ingame {
	width: 100%;
	position: relative;
	text-align: center;
}
.apxCarousel.apxCarousel-ingame .item-ingame img {
	max-width: 100%;
	max-height: 340px;
}
.apxCarousel.apxCarousel-ingame .item-ingame .abstext {
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
}
.apxCarousel.apxCarousel-ingame .item-ingame .bottomtext {
	position: relative;
	display: block;
	padding-top: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	margin-top: -10px;
	padding-bottom: 12px;
}
.apxCarousel.apxCarousel-ingame .apxcarousel-indicators {
	margin-top: 0px;
	width: 100%;
	background-color: #ffde00;
	height: 30px;
	text-align: center;
}


.cover .window2#window_passport .apxCarousel {
	padding-top: 20px;
}

.cover .window2#window_passport .apxCarousel .arrow-holder {
	-webkit-flex-basis: 30px!important; /* Safari 6.1+ */
	flex-basis: 30px!important;
	z-index: 9991;
}

.cover .window2 .pp_page_holder .pp_stamps {
	max-width: 100%;
	max-height: 100%;
}



.fullcover {

	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	background-color: rgba(	33,33,33,0.9);
	width: 100%;

	z-index: 9996;
	text-align: center;
	opacity: 1;
	overflow-y:hidden;
	overflow-x:hidden;
}

.fullcover .tutorial_text {
	display: none;
	position: absolute;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	width: 300px;
	height: auto;
	padding: 10px;
	z-index: 9993;
}

.fullcover .tutorial_arrow {
	position: absolute;
	display: none;
	z-index: 9992;
}

.fullcover .blurred {
	color: transparent;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#alreadyreloaded {
	display: none;
}
#cursteplgid {
	display: none;
}



@media screen and (max-width: 400px) {
	.playcode_input_holder .playcode_input {
		width: 75%;
		font-size: 35px;
	}


}


.rate-stars  {
	margin-bottom: 10px;
}

.rate-stars img {
	max-width: 12%;
	max-height: 35px;
}
.rate-stars select {
	background: #fff;
	color: #000;
}
#rate_msg {
	width: 100%;
	border: 1px solid #999;
	height: 70px;
	font-size: 14px;
}

.errormsg {
	color: #aa0000;
}

.ui-select span {
	display: none!important;
}


.photoframe_choose {
	background: white; padding: 5px; border: 2px solid #fff; opacity: 0.6;
}
.photoframe_choose.active {
	border: 2px solid #aaa;
	opacity: 1;
}


