@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400i|Roboto:300,400');
/* Firefox commands for Google Fonts: */
@import "compass/css3";
@font-face {
  font-family: "Playfair Display script=latin rev=2";
  font-style: italic;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NzyJGU1P5M-LlUrAn6CnO9E.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: "Roboto script=all rev=1";
  font-style: normal;
  font-weight: 300;
  src: url("https://fonts.gstatic.com/l/font?kit=llkjgtdh_ezss6d93SGAF4YSOzQwrropE_toi9slKIli271GxMvZt6R6g_k6JcI2rtYQrtEB35aD-h5LtEbiPA&skey=11ce8ad5f54705ca&v=v16") format("woff2");
}
@font-face {
  font-family: "Roboto script=all rev=1";
  font-style: normal;
  font-weight: 400;
  src: url("https://fonts.gstatic.com/s/roboto/v16/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDR-eWpsHSw83BRsAQElGgc.ttf) format('truetype');
}

* {
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
body {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1em;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: white;
}
a:active, a:visited, a:active, a:link {
	text-decoration: none;
}
a:hover{
	opacity: .78;
}
p {
	line-height: 1.5em;
	text-align: left;
	padding-bottom: 1em;
}
.centerPara{
	text-align: center;
	line-height: 1.5em;
	font-size: .88em;
}
a p{
	color: rgb(7, 153, 198);
	margin: 0;
	padding: 0;
	text-align: center;
}
.clickHere{
	color: rgb(7, 153, 198);
	font-style: italic;
	cursor: pointer;
	display: inline-block;
}
h1{ /* Capitalized heading (San Serif) for text */
	font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1.28em;
    line-height: .8em;
	text-transform: uppercase;
	color: black;
}
h2{ /* Subhead in italics, serif text */
	color: rgba(153, 140, 102, 1);
	text-align: left;
	font-family: 'Playfair Display', serif !important;
	font-size: 1.2em;
	line-height: .5em;
	font-weight: 300;
}
h3{ /* Capitalized Subhead GOLD*/
	font-family: 'Roboto Condensed', sans-serif !important;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
	color: rgba(153, 140, 102, 1);
	text-align: center;
}
h4 {
	font-family: 'Roboto', sans-serif !important;
	background: none;
	font-size: 1.5em;
	width: 100%;
	margin: .78em 0;
	color: #987e34;
}
h5 {
	color: rgba(201, 193, 40, 1);
	text-align: center;
	font-family: 'Playfair Display', serif !important;
	font-size: 1.2em;
	margin: 0.3em auto 0 auto;
	font-weight: 300;
	font-style: italic;
}
h6 {
	color: #987e34;
	font-size: 0.8em;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	font-family: 'Playfair Display', serif !important;
	font-style: italic;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding-bottom: .48em;
/* 	background: pink; */
}
.goldItalic{
	color: rgba(153, 140, 102, 1);
	font-family: 'Playfair Display', serif !important;
	font-size: 1.2em;
	line-height: .5em;
	font-weight: 300;
	clear: both;
}
.bottom-edge-shadow {
	-webkit-box-shadow: 0 3px 3px -3px black;
	   -moz-box-shadow: 0 3px 3px -3px black;
	        box-shadow: 0 3px 3px -3px black;
}
.goldSubHead{
	color: rgba(212, 212, 170, 1);
	text-align: center;
	font-family: 'Playfair Display', serif !important;
	font-size: 1.2em;
	margin: 0.3em auto 0 auto;
	font-weight: 300;
}
.headline{
	font-weight: 100;
	text-align: center;
	font-size: 1.38em;
	line-height: 1em;
	text-transform: uppercase;
	color: rgba(0,0,0,.48);
	margin-bottom: 38px;
}
.headline3{
	font-weight: 100;
	text-align: center;
	font-size: 1.38em;
	line-height: 1em;
	color: rgba(0,0,0,.48);
	margin-bottom: 38px;
	display: block;
}
.headline2{ /* big lowercase quotes */
	width: 100%;
	height: auto;
	margin: auto;
	background: yellow;
	font-weight: 100;
	text-align: center;
	font-size: 2.38em;
	line-height: 1.38em;
	text-transform: lowercase;
	color: rgba(0,0,0,.48);
	
	background: url("pic/meetingRms/quoteBg.svg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	text-align: center;
	vertical-align: middle;
}
.not-active {
   pointer-events: none;
   cursor: default;
	opacity: .7;
}
.TextGrey{
	opacity: .38;
}
.center{text-align: center;}
.zoom-in {cursor: zoom-in;}
/****************************************************************************/
/****************************** HEADER **************************************/
#lang{
	display: block;
	position: fixed;
	width: 100%;
	float: right;
	right: 0;
	background: rgba(208, 196, 131, .948);
	height: 25px;
	margin: auto 0;
	padding: 5px 8px 5px 5px;
	font-size: .68em;
	text-align: right;
	z-index: 99999 !important;
	color: rgba(153, 140, 102, 1);
}
#lang a{
	color: #897732;
	cursor: pointer;
}
#lang a:hover{
	font-style: italic;
	color: rgba(255, 255, 255, .48);
}
/*
///////////////////////////////////////
* Language Option *
///////////////////////////////////////
*/
.groupLinkMobile{
	display: none;
}
header{
	z-index: 99999 !important;
	top: 25px;
	min-width: 760px;
	background: rgba(212, 212, 170, 1);
}

