/*
Theme Name: Holy Burger
Theme URI: http://underscores.me/
Author: Karolina Grabowska
Author URI: http://karolinagrabowska.pl
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: holy-burger
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.i

Holy Burger 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 Jonathimaan 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
--------------------------------------------------------------*/

@font-face {
    	font-family: 'TheSerif-3-Light';
    	src: 	url('fonts/TheSerif-3-Light.otf') format('opentype'),
         	url('fonts/TheSerif-3-Light.ttf') format('truetype'),
	 	url('fonts/TheSerif-3-Light.woff') format('woff');
   	font-weight: normal;
    	font-style: normal;
}

@font-face {
    	font-family: 'TheSerif-7-Bold';
    	src: 	url('fonts/TheSerif-7-Bold.otf') format('opentype'),
         	url('fonts/TheSerif-7-Bold.ttf') format('truetype'),
	 	url('fonts/TheSerif-7-Bold.woff') format('woff');
   	font-weight: normal;
    	font-style: normal;
}

@font-face {
    	font-family: 'TheSerif-5-Regular';
    	src: 	url('fonts/TheSerif-5-Regular.otf') format('opentype'),
         	url('fonts/TheSerif-5-Regular.ttf') format('truetype'),
	 	url('fonts/TheSerif-5-Regular.woff') format('woff');
   	font-weight: normal;
    	font-style: normal;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-family: 'TheSerif-5-Regular', sans-serif;
}

