


div#container {
    padding: 0;
    padding-top: 30px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.uberBlock {
    display: inline-block;
    height:100px;
    width: 100px;
    background-color: #333;
}

.evenlySpacedList {
    width: 100%;
    margin: 0;
}
.evenlySpacedList > li {
    display: inline-block;
    text-align: center;
    width: 33.3333%
}
/* To give more space above all rows after the 1st one */
.evenlySpacedList > li:nth-child(n+4) {
    margin-top: 15px;
}
/* Only 1 element on the last row */
.evenlySpacedList > li:nth-child(1):nth-last-child(1),
.evenlySpacedList > li:nth-child(1):nth-last-child(3n+1) ~ li:last-child {
	width: 100%;
}
/* 2 elements on the last row */
.evenlySpacedList > li:nth-child(1):nth-last-child(2),
.evenlySpacedList > li:nth-child(1):nth-last-child(2) ~ li,
.evenlySpacedList > li:nth-child(1):nth-last-child(3n+2) ~ li:last-child,
.evenlySpacedList > li:nth-child(1):nth-last-child(3n+2) ~ li:nth-last-child(2) {
	width: 50%;
}










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



#top-menu {
	background-color: #ffffff;
}
.top-bar ul {
	background-color: #ffffff;
}
.top-bar {
	font-family: 'Questrial', sans-serif;
	font-size: 1.125rem;
}
.top-bar li a {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.top-bar li a:link {
	color: #2e2e2e;
}
.top-bar li a:visited {
	color: #2e2e2e;
}
.top-bar li a:hover {
	color: #2e8c03;
}
.top-bar li a:active {
	color: #2e8c03;
}

.title-bar {
	background: #782310;
}
.page-heading {
	font-family: 'Euphoria Script', cursive;
	font-size: 2.75rem;
}
.c-red {
	color: #93031e;
}


.c-gold {
	color: #c18f1c;
}


.c-pagetitle {
	font-family: 'Crimson Text', serif;
	color: #0c2435;
	font-size: 2.5rem;
}
.hero {
	margin-bottom: 1.5rem;
}
p {
	font-family: 'Raleway', sans-serif;
}
.o-footer-logo {
	padding: 2rem 0 2rem 0;
	/*background: #dfe5ee;*/
background: #c4d9d6;

}


.home-cards {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.hero-section {
	/*background: url("../assets/images/structure/test.png") 50% no-repeat;
	background-size: cover;
	height: 30vh;*/
	text-align: center;
	margin-bottom: 2rem;
}
.hero-section {
	-webkit-filter: brightness(100%);
}
.hero-section:hover {
	-webkit-filter: brightness(70%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.hero-section .hero-section-text {
	color: #fefefe;
	background-color: rgba(147, 3, 30, 0.70);
	width: 100%;
	padding: 2.25rem 1rem 2.25rem 1rem;
	font-family: 'Crimson Text', serif;
	font-size: 1.25rem;
	text-transform: uppercase;
	/*text-shadow: 0 0 3px #666666;*/
}

.button {
	margin-top:1rem;
}

.o-subnav li a {
	font-family: 'Raleway', sans-serif;
	color:#93031e;
	font-size:1.0625rem;
	
	
}
.o-subnav li  {
	
	border-bottom: 1px dotted #cccccc;
	line-height: 2.5rem;
}



.c-reservations {
		font-size:2rem;
			font-family: 'Crimson Text', serif;
	}	

/* Small only */
@media screen and (max-width: 39.9375em) {
.hero-section {
/*height: 50vh;*/
}
	
	
	.o-footer-cta {
	background: #243038;
	padding: 1rem 0 1rem 0;
}
.o-footer-cta-inner {
	padding-left: 2rem;
	padding-right: 2rem;
}
.c-footer-cta-address {
	color: #fefefe;
	font-family: 'Crimson Text', serif;
	font-size: 1.125rem;
	line-height: 1.125rem;
}
	.c-footer-cta-reservations a {
	color: #fefefe;
	
}
.c-footer-cta-reservations {
	color: #fefefe;
	font-family: 'Crimson Text', serif;
	font-size: 3rem;
	margin: 0;
}
.c-footer-cta-reservations h3 {
	/*color: #bd3c24;*/

color: #ffffff;

	font-family: 'Crimson Text', serif;
	font-size: 2rem;
	margin: 0;
	
	
}
.c-footer-cta-social {
	color: #fefefe;
	margin: 2rem 1rem 0 0;
	
}
	

	
	
}




/* Medium and up */
@media screen and (min-width: 40em) {
	.o-footer-cta {
	background: #243038;
	padding: 2rem 0 2rem 0;
}
.o-footer-cta-inner {
	padding-left: 2rem;
	padding-right: 2rem;
}
.c-footer-cta-address {
	color: #fefefe;
	font-family: 'Crimson Text', serif;
	font-size: 1.125rem;
	line-height: 1.125rem;
}
.c-footer-cta-reservations {
	color: #fefefe;

	font-family: 'Crimson Text', serif;
	font-size: 3rem;
	line-height: 3rem;
}
	
.c-footer-cta-reservations h3 {
	/*color: #bd3c24;*/
color: #ffffff;
	font-family: 'Crimson Text', serif;
	font-size: 2rem;
	margin: 1.75rem 0 0 0;
}
.c-footer-cta-social {
	color: #fefefe;
	margin: 3rem 0 0 1rem;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
	
	.c-main-content {
		padding-left:3.125rem;
		border-left:1px dotted #cccccc;
	}
	
	.c-main-content li {
		font-size:0.75rem;
		font-family: 'Raleway', sans-serif;
	}
	
ol li {margin-bottom:1.25rem;}	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}


/* HACK FOUSC */

[data-dropdown-menu] ul {
	display: none;
}
.no-js .top-bar {
	display: none;
}

@media screen and (min-width: 50em) {
.no-js .top-bar {
	display: block;
}
.no-js .title-bar {
	display: none !important;
}
}


.onthereg li  {
font-size:1rem !important;
}
.christmas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1220px;
    margin: 60px auto;
    padding: 0 20px;
}

/* Centre final odd card on desktop */
.christmas-grid .christmas-card:last-child:nth-child(odd) {
    grid-column: 2;
}

.christmas-card {
    position: relative;
    overflow: hidden;
    height: 260px;
    text-decoration: none;
    background: linear-gradient(145deg, #4cb8c8 0%, #67d3df 45%, #45a9ba 100%);
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: all 0.35s ease;
}

.christmas-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.22);
}

.christmas-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.55) 0 2px, transparent 3px),
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.45) 0 2px, transparent 3px),
        radial-gradient(circle at 40% 80%, rgba(255,255,255,0.35) 0 2px, transparent 3px),
        radial-gradient(circle at 85% 70%, rgba(255,255,255,0.5) 0 2px, transparent 3px);
    background-size: 240px 240px;
    opacity: 0.8;
}

