html,body{
	overflow: hidden !important;
}

.full_size{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #61a5bf;
}
.half_size{
	display: block;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 150px;
}
.choose_left_side{
	background-image: url('../images/lakossagi.svg');
	background-image: url('../images/lakossagi.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	color: white;
}
.choose_right_side{
	background-image: url('../images/bertextil.svg');
	background-image: url('../images/bertextil.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	right: 0;
	color: black;
}
.no-svg .choose_left_side {
	background-image: url('../images/lakossagi.jpg');
}
.no-svg .choose_right_side {
	background-image: url('../images/bertextil.jpg');
}

.center_logo{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 300px;
	height: 110px;
	line-height: 100px;
	text-align: center;
	background-color: #61a5bf;
	z-index: 2;
}
.full_size .title{
	font-size: 3rem;
	text-transform: uppercase;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
}
.full_size .subtitle{
	font-size: 2.3rem;
	max-width: 500px;
	margin: 0 auto;
}
.full_size .more{
	position: absolute;
	top: 550px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 250px;
	height: 60px;
	line-height: 55px;
	text-align: center;
	font-size: 2.4rem;
}
.choose_left_side .more{
	background-color: #FFFFFF;
	color: black;
}
.choose_right_side .more{
	background-color: #61a5bf;
	color: white;
}

@media ALL and (max-width:767px){
	.half_size{
		height: auto;
		min-height: auto;
		padding: 50px;
		padding-top: 150px;
	}
	.choose_right_side{
		background-image: none;
		padding-top: 50px;
	}
	.full_size{
		background-image: url('../images/bertextil.svg');
		background-image: url('../images/bertextil.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: auto !important;
	}
	.full_size .more{
		position: static;
		margin-top: 50px;
		padding: 10px 20px;
	}
}
@media ALL and (max-width:500px){
	.center_logo{
		width: 100%;
		height: 60px;
		line-height: 60px;
	}

	.full_size .title{
		display: inline;
	}

	.choose_left_side{
		padding-top: 80px;
		padding-left: 2px !important;
		padding-right: 2px !important;
		padding-bottom: 20px;
	}

	.choose_left_side img{
		width: 20px;
		display: inline;
		margin-top: -11px;
	}
	
	.choose_right_side{
		padding-top: 20px;
		padding-left: 2px !important;
		padding-right: 2px !important;
		padding-bottom: 20px;
	}

	.choose_right_side img{
		width: 20px;
		display: inline;
		margin-top: -11px;
	}
}