body {
	margin: 0;
	font-family: 'TheSerif-5-Regular', sans-serif;
}

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,
a:focus {
	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: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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 {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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: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,
.main-navigation .current-menu-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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.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%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.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-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.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;
}

/*** HOLY BURGER CUSTOM ***/
.row{
	margin: 0px;
}
.flexslider{
	border: 0px;
	border-radius: 0px;
	margin: 0px;
	overflow: hidden;
}
@media(min-width: 1400px){
	.flexslider#main-slider{	
		min-height: 700px;
	}
}
@media(min-width: 1400px) and (max-width: 1700px){
	#main-slider.flexslider img{
		min-height: 800px;
	}
}
@media(min-width: 1701px){
	#main-slider.flexslider img{
		min-height: 900px;
	}
}
@media(min-width: 1200px) and (max-width: 1399px){
	.flexslider#main-slider{	
		min-height: 600px;
	}
}
@media(min-width: 1200px){
	.flexslider#main-slider{	
		height: 700px;
		height: 90vh;
	}
	.flexslider#main-slider img{
		//max-height: 700px;
		max-height: 110vh;
		min-width: 100%;
		max-width: none;
		width: auto;
	}	
}
@media(max-width:991px){
	.flexslider#main-slider{	
		//height: 300px;
		//height: 90vh;
		margin-top: 55px;
	}
	.flexslider#main-slider img{
		//max-height: 300px;
		//max-height: 90vh;
		//min-width: 100%;
		//max-width: none;
		width: auto;
	}
}
.flexslider#main-slider .loading img{
	width: 30px;
	height: 30px;
	max-height: 30px;
	min-height: 0px;
}
.flex-direction-nav a{
	width: 25px;
	height: 30px;
	color: #fff;
}
.flex-direction-nav a::before{
	color: #fff;
	font-size: 25px;
}
.flexslider,
.flexslider img{
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.flexslider ul{
	margin: 0px;
	padding: 0px;
}
.flexslider .loading{
	min-height: 400px;
	z-index: 999;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 48%;
}
.flexslider .loading img{
	min-width: 0;
	min-height: 0;
	max-height: none;
}
.flex-caption {
	display: none;
  	//width: 100%;
  	top: 55%;
  	text-align: left;
  	color: #fff;
	position: absolute;
  	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}
.flex-caption.visible span{
	display: block;
}
.flex-caption.visible {
	display: block !important;
	max-width: 85%;
	right: 10%;
}
@media(min-width: 1240px){
	.flex-caption span.big{
		font-size: 27px;
		letter-spacing: 4px;
	}
	.flex-caption-small{
		font-size: 20px;
		letter-spacing: 1px;
	}
}
@media(min-width: 992px) and (max-width: 1239px){
	.flex-caption span.big{
		font-size: 25px;
		letter-spacing: 2px;
	}
}
@media(min-width: 767px) and (max-width: 991px){
	.flex-caption span.big{
		font-size: 20px;
		letter-spacing: 1px;
	}
}
@media(min-width: 768px) and (max-width: 1239px){
	.flex-caption-small{
		font-size: 20px;
		letter-spacing: 1px;
	}
}
@media(max-width: 767px){
	.flex-caption span.big{
		font-size: 22px;
		letter-spacing: 2px;
	}
	.flex-caption-small{
		font-size: 18px;
		letter-spacing: 1px;
	}
}
.flex-caption span.big{
	color: #fff;
	text-transform: uppercase;
	margin: 0px auto;
	text-align: left;
	background: rgba(0, 0, 0, 1) none repeat scroll 0% 0%;
	padding: 2px 10px 0px;
}
.flex-caption-small{
	background: rgba(255, 255, 255, 0.99) none repeat scroll 0% 0%;
	padding: 5px 10px;
	color: rgb(0, 0, 0);
	margin: 0px -10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.flex-caption a:hover,
.flex-caption a:focus,
.flex-caption a:active{
	opacity: 0.6;
}
.flex-caption a{
	color: rgb(0, 0, 0);
	text-decoration: none;
}
.flex-caption a:hover{
	tex-decoration: none;
}
.caption-title, .caption-title-small{
	text-align: center;
	color: #fff;
	width: 100%;
	position: relative;
	text-shadow: 0px 0px 2px #222;
	margin-left: -20vw;
}   
.caption-title h2{
	letter-spacing: 5px;
	font-size: 40px;
	margin-top: 32vh;
}
.caption-title-2 h2{
	letter-spacing: 5px;
	font-size: 40px;
	margin-top: 40vh;
}
.caption-title-small h3, .caption-title-small-2 h3{
	font-size: 30px;
	letter-spacing: 2px;
}
.caption-title-2{
	text-align: center;
	color: #fff;
	width: 100%;
	position: relative;
	text-shadow: 0px 0px 2px #222;
}   
.caption-title-small-2 a{
	color: #fff;
}
.caption-title-small-2 a:hover{
	text-decoration: none;
}

@media(min-width: 768px){
	nav#main ul li{
		display: inline-block;
	}
	#kontakt .container{
		width: 80%;
		margin: 0px auto;
	}
	nav#main .nav-wrapper{
		//overflow: hidden;
		width: 100%;
		transition: all 0.4s linear;
		-moz-transition: all 0.4s linear;
		-webkit-transition: all 0.4s linear;
		-ms-transition: all 0.4s linear;
		-o-transition: all 0.4s linear;
	}
	nav.minimized .nav-wrapper{
		width: 140px !important;
		margin: 0px !important;
	    	overflow: hidden;
	}
}
nav#main .nav-wrapper{
	background: #f7f7f7;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	box-shadow: 0px 0px 6px #222;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 0px;
	height: 60px;
	font-family: 'Theserif-7-Bold', sans-serif;
}
nav#main ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: inherit;
}
nav#main ul li a{
	text-transform: uppercase;
	color: #000000;
	line-height: 60px;
	border-left: 1px solid rgba(80, 42, 36, 0.2);
	font-weight: 100;
	letter-spacing: 2px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	font-size: 12px;
	//font-weight: bold;
}
@media(min-width: 1500px){
	nav#main ul li a{
		padding: 0px 10px;
	}
}
@media(min-width: 1361px) and (max-width: 1499px){
	nav#main ul li a{
		padding: 0px 10px;
	}
}
@media(min-width: 1200px) and (max-width: 1360px){
	nav#main ul li a{
		padding: 0px 7px;
	}
}
@media(min-width: 1100px){
	nav#main {
		max-width: 80%;
		margin: 0px auto;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	nav#main ul li a{
		padding: 0px 7px;
		letter-spacing: 0px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	nav#main ul li a{
		padding: 0px 6px;
		font-size: 11px;
		letter-spacing: 0px;
	}
}
nav#main ul li a:hover,
nav#main ul li a:focus,
nav#main ul li a:active{
	color: #A9A9A9;
	text-decoration: none;
	background: none;
}
nav#main ul li{
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
nav#main ul li:hover a,
nav#main ul li:focus a ,
nav#main ul li:active a{
	color: #A9A9A9;
}
.navbar-brand{
	padding: 0px;
	line-height: 0px;
	max-width: none;
	width: auto;
	text-align: center;
}
.navbar-brand img{
	margin: 0px 10px;
	max-height: 60px;
	padding: 3px 15px;
}
section{
	position: relative;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
}
#slider::after{
	content: "";
	display: block;
	background: #FFFFFF;
	width: 100%;
	position: absolute;
	bottom: -5px;
	height: 5px;
}
h2{
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
}
h2 span{
	position: relative;
}
h2 span::after,
h2 span::before{
	content: "";
	display: block;
	position: absolute;
    	height: 8px;
    	width: 80%;
    	left: 10%;
    	border-left: 2px solid rgba(0, 0, 0, 0.5);
    	border-right: 2px solid rgba(0, 0, 0, 0.5);
}
h2 span::before{
	border-top: 2px solid rgba(0, 0, 0, 0.5);
	top: -10px;
}
@media(min-width: 768px){
	h2 span::after{
		bottom: -10px;
		border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	}
}
#philosophie{
	padding: 60px 0px;
}
.image{
	padding: 0px;
	overflow: hidden;
}
.image img{
	min-width: 100%;
	width: 100%;
}
.liefertext.image img{
	width: auto;
	margin: 0px auto;
	min-width: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.liefertext.image a img:hover{
	opacity: 0.8;
}
.foodora-logo{
	max-width: 50%;
}
.foodora-text h2{
	margin: 10px auto;
}
.foodora-text{
	font-size: 12px;
	padding: 20px 15px 0px;
}
.text-wrapper{
	display: table;
	width: 100%;
	height: 100%;
}
.text-align{
	display: table-cell;
	vertical-align: middle;
}
#lieferservice{
	margin: 140px 0px 80px;
}
.image.right .row,
.liefertext{
	height: 100%;
	background: #f0f0f0;
}
.menu-item{
	text-align: left;
}
.menu-item .text-align{
	vertical-align: top;
}

