

body {
	min-height: 100vh;
	//font-family: 'IBM Plex Sans', sans-serif;
	font-family: 'Open Sans', sans-serif;
	//background:  url('http://www.landventure.hu/plugins/page/images/bg.jpg') fixed;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	overflow-x: hidden;
}

h1 {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

.container-fluid {
	min-height: 100vh;
	background-color:  white;
}
.main-container {
	//padding: 0px;
	//margin: 0px;
	background-image: url('http://www.landventure.hu/plugins/page/images/body_bg_shadow.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.body-bg-dark {
	background-color: #423f4c;
	background-image: url('http://www.landventure.hu/plugins/page/images/body_bg_dark.png');
	background-position: 0px -40px;
	background-repeat: repeat-x;
}
.body-bg-blue {
	background-color: #66c4d0;
	background-image: url('http://www.landventure.hu/plugins/page/images/body_bg_blue.png');
	background-position: 0px -40px;
	background-repeat: repeat-x;
}


.header {
	height: 58px;
	font-family: 'IBM Plex Sans', sans-serif;
	background: #fff;
}


.header_mobile {
	height: 80px;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	background:  white;
	z-index: 9990;
	margin: 0px!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);
}

.header_mobile .logo_holder  {
	height: 100%;
	text-align: center;
	margin-top: 30px;
}
.header_mobile .fa-bars {
	color: #5e5870;
	font-size: 34px;
	margin-top: 24px;
	margin-left: 12px;
	cursor: pointer;
}

.mobile_menu_holder {
	position: fixed;
	top: 80px;
	left: -100%;
	padding-top: 40px;
	background-color: rgba(255,0,0,0.4);
	background: white;
	width: 100%;
	height: 100vh;
	z-index: 9992;
	text-align: center;
}
.mobile_menu_holder .button {
	text-decoration: none;
	font-size: 24px;
	line-height: 32px;
	color: #5e5870;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-transition: border 0.5s; /* Safari */
	transition: border 0.5s;
}
.mobile_menu_holder .button .flag {
	height: 20px;
	vertical-align: baseline;
	margin-left: 10px;
	border: 1px solid rgba(0,0,0,0.2);
}


.mobile_menu_holder .button.active, .mobile_menu_holder .button:hover {
	border-bottom: 2px solid #e31e25;
}

.mobile_lang_holder {
	position: fixed;
	top: 80px;
	left: -100%;
	padding-top: 40px;
	background-color: rgba(255,0,0,0.4);
	background: white;
	width: 100%;
	height: 100vh;
	z-index: 9993;
	text-align: center;
}
.mobile_lang_holder .button {
	text-decoration: none;
	font-size: 24px;
	line-height: 32px;
	color: #5e5870!important;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-transition: border 0.5s; /* Safari */
	transition: border 0.5s;
}

.mobile_lang_holder .button .flag {
	height: 20px;
	vertical-align: baseline;
	margin-left: 10px;
	border: 1px solid rgba(0,0,0,0.3);
}

.max-width1800 {
	max-width: 1800px;

}

.max-width1000 {
	max-width: 1000px;
	margin: auto;
}

.max-width800 {
	max-width: 800px;
	margin: auto;
}

.no-padding {
	 padding: 0px;
}
.no-margin {
	margin: 0px;
}

.header .button_holder  {
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: 100%;
}

.header .button {
	color: #5e5870;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	text-decoration: none!important;
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-transition: border 0.5s; /* Safari */
	transition: border 0.5s;
}

.header .button.active, .header .button:hover {
	border-bottom: 2px solid #e31e25;
}


.header .logo_holder  {
	height: 100%;
	text-align: center;
	margin-top: 20px;
}


.header-img img {
	width: 100%;
}

.header .button .lang_holder {
	position: absolute;
	top: 30px;
	right: 0;
	background-color: rgba(255,0,0,0.4);
	background: white;
	width: auto;
	height: auto;
	z-index: 9990;
	text-align: center;
	min-width: 180px;
	padding: 30px 10px 10px 10px;
	display: none;
}
.header .button .lang_holder a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-transition: border 0.5s; /* Safari */
	transition: border 0.5s;
}
.header .button .lang_holder a:hover {
	border-bottom: 2px solid #e31e25;
}
.header #langselect {
	cursor: pointer;
}
.header #langselect.open {

}
.header .flag {
	height: 12px;
	vertical-align: baseline;
	margin-left: 6px;
}

