/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: 'futura_bk_btbook';
    src: url('/futura/1287483862-webfont.eot');
    src: url('/futura/1287483862-webfont.eot?#iefix') format('embedded-opentype'),
         url('/futura/1287483862-webfont.woff') format('woff'),
         url('/futura/1287483862-webfont.ttf') format('truetype'),
         url('/futura/1287483862-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	/*background-color: #222;*/
	font-family: "futura_bk_btbook";
}

.header {
	/*height: 115px;	*/
	padding-top: 1px;
	background-color: #222;
	height: 106px;
}

.header .logo {
	background-image: url(artwork/logo.gif);
	background-position: -1px;
	/*width: 283px;*/
	width: 250px;
	height: 102px;
	margin: 5px 20px 5px 10px;
	float: left;
	background-size: 217px;
	background-repeat: no-repeat;
}

.nav {
	margin-top: 50px !important;
	/*width: 829px;*/
	margin: 0 auto;
}

.nav li {
	float: left;
	height: 55px;
	position: relative;
	/*overflow: hidden;*/
}



.nav li a {
	display: block;
	height: 13px;
	padding: 22px 5px 20px 10px;
	text-transform: uppercase;
	color: #979797;
	text-decoration: none;
	border-right: 1px solid #383838;
	font-size: 14px;
}

.nav li a:hover, .nav li a:active, .nav li a.selected {
	color: #da251d;
	border-right-color: #da251d;
}


.line-left {
	border-right: 0 !important;
	border-left: 1px solid #383838;
}

.line-left:hover, .line-left li a:active, .line-left li a.selected {
	color: #da251d;
	border-left-color: #da251d;
}


.nav ul.subnav {
	position: absolute;
	background-color: #fff;
	z-index: 99999;
	height: 20px;
	background-color: transparent;
	top: 55px;
	display: none;
}

.nav ul.subnav li {
	height: auto;
}

.nav ul.subnav li a {
	background-color: #222;
	opacity: 0.8;
	width: 140px;
	height: 20px;
	padding: 10px;
	line-height: 20px;
}

.full-bg {
	width: 100%;
	height: 100%;
	position: fixed;
}

.main .full-bg div {
	width: 100% !important;
	height: 100% !important;
	position: fixed;
	/*background: url(artwork/header/header1.jpg) no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 106px;
	/*height: 70px;*/
	height: 0;
	/*background-color: #222;*/
	border-top: 1px solid rgba(255,0,0,.75);
	z-index: 9999999;

}

.footer .icon {
	width: 22px;
	display: block;
	float: left;
	background-size: 20px;
	background-repeat: no-repeat;
}

ul.icons {
	bottom: -15px;
	right: 80px;
	position: absolute;
}

ul.icons li {
	float: left;
	padding-right: 10px;
}

ul.icons li a {
	float: left;
	border-right: 1px solid rgba(255,0,0,.75);
	height: 60px;
	padding: 0 0 0 5px;
}

.footer .icon.fb {
	background-image: url(artwork/icon-fb.png);
}

.footer .icon.mail {
	background-image: url(artwork/icon-mail.jpg);
}


.footer .icon.tw {
	background-image: url(artwork/icon-twitter.png);
}

.footer .icon.in {
	background-image: url(artwork/icon-instagram.png);
}

.footer .icon.yt {
	background-image: url(artwork/icon-youtube.png);
}

.icon.in {
	background-image: url(artwork/icon-instagram.png);
	width: 38px;
	height: 38px;
	position: absolute;
	top: 48px;
	right: 20px;
	padding: 0; background-repeat: no-repeat;
}

.location-address-box {
	/*background-color: #2b2b2b;*/
	background-color: #fff;
	width: 50%;
	max-width: 300px;
	height: 100%;
	color: #2b2b2b;
	text-align: right;
	padding: 10px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	z-index: 6;
	position: relative;

}

.location-address-box h2 {
	font-size: 22px;
	line-height: 33px;
}

.location-address-box a {
	text-transform: none;
	color: #2b2b2b;
}


.reserve-box {
	max-width: 799px;
	margin: 52px auto;
}

.reserve-form {
	margin-left: -24px;
}

.reserve-form .form-group {
	width: 50%;
	float: left;
	margin: 20px 0;
	padding: 6px 25px;
	box-sizing: border-box;
}
.reserve-form .form-group label {
	width: 100%;
	display: block;
}

.reserve-form .form-group input {
	width: 350px;
	height: 30px;
	border: 2px solid #222222;
	padding: 4px 10px;
	outline-width: 0;
	font-size: 18px;
}

.reserve-form .form-group.textareaform{
	width: 700px;
	max-width: 100%;
}

.reserve-form .form-group textarea {
	width: 762px;
	height: 100px;
	padding: 4px 10px;
	border: 2px solid #222222;
	outline-width: 0;
	font-size: 18px;
}

.reserve-form .form-group select {
	width: 374px;
	height: 42px;
	border: 2px solid #222222;
	padding: 4px 10px;
	outline-width: 0;
	font-size: 18px;
	border-radius: 0;
	-webkit-appearance: none;
	display: inline-block;
}

.reserve-form .form-group input:focus, .reserve-form .form-group textarea:focus {
	border-color: #da251d;
}

