/*
--------------------------------------
OBJECTS
--------------------------------------
*/


.object {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;

  	border: 0px solid #fff;
	margin: 10px 0px 35px;
	margin-top: 0px;
	min-height: 200px;
	border-radius: 5px !important;
	background: #fff;
	z-index: 9;
	padding: 0 0 90px 0;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

/*
.objects-carousel .object {
	padding: 1rem;
}
*/

.object:hover {
		
}


.object:before {
	position: absolute;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	background: #fff;
	border-radius: 5px;
	content:'';
	opacity: 0;
	z-index: 0;
	visibility: visible;
	box-shadow: 0 1px 1px rgba(0,0,0,0.04), 
              0 2px 2px rgba(0,0,0,0.04), 
              0 4px 4px rgba(0,0,0,0.04), 
              0 6px 8px rgba(0,0,0,0.04),
              0 8px 16px rgba(0,0,0,0.04);
	 -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.object:hover:before {

	opacity: .8;
	visibility: visible;

}



.object .object-image {
	position: relative;
	display: block;
	z-index: 1;
	background-size: cover;
	margin: 0;
	padding: 5px;
	
}

.object .object-image a {
	display: block;

}
.object .object-image img {
	width: 100%;
	border-radius: 2px 2px 0 0;
  	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.object .object-image .object-label {
	position: absolute;
	top: 15px;
	left: -5px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding: 10px 13px;
	border-radius: 2px;
	z-index: 3;
}

/* Badge */
.object .object-badge {
	position: absolute;
	top: 10px;
	right:-5px;
	padding-top: 15px;
	width: 100px;
	height: 100px;
	border-radius: 200px;
	text-align: center;
	line-height: 1;
	color: #fff;
	z-index: 88;
	transform: rotate(12deg)
}
.object .object-badge-intro {
	font-size: 1rem;
	line-height: 1;
}
.object .object-badge-intro.striped {
	text-decoration: line-through;
}

.object .object-badge-title {
	font-size: 2.2rem;
	font-weight: 700;
	display: block;
	line-height: 1;
	padding: 0px 0;
}
.object .object-badge-info {

}
.object .object-image-info {
	position: absolute;
	bottom: 0rem;
	left: 0rem;
	width: 100%;
	padding: 0 0 0.5rem 1rem;
	z-index: 1;
}
.object .object-image-info:before {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 140%;
	content: '';
	z-index: -1;

	background: -moz-linear-gradient(top,  rgba(17,27,53,0) 0%, rgba(17,27,53,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(17,27,53,0) 0%,rgba(17,27,53,1) 100%);
	background: linear-gradient(to bottom,  rgba(17,27,53,0) 0%,rgba(17,27,53,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111b35', endColorstr='#111b35',GradientType=0 );
}

.object .object-image-info a {
	color: #fff;
}
.object .object-image-info a:hover {
	color: #1d8af0;
}
.object .object-image-price {
	
	position: absolute;
	bottom: 0px;
	right:0;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	color: #fff;
	padding: 20px;
	border-radius: 0px;
	line-height: 1;
	z-index: 7;
	background: transparent;
	text-align: right;
}
.object  .object-image-price .from {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: line-through;
	line-height: 1;
	opacity: 0.7;
}
.object  .object-image-price .price {
	
	font-size: 1.4rem;
	font-weight: 700;
	margin-left: 10px;
	line-height: 1;
}


.object .object-section {
	position: relative;
	display: block;
	text-align: left !important;
	padding:15px 15px 15px 15px;
	font-size: 16px;
	letter-spacing: 0px;
	width: 100%;
	z-index: 2;
}
.object .object-section.center {
	text-align: center !important;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-bottom: 4.5em;
}
.object .object-section .object-title {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0em 0rem;
	margin: 0px;
	letter-spacing: 0px;
	color: #000;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.object .object-section a:hover .object-title {
	color: #1d8af0;
}
.object .object-section .object-title.title-small {
	font-size: 1.2rem;
}

.object .object-section .object-subtitle {
	display: block;
	position: relative;
	padding-top: 7px;
	color: #151416
}
.object-info {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}

.object .object-section .object-description {
	display: block;
	padding-top: 4px;
/* 	color: #9e9c9a; */
}

/* USP Listing */
.object .object-usp-list {
	margin:0;
	padding: 0.5rem 0rem 0;
	display: block;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
.object .object-usp-list li {
	display: block;
	position: relative;
	padding: 3px 0 3px;
	padding-left: 1rem;
	line-height: 1.2;
}

.object .object-usp-list li:before {
	position: absolute;
	top:5px;
	left:0;
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	speak: none;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: '\f054';
	opacity: 1;
	font-size: 0.66rem;
	color: #1d8af0;
}

/* Description List */
.object .object-description-list {
	margin:0;
	padding: 0rem 0rem 0;
	display: block;
	font-size: 1rem;
	position: relative;
	z-index: 2;
}
.object .object-description-list li {
	color: #9da6bb;
	display: block;
/* 	border-top: 1px solid rgba(0, 0, 0, 0.06); */
}
.object .object-description-list li .option {
	display: inline-block;
	width: 25%;
}
.object .object-description-list li .value {
	display: inline-block;
}

/* Description Tags */
.object .object-description-tags {
	margin:0;
	padding: 1rem 0rem 0;
	display: block;
	font-size: 0.66rem;
	position: relative;
	z-index: 2;
}
.object .object-description-tags li {
	display: inline-block;
}
.object .object-description-tags li a {
	display: inline-block;
	padding: 5px 8px 4px;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	background-color: #9da6bb;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.object .object-footer {
	position: absolute;
	bottom:0;

	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	padding: 10px 15px;
	z-index: 3;
}
.object  .object-button {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* Footer Price */

.object .object-footer-price {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row-reverse;
	padding: 1rem 0rem;
	border-radius: 0px;
	z-index: 3;
	background: transparent;
	color: #151416;
}

.object .object-footer-price .from {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: line-through;
	line-height: 1;
	opacity: 0.5;
	margin-left: 10px;
}
.object  .object-footer-price .price {
	
	font-size: 18px;
	font-weight: 700;
	margin-left: 0px;
	line-height: 1;
}
.object  .object-footer-price .price span {
	font-size: 14px;
	font-weight: 400;

}

/* Footer Info */
.has-tip {
	outline: 0 !important;
}

	@media (max-width: 1100px) {
		
		.object .object-section {
			padding:1.2rem 1rem 1rem 1rem;
		}
		.object .object-section .object-title {
			font-size: 1.2rem;	
		}
		.object .object-description-tags li a {
			display: inline-block;
			padding: 3px 5px;
			font-size: .56rem;
		}
		
	}



/* OBJECT LISTING */

.object.wide {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;

	border: 1px solid rgba(0, 0, 0, 0.11);
	margin: 10px 0px 15px;
	margin-top: 0px;
	min-height: 160px;
	border-radius: 5px !important;
	background: #fff;
	z-index: 9;
	padding: 0px;
}
.object.wide:before {
	
	
}
.object.wide .object-image {
	flex-shrink: 1;
	width: 360px;
}
.object.wide .object-image img {
	border-radius: 2px;
}
.object.wide .object-image .object-label {
	left: -10px;
}
.object.wide .object-section {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	flex-basis: 700px;

	text-align: left !important;
	padding: 15px 15px 15px 30px;
	font-size: 16px;

	z-index: 2;
}
.object.wide .object-section .object-description {
	flex-grow: 2;
}
.object.wide .object-section .object-title {
	font-size: 24px;
}
.object.wide .object-section .object-buttons {
	
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0;
}
.object.wide .object-buttons .object-button {

	margin: 0 0 5px;
	
	/* flex-grow: 2;
	margin-right: 20px; */
}
.object.wide .object-footer {
	position: relative;
	flex-basis: 280px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: column;
	flex-shrink: 2;
	padding: 15px 20px;
	flex-shrink: 0;

	text-align: right;

	
	border-left: 1px solid rgba(0, 0, 0, 0.11);
}

.rental-steps-content .object.wide:before {
	/* opacity: 0; */
	box-shadow: none;
}
.rental-steps-content .object.wide:hover:before {
	opacity: 0.4;
	
}
.rental-steps-content .object.wide .object-footer {
	position: relative;
	flex-basis: 200px;
}
.rental-steps-content .object.wide .object-section {
	padding: 10px 15px 0 15px;
}
.rental-steps-content .object.wide .object-section .object-title {
	font-size: 18px;
}

	@media (max-width: 640px) {
		.object.wide {
			position: relative;
			width: 100%;
			display: flex;
			align-items: flex-start;
			justify-content: space-between;
			flex-direction: column;
			align-items: stretch;
		
			/* border: 1px solid rgba(0, 0, 0, 0.11); */
			margin: 10px 0px 15px;
			margin-top: 0px;
			min-height: 100px;
			border-radius: 0px !important;
			background: #fff;
			z-index: 9;
			padding: 0px;
		}
		.object.wide .object-image {
			flex-shrink: 0;
			width: 100%;
		}
		.object.wide .object-section {
			padding: 15px 15px;
			flex-basis: auto;
		}
		.object.wide .object-section .object-title {
			font-size: 18px;
		}
		.object.wide .object-footer {
			flex-basis: auto;
			flex-direction: row;
			padding: 5px 10px 8px;
		}
		.rental-steps-content .object.wide .object-footer {
			position: relative;
			flex-basis: auto;
			flex-direction: column;
		}
		.rental-steps-content .object.wide .object-section {
			padding: 15px 15px;
			flex-basis: auto;
		}
		.object.wide .object-buttons .object-button {
			margin: 0 0 0px;
		}
		.object-button.more {
			display: none;
		}
	}	

/* Reviews (Ratings) */
.object-reviews {
	position: relative;
	display: inline-block;
	left:-2px;
	padding-top: 3px;
}
.object-rating-stars,
.object-rating-stars label::before {
  display: inline-block;
  margin:0;
}
.object-rating-stars label:hover,
.javesta-rating-stars label:hover ~ label {
	color: #ffae00;
	margin:0;
}
.object-rating-stars * {
  margin: 0;
  padding: 0;
}
.object-rating-stars input {
  display: none;
}
 
.object-rating-stars {
  unicode-bidi: bidi-override;
  direction: rtl;
}
 
.object-rating-stars label {
	color: #d0d0d0;
	margin:0;
}
 
.object-rating-stars label::before {
  content: "\2605";
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
 
.object-rating-stars input:checked ~ label {
  color: #ffae00;
}
 
.object-rating-disabled {
  opacity: .50;  
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
.object-rating-amount {
	position: relative;
	top:-2px;
	font-size: 0.76rem;
	display: inline-block;
	margin-left: 5px;
	line-height: 1;
}

/* Larger */
.object-reviews.larger {
	padding-top: 10px;
}
.object-reviews.larger .object-rating-stars label::before {
  content: "\2605";
  width: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
}
.object-reviews.larger .object-rating-amount {
	position: relative;
	top:-4px;
	font-size: 0.96rem;
	display: inline-block;
	margin-left: 5px;
	line-height: 1;
}


/* Pagination */
.pagination-wrapper {
	padding: 1.5rem 1rem 0.5rem 1rem;
}



/*
------------------------------------------
OBJECT DETAIL
------------------------------------------ */

.object-cover-slider-wrapper {
	display: block;
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	position: relative;
}

.object-cover-slide {
	position: relative;
}

.cover-size-max {
	max-width: 1440px;
	margin: auto;
}


.cover-height-small .object-cover-slide {
	height: 300px !important;
}
.cover-height-medium .object-cover-slide {
	min-height: 440px !important;
	height: 50vh !important;
	max-height: 460px !important;
}
.cover-height-large .object-cover-slide {
	min-height: 600px !important;
	height: 70vh !important;
}
.cover-height-huge .object-cover-slide {
	min-height: 600px !important;
	height: 90vh !important;
}
.cover-height-full .object-cover-slide {
	min-height: 700px;
	height: 100vh !important;
	max-height: 800px !important;
}

.object-cover-slide:after  {
	display: none;
}

.object-cover-info {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding-left: 1rem;
}
.object-cover-info .gallery-item.button {
	display: inline-block;
}
.object-cover-info .gallery-item.button:after {
	display:none;
}



.object-detail-wrapper {
	padding: 20px 0rem;
}

.object-action-buttons {
	padding: 1.4rem 4.5rem;
}
.object-action-buttons .button i {
	position: relative;
	color: #00a19a;
	margin-right: 5px;
}
.favorite-button {
	border: 1px solid #fff !important;
}
.favorite-button.is-active,
.favorite-button.is-active:hover {
	border-color: #3fdc95 !important;
}
.favorite-info {
	padding: 5px;
	display: block;
	font-size: 12px;
	text-align: center;
}



.object-detail-cover {
	position: relative;
	padding: 20px 0 100px;
}

/* Object Heading */ 
.object-detail-heading-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-right: 2rem;
}
.object-detail-heading {
	padding: 1rem 0;
	max-width: 70%;
}
.object-detail-heading .goback-link {
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.1) !important;
	color:#fff;
}
.object-detail-heading .goback-link:hover {
	background: rgba(0, 0, 0, 0.2) !important;
}
.object-detail-heading-intro {
	display: block;
	font-size: 18px;
	padding-left: 2px;
}



.object-detail-title {
	font-size: 2.750rem;
	font-weight: 700;
}
.object-detail-subtitle {
	font-size: 1.250rem;
	font-weight: 600;
}
.object-detail-images {
	position: relative;
	margin-top: -80px !important;
}
#stickyheading .object-detail-title {
	padding-top: 10px;
	font-size: 1.8rem;	
}
.object-detail-info {
	padding: 20px;
	border-radius: 5px;
	color: #191f34;
	font-size: 18px;
	background: #fff;
}
.object-detail-lead {
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 400;
	margin-right: 20px;
}
.object-detail-lead i {
	position: relative;
	top: 1px;		
}
.object-detail-price-wrapper {
	display: block;
	text-align: right;
	padding-top:0.4rem;
	padding-right: 0.3rem;
}
#stickyheading .object-detail-price-wrapper {
	padding-right: 2rem;	
}

.object-detail-price {
	margin-bottom: 1.4rem;
	display: flex;
	flex-direction: column;

}
.object-detail-price .from {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	text-decoration: line-through;
	line-height: 1;
	opacity: 0.7;
}
.object-detail-price .price {
	font-size: 1.8rem;
	font-weight: 700;
	margin-left: 0px;
	line-height: 1;
}

#object-detail-one-column .object-detail-price .from {
	display: block;
	font-size: 1.4rem;
	margin: 5px 0 10px;
}

.object-detail-price-wrapper .button {
	margin-left: 4px;
}


.object-detail-price-info {
	display: block;
	font-size: 0.86rem;
}
.object-detail-url {
	display: block;
	padding-bottom: 1rem;
}

	@media (max-width: 970px) {
		
		.object-detail-heading {
			padding: 1rem 0 0;
		}
		.object-detail-heading .goback-link {
			margin-bottom: 20px;
		}
		.object-detail-heading-intro {
			font-size: 16px;
			padding-left: 2px;
		}
		.object-detail-title {
			font-size: 2.2rem;
		}
		.object-detail-subtitle {
			font-size: 1.250rem;
			font-weight: 400;
		}
		
	}
	@media (max-width: 640px) {
		.object-detail-cover {
			
		}
		.object-detail-heading-wrapper {
			display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			flex-direction: column;
			padding-right: 0;
		}
		.object-detail-price-wrapper {
			text-align: left;
		}
		.object-detail-heading-intro {
			font-size: 14px;
			padding-left: 2px;
			margin-bottom: 10px;
		}
		.object-detail-title {
			font-size: 1.8rem;
		}
		.object-detail-subtitle {
			font-size: 1rem;
			font-weight: 400;
		}
		.object-detail-price {
			margin-bottom: 0rem;
		}
		.object-detail-price .price {
			font-size: 20px;
		}
		.object-detail-images {
		
			position: relative;
			margin-top: -80px !important;
			max-width: 94%;
			margin-left: 3% !important;
		}
		.object-detail-images .slick-arrow {
			display: none !important;
		}
	}

.object-detail-images {
	display: block;
}
.object-detail-image {
	margin-bottom: 30px
}
.photo-gallery .show-more .gallery-item:after {
	display: none;
}
.photo-gallery .show-more span {
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right:0;
	background: rgba(29, 138, 240, 0.7);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 0 0px
}

/* Detail USP's */
.object-detail-usp {
	padding: 10px 20px 0px
}
.object-detail-usp ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin:0;
}
.object-detail-usp ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 20px;
	font-size: 15px;
}
.object-detail-usp ul li i {
	line-height: 1;
	margin-right: 15px;
	width: 30px;
}
.object-detail-usp ul li i::before {
	margin:0;
	font-size: 26px;
	line-height: 1.2;
}
.object-detail-usp ul li .object-detail-usp-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1.2;
}
.object-detail-usp ul li .option {
	font-weight: 700;
}
.object-detail-usp ul li .value {
	
}

@media (max-width: 640px) {
	.object-detail-usp {
		padding: 10px 0 0px
	}
	.object-detail-usp ul {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin:0;
		flex-wrap: wrap;
	}
	.object-detail-usp ul li {
		width: 50%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		margin-right: 0px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.object-detail-usp ul li i {
		line-height: 1;
		margin-right: 15px;
		
		width: 20px;
	}
	.object-detail-usp ul li i::before {
		margin:0;
		font-size: 18px;
		line-height: 1;
	}
}


/* Extra */

.object-gallery-extra {
	display: block;
	border-bottom: 2px solid rgba(0, 0, 0, 0.09);
	
}
.object-gallery-extra ul {
	margin:0;
	padding:0;
	display: block;
}
.object-gallery-extra ul li {
	display: inline-block;
	padding: 0.4rem 0;
}
.object-gallery-extra ul li a {
	display: inline-block;
	padding: 0.5rem 1rem 0.5rem 1rem;
	font-size: 0.86rem;
	font-weight: 700;
	color: #000;
	border-radius: 3px;
}
.object-gallery-extra ul li a:hover {
	background-color: rgba(0, 0, 0, 0.04);	
}
.object-gallery-extra ul li a span {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}
.object-gallery-extra ul li a i {
	position: relative;
	top:3px;
	font-size: 1.1rem;
	margin-right: 5px;
	color: #00a19a;
}


/* Sticky Magellan Navigation */
#object-nav {
	margin: 1rem 0;
	padding: 0 ;
}
#object-nav .sticky {
	padding: 1rem 1rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.11);
	background: #fff;
	/* border-radius: 0 0 5px 5px; */
}
#object-nav .menu a {
	position: relative;
	font-weight: 700;
	color: #151416;
	background: rgba(0, 0, 0, 0);
	border: 0;
	padding: 1rem 0rem;
	margin-right: 2rem;
	border-radius: 3px;
}
#object-nav .menu a:hover {
	border-color: rgba(0, 0, 0, .2);
}
#object-nav .menu a:after {
	position: absolute;
	left:0;
	bottom: -1px;
	content:'';
	width: 100%;
	height: 4px;
	background: #1d8af0;
	opacity: 0;	
}
#object-nav .menu a.is-active {
	font-weight: 700;
	color: #151416;
}
#object-nav .menu a.is-active:after {
	opacity: 1;
}
	
	@media (max-width: 970px) {
		#object-nav {
			margin: 1rem 0;
			padding: 0 0rem ;
		}
		#object-nav .sticky {
			padding: 1rem 0rem 0;
			overflow: hidden;
			overflow-x: scroll;
			white-space: nowrap;
			-webkit-overflow-scrolling: touch;
		}
		#object-nav .menu a {
			font-size: 14px;
		}
	}



