.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;
}
/*UL.list-unstyled LI
{
	margin: 0 !important;
	padding: 0 !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;
}
.blue {
   background-color: #133558;
   color: #FFFFFF;
}
.darkblue {
   background-color: #0F283E;
}
.green {
   background-color: #478384;
   color: #FFFFFF;
}
.grey {
   background-color: #B9D6D4;
   color: #133558;
}
.white {
   background-color: #FFFFFF;
   color: #133558;
}
.darkgrey {
   background-color: #A3A8AB;
}
.logoHeader P {
   margin: 0;
   padding: 0;
}
/* 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;
}
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: #FFFFFF;
   color: #14487E;
   font-family: trade-gothic-next, sans-serif;
   font-family: 'Exo', sans-serif;
   font-weight: 400;
   font-style: normal;
   position: relative;
   /*font-weight: 400;*/
}
P, OL, UL {
   font-size: 18px;
   line-height: 1.5;
   color: #000000;
}
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, #main-menu LI SPAN.nav-header {
   word-wrap: break-word;
   line-height: normal;
}
A {
   color: #0F3359;
   /*text-decoration: underline;*/
}
A:hover {
   color: #478384;
   /*text-decoration: underline;*/
}
/*****  OVERLAY MENU  *****/
#menuIcon {
   margin-top: 25px;
}
.overlay {
   height: 100%;
   position: fixed;
   padding-top: 12px;
   z-index: 51 !important;
   top: 0;
   left: 100%;
   background-color: #133558;
   overflow-x: hidden;
   transition: 0.5s;
   width: 75%;
}
.overlay.open {
   width: 75%;
   z-index: 11;
   top: 0;
   right: 0;
   left: 25%;
   /*+box-shadow: 0px 0px 20px #0E295A;*/
   -moz-box-shadow: 0px 0px 20px #0E295A;
   -webkit-box-shadow: 0px 0px 20px #0E295A;
   box-shadow: 0px 0px 20px #0E295A;
}
.overlay-content {
   position: relative;
   width: 100%;
   text-align: center;
   z-index: 2;
   transition: 0.2s;
   margin-top: 70px;
}
#myNav.overlay .overlay-content A {
   text-decoration: none;
   display: block;
   /*transition: 0.2s;*/
   margin: auto;
   font-size: 24px;
   padding: 10px 2px;
}
.overlay-content UL UL {
   margin-bottom: 6px;
}
#myNav.overlay .overlay-content UL UL A {
   font-size: 22px;
   padding: 0;
   margin-bottom: 7px;
}
.overlay-content A.cymraeg {
   background-color: #66ACD3;
   /*border-top: 1px solid #FFFFFF;*/
   font-size: 21px !important;
   text-transform: uppercase;
   margin-top: 12px !important;
   font-style: italic;
}
.overlay-content A.cymraeg:hover {
   background-color: #FFFFFF;
}
.overlay-content A {
   color: #FFFFFF;
   font-size: 23px;
   font-weight: 300;
}
.overlay-content A:hover {
   color: #478384;
}
.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: #52B6D9;*/
   color: #FFFFFF;
   /*margin-left: 30px;*/
   font-weight: 900;
   padding: 15px;
}
#home DIV#menuIcon SPAN {
   color: #FFFFFF;
}
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;
}
/* HEADINGS */
H1, H2, H3, H4, H5 {
   /*margin: 0 !important;*/
   /*padding: 0 !important;*/
   font-weight: 400;
   color: #0F3359;
}
/*DIV#inside H1, DIV#inside H2, DIV#inside H3, DIV#inside H4, DIV#inside H5
{
	color: #293968;
	line-height: 1.1;
	font-weight: 400;
}*/
#inside .item-page DIV H4, #inside DIV.blog DIV H4 {
   font-size: 18px;
   margin-bottom: 0 !important;
}
DIV.span4 {
   border: 1px solid #EFEFEF;
   flex: 0 1 29%;
   background-color: #F3F3F3;
   background-color: transparent;
   padding: 11px;
   margin-bottom: 20px;
}
DIV.span4 H2 {
   /*font-size: 56px;*/
   color: #000000;
   margin: 0;
}
DIV.items-row.cols-3 {
   display: flex;
   justify-content: space-between;
}
.ba-gallery H3 {
   color: #FFFFFF !important;
}
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: 40px;
   margin-bottom: 20px;
}
.item-page.contact DIV.page-header H2 {
   text-align: center;
   font-size: 36px;
}
.item-page.whatson DIV.page-header H2 {
   font-family: gill-sans-nova, sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 38px;
}
.item-page.whatson DIV.page-header H1 {
   font-size: 29px;
}
.main .item-page H3 {
   /*padding-top: 15px !important;*/
   /*margin-right: 0;*/
   /*margin-bottom: 20px !important;*/
   /*margin-top: 40px !important;*/
   font-size: 26px;
   margin: 0;
}
H2 A {
   text-decoration: none;
   color: #0F3359;
}
/*.page-header H2 A
{
	font-size: 31px;
}*/
H2 A:hover {
   color: #478384;
}
.span4 H3 {
   margin-bottom: 0;
}
.blog.projects DIV.span4 IMG {
   margin-bottom: 0 !important;
}
/**** HEADER ROW ****/
#headerRowWide {
   background-color: #133558;
   background-color: #0F3359;
   width: 100%;
   z-index: 50;
   top: 0;
}
#inside #headerRowWide {
}
DIV#headerRow {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-between;
   /*padding: 0px 80px;*/
   width: 85%;
   margin: auto;
}
/*#home #headerRowWide
{
	background-color: rgba(255, 255, 255, 0.496) !important;
}*/
#logo P {
   margin: 0;
}
#headerRight {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   width: 75%;
}
/*#inside #headerRight
{
	flex-direction: row;
	align-items: center;
	border: 1px solid black;
}*/
#headerLeft #logo IMG {
   width: 100%;
}
#contactDetails P.social A {
   color: #52B6D9;
   font-size: 22px;
   margin-left: 8px;
}
#contactDetails P.social A:hover {
   color: #AE385D;
}
/**** MAIN MENU ****/
#menu-row {
   width: 100%;
   display: flex;
   /*margin-right: -15px;*/
   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, #main-menu LI SPAN.nav-header {
   text-transform: uppercase;
   display: block;
   padding: 10px 15px;
   text-decoration: none;
}
#home #main-menu A, #home #main-menu LI SPAN.nav-header {
   color: #FFFFFF;
}
#inside #main-menu A, #main-menu LI SPAN.nav-header {
   color: #FFFFFF;
}
#home #main-menu A, #main-menu LI SPAN.nav-header {
   color: #FFFFFF;
}
#home #main-menu A:hover, #main-menu LI SPAN.nav-header {
   color: #FFFFFF;
}
#main-menu A:hover, #main-menu LI SPAN.nav-header:hover {
   background-color: #FFFFFF;
   color: #478384 !important;
   cursor: pointer;
}
#main-menu LI LI A:hover {
   background-color: #FFFFFF;
   color: #133558 !important;
}
#main-menu LI LI A {
   color: #FFFFFF !important;
}
#menu-row UL.nav-child {
   background-color: #133558;
   position: absolute;
   margin: 0;
   padding: 0;
   list-style: none;
   visibility: hidden;
   z-index: 2;
   white-space: nowrap;
}
#menu-row UL.nav LI:hover UL.nav-child {
   visibility: visible;
   background-color: #B9D6D4;
   background-color: #478384;
}
/**** HEADER IMAGES ****/
#inside #slideshowrow {
   position: relative;
}
#slideshowrow IMG {
   width: 100%;
}
#slideshowrow P {
   margin: 0;
}
/**** BLOCKS ****/
DIV.blocks {
   display: flex;
   flex-wrap: wrap;
}
.blocks DIV.moduletable {
   flex: 0 1 44%;
   min-height: 360px;
   padding: 3%;
}
.white P, .grey P {
   color: #133558;
}
.green P, .blue P {
   color: #FFFFFF;
}
.green H3, .blue H3 {
   color: #FFFFFF;
}
.blocks .moduletable.pic {
   display: flex;
   flex: 0 1 50%;
   padding: 0%;
}
.blocks .moduletable .custom {
   flex: 1 1 auto;
   background-size: cover;
   padding: 0;
}
#home .blocks H3 {
   font-size: 36px;
}
.blocks A {
   color: #FFFFFF;
}
.blocks A {
   color: #FFFFFF;
}
.blocks .white A, .blocks .grey A {
   color: #133558;
}
.blocks A:hover {
   color: #478384;
}
.blocks .green A:hover {
   color: #133558;
}
/**** WELCOME ****/
DIV.welcome.row {
   background-image: url("../images/topwave.svg");
   background-repeat: no-repeat;
   background-position: center top;
   /*background-size: cover;*/
   background-size: cover;
   margin-top: -133px;
   z-index: 1;
   position: relative;
   padding-top: 182px !important;
}
#home H3 {
   font-size: 38pt;
   margin: 0 0 15px 0;
}
#home .welcome H3 {
   color: #FFFFFF;
}
DIV.menus.row H3 {
   margin-bottom: 54px !important;
}
#home DIV.location.row {
   padding: 0;
}
.welcome DIV.moduletable {
   text-align: center;
   margin: auto;
}
DIV.welcome P {
   font-size: 18px;
   color: #FFFFFF;
}
DIV.welcome.row A.btn {
   background-color: transparent;
}
UL.rsmg-content-gallery LI {
   list-style: none;
}
/**** ROW TWO ****/
DIV.menus.row {
   background-color: white;
   background-image: url("../images/fishtile2.png");
}
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;
   text-align: center;
   display: block;
   text-decoration: none;
   background-color: #244073;
   /*+border-radius: 10px;*/
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
}
DIV.menus.row .container .moduletable .custom DIV A:hover {
   background-color: #52B6D9;
}
/*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/food-2000.jpg);
   background-size: cover;
   background-position: center;
   display: flex;
   padding: 0;
}
DIV.reservations.row DIV.moduletable {
   background-color: rgba(23, 53, 73, 0.479);
   width: 100%;
}
DIV.reservations.row DIV.container {
   width: 100% !important;
}
DIV.reservations.row A.btn {
   margin: 49px;
   display: inline-block;
}
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 {
   text-align: center;
   background-image: url("../images/bluewave.svg");
   background-position: center;
   background-size: cover;
   position: relative;
   height: 336px;
   margin-top: -40px;
   background-repeat: repeat-x;
   display: flex;
   /*background-color: #F3F5FA;*/
}
.opening DIV.container {
   display: flex;
}
/*DIV.opening DIV.moduletable
{
	margin: auto;
}*/
DIV.opening.row H3 {
   color: #FFFFFF !important;
}
DIV.opening.row P {
   color: #FFFFFF;
   text-align: left;
}
#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;
}
/**** SIDEBAR  ****/
DIV.main_large_image {
   padding: 0px 10px;
}
DIV.sidebar .latestnews A {
   background-color: #478384;
   background-color: #E7E7E7;
   color: #0F3359;
   text-decoration: none;
   width: 100%;
   padding: 6px 12px;
   border-bottom: 1px dotted #FFFFFF;
   border: 0px solid black;
   border-bottom: 1px dotted #FFFFFF;
}
DIV.sidebar .latestnews A:hover {
   background-color: #478283;
   color: #FFFFFF;
}
#inside DIV.sidebar H3 {
   color: #FFFFFF !important;
   font-size: 23px;
   background-color: #0F3359;
   margin-bottom: 0;
   padding: 4px 0px 6px 12px;
   margin-top: 0;
}
.sidebar UL.latestnews LI {
   /*margin-bottom: 10px;*/
   /*background-color: #9CBADA;*/
   /*padding: 5px 12px;*/
   display: flex;
}
.sidebar UL.latestnews {
   list-style: none;
   padding: 0;
   margin: 0;
}
DIV.moduletable.sidepic {
   background-color: #A6415C;
   background-color: #1F384A;
   /*+border-radius: 10px;*/
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
   overflow: hidden;
}
DIV.moduletable.sidepic .custom {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}
.sidepic P, .sidepic P A {
   margin: 0;
   padding: 0;
}
DIV.sidebar .custom.sidepic P A {
   display: flex;
   text-decoration: none;
   height: 135px;
   text-align: center;
   color: rgba(255, 255, 255, 0);
}
DIV.sidebar .custom.sidepic P A:hover {
   background-color: rgba(23, 53, 73, 0.203);
}
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%;
}
/**** Main Content  ****/
/*#main_content H4
{
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 0;
}*/
#main_content {
   background-color: #F4F7F9;
   background-color: #FFFFFF;
}
.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-family: gautreaux, sans-serif;*/
   font-weight: 400;
   font-style: normal;
   font-size: 28px;
   color: #0F3359 !important;
   border-bottom: 2px solid #E7E7E7;
   padding-bottom: 10px;
   margin-bottom: 30px;
}
A.btn, A.readon {
   text-decoration: none;
   text-shadow: none;
   color: #FFFFFF;
   background-color: #14487E;
   border: 1px solid #FFFFFF;
}
A.btn {
   font-size: 24px;
   border-radius: 10px;
   padding: 3px 15px 7px;
}
DIV.welcome.row A.btn {
   margin-top: 15px;
   display: inline-block;
   padding: 15px 36px;
}
.readmore A.btn {
   font-size: 14px;
   border-radius: 0px;
   padding: 8px 16px 10px;
   border: 0px solid black;
   background-color: #478384;
}
.readmore A.btn:hover {
   background-color: #0F3359 !important;
   color: #FFFFFF;
}
A.btn:hover, A.readon:hover {
   background-color: #FFFFFF !important;
   color: #52B6D9;
}
.careers A.btn:hover {
   background-color: #52B6D9 !important;
   color: #FFFFFF !important;
}
.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;
   margin-top: 10px;
}
/**** 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;
}
.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: #0F3359;
   clear: both;
   padding: 100px 0px 50px;
}
DIV.testimonials DIV.moduletable {
   width: 100%;
}
#footer .address A:hover {
   color: #478384;
}
#footer DIV.footer-item.container {
   display: flex;
   justify-content: space-between;
}
#footer .footer-item .moduletable {
   width: 26%;
   /*display: flex;*/
   /*justify-content: center;*/
   /*align-items: center;*/
   /*border: 1px solid black;*/
}
#footer H3 {
   font-size: 21px !important;
   font-style: normal;
   margin-bottom: 12px;
   color: #FFFFFF;
}
#footer P {
   text-align: center;
   color: #FFFFFF;
}
#footer P.social {
   font-size: 26px;
   margin: 0;
}
#footer P.social SVG {
   margin-right: 8px;
   /*margin-top: 20px;*/
}
#footer P.social A {
   /*color: #FFFFFF;*/
   color: #FFFFFF;
}
#footer P.social A:hover {
   color: #478384;
}
#footer DIV.moduletable.logobox A {
   text-decoration: none;
   /*color: #6C6D6F;*/
   color: #FFFFFF;
}
#footer UL.menu {
   margin: 0;
   list-style: none;
   padding: 0;
}
#footer A {
   text-decoration: none;
   color: #FFFFFF;
}
#footer A:hover {
   text-decoration: none;
   color: #478384;
}
#footer DIV.moduletable.logobox A:hover {
   text-decoration: underline;
}
#footer DIV.moduletable.logo IMG {
   max-width: 80%;
}
/**** LEGAL ****/
#legal {
   background-color: #11283E;
   /*color: #FFFFFF;*/
   padding: 10px;
}
DIV#legal DIV.row.container {
   padding: 0;
   margin-bottom: 0;
}
#legal DIV.container {
   display: flex;
   justify-content: left;
   text-transform: uppercase;
}
#legal P {
   /*color: #FFFFFF;*/
}
#legal P, DIV.legal A {
   margin: 0;
   font-size: 12px;
   color: #FFFFFF;
}
#legal A {
   color: #FFFFFF;
   text-decoration: none;
}
#legal A:hover {
   color: #478384;
   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: 30px;
   margin-top: 56px;
}
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;
}
#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;
}
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;
}
/***** GALLERY HOME **************/
.gallery {
   position: relative;
   padding: 0 !important;
}
#galleryimages {
   display: flex;
   height: 600px;
   position: relative;
}
#galleryfirst {
   width: 25%;
   display: flex;
   flex-direction: column;
}
.moduletable.one, .moduletable.onea {
   width: 100%;
   height: 50%;
}
.moduletable.onea {
   /*width: 25%;*/
}
.moduletable.two {
   width: 25%;
}
.moduletable.three {
   width: 50%;
}
.moduletable.gallerybutton {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 150px;
   margin-left: -75px;
   text-align: center;
   padding: 0;
   margin-top: -10px;
}
.gallerybutton A.btn {
   background-color: rgba(255, 255, 255, 0.504) !important;
   padding: 10px 40px;
   border: none;
   font-family: ;
   font-size: 20px;
}
.gallerybutton A.btn:hover {
   background-color: #FFFFFF !important;
   color: #244073;
}
.gallerybutton P {
   margin: 0;
   padding: 0;
}
DIV.gallery .moduletable .custom {
   height: 100%;
   background-size: cover;
   background-position: center;
}
#menus {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
#menus DIV {
   flex: 1 1 47%;
   padding-right: 10px;
}
.sidebar DIV.moduletable.opening {
   background-color: rgba(102, 171, 210, 0.668);
   /*+border-radius: 13px;*/
   -moz-border-radius: 13px;
   -webkit-border-radius: 13px;
   -khtml-border-radius: 13px;
   border-radius: 13px;
   padding: 20px;
   margin-top: 44px;
}
#inside DIV.sidebar DIV.moduletable.opening H3 {
   margin-top: 0 !important;
   color: #FFFFFF !important;
   margin-bottom: 9px;
}
.sidebar .opening P {
   color: #FFFFFF;
   margin-bottom: 11px;
   line-height: 1;
}
#menus DIV IMG {
   /*+box-shadow: 0 0 9px #63BAD6;*/
   -moz-box-shadow: 0 0 9px #63BAD6;
   -webkit-box-shadow: 0 0 9px #63BAD6;
   box-shadow: 0 0 9px #63BAD6;
}
DIV.promo.row {
   /*background-image: url("../images/promo1.jpg");*/
   background-image: url("../images/2f1.png");
   background-color: #D6EBF0;
}
DIV.promo.row A.btn {
   background-color: transparent;
   border: 2px solid #243F73;
   padding: 10px 16px;
   color: #243F73;
}
DIV.promo.row A.btn:hover {
   background-color: #243F73 !important;
   border: 2px solid #FFFFFF;
   padding: 10px 16px;
   color: #FFFFFF;
}
DIV.promo.row DIV.moduletable {
   padding: 60px 0px;
   text-align: center;
   margin: auto;
}
DIV.promo.row P {
   color: #243F73;
}
DIV.promo.row H3 {
   color: #243F73 !important;
}
DIV.doggies.row {
   background-color: #00C1DE;
}
DIV.custom.dogs {
   display: flex;
   flex-direction: row;
   justify-content: center;
}
P.dogicon {
   font-size: 77px;
   padding: 0 36px 0 0;
}
DIV.custom.dogs DIV {
   width: 47%;
   align-items: center;
   display: flex;
}
.dogs P {
   color: #FFFFFF;
   margin: 0;
}
.ebStickyBar DIV.eb-content {
   border: 0px solid black;
   padding: 0;
}
.ebStickyBar A {
   color: #14477E;
}
.ebStickyBar A.eb-btn.eb-btn-primary {
   background-color: #14477E;
}
DIV.eb-content {
   border: 3px solid #14477E;
   padding: 20px;
}
/******** GET IN TOUCH ***************/
/******** LOGOS ***************/
DIV.logos.row DIV.moduletable {
   width: 100%;
}
/******** TESTIMONIALS Home ***************/
DIV.testimonials.row {
   background-color: #478384;
}
DIV.getintouch.row {
   background-color: #A3A9AA;
}
.getintouch P {
   font-size: 27px;
   margin: 0;
   color: #FFFFFF;
}
.getintouch A {
   background-color: #FFFFFF;
   color: #A3A9AA;
   text-decoration: none;
   padding: 8px 20px 11px;
   /*+border-radius: 10px;*/
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
   border-radius: 10px;
}
.getintouch A:hover {
   background-color: #133558;
   color: #FFFFFF;
}
.getintouch H3 {
   margin-bottom: 0 !important;
   color: #FFFFFF;
}
DIV.getintouch.row .container {
   display: flex;
   flex-wrap: wrap;
}
DIV.getintouch .moduletable {
   flex: 1 1 50%;
   color: #FFFFFF;
}
.getintouch .button {
   display: flex;
   align-content: center;
   justify-content: center;
   align-items: center;
}
.blocks A {
   border: 2px solid #133558;
   text-decoration: none;
   padding: 7px 10px;
}
.blocks A:hover {
   border: 2px solid #478384;
   text-decoration: none;
}
DIV.n2-section-smartslider .n2-ow {
   font-family: 'Exo', sans-serif !important;
}
.blocks .green A, .blocks .blue A {
   border: 2px solid #FFFFFF;
}
.blocks .green A:hover, .blocks .blue A:hover {
   border: 2px solid #B9D6D4;
   color: #B9D6D4;
}
DIV.blog.projects DIV.span4 P {
   line-height: 1.4;
}
/******** Contact icons Home ***************/
#contacticons DIV.row.container {
   display: flex;
   flex-wrap: wrap;
}
DIV#contacticons {
   background-color: #478283;
   background-color: #FFFFFF;
}
#contacticons .container .moduletable {
   /*background-color: #B5E7E8;*/
   flex: 0 1 30%;
   display: flex;
   align-items: center;
   justify-content: start;
   flex-direction: column;
}
#contacticons DIV.custom {
   /*border: 1px solid black;*/
   /*margin-left: 26px;*/
}
#contacticons P, #contacticons A {
   margin: 0;
   color: #0F3359;
   text-decoration: none;
   text-align: center;
}
#contacticons A:hover {
   margin: 0;
   color: #B3C3C3;
   text-decoration: none;
}
#contacticons DIV.moduletable::before {
   /*color: #FFFFFF;*/
   display: inline-block;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   font: var(--fa-font-solid);
   font-size: 50px;
   /*border: 1px solid black;*/
   margin-bottom: 23px;
   color: #478182;
}
#contacticons DIV.moduletable.address::before {
   content: "\f3c5";
}
#contacticons DIV.moduletable.phone::before {
   content: "\f095";
}
#contacticons DIV.moduletable.email::before {
   content: "\f0e0";
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/********* MEDIA QUERIES ********/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/* Phones Portrait (phones, less than 480px) */
@media (max-width: 767px) {
   BODY {
      padding: 0;
      font-size: 16px;
   }
   DIV#socialtop {
      display: none;
   }
   /*DIV.span4
   {
   	flex: 0 0 77%;
   }*/
   DIV.blog.projects DIV.cols-3 {
      display: block;
   }
   .logoHeader A {
      margin: 0;
      padding: 0;
   }
   .blocks DIV.moduletable {
      flex: 0 1 86%;
      min-height: 300px;
      padding: 7%;
   }
   .blocks .moduletable.pic {
      display: flex;
      min-height: 380px;
      flex: 0 1 100%;
      padding: 0%;
   }
   DIV.getintouch .moduletable {
      flex: 1 1 100%;
      color: #FFFFFF;
   }
   .getintouch .moduletable {
      text-align: center;
      margin: 18px;
   }
   DIV.menus.row .container .moduletable DIV.custom {
      flex-direction: column;
      align-content: center;
   }
   DIV.menus DIV P {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 12px;
   }
   DIV.menus DIV P A {
      text-align: center;
      width: 200px;
   }
   .moduletable.two {
      display: none;
   }
   #galleryfirst {
      width: 50%;
   }
   DIV.container {
      /*margin: auto !important;*/
      width: 90%;
   }
   DIV.opening.row {
      height: auto;
      margin-top: -40px;
      background-size: cover;
      background-position: center !important;
   }
   DIV.opening.row DIV.container {
      padding: 50px;
   }
   .smallertext P {
      text-align: center !important;
   }
   DIV.opening.row H3 {
      font-size: 38px !important;
      padding: 12px;
   }
   #home H3 {
      font-size: 30pt;
      line-height: 1.1;
   }
   DIV.welcome.row {
      margin-top: -80px;
      padding-top: 107px !important;
      padding-bottom: 57px;
   }
   #booking-widget-container TD.day:hover {
      background-color: #A64061 !important;
   }
   DIV.item-page.book {
      text-align: center;
   }
   DIV.row {
      padding: 25px 0px;
   }
   DIV.doggies.row {
      padding: 0px 20px 81px;
   }
   P.dogicon {
      font-size: 77px;
      padding: 36px;
   }
   #home DIV.promo.row {
      padding: 0;
   }
   #rd-widget-root DIV.row {
      padding: 0;
   }
   DIV.menus.row {
      padding: 75px 0px;
   }
   #slideshow .slidemain {
      font-size: 38px !important;
   }
   DIV.menus.row .container .moduletable .custom DIV A {
      font-size: 22px;
      /*width: 150px;*/
      /*padding: 50px 0px;*/
      padding: 14px;
   }
   DIV.reservations.row DIV.moduletable {
      padding: 20px 0px;
   }
   DIV.reservations.row DIV.moduletable .custom {
      padding: 20px;
   }
   #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;
   }
   DIV.custom.dogs {
      flex-direction: column;
   }
   DIV.custom.dogs DIV {
      width: 100%;
   }
   .dogs P {
      text-align: center;
   }
   .nspCol1 P {
      padding: 0px 10px;
   }
   DIV.moduletable.first DIV.nspArt.nspCol1 {
      border-bottom-left-radius: 9px;
   }
   #contactDetails {
      display: none;
   }
   #headerLeft {
      z-index: 2;
      padding: 0px;
      margin: auto;
      width: 100px;
   }
   #headerRight {
      position: absolute;
      top: 0px;
      right: 0px;
      width: auto;
   }
   DIV#menuIcon SPAN {
      font-size: 36px;
      margin-left: 0px;
   }
   DIV.nspCol3 {
      margin-bottom: 50px;
   }
   #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;
      width: 86% !important;
   }
   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: 0px 15px;
   }
   .pagenav {
      font-size: 12px !important;
   }
   DIV.main DIV.moduletable {
      /*margin-bottom: 30px;*/
      padding-bottom: 30px;
      /*border: 1px solid black;*/
   }
   #footer {
      text-align: center;
      padding-top: 80px;
   }
   #footer H3 {
      font-size: 25px;
   }
   #footer P, #footer A {
      font-size: 18px;
   }
   #footer P.social A {
      font-size: 35px;
   }
   .logobox IMG {
      width: 100%;
   }
   #main_content .item-page H3 {
      font-size: 28px;
   }
   #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;
   }
   #myNav.overlay SPAN.nav-header {
      color: #478384;
      font-size: 24px;
   }
   DIV.moduletable.smallertext {
      /*border: 1px solid black;*/
   }
   DIV.opening.row DIV.container {
      flex-direction: column;
   }
   #contacticons .container .moduletable {
      flex: 0 1 100%;
      margin: 0px 0px 60px 0px;
   }
   #contacticons .phone P, #contacticons .email A {
      font-size: 24px;
   }
}
/*Phones Landscape (phones, 480px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
   .container {
      width: 85%;
   }
   #home DIV.row {
      padding: 50px 0px;
   }
   #home DIV.logos.row, #home DIV.testimonials.row {
      padding: 0;
   }
   #contacticons .container .moduletable {
      margin: 40px 0px 80px;
   }
   #home DIV.promo.row {
      padding: 0;
   }
   DIV.welcome.row {
      margin-top: -120px;
   }
   DIV#menuIcon {
      display: none;
   }
   #socialtop {
      position: absolute;
      top: 0;
      z-index: 51;
      width: 100%;
      background-color: rgba(15, 51, 89, 0.350);
      height: 40px;
   }
   #socialtop P {
      margin: 0;
      width: 100%;
      font-size: 24px;
   }
   #socialtop A {
      color: #FFFFFF;
      margin-left: 10px;
   }
   #socialtop A:hover {
      color: #478384;
   }
   #socialtop DIV.social {
      display: flex;
      justify-content: flex-end;
      width: 85%;
      margin: auto;
   }
   #headerRowWide {
      position: absolute;
      width: 100%;
      z-index: 50;
      top: 40px;
   }
   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: 50px;
   }
   #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: 35px;
   }
   #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: 1 1 auto;
      display: flex;
      margin-top: 30px;
   }
   #home DIV.main {
   }
   DIV#wide DIV.main {
      flex: 1;
      width: 100%;
   }
   #inside DIV.item-page {
      flex: 0 1 75%;
      /*width: 66%;*/
   }
   #inside.wide DIV.item-page {
      flex: 0 0 100%;
      /*width: 66%;*/
   }
   #inside DIV.blog {
      flex: 0 1 90%;
      /*border: 1px solid black;*/
   }
   /*#footer DIV.moduletable.onehalf
   {
   	flex: 0 1 50%;
   	padding: 0px 5px 5px;
   	text-align: center;
   }*/
   #footer H3 {
      font-size: 25px;
      margin-bottom: 12px;
      text-align: left;
   }
   #footer P {
      text-align: left;
   }
   #menu-row A, #main-menu LI SPAN.nav-header {
      font-size: 13px;
      padding: 7px;
   }
   DIV.menus.row .container .moduletable .custom DIV A {
      font-size: 23px;
      width: 179px;
      padding: 10px 0px;
   }
   #languageselector {
      position: absolute;
      top: 0px;
      right: 20px;
      margin: 0;
      padding: 0;
      /*+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);
   }
   #languageselector P {
      padding: 0;
      margin: 0;
   }
   #languageselector A {
      color: #FFFFFF;
      background-color: #AA3D5C;
      padding: 2px 7px 7px;
      text-decoration: none;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      display: block;
      text-transform: uppercase;
      font-size: 16px;
   }
   #languageselector A:hover {
      background-color: #327B0C;
   }
   #main-menu A.cymraeg {
      display: none;
   }
   #headerLeft {
      width: 10%;
      /*padding: 20px 0px;*/
   }
   DIV.moduletable.smallertext {
      flex: 0 0 47%;
   }
   DIV.opening.row DIV.container {
      align-items: flex-start;
      justify-content: space-between;
   }
   /***** BLOG LAYOUT*/
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
   /*.container
   {
   	width: 940px !important;
   }*/
   P, OL, UL {
   }
   #firstrow LI {
      font-size: 26px;
      color: #FFFFFF;
   }
   .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, #main-menu LI SPAN.nav-header {
      font-size: 14px;
      padding: 12px 6px;
   }
   DIV.menus.row .container .moduletable .custom DIV A {
      font-size: 24px;
      width: 229px;
      padding: 20px;
   }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   .container {
      /*width: 1080px !important;*/
      /*width: 85% !important;*/
      /*width: 940px !important;*/
   }
   #contactDetails P.phone {
      font-size: 26px;
   }
   #contactDetails P.email {
      font-size: 20px;
   }
   #slideshow .slidemain {
      font-size: 64px !important;
   }
   #menu-row A, #main-menu LI SPAN.nav-header {
      font-size: 14px;
      padding: 10px 12px;
   }
   DIV.menus.row .container .moduletable .custom DIV A {
      font-size: 25px;
      width: 237px;
      padding: 20px 0px;
   }
   #headerLeft {
      width: 8%;
      /*padding: 20px 0px;*/
   }
   .blocks P {
      font-size: 18px;
   }
   #contacticons .phone P, #contacticons .email A {
      font-size: 24px;
   }
}
/* 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;
   }
   DIV.menus.row {
      padding: 160px 0px !important;
   }
   DIV.opening.row {
      height: 430px;
   }
   #slideshow .slidemain {
      font-size: 75px !important;
   }
   #menu-row A {
   }
   DIV.menus.row .container .moduletable .custom DIV A {
      font-size: 24px;
      width: 214px;
      padding: 21px;
   }
   #headerLeft {
      width: 8%;
      /*padding: 20px 0px;*/
   }
   .blocks P {
      font-size: 20px;
   }
}
