/*
Theme Name: Shoreditch
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shoreditch
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Shoreditch is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=BenchNine);
@import url(https://fonts.googleapis.com/css?family=Oswald);

html {
	font-family: 'Futura';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Futura';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	    
    color: #fff;
    //background-position: center;
    //background-attachment: fixed;
	//background-color: #111111;
//background-image: url("https://www.transparenttextures.com/patterns/maze-black.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    background-color:#171717;
    text-align:center;
}

a{
color:#fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	//max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
    width:75vw;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
header{
	position: relative;
}
nav.navbar{
	position: absolute;
	z-index: 5;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
#slider{
	position: relative;
	height: 70vh;
	width: 100%;
}
#slider .item{
	height: 70vh;
	width: 100%;
}
#slider .item img{
	height: 80vh;
	width: 100%;
}
.slider-after{
	position: absolute;
	width: 100%;
	bottom: -45px;
	background: transparent none repeat scroll 0% 0%;
	z-index: 2;
}
.slider-after img{
	z-index: 2;
	max-height: 110px;
	width: 100%;
}
.tos-wrapper .tos-pagination{
	overflow-x: hidden;
}
.tos-wrapper .tos-caption{
	display: none;
}
.tos-wrapper .tos-close, .tos-wrapper .tos-next, .tos-wrapper .tos-prev{
	background: transparent !important;
}
.tos-wrapper .tos-close span::after, .tos-wrapper .tos-close span::before {
    width: 16px !important;
    height: 16px !important;
    margin-top: -4px !important;
    margin-left: 1px !important;
    margin-right: 1px !important;
}
#menu-carousel .item{
	margin: 0px auto;
	//max-height: 75vh;
}
#menu-carousel .item img{
	margin-left: auto;
	margin-right: auto;
	//max-height: 75vh;
}
#menu-carousel .carousel-control.right, #menu-carousel .carousel-control.left{
	background: transparent none !important;
}

/* GRID */
.modal.fade .modal-dialog {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

@media(min-width: 768px){
	nav#main ul li{
		display: inline-block;
	}
	nav#main ul{
		margin: 5px auto 0px;
	}
}
@media(max-width: 767px){
	nav#main ul{
		margin: 0px;
	}
}
nav#main{
	width: 100%;
	text-align: center;
	z-index: 16;
}
nav#main.navbar-fixed-top{
	background: rgba(255,255,255,0.95);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	position: fixed !important;
	z-index: 20;
}
@media(max-width:767px){
nav#main.navbar-fixed-top{
background:none;
box-shadow:none;
}
}
nav#main.navbar-fixed-top ul {
    	margin-top: 8px;
}
nav#main ul{
	//margin-top: 30px;
}
nav#main ul li{
	cursor: pointer;
}
nav#main ul li a {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	//text-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    font-family:oswald;
}
nav#main.navbar-fixed-top ul li a{
    color:#777;
}
@media(min-width: 1241px){
	nav#main ul li a {
		padding: 10px 20px;
	}
}
@media(min-width: 992px) and (max-width: 1240px){
	nav#main ul li a {
		padding: 10px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	nav#main ul li a {
		padding: 10px;
		font-size: 14px !important;
	}
}
nav#main ul li a:hover, nav#main ul li a:active, nav#main ul li a:focus {
	background: transparent;
	opacity: 0.6;
}
nav#main .navbar-brand{
	line-height: 15px;
	height: auto;
	padding: 0px;
}
nav#main .navbar-toggle{
	background-color: inherit;
	box-shadow: none;
}
nav#main .navbar-toggle .icon-bar{
	background-color: #fff;
}
@media(min-width: 768px){
	.navbar-brand{
		display: none;
	}
}
@media(max-width: 767px){
	.navbar-brand{
		display: none;
	}
	.navbar-fixed-top .navbar-brand{
		display: block;
	}
	nav#main .navbar-toggle{
		//top: 15px;
		    background: rgba(34,34,34,0.7);
    border-radius: 0px;
    box-shadow: 0px 0px 3px #555;
        z-index:9999;
	}
}
@media(max-width: 767px){
	nav#main .navbar-collapse{
		background-color: rgba(0,0,0,0.98);
		//border-bottom: 2px solid rgba(120,134,107,1);
	}
	.navbar-header{
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;	
		-o-transition: all .2s ease-in-out;
	}
	.navbar-bg{
		background-color: #000;
	}
	nav#main .navbar-brand img{
		width: 80px;
		//margin-top: 0px;
		display:none;
	}	
}
nav#main .navbar-toggle:hover,
nav#main .navbar-toggle:focus,
nav#main .navbar-toggle:active {
	border: 0px;
	background: transparent;
}
.about, .contact-data-text{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 40px;
	line-height: 2.2;
}
#menu-carousel .carousel-indicators li, #menu-carousel .carousel-indicators .active{
	//margin: 0 5px;
}
@media(min-width: 992px){
	.menu-pdf-link{
		margin: 40px auto 80px !important;
	}
}
@media(max-width: 991px){
	.menu-pdf-link{
		margin: 20px auto 0px !important;
	}
}
.menu-pdf-link{
	text-align: center;
	width: auto;
	max-width: 220px;
	padding: 8px 12px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	border: 2px solid #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.menu-pdf-link a{
	color: #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.menu-pdf-link a:hover{
	text-decoration: none;
}
.menu-pdf-link:hover a{
	color: #050608;
}
.menu-pdf-link:hover{
	background: #fff;
}
@media(min-width: 480px){
	#reservation-modal .modal-dialog{
		width: 400px !important;
		margin: 15vh auto !important;
		height: 550px !important;
	}
	#reservation-modal .modal-body{
		//margin-left: 30px !important;
	}
}
@media(max-width: 479px){
	#reservation-modal .modal-dialog{
		width: 315px !important;
		margin: 3vh auto !important;
		height: 460px !important;
	}
	#reservation-modal .modal-body{
		margin-left: 0px !important;
		padding: 0 !important;
		}
}
#reservation-modal .modal-content{
	background-color: #F7F7F7;
	border-radius: 0px;
}
#reservation-modal .modal-header, #reservation-modal .modal-footer{
	border: 0px;
	text-align: center;
}
#reservation-modal .btn {
	box-shadow: none;
	text-shadow: none;
	background: transparent;
	border-radius: 0px;
	border: 1px double #141414;
	color: #141414;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
