* {
	font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;
}

body {
	font-family: 'Poppins', 'Roboto', 'Open Sans', sans-serif;
	/* font-family: 'Lato', sans-serif; */
	font-size:15px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* a {
	opacity:1;
}
a, a:hover, a:active, a:focus {
	text-decoration:none;
	color: #5c969a;
}
a:hover, a:active, a:focus {
	opacity:0.8;
} */
.well {
	font-size:16px;
}
.form-control {
	border:1px solid rgba(34,36,38,.15);
	box-shadow:none;
	border-radius:3px;
}
.form-control:focus {
	box-shadow:none;
	border-color:#6a148e;
}
/* Menu */

@media (max-width: 992px) {
	#menu .navbar-brand img {
		width: 130px;
		top: 15px;
		position: relative;
	}
}
@media (max-width: 768px) {
	#menu .navbar-brand img {
		width: 200px;
	}
}

#menu .navbar-brand {
    opacity:1;
}
#menu .navbar-toggle {
    border-color: #fff;
}
#menu .navbar-toggle:active, #menu .navbar-toggle:hover {
    background-color:transparent;
}
#menu {
	background-color:#4396B8;
	border-bottom:none;
	margin-bottom:0;
	border-radius:0;
}
.homev2 #menu {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index:11 !important;
}

.homev2 #menu, .inner #menu {
	/*background-color:transparent;*/

	background: #caf5f7;
    margin-top: 0;
    border: none;

	/* background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.6)),color-stop(100% rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
	background-image: -webkit-gradient(linear,0,100%,from(rgba(0,0,0,.6)),to(rgba(0,0,0,0)));
	background-image: -ms-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
	background-image: -o-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
	background-image: linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
	background-repeat: repeat-x; */
}
.homev2 #menu .dropdown-menu {
	border-radius:4px;
}
#menu .navbar-nav>li>a {
	font-weight:bold;
	color:#082a45;
    margin-top: 30px;
    margin-bottom: 30px;
	font-size:16px;
}
#menu .navbar-nav>li ul a {
	color:#888;
}
#menu .navbar-nav>li.add-listing>a>span {
	color:#fff;
	border:1px solid #fff;
	padding:10px 20px;
	border-radius:3px;
}
#menu .navbar-nav>li.add-listing>a:hover>span {
	color:#6a148e;
	background:#fff;
	opacity:0.8;
}
#menu .navbar-nav>li.signin>a>span {
	color:#ffce40;
}
#menu .navbar-nav>li.register>a>span {
	color:#ffce40;
	font-weight:bold;
	border:1px solid #ffce40;
	padding:10px 20px;
	border-radius:3px;
}
#menu .navbar-nav>li.register>a:hover>span {
	background:#ffce40;
	color:#6a148e;
}
#menu .navbar-form {
	margin-top: 38px;
}
#menu .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color:rgba(0,0,0,.2);
	border-radius:5px;
}
.navbar-toggle {
	margin-top:38px;
	margin-bottom:38px;
}

#content {
	min-height:650px;
	padding-top:15px;
	clear:both;
}

/* Breadcrumb*/

/* .breadcrumb {
	background:none;
	padding-left:0;
	padding-right:0;
	margin-bottom:10px;
}
.breadcrumb a {
	color:#aaa;
} */

/* Page Header */

.page-header {
	font-size:32px;
	margin-top:0;
	/*margin-bottom:30px;*/
	padding-bottom:0;
	border-bottom:none;
}
.page-header.h3 {
	font-size:22px;
}
.page-header .price {
	color:#d64521;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	font-size:28px;
}

.search-results {
	font-size:16px;
	color:gray;
}

/* Card */
.card-single {
	border:none;
	padding:15px;
	border-radius:3px;
	box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
	margin-bottom:20px;
}

/* Search Form */

/* main-search-form-wrapper */
.main-search-form-wrapper {
	margin-top:50px;
}
.main-search-form-wrapper .search-form .card {
	box-shadow: 0px 2px 12px rgba(0,0,0,0.5);
}

