/* Global */
* {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
	font-family: 'Roboto', sans-serif;
	font-display: swap;
}
html, body {
	position: relative;
	height: 100%;
}

/* Navigation Bar */
nav {
	width: 100%;
	height: 56px;
	background-color:#263238;
	box-shadow:0 0 8px 0 black;
	z-index: 10;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
nav .webTitle {
	padding: 14px;
	color: white;
	font-size: 20px;
}
.sidenav {
    height: 100%;
    position: fixed;
    z-index: 11;
    top: 56px;
    left: 0;
    background-color: #4f5b62;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav a, .update-button-sidenav {
    text-decoration: none;
    font-size: 20px;
    color: white;
	margin: 0px 200px 0px 20px;
	padding:5px;
	line-height: 40px;
}
.sidenav span {
    font-size: 15px;
    color: #eee;
    display: block;
	margin: 20px;
}
.cont {
	position: absolute;
	bottom: 68px;
	height: 40px;
	left: 20px;
	display: inline;
}
.navFB {
	float: left;
	color: black;
	line-height: 20px;
	font-size: 13px;
	color: white;
	display: inline;
	margin:15.5px 0px 15.5px 0px;
}
.FB {
	float: left;
	margin:12px 15.5px 15.5px 0px;
	display: inline;
}
.FB a {
	margin: 0px;
}
.sidenav div a {
	display: inline;
}
.navLinks a {
    text-decoration: none;
    font-size: 20px;
    color: white;
	padding:5px;
	line-height: 30px;
	margin: 0px 10px 0px 10px;
}
.navLinks a:hover {
    border-bottom: 2px solid #eee;
}
hr {
	border-top: 1px solid #A58767;
}
.navExpand {
	display: none;
}
.update-button{
    text-decoration: none;
    font-size: 20px;
    color: white;
    padding: 5px;
    line-height: 30px;
    margin: 0px 10px 0px 10px;
	background-color: Transparent;
	border: none;
}
.update-button:hover{
    border-bottom: 2px solid #eee;
}

/* Footer */
footer {
	width: 100%;
	height: 56px;
	background-color:#263238;
	margin-top: 20px;
	overflow: hidden;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
	position: absolute;
	bottom: -76px;
	left: 0px;
}
footer div {
	color: black;
	line-height: 20px;
	font-size: 13px;
	color: white;
	margin:18px;
}
footer .right {
	float: right;
}

footer .left {
	float: left;
	margin-right: 0px;
}
footer .FB {
	float: left;
	margin:15.5px 15.5px 15.5px 0px;
}

.imgTitle {
	position:absolute;
	opacity: 0.7;
	width: 100%;
	height: 56px;
	background-color: black;
	bottom:5px;
}

/* All Page Content */
.body {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	top: 56px;
	min-height: calc(100% - 132px);
	width: 100%;
}
.box {
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.12), 0px 2px 2px 0px rgba(0,0,0,0.24);
}
.flex-container {
    width: 100%;
    flex-wrap: wrap;
	flex-direction: row;
	background-color:white;
	min-height: 100%;
	position: relative;
}
.header {
	height: auto;
	overflow: hidden;
	background-color: #f2f7ff;
}
.header div {
	color: black;
	line-height: 20px;
	font-size: 20px;
	margin:18px;
}
.mainInfo {
	color: black;
	line-height: 20px;
	font-size: 13px;
	margin:18px;
}

/* Index Page */
.imgTitle div {
	color:white;
	line-height: 20px;
	font-size: 20px;
	margin:18px;
}
#googleMap {
	margin: 18px;
	width:calc(100% - 36px);
	height: 300px;
}

/* Rotating bar */
.container {
    cursor: pointer;
	margin: 10px;
	float: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}
.change {
    transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
}

/* Image Slider */
.slider {
	position:absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4 / 3;
}
.imgDisplayed {
	position:relative;
	bottom:0px;
}
.moveLeft {
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	transform: translateX(100%);
   -webkit-transform: translateX(100%);
   -ms-transform: translateX(100%);
}
.flex-fullImage,
.flex-fullImage-booking,
.flex-image-mainhall,
.flex-image-upstairs,
.flex-groups,
.flex-complete {
	width: 100%;
	position:relative;
}

