.mkdf-position-right {
	display: none;
}

.mkdf-portfolio-list-holder.mkdf-pl-gallery-overlay .mkdf-pli-text-holder {
	display: none;
}

.mkdf-parallax-row-holder {
	background-size: cover;
}

.sticky-bottom-notice {
	z-index: 999999;
    display: block;
    position: absolute;
    bottom: 80px;
	left:30px;
    text-align: center;
    padding: 0 20px;
    background: grey;
    color: white;
    font-weight: bold;
}

.sticky-bottom-notice p {
	padding-right: 30px;
}

.close-notice {
	position: absolute;
	top:15px;
	right: 15px;
	color: white;
	font-size: 25px
}

body {
	position: relative;
}
iframe.booking-frame {
	position: absolute;
	top: 0;
	z-index: 999999;
	right: 0;
	width: 500px;
	height: 100vh;
	background: white;
}
.top .info {
	display: none;
}
.cookieconsent {
	display: none;
}

.booking-mobile {
	display: block;
	z-index: 9999999;
	position: fixed;
	bottom: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.booking-mobile {
		display: none;
	}
}

.booking-mobile a {
	background: #c59d5f;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	display: block;
	text-align: center;
	padding: 20px 0;
}

.booking {
	z-index: 9999999;
	position: fixed;
	right: -131px;
	bottom: 40%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.booking a {
	background: #c59d5f;
	color: #000 !important;
	border-radius: 100px;
	padding: 15px 30px;
	font-size: 22px;
	font-weight: bold;
	width: 320px !important;
}

.slidein .close {
	cursor: pointer;
	z-index: 999999999;
	font-size: 21px;
	color: #000;
	display: block;
	position: absolute;
	left: -12px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 500;
}
	
.slidein {
	display: none;
	position: fixed;
	background: #f5f5f5;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	padding: 40px;
	z-index: 99999;
}
@media (min-width: 768px) {
	.slidein {
		width: 450px;
	}
	.d-md-block {
		display: block !important;
	}
}

@media (max-width: 768px) {
	.slidein {
		padding: 40px 0;
	}
	#mkdf-back-to-top {
		bottom: 100px;
	}
}	
.d-none {
	display: none;
}

.info-tony p {
    margin-bottom: 15px !important;
    color: #fff !important;
}
.mkdf-eh-item-inner .mkdf-eh-item-content .wpb_text_column.wpb_content_element {
	max-width: 525px;
	margin: 0 auto;
}