.search-form.main {
	padding-top:250px;
	padding-bottom:200px;
	margin-bottom:0;
	background-image: url("/img/comm_787/slideshow/7.jpg");
    background-position: center;
    background-size: cover;
	position:relative;
}
.homev2 .search-form.main {
	background-image: url("/img/comm_787/slideshow/7.jpg");
}
.homev2 .search-form.main:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.2);
}
.search-form .heading {
	text-align:center;
	margin-bottom:20px;
}
.search-form .heading h2, .search-form .heading h1 {
	font-size:42px;
	margin-top:0;
	margin-bottom:20px;
	font-weight:bold;
}
.homev2 .search-form .heading h2, .homev2 .search-form .heading h1 {
	color:#FFF;
}
.search-form .heading h3 {
	margin-top:0;
	margin-bottom:30px;
	font-size:18px;
}
.homev2 .search-form .heading h3 {
	color:#FFF;
}
/*.search-form.main .card {*/
	/*border-radius: 3px;*/
	/*padding:30px 30px 15px 30px;*/
    /*background: rgba(0,0,0,.15);*/
	/*box-shadow:none;*/
/*}*/
.search-form .card {
	border-radius: 0 0 3px 3px;
	padding:15px 15px 0 15px;
    background: #dfe3e6;
}
.main-search-form-wrapper .search-form .card {
	border-radius: 3px;
}

/* Property Listing */

.item-listing .item {
	margin-top:30px;
	margin-bottom:30px;
	overflow:hidden;
}
.item-listing .item + .item {
	border-top:1px solid #eee;
	padding-top:30px;
}
.item-listing .item .item-image {
	position:relative;
}
.item-listing .item .added-on {
	color:#999;
}
.item-listing .item .added-by {
	font-size:15px;
}
.item-listing .item .added-by-photo {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.item-listing .item .item-for {
	position:absolute;
	top:10px;
	left:0;
	background:#d64521;
	padding:5px 10px;
	color:#FFF;
}
.item-listing .item .item-price {
	color: #d64521;
    font-size: 18px;
	margin-bottom:5px;
}
.item-listing .item .item-title {
	font-size:16px;
	margin-top:0;
	height: 55px;
}
.item-listing .item .item-location {
	color:#999;
}
.item-listing .item .item-description {
	font-size:13px;
	line-height:22px;
	margin-bottom:10px;
	margin-top: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 .info {
	padding:20px;
	padding-top:10px;
}
.item-listing .item .item-details-i span {width: 100px;margin:2px 0px;display:inline-block;text-align:left;}
.item-listing .item .item-details-i span i { margin:0 4px;}

.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 .save-item {
	display:none;
	position:absolute;
	top:5px;
	right:5px;
	width:30px;
	height:30px;
	line-height:30px;
	background-color:#FFF;
	color:#999;
	text-align:center;
	border-radius:50%;
}
.item-listing.grid .item:hover .save-item {
	display:block;
}
.item-listing.grid .item .save-item:hover {
	color:#333;
}
.item-actions a {
	display:inline-block;
	margin-right:15px;
	color:#6a148e;
}

/* Filters */

#filters .panel {
	border:none;
	box-shadow:none;
	margin-bottom:0;
}
#filters .panel-default>.panel-heading {
	background-color:transparent;
}
#filters .panel .panel-title a {
	display:block;
}
#filters .panel .panel-body {
	padding-left:0;
	padding-right:0;
}

/* Buttons */

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:hover {
	outline:none;
	text-decoration:none;

}
.btn:hover {
	opacity:0.9;

}
.btn:hover, .btn:focus, .btn:active, .btn:active:hover {
	box-shadow: inset 0 0 15px rgba(0,0,0,.15);
	opacity:1;
}

.btn-link, .btn-link:focus, .btn-link:hover, .btn-link:active, .btn-link:active:hover, .btn-link:active:focus {
	color:#4396B8;
	background-color:#FFF;
}

.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
	background-color:#efb56a;
	color:#fff !important;
	border:none;
}
.btn-default {
    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: #6a148e;
	border-color:#6a148e;
	color:#fff;
}

