.red_text{
	color: #ad2a1a;
}
.red_bg{
	background: #ad2a1a;
}
.dark_grey_text{
	color: #272729;
}
.dark_grey_bg{
	background: #272729;
}
.light_grey_text{
	color: #dae3db;
}
.light_grey_bg{
	background: #dae3db;
}
.white_text{
	color: white;
}
.white_bg{
	background: white;
}
*{
	box-sizing: border-box;
	transition:all ease-out .5s;
}
body{
	transition: none;
}
body{
	margin: 0px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
input{
	font-family: 'Open Sans', sans-serif;
}
h1{
	font-size: 40px;
	margin: 0px;
	text-transform: uppercase;
}
h2{
	font-size: 35px;
	margin: 0px;
	text-transform: uppercase;
}
h3{
	font-size: 30px;
	margin: 0px;
	text-transform: uppercase;
}
.section{
	width: 100%;
	display: flex;
}
.flex_1{
	flex: 1; 
}
.flex_2{
	flex: 2; 
}
a.button_link{
	padding: 10px 20px; 
	text-transform: uppercase;
	text-decoration: none;
}
#header_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 30px; 
}
#header_menu .menu_item{
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0px 10px; 
	cursor: pointer;
}
#header_menu .menu_item:hover{
	background: #dae3db;
	color: #272729;
}
#header_menu .menu_item.button_link{
	padding: 10px 20px; 
}
#header_menu .button_link{
	display: block;
	height: auto;
}
#news{
	min-height: 200px;
	padding: 20px 5vw 10px; 
	flex-direction: column;
	position: relative;
	z-index: 1;
	transition: none;
}
#news h1{
	font-weight: 800;
}
#news svg.divider{
	fill:#ad2a1a;
	position: absolute;
	top: -5.2vw;
	left: 0;
	transform: scaleX(-1);
}
#news svg.divider_bottom{
	fill:#ad2a1a;
	position: absolute;
	bottom: -8vw;
	left: 0;
	z-index: 1;
}
#news .button_link{
	font-weight: 800;
}
#news .button_link:hover{
	background: #dae3db;
	color: #272729;
}
.news_container{
	display: flex;
	padding: 30px 0px;  
}
.news_item{
	text-align: justify;
}
.news_item .button_link{
	float: right;
}
.news_item:not(:last-child){
	margin-right: 50px;
}
#services{
	min-height: 200px;
	padding: 60px 5vw 10px; 
	position: relative;
	padding-bottom: 7vw;
	/*clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 19%, 93.7% 8%, 93% 0%, 100% 17%, 100% 100%, 0% 100%);
	margin-top: -7vw;*/
	border-top: 5px solid #dae3db;
}
#services h1{
	font-weight: 800;
}
#services svg.divider{
	fill:#ad2a1a;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
}
.services_container{
	display: flex;
	padding: 30px 0px;
}
.services_container ul{
	list-style-type: none;
}
.services_container ul li{
	padding: 5px 0px;
	font-weight: 700;
	font-size: 22px;
}
.services_image{
	position: absolute;
	width: 60%;
	right: 0px;
	top: 0px;
	height: 680px;
	background-position: center 151%;
	transition: none;
}
#inquiry{
	padding: 20px 5vw 10px; 
	flex-direction: column;
	position: relative;
	justify-content: center;
	align-items: center;
	padding-bottom: 12vw;
	transition: none;
}
#inquiry h1{
	font-weight: 800;
}
#inquiry svg.divider{
	fill:#272729;
	position: absolute;
	top: -8vw;
	left: 0;
}
#inquiry .button_link{
	font-size: 30px;
	font-weight: 800;
}
#inquiry .button_link:hover{
	background:#dae3db;
	color: #ad2a1a;
}
#newsletter{
	min-height: 200px;
	padding: 20px 5vw 10px; 
	position: relative;
	padding-top: 10vw;
	padding-bottom: 7vw;
	margin-top: 3vw;
}
#newsletter h1{
	font-weight: 800;
}
#newsletter svg.divider{
	fill:#ad2a1a;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
}
.newsletter_wrapper{
	width: 30%;
	padding-right: 5vw;
}
.newsletter_container{
	display: flex;
	padding: 30px 0px;
}
.newsletter_container ul{
	list-style-type: none;
}
.newsletter_container ul li{
	padding: 5px 0px;
	font-weight: 700;
	font-size: 22px;
}
.newsletter_container input{
	padding: 10px 15px; 
	border: none;
}
.newsletter_container input[type="button"]{
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}
.newsletter_container input[type="button"]:hover{
	background: #ad2a1a;
}
.newsletter_container input:not(:last-of-type){
	margin-right: 20px;
}
.newsletter_image{
	position: absolute;
	width: 60%;
	right: 0px;
	top: 0px;
	height: 720px;
	background-position: center 218%;
	background-size: cover;
	transition: none;
}
#gallery{
	padding: 20px 5vw 10px; 
	position: relative;
	flex-direction: column;
	padding-bottom: 7vw;
}
#gallery h1{
	font-weight: 800;
}
#gallery svg.divider{
	fill:white;
	position: absolute;
	top: -5.2vw;
	left: 0;
	z-index: 1;
	transform: scaleX(-1);
}
.gallery_container{
	display: flex;
	padding: 30px 0px;
	width: 100%;
	position: absolute;
	transition: none;
}
.gallery_item{
	padding: 20px;
	min-width: 33.3333%;
}
.gallery_image{
	height: 300px;
	width: 100%;
	cursor: pointer;
	opacity: .5;
	background-size: cover;
	background-position: center;
	z-index: 1;
	position: relative;
}
.gallery_image:hover{
	opacity: 1;
}
.gallery_controller{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	left: 0;
	top: 0;
	justify-content: space-between;
	align-items: center;
}
.gallery_controller .right_arrow:after{
	content: '\25b6';
	font-size: 100px;
	margin-right: -45px;
	cursor: pointer;
	color: #dae3db;
}
.gallery_controller .left_arrow:after{
	content: '\25c0';
	font-size: 100px;
	margin-left: -45px;
	cursor: pointer;
	color: #dae3db;
}
.gallery_controller .right_arrow:hover:after{
	color: #272729;
}
.gallery_controller .left_arrow:hover:after{
	color: #272729;
}
.gallery_wrapper{
	overflow: hidden;
	position: relative;
    width: 100%;
    height: 100%;
}
.gallery_wrapper_wrapper{
	position: relative;
	height: 400px;
}
#infograph{
	padding: 20px 5vw 10px; 
	position: relative;
	padding-bottom: 7vw;
}
#infograph h1{
	font-weight: 800;
}
#infograph svg.divider{
	fill:#dae3db;
	position: absolute;
	top: -7vw;
	left: 0;
	z-index: 1;
}
.infograph_container{
	display: flex;
	padding: 30px 0px;
	width: 100%;
	min-height: 160px;
}
.infograph_container h1{
	font-weight: 800;
	font-size: 50px;
	margin: 0px; 
}
.infograph_container small{
	font-weight: 300;
	font-size: 20px;
	text-transform: none;
}
.infograph_container p{
	font-weight: 300;
	font-size: 20px;
	text-transform: none;
	margin: 0px;
}
.info_tonna,
.info_vezettunk,
.info_gepjarmu,
.info_orszag{
	flex: 1; 
	text-align: center;
}
.info_tonna div,
.info_vezettunk div,
.info_gepjarmu div,
.info_orszag div{
	display: flex;
	align-items: baseline;
	justify-content: center;
}
#footer{
	padding: 20px 5vw 10px; 
	position: relative;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
