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


.objects-carousel {
	padding: 10px 0 10px;
}
.objects-carousel .column {
	outline: 0;
}

.objects-carousel.slick-slider .slick-prev, 
.objects-carousel.slick-slider .slick-next {
	top: 30%
}

/* .objects-carousel .slick-slide.slick-cloned {
	visibility: hidden;

}
.objects-carousel .slick-slide.slick-cloned.slick-active {
	visibility: visible;
} */

/* Objects overview */

.object {
	width: 100%;
	display: block;
	position: relative;
	background: transparent;
    border: 0px solid #ffffff;
	margin: 10px 0px 20px;
	margin-top: 0px;
	min-height: 20;
	border-radius: 0px !important;
	box-shadow: 0 1px 40px rgba(0, 0, 0, 0);
	z-index: 99;

	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-ms-transition: all 0.2s ease-out;  /* IE10? */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	transition: all 0.2s ease-out;
}

.slick-slide .object {
	/* transform: scale(0.9); */
}
.slick-slide.slick-active .object {
	/* transform: scale(1); */
}
.object:hover {
	box-shadow: 0 1px 40px rgba(0, 0, 0, 0.2);
}
.objects-carousel .object:hover {
	transform: scale(1.03);
}
	@media (max-width: 1130px) {
		.object {
			min-height: 200px;
		}
		.object:hover {
			transform: scale(1);
		}
		.objects-carousel .object:hover {
			transform: scale(1);
		}
	}

.object .object-image {
	position: relative;
	display: block;
	z-index: 2;
	border-radius: 0px 0px 0 0 ;
	background-size: cover;
	margin: 0;
	padding: 0em;
	overflow: hidden;
	
}
/* .object .object-image:after {
	position: absolute;
	bottom:0;
	left: 0;right:0;
	height: 100px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	content:'';
	opacity: 0.7;
} */

