input[type="reset"], input[type="submit"], button {
	background-color: #0eaeb1 !important;
}
a[href^="tel"], a[href^="iban"] {
	color: inherit;
	text-decoration: none;
}
.greenLink{
	text-decoration: none; 
	color: #0aafb3; 
	font-size: 20px;
}
.greenLink:hover {
 color: black;
}

input[type="reset"]:hover, input[type="submit"]:hover, button:hover {
	background-color: #0eaeb1 !important;
}
#no-space{
	text-align:left !important;
}
.firstTopPadd{
	padding-top: 15%;
}
.headersPadding{
	padding-top:2%;
	padding-bottom:1%;
}
.textPadd{
	margin-top:3%;
}
.agree-to-terms-mailchimp-form a {
	color: #555;
	font-size: 14px;
	font-weight: 400;
}
.colorBlack{
	color:black;
}
.colorBlackCenter{
	color: black;
	text-align:center;
	width:100%;
}
.text-box {
    max-width: 48rem;
    margin: 0 auto;
}
.whiteColor{
	color:white;
}
.headerGreen{
	color:white;
    background-image: linear-gradient(45deg, #0aafb3 0%, #22a7a4 99%);
    background-color: rgba(10, 175, 179, 1);
    padding-top: 3%;
    padding-bottom: 3%;
}
.headerGreenMobile{
	color:white;
    background-image: linear-gradient(45deg, #0aafb3 0%, #22a7a4 99%);
    background-color: rgba(10, 175, 179, 1);
    padding-top: 25px;
    padding-bottom: 25px;
}

.booksy-button {
	position: fixed;
	bottom: 12px;
	right: 12px;
	background-color: #0aafb3;
	z-index: 1000000;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
	transition: all .2s ease-in-out;
}

.booksy-button:hover {
	transform: scale(1.1);
}

.booksy-button-link {
	color: #fff;
}

.booksy-button-link:hover {
	text-decoration: none; 
}
.black {
	color: black !important;
}

#cookie-notice .cookie-notice-container {
	text-align: left;
	padding: 20px;
}

@media only screen and (max-width: 996px) {
	#cookie-notice .cookie-notice-container {
		text-align: center;
	  padding-bottom: 80px;
	}
}


.cn-button.bootstrap {
	background-image: linear-gradient(to bottom,#0aafb3,#0aafb3);
	background-color: #0aafb3;
	border: 0;
	text-shadow: none;
}

.cn-button.bootstrap:hover {
	background-color: #0aafb3;
	background-position: 0;
}
