.section {
	background-size: cover;
	background-position: center;
	position: relative;
}

.section:not(.fp-auto-height) {
	min-height: 100vh!important;
}

html.not-safari-mobile .section {
	background-attachment: fixed;
}

.background_shadow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	/*box-shadow: inset 0px 0px 210px 166px rgba(0,0,0,0.75);*/
	opacity: 0.25;
	background-color: rgba(0, 0, 0, 0.5);
}

.background_border {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.background_border .center {
	width: 2px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.background_border .top {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 80px;
	bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section:last-child .background_border .top {
	right: 10px;
}

.background_border .bottom {
	position: absolute;
	bottom: 0;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.background_border .arrow i {
	color: #fff;
	font-size: 80px;
}

.background_border .arrow {
	z-index: 99999;
}

.background_border .arrow:hover {
	cursor: pointer;
}

.overlay {
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height:  auto;
}

.overlay .wrapper {
	width: 100%;
}

.overlay .left {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.overlay .right {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.overlay .left>div, .overlay .right>div {
	width: 50%;
}

.overlay .title {
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	font-size: 3em;
	display: block;
	text-align: right;
	padding: 10px;
	float: right;
	border-top: 1px solid #fff;
	margin-left: 25px;
}

.overlay .sub_title {
	font-weight: 300;
	color: #fff;
	display: block;
	text-align: left;
	padding: 10px;
	font-size: 22px;
	float: left;
	border-bottom: 1px solid #fff;
	margin-right: 25px;
	line-height: 1.35em;
}

.overlay .more_link {
	background-color: #fff;
	color: #222;
	display: block;
	float: left;
	padding: 10px 15px;
	text-transform: uppercase;
}

.overlay .more_link:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.overlay .more_link:not(:first-of-type) {
	margin: auto 10px;
}

.section_home .overlay .title.slogan_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: transparent;
	border-bottom: 1px solid;
	border-top: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

.section_home .overlay .title.slogan_title span {
	padding: 10px;
}

.section_home .overlay .title img {
	max-width: 300px;
}

.section_contact .wrapper {
    margin: 5em auto;
    z-index: 0;
}

.section_contact .overlay {
    position: static;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
	min-height: 100vh;
}

.section:nth-child(2n) .overlay .left {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.section:nth-child(2n) .overlay .right {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.section:nth-child(2n) .overlay .title {
	float: left;
	margin-left: 0;
	margin-right: 25px;
	text-align: left;
}

.section:nth-child(2n) .overlay .sub_title {
	float: right;
	margin-right: 0;
	margin-left: 50px;
	text-align: right;
}

.section:nth-child(2n) .overlay .more_link {
	float: right;
}

.section_contact .address-block .name,
.section_contact .address-block .address {
	margin-bottom: 1em;
}

.section_contact .address-block .links a {
	color: #ffffff;
}

.section_contact .address-block .address,
.section_contact .address-block .links {
	font-size: 0.9em;
}


/*CONTATC-FORM*/

.contact_form {
	padding: 0 45px;
	max-width: 600px;
	margin: 2em auto;
}

.contact_form .form_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact_form .form_column {
	width: 49%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact_form input, .contact_form textarea {
	width: 100%;
	font-family: 'Roboto';
	margin-bottom: 10px;
	display: block;
	border: none;
	padding: 5px;
}

.contact_form .submitter {
	max-width: 150px;
	margin: auto;
}

.contact_form .submitter:hover {
	cursor: pointer;
}

.contact_form .privacy_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.contact_form .form_row_submit {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.contact_form .form_row_submit .privacy_wrapper label {
	margin-right: 10px;
}