#headerLogoContainer{
	width: 100%;
	height: 20vh;
	min-height: 128px;
	min-width: 760px;
	background-color: yellow;
	position: fixed;
	top: 25px;
	background: url("./pic/headerBackground.png") no-repeat left top ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0 0 1em 0;
	margin: 0;
	z-index: 99999998 !important;
}
#logo {
	padding: 3.8vh;
	height: 20vh;
	width: 70%;
	display: inline-block;
}

#logo img{
	width: auto;
	height: 9.8vh;
	min-height: 80px;
}

#navGroup{
	height: 68px;
	width: 30%;
	display: inline-block;
	float: right;
	text-align: right;
	vertical-align: middle;
	padding: 2vh;
	
}

#navGroup img{
	height: 3.18vh;
	min-height: 13px;
	max-height: 23px;
	width: auto;
	
}


/* Header Gallery */
#headerImg{
	width: 100%;
	min-width: 760px;
	height: 228px;
	background-color: grey;
	z-index: 9993 !important;
	overflow: hidden;
	position: fixed;
	top: -25px;
	padding: 0;
	margin: 0;
}

#headerImg img{width: 110vw; left: -10px;}
/* Slidy Gallery */
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-moz-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-o-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

@-webkit-keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

#headerImg figure{
	position: relative;
	width: 500%;
	min-width: 3800px;
	margin: 0;
	left: 0;
	top: -35vh;
	text-align: left;
	animation: 20s slidy infinite;
	-o-animation: 20s slidy infinite;
	-moz-animation: 20s slidy infinite;
	-webkit-animation: 20s slidy infinite;
}

#headerImg figure .imgContainer{width: 20%; float: left; overflow: hidden; vertical-align: middle; text-align: center; background-color: black;}

#headerImg figure .imgContainer img{height: 100%; min-height: 380px;}

/* Menu Bar */
.naviagationBG{
	width: 100%;
	min-width: 760px;
	height: 6vh;
	min-height: 38px;
	background-color: black;
	padding-left: .78em;
	position: fixed;
	z-index: 9999 !important;
	margin-top: 198px;
}
#MainNavigation{/* wrapper for content to fall within max widht */
	width: 100%;
	min-width: 760px;
	max-width: 1300px;
	height: 6vh;
	min-height: 38px;
	margin: 0 auto;
	color: white;
	text-align: right;
	z-index: 998;
	vertical-align: middle;
}
/*Regular Navigation */
#welcome {
	width: 8.8%;
	min-width: 88px;
	height: 6vh;
	min-height: 38px;
	margin: 0;
	float: left;
	padding: 1vh 0;
	display: inline-block;
	text-align: left;
	vertical-align: bottom;
}
#welcome span{
	display: block;
	margin: auto 0;
	font-size: .8em;
	line-height: 4vh;
}
#menuBar{
    width: auto;
	position: relative;
	display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
    right: 1px;
	height: 6vh;
	min-height: 38px;
	font-weight: 300;
	vertical-align: middle;
}
#menuBar li {
	list-style-type: none;
    display: inline-block;
    height: 100%; width: auto;
    padding: 0 .78em;
    margin: auto 0;
    vertical-align: middle;
    border-right: 1px solid white;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 0.8em;
	text-transform: uppercase;
}
#menu1stitem {
	border-left: 1px solid white;
}
#menuBar a {
	background: none;
	transition: transform 0.5s, color 0.5s;
}
#menuBar a:hover, .fullNavItem a:active {
	color: rgba(212, 212, 170, 1);
	font-weight: 300;
	font-style: italic;
}
.menuPgSelected{
	color: rgba(255, 255, 255, .38);
}
#menuBar li span {
	height: 6vh;
	margin: 0;
	padding: 0;
	min-height: 38px;
	display: table-cell;
    vertical-align: middle;
}