.object .object-image img {
	border-radius: 0px 0px 0 0 ;
   	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.object:hover .object-image img {
	transform: scale(1.05);
}
.object .object-image .object-image-title-wrap {
	width: 80%;
	z-index: 3;
	padding: 1em 25px;
	
}
.object .object-image .object-image-title {
	display:block;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 0 0px;
	color: #ffffff;
	z-index: 3;
}
.object .object-image .object-image-price {
	position: absolute;
	bottom: 0;
	right: 0;
	
	z-index: 3;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px;
	background: #ed6c11;
}
.objects-carousel .object .object-image .object-image-price {
	font-size: 16px;
}	
.object .object-image .object-image-price .price  {
	font-weight: 900;
}
.object .object-image .object-image-price .price span {
	font-weight: 400;
}
.object .object-image .object-image-label {
	line-height: 1em;
	text-align: center;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform:translateX(-50%);
	display: inline-block;
	color: #ffffff;
	font-size: 0.76em;
	font-weight: 500;
	padding: 1em 2em ;
	background: rgba(35, 34, 38, 0.81);
	margin-bottom: 0px;
	border-radius: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	z-index: 8;
}

	@media (max-width: 1280px) {
		.object .object-image .object-image-label {
			letter-spacing: 2px;
		}
	}
	@media (max-width: 970px) {
		.object .object-image .object-title-wrap {
			position: absolute;
			bottom: 0;
			left: 0;
		
			z-index: 3;
			padding: 1em 15px;
		}
		.object .object-image .object-image-title {
			display:block;
			font-size: 16px;
		}
		.object .object-image .object-image-label {
			letter-spacing: 1px;
			width: 90%;
			text-align: center;
			padding: 0.6em 1em ;
		}
	}
	@media (max-width: 640px) {
		.object .object-image .object-title-wrap {
			padding: 10px 10px;
		}
		.object .object-image .object-image-title {
			display:block;
			font-size: 16px;
		}
		.objects-carousel .object .object-image .object-image-title {
			font-size: 14px;
		}

		.object .object-image .object-image-label {
			letter-spacing: 2px;
			width: 70%;
		}
		.object .object-image .object-image-price {
			position: absolute;
			bottom: 0;
			left: 0;
	
			z-index: 3;
			padding: 1em 25px;
			color: #fff;
			font-size: 16px;
			
		}
	}

.object .object-image .object-image-discount {
	position: absolute;
	top: 15px;
	right: -10px;
	bottom: auto;
	left: auto;
	border-radius: 1000px;
	width: 90px;
	height: 90px;
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
	background: rgba(35, 34, 38, 0.81);
	z-index: 8;
	line-height: 1;
	text-align: center;
	padding-top: 15px;
	font-size: 0.8rem;
	/* font-style: italic; */
}



.object .object-image .object-image-discount span {
	font-size: 1.6rem;
	display: inline-block;
	padding-bottom: 1px;
	font-weight: 500;
}
	@media (max-width: 768px) {
		.object .object-image .object-image-discount {
				width: 70px;
			height: 70px;
			font-size: 0.7rem;
			}
		.object .object-image .object-image-discount span {
			font-size: 1.2rem;

		}
	}


.object .object-image .object-image-discount.bg-white:after {
	border-color: #ffffff;
}
.object .object-description {
	position: relative;
	display: block;
	text-align: left !important;
	padding:15px 25px 55px 25px;
	letter-spacing: 0px;
	width: 100%;
}

.object .object-description.center {
	text-align: center !important;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-bottom: 4.5em;
}
.touch .object .object-description {
	display: block;
	text-align: left !important;
	padding:15px 25px 0px 25px;
	letter-spacing: 0px;
	width: 100%;
}

.object-label {
	font-size: 0.8rem;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
	letter-spacing: 1px;
	color: #ffffff;
}
.object .object-description .object-title-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.object .object-description .object-title {
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
	padding: 0em 0rem;
	margin: 0 0 0 0px;
	letter-spacing: 0px;
}
.objects-carousel .object .object-description .object-title { 
	font-size: 16px;
}

.object .object-description .price  {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 800;
}
.object .object-description .price span {
	font-weight: 400;
}


.object .object-description .object-info {
	font-family: 'sharik-sans';
	display: block;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	color: #279cd8;
}
.object .object-description .object-text {
	position: relative;
	display: block;
	padding-top: 0.5rem;
	font-size: 14px;
	color: #1f2e3a;
	line-height: 1.6;
	min-height: 50px;
	overflow: hidden;
}
.object .object-description .object-text:after {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 45px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	/* background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); */
	content:'';
}


.object .object-description .object-intro {
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	margin-top: 5px;
}
.object .object-description .object-intro p  {
	display: block;
	margin: 0;
	text-overflow: ellipsis;
}

/* Iconen */
.object-iconen {
	padding: 5px 0 0px;
}
.object-iconen img {
	width: 26px;
	opacity: 0.6;
}

.object .object-footer {
	position: absolute;
	bottom: 0;

	transform: translateY(40px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	padding: 20px 25px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	/* background: #f2f2f2; */

	border-radius: 0 0 0px 0px;
	visibility: hidden;
	opacity: 0;
	z-index: 8;

	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-ms-transition: all 0.2s ease-out;  /* IE10? */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	transition: all 0.2s ease-out;
}
.object:hover .object-footer {
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
}

.touch .object .object-footer {
	position: relative;
	visibility: visible;
	opacity: 1;
}

.object .object-footer .object-from-price {
	float: left;
	display: inline-block;
	width: 40%;
	line-height: 1.2;

}
.object .object-footer .object-from-price .price {
	text-decoration: line-through;
}

.object .object-footer .object-price,
.object .object-footer .object-link {
	float: left;
	width: 100%;
	display: inline-block;

	line-height: 1.2;
	font-weight: 700;

}

.object .object-footer .object-price .price,
.object .object-footer .object-link .link {
	font-size: 1rem;
	display: block;
	margin-left: 0px;
	
}


.object .object-button {
	flex-grow: 2;
	display: block;
	text-align: center;
	border-radius: 0px;
	font-size: 16px !important;
	height: 46px;
	padding: 15px 20px 15px 20px !important;
	margin: 0em;
	z-index: 44;

}
.objects-carousel .object .object-button { 
	font-size: 14px !important;
}
.object .object-button.primary {
	
	margin-left: 20px;

}
.object .object-button i {
	
}
.object-button span {
	display: none;
}

	@media (max-width: 1130px) {
		.object {
			
		}
		.object .object-image .object-image-price {
			padding: 7px 15px;
			color: #fff;
			font-size: 16px;
			
		}
		.object .object-description .object-title {
			font-size: 18px;
		}
		.object .object-description {
			display: block;
			text-align: left !important;
			padding:15px 15px 15px 15px;
			letter-spacing: 0px;
			width: 100%;
		}
		.object .object-description .object-text {
			display: none;
		}
		.object .object-footer {
			display: none;
		}
		.object .object-button {
	
		}
		.object .object-button.hollow {
		
			
		}
		.object .object-button.hollow span {
			display: none;
		}
	}
	@media (max-width: 640px) {
		.object {
	
		}
		.object .object-description {
			display: block;
			text-align: left !important;
			padding:10px 10px 10px 10px;
			letter-spacing: 0px;
			width: 100%;
		}
		.object .object-description .object-title {
			font-size: 16px;
		}
		.object .object-description .object-info {
			font-size: 14px;
		}
		.objects-carousel .object .object-description .object-title {
			font-size: 14px;
		}
		.objects-carousel .object .object-description .object-info {
			font-size: 14px;
		}
	}

/* 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-detail-cover {
	position: relative;
	width: 100%;
	min-height: 600px;
	height: calc(100vh - 180px);
	max-height: 750px;
	overflow: hidden;
	z-index: 2;
}

.object-detail-cover .heading-shape {
	height: 400%;
}

/* Section background image */
.bg-object-detail-cover-image {
	position: absolute;
	top:0;
	right:0;
	width: 60%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 3;

	opacity: 1;
}

/* Shade */
/* .object-detail-cover-shade {
	position: absolute;
	top: auto;
	bottom:0;
	left: 0;
	width: 100%;
	height: 400px;
	display: block;
	background: rgb(13, 29, 91);
	background: linear-gradient(0deg, rgba(13, 29, 91,1) 0%, rgba(13, 29, 91,0) 100%);
	z-index: 3;
	opacity: 1;
	
	-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-detail-cover-caption {
	position: absolute;
	bottom: 120px;
	width: 100%;
	transform: translateY(0%);
	padding: 0 !important;
	z-index: 999 !important;
}

.cover-caption {
	position: relative;
	padding-left: 1.5rem;
}

.cover-caption .button.goback-link {
	margin-bottom: 20px;
}
.cover-caption .button.goback-link i {
	font-size: 12px;
}
.cover-caption .button.dark {
	background: rgba(255, 255, 255, 0.1);
}
.cover-caption .button.dark:hover {
	background: rgba(255, 255, 255, 0.24);
}
.cover-rating {

	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 0px 10px 0;
}
.cover-rating span {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	margin-right: 5px;
	
}
.cover-rating span.number {
	font-family: 'sharik-sans', serif;
	position: relative;
	top: 2px;
}
.cover-rating span.amount {
	position: relative;
	padding-left: 10px;
	display: block;
	font-weight: 400;
	font-size: 12px;
	opacity: 0.6;
}
.cover-rating i {
	font-size: 16px;
	color: #1f2e3a;
	margin-right: 1px;
}
.cover-rating a {
	font-size: 14px;
	margin-left: 10px;
}

.cover-caption-lead {
	font-family: 'sharik-sans';
	font-size: 22px;
}
.cover-caption-buttons {
	padding-top: 20px;
}

.object-detail-images {
	position: relative;
	width: 100%;
	height: 50vh;

}
	@media (max-width: 1130px) {
		.object-detail-images {
			left: 5px;
		
		}

	}
	@media (max-width: 640px) {
		.object-detail-images {
			left: 0px;
		
		}

	}
.object-detail-images.total-1 {
	height: 60vh;
}
.object-detail-images > div {
	display: flex;
	width: 100%;
}
.object-detail-image-main {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	//border: 5px solid #fff;
}

.object-detail-image {
	width: 100%;
	height: calc(50% - 0px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: contrast(110%) brightness(110%);
	//border: 5px solid #fff;
}
.object-detail-images a.gallery-item {
	margin-bottom: 0 !important
}
.object-detail-images .object-detail-image-main {
	width: calc(50% - 0px);
	height: calc(50vh - 0px);
	margin: 0px;
}
 .object-detail-images .one-image .object-detail-image-main {
	width: calc(100% - 15px);
	height: calc(60vh - 0px);
	margin: 0px;
}

.object-detail-images .object-detail-image-main img {

}
.object-image-rest {
	width: calc(50% - 0px);
	display: flex;
	align-items: flex-start;
	flex-flow: wrap;
}
.object-image-rest a {
	width: calc(50% - 0px);
	margin: 0px;
}
/* .object-image-rest a:first-child {
	width: calc(100% - 0px);
} */
.four-images .object-image-rest a:first-child {
	width: calc(100% - 0px);
}


@media (max-width: 970px) {
	.object-detail-images {
		height: 35vh;
	}
	.object-detail-images.total-1 {
		height: 50vh;
	}
	.object-detail-images .object-detail-image-main {
		width: calc(50% - 0px);
		height: calc(35vh - 0px);
		margin: 0px;
	}
	 .object-detail-images .one-image .object-detail-image-main {
		width: calc(100% - 0px);
		height: calc(50vh - 0px);
		margin: 0px;
	}

}
@media (max-width: 640px) {
	.object-detail-images {
		height: 40vh;
	}
	.object-detail-images.total-1 {
		height: 40vh;
	}
	.object-detail-images .object-detail-image-main {
		width: calc(100% - 0px);
		height: calc(40vh - 0px);
		margin: 0px;
	}
	 .object-detail-images .one-image .object-detail-image-main {
		width: calc(100% - 0px);
		height: calc(40vh - 0px);
		margin: 0px;
	}
	.object-image-rest {
		display: none;
		
	
	}
	.object-detail-image {
		height: calc(50% - 0px);
	}
	.object-image-rest a {
		width: calc(50% - 0px);
		margin: 0px;
	}
}

.object-detail-images .first a.gallery-item {
	margin-bottom: 0;
}
.object-detail-images .last a.gallery-item {
	margin-bottom: 0;
}

.object-detail {
	width: 100%;
	display: block;
  	position: relative;
  	border: 0px solid #fff;
	margin: 0px 0px 0px;
	padding: 0px 0;
	margin-top: 0px;
	min-height: 400px;
	/* background: #fff; */
	border-radius: 0px !important;
	/* top: -100px; */
	z-index: 99;
}




.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-sharing {
	text-align: right;
	padding-top: 10px;
}

.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: 20px !important;
}
#stickyheading .object-detail-title {
	padding-top: 10px;
	font-size: 1.8rem;	
}
.object-detail-info {
	padding: 20px;
	border-radius: 0px;
	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 .object-detail-text {
	height: 300px;
	overflow: hidden;
	position: relative;
}
.object-detail-description.expanded .object-detail-text {
	height: auto;
}

.object-detail .object-detail-text:after {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 85px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	/* background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); */
	content:'';
}
.object-detail-description.expanded .object-detail-text:after {
	display: none;
}
.object-detail-description .read-more {
	
	box-shadow: none !important;
}
.object-detail-description .read-more .less {
	display: none;
}
.object-detail-description.expanded .read-more .more {
	display: none;
}
.object-detail-description.expanded .read-more .less {
	display: block;
}
.object-detail-description.expanded .read-more i {
	transform: scaleY(-1);
}

.object-detail-text table,
.object-detail-text table tbody,
.object-detail-text table tr,
.object-detail-text table td {

	padding:0;
}
.object-detail-text table tbody tr:nth-child(even) {

}
.object-detail-text table td {
	border:0;
	padding: 2px 0;
}
/* .object-detail-text table td div {
	background: rgba(0, 4, 27, 0.04) !important;
	border: 1px solid rgba(0, 4, 27, 0.1) !important
} */
.object-detail-text table td div {
	background: rgba(0, 4, 27, 0) !important;
	border: 0px solid rgba(0, 4, 27, 0) !important
}
.object-detail-text table td div span {
	background: transparent !important;
}



	@media (max-width: 970px) {
		.object-detail-cover {
			position: relative;
			width: 100%;
			min-height: 600px;
			height: calc(100vh - 60px);
			max-height: 600px;
			z-index: 2;
		}
		.cover-caption-title {
			font-size: 28px;
		}
		.cover-caption-lead {
			font-size: 18px;
		}
	}
	@media (max-width: 640px) {
		.object-detail-cover {
			position: relative;
			width: 100%;
			min-height: 400px;
			height: calc(100vh - 60px);
			max-height: 400px;
			z-index: 2;
		}
		.object-detail-cover-caption {
			position: absolute;
			bottom: 80px;
		}
		.cover-caption {
			padding-left:5px;
		}
		.cover-rating {
			padding: 0;
			margin-bottom: 10px;
		}
		.cover-rating i {
			font-size: 13px;
		}
		.cover-caption-title {
			font-size: 22px;
		}
		.cover-caption-lead {
			font-size: 16px;
		}
		.object-detail-images {
		
			position: relative;
			
			
		}
		.object-detail-image.first {
			margin-bottom: 20px;
		}
		.object-detail-images .slick-arrow {
			display: none !important;
		}
		.object-detail-sharing {
			display: none;
		}
	}
	@media (max-width: 374px) {
		.cover-caption .button.goback-link {
			display: none;
		}
	}

.object-detail-images {
	display: block;
}
.object-detail-image {

}
.show-more.gallery-item:after {
	/* display: none; */
}
.show-more span {
	position: absolute;
	/* top:0; */
	/* left: 0; */
	bottom: 20px;
	right:20px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #fff;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #484b4d;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	padding: 10px 20px
}
.show-more span i {
	margin-right: 10px;
}
.object-detail-image-main.show-more span {
	display: none;
}

@media (max-width: 970px) {
	.show-more span {
		bottom: 10px;
		right:10px;
		font-size: 13px;
		padding: 10px 15px
	}
}
@media (max-width: 640px) {
	.show-more span {
		bottom: 10px;
		right:10px;
		font-size: 12px;
		padding: 5px 10px
	}
	.object-detail-image-main.show-more span {
		display: block;
	}
}

/* Detail USP's */
.object-detail-usp {
	padding: 40px 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: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	margin-right: 20px;
	font-size: 15px;
}
.object-detail-usp ul li i {
	line-height: 1;
	margin-bottom: 10px;
	width: 30px;
	color: #484b4d;
}
.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: row;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1.2;
	color: #1f2e3a;
}
.object-detail-usp ul li .option {
	font-weight: 700;
}
.object-detail-usp ul li .value {
	
}
@media (max-width: 1130px) {
	.object-detail-usp {
		padding: 0px 20px 0px
	}
	.object-detail-usp ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-right: 10px;
		font-size: 14px;
	}
}
@media (max-width: 970px) {
	.object-detail-usp {
		padding: 20px 20px 0px
	}
}
@media (max-width: 640px) {
	.object-detail-usp {
		padding: 20px 10px 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 {
	font-family: 'sharik-sans';
	position: relative;
	font-weight: 700;
	color: #484b4d;
	font-size: 18px;
	background: rgba(0, 0, 0, 0);
	border: 0;
	padding: 1rem 0rem;
	margin-right: 2rem;
	border-radius: 3px;
}
#object-nav .menu a:hover {
	color: #484b4d;
	border-color: rgba(0, 0, 0, .2);
}
#object-nav .menu a:after {
	position: absolute;
	left:0;
	bottom: -1px;
	content:'';
	width: 100%;
	height: 4px;
	background: #ed6c11;
	opacity: 0;	
}
#object-nav .menu a.is-active {
	font-weight: 700;
	color: #ed6c11;
}
#object-nav .menu a.is-active:after {
	opacity: 1;
}
	
	@media (max-width: 970px) {
		#object-nav {
			margin: 0rem 0;
			padding: 0 1rem ;
		}
		#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;
		}
	}
	@media (max-width: 640px) {
		#object-nav {
			display: none;
			margin: 0px 0;
			padding: 0 10px ;
		}
		
	}



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

}
.object-detail-section-title {
	font-size: 1.4rem;
	font-weight: 900;
}
.object-booking-wrapper .object-detail-section-title {
	margin-left: 0px;
	color: #ed6c11;
}
.object-detail-description p {
	font-size: 16px;
}


