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

/*

Gold #bc873a
Black black

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Montserrat', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #bc873a;	
	margin: 20px 0 20px 0;
}

/*										Nav								*/

#headerBackground {
	float: left;
	width: 100%;
	z-index: 15000;
	position: fixed;
}

body#innerPage #headerBackground {
	background-color: black;
}

body#innerPageContact #headerBackground {
	background-color: black;
}

header {
	margin: 0 auto;
	width: 1200px;	
}

#logo { 
	float: left;
	margin: 10px 0 10px 0;
	z-index: 200000;
	position: relative;
}

#logo img { 
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height: auto;
}

#logo:hover { 
	cursor: pointer;
}

#theBombay { 
	position: absolute;
	width: 100%;
	margin: 20px 0 0 0;
	display: none;
	z-index: 1;
}

#theBombay img { 
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

/* Home Banner */

.logoMiddle { 
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 5000;
	position: fixed;
	width: 100%;
}

.logoMiddle img.bombayLogo { 
	max-width: 100%;
	height: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 5s; /* Firefox < 16 */
        -ms-animation: fadein 5s; /* Internet Explorer */
         -o-animation: fadein 5s; /* Opera < 12.1 */
            animation: fadein 5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



.logoMiddle img.arrow {
	float: none;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
 	animation: blinker 1s linear infinite;
}

.logoMiddle p a {
	color: white;
	text-decoration: none;
}

.logoMiddle p a:hover {
	color: white;
	text-decoration: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.logoMiddle p {
	color: white;
	font-size: 90%;
	text-transform: uppercase;
	text-align: center;
}


/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;	
	background-color: #1A2656;
	padding: 15px 0 15px 0;
}

#navInner {
	margin: 0 auto;
	width: 1200px;	
}


nav {
	float: right;
	margin: 40px 0 0 0;
	padding: 0;
	z-index: 200000;
	position: relative;
}

nav ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

nav li {
	display: inline;
	color: white;
	font-size: 90%;
	margin: 0 0 0 15px;
	padding: 0;
	text-transform: uppercase;
	position: relative;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px 5px 10px;
}

nav li a:hover {
	color: white;
	background-color: #bc873a;
	text-decoration: none;
}

nav li a.active {
	color: white;
	background-color: #bc873a;
	text-decoration: none;
}




/*Dropdown*/

nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -5px; 
	left: 0; 
	text-align: left;
	background-color: #bc873a;
	padding-left: 18px;
	min-width: 200px;
	padding: 10px;
	margin: 0;
	z-index: 1000;
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 7px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	font-size: 90%;
	color: white;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;
	padding-left: 0;
}


nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white;
	text-decoration: none;
}

nav ul.dropdown ul li a:hover {
	color: white;
	text-decoration: none;
	border: none;
	background-color: black;
}


/*Mobile Menu*/


#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 5px 0 5px 0;
}

.accordionButton h4 {
	font-weight: normal;
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.accordionContent {
	position: absolute;
	right: 10px;
	padding: 5px;
	margin-bottom: 5px;
	z-index: 1000;
	background-color: #bc873a;
	width: 225px;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: white;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li a {
	margin: 0;
	padding: 0;
	float: none;
	color: white;
	border: none;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	color: black;
}

#accordionSection .accordionContent li a.active {
	border: none;
	color: black;
}

#accordionSection .accordionContent li.subNav {
	font-size: 90%;
	margin-left: 15px !important;
	line-height: 32px;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: black;
	padding: 5px 0 10px 0;
	z-index: 10000;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer p {
	color: white;
	font-size: 80%;
	line-height: 25px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
	
footer p a {
	text-decoration: none;
	color: white;
}

footer p a:hover {
	text-decoration: underline;
	color: white;
}

footer img {
	border-radius: 5px !important;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}

#footerBackground hr {
	border: none;
	border-top: 1px solid white;	
	margin: 10px 0 10px 0;
}



/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;	
	padding: 0;
	margin-bottom: 20px;
}


