html{
	font-size: 18px !important;
	color: #333333;
}
html,body{
	height: 100%;
}

a, a:active, a:focus, a:hover {
	color: #333333;
	text-decoration: underline;
}

.ew-section-centered-y{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.ew-col-loghi img{
	margin-bottom: 50px;
}
.ew-text-right{
	text-align: right;
}
.ew-row-text{
	margin-top: 50px;
}
.ew-city{
	font-family: 'Cinzel', serif;
    font-size: 1.444rem;
    line-height: 100%;
    margin-bottom: 5px;
}
.ew-address{
	font-family: 'Open Sans', sans-serif;
	font-size:1rem;
	line-height: 130%;
	margin-bottom: 0;
}

.ew-col-text{
	height: 95px;
}
.ew-email {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.ew-email-mobile{
	font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-align: center;
}


@media screen and (max-width: 992px) and (min-width: 768px){
	.ew-address,.ew-email{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 768px) {
	.ew-section-centered-y{
		top: 30px;
		transform: none;
	}
	.ew-col-text{
		text-align: center;
		margin-bottom: 25px;
	}
}