.reserve-form .submitbtn {
	padding: 10px 30px;
	cursor: pointer;
	font-size: 18px;
	border: 2px solid #222222;
}

.google-map-container {
	width: 100%;
	float: right;
	background-color: #fff;
	margin-top: -7px;
}

.ticker-holder {
	/*background-color: #828282;*/
	background-color: rgba(255,0,0,1);
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	margin-top: -35px;
	height: 14px;
}

.gmap-cont {
	float: right; width: 50%; margin: 10px;
}


/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 100%;
	height: 200px;
}

/*.slidesjs-slide {
	width: 500px !important;
	padding: 0 40px;
}*/

/* iPads (landscape) ----------- */
@media screen and (min-width: 1024px) {

	/*.gallery-photos {
		height: 100%;
		width: 780px !important;


		z-index: 32423;
		/*background-color: #222;

	}

	.slidesjs-container {
		top: 50%;
		margin-top: -200px;
	}

	.slidesjs-control {
		width: 700px !important;
	}

	.slidesjs-slide {
		width: 700px !important;
		padding: 0 40px;
	}*/


	.nav li a {
		padding: 22px 10px 20px 30px;
	}

	.header .logo {
		margin-left: 115px;
	}


	.location-address-box {
		max-width: 380px;
	}

	.gmap-cont {
		width: 60%;
	}

	.gallery-popup li {
		padding: 0;
	}

	.gallery-popup li a {
		padding: 0;
	}


}

@media screen and (min-width: 1025px) {

	.nav li a {
		padding: 22px 10px 20px 30px;
	}

	.location-address-box {
		max-width: 560px;
	}

	.gmap-cont {
		width: 60%;
	}

}




.gallery-popup {
	z-index: 1000000;
	position: absolute;
	background-color: #222;
	color: #979797;
	font-size: 14px;

	margin-top: -7px;
	opacity: 0.8;
	display: none;
}

.mean-container .gallery-popup {
	width: 100%;
	opacity: 1;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1000000;
	position: relative;
	font-size: 14px;

	margin-top: -7px;
	opacity: 0.8;
	display: none;
}

.gallery-popup ul.year-list li a {
	padding: 2px 3px 2px 10px;
	line-height: 20px;

}

.gallery-popup li {
	padding: 0;
	width: 100%;
	height: auto;
}
.gallery-popup ul.year-list > li {
	padding: 0;
	position: relative;
	overflow: visible;
}


.mean-container .mean-nav ul li a {
	float: none;
}

ul.month {
	position: absolute;
	background-color: #222;
	margin-left: 92px;
	top: 0;
	display: none;
}

.mean-container .gallery-popup ul.month {
	position: relative;
}


ul.month li a {
width: 200px;
padding: 2px 10px;
line-height: 20px;
}

.slidesjs-navigation {
	/*z-index: 100000;
	position: absolute;
	bottom: 200px;
	display: block;
	top: 50%;*/
	color: #979797;
	text-decoration: none;
	font-size: 14px;
	padding: 10px;
	opacity: 0.5;
	cursor: hand;
	height: 10px;
	top: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 100px;
	z-index: 10000;
	color: red;
	font-weight: bold;
}

.slidesjs-navigation:hover {
	opacity: 1;
}

.slidesjs-previous {
	left: 0;
	padding-left: 25px;
	position: absolute;
	width: 100px;
}

/*.slidesjs-container {
	top: 50%;
	margin-top: -200px;
}
*/
/*.gallery-photos {
	height: 100%;
	width: 580px;


	z-index: 32423;

}*/
.slidesjs-container {
	height: 100%;
}

.slidesjs-slide {
	width: auto !important;
	height: auto !important;
}

.gallery-photos {
	margin: 20px;
}

.gallery-info {
position: absolute;
height: 100px;
width: 160px;
color: #000;
z-index: 12312312;
line-height: 24px;
padding: 20px;
text-align: right;
}



.slidesjs-pagination {
	display: none;
}

.mean-nav {
	list-style: none;
	background: #222 !important;
}

.mean-nav li {
	float: none;
}

.mean-nav a{
	display: block;
	height: 20px;

	text-transform: uppercase;
	color: #979797;
	text-decoration: none;
	border-right: 1px solid #383838;
	font-size: 14px;
}

.mean-container .mean-bar {
	background: #222 !important;
}


.mean-container .nav li {
	height: auto !important;
}

.mean-container ul.month {
	position: relative;
	top: auto;
}

.mean-container ul.month li, .mean-container li a {
	width: 100%;
	float: none !important;
}

#iframe_map {
	max-width: 900px;
	margin: 0;
}

.clear {
	clear: both;
}

.img-container {
	text-align: center;
	width: 100% !important;
}

.mobile-on-desktop {
	z-index: 100000;
	position: absolute;
	color: red;
	bottom: 10px;
	right: 50%;
	margin-right: -24px;
	text-decoration: none;
	opacity: 0.8;
}

.mobile-on-desktop:hover {
	opacity: 1;
}


/* iPads (portrait) ----------- 
@media screen and (max-width: 300px) { 
	.nav {
		margin-top: 70px;
	}
	.nav li a {
		padding: 32px 5px 20px 10px;
	}

	.header .logo {
		margin-left: 10px;
	}
}*/
