@import url('wp-default-min.css');
@import url('font-awesome.min.css');
@import "fonts-min.css";
@import "../assets/unitegallery/themes/default/ug-theme-default.css";
@import "../assets/unitegallery/css/unite-gallery.css";
@import "../assets/jquery.simpleselect.min.css";

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
	color: #cd0000
}

html {
    background: #fff;
}

body {
    font-family: 'Open Sans';
}

body.disable-scroll {
    overflow: hidden;
}

img {
    border: 0;
}

.clear {
    clear: both;
    display: block;
}

.newsletter-popup {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 100000;
    /*overflow-y: scroll;*/
    background-color: rgba(0, 0, 0, 0.2);
}

.newsletter-popup:before {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    display: none;
    content: ' ';
    opacity: 0.2;
    top: 0;
    bottom: 0;
}

.newsletter-popup .content {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 400px;
    background: #FFF;
    display: table;
    margin: 150px auto;
    padding: 30px 25px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    box-sizing: border-box;
}

.newsletter-popup .newsletter-logo {
    max-width: 75%;
    height: auto;
    margin: 0 auto;
}

.newsletter-popup h2 {
    font: bold 24px 'Open Sans';
    margin: 15px 0;
}

.newsletter-popup h3 {
    font: normal 15px 'Open Sans';
    color: #000;
}

.newsletter-popup input[type=text] {
    border: 1px solid #eee;
    color: #999;
    font: normal 16px 'Open Sans';
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 15px 0;
}

.newsletter-popup button[type=submit] {
    width: 100%;
    font: normal 18px 'Open Sans';
    text-transform: uppercase;
    color: #FFF;
    background: #cd0000;
    padding: 10px 0;
    border: 0px;
    cursor: pointer;
}

.newsletter-popup .newsletter-info {
    font: normal 13px 'Open Sans';
    color: #999;
    margin: 10px 0 20px 0;
}

.newsletter-popup .newsletter-cancel {
    font: normal 14px 'Open Sans';
    color: #666;
    text-decoration: underline;
}

.newsletter-popup .newsletter-close {
    font: bold 20px 'Open Sans';
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    color: #999;
}

.newsletter-message {
    font: bold 12px 'Open Sans';
    text-transform: uppercase;
    margin: 10px 0;
    display: none;
}

.newsletter-message.newsletter-error {
    color: red;
}

.newsletter-message.newsletter-success {
    color: green;
}

.btn,
.wpcf7-form .wpcf7-submit {
    font: bold 16px 'Open Sans';
    padding: 10px 20px;
    display: inline-block;
    background: #cd0000;
    border-radius: 5px;
    color: #FFF;
    box-sizing: border-box;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn[disabled] {
    background: gray !important;
    border: 2px solid grey !important;
    cursor: progress;
}

.btn.btn-small {
    padding: 5px 10px;
    font-size: 14px;
}

.btn:hover,
.wpcf7-form .wpcf7-submit:hover {
    border-color: #FF0000;
}

.btn:after,
.wpcf7-form .wpcf7-submit:after {
    color: #FFF;
    content: "\f105";
    font: normal 16px/1 FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
}

.btn.btn-white {
    background: #FFF;
    color: #000;
}

.btn.btn-white:after {
    color: #cd0000;
}

.btn.btn-white:hover {
    border: 2px solid #cd0000;
}

.btn.btn-gray {
    background: #333333;
    border: 2px solid #5c5c5c
}

.btn.btn-gray:hover {
    border: 2px solid #cd0000;
}

.wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.socialMenu {
    line-height: 30px;
    height: 30px;
    width: 100%;
    background: #cccccc;
}

.socialMenu .social {
    float: right;
    width: 28%;
}

.socialMenu .social li {
    display: inline-block;
    vertical-align: top;
}

.socialMenu .social li a {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: text-bottom;
}

.socialMenu .social li a.open-search {
    font-size: 20px;
    padding: 0 0 0 12px;
    text-align: center;
}

.socialMenu .social li a.open-search .open {
    display: none;
}

.socialMenu.search-active .social li a.open-search .close {
    display: none;
}

.socialMenu.search-active .social li a.open-search .open {
    display: block;
}

header .search-box {
    position: absolute;
    left: 0;
    height: 107px;
    line-height: 107px;
    background: #ccc;
    width: 100%;
    text-align: center;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    z-index: 1001;
    top: 152px;
}

header.search-active .search-box {
    opacity: 1;
    visibility: visible;
}

header .search-box input[type=text] {
    width: 570px;
    height: 40px;
    font: normal 16px Droid;
    color: #000;
    border: 0;
    background: #FFF;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 18px;
    vertical-align: middle;
}

header .search-box input[type=submit] {
    width: 100px;
    height: 40px;
    font: bold 16px/40px 'Open Sans';
    background: #cd0000;
    color: #FFF;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 30px;
    cursor: pointer;
    -webkit-appearance: none;
}

#top {
    width: 100%;
    display: table;
    text-align: center;
    position: relative;
    z-index: 1000;
}

#top .logo {
    display: inline-table;
    margin: 0 0 10px 0;
}

#top nav {
    line-height: 53px;
    height: 53px;
    width: 100%;
    background: #FFF;
    clear: both;
}

#top nav > ul > li > a {
    position: relative;
}

#top nav:not(.second-menu) > ul > li:hover > a:before,
#top nav:not(.second-menu) > ul > li.current-menu-item > a:before {
    border-bottom: 5px solid #cd0000;
    width: 100%;
    height: 5px;
    position: absolute;
    content: ' ';
    bottom: -20px;
    left: 0;
    z-index: 4;
}

#top nav.second-menu > ul > li:hover > a,
#top nav.second-menu > ul > li.current-menu-item > a{
    color: #cd0000;
}

#top nav > ul > li {
    display: inline-block;
    margin: 0 25px;
    position: relative;
    border-bottom: 5px solid transparent;
}

#top nav > ul > li > a, #top nav > ul > li ul li a {
    color: #000;
    font: bold 18px 'Open Sans';
}

#top nav.second-menu {
    border-top: 1px solid #DDD;
    position: relative;
    z-index: 1;
}

#top nav.second-menu > ul > li > a {
    font: normal 14px 'Open Sans';
}

#top nav.second-menu > ul > li:after {
    content: '';
    width: 1px;
    height: 15px;
    background: #AAA;
    display: block;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
}
#top nav.second-menu > ul > li:last-of-type:after {
    content: none;
    display: none;
}

#top nav li.menu-item-has-children > a:after {
    content: "\f107";
    font: bold 18px FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
    color: #cd0000;
}

#top nav .arrow {
    color: #cd0000;
}

#top nav .arrow:before {
    content: "\f107";
    font: bold 18px FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

#top nav > ul > li ul {
    text-align: left;
    position: absolute;
    background: #e5e5e5;
    font-size: 0;
    z-index: 3;
    line-height: 1;
    top: 53px;
    display: none;
    white-space: nowrap;
    padding: 10px 0 5px 0;
    min-width: calc(100% + 64px);
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

#top nav > ul > li:hover ul {
    display: block;
}

#top nav > ul > li ul li {
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
}

#top nav > ul > li ul li a {
    font-size: 16px;
    display: table;
    width: 100%;
    padding: 10px 0;
}

#top nav > ul > li ul li:last-child a {
    border-bottom: 0px;
}

#top .wrapper {
    position: relative;
}

#top nav > ul > li.diecezje-menu-container {
    position: static;
}

.diecezje-menu {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    background: #e5e5e5;
    line-height: 1;
    padding: 40px 0;
    z-index: 2;
    box-shadow: 0 0 100px 0px rgba(255, 255, 255, 0.5);
}

