.picHolder
{ 
	display: none;
    padding: 10px;
    max-width: 100px;
    margin: auto;
}

.customImg2
{
	
}

.customImg
{
	max-height: 250px;
    margin: auto;
}

.mySelect
{
	max-width: 78px;
}

.myLabelCustom
{
	font-weight: 600;
    min-width: 145px;
}

.myDataCustom
{
	min-width: 50px;
    text-align: right;
}

img
{
	object-fit: contain;
}

.noticeLink
{
	padding: 2px 5px;
    display: block;
    border-top: 2px solid #b5ff00;
    width: max-content;
    border-bottom: 2px solid #b5ff00;
    margin: auto;
    margin-top: 10px;
}

.notice
{
	display: block;
    height: calc( 100vh - 460px );
    min-height: 300px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    position: relative;
}

.noticeBox
{
	background-color: #0000008a;
    padding: 20px;
    border-radius: 12px;
    position: absolute;
    width: inherit;
    transform: translate3d(-50%, -80%, 0);
    left: 50%;
    top: 50%;
}

.noticeTxt
{
	margin-bottom: 15px;
}

.zold
{
	color: #b5ff00;
}

.hide
{
	display: none !important;
}

.aremeles
{
	color: white;
    font-size: 14px;
	text-align: center;
}

.tDesc
{
	margin-top: 8px;
	    font-weight: 400;
}

.tTitle
{
	font-size: 18px;
    color: white;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    text-decoration-color: #39bf41;
}

.signIn
{
	display: block;
    background-color: #f0f0f1;
    color: #248cc8;
    width: fit-content;
    padding: 10px;
    margin-left: 11.5%;
    margin-bottom: 20px;
    box-shadow: 10px 10px 40px rgb(0 0 0);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: default;
	max-width:800px;
}

.regButton
{
	display: block;
    background-color: #f0f0f1;
    color: #248cc8;
    width: fit-content;
    padding: 10px;
    margin-left: 11.5%;
    margin-bottom: 20px;
    box-shadow: 10px 10px 40px rgb(0 0 0);
    /* border-bottom: solid 1px #505050; */
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    /* border: solid 3px #2b77c1; */
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    text-decoration-color: #39bf41;
	cursor: pointer;
}

.msg
{
	text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: #3abe41;
    /* text-decoration: dashed; */
    text-decoration-thickness: 2px;
    text-decoration-style: dashed;	
	cursor: default;
}

.msg:after
{
	content: '*';
	display: inline-block;
	color: #3abe41;
}

.msgInnerBox
{
	max-width: 500px;
    min-height: 150px;
    background-color: white;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 12px;
    box-shadow: 0px 0px 34px #3abe41;
}

.msgWindow
{
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}

.hand
{
	cursor: pointer;
}
.hDij
{
	font-weight: 500;
}

#main {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/** 
 * Use variables in css if you want to use shortcode attributes. For example: 
 * 	:root {
 *		--scu-color: pink;
 *	}
 * Then, modify the var with JS	(See tutorial 3)
 * 
*/
.akcioNum
{
	color: #39bf41 !important;
}
.dNum1
{
	position: absolute;
    right: 2.2%;
    top: 2%;
    font-size: 3em;
	    width: 67px;
    /* border-radius: 50%; */
  /*  box-shadow: 0px 0px 13px 0px;*/
	border-radius:10px;
}

.dNum2
{
	position: absolute;
    left: 1.2%;
    top: 2%;
    font-size: 3em;
	    width: 67px;
    /* border-radius: 50%; */
   /* box-shadow: 0px 0px 13px 0px;*/
	border-radius: 10px;
	color: #343538;
}

.myButtonAkcio
{
	display: inline-block;
    width: 100px;
    background-color: #ffffff;
    color: white;
    font-weight: 500;
    text-align: center;
    margin: 16px;
    padding: 5px;
    float: right;
    font-size: 1.08em;
    border: 2px solid #39bf41;
}

