﻿@charset "utf-8";
@import "/assets/css/reset.css";
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700');


/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }




/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Muli', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #305f8d;
    background: #f3f7fa;
    margin: 0;
    min-width: 320px;
}

a {
    color: #305f8d;
}
a:hover {
    color: #da251c;
}

a:focus {
    outline: 2px dashed #ff0000;
}
body.using-mouse a:focus {
    outline: none;
}

/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

.g-header {
    position: relative;
    background: url('/assets/img/top.jpg') no-repeat center 40%;
    text-align: center;
}
.g-header .container {
    height: 607px;
}
.sub .g-header {
    background: url('/assets/img/top-sub.jpg') no-repeat center top;
}
.sub .g-header .container {
    height: 192px;
}

.logo img {
    margin-top: 30px;
    display: inline-block;
}
.logoBip img {
    margin-top: 20px;
    display: inline-block;
}

.wcag {
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgba(255,255,255,0.5);
    padding: 5px;
}
.wcag span {
    color: #000;
    margin: 0 10px;
}
.wcag a {
    color: #000;
    font-size: 16px;
    margin: 0 3px;
}
.wcag a.wcag-a3 {
    font-size: 20px;
    font-weight: bold;
}
.wcag a.wcag-a2 {
    font-size: 17px;
    font-weight: bold;
}
.wcag a.wcag-a1 {
    font-size: 12px;
    font-weight: bold;
}


@media (max-width: 1170px) {
    .home .g-header .container {
        height: 0;
        padding-bottom: calc(35.5% + 192px);
    }

    .logo img {
        margin-top: 40px;
    }
}

@media (max-width: 800px) {
    .logo img {
        position: absolute;
        left: 20px;
        top: 66px;
        float: left;
        margin: 0;
        width: 80%;
        transform: translateY(-50%);
    }
    .logoBip img {
        position: absolute;
        left: 20px;
        top: 50px;
        float: left;
        margin: 0;
        height: 60px;
    }
}

@media (max-width: 534px) {
    .logo img {
        width: 60%;
        max-width: 378px;
        top: 75px;
    }
}


.circle-nav {
    position: absolute;
    top: 40px;
    right: 10px;
}
.circle-nav li {
    float: left;
    margin-left: 5px;
}
.circle-nav li a {
    display: block;
}
.nav-langs {

}
.nav-langs a {
    margin-left: 5px;
    float: left;
}
.nav-langs .icon-lang {
    opacity: 0.5;
}
.nav-langs .icon-lang.current {
    opacity: 1;
}
/*.nav-langs .icon-lang.current {
    display: inline-block;
}
.nav-langs.opened .icon-lang {
    display: inline-block;
}
.nav-langs .icon-lang {*/
    /*display: none;*/
    /*margin-bottom: 5px;*/
/*}*/

@media (max-width: 979px) {
    .circle-nav {
        width: 76px;
        margin-top: -20px;
    }
    .nav-langs {
        width: 81px;
        margin-left: 0!important;
        margin-top: 5px;
    }
    .nav-langs a {
        display: block!important;
        margin-bottom: 5px;
    }
}





.g-footer {
    background: #e8f0f7 url("/assets/img/bottom.png") no-repeat center top;
    padding-top: 140px;
    margin-top: 30px;
    line-height: 1.5em;
}
.g-footer .container {
    padding: 0 20px 20px 20px;
}
.g-footer .g-row > div {
    margin-bottom: 30px;
}

.g-footer-links ul {
    border-bottom: 1px solid #b9cee2;
    padding-bottom: 30px;
    text-align: center;
}
.g-footer-links ul li {
    display: inline-block;
    margin-right: 17px;
}
.g-footer-links ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #c9d9e7;
    margin-right: 21px;
    border-radius: 3px;
    vertical-align: 3px;
}
.g-footer-links ul li:first-child:before {
    display: none;
}
.g-footer-links ul li:last-child {
    margin-right: 0;
}

.g-footer-info {
    border-left: 1px solid #b9cee2;
}
.g-footer-contact {
    text-align: right;
    padding-right: 30px;
}
.g-footer-contact img {
    margin-bottom: 20px;
    width: 120px;
    max-width: 100%;
}

