@charset "utf-8";
/**--------------------------------------------------------
 * CSS Information
 * File Name	:  style.css
 * Theme Name   :  Saint Pierre
 * Author       :  Brenda & Shashikant
 * Description  :  August 2020
 -----------------------------------------------------------*/
@font-face {
	font-family: 'MrsEavesRoman';
  	src: url('fonts/MrsEavesRoman.eot');
  	src: url('fonts/MrsEavesRoman.eot?#iefix') format('embedded-opentype'),
    	url('fonts/MrsEavesRoman.ttf') format('ttf'),
    	url('fonts/MrsEavesRoman.woff') format('woff'),
		url('fonts/MrsEavesRoman.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'MrsEaves-Bold';
  	src: url('fonts/MrsEaves-Bold.eot');
  	src: url('fonts/MrsEaves-Bold.eot?#iefix') format('embedded-opentype'),
    	url('fonts/MrsEaves-Bold.ttf') format('ttf'),
    	url('fonts/MrsEaves-Bold.woff') format('woff'),
		url('fonts/MrsEaves-Bold.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'GothamBook';
  	src: url('fonts/GothamBook.eot');
  	src: url('fonts/GothamBook.eot?#iefix') format('embedded-opentype'),
    	url('fonts/GothamBook.ttf') format('ttf'),
    	url('fonts/GothamBook.woff') format('woff'),
		url('fonts/GothamBook.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'GothamBook-Italic';
  	src: url('fonts/GothamBook-Italic.eot');
  	src: url('fonts/GothamBook-Italic.eot?#iefix') format('embedded-opentype'),
    	url('fonts/GothamBook-Italic.ttf') format('ttf'),
    	url('fonts/GothamBook-Italic.woff') format('woff'),
		url('fonts/GothamBook-Italic.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Gotham-Light';
  	src: url('fonts/Gotham-Light.eot');
  	src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    	url('fonts/Gotham-Light.ttf') format('ttf'),
    	url('fonts/Gotham-Light.woff') format('woff'),
		url('fonts/Gotham-Light.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Gotham-Light-Italic';
  	src: url('fonts/Gotham-Light-Italic.eot');
  	src: url('fonts/Gotham-Light-Italic.eot?#iefix') format('embedded-opentype'),
    	url('fonts/Gotham-Light-Italic.ttf') format('ttf'),
    	url('fonts/Gotham-Light-Italic.woff') format('woff'),
		url('fonts/Gotham-Light-Italic.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Gotham-Medium';
  	src: url('fonts/Gotham-Medium.eot');
  	src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    	url('fonts/Gotham-Medium.ttf') format('ttf'),
    	url('fonts/Gotham-Medium.woff') format('woff'),
		url('fonts/Gotham-Medium.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Gotham-Medium-Italic';
  	src: url('fonts/Gotham-Medium-Italic.eot');
  	src: url('fonts/Gotham-Medium-Italic.eot?#iefix') format('embedded-opentype'),
    	url('fonts/Gotham-Medium-Italic.ttf') format('ttf'),
    	url('fonts/Gotham-Medium-Italic.woff') format('woff'),
		url('fonts/Gotham-Medium-Italic.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Gotham-Bold';
  	src: url('fonts/Gotham-Bold.eot');
  	src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    	url('fonts/Gotham-Bold.ttf') format('ttf'),
    	url('fonts/Gotham-Bold.woff') format('woff'),
		url('fonts/Gotham-Bold.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Gotham-Bold-Italic';
  	src: url('fonts/Gotham-Bold-Italic.eot');
  	src: url('fonts/Gotham-Bold-Italic.eot?#iefix') format('embedded-opentype'),
    	url('fonts/Gotham-Bold-Italic.ttf') format('ttf'),
    	url('fonts/Gotham-Bold-Italic.woff') format('woff'),
		url('fonts/Gotham-Bold-Italic.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
		
/* Global Styles */

*, *:after, *:before {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family:GothamBook, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	color: #ffffff;
	line-height: 1.8;
	font-weight: normal;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #747476 url(../images/fancybox_loading.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #fff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #fff;
	}
		
img {
	width: auto\9;
  	/*height: auto;*/
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}
	
a, a:focus, a:hover {
	color: #746657;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	}
	
a:hover {
	color: #8b191b;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
	list-style-position: outside;
	/*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
	
strong, b {
	font-weight: bold;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	content: " ";
	display: block;
	clear: both;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
	position: relative;
	height: 100vh;
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
/* 	background: #747476; */
	background:#a79482;
	}

#wrapper:before {
	position: absolute;
    content: '';
    width: 33%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
	}

.homepage #wrapper:before {
    width: 40%;
	}

.landingpage body, .landingpage #wrapper {
	background-color: #3c4043;
	}

.landingpage #wrapper:before {
    display: none;
	}

.landingpage-container {
	position: relative;
	display: flex;
	width: auto;
	height: 100vh;
	max-width: 100%;
	overflow: hidden;
	margin: 0px auto;
	align-items: center;
	justify-content: center;
	}

.landingpage-container a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 0px auto;
	align-items: center;
	justify-content: center;
	}

.landingpage-container img {
	position: relative;
	display: block;
	width: auto;
	/*height: auto;*/
    height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0px auto;
	}

.landingpage-container img[usemap] {
	border: none;
	height: auto;
	width: auto;
	max-width: 100%;
	}

/* Enter Our Website Button */

.enter-website-btn {
	font-family: GothamBook;
	position: absolute;
	font-size: 0px;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	margin: 52px auto 0px 9%;
	}
	
.enter-website-btn a {
	position: relative;
	color: #ffffff;
	font-size: 8px;
	padding: 5px 0px;
	overflow: hidden;
	margin: 0px auto;
	line-height: 1.2;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	}

.enter-website-btn a:before, .enter-website-btn a:after {
	position: absolute;
	overflow: hidden;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	display: block;
	background: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	}

.enter-website-btn a:after {
	width: 0%;
	background: #000000;
	}

.enter-website-btn a:hover:after {
	width: 100%;
	}
	
.enter-website-btn a:hover {
	color: #000000;
	}

@media (max-width: 991.98px) {
.enter-website-btn {
	margin-left: 20%;
	}
	
.enter-website-btn a {
	font-size: 1.75vw;
	}
}
	
 body, #wrapper, .footer-wrapper {
	opacity: 0;
	} 
	
.container, .header-container {
	position: relative;
	width: 100%;
	padding: 0px;
	display: block;
	margin: 0px auto;
	/*max-width: 1260px;*/
	}

.container {
	padding: 0px 30px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	}

#pageHeader {
	position: relative;
	width: 100%;
	float: left;
	z-index: 101;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	}
	
.is-sticky #pageHeader {
	background: #ffffff;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
	}

/* Logo */
	
.logo {
	position: relative;
	display: block;
	float: left;
	width: 71px;
	height: 80px;
	z-index: 1001;
	overflow: hidden;
	text-align: center;
	padding: 0px 0px 0px;
	margin: 30px 30px -30px;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Flowers Shape */
	
.flowersIcon {
	position: relative;
	display: block;
	float: left;
	width: 42px;
	height: 20px;
	z-index: 1001;
	overflow: hidden;
	text-align: center;
	padding: 0px 0px 0px;
	margin: 30px 30px 0px 0px;
	}

.flowersIcon img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}
	
/* Top Right Header */
	
.topRightContainer {
	position: relative;
	float: right;
	z-index: 2;
	display: block;
    max-width: 60%;
	margin: 0px auto;
	}

/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
	float: left;
	margin: 0px auto;
	}
	
.nav-container {
	position: relative;
	display: block;
	}
	
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	font-family: Gotham-Medium;
	position: relative;
	font-size: 0px;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
	list-style-type: none;
	text-transform: uppercase;
	}
	
.nav>ul>li {
	position: relative;
	margin: 0px 20px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	}

.nav>ul>li.reservationsMenu {
    margin-right: 0px;
	}
	
.nav>ul>li>a {
	position: relative;
	display: block;
	color: #ffffff;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	padding: 30px 1px 30px;
	}

.nav>ul>li.reservationsMenu>a {
	color: #ffffff !important;
	background: #746657 !important;
	padding: 30px 45px 30px;
    border-radius: 0px 0px 0px 40px;
	}

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a, .nav>ul>li.selected>a {
	color: #8b191b;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul>li.reservationsMenu:hover>a, .nav>ul>li.reservationsMenu.selected>a {
	color: #ffffff !important;
/*     background: #8b191b !important; */
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul ul, .nav>ul ul ul {
	position: absolute;
	font-size: 15px;
	left: 0%;
	top: 100%;
	opacity: 0;
	width: 100%;
	min-width: 200px;
	text-align: left;
	visibility: hidden;
	background: #ffffff;
	text-transform: none;
	margin: 30px 0px 0px 0px;
	box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	}
	
.nav>ul ul ul {
	left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px;
	}
	
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	padding: 0px 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -45px;
	}
	
.nav>ul ul a, .nav>ul ul ul a {
	position: relative;
	display: block;
	color: #534628;
	line-height: 20px;
	padding: 12px 15px 12px;
	border-bottom: 1px dotted #eeeeee;
	}
	
.nav>ul ul li:last-child>a {
	border-bottom: none;
	}
	
.nav>ul ul li:first-child a {
	}
	
.nav>ul ul li:last-child>a:before {
	display: none;
	}
	
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a {
	color: #ffffff;
	background: #8b191b;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.nav>ul ul li.selected>a, .nav>ul ul ul li.selected>a {
	}

/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	overflow: hidden;
    margin: 0px auto 0px;
	}
	
.banner {
	position: relative;
	display: block;
	z-index: 0;
	margin: 0px auto;
	}

.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.banner-slide-img {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-slide-img figure {
	/*position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;*/
    
    position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    margin: 0px auto;
	text-align: center;
	}
	
.banner-slide-img figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	background-size: cover;
	background-position: center center;
	}

.bg-img img {
	display: none !important;
	}
	
.homeBannerSlider .slick-prev, .homeBannerSlider .slick-next {
	}
	
.homeBannerSlider .slick-prev {
    left: 20px;
	}
	
.homeBannerSlider .slick-next {
    right: 20px;
	}
	
.slick-dots {
	z-index: 5;
	left: 0%;
	width: 100%;
	bottom: 20px;
	font-size: 0px;
	text-align: center;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0px 5px;
	overflow: hidden;
	background: transparent;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
.slick-dots li:hover, .slick-dots li.slick-active {
	}
	
.slick-dots li button {
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

.slick-dots li button:before {
	line-height: 8px;
	font-size: 0px;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 8px;
	overflow: hidden;
    border-radius: 50%;
	background: rgba(0,0,0,0.1);
	}
	
.slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #8b191b;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg5 { margin: 5px !important; }
.p15 { padding: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Homepage Container */

.ss-home-container {
    position: absolute;
	display: flex;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 0px auto;
	align-items: center;
	/*padding: 80px 0px 90px;*/
	}
	
.ss-banner-container {    
    position: relative;
	display: flex;
	width: 56%;
	margin: 0px;
    float: left;
	height: 100%;
	overflow: hidden;
    padding-left: 130px;
	align-items: stretch;
	}

.ss-home-text-container {
    /*font-family: Gotham-Medium;*/
    position: relative;
	display: flex;
	width: 44%;
	margin: 0px;
    float: right;
    height: 100%;
    /*font-size: 18px;*/
	overflow: hidden;
    text-align: center;
	align-items: stretch;
    padding: 0px 0px 0px 85px;
	}

.ss-home-text-inner-container {
    position: relative;
	display: flex;
	width: 100%;
	margin: 0px;
    padding: 0px;
	align-items: center;
	}

.ss-home-text-container .pageTitle h4 {
    font-family: GothamBook;
    text-transform: none;
    padding-bottom: 5px;
	}

.ss-home-text-container p {
    text-align: inherit;
	}

.ss-home-text-container .mCSB_scrollTools {
    width: 30px;
    }

.ss-home-text-container .mCSB_inside > .mCSB_container {
    margin-right: 100px !important;
    } 

.ss-home-text-container .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 30px 0px;
    }

.ss-home-text-container .mCSB_scrollTools .mCSB_draggerContainer {
    /*display: none !important;*/
    z-index: -1;
    }

.ss-home-text-container .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background:transparent !important;
	border:none !important;
	width:0px !important;
	border-radius:0px;
	}
	
.ss-home-text-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius:0px !important;
	width:0px !important;
	z-index:99999 !important;
	background:transparent !important;
	}

.ss-home-text-container .mCSB_scrollTools .mCSB_buttonUp,
.ss-home-text-container .mCSB_scrollTools .mCSB_buttonDown {
    right: 0px;
    width: 30px;
    height: 30px;
    background: url("../images/mCSB_home_buttons.png") left top no-repeat;
    }

.ss-home-text-container .mCSB_scrollTools .mCSB_buttonUp {
    top: auto;
    bottom: 30px;
    }

.ss-home-text-container .mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0px;
    background-position: left bottom;
    }