.uj
{
	position: absolute;
    transform: rotateZ(
	45deg
	);
    right: -24px;
    background-color: #38c040;
    width: 100px;
    top: 13px;
    text-align: center;
    line-height: 1.8;
	color: white;
}

.akcio
{
	border: #39bf41 2px solid; 
}

.akcio .myButtonAkcio
{
	
}

.akcio .myButtonAkcio a
{
	color: black !important;
    text-decoration-color: #39bf41;
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
}


.akcio .groupTitle
{
	text-decoration-color: #39bf41;
    text-decoration-thickness: 2px;
}

.full-container
{
	/*max-width: unset !important;*/
}
#main
{
	/*padding: 35px 0 35px 0!important;*/
}
.site-title
{
	font-weight:600 !important;
	
}

.entry-title
{
	padding-left: 35px !important;
	text-shadow: 0px 0px 5px rgb(254 255 255);
}

@media only screen and (max-width: 850px) 
{
	.picHolder
	{ 
		display: block !important;
	}
	.regButton
	{
		margin-left: 5% !important;	
	}
	
	.signIn
	{
		max-width: 85% !important;
		margin: auto !important;
		margin-bottom: 20px !important;
	}	
	
	.phoneGroup
	{
		max-width: 85% !important;
	}
	.dNum1
	{
		left: 1.4% !important;
		right: unset !important;
		bottom: 2% !important;
		top: unset !important;
	}

	.dNum2
	{
		left: 1.4% !important;
		bottom: 2% !important;
		top: unset !important;
	}
	.dataGroup
	{
		display: inline-block;
		width: 100% !important;
	}

	.dataGroupDesign
	{
		display: inline-block;
		width: 0% !important;
	}
	
	#main
	{
		padding: 0 !important;
	}
	.entry-header
	{
		padding-left: 10px !important;
		padding-top: 16px !important;
	}
	.groupData
	{
		margin-bottom: 10px !important;
	}
	.aremeles
	{
		    margin: 2% 5%;
	}
}

.supGroup
{
	margin: auto;
    width: fit-content;
	display: flex;
}

#kep01
{
	display: flex;
    justify-content: center;
    text-align: center;
	max-height:300px;
	margin: auto;
}
#kep02
{
	max-height: 338px;
	margin: auto;
}
#kep03
{
	max-height: 300px;
	margin: auto;
}
#kep04
{
	max-height: 140px;
	margin: auto;
}

#korte
{
	max-height: 300px;
	margin: auto;
}


.myButton a
{
	color: white !important;
}

.verA
{
	background-color: #343538;
    color: whitesmoke;
    padding: 13px 10px 10px 10px;
}
.verB
{
	background-color: white;
    color: black;
    padding: 13px 10px 10px 10px;
}

.dataGroup
{
 	margin: auto;
	width: 50%;
	max-width: 500px;
}

.dataGroupDesign
{
	display: flex;
	width: 50%;
	text-align: -webkit-center;
	max-width: 500px;
}

.groupTitle
{
	font-size: 1.3em;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-align: center;
}

.phoneGroup
{
	font-weight:600;
	font-size: 1.1em;
	position: relative;
	overflow: hidden;
	max-width: 75%;
    margin: auto;
    margin-bottom: 50px;
    box-shadow: 10px 10px 40px rgb(0 0 0);
	/*border-bottom: solid 1px #505050;*/
	border-radius:10px;
}
.description
{
	font-weight: 400;
	padding: 2% 0 2% 0;
	text-align: justify;
}

.groupData
{
	margin: auto;
    padding-bottom: 5px;
	width: min-content;
}

.rowDiv
{
	font-weight: 400;
    display: flex;
}

.myLabel
{
	font-weight: 600;
    min-width: 230px;
}

.myButton
{
	display: inline-block;
    width: 100px;
    background-color: #4e67a7;
    color: white;
    font-weight: 500;
    text-align: center;
	margin: 16px;
	padding: 5px;
	float: right;
	font-size: 1.08em;
}