.btn-social {
	text-align:left;
	margin-bottom:10px;
}
.btn-social .icon {
	width:30px;
	border-right:1px solid rgba(255,255,255,.3);
	margin-right:10px;
}
.btn-facebook, .btn-facebook:focus, .btn-facebook:hover, .btn-facebook:active, .btn-facebook:active:hover, .btn-facebook:active:focus {
	border-color: #294479;
    background-color: #3b5998;
	color:#FFF;
}
.btn-google, .btn-google:focus, .btn-google:hover, .btn-google:active, .btn-google:active:hover, .btn-google:active:focus {
    border-color: #d61d00;
	background-color: #da4d3f;
	color:#FFF;
}
.btn-twitter, .btn-twitter:focus, .btn-twitter:hover, .btn-twitter:active, .btn-twitter:active:hover, .btn-twitter:active:focus {
    border-color: #3899e2;
	background-color: #55acee;
	color:#FFF;
}


/* Tabs */
.nav-tabs {
	margin-bottom:15px;
}
.nav-tabs>li>a {
	border-radius: 0;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	border-radius: 0;
    border-top: 2px solid #6a148e;
}
.nav-tabs.tab-lg>li>a {
	font-size:16px;
	padding-left:30px;
	padding-right:30px;
}
.nav-tabs.tab-lg>li.active>a {
    border-top: 4px solid #6a148e;
}
.item-single .reviews .review {
 margin-bottom:20px;
}
.item-single .item-description {
	font-size:14px;
	line-height:22px;
	color:#666;
	margin-bottom: 20px;
}
.item-single .reviews .review .review-rating {
	margin-top:5px;
	margin-bottom:10px;
}
.item-single .reviews .review span.title {
	font-size: 18px;
}
.item-single .reviews .review .stay-date {
	display: block;
	color: gray;
	margin-top:5px;
}

.item-single .reviews .review .user-info .name {
	display:block;
}
.item-single .item-description ul {
	list-style:none;
	margin:0;
	padding:0;
}
.item-single .item-description ul li:before {
	width:25px;
	display: inline-block;
	text-align:left;
	color:#ccc;
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
}
.item-single .my-ecbyo-listing img {
	width:100px;
}
.item-gallery {
	margin-bottom:20px;
}
#item_images {
	margin-bottom:20px;
}
#item_thumbs .item {
	padding:3px;
	cursor:pointer;
}
#streetview iframe, #map iframe {
	width:100%;
}