li:hover .diecezje-menu {
    display: table;
}

.diecezje-menu .text {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    text-align: left;
    padding: 0 0 0 40px;
}

.diecezje-menu .text h2 {
    color: #000;
    font: normal 30px 'PTSerif';
}

.diecezje-menu .text label {
    font: bold 16px 'Open Sans';
    display: block;
    margin: 20px 0 10px 0;
}

.diecezje-menu .text select {
    width: 100%;
    max-width: 310px;
    border: 0px;
    border-radius: 5px;
    background: #FFF;
    padding: 10px;
}

.diecezje-menu .text span {
    display: block;
    margin: 20px 0;
    font: bold 16px 'Open Sans';
}

.diecezje-menu .text .link {
    color: #000;
    font: normal 16px 'Open Sans';
    display: block;
    margin: 5px 0;
}

.diecezje-menu .text .link:after {
    color: #d21c1c;
    content: "\f105";
    font: normal 16px/1 FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 5px;
}

.diecezje-menu .image {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
}

.menu-fixed header {
    top: 0;
    position: fixed;
    z-index: 1001;
    background: #FFF;
    height: 60px;
    line-height: 60px;
}

.menu-fixed #top nav {
    top: 61px;
    position: fixed;
    z-index: 1000;
}

.menu-fixed header .social li a {
    font-size: 17px;
    padding: 0 8px;
}

.menu-fixed header .social li a {
    line-height: 60px;
}

.menu-fixed header .list .list-box {
    color: #000;
    line-height: 60px;
}

.menu-fixed header .list .prev, .menu-fixed header .list .next {
    color: #000;
}

.menu-fixed header h3 {
    display: none;
}

.menu-fixed header .logo {
    display: block;
    float: left;
    margin: 10px 30px 0 0;
}

.menu-fixed header .social li a.open-search {
    border-color: #e0e0e0;
}

.menu-fixed header.search-active .search-box {
    top: 60px;
}

#sliderContent {
    display: table;
    width: 100%;
    margin: 0 0 40px 0;
}

#sliderContent .listOfElements {
    background: #e6e6e6;
    padding: 15px 15px 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 28%;
    display: block;
    overflow-y: auto;
}

#sliderContent .listOfElements .widget h2 {
    color: #cd0000;
    text-align: center;
    margin: 0 0 10px 0;
    font: bold 20px 'Open Sans';
}

#sliderContent .listOfElements .widget .box:last-of-type {
    margin-bottom: 0;
}

#slider {
    position: relative;
    max-width: 830px;
    float: left;
    width: 70%;
}

#slider .slide {
    height: 330px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #cecece;
    display: block;
}

#slider .slide.bigArticle {
    margin: 0 0 5px 0;
}

#slider .slide.smallArticle {
    width: 33%;
    display: inline-block;
    height: 250px;
}

#slider .slide.video:before {
    content: "\f144";
    color: #cd0000;
    font: normal 100px FontAwesome;
    position: absolute;
    border-radius: 50%;
    background: #FFF;
    width: 80px;
    height: 80px;
    display: block;
    line-height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#slider .slide .title {
    width: 100%;
    padding: 20px 100px;
    display: block;
    height: 90px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slider .slide.bigArticle .title {
    width: 100%;
    line-height: 1;
    height: auto;
}

#slider .slide.bigArticle .title h4 {
    font: bold 28px/1.2 'PTSerif';
}

#slider .slide.smallArticle .title {
    padding: 15px 20px;
}

#slider .slide.smallArticle .title h4 {
    font: bold 16px/1.2 'PTSerif';
}

#slider .slider {
    font-size: 0;
}

#slider .slider a:nth-of-type(3) {
    margin: 0 0.5%;
}

#slider .slide .title h4 {
    font: bold 36px/1.2 'PTSerif';
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

#slider .slide .tag {
    background: #cd0000;
    color: #FFF;
    font: bold 9px/1 'Open Sans';
    padding: 5px 6px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0 10px;
}

#slider .bx-pager {
    font-size: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
}

#slider .bx-pager-item {
    display: inline-block;
    margin: 0 4px;
}

#slider .bx-pager-item a {
    display: block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 2px solid #FFF;
    font-size: 0;
    border-radius: 50%;
    opacity: 0.5;
}

#slider .bx-pager-item a:hover,
#slider .bx-pager-item a.active {
    opacity: 1;
    background: #FFF;
}

#slider .bx-prev,
#slider .bx-next {
    position: absolute;
    background: url('../img/icon-next.png') no-repeat center;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: block;
    right: 20px;
    bottom: 48px;
    font-size: 0;
}

#slider .bx-prev {
    background: url('../img/icon-prev.png') no-repeat center;
    background-color: rgba(0, 0, 0, 0.3);
    right: auto;
    left: 20px;
}

#analysis {
    margin: 40px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#analysis .leftBox, #analysis .rightBox {
    width: 48%;
    display: table;
}

#analysis .leftBox .box, #analysis .rightBox .box {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 0 15px 0;
}

#analysis .leftBox h2, #analysis .rightBox h2 {
    font: normal 32px 'PTSerif';
    color: #000;
    margin: 0 0 25px 0;
}

#analysis .leftBox .title, #analysis .rightBox .title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    color: #000;
}

#analysis .leftBox .box h3, #analysis .rightBox .box h3 {
    padding: 10px;
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    width: 100%;
	font-size: 23px;
}

#analysis .leftBox .image, #analysis .rightBox .image {
    width: 100%;
    height: 245px;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    font: bold 24px/1.3 'PTSerif';
    color: #fff;
}

#chosenCategories {
    margin: 40px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#chosenCategories .chosenCategoryContent {
    /*display: table;*/
    float: left;
    width: 65%;
    margin-right: 2%;
    padding: 15px 0 0 0;
}

#chosenCategories .chosenCategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
}

#chosenCategories .chosenCategory > a {
    width: 100%;
    display: table;
}

#chosenCategories aside {
    width: 33%;
    float: left;
    padding: 15px 0 0 0;
}

#chosenCategories .chosenCategory h2, #chosenCategories aside h2 {
    font: normal 32px 'PTSerif';
    color: #000;
    margin: 0 0 15px 0;
    width: 100%;
}

#related h2 {
    font: normal 32px 'PTSerif';
    color: #000;
    width: 100%;
}

#chosenCategories .chosenCategory .box {
    width: 31%;
}

#chosenCategories .chosenCategory .box .title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 0 5px 0;
    display: block;
    color: #000;
}

#chosenCategories .chosenCategory .box .title h3 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font: bold 18px/1.1 'PTSerif';
}

#chosenCategories .chosenCategory .box .image {
    width: 100%;
    height: 150px;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

#reviews {
    margin: 40px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
    clear: both;
}

#reviews h2 {
    font: normal 32px 'PTSerif';
    color: #000;
    margin: 0 0 25px 0;
}

#reviews .box {
    width: 24%;
    margin: 0 1.25% 0 0;
    box-sizing: border-box;
    float: left;
}

#reviews .box .image {
    width: 100%;
    height: 150px;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#reviews .box .title {
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
    display: block;
    color: #000;
}

#reviews .box .title h3 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font: bold 18px/1.1 'PTSerif';
}

#reviews .box .person {
    text-align: center;
    width: 100%;
    display: table;
    color: #cd0000;
    font: normal 16px 'Droid';
    padding: 0 0 10px 0;
}

#reviews .bx-next,
#reviews .bx-prev {
    font-size: 0;
    position: absolute;
    right: -30px;
    top: 162px;
}

#reviews .bx-prev {
    right: auto;
    left: -30px;
}

