@charset "UTF-8";
html {
	color: #000;
	background-color: #f9f9f9;
}

html {
	font-size: 62.5%
}

body {
	font-size: 1.6rem;
	line-height: 1.5
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
	margin: 0;
	padding: 0;
    font-family: 'Arsenal', sans-serif;
	color: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	border: 0
}

li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}
a {
	text-decoration: none;
	color: #000;
}
 

.grid {
	max-width: 1188px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px
}

.grid:after {
	content: " ";
	display: block;
	clear: both
}

@media (min-width:767px) {
	.grid {
		padding: 0 40px
	}
}

@media (min-width:1279px) {
	.grid {
		padding: 0 126px
	}
}

.heading2 {
	font-size: 3.2rem;
	line-height: 1.125;
	margin-top: 6rem
}


.full-width-banner--desktop.full-width-banner--above-fold img,
.full-width-banner--full-height img,
.full-width-banner--landscape.full-width-banner--above-fold img {
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 100%;
}

.full-width-banner img {
	height: auto;
	display: block;
	width: 100%
}


.full-width-banner.content-block--first {
	margin-top: 0
}

@media (min-width:767px) {

	.full-width-banner .swiper-button-next,
	.full-width-banner .swiper-button-prev {
		background-size: 36px;
		background-repeat: no-repeat;
		display: block;
		height: 66px;
		width: 66px
	}
	.full-width-banner .swiper-button-prev {
		left: 0;
		background-image: url(../assets/images/clients/the-set/icons/arrow-previous.svg)
	}

	.full-width-banner .swiper-button-next {
		right: 0;
		background-image: url(../assets/images/clients/the-set/icons/arrow-next.svg)
	}
}
.cta {
	color: #000 !important;
}

.cta,
.cta-inverse {
	border: 1px solid #000;
	display: inline-block;
	font-family: Arsenal, arial, sans-serif;
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 1.3rem 2rem;
	text-transform: uppercase
}

.parallax {
	/* The image used */
	background-image: url("../img/overlay.png"), url("../img/gallery/new_menu_4.jpg");
  
	/* Set a specific height */
	min-height: 400px;
  
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 60px 0;
	left: 0;
  }

.page-content-wrapper {
	overflow-x: hidden
}

.heading2 {
	color: #000
}

.heading2 {
	font-weight: 400;
	text-align: center;
	text-transform: uppercase
}

.header {
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	box-sizing: border-box;
	height: 80px;
	width: 100%
}

.header header {
	position: relative
}

.header a {
	color: #fff
}

.header .logo {
	padding-top: 36px;
	text-align: center
}
.header .logo--minimal {
	display: none
}

.header--minimal {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

.header.header--sticky {
	opacity: 0;
	position: fixed;
	top: 0;
	transition: visibility 0s linear .5s, opacity .5s linear;
	-moz-transition: visibility 0s linear .5s, opacity .5s linear;
	-webkit-transition: visibility 0s linear .5s, opacity .5s linear;
	z-index: -1
}

.header.header--sticky.is-open {
	opacity: 1;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	z-index: 999999
}

.header {
	box-shadow: none;
	height: 140px;
	padding: 0 48px;
	position: relative
}
.header.header--minimal {
	height: 80px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3)
}

.header.header--minimal .logo {
	display: none
}
.header.header--minimal .logo--minimal {
	display: block;
	padding-top: 24px
}
.header .logo {
	margin: 0 auto;
	padding-top: 70px
}
.footer {
	background-color: #298686;
	color: #fff;
}
.footer a {
	color: #fff
}
.footer footer {
	padding: 60px 21px 119px
}
.navigation {
	display: none
}
.navigation ul {
	margin-right: 60px;
}
.navigation-wrapper {
	margin: auto;
	max-width: 1000px;
}
.navigation-wrapper div {
	display: inline-block;
}
.social-channels {
	height: 32px;
	margin-bottom: 36px;
	text-align: center
}
.social-channels li {
	margin-left: 15px;
	display: inline-block
}
.social-channels img {
	height: 32px;
	width: 32px
}

.copyright {
	font-family: Arsenal, serif;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center
}

.dark-table td {
	color: #111;
}

.back-to-top {
	display: none;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform .3s linear;
	transition: transform .3s linear;
}
.back-to-top img {
	filter: invert(1);
}

.back-to-top.is-active {
	transform: translateX(0)
}

@media (max-width:766px) {
	.back-to-top {
		display: none!important
	}
}

.scroll-to-bottom {
	-webkit-transition: transform .3s linear;
	transition: transform .3s linear
}
.scroll-to-bottom img {
	filter: invert(1);
}

