/*
        Theme Name: Stanin
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

*{
    margin: 0;
    padding: 0;
}

body,html{
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 14px;
}
a:hover{
    text-decoration: none !important;
}

.clear{
    clear: both;
}

.sub-page-menu ul{
    list-style: none;
    text-decoration: none;
    margin-left: 0 !important;
}
.sub-page-menu ul li{
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.sub-page-menu ul li a{
    color: #000;
}
.sub-page-menu ul li:before{
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: #000;
}
.sub-page-menu ul li:hover:before{
    background: #ea0a38;
}

.hidden-text{
    display: none;
}

.print-pdf-icons{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    background: #f1f1f1;
    display: block;
    font-size: 25px;
    padding: 5px 10px;
    font-size: 0.8em;
    transition: 0.1s linear all;
}
.print-pdf-icons div{
    display: inline-block;
}
.print-pdf-icons a, #readNews{
    cursor: pointer;
    display: inline;
    color: #000 !important;
    margin-right: 10px;
    padding: 5px;
    transition: 0.1s linear all;
    border: 1px solid #ddd;
}
.print-pdf-icons a:hover, #readNews:hover{
    background: #ea0a38 !important;
    color: #fff !important;
}

.map{
    display: block;
    min-height: 370px;
    background-image: url("img/mapa.jpg");
    background-position: center center;
}
.cookie-banner{
    opacity: 0;
    position: fixed;
    z-index: 9999;
    padding: 30px 30px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    top: -500px;
    transition: 0.7s linear all;
}
.cookie-active{
    opacity: 1.0;
    transition: 0.7s linear all;
    top: 0;
}
.cookie-banner h3{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    margin: 0;
    letter-spacing: 2px;
}
.cookie-banner span{
    display: block;
    padding-bottom: 30px;
}
.cookie-banner span a{
    font-weight: bold;
    color: #fff !important;
}
.cookie-banner .confirm-cookie{
    display: block;
    max-width: 150px;
    background: #A30505;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}

section#rso-powiadomienia{
    padding: 10px 0;
    margin-top: 30px;
}
section#rso-powiadomienia .rso-wrapper{
    border: 2px solid #da251e;
    margin: 0 15px;
    max-height: 51px;
}
section#rso-powiadomienia .rso-wrapper li{
    margin: 0;
    padding: 4px 7px;
    line-height: 34px;
    font-weight: bold;
    margin-right: 15px;
    font-size: 14px;
}
section#rso-powiadomienia .rso-wrapper .cat-title{
    background: #da251e;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 5px;
    margin-right: 0 !important;
}
section#rso-powiadomienia .image{
    text-align: left;
    background: #da251e;
}
section#rso-powiadomienia .image img{
    display: inline-block;
    max-height: 40px;
}
section#rso-powiadomienia .image h3{
    margin: 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.social-icons{
    display: inline-block;
    float: right;
    margin: 19px 50px 19px 0;
}
.social-icons a i{
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 10px;
    color: #222;
}
.bip-icon{
    display: inline-block;
    float: right;
    margin-top: -33px;
    margin-right: -3px;
}
.bip-icon img{
    max-width: 35px;
}
.head-menu .icons #font_minus, .head-menu .icons #font_plus, .head-menu .icons #change_contrast, .head-menu .icons #read_text{
    min-height: 34px;
    min-width: 34px;
    background: #535254;
    color: #fff;
    border: none;
    margin-left: -3px;
}
.head-menu .search-bar{
    margin: 19px 0;
    display: inline-block;
    float: right;
}
.head-menu input[type=search]{
    min-height: 34px;
    min-width: 226px;
    border: 1px solid #222;
    padding: 0 10px;
}
.head-menu [role=button]{
    min-height: 34px;
    min-width: 34px;
}
.mobile-info{
    position: relative;
    background: #fff;
    z-index: 9999;
}
.mobile-info .info{
    float: left;
}
.mobile-info .info a img{
    max-width: 50px;
}
.main-logo{
    margin: 10px 0;
}
.main-logo .logo, .main-logo .text{
    display: inline-block;
    position: absolute;
    top: 20px;
}
.main-logo img{
    margin-right: 20px;
    max-width: 70px;
}
.main-logo a:hover{
    text-decoration: none;
    list-style: none;
}
.main-logo .title{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #222;
    font-weight: 400;
}
.main-logo  .text a:hover{
    text-decoration: none !important;
}
.main-logo  .text p{
    margin: 0;
    font-size: 1.0em;
    color: #222 !important;
}
.main-logo .title .bold{
    font-weight: 800;
}
.second_logo{
    text-align: right;
    width: 100%;
}
.second_logo img{
    width: 100px;
    z-index: 9999;
    margin: 20px 0 20px 20px;
}
.menu-wrapper{
    position: fixed;
    width: 100%;
    z-index: 9998;
}
.menu-wrapper .icons-wrapper{
    position: relative;
    float: right;
}
.menu-wrapper .icons-wrapper .icons{
    float: right;
    display: inline-block;
    margin: 15px 0 15px 0;
}
.menu-wrapper .icons a i{
    min-height: 34px;
    min-width: 34px;
    background: #535254;
    text-align: center;
    padding: 10px 0 3px 0;
    color: #fff;
    margin-left: 0px;
    margin-right: -2px;
}
.menu-wrapper .icons .change_contrast{
    margin-left: -2px !important;
}.menu-wrapper .icons .font_minus{	min-height: 34px;	min-width: 34px;	background: #535254;	color: #fff;	border: none;	margin-right: 0 !important;		margin-left: -1px;}.menu-wrapper .icons .font_minus i{	font-size: 11px;}
.menu-wrapper .icons .font_plus, .menu-wrapper .icons .change_contrast, .menu-wrapper .icons .font_standard, .menu-wrapper .icons .read_text{
    min-height: 34px;
    min-width: 34px;
    background: #535254;
    color: #fff;
    border: none;
    margin-left: -3px;
    margin-right: 0 !important;
}
.social-bar{
    position: relative;
    background: #fff;
    color: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.social-bar span{
    font-family: Montserrat;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
    color: #595959;
    font-size: 0.750em;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin: 0;
    padding: 15px;
    border-right: 1px solid #f1f1f1;
}
.social-bar span:first-of-type{
    border-left: 1px solid #f1f1f1;
}
.social-bar span i{
    color: #222;
}
.social-bar .right{
    text-align: right;
}
.social-bar form label {
    opacity: 0.99;
    color: #000;
}
.social-bar input[type=search]{
    font-family: Montserrat;
    border: 1px solid #f1f1f1;
    border-radius: 25px;
    padding: 0 15px;
    font-size: 14px;
    color: #595959;
    margin-top: 3px;
}
.social-bar .search-submit{
    background: #fff;
    color: #222;
    font-size: 15px;
    border: none;
}

.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    text-transform: uppercase;
    font-size: 2.500em;
    margin: 0;
}
.section-header hr{
    margin: 0 auto;
    width: 120px;
    border-top: 1px solid #222;
    margin-top: 15px;
    margin-bottom: 50px;
}

.header-text{
    font-family: 'Anton', serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 999;
}
.header-text a:hover{
    text-decoration: none !important;
}
.header-text h2{
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 3.571em;
    margin: 25px 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    text-transform: uppercase;
}
.header-text h3{
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 1.786em;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.header-text span{
    text-shadow: 1px 1px #222;
    font-size: 1.250em;
    letter-spacing: 3px;
    color: #fff;
}

.navbar{
    border: none !important;
}
.fixed-menu{
    transition: 0.2s linear all;
    position: fixed !important;
    top: 29px !important;
    left: 0;
    right: 0;
}
.fixed-menu li{
    float: none !important;
    display: inline-block !important;
}

.no-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.slider{
    min-height: 80vh;
    position: relative;
}
.heading-image{
    padding-top: 175px;
    min-height: 450px;
    max-height: 450px;
    position: relative;
    background-image: url("img/single-slider.jpg");
    background-size: cover;
    background-position: center center;
}

/* BOXES */
section#boxes{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 999;
}
section#boxes .box{
    border: 2px solid #f1f1f1;
    border-bottom: 2px solid #ddd;
    background: #fff;
    padding: 10px 0;
    margin-top: -70px;
    transition: 0.3s linear all;
}
section#boxes .box a{
    text-align: center;
    color: #222;
}
section#boxes .box a img{
    margin: 0 auto;
    display: block;
    text-align: center;
}
section#boxes .box a span{
    display: block;
    font-size: 0.860em;
    padding-top: 10px;
}
/* /BOXES */
/* SIDERBAR */
section#main-content .sidebar{
    background: #fff;
}
section#main-content .sidebar h3{
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 1.0em;
    margin: 0;
    margin-bottom: 2px;
    text-transform: uppercase;
    padding: 10px 0 10px 10px;
    background: #eb1038;
}
section#main-content .sidebar ul{
    padding-bottom: 20px;
}
section#main-content .sidebar ul li{
    background: #f2f2f2;
    transition: 0.25s linear all;
    margin-bottom: 2px;
    text-decoration: none;
    list-style: none;
}
section#main-content .sidebar li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 9px 0 9px 18px;
    border-left: 5px solid transparent;
    -webkit-transition: border-color 0.35s ease 0s;
    -moz-transition: border-color 0.35s ease 0s;
    transition: border-color 0.35s ease 0s;
    color: #565656;
    transition: 0.25s linear all;
    font-size: 0.875em;
}
section#main-content .sidebar li:hover a{
    border-color: #eb1038;
    transition: 0.25s linear all;
    color: #222;
    text-decoration: none !important;
    list-style: none !important;
}

