/* CSS RESET */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;/*vertical-align: baseline;*/}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
	body {line-height: 1;}
	ol, ul {list-style: none;}
	blockquote, q {quotes: none;}
	blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
	table, td, th, tr {border-collapse: collapse;border-spacing: 0; border:none; padding:0; border-style:none;}
	.clear, .clr {clear: both;}

/*******************
GRID
********************/

.group:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.group {display: inline-block;}

* html .group {height: 1%; zoom: 1;} /* IE7 */
*:first-child+html .group { zoom: 1; } /* IE7 */
.group {display: block;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	*behavior: url(js/boxsizing.htc); /* IE7 */
}


body {
	background-color:#020300;
	margin:0 auto;
	padding:15px;
	font-family: Arial,Helvetica,sans-serif;
}

html { 
	height:100%; 
	width:100%;
	margin:none; 
	padding:none;   
}

#wrapper {
	margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: top;
	background: #0D0E0C;
	padding: 0 0 10px 0;
	
	-webkit-box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
	box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
}

.grid { max-width: 1280px; max-height: 800px; }

/*******************
GRID
********************/

@font-face {
    font-family: 'digital_counter_7regular';
    src: url('../fonts/digital_counter_7-webfont.eot');
    src: url('../fonts/digital_counter_7-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/digital_counter_7-webfont.woff2') format('woff2'),
         url('../fonts/digital_counter_7-webfont.woff') format('woff'),
         url('../fonts/digital_counter_7-webfont.ttf') format('truetype'),
         url('../fonts/digital_counter_7-webfont.svg#digital_counter_7regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.box {
	float:left;
	margin: 0 auto;
    position: relative;
    vertical-align: top;
	color:#FFF;
}

.mainPadding {
	/*padding: 0px 0px 0 42px;*/
	padding: 0px 42px;
}
.Padding0 {
	padding: 0px !important;
}
.Padding10 {
	padding: 10px;
}
.Padding20 {
	padding: 20px;
}
.Padding30 {
	padding: 30px;
}
.Padding40 {
	padding: 40px;
}
.PaddingTop {
	padding-top: 3%;
}
.PaddingTopVezerlo {
	padding-top: 3%;
}

.center  {
	text-align: center;
}
.right  {
	text-align: right;
}
.left  {
	text-align: left;
}

.box.s100 {
	width: 100%;
}
.box.s90 {
	width: 90%;
}
.box.s80 {
	width: 80%;
}
.box.s70 {
	width: 70%;
}
.box.s60 {
	width: 60%;
}
.box.s50 {
	width: 50%;
}
.box.s40 {
	width: 40%;
}
.box.s30 {
	width: 30%;
}
.box.s20 {
	width: 20%;
}
.box.s10 {
	width: 10%;
}

.lineTop {
	border-top: #FFF solid 1px;
/*	-webkit-box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
	box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);*/
}
.lineBottom {
	border-bottom: #FFF solid 1px;
/*	-webkit-box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
	box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);*/
}
.lineRight {
	border-right: #FFF solid 1px;
/*	-webkit-box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
	box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);*/
}
.lineLeft {
	border-left: #FFF solid 1px;
	/*-webkit-box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);
	box-shadow: 0px 0px 16px 0px rgba(156,180,68,1);*/
}

.box.szurke {
	background:#999;
	width: 60px !important;
	height: 60px !important;
	float: left !important;
	margin: 10px 7px 25px 8px !important;
	opacity: 0.5;
}

.box.zold {
	background: #0C0;
	width: 75px;
	height: 75px;
	float:right;
	margin: 0 30px 15px 0;
	opacity: 0.5;
}

/*.box.zold:hover, */
.box.zold.active {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(5,255,63,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(5,255,63,1);
	box-shadow: 0px 0px 15px 0px rgba(5,255,63,1);
}

.box.piros {
	background: #FF0000;
	width: 75px;
	height: 75px;
	float:left;
	margin: 0 0 15px 30px;
	opacity: 0.5;
}

/*.box.piros:hover, */
.box.piros.active {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255,3,3,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255,3,3,1);
	box-shadow: 0px 0px 15px 0px rgba(255,3,3,1);
}

.box.sarga {
	background: #FFFF00;
	width: 75px;
	height: 75px;
	float:left;
	margin: 0 0 15px 30px;
	opacity: 0.5;
}

.box.kek {
	background: #0000FF;
	width: 75px;
	height: 75px;
	float:left;
	margin: 0 0 15px 30px;
	opacity: 0.5;
}

.box.drot_zold {
	background: #0C0;
	width: 23%;
	/*height: 430px;*/
	padding: 10% 0px;
	float:left;
	margin: 0 2% 0 0;
	opacity: 0.5;
	cursor: pointer;
}

/*.box.drot_zold:hover, */
.box.drot_zold.active {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(5,255,63,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(5,255,63,1);
	box-shadow: 0px 0px 15px 0px rgba(5,255,63,1);
}
.box.drot_zold:hover {
	opacity: 1;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.box.drot_piros {
	background: #FF0000;
	width: 23%;
	/*height: 430px;*/
	padding: 10% 0px;
	float:left;
	margin: 0 2% 0 0;
	opacity: 0.5;
	cursor: pointer;
}

/*.box.drot_piros:hover, */
.box.drot_piros.active {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255,3,3,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255,3,3,1);
	box-shadow: 0px 0px 15px 0px rgba(255,3,3,1);
}
.box.drot_piros:hover {
	opacity: 1;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.box.drot_sarga {
	background: #FFFF00;
	width: 23%;
	/*height: 430px;*/
	padding: 10% 0px;
	float:left;
	margin: 0 2% 0 0;
	opacity: 0.5;
	cursor: pointer;
}

/*.box.drot_sarga:hover,*/
.box.drot_sarga.active {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255,255,0,1);
	box-shadow: 0px 0px 15px 0px rgba(255,255,0,1);
}
.box.drot_sarga:hover {
	opacity: 1;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.box.hint_sarga {
	background: #FFFF00;
	/*width: 23%;
	height: 430px;*/
	padding: 28%;
	float:right;
	margin: 0;
	opacity: 0.5;
}

/*.box.hint_sarga:hover, */
.box.hint_sarga.active {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,0,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(255,255,0,1);
	box-shadow: 0px 0px 15px 0px rgba(255,255,0,1);
}

.box.drot_kek {
	background: #0000FF;
	width: 23%;
	/*height: 430px;*/
	padding: 10% 0px;
	float:left;
	margin: 0 2% 0 0;
	opacity: 0.5;
	cursor: pointer;
}

/*.box.drot_kek:hover, */
.box.drot_kek.active {
	opacity: 1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,255,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,255,1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,255,1);
}
.box.drot_kek:hover {
	opacity: 1;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}


p.counter {
	font-family:digital_counter_7regular;	
	opacity: 1;
}

p.counter.small span.inactive {
	opacity: 0.3;
}
p.counter.small span.active {
	color:#FFFFFF;
	opacity: 1;
}

p.counter.big {
	font-size: 27vw;
	color:#FF5101;
/*	margin: 3% 0;*/
	/*text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);*/
}
p.counter.middle {
	font-size: 18vw;
	color:#FFFFFF;
}
p.counter.middle_counter {
	font-size: 14vw;
}
p.counter.small {
	font-size: 8vw;
	color:#FFFFFF;
	margin: 0 2% 0 0;
}

p.counter.big.bomb {
	font-size: 19vw;
	color:#FF5101;
	margin: 0;
}

p.counter.big.vezerlo {
	font-size: 14vw;
	margin: 2% 0 0 0;
}

p.txtControls {
	text-align:center;
	font-family: Arial,Helvetica,sans-serif;
	float:left;
	font-size: 22px;
	color: #FFF;
	border: 1px solid #555554;
	background: #313130;
	padding: 10px;
	margin: 0 0 5% 5%;
	font-style:normal;
	font-weight: 400;
	text-transform:uppercase;
	width: 224px;
}

.wrapControls {
	position:relative;
	float:left;
	width: 66%;
	max-width: 236px;
	margin: 0;
}
.wrapControls.topspacer {
	margin: 0 0 0 0;
}

.wrapControls.topspacer a {
	width: 95%;
	text-align:center;
	font-size: 22px;
	color: #0C0;
}

.wrapControls.topspacer a.end {
	color: #FF5101;
}


	
a.bgControls,
input[type=file],
input[type=submit].helpButton {
	border: 1px solid #555554;
	background: #313130;
	padding: 10px;
	color: #FFF;
	float: left;
	opacity: 1;
	line-height: 100%;
	cursor: pointer;
}
input[type=file] {
	padding: 7.5px;
}

a.bgControls:hover,
/*a.bgControls.active,*/
input[type=file]:hover,
input[type=submit].helpButton:hover {
	opacity: 0.6;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

a.bgControls.active {
	opacity: 0.4;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
	
a.bgControls.pause {
	float:left;
	display:inline-block;
	width: 95%;
	margin-top: 5%;
	text-align:center;
}

.middleSection .s50 {
	/*height: 125px;*/
}

.middleSection  p.counter.small {
	font-size: 10vw;
	margin: 6% 20% 0 0;
}

p.code {
	text-align:left;
	font-family: Arial,Helvetica,sans-serif;
	float:left;
	font-size: 28px;
	color: #FFF;
	margin: 0 0 5px 0;
	font-style:normal;
	font-weight: 400;
	line-height: normal;
	text-transform:uppercase;
	display:block;
	width: 100%;
}

input[type=text].code {
    border: 1px solid #CCC;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size:  16px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding: 10px;
	margin: 0 10px 0 0;
    width: 78%;
    background: #F0F0E9 none repeat scroll 0% 0%;
}

input[type=button], input[type=submit] {
  background: #F0F0E9 none repeat scroll 0% 0%;
  border: 0 none;
  border-radius: 0;
  color: #000000;
  font-weight: 400;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  padding: 8px 5px;
  cursor: pointer;
  line-height: normal;
  
  opacity: 1;
   -webkit-transition: 300ms;
   -moz-transition: 300ms;
   -o-transition: 300ms;
   transition: 300ms;
}

input[type=button]:hover, input[type=submit]:hover {
   opacity: 0.8;
}

img.logo {
	float:left;
	width: 40%;
	height:auto;
	margin: 5% 5% 3% 3%;
}
p.logo {
	color: #ffffff;
    font-weight: 400;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
	font-style:normal;
	line-height: 1.2em;
	display:table-cell;
	padding: 24% 4% 0 0;
}
.middleSection .lineRight {
	border-right: #FFF solid 1px;
}
.middleSection .lineLeft {
	border-left: none;
}

.helpSection div.bg {
	text-align:center;
	font-family: Arial,Helvetica,sans-serif;
	float:left;
	color: #FFF;
	border: 1px solid #555554;
	background: #313130;
	padding: 10px;
	margin: 0 0 2% 0;
	font-style:normal;
	font-weight: 400;
	text-transform: none;
	line-height:100%;
	width: 100%;
	height: 370px;
	overflow: auto;
}

#segiteseg_szoveg {
	color:#ff5101;
    text-align: center;
    line-height: 1.2em;
    padding: 20px 0;
	margin: 0 42px 0 0;
    height: 430px;
    font-size: 3vw;
	border-bottom: 1px solid #555554;
	overflow: auto;
	vertical-align: middle;
    display: table-cell;
}


/*.helpSection .s50 {
	text-align:center;
}
.helpSection a.bgControls {
	float: none;
}*/
.helpSection div.bg.gallery {
	padding: 10px 10px 10px 14%;
}

div.bg img {
	border: 1px solid #FFF;
	max-width: 100%;
	/*height: auto;*/
	max-height: 350px;
}

div.bg textarea {
	font-family: Arial,Helvetica,sans-serif;
	color:#FFF;
	font-size: 18px;
	font-style:normal;
	line-height:normal;
	padding: 10px;
	background: none;
	border: 1px solid #FFF;
	width: 100%;
	height: 350px;
	resize: none;
}
p.help {
	text-align:left;
	font-family: Arial,Helvetica,sans-serif;
	float:left;
	font-size: 24px;
	color: #FFF;
	margin: 0 0 3% 0;
	font-style:normal;
	font-weight: 400;
	line-height: normal;
	text-transform:uppercase;
	display:block;
	width: 100%;
	opacity: 0.6;
}

a {
	text-decoration: none;
}

div.numbers {
	/*margin-top: 15px;*/
}

.marginLeft_5 {
	margin-left:5%;
}
.marginLeft_10 {
	margin-left:10%;
}
.marginBottom_10 {
	margin-bottom:10px;
}
.marginTop_10 {
	margin-top:10px;
}

#div_segiteseg {
	margin: 1% 0 0 0;
	text-align: center;
	padding: 0 0 0 32%;
	width: 95%;
	display: inline;
}

.galleryList ul {
	width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.galleryList ul li {
	float:left;
	text-align:left;
	vertical-align:top;
	margin: 0 0 10px 10px;
}

.galleryList ul li a {
	display:block;
	float:left;
}

#div_jatekido, #div_jatekido_kint {
	font-size: 27px;
    margin-left: 5%;
    margin-bottom: 10px;
}
#div_jatekido {
	/*margin-top: 25%;*/
}


#div_jatekido input {
    width: 35px !important;
    background: #F0F0E9 none repeat scroll 0% 0%;
    outline: medium none;
    padding: 3px 2px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

#div_jatekido_segitseg_levonas {
	font-size: 18px;
    margin-left: 5%;
    margin-bottom: 10px;
}
#div_jatekido_segitseg_levonas_kint {
	font-size: 20px;
    margin-left: 5%;
    margin-bottom: 10px;
}
#div_jatekido_segitseg_levonas input {
	background: #F0F0E9 none repeat scroll 0% 0%;
    outline: medium none;
    padding: 3px 2px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