/* Iconen */
.iconen {
	margin:15px 0 0 0;
	padding: 0px 0 0px;
	list-style: none;
	column-count: 3;
}
.iconen li {
	font-style: italic;
	font-weight: 600;
}
.iconen i {
	margin-right: 5px;
}
.iconen img {
	opacity: 0.9;
}

/* 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: 16px;
	font-weight: 400;
	padding: 5px 0 5px;
	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: #484b4d;
	font-style: italic;
	font-weight: 600;
}



/* 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;
		}
	}
	@media (max-width: 640px) {
		.object-detail-section {
			padding: 0 10px 20px;
		}
		.object-detail-section-title {
			font-size: 18px;
		}
		.object-detail-description p {
			font-size: 14px;
		}
		.object-specs-list dt,
		.object-specs-list dd {
			font-size: 14px;
		}
		.iconen {
			margin:15px 0 0 0;
			padding: 0px 0 0px;
			list-style: none;
			column-count: 2;
		}
		.iconen li {
			font-weight: 700;
			font-size: 14px;
		}
		
	}	
	@media (max-width: 374px) {
		.iconen li {
			font-weight: 700;
			font-size: 13px;
		}
	}
/* Object Sidebar */

#object-sidebar {
	padding-top: 0rem;
}
.object-sidebar {
	position: relative;
	margin-top: 20px;
	padding-left: 20px;
}

