/*body {
    background:url("../img/bkg3.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/

body{
	font-family: 'Open Sans', sans-serif;
}

html {
    height: 100%;
    margin: 0;
}


h1 {
	font-size: 18px;
}

#header{
	padding-top: 10%;
	text-align: center;
	color: #ffffff;
	position: relative;
}

#descricao {
	font-size: 14px;
}


#novoSite {
	font-size: 12px; 
	padding-top: 7%;
}

#contactslabel {
   font-size: 30px; 
   color: #ff503e;
   margin-top: -10px;
}

.laranja {
	color: #ff503e;
}

#morada {
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	border-style: solid;
	border-width: 0.5px;
	border-color: grey;
}

#formulario {
	background-color: rgba(0, 0, 0, 0.5);
	border-style: solid;
	border-width: 0.5px;
	border-color: grey;
}

#form {
	padding-top: 5%;
	margin-right: 1%;
	margin-left: 1%;
	transition: ease 1s all;
	overflow: hidden;
}

.form-control:focus {
  border-color: #ff503e;
}

#btnEnviar {
	background-color: #ff503e;
	color: #ffffff;
	float: right;
	padding-top: 10px;
	margin-bottom: 22px;
	border: 0;
	width: 100px; 
}

#name, #email, #telefone, #assunto, #textArea {
	background-color: rgba(0, 0, 0, 0.7);
	font-size: 12px;
}

#name, #email, #telefone, #textArea {
	color: #FFF;
}

#assunto {
	color: #FFF;
}

.fa-facebook:hover{
	color: #ff503e;
}

.fa-google-plus:hover{
	color: #ff503e;
}

.fa-youtube-square:hover{
	color: #ff503e;
}

.form-control {
    border: 0;

}

#socialText {
	font-size: 12px;
}

.crossfade > figure {
  animation: imageAnimation 10s linear infinite;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) { 
	background-image: url('../img/bkg1.jpg'); }

.crossfade > figure:nth-child(2) {
	animation-delay: 5s;
  background-image: url('../img/bkg2.jpg');
}

.crossfade > figure:nth-child(3) {
	animation-delay:  15s;
  background-image: url('../img/bkg3.jpg');
}

@keyframes 
imageAnimation {  
0% {
 opacity: 0;
}
 8% {
 opacity: 0.3;
}
 17% {
 opacity: 0.5;
}
 25% {
 opacity: 0.9;
}
 50% {
 opacity: 1;
}
75% {
	opacity:  0.9;
}
87% {
	opacity:  0.5;
}
92% {
	opacity:  0.3;
}
100% {
	opacity:  0;
}
}

.icon{
	color: #FFF;
	padding-top: -15px;
}

ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 18px;
    margin-left: -38px;
}


div#morada.col-lg-7 {
	float: right;
	margin-right: 20px;
}


input#email.form-control.input-lg {
	width: 210px;
	margin-left: -14px;
}

input#telefone.form-control.input-lg {
	width: 150px;
	margin-left: -10px;
}

.success {
	display: none;
	overflow: hidden;
	transition: ease 1s all;
	color: #fff;
}