section#main-content .category-archive{
    margin-top: 30px;
}

/* /SIDERBAR */

section#news{
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding: 30px 0;
}
section#news .owl-wrapper{
    border-top: 1px solid #c9c9c9;
    padding-top: 40px;
}
section#news .text h2{
    margin-top: 0;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 2px solid #f2bf29;
    padding-bottom: 10px;
}
section#news .text p{
    font-size: 1.0em;
}
section#news .image{
    max-height: 330px;
    overflow: hidden;
}
section#news .image img{
    border-radius: 10px;
    width: 100%;
    height: auto;
}
section#news .text h2 a{
    color: #222;
}
section#news .news-boxes{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
}
section#news .news-boxes .box{
    border: 2px solid #f1f1f1;
    padding: 10px 0;
    transition: 0.1s linear all;
    max-height: 150px;
    min-height: 150px;
    margin-bottom: 30px;
}
section#news .news-boxes .box:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: 0.1s linear all;
}
section#news .news-boxes .box a{
    text-align: center;
    color: #222;
}
section#news .news-boxes .box a img{
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 80px;
    padding-top: 5px;
}
section#news .news-boxes .box a span{
    display: block;
    font-size: 10px;
    padding-top: 10px;
}

section#sort-news{
    position: relative;
    padding-bottom: 30px;
}
section#sort-news .active{
    border-bottom: 2px solid red;
}
section#sort-news .sort-title{
    float: left;
    font-weight: bold !important;
    font-size: 2.1em !important;
    padding-left: 0 !important;
    margin-left: 4px;
    line-height: 20px;
}
section#sort-news .sort-section{
    padding: 5px 0;
    margin: 0 15px 30px 15px;
    border-bottom: 1px solid #222;
}
section#sort-news .sort-section ul.list-inline{
    text-align: right;
    margin-bottom: 0;
}
section#sort-news .sort-section ul.list-inline li{
    font-size: 1.0em;
    font-weight: bold;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 0;
}