#banner img {
	max-width: 100%;
	height: auto;	
}

/*										Main Body						*/

iframe { 
	z-index: 10000;
}

#mainBodyHome {
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
	background-color: white;
	z-index: 10000;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	margin-top: 125px; 
}

#innerPageContact #mainBodyOuter {
	margin-top: 10px; 
}

#innerPageContact iframe {
	margin-top: 100px; 
	float: left;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 110%;
	color: #bc873a;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: bold;
}

#mainBodyOuter #mainBody h1 {
	font-size: 125%;
}

#mainBody h2 {
	font-size: 110%;
	color: #bc873a;
	text-transform: uppercase;
}

#mainBodyOuter #mainBody h3 {
	font-size: 100%;
	color: #424242;
	padding: 5px;
	text-transform: uppercase;
	border-bottom: 3px solid #efcc4a;
	margin-top: 15px;
}

#mainBody h2 span {
	border-bottom: 1px solid #efcc4a;
	padding-bottom: 5px;
}

#mainBody p {
	font-size: 90%;
	line-height: 28px;
	color: black;
	font-weight: 400;
}

#mainBody p b {
	color: black;
	font-weight: bold;
}	

#mainBody p a {
	color: #bc873a;
	text-decoration: none;
}

#mainBody p a:hover {
	color: #bc873a;
	text-decoration: underline;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: black;
	font-weight: 400;
}

#mainBody li b {
	font-weight: bold;
	color: black;
}

#mainBody li a {
	color: #bc873a;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #bc873a;
	text-decoration: underline;
}

#mainBody img {
	margin: 10px 0 10px 0;
	max-width: 100%;
	height: auto;
	border: 1px solid white;
}	

#mainBody img.rightImage {
	float: right;
	margin: 10px 0 10px 30px;
	max-width: 100%;
	height: auto;
}	

#mainBody p.more a {
	color: white;
	background-color: #bc873a;
	padding: 7px;
	text-decoration: none;
}

#mainBody p.more a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

p.more a {
	color: white;
	background-color: #bc873a;
	padding: 7px;
	text-decoration: none;
}

p.more a:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

/*											Contact Form 									*/

#bookingArea {
	float: left;
	width: 100%;
	padding: 50px 0 40px 0;
	margin-bottom: 30px;
	background-color: black;
	z-index: 10000;
}

#bookingAreaInner {
	margin: 0 auto;
	width: 1200px;	
}

#bookingAreaInner h2 {
	font-size: 110%;
	color: #bc873a;
	text-transform: uppercase;
	text-align: center;
}

#bookingAreaInner p {
	color: white;
	text-align: center;
}

#bookingAreaInner hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 99%;
	font-family: "FontAwesome" !important;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 0;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 32%;	
	margin-right: 2%;
	margin-bottom: 20px;
}

#contactFormArea .fieldWide {
	float: left;	
	width: 100%;	
	margin-right: 0;
	margin-bottom: 20px;
}


#contactFormArea .field.lastfield {
	float: right;
	margin-right: 0;
}


#contactFormArea .submitField {
	float: left;
	width: 100%;	
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100px;
	height: 40px;
	font-size: 90%;
	background-color: #bc873a;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#contactFormArea #submit.formButton:hover {
	background-color: black;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #4d4c4c;
	font-weight: bold;
}	

#contactFormArea input {
	color: #bc873a;
	height: 50px;
	width: 99%;
	background-color: black;
	font-size: 100%;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px solid #bc873a;
	text-align: center;
}

#contactFormArea select {
	width: 99%;
	height: 50px;
	background-color: black;
	font-size: 100%;
	text-transform: uppercase;
	border: 1px solid #bc873a;
	font-family: "FontAwesome" !important;
	color: #bc873a;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
	border-radius: 0 !important;
	line-height: 28px;
	text-align: center !important;
	text-align-last: center !important;
	text-align: -webkit-center;
}

