a {
	text-decoration: none;
}
.col-right {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#contactForm, .subscribe-form {
    margin: 0 auto;
}
.intropromo-top {padding-bottom: 50px;}
.intropromo-middle {padding-bottom: 100px;}
.intropromo {
}
.h1, h1 {
    font-size: 100px;
}
.langBar{
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
}
.EN{
	right: 0;
	left:auto!important;
}
.langBar > ul {
	display: none;
}

.langBar > button.active + ul {
	display:block;
}

.langItems {
	border-radius: 0px!important;
	transition: all .3s ease-in-out;
}

.langItems:hover, .langItems:focus {
    color: #fff!important;
    background-color: transparent;

}

.phoneNumber {
	font-size: 28px;
	font-weight: bold;
}

