/* reset style */
.swiper-wrapper {
	overflow: hidden; /* spatne dopocitavani sirky slidu, stranka ma pak horizont. scroller */
}
.f-right {
	float:right!important;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    line-height: normal;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.extratiny {width:20px!important;}
.tiny {width:35px!important;}
.small {width:50px!important;}
.little {width:70px!important;}
.akorat {width:120px!important;}
.normal {width:150px!important;}
.medium {width:190px!important;}
.bigmedium {width:215px!important;}
/*.middle {width:230px!important;}*/
.middleplus {width:250px!important;}
.moremiddle {width:270px!important;}
.big {width:350px!important;}
.morebig {width:410px!important;}
.extrabig {width:450px!important;}
.huge {width:575px!important;}
.extramax {width:610px!important}
.max {width:690px!important}

.smalllong {height:35px!important;}
.nolong {height:50px!important;}
.long {height:100px!important;}
.biglong {height:200px!important;}
.extralong {height:300px!important;}
.maxlong {height:500px!important;}

.hidden {
	display:none;
}
.transparent {
	visibility:hidden!important;
}
.w-max100 {
	max-width:100%;
}

/* tipographi */

body {
    line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

nav ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:hover {}

img {
    border: none;
}

input, select, button, textarea {
    font-family: Tahoma, Geneva, sans-serif;
}

label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}

input, textarea, select {
	background:#fff;
	border:1px solid #826F51;
	padding:10px 10px 10px 10px;
}
input.submit {
  padding:0 30px 0 30px;
	cursor:hand;
	cursor:pointer;
	width:auto!important;
	border:none;
	-webkit-appearance: none;
	height:50px;
	line-height:50px;
	display:block;
	color:#fff;
	background:#391800;
	text-align:center;
	box-shadow:none;
	font-size:130%;
}


/*** table1 ***/
table.table1 {

}
table.table1 th, table.table1 td {
	vertical-align:center;
	border-bottom:1px solid #826F51;
	text-align:left;
}
table.table1 tr:last-child th, table.table1 tr:last-child  td {
	border-bottom:none;
}
table.table1 th {
	width:150px;
	vertical-align:center;
	padding:15px 10px 5px 0;
	text-align:left;
	
}
table.table1 thead th {
	padding-right:0;
}

table.table1 td {
	padding:5px 0 5px 0;
}

/*** table2 ***/
table.table2 {

}
table.table2 th, table.table2 td {
	vertical-align:center;
	border-bottom:1px solid #826F51;
	text-align:left;
	padding:10px 10px 10px 10px;
}
table.table2 td:first-child {
	padding-left:0;
}
table.table2 td:last-child {
	padding-right:0;
}







/* clearfix */

.cf:after {
    clear: both;
    display: block;
    content: ".";
    height: 0px;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.cf {
    display: inline-block;
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

li.cf {
    display: list-item;
}


/* fonts */

@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700&subset=latin,cyrillic);

/*@font-face {
	font-family: 'Moyenage';
	src: url('fonts/moyenage.eot');
	src: local('moyenage'),
  url('fonts/moyenage.eot?#iefix') format('embedded-opentype'),
  url('fonts/moyenage.woff') format('woff'),
  url('fonts/moyenage.ttf') format('truetype');
  }*/

@font-face {
    font-family: 'Moyenage';
    src: url('fonts/moyenage.otf');
}

body {
    background: url(../i/c-bg-old-style-m.jpg) repeat;
    font-family: 'PT Serif', serif;
    font-size: 114%;
}

a, a:hover {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.separator-btn {
    text-align: center;
    display: none;
}

.separator-btn a {
    opacity: 1;
    filter: alpha(Opacity=100);
}

.separator-btn a:hover {
    opacity: 0.9;
    filter: alpha(Opacity=90);
}

#fade {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    opacity: 0.7;
    z-index: 9999;
}

.beer-popup {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 646px;
    height: 646px;
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    display: none;
    left: 50%;
    top: 50%;
}

.beer-popup:before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 23px solid #7e141e;
    width: 600px;
    height: 600px;
    position: absolute;
    content: '';
    z-index: 99;
    top: 0;
    left: 0;
}

.beer-popup img {
    width: 100%;
    position: absolute;
}

.beer-popup .wrapper {}

.beer-popup .middle {
    width: 100%;
    text-align: center;
    /*background: #7e141e;*/
    background: rgba(126,20,30,.5);
    position: absolute;
    bottom: 20%;
    z-index: 999;
    padding: 20px 1.5em;
    box-sizing:border-box;
}

.beer-popup strong {
    font-family: 'Moyenage';
    font-size: 2.5em;
    color: #fff;
    font-weight: 400;
    display: block;
    padding-inline: 2em;
}

.beer-popup p {
    font-size: 16px;
    color: #fff;
    line-height: 1.2em;
    padding: 10px 90px 0;
}

/*** format text ***/
div.format-text {
	text-align:left;
}
div.format-text table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	border:0!important;
}
div.format-text table th, div.format-text table td {
	white-space:nowrap;
	vertical-align:top;
	padding:8px 5px 5px 0;
	border:0!important;
}
div.format-text table thead th {
	padding-right:0;
}
div.format-text table td, div.format-text table th {
	border-bottom:1px solid #322817!important;
}
div.format-text table td {
	padding:5px 0 5px 0;
}
div.format-text img {
	margin:0 0 5px 0;
}
div.format-text img.f-left {
	margin:0 15px 5px 0;
}
div.format-text img.f-right {
	margin:0 0 5px 15px;
}
div.unusedfotos img {
	margin:0 5px 5px 0;
}
div.format-text a:hover img {

}
div.format-text {
	line-height:1.4em;
}
div.format-text h2 {
	font-weight:bold;
	font-size:130%;
	margin:0 0 15px 0;
}
div.format-text h3 {
	font-weight:bold;
	font-size:120%;
	margin:0 0 10px 0;
}
div.format-text ul, div.format-text ol {
	margin:0 0 10px 25px;
	padding:0;
}
div.format-text ul li {
	list-style:disc;
	margin:0 0 7px 0;
	padding:0 0 0 0;
	text-align:left;
}
div.format-text ol li {
	margin:0 0 7px 25px;
	padding:0 0 0 0;
	text-align:left;
}
div.format-text p {
	padding-bottom:20px;
}

.map-ico {
	border-radius:50%;
	width:40px;
	height:40px;
	background:black;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:10px 10px 0 0;
}
.map-ico img {
	width:26px!important;
	height:auto!important;
	display:block;
}
/* map */

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*display: none;*/
}

#map .a {
    width: 15%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 30%;
    z-index: 999;
}

#map .b {
    width: 15%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 18%;
    z-index: 999;
}

#map .layer-a, #map .layer-b {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.a:hover + .layer-a {
    display: block !important;
}

.b:hover + .layer-b {
    display: block !important;
}

#map img {
    width: 100%;
    position: absolute;
    top: 0;
}

#map-mobile {
    display: none;
    text-align: center;
    padding-top: 25px;
    position: relative;
}

#map-mobile h1 {
    font-size: 16px;
}

#map-mobile a {
    text-decoration: none;
}

#map-mobile li {
    display: inline-block;
    padding: 20px;
}

#map-mobile span {
    font-family: 'Moyenage';
    font-size: 26px;
    color: #000;
    display: block;
    padding-top: 6px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#map-mobile a:hover span {
    color: #c71f2a;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}


/* header */

header {
    background: url(../i/h-bg.png) repeat-x;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 215px;
    position: fixed;
    z-index: 999;
}

header .logo {
    display: inline-block;
    position: relative;
    z-index: 99;
}

header .slogan {
    display: flex;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 30%;
    margin-left: 14%;
    z-index: 99;
}

header .slogan .m {
    display: none;
}

header .slogan img {
    width: 100%;
}

header nav {
    position: absolute;
    top: 40%;
    right: 0;
}

header nav .down:before {
    background: url(../i/h-nav-list.png) no-repeat top;
    width: 30px;
    height: 31px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    content: '';
}

header nav .down.active:before {
    background: url(../i/h-nav-list-a.png) no-repeat;
}

