html,body{
}

body * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body{
	margin: 0;
	padding: 150px 0 60px;
	font-size: 17px;
    font-family: 'regular';
	color:#231f20;
	line-height:22px;
	letter-spacing: 0.25px;
}

*:focus {
    outline:0 !important;
}

ol{ 
	list-style: none;
	padding-left: 40px;
}

ol h2{
	position: relative; 
}

ol h2 .bn{
	position: absolute;
	left:-40px; 
	top: 0;
	
}

ol ul{
	margin-bottom:17px;	
}

p{
	margin-bottom:17px;
}

#screen{
	position:fixed;
	z-index:768;
}

.bg{
	position:absolute; 
	top:0;
	left:0;
	bottom:0;
	background:#FFFFFF;
	width: 100%;
}
body.home{
	padding-bottom:0;
	background:#231f20;
	/*background:url(../images/footer-bg.jpg);*/
}

a, a:hover, a:active{
	color:#673737;
}

.ui-state-focus { outline: none; }


.main-content{
	padding-bottom: 15px !important;
}


.main-content.home{
	padding-bottom: 0;
	background:#FFFFFF;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.header{
	height: 90px;
	background:#231f20;
	/*background:url(../images/header-bg.png) repeat-x;*/
}

#logo{
	margin:0 auto;
	line-height: 90px;
	display:block;
	width: 314px;
	height:90px;
	background:url(../images/logo.png?v=1922) center center no-repeat;
	background-size:contain;
	
}

#social-menu-top{
	position: absolute;
	right: 20px;
	top:27px;
	text-align:right;
}

.social-menu a i{
	color: #FFF;
	text-decoration: none !important;
	font-size:17px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 35px;
	height: 35px;
	border: 0px solid #FFF;
	display: inline-block;
	text-align: center;
	line-height: 33px;
	margin-left:5px;
}

#navbar {
	background:#231f20;
	/*background:#efefef;*/
	text-align:center;
}

.navbar-nav > li{
	position: relative;
}


@media (max-width:840px) {
.navbar-nav > li > a {
	padding: 0 12px !important;
	font-size:13px !important;
}
}



.navbar-nav > li > a:hover:before,
.navbar-nav > li:hover +li > a:before {
	display:none !important;
}
.navbar-nav > li > a:before{
	content:"|";
	position: absolute;
	width:31px;
	left: -15px;
	text-align:center;
	
}

.navbar-nav > li:first-child a:before{
	display:none;
}

.nav li a{
	font-size: 15px;
	line-height: 34px;
	color:#FFF;
	padding:0 15px;
	margin:13px 0;
	text-transform: uppercase;
}

.nav li a span {
	    color: #CA102F
}

.nav li a:hover{
}

.nav > li > a:focus span, .nav > li:hover > a span {
	/*color:#333;*/
}

.nav li.sep{
}

.nav li.sep a{
}

.nav {
	width: 100%;
	text-align: center;
    font-family: 'bold';
	font-size: 12px;
}

.nav > li {
  float: none;
  display: inline-block;
}

.nav li:first-child a{
	border-left:0; 
}

.nav > li > a:focus, .nav > li:hover > a {
    background: #FFF !important;
	text-decoration: none;
	color:#000;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.nav > li.sep > a:focus, .nav > li.sep > a:hover {
    background: none !important;
	text-decoration: none;
}

.nav > li:first-child > ul {
	visibility:hidden;
}

.nav.location-found > li:first-child > ul {
	visibility:visible;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'bold';
	margin:0 0 10px;
	text-transform:  uppercase;
	letter-spacing: 0.5px;
}

h1 {
  border-bottom: 1px solid #efefef;
	color:#4f2325;
  font-size: 18px;
  height: auto;
  line-height: 15px;
  margin-bottom: 34px;
  padding: 25px 0 34px;
}




h2{
	color:#000;
    font-size: 17px;
}

h3{
    font-size: 14px;
}



.no-padding{
	padding: 0 !important;
}
.no-padding-right{
	padding-right: 0 !important;
}
img.full-width{
	display:block;
	width: 100%;
	height: auto;
}

.container{
	width: 100%;
	padding: 0;
	max-width: 1024px;
	padding:0 60px;
}


#footer{
	background:#231f20;
	/*background:url(../images/footer-bg.jpg);*/
	height: 60px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	line-height: 63px;
	margin-bottom:0;
	border-radius: 0;
	overflow: hidden;
}


