.table-link {

    white-space: nowrap;
    display: inline-block;
}

body {
    overflow-x: hidden;
}

.table-th {
    white-space: normal;
    min-width: 175px;
}

.content {
    padding-bottom: 30px;
    font-size: 15px;
    color: #c1c1c1;
    line-height: 22px;
}

.content a {
    color: #fa8f00;
}

.content-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    border-bottom: #404040 1px solid;
    margin-bottom: 10px;
}

.content-title {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}

	.videowrapper, .imgwrapper {
		float: none;
		clear: both;
		width: 100%;
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 25px;
		height: 0;
	}
	.videowrapper iframe, .imgwrapper img  {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


@media (max-width:991px){
    .footer-nav-right {
        padding-left: 0px;
    }
    .footer-nav-right {
        border-left: none;
    }
    .footer-reservation_info {
        text-align: center;
    }
}


.panel a.stopklatka {
    color: #fa8f00;
}

.repertoire-movie-time-2 {
    font-size: 26px;
    color: #fff;
    -webkit-transition: color .2s;
    transition: color .2s;
    margin-right: 10px
}

.repertoire-movie-time-2:focus {
    color: #ffb605;
    text-decoration: none
}

.repertoire-movie-time-2:hover:not(.repertoire-movie-time--disable) {
    color: #ffb605;
    text-decoration: none
}

.movie_block_panel-title a, .movie_block_panel-title a:hover {
    color: #fff;
    text-decoration: none;
}

.movies_blocks_panel-movie .btn {
    width: 100%;
    margin-top: 10px;
}

.canvas-box, .canvas-box1, .canvas-box2 {
    background-color: rgba(255, 255, 255, 1.00);
}

.canvas {
    position: absolute;
    display: block;
    background-color: rgba(255, 255, 255, 1.00);
}

.dom_overlay_container {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

.movie_header-btn {
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0;
}

.movie_header-nav {
    /*text-align: right;*/
}

.red {
    color: #fa1d00;
}

.panel-header a {
    color: #fff;
    text-decoration: none;
}

a.btn {
    color: #fff;
}

.facebook_panel {
    margin-bottom: 10px;
}

.main_slider-ou {
    height: auto;
}

.movie_header-title {
    line-height: 1;
}

.movie_header-subtitle {
    font-size: 36px;
    font-weight: 700;
    color: #c5c5c5;
    margin: 0;
}

/*
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {

	.col-md-15 {
		width: 20%;
		float: left;
	}
}
*/
@media (min-width: 1200px) {
    .col-xl-15 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .movie_header-subtitle {
        font-size: 22px;
        line-height: 1;
    }
}

.main_slider-title, .main_slider-subtitle {
    text-shadow: 1px 1px 1px #000;
}

.main_slider-subtitle a {
    font-size: 18px;
    font-weight: 300;
    color: #c1c1c1;
    text-decoration: none;
}

.main_slider-subtitle a.active {
    color: #fff;
    font-weight: bold;
}

.main_slider-title a {
    font-size: 70px;
    line-height: 65px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .main_slider-title a {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        display: block;
        width: 100%;
    }
}

a.main_slider-btn {
    background-color: rgba(0, 0, 0, 0.4);
}

.repertoire-list {
    max-width: 100%;
    display: block;
}

.repertoire-list tbody {
    max-width: 100%;
    display: block;

}

.repertoire-list tr {
    max-width: 100%;
    display: block;

}

.repertoire-movie-times {
    white-space: normal;
}

.repertoire-movie-time {
    display: inline-block
}

.repertoire-list-header-th:first-of-type {
    width: 650px;
}

@media(max-width: 1199px) {
  .repertoire-list-header-th:first-of-type {
      width: 450px;
  }
}


@media (max-width: 767px) {
    .repertoire-list .repertoire-list-header {
        display: none;
    }
}

/* STRZAŁKA - RETURN TO TOP */
#return-to-top {
    position: fixed;
    z-index: 9999999999999;
    bottom: 20px;
    right: 20px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top img {
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(255, 255, 255, 0.9);
}
#return-to-top:hover img {
    top: 5px;
}