.ss-home-text-container .mCSB_scrollTools .mCSB_buttonUp:hover,
.ss-home-text-container .mCSB_scrollTools .mCSB_buttonUp:focus {
    background-position: right top;
    }

.ss-home-text-container .mCSB_scrollTools .mCSB_buttonDown:hover,
.ss-home-text-container .mCSB_scrollTools .mCSB_buttonDown:focus {
    background-position: right bottom;
    }

/* Scroller Container */

.scroller-content-area {
	position:relative;
	display:flex;
	float:left;
	width:100%;
	margin:0px;
	height:100%;
    padding:0px;
	overflow:hidden;
	align-items:center;
    flex-direction: column;
	}
	
.reservations-form-area {
    align-items: flex-start;
	}

.reservations-form-area .scroller-content-area {
	display:block;
    overflow-y: auto;
	}

.mCustomScrollBox {
	width:100%;
	}

.mCSB_inside > .mCSB_container {
	margin-right:30px !important;
	}
	
.mCSB_scrollTools {
	z-index:99999;
	opacity:1 !important;
	}
	
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background:#ffffff !important;
	border:none !important;
	width:2px !important;
	border-radius:1px;
	}
	
.mCSB_scrollTools .mCSB_dragger {
	cursor:auto !important;
	}
	
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius:3px;
	width:6px !important;
	z-index:99999 !important;
	background:#451b00 !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height:6px !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width:100% !important;
	margin:0px !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	min-width:70px !important;
	width:auto !important;
	height:6px !important;
	margin:0px auto !important;
	}
	
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right:0px !important;
	margin-bottom:10px;
	}

