body, .h1, .h2, .h3, .h4, h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, sans-serif;
    font-weight: bold;
}

body {
    background: #e8e8e8;
    color: #404040;
    background: url(/images/layout/main_container.png) no-repeat white;
    font-size: 13px;
    font-weight: normal;
}

@font-face {
    font-family: 'MerriweatherRegularSans';
    src: url(/fonts/merriweathersans-regular-webfont.eot);
    src: local(Merriwaether_regular_sans),
    url(/fonts/merriweathersans-regular-webfont.woff) format("woff"),
    url(/fonts/merriweathersans-regular-webfont.ttf) format("truetype"),
    url(/fonts/merriweathersans-regular-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'fontello';
    src: url('/fonts/fontello.eot');
    src: url('/fonts/fontello.eot#iefix') format('embedded-opentype'),
    url('/fonts/fontello.woff2') format('woff2'),
    url('/fonts/fontello.woff') format('woff'),
    url('/fonts/fontello.ttf') format('truetype'),
    url('/fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-basket:before {
    content: '\e800';
}

/* '' */
.icon-trash-empty:before {
    content: '\e801';
}

/* '' */
.icon-plus:before {
    content: '\e802';
}

/* '' */
.icon-hourglass:before {
    content: '\e804';
}

/* '' */
.icon-edit:before {
    content: '\e805';
}

/* '' */
.icon-minus:before {
    content: '\e806';
}

/* '' */

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.js .no-js, .no-js .js {
    display: none;
}

.no-list {
    list-style: none;
    padding: 0;
}

a.btn-big {
    width: 100%;
}

.lista a.btn-big {
    margin-bottom: 8px;
}

input[type="text"], input[type="password"], textarea, select,
input[type="text"].form-control, input[type="password"].form-control, textarea.form-control, select.form-control,
.form-group input[type="text"].form-control, .form-group input[type="password"].form-control, .form-group textarea.form-control, .form-group select.form-control {
    padding: 2px 8px;
    border: 1px solid #393939;
    background: white none;
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 13px;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*input[type="text"], input[type="password"],
input[type="text"].form-control, input[type="password"].form-control {
    height: 28px;
}*/
.checkbox label, .radio label, label,
.form-group .checkbox label, .form-group .radio label, .form-group label {
    color: #393939;
    font-size: 13px;
}

input:focus, select:focus, textarea:focus {
    border-color: black !important;
    box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5) !important;
}

input.divErrorField:focus, select.divErrorField:focus, textarea.divErrorField:focus {
    border-color: red !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5) !important;
}

.divElement label {
    color: inherit;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 18.2px;
}

h3 {
    font-size: 16.9px;
}

h4 {
    font-size: 15.6px;
}

h5 {
    font-size: 13px;
}

.panel.panel-default {
    margin-top: 25px;
}

.color-required, .divErrorField, .divError {
    color: red !important;
}

span.color-required {
    display: inline-block;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

input + span.color-required {
    margin-left: 0;
}

a, a:active, a:hover {
    color: #272521;
}

.form-control:focus {
    box-shadow: none;
}

.payment-a {
    background-color: #DAD8DA;
    color: white !important;
}

.btn {
    cursor: pointer;
    text-decoration: none;
    color: white !important;
    border: 0;
    background-color: #890811;
    /*box-shadow: 2px 2px 3px #444 !important;*/
    border-radius: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn:hover, .btn:active, .btn:focus {
    /*background-color: #DAD8DA !important;*/
    /*color: white !important;*/
    background-color: #640D0D !important;
    color: white !important;
}

button:focus {
    outline: none;
}

.btn.btn-big {
    min-height: 98px;
    text-align: left;
    padding-left: 98px;
    padding-right: 8px;
    position: relative;
}

.btn.btn-big > img {
    position: absolute;
    top: 8px;
    left: 8px;
}

.btn.btn-big > .title {
    line-height: 1.2em;
    margin-bottom: 3px;
}

.btn.btn-big > .small {
    text-transform: none;
    white-space: normal;
}

.btn.btn-big > .small,
.btn.btn-big > .small + .more {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.btn.btn-big > .small.limit-max {
    overflow: hidden;
    height: 51px;
}

.btn.btn-big > .small.limit-max2 {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 183px;
}

.btn.btn-big > .small.limit-max2 + .more {
    display: none;
}

.btn.btn-big > .small > :last-child {
    margin-bottom: 0;
}

#block-basket-mobile {
    background-color: #640D0D;
    color: white;
    position: fixed;
    width: 100%;
    padding: 15px;
    z-index: 999;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    text-align: center;
}

#block-basket-mobile div {
    display: inline-block;
}

#block-basket-mobile a {
    color: inherit;
}

.top-info > :empty {
    display: none;
}

.alert {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 767px) {
    #block-basket-mobile + header {
        padding-top: 51px;
    }

}

