@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* == Buttons, Headers etc ==*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 300 !important;
	font-style: normal !important;
	color: #4e4e4e;
	font-size: 17px;
	line-height: 28px;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: white;
}


b, strong {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 500 !important;
	font-style: normal !important;
	color: #7d755e;
	font-weight: normal;
}

.clear {
	font-size: 1px;
	height: 0;
	overflow: hidden;
	clear: both;
}

h1,
h2,
h3,
h4,
h5 {
	color: #7d755e;
	width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}


p {
	font-size: 16px;
	line-height: 32px;
	color: #656565;
}

	p a {
		color: #7d755e;
	}

		p a:hover {
			color: #7d755e;
		}

	p.subtitle {
		font-size: 17px;
		line-height: 33px;
		color: #656565;
	}

.pd-5-0 {
	padding-left: 5px;
	padding-right: 5px;
}

.m-0 {
	margin: 0 !important;
}

.p-10 {
	padding: 10px;
}

.p-20 {
	padding: 20px;
}

.p-30 {
	padding: 30px;
}

.p-40 {
	padding: 40px;
}

.p-50 {
	padding: 50px;
}

.p-0 {
	padding: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.gray-section {
	background: #f6f6f6;
}

.dark-section {
	background: #1E1E1E;
}

.black-section {
	background: black;
}

hr.seperator {
	border-top: solid 2px #f0f0f0;
	width: 100%;
}

body.modal-open {
	overflow: auto;
	padding-right: 0 !important;
}

body.burger-open .header-buttons-container {
	/*width: 100%;
	position: fixed;*/
	z-index: 9999999999;
	/*top: 36px;*/
}

@media only screen and (max-width:767px) {

	/*body.burger-open .header-buttons-container
	{
		top:21px;
	}*/
	/* body.modal-open .navbar.black-top .header-menu-buttons */
	/* { */
	/* margin-right:0px; */
	/* } */
	/* body.modal-open .header-menu-buttons */
	/* { */
	/* margin-right:17px; */
	/* } */
	/* body.modal-open .navi-main-menu-button-wrapper.sticky-menu */
	/* { */
	/* right:27px; */
	/* } */
}

body.burger-open .navi-main-menu-button-wrapper.sticky-menu .menu-sticky-bg {
	opacity: 0;
	transition: opacity .200s linear;
}

input.form-control {
	border-radius: 0;
	border: 0;
	border-bottom: solid 1px #e7e7e7;
	text-align: center;
	font-size: 14px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #7d755e;
	box-shadow: none;
	outline: 0 none;
}

.center-middle {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.spacer {
	width: 100%;
	min-height: 1px;
}

.status-red {
	color: #dc2626 !important;
}

.bg-red {
	background: #dc2626 !important;
	color: White;
}

.status-green {
	color: #40af27 !important;
}

.bg-green {
	background: #40af27 !important;
	color: White;
}

.status-yellow {
	color: #efa407 !important;
}

.bg-yellow {
	background: #efa407 !important;
	color: White;
}

	.bg-red i,
	.bg-yellow i,
	.bg-green i {
		color: white !important;
	}

.white-text {
	color: white !important;
}

.no-margin {
	margin: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

.drop-btn {
	text-align: left;
	font-size: 14px;
	width: 100%;
	background: #fff;
	border: 1px solid #dadada;
	padding: 10px 30px 10px 15px;
	box-sizing: border-box;
	border-radius: 3px;
	line-height: 25px;
	position: relative;
	cursor: pointer;
	outline: none !important;
	box-shadow: none;
	margin-bottom: 15px;
}

	.drop-btn:after {
		content: "\f110";
		border: none;
		font: normal normal normal 16px/1 LineAwesome;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		margin: 0;
		right: 10px;
		height: auto;
		width: auto;
		color: gray;
	}

.disabled {
	pointer-events: none;
}

.btn.has-icon-right i {
	margin-right: -10px;
	padding-left: 5px;
}

.btn.loading {
	/* padding-right:50px; */
	pointer-events: none;
	background: #7d755e !important;
	color: white !important;
	position: relative;
}

	.btn.loading.add-suppl {
		padding-right: 45px !important;
	}

		.btn.loading.add-suppl:after {
			right: 15px !important;
			top: 10px !important;
		}

	.btn.loading i.la {
		display: none;
	}

	.btn.loading::after {
		width: 20px;
		height: 20px;
		margin: 0;
		background: transparent;
		border-top: 2px solid white;
		border-right: 2px solid transparent;
		border-radius: 50%;
		-webkit-animation: 1s spin linear infinite;
		animation: 1s spin linear infinite;
		position: absolute;
		right: 20px;
		top: 16px;
		display: block;
		content: "";
	}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.btn.small {
	padding: 10px 25px;
}

	.btn.small.round {
		padding: 8px !important;
		width: 40px;
		height: 40px;
	}

		.btn.small.round i {
			font-size: 17px;
		}

.btn {
	background: #7d755e;
	border-radius: 50px;
	padding: 13px 35px;
	color: white;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	margin: 5px;
}

.btn-outline {
	border-color: #7d755e;
	background: transparent;
	color: #7d755e;
}

.btn-gray {
	background: #58585A !important;
}

.btn-facebook {
	background: #4568B2 !important;
	margin: 0;
}

	.btn-facebook:hover,
	.btn-facebook:focus {
		background: #304b84 !important;
	}

.btn-google {
	border-color: #C23829 !important;
	color: #C23829 !important;
	margin: 0;
}

	.btn-google:hover,
	.btn-google:focus {
		background: #C23829 !important;
		color: white !important;
	}

		.btn-google:hover i.fab,
		.btn-google:focus i.fab {
			color: white !important;
		}

	.btn-google i {
		color: #C23829;
	}

.btn-icon {
	position: relative;
}

	.btn-icon i,
	.btn-icon img {
		position: absolute;
		left: 20px;
		top: 15px;
		width: 20px;
		height: 20px;
		font-size: 15px;
	}

.btn-outline-primary {
	background: transparent;
	border-color: white;
	box-shadow: 1px 1px 2px #404040;
}

	.btn-outline-primary:hover,
	.btn-outline-primary:focus,
	.btn-outline-primary:active {
		border-color: white;
		background: white !important;
		color: #1d1d1d !important;
		text-shadow: none;
	}

a,
button {
	outline: none !important;
}

.btn:hover,
.btn:focus,
.btn:active {
	background: #5c543e;
	color: White;
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
	background: #3a3a3a !important;
}

@media only screen and (min-width: 768px) {
	.section-full .container .row {
		min-height: calc(100vh - 7.5rem * 2)
	}

	.pages-hero .container .row {
		min-height: calc(65vh - 7.5rem * 2)
	}

	.pages-hero.accommodation .container .row {
		min-height: 100%;
	}

	.section-full .container .row:before {
		min-height: inherit;
		content: ""
	}

	.section-full.section-top > .container > .row {
		min-height: calc(100vh - 7.5rem * 2 - 5.64rem)
	}

	section.hero-section {
		padding: 7.5rem 0;
	}

		section.hero-section.section-top {
			padding-top: 13.14rem;
		}
}

@media only screen and (max-width: 767px) {

	.btn.singleBanner-btn {
	}
}
/*== Header ==*/
.bg-cover, .bg-overlay, .bg-overlay:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.btn-number, .btn-number-simple {
	padding: 0 !important;
}

	.btn-number i.la, .btn-number-simple i.la {
		padding: 0;
		display: block;
		width: 38px;
		height: 38px;
		text-align: center;
		line-height: 38px;
	}

.bg-overlay {
	background: black;
	opacity: 0.5;
}

.gallery-overlay-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.bg-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
/* Homepage BG image */
.bg-wrapper {
	align-items: center;
	display: flex;
	font-size: 14px;
	height: 100vh;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-align: center;
	transform-style: preserve-3d;
	perspective: 100px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

	.bg-wrapper .bg-image {
		animation: fade-slide-down 2s .7s cubic-bezier(0, 0.5, 0, 1) forwards;
		/* background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)), */
		/* url(../images/hero-bg.jpg) no-repeat bottom; */
		background-size: cover !important;
		opacity: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

@keyframes fade-slide-down {
	0% {
		opacity: 0;
		transform: translateY(-4rem);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.kensburns {
	animation: kenburns 20s linear;
	animation-fill-mode: forwards;
	background-attachment: initial;
}

	.kensburns.scrolled {
		animation: none;
	}

@keyframes kenburns {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	95% {
		transform: scale3d(1.2, 1.2, 1.2);
		animation-timing-function: ease-in;
		opacity: 1;
	}

	100% {
		transform: scale3d(1.2, 1.2, 1.2);
		opacity: 1;
	}
}

.mobile-back-logo {
	z-index: 500;
	position: absolute;
	top: 13px;
	color: white !important;
	font-size: 24px;
	left: 13px;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.45));
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.45));
	border-radius: 50%;
	background: #7d755e;
	padding: 7px;
	text-decoration: none !important;
}

.home-slider-logo {
	position: relative;
	padding-top: 30px;
}

.hero-logo-animation {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	/*min-height:43px;*/
}

	.hero-logo-animation .motos {
		width: 540px;
		/*min-height: 43px;*/
		margin: auto;
	}
		/*.hero-logo-animation .motos .moto1, .hero-logo-animation .motos .moto2, .hero-logo-animation .motos .moto3 {
			min-height: 43px;
		}*/

		.hero-logo-animation .motos h2 {
			display: block;
			float: left;
			width: 33.33%;
			margin-left: -5px;
			margin-bottom: 0;
			font-size: 27px;
			opacity: 0.9;
		}

/* Homepage slider content animation */
.delayed-container {
	animation: 1s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
}

.delay1 {
	animation: 1.5s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
}

.delay2 {
	animation: 3.5s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
}

.delay3 {
	animation: 5s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
}

.delay4 {
	animation: 5.5s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
}

.delay5 {
	animation: 6.5s fadeIn;
	animation-fill-mode: forwards;
	visibility: hidden;
}

@keyframes fadeIn {

	0% {
		visibility: hidden;
		opacity: 0;
	}

	85% {
		visibility: visible;
		opacity: 0;
	}

	100% {
		visibility: visible;
		opacity: 1;
	}
}

.full-container {
	max-width: 100% !important;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.align-items-center {
	align-items: center !important;
}

.justify-content-center {
	justify-content: center !important;
}

.row {
	display: flex;
	margin-right: -1.5rem;
	margin-left: -1.5rem;
	flex-wrap: wrap;
}

.section {
	position: relative;
	padding: 5rem 0
}

	.section .container {
		position: relative;
		z-index: 1
	}

.section-top {
	padding-top: 10.64rem
}

.navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	padding: 0;
}

body.burger-open .navbar {
	position: fixed;
}

.navbar.black-top {
	background: #1e1e1e url(/images/navBlackTopBg.png) no-repeat left center;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.navbar.black-top {
		background: #1e1e1e;
	}
}

.navbar .mobile-back-logo {
	display: none;
}
/*.navbar .navbar-brand img
{
	top:10px;
}*/
/*.navbar.black-top .myNavBarContainer:before {
	content: "";
	display: block;
	position: Absolute;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30eg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	background: rgba(93, 33, 61, 1);
	height: 100%;
	width: 420px;
	top: 0px;
	left: -70px;
}*/

.navbar .container.full-container {
	height: 100px;
	position: relative;
	padding-right: 0;
}
/*.navbar:before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background-color: rgba(0, 0, 0, 0.7);
}*/
/*.navbar-brand img 
{
	position: absolute;
	top: 8px;
	left: 25px;
	z-index:500;
}*/
.navbar-brand img.sticky-logo {
	display: none;
}

.navbar-brand img.mobile-logo {
	display: none;
	-webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.45));
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.45));
}

.navbar.navbar-dark {
	pointer-events: none;
}
	/*.navbar.navbar-dark .navbar-brand img.sticky-logo
{
	top:2px;
	left:0px;
}*/
	.navbar.navbar-dark .header-menu-buttons .btn-group {
		z-index: 10001;
		position: relative;
		float: left;
	}

	.navbar.navbar-dark .header-menu-buttons .main-navi {
		float: left;
	}

.navi-main-menu-button-wrapper.main-navi {
	float: left;
}

.navbar.navbar-dark .navbar-brand img.main-logo,
.navbar.navbar-dark .header-menu-buttons .main-navi,
.navbar.navbar-dark .header-menu-buttons .notifications-menu-btn,
.navbar.navbar-dark .header-menu-buttons .btn-group {
	opacity: 0;
	transition: opacity .200s linear;
}

.navbar.navbar-light .navbar-brand img.main-logo,
.navbar.navbar-light .header-menu-buttons .main-navi,
.navbar.navbar-light .header-menu-buttons .notifications-menu-btn,
.navbar.navbar-light .header-menu-buttons .btn-group {
	opacity: 1;
	transition: opacity .200s linear;
}

.navbar.navbar-dark .reveal-me.header-menu-buttons {
	margin-right: -190px;
	margin-top: -35px;
}

.navbar .reveal-me {
	opacity: 1 !important;
	transition: opacity .300s linear;
}

.brand-logo-bg {
	width: 310px;
	height: 80px;
	margin: 0 0 0 -20px;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	background: rgba(125, 117, 94, 0.75);
	overflow: hidden;
	position: relative;
	left: -40px;
	z-index: 100;
	opacity: 0;
}

.sticky-menu {
	opacity: 0;
	transition: opacity .300s linear;
}

.navi-main-menu-button-wrapper.sticky-menu {
	position: fixed;
	top: 0;
	right: 10px;
	z-index: -1;
}

	.navi-main-menu-button-wrapper.sticky-menu.reveal-me {
		z-index: 999999999;
		opacity: 1;
	}

body.burger-open .navi-main-menu-button-wrapper.sticky-menu.reveal-me.navi-menu-active {
	display: none;
}

.navi-main-menu-button-wrapper.sticky-menu .main-menu-btn {
	margin-right: -5px;
	margin-top: 15px;
}

.menu-sticky-bg {
	width: 170px;
	height: 135px;
	margin: 0 0 0 -20px;
	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-o-transform: skew(45deg);
	-ms-transform: skew(45deg);
	background: rgba(125, 117, 94, 0.75);
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: -11px;
	right: -130px;
	z-index: -1;
	opacity: 1;
	transition: opacity .800s linear;
}

.dropdown-toggle::after {
	display: none;
}

.header-menu-buttons .dropdown-menu.show {
	margin-top: 12px;
	max-width: 240px;
}

	.header-menu-buttons .dropdown-menu.show a {
		white-space: pre-wrap;
	}

.dropdown-menu.show {
	right: 12px;
	left: unset;
	left: initial;
	left: auto;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	background-clip: padding-box;
	border: none;
	min-width: 180px;
}

.dropdown-menu p,
.dropdown-menu a {
	font-size: 14px;
	cursor: pointer;
}

	.dropdown-menu a.has-notification {
		background: url(../images/icons/pink-dot.png) 95% 5px no-repeat;
		/*color: #8c8369;*/
	}

.dropdown-toggle {
	cursor: pointer;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active,
.dropdown-menu a.active:hover {
	background-color: #7d755e;
	color: white !important;
}

	.dropdown-menu a:hover b,
	.dropdown-menu a:focus b,
	.dropdown-menu a:active b,
	.dropdown-menu a.active:hover b {
		color: white !important;
	}

.dropdown-menu a.active {
	background-color: #8c8369;
	color: white !important;
}

.header-menu-buttons .dropdown-menu {
	padding-top: 0 !important;
}

.header-menu-buttons .header-buttons-container .btn-group {
	padding-top: 2px;
	z-index: 10001;
	float: left;
}

body.burger-open .header-menu-buttons .header-buttons-container .btn-group {
	display: none;
}

.header-menu-buttons .header-buttons-container .btn-group .dropdown-toggle a:hover,
.header-menu-buttons .header-buttons-container .btn-group .dropdown-toggle a:focus,
.header-menu-buttons .header-buttons-container .btn-group .dropdown-toggle a:active {
	opacity: 0.8;
}

.dropdown-menu p.menu-title {
	/*text-transform: uppercase;*/
	font-size: 11px;
	margin-bottom: 0;
	color: #888;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 0;
	padding-bottom: 8px;
	margin-top: 0px;
	background: #F6F6F6;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: -8px;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	cursor: default;
}

.dropdown-item {
	color: #656565;
	padding: 5px 20px;
	position: relative;
}

.header-menu-buttons .dropdown-item .glyphicon {
	font-size: 11px;
	color: #9a9a9a;
}

.header-menu-buttons .dropdown-item:hover .glyphicon {
	color: White;
}

.dropdown-item.right-glyph i {
	position: absolute !important;
	right: 15px !important;
	top: 8px !important;
	width: 20px;
	opacity: 0.5;
}

.dropdown-item i.la {
	font-size: 19px;
	top: 3px;
	position: relative;
	right: 3px;
}

.notifications .dropdown-item {
	padding-left: 13px;
}

.dropdown-menu .dropdown-caret {
	position: absolute;
	top: -8px;
	right: 10px;
	width: 18px;
	height: 10px;
	float: left;
	overflow: hidden;
}

.dropdown-caret .caret-outer {
	border-bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: auto;
	left: 0;
	top: 0;
	width: auto;
}

.dropdown-caret .caret-outer, .dropdown-caret .caret-inner {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-left: -1px;
}

.dropdown-caret .caret-inner {
	top: 1px;
	left: 1px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #F6F6F6;
	border-bottom-color: #F6F6F6;
}

.dropdown-caret .caret-outer, .dropdown-caret .caret-inner {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	margin-left: -1px;
}

.navbar-brand {
	display: block !important;
	width: 245px !important;
	height: 115px !important;
	padding-top: 0px;
	padding-left: 0px;
	z-index: 99999;
	float: left;
}

@media only screen and (max-width:767px) {
	.navbar-brand {
		display: block !important;
		width: 50px !important;
		height: 50px !important;
		padding-top: 0;
		padding-left: 0;
		z-index: 99999;
	}

		.navbar-brand img.main-logo {
			display: none;
		}

		.navbar-brand img.mobile-logo {
			display: inline-block;
		}

	.navi-main-menu-button-wrapper.sticky-menu.reveal-me {
		display: none !important;
	}

	.navbar.fixed-top {
		position: Absolute;
		background: rgba(0, 0, 0, 0.6);
		overflow: hidden;
	}

	.navbar .container.full-container {
		height: 70px;
		padding-left: 0;
	}

	.home-slider-logo {
		display: none;
	}

	.navbar .header-menu-buttons {
		/*width:215px;*/
		/*width:170px;*/
	}

	.bg-cover {
		background-attachment: initial;
		background-attachment: unset;
	}
	/*.navbar-brand img
	{
		left: 10px;
	}*/
	#scroll-down {
		display: none;
	}
	/*.navbar.black-top:before
	{
		width:160px;
	}*/
	.kensburns {
		animation: none !important;
	}

	.navbar.black-top .navbar-brand {
		display: none;
	}

	.navbar.black-top .mobile-back-logo {
		display: block;
	}
}

@media only screen and (max-width:390px) {

	.navi-menu-button-label {
		display: none;
	}

	.dropdown-menu.notifications .dropdown-item {
		white-space: normal;
		line-height: 22px;
	}

	.dropdown-menu.notifications {
		max-width: 230px;
	}

	.menu-span-icon {
		display: none;
	}

	.menu-user-icon {
		padding-right: 5px !important;
	}

	.user-menu-btn a {
		margin-left: 0px !important;
	}

	.lang-span-locale {
		display: none !important;
	}
}


/*=== Header Menu ===*/
.myNavBarContainer {
	width: 100%;
	min-height: 70px;
	overflow: visible;
	padding: 10px;
}