.g-footer-copy {
    color: #9db6cf;
    margin-top: 20px;
}

.studiomh {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #9db6cf;
}
.studiomh:hover {

}

@media (max-width: 979px) {
    .g-footer-info, .g-footer-contact {
        position: relative;
        left: 15px;
    }
    .g-footer-bip {
        text-align: center;
    }
    .g-footer-links ul {
    }
    .g-footer-links ul li {
        display: inline-block;
        float: none;
        margin: 0 15px;
    }
    .g-footer-links ul li:before {
        display: none;
    }
}
@media (max-width: 767px) {

}
@media (max-width: 534px) {
    .g-footer-info, .g-footer-contact {
        text-align: center;
        border-left: 0;
        padding-right: 0;
        left: 0;
    }
}



.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.g-row, .g-row {
    margin-left: -30px;
    display: flex;
    flex-flow: row wrap;
}

.g-row-reverse {
    flex-wrap: wrap-reverse;
}

.g-row-top {
    align-items: flex-start;
}

.g-row-middle {
    align-items: center;
}

.g-row-bottom {
    align-items: flex-end;
}

.g-row-left {
    justify-content: flex-start;
}

.g-row-center {
    justify-content: center;
}

.g-row-right {
    justify-content: flex-end;
}

.g-row-around {
    justify-content: space-around;
}

.g-row-between {
    justify-content: space-between;
}

