    @import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&subset=latin-ext');
    body {
        background: url(../images/bg.png) no-repeat center fixed;
        font-family: 'Work Sans', sans-serif;
    }
    
#social-blocks {
    position: fixed;
    right:0px;
    top:150px;
    z-index: 100000;
}
#social-blocks .sm-block {
    background-color: #dc2827;
    padding:20px 20px 20px 20px;
    display: block;
    margin-bottom: 1px;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}
#social-blocks .sm-block:hover {
    background-color:#000;
}
#social-blocks a {
    color:#fff;
    text-align: center;
     background-color: #dc2827;
}
    strong {
        font-weight: 600;
    }
    
    .post-date p {
        color: #8a8a8a;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 25px;
    }
    
    .post-content p {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
    }
    
    p {
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: justify;
    }
    
    .block-about p {
        color: #fff;
    }
    
    h2 {
        color: #000;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: -1px;
        margin-bottom: 35px;
    }
    
    h2:after {
        background-color: #dc2827;
        content: "";
        display: block;
        height: 2px;
        margin-top: 5px;
        width: 30px;
    }
    
    .block-about h2 {
        color: #fff;
    }
    
    .block-about h2:after {
        background-color: #fff;
    }
    
    .post-title h3 {
        color: #dc2827;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: -1px;
        margin-bottom: 5px;
    }
    
    a.post-links {
        color: #000;
        text-decoration: none;
        width: 100%;
        padding-left: 10px;
    }
    
    h4 {
        color: #dc2827;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -1px;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    
    h5 {
        color: #000;
        font-size: 16px;
        letter-spacing: -1px;
        font-weight: 500;
    }
    
    h6 {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        background-color: #000;
        padding: 10px 5px 10px 5px;
        text-align: center;
        max-width: 248px;
        margin-top: 25px;
    }
    
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .top-bar {
        background-color: #0c0d0f;
        padding-top: 8px;
        padding-bottom: 8px;
        position: relative;
    }
    
    .top-bar p {
        color: #fff;
        font-size: 12px;
        text-align: right;
        font-weight: 400;
        margin: 0px;
    }
    
    .navbar-default {
        padding-top: 55px;
        padding-bottom: 35px;
        position: relative;
        background-color: #fff;
        border: none;
    }
    
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle {
        background-color: #fff;
        border: none;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #dc2827;
    }
    
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #dc2827;
    }
    
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #dc2827;
        background-color: #fff;
    }
    
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        color: #dc2827;
        background-color: #fff;
    }
    
    .navbar-brand img {
        position: absolute;
        top: 35px;
    }
    
    .dropdown-menu {
        background: transparent;
        border: none;
        box-shadow: none;
    }
    
    .navbar-default .navbar-nav>li>ul>li {
        background-color: #dc2827;
        padding: 5px 5px 5px 5px;
        margin-bottom: 5px;
    }
    
    .navbar-default .navbar-nav>li>ul>li>a {
        color: #fff;
        text-align: center;
    }
    
    .dropdown-menu>.active>a,
    .current-menu-item,
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background-color: #000 !important;
    }
    
    .caret {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 5px;
        margin-left: auto;
        margin-right: auto;
        color: #dc2827;
    }
    
    #slider {
        z-index: 2;
        max-height: 385px;
        position: relative;
    }
    
    #slider .carousel-inner {
        z-index: 4;
    }
    
    #slider .carousel-indicators {
        z-index: 5;
    }

