.bg-orange { background: #FE6A6A; } .text-orange { color: #FE6A6A; } .hov-orange:hover { background: #FE6A6A; } .bg-blue { background: #B1E0FC; } .text-blue { color: #B1E0FC; } .hov-blue:hover { background: #B1E0FC; } .bg-purple { background: #D7B1FE; } .text-purple { color: #D7B1FE; } .hov-purple:hover { background: #D7B1FE; } .bg-yellow { background: #EEEE00; } .text-yellow { color: #EEEE00; } .hov-yellow:hover { background: #EEEE00; } .bg-green { background: #C8F737; } .text-green { color: #C8F737; } .hov-green:hover { background: #C8F737; } .bg-darkgrey { background: #333333; } .text-darkgrey { color: #333333; } .hov-darkgrey:hover { background: #333333; } .bg-midgrey { background: #F2F0E4; } .text-midgrey { color: #F2F0E4; } .hov-midgrey:hover { background: #F2F0E4; } .bg-white { background: #FFFFFF; } .text-white { color: #FFFFFF; } .hov-white:hover { background: #FFFFFF; } .bg-offwhite { background: #F4F2E6; } .text-offwhite { color: #F4F2E6; } .hov-offwhite:hover { background: #F4F2E6; } 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	height: auto;
	width: 100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	/* height: auto; */
	height: 100%; /* set to 100% for clever sticky footer */
}

/*** SITE LAYOUT SETTINGS ***/
body {
	font-family: 'Source Sans Pro', arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: transparent; /* set to fixed color for vertical & vertical_inset */
	/*the following settings are for clever sticky footer */
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
#homewrap {
	width: 100%; /* 100% for stripes, set px for vertical & vertical_inset */
	width: calc(100% - 200px);
	flex: 1; /* for clever sticky footer */
}
.centreme {
	margin: 0 auto;
	width: 100%; /* set px for stripes, 100% for vertical & vertical_inset */
	background-color: transparent; /* set color for vertical */
}
#header-sticky .centreme, #header .centreme {
	width: 100%; /* set to same as #homewrap width */
}
.centremeinner { /*vertical_inset carousel div should not contain this class, but all other (inset) centreme classes should */
	margin: 0 auto;
	width: 100%; /* set px (simulates padding), set same as centreme if no padding required */
	padding: 0; /*should only be needed for vertical_inset, use in conjunction with width, (only use L/R pad) */
	background-color: transparent; /* vertical_inset uses this to set BG color */
}
.fullwid {
	width: 100%; /*do not change this - class should be applied to all parent section divs*/
	overflow: hidden; /*do not change */
}
a {
	text-decoration: none;
	color: inherit;
}
p, h1, h2, h3, li {
	line-height: 1.4;
	margin: 0 0 0 0;
}
p , li {
	font-size: 16px;
	font-weight: 400;
}
p strong {
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	font-weight: 500;
	font-family: 'Roboto';
}
.header-purple h1 {
	  color: #D7B1FE;
}
.header-orange h1 {
	color: #FE6A6A;
}
.header-blue h1 {
	color: #B1E0FC;
}
.header-yellow h1 {
	color: #EEEE00;
}
.header-green h1 {
	color: #C8F737;
}
h2 {
	font-size: 18px;
}
}
h3 {
	font-size: 16px;
}
blockquote {
	font-style: italic;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 4px solid #AAA;
	color: #666;
}
#oldIE {
	display: none;
	width: 100%;
	height: 20px;
	text-align: center;
	padding: 50px;
	font-size: 20px;
	background: #000;
	color: #FFF;
}
#header { /*only used if sticky header is false */
	background: #FFF;
}
#header-sticky { /*only used if site has a sticky header */
	background: #FFF;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 1040;
	padding-bottom: 10px;
	right: 320px;
}
#headerPadding { /*only used if site has a sticky header */
	height: 0px;
	width: 100%;
	overflow: hidden;
	height: 0px;
}
#section1, #featured, #hero {
	padding: 0 0 0px;
}
#section1 {
	margin-bottom: -6px;
}
#footer {
	padding: 50px 0;
	text-align: center;
	color: #777;
}

#footer a {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footercopyrighttext {
	color: #777;
	margin: 20px 0 40px 0;
}

/*** MENU SETTINGS ***/
#logoholder {
	float: left;
	padding-top: 32px;
	padding-bottom: 15px;
	margin: 25px 22px 30px 25px;
}
#logo img { /*set image width (50% of natural width if retina) */
	width: 140px;
}
.headerphonenum {
	text-align: center;
	font-size: 19px;
	font-weight: normal;
	margin: 0 auto;
	padding-top: 7px;
}
#sidemenu {
	width: 200px;
	height: 100%;
	position: fixed;
	box-shadow: -4px 0px 8px 0px rgba(0, 0, 0, 0.5);
	z-index: 1040; /*was 9999 in front of lightbox*/
	right: 0;
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
#menu ul {
	list-style-type: none;
	padding: 0;
	float: right;
	margin: 0 0 0 0;
	width: 100%;
}