.object-sidebar-section {
	border-radius: 0px;
	border: 0;
	padding: 25px;
	margin-bottom: 20px;
	/* background: rgba(69, 118, 215, 0.04); */
	
}
.object-sidebar-section.highlight {
	background: #fff !important;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
}
.object-sidebar-section img {
	width: 100%;
}


.object-detail-price-wrapper {
	display: block;
	text-align: left;
	padding: 0px 0 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 4, 27, 0.08);
}
#stickyheading .object-detail-price-wrapper {
	padding-right: 2rem;	
}

.object-detail-price {
	display: flex;
	flex-direction: column;
	font-family: 'sharik-sans';

}
.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: 22px;
	font-weight: 900;
	margin-left: 0px;
	line-height: 1;
	color: #ed6c11;
}

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



.object-detail-booking-info {
	font-size: 13px;
}
.object-detail-booking .button {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	box-shadow: none;
	font-weight: 700 !important;
	font-size: 16px;
}

.object-sidebar-title {
	font-size: 22px;
	color: #484b4d;
}
.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: #484b4d;
	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: #ed6c11;
	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 {
	font-family: 'sharik-sans';
	border:0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding:0;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #484b4d;
	line-height: 1;
}
.object-sidebar-list .usp-list li i {
	border:0;
	margin-right: 10px;
	color: #ed6c11;
}

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

@media (max-width: 1130px) {
	.object-sidebar-section {
		padding: 15px;
	}
	.object-detail-price-wrapper {
		padding: 0;
		border:0;
	}
	.object-detail-booking-info {
		font-size: 11px;
	}
	.object-detail-booking br {
		display: none;
	}
	.object-detail-booking .button.primary {
		margin: 10px 0 0 0;
	}
	.object-sidebar-title {
		font-size: 16px;
	}
	.object-sidebar-list .usp-list li {
		font-size: 14px
	}
	
}
@media (max-width: 970px) {
	.object-sidebar {
		position: relative;
		margin-top: 20px;
		padding-left:0;
	}
}
/* Contact info */

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






