@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: 'Lato', sans-serif;
	color: #454545;
	font-size: 15px;
	padding-top: 50px;
	background: #333;
}
ul, li, ol, dl, dt, dd, form, p, img, a, h1, h2, h3, h4, h5, h6, table, tr, td, th, select, input, textarea, button {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
.clear {
	clear: both;
}
a:focus {
	outline: none;
	text-decoration: none;
}
/* --- Nav Section --- */
#main-nav {
	background: #c82f27;
	font-weight: 600;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
}
#main-nav .container {
	padding-left: 0px;
	padding-right: 0px;
}
#main-nav .navbar {
	margin-bottom: 0px;
	background: none;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
}
#main-nav .navbar-default .navbar-brand {
	font-size: 15px;
	color: #fff;
	display: none;
}
#main-nav .navbar-default .navbar-nav > li > a {
	color: #fff;
}
#main-nav .navbar-default .navbar-nav > li > a:hover, #main-nav .navbar-default .navbar-nav > li > a:focus, #main-nav .navbar-default .navbar-nav > li.active > a, #main-nav .navbar-default .navbar-nav > li.active > a:focus, #main-nav .navbar-default .navbar-nav > li.active > ahover {
	outline: none;
	background: none;
	color: #ffe20e;
	transition: all linear 0.5s;
}
#main-nav .navbar-default .navbar-nav > li {
	margin-right: 1px;
	margin-left: 1px;
}
#main-nav .navbar-nav {
	float: none;
	text-align: center;
}
#main-nav .navbar-nav > li {
	float: none;
	display: inline-block;
}
@media (min-width:768px) and (max-width:991px) {
#main-nav .nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
}
@media (max-width:767px) {
#main-nav .navbar-default .navbar-brand {
	display: block;
}
#main-nav .navbar-default .navbar-toggle {
	border: none;
}
#main-nav .navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}
#main-nav .navbar-default .navbar-toggle:focus, #main-nav .navbar-default .navbar-toggle:hover {
	background: #ffe20e;
}
#main-nav .navbar-default .navbar-toggle:focus .icon-bar, #main-nav .navbar-default .navbar-toggle:hover .icon-bar {
	background: #c82f27;
}
#main-nav .navbar-nav {
	display: block;
	text-align: left;
}
#main-nav .navbar-nav > li {
	display: block;
}
#main-nav .navbar-default .navbar-nav > li {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
}
}
/* -- Header Section -- */
.header-bg {
	background: url(../images/wooden-bg.jpg) repeat-x;
	padding-top: 60px;
}
.logoSection {
	padding-bottom: 60px;
	position: relative;
	font-weight: 600;
	color: #fff;
}
.logoSection .logoTop {
	text-align: center;
}
.logoSection .logoTop img {
	height: 120px;
}
@media (max-width:420px) {
.logoSection .logoTop img {
	height: auto;
	width: 100%;
}
}
.logoSection span {
	text-transform: uppercase;
	display: block;
	color: #ffe20e;
}
.contactTop {
	position: absolute;
	top: 34px;
	left: 0px;
}
.EmailTop {
	position: absolute;
	top: 34px;
	right: 0px;
}
.iconBox {
	float: left;
	padding-right: 10px;
	font-size: 32px;
	color: #ffe20e;
}
.textBox {
	float: left;
}
@media (max-width:991px) {
.contactTop, .EmailTop {
	position: static;
	float: left;
}
.EmailTop {
	float: right;
}
.logoSection .logoTop {
	clear: both;
	padding-top: 20px;
}
}
@media (max-width:450px) {
.EmailTop {
	float: left;
	padding-top: 20px;
	clear: both;
}
}
/* --- Slider --- */
#slider {
	border: 15px solid #fff;
	background: #fff;
	margin-bottom: 80px;
}
#slider img {
	display: block;
	width: 100%;
}
/* --- ThreeBox --- */
.ThreeOpts {
	background: url(../images/food-bg.jpg) fixed center center no-repeat;
	border-top: 10px solid #757575;
	border-bottom: 10px solid #757575;
	margin-bottom: 80px;
}
.ThreeOpts .overlayBox {
	background: rgba(0,0,0,0.65);
	padding: 80px 0px 50px 0px;
}
.ThreeOpts .block {
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 10px #000;
	margin-bottom: 30px;
	position: relative;
}
.ThreeOpts .block img {
	width: 100%;
}
.ThreeOpts .block .overlayInner {
	background: rgba(0,0,0,0.7);
	padding: 10px 15px;
	position: absolute;
	left: 0px;
	color: #fff;
	width: calc(100% - 20px);
	bottom: 0px;
	margin: 0px 10px 10px 10px;
	min-height: 100px;
}
.ThreeOpts .block .overlayInner a {
	color: #ffe20e;
}
.ThreeOpts .block h3 {
	font-size: 16px;
	position: absolute;
	top: 30px;
	color: #000;
	left: 0px;
	background: #ffe20e;
	padding: 10px 20px;
	border-left: 10px solid #c82f27;
}
.ThreeOpts .block p {
	line-height: 26px;
}
/* --- Gallery Home --- */
#galleryHome {
	padding-bottom: 50px;
}
#galleryHome li {
	float: left;
	width: 25%;
	overflow: hidden;
}
@media (max-width:650px) {
#galleryHome li {
	width: 50%;
}
}
@media (max-width:350px) {
#galleryHome li {
	width: 100%;
}
}
#galleryHome li img {
	width: 100%;
	transition: all ease 1s;
}
#galleryHome li img:hover {
	transform: scale(1.25, 1.25);
}
/* --- Threebox Home --- */
#ThreeBoxHome {
	padding-bottom: 50px;
}
#ThreeBoxHome img {
	width: 100%;
}
#ThreeBoxHome .imgBox {
	background: #fff;
	padding: 10px;
	margin-bottom: 2px;
}
#ThreeBoxHome h3 {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 16px;
}
#ThreeBoxHome h3 a {
	display: block;
	background: #ffe20e;
	color: #000;
	position: relative;
	height: 40px;
	padding: 12px 0px 0px 20px;
}
#ThreeBoxHome h3 a:hover {
	text-decoration: none;
	background: #c82f27;
	color: #fff;
}
#ThreeBoxHome h3 a span {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0px;
	background: url(../images/arrows.jpg) no-repeat;
	right: 0px;
}
#ThreeBoxHome h3 a:hover span {
	background-position: 0px -40px;
}
#ThreeBoxHome h3.mid a {
	background: #c82f27;
	color: #fff;
}
#ThreeBoxHome h3.mid a span {
	background-position: 0px -40px;
}
#ThreeBoxHome h3.mid a:hover {
	background: #ffe20e;
	color: #000
}
#ThreeBoxHome h3.mid a:hover span {
	background-position: 0px 0px;
}
/* --- Welcome Section --- */
.welcomeBoxHome {
	padding-bottom: 50px;
	color: #fff;
}
.welcomeHome {
	padding-bottom: 15px;
}
.welcomeHome h1 {
	color: #ffe20e;
	font-size: 28px;
	padding-bottom: 10px;
}
.welcomeHome p {
	padding-bottom: 15px;
	line-height: 28px;
}
.FB-BoxHome {
	background: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
}
/* --- Testimonials --- */
.testimonials-home {
	margin-bottom: 50px;
}
.testimonials-home {
	text-align: center;
}
.testimonials-home a.viewall {
	background: #c82f27;
	color: #fff;
	display: inline-block;
	padding: 8px 15px;
	font-weight: 600;
	border-radius: 2px;
	transition: all linear 1s;
	margin-top: 20px;
}
.testimonials-home a.viewall:hover {
	text-decoration: none;
	color: #000;
	background: #ffe20e;
}
#mapBox {
	border-bottom: 10px solid #757575;
	border-top: 10px solid #757575;
	background: #fff;
}
#mapBox iframe {
	display: block;
}
/* -- Footer -- */
#footer {
	background: #ffe20e;
	padding-top: 50px;
	text-align: center;
	color: #000;
}
#footer h3 {
	font-size: 18px;
	padding-bottom: 10px;
}
#footer p {
	line-height: 30px;
}
#footer .optHrsBox, #footer .ContactFooter, #footer .SocialMediaFooter {
	float: left;
	width: 35%;
	padding-bottom: 50px;
}
#footer .optHrsBox {
	width: 40%;
}
#footer .SocialMediaFooter {
	width: 25%;
}
#footer .SocialMediaFooter ul li {
	display: inline-block;
}
#footer .SocialMediaFooter ul li a {
	color: #fff;
	background: #000;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px;
	transition: all linear 0.5s;
}
#footer .SocialMediaFooter ul li:first-child a:hover {
	background: #3b5998;
}
#footer .SocialMediaFooter ul li:nth-child(2) a:hover {
	background: #dd4b39;
}
#footer .SocialMediaFooter ul li:nth-child(3) a:hover {
	background: #833ab4;
}
#footer .SocialMediaFooter ul li:last-child a:hover {
	background: #589442;
}
.footerLast {
	padding: 15px;
	color: #fff;
	background: #c82f27;
	border-top: 1px solid #fff;
	font-weight: 700;
	font-size: 14px;
}
.footerLast a {
	color: yellow;
}
@media (max-width:991px) {
#footer .optHrsBox, #footer .ContactFooter {
	width: 50%;
}
#footer .SocialMediaFooter {
	width: 100%;
}
}
@media (max-width:600px) {
#footer .optHrsBox, #footer .ContactFooter {
	width: 100%;
}
}
/* --- Page --- */
.page {
	padding: 50px 0px;
	color: #fff;
}
.page h1 {
	font-size: 32px;
	padding-bottom: 20px;
}
.page h1 small {
	display: block;
	color: #999;
	padding-top: 10px;
}
.page .leftside p {
	line-height: 28px;
	padding-bottom: 20px;
}
.page .leftside h3 {
	font-size: 18px;
	padding-bottom: 12px;
}
.page ul.normalList {
	margin: 0px 0px 10px 30px;
}
.page ul.normalList li {
	list-style: disc;
	line-height: 26px;
	padding: 2px 0px 10px 0px;
}
.page ul.normalList ul {
	margin-left: 30px;
	padding-top: 10px;
}
.page ul.normalList li a {
	color: #ffe20e;
}
/* --- Right Side --- */
.rightside .block {
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
}
.rightside .block img {
	width: 100%;
}
.rightside .block h3 {
	position: absolute;
	font-size: 16px;
	top: 30px;
	left: 0px;
	text-transform: uppercase;
}
.rightside .block h3 a {
	display: block;
	background: #ffe20e;
	padding: 10px 20px;
	color: #000;
	border-left: 10px solid #c82f27;
	transition: all linear 1s;
}
.rightside .block h3 a:hover {
	text-decoration: none;
	background: #c82f27;
	color: #fff;
	border-left: 10px solid #ffe20e;
}
.rightside h4 {
	background: #3b5998;
	padding: 10px 20px;
	font-size: 15px;
}
.rightFBBox {
	padding: 10px;
	background: #fff;
	text-align: center;
}
/* --- Gallery Page --- */
.page ul.gallery li {
	float: left;
	padding: 0px 15px 30px 15px;
	width: 33.333%;
}
.page ul.gallery li img {
	width: 100%;
	border: 5px solid #eee;
}
.page ul.gallery li img:hover {
	border: 5px solid #ffe20e;
}
@media (max-width:991px) {
.page ul.gallery li {
	width: 50%;
}
}
@media (max-width:767px) {
.page ul.gallery li {
	width: 33.333%;
}
}
@media (max-width:500px) {
.page ul.gallery li {
	width: 50%;
}
}
@media (max-width:350px) {
.page ul.gallery li {
	width: 100%;
	padding-right: 0px;
}
}
/* --- Contact Text --- */
.contactText {
	background: #222;
	padding: 15px 15px 0px 15px;
	margin-bottom: 15px;
}
.leftside .contactText h4 {
	font-size: 18px;
	padding-bottom: 5px;
	color: #ffe20e;
}
/*---Form Messege Display---*/
#msgcontent {
	/*background:#F3E6E6 none repeat scroll 0 0;*/
	background: #f3e6e6 none repeat scroll 0 0;
	border-color: #924949 #924949 #924949;
	border-style: solid solid solid none;
	border-width: 2px 2px 2px medium;
	display: block;
	max-width: 250px;
	min-width: 150px;
	color: #924949;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}