header {
    position: relative;
}

header, header a, header a:hover, header a:active {
    color: white;
    text-decoration: none;
}

#header_bottom {
    width: 100%;
    min-height: 300px;
    background: transparent url(/images/layout/header_clear.png) no-repeat center bottom;
}

@media (max-width: 991px) {
    #header_bottom {
        background-position: center 65%;
        background-size: auto 100%;
        padding-bottom: 100px;
    }
}

#inner_header_bottom {
    width: 100%;
    background: url(/images/layout/inner_header_clear.png) no-repeat center top transparent
}

/*.header_main_nav {position:relative; width:100%; background-color: rgba(99, 14, 14, 0.6);}*/
#header .container {
    margin: 0 auto;
    padding-top: 2px; /*width:957px*/
}

#header_top .container {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 968px) {
    #header_top .container {
        display: block;
    }
}

/*.mobile_main_nav{z-index:9;width:100%;text-align:center}
.header_main_nav ul,.mobile_main_nav ul{position:relative; list-style-type:none;}
.mobile_main_nav > ul { position: absolute; left: 15px; right: 15px; background-color: rgba(99, 14, 14, 0.85); z-index:9;}
.mobile_main_nav ul { padding: 0}
.mobile_main_nav ul li#menu{display:inline-block;width:100%;line-height:52px}
.header_main_nav ul li.first_lev_menu{display:inline-block;line-height:52px}
.header_main_nav ul li.first_lev_menu > a,.mobile_main_nav ul#first_level li > a{text-align:center}
.header_main_nav ul li.last{float:right}
.header_main_nav ul li.first_lev_menu:hover,.mobile_main_nav ul#first_level > li:hover{background-color: rgba(99, 14, 14, 0.93);}
.mobile_main_nav ul li#menu a,.mobile_main_nav ul#first_level li a,.header_main_nav ul li.first_lev_menu > a,.header_main_nav ul li.first_lev_menu .nav_list li > a{display:block;padding:0 20px 0 18px;color:white;text-decoration:none;font-weight:lighter;font-size:14px;font-family:helvetica}
.header_main_nav ul li.first_lev_menu .sec_nav{position:absolute;top:52px;left:0;z-index:99;display:none;padding-top:10px;width:175px;width:100%;border-bottom:3px solid #FFF;background-color: rgba(99, 14, 14, 0.97);}
.header_main_nav ul li.last .sec_nav{right:0;left:auto}
.header_main_nav ul li:last-child .sec_nav{right:0;left:auto}
.header_main_nav ul li.first_lev_menu .sec_nav ul li{display:inline;float:left;width:25%;line-height:18px}
.header_main_nav ul li.first_lev_menu .sec_nav ul li:hover,.mobile_main_nav ul li ul.secound_level li:hover{background-color: rgba(255,255,255,0.25)}
.header_main_nav ul li.first_lev_menu .sec_nav ul li a:hover{color:#fff}
.header_main_nav ul li.first_lev_menu .sec_nav ul li a{position:relative;padding:8px 10px 9px 20px}
.header_main_nav ul li.first_lev_menu .sec_nav ul li a span.arrow{display:none}
.header_main_nav ul li.first_lev_menu .sec_nav ul li a:hover span.arrow{position:absolute;top:14px;left:10px;display:block;width:5px;height:8px;background:url(/images/layout/main-sprite.png) no-repeat -96px -48px}
.header_main_nav ul li:hover .sec_nav{display:block}
.header_main_nav ul li.first_lev_menu span.sub_menu{position:absolute;top:24px;right:8px;display:block;width:5px;height:5px;background:url(/images/layout/main-sprite.png) no-repeat -144px -192px}
.header_main_nav ul li.first_lev_menu .sec_nav .nav_list,.nav_promo{display:inline;float:left}
.header_main_nav ul li.first_lev_menu .sec_nav .nav_list,.header_main_nav ul li.first_lev_menu .sec_nav.columns_1 .nav_promo li,.header_main_nav ul li.first_lev_menu .sec_nav.columns_3 .nav_list li{width:100%}
.header_main_nav ul li.first_lev_menu .sec_nav.columns_1 .nav_list,.header_main_nav ul li.first_lev_menu .sec_nav.columns_3 .nav_promo{width:75%}
.header_main_nav ul li.first_lev_menu .sec_nav.columns_2 .nav_list,.header_main_nav ul li.first_lev_menu .sec_nav.columns_2 .nav_list li,.header_main_nav ul li.first_lev_menu .sec_nav.columns_2 .nav_promo,.header_main_nav ul li.first_lev_menu .sec_nav.columns_2 .nav_promo li{width:50%}
.header_main_nav ul li.first_lev_menu .sec_nav.columns_3 .nav_list,.header_main_nav ul li.first_lev_menu .sec_nav.columns_1 .nav_promo{width:25%}
.header_main_nav ul li.first_lev_menu .sec_nav.columns_3 .nav_promo li,.header_main_nav ul li.first_lev_menu .sec_nav.columns_1 .nav_list li{width:33%}
.header_main_nav ul li.first_lev_menu .sec_nav.columns_1 .nav_promo .item_2,.header_main_nav ul li.first_lev_menu .sec_nav.columns_1 .nav_promo .item_3,.header_main_nav ul li.first_lev_menu .sec_nav.columns_2 .nav_promo .item_3,.header_main_nav ul li.first_lev_menu .sec_nav .nav_promo ul{display:none}
.header_main_nav ul li.first_lev_menu .sec_nav.columns_3 .nav_promo ul,.header_main_nav ul li.first_lev_menu .sec_nav.columns_2 .nav_promo ul,.header_main_nav ul li.first_lev_menu .sec_nav.columns_1 .nav_promo ul{display:block}
.header_main_nav ul li.first_lev_menu .sec_nav .promo_ad{clear:both;padding:5px 20px;color:#FFF;text-align:center;line-height:2em}*/

