/* CSS Document */
body {
	
	font-family: 'Lato', sans-serif;
	margin:0px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Lato', sans-serif;
}
.yellow {
	color:#6c577e;
}

#tweet-container{
 	margin-top:-30px;
    }
    .tweetwrap{
      background: #FFFFFF;
      color: #323232;
      width: 100%;
      height: auto;
      padding: 35px 18px 30px 18px;
	  word-wrap: break-word;
    }
    .tweetwrap footer{
      padding-top: 15px;
	  background: #FFFFFF;
    }
    .tweetwrap a{
      word-wrap: break-word;
      color: #FFFF00;
      font-size: 14px;
    }
	p.tweet {
		font-size: 21px;
		line-height: 30px;
		font-family: 'Lato', sans-serif;
	}
	p.timePosted {
		color: #797979;
	}
	
	
	
	
.social-media {
	text-align:right;
	color: #ffffff;
	font-size: 16px;
	margin-right:-14px;
	font-family: 'Lato', sans-serif;
	margin-top: 15px;
}
.social-media a {
	
	color: #ffffff;
	text-decoration:none;
}
.social-media img {
	margin-top:-5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.coming-soon {
	margin-top: 60px;
	vertical-align:central;
}

/* navigation*/

.navbar{
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	background-color: rgba(57,61,66,0.7);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	border-bottom: 2px #feb141 solid;
	border-top-right-radius: 25px;
	margin-top:30px;
}
.navbar-header {
	border: none;
}
.navbar-default .navbar-toggle {
	border:none;
}
.navbar-default .navbar-toggle:hover {
	border:none;
	background-color:#434343;
}
.navbar-nav img{
	margin-top: 20px;
}
.navbar-default .navbar-nav li a {
	font-size: 20px;
	color: #FBFBFB;
}
.navbar-default .navbar-nav li a:hover {
	color: #f8ac42;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover{
	color: #FFFFFF;
	background: none;
}
.navbar-default .navbar-nav .order-btn {
	background-color: #6c577e;
	color: #FFFFFF;
	margin-right: -15px;
	border-top-right-radius: 15px
}
.navbar-default .navbar-nav .order-btn a:hover {
	background-color: #f8ac42;
	color: #FFFFFF;
	border-top-right-radius: 15px
}

.navbar-brand img{
	margin-top: -85px;
	margin-left: -20px;
	position:absolute;
	z-index:1;
}
.navbar-default .navbar-nav .dropdown-menu {
	background-color: #202020;
	border:none;
	border-radius:0px;
	box-shadow: 2px 2px 4px #000000;
	text-align:left;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#fd8535;background-color:#202020;}

.navbar-default .navbar-nav .dropdown-menu>li>a {font-size:18px}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	background-color: #202020;
	color: #fd8535;
}
.booking-nav {
	background-color:transparent;
	border: none;
	padding: 0px;
	color:#FFFFFF;
	font-size: 20px;
	padding-left:13px;
	padding-right:13px;
	margin-top:11px;
}
.booking-nav:hover {
	color: #fd8535;
}

/* jumbotron */

.jumbotron {
	background-image: url(../images/hero-BG.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin-bottom: 0px;
	background-color: #323232;
	margin-top: -30px;
}
.food-image {
	margin-top:30px;
	margin-bottom:10px;
}
.food-image img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0px;
}

.order-online {
	padding-top: 180px;
	padding-bottom: 300px;
	margin-top:0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 300px;
}
.order-online img {
	height: auto;
	max-width: 70%;
	border: 0px;
}
.order-online a{
	font-size: 38px;
	color: #FFFFFF !important;
	width: 94%;
	padding: 9px 10px 7px 10px;
	margin:0 3% 40px 3%;
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-decoration:none;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
	
}
.order-online a:hover{
	background-color: transparent;
	background-repeat:repeat;
}




/* main-content */
.main-content {
	font-size: 15px;
	color: #393939;
	margin-top: -30px;
	background-color: transparent;
	padding: 40px 5% 50px 5%;
	
}
.main-text img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0px;
}
.main-text {
	padding-top: 30px;
}
.main-text a{
	color: #ffffff;
	text-decoration:none;
}
.main-text h1 {
	font-size: 60px;
	color: #ffffff;
}
.main-text h3 {
	font-size: 35px;
	color: #f4ae41;
	padding-bottom: 15px;
	border-bottom: 2px #f8af38 dotted;
	
}
iframe {
	width:100%;
	height:400px;
	border:none;
}
.main-text .intro-text {
	font-size: 18px;
	color: #ffffff;
}
.main-text p{
	font-size: 18px;
	color: #ffffff;
	margin-top: 25px;
}
.main-image {
	margin-top: 40px;
}
.main-image img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0px;
}
.dish #prices {
	color:#F0DB34;
}
p.description {
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
}
p.dish {
	font-size: 18px;
	line-height: 21px;
	font-weight:bold;
	margin-bottom: 6px;
}