.christmas-card:after {
    content: "❄";
    position: absolute;
    top: 18px;
    left: 22px;
    font-size: 80px;
    color: rgba(255,255,255,0.9);
    line-height: 1;
}

.christmas-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 35px;
    text-align: center;
}

.christmas-card h3 {
    margin: 0;
    color: #17354a;
    font-family: "Times New Roman", serif;
    font-size: 48px;
    line-height: 0.92;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow:
        0 0 10px rgba(255,255,255,0.8),
        0 0 22px rgba(255,255,255,0.55);
}

.christmas-card span {
    display: inline-block;
    margin-top: 24px;
    padding: 12px 26px;
    background: rgba(255,255,255,0.9);
    color: #17354a;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 40px;
    transition: all 0.3s ease;
}

.christmas-card:hover span {
    background: #17354a;
    color: #fff;
}

/* Tablet */
@media screen and (max-width: 1024px) {

    .christmas-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .christmas-grid .christmas-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: 50%;
        justify-self: center;
    }

}

/* Mobile */
@media screen and (max-width: 768px) {

    .christmas-grid {
        grid-template-columns: 1fr;
    }

    .christmas-grid .christmas-card:last-child:nth-child(odd) {
        grid-column: auto;
        width: 100%;
    }

    .christmas-card {
        height: 280px;
    }

    .christmas-card h3 {
        font-size: 42px;
    }

}
.towers-group-offer {
    background: #f7f7f7;
    padding: 35px 20px 45px;
    text-align: center;
    font-family: Georgia, serif;
    color: #10263f;
    overflow: hidden;
    margin-bottom: 35px;
}

.towers-group-offer .offer-inner {
    max-width: 760px;
    margin: 0 auto;
}

.towers-group-offer .top-line,
.towers-group-offer .bottom-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 25px;
}

.towers-group-offer .line {
    height: 1px;
    background: #9edbe3;
    width: 28%;
}

.towers-group-offer .star {
    color: #74c7d3;
    font-size: 16px;
    padding: 0 16px;
    line-height: 1;
}

.towers-group-offer .icon-circle {
    width: 85px;
    height: 85px;
    border: 2px solid #74c7d3;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #74c7d3;
    font-size: 28px;
    position: relative;
}

.towers-group-offer .icon-circle:before {
    content: "❄";
    position: absolute;
    top: 8px;
    font-size: 14px;
}

.towers-group-offer .small-heading {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    margin-bottom: 8px;
    color: #10263f;
}

.towers-group-offer .large-heading {
    font-size: 42px;
    line-height: 1.1;
    color: #74c7d3;
    margin: 0 0 8px;
    font-weight: normal;
}

.towers-group-offer .mid-heading {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    margin-bottom: 8px;
    color: #10263f;
}

.towers-group-offer .free-place {
    font-size: 40px;
    line-height: 1;
    color: #74c7d3;
    margin: 0 0 12px;
    font-weight: normal;
}

.towers-group-offer .sub-heading {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 28px;
    color: #10263f;
}

.towers-group-offer .terms {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: #222;
}

@media (max-width: 900px) {

    .towers-group-offer .large-heading {
        font-size: 34px;
    }

    .towers-group-offer .free-place {
        font-size: 32px;
    }

    .towers-group-offer .small-heading,
    .towers-group-offer .mid-heading,
    .towers-group-offer .sub-heading {
        font-size: 16px;
        letter-spacing: 3px;
    }
}

@media (max-width: 600px) {

    .towers-group-offer {
        padding: 30px 15px 35px;
    }

    .towers-group-offer .large-heading {
        font-size: 28px;
    }

    .towers-group-offer .free-place {
        font-size: 26px;
    }

    .towers-group-offer .small-heading,
    .towers-group-offer .mid-heading,
    .towers-group-offer .sub-heading {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .towers-group-offer .terms {
        font-size: 14px;
        line-height: 1.7;
    }

    .towers-group-offer .line {
        width: 22%;
    }

    .towers-group-offer .icon-circle {
        width: 70px;
        height: 70px;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .towers-group-offer .icon-circle:before {
        font-size: 12px;
        top: 6px;
    }
}