@-webkit-keyframes bounce { 0% { transform:translateY(0); } 20% { transform:translateY(0); } 40% { transform:translateY(-30px); } 50% { transform:translateY(0); } 60% { transform:translateY(-15px); } 80% { transform:translateY(0); } 100% { transform:translateY(0); } } @keyframes bounce { 0% { transform:translateY(0); } 20% { transform:translateY(0); } 40% { transform:translateY(-30px); } 50% { transform:translateY(0); } 60% { transform:translateY(-15px); } 80% { transform:translateY(0); } 100% { transform:translateY(0); } } /* PAGE MODULES */ /* transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; */ body{ font-family: 'Alegreya', serif; font-weight:300; color: #131313; } img { max-width:100%; } a { color: #F60; text-decoration: underline; } form p.ajaxInfo { display: none; padding: 10px 5px; border: 1px solid #000; text-align: center; color: #FFF; font-weight: 500; font-size: 16px; margin-bottom: 35px; } form p.ajaxInfo.error { background-color: #690000; border-color: #F00; } form p.ajaxInfo.error_send { background-color: #690000; border-color: #F00; } form p.ajaxInfo.ok { background-color: #006900; border-color: #0F0; } form p.error { display: none; } form label { text-align: right; width: 120px; display: inline-block; line-height: 44px; vertical-align: top; } form label.full { text-align: left; width: 100%; display: inline-block; } form label, form textarea, form input { width: 100%; box-sizing: border-box; } form button, form .button { display: inline-block; vertical-align: top; } textarea, select, input:not([type="checkbox"]):not([type="radio"]) { background: #FFF; border: 1px solid #C7C7C7; box-sizing: border-box; padding: 5px 15px; font-size: 14px; font-family: inherit; border-radius: 8px; box-shadow: 0 0 1px 0 #F7F7F7; } textarea { height: 131px; padding-top: 10px; padding-bottom: 10px; } select { } input:not([type="checkbox"]):not([type="radio"]) { margin-bottom: 11px; } textarea.error, select.error, input:not([type="checkbox"]):not([type="radio"]).error { border-color: #f00; } input[type="text"]:not([type=radio]):focus, textarea:focus { outline: 0; border-color: #FFF; box-shadow: 0px 0px 10px rgba(0,0,0,.5); } :-moz-placeholder { opacity: 1; color: #d5d5d5; font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; } ::-moz-placeholder { opacity: 1; color: #d5d5d5; font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; } :-ms-input-placeholder { opacity: 1; color: #d5d5d5; font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; } ::-webkit-input-placeholder { opacity: 1; color: #d5d5d5; font-weight: bold; font-style: normal; font-size: 14px; font-family: inherit; } .tc { text-align: center; } .tr { text-align: right; } .tl { text-align: left; } .cb { clear: both; } .info { display: none; text-align: center; font-size: 24px; border: 2px solid #666; padding: 10px 20px; border-radius: 15px; margin: 10px 0 20px; } .info.show { display: block; } .info.error { background-color: #ab0268; border-color: #780148; color: #fff; } .info.ok { background-color: #02ab68; border-color: #017848; color: #fff; } .gallery { margin-top: 35px; } .gallery-item { opacity: 1; display: inline-block; vertical-align: top; background: url() no-repeat scroll center center #FFF; max-width: 47%; width: 210px; height: 150px; background-size: 110%; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; border: 5px #F0EEEB solid; margin: 5px; box-shadow: 2px 2px 12px rgba(0,0,0,.2);} .gallery-item:hover { opacity: 0.7; background-size:120%; transform:scale(1.1); -moz-transform:scale(1.1);} a.news-picture { display: block; float: left; width: 25%; height: 250px; border-radius: 15px; background-size: cover; background-position: center center; margin: 0 15px 15px 0; cursor: pointer; box-shadow: 0px 5px 0px rgba(0,0,0,.15); } a.news-picture:hover { opacity:.85; } .container button, .container .button { cursor: pointer; background: none no-repeat scroll center center #F60; border: none; box-sizing: border-box; text-shadow: 0px 1px rgba(0,0,0,.2); line-height: 39px; padding: 0 23px; font-weight: 300; font-size: 18px; color: #FFF; box-shadow: 0 5px 0 0 #CC5200; border-radius: 10px; display: inline-block; text-transform: lowercase; transition: all .15s ease; -webkit-transition: all .15s ease; -moz-transition: all .15s ease; } .basket-top:hover button, .container button:not(.mobile-nav-toggle):active, .container button:not(.mobile-nav-toggle):focus, .container button:not(.mobile-nav-toggle):hover, .container .button:active, .container .button:focus, .container .button:hover { position:relative; top:2px; background-color: #CC5200; color: #fff; text-decoration: none; outline: none; } /* mobilne menu */ .mobile-nav { } .mobile-nav nav { display: none; background: #fff; position: fixed; max-height: 100%; overflow: auto; z-index: 1005; width: 100%; text-align: center; padding: 15px 0; } .mobile-nav nav.show { display: block; } .mobile-nav nav ul { list-style: none; margin: 0; padding: 0; } .mobile-nav nav li { display: block; } .mobile-nav nav a { display: block; color: #603813; padding: 8px 0; text-transform: uppercase; font-family: 'Ubuntu', sans-serif; font-weight: 700; font-size: 16px; } .mobile-nav nav .dropdown-menu { display: block; position: static; width: 100%; text-align: center; background: 0; border: none; box-shadow: none; background: rgba(255, 255, 255, 0.2); padding: 0; margin: 0 0 5px 0; } .mobile-nav nav .dropdown-menu a { font-size: 14px; } .mobile-nav nav .dropdown-menu a:hover { background: none; color: #603813; } .mobile-nav-toggle { padding: 0; position: fixed; top: 20px; right: 20px; width: 50px; height: 50px; box-sizing: border-box; border-radius: 100px; border: 3px solid #603813; background-color: #fff; z-index: 1020; box-shadow: none; } .mobile-nav-toggle span { display: block; height: 3px; background: #603813; margin: 4px 8px; } .mobile-nav-toggle:active, .mobile-nav-toggle:focus, .mobile-nav-toggle:hover { outline: none; opacity: 1; background-color: #fff; } /* /mobilne menu */ /* RESPONSIVE */ /* @media (min-width: 1230px) {...} @media (min-width: 1022px) {...} @media (max-width: 1021px) {...} @media (min-width: 798px) {...} @media (max-width: 797px) {...} @media (max-width: 598px) {...} @media (max-width: 510px) {...} @media (min-width: 798px) and (max-width: 1021px) {...} @media (min-width: 1022px) and (max-width: 1229px) {...} */ /*.full-width { width: 1400px; margin-left:auto; margin-right: auto; }*/ body.page-start { background: url('../img/special.jpg') no-repeat fixed center center; background-size: cover; } body.page-start header.container-fluid { background: none no-repeat scroll center 0 transparent; background-size: cover; position: absolute; top: 0; left:0; width: 100%; z-index: 20; } body.page-start .logo-wrap { position: absolute; left: 0; right: 0; margin: 0 auto; width: 312px; padding: 0; z-index: 5; } body.page-start .menu-wrap { width: 100%; } body { position: relative; } header { border-top: 11px solid #603813; } header.flyin { position: fixed; top: -100px; left: 0; width: 100%; height: 90px; border-top: 5px #603813 solid; z-index:500; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } header.flyin.fixed { top:0; } header.flyin .container { border-bottom: 1px #cdcdcd solid; position: relative; height:90px; background-color: #FFF; } header.flyin .logor { position:absolute; top:17px; left:5px; width:120px; } header.flyin nav { position:absolute; top:5px; right:5px; } body.page-start header.flyin { display:none !important; } h1, h2, h3 { font-weight: bold; } h2 { font-size: 28px; color: #303030; } h3 { font-size: 22px; color: #303030; margin-bottom: 5px; } .logo { background: #FFF; display: inline-block; width: 312px; width: 180px; position: relative; padding: 22px 10px; opacity: 1; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; z-index: 5; max-width: 50%; } /* body.page-start .logo:after { content: ''; background: url('../img/podkladka.png') no-repeat scroll center bottom transparent; width: 100%; height: 30px; position: absolute; left: 0; bottom: -30px; } */ body.page-start .logo:hover { padding-top: 62px; } body:not(.page-start) .logo { width:200px; display:block; } body:not(.page-start) .logo:hover { opacity:.85; } header nav { margin: 8px 0 0; } header nav li.dropdown:hover ul.dropdown-menu { display:block; } header nav li { display: inline-block; vertical-align: top; margin: 0 4px; } body.page-start header nav > ul > li > a { transition: all .15s ease; -webkit-transition: all .15s ease; -moz-transition: all .15s ease; padding:7px 19px; border-radius:30px; display: block; text-decoration: none; font-size: 15px; color: #FFF; text-transform: lowercase; font-weight: bold; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.38); } body:not(.page-start) header nav > ul > li > a { padding:7px 12px; border-radius:30px; transition: all .15s ease; -webkit-transition: all .15s ease; -moz-transition: all .15s ease; display: block; text-decoration: none; font-size: 15px; color: #603813; text-transform: lowercase; font-weight: bold; } body:not(.page-start) header nav > ul > li:hover > a, body:not(.page-start) header nav > ul > li > a:focus, body:not(.page-start) header nav > ul > li > a:active, body:not(.page-start) header nav > ul > li > a:hover { color: #fff !important; background-color:#603813; text-decoration: none; border-radius:5px; } body.page-start header nav > ul > li:hover > a, body.page-start header nav > ul > li > a:focus, body.page-start header nav > ul > li > a:active, body.page-start header nav > ul > li > a:hover { color: #fff !important; background-color:#603813; text-decoration: none; border-radius:5px; } body:not(.page-start) { background: white url("../img/sidebg1.jpg") top right no-repeat; /* background-size: 100%; */ background-attachment: fixed; } .breadcrumbs { margin-top: 0px; text-align: left; padding: 15px; color:#aaa; position:relative; } .breadcrumbs a { color: #603813; font-weight: bold; } .breadcrumbs a:last-of-type { text-decoration:underline; } .breadcrumbs aside { position:absolute; top:0px; right:0px; } .breadcrumbs aside p { display: inline-block; padding: 0 10px 0 0; font-size: 26px; color: #603813; font-weight: 900; letter-spacing: 0px; } .breadcrumbs aside a.formcall { display: inline-block; border: 2px #603813 solid; text-decoration: none !important; padding: 10px 20px; border-radius: 12px; background-color:#FFF; } .breadcrumbs aside a.formcall:hover, .breadcrumbs aside a.formcall:focus { background-color:#603813; color:#FFF; } header nav li.dropdown:hover ul.dropdown-menu li { display:block; } header nav li.dropdown ul.dropdown-menu a { display:block; text-decoration:none; } header nav li.dropdown:hover ul.dropdown-menu a { display:block; } .dropdown-menu { top: 25px; background-color:#603813; border: 0; width: 200px; text-align: center; margin-left: 0px; left: 0; } .dropdown-menu li { display:block; text-align:left; } .dropdown-menu li:before { content: "•"; display: block; position: absolute; color: rgba(255,255,255,.5); margin: -1px 0 0 10px; font-size: 24px; } .dropdown-menu li a { font-size:15px; padding:8px 13px 8px 25px; color:#FFF; } .dropdown-menu ul li:not(:last-of-type) { border-bottom:1px rgba(255,255,255,.1) solid; } .top-boxes-row { position: absolute; bottom: 0; width: 100%; height: 20%; max-height: 250px; z-index: 4; } .top-box { background: #000; background-size: cover; height: 100%; padding: 0; position:relative; } .top-box .picture { background-color:transparent; background-size:cover; position:absolute; top:0; left:0; width:100%; height:100%; z-index:1; opacity:.35; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; background-position:center center; } .top-box .picture:before { display: block; content: ""; position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); margin: 20px; border: 1px rgba(255, 255, 255, 0.81) solid; } .top-box a { display: block; height: 100%; width: 100%; box-sizing: border-box; padding: 35px; font-size: 25px; color: #FFF; font-weight: bold; line-height: 24px; text-transform: uppercase; opacity: 1; background: transparent; background-size:0%; position:relative; z-index:4; } .top-box:hover .picture { opacity:0.75; } .top-box a:focus, .top-box a:active, .top-box a:hover { color: #fff; text-decoration: none; } .top-box a:before { content: ''; display: inline-block; vertical-align: top; width: 25px; height: 25px; margin-right: 10px; } .top-box:nth-of-type(1) a:before { background-color: #c5231f; } .top-box:nth-of-type(2) a:before { background-color: #a4c51f; } .top-box:nth-of-type(3) a:before { background-color: #fbc819; } .bg-news { background-color:#f5f5f5; overflow: hidden; } .bg-news .container { padding: 0px 25px 65px; margin-left: auto; margin-right: auto; } .bg-news h1 { font-size: 35px; margin: 47px 0 55px; font-weight: bold; } .bg-news h1 strong, .bg-news h1 span, .bg-news h1 b { color: #792410; } .bg-news .button { background: #792410; box-shadow: none; border-radius: 0; margin-right: -15px; margin-top: 1px; padding: 0 40px; } .bg-news .button:hover { background-color: #ff6600; } .news-item-wrap { padding: 0; border-left: 1px solid #fff; background: #000; } .news-item { position: relative; color: #fff; height: 446px; background: none no-repeat scroll center center transparent; background-size: cover; display: block; cursor: pointer; opacity: 1; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } .news-item:hover {opacity: 0.7; } .news-item h2 { margin: 0; font-size: 20px; line-height: 48px; font-weight: bold; color: inherit; } .news-item p { margin: 0; font-size: 15px; line-height: 20px; } .news-item a { color: #b99463; text-decoration:none; } .news-item a:focus, .news-item a:active, .news-item a:hover { } .news-item-text { position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.7); padding: 3px 15px 20px; margin: 0; width: 100%; } .news-item-small { position: relative; height: 223px; } .news-item-small:first-of-type { border-bottom: 1px solid #fff; } .special-times-row { margin-top: 6px; height: 598px; } .special-times-box { color: #FFF; text-align: center; padding: 158px 0 0; width: 530px; max-width: 100%; margin: 0 auto; } .special-times-box h1, .special-times-box h2 { margin: 0 0 30px; font-size: 45px; line-height: 48px; font-weight: bold; } .special-times-box p { font-size: 18px; line-height: 28px; margin-bottom: 45px; } .special-times-box .button { font-size: 25px; padding: 0 45px; } .kontakt-row { background-color:#F5F5F5; background-size: cover; padding: 11px 0 48px; font-size: 18px; border-top: 1px #dfdfdf solid;} .fancy-checkbox { width: 27px; height: 27px; display: inline-block; vertical-align: top; background: #FFF; border-radius: 5px; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18) inset; cursor: pointer; font-size: 18px; } .fancy-checkbox.checked { } .fancy-checkbox.checked:after { content: 'x'; display: none; text-align: center; line-height: 25px; } .fancy-checkbox.checked:after { display: block; } .fancy-checkbox input { display: none; } .kontakt-box-1 { font-weight: bold; } .kontakt-box-1 form { font-size: 14px; line-height: 33px; } .kontakt-box-1 .fancy-checkbox { margin: 4px 5px 4px 0; } .kontakt-box-1 input[type="text"] { margin: 10px 0 9px; } .kontakt-box-2 { padding: 0 35px; } .kontakt-box-2 a:not(.button):hover, .kontakt-box-2 a:not(.button) { color: inherit; } .kontakt-ico { background: none no-repeat scroll 0 center rgba(0, 0, 0, 0); padding: 0 0 0 52px; margin-bottom: 40px; } .ico-mark { background-image: url('../img/ico-mark.png'); } .ico-phone { background-image: url('../img/ico-phone.png'); } .ico-phone h3 { font-size: 28px; } .text-content { font-size:17px; line-height:1.5em; } .text-content table { border:3px #603813 solid; margin:20px auto; } .text-content table th { padding:5px; text-align:center; font-weight:300; } .text-content table td { padding:5px; text-align:center; } .text-content table tr:first-of-type { background-color: #603813; color: #FFF; } .text-content table tr:nth-of-type(2n+2) { background-color:#f5f5f5; } .text-content table tr { border-bottom:1px #cdcdcd solid; } .subpagebar { border-top: 4px #603813 solid; margin-top: 5px; } footer { background: #000000; color: #fff; padding: 38px 0 100px; } footer a { color: #fff; } footer a:focus, footer a:active, footer a:hover { color: #fff; } footer nav { margin-bottom: 30px; } footer nav a { font-weight: bold; font-size: 14px; } footer nav a:not(:last-of-type):after { content: ''; width: 1px; height: 15px;background: #4d4d4d; display: inline-block; vertical-align: top; margin: 0 20px; } footer nav a:focus, footer nav a:active, footer nav a:hover { } .footer-logos { } .footer-logos nav { } .footer-logos img { margin: 0 0 30px; } .footer-copyright { font-weight: bold; margin-top: 40px; margin-bottom: 30px; } body:not(.page-start) .kontakt-row { margin-top: 50px; } .slider-wrap { overflow: hidden; position: relative; z-index: 1; } .slider { height: 100%; width: 100%; opacity:0; } .slider-mask { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: #603813; z-index: 4; } .slider-item { width: 100%; height: 100%; background: none no-repeat scroll center center transparent; background-size: cover; padding-top: 5px; } .slider-item h1, .slider-item h2 { margin-top: 0; } .slider-text { position: relative; text-align: center; color: #FFF; padding: 260px 0 0; } .slider-text h1, .slider-text h2 { color: #dbaf71; font-size: 56.45px; line-height: 50.21px; font-weight: bold; text-shadow: 0 0 12px rgba(0,0,0,0.75), 0 2px 0px #000; } .slider-text h1:first-line, .slider-text h2:first-line { color: #fff; } .slider-text span, .slider-text strong, .slider-text b { font-size: 26px; line-height: 31px; color: #FFF; display: block; font-weight: normal; margin-top: 18px; } .news-slider-warp { } .news-slider .owl-controls { margin: 0; } .news-slider .owl-buttons { position: relative; } .news-slider .owl-controls.clickable .owl-buttons div { background: none no-repeat scroll center center transparent; width: 30px; height: 48px; position: absolute; top: -252px; opacity: 1; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } .news-slider .owl-controls.clickable .owl-buttons div:hover { opacity: 0.7; } .news-slider .owl-controls.clickable .owl-buttons div.owl-prev { background-image: url('../img/arr_left.png'); left: -60px; } .news-slider .owl-controls.clickable .owl-buttons div.owl-next { background-image: url('../img/arr_right.png'); right: -60px; } .news-slider .owl-controls { margin: 0; } .news-slider .owl-nav { position: relative; } .news-slider.owl-carousel .owl-controls .owl-nav .owl-prev, .news-slider.owl-carousel .owl-controls .owl-nav .owl-next { background: none no-repeat scroll center center transparent; width: 30px; height: 48px; position: absolute; top: -252px; opacity: 1; transition: all .25s ease; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; } .news-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .news-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover { opacity: 0.7; } .news-slider.owl-carousel .owl-controls .owl-nav .owl-prev { background-image: url('../img/arr_left.png'); left: -60px; } .news-slider.owl-carousel .owl-controls .owl-nav .owl-next { background-image: url('../img/arr_right.png'); right: -60px; } /*.widget { position: fixed; width: 333px; top: 155px; left: -290px; background: rgba(0, 0, 0, 0) url('../img/fb.png') no-repeat top right; transition: all .2s ease; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; z-index: 9999; } .widget > div { width: 290px; background: #fff; } .widget:hover { left:0px !important; z-index: 11000 !important; } .widget#booking { top: 30px; width: 186px; left: -160px; z-index: 9997; background-image: url('../img/booking.png'); background-position: 100% 10%; } .widget#booking > div { background: none; width: 215px; } */ .widget { position: fixed; width: 290px; top: 155px; left: -290px; background: #fff; transition: all .2s ease; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; z-index: 9999; } .widget > div { width: 290px; background: #fff; } .widget:hover { left:0px !important; z-index: 11000 !important; } .widget#social::after { content: ''; position: absolute; right: -43px; top: 0; width: 43px; height: 43px; background: url('../img/fb.png') no-repeat center center #3c599f; } .widget#booking { top: 30px; width: 160px; left: -160px; z-index: 9997; background: transparent; } .widget#booking > div { background: none; width: 100%; } .widget#booking::after { content: ''; position: absolute; right: -26px; top: 11px; width: 26px; height: 100px; background: url('../img/booking.png') no-repeat center center #3c599f; } .widget#social-pr { top: 352px; width: 237px; left: -237px; } .widget#social-pr > div { } .widget#social-pr::after { content: ''; position: absolute; right: -43px; top:0; width: 43px; height: 43px; background: url(../img/pr.png) no-repeat scroll center center #bd1e23; } /* #social-gp { position: fixed; width: 300px; top: 155px; left: -300px; transition: all .2s ease; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; z-index: 10002; } #social-gp > div { width: 290px; background: #fff; } #social-gp::after { content: ''; position: absolute; right: -43px; top: 0; width: 43px; height: 43px; background: url('../img/social-fb.png') no-repeat center center #3c599f; } #social-gp:hover { left:0px; z-index: 10000; } #social-gp { top: 220px; } #social-gp::after { background-image: url('../img/social-gp.png'); background-color:#d73d32; } */ #social-gp { position: fixed; left: 0; top: 218px; width: 43px; height: 43px; background: url('../img/social-gp.png') no-repeat center center #e03a39; transition: all .2s ease; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; z-index: 9999; background-size: 90%; } #social-yt { position: fixed; left: 0; top: 285px; width: 43px; height: 43px; background: url('../img/social-yt.png') no-repeat center center #fe3432; transition: all .2s ease; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; z-index: 9999; background-size: 90%; } #map { width: 100%; border:0; margin: 40px auto 0; } #map iframe { width: 100%; height: 450px; border: none; } #map form { text-align: left; } #map input[type="text"] { width: 350px; } #map input[type="submit"] { width: auto; } #map p { font-size: 16px; font-weight: bold; } input[type="radio"], input[type="checkbox"] { width: auto; } form .checkboxes { margin-top: 12px; } form .checkboxes label { display: inline-block; vertical-align: top; width: auto; padding-left: 5px; line-height: 20px; } form .checkboxes input[type="radio"] { margin-top: 4px; } .cb:before, .cb:after { content: ''; display: block; clear: both; } .reserve { margin-top: 20px; } .reserve form { display: none; padding-top: 20px; } .reserve p { font-size: 16px; font-weight: bold; display: block; } .reserve form label { line-height:1.35em; font-weight:300; font-size:14px; } .reserve .info { display: block; } .langs { text-align: right; padding-right: 15px; } .langs a { display: inline-block; vertical-align: top; text-decoration: none; opacity: 1; } .langs a:hover { text-decoration: none; opacity: 0.7; } body.page-start .langs { padding-right: 23px; } a.introarrow { position: absolute; bottom: 27%; left: 50%; margin-left: -18px; z-index: 55; -webkit-animation: bounce 2s infinite; /* Chrome, Safari, Opera */ animation: bounce 2s infinite; -moz-animation: bounce 2s infinite; outline:none; } #menu_karczma{ font-family: sans-serif; background-color: #f2f1ed; } #menu_karczma .info{ padding-left: 10px; } #menu_karczma table{ background-color: #f2f1ed; max-width: 700px; } #menu_karczma td{ padding:2px; margin-right: 3px; } #menu_karczma .cena{ text-align:right; padding-right: 5px; } #menu_karczma .img{ margin-left:20px; } #menu_karczma .ang{ font-style: italic; font-size: 0.8em; padding-left: 20px; } #menu_karczma .eng{ font-style: italic; font-size: 0.9em; } #menu_karczma .end{ padding-bottom: 12px; } #menu_karczma img{ padding-bottom:10px; max-width: 100%; margin:0 auto; } #menu_karczma table { border:0; margin:20px auto; } #menu_karczma table th { padding:5px; text-align:center; font-weight:700; } #menu_karczma table td { padding:5px; text-align:left; } #menu_karczma table { background-color: #f2f1ed; color: #000; } #menu_karczma table tr{ background-color: #f2f1ed; color: #000; } #menu_karczma table tr { border-bottom:0; } #tabela_restauracja{ font-family: sans-serif; } #tabela_restauracja .info{ font-size: 0.8em; padding-left: 10px; color: #3f3f3f; } #tabela_restauracja table{ max-width:700px; text-align: left; } #tabela_restauracja td{ padding:2px; margin-right: 3px; } #tabela_restauracja .cena{ text-align:right; padding-right: 25px; margin:2px; } #tabela_restauracja .ang{ font-style: italic; font-size: 0.8em; padding-left: 20px; color: #3f3f3f; } #tabela_restauracja .eng{ font-style: italic; font-size: 0.9em; } #tabela_restauracja .end{ padding-bottom: 12px; } #tabela_restauracja img{ padding-bottom:10px; width: 100%; padding-left:20px; } #tabela_restauracja th{ color: #ae043f; padding-bottom: 20px; } #tabela_restauracja table { border:0; margin:20px auto; } #tabela_restauracja table th { padding:5px; text-align:center; font-weight:700; } #tabela_restauracja table td { padding:0px; text-align:left; } #tabela_restauracja table { background-color: #fff; color: #000; } #tabela_restauracja table tr{ background-color: #fff; color: #000; } #tabela_restauracja table tr { border-bottom:0; } #wina{ font-family: sans-serif; } #wina table{ max-width: 700px; } #wina td{ padding:2px; margin-right: 3px; } #wina .ang{ font-style: italic; font-size: 0.8em; padding-left: 20px; color: #797979; } #wina .eng{ font-style: italic; font-size: 0.9em; } #twina .end{ padding-bottom: 12px; } #wina img{ padding-bottom:10px; width: 90%; text-align: center; margin-left: 50px; } #wina th{ color: #ae043f; padding-bottom: 20px; padding-top: 10px; } #wina .dopisek{ color: #3f3f3f; font-size: 0.9em; } #wina table { border:0; margin:20px auto; } #wina table th { padding:5px; text-align:center; font-weight:700; } #wina table td { padding:5px; text-align:left; } #wina table { background-color: #fff; color: #000; } #wina table tr{ background-color: #fff; color: #000; } #wina table tr { border-bottom:0; } @media screen and (max-width:1500px) { body.page-start .logo-wrap { right:initial; left:50px; } } @media screen and (max-width:1021px){ .langs { padding-right: 0; } body.page-start .langs { padding-right: 70px; } } @media screen and (max-width:797px){ .owl-controls { display: none !important; } body.page-start .logo-wrap { left: 0; right: 0; margin: auto; max-width: 100%; } .breadcrumbs aside { display: none; } .widget { display: none; } .slider-text { padding-top: 140px; } .slider-text h1, .slider-text h2 { font-size: 43px; line-height: 36px; } .slider-text span, .slider-text strong, .slider-text b { font-size: 20px; line-height: 21px; margin-top: 8px; } .langs { text-align: left; } .langs a { position: relative; z-index: 10000; margin:0 5px; } } @media screen and (max-height:700px) { .top { margin-top:90px; } .top h1, .top h2 { font-size:45px; } }