@charset "utf-8";
body{
	margin:0 auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	background:#F1F1F1;
	color:#5E1B3D;
	font-size:1em;
	line-height:1.5em;
	-webkit-animation: bugfix infinite 1s;
}
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }
@font-face {
    font-family: 'palace_scriptregular';
    src: url('palace-script-1361506277-webfont.eot');
    src: url('palace-script-1361506277-webfont.eot?#iefix') format('embedded-opentype'),
         url('palace-script-1361506277-webfont.woff2') format('woff2'),
         url('palace-script-1361506277-webfont.woff') format('woff'),
         url('palace-script-1361506277-webfont.ttf') format('truetype'),
         url('palace-script-1361506277-webfont.svg#palace_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
img {border:0px;}
#wrapper {
	width:915px;
	margin:0 auto;	
}
section {
	width:100%;
	margin:auto;
}
header {
	background: #F1F1F1; /* Old browsers */
}
footer {
	width:100%;
	background: #F1F1F1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
}
footer div {
	text-align:center;
	margin:0 auto;
	color:#976582;
	width:875px;
}
.footerLogo {width:200px;}
footer span {color:#976582;}
.contactDetails {
	color:#976582;
	width:50%;
	float:left;
	text-align:left;
	position:relative;
	top:35px;
}
.contactDetails a {
	text-decoration:none;
	color:#976582;
}
.contactDetails img { float:right;}
.footerLogo {
	float:right;
	width:200px;
	position:relative;
	top:-35px;
}
.logo {
	height:175px;
	display:block;
	padding:10px 0px;
	border:0px;
	position:relative;
	left:25px;
	width:300px;
	float:left;
}
.logo img { height:175px;}
p, h1{
	font-weight:normal;
}
h2 {font-size:1.2em}
.imageLeft {
	float:left;
	padding:0px 20px 0px 0px;
}
.imageRight {
	float:right;
	padding:0px 0px 0px 20px;	
}
/* Navigation */
nav {
	background-color:#976582;
	text-align:center;
	height:46px;
	width: 100%;
}
/*Strip the ul of padding and list styling*/
nav ul {
	list-style-type:none;
	display: inline-block;
	margin:0;
	padding:0;
	z-index:50;
	background-color:#5E1B3D;
}
* html #nav ul { /* Target IE6 */
display:inline;
}
*+html #nav ul { /* Target IE7 */
display:inline;
}
/*Create a horizontal list with spacing*/
nav ul li {
	display:inline;
	float: left;
	margin-right: 1px;
}
li:last-child {
	margin-right:0px;	
}
/*Style for menu links*/
li a {
	display:inline-block;
	padding:0px 20px;
	height: 46px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #976582;
	text-decoration: none;
	font-size:15px;
}

