<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* v1.0 | 20080212 */
html, body, div, footer, header, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, address, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
}

header, footer, article, section {position: relative; display: block;}

div {display: block;}

.static {position: static;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

small, sub, sup { font-size: 50%; }
sub             { vertical-align: sub; }
sup             { vertical-align: super; }


body {
    height: 100%;
	line-height: 1;
}

body.parentbody {
	height: auto !important;
}

body.noscroll {
	overflow: hidden;
}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {outline: 0;}

ins {text-decoration: none;}
del {text-decoration: line-through;}

table {
	border-collapse: collapse;
	border-spacing: 0;
    font-size: inherit;
}

html, body {text-align: center;}

::selection{
	background: #eeeee7;
	color: #30373E;
	text-shadow: none;
}

a {text-decoration: none;}
a:hover, a:focus {text-decoration: underline;}

.invisible {display: none;}
.invisible.editvisible {display: block;}
.zeroop {opacity: 0;}
.lazyload { display: none;}

.left {float: left;	top: 0;}
.right {float: right; top: 0;}

.halfleft, .halfright {width: 48%;}
.halfleft {float: left;}
.halfright {float: right;}

.clear {clear: both;}

.marg0 {margin-bottom: 0px !important;}
.marg2 {margin-bottom: 2px !important;}
.marg4 {margin-bottom: 4px !important;}
.marg6 {margin-bottom: 6px !important;}
.marg8 {margin-bottom: 8px !important;}
.marg10 {margin-bottom: 10px !important;}
.marg12 {margin-bottom: 12px !important;}
.marg16 {margin-bottom: 16px !important;}
.marg20 {margin-bottom: 20px !important;}
.marg24 {margin-bottom: 24px !important;}
.marg28 {margin-bottom: 28px !important;}
.marg32 {margin-bottom: 32px !important;}
.marg36 {margin-bottom: 36px !important;}
.marg48 {margin-bottom: 48px !important;}
.marg72 {margin-bottom: 72px !important;}

.premarg8 {margin-top: 8px;}
.premarg12 {margin-top: 12px;}
.premarg16 {margin-top: 16px;}
.premarg24 {margin-top: 24px;}

.upper {text-transform: uppercase;}
em, .italic {font-style: italic !important;}
.white {color: white;}
.red {color: red !important;}
.smallcaps {font-variant: small-caps;}
.centre {text-align: center;}
.cream {color: #dad1b4;}
.bodytext {color: #656866;}
.grey {color: #8e9b9c;}
.headcolour {color: #572d41;}
.gold {color: #c8b988 !important;}

.inline {display: inline;}
.inlineblock {display: inline-block;}

.point0 {font-size: 0%;}
.point8 {font-size: 40%;}
.point10 {font-size: 50%;}
.point12 {font-size: 60% !important;}
.point14 {font-size: 70%;}
.point16 {font-size: 80%;} 
.point18 {font-size: 90%;}
.point20 {font-size: 100%;}
.point22 {font-size: 110%;}
.point24 {font-size: 120%;}
.point26 {font-size: 130%;}
.point28 {font-size: 140%;}
.point30 {font-size: 150%;}
.point32 {font-size: 160%;}
.point34 {font-size: 170%;}
.point36 {font-size: 180%;}

.weight300 {font-weight: 300 !important;}
.weight400 {font-weight: 400 !important;}
.weight700 {font-weight: 700 !important;}
.weight800 {font-weight: 800 !important;}

.line100 {line-height: 100%;}
.line120 {line-height: 120%;}
.line130 {line-height: 130%;}

.width50 {width: 50px;}
.width100 {width: 100px;}
.width150 {width: 150px;}
.width200 {width: 200px;}
.width250 {width: 250px;}
.width300 {width: 300px;}

.cmsbody {
	position: relative;
}

.cmsbody.italic p, .cmsbody p em {
	font-style: italic;
}

.cmsbody.strong p, .cmsbody p strong {
	font-weight: 800;
}


.cmsbody ul {
    margin-bottom: 24px;
}

.cmsbody ul li {
	font-size: 80%;
    /* color: #4f4c51; */
    letter-spacing: 0.2px;
    line-height: 130%;
    list-style: inside disc;
}


.cmsbody p:last-of-type {
	margin-bottom: 7px;
}

.embeddedyt {
	width: 100%;
	max-width: 800px;
	height: auto;
	opacity: 0;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	background-color: #ffffff;
	color: #656866;
}

.bodyblock {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
}

.widebodyblock {
	max-width: 90%;
	margin: 0 auto;
	padding: 0 20px;
}

.inlinewrap {
	display: table;
	text-align: center;
	margin: 0 auto;	
}

.greybox {
	background-color: #eeeee7;
	padding: 30px;
	border: #ffffff 10px solid;
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 200px;
}


h1,h2,h3,h4,h5,h6,.headingfont,.quandoo-button {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	letter-spacing: 1.5px;
	color: #572d41;
	font-size: 20px;
}

h1 {
	font-size: 150%;
}

.bodyfont {
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.2px;
}

p {
	font-size: 80%;
	/*color: #4f4c51;*/
	letter-spacing: 0.2px;
	line-height: 130%;
	margin-bottom: 24px;
}

a {
	color: #572d41;
	transition: 0.6s;
}

a.pseudobutton {
	display: inline-block !important;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	background-color: #dad1b4;
	font-family: 'Merriweather', serif;
	color: #572d41 !important;
	text-transform: uppercase;
	font-size: 14px;
}

a.pseudobutton:hover, a.pseudobutton:focus {
	text-decoration: none;
	background-color: #ffffff;
}

a.pseudobutton.darkbutton {
	color: #ffffff !important;
	background-color: #572d41 !important;
}

a.pseudobutton.darkbutton:hover, a.pseudobutton.darkbutton:focus {
	background-color: #391d27 !important;
}


a:hover i {
	text-decoration: none;
}

.mobileonly {
	display: none;
}

@media only screen and (max-width: 480px) {
	.notmobile{display: none;}
	.mobileonly {display: inline;}
}


#minilogo {
	width: 100px;
}

#minilogo path {
	fill: #572d41;
}

.bookdirect {
	display: inline-block;
	width: 100px;
	/*height: 100px;*/
	padding: 10px;
	border: #572d41 1px solid;
}

.bookdirect svg {
	width: 90%;
}

.bookdirect svg path {
	fill: #572d41;	
}

.bookdirect .bestrate {
	letter-spacing: 3px;
}

ol.bodylist, ul.bodylist {
	list-style-position: inside;
	margin: 0 auto;
	max-width: 800px;
}

ol.bodylist {
	list-style-type: decimal;
}

ul.bodylist {
	list-style-type: disc;
}

ul.bodylist.nobullets {
	list-style-type: none;
}


ol.bodylist li, ul.bodylist li {
	color: #572d41;
	font-size: 80%;
	/*color: #4f4c51;*/
	letter-spacing: 0.2px;
	line-height: 100%;
	margin-bottom: 12px;
	line-height: 130%;
}

ol.bodylist li span, ul.bodylist li span {
	color: #656866;
}

ul.bodylist li ul {
	margin-top: 12px;
	list-style-type: circle;
}

ul.bodylist li ul li {
	font-size: initial;
	margin-left: 20px;
}

table.bodytable {
	text-align: center;
	margin: 0 auto;
}

table.bodytable tr {
	padding: 0 10px;
}

table.bodytable tr th, table.bodytable tr td {
	padding: 16px 2%;
	border: #eeeee7 1px solid;
	width: 20%;
	font-size: 70%;
	vertical-align: middle;
}

table.bodytable tr.tophead th {
	color: #572d41;
	font-weight: 800;
	font-size: 75%;

}

table.menutable {
	text-align: center;
	margin: 0 auto;
}

table.menutable tr {
	padding: 0 5px;
}

table.menutable tr.odd {
	background-color: #e8e8dd;
}

table.menutable tr th, table.menutable tr td {
	padding: 6px 2%;
	/*border: #eeeee7 1px solid;*/
	width: 20%;
	font-size: 70%;
	vertical-align: middle;
}

table.menutable tr.tophead th {
	background-color: #572d41;
	color:	#eeeee7;
	font-size: 75%;
	text-transform: uppercase;

}

table.menutable tr.blanked td {
	border-right: none;
	border-left: none;
}




.highlightbox, .nohighlightbox {
	padding: 48px 32px;
}

.highlightbox div, .nohighlightbox div {
	margin: 0 auto;
	max-width: 1220px;
}

.highlightbox {
	background-color: #eeeee7;
}

.nohighlightbox {
	padding: 48px 32px 10px 32px;
}


hr.menubreak {
	margin: 0 auto 48px auto;
	max-width: 800px;
}

#menukey {
	position: fixed;
	top: 560px;
	right: 0px;
	right: -246px;
	width: 260px;
	padding: 12px;
	background-color: #dad1b4;
	text-align: left;
	/*min-height: 100px; */
	z-index: 999;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	opacity: 0;
}

#menukey .fa-layers {
	width: 24px;
	height: 16px;
}

#menukey i, #menukey svg {
	width: 18px;
	height: 20px;
	margin: 0 12px 0 0;
	vertical-align: middle;
}

#menukey p {
	font-size: 70%;
	margin-bottom: 12px;
	color: #572d41;
}

