@import https://fonts.googleapis.com/css?family=Dosis;

/*
Theme Name: Eprefix-bootstrap
Theme URI: 
Description: 
Version: 3.0
Author: header
Author URI: http://eprefix.co.uk
*/
.lato-bold {
	font-family:'Lato';
	font-weight:800;
}

.lato-medium {
	font-family:'Lato';
	font-weight:400;
}

.lato-light {
	font-family:'Lato';
	font-weight:300;
}

.bodoni-medium {
	font-family:'Bodoni W01 Roman';
}

.no-padding {
	padding:0;
}


/*
.of_none {
  -ms-overflow-style: none;
}
.of_scrollbar {
  -ms-overflow-style: scrollbar;
}
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	position:relative;
	min-height:100%;
}

body {
	height: 100%;
	margin:0 0 240px;
/* bottom = footer height */
}

.footerholder {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:240px;
	background:url(img/footer-bak.gif);
}

html {
	overflow-x:hidden!important;
}

body {
/*
	margin:0;
	padding:0;
*/
	overflow-x:hidden!important;
	background:#221f1f;
}

.white {
	color:#fff;
}

.main-content {
/* 	display:none; */
	background:#221f1f;
	
}

/*
.section-content {
	display:none;
}
*/

.hero-slider {
	top:0;
	left:0;
}

.relative {
	position:relative;
}

video,object {
	left:0;
	position:relative;
	top:0;
}

.center {
	text-align:center;
}

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

.desktop-menu-holder {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#221f1f;
	height:100px;
	z-index:200;
}

.main-logo {
	margin-top:30px;
	width:350px;
}

.home-head-holder {
	position:absolute;
	top:50%;
	margin-top:-160px;
	width:100%;
	z-index: 100;
}

.home-heading {
	color:#fff;
	font-size:70px;
	line-height:80px;
	background:url(img/home-head-bak.png);
	padding:20px;
	margin-left:280px;
	margin-right:280px;
	border-top:solid 5px #d7a265;
	border-bottom:solid 5px #d7a265;
}

.rest-head-holder {
	position:absolute;
	top:50%;
	margin-top:-200px;
	width:100%;
	z-index: 100;
}

.rest-heading {
	color:#fff;
	font-size:24px;
	line-height:24px;
	background:url(img/home-head-bak.png);
	padding:10px;
	margin-left:280px;
	margin-right:280px;
	border-top:solid 5px #d7a265;
	border-bottom:solid 5px #d7a265;
}

.rest-logo img {
	width:290px;
}

.rest-title {
	margin-top:10px;
	font-size:30px;
	letter-spacing:8px;
}

.start {
	position:absolute;
	left:50%;
	margin-left:-34px;
	bottom:60px;
	z-index:100;
}

.image-content {
	display:none;
}

.homebaks {
	display: none !important;
}
.object {
	display:none;
}

.top-line {
	width:100%;
	height:6px;
	background:#d7a265;
	margin-top:-5px;
}

.top-line-two {
	width:100%;
	height:5px;
	background:#d7a265;
}

.maintext {
	color:#fff;
}

.top-line-header {
	position:absolute;
	top:100px;
	width:100%;
	height:5px;
	background:#d7a265;
	z-index:90;
}

.book-table-holder {
	position:absolute;
	width:100%;
	margin-top:20px;
	top:50%;
	color:#fff;
	z-index: 100;
}

.book-table-inner {
	background:#221f1f;
	padding:10px 20px 0;
	font-size:22px;
}

.xmas-book-table-inner {
	background:#221f1f;
	padding:10px 20px 0;
	font-size:22px;
}

.restaurant-button {
	margin-top:20px;
	padding:5px 30px;
	font-size:14px;
	background:#c2252e;
	color:#fff;
	outline:none;
	border:none;
	transition:all 500ms;
}

.restaurant-button:hover {
	background:#000;
	color:#fff;
}

.xmas-button {
	font-weight:400;
	margin-top:20px;
	padding:5px 30px;
	font-size:14px;
	background:#d7a265;
	color:#000;
	outline:none;
	border:none;
	transition:all 500ms;
}

.xmas-button:hover {
	background:#000;
	color:#fff;
}

.feedback-page-button {
	margin-top:20px;
	padding:5px 30px;
	font-size:14px;
	background:#fff;
	color:#c4222c;
	outline:none;
	border:none;
	transition:all 500ms;
}