/*****************************************Pages: Restaurants, Rooms, Services, Meeting Rms *****************************************************************************************/


/**********************************************************************************/
/****************************** BODY CONTENT **************************************/
.BodyContainer{ /*  */
	width: 100%;
	min-width: 760px;
	min-height: 800px;
	margin: 0 auto;
	height: auto;
	padding-top: 288px;
	z-index: 1;
}
.goldBg{
	width: 100%;
	height: 100%;
	background: rgba(212, 212, 170, 1);
	padding: 68px 0;
}
.whiteBg{
	width: 100%;
	height: 100%;
	background: white;
	padding: 68px 0;
}
.mainContent{ /* Holder for each content in different sections */
	width: 90%;
	max-width: 1300px;
	min-height: 100px;
	height: auto;
	min-width: 680px;
	margin: 0 auto;	
	text-align: left;
	position: relative;
}

/**********************************************************************************/
/****************************** SERVICES SECTION **********************************/
.contentText{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.contentText img{
	width: 8.8vh;
	height: auto;
}
#servicesImg{
	display: inline-block;
	float: right;
	margin: 38px 0;
	bottom: 0;
	width: 100%;
	height: inherit;
	height: auto;
	overflow: hidden;
	z-index: 4 !important;
	vertical-align: middle;
}
#servicesPics{
	width: 500%;
	margin: auto 0;
	left: 0;
	z-index: 8 !important;
	position: relative;
	text-align: left;
	vertical-align: middle;
	animation: 38s slidy infinite;
	-o-animation: 38s slidy infinite;
	-moz-animation: 38s slidy infinite;
	-webkit-animation: 38s slidy infinite;
}
.servicesImgContainer{
	width: 20%; float: left; overflow: hidden; vertical-align: middle; text-align: center; ;
	z-index: 5 !important; bottom: 0; margin: auto 0;
}
.servicesImgContainer img{width: 100%; height: auto; margin: auto 0;}


/* CONTENT */
.subHeadWrapper{
	width: 100%;
	margin-bottom: 38px;
}
.subheadIcon{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #C5B358;
}
.subheadIcon{
	padding-bottom: .8em;
}
.subheadIcon img{
	width: 6.38vw;
	min-width: 43.8px;
	max-width: 73.8px;
	height: auto;
}
.subHeadText{
	margin: -1.78em auto 0 auto;
	padding: 0;
	width: 31.8%;
	min-width: 188px;
		
}
.subhdWhite{
    background-color: white;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1.38em;
    line-height: .78em;
	text-transform: uppercase;
	text-align: center;
	color: black;
	font-weight: 800;
	padding: 0;
}
.subhdGold{
    background-color: rgba(212, 212, 170, 1);
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1.38em;
    line-height: .78em;
	text-transform: uppercase;
	text-align: center;
	color: black;
	font-weight: 800;
	padding: 0;
}

/****************************************************************************/
/********************************* MEETING **********************************/
.content4Wrapper{
	width: 100%;
	min-width: 478px;
	height: auto;
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
	text-align: center;
}

.content4Wrapper p {
	width: 100%;
	margin: 0 auto;
}
.content4Wrapper a {
	color: rgb(7, 153, 198);
}
.content4Wrapper h2 {
	color: rgb(153, 140, 102, 1);
	text-align: center;
}
.row4Box{
/* 	display: inline-block; */
	float: left;
	display: block;
	width: 31.8%;
	overflow: hidden;
	margin: 0 2.3% 0 0;
}
.row4BoxRight{
/* 	display: inline-block; */
	float: right;
	display: block;
	width: 31.8%;
	overflow: hidden;
	margin: 0 0 0 0;
}
.row4Box img{
	width: 100%;
	height: auto;
}
.row4BoxRight img{
	width: 100%;
	height: auto;
}


