@font-face {
    font-family: "centrale_sans_roundedxbold";
    src: url("../fonts/centrale_sans_roundedxbold/centrale_sans_roundedxbold.eot");
    src: url("../fonts/centrale_sans_roundedxbold/centrale_sans_roundedxbold?#iefix") format("embedded-opentype"), url("../fonts/centrale_sans_roundedxbold/centrale_sans_roundedxbold.woff2") format("woff2"), url("../fonts/centrale_sans_roundedxbold/centrale_sans_roundedxbold.woff") format("woff"), url("../fonts/centrale_sans_roundedxbold/centrale_sans_roundedxbold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "centrale_sans_roundedbold";
    src: url("../fonts/centrale_sans_roundedbold/centrale_sans_roundedbold.eot");
    src: url("../fonts/centrale_sans_roundedbold/centrale_sans_roundedbold?#iefix") format("embedded-opentype"), url("../fonts/centrale_sans_roundedbold/centrale_sans_roundedbold.woff2") format("woff2"), url("../fonts/centrale_sans_roundedbold/centrale_sans_roundedbold.woff") format("woff"), url("../fonts/centrale_sans_roundedbold/centrale_sans_roundedbold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "centrale_sans_roundedmedium";
    src: url("../fonts/centrale_sans_roundedmedium/centrale_sans_roundedmedium.eot");
    src: url("../fonts/centrale_sans_roundedmedium/centrale_sans_roundedmedium?#iefix") format("embedded-opentype"), url("../fonts/centrale_sans_roundedmedium/centrale_sans_roundedmedium.woff2") format("woff2"), url("../fonts/centrale_sans_roundedmedium/centrale_sans_roundedmedium.woff") format("woff"), url("../fonts/centrale_sans_roundedmedium/centrale_sans_roundedmedium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: centrale_sans_roundedmedium;
    color: #1fa0ac;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.c-subpage {
    padding-top: 116px;
}

a {
    color: #1fa0ac;
    text-decoration: none !important;
}

a: hover {
    color: #db0451;
    text-decoration: none;
}

.tabs-menu li {

    display: inline;
    float: left;
    padding: 0 20px 0 10px;
    background: url("../img/menu-separator.png") no-repeat center right;
}

.tabs-menu li a {

    position: relative;
    top: 1px;
    height: 25px;
    color: #1fa0ac;
    font-family: centrale_sans_roundedxbold;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 3px 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;
}

.light-menu h2 {
    font-size: 21px;
    float: left;
}

.c-header.c-subpage {position: fixed;width: 100%;z-index: 12;max-height: 0;margin-top: -116px;display: block;transition: all 0.3s;min-height: 0;overflow: hidden;}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulsemenu {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        opacity: 1;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 1;
    }
}

@-moz-keyframes pulsemenu {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        opacity: 1;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 1;
    }
}

@keyframes pulsemenu {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        opacity: 1;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 1;
    }
}
.c-header.c-subpage .c-slider {top:100px}

.c-header.c-subpage.visible {
max-height: 320px;
min-height: 310px;
overflow: visible;
}

.c-header.c-subpage .c-header__rybka {min-width: 2rem;
max-width: 11rem;cursor:pointer;}

.breadcrumb {
    margin-left: 0;
}

.filmy-polecane {
    width: 425px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0 60px 0;
}

.film {
    width: 100%;
    height: 165px;
    background: #eee;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    z-index: 1;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.film-head-blue {
    width: 100%;
    height: 48px;
    background: #1fa0ac;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background-clip: padding-box;
    padding: 8px 10px;
}