header nav ul li {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

header nav ul li a {
    font-family: 'Moyenage';
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
}

header nav ul li.active a {
    color: #c71f2a;
}



/*header nav ul li.active:after {
    background: url(../i/h-nav-active.png) no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    top: -7px;
    right: -7px;
    content: '';
}*/

header nav ul li a:hover {
    color: #c71f2a;
}

.produktymenu a {
	background:#BB1D28;
	padding:5px;
}
.produktymenu a:hover, li.produktymenu.active a {
	background:black;
	color:white;
}

.language {
    position: absolute;
    top: 67%;
    right: 0;
}

.language ul {
    display: none;
}

.language a {
    font-family: 'Moyenage';
    font-size: 1.3em;
    color: #c71f2a;
    text-decoration: none;
}

.language a:hover {
    color: #fff;
}

.page-in h2 {
	margin:0 0 40px 0;
}
.page-in {
	line-height:1.3em;
}
/* media */

#media {
    position: relative;
    z-index: 9;
}

#media.web {
    z-index: 99;
}

#media:after {
    background: url(../i/c-thingies-separator.png) repeat-x;
    width: 100%;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    content: '';
}

#media .middle {
    text-align: center;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    height: 100%;
}

#media .middle:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.67em;
}

#media .middle .wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    /*padding-top: 80px;*/
}

#media strong {
    background: #201310;
    display: inline-block;
    text-align: center;
    font-family: 'Moyenage';
    font-size: 5em;
    color: #fff;
    font-weight: 400;
    margin: 8px 0;
    padding: 24px 20px 10px 20px;
}

#media h1 {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    font-family: 'Moyenage';
    font-size: 5em;
    color: #ffffff;
    z-index: 9;
}

#media .head-h {
    width: 96%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left:2%;
    font-family: 'Moyenage';
    font-size: 4em;
    color: white;
    z-index: 9;
    xtext-shadow:#000 0 0 3px;
}

#media img {
    width: 100%;
    display: block;
}

#media .info {
    background: #000;
    padding: 30px 0;
}

#media .info h1 {
    position: relative;
    bottom: inherit;
    display: block;
}

#media .info h2 {
    font-family: 'Moyenage';
    font-size: 5em;
    color: #b3282d;
    display: block;
    padding-top: 20px;
}


/* beer-brand */

#beer-brand {
    background: url(../i/c-bg-old-style-m.jpg) repeat;
    width: 100%;
    padding-bottom: 8%;
    position: relative;
}

#beer-brand:after {
    background: url(../i/c-thingies-separator.png) repeat-x;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -15px;
    content: '';
    z-index: 99;
}

.web-title {
    text-align: center;
    padding: 14% 0 3% 0;
}

.web-title h2 {
    display: block;
    font-family: 'Moyenage';
    font-size: 7em;
    color: #261c0d;
    line-height: 1.3em;
}


/* table */

.bb-table {
    width: 100%;
    display: table;
    padding-top: 5%;
}

.bb-table:before {
    background: url(../i/c-gray-horse.png) no-repeat;
    width: 14%;
    height: 247px;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -55%;
}

.bb-table .tr {
    display: table-cell;
}

.bb-table .tr p {
    max-width: 485px;
    font-size: 1.2em;
    padding-right: 10px;
    color: #261c0d;
    line-height: 1.3em;
}

.bb-table .mb strong {
    font-family: 'Moyenage';
    font-size: 32px;
    color: #000;
    line-height: 35px;
    font-weight: 400;
}

.up-down {
    position: relative;
    padding-bottom: 7px;
    border-bottom: 2px solid #826f51;
}

.up-down .down {
    position: absolute;
    top: -30px;
    right: 0;
}

.up-down a:before {
    background: url(../i/c-info.png) no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 6px;
}

.up-down a:after {
    background: url(../i/c-up-down-arrows.png) no-repeat;
    width: 11px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    content: '';
}

.up-down a.active:after {
    background-position: bottom;
}


/* beer-menu */

.beer-menu {
    width: 100%;
    display: table;
    padding-top: 5%;
    position: relative;
}
.food-menu {
	padding-top:0;
}
.beer-menu .vertical-title {
    text-align: right;
    position: absolute;
    top: 275px;
    left: -205px;
}

.vertical-title:before {
    background: url(../i/c-line-title-vertical.png) repeat-x;
    width: 5000px;
    height: 15px;
    position: absolute;
    content: '';
    top: -50px;
    right: 0px;
}