.jaggy-underline{
	height: 10px;
	border-bottom: 2px #f8af38 dotted;
	margin-bottom: 10px;
	
}
.order-online-reg {
	font-size: 27px;
	color: #FFFFFF !important;
	padding: 7px 20px 9px 20px;
	background-color: #6c577e;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-decoration:none;
	border-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: 'Lato', sans-serif;
}
.order-online-reg:hover{
	background-color: #7d7d7d;
	text-decoration:none;
}
.form-field-date {
	color: #30281d;
	font-size: 18px;
	background-color: #FFFFFF;
	width: 32.3%;
	border: none;
	border-radius: 0px;
	margin-bottom: 5px;
}
.form-field-time {
	color: #30281d;
	font-size: 18px;
	background-color: #FFFFFF;
	width: 98%;
	border: none;
	border-radius: 0px;
	margin-bottom: 5px;
}
.form-btn-book #button {
	margin-top: 6px;
	font-size: 24px;
	width: 98%;
	color: #FFFFFF !important;
	padding: 8px 21px 8px 21px;
	background-color: #6c577e;
	box-shadow: 2px 2px 4px #000000;
	-moz-box-shadow: 2px 2px 4px #000000;
	-webkit-box-shadow: 2px 2px 4px #000000;
	text-decoration:none;
	border: none;
	border-radius: 0px;
	font-family: 'Bevan', cursive;
}
.form-btn-book #button:hover {
	background-color: #7d7d7d;
	background-repeat:repeat;
}





/* adbar */

.promobar {
	background-color: #1f272e;
	background-repeat:repeat;
	padding-top:40px;
	padding-bottom:60px;
}
.promobar-item {
	color: #FFFFFF;
}
.promobar-item a {
	margin-top: 6px;
	font-size: 18px;
	color: #FFFFFF !important;
	padding: 5px 21px 5px 21px;
	background-color: #6c577e;
	box-shadow: none;
	text-transform:uppercase;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-decoration:none;
	border: none;
	border-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: 'Lato', sans-serif;
}
.promobar-item a:hover {
	background-color: #7d7d7d;
}
.promobar-item .tweetwrap p.tweet a {
	margin-top: 0px;
	font-size: 24px;
	color: #98BD04 !important;
	padding: 0px;
	background-color: transparent;
	box-shadow: none;
	text-transform:none;
	-webkit-box-shadow: none;
	text-decoration:none;
	border: none;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
}
.promobar-item h3 {
	margin-bottom: 5px;
}
.promobar-img img {
	width: 150px;
}
.form-field {
	color: #30281d;
	font-size: 18px;
	background-color: #FFFFFF;
	padding: 7px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 98%;
	border: none;
	border-radius: 0px;
	margin-bottom: 5px;
}


.form-fields {
	background-repeat:repeat;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.form-btn #button {
	margin-top: 6px;
	font-size: 26px;
	width: 100%;
	color: #6c577e !important;
	padding: 8px 21px 8px 21px;
	background-color: #feb141;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-decoration:none;
	border: none;
	border-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-family: 'Lato', sans-serif;
}

.form-btn #button:hover {
	background-color: #7d7d7d;
}

.promobar-item h2 {
	font-size: 36px;
	line-height: 35px;
	margin-bottom: 0px;
}
.promobar-item h3 {
	font-size: 25px;
}
.newsletter p {
	font-size: 15px;
	line-height: 21px;
}




/* testimonial */