/*****************************************************************************************************************/
/****************************** RESTAURANT / SERVICES / ROOMS / MEETING RMS **************************************/

/***************** Content with left sub menu *****************/
/*------------------------- side navigation (fixed navigation) -------------------------*/

/* MOBILE SIDE NAV FIXED */
.siteNavWrapFull{
	display: none;
}
.sideNavFull{
	float: left;
	clear: both;
	background: none;
	width: 100%;
	text-align: left;
	padding: 0 0 38px 0;
	margin: 38px 0;
}
.sideNavFull a {
	color: black;
}
.navFullLi:hover {
	color: rgba(153, 140, 102, .718);
}
.sideFullNavTitle {
	font-family: 'Playfair Display', serif !important;
	color: rgba(153, 140, 102, 1);
	letter-spacing: 0.18em;
	line-height: 1.78em;
	font-size: 1.08em;
	background: none;
	padding: 0.8em 0;
	border-bottom: 1px black solid;
}
.navFullLi {
	display: block;
	font-family: 'Playfair Display', serif !important;
	letter-spacing: 0.3em;
	font-size: 0.7em;
	padding: 1.5em 0;
	border-bottom: 1px black solid;
	text-align: left;
	color: black;
}
/* ************************* */

.sideNavWrapFixed {
	top: 0;
	z-index: 30;
}
.sideNav {
	float: left;
	position: relative;
	background: none;
	width: 15%;
	max-width: 489px;
	min-width: 160px;
	text-align: center;
	padding: 0;;
	top: 0;
}
.sideNav a {
	color: black;
}
.sideNav a:hover {
	color: rgba(153, 140, 102, 1);
	opacity: .718;
}
#sideNavTitle {
	font-family: 'Playfair Display', serif !important;
	letter-spacing: 0.2em;
	font-size: 1.5em;
	line-height: .88em;
	background: none;
	padding: 0.8em 0;
	border-bottom: 1px black solid;
	color: rgba(153, 140, 102, 1);
}
#sideNavLi {
	font-family: 'Playfair Display', serif !important;
	letter-spacing: 0.3em;
	font-size: 0.7em;
	padding: 1.5em 0;
	border-bottom: 1px black solid;
}
.sideNavLi {
	font-family: 'Playfair Display', serif !important;
	letter-spacing: 0.3em;
	font-size: 0.7em;
	padding: 1.5em 0;
	border-bottom: 1px black solid;
	background: rgba(0,0,0,0);
}
.wLSubMenuSubHeadWrapper{ /* Forcing Content to right of sub menu on Left*/
	width: 73.8%;
	min-width: 498px;
	float: right;
}

/****************************************************************************/
/********************************* ROOMS ************************************/
#subSideNav{
	width: 100%;
	border-bottom: 1px black solid;
	padding: 8px 0;
}
.subSideNavLi{
	font-family: 'Roboto Condensed', sans-serif !important;
	letter-spacing: 0.38em;
	line-height: 1.38em;
	font-size: 0.7em;
	background: none;
	padding: .88em 0;
	margin: 0;
	text-transform: uppercase;
	color: rgba(153, 140, 102, 1);
	text-align: center;
	font-weight: 600;
}
.rmSelected{
	color: rgba(0, 0, 0, .238);
	font-weight: 100;
	text-transform: uppercase;
}
/* ALL ROOMS GALLERY */
#allRmGallery{
	width: 100%;
	height: auto;
	max-height: 478px;
	max-width: 1100px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0 auto 78px auto;
}
.allRmPics img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.allRmCaption{
	background: rgba(0, 0, 0, 1);
	width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: right;
	letter-spacing: .08em;
	padding: 8px;
	color: white;
	position: absolute;
	bottom: 0; 
}
.rmType{
	color: rgba(153, 140, 102, 1);
	font-style: italic;
	text-transform: uppercase;
}
.arrowBtnsL{
	border: none;border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:white;background-color:black;text-align:center;cursor:pointer;white-space:nowrap;
	position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%);
}
.arrowBtnsR{
	border: none;border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:white;background-color:black;text-align:center;cursor:pointer;white-space:nowrap;
	position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)
}