#menu_category{
	//width: 80%;
	margin: 0px auto;
}
#menu_category h3{
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 20px auto 0px;
	text-align: center;
}
.menu-subtitle{
	font-style: italic;
    	margin: 10px auto 15px;
    	width: 85%;
}
.menu-subtitle p{
	font-size: 10px !important;
}
.menu-item .title{
	font-weight: bold;
	letter-spacing: 2px;
}
.menu-item .description{
	text-transform: lowercase;
	font-size: 12px;
	margin-top: 2px;
}
.menu-item .price{
	vertical-align: top;
	color: #666;
}
/*MENU CAROUSEL*/
@media(min-width: 768px){
	#menu-carousel{
		width: 90%;
		margin-left: 5%;
	}
	#menu-carousel .caption{
		margin-left: auto;
		margin-right: auto;
	}
}
@media(max-width: 767px){
	#menu-carousel .caption{
		margin-left: 20px;
		margin-right: 20px;
	}
	#menu-carousel{
		margin: 40px auto;
	}
	#menu-carousel .item{
		//margin-top: 20px;
	}
	#menu-carousel .caption{
		line-height: 1.7;
	}
	#menu-carousel table tr td{
		padding-bottom: 10px;
	}
}
@media(min-width: 768px){
	#menu-carousel{
		margin: 0px auto 40px;
	}
	#menu-carousel .item{
		margin-left: auto;
		margin-right: auto;
		//width: 80%;
		//margin-top: 40px;
	}
	#menu-carousel .caption{
		line-height: 2.0;
	}
	#menu-carousel table tr td{
		padding-bottom: 15px;
	}
}
#menu-carousel .caption{
	font-size: 14px;
	letter-spacing: 2px;
   	//display: table !important;
	position: static;
	//height: 50vh;
}
#menu-carousel .caption table p{
	font-size: 14px;
	letter-spacing: 2px;
}
.menu-carousel-indicators {
	z-index: 0 !important;
}
@media(min-width: 992px){
	.menu-carousel-indicators {
		font-size: 13px;
	}
	.menu-carousel-indicators li,
	.menu-carousel-indicators li.active {
		margin: 0px 10px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.menu-carousel-indicators {
		font-size: 12px;
	}
	.menu-carousel-indicators li,
	.menu-carousel-indicators li.active {
		margin: 0px 10px;
	}
}
@media(min-width: 768px){
	.menu-carousel-indicators {
	  	list-style: none;
	  	margin-bottom: 0px;	
	  	text-align: center;
	  	text-transform: uppercase;
	  	position: relative;
	 	margin-left: auto !important;
	  	margin-right: auto !important;
	  	left: 0% !important;
	  	width: 100% !important;
	}
	.menu-carousel-indicators li.active {
  		background-color: transparent !important;
  		color: rgba(155,199,200, 1); !important;
  		border-bottom: 2px solid rgba(155,199,200, 0.6);
  		border-radius: 0px !important;
	}
	.menu-carousel-indicators li{
 		display: inline;
		border: 0px;
	}
}
@media(max-width: 767px){
	.menu-carousel-indicators {
		-moz-column-count: 2;
   		-moz-column-gap: 20px;
   		-webkit-column-count: 2;
   		-webkit-column-gap: 20px;
   		column-count: 2;
		padding: 0px;
		column-gap: 20px;
	  	list-style: none;
	  	margin-bottom: 0px;	
	  	text-align: center;
	  	font-size: 15px;
	  	text-transform: uppercase;
	  	position: relative;
	 	margin-left: auto !important;
	  	margin-right: auto !important;
	  	left: 0 !important;
	  	width: 100% !important;
	}
	.menu-carousel-indicators li.active {
  		background-color: transparent !important;
  		color: #60582A!important;
  		//border-bottom: 1px solid #60582A;
  		border-radius: 0px !important;
		text-decoration: underline;
  		margin: 0px;
		width: 100%;
	}
	.menu-carousel-indicators li{
 		//display: block;
		border: 0px;
  		margin: 0px;
		text-indent: 0 !important;
		width: 100%;
		white-space: nowrap;
	}
	#menu-carousel .item, #menu-carousel{
		margin-top: 0px;
	}
	#menu-carousel .item table tr th{
		padding-top: 0px;
	}
	
}
.menu-section-title{
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
}
@media(min-width: 768px){
	.menu-section-title{
		font-size: 30px !important;
		margin-bottom: 40px;
	}
}
#menu-carousel .item table tr th{
	font-size: 20px;
	text-align: center;
	padding: 40px 0px 10px;
	letter-spacing: 2px;
}
@media(max-width: 767px){
	.menu-section-title{
		margin-bottom: 20px;
	}
	.carousel-fade table{
		font-size: 13px !important;
	}
}
.carousel-fade.carousel .item {
      -webkit-transition: opacity 0.4s linear; /*adjust timing here */
         -moz-transition: opacity 0.4s linear;
           -o-transition: opacity 0.4s linear;
              transition: opacity 0.4s linear;
}
.carousel-fade .carousel-inner .item{
	opacity: 0;
      	transition-property: opacity;
	overflow: hidden;
}
.carousel-fade .item .container{
	position: relative;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    	.carousel-fade .carousel-inner > .item.next,
    	.carousel-fade .carousel-inner > .item.active.right {
      		opacity: 0;
      		-webkit-transform: translate3d(0, 0, 0);
              	transform: translate3d(0, 0, 0);
    	}
    	.carousel-fade .carousel-inner > .item.prev,
    	.carousel-fade .carousel-inner > .item.active.left {
      		opacity: 0;
      		-webkit-transform: translate3d(0, 0, 0);
             	transform: translate3d(0, 0, 0);
    	}
    	.carousel-fade .carousel-inner > .item.next.left,
    	.carousel-fade .carousel-inner > .item.prev.right,
    	.carousel-fade .carousel-inner > .item.active {
      		opacity: 1;
      		-webkit-transform: translate3d(0, 0, 0);
              	transform: translate3d(0, 0, 0);
    	}
}
.carousel-fade .item.active {
      	opacity: 1;
}
.carousel-fade .item.active.left,
.carousel-fade .item.active.right {
      	left: 0;
      	opacity: 0;
      	z-index: 1;
}
.carousel-fade .item.next.left,
.carousel-fade .item.prev.right {
      	opacity: 1;
}
.carousel-fade .carousel-control {
    	z-index: 2;
}
.carousel-fade p{
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.carousel-fade table p{
	margin-bottom: -5px;
}
@media(max-width: 767px){
	.carousel-fade tr td p:first-child{
		margin-bottom: 0px !important;
		line-height: 1.2 !important;
	}
	.carousel-fade tr td p{
		line-height: 1.2;
	}
	.carousel-fade table tr td:nth-child(3){
		padding-left: 10px;		
	}
	.carousel-fade table tr td:nth-child(2),
	.carousel-fade table tr td:nth-child(3){
		font-size: 11px;	
	}
	#menu-carousel table tr td{
		padding-bottom: 25px !important;
	}
}
.carousel-fade table tr td:nth-child(2),
.carousel-fade table tr td:nth-child(3){
	text-align: right;
	vertical-align: top;
}
#menu-carousel table tr td:first-child{
	text-align: left;
	padding-right: 30px;
}
#menu-carousel table th p strong,
#menu-carousel table th p b{
	text-transform: uppercase;
	letter-spacing: 3px;
}
#menu-carousel table th p i,
#menu-carousel table th p em{
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 100;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}