section#sort-news .item{
    min-height: 315px;
    margin-bottom: 20px;
}
section#sort-news .item .image{
    min-height: 164px;
    max-height: 164px;
    overflow: hidden;
}
section#sort-news .item .image img{
    width: 100%;
    overflow: hidden;
    display: block;
    min-height: 164px;
    border: 1px solid #f1f1f1;
}
section#sort-news .item .text a{
    color: #222 !important;
}
section#sort-news .item .text h2 a{
    font-family: Montserrat;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    color: #222;
    font-size: 20px;
}
section#sort-news .item .text span{
    color: #555555;
    font-size: 0.940em;
    line-height: 20px;
    text-align: left !important;
    padding: 5px 0;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
    border-bottom: 2px solid #cecece;
}
section#sort-news .item .item-title{
    border-left: 3px solid #eb1038;
    padding-left: 20px;
    height: 60px;
    margin-bottom: 5px;
}
section#sort-news .item .item-title h3{
    font-size: 1.3em;
    margin: 0;
    height: 43px;
    overflow: hidden;
}
section#sort-news .item .item-title a{
    color: #394551;
    font-weight: bold;
    margin: 0;
    padding: 0;
    min-height: 46px;
    display: block;
}
section#sort-news .item .item-title .date{
    color: #000;
    display: block;
    margin-top: 6px;
    font-size: 0.750em;
}
/* /NEWS */