.header-menu-buttons {
	/*position: absolute;
	right: 0;*/
	float: right;
	/*width:235px;*/
	/*width: 170px;*/
	padding-top: 10px;
}

.main-menu-btn,
.notifications-menu-btn,
.user-menu-btn,
.lang-menu-btn {
	/*float:left;*/
	margin-right: 10px;
}

.lang-menu-btn {
	padding-top: 3px;
}

.notifications-menu-btn a {
	width: 31px;
	height: 26px;
	display: block;
	background: url("../images/icons/header-sprites.png");
}

	.notifications-menu-btn a.has-notification {
		background-position: -31px 0px;
	}

/*TODO*/

.user-menu-btn a.has-notification {
	background-position: -96px 0px;
}

.lang-menu-btn a {
	width: 31px;
	height: 26px;
	display: inline-block;
}

	.lang-menu-btn a.flag-en {
		background: url("../images/icons/header-sprites.png");
		background-position: -99px 0px;
	}

	.lang-menu-btn a.flag-no {
		background: url("../images/icons/header-sprites.png");
		background-position: -132px 0px;
	}


/*=== Home Slider ===*/

svg.home-svg {
	-webkit-filter: drop-shadow( 1px 2px 1px rgba(25, 25, 25, 0.7));
	filter: drop-shadow( 1px 2px 1px rgba(25, 25, 25, 1) );
	position: relative;
	z-index: 100;
}

.home-slider h1 {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 300 !important;
	font-style: normal !important;
	text-shadow: 1px 2px 2px rgba(25, 25, 25, 0.8);
	font-size: 29px;
	letter-spacing: -1px;
	color: #eceded;
}

.home-slider h2 span,
.hero-bread h4 span,
.search-item .item-top .title h4 span {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 700 !important;
	font-style: normal !important;
	color: #8c8369;
	margin-left: 5px;
}

.pages-hero .home-slider h1 {
	font-size: 38px;
}

.hero-bread h4 span {
	font-size: 38px;
	text-shadow: none;
	padding: 0px 2px;
	margin-right: 4px;
	width: 20px;
	display: inline-block;
}

.hero-bread h4 {
	font-size: 15px;
	text-shadow: 1px 2px 1px #3c3939;
	color: #eceded;
	line-height: 26px;
}

.hero-bread.text-center {
	text-transform: uppercase;
}

#scroll-down {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%, -50%);
}

	#scroll-down a {
		padding-top: 60px;
	}

		#scroll-down a span {
			position: absolute;
			top: 0;
			left: 50%;
			width: 30px;
			height: 30px;
			margin-left: -12px;
			border-left: 2px solid #fff;
			border-bottom: 2px solid #fff;
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-animation: sdb04 2s infinite;
			animation: sdb04 2s infinite;
			box-sizing: border-box;
		}

@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}

	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}

	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}

@keyframes sdb04 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}

	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}

	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}

.section.hero-section.section-top {
	overflow: hidden;
}

/*=== Home About ===*/

section.about-section-home {
	background: url("../images/about-bg.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

	section.about-section-home p {
		font-size: 16px;
		line-height: 35px;
		text-align: justify;
	}

	section.about-section-home h1 {
		color: #7d755e;
		font-size: 26px;
	}

	section.about-section-home h2 {
		color: #7d755e;
		font-size: 21px;
	}

	section.about-section-home .about-text {
		max-width: 525px;
		margin-right: 20px;
	}

	section.about-section-home .about-carousel {
		padding-left: 30px;
		padding-right: 0px;
	}

	section.about-section-home .about-logo-header {
		position: relative;
		z-index: -1;
		bottom: -85px;
		margin-top: -50px;
	}

.about-logo-header img {
	max-width: 100%;
}

@media only screen and (max-width: 1199px) {
	section.about-section-home .about-text {
		max-width: 50%;
		margin-right: 0px;
	}
}

@media only screen and (max-width:991px) {
	section.about-section-home .about-carousel {
		padding-left: 15px;
		padding-right: 15px;
	}

	.book-home-container .card {
		height: auto !important;
	}

	.book-home-container .book-table .card-inner .card-buttons .btn {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
		max-width: 270px;
	}

	section.about-section-home {
		background: none;
	}

	.book-home-container .book-stay .card {
		padding-top: 0;
	}
}

@media only screen and (max-width:767px) {
	section.about-section-home .about-carousel {
		padding-left: 0px;
		padding-right: 0px;
	}

	section.about-section-home p {
		font-size: 17px;
	}

	section.about-section-home .about-logo-header {
		bottom: -55px;
	}

	.book-home-container .card {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.book-table .card-inner p {
		font-size: 17px;
	}
}

/*=== Bootstrap Carousel ===*/

.carousel.slide {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}

	.carousel.slide .carousel-controls-container .carousel-bg {
		width: 235px;
		height: 320px;
		-webkit-transform: skew(-30deg);
		-moz-transform: skew(-30eg);
		-o-transform: skew(-30deg);
		-ms-transform: skew(-30deg);
		background: rgba(125, 117, 94, 0.6);
		position: absolute;
		bottom: 0;
		right: -175px;
		z-index: -1;
	}

	.carousel.slide .carousel-controls-container {
		position: absolute;
		right: 30px;
		bottom: 0;
		width: 90px;
		height: 65px;
		z-index: 200;
	}

		.carousel.slide .carousel-controls-container .carousel-control-next:hover,
		.carousel.slide .carousel-controls-container .carousel-control-next:focus,
		.carousel.slide .carousel-controls-container .carousel-control-prev:hover,
		.carousel.slide .carousel-controls-container .carousel-control-prev:focus {
			opacity: 1;
			transition: opacity .200s linear;
		}

		.carousel.slide .carousel-controls-container .carousel-control-next {
			width: 38px;
			height: 38px;
			border-radius: 50%;
			border: solid 2px #eceded;
			opacity: 0.7;
			transition: opacity .200s linear;
		}

		.carousel.slide .carousel-controls-container .carousel-control-prev {
			width: 38px;
			height: 38px;
			border-radius: 50%;
			border: solid 2px #eceded;
			opacity: 0.7;
			transition: opacity .200s linear;
		}

		.carousel.slide .carousel-controls-container .carousel-control-next span {
			border-left: 2px solid #eceded;
			border-bottom: 2px solid #eceded;
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			box-sizing: border-box;
			background-image: none;
			margin-left: -6px;
			height: 15px;
			width: 15px;
		}

		.carousel.slide .carousel-controls-container .carousel-control-prev span {
			border-left: 2px solid #eceded;
			border-bottom: 2px solid #eceded;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			box-sizing: border-box;
			background-image: none;
			margin-left: 6px;
			height: 15px;
			width: 15px;
		}

	.carousel.slide .carousel-caption {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 350px;
		margin: 0;
		bottom: unset;
		bottom: initial;
	}

		.carousel.slide .carousel-caption h5 {
			font-size: 23px;
			font-family: 'Montserrat', arial, sans-serif;
			font-weight: 300 !important;
			font-style: normal !important;
			margin-bottom: 0px;
			text-shadow: 1px 1px 2px #404040;
			color: White;
		}

		.carousel.slide .carousel-caption p {
			text-align: center;
			color: white;
			font-size: 17px;
			line-height: 25px;
			margin-bottom: 30px;
			text-shadow: 1px 1px 2px #404040;
		}

@media only screen and (max-width:767px) {
	.carousel.slide .carousel-controls-container .carousel-bg {
		display: none;
	}
}

/*=== Home Book Row ===*/

.book-home-container {
	padding: 0 !important;
}

	.book-home-container .card-buttons .btn {
		max-width: 260px;
		margin: auto;
	}

	.book-home-container .book-table {
		/*background: url("../images/book-bg-1.jpg");*/
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 7.5rem 0;
	}

		.book-home-container .book-table .card {
			background: rgb(244,244,244);
			background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 0%, rgba(230,229,229,1) 0%, rgba(255,255,255,1) 100%);
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px;
		}

	.book-home-container .card {
		padding: 50px;
		border-radius: 0;
		border: none;
		height: 360px;
		min-width: 540px;
	}

	.book-home-container .book-stay {
		/*background: url("../images/book-bg-2.jpg");*/
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 7.5rem 0;
	}

		.book-home-container .book-stay .card {
			float: right;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
		}

	.book-home-container .card-inner {
		margin: auto;
	}

	.book-home-container .book-table .card-inner {
		max-width: 390px;
	}

.number-drop-input .input-group-btn {
	/*display:none;*/
	position: relative;
	z-index: 500;
}

	.number-drop-input .input-group-btn.active {
		display: block !important;
	}

.number-drop-input input {
	z-index: 50;
}

.number-drop-input .input-group-btn button {
	border-radius: 50%;
	background: White;
	border: solid 1px #d3d8de;
	color: #323f4d;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

	.number-drop-input .input-group-btn button:hover,
	.number-drop-input .input-group-btn button:focus {
		outline: none;
		background: #f1f3f5;
	}

.number-drop-input .input-mask {
	position: absolute;
	width: 100%;
	height: 40px;
	z-index: 100;
	cursor: pointer;
}

#dtRangePicker,
#dtRangePickerTable,
#dtRangePickerMobile,
.form-control.input-number {
	cursor: pointer;
	background-color: white;
	color: #151515;
}

	#dtRangePicker::placeholder
	#dtRangePickerMobile::placeholder {
		color: #151515;
	}

	#dtRangePicker.error,
	#dtRangePickerTable.error,
	#dtRangePickerMobile.error,
	.form-control.input-number.error {
		color: #dc2626;
	}

		#dtRangePicker.error::placeholder,
		#dtRangePickerTable.error::placeholder,
		#dtRangePickerMobile.error::placeholder,
		.form-control.input-number.error::placeholder {
			color: #dc2626;
			opacity: 1; /* Firefox */
		}

		#dtRangePicker.error:-ms-input-placeholder,
		#dtRangePickerTable.error:-ms-input-placeholder,
		#dtRangePickerMobile.error:-ms-input-placeholder,
		.form-control.input-number.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
			color: #dc2626;
		}

		#dtRangePicker.error::-ms-input-placeholder,
		#dtRangePickerTable.error::-ms-input-placeholder,
		#dtRangePickerMobile.error::-ms-input-placeholder,
		.form-control.input-number.error::-ms-input-placeholder { /* Microsoft Edge */
			color: #dc2626;
		}

.SVGIcon {
	display: inline-block;
	stroke-width: 1.5;
	stroke: currentColor;
	width: 20px;
	height: 20px;
}

.flex-center {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.book-form-error {
	position: absolute;
	width: 100%;
	background: gray;
	bottom: -60px;
	left: 0;
	padding: 10px;
	min-height: 60px;
	opacity: 0;
	transition: opacity .200s linear;
}

	.book-form-error p {
		margin-bottom: 0;
		color: white;
		font-size: 14px;
		line-height: 30px;
	}

		.book-form-error p i {
			font-size: 23px;
			position: relative;
			top: 5px;
			left: -5px;
		}

	.book-form-error.show-error {
		opacity: 1;
		transition: opacity .200s linear;
	}

	.book-form-error span.close {
		position: absolute;
		right: 10px;
		bottom: 15px;
		color: #ffffff;
		text-shadow: none;
	}

@media only screen and (max-width: 1199px) {
	.book-home-container .card {
		min-width: 480px;
	}
}

@media only screen and (max-width:991px) {
	.book-home-container .book-table,
	.book-home-container .book-stay {
		background: none;
		padding: 0;
	}

		.book-home-container .book-table .card {
			background: white;
		}

	.book-form-error.show-error {
		z-index: 500;
		bottom: -30px;
	}
}


/*=== Dine Options row ===*/

section.dine-options-section {
	padding: 65px 0;
}

	section.dine-options-section h3 {
		text-transform: uppercase;
	}

.dine-options .card-body {
	padding: 0;
}

.dine-options a {
	text-decoration: none;
	display: block;
}

.dine-options .card-body p {
	line-height: 26px;
	font-size: 15px;
	margin-top: 20px;
}

.card-img-top {
	border: none;
	border-radius: 0;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
}

	.card-img-top h4 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
		color: white;
		text-shadow: 1px 1px 2px black;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		font-size: 20px;
		z-index: 200;
		text-transform: uppercase;
	}

		.card-img-top h4 span {
			font-family: 'Montserrat', arial, sans-serif;
			font-weight: 700 !important;
			font-style: normal !important;
			color: #8c8369;
			font-size: 23px;
		}

	.card-img-top .card-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0.3;
		top: 0;
		left: 0;
		z-index: 100;
		transition: opacity .200s linear;
	}

.dine-options a:hover .card-overlay,
.dine-options a:focus .card-overlay {
	opacity: 0.6;
	transition: opacity .200s linear;
}

@media only screen and (max-width:991px) {
	section.dine-options-section {
		padding-top: 35px !important;
	}

	.dine-options .card-body p {
		/* font-size: 17px !important; */
		text-align: center;
	}
}


/*=== Banners ===*/

.banner-wide {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
}

.banner-section .row {
	padding-left: 15px;
	padding-right: 15px;
}

section.banner-section {
	padding: 70px 0;
	position: Relative;
	padding-bottom: 0;
}

	section.banner-section .banner-inner {
		z-index: 300;
	}

.banner-wide h2 {
	text-shadow: 1px 1px 2px black;
	font-size: 25px;
}

.banner-wide p {
	font-size: 18px;
	text-shadow: 1px 1px 2px black;
}

.banner-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	top: 0;
	left: 0;
	z-index: 100;
}

.banner-logo img {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width:767px) {
	.banner-wide .banner-logo {
		display: none;
	}

	.banner-wide .banner-inner h2,
	.banner-wide .banner-inner p {
		text-align: center;
	}

	.banner-wide .banner-inner .btn {
		margin-top: 10px !important;
	}

	.banner-section .row {
		padding-left: 0;
		padding-right: 0;
	}

	section.banner-section {
	}

		section.banner-section .banner-inner {
			text-align: center;
		}
}


/*=== Real Estate title ===*/

section.estate-title {
	background: url("../images/estate-bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 90px 0;
}

section.estate-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0;
}

	section.estate-section .container {
		z-index: 200;
	}

.estate-title h2 {
	max-width: 315px;
	margin: auto;
}

.estate-title p {
	font-size: 17px;
}

.estate-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(16, 30, 36, 0.66);
	top: 0;
	left: 0;
	z-index: 100;
}

	.estate-overlay .overlay-left {
		width: 62%;
		height: 100%;
		position: absolute;
		left: -300px;
		top: 0;
		background: rgba(125, 117, 94, 0.4);
		z-index: 200;
		-webkit-transform: skew(30deg);
		-moz-transform: skew(30deg);
		-o-transform: skew(30deg);
		-ms-transform: skew(30deg);
	}

.estate-slider .carousel .carousel-caption {
	bottom: 0;
	left: 0;
	width: 100%;
	transform: none;
	top: unset;
	top: initial;
	padding: 20px;
}

	.estate-slider .carousel .carousel-caption p {
		text-align: left;
		margin-bottom: 0;
		font-size: 15px;
		text-shadow: 1px 1px 2px black;
	}

.estate-slider .carousel.slide .carousel-controls-container {
	position: absolute;
	bottom: 5px;
	right: 15px;
	width: 90px;
	height: 45px;
	z-index: 600;
}

.estate-slider .carousel.slide {
	background-color: black;
}

.estate-section .estate-text {
	max-width: 427px;
	float: right;
}

	.estate-section .estate-text h3 {
		text-shadow: 1px 1px 2px #484848;
	}

	.estate-section .estate-text p {
		font-size: 17px;
		line-height: 33px;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
		color: #fff;
	}

	.estate-section .estate-text a {
		float: right;
		margin: 0;
		margin-top: 20px;
	}

@media only screen and (max-width:991px) {
	.estate-section .estate-text {
		max-width: 100%;
		margin-top: 50px;
		text-align: center;
	}

	.estate-overlay .overlay-left {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.estate-text h3 {
		text-align: left;
	}

	.estate-text .btn {
		float: none !important;
	}

	section.estate-section {
		padding-top: 0;
	}

	.estate-slider .carousel.slide .carousel-controls-container {
		right: 50%;
	}

	.estate-slider .carousel .carousel-caption {
		display: none;
	}

	.estate-overlay {
		background: white;
	}
	/*.estate-section .estate-text p
	{
		text-shadow:none;
		color:#656565 !important;
		font-family: 'Montserrat', arial, sans-serif;font-weight: 300 !important;font-style: normal !important;
		font-size: 17px !important;
		text-align:center;
	}*/
	.estate-section .estate-text h3 {
		text-shadow: none;
		text-align: center;
		color: #7d755e !important;
	}

	.estate-section .estate-text a.btn {
		background: #7d755e;
		border-color: #7d755e;
		box-shadow: none;
	}
}




/*=== CTA Banner Footer ===*/

section.cta-footer {
	padding: 0;
	overflow: hidden;
}

	section.cta-footer h3 {
		color: black;
	}

.cta-btn-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	right: -90px;
	top: 0;
	background: #7d755e;
	z-index: 100;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
}

.cta-btn a {
	z-index: 200;
	position: relative;
	top: 50%;
	left: 30%;
	transform: translate(-40%, -50%);
	margin: 0;
}

.cta-footer .cta-text {
	padding: 5rem 0;
}

	.cta-footer .cta-text .inner {
		float: right;
	}


/*=== Footer ===*/

footer.section {
	padding-bottom: 0;
	padding-top: 90px;
}

.row.copyright {
	margin: auto;
}

footer .row h4 {
	color: white;
	font-size: 15px;
	color: #b7b7b7;
}