#menu li {
	display: block;
	padding: 0 10px 0 10px;
	line-height: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#menu li a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding-bottom: 24px;
	padding-top: 24px;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	text-align: center;
}
#menu li a:hover {
	color: #999;
}
#menu li .menuActiveState {
	color: #FFF;
}
.menuTopBar {
	height: 0px; /*change this to make it work */
	margin-bottom: 0px; /*change this to make it work */
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuUnderline {
	height: 0; /*add styling here to make it work if required */
	margin-bottom: 0px; /*change this to make it work */
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menuTitle {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: 600;
}
#menu li a .inactiveMenu {
	color: #000;
}
#menu li a .inactiveMenuTop {
	background: transparent;
}
#hamburger {
	font-size: 40px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
#nav .showmenu {
	display: block;
}
#extramenu {
	width: 250px;
	right: 200px;
	z-index: 9999;
	position: fixed;
	top: 335px;
	background: #333333;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	display: none;
}
#overflowmenuul {
	padding: 10px 0;
}
#overflowmenuul li {
	display: block;
}
#overflowmenuul li a {
	display: block;
	padding: 15px 0;
}
#overflowmenuul li:hover {
	background: #555;
}
#overflowmenuul li a:hover {
	opacity: 0.7;
}
.socialholder img {
	height: 32px;
	opacity: 0.5;
}
#menu .socialholder a {
	padding: 15px 0;
}
#mobilehamburger {
	display: none;
}
/** Menu Search **/
#menu #searchIconHolder {
	padding-left: 0px;
	width: auto;
}
#searchfa {
	cursor: pointer;
}
#searchboxwrapper {
	position: absolute;
	text-align: center;
	width: 1000px;
	display: none;
}
#searchboxholder {
	float: right;
	background: #b4d6a0;
	padding: 10px 13px 11px 10px;
	border-radius: 5px;
	margin-top: 30px;
	display: none;
}
#searchboxholder2 {
	padding: 10px 13px 11px 10px;
	border-radius: 5px;
}
#searchbox, #searchbox2 {
	width: 50px;
	padding: 6px 4px;
	font-size: 14px;
	border: none;
}
#searchbox2 {
	width: 135px;
}
#searchbtn, #searchbtn2 {
	cursor: pointer;
	border: none;
	text-transform: uppercase;
	background: #313131;
	color: #FFF;
	font-size: 12px;
	padding: 8px 15px 6px;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-mox-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 3px;
}
#searchbtn:hover {
	background: #515151;
}
#cancelsearch {
	color: #FFF;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-mox-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#cancelsearch:hover {
	color: #D00;
}
#menu #mobilesearchholder {
	display: none;
}
/*** Section aggregate classes ***/

