/* -- Local Fonts -- */

@font-face {
    font-family: 'New Baskerville Regular';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/newbaskerville/newbaskerville.eot');
    src: url('../fonts/newbaskerville/newbaskerville.eot') format('embedded-opentype'),
         url('../fonts/newbaskerville/newbaskerville.woff') format('woff'),
         url('../fonts/newbaskerville/newbaskerville.ttf') format('truetype'),
         url('../fonts/newbaskerville/newbaskerville.svg#NewBaskervilleNormal') format('svg');
}
 
@font-face {
    font-family: 'Helvetica Neue Thin';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/helveticaneuecyr-thin/helveticaneuecyr-thin-webfont.eot');
    src: url('../fonts/helveticaneuecyr-thin/helveticaneuecyr-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-thin/helveticaneuecyr-thin-webfont.woff') format('woff'),
         url('../fonts/helveticaneuecyr-thin/helveticaneuecyr-thin-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr-thin/helveticaneuecyr-thin-webfont.svg#helveticaneuecyrthin') format('svg');
}

@font-face {
    font-family: 'Helvetica Neue Light';
    font-weight: 300;
    src: url('../fonts/helveticaneuecyr-light/helveticaneuecyr-light.eot');
    src: url('../fonts/helveticaneuecyr-light/helveticaneuecyr-light.eot') format('embedded-opentype'),
         url('../fonts/helveticaneuecyr-light/helveticaneuecyr-light.woff') format('woff'),
         url('../fonts/helveticaneuecyr-light/helveticaneuecyr-light.ttf') format('truetype'),
         url('../fonts/helveticaneuecyr-light/helveticaneuecyr-light.svg#HelveticaNeueCyrLight') format('svg');
}

/* -- Styles -- */

html {
	overflow-x: hidden;
}

body {
	min-height: 100%;
	min-width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	color: #fff;
    font-family: 'Helvetica Neue Thin', helvetica;
    font-weight: 300;
 	font-size: 16px;
	padding-top: 70px; /* top menu height */ 
}

div#load-page {
  position: absolute; 
  left: 0; 
  top: 0; 
  min-height: 100%; 
  min-width: 100%;
  z-index: 1100; 	/* z-index must be > 1030 (bootstrap navbar) and < 2000 (pace progress bar) */
}

#view-background {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
  z-index: -99999;
}

#view-background img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

/**************************************************
 * Bootstrap                  
 **************************************************/

/**************************************************
 * Main Theme
 **************************************************/
body#main {
	background: rgb(35,33,33);
}

#load-page {
  background-color: #fff; 
}

/* -- Navigation bar -- */

.navbar {
	border: 0px solid transparent;
	background: rgb(20,18,18);	
	padding-top: 10px;
	padding-bottom: 10px;
    font-family: 'Helvetica Neue Light', helvetica !important;
    font-weight: 400;
	font-size: 1.25em;
}

.navbar .navbar-brand {
	padding-left: 60px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #eaeaea;
}

.navbar-default .navbar-toggle {
    border-color: #eaeaea;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #eaeaea;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-header {
	vertical-align: middle;
}

.navbar-default .navbar-brand {
	font-family: 'New Baskerville Regular', serif !important;
	font-weight: 300;
	font-size: 2em;
	color: rgba(255,255,255,0.7);
	letter-spacing: -1px;
	word-spacing: 4px;
}

.navbar-default .navbar-brand img {
	padding-top: 0px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: rgb(255,110,0);
}

.navbar-default .navbar-brand:hover span,
.navbar-default .navbar-brand:focus span {
	color: rgb(255,110,0);
}

.navbar-default .navbar-nav > li > a {
	color: #eaeaea;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
	color: rgb(255,110,0);
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFCE00;
    background-color: transparent;
/*
    border-bottom: 2px solid white; 
*/
}


/* -- Typograph -- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue Thin', sans-serif;
    font-weight: 300;
}

h1 { font-size: 2.60em; }
h2 { font-size: 2.15em; }
h3 { font-size: 1.70em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.00em; }
h6 { font-size: 0.85em; }


/* -- Sections - Common -- */

section {
	overflow: hidden !important;
	min-width: 100%;
}

section[id^="section-"] {
    font-family: 'Helvetica Neue Light', helvetica;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5em;
	background: rgb(35,33,33);
	color: rgb(255,255,255);
}

section[id^="section-"] .row.full-width {
	margin-right: -30px;
	margin-left: -30px;
	padding-left: 0;
	padding-right: 0;
}

section[id^="section-"] .container {
	padding-top: 5em;
	padding-bottom: 5em;
}

section[id^="section-"] img.img-responsive {
	width: 100%;
}

section[id^="section-"] table {
	width: 100%;
}

section[id^="section-"] table.wrapper td:nth-child(1) {
	width: 60%;
}