.beer-menu .bm-menu {
    width: 100%;
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.beer-menu .bm-menu h2 {
    xborder-bottom: 1px solid #322817;
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #000;
    padding-bottom: 20px;
    margin-top:5%;
}

.beer-menu .bm-menu h2 span {
    color: #c81f2a;
}

/*.beer-menu .bm-menu p {
    font-size: 1.3em;
    color: #261c0d;
    font-style: italic;
    line-height: 1.3em;
    padding: 20% 0;
}*/

.beer-menu .bm-menu img {
    width: 100%;
}

.beer-menu .bm-td {
    width: 4%;
    display: table-cell;
    position: relative;
}

.beer-menu .bm-beer {
    xwidth: 66%;
    width: 100%;
    display: table-cell;
}

.beer-menu .bm-beer h3 {
    border-bottom: 1px solid #322817;
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #000;
    padding-bottom: 20px;
}

.beer-menu .bm-beer h3 span {
    color: #c81f2a;
}

.beer-menu .bm-beer ul.brand {
    padding-top: 3%;
    display: block;
}

.beer-menu .bm-beer ul.brand li {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    background: #a0222a;
    width: 200px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
    margin-right: 2%;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    text-align:center;
}

.beer-menu .bm-beer ul.brand li:hover {
    background: #fff;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.beer-menu .bm-beer ul.brand li a {
    height: 100%;
    text-decoration: none;
    display: block;
    width: 100%;
    padding-inline: 1em;   
		box-sizing: border-box; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

ul.brand li span.brand-price {
    color:#A0222A;
    font-size:110%;
    margin:5px 0 0 0;
    display:inline-block;
    font-family: 'Moyenage';
}

.beer-menu .bm-beer ul.brand li a:hover span {
    color: #a0222a;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.beer-menu .bm-beer ul.brand li a span {
    font-family: 'Moyenage';
    font-size: 2.2em;
    line-height:1.3em;
    color: #fff;
    display: inline-block;
    padding: 45px 0 0 45px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.beer-menu .bm-beer ul.brand li a img {
    width: 100%;
    display: block;
}

.beer-menu .bm-beer > strong {
    font-size: 1.6em;
    color: #261c0d;
    font-style: italic;
    font-weight: 400;
    padding-top: 30px;
    display: block;
}

.beer-menu .bm-beer ul.grade {
    padding-top: 30px;
}

.beer-menu .bm-beer ul.grade li {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    background: #000;
    width: 126px;
    height: 126px;
    opacity: 0.5;
    filter: alpha(Opacity=50);
    display: inline-block;
    margin-right: 24px;
}

.beer-menu .bm-beer ul.grade li span {
    font-family: 'Moyenage';
    font-size: 1.3em;
    color: #e5cda0;
    display: block;
    padding: 34px 0 0 32px;
}


/* neu */

.neu {
    width: 100%;
    display: table;
    padding-top: 5%;
    position: relative;
}

.neu .vertical-title {
    text-align: right;
    position: absolute;
    top: 205px;
    left: -205px;
}

.neu .td {
    width: 31%;
    display: table-cell;
    position: relative;
    /*vertical-align: top;*/
}

.neu .td-n {
    width: 4%;
    display: table-cell;
    position: relative;
}

.neu > div > strong {
    font-family: 'Moyenage';
    font-size: 2.2em;
    color: #261c0d;
    font-weight: 400;
    vertical-align: bottom;
    display: table-cell;
    text-align: center;
    border-bottom: 2px solid #826f51;
    padding-bottom: 12%;
}

.neu .photo {
    text-align: center;
    xpadding-top: 18%;
    xmax-height: 225px;
}

.neu .photo img {
	width:328px;
}

.neu p {
    max-width: 400px;
    font-size: 1.3em;
    color: #261c0d;
    text-align: center;
    padding: 1em 0 0;
    margin: 0 auto;
}

.title-mb {
    width: 100%;
    display: none;
    border-bottom: 2px solid #826f51;
    padding-bottom: 8px;
    padding-top: 14%;
}

.title-mb strong {
    font-family: 'Moyenage';
    font-size: 21px;
    color: #000;
    font-weight: 400;
}


/* menu-brewer */

#menu-brewer {
    background: url(../i/c-bg-old-style-m.jpg) repeat;
    width: 100%;
    padding-bottom: 8%;
    position: relative;
    overflow: hidden;
}


/* restaurant-brewery */

.restaurant-brewery {
    width: 100%;
    display: table;
    padding-top: 6%;
    position: relative;
}

.restaurant-brewery .vertical-title {
    text-align: right;
    position: absolute;
    top: 275px;
    left: -205px;
}

.restaurant-brewery .mb strong, .brew-beer .mb strong, #gallery strong {
    font-family: 'Moyenage';
    font-size: 20px;
    color: #000;
    line-height: 35px;
    font-weight: 400;
}

.rest-content {
	display:flex;
	justify-content:space-between;
}
.rest-content h2, .rest-content h3 {
  font-family: 'Moyenage';
  font-size: 3em;
  color: #261c0d;
  display: block;
  padding-top: 35px;
  margin:0 0 20px 0;
}
.rest-content h3 {
  color: #C71F2A;
}
.rest-content-l {
	width:64%;
}
.rest-content-r {
	width:32%;
}
.rest-content-r strong {
	font-family: 'Moyenage';
  font-size: 2em;
  color: #251B0C;
  font-weight: 400;
  margin: 20px 0 20px 0;
  display: block;
}
.rest-content-l-in {
	display:flex;
	justify-content:space-between;
}
.rest-content-l-in > * {
	width:48%;
}
.restaurant-brewery-img {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0 0 20px 0;
}
.restaurant-brewery-img img {
	margin:0 0 10px 0;
	width:31%;
}
.rest-content p {
	font-size: 1.5em;
  line-height: 1.2em;
  margin:0 0 10px 0;
}
.rest-content-r p {
	font-size: 1.2em;
}
.kuchar-photo {
	max-width:100%;
}

.restaurant-brewery h2 {
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #261c0d;
    white-space: nowrap;
    display: block;
    padding-top: 35px;
    z-index: 9;
    margin:0 0 20px 0;
}

.restaurant-brewery .td {
    width: 31%;
    display: table-cell;
    position: relative;
    vertical-align: top;
    padding-top:20%;
}

.restaurant-brewery .td:last-child {
    padding-top: 4px;
}

.restaurant-brewery .td-n {
    width: 4%;
    display: table-cell;
    position: relative;
}

.restaurant-brewery .icon {
    width: 100%;
    height: 230px;
    text-align: center;
    border-bottom: 2px solid #826f51;
}

.restaurant-brewery .icon img {
    height: 75%;
}

.restaurant-brewery > div > div > p {
    font-size: 1.5em;
    line-height: 1.2em;
    padding-top: 40px;
}

.restaurant-brewery .rb-brewery {
    position: relative;
}

.restaurant-brewery .rb-brewery .wrap {
    position: relative;
    padding: 0 0 0 0;
}

/*.restaurant-brewery .rb-brewery .tree-bg {
    background: url(../i/c-tree-bg.jpg) repeat;
    width: 1000%;
    height: 100%;
    position: absolute;
}

.restaurant-brewery .rb-brewery .tree-bg:before {
    background: url(../i/c-thingies-tree-t.png) repeat-x;
    width: 100%;
    height: 13px;
    position: absolute;
    top: -13px;
    left: 0;
    content: '';
}

.restaurant-brewery .rb-brewery .tree-bg:after {
    background: url(../i/c-thingies-tree-b.png) repeat-x;
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: -13px;
    left: 0;
    content: '';
}*/

.restaurant-brewery .rb-brewery h3 {
    font-family: 'Moyenage';
    font-size: 3em;
    color: #c81f2a;
}

.restaurant-brewery .rb-brewery .photo {
    padding-top: 5%;
}

.restaurant-brewery .rb-brewery .photo img {
    width: 100%;
    display: block;
}

.restaurant-brewery .rb-brewery strong {
    font-family: 'Moyenage';
    font-size: 2em;
    color: #251B0C;
    font-weight: 400;
    margin-top: 20px;
    display: block;
}

.restaurant-brewery .rb-brewery p {
    font-size: 1.2em;
    color: #251B0C;
    line-height: 1.2em;
    padding-top: 20px;
}


/* menu */

.menu {
    width: 100%;
    display: table;
    padding-top: 7%;
    position: relative;
}

.menu .vertical-title {
    text-align: right;
    position: absolute;
    top: 155px;
    left: -205px;
}

.menu h4 {
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #c81f2a;
    display: block;
}

.menu ul.tabs {
    padding-top: 20px;
}

.menu ul.tabs li {
    padding: 8px 0 8px 0;
}

.menu ul.tabs li a {
    font-size: 2.3em;
    color: #c8202a;
    text-decoration: none;
    font-weight: bold;
}

.menu ul.tabs li a:before {
    background: url(../i/c-menu-tab-arrow.png) no-repeat bottom;
    width: 26px;
    height: 31px;
    display: inline-block;
    content: '';
    margin-right: 18px;
}

.menu ul.tabs li a.active:before {
    background-position: top;
}

.menu ul.tabs li a:hover {
    border-bottom: 2px dashed #c8202a;
}

.menu .wrap {
    border-top: 2px solid #826f51;
    border-bottom: 2px solid #826f51;
    width: 100%;
    padding: 25px 0;
    margin: 20px 0;
}

.menu .list {
    width: 42%;
    display: table-cell;
    vertical-align: top;
}

.menu .td {
    width: 6%;
    display: table-cell;
    vertical-align: top;
}

.menu .list li {
    display: table;
    width: 100%;
    line-height: 1.2em;
    font-size: 1.5em;
}

.menu .list p {
    width: 80%;
    display: table-cell;
    vertical-align: top;
}

.menu .list span {
    width: 20%;
    display: table-cell;
    vertical-align: top;
    text-align: right;
}


/* beer-list */

#beer-list {
    background: url(../i/c-tree-bg.jpg) repeat;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 4% 0 5%;
    z-index: 99;
}

#beer-list:before {
    background: url(../i/c-thingies-tree-t.png) repeat-x;
    width: 100%;
    height: 13px;
    position: absolute;
    top: -13px;
    left: 0;
    content: '';
}

#beer-list:after {
    background: url(../i/c-thingies-tree-b.png) repeat-x;
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: -13px;
    left: 0;
    content: '';
}

#beer-list h2 {
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #c81f2a;
    display: block;
}

#beer-list ul {
    padding-top: 20px;
}

#beer-list ul li {
    width: 100%;
    display: table;
    margin: 35px 0;
}

#beer-list ul li p {
    width: 80%;
    display: table-cell;
    font-size: 2.6em;
    color: #fff;
    font-weight: bold;
}

#beer-list ul li span {
    width: 20%;
    display: table-cell;
    font-size: 2.6em;
    color: #fff;
    font-weight: 400;
    text-align: right;
}

.beer-list-it {
    display: none;
}


/* brewery */

#brewery {
    background: url(../i/c-bg-old-style-m.jpg) repeat;
    width: 100%;
    padding-bottom: 8%;
    position: relative;
    overflow: hidden;
}

#brewery:after {
    background: url(../i/c-thingies-separator.png) repeat-x;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -15px;
    content: '';
    z-index: 99;
}


/* brew-beer */

.brew-beer {
    width: 100%;
    display: table;
    padding-top: 5%;
    position: relative;
}

.brew-beer h2 {
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #c81f2a;
    border-bottom: 2px solid #826f51;
    padding-bottom: 25px;
    display: block;
}

.brew-beer .vertical-title {
    text-align: right;
    position: absolute;
    top: 315px;
    left: -205px;
}

.brew-beer > div > p {
    max-width: 890px;
    margin: 0 auto;
    font-size: 1.5em;
    color: #000;
    line-height: 1.2em;
    font-style: italic;
    text-align: center;
    padding-top: 3%;
}

.brew-beer .br-table {
    width: 100%;
    display: table;
    padding-top: 8%;
    min-height:1400px;
}