#contactFormArea select option {
	text-align: center !important;
	text-align-last: center !important;
}

#contactFormArea input::-webkit-input-placeholder {
	font-family: "FontAwesome" !important;
	color: #bc873a;
}

#contactFormArea input:-ms-input-placeholder {
	font-family: "FontAwesome" !important;
	color: #bc873a;
}


#contactFormArea input::-moz-placeholder {
	font-family: "FontAwesome" !important;
	color: #bc873a;
}

#contactFormArea select::-webkit-input-placeholder {
	font-family: "FontAwesome" !important;
	color: #bc873a;
}

#contactFormArea select:-ms-input-placeholder {
	font-family: "FontAwesome" !important;
	color: #bc873a;
}


#contactFormArea select::-moz-placeholder {
	font-family: "FontAwesome" !important;
	color: #bc873a;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: #bc873a;
}
    
input:-moz-placeholder,
input::-moz-placeholder {
    opacity: 1;
}

#contactFormArea textarea {
	color: #2a3034;	
	float: left;
	width: 100%;
	height: 120px;
	background-color: white;
	font-size: 100%;
	text-transform: uppercase;
	border-radius: 0;
}


/*New Form Styles*/







#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #bc873a;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 3000;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: black;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



#portfolio {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left !important;
}

#portfolio h2 {
	padding-left: 0 !important;
	}

.portfolioBox {
	float: left;
	width: 100%;
	border-bottom: 1px solid #efcc4a;
	margin-bottom: 20px;
	background-color: #424242;
}


.portfolioLeft {
	float: left;
	width: 46%;
	padding: 2%;
}

.portfolioRight {
	float: right;
	width: 46%;
	padding: 2%;
	background-color: #424242;
}

.portfolioLeft.text {
	background-color: #424242;
}

.portfolioRight.text {
	background-color: #424242;
}

#portfolio p {
	color: white;
}

#portfolio iframe {
	width: 100%;
}


/*
.fullscreen-bg {
    width: 100%; 
	height: 100vh;
}

.fullscreen-bg__video {
	width: 100%;
	height: 100%;
	background: cover;
}
*/

#wrapper{
    width: 100%; 
	height: 100vh;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}



* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}





/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: black;
	padding: 20px 0 20px 0;
	text-align: left;
	z-index: 10000;
}

#contactInner {
	margin: 0 auto;
	width: 1200px;	
}

.contactBox {
	float: left;
	width: 31.8%;	
	margin-right: 2%;
	padding: 15px 0 15px 0;
}

.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
}

#contactInner h2 {
	color: #bc873a;
	font-size: 115%;
	margin-top: 0;
	text-transform: uppercase;
	padding-bottom: 6px;
	font-weight: normal;
	border-bottom: 1px solid #bc873a;
}

#contactInner h2.headerTwo {
	color: white;
	font-size: 115%;
	margin-top: 0;
	text-transform: uppercase;
	padding: 15px 0 0 0;
}

#contactInner p {
	color: white; 
	line-height: 12px;
	font-size: 95%;
	font-weight: 300;
}

#contactInner p a {
	color: white; 
	text-decoration: none;
}

#contactInner p a:hover {
	color: white;  
	text-decoration: underline;
}


#contactInner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: white;
}

#contactInner li {
	color: white; 
	line-height: 35px;
	font-size: 95%;
	font-weight: 300;
}


#contactInner li.phone {
	background-image: url(images/phone.png);
	background-size: 25px 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}	

#contactInner li.email {
	background-image: url(images/email.png);
	background-size: 30px 17px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

#contactInner li a {
	color: white; 
	text-decoration: none;
}

#contactInner li a:hover {
	color: white; 
	text-decoration: underline;
}

#contactInner img {
	margin-right: 10px;
	border-radius: 5px;
}




/*Icon Box*/