.container-inner{
	padding: 0 20px;
	position:relative;
}
#footer-menu{
	line-height: 19px;
	padding:20px 0 0;
	list-style:outside none;
}
#footer-menu li{
	display:inline-block;
	position:relative;
}

#footer-menu li a{
	padding: 0 7px;
	border-left: 1px solid #FFF;
	display: block;
	line-height: 12px;
}

#footer-menu li:first-child a{
	border-left: 0;
}

	


#footer-menu a, #footer span{
	color: #efefef;
	display: inline-block;
	font-size: 11px;
}
#footer-menu .sep{
	margin: 0 10px;
}

.form-wrapper{
	
}
#social-menu-footer{
	position:absolute;
	TOP:1px;
	right: 20px;
	text-align:right;
}
option{
}

.form-wrapper .row{
	margin:0 0 10px;
}

.form-wrapper .row > div{
	padding-right:10px;
}

.field{
	width: 100%;
	border: solid 1px #d6caca;
	height: 34px;
	line-height: 34px;
	padding: 0 5px;
	position: relative;
	font-size: 17px;
    font-family: 'regular';
	color:#666666;
}

.location-finder .field{
	height: 42px;
	line-height: 42px;
}

.form-wrapper .field.attached{
	width: auto;
	margin-right: 3px;
}



textarea.field{
	height: 100px;
	line-height: 16px;
	padding:5px;	
}

.button,.button:hover,.button:active{
	color: #FFF !important;
	background: #231f20;
	height: 42px;
	line-height: 26px;
	padding: 9px 20px 7px;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	font-size: 14px;
	font-family: "bold";
	text-decoration: none;
	text-align: center;
/*	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	
}

.button.light{
	background: #efefef;
	color:#231f20 !important;
}


.button.dark{
	background: #231f20;
}

.button:hover{
	opacity: 0.8;
}

.button.red {
	background:#d20e35;
}

.pin{
}

.loc-info{
}

h2.loc-info{
	background:url(../images/pin.png) no-repeat 0  0;
	padding: 14px 0 20px 23px;
	margin:0;
}


.map-wrapper{

}

#map{
	width: 100%;
	height: 420px;
}

.loc-buttons{
	margin-top: 25px;
}

.loc-buttons .button{
	margin: 0 0 10px 0;
	padding-left:0;
	padding-right:0;
	width:90%;
}

.navbar-toggle{
	position:absolute;
	left: 10px;
	top: 0;
	padding:0;
	margin:0;
	border: 0;
	color: #efefef;
	font-size:45px;
	line-height: 15px;
	width:40px;
	height:50px;
	background: url(../images/menu-button-close.png) no-repeat 50% 50%;
}

.navbar-toggle.collapsed{
	background-image: url(../images/menu-button-collapsed.png);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}


.navbar {
	border:0;
}

.form-wrapper .field.error{
	border-color:#D5090D;
}

label.error{
	color:#D5090D;
    font-family: 'regular';
	font-weight: normal;
}

.slick-dots {
  bottom: 0;
  margin-bottom: 0;
}

#slider {
	visibility: hidden;
}


.slick-initialized {
	visibility: visible !important;
}

.slick-slider {
    margin-bottom: 0;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button::before {
  font-size: 12px;
}


.no-border{
	border:0;
}

.center{
	text-align: center;	
}

.locations h1{
	margin: 0;
	line-height:1.4;
	padding: 50px 0 30px;
}

.locations .form-wrapper{
	max-width:500px;
	width:100%;
	margin: 0 auto 0;
	/*
	*/
}

.locations .form-wrapper .col{
	padding:0 3px;
}

.location-finder{
	margin: 0;
	padding: 0 0 30px;
}

.locations  .search-results{
}

#no-result{
	text-align: center;
}


 #search{
	 width: 95%;
	 float: right;
}


.locations  .search-results h3{
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	padding: 10px 0;
	margin-bottom:  20px;
	line-height: 42px;
}



.locations form .field.postcode{
	
}

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

.locations h3{
	margin-bottom:30px;
}

.menu-buttons  {
	float: right;
}

.menu-buttons > div {
}

.menu-buttons  .button{
	display: inline-block;
	text-align: right;
	padding:9px 15px 7px;
}


.menu-buttons .button:first-child {
}
.menu-buttons .button:last-child {
}