/* Main Container */

.ss-main-container {    
    position: relative;
	display: flex;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin: 0px auto;
	align-items: stretch;
	}

/* Main Content Container */

.ss-main-content-container {
    position: relative;
	display: flex;
	width: 67%;
	margin: 0px;
    float: right;
    height: 100%;
	overflow: hidden;
	align-items: center;
    padding: 0px 70px 0px 40px;
	}

.ss-main-content-inner-container {
    position: relative;
	width: 100%;
	margin: 0px;
    padding: 0px;
	overflow: hidden;
	align-items: center;
	}

/* Main Photo Container */

.mainPhotoContainer, .mainPromoPicContainer {
	position: relative;
	display: block;
	height: 100%;
	float: left;
	width: 45%;
	overflow: hidden;
	}
	
.mainPhotoContainer figure {
	position: absolute;
	overflow: hidden;
	padding: 10px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    margin: 0px auto;
	text-align: center;
}
.mainPhotoContainer.has-logo figure {
	max-width: 52%;
	position: unset;
	overflow: hidden;
}
@media screen and  (max-width: 767px) {
	.mainPhotoContainer.has-logo figure {
		max-width: 60%;
	}
}
	
.mainPhotoContainer figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.mainPromoPicContainer figure {
	position: relative;
	overflow: hidden;
	padding: 0px;
    display: block;
    margin: 0px auto;
	text-align: center;
	}
	
.mainPromoPicContainer figure img {
	position: relative;
	display: block;
	width: 100%;
	}

/* Rightbar Container */

.rightContainer {
	position: relative;
	display: block;
	float: right;
	width: 55%;
	overflow: hidden;
	padding-left: 30px;
	}
	
.rightContainer.OHContainer {
    float: none;
	padding: 0px;
    margin: 0px auto;
    }

/* Sidebar Container */

.ss-sidebar-container {    
    position: relative;
	display: flex;
	width: 33%;
	margin: 0px;
    float: left;
	height: 100%;
	color: #414042;
	overflow: hidden;
	text-align: center;
	align-items: center;
    padding: 0px 60px 0px 90px;
	}

.ss-sidebar-content {
	position: relative;
    display: flex;
	width: 100%;
    /*height: 100%;*/
	overflow: hidden;
    align-items: center;
    flex-direction: column;
	}

.ss-sidebar-container h1, .ss-sidebar-container h2, .ss-sidebar-container h3, .ss-sidebar-container h4, .ss-sidebar-container h5, .ss-sidebar-container h6, .ss-sidebar-container .h1, .ss-sidebar-container .h2, .ss-sidebar-container .h3, .ss-sidebar-container .h4, .ss-sidebar-container .h5, .ss-sidebar-container .h6 {
	color: #414042;
	}

.ss-sidebar-container .pageTitle {
	padding-bottom: 5px;
	}

.ss-sidebar-container .pageTitle h1, .ss-sidebar-container .pageTitle h2 {
	font-size: 40px;
	}

