@charset "UTF-8";






.simple-banner .banner-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.simple-banner .banner-slides {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}


.simple-banner {
	position: relative;
	height: 0;
	padding-top: 30%;
	color: #fff;
}

.simple-banner .bg-d,
.simple-banner .bg-m {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%;
}

.simple-banner .bg-d {
	width: 100%;
}


.simple-banner .bg-m {
	display: none;
	min-width: 100%;
}

.simple-banner .container {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	padding-top: 72px;
	z-index: 100;
}



.simple-banner .container .panel {
	position: relative;
	width: 50%;
	box-sizing: border-box;
}



.simple-banner .button,
.form-style-2.btn-style-orange .btnhold .button.submit {
	text-transform: uppercase;
	padding: 12px 32px;
}

.simple-banner h1 {
	font-size: 56px;
	line-height: 60px;
}

.simple-banner h1.smaller {
	font-size: 40px;
	line-height: 48px;
}

.simple-banner .lead {
	font-weight: 400;
	margin: 24px 0;
}

.simple-banner .lead.larger {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}

.simple-banner .lead.uppercase {
	text-transform: uppercase;
}


.simple-banner h1.dark,
.simple-banner .lead.dark {
	color: var(--dark);
}


.simple-banner .handler {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1.
}

.simple-banner .prev-slide,
.simple-banner .next-slide {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	pointer-events: auto;
	background-color: rgba(0,0,0,0.6);
	background-repeat: no-repeat;
	background-position: 16px center;
	border-radius: 40px;
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.simple-banner:hover .prev-slide,
.simple-banner:hover .next-slide { 
	opacity: 0.6; 
}

.simple-banner:hover .prev-slide:hover,
.simple-banner:hover .next-slide:hover { 
	opacity: 1; 
}

.simple-banner .prev-slide { 
	left: 30px; 
	background-image: url(/hu/images/web/step-next-white.png); 
	background-size: 10px auto;
	transform: translate(-50%,-50%) rotate(180deg);
}

.simple-banner .next-slide { 
	right: 30px; 
	background-image: url(/hu/images/web/step-next-white.png); 
	background-size: 10px auto;
	transform: translate(50%,-50%);
}


.simple-banner .thumbs { 
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--green);
	border-radius: 24px;
	height: 24px;
	padding: 0 4px;
	z-index: 2;
}

.simple-banner .thumbs div { 
	position: relative;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	display: inline-block;
	cursor: pointer;
	pointer-events: auto;
}

.simple-banner .thumbs div:before { 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 12px;
	content: '';
	width: 12px;
	height: 12px;
	background: #fff;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.simple-banner .thumbs div.active:after { 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 12px;
	content: '';
	width: 6px;
	height: 6px;
	background: var(--green);
}

.simple-banner .btn-left { text-align: left; }
.simple-banner .btn-right { text-align: right; }
.simple-banner .btn-center { text-align: center; }

.simple-banner .button.orange2 {
	background: #f5b400;
	color: #fff;
	box-shadow: 0 0 20px rgba(256,256,256,0.4);
}


@media only screen and (max-width: 1520px) {
	
	.simple-banner {
		height: 480px;
		padding-top: 0;
	}
	
	.simple-banner .bg-d {
		width: 1520px;
		min-width: 1540px;
	}

	
}

@media only screen and (min-width: 961px) {

	.simple-banner .valign-center .container {
		top: 50%;
		transform: translate(-50%,-50%);
		padding-top: 0;
	}
}

@media only screen and (max-width: 960px) {
	
	.simple-banner {
		height: 560px;
		padding-top: 0;
	}
	
	.simple-banner .bg-m { display: block }
	.simple-banner .bg-d { display: none }
	
	.simple-banner h1 {
		font-size: 30px;
		line-height: 36px;
	}
	
	.simple-banner h1.larger {
		font-size: 40px;
		line-height: 46px;
	}
	
	.simple-banner h1.smaller {
		font-size: 24px;
		line-height: 30px;
	}
	
	.simple-banner .container .panel {
		width: 100%;
		max-width: 480px;
	}
	
	.simple-banner .lead {
		margin: 24px 0;
		max-width: 280px;
	}
	
	

}