.feedback-page-button:hover {
	background:#000;
	color:#fff;
}

#home2 {
	position:absolute;
	top:-100px;
}

#home3 {
	position:absolute;
	top:-100px;
}

.home-two {
	background:url(img/black-overlay.png);
	padding:30px;
}

.home-heading-two {
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
}

.home-text-heads {
	color:#fff;
	font-size:42px;
	line-height:42px;
	padding:20px 60px;
	background:url(img/home-head-bak.png);
	border-top:solid 5px #d7a265;
	border-bottom:solid 5px #d7a265;
}

.home-text-head-one {
	margin-top:200px;
}

.home-text-head-two {
	margin-top:160px;
}

.footer-logo {
	margin-top:50px;
}

.footer-menu ul {
	list-style:none;
	margin-top:65px;
	font-size:14px;
}

.footer-menu li {
	display:inline;
}

.footer-menu li a {
	color:#d8a264;
}

.footer-menu li::after {
	color:#fff;
	content:"|";
	margin-left:5px;
	margin-right:5px;
}

.footer-menu li:last-child::after {
	content:"";
	margin-left:5px;
	margin-right:5px;
}

.footer-credits {
	color:#fff;
	font-size:14px;
}

.social-icon {
	margin-left:20px;
	margin-top:50px;
}

.menu-holder {
	background:#d8a264;
	margin-top:100px;
}

.menu-holder-rest {
	background:#d8a264;
	padding-top:1px;
}
.menu-holder-fresh {
	background:#303063;
	padding-top:1px;
}

.menu-bak {
	background:#d8a264;
}

#menu1 {
	position:absolute;
	margin-top:-100px;
}

#offers {
	position:absolute;
	margin-top:-100px;
}

#prices {
	position:absolute;
	margin-top:-100px;
}

#contact {
	position:absolute;
	margin-top:-100px;
}

.menu-heading-one {
	font-size:70px;
	color:#fff;
}

.xmas-heading-one {
	font-size:70px;
	line-height: 70px;
	color:#fff;
	padding: 10px 0 10px 0;
}

.menu-logo {
	float:left;
	margin-top:15px;
	margin-right:20px;
}

.menu-roll {
	cursor:pointer;
}

.menu-roll:hover .button-text-bak {
	background:url(img/menu-roll.png);
}

.button-text-holder {
	position:absolute;
	top:50%;
	margin-top:-47px;
	margin-right:20px;
	height:94px;
	width:100%;
	text-align:center;
}

.button-text-bak {
	background:url(img/home-head-bak.png);
	border-top:solid 3px #d7a265;
	border-bottom:solid 3px #d7a265;
}

.menu-active {
	background:url(img/menu-roll.png);
}

.button-text {
	z-index:200;
	font-size:34px;
	line-height:34px;
	color:#fff;
}

.menu-heading {
	font-size:30px;
}

.deli-image {
	display:none;
}

.spice-image {
	display:none;
}

.italian-image {
	display:none;
}

.sushi-image {
	display:none;
}

.kitchen-image {
	display:none;
}

.asia-image {
	display:none;
}

.carvery-image {
	display:none;
}

.desserts-image {
	display:none;
}

.deli-menu {
	display:none;
}

.spice-menu {
	display:none;
}

.italian-menu {
	display:none;
}

.sushi-menu {
	display:none;
}

.kitchen-menu {
	display:none;
}

.asia-menu {
	display:none;
}

.carvery-menu {
	display:none;
}

.desserts-menu {
	display:none;
}

.menu-holder-detail {
	position:absolute;
	padding:20px;
	top:10px;
	width:100%;
	text-align:center;
	color:#fff;
}

.menu-content h3 {
	font-family:'Lato';
	font-weight:400;
	margin-bottom:-5px;
}

.menu-content h2 {
	font-family:'Lato';
	font-weight:400;
	margin-bottom:-5px;
}

.mCSB_container p {
	margin:0;
	padding:0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

.menu-content p {
	margin-bottom:20px;
}

.menu-content {
	padding:20px;
	border:1px solid #fff;
}

#scroll-1 {
	height:570px;
}

#scroll-2 {
	height:570px;
}

#scroll-3 {
	height:570px;
}

#scroll-4 {
	height:570px;
}