/* SINGLE */
section#single, section#page{
    padding: 30px 0;
}
section#single .single-post, section#page .page-post{
    background: #fff;
}
section#single .single-post .image, section#page .page-post .image{
    overflow: hidden;
}
section#single .single-post .image img, section#page .page-post .image img{
    width: 100%;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
}
section#single .single-post .content, section#page .page-post .content{
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    line-height: 33px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    font-size: 15px;
    text-align: justify;
    border-bottom: 1px solid #f1f1f1;
}
section#single .single-post .content .post-title, section#page .page-post .content .post-title{
    font-family: Montserrat;
    line-height: 34px;
    font-weight: bold;
    font-style: normal;
    color: #222;
    font-size: 1.8em;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    margin: 20px 0 10px 0;
    padding: 0 0;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}
section#single .single-post .content  p , section#page .page-post .content p{
    font-size: 1.0em;
}
section#single .single-post .content .date, section#page .page-post .content .date{
    font-family: Montserrat;
    line-height: 18px;
    font-weight: 400;
    font-style: normal;
    color: #606060 !important;
    font-size: 0.800em;
    opacity: 1;
    visibility: visible;
    display: inline-block;
}
section#single .single-post .content .bar, section#page .page-post .content .bar{
    height: 15px;
    background: #ea0a38;
    margin-top: 30px;
    width: 100%;
}
/* /SINGLE */

.pagination{
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background: #ea0a38;
}
.pagination a{
    color: #fff !important;
    padding: 0 2px;
}
.pagination .current{
    color :#ea0a38;
    background: #fff;
    padding: 0 2px;
}

/* CATEGORY */

section#category .item{
    min-height: 315px;
    margin-bottom: 20px;
}
section#category .item .image{
    min-height: 164px;
    max-height: 164px;
    overflow: hidden;
}
section#category .item .image img{
    width: 100%;
    overflow: hidden;
    display: block;
    min-height: 164px;
}
section#category .item .text a{
    color: #222 !important;
}
section#category .item .text h2 a{
    font-family: Montserrat;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    color: #222;
    font-size: 20px;
}
section#category .item .text p{
    color: #555555;
    font-size: 0.940em;
    line-height: 20px;
    text-align: left !important;
    padding: 5px 0;
    min-height: 75px;
    border-bottom: 2px solid #cecece;
}
section#category .item .item-title{
    border-left: 3px solid #ea0a38;
    padding-left: 20px;
    height: 60px;
    margin-bottom: 5px;
}
section#category .item .item-title h3{
    font-size: 1.3em;
    margin: 0;
    height: 43px;
    overflow: hidden;
}
section#category .item .item-title a{
    color: #394551;
    font-weight: bold;
    margin: 0;
    padding: 0;
    min-height: 46px;
    display: block;
}
section#category .item .item-title .date{
    color: #888888;
    display: block;
    font-size: 0.750em;
}

section#category .head, section#archive .head{
    padding: 10px 0;
    margin: 0 15px 30px 15px;
    border-bottom: 1px solid #222;
}
section#category .head h3, section#archive .head h3{
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    color: #222;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}
section#category, section#archive, section#single, section#page, section#gallery-page{
    margin-top: 30px;
}
/* SIDEBAR */
section#category .sidebar, section#archive .sidebar, section#single .sidebar, section#page .sidebar, section#gallery-page .sidebar{
    background: #fff;
}
section#category .sidebar h3, section#archive .sidebar h3, section#single .sidebar h3, section#page .sidebar h3, section#gallery-page .sidebar h3{
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 1.0em;
    margin: 0;
    margin-bottom: 2px;
    text-transform: uppercase;
    padding: 10px 0 10px 10px;
    background: #ea0a38;
}
section#category .sidebar ul, section#archive .sidebar ul, section#single .sidebar ul, section#page .sidebar u, section#gallery-page .sidebar ul{
    padding-bottom: 20px;
}
section#category .sidebar ul li, section#archive .sidebar ul li, section#single .sidebar ul li, section#page .sidebar ul li, section#gallery-page .sidebar ul li{
    background: #f2f2f2;
    transition: 0.25s linear all;
    margin-bottom: 2px;
    text-decoration: none;
    list-style: none;
}
section#category .sidebar li a, section#archive .sidebar li a, section#single .sidebar li a, section#page .sidebar li a, section#gallery-page .sidebar li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 9px 0 9px 18px;
    border-left: 5px solid transparent;
    -webkit-transition: border-color 0.35s ease 0s;
    -moz-transition: border-color 0.35s ease 0s;
    transition: border-color 0.35s ease 0s;
    color: #565656;
    transition: 0.25s linear all;
    font-size: 0.875em;
}
section#category .sidebar li:hover a, section#archive .sidebar li:hover a, section#single .sidebar li:hover a, section#page .sidebar li:hover a, section#gallery-page .sidebar li:hover a{
    border-color: #ea0a38;
    transition: 0.25s linear all;
    color: #222;
    text-decoration: none !important;
    list-style: none !important;
}
section#category .sidebar .category-archive, section#archive .sidebar .category-archive, section#single .sidebar .category-archive, section#page .sidebar .category-archive, section#gallery-page .sidebar .category-archive{
    margin-top: 30px;
}
/* /SIDEBAR */

