/* ========================================================
	WEBSITE
	MALVALES Â© FORWARD STUDIO
======================================================== */



/* ============================
	BODY - BASE
============================ */

body,
html {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}



/* ============================
	WHATSAPP
============================ */

.whatsapp--wrapper {
	bottom: 40px;
	position: fixed;
	right: 40px;
	z-index: 1000;
}

.whatsapp--button {
	align-items: center;
	animation: pulse-animation-whatsapp 2.5s infinite;
	background-color: #66E82E;
	border-radius: 50px;
	color: #FFF;
	display: flex;
	height: 70px;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 70px;
	transition: transform 0.3s ease;
}

.whatsapp--button:hover {
	text-decoration: none;
	transform: scale(1.15);
}

.whatsapp--icon {
	color: #FFF;
	font-size: 2.25rem;
	text-decoration: none;
}

@keyframes pulse-animation-whatsapp {
	0% {
		box-shadow: 0 0 0 0px rgba(102, 232, 46, 0.8);
	}

	50% {
		box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
	}

	100% {}
}



/* ============================
	HERO
============================ */

.hero__block {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.hero__block .hero--container {
	height: 100%;
	padding: 0;
}

.hero__block .hero--image-slider {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.hero__block .hero--image {
	height: 100%;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	transition: opacity 1s ease-in-out;
	width: 100%;
}

.hero__block .hero--image--active {
	opacity: 1;
}

.hero__block .hero--overlay {
	align-items: center;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
	display: flex;
	height: 100%;
	justify-content: flex-start;
	padding-left: 12rem;
	position: relative;
	z-index: 2;
}

.hero__block .hero--wrapper {
	color: #fff;
	max-width: 1000px;
}

.hero__block .hero--subtitle {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.hero__block .hero--title {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.hero__block .hero--list {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.75rem;
	list-style: none;
	margin-bottom: 2rem;
	padding: 0;
}

.hero__block .hero--list li {
	align-items: center;
	display: flex;
	margin-bottom: 0.75rem;
}

.hero__block .hero--list i {
	font-size: 2rem;
	margin-right: 0.75rem;
}

.hero__block .hero--button--box {
	text-align: left;
}

.hero__block .hero--button {
	align-items: center;
	background-color: #FF8B00;
	border: 1.5px solid #FF8B00;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 1.2rem 1.2rem 1.1rem 1.2rem;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
}

.hero__block .hero--button:hover {
	background-color: #111;
	border-color: #111;
	color: #FFF;
	transform: scale(1.025);
}




/* ============================
   HERO NEXT BLOCK
============================ */

/* Section Styling */
.hero__nextblock {
	overflow: hidden;
	padding: 0;
}

/* Left Side - Image */
.hero__nextblock .hero--image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	/* Volledige hoogte */
	overflow: hidden;
	/* Zorgt ervoor dat afbeelding binnen het vak blijft */
}

.hero__nextblock .hero--image img {
	width: 100%;
	/* Laat de afbeelding altijd de breedte vullen */
	height: 100%;
	/* Laat de afbeelding altijd de hoogte vullen */
	object-fit: cover;
	/* Zorgt ervoor dat de afbeelding het vak mooi vult */
}

/* Right Side - Content Styling */
.hero__nextblock .hero--content {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, #FFBE38 0%, #FF8B00 50%);
	padding: 2rem;
}

.hero__nextblock .hero--content--wrapper {
	max-width: 700px;
	text-align: start;
}

.hero__nextblock .hero--subtitle {
	color: #FFF;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.hero__nextblock .hero--title {
	color: #000;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 5.5rem;
	font-weight: 700;
	letter-spacing: .0125rem;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.hero__nextblock .hero--description {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 2rem;
}

.hero__nextblock .hero--button--box {
	text-align: start;
}

.hero__nextblock .hero--button {
	background-color: #FFF;
	border: 1.5px solid #FFF;
	border-radius: .5rem;
	color: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.1rem 1.1rem 1rem 1.1rem;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.hero__nextblock .hero--button:hover {
	background-color: #111;
	border-color: #111;
	color: #FFF;
	transform: scale(1.025);
}




/* ============================
	NAVBAR + NAVSNAP
============================ */

.navbar {
	background-color: #000;
	padding: 1.5rem 0;
	position: sticky;
	top: 0;
	transition: background-color 0.3s, box-shadow 0.3s;
	z-index: 1000;
}

.navbar--brand {
	display: inline-block;
}

.navbar--logo {
	height: 100px;
	transition: height 0.3s ease;
}

.navbar--nav {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav--item {
	list-style: none;
}

.nav--link {
	color: #FFF;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	padding: 1rem 1.5rem;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.nav--link:hover,
.nav--link:focus {
	color: #FF8B00;
	text-decoration: none;
}

.nav--link.active {
	color: #FF8B00;
}

.navbar--language {
	height: 30px;
	margin-left: 1rem;
}

/* google widget */
.navbar--google--widget {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-left: 4rem;
	text-align: left;
}

.navbar--google--widget .google--logo {
	height: 26px;
	margin-right: 0.5rem;
	width: 24px;
}

.google--star {
	color: #FF8B00;
	font-size: 1.2rem;
	margin-right: 1px;
}

.navbar--google--widget .star--box {
	margin-bottom: .125rem;
}

.navbar--google--widget .rating--box {
	color: #FFF;
	font-size: 1.35rem;
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 600;
	letter-spacing: -.05rem;
	line-height: 1;
}

.google--reviews--link {
	color: #BFBFBF;
	font-size: 1.125rem;
	font-family: 'Poppins', Arial, sans-serif;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
	transition: color 0.3s ease;
}

.google--reviews--link:hover {
	color: #FFF;
	text-decoration: none;
}

/* navsnap (hamburger toggle) */
.navsnap--button {
	background-color: transparent;
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	height: 50px;
	width: 70px;
	cursor: pointer;
	padding: 0;
}

.navsnap--stroke {
	background-color: #FFF;
	height: 4px;
	transition: all 0.3s ease-in-out;
}

.navsnap--stroke:nth-child(1) {
	width: 70px;
	transform-origin: right;
}

.navsnap--stroke:nth-child(2) {
	width: 50px;
	transform-origin: right;
}

.navsnap--stroke:nth-child(3) {
	width: 30px;
	transform-origin: right;
}

.navsnap--button:hover .navsnap--stroke {
	width: 70px;
	background-color: #FF8B00;
}


/* book button */
.book--button--wrapper {
	margin-left: 2rem;
}

.nav--book--button {
	align-items: center;
	background-color: #FF8B00;
	border: 1.5px solid #FF8B00;
	border-radius: 0.5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 1.2rem 1.2rem 1.1rem 1.2rem;
	text-decoration: none !important;
	transition: all 0.2s ease-in-out;
}

.nav--book--button:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #000;
}

/* offcanvas menu */
.offcanvas {
	background-color: #000;
	background-image: url('../../images/backgrounds/footer-bg.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	width: 100%;
}

@media (min-width: 992px) {
	.offcanvas {
		width: 50%;
	}
}

.offcanvas--header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.5rem;
}

.offcanvas--title {
	color: #AAA;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0;
}

.btn--close {
	background: none;
	border: none;
	color: #FFF;
	font-size: 2rem;
	opacity: .7;
	transition: all 0.3s ease;
}

.btn--close:hover {
	opacity: 1;
}

.offcanvas--body {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1rem 1.5rem;
}

.offcanvas--nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.offcanvas--nav .nav--link {
	color: #FFF;
	display: flex;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.75rem;
	line-height: 1;
	padding: .65rem 0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.offcanvas--nav .nav--link:hover,
.offcanvas--nav .nav--link:focus {
	color: #FF8B00;
}

.offcanvas--nav .nav--link.active {
	color: #FF8B00;
}

.offcanvas--contact {
	margin-top: auto;
	padding-bottom: 1rem;
}

.offcanvas--contact--title {
	color: #FFF;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.offcanvas--contact--info {
	list-style: none;
	margin: 0;
	padding: 0;
}

.offcanvas--contact--info li {
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

.offcanvas--link {
	color: #FFF;
	font-family: 'Poppins', Arial, sans-serif;
	text-decoration: none;
	transition: color 0.3s ease;
}

.offcanvas--link:hover {
	color: #FF8B00;
}

.offcanvas--social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.offcanvas--social i {
	margin-right: 0.5rem;
}

.offcanvas--social i.fa-square-facebook {
	color: #0866FF;
}

.offcanvas--social i.fa-instagram {
	color: #FF237B;
}

.offcanvas--social i.fa-whatsapp {
	color: #66E82E;
}





/* ============================
	BOOKING WIDGET
============================ */

.bookingwidget__block {
	padding: 14rem 0 4rem 0;
}

.bookingwidget__block .widget--wrapper {
	background-color: #fff;
	border: 1.5px solid #eee;
	border-radius: 1.75rem;
	box-shadow: 0 0 40px 0 rgba(185, 185, 185, 0.35);
	padding: 1.5rem;
}

.bookingwidget__block h2 {
	background: linear-gradient(90deg, #FFBE38 0%, #FF8B00 50%);
	/* color: #010101; */
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: -.025rem;
	line-height: 1.25;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bookingwidget__block div.logo--img--box img {
	height: 85px;
}





/* ============================
	INTRO
============================ */

.intro__block {
	padding: 10rem 0 0rem 0;
}

.intro__block h1 {
	background: linear-gradient(45deg, #FFBE38 25%, #FF8B00 75%);
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: -.025rem;
	line-height: 1;
	padding: 2rem;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.intro__block.nextpage h1 {
	background: linear-gradient(45deg, #FFBE38 25%, #FF8B00 75%);
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: -.025rem;
	line-height: 1;
	padding: 2rem;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.intro__block h2 {
	color: #010101;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -.025rem;
	line-height: 1.25;
	margin-bottom: 1rem;
}

.intro__block p {
	color: #010101;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
}




/* ============================
	GALLLERY SLIDER
============================ */

.gallery--slider__block {
	background-attachment: fixed;
	background-color: #F0F0F0;
	background-image: url('../../images/backgrounds/gallery-bg.png');
	background-size: contain;
	background-position: calc(100% - 25px) 25px;
	background-repeat: no-repeat;
	padding: 6rem 0;
}

.gallery--slider__block h2 {
	background: linear-gradient(90deg, #FFBE38 0%, #FF8B00 50%);
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: -.025rem;
	line-height: 1.25;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gallery--slider__block div.logo--img--box img {
	height: 75px;
}

.gallery--slider__block i {
	color: #010101;
	font-size: 2.5rem;
	line-height: 1.15;
}

.gallery--slider__block .splide__list img.slide--img {
	border-radius: .5rem;
	height: 700px;
	object-fit: cover;
	width: 100%;
}

. gallery--slider__block .my-slider-progress {
	background: #ccc;
}

.gallery--slider__block .my-slider-progress-bar {
	background: greenyellow;
	height: 2px;
	transition: width 400ms ease;
	width: 0;
}




/* ============================
	APPOINTMENT
============================ */
.appointment__block img {
	object-fit: cover;
	height: 400px;
	width: 100%;
}



/* ============================
	PARAGRAPH
============================ */

.paragraph__block.homepage {
	padding: 5rem 0 7rem 0;
}

.paragraph__block {
	padding: 10rem 0;
}

.paragraph__block h2 {
	background: linear-gradient(90deg, #FFBE38 0%, #FF8B00 50%);
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: -.025rem;
	line-height: 1.1;
	margin-bottom: .5rem;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: .5rem 0;
}

.paragraph__block p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.45rem;
	color: #111;
	line-height: 1.5;
}

.paragraph__block i.fa-circle-check {
	color: #FF8B00;
	font-size: 1.25rem;

}

.paragraph__block img.paragraph--img {
	border-radius: 1rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	min-height: 600px;
	object-fit: cover;
	width: 100%;
}

.paragraph__block .article--hero {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.paragraph__block .article--hero--img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, filter 0.3s ease;
	filter: saturate(1.0125);
}

.paragraph--header {
	padding: 0 .5rem;
}

.paragraph--body {
	padding: 0 .5rem;
}

.paragraph--button--box {
	padding: 0 .5rem;
	margin-top: 2rem;
}

.paragraph--button--box button {
	align-items: center;
	background-color: #FF8B00;
	border: 1.5px solid #FF8B00;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: .0125rem;
	line-height: 1;
	padding: 1.1rem 1.1rem 1rem 1.1rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.paragraph--button--box button:hover {
	border: 1.5px solid #111;
	background-color: #111;
	color: #FFF;
	transform: scale(1.025);
}

.paragraph--heading h3 {
	color: #222;
	font-family: PP Formula Compressed;
	font-size: 3rem;
	letter-spacing: .025rem;
	line-height: 1.15;
	margin-bottom: .5rem;
}

.paragraph--heading .rotating-icon {
	display: inline-block;
	animation: spin 10s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.article--body {
	padding-left: .75rem;
	padding-right: .75rem;
}

.article--body p {
	font-size: 1.25rem;
	line-height: 1.85rem;
}




/* ============================
	USP
============================ */

.usp__block {
	min-height: 50vh;
	padding: 14rem 0;
}

.usp__block.nextpage {
	min-height: auto;
	padding: 14rem 0 2rem 0;
}

.usp__block h3 {
	color: #000;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .0125rem;
	line-height: 1.15;
	margin-bottom: 1rem;
}

.usp__block i {
	color: #FF8B00;
	font-size: 5rem;
	margin-bottom: 1.5rem;
	margin-top: .5rem;
}

.usp__block li {
	border-right: 1.5px solid #EEE;
	flex: 1;
	padding: 1rem 3rem;
	text-align: center;
}

.usp__block li:last-child {
	border-right: none;
}

.usp__block p {
	color: #000;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
}

.usp__block ul {
	background-color: #FFF;
	border-radius: 2rem;
	box-shadow: 0 0 .85rem rgba(0, 0, 0, 0.125);
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 2rem;
	width: 100%;
}

.usp__block .usp--wrapper {
	background: linear-gradient(45deg, #4BECEE 30%, #74E53C 80%);
	border-radius: 3.25rem;
	padding: 1.5rem;
}




/* ============================
	HIGHLIGHT
============================ */

/* Highlight block section */
.highlight__block {
	overflow: hidden;
	padding: 0;
}

.highlight__block .highlight--image {
	background-image: url('../../images/page/malvales-resort-highlight.jpg');
	background-attachment: fixed;
	/* Parallax effect */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.highlight__block .highlight--content {
	align-items: center;
	background: linear-gradient(90deg, #FFBE38 0%, #FF8B00 50%);
	display: flex;
	justify-content: center;
	padding: 2rem;
	position: relative;
}

.highlight__block .highlight--content--wrapper {
	max-width: 700px;
	text-align: start;
}

.highlight__block .highlight--subtitle {
	color: #FFF;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.highlight__block .highlight--title {
	color: #000;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 5.5rem;
	font-weight: 700;
	letter-spacing: .0125rem;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.highlight__block .highlight--description {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 2rem;
}

.highlight__block .highlight--button--box {
	text-align: start;
}

.highlight__block .highlight--button {
	align-items: center;
	background-color: #FFF;
	border: 1.5px solid #FFF;
	border-radius: .5rem;
	color: #000;
	display: inline-flex;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 1.1rem 1.1rem 1rem 1.1rem;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
}

.highlight__block .highlight--button:hover {
	background-color: #111;
	border-color: #111;
	color: #FFF;
	transform: scale(1.025);
}




/* ============================
   COLUMN BLOCK
============================ */

.column__block {
	padding: 0 0 10rem 0;
}

.column__block h3 {
	color: #010101;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.column__block .column--list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.column__block .column--list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.column__block .column--icon {
	flex: 0 0 1.5rem;
	font-size: 1.5rem;
	color: #FF8B00;
	margin-right: 1rem;
	margin-top: .125rem;
}

.column__block .column--text {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}




/* ============================
	FAQ
============================ */

.faq__block {
	padding: 10rem 0;
}

.faq--answer {
	color: #222;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.faq--icon {
	color: #AAA;
	font-size: 1.75rem;
	transition: all 0.3s ease;
}

.faq--icon:hover {
	color: #FF8B00;
}

.faq--item--block {
	cursor: pointer;
	border-bottom: 2px solid #EEE;
}

.faq--item--block.open .faq--icon {
	color: #111;
	transform: rotate(180deg);
}

.faq--question h3 {
	color: #010101;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.35;
	padding-right: 2rem;
}

.faq--answer p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}

.faq--wrapper {
	margin: 0 auto;
	max-width: 1200px;
}




/* ============================
	PRICING
============================ */

.pricing__block {
	padding: 1rem 0;
}

.pricing__block .pricing--wrapper {
	background: linear-gradient(45deg, #00B4E0, #00D8BB);
	border-radius: 3.25rem;
	padding: 1.5rem;
}

.pricing__block .pricing--wrapper--inner {
	background-color: #FFF;
	border-radius: 2rem;
	display: flex;
	flex-wrap: wrap;
	padding: 2rem;
	width: 100%;
}

.pricing__block .td--service--name {
	border-radius: 2.75rem;
	background-color: #FF937075;
	padding: 1.5rem;
}

.pricing__block .td--service--name--inner {
	border-radius: 1.5rem;
	background-color: #FFF;
	padding: .5rem;
	/* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15); */
	width: 100%;
}

.pricing__block .table> :not(caption)>*>* {
	padding: .5rem .75rem;
}

.pricing__block .table {
	border-color: #EEE;
	color: #222 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 0;
}

.pricing__block table thead tr th {
	background-color: #FFF !important;
}

.pricing__block table tbody td.td--header {
	background-color: #EEE !important;
}

.pricing__block table tbody td.td--price {
	white-space: nowrap;
}

.pricing__block table span.pricelist--details {
	display: flex;
	font-size: 1rem;
	line-height: 1.45rem;
}

td.td--product--name {
	width: 75%;
}

td.td--price--cell {
	width: 25%;
	white-space: nowrap;
}



/* ============================
	PRODUCTS
============================ */

.products__block {
	background: linear-gradient(to top right, #E6C9A8, #F3E2D2);
	padding: 5rem 0 7rem 0;
}

.products__block h2 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 3rem;
	color: #111;
	letter-spacing: -.05rem;
}

.products__block p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1.15rem;
	color: #222;
}

.products__block p span.product--description--head {
	font-weight: 600;
	font-size: 1.45rem;
	color: #222;
}

.product--wrapper {
	padding: 1rem;
}

.products__block .product--image--wrapper {
	position: relative;
	overflow: hidden;
	height: 600px;
	background: #FFF;
	padding: 2rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.products__block .product--image--wrapper img.product--img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, filter 0.3s ease;
	filter: saturate(1.25);
}

.products__block .product--overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1rem 1.5rem 2rem 1.5rem;
	background: linear-gradient(to top, rgba(244, 244, 244, 1), rgba(0, 0, 0, 0));
	color: #FFF;
	text-align: center;
}

.product--overlay h3 {
	font-family: 'Forum', Arial, sans-serif;
	font-size: 2.15rem;
	color: #111;
}

.product--overlay span.product--label {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #111;
}



/* ============================
	ARTICLES
============================ */

.article__block {
	background-color: #FFF;
	padding: 8rem 0 2rem 0;
}

.article__block .article--item--wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

.article__block .article--image--box {
	border-radius: .5rem;
	overflow: hidden;
}

.article__block .article--image--box img {
	cursor: pointer;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease, filter 0.3s ease;
	filter: saturate(1.0125);
}

.article__block .article--image--box img:hover {
	transform: scale(1.05);
}

.article__block .article--content--box {
	padding: 2rem .5rem;
}

.article__block .article--content--box h3 {
	color: #222;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2rem;
	letter-spacing: .025rem;
	line-height: 1.15;
}

.article__block .article--content--box p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.45;
}

.article__block .article--button--box {
	padding: 0 .5rem;
}

.article__block .article--button--box button {
	align-items: center;
	background-color: #FF8B00;
	border: 1.5px solid #FF8B00;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: .0125rem;
	line-height: 1;
	padding: .9rem 1rem .9rem 1rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.article__block .article--button--box button:hover {
	border: 1.5px solid #111;
	background-color: #111;
	color: #FFF;
	transform: scale(1.025);
}

.article__block .article--button--box button:active {
	transform: scale(1.1);
}



/* ============================
	MAP
============================ */

.map__block {
	background-color: #FFF;
	padding: 5rem 0;
}

.map__block .locationmap--wrapper {
	background-color: #fff;
	border: 1.5px solid #eee;
	border-radius: 1.75rem;
	box-shadow: 0 0 8px 0 rgba(185, 185, 185, 0.1);
	padding: 1.5rem;
}

.map__block .locationmap--wrapper #map {
	border-radius: 1rem;
	height: 50vh;
	width: 100%;
}



/* ============================
	REVIEWS
============================ */

.review__block {
	align-items: center;
	background-color: #FFF;
	display: flex;
	min-height: 50vh;
	padding: 10rem 0rem;
}

.review__block h2 {
	color: #010101;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: -.025rem;
	line-height: 1.25;
}

.review__block div.logo--img--box img {
	height: 75px;
}

.review__block div.google--link--box {
	display: flex;
	justify-content: center;
}

.google--link--box a.google--link {
	align-items: center;
	color: #010101;
	display: flex;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	flex-wrap: wrap;
	letter-spacing: -.025rem;
	line-height: 1.25;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.google--link--box a.google--link:hover {
	color: #FF8B00;
}

.google--link--box a.google--link span img {
	height: 30px;
}

.review__block .container {
	max-width: 1800px !important;
}

.review__block .col-12.col-xl-4 {
	display: flex;
}

.review__widget--item {
	background-color: #FFF;
	border-radius: .5rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.1);
	padding: 2rem;
}

.widget--item--body {
	width: 100%;
	text-align: center;
}

.review--header {
	margin-bottom: .75rem;
}

.review--header span.review--rating--icon i {
	color: #FF8B00;
	font-size: 2rem;
	margin-left: 2px;
	margin-right: 2px;
}

.review--body {
	min-height: 85px;
	margin-bottom: 1rem;
}

.review--body p {
	color: #111;
	font-size: 1.1rem;
	line-height: 1.45;
}

.review--details p {
	color: #111;
	font-size: 1rem;
	margin-bottom: 0;
}

.review__footer--wrapper {
	display: flex;
	justify-content: center;
}

.review__footer--wrapper img.review--logo--gosalon {
	height: 1.85rem;
}



/* ============================
	SERVICE
============================ */

.service__block {
	background: linear-gradient(to top, #F0F0F0 0%, #F6F6F6 75%);
	padding: 4.5rem 0;
}

.service__block .container {
	max-width: 1800px !important;
}

.service__block h2 {
	color: #010101;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .0125rem;
	line-height: 1.3;
	margin-bottom: .5rem;
}

.service__block p {
	color: #111;
	font-size: 1.2rem;
	line-height: 1.4;
}

.service__block .service--logo--box img.rental--company--logo {
	height: auto;
	max-width: 100%;
}

.service__block .service--button--box button {
	align-items: center;
	background-color: #78DB20;
	border: 1.5px solid #78DB20;
	border-radius: .5rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: .0125rem;
	line-height: 1;
	padding: .8rem .9rem .8rem .9rem;
	position: relative;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.service__block .service--button--box button:hover {
	border: 1.5px solid #111;
	background-color: #111;
	color: #FFF;
}

.service__block .service--button--box a {
	color: #78DB20;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: -.0125rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	display: inline-flex;
	align-items: center;
}

.service__block .service--button--box a:hover {
	color: #000;
	text-decoration: none;
}

.service__block .service--button--box a i {
	font-size: 1.25rem;
	transition: transform 0.2s ease-in-out;
}

.service__block .service--button--box a:hover i {
	transform: translateX(5px);
}




/* ============================
	CALL TO ACTION
============================ */

.cta__block--top {
	min-height: 100px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.cta__block {
	align-items: center;
	background-color: #000;
	display: flex;
	justify-content: center;
	min-height: 10vh;
	overflow: hidden;
	padding: 7rem 0 3rem 0;
	position: relative;
}

.cta--wrapper {
	background-color: #FF8B00;
	border-radius: .5rem;
	padding: 2.25rem 3rem;
}

.cta__block h2 {
	color: #FFF;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: .0125rem;
	line-height: 1.3;
	margin-bottom: 0;
}

.cta__block p {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: .5rem;
}

.cta__block .cta--button {
	align-items: center;
	animation: pulse-animation 2.5s infinite;
	background-color: #000;
	border: 1.5px solid #000;
	border-radius: 1rem;
	color: #FFF;
	display: inline-flex;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: -.0125rem;
	line-height: 1;
	padding: 1.25rem 1.25rem 1.25rem 1.25rem;
	position: relative;
	text-decoration: none !important;
	/* text-transform: uppercase; */
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.cta__block .cta--button:hover {
	border: 1.5px solid #FFF;
	background-color: #FFF;
	color: #000;
	transform: scale(1.025);
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 194, 68, 0.9);
	}

	50% {
		box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
	}

	100% {}
}

.cta__block .cta--button:focus {
	outline: none;
}

.cta__block .contact--details {
	color: #FFF;
	display: block;
	font-size: 1.15rem;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-top: 1.25rem;
}

.cta__block .contact--details.img--box img {
	height: 30px;
}



/* ============================
	FOOTER
============================ */

footer {
	background-color: #000000;
	color: #FFF;
	background-image: url('../../images/backgrounds/footer-bg.png');
	background-size: contain;
	background-position: calc(100% - 50px) bottom;
	/* Rechts, maar 50px naar links */
	background-repeat: no-repeat;
}

footer .footer__wrapper {}

/* top */
footer .footer__top .footer--column--wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer .footer__top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .footer__top li.footer--heading {
	margin-bottom: 1rem;
}

footer .footer__top li.footer--heading h3 {
	color: #FF8B00;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .0125rem;
}

footer .footer__top li {
	margin-bottom: .45rem;
}

footer .footer__top p {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.4rem;
}

footer .footer__top .column--right li {
	display: flex;
}

footer .footer__top a.footer--link {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.5rem;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
}

footer .footer__top a.footer--link:hover {
	color: #FF8B00;
}

footer .footer__top a.footer--link i.fa-square-facebook {
	color: #0866FF;
}

footer .footer__top a.footer--link i.fa-instagram {
	color: #FF237B;
}

footer .footer__top a.footer--link i.fa-whatsapp {
	color: #66E82E;
}

footer .footer__top .column--right li a.footer--link {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.5rem;
	text-decoration: none;
	transition: color 0.3s ease;
	white-space: nowrap;
	display: flex;
	align-items: first baseline;
}

footer .footer__top .column--right li a.footer--link small {
	color: #B1B1B1;
	font-size: 1.25rem;
}

footer .footer__top .column--right li a.footer--link span.utc--dot {
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-right: .25em;
	border-radius: 50%;
	background-color: #00D200;
	box-shadow: 0 0 .5em 0 #3AFF3A;
}


footer .footer__top .column--right li a.footer--link:hover {
	color: #FF8B00;
}

footer .footer__top .column--left {
	display: flex;
	flex-direction: column;
	justify-content: start;
}

footer .footer__top .brand--logo--box {
	display: flex;
	justify-content: start;
	margin-bottom: 3rem;
}

footer .footer__top .brand--logo--box img.brand--logo {
	height: 275px;
}

footer .footer__top .company--description p {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 2rem;
}

/* bottom */
footer .footer__bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

footer .footer__bottom a {
	color: #FFF;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -.0125rem;
	line-height: 1;
	transition: color .2s ease-in-out;
	text-decoration: none;
}

footer .footer__bottom a:hover {
	color: #FF8B00;
}



/* ============================
	FORMS
============================ */

.form__block {
	padding: 10rem 0 0 0;
}

.form--wrapper {
	background: linear-gradient(45deg, #4BECEE 30%, #74E53C 80%);
	border-radius: 3.25rem;
	padding: 2rem;
}

.form--body--inner {
	background-color: #FFF;
	border-radius: 2rem;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-wrap: wrap;
	padding: 3rem;
	width: 100%;
}

.form--body--inner h2 {
	color: #000;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.85rem;
	font-weight: 700;
	letter-spacing: -.0125rem;
	line-height: 1.1;
	margin-bottom: .5rem;
}

.form--body--inner p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Eina 01', Arial, sans-serif;
	margin-bottom: 0;
}

.form--body--inner hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1.5px solid;
	opacity: .15;
}

.form--body--inner label {
	color: #000;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -.0125rem;
	line-height: 1.1;
	margin-bottom: .5rem;
}

.form--body--inner .form-control {
	border: 1.5px solid #ccc !important;
	color: #28282b;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.1rem;
	padding: .35rem .75rem .4rem .75rem;
	height: 50px;
}

.form--body--inner .form-control:focus {
	background-color: #fff !important;
	border-color: #333 !important;
	box-shadow: 0 0 0 .15rem rgba(0, 0, 0, .25) !important;
	color: #000743 !important;
}

.form--body--inner textarea.form-control {
	border: 1.5px solid #ccc !important;
	color: #28282b;
	font-size: 1.1rem;
	padding: .35rem .75rem .4rem .75rem;
	height: auto !important;
}

.form--body--inner .form-control::placeholder {
	color: #aaa;
	opacity: 1;
}

span.indication {
	color: #28282b;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.05rem;
}

.form--body--inner form .radio {
	background-color: #fff;
	border-radius: .25rem;
	display: flex;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: 22px;
}

.form--body--inner form .checkbox {
	background-color: #fff;
	border-radius: .25rem;
	display: flex;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: 22px;
}

.form--body--inner .checkbox span.indication,
.form--body--inner .radio span.indication {
	font-size: 1.05rem;
}

.form--body--inner .radio .cr .cr-icon {
	color: #000;
	font-size: 13px;
	left: 19%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.form--body--inner .checkbox .cr .cr-icon {
	color: #000;
	font-size: 13px;
	left: 19%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.form--body--inner main.form-clientinput .checkbox .cr.master {
	border: 2px solid #FF8B00;
}


/* button */

.form--body--inner button.btn--form {
	align-items: center;
	background-color: #000;
	border: none;
	border-radius: .5rem;
	color: #FF8B00;
	display: inline-flex;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	letter-spacing: .0125rem;
	line-height: 1;
	padding: 1.2rem 1.25rem 1.1rem 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.form--body--inner button.btn--form:hover {
	background-color: #FF8B00;
	color: #000;
}

.form--body--inner button.btn--form i {
	transition: transform 0.3s ease;
}

.form--body--inner button.btn--form:hover i {
	transform: translateX(5px);
}


/* browse select */

.form--body--inner .form-control::file-selector-button {
	padding: .35rem .75rem;
	margin: -.25rem -.65rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* select */
.form--body--inner .form-select {
	font-size: 1.1rem;
	padding: .3rem .75rem .45rem .75rem;
}

.form--body--inner .form-wrapper .form-select.function {
	border-color: #FFB600 !important;
}

.form--body--inner .form-select[multiple] {
	height: 160px;
}

.form--body--inner p.footer__details {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: .95rem;
}


/* validator */
.fv-help-block {
	color: #FF8B00;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	padding: .5rem;
}



/* ============================
	RADIO + CHECKBOX
============================ */

form .radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px;
}

.modal .radio {
	background-color: #fff;
	border-radius: .25rem;
	height: 22px;
	margin-bottom: 1px;
	position: relative;
	width: auto;
}

.modal .radio label {
	height: 24px;
}

.checkbox label,
.radio label {
	cursor: pointer;
	font-weight: 400;
	margin-bottom: 0;
	min-height: 20px;
	padding-left: 0;
}

.checkbox label::after,
.radio label::after {
	clear: both;
	content: "";
	display: table;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox .cr,
.radio .cr {
	border: 1.5px solid #cbcfd3;
	border-radius: .25rem;
	display: inline-block;
	height: 24px;
	position: relative;
	width: 24px;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
	opacity: 1;
	transform: scale(1) rotateZ(0deg);
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
	opacity: 0;
	transform: scale(3) rotateZ(-20deg);
	transition: all 0.3s ease-in 0s;
}

.checkbox .cr .cr-icon {
	color: #000743;
	font-size: 16px;
	left: 16%;
	line-height: 0;
	position: absolute;
	top: 50%;
}

.checkbox .cr.master .cr-icon {
	left: 14%;
}

.checkbox .cr.master {
	border: 2px solid #000743;
}



/* ============================
	BUTTONS
============================ */

button.btn__appointment,
a.btn__appointment {
	background-color: #111;
	border: 2px solid #111;
	border-radius: 0;
	color: #FFF;
	display: inline-block;
	font-family: PP Formula Compressed;
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: -.0125rem;
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	padding: .75rem 1.25rem .55rem 1.25rem;
}

button.btn__appointment:hover,
a.btn__appointment:hover {
	border: 2px solid #FFF;
	background-color: #FFF;
	color: #111;
}



/* ============================
	TYPO
============================ */

h1,
h2,
h3 {
	font-family: PP Formula Compressed;
	letter-spacing: -.025rem;
	line-height: 1;
	margin-bottom: 0;
}

p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 0;
}

h1 {
	font-size: 3rem;
	font-weight: bold;
}

h2 {
	font-size: 2rem;
	font-weight: bold;
}

h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

p {
	font-size: 1.125rem;
}

a {
	color: #111;
	text-decoration: underline;
	transition: all 0.3s ease;
}

a:hover {
	color: #FF8B00;
	text-decoration: underline;
}

.small,
small {
	font-size: .8em;
}

.text--nowrap {
	white-space: nowrap;
}



/* Colors */

.text-feathergrey {
	color: #EEE;
}

.text-grey {
	color: #AAA;
}

.text-blue {
	color: #00B4E0;
}

.text-green {
	color: #00D8BB;
}

.text-white {
	color: #FFF;
}

.text-dark {
	color: #000;
}

.bg-darkgrey {
	background-color: #222;
}

.bg-blue {
	background-color: #00B4E0;
}

.bg-green {
	background-color: #00D8BB;
}

.bg-feathergrey {
	background-color: #EEEEEE;
}

.bg-ash {
	background-color: #F6F6F6;
}

.bg-grey {
	background-color: #AAA;
}