.sidebar {
	/*position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto 15px;*/
	
	position: relative;
	display: flex;
	width: 100%;
	padding: 0px;
	margin: auto;
	height: auto;
	overflow: hidden;
	align-items: center;
	flex-flow: column;
	}

/* Sidebar Nav */

.sideNav {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	}

.sideNav ul {
	font-family: Gotham-Medium;
	position: relative;
	padding: 0px;
	font-size: 14px;
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
	font-weight: normal;
	list-style-type: none;
	text-transform: uppercase;
	}
	
.sideNav ul ul {
	padding: 0px 0px;
	}
	
.sideNav ul>li:last-child ul:before {
	display: none;
	}
	
.sideNav ul>li, .sideNav ul>li>a, .sideNav ul>li li, .sideNav ul li li>a, .sideNav ul>li li li, .sideNav ul li li li>a {
	position: relative;
	display: block;
	color: #414042;
	}

.sideNav ul>li, .sideNav ul>li li, .sideNav ul li li li {
	border: none;
	line-height: 24px;
	background: none !important;
	margin: 0px 0px 0px !important;
	padding: 0px 0px 0px !important;
	}

.sideNav ul>li {
	border: 1px solid #e3e3e3;
	margin: 20px 0px 0px !important;
	}
	
.sideNav ul>li>a, .sideNav ul li li>a, .sideNav ul li li li>a {
	padding: 7px 30px;
	}

.sideNav ul li li>a, .sideNav ul li li li>a {
	}

.sideNav ul>li>a>span, .sideNav ul li li>a>span, .sideNav ul li li li>a>span {
    position: relative;
    vertical-align: top;
    display: inline-block;
	}
	
.sideNav>ul>li:first-child {
	}
	
.sideNav ul li.has-subnav a:after {
	display: none !important;
	}
	
.sideNav ul>li:hover>a, .sideNav ul>li.active>a, .sideNav ul>li.selected>a {
	color: #ffffff;
	background: #a79482;
	border-color: #a79482;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	}

.sideNav ul>li li:hover>a, .sideNav ul>li li.active>a, .sideNav ul>li li.selected>a, .sideNav ul>li li li:hover>a, .sideNav ul>li li li.active>a, .sideNav ul>li li li.selected>a {
	color: #414042;
	background: #ded7d0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	}
	
.sideNav ul li.has-subnav>a {
	/*background: none;*/
	color: #414042;
	background: #ffffff;
	}
	
.sideNav ul li.has-subnav:hover>a, .sideNav ul li.has-subnav.active>a, .sideNav ul li.has-subnav.selected>a {
	color: #ffffff;
	background: #a79482;
	}
	
.sideNav ul>li.selected>a, .sideNav ul ul>li.selected>a, .sideNav ul ul ul>li.selected>a {
	color: #8b191b;
	}
.sideNav ul>li.has-subnav.active li.selected>a {
    color: #8b191b !important;
}
/* Accordion Button */
.sideNav ul li.has-subnav .accordion-btn {
	color: #414042;
	}
	
.sideNav ul li.has-subnav:hover > .accordion-btn-wrap .accordion-btn, .sideNav ul li.has-subnav.selected.active>a .accordion-btn {
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.sideNav .accordion-btn-wrap.accordion-active .accordion-btn, .sideNav ul li.has-subnav.selected .accordion-btn, .sideNav ul li.has-subnav.selected:hover .accordion-btn {
	color: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Menu Info Block */
	
.menuInfoBlock {
	position: relative;
	display: block;
	padding: 0px 0px;
	text-align: center;
	margin: 0px auto 50px;
	}

.menuInfoBlock h3, .menuInfoBlock h4 {
	padding-bottom: 5px;
	}

.menuInfoBlock p {
	text-align: inherit;
	margin: 15px auto 0px;
	}

.menuInfoBlock a {
	text-decoration: underline;
	}

.menuInfoBlock a:hover {
	text-decoration: none;
	}

/* Bespoke Solutions Block */
	
.BSBlock {
	position: relative;
	display: block;
	padding: 0px 0px;
	text-align: center;
	margin: 0px auto 0px;
	}

/* White Box */
	
.whiteBox {
	position: relative;
	display: block;
	padding: 25px 30px;
	text-align: center;
	background: #ffffff;
	margin: 0px auto 30px;
	}

.whiteBox h3, .whiteBox h4 {
	color: #414042;
	padding-bottom: 0px;
	}

.BSBlock .link-btn {
	margin-top: 15px;
	}

.BSBlock .link-btn a {
	min-width: 240px;
	}

/* Reservations Form Container */

.reservationsFormContainer {
	position: relative;
	/*display: block;*/
	height: 100%;
	float: left;
	width: 45%;
	/*overflow: hidden;*/
	background: #ffffff;
	display: none !important;
	}

.reservationsFormContainer iframe {
	position: relative;
	height: 910px;
	border: none;
	width: 100%;
	overflow: auto;
	visibility: visible;
	}

/* Operation Timing Block */
	
.OTBlock {
	position: relative;
	display: block;
	padding: 0px 0px;
	text-align: center;
	margin: 0px auto 0px;
	}

.OTBlock p{
	text-align: inherit;
	}

/* Gallery Container */
	
.galleryContainer {
	position: relative;
	display: block;
	padding: 0px 0px;
	text-align: center;
	margin: 0px auto 0px;
	}

/* Pod Slider */

.pod-slider {
	position: relative;
	display: block;
	height: 100%;
	float: left;
	width: 45%;
	overflow: hidden;
	}

.pod-slide {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	margin: 0px auto;
	}
	
.podSlideImgContainer {
	position: relative;
	display: block;
	/*height: 0%;*/
	overflow: hidden;
	background: #414042;
	/*padding-bottom: 132.32%;*/
	}
	
.pod-slide .podSlideImgContainer figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    margin: 0px auto;
	text-align: center;
	}
	
.pod-slide .podSlideImgContainer figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.pod-slider .slick-prev, .pod-slider .slick-next {
	}

.pod-slider .slick-prev {
	left: 20px;
	}

.pod-slider .slick-next {
	right: 20px;
	}

.pod-slider .slick-dots li button:before {
	background: rgba(255,255,255,0.5);
	}

.pod-slider .slick-dots li:hover button:before, .pod-slider .slick-dots li.slick-active button:before {
	background: #8b191b;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto 0px;
	}
	
.inner-banner figure, .inner-banner figure img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: MrsEavesRoman;
	position: relative;
	font-size: 35px;
	color: #ffffff;
	line-height: 1.1;
	font-weight: normal;
	margin: 0px 0px 0px;
	padding: 0px 0px 15px;
	text-transform: none;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: MrsEaves-Bold;
	font-weight: normal;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: MrsEavesRoman;
	font-weight: normal;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Gotham-Medium;
	line-height: 1.6;
	}

.h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong {
    font-family: Gotham-Bold;
	font-weight: normal;
	}

.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
    font-family: GothamBook;
	font-weight: normal;
	}
	
h2, .h2 {
	font-size: 30px;
	}
	
h3, .h3 {
	font-size: 26px;
	}
	
h4, .h4 {
	font-size: 24px;
	}
	
h5, .h5 {
	font-size: 18px;
	}

h6, .h6 {
	font-size: 14px;
	}

.smallText {
	font-size: 12px !important;
	line-height: 2 !important;
	}
	
.pageTitle, .pageTitle2, .pageTitle3 {
	position: relative;
	display: block;
	padding: 0px 0px 20px;
	}

.pageTitle h1, .pageTitle h2, .pageTitle h3, .pageTitle h4, .pageTitle h5, .pageTitle h6 {
	line-height: 1.1;
	padding-bottom: 0px;
    text-transform: none;
	}
	
.pageTitle h1, .pageTitle h2 {
	font-size: 50px;
	}
	
.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}