.slick-slide, .slide{
	height:160px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	display:block;
	position: relative;
}
.slick-slide:before{
	position:absolute;
	content:"";
	top: 30px;
	bottom:50px;
	left:53%;
	width:44%;
	background:url(../images/header-l.png) no-repeat 0 50%;
	background-size: contain;
	display: none;
}


.cell-wrapper{
	position:relative;
}
.home-grid-row{
	height:287px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
}

.home-grid-row.dish{
}
.home-grid-row.menu-cell{
	position: relative;
}

.home-grid-row.menu-cell:before{
	content:"";
	position:absolute;
	top:50%;
	left:-6px;
	height:34px;
	margin-top:-17px;
	background:url(../images/grey-arrow.png) no-repeat 100% center;
	width:6px;
	z-index:1;
	
}

.home-grid-row a{
	position:absolute;
	top:0;
	bottom:0;
	width: 100%;
	display: block;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: contain 70%;
}

.home-grid-row.menu-cell a{
}

.home-grid-row.club {
	/*background-position:50% 0;*/
}
.home-grid-row.club a{
}

.home-grid-row.order{
	height:480px;
}

.home-grid-row.order a{
}


.slick-dots li.slick-active button::before {
    color: #231f20;
    opacity: 1;
}

.main-content.home{
	padding-bottom: 0 !important;
}

img.full{
	width: 100%;
	height:auto;
}

.ui-datepicker{
	font-size: 12px;
}



table{
  border-right:1px solid #dfcfa7 !important;
  border-bottom:1px solid #dfcfa7 !important;    
}

td{
  padding:5px 10px !important;
  background: #efefef !important;
  border-left:1px solid #dfcfa7 !important;
  border-top:1px solid #dfcfa7 !important;    
}

td.td-header{
  color: #efefef !important;
  background:#231f20 !important;
}

#sitePhone{
	text-decoration: none !important;
}

.hours-lbl{
	font-weight: bold;
}
#siteHours .hours{
	font-size:.85em;
}

#siteHours .hours p{
	margin-bottom:0;
}

#hours-toggler{
	color:#e01d42;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}

.ui-accordion{
	border-top: 1px #e6dfe0 solid !important;
}

.ui-accordion h3.ui-accordion-header{
	background:#FFF;
	margin:0 !important;
	border: 0 !important;
	border-bottom: 1px #e6dfe0 solid !important;
	line-height:20px;
	font-family: "bold" !important;
	padding:20px 50px 20px 30px;
	font-size:21px;
	text-transform:none;
	font-weight: normal;
	position: relative;
	color: #231f20 !important;
}

.ui-accordion h3.ui-accordion-header .ui-accordion-header-icon{
	background: no-repeat url(../images/btn-open.png);
	width: 30px;
	height: 30px;
	left: auto;
	margin-top: -15px;
	right: 10px;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon{
	background: no-repeat url(../images/btn-close.png);
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active{
	border-bottom:0 !important;
	background: #efefef;
}

.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    overflow: auto;
	padding:0 30px 20px;
	font-size:15px;
	border: 0 !important;
	border-bottom: 1px #e6dfe0 solid !important;
	background: #efefef;
}

.alignright {float:right}
.ui-accordion .ui-accordion-content p:last-child{
	margin-bottom:0;
}
.no-margin{
	margin:0;
}
.ui-accordion #ui-id-2.ui-accordion-content{
	padding:0 0 0 30px;
} 

.ui-accordion #ui-id-2.ui-accordion-content img{
	width:250px;
	height:auto;
}  
 
.ui-accordion #ui-id-2.ui-accordion-content p{
	margin-bottom: 17px !important;
}  
 
.page-404{
	text-align: center;
	font-family: "bold";
}
 

 
.error404 h1{
	font-family: "bold";
	font-size: 48px;
	text-align:center;
	padding:0; 
	line-height: 90px;
}

.error404 .box{
	text-align: left;
	background: #efefef;
	padding:20px 40px;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin:30px 0;
}
 
.error404 .box ol{
	list-style: decimal inside;
	margin: 20px 0;
	padding:0 ;
}
 
error404 .box ol li span{
	display: inline-block;
	padding-left: 15px;
}
 
.error404  a{
	color:#c71436;
}

.sub-menu{
	display: none;
	position: absolute;
	top: 45px;
	left:0;
	list-style: none;
	background: #FFF;
	padding:0;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.49);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.49);
	width: 100%;	
}