/*** Carousel settings ***/
#homeflex {
	width: 100%;
	overflow: hidden;
}
.heroImgHolder, .flexslider {
	width: 100%;
	height: 520px;
}
.heroImgHolder img, .flexslider img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.hero_overlay {
	color: #FFF;
	height: 520px;
	margin-top: -280px;
	margin-right: 115px;
	right: 0;
	text-align: right;
	font-size: 40px;
	z-index: 99;
	position: absolute;
}
.eat-drink .hero_overlay, .functions .hero_overlay {
	text-align: left;
	margin-right: auto;
	margin-left: 140px;
	margin-top: -380px;
	right: auto;
}
.eat-drink .herooverlaytextdiv, .functions .herooverlaytextdiv {
	width: 500px;
}
.eat-drink .hero_overlay .overlaySubtitle, .functions .hero_overlay .overlaySubtitle {
	font-size: 20px;
}
.hero_overlay p {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 8px;
	line-height: 1em;
	letter-spacing: 1px;
}
.overlayDivHolder {
	width: 100%;
	position: absolute;
	text-align: center;
}
.herooverlaytextdiv {
	width: 750px;
}
.overlayDiv {
	position: relative;
	z-index: 500;
	text-align: center;
	padding-top: 95px;
}
.hero_overlay .overlayTitle {
	color: #FFF;
	font-size: 70px;
	text-transform: uppercase;
	letter-spacing: -2px;
	font-weight: 500;
}
.homeImgHolder {
	overflow: hidden;
	float: right;
}
.imgoverlay {
	position: absolute;
	background: rgba(0,0,0,.5);
	top: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 2px);
}
.flex-direction-nav, .flex-direction-nav li, .flex-disabled {
	display: none;
}
.flex-active-slide {
	position: relative;
}
.prevslide, .nextslide {
	position: relative;
	z-index: 10;
	cursor: pointer;
	color: #CCC;
	font-size: 100px;
	font-family: 'Wire One', sans-serif;
	opacity: 0.5;
	width: 40px;
	display: none;
	padding-top: 255px;
	padding-left: 20px;
}
.nextslide {
	right: 0;
	float: right;
	padding-right: 20px;
}
.prevslide:hover, .nextslide:hover {
	color: #FFF;
}
/*** Section Aggregate Template ***/
#aggTop {
	padding: 30px 0;
}
#topAggItem {
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}
.aggSectionName {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 5px 0px 10px 0px;
}
.aggItemTitle {
	font-size: 42px;
	font-weight: 900;
	line-height: 1em;
}
.aggItemPreview {
	margin-top: 15px;
	font-size: 17px;
	color: #7b8486;
	font-weight: 300;
	line-height: 1.3em;
}
.pagination {
	padding: 5px 8px;
	margin-right: 5px;
	border: 1px solid #CCC;
	background: #f1f5f6;
	color: #888;
	display: inline-block;
}
.activePagination {
	border: 1px solid #FFF;
	color: #000;
	background: #ffffff;
}
#loadmorebtn {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 1.5% 1%;
	border: 3px solid #000000;
	width: 20%;
	text-align: center;
	margin: 0 auto;
}
#loadmorebtn:hover {
	border-color: #697072;
	color: #697072;
}
/*** Tiles ***/
.tileImage {
	overflow: hidden;
}
.tileBottom {
	text-align: left;
	height: 100px;
	overflow: hidden;
	background: #FFF;
	margin-top: -2px;
	padding: 20px 20px 30px 0px;
}
.tileSectionName {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 70px 0 10px 10px;
	display: inline-block;
	padding: 7px 12px;
	color: #FFF;
	border-radius: 5px;
}
.tileBottom .tileSectionName { /*when in the bottom section (not overlaid) */
	margin-top: 0;
	margin-left: 0;
}
.tileName {
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}
.tileBottom .tileName {
	margin-left: 0;
}
.tileOne {
	overflow: hidden;
	float: left;
	width: 98%;
	margin: 20px 1% 0 1%;
	position: relative;
}
.tileTwo {
	overflow: hidden;
	float: left;
	width: 49%;
	margin: 20px 0 0 2%;
	position: relative;
}
.tileTwo:nth-of-type(2n) { /*items 0,2,4,6 etc - end of col */
	margin-right: 0;
}
.tileTwo:nth-of-type(2n+1) { /*items 1,3,5,7 etc - start of col */
	margin-left: 0;
}
.tileTwo .tileImage {

}
.tileTwo .tileBottom {

}
.tileTwo .tileSectionName {

}
.tileTwo .tileName {

}
.tileThree {
	overflow: hidden;
	float: left;
	width: 32%;
	margin: 20px 0 0 2%;
	position: relative;
}
.tileTwo .tileImage {

}
.tileTwo .tileBottom {

}
.tileTwo .tileSectionName {

}
.tileTwo .tileName {

}
.tileThree:nth-of-type(3n) { /*items 0,3,6 etc - end of col */
	margin-right: 0;
}
.tileThree:nth-of-type(3n+1) { /*items 1,4,7 etc - start of col */
	margin-left: 0;
}
.tileThree .tileImage {

}
.tileThree .tileBottom {

}
.tileThree .tileSectionName {

}
.tileThree .tileName {

}
.tileFour {
	overflow: hidden;
	float: left;
	width: 23.5%;
	margin: 20px 0 0px 2%;
	position: relative;
}
.tileFour:nth-of-type(4n) { /*items 0,4,8 etc - end of col */
	margin-right: 0;
}
.tileFour:nth-of-type(4n+1) { /*items 1,5,9 etc - start of col */
	margin-left: 0;
}
.tileFour .tileImage {

}
.tileFour .tileBottom {

}
.tileFour .tileSectionName {

}
.tileFour .tileName {

}
.tileFive {
	overflow: hidden;
	float: left;
	width: 18.4%;
	margin: 20px 0 0px 2%;
	position: relative;
}
.tileFive:nth-of-type(5n) { /*items 0,5,10 etc - end of col */
	margin-right: 0;
}
.tileFive:nth-of-type(5n+1) { /*items 1,6,11 etc - start of col */
	margin-left: 0;
}
.tileFive .tileImage {

}
.tileFive .tileBottom {

}
.tileFive .tileSectionName {

}
.tileFive .tileName {

}
.tileThree, .tileFour, .tileTwo, .tileFive, .tileOne {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.tileThree:hover, .tileFour:hover, .tileTwo:hover, .tileFive:hover, .tileOne:hover {
	opacity: 0.7;
}
.tileItemOverlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	color: #FFF;
	position: absolute;
	opacity: 1;
}
.newTileLoadedFromAjax { /* keep this one last in tiles */
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*** Columns ***/
.colholder { /*will always be 100% - this is the row */
	width: 100%;
	overflow: hidden;
	display: flex;
}
.twocol {
	width: 50%;
	float: left;
	margin-right: 0%;
/*	overflow: hidden;*/
	margin-bottom: -3px;
	position: relative;
	align-items: stretch;
}
.racing .rslopeholder .twocol:nth-of-type(1) {
	width: 40%;
}

.racing .rslopeholder .twocol:nth-of-type(2) {
	width: 60%;
}
.graze-now-open img {
	float: left;
	margin: 10px 20px 0 0;
}

.twocol:nth-of-type(2n) {
	margin-right: 0;
}
.twocol img, .threecol img, .fourcol img {
/*	object-fit: cover;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	height: 400px;*/
}
.threecol {
	width: 33.3%;
	float: left;
/*	margin-right: 2%;*/
}
.threecol:nth-of-type(3n) {
/*	margin-right: 0;*/
	width: 33.4%;
}
.fourcol {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.fourcol:nth-of-type(4n) {
	margin-right: 0;
}
.colItem {
	position: relative;
	/* width: 100%; may need to be activated for Firefox*/
}
.colItemBody {
	align-items: stretch;
	height:100%;
	flex-direction: column;
	display: flex;
	justify-content: center;
}
.colItemBody ul {
	margin-left: 18px;
}
.colItemPad {
	padding: 40px 40px 40px;
	overflow: hidden;
}
.rowHeading {
	padding-top: 40px;
}
.colItemBody h1 {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1em;
}
.colbody p {
	font-size: 14px;
	line-height: 1.3;
}
.threecol .colItemBody {
	height: 320px;
	overflow: hidden;
}
.threecol .colItemPad, .twocol .colItemPad {
	height: 240px;
}
.threecol .colDoubleHeight {
	height: 100%;
}
.functions .threecol .colDoubleHeight {
	height: 640px;
}
.rslope {
	align-items: stretch;
}
.eventlistcolrow .twocol .colItemPad, .rslope .colItemPad {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.eat-drink .rslope .colItemPad {
	padding-top: 40px;
	height: auto;
}
.moreinfbtn {
	color: #fff;
	border: none;
	padding: 16px 50px;
	margin-top: 15px;
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	background-color: #333333;
	width: 100px;
	text-align: center;
}
.viewmenubtn, .booktblbtn { /*on home page*/
	color: #000;
	border: none;
	padding: 16px 50px;
	margin-top: 15px;
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	background-color: #B1E0FC;
	cursor: pointer;
	text-align: center;
}
.booktblbtn {
	text-align: center;
	width: 100px;
}

.colOverlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	background: rgba(0,0,0,0.5);
}
.colOverlay h1 {
	font-weight: normal;
	padding-top: 120px;
	/*top: 60%;
	transform: translateY(-100%);
	position: relative;*/
	line-height: 1em;
}

.opaqueoverlaybg {
	background: rgba(0,0,0,0.5);
}
.colImageHold {
	height: 100%;
	width: 100%;
}
.colImageHold img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.bingo-contact .colOverlay{
	background: rgba(0,0,0,0);
}

/*** Forms settings ***/
#uploadBlanket {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	position: fixed;
	display: none;
}
#upload_div {
	margin: 100px auto;
	width: 400px;
	overflow: hidden;
	background: #FFF;
	padding: 10px 40px 40px;
}
#uploadsubmit, #uploadcancel {
	background: #B4D6A0;
	color: #FFF;
	padding: 10px 30px;
	cursor: pointer;
	border: none;
	margin-right: 20px;
}
#upload_div, #upload_target {
	display: none;
}
#former {
	text-align: center;
	margin-top: 20px;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 50px;
	background-color: #F4F2E6;
}
#former .formSectionTitle {
	color: #FFF;
	line-height: 1.4;
	text-align: center;
	font-size: 14px;
	width: 94%;
}
.booking-heading {
	text-align: center;
}
.booking-heading h1 {
	padding-top: 50px;
}
.title-dividers {
	text-align: center;
	padding-top: 10px;
}
.our-club-imgtext h1 {

}
.saver {
	width: 97%;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	padding: 0px 12px;
	font-size: 14px;
	background: #ffffff;
	height: 36px;
}
#former select {
	width: 104%;
}
#former .formSectionTitle {
	font-size: 14px;
	background: #b4d6a0;
	padding: 12px 10px;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 101%;
}
#former .twocol {
	width: 50%;
	margin-right: 4%;
	text-align: left;
}
#former textarea {
	font-family: arial, sans-serif;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.inputlbl {
	color: #313131;
	margin-bottom: 10px;
	margin-top: 25px;
	padding: 0px;
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
}
.reqtext {
	color: #FE6A6A;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	margin-left: 10px;
}
.formImageFilename {
	display: none;
}
.submitter {
	font-size: 17px;
	letter-spacing: 1px;
	padding: 16px 100px;
	background: #B1E0FC;
	border: none;
	border-radius: 3px;
	color: #000;
	margin-bottom: 40px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: normal;
}
.submitter:hover {
	background: #8bacbf;
}
.functions .submitter, .functions-enquiry .submitter {
	background: #D7B1FE;
}
.contact .submitter {
	background: #C8F737;
}
.redborder {
	border: 1px solid #FF0000;
}
#uploadBtn, #chooseUploadBtn {
	padding: 16px 40px;
	background-color: #313131;
	color: #fff;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 3px;
}