.header .lang_holder .flag {
	height: 12px;
	vertical-align: baseline;
	margin-left: 10px;
	border: 1px solid rgba(0,0,0,0.3);
}


.main-block {
	padding-top: 36px;
}


.block-title-black {
	font-size: 28px;
	color: #5e5870;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.block-title-black .line {
	display: inline-block;
	width: 100px;
	margin-top: 12px;
	height: 3px;
	background: #e31e25;
	clear: both;
}
.block-title-black .subtext {
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
}
.block-title-white {
	 font-size: 28px;
	 color: #fff;
	 font-weight: 700;
	 font-family: 'IBM Plex Sans', sans-serif;
	 text-align: center;
	 margin-top: 50px;
	 margin-bottom: 50px;
 }
.block-title-white .line {
	display: inline-block;
	width: 100px;
	margin-top: 12px;
	height: 3px;
	background: #fff;
	clear: both;
}
.block-title-darkbg-white {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.block-title-darkbg-white .line {
	display: inline-block;
	width: 100px;
	margin-top: 12px;
	height: 3px;
	background: #66c4d0;
	clear: both;
}
.block-title-darkbg-white .subtext {
	font-size: 18px;
	font-weight: 300;
	margin-top: 20px;
}

.block-title-main {
	font-size: 50px;
	line-height: 60px;
	color: #66c4d0;
	font-weight: bold;
}

.subtext .line {
	display: inline-block;
	width: 100px;
	margin-top: 12px;
	height: 3px;
	background: #e31e25;
	clear: both;
}

.block-jatekmenete ul {
	list-style-image: url('https://www.landventure.hu/plugins/page/images/jatekmenete_arrow.jpg');

}
.block-jatekmenete ul li {
	margin-bottom: 10px;
}
.block-jatekmenete ul li div {
	margin-left: 20px;
}


.alkalmakra-box {
	padding-top: 50px;
}
.alkalmakra-box .alkalmakra-bigpic {
	width: 100%;
}

.alkalmakra-box ul {
	list-style-image: url('https://www.landventure.hu/plugins/page/images/jatekmenete_arrow.jpg');
}
.alkalmakra-box ul li {
	margin-bottom: 10px;
}
.alkalmakra-box ul li div {
	margin-left: 20px;
}

.alkalmakra-box .alkalmakra-focim {
	font-size: 28px;
	color: #5a546c;
	padding-top: 12px;
	font-weight: bold;
}

.alkalmakra-box .alkalmakra-alcim {
	font-size: 20px;
	color: #5a546c;
	padding-left: 60px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
}


.alkalmakra-box .alkalmakra-button-holder {
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}




.block-jatekmenete  .text-holder {
	padding-top: 70px;
}




.mission-selector-holder {
	display: -webkit-flex; /* Safari */
	display: flex;
	height: auto;
	min-height: 200px;
	width: 100%;
}

.mission-selector-holder .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: 70px;
}

.mission-selector-holder .arrow-holder:hover {
	opacity: 1;
}

.mission-selector-holder .arrow-holder div {
	width: 100%;
}


.mission-selector-holder .arrow-holder-left {
	text-align: left;
}
.mission-selector-holder .arrow-holder-right {
	text-align: right;
}

.mission-selector-holder .carousel-holder {
	-webkit-flex-shrink: 1; /* Safari 6.1+ */
	flex-shrink: 1;

	-webkit-flex-basis: 840px; /* Safari 6.1+ */
	flex-basis: 840px;
	height: 100%;
	overflow: hidden;
}

.mission-selector-holder .carousel-holder .carousel-inner {
	height: 100%;

	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;

}

.mission-selector-holder .carousel-holder .carousel-inner3 {
	width: 166%;
	margin-left: -33%;
}
.mission-selector-holder .carousel-holder .carousel-inner2 {
	width: 200%;
	margin-left: -50%;
}
.mission-selector-holder .carousel-holder .carousel-inner1 {
	width: 300%;
	margin-left: -100%;
}


.mission-selector-holder .carousel-holder .carousel-inner .item {
	display: inline-block;
	height: 100%;
}
.mission-selector-holder .carousel-holder .carousel-inner3 .item {
	width: 17%;
}
.mission-selector-holder .carousel-holder .carousel-inner2 .item {
	width: 23%;
}
.mission-selector-holder .carousel-holder .carousel-inner1 .item {
	width: 33.3333%;
}

