
body {
    overflow-x: hidden;
    background: #fff url('/images/layout/bg-body.png') repeat top left;
    color: #69675b;
    font: 14px 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-weight: 300;
    /*font-style: normal;*/
    /*font-variant-ligatures: normal;*/
    /*font-variant-caps: normal;*/
    /*font-variant-numeric: normal;*/
    /*font-variant-east-asian: normal;*/
    /*font-stretch: normal;*/


}
@font-face {
    font-family: Dosis;
    src: url('/fonts/Dosis-ExtraLight.otf');
}

header{
    background-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
}
@media (min-width: 800px) and (max-width:991px)  {
    .container {
        max-width: 790px;
    }
}
@media (min-width: 1200px) and (max-width:1399px)  {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .container {
        max-width: 1370px;
    }
}

h1{
    font-size: 24px;
    padding: 20px 10px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.js .no-js, .no-js .js {
    display: none;
}

a, a:active, a:hover {
    color: black;
}

@media (min-width: 768px) {
    .site-logo{
        width: 270px;
        margin: 15px 0 15px 0;
    }
}
@media (max-width: 767px) {
    .site-logo{
        margin: 5px 0 5px 5px;
    }
}
.payment-a {
    background-color: black;
    color: white !important;
}
.js .no-js, .no-js .js {
    display: none;

}
.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
}

.top-fill{
    background-color: #991617;
    height: 12px;
}
.divErrorField, .divError { color:#f97575 !important; font-weight:normal; font-size: 14px}

div.buttons div[style*=right] + input + div[style*=right] { margin-right:15px; }
div.buttons div[style*=left] + input + div[style*=left] { margin-left:15px; }
/*.buttons{*/
    /*margin-top: 20px;*/
    /*margin-bottom: 35px;*/
/*}*/
#container {
	padding: 0;
    background-color: white;
}


#content {
    min-height: 450px;
    padding-bottom: 50px;
}
@media (min-width: 1201px) {
    #content {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (min-width: 993px) and (max-width:1200px)  {
    #content {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 768px) and (max-width:992px)  {
    #content {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    #content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#block-basket {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border-top: 1px solid white;
    /*border-bottom: 3px solid white;*/
    /*border-radius: 3px;*/
    box-shadow: 3px 4px 16px 0 rgba(0, 0, 0, 0.41);
    background-color: #f6f6f6;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #991617;
    margin-bottom: 30px;
    font-weight: bold;
}
#block-basket:hover {
    text-decoration: none;
    cursor: pointer;
}
#block-basket div {
    display: inline-block;
}

#block-basket > span {
    margin-right: 0.5em;
}


#block-langs a {
	color: black;
}
#block-langs span {
	font-weight: bold;
}

.navbar {
	min-height: 40px !important;
}

.navbar.navbar-default {
    border: 0;
    background: black;
    margin: 15px -15px;
}

.navbar-default .navbar-nav > li {
	min-height: 0;
}

.navbar-default .navbar-nav > li {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
	padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
	background-color: black;
    color: white;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
    background-color: red;
}

