@charset "utf-8";
/* CSS Document */

 body{
  margin:0;
  padding:0px 0 0px 0;
 }
 
 div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
 }
 
 div#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
 }
 
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 
 body,td,th {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 }



/*
-------- comportamento dos links -----------
*/



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.content:link {
	text-decoration: none;
	color:#999;
}
a.content:visited {
	text-decoration: none;
}
a.content:hover {
	text-decoration:underline;
	color:#000;
}
a.content:active {
	text-decoration: none;
	color:#FFF;
}



/*
---------- nova versão ----------
*/



@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

html{    
  background-color: #FFF;
  background-size: cover;
  height:100%;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:#FFFFFF;
	padding-left:35px;
	padding-right:35px;
	padding-top:5px;
	padding-bottom:5px;
	width: 500px;
	float: left;
	left: 40%;
	position: absolute;
   margin-top:5px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
   font-weight:500;
	font-size: 14px;
	border-radius: 0;
	line-height: 22px;
	background-color: #e8e8e8;
	padding: 8px 8px 8px 50px; /* top txt - corresponde cada um a cada campo em série */
	margin-bottom: 0px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
   border: 1px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #e8e8e8;
	box-shadow: 0;
	border: 1px solid #CCC;
	color: #000;
	outline: none;
   padding: 8px 8px 8px 50px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */

#campo{
	padding-left:20px;
}


#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
   background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
   background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
   width: 100%;
   height: 120px;
   line-height: 150%;
   resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:#e8e8e8;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	width: 30%;
	float: left;
	left: 35%;
	position: absolute;
	border: #e8e8e8 solid 1px;
	cursor:pointer;
	background-color: #999;
	color:white;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
   margin-top:-4px;
   font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #000;
}
	
.submit:hover {
	color: #666;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 500px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}




/*
---------- styles AM -----------
*/



.style_text_contactos_dados_normal {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:12px;
	color: #666;
	line-height:18px;
}


.style_text_contactos_dados_normal_b {
	font-family:Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size:16px;
	color: #666;
	line-height:18px;
}