/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.home section:not(#kontakt) .social{
	position: absolute;
	left: 20px;
	z-index: 999;
	bottom: 20px;
}
/*body:not(.home) .social{
	position: fixed;
	left: 10px;
	z-index: 999;
	bottom: 10px;
}*/
.social a{
	color: #fff;
}
.social .fa{
	color: #FFF;
	font-size: 25px;
	margin: 0px 2px;
	background: #000000 none repeat scroll 0% 0%;
	width: 42px;
	height: 40px;
	padding: 9px 0px 0px;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.social .fa:hover{
	background: #A9A9A9;
}
.contact-text hr{
	background: #000000;
	opacity: 0.6;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.book-btn,
#franchise a{
	padding: 10px 12px 8px;
	letter-spacing: 2px;
	background: #000000 none repeat scroll 0% 0%;
	color: #FFF;
	max-width: 240px;
	margin-top: 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	cursor: pointer;
}
#franchise a{
	padding: 16px 12px 14px;
	max-width: none;
    	width: 100%;
}
.book-btn:hover,
#franchise a:hover{
	opacity: 0.8;
}
@media(min-width: 480px){
	.reservation-modal .modal-dialog{
		width: 400px !important;
		margin: 8vh auto !important;
		height: 550px !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;
}
body:not(.home) #main-image{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}
@media(min-width: 768px){
	body:not(.home) #main-image img{
		min-width: 100%;
   		margin-top: -10%;
	}
}
@media(min-width: 992px){
	#main-image{
		height: 600px;
		height: 70vh;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	#main-image{
		height: 500px;
		height: 70vh;
		max-height: 450px;
	}
}
@media(max-width: 767px){
	#main-image{
		//height: 220px;
		overflow: hidden;
		margin-top: 55px;
	}
}
#page-content .entry-header{
	position: absolute;
	top: -35px;
	margin-left: 15px;
}
#page-content .entry-title,
#page-content .entry-subtitle{
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 40px;
}
#page-content .entry-title{
	color: #f7f7f7;
	text-shadow: -1px -1px 2px rgb(0, 0, 0);
}
#page-content .entry-subtitle{
	color: #222;
	font-size: 35px;
	margin: -11px 0px 0px;
	text-shadow: 0px 0px 0px #666;
}
@media(max-width: 767px){
	#page-content .entry-subtitle{
		font-size: 25px;
	}
}
#page-content .entry-content.margin{
	margin-top: 40px;
}
#page-content .entry-content{
	margin-left: auto;
	margin-right: auto;
}
@media(min-width: 768px){
	#page-content .entry-content{
		text-align: justify;
	}
}
.nav-tabs{
	margin: 0px;
	padding: 0px;
}
.contact-text{
	height: 400px;
	text-align: left;
	text-align: left;
	margin: 20px 0px;
	padding: 0px;
}
#kontakt .container{
	background: #f7f7f7;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, #f7f7f7 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,#f7f7f7 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 0px;
}
.contact-list{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.contact-list li,
.contact-list li a{
	color: #444;
	font-size: 22px;
	letter-spacing: 1px;
	padding: 6px 2px 3px;
	text-decoration: none;
	transition: all 0.2s linear;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.contact-list li:hover{
	opacity: 0.7;
}
.contact-list li{
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}
.contact-list li:first-child{
	border-bottom: 0px !important;
}
.contact-list li:last-child{
	border-top: 0px !important;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.contact-list li a .fa{
	vertical-align: middle;
	color: #444;
	font-size: 14px;
}
.desc{
	padding-left: 30px;
	margin: 10px 0px 15px;
	font-size: 14px;
}
@media(max-width: 500px){
	.desc{
		padding-left: 5px;
	}
}
.desc p{
	margin: 0px 0px 5px;
}
#kontakt{
	margin: 40px 0px 0px;
}
#kontakt .nav-tabs{
	border-bottom: 1px solid #000000;
}
#kontakt .nav-tabs li a{
	border-radius: 0px;
	border-color: #000000 #000000 transparent;
	font-size: 14px;
	text-transform: uppercase;
	color: #555;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
#kontakt .nav-tabs > li:not(.active) > a{
	background: #000000;
	color: #fff;
}
#kontakt .nav-tabs > li:not(.active) > a:hover{
	opacity: 0.8;
}
#page-content .row{
	margin: 0px 0px 40px;
}
#page-content{
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.8;
	text-align: justify;
}
#page-content .column{
	position: relative;
}
#page-content .column .title{
	position: absolute;
	margin-top: -40px;
	margin-left: 2px;
	z-index: 9;
	color: #F7F7F7;
    	text-shadow: -1px -1px 2px #000;
    	text-align: left;
    	text-transform: uppercase;
    	font-weight: bold;
    	letter-spacing: 1px;
    	font-size: 30px;
}
#page-content .column hr{
	max-width: 300px;
	margin-left: 0px;
}
#page-content .column .widget iframe{
	max-width: 300px;
}
@media(min-width: 1200px){
	.container{
		width: 60%;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.container{
		width: 85%;
	}
}
p{
	margin: 0px;
}
.content-button .btn a:hover{
	text-decoration: none;
}
#page-content .row.content-button{
	margin: -35px 0px 40px;
}
.navbar-toggle{
	top: 7px;
	box-shadow: none;
	background: none;
	text-shadow: 0px;
	border: 0px;
}
.icon-bar{
	background: #98C7C8;
}
.content-button .btn a{
	color: #fff;
	text-decoration: none;
}
.content-button .btn{
	border-radius: 1px;
	box-shadow: 0px;
	padding: 6px 12px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	font-size: 15px;
	letter-spacing: 3px;
}
.content-button .btn:hover{
	opacity: 0.7;
}
@media(max-width: 767px){
	nav#main{
		height: auto;
	}
	nav#main ul{
		border: 0px;
		box-shadow: 0px;
	}
	.navbar-collapse.collapse{
		background: #EAEAEA;
		max-height: none;
		border-bottom-right-radius: 8px;
		border: 0px;
	}
	nav#main ul li a{
		border: 0px;
		text-align: right;
		line-height: 0px;
		padding: 15px 5px;
	}
}