/*@media (max-width: 767px) {
    .mobile_main_nav + div {
        padding-top: 65px;
    }
}*/

@media (max-width: 769px) {
    .navbar {
        margin: 0 -15px;
    }
}

.navbar, .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar, .dropdown-menu {
    background-color: rgba(99, 14, 14, 0.85);
}

.navbar, .dropdown-item {
    color: white;
}

.dropdown-item:focus, .dropdown-item:hover,
.navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
    color: white;
    background-color: rgba(99, 14, 14, 0.93);
}

.navbar .dropdown-menu, .navbar.navbar-default .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
}

.dropdown-menu, .navbar .navbar-nav > li > a {
    font-size: 14px;
}

.navbar .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.dropdown-toggle:after {
    display: none;
}

header .logo-mini {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(/images/layout/main-sprite.png) no-repeat -249px -102px;
}

header .logo {
    display: inline-block;
    width: 134px;
    height: 108px;
    background: url(/images/layout/main-sprite.png) no-repeat 0 -144px;
}

header .title_big, header .title_small {
    font-family: 'MerriweatherRegularSans', sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

header .title_small {
    font-size: 18.85px;
    font-weight: normal;
    text-transform: none;
}

.stopka p {
    font-size: 12px;
}

footer a:hover {
    color: white;
}

.divErrorField, .divError {
    font-weight: normal;
}

.buttons div[style*=right] + input + div[style*=right] {
    margin-right: 15px;
}

.buttons div[style*=left] + input + div[style*=left] {
    margin-left: 15px;
}

@media (max-width: 400px) {
    .buttons * {
        float: none !important;
        width: 100% !important;
    }
}

/*header {
    background: url("/images/layout/header_clear.png") no-repeat top center;
}*/

#container {
    padding: 0;
}