@media (max-width:766px) {
	.scroll-to-bottom {
		display: none!important
	}
}

@media (min-width:767px) {
	.footer {
		position: relative
	}
	.footer footer {
		padding: 90px 40px 40px
	}
	.navigation-wrapper:after {
		clear: both;
		content: ' ';
		display: table
	}
	.navigation {
		float: left;
		display: block;
		letter-spacing: 1px;
		line-height: 2rem;
		margin-bottom: 49px;
		text-transform: uppercase;
		width: 50%
	}
	.navigation li {
		margin-bottom: 1.8rem
	}
	.navigation li:last-child {
		margin-bottom: 0
	}

	.social-channels {
		height: 40px;
		margin-top: 20px
	}

	.social-channels li {
		margin-left: 17px
	}

	.social-channels img {
		height: 40px;
		width: 40px
	}
	.copyright {
		clear: left;
		float: left;
		font-size: 1.5rem;
		letter-spacing: .2px;
		line-height: 1.3;
		text-align: inherit
	}
	.back-to-top {
		background-color: #f9f9f9;
		bottom: 100px;
		box-shadow: 0 2px 3px 0 rgba(51, 51, 51, .24);
		height: 50px;
		right: 0;
		position: fixed;
		width: 50px;
		z-index: 10
	}
	.back-to-top img {
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
		transform: translateX(-50%) translateY(-50%) rotate(180deg)
	}
	.back-to-top.is-at-footer {
		position: absolute;
		top: -150px
	}
	.scroll-to-bottom {
		background-color: #f9f9f9;
		bottom: 50px;
		box-shadow: 0 2px 3px 0 rgba(51, 51, 51, .24);
		height: 50px;
		right: 0;
		position: fixed;
		width: 50px;
		z-index: 930
	}
	.scroll-to-bottom img {
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%)
	}
	.scroll-to-bottom.is-at-footer {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
}

@media (min-width:1279px) {
	.footer footer {
		position: relative;
		padding: 90px 60px 40px
	}


	.navigation {
		position: relative;
		z-index: 2
	}
	.navigation {
		width: 30%
	}
}

.page-content {
	transition: filter .4s linear;
	-webkit-transition: -webkit-filter .4s
}

.overlay {
	opacity: 0;
	transition: opacity .4s linear;
	-webkit-transition: opacity .4s linear
}

.sticky-bar-wrapper {
	display: none
}

@media (min-width:767px) {

	.sticky-bar-wrapper {
		bottom: 0;
		display: block;
		position: fixed;
		transform: translateY(100%);
		transition: transform .5s linear;
		z-index: 10
	}
	.sticky-bar-wrapper.is-active {
		transform: translateY(0)
	}
	.sticky-bar {
		padding-left: 40px
	}

	.book-bar-button {
		padding: 3rem 4.2rem 3rem 4.8rem;
		background-color: #298686;
	}

	.book-bar-button:hover {
		cursor: pointer
	}
}

@media (min-width:1279px) {
	.sticky-bar {
		padding-left: 90px
	}

}

.full-width-banner {
	margin-top: 6rem
}

.full-width-banner .swiper-pagination-bullet {
	background-color: rgba(51, 51, 51, .3);
	border: 1px solid #fff
}

.full-width-banner .swiper-pagination-bullet-active {
	background-color: #fff
}

.full-width-banner .swiper-play-pause-button {
	bottom: 23px;
	height: 16px;
	left: 23px;
	position: absolute;
	width: 14px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEzIDE2Ij4gICAgPGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuOCI+ICAgICAgICA8cGF0aCBkPSJNNC42OCAwSC41MkMuMzggMCAuMjU3LjA2Ni4xNTQuMTk4QS43NC43NCAwIDAgMCAwIC42Njd2MTQuNjY2YzAgLjE4LjA1MS4zMzcuMTU0LjQ2OS4xMDMuMTMyLjIyNS4xOTguMzY2LjE5OGg0LjE2Yy4xNCAwIC4yNjMtLjA2Ni4zNjYtLjE5OGEuNzQuNzQgMCAwIDAgLjE1NC0uNDY5Vi42NjdhLjczOS43MzkgMCAwIDAtLjE1NC0uNDdDNC45NDMuMDY3IDQuODIgMCA0LjY4IDBNMTIuODEzLjIxNWEuNTI2LjUyNiAwIDAgMC0uNDA5LS4xOThINy43NTdhLjUyNS41MjUgMCAwIDAtLjQwOS4xOTguNjg4LjY4OCAwIDAgMC0uMTcyLjQ2OHYxNC42NWMwIC4xODEuMDU3LjMzNy4xNzIuNDdhLjUyNi41MjYgMCAwIDAgLjQwOS4xOTdoNC42NDdhLjUyNi41MjYgMCAwIDAgLjQwOS0uMTk4LjY5LjY5IDAgMCAwIC4xNzItLjQ2OFYuNjgzYS42ODkuNjg5IDAgMCAwLS4xNzItLjQ2OCIvPiAgICA8L2c+PC9zdmc+) no-repeat;
	cursor: pointer;
	z-index: 10
}