/* Bookings page */
.form-style-8 input[type="text"],
.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="url"],
.form-style-8 input[type="password"],
.form-style-8 textarea,
.form-style-8 select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px 'Roboto', Helvetica, sans-serif;
    height: 45px;
}
textarea {
    resize: none;
}
.form-style-8 input[type="button"],
.form-style-8 input[type="submit"]{
    -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    box-shadow: inset 0px 1px 0px 0px #45D6D6;
    background-color: #2CBBBB;
    border: 1px solid #27A0A0;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
		font-display: swap;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.form-style-8 input[type="button"]:hover,
.form-style-8 input[type="submit"]:hover {
    background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
    background-color:#34CACA;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.flex-facilities ul, .flex-facilities li{
	margin-left: 10px;
}
/* Groups page */
table {
	text-align: left;
	border-collapse: collapse;
}
th {
	color: grey;
	padding: 15px 0px 15px 0px;
}
td {
	padding: 5px 0px 5px 0px;
}

td {
    border-top: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
	text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #eeeeee;
}
/* Gallery page */
#cp_widget_47347404-0f6e-440e-880f-7df58b1870ad {
	max-width: 100% !important;
}

@media screen and (max-width: 205px) {
    .webTitle {
        opacity: 0;
    }
}

@media screen and (min-width: 700px) {
	/* For the Tablet */
	/* Main css */
	.flex-about, .flex-facilities, .flex-directions, .flex-form {
		margin: 20px 20px 0px 20px;
	}
    .flex-container {
		flex-direction: row;
	}
	.flex-fullImage, .flex-fullImage-booking {
		width: calc(100% - 20px);
		position:relative;
		background-color: #A58767;
		height: calc(auto - 2px);
		margin: 20px 20px 0px 20px;
		box-shadow: 1px 1px 10px #888888;
		z-index: 10;
		overflow: hidden;
	}

	.flex-about {
		width: calc(50% - 30px);
		margin: 20px 10px 0px 20px;
	}
	.flex-facilities {
		width: calc(50% - 30px);
		margin: 20px 20px 0px 10px;
		float: right;
	}

	.flex-facilities-booking {
		margin: 20px 20px 0px 20px;
	}

	.container {
		display: none;
	}
	.webTitle {
		text-align:center;
	}
	nav {
		height: 112px;
	}
	.navLine {
		width:40%;
		margin: 0 auto;
	}
	.navLinks {
		display: flex;
		flex-direction: row;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.navExpand {
		display: block;
	}
	.sidenav {
		display: none;
	}
	.slider {
		z-index: -5;
	}
	.imgTitle {
		bottom: 5px;
	}
	footer {
		padding: 0px 10% 0px 10%;
		width: 80%;
	}
	.body {
		padding: 0px 20% 0px 20%;
		width: 60%;
		top: 112px;
		min-height: calc(100% - 188px);
	}


	/* Booking css */
	.flex-image-mainhall {
		width: calc(50% - 30px);
		margin: 20px 10px 0px 20px;
		order: 3;
	}
	.flex-image-upstairs {
		width: calc(50% - 30px);
		margin: 20px 20px 0px 10px;
		order: 4;
	}

	/* Groups */
	.flex-groups {
		width: calc(100%);
		margin: 20px 20px 0px 20px;
		order: 1;
	}

	/* Completed */
	.flex-complete {
		width: calc(100%);
		margin: 20px 0px 0px 0px;
		order: 1;
		max-height: 300px;
	}
}

@media screen and (min-width: 1600px) {
	/* For the Desktop */
	/* Main */
	.flex-fullImage {
		width: calc(60% - 10px);
		position:relative;
		background-color: #A58767;
		height: calc(auto - 2px);
		margin: 20px 10px 0px 0px;
		box-shadow: 1px 1px 10px #888888;
		z-index: 10;
		overflow: hidden;
		order: 1;
	}
	.flex-container {
		flex-direction: row;
	}
	.flex-about {
		width: calc(40% - 10px);
		margin: 20px 0px 0px 10px;
		order: 2;
	}
	.flex-facilities {
		width: calc(40% - 10px);
		margin: 20px 10px 0px 0px;
		float: right;
		order: 3;
	}
	.flex-directions {
		width: calc(60% - 10px);
		margin: 20px 0px 0px 10px;
		order: 4;
	}
	.slider {
		z-index: -5;
	}
	.imgTitle {
		bottom: 5px;
	}

	/* Booking */
	.flex-form {
		width: calc(55% - 10px);
		margin: 20px 10px 0px 0px;
		order: 1;
	}
	.flex-facilities-booking {
		width: calc(45% - 10px);
		margin: 20px 0px 0px 10px;
		order: 2;
	}
	.flex-image-mainhall {
		width: calc(50% - 10px);
		margin: 20px 10px 0px 0px;
		order: 3;
	}
	.flex-image-upstairs {
		width: calc(50% - 10px);
		margin: 20px 0px 0px 10px;
		order: 4;
	}

	/* Groups */
	.flex-groups {
		width: calc(100%);
		margin: 20px 0px 0px 0px;
		order: 1;
	}

	/* Completed */
	.flex-complete {
		width: calc(100%);
		margin: 20px 0px 0px 0px;
		order: 1;
	}
}