/*

.banner {
	position: relative;
}

.bannercontainer {
	position: relative;
	height: 600px;
	background: url(/hu/images/banner/default/banner-landing-home-bg.jpg) no-repeat left center;
	background-size: 100% auto;
	color: #fff;
}

.bannercontainer .car {
	position: absolute;
	bottom: 50%;
	left: 48%;
	transform: translateY(50%);
	width: 468px;
	height: 306px;
	background: url(/hu/images/banner/default/car.png) no-repeat center;
	background-size: 100% auto;
}


.banner h1 {
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -1px;
}

.banner h2 {
	font-size: 24px;
	line-height: 30px;
}

.banner .subtitle {
	color: #6daf26;
	margin-top: 12px;
	font-weight: 600;
	display: none;
}

.banner h1 br {
	display: none;
}

.banner p {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin: 32px 0 48px;
	font-weight: 300;
}


.banner .apps {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 180px;
	min-width: 50%;
	overflow: hidden;
}


.banner .apps .tongue {
	position: relative;
	height: 120px;
	margin-left: 40px;
	margin-right: -80px;
	box-shadow: none;
}

.banner .apps .wrap {
	position: relative;
	max-width: 310px;
	margin-left: 100px;
	margin-right: 164px;
	height: 120px;
	padding-top: 60px;
}

.banner .apps .title {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	text-transform: none;
	color: #333;
	margin: 0;
}

.banner .apps p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #333;
	margin: 6px 20px 12px 0;
}


.banner .apps .app-apple, .banner .apps .app-google { 
	position: absolute;
	left: -140px;
	top: 64px;
	display: block;
	width: 120px;
	height: 40px;
}

.banner .apps .app-google { top: 102px; }



.banner .apps .mobile {
	position: absolute;
	left: 80%;
	bottom: 0;
	width: 280px;
	height:180px;
	background: url(/hu/images/banner/default/mobile.png) no-repeat left bottom;
}

.bannercontainer .circle {
	position: absolute;
	top: 0;
	right: 40px;
	width: 200px;
	height: 200px;
	background: url(/hu/images/banner/default/circle.png) no-repeat center;
	background-size: 100% 100%;
	line-height: 20px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	z-index: 10;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.bannercontainer .black {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
}

.bannercontainer .white {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	background: none;
}


.banner .button {
	background: #5e9029;
	text-transform: uppercase;
	padding: 12px 48px;
	margin: 24px 0;
	border-radius: 32px;
}

.banner .button:hover {
	background: #78b82b;
}

.bannercontainer .fluid {
	height: 600px;
	position: relative;
}

.bannercontainer .wrap {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 44%;
	min-width: 360px;
}
*/



.card-slider {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
}

.card-slider-port {
	padding-bottom: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: nowrap;
}

.card-slider .fluid > .wrap.hide-opa:after { display: none }
.card-slider .fluid > .wrap:after {
	position: absolute;
	top: 0;
	width: 200px;
	height: 108%;
	left: 100%;
	content: '';
	background: linear-gradient(0.25turn, rgba(147,198,85, 0), rgba(147,198,85, 1) 50%);
	pointer-events: none;
	z-index: 10;
}

.card-slider .fluid > .wrap:before {
	position: absolute;
	top: 0;
	width: 200px;
	height: 100%;
	right: 100%;
	content: '';
	background: linear-gradient(0.25turn, rgba(147,198,85, 1) 50%, rgba(147,198,85, 0));
	pointer-events: none;
	z-index: 10;
}

.card-slider .card {
	position: relative;
	width: 25%;
	min-width: 25%;
}

