html {
	height: 100%;
	width: 100%;
	margin: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	color: #222;
	font-family: 'Cabin', sans-serif;;
	font-weight: normal;
	height: 100%;
	width: 100%;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: "kern" 1;
	-moz-font-feature-settings: "kern" 1;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: 700;
	color: #000;
}
h1 {
	font-size: 44px;
	line-height: 55px;
	letter-spacing: -0.08px;
}
h2 {
	font-size: 31px;
	line-height: 40px;
}
h3 {
	font-size: 27px;
	line-height: 35px;
}
h4 {
	font-size: 22px;
	line-height: 31.88px;
}
h5 {
	font-size: 18px;
	line-height: 25.88px;
}
h3 small, h4 small, h5 small {
	font-weight: 300;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
	padding-bottom: 10px;
}
.display-4 {
	font-size: 3.5rem;
	font-family: 'Roboto', sans-serif;
}
a {
	text-shadow: none !important;
	transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}
a:focus, a:hover, a:active {
	color: #6d5cae;
}
a, a:focus, a:hover, a:active {
	outline: 0 !important;
	text-decoration: none;
}
a[ng-click] {
	cursor: pointer;
}
#listings > a:link { color:#000;}
#listings > a:visited {  color:#000;}
br {
	line-height: normal;
	clear: both;
}
code {
	color: #c64643;
	background-color: #f0f0f0;
}
code:hover {
	background-color: #fddddd;
}
p {
	display: block;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
	font-style: normal;
	white-space: normal;
}
small, .small {
	line-height: 18px;
	font-size: 85%;
}
label.inline {
	display: inline-block;
	position: relative;
	top: 0px;
	font-size: 13px;
}
ul, ol {
	margin-bottom: 10px;
}
ul > li, ol > li {
	padding-left: 3px;
	line-height: 24px;
}
ul.lg-icon > li, ol.lg-icon > li {
	font-size: 21px;
}
ul.lg-icon > li span, ol.lg-icon > li span {
	font-size: 14px;
}
ul.no-style, ol.no-style {
	list-style: none;
	padding-left: 5px;
}
address {
	margin-bottom: 0px;
}
address a {
	color: #626262;
}
blockquote {
	padding: 20px;
	background-color: rgba(134, 158, 158, 0.05);
	border-left: 6px solid rgba(134, 158, 158, 0.2);
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px;
}
blockquote:before {
	content: "\f10d";
	color: rgba(134, 158, 158, 0.3);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 50px;
	line-height: 100px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	margin-top: 0;
	margin-left: 0px;
	display: inline-block;
	font-style: italic;
	text-align: center;
}
blockquote p {
	font-size: 16px;
}
blockquote.pull-right {
	padding-right: 100px;
	border-right: 6px solid rgba(134, 158, 158, 0.2);
	border-left: none;
	text-align: right;
}
blockquote.pull-right:before {
	left: auto;
	right: 0;
}
hr {
	border-color: #e6e6e6;
}
hr.double {
	border-width: 2px;
}
hr.dotted {
	border-style: dotted none none;
}
#main {
	background: #FFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#content {
	padding-top: 30px;
	padding-bottom: 30px;
}
.boxed {
	background: #e5e5e5;
}
.boxed #main {
	overflow: hidden;
	max-width: 1100px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.boxed #menu {
	max-width: 1100px;
}
@media (min-width: 1200px) {
.container-1000 {
    max-width: 1000px;
}}

.img-rounded {
	border-radius: 3px;
}
.lead {
	font-weight: 400;
	margin-bottom: 20px;
}
/* Media */
.media {
	margin-top: 30px;
}
.media-left {
	padding-right: 20px;
}
.media-right {
	padding-left: 20px;
}
/* Table */
.table.v1 tbody tr:first-child td {
	border-top: none;
}
/* Modal */
.modal {
	z-index: 1053;
}
.modal-backdrop {
	z-index: 1052;
}
.modal-content {
	border-radius: 3px;
}
/* Alert */
#washMessage {
	z-index: 20;
}
#message-fadein {
	font-size:1.2rem;
}
@media (max-width: 575.98px) {
	#message-fadein {
		font-size:1rem;
	}
}

.close-alert {
	float: right;
font-size: 1.5rem;
font-weight: 600;
}