[class*="g-col-"] {
    min-height: 1px;
    padding-left: 30px;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-col-center {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}

.g-col-content {
    flex: 0 0 auto;
}

.g-col-auto {
    flex: 1 1 0%;
}

.g-col-right {
    margin-right: 0;
    margin-left: auto;
}

.g-col-top {
    align-self: flex-start;
}

.g-col-middle {
    align-self: center;
}

.g-col-bottom {
    align-self: flex-end;
}

.g-col-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.g-gutter-reset {
    margin-left: 0;
}
.g-gutter-reset > [class*="g-col-"] {
    padding-left: 0;
}

@media (min-width: 535px) {
    .g-col-s-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-s-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-s-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-s-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-s-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-s-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-s-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-s-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-s-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-s-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-s-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-s-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-s-content {
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        flex: 1 1 0%;
    }
}

@media (min-width: 768px) {
    .g-col-m-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-m-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-m-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-m-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-m-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-m-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-m-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-m-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-m-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-m-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-m-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-m-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-m-content {
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        flex: 1 1 0%;
    }
}

@media (min-width: 980px) {
    .g-col-l-1 {
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-l-2 {
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-l-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-l-4 {
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-l-5 {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-l-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-l-7 {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-l-8 {
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-l-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-l-10 {
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-l-11 {
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-l-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-l-content {
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        flex: 1 1 0%;
    }
}



[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 535px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

/***************************************************
content
***************************************************/

.content {
    padding: 30px 20px;
}
.content p {
    margin: 15px 0;
    line-height: 1.5em;
}

.content h1 {
    font-size: 45px;
    font-weight: bold;
    color: #2969a1;
    text-align: center;
    margin: 50px 0 40px 0;
}
.content h2, .h2 {
    font-weight: bold;
    font-size: 22px;
    color: #2969a1;
    margin: 30px 0 25px 0;
}
.h2 {
    font-size: 30px;
}
.content h1 + h2 {
    text-align: center;
    margin: -30px 0 25px 0;
}
.content h3 {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0 10px 0;
}

.sub-wrapper ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}
.sub-wrapper ul li:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    background: #2969a1;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
    line-height: 1.5em;
}

.content p:first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}

.content-img {
    margin: 40px 0;
    text-align: center;
}
.content-img a {
    display: inline-block;
    margin: 0 auto;
}
.content-img img {
    display: block;
    border-radius: 40px;
    max-width: 100%;
}


/***************************************************
menu
***************************************************/

.navbar {
    position: absolute;
    bottom: 0;
    left: 35px;
    right: 35px;
}

.navbar > ul {
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
}
.navbar > ul > li {
    flex: 1 0 auto;
    align-self: auto;
    transition: background-color .15s linear;
}
.navbar > ul > li > a {
    font-size: 15px;
    color: #fff;
    padding: 10px;
    display: flex;
    height: 100%;
}
.navbar > ul > li > a span {
    flex: 1 0 auto;
    align-self: center;
}
.navbar > ul > li:hover, .navbar > ul > li.current {
    background: #da251c;
}

.navbar > ul > li:hover .navbar-sub {
    display: block;
    height: auto;
    opacity: 1;
    transition: opacity .15s linear;
}

.navbar-sub {
    margin: 0;
    list-style: none;
    height: 0;
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #da251c;
    width: 250px;
    padding: 10px 0 20px 0;
    z-index: 999;
    text-align: left;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.navbar-sub > li {
    position: relative;
}
.navbar-sub > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 5px 15px;
    margin: 5px 0;
}
.navbar-sub > li > a:hover {
    color: #fff;
    background: #014b92;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .navbar > ul {
        display: none;
    }
}




.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    background: rgba(68, 68, 68, 0.5);
    z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-offcanvas {
    display: none;
}

@media (min-width: 1023px) {
    .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 50%;
    bottom: 8px;
    margin-top: -26px;
    margin-left: -41px;
}

@media (min-width: 1024px) {
    .mobile-nav {
        display: none;
    }
    .sidr {
        display: none!important;
    }
}

.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 24px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    box-shadow: 0 6px 0 #fff,
    0 -6px 0 #fff;
    content: '';
}


.sticky .navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    bottom: auto;
    background: #014b92;
    z-index: 999;
}
.sticky .navbar {
    max-width: 1200px;
    margin: 0 auto;
    bottom: auto;
    top: 0;
    left: 15px;
    right: 15px;
}
.sticky .navbar > ul {
    height: 50px;
    margin-right: 80px;
}
.sticky .navbar > ul > li > a {
    font-size: 14px;
}
.sticky .mobile-nav {
    bottom: 0;
}

.navbar .nav-langs {
    display: none;
}
.sticky .nav-langs {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
}

@media (max-width: 1023px) {
    .sticky .nav-langs {
        display: none;
    }
}
@media (min-width: 535px) {
    .sticky .mobile-nav {
        right: 30px;
        left: auto;
        margin-left: 0;
    }
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidr ul {
    margin: 20px 12px;
    padding: 0;
    list-style: none;
}

.sidr-inner > a {
    display: none!important;
}
.sidr a {
    display: block;
    padding: 3px;
    margin: 8px 0;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr a:hover {
    color: #e5001d;
}

.sidr li ul{
    margin: 10px 15px;
}
.sidr li li a {
    padding: 3px;
    margin: 3px 0;
    font-weight: 700;
    text-transform: none;
}

.sidr.right {
    right: -250px;
    left: auto;
}

.sidr-class-nav-langs {
    display: none;
}

.sidr.left {
    right: auto;
    left: -250px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}

.sidr-class-nav-langs {
    margin: 20px 12px;
}


/***************************************************
			        SLIDER
***************************************************/

.g-slider {
    z-index: 1;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}

.g-slider li {
    position: relative;
}

.g-slider li>div {
    color: #bde82d;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -100px;
}
.g-slider li>div h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}


.bx-viewport {
    margin: 0 auto;
}
.g-slider img {
    max-width: 100%;
    display: block;
    border-radius: 40px;
}

.bx-wrapper {
    position: relative;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    padding: 18px 0;
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager a {
    background: rgba(255,255,255,0.5);
    text-indent: -9999px;
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    outline: 0;
    border-radius: 9px;
    position: relative;
}

.bx-wrapper .bx-pager .bx-pager-item a:hover:after,
.bx-wrapper .bx-pager .bx-pager-item a.active:after {
    display: block;
    content: '';
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}



/***************************************************
box profile
***************************************************/

.box-profile {
    position: absolute;
    top: 30px;
    right: 0;
}

.box-profile fieldset input.form-control {
    width: 150px;
}
.box-profile fieldset .form-btns {
    margin-top: 10px;
}
.box-profile fieldset .btn {
    float: right;
}
.box-profile fieldset a.link {
    margin-top: 7px;
    margin-right: 7px;
    float: left;
}


/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

img.photo {
    cursor: pointer;
}

.label {
    display: inline-block;
    width: 100px;
}

hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    margin: 30px 0;
}

.pagination {
    text-align: center;
}
.pagination .btn {
    margin: 0 5px;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}


#cookies {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#cookies .ok {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 20px;
}




.widget_social{
    float: right;
    width: 333px;
    height: 550px;
    background: url(/assets/img/fb.png) no-repeat;
    display: block;
    right: -300px;
    padding: 10px 5px 0 35px;
    position: fixed;
    top: 150px;
    z-index: 1002;
}
.widget_social>div {
    color: #FFF;
    background: #fff;
    height: 465px;
    overflow: hidden;
    display: none;
}

/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 4px;
}
.qtip-info{
    background-color: #2969a1!important;
    border-color: #2969a1!important;
    color: #fff!important;
    border-radius: 4px;
    max-width: 450px!important;
}
.qtip-info .qtip-content{
    line-height: 1.3em;
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    max-width: 500px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    color: #ff0000;
    text-align: center;
    margin-bottom: 3px;
}


/* kontrolka */
.form-control {
    background: #fff;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    width: 100%;
}
.form-control:hover:not(:read-only) {
    border-color: #a7a7a7;
}
.form-control:focus:not(:read-only) {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
.form-control:read-only {
    background: none;
}
select.form-control {
}
textarea.form-control {
    height: 60px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}

.form-group-checkbox label {
    margin-left: 2px;
}
.form-group-checkbox label.tt {
    text-decoration: underline;
}



.form-control-group-checkboxes span {
    display: block;
    margin-bottom: 3px;
}
.form-control-group-checkboxes label {
    margin-left: 3px;
}


.form-control-info {
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
}



.form-control-number .form-control {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 98px);
    margin: 0 10px;
}
.form-control-number .btn {
    padding: 1px;
    width: 30px;
}
.form-control-number > * {
    float: left;
}



/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;

    color: #C09853;
    border-radius: 20px;
    background: #f4f1ba; /* Old browsers */
}

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
}

.msg.msg-danger {
    color: #B94A48;
    border-radius: 3px;
    border: 1px solid #dca7a7;
    background: #f2dddd; /* Old browsers */
    background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
}


/***************************************************
Buttons
***************************************************/

.btn {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 10px 40px;
    border: 0;
    border-radius: 40px;
    background: #da251c;
    transition: background-color .15s linear;
}
.btn:hover, .btn-current {
    color: #fff;
    background: #014b92;
}
.btn [class*="icon-"] {
    margin-right: 5px;
    margin-top: -2px;
}


.btn-lg {
    font-size: 18px;
    padding: 8px 16px;
}
.btn-sm {
    font-size: 13px;
    padding: 3px 15px;
}

li .btn-sm {
    margin: 10px 0;
}


/***************************************************
Links
***************************************************/

.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
    background: url('/assets/img/sprites.png') 0 0;
}