#menukey p:last-of-type {
	margin-bottom: 0;
}

#menukey p span.iconlabel {
	display: inline-block;
	width: 230px;
	vertical-align: middle;
}

#menukey.open, #menukey:hover, #menukey:focus {
	cursor: pointer;
	opacity: 1 !important;
	transition: 1s;
}

div.narrowtext {
	max-width: 600px !important;
	margin: 0 auto;
}

.fainline {
	vertical-align: 0 !important;
}

.pageimage {
	display: inline-block;
	/*background-color: #eeeee7;*/
	background: #eeeee7 url('img/loading_panel.svg') center center no-repeat;
	font-size: 0;
}

@media only screen and (max-width: 1280px) {
	.largepageimage {
		max-width: 100%;
		width: 100%;
		max-height: 400px;
		height: auto;
	}

}

@media only screen and (max-width: 660px) {
	.pageimage {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.imagelink {
		width: auto !important;
		height: auto !important;
	}

	.smallpageimage {
		max-width: 100%;
		width: 100%;
		max-height: 250px;
		height: auto;
	}

}

.quandoo-widget-builder {
	height: 112px;
}

.bigbutton, .quandoo-button {
	display: inline-block;
	width: 360px;
	height: 20px;
	font-size: 0;
	padding: 40px 20px;
	margin: 0 10px 12px 10px;
	background-color: #572d41 !important;
	line-height: 20px;
	transition: 1s;
}

button.bigbutton {
	height: 100px;
	width: 400px;	
}

.quandoo-button-text {
	padding: 40px 20px !important;
    box-sizing: inherit !important; 
    box-shadow: none !important;
}

.quandoo-button-text:hover {
	filter: none !important;
}

.quandoo-md {
	font-size: inherit !important;
}

span.bigbutton {
	background-color: #eeeee7 !important;
	color: #572d41;
}

span.bigbutton span {
	color: #572d41 !important;	
}

@media only screen and (max-width: 600px) {
	.bigbutton, .quandoo-button {
		width: calc(100% - 80px);
		margin: 0 0 12px 0;
		height: auto;
	}

	button.bigbutton {
		width: calc(100% - 40px);
	}

}

.bigbutton:hover, .bigbutton:focus, .quandoo-button:hover, .quandoo-button:focus {
	background-color: #391d27 !important;
	text-decoration: none;
}

span.bigbutton:hover, span.bigbutton:focus {
	background-color: #eeeee7 !important;	
}


.bigbutton span, .quandoo-button {
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.ownbeer {
	/*max-width: 800px;*/
	padding: 10px;
	/*background-color: grey;*/
}

.ownbeer img {
	display: inline-block;
	height: 250px;
}

.ownbeer .bartitlewrap {
	width: auto;
	display: block;
	height: auto;
	margin-bottom: 12px;
}

.ownbeer p {
	margin-bottom: 12px;
}

/* Forms */

.formrow {
	margin-bottom: 24px;
}

.g-recaptcha {
	width: 304px;
    height: 78px;
    margin: 3px auto 24px auto;
}

label,input,button,textarea {
	display: block;
	padding: 5px 8px;
	margin: 5px auto;
	font-size: 80%;
}

label svg {
	margin-left: 4px;
}

label path {
	fill: orange;
}

input {
	border:	#eeeee7 1px solid;
	background-color: #ffffff;	
	text-align: center;
	max-width: calc(100% - 16px);
}

input.optional {
	background-color: #eeeee7;	
}

input.error, textarea.error {
	background-color: red;
}
input.error::placeholder {
	color: white;
}

input[type='checkbox'] {
	display: inline;
}

textarea {
	width: 90%;
	max-width: 600px;
	min-height: 200px;
	text-align: center;
	font-size: 80%;
}

input.error, textarea.error {
	border-color: #572d41;
}

.formrow {
	margin-bottom: 24px !important;
}

.explanation {
	margin-bottom: 8px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 90%;
	color: #8e9b9c;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: 90%;
	color: #8e9b9c;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: 90%;
	color: #8e9b9c;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: 90%;
	color: #8e9b9c;
}

button, a.button {
	background-color: #dad1b4;
	font-family: 'Merriweather', serif;
	color: #572d41;
	text-transform: uppercase;	
	font-size: 75%;
	border:	none;
	transition: 1s;
}

a.button {
	vertical-align: middle;
	padding: 8px 8px;
	font-size: 80%;
	display: inline-block;
}

a.button svg, button svg {
	margin-right: 8px;
}

button:hover, button:focus, a.button:hover, a.button:focus {
	background-color: #572d41;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

button:active {
	background-color: #391d27;	
}

button:disabled {
	opacity: 0.3;
}

button:disabled:hover {
	cursor: initial;
}

#mailchimpfooter input, #mailchimpfooter button {
	display: inline;
}

#mailchimpfooter button {
	padding: 6px 8px;
}

/* HEADER */

header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #572d41;
	height: 120px;
	min-height: 60px;
	border-bottom: #391d27 3px solid;
	overflow-y: visible;
	text-align: center;
	z-index: 100;
}

