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

/*
@import url('../bootstrap/css/bootstrap.css');
*/
body {
	background: url(../images/mountain-bg.jpg) no-repeat fixed #527392;
	/* background: url(../images/restaurant-cover.jpg) no-repeat fixed #527392; */
	background-size: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #454545;
	margin: 0px;
	padding: 0px;
}
ul, li, ol, dl, dt, dd, form, p, img, a, h1, h2, h3, h4, h5, h6, table, tr, th, td, select, textarea, input {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
	border: none;
}
a, a:focus, a:active {
	outline: none;
}
#wrapper {
	width: 100%;
	background: rgba(0,0,0,.5);
	min-height: 800px;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6, .nav-bar-top {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
/* -- Top Bar -- */
.top-bar {
	background: #ecf0f1;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: bold;
}
.top-bar i {
	color: #e14e3a;
	margin-right: 5px;
}
ul.header-contact {
	padding-top: 2px;
}
ul.header-contact li {
	float: left;
	padding-right: 20px;
}
ul.header-social {
	float: right;
}
ul.header-social li {
	float: left;
	padding-left: 10px;
}
.top-bar ul.header-social li a {
	background: #e14e3a;
	padding: 4px 6px;
	border-radius: 3px;
	display: block;
	min-width: 30px;
	text-align: center;
	transition: all ease 1s;
}
.top-bar ul.header-social li a:hover {
	background: #333;
}
.top-bar ul.header-social li a i {
	color: #fff;
	margin-right: 0px;
}
@media (max-width:767px){
	ul.header-social{
		float:none;
		padding-top:15px;
	}
	ul.header-social li{
		padding-left:0px;
		padding-right:10px;
	}
}
.logo-section {
	padding: 30px 0px;
}
.logo-section .logo img {
	height: 150px;
}
.logo-section .top-ad {
	float: right;
}
.logo-section .top-ad img{
	max-width:520px;
	width:80%;
	height:91px;
}
@media (max-width:991px){
.logo{
	text-align:center;
	padding-bottom:15px;
}
.logo-section .top-ad{
	float:none;
	text-align:center;
}
.logo-section .top-ad img{
	display:inline-block;
}
}
/* -- Top Navbar -- */
body {
	position: relative;
}
.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}
.nav-bar-top {
	text-transform: uppercase;
	margin-bottom: 80px;
}
.nav-bar-top .navbar-default .navbar-brand {
	display: none;
}
.nav-bar-top .navbar-default {
	background: rgba(236,240,241,0.6);
}
.affix.nav-bar-top .navbar-default {
	background: rgba(0,0,0,0.8);
}
.nav-bar-top .navbar {
	border: none;
	border-radius: 0px;
	margin-bottom: 0px;
}
.nav-bar-top .navbar-default .navbar-nav > li > a {
	color: #fff;
}
.nav-bar-top .navbar-nav {
	float: none;
	text-align: center;
}
.nav-bar-top .navbar-nav > li {
	float: none;
	display: inline-block;
	padding-left: 1px;
	padding-right: 1px;
}
.nav-bar-top .navbar-nav > li > a {
	padding-left: 25px;
	padding-right: 25px;
}
.nav-bar-top .navbar-default .navbar-nav > .active > a, .nav-bar-top .navbar-default .navbar-nav > .active > a:hover, .nav-bar-top .navbar-default .navbar-nav > .active > a:focus, .nav-bar-top .navbar-nav > li > a:hover {
	background: #e14e3a;
	color: #fff;
}
.slider{
	border:10px solid #fff;
}
@media (max-width:767px){
	.nav-bar-top .navbar-default .navbar-brand {
	display: block;
	color:#fff;
}
.nav-bar-top .navbar-default .navbar-toggle{
	border-color:#e70000;
	background:#e70000;
}
.nav-bar-top .navbar-default .navbar-toggle .icon-bar{
	background-color:#fff;
}
.slider{
	margin-bottom:20px;
}
.containerTop{
	clear:both;
}
.nav-bar-top .navbar-nav > li{
	float:none;
	display:block;
	padding:0px;
	text-align:left;
	padding-bottom:1px;
}
}
/* -- Container Top of Home Page -- */
.sy-caption-wrap {
	display: none;
}
.containerTop {
	padding-bottom: 80px;
}
.containerTop.sunbuffet{
	text-align:center;
}
.containerTop.sunbuffet img{
	width:100%;
	max-width:800px;
	margin-bottom:50px;
}
.containerTop h1 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 32px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.containerTop h2 {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 28px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
@media (max-width:992px){
	.containerTop h1{
		font-size:24px;
	}
}
.sundaybuffet img{
	margin-top:15px;
}
.containerTop p {
	line-height: 28px;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	padding-bottom: 15px;
}
.containerTop p.more {
	text-shadow: none;
	padding-bottom: 0px;
	padding-top:20px;
}
.containerTop p.more a {
	background: #e14e3a;
	color: #fff;
	display:inline-block;
	padding: 8px 12px;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	transition: all ease 2s;
	text-transform: uppercase;
	margin:0px 5px 5px 5px;
}
.containerTop p.more a:hover {
	text-decoration: none;
	background: #333;
}
/* -- Three Options -- */
.three-opts{
	padding-bottom:80px;
}
.opts-box img {
	border: 5px solid #e14e3a;
}
.opts-box {
	position: relative;
}
.opts-box h3 {
	bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	left: 20px;
	position: absolute;
}
.opts-box h3 a{
	background: #e14e3a;
	color: #fff;
	text-decoration:none;
	display:inline-block;
	padding: 10px 18px;
}
.opts-box h3 a:hover{
	background:rgba(0,0,0,.75);
}
@media (max-width:767px){
	.opts-box{
		margin-bottom:20px;
	}
	.opts-box img{
		width:100%;
	}
}
/* --- Testimonials Home --- */
.testimonials-home{
	background:url(../images/testimonials-bg.jpg) center top fixed;
	min-height:350px;
	color:#fff;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:60px 0px;
}
.testimonials-home h2{
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	padding-bottom:15px;
}
.testimonials-home h3{
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	padding-bottom:12px;
	color:#bfc5da;
}
.testimonials-home #myCarousel h4{
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
}
.testimonials-home #myCarousel img{
	width:150px;
	height:150px;
	border-radius:50%;
}
@media (max-width:1199px){
.testimonials-home #myCarousel img{
	width:120px;
	height:120px;
}
}
.tripadvhome{
	background:#fff;
	padding:15px;
}
#CDSWIDSSP{
	width:100%!important;
}
.testimonials-home .carousel-indicators li, .testimonials-home .carousel-indicators li.active{
	margin:1px 2px;
	width:10px;
	height:10px;
	background:#fff;
	border:none;
}
.testimonials-home .carousel-indicators li.active{
	background:#e14e3a;
}
/* --- Map Home --- */
.maphome{
	clear:both;
	border-bottom:2px solid #fff;
	filter:grayscale(100%);
	transition:all ease 1s;
}
.maphome:hover{
	filter:none;
}
.maphome iframe{
	display:block;
}
/* -- Footer -- */
#footer{
	background:#ecf0f1;
	padding:60px 0px;
}
.footer-nav{
	padding-bottom:30px;
	color:#e70000;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.footer-nav a{
	color:#e70000;
}
#footer ul{
	text-align:center;
}
#footer ul li{
	display:inline-block;
	margin:0px 12px 25px 12px;
}
#footer ul li a{
	width:50px;
	height:50px;
	background:#e70000;
	color:#fff;
	font-size:24px;
	display:block;
	border-radius:50%;
	transition:all linear 0.5s;
}
@media (max-width:767px){
	#footer ul li{
		margin-right:5px;
		margin-left:5px;
	}
}
#footer ul li span{
	display:block;
	padding-top:8px;
}
#footer ul li:first-child a:hover{
	background:#3b5998;
}
#footer ul li:nth-child(2) a:hover{
	background:#55acee;
}
#footer ul li:nth-child(3) a:hover{
	background:#dc4e41;
}
#footer ul li:last-child a:hover{
	background:#589442;
}
.footer-copyright{
	color:#e70000;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.footer-copyright a{
	color:#000;
}
.footer-copyright span{
	color:#000;
}
/* --- Back to Top --- */
#back-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99999;
}
#back-top a {
	display: block;
	text-indent: -9999px;
	width: 40px;
	opacity: 0.8;
	height: 40px;
	background: url(../images/goto-top.png) no-repeat;
}
#back-top a:hover {
	opacity: 1;
}
/* -- Left Side -- */
.left-col{
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.left-col h1{
	font-size:36px;
	padding-bottom:15px;
	font-weight:400;
}
.left-col h2{
	font-size:24px;
	padding-bottom:15px;
	font-weight:400;
}
.left-col p{
	line-height:28px;
	padding-bottom:15px;
}
/* -- Right Side -- */
.right-side .opts-box{
	margin-bottom:15px;
}
.right-side .opts-box img{
	border:none;
	border-radius:0px;
}
/* --- Gallery Page --- */
ul.gallery{
	margin-bottom:20px;
}
ul.gallery li{
	float:left;
	width:25%;
	padding:0px 20px 20px 0px;
}
ul.gallery li a{
	border:5px solid #fff;
	display:block;
}
ul.gallery li img{
	width:100%;
}
ul.gallery.vert li{
	width:20%;
}
@media (max-width:1199px){
	ul.gallery li{
		width:33.3333%;
	}
	ul.gallery.vert li{
	width:25%;
}
}
@media (max-width:991px){
	ul.gallery li{
		width:50%;
	}
	ul.gallery.vert li{
	width:33.33333%;
}
}
@media (max-width:767px){
	ul.gallery li{
		width:33.333%;
	}
	ul.gallery.vert li{
	width:20%;
}
}
@media (max-width:500px){
	ul.gallery li{
		width:50%;
	}
	ul.gallery.vert li{
	width:33.3333%;
}
}
@media (max-width:320px){
	ul.gallery li{
		width:100%;
	}
	ul.gallery.vert li{
	width:50%;
}
}
/* ---  Menu Page --- */
.menu-col{
	background:rgba(0,0,0,.5);
	padding:15px;
	margin-bottom:30px;
}
.menu-col h2{
	color:#fff;
	font-size:20px;
	margin-bottom:12px;
	text-transform:uppercase;
}
.menu-col img{
	display:block;
}
.menu-col img.bord{
	border:5px solid #fff;
	margin-bottom:15px;
}
.menu-col table{
	margin-bottom:0px;
}
.menu-col td{
	color:#ffd109;
	font-weight:600;
}
.menu-col strong{
	display:block;
	font-size:16px;
	font-weight:600;
}
.menu-col strong span.veg{
	color:#cafbc5;
}
.menu-col strong span.nuts{
	color:#bbb38e;
}
.menu-col strong span.hot{
	color:#e14f3b;
}
.menu-col span.desc{
	color:#fff;
	font-weight:400;
	font-size:14px;
}
.left-col .index{
	background:#fff;
	padding:10px 15px;
	border-radius:5px;
	margin-bottom:15px;
	color:#333;
	text-shadow:none;
	font-weight:600;
}
.index span.green{
	color:#8cde16;
}
.index span.brown{
	color:#97633c;
}
.index span.hot{
	color:#e01500;
}
/*---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 label {
	font-size: 13px;
}
.conform .form-control {
	border-radius:3px;
	box-shadow: none;
	border:1px solid #000;
}
.conform {
	background: rgba(0,0,0,0.2);
	padding: 25px 25px 10px 25px;
	margin-bottom: 35px;
}
.conform .btn {
	text-transform: uppercase;
	border-radius: 2px;
	border: none;
}
.conform .btn.btn-default {
	background: #e14e3a;
	color: #fff;
	font-weight: bold;
	outline: none;
}
.conform .btn.btn-default:hover {
	background: #924949;
}
#left .map {
	margin-bottom: 30px;
}
/* -- Booking Form -- */
.booking-form {
	background: rgba(0,0,0,0.5);
	padding: 25px 25px 10px 25px;
}
.booking-form .form-control {
	border-radius:3px;
	box-shadow: none;
	border:1px solid #000;
}
.booking-form .btn {
	border-radius:3px;
	border: none;
	background:#e14e3a;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.booking-form .btn:hover {
	background: #ffcc00;
}
/* --- Testimonials --- */
.testimonials-list li{
	padding:15px 15px 15px 180px;
	margin-bottom:20px;
	min-height:180px;
	background:rgba(0,0,0,.5);
	position:relative;
}
.left-col .testimonials-list li h2{
	font-size:18px;
	padding-bottom:8px;
}
.left-col .testimonials-list li p{
	font-size:13px;
	line-height:24px;
	padding-bottom:5px;
}
.testimonials-list li img{
	position:absolute;
	top:15px;
	left:15px;
	width:150px;
	height:150px;
	display:block;
	border-radius:3px;
}
@media (max-width:450px){
	.testimonials-list li{
		padding:15px;
	}
	.testimonials-list li img{
		position:static;
		margin-bottom:15px;
	}
}
.home-adv-middle img{
	margin-bottom:0px;
	height:91px;
}

@media (max-width:600px){
	.home-adv-middle img{
		margin-bottom:10px;
	}
}

/* -- Form Message -- */
/* .formMessage .status-msg {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5;
  }
  @media (min-width: 768px) {
	.formMessage .status-msg {
	  margin-bottom: 25px;
	  line-height: 1.6;
	}
  }
  @media (min-width: 1200px) {
	.formMessage .status-msg {
	  margin-bottom: 30px;
	  font-size: 14px;
	  line-height: 1.7;
	}
  }
  	.formMessage .status-msg.error {
	background-color: rgba(231, 76, 60, 0.15);
	color: #e74c3c;
	padding: 15px 20px;
  }
  	.formMessage .status-msg.error p {
	font-weight: 700;
	padding-bottom: 5px;
  } */
	.formMessage {
	background-color: #6ab04c;
	padding: 15px 20px;
	color: #ffffff;
  }
  	/* .formMessage .status-msg.success span {
	display: block;
	font-weight: 500;
	font-size: 16px;
  } */