.navbar .navbar-nav>li>a {
    color: #636363;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a.expanded {
    background: black;
    color: white;
}
.nav-link {
    padding: 5px 15px;
}
#menu-wrapper {
    background-color: #CECECE;
}
.form-control:focus {
    color: initial;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none;
}
.btn:focus {
    box-shadow: none;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link, .dropdown-toggle {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        top: 50px;
    }
    .fo-navbar{
        background-color: #CECECE;
        /*border-radius: 3px;*/
        /*box-sizing: border-box;*/
        padding: 0 35px;
        /*box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.2);*/
    }
}
@media (max-width: 767px) {
    .fo-navbar {
        background-color: transparent;
    }
    .navbar-toggler{
        /*border: 1px solid #231F20;*/
        padding: 0;
        margin-bottom: 18px;
    }
    .navbar-toggler:focus{
        outline: none;
    }
    .navbar-toggler i{
        font-size: 2rem;
        color: #636363;
        margin-right: 30px;
        margin-left: 50px;
        margin-top: 15px;
    }

    .navbar{
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        top: 32px;
        /*left: -1px;*/
    }
}
.dropdown-menu li a{
    display: inline-block;
    width: 100%;
    padding: 20px 5px;
    text-transform: uppercase;
    font-size: 13px;
}
.dropdown-menu li a:hover{
    color: #231f20!important;
    text-decoration: none;
}
.dropdown-menu{
    padding-top: 0;
    padding-bottom: 0;

}
.navbar .dropdown-menu{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar .dropdown-menu li>a{
    font-size: 12px;
    padding: 5px 3px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}
/*.navbar .dropdown-menu li>a:last-of-type{*/
    /*border-bottom: none;*/
/*}*/

.dropdown-toggle{
    line-height: 24px;
}

.dropdown-toggle:hover{
    text-decoration: none;
}


.content-wrapper{
    padding: 15px 15px 5px;
    border: 3px solid white;
    border-radius: 3px;
    box-shadow: 3px 4px 16px 0 rgba(0, 0, 0, 0.41);
    background: #f6f6f6;
    box-sizing: border-box;
    min-height: 600px;
}

.form-group label, .divName label{
    color: #231f20;
}

h2{
    font-size: 22px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
.breadcrumb {
    background-color: transparent;
    display: none;
}

.img-thumbnail {
    border-radius: 0;
}

#loading{
    z-index: 10000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 30px;
    height: 120%;
    width: 100%;
    line-height: 450px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.kalendarz {
	margin-bottom: 20px;

}
.kalendarz a:hover {
	text-decoration: none;
}
.kalendarz .miesiac {
	padding: 5px 10px;
	border: 1px solid black;
	background-color: black;
	color: #EEEEEE;
}
.kalendarz .dzien {
	padding: 5px 10px;
	border: 1px solid black;
}

.termin {
    padding: 15px;
    width: 100%;
    min-height: 142px;
    border: 3px solid white;
    border-radius: 3px;
    box-shadow: 3px 4px 16px 0 rgba(0, 0, 0, 0.41);
    background: #f6f6f6;
    box-sizing: border-box;

}

.termin .data-godzina {
	font-size: 16px;
}

.termin .nazwa {
	font-size: 24px;
	font-weight: bold;
}

.termin + .termin {
    margin-top: 19px
}

.btn{
    padding: 8px 10px;
    border: 1px solid #820203;
    text-transform: uppercase;
    text-decoration: none;
    background: #991617;
    color: #fff;
    min-width: 200px;
    border-radius: 0;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
}

.btn:hover {
    background-color: #bf1e1e!important;
    color: white;
    text-decoration: none;
}
.termin-btn{
    min-width: 70px;
    float: right;
}
.rodzaj-biletu-wrapper{
    display: table;
    width: 100%;
}
.divPozycjaCennikaHdr {
    font-weight: bold;
    margin-bottom: 3px;
    display: table-row;
    width: 100%


}
.divPozycjaCennika{
    display: table-row;
    width: 100%;

}

.divPozycjaCennikaHdr .nazwa, .divPozycjaCennikaHdr .cena, .divPozycjaCennikaHdr .wartosc, .divPozycjaCennikaHdr .ilosc,
.divPozycjaCennika .nazwa, .divPozycjaCennika .cena, .divPozycjaCennika .wartosc, .divPozycjaCennika .ilosc{
    display: table-cell;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dee2e6;

}

.divPozycjaCennikaHdr .nazwa, .divPozycjaCennika .nazwa{
    border-left: 1px solid #dee2e6;
}

.divPozycjaCennikaHdr .wartosc, .divPozycjaCennika .wartosc{
    border-right: 1px solid #dee2e6;
}

.divPozycjaCennikaHdr .nazwa, .divPozycjaCennikaHdr .cena, .divPozycjaCennikaHdr .wartosc, .divPozycjaCennikaHdr .ilosc{
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.divPozycjaCennikaHdr > :not(:first-child),
.divPozycjaCennika > :not(:first-child) {
    text-align: right;
}

.divPozycjaCennika .nazwa span {
	font-size: 11px;
	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ł";
}

.oddbg{
    background-color: #DFDFDF;
}
#koszyk table.bilety tr td:first-child,
#koszyk table.towary tr td:first-child {
    width: 50%;
    text-align: left !important;
    vertical-align: middle;
}
#koszyk table.bilety tr td:nth-child(2),
#koszyk table.towary tr td:nth-child(2) {
    width: 40%;
    text-align: right !important;
}
#koszyk table.bilety tr td:nth-child(3),
#koszyk table.towary tr td:nth-child(3) {
    width: 10%;
    /*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;
}



.table td, .table th{
    padding: 0.4rem;
    border-top: 1px solid #d7d7d7;
}

.table thead th {
    border-bottom: 0;
    border-top: 1px solid #cccccc;

}
.table thead tr th{
    background-color: #dee2e6;
}
.table thead tr th, .table tbody tr td{
    vertical-align: middle;
}
.table tbody tr:first-child td {
    /*border-top: 1px solid rgb(204, 204, 204);*/
    border-top: 1px solid #DFDFDF;
}
/*.table tbody tr td:first-child{*/
    /*vertical-align: top;*/
    /*margin-top: 20px;*/
/*}*/
/*.table thead tr th:last-child, .table tbody tr td:last-child{*/
    /*border-right: 1px solid #cccccc;*/
/*}*/
/*.table tbody tr:last-child td{*/
    /*border-bottom: 1px solid #cccccc;*/
/*}*/
.table{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.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;
}


/* stopka */
footer {
    padding: 20px 0;
    background-color: #515151;
    color: #e4e4e4;
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

footer a {
    color: inherit;
}
footer a:hover {
    color: #e4e4e4;
}

footer #kontakt {
    padding: 10px;
}