.brew-beer .br-table .td {
    width: 27%;
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.brew-beer .br-table .td.w380 {
    /*width: 30%;*/
}

.brew-beer .br-table .td:last-child {
    width: 40%;
}

.brew-beer .br-table .td-n {
    display: table-cell;
    vertical-align: top;
    position: relative;
    /*width: 6%;*/
}

.brew-beer .br-table .wrapper-as {
    position: relative;
}

.brew-beer .block {
    width: 380px;
    position: absolute;
    z-index: 99;
}

.brew-beer .block.two {
    /*padding-top: 70px;*/
    margin: 68px 0 0 380px;
}

.brew-beer .block.three {
    /*padding-top: 130px;*/
    margin-top: 265px;
}

.brew-beer .block.four {
    /*padding-top: 420px;*/
    margin: 800px 0 0 380px;
}

.brew-beer .block.five {
    /*padding-top: 200px;*/
    margin-top: 1055px;
}

.brew-beer .separator {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

.brew-beer .separator:before {
    background: #c81f2a;
    width: 21%;
    height: 9px;
    position: absolute;
    left: 0;
    content: '';
}

.brew-beer .separator:after {
    background: #231f20;
    width: 75%;
    height: 9px;
    position: absolute;
    right: 0;
    content: '';
}

.brew-beer .nb {
    width: 21%;
    float: left;
    font-family: 'Moyenage';
    font-size: 2em;
    color: #c91f2a;
    text-align: right;
    line-height: 1.8em;
}

.brew-beer .photo {
    padding-bottom: 30px;
    text-align: center;
}

.brew-beer .text {
    width: 75%;
    float: right;
}

.brew-beer .text strong {
    font-family: 'Moyenage';
    font-size: 2.6em;
    font-weight: 400;
    line-height: 1.3em;
}

.brew-beer .text p {
    font-size: 0.9em;
    line-height: 1.2em;
}

.brew-beer .rb-brewery {
    position: relative;
}

.brew-beer .rb-brewery .wrap {
    position: relative;
    padding: 8% 0 8% 12%;
}

.brew-beer .rb-brewery .tree-bg {
    background: url(../i/c-tree-bg.jpg) repeat;
    width: 1000%;
    height: 100%;
    position: absolute;
}

.brew-beer .rb-brewery .tree-bg:before {
    background: url(../i/c-thingies-tree-t.png) repeat-x;
    width: 100%;
    height: 13px;
    position: absolute;
    top: -13px;
    left: 0;
    content: '';
}

.brew-beer .rb-brewery .tree-bg:after {
    background: url(../i/c-thingies-tree-b.png) repeat-x;
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: -13px;
    left: 0;
    content: '';
}

.brew-beer .rb-brewery h3 {
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #c81f2a;
}

.brew-beer .rb-brewery .photo {
    margin-top: 50px;
}

.brew-beer .rb-brewery .photo img {
    width: 100%;
    display: block;
}

.brew-beer .rb-brewery strong {
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #fff;
    font-weight: 400;
    margin-top: 50px;
    display: block;
}

.brew-beer .rb-brewery p {
    font-size: 1.5em;
    color: #fff;
    line-height: 1.2em;
    padding-top: 45px;
}


/* production-beer */

.production-beer {
    width: 100%;
    display: table;
    padding-top: 14%;
    position: relative;
}

.production-beer h4 {
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #000;
    border-bottom: 2px solid #826f51;
    padding-bottom: 25px;
    display: block;
}

.production-beer h4 span {
    color: #c81f2a;
}

.production-beer .vertical-title {
    text-align: right;
    position: absolute;
    top: 315px;
    left: -205px;
}

.production-beer > p {
    max-width: 890px;
    margin: 0 auto;
    font-size: 1.5em;
    color: #000;
    line-height: 1.2em;
    font-style: italic;
    text-align: center;
    padding-top: 3%;
}

.production-beer ul {
    padding-top: 6%;
}

.production-beer ul li {
    padding: 0 30px 30px 0px;
    float: left;
}

.production-beer ul .circle-title {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    background: #a0222a;
    width: 136px;
    height: 136px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    overflow: hidden;
}

.production-beer ul .circle-title span {
    font-family: 'Moyenage';
    font-size: 1em;
    color: #fff;
    display: block;
    padding: 30px 0 0 34px;
}

.production-beer ul .circle-title span:before {
    background: #fff;
    width: 100%;
    height: 9px;
    display: block;
    content: '';
    margin-bottom: 6px;
}

.production-beer ul .text {
    display: inline-block;
    vertical-align: top;
}

.production-beer ul .text .middle {
    height: 136px;
    display: table-cell;
    vertical-align: middle;
}

.production-beer ul .text p {
    max-width: 260px;
    font-size: 1.1em;
    padding: 0 10px;
}



/* produkty */
#produkty {
    background: url(../i/c-bg-old-style-m.jpg) repeat;
    width: 100%;
    padding-top: 12%;
    padding-bottom: 8%;
    position: relative;
    overflow: hidden;
}



/* brew-beer */

.produkty-in {
    position: relative;
}
.produkty-in-in {
    padding-top: 3%;
}
.produkty-in h2 {
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #c81f2a;
    border-bottom: 2px solid #826f51;
    padding-bottom: 25px;
    display: block;
    margin:0 0 25px 0;
}

.produkty-in .vertical-title {
    text-align: right;
    position: absolute;
    top: 315px;
    left: -205px;
}

.shop {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.shop .shop-item {
	width:32%;
	padding:15px;
	border:1px solid #826F51;
	background-color:rgba(192,173,136,0.5);
	justify-content:center;
	margin:0 0 2% 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  flex-wrap:wrap;
}
.shop .shop-item > * {
	width:100%;
}
.shop .shop-item > span {
	display:block;
}
.shop .shop-item-img {
	max-height:200px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:white;
	margin:0 0 15px 0;
	padding:10px;
}
.shop .shop-item-img img {
	max-width:100%;
	max-height:200px;
	display:block;
	margin:auto;
}
.shop .shop-item-title {
	font-weight:bold;
	margin:0 0 10px 0;
}
.shop .shop-item-desc {
	margin:0 0 20px 0;
}
.shop .shop-item .cena-ks {
	display:flex;
	justify-content:space-between;
	margin:auto 0 0 0;
	align-items:center;
}
.shop .shop-item-cena {
	font-weight:bold;
}
.shop .polozky {
	padding:10px;
	width:30px;
	text-align:center;
}

.objednavka {
	background:#261C0D;
	color:white;
	padding:40px;
	margin:25px auto 0 auto;
	text-align:center;
}
.objednavka h3 {
  font-family: 'Moyenage';
  font-size: 2.6em;
  color: #EDD1AA;
  border-bottom: 1px solid #E2CB9F;
  padding-bottom: 25px;
  display: block;
  margin:25px 0 25px 0;
}
.objednavka .cena-celkem {
	margin:0 0 15px 0;
	font-size:130%;
}
.objednavka table {
	margin:0 auto 0 auto;
}
.objednavka table input.submit {
	background:#EDD1AA;
	color:#261C0D;
}
.objednavka table input {
	max-width:100%!important;
}











/* gallery */

#gallery {
    position: relative;
}

#gallery .absolute {
    width: 100%;
    position: absolute;
    z-index: 99;
}

#gallery .absolute {
    width:auto;
}
#gallery .wrapper-ws {
    width:auto!important;
    
}
#gallery h2 {
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #fff;
		margin:60px 0 0 220px!important;
}

#gallery ul {
    width: 100%;
    /*display: table;*/
}

#gallery ul li {
    width: 25%;
    
    float: left;
    display: block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}   

#gallery ul li .title-g {
    background: #000;
    position: absolute;
    bottom: 15%;
    z-index: 99;
    padding: 7px 10px 7px 90px;
}

#gallery ul li .title-g strong {
    font-family: 'Moyenage';
    font-size: 2em;
    color: #fff;
    font-weight: 400;
}

#gallery ul li a {
    width: 100%;
    padding-top:66%;
    display: block;
    position: relative;
    background-size:cover;
}

#gallery ul li a:before {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    content: '';
    opacity: 0.1;
    filter: alpha(Opacity=10);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#gallery ul li:hover a:before {
    opacity: 0;
    filter: alpha(Opacity=0);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#gallery ul li img {
    width: 101%;
    display: block;
}

#gallery .social-l {
    text-align: center;
    padding-top: 20px;
    display: none;
}

#gallery .social-l a {
    font-family: 'Moyenage';
    font-size: 100px;
    color: #000;
    text-decoration: none;
}

#gallery .social-l p {
    font-size: 13px;
    padding-top: 25px;
}


/* contacts */

#contacts {
    background: url(../i/c-bg-old-style-m.jpg) repeat;
    width: 100%;
    padding: 0% 0 15%;
    position: relative;
    overflow: hidden;
}

#contacts:before {
    background: url(../i/c-thingies-separator.png) repeat-x;
    width: 100%;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    content: '';
}


/* view */

.view {
    width: 100%;
    padding-top: 8%;
    position: relative;
}

.view h2 {
    font-family: 'Moyenage';
    font-size: 4.2em;
    color: #000;
    border-bottom: 2px solid #826f51;
    padding-bottom: 25px;
    display: block;
}

.view .vertical-title {
    text-align: right;
    position: absolute;
    top: 240px;
    left: -205px;
}

.view .ct-list {
    width: 100%;
    display: table;
    padding-top: 4%;
}

