a,
.info,
.fx{
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.anim {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.noeffect{
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

input,
textarea,
body{
	font-family: 'Arial', serif;
}

body,
.dib{
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
}

.bg{
	background: url('bg.jpg') no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

em{
	font-weight: 300;
}

strong{
	font-weight: 900;
}

a{
	color: white;
	text-decoration: none;
}



.icon img{
	width: 15px;
}

.icon{
	display: inline-block;
	padding-right: 10px;
}

.site{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    color: white;
    z-index: 1;
    text-align: center;
}

.logo img{
	width: 300px;
}

.bloco{
	display: table;
	width: 100%;
	height: 100%;
}

.cont{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.logo{
	padding: 20px 0px 100px 0px;
}

.brevemente{
	padding: 40px;
	border-top: 1px solid rgba(255,255,255,0.15);
	border-bottom: 1px solid rgba(255,255,255,0.15);
	line-height: 30px;
	font-size: 30px;
	font-weight: 900;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
}

.moradas{
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

.moradas_in{
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	font-size: 0px;
}

.morada_col{
	vertical-align: top;
}
.morada_in{
	padding: 40px;
	line-height: 30px;
}

h1{
	padding-bottom: 20px;
}

.facebook{
	padding-top: 20px;
	padding-bottom: 20px;
}

.contactos{
	font-size: 0px;
}

.ico,
.info{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: white;
}

.ico{
	padding-right: 10px;
}

.ico img{
	width: 11px;
}

.cons{
	padding-bottom: 10px;
	padding-bottom: 20px;
}

.cons.tel .info{
	font-size: 25px;
	font-weight: 700;
}

.cons.tel{
	padding-bottom: 40px;
}

.cons.cons_mail{
	padding-top: 40px;
}

a.mapa .info{
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
}

a.mail .info{
	text-transform: uppercase;
	text-decoration: underline;
}

@media only screen and (max-width: 715px) {
	.logo img{
		width: 50%;
	}

	.logo{
		padding: 20px;
	}

	.brevemente{
		padding: 10px;
		font-size: 20px;
	}

	.morada_in{
		padding: 0px;
		padding-bottom: 10px;
	}

	.morada_col{
		font-size: 12px;
		line-height: 16px;
		display: block;
		width: 100%;
	}

	.xsn{
		display: none;
	}

	.morada_in p{
		line-height: 20px;
	}

	.icon img{
		width: 8px;
	}

	.icon{
		padding-right: 5px;
	}

	.facebook{
		font-size: 12px;
	}

	h1{
		padding-bottom: 0px;
		padding-top: 10px;
	}

}


a:hover > .info{
	text-shadow: 0px 0px 15px #00C3DE;
}