.mission-selector-holder .carousel-holder .carousel-inner .item .img {
	width: 100%;
	height: auto;
}

.mission-selector-holder .carousel-holder .carousel-inner .item {
	text-align: center;
}

.mission-selector-holder .carousel-holder .carousel-inner .item .img img {
	box-sizing: content-box;
}

.mission-selector-holder .carousel-holder .carousel-inner .item .title {
	color: #5a546c;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	min-height: 52px;
}
.mission-selector-holder .carousel-holder .carousel-inner .item .line {
	display: inline-block;
	width: 50px;
	margin-top: 14px;
	margin-bottom: 14px;
	height: 3px;
	background: #5a546c;
	clear: both;
}
.mission-selector-holder .carousel-holder .carousel-inner .item .text {
	color: #5a546c;
	font-size: 14px;
	font-weight: 300;
}



.mission-selector-holder .carousel-holder .carousel-inner .item .title-review {
	color: #5a546c;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
}

.mission-selector-holder .carousel-holder .carousel-inner .item .text-review {
	color: #5a546c;
	font-size: 15px;
}



.block_blue {
	padding: 2px;
	padding-bottom: 50px;
	margin-top: 50px;
	height: auto;
	background-color:  #66c4d0;
	text-align: center;

}

.block_blue .big_white_text {
	font-size: 36px;
	font-style: italic;
	font-weight:bold;
	color: #fff;

}


.block_grey {
	position: relative;
	padding: 2px;
	padding-bottom: 50px;
	margin-top: 50px;
	height: auto;
	width: 100%;
	background-color:  #f7f6f9;
	text-align: center;

}

.circle-red {
	background-color: #e31e25;
	color: #fff;
}
.circle-w50 {
	position: relative;
	display: inline-block;
	height: 50px; width:50px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
}
.circle-red-line {
	display: inline-block;
	width: 200px;
	height: 3px;
	background: #fff;
	vertical-align: middle;
	margin: 0px -5px 0px -5px;
}
.block_blue .texts {
	margin-top: 20px;
}
.block_blue .texts .text {
	display: inline-block;
	width: 240px;
	padding: 0px 30px 0px 30px;
	font-size: 15px;
	vertical-align: top;
	color: #fff;
}

.block_blue .texts .text a {
	color: #5e576f;
}

.block_blue  .hogyan  {
	padding-bottom: 20px;
}

.block_blue  .hogyan  .text {

	font-size: 15px;
	color: #fff;
	margin-left: 16px;
	margin-top: 16px;
	padding: 0px 30px 0px 30px;
}

.block_blue  .hogyan .text a {
	color: #5e576f;
}


.block-tudnivalok .tudnivalo {
	text-align: center;
	margin-bottom: 30px;
}

.block-tudnivalok .tudnivalo  .icon_holder {
	position: relative;
	height: 120px;
}
.block-tudnivalok .tudnivalo  .icon_holder img {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
}
.block-tudnivalok .tudnivalo  .icon_holder2 img {
	top: 23px;
}
.block-tudnivalok .tudnivalo  .icon_holder3 img {
	top: 23px;
}
.block-tudnivalok .tudnivalo  .icon_holder4 img {
	top: 5px;
}
.block-tudnivalok .tudnivalo  .icon_holder6 img {
	top: 7px;
}


.block-vasarlas {
	text-align: center;
	
}
.block-vasarlas .text {
	display: inline-block;
	font-size: 14px;
	color: #5a546c;
	max-width: 520px;
	padding: 0px 20px 0px 20px;

}

.hand1 {
	position: absolute;
	top: 40%;
	left: 0px;
}

.hand2 {
	position: absolute;
	top: 40%;
	right: 0px;
}





.block-footer {
	background: #423f4c;
	min-height: 300px;
	color: #fefeff;
	padding-top: 64px;
	border-top: 1px solid #fff;
}


.block-footer #errormsg {
	text-align: left;
	font-weight: bold;
	color: #e31e25;
	font-size: 16px;

}

.block-footer .newsletter {
	padding-right: 90px;
	padding-bottom: 36px;
}
.block-footer .contact {
	padding-bottom: 36px;
}

.block-footer input {
	background: none;
	height: 30px;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fefeff;
	margin-top: 20px;
	width: 100%;
}
.block-footer .title {
	font-size: 16px;
}
.block-footer .menu .button {
	color: #fefeff;
	display: block;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 14px;
}
.block-footer .line {
	width:  50px;
	height: 1px;
	background: #fff;
	margin-bottom: 14px;
}
.block-footer .menu .icon {
	color: #fefeff;
	font-size: 16px;
}
.block-footer .menu .sep {
	margin-left: 10px;
	margin-right: 10px;
}