/*----------------INDIVIDUAL ROOMS: ---------------------------*/
.imgSelection {
	float: right;
	width: 20%;
	height: 100%;
	overflow: hidden;
}
.imgUnselect1 {
  float: left;
  width: 100%;
  height: 25%;
  overflow: hidden;
  opacity: 0.5;
}
.imgUnselect1 img {
	height: 108%;
	width : auto;
	border: 2px transparent solid;
	border-right: none;
}
.imgUnselect2 {
  float: left;
  width: 100%;
  height: 25%;
  overflow: hidden;
  opacity: 0.5;
}
.imgUnselect2 img {
	height: 108%;
	width : auto;
	border: 2px transparent solid;
	border-right: none;
}
.imgUnselect3 {
  float: left;
  width: 100%;
  height: 25%;
  overflow: hidden;
  opacity: 0.5;
}
.imgUnselect3 img {
	height: 108%;
	width : auto;
	border: 1px transparent solid;
	border-right: none;
}
.imgUnselect4 {
  float: left;
  width: 100%;
  height: 25%;
  overflow: hidden;
  opacity: 0.5;
}
.imgUnselect4 img {
	height: 108%;
	width : auto;
	border: 1px transparent solid;
	border-right: none;
}
.gallery {
  position: relative;
  margin: auto;
  padding: 3px;
  width: 100%;
  max-width: 1200px;
  min-width: 478px;
  height: 35vw;
  overflow: hidden;
  border: 1px black solid;
}
.displayWrap {
	width: 79.9%;
	height: 100%;
	float: left;
}
.display1 {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px transparent solid;
}
.display1 > img {
	height: 108%;
/* 	height: 24.6em; */
	width: auto;
	border: 1px transparent solid;
}
.display2 {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px transparent solid;
}
.display2 > img {
	height : 108%;
/* 	height: 24.6em; */
	width: auto;
	border: 1px transparent solid;
}
.display3 {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px transparent solid;
}
.display3 > img {
	height : 108%;
/* 	height: 24.6em; */
	width: auto;
	border: 1px transparent solid;
}
.display4 {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px transparent solid;
}
.display4 > img {
	height : 108%;
/* 	height: 24.6em; */
	width: auto;
	border: 1px transparent solid;
}
/*-------------------- Description Text --------------------*/
/*------all content: center------*/
.descWrap {
	width: 100%;
	height: inherit;
	padding: 0;
	margin: 2em 0 78px 0;
}
.desc1 {
	float: left;
	width: 53%;
	height: auto;
	padding: 0;
	margin-bottom: 38px;
}
.desc1gold{
	float: left;
	width: 53%;
	padding: 17.8px;
	background: rgba(153, 140, 102, .38);
	height: auto;
\	border-right: 1px black solid;
}
.twoInside {
	float: left;
	width: 47%;
/* 	background: yellow; */
	border-left: 1px black solid;
	padding: 0 0 0 2em;
}
.noLeftBorder{
	border-left: 0;
}
.descP {
	font-family: 'Roboto', serif !important;
	font-size: 0.7em;
/* 	background: pink; */
	text-align: left;
	width: 100%;
	margin: 0;
	padding-bottom: 0;
}
.TextGrey{
	opacity: .38;
}
.bullets {
	width: 100%;
	padding: 0 2em 0 1em;
}
.bullets li {
	font-family: 'Roboto', serif !important;
	font-style: italic;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	list-style: disc;
	list-style-position: outside;
	margin: 1em 0 0 0;
/* 	background: green; */
}
.desc2 {
	width: 100%;
/* 	background: aqua; */
	height: 8em;
	border-bottom: 1px black solid;
}
.desc3 {
	width: 100%;
/* 	background: green; */
	height: 5em;
	bottom: 0;
	margin: 1.3em 0 0 0;
}
.desc2gold {
	width: 100%;
/* 	background: aqua; */
	height: 50%;
	border-bottom: 1px black solid;
	margin: .98em 0;
	padding-bottom: .98em;
}
.desc3gold {
	width: 100%;
/* 	background: green; */
	height: 50%;
	bottom: 0;
	margin: .98em 0 ;
}
.robotoCapIt {
	font-family: 'Roboto', serif !important;
	font-style: italic;
	font-size: 0.7em;
/* 	background: pink; */
	text-align: left;
	width: 100%;
	margin: 1em 0 0 0;
}
.descL{ /* Restaurant section description */
	width: 66.8%;
	float: left;
	background: rgba(153, 140, 102, .38);
	padding: 0 8px;
}
.descR{
	width: 32%;
	float: right;
	padding-left: 8px;
}
/* 4 boxes in a row */
.fourboxes{
	width: 100%;
	min-width: 680px;
	padding: 0 auto;
	margin: 0 0 138px 0;
	list-style: none;
	background: rgba(153, 140, 102, .38);
	height: auto;
	  
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	  
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
}
.oneof4box{
	padding: 0 0 10px 0;
	width: 25%;
	height: auto;
	margin: 10px auto 0 auto;
	line-height: 1em;
	color: white;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
}
.oneof4box img{
	width: 90%;
}
/****************************************************************************/
/****************************** SERVICES ************************************/
.servicesDescription p{
	margin-bottom: 38px;
	padding-bottom: 38px;
}
.servicesDescription img{
	width: 100%;
	height: auto;
}
.servicesLBox{
	float: left;
	width: 43.8%;
	overflow: hidden;
	margin: 0;
}
.servicesRBox{
	float: right;
	width: 43.8%;
	overflow: hidden;
	margin: 0;
}
.servicesTextBox{
	height: auto;
}