.sub-menu .sub-menu{
	top: 0;
	left:95%;
}


.sub-menu li{
	position: relative;
	display:block;
	line-height:30px;
	text-align: left;
}

.sub-menu li a{
	display:block;
	line-height:35px;
	text-decoration:none !important;
	color:#333;
	font-size:12px;
	margin:0;
	padding:0 20px;
}

.sub-menu li:hover{
	background:#efefef;
}




.menu-item-has-children:hover > .sub-menu{
	display: block;
}
  
 .sites-list-wrapper{
	 text-align: right;
} 
  
  
.half-bg{
	position:fixed;
	top:150px;
	bottom:0;
	width:50%;
	background-repeat:no-repeat;
	background-size: cover;
	max-width:320px;
}  
.bg-left{
	background-image:url(../images/bg-left-1.jpg);
	background-position:100% 0 ;
	left:0;
}
.bg-right{
	background-image:url(../images/bg-right-1.jpg);
	background-position:0 0;
	right:0;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}


.slide-cta{
	 position: absolute;
	 top:50px;
	 bottom:50px;
	 left:50px;
	 width: 44%;
	 background-position: 100% 50%;
	 background-repeat: no-repeat;
	 background-size:contain;
} 
  
  
 
  
@media only screen and (min-width: 768px) {
	.no-padding-desktop{
		padding:0;
	}
	.map-wrapper{
		padding-left: 10px;
	}
	#phone-nb{
		margin-bottom:15px;
	}
}

@media only screen and (min-width: 990px) {
	.slick-slide, .slide{
		min-height:375px !important;
		max-height:750px !important;
	}
}


@media only screen and (max-width: 991px) {
	#siteHours{
		display:none;
	}
	#siteHours.expanded {
		display:block;
	}
	
	
}

/* portrait */
@media screen and (orientation:portrait) and (max-width: 991px)  and (min-width: 768px) {
	.home-grid-row{
		height:255px;
	}
}
/* landscape */
@media screen and (orientation:portrait) and (max-width: 991px)  and (min-width: 768px) {
	.home-grid-row{
		height:175px;
	}
}



@media only screen and (max-width: 1550px) {
	.half-bg{
		display:none;
	}
}

.menu-buttons .button span {
	display:block;
}

.menu-buttons .button {
	height:auto;
	text-align:center !important;
}

@media (min-width:940px) {
	.menu-buttons .button {
		height:42px;
	}
	.menu-buttons .button span {
		display:inline-block;
	}
}

@media only screen and (max-width: 767px) {


#screen{
	z-index:767;
}



.slide-cta {
	top:20px !important;
	bottom:20px !important;
	left:20px !important;
	width: 50%;
}	


.menu-buttons {
    float: none;
}	
	.nav > li.sep{
		display: none;
	}
	body {
	  padding-top: 50px;
	}
	
	.nav > li {
		width: 100%;
		margin:7px auto;
	}
	.nav > li a{
		display: block;
		padding: 0;
		margin:0;
		width: 100%;
		line-height: 40px;
		border: 1px solid #FFF !important;
		text-decoration: none !important;
		font-size: 14px;
		border-radius: 0 !important;
	}	
	.navbar-nav {
		margin: 4px 0;
	}
	
		
	
	.copyright{
		display:block;
		width: 100%;
	}
	#footer-menu{
		line-height: 15px;
		padding-top:13px;
		padding-right: 90px;
	}
	.header {
	  height: 50px;
	}	
	#logo {
	  display: block;
	  height: 50px;
	  line-height: 50px;
	  width: 180px;
	}	
	
	.data-col{
		padding: 15px;
	}
	
	.map-wrapper{
		margin: 10px 0;
	}
	
	.loc-buttons{
	}
	.social-menu a i {
	  font-size: 10px;
	  height: 20px;
	  line-height: 18px;
	  width: 20px;
	}	
	#footer-menu .sep {
	  margin: 0 5px;
	}	
	.loc-buttons .button{
		width: 100%;
		padding-left:0;
		padding-right:0;
	}

	
	.contact-info{
		margin-bottom: 20px;
	}
	h2.loc-info{
		margin-left: 0;
	}
	
	
	h1 {
	  line-height: 25px;
	  padding: 48px 0 29px;
	}
	.container {
		padding: 0 30px;
	}
	.contact-info{
		padding-top:15px;
	}
		
	.field.postcode, .field.distance{
		margin-bottom:10px;
	}
	