/*** Article page ***/
.itemheadline {
	font-size: 30px;
	margin: 20px 0;
}
.article_div {
	padding: 20px 0 50px;
}
.article_div ul, .article_div ol {
	margin: 0 20px;
}
.articlebody p, .articlebody li {
	font-size: 17px;
	line-height: 1.4;
	font-weigh: 300;
}
.articlebody img {
	margin: 20px auto;
}
.article_area {
	background-color: #FFFFFF;
}
.article_area .centremeinner, .article_contentDiv .centremeinner {
	overflow: hidden;
}
.article_contentDiv {

}
.articlelhs {
	width: 69%;
	margin-left: 1%;
	float: left;
	overflow: hidden;
}
.articlerhs {
	width: 28%;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	float: right;
}
#relatedTiles {
	padding-top: 70px;
}
#relatedTiles h1 {
	font-size: 18px;
}
/** Tags **/
#tagholder {
	margin-top: 20px;
}
.taghead {
	font-size: 12px;
	font-weight: bold;
}
.tagger {
	font-size: 11px;
	background: #F0F0F0;
	border: 1px solid #DDD;
	padding: 5px 10px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
}
.tagger:hover {
	background: #DDD;
}
.wid768 {
	width: 768px;
	margin: 0 auto;
}
#footer .threecol {
	font-size: 12px;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