/* Tabs */
.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs > li > a {
	border-radius: 0;
}
.nav-tabs > li > .nav-link.active, .nav-tabs > li > .nav-link.active:focus, .nav-tabs > li > .nav-link.active:hover {
	border-radius: 0;
	border-top: 2px solid #563d7c;
}
.nav-tabs.tab-lg > li > a {
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
}
.nav-tabs.tab-lg > li > a.nav-link.active {
	border-top: 4px solid #563d7c;
}
.nav-tabs.v2 {
	border-bottom: none;
	margin-bottom: 30px;
}
.nav-tabs.v2 > li > a, .nav-tabs.v2 > li > a:focus, .nav-tabs.v2 > li > a:hover {
	padding: 15px 20px;
	border: none;
	font-weight: 600;
	position: relative;
	color: #869e9e;
}
.nav-tabs.v2 > li > a.active:before {
	content: '';
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(134, 158, 158, 0.1);
	top: 100%;
	left: 50%;
	margin-left: -5px;
}
.nav-tabs.v2 > li > a.active, .nav-tabs.v2 > li > a.active:focus, .nav-tabs.v2 > li > a.active:hover {
	background-color: rgba(134, 158, 158, 0.1);
	color: #869e9e;
	border: none;
	border-radius: 3px;
}
.tab-content {
	margin-bottom: 30px;
}
/* List Group */
.list-group.no-border .list-group-item {
	border: none;
	margin-bottom: 1px;
	color: #666;
}
.list-group.no-border .list-group-item:hover {
	background-color: rgba(134, 158, 158, 0.05);
}
.list-group.no-border .list-group-item.active, .list-group.no-border .list-group-item.active:focus, .list-group.no-border .list-group-item.active:hover {
	background-color: rgba(134, 158, 158, 0.1);
	border-radius: 3px;
	color: #333;
	font-weight: bold;
}
.list-group .list-group-item.heading {
	font-weight: bold;
	color: #333;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.list-group .list-group-item.heading:hover {
	background: none;
}
.list-group.v2 {
	font-size: 16px;
}
.list-group.v2 > li {
	padding-top: 10px;
	line-height: 34px;
	padding-bottom: 10px;
	clear: both;
}
.list-group.v2 > li + li {
	border-top: 1px solid #eee;
}
.list-group.v2 .icon {
	width: 20px;
	text-align: left;
}
.list-group.v2 .btn {
	float: right;
}
.list-group.v2 .connected, .list-group.v2 .default {
	float: right;
	margin-right: 15px;
	opacity: 0.6;
	font-size: 14px;
}
.list-group.v2 .set-default {
	float: right;
	opacity: 0.6;
}
.list-group.v2 .btn + .set-default {
	margin-right: 20px;
}
.list-group.v2 .set-default:hover {
	opacity: 1;
}
.badge {
	background-color: rgba(134, 158, 158, 0.7);
}
/* Breadcrumb*/
.breadcrumb {
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.breadcrumb-item a {
	color: #869e9e;
}
.breadcrumb-item.active {
	color: rgba(134, 158, 158, 0.7);
}
/* Scale */
.prface-lg{
	width: 352px;
}
.prscale-lg{
	 width: 372px;
}
@media (max-width: 575.98px) {
.prface-lg{
	width: 302px;
}
.prscale-lg{
	 width: 320px;
}
}
@supports (-webkit-backdrop-filter: blur(1px)) {
  svg {
    height: intrinsic;
  }
}
/* Pagination */
.pagination {
	margin-top: 30px;
}
.pagination > .page-item .page-link {
	width: 36px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 0 3px;
	padding: 0;
	border-radius: 50% !important;
	border-color: transparent;
	margin-top: 5px;
	color: #869e9e;
}
.pagination > .page-item.active .page-link, .pagination > .page-item.active .page-link:focus, .pagination > .page-item.active .page-link:hover {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #a39cf9;
	border-color: #a39cf9;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}
/* Tooltip*/
.tooltip-inner {
	border-radius: 0;
	background-color: #666;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #666;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #666;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #666;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #666;
}
/* Card */
.card {
	border: none;
	padding: 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.card.shadow {
	padding: 15px !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
}
/*	5.	Titles
-------------------------------------------------------------------*/
.page-header {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: none;
}
.page-header.bordered {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.page-header h1 {
	font-size: 26px;
	line-height: 34px;
	margin-top: 0;
	margin-bottom: 0;
}
.page-header h1 small {
	display: block;
	font-size: 18px;
	color: #999;
	margin-top: 5px;
}
.page-header .btn-return + h1 {
	margin-left: 75px;
}
.page-header .price {
	color: #d64521;
	margin-left: 15px;
	font-size: 24px;
	line-height: 1.1;
	text-align: right;
	font-weight: bold;
}
 @media (max-width: 767px) {
.page-header .price {
	text-align: left;
	margin-top: 15px;
	margin-left: 75px;
}
}
.page-header .price small {
	display: block;
	font-size: 18px;
	color: #888;
	margin-top: 10px;
	font-weight: normal;
}
.page-header h1 .label-bordered {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	border: 1px solid rgba(134, 158, 158, 0.5);
	color: rgba(134, 158, 158, 0.9);
}
.page-header.bordered {
	border-bottom: 1px solid #eee !important;
}
.page-header.v2 h1 {
	font-size: 26px;
}
.page-header.v2 h1 small {
	display: inline-block;
}
.title {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
h4.title {
	margin-top: 40px;
	margin-bottom: 20px;
}
.headline {
	font-size: 22px;
	margin: 50px 0 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
	color: #333;
}
.subheadline {
	font-size: 20px;
	margin: 20px 0 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	color: #869e9e;
	font-weight: 500;
}
.main-title {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 34px;
	color: #333;
}
.main-title span {
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
	margin-bottom: 20px;
}
.main-title span:before {
	content: '';
	height: 1px;
	width: 200px;
	background: #bbb;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main-title.centered {
	text-align: center;
}
.main-title.centered span:before {
	left: 50%;
	margin-left: -100px;
}
.main-title-description {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 30px;
}
 @media (max-width: 767px) {
.main-title {
	font-size: 22px;
	line-height: 26px;
}
.main-title span {
	padding-bottom: 15px;
}
.main-title-description {
	font-size: 18px;
}
}
/*	Contact Form
-------------------------------------------------------------------*/

/** float container */
 .float-container {
	 border: solid 1px #ccc;
	 box-sizing: border-box;
	 margin-bottom: 8px;
	 padding: 0 8px;
	 position: relative;
	 width: 18rem;
	/** active label */
}
 .float-container input {
	 border: none;
	 font-size: 1rem;
	 outline: 0;
	 padding: 16px 0 10px;
	 width: 100%;
}
 .float-container label {
	 font-size: 1rem;
	 position: absolute;
	 transform-origin: top left;
	 transform: translate(0, 16px) scale(1);
	 transition: all 0.1s ease-in-out;
}
 .float-container.active label {
	 transform: translate(0, 4px) scale(0.75);
}
#floatContainer3 {
	min-width: 20rem;
	height: 10rem;
	width: 30vw;
}
#floatField3 {
	border: none;
	font-size: 1rem;
	outline: 0;
	padding: 16px 0 10px;
	width: 100%;
}
/*	Search Form
-------------------------------------------------------------------*/
.home-search {
	margin-top: -15px;
}
.search-form.main {
	min-height: 620px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	background-image: url(../img/demo/banner1.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
.search-form.main:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/mask_grey.png) no-repeat center center;
	background-size: cover;
	z-index: 1;
}
.search-form.main > .container, .search-form > .container-fluid {
	z-index: 1;
	position: relative;
}
 @media (max-width: 991px) {
.search-form.main {
	padding-top: 50px;
	padding-bottom: 50px;
	height: auto;
	min-height: inherit;
	display: block;
}
}
.search-form.main .card {
	border-radius: 3px;
	border: none;
	padding: 30px 30px 15px 30px;
	background: rgba(0, 0, 0, 0.15);
	box-shadow: none;
}
.search-form .heading {
	text-align: center;
	margin-bottom: 20px;
}
.search-form .heading h2 {
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	color: #FFF;
}
 @media (max-width: 991px) {
.search-form .heading h2 {
	font-size: 32px;
}
}
.search-form .heading h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
.search-form .search-video {
	-o-object-fit: fill;
	object-fit: fill;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
}
.search-form .card {
	border-radius: 0 0 3px 3px;
	box-shadow: none;
	margin-top: -15px;
	padding: 15px 15px 0 15px;
	background: #dfe3e6;
}
.search-form.main .form-control:focus {
	border-color: transparent;
}
.search-form.main .input-group-btn > .btn, .search-form.main .input-group-btn > .btn:focus, .search-form.main .input-group-btn > .btn:active {
	border-left: none;
}
.search-form.main .cta {
	background: none;
	color: #FFF;
	font-size: 22px;
	border-color: rgba(255, 255, 255, 0.5);
}
.search-form .search-in {
	text-align: center;
}
.search-in .radio-box {
	display: inline-block;
}
.search-in label {
	color: #FFF;
	padding: 10px 15px;
	border-radius: 3px;
	position: relative;
	transition: all 0.25s;
	cursor: pointer;
	position: relative;
}
.search-in input[type=radio]:checked + label {
	background: rgba(255, 255, 255, 0.1);
}
.search-in input[type=radio]:checked + label:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
	margin-top: 5px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(255, 255, 255, 0.1);
}
.search-in input {
	display: none;
}
.search-form.main.v2, .search-form.main.v5 {
	min-height: 700px;
	padding-top: 150px;
}
.search-form.main.v7 {
	min-height: 700px;
	padding-top: 150px;
}
.search-form.main.v3 {
	height: 100%;
}
.search-form.v2 .search-in, .search-form.v7 .search-in {
	margin-top: 40px;
}
.search-form.v3 .search-in {
	margin-top: 20px;
}
.search-form.v4 {
	padding-top: 1rem;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	background-color: rgba(134, 158, 158, 0.4);
}
.search-form.main.v5 .heading {
	text-align: left;
}
.search-form.main.v5 .form-control {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.search-form.main.v5 .selectric {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: transparent;
}
.search-form.main.v5 .selectric .button {
	background-color: rgba(255, 255, 255, 0.1);
}
.search-form.main.v5 .search-in .radio-box {
	margin-bottom: 10px;
}
.search-form.main.v5 .search-in .radio-box label {
	width: 100%;
	display: block;
	font-size: 1.25rem;
}
.search-form.main label {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
}
.search-form.main .radio label:before, .search-form.main .checkbox label:before {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(255, 255, 255, 0.5);
}
.search-form.main .input-group-addon {
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.1);
	border-color: transparent;
}
/*	7.	Form Elements
-------------------------------------------------------------------*/
.form-control {
	box-shadow: none;
	border-radius: 2px;
}
.form-control:focus {
	box-shadow: none !important;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	border-radius: 2px;
}
.input-group-addon {
	background-color: rgba(134, 158, 158, 0.1);
	border-color: rgba(134, 158, 158, 0.4);
	color: #869e9e;
}
/* Checkbox and Radio */
input[type="radio"], input[type="checkbox"] {
	margin-top: 1px 0 0;
	line-height: normal;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.radio-inline {
	display: inline-block;
}
.radio, .checkbox, .checkbox + .checkbox, .radio + .radio {
	margin-bottom: 10px;
	margin-top: 0;
	padding-left: 0px;
}
.radio label, .checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	min-width: 17px;
	min-height: 17px;
	line-height: 20px;
	margin-bottom: 0;
}
.radio label:before, .checkbox label:before {
	-webkit-box-sizing: inherit;
	box-sizing: border-box;
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
}
.checkbox input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
}
.checkbox label {
	transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox input[type=checkbox]:checked + label:before {
	border-width: 8.5px;
}
.checkbox label:before {
	top: 1.4px;
	border-radius: 3px;
	transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label::after {
	display: inline-block;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 3.5px;
	top: 0px;
	font-size: 11px;
	transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox input[type=checkbox]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\F00C";
	color: #fff;
}
.checkbox .icon {
	width: 20px;
	text-align: left;
	color: #563d7c;
	opacity: 0.5;
}
.checkbox input[type=checkbox]:checked + label > .icon {
	opacity: 0.8;
}
.radio input[type=radio] {
	opacity: 0;
	width: 0;
	height: 0;
}
.radio label:before {
	bottom: 2.5px;
	border-radius: 99px;
	-webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.radio input[type=radio]:checked + label:before {
	border-width: 5px;
	border-color: #bbb;
}
/* Selectric */
.selectric {
	border: 1px solid rgba(134, 158, 158, 0.4);
	border-radius: 2px;
	background-color: #fff;
}
.selectric-open {
	z-index: 1051;
}
.selectric-below.selectric-open .selectric {
	border-radius: 2px 2px 0 0;
}
.selectric-above.selectric-open .selectric {
	border-radius: 0 0 2px 2px;
}
.selectric .label {
	text-align: left;
	font-weight: normal;
	color: #999999;
 padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	height: auto;
}
.selectric-open .selectric {
	margin-top: 0;
	background-color: #fff;
	border-color: rgba(134, 158, 158, 0.7);
}
.selectric-below.selectric-open .selectric-items {
	border-radius: 0 0 2px 2px;
	border-top: none;
}
.selectric-above.selectric-open .selectric-items {
	border-radius: 2px 2px 0 0;
	border-bottom: none;
}
.selectric-items {
	border: 1px solid #ccc;
	box-shadow: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
.selectric-items:before, .selectric-items:after {
	border: none;
	content: none;
}
.selectric-items:before {
	border-bottom-color: rgba(134, 158, 158, 0.4);
}
.selectric-items li.highlighted {
	background-color: #eee;
}
.selectric-items li:hover {
	background-color: #f9f9f9;
}
.selectric-items ul, .selectric-items li {
	font-size: 14px;
	color: inherit;
}
.selectric-form-control-lg .selectric .button {
	padding: 0 1.5rem;
	line-height: 1.5;
	height: 100%;
	width: auto;
}
.selectric-form-control-lg .selectric .label {
 padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}
/* Select 2 */
.select2 * {
	outline: none;
}
.select2-container--default .select2-selection--single {
	border-color: rgba(134, 158, 158, 0.4);
	box-shadow: none;
	border-radius: 2px;
}
.select2-container--open .select2-selection--single, .select2-container--focus .select2-selection--single {
	border-color: #bbb;
}
.select2-container .select2-selection--single {
	height: 34px;
}
.form-control-lg + .select2-container .select2-selection--single {
	height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px;
}
.form-control-lg + .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 46px;
	font-size: 18px;
	padding-left: 16px;
	padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}
.form-control-lg + .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	width: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
	padding-right: 20px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fafafa;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eee;
	color: #000;
}
.select2-dropdown {
	border-color: rgba(134, 158, 158, 0.4);
	overflow: hidden;
}
.select2-container--open .select2-dropdown {
	border-color: rgba(134, 158, 158, 0.7);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #8e8e8e;
}
/* Google Maps Autocomplete Styling override */

#autocompleted {
	font-size: 1.2rem;
font-family: roboto;
font-weight: 300;
}
@media (max-width: 575.98px) {
	#autocompleted {
		font-size: 16px;
	font-family: roboto;
	font-weight: 400;
	}
	 }
.pac-item {
	font-size: inherit;
	line-height: 40px;
	cursor: pointer;
}
.pac-container {
	border-radius: 0 0 3px 3px;
	box-shadow: none;
	font-family: inherit;
	border: 1px solid #ccc;
	border-top: none;
	box-sizing: content-box;
	margin-top: -2px;
}
.pac-icon {
	margin-top: 10px;
}
.pac-item-query {
	font-size: inherit;
}
.hdpi.pac-logo:after {
	content: none !important;
	height: 0 !important;
	background-image: none !important;
}

.btnlbl {
    padding-top: .75rem;
		background-color: #2bb817;
		color: #fff;
}

/*.	Buttons
-------------------------------------------------------------------*/
.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:hover {
	outline: none;
	text-decoration: none;
	border-radius: 2px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.25s;
}
.btn-xlg {
	padding: 20px 40px;
	font-size: 20px;
}
.btn-link, .btn-link:focus, .btn-link:hover, .btn-link:active, .btn-link:active:hover, .btn-link:active:focus {
	color: #869e9e;
	background-color: rgba(134, 158, 158, 0.1);
}
.btn-white, .btn-white:focus, .btn-white:hover, .btn-white:active, .btn-white:active:hover, .btn-white:active:focus {
	background-color: #fff;
	border-color: rgba(134, 158, 158, 0.4);
}
.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
	background-color: #fad56b;
	border-color: #fcdd81;
	color: #563d7c;
}
.btn-light {
	background-color: #eff3f6;
	background-image: -webkit-linear-gradient(270deg, #fafbfc 0%, #eff3f6 90%);
	background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}
.btn-inverse, .btn-inverse:focus, .btn-inverse:hover, .btn-inverse:active, .btn-inverse:active:hover, .btn-inverse:active:focus {
	background-color: #563d7c;
	border-color: #563d7c;
	color: #fff;
}
.btn-social {
	text-align: left;
	margin-bottom: 10px;
}
.btn-social .icon {
	width: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	margin-right: 10px;
}
.btn-facebook, .btn-facebook:focus, .btn-facebook:hover, .btn-facebook:active, .btn-facebook:active:hover, .btn-facebook:active:focus {
	background-color: #4a6bb2;
	border-color: #4a6bb2;
	color: #FFF;
}
.btn-google, .btn-google:focus, .btn-google:hover, .btn-google:active, .btn-google:active:hover, .btn-google:active:focus {
	background-color: #ffffff;
	border-color: #cccccc;
	color: #333333;
}
.btn-twitter, .btn-twitter:focus, .btn-twitter:hover, .btn-twitter:active, .btn-twitter:active:hover, .btn-twitter:active:focus {
	border-color: #1da1f2;
	background-color: #1da1f2;
	color: #FFF;
}
.btn-return {
	display: inline-block;
	margin-right: 15px;
	color: #666;
	font-size: 28px;
	width: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background: rgba(134, 158, 158, 0.15);
	border-radius: 3px;
	font-weight: bold;
	float: left;
}
.btn-return:focus, .btn-return:hover, .btn-return:active, .btn-return:active:hover, .btn-return:active:focus {
	background: rgba(134, 158, 158, 0.3);
}
.btn-upload {
	position: relative;
}
.btn-upload input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.btn-circle, .btn-circle:hover, .btn-circle:active, .btn-circle:focus {
	height: 34px;
	width: 34px;
	line-height: 34px;
	padding: 0;
	border-radius: 50%;
}
.btn#to-top {
	width: 52px;
	height: 52px;
	position: fixed;
	right: 50px;
	bottom: 50px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
}
.btn.close-panel {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	display: none;
}
.remove-item {
	font-size: 14px;
	margin-top: 15px;
	display: block;
	font-weight: 600;
	color: #869e9e;
}
.read-more {
	font-size: 14px;
	margin-top: 15px;
	font-weight: bold;
	display: block;
}
.item-lg .read-more {
	font-size: 18px;
	margin-top: 30px;
}
/* Mobile Filter */
.mobile-filter {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
 @media (max-width: 767px) {
.mobile-filter {
	display: block;
}
}
/*	9.	Item Listings
-------------------------------------------------------------------*/
.item-listing .item {
	margin-top: 30px;
	padding: 10px;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	display: block;
	width: 100%;
	border-radius: 3px;
	position: relative;
	text-align: left;
}
.item-listing.list .item {
	box-shadow: none;
}
.item-listing.list .item + .item {
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.item-listing .item .item-image {
	position: relative;
	margin-bottom: 10px;
}
.item-listing .item .item-image > a {
	display: block;
	opacity: 1;
}
.item-listing .item .item-image > a:not(.save-item):before {
	opacity: 0.9;
	background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
	transition: opacity .3s;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	content: "";
}
.item-listing .item .item-image .item-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #FFF;
}
.item-listing .item .item-meta-info, .item-meta-info {
	font-size: 14px;
	font-weight: bold;
	opacity: 0.6;
	margin-top: 15px;
	margin-bottom: 10px;
}
.item-listing .item .item-meta-info span, .item-meta-info span {
	margin-right: 10px;
}
.item-listing .item .item-price {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.item-listing .item .item-price small {
	font-size: 14px;
	display: block;
	font-weight: normal;
}
.item-badges {
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	display: block;
	font-size: 13px;
	padding: 0px;
	overflow: hidden;
	height: 100px;
}
.item-badges .item-badge-left {
	background-color: #563d7c;
	padding: 5px 10px;
	color: #FFF;
	float: left;
	left: 15px;
	top: 15px;
	position: relative;
	text-align: center;
	margin: 0;
	border-radius: 3px;
}
.item-listing .item .save-item {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
}
.item-listing .item .save-item:hover {
	background-color: #FFF;
	color: #999;
}
.item-listing .item .added-on {
	color: #999;
}
.item-listing .item .added-by {
	font-size: 14px;
	display: block;
	text-align: right;
}
 @media (max-width: 767px) {
.item-listing .item .added-by {
	text-align: left;
}
}
.item-listing .item .item-badge-right {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 5px 10px;
	color: #FFF;
	background-color: rgba(74, 74, 76, 0.7);
	border-radius: 3px;
}
.item-listing .item .item-title {
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	margin-top: 0;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.item-listing .item .item-location, .item-listing .item .item-author {
	color: #999;
	margin-bottom: 10px;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-listing .item .item-comments-count {
	float: right;
}
.item-listing .item .item-description {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
.item-listing .item .item-details-i {
	color: #666;
}
.item-listing .item .item-details ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.item-listing .item .item-details ul li {
	padding: 5px 0;
}
.item-listing .item .item-details ul li + li {
	border-top: 1px solid #eee;
}
.item-listing .item .item-details ul li span {
	float: right;
	color: #999;
}
.item-listing.grid .item {
	margin-bottom: 0;
}
.item-listing.grid .item .item-image {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
.item-listing.list .item {
	padding: 0;
}
.item-listing.list .item .item-image {
	margin-bottom: 0;
	border-radius: 3px;
	overflow: hidden;
}
.item-listing.list .item .item-title {
	font-size: 18px;
}
 @media (max-width: 992px) {
.item-listing.list .item .item-title {
	margin-top: 15px;
}
}
.item-listing.list .item .item-location {
	font-size: 15px;
}
.item-actions a {
	display: inline-block;
	margin-right: 15px;
	color: #563d7c;
}
.item-sm .item-image .item-meta {
	padding: 10px !important;
}
.item-sm .item-title {
	font-size: 14px !important;
	margin-bottom: 0 !important;
}
.item-sm .item-location {
	margin-bottom: 0 !important;
	font-size: 12px !important;
}
.item-sm .item-price, .item-md .item-price {
	display: none;
}
.item-features {
	padding: 20px;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
	background-color: rgba(134, 158, 158, 0.1);
	border-radius: 3px;
}
.item-features li {
	font-size: 18px;
	color: #888;
	display: inline-block;
	margin-right: 44px;
	padding: 0;
	line-height: 30px;
}
 @media (max-width: 767px) {
.item-features li {
	font-size: 14px;
	margin-right: 20px;
	line-height: 30px;
}
.item-features li span {
	font-size: 18px;
}
}
.item-features li span {
	color: #333;
	font-weight: bold;
	display: block;
}
.item.item-lg {
	padding: 30px;
}
.item-listing.grid .item.item-lg .item-image {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px;
}
.item-listing .item.item-lg .item-title {
	font-size: 22px;
	margin-top: 30px;
}
.item-attachments .btn {
	margin-bottom: 15px;
	margin-right: 5px;
}
.item-navigation {
	margin-top: 60px;
	margin-bottom: 30px;
}
.item-attachments {
	margin-bottom: 30px;
}
.item-gallery {
	margin-bottom: 20px;
}
#item_images {
	margin-bottom: 20px;
}
#item_thumbs .item {
	padding: 3px;
	cursor: pointer;
}
 @media (min-width: 768px) {
.item-badge-rightm .modal-dialog {
	width: 400px;
}
}
.item-badge-rightm .media {
	margin-top: 0;
}
.item-badge-rightm .media .media-heading {
	margin-top: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
#streetview iframe, #map iframe {
	width: 100%;
}
/*	11.	Map
-------------------------------------------------------------------*/
/* Map Panel */
.map-popover {
	width: 300px;
}
.map-popover .image {
	width: 80px;
	float: left;
}
.map-popover .image img {
	max-width: 100%;
}
.map-popover .image + .details {
	margin-left: 100px;
}
#map_canvas {
	position: absolute;
	width: 100%;
	left: 0;
	height: 100%;
}
 @media (max-width: 767px) {
#map_canvas {
	height: 240px;
	min-height: 240px;
	width: 100%;
	position: fixed;
}
}
@media (max-width: 767px) {
.mapz {
	z-index: 3;
}
}
@media (max-width: 767px) {
.searchz {
	z-index: 4;
}
}
.maplisting #map_canvas {
	height: 100%;
	min-height: inherit;
}
 @media (max-width: 767px) {
.map-panel {
	height: auto !important;
}
}
.map-listing {
	padding-top: 0;
	padding-bottom: 10;
	margin-top: 0px;
}
.map-listing .search-results {
	position: relative;
	overflow: hidden;
	padding: 20px;
}
.map-listing .search-results-list {
	height: 100%;
}
.map-listing .search-form .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
 .map-listing .search-form .row > [class^=col-] {
 padding-left: 7.5px;
 padding-right: 7.5px;
}
.map-listing .search-form .card {
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #eee;
}
.map-listing .mobile-filter {
	display: block;
}
.map-listing #sidebar {
	display: none;
}

