/* ---------- Settings ---------- */

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.5px;
	color: #222;
	line-height: 200%;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	overflow-x: hidden;
}

a,
a:hover,
a:active,
a:visited {
	color: inherit;
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

i {
	margin-right: 10px;
}

.hide {
	display: none !important;
}

.s-desk {
	display: block;
}

.s-mobile {
	display: none;
}

.vcenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ---------- Effects ---------- */

.shadow {
	-webkit-box-shadow: 0 10px 6px -6px #000;
	-moz-box-shadow: 0 10px 6px -6px #000;
	box-shadow: 0 10px 6px -6px #000;
}

/* ---------- Bootstrap ---------- */

.container-fluid,
.row,
[class^="col-"] {
	margin: 0;
	padding: 0;
}

/* ---------- Navbar ---------- */

.navbar-brand img {
	height: 60px;
}


.nav-item img {
	height: 30px;
	width: 30px;
	margin: 9px 0px;
	border-radius: 100%;
}

.nav-lang {
	margin-left: 20px;
}

.lang-item:first-child {
	margin-right: 10px;
}

/* ---------- Margin / Padding ---------- */

.section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mrb-25 {
	margin-bottom: 25px;
}

.mrb-25-m {
	margin-bottom: 0px;
}

.pdr-25-d {
	padding-right: 25px;
}

.mrr-25-d {
	margin-right: 25px;
}

.mrr-10-d {
	margin-right: 10px;
}

/* ---------- Typography ---------- */

.sec-title {
	font-family: 'Courgette', cursive;
	font-weight: 700;
}

.sec-title {
	font-size: 45px;
	line-height: 120%
}

.cta-text {
	font-size: 100%;
}

/* ---------- Backgrounds ---------- */

.bg-one {
	background-color: #FAFAFA;
	color: #222;
}

.bg-two {
	background-color: #004e89;
	color: #FFF;
}

.bg-img {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* ---------- Header ---------- */

.header {
	min-height: 70vh;
}

/* ---------- Buttons ---------- */

button {
	border: none;
}

button:focus {
	outline: 0 !important;
}

.btn-auto {
	display: inline-block;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 24px;
	border-radius: 5px;
	cursor: pointer;
}

.btn-full {
	width: 100%;
	display: block;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	padding: 12px 24px;
	border-radius: 5px;
	cursor: pointer;
}

.btn-small-m {
	width: 100%;
	display: block;
	text-align: center;
	display: inline-block;
	padding: 12px 24px;
	border-radius: 5px;
	cursor: pointer;
}

.btn-one {
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
	background-color: #F0F0F0;
	color: #0E2f44;
}

.btn-two {
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
	background-color: #004e89;
	color: #F0F0F0;
}

.btn-wp {
	transition: background-color 0.5s ease;
	transition: color 0.5s ease;
	background-color: #25d366;
	color: #F0F0F0;
}

.btn-one:hover,
.btn-wp:hover {
	background-color: #0E2f44;
	color: #F0F0F0;
}

.btn-two:hover {
	background-color: #F0F0F0;
	color: #222;
}

/* ---------- Swiper ---------- */

.swiper-container,
.swiper-gallery,
.swiper-rooms {
	display: block;
	width: 100%;
	overflow: hidden;
}

.swiper-gallery,
.swiper-rooms {
	cursor: pointer;
}

.swiper-slide {
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* ---------- Gallery ---------- */

.gallery-img {
	width: 100%;
}

.gallery-img img {
	width: 100%;
	border-radius: 5px 5px 5px 5px;
}

/* ---------- Lightbox ---------- */

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white !important;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Caption text */
.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

img.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ---------- List Item Column ---------- */

.list-wrapper {
	display: flex;
	flex-direction: column;
}

.list-item {
	flex-grow: 1;
	letter-spacing: 1px;
	padding: 12px 24px;
	border-radius: 5px;
	background-color: #F0F0F0;
	color: #0E2f44;
	text-align: center;
	margin-bottom: 15px;
}

.list-wrapper-row {
	display: flex;
	flex-direction: row;
}

.list-item-row {
	flex-grow: 1;
	letter-spacing: 1px;
	padding: 12px 24px;
	border-radius: 5px;
	background-color: #F0F0F0;
	color: #0E2f44;
	text-align: center;
	margin-right: 10px;
}

.list-item-row:last-child {
	margin-right: 0px;
}

/* ---------- Room Card ---------- */

.room-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: calc(100% + 25px);
	margin: -25px 0 0 -25px;
}

.room-card {
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	width: 40%;
	height: 180px;
	margin: 25px 0 0 25px;
	background-color: #FFF;
	border: 1px solid rgba(228, 228, 228, 1);
	border-radius: 5px;
	overflow: hidden;
}

.room-img {
	width: 40%;
	overflow: hidden;
}

.room-img img {
	width: 100%;
}

.room-data {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 60%;
	padding: 15px;
	overflow: hidden;
}

.room-name {
	font-size: 150%;
	line-height: 150%;
}

.room-detail {
	line-height: 150%;
	color: #808191;
}

.room-data a {
	width: 100%;
}

/* ---------- Table ---------- */

.table-wrapper {
	width: 100%;
	overflow-x: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.table-wrapper::-webkit-scrollbar {
	display: none;
}

table {
	width: 100%;
}

th {
	font-weight: inherit;
	min-width: 150px;
	border: 1px solid #457b9d;
	text-align: center;
	padding: 12px 24px;
	background-color: #1D3557;
	color: #F0F0F0;
}

td {
	min-width: 150px;
	color: #457b9d;
	border: 1px solid #457b9d;
	text-align: center;
	padding: 12px 24px;
}

/* ---------- Contact ---------- */

.con-info-wrapper {
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #222;
	border-radius: 5px;
}

.contact-item {
	height: 100%;
}

iframe {
	border-radius: 5px;
	min-height: 300px;
}

/* ---------- Form Elements ---------- */

.form-wrapper {
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #F1F1F1;
	border-radius: 5px;
}

input,
select {
	width: 100%;
	display: block;
	padding: 12px 24px;
	border: inherit;
	border-radius: 5px;
}

textarea {
	width: 100%;
	height: 150px;
	display: block;
	padding: 12px 24px;
	border: inherit;
	border-radius: 5px;
	resize: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: inherit;
	box-shadow: 0 0 0 2px #2565AE;
}

/* ---------- Footer ---------- */

.footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-item {
	flex: 1;
}

.f-left {
	text-align: left;
}

.f-center {
	text-align: center;
}

.f-right {
	text-align: right;
}

.f-right a img{
	height: 40px;
}

a.social {
	color: #222;
}

@media (max-width: 768px) {

	/* ---------- Settings ---------- */

	.s-desk {
		display: none !important;
	}

	.s-mobile {
		display: block;
	}

	/* ---------- Margin / Padding ---------- */

	.mrb-25-m {
		margin-bottom: 25px;
	}

	.mrr-25-d {
		margin-right: 0px;
	}

	.mrb-0-m {
		margin-bottom: 0px;
	}

	.pdy-50 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.pdr-25-d {
		padding-right: 0px;
	}

	/* ---------- Typography ---------- */

	.sec-title {
		font-size: 1.8em;
		line-height: 150%;
	}

	/* ---------- Buttons ---------- */

	.btn-auto {
		width: 100%;
		display: block;
		font-weight: 400;
		letter-spacing: 1px;
		text-align: center;
		padding: 12px 24px;
		border-radius: 5px;
		cursor: pointer;
	}

	.btn-small-m {
		padding: 12px 12px;
		font-size: 60%;
		line-height: 100%;
	}

	/* ---------- Navbar ---------- */

	.nav-lang {
		margin-left: 0px;
	}

	/* ---------- List Item Column ---------- */

	.list-item {
		margin-bottom: 15px;
		text-align: left
	}

	.list-wrapper-row {
		flex-direction: column;
		margin-bottom: 0px;
	}

	.list-item-row {
		margin-right: 0px;
		margin-bottom: 15px;
		text-align: left
	}

	/* ---------- Room Card ---------- */

	.room-wrapper {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;
		margin: 0px;
	}

	.room-card {
		width: 100%;
		height: 130px;
		margin: 0px 0px 25px 0px;
	}

	.room-card:last-child {
		margin-bottom: 0px;
	}

	.room-name {
		font-size: 80%;
	}

	.room-detail {
		font-size: 70%;
	}

	/* ---------- Contact ---------- */

	.contact-item {
		height: auto;
		margin-bottom: 25px;
	}

	/* ---------- Footer ---------- */

	.footer {
		flex-direction: column;
	}

	.footer-item {
		margin-bottom: 25px;
	}

	.footer-item:last-child {
		margin-bottom: inherit;
	}

	.f-left,
	.f-center,
	.f-right {
		text-align: center;
	}

}