#schedule th {
    font-size: 18px;
    line-height: 20px;
    padding: 5px;
    text-transform: capitalize;
    text-align: center;
    font-weight: normal;
}
#schedule td.schedule-hour {
    padding: 5px;
    background: none;
    background: #dddddf;
}
#schedule td {
    background: #dddddf;
    border: 2px solid #fff;
}
#schedule td > div {
    /*    min-height: 80px;*/
    border-bottom: 2px solid #f2f2f2;
    /*    color: #fff;
        position: relative;
        padding: 5px;
        font-size: 13px;*/
}
#schedule td a {
    display: block;
    height: 100%;
    color: #fff;
    margin: -5px;
    padding: 5px;
}
#schedule td a:hover {
    text-decoration: none;
    opacity: 0.9;
}
#schedule td div strong {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}
#schedule td div:last-child {
    border: 0;
}

.list-table-event {
    cursor: pointer !important;
}
.list-entry {
    padding: 5px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    min-height: 120px;
}
.list-table-event:hover {
    opacity: 0.8;
}
.list-entry-header {
    font-size: 19px;
    line-height: 18px;
    height: 54px;
font-family: "almaq-rough", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}
.list-entry-time {
    font-size: 12px;
    line-height: 13px;
}
.list-entry-info {
    font-size: 12px;
    line-height: 13px;
}
.list-entry-instructor {
    font-size: 12px;
    line-height: 13px;
}
.list-entry-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    background: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    line-height: 10px;
    padding: 2px 0px;
}


#i-table {
    width: 100%;
    position: relative;
}
#i-table-row {
    border-bottom: 1px solid #fff;
}
#i-table-row div {
    height: 50px;
    float: left;
}
#i-table-row .i-table-event-caption {
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
#i-table-col1 {
    /*width: 50px;*/
    float: left;
    position: relative;
    padding: 0;
}
.i-table-hour-line {
    position: absolute;
    left: 0;
    height: 0;
    border-bottom: 1px dotted #fff;
    width: 100%;
    z-index: 3;
    opacity: 0.5;
}
#i-table-col1 div {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
#i-table-col1 div.i-table-hour {
    background: #bdbdbd;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #fff;
}
#i-table-col1 div.i-table-hour.t25 {
    height: 14px;
    line-height: 14px;
    font-size: 10px;
}
#i-table-col1 div.i-table-hour.t50 {
    height: 29px;
    line-height: 29px;
}
#i-table-col1 div.i-table-hour.t100 {
    height: 60px;
    line-height: 60px;
}
#i-table-col2 {
    /*width: 930px;*/
    float: left;
    background: #eee;
    padding: 0;
}
.i-table-events {
    float: left;
    position: relative;
    overflow: hidden;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.i-table-event-body {
    background: #d9534f;
    width: 100%;
    position: absolute;
    left: 0;
}
.i-table-event {
    background: #5cb85c;
    width: 100%;
    position: absolute;
    left: 0;
    /*cursor: pointer;*/
    z-index: 1;
}
.i-table-event span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    height: 26px;
    width: 120px;
    text-align: center;
    margin-left: -60px;
    margin-top: -13px;
}
.i-table-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    z-index: 2;
}
.i-table-event.click {
    cursor: pointer;
}
.i-table-event:hover {
/*    opacity: .9;*/
}


#timetable-2 .day-header {
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    padding-top: 15px;
}
#timetable-2 strong {
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}
#timetable-2 ul {
    display: block;
    margin: 15px 0;
    padding: 0;
}
#timetable-2 li {
    display: block;
    font-size: 16px;
    margin-bottom: 1px;
    color: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
    padding-left: 95px;
}
#timetable-2 .list-hour {
    background: #ccc;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 20px;
    color: #888888;
    border-right: 1px solid #fff;
    overflow: hidden;
    float: left;
    padding: 5px;
    line-height: 32px;
    width: 90px;
    text-align: center;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
#timetable-2 .list-name {
    font-weight: 500;
    letter-spacing: 0 px;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    padding: 5px;
    line-height: 30px;
}
#timetable-2 .list-info {
    float: left;
    padding: 5px;
    line-height: 30px;
}
#timetable-2 .list-list-event {
    cursor: pointer;
}
#timetable-2 .list-entry {
    min-height: 40px;
}

#h-table {
    width: 100%;
    position: relative;
}
#h-table-col-1 {
    float: left;
    border-bottom: 1px solid #fff;
    width:20%;
}
#h-table-col-2 {
    float: left;
    width: 80%;
}

.h-table-event-caption {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #bdbdbd;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.h-table-hour-line {
    float: left;
    background: #bdbdbd;
    border: 1px solid #fff;
    margin-top: 1px;
    font-size: 13px;
    width: 5%;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.h-table-hour-line.caption {
    width: 20%;
}

.h-table-event-body {
    background: #eee;
    width: 6.25%;
    height: 44px;
    float: left;
    border: 1px solid #fff;
}
.h-table-event-body.green {
    background: green;
    cursor: pointer;
}
.h-table-event-body.red {
    background: red;
}
.h-table-event {
    background: green;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    z-index: 1;
}
.h-table-event span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    height: 26px;
    width: 120px;
    text-align: center;
    margin-left: -60px;
    margin-top: -13px;
}
.h-table-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    z-index: 2;
}
.h-table-event:hover {
    opacity: .9;
}

/*!
 * Grafik zajÄ™Ä‡ tabela widok listy
 */
#timetable-1 {
    color: #000;
}
#timetable-1 .day-header {
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
}
#timetable-1 strong {
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
}
#timetable-1 ul {
    display: block;
    margin: 1px 0;
    padding: 0;
}
#timetable-1 li {
    display: block;
    font-size: 16px;
    margin-bottom: 1px;
    color: #fff;
    padding: 0;
}
#timetable-1 li div {

}
#timetable-1 .list-hour {
    background: #666;
    color: #fff;
    border-right: 1px solid #404040;
    overflow: hidden;
    line-height: 32px;
    float: left;
    padding: 5px;
    width: 110px;
}
#timetable-1 .list-name {
    text-transform: uppercase;
    float: left;
    padding: 5px;
    line-height: 30px;
}
#timetable-1 .list-info {
    float: left;
    padding: 5px;
    line-height: 30px;
}
#timetable-1 .list-list-event {
    cursor: pointer;
}
#timetable-1 a.buy {
    float: right;
    color: #000;
    display: inline-block;
    width: 100px;
    height: 30px;
    background: darkred;
    color: #fff;
    margin-top: 3px;
    border: 0;
    text-align: center;
}
#timetable-1 a.buy:hover {
    background: red;
}
#timetable-1 .list-booking #page-modal {
    width: 100%;
    height: auto;
    font-size: 12px;
    background: #eee;
}
#timetable-1 .list-booking #page-modal strong {
    display: inline-block;
    font-size: 14px;
}
#timetable-1 .list-booking #page-modal .blu {
    width: 50% !important;
}
#timetable-1 .list-booking #page-modal .success {
    margin-bottom: 0 !important;
}
#timetable-1 .list-entry {
    min-height: 40px;
}
#ttCarousel .carousel-indicators {
    position: initial;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}
#ttCarousel .carousel-indicators li {
    display: none;
    width: auto;
    height: auto;
    margin: 1px;
    text-indent: inherit;
    cursor: pointer;
    background-color: none;
    border: 0;
    border-radius: 0;
    color: #444;
    text-transform: capitalize;
    /*font-size: 24px;*/
}
#ttCarousel .carousel-indicators .active {
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    display: inline-block;
}
#ttCarousel .carousel-control {
    height: auto;
    background: none;
}