#scroll-5 {
	height:570px;
}

#scroll-6 {
	height:570px;
}

#scroll-7 {
	height:570px;
}

#scroll-8 {
	height:570px;
}

.menu-content-logo {
	margin-top:20px;
	width:50px;
}

.drinks-area {
	width:100%;
	background:url(img/drinks-bak.jpg);
	background-size:cover;
}

.drinks-overlay {
	background:url(img/black-overlay.png);
}

.drinks-trigger {
	font-size:26px;
	padding:10px 20px;
	border-top:solid 3px #d7a265;
	cursor:pointer;
}

.drinks-content {
	display:none;
}

.drinks-content h2 {
	margin-top:20px;
	font-size:16px;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

.drinks-small-text {
	font-size:14px;
}

.drinks-small-text p {
	margin:0 0 10px;
}

.drinks-arrow-right {
	float:left;
	margin-top:3px;
	margin-left:10px;
	width:30px;
	display:none;
}

.drinks-arrow-down {
	float:left;
	margin-top:3px;
	margin-left:10px;
	width:30px;
	display:none;
}

.drinks-active {
	display:block;
}

.lunch-head {
	background:url(img/lunch-head.jpg);
	background-size:100%;
	border-bottom:1px solid #fff;
}

.time-head {
	padding:10px;
	font-size:32px;
	color:#fff;
}

.rest-times {
	background:#c2252e;
	color:#fff;
	font-size:16px;
}

.contact-area {
	padding-top:30px;
	width:100%;
	background:url(img/rest-contact-bak.jpg);
	background-size:cover;
}

.contact-head {
	color:#fff;
	font-size:30px;
	margin-top:30px;
}

.contact-overlay {
	background:url(img/black-overlay.png);
}

#map {
	height:300px;
	margin-top:20px;
	margin-bottom:20px;
}

.facebook-contact {
	margin-top:20px;
}

.face-space {
	margin-left:10px;
}

.mob-offer {
	display:none;
}

.desktop-menu-buttons {
	display:block;
}

.mobile-menu-buttons {
	display:none;
}

.terms-spacer {
	height:100px;
}

.xmas-holder {
/*
	position: absolute;
	top: 0px;
*/
	width:100%;
	z-index: 100;
}

.xmas-bak {
	background:#c2252e;
}

.xmas-logo {
	height:60px;
	margin-top:-20px;
}

.xmas-text1 {
	font-size:26px;
}

.offer-text {
	font-size:16px;
}

.feedback-head {
	font-size:28px;
}

.feedback-logo {
	height:28px;
}

.feedback-form {
	padding: 0 20px;
}

.input-box-page {
	background:#fff;
	border:none;
	color:#000;
	width:100%;
	font-size: 16px !important;
	padding: 5px 10px;
	-webkit-appearance: none;
	border-radius: 3px;
}
.input-box-center {
	background:#fff;
	border:none;
	color:#000;
	width:100%;
	font-size: 16px !important;
	padding: 5px 10px;
	-webkit-appearance: none;
	text-align: center;
	border-radius: 0px;
}

.input-box {
	background:#000;
	border:1px solid #49525d;
	color:#fff;
	width:100%;
	font-size: 11px !important;
}

.feedback-button {
	margin-top:20px;
	padding:5px 30px;
	font-size:14px;
	background:#c2252e;
	color:#fff;
	outline:none;
	border:none;
	transition:all 500ms;
}

.feedback-button:hover {
	background:#000;
	color:#fff;
}

.feedback-button-green {
	display: block;
	margin:20px auto;
	padding:5px 40px;
	font-size:14px;
	background:#cec44f;
	color:#000;
	outline:none;
	border:none;
	transition:all 500ms;
}

.feedback-button-green:hover {
	background:#000;
	color:#fff;
}

.wpcf7-list-item {
	margin-left: 10px !important;
}

.wpcf7-response-output {
	height:0!important;
	border: none !important;
	margin: 10px 0 40px 0 !important;
	color: red;
	padding: 0 !important;
	display: block !important;
}


.nopagebak {
	background:#fff;
	height:100%;
	color: #000;
}

.nopage-head {
	font-size:30px;
	font-weight:400;
}

.nopagetext {
	width:100%;
	height: 300px;
	padding:0 120px 0 70px;
	font-size:16px;
	color: #000;
}