#content {
    padding: 0 30px 30px;
    min-height: 50vh;
}

#content > h1:first-child {
    margin-bottom: 30px;
}

#logo img {
    max-width: 100%;
}

#block-basket div {
    display: inline-block;
}

#block-basket > span {
    margin-right: 0.5em;
}

#block-basket .icon-hourglass:before {
    -webkit-transform: rotate(180deg);
    -webkit-animation: rotate 2s infinite;
    animation: rotate 2s infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    60% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    60% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Block langs */
.block-langs {
    padding-left: 10px;
    /*position: absolute;*/
    /*right: 1.5rem;*/
    /*top: 0.5rem;*/
    z-index: 1;
}

@media (min-width: 768px) {
    .block-langs {
        top: 1rem;
    }
}

.block-langs a {
    color: #aaaaaa;
}

.block-langs span {
    font-weight: bold;
}

/*.navbar {
    height: 40px !important;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #640D0D;
    padding: 0;
}
.navbar-nav .nav-link {
    color: white;
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}
@media (max-width: 767px) {
    .navbar-nav .nav-link {
        background-color: rgba(138, 25, 24, 0.95);
    }
}
.navbar .navbar-nav>li>a.dropdown-toggle{
    color: white;
    background-color: #7C1918;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;

}
@media (max-width: 767px) {
    .navbar .navbar-nav>li>a.dropdown-toggle{
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.dropdown-menu li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0!important;
    background-color: #7C1918;
}
@media (max-width: 767px) {
    .dropdown-menu li a{
        padding: 0!important;
    }
}
li.dropdown a{
    display: table;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.navbar .dropdown-menu li>a, .navbar.navbar-default .dropdown-menu li>a{
}

@media (min-width: 768px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px
    }
    .navbar-expand-lg .navbar-nav .nav-link:first-child {
        padding-left: 10px;
        padding-right: 10px
    }
}

.navbar-nav a:hover, .navbar-nav a.active {
    color: white!important;
    text-decoration: none;
    background-color: #640D0D;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    text-align: center;
}
.navbar.navbar-default {
    border: 0;
    background: #7C1918;
}
.navbar, .navbar.navbar-default {
    background: rgba(124, 25, 24, 0.65);
    padding-left: 0;
    z-index: 1;
}

.navbar-default .navbar-nav > li {
    min-height: 0;
}

.navbar-default .navbar-nav > li {
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    padding: 10px 15px;
    font-weight: bold;
    background-color: #272521;
    color: white;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
    background-color: #DA8E44;
}
.navbar-collapse{
    padding-left: 0;
}*/
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #861818;
}

.breadcrumb-item.active {
    color: inherit;
    font-style: italic;
}

.img-thumbnail {
    border-radius: 0;
}

/* /rezerwacja/termin.html */
.btn-big + .row.terminy {
    margin-top: 25px;
}

.calendar-container.jumbotron {
    margin-top: 20px;
    padding: 0 !important;
    /*max-width: 430px;*/
}