#reviews .bx-next:before {
    content: "\f054";
    font: normal 27px FontAwesome;
    color: #c0c0c0;
}

#reviews .bx-prev:before {
    content: "\f053";
    font: normal 27px FontAwesome;
    color: #c0c0c0;
}

#telegram {
    width: 100%;
    /*background: url('../img/depesze-bg.png') center center;*/
    background: #e6e6e6;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin: 45px 0 40px 0;
    font-size: 0;
    display: table;
    padding: 0 0 10px 0;
    display: none;
}

#telegram .btn {
    margin: 0 4px;
}

#telegram h4 {
    font: bold 14px 'Droid';
    color: #cd0000;
    text-align: center;
    margin: 30px 0 10px 0;
}

#telegram .bx-viewport {
    overflow: visible !important;
}

#telegram h3, #telegram h3 a{
    color: #000;
    font: bold 30px 'PTSerif';
    text-align: center;
    margin: 0 60px 10px 60px;
}

#telegram .bx-prev,
#telegram .bx-next {
    position: absolute;
    background: url('../img/icon-next.png') no-repeat center;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: block;
    right: 20px;
    top: 50%;
    margin: -21px 0 0 0;
    font-size: 0;
    z-index: 100;
}

#telegram .bx-prev {
    background: url('../img/icon-prev.png') no-repeat center;
    right: auto;
    left: 20px;
}

#news {
    width: 100%;
}

#news article {
    max-width: 830px;
    width: 70%;
    float: left;
    border-top: 1px solid #e0e0e0;
    padding: 15px 0 0 0;
}

#news article h2 {
    font: normal 32px 'PTSerif';
    margin: 0 0 15px 0;
    color: #000;
}

#news aside {
    width: 28%;
    float: right;
    border-top: 1px solid #e0e0e0;
    padding: 15px 0 0 0;
}

#news aside h2 {
    font: normal 32px 'PTSerif';
    margin: 0 0 15px 0;
}

#news aside li {
    list-style: none;
}

.widget h2 {
    font: normal 36px 'PTSerif';
    margin: 0 0 25px 0;
    color: #000;
}

.news-box {
    float: left;
    /*border-bottom: 1px solid #e0e0e0;*/
    margin-bottom: 0%;
}

.clear.hr {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin-bottom: 30px;
}

#related .clear.hr {
    background: #cecece;
    float: left;
}

#related .relatedPosts {
    width: 33%;
    float: left;
    padding: 15px 0% 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#related .relatedPosts .news-box.nb-normal h4 {
    font-size: 18px;
}

#related .videoBookContainer {
    width: 60%;
    float: left;
    display: table;
}

#related .relatedHomeContainer {
    margin: 0 0 40px 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.box .image-wrap .tag {
    position: absolute;
    float: left;
    margin: 10px 0 0 10px;
}

.news-box.nb-big {
    width: 100%
}

.news-box .tag,
.box .tag {
    font: bold 9px/1 'Open Sans';
    color: #FFF;
    padding: 5px 6px;
    display: inline-block;
    background: #cd0000;
    text-transform: uppercase;
}

.news-box .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #cecece;
    display: block;
}

/*#reviews .box .image, .news-box .image, .default-widget .box .image-wrap .image, .category-box .image-wrap .image {*/
/*-webkit-transition: all 1s ease-in-out;*/
/*-moz-transition: all 1s ease-in-out;*/
/*-o-transition: all 1s ease-in-out;*/
/*transition: all 1s ease-in-out;*/
/*}*/
/*#reviews .box .image:hover, .news-box .image:hover, .default-widget .box .image-wrap .image:hover, .category-box .image-wrap .image:hover {*/
/*transform: scale(1.1);*/
/*}*/
.news-box.nb-video .image {
    position: relative;
}

.news-box.nb-video .image:before {
    content: "\f144";
    color: #cd0000;
    font: normal 100px FontAwesome;
    position: absolute;
    border-radius: 50%;
    background: #FFF;
    width: 80px;
    height: 80px;
    display: block;
    line-height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-box .image .tag {
    margin: 10px 0 0 10px;
}

.news-box.nb-big h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font: bold 28px/1.2 'PTSerif';
}

.news-box.nb-big .image {
    position: relative;
    margin: 0 0 30px 0;
}

.news-box.nb-big .image {
    width: 100%;
    height: 320px;
}

/*.news-box.nb-big h4 {*/
/*font: bold 30px/1.2 'PTSerif';*/
/*color: #000;*/
/*margin: 20px 0;*/
/*}*/

.news-box.nb-text,
.news-box.nb-small,
.news-box.nb-normal {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}

.relatedPostsBottom {
    display: table;
    width: 100%;
}

.relatedPostsBottom .nb-normal.nb-three,
#youngContent .nb-normal.nb-three {
    width: 32%;
    float: left;
    margin: 0;
}

.relatedPostsBottom .nb-three:nth-of-type(3n+2),
#youngContent .nb-three:nth-of-type(3n+2) {
    margin: 0 2%;
}

.relatedPostsBottom .nb-three h4,
#youngContent .nb-three h4 {
    font: bold 18px 'PTSerif';
}

.news-box.last {
    margin-right: 0 !important;
}

.news-box.nb-normal .image {
    height: 200px;
}

.news-box.nb-normal h4 {
    font: bold 18px 'PTSerif';
    margin: 15px 0;
    color: #000;
    text-align: center;
}

.news-box.nb-text h4 {
    font: bold 24px 'PTSerif';
    margin: 15px 0;
    color: #000;
}

.news-box.nb-normal-full {
    padding-bottom: 15px;
}

.news-box.nb-normal-full h4 {
    font: bold 24px 'PTSerif';
    margin: 0 0 15px 0;
    color: #000;
}

.news-box.nb-normal-full .image {
    width: 49%;
    margin-right: 2%;
    float: left;
    height: 245px;
}

.news-box.nb-normal-full p {
    font: normal 16px/1.5 'Open Sans';
    color: #1c1e23;
}

.news-box.nb-normal-full .text {
    width: 49%;
    float: left;
}

.news-box.nb-small {
    padding-bottom: 20px;
}

.news-box.nb-small .image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.news-box.nb-small .image.image-contain {
    background-size: contain;
    background-color: #FFF;
}

.news-box.nb-small .text {
    width: calc(100% - 100px);
    float: right;
}

.news-box.nb-small h4 {
    font: bold 18px 'PTSerif';
    margin: 15px 0 0 0;
    color: #000;
}

.news-box.nb-small p {
    font: normal 14px/1.4 'Open Sans';
    color: #1c1e23;
    margin: 10px 0 0 0;
}

.widget-most-read .box {
    width: 100%;
    display: table;
    font: normal 16px 'Open Sans';
    color: #1c1e23;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
}

.widget-most-read .image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.widget-most-read .text {
    width: calc(100% - 100px);
    float: right;
}

.widget-most-read .text h4 {
    font: normal 16px 'Open Sans';
}

.widget-upcoming-events .box {
    width: 100%;
    display: table;
    font: normal 16px 'Open Sans';
    color: #1c1e23;
    border-bottom: 1px solid #cecece;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.widget-upcoming-events .image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.widget-upcoming-events .text {
    width: calc(100% - 100px);
    float: right;
}

.widget-upcoming-events .text h4 {
    font: normal 16px 'Open Sans';
    margin: 10px 0 0 0;
}

.widget-upcoming-events .text span {
    color: #cd0000;
    font: normal 16px 'Open Sans';
}

#autoPromotion {
    width: 100%;
    display: flex;
    margin: 30px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#autoPromotion .singleElement {
    width: 100%;
    display: table;
}

#autoPromotion .singleElement img {
    width: 100%;
}