p {
	margin: 0 0 20px;
	line-height: 1.8;
	text-align: justify;
	}

ul.ul-listing, ol.ol-listing {
	margin: 0px 0px 20px;
	display: block;
	padding: 0px;
	width: 100%;
	text-align: left;
	list-style-position: inside;
	}
	
ul.ul-listing.text-center, ol.ol-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li {
	position: relative;
	line-height: 24px;
	margin-bottom: 2px;
	list-style-type: none;
	padding: 2px 0px 2px 15px;
	}
	
ul.ul-listing li:before {
	position: absolute;
	content: '';
	left: auto;
	top: 12px;
	width: 6px;
	height: 6px;
	overflow: hidden;
	margin-left: -15px;
	border-radius: 50%;
	background: #8b191b;
	}
	
ul.ul-listing ul {
	margin: 8px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	position: relative;
	line-height: 24px;
	margin-bottom: 2px;
	list-style-type: decimal;
	padding: 2px 0px 2px 0px;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type: none;
	}
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 30px 30px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 30px 30px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev, .slick-next {
	background: none;
	z-index: 5;
	width: 17px;
	height: 30px;
	font-size: 0px;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s;
	}
	
.slick-prev:before, .slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.slick-prev {
	left: 0px;
	padding: 0px 0px 0px 17px;
	background: url(../images/slick-nav.png) 0px 0px no-repeat;
	}
	
.slick-next {
	right: 0px;
	padding: 0px 17px 0px 0px;
	background: url(../images/slick-nav.png) right 0px no-repeat;
	}
	
.slick-prev:hover,
.slick-prev:focus {
	background: url(../images/slick-nav.png) 0px  bottom no-repeat;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s;
	}

.slick-next:hover,
.slick-next:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-ms-transition: all 0s;
	transition: all 0s;
	}
	
/* Link Button */

.link-btn {
	font-family: Gotham-Medium;
	position: relative;
	display: block;
	z-index: 1;
	font-size: 14px;
	font-weight: normal;
	margin: 0px auto 0px;
	text-transform: uppercase;
	}

.link-btn a {	
	position: relative;
	color: #ffffff;
	z-index: 2;
	overflow: hidden;
	margin: 0px auto;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	background: #451b00;
	vertical-align: top;
	display: inline-block;
	/*padding: 15px 25px 15px;*/
	text-decoration: none !important;
	}

.link-btn a span {
	position: relative;
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 15px 25px 15px;
	}
	
.link-btn a span:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0%;
	width: 0%;
	z-index: -1;
	height: 100%;
	background: #8b191b;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	}

.link-btn a:hover span:before {
	width: 100%;
	}

.link-btn a:hover, .link-btn a:focus {
	color: #ffffff;
	}
	
.photoContainer {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 30px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}
	
/* Footer Styles */

.footer-wrapper {
	position: absolute;
	display: block;
	width: 100%;
    left: 0px;
    bottom: 0px;
	color: #ffffff;
	}

/* Footer Top */
	
.footer-top {
    font-family: Gotham-Light;
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 12px;
	overflow: hidden;
	padding: 30px 0px 30px;
	}
	
.footer {
	position: relative;
	}
	
.footer .row {
	position: relative;
    justify-content:space-around;
	}

.footer a {
	color: #ffffff;
	}

.footer a:hover {
	color: #8b191b;
	}
	
.footer p {
	text-align: left;
	line-height: 20px;
	margin-bottom: 5px auto;
	}
	
.ftcol {
	position: relative;
	float: left;
	width: 25%;
	padding: 0px 25px;
	}
.img_footerss{
	width:200px;
}
.ftcol1 {
    order: 1;
	padding: 0px 50px 0px 105px;
	}

.homepage .ftcol1 {
	width: 40%;
	padding: 0px 50px 0px 145px;
	}

.ftcol.ftcol2 {
    align-items: center;
    padding: 0px 0px 0 60px;
}
.ftcol2, .ftcol3, .ftcol4, {
	width: auto;
	}

.ftcol2 {
    order: 2;
	width: auto;
	    align-items: center;
    display: flex;
	}

