@charset "utf-8";
/* CSS Document */

body {
font-family: 'Open Sans', sans-serif;
/*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
/*font-family: Georgia, "Times New Roman", Times, serif;*/
/*background-color: #918b7f;*/
background: #7d796e url('/img/hessian_bg_225x225.jpg');
background-repeat: repeat;
color: #000000;
font-size: 20px;
}

#overlay {
	display: none;
	position: fixed;
	top: 0px
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6) url('img/working.svg') center center no-repeat;
	/*background-color: red;*/
	z-index: 100;
}

.sprited {
display: block;
background-image: url('/img/battlesteads_sprite.png');
background-repeat: no-repeat;
text-indent: -9999px;
}

.mwasprited {
display: block;
background-image: url('/img/generic_sprite.png');
background-repeat: no-repeat;
text-indent: -9999px;
}

.allcor {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.botcorn {
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.topcorn {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.rightcorn {
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invisible {
display: none;
}

.lazy {
  display: none;
}

.inline {
display: inline-block;
vertical-align: middle;
}

br.clear {
clear: both;
}

.customfont {
font-family: 'Roboto', sans-serif;
font-weight: 300;
}

.width960 {
	width: 960px;
	height: auto;
	margin: 0 auto;
}

.upper {
	text-transform:  uppercase;
}

.centre {
	text-align: center;
}

.smallprint {
	font-size: 55%;
}

.cream {
	color: #EFE8E0 !important;
}

.cream.red {
	color: red !important;
}

/*General Layout*/
.right {
	float: right;
}

.buttonpadding {
	padding-bottom: 45px !important;
}

header#headwrap {
	height: 110px;
}

article#mainlogo {
	float: left;
	width: 299px;
	height: 81px;
	margin: 10px 0 20px 14px;
}

article#widgets {
	position: relative;
	float: right;
	top: 0;
	width: 420px;
	height: 81px;
	margin: 10px 14px 20px 0;
}

article#weather {
	float: left;
	width: 185px;
	left: 0;
	top: 0;
}

div#weatherimg {
	float: left;
	width: 80px;
	top: 0;
	left: 0;
	margin: 20px 0 -20px 0;
}

div#weatherimg img {
	width: 80px;
}

div#weatherdesc {
	width: 130px;
	float: right;
	top: 0px;
	right: 0;
	margin-left: -30px;
	margin-top: 17px;
}

div#weatherdesc h2 {
	font-size: 70%;
	color: #ffffff;
	margin-bottom: 3px;
}

div#weatherdesc p {
	font-size: 60%;
	color: #ece8df;
	margin-bottom: 3px;
}

article#telephone {
	float: right;
	width: 200px;
	right: 0;
	top: 0;
	margin-top: 17px;
}

article#telephone h2 a {
	color: #EFE8E0;
}

article#telephone h2 a:hover, article#telephone h2 a:focus {
	color: #ffffff;
	text-decoration: none;
}

article#telephone h2 a:active {
	text-decoration: underline;
}

article#telephone p {
	color: #ffffff;
	font-size: 140%;
}

div#content {
	background-color: #ece8df;
	padding-bottom: 14px;
	color: #8b877c;
}

div.panelrow {
	margin: 0 14px 14px 14px;
	position: relative;
}

article#breadcrumbs {
	padding: 0 14px;
	background-color: #cec8bc;
	height:	27px;
}

div#sitebody {
	margin: 14px;
}

article#leftcol, div#leftcol {
	width: 223px;
	float: left;
}

article#righttrio, div#righttrio {
	width: 696px;
	float: right;
	top: 0;
}

#righttrio ul {
	font-size: 70%;
	line-height: 130%;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 14px;
	margin-left: 20px;
}

#righttrio ul ul {
	font-size: 100%;
	list-style-type: circle;
}

#righttrio ul ul ul {
	font-size: 100%;
	list-style-type: square;
}

#righttrio ul li {
	margin-bottom: 3px;
}

#righttrio ul.nostyle {
	list-style-type: none;
	margin-left: 0px;
}

#righttrio ul.nosize {
	font-size: inherit;
}

#righttrio ul.outside {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

#righttrio ul.outside li {
	margin-bottom: 7px;
}

.notnarrow {
	display: none;
}

.justnarrow {
	display: block;
}

.botright {
	position: absolute !important;
	right: 8px;
	bottom: 10px;
}

.botleft {
	position: absolute !important;
	left: 8px;
	bottom: 10px;
}

.homenewspanel {
	padding: 8px 50px;
	padding-bottom: 20px;
}

.homepanel {
	padding: 8px;
	width: 207px;
}

.offerpadding {
	padding-bottom: 40px;
}

.col1, .col2, .col3, .col4, .col23, .obsvpanel1, .obsvpanel2, .obsvpanel3 {
	position: absolute;
	top:0;
}

.col1, .col2, .col3, .col4, .obsvpanel1, .obsvpanel2, .obsvpanel3  {
	width: 207px;
}

.col12, .col34 {
	width: 459px;
}

.col23 {
	width: 450px;
	margin-left: 10px;
}

.col1, .col12, .obsvpanel1 {
	left: 0;
}

.col2, .col23, .obsvpanel2 {
	left: 236px;
}


.col3 {
	right: 236px;
}

.col4, .col34, .obsvpanel3 {
	right: 0;
}

.height242 {
	height: 242px;
}

.height242p {
	height: 226px;
}

.height282 {
	height: 282px;
}

.height282p {
	height: 266px;
}

.bannerwrap {
	background: #ece8df url('img/ripple.svg') center center no-repeat;
	width: 695px;
	height: 254px;
}

.bannerimg {
	width: 695px;
	height: 234px;
	margin-bottom: 20px;
}

#covidslider a img {
 display: block;
 width: 100%;
 height: auto;
 margin: 0;
 overflow: hidden;
}

#covid19 p a {
	background-color: #8d9569;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 5px 10px;
	color: #EFE8E0;
	display: block;	
	width: calc(100% - 20px);
}

#covid19 p a:hover, #covid19 p a:focus {
	background-color: #a3aa83;
	text-decoration: none;
	color: #ffffff;
}

.covidstep {
	width: 600px;
	margin: 0 auto 36px auto;
	margin-bottom: 24px;
}

.covidstep section {

}

.covidstepicon {
	width: 200px;
	top: 0;
	/*text-align: center;*/
}

.covidstepicon img, .covidstepicon svg {
	margin: 0 auto;
	display: block;
	margin: 40px;
	width: 120px;
	height: 120px;
	/*border: #000000 1px solid;*/
}

.covidsteptext {
	width: 400px;
	top: 0;
}

.covidsteptext div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	height: 200px;
}

.stepleft {
	float: left;
}

.stepright {
	float: right;
}

.covidsteptext.stepleft {
	text-align: right;
}

.questionblock {
	margin-bottom: 4px;
}

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

.questionblock h2::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(180deg);
	transition: 1s;
}

.questionblock.open h2::after {
	transform: rotate(0deg);
}


.questionblock h2:hover, .questionblock h2:focus, .questionblock.open h2 {
	cursor: pointer;
	background-color: #6f6b60;
	color: #ffffff;
}

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


#bodytext {
	margin-left: 10px;
}

#details {
	width: 450px;
	margin-left: 10px;
	float: left;
	top: 0;
}

#extras, #sidegallery {
	width: 223px;
	float: right;
	top:0;
}

.portraitimgwrap {
	background: #ece8df url('img/ripple.svg') center center no-repeat;
	width: 223px;
	height: 282px;	
}

#righttrio ul.select_panels {
	list-style-type: none;
	margin-right: -10px;
	font-size: inherit;
	margin-left: 0;
}

#righttrio ul.select_panels li {
	display: block;
	float: left;
	width: 208px;
	height: 250px;
	margin-right: 22px;
	margin-bottom: 20px;
}

a.selectimg {
	background: #ece8df url('img/ripple.svg') center center no-repeat;
	display: block;
	width: 188px;
	height: 188px;
	border: #cec8bc 10px solid;
}

a.selectimg:hover, a.selectimg:focus  {
	border-color: #958f81;
}

a.selectimg:active {
	border-color: #6f6b60;
}

a.paneltitle {
	display: table-cell;
	height: 38px;
	vertical-align: middle;
	width: 188px;
	padding: 2px 10px;
	text-align: center;
	font-size: 70%;
	line-height: 110%;
}

#righttrio ul.imggrid {
	width: 228px;
	list-style-type: none;
	margin-right: -5px;
	margin-left: 0;
}

#righttrio ul.imggrid li {
	float: left;
	width: 71px;
	height: 71px;
	padding: 0 4px 4px 0;
}

#righttrio ul.imggrid li a {
	display: block;
	height: 71px;
	width: 71px;
	text-indent: -9999px;
}

a.imgwrap {
	display: inline-block;
	z-index: 99;
}

a.offerimgwrap {
	width: 207px;
	height: 139px;
}

/*End General Layout*/

/*General Text*/
h1,h2,h3,h4,h4,h6,.headcol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	line-height: 110%;
	font-weight: normal;
}

h1.upper {
	/*font-variant: small-caps !important;*/
	text-transform: none;
}

a {
	color: #4f4c45;
}

.bodytext {
	color: #8b877c !important;
}

#bodytext section h1 {
	line-height: 130%;
}

.lighttext {
	color: #EFE8E0;
}

.point20 {
	font-size: 100%;
}

.point16 {
	font-size: 80%;
	}

.point13 {
	font-size: 65%;
	}

.upper {
	text-transform: uppercase;
}

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

a:active {
	color: #8b877c;
}

p, address {
	font-size: 70%;
	line-height: 130%;
	vertical-align: middle;
}

span.crossout {
	text-decoration: line-through;
}

span.discountflag {
	display: inline-block;
	padding: 4px 5px;
	background-color: red;
	color: white;
	border-radius: 3px;
	vertical-align: middle;
}

.marg14 {
	margin-bottom: 14px;
}

.marg7 {
	margin-bottom: 7px;
}

.blockhead {
	display: block;
	padding: 7px;
	background-color: #dcd8cf;
	margin-left: -7px;
}

section.cmsbody {
	font-size: 70%;
	line-height: 130%;
}

section.cmsbody.smallprint {
	font-size: 55%;
}

section.cmsbody.stronger {
	font-size: 75%;
}

section.cmsbody h1 {
	font-size: 130%;
	line-height: 130%;
}

section.cmsbody h2 {
	font-size: 120%;
	line-height: 130%;
}

section.cmsbody h3 {
	font-size: 110%;
	line-height: 130%;
}

section.cmsbody p {
	font-size: 100%;
	line-height: 130%;
	margin-bottom: 14px;
}

section.cmsbody.point20 p {
	font-size: 120%;
}

section.cmsbody b, section.cmsbody strong {
	font-weight: 600;
}

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

section.cmsbody.point18 {
	font-size: 90%;
}

section.cmsbody.point16 {
	font-size: 80%;
}

#righttrio section.cmsbody ul {
font-size: 100%;
}

hr {
	border: 0;
	background-color: #8b877c;
	color: #8b877c;
	height: 1px;
	border-color: #8b877c;
	margin: 10px 0;
}
/*End General Text*/

/* Tables */

table {
}

table tr td, table tr th {
	font-size: 65%;
}

table tr td.buttoncell {
	font-size: 100%;
}

table.eventarchive {
	width: 100%;
}

table.eventarchive tr {
}

table.eventarchive tr th, table.eventarchive tr td {
	padding: 8px;
	border-left: #ece8df 1px solid;
	vertical-align: middle;
}

table.eventarchive tr th {
	text-align: left;
}

table.eventarchive tr th.toprow {
	padding-bottom: 2px;
}

table.eventarchive tr td.bottomrow {
	padding-top: 2px;
}

table.eventarchive tr.shade th, table.eventarchive tr.shade td {
	background-color: #dcd8cf;
}


table.ordertable {
	margin: 10px;
	padding: 20px;
	color: #ece8df;
}

table.ordertable th, table.ordertable td {
	padding: 10px;
}



table.tickettable {
	width: 100%;
}