#footer p {
	text-align: center;
}

/*** Social stuff ***/
.fb-comments, .fb-comments iframe[style], .fb-comments span {
	width: 90% !important;
}
/* image gallery (not inline Ace Gall) */
.gallerydiv, .galleryholder {
	overflow: hidden;
	position: relative;
}
.galleryholder {
/*	height: 308px;*/
	height: 328px;
	background: #F4F2E6;
}
.galimage {
	display: block;
	float: left;
	margin-left: 0.5%;
	overflow: hidden;
	width: 25%;
	height: 150px;
}
.galimagebig {
	display: block;
	float: left;
	padding-left: 0px;
	z-index: 95;
	position: relative;
	width: 49%;
	overflow: hidden;
	height: 300px;
}
.gallerypage {
	display: block;
	float: none;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallerypage .galimage:nth-of-type(4), .gallerypage .galimage:nth-of-type(5) {
	margin-top: 6px;
}
.gallery_left_arrow, .gallery_right_arrow {
	height: 60px;
	position: absolute;
	z-index: 98;
	color: #000;
	font-size: 24px;
	text-align: center;
	margin-top: 130px;
	cursor: pointer;
	background: #B1E0FC;
}
.gallery_left_arrow:hover, .gallery_right_arrow:hover {
	background: #B1E0FC;
}
.functions .gallery_left_arrow, .functions .gallery_right_arrow {
	background: #D7B1FE;
}

.gallery_left_arrow {
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery_right_arrow {
	right: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.lrh {
	padding-top: 19px;
	display: block;
}

.galimage img, .galimagebig img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vis {
	opacity: 1;
}
.invis {
	opacity: 0;
}
/** inline gallery from Hanna (for Ace and TWA sites etc) ***/
.inlineGallery {
	overflow: hidden;
}

/** sloping triangles for Sale Greyhounds **/
.rslopeholder {
	margin-top: -46px;
}
.eat-drink .rslopeholder {
	margin-top: 0;
}
.rslopeholder .twocol {
	margin-top: 38px;
}
.rslopetop {
	margin-top: 0;
}
.rslopetop .twocol {
	margin-top: 0;
}
.rslopeholder .rslope, .rslopeholder .rslopewhite {
	margin-top: 0; /*must be same as rslope val below */
	padding: 10px 0px 40px 40px;
}
.rslope, .rslopewhite {
	z-index: 99;
	background: #333333;
	margin-top: 0px; /*must be same as rslope val above */
}
.rslopewhite {
	background: #FFFFFF;
}
.rslope .whatsonbtn {
	background-color: #EEEE00;
	color: #333333;
}
.rslope:after, .rslopewhite:after {
	left:100%;
	top: 0;
	content: "";
	width:0;
	height:0;
	position: absolute;
	z-index: 99;
	border-right: 100px solid transparent;;
	border-top: 600px solid #333333;
}
.rslopewhite:after {
	border-top: 600px solid #FFFFFF;
}
.lslope {
	z-index: 99;
/*	background: *//*;*/
	margin-top: 0px; /*must be same as rslope val above */
}
.lslope:before {
	right:100%;
	top: 0;
	content: "";
	width:0;
	height:0;
	position: absolute;
	z-index: 99;
	border-left: 100px solid transparent;;
	border-top: 600px solid #FFFFFF;
}
.wid-66 {
	width: 66.6%;
}
.wid-66 .colItemBody {
	height: 320px;
}
.wid-34 {
	width: 33.4%;
}
.cafe, .temlee {
	display: none;
}
.tabholderparent {
	margin-top: -106px;
	display: block;
	position: relative;
	z-index: 99;
}
.tabholder {
	overflow: hidden;
}
.eattab {
	background-color: #F4F2E6;
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px 58px 18px;
	display: inline-block;
	margin-right: 4px;
	cursor: pointer;
	font-weight: 400;
	font-family: "Roboto";
	letter-spacing: -1px;
}
.eattab:hover {
	background-color: #B1E0FC;
}
.eattab:last-of-type {

}
.eattab-active {
	background-color: #B1E0FC;
}
.eventlistcolrow {
	height: 400px;
}
/*.graze-now-open {*/
/*	display: block;*/
/*	flex-direction: inherit;*/
/*	justify-content: center;*/
/*	padding-top: 50px;*/
/*}*/
.graze-now-open h1 {
	font-size: 32px;
	padding-top: 23px;
	color: #B1E0FC;
}
.contact .article_area  {
	background-color: #F4F2E6;
	text-align: left;
	padding: 60px 0 20px 0
}
.articlebody {
	width: 70%;
	padding: 5% 15% 7% 15%;
}
.formabovecontent {
	width: 80%;
	padding: 0 10%;
	text-align: center;
}
.contactoutlinks .colItemBody {
	max-height: 400px;
}
.contactoutlinks .colOverlay {
	bottom: 0;
	background: rgba(0,0,0,0.7);
	top: auto;
	height: auto;
}
.contactoutlinks .twocol:nth-of-type(1) .colOverlay {
	background-color: #D7B1FE;
	color: #333333;
	margin-top: 5px;
}
.contactoutlinks .twocol:nth-of-type(2) .colOverlay {
	background-color: #B1E0FC;
	color: #333333;
}
.contactoutlinks .colOverlay h1 {
	padding-top: 30px;
	padding-bottom: 27px;
}

#menu .mobileonly {
	display: none;
}
#gamblepolicylist {
	padding-top: 30px;
}
#gamblepolicylist h2 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}
#gamblepolicylist a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 15px 20px;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
}
#gamblepolicylist a:hover {
	background: #FAFAFA;
}
#mobilephonenum {
	display: none;
}
#bookingFrameDiv {
	display: none;
	top: 0;
	width: 100%;
	position: fixed;
	background: rgba(0,0,0,0.5);
	height: 100%;
	z-index: 9999;
	text-align: center;
}
#bookingFrame {
	height: 600px;
	margin: 0 auto;
	width: 270px;
}
#bookclosehold {
	color: #FFF;
	font-size: 20px;
	text-align: right;
	width: 180px;
	margin: 10px auto 0;
	cursor: pointer;
}
.displaynone {
	display: none;
}
.nativevidhold video {
	object-fit: cover;
}
@media screen and (min-width: 2000px) { /*for super wide screens, stripes */
/*	#homewrap {*/
/*		width: 2000px;*/
/*		margin: 0 auto;*/
/*		background: #FFF;*/
/*	}*/

}