footer .row.footer-first .social-inner i {
	background: #7d755e;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 27px;
	color: white;
	text-align: center;
	line-height: 60px;
	margin-right: 10px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

footer .row.footer-first .social-inner a:hover i,
footer .row.footer-first .social-inner a:focus i {
	background: #5c543e;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer-form .form-container input {
	width: 70%;
}

.footer-form .form-container button {
	width: 30%;
}

.footer-form input {
	padding: 15px;
	border-radius: 3px;
	border: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 14px;
	background: #efefef;
	float: left;
}

.footer-form button {
	background: #7d755e;
	color: White;
	border: none;
	border-radius: 3px;
	padding: 15px 0;
	margin-left: -5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-align: center;
	white-space: nowrap;
}

	.footer-form button:hover,
	.footer-form button:focus {
		background: #5c543e;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

.footer-second .map {
	padding-left: 80px;
	background: url('../images/icons/map.png');
	background-repeat: no-repeat;
	background-position: 20px 0;
}

.footer-second .mail {
	padding-left: 80px;
	background: url('../images/icons/mail.png');
	background-repeat: no-repeat;
	background-position: 20px 0;
}

.footer-second .phone {
	padding-left: 80px;
	background: url('../images/icons/phone.png');
	background-repeat: no-repeat;
	background-position: 20px 0;
}

.footer-second h4 {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 700 !important;
	font-style: normal !important;
	color: white !important;
	margin-bottom: 3px;
}

.footer-second p {
	color: #b7b7b7;
	display: inline-block;
	margin-bottom: 3px;
}

.footer-second a {
	color: white;
	margin-bottom: 5px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
}

footer hr {
	border-color: #2d2d2d;
	margin: 40px 0;
}

footer .container.main-footer {
	margin-bottom: 30px;
}

footer .row.copyright {
	padding: 20px 0;
}

footer .copyright p {
	font-size: 11px;
	color: #fff;
	margin-bottom: 0;
}

footer .row.copyright .copyright-menu,
footer .row.copyright .copyright-info {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
}

	footer .row.copyright .copyright-info a {
		font-size: 11px;
		color: #fff;
		margin-bottom: 0;
		text-transform: uppercase;
	}

		footer .row.copyright .copyright-info a:hover {
			text-decoration: none;
		}

		footer .row.copyright .copyright-info a img {
			max-height: 24px;
			vertical-align: sub;
			margin-left: 8px;
		}

footer .row.copyright .copyright-menu {
	padding: 0;
}

footer .row.copyright .copyright-menu-inner {
	width: auto;
	float: right;
}

footer .row.copyright .copyright-menu a {
	font-size: 11px;
	color: white;
	display: inline-block;
	float: left;
	margin-right: 10px;
	text-transform: uppercase;
}

	footer .row.copyright .copyright-menu a:after {
		content: "";
		background: gray;
		display: inline-block;
		height: 10px;
		width: 1px;
		margin-left: 10px;
	}

	footer .row.copyright .copyright-menu a:last-child:after {
		display: none;
	}

	footer .row.copyright .copyright-menu a:last-child {
		margin-right: 0;
	}

.show-more-footer {
	text-align: center;
	display: none;
	padding: 30px 0;
	margin-top: 20px;
	color: White !important;
}

.footer-banners {
	padding: 0 !important;
}

	.footer-banners .card-outter {
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 7.5rem 0;
	}

	.footer-banners .card {
		padding: 50px;
		border-radius: 0;
		border: none;
		height: 360px;
		min-width: 540px;
		background: none;
		z-index: 500;
	}

		.footer-banners .card.right {
			float: right;
		}

		.footer-banners .card.left {
			float: left;
		}

	.footer-banners .card-overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0.5;
		top: 0;
		left: 0;
		z-index: 100;
		transition: opacity .200s linear;
	}

	.footer-banners .card h3,
	.footer-banners .card p {
		color: white;
		text-shadow: 1px 2px 1px #3c3939;
		color: #eceded;
	}

	.footer-banners .card h3 {
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		text-transform: uppercase;
	}

	.footer-banners .card p {
		font-size: 18px;
	}


@media only screen and (max-width: 1199px) {
	.footer-form .form-container input {
		width: 60%;
	}

	.footer-form .form-container button {
		width: 40%;
	}

	.footer-first img.footer-logo {
		max-width: 250px;
	}

	.footer-banners .card {
		min-width: 100%;
		height: 300px;
	}
}

@media only screen and (max-width: 991px) {
	footer .row.copyright .copyright-info {
		text-align: center;
	}

	footer .row.copyright .copyright-menu {
		display: none;
	}

	.footer-form-container {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.footer-first img.footer-logo {
		max-width: 250px;
		margin: auto;
		display: block;
		margin-bottom: 20px;
	}

	.footer-social .social-inner {
		max-width: 235px;
		margin: auto;
		display: block;
	}

		.footer-social .social-inner h4 {
			display: none;
		}

	.footer-second .col-md-4 {
		margin-bottom: 35px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	footer .row.footer-first i {
		margin-right: 20px;
	}

	footer .row.footer-first a:last-child i {
		margin-right: 0px;
	}

	footer hr,
	.footer-form-container,
	.row.footer-second {
		display: none;
	}

	.show-more-footer {
		display: block;
	}

	footer.section {
		padding-top: 60px;
	}

	footer .container.main-footer {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	footer .copyright p {
		font-size: 11px;
	}

	footer .row.copyright .copyright-menu a {
		font-size: 11px;
	}

	footer .row.copyright .copyright-info a {
		font-size: 11px;
	}
}
/** Search Results **/
.section.filters {
	padding: 0;
}

	.section.filters .filter-inputs {
		padding: 20px 0;
		border-bottom: solid 1px #F0F0F0;
	}

	.section.filters .filter-sliders {
		background: #f6f6f6;
		padding: 30px 0px 50px 0;
		overflow: hidden;
		display: none;
	}

		.section.filters .filter-sliders h4 {
			font-size: 13px;
			color: gray;
			padding-bottom: 5px;
			font-family: 'Montserrat', arial, sans-serif;
			font-weight: 400 !important;
			font-style: normal !important;
		}

.filter-inputs .toggle-switch {
	position: Relative;
	margin: auto;
	width: 170px;
	margin-top: 15px;
}

	.filter-inputs .toggle-switch .toggle-title {
		display: inline-block;
		float: left;
		line-height: 30px;
		font-size: 14px;
		color: gray;
		margin-right: 15px;
	}

	.filter-inputs .toggle-switch input[type=checkbox] {
		display: none;
	}

	.filter-inputs .toggle-switch label {
		cursor: pointer;
		margin: 0;
	}

		.filter-inputs .toggle-switch label .toggle-track {
			display: block;
			height: 30px;
			width: 60px;
			background: #B1B1B1;
			border-radius: 20px;
			position: relative;
		}

	.filter-inputs .toggle-switch .toggle-track:before {
		content: '';
		display: inline-block;
		height: 26px;
		width: 25px;
		background: white;
		border-radius: 50%;
		position: absolute;
		top: 2px;
		left: 2px;
		transition: left .1s ease-in;
	}

	.filter-inputs .toggle-switch input[type="checkbox"]:checked + label .toggle-track:before {
		background: white;
		left: 33px;
	}

.filter-sliders .headerFilterRangeHeader {
	max-width: 90%;
}

.filter-inputs .container {
	padding-left: 20px;
	/*padding-left: 70px;
	background-image: url("../images/icons/calendar.png");
	background-repeat: no-repeat;
	background-position: 10px 14px;*/
}

.filter-inputs .number-drop-input {
	max-width: 215px;
	margin: auto;
}

.filter-inputs input {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	color: #717171 !important;
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	border: none;
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	cursor: pointer;
}

.noUi-horizontal {
	height: 10px;
}

	.noUi-horizontal .noUi-handle {
		width: 25px;
		height: 25px;
		left: -5px;
		top: -8px;
		border-radius: 50%;
	}

.noUi-background {
	background: #fbfbfb;
	box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
	background: #7C415D;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
	-webkit-transition: background 450ms;
	transition: background 450ms;
	cursor: pointer;
}

.noUi-origin {
	border-radius: 2px;
}

.noUi-target {
	border-radius: 4px;
	border: 1px solid #d8d8d8;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

	.noUi-target.noUi-connect {
		box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
	}

.noUi-draggable {
	cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}

.noUi-handle {
	border-radius: 10px;
	background: #992F5F;
	cursor: w-resize;
	box-shadow: 1px 1px 3px #505050;
}

.noUi-active {
	box-shadow: none;
}

[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

@media only screen and (max-width:1199px) {
	.filter-inputs .btn {
		width: 100%;
		font-size: 11px;
		line-height: 23px;
		padding: 13px 20px;
	}

	.filter-inputs .container {
		background-image: none;
		padding-left: 20px;
	}

	.filter-inputs .filters-calendar {
		max-width: 30%;
		flex: 0 0 30%
	}

	.filter-inputs .toggle-container {
		max-width: 20%;
		flex: 0 0 20%
	}
}

@media only screen and (max-width:991px) {
	.search-results .container {
		max-width: 100%;
	}

	.filter-inputs .filters-calendar,
	.filter-inputs .filters-guests {
		max-width: 50%;
		flex: 0 0 50%
	}

	.filter-inputs .toggle-container,
	.filter-inputs .filters-button {
		max-width: 100%;
		flex: 0 0 100%
	}

	.filter-inputs .filters-button {
		margin-top: 20px;
	}

	.filter-inputs .number-drop-input,
	.filter-sliders .headerFilterRangeHeader {
		max-width: 100%;
	}

	.filter-sliders .row .col-md-4 {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}

		.filter-sliders .row .col-md-4:last-child {
			margin-bottom: 0;
		}

	.section.filters .filter-inputs .row.justify-content-center {
		max-width: 100%;
		margin: auto;
	}
}

@media only screen and (max-width:767px) {
	.filter-inputs .filters-calendar,
	.filter-inputs .filters-guests {
		max-width: 100%;
		flex: 0 0 100%
	}

	.filter-inputs .filters-calendar {
		margin-bottom: 20px;
	}

	.filter-sliders .headerFilterRangeHeader {
		max-width: 95%;
	}

	.pages-hero .home-slider h1 {
		font-size: 33px;
		position: relative;
		top: -20px;
	}

	.hero-bread h4 {
		display: none;
	}
}


/* Page Title */

.section.page-title .title-inner {
	max-width: 800px;
}

	.section.page-title .title-inner h1 {
		font-size: 23px;
		line-height: 40px;
		text-transform: uppercase;
	}

	.section.page-title .title-inner p {
		font-size: 19px;
		color: #656565;
		line-height: 36px;
		margin-bottom: 0;
	}


/* Search Results */

.section.search-results {
	padding-top: 0;
}

.results-bottom p {
	color: #848484;
	font-size: 14px;
}

.results-bottom span {
	color: #848484;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}

.search-item {
	min-height: 320px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
}

	.search-item:last-child {
		margin-bottom: 0;
	}

	.search-item.noLast:last-child {
		margin-bottom: 30px;
	}

.search-item-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 200;
	cursor: pointer;
}

	.search-item-link:hover {
		text-decoration: none;
	}

.search-item .item-top {
	position: relative;
	top: 0;
	padding: 20px;
	z-index: 300;
}

	.search-item .item-top .price {
		position: absolute;
		right: 20px;
		top: 20px;
		text-shadow: 1px 1px 1px #1d1d1d;
		color: #eceded;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		font-size: 19px;
	}

		.search-item .item-top .price span {
			font-family: 'Montserrat', arial, sans-serif;
			font-weight: 300 !important;
			font-style: normal !important;
			font-size: 16px;
		}

	.search-item .item-top .title h4 {
		color: #eceded;
		text-shadow: 1px 1px 1px #1d1d1d;
		font-size: 23px;
		line-height: 33px;
		margin-bottom: 5px;
	}

		.search-item .item-top .title h4 span {
			font-size: 27px;
			text-shadow: 1px 1px 1px #6b6b6b;
			padding: 0px 2px;
		}

	.search-item .item-top .title p {
		color: #eceded;
		font-size: 16px;
		text-shadow: 1px 1px 1px #1d1d1d;
	}

.search-item .item-bottom {
	position: absolute;
	bottom: 0;
	padding: 20px;
	width: 100%;
	z-index: 300;
}

.search-item .item-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background:black; */
	/* opacity:0.2; */
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(45, 45, 45, 0.72));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(45, 45, 45, 0.72));
	top: 0;
	left: 0;
	z-index: 100;
	transition: opacity .200s linear;
}

.search-item .item-bottom .button,
.search-item .button {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

	.search-item .item-bottom .button .btn,
	.search-item .button .btn {
		margin: 0;
	}

.search-item .item-bottom .icon .corner-overlay {
	width: 140px;
	height: 200px;
	margin: 0 0 0 -20px;
	-webkit-transform: skew(35deg);
	-moz-transform: skew(35deg);
	-o-transform: skew(35deg);
	-ms-transform: skew(35deg);
	background: rgba(125, 117, 94, 0.55);
	overflow: hidden;
	position: absolute;
	z-index: 100;
	bottom: -11px;
	left: -55px;
	z-index: 100;
}

.search-item .item-bottom .icon img {
	position: relative;
	z-index: 300;
}


/* Accommodation Page */

.accommodation .bg-overlay {
	opacity: 0.3 !important;
}

.accommodation .bg-cover {
	background-attachment: unset;
	background-attachment: initial;
}

.section.hero-section.accommodation {
	height: 800px;
}

.hero-title-menu {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.container.acc-title-price {
	opacity: 1;
}

	.container.acc-title-price.hide-parent {
		opacity: 0;
	}

.hero-title-menu .container.full-container {
	padding: 0;
	background: rgba(0, 0, 0, 0.4);
}

body.modal-open #acc-nav.is-sticky {
	padding-right: 17px;
}

#acc-nav.is-sticky {
	background: rgba(0, 0, 0, 0.75);
}

.hero-title-menu .acc-title-price h1,
.hero-title-menu .acc-title-price p,
.hero-title-menu .acc-top-menu a {
	color: #eceded;
}

.hero-title-menu .acc-top-menu .menu-inner a {
	display: inline-block;
	margin-right: 20px;
	margin-top: 10px;
	line-height: 30px;
	font-size: 15px;
	border: none;
}

	.hero-title-menu .acc-top-menu .menu-inner a:hover {
		text-decoration: none;
		border-bottom: none;
		opacity: 0.8;
	}

	.hero-title-menu .acc-top-menu .menu-inner a.active {
		text-decoration: none;
		border-bottom: 1px solid white;
	}

.hero-title-menu .acc-title-price h1 strong {
	font-weight: normal;
	font-size: 32px;
	color: white;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 300 !important;
	font-style: normal !important;
}

.hero-title-menu .acc-title-price h1 {
	font-size: 19px;
	line-height: 60px;
	text-shadow: 1px 2px 1px #3c3939;
	margin-bottom: 0;
	text-transform: uppercase;
}

	.hero-title-menu .acc-title-price h1 span {
		font-size: 38px;
		text-shadow: none;
		padding-right: 5px;
		padding-left: 5px;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 700 !important;
		font-style: normal !important;
		color: #8c8369;
	}

.hero-title-menu .acc-title-price p {
	font-size: 19px;
	padding: 0;
	margin: 0;
	line-height: 70px;
	white-space: nowrap;
}

	.hero-title-menu .acc-title-price p span {
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		letter-spacing: -1px;
	}

#acc-nav.is-sticky {
	position: fixed;
	top: 0;
	z-index: 800;
	width: 100%;
	box-shadow: -7px -3px 8px #111111;
}

.hero-title-menu .acc-top-menu .btn {
	margin: 0;
	padding: 10px 42px;
}

.hero-title-menu .acc-top-menu {
	padding-bottom: 15px;
	padding-top: 15px;
}

@media only screen and (max-width: 991px) {
	.hero-title-menu .acc-title-price p {
	}

		.hero-title-menu .acc-title-price p span {
			font-family: 'Montserrat', arial, sans-serif;
			font-weight: 500 !important;
			font-style: normal !important;
		}
}

@media only screen and (max-width: 830px) {
	#acc-nav {
		display: none;
	}

	.container.acc-title-price .title-inner,
	.container.acc-title-price .price-inner,
	.container.acc-title-price {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hero-title-menu .acc-title-price h1 strong {
		display: inline-block;
		width: 100%;
	}

	.container.acc-title-price .title-inner h1,
	.container.acc-title-price .price-inner p {
		text-align: Center;
	}

	.container.acc-title-price .title-inner h1 {
		line-height: 45px;
	}

	.hero-title-menu .acc-title-price h1 span {
		padding: 0;
	}

	.container.acc-title-price.hide-parent {
		opacity: 1 !important;
	}

	.hero-title-menu .acc-title-price h1 {
		font-size: 17px;
	}
}

@media only screen and (max-height: 768px) {
	.section.hero-section.accommodation {
		height: 600px;
	}
}

@media only screen and (max-height: 800px) {
	.section.hero-section.accommodation {
		height: 600px;
	}
}

@media only screen and (max-height: 700px) {
	.section.hero-section.accommodation {
		height: 500px;
	}
}


/*== Accommodation Amenities Box  ==*/

.section.acc-amenities .row {
	max-width: 700px;
	margin: auto;
	padding-left: 20px;
}

.section.acc-amenities .container {
	border-bottom: 1px solid #e0e0e0;
}

.section.acc-amenities .am-icon {
	background-position: left top;
	padding-left: 45px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	min-height: 35px;
	cursor: default;
}

	.section.acc-amenities .am-icon[title] {
		cursor: help;
	}

	.section.acc-amenities .am-icon p {
		margin: 0;
		font-size: 14px;
		line-height: 21px;
		padding-top: 7px;
	}

	.section.acc-amenities .am-icon.capacityStd {
		background-image: url(../images/icons/amenities/guest.png);
	}

	.section.acc-amenities .am-icon.capacity {
		background-image: url(../images/icons/amenities/guests.png);
	}

	.section.acc-amenities .am-icon.bedrooms {
		background-image: url(../images/icons/amenities/bed.png);
	}

	.section.acc-amenities .am-icon.bathrooms {
		background-image: url(../images/icons/amenities/bathroom.png);
	}

	.section.acc-amenities .am-icon.area {
		background-image: url(../images/icons/amenities/area.png);
	}

	.section.acc-amenities .am-icon p span {
		font-size: 70%;
	}

.show-more-am {
	padding-top: 20px;
	padding-bottom: 70px;
	text-align: center;
}

	.show-more-am a {
		margin: auto;
		color: #8e8e8e;
		font-size: 14px;
	}

		.show-more-am a:hover,
		.show-more-am a:focus {
			text-decoration: none;
		}

		.show-more-am a i {
			position: relative;
			font-size: 11px;
			margin-left: 5px;
		}

.am-more {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: opacity .200s linear;
}

	.am-more.am-hidden {
		visibility: hidden;
		opacity: 0;
		height: 0px;
		overflow: hidden;
		transition: opacity .200s linear;
	}

@media only screen and (max-width:767px) {
	.section.acc-amenities .am-icon {
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 0;
		padding-top: 40px;
		text-align: center;
		background-position: center top;
		padding-right: 0;
	}

	.section.page-title .title-inner {
		max-width: 100%;
	}

	.section.acc-amenities .row {
		padding-left: 0;
	}
}

@media only screen and (max-width:410px) {
	.section.acc-amenities .am-icon {
		padding-left: 0;
		padding-top: 40px;
		text-align: center;
		background-position: center top;
		padding-right: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/*== Accommodation Overview  ==*/

.section.acc-overview .about-text.top-text {
	padding-right: 0;
	padding-left: 40px;
}

.section.acc-overview .acc-carousel.top-text {
	padding-left: 0;
}

.section.acc-overview .about-text.bottom-text {
	padding-left: 0;
	padding-right: 40px;
}

	.section.acc-overview .about-text.bottom-text p.intro {
		font-size: 18px;
		color: #313131;
		line-height: 35px;
	}

	.section.acc-overview .about-text.bottom-text h3 {
		text-transform: uppercase;
		line-height: 35px;
	}

.section.acc-overview .about-text.border-right {
	border-right: 1px solid #e0e0e0;
}

section.acc-overview .cta-box p {
	color: #7d755e;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 300 !important;
	font-style: italic !important;
	font-weight: 600;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0;
}

section.acc-overview .cta-box .inner {
	position: relative;
	margin-bottom: 50px;
}

.section.acc-overview .about-text.bottom-text h5.subtitle {
	color: #848484;
	margin-bottom: 20px;
	font-size: 18px;
}

.section.acc-overview .acc-carousel.bottom-text {
	padding-right: 0;
}

.section.acc-overview .acc-carousel.top-text .carousel-controls-container {
	left: 25px;
	right: unset;
	right: initial;
}

	.section.acc-overview .acc-carousel.top-text .carousel-controls-container .carousel-bg {
		-webkit-transform: skew(30deg);
		-moz-transform: skew(30eg);
		-o-transform: skew(30deg);
		-ms-transform: skew(30deg);
		right: 20px
	}

@media only screen and (max-width:1200px) {
	section.acc-overview .cta-box p {
		font-size: 13px;
	}
}

@media only screen and (max-width:991px) {
	.section.acc-overview .about-text.top-text,
	.section.acc-overview .about-text.bottom-text {
		padding: 0;
	}

	.section.acc-overview .acc-carousel.bottom-text,
	.section.acc-overview .acc-carousel.top-text {
		padding: 0;
	}

	.section.acc-overview .about-text.border-right {
		border-right: 0 !important;
		text-align: Center !important;
		margin-bottom: 50px;
	}

	.table-overview {
		padding-bottom: 0;
	}

	.section.acc-overview {
		padding-top: 0;
	}
}

@media only screen and (max-width:767px) {
	.section.acc-overview .about-text.top-text,
	.section.acc-overview .about-text.bottom-text {
		padding-top: 1.5rem;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.section.acc-overview .acc-carousel.top-text .carousel-controls-container {
		left: 50%;
		transform: translateX(-50%);
		opacity: 0.5;
	}

	.carousel.slide .carousel-controls-container {
		right: 50%;
		transform: translateX(50%);
		opacity: 0.5;
	}
}


/*== Accommodation Map  ==*/

.accommodationMap {
	position: relative;
	width: 100%;
	height: 550px;
}

#cd-google-map {
	position: relative;
}

	#cd-google-map address {
		position: absolute;
		width: 330px;
		bottom: 30px;
		left: 30px;
		padding: 20px;
		background-color: rgba(255, 255, 255, 0.85);
		margin: 0;
	}

		#cd-google-map address p {
			font-size: 14px;
			line-height: 26px;
			margin: 0;
		}

.gmap-info span {
	font-size: 11px;
}

.gmap-info a {
	font-size: 11px;
	color: #7d755e;
	text-decoration: underline;
}

#cd-google-map .gmap-info {
	padding: 15px;
}

@media only screen and (max-width:410px) {
	#cd-google-map address {
		display: none;
	}
}


