@font-face {
    font-family: 'BrushUp';
    src: url('fonts/BrushUp.woff2') format('woff2'), url('fonts/BrushUp.woff') format('woff'), url('fonts/BrushUp.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body {
	background: #fffff5;
	color: #3a3a3a;
}

.kozepre {text-align: center;}

.tavtarto30 {
	height: 30px;
}

.tavtarto40 {
	height: 40px;
}

.tavtarto50 {
	height: 50px;
}

.bottom_link{
	padding-left: 40px;
}

.fb {
	color: #3a3a3a;
}

.tavtarto80 {
	height: 80px;
}

.img-responsive {
	max-width: 100%
}

.bold {
	font-weight: 700;
	color: #92c83e;
}

.balra {
	text-align: left;
}

.jobbra {
	text-align: right;
}

.eredmenyek {
	font-weight: 700;
	font-size: 16px;
}

.eredmenyeink {
	font-size: 25px;
	padding-bottom: 20px;
	text-align: left;
}

.eredmenyeink_szam {
	font-size: 28px;
	font-family: BrushUp;
	padding-bottom: 20px;
	color: #9bc31c;
	text-align: right;
}

ul {
	list-style-image: url("img/bullet_pont.png");	
}

.igazito {
	top: -30px;
}

.rejtve {
    display: none;
}

.cim {
	font-family: BrushUp;
	font-size: 50px;
	color: #3a3a3a;
}

.alcim {
	font-family: BrushUp;
	font-size: 25px;
	margin-bottom: 0px;
	color: #3a3a3a;
}

.rolunk_szov {
	font-size: 22px;
}

/* NYEREMENYEK */
.nyeremenyek_cont {
    padding-top: 60px;
	text-align: center;
}


.nyeremenyek_cat {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
}

.nyeremenyek_title {
    color: #c68f4c;
}

.nyeremenyek_title_aktiv {
    color: #149dd1;
    font-weight: 900;
}

.nyeremenyek_kor {
    color: #3a3a3a;
    cursor: pointer;
}

.nyeremenyek_kor2 {
    color: #149dd1;
    cursor: pointer;
}

.nyeremenyek_main_cont {
    height: 36em;
    position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.nyeremenyek_cont2 {
	position: absolute;
	width: 100%;
	height: 35em;
}


.nyeremenyek_arrow_left {
    top: 40%;
    left: 0px;
    position: absolute;
    font-size: 80px;
    cursor: pointer;
    color: #3a3a3a;
}

.nyeremenyek_arrow_left:hover {
    transition-property: margin-top;
    margin-top: 10px;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.nyeremenyek_arrow_right {
    top: 40%;
    right: 0px;
    position: absolute;
    font-size: 80px;
    cursor: pointer;
    color: #3a3a3a;
}

.nyeremenyek_arrow_right:hover {
    transition-property: margin-top;
    margin-top: 10px;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.nyeremenyek_kep1 {
    width: 80%;
    left: 10%;
    top: 0px;
    position: absolute;
    text-align: center;
    pointer-events: none;
}

.link {
	color: #3a3a3a;
	text-decoration: underline;
}

.link:hover {
	color: #9bc31c;
}


/* TOP */

.top {
	background: #9bc31c;
}

.fehertopmenu {
    background: #9bc31c;
    color: #FFFFFF !important;
}

.topmenuitem {
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.topmenuitem:hover {
    color: #9bc31c !important;
    background: #FFFFFF;
    text-decoration: none;
}

.bottom {
    width: 100%;
    background: #9bc31c;
    padding: 5px;
    text-align: center;
    color: #FFFFFF;
    border-top: solid 1px #9bc31c;
}

.top2 {
    text-align: center;
    color: #FFFFFF;
    background: #9bc31c;
    z-index: 1021;
}

.bottom2 {
    width: 100%
}

.bottomlink {
    color: #fccc8e !important;
    text-decoration: none !important;
    margin-right: 20px;
    font-size: 14px;
}

.mobilmenu {
    background: #9bc31c;
    color: #FFFFFF;
    padding: 10px;
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 4520;
}

.mobilcsik {
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #FFFFFF;
    margin: 10px;
}

.topmenuitem2 {
    text-align: center;
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 14px;
    border-top: solid 1px #FFFFFF;
    padding: 15px;
}


@media all and (min-width: 1101px) and (max-width: 5000px) {
    .toplogo {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 10%;
        max-width: 120px;
    }

    .mobil {
        display: none;
    }

    .top {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #9bc31c;
        height: 50px;
        z-index: 50;
        padding: 10px;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    }

    .top2 {
        position: fixed;
        top: 45px;
        left: 0px;
        width: 100%;
    }

    .bottom {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 1021;
        width: 100%;
    }

    .bottom2 {
        position: fixed;
        bottom: 35px;
        left: 0px;
        z-index: 1021;
        width: 100%;
        pointer-events: none;
    }

    .topmenuitem {
        color: #FFFFFF !important;
        margin-top: 5px;
    }

    .topaktiv {
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #FFFFFF;
        color: #9bc31c !important;
        padding-left: 5px;
        padding-right: 5px;
    }
	
	.laptop {
		display: none;
	}


}

/*kis laptop*/
@media all and (min-width: 1101px) and (max-width: 1300px) {
      .toplogo {
        width: 120px;
    }

    .topmenuitem {
        color: #FFFFFF !important;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .topaktiv {
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #FFFFFF;
        color: #9bc31c !important;
        padding-left: 5px;
        padding-right: 5px;
    }


}


/* Small devices (tablets, 768px and up) */
@media all and (min-width: 768px) and (max-width: 1100px) {
    .desktop {
        display: none;
    }
	
	 .toplogo {
        width: 200px;
		max-width: 200px;
    }
	.igazito {
		padding-bottom: 10px;
	}
	
	.laptop {
		display: none;
	}

	.kapcsolat{
		padding-top: 30px
	}
	
	.kapcsolat2 {
		padding-top: 0px;
	}
	
    .mobiltavtarto {
        height: 30px;
    }

    .mobiltavtarto10 {
        height: 10px;
    }

    .top {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #9bc31c;
        padding: 10px;
        z-index: 4500
    }

    .top2 {
        font-size: 10px;
    }

    .bottombig {
        font-size: 11px;
    }

    .bottom {
        width: 100%;
    }
	
	.rolunk_szov {
		font-size: 16px;
	}
	
	/* NYEREMENYEK */
	/* NYEREMENYEK */
	.nyeremenyek_cont {
		padding-top: 20px;
	}
	
    .nyeremenyek_main_cont {
        height: 70em;
    }

    .nyeremenyek_arrow_left {
        top: 50%;
        left: 0px;
        position: absolute;
        font-size: 60px;
        z-index: 10;
    }

    .nyeremenyek_arrow_right {
        top: 50%;
        right: 0px;
        position: absolute;
        font-size: 60px;
        z-index: 10;
    }

    .nyeremenyek_kep1 {
        width: 100%;
        left: 0%;
        top: 0px;
    }
	
    body {
        font-size: 14px;
    }
}



/* Small devices (tablets, 768px and up) */
@media all and (min-width: 596px) and (max-width: 767px) {
    .desktop {
        display: none;
    }
	
	 .toplogo {
        width: 200px;
		max-width: 200px;
    }
	.igazito {
		padding-bottom: 10px;
	}
	
	.laptop {
		display: none;
	}

	.kapcsolat{
		padding-top: 30px
	}
	
	.kapcsolat2 {
		padding-top: 0px;
	}
	
    .mobiltavtarto {
        height: 30px;
    }

    .mobiltavtarto10 {
        height: 10px;
    }

    .top {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #9bc31c;
        padding: 10px;
        z-index: 4500
    }

    .top2 {
        font-size: 10px;
    }

    .bottombig {
        font-size: 11px;
    }

    .bottom {
        width: 100%;
    }
	
	.rolunk_szov {
		font-size: 16px;
	}
	
	/* NYEREMENYEK */
	/* NYEREMENYEK */
	.nyeremenyek_cont {
		padding-top: 20px;
	}
	
    .nyeremenyek_main_cont {
        height: 60em;
    }

    .nyeremenyek_arrow_left {
        top: 50%;
        left: 0px;
        position: absolute;
        font-size: 60px;
        z-index: 10;
    }

    .nyeremenyek_arrow_right {
        top: 50%;
        right: 0px;
        position: absolute;
        font-size: 60px;
        z-index: 10;
    }

    .nyeremenyek_kep1 {
        width: 100%;
        left: 0%;
        top: 0px;
    }
	
    body {
        font-size: 14px;
    }
}


/* Small devices (tablets, 768px and up) */
@media all and (min-width: 541px) and (max-width: 595px) {
    .desktop {
        display: none;
    }
	
	.eredmenyeink {
		font-size: 24px;
	}
	
	 .toplogo {
        width: 200px;
		max-width: 200px;
    }
	.igazito {
		padding-bottom: 10px;
	}
	
	.laptop {
		display: none;
	}

	.kapcsolat{
		padding-top: 30px
	}
	
	.kapcsolat2 {
		padding-top: 0px;
	}
	
    .mobiltavtarto {
        height: 30px;
    }

    .mobiltavtarto10 {
        height: 10px;
    }

    .top {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #9bc31c;
        padding: 10px;
        z-index: 4500
    }

    .top2 {
        font-size: 10px;
    }

    .bottombig {
        font-size: 11px;
    }

    .bottom {
        width: 100%;
    }
	
	.rolunk_szov {
		font-size: 16px;
	}
	
	/* NYEREMENYEK */
	/* NYEREMENYEK */
	.nyeremenyek_cont {
		padding-top: 20px;
	}
	
    .nyeremenyek_main_cont {
        height: 61em;
    }

    .nyeremenyek_arrow_left {
        top: 50%;
        left: 0px;
        position: absolute;
        font-size: 60px;
        z-index: 10;
    }

    .nyeremenyek_arrow_right {
        top: 50%;
        right: 0px;
        position: absolute;
        font-size: 60px;
        z-index: 10;
    }

    .nyeremenyek_kep1 {
        width: 100%;
        left: 0%;
        top: 0px;
    }
	
    body {
        font-size: 14px;
		width: 100%;
    }
}



/* Small devices (tablets, 768px and up) */
@media all and (min-width: 460px) and (max-width: 540px) {
    .desktop {
        display: none;
    }
	
	.eredmenyeink {
		font-size: 24px;
	}
	
	 .toplogo {
        width: 200px;
		max-width: 200px;
    }
	.igazito {
		padding-bottom: 10px;
	}
	
	.laptop {
		display: none;
	}

	.kapcsolat{
		padding-top: 30px
	}
	
	.kapcsolat2 {
		padding-top: 0px;
	}
	
    .mobiltavtarto {
        height: 30px;
    }

    .mobiltavtarto10 {
        height: 10px;
    }

    .top {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #9bc31c;
        padding: 10px;
        z-index: 4500
    }

    .top2 {
        font-size: 10px;
    }

    .bottombig {
        font-size: 11px;
    }

    .bottom {
        width: 100%;
    }
	
	.rolunk_szov {
		font-size: 16px;
	}
	
	/* NYEREMENYEK */
	/* NYEREMENYEK */
	.nyeremenyek_cont {
		padding-top: 20px;
	}
	
    .nyeremenyek_main_cont {
        height: 58em;
    }

    .nyeremenyek_arrow_left {
        top: 50%;
        left: 0px;
        position: absolute;
        font-size: 60px;
        z-index: 10;
    }

    .nyeremenyek_arrow_right {
        top: 50%;
        right: 0px;
        position: absolute;
        font-size: 60px;
        z-index: 10;
    }

    .nyeremenyek_kep1 {
        width: 100%;
        left: 0%;
        top: 0px;
    }
	
    body {
        font-size: 14px;
		width: 100%;
    }
}


/* Small devices (tablets, 768px and up) */
@media all and (min-width: 100px) and (max-width: 459px) {
    .desktop {
        display: none;
    }
	
	.eredmenyeink {
		font-size: 20px;
	}
	
	 .toplogo {
        width: 200px;
		max-width: 200px;
    }
	.igazito {
		padding-bottom: 10px;
	}
	
	.laptop {
		display: none;
	}

	.kapcsolat{
		padding-top: 30px
	}
	
	.kapcsolat2 {
		padding-top: 0px;
	}
	
    .mobiltavtarto {
        height: 30px;
    }

    .mobiltavtarto10 {
        height: 10px;
    }

    .top {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #9bc31c;
        padding: 10px;
        z-index: 4500
    }

    .top2 {
        font-size: 10px;
    }

    .bottombig {
        font-size: 11px;
    }

    .bottom {
        width: 100%;
    }
	
	.rolunk_szov {
		font-size: 16px;
	}
	
	/* NYEREMENYEK */
	/* NYEREMENYEK */
	.nyeremenyek_cont {
		padding-top: 20px;
	}
	
    .nyeremenyek_main_cont {
        height: 49em;
    }

    .nyeremenyek_arrow_left {
        top: 30%;
        left: 0px;
        position: absolute;
        font-size: 60px;
        z-index: 10;
    }

    .nyeremenyek_arrow_right {
        top: 30%;
        right: 0px;
        position: absolute;
        font-size: 60px;
        z-index: 10;
    }

    .nyeremenyek_kep1 {
        width: 100%;
        left: 0%;
        top: 0px;
    }
	
    body {
        font-size: 14px;
		width: 100%;
    }
}