#reservation-modal .btn:hover {
	box-shadow: none;
	text-shadow: none;
	background: #141414;
	color: #F7F7F7;
}
.contact-map{
	 filter: grayscale(60%) brightness(1) saturate(1.2);
	-webkit-filter: grayscale(60%) brightness(1) saturate(1.2);
	-moz-filter: grayscale(60%) brightness(1) saturate(1.2);
}
.contact-map p{
	margin-bottom: 0px;
}
.title h2{
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	font-size: 35px;
    text-shadow:0px 0px 8px rgba(51,51,51,0.4);
}
footer{
	text-align: center;
	padding-bottom: 5px;
    background:#141414 !important;
}
#contact{
	padding: 0px 0px 5px;
}
.widget{
	filter: grayscale(30%);
	-webkit-filter: grayscale(30%);
	-moz-filter: grayscale(30%);
	-o-filter: grayscale(30%);
}

.btn{

    padding: 20px;
    background: #ffa23d;
    border-radius: 0;
    font-size: 15px;
    margin: 20px auto;
    text-transform: uppercase;

}
.btn:hover, .btn:focus, .btn.focus {
    color: #dadada;
    text-decoration: none;
    background: #292929;
}
@media(max-width: 420px){
	.widget{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.dummy{
	position: relative;
}
.waves-down::after{
	content: "";
  	display: block;
  	width: 100%;
  	height: 14px;
  	position: absolute;
  	left: 0;
  	background: url("images/border-wave.svg") top left repeat-x;
}
.waves-down::before {
  	top: -6px;
  	background-position: top;
 	z-index: 1;
}
.waves-down::after {
  	bottom: -6px;
  	background-position: bottom;
  	z-index: 2;
}
#gallery-photos{
	padding-top: 20px;
    width:75vw;
    margin:0px 12.5vw;
}
#gallery-1{
	width: 100%;
}
#gallery-1 img{
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    min-width: 25vw;
    min-height: 25vw;
    max-width:50vw;
    position: absolute;
    height: auto !important;
    width: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