.icon-fb {
    width: 33px;
    height: 33px;
    font-size: 0;
}
a:hover .icon-fb {
    background-position: 0 -33px;
}

.icon-cart {
    width: 33px;
    height: 33px;
    background-position: -36px 0;
    font-size: 0;
}
a:hover .icon-cart {
    background-position: -36px -33px;
}

.icon-lang {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 33px;
    text-align: center;
    background: #034d93;
    width: 33px;
    height: 33px;
    border-radius: 17px;
}
a:hover .icon-lang {
    background: #da251c;
    opacity: 1;
}


span[class*='icon-sport-'] {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('/assets/img/sprites-sport.png') !important;
    background-color: #8fb6d8;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
span.icon-sport-1 {
    background-position: 0 0;
}
span.icon-sport-2 { background-position: -80px 0; }
span.icon-sport-3 { background-position: -160px 0; }
span.icon-sport-4 { background-position: -240px 0; }
span.icon-sport-5 { background-position: -320px 0; }
span.icon-sport-6 { background-position: -400px 0; }
span.icon-sport-7 { background-position: -480px 0; }
span.icon-sport-8 { background-position: -560px 0; }
span.icon-sport-9 { background-position: -640px 0; }
span.icon-sport-10 { background-position: -720px 0; }
span.icon-sport-11 { background-position: -800px 0; }
span.icon-sport-12 { background-position: -880px 0; }
span.icon-sport-13 { background-position: -960px 0; }



/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
}
table.table thead tr {
}
table.table thead th {
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
    background: #2969a1;
    text-align: center;
}