.calendar-container > div.header {
    padding: 1.5em 1em;
    background-color: #7C1918;
    color: white;
}

.calendar-container > div.header > span {
    display: block;
    font-size: 4em;
    font-weight: bold;
    line-height: 1em;
}

.calendar-container > div.header > span + span {
    font-size: 2em;
    text-transform: lowercase;
    font-weight: normal;
}

.calendar-container > div.calendar {
    background: white;
    color: #555;
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 14px;
}

@media (min-width: 768px) {
    .calendar-container > div.calendar {
        padding: 1em 3em;
    }
}

.calendar-container > div.calendar > table.calendar {
    table-layout: fixed;
    margin: 0 auto;
    width: 100%;
}

.calendar-container table.calendar thead tr th, .calendar-container table.calendar tbody tr td {
    /*text-align: center;*/
    /*padding: 0.5em 1em;*/
    width: calc(100% / 7);
}

.calendar-container table.calendar tbody tr td a {
    color: white;
}

.calendar-container .niemozliwa:not(:empty), .calendar-legenda .niemozliwa {
    background: #EEEEEE;
    color: #999999;
}

.calendar-container .niemozliwa:not(:empty) a, .calendar-legenda .niemozliwa a {
    color: #999999;
}

.calendar-container .zajete, .calendar-legenda .zajete {
    background: #AAAAAA;
}

.calendar-container .dostepne, .calendar-legenda .dostepne {
    /*background: #DCAEAE;*/
    background: #b52121;
}

.calendar-container .wybrany, .calendar-legenda .wybrany {
    background: #640D0D;
}

.calendar-container table.calendar tbody tr td.niemozliwa a, .calendar-container table.calendar tbody tr td.zajete a {
    cursor: not-allowed;
}

.calendar-container .wybrany a:hover, .calendar-container .zajete a:hover, .calendar-container .niemozliwa a:hover {
    text-decoration: none;
}

.calendar-container table.calendar tbody tr td.wybrany a {
    cursor: default;
    font-weight: bold;
}

.calendar-container table.calendar thead tr th {
    text-transform: uppercase;
    color: #272521;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em;
}

.calendar-container table.calendar tfoot tr td + td {
    text-align: left;
}

.calendar-container table.calendar tfoot tr td + td + td {
    text-align: right;
}

.calendar-container table.calendar tfoot tr td a {
    color: #272521;
    font-size: 32px;
}

@media (max-width: 480px) {
    .calendar-container table.calendar {
        width: 100%;
    }

    .calendar-container table.calendar tbody tr td, .calendar-container table.calendar thead tr th {
        padding: 0.25em 0;
        text-align: center;
    }
}

.calendar-legenda {
    line-height: 30px;
    margin-bottom: 25px;
}

.calendar-legenda span {
    display: inline-block;
    height: 22px;
    width: 33px;
    vertical-align: middle;
}

/* /rezerwacja/nienumerowane.html */
.btn-big ~ form#rezerwacja {
    margin-top: 25px;
}

div.table {
    display: table;
    border-top: 1px solid #dddddd;
}

div.table > div {
    display: table-row;
}

div.table > div > div {
    display: table-cell;
    padding: 8px;
    border-top: 1px solid #dddddd;
}

div.table > div.divPozycjaCennikaHdr > div {
    border-top: 0 none;
    border-bottom: 1px solid #dddddd;
}

@media (max-width: 720px) {
    div.table > div > div {
        white-space: nowrap;
    }
}

.divPozycjaCennikaHdr {
    font-weight: bold;
    margin-bottom: 3px;
}

.divPozycjaCennikaHdr > :not(:first-child),
.divPozycjaCennika > :not(:first-child) {
    text-align: right;
}

.divPozycjaCennika .nazwa span {
    font-size: 11px;
    color: red;
}

div.ilosc > :not(div) {
    display: inline-block;
}