#iconBoxes {
	position: fixed;
    bottom: 0;
	background-color: black;
	width: 100%;
	height: 45px;		
	border-top: 1px solid #bc873a;
	z-index: 10000;
}

#iconBoxes img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 5px;
}

#iconBoxes .iconBox {
	float: left;	
	width: 32%;	
	margin-right: 2%;
}

#iconBoxes .iconBox.lastIconBox {
	float: right;
	margin-right: 0;
}



/*Tripadvisor*/

#TA_selfserveprop341 {
	max-width: 100%;		
}

#CDSWIDSSP {
	max-width: 100%;		
}


/*Stand out Box*/

#standoutBox {
	float: left;
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: black;
	margin: 10px 0 30px 0;
}

#standoutBox h2 {
	color: #bc873a;
	font-size: 130%;
}

#standoutBox p {
	color: white;
}

#standoutBox p b {
	color: white;
}

#standoutBox p span {
	font-size: 130%;
	color:#bc873a;
}

#standoutBox li {
	color: white;
}

#standoutBox hr {
	border-color: white;
}

#standoutBox ul.brandList {
	padding-left: 0;
}

#standoutBox ul.brandList li {
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #bc873a;
	padding: 10px 20px 10px 10px;
	margin-bottom: 10px;
	font-size: 110%;
	color:#bc873a;
}



/*Menus*/

.menuArea {	
	float: left;
	width: 100%;
	margin-top: 20px;
}

.leftMenu {	
	float: left;
	width: 48%;
	background-color: black;
}

.rightMenu {	
	float: right;
	width: 48%;
	background-color: black;
}

/*Table*/

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	float: none;
	overflow: scroll;
	margin-bottom: 25px;
	margin-top: 25px;
	border: none;
	padding: 15px;
}	

table th {
	background-color: black;
	color: #bc873a !important;
	padding: 0 10px 10px 0;
	font-size: 100%;
	border-bottom: 1px solid #bc873a;
}

table td {
	padding: 13px;	
	font-size: 90%;
}

table td span {
	color: white;
	font-style: italic;
	font-size: 80%;
}

table td.name {	
	color: white;
	padding-right: 30px;
}

table td.price {	
	color: #bc873a;
	padding-left: 30px;
}



/*Table salary*/

table.jobs {
	border-collapse: collapse;
	float: left;
	width: 100%;
	overflow: scroll;
	margin-bottom: 25px;
	margin-top: 25px;
	border: none;
	padding: 15px;
	background-color: black !important;
	text-align: left !important;
}	

table.jobs tbody {
	background-color: black !important;
}	

table.jobs th {
	background-color: black;
	color: #bc873a !important;
	padding: 10px;
	font-size: 100%;
	border-bottom: 1px solid #bc873a;
}

table.jobs td {
	padding: 13px;	
	font-size: 90%;
	color: white;
}

table.jobs td.salary {	
	color: #bc873a;
}

table.jobs td p {
	color: white !important;
}

table.jobs tr {
	border-bottom: 1px solid #efefef !important;
}






/*new form*/

#pjWrapperContactForm_1 .pjCF-container {
	padding: 0 !important;
	margin: 0 !important;
}

#mainBodyHome #pjWrapperContactForm_1 .pjCF-container {
	background-color: black;
}

#pjWrapperContactForm_1 .pjCF-container #pjCF_container_1 {
	padding: 0 !important;
	margin: 0 !important;
}

#pjWrapperContactForm_1 .pjCF-container #pjCF_container_1 .form-group {
	padding: 0 !important;
	margin: 0 !important;
}

#pjWrapperContactForm_1 .pjCF-container #pjCF_container_1 .col-sm-9.col-xs-12 {
	width: 100%;
}

#pjWrapperContactForm_1 .pjCF-container #pjCF_container_1 button {
	float: none;
	width: 100px;
	height: 40px;
	font-size: 90%;
	background-color: #bc873a;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#pjWrapperContactForm_1 .pjCF-container #pjCF_container_1 button:hover {
	background-color: black;
	color: white;
	cursor: pointer;
}