.object-detail-section {
	display: block;
	padding: 1rem;

}
.object-detail-section-title {
	font-size: 1.4rem;
	font-weight: 900;
}
.object-detail-description p {
	font-size: 16px;
}
.object-detail-description .peak {
	position: relative;

	overflow: hidden;
	 -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  
  text-overflow: ellipsis;
	padding-bottom: 0rem;
}
.object-detail-description .the-rest {
	visibility: hidden;
	opacity: 0;
	display: none;
}

/*
.object-detail-description:after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	content: '';
	z-index: 8;
}
*/

.plus-more {
	
	display: block;

	font-weight: 700;
	z-index: 9;
	margin-bottom: 5px;
	font-size: 0.96rem;
	margin-top: 10px;
}
.plus-more span.less {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.plus-more span {
	
}
.object-detail-description.expanded .the-rest {
	visibility: visible;
	opacity: 1;
	display: block;
}
.object-detail-description.expanded .plus-more span.more {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.object-detail-description.expanded .plus-more span.less {
	visibility: visible;
	opacity: 1;
	display: block;
}

@media (max-width: 970px) {
	.object-detail-section {
		display: block;
		padding: 1rem 0;
	}
	.object-detail-description p {
		font-size: 14px;
	}
}


/* Specifications */
.object-specs-wrapper {
	display: block;
	padding-bottom: 2rem;
	padding-top: 1rem;
	clear: left;
}
.object-specs-title {
	font-weight: 700;
	font-size: 0.96rem;
}
.object-specs-list dt,
.object-specs-list dd {
	font-size: 0.86rem;
	font-weight: 400;
	padding: 0.6rem 0 0.6rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	margin-bottom: 0rem;
}
.object-specs-list dt:first-of-type,
.object-specs-list dd:first-of-type {
	border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.object-specs-list dt {
	float: left;
	width: 33.333%;
	clear: left;
}
.object-specs-list dd {
	float: left;
	width: 66.666%;
	color: #000;
}

/* Energy label */
.energy-label {
	display: inline-block;
	padding: 0.3rem 1rem;
	color: #fff;
	font-size: 1rem;
}
.energy-label span {
	font-size: 70%;
}
.label-c {
	background-color: #58b82f;
}


/* Information Table */

.table-info {
	
	color: #000;
}
.table-info th.table-cell-header {
	vertical-align: top;
	text-align: left;
	padding-left: 2rem;
}
.table-info td.table-cell {
	padding-right: 2rem;
}
.table-info tbody th, table tbody td {
	padding-top: 1rem;
}

.table-info tbody tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.04)
}
table-info.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: rgba(0, 0, 0, 0.06)
}
	
	@media (max-width: 970px) {
			
		.table-info tbody th, table tbody td {
			padding: 3px 10px;
		}
		.table-buttons {
			padding-bottom: 10px;
		}
		.booking-label {
			font-weight: 700;
			margin: 0 5px;
		}
	}