div.ilosc > input.input-ilosc {
    margin-bottom: 0;
}

.divPozycjaCennika > .ilosc .icon-plus, .divPozycjaCennika > .ilosc .icon-minus {
    cursor: pointer;
}

.divPozycjaCennika > :not(.ilosc) {
    padding-top: 8px;
}

.divPozycjaCennika > .cena:after, .divPozycjaCennika > .wartosc:after {
    content: " zł";
}

.input-ilosc {
    max-width: 1.8em;
    text-align: center;
    margin: 0 5px;
    box-sizing: content-box;
}

.divFullDesc {
    clear: both;
    padding: 0 15px !important;
    font-size: 11px;
    color: gray;
    text-align: left !important;
}

.divPozycjaCennika ~ .grupa {
    margin-top: 25px;
}

/* /koszyk/index.html */
@media (min-width: 768px) {
    #koszyk table.bilety tr td:first-child,
    #koszyk table.towary tr td:first-child {
        width: 50%;
    }

    #koszyk table.bilety tr > :not(:first-child),
    #koszyk table.towary tr > :not(:first-child) {
        text-align: right !important;
    }

    #koszyk table.bilety tr > :last-child,
    #koszyk table.towary tr > :last-child {
        width: 5em;
    }

    #koszyk table .usun {
        width: 3em;
        text-align: center;
    }

    table.bilety select.pozycja_cennika {
        margin-left: auto;
    }

}

/*#koszyk table.bilety tr > td.cena:after,*/
/*#koszyk table.towary tr > td.cena:after,*/
/*#koszyk table.bilety tr > td.wartosc:after,*/
/*#koszyk table.towary tr > td.wartosc:after {*/
/*    content: " zł";*/
/*}*/

#koszyk table .nazwa span {
    font-size: 11px;
    color: red;
}

#koszyk table .wartosc {
    text-align: right;
}


#koszyk .panel {
    box-shadow: none;
}

#koszyk .panel > #divField_koszyk_faktura.panel-heading,
#koszyk .panel-body {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

#koszyk .well {
    background: transparent;
    box-shadow: none;
    padding: 0 0 10px;
    margin-bottom: 0;
    display: inline-block;
    width: 250px;
    margin-right: 15px;
    float: left;
}

#divElement_koszyk_faktura label {
    color: #272521;
}

#divLabel_koszyk_sposob_dostawy {
    padding: 10px 0;
}

#divField_koszyk_sposob_dostawy label {
    color: #272521;
}

#divField_koszyk_sposob_dostawy select {
    cursor: pointer;
}

#koszyk_faktura {
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    left: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: auto;
    display: inline-block;
}

#koszyk #blad-dane-fa .divErrorField {
    display: block !important;
}

.bledne-reguly {
    padding: 20px;
    border: 1px solid #cc3f44;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* rejestracja */
form#form_zarejestruj {
    margin-top: 24px;
}

#form_zarejestruj_buttons {
    padding-top: 19px;
}

@media (min-width: 541px) {
    form#form_zarejestruj .btn {
        width: 66.666667%;
    }
}

.row.form-uzytkownik {
    margin-bottom: 25px;
}

#divElement_form_uzytkownik_rejestracja_preferencyjne label {
    margin: 8px;
    color: #404040;
}

#koszyk .panel > #divField_koszyk_faktura.panel-heading,
#koszyk .panel-body {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.panel-body {
    padding: 15px;
}

/* sklep */
.paginator * {
    border-radius: 0 !important;
}

.pagination > li > a, .pagination > li > span,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #272521;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #272521;
    border-color: #272521;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #272521 !important;
    border-color: #272521;
    outline: none !important;
}

.list-group-item.active a, .list-group-item.active:focus a, .list-group-item.active:hover a {
    color: inherit;
}

.list-group-item span {
    color: #272521;
}

.list-group-item.lv-2 {
    padding-left: 30px;
}

.list-group-item.lv-3 {
    padding-left: 45px;
}