.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pr0 {
	padding-right: 0 !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mt5 {
	margin-top: 5px !important;
}
/*	13.	Sidebar
-------------------------------------------------------------------*/
.col-sidebar {
	z-index: 1;
}
#sidebar {
	will-change: min-height;
/* Filters */ }
#sidebar .sidebar_inner {
	transform: translate(0, 0);
	/* For browsers don't support translate3d. */
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}
#sidebar .card .card-header {
	padding: 0;
	background: none;
	font-weight: 600;
	font-size: 16px;
	border-bottom-color: rgba(134, 158, 158, 0.3);
}
#sidebar .card .card-header .panel-title {
	font-weight: 600;
	font-size: 16px;
}
#sidebar .card .card-body {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#sidebar #filters {
	margin-bottom: 30px;
}
#sidebar #filters .card {
	padding: 0;
	box-shadow: none;
	margin-bottom: 0;
}
#sidebar #filters .card .collapse.show {
	border-bottom: 1px solid rgba(134, 158, 158, 0.3);
}
#sidebar #filters .card .card-header {
	padding: 0;
	background: none;
	font-weight: 600;
	font-size: 16px;
	border-bottom-color: rgba(134, 158, 158, 0.3);
}
#sidebar #filters .card .card-header a {
	font-weight: 600;
	font-size: 16px;
	display: block;
	color: #869e9e;
}
#sidebar #filters .card .card-body {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
 @media (min-width: 768px) {
#sidebar.sidebar-left .sidebar_inner {
	padding-right: 30px;
	border-right: 1px solid #eee;
}
#sidebar.sidebar-right .sidebar_inner {
	padding-left: 30px;
	border-left: 1px solid #eee;
}
}

