body {
	font-family: 'Open Sans', sans-serif;
	/*background-image: url('../img/banner-bg.jpg');*/
	/*background-attachment: fixed;*/
	/*background-position: center bottom;*/
	background-color: #081629;
}
body.agent {
	background-color: #fff;
}
body.popup {
	padding: 20px;
	background-color: #fff;
}
.body-bg {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	z-index: 10;
}
h1 {
	font-size: 29px;
	line-height: 32px;
	margin: 20px 0 20px;
}
h2, .h2 {
	font-size: 27px;
	line-height: 36px;
	font-weight: 500;
	margin: 20px 0 10px;
}
h2.main-pages {
	font-size: 21px;
}
.hide {
	display: none !important;
}
.left-text {
	text-align: left;
}
.center-text {
	text-align: center;
}
.no-wrap {
	white-space: nowrap;
}
p {
	line-height: 26px;
}
.container {
	padding: 0;
}
.faded {
	color: #aaa;
}
.nav-wrapper {
	position: relative;
	width: 100%;
	height: 74px;
	/*background-color: rgba(0,0,0,0.45);*/
	/*background-color: rgba(0,0,0,0.15);*/
	background-color: #081629;
	z-index: 200;
}
.nav-wrapper .home-page {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.45);
}
.navbar {
	margin-top: 8px;
}
.navbar-default {
	border: 0;
	background-color: transparent;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-toggle {
	border-color: #bbb;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 2px 10px 0 0;
	font-size: 18px;
	line-height: 20px;
}
.logo-header {
	width: 215px;
}
.navbar-brand img {
	border: 0;
}
.navbar-nav {
	float: right;
	font-size: 15px;
	margin-top: 1px;
}
.navbar-collapse {
	padding: 0;
}
/* Link styling */
.navbar-default .navbar-nav > li > a {
	color: #dde;
	padding-bottom: 19px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover > .cmp-nav-highlight, .navbar-default .navbar-nav > li > a:focus > .cmp-nav-highlight {
	display: inline-block;
	border-bottom: 3px solid #4b4;
	padding: 0 0 3px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active>a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a > .cmp-nav-highlight, .navbar-default .navbar-nav > .active > a:hover > .cmp-nav-highlight, .navbar-default .navbar-nav > .active>a:focus > .cmp-nav-highlight {
	display: inline-block;
	border-bottom: 3px solid #4b4;
	padding: 0 0 3px;
}

/* Dropdown */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a.agent-avatar-link {
	padding: 4px 0 0 15px;
}
.navbar-default .agent-avatar-wrapper, .navbar-default .agent-avatar-caret-wrapper {
	display: block;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.navbar-default .agent-avatar-wrapper {
	position: relative;
	height: 49px;
	width: 49px;
}
.navbar-default .agent-avatar-caret-wrapper {
	line-height: 10px;
}
.navbar-default .agent-avatar {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* BANNER */
.banner-wrapper {
	position: relative;
	background-image: url('../img/banner-bg.jpg');
	background-position: center bottom;
	z-index: 99;
}
.banner-wrapper .content {
	text-align: center;
	color: #fff;
	padding: 40px 0 64px;
}
.banner-wrapper .content h1 {
	font-size: 33px;
}
.banner-wrapper .content h2 {
	font-size: 23px;
	font-weight: 300;
	color: #dde;
}
.banner-wrapper .content .form-stripe {
	padding: 10px 0;
	margin: 26px 0;
	background-color: rgba(0,0,0,0.3);
}
.banner-wrapper .content .privacy {
	font-weight: 300;
	color: #dde;
}
.banner-wrapper .content .privacy a, .banner-wrapper .content .privacy a:visited {
	/*font-style: italic;*/
	font-weight: 500;
	color: #fff;
}
.banner-wrapper .content .privacy a:hover, .banner-wrapper .content .privacy a:active {
	/*font-style: italic;*/
	text-decoration: underline;
	color: #fff;
}
.banner-wrapper .content input {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #b5bdd7;
	width: 287px;
	padding: 12px 30px;
	/*border: 1px solid #091625;*/
	/*border: 2px solid #10a03b;*/
	border: 2px solid rgba(16, 160, 59, 0.78);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 4px;
	background-color: rgba(0,0,0,0.3);
}
.banner-wrapper .content input[type="text"]:focus {
	border: 2px solid rgba(16, 160, 59, 0.78);
	box-shadow: 0 0 7px rgba(6, 255, 0, 0.63);
	outline: none;
}
input, textarea, button {
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
input:focus, textarea:focus, button:focus, .form-control:focus {
	border: 1px solid rgba(16, 160, 59, 0.78);
	box-shadow: 0 0 7px rgba(6, 255, 0, 0.63);
}/*
input[type="text"], textarea {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 4px;
}*/
.banner-wrapper .content .arrow {
	display: inline-block;
	width: 9px;
	height: 15px;
}
.banner-wrapper .content .arrow01 {
	background: transparent url('../img/sprites.png') no-repeat -10px 0px;
}
.banner-wrapper .content .arrow02 {
	margin: 1px 0 0 6px;
	background: transparent url('../img/sprites.png') no-repeat 0px 0px;
}
.banner-wrapper .content button {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding: 8px 17px;
	border: 1px solid #0f2540;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 4px;
	background-color: #10a03b;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
}
.banner-wrapper .content input[type="text"]:focus, .banner-wrapper .content button:focus {
	box-shadow: 0 0 7px rgba(6, 255, 0, 0.63);
	outline: none;
}
.social-icon {
	display: inline-block;
	border: 0;
	margin: 10px 4px 0;
}
.social-fb {
	cursor: pointer;
}

/* BODY */
.body-wrapper {
	position: relative;
	padding: 6px 0 20px;
	background-color: #fff;
	z-index: 100;
}

/* SIDEBAR, FORMS */
.sidebar .text h2 {
	font-size: 27px;
	line-height: 32px;
}
.sidebar .text p {
	line-height: 24px;
}


/*
input, textarea, select {
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select {
	background: #fcfcfc;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom, #fcfcfc 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f4f4',GradientType=0 );
}
select:focus, textarea:focus, input:focus {
	border-color: #aeda91;
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px #c0eec3;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.08), 0 0 8px rgba(192, 238, 195, 1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px #c0eec3;
}
*/
label {
	margin-top: 4px;
}
.how-img {
	width: 100%;
	height: auto;
}


.form-wrapper {
	padding: 20px 30px 30px;
	border: solid 5px #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-box-shadow: 1px 1px 11px rgba(0,0,0,0.2), 0px 0px 190px rgba(0,0,0,0.05) inset;
	-moz-box-shadow: 1px 1px 11px rgba(0,0,0,0.2), 0px 0px 190px rgba(0,0,0,0.05) inset;
	box-shadow: 1px 1px 11px rgba(0,0,0,0.2), 0px 0px 190px rgba(0,0,0,0.05) inset;
}
.report-form .step2, .report-form .step3 {
/*margin-top: 50px;
border-top: 1px solid #666;*/

	display: none;
/*	padding-top: 50px;
	border-top: 1px dashed #999;
	margin-top: 50px;*/
}
.report-form .form-control.error, .report-form .terms-notice.error {
	padding-left: 30px;
	border: 1px dotted #f00;
	margin-top: -1px;
	background: url('../img/sprites.png') no-repeat -1px -65px;
}
.report-form .form-control.error {
	color: #f00;
}
.report-form .error-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.report-form .required, .contact-form .required, .agent-account .required {
	display: inline-block;
	font-weight: bold;
	color: #FF7878;
	margin: 0 0 0 2px;
}

/* PROGRESS INDICATOR */
.progress-wrapper {
	list-style: none;
	padding: 0 0 15px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0 0 20px;
}
.progress-step {
	position: relative;
	color: #ccc;
	overflow: hidden;
}
.progress-step .path {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 23px;
	border-bottom: 3px solid #e2e2e2;
}
.progress-step.progress-step1 .path {
	left: 50%;
	width: 50%;
}
.progress-step.progress-step3 .path {
	right: 50%;
	width: 50%;
}
.progress-icon {
	position: relative;
	display: table;
	top: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 32px;
	height: 32px;
	border: 3px solid #ccc;
	margin: 0 auto 9px;
	background-color: #fff;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	overflow: visible;
	z-index: 10;
}
.progress-step .check {
	position: absolute;
	display: none;
	top: -5px;
	left: 2px;
	width: 33px;
	z-index: 20;
}
.progress-step .progress-icon .index {
	display: table-cell;
	vertical-align: middle; 
	text-align: center;
}
.progress-label {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.progress-step.active {
	color: #013289;
}
.progress-step.active .progress-icon {
	top: 0px;
	font-size: 20px;
	width: 42px;
	height: 42px;
	border-color: #013289;
	margin: 0 auto 4px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}
.progress-step.active .path {
	/*border-color: #013289;*/
}
.progress-step.active .progress-label {
	font-size: 16px;
}
.progress-step.completed {
	color: #59c078;
}
.progress-step.completed .progress-icon {
	border-color: #59c078;
}
.progress-step.completed {
	cursor: pointer;
}
.progress-step.completed .check {
	display: block;
}
.progress-step.completed .index {
	display: none;
}
.progress-step.completed .path {
	border-color: #a6ddb7;
}

.message-wrapper {
	display: none;
}
.block {
	display: block !important;
}
.alert {
	text-align: center;
	font-weight: bold;
	padding: 8px 35px 8px 14px;
	margin: 20px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	/*background-color: #fcf8e3;
	border: 1px solid #fbeed5;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert-success {
	color: #0e3b0f;
	background-color: #dff0d8;
	border-color: #6c9649;
}
.alert-error {
	color: #a20f0c;
	background-color: #f2dede;
	border-color: #f3677c;
}
.alert-error .error-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 6px 8px -2px 0;
	background: url('../img/sprites.png') no-repeat -10px -73px;
}
.index-error-msg {
	text-align: center;
}
.index-error-msg .alert {
	display: inline-block;
	margin-bottom: 0;
}
.report-form .fields {
	list-style: none;
	padding: 0;
	margin: 0;
}
.report-form .col-padding {
	padding: 0 10%;
}
.report-form label {
	cursor: pointer;
}

.report-confirm-sharecta {
	text-align: center;
	width: 85%;
	padding: 0 6% 6%;
	margin: 0 auto;
	border: solid 1px #ccc;
}
.report-confirm-sharecta .share-img {
	width: 80%;
}
.report-confirm-sharecta .fb {
	display: inline-block;
	margin-right: 4px;
}
.report-confirm-sharecta .twitter {
	display: inline-block;
	padding-top: 8px;
	margin-left: 4px;
}
.report-confirm-refer {
	background-color: #f0f0f0;
	margin-top: 10px;
}
.report-confirm-refer h2 {
	margin-top: 10px;
}
.report-confirm-text {
	width: 100%;
	padding: 6px;
	margin-bottom: 8px;
}
.report-confirm-textarea {
	width: 100%;
	height: 150px;
	padding: 6px;
}


/* OLD PROGRESS INDICATOR */
.progress-wrapper-old {
	display: none;
}
/*
.progress-wrapper-old {
	margin: 16px 0 0;
}
.progress-wrapper-old ul {
	float: left;
	list-style: none;
	width: 90%;
	padding: 0;
}
.progress-wrapper-old ul li{
	display: block;
	float: left;
	text-align: center;
	width: 33.33333333%;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../img/progress-bg01-off.png) no-repeat center top;
}
.progress-wrapper-old ul li.current {
	background-color: #d5f4d5;
}
.progress-wrapper-old ul li.complete {
	color: #fff;
	background: rgba(0, 0, 0, 0) url(../img/progress-bg01.png) no-repeat center top;
}
.progress-wrapper-old ul li.current, .progress-wrapper-old ul li.complete {
	font-weight: bold;
}
.progress-wrapper-old ul li .progress-label{
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
}
.progress-wrapper-old .end-left {
	display: block;
	float: left;
	width: 5%;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../img/progress-bg01.png) no-repeat left top;
}
.progress-wrapper-old .end-right {
	display: block;
	float: left;
	width: 5%;
	height: 24px;
	background: rgba(0, 0, 0, 0) url(../img/progress-bg01-off.png) no-repeat right top;
}
*/

.report-field-group {
	margin-bottom: 10px;
}
.report-field-group.parking {
	padding: 0 10px 4px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}
.report-field-group.extras-wrapper {
	display: none;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #7cb577;
	margin-left: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: -1px;
	background-color: #fff;
}
.terms-notice {
	line-height: 18px;
	text-align: center;
	margin: 10px;
}
.terms-notice a {
	text-decoration: underline;
}
.time-notice {
	font-style: italic;
	text-align: center;
	margin: 20px 10px 0;
}
legend.extras {
	text-align: center;
	border: 0;
	margin: 10px 0 0 0;
}
legend.extras a {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #f3f6fc;
	color: #387718;
	width: auto;
	padding: 9px 17px 9px;
	border: 1px solid #c8d9f0;
	border: 0;
	border: 1px solid #7cb577;
	background-color: #3e6fb5;
	background-color: #56a62d;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	z-index: 1000;
}
legend.extras.open a {
	border-bottom: 1px solid #fff;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
legend.extras .caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 6px solid #000;
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid rgba(0, 0, 0, 0);
	content: "";
	border-top-color: #387718;
	border-bottom-color: #fff;
	margin: 8px 0 0 10px;
}
.radio-inline, .checkbox-inline {
	margin-bottom: 4px;
}

.sidebar .contact-form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar .contact-form li {
	margin: 0 0 10px;
}
.sidebar .contact-form label {
	display: block;
	float: none;
	margin: 0 0 2px;
}
.sidebar .contact-form input, .sidebar .contact-form textarea {
	width: 100%;
	padding: 2% 4%;
}
.sidebar .contact-form textarea {
	height: 98px;
}
.sidebar .contact-form a, .report-form a.next, .report-form button.submit {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 5px 12px;
	border: 1px solid #6381a6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #10a03b;
}
.report-form-controls {
	margin-top: 20px;
}
.report-form a.next, .report-form button.submit {
	font-size: 16px;
	padding: 10px 22px;
}
.report-form button.submit {
	font-size: 18px;
	padding: 10px 22px;
}
.report-form a.previous {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 6px 12px;
	border: 1px solid #6381a6;
	margin-top: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #777;
}
.sidebar .contact-form a:hover, .sidebar .contact-form a:focus, .report-form a:hover.next,  .report-form a:focus.next, .report-form a:hover.previous , .report-form a:focus.previous {
	text-decoration: none;
}

.report-form a.previous .caret {
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid #FFF;
	margin: 0 6px 0 0;
}
.report-form a.next .caret, .report-form button.submit .caret {
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-left: 6px solid #FFF;
	margin: 0 0 0 6px;
}

.video-container-wrapper, .map-container-wrapper {
	width: 640px;
	margin: 30px auto;
}
.video-container, .map-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* AGENTS */
.leads-tip, .agents-tip {
	line-height: 21px;
	font-weight: bold;
}
h2.leads-subhead {
	text-align: center;
	margin-top: 40px;
}
.legacy-content {
	text-align: center;
	line-height: 21px;
	font-weight: bold;
	margin-top: 60px;
}
.agent-list {
	overflow-x: auto;
}
.agent-list table {
	width: 100%;
}
.agent-list thead {
	font-weight: bold;
	color: #fff;
	background-color: #2d5a9b;
}
.agent-list.no-links td {
	padding: 8px 6px;
}
.agent-list thead td {
	padding: 6px;
}
.agent-list tr:nth-child(even) {
	background-color: #eee;
}

.agent-list tbody tr:nth-child(even):hover {
	background-color: #e0ebf5;
}
.agent-list tbody tr:nth-child(odd):hover {
	background-color: #f2f5f7;
}

.agent-list a {
	display: block;
	color: #000;
	padding: 8px 6px;
}
.agent-list tr:hover a, .agent-list tr:hover a:active {
	text-decoration: none;
	color: #337ab7;
}

.agent-list .lead-actions {
	font-weight: bold;
	border-left: 1px solid #ccc;
}
.agent-list .lead-actions a {
	color: #337ab7;
	padding: 2px 6px;
}

.lead-actions .col1 {
	display: inline-block;
	float: left;
	width: 50%;
}
.lead-actions .col2 {
	display: inline-block;
	float: right;
	width: 50%;
}
.lead-actions-row {
	margin: 6px 0;
}
.lead-view-row {
	color: #000;
	font-size: 18px;
}
.lead-label {
	font-weight: bold;
	text-align: right;
}
.lead-report-wrapper {
	padding: 20px 20px 10px;
	border: 2px dashed #bbb;
	margin-top: 20px;
}
.lead-report-wrapper h1 {
	font-size: 14px;
	font-weight: normal;
	color: #999796;
	margin-top: 0;
}
.lead-report-property-info {
	width: 602px;
	padding: 16px 10px 10px;
	border: 1px solid #aab5c5;
	margin: 20px auto 6px;
}
.lead-report-icons span {
	display: inline-block;
	color: #2d5a9b;
	margin: 0 6px 2px;
}
.lead-report-icons img {
	display: inline-block;
	margin: 0 6px 0 0;
}
.lead-report-gmap {
	border: 1px solid #aab5c5;
}
.price-wrapper, .agent-login {
	padding: 1px 20px 16px;
	border: solid 5px #fff;
	margin: 30px 0 20px;
	background-color: #f6f6f6;
	-webkit-box-shadow: 1px 1px 11px rgba(0,0,0,0.2), 0px 0px 190px rgba(0,0,0,0.05) inset;
	-moz-box-shadow: 1px 1px 11px rgba(0,0,0,0.2), 0px 0px 190px rgba(0,0,0,0.05) inset;
	box-shadow: 1px 1px 11px rgba(0,0,0,0.2), 0px 0px 190px rgba(0,0,0,0.05) inset;
}
.price-wrapper .price-field-wrapper {
	padding: 15px 16px;
	border: 1px solid #aab5c5;
	background-color: #fff;
	margin: 8px 0 17px;
}
.price-wrapper .price-field-wrapper input {
	display: inline-block;
	width: 100%;
	padding: 6px;
}
.price-wrapper .price-field-wrapper img {
	max-width: 100%;
}
.price-wrapper .price-field-wrapper .field-sm {
	width: 60px;
}
.price-wrapper input {
	text-align: center;
}
.price-wrapper textarea {
	width: 100%;
	height: 200px;
	padding: 6px;
}
.lead-actions .agent-avatar {
	width: 100%;
	border: 1px solid #bbb;
	max-width: 220px;
}
.lead-actions .buttons {
	margin-top: 20px;
	margin-bottom: 12px;
}
.lead-actions .buttons .btn-soft-action {
	border-color: #888;
	background-color: #9a9a9a;
}
/* Agent login */
.agent-login {
	padding: 3px 32px 22px;
	margin-top: 108px;
}
.agent-login .input-group {
	width: 100%;
}
.agent-login label, .agent-login input {
	display: block;
}
.agent-login input {
	padding: 8px;
	width: 100%;
	margin-bottom: 6px;
}
.agent-login .btn-login {
	font-size: 17px;
	width: 100%;
	padding: 8px 0;
	margin-top: 19px;
}
.password-toggle {
	position: absolute;
	right: .75em;
	top: 2.6em;
	display: inline-block;
	font-size: .9em;
	color: #777;
	padding: .5em;
	border: none;
	background: none;
	z-index: 9;
	cursor: pointer;
}
.password-toggle:focus {
	border: 0;
	box-shadow: none;
}
.forgot-password {
	margin-top: 16px;
}

.agent-account h2 {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	margin: 8px 0;
}
.agent-account.admin h3 {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	margin: 8px 0;
}
.agent-account .form-group {
	/*padding: 8px;
	border: 1px solid #eee;*/
	
	padding: 1px 20px 16px;
	border: solid 5px #fff;
	margin: 30px 0 20px;
	background-color: #f6f6f6;
	-webkit-box-shadow: 1px 1px 11px rgba(0,0,0,0.2), 0px 0px 190px rgba(0,0,0,0.05) inset;
	-moz-box-shadow: 1px 1px 11px rgba(0,0,0,0.2), 0px 0px 190px rgba(0,0,0,0.05) inset;
	box-shadow: 1px 1px 11px rgba(0,0,0,0.2), 0px 0px 190px rgba(0,0,0,0.05) inset;
}
.agent-avatar, .kv-file-content {
	text-align: center;
}
.avatar-upload-toggle {
	margin-top: 20px;
}
.file-preview-frame {
	display: block !important;
	float: none !important;
	/*width: 240px !important;*/
    max-width: 100% !important;
	height: auto !important;
    margin: 8px auto !important;
}
.kv-file-content img {
	width: 220px !important;
	max-width: 100% !important;
	height: auto !important;
}
.kv-zoom-body img {
	height: auto !important;
}
.btn.fileinput-upload {
	color: #fff;
	background-color: #5cb85c;
}
.btn.fileinput-upload:hover, .btn.fileinput-upload:active {
	background-color: #449d44;
}
.agent-avatar img {
	max-width: 220px;
	border: 1px solid #bbb;
}
.agent-avatar input[type=file] {
	display: inline-block;
}
.agent-account .form-note {
	font-style: italic;
}
.agent-account .form-row {
	padding: 7px 0;
}
.agent-account .form-label {
	text-align: right;
	padding: 0;
	cursor: pointer;
}
.agent-account input[type="text"], .agent-account input[type="password"], .agent-account input[type="email"], .agent-account input[type="tel"], .agent-account input[type="url"] {
	width: 230px;
	width: 98%;
	padding: 6px;
	border: 1px solid #e2e2e2;
}
.agent-postzone-search-wrapper, .new-agent-areas {
	margin-bottom: 40px;
}
input[type="text"].postzone-search {
	display: inline-block;
	text-align: center;
	width: 164px;
	padding: 5px;
	margin-right: 10px;
}
.postzone-search.inactive {
	color: #bbb;
}
.new-areas-content {
	padding: 6px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 1px 1px 11px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 11px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 11px rgba(0,0,0,0.2);
}
.new-areas-content img {
	/*width: 80px;*/
}
.agent-list.agent-areas {
	text-align: left;
}

/*
.agent-list .report-not-sent {
	background-color: #fdd;
}
*/

/*
.agent-list ul {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0;
}
.agent-list li {
	display: inline-block;
	width: 30%;
}
*/

.ses-send {
	display: none;
}


/* ADMIN */
.agent-list.agent-areas table {
	margin: 10px 0 20px;
}
.agent-list.agent-areas .col1 {
	width: 20px;
	padding-left: 8px;
}
.agent-list.agent-areas .col3 {
	text-align: center;
}
.agent-list.agent-areas h3 {
	margin-top: 4px;
}
.agent-list.agent-areas h4 {
	padding: 10px 0;
	margin: 0;
	background-color: #d7e9f9;
}
.assigned-areas-wrapper, .unassigned-areas-wrapper {
	padding: 6px;
	border: 1px solid #ddd;
}
.new-areas-content .assigned-areas-wrapper table, .new-areas-content .unassigned-areas-wrapper table {
	margin-top: 1px;
}
.unassigned-areas-wrapper {
	margin: 20px 0 30px;
}
.agent-list.agent-areas.assign-areas table:last-of-type {
	margin-bottom: 0;
}
.agent-list.agent-areas .assigned-areas {
	color: #999;
}
.agent-list.agent-areas .assigned-areas tbody tr:hover {
	color: #000;
}
.postzone-select-label {
	font-weight: normal;
}
.agent-list .unassign-area-btn {
	color: #fff;
	padding: 3px 10px;
}
.agent-list tr:hover .unassign-area-btn {
	color: #fff;
}
.agent-list .save-new-areas {
	display: inline-block;
	color: #fff;
	padding: 6px 12px;
	margin: 12px auto 6px 5px;
}
.agent-list .cancel-new-areas {
	display: inline-block;
	color: #fff;
	padding: 6px 12px;
	border-color: #888;
	margin: 12px auto 6px;
	background-color: #9a9a9a;
}
.agent-list .cancel-new-areas:hover {
	background-color: #8c8c8c;
}


/* FOOTER */
footer {
	position: relative;
	color: #dde;
	color: #7e7e96;
	overflow: hidden;
	/*background-color: rgba(0,0,0,0.45);*/
	background-color: #081629;
	z-index: 100;
}
footer.agent {
	background-color: transparent;
}
footer h3 {
	color: #a7a7be;
}
footer h3 span {
	font-size: 12px;
}
.footer-bg {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-image: url('../img/banner-bg.jpg');
	background-position: center bottom;
	z-index: -100;
}
footer {
	text-align: center;
	margin: 20px 0;
}



/* START MEDIA QUERIES */

/* min 1280 */
@media (min-width: 1280px) {
	
	
	
}

/* max 1280 */
@media (max-width: 1280px) {
	
	
	
}

/* min 1200 */
@media (min-width: 1200px) {
	
	.row {
		margin-left: -15px;
	}
	
}

/* max 1199 */
@media (max-width: 1199px) {
	
	.banner-wrapper .content {
		padding: 19px 0 54px;
	}
	.report-form .col-padding {
		padding: 0 4%;
	}
	
}

/* min 992 */
@media (min-width: 992px) {
	
	
	
}

/* max 991 */
@media (max-width: 991px) {
	
	.banner-wrapper .content {
		padding: 16px 0 48px;
	}
	
	.agent-list li {
		width: auto;
	}
	
}

/* max 940 */
@media (max-width: 940px) {
	
	
	
}

/* max 880 */
@media (max-width: 880px) {
	
	
	
}

/* min 768 - max 991 */
@media (min-width: 768px) and (max-width: 991px) {
	
	.report-form .col-padding {
		padding: 0;
	}
	
}

/* min 768 */
@media (min-width: 768px) {
	
	.navbar-default .navbar-nav > li > a > .cmp-nav-highlight, .navbar-default .navbar-nav > li > a > .cmp-nav-highlight {
		display: inline-block;
		border-bottom: 3px solid transparent;
		padding: 0 0 3px;
	}
	.dropdown-menu>li>a {
		text-align: right;
		padding: 6px 20px;
	}
	.dropdown-menu {
		top: 44px;
		left: auto;
		right: -1px;
		border-radius: 0;
	}
	.navbar-nav .menu-items-sm {
		display: none;
	}
	.navbar-nav .menu-items-lg {
		display: block;
	}
	
}

/* max 767 */
@media (max-width: 767px) {
	.navbar-nav .menu-items-sm {
		display: block;
	}
	.navbar-nav .menu-items-lg {
		display: none;
	}
	body {
		padding-right: 0;
		padding-left: 0;
	}
	h2.main-pages {
		font-size: 20px;
		line-height: 24px;
	}
	.navbar-default .navbar-brand {
		margin-left: 15px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0;
	}
	.navbar-nav {
		float: none;
		width: 100%;
		padding: 17px 0;
		margin: 0;
		background-color: #081629;
	}
	.navbar-default .navbar-nav > li > a {
		text-align: center;
		padding: 16px 15px;
		margin: 0 15px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>li.active>a:hover, .navbar-default .navbar-nav>li.active>a:focus {
		background-color: #17366d;
	}
	.navbar-default .navbar-nav > .active > a > .cmp-nav-highlight, .navbar-default .navbar-nav > .active > a:hover > .cmp-nav-highlight, .navbar-default .navbar-nav > .active>a:focus > .cmp-nav-highlight, .navbar-default .navbar-nav > li > a:hover > .cmp-nav-highlight, .navbar-default .navbar-nav > li > a:focus > .cmp-nav-highlight {
		padding: 0;
		border-bottom: 0;
	}
	.navbar-toggle {
		margin: 12px 15px 0 0;
	}
	.dropdown-menu>li>a {
		text-align: center;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #dde;
		padding: 16px 15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: #17366d;
	}
	
	.row, .thumbnails {
		margin-right: 0;
	}
	.progress-step {
		float: left;
		width: 33.33333333%
	}
	.how-wrapper {
		text-align: center;
	}
	.how-img {
		width: 45%;
		height: auto;
		margin: 10px 0 0;
	}
	.video-container-wrapper, .map-container-wrapper {
		width: 100%;
	}
	
	.lead-actions .col-sm-6.lead-label, .lead-actions .col-sm-6.lead-data {
		float: left;
		width: 50%;
	}
	
	.lead-actions .price-wrapper .col-sm-6 {
		float: none;
		width: 50%;
		margin: 0 auto 10px;
	}
	.lead-actions .price-wrapper .col-sm-6 .buyer-number, .lead-actions .price-wrapper .add-comments {
		float: none;
		vertical-align: middle;
		width: 100%;
		margin: 0 auto 10px;
	}
	.lead-actions .price-wrapper .no-height {
		height: 0;
	}
	.row.buttons {
		text-align: center;
	}
	.lead-actions .buttons a, .lead-actions .buttons button {
		float: none !important;
		margin-top: 10px;
	}
	.lead-actions .agent-avatar {
		display: inline-block;
		float: left !important;
		margin-bottom: 20px;
	}
	.agent-login {
		margin-top: 40px;
	}
	
}

/* max 691 */
@media (max-width: 691px) {
	
	.lead-report-gmap, .lead-report-property-info {
		width: 100%;
	}
	
}

/* max 620 */
@media (max-width: 620px) {
	
	.lead-actions .col1, .lead-actions .col2 {
		float: none;
		width: 100%;
	}
	.lead-actions .col-sm-6 {
		padding-right: 5px;
		padding-left: 5px;
	}
	
}

/* max 560 */
@media (max-width: 560px) {
	
	.progress-wrapper-old .progress-label-item-lg {
		display: none;
	}
	.report-field-group .col-xs-6 {
		width: 100%
	}
	.report-form .col-padding {
		padding: 0;
	}
	.how-img {
		width: 75%;
	}
	
}


/* max 529 */
@media (max-width: 529px) {
	
	h1 {
		font-size: 26px;
		line-height: 32px;
		margin: 20px 0 16px;
	}
	.banner-wrapper .content {
		padding: 3px 0 25px;
	}
	.nav-wrapper {
		height: 64px;
	}
	.logo-header {
		width: 180px;
	}
	.navbar {
		margin-bottom: 8px;
	}
	.navbar-toggle {
		margin: 7px 15px 0 0;
	}
	.banner-wrapper .content h1 {
		font-size: 27px;
		padding: 0 8px;
	}
	.banner-wrapper .content h2 {
		font-size: 21px;
		margin: 10px 0 8px;
	}
	.banner-wrapper .content .form-stripe {
		padding: 10px 0;
		margin: 17px 0;
	}
	.banner-wrapper .content input[type="text"] {
		font-size: 15px;
		font-weight: 300;
		width: 199px;
		padding: 12px 18px;
		margin: 0 4px;
	}
	.banner-wrapper .content button {
		font-size: 20px;
		font-weight: 500;
		padding: 5px 10px;
		margin: 0 4px;
	}
	.banner-wrapper .content .privacy p {
		margin-bottom: 4px;
	}
	.progress-step .progress-label {
		line-height: 18px;
	}
	.progress-step.active .progress-label {
		font-size: 14px;
	}
	.lead-actions .price-wrapper .col-sm-6 {
		width: 100%;
	}
	.agent-login {
		margin-top: 40px;
	}
	
}

/* max 400 */
@media (max-width: 400px) {
	
	.agent-account .avatar-controls input[type=file], .agent-account .agent-avatar img {
		max-width: 100%;
	}
	
}

/* min 380 */
@media (min-width: 380px) {
	
	.banner-wrapper .arrow.arrow02 {
		display: none;
	}
	
}

/* max 379 */
@media (max-width: 379px) {
	
	.banner-wrapper .content .form-stripe {
		padding: 14px 0;
	}
	.banner-wrapper .content input[type="text"] {
		display: block;
		float: none;
		font-size: 17px;
		font-weight: 300;
		width: 199px;
		padding: 12px 18px;
		margin: 0 auto 6px;
	}
	.banner-wrapper .content button {
		display: block;
		float: none;
		font-size: 20px;
		font-weight: 500;
		padding: 5px 10px;
		margin: 4px auto 0;
	}
	.banner-wrapper .arrow.arrow01 {
		display: none;
	}
	.banner-wrapper .content .arrow02 {
		display: block;
		width: 13px;
		height: 8px;
		margin: 0 auto;
		background: rgba(0, 0, 0, 0) url('../img/sprites.png') no-repeat -22px -4px;
	}
	.form-wrapper {
		padding: 8px 0px 18px;
	}
	
}

/* max 289 */
@media (max-width: 289px) {
	
	.navbar-default .navbar-brand {
		margin-left: 10px;
	}
	.logo-header {
		width: 144px;
		margin-top: 5px;
	}
	.navbar-toggle {
		margin: 7px 10px 0 0;
	}
	.banner-wrapper .content h1 {
		font-size: 23px;
	}
	.banner-wrapper .content h2 {
		font-size: 20px;
	}
	
}


.xe-deprecated {
	display: none;
}