#autoPromotion .element {
    width: 31%;
}

#autoPromotion .element img {
    width: 100%;
}

/*#extra-news {*/
/*position: relative;*/
/*padding-left: 60px;*/
/*box-sizing: border-box;*/
/*background: #cd0000;*/
/*}*/

/*#extra-news:before {*/
/*content: "\f0a1";*/
/*font: normal 30px/55px FontAwesome;*/
/*color: #FFF;*/
/*background: #cd0000;*/
/*width: 60px;*/
/*height: 55px;*/
/*text-align: center;*/
/*display: block;*/
/*position: absolute;*/
/*-webkit-transform: translate(0%, -50%);*/
/*transform: translate(0%, -50%);*/
/*top: 50%;*/
/*left: 0;*/
/*}*/

#extra-news .bx-wrapper {
    position: relative;
}

#extra-news .slide {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 40px;
}

#extra-news .slide:before {
    content: ' ';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: -1;
}

#extra-news h3 {
    font: bold 32px 'PTSerif';
    color: #FFF;
    text-align: center;
    margin: 30px 0 10px 0;
    padding: 0 30px;
}

#extra-news .more {
    display: table;
    margin: 0 auto;
    color: #FFF;
    font: bold 16px 'Open Sans';
}

#extra-news .more:after {
    color: #ff0300;
    content: "\f105";
    font: normal 16px/1 FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
}

#extra-news .bx-prev,
#extra-news .bx-next {
    position: absolute;
    background: url('../img/icon-next.png') no-repeat center;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: block;
    right: 20px;
    top: 50%;
    margin: -21px 0 0 0;
    font-size: 0;
    z-index: 100;
}

#extra-news .bx-prev {
    background: url('../img/icon-prev.png') no-repeat center;
    right: auto;
    left: 20px;
}

#extra-news .bx-pager {
    font-size: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
    z-index: 1000;
}

#extra-news .bx-pager-item {
    display: inline-block;
    margin: 0 4px;
}

#extra-news .bx-pager-item a {
    display: block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 2px solid #FFF;
    font-size: 0;
    border-radius: 50%;
    opacity: 0.5;
}

#extra-news .bx-pager-item a:hover,
#extra-news .bx-pager-item a.active {
    opacity: 1;
    background: #FFF;
}

#related {
    width: 100%;
    background: #e5e5e5;
    margin: 45px 0 25px 0;
    box-sizing: border-box;
    padding: 30px 30px 5px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

section a:first-child {
    width: 100%;
}

#related article {
    width: 65%;
    margin-right: 2%;
    float: left;
}

#related article h2 {
    font: normal 36px 'PTSerif';
    margin: 0 0 25px 0;
}

#related aside {
    width: 33%;
    float: left;
}

#related aside h2 {
    font: normal 32px 'PTSerif';
    margin: 0 0 25px 0;
}

#related .news-box {
    border-color: #cecece;
}

#sponsored, #events {
    width: 100%;
    display: table;
    background: #ffffff;
    box-sizing: border-box;
}

#nature {
    width: 100%;
    display: table;
    background: #b8d496;
    padding: 30px 20px 40px 35px;
    margin-bottom: 30px;
    margin-top: 40px;
    box-sizing: border-box;
}

#sponsored h2 ,#events h2, #nature h2 {
    font: normal 32px 'PTSerif';
    margin: 0 0 25px 0;
    color: #000;
}

#sponsored .news-box , #events .news-box, #nature .news-box {
    width: 32%;
    margin: 1% 1% 0 0;
    border: 0;
}


#sponsored .news-box p, #events .news-box p {
    color: #1c1e23;
    font: normal 16px 'Open Sans';
}

#youngContent {
    background: #1D4B75;
    padding: 20px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: table;
    margin: 40px 0 0 0;
}

#youngContent .youngHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 20px 0;
}

#youngContent .youngHeader .youngEkai {
    width: auto;
    position: relative;
}

#youngContent .youngHeader .youngEkai img {
    opacity: 1;
    max-height: 40px;
}

#youngContent .youngHeader .ekai {
    position: relative;
    margin: 0 0 0 auto;
    background: url('../img/young/eKAI.png') no-repeat center center / cover;
}

#youngContent .youngHeader .ekai:hover {
    background: url('../img/young/eKAIhoover.png') no-repeat center center / cover;
}

#youngContent .youngHeader .fdnt {
    position: relative;
    background: url('../img/young/FDNT.png') no-repeat center center / cover;
    margin: 0 10px;
}

#youngContent .youngHeader .fdnt:hover {
    background: url('../img/young/FDNThoover.png') no-repeat center center / cover;
}

#youngContent .youngHeader .stacja7 {
    position: relative;
    background: url('../img/young/Stacja7.png') no-repeat center center / cover;
}

#youngContent .youngHeader .stacja7:hover {
    background: url('../img/young/Stacja7hoover.png') no-repeat center center / cover;
}

#youngContent .youngHeader .title h2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: table;
    text-align: center;
    font: normal 32px 'PTSerif';
    color: #fff;
}

#youngContent .youngHeader img {
    max-height: 35px;
    opacity: 0;
    width: auto;
}

#youngContent a h4 {
    color: #fff;
}

#gallery {
    margin: 40px 0 0 0;
    padding: 25px 0 0 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
}

#gallery h2 {
    font: normal 32px 'PTSerif';
    color: #000;
    margin: 0 0 25px 0;
}

.gallery-box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 26px 0;
    width: 33%;
    float: left;
    height: 202px;
}

.gallery-box.gb-big {
    width: 65%;
    height: 430px;
    margin: 0 2% 20px 0;
}

.gallery-box .text {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    box-sizing: border-box;
    height: 100%;
    line-height: 1;
    width: 100%;
    display: table;
}

#gallery .box a {
    display: block;
    height: 150px;
    background-color: #ccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#gallery .videosContent {
    width: 100%;
    display: table;
    margin: 0 auto 40px auto;
    position: relative;
}

#gallery .videosContent .bx-controls {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 0;
    margin-top: -18px;
}

#gallery .videosContent .bx-controls .bx-prev {
    left: -50px;
    position: absolute;
    width: 24px;
    height: 37px;
    background: url('../img/arrow-left.png') no-repeat center center;
}

#gallery .videosContent .bx-controls .bx-next {
    right: -50px;
    position: absolute;
    width: 24px;
    height: 37px;
    background: url('../img/arrow-right.png') no-repeat center center;
}

.gallery-box.gb-big .text {
    width: 100%;
    max-width: 370px;
}

.gallery-box .text-vertical {
    display: table-cell;
    vertical-align: bottom;
}

.gallery-box .text h4 {
    color: #FFF;
    font: bold 18px 'PTSerif';
    margin: 0 0 10px 0;
}

.gallery-box .text p {
    font: normal 16px 'Open Sans';
    color: #FFF;
    margin: 0 0 15px 0;
}

.menu-bottom {
    width: 100%;
    padding: 30px 0;
    display: table;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.menu-bottom .logo {
    float: left;
    line-height: 50px;
}

.menu-bottom .logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 50px;
    max-width: 100%;
}

.menu-bottom nav {
    float: right;
}

.menu-bottom nav li {
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: 50px;
}

.menu-bottom nav li a {
    color: #000;
    font: bold 18px 'Open Sans';
}

footer .copy {
    float: left;
    color: #000;
    font: bold 16px/67px 'PTSerif';
}

footer .social {
    float: right;
}

footer .social li {
    display: inline-block;
    vertical-align: middle;
}

footer .social li a {
    color: #000;
    font-size: 17px;
    line-height: 67px;
    padding: 0 7px;
    display: inline-block;
}