#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e0e0e6;
	font-size: .875rem;
	line-height: 22px;
}
#footer ul li {
	padding: 3px 0;
	font-size: .875rem;
}
/*
#footer a {
	color: #777;
}
*/
#footer .list-title {
	font-weight: 600;
	line-height: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 10px;
}

.list-inline-item {
	color: #484848;
	font-size: .9rem
}

.list-inline-item a {
	color: #484848;
	font-size: .9rem
}

#mapfooter {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #e0e0e6;
	font-size: .875rem;
	line-height: 22px;
}
#mapfooter ul li {
	font-size: .875rem;
}
/*
#footer a {
	color: #777;
}
*/
#mapfooter .list-title {
	font-weight: 600;
	line-height: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 10px;
}


/* The page is split between map and sidebar - the sidebar gets 1/3, map
gets 2/3 of the page. You can adjust this to your personal liking. */



.infowindowstyle {
    color: #07175c;
    font-family:Cabin, Helvetica, sans-serif;
    font-size:14px;
    text-align:center;
    padding: .5em .5em;
}

.listingrow {
}

.nav-top {
    color: #484848;
    padding-right: .5rem;
    padding-left: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
}

@media (max-width: 767px) {
.nav-top {
	padding-left: 1rem;
	padding-top: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #c1c1c1;
	display: block;
	font-size: 1.25rem;
}
}