#div_jatekido_segitseg {
	font-size: 18px;
    margin-left: 5%;
    margin-bottom: 10px;
}
#div_jatekido_segitseg_kint {
	font-size: 20px;
    margin-left: 5%;
    margin-bottom: 10px;
}
#div_jatekido_segitseg input {
	background: #F0F0E9 none repeat scroll 0% 0%;
    outline: medium none;
    padding: 3px 2px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}




/*.counterBtn {
	float: none;
	display: block;
}
.counterTime {
	float: none;
	display: none;
}*/


/* button */
.enjoy-css {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	z-index: auto;
	width: auto;
	position: relative;
	cursor: pointer;
	opacity: 1;
	top: 0;
	left: 0;
	margin: 0;
	padding: 15% 26%;
	overflow: visible;
	border: 0 none rgb(177,106,2);
	border-bottom: 4px solid rgb(177,106,2);
	-webkit-border-radius: 7px 7px 9px 9px;
	border-radius: 7px 7px 9px 9px;
	font: normal normal bold 24px/40px "Averia Sans Libre", Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	text-align: center;
	text-transform: uppercase;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: nowrap;
	background: -webkit-linear-gradient(-90deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	background: -moz-linear-gradient(180deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	background: linear-gradient(180deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	-webkit-box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	text-shadow: 0 1px 1px rgba(0,0,0,0.498039) ;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	text-decoration: none;
	font-size: 100px;
}

.enjoy-css:hover {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	z-index: auto;
	width: auto;
	position: relative;
	cursor: pointer;
	opacity: 1;
	top: 0;
	left: 0;
	margin: 0;
	padding: 15% 26%;
	overflow: visible;
	border: 0 none rgb(177,106,2);
	border-bottom: 4px solid rgb(177,106,2);
	-webkit-border-radius: 7px 7px 9px 9px;
	border-radius: 7px 7px 9px 9px;
	font: normal normal bold 24px/40px "Averia Sans Libre", Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	text-align: center;
	text-transform: uppercase;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: nowrap;
	/*background: rgb(225, 157, 60);*/
	-webkit-box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	text-shadow: 0 1px 1px rgba(0,0,0,0.498039) ;
	-webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	text-decoration: none;
	font-size: 100px;
}

.enjoy-css:active {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	z-index: auto;
	width: auto;
	position: relative;
	cursor: pointer;
	opacity: 1;
	top: 0;
	left: 0;
	margin: 4px 0 0;
	padding: 15% 26% 14.99% 26%;
	overflow: visible;
	border: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font: normal normal bold 24px/40px "Averia Sans Libre", Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	text-align: center;
	text-transform: uppercase;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: nowrap;
	background: -webkit-linear-gradient(-90deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	background: -moz-linear-gradient(180deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	background: linear-gradient(180deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	-webkit-box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	text-shadow: 0 1px 1px rgba(0,0,0,0.498039) ;
	-webkit-transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	text-decoration: none;
	font-size: 100px;
}
.enjoy-css.piros {
	background: rgba(252,148,148,1);
	background: -moz-linear-gradient(top, rgba(252,148,148,1) 0%, rgba(255,10,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,148,148,1)), color-stop(100%, rgba(255,10,10,1)));
	background: -webkit-linear-gradient(top, rgba(252,148,148,1) 0%, rgba(255,10,10,1) 100%);
	background: -o-linear-gradient(top, rgba(252,148,148,1) 0%, rgba(255,10,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,148,148,1) 0%, rgba(255,10,10,1) 100%);
	background: linear-gradient(to bottom, rgba(252,148,148,1) 0%, rgba(255,10,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9494', endColorstr='#ff0a0a', GradientType=0 );
	border: 0px none #ff0505 !important;
	border-bottom: 4px solid #ff0505 !important;
}
.enjoy-css.zold {
	background: rgba(164,179,87,1);
	background: -moz-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(164,179,87,1)), color-stop(100%, rgba(117,137,12,1)));
	background: -webkit-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -o-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: -ms-linear-gradient(top, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	background: linear-gradient(to bottom, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c', GradientType=0 );
	border: 0px none #586609 !important;
	border-bottom: 4px solid #586609 !important;
}

div.numbers div.enjoy-css,
div.numbers.ok div.enjoy-css {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	z-index: auto;
	width: auto;
	position: relative;
	cursor: pointer;
	opacity: 1;
	top: 0;
	left: 0;
	margin: 3% 3% 0 0;
	padding: 3.25% 4.25%;
	overflow: visible;
	border: 0 none rgb(177,106,2);
	border-bottom: 4px solid rgb(177,106,2);
	-webkit-border-radius: 7px 7px 9px 9px;
	border-radius: 7px 7px 9px 9px;
	font: normal normal bold 24px/40px "Averia Sans Libre", Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	text-align: center;
	text-transform: uppercase;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: nowrap;
	background: -webkit-linear-gradient(-90deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	background: -moz-linear-gradient(180deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	background: linear-gradient(180deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	-webkit-box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	text-shadow: 0 1px 1px rgba(0,0,0,0.498039) ;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	text-decoration: none;
	/*font-size: 7vh;*/
	font-size: 3vw;
}

div.numbers div.enjoy-css:hover,
div.numbers.ok div.enjoy-css:hover {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	z-index: auto;
	width: auto;
	position: relative;
	cursor: pointer;
	opacity: 1;
	top: 0;
	left: 0;
	margin: 3% 3% 0 0;
	padding: 3.25% 4.25%;
	overflow: visible;
	border: 0 none rgb(177,106,2);
	border-bottom: 4px solid rgb(177,106,2);
	-webkit-border-radius: 7px 7px 9px 9px;
	border-radius: 7px 7px 9px 9px;
	font: normal normal bold 24px/40px "Averia Sans Libre", Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	text-align: center;
	text-transform: uppercase;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: nowrap;
	background: rgb(225, 157, 60);
	-webkit-box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	text-shadow: 0 1px 1px rgba(0,0,0,0.498039) ;
	-webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	text-decoration: none;
	font-size: 3vw;
}

div.numbers div.enjoy-css:active,
div.numbers.ok div.enjoy-css:active {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	z-index: auto;
	width: auto;
	position: relative;
	cursor: pointer;
	opacity: 1;
	top: 0;
	left: 0;
	margin: 3% 3% 0 0;
	padding: 3.25% 4.25% 3.24 4.25%;
	overflow: visible;
	border: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font: normal normal bold 24px/40px "Averia Sans Libre", Helvetica, sans-serif;
	color: rgb(255, 255, 255);
	text-align: center;
	text-transform: uppercase;
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: nowrap;
	background: -webkit-linear-gradient(-90deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	background: -moz-linear-gradient(180deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	background: linear-gradient(180deg, rgb(253,218,134) 0, rgb(225,157,60) 100%), rgb(253, 218, 134);
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: auto auto;
	background-size: auto auto;
	-webkit-box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	box-shadow: 0 -1px 1px 0 rgba(255,255,255,0.701961) inset, 0 1px 1px 0 rgb(177,106,2) ;
	text-shadow: 0 1px 1px rgba(0,0,0,0.498039) ;
	-webkit-transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 30ms cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	text-decoration: none;
	font-size: 3vw;
}

div.numbers.ok div.enjoy-css,
div.numbers.ok div.enjoy-css:hover,
div.numbers.ok div.enjoy-css:active {
	padding: 37% 14%;
	margin-top: 15px;
}
/* button */

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
	/*.wrapControls {
		margin: 5% 0 0 0;
	}*/
	p.logo {
		font-size: 16px;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
	#div_segiteseg {
		padding: 0 0 0 24%;
	}
	
	/*#div_jatekido {
		margin-top: 18%;
	}*/
	/*p.counter.big.vezerlo {
		margin: 10% 0 0 0;
	}*/
}


@media only screen and (min-width: 991px) and (max-width: 1280px) {
	p.counter.big {
		font-size: 29vw;
		margin: 7.2% 0;

	}
	p.counter.middle {
		margin-bottom: 5px;
	}
	p.counter.big.bomb {
		font-size: 26vw;
		color:#FF5101;
		margin: 0px;
	}
	p.logo {
		font-size: 16px;
		padding: 10% 4% 0 0;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
	#div_segiteseg {
		padding: 0 0 0 22%;
	}
	/*p.counter.big.vezerlo {
		margin: 10% 0 0 0;
	}*/
	#segiteseg_szoveg {
	    font-size: 8vw;
	}
}

@media only screen and (min-width: 320px) and (max-width: 990px) {
	#segiteseg_szoveg {
	    font-size: 60px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.box.drot_piros, .box.drot_sarga, .box.drot_zold, .box.drot_kek {
		/*padding: 22% 0px;*/
	}
	.fa-2x {
		font-size: 1em !important;
	}
	.wrapControls {
		max-width: 171px;
	}
	.wrapControls.vezerloStart {
		max-width: 200px;
	}
	p.txtControls {
		font-size: 15px;
		width: 162px;
	}
	p.logo {
		font-size: 16px;
		padding: 18% 4% 15% 0;
	}
	.middleSection .lineRight {
		border-right: #FFF solid 1px;
	}
	.middleSection .lineLeft {
		border-left: none;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
	
	#div_jatekido {
		font-size: 21px;
		text-align:center;
	}
	#div_jatekido_kint {
		font-size: 19px;
	}
	#div_jatekido_segitseg_levonas {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_levonas_kint {
		font-size: 15px;
	}
	#div_jatekido_segitseg {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_kint {
		font-size: 15px;
	}
	
	/*#div_jatekido {
		margin-top: 18%;
	}*/
}

@media only screen and (min-width: 1025px) and (max-width: 1180px) {
	.middleSection .lineRight {
		border-right: none;
	}
	.middleSection .lineLeft {
		border-left: #FFF solid 1px;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
	p.counter.big.bomb {
		font-size: 17vw;
		margin: 0;
	}
	.fa-2x {
		font-size: 1em !important;
	}
	.wrapControls {
		max-width: 171px;
	}
	p.txtControls {
		font-size: 15px;
		width: 162px;
	}
	p.logo {
		font-size: 14px;
		padding: 14% 4% 0 0;
	}
	.middleSection .lineRight {
		border-right: none;
	}
	.middleSection .lineLeft {
		border-left: #FFF solid 1px;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
	div.numbers div.enjoy-css, div.numbers div.enjoy-css:hover, div.numbers div.enjoy-css:active {
		padding: 0% 4%;
	}
	div.numbers.ok div.enjoy-css, div.numbers.ok div.enjoy-css:hover, div.numbers.ok div.enjoy-css:active {
		padding: 29% 14%;
		margin-top: 7px;
	}
	p.counter.big.bomb {
		font-size: 24vw;
		color:#FF5101;
		margin: 0;
	}
	.fa-2x {
		font-size: 1em !important;
	}
	.wrapControls {
		max-width: 171px;
		/*margin: 6% 0 0 0;*/
	}
	.wrapControls.vezerloStart {
		max-width: 200px;
		/*margin: 6% 0 0 0;*/
	}
	p.txtControls {
		font-size: 15px;
		width: 162px;
	}
	p.logo {
		font-size: 14px;
		padding: 14% 4% 0 0;
	}
	.middleSection .lineRight {
		border-right: none;
	}
	.middleSection .lineLeft {
		border-left: #FFF solid 1px;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
	#div_segiteseg {
		padding: 0 0 0 16%;
	}
	
	#div_jatekido {
		font-size: 21px;
		text-align:center;
	}
	#div_jatekido_kint {
		font-size: 19px;
	}
	#div_jatekido_segitseg_levonas {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_levonas_kint {
		font-size: 15px;
	}
	#div_jatekido_segitseg {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_kint {
		font-size: 15px;
	}
	.PaddingTopVezerlo {
		padding-top: 1%;
	}
	.wrapControls.topspacer {
		padding-top: 2%;
	}
	img.logo {
		margin: 2% 5% 3% 3%;
	}
	p.logo {
		padding: 5% 4% 0 0;
		width: 150px;
		
	}
	.helpSection div.bg  {
		min-height: auto;
		/*height: 254px;*/
		height:170px;
		overflow: auto;
	}
	div.bg textarea {
		/*height: 230px;*/
		height:150px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 990px) {
	.Padding20 {
		padding: 0px 20px 5px 20px;
	}
	.Bomb.Padding20, .middleSection .Padding20, .helpSection .Padding20 {
		padding: 20px;
	}
	.enjoy-css, .enjoy-css:hover, .enjoy-css:active {
		font-size: 56px;
	}
	p.counter.big {
		font-size: 25vw;
	}
	p.counter.middle {
		padding-top: 15px;
		margin-bottom: 10px;
	}
	.box.drot_piros, .box.drot_sarga, .box.drot_zold, .box.drot_kek {
		/*padding: 16% 0px;*/
	}
	div.numbers div.enjoy-css, div.numbers div.enjoy-css:hover, div.numbers div.enjoy-css:active {
		padding: 0% 4%;
	}
	div.numbers.ok div.enjoy-css, div.numbers.ok div.enjoy-css:hover, div.numbers.ok div.enjoy-css:active {
		padding: 29% 14%;
		margin-top: 7px;
	}
	a.bgControls {
		padding: 6px;
	}
	.fa-2x {
		font-size: 1em !important;
	}
	.wrapControls {
		max-width: 132px;
	}
	.wrapControls.vezerloStart {
		max-width: 200px;
	}
	
	p.txtControls {
		font-size: 11px;
		width: 126px;
	}
	.wrapControls {
		/*margin: 8% 0 0 0;*/
	}
	img.logo {
		margin: 2% 5% 2% 3%;
	}
	p.logo {
		font-size: 16px;
		padding: 15% 4% 15% 0;
	}
	.middleSection .lineRight {
		border-right: none;
	}
	.middleSection .lineLeft {
		border-left: #FFF solid 1px;
	}
	.middleSection .box.s70, .middleSection .box.s30 {
		width: 50%;
	}
	.middleSection p.counter.small {
		    margin: 0% 20% 0 0;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
	#div_segiteseg {
		padding: 0 0 0 10%;
	}
	
	#div_jatekido {
		font-size: 21px;
		text-align:center;
	}
	#div_jatekido_kint {
		font-size: 19px;
		text-align:center;
	}
	#div_jatekido_segitseg_levonas {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_levonas_kint {
		font-size: 15px;
		text-align:center;
	}
	#div_jatekido_segitseg {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_kint {
		font-size: 15px;
		text-align:center;
	}
	/*#div_jatekido {
		margin-top: 10%;
	}*/
	/*p.counter.big.vezerlo {
		margin: 18% 0 0 0;
	}*/
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
	p.counter.big {
		font-size: 25vw;
	}
	p.counter.middle {
		font-size: 16vw;
	}
	.Padding20 {
		padding: 0px 20px 5px 20px;
	}
	.Bomb.Padding20, .middleSection .Padding20, .helpSection .Padding20 {
		padding: 20px;
	}
	.enjoy-css, .enjoy-css:hover, .enjoy-css:active {
		font-size: 50px;
	}
	p.counter.middle {
		padding-top: 15px;
		margin-bottom: 10px;
	}
	.box.drot_piros, .box.drot_sarga, .box.drot_zold, .box.drot_kek {
		/*padding: 20% 0px;*/
	}
	div.numbers div.enjoy-css, div.numbers div.enjoy-css:hover, div.numbers div.enjoy-css:active {
		padding: 0% 4%;
	}
	div.numbers.ok div.enjoy-css, div.numbers.ok div.enjoy-css:hover, div.numbers.ok div.enjoy-css:active {
		padding: 29% 14%;
		margin-top: 7px;
	}
	a.bgControls {
		padding: 6px;
	}
	.fa-2x {
		font-size: 1em !important;
	}
	.wrapControls {
		max-width: 132px;
		/*margin: 3% 0 0 0;*/
		float: right;
	}
	.wrapControls.vezerloStart {
		max-width: 200px;
	}
	p.txtControls {
		font-size: 11px;
		width: 126px;
	}
	.minSection .box.s70 {
		width: 58% !important;
	}
	.minSection .box.s30 {
		width: 36% !important;
	}
	p.logo {
		font-size: 16px;
	}
	.middleSection .lineRight {
		border-right: none;
	}
	.middleSection .lineLeft {
		border-left: #FFF solid 1px;
	}
	.middleSection .box.s70, .middleSection .box.s30 {
		width: 50%;
	}
	.middleSection p.counter.small {
		    margin: 0% 20% 0 0;
	}
	p.code {
		font-size: 20px;
	}
	input[type=text].code {
		width: 60%;
	}
	p.logo {
		font-size: 16px;
		padding: 18% 4% 18% 0;
	}
	p.help {
		font-size: 18px;
	}
	.helpSection div.bg {
		height: 180px;
	}
	div.bg textarea {
		height: 160px;
		font-size: 15px;
	}
	div.bg img {
		max-height: 160px;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
	#div_segiteseg {
		padding: 0 0 0 4%;
	}
	#div_jatekido {
		font-size: 21px;
		text-align:center;
	}
	#div_jatekido_kint {
		font-size: 19px;
		text-align:center;
	}
	#div_jatekido_segitseg_levonas {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_levonas_kint {
		font-size: 15px;
		text-align:center;
	}
	#div_jatekido_segitseg {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_kint {
		font-size: 15px;
		text-align:center;
	}
	/*#div_jatekido {
		margin-top: 10%;
	}*/
	/*p.counter.big.vezerlo {
		margin: 30% 0 0 0;
	}*/
}