#logowrap {
	/*position: absolute;*/
	top: 0;
	/*left: 50%;*/
	height: 120px;
	min-height: 60px;
	width: 160px;
	padding: 10px 20px 15px 20px;
	min-width: 80px;
	/*margin: 0 auto;*/
	/*margin-left: -100px;*/
	display: inline-block;
	background-color: #572d41;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 101;
}

#logowrap a { 
	display: inline-block;
	width: 100%;
	height: 100%;
}

#mainlogo { 
	display: inline-block;
	margin: 10px;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#mainlogo path, #mainlogo polygon
{
	transition: 1s;
	fill: #ffffff;
}

#mainlogo:hover path, #mainlogo:hover polygon, #mainlogo:focus path, #mainlogo:focus polygon
{
	fill: #dad1b4;
}

.headblock {
	display: inline-block;
	/*width: 200px;*/
	height: 120px;
	margin: 0 20px;
	min-height: 60px;
	top: 0;
	transform-origin: 0;
	text-align: center;
	vertical-align: top;
}

.headblock p a {
	color: #dad1b4;
}

@media only screen and (max-width: 1200px) {
	.headblock {margin: 0 10px;}
}

@media only screen and (max-width: 1000px) {
	.headblock {margin: 0 20px;}

	.headblock a.pseudobutton {
	    height: initial;
	    line-height: initial;
	    padding: 0;
	    background-color: transparent;
	    color: #dad1b4 !important;
	    font-size: 14px;
	}

	.headblock a {font-size: 160% !important;}

	.headblock span.linktext {display: none;}
}

@media only screen and (max-width: 600px) {
	.headblock {margin: 0 10px;}
}

@media only screen and (max-width: 450px) {
	.headblock a {font-size: 120% !important;}
	.headblock {margin: 0 5px;}
}

#logospacer {
	width: 200px;
	min-width: 120px;
	min-height: 120px;
}

.headblock p {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	top: 50%;
	transform: translate(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.headblock p {
	color: #dad1b4;
}

.headfa {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 4px;
}

.headfa span {
	display: none;
}

#heademail {
}

#openmenu {
	position: absolute;
	margin-top: -16px;
	top: 50%;
	/*left: 20px;*/
	left: 2%;
}

@media only screen and (max-width: 1200px) {
	#openmenu {
		/*font-size: 60%;*/
		/*margin-top: -12px;*/
		/*top: 50%;*/
		/*left: 10px;*/
	}
}

@media only screen and (max-width: 450px) {
	#openmenu {
		margin-top: 0px;
		top: 20px;
	}	
}

#pagenav {
	position: fixed;
	top: 140px;
	left: 2%;
	margin-left: -5px;
	/*left: 16px;*/
	z-index: 800;
	text-align: left;
}

span#subnavbut {
	display: block;
	opacity: 0;
	color: #391d27;
	transition: 0.5s;
	background-color: #391d27;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

@media only screen and (max-width: 800px) {
	#pagenav {
		position: relative;
		top: 0;
		left: 0;
		margin-left: 0;
		text-align: center;
	}

	span#subnavbut {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;	
	}

}


/*span#subnavbut svg {
	background-color: #ffffff;
}
*/
span#subnavbut span {
	/*background-color: #391d27;*/
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	font-size: 70%
}

/*span#subnavbut:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 5px;
	background-color: #391d27;
	left: 0;
	top: 35px;
	opacity: 0;
}
*/
span#subnavbut.solid, span#subnavbut.solid:after {
	opacity: 1 !important;
}

#subnavslider {
	background-color: #391d27;
	color: #ffffff;
	margin-top: -7px;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	padding: 10px;
	display: none;
	position: relative;
}


#subnavslider a {
	font-family: 'Merriweather', serif;
	display: block;
	font-size: 65%;
	color: #ffffff;
	padding: 6px 10px;
}

#subnavslider a.active, #subnavslider a:hover,#subnavslider a:focus {
	background-color: #572d41;
	text-decoration: none;
}

#subnavslider a.subpage {
	font-family: 'Lato', sans-serif;
	font-size: 65%;
	padding-left: 20px;
}

span#subnavbut:hover, span#subnavbut:focus {
	opacity: 1 !important;
	cursor: pointer;
}

#closemenu {
	position: absolute;
	top: 15px;
	left: 15px;
	display: inline-block;
	margin: 0;	
}

#sidemenu {
	position: fixed;
	height: 100%;
	z-index: 1001;
	top: 0;
	padding: 16px;
	padding-top: 50px;
	background-color: #391d27;
	left: -290px;
	width: 250px;
	z-index: 999;
}

#menuminilogo {
	width: 100px;
	margin-bottom: 24px;
}

#menuminilogo path {
	fill: #ffffff;
}