footer p {
    display: table;
    width: 100%;
    font: normal 14px 'PTSerif';
    color: #999999;
    margin: 0 0 20px 0;
}

#mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1002;
    background: #FFF;
    overflow: scroll;
    display: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#mobile-menu.open {
    display: block;
}

#mobile-menu li {
    display: block;
}

#mobile-menu .social {
    width: 100%;
    display: table;
}

#mobile-menu .social li {
    display: table-cell;
    text-align: center;
}

#mobile-menu li a {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    padding: 10px;
    color: #1c1e23;
    font: bold 16px 'Open Sans';
}

#mobile-menu li li a {
    font-weight: normal;
}

#mobile-menu li.current-menu-item > a,
#mobile-menu li.open > a {
    background: #e5e5e5;
}

#mobile-menu li ul {
    display: none;
}

#mobile-menu li.current-menu-item,
#mobile-menu li.open ul {
    background: #efefef;
}

#mobile-menu li.menu-item-has-children > a:after {
    color: #cd0000;
    content: "\f107";
    font: bold 18px FontAwesome;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

#mobile-menu li.menu-item-has-children.open > a:after {
    content: "\f106";
}

#mobile-menu .mobile-search {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #1c1e23;
}

#mobile-menu .mobile-search input[type=text] {
    width: 100%;
    height: 40px;
    font: normal 16px Droid;
    color: #000;
    border: 0;
    background: #FFF;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 18px;
    vertical-align: middle;
}

#mobile-menu .mobile-search input[type=submit] {
    width: 100%;
    height: 40px;
    font: bold 16px/40px 'Open Sans';
    background: #cd0000;
    color: #FFF;
    border: 0;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 5px 0 0 0;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
}

#mobile-menu .mobile-search h3 {
    color: #FFF;
    margin: 0 0 10px 0;
}

#mobile-menu .logo {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    display: table;
}

#mobile-menu .logo img {
    max-width: 150px;
    height: auto;
}

.nav-toggle {
    width: 50px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    line-height: 50px;;
    position: fixed;
    z-index: 1003;
    color: #000;
    right: 0;
    top: 0;
    font-size: 40px;
    display: none;
}

body {
    overflow-x: hidden;
    background: #fff;
}

body.noscroll {
    overflow: hidden;
}