#slider .item {
    width:100%;
    height: 355px;
    background-size: cover;
    background-position: center;
}
    
    .carousel-indicators .active {
        background-color: #d9241b;
        border: 3px solid #d9241b;
    }
    
    .carousel-indicators li {
        background-color: #fff;
    }
    
    .content {
        padding-bottom: 35px;
        padding-top: 35px;
        position: relative;
    }
    
    .home-news {
        margin-bottom: 25px;
    }
    
    .btn-more {
        background-color: #dc2827;
        border-radius: 0px;
        padding: 10px 10px 10px 10px;
        min-width: 120px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        -webkit-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s;
        margin-top: 15px;
    }
    
    .btn-more:hover {
        background-color: #000;
        color: #fff;
    }
    
    .btn-archive {
        background-color: #000;
        border-radius: 0px;
        padding: 10px 10px 10px 10px;
        min-width: 160px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        -webkit-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s;
    }
    
    .btn-archive:hover {
        background-color: #dc2827;
        color: #fff;
    }
    
    .block-about {
        background-color: #dc2827;
        padding: 25px 35px 25px 35px;
        position: relative;
        bottom: 52px;
        right: 15px;
        z-index: 4;
    }
    
    .block-about:after {
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        border-bottom: 17px solid #800000;
        border-left: 17px solid transparent;
        position: absolute;
        left: -17px;
        top: 0px;
    }
    
    span.red {
        color: #dc2827;
    }
    
    footer {
        border-top: 1px solid #e5e5e5;
        padding: 40px 0px 40px 0px;
        color: #9e9e9e;
        text-align: right;
        font-size: 12px;
        font-weight: 400;
        max-width: 1080px;
        margin: auto auto;
    }
    
    .nav-tabs {
        border-bottom: none;
    }
    
    .nav-tabs>li>a {
        border-radius: 0px;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        -webkit-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s;
        color: #000;
    }
    
    .nav-tabs>li>a:hover {
        background-color: #000;
    }
    
    .nav-tabs>li {
        float: none;
        border: none;
        border-radius: 0px;
        margin-bottom: 5px;
        position: relative;
    }
    
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li a:hover {
        background-color: #000;
        color: #fff;
    }
    
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        color: #fff;
        background-color: #dc2827;
    }
    
    .sukcesy h3 {
        margin-top: 0px;
    }
    
    .sukcesy img {
        border: 5px solid #fff;
        box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
    }
    
    .tab-position {
        margin-bottom: 25px;
    }
    
    #map {
        height: 400px;
        width: 100%;
    }
    
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    
    .gm-style-iw h4,
    .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    
    .gm-style-iw a {
        color: #4272db;
    }
    
    .dk-col-1 {
        margin-bottom: 25px;
    }
    
    .contact-form,
    .download {
        padding-top: 35px;
    }
    
    .download ul {
        list-style-type: none;
    }
    
    .download li a {
        color: #000;
        text-decoration: none;
        font-weight: 400;
        -webkit-transition: ease-in-out 0.3s;
        transition: ease-in-out 0.3s;
    }
    
    .download li a:hover {
        color: #dc2827;
    }
    
    .download li:after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        position: relative;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #dc2827;
        left: -25px;
        bottom: 13px;
    }
    
    .contact-form input {
        border: 1px solid #dddddd;
        padding: 15px 15px 15px 15px;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .contact-form textarea {
        border: 1px solid #dddddd;
        padding: 15px 15px 15px 15px;
        width: 100%;
        resize: vertical;
        min-height: 120px;
        margin-bottom: 15px;
    }
    
    .btn-send {
        background-color: #dc2827;
        color: #fff;
        padding: 15px 15px 15px 15px;
        font-size: 14px;
        font-weight: 600;
        float: right;
        border: none;
        border-radius: 0px;
        max-width: 300px;
    }
    
    .event img {
        margin-bottom: 15px;
        z-index: 1;
    }
    
    .event-image {
        position: relative;
    }
    
    .event .event-incoming {
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0px;
        right: 0px;
        border-bottom: 16px solid #dc2827;
        border-left: 16px solid transparent;
        z-index: 2;
    }
    
    .event .event-over {
        position: absolute;
        width: 0;
        height: 0;
        bottom: 0px;
        right: 0px;
        border-bottom: 16px solid #000;
        border-left: 16px solid transparent;
        z-index: 2;
    }
    
    .event p {
        border-bottom: 1px solid #e2e2e2;
    }
    
    .galeria .thumbnail {
        width: 100%;
        position: relative;
        height: 200px;
        border: none;
        border-radius: 0px;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }
    
    .galeria .thumbnail-title {
        z-index: 2;
        background-color: #dc2827;
        padding: 10px 5px 10px 5px;
        position: absolute;
        bottom: 25px;
        min-width: 140px;
        text-align: center;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        right: -15px;
    }
    
    .galeria .thumbnail-title:after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid #740505;
        border-right: 15px solid transparent;
        position: absolute;
        right: 0px;
        bottom: -15px;
    }
    
    .album ul {
        list-style-type: none;
        padding: 15px 15px 15px 15px;
    }
    
    .album li {
        list-style-type: none;
        float: left;
        width: 16.66%;
        max-height: 185px;
    }
    
    .album img {
        width: 100%;
        padding: 5px 5px 5px 5px;
    }
    
    .album img:first-child {
        padding-left: 0px;
    }
    
    .album-img:last-child {
        padding-right: 0px;
    }
    
    .zawodnik-opis {
        margin-top: 90px;
    }
    
    ul.zawodnicy-lista {
        list-style-type: none;
        padding-left: 30px;
    }
    
    .zawodnicy-lista li {
        margin-bottom: 5px;
    }
    
    .zawodnicy-lista li:before {
        display: block;
        content: "";
        width: 5px;
        height: 5px;
        background-color: #dc2827;
        position: relative;
        border-radius: 50%;
        left: -17px;
        top: 12px;
    }
    
    .zawodnicy-lista a {
        color: #000;
        text-decoration: none;
        font-weight: 400;
    }
    
    @media all and (min-width:320px) and (max-width:767px) {
        .main-news {
            padding-left: 15px;
            padding-right: 15px;
        }
        #slider:after {
            height: 60px;
            bottom: 0px;
        }
        h6 {
            min-width: 100%;
        }
        .album li {
            width: 25%;
        }
        .content .col-xs-12 {
            padding-left: 0px;
            padding-right: 0px;
        }
        div.wpcf7 {
            padding-left: 15px;
            padding-right: 15px;
        }
        .dropdown-menu>.active>a,
        .current-menu-item,
        .dropdown-menu>li>a:focus,
        .dropdown-menu>li>a:hover {
            background-color: #fff !important;
            color: #dc2827 !important;
        }
        .nav-tabs,
        .sukcesy img,
        #map {
            margin-bottom: 15px;
        }
        .content {
            padding-bottom: 15px;
            padding-top: 0px;
        }
        .top-bar p,
        footer {
            text-align: center;
        }
        .navbar-default {
            padding-top: 25px;
            padding-bottom: 5px;
        }
        .navbar-brand img {
            top: 15px;
            max-height: 50px;
        }
        .caret {
            position: relative;
            left: 5px;
            top: -1px;
        }
        .navbar-default .navbar-nav>li>ul>li {
            background-color: #fff;
        }
        .navbar-default .navbar-nav>li>ul>li>a {
            text-align: left;
        }
        .block-about:after,
        .galeria .thumbnail-title:after {
            display: none;
        }
        .galeria .thumbnail-title {
            right: -5px;
        }
        .block-about {
            right: auto;
            bottom: auto;
            margin-top: 35px;
        }
        .btn-send {
            max-width: 100%;
        }
    }
    
    @media all and (min-width:768px) and (max-width:1024px) {
        h6 {
            min-width: 100%;
        }
        #slider:after {
            height: 120px;
        }
        .album li {
            width: 25%;
        }
        div.wpcf7 {
            padding-left: 15px;
            padding-right: 15px;
        }
        .nav-tabs,
        .sukcesy img,
        #map {
            margin-bottom: 15px;
        }
        .content {
            padding-bottom: 15px;
            padding-top: 0px;
        }
        .top-bar p,
        footer {
            text-align: center;
        }
        .navbar-default {
            padding-top: 25px;
            padding-bottom: 5px;
        }
        .navbar-brand img {
            top: 15px;
            max-height: 50px;
        }
        .caret {
            position: relative;
            left: 5px;
            top: -1px;
        }
        .block-about:after,
        .galeria .thumbnail-title:after {
            display: none;
        }
        .galeria .thumbnail-title {
            right: -5px;
        }
        .block-about {
            right: auto;
            bottom: auto;
            margin-top: 35px;
        }
        .btn-send {
            max-width: 100%;
        }
    }