@media only screen and (min-width: 540px) and (max-width: 639px) {
	p.counter.big {
		font-size: 25vw;
	}
	p.counter.middle {
		font-size: 16vw;
	}
	.Padding20 {
		padding: 0px 20px 5px 20px;
	}
	.Bomb.Padding20, .middleSection .Padding20, .helpSection .Padding20 {
		padding: 20px;
	}
	.enjoy-css, .enjoy-css:hover, .enjoy-css:active {
		font-size: 45px;
	}
	p.counter.middle {
		padding-top: 15px;
		margin-bottom: 12px;
	}
	.box.drot_piros, .box.drot_sarga, .box.drot_zold, .box.drot_kek {
		/*padding: 21% 0px;*/
	}
	div.numbers div.enjoy-css, div.numbers div.enjoy-css:hover, div.numbers div.enjoy-css:active {
		padding: 0% 3%;
	}
	div.numbers.ok div.enjoy-css, div.numbers.ok div.enjoy-css:hover, div.numbers.ok div.enjoy-css:active {
		padding: 45% 14%;
		margin-top: 7px;
	}
	.fa-2x {
		font-size: 0.7em !important;
	}
	.wrapControls {
		max-width: 150px;
		/*margin: 2% 0 0 0;*/
		float: right;
	}
	.wrapControls.vezerloStart {
		max-width: 200px;
	}
	p.txtControls {
		font-size: 11px;
		width: 142px;
	}
	.minSection .box.s70 {
		width: 38%;
	}
	.minSection .box.s30 {
		width: 57%;
	}
	p.counter.big.vezerlo {
		font-size: 21vw;
	}
	p.logo {
		font-size: 16px;
	}
	.middleSection .lineRight {
		border-right: none;
	}
	.middleSection .lineLeft {
		border-left: #FFF solid 1px;
	}
	.middleSection .box.s70, .middleSection .box.s30 {
		width: 50%;
	}
	.middleSection p.counter.small {
		margin: 0% 20% 0 0;
	}
	p.code {
		font-size: 20px;
	}
	input[type=text].code {
		width: 60%;
	}
	p.logo {
		font-size: 14px;
		padding: 18% 4% 18% 0;
	}
	p.help {
		font-size: 18px;
	}
	.helpSection div.bg {
		height: 150px;
	}
	div.bg textarea {
		height: 130px;
		font-size: 14px;
	}
	div.bg img {
		max-height: 130px;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
	#div_segiteseg {
		padding: 0 0 0 0;
	}
	#div_jatekido {
		font-size: 21px;
		text-align:center;
	}
	#div_jatekido_kint {
		font-size: 19px;
		text-align:center;
	}
	#div_jatekido_segitseg_levonas {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_levonas_kint {
		font-size: 15px;
		text-align:center;
	}
	#div_jatekido_segitseg {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_kint {
		font-size: 15px;
		text-align:center;
	}
	/*#div_jatekido {
		margin-top: 10%;
	}*/
	/*p.counter.big.vezerlo {
		margin: 70% 0 0 0;
	}*/
}