.breadcrumb {
    width: 100%;
    display: table;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.breadcrumb a {
    font: bold 16px 'Open Sans';
    color: #cd0000;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb span.sep {
    font-size: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #1c1e23;
}

section.article, section.category {
    width: 100%;
    display: table;
    position: relative;
}

.article article, .category article {
    width: 63%;
    margin-right: 4%;
    float: left;
    padding: 15px 0 0 0;
}

.category.search article {
    float: none;
    margin: 0 auto;
}

.article.page article {
    width: 100%;
    margin: 0 0 50px 0;
}

.article article h2.title {
    font: bold 22px 'PTSerif';
    margin: 0 0 25px 0;
}

.article article .content .yearDocument {
    font: normal 16px 'Droid';
    color: #cd0000;
    display: inline-block;
    margin: 0 0 10px 0;
}

.article.bio-page article h2.title {
    font: normal 36px 'PTSerif';
    margin: 0 0 25px 0;
}

.category article h2.title {
    font: normal 36px 'PTSerif';
    margin: 0 0 25px 0;
}

.article article .art-image {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 600px;
    display: block;
    margin: 0 auto;
}

.article aside, .category aside {
    width: 33%;
    float: left;
    padding: 15px 0 0 0;
}

.article aside > li, .category aside > li {
    display: block;
}

.article aside.sticky, .category aside.sticky {
    position: absolute;
    right: 0;
}

.article .art-desc .info {
    float: left;
}

.article .art-desc .info h4 {
    color: #999999;
    font: normal 18px 'Droid';
}

.article .art-desc .info span {
    color: #1c1e23;
    font: normal 16px 'Open Sans';
}

.article .art-desc .social {
    float: right;
}

.article .art-desc .social a {
    color: #1c1e23;
    font: bold 18px 'Open Sans';
    padding: 0 15px;
}

.article .social .fb_iframe_widget,
.article .social > iframe {
    display: inline-block;
    vertical-align: middle;
}

.article .art-desc .social a:first-child {
    border-right: 2px solid #1c1e23;
}

.article .art-main-image {
    width: 100%;
    /*display: table;*/
    margin: 15px 0;
    float: left;
}

.article .art-main-image span {
    color: #999999;
    font: italic 14px 'Droid';
    float: right;
    margin: 5px 0 0 0;
}

.article .content {
    display: block;
    clear: both;
    color: #1c1e23;
}

.xtxt h6 {
    font-size: 20px;
    line-height: 26px;
    padding: 35px;
    position: relative;
    margin: 10px 0;
    text-align: center;
}

.xtxt h6:before {
    content: '';
    background: url('../img/quot_up.png') no-repeat center center;
    width: 30px;
    height: 23px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.xtxt h6:after {
    content: '';
    background: url('../img/quot_down.png') no-repeat center center;
    width: 30px;
    height: 23px;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}

.article .content .lead {
    font: normal 22px 'PTSerif';
}

.article .content p {
    font: normal 16px/1.6 'Open Sans';
    margin: 0 0 25px 0;
}

.article .extra-content {
    width: 100%;
    display: table;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
    margin: 15px 0 30px 0;
    float: left;
}

.article .extra-content .title {
    font: bold 18px 'PTSerif';
    color: #000;
    margin: 0 0 5px 0;
    display: block;
}

.article .extra-content .title span {
    color: #999999;
    font-weight: normal;
}

.article .extra-content .desc {
    display: block;
    margin: 0 0 15px 0;
}

.article .article-attachments a {
    color: #000;
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.article .article-attachments a span {
    display: inline-block;
}

.article .article-attachments a i {
    color: #cd0000;
    margin: 0 4px 0 0;
}

.default-widget .box {
    width: 100%;
    display: table;
    font: normal 16px 'Open Sans';
    color: #1c1e23;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.default-widget .box:last-of-type {
    border: 0;
}

#related .default-widget .box {
    border-color: #cecece;
}

.default-widget .box .image-wrap {
    width: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.default-widget .box .image-wrap--big {
    width: 100%;
    padding: 0 0 10px 0;
    display: table;
}


.fluid-img {
    width: 100%;
    height: auto;
}

.default-widget.vertical-middle .box .image-wrap {
    vertical-align: middle;
}

.default-widget .box .image-wrap .image {
    width: 80px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.default-widget .box .image-wrap.image-wrap--big .image {
    width: 100%;
    padding: 0 0 66% 0;
    height: auto;
}

.default-widget .box .text {
    vertical-align: top;
    display: table-cell;
}

.default-widget .box .text.text--full-width {
    width: 100%;
    display: table;
}

.default-widget.vertical-middle .box .text {
    vertical-align: middle;
}

.default-widget .box .text h4 {
    font: normal 14px 'Open Sans';
}

.default-widget .box .text.text--full-width h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.default-widget .box .text h4 strong {
    color: #cd0000;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
    font: normal 14px 'Open Sans';
}

.bold-titles .box .text h4 {
    font-weight: bold;
}

.default-widget .box .text span {
    color: #cd0000;
    font: normal 12px 'Droid';
    margin: 0 0 5px 0;
    display: block;
}

.widget.default-widget .news-box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.widget.default-widget.default-widget-home .news-box .image {

}

.article-foot, .article-tags {
    width: 100%;
    display: table;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 25px 0;
    margin: 0px 0 25px 0;
    float: left;
}

.article-foot .print-version {
    float: left;
}

.article-foot a {
    color: #1c1e23;
    font: bold 18px 'Open Sans';
}

.article-foot a i {
    margin: 0 4px 0 0;
}

.article-foot .social {
    float: right;
}

.article-foot .social a {
    padding: 0 15px;
}

.article-foot .social a:first-child {
    border-right: 2px solid #1c1e23;
}

.article-tags {
    line-height: 30px;
}

.article-tags label {
    font: bold 18px/30px 'PTSerif';
    display: inline-block;
    vertical-align: middle;
    margin: 1px 15px 0 0;
}

.article-tags a {
    font: normal 16px/30px 'Open Sans';
    color: #cd0000;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.article-tags span {
    line-height: 30px;
    font-size: 3px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #1c1e23;
}

.article-author {
    width: 100%;
    display: table;
    font: normal 16px 'Open Sans';
    color: #1c1e23;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.article-author .image {
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 0;
}

.article-author .image img {
    width: 100%;
    height: auto;
}

.article-author .text {
    vertical-align: top;
    display: table-cell;
}

.article-author .text .title {
    font: normal 16px 'Droid';
    color: #999;
    margin: 0 0 10px 0;
    display: block;
}

.article-author .text p {
    color: #1c1e23;
    font: normal 16px 'Open Sans';
    margin: 0 0 10px 0;
    display: block;
}

.category-box {
    color: #000;
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
    display: table;
}

.category-box .image-wrap {
    width: 200px;
    display: table-cell;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}

.category-box .image-wrap.image-wrap--big {
    width: 100%;
    padding: 0 0 30px 0;
    display: table;
}

.category-box .image-wrap .image {
    width: 100%;
    height: 155px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}

.category-box .image-wrap.image-wrap--big .image {
    height: auto;
    padding-bottom: 66.7%;
}

.category-box .text {
    display: table-cell;
    vertical-align: top;
}


.category-box .text.text--full-width {
    display: table;
    width: 100%;
}

.category-box .text span {
    font: normal 16px 'Droid';
    color: #cd0000;
    display: block;
    margin: 0 0 10px 0;
}

.category-box .text h3 {
    font: bold 24px 'PTSerif';
    display: block;
    margin: 0 0 10px 0;
}

.category-box .text p {
    font: normal 16px 'Open Sans';
    display: block;
}

.pager {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0 30px 0;
    font: normal 16px/40px 'Droid';
}

.pager span,
.pager a {
    color: #757575;
    font: normal 16px/40px 'Droid';
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.pager a:hover,
.pager span.current,
.pager a.active {
    color: #cd0000;
}

.pager .prev {
    float: left;
}

.pager .next {
    float: right;
}

.pager .prev, .pager .next {
    padding: 0;
}

.pager .prev i, .pager .next i {
    color: #e5e5e5;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.pager .prev i {
    margin-left: 0;
}

.pager .next i {
    margin-right: 0;
}

.bio-desc {
    width: 100%;
    display: table;
    background: #e5e5e5;
    padding: 45px 0;
    margin: 15px 0;
    float: left;
}

.bio-desc .image-wrap {
    width: 34%;
    display: table-cell;
    vertical-align: top;
    padding: 0 30px 0 0;
}

.bio-desc .image-wrap .image {
    width: 100%;
    height: 245px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bio-desc .text {
    display: table-cell;
    vertical-align: middle;
}

.bio-desc .text > h2 {
    font: normal 36px 'PTSerif';
    margin: 0 0 15px 0;
}

.bio-desc .text .txt {
    font: normal 16px/1.6 'Open Sans';
}

/* extra style */
.mejs-time-total.mejs-time-slider {
    width: calc(100% - 190px) !important;
}

.mejs-controls div.mejs-time-rail {
    width: calc(100% - 180px) !important;
}

.wp-video-shortcode {
    width: 100% !important;
    height: 425px !important;
    margin-top: 15px;
    overflow: hidden;
}

.wp-video-shortcode .mejs-controls div.mejs-time-rail {
    width: calc(100% - 150px) !important;
}

.wp-video-shortcode .mejs-time-total.mejs-time-slider {
    width: calc(100% - 160px) !important;
}

.extra-article {
    width: 100%;
    max-width: 400px;
    display: none;
    padding: 25px;
    box-sizing: border-box;
    background: #e5e5e5;
    position: fixed;
    right: 0;
    bottom: 20px;
    color: #000;
    box-shadow: 0 0 5px 0px rgba(255, 255, 255, 0.9);
}

.extra-article.show {
    display: block;
}

.extra-article.hide {
    display: none !important;
}

.extra-article h3 {
    font: bold 18px "PTSerif";
    display: block;
    margin: 0 0 10px 0;
}

.extra-article .content {
    width: 100%;
    display: table;
}

.extra-article .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #b2b2b2;
    font-size: 22px;
}

.extra-article .image-wrap {
    width: 100px;
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.extra-article .image-wrap .image {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.extra-article .text {
    vertical-align: top;
    display: table-cell;
}

.extra-article .text span {
    color: #cd0000;
    font: normal 16px 'Droid';
}

.extra-article .text h4 {
    font: normal 16px 'Open Sans';
    margin: 7px 0 0 0;
}

.gallery-slider {
    width: 100%;
    display: table;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    padding: 20px 0;
    bottom: 0;
    z-index: 3;
}

.gallery-wrap .main-image-wrap {
    width: 100%;
    height: 430px;
    background: #FFcc33;
    display: block;
    margin: 10px 0 0 0;
    position: relative;
}

.gallery-wrap .main-image-wrap .main-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery-slider .slide .image {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    border: 2px solid transparent;
    cursor: pointer;
}

.gallery-slider .slide.active-slide .image,
.gallery-slider .slide .image:hover {
    border-color: #cd0000;
}

.gallery-slider .bx-prev,
.gallery-slider .bx-next {
    position: absolute;
    background: url('../img/icon-next.png') no-repeat center;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: block;
    right: 20px;
    top: 50%;
    font-size: 0;
    margin-top: -21px;
}

.gallery-slider .bx-prev {
    background: url('../img/icon-prev.png') no-repeat center;
    right: auto;
    left: 20px;
}

.simpleselect .options,
.wpcf7-select .simpleselect {
    height: 150px !important;
    max-height: 150px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    width: 240px !important;
    top: 36px !important;
}

.simpleselect .placeholder:after {
    content: "\f078" !important;
    font: normal 12px/36px FontAwesome !important;
    color: #cd0000;
    background: none !important;
}

.simpleselect {
    width: 240px !important;
}

.simpleselect .placeholder {
    border: 0px !important;
    border-radius: 5px !important;
}


.wpcf7-select .simpleselect {
    width: 100% !important;
}

.wpcf7-checkbox span.wpcf7-list-item,
.wpcf7-radio span.wpcf7-list-item 
{
    display: block;
    margin: 0 0 5px 0;
}



.ug-default-button-hidepanel {
    display: none !important;
}

.ug-thumb-wrapper.ug-thumb-generated, .ug-thumb-wrapper .ug-thumb-overlay, .ug-thumb-wrapper .ug-thumb-border-overlay {
    width: 80px !important;
    height: 80px !important;
}

.ug-strip-panel .ug-strip-arrow-left {
    width: 80px !important;
}

.ug-strip-panel .ug-strip-arrow-right {
    width: 80px !important;
}

.ug-strip-panel .ug-strip-arrow-left .ug-strip-arrow-tip, .ug-arrow-left.ug-skin-default {
    background: url('../img/icon-prev.png') no-repeat center !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    width: 42px !important;
    height: 42px !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    display: block !important;
    top: 50% !important;
    font-size: 0 !important;
    margin-top: -21px !important;
}

.ug-gallery-wrapper .ug-thumbs-strip {
    width: calc(100% - 160px) !important;
    left: 80px !important;
}

.ug-strip-panel .ug-strip-arrow-right .ug-strip-arrow-tip, .ug-arrow-right.ug-skin-default {
    background: url('../img/icon-next.png') no-repeat center !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    width: 42px !important;
    height: 42px !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    display: block !important;
    top: 50% !important;
    font-size: 0 !important;
    margin-top: -21px !important;
}

.ug-gallery-wrapper {
    margin-top: 10px;
}

.diecezja-image {
    width: 448px;
    height: 423px;
    position: absolute;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.diecezja-image .title {
    background: #d21c1c;
    border-radius: 5px;
    color: #FFF;
    font: normal 16px 'Droid';
    display: table;
    position: absolute;
    padding: 10px;
    opacity: 0;
}

.diecezja-image .title:after {
    content: '';
    background-image: url('../img/red-arrow.png');
    width: 16px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: -8px;
}

.wp-video {
    width: 100% !important;
}

.print-mode header, .print-mode #top, .print-mode .article .art-desc .social, .print-mode .article aside,
.print-mode .menu-bottom, .print-mode footer, .print-mode .breadcrumb, .print-mode .article .extra-content,
.print-mode .article-foot, .print-mode .article-tags, .print-mode .extra-article, .print-mode #related {
    display: none !important;
}

.back-print {
    color: #cd0000;
    font: bold 20px 'PTSerif';
    margin: 20px 0 0 0;
    display: none;
    padding: 15px;
    border: 3px solid #cd0000;
}

.print-mode .back-print {
    display: block;
}

@media print {
    .print-mode .back-print {
        display: none;
    }
}

.print-mode .article article {
    width: 100%;
    margin: 0;
}

.xtxt .article-foot a {
    color: #000;
}

.xtxt table {
    margin: 0 0 20px 0;
}

.xtxt table td {
    padding: 15px;
}

.xtxt a {
    color: #cd0000;
}

.xtxt p {
    margin: 0 0 25px 0;
}

.xtxt div:not([class]) {
    margin: 0 0 25px 0;
}

.xtxt ul {
    margin: 0 0 25px 0;
}

.xtxt ul li {
    list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 4px 30px;
}

.xtxt ul li li {
    margin: 0 0 0 20px;
    list-style-type: square
}

.xtxt h1, .xtxt h2, .xtxt h3, .xtxt h4, .xtxt h5, .xtxt h6 {
    margin: 5px 0 20px 0;
    font-weight: bold;

    font-family: 'PTSerif';
}

.xtxt img {
    max-width: 100%;
    height: auto;
}

.xtxt iframe {
    width: 100%;
    height: 420px;
}

@media screen and (max-width: 600px) {
    .xtxt iframe {
        height: 300px;
    }
}

.filtr-widget {

}

.filtr-widget .simpleselect {
    width: 100% !important;
    border: 1px solid #ccc;
    margin: 15px 0;
    border-radius: 5px;
}

.filtr-widget .simpleselect .options {
    width: 100% !important;
}

.filtr-widget .filter-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #FFF;
    height: 40px;
    color: #333;
    font: normal 13px/40px 'Open Sans';
    box-sizing: border-box;
    padding: 0 10px;
    margin: 15px 0;
}

.filtr-widget .reset-form {
    float: right;
}

.contact-widget input, .contact-widget textarea {
    width: 100%;
    height: 40px;
    font: normal 13px/40px 'Open Sans';
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 5px 0 0 0;
}

.contact-widget textarea {
    line-height: 1.4;
    padding: 10px;
    height: 100px;
}

.contact-widget label {
    font: bold 16px 'Open Sans';
    color: #333;
    display: block;
    margin: 0 0 15px 0;
}

.contact-widget input[type=submit] {
    font: bold 16px 'Open Sans';
    padding: 10px 20px;
    display: inline-block;
    background: #cd0000;
    border-radius: 5px;
    color: #FFF;
    box-sizing: border-box;
    border: 2px solid transparent;
    height: auto;
    width: auto;
    float: right;
    cursor: pointer;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    display: block;
    margin: 5px 0 0 0;
}

.contact-widget div.wpcf7-response-output {
    float: left;
    border: 0px;
    background: #ededed;
    padding: 15px;
    font: normal 14px 'Open Sans';
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 0 0;
}

.contact-widget div.wpcf7-response-output.wpcf7-validation-errors {
    border-bottom: 3px solid #cd0000;
}

.contact-widget div.wpcf7-response-output.wpcf7-mail-sent-ok {
    border-bottom: 3px solid #398f14;
}

.contact-widget span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.contact-widget .simpleselect {
    width: 100% !important;
    border: 1px solid #ccc;
    margin: 15px 0;
    border-radius: 5px;
}

.contact-widget .simpleselect .options {
    width: 100% !important;
    height: auto !important;
}

.form_orders li,
.wpcf7-form p {
    display: block;
    font: normal 14px 'Open Sans';
    margin: 0 0 15px 0;
}

.form_orders fieldset {
    border: 0px;
    margin: 0 0 25px 0;
}

.form_orders textarea,
.form_orders select,
.form_orders input[type=text],
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea,
/*.wpcf7-form select,*/
.wpcf7-form .simpleselect {
    width: 100%;
    height: 40px;
    font: normal 13px/40px 'Open Sans';
    display: block;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}

.form_orders textarea,
.wpcf7-form textarea {
    height: 150px;
    line-height: 1.3;
    padding: 10px;
}

.form_orders .simpleselect,
.wpcf7-form .simpleselect {
    width: 100% !important;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    border-radius: 5px;
    box-sizing: border-box;
}

.form_orders .simpleselect .options, 
.wpcf7-form .simpleselect .options {
    width: 100% !important;
    height: auto !important;
}

.form_orders li label,
.wpcf7-form p label {
    font: normal 14px 'Open Sans';
    color: #333;
    margin: 0 0 5px 0;
    display: block;
}

.form_orders li label.error {
    color: #cd0000;
    font: normal 12px 'Open Sans';
    margin: 5px 0 0 0;
}

.form_orders fieldset > legend {
    font: bold 22px 'PTSerif';
    margin: 0 0 15px 0;
}

.ads-sample {
    width: 100%;
    display: table !important;
    text-align: center;
    padding: 15px 0;
}

.ads-wrap {
    width: 100%;
    display: table !important;
    text-align: center;
    padding: 15px 0;
}

.ads-wrap img {
    max-width: 100%;
    height: auto;
}

.ads-wrap iframe {
    max-width: 100%;
}

.ads-bottom {
    position: relative;
    top: -20px;
}

.ads-center {
    margin-bottom: -60px;
    position: relative;
    top: -20px;
    margin-top: -20px;
}

.books-slider,
.videos-slider {
    display: table;
    width: 100%;
    position: relative;
    margin: 15px 0;
    float: left;
}

.book-video-slider .bx-next, .book-video-slider .bx-prev {
    font-size: 0;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -13.5px;
}

.book-video-slider .bx-prev {
    right: auto;
    left: -20px;
}

.book-video-slider .bx-next:before {
    content: "\f054";
    font: normal 27px FontAwesome;
    color: #c0c0c0;
}

.book-video-slider .bx-prev:before {
    content: "\f053";
    font: normal 27px FontAwesome;
    color: #c0c0c0;
}

.book-video-slider .bx-pager {
    font-size: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -10px;
}

.book-video-slider .bx-pager-item {
    display: inline-block;
    margin: 0 4px;
}

.book-video-slider .bx-pager-item a {
    display: block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 2px solid #999;
    font-size: 0;
    border-radius: 50%;
    opacity: 0.5;
}

.book-video-slider .bx-pager-item a:hover,
.book-video-slider .bx-pager-item a.active {
    opacity: 1;
    background: #999;
}

/*.book-video-slider .bx-next.disabled, .book-video-slider .bx-prev.disabled {*/
/*display: none !important;*/
/*}*/

.contact-widget input[type=file] {
    display: none;
}

.contact-widget .plik-text {
    margin: 5px 0 0 0;
}

.cookies-bar {
    width: 100%;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    background: #ccc;
    color: #000;
    display: none;
    z-index: 99999;
}

.cookies-bar .text {
    font: normal 10px 'Open Sans';
    display: table-cell;
    vertical-align: middle;
}

.cookies-bar .button {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    min-width: 180px;
}

.cookies-bar .wrapper {
    display: table;
}

.cookies-bar a{
    text-decoration: underline;
}

.news-box.nb-book .image {
    height: 200px;
    width: 150px;
    float: left;
    background-size: contain;
    background-color: #FFF;
}

.news-box.nb-book.nb-book-right .image {
    float: right;
}

.news-box.nb-book .text {
    width: calc(100% - 170px);
    float: right;
}

.news-box.nb-book.nb-book-right .text {
    float: left;
}

.news-box.nb-book h4 {
    font: bold 18px 'PTSerif';
    margin: 15px 0 0 0;
    color: #000;
}

.news-box.nb-book p {
    font: normal 14px/1.4 'Open Sans';
    color: #1c1e23;
    margin: 10px 0 0 0;
}

.infoBarTopContainer {
    position: fixed;
    left: 0;
    right: 0;
    padding: 10px 20px;
    z-index: 1002;
    text-align: center;
    background: #e5e5e5;
    color: #000;
    font-size: 14px;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.infoBarTopContainer a {
    text-decoration: underline;
    color: #000;
    font-size: 14px;
}

.infoBarTopContainer .wrapper {
    position: relative;
}

.infoBarTopContainer .closeInfoBar {
    position: absolute;
    right: -30px;
    padding: 1px 4px;
    top: 0;
    border: 1px solid #000;
    line-height: 1;
    text-decoration: none;
    display: table;
    font-size: 16px;
}

.news-box.sc-news {
    clear: left;
    padding: 0 15px 15px 0;
    margin: 0;
    box-sizing: border-box;
}
.news-box.sc-news.nb-small h4 {
    font-size: 16px;
}

.sidebar_ads {
    float: left;
    width: 33%;
}
@media screen and (max-width: 1024px) {
    .sidebar_ads {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .infoBarTopContainer .closeInfoBar {
        left: -25px;
    }
}

    /* reklama */
.see_also{
    border-bottom: 1px solid #d1d2d4;
    padding: 5px 0px;
    color: #000;
    text-align: left !important;
    font: bold 24px/27px "PT Serif", serif;
}
.kd_ns_sponsored{
    font: 200 10px/16px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #bfbfbf !important;
    margin-top: 7px;
}
.kd_ns_font{
    font: 600 18px/20px "PT Serif", serif !important;
    text-decoration: none;
    color: #000;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.kd_ns_lead{
    text-align: left !important;
    overflow: hidden;
    height: auto;
    margin-top: 5px;
    margin-bottom: 15px;
}
.kd_ns_image_div{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66.7%;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.kd_ns_image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 440px){
.kd_ns_ads{
    width: 100%;
    max-width: 800px;
    padding: 0 !important;
    margin: 0;
}
.kd_ns_box:nth-child(1){
    width: 100%;
    float: left;
    margin: 1% 0 1% 0;
}
.kd_ns_box:nth-child(2){
    width: 100%;
    float: left;
    margin: 1% 0 1% 0;
}
.kd_ns_box:nth-child(3){
    width: 100%;
    float: left;
    margin: 1% 0 1% 0;
}
.kd_ns_box:nth-child(4){
    width: 100%;
    float: left;
    margin: 1% 0 1% 0;
}
.kd_ns_box:nth-child(5){
    width: 100%;
    float: left;
    margin: 1% 0 1% 0;
}
.kd_ns_box:nth-child(6){
    width: 100%;
    float: left;
    margin: 1% 0 1% 0;
}
}
@media (max-width: 640px) and (min-width: 441px){
.kd_ns_ads{
    width: 100%;
    max-width: 800px;
    padding: 0 !important;
    margin: 0;
}
.kd_ns_box:nth-child(2n+1){
  clear: both;
}
.kd_ns_box:nth-child(1){
    width: 49%;
    float: left;
    margin: 1% 2% 1% 0;
}
.kd_ns_box:nth-child(2){
    width: 49%;
    float: left;
    margin: 1% 0 1% 0;
}
.kd_ns_box:nth-child(3){
    width: 49%;
    float: left;
    margin: 1% 2% 1% 0;
}
.kd_ns_box:nth-child(4){
    width: 49%;
    float: left;
    margin: 1% 0 1% 0;
}
.kd_ns_box:nth-child(5){
    width: 49%;
    float: left;
    margin: 1% 2% 1% 0;
}
.kd_ns_box:nth-child(6){
    width: 49%;
    float: left;
    margin: 1% 0 1% 0;
}
}
@media (min-width: 641px){
.kd_ns_ads{
    width: 100%;
    max-width: 1170px;
    padding: 0 !important;
    margin: 0;
}
.kd_ns_box:nth-child(4n+1){
  clear: both;
}
.kd_ns_box:nth-child(1){
    width: 23.5%;
    float: left;
    margin: 1% 2% 1% 0;
}
.kd_ns_box:nth-child(2){
    width: 23.5%;
    float: left;
    margin: 1% 2% 1% 0;
}
.kd_ns_box:nth-child(3){
    width: 23.5%;
    float: left;
    margin: 1% 2% 1% 0;
}
.kd_ns_box:nth-child(4){
    width: 23.5%;
    float: left;
    margin: 1% 0 1% 0;
}
.kd_ns_box:nth-child(5){
    width: 23.5%;
    float: left;
    margin: 1% 2% 1% 0;
}
.kd_ns_box:nth-child(6){
    width: 23.5%;
    float: left;
    margin: 1% 2% 1% 0;
}
.kd_ns_box:nth-child(7){
    width: 23.5%;
    float: left;
    margin: 1% 2% 1% 0;
}
.kd_ns_box:nth-child(8){
    width: 23.5%;
    float: left;
    margin: 1% 0 1% 0;
}
.kd_ns_box:hover .kd_ns_font{
    color: #d54b2d;
}
.kd_ns_box:hover .kd_ns_image{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -transform: scale(1.1);
}
}
.container .mcnetwork:not(.fixed) .player {
    margin-left:0px;
}

.wsparcie {
   margin: 45px 0;
   padding: 30px 24px;
   background: #e5e5e5;
   line-height: 1.7;
   border-top: 3px solid #d60000;
   float: left;
}

/* baj@com START */
/* (07.10.2019) */
.default-widget .box {
    border: 0 none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.news-box.nb-normal h4 {
    min-height: 42px;
}
.news-box.nb-book .image {
    background-color: transparent;
}
.news-box.nb-book h4 {
  margin: 25px 0 0 0;
}
.news-box.nb-book p {
  margin: 15px 0 0 0;
}
.book-video-slider .bx-controls.bx-has-pager {
  margin: 22px 0;
}
.book-video-slider .bx-pager {
    position: relative;
    bottom: 0;
}
.news-box .location {
    color: #cd0000;
    font: normal 14px 'Droid';
    margin: 10px 0 0 0;
    display: block;
}
/* baj@com END */