.servicesLBox img, .servicesRBox img {
	width: 100%;
	height: auto;
	bottom: 0;
	margin-bottom: 18px;
	border: rgba(212, 212, 170) 8px solid;
}
.subhdIconLeft img{
	border: 0;
	width: 6vw;
	min-width: 38px;
	max-width: 63.8px;
	height: auto;
	display: inline-block;
	padding: 0;
	margin: 0;
}
/******************************** RESTAURANT **************************************/
#boxOf3{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 8px 0;
}
.box1of3{
	flex-grow: 1;
	width: 28%;
	height: auto;
	margin: 0 10px 28px 10px;
}
.boxImg{
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
	vertical-align: middle;
	display: inline-block;
}
.box1of3 span{
	color: black;
}
.box1of3 img{
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: auto 0;
	padding: 0;
}
#boxOf2{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 78px 0;
}
.box1of2{
	flex-grow: 1;
	width: 20vw;
	margin: 0 10px 28px 10px;
}
.box1of2 span{
	color: black;
}
.box1of2 img{
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: auto 0;
	padding: 0;
}
.title{
	text-align: center;
}

/****************************************************************************/
/**************************** MEETING ROOMS *********************************/


/****************************************************************************/
/****************************** ACTIVITIES **********************************/
.activity-container {
  padding: 0;
  margin: 0 0 78px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.activity-item {
	/* background: rgba(212, 212, 170, .38); */
	padding: 8px;
	width: 32%;
	height: auto;
	margin-top: 8px;
	margin-bottom: 28px;
	font-size: .89em;
	line-height: 1.38em;
	text-align: center;
	color: rgba(0,0,0,.7);
}
.activity-item img{
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}
h7{
	color: #987e34;
	font-size: 0.98em;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-family: 'Roboto', serif !important;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding-bottom: .18em;
}

/****************************************************************************/
/****************************** OFFERS **************************************/
#offerContainers{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	
	height: auto;
	padding: 0;
	margin: 0 0 138px 0;
}
.offers{
	flex-grow: 1;
	width: 26vw;
	background: rgba(212, 212, 170, .68);
	padding: 2vw;
	margin: 10px;	
}
.OfferImgWrapper{
	overflow: hidden;
	width: 100%;
	height: 158px;
	margin-bottom: 2vw;	
	vertical-align: middle;
	display: inline-block;

}
.offers span{
	color: black;
}
.offers img{
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: auto 0;
}
.title{
	text-align: center;
}

/****************************** GALLERY **************************************/
/***************************** LIGHTBOX **************************************/
/***************************** STYLING ***************************************/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999999 !important;
  padding: 48px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(34, 34, 34, .9038);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 88%;
  max-width: 1200px;
}
.modal-content img{
	width: 100%;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
  height: 10vh;
  overflow-y: hidden;
}
.column img{
	border: 3px solid rgba(34, 34, 34, 1);
}