/*== More Accommodation Carousel  ==*/

.section.more-acc-section {
	padding-top: 0;
}

	.section.more-acc-section .more-acc-title {
		width: 100%;
	}

		.section.more-acc-section .more-acc-title p {
			font-size: 16px;
		}

.more-acc-carousel.owl-carousel {
	position: relative;
}

	.more-acc-carousel.owl-carousel .item {
		margin-right: 3px;
		overflow: hidden;
		position: relative;
	}

		.more-acc-carousel.owl-carousel .item .title {
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.6);
			padding: 20px;
		}

			.more-acc-carousel.owl-carousel .item .title p {
				color: white;
				margin: 0;
				padding: 0;
			}

				.more-acc-carousel.owl-carousel .item .title p span {
					font-size: 27px;
					text-shadow: none;
					font-family: 'Montserrat', arial, sans-serif;
					font-weight: 700 !important;
					font-style: normal !important;
					color: #8c8369;
					padding-left: 5px;
				}

	.more-acc-carousel.owl-carousel .owl-nav {
		position: absolute;
		top: 50%;
		width: 100%;
	}

		.more-acc-carousel.owl-carousel .owl-nav button span {
			color: white;
			font-size: 30px;
		}

		.more-acc-carousel.owl-carousel .owl-nav button.owl-prev {
			display: none;
		}

		.more-acc-carousel.owl-carousel .owl-nav button.owl-next {
			right: -50px;
			position: absolute;
			outline: none;
			top: -20px;
		}

			.more-acc-carousel.owl-carousel .owl-nav button.owl-next:after {
				content: "";
				background-image: url('../images/icons/right-arrow.png');
				width: 30px;
				height: 55px;
				display: block;
			}

@media only screen and (max-width:1280px) {
	.more-acc-carousel.owl-carousel .owl-nav button.owl-next {
		right: 15px;
		background-color: #5f203dad;
		border-radius: 50%;
		padding: 20px !important;
		width: 54px;
		height: 54px;
	}

		.more-acc-carousel.owl-carousel .owl-nav button.owl-next:after {
			background-image: none;
			border-left: 2px solid #eceded;
			border-bottom: 2px solid #eceded;
			-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
			box-sizing: border-box;
			margin-left: -4px;
			height: 15px;
			width: 15px;
		}
}


/*== Accommodation Book Row  ==*/

.book-row p.acc-book-price {
	font-size: 19px;
	margin-bottom: 30px;
}

	.book-row p.acc-book-price span {
		color: #7d755e;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		letter-spacing: -1px;
	}