/*Hover state for top level links*/
li:hover a {
	background: #5E1B3D;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #5E1B3D;
	color: #EFEAF4;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #976582;
	color: #ffffff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
	margin-right:0px;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 167px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
nav ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #5E1B3D;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
nav ul ul {
	position:absolute;
	float:left;
	background: none;
}
.question {
	font-weight:bold;
	text-decoration:none;
	color:#5E1B3D;
	cursor:pointer;
}
.answer {
	display:block;
	padding:20px 0px;
}

/*Responsive Styles*/
@media screen and (min-width:1001px){
	input[type=checkbox]:checked ~ #menu {
		display: inline-block;
	}
	.show-menu, #show-menu {
		display:none;	
	}
}
@media screen and (min-width:769px) and (max-width:1000px){
	.show-menu, #show-menu {
		display:none;	
	}
	li a {
		font-size:1.4vw;
		padding:0px 2vw;
	}
	::i-block-chrome, li a {
		font-size:13px !important;
		padding:0 13px;
	}
	footer div, #wrapper {width:91%;}
	.box, .box2 { margin-left:20px !important; }
	input[type=checkbox]:checked ~ #menu {
		display: inline-block;
	}
	.bookingType {
		width:40%;	
	}
	.bookingType div img {width:100%;}
	.strapline {font-size:1.9vw !important;}
	::i-block-chrome, .strapline {font-size:15px !important;}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px){
	.show-menu { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#show-menu:checked ~ #menu{
		display: block;
		opacity: 1;
	}
	.logo {
		margin:auto;	
	}
	nav ul ul {width:95% !important;}
	footer div, #wrapper {width:95%;}
	.box, .box2, .bookingType, #bookingWrapper{
		width:100% !important;
		margin-left: 0px !important;
	}
	.bookingType div img {width:100%;}
	#welcome {font-size: 35px !important;}
	footer span, footer div p, .contactDetails p{font-size:2vw !important; }
	.footerLogo {width:140px !important;}
	.contactDetails, .footerLogo {position:static;}
	.logo {
		clear: right !important;
		float:none !important;
		margin:0 auto !important;
	}
	.strapline {
		font-size:16px !important;
		text-align:center !important;
		width:100% !important;
		position: relative;
		top:0px !important;
		left:0px !Important;
	}
	.telephone {display:none !Important;}
	.imageLeft, .imageRight {
		width:100% !important;
		padding:0px 0px 15px 0px !important;
	}
	.show-menu { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#show-menu:checked ~ #menu{
		display: block;
		opacity: 1;
	}
	#mapEgginton, #mapNetherburrow, #mapKnockerdown {
		width: 300px !important;
		height: 270px !important;
		border:2px solid #5E1B3D;
		float:left;
	}
	.address {
	  float:none !important;
	  width:300px;
	}
  footer span, footer div p, .contactDetails p{-webkit-text-size-adjust: none !important; font-size:2vw !important; }
  .footerLogo {width:150px !important;}
}
@media only screen and (max-width: 480px), only screen and (min-device-width: 320px) and (max-device-width: 640px), (-webkit-device-pixel-ratio: 3){
	.show-menu { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#show-menu:checked ~ #menu{
		display: block;
		opacity: 1;
	}
	.logo {
		margin:auto;	
	}
	nav ul ul {width:95% !important;}
	footer div, #wrapper {width:95%;}
	.box, .box2, .bookingType, #bookingWrapper{
		width:100% !important;
		margin-left: 0px !important;
	}
	.bookingType div img {width:100%;}
	#welcome {font-size: 35px !important;}
	footer span, footer div p, .contactDetails p{font-size:2vw !important; }
	.footerLogo {width:140px !important;}
	.contactDetails, .footerLogo {position:static;}
	.logo {
		clear: right !important;
		float:none !important;
		margin:0 auto !important;
	}
	.strapline {
		font-size:16px !important;
		text-align:center !important;
		width:100% !important;
		position: relative;
		top:0px !important;
		left:0px !Important;
	}
	.telephone {display:none !Important;}
	.imageLeft, .imageRight {
		width:100% !important;
		padding:0px 0px 15px 0px !important;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3)
{
    footer span, footer div p, .contactDetails p{font-size:8px !important; }
	.footerLogo {width:150px !important;}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 640px), (-webkit-device-pixel-ratio: 3){
	.show-menu { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#show-menu:checked ~ #menu{
		display: block;
		opacity: 1;
	}
	#mapEgginton, #mapNetherburrow, #mapKnockerdown {
		width: 300px !important;
		height: 270px !important;
		border:2px solid #5E1B3D;
		float:left;
	}
	.address {
	  float:none !important;
	  width:300px;
	}
  footer span, footer div p, .contactDetails p{-webkit-text-size-adjust: none !important; font-size:2vw !important; }
  .footerLogo {width:150px !important;}
}
@media screen and (max-width: 480px) {
	#mapEgginton, #mapNetherburrow, #mapKnockerdown {
		width: 430px !important;
		height: 270px !important;
		border:2px solid #5E1B3D;
		float:left;
	}
	.address {
	  float:none !important;
	  width:450px;
	}
	.footerLogo {width:150px !important;}
}
@media screen and (min-width:481px) and (max-width : 768px){
	footer div, #wrapper {width:91%;}
	.box, .box2{
		width:30% !important;
		margin-left: 20px !important;
	}
	.bookingType {
		width:40% !important;	
	}
	.next {margin-left:20px;}
	.bookingType div img {width:100%;}
	#bookingWrapper {width:100% !important;}
	.box2 .boxIcon { padding:10px 2px !important;}
	.box2 .first {font-size:11px; padding:5px !important;}
	.boxIcon {width:30%; padding:5px !important;}
	.boxIcon a, .boxIcon {font-size:10px !important;}
	.boxIcon img {width:90% !important; }
	footer span, footer div, .contactDetails {font-size:12px;}
	.footerLogo {width:150px !important}
	.contactDetails, .footerLogo {position:static;}
	.logo {
		clear: right !important;
		float:none !important;
		margin:0 auto !important;
	}
	.strapline {
		font-size:16px !important;
		text-align:center !important;
		width:100% !important;
		position: relative;
		top:0px !important;
		left:0px !Important;
	}
	.telephone {display:none !Important;}
	#mapEgginton, #mapNetherburrow, #mapKnockerdown {
		width: 250px !important;
		height: 200px !important;
		border:2px solid #5E1B3D;
		float:left;
	}
	.address {
	  width:30% !important;
	  float:left;
	}
}
@media screen and (max-width:768px){
	.show-menu { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#show-menu:checked ~ #menu{
		display: block;
		opacity: 1;
	}
	/*Make dropdown links appear inline*/
	nav ul {
		display: none;
		width: 100%;
	}
	nav ul ul {width:91%;}
	li ul li a {
		margin:0px;
		width:100%;
		padding:0px;
	}
	li a { padding:0px; }
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	nav ul li, li a {
		width: 100%;
	}
}
/* End Navigation */
.clear {clear:both; padding:0px !important;}
#bookingWrapper {
	margin:0 auto;
	width:80%;	
}
.next{margin-left:40px;}
.bookingType div img {width:100%;}
.bookingType {
	background-color:#9D78B7;
	float:left;
	width:45%;
}
.bookingType div+div {
	padding:10px 0px;	
}
.bookingType div a {
	display:block;
	color:#ffffff;
	font-size:1.2em;
	text-decoration:none;
	text-align:center;	
}
.box, .box2{
	background-color:#9D78B7;
	float:left;
	width:30%;
	margin-left:40px;
	margin-bottom:40px;
}
.box2 {
	color:#ffffff;
	text-align:left;
}
.box:first-child, .box2:first-child{ margin-left:0px !important;}
 .box div:nth-child(2){
	background:	#D4C4DF;
}
.box img, .box2 img {
	width:60%;
	margin:auto;
	display:block;
}
 .boxPhoto img{
	width:100%;
	display:block;
	padding:0px;
 }
 .boxPhoto {padding:0px !important;}