/* Next & previous buttons */
.prev, .next{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev{
	left: 0;
	background-color: rgba(0, 0, 0, 1);
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  background-color: rgba(0, 0, 0, .9);
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.mySlides{
	height: auto;
	rgba(34, 34, 34, 1)
}
.mySlides img {
  margin-bottom: 4px;
}
.active,
.demo:hover {
  opacity: .78;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Caption of Modal Image */
.caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/****************************** FOOTER **************************************/
footer {
	background: black;
	color: white;
	float: left;
	width: 100%;
	height: auto;
	z-index: 20;
}
.footerLeft {
	float: left;
	width: 70%;
	padding: 0 0 1em 0;
	margin: 0;
	z-index: 22;
/* 	border: 1px solid white; */
}
.footerRight {
	float: right;
	width: 30%;
	padding: 0 1.5em 0 0;
	margin: 0;
/* 	border: 1px solid white; */
}
.selected {
	color: rgba(175, 175, 175, 0.7);
	
}
/*-- Font in Footer Section: "NAVIGATION" & "LOCATION & CONTACT" --*/
.footerP {
	color: gray;
	font-size: 0.8em;
	margin: 5em 1.5em 0.2em 2em;
	width: 100%;
	text-align: left;
	font-family: 'Playfair Display', serif !important;
	letter-spacing: 0.1em;
}
/*-- "LOCATION & CONTACT" --*/
#locationContact {
	text-align: right;
	margin: 2em 0 1em 0;
}
.contact {
	float: right;
	text-align: right;
	margin: 0;
	font-size: 0.7em;
	font-weight: 300;
	line-height: 1.2em;
	background: none;
	width: 100%;
	padding: 0;
}
.tel {
	float: right;
	clear: both;
	text-align: right;
	justify-content: flex-start;
	position: inherit;
	margin: 1.5em 0 0 0;
	font-size: 0.7em;
	font-weight: 300;
	width: 100%;
}
.number1 {
	float: right;
	padding: 0;
	text-align: right;
}


/*------------ Footer Logo ----------------*/
#footerLogo {
	width: 8em;
	height: auto;
	color: white;
	margin: 1.5em 0 0 1.1em;
}
#footerLogo img {
	width: 3em;
	height: auto;
	position: relative;
	left: 30%;
}
#footerLogo p {
	text-align: center;
	color: white;
	font-size: 0.7em;
	padding: 0;
	margin: 0;
	width: 100%;
}
/*------------ Footer Navigation ----------------*/
.footerNavigation {
	background: none;
	justify-content: flex-start;
	width: 100%;
	position: inherit;
	margin: 0 0 0 1em;
	font-size: 0.9em;
}
.footerNavigation a {
	padding: 0 1em;
}
.borderLeftRight {
	border-left: 1px solid white; 
	border-right: 1px solid white;
}
.borderLeft {
	border-left: 1px solid white;
}
/*------------ Surya Group Navigation ----------------*/
.suryaGroupNavigation {
	background: none;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0.5em 0 0 1em;
	font-size: 0.9em;
}
.suryaGroupNavigation a {
	padding: 0 1em;
}
/*------------ Social Media ----------------*/
.socialMediaIcons {
	clear: both;
	width: 100%;
	background: none;
}
.socialMedia {
	float: right;
	width: 2.38vh;
	height: 2.38vh;
	margin: 3em 0 0 2em;
	padding: 0;
}
.floatLeft{
	padding: 0;
	margin: 0;
}
.contactPageSocialMedia {
	float: left;
	width: 4.38vh;
	height: 4.38vh;
	margin: 3em 2em 0 0;
	padding: 0;
	display: inline-block;
}
.contactPageSocialMedia img{
	padding: 0;
	float: left;
}
#map{
	float: left;
	width: 90vw;
	height: 40vh;
	display: inline-block;
	border: 8px solid #C5B358;
	margin-bottom: 178px;
}
/*------------ Copyright ----------------*/
.copyright {
	clear: both;
	margin: auto;
	background: none;
	width: calc(100% - 2em);
	font-weight: 300;
	color: gray;
	font-size: 0.7em;
	border-top: 1px solid gray;
}