#mainnav article {
	display: block;
	position: relative;
}

#mainnav a, #newsnav a, #newsnav span {
	font-family: 'Merriweather', serif;
	/*text-transform: uppercase;*/
	display: block;
	position: relative;
	/*text-align: center;*/
	color: #dad1b4;
	font-size: 75%;
	line-height: 16px;
	margin-bottom: 1px;
}

#mainnav a {
	padding: 8px 8px 8px 40px;
	text-align: left;
} 

#newsnav a, #newsnav span {
	padding: 8px 8px 8px 40px;
	text-align: left;
}

#newsnav .filterblock span {
	padding: 0px;
	display: inline-block;
	font-size: 100%;
}

#newsnav .filterblock a {
	font-size: 75%;
	padding-left: 48px;
}

#newsnav #subnews_newstags.filterblock a {
	display: inline-block;
	padding: 4px 8px;
}


#mainnav a:hover, #mainnav a:focus, #mainnav a.active, #mainnav a.open, #newsnav article:hover, #newsnav a:focus, #newsnav a:hover, #newsnav article.rotated, #newsnav a.active {
	text-decoration: none;
	background-color: #572d41;
	cursor: pointer;
}

#mainnav a:hover, #mainnav a:focus,#newsnav article:hover, #newsnav a:focus, #newsnav a:hover, #newsnav article:hover span {
	color: #ffffff;
}

#newsfilter {
    position: fixed;
    height: 100%;
    top: 0;
    padding: 16px;
    padding-top: 50px;
    background-color: #391d27;
    right: -282px;
    /*right: 0px;*/
    width: 250px;
    z-index: 999;
}

#filtertab {
	position: absolute;
	left: -80px;
	top: 600px;
	transform: rotate(270deg);
    background-color: #391d27;
	color: white;
	height: 40px;
	line-height: 40px;
	width: 120px;
	text-align: center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	opacity: 0;
	transition: opacity .25s ease-in-out;
}

#filtertab:hover {
	cursor: pointer;
	opacity: 1 !important;
}

.opensubbutton, .opensubnews svg, .newsyearbutton, .newsmonthbutton {
	position: absolute !important;
	width: 16px;
	margin-top: -10px;
	top: 50%;
	display: block;
	color: #dad1b4;
	opacity: 0.5;
	transform: rotate(0deg);
	transition: opacity 0.6s, transform 0.6s;
}

.opensubbutton {
	left: 10px;
	height: 16px;
}

.opensubnews svg {
	left: 10px;
}

.newsyearbutton {
	left: 20px;
}

.newsmonthbutton {
	left: 30px;
}

.opensubbutton:hover, .opensubbutton:focus, .newsyearbutton:hover, .newsyearbutton:focus, .newsmonthbutton:hover, .newsmonthbutton:focus {
	cursor: pointer;
	opacity: 1;
}

.opensubbutton.rotated, .newsyearbutton.rotated, .newsmonthbutton.rotated {
	transform: rotate(90deg) translateY(-2px);
	opacity: 1;
}

.opensubnews:hover svg, .opensubnews:focus svg {
	cursor: pointer;
	opacity: 1;
}

.opensubnews.rotated svg {
	transform: rotate(90deg) translateY(-2px);
	opacity: 1;
}

.subnav {
	margin-left: 40px;
	display: none;
}

.filterblock, .yearblock, .monthblock {
	margin-top: 8px;
	display: none;
}

.filterblock.active, .yearblock.active, .monthblock.active {
	display: block;
}

#mainnav .subnav a {
	font-family: 'Lato', sans-serif;
	text-align: center;
	padding: 8px 8px 8px 18px;
	/*color: #dad1b4;*/
	font-size: 70%;
	text-align: left;
	font-family: 'Lato', sans-serif;
	text-transform: none;
}

#newsnav .filterblock .yearblock a {
	padding-left: 58px;
}

#newsnav .filterblock .yearblock .monthblock a {
	padding-left: 68px;
	font-size: 70%;
}

#wrap {padding-top: 123px;}

#sliders {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#sliderwrap {
	/*width: 100%;*/
	height: 600px;
	position: relative;

/*	-webkit-transition:all 1.0s ease-in-out;
	-moz-transition:all 1.0s ease-in-out;
	-o-transition:all 1.0s ease-in-out;
*/	transition:all 1.0s ease;

}

#sliderwrap.takeawayslider {
	height: 400px;
}


#sliders.sliderloading {
	display: inline-block;
	background: url('img/loading_panel.svg') 50% 50% no-repeat;	
}

.slider {
	/*width: 33.3333333%;*/
	height: inherit;
	display: block;
	position: relative;
	overflow: hidden;
	background-position: center;
	/*background-size: auto 100%;*/
	background-size: cover;
	float: left;
	opacity: 0;
}

.slidernav {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	opacity: 0;
	color: #ffffff;
	vertical-align: center;
}

#navleft {left: 30px;}
#navright {right: 30px;}

#sliders:hover .slidernav {opacity: 0.7;}
.slidernav:hover, .slidernav:focus {
	cursor: pointer;
}
.slidernav:hover path, .slidernav:focus path {fill: #572d41;}

#navbars {
	position: absolute;
	display: inline-block;
	bottom: 15px;
	right: 15px;
}

span.clicknav {
	display: inline-block;
	width: 12px;
	margin: 0 5px;
	height: 12px;
	text-indent: -9999px;
	background-color: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	opacity: 0.6;
}

span.clicknav:hover, span.clicknav:focus {
	cursor: pointer;
	opacity: 1;
}

span.clicknav.selected {
	background-color: #391d27;
}

.slidertext {
	/*background-color: rgba(87, 45, 65, 0.9);*/
	padding: 80px;
	/*opacity: 0;*/
}

.slidertext.stleft {
	position: absolute;
	max-width: 30%;
	top: 25%;
	left: 5%;
	text-align: left;
}

.slidertext.stright {
	position: absolute;
	max-width: 30%;
	top: 25%;
	right: 5%;
	text-align: right;
}

.slidertext.stcentre {
	position: relative;
	width: 20%;
	margin: 15% auto;
	text-align: center;
}

.slidertext.stbottom {
	position: absolute;
	/*display: inline-block;*/
    /*margin: inherit auto;*/
    /*margin-top: 60%;*/
    display: block;
    width: calc(100% - 160px);
    bottom: 0%;
    text-align: center;
}


