/* ----- Author: Damian Szczypka ----- */

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700&subset=latin,latin-ext);


html, body {
    font-family: "Titillium Web", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    border-top: 4px solid #272727;
    width: 100%;
}

.clear {
    clear: both;
}

a {
    color: #333;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

a:hover, a:focus {
    color: #333;
    /*display: inherit;*/
    opacity: .9;
    text-decoration: none;
}

.fa {
    font-size: 21px;
    line-height: 157%;
}

.form-control { border-radius: 0; }


/* ----- before-menu ----- */

.before-menu { margin: 15px 0; }

.before-menu > div > a:not(.navbar-brand) {
    padding: 4px 13px;
    margin: 15px 10px;
    float: left;
    height: 43px;
}

.navbar-brand {
    padding: 0;
    margin: 16px 20px 16px 0;
    height: auto;
}

.search {
    margin: 17px 10px 0;
    float: left;
}

.search .form-control {
    height: 40px;
    width: 150px;
}

.search .btn-dsz {
    padding: 3px 11px;
    margin-left: -4px;
    color: #FFF;
    background: #0F5959;
    border-radius: 0px;

    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.search .btn-dsz:hover, .search .btn-dsz:focus {opacity: .75; }

/*.before-menu .dropdown {
    position: relative;
    float: left;
}*/

.test {
    position: relative;
    display: inline-block;
    float: left;
}

.test .dropdown-menu {
    padding: 15px 0;
    min-width: 350px;
    position: absolute;
    top: 57px;
    left: 10px;
}

.test .checkbox { margin-top: 2px; }

.test .links {  }

.test a {
    color: #00A0C1;
    font-size: 13px;
}

.log-reg {
    float: left;
    width: 135px;
    color: #FFF;
    background: #17A697;
    /* btn */
    border: none;
    margin: 17px 10px;
    padding: 4px 2px;
    height: 42px;
}

button:hover, button:focus {
    color: #FFF;
    opacity: .75;
}

.log-reg .fa {
    position: relative;
    top: -2px;
}

.log-reg-desc {
    display: inline-block;
    line-height: 15px;
    padding: 0px;
    margin: 0px 10px 0 15px;
}

.contact-us {
    color: #FFF;
    background: #638CA6;
}

.contact-us:hover, .contact-us:focus { color: #FFF; }

.social {
    margin: 15px 0;
    list-style: none;
    float: right;
}

.social li { float: left; }

.social li a {
    padding: 7px 15px;
    margin: 0px 5px;
    height: 43px;
    color: #FFF;
    display: inline-block;
    text-align: center;
}

.social-fb { background: #3C5B9B; }
.social-tw { background: #5EA9DD; }
.social-in { background: #145581; }

.social-gp { background: #D64136; }

.social-rss { background: #FD9F13; }

/* ----- menu ----- */

ul.slimmenu {
    margin-bottom: 20px;
    background: #333;
    text-align: center;
}

.slimmenu .fa { font-size: inherit; }

ul.slimmenu li {
    background: none;
    text-align: left;
    border-left: none;
}

ul.slimmenu ul {
    padding: 0;
    min-width: 170px;
    border-top: 1px solid #444;
}

ul.slimmenu li a {
    padding: 19px 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid #5E5E5E;
    transition: all 200ms ease-in-out;
}

ul.slimmenu li a:hover, ul.slimmenu li a:focus {
    text-decoration: none;
    background: #00A0C1;
    opacity: 1;
}

ul.slimmenu > li:first-child a { padding: 19px; }

ul.slimmenu > li:last-child a { border: none; }

ul.slimmenu > li.active > a { background: #00A0C1; }

ul.slimmenu li > ul > li {
    float: none;
    display: block;
}

.sub-toggle  { display: none; }

ul.slimmenu li ul li { background: #444; }

ul.slimmenu li ul li ul li { background: #555; }

ul.slimmenu li ul li ul li ul li{ background: #666; }

.has-submenu ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #444;
}

ul.slimmenu li:nth-child(15) > ul > li ul {
    display: block;
    left: auto;
    right: 100%;
}

/* ----- matches ----- */

.jcarousel-wrapper {
    padding: 5px 30px;
    margin: 0 auto;
    background:  #638CA6;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.jcarousel li { border: none; }

.match-played { margin-bottom: 20px; }

.match { padding: 10px; }

.match p {
    margin: 0;
    color: #FFF;
    background: #333;
    font-size: 12px;
}

.match-table {
    padding: 10px 0;
    background: #FFF;
}

.match-table > span {
    min-height: 40px;
    width: 33.33%;
    display: inline-block;
    float: left;
}

.match-table > span > span { display: block; }

.match-table .team { line-height: 16px; }

.match-table .score {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}

.match-table .terce { font-size: 12px; }

.match-table img { margin: 0 auto;        width: auto;
    max-height: 50px;}

.jcarousel-control-prev, .jcarousel-control-next {
    margin-top: -26px;
    height: 50px;
    width: 40px;
    /*color: #333;*/
    background: none;
    text-shadow: none;
    box-shadow: none;
}

.jcarousel-control-prev:hover, .jcarousel-control-prev:focus,
.jcarousel-control-next:hover, .jcarousel-control-next:focus
{ color: #FFF; }

.jcarousel-control-prev { left: 0px; }

.jcarousel-control-next { right: 0px; }

.jcarousel-control-prev .fa,
.jcarousel-control-next .fa
{ font-size: 36px; }

/* ----- slider ----- */
.item a:hover {
    opacity: 1;
}

.item a:hover .item-txt {
    background: rgba(25,25,25,.7);
}

.item-txt {
    padding: 15px 15px 25px;
    position: absolute;
    bottom: 0;
    color: #FFF;
    background: rgba(25,25,25,.8);
    text-align: justify;

    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.item-txt h3 {
    margin: 0 0 5px;
    font-weight: 600;
}

.item-txt > span {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
}

.item-txt > span > span { font-size: 15px; }

/*.item-txt p { margin: 0; }*/

.carousel-indicators {
    bottom: 0px;
    margin-bottom: 7px;

}

.carousel-indicators .active { background: #00A0C1; }

/* ----- stream ----- */

.heading {
    padding: 10px 15px;
    margin: 0 0 20px;
    color: #FFF;
    background: #00A0C1;
    font-size: 20px;
    font-weight: 600;
}

.heading a {
    margin-top: 2px;
    float: right;
    color: #FFF;
    font-size: 16px;
}

.stream .heading {
    margin-bottom: 0;
    background: #D93240;
}

.nav-tabs {
    margin-top: 2px;
    color: #333;
    background: #EEE;
    border: none;
}

.nav-tabs > li {
    /*line-height: 1.42857;*/
    width: 25%;
}

.nav-tabs > li > a {
    margin-right: 0;
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #FFF;
    background: #333;
    border: none;
}

.nav-tabs > li.active:after {
    margin-left: -8px;
    height: 0px;
    width: 0px;
    position: absolute;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #333 transparent transparent;
    content: " ";
    z-index: 99;
}

.tab-content .match {
    margin-bottom: 4px;
    border: 1px solid #DDD;
}

.stream .btn-dsz, .timetable .btn-dsz {
    background: #D93240;
}

/* ----- ads ----- */

.advertisement {
    padding: 20px 15px;
    margin: 20px 0;
    border: 1px solid #CCC;
}

.col-lg-3 .advertisement,
.col-lg-6 .advertisement {
    padding: 15px;
    margin: 0;
}

.advertisement img { max-width: 100%; }

/* ----- */

.btn-dsz {
    color: #FFF;
    /*background: #0F5959;*/
    background: #D93240;
    font-weight: 600;
    border-radius: 0;
}

.btn-dsz:hover, .btn-dsz:focus {
    color: #FFF;
}

/* -- timetable ----- */

.timetable .heading {
    margin: 0;
    font-size: 18px;
}

.timetable ul {
    padding: 11px 15px;
    margin: 0;
    list-style: none;
    border: 1px solid #CCC;
}

.timetable ul li { padding: 2px 0 }

.timetable strong { margin-right: 5px; }

.timetable .btn-dsz { padding: 8px 15px; }

/* ----- news ------ */

.news h3, .news-other h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.news-last h3 { margin: 10px 0 5px; }

/*.news a:hover img, .news a:focus img { opacity: .75; }*/

.news .date {
    margin-right: 10px;
    font-weight: 600;
}

.news .comments { font-weight: 600; }

.comments .fa {
    font-size: 15px;
    color: #999;
    padding: 0 5px;
}

.news p { line-height: 16px; }

.news-other > .row { margin-bottom: 10px; }

.news h4 {
    padding-bottom: 10px;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
}

.news a:nth-child(9) h4,
.news a:nth-child(10) h4
{ border: none; }

.press-review h4 { font-weight: 600; }


/* ----- partners ----- */

.partners {
    padding: 25px 15px;
    margin: 20px auto;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
}

.partners a {
    margin: 0 auto;
    display: inline-block;
}

/* ----- league-info ----- */

.league-info { margin-bottom: 20px; }

.league-info .nav-tabs > li > a { font-size: 13px; }

.league-info .tab-content {
    padding: 10px 10px 0;
    text-align: left;
    border: 1px solid #CCC;
}

.league-info .tab-content ul { padding: 0; }

.league-info .tab-content ul li {
    padding: 5px 0;
    list-style: none;
}

.league-info strong { margin: 0 5px; }

/* ----- gallery ----- */

.gallery { margin-bottom: 20px; }

.gallery .heading { background: #D93240; margin-bottom: 0; }

.gallery a { margin-bottom: 15px; }

.sidebar .btn-dsz { background: #D93240; }

/* ----- birthday ----- */

.birthday { margin-bottom: 20px; }

.birthday h2 { margin-bottom: 0; }

.birthday ul {
    padding: 10px 15px;
    list-style: none;
    border: 1px solid #CCC;
}

.birthday ul li { padding: 5px 0; }

/* ----- before-footer ----- */

.before-footer {
    padding: 20px 0 45px;
    color: #FFF;
    background: #262626;
}

.before-footer .newsletter h4 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.before-footer .newsletter span { color: #D93240; }

.before-footer .newsletter .btn-dsz {
    padding: 3px 30px;
    background: #D93240;
    text-transform: uppercase;

    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.before-footer .newsletter .btn-dsz:hover,
.before-footer .newsletter .btn-dsz:focus {
    background: #D9626B;
    opacity: 1;
}

.before-footer ul {
    float: left;
    padding: 0;
    list-style: none;
    width: 33.33%;
}

.before-footer .navigate .fa {
    margin-right: 10px;
    font-size: 17px;
}

.before-footer a, .before-footer a:hover, .before-footer a:focus { color: #FFF; }

.before-footer strong { font-weight: 600; }

/* ----- footer ----- */

footer {
    color: #FFF;
    background: #161616;
    font-size: 12px;
}

footer p {
    padding: 8px 0;
    margin: 0;
}

footer a { color: #FFF; }

footer a:hover, footer a:focus {
    color: #FFF;
    display: inline;
}

/* ----- shoutnews ----- */

.shoutnews h2 { margin: 20px 0 0; }

.shoutnews-container {
    padding: 11px 15px;
    height: 255px;
    text-align: justify;
    border: 1px solid #CCC;
    overflow-x: hidden;
    overflow-y: auto;
}

/* ----- shoutbox ----- */

.shoutbox { margin-bottom: 20px; }

.shoutbox h2 { margin: 20px 0 0; }

.shoutbox-container {
    padding: 11px 15px;
    height: 255px;
    text-align: justify;
    border: 1px solid #CCC;
    overflow-x: hidden;
    overflow-y: auto;
}

.shoutbox form {
    padding: 10px 15px;
    position: relative;
    background: #00A0C1;
}

.shoutbox .form-group { margin: 0; }

.shoutbox .form-control { padding-right: 72px; }

.shoutbox button {
    position: absolute;
    top: 10px;
    right: 15px;
}

/* ----- partners -----*/

.jcarousel-wrapper.second {
    padding: 0;
    background: none;
}

.second .jcarousel-control-prev,
.second .jcarousel-control-next {
    top: 5px;
    color: #333;
    left: -30px;
}

.second .jcarousel-control-next {
    left: auto;
    right: -30px;
}

#komentarze .log-reg {
    display: none;
}

@media ( max-width: 768px ){
    .sub-toggle { display: inline; }
}

.search-mobile { display: none; }

/* ----- breadcrumbs ----- */

.breadcrumbs {
    padding: 0 0 10px;
    font-size: 13px;
}

.breadcrumbs a:hover, .breadcrumbs a:focus { display: inline-block; }

.breadcrumbs .fa {
    margin: 0 5px;
    font-size: 13px;
}

/* ----- txt ----- */

.txt-info {
    padding-top: 10px;
    margin: 0;
    font-size: 13px;
    border-top: 1px solid #CCC;
}

.txt h2, .category h2 {
    margin: 0 0 5px;
    color: #00A0C1;
    font-size: 28px;
    font-weight: 700;
}

.txt a:hover, .txt a:focus,
.category a:hover, .category a:focus
{ display: inline-block; }

.txt-foto { margin-top: 15px; }

.foto-author {
    margin: 5px 0 10px;
    color: #999;
    font-size: 13px;
    font-style: italic;
    display: block;
}

.txt-gallery {
    margin-top: 15px;
    margin-bottom: 10px;
}

/* ----- back ----- */

.go-back:hover, .go-back:focus { display: inline-block; }

.go-back .fa { font-size: 14px; }

/* ----- txt-footer ----- */

.txt-footer {
    margin: 15px 0;
}

.txt-footer > div {
    padding: 10px 15px;
    background: #EEE;
}

.txt-footer a { display: inline-block; }

.txt-footer .fa { font-size: 14px; }

/* ----- category ----- */

.category h2 { margin: 0 0 15px; }

.category h3 { margin: 10px 0 5px; }

/* ----- pagination ----- */

.pagination { margin: 5px 0px 20px; }

.pagine span {
    margin: 20px 0;
    display: inline-block;
    float: left;
    padding: 6px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus, .pagination > li > span:hover {
    color: #FFF;
    background-color: #00A0C1;
    border-color: #DDD;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #FFF;
    background-color: #00A0C1;
    border-color: #DDD;
}

.pagine a:hover, .pagine a:focus { display: inline; }


@media (max-width: 1199px){
    .search .form-control { width: 202px; }

    ul.slimmenu li a { padding: 19px 9px; }

    ul.slimmenu > li:first-child a { padding: 19px 15px; }

    .match-table { padding: 10px; }

    .carousel, .stream, .shoutnews { margin-bottom: 20px; }

    /*a { display: block; }*/

    .news-last { margin-bottom: 10px; }

    .news-other { padding: 0; }

    .news-other > .row {
        margin: 0px 0px 10px;
        width: 33.33%;
        float: left;
    }

    .news-other.full, .news-other.half {
        margin-left: -15px;
        margin-right: -15px;
    }

    .news-other.half.half-fix { margin: 0; }

    .news-other.full-fix > .row { width: 100%; }

    .news-other.half > .row { width: 50%; }

    /* San-SOFT pokaż zawsze reklamy
    .advertisement { display: none; }
    */
    .press-review img { margin: 0 auto; }

    .press-review h4 { text-align: center; }

    .news a:nth-child(7) h4,
    .news a:nth-child(8) h4,
    .news a:nth-child(9) h4
    { border: medium none; }

    .league-info .nav-tabs li:first-child a { padding: 20px 15px; }
    .league-info .nav-tabs li:nth-child(2) a { padding: 20px 15px; }

    footer a { display: inline; }
}

@media (max-width: 1024px){
    .second .jcarousel-control-prev { left: -20px; }
    .second .jcarousel-control-next { right: -20px; }
}

@media (max-width: 991px){
    .search-desktop { display: none; }

    .search-mobile { display: inline; }

    .dropdown-menu { margin: 0 0 0 -4px; }

    .search .dropdown-menu { min-width: 300px; }

    .test .dropdown-menu { left: 0; }

    .search .form-control { width: 300px; }

    .search-mobile .search button { margin-top: 10px; }

    .log-reg { margin: 17px 0; }

    .social { padding: 0; }

    nav {
        margin-bottom: 20px;
        position: relative;
    }

    ul.slimmenu {
        position: absolute;
        z-index: 1;
        width: 96%;
        z-index: 100;
    }

    .menu-collapser {
        padding-right: 75px;
        background: #333;
        font-weight: 600;
        text-align: right;
    }

    .collapse-button { background: #00A0C1; }

    .collapse-button:hover, .collapse-button:focus {
        color: #FFF;
        background-color: #00A0C1;
        opacity: .95;
    }

    ul.slimmenu li { text-align: center; }

    ul.slimmenu li a { padding: 9px; }

    ul.slimmenu > li:first-child a { padding: 10px 15px; }

    .sub-toggle { display: inline; }

    ul.slimmenu li .sub-toggle {
        background: #444;
        opacity: .95;
    }

    .news-other > .row { width: 100%; }

    .news-other.full > .row { width: 33.33%; }

    .news-other.full.full-fix > .row { width: 100%; }

    .stream, .timetable, .shoutnews, .league-info, .shoutbox {
        margin-right: 30px;
        width: calc(50% - 15px);
        float: left;
    }

    .gallery, .birthday {
        width: 100%;
        float: left;
    }

    .timetable, .shoutnews, .shoutbox {
        margin: 0;
    }

    .shoutnews-container { height: 309px; }

    .shoutbox { margin-bottom: 20px; }

    .shoutbox h2 { margin-top: 0; }

    .birthday ul { float: left; }

    .birthday ul li {
        width: 50%;
        float: left;
    }

    .newsletter { margin-bottom: 20px; }

    .second .jcarousel-control-prev { left: -5px; }
    .second .jcarousel-control-next { right: -5px; }

    .pagine { text-align: center; }
}

@media (max-width: 768px){
    .form-group { margin-bottom: 0; }

    .news-other.full.full-fix > .row { width: 33.33%; }

    .news-other.full.full-fix.press-review > .row { width: 100%; }

    .news a:nth-child(7) h4,
    .news a:nth-child(8) h4 {
        border-bottom: 1px solid #CCC;
    }

    .second .jcarousel-control-prev { left: 0; }
    .second .jcarousel-control-next { right: 0; }

    .txt-gallery img { margin-bottom: 20px; }
}

@media (max-width: 480px){
    .navbar-brand {
        width: 100%;
        margin: 16px 0px;
    }

    .social li a { margin: 0px 2px; }

    .before-menu > div > a:not(.navbar-brand) { margin: 15px 3px 0px; }

    .navbar-brand img { margin: 0 auto; }

    .search {
        margin-top: 16px;
        margin-right: 3px;
    }

    search .btn-dsz { margin-left: 0px; }

    .log-reg {
        margin-top: 16px;
        margin-bottom: 0;
        width: 43px;
    }

    .log-reg-desc { display: none; }

    .test .dropdown-menu {
        min-width: 250px;
        left: 0px;
    }

    .before-menu > div > a:not(.navbar-brand), .social { margin-bottom: 0; }

    ul.slimmenu { width: 92%; }

    .item-txt { width: 100%; }

    .item-txt h3 {
        font-size: 22px;
        text-align: center;
    }

    .item-txt span, .item-txt p { display: none; }

    .col-xs-6 { width: 100%; }

    .gallery .col-xs-6 { width: 50%; }

    .news-other.full > .row, .news-other.half > .row, .news-other.full.full-fix > .row { width: 100%; }

    .news a:nth-child(9) h4 { border-bottom: 1px solid #CCC; }

    .stream, .timetable, .shoutnews, .league-info, .shoutbox { width: 100%; }

    .league-info .nav-tabs li:nth-child(1) a,
    .league-info .nav-tabs li:nth-child(2) a {
        padding: 10px 15px; }

    .shoutnews, .shoutbox { margin-bottom: 20px; }

    .news-last, .news-other, .text-justify, .newsletter, .text-right { text-align: justify; }

    .before-footer .newsletter .btn-dsz {
        margin-top: 10px;
        width: 100%;
    }

    /*.txt-gallery .col-xs-6 { width: 50%; }*/

    .txt-footer .col-xs-4 {
        padding: 5px 15px;
        width: 100%;
    }

    .pagination li { display: none; }

    .pagination li:first-child, .pagination li:last-child { display: inline-block; }
}

@media (max-width: 360px){
    footer p {
        width: 100%;
        text-align: center;
    }

    footer p.pull-left { padding-bottom: 0; }

    .breadcrumbs { display: none; }
}

@media (max-width: 320px){
    .log-reg { margin-left: -1px; }

    .before-menu > div > a:not(.navbar-brand) { margin: 15px 2px 0px; }

    .social li a { margin: 0px 1px; }

    .dropdown-menu.search { margin: 0 -5px; }

    .search .dropdown-menu { min-width: 250px; }

    .search .form-control { width: 250px; }

    .match { padding: 10px 0; }

    .league-info .nav-tabs li:nth-child(1) a,
    .league-info .nav-tabs li:nth-child(2) a
    { padding: 20px 15px; }
}

#komentarze #dropdownMenu1 {
    margin-top: 50px;
}
.btn-social {

    border-radius: 0;
}