section[id^="section-"] table.wrapper td:nth-child(2) {
	width: 40%;
}

section[id^="section-"] table.wrapper article {
  /*display: table-cell;*/
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}

/*
section[id^="section-"] .annotation {
	padding-top: 60px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
}
*/

section div[class*="col-"].nogap {
  padding-right: 0;
  padding-left: 0;
}

/* -- Section - Intro -- */

#section-intro .annotation {
	background-color: rgb(99,77,55);
}

/* -- Section - Restaurant -- */

#section-restaurant .annotation {
	background-color: rgb(99,77,55);
}

/* -- Section - Lobby -- */

#section-lobby .annotation {
	background-color: rgb(25,24,24);
}

/* -- Section - Porch -- */

#section-porch .annotation {
	background-color: rgb(25,24,24);
}

/* -- Section - Menu -- */

#section-menu .annotation {
	background-color: rgb(217,225,207);
	color: rgb(0,0,0);
}

#section-bfast .annotation {
	background-color: rgb(217,225,207);
	color: rgb(0,0,0);
}

/* -- Section - Pub -- */

#section-pub .annotation {
	background-color: rgb(217,225,207);
	color: rgb(0,0,0);
}

/* -- Section - Vine Club -- */

#section-vineclub .annotation {
	background-color: rgb(217,225,207);
	color: rgb(0,0,0);
}

/* -- Section - Music -- */

#section-music .annotation {
	background-color: rgb(217,225,207);
	color: rgb(0,0,0);
}

/* -- Section - Club Card -- */

#section-clubcard	{ 
	background-color: rgb(35,33,33); 
	color: #eaeaea;
	padding-top: 3em;
	padding-bottom: 3em;
}

/* -- Section - Contacts -- */

#section-contacts	{
	background-color: rgb(26,24,24);
	color: #eaeaea;
	padding-top: 0;
	padding-bottom: 0;
}

#section-contacts table {
	width: 100%;
}

#section-contacts table td {
	vertical-align: top;
}

#section-contacts table td:first-child {
	padding-right: 0.15em;
	color: rgb(255,110,0);
}

#section-contacts .map {
	padding-top: 0;
	overflow: hidden;
}

#section-contacts .map .col-xs-12 {
	height: 450px;
}

#section-contacts .map iframe {
 	width: 100%;
	height: 100%;
	border: 0;
} 

/* -- Section - Copyright -- */

#section-copyright {
	background-color: rgb(35,33,33);
	color: #eaeaea;
	font-size: 1em;
}

#section-copyright .container,
#section-copyright .container-fluid {
	height: 62px;
	padding-top: 16px;
	padding-bottom: 0;
	padding-right: 32px;
	text-align: right;
}

#section-copyright td {
	vertical-align: middle;
}

#section-copyright #copy {
 	padding-left: 15px; 
	padding-top: 4px;
	text-align: left;
}

#section-copyright #dev {
	text-align: right;
	padding-top: 4px;
}

#section-copyright #logo {
	width: 32px;
}

#section-copyright a {
	color: #df691a;
}

#section-copyright img {
	width: 32px;
	height: 32px;
	margin-left: 4px;
}

/* -- Section - Restaurant Menu -- */

body#menu {
	background-color: rgb(240,237,230);
	color: rgb(0,0,0);
}

#section-restaurant-menu {
	background-color: rgb(240,237,230);
	color: rgb(169,130,53);
}

#section-restaurant-menu .container {
	padding-top: 2em;
	padding-bottom: 2em;
}

/* - Index - */

#section-restaurant-menu .index {
	text-align: left;
}

#section-restaurant-menu .index a {
	color: rgb(169,130,53);
	text-decoration: none;
}

#section-restaurant-menu .index a:hover,
#section-restaurant-menu .index a:focus {
	color: rgb(255,110,0);
}

/* - Content - */

/* - Content Table - */

#section-restaurant-menu table {
	width: 100%;
	color: rgb(0,0,0);
}

#section-restaurant-menu table:nth-child(n+2) {
	margin-top: 2em;
}

#section-restaurant-menu table caption {
	color: rgb(169,130,53);
	text-align: center;
	font-size: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#section-restaurant-menu table tr {
	border-bottom: 1px dotted rgb(169, 130, 53);
}

#section-restaurant-menu table td {
	vertical-align: top;
}

#section-restaurant-menu table td:nth-child(1) {
	text-align: left;
	width: 70%;
}

#section-restaurant-menu table td:nth-child(2) {
	text-align: right;
	font-size: 0.7em;
}

#section-restaurant-menu table td:nth-child(3) {
	text-align: right;
	width: 14%;
}

#section-restaurant-menu table tr.group td {
	vertical-align: bottom;
	text-align: center;
	font-size: 0.7em;
}