/* /CATEGORY */

.heading-image .title{
    padding: 80px 0;
    color: #fff;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.heading-image .title .title-cell{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: left;
}
.heading-image .title .title-cell .page-title{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    color: inherit;
    font-weight: 600;
    font-size: 2.5em;
}
.heading-image .title .title-cell .page-title li{
    list-style: none !important;
}
.heading-image .title .title-cell .page-title a{
    color: #fff !important;
}
.heading-image .title .title-cell .breadcrumb{
    font-size: 13px;
    font-weight: 600;
    background: none;
    color: inherit;
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.heading-image .title .title-cell #breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
}
.heading-image .title .title-cell #breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    cursor: pointer;
    color: #fff;
    font-size: 1.0em;
}
.heading-image .title .title-cell #breadcrumbs li a{
    color: #fff !important;
}
.heading-image .title .title-cell #breadcrumbs li a:hover{
    text-decoration: none !important;
}
.heading-image .title .title-cell #breadcrumbs .separator{
    font-size:15px;
    font-weight:100;
    padding: 0 5px;
    color: #fff;
    margin-right: 5px !important;
    font-weight: bold;
}


section#banner{
    background: #fff;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #cecece;
}
section#kontakt{
    font-family: 'Montserrat', sans-serif;
    position: relative;
    background: #ebebeb;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding-top: 15px;
}

section#kontakt .hours{
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
section#kontakt .kontakt-wrapper{
    padding: 30px 0;
}
section#kontakt h3{
    border-bottom: 1px solid #c0c0c0;
    font-size: 1.7em;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}
section#kontakt  .bold{
    font-weight: bold;
}
section#kontakt .title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.0em !important;
    padding-bottom: 5px;
}
section#kontakt .box{
    padding-bottom: 15px;
}
section#kontakt .box span{
    display: block;
    width: 100%;
    font-size: 0.850em;
}
section#kontakt .box i{
    font-size: 20px;
    padding-bottom: 5px;
    color: #eb1038;
}
section#kontakt li{
    text-decoration: none;
    list-style: none;
    padding-bottom: 5px;
}
section#kontakt li a{
    color: #222;
}
section#kontakt li a:hover{
    color: #2e72b1;
}
section#kontakt .formularz h2{
    font-family: Montserrat;
    line-height: 1.0em;
    font-weight: bold;
    letter-spacing: 3px;
    font-style: normal;
    color: #222;
    font-size: 24px;
    text-align: right;
    padding: 0 0 12px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #c0c0c0;
}
section#kontakt input{
    width: 100%;
    margin-bottom: 10px;
    color: #222 !important;
    border: none !important;
    border-bottom: 3px solid #f1f1f1 !important;
    padding: 10px 5px 10px 5px;
    font-size: 0.850em;
}
section#kontakt input::-webkit-input-placeholder, section#kontakt textarea::-webkit-input-placeholder{
    color: #222;
}
section#kontakt textarea{
    border: none !important;
    border-bottom: 3px solid #f1f1f1 !important;
    font-size: 1.00em;
    padding: 10px 5px 10px 5px;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}
