/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
#loader-container2 {
	background: #5AAA95;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0%;
	z-index: 100;
}

#loader {
	animation: animate 1.5s linear infinite;
	clip: rect(0, 80px, 80px, 40px);
	height: 80px;
	width: 80px;
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 40px);
}

@keyframes animate {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(220deg)
	}
}

#loader:after {
	animation: animate2 1.5s ease-in-out infinite;
	clip: rect(0, 80px, 80px, 40px);
	content: '';
	border-radius: 50%;
	height: 80px;
	width: 80px;
	position: absolute;
}

@keyframes animate2 {
	0% {
		box-shadow: inset #fff 0 0 0 17px;
		transform: rotate(-140deg);
	}

	50% {
		box-shadow: inset #fff 0 0 0 2px;
	}

	100% {
		box-shadow: inset #fff 0 0 0 17px;
		transform: rotate(140deg);
	}
}

nav ul a,
nav .brand-logo {
	color: #444;
}

p {
	line-height: 2rem;
}

.sidenav-trigger {
	color: #26a69a;
}

.parallax-container {
	min-height: 380px;
	line-height: 0;
	height: auto;
	color: rgba(255, 255, 255, 0.9);
}

.parallax-container .section {
	width: 100%;
}

.dropdown-content li>a,
.dropdown-content li>span {
	color: #444 !important;
}

@media only screen and (max-width: 992px) {
	.parallax-container .section {
		position: absolute;
		top: 40%;
	}

	#index-banner .section {
		top: 10%;
	}
}

@media only screen and (max-width: 600px) {
	#index-banner .section {
		top: 0;
	}
}

.icon-block {
	padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

footer.page-footer {
	margin: 0;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fafafa;
	/* change if the mask should have another color then white */
	z-index: 100000;
	/* makes sure it stays on top */
}

#status {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 10000;
	left: 0%;
	/* centers the loading animation horizontally one the screen */
	top: 0%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../img/loader.svg);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -50px 0 0 -50px;
	/* is width and height divided by two */
}

@media screen and (max-width: 992px) {
	#status {
		width: 100%;
		height: 100vh;
		position: absolute;
		z-index: 10000;
		left: 13%;
		/* centers the loading animation horizontally one the screen */
		top: 0%;
		/* centers the loading animation vertically one the screen */
		background-image: url(../img/loader.svg);
		/* path to your loading animation */
		background-repeat: no-repeat;
		background-position: center;
		margin: -50px 0 0 -50px;
		/* is width and height divided by two */
	}
}

.modal-fixed-footer {
	width: 100% !important;
	min-height: 100vh;
	top: 0vh !important;
	position: fixed;
	outline: none;
	padding: 0;
	height: 70%;
	left: 0;
	right: 0;
	background-color: #fafafa;
	padding: 0;
	max-height: 70%;
	width: 55%;
	margin: auto;
	overflow-y: auto;
	border-radius: 2px;
	will-change: top, opacity;
}

.modal-fixed-footer .modal-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: fixed;
	bottom: 0;
}

.modal-fixed-footer .modal-content {
	position: absolute;
	height: calc(100% - 56px);
	max-height: 100%;
	width: 100%;
	overflow-y: auto;
}

.modal-footer {
	border-radius: 0 0 2px 2px;
	background-color: #fafafa;
	padding: 4px 6px;
	height: 56px;
	width: 100%;
	text-align: right;
}

.modal-content {
	padding: 24px;
}

.modal-footer a {
	margin-top: 6px;
}

.modal-content h6 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 2em;
	font-weight: 200;
}

.modal-content p.subtitle {
	font-size: 1.3em;
	font-weight: 200;
	margin-top: -10px;
}

.titleZone {
	margin-top: -20px;
}

.reservationZone {
	margin-top: -30px;
}

.modal-footer .left {
	text-align: left;
}




[type="checkbox"].filled-in:checked+span:not(.lever):after {
	border-color: #039be5;
	background-color: #039be5;
}

/* label color */
.input-field label {
	color: #000;
}

.input-field label.active {
	color: #000;
}

/* label focus color */
.input-field input[type="text"]:focus+label {
	color: #000;
}

/* label underline focus color */
.input-field input[type="text"]:focus {
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 0 0 #000;
}

/* valid color */
.input-field input[type="text"].valid {
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 0 0 #000;
}

/* invalid color */
.input-field input[type="text"].invalid {
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 0 0 #000;
}

/* icon prefix focus color */
.input-field .prefix.active {
	color: #000;
}

/* label focus color */
.input-field input[type="text"]:focus+label {
	color: #000 !important;
}

/* label underline focus color */
.input-field input[type="text"]:focus {
	border-bottom: 1px solid #000 !important;
	box-shadow: 0 1px 0 0 #000 !important;
}

/* label focus color */
.input-field textarea:focus+label {
	color: #000 !important;
}

.input-field .prefix.active {
	color: #000 !important;
}

/* label underline focus color */
.input-field textarea:focus {
	border-bottom: 1px solid #000 !important;
	box-shadow: 0 1px 0 0 #000 !important;
}