@media only screen and (min-width: 481px) and (max-width: 539px) {
	p.counter.big {
		font-size: 20vw;
	}
	p.counter.middle {
		font-size: 16vw;
	}
	.Padding20 {
		padding: 0px 20px 5px 20px;
	}
	.Bomb.Padding20, .middleSection .Padding20, .helpSection .Padding20 {
		padding: 20px;
	}
	.enjoy-css, .enjoy-css:hover, .enjoy-css:active {
		font-size: 35px;
	}
	p.counter.middle {
		padding-top: 15px;
		margin-bottom: 11px;
	}
	.box.drot_piros, .box.drot_sarga, .box.drot_zold, .box.drot_kek {
		/*padding: 24% 0px;*/
	}
	div.numbers div.enjoy-css, div.numbers div.enjoy-css:hover, div.numbers div.enjoy-css:active {
		padding: 0% 3%;
	}
	div.numbers.ok div.enjoy-css, div.numbers.ok div.enjoy-css:hover, div.numbers.ok div.enjoy-css:active {
		padding: 45% 14%;
		margin-top: 7px;
	}
	.fa-2x {
		font-size: 0.5em !important;
	}
	.wrapControls {
		max-width: 137px;
		/*margin: 2% 0 0 0;*/
		float: right;
	}
	.wrapControls.vezerloStart {
		max-width: 200px;
	}
	p.txtControls {
		font-size: 11px;
		width: 131px;
	}
	.minSection .box.s70 {
		width: 38%;
	}
	.minSection .box.s30 {
		width: 57%;
	}
	/*p.counter.big.vezerlo {
		margin-top: 9%;
		font-size: 20vw;
	}*/
	p.logo {
		font-size: 14px;
		padding: 7% 4% 7% 0;
	}
	.middleSection .lineRight {
		border-right: none;
	}
	.middleSection .lineLeft {
		border-left: #FFF solid 1px;
	}
	.middleSection .box.s70, .middleSection .box.s30 {
		width: 50%;
	}
	.middleSection p.counter.small {
		    margin: 0% 20% 0 0;
	}
	p.code {
		font-size: 20px;
	}
	input[type=text].code {
		width: 60%;
	}
	p.help {
		font-size: 15px;
	}
	.helpSection div.bg {
		height: 150px;
	}
	div.bg textarea {
		height: 130px;
		font-size: 14px;
	}
	div.bg img {
		max-height: 130px;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
	#div_segiteseg {
		padding: 0 0 0 0;
	}
	#div_jatekido {
		font-size: 21px;
		text-align:center;
	}
	#div_jatekido_kint {
		font-size: 19px;
		text-align:center;
	}
	#div_jatekido_segitseg_levonas {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_levonas_kint {
		font-size: 15px;
		text-align:center;
	}
	#div_jatekido_segitseg {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_kint {
		font-size: 15px;
		text-align:center;
	}
	/*#div_jatekido {
		margin-top: 10%;
	}*/
	/*p.counter.big.vezerlo {
		margin: 70% 0 0 0;
	}*/
}