.nopage-button {
	margin-top:20px;
	padding:10px 30px;
	font-size:14px;
	background:#c2252e;
	color:#fff;
	outline:none;
	border:none;
	transition:all 500ms;
}

.nopage-button:hover {
	background:#000;
	color:#fff;
}

.offers-holder {
	width: 100%;
	background: #c2252e;
}

#offer-terms {
	display: none;
	padding: 30px;
	font-size: 11px;
}

.terms-link {
	color: #fff;
	margin: 30px 0 30px 0;
	display: block;
}

.bxslider-wrap {
	visibility: hidden;
}

.accordion-section-title {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

.accordion-section-title:hover {
	color: #fff !important;
	text-decoration: underline;
}
.accordion-section-title.active {
	color: #fff !important;
	text-decoration: none;
}

.accordion-section-content {
/* 	padding:15px; */
	display:none;
}
.accordion-section-content p{
	margin-top: 0;
}

.blog-text-holder {
	background: #fff;
	color: #000;
	padding: 20px;
}

.blog-text-head {
	font-size: 22px;
	text-transform: uppercase;
}

.blog-cat {
	text-transform: uppercase;
	color: #d8a264;
}

.blog-line {
	height: 1px;
	width: 100%;
	border-bottom: solid #a8a6a6 1px;
}

*, *:before, *:after {box-sizing:  border-box !important;}


.row-masonry {
 -moz-column-width: 30em;
 -webkit-column-width: 30em;
 -moz-column-gap: .5em;
 -webkit-column-gap: .5em; 
  
}

.panel {
 display: inline-block;
 margin:  .5em;
 padding:  0; 
 width:98%;
}

.join-text-heads {
	color:#fff;
	font-size:42px;
	line-height:48px;

}

.join-text-head-one {
	margin-top:160px;
}

.join-text-head-two {
	margin-top:40px;
}

.job-local-head {
	width: 100%;
	padding: 10px;
	background: #d20029;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.job-section {
	color: #fff;
	font-size: 16px;
	margin: 20px 0 20px;
	text-transform: uppercase;
}

.job-radios {
	color: #fff;
	font-family:'Lato';
	font-weight:300;
}

.job-submit-holder {
	background: #000;
	padding: 20px;
}

.job-input {
	width: 100%;
	padding: 5px 10px;
	font-family:'Lato';
	font-weight:300;
	margin-bottom: 20px;
}
.job-input-uk {
	width: 70%;
	padding: 5px 10px;
	font-family:'Lato';
	font-weight:300;
	margin-bottom: 20px;
}

.wpcf7 input[type="file"]{
   width: 0.1px;
	height: 0.1px;
	opacity: 100;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.upload-button {
	padding: 10px 30px;
	background: #d20029;
	font-family:'Lato';
	font-weight:400;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	transition: all 500ms;
}
.upload-button:hover {
	background: #000;
}

.jobs-page-button {
	padding:5px 30px;
	font-size:14px;
	color:#fff;
	background:#c4222c;
	outline:none;
	border:none;
	transition:all 500ms;
}

.jobs-page-button:hover {
	background:#000;
	color:#fff;
}

.jobs-content {
	display: none;
}
.jobs-trigger {
	cursor: pointer;
}

.red-box {
	margin-top: 40px;
	background: #83372e;
	padding: 10px;
}

.red-box-inner {
	border: 1px solid #fff;
	padding: 20px;
	background: #c4222c;
}

.white-link {
	color: #fff;
}
.white-link:hover {
	color: #fff;
	text-decoration: underline;
}

.offer-nav {
	background: #c2252e;
}

#slider-next a {
	position:absolute;
	right:0px;
	top:50%;
	right: 50%;
	margin-right: -20px;
	margin-top:-20px;
	height:40px;
	width:40px;
	background:url(img/next-arrow.png) no-repeat;
	background-size: 40px 40px;
	z-index:100;
	cursor: pointer;
}

#slider-prev a {
	position:absolute;
	right:0px;
	top:50%;
	left: 50%;
	margin-left: -20px;
	margin-top:-20px;
	height:40px;
	width:40px;
	background:url(img/prev-arrow.png) no-repeat;
	background-size: 40px 40px;
	z-index:100;
	cursor: pointer;
}
#slider-nextnews a {
	position:absolute;
	right:0px;
	top:50%;
	right: 50%;
	margin-right: -20px;
	margin-top:-20px;
	height:40px;
	width:40px;
	background:url(img/next-arrow.png) no-repeat;
	background-size: 40px 40px;
	z-index:100;
	cursor: pointer;
}