#footer .fa{
	font-size: 30px;
}
#footer .fa:not(:last-child){
	padding-right: 20px;
}
#footer h1{
	font-weight: 800;
}
#footer svg.divider{
	fill:#272729;
	position: absolute;
	top: -5.2vw;
	left: 0;
	z-index: 1;
	transform: scaleX(-1);
}
.footer_container{
	display: flex;
	padding: 30px 0px;
	width: 100%;
}
.footer_container ul{
	padding-left: 0px;
}
.footer_container li{
	list-style-type: none;
	padding-bottom: 5px;
}
.footer_container .iso_container{
	display: flex;
	align-items: center;
}
.footer_container .iso_container img{
	margin-right: 20px;
}
#slider{
	height: 100vh;
	z-index: 1;
	position: relative;
}
#header{
	position: fixed;
	z-index: 10;
}




.parallax_wrapper{
	/*overflow: hidden;*/
}

@media screen and (max-width:1650px){
	.newsletter_image{
		width: 50%;
		height: 520px;
	}
	.services_image{
		width: 50%;
	}
	.newsletter_wrapper{
		width: 50%;
	}
}
@media screen and (max-width:1200px){
	.newsletter_container{
		flex-direction: column;
	}
	.newsletter_container input{
		margin-bottom: 10px;
		width: 100%;
	}
}
@media screen and (max-width:1000px){
	#footer h3{
		font-size: 25px;
	}
	h1{
		font-size: 35px;
	}
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 25px;
	}
}
@media screen and (max-width:900px){
	.footer_container{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#footer .fa_container{
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width:700px){
	.gallery_item{
		min-width: 100%;
	}
	.infograph_container{
		flex-direction: column;
	}
	.infoBlock{
		margin-bottom: 40px;
	}
}