.acc-book-price.results {
	width: 100%;
	text-align: center;
	position: relative;
}

	.acc-book-price.results .result-from,
	.acc-book-price.results .result-offer-title {
		display: none;
	}

	.acc-book-price.results.has-offer .result-from,
	.acc-book-price.results.has-offer .result-offer-title {
		display: block;
	}

	.acc-book-price.results.has-offer {
		margin-top: 20px;
		background: white;
		border: solid 1px #e6e6e6;
		padding: 20px;
		border-radius: 3px;
		box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
		padding-top: 22px;
	}

	.acc-book-price.results .result-price {
		display: inline-block;
		width: 100%;
		margin-left: -10px;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.acc-book-price.results.has-offer .result-price {
		margin-left: 0px;
	}

	.acc-book-price.results .result-from,
	.price-item .result-from span.from {
		text-decoration: line-through;
		opacity: 0.8;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		color: #dc3545;
		margin-bottom: 5px;
	}

	.acc-book-price.results .result-offer-title {
		font-size: 13px;
		line-height: 20px;
		color: #868686;
		margin-top: 15px;
	}

		.acc-book-price.results .result-offer-title i {
			font-size: 16px;
			position: relative;
			top: 2px;
			margin-right: 2px;
		}

	.acc-book-price.results .result-from span {
		color: #7d755e;
	}

		.acc-book-price.results .result-from span.from {
			color: #4e4e4e;
		}

	.acc-book-price.results .result-price h3 {
		font-size: 23px;
		color: #7d755e;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		margin-bottom: 0;
		vertical-align: middle;
		display: inline-block;
	}

	.acc-book-price.results .result-price .inner {
		width: auto;
		display: inline-block;
		margin: auto;
		position: relative;
	}

	.acc-book-price.results .result-price span {
		position: absolute;
		left: -180px;
		width: 175px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 13px;
		color: #868686;
	}

	.acc-book-price.results .result-price a {
		font-size: 13px;
		color: #8c8369;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		outline: none;
		position: absolute;
		right: -164px;
		width: 155px;
		top: 50%;
		transform: translateY(-50%);
		text-decoration: underline;
	}

.book-prices-container {
	margin-bottom: 40px;
}

	.book-prices-container .acc-book-price.results .result-price {
		margin-bottom: 0;
	}

	.book-prices-container .acc-book-price.results {
		background: transparent;
		padding: 20px;
		cursor: pointer;
		box-shadow: none;
		border: none;
		border: solid 1px transparent;
	}

		.book-prices-container .acc-book-price.results.selected {
			background: white;
			box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
		}

	.book-prices-container .acc-book-price.selected i.checkmark {
		border-color: #7d755e;
		background-color: #7d755e;
	}

	.book-prices-container .acc-book-price i.checkmark {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
		border: solid 2px #c3c3c3;
		background-color: white;
		width: 25px;
		height: 25px;
	}

		.book-prices-container .acc-book-price i.checkmark:after {
			left: 8px;
			top: 5px;
			width: 5px;
			height: 10px;
			border: solid white;
			border-width: 0 2px 2px 0;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			content: "";
			position: absolute;
		}

.acc-book-container {
	max-width: 800px;
	margin: auto;
}

.mybooking-container .loading .book-loader {
	top: 50%;
}

.acc-book-container.loading .book-loader, .search-item.loading .book-loader {
	top: 50%;
}

.search-item.loading .item-overlay {
	background: rgba(255,255,255,0.6);
}

.acc-book-container.loading .acc-book-box {
	opacity: 0.3;
	pointer-events: none;
	position: relative;
}

.booking-mask {
	width: 100%;
}

.container.loading .booking-mask,
.container.loading .checkout-selection-box,
.container.loading .totals-row,
.container .booking-mask.loading,
.container .checkout-selection-box.loading,
.container .totals-row.loading {
	opacity: 0.3;
	z-index: -1;
	pointer-events: none;
}

.loading .book-loader {
	display: block;
	z-index: 999999;
}

.book-row .acc-book-offers .offer-item {
	background-image: url("../images/icons/tag.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	background-color: white;
	border: solid 1px #e6e6e6;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
}

	.book-row .acc-book-offers .offer-item.table-offer {
		background-image: url("../images/icons/serve.png") !important;
	}

	.book-row .acc-book-offers .offer-item .row {
		margin: 0;
		position: relative;
		padding-left: 60px;
		overflow: hidden;
	}

.offer-desc-bg {
	width: 115%;
	height: 100%;
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30eg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	background: rgba(93, 33, 61, 1);
	position: absolute;
	bottom: 0;
	right: -40px;
	z-index: 100;
}

.book-row .acc-book-offers .offer-item .title {
	max-width: 40%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 55px;
	padding-left: 20px;
}

	.book-row .acc-book-offers .offer-item .title h5 {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		color: #212121;
		margin-bottom: 0;
	}

.book-row .acc-book-offers .offer-item .description {
	max-width: 60%;
	position: relative;
	width: 100%;
	min-height: 120px;
	padding-right: 15px;
	padding-left: 15px;
}

	.book-row .acc-book-offers .offer-item .description p {
		font-size: 14px;
		padding: 25px 0;
		color: white;
		position: relative;
		z-index: 200;
		margin-bottom: 0;
		line-height: 24px;
	}

.book-row .acc-book-offers {
	width: 100%;
}

.book-row .acc-book-box {
	width: 100%;
	background: white;
	border: solid 1px #e6e6e6;
	padding: 40px 20px;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
	margin: 0;
	position: relative;
}

.book-row .acc-book-box-search {
	width: 100%;
	background: white;
	padding: 40px 20px;
	border-radius: 3px;
	margin: 0;
	position: relative;
}


.book-row .acc-book-box .book-dates {
	max-width: 295px;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.book-row .acc-book-box .book-guests {
	max-width: 230px;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.book-row .acc-book-box .book-btn {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	float: right;
}

	.book-row .acc-book-box .book-btn .btn {
		margin: 0;
	}

.container.search-prices {
	margin-top: 0px;
	padding: 30px 15px 0 15px;
}

.search-prices .results-count {
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
	color: #868686;
	font-size: 16px;
	/*text-align:center;*/
}

.search-prices .price-item {
	margin: 0;
	padding: 40px 0;
	padding-bottom: 40px;
	border-bottom: dashed 1px #d4d4d4;
}

	.search-prices .price-item:first-child {
		border-top: 1px solid #f1f1f1;
	}

	.search-prices .price-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 30px;
	}

	.search-prices .price-item.tables:last-child {
		margin-bottom: 0;
	}

	.search-prices .price-item span.from {
		opacity: 0.6;
		font-size: 15px;
		margin-right: 8px;
	}

	.search-prices .price-item span.info a, .search-prices .price-item a.info {
		color: #7d755e;
		margin: 0 5px;
		text-decoration: none;
		cursor: pointer;
		font-size: 14px;
	}

		.search-prices .price-item span.info a.normal, .search-prices .price-item a.info.normal {
			color: #5d5d5d;
			font-size: 16px;
		}

		.search-prices .price-item span.info a:hover, .search-prices .price-item span.info a:focus {
			text-decoration: underline;
		}

	.search-prices .price-item h4 {
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		font-size: 14px;
		color: #5d5d5d;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

		.search-prices .price-item h4.normal {
			text-transform: none;
		}

		.search-prices .price-item h4.full {
			text-transform: none;
			font-size: 14px;
			line-height: 30px;
			margin: 0;
		}

			.search-prices .price-item h4.full i.la {
				font-size: 16px;
				color: #7d755e;
				margin-right: 5px;
			}


	.search-prices .price-item span.price {
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		font-size: 17px;
		color: #7d755e;
		letter-spacing: -1px;
		margin-right: 8px;
	}

		.search-prices .price-item span.price.request {
			font-weight: 300;
			font-family: 'Montserrat', arial, sans-serif;
			font-weight: 300 !important;
			font-style: normal !important;
		}

	.search-prices .price-item span.info {
		color: #868686;
		font-size: 14px;
	}

	.search-prices .price-item .price-item-actions {
		position: relative;
	}

		.search-prices .price-item .price-item-actions .inner {
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
		}

.search-prices .results-rejections {
	width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}

	.search-prices .results-rejections li {
		text-align: left;
		margin: 0;
		padding: 5px 0;
		color: #8c8369;
		font-size: 13px;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 500 !important;
		font-style: normal !important;
	}

		.search-prices .results-rejections li i {
			margin-right: 5px;
			position: relative;
			top: 2px;
			font-size: 16px;
			color: #8c8369;
		}

		.search-prices .results-rejections li a {
			color: #8c8369;
			font-size: 13px;
			text-decoration: none;
			font-weight: normal;
		}

			.search-prices .results-rejections li a:hover {
				text-decoration: underline;
			}

.price-includes {
	margin-top: 0;
	padding: 20px 15px 0 15px;
	font-size: 14px;
	font-style: italic;
}

	.price-includes i {
		margin-right: 5px;
		font-size: 16px;
	}

	.price-includes.details {
		font-size: 14px;
		font-style: normal;
		color: #4e4e4e;
	}

		.price-includes.details h4 {
			padding-left: 0px !important;
			margin-top: 0 !important;
		}

		.price-includes.details i {
			margin-right: 5px;
			font-size: 16px;
			color: #4e4e4e;
		}

.acc-prom-code {
	width: 100%;
}

	.acc-prom-code a {
		font-size: 12px;
		color: #8c8369;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		outline: none;
	}

		.acc-prom-code a.remove {
			color: #bd2130;
		}

			.acc-prom-code a.remove:hover i {
				text-decoration: none;
			}

			.acc-prom-code a.remove i {
				font-size: 17px;
				position: relative;
				top: 3px;
				margin-right: 5px;
			}

	.acc-prom-code .glyphicon {
		margin-right: 10px;
	}

p.small-info {
	padding: 15px;
	border: solid 1px #f9f9f9;
	border-radius: 4px;
	font-size: 15px;
	line-height: 25px;
	background: #f9f9f9;
	padding-left: 50px;
	position: relative;
	display: block;
}

	p.small-info.white {
		background: white;
		border: none;
	}

	p.small-info.smaller {
		font-size: 13px !important;
	}

	p.small-info.no-icon {
		padding-left: 15px;
	}

	p.small-info.dismissable {
		padding-left: 15px;
		padding-right: 30px;
		text-align: left;
	}

	p.small-info a.info-close {
		position: absolute;
		right: 11px;
		top: 16px;
		outline: none;
		text-decoration: none;
	}

		p.small-info a.info-close i {
			position: relative;
			top: 0;
			right: 0;
			left: 0;
			transform: none;
			font-size: 17px;
			color: gray;
		}

	p.small-info.forms {
		margin: 20px 0;
		background: white !important;
	}

	p.small-info.default {
		border-left: solid 5px #cc4281 !important;
		box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
		border: solid 1px #e6e6e6;
		padding-left: 20px;
		font-size: 14px;
	}

	p.small-info.error {
		border-left: solid 5px #dc2626 !important;
		box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
		border: solid 1px #e6e6e6;
	}

	p.small-info.success {
		border-left: solid 5px #40af27 !important;
		box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
		border: solid 1px #e6e6e6;
	}

	p.small-info.warning {
		border-left: solid 5px #efa407 !important;
		box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
		border: solid 1px #e6e6e6;
	}

	p.small-info.info {
		border-left: solid 5px #0768ef !important;
		box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
		border: solid 1px #e6e6e6;
	}


	p.small-info.checkout {
		padding: 10px 15px;
		margin: 0;
		font-size: 12px;
		padding-bottom: 15px;
	}

		p.small-info.checkout i {
			margin: 0;
			left: 0;
			top: 17px;
			color: #7d755e;
			margin-right: 2px;
			cursor: default;
		}

	p.small-info i {
		font-size: 23px;
		left: 10px;
		color: #7d755e;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

.promo-input-box input {
	line-height: 40px;
	text-align: center;
}

	.promo-input-box input.error {
		border: 1px solid #dc3545;
		color: #dc3545;
		border-radius: 25px;
	}

.promo-input-box a.btn {
	margin: 0;
	width: 100%;
}

.modal {
	z-index: 92240 !important;
}

	.modal .modal-content {
		border-radius: 3px;
		border: 0;
		box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	}

	.modal .modal-header .close {
		margin: -0.6rem -1rem -1rem auto;
		outline: none;
		position: absolute;
		right: 15px;
		top: 15px;
		opacity: 0.3;
	}

.acc-book-policies {
	width: 100%;
}

	.acc-book-policies .card {
		border: solid 1px #e6e6e6;
		border-radius: 3px;
		box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
	}

	.acc-book-policies .card-header {
		background-color: white;
		border: none;
	}

	.acc-book-policies .card-body {
		border-top: solid 1px #e6e6e6;
	}

	.acc-book-policies .card-header button {
		background: none;
		border: none;
		width: 100%;
		outline: none;
		cursor: pointer;
		text-align: left;
		font-size: 14px;
		color: #444444;
		padding: 0;
	}

		.acc-book-policies .card-header button i {
			position: absolute;
			right: 15px;
			color: #ad919e;
			font-size: 19px;
		}

.acc-form-error {
	background-color: white;
	border: solid 1px #e6e6e6;
	border-radius: 3px;
	width: 100%;
	position: relative;
	padding: 20px;
}

	.acc-form-error p {
		margin: 0;
		font-size: 14px;
	}

		.acc-form-error p i {
			font-size: 23px;
			position: relative;
			top: 5px;
			margin-right: 5px;
			color: #7d755e;
		}

.tooltip.bs-tooltip-top {
	opacity: 1;
}

	.tooltip.bs-tooltip-top .tooltip-inner {
		background: #454545;
		padding: 10px;
		color: white;
		font-size: 11px;
		line-height: 18px;
	}

	.tooltip.bs-tooltip-top .arrow:before {
		border-bottom-color: #454545;
		border-top-color: #454545;
	}

.book-loader {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

	.book-loader:before, #loader-1:after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		border-radius: 100%;
		border: 7px solid #616161;
		border-top-color: #8c8369;
	}

	.book-loader:before {
		z-index: 100;
		animation: spin 1s infinite;
	}

	.book-loader:after {
		border: 10px solid #ccc;
	}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.modal-body .table tr td {
	font-size: 14px;
}

	.modal-body .table tr td.left {
		text-align: left;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		color: #4e4e4e;
	}

	.modal-body .table tr td.right {
		text-align: right;
	}

.modal-body .table.gray tr td.right {
	color: #7d755e;
	font-size: 15px;
}

.modal-body .table tr td {
	border-top: none;
}

	.modal-body .table tr td.del {
		text-decoration: line-through;
	}

	.modal-body .table tr td.special {
		color: #c3447e;
	}

	.modal-body .table tr td.title {
		-family: 'Montserrat', arial, sans-serif;
		font-weight: 500 !important;
		font-style: normal !important;
		color: #969696 !important;
		text-transform: uppercase !important;
		font-size: 10px !important;
		border-bottom: 1px solid #ececec;
		letter-spacing: 0 !important;
	}

.modal-body .table.gray {
	background: #f9f9f9;
	border-radius: 3px;
}

	.modal-body .table.gray tr.total td {
		font-size: 17px;
	}

	.modal-body .table.gray tr.total {
		padding: 10px 20px;
		border-top: 1px dashed #dee2e6;
	}

		.modal-body .table.gray tr.total td {
			-family: 'Montserrat', arial, sans-serif;
			font-weight: 500 !important;
			font-style: normal !important;
			color: #5c543e;
		}

.modal .table-wrapper h4 {
	padding-left: 8px;
	margin-top: 50px;
	font-size: 17px;
	margin-bottom: 25px
}

.modal .table-wrapper {
	padding: 25px;
}

	.modal .table-wrapper.gray {
		background: #f9f9f9;
	}

	.modal .table-wrapper hr {
		border-top: 1px solid #d3d8de;
		margin: 15px 0;
		border-style: dashed;
	}

.checkbox-container p {
	font-size: 13px;
	margin-bottom: 0 !important;
	line-height: 28px;
}

	.checkbox-container p.title {
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		font-size: 14px;
	}

		.checkbox-container p.title i {
			margin-left: 0;
			position: relative;
			top: 2px;
			margin-right: 2px;
		}

	.checkbox-container p.info {
		font-size: 13px;
		line-height: 24px;
		padding-top: 5px;
	}

.checkbox-container.active p.title {
	color: #7d755e;
}

.method-box .checkbox-container {
	padding-bottom: 30px;
}

.checkbox-container p a {
	color: #7d755e !important;
}

.checkbox-container {
	display: inline-block;
	width: auto;
	position: relative;
	padding-left: 35px;
	font-size: 17px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
}

	.checkbox-container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

	.checkbox-container .checkmark {
		position: absolute;
		top: 2px;
		left: 0;
		height: 23px;
		width: 23px;
		background-color: white;
		border: solid 2px #7d755e;
		border-radius: 2px;
		cursor: pointer;
	}

.payment-row.disabled .checkbox-container .checkmark {
	border: dashed 2px #aaa;
}

.checkbox-container.disabled input:checked ~ .checkmark {
	background-color: #58585a !important;
	border-color: #58585a;
	cursor: default;
}

.checkbox-container.disabled input ~ .checkmark {
	background-color: transparent !important;
	border-color: #58585a;
	cursor: default;
}

.method-box .checkbox-container .checkmark,
.checkout-price-selector .checkbox-container .checkmark {
	border-radius: 50%;
	top: 5px;
	border-color: #c3c3c3;
}

.method-box .checkbox-container.active .checkmark,
.checkout-price-selector .checkbox-container.active .checkmark {
	border-color: #7d755e;
}

.checkout-price-selector .checkbox-container {
	margin-bottom: 40px;
}

.checkout-price-selector .price {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

.checkout-price-selector label {
	width: 35px;
	height: 35px;
	float: left;
	clear: both;
	margin-right: 3px;
}

.checkout-price-selector .details p a,
.selection-details .price-single a {
	text-decoration: underline;
	margin-top: 5px;
	outline: none;
	font-size: 13px;
	color: #7d755e !important;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
}

.checkout-price-selector .details p strike {
	opacity: 0.8;
}

.checkout-price-selector .details p {
	font-size: 14px;
	padding-top: 4px;
	line-height: 25px;
	margin-bottom: 0;
}

	.checkout-price-selector .details p span,
	.selection-details .price-single span {
		font-size: 15px;
		color: #7d755e;
	}

.checkout-price-selector .price:last-child {
	margin-bottom: 0;
}

.checkbox-container input:checked ~ .checkmark {
	background-color: #7d755e;
}

.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 7px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.add-service {
	position: relative;
	border-bottom: 1px solid #efefef;
	background: white;
}

	.add-service p {
		margin-bottom: 0;
		padding: 20px 0;
		padding-top: 23px;
		font-size: 14px;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
	}

		.add-service p img {
			position: relative;
			top: -4px;
			left: 0;
			margin-right: 20px;
			opacity: 0.5;
		}

	.add-service a {
		position: absolute;
		right: 30px;
		top: 28px;
		text-decoration: none;
		color: #7d755e;
		font-size: 14px;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		z-index: 100;
	}

		.add-service a i {
			font-size: 19px;
			position: relative;
			top: 2px;
			margin-left: 5px;
		}

@media only screen and (max-width:767px) {
	.acc-book-price.results .result-price .inner {
		padding: 20px 0;
		padding-top: 0;
		width: 100%;
	}

	.acc-book-price.results.has-offer .result-price .inner {
		padding: 20px 0;
		width: 100%;
	}

	.book-prices-container .acc-book-price.results .result-price {
		margin-top: 35px;
	}

	.acc-book-price.results .result-price a {
		right: 0;
		text-align: center;
		bottom: -20px;
		width: 100%;
		top: initial;
		top: unset;
	}

	.acc-book-price.results.has-offer .result-price span {
		left: 0px;
		text-align: center;
		top: -25px;
		width: 100%;
	}

	.acc-book-price.results .result-price span {
		left: 0px;
		text-align: center;
		top: -25px;
		width: 100%;
	}

	.acc-book-price.results.single .result-price span {
		top: 5px;
	}

	.acc-book-price.results.single .result-price .inner {
		padding-top: 20px;
	}

	.acc-book-price.results.single.has-offer .result-price .inner {
		padding-top: 55px;
	}

	.acc-book-price.results.has-offer .result-from {
		position: absolute;
		top: 50px;
		width: 100%;
		left: 0;
		font-size: 15px;
	}

	.modal-body .table tr td {
		display: block;
		width: 100%;
		text-align: left !important;
	}

		.modal-body .table tr td.title {
			display: none;
		}

	.promo-input-box input {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:991px) {
	.modal .table-wrapper {
		padding: 10px;
	}
}

@media only screen and (max-width:767px) {
	.add-service p img {
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}

	.add-service p {
		text-align: center;
		margin-bottom: 10px;
	}

	.add-service a {
		position: relative;
		width: 100%;
		display: block;
		text-align: right;
		top: 0;
		right: 0;
		padding-bottom: 25px;
		font-size: 13px;
		margin-bottom: -10px;
	}
}

@media only screen and (max-width:860px) {
	.book-row .acc-book-box .book-dates,
	.book-row .acc-book-box .book-guests,
	.book-row .acc-book-box .book-btn {
		max-width: 100%;
	}

		.book-row .acc-book-box .book-dates input,
		.book-row .acc-book-box .book-guests .number-drop-input {
			width: 280px;
			margin: auto;
			margin-bottom: 20px;
		}

	.book-row .acc-book-box .book-btn {
		width: 100%;
		text-align: center;
		padding-left: 0;
		margin-top: 30px;
	}

		.book-row .acc-book-box .book-btn a {
			width: 280px;
		}

	.offer-desc-bg {
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0eg);
		-o-transform: skew(0deg);
		-ms-transform: skew(0deg);
		right: -25px;
	}

	.book-row .acc-book-offers .offer-item .title {
		padding-right: 55px;
		text-align: left;
	}
}

@media only screen and (max-width:410px) {
	.book-row .acc-book-box .book-dates input,
	.book-row .acc-book-box .book-guests .number-drop-input,
	.book-row .acc-book-box .book-btn a {
		width: 100%;
	}

	.book-row .acc-book-offers .offer-item .title,
	.book-row .acc-book-offers .offer-item .description {
		width: 100%;
		max-width: 100%;
		float: left;
	}

	.book-row .acc-book-offers .offer-item .row {
		padding-left: 0;
		display: block;
	}

	.book-row .acc-book-offers .offer-item .title h5 {
		top: 0;
		position: initial;
		display: block;
		text-align: center;
		width: 100%;
		padding: 20px;
		transform: none;
	}
}

/*== Checkout Title & Breadcrump  ==*/


.section.checkout-title {
	padding-bottom: 0;
	margin-bottom: -3rem;
}

.checkout-title .title-inner p {
	font-size: 16px;
	margin-bottom: 0;
}

	.checkout-title .title-inner p.booking-info-sub span {
		margin-right: 10px;
	}

.checkout-title .title-inner h1 {
	font-size: 18px;
	/*text-transform: uppercase;*/
}

.checkout-title .bread {
	margin-top: 15px;
}

.bread .bullets {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.bread .bullet i.la {
	top: 1px;
	position: relative;
}

.bread .bullet-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	vertical-align: middle;
}

	.bread .bullet-wrapper + .bullet-wrapper {
		flex-grow: 1;
	}

		.bread .bullet-wrapper + .bullet-wrapper::before {
			content: '';
			width: 100%;
			height: 8px;
			background-image: linear-gradient(to right, #7d755e, #7d755e);
			background-size: 100% 100%;
			background-position: 0;
			background-repeat: no-repeat;
			background-color: #e4e4e4;
			transition: all 100ms ease-in;
			box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
		}

.bread .bullet {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	padding: 0px;
	margin: 0px;
	color: white;
	font-size: 17px;
	border: 6px solid #7d755e;
	background-color: #7d755e;
	line-height: 37px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	cursor: help;
	transition: all 200ms 100ms ease-out;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
}

.bread .bullet-wrapper.active .bullet {
	color: #fff;
	background-color: #7d755e;
	border: 6px solid #1e1e1e;
	width: 60px;
	height: 60px;
	line-height: 46px;
}

.bread .bullet-wrapper.active ~ .bullet-wrapper::before {
	background-size: 0 100%;
}

.bread .bullet-wrapper.active ~ .bullet-wrapper .bullet {
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

/*== Checkout Page  ==*/

.selection-details {
	background: white;
	padding: 30px 40px;
	font-size: 14px;
}

	.selection-details a.policy {
		color: #5f203dc7;
		text-decoration: underline;
		font-size: 13px;
		outline: none;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		display: inline-block;
		width: 100%;
	}

	.selection-details .col-md-9 a {
		color: inherit;
		cursor: pointer;
	}

	.selection-details a.btn {
		color: white;
	}

	.selection-details a.btn-outline {
		color: #7d755e;
	}

		.selection-details a.btn-outline:hover,
		.selection-details a.btn-outline:focus {
			color: white;
		}

	.selection-details .row {
		border-bottom: 1px solid #ededed;
		padding: 25px 0;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

		.selection-details .row:first-child {
			padding-top: 10px;
		}

		.selection-details .row:last-child {
			border-bottom: 0;
			padding-bottom: 0;
		}

.selection-photo {
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
	padding: 30px;
}

	.selection-photo.car-selection {
		-webkit-background-size: initial !important;
		-moz-background-size: initial !important;
		-o-background-size: initial !important;
		background-size: initial !important;
	}

.no-padding-col {
	padding: 0 !important;
}

	.no-padding-col.title {
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		color: #3c3c3c;
	}

		.no-padding-col.title span {
			/*padding-top:7px;*/
			display: inline-block;
		}

.checkout-selection-box {
	position: relative;
}

.selection-row {
	box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
	border: solid 1px #e6e6e6;
	border-radius: 3px;
	/* overflow: hidden; */
}

.checkout-selection-box .selection-row {
	margin-bottom: 40px;
	position: relative;
}

.checkout .checkOutDeleteBtn {
	position: absolute;
	top: 0;
	right: 0;
	background: #7d755e;
	color: white;
	opacity: 0.7;
	width: 35px;
	height: 35px;
	outline: none;
	text-align: center;
}

	.checkout .checkOutDeleteBtn i {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.checkout .checkOutDeleteBtn:hover {
		opacity: 1;
	}

	.checkout .checkOutDeleteBtn span {
		color: white;
	}

.selection-details .edit-guests .number-drop-input {
	float: left;
}

.checkout-edit-btns.guests {
	float: left;
}

.selection-details .edit-guests .input-mask.disabled {
	pointer-events: none;
}

.selection-details .edit-guests input[type=text]:disabled {
	cursor: default !important;
	background-color: transparent !important;
	border-color: transparent;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	max-width: 100px;
	margin: 0 0;
}

.selection-details .edit-guests input {
	max-width: 120px;
	display: inline-block;
	float: left;
	border: solid 1px #dadada;
	font-size: 14px;
	background: white;
	color: #292929;
	border-radius: 3px !important;
	margin: 0 10px 0 0;
	transition: none;
}

.selection-details .number-drop-input .input-group-btn {
	margin-right: 10px;
}

.selection-details .edit-dates input,
.selection-details .edit-dates.table-book input {
	max-width: 250px;
	display: inline-block;
	float: left;
	border: solid 1px #dadada;
	font-size: 14px;
	border-radius: 3px;
	background: white;
	color: #292929;
	transition: none;
	cursor: pointer;
}

.selection-details .edit-dates.table-book input {
	max-width: 180px;
	text-align: left;
}

.selection-details .edit-dates.table-book .dropdown {
	/* width:200px; */
	float: left;
}

	.selection-details .edit-dates.table-book .dropdown.disabled {
		width: 80px;
		border: none;
	}

.selection-details .edit-dates.table-book input[type=text]:disabled {
	background: white;
}

.selection-details .edit-dates.table-book .dropdown .drop-btn {
	width: 180px;
	padding-right: 40px;
}

.selection-details .edit-dates.table-book .dropdown.disabled .drop-btn {
	border: solid 1px transparent;
	padding-left: 0;
	margin: 0;
	width: auto;
}

.selection-details .edit-dates.table-book .dropdown .drop-btn {
	margin-bottom: 0;
	padding: 9px 15px;
}

.selection-details .edit-dates.table-book .dropdown.disabled .drop-btn:after {
	display: none;
}

.selection-details .edit-dates input[type=text]:disabled {
	cursor: default !important;
	background-color: transparent !important;
	border-color: transparent;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
	max-width: 235px;
}

.selection-details .table-book.edit-dates input[type=text]:disabled {
	max-width: 120px;
}

.checkout-edit-btns a.edit-btn {
	position: relative;
	padding: 15px;
	top: 4px;
	left: -20px;
	padding-top: 0;
}

.checkout-edit-btns .checkout-confirm-edit {
	display: inline-block;
	float: left;
	margin-left: 40px;
}

	.checkout-edit-btns .checkout-confirm-edit a.save,
	.checkout-edit-btns .checkout-confirm-edit a.undo {
		outline: none;
		text-decoration: none;
		position: relative;
		line-height: 30px;
		font-size: 15px;
		top: 4px;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		border: solid 1px #8c8369;
		color: #8c8369;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

		.checkout-edit-btns .checkout-confirm-edit a.save:hover,
		.checkout-edit-btns .checkout-confirm-edit a.save:focus,
		.checkout-edit-btns .checkout-confirm-edit a.save:active,
		.checkout-edit-btns .checkout-confirm-edit a.undo:focus,
		.checkout-edit-btns .checkout-confirm-edit a.undo:hover,
		.checkout-edit-btns .checkout-confirm-edit a.undo:active {
			background: #7d755e;
			color: White;
		}

.totals-row {
	margin-top: 30px;
}

	.totals-row .totals-details {
		padding-right: 30px;
		position: relative;
		padding-top: 20px;
		padding-left: 0;
	}

		.totals-row .totals-details.mobile {
			display: none;
		}

		.totals-row .totals-details i {
			font-size: 19px;
			position: relative;
			top: 2px;
			margin-right: 5px;
			opacity: 0.6;
		}

.sep-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background: #ecebeb;
	width: 95%;
}

.totals-row {
	font-size: 14px;
}

	.totals-row .totals-costs .totals-wrap {
		background: white;
		padding: 35px;
		border: solid 1px #e6e6e6;
		box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
		border-radius: 3px;
	}

	.totals-row .totals-costs .totals-terms {
		margin: 20px 0;
		background: white;
		padding: 35px;
		border: solid 1px #e6e6e6;
		box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
		border-radius: 3px;
	}

		.totals-row .totals-costs .totals-terms p {
			display: inline-block;
			padding-left: 37px;
			font-size: 14px;
			line-height: 26px;
			margin-bottom: 0;
		}

.totals-terms.method-box .checkbox-container p {
	padding-left: 0;
}

.totals-row .totals-costs .totals-terms p a {
	color: #7d755e;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
}

.totals-row .totals-costs .totals-terms .checkbox-container {
	display: block;
	left: 0;
	top: 0;
}

.totals-row .totals-costs .total {
	color: #7d755e;
	font-size: 15px;
}

	.totals-row .totals-costs .total .price {
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 500 !important;
		font-style: normal !important;
		color: #8c8369;
	}

.totals-costs .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-bottom: 10px;
}

	.totals-costs .row:last-child {
		padding-bottom: 0px;
	}

	.totals-costs .row i.la {
		color: #b1b1b1;
		cursor: pointer;
		margin-left: 3px;
		font-size: 20px;
		position: relative;
	}

.totals-costs .totals-wrap .row .col-md-9 i.la-question-circle {
	top: 4px !important;
}

.totals-costs .row .col-md-2 {
	text-align: right;
	font-size: 15px;
	letter-spacing: -1px;
	color: #636363;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 500 !important;
	font-style: normal !important;
}

.totals-costs .row.remaining .col-md-2 {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 300 !important;
	font-style: normal !important;
}

.totals-button {
	margin-top: 30px;
}

	.totals-button a {
		width: 100%;
		padding: 15px;
		margin: 0;
		color: white;
		text-align: center;
		display: inline-block;
		position: relative;
		text-decoration: none;
	}

		.totals-button a img {
			position: Absolute;
			right: 25px;
			top: 16px;
			height: 20px;
		}

.card-icons {
	float: right;
	margin-top: 25px;
}

.step-2-btns,
.totals-terms,
.payment-container {
	display: none;
}

	.step-2-btns .totals-left-btn {
		padding-left: 0;
		float: left;
	}

		.step-2-btns .totals-left-btn a {
			background: #5c5c5c;
		}

			.step-2-btns .totals-left-btn a:hover {
				background: #156ebe;
			}

			.step-2-btns .totals-left-btn a img {
				left: 15px;
				right: initial;
			}

	.step-2-btns .col-12.totals-left-btn {
		padding-right: 0;
		float: none;
	}

	.step-2-btns .totals-right-btn {
		padding-right: 0;
		padding-left: 5px;
		float: left;
	}

.got-coupon {
	margin-top: 10px;
}

	.got-coupon p {
		color: #575757;
		font-size: 14px;
		float: left;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
		line-height: 45px;
	}

	.got-coupon input {
		float: left;
		display: inline-block;
		font-size: 14px;
		text-align: center;
	}

		.got-coupon input[type=text] {
			background: white;
			padding: 8px;
			border-right: 0;
			border: none;
			border-radius: 3px;
			width: 160px;
		}

		.got-coupon input[type=submit], .got-coupon a.couponBtn {
			border: none;
			padding: 8px 20px;
			background: #454545;
			color: white;
			text-align: center;
			font-size: 11px;
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px;
			cursor: pointer;
			transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}

			.got-coupon input[type=submit]:hover, .got-coupon a.couponBtn:hover {
				background: black;
			}

		.got-coupon input[type=text].error {
			outline: 1px solid #dc2626;
			outline-offset: -1px;
		}

		.got-coupon input[type=text].warning {
			outline: 1px solid #efa407;
			outline-offset: -1px;
		}

@media screen and (max-width: 991px) {

	.date-column {
		margin-bottom: 10px;
	}

	.selection-details {
		padding: 35px;
		margin-top: 0px;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.row.total .col-md-2,
	.row.total .col-md-10 {
	}

	.selection-details .row {
		padding: 20px 0;
	}

		.selection-details .row .col-md-3,
		.selection-details .row .col-md-9 {
			width: 50%;
			float: left;
		}

	.totals-wrap .row .col-md-2 {
		width: 20%;
		float: right;
	}

	.totals-wrap .row .col-md-10 {
		width: 80%;
		float: left;
	}

	.selection-photo {
		position: absolute;
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		top: 0;
		height: 0px !important;
		background: none !important;
	}

	.sep-line {
		width: 100%;
	}

	.got-coupon {
		margin: auto;
		width: 305px;
		height: 100px;
		margin-bottom: 30px;
	}

		.got-coupon p {
			width: 100%;
			text-align: center;
		}

	.mobile-breadcrumb,
	.breadcrumb.mobile-step-1 {
		display: block;
	}

	.breadcrumb.mobile-step-2,
	.breadcrumb.mobile-step-3 {
		display: none;
	}

	.breadcrumb {
		display: none;
	}

	.totals-button .step-2-btns .totals-left-btn,
	.totals-button .step-2-btns .totals-right-btn {
		width: 50%;
		float: left;
	}

	.totals-row .totals-details,
	.totals-row .totals-costs {
		padding-right: 0;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.drop-btn:after {
		display: none;
	}

	.totals-row .totals-details.mobile {
		display: block;
	}

	.totals-row .totals-details.desktop {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.selection-details .row .col-md-3,
	.selection-details .row .col-md-9 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.checkout-edit-btns .checkout-confirm-edit {
		margin: auto;
		float: none;
		width: 90px;
		display: block;
		clear: both;
		margin-top: 20px;
		text-align: center;
	}

	.selection-details .edit-dates input,
	.selection-details .edit-dates.table-book .dropdown .drop-btn,
	.selection-details .edit-dates.table-book .dropdown:disabled,
	.selection-details .edit-dates.table-book .dropdown,
	#dtRangePickerTable {
		float: none;
		margin: auto;
		width: 100% !important;
		max-width: 100%;
	}

		.selection-details .edit-dates.table-book .dropdown .drop-btn,
		.selection-details .edit-dates.table-book .dropdown:disabled,
		.selection-details .edit-dates.table-book .dropdown {
			text-align: left !important;
		}

	.selection-details .no-padding-col.title {
		padding-bottom: 10px !important;
	}

	.checkout-edit-btns.guests {
		float: none;
	}

	.selection-details .edit-guests input {
		max-width: 100%;
	}

	.selection-details .edit-guests .number-drop-input {
		float: none;
		margin: auto;
		width: 100%;
	}

	.tooltip.show,
	.tooltip {
		display: none !important;
		z-index: -1 !important;
		opacity: 0 !important;
	}

	.checkout-edit-btns .edit-btn {
		position: absolute !important;
		right: -10px !important;
		top: 5px !important;
		left: unset !important;
		left: initial !important;
		background: white;
	}

	.card-icons,
	.totals-costs .row i.la {
		display: none;
	}

	.checkbox-container p.title i {
		display: inline-block;
	}

	.totals-wrap .row .col-md-10,
	.totals-wrap .row .col-md-2 {
		width: 100%;
		text-align: center;
	}

	.totals-wrap .row .col-md-10 {
		margin-bottom: 5px;
	}

	.totals-wrap p.small-info i {
		display: inline-block;
	}

	.totals-row .totals-costs .total .price {
		font-size: 17px;
	}

	.dialog .modal-header i.custom {
		font-size: 53px !important;
	}
}

@media screen and (max-width: 410px) {
	.totals-button .step-2-btns .totals-left-btn,
	.totals-button .step-2-btns .totals-right-btn {
		width: 100%;
		float: left;
		padding: 0;
	}

	.totals-button .step-2-btns .totals-right-btn {
		margin-top: 15px;
	}
}

/*== Order Info  ==*/

.totals-details.myorder-info {
	padding-top: 0;
}

.myorder-details {
	padding: 25px 0;
	border-bottom: 1px solid #ededed;
	margin-left: 0;
	margin-right: 0;
}

p.myorder-title {
	color: #a4a4a4;
	font-size: 11px;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 15px;
	margin-top: -5px;
}

.myorder-info h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	color: #535353;
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0;
}

.myorder-info p {
	color: #4f97f9;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	margin-top: 0px;
}

.myorder-info span {
	font-size: 10px;
	color: #818181;
	padding: 10px 0;
	display: inline-block;
}

	.myorder-info span a {
		text-decoration: underline;
		color: #df5b5b;
	}

/*== Payment Schedule  ==*/

.details-cancelation {
	margin-bottom: 50px;
}

span.pending-status {
	color: #e3ab34;
}

span.ready-status {
	color: #5da24d;
}

.payment-type i.fa-long-arrow-right {
	color: #5da24d;
	font-size: 13px;
	margin-right: 8px;
	width: 17px;
}

.payment-type i.fa-clock-o {
	color: #e35e34;
	font-size: 13px;
	margin-right: 8px;
	width: 17px;
}

.row.payment-row b {
	font-size: 11px;
	color: #7d755e;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 700 !important;
	font-style: normal !important;
	text-transform: uppercase;
}

.row.payment-row {
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
	margin-left: 0;
	margin-right: 0;
	font-size: 14px;
}

	.row.payment-row:last-child, .row.payment-row:last-of-type {
		border-bottom: 0;
	}

.payment-last {
	text-align: right;
}

.row.total.current-total {
	color: #383838;
}

.row.total.current {
	margin-top: 15px;
	border-top: solid 2px #f0f0f0;
	padding-top: 15px;
}

.details-cancelation .row {
	padding: 5px 0;
	margin-left: 0;
	margin-right: 0;
	color: #636363;
}

	.details-cancelation .row.details-first .col-md-5,
	.details-cancelation .row.details-first .col-md-2 {
		border-bottom: solid 1px #ebebeb;
		padding-bottom: 10px !important;
	}

.fileinput-button {
	position: relative;
}

	.fileinput-button input {
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
		opacity: 0;
		-ms-filter: 'alpha(opacity=0)';
		direction: ltr;
		cursor: pointer;
		display: block;
		width: 100%;
		padding: 10px;
	}

.upload-row .table {
	margin-top: 20px;
	/* display:block; */
}

	.upload-row .table td p {
		margin: 0;
		font-size: 14px;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
	}

	.upload-row .table td {
		vertical-align: middle;
	}

		.upload-row .table td .btn {
			border-color: #8c8369;
			background: transparent;
			padding: 0;
			color: #8c8369;
			border-radius: 50%;
			width: 30px;
			height: 30px;
		}

			.upload-row .table td .btn:hover,
			.upload-row .table td .btn:focus {
				background: #7d755e;
				color: white;
			}

			.upload-row .table td .btn i {
				font-size: 14px;
				text-align: center;
				line-height: 28px;
			}

	.upload-row .table tr td:nth-child(2) {
		text-align: center;
	}

	.upload-row .table td .btn i.la-trash {
		font-size: 16px;
	}

.upload-row .progress {
	max-width: 180px;
}

.upload-row .progress {
	background-color: #f2f2f2;
	height: 10px;
	border-radius: 3px;
}

	.upload-row .progress .progress-bar {
		background-color: #8c8369;
	}


@media screen and (max-width: 991px) {
	.details-cancelation {
		padding-left: 20px;
	}

	.row.payment-row.payment-labels,
	.row.payment-row .status {
		display: none;
	}

	.row.payment-row .no-padding-col {
		flex: 100%;
		max-width: 100%;
		padding-right: 70px !important;
	}

		.row.payment-row .no-padding-col:first-child {
			margin-bottom: 10px;
		}

	.row.payment-row {
		position: relative;
	}

		.row.payment-row .payment-last {
			position: absolute;
			height: calc(100% - 2em);
			right: 0;
			width: auto;
			padding: 0 !important;
		}
}

@media screen and (max-width: 540px) {
	.row.payment-row .payment-last {
		position: relative;
		height: 100%;
		flex: 100%;
		max-width: 100%;
		text-align: left;
	}

		.row.payment-row .payment-last span.price {
			top: 10px;
			transform: none;
		}

	.payment-row .payment-type span.center {
		padding-right: 0px;
	}
}


/*== Checkout forms  ==*/

.checkout-forms-container {
	display: none;
	margin-left: -22px;
	margin-right: -22px;
}

.checkout-form .container {
	padding: 0 10px;
}

.checkout-form.guest-info {
	/*overflow:hidden;*/
	position: relative;
}

	.checkout-form.guest-info.members {
		overflow: visible;
	}

	.checkout-form.guest-info .container {
		max-height: 100%;
	}

	.checkout-form.guest-info.loading .container {
		opacity: 0.4;
	}

.header-buttons-container .dropdown-toggle:after,
.dropdown-toggle.has-icon:after {
	display: none;
}

.table-book .dropdown-toggle:after {
	display: block;
}

.dropdown-toggle:after {
	display: block;
	position: absolute;
	color: #d2d2d2;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	content: "\f110";
	font: normal normal normal 16px/1 LineAwesome;
	font-size: inherit;
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.checkout-form.guest-info .drop-btn {
	font-size: 15px;
}

h4.book-info-title {
	font-size: 17px;
}

.show-more-guests a {
	text-decoration: none;
	color: #b1b1b1;
	font-size: 17px;
	width: 100%;
	display: block;
}

	.show-more-guests a span {
		font-size: 13px;
		position: relative;
		top: -2px;
	}

.checkout-form.guest-info.open .show-more-guests i:before {
	content: "\f113";
}

.checkout-form.guest-info.show-less .row.guest-row {
	opacity: 0;
	transition: none;
	height: 0;
	padding: 0;
}

.row.guest-row.family-member {
	border-bottom: solid 1px #efefef;
	padding: 20px 0;
}

.checkout-form.guest-info.members {
	margin-left: 15px;
	margin-right: 15px;
	padding: 50px;
}
/* .row.guest-row.family-member:before */
/* { */
/* font-family:LineAwesome; */
/* font-size: 38px; */
/* text-decoration: inherit; */
/* text-rendering: optimizeLegibility; */
/* text-transform: none; */
/* -moz-osx-font-smoothing: grayscale; */
/* -webkit-font-smoothing: antialiased; */
/* font-smoothing: antialiased; */
/* display:block; */
/* content: "\f364"; */
/* position:absolute; */
/* top: 50%; */
/* left: -10px; */
/* transform: translateY(-50%); */
/* color: #cacaca; */
/* } */

.checkout-form.guest-info.show-less .row.guest-row:nth-child(-n+3) {
	opacity: 1;
	height: auto;
	transition: display .200s linear;
}

.checkout-form.guest-info.closed .container {
	/*max-height:20px;*/
	/*overflow:hidden;*/
}

.checkout-form.guest-info .container h2 {
	margin-bottom: 1.5rem;
}

.checkout-form.guest-info.closed .container h2 {
	margin-bottom: 0;
}

.checkout-form.guest-info .container .row.guests-provide {
	padding-top: 0;
}

.checkout-form.guest-info.closed .container .row.guests-provide {
	padding-top: 1.5rem;
}

.checkout-form.guest-info.closed .container .row {
	/*opacity:0;*/
	transition: display .200s linear;
	display: none;
}

.checkout-form.guest-info.closed .container h2 a i:before, .checkout-form.guest-info.closed .container h2 i:before {
	content: "\f110";
}

.checkout-form.guest-info .container h2 a i:before, .checkout-form.guest-info .container h2 i:before {
	content: "\f113";
}

.checkout-form.guest-info .container .row {
	/*opacity:1;*/
	transition: display .200s linear;
	display: flex;
}

.checkout-form.guest-info.closed .container .row.guests-provide {
	display: flex;
}

.checkout-form .row label {
	font-size: 11px;
	color: #7d755e;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 700 !important;
	font-style: normal !important;
	text-transform: uppercase;
}

.checkout-form.guest-info .row label {
	font-size: 15px;
	color: #4e4e4e;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 300 !important;
	font-style: normal !important;
	text-transform: none;
}

.checkout-form .container h2 i {
	position: absolute;
	right: -12px;
	top: -2px;
	font-size: 19px;
}

.checkout-form .container h2 {
	position: relative;
}

.checkout-form h2,
.checkout-form .form-checkbox {
	margin-left: -10px;
}

.checkout-form {
	padding: 30px;
	background: white;
	margin-bottom: 40px;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
	border: solid 1px #e6e6e6;
	border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}

	.checkout-form.checkout-login {
		margin-top: 40px;
	}

	.checkout-form h2 {
		margin-top: 0px;
		color: #7d755e;
		font-size: 14px;
		text-transform: uppercase;
	}

	.checkout-form input[type=checkbox], select {
		cursor: pointer;
	}

	.checkout-form select {
		height: 47px;
		font-size: 14px;
		width: 100%;
		margin-bottom: 15px;
		background: #fff;
		padding: 0 15px;
		box-sizing: border-box;
		border: 1px solid #dadada;
		border-radius: 3px;
		color: #000000;
		outline: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
	}

		.checkout-form select option {
			color: #a1a1a1;
		}

	.checkout-form input[type=text],
	.checkout-form input[type=email] {
		font-size: 15px;
		width: 100%;
		margin-bottom: 20px;
		-webkit-appearance: none;
		background: #fff;
		border: 1px solid #dadada;
		padding: 10px 15px;
		box-sizing: border-box;
		border-radius: 4px;
		line-height: 25px;
	}

	.checkout-form input.error {
		border-color: #dc2626 !important;
	}

	.checkout-form textarea {
		height: 100px;
		font-size: 14px;
		width: 100%;
		margin-bottom: 15px;
		-webkit-appearance: none;
		background: #fff;
		border: 1px solid #dadada;
		padding: 10px;
		border-radius: 3px;
		box-sizing: border-box;
	}

.info-help {
	padding-top: 10px;
	font-size: 10px;
	line-height: 15px;
	color: grey;
	font-style: italic;
}

	.info-help p {
		margin-bottom: 0;
		line-height: 19px;
	}

	.info-help i {
		display: inline-block;
		float: left;
		font-size: 14px;
		color: #4f97f9;
		margin-right: 8px;
		margin-top: 1px;
	}

.payment-container h4 {
	margin-top: 0px;
	color: #7d755e;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.payment-row .payment-type span {
	padding-left: 35px;
}

.payment-row .payment-type i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.payment-row .checkbox-container {
	position: absolute;
	top: 0px;
	left: 0;
}

.payment-row .payment-type i {
	font-size: 17px;
	color: #7d755e;
	font-weight: bold;
}

.payment-row .checkbox-container span {
	padding-left: 0px;
}

.payment-row span.payment-date {
	padding-top: 25px;
	display: block;
	width: 100%;
}

.payment-row span.date-status {
	position: absolute;
	font-size: 12px;
	color: darkgrey;
}

.payment-row span.center {
	position: relative;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	padding-right: 20px;
}

.payment-row span.price {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 500 !important;
	font-style: normal !important;
	color: #636363;
	font-size: 14px;
	letter-spacing: -1px;
}

.payment-row.selected span.price {
	color: #8c8369;
}

@media screen and (max-width: 991px) {
	.guest-info .row {
		margin-bottom: 10px;
	}

	.checkout-title .title-inner {
		text-align: center;
	}

	.dropdown-toggle:after {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.guest-info .row {
		margin-bottom: 30px;
	}

	.guest-info .row {
		position: relative;
	}

		.guest-info .row.guest-row:before {
			font: normal normal normal 16px/1 LineAwesome;
			font-size: inherit;
			text-decoration: inherit;
			text-rendering: optimizeLegibility;
			text-transform: none;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
			display: block;
			content: "\f364";
			position: absolute;
			top: 15px;
			left: -10px;
			color: #5f203c;
		}
}

/*== Checkout Success / Error ==*/

.book-info-box {
	text-align: center;
	background: white;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 50px;
	padding: 40px;
	color: #494949;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 3px 0px;
	border-radius: 3px;
}

	.book-info-box h3 {
		font-size: 20px;
		margin-top: 15px;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		color: #3c3c3c;
	}

		.book-info-box h3.error-title {
			color: #df5b5b;
		}

	.book-info-box p {
		max-width: 460px;
		margin: auto;
		margin-bottom: 60px;
		margin-top: 20px;
	}

	.book-info-box .book-info-btns {
		margin-top: 30px;
	}

		.book-info-box .book-info-btns a.error-back {
			max-width: 200px;
			position: relative;
		}

			.book-info-box .book-info-btns a.error-back img {
				position: Absolute;
				left: 15px;
				top: 16px;
				height: 20px;
			}

		.book-info-box .book-info-btns a {
			padding: 15px;
			width: 100%;
			display: inline-block;
			text-decoration: none;
			text-transform: uppercase;
			margin-bottom: 10px;
		}

	.book-info-box .col-md-7 {
		float: none;
		margin: 0 auto;
	}

	.book-info-box i.status-icon {
		font-size: 68px;
		color: #7d755e;
	}

.row.booking-success {
	border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}

.success.breadcrumb li span.step2-title {
	padding: 5px 0 5px 50px;
}

.booking-success .col-md-6 {
	float: left;
	font-size: 16px;
}

	.booking-success .col-md-6 span {
		color: #7d755e
	}

	.booking-success .col-md-6 b {
		color: #3c3c3c;
	}

	.booking-success .col-md-6 span {
		width: 100%;
		display: inline-block;
	}

@media screen and (max-width: 991px) {

	.book-info-box .book-info-btns {
		margin: 0;
	}

		.book-info-box .book-info-btns a {
			margin: 0;
		}

	.col-md-6.booking-code,
	.col-md-6.booking-status {
		margin-bottom: 15px;
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.book-info-box {
		margin-bottom: 60px;
	}
}


/*== Bootstrap Modal Styles  ==*/
.modal-header {
	background: #F6F6F6;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
}

.dialog.minimal .modal-header {
	background: white;
	border: none;
	text-align: left;
	padding: 25px;
}

	.dialog.minimal .modal-header h4 {
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 500 !important;
		font-style: normal !important;
		line-height: 25px;
		font-size: 20px;
	}

.dialog .modal-header {
	border-bottom: none;
	position: relative;
	text-align: center;
	border-radius: 3px 3px 0 0;
	padding: 15px;
	text-align: center;
}

.dialog .modal-header {
	background: #f6f6f6;
}

	.dialog .modal-header i.custom {
		margin: auto;
		font-size: 68px;
		color: #7d755e;
	}

.error .modal-header i.custom.la:before {
	content: "\f343";
}

.warning .modal-header i.custom.la:before {
	content: "\f1cf";
}

.delete .modal-header i.custom.la:before {
	content: "\f343";
}

.success .modal-header i.custom.la:before {
	content: "\f17c";
}

.info .modal-header i.custom.la:before {
	content: "\f24b";
}

.dialog .modal-body h4 {
	font-size: 23px;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	text-transform: capitalize;
}

.dialog .modal-body {
	padding: 25px;
}

/*== Contact ==*/
.contact-section .info-box h4 {
	margin-top: 35px;
}

.contact-section .info-box h2 {
	margin-bottom: 40px;
}

.contact-section .info-box span, .contact-section .info-box p {
	display: inline-block;
	width: 100%;
	font-size: 14px;
}

	.contact-section .info-box span a, .contact-section .info-box p a, .contact-section .info-box a {
		color: #4e4e4e;
		font-size: 15px;
	}

.contact-section .info-box h4 {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 700 !important;
	font-style: normal !important;
	text-transform: uppercase;
	font-size: 12px;
}

.contact-section .info-box span i,
.contact-section .info-box p i {
	position: relative;
	top: 2px;
	opacity: 0.5;
}

.form.contact-form {
	padding: 20px;
}

.contact-form textarea {
	resize: none;
	font-size: 14px;
}

.contact-form select {
	font-size: 14px;
	padding-left: 10px;
	height: auto !important;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACWSURBVEhLYxgFo4D2IJQhlBnKpArAal6cgs39WAVbdyiXIhAvb1sQJ2+7CcpFgFh5O0ugRc8ptQhigc2taBV7GagQKqDUIoIWwAC5FhFtAQzEy1tbkGIRyRbAALEWkW0BDBCyCGZBnIyFNFSIPIDLIqpZAAPoFlHdAhiAWQTMZDNpYgEMgCyKl7fZSTMLRsEoGIyAgQEA6rpJOfihkrwAAAAASUVORK5CYII=);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: right center;
}

.contact-form label.error {
	display: none !important;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #8c8369 !important;
}

.contact-form .form-label {
	font-size: 11px;
	color: #7d755e;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
	text-transform: uppercase;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 700 !important;
	font-style: normal !important;
}

.contact-form .form-control {
	border-radius: 0;
	border-color: #ccc;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	box-shadow: none;
	text-align: left;
}

	.contact-form .form-control:focus {
		box-shadow: none;
		border-color: #7d755e;
	}

.contact-form .js-hide-label {
	opacity: 0;
}

.contact-form .btn.contact-send {
	margin-top: 20px;
	position: relative;
}

.contact-success i {
	font-size: 68px;
	color: #7d755e;
}

/*== User Account ==*/

.customer-info .user-avatar i {
	font-size: 61px;
	color: #7d755e;
	background: white;
	border-radius: 50%;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 3px 0px;
	border: solid 5px #f6f6f6;
	position: absolute;
	top: -20px;
}

.customer-info .user-avatar h3.customer-info .user-avatar h3 {
	padding-top: 50px;
	font-size: 25px;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
}

.user-form h4.member-status {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
}

.customer-info input:disabled {
	cursor: default;
	background: transparent;
	border-color: transparent;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 0;
}

.customer-info .user-account-bottom .checkbox-container {
	text-transform: none;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 300 !important;
	font-style: normal !important;
}

.hidden-row.hide {
	visibility: hidden;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	transition: opacity .300s linear;
	padding: 0 !important;
	margin: 0 !important;
}

.hidden-row {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: opacity .300s linear;
}

.user-account-title {
	margin-right: -1rem;
	margin-left: -1rem;
}

	.user-account-title .btn-group {
		position: absolute;
		bottom: 0;
		right: 20px;
	}

	.user-account-title .buttons .dropdown-toggle i,
	.user-account-title .buttons.user-logout a i {
		font-size: 16px;
		margin-left: 5px;
		position: relative;
		top: 2px;
	}

.account-bread a i {
	font-size: 16px;
	position: relative;
	top: 1px;
	margin-right: 10px;
	background: #7d755e;
	padding: 5px;
	border-radius: 50%;
	color: white !important;
}

.user-account-title .buttons.user-logout a i,
.account-bread a i {
	color: #7d755e;
}

.user-account-title .buttons .dropdown-menu {
	min-width: 160px;
}

.user-account-title .buttons .dropdown-toggle,
.user-account-title .buttons.user-logout a,
.account-bread a {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	text-decoration: none;
	font-size: 16px;
	color: #4e4e4e;
}

@media only screen and (max-width: 1024px) {

	.user-account-bottom .form-checkbox,
	.user-account-bottom .edit-buttons {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.user-account-bottom .edit-buttons {
		margin-top: 40px;
		text-align: center !important;
	}
}

@media only screen and (max-width: 991px) {

	.user-account-bottom .form-checkbox,
	.account-bread .title-inner {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {

	.account-bread {
		padding-bottom: 0 !important;
	}

		.account-bread .title-inner {
			display: none;
		}

	.user-account-bottom .edit-buttons .btn {
		width: 100%;
	}

	section.user-profile .container {
		padding: 0;
		max-width: 100%;
	}

	h4.profile-title,
	p.profile-title-desc {
		text-align: center;
	}

	.customer-info .user-avatar i {
		top: 15px;
	}

	.customer-info .user-avatar h3 {
		padding-top: 90px !important;
	}

	.user-account-title .buttons.user-logout {
		display: none;
	}

	.user-account-title .buttons {
		text-align: center !important;
		margin-top: 20px;
	}

	.user-account-title {
		margin: 0;
	}

	.checkout-title .title-inner p.booking-info-sub span {
		width: 100%;
		display: block;
		text-align: center;
		margin: 0;
	}

		.checkout-title .title-inner p.booking-info-sub span.status {
			width: auto;
			display: inline;
		}

	.user-account-title .btn-group {
		position: relative;
		right: initial;
		right: unset;
	}
}

/*== User Account Orders List ==*/

h4.profile-title {
	color: #7d755e;
	font-size: 17px;
	text-transform: uppercase;
}

section.user-book-list .booking-list-box {
	box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
	border: solid 1px #e6e6e6;
	border-radius: 3px;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

	section.user-book-list .booking-list-box:first-child {
		margin-top: 0;
	}

.section.user-book-list .booking-list-box .book-item {
	padding: 40px 45px;
	background: white;
	width: 100%;
	border-bottom: solid 1px #ececec;
}

	.section.user-book-list .booking-list-box .book-item .info p {
		margin-bottom: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #ededed;
		padding-top: 20px;
		font-size: 14px;
	}

		.section.user-book-list .booking-list-box .book-item .info p span {
			font-family: 'Montserrat', arial, sans-serif;
			font-weight: 400 !important;
			font-style: normal !important;
			color: #3c3c3c;
			margin-right: 25px;
		}

			.section.user-book-list .booking-list-box .book-item .info p span.details {
				font-size: 14px;
				margin: 0;
				margin-left: 5px;
				color: #7d755e;
				font-family: 'Montserrat', arial, sans-serif;
				font-weight: 300 !important;
				font-style: normal !important;
			}

		.section.user-book-list .booking-list-box .book-item .info p.status span {
			color: #3c3c3c;
		}

		.section.user-book-list .booking-list-box .book-item .info p.status,
		.booking-info-sub span.status {
			font-family: 'Montserrat', arial, sans-serif;
			font-weight: 400 !important;
			font-style: normal !important;
			font-weight: normal;
			color: #7d755e;
		}

			.section.user-book-list .booking-list-box .book-item .info p.status i,
			.booking-info-sub span.status i,
			.booking-success .booking-status .status i {
				font-size: 19px;
				position: relative;
				top: 3px;
				margin-left: 5px;
			}

		.section.user-book-list .booking-list-box .book-item .info p:first-child {
			padding-top: 0px;
		}

		.section.user-book-list .booking-list-box .book-item .info p:last-child {
			border: none;
			padding-bottom: 0px;
		}

.section.user-book-list .booking-list-box .item-actions {
	width: 100%;
	background: #fdfdfd;
	padding: 20px 30px;
}

	.section.user-book-list .booking-list-box .item-actions .item-code {
		padding-left: 30px;
	}

		.section.user-book-list .booking-list-box .item-actions .item-code p {
			margin-bottom: 0;
			font-size: 15px;
			margin-top: 15px;
		}

			.section.user-book-list .booking-list-box .item-actions .item-code p span {
				font-family: 'Montserrat', arial, sans-serif;
				font-weight: 500 !important;
				font-style: normal !important;
				color: #7d755e;
				margin-left: 15px;
			}

				.section.user-book-list .booking-list-box .item-actions .item-code p span.from {
					font-family: 'Montserrat', arial, sans-serif;
					font-weight: 400 !important;
					font-style: normal !important;
					color: #7d755e;
					margin-left: 15px;
					text-decoration: line-through;
					opacity: 0.8;
					font-size: 14px;
					margin-right: -5px;
				}

@media only screen and (max-width: 767px) {
	.item-actions .item-code,
	.item-actions .item-action {
		text-align: center !important;
		padding-left: 15px !important;
	}

	.item-actions .item-action {
		margin-top: 20px;
	}

	.section.user-book-list .booking-list-box .book-item .info p span {
		display: block;
		width: 100%;
		margin: 0 !important;
	}

	.section.user-book-list .booking-list-box .item-actions .item-code p {
		margin-top: 0;
	}
}


/*== User Log in ==*/

.section.user-form .form-container {
	max-width: 450px;
	padding: 30px;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 2px 4px 0px;
	border: solid 1px #e6e6e6;
	border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}

.form-seperator {
	border-bottom: 1px solid #d6d6d6;
	width: 100%;
	text-align: center;
	min-height: 1px;
	margin-bottom: 40px;
	margin-top: 10px;
}

	.form-seperator span {
		background: white;
		color: gray;
		padding: 5px;
		display: block;
		width: 30px;
		margin: auto;
		position: relative;
		bottom: -15px;
		left: -5px;
		font-size: 17px;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 500 !important;
		font-style: normal !important;
	}

.form-container .login-form input[type=email],
.form-container .login-form input[type=txt],
.form-container .login-form input[type=text],
.form-container .login-form input[type=password] {
	font-size: 15px;
	width: 100%;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #dadada;
	padding: 10px 15px;
	box-sizing: border-box;
	border-radius: 4px;
	line-height: 25px;
	position: relative;
	text-align: left;
}

	.form-container .login-form input[type=email].has-icon,
	.form-container .login-form input[type=txt].has-icon,
	.form-container .login-form input[type=text].has-icon,
	.form-container .login-form input[type=password].has-icon {
		text-align: center;
	}

.form-container .login-form select {
	height: 47px !important;
	font-size: 14px;
	width: 100%;
	color: #6c757d;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #dadada;
	border-radius: 3px;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

	.form-container .login-form select.error {
		border-color: #dc2626 !important;
	}


.form-container .login-form input[type=email]:focus, .form-container .login-form input[type=txt]:focus, .form-container .login-form input[type=password]:focus {
	border-color: #676767;
	outline: none;
	box-shadow: none;
}

.input-group-addon {
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 100;
}

.form-container input.has-icon {
	padding-left: 55px !important;
	text-indent: -50px;
}

.form-container input.error {
	border-color: #dc2626 !important;
}

input.info {
	border-color: #0768ef !important;
}

.form-footer p {
	font-size: 15px;
}

.login-form .form-group p {
	font-size: 14px;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	margin-top: 10px;
}

.form-footer.bottom p a {
	/* text-decoration:underline; */
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
}

.form-footer.bottom p {
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d6d6d6;
}

@media only screen and (max-width: 410px) {

	.social-buttons .btn i {
		display: none;
	}

	.input-group-addon {
		display: none;
	}

	.form-container input.has-icon {
		padding-left: 15px !important;
		text-indent: 0;
	}
}

/*== Book Table ==*/

.general-info p {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 300 !important;
	font-style: italic !important;
	font-weight: 600;
	line-height: 27px;
	font-size: 14px;
	padding-left: 40px;
	color: #989898;
}

	.general-info p i {
		font-size: 24px;
		color: #7d755e;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-right: 10px;
		left: 0;
	}

.acc-book-box.book-table .drop-btn {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding-bottom: 5px;
	line-height: 33px;
}

.acc-book-box.book-table input::-webkit-input-placeholder {
	color: #151515;
	opacity: 1;
}

.book-times-container h5 {
	color: #212121;
	margin-bottom: 20px;
}

	.book-times-container h5 i {
		color: #d8d8d8;
		font-size: 27px;
		position: relative;
		top: 6px;
		margin-right: 5px;
	}

.book-times-container .book-times ul {
	display: block;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.book-times-container .book-times li {
	display: block;
	float: left;
	margin-bottom: 15px;
	background: #f0f0f0;
	border-radius: 4px;
	border: solid 1px #e8e8e8;
	margin-right: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
}

	.book-times-container .book-times li a {
		font-size: 14px;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		color: #353535;
		text-decoration: none;
		display: block;
		width: 100%;
		padding: 3px 8px;
		text-align: center;
		min-width: 73px;
	}

	.book-times-container .book-times li.active {
		background: #7d755e;
		box-shadow: none;
	}

		.book-times-container .book-times li.active a {
			color: white;
		}

.single .calendar.left th.next.available {
	display: inline-block;
}

.single.daterangepicker td.start-date.active,
.single.daterangepicker td.end-date.active {
	background: #7d755e !important;
}

.book-table-btn.add-table {
	margin-top: 42px !important;
}

@media only screen and (min-width: 767px) {
	.book-table-btn {
		margin-top: 42px !important;
	}
}

@media only screen and (max-width: 767px) {

	.acc-book-box.book-table .form-control,
	.acc-book-box.book-table #dtRangePickerTable {
		margin-bottom: 20px;
	}

	.book-times-container .book-times li {
		width: 100%;
		text-align: center;
	}

		.book-times-container .book-times li a {
			padding: 10px 15px;
		}

	.book-times-container h5 {
		text-align: center;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		margin-left: -20px;
	}

	.book-table-btn.add-table {
		width: 100%;
		display: block
	}
}


/*== Membership Page ==*/
.member-icon svg {
	position: absolute;
	bottom: -120px;
	left: -20px;
	max-width: 400px;
	height: auto;
	width: 100%;
}

.member-icon-container {
	overflow: hidden;
	position: relative;
	padding: 150px 0;
	padding-top: 200px;
}

	.member-icon-container img.heimatt-logo {
		width: 100%;
		max-width: 280px;
		position: absolute;
		top: 40px;
		left: 40px;
	}

.user-member-box img {
	max-width: 60px;
	margin-bottom: 15px;
	opacity: 0.7;
}

.user-member-box .member-info a {
	text-decoration: none;
}

	.user-member-box .member-info a i {
		font-size: 19px;
		position: relative;
		margin-right: 5px;
		top: 2px;
	}

		.user-member-box .member-info a i.la-info-circle {
			font-size: 17px;
		}

.user-member-box .member-info.credits a {
	color: gray;
}

.user-member-box {
	min-height: 320px;
}

	.user-member-box h3 {
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 500 !important;
		font-style: normal !important;
		font-size: 23px;
		font-weight: lighter;
		color: #c5c5c5;
		letter-spacing: 1px;
		margin-bottom: 15px;
		text-align: center;
		text-decoration: none;
		outline: none;
	}

	.user-member-box h4 {
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 500 !important;
		font-style: normal !important;
	}

	.user-member-box .date-info {
		font-size: 13px;
	}

.member-add-funds {
	text-align: center;
}

	.member-add-funds input[type="number"] {
		width: 70%;
		padding: 15px;
		border-radius: 3px;
		border: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		font-size: 14px;
		background: #efefef;
		float: left;
		height: 50px;
	}

	.member-add-funds input[type="submit"] {
		width: 30%;
		height: 50px;
		line-height: 50px;
		background: #7d755e;
		color: #fff;
		border: none;
		border-radius: 3px;
		padding: 0;
		margin: 0px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		font-size: 12px;
		letter-spacing: 1px;
		cursor: pointer;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		text-align: center;
		white-space: nowrap;
	}

		.member-add-funds input[type="submit"]:hover, .member-add-funds input[type="submit"]:focus {
			background: #5c543e;
			transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		}

.news-feed ul {
	list-style: none;
	margin-left: 50px;
}

	.news-feed ul li {
		position: relative;
	}

		.news-feed ul li p.small-info {
			margin-top: 0;
			margin-bottom: 30px !important;
			line-height: 28px;
		}

			.news-feed ul li p.small-info span.info-date {
				width: 100%;
				display: inline-block;
				font-size: 11px;
				color: gray;
			}

			.news-feed ul li p.small-info span.info-amount {
				font-family: 'Montserrat', arial, sans-serif;
				font-weight: 400 !important;
				font-style: normal !important;
				width: 100%;
				display: block;
				color: black;
				margin-top: 10px;
				font-size: 11px;
				text-transform: uppercase;
			}

			.news-feed ul li p.small-info a {
				font-family: 'Montserrat', arial, sans-serif;
				font-weight: 400 !important;
				font-style: normal !important;
				text-decoration: underline;
			}

		.news-feed ul li.latest::before {
			color: #8c8369;
		}

		.news-feed ul li::before {
			content: "";
			font-family: 'Montserrat', arial, sans-serif;
			font-weight: 700 !important;
			font-style: normal !important;
			color: rgba(187, 187, 187, 0.62);
			display: inline-block;
			width: 1em;
			left: -75px;
			font-size: 19px !important;
			width: 50px;
			height: 50px;
			text-align: center;
			line-height: 49px !important;
			position: absolute;
			top: 3px;
			background: white;
			border-radius: 50%;
			font: normal normal normal 16px/1 LineAwesome;
			font-size: inherit;
			text-decoration: inherit;
			text-rendering: optimizeLegibility;
			text-transform: none;
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
			z-index: 10;
		}

		.news-feed ul li::after {
			display: block;
			content: "";
			height: 100%;
			width: 3px;
			position: Absolute;
			left: -52px;
			background: #e2e2e2;
			top: 50px;
			z-index: -1;
		}

.news-feed .title-inner {
	position: relative;
	z-index: 100;
}

.news-feed ul li:last-child:after {
	display: none;
}

.news-feed ul li.news::before {
	content: "\f156";
}

.news-feed ul li.info::before {
	content: "\f24b";
}

.news-feed ul li.warning::before {
	content: "\f1cf";
}

.news-feed ul li.plus::before {
	content: "\f2c2";
	/* color: #1dce1d; */
}

.news-feed ul li.minus::before {
	content: "\f28e";
	/* color: #ea5b5b; */
	color: #8c8369;
}

.news-feed.transactions li.plus p {
	/* border-left: solid 5px #1dce1d !important; */
}

.news-feed.transactions li.minus p {
	/* border-left: solid 5px #ea5b5b !important; */
}

.feed-nav-section .nav-pills .nav-link {
	font-size: 10px;
	border-radius: 30px;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	color: #656565;
	text-transform: uppercase;
	background: #ececec;
	margin: 5px;
}

	.feed-nav-section .nav-pills .nav-link.active {
		background-color: #7d755e;
		color: white;
	}

.feed-nav-section .nav-pills {
	position: absolute;
	right: 15px;
	z-index: 500;
	bottom: -50px;
}

.feed-nav-section {
	position: relative;
	z-index: 400;
}

.feed-tabs-section {
	position: relative;
	z-index: 100;
}

@media only screen and (max-width: 991px) {

	.member-icon-container img.heimatt-logo {
		left: 50%;
		transform: translateX(-50%);
	}

	.member-icon svg {
		left: 50%;
		transform: translateX(-50%);
		bottom: -100px;
	}

	.news-feed .title-inner {
		text-align: center;
	}

	.feed-nav-section .nav-pills {
		position: static;
		right: initial;
		margin: auto;
		text-align: center;
		max-width: 355px;
		margin-bottom: 20px;
	}

		.feed-nav-section .nav-pills li {
			margin: auto;
		}

		.feed-nav-section .nav-pills .nav-link {
			padding: 5px 20px;
		}

	.user-profile .member-info .col-md-12:first-child .user-member-box {
		padding-bottom: 0 !important;
	}
}

@media only screen and (max-width: 767px) {

	.user-profile .member-info .col-md-12:first-child .user-member-box {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.user-profile .container.p-3 {
		margin: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.news-feed .container {
		max-width: 100%;
		padding: 0;
	}

		.news-feed .container .feed {
			padding-right: 20px !important;
		}

	.news-feed .feed,
	.news-feed .row {
		padding: 0 !important;
		margin: 0 !important;
		width: 100%;
	}

	.feed p.small-info.default {
		font-size: 14px;
		line-height: 25px;
	}

	.news-feed ul li::before,
	.news-feed ul li::after {
		display: none;
	}

	.news-feed ul {
		margin-left: 0;
		padding-left: 20px;
	}

		.news-feed ul li p.small-info {
			margin-bottom: 25px !important;
		}
}


/*== Supplements ==*/

.suppl-box {
	margin-top: 31px;
	padding: 0;
}

.add-service .add-btn {
	display: block;
	width: 100%;
	text-align: center;
	top: 0;
	right: initial;
	position: relative;
}

.suppl-container {
	margin-top: 25px;
	width: 100%;
	padding: 40px;
	padding-top: 0;
	border-top: solid 1px #e6e6e6;
}

	.suppl-container.bg-white {
		padding-top: 20px !important;
	}

.suppl-row .suppl-title {
	text-decoration: none;
	color: #636363;
	font-size: 16px;
	padding: 0;
	/* font-family: 'Montserrat', arial, sans-serif;font-weight: 400 !important;font-style: normal !important; */
	z-index: 100;
}

	.suppl-row .suppl-title p {
		margin-bottom: 5px;
	}

	.suppl-row .suppl-title .suppl-price a {
		color: #7d755e;
		margin: 0 5px;
		font-size: 14px;
		display: inline-block;
		position: relative;
		top: -2px;
	}

.suppl-row .suppl-price span {
	color: #636363;
	font-size: 17px;
	letter-spacing: -1px;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 500 !important;
	font-style: normal !important;
}

.suppl-row.active .suppl-price span {
	color: #8c8369;
}

.suppl-row.active .btn.small i:before {
	content: "\f191";
}

.suppl-container .suppl-row {
	margin: 0;
	padding: 20px 0 !important;
	border-bottom: dashed 1px #d4d4d4;
}

	.suppl-container .suppl-row:last-child {
		padding-bottom: 0 !important;
		border-bottom: none;
	}

	.suppl-container .suppl-row .btn.small {
		border-color: #7d755e !important;
		background: transparent;
		color: #7d755e;
		padding: 7px 20px;
	}

		.suppl-container .suppl-row .btn.small i {
			font-size: 16px;
			position: relative;
			top: 2px;
			right: -7px;
		}

.suppl-actions .row {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 265px;
	margin: 0;
}

.suppl-container .suppl-row.active .btn.small, .suppl-container .suppl-row .btn.small.active {
	background: #7d755e;
	color: white;
}

.suppl-header .add-service {
	border-bottom: 0;
	background: none;
}

	.suppl-header .add-service a {
		right: 0;
		top: 0;
		width: auto;
		display: inline;
		position: relative;
		font-size: 15px;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
		color: #7d755e;
		text-decoration: none;
		margin-right: 20px;
		cursor: pointer;
	}

		.suppl-header .add-service a i,
		.suppl-header .add-service a .glyphicon {
			font-size: 15px;
			margin-right: 5px;
			position: relative;
			top: 0px;
		}

		.suppl-header .add-service a .glyphicon {
			font-size: 14px;
			margin-right: 10px;
		}

		.suppl-header .add-service a img {
			position: relative;
			top: -5px;
			margin-right: 10px;
			margin-left: -15px;
			width: 35px;
		}

.suppl-actions .add-suppl input {
	background: transparent;
}

	.suppl-actions .add-suppl input.active {
		border-color: #7d755e;
	}

.result-price-tags span {
	display: inline-block;
	margin-right: 5px;
	padding: 2px 12px;
	font-size: 11px;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	background: #f0f0f0;
	border-radius: 20px;
	border: solid 1px #e8e8e8;
	margin-top: 8px;
	line-height: 22px;
}

@media only screen and (max-width: 768px) {

	.suppl-row .suppl-title,
	.search-prices .price-item {
		text-align: center;
	}

		.search-prices .price-item .price-item-actions {
			margin: 0;
		}

			.search-prices .price-item .price-item-actions .inner,
			.suppl-actions .row {
				position: relative;
				text-align: center;
				margin: auto;
				top: 0;
				left: initial;
				right: initial;
				transform: none;
				margin-top: 15px;
			}

	.suppl-container .suppl-row {
		padding: 30px 0 !important;
	}
}

/*== Add Family Member ==*/

.input-info {
	position: absolute;
	top: 0;
	right: 0;
	position: absolute;
	top: 10px;
	right: 21px;
	font-size: 23px;
	color: #a5a5a5;
	text-decoration: none !important;
}

	.input-info:hover,
	.input-info:focus {
		color: black;
	}

.add-member-box {
	border: dashed 2px #f5f5f5;
	border-radius: 3px;
}

	.add-member-box a p {
		font-size: 11px;
		color: #7d755e;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 700 !important;
		font-style: normal !important;
		text-transform: uppercase;
		text-decoration: none;
	}

	.add-member-box a {
		text-decoration: none;
	}

.guest-row.family-member {
	background: #fbfbfb;
	border-radius: 3px;
	position: relative;
}

	.guest-row.family-member.collapsed {
		background: none;
	}

	.guest-row.family-member .btn {
		min-width: 115px;
	}

	.guest-row.family-member.collapsed .hidden-edit {
		display: none;
	}

	.guest-row.family-member.collapsed input {
		border: 0;
		pointer-events: none;
		text-align: center;
		padding: 0;
		margin-bottom: 0px;
		font-size: 16px;
		color: #7d755e;
		background: transparent;
		font-family: 'Montserrat', arial, sans-serif;
		font-weight: 400 !important;
		font-style: normal !important;
	}

	.guest-row.family-member.collapsed img {
		margin-bottom: 10px;
		background: #fbfbfb;
		border-radius: 50%;
		padding: 10px;
		box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
	}

	.guest-row.family-member.collapsed .btn.edit-member {
		margin-top: 25px;
	}

.guest-row.family-member {
	padding: 20px;
}

	.guest-row.family-member.collapsed .delete-member {
		display: none;
	}

	.guest-row.family-member .delete-member {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 19px;
		color: #cacaca;
		outline: none;
		text-decoration: none;
	}

	.guest-row.family-member.collapsed .hidden-edit.buttons {
		display: block;
	}

		.guest-row.family-member.collapsed .hidden-edit.buttons .btn.save-member,
		.guest-row.family-member.collapsed .hidden-edit.buttons .btn.cancel-member {
			display: none;
		}

.guest-info.edit-profile .row {
	margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {

	.guest-row.family-member .hidden-edit.buttons .btn.save-member,
	.guest-row.family-member .hidden-edit.buttons .btn.cancel-member {
		width: 50%;
		margin: 0;
		margin-top: 20px;
	}
}


/*== General CSS Animations ==*/

@media only screen and (min-width: 768px) {

	@supports (--css: variables) {
		[data-animation] {
			animation-duration: .4s;
			animation-timing-function: ease-in-out;
			animation-fill-mode: forwards
		}

		[data-animation=fadeUp] {
			transform: translateY(1rem);
			opacity: 0
		}

			[data-animation=fadeUp].animate {
				animation-name: d
			}

		[data-animation=fadeDown] {
			transform: translateY(-1rem);
			opacity: 0
		}

			[data-animation=fadeDown].animate {
				animation-name: d
			}

		@keyframes d {
			to {
				transform: translateY(0);
				opacity: 1
			}
		}

		[data-animation-order="0"] {
			animation-delay: 0s
		}

		[data-animation-order="1"] {
			animation-delay: .15s
		}

		[data-animation-order="2"] {
			animation-delay: .3s
		}

		[data-animation-order="3"] {
			animation-delay: .45s
		}

		[data-animation-order="4"] {
			animation-delay: .6s
		}

		[data-animation-order="5"] {
			animation-delay: .75s
		}

		[data-animation-order="6"] {
			animation-delay: .9s
		}

		[data-animation-order="7"] {
			animation-delay: 1.05s
		}

		[data-animation-order="8"] {
			animation-delay: 1.2s
		}

		[data-animation-order="9"] {
			animation-delay: 1.35s
		}

		[data-animation-order="10"] {
			animation-delay: 1.5s
		}
	}
}

/*== Global Custom Responsive Styles ===*/

@media only screen and (max-width: 991px) {
	.col-12c {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.col-6c {
		width: 50% !important;
		max-width: 50% !important;
		min-width: 50% !important;
		flex: 0 0 50% !important;
	}
}

@media only screen and (max-width:767px) {
	.col-6c {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		flex: 0 0 100% !important;
	}
}

/*==  Photoswipe lightbox  ===*/

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none;
	transition: opacity .300s linear;
}

	.pswp * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.pswp img {
		max-width: none;
	}

.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
	z-index: 10001;
}

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #171717;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

	.pswp__error-msg a {
		color: #CCC;
		text-decoration: underline;
	}

.pswp__top-bar, .pswp__caption {
	background: none !important;
}

.pswp__top-bar,
.pswp__button--arrow--left,
.pswp__button--arrow--right,
.pswp__caption {
	opacity: 1 !important;
	display: block !important;
}

	.pswp__button--arrow--left:before,
	.pswp__button--arrow--right:before {
		background-color: #7d755e !important;
		border-radius: 50% !important;
		width: 50px !important;
		height: 50px !important;
	}

	.pswp__button--arrow--left:before {
		background-position: -132px -34px !important;
		left: 15px !important;
	}

	.pswp__button--arrow--right:before {
		background-position: -84px -35px !important;
		right: 15px !important;
	}

/* Derp Explorer fixes */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.bg-cover {
		background-attachment: local;
	}
	/* .kensburns */
	/* { */
	/* animation:none !important; */
	/* } */
}

.form-container .grecaptcha-badge, .contact-form .grecaptcha-badge {
	display: none !important;
}

div.info.subscribe {
	display: none;
	padding: 5px 0;
	color: #b7b7b7;
	font-size: 12px;
	text-align: left;
}

.text-center .btn {
	text-transform: uppercase;
}

.btn.searchBox {
	color: #fff !important;
	text-transform: uppercase;
}

i.currency-kr {
	font-style: normal !important;
	font-size: 80%;
	font-weight: 300;
	text-decoration: none;
}

.paymentFrame {
	width: 600px;
	min-height: 500px;
	overflow: scroll;
	display: block;
	margin: 0 auto;
}

.totals-card-logos {
	margin-top: 20px;
}

.cardIcon {
	display: inline-flex;
	height: 32px;
	margin: 0 1px;
	padding: 0;
	outline: none;
}

	.cardIcon:hover::after {
		text-decoration: none;
	}

	.cardIcon img {
		padding: 0;
		margin: 0;
	}

.emptyLink {
	cursor: pointer !important;
}

	.emptyLink:hover {
		text-decoration: underline !important;
	}





/* LOCATION STYLES */

.map-description-container {
	padding: 0px;
	background: rgba(239, 239, 239, 0.4);
}

.map-container-section {
	background: #EFEFEF;
	margin-top: -40px;
}

.page-title.location-title {
	min-height: 540px;
	background-position: center bottom;
}

.location-maps .feed-nav-section .nav-pills .nav-link {
	box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
	background: white;
}

	.location-maps .feed-nav-section .nav-pills .nav-link.active {
		background-color: #7d755e;
	}

@media only screen and (max-width: 991px) {
	.map-container-section {
		margin-top: -1px;
	}

	.page-title.location-title {
		min-height: 100%;
		padding-bottom: 120px !important;
	}

	.location-maps .feed-nav-section .nav-pills .nav-link {
		background: #ececec;
	}

	.location-maps .feed-nav-section .nav-pills {
		position: absolute;
		top: -80px !important;
		width: 215px;
	}

	.map-container-section .container {
		padding: 0;
		margin: 0;
		max-width: 100%;
	}

	.location-maps .feed-tabs-section:after {
		content: "";
		width: 30px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		background: linear-gradient(to right, rgba(239, 239, 239, 0) 30%,rgb(239, 239, 239) 100%);
	}

	.location-maps .feed-tabs-section:before {
		content: "";
		width: 30px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		background: linear-gradient(to left, rgba(239, 239, 239, 0) 30%,rgb(239, 239, 239) 100%);
		z-index: 400;
	}
}

@media only screen and (max-width:1200px) {
	.map-container-section .container {
		padding: 0;
		margin: 0;
		max-width: 100%;
	}

		.map-container-section .container .maps-row {
			padding: 0;
			margin: 0;
		}
}

.section.location-about {
	padding: 40px 0;
}

.location-maps .feed-nav-section .nav-pills {
	bottom: unset;
	top: -100px;
	right: unset;
	margin: auto;
	right: 50%;
	transform: translate(50%,0%);
}

.dmap-container {
	overflow: auto;
	position: relative;
}

	.dmap-container img.map-bg {
		width: 990px;
	}

	.dmap-container .inner {
		width: 990px;
		position: relative;
		margin: auto;
	}

.location-maps {
	padding: 0;
}

.dmap-marker-layer {
	position: absolute;
	width: 990px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

	.dmap-marker-layer a.marker {
		width: 40px;
		height: 55px;
		display: block;
		position: absolute;
		background: url('../images/icons/marker-small.png');
	}

		.dmap-marker-layer a.marker:hover,
		.dmap-marker-layer a.marker:focus {
		}

		.dmap-marker-layer a.marker.selected {
			background: url('../images/icons/marker-small-selected.png');
		}

	.dmap-marker-layer .marker.point-1 {
		left: 320px;
		top: 115px;
	}

	.dmap-marker-layer .marker.point-2 {
		left: 375px;
		top: 175px;
	}

	.dmap-marker-layer .marker.point-3 {
		left: 525px;
		bottom: 295px;
	}

	.dmap-marker-layer .marker.point-4 {
		left: 460px;
		bottom: 250px;
	}

.back-map:before {
	width: 0px;
	height: 0px;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 50px solid #efefef;
	position: absolute;
	right: 50%;
	transform: translate(50%,0%);
	top: 0px;
	content: "";
}

.back-map {
	position: absolute;
	right: 50%;
	transform: translate(50%,0%);
	top: 0px;
	text-align: center;
}

	.back-map a {
		display: block;
		position: relative;
		font-size: 8px;
		text-transform: uppercase;
		color: #a0a0a0;
		text-decoration: none;
		margin-top: -2px;
	}

.map-desc {
	padding-top: 80px;
}

#location-map {
	/*max-width: 920px;*/
	width: 100%;
	min-height: 692px;
	margin-top: -20px !important;
	margin-bottom: 30px !important;
	margin: auto;
}

.map-desc .carousel-controls-container {
	left: 25px;
	right: unset;
	right: initial;
}

.map-desc .carousel.slide .carousel-controls-container .carousel-bg {
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30eg);
	-o-transform: skew(30deg);
	-ms-transform: skew(30deg);
	right: 20px;
}

/* LOCATION STYLES */
.loading-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.30);
	display: none;
	border-radius: 3px;
	border: 1px solid #b5b5b5;
}

.loading .loading-cover {
	display: block;
}

.inline-span-result {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	line-height: 22px;
	width: 100%;
}

	.inline-span-result.success {
		color: #40af27;
	}

	.inline-span-result.error {
		color: #dc2626;
		padding: 5px 0 10px 0;
	}

	.inline-span-result i {
		color: #dc2626;
		font-size: 18px;
		cursor: help;
		margin-left: 5px;
		vertical-align: bottom;
	}


.catering-menu-courses {
	padding: 0;
	margin: 0;
	text-align: center;
}

	.catering-menu-courses span.item-name {
		text-align: center;
		font-weight: bold;
		color: #767676;
		font-size: 15px;
		display: block;
	}

	.catering-menu-courses div.item-details {
		text-align: center;
		font-weight: normal;
		font-size: 14px;
		color: #909090;
	}

		.catering-menu-courses div.item-details p {
			text-align: center;
			font-weight: normal;
			font-size: 14px;
			color: #909090;
		}

.loading-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	top: 0;
	left: 0;
	z-index: 999998;
}

.loading .loading-overlay {
	display: block;
}

.motos h2 a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	min-height: 190px;
	display: block;
	border-radius: 50px;
	transition: background-color 0.2s ease-in-out;
}

	.motos h2 a:hover {
		color: #ffffff9c;
		text-decoration: none;
		background-color: #7d755e99;
		border-radius: 50px;
		/*box-shadow: 0 0 5px #ffffff47;*/
	}

.fileButton {
	max-width: 100%;
	overflow: hidden;
}

h2.toggle-container a {
	display: block;
	cursor: pointer;
}

.modal-clean-wrapper {
	padding: 25px;
}

.myRangeBookInfo {
	padding: 10px 15px 0px 45px;
	font-size: 11px;
	font-weight: normal;
	color: #808080;
	max-width: 534px;
	text-align: left;
	position: relative;
	line-height: 18px;
	font-style: italic;
}

	.myRangeBookInfo i {
		position: absolute;
		left: 15px;
		top: 50%;
		font-size: 18px;
		color: #808080;
		transform: translate(0, -50%);
	}

	.myRangeBookInfo a {
		font-size: 11px;
		font-weight: normal;
		color: #808080;
		font-style: italic;
	}

		.myRangeBookInfo a:hover {
			text-decoration: underline;
			color: #808080 !important;
			background-color: initial !important;
		}

@media only screen and (max-width: 767px) {

	.myRangeBookInfo {
		max-width: 267px;
		padding: 10px 0px 0px 0px;
	}

		.myRangeBookInfo i {
			display: none;
		}
}

.container.locationMapContainer {
	max-width: 100%;
}

.card-second {
	font-size: 14px;
	color: #4e4e4e;
	padding: 0;
}

	.card-second i {
		font-size: 16px;
		color: #4e4e4e;
		margin-right: 5px;
		vertical-align: text-top;
	}

.calendar-input {
	background: #fff url(../images/calendar-sm.png) no-repeat 5px center !important;
	padding-left: 38px !important;
}

section.search-results-title {
	padding-top: 40px !important;
	padding-bottom: 20px !important;
}

.price-includes-link {
	cursor: pointer;
	color: #4e4e4e;
	display: block;
}

	.price-includes-link:hover {
		text-decoration: underline;
		color: #4e4e4e;
	}

.my-welcome-close {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	opacity: 0.8;
}

	.my-welcome-close:hover, .my-welcome-close:focus, .my-welcome-close:active {
		color: #fff;
		opacity: 0.8;
	}

.daterangepicker {
	z-index: 99999 !important;
}

	.daterangepicker td.week, .daterangepicker th.week {
		color: #7d755e !important;
	}

.style-time-limit {
	font-size: 12px !important;
	color: #7d755e !important;
	text-align: center !important;
}

	.style-time-limit i.la {
		font-size: 14px;
		color: #7d755e;
		margin-right: 5px;
	}

.hover-color:hover {
	color: #fff !important;
}

.left-right-padding {
	padding-left: 24px;
	padding-right: 24px;
}

.menu-user-icon {
	font-size: 15px;
	letter-spacing: 0;
	color: #fff;
	white-space: nowrap;
	text-shadow: 1px 1px #404040;
	padding-right: 10px;
}

	.menu-user-icon:hover {
		color: #fff;
		text-decoration: none;
		opacity: 1 !important;
	}

.menu-span-icon {
	position: relative;
	bottom: 7px;
}

.badge {
	border-radius: 50%;
}

#lblCartCount {
	font-size: 9px;
	background: #ff0000;
	color: #fff;
	padding: 3px 5px;
	vertical-align: top;
	margin-left: -10px;
}

.font-19 {
	font-size: 14px !important;
}

.style-msg {
	margin-bottom: 10px;
	font-size: 14px !important;
}

	.style-msg p {
		font-size: 14px !important;
		margin-bottom: 0px;
	}

.style-border {
	border-bottom: 1px solid #ededed;
}


.totals-wrap.infobox {
	padding-left: 70px !important;
	position: relative;
	font-size: 13px;
	line-height: 22px;
	color: #8c8369 !important;
}

	.totals-wrap.infobox i.la {
		position: absolute;
		left: 40px;
		top: 60px;
		font-size: 30px;
		margin: 0;
		color: #8c8369 !important;
	}



.paging-btn {
	display: inline-block;
	background: #7d755e;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

	.paging-btn.current, .paging-btn:hover {
		color: #fff;
		outline: none;
		text-decoration: none;
		background: #5c543e;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
/*	.paging-btn.left-paging {
		margin-right: 10px;
	}
	.paging-btn.right-paging {
		margin-left: 10px;
	}*/


.header-lang-label {
	display: inline-block;
	width: 30px;
	height: 26px;
	padding: 0;
	margin: 0;
	font-size: 15px !important;
	color: #fff !important;
	line-height: 26px;
	vertical-align: top;
}

.price-no-discount {
	text-decoration: line-through !important;
	opacity: .7 !important;
	font-weight: 300 !important;
}

.bg-custom-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.bg-custom-video video {
		min-width: 100%;
		min-height: 100vh;
		width: 100%;
		object-fit: cover;
	}

.slider-search-container {
	position: relative;
	width: 100%;
	max-width: 825px;
	padding: 20px 50px;
	background-color: #f4f4f4cc;
	border-radius: 50px;
}

	.slider-search-container .row {
		min-height: initial !important;
	}

	.slider-search-container .filters-calendar, .slider-search-container .filters-guests {
		padding-top: 7px;
	}

	.slider-search-container .searchBox {
		color: #fff !important;
		text-transform: uppercase;
		width: 100%;
		display: block;
		margin: 0 !important;
	}

	.slider-search-container .filters-calendar input {
		border: none !important;
		border-radius: 5px;
		cursor: pointer;
		opacity: 0.8;
	}

	.slider-search-container .filters-guests input {
		border: none !important;
		border-radius: 5px !important;
		cursor: pointer;
		margin: 0 3px;
		opacity: 0.8;
	}

	.slider-search-container .filters-calendar input:hover, .slider-search-container .filters-calendar input:active, .slider-search-container .filters-calendar input:focus {
		border: none !important;
	}


.results-border {
	padding-bottom: 40px;
}