.testimonial {
	background-color: #6c577e;
	background-image: url(../images/test-BG.jpg);
	background-repeat:repeat;
	background-position:center center;
	padding-top:80px;
	padding-bottom:100px;
}
.testimonial img {
	width: 180px;
}
.quote-divider {
	background-image: url(../images/quote-BG-trim.png);
	background-repeat:repeat-x;
	height: 10px;
	margin-top: -10px;
	background-size:contain;
}
.quote-divider2 {
	background-image: url(../images/quote-BG-trim2.png);
	background-repeat:repeat-x;
	height: 10px;
	background-size:contain;
	position:relative;
	z-index:2;
}
.quote-text h3{
	color:#ffffff;
	font-size:34px;
	line-height: 38px;
	margin-top: 0px;
	text-transform: uppercase
}
.quote-text h5{
	color:#fca943;
	font-size:24px;
}




/* promo */

.promo {
	background-image: url(../images/promo-BG-food.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin-top: -10px;
}
.inner-promo {
	padding-top: 180px;
	padding-bottom: 180px;
}
.inner-promo h2{
	color:#FFFFFF;
	font-weight:normal;
	font-size:60px;
	line-height: 70px;
	text-transform: uppercase
}

/* footer */

footer {
	background-color: #1f272e;
	background-repeat:repeat;
}
.footer-trim {
	background-image: url(../images/footer-BG-trim.jpg);
	background-repeat:repeat-x;
	height: 9px;
	margin-top: -10px;
	background-size:contain;
}
.footer-nav {
	list-style:none;
	margin-top: 22px;
	margin-left: -40px;
	font-family: 'Lato', sans-serif;
}
.footer-content {

	padding-bottom: 30px;
}

.footer-nav li {
	display:inline;	
}
.footer-nav li a {
	font-size: 18px;
	padding: 0px 10px 0px 10px;
	color:#FFFFFF;	
}
.footer-nav li a:hover {
	color:#bbab7c;	
	text-decoration:none;
}
.footer-contact p {
	color:#FFFFFF;	
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
}
.footer-logo img {
	width: 100px;
}
.footer-legal p {
	color:#FFFFFF;	
	font-size: 14px;
	margin-top: 20px;
}
.footer-legal p a {
	color:#FFFFFF;	
}
.footer-legal .small {
	font-size: 14px;
}

.footer-legal .small a{
	color:#FFFFFF;	
	font-size: 14px;
	margin-top: 20px;
}
.booking {
	background-color:transparent;
	border: none;
	padding: 0px;
	color:#FFFFFF;
	font-size: 18px;
	padding-left:8px;
	padding-right:8px;
}

.privacy-terms {
	background-color:transparent;
	border: none;
	padding: 0px;
}







/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.navbar-default .navbar-nav li a {
	font-size: 26px;
}
.booking-nav {
	font-size: 24px;
	margin-top:8px;
}
p.tweet {
		font-size: 24px;
		line-height: 33px;
		font-family: 'Lato', sans-serif;
	}
	.promobar-item .tweetwrap p.tweet a {	
	font-size: 28px;
	line-height: 35px;
}
}
	
	
	
	
	

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-default .navbar-nav li a {
	font-size: 26px;
}

}




 
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

.navbar-default .navbar-nav li a {
	font-size: 20px;
}
.booking-nav {
	font-size: 18px;
	margin-top:13px;
}
.main-text {
	text-align:center;
}
.main-text img{
	height: auto;
	max-width: 30%;
	vertical-align: middle;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}
