@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
* {
	font-family: 'Roboto Condensed', sans-serif;
}

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url("../app/uploads/landings/default.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

header {
	background: rgba(0, 0, 0, 0.7);
	padding: 20px 0;
}

.form-out {
	padding-top: 100px;
	margin: 0 auto;
	float: none;
	max-width: 800px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	height: 70vh;
}

h1 {
	color: red;
	font-size: 36px;
	text-transform: uppercase;
}

h2 small {
	color: white;
}

.form-wrap {
	background: rgba(0, 0, 0, 0.7);
	padding: 20px;
	border-radius: 10px;
}

.form-wrap h2 {
	text-align: center;
	color: white;
	margin: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
}

.input-wrap {
	padding: 5px;
	margin-top: 20px;
}

.input-element {
	width: 100%;
	padding: 10px 15px;
	font-size: 18px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	border: none;
	outline: none;
}

.red-btn {
	padding: 13px 5px;
	font-size: 15px;
	border: none;
	background: rgb(189, 27, 43);
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

.red-btn:hover {
	color: white;
}

.text-wrap {
	text-align: center;
	font-size: 17px;
	padding: 15px;
	margin-top: 10px;
}

.page-wrap {
	max-height: 100%;
}

footer {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	padding: 10px 0;
	bottom: 0;
}

footer p {
	color: #999999;
	font-size: 12px;
	margin: 0px;
}

footer .nav li a {
	padding: 0 10px;
	font-size: 16px;
	text-shadow: none;
	color: #999999;
}

footer .nav li a:hover {
	color: #f00000;
	background: none;
}
/* Home Evaluation*/

.homeEvalutation h2.title {
	font-size: 40px !important;
	margin-bottom: 40px;
}

.homeEvalutation #progressbar {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.homeEvalutation fieldset {
	display: none;
}

.homeEvalutation #first {
	display: block;
}

.homeEvalutation #map {
	width: 100%;
	height: 200px;
	border-radius: 5px;
}

.homeEvalutation h2,
.homeEvalutation p {
	text-align: center;
}

.homeEvalutation .agent-profile {
	background-color: white;
	border-radius: 5px;
	overflow: hidden;
	padding: 15px;
}

.homeEvalutation .agent-profile p {
	color: black;
	text-align: left;
	font-weight: 600;
	margin-bottom: 5px;
}

.agentInfo p:first-child {
	font-size: 20px;
}

.agentInfo p:nth-child(2) {
	font-size: 16px;
}

.agentInfo p a {
	color: black;
	text-align: left;
	font-weight: 600;
	text-decoration: none;
}

.homeEvalutation .agent-profile div.info {
	border-right: 2px solid #ddd;
}

.white {
	color: #ffffff;
}

.form-control {
	height: 39px;
}

@media (max-width: 767px) {
	.form-out {
		height: initial;
	}
	.input-wrap {
		margin-top: 0;
	}
	h2 {
		margin-bottom: 20px !important;
		font-size: 18px !important;
	}
	h1 {
		font-size: 20px !important;
		text-align: center !important;
	}
	.container {
		padding: 0;
	}
	.page-wrap {
		margin-bottom: 41vh;
		padding-top: 5vh;
	}
	#map,
	input.btn {
		margin-bottom: 10px
	}
	footer {
		height: auto!important;
		position: relative!important;
	}
}