@media screen and (max-width: 1350px) {
	/*for super wide screens, stripes */
	.eattab {
		padding: 20px 45px 18px;
	}
}
@media screen and (max-width: 1200px) { /*for super wide screens, stripes */
	#extramenu {
		top: 410px;
	}
/*	.colItemBody h1 {*/
/*		font-size: 30px;*/
/*		line-height: 1em;*/
/*	}*/
	.eattab {
		font-size: 17px;
		padding: 20px 30px 18px;
		letter-spacing: 0px;
	}
	.hero_overlay {
		margin-top: -290px;
		margin-top: -290px;
	}
	.hero_overlay p {
			font-size: 25px;
	}
	.hero_overlay .overlayTitle {
		font-size: 55px;
	}
	.herooverlaytextdiv {
		width: 650px;
	}
	.colItemBody {
		height: 100%;
	}
	p, li {
		font-size: 16px;
		line-height: 1.2;
	}
	.contactoutlinks .colOverlay h1 {
		padding-bottom: 21px;
		font-size: 24px;
	}
	.prevslide, .nextslide {
		padding-top: 212px;
		font-size: 80px;
	}
	.colOverlay h1 {
		padding-top: 140px;
	}
	.colItemPad {
		padding: 30px;
	}
	.graze-now-open h1 {
		padding-top: 30px;
	}
	#former {
		padding-right: 7%;
		padding-left: 7%;
	}
	.threecol .colItemPad {
		height: 260px;
	}
	.gallerypage .galimage:nth-of-type(4), .gallerypage .galimage:nth-of-type(5) {
		margin-top: 4px;
	}
	.eat-drink .hero_overlay, .functions .hero_overlay {
		margin-left: 40px;
		width: 400px;
	}
}

@media screen and (max-width: 1100px) {
	/*for super wide screens, stripes */
	#sidemenu {
		width: 170px;
	}
	#homewrap {
		width: calc(100% - 170px);
	}
	#header-sticky {
		right: 280px;
	}
	.menuTitle {
		font-size: 1.2em;
	}
	.colItemBody h1 {
		font-size: 25px;
	}
	p, li {
		font-size: 14px;
		line-height: 1.3;
	}
	#former {
		padding-right: 5%;
		padding-left: 5%;
	}
	.contactoutlinks .colOverlay h1 {
		font-size: 21px;
	}
	.eattab {
		padding: 20px 25px 18px;
	}

}


@media screen and (max-width: 1000px) {  /* everything below ipad landscape*/
	.colItemBody h1 {
		font-size: 26px;
	}
	.eat-drink .herooverlaytextdiv, .functions .herooverlaytextdiv {
		width: 300px;
	}

}
@media screen and (max-width: 900px) { /*tablet portrait*/
	body {
		display: block;
		flex-direction: inherit;
	}
	p, li {
		font-size: 15px;
	}
	#logo {
		margin-left: 10px;
	}
	#header-sticky {
		width: 100%;
		right: auto;
		background: rgba(255,255,255,0.95);
	}
	#logoholder {
		padding: 10px 10px 0 10px;
		margin-top: 5px;
		margin-bottom: 4px;
	}
	#logo img {
		width: 150px;
	}
	#homewrap {
		width: 100%;
	}
	#sidemenu {
		right: auto;
		margin-left:100%;
		box-shadow: none;
		width: 220px;
		top: 0;
	}
	.headerphonenum {
		display: none;
	}
	#mobilehamburger {
		display: inline-block;
		float: left;
		font-size: 30px;
		margin-right: 20px;
		color: #333333;
	}
	#extramenu {
		display: none;
	}
	#hamburger {
		display: none;
	}
	#menu li a {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	#menu .mobileonly {
		display: block;
	}
	#menu .mobileonly a {
		padding-bottom: 0px;
	}
	#menu .mobileonly a .inactiveMenu {
		color: #fff;
	}
	#menu .socialholder {
		display: inline-block;
		margin-left: 10px;
		margin-top: 10px;
	}
	.socialholder img {
		height: 23px;
	}
	#menu .socialholder:nth-of-type(1) {
		padding-left: 50px;
	}
	#menu .socialholder:nth-of-type(2) {

	}
	#menu .socialholder:nth-of-type(3) {

	}
	.rslopeholder .colImageHold {
		margin-top: 8px;
	}
	.contact .rslopeholder .colImageHold {
		margin-top: -4px;
	}
	#section1 {
		/*margin-bottom: 8px;*/
		margin-bottom: 0px;
	}
	.rslopeholder {
		margin-right: -50px;
	}
	.eattab {
		font-size: 15px;
		padding: 15px 30px 13px;
	}
	.colItemPad {
		padding: 25px;
	}

	/* carousel */
	.heroImgHolder, .flexslider {
		height: 400px;
	}
	.homeImgHolder img, .flexslider img {
		height: 100%;
		width: 100%;
		min-height: 400px;
		object-fit: cover;
		margin-bottom: -4px;
	}
	.hero_overlay {
		margin-top: -230px;
		height: 140px;
	}
	.hero_overlay .overlayTitle {
		font-size: 45px;
	}
	.hero_overlay p {
		font-size: 17px;
	}
	.herooverlaytextdiv {
		width: 500px;
	}
	.prevslide, .nextslide {
		padding-top: 170px;
	}
	#homeflex .heroImgHolder {
		float: none;
