@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

*{
	font-family: 'Roboto Condensed', sans-serif;
}
#privacy-policies-message {
  background: #316ff6ba !important;
}

html, body {
	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;
}

p {
	color: white;
}

header{
	background: #316ff6ba;
	padding: 20px 0;
	height: 90px;
}

.form-out{
	padding: 15px;
	margin: 0 auto 40px;
	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;
}

h1{
	color: red;
	font-size: 36px;
	text-transform: uppercase;
}

h2 small{
	color: white;
}
.form-wrap {
    background: #316ff6ba;
    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;
}

footer {
    width: 100%;
    background: #316ff6ba;
    padding: 10px 0;
    bottom: 0;
}

footer .cr{
	color: #999999;
	font-size: 12px;
	margin: 0;
}

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;
	font-size: 14px;
}

.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;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
header, footer {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
header .container {
	display: flex;
	height: 100%;
	align-items: center;
}
header h1 {
	margin: 0;
}
div.page-wrap {
	max-width: 100%;
	min-height: calc(100vh - 90px);
	display: flex;
	justify-content: center;
	align-items: center;
}

h1 small {
	font-size: 75% !important;
	color: inherit !important;
}


@media (max-width: 767px){

	.input-wrap{
		margin-top: 0;
	}

	h2{
		margin-bottom: 20px !important;
		font-size: 22px !important;
	}

	header {
		padding: 5px 0;
		height: 70px;
	}

	header h1{
		font-size: 24px !important;
		text-align: center !important;
	}

	.container{
		padding: 0;
	}

	div.page-wrap{
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0;
		min-height: calc(100vh - 70px);
		max-height: none;
	}

	.form-out {
		margin-bottom: 0;
	}

	.form-wrap {
		padding: 15px;
	}

	form.registration-form {
		margin-bottom: 0;
	}

	#map, input.btn{
		margin-bottom: 10px
	}

	footer {
		height: auto!important;
		position: relative;
	}
}