.button_def {
	display: inline-block;
	width: auto;
	height: 28px;
	font-size: 14px;
	padding: 4px 8px 4px 8px;
	border-radius: 3px;
	cursor: pointer;
}
.button_big {
	display: inline-block;
	width: auto;
	height: 44px;
	font-size: 22px;
	padding: 6px 22px 6px 22px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
}
.button-blue {
	color: #fff;
	background:  #66c4d0;
}
.button-red {
	color: #fff;
	background:  #e31e25;
}
.button-white {
	color: #66c4d0;
	background:  #fff;
}



.ad_hand_holder {
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.ad_hand_holder .ad_hand_item {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
}

.mission_selector .mission {
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 45px;
}
.mission_selector .mission .img  {
	width: 100%;
	padding-top: 67%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 3px;
}
.mission_selector .mission .title {
	color: #66c4d0;
	font-size:  20px;
	padding: 22px 0px 22px 0px;
	font-weight: bold;
}
.mission_selector .mission .subtitle {
	color: #5e5870;
	font-weight: normal;
}
.mission_selector .mission .datas {
	padding-top: 0px;
}
.mission_selector .mission .data {
	display: inline-block;
	font-size: 13px;
	color: #5e5870;
	margin-left: 24px;
}
.mission_selector .mission .data img {
	margin-right: 8px;
}
.mission_selector .mission .data:first-of-type {
	margin-left: 0px;
}






.game_details {

}

.game_details .title {
	font-size: 28px;
	color: #5e5870;
	font-weight: 700;
	font-family: 'IBM Plex Sans', sans-serif;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.game_details .subtitle {
	font-size: 22px;
	margin-bottom: 30px;
}
.game_details .desc {
	font-size: 15px;
	margin-bottom: 30px;
}
.game_details .line {
	display: inline-block;
	width: 100px;
	margin-top: 12px;
	height: 3px;
	background: #e31e25;
	clear: both;
}


.game_details  .label-red {
	box-sizing: border-box;
	height: 48px;
	padding: 8px 21px 8px 21px;
	color: #ffffff;
	background-color: #e31e25;
	font-size: 22px;
	margin-left: 15px;
	-webkit-box-shadow: 3px 2px 13px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 2px 13px -5px rgba(0,0,0,0.75);
	box-shadow: 3px 2px 13px -5px rgba(0,0,0,0.75);
}

.game_details .label-blue {
	box-sizing: border-box;
	height: 48px;
	padding: 8px 21px 8px 21px;
	color: #ffffff;
	background-color: #66c4d0;
	font-size: 22px;
	-webkit-box-shadow: 3px 2px 13px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 2px 13px -5px rgba(0,0,0,0.75);
	box-shadow: 3px 2px 13px -5px rgba(0,0,0,0.75);
}

.game_details .tags_holder .name {
	color: #e31e25;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}

.game_details .tags_holder .tags div {
	display: inline-block;
	font-size: 15px;
	padding: 5px 11px 5px 11px;
	color: #fff;
	background: #423f4c;
	margin-right: 7px;
	margin-bottom: 7px;
	border-radius: 3px;
}

.game_datas {
	max-width: 1300px;
	padding-top: 48px;
	padding-bottom: 40px;
}
.game_datas div {
	position: relative;
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
}

.game_datas div .sub {
	font-size: 22px;
	font-weight: 600;
}
.game_datas div .sep {
	position: absolute;
	top: 25px;
	right: 0px;
	height: 35px;
	width: 1px;
	background-color:  #fff;
}


.game_datas div {
	position: relative;
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
}

.game_datas div .sub {
	font-size: 22px;
	font-weight: 600;
}

.game_buy_info {
	text-align: center;
}
.game_buy_info .text1 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 24px;
}
.game_buy_info .text2 {
	margin-bottom: 15px;
}
.game_buy_info {
	font-size: 18px;
	font-weight: bold;
}


.game_buyform {
	color: #fff;
	font-size: 15px;
}

.game_buyform #buy_errormsg {
	text-align: left;
	font-weight: bold;
	color: #e31e25;
	font-size: 15px;
	margin-bottom: 12px;
}

.game_buyform #buy_errormsg_coupon {
	display: inline-block;
	font-weight: bold;
	color: #e31e25;
	font-size: 15px;
	margin: 6px;
}