.list-group-item.lv-4 {
    padding-left: 60px;
}

.list-group-item.lv-5 {
    padding-left: 75px;
}

@media (max-width: 767px) {
    #page-towary {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    #towary-menu {
        max-width: 300px;
    }
}

#page-towary .towar {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px 5px;
    margin-bottom: 15px;
}

#page-towary .towar-zdjecie {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

#page-towary .towar-zdjecie a {
    color: #272521 !important;
}

#page-towary .towar-zdjecie img {
    margin-bottom: 10px;
    max-width: 100%;
}

#page-towary .towar-zdjecie .brak-zdjecia {
    min-height: 200px;
    width: 200px;
    background-color: #eee;
    color: transparent;
}

#page-towary .towar .promo {
    font-weight: bold;
    color: #962825;
}

@media (max-width: 479px) {
    #page-towary > .row > div {
        float: none;
        width: auto;
    }
}

.opis_towaru #towar_dokoszyka_liczba {
    width: 4em;
    display: inline-block;
}

.opis_towaru .cena {
    font-size: 32px;
    font-size: 2rem;
}

.cena .promocja {
    color: #962825;
}

.cena .standard {
    text-decoration: line-through;
}

img#bigpix {
    max-width: 100%;
}

.zdjecia_mini {
    width: 100%;
}

.zdjecia_mini * {
    display: inline-block;
}

.zdjecia_mini .zdjecie_mini {
    padding: 2px;
}

.zdjecia_mini img {
    max-width: 75px;
}

/* stopka */
footer {
    border-top: 13px solid #392D25;
    background-color: #861818;
    color: #f4f2ef;
    font-size: 13px;
}

footer a {
    color: inherit;
}

footer #copyright {
    padding: 15px;
    font-size: 11px;
    text-align: center;
}

.spolecznosci {
    /*float: right;*/
    margin: 10px 0 0 0;
}

.collapse.show {
    z-index: 999;
}

#mobile-menu-icon {
    color: #222;
    cursor: pointer;
    font-family: dashicons;
}

.prev-month, .next-month, .cal-nazwa-miesiaca {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: white;
}

.prev-month:hover,
.next-month:hover {
    text-decoration: none;
}

.pozycja-cennika-opis {
    font-size: 11px;
    color: red;
}


/* Our responsive table */
.our-responsive-table thead {
    display: none;
}

@media (min-width: 768px) {
    .our-responsive-table thead {
        display: table-header-group;
    }
}

.our-responsive-table tbody tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #dee2e6;
}

@media (min-width: 768px) {
    .our-responsive-table tbody tr {
        display: table-row;
    }
}

.our-responsive-table tbody tr:nth-child(n+2) {
    margin-top: 1rem;
}

.our-responsive-table tbody tr td {
    align-items: center;
    /*border-left: 1px solid #dee2e6;*/
    /*border-right: 1px solid #dee2e6;*/
    display: flex;
}

@media (min-width: 768px) {
    .our-responsive-table tbody tr {
        border: 0;
    }

    .our-responsive-table tbody tr td {
        border-left-width: 0 !important;
        border-right-width: 0 !important;
        display: table-cell;
    }
}

.our-responsive-table tbody tr td:last-child {
    border-bottom: 1px solid #dee2e6;
}

@media (min-width: 768px) {
    .our-responsive-table tbody tr td:last-child {
        border-bottom-width: 0 !important;
    }
}

.our-responsive-table tbody tr td::before {
    align-self: stretch;
    background-color: #f8f9fa;
    content: attr(data-header-title);
    flex: 0 0 30%;
    font-weight: 600;
    margin: -0.75rem 1rem -0.75rem -0.75rem;
    min-width: 80px;
    padding: 0.75rem;
    text-align: left;
    white-space: normal;
}

@media (min-width: 768px) {
    .our-responsive-table tbody tr td::before {
        display: none;
    }
}