/* Pagination */
/* .pagination>li>a, .pagination>li>span {
	color:#6a148e;
} */
/* 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;
}

/* Modal */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .7;
}
@media (min-width: 768px) {
.item-form .modal-dialog {
    width: 400px;
}}
.item-form .media {
	margin-top:0;
}
.item-form .media .media-heading {
	    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

/* Login */
.sign-in-or {
    position: relative;
}
.sign-in-or span {
    font-size: 24px;
    font-weight: lighter;
    position: absolute;
    left: 20px;
    top: 54px;
}

/* Pricing Table */

.pricing-column {
	font-size:16px;
    text-align: center;
	border:1px solid #ddd;
	border-radius:5px;
	color:#777;
	margin-top:30px;
	overflow:hidden;
}
.pricing-column ul {
	list-style:none;
	margin:0;
	padding:0;
}
.pricing-column ul li {
	border-bottom: 1px solid #eee;
    padding: 15px;
}
.pricing-column ul li.title {
	background-color:#eee;
	font-size:22px;
	color:#000;
	font-weight:bold;
}
.pricing-column ul li.title small {
	display:block;
	font-size:14px;
	font-weight:300;
}
.pricing-column ul li.price {
	color:#333;
	font-size:20px;
}
.pricing-column.popular {
	margin-top:0;
}
.pricing-column.popular ul li.title {
	background: #6a148e;
	color: #fff;
}

/* Error Template */

.error-template {
	margin:100px 0;
}
.error-template h1 {
	margin-bottom:50px;
}
.error-actions a {
	margin-left:5px;
	margin-right:5px;
}

@media (min-width: 992px) {
.mega {
	width:550px;
}
.mega .column {
	width:150px;
	float:left;
	margin-right:20px;
}
.mega .column .title{
	font-size:16px;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-top:15px;
	margin-bottom:15px;
}
}

/* #footer {
	padding-top:50px;
	padding-bottom:50px;
	background-color: #caf5f7;
	font-size:14px;
	line-height:22px;
	background-image: -webkit-linear-gradient(270deg, #fafbfc 0%, #eff3f6 90%);
    background-image: linear-gradient(-180deg, #caf5f7 0%,#4396B8 90%);
}
#footer ul li {
	padding:3px 0;
	font-size:15px;
}
#footer * {
	color:#082a45;
} */

/* Social Links */

.social-sharebox {
	margin-bottom:30px;
}
.social-sharebox a {
	font-size:20px;
	color:#777;
	margin-right:10px;
}

/* Feature Box */

.feature-box  {
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
}
.item-listing.grid .item {
	text-align:center;
}
.feature-box .featured-wrap {
	background-color: white;
}
.feature-box .item-listing .item .item-title, .item-listing.grid .item .item-title {
	margin:10px 0;
}
.feature-box .item-listing .item .item-details-i, .item-listing.grid .item .item-details-i {
	text-align: center;
}
.feature-box .item-listing .item .item-details-i span, .item-listing.grid .item .item-details-i span {
	text-align: center;
}
.feature-box .item-listing .item .item-contact, .item-listing.grid .item .item-contact {
	margin-top:10px;
}
.feature-box.gray {
	background-color:#f7f7f7;
}
.feature-box.blue {
	background-color:#57A2BE;
	color: #fff;
}
.feature-box .main-title {
	font-size:28px;
	margin-bottom:15px;
	line-height:34px;

}
.main-title-description {
	font-size:22px;
	font-weight:300;
	margin-bottom:30px;
}
.feature-box .image {
	margin-bottom:30px;
}
.feature-box h4 {
	font-size:22px;
	line-height:32px;
	margin-bottom:20px;
}
.feature-box .caption {
	font-size:18px;
	font-weight:300;
	margin-bottom:30px;
}
.feature-box .button {
	letter-spacing:1px;
	font-size:13px;
	text-transform:uppercase;
}
.feature-box.testimonials .item {
	margin-left:150px;
	margin-right:150px;
}
h4.title {
	margin-top:40px;
	margin-bottom:20px;
}

/* .pagination-wrapper {
	text-align:center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius:50%;
}
.pagination>li>a, .pagination>li>span {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	margin:0 3px;
	padding:0;
	border-radius:50%;
	border-color:transparent;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	width:60px;
	height:60px;
	line-height:60px;
    background-color: #6a148e;
    border-color: #6a148e;
	font-size:16px;
	font-weight:bold;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color:transparent;
	color:#000;
} */
.text-page .block img {
	border-radius: 5px;
}
.text-page .block {
	display: flex;
	margin-top:25px;
	margin-bottom:25px;
}
.text-page .block > div  {
	align-self: center;
}

#amenities .amenities-group ul { margin:0; padding:0;  }
#amenities .amenities-group ul li { list-style:none; display:inline-block;  margin:5px 10px; width:180px; vertical-align:top }
#amenities .amenities-group { margin:30px 0; }
#amenities .amenities-group span.amenities-heading { display:block; border-bottom: 1px solid #dddddd; font-weight:bold; font-size:18px;}
.main .owl-carousel .item img {
	height:500px;
	/*width:auto;*/
	/*width: 96%;*/
	margin: 0 auto;
}
#menu .logo { width: 250px; }
.sitemap ul.links {
	margin:0;
	padding: 0;
}
.sitemap ul.links li {
	list-style: none;
	padding:5px 0px;
}
.frame-wrapper {
      position: relative;
      padding-bottom: 60%; /*  */
      padding-top: 25px;
      height: 0;
  }
  .frame-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    	max-height: 600px;
  }

	.hspace-10 {
		margin: 0px 10px;
	}

	.bottom-10 {
		margin: 0px 0px 10px 0px;
	}
.navbar-brand {
	padding-top:0;
}
#list_view .item .bg-info {
	background-color: #caf5f859;
}

h4.item-title {
	font-size: 16px !important;
	line-height: 1.1 !important;
}


#home.jarallax {
	height: 800px !important;
}

@media (max-width: 740px) {

	#home.jarallax {
		height: 100%;
	}
}

@media (min-width: 800px) and (max-width: 850px) {

	#home.jarallax {
		height: 100%;
	}
}

.header-y {
	height:0px;
}

.bc {
	padding: 5px 0px 0px 0px !important;
}

.g-scale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.text-shadow {
		text-shadow: 2px 2px 4px #000000;
}

