@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
label { font-size: 1.5em; }
#feedback-page{
	text-align:center;
}
#form-main{
	width:100%;
	float:left;
	height: 640px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:10px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  color: #FFF;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

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

/* Icons ---------------------------------- */
#f_name{
	background-image: url(../images/icons/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

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

#f_phone{
	background-image: url(../images/icons/phone.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#f_phone:focus{
	background-image: url(../images/icons/phone.png);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

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

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

#f_address{
	background-image: url(../images/icons/address.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#f_address:focus{
	background-image: url(../images/icons/address.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

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

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

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

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-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: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.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: 480px) {
	#form-main{
		width:100%;
		height: 420px;
	}
	#form-div {
		padding: 1em;
		position: absolute;
		text-align: center;
		left: 0%;
		margin-left: 0;
		margin-right: 0%;
		width: 100%;
		padding-left: 0%;
		padding-right: 0%;
	}
	.feedback-input {
		font-size: 1em;
		border-radius: 0;
		line-height: 1em;
		padding: 0.5em 0.5em 0.5em 54px;
		margin-bottom: 10px;
		width:95%;
	}
	.feedback-input:focus{
		border: 2px solid #3498db;
		color: #3498db;
	  padding: 0.5em 0.5em 0.5em 54px;
	}

	/* Icons ---------------------------------- */
	#f_name, #f_name:focus, #f_phone, #f_phone:focus, #f_email, #f_email:focus, #f_address, #f_address:focus, #f_message{
		background-size: 22px 22px;
		background-position: 10px 5px;
	}
	#button-blue{
		width: 100%;
		border: #fbfbfb solid 4px;
		cursor:pointer;
		background-color: #3498db;
		color:white;
		font-size:2em;
		padding-top:5px;
		padding-bottom:5px;
	  margin-top:0;
	}
	

}
