body {
    background-color: white;
}

.js .no-js, .no-js .js {
    display: none;
}

a, a:active, a:hover {
    color: #cc3f44;
}

.btn, .payment-a {
    background-color: #cc3f44;
    color: white !important;
}

.btn:hover, .btn:active, .btn:focus {
    background-color: #cc3f44 !important;
    color: white !important;
}

.divErrorField, .divError {
    color: red !important;
    font-weight: normal;
}

div.buttons div[style*=right] + input + div[style*=right] {
    margin-right: 15px;
}

div.buttons div[style*=left] + input + div[style*=left] {
    margin-left: 15px;
}

header {
    margin-top: 15px;
}

#logo img {
    max-width: 100%;
}

#block-basket div {
    display: inline-block;
}

#block-basket > span {
    margin-right: 0.5em;
}

#block-basket .glyphicon {
    color: #cc3f44;
}

#block-langs a {
    color: black;
}

#block-langs span {
    font-weight: bold;
}

.navbar.navbar-default {
    border: 0;
    background: black;
    margin: 15px -15px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
    background-color: #cc3f44;
}

h1.tytul:empty {
    display: none;
}

.breadcrumb {
    background-color: transparent;
    display: none;
}

.img-thumbnail {
    border-radius: 0;
}

/* /index/index.html */
.row.lokalizacja {
    padding-top: 15px;
    padding-bottom: 15px;
}

.row.lokalizacja:hover {
    background-color: rgba(128, 128, 128, 0.05);
}

.row.lokalizacja:after {
    content: "";
    border-bottom: 1px solid black;
}

.row.lokalizacja div img {
    width: 300px;
    max-width: 100%;
    height: 185px;
    text-align: center;
    background: black;
    color: white;
    display: inline-block;
}

/* /rezerwacja/termin.html */
.calendar-container.jumbotron {
    padding: 0 !important;
    max-width: 430px;
}

.calendar-container > div.header {
    background-color: black;
    color: #fff;
    padding: 1.5em 1em;
}

.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;
    padding: 1em 0;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.calendar-container > div.calendar > table.calendar {
    table-layout: fixed;
    margin: 0 auto;
}

.calendar-container table.calendar thead tr th, .calendar-container table.calendar tbody tr td {
    text-align: center;
    padding: 0.5em 1em;
}

.calendar-container table.calendar tbody tr td a {
    color: white;
}

.calendar-container .niemozliwa:not(:empty), .calendar-legenda .niemozliwa {
    background: #cccccc;
}

.calendar-container .zajete, .calendar-legenda .zajete {
    background: black;
}

.calendar-container .dostepne,
.calendar-legenda .dostepne {
    background: #b6d673;
}

.calendar-container .wybrany,
.calendar-legenda .wybrany {
    background: #779e31;
}

.calendar-container table.calendar tbody tr td.niemozliwa a, .calendar-container table.calendar tbody tr td.zajete a {
    cursor: not-allowed;
}

.calendar-container table.calendar tbody tr td.wybrany a {
    cursor: default;
}

.calendar-container table.calendar thead tr th {
    text-transform: uppercase;
    color: #e66b6b;
    font-weight: bold;
}

.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: #dc3247;
    font-size: 32px;
}

.calendar-legenda {
    line-height: 30px;
}

.calendar-legenda span {
    display: inline-block;
    height: 22px;
    width: 33px;
    vertical-align: middle;
}

/* /rezerwacja/nienumerowane.html */
.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: gray;
}

.divPozycjaCennika .nazwa span.red {
    color: red;
}

div.ilosc > * {
    display: inline-block;
}

.divPozycjaCennika > .ilosc .glyphicon {
    cursor: pointer;
}

.divPozycjaCennika > :not(.ilosc) {
    padding-top: 8px;
}

/*.divPozycjaCennika > .cena:after, .divPozycjaCennika > .wartosc:after {*/
/*    content: " zł";*/
/*}*/

.input-ilosc {
    max-width: 2em;
    text-align: center;
    margin: 0 5px;
}

.divFullDesc {
    clear: both;
    padding: 0 15px !important;
    font-size: 11px;
    color: gray;
    text-align: left !important;
}

/* /koszyk/index.html */
#koszyk table.bilety tr > :not(:first-child),
#koszyk table.towary tr > :not(:first-child) {
    width: 10em;
    text-align: right !important;
}

#koszyk table .nazwa span {
    font-size: 11px;
    color: red;
}

#koszyk table .wartosc {
    text-align: right;
}

#koszyk table .usun {
    width: 3em;
    text-align: center;
}

#koszyk .panel {
    box-shadow: none;
}

#koszyk .panel > #divField_koszyk_faktura.panel-heading,
#koszyk .panel-body {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.df-zalogowany-block {
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
    display: inline-block;
    width: 250px;
    margin-right: 15px;
    float: left;
    border: 1px solid lightgrey;
    padding: 5px;
    text-align: center;
}

.df-zalogowany-block:hover {
    cursor: pointer;
}


#divElement_koszyk_faktura label {
    color: black;
}

#divLabel_koszyk_sposob_dostawy {
    padding: 10px 0;
}

#divField_koszyk_sposob_dostawy label,
#divField_koszyk_adres_dostawy label {
    color: black;
}

#divField_koszyk_sposob_dostawy select {
    cursor: pointer;
}

#koszyk_faktura {
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    left: auto;
    opacity: 1;
    pointer-events: auto;
    display: inline-block;
}

#koszyk #blad-dane-fa .divErrorField {
    display: block !important;
}

.bledne-reguly {
    padding: 20px;
    border: 3px solid #cc3f44;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

/* 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: #cc3f44;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #cc3f44;
    border-color: #cc3f44;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #cc3f44 !important;
    border-color: #cc3f44;
    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: #cc3f44;
}

.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: black !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: 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 {
    margin-top: 40px;
}

footer a {
    color: inherit;
}

footer #kontakt {
    background-color: black;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.warning-guided-tour {
    /*color: #8a6d3b!important;*/
    background-color: #cc3f44 !important;
    /*border-color: #faebcc!important;*/
}

.terminy-table tr td:first-child {
    width: 15%;
}

.terminy-table tr td:nth-child(2) {
    width: 45%;
}

.terminy-table tr td:nth-child(3) {
    width: 20%;
}

.terminy-table tr td:last-child {
    width: 20%;
    text-align: right;
}

@media (min-width: 798px) {
    .easypack-widget .easypack-search-widget .search-input {
        height: 70px !important;
    }
}

.easypack-widget .easypack-search-widget .search-group-btn:last-child > .btn, .easypack-widget .easypack-search-widget .search-group-btn:last-child > .btn-group {
    margin-top: 0 !important;
}

#koszyk_submit_koszyk {
    width: 1px;
    height: 1px;
    visibility: hidden;
}

a#block-basket {
    color: initial;
}

a#block-basket:hover {
    text-decoration: none;
}

#loading {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    display: none;
    font-size: 1.2rem;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#loading.showloader {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#loading.showloader svg {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.main-content {
    min-height: 48vh;
}

.alert.alert-warning.delivery-unavailable-alert {
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid #856404;
}

#form_login_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}