@media(max-width: 991px) {
	
	#property-overlay img {
		width: 100%;
		display:flex;
	}
	
}

@media(min-width: 992px) {
	
	#property-overlay {
		position: relative;
		min-width: 100%;
		min-height: 740px;
	}
	
	#property-overlay img {
		position: absolute;
	    right: 0;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    margin: auto auto;
	    width: 100%;
	    /*max-height: 100%;*/
	    object-fit: cover;
	    object-position: center;
	    overflow: hidden;
		display:flex;
	}
		
}



.property-thumb {

	/*width: 100%;*/
	/*display:flex;*/


}

@media(min-width: 1200px) {
	#c2v {
		margin-top:-200px;
	}
}

@media (min-width: 1650px) {
	/*.property-thumb {*/
	/*	margin-top: 0px;*/
	/*	min-width: 100%;*/
	/*	object-fit: cover !important;*/
	/*	object-position: 50% 50%;*/
	/*}*/
	
	.property-lightbox {
		max-height: 700px !important;
	}
	
	#c2v {
		margin-top:-400px;
	}
}

@media (min-width: 1800px) {
	/*.property-thumb {*/
	/*	margin-top: 0px;*/
	/*	min-width: 100%;*/
	/*	object-fit: cover !important;*/
	/*	object-position: 50% 50%;*/
	/*}*/
	
	.property-lightbox {
		max-height: 900px !important;
	}
	
}

@media (min-width: 1950px) {
	#c2v {
		margin-top:-350px;
	}
}
.property-hover {
	float: none !important;

}

.property-lightbox {
	max-height: 602px;
	overflow:hidden;
}

.property-specs {
	font-weight: 600 !important;
}

.nav-gradient {

	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

}

.stickClazz {
	width: 100%;
	max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.sticky {
		display: unset !important;
	}
}

#property-card-up {
	height: 52px !important;
}

.breadcrumb {
	padding: .5rem 1rem 0rem 1rem !important;
}

.nav-text-shadow {
	text-shadow: 1px 1px 2px #000000;
}

#home-nav {
	box-shadow: unset !important;
}

body.modal-open {
	/*position: fixed;*/
}

.font-weight-100 {
	font-weight: 100 !important;
}

.font-weight-200 {
	font-weight: 200 !important;
}

.font-weight-300 {
	font-weight: 300 !important;
}

.font-weight-400 {
	font-weight: 400 !important;
}

.font-weight-500 {
	font-weight: 500 !important;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.font-weight-700 {
	font-weight: 700 !important;
}

.font-weight-800 {
	font-weight: 800 !important;
}

.font-weight-900 {
	font-weight: 900 !important;
}

.yelp-image {
	min-height:250px;
	overflow-x:hidden;
}

.yelp-image-overlay {
	max-height:250px;
	overflow:hidden;
}

.yelp-keywords {
	font-size: 12px !important;
}

.property-card-heading {
	min-height:40px !important;
}

.property-card-padding {
	padding-right:14px !important;
}

.footer-map {
	height: 300px;
	margin-bottom: -24px;
}

.header-background {
	background-color: #E9ECEF !important;
}

.street-map {
	height: 500px;
}

.accordion-col {
	padding: 0px 0px !important;
}

.text-black {
	color: #000;
}

.img-logo {
	max-width: 300px !important;
	width: 100% !important;
}

.body-background {
	background-color: #f5f5f5 !important;
}

.click-image-mobile {
	margin-top: -60px;
	padding-bottom:10px;
}

.margin-top-minus-100 {
	margin-top: -100px;
}

.bg-white {
	background-color: #fff !important;
}

.font-16 {
	font-size: 16px !important;
}

.max-w-60 {
	max-width: 60px !important;
}

.img-avatar {
	max-width:110px !important;
	max-height:110px !important;
	width:100% !important;
	height:110px !important;
}

.h-99 {
	height: 100px !important;
}

.navbar-toggler{
	color: #fff !important;
}

@media (min-width: 768px) {

	#footer {

			bottom:0;
			width:100%;
	}

}

.avatar-adjust {
	border: unset !important;
}

.card-about {
	min-height: 400px !important;
}