.slidertext h2 {
	display: inline-block;
	clear: both;
	padding: 10px;
	background-color: rgba(87, 45, 65, 0.9);
	font-size: 140%;
	line-height: 120%;
	margin-bottom: 24px;
	/*opacity: 0;*/
}

.slidertext p {
	display: inline-block;
	clear: both;
	font-size: 110%;
	padding: 10px;
	color: #572d41;
	background-color: rgba(255, 255, 255, 0.8);
	/*opacity: 0;*/
}

.slidertext a {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	background-color: #dad1b4;
	font-family: 'Merriweather', serif;
	color: #572d41 !important;
	text-transform: uppercase;
	font-size: 18px;
}

.slidertext a.slidenolink {
	background-color: transparent;
	font-size: 0;
}

.slidertext a svg {
	margin-right: 8px;
}

@media only screen and (max-width: 1000px) {
	.slidertext {
	    width: calc(100% - 60px) !important;
		padding: 30px;
		/*width: 25%;*/
		/*top: 20%;*/
	}

	.slidertext.stright, .slidertext.stleft, .slidertext.stcentre {
		position: absolute !important;
		max-width: 100%;
	    width: calc(100% - 60px) !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		text-align: center !important;
	    display: block !important;
	    bottom: 10% !important;
	}
}

@media only screen and (max-width: 840px) {
	#sliderwrap {
		height: 300px !important;
	}

	.slidertext {
	    width: calc(100% - 40px) !important;
		padding: 20px;
		/*top: 15%;*/
		/*left: 10%;*/
	}

	.slidertext.stright, .slidertext.stleft, .slidertext.stcentre {
		/*position: absolute !important;*/
		/*max-width: 100%;*/
	    width: calc(100% - 40px) !important;
	    display: block !important;
	    bottom: 10% !important;
/*		top: auto !important;
		right: auto !important;
		left: auto !important;
		text-align: center !important;
*/	}

	.slidertext h2 {
		font-size: 80%;
		margin-bottom: 12px;
	}

	.slidertext p {
		font-size: 70%;
	}

	.slidertext a {
		font-size: 70%;
	}

}

/*@media only screen and (max-width: 600px) {
	.slidertext {
		padding: 15px;
	}

	.slidertext h2 {
		font-size: 80%;
	}

	.slidertext p {
		font-size: 60%;
	}
}

@media only screen and (max-width: 520px) {
	.slidertext h2 {
		font-size: 70%;
		margin-bottom: 8px;
	}

	.slidertext p span {
		display: none;
	}
}
*/

#banner, #map, #attractionsmap {
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
}

#banner {
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

@media only screen and (max-width: 940px) {
	#banner, #map, #attractionsmap {
		height: 300px;
	}
}

@media only screen and (max-width: 496px) {
	#banner, #map, #attractionsmap {
		height: 150px;
	}
}


#attractionsmap {
	height: 550px;
}

#map strong, #attractionsmap strong {
	font-weight: 700;
}

#breadcrumbs {
	/*background-color: #eeeee7;*/
	padding: 10px 20px;
	margin-bottom: 8px;
}

#breadcrumbs p {
	margin-bottom: 0;
}

#breadcrumbs a, #breadcrumbs span {
	display: inline-block;
}


#topcontent, #bottomcontent {
	padding: 30px 0px;
	background-color: #ffffff;
}

.wrappanels {
	display: flex;
	flex-wrap: wrap;
	max-width: 1272px;
	font-size: 0;
	margin: 0 auto;	
}

.panels2wrap {
	display: inline-flex;
	width: 50%;
	max-width: 636px;
}

.bodypanel {
	display: inline-flex;
	width: 50%;
	max-width: 318px;
	min-width: 220px;
	height: 318px;
	position: relative
}

.bodypanel div {
	display: block;
	margin: 10px;
	font-size: 20px;
	width: calc(100% - 20px);
	position: relative;
	background-position: center;
}

.bodypanel div a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.bodypanel div.paneltitlewrap {
	position: absolute;
	top: 50%;
	height: 44px;
	line-height: 22px;
	display: block;	
	background-color: rgba(87, 45, 65, 0.6);
	width: 100%;
	margin: 0;
	padding: 10px 0;
	margin-top: -32px;
}

.bodypanel:hover div.paneltitlewrap, .bodypanel:focus div.paneltitlewrap {
	background-color: rgba(87, 45, 65, 0.7);
}

#gallerywrap {
	line-height: 0;
	width: 306px;
	column-count: 1;
	column-gap: 0px;
	display: none;  
	/*-moz-column-count: 7;*/
	/*-webkit-column-count: 7;*/
	/*-webkit-column-gap: 0px;*/
	/*-moz-column-gap: 0px;*/
}

#gallerywrap img {
	width: 300px;
	/*padding: 3px;*/
}


@media only screen and (max-width: 940px) {
	.wrappanels {
		display: block;
		flex-wrap: nowrap;
		max-width: 636px;
	}
	.panels2wrap {
		display: flex;
		flex-wrap: wrap;
		width: auto;
		max-width: 636px;
		margin: 0 auto;	
	}
}

@media only screen and (max-width: 496px) {
	.panels2wrap {
		display: block;
		flex-wrap: nowrap;
		max-width: 318px;
	}
	.bodypanel {
		display: flex;
		width: auto;
	}
}


.questionblock {
	margin-bottom: 4px;
}

.questionblock h3 {
	display: block;
	background-color: #eeeee7;
	margin-bottom: 0;
	padding: 10px 40px 10px 10px;
	font-size: 80%;
	font-weight: 400;
	transition: 1s;
}

.questionblock h3::after {
	content: '';
	background-image: url('img/triangle.png');
    /*background-size: contain;*/
    background-repeat: no-repeat;
    background-position: center center;
 	position: absolute;
	font-size: 20px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	color: #ffffff;
	right: 10px;
	top: 2px;
	transform: rotate(0deg);
	transition: 1s;
}

.questionblock.open h3::after {
	transform: rotate(180deg);
}


.questionblock h3:hover, .questionblock h3:focus, .questionblock.open h3 {
	cursor: pointer;
	background-color: #572d41;
	color: #ffffff;
}

.questionblock section {
	padding: 20px;
	border: #eeeee7 1px solid;
	border-top: none;
}

.steppanel {
	height: 420px;
}

.steppanel div {
	width: 100%;

}