.game_buyform .coupon_code_holder {
	text-align: center;
	border: 1px dashed #fff;
	background-color: rgba(255,255,255,0.3);
	font-size: 17px;
	margin-bottom: 8px;
}

.game_buyform .coupon_code_holder #coupon_code_desc {
	font-size: 22px;
	font-weight: bold;
}




.game_buyform a {
	color: #fff;
	text-decoration: underline;
}
.game_buyform a:hover {
	color: #fff;
	text-decoration: underline;
}
.game_buyform input[type="text"] {
	color: #000;
	background-color:  white;
	height: 40px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
	border: 0px;
}
.game_buyform input[type="checkbox"] {
	background-color: rgba(255,255,255,0);
	border: 1px solid #fff;
}
.game_buyform #buy_price {
	margin-top: 8px;
}


.gamepage_sidebutton {
	position: fixed;  transform: rotate(-90deg); top: 50%; right: 0px; transform-origin: right bottom;
}




.hogyanbox {
	padding-top: 30px;
	text-align: center;
	background-image: URL('https://www.landventure.hu/plugins/page/images/hogyan_line_bg2.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px 100px;
}
.hogyanbox .text_num {
	font-weight: bold;
	font-size: 108px;
	line-height: 120px;
	color: #66c4d0;
}
.hogyanbox .text {
	padding-top: 4px;
	font-weight: 600;
	font-size: 16px;
	color: #5e5870;
}
.hogyanbox .subtext {
	padding-top: 2px;
	font-weight: normal;
	font-size: 16px;
	color: #5e5870;
}
.hogyanbox .line {
	margin-top: 10px;
	display: inline-block;
	width: 40px;
	height: 3px;
	background-color: #e21e24;
	margin-bottom: 50px;
}
.hogyanbox a {
	color: #e21e24;
	text-decoration: none;
}



.gyikbox .text_Q {
	font-size: 18px;
	color: #66c4d0;
	font-weight: bold;
}

.gyikbox .text_A {
	font-size: 18px;
	color: #5e5870;
}

.gyikbox .line {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 100%;
	height: 1px;
	background-color: #66c4d0;
}

.gyik_form {
	color: #fff;
	font-size: 15px;
}
.gyik_form #errormsg {
	text-align: left;
	font-weight: bold;
	color: #e31e25;
	font-size: 16px;

}
.gyik_form input[type="text"] {
	background:  none;
	height: 40px;
	width: 100%;
	padding: 10px 5px 10px 5px;
	box-sizing: border-box;
	margin-bottom: 15px;
	border: 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
	outline: none!important;
}
.gyik_form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	font-style: italic;
}
.gyik_form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	font-style: italic;
}
.gyik_form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	font-style: italic;
}
.gyik_form input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-style: italic;
}
.gyik_form textarea {
	box-sizing: border-box;
	background:  none;
	color: #fff;
	padding: 10px 5px 10px 5px;
	height: 110px;
	width: 100%;
	border: 1px solid #fff;
	margin-bottom: 15px;
	outline: none!important;
}
.gyik_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	font-style: italic;
}
.gyik_form textarea::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	font-style: italic;
}
.gyik_form textarea:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	font-style: italic;
}
.gyik_form textarea:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-style: italic;
}


.contact  {
	color: #fefeff;
	padding-top: 40px;
	padding-bottom: 90px;
}
.contact #errormsg {
	text-align: left;
	font-weight: bold;
	color: #e31e25;
	font-size: 16px;

}

.contact .leftcol {
	padding-bottom: 50px;
}

.contact .title {
	font-size: 18px;
	padding-bottom: 30px;
}


.contact .menu .button {
	color: #fefeff;
	display: block;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 2px;
}
.contact .menu .icon_holder {
	padding-top: 16px;
}
.contact .menu .icon {
	color: #fefeff;
	font-size: 16px;
}
.contact .menu .sep {
	margin-left: 10px;
	margin-right: 10px;
}

