/*

NEW STYLES
LAST SYNC:

*/


/*

COPIED FROM BOOKCSS

*/

.contactform {
	background:#fff !important;
	margin-top:0 !important;
	margin-bottom:30px !important;
}


/* END */


.actions-sticky {
	background: #f1c14c;
	border-radius: 8px 8px 0px 0px;
	bottom: 0;
	right: 5%;
	color: #ffffff;
	padding: 5px 0px;
	position: fixed;
	text-align: center;
	width: 25%;
	z-index: 1000000;
}

.actions-sticky ul {
	margin: 0px;
	padding: 0px;
}

.actions-sticky li {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
}
.actions-sticky a {
	color: #fff;
}

@media (min-width: 768px) {
	.actions-sticky li {
		font-size: 20px;
	}
}

.actions-sticky li span {
	display: block;
	font-size: 10px;
	text-transform: none;
}

@media (min-width: 768px) {
	.actions-sticky li span {
		font-size: 12px;
	}
}

.actions-sticky .divider {
	border-left: 1px solid #ffffff;
	height: 100%;
	margin: 0px 10px 0px 10px;
}

@media (min-width: 768px) {
	.actions-sticky .divider {
		margin: 0px 20px 0px 20px;
	}
}

.alert-danger {
	padding: 8px!important;
	margin-bottom: 10px!important;
}
.headline .headline-content {
	padding: 0;
}
.accordion-body {padding: 1rem;}
.spa-book h4 {font-size: 18px;}
.contactform {border-radius: 0;}