#ui-datepicker-div {
	z-index:500000 !important;
}



/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
header {
	width: 100%;	
}

footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}


#bookingAreaInner {
	width: 100%;	
}

}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
#logo { 
	margin: 10px 0 10px 10px;
}
	
#theBombay { 
	display: block;
}	 
					 
#accordionSection {
	display: block;
	margin-left: 10px;
}
				 
nav ul.mainNav {
	display: none;
}	

nav {
	width: auto;
	margin: 20px 10px 0 0;	
	padding: 0;
}	

			 
#mainBody {
	width: 95%;	
	padding: 1%;
}

footer {
	width: 95%;	
	padding: 1%;
}
					 
#contactOuter {
	padding: 0;
}	
	
#contactInner {
	width: 95%;	
	padding: 1%;
}

.contactBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 0px;
	padding-bottom: 15px;
}


.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	border-right: 0;
	border-bottom: 0;
	padding-bottom:15px;
	border-bottom: 0;
} 
					 
					 
.desktopEatingInMenu {
	display: none !important;
}					 
					 
					 
					 
}



 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				
#mainBody {
	width: 95%;	
	padding: 1%;
}
	
#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	

#mainBody img.team {
	float: none;
	clear: both;
	margin: 0 0 10px 0;
}


.homeBox {
	float: none;
	width: 70%;	
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.homeBox.lastHomeBox {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#copyright p {
	margin-bottom: 0;
}

#copyRight {
	float: left;
}

#copyLeft {
	float: left;	
	margin-right: 10px;
}
					 
#mainBodyHome {
	text-align: center;
}
					 
					 
#contactFormArea .field {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 15px;
}


#contactFormArea .field.lastfield {
	float: left;
	width: 100%;	
	margin: 0 0 15px  0;
} 
					 

.leftMenu {	
	float: left;
	width: 100%;
}

.rightMenu {	
	float: left;
	width: 100%;
}					 

.menuArea {	
	margin-top: 0;
}					 
	
					 
 }
 




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
.homeBox {
	float: none;
	width: 95%;	
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#headerBackground {
	position: relative;

}

#mainBodyOuter {
	margin-top: 0; 
}

#contactFormArea #field input {
	width: 95% !important;
}

#contactFormArea textarea {
	width: 98% !important;
}



/*.logoMiddle { 
	margin-top: 150px;
}*/

.logoMiddle img.bombayLogo { 
	max-width: 200px;
	height: auto;
}					 
	

#innerPageContact iframe {
	margin-top: 0; 
}	


					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
.homeBox {
	float: none;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
		
	
}






.iris {
	width: 100% !important;
	border: none !important;
	font-family: 'Montserrat', sans-serif;
	color: #1d1d1b  !important;
	padding: 0 !important;
	margin-top: 20px !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box;
	border: none !important;
	color: #1d1d1b  !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
}

.iris .g-recaptcha {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
	clear: both;
}

.iris .iris-row button {
	float: none;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background-color: #bc873a;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #000000 !important;
	color: white  !important;
	cursor: pointer;
}

.iris .iris-row .label {
	font-size: 100%;
	color: #1d1d1b ;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

.iris .iris-row input {
	color: #1d1d1b ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #1d1d1b !important;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}



.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #1d1d1b ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #1d1d1b;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #1d1d1b ;	
	float: left;
	width: 100%;
	height: 200px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #1d1d1b;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: center;
	border: 1px solid white;
	padding: 7px;
	font-size: 95% !important;
	color: #1d1d1b !important;
	box-sizing: border-box;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #1d1d1b  !important;
	border: #1d1d1b  1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}

.iris .iris-row .checkbox  input[type="radio"] {
	width: 20px !important;
	height: 20px !important;
}