.contact input[type="text"], .contact input[type="password"] {
	background:  none;
	height: 40px;
	width: 100%;
	padding: 10px 5px 10px 5px;
	box-sizing: border-box;
	margin-bottom: 15px;
	border: 0px;
	border-bottom: 1px solid #fff;
	color: #fff;
	outline: none!important;
}
.contact input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #5e5870;
	font-style: italic;
}
.contact input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #5e5870;
	font-style: italic;
}
.contact input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #5e5870;
	font-style: italic;
}
.contact input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #5e5870;
	font-style: italic;
}
.contact textarea {
	box-sizing: border-box;
	background:  none;
	color: #fff;
	padding: 10px 5px 10px 5px;
	height: 160px;
	width: 100%;
	border: 1px solid #fff;
	margin-bottom: 15px;
	outline: none!important;
}
.contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #5e5870;
	font-style: italic;
}
.contact textarea::-moz-placeholder { /* Firefox 19+ */
	color: #5e5870;
	font-style: italic;
}
.contact textarea:-ms-input-placeholder { /* IE 10+ */
	color: #5e5870;
	font-style: italic;
}
.contact textarea:-moz-placeholder { /* Firefox 18- */
	color: #5e5870;
	font-style: italic;
}

.contact .logo_circle_holder {
	position: relative;
	padding-top: 45px;
}


.contact .logo_circle_holder #logo_circle {
	position: absolute;
	top: 0px;
	right: -79px;
}

@media( max-width: 1160px) {
	.contact  .logo_circle_holder #logo_circle {
		display: none;
	}
}


.grat {
	text-align: center;
	padding-bottom: 50px;
}

.grat .text1 {
	font-size: 30px;
	padding-top: 20px;
	color: #fff;
}
.grat .text1 .mission_name {
	font-size: 30px;
	color: #423f4c;
	font-weight: bold;
	font-style: italic;
}
.grat .text2 {
	font-size: 16px;
	color: #fff;
	padding-bottom: 40px;
}

.grat .bigicon {
	margin-bottom: 30px;
}

.grat .title {
	font-size: 16px;
	color: #fff;
}

.grat .subtitle {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
}

.grat .logo_circle_holder {
	display: inline-block;
	position: relative;
	padding-top: 45px;
}


.grat .logo_circle_holder #logo_circle {
	position: absolute;
	top: 0px;
	right: -79px;
}

@media( max-width: 1160px) {
	.grat .logo_circle_holder #logo_circle {
		display: none;
	}
}





.ratebox {
	max-width: 600px;
}

.rate-title {
	font-size: 28px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.rate-row {
	padding: 10px 0px 0px 0px;
}
.rate-q {
	font-size: 18px;
	color: #fff;
	padding-bottom: 5px;
	text-align: left;
	font-weight: normal;
}
.rate-stars {
	text-align: right;
	color: #fff;
	padding-bottom: 5px;
}

.rate-coupon {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}













@media( max-width: 1200px) {
	.game_datas div {
		font-size: 30px;
	}

	.game_datas div .sub {
		font-size: 18px;
	}

}


@media( min-width: 992px) {
	.only_mobile_w1000 {
		display: none;
	}

}
@media( max-width: 992px) {
	.only_desktop_w1000 {
		display: none;
	}
	body {
		padding-top:80px;
	}
	.game_datas div {
		padding-top: 20px;
	}
	.gamepage_sidebutton {
		transform: rotate(-90deg) scale(0.7) ;
	}
	.block-jatekmenete  .text-holder {
		padding-top: 50px;
	}


}

@media( max-width: 768px) {

	.main-block {
		text-align: center;
	}
	.main-block .subtext {
		padding-top: 36px;
	}


	.block-jatekmenete ul {
		list-style-image: none;
		list-style-type: none;

	}
	.block-jatekmenete ul li {
		margin-bottom: 10px;
	}
	.block-jatekmenete ul li div {
		margin-left: 20px;
	}

	.block-jatekmenete  .img-holder {
		text-align: center;
	}

	.block-jatekmenete  .text-holder {
		padding-top: 30px;
		text-align: center;
	}

	.rate-q {
		text-align: center;
	}
	.rate-stars {
		text-align: center;
	}



}


@media( min-width: 576px) {
	.only_mobile {
		display: none;
	}


}
@media( max-width: 576px) {
	.only_desktop {
		display: none;
	}
	.gamepage_sidebutton {
		transform: rotate(-90deg) scale(0.6) ;
	}
	.hogyanbox {
		background: none;
	}


}











































#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 50px;
	height: 35px;
	position: relative;
	margin: 22px 0px 24px 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%;
	background: #5e5870;
	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;
}



.video-container {
	position: relative;
	padding-bottom: 51.5%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.btn-default {
	margin-right: 10px;
}
.btn-default.active {
	background: #66c4d0;
}