.divider-l {
	height: 21px;
	background-image: url(../images/promobar-divider-h-BG.png);
	background-repeat:repeat-x;
}
.divider-r {
	height: 21px;
	background-image: url(../images/promobar-divider-h-BG.png);
	background-repeat:repeat-x;
}
.promobar-item {
	margin-bottom: 40px;
}
.promobar-item h2 {
	font-size: 38px;
	line-height: 41px;
}
.promobar-item h3 {
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 0px;
}
.promobar-item p {
	font-size: 18px;
	line-height: 24px;
}
.promobar-item a {
	margin-top: 6px;
	font-size: 24px;
	width:30%;
	padding: 5px 21px 5px 21px;
}
.newsletter {
	padding-left:50px;
	padding-right:50px;
}
.footer-content {
	background-position: center bottom;
	padding-bottom: 30px;
}
.footer-contact p a {
	color:#FFFFFF;	
}
p.tweet {
		font-size: 28px;
		line-height: 35px;
		font-family: 'Lato', sans-serif;
	}
	.promobar-item .tweetwrap p.tweet a {	
	font-size: 28px;
	line-height: 35px;
}
	
 }
 
 
 
 
 
 

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
.navbar-default .navbar-nav li a {
	font-size: 20px;
}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
.booking-nav {
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:15px;
}
.navbar-default .navbar-nav .order-btn, .navbar-default .navbar-nav .order-btn:hover {
	margin-right: 0px;
	background-color: transparent;
}
.navbar-brand img{
	margin-top: -80px;
}
.navbar-default .navbar-nav .dropdown-menu {
	background-color: #202020;
	border:none;
	border-radius:0px;
	box-shadow: none;
	text-align:right;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#c8db02;background-color:#534534;}


.navbar-default .navbar-nav .open .dropdown-menu>li>a {color:#FFFFFF}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {color:#bbab7c}

.jumbotron {
	background-image: url(../images/hero-BG.jpg);
	background-position: center center;
	background-color: #fbfbfb;
	padding:60px 2px 0px 2px;
	height: 680px;
}
.order-online {
	margin-top:10px;
	padding-top:60px;
	padding-bottom: 60px;
	text-align: center;
	
}
	.order-online img {
	max-width: 80%;
		margin-left: auto;
	margin-right: auto;
}
.order-online a {
	font-size: 30px;
	margin-bottom: 10px;
}
.main-text h1 {
	font-size: 36px;
}
.main-text .order-online-reg {
	font-size: 20px;

}
	
	.main-text img {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
.mc_merge_var input {
width: 100px;
}
.promobar {
	padding-left:10%;
	padding-right:10%;
		
}

	
	/* testimonial */

.testimonial {
	background-color: #6c577e;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding-top:60px;
	padding-bottom:60px;
}
.testimonial img {
	width: 180px;
}
.quote-divider {
	background-image: url(../images/quote-BG-trim.png);
	background-repeat:repeat-x;
	height: 10px;
	margin-top: -10px;
	background-size:contain;
}
.quote-divider2 {
	background-image: url(../images/quote-BG-trim2.png);
	background-repeat:repeat-x;
	height: 10px;
	background-size:contain;
	position:relative;
	z-index:2;
}
.quote-text h3{
	font-size:24px;
	line-height: 30px;
	margin-top: 0px;
	text-transform: uppercase
}
.quote-text h5{
	font-size:24px;
}

	
	.inner-promo {
	padding-top: 100px;
	padding-bottom: 100px;
		padding-left: 8%;
		padding-right: 8%;
}
.inner-promo h2{
	color:#FFFFFF;
	font-weight:normal;
	font-size:40px;
	line-height: 50px;
	text-transform: uppercase
}
	
#wrapper {

    overflow: hidden;
}
#wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.divider-l {
	height: 21px;
	background-image: url(../images/promobar-divider-h-BG.png);
	background-repeat:repeat-x;
	}
.divider-r {
	height: 21px;
	background-image: url(../images/promobar-divider-h-BG.png);
	background-repeat:repeat-x;
	}
.promobar-item {
	margin-bottom: 40px;
}
.promobar-item .ad1 {
	margin-bottom: 10px;
}
.quote-text {
	padding-left:10%;
	padding-right:10%;
	text-align:center;
}
.footer-content {
	background-position: center bottom;
	padding-bottom: 30px;
}
.promobar-item h2 {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 0px;
}
.promobar-item h3 {
	font-size: 27px;
	line-height: 30px;
	margin-bottom: 0px;
}
.promobar-item p {
	font-size: 18px;
	line-height: 24px;
}
.promobar-item a {
	margin-top: 6px;
	font-size: 24px;
	padding: 6px 10% 5px 10%;
}
.footer-nav li {
	display: list-item;
	list-style:none;
}
.footer-contact p {
	font-size: 12px;
}
.footer-contact p a {
	color:#FFFFFF;	
}
img.hunner {
	width: 100%;
}
p.tweet {
		font-size: 28px;
		line-height: 35px;
		font-family: 'Lato', sans-serif;
	}
	.promobar-item .tweetwrap p.tweet a {	
	font-size: 28px;
	line-height: 35px;
}

}