#slider-prevnews a {
	position:absolute;
	right:0px;
	top:50%;
	left: 50%;
	margin-left: -20px;
	margin-top:-20px;
	height:40px;
	width:40px;
	background:url(img/prev-arrow.png) no-repeat;
	background-size: 40px 40px;
	z-index:100;
	cursor: pointer;
}

#slider-nextnewsmobile a {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-20px;
	height:40px;
	width:40px;
	background:url(img/next-arrow.png) no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
	z-index: 200;
}

#slider-prevnewsmobile a {
	position:absolute;
	top:50%;
	left: 10px;
	margin-top:-20px;
	height:40px;
	width:40px;
	background:url(img/prev-arrow.png) no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
	z-index: 200;
}

.mobile-slidecontainer {
		display: none;
	}
	
.homenews-head {
	font-size: 18px;
}

.whiteline {
	height: 1px;
	border-bottom: 1px solid #fff;
	width: 100%;
}

.homenews-title {
	font-size: 24px;
	margin-top: 15px;
}
.homenews-text {
	font-size: 14px;
}
.home-news-button {
	padding: 5px 20px;
	font-size: 14px;
	background: #fff;
	color: #c2252e;
}

.home-mobile-whatson {
	display: none;
}
.easter-head {
	font-size: 48px;
}
.easter-subhead {
	font-size: 24px;
	max-width: 500px;
	margin: 0 auto;
}
.white-back {
	background: #fff;
}
.easter-golden-head {
	font-size: 24px;
	color: #d8a264;
}
.black-comp-line {
	height: 0px;
	border-bottom: 1px solid #000;
	width: 90%;
	margin: 0 auto;
}
.egg-input-holder {
	padding: 0 20px 0 20px;
}
.egg-boxes {
	width: 100%;
	font-size: 14px;
	padding: 10px;
	background: #eff5f7;
	border: none;
}
.egg-boxes-gold {
	width: 300px;
	font-size: 14px;
	padding: 10px;
	background: #ebd1b0;
	border: none;
}
.egg-back {
	height: 43px;
	display: block;
	background: url('img/easter-eggs/egg-back.png');
	width: 100%;
}
.comp-details {
	width: 100%;
	font-size: 14px;
	padding: 5px 10px;
	background: #eeeeee;
	border: none;
	color: #000;
}
.egg-boxes-code {
	font-size: 14px;
	padding: 5px 10px;
	background: #eff5f7;
	border: none;
	color: #000;
}
.terms {
	font-size: 11px;
	color: #fff;
	padding-bottom: 60px;
}
#terms-pop {
	display: none;
	padding: 30px;
	max-width: 800px;
	font-size: 12px;
}
.red-link {
	color: #c2252e;
}