.view .ct-list ul {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.view .ct-list ul li {
    width: 100%;
    display: table;
    font-size: 1.3em;
    line-height: 1.2em;
    padding-bottom: 3px;
}

.view .ct-list ul li a {
    color: #c81f2a;
    text-decoration: none;
}

.view .ct-list ul li a:hover {
    text-decoration: underline;
}

.view .ct-list ul li .l {
    width: 43%;
    display: table-cell;
    vertical-align: top;
}

.view .ct-list ul li .r {
    width: 54%;
    display: table-cell;
    vertical-align: top;
}

.view .ct-list .td {
    width: 3%;
    display: table-cell;
    vertical-align: top;
}

.view .ct-list .maps {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    height:24em;
}

.view .ct-list .maps iframe {
    width: 100%;
    height: 100%;
}

.maps-m {
    display: none;
}


.oceneni {
	position:relative;
	display:inline-block;
	margin:0 10px 10px 0;
}
.oceneni span {
	font-size:11px;
	color:black;
	text-decoration:none;
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	top:0;
	font-weight:bold;
}
/* footer */

footer {
    background: #1a1a1a;
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 999;
    bottom: 0;
}

footer .wrapper-ws {
    height: 100%;
}


footer .social {
    /*background: url(../i/f-social.png) no-repeat bottom center;*/
    width: 342px;
    font-family: 'Moyenage';
    font-size: 16px;
    color: #fff;
    padding-bottom: 11px;
    position: absolute;
    bottom: 0;
}

footer .social a {
    font-family: 'Moyenage';
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0 2px;
    border-bottom:5px solid transparent;
    padding-bottom:4px;
}


footer .social a.social-fb {
	border-color:#4b6ea8;
}
footer .social a.social-gp {
	border-color:#da2200;
}
footer .social a.social-x {
	border-color:#1dbae3;
}
footer .social a.social-yt {
	border-color:#cc3925;
}
footer .social a.social-ta {
	border-color:#45a544;
}
footer .social a.social-ig {
	border-color:#125688;
}
footer .social a.social-ye {
	border-color:#C41200;
}
footer .social a.social-fs {
	border-color:#FA4778;
}
footer .social a.social-p {
	border-color:#cc2127;
}

footer .social a:hover {
    color: #c71f2a;
}

footer .contacts {
    float: right;
    margin: 24px 30px 0 0;
}

footer .contacts p, footer .contacts a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

footer .contacts a:hover {
    text-decoration: underline;
}

footer .contacts span {
    display: inline-block;
    margin: 0 15px;
}

footer .slogan {
    width: auto;
    float: right;
    margin-top: 14px;
    display: inline-block;
    text-align: right;
    display: none;
}


/* ========================= */

.language_wrapper {
    display: block;
}

.language_map {
    top: 40%;
    color: #fff;
    font-size: 1.25em;
}

.map-title {
    position: absolute;
    top: 40%;
    left: 44%;
    color: #fff;
    font-size: 1.75em;
    font-style: italic;
    display: block;
}

@media screen and (max-width: 900px) {
    .language_wrapper, .map-title {
        display: none;
    }
}

.neu > div > strong {
    padding-bottom: .5em;
    border-bottom: none;
    font-size:20px;
}

.neu .photo {
    border-top: 2px solid #826f51;
    padding-top: 2em;
}

.production-beer ul li {
    float: none;
    display: inline-block;
}

.production-beer ul .circle-title span {
    font-size: .8em;
    padding: 30px 1px 0 24px;
}

.beer-menu .bm-beer ul.grade li {
    vertical-align: top;
}

.beer-menu .bm-beer ul.brand li a span {
    font-size: 1em;
    padding: 0 1em 0 1em;
}

.beer-menu .bm-beer ul.grade li span {
    font-size: 1em;
    padding: 34px 0 0 1em;
}

.language, .language a, .language a:active, .language a:visited {
    color: #fff;
}

.language a:hover, .language a.active {
    color: #c71f2a;
}

.beer-popup .close {
    bottom: 5px;
    color: #fff;
    font-size: 1em;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 9999;
    text-decoration: none;
    font-weight: bold;
}

.responsive-video {
    max-width: 100%;
    height: auto;
}

.ct-list span {
    white-space: nowrap;
}

.beer-menu .bm-beer ul.grade li span, .web-title, .beer-menu .bm-beer ul.brand li a span {
    overflow-wrap: break-word;
    /* ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ IE, Firefox; ıÂŽÄË›ÄıĽıÂŽÄÄŵıâ₎‘ıÂıÂŽ ÄıÄıŵÄıźÄÂ¸ÄÄŵÄıĄ word-wrap */
    word-wrap: break-word;
    /*word-break: break-all;
    /* ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ Opera12.14, ÄË‷ÄËÄÂ°ıâ₎ĄÄÄŵÄËÄÂ¸ÄÄŵ keep-all ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ıÂıÂŽ IE, Chrome */
    line-break: loose;
    /* ÄËÄÄŵıâ₎‘ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄıÄÂ¸ ÄÂ´ÄıĽıÂŽ ıâ‹űıÂıÂıÂÄıÄıŵÄı‹Äıŵ ıÂŽÄË‷ıâ₎ŷÄıÄÂ° */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    /* ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ IE, Opera12.14, ÄË‷ÄËÄÂ°ıâ₎ĄÄÄŵÄËÄÂ¸ÄÄŵ auto ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ıÂıÂŽ Chrome */
}

#media .info h1, #media .info h2 {
    overflow-wrap: break-word;
    /* ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ IE, Firefox; ıÂŽÄË›ÄıĽıÂŽÄÄŵıâ₎‘ıÂıÂŽ ÄıÄıŵÄıźÄÂ¸ÄÄŵÄıĄ word-wrap */
    word-wrap: break-word;
    word-break: break-all;
    /* ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ Opera12.14, ÄË‷ÄËÄÂ°ıâ₎ĄÄÄŵÄËÄÂ¸ÄÄŵ keep-all ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ıÂıÂŽ IE, Chrome */
    line-break: loose;
    /* ÄËÄÄŵıâ₎‘ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄıÄÂ¸ ÄÂ´ÄıĽıÂŽ ıâ‹űıÂıÂıÂÄıÄıŵÄı‹Äıŵ ıÂŽÄË‷ıâ₎ŷÄıÄÂ° */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    /* ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ IE, Opera12.14, ÄË‷ÄËÄÂ°ıâ₎ĄÄÄŵÄËÄÂ¸ÄÄŵ auto ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ıÂıÂŽ Chrome */
    font-size: 3em;
}


/*   .neu > div > strong {
overflow-wrap: break-word;  ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ IE, Firefox; ıÂŽÄË›ÄıĽıÂŽÄÄŵıâ₎‘ıÂıÂŽ ÄıÄıŵÄıźÄÂ¸ÄÄŵÄıĄ word-wrap 
word-wrap: break-word;
word-break: keep-all;  ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ Opera12.14, ÄË‷ÄËÄÂ°ıâ₎ĄÄÄŵÄËÄÂ¸ÄÄŵ keep-all ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ıÂıÂŽ IE, Chrome 
line-break: loose;  ÄËÄÄŵıâ₎‘ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄıÄÂ¸ ÄÂ´ÄıĽıÂŽ ıâ‹űıÂıÂıÂÄıÄıŵÄı‹Äıŵ ıÂŽÄË‷ıâ₎ŷÄıÄÂ° 
 -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;  ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ IE, Opera12.14, ÄË‷ÄËÄÂ°ıâ₎ĄÄÄŵÄËÄÂ¸ÄÄŵ auto ÄËÄÄŵ ÄıźÄıŵÄÂ´ÄÂ´ÄÄŵıâ‹űÄı›ÄÂ¸ÄË›ÄÂ°ÄÄŵıâ₎‘ıÂıÂŽ Chrome 
 } */

.steam {
    position: absolute;
    /*width: 100px;*/
    /*height: 100px;*/
    /*border: 2px solid red;*/
    -webkit-animation: steam 6s linear infinite 0s;
    -moz-animation: steam 6s linear infinite 0s;
    -ms-animation: steam 6s linear infinite 0s;
    -o-animation: steam 6s linear infinite 0s;
    animation: steam 6s linear infinite 0s;
    z-index: 999999;
}

.steam:before, .steam:after {
    content: " ";
    position: absolute;
    /*top:0;*/
    left: -15px;
    border-right: 0px solid transparent;
    border-top: 18px solid #d6d2d2;
    border-left: 12px solid #d6d2d2;
    /*border-top: 2px solid #ff0000;*/
    /*border-left: 5px solid #ff0000;*/
    border-bottom: 2px solid transparent;
    width: 40px;
    height: 70px;
    z-index: 4;
    border-radius: 80% 0 10% 10%;
    -webkit-transform: rotate(168deg) skewY(10deg);
    -moz-transform: rotate(168deg) skewY(10deg);
    -ms-transform: rotate(168deg) skewY(10deg);
    -o-transform: rotate(168deg) skewY(10deg);
    transform: rotate(168deg) skewY(10deg);
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}