a {
	color: #222;
}
footer{
	text-align: center;
}
ul.slides li:nth-child(2) .flex-caption-small{
	text-align: center;
}
.flex-caption .fa-play{
	font-size: 35px;
	border: 5px solid #FFF;
	border-radius: 100%;
	padding-top: 0px;
	text-align: center;
	padding-left: 10px;
	line-height: 45px;
	margin: 15px auto 10px;
	width: 55px;
	height: 55px;
}
.flex-caption .fa-play:hover{
	opacity: 0.7;
}
.video-modal-open{
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	cursor: pointer;
}
nav#main ul li.video-modal-open a{
	//padding: 3px 5px 0px 0px !important;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
nav#main ul li.video-modal-open a .fa{
	font-size: 30px;
	padding-top: 14px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
nav#main ul li a:hover .fa-play{
	border-color: #A9A9A9;
}
.navbar-right{
	margin-right: 10px;
}
#holyVideo.modal{
	background: rgba(0, 0, 0, 0.8);
}
#holyVideo .modal-body h2{
	margin: 0px auto 20px;
	color: rgb(255, 255, 255);
}
#holyVideo .modal-header{
	border: 0px;
}
#holyVideo .modal-dialog{
	width: 100%;
	margin: 0px;
	text-align: center;
}
#holyVideo .modal-content{
	box-shadow: none;
	border: 0px;
	background: transparent;
}
#holyVideo .modal-header .close{
	color: #fff;
	box-shadow: none;
	background: transparent;
	border: 0px;
	opacity: 1;
	font-size: 55px;
	margin-right: 5px;
	margin-top: -10px;
}
#holyVideo .modal-header .close:hover,
#holyVideo .modal-header .close:active,
#holyVideo .modal-header .close:focus{
	box-shadow: none;
	background: transparent;
	border: 0px;
	opacity: 0.6;
}
#holyVideo .modal-dialog video,
.content-video video{
	max-width: 95%;
}
.page-id-286 iframe{
	max-width: 390px;
}
.page-id-209 table{
	max-width: 650px;
	margin: 20px auto 0px;
}
.page-id-209 table tr th{
	font-size: 20px;
}
.page-id-209 #page-content{
	font-size: 16px;
}
@media(max-width: 767px){
	.flex-caption.visible.hidden-xs{
		display: none !important;
	}
}
@media(max-width: 767px){
	.acf-map{
		max-height: 250px;
	}
}
.content-video{
	text-align: center;
}
#page-content .links{
	font-size: 16px;
}
.links ul li a span.fa{
	margin-left: 5px;
}
/** languages **/
.languages{
	z-index: 10;
	bottom: 10px;
	position: fixed;
	right: 5px;
}
.languages ul#qtranslate-chooser{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#qtranslate-chooser li{
	display: inline;
	float: left;
	margin-right: 10px;
}