.ftcol3 {
    order: 4;
	width: auto;
	padding: 0px 115px 0px 25px;
	    align-items: center;
    display: flex;
	}

.homepage .ftcol3 {
	padding: 0px 100px 0px 0px;
	}

.ftcol5 {
    order: 3;
	padding: 0px 25px;
	align-items: center;
    display: flex;
	}
	
/* Newsletter Box */

.newsletter-box {
    font-family: Gotham-Medium;
	position: relative;
	font-size: 10px;
	width: 100%;
    color: #414042;
	display: block;
	margin: 0px auto;
    border-bottom: 1px solid #cccccc;
	}

.newsletter-box:hover, .newsletter-box:focus {
    border-color: #8b191b;
	}
	
.newsletter-box .input-group {
	}

.newsletter-box label {
    font-family: Gotham-Medium;
	color: #68210f;
	font-size: 12px;
	line-height: 29px;
	margin-bottom: 0px;
	}

.newsletter-box .form-control {
    font-family: Gotham-Light;
	border: none;
	height: 29px;
	color: #585958;
	font-size: 10px;
	line-height: 29px;
    letter-spacing: 2px;
    text-transform: uppercase;
	padding: 0px 45px 0px 15px;
	background: none !important;
	}

.newsletter-box .form-control:focus, .newsletter-box .form-control:hover, .newsletter-box .form-custom-select:hover, .newsletter-box .form-custom-select:hover {
    border: none;
    color: #414042;
    background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	}

.newsletter-box .send-btn {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0px;
	z-index: 5;
	width: 29px;
	border: none;
	height: 29px;
	color: #414042;
	font-size: 10px;
	overflow: hidden;
	border-radius: 0;
	padding: 0px 0px;
	line-height: 29px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.newsletter-box .send-btn:hover {
	color: #ffffff;
	background: #8b191b;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	margin: 5px auto;
    line-height: 20px;
	text-align: left;
	color:#fff;
	}
	
/* Foot Nav */

ul.foot-nav {
    font-family: Gotham-Medium;
	position: relative;
	font-size: 0px;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
    text-transform: uppercase;
	}
	
ul.foot-nav li {
	position: relative;
	font-size: 12px;
	margin: 5px 15px;
	padding: 0px 0px;
	line-height: 20px;
    vertical-align: top;
	display: inline-block;
	}

ul.foot-nav li a {
	position: relative;
	color: #ffffff;
	display: block;
	overflow: hidden;
	}
	
ul.foot-nav li a:hover, ul.foot-nav li.selected a {
	color: #8b191b;
	}

/* Footer Social Nav */

ul.footer-social-nav {
	position: relative;
	display: block;
	padding: 0px;
	font-size: 0px;
	margin: 0px -5px 0px;
	list-style-type: none;
	}
	
ul.footer-social-nav li {
	position: relative;
	font-size: 12px;
	padding: 0px;
	color: #ffffff;
    line-height: 20px;
	vertical-align: top;
	margin: 5px 7px 5px;
	display: inline-block;
	}

ul.footer-social-nav li a {
	position: relative;
	display: block;
	padding: 0px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	}

ul.footer-social-nav li a:hover, ul.footer-social-nav li.selected a {
	color: #8b191b;
	}
	
/* Table Container */
	
.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
	}

.table-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	}

.table-container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0,0,0,.3);
	}
	
.table {
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	margin: 0px auto;
	border-collapse: collapse;
	}
	
.table.table-bordered {
	border: 1px solid #414042;
	}
	
.table th, .table td {
	border: none;
	line-height: 24px;
	padding: 8px 10px;
	font-weight: normal;
	vertical-align: top;
	}
	
.table.table-bordered th, .table.table-bordered td {
	border: 1px solid #414042;
	}
	
.table th {
	color: #ffffff;
	font-weight: normal;
	background: #747476;
	border-bottom: none !important;
	}
	
.table th strong, .table td strong {
	}
	
.table tr:nth-child(odd) td {
	}
	
.table.text-center th, .table.text-center td {
	text-align: center;
	}
	
.table th.text-left, .table td.text-left {
	text-align: left;
	}
	
.table th p, .table td p {
	text-align: left;
	}
	
.v-mid {
	vertical-align: middle !important;
	}
	
.v-top {
	vertical-align: top !important;
	}

/* Contact Form */

.contactForm {
	position: relative;
	display: block;
	text-align: left;
	margin: 0px auto 0px;
	}

.contactForm p {
	text-align: inherit;
	}
	
.control-label {
	font-family: Gotham-Medium;
	display: block;
	color: #414042;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
	}
	
.form-group, .form-check {
	margin-bottom: 20px;
	}
	
.form-control, .form-custom-select {
	font-family: Gotham-Medium;
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	color: #414042;
	font-size: 14px;
	padding: 9px 20px;
	line-height: 30px;
	border-radius: 0px;
	font-weight: normal;
	background-image: none;
	background-color: #ffffff;
	border: 1px solid #cecece;
	background-clip: border-box;
	}
	
.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select, .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	}
	
.bootstrap-select .dropdown-item.disabled, .bootstrap-select .dropdown-item:disabled {
	color: #414042;
	}
	
.bootstrap-select .dropdown-toggle:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f078";
    border: 0;
    color: #414042;
    font-size: 11px;
	}
	
.bootstrap-select .dropdown-toggle[aria-expanded="true"]:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f077";
    border: 0;
    color: #414042;
    font-size: 11px;
	}
	
.form-custom-select {
    color: #414042;
	}

.form-custom-select:hover, .bootstrap-select .dropdown-toggle:hover {
    color: #414042;
	border-color: #8b191b;
	}

.dropdown-menu {
    color: #414042;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #414042;
    }

.contactForm .dropdown-menu {
    font-family: Gotham-Medium;
    font-size: 14px;
    line-height: 24px;
    }
	