.steam:after {
    /*top:40px;*/
    left: -20px;
    z-index: 4;
    border-radius: 80% 0 10% 10%;
    -webkit-transform: rotate(315deg) skewY(10deg);
    -moz-transform: rotate(315deg) skewY(10deg);
    -ms-transform: rotate(315deg) skewY(10deg);
    -o-transform: rotate(315deg) skewY(10deg);
    transform: rotate(315deg) skewY(10deg);
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
}

@-webkit-keyframes steam {
    0% {
        top: 100px;
        opacity: .3;
        visibility: visible;
    }
    20% {
        top: 80px;
        opacity: 0.5;
    }
    40% {
        top: 60px;
        opacity: 1;
    }
    60% {
        top: 40px;
        opacity: 0.5;
    }
    80% {
        top: 20px;
        opacity: .3;
    }
    100% {
        top: 0px;
        opacity: 0;
        visibility: hidden;
    }
}

@-moz-keyframes steam {
    0% {
        top: 100px;
        opacity: .3;
        visibility: visible;
    }
    20% {
        top: 80px;
        opacity: 0.5;
    }
    40% {
        top: 60px;
        opacity: 1;
    }
    60% {
        top: 40px;
        opacity: 0.5;
    }
    80% {
        top: 20px;
        opacity: .3;
    }
    100% {
        top: 0px;
        opacity: 0;
        visibility: hidden;
    }
}

@-ms-keyframes steam {
    0% {
        top: 100px;
        opacity: .3;
        visibility: visible;
    }
    20% {
        top: 80px;
        opacity: 0.5;
    }
    40% {
        top: 60px;
        opacity: 1;
    }
    60% {
        top: 40px;
        opacity: 0.5;
    }
    80% {
        top: 20px;
        opacity: .3;
    }
    100% {
        top: 0px;
        opacity: 0;
        visibility: hidden;
    }
}

@-o-keyframes steam {
    0% {
        top: 100px;
        opacity: .3;
        visibility: visible;
    }
    20% {
        top: 80px;
        opacity: 0.5;
    }
    40% {
        top: 60px;
        opacity: 1;
    }
    60% {
        top: 40px;
        opacity: 0.5;
    }
    80% {
        top: 20px;
        opacity: .3;
    }
    100% {
        top: 0px;
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes steam {
    0% {
        top: 100px;
        opacity: .3;
        visibility: visible;
    }
    20% {
        top: 80px;
        opacity: 0.5;
    }
    40% {
        top: 60px;
        opacity: 1;
    }
    60% {
        top: 40px;
        opacity: 0.5;
    }
    80% {
        top: 20px;
        opacity: .3;
    }
    100% {
        top: 0px;
        opacity: 0;
        visibility: hidden;
    }
}

.steam-vdvur-1 {
    left: 32%;
    top: -99999999px;
}

.steam-vdvur-2 {
    left: 42%;
    top: -99999999px;
}

.steam-vdvur-1:before, .steam-vdvur-1:after {
    top: 0;
}

.steam-vdvur-2:before, .steam-vdvur-2:after {
    top: 0;
}

.steam-husova {
    left: auto;
    right: 20%;
    top: -99999999px;
    /*top: 46%;*/
}

.steam-husova:before, .steam-husova:after {
    top: 14em;
}

@media screen and (min-width: 1600px) {
    .steam-husova:before, .steam-husova:after {
        top: 21em;
    }
}


/* media style */

@media screen and (min-width: 1920px) {
    header .wrapper-ws, footer .wrapper-ws {
        max-width: 1830px;
        position: relative;
        margin: 0 auto;
    }
    #content .wrapper-ws {
        max-width: 1485px;
        position: relative;
        margin: 0 auto;
        padding-left: 170px;
    }
}

@media screen and (min-width: 1400px) {
    header .slogan {
        margin-left: 12%;
    }
}

@media screen and (max-width: 1920px) {
    header .wrapper-ws, footer .wrapper-ws {
        width: 96%;
        position: relative;
        margin: 0 auto;
    }
    #content .wrapper-ws {
        width: 78%;
        position: relative;
        margin: 0 auto;
        padding-left: 10%;
    }
    #beer-brand .table:before {
        width: 180px;
        margin-left: -54%;
    }
    .brew-beer .br-table .td.w380 {
        width: 30%;
    }
}

@media screen and (max-width: 1700px) {
    .restaurant-brewery h2 {
        padding-top: 25px;
    }
    .restaurant-brewery h2, .restaurant-brewery .rb-brewery h3, .brew-beer .rb-brewery h3, .production-beer h4 {
        font-size: 3em;
    }
    .brew-beer .br-table .td.w380 {
        width: 33%;
    }
}

@media screen and (max-width: 1650px) {
    .brew-beer .br-table .td.w380 {
        /*width: 36%;*/
    }
}


@media screen and (max-width: 1600px) {
    #gallery ul li {
        width: 50%;
    }
    #media .info h1, #media .info h2 {
        font-size: 4em;
    }
    .brew-beer .br-table .td.w380 {
        width: 35%;
    }
    header nav ul li a {
		    font-size: 1.4em;
		}
		header .slogan img {
        width: 80%;
    }
}

@media screen and (max-width: 1500px) {
    .brew-beer .br-table .td.w380 {
        width: 37%;
    }
    .beer-menu .bm-beer ul.brand li {
        width: 180px;
        height: 180px;
    }
}

@media screen and (max-width: 1400px) {
    .vertical-title {
        left: -160px !important;
    }
    .vertical-title img {
        width: 60%;
    }
    .brew-beer .br-table .td, .brew-beer .br-table .td:last-child {
        width: 100% !important;
        display: block;
    }
    .brew-beer .rb-brewery .wrap {
        padding-left: 0;
    }
    .brew-beer .br-table .td-n {
        display: none;
    }
    .brew-beer .block.three, .brew-beer .block.two, .brew-beer .block.five, .brew-beer .block.four {
        padding-top: 40px;
        margin: 0 !important;
    }
    .brew-beer .block {
        width: 100% !important;
        position: relative !important;
    }
    .brew-beer .photo {
        text-align: center;
    }
    .brew-beer .text p {
        font-size: 14px;
    }
    .brew-beer .rb-brewery .tree-bg {
        display: none;
    }
    .brew-beer .rb-brewery strong {
        color: #000;
        margin-top: 0;
    }
    .brew-beer .rb-brewery p {
        padding-top: 20px;
        color: #000;
    }
    .brew-beer .rb-brewery .photo {
        max-width: 350px;
        margin-top: 20px;
    }
    .brew-beer .text strong br {
        display: none;
    }
    .production-beer {
        padding-top: 25px;
    }
    .neu .photo img {
        width: 100%;
    }
    header .slogan img {
        width: 70%;
    }
    
}

@media screen and (max-width: 1370px) {
    body {
        font-size: 106%;
    }
    header .logo img {
        width: 95%;
    }
}

@media screen and (max-width: 1350px) {
    body {
        font-size: 100%;
    }
    header {
        height: 200px;
    }
    .beer-menu .bm-beer ul.brand li {
        width: 165px;
        height: 165px;
    }
}

@media screen and (max-width: 1300px) {
    body {
        font-size: 95%;
    }
    header {
        height: 190px;
    }
    header .slogan img {
        width: 70%;
    }
    header .logo img {
        width: 90%;
    }
}

@media screen and (max-width: 1250px) {
    body {
        font-size: 90%;
    }
    header {
        height: 180px;
    }
    header .slogan img {
        width: 60%;
    }
    header .logo img {
        width: 80%;
    }
}