table.tickettable th,table.tickettable td {
	padding: 10px;
	vertical-align: middle;
	font-size: 75%;
	background-color: #e7e2d7;
	margin: 1px;
	border: #ece8df 4px solid;
}

table.tickettable th {
	text-align: left;
}

table.tickettable.twocol th {
	width: 50%
}

table.tickettable th.centre {
	text-align: center;
}


table.tickettable th span {
	font-weight: 400
}

table.tickettable td {
	text-align: center;
}

table.tickettable td.tickettotal {
	width: 120px;
}

table.tickettable td.ticketcount {
	width: 120px;
}

table.tickettable input {
	text-align: center;
	font-size: 100%;
	height: 24px;
}

table.tickettable input:disabled, table.tickettable button:disabled {
	background-color: lightgrey;
}

table.tickettable button:disabled:after {
	border-left-color: lightgrey !important;
}

table.tickettable button:disabled:hover, table.tickettable button:disabled:focus {
	color: #efe8e0;
	cursor: default;
}

span.soldout, span.lastfew, span.cancelled {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 5px;
	margin-left: 10px;
	font-size: 80%;
	vertical-align: middle;
	text-transform: uppercase;
	color: white;
	cursor: default;
}

span.soldout,span.cancelled {
	background-color: red;
}

span.lastfew {
	background-color: orange;
}

p#soldoutwarning {
	display: none;
	background-color: red;
	color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
}

p#soldoutwarning a {
	color: #efe8e0;
}

.errorblock {
	display: block;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	width: calc(100% - 20px);
}

#orderprogress {
	display: block;
	position: relative;
	width: 100%;
	height: 36px;
}

.ordprogsect {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 33%;
	margin: 0;
	font-size: 0;
	cursor: default;
	background: #cec8bc; /* Old browsers */
	background: -moz-linear-gradient(left, #cec8bc 0%, #ece8df 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #cec8bc 0%,#ece8df 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #cec8bc 0%,#ece8df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cec8bc', endColorstr='#ece8df',GradientType=1 ); /* IE6-9 */
}

.ordprogsect:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    /* border-width: 10px; */
    border: 18px solid transparent;
    border-left-width: 8px;
    border-left-color: #ece8df;
    top: 0px;
    right: -26px;
    z-index: 99;
}

.ordprogsect.active {
	color: #ffffff;
	background: #15296b; /* Old browsers */
	background: -moz-linear-gradient(left, #15296b 0%, #1E3B99 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #15296b 0%,#1E3B99 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #15296b 0%,#1E3B99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ordprogsect.active:after {
    border-left-color: #1E3B99;
}

.ordprogsect span {
	font-size: 16px;
	padding: 0 24px;
}

#orderselect {
	-webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;	
}

#orderselect span {
	padding: 0 16px;	
}

.voucherblock {
	background-color: #ffffff;
	padding: 14px;
	/*display: inline-block;*/
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}

table.vouchersummary {
	width: 100%
}

table.vouchersummary tr th, table.vouchersummary tr td {
	font-size: 14px;
	text-align: left;
	padding: 4px 8px;
}

table.vouchersummary tr.highlighted {
	background-color: #f0f0f0;
}

table.vouchersummary tr th {
	width: 30%;
}

/*Forms*/

	/*padding: 2px 0;*/
/*}*/

input {
	background-color: #ffffff;
	border-radius: 3px;
	border: #dfdbd3 1px solid;
	padding: 3px 4px;
	height: 16px;
}

form.paypal input {
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

select {
	padding-left: 3px;
	border: #fff 1px solid;
}

.voucherform {
	display: none;
}

form.contactform div {
	margin-bottom: 14px;
}

form.contactform label {
	display: block;
	padding: 3px 0;
	font-size: 65%;
}

form.contactform label.inline {
	display: inline-block;
	padding: 3px 0;
	font-size: 65%;
	width: 210px;
}

form.contactform label.error {
	display: inline-block;
	font-size: 65%;
	padding: 2px 5px;
}

form.contactform input, form.contactform textarea {
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
    border: #dfdbd3 1px solid;
    /*border: #ffffff 1px solid;*/
	color: #4f4c45;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c1c1c1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c1c1c1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #c1c1c1;
}


form#newsletterform input {
	background-color: #ece8df;
}

form.contactform input {
	height: 16px;
	width: 250px;
}

form.contactform input.signupbut {
	height: 26px;
	width: auto;
}

form.contactform input#newsletter {
	text-align: left;
	width: 20px;
}

form.contactform textarea {
	height: 200px;
	width: 500px;
}

form.contactform input.optional, form.contactform textarea.optional {
	background-color: #dfdbd3;
	border: #dfdbd3 1px solid;
}

form.contactform input.error, form.contactform textarea.error, form#newsletterform input.error {
	border: #7e90a0 1px solid;
	background-color: #d0e3ed;
}

div.formconfirm {
	width: 512px;
}

form.contactform input.send {
	width: 123px;
	height: 23px;
	float: right;
	top: 0;
	border: none;
	background-color: transparent;
	background-position: -477px -425px;
}


form.contactform input.send:hover,form.contactform input.send:focus {
	background-position: -477px -452px;
	cursor: pointer;
}

form.contactform input.send:active {
	background-position: -477px -479px;
}


/*End Forms*/ 


/* Header */
.battlesteadslogo:hover g path {
	fill: #ffffff;
}


/*End Header*/

/*Navigation*/
nav#mainnav {
	height: 46px;
	padding: 0px;
	font-size: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

nav#mainnav section {
	position: absolute;
	display: block;
	/*display: inline-block;*/
	text-align: center;
	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;
	margin: 0;	
	/*font-size: 13px;*/
	font-size: 12px;
	height: 46px;
}

nav#mainnav section#hotelnav {
	width: 726px;
	background-color: #6f6b60;
	padding: 0 8px;
	left: 0;
}

nav#mainnav section#eventsnav {
	width: 120px;
	background-color: #7e90a0;
	margin: 0 4px;
	left: 742px;
}

nav#mainnav section#obsnav {
	width: 90px;
	background-color: #0c183e;
	right: 0;
}

nav#mainnav a {
	display: inline-block;
	height: 46px;
	background-repeat: no-repeat;
	color: #e4dfd4;
	line-height: 120%;
	padding: 0 10px;
	text-align: center;
	position: relative;
}

nav#mainnav a span {
	display: table-cell;
	height: 46px;
	vertical-align: middle;
}

nav#mainnav a:hover, nav#mainnav a:focus {
	text-decoration: none;
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);	
}

nav#mainnav a:active, nav#mainnav a.active {
	color: #ffffff;
}

nav#mainnav a:active:after, nav#mainnav a.active:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	/*border-width: 10px;*/
	border: 8px solid transparent;
	border-bottom-width: 4px;
    border-bottom-color: #cec8bc;
	bottom: 0px;
	left: 50%;
	margin-left: -8px;
}
/*End Navigation*/

/*Breadcrumbs*/
p.breadcrumbs {
	line-height: 27px;
	color: #4f4c45;
}

p.breadcrumbs span, p.breadcrumbs a {
	color: #8b877c;
}

p.breadcrumbs a:hover, p.breadcrumbs a:focus {
	color: #4f4c45;
	text-decoration: none;
}

p.breadcrumbs a:active {
	color: #ffffff;
}
/*End Breadcrumbs*/


/*LeftNav*/
article.leftnav, article.newsnav {
	width: 207px;
	padding: 8px;
}

article.leftnav h2, article.leftnav h3, article.leftnav a {
	color: #efe8e0;
}

article.leftnav a, article.newsnav nav a {
	font-size: 60%;
	display: block;
	padding-left: 20px;
	margin: 2px 0;
	height: 24px;
	line-height: 24px;
	/*background-image: url('/img/battlesteads_sprite.png');*/
	/*background-repeat: no-repeat;*/
	position: relative;
}

.leftnav a:before, article.newsnav nav a:before {
	position: absolute;
	display: block;
    content: "";
    width: 8px;
    height: 24px;
    /* border-width: 10px; */
    background-color: #cec8bc;
    top: 0px;
    left: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;    
}

.leftnav a:after, article.newsnav nav a:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    /* border-width: 10px; */
    border: 12px solid transparent;
    border-left-width: 6px;
    border-left-color: #cec8bc;
    top: 0px;
    left: 8px;
}

article.leftnav a:active:before, article.leftnav a.active:before, article.leftnav a:active:after, article.leftnav a.active:after, 
article.newsnav nav a:active:before, article.newsnav nav a.active:before, article.newsnav nav a:active:after, article.newsnav nav a.active:after {
	display: none;
}

article.leftnav a:hover, article.leftnav a:focus, article.newsnav nav a:hover, article.newsnav nav a:focus {
	text-decoration: none;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.15s;
}

article.leftnav a:active, article.leftnav a.active, article.newsnav nav a:active, article.newsnav nav a.active {
	background-image: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff !important;
}


/*LeftNav*/
/*article.leftnav {
	width: 207px;
	padding: 8px;
}

article.leftnav h1, article.leftnav h2, ul.vertnav li a {
	color: #efe8e0;
}

ul.vertnav li a {
	font-size: 60%;
	display: block;
	padding-left: 20px;
	margin: 2px 0;
	height: 24px;
	line-height: 24px;
	position: relative;
}

ul.vertnav li a:before {
	position: absolute;
	display: block;
    content: "";
    width: 8px;
    height: 24px;
    background-color: #cec8bc;
    top: 0px;
    left: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;    
}

ul.vertnav li a:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left-width: 6px;
    border-left-color: #cec8bc;
    top: 0px;
    left: 8px;
}

ul.vertnav li a:active:before, ul.vertnav li a.active:before, ul.vertnav li a:active:after, ul.vertnav li a.active:after {
	display: none;
}

ul.vertnav li a:hover, ul.vertnav li a:focus{
	text-decoration: none;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.15s;
}

ul.vertnav li a:active, ul.vertnav li a.active{
	background-image: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
}


*/
/*ul.iconkey li {
	font-size: 60%;
	color: #EFE8E0;
	display: block;
	padding-left: 20px;
	margin: 2px 0;
	height: 23px;
	line-height: 23px;
	background-image: url('/img/battlesteads_sprite.png');
	background-repeat: no-repeat;
}

ul.iconkey li.accessibleicon {
	background-position: -989px -711px;
}

ul.iconkey li.dogicon {
	background-position: -989px -656px;
}
*//*End LeftNav*/

/*Footer*/
div#ta_awards {
	margin-bottom: -75px;
	z-index: 100;
}

footer {
	background-color: #69665d;
	background: #7d796e url('/img/hessian_bg_dark_225x225.jpg');
	background-repeat: repeat;
	color: #aca391;
	width: 100%;
	padding: 100px 0 50px 0;
}

footer a {
	color: #dcd8cf;
}

div#narrowfooter {
}

article#footcontact {
	padding-left: 14px;
	margin-bottom: 40px;
}

article#footlegal {
	float: left;
	width: 700px;
	padding-left: 14px;
	height: 30px;
	line-height: 30px;
}

article#footlegal p {
	line-height: 30px;
}

a.socialsmall {
	width: 17px;
	height: 17px;
	background-position: 0 0;
	margin-right: 3px;
	vertical-align: bottom;

}

a#facebooksmall {
	background-position: -498px -179px;
}

a#facebooksmall:hover, a#facebooksmall:focus {
	background-position: -519px -179px;
}

a#facebooksmall:active {
	background-position: -540px -179px;
}

a#twittersmall {
	background-position: -498px -200px;
}

a#twittersmall:hover, a#twittersmall:focus {
	background-position: -519px -200px;
}

a#twittersmall:active {
	background-position: -540px -200px;
}

a#rsssmall {
	background-position: -498px -55px;
}

a#rsssmall:hover, a#rsssmall:focus {
	background-position: -519px -55px;
}

a#rsssmall:active {
	background-position: -540px -55px;
}

a#googleplussmall {
	background-position: -498px -222px;
}

a#googleplussmall:hover, a#googleplussmall:focus {
	background-position: -519px -222px;
}

a#googleplussmall:active {
	background-position: -540px -222px;
}



article#footdev {
	float: right;
	width: 130px;
	padding-right: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: right;
}