.form-horizontal .checkbox, .form-horizontal .radio {
	position: relative;
	min-height: 1px;
	font-weight: normal;
	display: inline-block;
	margin: 3px 5px 0px 0px;
	}

textarea.form-control {
	min-height: 270px;
	line-height: 23px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus, .form-control:hover, .form-custom-select:hover, .form-custom-select:hover {
	outline: 0;
    color: #414042;
    background-color: #ffffff;
	border: 1px solid #8b191b;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #414042;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #414042;
	}

.form-control::-moz-placeholder, ::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
	color: #414042;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #414042;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }
	
.fleft {
	position: relative;
	float: left !important;
	}
	
.fright {
	position: relative;
	float: right !important;
	}
	
.submit, .submit:focus {
	font-family: Gotham-Medium;
	position: relative;
	width: auto;
	z-index: 2;
	float: none;
	border: none;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	margin: 0px auto;
	min-width: 160px;
	line-height: 20px;
	text-align: center;
	border-radius: 0px;
	font-weight: normal;
	background: #451b00;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 30px 15px;
    text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	}

.submit:hover {
	color: #ffffff;
	background: #8b191b;
	}

/* Operation Hours Info Container */

.OHInfoContainer {
	position: relative;
	display: block;
	height: 100%;
	float: left;
	width: 45%;
	padding: 30px;
	color: #414042;
	overflow: hidden;
	text-align: center;
	background: #ffffff;
	}

.OHInfoContainer h4 {
	color: #414042;
	}

.OHInfoContainer p {
	text-align: inherit;
	}

.OHInfoContainer a {
	color: #8b191b;
	}

.OHInfoContainer a:hover {
	color: #414042;
	}

/* Map Column */

.map-col {
	position: relative;
	display: block;
    width: 100%;
    height: 160px;
	overflow: hidden;
    background: #414042;
	margin: 0px auto 30px;
	}
	
.map-col iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

/* Operation Hours Info */

.OHInfo {
	font-family: Gotham-Medium;
	position: relative;
	display: block;
	font-size: 12px;
	text-align: center;
	}
	
.OHInfo h6 {
	font-family: Gotham-Medium;
    color: #414042;
	font-size: 12px;
	}
	
.OHInfo p {
	text-align: inherit;
	}

.OHInfo .link-btn {
	margin-top: 12px;
	}

.OHInfo .link-btn a {
    color: #ffffff;
	}

/* Thank You Container */

.thankyoupage #wrapper {
	background: #ffffff url(../images/thank-you-banner.jpg) center center no-repeat;
	background-size: cover;
	color: #414042;
	}

.thankyoupage #wrapper:before {
    display: none;
	}

.thank-you-container {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	padding: 0px 90px;
	align-items: stretch;
	}
	
.thank-you-content {
	position: relative;
	display: block;
	width: 100%;
	color: #414042;
	max-width: 580px;
	padding: 50px 0px;
	align-items: center;
	}
	
.thank-you-content h1 {
	font-size: 60px;
	color: #414042;
	line-height: 1.1;
    text-transform: uppercase;
	}
	
.thank-you-content a, .thankyoupage .nav>ul>li>a, .thankyoupage .footer-top, .thankyoupage .footer-top a  {
	color: #414042;
	}
	
.thank-you-content a:hover, .thankyoupage .nav>ul>li>a:hover, .thankyoupage .nav>ul>li.selected>a, .thankyoupage .footer-top a:hover {
	color: #8b191b;
	}

.thank-you-content .link-btn a {
	color: #ffffff;
	min-width: 160px;
	}

.thank-you-content p {
    text-align: inherit;
	}
	
/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 60px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1949.98px) {
	textarea.form-control { min-height: 296px; }
	}

@media (max-width: 1599.98px) {
	}
	
@media (max-width: 1449.98px) {
	.nav > ul > li { margin: 0px 15px; }
	.nav > ul > li.reservationsMenu > a { padding: 30px; }
	.ftcol4 { padding: 0px 25px; }
	}

@media (max-width: 1399.98px) {
	.ss-sidebar-container { padding: 0px 30px 0px 60px; }
	.ss-main-content-container { padding: 0px 40px 0px 40px; }
	.ftcol1 { padding: 0px 40px 0px 75px; }
	.ftcol3 { padding: 0px 30px 0px 25px; }
	.thank-you-container { padding: 0px 60px; }
	}

@media (max-width: 1299.98px) {
	#wrapper:before, .homepage #wrapper:before  { width: 33%; }
	.topRightContainer { max-width: 67%; }
	.ss-home-text-container { padding-left: 40px; /*font-size: 16px;*/ }
	.homepage .ftcol1 { width: 33%; padding: 0px 30px 0px 145px; }
	.newsletter-box label { font-size: 11px; }
	.newsletter-box .form-control { font-size: 9px; letter-spacing: 1px; }
	.homepage .ftcol3 { padding-right: 70px; }
	}
	
@media (max-width: 1199.98px) {
	#wrapper:before  { width: 30%; }
	.homepage #wrapper:before  { width: 40%; }
	.topRightContainer { position: absolute; top: 0px; margin: 0px; display: block; clear: both; left: 30px; right: 30px; height: 100%; z-index: 5; max-width: 100%; }
	.nav-wrapper { float: none; margin: 30px auto; height: 50px; z-index: 1; position: absolute; left: 0px; right: 0px; }
	.nav-container { position: absolute; top: auto; margin: 0px; display: block; clear: both; left: 0px; right: 0px; }
	.nav-wrapper .nav { display: none !important; }
	.imgLeft, .imgRight { max-width: 40%; }
	.ss-home-text-container { padding-left: 30px; }
	.ss-home-text-container .mCSB_inside > .mCSB_container { margin-right: 60px !important; }
	.ss-sidebar-container { width: 30%; padding: 0px 0px 0px 30px; }
	.ss-main-content-container { width: 70%; padding: 0px 30px 0px 30px; }
	.ss-sidebar-container .pageTitle h1, .ss-sidebar-container .pageTitle h2 { font-size: 35px; }
	.ftcol { padding: 0px 15px; }
	.ftcol.ftcol1 { width: 100%; padding: 0px 30px 0px 45px; }
	.homepage .ftcol1 { width: 40%; padding: 0px 15px 0px 145px; }
	.homepage .ftcol3, .ftcol3 { padding-right: 50px; }
	ul.foot-nav li { margin: 5px 10px; }
	.thank-you-container { padding: 0px 30px; }
	}
	