.card-slider .smallcards .card .wrap {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.card-slider .card .cnt {
	padding-top: 40px;
	padding-bottom: 70px;
}

.card-slider .card .button {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.card-slider .handler {
	position: relative;
	top: -20px;
	text-align: center;
}

.card-slider .handler .arrow {
	width: 52px;
	cursor: pointer;
}

.card-slider .handler .arrow.inact {
	pointer-events: none;
}


@media only screen and (min-width: 1540px) {

	.card-slider .fluid > .wrap:before,
	.card-slider .fluid > .wrap:after {
		width: 600px;
	}
}


@media only screen and (min-width: 1340px) {
	
	
	.bannercontainer {
		color: #fff;
		height: 640px;
	}
	
	.bannercontainer .fluid {
		height: 640px;
	}
	
	.bannercontainer .car {
		transform: translateY(50%) scale(1.1);
		margin-left: 40px;
	}
	
	.card-slider .fluid > .wrap:before,
	.card-slider .fluid > .wrap:after {
		width: 360px;
	}

	
}



@media only screen and (max-width: 1120px) {
	
	
	.bannercontainer {
		background-size: 1120px auto;
		height: 680px;
	}
	
	.bannercontainer .fluid {
		height: 680px;
	}
	
	.card-slider .fluid > .wrap:before,
	.card-slider .fluid > .wrap:after {
		width: 120px;
	}

	
}



@media only screen and (max-width: 919px) {
	

	
	.bannercontainer .car {
		position: absolute;
		bottom: 50%;
		left: 60%;
		transform: translateY(50%) scale(0.9);
	}
	
	.banner h1 {
		font-size: 30px;
		line-height: 36px;
	}
	
	.banner .fluid {
		max-width: 100%;
	}
	
	
	.card-slider .card {
		width: 100%;
		min-width: 100%;
	}
	

	
}
	

@media only screen and (max-width: 639px) {
	
	.banner .banner-tobot {
		width: 100%;
		position: absolute;
		bottom: 20px;
		left: 0;
	}
	
	
	.bannercontainer {
		height: auto;
	}
	
	.bannercontainer .fluid {
		height: auto;
	}
	
	.bannercontainer .fluid .wrap {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		min-width: 0;
		padding: 60px 0 10px;
		width: auto;
	}
	
	
	
	.bannercontainer .circle {
		transform: scale(0.8);
		right: -50px;
		top: auto;
		bottom: -90px;
	}
	
	.bannercontainer .car {
		left: 46%;
		margin-bottom: -60px;
	}
	
	
	.banner h1 {
		font-size: 30px;
		line-height: 36px;
		margin-top: 0;
	}
	
	.banner h2 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.banner .mirror h1 {
		padding-top: 250px;
		color: #fff;
	}

	
	.bannercontainer p {
		max-width: 60%;
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
	}
	
	.bannercontainer .button {
		margin-bottom: 0;
	}
	
	.banner .apps {
		position: relative;
		right: auto;
		bottom: auto;
		height: auto;
		width: auto;
		border-bottom: 4px solid #fffff5;
	}
	
	.banner .apps.on-green {
		background: #78b82b;
	}
	
	.banner .apps .tongue {
		height: auto;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		margin: 0 auto;
		max-width: 560px;
		height: auto;
	}
	
	.banner .apps .tongue .title { font-size: 24px; }
	.banner .apps .tongue p { font-size: 16px; line-height: 22px; font-weight: 400; }
	
	.banner .apps .wrap {
		position: relative;
		max-width: inherit;
		margin-left: 20px;
		margin-right: 120px;
		padding-bottom: 40px;
		height: auto;
	}
	
	
	.banner .apps .app-apple, 
	.banner .apps .app-google {
		position: relative;
		top: auto; 
		left: auto;
		display: inline-block;
	}
	
	
	
	
	
	.banner .bannercontainer .b2 {
		position: relative;
		z-index: 10;
		width: auto;
	}
	
	
	
	
	
	.banner .apps .app-apple, .banner .apps .app-google { opacity: 0.8 }
	
	
	
	.simple-banner .spec-june .panel {
		top: -40px;
	}
	
	.simple-banner .spec-june  {
		background: #fff;
	}
	
	.simple-banner .spec-june .bg-m {
		margin-top: 40px;
	}
	
	
	

	.simple-banner .btn-left.mobcenter {
		text-align: center;
	}

	
}