.navbar-nav {
      font-size: .9rem;
  }
/**/
	.navbar-toggler:focus,
	.navbar-toggler:active {
	    outline: 0;
	}

	.navbar-toggler.collapsed .close-icon {
		    display: none;
		}
 .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		display: inline;
			}
/**/
.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 2.5rem;
font-weight: 900;
line-height: inherit;
white-space: nowrap;
	}

	.navbar-light .navbar-brand {
    color: #336699;
}
.moblogo{
	height: 2.2rem;
}
.logohigh {
width: 200px;
}
.logohigh-listing {

}
.header-bottom{
	height: 4px;
}
@media (max-width: 767px) {
.moblogo{
	height: 2rem;
		margin-bottom: .2rem;
}
.header-bottom{
	height: 2px;
}
.logohigh {
	width: 170px;
	padding-top: .2rem;
}
}
.spcl1 {
	display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		box-shadow: 0 .0625rem .1875rem #cacaca;
		margin-right: -15px;
margin-left: -15px;
	text-align: left;
	box-sizing: border-box;
	margin: .5rem;
	max-height: 7.5rem;
 min-height: 5.5rem;
 padding-bottom: .5rem !important;
	padding-top: .5rem !important;
   background-color: #fff;
	 border-bottom: 3px solid #a6a6d9;
}

