@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fast.fonts.net/cssapi/d34b496b-caad-489b-9e45-532816188572.css);
/* 
font-family:'Avenir Next LT W01 Demi', sans-serif;
font-family:'AvenirNextLTW01-Medium', sans-serif;
font-family:'Avenir Next LT W01 Bold', sans-serif;
*/
.highlight {
  font-family: 'Avenir Next LT W01 Demi', sans-serif;
}
@cursive {
  font-family: 'Pacifico', cursive;
}
body {
  font-family: 'AvenirNextLTW01-Medium', sans-serif;
  color: #3c3c3b;
  background-color: #fdfaf4;
  padding-top: 51px;
}
a {
  color: #3c3c3b;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #ddd;
}
.btn {
  padding: 8px 20px;
  border: 2px solid #3c3c3c;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #3c3c3c;
  text-transform: uppercase;
  font-family: 'Avenir Next LT W01 Demi', sans-serif;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
  transition: opacity 0.25s ease-in-out !important;
  -moz-transition: opacity 0.25s ease-in-out !important;
  -webkit-transition: opacity 0.25s ease-in-out !important;
}
.btn:hover {
  color: #fff;
  background-color: #3c3c3c;
}
.navbar-toggle {
  position: relative;
  float: left;
  width: 55px;
  height: 25px;
  padding: 9px 10px;
  margin-top: 14px;
  margin-right: 8px;
  margin-bottom: 6px;
  background: url('../img/menu.png') no-repeat center;
  border: 1px solid transparent!important;
  border-radius: 0;
  -webkit-appearance: none;
}
.menu-label {
  font-family: 'Avenir Next LT W01 Bold', sans-serif;
  padding: 15px;
/*  display: inline-block;*/
  float: left;
	display: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
	background-color: #fdfaf4;
	border-color: #fdfaf5;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}
.nav > li > a {
  font-size: 13px;
}
.nav > li.offers {
  background: url(../img/nav-offers-bg.png) no-repeat center 10px;
}
.nav > li > a {
  font-size: 13px;
}
.nav > li.online order {
  background: url(../img/order-now.png) no-repeat center 100px;  
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
.ms-fullscreen-template {
  min-height: 250px;
}
.master-slider {
  height: 100%;
}
.border {
  position: relative;
}
.border:before {
  content: "";
  background: url('../css/border-top.png') no-repeat center top;
  background-size: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  z-index: 1000;
}
.border:after {
  content: "";
  background: url('../css/border-bottom.png') no-repeat center bottom;
  background-size: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  z-index: 1000;
}
.logo {
  width: 100%;
  text-align: center;
  top: 50%!important;
  margin-top: -322px !important;
}
.logo img {
  margin: auto;
  max-width: 100%;
}
.contact-top {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #fff;
  z-index: 1000;
  transform: rotate(-0.26deg);
  -webkit-transform: rotate(-0.46deg);
  -moz-transform: rotate(-0.26deg);
  -o-transform: rotate(-0.26deg);
  -ms-transform: rotate(-0.26deg);
}
.contact-top span {
  margin-left: 10px;
  font-family: 'Pacifico', cursive;
}
.contact-top a {
  color: #fff;
}
.contact-top2 {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #333;
  z-index: 1000;
  transform: rotate(-0.26deg);
  -webkit-transform: rotate(-0.46deg);
  -moz-transform: rotate(-0.26deg);
  -o-transform: rotate(-0.26deg);
  -ms-transform: rotate(-0.26deg);
}
.contact-top2 span {
  margin-left: 10px;
  font-family: 'Pacifico', cursive;
}
.contact-top2 a {
  color: #333;
}
.social {
    position: absolute;
    top: 41px;
    right: 19px;
    color: #fff;
    font-family: 'Pacifico', cursive;
    z-index: 1000;
    transform: rotate(-0.26deg);
    -webkit-transform: rotate(-0.46deg);
    -moz-transform: rotate(-0.46deg);
    -o-transform: rotate(-0.46deg);
    -ms-transform: rotate(-0.46deg);
}
.social span {
  margin-right: 6px;
}
.social2 {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #333;
  font-family: 'Pacifico', cursive;
  z-index: 1000;
  transform: rotate(-0.26deg);
  -webkit-transform: rotate(-0.46deg);
  -moz-transform: rotate(-0.46deg);
  -o-transform: rotate(-0.46deg);
  -ms-transform: rotate(-0.46deg);
}
.social2 span {
  margin-right: 6px;
}
/* Carousel */
#slider1 .item {
  padding: 30px 0px;
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: 'Pacifico', cursive;
  position: relative;
  min-height: 350px;
}
#slider1 .owl-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../img/overlay.png') repeat;
  z-index: 0;
}
#slider1 .item img {
  width: auto;
  margin: 0 auto;
  display: block;
  z-index: 100;
  position: relative;
}
#slider1 .item h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 50px 0 5px;
  z-index: 100;
  position: relative;
}
#slider1 .item h3 a {
  color: #fff;
}
#slider1 .item h3 span {
  font-size: 24px;
}
.carousel-gallery {
  background: url('../img/slide1.jpg') no-repeat center;
  background-size: cover;
}
.carousel-menu {
  background: url('../img/slide2.jpg') no-repeat center;
  background-size: cover;
}
.carousel-location {
  background: url('../img/slide3.jpg') no-repeat center;
  background-size: cover;
}
/* Menu Pages Carousels */
.carousel-pizza {
  background: url('../img/slide4.jpg') no-repeat center;
  background-size: cover;
}
.carousel-drinks {
  background: url('../img/slide5.jpg') no-repeat center;
  background-size: cover;
}
.carousel-dessert {
  background: url('../img/slide6.jpg') no-repeat center;
  background-size: cover;
}
.carousel-starters {
  background: url('../img/slide7.jpg') no-repeat center;
  background-size: cover;
}
.newsletter .container {
  background: url('../img/footer-bg.jpg') repeat bottom;
  min-height: 115px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tweet-box {
  text-align: left;
  padding-top: 20px;
}
.tweet-box img {
  float: left;
  margin: 0 12px 15px 0;
}
.signup {
  text-align: left;
  padding-top: 5px;
}
.signup h4 {
  font-family: 'Avenir Next LT W01 Bold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 2px 0 4px 0;
}
.signup p {
  font-size: 10px;
}
.signup .submit {
  margin-top: 20px;
}
.signup .form-left,
.signup .form-middle,
.signup .form-right {
  float: left;
}
.signup .form-left {
  width: 30%;
  padding: 4px 12px 0 0;
}
.signup .form-middle {
  width: 50%;
}
.signup .form-right {
  width: 20%;
  padding-left: 12px;
}
.copyright {
  margin: 30px 0;
  font-size: 12px;
}
.accreditations img {
  margin: 0 10px 30px;
}
.offer {
  background: url('../img/texture.jpg') repeat;
  padding: 30px 0;
}
.menus {
  background: url('../img/texture-2.jpg') repeat;
  padding: 30px 0;
}
.narrative {
  background: url('../img/green.png') no-repeat center;
  max-width: 100%;
  width: 770px;
  height: 682px;
  padding: 200px 120px 0 90px;
  position: relative;
}
.narrative h2 {
  font-family: 'Pacifico', cursive;
}
.narrative .btn {
  margin: 0 20px 12px 0;
}
.narrative.two {
  background: url('../img/purple.png') no-repeat center;
  max-width: 100%;
  width: 1032px;
  height: 512px;
  color: #fff;
  margin-bottom: 100px;
}
.narrative.two-lg {
  background: url('../img/purple-lg.png') no-repeat center;
  max-width: 100%;
  width: 1032px;
  height: 768px;
  color: #fff;
  margin-bottom: 100px;
  padding-top: -100px !important;
}
.graphic-1 {
  position: absolute;
  bottom: -120px;
  left: 0;
  z-index: 10;
}
.graphic-2 {
  position: absolute;
  top: 100px;
  right: -110px;
  z-index: 10;
}
.graphic-2-higher {
  position: absolute;
  top: 40px;
  right: -110px;
  z-index: 10;
}
/* End absolute positioned graphics */
.latest-offer {
  background: url('../img/latest-offer.png') no-repeat center top;
  max-width: 100%;
  margin: auto;
  width: 332px;
  height: 530px;
  padding: 330px 70px 0;
}
.latest-offer p {
  margin-bottom: 0;
}
.latest-offer hr {
  opacity: 0.5;
  max-width: 120px;
  margin: 20px auto;
}
.latest-offer .price {
  color: #fb3604;
  font-size: 24px;
  font-family: 'Avenir Next LT W01 Bold', sans-serif;
}
.scroll,
.scroll:hover,
.scroll:focus {
  background: url('../img/scroll.png') no-repeat center bottom;
  font-size: 10px;
  display: block;
  color: #fff;
  position: absolute;
  text-align: center;
  padding-top: 0;
  width: 40px;
  height: 50px;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  z-index: 999;
}
.latest-offers-disclaimer {
  background-color: #fdfaf4;
  padding: 15px;
  text-align: center;
}
.latest-offers-disclaimer p {
  padding-bottom: 0;
  margin-bottom: 0;
}
/* Testimonial Block - appears on homepage and history */
.testimonial {
  width: 100%;
  position: relative;
  max-width: 100%;
}
.testimonial .clients {
  background: url('../img/testimonial.png') no-repeat center right;
  max-width: 100%;
  width: 620px;
  height: 528px;
  padding: 200px 20px 0;
  margin: 80px auto;
  display: block;
  position: relative;
}
.testimonial .clients-banner {
  background: url('../img/testimonial-banner.png') no-repeat center right;
}
.testimonial h3 {
  font-size: 18px;
  width: 342px;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
  color: #fff;
}
.testimonial h3 span {
  font-family: 'Pacifico', cursive;
  display: block;
  margin: 20px auto;
}
/* Testimonial / Offers Pages */
.testimonial-item,
.offers-item {
  max-width: 100%;
  height: 224px;
  padding: 20px 30px 20px;
  margin: 30px auto;
  display: block;
  position: relative;
}
.testimonial-item h3,
.offers-item h3 {
  font-size: 18px;
  width: 342px;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
  color: #fff;
}
.testimonial-item h3 span,
.offers-item h3 span {
  font-family: 'Pacifico', cursive;
  display: block;
  margin: 20px auto;
}
.testimonial-item h3 {
  color: #3c3c3b;
}
.offers-item h3 {
  color: #3c3c3b;
  font-size: 30px;
  font-family: 'Pacifico', cursive;
  display: block;
  margin: 15px auto;
}
.testimonial-container .bg-1,
.offers-container .bg-1 {
  background: url('../img/testimonial-bg-1.png') no-repeat center top;
}
.testimonial-container .bg-2,
.offers-container .bg-2 {
  background: url('../img/testimonial-bg-2.png') no-repeat center top;
}
.testimonial-container .bg-3,
.offers-container .bg-3 {
  background: url('../img/testimonial-bg-3.png') no-repeat center top;
}
.testimonial-container .bg-4,
.offers-container .bg-4 {
  background: url('../img/testimonial-bg-4.png') no-repeat center top;
}
.white {
  color: #fff;
}
.white h3 {
  color: #fff;
}
.white p {
  color: #fff;
}
/* Menu */
.menu-container {
  width: 100%;
  position: relative;
  max-width: 100%;
}
.menu-item {
  max-width: 100%;
  width: 560px;
  height: 330px;
  padding: 60px 90px 40px 40px;
  margin: 180px 0;
  display: block;
  position: relative;
}
.menu-item h3 {
  font-size: 34px;
  margin-top: 30px;
  font-family: 'Pacifico', cursive;
  display: block;
  margin: 0 0 20px 0;
}
.menu-item p {
  margin-bottom: 20px;
}
.starters {
  background: url('../img/starters.png') no-repeat;
}
.pizzas {
  background: url('../img/pizzas.png') no-repeat;
}
.drinks {
  background: url('../img/drinks.png') no-repeat;
}
.desserts {
  background: url('../img/desserts.png') no-repeat;
}
/* Gallery */
.logo-small {
  width: 213px;
  height: 197px;
  background: url('../img/logo-small.png') no-repeat;
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -106px;
  z-index: 1001;
}
.gallery-container {
  margin-bottom: 155px;
}
.border-bottom-overflow {
  background: url('border-bottom.png') no-repeat center;
  width: 100%;
  height: 45px;
  z-index: 8;
  background-size: cover;
  position: relative;
  bottom: 0;
}
.border-bottom-overflow.alt {
  bottom: 45px;
}
.slide-content {
  bottom: 30px!important;
  left: 20px!important;
}
.slide-content h2 {
  color: #fff;
  font-family: 'Pacifico', cursive;
}
.ms-thumb {
  width: 80px;
  height: 80px;
}
.ms-thumb-list {
  background: #000!important;
}





.offers-btn {
	background: url(../img/order-now-bg.png) no-repeat 0px -5px;
	position: absolute;
	top: 0;
	right: 0;
	height: 65px;
	width: 180px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Avenir Next LT W01 Bold', sans-serif;
	letter-spacing: 0.40px;
}
.ms-fullscreen-template .border-top {
	position: fixed;
	top: 51px;
}
.offers-btn:hover {
	color: #fff;	
}






//offers-btn2 {
	background: url(../img/RESERVE-TABLE-bg.png) no-repeat 0px 0px;
	position: absolute;
	top: 0;
	right: -15;
	height: 80px;
	width: 180px;
	text-align: center;
	line-height: 55px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Avenir Next LT W01 Bold', sans-serif;
	letter-spacing: 0.40px;
}
.ms-fullscreen-template .border-top {
	position: fixed;
	top: 51px;
}
.offers-btn2:hover {
	color: #fff;	
}