.stepimgwrap {
	width: 100%;
	margin-bottom: 20px !important;
}

.stepimgwrap img, .stepimgwrap svg {
	display: block;
	max-width: 150px;
	max-height: 150px;
	margin: 0 auto;
}

.steppanel h3 {
	display: block;
}


.attractionpanel {
	display: inline-block;
	width: 300px;
	height: 350px;
	margin: 10px;
	vertical-align: top;
}

.attractionimgwrap {
	position: relative;
	width: 300px;
	height: 200px;
	display: block;
	background-color: #c2c2c2;
	margin-bottom: 8px;
}

.attractionimgwrap div {
	position: absolute;
	top:80px;
	left: 0;
	text-align: center;
	display: block;
	vertical-align: middle;
	width: 300px;
	height: 40px;
}

.attractionimgwrap div div {
	position: relative;
	top:0px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 260px;
	height: 40px;
	padding: 0 20px;
	background-color: rgba(255, 255, 255, 0.7);
}

.attractionimgwrap h2 {
	display: block;
}

.attractionimgwrap img {
	width: 300px;
	height: 200px;
	display: block;
}

.attractiontitlewrap {
	height: 30px;
	display: table-cell;
	width: 300px;
	text-align: center;
	vertical-align: middle;
}

.attractiontitlewrap h2 {
	display: block;
	width: 260px;
	margin: 0 20px;
}

.attractionmarker {
	position: absolute;
	display: block;
	width: 30px !important;
	height: 40px !important;
	bottom: 4px;
	right: 4px;
}

.pagepanelwrap {
	margin: 0 -10px;
	font-size: 0;
}

.minipanelwrap {
	max-width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	.pagepanelwrap, .minipanelwrap {width: 100%;}
	.minipanelwrap {max-width: all;}
}

.pagepanel,.minipanel {
	display: inline-block;
	background-color: #eeeee7;
	padding: 0px;
	margin: 10px;
	font-size: 20px;
}

.pagepanel {
	width: 600px;
	height: 300px;
}

.minipanel {
	width: 200px;
	height: 200px;
}

.pagepanel img {
	width: 600px;
	height: 300px;
}

.minipanel img {
	width: 200px;
	height: 200px;
}

.pagepanel div, .minipanel div {
	display: block;
	position: absolute;
	text-align: center;
    display: table;
    vertical-align: middle;	
	top: 50%;
	/*top: 110px;*/
	left: 0;
    background-color: rgba(87, 45, 65, 0.5);
}

.pagepanel div {
    width: 600px;
	height: 80px;
	margin-top: -40px;
}

.minipanel div {
    width: 200px;
	height: 40px;
	margin-top: -20px;
}


/*.pagepanel div div {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
	height: 80px;
}
*/
.pagepanel div div, .minipanel div div {
    position: relative;
    top: 0px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	background: transparent;
    /*background-color: rgba(87, 45, 65, 0.6);*/
    margin: 0 auto;
}

.pagepanel div div {
	height: 80px;
}

.minipanel div div {
	height: 40px;
}


.pagepanel h2, .minipanel h2 {
	display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 80%;
    color: #ffffff;
    line-height: 130%;
    vertical-align: middle;
}

.pagepanel h2 {
    font-size: 80%;
    line-height: 130%;
}

.minipanel h2 {
    font-size: 60%;
    line-height: 130%;
}

.pagepanel a, .minipanel a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}

.pagepanel a {
	width: 600px;
	height: 300px;
}

.minipanel a {
	width: 200px;
	height: 200px;
}

@media only screen and (max-width: 600px) {
	.pagepanelwrap, .pagepanel, .pagepanel img, .minipanelwrap, .minipanel, .minipanel img {
		width: 100%;
		height: auto;
	}

	.pagepanel a, .minipanel a {
		width: 100%;
		height: 100%;
	}

	.pagepanel div, .minipanel div {
		width: 100%;		
	}

	.pagepanel div div, .minipanel div div {
		width: auto;
	}
}


.pagepanel:hover div div, .minipanel:hover div div {
	background-color: rgba(87, 45, 65, 0.6);
}


.imagespacer {
	display: inline-block;
	width: 20px;
}

.barpanel {
	width: 200px;
	height: 320px;
	margin: 20px;
	display: inline-block;
	vertical-align: top;
}

div.barimgwrap div {
	display: table-cell;
	height: 200px;
	width: 200px;
	vertical-align: middle;
	background: url('img/loading_panel.svg') center center no-repeat;
}

.barimgwrap div img {
	position: relative;
}

.bartitlewrap,.barinfowrap {
	position: relative;
	width: 180px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.bartitlewrap {
	height: 40px;	
}

.barinfowrap {
	height: 45px;
}

.groupwrap {
	padding: 20px 30px;
	margin-bottom: 20px;
}

#reserve {
	background-color: #eeeee7;
}

#reserve h2 {
	display: block;
}


.voucherpanel {
	background-color: #422436; 
	position: relative;
}

.vouchertext {
	display: block;
	position: absolute;
	top: 35px;
	font-family: 'Lobster', cursive;
	font-size: 180%;
	width: 100%;
	color: #ffffff;
}

.voucherminilogo {
	margin-left: -40px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 80px;
}

.voucherminilogo path {
	fill: #ffffff;
}

#homenews {
	margin: 0 auto;
	background-color: #eeeee7;
	padding: 40px;
}

#homenews article {
	margin: 0 auto;
	max-width: 1000px;
}

#sallymap {
	width: 400px;
	height: 300px;
	margin: 0 auto 36px auto;
}


/* FOOTER */

footer#parallax {
	/*width: 100%;*/
	height: 500px;
	background-size: cover;
	background-position: 50% 0px;
}

@media only screen and (max-width: 1000px) {
	footer#parallax {height: 350px;}
}

@media only screen and (max-width: 780px) {
	footer#parallax {height: 300px;}
}

@media only screen and (max-width: 680px) {
	footer#parallax {height: 250px;}
}

@media only screen and (max-width: 580px) {
	footer#parallax {height: 200px;}
}

@media only screen and (max-width: 480px) {
	footer#parallax {height: 150px;}
}

@media only screen and (max-width: 380px) {
	footer#parallax {height: 100px;}
}

footer#bottomnav {
	padding: 60px 10px 60px 10px;
}

footer#awards {
	background-color: #eeeee7;
	padding: 28px 10px 40px 10px;
	min-height: 170px;
}