@media screen and (max-width: 1250px) {
    body {
        font-size: 90%;
    }
    .beer-popup {
        width: 446px;
        height: 446px;
    }
    .beer-popup:before {
        width: 400px;
        height: 400px;
    }
    .beer-popup strong {
        font-size: 2.5em;
    }
    .beer-popup p {
        padding: 10px 50px 0;
    }
    .restaurant-brewery .icon {
        height: 120px;
    }
    .restaurant-brewery .icon img {
        height: 70%;
    }
    header {
        height: 170px;
    }
    header .logo img {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    body {
        font-size: 85%;
    }
    header {
        height: 160px;
    }
    header .logo img {
        width: 85%;
    }
    .beer-menu .bm-beer ul.brand li {
        width: 150px;
        height: 150px;
    }
    .beer-menu .bm-beer ul.grade li {
        width: 150px;
        height: 150px;
    }
    .production-beer ul li {
        padding-bottom: 0;
    }
    .production-beer ul .circle-title span {
        font-size: 18px;
        text-align: center;
        padding-left: 0;
    }
    .production-beer ul .text, .production-beer ul .circle-title span:before {
        display: none;
    }
    .production-beer ul {
        text-align: center;
    }
    .production-beer ul li {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 1150px) {
    body {
        font-size: 80%;
    }
    header {
        height: 150px;
    }
    header .logo img {
        width: 80%;
    }
    .vertical-title {
        left: -165px !important;
    }
}

@media screen and (max-width: 1100px) {
    body {
        font-size: 75%;
    }
    header {
        height: 140px;
    }
    header .logo img {
        width: 75%;
    }
    .restaurant-brewery h2 {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1050px) {
    body {
        font-size: 70%;
    }
    header {
        height: 130px;
    }
    header .logo img {
        width: 70%;
    }
}

@media screen and (max-width: 1000px) {
    body {
        /*font-size: 65%;*/
    }
    header {
        height: 120px;
    }
    header .logo img {
        width: 65%;
    }
    header nav ul li.active:after {
        display: none;
    }
    header nav ul li a {
		    font-size: 1.2em;
		}
    .beer-menu .bm-beer ul.brand li, .production-beer ul .circle-title {
        width: 140px;
        height: 140px;
    }
    .production-beer ul .circle-title span {
        padding-left: 0;
        font-size: 13px;
        white-space: pre-wrap;
    }
    .beer-menu .bm-beer ul.brand li a span {
        font-size: 1.5em;
    }

    .beer-menu .bm-beer ul.grade {
    	padding-top: 1em;
    }
    .beer-menu .bm-beer ul.grade li {
        width: 80px;
        height: 80px;
        margin-top: 1em;
    }
    .beer-menu .bm-beer ul.grade li span {
        padding: 26px 0 0 26px;
    }
    .restaurant-brewery .rb-brewery .tree-bg {
        display: none;
    }
    .restaurant-brewery .rb-brewery strong, .restaurant-brewery .rb-brewery p {
        color: #000;
    }
    .restaurant-brewery .td-n {
        display: none;
    }

    .restaurant-brewery .td {
        width: 100%;
        display: block !important;
        padding-top: 2%;
    }
    .restaurant-brewery .rb-brewery .wrap {
        padding-left: 0;
    }
    .restaurant-brewery .rb-brewery .photo {
        padding-top: 30px;
        max-width: 330px;
    }
    .restaurant-brewery .rb-brewery p {
        padding-top: 20px;
    }
    .restaurant-brewery .rb-brewery strong {
        margin-top: 40px;
    }
    .restaurant-brewery h2 {
        width: 100%;
        position: relative;
        white-space: normal;
        display: block !important;
    }
    .restaurant-brewery > div > p {
        padding-top: 30px;
    }
    #beer-list ul li p, #beer-list ul li span {
        font-size: 2em;
    }
    footer .contacts {
        margin-right: 0;
    }
    footer .slogan {
        margin-top: 17px;
    }
    footer .slogan img {
        width: 80%;
    }
}

@media screen and (max-width: 900px) {
    /*	body {
		background: url(../img/c-bg-old-style-m.jpg) repeat;
		}*/
    .vertical-title {
        left: -150px !important;
    }
    #beer-brand, #menu-brewer, #brewery, #contacts {
        background: none;
    }
    header .wrapper-ws, footer .wrapper-ws {
        width: auto;
        padding: 0 18px;
    }
    .beer-menu .bm-menu h2, .beer-menu .bm-beer h3 {
        font-size: 3.2em;
        padding-bottom: 10px;
    }
    header {
        background: none;
        height: 140px;
        position: relative;
    }
    header:before {
        background: #1a1a1a;
        width: 100%;
        height: 10px;
        display: block;
        position: absolute;
        top: 0;
        content: '';
    }
    header nav {
        width: 100%;
        z-index: 9;
        height: 90%;
        top: 0;
    }
    header nav .down:before {
        display: block;
        top: 45%;
        right: 18px;
    }
    header nav ul:after {
        width: 66px;
        background: #1a1a1a;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        z-index: -9;
        height: 100%;
    }
    header nav div {
        width: 100%;
        height: auto;
        position: absolute;
        left: -20px;
        top: 0;
        display: none;
        padding-right: 20px;
    }
    header nav ul {
        background: #1a1a1a;
        margin-top: 117px;
        padding: 0 38px;
        overflow: hidden;
    }
    header nav ul li {
        display: block;
        margin: 10px 0 10px 0;
    }
    header nav ul li:first-child {
        margin-top: 20px;
    }
    header nav ul li:last-child {
        margin-bottom: 20px;
    }
    header nav ul li a {
        font-size: 2em;
    }
    header .slogan {
        margin-left: 115px;
    }
    header .slogan .n {
        display: none;
    }
    header .slogan .m {
        display: block;
    }
    header .slogan img {
        width: 100%;
    }
    .language {
        top: 108%;
        right: 18px;
    }
    .language > a {
        display: none;
    }
    .language ul {
        display: block;
        font-size: 16px;
    }
    .language ul li {
        display: inline-block;
    }
    .language ul li a {
        font-size: 16px;
        display: block;
        color: #000;
    }
    .language ul li a:hover, .language ul li.active a {
        color: #c71f2a;
    }
    #media strong, #media h1 {
        font-size: 4em;
    }
    .beer-popup {
        width: 346px;
        height: 346px;
    }
    .beer-popup:before {
        width: 300px;
        height: 300px;
    }
    .beer-popup strong {
        font-size: 2.5em;
    }
    .beer-popup p {
        padding: 10px 30px 0;
    }
    footer .contacts p {
        font-size: 12px;
    }
    footer .slogan {
        margin-top: 19px;
    }
    footer .slogan img {
        width: 70%;
    }
    footer {
        position: relative;
    }
    
    
    
    ul.brand li span.brand-price {
			font-size: 18px;
		}
		.menu .list p, .menu .list span {
        font-size: 20px;
        line-height: 1.3em;
    }
    .menu ul.tabs li a {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 800px) {
    #media .info h1, #media .info h2 {
        font-size: 3em;
    }
    .beer-menu .bm-menu h2, .beer-menu .bm-beer h3 {
        font-size: 2.2em;
        padding-bottom: 10px;
    }
    #media strong, #media h1 {
        font-size: 3em;
    }
    .restaurant-brewery h2, .restaurant-brewery .rb-brewery h3, .menu h4, .brew-beer h2, .production-beer h4, .view h2 {
        font-size: 2em;
    }
    .view h2 {
        padding-bottom: 18px;
    }
    footer .contacts p a {
        display: none;
    }
    .menu ul.tabs li {
        padding: 10px 0;
    }
    .menu ul.tabs li a:before {
        width: 12px;
        float: right;
        -moz-background-size: 100%;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        margin-top: 2px;
        height: 17px;
        margin-right: 0;
    }
    #beer-list {
        background: none;
    }
    #beer-list:before {
        display: none;
    }
    #beer-list:after {
        display: none;
    }
    #menu-brewer {
        overflow: visible;
    }
    #beer-list ul li p, #beer-list ul li span {
        color: #000;
        font-size: 1.8em;
    }
    .beer-list-it {
        display: block;
    }
    #beer-list {
        /*display: none;*/
    }

     #beer-list ul {
     	padding-top: 0;
     }

    .view .ct-list .td {
        display: none;
    }
    .view .ct-list ul {
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    .view .ct-list .maps {
        /*display: none;*/
        display: block;
        clear:both;
        width: 100%;
        padding-top: 2em;
    }
    .maps-m {
        display: block;
    }
    .view .ct-list iframe {
        width: 100%;
        min-height: 350px;
    }
}

