:root {
	--themecolor: #9D6254;
	--themecolorrgba: 253,92,99;
}

#booking-registration .list-group a {
	background-color: transparent;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0.8);
	font-size: 16px;
	color: rgba(255, 255, 255, 0.3);
	transition: all .2s ease;
}

.dark #booking-registration .list-group a {
	background-color: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.3);
}

.dark #booking-registration .list-group a.active {
	border-bottom-color: #9D6254;
	color: #9D6254;
}

.dark #booking-registration .list-group a.active ~ a {
	color: #FFF;
	border-bottom-color: rgba(255, 255, 255, 0.8);
	pointer-events: none;
}

#booking-registration label:not(.custom-control-label) {
	text-transform: none;
	font-weight: 500;
	letter-spacing: 0;
	text-align: left;
}

#booking-registration input.border-form-control,
#booking-registration select.border-form-control,
#booking-registration .border-form-control {
	padding-left: 0;
	background-color: transparent !important;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 0 !important;
}

#booking-registration textarea.border-form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}

.dark #booking-registration .border-form-control:not(.not-dark) {
	border-bottom-color:rgba(255,255,255,0.4);
	color: #FFF !important;
}

.dark #booking-registration .border-form-control:not(.not-dark):focus,
.dark #booking-registration .border-form-control:not(.not-dark):active { border-bottom-color:rgba(255,255,255,1) !important; }

#booking-registration button { background-color: #9D6254; }
.fcolor { color: #9D6254 !important; }
#booking-registration .list-group-item.active { background-color: #FFF; }
#booking-registration .list-group-item:hover:not(.active) { background-color: rgba(255, 255, 255, 0.01); }

#booking-registration .list-group-item.active h4,
#booking-registration .list-group-item.active h3 { color: #062639; }

.col-form {
	margin-bottom: -5px;
}

.owl-carousel .owl-dots .owl-dot {
	margin-top: 0;
	width: 10px;
    height: 10px;
}

.studio-tab {
	-webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.studio-tab .nav-link {
	color: #444;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 2px;
	margin-left: 1.2rem;
	margin-right: 1.2rem;
	margin-bottom: 2rem;
	font-size: 14px;
	font-weight: 600;
}

.studio-tab .nav-link:hover {
	color: var(--themecolor, #9D6254);
}

.studio-tab .nav-link.active {
	border-bottom: 2px solid var(--themecolor, #9D6254);
	color: var(--themecolor, #9D6254);
}

.section-counter a.btn-link {
	font-size: 14px;
	text-decoration: underline !important;
}

.title-pricing {
	font-size: 44px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -2px;
}

.title-pricing span {
	color: #AAA !important;
	font-size: 20px;
	font-weight: 300;
	vertical-align: middle;
	letter-spacing: -1px;
}

.box-img {
	position: relative;
	box-shadow: 14px -14px 0 0 rgba(var(--themecolorrgba,253,92,99), 0.15);
}

.box-img.shadow-left {
	box-shadow: -14px -14px 0 0 rgba(var(--themecolorrgba,253,92,99), 0.15);
}

.toggle:not(:last-child) {
	border-bottom: 1px solid #EEE;
	padding-bottom: 15px;
}

.section-counter h2.counter,
.section-counter h2.counter span {
	font-size: 4.3rem;
	line-height: 1.2;
	color: #444;
	font-weight: 300;
	letter-spacing: -3px;
}

.form-availability-success #form-availability { display: none; }

.form-availability-loader.css3-spinner {
	background-color: rgba(255,255,255, 0.8);
	z-index: 1;
}
.form-availability-loader.css3-spinner > div { background-color: rgba(var(--themecolorrgba,253,92,99), 0.6); }

body:not(.form-availability-processing) .form-availability-loader { display: none; }

.button-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	color: #FFF;
	font-size: 28px;
	background-color: rgba(255,255,255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	padding-left: 4px;
	transition: transform .3s ease;
}

.button-play:hover i {
	transform: translate(-50%,-50%) scale(1.1);
}

.owl-carousel-full.full-nav .owl-nav [class*=owl-] {
	opacity: 1 !important;
	top: 0;
	margin-top: 0;
	height: 100%;
	border-radius: 0;
	background: transparent;
	padding: 0 30px;
}

.owl-carousel-full.full-nav .owl-nav [class*=owl-]:hover { background: rgba(0,0,0,0.07) !important; }

.owl-carousel-full.full-nav .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform:  translateX(-50%);
}

.owl-carousel-full.full-nav .owl-dots .owl-dot { background: #FFF; }

[data-toggle="collapse"][aria-expanded="true"] { display: none; }