article#footdev a:hover, article#footdev a:focus {
	text-decoration: none;
}

#arglogo, #uberlogo {
	height: 30px;
	margin: 0 3px;
}

#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;
}



a#mwalink {
	height: 14px;
	width: 108px;
	background-position: -944px -18px;
}

a#mwalink:hover, a#mwalink:focus {
	background-position: -944px -36px;
}

a#mwalink:active {
	background-position: -944px -0px;
}

/*End Footer*/



/*Home Body*/
article#bookaroom {
	margin-bottom: 14px;
}

article#bookaroom label {
	color: #efe8e0;
	font-size: 70%;
}

label.barleft {
	display: block;
	float: left;
	vertical-align: middle;
	width: 128px;
	line-height: 24px;
	font-size: 60%;
}

input.barright, select.barright {
	float: right;
	max-width: 70px;
}

input.availability {
	background-color: transparent;
	width: 160px;
	height: 23px;
	background-position: 0 -344px; 
}

input.availability:hover, input.availability:focus{
	background-position: 0px -371px;
	cursor: pointer;
}

input.availability:active {
	background-position: 0px -398px;
}

#newsletterform {
	margin-bottom: 14px;
}

a.sociallarge {
	width: 34px;
	height: 34px;
	margin: 0 3px;
}

#obssocial {
	background-color: #ffffff;
	padding: 8px;
	width: 207px;
}

a.obssocial {
	width: 34px;
	height: 34px;
	margin: 0 1px;
}

a#facebookbig {
	background-position: -498px -103px;
}

a#facebookbig:hover, a#facebookbig:focus {
	background-position: -536px -103px;
}

a#facebookbig:active {
	background-position: -574px -103px;
}

a#twitterbig {
	background-position: -498px -141px;
}

a#twitterbig:hover, a#twitterbig:focus {
	background-position: -536px -141px;
}

a#twitterbig:active {
	background-position: -574px -141px;
}

a#googleplusbig {
	background-position: -498px -242px;
}

a#googleplusbig:hover, a#googleplusbig:focus {
	background-position: -536px -242px;
}

a#googleplusbig:active {
	background-position: -574px -242px;
}

a#rssbig {
	background-position: -498px -280px;
}

a#rssbig:hover, a#rssbig:focus {
	background-position: -536px -280px;
}

a#rssbig:active {
	background-position: -574px -280px;
}


article.homepanel {
}

article.homepanel h1, article#bookaroom h1 {
	color: #efe8e0;
}

article.homepanel h1 a, article.homepanel h2 a {
	color: #efe8e0;
}

article.homepanel img {
	margin-bottom: 10px;
}

article.homepanel p {
	color: #ffffff;
}

.panelimgwrap {
	background: #ece8df url('img/ripple.svg') center center no-repeat;
	width: 207px;
	height: 139px;
	margin-bottom: 8px;
}

div.addthis_toolbox {
	width: 160px;
	margin: 0 auto;
}

a#morenews {
	width: 163px;
	height: 23px;
	background-position: -122px -425px;
}

a#morenews {
	background-position: -122px -425px;
}

a#morenews:hover, a#morenews:focus {
	background-position: -122px -452px;
}

a#morenews:active {
	background-position: -122px -479px;
}

a.fom {
	width: 128px;
	height: 23px;
}

.button, button, form#newsletterform.contactform input.signupbut {
	display: inline-block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	background-color: #958f81;
	color: #efe8e0;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-size: 70%;
	text-transform: uppercase;
	margin-right: 6px;
	letter-spacing: .1px;
	position: relative;
	border-width: 0;
	cursor: pointer;
	vertical-align: bottom;
}

button.icon {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;	
	background-color: transparent;
	color: inherit;
	height: auto;
	line-height: 100%;
	padding: 0px;
	font-size: inherit;
	text-transform: none;
	margin: 0 10px;
	letter-spacing: inherit;
}

button.icon:after {
	display: none;
}

span.button {
	cursor: pointer;
}

.button:after, button:after, span.button:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	/*border-width: 10px;*/
	border: 12px solid transparent;
	border-left-width: 6px;
    border-left-color: #958f81;
	top: 0px;
	left: auto;
	right: -18px !important;
	cursor: pointer;
}

.button:hover, .button:focus, button:hover, button:focus, form#newsletterform.contactform input.signupbut:hover, form#newsletterform.contactform input.signupbut:focus {
	color: #ffffff;
	text-decoration: none;
}

.button:active, button:active, form#newsletterform.contactform input.signupbut:active {
	background-color: #b3ac9b;
}

.voucherrow {
	display: none;
}

button.stripe-button-el {
/*overflow: hidden; */
     display: inline-block !important; 
    /* visibility: visible !important; */
    /* background-image: -webkit-linear-gradient(#28a0e5,#015e94); */
    background-image: none !important;
/*    background-image: -ms-linear-gradient(#28a0e5,#015e94);
    background-image: -o-linear-gradient(#28a0e5,#015e94);
     background-image: -webkit-linear-gradient(#28a0e5,#015e94); 
    background-image: -moz-linear-gradient(#28a0e5,#015e94);
    background-image: -ms-linear-gradient(#28a0e5,#015e94);
    background-image: -o-linear-gradient(#28a0e5,#015e94);
    background-image: linear-gradient(#28a0e5,#015e94); 
*/     -webkit-font-smoothing: antialiased; 
     border: 0; 
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
     /*text-decoration: none; */
     -webkit-border-radius: none; 
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
     border-radius: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    /* box-shadow: 0 1px 0 rgba(0,0,0,0.2); */
    /*-webkit-touch-callout: none;*/
    /* -webkit-tap-highlight-color: transparent; */
    /* -webkit-user-select: none; */
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*-o-user-select: none;*/
     /*user-select: none; */
    /*cursor: pointer;*/
	display: inline-block;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	background-color: #958f81;
	color: #efe8e0;
	height: 24px !important;
	line-height: 24px !important;
	padding: 0 10px !important;
	font-size: 70% !important;
	text-transform: uppercase;
	margin-right: 6px !important;
	letter-spacing: .1px !important;
	position: relative;
	border-width: 0;
	cursor: pointer;
	vertical-align: bottom;
}

button.stripe-button-el:hover, button.stripe-button-el:focus {
	color: #ffffff;
}

form.obsstripe button.stripe-button-el {
    background-color: #15296b;
}


.stripe-button-el span {
    display: inline-block !important;
    position: relative;
    padding: 0 !important;
    height: inherit !important;
    min-height: inherit !important;
    line-height: 100% !important;
    background: transparent !important;
    background-image: none !important;
/*    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
    background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
*/    font-size: inherit !important;
    color: inherit !important;
    font-weight: normal !important;
    font-family: inherit !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

button.leftbutton {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	margin-left: 6px;
	margin-right: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

button.leftbutton:after {
	display: none;
}

button.leftbutton:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	/*border-width: 10px;*/
	border: 12px solid transparent;
	border-right-width: 6px;
    border-right-color: #958f81;
	top: 0px;
	left: -18px;
}

span.plusminus {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	font-size: 120%;
}

span.plusminus:hover, span.plusminus:focus {
	cursor: pointer;
}

span.plusminus:after {
	display: none;
}

.button.soldout {
	background-color: #a50000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 0px;
}

.button.soldout:hover,.button.soldout:focus,.button.soldout:active {
	cursor: default;
	color: #efe8e0;
}

.button.soldout:after {
	display: none;
}

#cboxClose {
    background-color: transparent !important;
}

.button:active:after, button:active:active {
    border-left-color: #b3ac9b;
}

.button.largebutton, button.largbutton {
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	font-size: 100%;
	margin-right: 10px;
}

.button.largebutton:after, button.largebutton:after {
	border-width: 15px;
	border-left-width: 10px;
	right: -25px !important;
}

span.button {
	/*cursor: initial;*/
}