#section-restaurant-menu table tr.group td:first-child {
	color: rgb(169,130,53);
	text-align: left;
	font-size: 1em;
}

#section-restaurant-menu table tr.group:nth-child(n+2) {
	height: 4em;
}


#section-restaurant-menu table i {
	font-size: 0.75em;
	font-style: normal;
	color: rgb(92,92,92);  
}

/* - Content Table Vine - */

#section-restaurant-menu table.vine td {
	text-align: center;
	font-size: 1em;
}

#section-restaurant-menu table.vine td:first-child {
	text-align: left;
}

/* -- Icons -- */

.icon {
  width: 128px; 
  height: 128px; 
  content: url(../images/icons/tile.png); /* necessary to hide a placeholder */ 
  overflow: hidden;
  display: inline-block; /* Mozilla doesn't display a background image without that */
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
}

.icon_restaurant { background-image: url(../images/icons/128/icon-rest.png);  }
.icon_bar 		 { background-image: url(../images/icons/128/icon-bar.png);   }
.icon_menu		 { background-image: url(../images/icons/128/icon-menu.png);  }
.icon_beer		 { background-image: url(../images/icons/128/icon-beer.png);  }
.icon_music		 { background-image: url(../images/icons/128/icon-music.png); }
.icon_chef		 { background-image: url(../images/icons/256/icon-chef.png); }
.icon_bfast		 { background-image: url(../images/icons/256/icon-bfast.png); }


/* -- Resolutions-specific settings -- */

@media (max-width: 767px) {
	body {
		font-size: 12px;
	}
	
	.navbar-brand {
		font-size: 1.25em;
	}
	
	.navbar .navbar-brand {
		padding-left: 15px;
	}
	
	/* -- Typograph -- */
	
	h1 { font-size: 1.6em; }
	h2 { font-size: 1.6em; }
	
	/* -- Sections - Common -- */

	section[id^="section-"] table.wrapper td:nth-child(1) {
		width: 100%;
	}
	
	section[id^="section-"] table.wrapper td:nth-child(2) {
		display: none;
	}
	
	section[id^="section-"] .annotation {
		padding-top: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 14px;
	}
	
	.navbar-brand {
		font-size: 1.5em;
	}
	
	.navbar .navbar-brand {
		padding-left: 15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand {
		font-size: 1.5em;
	}
	
	.navbar .navbar-brand {
		padding-left: 15px;
	}
	
	/* -- Icons -- */
	
	.icon {
	  width: 192px; 
	  height: 192px; 
	}
	
	.icon_restaurant { background-image: url(../images/icons/192/icon-rest.png);  }
	.icon_bar 		 { background-image: url(../images/icons/192/icon-bar.png);   }
	.icon_menu		 { background-image: url(../images/icons/256/icon-menu.png);  }
	.icon_beer		 { background-image: url(../images/icons/192/icon-beer.png);  }
	.icon_music		 { background-image: url(../images/icons/192/icon-music.png); }
	.icon_bfast		 { background-image: url(../images/icons/256/icon-bfast.png); }
}

@media (min-width: 1200px) and (max-width: 1599px) {
	/* -- Icons -- */
	
	.icon {
	  width: 192px; 
	  height: 192px; 
	}
	
	.icon_restaurant { background-image: url(../images/icons/192/icon-rest.png);  }
	.icon_bar 		 { background-image: url(../images/icons/192/icon-bar.png);   }
	.icon_menu		 { background-image: url(../images/icons/256/icon-menu.png);  }
	.icon_beer		 { background-image: url(../images/icons/192/icon-beer.png);  }
	.icon_music		 { background-image: url(../images/icons/192/icon-music.png); }
	.icon_chef		 { background-image: url(../images/icons/256/icon-chef.png); }
	.icon_bfast		 { background-image: url(../images/icons/256/icon-bfast.png); }
}

@media (min-width: 1600px) {
	/* -- Icons -- */
	
	.icon {
	  width: 256px; 
	  height: 256px; 
	}
	
	.icon_restaurant { background-image: url(../images/icons/256/icon-rest.png);  }
	.icon_bar 		 { background-image: url(../images/icons/256/icon-bar.png);   }
	.icon_menu		 { background-image: url(../images/icons/256/icon-menu.png);  }
	.icon_beer		 { background-image: url(../images/icons/256/icon-beer.png);  }
	.icon_music		 { background-image: url(../images/icons/256/icon-music.png); }
	.icon_chef		 { background-image: url(../images/icons/256/icon-chef.png); }
	.icon_bfast		 { background-image: url(../images/icons/256/icon-bfast.png); }
}
#section-restaurant-menu {
    background-image: url(../images/fon.jpg);
    /* background-attachment: fixed; */
    background-size: contain;
}