@media only screen and (max-width: 600px) {
	footer#awards {height: auto;}
}

footer#navfooter, footer#legalfooter {
	padding: 60px 10px 30px 10px;
	background-color: #572d41;
}

footer#navfooter {
	border-top: #391d27 3px solid;
}

footer#mailchimpfooter, footer#developerfooter {
	padding: 48px 10px;
	background-color: #391d27;
}

footer#mailchimpfooter {
	padding: 48px 10px;
}

footer#developerfooter {
	padding: 24px 10px;
}

#wrapfootpanels {
	max-width: 1000px;
	min-width: 250px;
	margin: 0 auto;
	font-size: 0;
}

.footerwrap, .footerpanel {
	display: inline-block;
	font-size: 0;
}

.footerpanel {
	vertical-align: top;
	width: 230px;
	padding: 10px;
	margin: 0 0 30px 0;
	font-size: 0;
}

.footerpanel div {
	font-size: 20px;
	display: block;
}

footer a {
	color: #ffffff;
}

footer h2 {
	color: #dad1b4;
}

footer h3, footer p, footer address {
	color: #ffffff;
	font-size: 70%;
	line-height: 130%;
	letter-spacing: 0.2px;
}

#littlehotelier {
	display: none;
	/*display: inline-block;*/
	text-align: center;
	position: fixed;
	top: 5px;
	left: 5px;
	height: calc(100% - 12px);
    width: calc(100% - 12px);
    background-color: #ffffff;
	/*margin: 2% auto;*/
	border: #ffffff 1px solid;
	border-radius: 10px;
	overflow: scroll;
	z-index: 1000;
}

#littlehotelierclose {
	display: none;
	position: fixed;
	font-size: 60%;
	top: -3px;
	left: 15px;
	background-color: #ffffff;
	color: #572d41;
	padding: 1px 5px;
	z-index: 1001;
}

#footernav a {
	display: block;
	font-size: 70%;
	line-height: 130%;
	letter-spacing: 0.2px;
	padding: 2px;
	text-align: center;
}

#footernav a:hover, #footernav a:focus {
	/*background-color: #391d27;*/
}

.footericon {
	display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

#sallylogo {
	margin: 0 10px;
}

#sallylogo path {
	fill: #ffffff;
}

.weathericon {
	width: 90px;
	height: auto;
}


#nogeolocation {
	display: none;
}

#awards {
	display: none;
}

#CDSWIDEXC {
    margin: 0px;
}

#CDSWIDEXC .widEXCLINK {
    height: 55px;
}

.widEXCTALOGO {
	margin-bottom: 10px;
}

.tadiv {
	display: none;
}

#TA_certificateOfExcellence153 img:first-of-type, #TA_excellent930 img:first-of-type {
	/*display: none;*/
}

#TA_certificateOfExcellence750 img:first-of-type, #TA_excellent930 img:first-of-type {
	/*display: none;*/
}

#CDSWIDCOE {
	margin-bottom: 30px !important;
}

#caskmarquelogo,#camralogo,#foodhygienerating,#weregoodtogologo {
	height: 125px;
	padding: 0 3px;
	width: auto;
	vertical-align: baseline;
	margin-bottom: 10px;
}

#caskmarquelogo {
	padding: 0 10px;
}

#caskmarquelogo path.st0 {
	fill: #172F4C;
}

.fa-facebook-f, .fa-twitter, .fa-instagram, .fa-tripadvisor, .fa-rss {
	transition: 1s;
}

.fa-facebook-f:hover, .fa-facebook-f:focus {color:#3b5998;}
.fa-twitter:hover, .fa-twitter:focus {color:#00aced;}
.fa-instagram:hover, .fa-twitter:focus {color:#d44c66;}
.fa-tripadvisor:hover, .fa-tripadvisor:focus {color:#00af87;}
.fa-rss:hover, .fa-rss:focus {color:#f26522;}

#fadeback, #formback {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    text-align: center;
	z-index: 1000;
	display: none;
	background-color:rgba(0,0,0,0.7);
	z-index: 998;
}

#formback div {
	position: absolute;
	top: 50%;
	background-color: #572d41;
    margin-top: -100px;
    width: 100%;
    padding: 30px 0;
    height: 100px;
    display: table;
}

#formback div.working {
	background: #572d41 url('img/loading_panel.svg') center center no-repeat;
}

div#fadecontent {
	position: relative;
	display: table-cell;
	height: 100px;
	vertical-align: middle;
	padding: 0;
	width: inherit;
	top: 0;
	background-color: transparent;
	opacity: 0;
}

div#fadecontent h2 {
	color: #dad1b4;
	margin-bottom: 12px;
}

div#fadecontent p {
	color: #ffffff;
	margin-bottom: 0;
}

#newsletterthanks, #contactthanks, #loginthanks {
	display: none;
}

button.navbutton {
	display: none;
	background-color: transparent;
	color: #ffffff;
	border:	none;
	font-size: initial;
	padding: 0;
	margin: 0;
}

#arglogo, #uberlogo {
	height: 40px;
	margin: 0 10px;
}

#arglogo g polyline, #arglogo g path, #arglogo g rect {
	fill: #dcd8cf;
}

#arglogo:hover g polyline, #arglogo:hover g path {
	fill: #ffffff;
}

#arglogo:hover g rect {
	fill: #CBD500;
}

#uberlogo polyline, #uberlogo path, #uberlogo rect, #uberlogo circle {
	fill: #dcd8cf;
}

#uberlogo polyline {
	fill: #dcd8cf;
}

#uberlogo:hover g g path, #uberlogo:hover g:last-of-type path {
	fill: #A9AD19;
}

#uberlogo:hover g path, #uberlogo:hover path {
	/*fill: #3E4543;*/
	fill: #vertical-align;

}


#uberlogo rect {
	fill: #dcd8cf;
}

#uberlogo:hover g g circle {
	fill: #ffffff;
}


/* LIGHTBOX */

.lightboxwrap {
	display: block;
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	font-size: 0px;
}

.widebodyblock .lightboxwrap {
	max-width: 100%;
}

.lightboxwrap a {
	display: inline-block;
	padding: 2px;
	/*width: 200px;*/
	/*height: 200px;*/
    min-width: 200px; 
    min-height: 200px; 
	border: #eeeee7 1px solid;
	margin: 8px;
	background: #eeeee7 url('img/loading_panel.svg') center center no-repeat;
	transition: 1s;
}

