@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;
}

.container {
	z-index: 1;
}

.form-out {
	padding: 15px;
	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;
}

h3.tinyTitle {
	color: white;
	font-weight: bold;
	position: relative;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(8, 99, 140, 0.35);
	z-index: 0;
}

footer {
	position: absolute;
	bottom: 0;
	padding: 25px 0;
	margin: 0;
	left: 0;
}

footer p {
	color: #fff;
	font-size: 10px;
}

footer a {
	padding: 0 10px;
	font-size: 10px;
	text-shadow: none;
	color: #fff;
}

footer a:hover {
	color: #26A69A;
	background: none;
}
/*Home Listings*/

input[type="text"],
input[type="email"],
input[type="date"],
select.form-control {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #f8f8f8;
	border: 3px solid #ddd;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	color: #888;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
	background: #fff;
	border: 3px solid #ccc;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.form-control:-moz-placeholder {
	color: #888;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
	color: #888;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
	color: #888;
}

button.btn {
	height: 50px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #26A69A;
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

button.btn:hover {
	color: #fff;
	background: #208e84;
}

button.btn:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.btn:focus {
	outline: 0;
	opacity: 0.6;
	background: #26A69A;
;
	color: #fff;
}

button.btn:active:focus,
button.btn.active:focus {
	outline: 0;
	opacity: 0.6;
	background: #26A69A;
	color: #fff;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	line-height: 30px;
	text-align: center;
}

strong {
	font-weight: 500;
}

a,
a:hover,
a:focus {
	color: #26A69A;
;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

h1,
h2 {
	margin-top: 10px;
	font-size: 38px;
	font-weight: 100;
	color: #555;
	line-height: 50px;
}

h3 {
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 30px;
}
/***** Top content *****/

label {
	font-weight: normal;
	color: white;
	font-size: 25px;
	margin-bottom: 20px;
}

label.last {
	display: block;
	text-align: center;
}

.form-box {
	/* padding-top: 40px; */

	font-family: 'Roboto', sans-serif !important;
	padding: 0 20px;
	position: absolute;
	top: 0;
	height: 100vh;
	width: 100vw;
}

.form-box .form-wrap {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 700px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	text-align: center;
	color: #fff;
	transition: opacity .3s ease-in-out;
}

.form-top h3 {
	color: #fff;
	margin-top: 0;
}

.form-top h1 {
	color: #fff;
	margin-bottom: 0;
}

.form-bottom input {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border: 3px solid white;
}

form .form-bottom button.btn {
	min-width: 125px;
	border-radius: 25px !important;
	border: 3px solid white;
	font-weight: bold;
	line-height: 40px;
	z-index: 3!important;
}

form .form-bottom button.btn-sm {
	min-width: 100px;
}

form .form-bottom .input-error {
	border-color: #d03e3e;
	color: #d03e3e;
}

form.registration-form fieldset {
	display: none;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -25px;
}

@media (max-width: 767px) {
	.input-wrap {
		margin-top: 0;
	}
	h3 {
		font-size: 15px !important;
		line-height: 20px;
	}
	h1 {
		line-height: 23px;
		font-size: 20px !important;
		text-align: center !important;
		margin-bottom: 20px !important;
	}
	h3.tinyTitle {
		color: white;
		font-weight: bold;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -30px;
	}
	.container {
		padding: 0;
	}
	.page-wrap {
		margin-bottom: 80px;
		padding-top: 150px;
	}
	form .form-bottom button.btn {
		margin-bottom: 20px;
	}
}

@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;
	position: relative;
	z-index: 1;
}

.form-out {
	padding: 15px;
	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: 10px 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: 20px !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: 240px;
	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;
}

@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 {
		padding-top: 5vh;
		position: relative;
		height: 100%;
		margin: 0;
	}
	#map,
	input.btn {
		margin-bottom: 10px
	}
}