.full-width-banner .swiper-play-pause-button.is-paused {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE1IDE2Ij4gICAgPHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTMuMzY3IDYuOTZMMS44ODUuMjYzQy44MzgtLjM0Ny0uMDA1LjE0MSAwIDEuMzUxbC4wNTkgMTMuMjkzYy4wMDUgMS4yMS44NiAxLjcwMyAxLjkwOSAxLjA5N2wxMS4zOTUtNi41OGMxLjA0OC0uNjA0IDEuMDUtMS41OS4wMDQtMi4yIiBvcGFjaXR5PSIuOCIvPjwvc3ZnPg==) no-repeat
}

@media (min-width:767px) {
	.full-width-banner .swiper-button-prev {
		background-image: url(../assets/images/clients/the-set/icons/arrow-previous.svg)
	}
	.full-width-banner .swiper-button-next {
		background-image: url(../assets/images/clients/the-set/icons/arrow-next.svg)
	}
}



a.button:visited,
a.button:active {
    color: #000;
}

.page-content {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-webp .page-content {
	background-image: url(../img/marble_light_narrow.jpeg);
}

.webp .page-content {
	background-image: url(../img/marble_light_narrow.webp);
}


@media (min-width:767px) {
	.no-webp .page-content {
	    background-image: url(../img/marble_light.jpeg);
	}
	.webp .page-content {
	    background-image: url(../img/marble_light.webp);
	}
}

.footer {
    z-index: 999;
}

.logo-text {
    font-size: 42px;
    position: relative;
    bottom: 45px;
    max-width: 400px;
    margin: auto;
}

.logo-subtext {
    position: relative;
    bottom: 48px;
    font-family: Arimo, sans-serif;
    letter-spacing: 3.8px;
    font-size: 12px;
}

.header--sticky {
    background-color: rgba(41,134,134,.9) !important;
}

.header--sticky .logo-text {
    bottom: 20px;
}

.header--sticky .logo-subtext {
    bottom: 34px;
}

.header-menu-items {
    position: absolute;
    top: 30px;
    right: 20px;
    font-family: ARSENAL, sans-serif;
}

.header-menu-items div {
    display: inline-block;
    margin: 0 10px;
}

.mobile-opening-hours {
	display: none;
}

@media (max-width:767px) {

    header {
        margin: 0 -20px;
    }

	.mobile-opening-hours {
		display: initial;
	}

    .header-menu-items {
        display: none;
    }

    .header .ocm-link {
        left: 2px;
    }
    .logo-text {
        font-size: 20px;
        width: 260px;
    }
    .logo-subtext {
        font-size: 10px;
        bottom: 50px;
        letter-spacing: 4px;
    }
    .header--sticky .logo-text {
        bottom: 6px;
    }
    .header--sticky .logo-subtext {
        bottom: 10px;
    }
}

.header {
    /* background-color: #ffced1; */
    background-color: rgba(0,0,0,0);
    text-transform: uppercase;
}

.opening-hours {
    width: 220px;
    position: relative;
    padding: 20px 0;
}

.mobile-opening-hours table td,
.opening-hours table td {
    padding: 10px 20px 0 0;
    font-size: 12px;
}

.text-container p,
.text-container h2 {
	color: #222; 
	font-size: 1.2em;
}

.text-container h2 {
	font-size: 2em;
	text-align: center;
	padding-bottom: 20px;
}

.terms-and-conditions p {
	font-size: 0.8em;
}

.gallery-img {
    width: 30%;
    min-width: 320px;
    height: 320px;
    display: inline-block;
    overflow-y: hidden;
	margin: -30px 10px;
}

.gallery-img img {
    width: 100%;
}

.menu-item {
    text-transform: uppercase;
    margin: 20px;
    text-align: center;
}

.menu-item h3 {
    font-size: 24px;
    margin: 0;
}

.menu-item p {
    font-family: Arsenal, sans-serif;
    font-size: 14px;
}

.book-bar-button span {
    font-family: Arsenal, sans-serif;
}

.sidemenu.ocm-close {
    float: none;
}

.sidemenu.sub-menu {
	font-size: 12px;
	margin: 20px 0;
}

.nav-destination {
    padding-top: 100px;
}

.heading2 {
    margin-bottom: 40px;
}