footer #copyright {
    padding: 15px 0;
	font-size:11px;
	text-align: center;
}
.footer-block{
    width: 320px;
}
@media (max-width: 767px) {
    .footer-block {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
}

#wizualizacja{
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1100px) {
    #wizualizacja_over {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden
    }
}


@media (min-width: 768px) {
    .change-pass-content{
        width: 500px;
        margin-right: auto;
        margin-left: auto;
    }
}
.usun a i{
    font-size: 18px;
    /*color: red;*/
 }
.usun a i:hover{
    color: #f98b8b;
}
.alert.alert-info{
    color: #004085;
    background-color: #cce5ff;
    border-left:1px solid #b8daff;
    border-right:1px solid #b8daff;
    border-bottom:1px solid #b8daff;
}
.alert.alert-warning{
    color: #856404;
    background-color: #fff3cd;
    border-left: 1px solid #fcd66f;
    border-right: 1px solid #fcd66f;
    border-bottom: 1px solid #fcd66f;
}
.alert.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-left: 1px solid #f5c6cb;
    border-right: 1px solid #f5c6cb;
    border-bottom: 1px solid #f5c6cb;
}
.exclamation-mark{
    color: #f99f9f;
    font-size: 70px;
}

#navbarSupportedContent li a {
    background-color: #636363;
    display: block;
    padding: 15px 25px;
    border-top: 1px solid #d7d7d7;
    color: white;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
}
.month-selector-wrapper{
    margin-bottom: 10px;

}


.month-selector-wrapper a{
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #E6E6E6;
    text-transform: uppercase;
    margin-right: 20px;
    line-height: 14px;
    color: #636363;
}
.month-selector-wrapper a:last-child{
    margin-right: 0;
}

@media (max-width: 767px) {
    .month-selector-wrapper a{
        margin-top: 10px;
        padding: 5px;
    }
}
@media (min-width: 768px) {
    .month-selector-wrapper{
        margin-left: 30px;

    }

}
.active-month{
    font-weight: bold;
}
.termin-nazwa{
    text-transform: uppercase;
}

@media (min-width: 1140px) {
    .narrower-content {
        margin-right: 100px;
        margin-left: 100px;
    }
}

#tool-tip-content{
    border: 1px solid rgb(204, 204, 204);
}
.change-qty{
    color: #B00057;
    cursor: pointer;
    font-size: smaller;
}

.input-ilosc{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 3px;
    border-radius: 0;
}
.logowanie-form, .rejestracja-form{
    padding: 100px
}
.logowanie-form{
    border-right: 1px solid #f2f2f2
}

.table.bilety {
    border-left: 1px solid #DFDFDF;
}
.table.bilety{
    border-right: 1px solid #DFDFDF;
}

#goToTopBtn {
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    /*padding: 15px;*/
    font-size: 30px;
    right: -40px;
    width: 40px;
    height: 40px;
    background-color: #991617;
    text-align: center;
    opacity: 0.5;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#goToTopBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
.form-control{
    font: 14px 'Open Sans', Arial, sans-serif;
    line-height: 24px;
    font-weight: 300;
}
.dropdown-menu li a:hover{
    background-color: #e8e8e8;
}

@media (max-width: 767px){
    .dropdown-menu{
        border: 0;
        margin: 0;
    }

    .dropdown li a{
        background-color: #c9c9c9!important;
        color: #69675b!important;
    }
    .dropdown li a:hover{
        color: #69675b!important;
    }
}
.koszyk-total-block{

    /*float: right;*/
    margin-bottom: 50px;
    margin-top: 40px;

}
@media (min-width: 576px){
    .koszyk-total-block {
        width: 360px;
    }
}

.dane-do-faktur-table{
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.nazwa-grupy-biletow{
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;

}


.karnet-row-cell{
    margin-right: 5px;
    margin-left: 15px;
}
.karnet-row{
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.karnet-row-cell-first{
    height: 55px;
    line-height: 55px;
    font-size: larger;
}
.kup-voucher-btn{
    position: relative;
    top: 7px;
}
.vouchery-serie{

    padding: 15px;
}
.vouchery-header{
    font-weight: bold;
    border-bottom: 1px solid #d7d7d7;
}
.voucher-row{
    border-bottom: 1px solid #d7d7d7;
    padding-top: 10px;
    padding-bottom: 10px;

}
.vouchery-ilosc{
    width: 40px;
    text-align: center;
}

#aktywuj-kod{
    padding: 10px;
    /*border-left: 1px solid #ced4da;*/
    outline: none;
    border: 1px solid #820203;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #BF1E1E;
    color: white;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
}
#koszyk table.vouchery tr td:nth-child(2) {
    width: 12.5%;
    text-align: center!important;
}

#koszyk table.vouchery tr td:nth-child(3) {
    width: 12.5%;

}
#koszyk table.vouchery tr td:nth-child(4) {
    width: 12.5%;

}
.kasa-info{
    display: block;
    margin-left: 15px;
    margin-top: 25px;
    font-weight: bold;
}
.bilety-otwarte-info{
    display: block;
    margin-left: 15px;
    color: red;
}