@media(max-width: 767px){
	#gallery-1 .gallery-item{
		max-height: 120px !important;
	}
    .text{
        height:auto !Important;
    }
}
@media(min-width: 1241px){
	#gallery-1 .gallery-item, #gallery-1 gallery-item a {
		height: 230px;
	}
	#gallery-1 img{
		//height: 100% !important;
		height: 230px;
	}
}
@media(min-width: 768px) and (max-width: 1240px){
	#gallery-1 .gallery-item, #gallery-1 gallery-item a {
		height: 180px;
	}
}
#gallery-1 .gallery-item{
	background: transparent !important;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    overflow: hidden;
    width: 25vw;
    min-width: 25vw !important;
    max-width: 25vw !important;
    margin: 0 !important;
    height: 25vw;
    position:relative;
    box-shadow:0px 0px 8px rgba(0,0,0,0.6);
}
#gallery-1 .gallery-item:hover{
    transform: scale(1.1);
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
    z-index:2;
    
}
#gallery-photos figure {
	margin: 2px;
}
.logo-big{
	width: 75vw;
    /* height: 100%; */
    /* position: absolute; */
    text-align: center;
    /* top: 15%; */
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo-big img{
	    max-height: 70vh;
    max-width: 70vw;
	min-width:35vw;
        pointer-events: none;
}
.menu-anchor{
	display: block; 
	position: relative; 
	top: -70px; 
	visibility: hidden;
}
@media(min-width: 768px){
	#menu-carousel table:not(.big-table){
		display: table;
		float: left;
		width: 45%;
		margin: 0px 2%;
	}
	#menu-carousel .big-table{
		display: table;
		float: left;
		width: 96%;
		//padding: 0px 2%;
	}
	#menu-carousel table.big-table tr td{
		padding-left: 2%;
	}
}
.menu-carousel-indicators.carousel-indicators{
	list-style: none;
	text-align: center;
	color: #fff;
	text-align: center;
	position: relative !important;
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0 !important;
	width: 100% !important;
	bottom: 0px;
	top: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.red-line{
	height: 20px;
}
.red-line::before {
    	border-top: 1px solid #fff;
    	content: "";
    	left: 30%;
    	position: absolute;
    	margin-top: 10px;
    	width: 40%;
}

.menu-carousel-indicators.carousel-indicators li{
	display: inline !important;
	border: 0px;
	margin: 0 10px;
}
.menu-carousel-indicators.carousel-indicators li.active{
	background-color: transparent !important;
	color: #ffa23d!important;
	border-radius: 0px !important;
	margin: 0 10px;
    border-bottom: 1px dashed #ffa23d;
    padding-bottom:5px;
}

.menu-carousel-indicators.carousel-indicators li:first-child:before{
        display: none;
}
#menu-carousel .carousel-inner{
	margin-top: 30px;
}
#menu-carousel table tr td{
	width: 90%;
	vertical-align: top;
	padding: 0px 0px 20px;
}
#menu-carousel table tr th{
	height: 55px;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 0px 5px;
}
#menu-carousel table tr td:nth-child(3), #menu-carousel table tr td:nth-child(2){
	padding-left: 20px;
}
#menu-carousel table tr td p{
	margin-bottom: 0px;
}
#menu-carousel table tr td strong,
#menu-carousel table tr td b{
	font-size: 17px;
	letter-spacing: 1px;
}
#menu-carousel table tr td:nth-child(2){
	letter-spacing: 1px;
	vertical-align: top;
}
#menu-carousel .text-after{
	display: table;
	float: left;
	font-style: italic;
	//border-top: 1px solid rgba(255,255,255,0.6);
	//padding: 5px 0px 0px;
}
@media(min-width: 768px){
	#menu-carousel .text-after{
		width: 96%;
	}
}
#menu-carousel .text-after hr{
	background-color: rgba(255, 255, 255, 0.6);
	border: 0px none;
	height: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
}
@media(max-width: 767px){
	#menu-carousel .text-after{	
		margin-bottom: 20px;
		padding: 0px;
	}
}
@media(min-width: 768px){
	#menu-carousel .text-after{
		padding: 25px 2% 40px;
	}
}
#menu-carousel .caption .row{
	margin: 0px;
}
#beer-section{
	margin: 40px 0px 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
	padding: 40px 0px 80px;
	line-height: 2.2;
	text-align:center;
}
#beer-section .btn, #events-modal .btn{
	border:1px solid #fff;
	color:#fff;
	border-radius:0;
}
#beer-section .btn:hover{
	background:#fff;
	color:#333;
}
#beer-section a{
	color: #fff;
	text-decoration: underline;
}

.row{
	margin-left: 0px;
	margin-right: 0px;
}
@media(min-width: 1100px){
	.image-dummy{
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
}
.image-dummy{
	min-height: 400px;
	background-size: cover;
	margin: 20px 0px 40px;
}
@media(min-width: 1240px){
	.beer-image-middle{
		margin-top: 10%;
	}
}
@media(min-width: 1140px) and (max-width: 1239px){
	.beer-image-middle{
		margin-top: 20%;
	}
}
@media(min-width: 992px) and (max-width: 1139px){
	.beer-image-middle{
		margin-top: 30%;
	}
}
@media(max-width: 991px){
	.beer-image-middle img{	
		max-width: 50vw;	
		margin: 20px auto;
	}
	#beer-section{
		margin: 40px 0px 20px;
	}
}
#beer-section .title h2{
	    margin-bottom: 30px;
}


/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom right, rgba(0,0,0,0.9), rgba(255, 255, 255, 0), rgba(0,0,0,0.7));
    opacity: .6;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    padding:0;
}
.fade-carousel .slides .slide-1 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