/* Object Sidebar */

#object-sidebar {
	padding-top: 0rem;
}

.object-sidebar-section {
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	padding: 20px;
	margin-bottom: 20px;
	/* background: rgba(69, 118, 215, 0.04); */
}

.object-sidebar-section img {
	width: 100%;
}

#object-sidebar .object-detail-price-wrapper {
	display: block;
	text-align: right;
	padding:0.5rem 1rem 2rem;
}


.object-owner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
}
.object-owner .object-owner-image {
	width: 25%;
	display: block;


}
.object-owner .object-owner-image img  {
	border-radius: 100%;
	

}
.object-owner .object-owner-info {
	
}
.object-owner .object-owner-name {
	font-size: 1.1rem;
	display: block;
	text-align: left;
	font-weight: 900;
}
.object-owner .object-owner-info ul li {
	position: relative;
	padding-left: 30px;
}
.object-owner .object-owner-info ul li i {
	position: absolute;
	top: 4px;
	left: 0;
}
.object-sidebar-title {
	font-size: 22px;
}
.object-sidebar-list {
	font-size: 0.86em;
	padding: 0em;
	display: block;
	margin-bottom: 10px;
}
.object-sidebar-list ul {
	padding: 0;
	margin: 0;

}
.object-sidebar-list ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.object-sidebar-list ul ul {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.object-sidebar-list ul li:last-child {
	border:0;
}
.object-sidebar-list li > a,
.object-sidebar-list > button {
	text-align: left;
	width: 100%;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #151416;
	padding: 0.6em 1em 0.6rem 0rem;
	font-size: 1rem;
	position: relative;
	line-height: 1.6;
	font-weight: 700;
}
.object-sidebar-list ul li > button {

}
.object-sidebar-list ul li > a i,
.object-sidebar-list ul li > button i {
	color: #1d8af0;
	font-size: 1rem;
	margin-right: 10px;
	width: 20px;
}
.object-sidebar-list ul li > a:hover,
.object-sidebar-list ul li > button:hover {
	
}


.object-sidebar-list .usp-list {
	border: 0;
	padding: 15px 0 0;
}
.object-sidebar-list .usp-list li {
	border:0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding:0;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #151416;
	line-height: 1;
}
.object-sidebar-list .usp-list li i {
	border:0;
	margin-right: 10px;
	color: #4ec577;
}

.object-sidebar-list .social-list {
	border: 0;
}
.object-sidebar-list .social-list li {
	border:0;
}
.object-sidebar-list ul.social-list.inline li a {
	float: left;
	width: 48px;
	height: 48px;
}


/* Contact info */

.object-contact-info {
	padding-top: 1rem;
}