section#kontakt form p{
    margin: 10px 0 0 0;
    color: #222;
}
section#kontakt form .button{
    padding: 15px;
    background: #eb1038;
    width: 200px;
    float: right;
    color: #fff !important;
    font-weight: bold;
    margin-right: 15px;
    text-transform: uppercase;
}
section#kontakt form textarea{
    width: 100%;
    min-height: 100px;
    resize: none;
}
#map{
    width: 100%;
    display: block;
    min-height: 300px;
    height: 300px;
}
section#copyright{
    padding: 10px 0;
    background: #fafafa;
    text-align: center;
}
section#copyright span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 0 15px;
}
section#copyright .left{
    float: left;
    line-height: 34px;
}
section#copyright .right{
    float: right;
}
section#copyright img{
    max-width: 80px;
    opacity: 1.0;
    transition: 0.2s linear all;
}
section#copyright img:hover{
    opacity: 0.8;
    transition: 0.2s linear all;
}
/* /KONTAKT */


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: transparent !important;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent !important;
}
.navbar-toggle{
    border: 1px solid #222 !important;
}
.navbar-toggle .icon-bar{
    background: #222 !important;
}
@media(min-width: 1368px){
    .slider{
        min-height: 70vh !important;
    }
}
@media(max-width: 1366px){
    .owl2{
        max-height: 130px !important;
    }
}
@media (max-width: 768px){
    .heading-image{
        background: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        padding-top: 30px;
    }
    section#single .single-post .content .post-title, section#page .page-post .content .post-title{
        font-size: 1.2em;
    }
    section#single .single-post .content  p, section#page .page-post .content p{
        font-size: 0.800em;
    }
    section#category .head, section#archive .head{
        margin: 30px 15px 30px 15px;
    }
    section#sort-news .sort-title{
        display: none;
    }
    section#sort-news .sort-section ul.list-inline{
        text-align: center;
    }
    section#sort-news .sort-section ul.list-inline li{
        font-size: 0.9em;
        font-weight: bold;
        padding: 0;
        background: #eb1038;
        cursor: pointer;
        padding-right: 0;
        color: #fff;
        display: block;
    }
    section#sort-news .sort-section ul.list-inline li div{
        padding: 10px 0;
    }
    section#sort-news .active{
        background: #f1f1f1;
        color: #222;
        border-bottom: none !important;
    }
    section#sort-news .sort-section{
        border-bottom: 0 !important;
    }
    .slider{
        min-height: 45vh !important;
    }
    section#boxes{
        padding-top: 30px;
    }
    section#boxes .box{
        margin-top: 0;
        margin-bottom: 30px;
        min-height: 148px;
    }
    section#news, .owl-news{
        min-height: 430px;
    }
    .owl-dots{
        left: 0;
        right: 0;
    }
    section#main-content .category-archive{
        margin-top: 0;
    }
    .no-padding{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    section#copyright .left{
        float: none !important;
    }
    .hide-mobile{
        display: none !important;
    }
    section#copyright .right{
        display: block;
        float: none !important;
        text-align: center;
    }
    .owl2{
        max-height: 200px !important;
    }
    .menu-wrapper{
        display: none !important;
    }
    .mobile-wrapper .sidebar-widget h3{
        font-family: Montserrat, sans-serif;
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
        color: #222 !important;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        font-size: 14px;
        margin: 0 !important;
        cursor: pointer;
    }
    .mobile-wrapper .sidebar-widget ul{
        background: #f1f1f1;
    }
    .mobile-wrapper .sidebar-widget ul li{
        list-style: none;
        font-family: Montserrat, sans-serif;
        text-align: center;
        border-bottom: 1px solid #fff;
        color: #222 !important;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 20px;
        font-size: 14px;
        margin: 0 !important;
        cursor: pointer;
    }
    .mobile-wrapper .sidebar-widget ul li a{
        color: #222 !important;
    }
    .mobile-no-padding{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mobile-wrapper .icons{
        text-align: center;
        padding: 10px 0;
    }
    .mobile-wrapper .icons a i{
        min-height: 35px;
        min-width: 35px;
        background: #535254;
        text-align: center;
        padding: 9px 0 5px 0;
        font-size: 17px;
        color: #fff;
        margin-left: 3px;
        margin-bottom: 6px;
    }
    .mobile-wrapper .icons .font_minus{
        min-height: 35px;
        min-width: 35px;
        background: #535254;
        color: #fff;
        border: none;
        padding: 7px 0 5px 0;
        font-size: 17px;
    }
    .mobile-wrapper .icons .font_plus, .mobile-wrapper .icons .change_contrast{
        min-height: 35px;
        min-width: 35px;
        background: #535254;
        color: #fff;
        border: none;
        padding: 7px 0 5px 0;
        font-size: 17px;
        margin-left: 3px;
    }
    .widget-menu{
        display: none;
        transition: 0.3s linear all;
    }
    .active .widget-menu{
        display: block;
        transition: 0.3s linear all;
    }
    .mobile-wrapper{
        position: fixed;
        padding: 5px;
        z-index: 9998;
        width: 100%;
        background: #fff;
        border-bottom: 4px solid #f1f1f1;
    }
    .mobile-wrapper .logo{
        position: absolute;
        left: 10px;
        top: 10px;
    }
    .mobile-wrapper .logo img{
        max-width: 36px;
        display: inline-block;
        margin-right: 5px;
    }
    .mobile-wrapper .logo h3{
        text-transform: uppercase;
        position: absolute;
        left: 40px;
        font-size: 17px;
        top: -14px;
        min-width: 200px;
    }
    .mobile-wrapper h3 span.bold{
        font-weight: bold;
    }
    .mobile-wrapper .sub-title{
        position: absolute;
        left: 40px;
        top: 20px;
        font-size: 10px;
        font-weight: bold;
        min-width: 215px;
    }
    .mobile-wrapper .navbar-toggle{
        margin-right: 5px !important;
    }

    section#copyright{
        text-align: center !important;
    }
    section#copyright .author, section#copyright span{
        font-size: 0.688em;
        text-align: center;
    }
    .social-bar h3{
        text-align: center;
    }
    .social-bar .icons{
        display: none;
    }
    .social-bar .right{
        text-align: center;
        margin: 5px 0;
    }
    .head-menu{
        max-height: 160px;
    }
    .main-logo{
        margin: 10px 0 0 0 ;
    }
    .main-logo img{
        margin-top: 0;
    }
    .main-logo .title{
        font-size: 25px;
    }

    .fixed-menu{
        top: 0 !important;
        background: #fff;
        z-index: 9999;
    }
    .fixed-menu li{
        display: block !important;
    }
    .navbar-nav>li>a{
        font-family: Montserrat, sans-serif;
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
        color: #222 !important;
    }

    .navbar{
        margin-bottom: 0 !important;
    }

    section#main-content .news .news-content .item .image img{
        min-height: 190px;
    }
    section#category .category-item .image img, section#archive .category-item .image img{
        min-height: 190px;
    }
    section#main-content .news .news-content .item{
        padding: 30px 10px;
    }
    section#copyright{
        text-align: center !important;
    }
    section#copyright .author, section#copyright span{
        font-size: 11px;
        text-align: center;
    }
}

