@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400i|Roboto:300,400');
/* Firefox commands for Google Fonts: */
@font-face {
  : "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 {
  : "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 {
  : "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;
}

.responsive img {
    max-width:100%;
    /*width:100%;*/
    height: auto;
}

div.background {
	 max-width:100%;
    /*width:100%;*/
    height: auto;	
    background: url(pic/homeGallery/ex5.jpg);
    border: 2px solid black;
}

div.transbox {
    margin: 30px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
} 

body {
	font-family: 'Roboto', sans-serif !important;
	font-size: 1em;
	background: rgba(212, 212, 170, 1);
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: white;
}
p {
	line-height: 1.5em;
	text-align: left;
}
h1{ /* Capitalized heading (San Serif) for text */
	font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 1.38em;
    line-height: .5em;
	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;
}
.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;
}
.center{text-align: center;}
a:active, a:visited, a:active, a:link {
	text-decoration: none;
}
a:hover{
	opacity: .78;
}
/****************************** 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: 995 !important;
	top: 25px;
	min-width: 760px;
	width: 100%;
	min-height: 138px;
	background: black;
}

#headerLogoContainer{
	width: 100%;
	height: 20vh;
	min-height: 128px;
	min-width: 760px;
	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: 999999 !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;
	
}

/* Prigen Text Overlay*/
#prigenTxt {
	z-index: 997;
	width: 48%;
	top:38vh;
	float: right;
	position: relative;
}

/* Header Gallery */
#headerImg{
	width: 100%;
	min-width: 760px;
	height: 63vh;
	min-height: 380px;
	background-color: grey;
	
	overflow: hidden;
}


@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;
	z-index: 99990;
	text-align: left;
	animation: 30s slidy infinite;
	-o-animation: 30s slidy infinite;
	-moz-animation: 30s slidy infinite;
	-webkit-animation: 30s 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;
}
#MainNavigation{/* wrapper for content to fall within max widht */
	width: 100%;
	min-width: 760px;
	max-width: 1300px;
	display: block;
	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;
}

/* STICKY HEADER */
.sticky{
	position: fixed;
	top: 22vh;
	width: 100%;
	z-index: 9998 !important;
}
.stickyBody{
	margin-top: 55vh;
	position: static;
}
.stikyHdImg{
	position: fixed;
	top: -38vh;
	z-index: 999 !important;
}
.stickySml{background: black;}
.stikyHdImgSml{background: black;}
.stickyBodySml{background: black;}
/* ///////////// */

/****************************** BODY CONTENT **************************************/
.BodyContainer{ /*  */
	width: 100%;
	min-width: 760px;
	margin: 0 auto;
	height: auto;
	margin-top: 0;
}

.goldBg{
	width: 100%;
	height: 100%;
	background: rgba(212, 212, 170, 1);
	padding: 48px 0;
}
.whiteBg{
	width: 100%;
	height: 100%;
	background: white;
	padding: 48px 0;
}
.mainContent{ /* Holder for each content in different sections */
	width: 90%;
	max-width: 1300px;
	min-height: 100px;
	height: auto;
	min-width: 684px;
	margin: 0 auto;
		
	text-align: left;
}
/* SECTION 1:STAY WITH US */
#homeText{
	display: inline-block;
	width: 45%;
	margin: 0 auto;
}
#homeText img{
	width: 8.8vh;
	height: auto;
}
.homeSec1Box{
	display: inline-block;
	float: right;
	width: 25%;
	background: rgba(255, 255, 255, .38);
	margin: 0 0 0 2%;
	padding: 1%;
	overflow: auto;
}
.homeSec1Box img{
	width: 100%;
	height: auto;
}

.homeSec2Box{
	display: inline-block;	
	float: right;
	width: 25%;	
	background: rgba(255, 255, 255, .38);
	margin: 0 0 0 2%;
	margin: 0 auto;
	padding: 1%;
}

.homeSec2Box img{
	width: 100%;
	height: auto;
}
	
/* SECTION 2:DINE WITH US */
.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: 13.8%;
	min-width: 178px;
		
}
.subhdGLD{
    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;
}
.subhdWHT{
    background-color: rgba(255, 255, 255, 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;
}
.contentWrapper{
	width: 90%;
	min-width: 684px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.contentWrapper p {
	width: 100%;
	margin: 0 auto;
}
.contentWrapper a {
	color: rgb(7, 153, 198);
}
/****************************************************************************/
/******************************** HOME **************************************/
#homeContainers{
	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;
}
.homeDining{
	flex-grow: 1;
	width: 28vw;
	margin: 0 10px 38px 10px;
}
.hdImgWrapper{
	overflow: hidden;
	width: 100%;
	height: 23vw;
	margin-bottom: 8px;	
	vertical-align: middle;
	display: inline-block;
}
.homeDining span{
	color: black;
}
.homeDining img{
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: auto 0;
	padding: 0;
}
.title{
	text-align: center;
}





/****************************** 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);
}
.not-active {
   pointer-events: none;
   cursor: default;
   opacity: .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%;
}
.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;
}
/*------------ 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;
}