.our-responsive-table tbody tr td select {
    width: calc(70% - 1rem);
}

@media (max-width: 767px) {
    .our-responsive-table tbody tr td {
        border: 0;
    }

    .our-responsive-table tbody tr td:first-child {
        border-top: 1px solid #dee2e6;
    }
}

@media (min-width: 768px) {

    .our-responsive-table tbody tr td select {
        width: auto;
    }
}

/* Table */
/* End Our responsive table */
@media (min-width: 768px) {
    .ticket-type-table tbody tr td:first-child {
        width: 50%;
    }

    .ticket-type-table tbody tr td:nth-child(2) {
        width: calc(50% / 3);
    }

    .ticket-type-table tbody tr td:nth-child(3) {
        width: calc(50% / 3);
        text-align: center;
    }

    .ticket-type-table tbody tr td:nth-child(4) {
        width: calc(50% / 3);
        text-align: right
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.ticket-type-table input[type=number],
.karnety-pozycje-cennika-table input[type=number] {
    padding: 2px 8px;
    border: 1px solid #393939;
    background: white none;
    line-height: 16px;
    /*margin-bottom: 10px;*/
    font-size: 13px;
    border-radius: 0;
}

.ticket-type-table tr td {
    vertical-align: middle;
}

.change-qty {
    font-weight: bold;
    /*font-size: 20px;*/
    display: inline-flex;
    width: 25px;
    height: 38px;
    justify-content: center;
    align-items: center;
}

.change-qty:hover {
    text-decoration: none;
    cursor: pointer;
}

table.calendar tr td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5em 1em;
    text-align: center;
}

.karnet-osoba-label {
    display: inline-block;
    width: 130px;
}

.tooltip-inner {
    background-color: white;
    border: 1px solid black;
    opacity: initial;
    color: black;
}

.popover .arrow, .popover .tooltip-arrow, .tooltip .arrow, .tooltip .tooltip-arrow {
    display: block;
}

.guide-lang-select-wrapper {
    position: relative;
    padding-bottom: 100px;
}

.guide-lang-select {
    border: 1px solid #dee2e6;
    margin-bottom: 50px;
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: white;

}
.guide-lang-select.expanded {
    max-height: 400px;
    overflow-y: scroll;
}
.guide-lang-row {
    border-bottom: 1px solid #dee2e6;
    display: none;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.guide-lang-row:hover,
.guide-lang-row label:hover {
    cursor: pointer;
}

.guide-lang-row.selected-row {
    display: flex;
}

.guide-lang-select.expanded .guide-lang-row {
    display: flex;
}

.guide-lang-row input[type="radio"] {
    visibility: hidden;
    width: 1px;
    height: 1px;
}

.guide-lang-row label {
    margin-bottom: 0;
}


.guide-lang-row img {
    margin-right: 10px;
}

/*.guides-lang-label0 {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*}*/

.guide-lang-row label {
    display: flex;
    width: 100%;
    padding: 0.7rem;
}

/*.guide-lang-select .chevron-down {*/
/*    display: inline;*/
/*}*/

/*.guide-lang-select .chevron-up {*/
/*    display: none;*/
/*}*/

/*.guide-lang-select.expanded .chevron-down {*/
/*    display: none;*/
/*}*/

/*.guide-lang-select.expanded .chevron-up {*/
/*    display: inline;*/
/*}*/


.guide-lang-select.notexpanded {
    background-image: url("/images/layout/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.guide-lang-select.expanded {
    /*background-image: url("/images/layout/chevron-up.svg");*/
    background-repeat: no-repeat;
    background-position: right 0.75rem top 0.75rem;
    background-size: 16px 12px;
}

.guide-lang-select.notexpanded .guide-lang-row {
    border-bottom: 0;
}

#loading {
    background-color: black;
    opacity: .5;
    bottom: 0;
    display: none;
    font-size: 1.6rem;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