@media (min-width: 768px){
    .mobile-wrapper{
        display: none !important;
    }
    .dropdown-menu{
        margin-top: 7px !important;
        border: none !important;
    }
    .head-menu{
        position: fixed;
        z-index: 9999;
        width: 100%;
        max-height: 121px;
        background: #fff;
        border-bottom: 6px solid #dadada;
    }
    .head-menu .info{
        margin: 50px 0;
        text-align: right;
    }
    .head-menu .info a{
        color: #fff !important;
        padding: 20px 0;
    }
    .head-menu .info a:hover{
        text-decoration: none;
    }
    .head-menu .info a i{
        background: #008340;
        padding: 20px;
    }
    .head-menu .info span{
        padding: 0 10px;
        font-family: Montserrat;
        line-height: 15px;
        font-weight: 700;
        font-style: normal;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.24s ease-in-out;
        -moz-transition: opacity 0.24s ease-in-out;
        transition: opacity 0.24s ease-in-out;
    }
    .menu-top_menu{
        transition: 0.2s linear all;
    }
    .navbar{
        font-family: 'Open Sans Condensed', sans-serif;
        z-index: 9990 !important;
        min-height: auto !important;
        margin-bottom: 0 !important;
        background: #fff;
        float: right;
        margin-right: -7px;
    }
    .navbar-nav{
        width: 100%;
        float: left;
        margin: 0;
    }
    .navbar-nav>li:hover{
        background: #ea0a38;
    }
    .navbar-nav>li:hover>a{
        color: #fff !important;
    }
    .navbar-nav>li>a{
        font-family: Montserrat;
        line-height: 15px !important;
        font-style: normal;
        color: #222 !important;
        font-size: 1.0em;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.24s ease-in-out;
        -moz-transition: opacity 0.24s ease-in-out;
        transition: opacity 0.24s ease-in-out;
        padding: 10px 0 !important;
        margin: 0 10px;
    }
    .navbar-collapse{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .navbar-nav>li{
        display: inline-block !important;
    }
    .navbar-collapse.collapse{
        margin: 0 auto;
        text-align: center;
    }
    #menu-top-menu ul{
        margin: 0 auto;
    }
    #menu-top-menu li{
        border-bottom: 1px solid transparent;
    }
    #menu-top-menu li:hover{
        border-bottom: 1px solid #f1f1f1;
    }
    #menu-top-menu li a{
        color: #222;
        font-size: 19px;
        padding: 0px 10px !important;
        text-transform: uppercase;
    }

}