.sub-menu > li {
}

.menu-item-has-children > .sub-menu {
	border: 1px solid #521c21 !important;
}

.nav > li > a:focus, .nav > li:hover > a {
  background: #521c21 none repeat scroll 0 0 !important;
	border: 1px solid #521c21 !important;
}

.menu-item-has-children > .sub-menu li {
	margin: 0 !important;
}

.menu-item-has-children > .sub-menu li a{
	border: 0 !important;
}

.menu-item-has-children > .sub-menu li a:hover{
	background: #521c21 !important;
  color:#efefef;  
}


	.sub-menu  a{
		border: 0 !important;
	}	
	
.navbar-nav > li::before {
	display: none;

}
	
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 500px;
}

.sub-menu {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: none;
  position: relative;
  top: 0;
  padding:8px;
  border: solid 1px #FFF;
  background:rgb(243,229,195) ;
  border-top: 0;
}
.menu-item-has-children:hover .sub-menu {
  display: none;
}	
.menu-item-has-children.expanded > .sub-menu {
  display: block !important;
  left: 0  !important;
}	
/*
.menu-item-has-children:after {
  content:"";
  position: absolute;
  top:0;
  bottom:0;
  width:100%;
  background:#B45354;
  z-index:10;
  left:0;
  opacity:0.1;
}
*/

.sub-menu  > li {
  display: block;
  margin: 7px auto;
  text-align: center;
}

.sub-menu  > li:first-child {
	margin-top:0;
}
		
.sub-menu  > li:last-child {
	margin-bottom:0;
}

.map-wrapper {
	margin:0 0 0;
}

.data-col {
    padding: 15px 0;
}

.main-content > div {
	/*padding:0 5px;*/
}

.locations .search-results h3{
	padding:4px 0 ;
	margin-bottom:10px;
}
.location-finder{
	padding: 0 0 15px;
}

.loc-buttons {
  margin-top: 0;
  margin-bottom: 5px;
}

h2.loc-info {
	background-position: 0 2px;
	padding: 10px 0 10px 25px;
}

#hours-toggler {
  margin-top: 5px;
  margin-bottom: 10px;
}
	#siteHours {
	  margin-bottom: 10px;
	}
	
.menu-buttons .button {
  display: block;
  float: left;
  font-size: 11px;
  line-height: 12px;
  height:auto;
  margin-bottom: 5px;
  padding: 11px 8px;
  text-align: center;
  width: 23%;
}
.menu-buttons .button {
	margin-left:1.25%;
	margin-right:1.25%;
}
.menu-buttons .button:first-child {
	margin-left:0
}
.menu-buttons .button:last-child {
	margin-right:0;
}

.menu-buttons
 {
    float:  none;
	display:block;
	width: 100%;
}	
	
}
@media only screen and (max-width: 480px) {
	
#footer {
	height:auto;
}	
	
#screen{
	z-index:480;
}

h1 {
    padding: 20px 0 15px; 
	margin-bottom: 5px;
}

.contact-info {
	margin-bottom: 5px;
}

.ui-accordion #ui-id-2.ui-accordion-content{
	padding:0 30px 20px;
}  
.ui-accordion #ui-id-2.ui-accordion-content img{
	width:100%;
	height:auto;
	float:left;
}  
	.container {
		padding: 0 10PX;
	}
	.home-grid-row{
		height:0;
		padding-top: 50% !important;
	}
	.home-grid-row.order{
		height:0;
		padding-top: 100% !important;
	}
	.home-grid-row a{
		background-size: 80%;
	}
	.locations h3 {
		margin-bottom: 15px;
	}
	.contact-info .button.dark{
		WIDTH: 100%;
		margin-bottom:15PX;
	}
	
	.contact-info .button.dark:last-child{
		margin-bottom:0;
	}

.menu-buttons .button {
  display: block;
  float: left;
  font-size: 10px;
  line-height: 11px;
  height:auto;
  margin-bottom: 5px;
  padding: 11px 8px;
  text-align: center;
  width: 23%;
}
.menu-buttons .button {
	margin-left:1.25%;
	margin-right:1.25%;
}
.menu-buttons .button:first-child {
	margin-left:0
}
.menu-buttons .button:last-child {
	margin-right:0;
}

.menu-buttons
 {
    float:  none;
	display:block;
	width: 100%;
}	
	
		
}

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