@media screen and (max-width: 750px) {
    .vertical-title {
        left: -140px !important;
    }
/*    .beer-menu .bm-beer ul.brand li, .production-beer ul .circle-title {
        width: 82px;
        height: 82px;
    }*/
    .beer-menu .bm-beer ul.brand li a span {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 700px) {
    .up-down, .mb, .social-l {
        display: none;
    }
}


@media screen and (max-width: 700px) {
    footer .contacts p {
        display: none;
    }
    .vertical-title,
     .bb-table:before,
     .beer-menu .bm-td,
     /*.beer-menu .bm-beer > strong,*/
     /*.beer-menu .bm-beer ul.grade,*/
     #text-down-two,
     .brew-beer h2,
     .brew-beer .wrap-n {
        display: none;
    }
    .restaurant-brewery h2 {
        display: none !important;
    }
    #media:after, #beer-brand:after, #brewery:after, #contacts:before, #gallery h2 {
        display: none;
    }
    #gallery ul {
        padding-top: 20px;
    }
    #content .wrapper-ws {
        width: 94%;
        padding-left: 0;
    }
    .bb-table .wrap {
        border-bottom: 2px solid #826f51;
        padding: 10px 0;
        display: none;
    }
    .bb-table .tr {
        display: block;
    }
    .bb-table .tr p {
        max-width: 100%;
        padding: 0;
    }
    .beer-menu .bm-menu, .beer-menu .bm-beer {
        display: block;
        width: 100%;
    }
    .beer-menu .bm-beer {
        padding-top: 11%;
    }
    .beer-menu .bm-menu p {
        padding: 0;
    }
    .beer-menu .bm-menu img {
        position: absolute;
        right: 0;
        top: 10px;
        width: 40%;
    }
    .beer-menu .bm-menu h2, .beer-menu .bm-beer h3 {
        border: none;
    }
    .beer-menu .bm-beer ul.brand {
        padding-top: 0;
    }
    .production-beer ul .circle-title {
        margin-bottom: 0;
    }
    .beer-menu .bm-beer ul.brand li, .production-beer ul li {
        padding: 0;
        margin: 20px 2%;
    }
    .neu {
        padding-top: 6%;
    }
    .title-mb {
        display: block;
    }
    .menu .td {
        display: none;
    }
    .menu .list {
        width: 100%;
        display: block;
    }
    .menu ul.tabs li {
        padding: 10px 0;
    }
    .menu .list span {
        vertical-align: bottom;
    }
    #gallery .absolute {
        width: 94%;
        margin: 0 auto;
        position: relative;
    }
    #gallery-down {
        display: none;
    }
    #gallery ul li {
        width: 100%;
    }
    
    
    .rest-content, .rest-content-l-in {
			flex-wrap:wrap;
		}
		.rest-content-l, .rest-content-r, .rest-content-l-l, .rest-content-l-r {
			width:100%;
		}
		 {
			width:100%;
		}
		
		
    .beer-popup {
        background: #7E141E;
    }
    .beer-popup img {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    #media {
        display: none;
    }
}

@media screen and (max-width: 600px) {




.neu .td-n {
    display: block;
}
.neu .td {
    width: 286px;
    width: 100%;
    min-width: 272px;
    display: block;
    margin: 0 auto;
    clear:both;
    padding-bottom: 3em;
}

.neu .td:last-child {
	padding-bottom: 0;
}

.neu .photo {
    padding-top: 0;
    position: relative;
    max-height:none;
 }
 /*
.neu .photo .next-mb {
    background: url(../img/c-btn-arrow-next.png) no-repeat;
    width: 19px;
    height: 18px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
} */
.neu > div {
    position: relative;
}
.neu p {
    text-align: left;
    padding-top: 1em;
    max-width:100%;
}
.neu > div > strong {
    font-size: 18px;
    text-align: left;
    border: none;
    padding-bottom: .5em;
    /*position: absolute;*/
    top: 212px;
}
 


    .separator-btn {
        display: block;
    }
    #beer-list {
        margin-top: 8%;
    }
    .restaurant-brewery {
        padding-top: 8%;
    }
    .brew-beer .block .photo img {
        width: 60%;
    }
}

@media screen and (max-width: 450px) {
    .beer-menu .bm-menu p {
        font-size: 1.15em;
        line-height: 1.1em;
    }
    .menu ul.tabs li {
        padding: 7px 0 !important;
    }
    .menu .list p, .menu .list span {
        line-height: 1.15em;
    }
    .menu .wrap {
        padding: 10px 0;
    }
    .beer-popup {
        width: 320px;
        height: 320px;
    }
    .beer-popup:before {
        width: 274px;
        height: 274px;
    }
    .beer-popup strong {
        font-size: 2em;
        padding-top: 40px;
    }
    .beer-popup p {
        padding: 10px 30px 0;
    }
    .beer-popup .middle {
        height: 100%;
        bottom: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    footer .social {
        -moz-background-size: 100%;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        width: 306px;
        left: 50%;
        margin-left: -146px;
    }
    footer .social a {
        font-size: 18px;
    }
    footer .slogan {
        display: none;
    }
}

/*@media screen and (orientation: portrait) {*/
@media screen and (max-width: 900px) {
    #map {
        display: none;
    }
    #map-mobile {
        display: block;
    }
}


@media screen and (max-width: 900px) {
    header .slogan {
        margin-left: 12em;
    }

#map-mobile {
	margin-top: 0;
}
    #map-mobile h1 {
        /*position: relative;*/
        /*font-size: 2em;*/
        left:10em;
    }

        .language_map {
    	top:40%;
    }
    
    .shop .shop-item {
			width:48%;
		}
		
		#produkty {
	    padding-top: 5%;
	    padding-bottom: 5%;
	}

}



@media screen and (max-width: 450px) {

.m-logo {
	display: none;
}




#map-mobile h1 {
	margin-left: 0;
	left: 33%;
}




        .language_map ul li{
    display: inline-block;
    }

    #map-mobile {
    	padding-top: 0;
    	margin-top: -1.5em;
    }

		
		.shop .shop-item {
			width:100%;
		}
		
		.objednavka table input {
			width:100%!important;
		}


}


@media screen and (max-width: 900px) {


    #map-mobile ul li {
    	padding: 20px 0;
    	width: 50%;
    	vertical-align: top;
    }
    
    
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}





/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .steam {
        display: none;
    }
}




@media screen and (max-width: 1000px) {

.beer-menu .bm-beer ul.brand li a span {
	font-size: 1.25em;
}

.neu > div > strong {
	font-size: 1.5em;

}
}



@media screen and (max-width: 450px) {
    .beer-menu .bm-menu img {
        position: relative;
        padding-top: 1em;
        width: 40%;
    }
}

@media screen and (max-width: 1600px) {
   #gallery ul li {
        width: 25%;
    }
}

.hidden,
.production-beer ul li.hidden {
	display: none;
}

@media screen and (max-width: 1000px) {
.show-more {
	margin-top: 3em;
}
}

.show-more a {
    font-size: 2.3em;
    color: #c8202a;
    text-decoration: none;
    font-weight: bold;
}

.show-more a:before {
    background: url(../i/c-menu-tab-arrow.png) no-repeat bottom;
    width: 26px;
    height: 31px;
    display: inline-block;
    content: '';
    margin-right: 18px;
}

.show-more a.active:before {
    background-position: top;
}

.show-more a:hover {
    border-bottom: 2px dashed #c8202a;
}

.neu p a {
	color:#c8202a;
	text-decoration: underline;
}


.neu p a:hover {
	text-decoration: none;
}



@media screen and (min-width: 940px) {
footer .slogan {
	display: block;
}
}











.tripadvisor {
	position: absolute;
	z-index: 99;
	right: 2%;
	bottom: 20%;
	min-width: 100px;
}
.tripadvisor-close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.tripadvisor-logo {
	position: absolute;
	left: 20px;
	top: -40px;
	width: 80px;
}
.tripadvisor-logo img {
	width: 100%;
}
@media screen and (max-width: 1250px) {
.tripadvisor {
	min-width: 70px;
}
.tripadvisor .tripadvisor-img {
	height: 100px;
}
.tripadvisor-logo {
	top: -25px;
	width: 50px;
}
.tripadvisor-close img {
	height: 20px;
}
}









/*** reports ***/
tr.formerror label, tr.form-error label, .form-error label, .form-error label * {
	color:red!important;
}
tr.formerror input, tr.formerror textarea, span.form-error input,
tr.form-error input, tr.form-error textarea, .form-error input, .form-error select, .form-error textarea,
input.form-error, select.form-error, textarea.form-error {
	border:1px solid red!important;
}
.report {
	padding:15px 15px 15px 50px;
	text-align:left;
	margin:0 0 10px 0;
}
.report-in {
	margin:0 0 0 35px;
	padding:4px 0 0 0;
}
img.report-icon {
	float:left;
	margin:0 10px 0 0;
}
.error {
	background:#CF2121;
	color:white;
}
.ok {
	background:#5EB52A;
	color:white;
}
.warning {
	background:#D9A60D;
	color:white;
}
.error strong, .error a, .ok strong, .ok a, .warning strong, .warning a {
	color:white;
}
.info {
	background:#BDE6FC;
	color:black;
}
.info strong {
	color:black;
}