@media only screen and (min-width: 319px) and (max-width: 480px) {
	p.counter.big {
		font-size: 34vw;
	}
	p.counter.middle {
		font-size: 15vw;
	}
	.Padding20 {
		padding: 0px 20px 0px 20px;
	}
	.Bomb.Padding20, .middleSection .Padding20, .helpSection .Padding20 {
		padding: 20px;
	}
	.enjoy-css, .enjoy-css:hover, .enjoy-css:active {
		font-size: 30px;
	}
	p.counter.middle {
		padding-top: 15px;
		margin-bottom: 15px;
	}
	.box.drot_piros, .box.drot_sarga, .box.drot_zold, .box.drot_kek {
		/*padding: 25% 0px;*/
	}
	div.numbers div.enjoy-css, div.numbers div.enjoy-css:hover, div.numbers div.enjoy-css:active {
		padding: 0% 3%;
	}
	div.numbers.ok div.enjoy-css, div.numbers.ok div.enjoy-css:hover, div.numbers.ok div.enjoy-css:active {
		padding: 45% 14%;
		margin-top: 7px;
	}
	.fa-2x {
		font-size: 0.5em !important;
	}
	.wrapControls {
		max-width: 100px;
		margin: 0 0 0 0;
		float: right;
	}
	.wrapControls.vezerloStart {
		max-width: 200px;
	}
	p.txtControls {
		font-size: 11px;
		width: 94px;
	}
	.minSection .box.s70 {
		width: 43%;
	}
	.minSection .box.s30 {
		width: 57%;
	}
	a.bgControls {
		padding: 6px;
	}
	p.counter.big.vezerlo {
		/*margin-top: 7%;
		font-size: 20vw;*/
	}
	.middleSection .lineRight {
		border-right: none;
	}
	.middleSection .lineLeft {
		border-left: #FFF solid 1px;
	}
	.middleSection .box.s70, .middleSection .box.s30 {
		width: 50%;
	}
	.middleSection p.counter.small {
		    margin: 0% 20% 0 0;
	}
	p.code {
		font-size: 20px;
	}
	input[type=text].code {
		width: 60%;
	}
	p.logo {
		font-size: 14px;
		padding: 7% 4% 7% 0;
	}
	p.help {
		font-size: 12px;
	}
	.helpSection div.bg {
		height: 150px;
	}
	div.bg textarea {
		height: 130px;
	}
	div.bg img {
		max-height: 130px;
		font-size: 14px;
	}
	.helpSection div.bg.gallery {
		padding: 10px 10px 10px 0;
	}
	#div_segiteseg {
		padding: 0 0 0 0;
	}
	#div_jatekido {
		font-size: 21px;
		text-align:center;
	}
	#div_jatekido_kint {
		font-size: 19px;
		text-align:center;
	}
	#div_jatekido_segitseg_levonas {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_levonas_kint {
		font-size: 15px;
		text-align:center;
	}
	#div_jatekido_segitseg {
		font-size: 15px;
		text-align: center;
	}
	#div_jatekido_segitseg_kint {
		font-size: 15px;
		text-align:center;
	}
	/*#div_jatekido {
		margin-top: 10%;
	}*/
	/*p.counter.big.vezerlo {
		margin: 70% 0 0 0;
	}*/
}




@media only screen and (max-height: 600px) {
	p.counter.big {
		font-size: 29vw;
	}
	p.counter.big.bomb {
		font-size: 20vw;
		color:#FF5101;
		margin: 0;
	}
}

@media only screen and (max-height: 480px) {
	p.counter.big {
		font-size: 22vw !important;
	}
	p.counter.big.vezerlo {
		font-size: 20vw !important;
	}
}

@media only screen and (max-height: 440px) {
	p.counter.big {
		font-size: 33vw !important;
	}
	p.counter.big.vezerlo {
		font-size: 20vw !important;
	}
	p.counter.middle {
		font-size: 15vw !important;
		padding-top: 0px;
		margin-bottom: 0px;
	}
	.enjoy-css, .enjoy-css:hover, .enjoy-css:active {
		padding: 12% 28%;
	}
}

@media only screen and (max-height: 424px) {
	p.counter.big {
		font-size: 22vw !important;
	}
	p.counter.big.vezerlo {
		font-size: 20vw !important;
	}
}

#gallery-1 {
  /*width: 100%;*/
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
  margin: 0 auto;
}