@media (max-width: 767px) {
.spcl1 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-shadow: 0 .0625rem .1875rem #cacaca;
	text-align: left;
	box-sizing: border-box;
	margin: .3rem;
	max-height: 5.5rem;
	min-height: 4.5rem;
	padding-bottom: .25rem !important;
	padding-top: .25rem !important;
	background-color: #fff;
	border-bottom: 2px solid #a6a6d9;
	letter-spacing: 0em;
}
}

.spcl11 { display: none; }

.spcl12 { display: none; }

.spcl2 {
	display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		box-shadow: 0 .0625rem .1875rem #cacaca;
		margin-right: -15px;
margin-left: -15px;
	text-align: left;
	box-sizing: border-box;
	margin: .5rem;
	max-height: 10rem;
 	min-height: 8rem;
	padding-bottom: 1.5rem !important;
	padding-top: 3rem !important;
   background-color: #c5facf;
	 border: 2px solid green;
}

@media (max-width: 767px) {
.spcl2 {
	display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		box-shadow: 0 .0625rem .1875rem #cacaca;
	text-align: left;
	box-sizing: border-box;
	margin: .3rem;
	max-height: 8rem;
 	min-height: 7rem;
	padding-bottom: .5rem !important;
	padding-top: 2rem !important;
   background-color: #c5facf;
	 border: 2px solid green;
}
}