@media (min-width: 1171px) and (max-width: 1366px) {
.nav > li > a {
  padding-left: 13px;
  padding-right: 13px;
}	
.navbar .navbar-nav {
	float: left;
}	
.container {
    width: 100%;
}	
}
@media (min-width: 1025px) and (max-width: 1170px) {
.nav > li > a {
  padding-left: 8px!important;
  padding-right: 8px!important;
  font-size: 12px;
}	
.navbar .navbar-nav {
	float: left;
}		
.container {
    width: 100%;
}	
}



@media (min-width: 992px) {
  .ms-thumb {
    width: 200px;
    height: 200px;
  }
}
/* Contact Forms */
.form {
  width: 100%;
  height: 685px;
  top: 50%!important;
  margin-top: -342px !important;
}
.form form {
  width: 400px;
  max-width: 100%;
  margin: auto;
}
.form .btn {
  margin-top: 10px;
}
.form .form-group {
  margin-bottom: 0;
}
.form .form-group p{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.form-inner {
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-inner * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-inner p {
  font-size: 12px!important;
  line-height: 1.4 !important;
}
.book-form {
  background: url('../img/book-form.png') no-repeat center top;
  width: 615px;
  height: 1215px;
  padding: 160px 20px 20px;
  text-align: left;
	margin-top: 50px;
}
.book-form h1,
.book-form h2,
.book-form h3 {
  text-align: center;
}
.opening-times {
  background: url('../img/opening-times.png') no-repeat center top;
  width: 627px;
  height: 667px;
  padding: 240px 40px 20px 20px;
  color: #fff;
  text-align: center;
}
.opening-times h3 {
  color: #fff;
}
.opening-times .btn {
  color: #fff;
  margin: 0 10px 10px;
}
.opening-times .highlight {
  text-transform: uppercase;
  font-family: 'Avenir Next LT W01 Bold', sans-serif;
}
.opening-times hr {
  background: url('../img/hr.png') repeat-x;
  border: 0;
  height: 2px;
  margin: 10px auto;
  max-width: 300px;
}
.contact-form {
  background: url('../img/contact-form.png') no-repeat center top;
  width: 622px;
  height: 915px;
  padding: 200px 50px 20px;
  text-align: left;
}
.contact-form h1,
.contact-form h2 {
  text-align: center;
}
.contact-form h3 {
  text-align: center;
  margin-bottom: 4px !important;
}
.contact-form p {
  text-align: center;
}
.contact-form .btn {
  margin: 10px 0;
}
.contact-form .highlight {
  text-transform: uppercase;
  font-family: 'Avenir Next LT W01 Bold', sans-serif;
}
.contact-form hr {
  background: url('../img/hr.png') repeat-x;
  border: 0;
  height: 2px;
  margin: 10px auto;
  max-width: 300px;
}
/* Location Page */
.ms-slide iframe {
  height: 100% !important;
}
.address {
  max-width: 100%;
  width: 526px;
  height: 317px;
  padding: 55px 40px 50px;
  margin-top: -158px;
  display: block;
  position: absolute;
  font-size: 18px;
  top: 50%;
  background: url('../img/address.png') no-repeat;
}
.address h3 {
  font-size: 28px;
  margin-top: 30px;
  font-family: 'Pacifico', cursive;
  display: block;
  margin: 0 0 20px 0;
}
/* ==========================================================================
   FORM STYLES
   ========================================================================== */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  height: auto;
  text-transform: uppercase;
  font-family: 'Avenir Next LT W01 Bold', sans-serif;
  border: 0;
  padding: 5px 6px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  background: transparent;
  border: 2px solid #3c3c3b;
  margin-bottom: 4px;
}
input[type="submit"] {
  width: auto;
  height: auto;
  text-transform: uppercase;
  padding: 5px;
  font-family: 'Avenir Next LT W01 Bold', sans-serif;
  font-size: 14px;
  background: transparent;
}
.form .form-control {
  border: 0;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.4);
  margin-bottom: 6px;
}
.form h3 {
  font-size: 30px;
  margin: 0 0 16px;
  font-family: 'Pacifico', cursive;
}
.view {
  width: 100%;
  text-align: center;
  bottom: 50%!important;
  margin-bottom: -250px !important;
}
/* Panels */
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.panel-title {
  text-align: center;
}
.panel-title a,
.panel-title a:hover,
.panel-title > a:focus {
  text-decoration: none;
}
.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 58px;
  padding-top: 11px;
  font-family: 'Avenir Next LT W01 Bold', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.panel-heading span {
  font-size: 13px;
  font-family: 'Avenir Next LT W01 Demi', sans-serif;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}