.centerstuff{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

#about, #beer-section, #contact{
       background: linear-gradient(to bottom right, #171717, #131313);
   // box-shadow:0px 0px 8px rgba(0,0,0,0.6);
}
.title{
    padding-top:50px;
}
#menu-menu{
        text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
.tab-links{
    margin:0 !important;
    padding:0 !important;
}
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        //margin:0px 5px;
        float:left;
        list-style:none;
        text-align:center;
    }

 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:0px;
            background:#222;
            font-size:16px;
            font-weight:600;
            color:#fff;
            transition:all linear 0.15s;
            width:33.33vw;
            
        }
 
        .tab-links a:hover {
            opacity:0.7;
            text-decoration:none;
        }
 
    .tab-links li.active a, .tab-links li.active a:hover {
        background:#444;
        color:#fff;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
#reservation-modal .tab-links li{
    margin:0 !important;
    padding:0 !important;
}
#reservation-modal .tab-links a{
    width:100%;
    font-size:15px;
}
#reservation-modal .row{
    width:100%;
    max-width:312px;
}
#reservation-modal h2{
    color:#222;
}
section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    //font-style: italic;
    font-weight: 400;
    margin: 0;
    padding-bottom: 75px;
    text-align: center;
}
.text-muted {
    color: #ffa23d;
}
.beer-image-wrapper .fade-carousel .carousel-inner .item{
height:50vh;
}
.beer-image-wrapper .fade-carousel{
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.27);
}
.beer-image-wrapper .fade-carousel, .beer-image-wrapper .fade-carousel .slides .slide-1, .beer-image-wrapper .fade-carousel .slides .slide-2, .beer-image-wrapper .fade-carousel .slides .slide-3{
    height: 50vh;
    
    background: #795233;
	background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
	padding:0 !important;
}
.beer-image-wrapper .overlay{
	background: linear-gradient(to bottom right, rgba(255,255,255,0.5), rgba(0, 0, 0, 0));
}
@media(max-width:767px){
.beer-image-wrapper .fade-carousel{
height:80vh;
}
.beer-image-wrapper .fade-carousel .slides .slide-1, .beer-image-wrapper .fade-carousel .slides .slide-2, .beer-image-wrapper .fade-carousel .slides .slide-3{
height:40vh;
}
.text{
height:40vh;
}
}
#menu-menu .slide-3{
height: 80vh;
    background-size: cover;
    padding: 0 !important;
    background-position:center !important;
}
#menu-menu .overlay{
background:rgba(0,0,0,0.4);
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

/* Mobile Nav Custom */



@media(max-width:767px){
    .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 60px;
    height: 100vh !important;
    width: 70vw;
    max-width: 200px;
    box-shadow: -1px 0px 8px rgba(0,0,0,0.4);
    max-height:none !important;
}
    nav#main.navbar-fixed-top ul li a{
        color:#fff;
    }
}

/* Events */

#events-modal .modal-dialog{
    width:80vw;
}

#events-modal .fade-carousel, #events-modal .carousel-inner, #events-modal .carousel-inner .item{
    height:75vh;
    background-color: #928469;
background-image: url("https://www.transparenttextures.com/patterns/maze-black.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    box-shadow:0px 0px 8px rgba(0,0,0,0.4);
} 

.modal-header, .modal-body, .modal-footer, .modal-dialog, .modal-content{
    border-radius:0;
    border:none;
    background:transparent;
    box-shadow:none;
}

.sm{
    padding-bottom:50px;
}

@media(max-width:767px){
    #events-modal .modal-dialog{
        width:95vw;
    }
    #events-modal .fade-carousel, #events-modal .carousel-inner, #events-modal .carousel-inner .item{
        height:80vh;
    }
    #events-modal .btn{
        color:#333;
    }
    .sm1, sm-2{
        padding:30px 0px
    }
    sm{
        margin:0 !important;
    }
}
.zoom{
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.zoom-in{
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.zoom-in:hover{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
}
hr{
        background-color: #fff;
    border: 0;
    height: 3px;
    width: 20px;
    margin-bottom: 1.5em;
}
.shadowbox{
    color: #fff !important;
    background: rgba(0,0,0,0.6);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    z-index:2;
}
.closemodal{
        position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    padding:10px 20px;
    font-size:40px;
    cursor:pointer;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
}
.closemodal:hover{
    color:#333 !important;
}
.menubutton{
    padding: 20px;
    font-size: 40px;
}

.video-box{
    margin-bottom: 100px;
}

.embed-responsive {
    position: relative;
    display: block;
    max-width: 1200px;
    height: 500px;
    width: 100%;
    padding: 0;
    margin: auto;
    overflow: hidden;
}