.offerbutton {
	background-color: #c0b07e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
    margin-right: 0px;
    text-align: center;
}
.offerbutton:active {background-color: #9f8f5f;}
.offerbutton:after {
	display: none;
}

.bgdarkbrown {background-color: #6f6b60;}
.darkbrownbutton, .darkbrownnav a:before, .darkbrownnav a:hover {background-color: #958f81;}
.darkbrownbutton:after, .darkbrownnav a:after {border-left-color: #958f81;}
.darkbrownbutton:active, .darkbrownnav a:focus, .darkbrownnav a.active {background-color: #a9a292;}
.darkbrownbutton:active:after {border-left-color: #a9a292;}

.bglightbrown {background-color: #aaa391;}
.lightbrownbutton, .lightbrownnav a:before, .lightbrownnav a:hover {background-color: #c0baab;}
.lightbrownbutton:after, .lightbrownnav a:after {border-left-color: #c0baab;}
.lightbrownbutton:active, .lightbrownnav a:focus, .lightbrownnav a.active {background-color: #c0baab;}
.lightbrownbutton:active:after {border-left-color: #c0baab;}

.bgpurplered {background-color: #958181;}
.purpleredbutton, .purplerednav a:before, .purplerednav a:hover {background-color: #b29e9f;}
.purpleredbutton:after, .purplerednav a:after {border-left-color: #b29e9f;}
.purpleredbutton:active, .purplerednav a:focus, .purplerednav a.active {background-color: #c6b2b2;}
.purpleredbutton:active:after {border-left-color: #c6b2b2;}

.bgteal {background-color: #81958d;}
.tealbutton, .tealnav a:before, .tealnav a:hover {background-color: #a2b5ae;}
.tealbutton:after, .tealnav a:after {border-left-color: #a2b5ae;}
.tealbutton:active, .tealnav a:focus, .tealnav a.active {background-color: #b7cac3;}
.tealbutton:active:after {border-left-color: #b7cac3;}
 
.bgpurple {background-color: #938195;}
.purplebutton, .purplenav a:before, .purplenav a:hover {background-color: #ac9bae;}
.purplebutton:after, .purplenav a:after {border-left-color: #ac9bae;}
.purplebutton:active, .purplenav a:focus, .purplenav a.active {background-color: #c1afc3;}
.purplebutton:active:after {border-left-color: #c1afc3;}

.bggreen {background-color: #8d9569;}
.greenbutton, .greennav a:before, .greennav a:hover {background-color: #a3aa83;}
.greenbutton:after, .greennav a:after {border-left-color: #a3aa83;}
.greenbutton:active, .greennav a:focus, .greennav a.active {background-color: #b8bf95;}
.greenbutton:active:after {border-left-color: #b8bf95;}

.bgcovid {background-color: #8d9569;}
.covidbutton, .covidnav a:before, .covidnav a:hover {background-color: #a3aa83;}
.covidbutton:after, .covidnav a:after {border-left-color: #a3aa83;}
.covidbutton:active, .covidnav a:focus, .covidnav a.active {background-color: #b8bf95;}
.covidbutton:active:after {border-left-color: #b8bf95;}

.bggold {background-color: #9f8f5f;}
.goldbutton, .goldnav a:before, .goldnav a:hover {background-color: #c0b07e;}
.goldbutton:after, .goldnav a:after {border-left-color: #c0b07e;}
.goldbutton:active, .goldnav a:focus, .goldnav a.active {background-color: #d4c58f;}
.goldbutton:active:after {border-left-color: #d4c58f;}

.bgblue {background-color: #7e90a0;}
.bluebutton, .bluenav a:before, .bluenav a:hover {background-color: #869aab;}
.bluebutton:after, .bluenav a:after {border-left-color: #869aab;}
.bluebutton:active, .bluenav a:focus, .bluenav a.active {background-color: #98aec0;}
.bluebutton:active:after {border-left-color: #98aec0;}

.bgred {background-color: #a47b75;}
.redbutton, .rednav a:before, .rednav a:hover {background-color: #b48781;}
.redbutton:after,span.redbutton:after, .rednav a:after {border-left-color: #b48781;}
.redbutton:active, .rednav a:focus, .rednav a.active {background-color: #c5958e;}
.redbutton:active:after {border-left-color: #c5958e;}


.bgsageexp {background-color: #bbbfa6;}
.sageexpbutton, .sageexpnav a:before, .sageexpnav a:hover {background-color: #c8cbb8;}
.sageexpbutton:after, .sageexpnav a:after {border-left-color: #c8cbb8;}
.sageexpbutton:active, .sageexpnav a:focus, .sageexpnav a.active {background-color: #dcdecd;}
.sageexpbutton:active:after {border-left-color: #dcdecd;}

.bgbeigeexp {background-color: #bfb8a6;}
.beigeexpbutton, .beigeexpnav a:before, .beigeexpnav a:hover {background-color: #cac7b8;}
.beigeexpbutton:after, .beigeexpnav a:after {border-left-color: #cac7b8;}
.beigeexpbutton:active, .beigeexpnav a:focus, .beigeexpnav a.active {background-color: #dfdacd;}
.beigeexpbutton:active:after {border-left-color: #dfdacd;}

.bggreenexp {background-color: #a6bfac;}
.greenexpbutton, .greenexpnav a:before, .greenexpnav a:hover {background-color: #b7ccbd;}
.greenexpbutton:after, .greenexpnav a:after {border-left-color: #b7ccbd;}
.greenexpbutton:active, .greenexpnav a:focus, .greenexpnav a.active {background-color: #ccdfd2;}
.greenexpbutton:active:after {border-left-color: #ccdfd2;}

.bgblueexp {background-color: #a6bec0;}
.blueexpbutton, .blueexpnav a:before, .blueexpnav a:hover {background-color: #b7cbcc;}
.blueexpbutton:after, .blueexpnav a:after {border-left-color: #b7cbcc;}
.blueexpbutton:active, .blueexpnav a:focus, .blueexpnav a.active {background-color: #ccdedf;}
.blueexpbutton:active:after {border-left-color: #ccdedf;}

.bgredexp {background-color: #c0a6a7;}
.redexpbutton, .redexpnav a:before, .redexpnav a:hover {background-color: #ccb8b9;}
.redexpbutton:after, .redexpnav a:after {border-left-color: #ccb8b9;}
.redexpbutton:active, .redexpnav a:focus, .redexpnav a.active {background-color: #dfcdce;}
.redexpbutton:active:after {border-left-color: #dfcdce;}

.bgpurpleexp {background-color: #bfa6b9;}
.purpleexpbutton, .purpleexpnav a:before, .purpleexpnav a:hover {background-color: #cdb8c7;}
.purpleexpbutton:after, .purpleexpnav a:after {border-left-color: #cdb8c7;}
.purpleexpbutton:active, .purpleexpnav a:focus, .purpleexpnav a.active {background-color: #e0cddb;}
.purpleexpbutton:active:after {border-left-color: #e0cddb;}

.bglavenderexp {background-color: #a6adbf;}
.lavenderexpbutton, .lavenderexpnav a:before, .lavenderexpnav a:hover {background-color: #b7bdcb;}
.lavenderexpbutton:after, .lavenderexpnav a:after {border-left-color: #b7bdcb;}
.lavenderexpbutton:active, .lavenderexpnav a:focus, .lavenderexpnav a.active {background-color: #ccd2de;}
.lavenderexpbutton:active:after {border-left-color: #ccd2de;}

.bglightgoldexp {background-color: #c9c69d;}
.lightgoldexpbutton, .lightgoldexpnav a:before, .lightgoldexpnav a:hover {background-color: #d4d1b0;}
.lightgoldexpbutton:after, .lightgoldexpnav a:after {border-left-color: #d4d1b0;}
.lightgoldexpbutton:active, .lightgoldexpnav a:focus, .lightgoldexpnav a.active {background-color: #e5e3c5;}
.lightgoldexpbutton:active:after {border-left-color: #e5e3c5;}

.bggreyexp {background-color: #afb5b3;}
.greyexpbutton, .greyexpnav a:before, .greyexpnav a:hover {background-color: #bfc3c2;}
.greyexpbutton:after, .greyexpnav a:after {border-left-color: #bfc3c2;}
.greyexpbutton:active, .greyexpnav a:focus, .greyexpnav a.active {background-color: #d4d7d6;}
.greyexpbutton:active:after {border-left-color: #d4d7d6;}

.bgmidnightblueobs, .bgmidnightblue {background-color: #0c183e;}
.midnightblueobsbutton, .midnightblueobsnav a:before, .midnightblueobsnav a:hover {background-color: #15296b;}
.midnightblueobsbutton:after, .midnightblueobsnav a:after {border-left-color: #15296b !important;}
.midnightblueobsbutton.leftbutton:before, .midnightblueobsnav a:before {border-right-color: #15296b;}
.midnightblueobsbutton:active, .midnightblueobsnav a:focus, .midnightblueobsnav a.active {background-color: #1e3c9d;}
.midnightblueobsbutton:active:after {border-left-color: #1e3c9d;}
.midnightblueobsbutton.leftbutton:active:before {border-right-color: #1e3c9d;}

.bgmidnightpurpleobs, .bgmidnightpurple {background-color: #570e43;}
.midnightpurpleobsbutton, .midnightpurpleobsnav a:before, .midnightpurpleobsnav a:hover {background-color: #921871;}
.midnightpurpleobsbutton:after, .midnightpurpleobsnav a:after {border-left-color: #921871;}
.midnightpurpleobsbutton:active, .midnightpurpleobsnav a:focus, .midnightpurpleobsnav a.active {background-color: #450b35;}
.midnightpurpleobsbutton:active:after {border-left-color: #450b35;}

.bgmidnighttealobs, .bgmidnightteal {background-color: #0c3e57;}
.midnighttealobsbutton, .midnighttealobsnav a:before, .midnighttealobsnav a:hover {background-color: #166993;}
.midnighttealobsbutton:after, .midnighttealobsnav a:after {border-left-color: #166993;}
.midnighttealobsbutton:active, .midnighttealobsnav a:focus, .midnighttealobsnav a.active {background-color: #0e445f;}
.midnighttealobsbutton:active:after {border-left-color: #0e445f;}

.bgobsturquoise {background-color: #016078;}
.bgobsturquoise a.eventlink {background-color: #058eb2;}

.bgobsgrey {background-color: #3a3a39;}
.bgobsgrey a.eventlink {background-color: #6f6f6d;}

.bgobsgreen {background-color: #4c8275;}
.bgobsgreen a.eventlink {background-color: #62a796;}

.bgobspink {background-color: #6a5878;}
.bgobspink a.eventlink {background-color: #9b80af;}

.bgobsblue {background-color: #003c73;}
.bgobsblue a.eventlink {background-color: #005baf;}

.bgobspurple {background-color: #4a4e73;}
.bgobspurple a.eventlink {background-color: #696fa3;}

.bgobsmaroon {background-color: #513547;}
.bgobsmaroon a.eventlink {background-color: #7b506c;}

.bgobsbrown {background-color: #54362a;}
.bgobsbrown a.eventlink {background-color: #825441;}

.bgobsred {background-color: #54191e;}
.bgobsred a.eventlink {background-color: #84272f;}

.bgobsyellow {background-color: #e5a203;}
.bgobsyellow a.eventlink {background-color: #efc86b;}

.bgobsspecial {background-color: #000000;}
.bgobsspecial a.eventlink {background-color: #4b4b4b;}




















.yellowbutton {background-color: #c0b07e;}
.yellowbutton:after {border-left-color: #c0b07e;}
.yellowbutton:active {background-color: #d4c58f;}
.yellowbutton:active:after {border-left-color: #d4c58f;}


.obsbuttonturquoise {background-color: #058eb2;}
.obsbuttonturquoise:after {border-left-color: #058eb2;}
.obsbuttonturquoise:hover,.obsbuttonturquoise:focus {background-color: #0582a3;}
.obsbuttonturquoise:hover:after,.obsbuttonturquoise:focus:after {border-left-color: #0582a3;}
.obsbuttonturquoise:active {background-color: #06a4cd;}
.obsbuttonturquoise:active:after {border-left-color: #06a4cd;}

.obsbuttongrey {background-color: #6f6f6d;}
.obsbuttongrey:after {border-left-color: #6f6f6d;}
.obsbuttongrey:hover,.obsbuttongrey:focus {background-color: #61615f;}
.obsbuttongrey:hover:after,.obsbuttongrey:focus:after {border-left-color: #61615f;}
.obsbuttongrey:active {background-color: #898987;}
.obsbuttongrey:active:after {border-left-color: #898987;}

.obsbuttongreen {background-color: #62a796;}
.obsbuttongreen:after {border-left-color: #62a796;}
.obsbuttongreen:hover,.obsbuttongreen:focus {background-color: #599788;}
.obsbuttongreen:hover:after,.obsbuttongreen:focus:after {border-left-color: #599788;}
.obsbuttongreen:active {background-color: #599788;}
.obsbuttongreen:active:after {border-left-color: #599788;}

.obsbuttonpink {background-color: #9b80af;}
.obsbuttonpink:after {border-left-color: #9b80af;}
.obsbuttonpink:hover,.obsbuttonpink:focus {background-color: #9b80af;}
.obsbuttonpink:hover:after,.obsbuttonpink:focus:after {border-left-color: #9b80af;}
.obsbuttonpink:active {background-color: #b092c7;}
.obsbuttonpink:active:after {border-left-color: #b092c7;}

.obsbuttonblue {background-color: #005baf;}
.obsbuttonblue:after {border-left-color: #005baf;}
.obsbuttonblue:hover,.obsbuttonblue:focus {background-color: #00519b;}
.obsbuttonblue:hover:after,.obsbuttonblue:focus:after {border-left-color: #00519b;}
.obsbuttonblue:active {background-color: #006ccf;}
.obsbuttonblue:active:after {border-left-color: #006ccf;}

.obsbuttonpurple {background-color: #696fa3;}
.obsbuttonpurple:after {border-left-color: #696fa3;}
.obsbuttonpurple:hover,.obsbuttonpurple:focus {background-color: #5b608d;}
.obsbuttonpurple:hover:after,.obsbuttonpurple:focus:after {border-left-color: #5b608d;}
.obsbuttonpurple:active {background-color: #767db7;}
.obsbuttonpurple:active:after {border-left-color: #767db7;}

.obsbuttonmaroon {background-color: #7b506c;}
.obsbuttonmaroon:after {border-left-color: #7b506c;}
.obsbuttonmaroon:hover,.obsbuttonmaroon:focus {background-color: #6d4760;}
.obsbuttonmaroon:hover:after,.obsbuttonmaroon:focus:after {border-left-color: #6d4760;}
.obsbuttonmaroon:active {background-color: #925f80;}
.obsbuttonmaroon:active:after {border-left-color: #925f80;}

.obsbuttonbrown {background-color: #825441;}
.obsbuttonbrown:after {border-left-color: #825441;}
.obsbuttonbrown:hover,.obsbuttonbrown:focus {background-color: #6b4536;}
.obsbuttonbrown:hover:after,.obsbuttonbrown:focus:after {border-left-color: #6b4536;}
.obsbuttonbrown:active {background-color: #9d654f;}
.obsbuttonbrown:active:after {border-left-color: #9d654f;}

.obsbuttonred {background-color: #84272f;}
.obsbuttonred:after {border-left-color: #84272f;}
.obsbuttonred:hover,.obsbuttonred:focus {background-color: #712128;}
.obsbuttonred:hover:after,.obsbuttonred:focus:after {border-left-color: #712128;}
.obsbuttonred:active {background-color: #9c2e38;}
.obsbuttonred:active:after {border-left-color: #9c2e38;}

.obsbuttonyellow {background-color: #e5a203;}
.obsbuttonyellow:after {border-left-color: #e5a203;}
.obsbuttonyellow:hover,.obsbuttonyellow:focus {background-color: #b27e02;}
.obsbuttonyellow:hover:after,.obsbuttonyellow:focus:after {border-left-color: #b27e02;}
.obsbuttonyellow:active {background-color: #fdc33b;}
.obsbuttonyellow:active:after {border-left-color: #fdc33b;}

.obsbuttonmidblue {background-color: #18307d;}
.obsbuttonmidblue:after {border-left-color: #18307d;}
.obsbuttonmidblue:hover,.obsbuttonmidblue:focus {background-color: #15296b;}
.obsbuttonmidblue:hover:after,.obsbuttonmidblue:focus:after {border-left-color: #15296b;}
.obsbuttonmidblue:active {background-color: #1e3c9d;}
.obsbuttonmidblue:active:after {border-left-color: #1e3c9d;}

.obsbuttonmidpurple {background-color: #801563;}
.obsbuttonmidpurple:after {border-left-color: #801563;}
.obsbuttonmidpurple:hover,.obsbuttonmidpurple:focus {background-color: #450b35;}
.obsbuttonmidpurple:hover:after,.obsbuttonmidpurple:focus:after {border-left-color: #450b35;}
.obsbuttonmidpurple:active {background-color: #921871;}
.obsbuttonmidpurple:active:after {border-left-color: #921871;}

.obsbuttonmidteal {background-color: #135b7f;}
.obsbuttonmidteal:after {border-left-color: #135b7f;}
.obsbuttonmidteal:hover,.obsbuttonmidteal:focus {background-color: #0e445f;}
.obsbuttonmidteal:hover:after,.obsbuttonmidteal:focus:after {border-left-color: #0e445f;}
.obsbuttonmidteal:active {background-color: #166993;}
.obsbuttonmidteal:active:after {border-left-color: #166993;}

.obsbutton {background-color: #0c183e;}
.obsbutton:after {border-left-color: #0c183e;}
.obsbutton:hover,.obsbutton:focus {background-color: #070e24;}
.obsbutton:hover:after,.obsbutton:focus:after {border-left-color: #070e24;}
.obsbutton:active {background-color: #112257;}
.obsbutton:active:after {border-left-color: #112257;}

.obsbuttonspecial {background-color: #444443;}
.obsbuttonspecial:after {border-left-color: #444443;}
.obsbuttonspecial:hover,.obsbuttonspecial:focus {background-color: #383837;}
.obsbuttonspecial:hover:after,.obsbuttonspecial:focus:after {border-left-color: #383837;}
.obsbuttonspecial:active {background-color: #656564;}
.obsbuttonspecial:active:after {border-left-color: #656564;}

.midbutton, .obssoldout {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 0;
}

.obssoldout {
	background-color: #a50000;
}

.obssoldout:hover,.obssoldout:focus,.obssoldout:active {
	color: #efe8e0;
}
.midbutton:after, .obssoldout:after {
	display: none;
}

.eventcell a.midbutton {
	display: block;
    font-size: 65%;
    text-align: center;
    padding: 4px;
    font-variant: small-caps;
    text-transform: none;
    letter-spacing: 0px;
    height: auto;
    line-height: 100%;
}

a.readmore {
	margin-top: 10px;
	height: 23px;
	width: 96px;
	background-position: -790px -579px;
}

a.readmore:hover, a.readmore:focus {
	background-position: -790px -606px;
}

a.readmore:active {
	background-position: -790px -633px;
}


div#tarow {
	height: 156px;
	position: relative;
	background: rgba(89,86,76,1);
	background: -moz-linear-gradient(left, rgba(89,86,76,1) 0%, rgba(89,86,76,1) 25%, rgba(111,107,96,1) 49%, rgba(89,86,76,1) 75%, rgba(89,86,76,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(89,86,76,1)), color-stop(25%, rgba(89,86,76,1)), color-stop(49%, rgba(111,107,96,1)), color-stop(75%, rgba(89,86,76,1)), color-stop(100%, rgba(89,86,76,1)));
	background: -webkit-linear-gradient(left, rgba(89,86,76,1) 0%, rgba(89,86,76,1) 25%, rgba(111,107,96,1) 49%, rgba(89,86,76,1) 75%, rgba(89,86,76,1) 100%);
	background: -o-linear-gradient(left, rgba(89,86,76,1) 0%, rgba(89,86,76,1) 25%, rgba(111,107,96,1) 49%, rgba(89,86,76,1) 75%, rgba(89,86,76,1) 100%);
	background: -ms-linear-gradient(left, rgba(89,86,76,1) 0%, rgba(89,86,76,1) 25%, rgba(111,107,96,1) 49%, rgba(89,86,76,1) 75%, rgba(89,86,76,1) 100%);
	background: linear-gradient(to right, rgba(89,86,76,1) 0%, rgba(89,86,76,1) 25%, rgba(111,107,96,1) 49%, rgba(89,86,76,1) 75%, rgba(89,86,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59564c', endColorstr='#59564c', GradientType=1 );
}

article#tripadvisor {
	width: 460px;
	height: 118px;
	padding: 19px 250px;
	text-align: center;
}

article#tripadvisor h1, article#tripadvisor p{
	color: #f7f3f0;
}

article#tripadvisor p {
	line-height: 110%;
	font-size: 70%;
}

section#tripcert {
	background-color: #8d9569;
	position: absolute;
	left: 0;
	top: 0;
	height: 126px;
	width: 170px;
	padding: 15px 18px;
}

section#tripcert:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    /* border-width: 10px; */
    border: 78px solid transparent;
    border-left-width: 40px;
    border-left-color: #8d9569;
    top: 0px;
    left: 206px;
}

div#lefttriparrow, div#righttriparrow {
	position: absolute;
	height: 156px;
	width: 125px;
	top: 0;
	display: none;
}

div#lefttriparrow {
	left: 206px;
	background-position: -206px -506px;
}

div#righttriparrow {
	right: 206px;
	background-position: -332px -506px;
}

.tawidget img {
	display: none;
}

.tawidget div img {
	display: inline;
}

#TA_cdsratingsonlywide497 {
	display: none;
}

#TA_cdsratingsonlywide497 {
	font-size: 1px;
}

.cdsROW {
	background-color: transparent !important;
}

#CDSWIDGRN.widGRN .widGRNLevel {
	margin-top: 5px !important;
}

#obstripadvisorwrap {
	display: none;
	padding: 7px;
    border: 1px solid #589446;
}

#obstripadvisorwrap h2 {
	line-height: 80%;
	font-size: 70%;
	font-weight: 700;
	text-align: center;
}

#obstripadvisorwrap h2 a {
	color: #000000;
	line-height: 100%
}

.cdsROW.border {
	border: none !important;
}

.cdsROW.narrow {
	width: auto !important;
}

section#tripbravo {
	display: none;
	background-color: #8d9569;
	position: absolute;
	right: 0;
	top: 0;
	height: 126px;
	width: 170px;
	padding: 15px 18px;
}

section#tripgreen {
	background-color: #8d9569;
	position: absolute;
	right: 0;
	top: 0;
	height: 146px;
	width: 170px;
	padding: 5px 18px;
}

section#tripgreen:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    /* border-width: 10px; */
    border: 78px solid transparent;
    border-right-width: 40px;
    border-right-color: #8d9569;
    top: 0px;
    right: 206px;
}

div#tatopshadow, div#tabotshadow {
	position: absolute;
	width: 100%;
	height: 15px;
	background-repeat: repeat-x;
}

div#tatopshadow {
	top: 0;
	background-image: url('/img/drop-shadow_top.png');
}

div#tabotshadow {
	bottom: 0;
	background-image: url('/img/drop-shadow_bottom.png');
}

article#awardrow {
	background-color: #f6f3ee;
	padding: 14px 0px 20px 0px;

}

div#awards {
	width: 904px;
	height: 86px;
	margin: 0 auto;
	text-align: center;
}

a.award {
	position: relative;
	display: inline-block;
	background-image: url('/img/battlesteads_jpg_sprite.jpg');
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 86px;
	top: 0;
	margin: 0 4px;
}

a#enjoyengland {
	/*left: 0px;*/
	width: 48px;
	background-position: -0px -0px;
}

a#enjoyengland:hover, a#enjoyengland:focus {
	background-position: -0px -90px;
}

a#enjoyengland:active {
	background-position: -0px -180px;
}

a#consideratehoteliers {
	/*left: 0px;*/
	width: 72px;
	background-position: -67px -0px;
}

a#consideratehoteliers:hover, a#consideratehoteliers:focus {
	background-position: -67px -90px;
}

a#consideratehoteliers:active {
	background-position: -67px -180px;
}

a#greentourism {
	/*left: 97px;*/
	width: 56px;
	background-position: -158px -0px;
}

a#greentourism:hover, a#greentourism:focus {
	background-position: -158px -90px;
}

a#greentourism:active {
	background-position: -158px -180px;
}

a#good {
	/*left: 175px;*/
	width: 95px;
	background-position: -230px -0px;
}

a#good:hover, a#good:focus {
	background-position: -230px -90px;
}

a#good:active {
	background-position: -230px -180px;
}

a#alistairsawdays {
	/*left: 299px;*/
	width: 96px;
	background-position: -337px -0px;
}

a#alistairsawdays:hover, a#alistairsawdays:focus {
	background-position: -337px -90px;
}

a#alistairsawdays:active {
	background-position: -337px -180px;
}

a#caterer {
	/*left: 417px;*/
	width: 105px;
	background-position: -449px -0px;
}

a#caterer:hover, a#caterer:focus {
	background-position: -449px -90px;
}

a#caterer:active {
	background-position: -449px -180px;
}

a#netawards {
	/*left: 544px;*/
	width: 192px;
	background-position: -569px -0px;
}

a#netawards:hover, a#netawards:focus {
	background-position: -569px -90px;
}

a#netawards:active {
	background-position: -569px -180px;
}

/*a#greatbritishpub {
	left: 680px;
	width: 49px;
	background-position: -711px -0px;
}

a#greatbritishpub:hover, a#greatbritishpub:focus {
	background-position: -711px -90px;
}

a#greatbritishpub:active {
	background-position: -711px -180px;
}
*/
a#sustainablerestaurant {
	/*left: 760px;*/
	width: 61px;
	background-position: -772px -0px;
}

a#sustainablerestaurant:hover, a#sustainablerestaurant:focus {
	background-position: -772px -90px;
}

a#sustainablerestaurant:active {
	background-position: -772px -180px;
}

a#ruralawards {
	/*left: 760px;*/
	width: 89px;
	background-position: -976px -0px;
}

a#ruralawards:hover, a#ruralawards:focus {
	background-position: -976px -90px;
}

a#ruralawards:active {
	background-position: -976px -180px;
}


a#darkskydiscovery {
	/*left: 849px;*/
	width: 63px;
	background-position: -841px -0px;
}

a#darkskydiscovery:hover, a#darkskydiscovery:focus {
	background-position: -841px -90px;
}

a#darkskydiscovery:active {
	background-position: -841px -180px;
}

a#stayandgaze {
	/*left: 849px;*/
	width: 53px;
	background-position: -914px -0px;
}

a#stayandgaze:hover, a#stayandgaze:focus {
	background-position: -914px -90px;
}

a#stayandgaze:active {
	background-position: -914px -180px;
}

#inline_content #mc_embed_signup h2 {
	font-size: 80%;
	color: #4f4c45;
}

#inline_content #mc_embed_signup .mc-field-group label {
	font-size: 75%;
}

#inline_content #mc_embed_signup input {
	border: 1px solid #efe8e0;
}

#inline_content #mc_embed_signup .button {
	background-color: #8B877C;
	border: none;
}

#inline_content #mc_embed_signup .button:hover {
	background-color: #6f6b60;
}

#inline_content #mc_embed_signup .button:active {
	background-color: #efe8e0;
	color: #4F4C45;
}

#inline_content #mc_embed_signup div.response {
	margin: 25px 0 10px 0;
	padding: 0;
	float: left;
	top: 0;
	z-index: 1;
	width: 100%;
	font-size: 65%;
}

.cartpanel {
	padding: 10px;
	background-color: #a47b75;
	/*border: #a47b75 2px solid;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #efe8e0;
}


.errorpanel {
	padding: 10px;
	border: #a47b75 2px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

ul.errorlist {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 0 !important;
}

ul.errorlist li {
	/*font-size: 65%;*/
	line-height: 130%;
}

#twitterpanel {
	padding: 1px 0;
	width: 223px;
}

/*End Home Body*/

/*Hotel*/
span.roomicon {
	height: 23px; 
	width: 11px;
	vertical-align: middle;
	margin: 0 2px;
}

span.accessibleicon {
	background-position: -989px -711px;
}

span.dogicon {
	background-position: -989px -656px;
}

span.largeroomicon {
	display: inline-block;
	height: 24px;
	vertical-align: baseline;
	margin-left: 6px;
}

span#largeaccessible {
	width: 20px;
	background-position: -790px -551px;
}

span#largedog {
	width: 22px;
	background-position: -814px -551px;
}

a#viewtariff {
	width: 160px;
	height: 30px;
	background-position: -228px -666px;
}

a#viewtariff:hover, a#viewtariff:focus{
	background-position: -228px -700px;
}

a#viewtariff:active {
	background-position: -228px -734px;
}

a#bookroom {
	width: 224px;
	height: 30px;
	background-position: 0px -666px;
}

a#bookroom:hover, a#bookroom:focus{
	background-position: 0px -700px;
}

a#bookroom:active {
	background-position: 0px -734px;
}

.morepanel p a {
	color: #efe8e0;
}

a#panelnewsfeed {
	width: 23px;
	height: 23px;
	background-position: -498px -76px;
}

a#panelnewsfeed:hover,a#panelnewsfeed:focus {
	background-position: -525px -76px;
}

a#panelnewsfeed:active {
	background-position: -552px -76px;
}

div#iframewrap {
	background-color: #ffffff;
	width: 826px;
	height: 1030px;
	padding: 10px 12px;
	margin: 0 auto;
}

iframe.guestline {
	width: 826px;
	height: 1030px;
}

.gldbm-panel__toggle-text {
	color: #fff !important;
}

#europeanunion {
	width: 60px;
	height: 40px;
	background-position: -620px -699px;
	margin-right: 7px;
}

#defra {
	width: 78px;
	height: 40px;
	background-position: -684px -699px;
}

/*End Hotel*/

/* Restaurant */
span.menumarker {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 4px;
	vertical-align: middle;
	position: relative;
	border-radius: 50%;
	background-color: #958f81;
	text-indent: -9999px;
}

span:after {
	display: block;
	text-align: center;
	line-height: 18px;
	width: 18px;
	height: 18px;
	color: #ece8df;
	font-size: 9px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	/*background-position: -790px -507px;*/
}

span.vegetarian:after {
	content: "V";
}

span.nutallergy:after {
	content: "N";
}

span.glutenfree:after {
	content: "GF";
}

span.oKey:after {
	content: "O";
}

span.nKey:after {
	content: "N";
}

span.eKey:after {
	content: "E";
}

span.isoKey:after {
	content: "ISO";
}

span.fKey:after {
	content: "F";
}

span.sKey:after {
	content: "S";
}

span.cnKey:after {
	content: "CN";
}

span.wbKey:after {
	content: "WB";
}

span.cdKey:after {
	content: "CD";
}

span.bKey:after {
	content: "B";
}

span.lwKey:after {
	content: "LW";
}

span.nsKey:after {
	content: "NS";
}

.winepricelabels {
	top: 2px;
}

.wineprices {
	top: -6px;
}

.priceblock {
	display: inline-block;
	width: 55px;
	height: 16px;
	text-align: center;
}

.titleblock {
	display: block;
	width: 470px;
}

a.menupdf {
	line-height: 28px;
	height: 28px;
	text-indent: 0;
	font-size: 70%;
	background-color: #dcd8cf;
	padding-left: 34px;
	background-position: -1176px -254px;
	opacity: 0.9;
}

a.menupdf:hover,a.menupdf:focus {
	opacity: 1.0;
	text-decoration: none;
}

a.menupdf:active {
	opacity: 1.0;
	color: #FDA380;
}
/* Restaurant */

/* Offers */
a.booknow {
	width: 96px;
	height: 23px;
	background-position: -605px -425px;
}

a.booknow:hover, a.booknow:focus {
	background-position: -605px -452px;
}
a.booknow:active {
	background-position: -605px -479px;
}

a#moreoffers {
	width: 223px;
	height: 29px;
	background-position: -393px -666px;
}

a#moreoffers:hover, a#moreoffers:focus {
	background-position: -393px -699px;
}
a#moreoffers:active {
	background-position: -393px -732px;
}

/*ENd Offers */

/* Vouchers Sidebar Buttons*/
#buyvouchers {
	padding-bottom: 45px;
	background:	#a47b75 url('/img/voucher_background.png') no-repeat 115px;
	/*display: block;*/
	/*background-image: url('/img/voucher_panel.jpg');*/
	/*background-repeat: no-repeat;*/
}

#observatoryvouchers {
	padding-bottom: 45px;
	background:	#0c183e url('/img/obs_voucher_background.jpg') no-repeat center;
}

#buyvouchers h2 {
	display: block;
	width: 50%;
	line-height: 100%;
}

#buyvouchers h2 a:hover, #buyvouchers h2 a:focus, #observatoryvouchers h2 a:hover, #observatoryvouchers h2 a:focus {
	color: #ffffff;
	text-decoration: none;
}

#buyvouchers h2 a:active, #observatoryvouchers h2 a:active {
	text-decoration: underline;
}

#voucherpanelbut {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

/* Vouchers Select */
.voucherwrap {
	margin: 0 -4px;
}

.voucherpanel {
	position: relative;
	font-size: 0;
	display: inline-block;
	width: 218px;
	height: 204px;
	margin: 0 4px 45px 4px;
	vertical-align: top;
}

.voucherimgwrap {
	/*background: #ece8df url('img/ripple.svg') center center no-repeat;*/
	background: #ffffff url('img/ripple.svg') center center no-repeat;
	width: 218px;
	height: 102px;
	margin-bottom: 7px;
}


.voucherimgwrap img {
	width: 218px;
	height: 106px;
}

.voucherpanel .vouchertextwrap {
	font-size: 20px;
	display: block;
	height: 80px;
}

.voucherpanel .vouchertitle {
	display: block;
	height: 40px;
	vertical-align: top;
}

.voucherpanellink {
	display: block;
	position: absolute;
	width: 218px;
	height: 204px;
	top: 0;
	left: 0;
}



#voucherimg {
	float: left;
	background: #ece8df url('img/ripple.svg') center center no-repeat;
	width: 365px;
	height: 172px;
}

#voucherdetails {
	float: right;
	width: 294px;
	top: 0;
}

.buynow {
	width: 86px;
	height: 23px;
	background-position: -706px -425px;
}

.buynow:hover, .buynow:focus {
	background-position: -706px -452px;
	cursor: pointer;
}

.buynow:active {
	background-position: -706px -452px;
}

/*End Vouchers */

/*Forms*/

label.left {
	display: block;
	float: left;
	vertical-align: middle;
	width: 60%;
	font-size: 60%;
}

input.right, select.right {
	float: right;
	max-width: 40%;
}


/*End Forms*/ 

/* Contact Us */

section#contactform {
	margin-top: 20px;
}

/* End Contact Us */

/* Find Us */
article#address {
	float: left;
	width: 212px;
}

article#location {
	float: right;
	width: 459px;
}

input#saddr {
	height: 17px;
	width: 100px;
}

input#go {
	display: inline-block;
	width: 42px;
	height: 23px;
	border: none;
	background-color: transparent;
	background-position: -430px -425px;
}


input#go:hover,input#go:focus {
	background-position: -430px -452px;
	cursor: pointer;
}

input#go:active {
	background-position: -430px -479px;
}

#battlesteads_map {
	margin-top: 20px;
	width: 100%;
	height: 400px;
}

/* End Find Us */

/* Wildlife Log */
table#wildlifelog {

}

table#wildlifelog tr {
}

table#wildlifelog tr.odd {
	background-color: #dfdbd3;
}

table#wildlifelog tr.even {
	background-color: #d9d5cb;
}

table#wildlifelog th, table#wildlifelog td {
	padding: 5px 3px;
	vertical-align: middle;
	text-align: center;
	border: #ece8df 1px solid;
	line-height: 130%; 
}

table#wildlifelog th.date, table#wildlifelog td.date {
	width: 85px;
}

table#wildlifelog th.animal, table#wildlifelog td.animal {
	width: 150px;
}

table#wildlifelog th.location, table#wildlifelog td.location {
	width: 150px;
}

table#wildlifelog th.time, table#wildlifelog td.time {
	width: 100px;
}

table#wildlifelog th {
}

table#wildlifelog td {
}


/* End Wildlife Log */

/* Things to Do */
div#attractionmap {
	width: 100%;
	height: 350px;
}

.sidepanel {
	padding: 10px;
}

table#attractionkey {
}

table#attractionkey tr {
}

table#attractionkey tr th, table#attractionkey tr td {
	vertical-align: middle;
	color: #efe8e0;
}

table#attractionkey tr td, table#attractionkey tr th {
	padding: 5px;
}

.thumbright {
float: right;
background: #ece8df url('img/ripple.svg') center center no-repeat;
}

.thumbright img{
margin: 5px 0px 5px 15px;
/*border: 1px solid #9DC637; */
}

.thumbleft {
float: left;
background: #ece8df url('img/ripple.svg') center center no-repeat;
}

.thumbleft img{
margin: 5px 15px 5px 0;
/*border: 1px solid #9DC637; */
}

.mapinfo {
	width: 400px;
	overflow: visible;
}

.mapinfo h1 {
	font-size: 120%;
}

.mapinfo p {
	font-size: 90%;
}

#explorersroad {
	padding: 10px;
	border-radius: 10px;
	color: #efe8e0;
	text-align: center;
	vertical-align: top;
	/*height: 100px;*/
}

#explorersroad img {
	width: auto;
	display: inline;
	text-align: center;
	padding: 0 5px;
}

#explorersroadlogo {
	display: inline-block;
	width: 105px;
	vertical-align: middle;
}

#explorersroadlogo img {
	height: 100px;
}

#explorersroadtext {
	display: inline-block;
	/*height: 100px;*/
	width: 310px;
	vertical-align: middle;
}

#visitbritainengland {
	display: inline-block;
	width: 233px;
	vertical-align: middle;
	padding: 10px 0;
}

#visitbritainengland img {
	height: 80px;
}



/* End Things to Do */

/* Observatory */
.featuredpanel {
	padding: 8px;
}

.linkpanel {
	padding: 10px;	
}
.featuredpanel h2,.featuredpanel h3,.featuredpanel h4 {
	color: #EFE8E0;
	line-height: 110%;
}

.featuredleft {
	float: left;
	top: 0;
	width: 320px;
	height: 175px;
}

.featuredleft h3 {
	color: #ffffff;
}

.featuredleft .botright {
	bottom: 0;
}

.featuredimage {
	display: block;
	top: 0;
	float: right;
	height: 175px;
	width: 350px;
	background-size: 522px 175px; 
	background-position: -70px;
}

#signupnow {
	width: 117px;
	height: 23px;
	background-position: -360px -930px;
}

#signupnow:hover, #signupnow:focus {
	background-position: -360px -957px;
}

#signupnow:active {
	background-position: -360px -984px;
}

.homeeventpanel {
	padding: 8px;
	padding-bottom: 30px;
	width: 207px;
	width: 207px;
	height: 260px;
	margin:	0 4px 12px 0px;
	text-align: center;
}

.floatpanelwrap {
	margin: 0 -5px;
}

#bodytext .floatpanelwrap {
	margin: 0 -12px;
}

.eventfloatpanel {
	padding: 8px;
	padding-bottom: 30px;
	width: 207px;
	float: left;
	width: 207px;
	height: 260px;
	margin:	0 6px 12px 6px;
	text-align: center;
}

.eventfloatpanel h2 {
	display: table-cell;
	/*font-variant: normal;*/
	height: 40px;
	vertical-align: middle;
	width: 207px;
	line-height: 100%;
}

.eventfloatpanel h2 a {
	color: #ffffff;
	text-align: center;
}

.eventfloatpanel .cmsbody, .eventfloatpanel p {
	color: #ece8df;
}

.beerpanelwrap {
	margin: 0 -12px;
	font-size: 0;
}

.beerpanel {
	width: 208px;
	display: inline-block;
	height: 400px;
	margin:	0 12px 24px 12px;
	text-align: center;
	font-size: 20px;
	vertical-align: top;
}

.beerimgwrap {
	width: 200px;
	height: 200px;
	left: 4px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

.obspanel, .eventpanel {
	padding: 8px;
	padding-bottom: 30px;
	width: 207px;
	margin-bottom: 14px;
}

.obspanelimgwrap, .eventpanelimgwrap {
	background: #ece8df url('img/ripple.svg') center center no-repeat;
	width: 207px;
	height: 70px;
	margin-bottom: 7px;
}

.obspanel h1, .eventpanel h1 {
	line-height: 110%;
}

.obspanel h1 a, .eventpanel h1 a {
	color: #ECE8DF;
}

.obspanel section p {
	color: #ffffff;
}

table.obsevent {

}

table.obsevent tr th, table.obsevent tr td {
	padding: 2px 7px;
	text-align: left;
	line-height: 23px;
	vertical-align: middle;
	line-height: 110%;
}

#darkskystay {
	width: 70px;
	height: 102px;
	background-position: -0px -0px;
	margin: 0 14px 0 3px;
}

#darkskydiscoverysite {
	width: 102px;
	height: 102px;
	background-position: -74px -0px;
	margin: 0 14px 0 3px;
}

table.fullwidth {
	width: 100%;
}

table.obsevent .aligncentre {
	text-align: center;
}

a#bookobsevent {
	width: 224px;
	height: 30px;
	background-position: 0px -930px;
}

a#bookobsevent:hover, a#bookobsevent:focus{
	background-position: 0px -964px;
}

a#bookobsevent:active {
	background-position: 0px -998px;
}

div.astroimage {
	float: left;
	width: 200px;
	height: 200px;
	margin-bottom: 12px;
	background: #ece8df url('img/ripple.svg') center center no-repeat;
}

div.astrobio {
	/*float: left;*/
	margin-top: 10px;
	margin-left: 220px;
}

/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
.orbit-wrapper {
margin-bottom: 20px;
}

#contentslider {
height: 400px;
width: 960px;
background: #ece8df url('img/ripple.svg') center center no-repeat;
/*background: #ece8df url('/img/orbit/loading.gif') no-repeat center center;*/
overflow: hidden;
margin-bottom: 20px;
}

#contentslider>img,  
#contentslider>div,
#contentslider>a { display: none; }

#contentslider a img {  
width: 960px;
height: 400px;
}

/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .4;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url('/img/orbit/rotator-black.png') no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url('/img/orbit/timer-black.png') repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/img/orbit/pause-black.png') no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url('/img/orbit/pause-black.png') no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block;
    position: static;
	}

div.slider-nav span {
    width: 27px;
    height: 27px;
    text-indent: -9999px;
    position: absolute;
    z-index: 500;
    top: 50%;
    margin-top: -23px;
    cursor: pointer; }

div.slider-nav span.left {
    background: url('/img/generic_sprite.png');
	background-position: 0px -206px;
    left: 14px; }

div.slider-nav span.left:hover, div.slider-nav span.left:focus {
	background-position: 0px -237px;
    }

div.slider-nav span.left:active {
	background-position: 0px -268px;
    }

div.slider-nav span.right {
    background: url('/img/generic_sprite.png');
	background-position: -31px -206px;
    right: 14px; }

div.slider-nav span.right:hover, div.slider-nav span.right:focus {
	background-position: -31px -237px;
}

div.slider-nav span.right:active {
	background-position: -31px -268px;
}

/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 1px;
    right: 14px;
    bottom: 14px;
	}

.orbit-bullets li {
    float: left;
    margin: 0 2px;
    cursor: pointer;
    text-indent: -9999px;
	background-image: url('/img/generic_sprite.png');
	background-repeat: no-repeat;
	background-position: -416px -36px;
    width: 14px;
    height: 14px;
    overflow: hidden; }

.orbit-bullets li:hover, .orbit-bullets li:focus {
	background-position: -434px -36px;
}

.orbit-bullets li.active {
	background-position: -452px -36px;
}
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; }

/*End Orbit*/

/* Default styling for jQuery Datepicker v4.1.0. */
.datepick {
	background-color: #fff;
	border: 1px solid #70595a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #44433c;
	color: #fff;
	font-size: 70%;
}

.datepick-ctrl {
	background-color: #70595a;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #6f6b60;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #8f7273;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	line-height: 20px;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 33%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 15em;
	border: 1px solid #70595a;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	height: 1.5em;
	background-color: #70595a;
	color: #fff;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	border: none;
}

.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #70595a;
}
.datepick-month th, .datepick-month th a {
	background-color: #aaa391;
	color: #fff;
}
.datepick-month td {
	background-color: #f3f0e9;
	border: 1px solid #70595a;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #f3f0e9;
	color: #000;
	text-decoration: none;
	height: 16px;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	height: 16px;
}
.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend {
	background-color: #e5e0d6;
}
.datepick-month td .datepick-today {
	background-color: #e1d1d2;
}
.datepick-month td .datepick-highlight {
	background-color: #c6b2b3;
}
.datepick-month td .datepick-selected {
	background-color: #958182;
	color: #fff;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}

/*End Datepick*/

/*Addthis*/
article#socialbar {
	position: absolute; 
	right: -36px;
	width: 16px;
	padding: 7px; 
	height: 167px; 
	background-color: #ffffff;
	top: 27px;
}

#socialbar div.addthis_toolbox {
	width: 16px;
}

#socialbar .addthis_toolbox a span  {
	margin: 4px 0px;
}

p.sharetitle {
	display: block;
	width: 10px;
	margin: 10px 3px;
	height: 45px;
	background-position: -605px 0;
}
/*End AddThis*/

/*SlideTab*/
.slide-out-div {
	padding: 8px 8px 8px 16px;
    width: 207px;
	/*height: 226px;*/
	background: none;
	z-index: 99;
	background-color: #958181;
	/*background-color: #6f6b60;*/
	-webkit-box-shadow: 2px 2px 6px 2px rgba(111,107,96,0.6);
	-moz-box-shadow: 2px 2px 6px 2px rgba(111,107,96,0.6);
	box-shadow: 2px 2px 6px 2px rgba(111,107,96,0.6);
}

.slide-out-div h1 {
color: #EFE8E0;
font-size: 105%;
margin-bottom: 5px;
}

.slide-out-div label {
color: #EFE8E0;
font-size: 70%;
}

.slide-out-div a#booktab {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;	
	margin-top: 10px;
	width: 154px;
	height: 37px;
	top: 70px !important;
    right: -95px !important;
    font-variant: small-caps;
	line-height: 37px;
	text-align: center;
	font-size: 90%;
    background-color: #958181;
    text-indent: 0 !important;
    color: #ffffff;
    -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;
   	/*background-position: -667px -506px;*/
/* Safari */
-webkit-transform: rotate(90deg);

/* Firefox */
-moz-transform: rotate(90deg);

/* IE */
-ms-transform: rotate(90deg);

/* Opera */
-o-transform: rotate(90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-box-shadow: 2px -2px 6px 2px rgba(111,107,96,0.6);
-moz-box-shadow: 2px -2px 6px 2px rgba(111,107,96,0.6);
box-shadow: 2px -2px 6px 2px rgba(111,107,96,0.6);
}

.slide-out-div a#booktab:hover, .slide-out-div a#booktab:focus {
	text-decoration: none;
	background-color: #b29e9f;
}

.slide-out-div a#booktab:active {
	background-color: #cdb6b7;
	/*background-position: -749px -506px;*/
}

/*End SlideTab*/

.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}
.inner{
	padding:10px;
	background:transparent url(../images/black.png) repeat top left;
}

.more ul{
	text-transform:uppercase;
	font-size:11px;
	padding:20px 15px 5px 5px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	margin:0 auto;
}
.more ul li{
	display:inline;
	line-height:30px;
	margin:0px 2px;
	white-space:nowrap;
}
.more ul li:first-child{
	clear:both;
	float:none;
	display:block;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#f7f7f7;
	color:#000;
	text-shadow:none;
	white-space:nowrap;
}
.more ul li a{
	text-shadow:1px 1px 1px #000;
	color:#fff;
	background:#c08763;
	padding:3px 6px;
	-moz-box-shadow:1px 1px 2px #000;
	-webkit-box-shadow:1px 1px 2px #000;
	box-shadow:1px 1px 2px #000;
}
.more ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.snippet{
	padding:5px;
}
.snippet span{
	font-size:14px; 
	cursor:pointer;

	padding: 2px 18px 2px 9px;
}
.snippet span.down{
	background: #000 url(../images/arrow.png) no-repeat 98% 50%;
}
.snippet span.up{
	background: #000 url(../images/arrow_up.png) no-repeat 98% 50%;
}
.snippet pre{
	display:none;
}
.panel{
	position:absolute;
	height:86px;
	width:20px;
	right:0px;
	top:10px;
	cursor:pointer;
}
.hide{
	background:transparent url(../images/hide.png) no-repeat center center;
}
.show{
	background:transparent url(../images/show.png) no-repeat center center;
}
.loadmore{
	display:none;
	width:700px;
	line-height:30px;
	text-transform:uppercase;
	background:#333;
	float:right;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	text-shadow:1px 1px 1px #000;
}
.loadmore:hover{
	background:#000;
}


/*News */

#nextevents#nextevents {
	padding-bottom: 30px;
}

article.nexteventblock {
	margin-bottom: 16px;
}

section.eventpanelleft {
	float: left;
	width: 80px;
	top: 0;
}

section.eventpanelleft a {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
}

section.eventpanelright {
	position: relative;
	float: right;
	width: 120px;
	height: 80px;
	top: 0;
}

section.eventpanelright div {
	display: table-cell;
	width: 120px;
	height: 80px;
	vertical-align: middle;
}

section.eventpanelright h3 {
	font-family: 'Open Sans', sans-serif;
	font-variant: normal;
}



article.newspanelblock {
	padding: 12px 0;
}

article.newspanelblock.first {
	border-bottom: #8B877C 1px solid;
}

section.newspanelleft {
	float: left;
	width: 80px;
	top: 0;
}

section.newspanelleft a {
	display: block;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
}

section.newspanelright {
	float: right;
	width: 120px;
	top: 0;
}

.newshead {
	display: inline-block;
	width: 400px;
}

section#newsrss {
	float: right;
	width: 200px;
}

.newsblock {
position: relative;
margin: 10px 0 15px 0;
}

.newsleftcol {
float: left;
width: 200px;
top: 0;
margin-bottom: 35px;
}

.newsimg {
background: #ece8df url('img/ripple.svg') center center no-repeat;
float: right;
margin: 10px 0 8px 14px;
z-index: 99;
}

.newsdetail {
position: relative;
margin-top: 20px;
}

.newstype {
}

.newstype p, .newsdate p, .newstags p {
height: 22px;
line-height: 22px;
font-size: 70%;
}

.newstype p a{
}

.newstype p a:hover, .newstype p a:focus {
}

.newstype p a:active {
}

.newsrightcol {
float: right;
width: 459px;
top: 0;
margin-bottom: 35px;
}

.newsheading {
}

.newsheading h2{
}

.newsheading h2 a{
}

.newsheading h2 a:hover, .newsheading h2 a:focus {
}

.newsheading h2 a:active {
}


.newsdate p{
}

.newsstory {
}

.newstext {
}

.newstext ul  {
	list-style-type: disc;
	list-style-position: inside;
	margin: 3px 0px 3px 15px;

}

.newstext ul li {
	line-height: 130%;
	margin-bottom: 3px;
}

.newstext p {
}

.newstext p br {
}

.newstext a.fulllink {
color: #860C00; 
text-transform: uppercase; 
margin-top: 3px;
}

.newstext a.fulllink:hover {
color: #e7b949; 
}

.newstext a.fulllink:active {
color: #d01b00; 
}


.newstags {
}

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

.newstags p a{
}

.newstags p a:hover, .newstags p a:focus {
}

.newstags p a:active {
}

#pagenav {
margin-top: 20px;
font-size: 80%;
text-align: center;
}

#pagenav p{
text-transform: uppercase;
}

#pagenav#mainnav a {
color: #860C00; 
}

#pagenav#mainnav a:hover {
color: #e7b949; 
}

#pagenav#mainnav a:active {
color: #d01b00; 
}

#newsnav {
width: 222px;
float: right;
top: 0;
}

#newsnav h2 {
}

#newsrss {
float: right;
margin-top: 5px;
}

#newsrss a{
background-position: -1020px -180px;
width: 155px;
height: 17px;
line-height: 17px;
padding-right: 25px;
font-size: 65%;
text-align: right;
text-indent: 0;
}

#newsrss a:hover, #newsrss a:focus {
background-position: -1020px -201px;
text-decoration: underline;
}

#newsrss a:active {
background-position: -1020px -222px;
}


#newshistory {
}

ul#newstypes li {
	list-style-type: disc;
	list-style-position: inside;
}

ul#newstypes li {
	font-size: 65%;
}

ul#newstypes li a, #tagcontent a {
	color: #efe8e0;
}

#tagcontent a:hover, #tagcontent a:focus {
	}

#tagcontent a:active, #tagcontent a.active { 
	text-decoration: underline;
}

/* End News */

/* Calendar */

article#calendarwrap {
	margin: 0 -2px;
}

div.calendarcell {
	float: left;
	margin: 2px;
	width: 96px;
}

div.calendarcell h2.dayname, div.calendarcell h2.datenumber {
	padding: 7px;
	color: #ffffff;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

div.calendarcell h2.dayname {
	background-color: #7E90A0;
}

div.calendarcell h2.datenumber {
	background-color: #0C183E;
}

div.calendarcell h2.eventdayname, div.calendarcell h2.eventdatenumber {
	padding: 7px;
	color: #ffffff;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

div.calendarcell h2.eventdayname {
	background-color: #7E90A0;
}

div.calendarcell h2.eventdatenumber {
	/*background-color: #7e90a0;*/
}

div.calendarcell section.eventcell {
	display: block;
	padding: 7px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 4px 0;
	color: #ffffff;
}

div.calendarcell section.eventcell.pastevent {
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter:alpha(opacity=30);
}

div.calendarcell section.eventcell.soldout:before, div.calendarcell section.eventcell.booked:before, div.calendarcell section.eventcell.cancelled:before {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	width: 100%;
	font-size: 70%;
	text-transform: uppercase;
	background-color: #DE2A2A;
	/*-moz-opacity: 1;*/
	/*-khtml-opacity: 1;*/
	/*opacity: 1;*/
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);*/
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
	/*filter:alpha(opacity=100);*/

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.calendarcell section.eventcell.soldout:before {
	content: "Sold Out";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

div.calendarcell section.eventcell.cancelled:before {
	content: "Cancelled";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

div.calendarcell section.eventcell.booked:before {
	content: "Booked";
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}

div.calendarcell section.eventcell.pastevent:hover,div.calendarcell section.eventcell.pastevent:focus {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);	
}

div.calendarcell section.eventcell h3 {
	word-wrap: break-word;
}

div.calendarcell section.eventcell p {
	color: #EFE8E0;
}

a.eventlink {
	display: block;
	font-size: 65%;
	text-align: center;
	padding: 4px;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-variant: small-caps;
}

.calnavwrap {
	text-align: center;
	font-size: 90%;
	background-color: #CEC8BC;
	color: #4F4C45;
	padding: 3px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.calnavwrap a {
	color: #0C183E;
}

.monthname {
	float: left;
	width: 151px;
	padding: 10px;
	margin: 2px;
	text-align: center;
	font-size: 80%;
	background-color: #0C183E;
	color: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* End Calendar */

/* Treeview */
.sidetreecontrol {
}


.sidetree {
}

.sidetree p {
	/*font-size: 100%;*/
	font-size: 65%;
}

.treeheader {
margin-bottom: 10px;
}

.treeview {
	font-size: 65%;	
}

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview {
padding: 0 8px
line-height: 120%;
}

ul#tree, ul#btree {
	display: none;
}


.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url('/img/treeview-default.gif') -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.sidetree a {
	color: #efe8e0;
	line-height: 130%;
}

.sidetree a:hover, .sidetree a.selected {
	color: #efe8e0;
	text-decoration: underline;
}

.sidetree a:active,  .sidetree a.selected:hover{
text-decoration: underline;
}

.sidetree ul.vertnav#mainnav a {
	font-size: inherit;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #fdbd4d; cursor: pointer; }

.treeview li { background: url('/img/treeview-default-line.gif') 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url('/img/treeview-default.gif'); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview .placeholder {
	background: url('/img/loader.gif') 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

/* End Tree View */

.Collage {
	background: #ece8df url('img/ripple.svg') center 50px no-repeat;
	padding:5px;
}

.Collage img {
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:bottom;
	opacity:0.9;
	border-radius: 5px;

}

.Collage img:hover {
	opacity: 1;
}

.Collage span {
	vertical-align:bottom;
	opacity:0;
}

span.naver-handle {
	display: none;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#bxwrap {
	height: 400px;
	width: 960px;
	background: #ece8df url('img/ripple.svg') center center no-repeat;
	/*background: #ffffff url('/img/orbit/loading.gif') no-repeat center center;*/
	overflow: hidden;
}

.bxslider {
}

.hideslider {
	text-indent: -9999px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;*/
	/*-webkit-box-shadow: 0 0 5px #ccc;*/
	/*box-shadow: 0 0 5px #ccc;*/
	/*border:  5px solid #fff;*/
	/*left: -5px;*/
	/*background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 30%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: #ece8df url('img/ripple.svg') center center no-repeat;
	/*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	/*text-align: center;*/
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #ebead6;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ebead6;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffffff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-controls, .bx-controls-direction {
	position: static;
}

.bx-wrapper .bx-prev {
    /*background: url('/img/generic_sprite.png');*/
	/*background-position: -336px 0px;*/
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
    left: 30px;
}

.bx-wrapper .bx-prev:before {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    /* border-width: 10px; */
    border: 18px solid transparent;
    border-right-width: 14px;
    border-right-color: #ece8df;
    bottom: 0px;
    left: -32px;
}

.bx-wrapper .bx-prev:hover:before, .bx-wrapper .bx-prev:focus:before {
	border-right-color: #ffffff;
}

.bx-wrapper .bx-prev:active:before {
	opacity: 1;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	/*background-position: -336px -40px;*/
}

.bx-wrapper .bx-prev:active {
	/*background-position: -336px -80px;*/
}

.bx-wrapper .bx-next {
    /*background: url('/img/generic_sprite.png');*/
	/*background-position: -376px 0px;*/
	-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;
    right: 30px;
}

.bx-wrapper .bx-next:after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    /* border-width: 10px; */
    border: 18px solid transparent;
    border-left-width: 14px;
    border-left-color: #ece8df;
    bottom: 0px;
    right: -32px;
}

.bx-wrapper .bx-next:hover:after, .bx-wrapper .bx-next:focus:after {
	border-left-color: #ffffff;
}

.bx-wrapper .bx-next:active:after {
	opacity: 1;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	/*background-position: -376px -40px;*/
}

.bx-wrapper .bx-next:active {
	/*background-position: -376px -80px;*/
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	outline: 0;
    width: 12px;
    height: 36px;
	text-indent: -9999px;
	z-index: 9999;
	background-color: #ece8df;
	opacity: 0.4;
}

.bx-wrapper .bx-controls-direction a:hover, .bx-wrapper .bx-controls-direction a:focus {
	background-color: #ffffff;
}

.bx-wrapper .bx-controls-direction a:active {
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	/*background: url(images/controls.png) -86px -11px no-repeat;*/
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*End bxslider*/

/* Facebook */

.fb_iframe_widget span iframe {
	border-radius: 10px;
}

.fb_iframe_widget span iframe ._1dro ._1drp {
	font-size: 16px !important;
}

/* Twitter */ 
#tweet-wrap {
    padding-bottom: 40px;
    width: 207px;
    padding: 10px 8px 36px 8px;
    /*background-color: #ffffff;*/
    border-radius:5px;
    position: relative;
    display: none;
}

#tweet-wrap.hometweets {
    padding: 50px 8px;
	height: 197px;
}

#tweet-wrap.hometweets .fa-twitter {
	position: absolute;
	left: 16px;
	top: 8px;
	color: #1b95e0;
}

#tweet-wrap.hometweets .fa-twitter:hover {
	color: #0c7abf;
}

#tweet-wrap.hometweets #twitter-widget-1 {
	bottom: 10px;
}

#tweet-wrap.hometweets #twitter-feed {
	height: 190px;
	overflow-y:	 scroll;
	overflow-x: hidden;
	padding-right: 8px;
	width: auto;
}
 
.topright {
    position: absolute !important;
    top: 14px;
    right: 10px;
}

.botcentre {
    position: absolute !important;
    bottom: 16px;
    left: 50%;
    margin-left: -76px;
}

#loading-container {
    padding:16px 0px 16px 0px;
    text-align:center;  
}
  
#twitter-feed {
    width:207px;
    margin:auto;
    font-family: Arial, Helvetica, sans-serif;
    margin-top:0px;
    padding:0px 0px 5px 0px;
    color:#333;
    overflow:auto;
}
  
#twitter-feed h1 {
    color:#5F5F5F;
    margin:0 40px 0 0;
    padding:9px 0px 9px 0px;
    font-size:18px;
    font-weight:lighter;    
}
  
.twitter-article, #loading-container {
    width:100%;
    /*border-top:1px dotted #CCC;*/
    float:left; 
    padding:8px 0px 16px 0px;
    position:relative;
} 
.twitter-pic {
    position:absolute;
}
  
.twitter-pic img {
    float:left;
    border:none;
      
}
  
/* -------- TEXT STYLING ------*/
.twitter-text {
    width:100%;
    float:left;
    padding-left:52px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.twitter-text p {
    margin:0px;
    font-size: 60%;
    color: #ffffff;
}

.twitter-text a, .twitter-text h1 a {
    color: #EFE8E0;
    text-decoration: none;
}
.twitter-text a:hover, .twitter-text h1 a:hover {
    text-decoration: underline;
    color: #EFE8E0;
}
  
.tweet-time {
    font-size:10px;
    color:#EFE8E0;
    float:right;
}
.tweet-time a, .tweet-time a:hover {
    color:#EFE8E0;
}
  
a.tweetnamelink  {
	font-weight: bold;
    color:#EFE8E0;
}
a.tweetnamelink:hover {
    color:#EFE8E0;
}
  
a.tweetprofilelink {
    color:#00acee;
}
a.tweetprofilelink:hover {
    color:#00acee;
}

/* -------- FEED  ACTIONS ------*/
#twitter-actions {
    width:75px;
    float:right;
    margin-right:5px;   
    margin-top:3px;
        display:none;
}
.intent {
    width:25px;
    height:16px;
    float:left; 
}
.intent a{
    width:25px;
    height:16px;
    display:block;
    background-image:url('/img/tweet-actions.png');
    float:left; 
} 
.intent a:hover{
    background-position:-25px 0px;
} 
  
#intent-retweet a{
    background-position:0px -17px;
} 
#intent-retweet a:hover{
    background-position:-25px -17px;
} 
#intent-fave a{
    background-position:0px -36px;
} 
#intent-fave a:hover{
    background-position:-25px -36px;
} 
  
/* -------- RETWEET INDICATOR ------*/
#retweet-indicator {
    width:14px;
    height:10px;
    background-image:url('/img/tweet-actions.png');
    background-position:-5px -54px;
    margin-top:3px;
    float:left;
}
/* End Twitter */

#tweet-wrap #twitter-widget-0 {
	position: absolute !important;
	top: 18px;
	right: 10px;
}

#tweet-wrap #twitter-widget-1 {
 	position: absolute !important;
    left: 50%;
    margin-left: -78px;
}

.fa-facebook-square:hover {
	background-color: transparent;
    color: #3b5998;
    border-radius: 1px;
}
.fa-twitter-square:hover {
	background-color: transparent;
    color: #00aced;
    border-radius: 2px;
}
.fa-google-plus-square:hover {
	background-color: transparent;
    color: #dd4b39;
    border-radius: 8px;
}

.fa-instagram:hover {
	background-color: transparent;
    color: #ffffff;
    border-radius: 8px;
}

.fa-rss-square:hover {
	background-color: transparent;
    color: #FA9B39;
    border-radius: 5px;
}