.heading-1 .panel-heading {
  background: url('../img/heading-1.png') no-repeat center;
}
.heading-2 .panel-heading {
  background: url('../img/heading-2.png') no-repeat center;
}
.heading-3 .panel-heading {
  background: url('../img/heading-3.png') no-repeat center;
  padding-top: 20px;
}
.heading-3 .panel-title {
  color: #fff;
  font-family: 'Pacifico', cursive;
  font-size: 28px;
  text-align: left;
  padding-left: 220px;
  text-transform: none;
}
.menus .panel-body {
  max-width: 800px;
  margin: auto;
  font-family: 'Avenir Next LT W01 Demi', sans-serif;
  font-size: 18px;
}
.menus .panel-body p {
  float: left;
}
.menus .panel-body .desc {
  font-size: 13px;
  font-family: 'Avenir Next LT W01 Demi', sans-serif;
  font-style: italic;
}
.menus .panel-body div {
  background: url('../img/hr.png') repeat-x bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.menus .panel-body div:before,
.menus .panel-body div:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.menus .panel-body div:after {
  clear: both;
}
.prices {
  float: right;
}
.prices span {
  font-size: 12px;
}
.prices li {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: center;
}
.no-desc {
  padding-top: 22px;
}
/* Media Queries */
@media (min-width: 767px) {
  .navbar .navbar-nav {
    transform: rotate(-0.26deg);
    -webkit-transform: rotate(-0.26deg);
    -moz-transform: rotate(-0.26deg);
    -o-transform: rotate(-0.26deg);
    -ms-transform: rotate(-0.26deg);
  }
  .narrative.two {
    padding: 100px 200px 0 80px;
  }
}
@media (min-width: 992px) {
  #slider1 .item {
    min-height: 433px;
  }
  #slider1 .item h3 {
    margin: 100px 0 5px;
  }
  .menu-label {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .narrative {
    max-width: 66.66666667%;
    padding-top: 160px;
    background-size: 100%;
  }
  .latest-offer {
    padding: 300px 70px 0;
  }
  .narrative.two {
    background: url('../img/purple.png') no-repeat left;
  }
  .offer {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  #border:before {
    background: url('../css/border-top.png') no-repeat center top;
    background-size: 100%;
  }
  #border:after {
    background: url('../css/border-bottom.png') no-repeat center bottom;
    background-size: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  #single-slider {
    min-height: 800px;
  }
  .book-form form {
    width: 400px;
  }
  .book-form form-control {
    margin-bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .book-form {
    padding: 180px 60px 20px;
  }
  .book-form form {
    width: 440px;
  }
}
/* Max Width */
@media (max-width: 1600px) {
  .view {
    margin-bottom: -150px !important;
  }
  .logo img {
    margin: 60px auto 0;
    max-width: 500px;
  }
  .form {
    width: 100%;
    height: 685px;
    text-align: center;
    top: 60px!important;
    margin-top: 0!important;
  }
  .form-inner {
    background-position: center top;
    max-width: 100%;
  }
  .opening-times {
    padding: 155px 40px 20px 20px;
  }
  .contact-form {
    padding: 160px 40px 20px;
  }
  .form label {
    font-size: 11px!important;
  }
}
@media (max-width: 992px) {
  .offer {
    overflow: hidden;
  }
  .tweet-box {
    text-align: center;
  }
  .tweet-box img {
    float: none;
    display: inline-block;
    margin: 0 auto 15px;
  }
  .signup .form-left {
    text-align: right;
  }
  #single-slider {
    min-height: 860px;
  }
}
@media (max-width: 767px) {
  .nav {
    width: 100%;
  }
  .dropdown-menu {
    width: 100%;
    padding: 0;
  }
  .dropdown-menu li {
    background: #f7f7f7;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px;
  }
  .dropdown-menu > li > a {
    text-align: center;
    font-size: 12px;
  }
  .form-inner {
    max-width: 100%;
    height: auto;
    padding: 240px 30px 60px;
    background-size: cover;
  }
  .form-inner form {
    width: 100% !important;
  }
  .master-slider {
    min-height: 460px;
  }
  .logo {
    margin-top: -180px !important;
  }
  .logo img {
    margin-top: 0;
    width: 360px;
    max-width: 100%;
  }
  .narrative {
    height: auto;
    padding: 120px 30px;
    margin-bottom: 220px;
  }
  .narrative.two {
    padding: 80px 30px;
    margin-bottom: 220px;
    height: auto;
    background-size: cover;
  }
  .narrative.two-lg {
    padding: 80px 30px;
    margin-bottom: 170px;
    height: auto;
    background-size: cover;
  }
  .graphic-1 {
    max-width: 100%;
    position: absolute;
    bottom: -200px;
  }
  .graphic-1 img {
    max-width: 100%;
  }
  .graphic-2,
  .graphic-2-higher {
    display: none;
  }
	
	
	
	
	
.offers-btn {
	width: 150px;
	left: 0;
}
.ms-fullscreen-template .border-top {
	top: 50px;
}
.offers-btn:hover {
	color: #fff;
	opacity: 1;
}	
}
@media (max-width: 677px) {
  .heading-3 .panel-heading {
    background: url(../img/heading-3.png) left no-repeat;
  }
  .heading-3 .panel-title {
    font-size: 22px;
    padding-left: 50px;
  }
  .logo-gallery {
    width: 106px;
    height: 98px;
    background: url('../img/logo-gallery.png') no-repeat;
    background-size: 100%;
    top: 65px;
    margin-left: -53px;
  }
  body {
    font-size: 12px;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  p {
    margin-bottom: 16px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  .footer-logo img {
    margin: 20px auto 10px;
  }
  .newsletter .container {
    background: url(../img/footer-bg.jpg) repeat bottom;
  }
  .tweet-box {
    background: url(../img/footer-bg.jpg) repeat bottom;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .signup .submit {
    margin-top: 0;
  }
  .signup .form-left,
  .signup .form-middle,
  .signup .form-right {
    text-align: center;
    float: none;
    display: block;
    width: 100%;
    padding: 0px;
  }
  .social span {
    display: none;
  }
  .testimonial .clients {
    background: url('../img/testimonial-sm.png') no-repeat center;
  }
  .testimonial .clients-banner {
    background: url('../img/testimonial-banner-sm.png') no-repeat center;
  }
  .testimonial h3 {
    font-size: 16px;
  }
  .menu-item {
    background-size: cover;
    padding: 40px 30px 30px;
    margin: 220px 0 60px;
  }
  .menu-item h3 {
    font-size: 24px;
  }
  .menu-container .logo-small {
    width: 106px;
    height: 99px;
    background-size: 100%;
    top: 80px;
    margin-left: -53px;
  }
  .testimonial-container .bg-1,
  .testimonial-container .bg-2,
  .testimonial-container .bg-3,
  .testimonial-container .bg-4 {
    background-size: cover;
    height: auto;
  }
  .form h3 {
    font-size: 24px;
  }
  .address {
    font-size: 14px;
  }
  .address h3 {
    font-size: 22px;
  }
  .contact-form {
    padding: 160px 20px 20px;
  }
}
@media (max-width: 480px) {
  .book-form .col-xs-4,
  .book-form .col-xs-6 {
    width: 100%;
    display: block;
  }
}
@media (max-width: 380px) {
  .narrative {
    margin-bottom: 60px;
  }
  .graphic-1 {
    bottom: -80px;
  }
  .latest-offer {
    background: url(../img/latest-offer.png) center bottom no-repeat;
    background-size: 100%;
  }
}
#map {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 0;
}
@media (min-width: 0px) and (max-width: 359px) {
  #map {
    height: 420px;
  }
}
@media (min-width: 360px) and (max-width: 459px) {
  #map {
    height: 420px;
  }
}
@media (min-width: 460px) and (max-width: 759px) {
  #map {
    height: 500px;
  }
}
@media (min-width: 760px) and (max-width: 959px) {
  #map {
    height: 700px;
  }
}
@media (min-width: 960px) {
  #map {
    height: 800px;
  }
}
.location-wrap {
  width: 100%;
  float: left;
}
.location-wrap-content {
  width: 100%;
  float: left;
	height: 50px;
}
@media (min-width: 0px) and (max-width: 359px) {
  .location-wrap {
    height: 420px;
  }
}
@media (min-width: 360px) and (max-width: 459px) {
  .location-wrap {
    height: 420px;
  }
}
@media (min-width: 460px) and (max-width: 759px) {
  .location-wrap {
    height: 500px;
  }
}
@media (min-width: 760px) and (max-width: 959px) {
  .location-wrap {
    height: 700px;
  }
}
@media (min-width: 960px) {
  .location-wrap {
    height: 800px;
  }
}
.location-wrap .border-top {
  background: url('border-top.png') no-repeat center;
  width: 100%;
  height: 15px;
  z-index: 8;
  background-size: cover;
  position: absolute;
  top: 50px;
}
.location-wrap-content .border-top {
  background: url('border-top.png') no-repeat center;
  width: 100%;
  height: 15px;
  z-index: 8;
  background-size: cover;
  position: absolute;
  top: 50px;
}
.location-wrap .border-bottom {
  background: url('border-bottom.png') no-repeat center;
  width: 100%;
  height: 45px;
  z-index: 8;
  background-size: cover;
  position: absolute;
  top: 805px;
}
@media (min-width: 0px) and (max-width: 359px) {
  .location-wrap .border-bottom {
    top: 425px;
  }
}
@media (min-width: 360px) and (max-width: 459px) {
  .location-wrap .border-bottom {
    top: 425px;
  }
}
@media (min-width: 460px) and (max-width: 759px) {
  .location-wrap .border-bottom {
    top: 505px;
  }
}
@media (min-width: 760px) and (max-width: 959px) {
  .location-wrap .border-bottom {
    top: 705px;
  }
}
@media (min-width: 960px) {
  .location-wrap .border-bottom {
    top: 805px;
  }
}
.location-wrap .contact-top {
  top: 80px;
  left: 40px;
}
.location-wrap .social {
  top: 80px;
}
@media (min-width: 0px) and (max-width: 359px) {
  .location-wrap .address {
    top: 280px;
  }
}
@media (min-width: 360px) and (max-width: 459px) {
  .location-wrap .address {
    top: 280px;
  }
}
@media (min-width: 460px) and (max-width: 759px) {
  .location-wrap .address {
    top: 320px;
  }
}
@media (min-width: 760px) and (max-width: 959px) {
  .location-wrap .address {
    top: 420px;
  }
}
@media (min-width: 960px) {
  .location-wrap .address {
    top: 480px;
  }
}
ul.tweet-container {
  list-style-type: none;
}
/*  Satpal Code to sort shit out  
=====================================  */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #5cc8f7;
}
@media (min-width: 768px) {
  .about-content .narrative {
    padding-top: 100px;
    padding-right: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 15px 13px;
  }
}
@media (max-width: 991px) {
  .gallery-container {
    margin-bottom: 45px;
  }
	
	
		
	
.//offers-btn2 {
    width: 150px;
    left: 60px!important;
    background: url("../img/RESERVE-TABLE-bg.png") no-repeat 0px 0px;
    line-height: 63px;
}
.ms-fullscreen-template .border-top {
	top: 49px;
}
.offers-btn2:hover {
	color: #fff;
	opacity: 1;
}
}
@media (max-width: 1024px) {
.navbar .navbar-collapse {
    margin-top: 60px;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-toggle {
    display: block!important;
}
.navbar-collapse.collapse {
    display: none!important;
    visibility: hidden;
}
.navbar-collapse.in {
    display: block!important;
    visibility: visible;
}
.navbar .navbar-nav {
    transform: rotate(-0.26deg);
    -webkit-transform: rotate(-0.26deg);
    -moz-transform: rotate(-0.26deg);
    -o-transform: rotate(-0.26deg);
    -ms-transform: rotate(-0.26deg);
}
.navbar-nav>li {
    float: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-top: solid 1px #e7e7e7!important;
}
.ms-fullscreen-template .border-top {
    top: 49px;
}
.//offers-btn2 {
    width: 150px;
    left: 120px;
    background: url("../img/RESERVE-TABLE-bg.png") no-repeat 0px 0px;
    line-height: 63px;
}	
	
	
	
.offers-btn {
    width: 150px;
    left: 60px!important;
    background: url(../img/order-now-bg.png) no-repeat 0px 0px;
    line-height: 63px;
}
.ms-fullscreen-template .border-top {
	top: 49px;
}
.offers-btn:hover {
	color: #fff;
	opacity: 1;
}
}
@media (max-width: 1024px) {
.navbar .navbar-collapse2 {
    margin-top: 60px;
}
.navbar .navbar-collapse2 {
    text-align: center;
}
.navbar-toggle {
    display: block!important;
}
.navbar-collapse2.collapse {
    display: none!important;
    visibility: hidden;
}
.navbar-collapse2.in {
    display: block!important;
    visibility: visible;
}
.navbar .navbar-nav {
    transform: rotate(-0.26deg);
    -webkit-transform: rotate(-0.26deg);
    -moz-transform: rotate(-0.26deg);
    -o-transform: rotate(-0.26deg);
    -ms-transform: rotate(-0.26deg);
}
.navbar-nav>li {
    float: none;
}
.navbar-default .navbar-collapse2, .navbar-default .navbar-form {
    border-top: solid 1px #e7e7e7!important;
}
.ms-fullscreen-template .border-top {
    top: 49px;
}
.offers-btn {
    width: 150px;
    left: 120px;
    background: url(../img/order-now-bg.png) no-repeat 0px 0px;
    line-height: 63px;
}	
}
@media (max-width: 768px) {
  .opening-times-page .ms-fullscreen-template,
  .opening-times-page #masterslider {
    height: 730px!important;
  }
}
@media (max-width: 768px) {
  .book-a-table-page .ms-fullscreen-template,
  .book-a-table-page #masterslider {
    height: 920px!important;
  }
}
@media (max-width: 768px) {
  .thank-you-page .ms-fullscreen-template,
  .thank-you-page #masterslider {
    height: 700px!important;
  }
}
@media (max-width: 768px) {
  .contact-us-page .ms-fullscreen-template,
  .contact-us-page #masterslider {
    height: 780px!important;
  }

.navbar .navbar-collapse {
	margin-top: 100px;
}
}
.contact-us-page .form .form-group {
  padding: 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .book-a-table-page .form-inner {
    max-width: 100%;
    height: auto;
    background-size: cover;
  }
}
.offer-text-lg {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 460px) {
  .offer-text-lg {
    font-size: 20px;
  }
}
.terms h1{
	 font-family: 'Pacifico', cursive;
	color: #333;
  }
}
.floatbutton {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    color: whitee;
    background-color: #1abc9c;
    position: absolute;
    left: 745px;
    bottom: 342px;
    animation-name: bgchange;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
//floatbutton2 {
    padding: 10px;
    padding-left: 120px;
    padding-right: 10px;
    border-radius: 5px;
    color: whitee;
    background-color: #1abc9c;
    position: absolute;
    left: 8%;
    bottom: 4%;
    animation-name: bgchange;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
/* The animation code */
@keyframes bgchange {
    0% {background-color: #C8D957;}
    25% {background-color: #F1B44C;}
    50% {background-color: #D02567;}
    75% {background-color: #ADCD9D;}
    100% {background-color: #AD6195;}
}
