.hvr-fade, .btn, .readon, .nspHeader A, A {
   /*display: inline-block !important;*/
   vertical-align: middle !important;
   -webkit-transform: perspective(1px) translateZ(0) !important;
   transform: perspective(1px) translateZ(0) !important;
   box-shadow: 0 0 1px transparent !important;
   overflow: hidden !important;
   -webkit-transition-duration: 0.3s !important;
   transition-duration: 0.3s !important;
   -webkit-transition-property: color, background-color, border-color !important;
   transition-property: color, background-color, border-color !important;
}
TD.day.disabled {
   background-color: #E2E5E7 !important;
}
#booking-widget-container DIV#logodiv.logo-panel {
   background-color: #ECECEC;
}
.list-group-promotion A:hover {
   color: #FFFFFF !important;
}
#booking-widget-container .clickable-promotion-text H4 {
   color: #173549;
   font-size: 18px;
   font-weight: 400;
}
#booking-widget-container DIV.col-xs-12 DIV.table-return-notice {
   margin-bottom: 7px;
}
/*#booking-widget-container DIV.col-xs-12 DIV DIV
{
	margin-bottom: 7px;
	margin-top: 7px;
}*/
#booking-widget-container DIV.list-group DIV {
   margin-bottom: 7px;
   margin-top: 7px;
}
#booking-widget-container DIV.navigation-buttons {
   margin-top: 11px;
}
#booking-widget-container TD.day {
   /*background-color: #1A6890 !important;*/
   font-size: 15px;
}
#booking-widget-container TD.day:hover {
   background-color: #1A6890 !important;
}
#booking-widget-container TH.dow {
   font-size: 16px;
}
#booking-widget-container UL.drop-list.timeslots LI {
   font-size: 16px;
}
/*.rsmg-content-gallery > LI::marker
{
	color: lime !important;
	font-weight: bold;
	display: block !important;
	border: 1px solid black !important;
	background-color: green !important;
}*/
.rsmg-content-main-container UL {
   list-style: none !important;
}
.rsmg-content-item-thumb > IMG, .rsmg-system-item-thumb > IMG {
   object-fit: cover;
}
/*UL.list-unstyled LI
{
	margin: 0 !important;
	padding: 0 !important;
}*/
#booking-widget-container TD.day.disabled:hover {
   background-color: #E1E4E6 !important;
}
A.list-group-item:hover H4, A.list-group-item:hover P {
   color: #FFFFFF !important;
}
A.list-group-item P {
   font-size: 14px;
}
A.list-group-item.active H4, A.list-group-item.active P {
   color: #FFFFFF !important;
}
DIV.moduletable.red {
   background-color: #DD0000;
   text-align: center;
   padding: 18px;
}
DIV.moduletable.red P {
   color: #FFFFFF;
   font-size: 22px;
}
/* Grow */
.hvr-grow {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px transparent;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
/* Grow Rotate*/
.hvr-grow-rotate {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
   -webkit-transform: scale(1.1) rotate(4deg);
   transform: scale(1.1) rotate(4deg);
}
/* Grow Rotate PROJECTS*/
IMG.nspImage {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px transparent !important;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-property: transform;
   transition-property: transform;
   z-index: 54 !important;
   width: 100%;
   object-fit: cover;
}
IMG.nspImage:hover, IMG.nspImage:focus, IMG.nspImage:active {
   z-index: 54 !important;
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
/* Bounce To Top */
.hvr-bounce-to-top {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   position: relative;
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 0.5s;
   transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #FBF50D;
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 0.5s;
   transition-duration: 0.5s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
   color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Sweep To Top */
.hvr-sweep-to-top {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: perspective(1px) translateZ(0);
   transform: perspective(1px) translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   position: relative;
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
   content: "";
   position: absolute;
   z-index: -1;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #2098D1;
   -webkit-transform: scaleY(0);
   transform: scaleY(0);
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
   color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
}
BODY {
   background-color: #EEEEEE;
   color: #000000;
   font-family: proxima-nova, sans-serif;
   font-weight: 400;
   font-style: normal;
   position: relative;
   /*font-weight: 400;*/
}
P, OL, UL {
   font-size: 20px;
   line-height: 1.5;
   color: #000000;
   margin-top: 0 !important;
}
UL {
   line-height: 1.6;
}
.container {
   /*padding: 20px !important;*/
   position: relative;
   margin: auto;
}
.row {
   margin: auto;
}
A[href^=tel] {
   color: inherit;
   text-decoration: none;
}
A {
   color: #000000;
   text-decoration: underline;
   word-wrap: break-word;
}
A:hover {
   color: #143A67;
   /*text-decoration: underline;*/
}
#biglogo {
   position: absolute;
   top: 84px;
   background-color: #FFFFFF;
   padding: 0px 34px;
   /*+border-radius: 28px;*/
   -moz-border-radius: 28px;
   -webkit-border-radius: 28px;
   -khtml-border-radius: 28px;
   border-radius: 28px;
   left: 50%;
   margin-left: -170px;
   width: 340px;
}
#biglogo IMG {
   width: 100%;
}
#bookingiframe {
   /*width: 100%;*/
   /*border: 1px solid black;*/
}
/*#home #headerLeft #logo
{
	display: none;
}*/
/*****  OVERLAY MENU  *****/
#menuIcon {
   margin-top: 20px;
}
.overlay {
   height: 100%;
   position: fixed;
   padding-top: 12px;
   z-index: 12 !important;
   top: 0;
   left: 100%;
   background-color: #0C3148;
   background-color: #40D3C3;
   overflow-x: hidden;
   transition: 0.5s;
   width: 75%;
}
.overlay.open {
   width: 75%;
   z-index: 11;
   top: 0;
   right: 0;
   left: 25%;
}
.overlay-content {
   position: relative;
   width: 100%;
   text-align: center;
   z-index: 2;
   transition: 0.2s;
}
#myNav.overlay .overlay-content A {
   text-decoration: none;
   display: block;
   transition: 0.3s;
   margin: auto;
   font-size: 28px;
   padding: 0px;
}
.overlay-content UL UL {
   margin-bottom: 20px;
}
#myNav.overlay .overlay-content UL UL A {
   font-size: 22px;
   padding: 0;
   border-bottom: 2px dotted #A8E5DE;
   background-color: rgba(137, 211, 201, 0.845);
}
.overlay-content A.cymraeg {
   background-color: #EDAB28;
   /*border-top: 1px solid #FFFFFF;*/
   font-size: 21px !important;
   text-transform: uppercase;
   margin-top: 12px !important;
}
.overlay-content A {
   color: #FFFFFF;
   font-size: 23px;
   font-weight: 300;
}
.overlay-content A:hover {
   color: #21518E;
}
.overlay-content UL {
   list-style: none;
   margin: 0;
   padding: 0;
}
.overlay .closebtn {
   position: absolute;
   top: 20px;
   right: 32px;
   font-size: 42px;
   z-index: 3;
   text-decoration: none;
   color: #FFFFFF;
   width: auto !important;
}
#myNav.overlay A.closebtn {
   display: block;
   width: 91%;
   margin: auto;
}
DIV#menuIcon SPAN {
   font-size: 60px;
   cursor: pointer;
   color: #FFFFFF;
   margin-left: 30px;
   font-weight: 900;
}
DIV#home {
   position: relative;
}
/* SEARCH PAGE */
#searchForm {
   margin-top: 21px;
}
#searchForm DIV {
   margin-bottom: 12px;
}
DT.result-title {
   margin-top: 20px;
   color: #134584;
   font-size: 24px;
}
DT.result-title A {
   color: #134584;
}
DT.result-title A:hover {
   color: #D71830;
}
/* News Home */
DIV#main_content {
   margin-top: -70px;
   z-index: 11;
   position: relative;
}
#inside #main_content {
   margin-top: 0;
}
A.nspImageWrapper {
   overflow: hidden;
   display: flex;
}
DIV.moduletable_homenews {
   background: rgb(237, 237, 238);
   background: linear-gradient(0deg, rgba(237, 237, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
   /*(*+box-shadow: 0px -10px 12px rgba(76, 76, 76, 0.371);*)
   -moz-box-shadow: 0px -10px 12px rgba(76, 76, 76, 0.371);
   -webkit-box-shadow: 0px -10px 12px rgba(76, 76, 76, 0.371);
   box-shadow: 0px -10px 12px rgba(76, 76, 76, 0.371);*/
   border-top-left-radius: 30px;
   border-top-right-radius: 30px;
   padding: 20px 20px 0px 20px;
}
DIV.news.row DIV.container {
   /*width: 1156px !important;*/
}
.moduletable_homenews H4.nspHeader {
   margin-top: 0;
}
.moduletable_homenews H4 A {
   color: #FFFFFF;
   text-decoration: none;
   font-size: 19px;
   line-height: 1 !important;
   background-color: #57CFC1;
   display: flex;
   padding: 15px;
   min-height: 38px;
   letter-spacing: 1px;
}
.moduletable_homenews H4 A:hover {
   background-color: #154F92;
}
.moduletable_homenews P {
   margin: 15px;
}
/* Activities Home */
DIV.activities DIV.moduletable {
   flex: 1 0 26.3333%;
   display: flex;
   margin: 10px;
}
DIV.activities DIV.moduletable.title {
   flex: 1 1 100%;
}
DIV.activities DIV.moduletable DIV.custom {
   flex: 1 1 100%;
   text-align: center;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   align-items: stretch;
   align-content: center;
   justify-content: center;
   flex-direction: column;
}
DIV.activities DIV.custom P {
   display: flex;
   align-items: stretch;
   align-content: stretch;
   justify-content: center;
   padding: 0;
   margin: 0;
   flex: 1 1 auto;
   flex-direction: column;
   height: 100%;
}
DIV.activities A {
   display: flex;
   text-decoration: none;
   color: #FFFFFF;
   background-color: rgba(0, 76, 150, 0.267);
   font-size: 28px;
   text-transform: uppercase;
   border: 2px solid #FFFFFF;
   flex: 1 1 auto;
   /*flex-direction: column;*/
   align-items: center;
   justify-content: center;
   font-family: prohibition, sans-serif;
   font-weight: 400;
   font-style: italic;
   letter-spacing: 1px;
}
DIV.activities A:hover {
   background-color: rgba(0, 76, 150, 0.720);
   font-style: normal;
}
DIV.activities P {
   margin: 0px;
   padding: 0;
   text-align: center;
}
DIV.activities.row DIV.container {
   display: flex;
   flex-wrap: wrap;
}
/* HEADINGS */
H1, H2, H3, H4, H5 {
   /*margin: 0 !important;*/
   /*padding: 0 !important;*/
   font-weight: 400;
   font-family: prohibition, sans-serif;
   font-weight: 400;
   font-style: normal;
}
DIV#inside H1, DIV#inside H2, DIV#inside H3, DIV#inside H4, DIV#inside H5 {
   line-height: 1.1;
   font-weight: 400;
   color: #154F93;
}
DIV#inside.events H1 {
   display: block;
   margin-bottom: 30px !important;
   margin-top: 20px !important;
   padding-bottom: 9px !important;
   border-bottom: 1px solid #EEEEEE;
}
.item-page DIV.page-header H2 {
   font-style: normal;
   font-size: 44px;
   margin-top: 0;
}
.item-page.whatson DIV.page-header H2 {
   font-weight: 400;
   font-style: normal;
   font-size: 38px;
}
.item-page.whatson DIV.page-header H1 {
   font-size: 29px;
   color: #2CC4C3 !important;
}
.main .item-page H3 {
   /*padding-top: 15px !important;*/
   margin-right: 0;
   margin-bottom: 20px !important;
   margin-top: 40px !important;
   font-size: 24px;
}
H2 A {
   text-decoration: none;
   color: #21518F;
}
H2 A:hover {
   color: #F9AD35;
}
/**** HEADER ROW ****/
#headerRowWide {
   background-color: #FFFFFF;
}
DIV#headerRow {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-between;
}
#logo P {
   margin: 0;
}
#headerRight {
   display: flex;
   align-items: center;
}
#headerLeft {
   width: 23%;
   padding: 10px 40px;
}
#headerLeft #logo IMG {
   width: 100%;
}
#contactDetails P.social A {
   color: #004C97;
   font-size: 22px;
   margin-left: 8px;
}
#contactDetails P.social A:hover {
   color: #40D3C3;
}
/**** MAIN MENU ****/
#menu-row {
   /*width: 100%;*/
   display: flex;
   /*border: 1px solid #FBEA0D;*/
   width: 100%;
   justify-content: flex-end;
}
#main-menu {
   /*display: flex;*/
}
#menu-row DIV.moduletable_mainmenu {
   display: flex;
   justify-content: flex-end;
   width: 100%;
}
#main-menu UL.nav {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
}
#main-menu A, #menu-row SPAN.nav-header {
   color: #154F93;
   text-transform: uppercase;
   display: block;
   padding: 8px 10px !important;
   text-decoration: none;
   cursor: pointer;
   font-family: prohibition, sans-serif;
   font-weight: 400;
   font-style: normal;
   letter-spacing: 1px;
   text-align: center;
}
#main-menu A:hover {
   color: #2CC4C3;
}
#main-menu LI LI A:hover {
   background-color: #F2F2F2;
}
#menu-row UL.nav-child {
   background-color: #FDFDFD;
   position: absolute;
   margin: 0;
   padding: 0;
   list-style: none;
   visibility: hidden;
   z-index: 22;
   white-space: nowrap;
   border-top: 2px solid #40D3C3;
   /*+box-shadow: 1px 1px 2px #E4E4E4;*/
   -moz-box-shadow: 1px 1px 2px #E4E4E4;
   -webkit-box-shadow: 1px 1px 2px #E4E4E4;
   box-shadow: 1px 1px 2px #E4E4E4;
}
#menu-row UL.nav LI:hover UL.nav-child {
   visibility: visible;
}
/**** HEADER IMAGES ****/
#curve {
   background-image: url("../images/curve2000grey.png");
   height: 82px;
   background-repeat: no-repeat;
   background-position: bottom center;
   position: absolute;
   z-index: 9;
   width: 100%;
   bottom: -1px;
   /*background-size: contain;*/
   background-size: cover;
}
#slideshowrow {
   position: relative;
}
#slideshowrow IMG {
   width: 100%;
}
#slideshowrow P {
   margin: 0;
}
/**** WELCOME ****/
#home H3 {
   font-weight: 500;
   font-style: normal;
   text-align: center;
   font-size: 28pt;
   color: #004C97;
   margin: 0 0 15px 0;
}
/*DIV.moduletable.title H3
{
	background-color: #154F93;
	color: #FFFFFF !important;
	margin-bottom: 0 !important;
	font-size: 26px !important;
	text-align: left !important;
	padding-left: 11px;
}*/
DIV.menus.row H3 {
   margin-bottom: 36px !important;
}
#home DIV.location.row {
   padding: 0;
}
.welcome DIV.moduletable {
   text-align: center;
   margin: auto;
}
DIV.welcome P {
   font-size: 18px;
}
/**** ROW TWO ****/
DIV.menus.row {
   background-color: #EAEAEA;
}
DIV.menus.row DIV.moduletable {
   width: 100%;
}
DIV.menus.row .container .moduletable .custom {
   display: flex;
   justify-content: space-evenly;
}
DIV.menus.row .container .moduletable .custom DIV {
   display: flex;
}
DIV.menus.row P {
   /*display: flex;*/
   margin: 0;
}
DIV.menus.row .container .moduletable .custom DIV A {
   border: 1px solid #FFFFFF;
   color: #FFFFFF;
   background-color: rgba(23, 53, 73, 0.402);
   text-align: center;
   display: block;
   text-decoration: none;
}
DIV.menus.row .container .moduletable .custom DIV A:hover {
   background-color: rgba(23, 53, 73, 0.675);
}
DIV.menus .food {
   background-image: url(../images/salad-500.jpg);
   background-size: cover;
   background-position: center;
}
DIV.menus .drinks {
   background-image: url(../images/wine-500.jpg);
   background-size: cover;
   background-position: center;
}
/**** ROW THREE ****/
#home DIV.reservations.row {
   /*background-image: url(../images/skateboardback.jpg);*/
   background-image: url(../images/pitchback.jpg);
   background-size: cover;
   background-position: center;
   display: flex;
   padding: 0;
   /*background: rgb(0, 76, 151);*/
   /*background: linear-gradient(55deg, rgba(0, 76, 151, 1) 0%, rgba(44, 196, 195, 1) 100%);*/
   height: 350px;
   display: flex;
}
DIV.reservations.row DIV.colour {
   background-color: rgba(64, 210, 194, 0.642);
   /*background-color: rgba(248, 172, 53, 0.724);*/
   /*background-color: rgba(21, 79, 146, 0.612);*/
   width: 100%;
   display: flex;
}
DIV.reservations DIV.container {
   display: flex;
}
DIV.reservations.row DIV.moduletable {
   /*background-color: rgba(23, 53, 73, 0.479);*/
   width: 100%;
}
#resleft {
   /*border: 1px solid #EFF105;*/
   flex: 0 0 100%;
}
DIV.reservations.row A.btn {
   /*margin: 49px;*/
   display: inline-block;
   padding: 10px 15px;
   background-color: rgba(255, 255, 255, 0);
}
DIV.reservations.row A.btn:hover {
   background-color: #F9AD35;
}
DIV.reservations H3, DIV.reservations P {
   color: #FFFFFF !important;
}
DIV.reservations.row DIV, DIV.reservations.row P {
   justify-content: center;
   text-align: center;
}
/**** ROW FOUR ****/
DIV.opening.row {
   background-color: #8D8089;
   text-align: center;
   background-image: url(../images/lion-large-15.png);
   background-position: center left;
   background-repeat: no-repeat;
}
.opening DIV.container {
   display: flex;
}
DIV.opening DIV.moduletable {
   margin: auto;
}
DIV.opening.row H3 {
   color: #FFFFFF !important;
}
DIV.opening.row P {
   color: #FFFFFF;
}
#firstrow, #secondrow, #thirdrow, #fourthrow, #fifthrow {
   padding: 40px;
}
#inside #thirdrow {
   padding: 0 !important;
}
/**** FIRST ARTICLE  ****/
DIV.moduletable.first DIV.nspArt.nspCol1 {
   background-color: #FFFFFF;
   flex-direction: row;
   border-bottom-right-radius: 9px;
   width: 100%;
}
.first .nspCol1 A.nspImageWrapper {
   flex: 0 1 65%;
}
/**** ROW MAP ****/
DIV.location.row {
   background-color: #173549;
}
DIV.location .moduletable.title {
   padding: 10px;
}
DIV.location .moduletable.title H3 {
   color: #FFFFFF !important;
   margin: 0 !important;
}
.bt_media_items_gallery DIV.map-preview {
   border: 0px solid black;
}
DIV#maprow {
   margin-top: 15px;
}
#inside DIV#maprow {
   margin-top: 0px;
}
#maprow DIV.map-preview {
   border: 0px solid black;
}
.map-title H2 {
   font-size: 52px !important;
   line-height: 95px;
   color: #FFFFFF !important;
   letter-spacing: 6px;
}
DIV.location.row {
   overflow: auto;
}
DIV.shop.row IMG {
   max-width: 200px;
   margin-bottom: 26px;
}
/**** SIOP ROW ****/
DIV.shop.row {
   background-color: #AE385D;
   /*clear: both;*/
}
DIV.shop.row DIV.moduletable {
   width: 100%;
   text-align: center;
}
DIV.shop.row A.btn {
   background-color: #FFFFFF;
   color: #AA3D5C;
}
DIV.shop.row A.btn:hover {
   background-color: #1F384A;
   color: #FFFFFF;
}
/**** SIDEBAR  ****/
.sidebar DIV.moduletable.siopa_side A {
   background-color: #A6415C;
   display: block;
   text-align: center;
   padding: 20px;
   /*+border-radius: 5px;*/
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
   border-radius: 5px;
}
.sidebar DIV.moduletable.siopa_side A:hover {
   background-color: #173549;
}
.sidebar .siopa_side IMG {
   width: 100px !important;
}
/*.sidebar DIV.moduletable.teas_side
{
	background-image: url(../images/afternoon-tea-side.jpg);
	background-size: cover;
	background-position: center;
	color: #FFFFFF;
	border: 3px solid #173549;
	display: flex;
	overflow: hidden;
}*/
/*.sidebar .custom.teas_side
{
	background-color: rgba(23, 53, 73, 0.436);
	width: 100%;
	text-align: center;
	padding: 56px;
}*/
/*DIV.sidebar DIV.moduletable
{
	margin-bottom: 15px;
}*/
DIV.main_large_image {
   padding: 0px 10px;
}
#inside DIV.sidebar H3 {
   font-size: 26px;
   margin-bottom: 10px;
}
DIV.moduletable.sidepic {
   /*+border-radius: 10px;*/
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
   overflow: hidden;
   display: flex;
   justify-content: center;
   align-items: stretch;
   align-content: center;
}
DIV.moduletable.sidepic .custom {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: stretch;
   align-content: center;
   flex: 1 1 auto;
}
.sidepic P, .sidepic P A {
   display: flex;
   flex: 1 1 auto;
   justify-content: center;
   flex-direction: row;
   padding: 0;
   margin: 0;
}
DIV.sidebar .custom.sidepic P A {
   text-decoration: none;
   color: #FFFFFF;
   background-color: #40D3C3;
   padding: 20px;
   font-size: 32px;
   font-family: prohibition, sans-serif;
   font-weight: 400;
   font-style: normal;
}
DIV.sidebar .custom.sidepic P A:hover {
   background-color: #154F93;
}
DIV.sidebar .moduletable UL.menu, DIV.sidebar .moduletable UL.category-module {
   list-style: none;
   margin: 0;
   padding: 0;
}
DIV.sidebar .moduletable UL.menu LI A, DIV.sidebar .moduletable UL.category-module LI A {
   background-color: #FFFFFF;
   display: block;
   padding: 5px 15px;
   text-decoration: none;
   border-top: 1px solid #ECECEC;
   line-height: 1.1;
}
DIV.sidebar .moduletable UL.menu LI A:hover, DIV.sidebar .moduletable UL.category-module LI A:hover {
   background-color: #F7F7F7;
   color: #000000;
}
.sidebar .moduletable IMG {
   width: 100%;
}
DIV.moduletable.cafeopening {
   background-color: #D9D9D9;
   padding-bottom: 10px;
}
.cafeopening P {
   margin-bottom: 3px;
   padding-left: 15px;
   margin-top: 3px !important;
}
/**** Main Content  ****/
/*#main_content H4
{
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 0;
}*/
#main_content {
   /*background-color: #F5F5F5;*/
}
.inside H3 {
   font-size: 26px !important;
   margin-bottom: 7px !important;
}
.inside H4 {
   font-size: 20px;
   margin-bottom: 0px;
}
DIV#slideshow {
   background-color: #C6C4CA;
}
P.intro {
   color: #132D48;
   font-size: 20px;
}
.item-page IMG {
   max-width: 100%;
}
FIGURE {
   float: left;
   padding: 10px 20px 10px 0px;
   text-align: center;
}
/*.item-page UL
{
	overflow: hidden;
}*/
.item-page UL {
   list-style: symbolic outside none;
   margin-left: auto;
}
/*.item-page UL LI
{
	position: relative;
	left: 1em;
	padding-right: 1em;
}*/
.item-page FIGURE IMG {
   border: 1px solid #CACACA;
   background-color: #FFFFFF;
   /*margin: 0px 30px;*/
}
.item-page FIGCAPTION {
   color: #A79A9A;
   font-size: small;
}
.item-page BLOCKQUOTE {
   border: 3px solid #D71830;
   padding: 25px 25px 9px 25px;
   /*margin: 0;*/
   background-color: #FFFFFF;
}
.main .item-page BLOCKQUOTE H3 {
   margin-top: 0 !important;
   color: #D22334 !important;
   /*font-weight: bold !important;*/
   font-size: 24px;
}
/**** INSIDE  ****/
.page-header H1 {
   font-weight: 700;
   font-style: normal;
   font-size: 44px;
   margin-top: 0;
   color: #2CC4C3 !important;
}
A.btn, A.readon {
   text-decoration: none;
   text-shadow: none;
   color: #FFFFFF;
   background-color: #57CFC1;
   border: 1px solid #FFFFFF;
}
A.btn {
   font-size: 21px;
   /*border-radius: 5px;*/
   padding: 3px 10px 3px;
}
DIV.welcome.row A.btn {
   margin-top: 15px;
   display: inline-block;
}
.readmore A.btn {
   font-size: 16px;
   /*border-radius: 5px;*/
   padding: 7px;
   border: 0px solid black;
}
A.btn:hover, A.readon:hover {
   background-color: #FCAF17;
}
.btn SPAN.icon-chevron-right {
   background-position: -266px -74px;
   background-image: none;
   width: 10px;
   position: absolute;
   right: 13px;
   top: 18px;
}
#main_content .blog IMG, .item-page .item-image IMG {
   /*width: auto;*/
   width: 100%;
   margin-bottom: 20px;
}
#main_content .blog IMG {
   max-height: 387px;
   object-fit: cover;
}
/**** RIGHT  ****/
DIV.right {
}
DIV.moduletable.photo {
   padding: 0px !important;
}
DIV.right DIV.moduletable {
   padding: 15px;
   margin-bottom: 25px;
}
DIV.right DIV.moduletable.weather {
   overflow: hidden;
   padding: 0;
}
P SPAN.small {
   font-size: 14px;
   line-height: 1 !important;
}
DIV.right DIV.moduletable P {
   margin: 15px 0 0;
}
DIV.moduletable.centred {
   text-align: center;
}
DIV.moduletable.plain {
   background-color: #F1F1F1;
   color: #142B3B;
   border: 1px solid #AFAFAF;
}
DIV.moduletable.dblue {
   background-color: #142B3B;
   color: #FFFFFF;
}
DIV.moduletable.dblue.facebook P {
   margin: 0;
   padding: 4px;
   text-align: center;
}
DIV.moduletable.green {
   background-color: #758C42;
   color: #FFFFFF;
}
.dblue A, .green A {
   color: #FFFFFF;
   text-decoration: underline;
}
/**** RIGHT MENU  ****/
DIV.moduletable.latestmenu {
   padding: 0 !important;
}
DIV.right UL.latestnews {
   margin: 0px;
   padding: 0;
   list-style: none;
}
DIV.right UL.latestnews LI {
   padding: 0;
   margin: 0;
   border-bottom: 1px solid #FFFFFF;
}
DIV.right UL.latestnews LI A {
   color: #FFFFFF;
   text-decoration: none;
   display: block;
   padding: 7px 10px;
   font-weight: 300;
   font-size: 17px;
   background-color: #244F6D;
}
DIV.right UL.latestnews LI A:hover {
   background-color: #758C42;
}
.related UL {
   list-style: none;
   margin: 0;
   padding: 0;
}
.moduletable.related A {
   text-decoration: none;
   color: #000000;
   display: block;
   background-color: #E8E0E0;
   font-weight: 300;
   border-bottom: 1px dotted #FFFFFF;
   padding: 5px 10px;
   line-height: 1.1;
}
.moduletable.related H3 {
   font-size: 20px;
   padding: 5px 10px !important;
   margin-bottom: 2px !important;
   background-color: #134584;
   color: #FFFFFF !important;
}
.moduletable.related A:hover {
   text-decoration: none;
   color: #FFFFFF;
   background-color: #D22334;
}
/**** Footer ****/
#footer {
   background-color: #004C97;
   clear: both;
   padding: 50px 0px;
   background-repeat: no-repeat;
   background-image: url(../images/curve2000orange.png);
   background-position: bottom center;
   background-size: contain;
}
#footer .address P {
   text-align: left;
}
#footer .address A {
   color: #FFFFFF;
   text-decoration: none;
}
#footer .address A:hover {
   color: #F9AD35;
}
#footer DIV.footer-item.container {
   display: flex;
   justify-content: space-between;
}
DIV.footer-item.container DIV.moduletable.logo {
   flex: 0 1 25%;
}
/*#footerleft
{
	display: flex;
}*/
/*#footerright
{
	border: 1px solid black;
	flex: 1 1 70%;
	flex-direction: row;
}*/
/*#footerleft DIV
{
	display: flex;
	justify-content: center;
	align-items: center;
}*/
#footerleft .logo P {
   margin: 0;
   padding: 0;
}
#footer H3 {
   font-size: 26px;
   color: #FFFFFF !important;
   margin-bottom: 18px !important;
   /*margin-top: 36px !important;*/
   font-family: gill-sans-nova, sans-serif;
   font-weight: 400;
   font-style: normal;
   text-align: left;
}
#footer P {
   color: #FFFFFF;
   text-align: center;
}
#footer P.social {
   font-size: 26px;
   margin: 0;
}
#footer P.social SVG {
   margin-right: 8px;
   /*margin-top: 20px;*/
}
#footer P.social A {
   color: #FFFFFF;
}
#footer P.social A:hover {
   color: #F9AD35;
}
#footer H5 {
   font-size: 28px;
}
#footer DIV.moduletable.logobox A {
   text-decoration: none;
   /*color: #6C6D6F;*/
   color: #FFFFFF;
}
#footer UL.menu {
   margin: 0;
   list-style: none;
   padding: 0;
}
#footer .menu A {
   text-decoration: none;
   color: #FFFFFF;
}
#footer .menu A:hover {
   text-decoration: none;
   color: #F9AD35;
}
#footer DIV.moduletable.logobox A:hover {
   text-decoration: underline;
}
#footer DIV.moduletable.logo IMG {
   max-width: 75%;
}
/**** LEGAL ****/
#legal {
   background-color: #002B56;
   background-color: #FCAF17;
   color: #FFFFFF;
   padding: 20px;
}
DIV#legal DIV.row.container {
   padding: 0;
   margin-bottom: 0;
}
#legal DIV.container {
   display: flex;
   justify-content: center;
   text-transform: uppercase;
}
#legal P {
   color: #FFFFFF;
}
#legal P, DIV.legal A {
   margin: 0;
   font-size: 12px;
}
#legal A {
   color: #FFFFFF;
   text-decoration: none;
   margin-top: -2px;
   display: inline-block;
}
#legal A:hover {
   color: #154F93;
   text-decoration: none;
   background-color: transparent;
}
/**** NEWSLETTER ****/
DIV.moduletable.newsletter {
   background-color: #132D48;
   color: #FFFFFF;
   border: 6px double #F8F8ED;
   width: 280px;
   margin: auto;
}
DIV.moduletable.newsletter H3 {
   color: #FFFFFF !important;
   font-size: 30px !important;
   margin-bottom: 15px !important;
}
DIV.moduletable.sketch {
   padding-bottom: 15px;
}
DIV.main DIV.moduletable {
   margin-bottom: 30px;
}
DIV.sidebar DIV.moduletable {
   margin-bottom: 40px;
}
DIV.moduletablebookbutt A {
   background-color: #B23533;
   color: #FFFFFF;
   border: 6px double #F8F8ED;
   padding: 12px 14px 7px;
   text-transform: uppercase;
   text-decoration: none;
   font-size: 30px;
   width: 250px;
   letter-spacing: 2px;
}
DIV.moduletablebookbutt A:hover {
   background-color: #132D48;
}
.sidebar H3 {
   color: #154F93;
}
#inside P.rrp {
   /*font-weight: bold;*/
   color: #D71830;
   font-style: normal;
   font-size: 20px;
   font-weight: 400;
}
DD.published {
   margin-left: 0;
   color: #B7B7B7;
   font-weight: 300;
   font-size: 14px;
}
DD.published SPAN.icon-calendar {
   display: inline-block;
   margin-top: 4px;
   /*background-position: -49px -24px;*/
   margin-left: 0;
}
DIV.pagination UL {
   margin: 0;
   padding: 0;
   line-height: 1;
}
DIV.indicates-required {
   color: #B23533;
   font-size: 12px;
}
.breadcrumb LI {
   color: #AE9898;
}
.breadcrumb LI:first-child {
   display: none;
}
#myBtn {
   display: none;
   /* Hidden by default */
   position: fixed;
   /* Fixed/sticky position */
   bottom: 20px;
   /* Place the button at the bottom of the page */
   right: 20px;
   /* Place the button 30px from the right */
   z-index: 99;
   /* Make sure it does not overlap */
   border: none;
   /* Remove borders */
   outline: none;
   /* Remove outline */
   /* Set a background color */
   color: white;
   /* Text color */
   cursor: pointer;
   /* Add a mouse pointer on hover */
   /*padding: 15px 0px;*/
   /* Some padding */
   border-radius: 0px;
   /* Rounded corners */
   font-size: 16px;
   /* Increase font size */
   text-transform: uppercase;
   /*width: 88px;*/
   text-align: center;
   background-color: transparent;
}
#myBtn:hover {
   /*background-color: #B23533;*/
   /* Add a dark-grey background on hover */
}
/**** ARTICLE LISTS ****/
DIV.category-list.List .list-title A {
   color: #134584;
   text-decoration: none;
}
DIV.category-list.List .list-title A:hover {
   color: #D22334;
   text-decoration: none;
}
DIV.category-list.List .list-date.small {
   color: #999999;
}
DIV.content-category.List TD.list-title {
   padding: 6px 20px 6px 0px;
}
/***** Newsletter **************/
#newsletterrow {
   background-color: #1F4881;
   padding: 32px;
}
#newsletterrow DIV.row.container {
   justify-content: center;
   text-align: center;
}
#newsletterrow P {
   color: #FFFFFF;
   margin: 0;
   text-align: center;
   font-size: 28px;
   font-weight: 400;
}
#newsletterrow A {
   color: #FFFFFF;
   background-color: #D22334;
   text-decoration: none;
   padding: 5px 5px 9px 5px;
   display: inline-block;
   width: 81px;
   /*+border-radius: 7px;*/
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -khtml-border-radius: 7px;
   border-radius: 7px;
   margin-top: 14px;
   font-size: 17px;
}
/*******************************/
DIV.nspArtScroll1 A.readon-button {
   background-color: #1F4881;
   color: #FFFFFF;
   text-decoration: none;
   /*+border-radius: 4px;*/
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
   border-radius: 4px;
   padding: 5px 10px;
}
DIV.nspArtScroll1 A.readon-button:hover {
   background-color: #D22334;
}
#inside .moduletable.gk5 H3 {
   margin-bottom: 30px !important;
   font-size: 40px;
}
DIV.blog DIV.item {
   padding-bottom: 15px;
   border-bottom: 1px dotted #A6415C;
   margin-bottom: 50px;
}
IMG.menuimage {
   /*+box-shadow: 1px 1px 9px #173549;*/
   -moz-box-shadow: 1px 1px 9px #173549;
   -webkit-box-shadow: 1px 1px 9px #173549;
   box-shadow: 1px 1px 9px #173549;
}
#discover {
   background-color: #2CC4C3;
}
#discover UL {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: space-evenly;
   flex-wrap: wrap;
}
#discover UL LI {
   flex: 1 1 auto;
   display: flex;
   flex-direction: column;
}
#discover A {
   text-decoration: none;
   color: #FFFFFF;
   text-align: center;
   display: flex;
   flex: 1 0 auto;
   flex-direction: column;
   padding: 28px 20px;
   text-transform: uppercase;
   font-family: prohibition, sans-serif;
   font-weight: 400;
   font-style: italic;
   letter-spacing: 1px;
}
#discover A:hover {
   background-color: #F9AD35;
}
DIV.sidebar UL {
   margin: 0;
   padding: 0;
   list-style: none;
}
.sidebar UL LI {
   margin-bottom: 7px;
}
.sidebar UL LI A {
   line-height: 1;
}
.sidebar UL LI A:hover {
   line-height: 1;
   background-color: #2CC4C3;
   background-color: #154F93;
   /*background-color: rgba(44, 194, 193, 0.246);*/
   /*color: #FFFFFF;*/
   color: #FFFFFF;
}
#page-title {
   position: absolute;
   width: 100%;
   text-align: center;
}
#page-title H1 {
   color: #FFFFFF !important;
   font-size: 86px;
   padding: 0;
   margin: 0;
   font-weight: 700 !important;
   letter-spacing: 1px;
}
/*******************************/
/*******************************/
/********* MEDIA QUERIES ********/
/*******************************/
/*******************************/
/* Phones Portrait (phones, less than 480px) */
@media (max-width: 767px) {
   BODY {
      padding: 0;
      font-size: 16px;
   }
   DIV.container {
      /*margin: auto !important;*/
      width: 90%;
   }
   #biglogo {
      display: none;
   }
   #home #headerLeft #logo {
      display: block;
   }
   DIV.activities A {
      height: 160px;
      font-size: 22px;
      padding: 0px 18px;
      /*flex: 1 0 50%;*/
      /*border: 1px solid black;*/
   }
   #inside #curve {
      bottom: 8px;
   }
   #headerRight {
      padding: 0px 25px 0px 0px;
   }
   #page-title {
      top: 50%;
      margin-top: -39px;
   }
   #page-title H1 {
      font-size: 63px;
   }
   #page-title .walkingfootball {
      margin-top: -37px;
   }
   #home H3 {
      font-size: 24pt;
      margin: 0 0 10px 0;
   }
   DIV.moduletable_homenews {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      padding: 7px 20px 0px;
   }
   #booking-widget-container TD.day:hover {
      background-color: #A64061 !important;
   }
   DIV.item-page.book {
      text-align: center;
   }
   DIV.row {
      padding: 25px 0px;
      margin-bottom: 10px;
   }
   #rd-widget-root DIV.row {
      padding: 0;
   }
   DIV.menus.row {
      padding: 25px 0px;
   }
   #slideshow .slidemain {
      font-size: 38px !important;
   }
   DIV.menus.row .container .moduletable .custom DIV A {
      font-size: 30px;
      width: 150px;
      padding: 50px 0px;
   }
   DIV.nspCol3 {
      background-color: #EBEBEB;
      padding-bottom: 10px !important;
   }
   .moduletable_mainmenu SPAN.nav-header {
      color: #FFFFFF;
      font-size: 28px;
      font-weight: 300;
   }
   DIV.reservations.row DIV.moduletable {
      padding: 20px 0px;
   }
   DIV.reservations.row DIV.moduletable .custom {
      padding: 20px;
   }
   #footer .address P {
      text-align: center;
   }
   DIV.footer-item.container DIV.moduletable.logo {
      width: 35%;
      padding-top: 36px;
   }
   #menu-row {
      display: none;
   }
   DIV.reservations.row A.btn {
      margin: 20px;
   }
   DIV.opening.row {
      background-position: -306px -116px;
   }
   DIV.shop.row IMG {
      max-width: 140px;
      margin-bottom: 8px;
   }
   .nspCol1 P {
      padding: 0px 10px;
   }
   DIV.moduletable.first DIV.nspArt.nspCol1 {
      border-bottom-left-radius: 9px;
   }
   #contactDetails {
      display: none;
   }
   #headerLeft {
      z-index: 2;
      padding: 10px 0px;
      margin: auto;
      width: 130px;
   }
   #headerRight {
      position: absolute;
      top: 5px;
      right: 0px;
      width: auto;
   }
   DIV#menuIcon SPAN {
      font-size: 36px;
      margin-left: 0px;
      color: #40D3C3;
   }
   #legal DIV.container {
      justify-content: center;
   }
   DIV.nspCol3 {
      margin-bottom: 30px;
   }
   #footer {
      padding: 30px 0px;
   }
   DIV.footer-item.container {
      align-items: center;
   }
   #footer DIV.moduletable {
      margin-bottom: 30px;
   }
   #footerleft {
      width: 233px;
   }
   DIV.footer-item.container {
      flex-direction: column;
   }
   .inside DIV.main_content {
      margin-top: 46px;
   }
   /*DIV#logo
   {
   	display: none;
   }*/
   #header P {
      padding: 0;
      margin: 0;
   }
   #header {
      margin-top: 15px;
   }
   .onethird, .twothirds, .onequarter, .onehalf {
      width: 100% !important;
   }
   DIV.main, DIV.sidebar {
      padding: 30px 15px;
   }
   .pagenav {
      font-size: 12px !important;
   }
   DIV.main DIV.moduletable {
      /*margin-bottom: 30px;*/
      padding-bottom: 30px;
      /*border: 1px solid black;*/
   }
   #footer {
      text-align: center;
   }
   .logobox IMG {
      width: 100%;
   }
   #main_content .item-page H3 {
      font-size: 24px;
   }
   #legal P {
      text-align: center;
   }
   #footer .onequarter IMG {
      width: 150px;
   }
   #footer P.social A {
      padding: 9px;
   }
   UL.breadcrumb {
      padding-left: 13px;
   }
   .item-page BLOCKQUOTE {
      margin: 20px;
   }
   #languageselector {
      display: none;
   }
   DIV#booking-summary-panel {
      min-height: 49px;
   }
   #discover A {
      font-size: 16px;
      border: 2px solid #EDEDEE;
      padding: 18px;
   }
}
/*Phones Landscape (phones, 480px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
   .container {
      width: 700px !important;
      padding-left: 0px;
      padding-right: 0px;
   }
   DIV#main_content {
      margin-top: -118px;
   }
   #main-menu A.booking {
      background-color: #2CC4C3;
      color: #FFFFFF;
   }
   #main-menu A.booking:hover {
      background-color: #154F93;
      color: #FFFFFF;
   }
   #inside #curve {
      bottom: 7px;
   }
   #page-title {
      top: 50%;
      margin-top: -39px;
   }
   #page-title H1 {
      font-size: 63px;
   }
   #headerRight {
      padding: 40px 100px 40px 40px;
   }
   #headerLeft {
      max-width: 165px;
   }
   #home DIV.row {
      padding: 30px 0px;
      /*margin-bottom: 10px;*/
   }
   DIV.activities.row {
      background-color: #2CC4C3;
      background-color: #FFFFFF;
   }
   DIV.activities A {
      height: 201px;
      font-size: 28px;
   }
   DIV.reservations.row DIV.moduletable {
      /*padding: 70px 0px;*/
   }
   DIV#menuIcon {
      display: none;
   }
   P, OL, UL {
      font-size: 16px;
   }
   #headerLeft #logo {
      /*width: 26%;*/
      margin-left: 0px;
      margin-top: 1em;
   }
   #contactDetails P.phone {
      font-size: 22px;
   }
   #contactDetails P.email {
      font-size: 17px;
   }
   #contactDetails {
      display: block;
      margin-top: 25px;
   }
   /*DIV.menus.row .container .moduletable .custom DIV A
   {
   	font-size: 34px;
   	width: 280px;
   	padding: 80px 0px;
   	border: 1px solid #E3FF06;
   }*/
   .welcome DIV.moduletable {
      width: 75%;
   }
   .first .nspCol1 P.nspInfo.nspInfo1 {
      position: absolute;
      top: 20px;
      right: 173px;
   }
   .first .nspCol1 A.nspImageWrapper {
      /*+box-shadow: none;*/
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
   }
   #inside #main_content {
      margin-top: 50px;
      margin-bottom: 100px;
   }
   #inside #slideshow {
      background-color: #F5F5F5;
      overflow: hidden;
   }
   #inside #slideshow DIV.moduletable.headerimagetop {
      /*height: 260px;*/
   }
   DIV.moduletable.related {
      margin-left: 30px;
      flex: 0 0 30%;
   }
   #firstrow LI {
      font-size: 20px;
      color: #FFFFFF;
   }
   .first .nspCol1 H4 {
      flex: 0 1 33%;
      margin-top: 60px !important;
   }
   .container {
      display: flex;
   }
   DIV.clearall {
      clear: both;
   }
   .hidden-xs {
      display: block;
   }
   .visible-xs {
      display: none;
   }
   DIV.nspCol1 {
      display: flex;
      justify-content: space-between;
      /*border: 1px solid #FFFFFF;*/
      flex-wrap: wrap;
      flex-direction: row;
   }
   DIV.nspCol3 {
      flex: 0 1 31%;
      margin-bottom: 30px;
      background-color: #FFFFFF;
      padding-bottom: 10px !important;
   }
   #legal DIV.row.container {
      display: flex;
      flex-direction: row;
   }
   /*#firstrow H3, #inside H3
   {
   	font-size: 30px;
   }*/
   .inside DIV.main_content {
      margin-top: 25px;
      margin-bottom: 25px;
      padding-bottom: 25px;
   }
   DIV#header DIV.moduletable {
      margin-top: 15px;
      margin-bottom: 30px;
   }
   #header P {
      padding: 0;
      margin: 0;
   }
   #main_content DIV.row.container {
      display: flex;
      justify-content: space-between;
   }
   DIV.sidebar {
      flex: 0 0 26%;
   }
   #inside DIV.main {
      flex: 0 1 66%;
      display: flex;
      flex-direction: column;
   }
   #home DIV.main {
   }
   DIV#wide DIV.main {
      flex: 1;
      width: 100%;
      display: flex;
   }
   #inside DIV.item-page {
      flex: 0 1 75%;
      /*width: 66%;*/
   }
   #inside DIV.blog {
      flex: 0 1 75%;
   }
   #footer DIV.moduletable.onehalf {
      flex: 0 1 50%;
      padding: 0px 5px 5px;
      text-align: center;
   }
   #footer P {
   }
   #menu-row A, #menu-row SPAN.nav-header {
      font-size: 13px;
      padding: 7px;
   }
   DIV.menus.row .container .moduletable .custom DIV A {
      font-size: 30px;
      width: 255px;
      padding: 60px 0px;
   }
   #languageselector {
      position: absolute;
      top: 222px;
      right: -29px;
      margin: 0;
      padding: 0;
      /*+border-radius: 9px 9px 0px 0px;*/
      -moz-border-radius: 9px 9px 0px 0px;
      -webkit-border-radius: 9px 9px 0px 0px;
      -khtml-border-radius: 9px 9px 0px 0px;
      border-radius: 9px 9px 0px 0px;
      /*+box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.474);*/
      -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.474);
      -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.474);
      box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.474);
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
   }
   #languageselector P {
      padding: 0;
      margin: 0;
   }
   #languageselector A {
      color: #FFFFFF;
      background-color: #22438C;
      padding: 7px 10px;
      text-decoration: none;
      display: block;
      text-transform: uppercase;
      font-size: 16px;
      /*+border-radius: 9px 9px 0px 0px;*/
      -moz-border-radius: 9px 9px 0px 0px;
      -webkit-border-radius: 9px 9px 0px 0px;
      -khtml-border-radius: 9px 9px 0px 0px;
      border-radius: 9px 9px 0px 0px;
   }
   #languageselector A:hover {
      background-color: #EAA939;
   }
   #main-menu A.cymraeg {
      display: none;
   }
   #discover A {
      font-size: 16px;
      /*border: 1px solid #EDEDEE;*/
   }
   /***** BLOG LAYOUT*/
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
   .container {
      width: 940px !important;
   }
   P, OL, UL {
   }
   DIV#main_content {
      margin-top: -180px;
   }
   #page-title {
      top: 50%;
      margin-top: -39px;
   }
   #page-title H1 {
      font-size: 78px;
   }
   #firstrow LI {
      font-size: 26px;
      color: #FFFFFF;
   }
   DIV.activities A {
      height: 278px;
      font-size: 28px;
   }
   .first .nspCol1 P.nspInfo.nspInfo1 {
      right: 253px;
   }
   #contactDetails P.phone {
      font-size: 26px;
   }
   #contactDetails P.email {
      font-size: 20px;
   }
   /*#footer .footer-item.container
   {
   	display: flex;
   }*/
   #menu-row A, #menu-row SPAN.nav-header {
      font-size: 15px;
      padding: 12px 6px;
   }
   DIV.menus.row .container .moduletable .custom DIV A {
      font-size: 30px;
      width: 291px;
      padding: 70px 0px;
   }
   #discover A {
      font-size: 17px;
      border: 0px solid black;
   }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   .container {
      width: 1080px !important;
      /*width: 940px !important;*/
   }
   #contactDetails P.phone {
      font-size: 26px;
   }
   #contactDetails P.email {
      font-size: 20px;
   }
   #slideshow .slidemain {
      font-size: 64px !important;
   }
   #page-title {
      top: 50%;
      margin-top: -47px;
   }
   #page-title H1 {
      font-size: 86px;
   }
   DIV.activities A {
      height: 332px;
      font-size: 28px;
   }
   #menu-row A, #menu-row SPAN.nav-header {
      font-size: 15px;
      padding: 10px 12px;
   }
   DIV.menus.row .container .moduletable .custom DIV A {
      font-size: 30px;
      width: 320px;
      padding: 70px 0px;
   }
   #discover A {
      font-size: 18px;
   }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1600px) {
   .container {
      /*width: 1440px;*/
      /*width: 1248px !important;*/
   }
   #contactDetails P.phone {
      font-size: 26px;
   }
   #contactDetails P.email {
      font-size: 20px;
   }
   #slideshow .slidemain {
      font-size: 75px !important;
   }
   #page-title {
      top: 50%;
      margin-top: -53px;
   }
   #page-title H1 {
      font-size: 100px;
   }
   DIV.activities A {
      height: 334px;
      font-size: 28px;
   }
   #menu-row A, #menu-row SPAN.nav-header {
   }
   DIV.menus.row .container .moduletable .custom DIV A {
      font-size: 30px;
      width: 400px;
      padding: 90px 0px;
   }
}
