/*
------------------------------------------
OBJECT OVERVIEW
------------------------------------------ */


.no-objects p {
	font-size: 18px;
	font-weight: 700;
}

.object {
	width: 100%;
	display: block;
	position: relative;
	background: #ffffff;
    border: 0px solid #eee;
	margin: 10px 0px 20px;
	margin-top: 0px;
	min-height: 340px;
	border-radius: 0px !important;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	z-index: 99;
}
/* .object:before {
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 100%;
	content:'';
	border: 1px solid #000;
} */
.objects-carousel .object {
	/* min-height: 420px; */
}

.object:hover {

	
}

	@media (max-width: 768px) {
		.object {
			min-height: 100px;
		}
		.object:hover {
			transform: translateY(0px)
		}
	}

.object .object-image {
	position: relative;
	display: block;
	z-index: 2;
	border-radius: 0px 0px 0 0 ;
	background-size: cover;
	margin: 0;
	padding: 0em;
}

.object .object-image:before {
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 100px;
	content:'';
	background: rgb(33, 49, 114);
	background: linear-gradient(0deg, rgba(33, 49, 114,1) 0%, rgba(33, 49, 114,0) 100%);
}

.object .object-image img {
	border-radius: 0px 0px 0 0 ;
   	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.object .object-image .object-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	z-index: 3;
	padding: 1em 25px;
}
.object .object-image .object-image-title {
	display:block;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 0 0px;
	color: #ffffff;
	z-index: 3;
}
.object .object-image .object-image-price {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	z-index: 3;
	padding: 1em 25px;
	color: #fff;
	font-family: 'condor';
	font-size: 18px;

}
.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: 768px) {
		.object .object-image .object-image-label {
			letter-spacing: 1px;
			width: 90%;
			text-align: center;
			padding: 0.6em 1em ;
		}
	}
	@media (max-width: 440px) {
		.object .object-image .object-image-label {
			letter-spacing: 2px;
			width: 70%;
		}
	}

.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:25px 25px 15px 25px;
	letter-spacing: 0px;
	width: 100%;
}
.object .object-description img {
	position: absolute;
	top:-15px;
	left:0;
	width: 100%;
	height: 20px;
	z-index: 3;
}

.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:25px 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 {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	padding: 0em 0rem;
	margin: 0 0 0 0px;
	letter-spacing: 0px;

}
.object .object-description .object-info {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #2097e2;
}
.object .object-description .object-text {
	position: relative;
	display: block;
	padding-top: 0.5rem;
	font-size: 14px;
	color: rgba(33, 49, 114, 0.7);
	line-height: 1.6;
	height: 80px;
	overflow: hidden;
}
.object .object-description .object-text:after {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 25px;
	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;
}


.object .object-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px;
	background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.004639355742296902) 0%, rgba(255,255,255,1) 50%);
	border-radius: 0 0 0px 0px;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.object:hover .object-footer {
	visibility: visible;
	opacity: 1;
}

.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: 100px;
	font-size: 13px !important;
	padding: 15px 20px 12px 20px !important;
	margin: 0em;
	z-index: 44;
}
.object .object-button.hollow {
	margin-right: 20px;
	background: #fff !important;
}
.object .object-button:hover {


}


	@media (max-width: 1130px) {
		.object .object-image .object-image-price {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 80%;
			z-index: 3;
			padding: 1em 15px;
			color: #fff;

		}
		.object .object-description {
			display: block;
			text-align: left !important;
			padding:15px 15px 50px 15px;
			letter-spacing: 0px;
			width: 100%;
		}
		.object .object-footer {
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: row;
			padding:10px 15px 15px 15px;
			visibility: visible;
			opacity: 1;
		}
		.object .object-button {
			width: 100%;
		}
		.object .object-button.hollow {
	
			margin-right: 5px;
			margin-bottom: 0px;
			background: #fff !important;
		}
	}
	@media (max-width: 970px) {
		.object .object-description {
			display: block;
			text-align: left !important;
			padding: 15px 15px 75px 15px;
			letter-spacing: 0px;
			width: 100%;
		}
		.object .object-description .object-title {
			font-size: 18px;
			line-height: 1.1;
		}
	}
	@media (max-width: 400px) {
		.object .object-button {
			padding-left: 10px !important;
			padding-right: 10px !important;
		}
	}