/*
.menu1 {
	min-height: 100%;
}
*/
.search-holder {
	background: #221f1f;
	padding: 15px;
}
.search-heading {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
.search-input {
	background: #322f2f;
	border: 1px solid #49525d;
	font-size: 15px;
	padding: 10px;
	color: #fff;
	width: 100%;
}

.job-title {
	background: url(img/title-bak.jpg);
	height: 73px;
	width: 100%;
	font-size: 30px;
	line-height: 73px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 20px;
}
.job-list-content {
	background: #fff;
	padding: 20px;
	color: #858585;
	font-size: 18px;
	width: 100%;
}
.jobs-button {
	background: #d8a264;
	border: none !important;
	outline: none !important;
	line-height: 40px;
	text-align: center;
	width: 160px;
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;
}
.jobs-button:hover {
	background: #e9002d;
	color: #fff;
}
input[type="button"] {
	border: none !important;
}
.jobs-button-next {
	background: #d8a264;
	text-align: center;
	padding: 10px 30px;
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
	border: none;
}
.jobs-button-next:hover {
	background: #e9002d;
	color: #fff;
}

.jobs-line {
	height: 0px;
	width: 100%;
	border-top: 1px solid #858585;
	margin: 0 auto;
}
.no-results {
	color: #fff;
	font-size: 22px;
}
.work-form {
	color: #858585;
}
.job-box {
	width: 100%;
	max-width: 350px;
	border: 1px solid #666;
	padding: 5px;
	background: #f2f2f2;
	font-size: 14px;
}
.jobs-box-two {
	width: 100%;
	border: 1px solid #666;
	padding: 5px;
	background: #f2f2f2;
	font-size: 14px;
}

.competition-constant {
	position: fixed;
	top: 105px;
	right: 0px;
	z-index: 500;
}

.upgrade-xmas {
	background: #d7a265;
	padding: 10px;
	color: #000;
	font-size: 18px;
	line-height: 22px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {
	.home-heading {
		font-size:50px;
		line-height:60px;
	}
	
	.menu-heading-one {
		font-size:60px;
		color:#fff;
	}
	
	.xmas-heading-one {
	font-size:60px;
	line-height: 60px;
	padding: 10px 0 10px 0;
}
	
	.menu-logo {
		width:55px;
	}
	
	.footer-logo {
		width:250px;
	}
	
	.button-text-holder {
		height:74px;
	}
	
	.button-text {
		z-index:200;
		font-size:24px;
		line-height:24px;
		color:#fff;
	}
	
	#scroll-1 {
		height:410px;
	}
	
	#scroll-2 {
		height:410px;
	}
	
	#scroll-3 {
		height:410px;
	}
	
	#scroll-4 {
		height:410px;
	}
	
	#scroll-5 {
		height:410px;
	}
	
	#scroll-6 {
		height:410px;
	}
	
	#scroll-7 {
		height:410px;
	}
	
	#scroll-8 {
		height:410px;
	}
}

@media (max-width: 1024px) {
	
	video {
		display:none;
	}
	
	.homebaks {
	display: block !important;
	}
	.object {
		display:block;
	}
	
	.top-line {
		margin-top:0;
	}
	
	.home-head-holder {
		margin-top:-160px;
	}
	
	.home-heading {
		font-size:40px;
		line-height:60px;
	}
	
	.rest-head-holder {
		position:absolute;
		top:50%;
		margin-top:-200px;
		width:100%;
	}
	
	.rest-heading {
		font-size:24px;
		line-height:34px;
		margin-left:140px;
		margin-right:140px;
	}
	
	.rest-logo img {
		width:240px;
	}
	
	.rest-title {
		margin-top:10px;
		font-size:36px;
		letter-spacing:8px;
	}
	
	.book-table-holder {
		margin-top:40px;
	}
	
	.start {
		bottom:20px;
	}
	
	.menu-heading-one {
		font-size:50px;
		color:#fff;
	}
	
	.xmas-heading-one {
	font-size:50px;
	line-height: 50px;
	padding: 10px 0 10px 0;
}
	
	.menu-logo {
		width:45px;
	}
}

@media (max-width: 991px) {
	
	.upgrade-xmas {
	font-size: 12px;
	line-height: 16px;
}
	.home-head-holder {
		margin-top:-200px;
	}
	
	.home-heading {
		font-size:40px;
		line-height:60px;
		margin-left:80px;
		margin-right:80px;
	}
	
	.footer-logo {
		width:220px;
	}
	
	.menu-holder {
		background:#d8a264;
		margin-top:46px;
	}
	
	#menu1 {
		position:absolute;
		margin-top:590px;
	}
	
	#prices {
		position:absolute;
		margin-top:-54px;
	}
	
	#offers {
		position:absolute;
		margin-top:-54px;
	}
	
	#contact {
		position:absolute;
		margin-top:-54px;
	}
	
	.button-text {
		z-index:200;
		font-size:24px;
		line-height:24px;
		color:#fff;
	}
	
	.button-text-holder {
		height:64px;
	}
	
	.button-text {
		z-index:200;
		font-size:18px;
		line-height:18px;
		color:#fff;
	}
	
	.menu-heading {
		font-size:22px;
	}
	
	#scroll-1 {
		height:240px;
	}
	
	#scroll-2 {
		height:240px;
	}
	
	#scroll-3 {
		height:240px;
	}
	
	#scroll-4 {
		height:240px;
	}
	
	#scroll-5 {
		height:240px;
	}
	
	#scroll-6 {
		height:240px;
	}
	
	#scroll-7 {
		height:240px;
	}
	
	#scroll-8 {
		height:240px;
	}
	
	.terms-spacer {
		height:53px;
	}
	
	.nopage-head {
		font-size:20px;
	}
	
	.nopagetext {
		position:absolute;
		margin-top:-80px;
		font-size:12px;
	}
	.homenews-title {
	font-size: 16px;
	margin-top: 10px;
}
}

