body {
    background: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

object{
    margin-bottom: -35px;
}

/* Ikony społecznościowe */

#facebook_1 {
    height: 400px;
    width: 300px;
    position: fixed;
    right: -300px;
    top: 30%;
    border-color: #335F9D;
    z-index: 5;
}

#facebook_1_button {
    position: absolute;
    left: -50px;
}

#facebook_2 {
    height: 400px;
    width: 300px;
    position: fixed;
    right: -300px;
    top: calc(30% + 53px);
    border-color: #335F9D;
    z-index: 4;
}

#facebook_2_button {
    position: absolute;
    left: -50px;
}

.social_button{
    z-index: 3;
    position: fixed;
    right: 0px;
}

#facebook_1{
    z-index: 5;
    position: fixed;
    top: 30%;
    width: 300px;
    right: -300px;
}

@media only screen and (max-width: 450px), only screen and (max-height: 450px){
    #facebook_1, #facebook_2, .social_button {
        display: none;
    }
}


#facebook_slider_widget{
    top: 84px;
}

#facebook_slider_widget_2{
    padding-top: 54px;
}

/*
#facebook_1:target{
    display: block;
    right: 0;
    transition: right 0.5s ease-out 0.5s;
}

#facebook_1 #content {
    width: 300px;
    height: 400px;
    padding: 10px;
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #C30011;
    z-index: 20;
    background: #FFFFFF;
    position: relative;
    border-radius: 10px 0 0 10px;
}

#facebook_1 #title {
    width: 50px;
    height: 50px;
    border: 2px solid #C30011;
    background: #E61B2D;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 5px 25px 5px;
    text-align: center;
    position: relative;
    top: 0px;
    left: -90px;
    transform: rotate(-90deg);
    z-index: 1;
    background-image: url("img/button_fb.png");
}
*/



.facebook_slider_widget.a{
    /*display: none;*/
}

.repertuar {
    background-color: #343434;
}
.nav-color {
    background-color: #151515;
}
.footer-color {
    background-color: #1b1b1b;
}

.nav-wrapper li a:hover, .nav-wrapper li a:active {
    color: #ee1c27;
}
.container {
    padding-left: 0;
    padding-right: 0;
}

.section-title {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 35px;
    color: #343434;
    margin-bottom: 50px;
}

footer .social {
    background-color: #1b1b1b;
    color: #f3f3f4;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    padding: 15px;
}

footer .social a {
    color: white;
	padding: 0 10px;
}

@media only screen and (max-width: 650px){
	footer .social {
		background-color: #1b1b1b;
		color: #f3f3f4;
		text-align: center;
		font-family: "Roboto", sans-serif;
		font-size: 9px;
		padding: 15px 50px 15px 15px;
	}
	
	footer .social a {
		width: 400px;
		color: white;
		padding: 0 0;
	}
}

footer .social a:hover {
    color: #ee1c27;
}
footer .contact {
    background-color: #f3f3f4;
    color: #727176;
}
footer .contact .container {
    overflow: hidden;
}
footer .contact .container .address {
    float: left;
    padding-top: 40px;
}
footer .contact .container .address a {
    color: #ee1c27;
    font-weight: bold;
}
footer .contact .container .address a:hover {
    color: #333;
}
footer .contact .container .logo {
    float: right;
    text-align: center;
    padding: 40px 0 30px 0;
}
footer .contact .container .logo img {
    display: block;
    margin-bottom: 15px;
    width: 60px;
}
footer .social .container {
    min-height: 50px;
    background-image: url("../img/masks.png");
    background-repeat: no-repeat;
    background-size: 68px 50px;
    background-position: 0 0;
    text-align: right;
    line-height: 50px;
    font-size: 1.2rem;
}

.indicators {
    display: none !important;
}