#lightbox{
    z-index: 9999 !important;
}

.lang-sidebar-widget{
    display: inline-block;
    float: right;
    text-align: right;
    margin-right: 20px;
    margin-top: 3px;
    text-align: right;
    max-width: 50px;
}
.lang-sidebar-widget #flags li{
    max-height: 20px;
}


/* CZAYTANIE TEKSTU PRZYCISK */
.read_text.on{
    background: #eb1038;
    color:#fff
}

.read_text i{
    display:none
}

.read_text i.selected{
    display:inline-block;
}



section#blank-page{
    position: relative;
    background: #fff;
    height: 100%;
    width: 100%
}
section#blank-page .blank-page-wrapper{
    padding-top: 175px;

}
section#blank-page .blank-wrapper{
    padding: 0 60px;
}
section#blank-page .blank-page-wrapper .image{
    text-align: center;
    margin: 0 auto;
}
section#blank-page .blank-page-wrapper img{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
section#blank-page .heading-image{
    display: none !important;
}
section#blank-page .blank-head{
    font-family: 'Oswald', sans-serif;
    color: #2c3e50;
    z-index: 1;
}
section#blank-page  .blank-head h1{
    margin: 0;
    font-size: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    text-align-last: center;
    margin-bottom: .1em;
}
section#blank-page .blank-head h1 span{
    font-weight: bold;
    font-size: 15em;
    line-height: 1em;
    display: block;
    text-align-last: center;
    letter-spacing: 15px;
    margin-bottom: 30px;
}
section#blank-page .buttons{
    display: flex;
    margin-top: 30px;
    margin-left: 8px;
    margin-right: 12px;
}
section#blank-page .buttons a{
    font-weight: bold;
    color: #fff;
    background-color: #ff5859;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    max-width: 200px;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 19px;
    font-size: 0.900em;
    flex: 1;
    margin-right: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
section#blank-page .buttons .search{
    flex: 2;
    width: 100%;
}
section#blank-page .buttons .search-input{
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 5px 15px;
    color: #ff5859;
    border: 3px solid #ff5859;
    font-size: 1.2em;
    font-family: Oswald;
    text-transform: uppercase;
    box-sizing: border-box;
    outline: none;
    flex: 2;
    letter-spacing: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
section#blank-page .buttons .search-submit{
    display: none !important;
}
.hidden-label{
    display: none !important;
}
@media print{
    .heading-image, .mobile-wrapper, .menu-wrapper, section#single .single-post .image, section#page .page-post .image, #calendar, .sidebar, section#banner, section#kontakt, #map, section#copyright, .print-pdf-icons, .map{
        display: none;
    }
    section#single .single-post .content .post-title, section#page .page-post .content .post-title{
        border-bottom: none;
        font-size: 1.4em;
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    section#single .single-post .content, section#page .page-post .content{
        border-bottom: none;
    }

    a[href]:after {
        content: none !important;
    }
    a img{
        float: left;
        max-width: 33.333333%;
    }
}

.skip-link {
    background: #000;
    color: #fff;
    padding: 0;
    margin: -1px;
    border-width: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    position: absolute !important;
    width: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.skip-link:focus {
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    width: auto;
    height: auto;
    left: 0.382rem;
    top: 0.382rem;
    padding: 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    background-color: #36b;
    color: #fff;
    z-index: 100000;
}



a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px dashed red !important;
  outline-offset: 2px !important;
}

.heading-image {
    background-color: #000;
}
.heading-image .title .title-cell .page-title {
    text-shadow: 1px 1px 5px #0005;
}