.spcl21 {
	position: absolute;
	z-index: 999;
	right: 0;
	width: 100%;
	display: block;
	padding: 0px;
	overflow: hidden;
}
.spcl22 {
	background-color: #563d7c;
	padding: 2px 10px;
	color: #FFF;
	position: relative;
	text-align: center;
margin-top: .5rem;
	margin-bottom: 2rem;
	border-radius: 3px;
	height: 2rem;
	width: 10rem;
}
@media (max-width: 767px) {
.spcl22 {
background-color: #563d7c;
padding: 1px 10px;
color: #FFF;
position: relative;
text-align: center;
margin-top: .5rem;
margin-bottom: 2rem;
border-radius: 3px;
height: 1.6rem;
width: 10rem;
font-size: .9rem;
}
}
.spcl2home {
	display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	text-align: left;
	box-sizing: border-box;
	padding-top: 3rem;
	margin: .25rem;
	height: 12rem;
 min-height: 12rem;
   background-color: #fff;
	 border: 1px solid #484848;
}

.city-links {
	color: #333;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
		font-family: 'Roboto', sans-serif;
  }
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.legp{
	font-family:Roboto, sans-serif;
	font-size: 1rem ;
	font-weight: 900;
	padding-top: .2rem;
	text-align: center;
}
.txdiv {
 display: table;
  width: 80px;
	 height: 80px;
 }