.gradient {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.31, #161616),
            color-stop(1, #363636)
    );
    background-image: -o-linear-gradient(bottom, #161616 31%, #363636 100%);
    background-image: -moz-linear-gradient(bottom, #161616 31%, #363636 100%);
    background-image: -webkit-linear-gradient(bottom, #161616 31%, #363636 100%);
    background-image: -ms-linear-gradient(bottom, #161616 31%, #363636 100%);
    background-image: linear-gradient(to bottom, #161616 31%, #363636 100%);
}

.slider {
    position: relative;

    height: 400px !important;
    width: 100%; }
.slider.fullscreen {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.slider.fullscreen ul.slides {
    height: 100%; }

.slider .slides {
    background-color: #9e9e9e;
    margin: 0;
    height: 400px !important; }
.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden; }
.slider .slides li img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center; }

@media only screen and (min-width: 601px) {
    .slider, .slider .slides { height: 650px !important; }
}

/*.card {
    position: relative;
    bottom: 0px !important;
    right: 0px !important;
    overflow: hidden;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 0px !important;
}*/

/*.card p{
    text-align: justify;
}*/

.submenu-img {
    /*-ms-transform: scale(0.5, 0.5); *//* IE 9 *//*
    -webkit-transform: scale(0.5, 0.5); *//* Safari *//*
    transform: scale(0.5, 0.5);*/
    border-radius: 100px;
    border: 3px solid #434345;
    margin-bottom: .5rem;
    height:72px;
}

.submenu-item {
    display: flex;
    /*text-align: center;*/
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0 0rem;
}

@media only screen and (max-width: 475px) {
    p.white-text, .btn {
        font-size: 7px;
    }
    .submenu-img {
        height:54px;
    }
}

@media only screen and (min-width: 476px) and (max-width: 539px) {
    p.white-text, .btn {
        font-size: 9px;
    }
    .submenu-img {
        height:54px;
        margin: 0 0.5rem;
    }
}

@media only screen and (min-width: 540px) and (max-width: 800px) {
    p.white-text, .btn {
        font-size: 9.5px;
    }
    .submenu-item {
        margin: 0 0.5rem;
    }
}
@media only screen and (min-width: 801px) {
    .submenu-item {
        margin: 0 1.3rem;
    }
}
@media only screen and (min-width: 1201px) {
    .submenu-item {
        margin: 0 3rem;
    }
}

@media only screen and (min-width: 1601px) {
    .submenu-item {
        margin: 0 5.5rem;
    }
}

.submenu-item:hover .submenu-img {
    border-color: rgb(188, 189, 189);
}

.secondary_menu {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.condensed {
    font-family: "Open Sans Condensed", sans-serif;
}

.lower-content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0;
}
.lower-content .hat-img {
    /*flex: 0 0 275px; */

    flex: 1 1 0% ;
}


.lower-content .hat-img img{
    width: 100%;
    height: auto;
    max-width:250px;
    padding-right: 15px;
}

.lower-content .lower-slider {
    flex: 3 1 0%;
    /* flex: 1; */
}
.lower-content .lower-slider img {
    width: 100%;
    height: auto;
}

.news-content {
    flex: 0 0 320px;
    padding-left: 40px;
}
.news-content article {
    border-bottom: 1px solid #e5e5e4;
    padding: 12px 0 18px;
}
.news-content article:first-of-type {
    padding-top: 0;
}
.news-content article:last-of-type {
    border: 0;
}
.news-content article time {
    color: #e92a49;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}
.news-content article h5 a {
    color: #2d262e;
    text-transform: uppercase;
}
.news-content .news-content_more {
    font-size: 18px;
    color: #727176;
    float:left;


}
.news-content .news-content_more:before {

    content: " ";
    width: 20px;
    height: 15px;
    background: #e92a49;
    border-radius: 15px;
    /*display: inline-block;*/
    float: left;
    margin-top:5px;
    margin-right: 5px;
    background: url('/img/strzalka.png');
}


.slider .slides li .caption {
    text-transform: uppercase;
    text-align: right;
    color: black;
    top: 5%;
    display: none;
}
.slider .slides li .card {
    position: absolute;
    top: calc(5% + 100px);
    width: 370px;
    background: #5e5e5e;
    right: 15%;
    color: #fff;
    padding: 20px 40px;
    display: none;
}
.slider .slides li .card h4 {
    text-transform: uppercase;
}
.slider .slides li .card p {
    border-top: 1px solid #7e7e7e;
    padding-top: 12px;
    margin-right: 0px;
    line-height: 1.25;
}
@media only screen and (min-width: 601px) {
    .slider .slides li .caption, .slider .slides li .card {
        display: block;
    }
}




/* REPERTOIRE */
section.repertoire-wrap .row, section.repertoire-wrap p {
    margin-bottom: 0;
}
section.repertoire-wrap .sort {
    text-align: center;
    font-size: 0;
    margin: 20px 0;
}
section.repertoire-wrap .sort .month {
    font-size: 24px;
    font-weight: 300;
    color: #342f32;
    margin: 0 20px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
section.repertoire-wrap .sort button {
    width: 13px;
    height: 13px;
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
section.repertoire-wrap .sort button.next {
    background-image: url(../images/arrow-next.svg);
}
section.repertoire-wrap .sort button.prev {
    background-image: url(../images/arrow-prev.svg);
    display: none;
}
section.repertoire-wrap .repertoire-list .repertoire-item {
    position: relative;
    cursor: pointer;
}
section.repertoire-wrap .repertoire-list .repertoire-item:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #342f32;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
section.repertoire-wrap .repertoire-list .repertoire-item:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #f5f4f5;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
section.repertoire-wrap .repertoire-list .repertoire-item:hover:after {
    background: #dedede;
}
section.repertoire-wrap .repertoire-list .repertoire-item:hover .content {
    background: #dedede;
}
section.repertoire-wrap .repertoire-list .repertoire-item:hover .apla {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
section.repertoire-wrap .repertoire-list .repertoire-item:nth-child(even):before {
    background: #5d595b;
}
section.repertoire-wrap .repertoire-list .repertoire-item:nth-child(even):after {
    background: #ffffff;
}
section.repertoire-wrap .repertoire-list .repertoire-item:nth-child(even):hover:before {
    background: #5d595b;
}
section.repertoire-wrap .repertoire-list .repertoire-item:nth-child(even):hover:after {
    background: #dedede;
}
section.repertoire-wrap .repertoire-list .repertoire-item:nth-child(even):hover .content {
    background: #dedede;
}
section.repertoire-wrap .repertoire-list .repertoire-item:nth-child(even) .content {
    background: #ffffff;
}
section.repertoire-wrap .repertoire-list .repertoire-item.empty {
    text-align: center;
    padding: 30px 0;
}
section.repertoire-wrap .repertoire-list .repertoire-item.empty:before, section.repertoire-wrap .repertoire-list .repertoire-item.empty:after {
    display: none;
}
section.repertoire-wrap .repertoire-list .day {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
section.repertoire-wrap .repertoire-list .day p {
    font-size: 26px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-weight: bold;
}
section.repertoire-wrap .repertoire-list .day strong {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
section.repertoire-wrap .repertoire-list .apla {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}
section.repertoire-wrap .repertoire-list .text {
    position: relative;
}
section.repertoire-wrap .repertoire-list .content {
    background: #f5f4f5;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
section.repertoire-wrap .repertoire-list .content p {
    font-size: 14px;
    line-height: 20px;
    color: #342f32;
    margin-top: 10px;
    max-width: 420px;
}
section.repertoire-wrap .repertoire-list .content p.title {
    font-size: 24px;
    line-height: 30px;
    max-width: 300px;
    text-transform: uppercase;
    font-weight: bold;
}
section.repertoire-wrap .repertoire-list .content p.hour {
    font-weight: 300;
    font-size: 18px;
    color: #342f32;
}
section.repertoire-wrap .repertoire-list .content p.city {
    font-weight: 300;
    font-size: 18px;
    color: #e92a49;
    margin-top: 0;
}
section.repertoire-wrap .repertoire-list .content p a {
    color: #342f32;
}
section.repertoire-wrap .repertoire-list .ticket-btn {
    padding-top: 30px;
    font-size: 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
section.repertoire-wrap .repertoire-list .ticket-btn a {
    display: inline-block;
}
section.repertoire-wrap .repertoire-list .ticket-btn .book {
    margin-top: 1rem;
}
section.repertoire-wrap .repertoire-load {
    margin: 30px 0 60px 0;
    text-align: center;
}
section.repertoire-wrap .repertoire-load p {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #342f32;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}
section.repertoire-wrap .repertoire-load p i {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 30px;
    height: 30px;
    background: url(../images/reload.svg) center no-repeat;
    background-size: contain;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 10px;
}

@media (min-width: 768px) {
    section.repertoire-wrap .repertoire-list .day p {
        font-size: 30px;
        margin-left: 20%;
    }
    section.repertoire-wrap .repertoire-list .content p.hour {
        position: absolute;
        top: 0;
        right: 60px;
    }
    section.repertoire-wrap .repertoire-list .ticket-btn {
        padding-top: 10px;
    }
}

section.repertoire-wrap .repertoire-list .day {
    padding-bottom: 0;
}
/* REPERTOIRE END */

/* RIDERY */

/* RIDERY END */

/* SPEKTAKLE - miniaturki */

@media only screen and (max-width: 679px){
    section.spektakle-miniatury-wrap .spektakle-img{
        position: relative;
        float: left;
        width: 100%;
        height: 485px;
    }
}

@media only screen and (min-width: 680px) and (max-width: 999px){
    section.spektakle-miniatury-wrap .spektakle-img{
        position: relative;
        float: left;
        width: 50%;
        height: 485px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1619px){
    section.spektakle-miniatury-wrap .spektakle-img{
        position: relative;
        float: left;
        width: 33.33%;
        height: 485px;
    }
}

@media only screen and (min-width: 1620px){
    section.spektakle-miniatury-wrap .spektakle-img{
        position: relative;
        float: left;
        width: 25%;
        height: 485px;
    }
}

section.spektakle-miniatury-wrap h3 {
    color: #e92a49;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0px;
}

section.spektakle-miniatury-wrap h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 1em;
    position: absolute;
    bottom:395px;
    padding: 0 10px 0px 10px;
}

.spektakle-miniatury-wrap_miniposter {
    height: 400px;
    overflow: hidden;
    /*height: 350px;*/
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    bottom: 0;
    padding: 0 10px 0px 10px;
}

section.spektakle-miniatury-wrap article {
    padding: 20px 0;
    overflow: hidden;
}
section.spektakle-miniatury-wrap article h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
section.spektakle-miniatury-wrap article .spektakle-miniatury-wrap_poster {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
section.spektakle-miniatury-wrap article .spektakle-miniatury-wrap_poster, section.spektakle-miniatury-wrap article .spektakle-miniatury-wrap_buy {
    float: left;
}
section.spektakle-miniatury-wrap article .spektakle-miniatury-wrap_desc {
    width: 100%;
}
section.spektakle-miniatury-wrap article .spektakle-miniatury-wrap_buy {
    width: auto;
    padding: 0 20px;
    clear: left;
}
section.spektakle-miniatury-wrap article .spektakle-miniatury-wrap_buy:hover {
    color: #333;
}
section.spektakle-miniatury-wrap article:nth-child(2n) {
    background: #dedede;
    margin: 0 -5%;
    padding: 20px 5%;
}

@media only screen and (min-width: 1200px) {
    section.spektakle-miniatury-wrap article .spektakle-miniatury-wrap_poster {
        width: 40%;
    }
    section.spektakle-miniatury-wrap article .spektakle-miniatury-wrap_desc {
        padding: 0 80px;
    }
}
@media only screen and (min-width: 601px) {
    section.spektakle-miniatury-wrap:before, section.about-wrap:after {
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #dedede;
    }
    /*section.spektakle-miniatury-wrap:after, section.about-wrap:before {
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background: #ffffff;
    }*/
    section.spektakle-miniatury-wrap article:nth-child(2n) {
        background: transparent;
        margin: 0;
        padding: 0;
    }
    section.spektakle-miniatury-wrap article h4 {
        width: 48%;
    }
    section.spektakle-miniatury-wrap article .spektakle-miniatury-wrap_poster {
        width: 45%;
    }
    section.spektakle-miniatury-wrap article .spektakle-miniatury-wrap_desc {
        width: 50%;
        padding: 0 20px;
        float: right;
    }
}

/* SPEKTAKLE */

section.spektakle-wrap article {
    padding: 20px 0;
    overflow: hidden;
}
section.spektakle-wrap article h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
section.spektakle-wrap article .spektakle-wrap_poster {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
section.spektakle-wrap article .spektakle-wrap_poster, section.spektakle-wrap article .spektakle-wrap_buy {
    float: left;
}
section.spektakle-wrap article .spektakle-wrap_desc {
    width: 100%;
}
section.spektakle-wrap article .spektakle-wrap_buy {
    width: auto;
    padding: 0 20px;
    clear: left;
}
section.spektakle-wrap article .spektakle-wrap_buy:hover {
    color: #333;
}
section.spektakle-wrap article:nth-child(2n) {
    background: #dedede;
    margin: 0 -5%;
    padding: 20px 5%;
}

@media only screen and (min-width: 1200px) {
    section.spektakle-wrap article .spektakle-wrap_poster {
        width: 40%;
    }
    section.spektakle-wrap article .spektakle-wrap_desc {
        padding: 0 80px;
    }
}
@media only screen and (min-width: 601px) {
    section.spektakle-wrap:before, section.about-wrap:after {
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: #dedede;
    }
    section.spektakle-wrap:after, section.about-wrap:before {
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        background: #ffffff;
    }
    section.spektakle-wrap article:nth-child(2n) {
        background: transparent;
        margin: 0;
        padding: 0;
    }
    section.spektakle-wrap article h4 {
        width: 48%;
    }
    section.spektakle-wrap article .spektakle-wrap_poster {
        width: 45%;
    }
    section.spektakle-wrap article .spektakle-wrap_desc {
        width: 50%;
        padding: 0 20px;
        float: right;
    }
}

/* ABOUT */
section.about-wrap h3 {
    color: #e92a49;
    text-transform: uppercase;
    font-size: 30px;
}
section.about-wrap h4 {
    font-size: 24px;
}

section.about-wrap .about-wrap_gallery img {
    max-width: 100%;
    margin-bottom: 1rem;
}
section.about-wrap .about-wrap_person {
    padding-bottom: 40px;
}
section.about-wrap .about-wrap_person img {
    float: left;
    margin: 0 20px 20px 0;
    width: 50%;
}
section.about-wrap .about-wrap_person p.full {
    clear: both;
}

@media only screen and (min-width: 601px) {
    section.about-wrap {
        display: flex;
    }
    section.about-wrap .about-wrap_desc, section.about-wrap .about-wrap_gallery {
        flex: 0 0 50%;
    }
    section.about-wrap .about-wrap_desc {
        padding-right: 40px;
    }
    section.about-wrap .about-wrap_gallery {
        padding-left: 40px;
        padding-top: 70px;
    }
}


.gradient_btn {
    background-color: transparent;
    background-image: -webkit-gradient(
            linear,
            right top,
            left bottom,
            color-stop(0, #FAA318),
            color-stop(1, #EC0E58)
    );
    background-image: -o-linear-gradient(left bottom, #FAA318 0%, #EC0E58 100%);
    background-image: -moz-linear-gradient(left bottom, #FAA318 0%, #EC0E58 100%);
    background-image: -webkit-linear-gradient(left bottom, #FAA318 0%, #EC0E58 100%);
    background-image: -ms-linear-gradient(left bottom, #FAA318 0%, #EC0E58 100%);
    background-image: linear-gradient(to left bottom, #FAA318 0%, #EC0E58 100%);
    text-transform: uppercase;
}
.gradient_btn:hover {
    background-color: white;
    background-image: none;
}


nav .brand-logo {
    top: 20px;
}
.navbar-fixed, .navbar-fixed nav {
    height: 110px;
}
.navbar-fixed ul {
    margin-top: 26px;
}
@media only screen and (min-width: 601px) {
    .navbar-fixed {
        height: 110px;
    }
}
nav ul a {
    font-size: 1.48rem;
    text-transform: uppercase;
    letter-spacing: 0.01px;
}

a:hover, .news-content article h5 a:hover {
    text-decoration: none;
    color: #ee1c27;
}

strong {
    font-weight: bold;
}

section.about-wrap.kontakt-wrap .about-wrap_desc {
    padding-right: 0;
}
section.about-wrap.kontakt-wrap .about-wrap_gallery {
    padding-top: 0;
}

body > footer {
    margin-top: 40px;
}
body > footer a .fa-facebook {
    margin-right: 10px;
    color: white;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.about-wrap_desc ul li {
    list-style: disc;
    margin-left: 20px;
}

.eventy-wrap_download {
    padding-top: 20px;
    text-align: center;
}

.condensed {
    font-weight: bold;
}







/* IMPRESJE */
section.impresje-wrap article {
    padding: 200px 200px;
    overflow: hidden;

    text-align: jusify;
    /* border:5px dashed orange ; */
}



section.impresje-wrap article h3 {
    color: #e92a49;
    text-transform: uppercase;
    font-size: 30px;


    padding-left: 0px ;
    /*  border:2px dashed blue; */
}





section.impresje-wrap article .impresje-wrap_poster {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    float: left;

    /* border:2px solid blue; */
}





section.impresje-wrap article .impresje-wrap_desc1 {
    display: block;
    width: 10%;
    padding-left: 20px ;
    /* border: 5px dashed red; */
}



section.impresje-wrap article .impresje-wrap_desc2 {
    display: block;
    width: 20%;
    padding-left: 20px ;

}


section.impresje-wrap article .impresje-wrap_desc3 {
    display: block;
    width: 10%;
    padding-left: 20px ;
    /* border: 5px dashed red; */
}



section.impresje-wrap article .impresje-wrap_desc1a {
    width: 14%;
    min-width: 52px;
    max-width: 54px;
    max-height: 70px;

    float: left;
    text-align:right;
    padding-right: 4px;
    align-self: flex-end;
    /* position :relative; */

    /* border: 5px solid  yellow;       */
}





section.impresje-wrap article:nth-child(1n) {
    background: #dedede;

    margin: 0 -5%;
    padding: 20px 5%;   /* tutaj odległość od górnej krawędzi */

    /* border:10px dotted purple;  */
}



@media only screen and (min-width: 601px) and (max-width:  1200px){


    section.impresje-wrap:before, section.impresje-wrap:after {
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background:  #ffffff;;

    }
    section.impresje-wrap:after, section.impresje-wrap:before {
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 50%;
        width: 10%;
        height: 100%;
        background:  #ffffff;;
        clear: both;
    }

    section.impresje-wrap article:nth-child(1n) {
        background: transparent;  /* to eliminuje poprzedni kolor #dedede; */
        /*  margin: 0;
          padding: 0; */

        /*   margin: 5% -5%;   */         /* przez ten margines ucieka miejsce na tekst u odsuwa zdjęcie od lewejs strony  */
        /*    padding: 20px 5%;  */
        margin: 5% 0%;
        padding: 0px 0%;

        /* border: 2px solid  blue;*/

    }


    section.impresje-wrap article h3 {
        width: 48%;

        /* border: 1px solid  navy;  */
        margin-top:0%; /* nadpisanie ustawień z materialize.css */
        margin-bottom:0%;
        /* line-height:40%;  */  /* nadpisanie ustawień z materialize.css - 110%*/
    }



    section.impresje-wrap article .impresje-wrap_poster {
        width: 45%;

        /* border: 10px solid  #f0F; */
    }



    section.impresje-wrap article .impresje-wrap_desc21 {
        width: 44%;
        padding-top: 0px ;
        padding-left: 0px;
        float: right;

        /* border: 5px solid  red; */
    }


    section.impresje-wrap article .impresje-wrap_desc24 {
        display:flex;
        flex-direction: row;
        width: 50%;
        padding-top: 0px ;
        padding-left: 0px;
        float: right;

        /* border: 5px solid  yellow;*/
    }

    section.impresje-wrap article .impresje-wrap_desc24x {

        width: 82%;
        padding-top: 0px ;
        padding-left: 0px;
        /* float: right; */
        /*border: 5px solid  red; */
    }



    section.impresje-wrap article .impresje-wrap_desc1a {
        width: 14%;
        min-width: 52px;
        max-width: 54px;

        float: right;
        text-align:right;
        padding-right: 4px;
        align-self: flex-start;
        /* position :relative; */

        /* border: 5px solid  yellow;       */
    }




    section.impresje-wrap article .impresje-wrap_desc {
        width: 45%;
        padding: 0px ;
        float: right;


    }

}


@media only screen and (min-width: 1201px) and (max-width: 4000px){

    section.impresje-wrap:before, section.impresje-wrap:after {
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background:  #ffffff;;

    }
    section.impresje-wrap:after, section.impresje-wrap:before {
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 50%;
        width: 10%;
        height: 100%;
        background:  #ffffff;;
        clear: both;
    }

    section.impresje-wrap article:nth-child(1n) {
        background: transparent;  /* to eliminuje poprzedni kolor #dedede; */
        /*  margin: 0;
          padding: 0; */

        /*   margin: 5% -5%;   */         /* przez ten margines ucieka miejsce na tekst u odsuwa zdjęcie od lewejs strony  */
        /*    padding: 20px 5%;  */
        margin: 5% 0%;
        padding: 0px 0%;

        /* border: 2px solid  blue; */

    }


    section.impresje-wrap article h3 {
        width: 48%;

        /* border: 1px solid  navy;  */
        margin-top:0%; /* nadpisanie ustawień z materialize.css */
        margin-bottom:0%;
        /* line-height:40%;  */  /* nadpisanie ustawień z materialize.css - 110%*/
    }



    section.impresje-wrap article .impresje-wrap_poster {
        width: 45%;
        max-width: 450px;

        /* border: 10px solid  #f0F; */
    }


    section.impresje-wrap article .impresje-wrap_desc21 {
        width: 44%;
        padding-top: 0px ;
        padding-left: 0px;
        float: right;

        /* border: 5px solid  red; */
    }


    section.impresje-wrap article .impresje-wrap_desc24 {
        display:flex;
        flex-direction: row;

        width: 50%;
        padding-top: 0px ;
        padding-left: 0px;
        float: right;

        /* border: 5px solid  yellow; */
    }

    section.impresje-wrap article .impresje-wrap_desc24x {

        width: 82%;
        /* max-width: 300px; */
        padding-top: 0px ;
        padding-left: 0px;
        /* float: right; */

        /* border: 5px solid  red;  */
    }



    section.impresje-wrap article .impresje-wrap_desc1a {
        width: 14%;
        min-width: 52px;
        /* max-width: 54px; */

        float: right;

        padding-right: 4px;
        text-align:right;
        align-self: flex-start;
        /* position :relative; */

        /* border: 5px solid  green;     */
    }




}


/* END IMPRESJE */


/* START GLOSY */


section.glosy-wrap article {
    padding: 200px 200px;
    overflow: hidden;

    /* border:5px dashed orange ; */
}




section.glosy-wrap article .glosy-wrap_desc1a {
    width: 14%;
    min-width: 52px;
    max-width: 54px;
    padding-right: 8px;
    max-height: 70px;
    float: left;
    text-align:right;
    align-self: flex-end;
    /* position :relative; */

    /*border: 5px solid  yellow;        */
}


section.glosy-wrap article:nth-child(1n) {
    background: #dedede;

    margin: 0 -5%;
    padding: 20px 5%;   /* tutaj odległość od górnej krawędzi */

    /* border:10px dotted purple;  */
}





@media only screen and (min-width: 601px) and (max-width:  4000px){




    section.glosy-wrap:before, section.glosy-wrap:after {
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background:  #ffffff;;

    }
    section.glosy-wrap:after, section.glosy-wrap:before {
        content: '';
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 50%;
        width: 10%;
        height: 100%;
        background:  #ffffff;;
        clear: both;
    }

    section.glosy-wrap article:nth-child(1n) {
        background: transparent;  /* to eliminuje poprzedni kolor #dedede; */
        /*  margin: 0;
          padding: 0; */

        /*   margin: 5% -5%;   */         /* przez ten margines ucieka miejsce na tekst u odsuwa zdjęcie od lewejs strony  */
        /*    padding: 20px 5%;  */
        margin: 5% 0%;
        padding: 0px 0%;

        /* border: 2px solid  blue;       */

    }





    section.glosy-wrap article .glosy-wrap_desc21L {
        width: 46%;
        padding-top: 0px ;
        padding-left: 0px;
        float: left;

        /* border: 5px solid  red;   */
    }


    section.glosy-wrap article .glosy-wrap_desc21 {
        width: 48%;
        padding-top: 0px ;
        padding-left: 0px;
        float: right;

        /* border: 5px solid  red;       */
    }


    section.glosy-wrap article .glosy-wrap_desc24 {
        display:flex;
        flex-direction: row;

        width: 100%;
        padding-top: 0px ;
        padding-left: 0px;
        float: left;

        /* border: 10px solid  black;             */

    }

    section.glosy-wrap article .glosy-wrap_desc24x {

        width: auto;
        padding-top: 0px ;
        padding-left: 0px;
        padding-bottom: 30px;
        float: right;
        /* border: 5px solid  orange;    */
    }



    section.glosy-wrap article .glosy-wrap_desc1a {
        width: 14%;
        min-width: 52px;
        max-width: 54px;
        padding-right: 8px;
        float: left;
        text-align:right;
        align-self: flex-start;
        /* position :relative; */

        /*border: 5px solid  yellow;        */
    }



}


/* END  GLOSY */

/* GALERIA */

.gallery-wrap{
    height: 650px;
    margin-bottom: -65px;
    overflow: hidden;
}

.galeria-img{
    height: 10%;
    overflow: hidden;
}