@media (max-width: 1099.98px) {
    ul.foot-nav li { margin: 5px; }
	.thank-you-content { max-width: 480px; }
	.thank-you-content h1 { font-size: 50px; }
	}

@media (max-width: 1023.98px) {
	#wrapper { height: auto; }
	.thankyoupage #wrapper { height: 100vh; }
	#wrapper:before, .ss-home-text-container .mCSB_scrollTools { display: none !important; }
	#pageHeaderWrapper { position: relative; left: auto; top: auto; }
	#pageHeader { background: #ffffff; }
	.logo { margin: 15px 30px; }
	.ss-home-container { position: relative; display: block; height: auto; left: auto; top: auto; padding: 30px 30px 0px; }
	.ss-home-container { padding: 30px 30px 0px !important; }
	.ss-banner-container, .ss-home-text-container, .ss-main-container, .mainPhotoContainer, .mainPromoPicContainer, .rightContainer, .OHInfoContainer, .pod-slider, .reservationsFormContainer { display: block; padding: 0px; width: 100%; float: none; }
	.ss-home-text-container, .rightContainer { padding: 30px 0px 0px; }
	.ss-main-container { padding: 30px 0px !important; height: auto !important; }
	.scroller-content-area { max-height: none !important; height: auto !important; }
	.ss-home-text-container .mCSB_inside > .mCSB_container { margin: 0px !important; }
	.ss-main-content-container { display: block; }
	.sidebar { padding: 15px; background: #ffffff; }
	.sideNav ul>li { margin-top: 10px !important; }
	.mainPhotoContainer, .podSlideImgContainer { height: 0 !important; padding-bottom: 132.32%; }
	.OHInfoContainer { padding: 30px; }
	.footer-wrapper { position: relative; left: auto; bottom: auto; padding: 0px 30px; }
	.thankyoupage .footer-wrapper { position: absolute; left: 0px; bottom: 0px; padding: 0px 30px; }
	.footer-top { padding: 15px 0px !important; text-align: center; border-top: 1px dotted #ffffff; }
	.ftcol { padding: 5px 15px !important; width: 100% !important; }
	.newsletter-box, .newsletter-box label, .newsletter-box .form-control, .newsletter-box .send-btn, .newsletter-box .form-control:focus, .newsletter-box .form-control:hover, .newsletter-box .form-custom-select:hover, .newsletter-box .form-custom-select:hover { color: #ffffff; }
	.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder { color: #ffffff; }
	.form-control:-moz-placeholder, :-moz-placeholder { color: #ffffff; }
	.form-control::-moz-placeholder, ::-moz-placeholder { color: #ffffff; }
	.form-control:-ms-input-placeholder, :-ms-input-placeholder { color: #ffffff; }
	.thankyoupage .newsletter-box, .thankyoupage .newsletter-box label, .thankyoupage .newsletter-box .form-control, .thankyoupage .newsletter-box .send-btn, .thankyoupage .newsletter-box .form-control:focus, .thankyoupage .newsletter-box .form-control:hover, .thankyoupage .newsletter-box .form-custom-select:hover, .thankyoupage .newsletter-box .form-custom-select:hover { color: #414042; }
	.thankyoupage .form-control::-webkit-input-placeholder, .thankyoupage ::-webkit-input-placeholder { color: #414042; }
	.thankyoupage .form-control:-moz-placeholder, .thankyoupage :-moz-placeholder { color: #414042; }
	.thankyoupage .form-control::-moz-placeholder, .thankyoupage ::-moz-placeholder { color: #414042; }
	.thankyoupage .form-control:-ms-input-placeholder, .thankyoupage :-ms-input-placeholder { color: #414042; }
	textarea.form-control { min-height: 150px; }
    .landingpage-container img { height: auto; }
    .banner-slide-img { height: 0px; padding-bottom: 91.75%; }
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.ss-sidebar-container, .ss-main-content-container { width: 100%; padding: 0px 30px; }
	.footer-top .row { justify-content: center; }
	.homepage .ftcol1 { order: 1; }
	.homepage .ftcol2 { order: 2; }
	.homepage .ftcol3 { order: 3; }
	.homepage .ftcol4 { order: 4; }
	}
	
@media (max-width: 800px) {
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
	.thankyoupage #wrapper { height: auto; }
	.thankyoupage .footer-wrapper { position: relative; left: auto; bottom: auto; padding: 0px 30px; }
	.thank-you-container { padding: 30px; background: rgba(255, 255, 255, 0.6);}
	.thank-you-content { max-width: 100%; }
	}

@media (min-width: 768px) {
	}
	
@media (max-width: 650px) {
	}
	
@media (max-width: 575.98px) {
	}

@media (max-width: 480px) {
	h1 { font-size: 35px !important; letter-spacing: 0px !important; }
	h2 { font-size: 30px !important; letter-spacing: 0px !important; }
	h3 { font-size: 26px !important; letter-spacing: 0px !important; }
	h4 { font-size: 24px !important; letter-spacing: 0px !important; }
	h5 { font-size: 18px !important; letter-spacing: 0px !important; }
	h6 { font-size: 14px !important; letter-spacing: 0px !important; }
	.img_footerss{
		width:65%;
	}
	.ftcol.ftcol2 {margin-left:0;}
	}
	
@media (max-width: 400px) {
	p { text-align: inherit; }
	.newsletter-box label { width: 100%; }
	.newsletter-box .send-btn { top: auto; bottom: 0px; }
	}

@-ms-viewport { width: auto !important; }