.txp {
	 display: table-cell;
	  text-align: center;
	 vertical-align: middle;
 }
.txdiv-lg {
	 display: table;
	width: 86px;
	 height: 86px;
 }
.prtitle {
	letter-spacing:-0.01rem;
	font-size: .8rem;
	font-weight: 600;
	}
	.padrank{
		font-family:Roboto, sans-serif;
		 font-size: 2.5rem;
		 ;font-weight: 900;
	}
	.padrank-lg {
	font-family: Roboto, sans-serif;
	font-size: 3.1rem;
	font-weight: 900;
}
.item-info {
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}

.item-title.name {
			color: #000;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
		font-size: 1.1rem;
	}

	.item-location.address {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: .9rem;
		margin: -.2em 0 0;
		color: #777;
		}

	.item-price {
		  color: #34393e;
			font-weight: 700;
			white-space: nowrap;
		  overflow: hidden;
		  text-overflow: ellipsis;
			font-size: 1.1rem;
			margin: .1rem 0 .2rem;
		}
	.item-phone {
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				font-size: 1rem;
				font-weight: 600;
				padding-top: .5rem;
				letter-spacing: -.01rem;
			}
		.scrolllt {

		}
		.scrollrt{
		overflow-y: scroll;
		background-color: #eeeff0;
		bottom: 0px;
		}
		#fixscroll {
		}

		.prcol {
			margin-left: .5rem;
		}

@media (max-width: 767px) {
.prcol {
	padding: .25rem;
	margin-left: .25rem;
}
}

.prcol2 {
margin-left: 1.5rem !important;
margin-right: 1rem;
}

@media (max-width: 767px) {
.prcol2 {
margin-left: .5rem !important;
}
}

@media (max-width: 767px) {
		 .scrolllt {
	 position: fixed;
	 top:  72px;
		 }
		#map-search-section {
 		position: fixed;
 		top: 36px;
 		}
 		.scrollrt{
 	background-color: #eeeff0;
 	position: fixed;
 	top: 360px;
 	bottom: 0;
	overflow-y: scroll;
 		}
 		.item-title.name {
 			color: #000;
 	  white-space: nowrap;
 	  overflow: hidden;
 	  text-overflow: ellipsis;
 		font-size: 1rem;
 		letter-spacing: 0rem;
		padding-top: .2rem;
 	}

 		.item-location.address {
 		white-space: nowrap;
 		overflow: hidden;
 		text-overflow: ellipsis;
 		font-size: .9rem;
		font-weight: 600;
 		margin: -.2em 0 0;
 		color: #000;
 		}

 		.item-price {
 		  color: #000;
 			white-space: nowrap;
 		  overflow: hidden;
 		  text-overflow: ellipsis;
 			font-size: 1rem;
 			margin: .1rem 0 .2rem;
			font-weight: 600;
 		}
 	.item-phone {
 				white-space: nowrap;
 				overflow: hidden;
 				text-overflow: ellipsis;
 				font-size: .9rem;
 				font-weight: 600;
				letter-spacing: 0rem;
				padding-top: .2rem;
 			}
			.mob-bye-1 {
				display: none;
				visibility: hidden;
				}
				.mob-hi-1 {
					display: inline;
					}
				#collapsibleNavbar {
					background-color: #fff;
					z-index: 4;
					height: 100vh;
				}
 }
 @media (max-width: 767px) {
#map-nav-top {
position: fixed;
top: 0;
z-index: 5;
}
}

@media (min-width: 768px) {
 .mob-hi-1 {
	 display: none;
	 }
}

 @media (max-width: 767px) {
  .searchtop {
 	 z-index: 2;
  }
}

#mob-main-1 {
margin-bottom: 240px;
}

.sidebar-rank{
	height: 65%;
	width: 65%;
}

@media (max-width: 767px) {
	.sidebar-rank{
		height: auto;
		width: 100%;
	}
}

.rent-change {
	font-size: .9rem;
	color: #8c8fa2;
}


	header.masthead{position:relative;background-color:#343a40;background:url(../img/bg-masthead.jpg) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;padding-top:2rem;padding-bottom:2rem}
	header.masthead .overlay{position:absolute;background-color:#212529;height:100%;width:100%;top:0;left:0;opacity:.3}
	header.masthead h1{font-size:2.5rem;color:#fff}
	header.masthead h2{font-size:2rem;color:#fff}
	#main-mast{
		color: #fff;
		font-size: calc(1.35rem + 2vw);
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		line-height: 1.2;
	}
	@media (min-width:768px) {
	header.masthead{padding-top:6rem;padding-bottom:7rem}
	header.masthead h1{font-size:3.5rem;color:#fff}
	header.masthead h2{font-size:3rem;color:#fff}
}
@media (min-width:1890px) {
header.masthead{padding-top:8rem;padding-bottom:10rem}
header.masthead h1{font-size:5rem;color:#fff}
header.masthead h2{font-size:4rem;color:#fff}
#main-mast{}
	.footer {
		position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	}
}
	.showcase .showcase-text{padding:3rem}
	.showcase .showcase-img{min-height:30rem;background-size:cover}
	@media (min-width:768px){
		.showcase .showcase-text{padding:7rem}
	}

	@-ms-viewport{
	  width: device-width;
	}