/*
------------------------------------------
OBJECT DETAIL
------------------------------------------ */
.object-detail-cover {
	position: relative;
	width: 100%;
	min-height: 600px;
	height: calc(100vh - 100px);
	max-height: 800px;
	z-index: 2;
}

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

	opacity: 0.7;
}

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

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

.cover-caption .button.goback-link {
	margin-bottom: 20px;
	color: #fff;
}
.cover-caption .button.goback-link i {
	font-size: 12px;color: #2097e2;
}
.cover-caption .button.dark {
	background: rgba(3, 29, 47, 0.7);
}
.cover-caption .button.dark:hover {
	background: #031d2f;
}
.cover-caption-title {
	font-size: 40px;
}

.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: 'condor', 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: #ffaf23;
	margin-right: 1px;
}
.cover-rating a {
	font-size: 14px;
	margin-left: 10px;
}

.cover-caption-lead {
	font-weight: 700;
	font-size: 18px;
}
.cover-caption-buttons {
	padding-top: 20px;
}

.object-detail-images {
	position: relative;
	margin-top: -170px;
}
.object-detail-images img {
	border-radius: 0px !important;
}
.object-detail-images a.gallery-item {

}
.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-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: 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, rgb(255, 255, 255) 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(43, 18, 10, 0.04) !important;
	border: 1px solid rgba(43, 18, 10, 0.1) !important
} */
.object-detail-text table td div {
	background: rgba(43, 18, 10, 0) !important;
	border: 0px solid rgba(43, 18, 10, 0) !important
}
.object-detail-text table td div span {
	background: transparent !important;
}

.print-price {
	display: none;
}


	@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: 40px;
		}
		.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: 14px;
            margin-bottom: 10px;
		}
		.object-detail-images {
		
			position: relative;
			margin-top: -60px !important;
			max-width: 98%;
			margin-left: 1% !important;
		}
		.object-detail-image.first {
			margin-bottom: 20px;
		}
		.object-detail-images .slick-arrow {
			display: none !important;
		}
	}

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

}
.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(0, 0, 0, 0.7);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 0 0px;
}

/* 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: #27C195;
}
.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 {
	font-family: 'condor';
	display: flex; 
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1.2;
	color: #213172;
}
.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: 0px;
}
.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: 'condor';
	position: relative;
	font-weight: 700;
	color: #213172;
	background: rgba(0, 0, 0, 0);
	border: 0;
	padding: 1rem 0rem;
	margin-right: 2rem;
	border-radius: 0px;
}
#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: #2097e2;
	opacity: 0;	
}
#object-nav .menu a.is-active {
	font-weight: 700;
	color: #213172;
}
#object-nav .menu a.is-active:after {
	opacity: 1;
}
	
	@media (max-width: 970px) {
		#object-nav {
			margin: 1rem 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 {
			margin: 10px 0;
			padding: 0 10px ;
		}

	}
	@media (max-width: 374px) {
	
		#object-nav .menu a {
			margin-right: 15px;
		}
		
	}


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

}
.object-detail-section-title {
	font-size: 1.4rem;
	font-weight: 700;
}
.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-weight: 700;
}
.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: #0d1388;
}

/* 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: #213172;
	font-weight: 700;
}

.section-booking {
	margin-bottom: 60px;
}
.object-booking-wrapper {
	
	padding: 15px;
	padding-top: 30px;
	border-top: 6px solid #eee;
}


/* 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-detail-description ul li {
			font-size: 14px;
		}
		.object-specs-list dt {
			width: 40%;
		}
		.object-specs-list dd {
			width: 60%;
		}
		.object-specs-list dt,
		.object-specs-list dd {
			font-size: 14px;
		}
		.object-booking-wrapper {
			padding: 0px;
		}
	}	
	@media (max-width: 374px) {
		
	}
/* Object Sidebar */

#object-sidebar {
	padding-top: 0rem;
}
.object-sidebar {
	position: relative;
	margin-top: -80px;
	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 {

	
    
}
.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(43, 18, 10, 0.08);
}
#stickyheading .object-detail-price-wrapper {
	padding-right: 2rem;	
}

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

}
.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: 700;
	margin-left: 0px;
	line-height: 1;
	color: #2097e2;
}

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



.object-detail-booking-info {
	font-size: 13px;
}
.object-detail-booking .button {
	padding-top: 16px;
	padding-bottom: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	box-shadow: none;
	font-size: 12px;

}

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

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