table.table td {
    padding: 6px 10px;
}

table.table tr:nth-child(odd) { background-color: transparent; }
table.table tr:nth-child(even) { background-color: #fff; }

table.table tr:hover {
    background-color: #dde9f1;
}

table.table tr td.sub {
    padding-left: 30px;
}

table.table input[type=text] {
    margin: -4px -5px;
    padding: 2px;
}
table.table input[type=text].act-order {
    width: 30px;
    text-align: center;
}


.table-prices-blue, .table-prices-orange {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.table-prices-blue td, .table-prices-orange td {
    border-bottom: 1px solid #fff;
    padding: 5px;
}
.table-prices-blue td:nth-child(2n), .table-prices-orange td:nth-child(2n) {
    background: #e4e8eb;
}

.table-prices-times {
    font-weight: bold;
    font-size: 12px;
}
.table-prices-h1 td {
    padding: 10px;
}

.table-prices-h1 {
    background: #305f8d;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.table-prices-h1 td {
    padding: 10px;
}

.table-prices-h2 {
    background: #4180be;
    color: #fff;
    font-weight: bold;
}
.table-prices-h2 td {
    padding: 10px;
}

.table-prices-orange .table-prices-h1 {
    background: #d68200;
}
.table-prices-orange .table-prices-h2 {
    background: #e9a323;
    color: #fff;
    font-weight: bold;
}

small.small {
    font-weight: normal;
}



/***************************************************
podstrona - login
***************************************************/

.p-login .container {
    width: 340px;
    margin: 30px auto;
}
.p-login .g-grid-9 {
    width: 100%;
    margin: 30px auto;
}


/***************************************************
podstrona
***************************************************/

.sub-wrapper img {
    max-width: 100% !important;
    height: auto!important;
}




/***************************************************
podstrona - kontakt
***************************************************/

.contact-wrapper #map {
    width: 100%;
    height: 400px;
}



/***************************************************
podstrona - galeria
***************************************************/

.gallery-wrapper article {
    margin-bottom: 30px;
}
.gallery-wrapper article img {
    width: 100%;
}
.gallery-wrapper article a:hover img, .photo:hover img {
    opacity: 0.8;
}



/***************************************************
moduł - news
***************************************************/

.news-wrapper a {
    display: block;
}
.news-wrapper article {
    margin-bottom: 20px;
}
.news-wrapper article figure {
    float: left;
    margin-right: 30px;
    width: 170px;
    position: relative;
    /*padding-left: 25px;*/
}
.news-wrapper article figure img {
    width: 100%;
    display: block;
    float: right;
    border-radius: 40px;
}
.news-wrapper article figure time {
    display: none;
    /*color: #fff;*/
    /*font-size: 21px;*/
    /*font-weight: bold;*/
    /*text-align: center;*/
    /*line-height: 1em;*/
    /*display: block;*/
    /*background: #da251c;*/
    /*float: left;*/
    /*padding: 10px;*/
    /*width: 50px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    /*border-radius: 40px;*/
    /*transform: translateY(-50%);*/
}
.news-wrapper article figure time span {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    display: block;
}
.news-wrapper article header {
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
}
.news-wrapper a:hover article h2 {
    color: #da251c;
}
.news-wrapper article section p {
    margin: 10px 0;
}

.news-show article figure {
    float: right;
    margin: 0 0 30px 30px;
    width: 250px;
}



.events-wrapper h1 {
    font-size: 40px;
    font-weight: normal;
}
.events-wrapper article {
    text-align: right;
    background: #bed4e8;
    border-radius: 40px;
    margin-bottom: 10px;
    padding: 10px;
}
.events-wrapper article time {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    display: block;
    background: #da251c;
    padding: 10px;
    width: 50px;
    border-radius: 40px;
    float: right;
    margin-left: 15px;
}
.events-wrapper article h2 {
    font-size: 16px;
    margin: 5px 0 0 0!important;
}
.events-wrapper a:hover article h2 {
    color: #da251c;
}
.events-wrapper article p {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 767px) {
    .events-wrapper {
        margin-top: 50px;
    }
}




.events-list-item {
    margin-bottom: 40px;
    padding-left: 70px;
}
.events-list-item figure {
    float: left;
    margin-left: -70px;
    position: relative;
    height: 75px;
}
.events-list-item figure time {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    display: block;
    background: #da251c;
    float: left;
    padding: 10px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 40px;
    transform: translateY(-50%);
}
.events-list-item figure time span {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    display: block;
}
.events-list-item header {
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
}
.events-list-wrapper a .events-list-item h2 {
    margin-bottom: 10px;
}
.events-list-wrapper a:hover .events-list-item h2 {
    color: #da251c;
}
.events-list-item section p {
    margin: 10px 0;
}
.events-list-wrapper .events-list-location {
    margin: 10px 0;
    font-size: 12px;
    color: #da251c;
}



.orlik-box {
    position: relative;
    margin-top: 50px;
    max-width: 270px;
}
.orlik-box img {
    width: 100%;
}
.orlik-box p {
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 80px;
    left: 20px;
    right: 20px;
}
.orlik-box .btn {
    line-height: 20px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    padding: 10px 0;
}


.bottom-box {
    margin-top: 50px;
}
.bottom-box img {
    width: 100%;
    border-radius: 40px;
}



.categories-wrapper > ul {
    margin-top: 96px;
}
.categories-wrapper ul {
    list-style: none;
    padding: 0;
}
.categories-wrapper h1 {
    font-size: 40px;
    font-weight: normal;
}
.categories-wrapper h1 + ul {
    margin-top: 0;
}
.categories-wrapper > ul > li:first-child {
    border-top: 1px solid #b9cee2;
}
.categories-wrapper ul li {
    position: relative;
    padding: 10px 0 7px 20px;
    border-bottom: 1px solid #b9cee2;
}
.categories-wrapper ul ul li {
    border-bottom: none;
    padding-bottom: 0;
}
.categories-wrapper > ul > li > a {
    text-transform: uppercase;
}
.categories-wrapper ul li.is-active > a {
    font-weight: bold;
}


.categories-icon {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-image: url("/assets/img/sprites.png?1");
    background-position: 0 -74px;
    position: absolute;
    left: 0;
    top: 11px;
}
.is-opened > a > .categories-icon {
    background-position: 0 -90px;
}


@media (max-width: 767px) {

    .categories-wrapper {
        margin-bottom: 40px;
    }
    .categories-wrapper ul {
        margin-top: 0;
    }
}


/***************************************************
moduł - kluby
***************************************************/

.clubs-cats {
    text-align: center;
    margin-bottom: 50px;
}
.clubs-cats a {
    text-align: center;
    display: inline-block;
    width: 105px;
    margin: 0 5px 20px 5px;
}
.clubs-cats a span {
    margin-bottom: 10px;
}
.clubs-cats a:hover span, .clubs-cats a.current span {
    background-color: #da251c;
}


.clubs-wrapper article {
    margin-bottom: 20px;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.clubs-wrapper article figure {
    flex: 0 0 150px;
    align-self: auto;
    height: 150px;

    display: flex;
    align-items: center;

    margin-right: 30px;
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 40px;
}
.clubs-wrapper article figure img {
    max-width: 100%;
    display: block;
}
.clubs-wrapper article section {
    flex: 1 1 auto;
    align-self: auto;
}
.clubs-list a {
    display: block;
}
.clubs-wrapper a article h2 {
    margin-bottom: 10px;
}
.clubs-wrapper a:hover article h2 {
    color: #da251c;
}
.clubs-wrapper article section p {
    margin: 10px 0;
}
.clubs-wrapper article section p.clubs-cat {
    margin: 10px 0;
    font-size: 12px;
    color: #da251c;
}
.clubs-wrapper article section label {
    font-size: 12px;
    color: #da251c;
}

.clubs-wrapper .btn {
    margin-top: 20px;
}

@media (max-width: 534px) {
    .clubs-wrapper article figure {
        flex: 0 1 120px;
        height: 120px;

        padding: 10px;
    }

}




.calendar-nav {
    margin-bottom: 20px;
}

.calendar {
    display: flex;
    flex-direction: row;
}
.calendar-hours {
    text-align: right;
    flex: 1 0 10%;
    align-self: auto;
    padding-right: 5px;
}
.calendar-hours h4 {
    visibility: hidden;
    margin-bottom: -12px;
}
.calendar-day {
    flex: 1 0 12.857%;
    align-self: auto;
    border-left: 1px solid #bed4e8;
}
.calendar h4 {
    font-weight: bold;
    text-align: center;
    background: #bed4e8;
    padding: 5px;
}
.calendar h4 small {
    font-weight: normal;
}
.calendar h4 small.short {
    display: none;
}
.calendar .calendar-hour {
    display: block;
    height: 24px;
    line-height: 24px;
    position: relative;
}
.calendar-day .calendar-hour {
    text-align: center;
    background: #f0f6f9;
    border-bottom: 1px solid #bed4e8;
}
.calendar-day .calendar-hour-cl {
    background: #e6ecef;
}
.calendar-day .calendar-hour a {
    font-size: 12px;
    position: relative;
    z-index: 2;
}
.calendar-day .calendar-hour:before, .calendar-day .calendar-hour:after {
    display: block;
    height: 12px;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
.calendar-day .calendar-hour:after {
    top: auto;
    bottom: 0;
}

.calendar-today h4 {
    background: #c7e8d0;
}

.calendar-reserved-1:before, .calendar-reserved-2:after {
    background: #d4aba8 !important;
}

@media (max-width: 534px) {
    .calendar h4 {
        padding: 5px 2px;
        font-weight: normal;
        font-size: 12px;
    }

    .calendar h4 small {
        display: none;
    }
    .calendar h4 small.short {
        display: block;
        font-size: 10px;
    }
    .calendar-day .calendar-hour a {
        font-size: 0;
    }
    .calendar-day .calendar-hour a:after {
        content: 'rez.';
        font-size: 12px;
    }
}


.reservation-group {
    margin-bottom: 30px;
}
.reservation-group img {
    width: 100%;
    border-radius: 10px;
}
.reservation-group h4 {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}

.reservation-item {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 10px 40px 10px 10px;
    margin-bottom: 10px;
    position: relative;
}
a.reservation-item:after {
    color: #fff;
    font-size: 22px;
    line-height: 17px;
    text-align: center;
    display: block;
    content: '\00BB';
    background: #da251c;
    border-radius: 15px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
}
.reservation-item p {
    margin: 5px 0 0 0;
    font-size: 12px;
}
.reservation-item.disabled {
    opacity: 0.7;
    color: #305f8d;
}

.reservation-pass .reservation-item {
    padding-left: 225px;
    min-height: 140px;
    position: relative;
}
.reservation-pass .reservation-item img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 200px;
}

@media (max-width: 534px) {
    .reservation-pass .reservation-item {
        padding-left: 10px;
    }
    .reservation-pass .reservation-item img {
        position: relative;
        left: auto;
        top: auto;
        width: 200px;
        display: block;
        margin-bottom: 10px;
    }
}

.reservation-form-price {
    color: #da251c;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}


.partners-wrapper {
    margin: 50px 0 0 0;
    padding: 10px 0;
}

.partners-wrapper .partners-header {
    float: left;
    margin-right: 20px;
}
.partners-wrapper h3 {
    font-size: 22px;
    color: #2969a1;
    font-weight: 400;
    height: 80px;
    line-height: 80px;
    margin: 0;
}

@media (max-width: 534px) {
    .partners-wrapper h3 {
        text-align: center;
    }
}

.partners-logos {
    margin: 0;
    padding: 0;
    list-style: none;
}

.partners-logos-item a {
    display: block;
    height: 80px;
    margin: 2px;
}

.partners-logos-item img {
    position: relative;
    top: 50%;
    max-height: 80px;
    max-width: 80%;
    margin: 0 auto;
    transform: translateY(-50%);
}



.cart-wrapper {

}
.cart-item:first-child {
    border-top: 1px solid #b9cee2;
}
.cart-item {
    border-bottom: 1px solid #b9cee2;
    padding: 20px 0;
    position: relative;
}
.cart-item img {
    width: 100%;
}
.cart-item .act-del {
    position: absolute;
    top: 20px;
    right: 0;
}
.cart-item .form-group {
    margin-bottom: 0;
}

.cart-settings {
    margin: 30px 0;
    padding-bottom: 0;
}
.cart-summary {
    text-align: right;
}


.cash-wrapper .cart-summary {
    text-align: center;
    margin-bottom: 30px;
}



.bip .content h1 {
    font-size: 25px;
}

.bip-files {
    margin-top: 50px;
    border-top: 1px solid #b9cee2;
}
.bip-files-item {
    padding: 10px 10px 10px 50px;
    border-bottom: 1px solid #b9cee2;
    position: relative;
}
.bip-files-item > img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
}
.bip-files-cnt {
    float: left;
}
.bip-files-cnt > p {
    margin: 0;
}
.bip-files-cnt strong {
    margin-bottom: 5px;
    display: inline-block;
}
.bip-files-info {
    float: right;
    text-align: right;
}

.bip-info {
    background: #e8f0f7;
    margin: 30px 0 10px 0;
    padding: 20px;
}
.bip-info .form-group {
    margin-bottom: 0;
}

@media (max-width: 534px) {

    .bip-files-item {
        padding: 10px 0 10px 40px;
    }
    .bip-files-item > img {
        left: 0;
    }
    .bip-files-cnt {
        float: none;
    }
    .bip-files-info {
        float: none;
        text-align: left;
        margin-top: 5px;
    }

}





body.wcag-size5 {
    font-size: 18px;
}
body.wcag-size4 {
    font-size: 16px;
}
body.wcag-size2 {
    font-size: 13px;
}
body.wcag-size1 {
    font-size: 12px;
}

body.wcag-size5 .navbar > ul > li > a {
    font-size: 20px;
}
body.wcag-size4 .navbar > ul > li > a {
    font-size: 19px;
}
body.wcag-size2 .navbar > ul > li > a {
    font-size: 17px;
}
body.wcag-size1 .navbar > ul > li > a {
    font-size: 16px;
}

body.wcag-size5 .navbar-sub > li > a {
    font-size: 19px;
}
body.wcag-size4 .navbar-sub > li > a {
    font-size: 17px;
}
body.wcag-size2 .navbar-sub > li > a {
    font-size: 14px;
}
body.wcag-size1 .navbar-sub > li > a {
    font-size: 13px;
}

body.wcag-size5 .calendar-day .calendar-hour a {
    font-size: 16px;
}
body.wcag-size4 .calendar-day .calendar-hour a {
    font-size: 14px;
}


body.wcag-contrast, body.wcag-contrast .g-header, body.wcag-contrast .g-footer, body.wcag-contrast .sticky .navbar-wrapper {
    background: #000;
}
body.wcag-contrast .sticky .navbar-wrapper {
    border-bottom: 2px solid #fff;
}
body.wcag-contrast .partners-logos>div {
    background: #fff;
}
body.wcag-contrast .icon-lang {
    background: #fff!important;
    color: #000;
}
body.wcag-contrast, body.wcag-contrast a, body.wcag-contrast h1, body.wcag-contrast h2, body.wcag-contrast h3, body.wcag-contrast .form-error {
    color: #fff!important;
}
body.wcag-contrast .categories-icon, body.wcag-contrast [class*="icon-"] {
    background-image: url("/assets/img/sprites-contrast.png");
}

body.wcag-contrast .clubs-wrapper a:hover article h2, body.wcag-contrast .clubs-wrapper article section p.clubs-cat, body.wcag-contrast .clubs-wrapper article section label {
    color: #fff;
}

body.wcag-contrast .calendar, body.wcag-contrast .calendar a {
    color: #000!important;
}

body.wcag-contrast .sidr {
    background: #000;
}