@media (max-width: 767px) {
	
	body {
	margin:0 0 300px;
/* bottom = footer height */
}

.upgrade-xmas {
	font-size: 18px;
	line-height: 22px;
}
.footerholder {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:300px;
	background:url(img/footer-bak.gif);
}
	
	#home2 {
		position:absolute;
		top:-54px;
	}
	
	#home3 {
		position:absolute;
		margin-top:46px;
	}
	
	.start {
		bottom:20px;
		margin-left:-20px;
	}
	
	.start img {
		width:40px;
	}
	
	.home-head-holder {
		margin-top:-160px;
	}
	
	.home-heading {
		font-size:24px;
		line-height:24px;
		margin-left:0;
		margin-right:0;
		border-top:solid 5px #d7a265;
		border-bottom:solid 5px #d7a265;
	}
	
	.rest-head-holder {
		position:absolute;
		top:50%;
		margin-top:-175px;
		width:100%;
	}
	
	.rest-heading {
		font-size:18px;
		line-height:28px;
		margin-left:0;
		margin-right:0;
	}
	
	.rest-logo img {
		width:150px;
	}
	
	.rest-title {
		margin-top:5x;
		font-size:18px;
		letter-spacing:8px;
	}
	
	.book-table-holder {
		margin-top:0;
	}
	
	.footer-mobile {
		text-align:center;
	}
	
	.footer-logo {
		margin-top:10px;
	}
	
	.footer-menu ul {
		margin-top:10px;
	}
	
	.social-icon {
		margin-top:20px;
	}
	
	.mobile-padding {
		padding:0;
	}
	
	.home-text-head-one {
		margin-top:0;
		display:none;
	}
	
	.home-text-head-two {
		margin-top:0;
		display:none;
	}
	
	.join-text-head-one {
	display: none;
}

.join-text-head-two {
	display: none;
}
	
	#scroll-1 {
		height:140px;
	}
	
	#scroll-2 {
		height:140px;
	}
	
	#scroll-3 {
		height:140px;
	}
	
	#scroll-4 {
		height:140px;
	}
	
	#scroll-5 {
		height:140px;
	}
	
	#scroll-6 {
		height:140px;
	}
	
	#scroll-7 {
		height:140px;
	}
	
	#scroll-8 {
		height:140px;
	}
	
	.desk-offer {
		display:none;
	}
	
	.mob-offer {
		display:block;
	}
	
	.desktop-menu-buttons {
		display:none;
	}
	
	.nopage-head {
		font-size:12px;
	}
	
	.nopagetext {
		position:absolute;
		padding:0 60px 0 40px;
		margin-top:-55px;
		font-size:8px;
	}
	
	.xmas-link img{
		width: 200px;
	}
	
	#slider-next a {
		display: none;
		}
	#slider-prev a {
		display: none;
		}
		
		#slider-nextnews a {
		display: none;
		}
	#slider-prevnews a {
		display: none;
		}
		
	.slidecontainer {
		display: none;
	}
	.mobile-slidecontainer {
		display: block;
	}
	#slider-next-mobile a {
	position:absolute;
	top:50%;
	right: 35px;
	margin-right: -20px;
	margin-top:-20px;
	height:40px;
	width:40px;
	background:url(img/next-arrow.png) no-repeat;
	background-size: 40px 40px;
	z-index:100;
	cursor: pointer;
}

#slider-prev-mobile a {
	position:absolute;
	top:50%;
	left: 35px;
	margin-left: -20px;
	margin-top:-20px;
	height:40px;
	width:40px;
	background:url(img/prev-arrow.png) no-repeat;
	background-size: 40px 40px;
	z-index:100;
	cursor: pointer;
}
.partner-footer {
	width: 250px;
	margin: 0 auto;
}
.home-desktop-whatson {
	display: none;
}
.homenews-title {
	font-size: 16px;
	margin-top: 10px;
}
.home-mobile-whatson {
	display: block;
}
.job-title {
	height: 73px;
	width: 100%;
	font-size: 14px;
	line-height: 73px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 20px;
}
}