@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#feedback-page {
	text-align: center;
}

#form-main {
	width: 100%;
	height: 500px;
	padding-top: 0px;
}

#info {
	width: 300px;
	float: left;
}

#form1 {
	width: 400px;
	float: right;
}

.info-block {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}

.info-block .fa {
/*	color: #222222;*/
	margin-bottom: 10px;
}

#form-div a {
	color: #222222;
}

#form-div {
	color: #222222;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 0px;
	padding-bottom: 50px;
	width: 800px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: rgba(255, 255, 255, 0.7);
}

#contact .control-inner {
	background-color: rgba(255, 255, 255, 0.0);
}

#contact h1 {
	color: #222222;
	padding: 20px;
}

.feedback-input {
	color: #3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	border-radius: 7px;
	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;

	outline: none;
	padding: 13px 13px 13px 54px;
}

.focused {
	color: #30aed6;
	border: #30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#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: 150px;
	line-height: 150%;
	resize: vertical;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	background-color: white;
}

#form-div .close {
	float: right;
	font-size: 55px;
	margin-top: -80px;
	color: #222222;
	opacity: 1;
}

#submit {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float: right;
	width: 180px;
	cursor: pointer;
	background-color: #3498db;
	color: white;
	font-size: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: -4px;
	font-weight: 700;
	-webkit-border-radius: 7px;
}

#submit:hover {
	background-color: rgba(0, 0, 0, 0);
	
}

#map{
	height:200px;
	padding-bottom:20px;
}

.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;
}

@media screen and (max-width: 800px) {
	#form-div {
		left: 3%;
		margin-right: 3%;
		width: 100%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
		overflow-x: auto;
		height: 600px;
	}
	#info {
		width: 100%;
		float: left;
	}
	#form1 {
		width: 100%;
		float: right;
		height: 900px;
	}
	
	
	
	
}