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

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

/* body {
    background-image: url(../img/sfondo.jpg);
}
*/

/* Elwood - Importo css esterni */

@font-face {
  font-family: 'theweed';
  src:  url('../fonts/theweed.eot?10v1w7');
  src:  url('../fonts/theweed.eot?10v1w7#iefix') format('embedded-opentype'),
    url('../fonts/theweed.ttf?10v1w7') format('truetype'),
    url('../fonts/theweed.woff?10v1w7') format('woff'),
    url('../fonts/theweed.svg?10v1w7#theweed') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'theweed' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-theweed:before {
  content: "\e900";
}




.ew-section-centered-y{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.ew-col-loghi img{
	margin-bottom: 50px;
}

span.icon-theweed {
	font-size: 8em;
	color: 
}

.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;
	}
	span.icon-theweed {
	font-size: 5em;
	}
	.ew-col-text{
		text-align: center;
		margin-bottom: 25px;
	}
}