.lightboxwrap a.imagecredit, .lightboxwrap span.imagecredit {
	position: absolute;
	display: inline;
	text-align: center;
	bottom: 2px;
	left: 50%;
	font-size: 12px;
    min-width: 0; 
    min-height: 0; 
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    transform-origin: top left;
}

#gallerywrap.lightboxwrap a {
	min-height: 0;
}

.lightboxwrap a:hover,.lightboxwrap a:focus {
	border-color: #572d41;
} 

#lb_fade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    text-align: center;
	z-index: 1000;
	background-color:rgba(0,0,0,0.8);
	display: none;
	/*opacity: 0;*/
}

#lb_fade.loading {
	background: rgba(0,0,0,0.8) url('img/loading_panel.svg') center center no-repeat;	
}

#lb_panel {
	position: relative;
	display: table;	
	margin: 20px auto;
	width: 0;
	height: 0;
	opacity: 0;
	/*max-width: 96%;*/
	/*max-height: 100vh;*/
}

#lb_panel div {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	background-color: #ffffff;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#lb_panel img {
	transition: 1s;
	max-height: 85vh;
	max-width: 85vw;
}

.lb_button {
	background-color: #eeeee7;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.lb_button:hover, .lb_button:focus {
	cursor: pointer;
	background-color: #dad1b4;
}

#lb_close {position: absolute; top: -10px; right: -10px;}
#lb_next {position: absolute; bottom: 10px; right: 20px;}
#lb_previous {position: absolute; bottom: 10px; right: 60px;}
#lb_expand {position: absolute; top: -10px; left: -10px;}
#lb_shrink {position: absolute; top: -10px; left: -10px; display: none;}

#editmenu {
	background-color: #572d41;
	color: #ffffff;
	padding: 20px;
	min-width: 500px;
	display: inline-block;
}

@media only screen and (max-width: 600px) {
	#editmenu {
		min-width: 0;
	}
}

#enableedit {
	display: inline-block;
	height: 32px;
}

#disable,.inlineerror {
	display: none;
}

.inlineedit,.inlinedelete,.inlinesort, .showadddishform, #dateedit,.closeaddform, .closeeditform, .closedateform {
	color: #8e9b9c;
}

.inlineedit,.inlinedelete,.inlinesort, .showadddishform, #dateedit {
	padding: 2px 4px;
}

.inlineedit:hover,.inlinedelete:hover,.inlinesort:hover, .showadddishform:hover, #dateedit:hover, .closeaddform:hover, .closeeditform:hover, .closedateform:hover {
	color: #391d27;
	cursor: pointer;
}

.inlineedit svg, .inlinedelete svg {
	height: 16px;
}

.inlinesort {
	position: absolute;
	right: 10px;
	top: 10px;
}

.inlinesort svg {
	height: 36px;
}

.inlineform {
	display: none;
	position: relative;
	background-color: #ffffff;
	border:	#572d41 1px solid;
	padding: 12px;
	margin-bottom: 24px;
}

.closeaddform, .closeeditform, .closedateform {
	position: absolute;
	top: 10px;
	right: 10px;
}

@media only print {
	#sliders,.wrappanels,#sidemenu,#banner,#pagenav,#breadcrumbs,#parallax,#bottomnav,#awards,#navfooter,#mailchimpfooter,#developerfooter,#headphone,#heademail,#headbookroom,#headbooktable,#openmenu,#menudownload,#legallinks,.bigbutton,#newsfilter,#directions,#formwrap,#menukey,#editmenu,.inlineedit,.inlinedelete,.editform,.inlineform,.showadddishform,.inlinesort,#dateedit,#othermenus,#awards,#downloadmenu,.quandoo-widget-builder {display: none !important;}	

	.invisible.editvisible {
		display: none;
	}

	.white {
		color: #572d41; 
	}

	p {
		margin-bottom: 12px;
	}

	#wrap {
	    padding-top: 0px;
	}

	header {
		background-color: transparent;
		border:	none;
		position: relative;
	    height: auto !important;
	    min-height: initial;
	    margin-bottom: 4px;
	}

	#logowrap {
		background-color: transparent;
		height: 120px !important;
	    min-height: 120px;
	    width: 160px !important;
	    padding: 10px 20px 15px 20px !important;
	    min-width: 80px !important;
	}

	#mainlogo {
		margin: 10px !important;
	}
 
	#mainlogo path, #mainlogo polygon, #mainlogo:hover path, #mainlogo:hover polygon, #mainlogo:focus path, #mainlogo:focus polygon {
		fill: #572d41;
	}

	#topcontent, #bottomcontent {
	    padding: 10px 0px;
	}

	#homenews {
		background-color: transparent;
	}

	.pagepanel {
	    width: 300px;
	    height: 150px;
	    font-size: 12px;
	}

	.pagepanel img {
	    width: 300px;
	    height: 150px;
	}

	.pagepanel div {
	    width: 300px;
		height: 40px;
		top: 50%;
		margin-top: -20px;
	}

	.pagepanel div div {
		height: 40px;
	}

	.pagepanel h2 {
	    font-size: 80%;
	    line-height: 130%;
	}

	.pagepanel a {
		width: 300px;
		height: 150px;
	}

	.pageimage {
		width: 50%;
		height: auto;
	}


	.highlightbox, .nohighlightbox, #reserve {
		background-color: transparent;
		padding: 2px 32px;
	}

	.highlightbox.marg48, .nohighlightbox.marg48 {
		margin-bottom:  28px !important;
	}

	.lightboxwrap a {
	    padding: 0px;
	    width: auto !important; 
	    height: auto !important; 
	    border: none;
	    margin: 8px;
	    background: transparent;
	}

	footer#legalfooter {
		background-color: transparent;
		padding: 0 32px;
	}

	footer p, footer address, footer a {
		color: #572d41;
	    line-height: 130%;
	}

	#minilogo {
    	width: 60px;
	}

	#minilogowrap {
		margin-bottom: 0 !important;
	}

	#minilogo.marg16 {
		margin-bottom: 0 !important;
	}

	.marg48 {margin-bottom: 32px !important;}
	.marg36 {margin-bottom: 24px !important;}
	.marg24 {margin-bottom: 20px !important;}
	.marg16 {margin-bottom: 12px !important;}
}

</pre></body></html>