.box a, .box2 a{
	color:#ffffff;
	text-decoration:none;
}
.box div:nth-child(odd),.box2 .first{
	padding:5px 10px;
	color:#ffffff;
	text-align:left;	
}
.box div:nth-child(even), .box2 div:nth-child(even){padding:10px 0px 10px 0px;}
.boxIcon {
	display:block;
	float:left;
	text-align:center !important;
	padding:0px 5px;
	font-size:12px;
	line-height:130%;
}
 .box .boxIcon:nth-child(2) {
	background-color:#9D78B7;
 }
 .box2 .boxIcon {
	padding:10px 5px;
 }
 .last { float:right;}
.boxIcon img { width:50px;}
.boxIcon a {
	font-size:12px;
	text-align:center;
	line-height:13px;
}
#slider1_container{
	position: relative;
	top: 0px;
	left: 0px;
	width: 915px;
	height: 515px;
	overflow: hidden;
}
#slider1_container div{
	cursor: move;
	position: absolute;
	overflow: hidden;
	left: 0px;
	width: 915px;
	height: 515px;
}
.slider1-T .w, .slider1-T .pav:hover .w, .slider1-T .phv .w
{
	position: absolute;
	width: 115px;
	height: 65px;
}
* html .slider1-T .w
{
	width:115px;
	height:65px;
}
.slider1-T .c
{
	width: 75px;
	height: 32px;
	filter:  alpha(opacity=45);
	opacity: .45;
		
	transition: opacity .6s;
	-moz-transition: opacity .6s;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
}
.slider1-T .p:hover .c, .slider1-T .phv .c, .slider1-T .pav .c
{
	FILTER:  alpha(opacity=0);
	opacity: 0;
}
.slider1-T .p:hover .c, .slider1-T .phv .c
{
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
#slider1-T {
	position: absolute;
    width: 915px; 
	height: 80px; 
	left:0px; 
	bottom: 0px !important;	
}
.thumbBackground {
	background-color: #5E1B3D; 
	filter:alpha(opacity=50);
    opacity:.5;
	width: 100%;
	height:100%;
	position:relative; 
	bottom:0px;	
}
.p {
	position: absolute;
    width: 115px;
	height: 65px;
	bottom: 0;
	left: 0;	
}
.strapline {
	font-size:21px;
	position:relative;
	top:103px;
	left:0px;
	float:left;
}
.telephone {
	float:right;
	padding-right:20px;
	position:relative;
	top:0px;
}
a { color:#5E1B3D;}