.film-head-blue h2 {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.film-head-blue h5 {
    font-weight: 600;
    color: #dbeceb;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.film-head {
    width: 100%;
    height: 38px;
    background: #db0451;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background-clip: padding-box;
    padding: 10px 10px;
}

.film-head h2 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.film-head-pink {
    width: 100%;
    height: 48px;
    background: #db0451;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background-clip: padding-box;
    padding: 8px 10px;
}

.film-head-pink h2 {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.film-head-pink h5 {
    font-weight: 600;
    color: #dbeceb;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.play-wrapper {
    position: absolute;
    z-index: 3;
    top: 70px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.play-hover,
.play {
    display: inline-block;
    background: url("../img/play.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    margin: 0 auto;
    cursor: pointer;
}

.play {
    background-position: -0px -0px;
    width: 59px;
    height: 59px;
    margin: 0 auto;
}

.play: hover {
    background-position: -0px -59px;
    width: 59px;
    height: 59px;
    margin: 0 auto;
}

.photo {
    width: 100%;
    min-width: 304px;
}

.photo2 {
    width: 100%;
}

.film-head-wszystkie {
    width: 100%;
    height: 38px;
    background: #1fa0ac;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background-clip: padding-box;
    padding: 10px 10px;
}

.film-head-wszystkie h2 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.light-menu {
    width: 100%;
    color: #229ca8;
    font-family: centrale_sans_roundedbold;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 0 0 20px;
    display: inline-block;
    position: relative;
    z-index: 10;
    /* margin: 10px 0 10px 0; */
}

.light-menu h2 {
    font-size: 21px;
    float: left;
}

.light-menu h2.no-float {
    float: none;
}

.light-menu h3 {
    float: left;
    font-size: 16px;
    text-transform: none;
    margin: 5px 0 0 20px;
}

.light-menu h3: hover {
    color: #db0451;
}

.light-menu .options {
    float: right;
    top: 6px;
    position: relative;
}

.light-menu .options .search {
    position: absolute;
    right: 0;
    top: -17px;
    z-index: 1;
    white-space: nowrap;
}

.light-menu .options.with-search {
    padding-right: 45px;
}

.search-wrapper {

    background: #229ca8;
    background-clip: border-box;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    height: 50px;
}

.form-control {

    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search input[type="search"] {

    width: 0;
    color: rgba(195, 224, 222, 0.6);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    cursor: pointer;
    border: solid 0;
    padding: 9px 0px 9px 0px;
    color: #229ca8;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: relative;
    top: -4px;
    font-family: inherit;
    font-size: 14px;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

.search-button {

    padding: 10px 6px 8px 8px;
    display: inline-block;
    cursor: pointer;
}

.pag-wrapper .previous {

    width: 30px;
    position: relative;
    top: 7px;
    margin-right: 15px;
}

.pag-wrapper .page {

    display: inline-block;
    padding: 8px;
    width: 33px;
    height: 33px;
    margin-right: 4px;
    background: rgba(195, 224, 222, 0.6);
    background-color: rgba(195, 224, 222, 0.6);
    background-clip: border-box;
    font-family: centrale_sans_roundedbold;
    font-size: 1em;
    font-weight: bold;
    color: #229ca8;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    text-decoration: none;
}

.pag-wrapper .next {
    width: 30px;
    position: relative;
    top: 7px;
    margin-left: 15px;
}

.light-heading {
    width: 100%;
    color: #229ca8;
    font-family: centrale_sans_roundedbold;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 20px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    background-clip: padding-box;
    background: rgba(195, 224, 222, 0.6);
    display: inline-block;
    position: relative;
    margin: 15px 0 0 0;
}

.light-heading.big {
    font-size: 21px;
}

.light-heading.big: hover {
    background: #db0451;
    color: #fff;
}

.light-heading.big.ui-state-active {
    background: #db0451;
    color: #fff;
}

.light-heading h2 {
    font-size: 21px;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}
#filtry {
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    padding: 3px 35px;
    margin-right: 25px;
    background-color: #db0451;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    position: relative;
    right: 50px;
    top: -5px;
    text-transform: uppercase;
}
#filtry i {
    margin-left: 10px;
}
.spacer20 {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    float: left;
}
.filters {
    display: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    z-index: 9;
    width: 100%;
    padding: 20px;
    background: #ebf9f8;
    text-align: left;
    font-size: 16px;
    line-height: 38px;
    overflow: auto;
    margin-bottom: 20px;
}
.menu.row {list-style: none;}
.mouse {
    width: 23px;
}

.keyboard {
    width: 50px;
}

.tablet {
    width: 40px;
}


#filtry .arrow-down, #filtry .arrow-up {
    width: 18px;
    height: 15px;
    background: url("../img/filters-arrow.png");
    top: 5px;
    right: 11px;
    position: absolute;
}

#filtry .arrow-up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.title-wrapper {
    margin: 0 auto;
    text-align: center;
}
.title-wrapper h1.title, .title-wrapper h2.title, .title-wrapper div.title {
    font-size: 56px;
    color: #db0451;
    text-align: center;
    font-family: centrale_sans_roundedbold;
    margin: 0px 0 50px 0;
    letter-spacing: -4px;
    display: inline-block;
    position: relative;
}
.title-wrapper h1.title > span {
    position: absolute;
    text-indent: -5000px;
}

.pulse {
    -webkit-animation: pulse 2s infinite ease-out;
    -moz-animation: pulse 2s infinite ease-out;
    animation: pulse 2s infinite ease-out;
}

.pulse2 {
    -webkit-animation: pulse 2s infinite ease-out;
    -moz-animation: pulse 2s infinite ease-out;
    animation: pulse 2s infinite ease-out;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.pulse3 {
    -webkit-animation: pulse 2s infinite ease-out;
    -moz-animation: pulse 2s infinite ease-out;
    animation: pulse 2s infinite ease-out;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.title-wrapper .dot {
    width: 70px;
    position: absolute;
    top: 10px;
    left: -100px;
}
.title-wrapper .dot2 {
    width: 30px;
    position: absolute;
    top: -20px;
    right: -40px;
}
.title-wrapper .dot3 {
    width: 13px;
    position: absolute;
    top: -25px;
    right: -55px;
}
.title-wrapper .dot4 {
    width: 14px;
    position: absolute;
    top: 0;
    left: -100px;
}
.competition-wrapper {

    background: rgba(195, 224, 222, 0.6);
        background-clip: border-box;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    margin-bottom: 2.5em;

}
.competition-wrapper .competition {

    height: 260px;
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    overflow: hidden;
    background: url("../img/default/wydarzenia.png") center center;
    background-size: cover;
    background-clip: padding-box;
    position: relative;
}
.competition-wrapper .text {
    padding: 0 15px;
    min-height:3rem;
    overflow: hidden;
    text-overflow: ellipsis;

}

.competition-wrapper .text h5, .competition-wrapper .text .h5 {
    color: #db0451;
    margin-bottom: 10px;
}
.competition-wrapper .competition .date {
    width: 146px;
    height: 97px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-family: centrale_sans_roundedxbold;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 40px 0 0 16px;
    background: url("../img/right-corner.png");
}

.competition-wrapper .competition .date a {
    color: #ffffff;
}
.tekst {
    margin: 0 0 20px 0;
    padding: 20px 20px;
    font-family: centrale_sans_roundedmedium;
}

.tekst h1 {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    display: inline-block;
}

.tekst h3 {
    font-size: 21px;
    font-family: centrale_sans_roundedbold;
    text-transform: uppercase;
    margin: 0;
}

.tekst p {
    font-size: 16px;
}

.tekst li {
    padding: 0 0 20px 35px;
    background: url("../img/menu-separator.png") no-repeat top 8px left;
}

.tekst li h4 {
    font-family: centrale_sans_roundedbold;
    margin-bottom: 5px;
}

.text-box {
    margin: 0 0 20px 0;
    padding: 20px 0;
    font-family: centrale_sans_roundedmedium;
}

.text-box h2 {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    display: inline-block;
    font-size: 20px;
    font-family: centrale_sans_roundedbold;
}

.text-box .h2 {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    display: inline-block;
    font-size: 25px;
    color: #dc1b55;
    font-family: centrale_sans_roundedbold;
}

.text-box h3 {
    font-size: 21px;
    font-family: centrale_sans_roundedbold;
    text-transform: uppercase;
    margin: 0;
}

.text-box p {
    font-size: 16px;
    margin-bottom: 2em;
}


.text-box li {
    list-style: none;
    padding: 0 0 20px 35px;
    background: url("../img/menu-separator.png") no-repeat top 8px left;
}

.text-box li h4 {
    font-family: centrale_sans_roundedbold;
    margin-bottom: 5px;
}
.text-box {
    margin: 0 0 20px 0;
    padding: 20px 0;
    font-family: centrale_sans_roundedmedium;
    color: #1fa0ac;
}
.text-box h2 {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    display: inline-block;
    font-size: 20px;
    font-family: centrale_sans_roundedbold;
}
.text-box p {
    font-size: 16px;
    margin-bottom: 2em;
}
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    margin: 0 5px;
    outline: 0;
    width: 2px;
    height: 2px;
    background: #fff;
    border: 4px solid #229ca8;
    border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper .bx-prev {
    left: 10px;
}

.bx-wrapper .bx-next {
    right: 10px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.bx-wrapper {
    margin-top: 10px;
    margin-bottom: 60px;
}

.bx-wrapper .arrow {
    margin-top: 0;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    left: 0;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}

@media all and (max-width: 1400px) {
    .bx-wrapper .bxslider li {
        margin-right: 16px !important;
        width: 236px !important;
    }
}

.bx-wrapper .bx-prev {
    left: 30%;
    background: none;
}

@media all and (max-width: 1400px) {
    .bx-wrapper .bx-prev {
        left: 30%;
    }
}

.bx-wrapper .bx-next {
    right: 30%;
    background: none;
}

@media all and (max-width: 1400px) {
    .bx-wrapper .bx-next {
        right: 30%;
    }
}

.bx-wrapper .bx-next: hover {
    background-position: 0 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -50px;
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 2px;
    height: 2px;
    background: #fff;
    border: 4px solid #229ca8;
    border-radius: 50%;
    box-sizing: content-box;
}

.bx-wrapper .bx-pager.bx-default-pager a: hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 2px;
    height: 2px;
    background: #fff;
    border: 4px solid #db0451;
    border-radius: 50%;
    box-sizing: content-box;
}

.film .options {
    width: 140px;
    height: 45px;
    background: #229ca8;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    position: absolute;
    top: 15px;
    right: -25px;
    padding: 13px 0 13px 17px;
}

.film .options img {
    float: left;
    height: 19px;
    margin-right: 15px;
}

.film .options img: last-child {
    float: left;
    height: 23px;
    position: relative;
    bottom: 4px;
    margin-right: 0;
}

.nav-left-head {
    margin-bottom: 0;
}

.nav-left-head path {
    fill: #db0451;
}

.nav-left-head-top {
    margin-top: 30px;
    margin-bottom: 0;
}

.nav-left-head-top path {
    fill: #db0451;
}
.bxslider-custom {
    padding-top: 45px;
}

.bxslider-custom li {
    height: 210px;
}

.bxslider-custom .bx-controls-direction a {
    top: 253px;
}

.bxslider-custom .container-film .film-head-blue h2 {
    width: 220px;
    margin-top: 7px;
}

@media all and (max-width: 1400px) {
    .bxslider-custom .container-film .film-head-blue h2 {
        width: 150px;
    }
}

.bxslider-custom .container-film .right-icon {
    width: 56px;
    height: 56px;
    top: -20px;
    right: 26px;
    position: absolute;
    z-index: 2;
}

.bxslider-custom .container-film .right-icon .dot1 {
    width: 56px;
    height: 56px;
    top: 0;
    left: 0;
    position: absolute;
}

.bxslider-custom .container-film .right-icon .dot2 {
    width: 20px;
    height: 20px;
    top: -7px;
    left: -25px;
    position: absolute;
}

.bxslider-custom .container-film .right-icon .icon {
    width: 92px;
    max-width: 92px;
    bottom: 10px;
    left: 5px;
    position: absolute;
}

.bxslider-custom .container-film .right-icon .icon.zabawy {
    width: 75px;
}

.bx-wrapper .bx-controls-direction a {
    bottom: -55px;
    z-index: 99;
    top: initial;
}
.wszystkie-programy {
    width: 100%;
    color: #fff;
    font-family: centrale_sans_roundedxbold;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px 0 20px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    background-clip: padding-box;
    background: #1fa0ac;
    display: inline-block;
    position: relative;
    margin: 20px 0 15px 0;
}

.wszystkie-programy h2 {
    float: left;
    padding: 8px 0;
    margin: 0;
}

.wszystkie-programy a h3 {
    font-size: 14px;
    color: #fff;
    margin-right: 60px;
    float: left;
    font-family: centrale_sans_roundedmedium;
    text-transform: none;
    margin: 10px 0;
}

.wszystkie-programy a h3: last-child {
    margin-right: 20px;
}

.wszystkie-programy .dot1 {
    position: absolute;
    top: -10px;
    left: 50px;
    width: 15px;
}

.wszystkie-programy .dot2 {
    position: absolute;
    top: -20px;
    left: 60px;
    width: 5px;
}

.wszystkie-programy .dot3 {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 15px;
}

.wszystkie-programy .dot4 {
    position: absolute;
    top: -30px;
    right: 20px;
    width: 5px;
}

.wszystkie-programy .options {
    float: right;
    top: 5px;
    position: relative;
    padding-right: 30px;
}

.wszystkie-programy .options .icon {
    width: 24px;
    float: left;
    margin-right: 10px;
    padding: 8px 0;
    margin-left: 20px;
}

.wszystkie-programy .options .icon2 {
    width: 18px;
    float: left;
    margin-right: 10px;
    padding: 6px 0;
}

.wszystkie-programy .options input[type=search] {
    background: url(../img/search-input-white.png) no-repeat 6px center;
}

.wszystkie-programy .options input[type=search]: focus {
    background: #fff url(../img/search-input.png) no-repeat 6px center;
}

.program-item {
    width: 100%;
    min-height: 175px;
    padding-top: 30px;
    position: relative;
}

.program-item .left, .program-item .center, .program-item .right, .product-info .left, .product-info .center, .product-info .right {
    float: left;
}

.program-item .program-img {
    position: absolute;
}

.program-item .left {
    width: 12%;
    height: 110px;
    position: relative;
}

@media all and (max-width: 1400px) {
    .program-item .left {
        width: 117px;
    }
}

.program-item .dot {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    padding-top: 15px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #db0451;
    font-family: 'centrale_sans_roundedxbold';
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 14px;
    letter-spacing: -1px;
}

.program-item .dot span {
    font-size: 14px;
}

.program-item .dot2 {
    width: 10px;
    position: absolute;
    right: -8px;
    top: -17px;
}

.program-item .dot3 {
    width: 20px;
    position: absolute;
    right: -23px;
    top: -7px;
}

.program-item .center {
    width: 74%;
    text-align: left;
    padding-left: 25px;
}

@media all and (max-width: 1400px) {
    .program-item .center {
        width: 500px;
    }
}

.program-item .center .head {
    width: 100%;
    color: #229ca8;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;
    background: #dbeceb;
    display: inline-block;
    position: relative;
    margin: 0 0 5px 0;
}

.program-item .center .head p {
    font-size: 32px;
    font-family: centrale_sans_roundedxbold;
    margin: 0;
}

.program-item .center .head p span {
    font-size: 22px;
    position: relative;
    top: -6px;
    left: 0px;
}

.program-item .center .head .dot5 {
    width: 10px;
    position: absolute;
    top: -5px;
    left: 200px;
}

.program-item .center h2 {
    font-size: 21px;
    margin-left: 24px;
    color: #db0451;
    margin-top: 0;
    margin-bottom: 0;
}

.program-item .center h3 {
    width: 40%;
    font-size: 12px;
    margin-left: 24px;
    margin-top: 3px;
    float: left;
}

.program-item .center .right-text {
    float: right;
    text-align: right;
    padding-right: 20px;
}

.program-item .right {
    width: 14%;
    text-align: right;
}

@media all and (max-width: 1400px) {
    .program-item .right {
        width: 120px;
    }
}

.program-item .right .button1 {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    background: #229ca8;
    text-align: center;
    float: right;
}

.program-item .right .button1 img {
    width: 19px;
    position: relative;
    top: 7px;
}

.program-item .right .button1 img.autodes {
    width: 23px;
    margin-top: 4px;
}

.program-item .right .button1 .migowa {
    top: 8px;
}

.program-item .right .button1.inactive {
    opacity: 0.5;
}

.program-item .right .separator {
    width: 10px;
    float: right;
    margin: 16px 10px 0 10px;
}

.program-item .right .dot4 {
    width: 15px;
    position: absolute;
    top: 20px;
    right: -15px;
}
.button {
    color: #fff;
    font-family: centrale_sans_roundedxbold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 40px 4px 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;
    background: #1fa0ac;
    display: table;
    position: relative;
    margin: 40px auto;
}

.button: hover {
    background: #db0451;
}

.button: hover .dot1 path, .button:hover .dot2 path, .button:hover .dot3 path {
    fill: #db0451;
}

.button .dot1 {
    width: 15px;
    position: absolute;
    top: 20px;
    left: 10px;
}

.button .dot2 {
    width: 20px;
    position: absolute;
    top: -15px;
    right: -15px;
}

.button .dot3 {
    width: 10px;
    position: absolute;
    top: 10px;
    right: -25px;
}

@media all and (max-width: 1400px) {
    .button {
        font-size: 11px;
        padding: 4px 20px 4px 20px;
    }
}

.btn-program {
    margin: 10px auto;
    padding: 4px 20px 4px 20px;
    font-size: 12px;
}


@media all and (max-width: 1400px) {
    .light-heading h2 {
        font-size: 16px;
    }
}



.default-menu-swiatrybki {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: centrale_sans_roundedbold;
}

.default-menu-swiatrybki li {
    display: inline;
    float: left;
    padding: 0 18px 0 11px;
    background: url("../img/menu-separator.png") no-repeat center right;
}

.default-menu-swiatrybki li: last-child {
    background: none;
}

.default-menu-swiatrybki a {
    padding: 3px 7px 3px 7px;
    position: relative;
    top: -3px;
    font-size: 16px;
}

@media all and (max-width: 1400px) {
    .default-menu-swiatrybki a {
        font-size: 14px;
    }
}

.default-menu-swiatrybki .active {
    background: #db0451;
    padding: 3px 15px;
    border-radius: 12px;
    color: #fff;
}

.event-big {
    height: 300px;
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    overflow: hidden;
    background-clip: padding-box;
    position: relative;
}

@media all and (max-width: 1400px) {
    .event-big {
        height: 230px;
    }
}

.event-big .footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-clip: padding-box;
    background: #229ca8;
    padding: 10px 20px;
}

.event-big .footer p {
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
}

.event-big .date {
    width: 146px;
    height: 97px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: centrale_sans_roundedxbold;
    color: #fff;
    font-size: 18px;
    padding: 50px 0 0 35px;
    background: url("../img/right-corner.png");
}

.event-medium {
    height: 240px;
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    overflow: hidden;
    background-clip: padding-box;
    background: rgba(195, 224, 222, 0.6);
    position: relative;
    font-family: centrale_sans_roundedmedium;
}

@media all and (max-width: 1400px) {
    .event-medium {
        height: 157px;
    }
}

.event-medium .age {
    width: 146px;
    height: 97px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: centrale_sans_roundedxbold;
    color: #fff;
    font-size: 18px;
    padding: 50px 0 0 35px;
    background: url("../img/right-corner.png");
}

.event-medium .photo-left {
    width: 180px;
    height: 240px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    overflow: hidden;
    background-clip: padding-box;
    background: url("../img/default/wydarzenia.png") center center;
    background-size: cover;
    float: left;
}

@media all and (max-width: 1400px) {
    .event-medium .photo-left {
        width: 125px;
    }
}

.event-medium .center-column {
    float: left;
    width: 45%;
    height: 100%;
    padding: 15px;
}

@media all and (max-width: 1400px) {
    .event-medium .center-column {
        width: 47%;
    }
}

.event-medium .center-column h3 {
    color: #db0451;
    font-size: 16px;
    line-height: 20px;
}

@media all and (max-width: 1400px) {
    .event-medium .center-column h3 {
        font-size: 14px;
        line-height: 16px;
    }
}

.event-medium .center-column p {
    margin-top: 15px;
    font-size: 14px;
}

@media all and (max-width: 1400px) {
    .event-medium .center-column p {
        font-size: 12px;
        line-height: 15px;
    }
}

.event-medium .right-column {
    float: left;
    width: 20%;
    height: 100%;
}

.event-medium .right-column .dot {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    padding-top: 15px;
    position: relative;
    right: -20px;
    top: 30px;
    background: #db0451;
    font-family: 'centrale_sans_roundedxbold';
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 14px;
    letter-spacing: -1px;
}

.event-medium .right-column .dot span {
    font-size: 14px;
}

@media all and (max-width: 1400px) {
    .event-medium .right-column .dot {
        right: -9px;
        top: 25px;
    }
}

.event-medium .right-column .dot2 {
    width: 10px;
    position: absolute;
    right: 3px;
    top: -10px;
}

.event-medium .right-column .dot3 {
    width: 20px;
    position: absolute;
    right: -12px;
    top: 0;
}

.event-medium .right-column .info-box {
    margin-top: 50px;
    text-align: center;
}

@media all and (max-width: 1400px) {
    .event-medium .right-column .info-box {
        margin-top: 35px;
    }

    .event-medium .right-column .info-box p {
        font-size: 12px;
    }
}

.event-medium .right-column .info-box .info-icon {
    width: 25px;
    margin-bottom: 7px;
}

.event-medium .right-column .info-box .info-icon.watch {
    width: 32px;
}

.event-medium .right-column .info-box .info-icon.toplay {
    width: 34px;
}

.event-small {
    height: 140px;
    width: 100%;
    padding: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    overflow: hidden;
    background: rgba(195, 224, 222, 0.6);
    position: relative;
}

@media all and (max-width: 1400px) {
    .event-small {
        height: 105px;
    }
}

.event-small .date {
    width: 146px;
    height: 97px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: centrale_sans_roundedxbold;
    color: #fff;
    font-size: 18px;
    padding: 50px 0 0 35px;
    background: url("../img/right-corner.png");
}

.event-small h3, .event-small .h3 {
    font-size: 16px;
    color: #db0451;
    margin-bottom: 7px;
    font-family: centrale_sans_roundedbold;
    text-overflow: ellipsis;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
}

.event-small p {
    font-size: 14px;
    font-family: centrale_sans_roundedmedium;
    width: 65%;
    overflow: hidden;
}

@media all and (max-width: 1400px) {
    .event-small p {
        height: 65%;
    }
}

.event-small.full {
    background: rgba(195, 224, 222, 0.6);
}

.event-small.full h3, .event-small.full .h3 {
    width: 100%;
}

.event-small.full p {
    width: 100%;
}

.press-panel {
    width: 100%;
    background: rgba(195, 224, 222, 0.6);
        background-clip: border-box;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 50px;
}
.press-panel .left {
    float: left;
    width: 60%;
    padding-right: 90px;
}
.press-panel .right {
    float: left;
    width: 40%;
}
.press-panel .left h2 {
    font-size: 21px;
    margin-bottom: 20px;
}
.download {
    margin-bottom: 20px;
}
.press-panel .left h5 {
    color: #db0451;
    display: inline-block;
    margin-left: 15px;
}
.press-panel .left p {
    float: right;
    position: relative;
    top: 7px;
}
.press-panel .right h2 {
    font-size: 21px;
    margin-bottom: 20px;
}
.press-panel .right h5 {
    margin-bottom: 10px;
}
.press-panel .right .contact-info .mail {
    margin-top: 20px;
}
.press-panel .right .contact-info .mail .fa-envelope-o {
    float: left;
    font-size: 24px;
    margin-right: 15px;
    position: relative;
    top: -3px;
}
.press-panel .right .contact-info .mail a {
    color: #db0451;
}
.press-release {
    width: 100%;
    height: 116px;
    clear: both;
    display: inline-table;
    padding-bottom: 30px;
}
.press-release .left {
    float: left;
    width: 15%;
}
.press-release .right {
    float: left;
    width: 85%;
    padding-top: 15px;
}
.date {
    width: 111px;
    height: 116px;
    padding-top: 44px;
    font-family: centrale_sans_roundedxbold;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    background: url("../img/press-bubble.png") no-repeat center center;
}

@media all and (max-width: 1400px) {
    .press-release .right {
        width: 85%;
        padding-left: 50px;
    }
}

.press-release .right h5 {
    color: #db0451;
    font-size: 16px;
    margin-bottom: 10px;
}

.press-release .right p {
    font-size: 14px;
}

@media all and (max-width: 1400px) {
    .press-panel .left {
        padding-right: 50px;
    }
}

.partner-box {
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    text-align: center;
}

.partner-box .content {
    background: rgba(195, 224, 222, 0.6);
    padding: 25px;
    text-align: left;
    display: none;
}

.partner-box .footer {
    width: 100%;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-clip: padding-box;
    background: #229ca8;
    padding: 15px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    overflow: auto;
}

.partner-box .footer .left {
    width: 80%;float:left;
}

@media all and (max-width: 1400px) {
    .partner-box .footer .left {
        width: 70%;
    }
}

.partner-box .footer .right {
    width: 20%;float:right;
}

@media all and (max-width: 1400px) {
    .partner-box .footer .right {
        width: 30%;
    }
}

.partner-box .btn-partner {
    color: #fff;
    padding: 3px 15px;
    font-family: centrale_sans_roundedbold;
    background-color: #db0451;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    position: relative;
    text-align: center;
    top: 5px;
    margin: 0;
    cursor: pointer;
}

.partner-box .btn-partner: before {
    content: url("../img/dot-menu1.png");
    position: absolute;
    z-index: 1;
    right: 5px;
    top: -9px;
}

.partner-box .btn-partner: after {
    content: url("../img/dot-menu2.png");
    position: absolute;
    z-index: 1;
    left: 5px;
    bottom: -11px;
}

.partner-box .btn-partner: hover {
    color: #fff;
}
.partner-box .footer h2 {
    font-size: 23px;
    font-family: centrale_sans_roundedbold;
    margin:0;
}
#accordion h3 {
    cursor: pointer;
}

.postac-icon {
    width: 120%;
    margin-left: -15px;
}
.postac-icon .postac-icon-main{max-width: 180px;
margin: auto;}
.btn.btn-light {background: #dbeceb;
border-radius: 20px;
padding: 4px 16px 4px;
letter-spacing: -1px;
margin: 3px 0;
font-size: 2rem;
width: 100%;}

.row.top {margin:0 -16px;}
body.c-subpage {
height: 100%;
width: 100%;
position: relative;
background: url(../img/ryba-top.png), url(../img/glon-top-left.png), url(../img/glon-top-right.png),url(assets/images/misc_footer-flora.svg);
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
background-position: top right 7%, top left 0%, top right 0%,  center bottom 500px}


@media all and (max-width: 1399px) { 
    body.c-subpage {
    height: 100%;
    width: 100%;
    position: relative;
    background:url(../img/glon-top-left.png), url(../img/glon-top-right.png);
        background-position-x:  0%, 0%;
        background-position-y:  0%, 0%;
        background-repeat:  repeat, repeat;
    background-repeat:  no-repeat, no-repeat;
    background-position:  top left 0%, top right 0%;}
}
@media all and (max-width: 767px) {
    .c-header.c-subpage {    margin-top: 75px;}
    
    .container {max-width:100%;}
    .postac-icon-main img { left:0 !important  };
    body.c-subpage { background:transparent;}
    .btns .btn>i.icon {min-height: 55px !important;}
    .col-sm-4 .postac-icon .postac-icon-main img {width: 100% !important;left: 0 !important;top: 6% !important;display: block;}    
    .col-sm-4 .postac-icon .postac-icon-main:after {left: 0 !important; width: 103% !important;}    
}

section.bgs {
        background: url(../img/glony_1a.png), url(../img/glon_prawa.png), url(../img/glon_lewa.png),url(../img/glony_2.png);
        background-size: auto, 10%, 20%, auto;
        background-repeat: no-repeat no-repeat, no-repeat;
        background-position: top 500px right, right bottom, bottom left, left top 300px;
        transition: all 0.3s;

}
@media all and (max-width: 1399px) { 
    section.bgs {

    }
}
@media all and (max-width: 767px) { 
    section.bgs {}

}

.product-info {
    width: 100%;
    min-height: 415px;
    background: rgba(195, 224, 222, 0.6);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    overflow: hidden;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.product-info .left {
    width: 80%;
}

.product-info .left li {
    padding: 0 0 5px 20px;
    background: url("../img/menu-separator.png") no-repeat top 8px left;
    color: #db0451;
    font-size: 20px;
}

.product-info .right {
    width: 20%;
}

.product-info .right .dot {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    padding-top: 15px;
    position: relative;
    right: -19px;
    top: 20px;
    background: #db0451;
    font-family: 'centrale_sans_roundedxbold';
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 14px;
    letter-spacing: -1px;
}

.product-info .right .dot span {
    font-size: 14px;
}

@media all and (max-width: 1400px) {
    .product-info .right .dot {
        right: -9px;
        top: 25px;
    }
}

.product-info .right .dot2 {
    width: 10px;
    position: absolute;
    right: 3px;
    top: -10px;
}

.product-info .right .dot3 {
    width: 20px;
    position: absolute;
    right: -12px;
    top: 0;
}

.product-info .right .info-box {
    margin-top: 50px;
    text-align: center;
}

@media all and (max-width: 1400px) {
    .product-info .right .info-box {
        margin-top: 35px;
    }

    .product-info .right .info-box p {
        font-size: 12px;
    }
}

.product-info .right .info-box .info-icon {
    margin-bottom: 10px;
}

.product-info h2 {
    font-size: 21px;
    margin-bottom: 20px;
}

.product-info h5 {
    margin-bottom: 10px;
}

.single-slide {
    width: 100%;
    height: 415px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border:  */
    overflow: hidden;
}

.single-slide img {
    object-fit: cover;
    max-width: initial;
    width: initial;
}

.title {
    margin-bottom: 40px;
}

.aktywnosci2 {
    margin-top: 28px;
}

nav.small-menu {
    position: relative;
    float: right;
}

nav.small-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav.small-menu ul li {
    display: inline;
    float: left;
    padding: 0 20px 0 47px;
    background: url("../img/menu-separator.png") no-repeat center right;
}

nav.small-menu ul li: last-child {
    background: none;
}

nav.small-menu .filmy-button {
    height: 18px;
    position: relative;
}

nav.small-menu .filmy-button .icon {
    width: 45px;
    position: absolute;
    left: -45px;
    top: -10px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s;
}

nav.small-menu .filmy-button: hover > .icon {
    -webkit-animation: wobble 1s 1 ease-in-out;
    -moz-animation: wobble 1s 1 ease-in-out;
    animation: wobble 1s 1 ease-in-out;
}

nav.small-menu .gry-button {
    height: 18px;
    position: relative;
}

nav.small-menu .gry-button .icon {
    width: 50px;
    position: absolute;
    left: -47px;
    top: 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s;
}

nav.small-menu .gry-button: hover > .icon {
    -webkit-animation: wobble 1s 1 ease-in-out;
    -moz-animation: wobble 1s 1 ease-in-out;
    animation: wobble 1s 1 ease-in-out;
}

nav.small-menu .zabawy-button {
    height: 18px;
    position: relative;
}

nav.small-menu .zabawy-button .icon {
    width: 35px;
    position: absolute;
    left: -42px;
    top: -5px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s;
}

nav.small-menu .zabawy-button: hover > .icon {
    -webkit-animation: wobble 1s 1 ease-in-out;
    -moz-animation: wobble 1s 1 ease-in-out;
    animation: wobble 1s 1 ease-in-out;
}


body.c-subpage.wszystkie-postaci {
background-image: url("../img/bohaterowie-bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;    
}
body.c-subpage.wszystkie-postaci .bgs{ background:transparent;}
body.c-subpage.wszystkie-postaci .row > .bohater h2, body.c-subpage.wszystkie-postaci h1, body.c-subpage.wszystkie-postaci .h1, body.c-subpage.wszystkie-postaci .pink, body.c-subpage.wszystkie-postaci .blue {color:#fff !important;}
body.c-subpage.wszystkie-postaci .breadcrumb {display:none !important;}
.cytat {
    width: 80%;
    padding: 30px;
    background: #dbeceb;
        background-clip: border-box;
    font-size: 16px;
    font-family: centrale_sans_roundedmedium;
    font-style: italic;
    line-height: 26px;
    margin: 40px auto;
    position: relative;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
}
.cytat .dot1 {
    width: 20px;
    position: absolute;
    top: -10px;
    right: 20px;
}

.cytat .dot2 {
    width: 10px;
    position: absolute;
    top: -20px;
    right: 40px;
}

.cytat .dot3 {
    width: 20px;
    position: absolute;
    top: -10px;
    left: 90px;
}

.cytat .dot4 {
    width: 20px;
    position: absolute;
    bottom: -10px;
    left: 40px;
}

.padding-bottom40 {
    padding-bottom: 40px;
}
.label.bg {width:100%;}
.c-main-nav__label {cursor:pointer;}



#zgody .form-group {margin-bottom: 2rem;}
#zgody .form-group label {padding-bottom: 0;display: block;}

.btn.zapoznaj {

    background: #1fa0ac;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0.5rem 4rem;
    max-width: 100%;
    border-radius: 2rem;
    margin-bottom: 3rem;
    background-image: url(/img/rodo_icon.png);
    background-position: 10% 50%;
    background-repeat: no-repeat;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn.zapisz {
    
    background: #1fa0ac;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0.5rem 4rem;
    max-width: 100%;
    border-radius: 2rem;
    margin-bottom: 3rem;
    border: none;
    margin: 3rem auto;
    display: block;
}
.krajee-default.file-preview-frame .kv-file-content {
    height: auto;
}
.btn-load-more {
    width:50%;
    min-width:400px;
    max-width:100%;
    border-radius: 20px;
    padding: 10px 20px 10px;
    background: #1fa0ac;
    color:#fff !important;
    margin:auto;
}
.btns.row .active .btn, .lista .item.active a{
        box-shadow: 0px 0px 14px #d40451;
}

.row .tabs-menu li:last-child a{
    margin-right: 0px;

}
.row .tabs-menu li:last-child {
    padding-right:0 !important;
    background: none;
}
#filmy-search-form div.options {padding-right: 0;}
.c-main-nav__label {cursor:pointer;}
/* styles for '...' */ 
.text > p {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative; 
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 2.4em; 
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;  
  /* place for '...' */
  margin-right: -1em;
  padding-right: 2em;
  margin-bottom: 0;
}
/* create the ... */
.text > p:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 1rem;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.text > p:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 1rem;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: #dbeceb;
}

.has-error .help-block {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.c-footer__links li:hover {
    color: #d40451;
}


@media all and (max-width: 900px) {
    .c-top {
        transition: top 0.2s ease-in-out;
    }
    .c-top.nav-up {top:-192px;}
}