@import url('reset.css');
@import url('common.css');
@import url('nd.css');

/* General
------------------------------------------------------------------------------*/
html { -webkit-text-size-adjust: none; }

body {
	background-size: 1px 640px;
	font-family: Helvetica, Arial, sans-serif;
}

#header_bar {
	width: auto; height: 16px;
	padding: 9px 0 0 9px;
	
	background-color: #000;
	background: linear-gradient(to top, #505659 0%,#000000 100%); /* W3C */
	background: -webkit-linear-gradient(bottom, #505659 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	
	border-bottom: 1px solid #000;
}

h1 {
	text-shadow: 0 -1px #333;
	color: #fff;
	margin-bottom: 0.5em;
}

h2 {
	text-shadow: 0 -1px #333;
	color: #fff;
	margin-bottom: 0.5em;
}


h3 {
	text-shadow: 0 -1px #333;
	color: #fff;
	margin-bottom: 0.5em;
}

p {
	text-shadow: 0 1px #333;
	color: #fff;
	margin-bottom: 0.8em;
}

a { color: #fff; }

strong { font-weight: bold; }
em { font-style: italic; }

.error {
	text-align: center;
	padding: 5px 12px;
	margin: 0 auto;
	width: 246px;
	display: block;
	color: #ff0000;
}
/*----------------------------------------------------------------------------*/

/* Graphical Headers and Text
------------------------------------------------------------------------------*/
.gh_part_of_the_wh_group {
	background: url('../images/m/gh_part_of_the_wh_group.png') no-repeat;
	background-size: 160px 10px;
	width: 160px; height: 10px;
}
/*----------------------------------------------------------------------------*/

div.main_logo {
	display: block;
	margin: 20px auto 15px auto;
	text-align: center;
}

div.main_logo p { font-weight: bold; font-size: 20px; }

div.main_logo p.sub { font-weight: bold; font-size: 14px; }

div.main_logo img { width: 260px; height: 210px; }
div.main_logo img.old-mill { width: 213px; height: 165px; }
div.main_logo img.chaser-inn { width: 170px; height: 155px; }
div.main_logo img.little-brown-jug { width: 161px; height: 158px; }
div.main_logo img.cricketers-inn { width: 167px; height: 171px; }
div.main_logo img.farm-friday-street { width: 176px; height: 174px; }
div.main_logo img.mark-cross { width: 176px; height: 174px; }
div.main_logo img.stanmer { width: 220px; height: auto; }
div.main_logo img.kings-head { width: 171px; height: auto; }
div.main_logo img.the-blue-ball { width: 350px; height: auto; }
div.main_logo img.the-rose-and-crown { width: 170px; height: auto; }

body, body .main_bg { background: url('../images/m/bg_grad_grey.png') repeat-x fixed #696a6a; } /* Default for W&H Main */
body.old-mill, body.old-mill .main_bg { background: url('../images/m/bg_grad_blue.png') repeat-x fixed #06bafd; }
body.chaser-inn, body.chaser-inn .main_bg { background: url('../images/m/bg_grad_purple.png') repeat-x fixed #473da7; }
body.little-brown-jug, body.little-brown-jug .main_bg { background: url('../images/m/bg_grad_brown.png') repeat-x fixed #94652e; }
body.cricketers-inn, body.cricketers-inn .main_bg { background: url('../images/m/bg_grad_lime.png') repeat-x fixed #afb819; }
body.farm-friday-street, body.farm-friday-street .main_bg { background: url('../images/m/bg_grad_green.png') repeat-x fixed #019d4a; }
body.mark-cross, body.mark-cross .main_bg { background: url('../images/m/bg_grad_red.png') repeat-x fixed #ed1c24; }
body.stanmer, body.stanmer .main_bg { background: url('../images/m/bg_grad_orange.png') repeat-x fixed #f57f20; }
body.kings-head, body.kings-head .main_bg { background: url('../images/m/bg_grad_gold.png') repeat-x fixed #e4bd94; }
body.the-blue-ball, body.the-blue-ball .main_bg { background: url('../images/m/bg_grad_blue_ball.png') repeat-x fixed #7aaede; }
body.the-rose-and-crown, body.the-rose-and-crown .main_bg { background: url('../images/m/bg_grad_rose_and_crown.png') repeat-x fixed #7b0328; }
body#vacancies, body#vacancies .main_bg { background: #000; }

div.main_logo img { margin-bottom: 0.4em; }

h1 {
	text-align: center;
	font-weight: normal;
	font-size: 32px;
	line-height: 0.9em;
	margin-bottom: 0.2em;
}

p.message {
	font-size: 14px;
	text-align: center;
	
	margin: 0 auto 1em auto;
}

/* Forms
------------------------------------------------------------------------------*/
form { padding-bottom: 15px; }

form div label { display: none; }

form div label.checkbox {
	font-size: 14px;
	display: inline;
	text-align: center;
}

form div.checkbox {
	line-height: 1em;
	vertical-align: middle;
	text-align: center;
}

form div.checkbox input { border-radius: 3px; }

form div {
	width: 85%;
	margin: 0 auto 1.4em auto;
}

input.text, textarea.text {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

form input.text {
	width: 270px;
	font-size: 16px;
	display: block !important;
	text-indent: 10px; 
	border-radius: 20px;
	padding: 4px 0;
	border: 1px solid #ccc;
	margin: 0 auto;
}

form input.text.gold {
	color: #333;
	font-weight: bold;
	padding: 8px 4px;
	border: 3px solid #d3cba3;
	-moz-box-shadow: inset 0 0 10px #666;
	-webkit-box-shadow: inset 0 0 10px #666;
	box-shadow: inset 0 0 10px #666;
}

form input[type="submit"] {
	font-weight: bold;
	color: #000;
	border-radius: 10px;
	width: 270px;
	display: block;
	margin: 0;
	font-size: 16px;
	padding: 8px 10px 10px 10px;
	margin: 0 auto;
	
	background: rgb(251,251,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(251,251,251,1) 5%, rgba(182,184,186,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(5%,rgba(251,251,251,1)), color-stop(100%,rgba(182,184,186,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(251,251,251,1) 5%,rgba(182,184,186,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(251,251,251,1) 5%,rgba(182,184,186,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(251,251,251,1) 5%,rgba(182,184,186,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(251,251,251,1) 5%,rgba(182,184,186,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#b6b8ba',GradientType=0 ); /* IE6-9 */
	
	border: 2px solid #eee;
}

div.buttons * {
	width: 100%;
	max-width: 272px;
	margin: 0 auto;
	display: block;
}

#terms_and_conditions {
	width: 85%;
	margin: 0 auto 1em auto;
	background: rgba(0,0,0,0.3);
	padding: 1em 0 0.5em 0;
	border-radius: 10px;
	display: none;
}

#terms_and_conditions p {
	line-height: 1.2em;
	font-size: 12px;
	margin-bottom: 1em;
	padding: 0 1em;
}


div.wifi_details,
div.unsubscribe_details {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6c395+0,013657+100 */
	background: url('../images/wifi/bg_arrow.png') bottom center no-repeat; /* Old browsers */
	
	padding-top: 10px;
	padding-bottom: 100px;
	background-size: 100% auto;
	font-size: 12px !important;
}

div.unsubscribe_details p.shadow {
	text-shadow: 2px 2px #000000;
	text-transform: uppercase;
	text-align: center;
	max-width: 360px;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 1.4em;
}

div.unsubscribe_details p.error {
	max-width: 360px;
	width: auto;
	margin: 0 auto;
	padding: 0 20px;
	line-height: 1.4em;
}

a.bt_privacy_statement {
	display: block;
	margin-top: 30px;
}
a.bt_privacy_statement img {
	width: 100%; height: auto;
}

.gh_personal_data_terms {
	display: block;
	margin-bottom: 30px;
	padding-top: 30px;
}
/*----------------------------------------------------------------------------*/

/* Wifi Promo
------------------------------------------------------------------------------*/
div#wifi_promo {
	width: 320px;
	margin: 0 auto;
}
/*----------------------------------------------------------------------------*/

/* Tiles
------------------------------------------------------------------------------*/
ul.tiles {
	margin: 40px auto 18px auto; 
	line-height: 0;
	width: 100%;
}

ul.tiles li a {
	display: block;
	text-decoration: none;
	width: 100%;
}

/* Default: iPhone Portrait */
ul.tiles li {
	width: 33.333%;
}

/* Default: iPhone Landscape */
@media only screen and (orientation: landscape) and (max-device-height: 480px) {
 	ul.tiles li { width: 25%; }
}

/* Default: iPhone 5 Landscape */
@media only screen and (orientation: landscape) and (min-device-height: 481px) {
	ul.tiles { width: 480px; }
 	ul.tiles li { width: 25%; }
}

/* Default: iPad Portrait */
@media only screen and (orientation: portrait) and (min-device-height: 768px) {
 	ul.tiles li { width: 16.666%; }
}

/* Default: iPad Landscape */
@media only screen and (orientation: landscape) and (min-device-height: 1024px) {
 	ul.tiles li { width: 12.5%; }
}

ul.tiles a img {
	width: inherit; height: inherit;
}

@media only screen and (min-width: 580px) {
	div.wifi_details,
	div.unsubscribe_details {
		padding-bottom: 140px;
	}
}

@media only screen and (min-width: 700px) {
	div.wifi_details,
	div.unsubscribe_details {
		padding-bottom: 160px;
	}
}
/*----------------------------------------------------------------------------*/


/* Footer
------------------------------------------------------------------------------*/
div#footer {
	width: 100%;
	height: 78px;
	padding-top: 22px;
	background: url('../images/m/bg_footer.png') repeat-x;
	background-size: 100% 100px;
	text-align: center;
}

div#footer img {
	margin: 15px auto 5px 0;
}

div#footer p {
	line-height: 1.2em;
	font-size: 15px;
	margin: 0 0 10px 0;
}

div#footer p.copyright {
	font-size: 12px;
	display: inline-block;
	line-height: 1.1em;
	background: url('../images/m/logo_wh.png') no-repeat 100% 100%;
	background-size: 100px 12px;
	padding: 0 105px 1px 0;
	overflow: hidden;
}

div#footer p.copyright.solo { margin-top: 20px; }

div#footer p.copyright span {
	position: absolute;
	left: -9999em !important;
	text-align: left !important;
}
/*----------------------------------------------------------------------------*/


/* Expanding Section
------------------------------------------------------------------------------*/
div.expanding_section {
	
}

div.expanding_section h1 {
	text-align: left;
}

div.expanding_section div.content {
	font-size: 14px;
	line-height: 1.4em;
	overflow: hidden;
}

div.expanding_section div.content div { padding: 22px 23px 16px 23px; }

h1.bar {
	line-height: 38px;
	margin: 0;
	text-align: left;
	
	background: rgb(162,162,162); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(162,162,162,1) 0%, rgba(107,107,107,1) 47%, rgba(94,94,94,1) 47%, rgba(76,76,76,1) 69%, rgba(59,59,59,1) 97%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,162,162,1)), color-stop(47%,rgba(107,107,107,1)), color-stop(47%,rgba(94,94,94,1)), color-stop(69%,rgba(76,76,76,1)), color-stop(97%,rgba(59,59,59,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(162,162,162,1) 0%,rgba(107,107,107,1) 47%,rgba(94,94,94,1) 47%,rgba(76,76,76,1) 69%,rgba(59,59,59,1) 97%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(162,162,162,1) 0%,rgba(107,107,107,1) 47%,rgba(94,94,94,1) 47%,rgba(76,76,76,1) 69%,rgba(59,59,59,1) 97%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(162,162,162,1) 0%,rgba(107,107,107,1) 47%,rgba(94,94,94,1) 47%,rgba(76,76,76,1) 69%,rgba(59,59,59,1) 97%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(162,162,162,1) 0%,rgba(107,107,107,1) 47%,rgba(94,94,94,1) 47%,rgba(76,76,76,1) 69%,rgba(59,59,59,1) 97%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


h1.bar.allergens {
	background: #e9e8e8 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #e9e8e8 0%, #dfdfdf 3%, #e0e0e0 5%, #d0d0d0 46%, #c9c9c9 49%, #b8b8b8 51%, #aeaeae 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e8), color-stop(3%,#dfdfdf), color-stop(5%,#e0e0e0), color-stop(46%,#d0d0d0), color-stop(49%,#c9c9c9), color-stop(51%,#b8b8b8), color-stop(100%,#aeaeae)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9e8e8 0%,#dfdfdf 3%,#e0e0e0 5%,#d0d0d0 46%,#c9c9c9 49%,#b8b8b8 51%,#aeaeae 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9e8e8 0%,#dfdfdf 3%,#e0e0e0 5%,#d0d0d0 46%,#c9c9c9 49%,#b8b8b8 51%,#aeaeae 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9e8e8 0%,#dfdfdf 3%,#e0e0e0 5%,#d0d0d0 46%,#c9c9c9 49%,#b8b8b8 51%,#aeaeae 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #e9e8e8 0%,#dfdfdf 3%,#e0e0e0 5%,#d0d0d0 46%,#c9c9c9 49%,#b8b8b8 51%,#aeaeae 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#aeaeae',GradientType=0 ) !important; /* IE6-9 */
}


div.expanding_section.open h1.bar {
	background: rgb(213,213,213); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(213,213,213,1) 0%, rgba(206,206,206,1) 16%, rgba(191,191,191,1) 40%, rgba(188,188,188,1) 49%, rgba(168,168,168,1) 49%, rgba(154,154,154,1) 91%, rgba(152,152,152,1) 98%, rgba(184,184,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,213,213,1)), color-stop(16%,rgba(206,206,206,1)), color-stop(40%,rgba(191,191,191,1)), color-stop(49%,rgba(188,188,188,1)), color-stop(49%,rgba(168,168,168,1)), color-stop(91%,rgba(154,154,154,1)), color-stop(98%,rgba(152,152,152,1)), color-stop(100%,rgba(184,184,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(206,206,206,1) 16%,rgba(191,191,191,1) 40%,rgba(188,188,188,1) 49%,rgba(168,168,168,1) 49%,rgba(154,154,154,1) 91%,rgba(152,152,152,1) 98%,rgba(184,184,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(206,206,206,1) 16%,rgba(191,191,191,1) 40%,rgba(188,188,188,1) 49%,rgba(168,168,168,1) 49%,rgba(154,154,154,1) 91%,rgba(152,152,152,1) 98%,rgba(184,184,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(213,213,213,1) 0%,rgba(206,206,206,1) 16%,rgba(191,191,191,1) 40%,rgba(188,188,188,1) 49%,rgba(168,168,168,1) 49%,rgba(154,154,154,1) 91%,rgba(152,152,152,1) 98%,rgba(184,184,184,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(213,213,213,1) 0%,rgba(206,206,206,1) 16%,rgba(191,191,191,1) 40%,rgba(188,188,188,1) 49%,rgba(168,168,168,1) 49%,rgba(154,154,154,1) 91%,rgba(152,152,152,1) 98%,rgba(184,184,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#b8b8b8',GradientType=0 ); /* IE6-9 */
}

body.old-mill div.expanding_section.open h1.bar {
	background: rgb(164,226,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(164,226,249,1) 0%, rgba(145,220,248,1) 18%, rgba(114,210,246,1) 40%, rgba(107,208,246,1) 49%, rgba(94,186,221,1) 49%, rgba(60,175,218,1) 96%, rgba(59,175,218,1) 98%, rgba(118,199,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,226,249,1)), color-stop(18%,rgba(145,220,248,1)), color-stop(40%,rgba(114,210,246,1)), color-stop(49%,rgba(107,208,246,1)), color-stop(49%,rgba(94,186,221,1)), color-stop(96%,rgba(60,175,218,1)), color-stop(98%,rgba(59,175,218,1)), color-stop(100%,rgba(118,199,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(164,226,249,1) 0%,rgba(145,220,248,1) 18%,rgba(114,210,246,1) 40%,rgba(107,208,246,1) 49%,rgba(94,186,221,1) 49%,rgba(60,175,218,1) 96%,rgba(59,175,218,1) 98%,rgba(118,199,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(164,226,249,1) 0%,rgba(145,220,248,1) 18%,rgba(114,210,246,1) 40%,rgba(107,208,246,1) 49%,rgba(94,186,221,1) 49%,rgba(60,175,218,1) 96%,rgba(59,175,218,1) 98%,rgba(118,199,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(164,226,249,1) 0%,rgba(145,220,248,1) 18%,rgba(114,210,246,1) 40%,rgba(107,208,246,1) 49%,rgba(94,186,221,1) 49%,rgba(60,175,218,1) 96%,rgba(59,175,218,1) 98%,rgba(118,199,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(164,226,249,1) 0%,rgba(145,220,248,1) 18%,rgba(114,210,246,1) 40%,rgba(107,208,246,1) 49%,rgba(94,186,221,1) 49%,rgba(60,175,218,1) 96%,rgba(59,175,218,1) 98%,rgba(118,199,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e2f9', endColorstr='#76c7e5',GradientType=0 ); /* IE6-9 */
}

body.chaser-inn div.expanding_section.open h1.bar {
	background: rgb(188,184,223); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(188,184,223,1) 0%, rgba(176,171,217,1) 17%, rgba(153,148,206,1) 40%, rgba(148,142,204,1) 49%, rgba(132,127,182,1) 49%, rgba(117,110,175,1) 75%, rgba(107,100,171,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,184,223,1)), color-stop(17%,rgba(176,171,217,1)), color-stop(40%,rgba(153,148,206,1)), color-stop(49%,rgba(148,142,204,1)), color-stop(49%,rgba(132,127,182,1)), color-stop(75%,rgba(117,110,175,1)), color-stop(100%,rgba(107,100,171,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(188,184,223,1) 0%,rgba(176,171,217,1) 17%,rgba(153,148,206,1) 40%,rgba(148,142,204,1) 49%,rgba(132,127,182,1) 49%,rgba(117,110,175,1) 75%,rgba(107,100,171,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(188,184,223,1) 0%,rgba(176,171,217,1) 17%,rgba(153,148,206,1) 40%,rgba(148,142,204,1) 49%,rgba(132,127,182,1) 49%,rgba(117,110,175,1) 75%,rgba(107,100,171,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(188,184,223,1) 0%,rgba(176,171,217,1) 17%,rgba(153,148,206,1) 40%,rgba(148,142,204,1) 49%,rgba(132,127,182,1) 49%,rgba(117,110,175,1) 75%,rgba(107,100,171,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(188,184,223,1) 0%,rgba(176,171,217,1) 17%,rgba(153,148,206,1) 40%,rgba(148,142,204,1) 49%,rgba(132,127,182,1) 49%,rgba(117,110,175,1) 75%,rgba(107,100,171,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcb8df', endColorstr='#6b64ab',GradientType=0 ); /* IE6-9 */
}

body.little-brown-jug div.expanding_section.open h1.bar {
	background: rgb(216,199,179); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,199,179,1) 0%, rgba(209,189,165,1) 17%, rgba(196,170,139,1) 40%, rgba(193,166,134,1) 49%, rgba(172,147,119,1) 49%, rgba(163,136,101,1) 75%, rgba(158,127,90,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,199,179,1)), color-stop(17%,rgba(209,189,165,1)), color-stop(40%,rgba(196,170,139,1)), color-stop(49%,rgba(193,166,134,1)), color-stop(49%,rgba(172,147,119,1)), color-stop(75%,rgba(163,136,101,1)), color-stop(100%,rgba(158,127,90,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,199,179,1) 0%,rgba(209,189,165,1) 17%,rgba(196,170,139,1) 40%,rgba(193,166,134,1) 49%,rgba(172,147,119,1) 49%,rgba(163,136,101,1) 75%,rgba(158,127,90,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,199,179,1) 0%,rgba(209,189,165,1) 17%,rgba(196,170,139,1) 40%,rgba(193,166,134,1) 49%,rgba(172,147,119,1) 49%,rgba(163,136,101,1) 75%,rgba(158,127,90,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,199,179,1) 0%,rgba(209,189,165,1) 17%,rgba(196,170,139,1) 40%,rgba(193,166,134,1) 49%,rgba(172,147,119,1) 49%,rgba(163,136,101,1) 75%,rgba(158,127,90,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,199,179,1) 0%,rgba(209,189,165,1) 17%,rgba(196,170,139,1) 40%,rgba(193,166,134,1) 49%,rgba(172,147,119,1) 49%,rgba(163,136,101,1) 75%,rgba(158,127,90,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8c7b3', endColorstr='#9e7f5a',GradientType=0 ); /* IE6-9 */
}

body.cricketers-inn div.expanding_section.open h1.bar {
	background: rgb(226,230,173); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,230,173,1) 0%, rgba(221,225,158,1) 16%, rgba(212,217,132,1) 36%, rgba(209,214,122,1) 49%, rgba(187,191,108,1) 49%, rgba(182,188,93,1) 67%, rgba(176,182,77,1) 95%, rgba(176,181,76,1) 98%, rgba(200,203,130,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,230,173,1)), color-stop(16%,rgba(221,225,158,1)), color-stop(36%,rgba(212,217,132,1)), color-stop(49%,rgba(209,214,122,1)), color-stop(49%,rgba(187,191,108,1)), color-stop(67%,rgba(182,188,93,1)), color-stop(95%,rgba(176,182,77,1)), color-stop(98%,rgba(176,181,76,1)), color-stop(100%,rgba(200,203,130,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,230,173,1) 0%,rgba(221,225,158,1) 16%,rgba(212,217,132,1) 36%,rgba(209,214,122,1) 49%,rgba(187,191,108,1) 49%,rgba(182,188,93,1) 67%,rgba(176,182,77,1) 95%,rgba(176,181,76,1) 98%,rgba(200,203,130,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,230,173,1) 0%,rgba(221,225,158,1) 16%,rgba(212,217,132,1) 36%,rgba(209,214,122,1) 49%,rgba(187,191,108,1) 49%,rgba(182,188,93,1) 67%,rgba(176,182,77,1) 95%,rgba(176,181,76,1) 98%,rgba(200,203,130,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,230,173,1) 0%,rgba(221,225,158,1) 16%,rgba(212,217,132,1) 36%,rgba(209,214,122,1) 49%,rgba(187,191,108,1) 49%,rgba(182,188,93,1) 67%,rgba(176,182,77,1) 95%,rgba(176,181,76,1) 98%,rgba(200,203,130,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,230,173,1) 0%,rgba(221,225,158,1) 16%,rgba(212,217,132,1) 36%,rgba(209,214,122,1) 49%,rgba(187,191,108,1) 49%,rgba(182,188,93,1) 67%,rgba(176,182,77,1) 95%,rgba(176,181,76,1) 98%,rgba(200,203,130,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e6ad', endColorstr='#c8cb82',GradientType=0 ); /* IE6-9 */
}

body.farm-friday-street div.expanding_section.open h1.bar {
	background: rgb(164,220,190); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(164,220,190,1) 0%, rgba(145,213,177,1) 18%, rgba(115,201,155,1) 40%, rgba(108,198,150,1) 49%, rgba(95,177,134,1) 49%, rgba(77,171,120,1) 71%, rgba(63,165,110,1) 93%, rgba(60,163,109,1) 98%, rgba(119,191,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,220,190,1)), color-stop(18%,rgba(145,213,177,1)), color-stop(40%,rgba(115,201,155,1)), color-stop(49%,rgba(108,198,150,1)), color-stop(49%,rgba(95,177,134,1)), color-stop(71%,rgba(77,171,120,1)), color-stop(93%,rgba(63,165,110,1)), color-stop(98%,rgba(60,163,109,1)), color-stop(100%,rgba(119,191,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(164,220,190,1) 0%,rgba(145,213,177,1) 18%,rgba(115,201,155,1) 40%,rgba(108,198,150,1) 49%,rgba(95,177,134,1) 49%,rgba(77,171,120,1) 71%,rgba(63,165,110,1) 93%,rgba(60,163,109,1) 98%,rgba(119,191,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(164,220,190,1) 0%,rgba(145,213,177,1) 18%,rgba(115,201,155,1) 40%,rgba(108,198,150,1) 49%,rgba(95,177,134,1) 49%,rgba(77,171,120,1) 71%,rgba(63,165,110,1) 93%,rgba(60,163,109,1) 98%,rgba(119,191,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(164,220,190,1) 0%,rgba(145,213,177,1) 18%,rgba(115,201,155,1) 40%,rgba(108,198,150,1) 49%,rgba(95,177,134,1) 49%,rgba(77,171,120,1) 71%,rgba(63,165,110,1) 93%,rgba(60,163,109,1) 98%,rgba(119,191,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(164,220,190,1) 0%,rgba(145,213,177,1) 18%,rgba(115,201,155,1) 40%,rgba(108,198,150,1) 49%,rgba(95,177,134,1) 49%,rgba(77,171,120,1) 71%,rgba(63,165,110,1) 93%,rgba(60,163,109,1) 98%,rgba(119,191,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4dcbe', endColorstr='#77bf99',GradientType=0 ); /* IE6-9 */
}

body.mark-cross div.expanding_section.open h1.bar {
	background: #ffbec1; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffbec1 0%, #ff969a 50%, #ff787d 50%, #ff6268 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbec1), color-stop(50%,#ff969a), color-stop(50%,#ff787d), color-stop(100%,#ff6268)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffbec1 0%,#ff969a 50%,#ff787d 50%,#ff6268 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffbec1 0%,#ff969a 50%,#ff787d 50%,#ff6268 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffbec1 0%,#ff969a 50%,#ff787d 50%,#ff6268 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffbec1 0%,#ff969a 50%,#ff787d 50%,#ff6268 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbec1', endColorstr='#ff6268',GradientType=0 ); /* IE6-9 */
}

body.stanmer div.expanding_section.open h1.bar {
	background: rgb(251,209,175); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,209,175,1) 0%, rgba(251,201,161,1) 16%, rgba(249,184,132,1) 40%, rgba(249,181,126,1) 49%, rgba(224,162,111,1) 49%, rgba(223,145,84,1) 91%, rgba(223,144,81,1) 98%, rgba(233,178,134,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,209,175,1)), color-stop(16%,rgba(251,201,161,1)), color-stop(40%,rgba(249,184,132,1)), color-stop(49%,rgba(249,181,126,1)), color-stop(49%,rgba(224,162,111,1)), color-stop(91%,rgba(223,145,84,1)), color-stop(98%,rgba(223,144,81,1)), color-stop(100%,rgba(233,178,134,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,209,175,1) 0%,rgba(251,201,161,1) 16%,rgba(249,184,132,1) 40%,rgba(249,181,126,1) 49%,rgba(224,162,111,1) 49%,rgba(223,145,84,1) 91%,rgba(223,144,81,1) 98%,rgba(233,178,134,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,209,175,1) 0%,rgba(251,201,161,1) 16%,rgba(249,184,132,1) 40%,rgba(249,181,126,1) 49%,rgba(224,162,111,1) 49%,rgba(223,145,84,1) 91%,rgba(223,144,81,1) 98%,rgba(233,178,134,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,209,175,1) 0%,rgba(251,201,161,1) 16%,rgba(249,184,132,1) 40%,rgba(249,181,126,1) 49%,rgba(224,162,111,1) 49%,rgba(223,145,84,1) 91%,rgba(223,144,81,1) 98%,rgba(233,178,134,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,209,175,1) 0%,rgba(251,201,161,1) 16%,rgba(249,184,132,1) 40%,rgba(249,181,126,1) 49%,rgba(224,162,111,1) 49%,rgba(223,145,84,1) 91%,rgba(223,144,81,1) 98%,rgba(233,178,134,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd1af', endColorstr='#e9b286',GradientType=0 ); /* IE6-9 */
}

body.kings-head div.expanding_section.open h1.bar {
	background: rgb(201,150,59); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(201,150,59) 0%, rgb(255,189,76) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(201,150,59)), color-stop(100%,rgb(255,189,76))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(201,150,59) 0%,rgb(255,189,76) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(201,150,59) 0%,rgb(255,189,76) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(201,150,59) 0%,rgb(255,189,76) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(201,150,59) 0%,rgb(255,189,76) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9963b', endColorstr='#ffbd4c',GradientType=0 ); /* IE6-9 */

}

h1.bar a, h1.bar span {
	padding-left: 22px;
	display: block;
	font-family: "UniversLTPro-BoldCond", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

h1.bar a.back {
	background: url('../images/m/icons/arrow_left.png') no-repeat 7px 46%;
	background-size: 10px 14px;
}

h1.bar a.link {
	background: url('../images/m/icons/arrow_right.png') no-repeat right 54%;
	background-size: 25px 14px;
}

h1.bar a.closed {
	background: url('../images/m/icons/arrow_down.png') no-repeat right 54%;
	background-size: 27px 9px;
}

h1.bar a.open {
	background: url('../images/m/icons/arrow_up.png') no-repeat right 54%;
	background-size: 27px 9px;
}

/*----------------------------------------------------------------------------*/

/* Gallery
------------------------------------------------------------------------------*/
ul.gallery {
	margin: 16px 0 8px 16px;
}
ul.gallery li {
	background: url('../images/m/bg_thumbnails.png') no-repeat;
	background-size: 91px 99px;
	width: 91px; height: 99px;
	margin: 0 8px 4px 0;
}
ul.gallery li img {
	margin: 13px 0 0 13px;
	width: 66px; height: 66px;
}

div.gallery_large_image {
	line-height: 0;
}
div.gallery_large_image img {
	width: 100%;
}
/*----------------------------------------------------------------------------*/

/* Food Menu
------------------------------------------------------------------------------*/
div.food_intro {
	display: block;
	margin: 20px auto 15px auto;
	text-align: center;
}

div.food_intro p {
	margin: 0;
}

div.food_intro p.name { padding: 10px 0 10px 0; font-size: 16px; }
div.food_intro p.date { font-size: 22px; line-height: 0.8em; }
div.food_intro p.instructions {
	padding: 15px 0 0 0; font-size: 14px;
	font-family: "UniversLTPro-Condensed", Helvetica, Arial, sans-serif;
}

div.food_intro img { width: 130px; }
div.food_intro img.old-mill { width: 106px; }
div.food_intro img.chaser-inn { width: 85px; }
div.food_intro img.little-brown-jug { width: 80px; }
div.food_intro img.cricketers-inn { width: 84px; }
div.food_intro img.farm-friday-street { width: 88px; }
div.food_intro img.mark-cross { width: 88px; }
div.food_intro img.stanmer { width: 110px;  }
div.food_intro img.kings-head { width: 84px; }

div.food_intro h1 {
	line-height: 0.8em;
	font-weight: bold;
	font-size: 24px;
}

ul.food_menu {
	background: url('../images/m/bg_food_menu.png') repeat;
	background-size: 6px 1px;
}

ul.food_menu li {
	padding: 11px 22px 7px 22px;
	margin: 0;
	background: url('../images/m/div_food_menu.png') repeat-x bottom left;
	background-size: 1px 2px;
	font-size: 12px;
}

ul.food_menu li:last-child { background: none; }

ul.food_menu li p,
ul.food_menu li h2 {
	font-size: 15px;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 1.2em;
}

ul.food_menu li p {
	font-size: 14px;
	font-weight: normal;
}

ul.food_menu li p.price {
	font-size: 15px;
	font-weight: bold;
}

ul.food_menu li p.allergy_advice {
	background-color: red;
	padding: 0;
	margin: 5px -22px -7px -22px;
	background: url('../images/m/bg_food_menu_allergens.png') repeat #969696 0 0;
}

ul.food_menu li p.allergy_advice span {
	display: block;
	padding: 11px 22px 7px 22px;
	background: url('../images/m/bg_food_menu_allergens_bottom.png') 0 100% repeat-x;
}

div.food_info_intro {
	background: url('../images/m/div_food_menu.png') repeat-x bottom left;
	background-size: 1px 2px;
}

div.food_info_outro {
	background: url('../images/m/div_food_menu.png') repeat-x top left;
	background-size: 1px 2px;
}

div.food_info_intro p,
div.food_info_outro p {
	font-weight: bold;
}
/*----------------------------------------------------------------------------*/

/* General Content
------------------------------------------------------------------------------*/
div.general_content {
	padding: 22px 23px 16px 23px;
}

div.general_content.directions { padding: 52px 23px 46px 23px; }
div.general_content.contact_us { padding: 52px 23px 46px 23px; }
div.general_content.book_now { padding: 22px 0 16px 0; }
div.general_content.vacancies { padding: 52px 23px 10px 23px; }

div.general_content h1 { font-weight: bold; }
div.general_content p { font-weight: normal; }

div.general_content h1,
div.general_content p {
	margin: 0;
	line-height: 0.9em;
	text-align: center;
	font-size: 22px;
}

div.general_content p.intro {
	margin: 0 0 20px;
}

div.general_content p.small {
	font-size: 10px;
	margin: 10px 0 10px;
}

a.button {
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px #fff;
	font-weight: bold;
	color: #000;
	border-radius: 10px;
	display: block;
	margin: 0 auto 20px auto;
	font-size: 18px;
	padding: 8px 10px 10px 10px;
	
	background: rgb(251,251,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(251,251,251,1) 5%, rgba(182,184,186,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(5%,rgba(251,251,251,1)), color-stop(100%,rgba(182,184,186,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(251,251,251,1) 5%,rgba(182,184,186,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(251,251,251,1) 5%,rgba(182,184,186,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(251,251,251,1) 5%,rgba(182,184,186,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(251,251,251,1) 5%,rgba(182,184,186,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#b6b8ba',GradientType=0 ); /* IE6-9 */
	
	border: 2px solid #eee;
}
/*----------------------------------------------------------------------------*/

/* Gallery Instructions
------------------------------------------------------------------------------*/
div.gallery_instructions {
	position: fixed;
	left: 0; right: 0;
	background-color: rgba(0,0,0, 0.7);
	width: auto;
	text-align: center;
	padding: 0;
	color: #fff;
	display: none;
}

div.gallery_instructions p {
	background: url('../images/m/icons/arrows_up_down.png') no-repeat 0 50%;
	background-size: 16px 16px;
	padding: 15px 15px 15px 20px;
	margin: 0;
	display: inline-block;
}

div.gallery_instructions.bottom {
	bottom: 0;
}
/*----------------------------------------------------------------------------*/

/* Restrict Widths
------------------------------------------------------------------------------*/
.restrict_width_320 {
	display: block;
	max-width: 320px;
	width: 320px;
	margin: 0 auto;
}
/*----------------------------------------------------------------------------*/


/* OpenTable
------------------------------------------------------------------------------*/
div.mobile_ot_wrap {
	width: 170px;
	margin: 0 auto;
}
/*----------------------------------------------------------------------------*/


div.job_details {
	padding: 25px !important;
	font-size: 12px;
}

div.how_to_apply {
	margin-top: 25px;
	padding: 15px 15px 5px 15px !important;
	border: 2px solid #ccc;
	border-radius: 15px;
	background: #696a6a url("../images/m/bg_grad_grey.png") repeat-x 0 0;
	font-size: 12px;
}

div.job_details h2 {
	padding-top: 10px;
	color: #fff;
	font-weight: bold;
}

div.job_details h2:first-child {
	padding-top: 0;	
}

div.job_details a.apply {
	color: #fff;
	font-weight: bold;
	
	background: #e9e8e8 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #e9e8e8 0%, #dfdfdf 3%, #e0e0e0 5%, #d0d0d0 46%, #c9c9c9 49%, #b8b8b8 51%, #aeaeae 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e8), color-stop(3%,#dfdfdf), color-stop(5%,#e0e0e0), color-stop(46%,#d0d0d0), color-stop(49%,#c9c9c9), color-stop(51%,#b8b8b8), color-stop(100%,#aeaeae)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9e8e8 0%,#dfdfdf 3%,#e0e0e0 5%,#d0d0d0 46%,#c9c9c9 49%,#b8b8b8 51%,#aeaeae 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9e8e8 0%,#dfdfdf 3%,#e0e0e0 5%,#d0d0d0 46%,#c9c9c9 49%,#b8b8b8 51%,#aeaeae 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9e8e8 0%,#dfdfdf 3%,#e0e0e0 5%,#d0d0d0 46%,#c9c9c9 49%,#b8b8b8 51%,#aeaeae 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #e9e8e8 0%,#dfdfdf 3%,#e0e0e0 5%,#d0d0d0 46%,#c9c9c9 49%,#b8b8b8 51%,#aeaeae 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#aeaeae',GradientType=0 ) !important; /* IE6-9 */
	
	border: 1px solid #ccc;
	padding: 5px 15px;
	border-radius: 30px;
	
	text-decoration: none;
	
	display: inline-block;
	
	text-shadow: 0 -1px #333;

}

div.job_details a.apply:hover {
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ce5c00+0,cc7c3f+50,ce5c00+51,cc834b+100 */
	background: #ce5c00 !important;; /* Old browsers */
	background: -moz-linear-gradient(top, #ce5c00 0%, #cc7c3f 50%, #ce5c00 51%, #cc834b 100%) !important;; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ce5c00), color-stop(50%,#cc7c3f), color-stop(51%,#ce5c00), color-stop(100%,#cc834b)) !important;; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ce5c00 0%,#cc7c3f 50%,#ce5c00 51%,#cc834b 100% !important;); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ce5c00 0%,#cc7c3f 50%,#ce5c00 51%,#cc834b 100%) !important;; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ce5c00 0%,#cc7c3f 50%,#ce5c00 51%,#cc834b 100%) !important;; /* IE10+ */
	background: linear-gradient(to bottom, #ce5c00 0%,#cc7c3f 50%,#ce5c00 51%,#cc834b 100%) !important;; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce5c00', endColorstr='#cc834b',GradientType=0 ) !important;; /* IE6-9 */
	
}

div.vacancy_group {
	margin-top: 14px;
}

div.vacancy_group div.content {
	background: url('../images/m/bg_grad_grey.png') repeat-x fixed #696a6a; /* Default for W&H Main */
}

div.group_header {
	
	padding: 10px 10px 8px 10px;
	color: #000;
	
	border: 2px solid #999;
	border-bottom: none;
	display: inline-block;
	
	margin-top: 10px;
	margin-left: 10px;
	
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,8c8c8c+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #8c8c8c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#8c8c8c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#8c8c8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
	
	text-transform: uppercase;
	
	font-size: 14px;
	font-weight: bold;

}


form.auto_submit {
	margin: 10px;
	padding: 5px;
	text-align: center;
}

form.auto_submit label {
	color: #ccc;
}

img.inline_image {
	display: block;
	width: 100%;
}

#datacap img.datacap {
	display: block;
	max-width: 960px;
	width: 100%; height: auto;
	margin: 0 auto 40px auto;
}

#datacap {
	text-align: center;
	padding-bottom: 50px;
}


#datacap h1 {
	text-transform: uppercase;
}

#datacap #datacap_details {
	padding: 0 20px;
	font-family: "UniversLTPro-Condensed", Helvetica, Arial, sans-serif;
}

#datacap form {
/*	background-color: #000;*/
	text-align: center;
}

#datacap form div.field.show_label label {
	display: block;
	color: #fff;
}

#datacap #pub_list {

}

#datacap form div.big_checkbox_radio label:first-child {
	margin: 0 auto 20px auto;
	text-align: center;
	border: none;
	padding: 0;
	border-radius: 0;
	background-color: inherit;
}

#datacap form div.big_checkbox_radio label {
	color: #fff;
	text-align: left;
	margin: 0 auto 5px auto;
	max-width: 200px;
	display: block;
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 20px;
	background-color: #333;
}


#datacap form {
	margin-top: 30px;
}

#datacap p.terms {
	margin: 0 auto;
	padding: 20px;
	font-size: 12px;
	line-height: 1.4em;
	color: #aaa;
	max-width: 960px;
	text-shadow: none;
}

#datacap p.terms strong {
	color: #ccc;
}


#datacap h2 {
	text-align: center;
	font-weight: normal;
	font-size: 22px;
	line-height: 0.9em;
	margin-top: 1.4em;
	margin-bottom: 0.6em;
	text-transform: uppercase;
}

p.take_away_discount_text {
	text-align: center;
	font-size: 14px;
	padding: 1em 0 1em 0;
}

div.full_screen_iframe_container {
	line-height: 0;
	right: 0; 
	bottom: 0; 
	left: 0;
	top: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	position: fixed;
}

div.full_screen_iframe_container  iframe {
	height: 100%;
	width: 100%;
	border: 0;
}

div.info_box {
	text-align: center;
	padding: 10px;	
}

div.info_box * {
	color: #b7b7b7;
}

div.info_box p.conditions {
	font-size: 12px;
	color: #ccc;
	line-height: 1.2em;
}

div.info_box p.error {
	font-size: 16px;
	color: #ff0000;
	line-height: 1.2em;
}

div.info_box h3 {
	margin-top: 30px;
	font-size: 26px;
}

/* Mailers
------------------------------------------------------------------------------*/
div#datacap.mailer {
	margin: 0 !important;
	padding: 0 !important;
}

div#datacap.mailer form {
	margin: 0 !important;
	padding: 0 !important;
}

#form_content_layout_1 {
	margin: 0 auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 850px;
	background-color: #252525;
	margin-bottom: 0 !important;
}

#form_content_layout_1 div.section {
	font-size: 0;
	position: relative;
	width: inherit;
	background-color: #252525;
}

#form_content_layout_1 div.section.transparent {
	background-color: transparent;
}

#form_content_layout_1 div.section.text_activate {
	margin-bottom: 15px; margin-top: 40px;
}

#form_content_layout_1 div.section input.confirm {
	width: 100%;
	max-width: 850px;
	top: 43.5%;
	position: absolute;
}

#form_content_layout_1 div.section input.confirm_additional_sites {
	width: 100%;
	max-width: 850px;
	margin: 12% auto 16% auto;
}

#form_content_layout_1 div.section.confirm_additional_sites {
	background-color: #252525;
	padding: 20px auto 20px auto !important;
}

#form_content_layout_1 div.section img {
	width: 100%; height: auto;
	max-width: 850px;
}

div#datacap.mailer #pub_list {
	padding-bottom: 30px;
	overflow: hidden;
}

div#datacap.mailer #pub_list.replace {
	height: 0 !important;
	padding: 0 !important;
}

div.graphical_pub {
	position: relative;
	width: 100%;
}

div.graphical_pub img {
	width: 100%;
	max-width: 850px;
}
div.graphical_pub span.checkbox {
	position: absolute;
	bottom: 12%; right: 17%;
	display: block;
	border: 2px solid #ccc;
	width: 4%; height: 7%;
	border-radius: 20%;
}

div.graphical_pub span.checkbox span {
	position: absolute;
	border: 1px solid #fff;
	display: block; top: 2px; left: 2px; right: 2px; bottom: 2px;
	background-color: #fff;
}

div.graphical_pub span.checkbox.on span {
	background-color: #ccc;
}

div.graphical_pub.pub_1 span.checkbox { right: 16.5%; }
div.graphical_pub.pub_4 span.checkbox { right: 16.5%; }
div.graphical_pub.pub_5 span.checkbox { right: 15.5%; }
div.graphical_pub.pub_6 span.checkbox { right: 19.5%; }
div.graphical_pub.pub_7 span.checkbox { right: 15%; }
div.graphical_pub.pub_9 span.checkbox { right: 19.5%; }
div.graphical_pub.pub_10 span.checkbox { right: 21%; }
div.graphical_pub.pub_11 span.checkbox { right: 18%; }

div#datacap.mailer div.section {
	background-color: #252525;
	width: 100%;
	max-width: 850px;
	margin-bottom: 0;
}

div#datacap.mailer div.info_box {
	margin-bottom: 0;
}

div#datacap.mailer div.info_box p {
	color: #959595;
	margin-bottom: 2em;
}
div#datacap.mailer div.info_box h2,
div#datacap.mailer div.info_box h3 {
	font-size: 20px;
	color: #959595;
	font-weight: normal;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	
}

div#datacap.mailer div.info_box h2 {
	color: #fff;
}

div#datacap.mailer input[name=email] {
	display: block;
	position: absolute;
	bottom: 55.2%;
	font-size: 12px;
	margin: 0 20%;
	width: 60%;
	box-sizing: border-box;
	z-index: 100;
}
/*----------------------------------------------------------------------------*/