/*		height: 400px;*/
		height: 315px;
	}
	/* Tiles */
	.tileImage {
		height: 170px;
		text-align: center;
		width: 100%;
	}
	.tileImageInner {
		width: 100%;
	}
	.tileImage img {
		min-width: 100%;
		min-height: 170px;
	}
	.tileBottom {

	}
	/*tileTwo stays as two column */
	.tileThree, .tileFour, .tileFive { /*becomes two column */
		width: 49%;
		height: 320px;
	}
	.tileThree:nth-of-type(1n), .tileFour:nth-of-type(1n), .tileFive:nth-of-type(1n) { /*override targets all tiles initially */
		margin-left: 1%;
		margin-right: 1%;
	}
	.tileThree:nth-of-type(2n), .tileFour:nth-of-type(2n), .tileFive:nth-of-type(2n) { /*items 0,2,4 etc - end of col */
		margin-right: 0;
	}
	.tileThree:nth-of-type(2n+1), .tileFour:nth-of-type(2n), .tileFive:nth-of-type(2n) { /*items 1,3,5 etc - start of col */
		margin-left: 0;
	}
	/* Columns */
	.threecol .colItemPad, .twocol .colItemPad {
		height: 270px;
	}
	.fourcol { /*cuts down to 2col */
		width: 49%;
		margin-right:2%;
	}
	.fourcol:nth-of-type(2n) {
		margin-right: 0%;
	}
	/* article columns */
	.articlelhs {
		width: 98%;
		margin-right: 1%;
		float: none;
	}
	.articlerhs {
		width: 98%;
		margin-left: 1%;
		float: none;
	}
	.articlerhs .tileOne { /*effectively become tileTwo */
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}	
	.wid768 {
		width: 100%;
	}
	#headerPadding { /*only used if site has a sticky header */
		height: 62px;
	}
	#header-sticky {
		background: #FFF;
	}
	.fb-position {
		padding-left: 30px;
	}
	.our-club .rslopeholder .twocol {
		margin-top: 0px;
	}
	.our-club .rslopeholder {
		margin-top: -1px;
	}
	.our-club .rslopeholder .colImageHold {
		margin-top: 0;
	}
	#footer a {
		font-size: 18px;
	}
	.footercopyrighttext {
		font-size: 15px;
	}
	.rslope .colItemPad {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.whats-on .rslope .colItemPad {
		padding-top: 0;
		height: 100%;
	}
	.eat-drink .hero_overlay, .functions .hero_overlay {
		margin-top: -300px;
	}
	#mobilephonenum {
		display: block;
		float: right;
		font-size: 18px;
		position: absolute;
		right: 10px;
		top: 20px;
	}
}
@media screen and (max-width: 700px) {
	.eattab {
		font-size: 15px;
		padding: 15px 23px 13px;
	}
}
@media screen and (max-width: 640px) { /*mobile */
	h1, h2 {
		width: 90%;
		margin: 0;
	}
	p, li {
		font-size: 14px;
	}
	#logo {
		float: none;
		margin: 30px auto;
	}
	#hamburger {
		display: none;
		top: 24px;
		font-size: 35px;
		color: #444;
		right: 30px;
		position: absolute;
	}
	.hero_overlay {
		margin-right: 0px;
		margin-top: -200px;
		width: 100%;
	}
	.hero_overlay p {
		font-size: 20px;
	}
	.herooverlaytextdiv {
		width: 86%;
		padding: 0 7%;
	}
	.colOverlay h1 {
		width: 100%;
	}
	/* Tiles */
	.tileTwo, .tileThree, .tileFour, .tileFive {
		width: 96%;
	}
	.tileTwo:nth-of-type(1n), .tileThree:nth-of-type(1n), .tileFour:nth-of-type(1n), .tileFive:nth-of-type(1n) { /*override targets all tiles initially */
		margin-left: 2%;
		margin-right: 2%;
	}
	/* Columns - all go to 1 column on mobile */
	.colholder {
		display: block;
	}
	.colItemPad {
		padding: 40px;
	}
	.colImageHold img {
		margin-bottom: -2px;
	}
	.twocol, .threecol, .fourcol, #former .twocol {
		width: 100%;
	}
	.twocol:nth-of-type(1n), .threecol:nth-of-type(1n), .fourcol:nth-of-type(1n) { /*override targets all tiles initially */
		margin-left: 0%;
		margin-right: 0%;
	}
	.threecol:nth-of-type(3n) {
		width: 100%;
	}
	.contactoutlinks .colItemBody {
		height: 340px;
	}
	.contactoutlinks .colOverlay h1 {
		width: 100%;
	}
	.contactus-align h1, .contactus-align p {
		text-align: center;
		width: 100%;
	}
	.rslopeholder .twocol {
		margin-top: 0;
	}
	.rslopeholder .colImageHold {
		margin-top: 3px;
	}
	.rslope:after, .rslopewhite:after {
		display: none;
	}
	.rslopeholder .rslope, .rslopeholder .rslopewhite {
		padding: 0;
		margin-top: 45px;
	}
	.racing .rslopeholder .rslope {
		margin-top: 0px;
	}

	/* Forms */
	.saver {
		width: 93%;
	}
	#former select {
		width: 98%;
	}
	#former {
		text-align: left;
	}
	#former .formSectionTitle {
		color: #fff;
		line-height: 1.4em;
		text-align: center;
		font-size: 14px;
		width: 94%;
	}
	.submitter {
		width: 98%;
	}
	/* article related */
	.articlerhs .tileOne { /*back to 1 tilecol */
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.articlebody {
		width: 80%;
		padding: 5% 10% 7% 10%;
	}
	/**Menu search**/
	#menu #mobilesearchholder {
		display: block;
	}
	#searchboxwrapper, #menu #searchIconHolder {
		display: none;
	}
	#former .colItemBody {
		padding-top: 0;
		padding-bottom: 0;
	}
	.tabholderparent {
		margin-top: -43px;
	}
	.eat-drink .rslopeholder {
		margin-top: -45px;
	}
	#footer a {
		font-size: 16px;
	}
	.footercopyrighttext {
		font-size: 14px;
	}
	.gallerypage .galimage:nth-of-type(4), .gallerypage .galimage:nth-of-type(5) {
		margin-top: 3px;
	}
	/*overrides for home page*/
	.mobileItemHide {
		display: none;
	}
	.home .hov-yellow {
		background: #EEEE00;
	}
	.home .hov-purple {
		background: #D7B1FE;
	}
	.home .hov-blue {
		background: #B1E0FC;
	}
	.home .hov-orange {
		background: #FE6A6A;
	}
	.racing .rslopeholder .twocol:nth-of-type(1) {
		width: 100%;
		padding-top: 30px;
	}
	.racing .rslopeholder .twocol:nth-of-type(2) {
		width: 100%;
	}
	.eventlistcolrow {
		height: auto;
	}
	.whatson .eventlistcolrow .twocol {
		display: none;
	}
	.whatson .eventlistcolrow .lslope, .whatson .eventlistcolrow .rslope {
		display: block;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.contact #section1 {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.eattab {
		font-size: 14px;
		padding: 15px 25px 13px;
	}
}
@media screen and (max-width: 450px) {
	.galimage, .galimagebig {
		width: 100%;
	}
	.gallerypage {
		position: relative;
	}
	.invis {
		display: block;
		opacity: 1;
	}
	.gallery_left_arrow, .gallery_right_arrow {
		display: none;
	}
	.galleryholder {
		height: auto;
	}
	.galimage img {
		width: 100%;
	}
	.colOverlay h1 {
		padding-top: 100px;
	}
	.herooverlaytextdiv {
		width: 80%;
		padding: 0 10%;
	}
	.hero_overlay .overlayTitle {
		font-size: 40px;
		line-height:0.9em;
	}
	.hero_overlay p {
		font-size: 18px;
	}
	.eattab {
		font-size: 12px;
		padding: 15px 15px 13px;
	}
	.gallerypage .galimage:nth-of-type(4), .gallerypage .galimage:nth-of-type(5), .galimage, .galimagebig {
		margin-top: 2px;
		margin-left: 0;
	}
	.gallerypage {
		padding: 0;
	}
	.eat-drink .hero_overlay, .functions .hero_overlay {
		width: 100%;
		margin-left: 0;
	}
	.eat-drink .herooverlaytextdiv, .functions .herooverlaytextdiv {
		width: 80%;
	}
	#mobilehamburger {
		float: none;
		position: relative;
		z-index: 999;
	}
	#mobilephonenum {
		display: block;
		float: none;
		font-size: 18px;
		position: relative;
		right: auto;
		top: auto;
		margin-top: 13px;
		text-align: center;
	}
	#headerPadding {
		height: 93px;
	}
	#menu li a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.menuTitle {
		font-size: 15px;
	}
	.submitter {
		padding: 16px 0;
	}
	#logoholder {
		width: 100%;
		width: calc(100% - 67px);
	}
	#logo {
		text-align: center;
		width: 86%;
		position: absolute;
		top: 0;
		margin-top: 18px;
		float: none;
	}
}
@media screen and (max-width: 400px) {
	.colItemBody {
		display: block;
	}
}
@media screen and (max-width: 350px) {
	.eattab {
		width: 100%;
	}
}