#msg {
	background: transparent url(../images/msg_arrow.gif) no-repeat scroll left center;
	display: none;
	padding-left: 7px;
	position: absolute;
	z-index: 200;
}
.conform {
	padding: 25px 25px 10px 25px;
	margin-bottom: 15px;
	background: #222;
}
.conform h4 {
	font-size: 18px;
	padding-bottom: 5px;
	color: #ffe20e;
}
.conform label {
	font-size: 13px;
}
.conform .form-control {
	border-radius: 2px;
	box-shadow: none;
	border: none;
}
.conform textarea.form-control {
	min-height: 100px;
}
.conform .btn {
	text-transform: uppercase;
	border-radius: 2px;
	border: none;
}
.conform .btn.btn-default {
	background: #c82f27;
	color: #fff;
	font-weight: bold;
	outline: none;
	transition: all linear 1s;
}
.conform .btn.btn-default[type="reset"] {
	background: #e4635c;
}
.conform .btn.btn-default:hover {
	background: #ffe20e;
	color: #000;
}
.conform .form-horizontal .control-label {
	text-align: left;
	padding-bottom: 5px;
}
.mapbox {
	background: #222;
	padding: 15px;
}
.mapbox iframe {
	display: block;
}
/* --- Booking Form --- */
#bookingForm {
	background: #222;
	padding: 15px 15px 5px 15px;
}
#bookingForm h4 {
	font-size: 17px;
	padding-bottom: 15px;
	color: #ffe20e;
}
#bookingForm .form-control {
	border-radius: 2px;
	box-shadow: none;
	border: none;
}
#bookingForm textarea.form-control {
	min-height: 100px;
}
@media (max-width:991px) {
#bookingForm .form-control, #bookingForm textarea.form-control {
	margin-top: 5px;
}
}
#bookingForm .btn.btn-default {
	background: #c82f27;
	color: #fff;
	font-weight: bold;
	outline: none;
	border-radius: 2px;
	border: none;
	transition: all linear 1s;
	text-transform: uppercase;
}
#bookingForm .btn.btn-default[type="reset"] {
	background: #e4635c;
}
#bookingForm .btn.btn-default:hover {
	background: #ffe20e;
	color: #000;
}
/* --- Testimonials Inner --- */
.testBox {
	background: #222;
	padding: 15px 15px 15px 180px;
	position: relative;
	margin-bottom: 50px;
	font-size: 14px;
	min-height: 150px;
}
.page .leftside .testBox p {
	padding-bottom: 10px;
}
.page .leftside .testBox h4 {
	font-size: 15px;
	padding-bottom: 5px;
	color: #ffe20e;
}
.page .leftside .testBox h5 {
	font-size: 14px;
	color: #999;
	padding-bottom: 5px;
}
.testBox .picbox {
	border: 10px solid #222;
	width: 150px;
	position: absolute;
	top: -30px;
	left: 20px;
}
.testBox img {
	width: 100%;
}
@media (max-width:1199px) {
.testBox {
	padding: 15px;
	margin-bottom: 15px;
}
.testBox .picbox {
	position: static;
	border: 0px;
	float: left;
	margin: 8px 15px 5px 0px;
}
.testpage {
	display: none;
}
}
@media (max-width:400px) {
.testBox .picbox {
	width: 80px;
}
}
.none {
	display: none;
}
/* --- Menu Box --- */
.menuBox {
	background: #222;
	padding: 15px 15px 0px 15px;
	margin-bottom: 30px;
}
.menuBox .table{
	margin-bottom:12px;
}
.page .leftside .menuBox p {
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 22px;
}
.page .leftside .menuBox p.dimTxt {
	color: #fc0;
	font-size: 12px;
	line-height: 18px;
}
.page .leftside .menuBox h3 {
	font-size: 20px;
	color: #ffe20e;
	padding-bottom: 5px;
}
.page .leftside .menuBox h4 {
	color: #f3a39f;
	font-size: 15px;
}
.page .leftside .menuBox table {
	font-size: 14px;
}
.page .leftside .menuBox table span {
	display: block;
	padding-top: 5px;
}