.hr-text { width:100%; text-align:center; border-bottom: 1px solid #ced4da; line-height:0.1em; margin:10px 0 20px; }
.hr-text span { background:#fff; padding:0 10px; }


/* Blog Timeline */
@media (max-width: 1025px) {
    .stepper.timeline-images li {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; } }

  .stepper.timeline-images li a {
    padding: 0px;
    left: 50%; }
    @media (max-width: 450px) {
      .stepper.timeline-images li a {
        left: 6%; } }
    @media (min-width: 451px) and (max-width: 1025px) {
      .stepper.timeline-images li a {
        left: 6%; } }
    .stepper.timeline-images li a .circle {
      margin-top: 0.9rem;
      width: 23px;
      height: 23px;
      line-height: 23px;
      font-size: 1em;
      text-align: center;
      position: absolute;
      top: 16px;
      margin-left: -12px;
      background-color: #ccc;
      z-index: 2; }

  .stepper.timeline-images li .step-content {
    width: 45%;
    float: left;
    border-radius: 2px;
    position: relative; }
    .stepper.timeline-images li .step-content.hoverable {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    .stepper.timeline-images li .step-content.hoverable:hover {
      box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    @media (max-width: 450px) {
      .stepper.timeline-images li .step-content {
        width: 80%;
        left: 3rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: right; } }
    @media (min-width: 451px) and (max-width: 1025px) {
      .stepper.timeline-images li .step-content {
        width: 85%;
        left: 3rem;
        margin-right: 3rem;
        margin-bottom: 2rem;
        float: right; } }

  .stepper.timeline-images li.timeline-inverted {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .stepper.timeline-images li.timeline-inverted .step-content {
      float: right; }

  .stepper.stepper-vertical.timeline-images li:not(:last-child):after {
    content: " ";
    position: absolute;
    width: 2px;
    background-color: #26c6da;
    left: 50%;
    top: 32px;
    height: 100%;
    margin-left: -1.5px; }
    @media (max-width: 450px) {
      .stepper.stepper-vertical.timeline-images li:not(:last-child):after {
        left: 6%; } }
    @media (min-width: 451px) and (max-width: 1025px) {
      .stepper.stepper-vertical.timeline-images li:not(:last-child):after {
        left: 6%; } }

				/* End of Blog Timeline */

	#cal-updates .input-group-text {
      background-color: unset !important;
      border: 1px solid #777 !important;
      border-left: unset !important;
      /*border-right: unset !important;*/
      /*border-radius: unset !important;*/
      
    }
    
    #cal-updates .form-control {
    	border: 1px solid #777 !important;
    	border-radius: unset !important;
    	border-right: unset !important;
    }
    
    #cal-updates ::placeholder {
    	color: #777 !important;
    	opacity: .4 !important;
    }
    
    #cal-updates .left-date {
    	border-top-left-radius: 3px !important;
    	border-bottom-left-radius: 3px !important;
    	padding: 10px !important;
    }
    
    #cal-updates .left-cal-icon {
    	border-right: unset !important;
    }
    
    #cal-updates .form-control[readonly] {
    	background-color: unset !important;
    }
    
    /*.picker__weekday-display {*/
    /*	background-color: #000 !important;*/
    /*}*/
    
    .picker__date-display {
    	background-color: #595959 !important;
    }
    
    .max-w-60 {
    	max-width: 60px !important;
    }
    
    .btn-round {
    	border-radius: 6px;
    }
    
    .btn-inquiry {
	    padding: 14px 40px 16px !important;
		font-size: 20px !important;
		text-transform: unset !important;
    }
    
    .search-home .home-search {
    	background-color:rgba(0, 0, 0, 0.5);
    	border-radius: 5px;
    }
    
    .search-home button {
    	text-transform: unset;
    	font-weight: 600;
    	font-size: .9rem !important;
    	border-radius: 5px;
    }
    
    @media (max-width: 768px) {
    	.form-inline .form-control {
    display: block;
    width: 100%;
    vertical-align: middle;
}
    }
    
    .cta-button:hover, .book-button:hover, .reg-button:hover {
    	color: #fff;
    }
    
    
    .home-search .date-input, .home-search .datepicker {
    	border: 0px 0px 1px 0px !important;
    }
    
    .home-search .form-control:disabled, .home-search .form-control[readonly] {
    	background-color: #fff;
    	
    }
    
    .stepper.stepper-vertical.timeline-images li:not(:last-child):after {
	  background-color: #2E2E2E;
	}
	
	.tiny-content h1,
	.tiny-content h2,
	.tiny-content h3,
	.tiny-content h4,
	.tiny-content h5,
	.tiny-content h6 {
		font-weight: 700;
	}
	
	.body-home .navbar {
		padding: 0rem 1rem;
	}
	
	.body-home .navbar-brand img {
		padding: 5px 0px 0px 0px;
	}
	
	@media (max-width: 768px) {
    	.navbar-brand img {
    		width: 100%;
    		height: auto;
    		max-width: 200px;
    	}
    }
	
	.mobile-cta .btn {
		box-shadow: unset;
		-webkit-box-shadow: unset;
		border-radius: 0px;
	}
	
	.blog-link {
		padding: unset !important;
		left: unset !important;
	}
	
	.property-image {
		position: relative;
   		width: 100%;
   		padding-top: 66.66%; /* 3:2 Aspect Ratio */
   		overflow: hidden;
	}
	
	.property-image img {
		position:  absolute;
	  	top: 0;
	  	left: 0;
	  	bottom: 0;
	  	right: 0;
	}
	
	.activity-image {
		position: relative;
   		width: 100%;
   		padding-top: 66.66%; /* 3:2 Aspect Ratio */
	}
	
	.activity-image img {
		position:  absolute;
	  	top: 0;
	  	left: 0;
	  	bottom: 0;
	  	right: 0;
	}
	
	/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      #map {
        height: 425px;
      }
      /* Optional: Makes the sample page fill the window. */
      html, body {
        height: 100%;
        margin: 0;
        /*padding: 19px 0 0;*/
      }
      
      .page-body {
      	padding: 19px 0 0;
      }
      
      
      .center-captcha {
      	display: inline-block;
      }
      
      
    #g-recaptcha-response {
	    display: block !important;
	    position: absolute;
	    margin: -78px 0 0 0 !important;
	    width: 302px !important;
	    height: 76px !important;
	    z-index: -999999;
	    opacity: 0;
	}
	
	.owner-reply p {
	  max-width: 100%;
	  word-wrap: break-word;
	  margin-bottom: 12px;
	  line-height: 24px;
	  position:relative;
		padding:10px 20px;
		border-radius:25px;
		  
		  &:before, &:after {
		    content:"";
			position:absolute;
		    bottom:-2px;
		    height:20px;
	  }
	}
	
	.owner-reply p:before, .owner-reply p:after {
		content:"";
			position:absolute;
		    bottom:-2px;
		    height:20px;
	}
	
	.from-me {
		color:white; 
		background:#0B93F6;
		align-self: flex-end;
			
		&:before {
			right:-7px;
			border-right:20px solid #0B93F6;
			border-bottom-left-radius: 16px 14px;
			transform:translate(0, -2px);
		}
	
		&:after {
			right:-56px;
			width:26px;
			background:white;
			border-bottom-left-radius: 10px;
			transform:translate(-30px, -2px);
		}
		
	}
	
	.from-me:before {
		right:-7px;
			border-right:20px solid #0B93F6;
			border-bottom-left-radius: 16px 14px;
			transform:translate(0, -2px);
	}
	
	.from-me:after {
		
		right:-56px;
		width:26px;
		background:white;
		border-bottom-left-radius: 10px;
		transform:translate(-30px, -2px);
	}
	
	.text-elegant {
		color: #212529;
	}
	
	/** {*/
	/*	outline: 1px solid red;*/
	/*}*/
	
	#home-nav .dropdown .dropdown-menu .dropdown-item:hover {
		background-color: #a1a1a1;
	}
	
	#page-nav .dropdown .dropdown-menu .dropdown-item:hover {
		background-color: #a1a1a1;
	}
	
	.picker__box .picker__header .picker__nav--next:before, .picker__box .picker__header .picker__nav--prev:before {
		font-family: "Font Awesome 5 Pro";
	}

	.booked-date {
		background-color: #C9D1DB;
	}

	.booked-turnover {
		background-color: #C9D1DB !important;
	}

	.booked-start {
		background: linear-gradient(to bottom right, transparent 49.5%, #C9D1DB 50.5%);
  		color: #fff;
	}

	.booked-end {
		background: linear-gradient(to bottom right, #C9D1DB 49.5%, transparent 50.5%);
  		color: #fff;
	}

	#masterCalendar .property-info {
		border-radius: 30px !important;
		box-shadow: 1px 1px 3px #a1a1a1;
		border: unset;
		border-spacing: 3em 3em;
	}

	#masterCalendar .currentMonth {
		border-radius: 30px !important;
		box-shadow: 1px 1px 3px #a1a1a1;
		border: unset;
	}

	#masterCalendar table {
        
		border-collapse: separate;
		border-spacing: .5em 1em;
		width: 100%;
	}

	#masterCalendar td, #masterCalendar th {
		/* border: 1px solid #dddddd; */
		text-align: left;
		padding: 8px;
	}
	#masterCalendar th
	{
	
	}
	#masterCalendar th:first-child, #masterCalendar td:first-child
	{
	position:sticky;
	position: -webkit-sticky;
	left: -1px;
	background-color: #fff;
	z-index:99;
	padding: 10px;
	/* border: 1px solid #dddddd; */
	
	}

	#masterCalendar th:not(:first-child), #masterCalendar td:not(:first-child)
	{
	
		/* max-height: 30px !important;
		max-width: 30px !important; */
	/* padding: 5px; */
	/* border: 1px solid #dddddd; */
	
	}

	#masterCalendar td:first-child
	{
		/* background-color: #fff; */
	}

	#masterCalendar td {
		min-width: 45px;
	}

	.blocked-date-end
	{
		background: linear-gradient(to bottom right, #f5f5f5 49.5%, transparent 50.5%) !important;
	}
	.blocked-date-start
	{
		background: linear-gradient(to bottom right, transparent 49.5%, #f5f5f5 50.5%) !important;
	}
	.picker__day--selected	
	{
		background: #4285f4 !important;
	}

	.i-menu a
	{
	    color: grey !important;
	}

	/* NAVBAR */
	.i-navbar .nav-link, .i-navbar .dropdown-menu a{
		font-size: 16.5px;
		font-family: Lato,sans-serif;
		text-transform: uppercase;
		color: #0072a3;
		letter-spacing: .03em;
		display: block;
		padding: 15px;
		font-weight: 400;
	  }
  
	  .i-navbar .dropdown-menu a {
		color: white !important;
	  }
  
	  .dropdown:hover .dropdown-menu{
		  display: block;
	  }  
  
	  .dropdown .dropdown-menu
	  {
		padding: 10px 0px 5px 0px;
		text-align: center;
	  }
  
	  .i-navbar .dropdown-item
	  {
		white-space: normal !important;
	  }
  
	  .i-navbar .nav-link
	  {
		text-align: center;
	  }
  
	  .i-w-11
	  {
		width: 100%;
	  }
  
	  .i-w-16
	  {
		width: 100%;
	  }
  
	  /* LG */
	  @media (min-width: 992px) {
		.i-w-11
		{
		  width: 11%;
		}
  
		.i-w-16
		{
		  width: 16%;
		}
	  }
  
	  .dropdown-menu{
		  margin-top: 0;
	  }

	  ._ljad0a {
		background-color: rgb(255, 255, 255) !important;
		border: 1px solid rgb(221, 221, 221) !important;
		border-radius: 24px !important;
		transition: box-shadow 0.2s ease 0s !important;
	}

	._b2fxuo {
		background: transparent none repeat scroll 0% 0% !important;
		border: 1px solid transparent !important;
		cursor: pointer !important;
		margin: -3px !important;
		outline: currentcolor none medium !important;
		padding: 0px !important;
		text-align: inherit !important;
		align-items: center !important;
		height: 48px !important;
		min-width: 0px !important;
	}
	._1g5ss3l {
		font-size: 14px !important;
		line-height: 18px !important;
		flex: 1 1 auto !important;
		min-width: 0px !important;
	}

	._i8zuk7 {
		background-color: rgb(255, 56, 92) !important;
		border-radius: 50% !important;
		color: rgb(255, 255, 255) !important;
		height: 32px !important;
		padding: 10px !important;
		width: 32px !important;
	}

	._ljad0a:hover
	{
		box-shadow: 0px 3px 8px -2px;
	}