/*
Theme Name:   	Theme bogatynia
Theme URI:    	https://bogatynia.pl/
Author:       	admin@e-intermedia.pl
Author URI:		https://e-intermedia.pl
Description:  	Theme for Bogatynia
Version:      	1.0
COPYRIGHT BY https://bogatynia.pl/ - All right reserved!
Contcat: biuro@e-intermedia.pl
*/
body {
    margin: 0px;
    font-family: 'myriad-pro', sans-serif !important;
}


h1, h2, h3, h4, h5, h6{
    font-family: 'myriad-pro', sans-serif !important;
}
strong{
    font-weight: 500 !important;
}


.after-before:after {
    position: absolute;
    content: "";
    width: 355px;
    height: 190px;
}

.after-before:before {
    position: absolute;
    content: "";
    width: 355px;
    height: 190px;
    margin-left: -355px;
}

.dropdown-menu {
    position: absolute;
    will-change: transform;
    transform: none !important;
    box-shadow: none;
    top: auto !important;
}
div#content {
    z-index: 99;
}

.top-bar-logo {
    position: relative;
    overflow: hidden;
    display: none;
}

/* CUSTOM MENU STYLE FONT 
ul#mega-menu-primary > li > a.mega-menu-link {
    font-weight: 500 !important;
}

ul#mega-menu-primary > li > ul.mega-sub-menu a.mega-menu-link:hover{
	color: #ef7a49 !important;
}

ul#mega-menu-primary > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a.mega-menu-link{
    font-weight: 500 !important;
    font-size: 16px !important;
}

ul#mega-menu-primary_2 > li > a.mega-menu-link {
    font-weight: 500 !important;
}

ul#mega-menu-primary_2 > li > a.mega-menu-link {
    font-weight: 600 !important;
}
ul#mega-menu-primary_2 > li > ul.mega-sub-menu a.mega-menu-link:hover{
	color: #ef7a49 !important;
}

ul#mega-menu-primary_2 > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a.mega-menu-link{
    font-weight: 500 !important;
    font-size: 16px !important;
}
*/
.short-content {
    word-break: break-all;
}
div#mega-menu-wrap-primary_2 {
    background: #ecf0f5;
  
}
ul#mega-menu-primary {
    z-index: 9;
}

#mega-menu-wrap-primary #mega-menu-primary > li#mega-menu-item-957 ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    right: 100% !important;
    left: auto !important;
}

/* MENU CUSTOM */


ul#mega-menu-primary_2 > ul.mega-menu-link {
    padding: 10px !important;
}

ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li > ul > li {
    border-bottom: 2px dotted #eaeaea !important;
    padding-bottom: 13px !important;
    line-height: 20px !important;
}

ul#mega-menu-primary_2 > li > ul.mega-sub-menu {

    border-top: 2px solid #ef7a49 !important;
    background-image: url('assets/sygnet_achromatyczny.svg') !important;
    background-size: revert !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;

}

ul#mega-menu-primary > li > ul.mega-sub-menu {

    border-top: 2px solid #ef7a49 !important;
    background-image: url('assets/sygnet_achromatyczny.svg') !important;
    background-size: revert !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    
}


ul#mega-menu-primary_2 > li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0 0 0 500vh rgb(0 0 0 / 0%) !important;
    transition : all 1s !important;
}


ul#mega-menu-primary > li  {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0 0 0 500vh rgb(0 0 0 / 0%) !important;
    transition : all 1s !important;
}

ul#mega-menu-primary_2 > li:hover {
    background: #fff !important;  
    box-shadow: 0 0 0 500vh rgb(0 0 0 / 50%) !important;
    transition : all 1s !important;
}

ul#mega-menu-primary > li:hover  {
    background: #fff !important;
    box-shadow: 0 0 0 500vh rgb(0 0 0 / 50%) !important;
    transition : all 1s !important;
}

ul#mega-menu-primary > li#mega-menu-item-82 {
    box-shadow: 0 0 0 500vh rgb(0 0 0 / 0%) !important;
}
.mega-menu-columns-3-of-12 > ul {
    padding: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#mega-menu-wrap-primary_2 #mega-menu-primary_2 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    padding-bottom: 50px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    padding-bottom: 50px;
}


/* ------------ */



#wpadminbar a {
    color: #fff !important;

}

.container-almost-full {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.container-almost-full--block {
    display: block;
    width: 1280px;
    margin: 0 auto;
}


p>a {
    background-image: -webkit-linear-gradient(top,transparent 0,#ef7a49 0);
    background-image: -o-linear-gradient(top,transparent 0,#ef7a49 0);
    background-image: linear-gradient(to bottom,transparent 0,#ef7a49 0);
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-position: 0 18px;
    background-repeat: no-repeat;
    font-weight: 500;
    color: #587cad;
}

p>a:hover {
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-position: 0 1px;
    color: #fff !important;
}


p>a>strong {
    background-image: -webkit-linear-gradient(top,transparent 0,#ef7a49 0);
    background-image: -o-linear-gradient(top,transparent 0,#ef7a49 0);
    background-image: linear-gradient(to bottom,transparent 0,#ef7a49 0);
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-position: 0 18px;
    background-repeat: no-repeat;
    font-weight: 500;
    color: #587cad;
}

p>a>strong:hover {
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-position: 0 1px;
    color: #fff !important;
}


.content-post p a {
	background-image: -webkit-linear-gradient(top,transparent 0,#ef7a49 0);
    background-image: -o-linear-gradient(top,transparent 0,#ef7a49 0);
    background-image: linear-gradient(to bottom,transparent 0,#ef7a49 0);
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-position: 0 18px;
    background-repeat: no-repeat;
    font-weight: 500;
    color: #587cad;
}

.content-post p a:hover {
	-webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-position: 0 1px;
    color: #fff !important;
}

a.category-tag.category-tag-hover{
	background-image: -webkit-linear-gradient(top,transparent 0,#ef7a49 0);
    background-image: -o-linear-gradient(top,transparent 0,#ef7a49 0);
    background-image: linear-gradient(to bottom,transparent 0,#ef7a49 0);
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-position: 0 18px;
    background-repeat: no-repeat;
    font-weight: 500;
    color: #587cad;	
}

a.category-tag.category-tag-hover:hover{
	-webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    background-position: 0 1px;
    color: #fff !important;	
}

.container-almost-full.first-bar .menu-bar.flex-container.menu-second-dropdown.scroll-second {
    margin-bottom: 121px;
}

.menu-second-dropdown.scroll-second{
  
    position: fixed;
}


.menu-bar.flex-container.menu-second-dropdown.scroll-second .container-almost-full.first-bar {
    margin-bottom: 121px !important;
}
.menu-bar.flex-container.menu-second-dropdown.scroll-second .container-menu {
    position: fixed;
    top: 0;
    z-index: 2;
    background: #fff;
}

.display-default-news {
    margin-top: 0px;
}

div {
    transition: 0.3;
} 

blockquote {
    border-radius: 0px !important;
    border: none !important;
    border-left: 6px solid #ef7a49 !important;
}

@media screen and (max-width: 1660px) and (min-width: 1280px) { 
    .container-almost-full--block {
        width: 86%;
        margin-left: 7%;
    }
}
@media screen and (max-width: 1300px) and (min-width: 1180px) {
    .container-almost-full--block {
        width: 90% !important;
        margin-left: 5% !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 1px) {
    .container-almost-full--block {
        display: block;
        width: 90%;
        margin-left: 5%;
    }
}
.menu-bar.flex-container {   
    position: relative;
}
ul#menu-menu-gorne {
    padding: 0px;
    margin: 0px;
    margin-top: 2px;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
img.socialmedia-icon {
    width: 15px;
    margin-bottom: 3px;
    margin-left: 10px;
}
.element-bar.bip a img {
    width: 32px;
    margin-bottom: 2px;
    margin-right: 6px;
}
.top-bar.flex-container:after{
    content: "";
    background: url('assets/tlo-bar.png');
    width: 100%;
    height: 8px;
}
.ltr.left.a11y-toolbar-widget ul {
    padding: 0px;
    margin: 0px;
}
.ltr.left.a11y-toolbar-widget ul li {
    list-style: none;
}

ul#menu-menu-gorne li:last-child a {
    border-right: 0px;
}
ul#menu-drugi-rzad li:last-child a {
    border-right: 0px;
}

.item .image-article {
    margin-bottom: 12px;
}

.item > p {
    height: 17px;
    overflow: hidden;
}

.owl-stage-outer {
    margin-bottom: 12px;
}

.element-bar {
    border-right: 1px solid #e8e8e8;
    padding: 20px;
    padding-bottom: 0px;
    padding-top: 12px;
}
.elements-bar > div:last-child{
    margin-left: auto;
    border-right: 0px;
}
.element-bar span, a, label {
    font-size: 14px;
}
.element-bar.bip {
    padding-left: 0px;
}
.content-accessibility{
    display: none;
}
div#flags {
    width: auto;
}
.logo {
    display: flex;
}
.logo > img {
    width: 59%;
    margin-top: 3px;
    margin-bottom: 9px;
}
.nottification-baner {
    margin-bottom: 8px;
}
.menu {
    width: 100%;
    text-align: center;
    justify-content: center;
}
.menu-bar.flex-container.scroll img.top-baner {
    margin-top: -240px;
}

.menu-bar {
    padding-top: 15px;
    padding-bottom: 13px;
}
.menu-bar.flex-container.scroll {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    top: 0;
    box-shadow: 0px 6px 19px 0px #0000000d;
    transition: all 0.3s;
}
img.top-baner {
    width: 100%;
}

.modal-dialog {
    width: 1280px !important;
}

.recommended-post-taxonomy {
    height: 20px;
    overflow: hidden;
}


input#s {
    border: none;
}
input#s:focus {
    border-bottom: 1px solid #e3e3e3;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
}
input#s:active {
    border-bottom: 1px solid #e3e3e3;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.search-mobile{
    display: none;
}
input#searchsubmit {
    font-size: 0px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    background: url('assets/search.png');
    width: 16px;
    height: 16px;
    background-size: cover;
    float: right;
    margin-top: 2px !important;
}
input#searchsubmit:hover {
    cursor: pointer;
}
.menu-burger{
    display: none;
}
ul#menu-menu-gorne li a {
    font-size: 17px;
    font-weight: 500;
}


ul#menu-menu-gorne li {
    display: inline-block;
    padding: 15px;
    padding-top: 18px;
}
h1.heading-section {
    margin-bottom: 13px !important;
    margin-top: 0px !important;
}
ul#tabs-nav {
    margin-top: -21px !important;
    margin-bottom: -9px !important;
}

.slider.flex-container {
    margin-top: 0px;
}
ul#menu-drugi-rzad {
    padding-top: 5px;
}

a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
    padding: 14px !important;
    box-shadow: none !important;
}
.pojo-a11y-toolbar-toggle {
    top: 30%;
}
a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link > svg > g > path {
    color: #fff;
}
.pojo-a11y-toolbar-overlay {
    z-index: 9 !important;
}
.slider {
    display: block;
    margin-top: 15px;
}
.big-news {
    
    flex: 1;
}
.short-news {
    flex: 1;

}
.right-side-important-post div {
    height: 486px;
    width: 98%;
    margin-left: auto;
    display: flex;
    box-shadow: 10px 10px 10px;
    margin-right: 2%;
}
.left-side-important-post {
    width: 50%;
    float: left;
    padding-top: 58px;
}
.right-side-important-post {
    width: 50%;
    float: left;
}
.date-post {
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 5px;
}
.content-important-post {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 18px;
    width: 85%;
}

a.link-to-article  {
    font-size: 17px;

    padding: 5px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 32px;
    color: #ffffff !important;
    transition: all 0.3s;
    float: left;
    margin-bottom: 20px;
    backface-visibility: hidden;
    cursor: pointer;
    white-space: nowrap;
    background: linear-gradient(180deg,#5882b4 0%,#496b94 30%,#5781b3 65%,#5781b3 100%);
    border-radius: 6px;
    border-width: 0px 0px 3px 0px;
    box-shadow: inset 0px 1px 3px rgb(255 255 255 / 40%);
    transition: all 0.2s;
    max-height: 42px !important;
    z-index: 1;
}

a.link-to-article:hover {
    background: linear-gradient( 180deg,#ef7a49 0%,#c75d31 30%,#e28d6a 65%,#f78454 100%);
    border-color: #b05835;
    transition: all 0.2s;
}


ul#menu-drugi-rzad > li {
    transition: all 0.1s;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    border: none !important;
}
ul#menu-drugi-rzad li a {
    font-size: 17px;
    font-weight: 500;
    padding: 13px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

ul#menu-drugi-rzad li ul li a {
    font-size: 14px;
    display: inline-flex;
    padding: 5px 13px;
    
}
ul.dropdown-menu li:hover:after {
    content: "\203A";
    font-size: 18px;
    right: 24px;
    position: absolute;
    color: #ef7a49;
}

ul.dropdown-menu {
    padding: 17px;
    min-width: 350px;
    box-shadow: 0px 0px 25px #00000038;
}

ul.dropdown-menu li:hover {
    border-left:3px solid #ef7a49;
    transition: all 0.02s;
}

ul.dropdown-menu li {
    border-left:0px solid #ef7a49;
    transition: all 0.01s;
}



.menu ul li:hover > a {
    color: #ef7a49 !important;
    transition: all 0.2s;
}
.menu ul li > a {
    transition: all 0.2s;
}
.dropdown-menu {
    border-radius: 0px !important;
    border: 0px !important;
    box-shadow: 0px 0px 28px 10px #587cae24;
}


ul.dropdown-menu li {
    padding: 0px !important;
}

.dropdown-menu li a {
    font-size: 14px !important;
    display: inline-flex;
    padding: 5px 13px;
    text-transform: uppercase;
}

div#tab2 {
    padding-left: 17px !important;
}

span.categories-important {
    width: 100%;
    float: left;
}

.big-news > h1.big-news-heading.heading-section {
    padding-bottom: 0px;
    padding-top: 6px;
    margin-bottom: 14px !important;
}

ul#tabs-nav li {
    margin-top: 7px !important;
}


span.categories-important p {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    margin-right: 5px;
}
span.categories-important a {
    font-size: 14px;
    font-weight: 500;  
    color: #ec7e4c !important;
    margin: 3px;
    margin-right: 0px;
}
.content-important-post {
    line-height: 28px;
}
#slider li {
    list-style: none;
}
ul#tabs-nav > li {
    margin-top: 14px !important;
    margin-bottom: -8px;
}
ul#tabs-nav {
    overflow: hidden !important;
}
h1.heading-important-news {
    font-size: 36px;
    padding-right: 10%;
    font-weight: 500;
    color: #587cad;
}
span.categories-important {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 25px;
}
.control-slider {
    position: relative;
}
.carousel-control-next, .carousel-control-prev {
    border: 2px solid #587cad;
    width: 40px !important;
    height: 40px;
    opacity: 1 !important;
    color: #587cad !important;
    padding: 11px;
    padding-top: 8px;
    padding-left: 13px;
    transition: all 0.3s;
}
a.carousel-control-next {
    left: 49px !important;
    right: auto !important;
}
a.carousel-control-prev {
    transform: rotate(180deg);
}
.control-slider {
    position: absolute;
    right: 0;
    margin-right: 135px;
    bottom: 117px;
}

.control-slider > a {
    
}
button.sl-close {
    padding: 5% !important;
}
.control-slider .carousel-control-next, .carousel-control-prev {
    border: 2px solid #fff;
}

a.carousel-control-next {
    left: 49px !important;
    right: auto !important;
    transform: rotate(0deg);
    padding: 8px;
    padding-top: 6px;
}
.grey-background button span {
    margin-left: -1px;
    line-height: 23px;
    margin-top: 5px !important;
    color: #537baa;
}
.big-news span.carousel-control-next-icon {
    margin-top: -4px;
}
a.carousel-control-prev {
    transform: none;
    padding: 8px;
    border: 2px solid #ffffff78;
    padding-top: 3px;
}
a.carousel-control-prev:hover {
    border: 2px solid #ec7e4c;
    background: none !important;
}
a.carousel-control-next:hover {
    background: none !important;
    border: 2px solid #ec7e4c;
}
.control-slider .carousel-control-next:hover {
    background: #ffffff;
    color: #ec7e4c !important;
    border-color: #ec7e4c !important;
    transition: all 0.3s;
}
.carousel-item {
    opacity: 0.1;
    transition: all 0.3s !important;
}
.carousel-item.carouse-item-left.carouse-item-next {
    opacity: 0.1;
    transition: all 0.3s !important;
}
.carousel-item.active.carouse-item-left{
    opacity: 0.1;
    transition: all 0.3s !important;
}
.carousel-item.active.carouse-item-next{
    opacity: 0.1;
    transition: all 0.3s !important;
}
.carousel-item.active{
    opacity: 1;
    transition: all 0.3s !important;
}
.carouse-left {
    opacity: 0;
    transition: all 0.3s !important;
}
.carouse-item-left {
    opacity: 0;
    transition: all 0.3s !important;
}
.carouse-item-next {
    opacity: 0;
    transition: all 0.3s !important;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
}
.carousel-control-prev:hover {
    background: #ffffff;
    color: #ec7e4c !important;
    border-color: #ec7e4c;
    transition: all 0.3s;
}
.carousel-control-next:hover {
    background: #ffffff;
    color: #ec7e4c !important;
    border-color: #ec7e4c;
    transition: all 0.3s;
}
.carousel-item.active .right-side-important-post div {
    height: 486px;
    width: 98%;
    margin-left: auto;
    display: flex;
    box-shadow: 10px 10px 1px #eaeaea;
    margin-right: 2%;
    transition: all 0.3s;
}
.carousel-item .right-side-important-post div {
    box-shadow: 0px 0px 1px #eaeaea;
    transition: all 0.3s;
}
.img-post:after {
    content: "";
    position: absolute;
    width: 155px;
    height: 3px;
    margin-top: 400px;
    margin-left: -75px;
    background: url('assets/after-slider.jpg');
}

ul.wpp-list.wpp-list-with-thumbnails > li > a > img {
    width: 34%;
    float: left;
    height: auto;
    max-height: 137px;
}


/* SZYBKIE SKRÓTY */
.short-icons> div > a {
    flex: 1;
}
.short-icons span {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.short-icons > div > a {
    flex: 1;
    background: #587cad;
    margin: 7px;
    box-shadow: 0px 0px 0px #fff;
    transition: all 0.3s;
}
.short-icons > div > a:hover {
    flex: 1;
    background: #587cad;
    margin: 7px;
    box-shadow: 10px 10px 1px #eaeaea;
    transition: all 0.3s;
}

.short-icons > div > a:nth-child(even) {
    background: #ec7e4c;
}
.short-icons > div > a:first-of-type {
    margin-left: 0px;
}
.short-icons div a span {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
}

img.short-icon {
    justify-content: center;
    display: flex;
    margin: 23px auto;
    max-width: 80px;
    width: auto;
}



ul#menu-menu-gorne li:last-child:after {
    border-right: none;
}

ul#menu-drugi-rzad > li:last-child:after {
    border-right: none;
}

/* --------------------- */

/* OGLOSZENIA PUBLICZNE */
.link-to-shortnews{
    flex: 1;
}
a.link-to-shortnews img {
    width: 16px;
}
.link-to-shortnews {
    flex: 1;
    border: 2px solid #587cad;
    margin: 6px;
    padding: 13px;
}
.short-news.flex-container > div > a:first-of-type {
    margin-left: 0px;
}
h1.heading-section {
    font-size: 25px;
    font-weight: 500;
    color: #587cad;
    float: left;
    width: 100%;
    padding-right: 10%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.link-to-shortnews:nth-child(even) {
    border: 2px solid #ec7e4c;
}
.link-to-shortnews:nth-child(even) span {
    color: #ec7e4c !important;
}
h1.heading-section:after {
    content: "";
    position: absolute;
    width: 83px;
    height: 3px;
    background: url('assets/after-slider.jpg');
    margin-top: 15px;
    margin-left: 25px;    
    background-position-x: center;
}
span.heading-shortnews {
    text-align: right;
    width: 65%;
    float: right;
    text-align: center;
    margin-right: 15%;
    text-transform: uppercase;
    font-weight: 500;
    color: #587cad !important;
    padding-top: 1px;
}
/* --------------------- */

/* CAROUSEL SLIDER */
button.owl-next:focus {
    outline: none !important;
}button.owl-prev:focus {
    outline: none !important;
}
a.more-news {
    font-size: 17px;
  
    padding: 5px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 32px;
    color: #ffffff !important;
    transition: all 0.3s;
    float: left;
    margin-bottom: 20px;
    backface-visibility: hidden;
    cursor: pointer;
    white-space: nowrap;
    background: linear-gradient(180deg,#5882b4 0%,#496b94 30%,#5781b3 65%,#5781b3 100%);
    border-radius: 6px;
    border-width: 0px 0px 3px 0px;
    box-shadow: inset 0px 1px 3px rgb(255 255 255 / 40%);
    transition: all 0.2s;
    margin-top: -65px !important;
    max-height: 42px !important;
    margin-left: 102px;
    z-index: 1;
}

a.more-news:hover {
    background: linear-gradient( 180deg,#ef7a49 0%,#c75d31 30%,#e28d6a 65%,#f78454 100%);
    border-color: #b05835;
    transition: all 0.2s;
}
.right-side-calendar h2.dp_pec_event_title span a:before {
    position: absolute;
    content: "Zobacz wydarzenie";
    color: #ffffff;
    font-size: 15px;
    padding: 10px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    background: linear-gradient(180deg,#5882b4 0%,#496b94 30%,#5781b3 65%,#5781b3 100%);
    border-radius: 6px;
    border-width: 0px 0px 3px 0px;
    box-shadow: inset 0px 1px 3px rgb(255 255 255 / 40%);
    right: 18px;
    font-weight: 400;
    transform: translate(0%, -50%);
    top: 36px;
}
.right-side-calendar h2.dp_pec_event_title span a:hover::before {
	background: linear-gradient( 180deg,#ef7a49 0%,#c75d31 30%,#e28d6a 65%,#f78454 100%);
 
}



a.article {
    font-weight: revert;
}
a.category-tag {
    font-weight: 400;
}

.control-full-width-slider.banner-notification {
    margin: 0px;
    position: absolute;
    margin-top: -68px;
    right: 0;
    width: 92px;
}

div#carouselExampleIndicators_not {
    overflow: hidden;
}

.control-full-width-slider.banner-notification .carousel-control-next {
    width: 30px !important;
    height: 30px !important;
    border: 2px solid #fff !important;
    background: #00000063;
}

.control-full-width-slider.banner-notification .carousel-control-prev {
    width: 30px !important;
    height: 30px !important;
    border: 2px solid #fff !important;
    background: #00000063;
}

.control-full-width-slider.banner-notification .carousel-control-next:hover {
    width: 30px !important;
    height: 30px !important;
    background: #587cad !important;
    border: none !important;
}

.control-full-width-slider.banner-notification .carousel-control-prev:hover {
    width: 30px !important;
    height: 30px !important;
    background: #587cad !important;
    border: none !important;
}



.control-full-width-slider.banner-notification .carousel-control-prev span {
    padding-top: 6px !important;
    margin-top: 3px;
}

.control-slider .carousel-control-next, .carousel-control-prev {
    border: 2px solid #ffffff66;
}

.taxonomy-big-news {
    float: left;
}
.date-post-big-news {
    float: left;
    color: #fff !important;
    font-size: 13px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 6px;
}
.date-post-big-news span{
    color: #fff !important;
    font-size: 13px;
}
h1.heading-big-news {
    color: #fff;
    font-size: 24px;
    width: 70%;
}
span.category-tag-big-news {
    color: #ec7e4c !important;
    padding: 5px;
    padding-left: 0px;
    padding-right: 10px;
    margin-right: 1px;
    font-size: 13px;
}
span.category-tag-big-news:hover {
    color: #fff !important;
}
.single-page-single-post .image-article {
    height: 139px;
    overflow: hidden;
    background-size: cover !important;
}
.image-article {
    height: 190px;
    overflow: hidden;
    background-size: cover !important;
}


a.article .image-article {
    background-size: cover !important;
    background-position: center !important;
    opacity: 0.9;
    transition: all 0.3s;
    box-shadow: 0px 0px 0px #eaeaea;
}
a.article .image-article:hover {
    opacity: 1;
    transition: all 0.3s;
    box-shadow: 5px 5px 1px #eaeaea;
}
.item {
    padding-left: 0px;
    padding-right: 24px;
}
.short-news-slider .item {
    padding-left: 0px;
    padding-right: 3px;
}

.short-news-slider {
    padding-top: 50px;
}
h1.heading-article {
    font-size: 21px;
    font-weight: 500;
    color: #587cad;
}

.short-news-slider.flex-container h1.heading-article {
    font-size: 16px;
    font-weight: 500;
    color: #587cad;
}

.short-news-slider.flex-container span.category-carousel-news {
    margin-top: 0px;
}

.owl-nav > button {
    border: 2px solid #587cad !important;
    width: 40px !important;
    height: 40px;
    opacity: 1 !important;
    color: #587cad !important;
    padding: 11px !important;
    padding-top: 8px;
    padding-left: 13px;
    transition: all 0.3s;
    margin-right: 10px;
}
button.owl-prev > span {
    font-size: 26px;
    font-weight: 500er;
    margin-left: -2px;
}
button.owl-next > span {
    font-size: 26px;
    font-weight: 500er;
    margin-left: -2px;
}
.owl-nav > button:hover {
    border: 2px solid #ec7e4c !important;
    color: #ec7e4c !important;
}
.owl-next > button:hover {
    border: 2px solid #ec7e4c !important;
    color: #ec7e4c !important;
}
.owl-nav > button:hover > span  {
    color: #ec7e4c !important;
}
.owl-next > button:hover > span {
    color: #ec7e4c !important;
}
.grey-background {
    background: #fafafa;
}
.item p {
    font-size: 14px;
    padding-top: 0px;
    margin-bottom: 7px;
}
a.category-tag {
    color: #ec7e4c !important;
    transition: all 0.3s !important;
}
a.category-tag:hover {
    color: #587cad !important;
    transition: all 0.3s !important;
}
.data-article {
    font-size: 13px;
    padding-top: 0px;
    margin-bottom: 10px;
    font-weight: revert;
}
.content-post .dp_pec_event_page_nav {
    display: none;
}
.content-post .pec_event_page_action_wrap {
    display: none;
}
/* ---------------------  */

/* BIG AND REMONENDED NEWS */
.recommended-post-taxonomy span {
    font-size: 14px;
}
ul.wpp-list.wpp-list-with-thumbnails li:hover img {
    opacity: 0.7;
    transition: all 0.3s !important;
}
ul.wpp-list.wpp-list-with-thumbnails li img {
    opacity: 1;
    transition: all 0.3s !important;
}
.wpp-list li:hover {
    background: #f9f9f9;
    transition: all 0.3s !important;
}
.wpp-list li {
    background: #fff;
    transition: all 0.3s !important;
}
a.recommended-post-link .recommendet-post-image{
    opacity: 1;
    transition: all 0.3s !important;
}
a.recommended-post-link:hover .recommendet-post-image{
    opacity: 0.7;
    transition: all 0.3s !important;
}
a.recommended-post-link{
    background: #fff;
    transition: all 0.3s !important;
}
a.recommended-post-link:hover{
    background: #f9f9f9;
    transition: all 0.3s !important;
}
.wpp-list li:hover {
    background: #f9f9f9;
    transition: all 0.3s !important;
}
.big-news {
    width: 49%;
    position: relative;
    overflow: hidden;
}
.big-news .img-post-big-news {
    min-height: 450px;
}
.big-news .carousel-control-prev-icon {
    background: none !important;
}
.big-news .carousel-control-next-icon {
    background: none !important;
}
span.description-big-news {
    background-image: linear-gradient(to bottom, transparent, #00000094);
    padding-top: 150px;
    padding-bottom: 35px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 34px;
}
ul#tabs-nav li {
    float: left;
    padding: 8px 44px;
    cursor: pointer;
    width: 50%;
    margin-top: 18px;
    margin-right: 0px !important;
}
ul#tabs-nav > li > a {
    color: #587cad !important;
    font-size: 24px;
    font-weight: 500;
}
ul#tabs-nav > li > a:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: url('assets/after-slider.jpg');
    margin-top: 15px;
    margin-left: 25px;
    transition: all 0.3s;
}


h1.headin-event {
    text-transform: none !important;
}

ul#tabs-nav > li:hover > a:after {
    width: 149px;
    transition: all 0.3s;
}
ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    margin-bottom: -1px !important;
}
  ul#tabs-nav li {
    float: left;
    margin-right: 2px;
    padding: 8px 43px;
    cursor: pointer;
 }
  #tabs-nav li a {
    text-decoration: none;
  }
  .tab-content {
    padding: 10px;
    padding-top: 4px;
}
div#tab1 {
    padding-top: 0px;
}

.short-news-slider {
    padding-top: 13px;
}

  a.wpp-post-title {
    font-size: 20px;
    font-weight: 500;
    color: #587cad !important;
    float: left;
    width: 60%;
    margin-top: 27px;
    margin-bottom: 6px;
    }
    img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
        width: 34%;
        height: auto;
        height: 137px;
    }
    .wpp-list li {
        overflow: hidden;
        float: none;
        clear: both;
        margin-bottom: 1rem;
        height: 140.5px;
        margin-top: 3px;
    }

    ul.wpp-list.wpp-list-with-thumbnails {
        padding-left: 7px;
        margin-bottom: 0px;
    }
    ul#tabs-nav >li {
        padding-left: 9px;
    }

span.wpp-excerpt {
    float: left;
    width: 60%;
    line-height: 20px;
    margin-top: 5px;
    font-size: 15px;
    margin-bottom: 6px;
}
span.wpp-category > a {
    color: #ec7e4c !important;
}
span.wpp-category {
    float: left;
    width: 100%;
    margin-top: 4px;
    font-size: 14px;
}
span.wpp-meta.post-stats {
    float: left;
    width: 60%;
}
.recommendet-post-image {
    height: 139px;
    float: left;
    width: 35.4%;
}
div#tab2 > a {
    float: left;
    width: 100%;
}
div#tab2 {
    padding-left: 45px;
}
h1.recommended-post-heading {
    font-size: 20px;
    font-weight: 500;
    color: #587cad !important;
    float: left;
    width: 100%;
}

a.recommended-post-link {
    margin-bottom: 17px;
}
.recommended-post-description {
    float: left;
    width: 64%;
    padding-left: 13px;
    padding-top: 24px;
}
.recommended-post-data span {
    font-size: 14px;
}
span.recommended-post-heading {
    color: #ec7e4c !important;
    font-size: 14px;
}

ul#tabs-nav > li {
    filter: grayscale(100%);
}
ul#tabs-nav > li.active {
    filter: grayscale(0%);
}
ul#tabs-nav > li:hover{
    filter: grayscale(0%);
}
/* ------------------------ */


/* CINEMA */

.long-description h2 strong {
    font-weight: 700 !important;
}

.day-public-movie {
    font-size: 15px;
}
.hour-public-movie {
    font-size: 17px;
}
/* --------------- */


/* CALENDAR */
.left-side-calendar {
    width: 53%;
}
.right-side-calendar {
    width: 47%;
}
.big-calendar {
    display: flex;
    width: 100%;
}
.single-event {
    display: flex;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 25px;
    margin-bottom: 20px;
}
.data-event > span:nth-child(1) {
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    line-height: 0px;
}
.data-event > span:nth-child(2) {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 500;
}
.data-event {
    width: 15%;
    text-align: center;
    padding-top: 16px;
    border-right: 1px solid #d6d6d6;
    padding-right: 21px;
}
.single-event h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 30px;
    line-height: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 55%;
}
.single-event a {
    background: #587cad;
    color: #fff !important;
}
.single-event a {
    background: #587cad;
    color: #fff !important;
    padding: 13px;
    display: flex;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    height: 47px;
    margin-top: 6px;
    transition: all 0.3s;
}
.single-event a:hover {
    background: #ec7e4c;
    transition: all 0.3s;
}

a.button-event {
    float: right;
    font-size: 17px;
    padding: 5px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 32px;
    color: #ffffff !important;
    transition: all 0.3s;
    margin-bottom: 20px;
    backface-visibility: hidden;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 6px;
    background: linear-gradient( 180deg,#ef7a49 0%,#c75d31 30%,#e28d6a 65%,#f78454 100%);
    border-color: #b05835;
    border-width: 0px 0px 3px 0px;
    box-shadow: inset 0px 1px 3px rgb(255 255 255 / 40%);
    transition: all 0.2s;
    max-height: 42px !important;
    z-index: 1;
}

a.button-event:hover {
    background: linear-gradient(180deg,#5882b4 0%,#496b94 30%,#5781b3 65%,#5781b3 100%);
    border: 0px solid #496e9e;
    transition: all 0.2s;
}

.light.dp_pec_wrapper {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
.light.dp_pec_wrapper .dp_pec_content .dp_pec_date .dp_pec_date_item {
    box-shadow: none !important;
}
.dp_pec_layout_right {
    display: none !important;
}
.light.dp_pec_wrapper .dp_pec_nav {
    border: none !important;
}

.dp_pec_dayname_item span {
    font-size: 14px !important;
}
.dp_date_head span {
    font-size: 21px !important;
    color: #587cad !important;
    letter-spacing: 0px;
}
.dp_pec_nav.dp_pec_nav_monthly {
    padding-left: 0px !important;
    margin-left: 0px;
}
.dp_pec_dayname_item {
    padding-bottom: 50px !important;
}
.dp_pec_nav.dp_pec_nav_monthly {
    width: 90%;
}
.pec_has_events .dp_date_head {
    background: #ffffff !important;
    width: auto !important;
    text-align: center;
}
.dp_pec_dayname_item {
    padding-bottom: 15px !important;
}
.dp_pec_layout {
    display: none;
}
.dp_date_head {
    padding: 15px !important;
    width: auto !important;
    text-align: center;
}

.dp_date_head {
    border: 1px solid #d6d6d6 !important;
}

.pec_monthlyDisplayEvents {
    display: none;
}
.current_day .dp_date_head {
    border: 2px solid #ec7e4c !important;
}
.control-slider a.carousel-control-prev {
    padding-bottom: 4.2px;
}
/* --------------- */

/* CAROSUEL FULL WIDTH */
.carousel-item.full-width {
    min-height: 650px;
    height: auto;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
h1.heading-full-slider {
    font-size: 4em;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
h4.heading-full-slider {
    font-size: 18px;
    width: 100%;
    color: #fff;
    font-weight: 100;
    padding-left: 4px;
}
.shadow-heading {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, black);
    padding-top: 150px;
    padding-bottom: 35px;
    padding-left: 36px;
    padding-right: 36px;
}
#carouselExampleIndicators_one > div > div > div > div > div > div > a.carousel-control-next {
    transform: rotate(0deg) !important;
}

.control-full-width-slider {
    position: relative;
    margin-top: -69px;
    display: flex;
    width: 100%;
    margin-left: 4px;
}
.control-full-width-slider a.carousel-control-prev {
    transform: rotate(0deg);
}
.control-full-width-slider a.carousel-control-next:hover {
    background: transparent;
}
.control-full-width-slider a.carousel-control-prev:hover {
    background: transparent;
}

/* --------------- */

/* TEMPLATE PROJECTS */

.content-box-center-style h1 {
    border-left: 6px solid #587cad;
    padding-left: 14px;
    padding-top: 5px;
    color: #587cad !important;
    font-size: 28px;
}
.content-box-center-style h2 {
    border-left: 6px solid #587cad;
    padding-left: 14px;
    padding-top: 5px;
    color: #587cad !important;
    font-size: 26px;
}
.content-box-center-style h3 {
    border-left: 6px solid #587cad;
    padding-left: 14px;
    padding-top: 5px;
    color: #587cad !important;
    font-size: 24px;
}
.content-box-center-style h4 {
    border-left: 6px solid #587cad;
    padding-left: 14px;
    padding-top: 5px;
    color: #587cad !important;
    font-size: 22px;
}
.content-box-center-style h5 {
    border-left: 6px solid #587cad;
    padding-left: 14px;
    padding-top: 5px;
    color: #587cad !important;
    font-size: 20px;
}
.content-box-center-style h6 {
    border-left: 6px solid #587cad;
    padding-left: 14px;
    padding-top: 5px;
    color: #587cad !important;
    font-size: 18px;
    
}

.content-box-center-style h1, h2, h3, h4, h5, h6, strong {
    color: #587cad !important;
}
.content-box-center-style blockquote {
    line-height: 26px;
}
.title-column-page:after {
    content: "";
    position: absolute;
    width: 83px;
    height: 3px;
    background: url('assets/after-slider.jpg');
    margin-top: 15px;
    margin-left: 25px;    
    background-position-x: center;
}
.title-column-page:before {
    content: "";
    position: absolute;
    width: 83px;
    height: 3px;
    background: url('assets/after-slider.jpg');
    margin-top: 15px;
    margin-left: -108px;    
    background-position-x: center;
    transform: rotate(180deg);
}
.title-column-page {
    font-size: 25px;
    font-weight: 500;
    color: #587cad;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 5px;
    text-align: center;
}

.union-projec .short-event-image {
    height: 200px;
}

.union-projec {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
    transition: 0.2s;
}

.union-projec:hover {
    background: #00000005;
    transition: 0.2s;
}

.content-custom-size-box {
    background-size: cover;
    min-height: 150px;
    height: 100%;
    background-position: center center;
}

.content-box-center-style {
    height: 100%;
}

.content-box-center-style {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    height: auto !important;
}

.custom-size-box {
    padding: 10px;
}

.custom-size-box:nth-child(odd) {
    padding-left: 0;
}

.custom-size-box:nth-child(even) {
    padding-right: 0;
}


/*--------------- */


/*SIMPLE LIGHTBOX */

.sl-overlay {
    background: #000000 !important;
	opacity: 0.8 !important;
}
.sl-wrapper .sl-close {
    color: #fff !important;
}

/*------------------*/


/* TEMPLATE CULTURE */

.left-side-news.turnoff {
    width: 100% !important;
}
.right-sidebar.turnoff {
    display: none !important;
}

.data-article.archive {
    margin-top: 7px;
}
.left-side-news.archive .item {
    min-height: 307px;
}
.container-almost-full.single-page-single-post .item {
    width: 16.666667%;
    float: left;
	min-height: 340px;
}

.current-news h1.heading-article {
    margin-top: 27px;
}
.left-side-news > .full-side-post {
    float: left;
    width: 100%;
}
.left-side-news {
    float: left;
    width: 60%;
}
.left-side-news.turnoff .full-side-post .item {
    width: 16.66667%;
    float: left;
    min-height: 340px !important;
}
.left-side-news.turnoff .image-article {
    height: 145px;
}
.simple-news .image-article {
    height: 250px;
}

.left-side-news > .full-side-post > .item > h1 {
    margin-top: 20px;
    min-height: 6px;
    margin-bottom: 0px;
}
.full-side-post .item {
    margin-bottom: 26px;
}
span.category-carousel-news p {
    min-height: 0px;
    margin-bottom: 8px;
}
.short-content-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.pagination {
    float: left;
    margin-top: 40px;
    width: 100%;
}
span.category-carousel-news > p {
    height: 19px;
    overflow: hidden;
}

.full-side-post .item:nth-child(1) {
    margin-bottom: 10px;
}

span.page-numbers.current {
    border: 2px solid #587cad;
    padding: 18px;
    line-height: 0px !important;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 23px;
    cursor: pointer;
    transition: all 0.3s;
}
a.page-numbers {
    border: 2px solid #587cad38;
    padding: 18px;
    line-height: 0px !important;
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 23px;
    cursor: pointer;
    color: #00000080 !important;
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.3s;
}
a.page-numbers:hover {
    color: #ec7e4c !important;
    border-color: #ec7e4c;
}
span.page-numbers.current:hover {
    color: #ec7e4c !important;
    border-color: #ec7e4c;
}
.right-sidebar > .short-icons > div {
    display: flex;
    flex: 1;
    max-height: 196px;
}
.right-sidebar > .short-icons {
    padding-top: 30px;
    padding-bottom: 30px;
    flex: 1;
    display: flex;
    padding: 40px;
    padding-right: 0px;
}
.right-sidebar {
    flex: 1;
    margin-top: 0px;
    z-index: 9;
}
.navigation-cinema a.carousel-control-prev {
    border: none;
    padding-top: 9px;
}

.navigation-cinema a.carousel-control-prev:hover {
    border: 2px solid #ec7e4c;
}

.right-side-news > .short-icons > div {
    display: flex;
    flex: 1;
    max-height: 196px;
}
.right-side-news > .short-icons {
    padding-top: 30px;
    padding-bottom: 30px;
    flex: 1;
    display: flex;
    padding: 40px;
    padding-right: 0px;
}
.right-side-news > .short-icons > div {
    display: flex;
    flex: 1;
    max-height: 196px;
    flex-wrap: wrap;
}
.right-side-news .short-icons > div > a {
    min-width: 30%;
    margin: 7px;
}

.right-sidebar .short-icons:after {
    display: none;
}
.right-sidebar > .short-icons > div {
    display: flex;
    flex: 1;
    max-height: 196px;
    flex-wrap: wrap;
}
.right-sidebar .short-icons > div > a {
    min-width: 30%;
    margin: 7px;
}
.text-mode-sidebar {
    padding: 5%;
    background: #fcfcfc;
    margin-left: 10%;
}
.future-events {
    flex: 1 100%;
    width: 100%;
    padding: 66px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}
.text-mode-sidebar h4 {
    font-weight: 500;
    color: #587cad;
    padding-top: 17px;
}
.short-event-image {
    height: 240px;
    width: 45%;
    float: left;
}
.short-events-content {
    float: left;
    width: 55%;
    padding-left: 30px;
    padding-top: 14px;
}

h1.headin-event {
    font-size: 16px;
    font-weight: 500;
    color: #587cad;
    margin: 0px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
span.short-events-category > p {
    font-size: 14px;
}
.short-content-event {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.date-event {
    font-size: 14px;
    color: #ec7e4c;
    float: left;
    width: 50%;
    padding: 0px;
    padding-left: 0px;
    text-align: left;
    padding-top: 5px;
}
span.short-events-category a.link-to-article {
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
    line-height: 19px;
    color: #ffffff !important;
    backface-visibility: hidden;
    cursor: pointer;
    white-space: nowrap;
    background: linear-gradient( 180deg,#5882b4 0%,#496b94 30%,#5781b3 65%,#5781b3 100%);
    border-radius: 6px;
    border-width: 0px 0px 3px 0px;
    box-shadow: inset 0px 1px 3px rgb(255 255 255 / 40%);
    transition: all 0.2s;
    max-height: 42px !important;
    z-index: 1;
}

span.short-events-category a.link-to-article:hover {

    background: linear-gradient( 180deg,#ef7a49 0%,#c75d31 30%,#e28d6a 65%,#f78454 100%);
    border-color: #b05835;

}

.short-events {
    float: left;
    width: 100%;
    margin-bottom: 27px;
}
/* FOOTER */

.heading-right-side td {
    text-align: right !important;
}
.content-right-side {
    width: 100%;

}
.footer-right-side > p {
    float: right;
    padding-left: 22px;
    margin-bottom: 33px;
}
.footer:before{
    content: "";
    background: url('assets/tlo-bar.png');
    width: 100%;
    height: 8px;
}
.footer {
    width: 100%;
    flex: 1 100%;
    flex-wrap: wrap;
    max-width: 100%;
    display: flex;
    margin-top: 50px;
}
.footer .flex-container{
    width: 100%;
}
ul#menu-menu-w-stopce {
    flex-wrap: wrap;
    display: flex;
    margin-left: -15px;
}
ul#menu-menu-w-stopce li {
    list-style: none;
    padding-top: 24px;
    flex: 1 33%;
}
ul#menu-menu-w-stopce li:before {
    content: "_";
    position: absolute;
    margin-left: -22px;
    font-size: 15px;
    margin-top: -4px;
}
ul#menu-menu-w-stopce li a {
    font-size: 14px !important;
}
ul#menu-menu-w-stopce ul li a {
    font-size: 14px !important;
}
ul#menu-menu-w-stopce li ul {
    padding-left: 0px;
}
.right-side-footer {
    flex: 1 55%;
    max-width: 55%;
    padding-bottom: 0px;
}
.right-side-footer h1.heading-section {
    font-size: 24px;
    margin-top: 60px;
}
.right-side-footer h1.heading-section:after {
    content: "";
    position: absolute;
    width: 149px;
    height: 3px;
    background: url('assets/after-slider.jpg');
    margin-top: 10px;
    margin-left: 25px;
}
.left-side-footer {
    flex: 1 45%;
    max-width: 45%;
    padding-bottom: 0px;
    text-align: right;
}
.heading-right-side {
    flex-wrap: wrap;
    display: flex;
    margin-top: 22px;
    margin-bottom: 0px;
}
.social {
    flex: 1 50%;
    text-align: right;
    padding-top: 22px;
}
.logo-footer {
    flex: 1 50%;
    text-align: right;
}
.logo-footer img {
    width: 200px;
}
.footer-right-side {
    margin-top: 20px;
}
a.realisation {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #efefef;
    padding-top: 25px;
    padding-bottom: 25px;
}
/* --------------*/

/* SEARCH */
.page-header {
    float: left;
    width: 100%;
}
#main .item {
    float: left;
    width: 33%;
    margin-bottom: 40px;
}
#main span.category-carousel-news {
    width: 100%;
}

/* ------------- */

/* SINGLE POST */
h1.heading-article.small-heading {
    font-size: 18px;
}
.mini-gallery {
    display: none;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
}
.content-post {
    background: #f8f8f8;
    padding: 40px;
    float: left;
    width: 100%;
}
span.category-carousel-news span {
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0.3;
    font-size: 11px;
    position: relative;
    top: -3px;
}
span.category-carousel-news {
    width: 100%;
    float: left;
}
.category-data {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
span.category-carousel-news {
    width: 100%;
    float: left;
    margin-top: 4px;
}
.margin-baner{
    margin-bottom: 286.94px !important;
}
.content-post p {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    font-family: 'myriad pro', sans-serif !important;
}
.content-post p a {
    border-bottom: 1px solid #587cad;
    font-weight: 500;
    color: #587cad;
    transition: all 0.3s;
}
.content-post p a:hover {
    border-bottom: 1px solid #f69e54;
    font-weight: 500;

    transition: all 0.3s;
}
.content-post p a:hover strong {
	color: #fff !important;
}
.content-post p a {
	color: #587cad;
}

.content-post p a:hover b {
	color: #fff !important;
}
.content-post p a b {
	color: #587cad;
}


.content-post p a strong {
	color: #587cad;
}
.content-post p strong {
    font-weight: 900;
    color: #587cad !important;
}
.bargallery {
    background-image: linear-gradient(to bottom, transparent, black);
    z-index: 9;
    position: absolute;
    padding-top: 75px;
    width: 100%;
    float: left;
    padding-bottom: 21px;
    padding-left: 33px;
    bottom: 0;
}
.bargallery span p {
    color: #fff !important;
}
.gallery > a > div > span > p:nth-child(1) {
    font-size: 28px;
    margin-bottom: 0px;
    font-weight: 500;
}
.gallery > a > div > span > p:nth-child(2)  {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: -5px;
}
.bargallery img {
    float: left;
    margin: 8px;
}
.bargallery span {
    float: left;
    margin-left: 16px;
}
blockquote {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 16px;
    line-height: 0px;
    margin: 0px;
}
blockquote p {
    padding-bottom: 0px;
    margin: 0px;
}
.archive .left-side-news {
    width: 100% !important;
}
.time-post {
    float: right;
    margin-top: -21px;
    font-size: 14px;
}
.headin-single-post-page {
    margin-bottom: 35px;
    margin-top: 0px;
}
.time-post strong {
    color: #f69e54 !important;
}

.accordion.simple-lists {
    width: 100% !important;
}

.card {
    border-radius: 0px !important;
    border: none !important;
    background: #dfe3ea !important;
}
.card-header > h2 > button {
    font-weight: 500 !important;
    color: #444 !important;
    font-size: 14px !important;
    text-decoration: none !important;
}



.card-header {
    background: #dfe3ea !important;
    border-bottom: 5px solid #f8f8f8 !important;
    padding: 0px !important;
}
button.btn.btn-link {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    white-space: normal !important;
    padding: 20px;
}
.card-body {
    background: #f1f3f6;
}

.gallery > a {
    max-height: 500px;
    height: auto;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
}
.logo-footer > img {
    width: 93%;
}
.right-side-news {
    float: left;
    width: 35%;
    padding-left: 25px;
}
.right-side-news .future-events{
    padding-top: 0px;
}
.short-event-image {
    height: 146px;
    width: 45%;
    float: left;
    background-size: cover !important;
    background-position-x: center !important;
}
.headin-single-post-page h1.heading-section:after {
    content: "";
    position: absolute;
    height: 3px;
    background: url('assets/after-slider.jpg');
    margin-top: 15px;
    margin-left: 25px;
    width: 75px;
    background-position-x: center;
}

.links > a > span:nth-child(1) {
    float: left;
    width: 90%;
    font-weight: 500;
    font-size: 15px;
}
.links > a > span:nth-child(2) {
    float: left;
    width: 10%;
    text-align: center;
}
a.only-link {
    width: 100%;
    float: left;
    padding: 15px;
    border: 1px solid #d2d2d2;
}
span.display-on-hover {
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    float: right;
    margin-right: 9px;
    height: 0px;
    margin-top: -3px;
    opacity: 0;
    transition: all 0.3s !important;
}

a.only-link:hover span.display-on-hover{
    opacity: 1;
    transition: all 0.3s !important;
}
/* ------------ */

/* SOCIAL SHARE */
ul.heateor_sss_sharing_ul > li {
    flex: 1;
}
ul.heateor_sss_sharing_ul {
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 25px;
}
li.heateorSssSharingRound i {
    width: 99% !important;
    height: 45px !important;
}
.content-post img {
    width: 100%;
    height: auto;
}
/* -------------- */

/* EASY PAGE THE CONTENT */
.content-post h2 {
    font-size: 24px;
}
.easy-page {
    padding: 53px;
    background: #f1f1f152;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 20px;
}
.easy-page.content-post h1 {
    font-weight: bold;
    color: #587cad;
    border-left: 7px solid #587cad;
    padding-left: 18px;
    padding-top: 8px;
    margin-bottom: 20px;
}
.easy-page img {
    width: 100%;
    height: auto;
}
.image-post {
    height: 400px;
    overflow: hidden;
    width: 100%;
}
.content-post td {
    border: 1px solid #00000014;
    padding: 10px;
    text-align: center;
}

.easy-page.content-post ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
}

/* -------------- */



/* ARCHIVE */
.full-side-post.flex-container .container-almost-full.single-page-single-post {
    width: 1280px;
}
.category-list {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    margin-bottom: 23px;
}
.category-tag-news-page {
    color: #fff;
}
.category-list > a {
    background: #587cad;
    margin-right: 5px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
}
span.short-events-category > p {
    height: 20px;
    overflow: hidden;
    margin-bottom: 6px;
}
.category-list > a:nth-child(even) {
    background: #f69e54;
}
/* -------------- */



/* PERSON TEMPLATE */
.button_person{
    display: none;
}
.content-person-text ul {
    padding: 26px;
    padding-bottom: 0px;
    padding-top: 12px;
    float: left;
    width: 100%;
}

.content-person-text {
    float: left;
    width: 100%;
}
.content-person-text ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #587cad;
    margin-left: -21px;
    margin-top: 7px;
}

h1.heading-person-modul {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 36px;
    color: #0e3566;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0px;
}
.person {
    float: left;
    width: 33%;
    padding: 15px;
    padding-top: 30px;
}
.person-image {
    overflow: hidden;
    margin-bottom: 16px;
}
.content-person {
    float: left;
    width: 100%;
}
.name-person {
    float: left;
    width: 50%;
    margin-top: 15px;
    margin-bottom: 30px;
}
.content-person a {
    font-size: 17px;
  
    padding: 5px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 25px;
    color: #ffffff !important;
    transition: all 0.3s;
    margin: 0px;
    margin-right: 0px;
    float: left;
    margin-bottom: 20px;
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(180deg,#5882b4 0%,#496b94 30%,#5781b3 65%,#5781b3 100%);
    border-radius: 6px;
    border-width: 0px 0px 3px 0px;
    box-shadow: inset 0px 1px 3px rgb(255 255 255 / 40%);
    transition: all 0.2s;
}
.person .content-person a:hover {
    background: linear-gradient( 180deg,#ef7a49 0%,#c75d31 30%,#e28d6a 65%,#f78454 100%);
    border-color: #b05835;
    transition: all 0.2s;
}
.name-person h2 {
    font-weight: 500;
    font-size: 26px;
    margin: 0px;
}
.name-person h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.content-person p {
    width: 100%;
    float: left;
    margin: 0px;
    margin-bottom: 1px;
}
img.image-person {
    width: 100%;
}
/* -------------- */

/* MINI SIDEBAR */
.mini-sidebar-icons {
    position: fixed;
    z-index: 1;
    background: #fff;
    transform: translate(0%, 50%);
    top: 277px;
    right: 0;
    cursor: pointer;
}
.modal-content {
    overflow: hidden;
}
.kino:hover {
    margin-right: 0px;
    transition: all 0.3s;
}
ul.types_movies {
    padding: 0;
    margin: 0;
}
.menu-bar.flex-container.scroll {
    z-index: 2;
}
ul.types_movies li {
    display: inline-block;
    padding-right: 0px;
}
.single-day {
    float: left;
    margin-right: 1%;
    border: 1px solid #d0d0d0;
    background: #fff;
    padding: 10px;
    width: 19%;
	margin-bottom: 8px;
}
ul.types_movies li img {
    height: 16px;
}
.hour-public-movie p {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}
.day-public-movie span {
    border-top: 2px solid #ef7a49;
    padding-top: 4px;
    float: left;
    width: 100%;
    font-size: 12px;
}
.hour-type-movie {
    float: left;
    width: 100%;
    margin-top: 8px;
}
.hour-public-movie {
    float: left;
}
.hour-public-movie p {
    margin-right: 5px;
}

.day-public-movie p {
    margin: 0px;
    font-size: 13px;
    color: #000 !important;
    margin-bottom: 3px;
}
img.icon-calendar {
    width: 11px;
    margin-top: -3px;
}
.type_movie h3 {
    color: #ef7a49;
    border-left: 5px solid;
    padding: 8px;
    padding-bottom: 2px;
}

.kino > h1 {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
button.button-cinema {
    border: none;
    background: #587cad;
    color: #fff;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
    transition: all 0.3s;
    border-radius: 0px;
}
button.button-cinema:hover {
    background: #ec7e4c;
    cursor: pointer;
    transition: all 0.3s;
}

img.movie-poster {
    width: 179px;
    float: left;
}
.short-description-movie h3 {
    font-weight: 500;
    padding-top: 14px;
    font-size: 19px;
}
.short-description-movie {
    float: left;
    width: 50%;
    padding: 20px;
}
.navigation-cinema > a {
    background: #587cad;
}
.navigation-cinema > a:hover {
    background: #ec7e4c;
}
.movie-data {
    font-size: 15px;
}
.type_movie {
    margin-top: 0px;
    font-size: 0px;
    float: left;
    width: 100%;
}
.navigation-cinema a.carousel-control-prev {
    transform: rotate(0);
}
div#carouselExampleSlidesOnly1 .carousel-inner {
    padding-bottom: 0px;
}
.navigation-cinema {
    position: absolute;
    top: -48px;
    right: 68px;
}
.kino:before {
    content: url('assets/kadr.png');
    width: 60px;
    height: 60px;
    position: fixed;
    background: #587cad;
    margin-top: auto;
    right: 0;
}

.modal-dialog {
    max-width: 60% !important;
    top: 10%;
}
.modal-content{
    background: url('assets/tlo-kino.jpg');
    background-size: cover;
}
.modal-header {
    height: 0px;
    padding: 0px !important;
}
.modal-body {
    margin: 0px !important;
    padding: 0px !important;
}
.modal-body img.movie-poster {
    width: 21%;
}
.modal-content {
    border-radius: 0px !important;
    border: none !important;
    border-color: #fff !important;
}
.modal-header h1 {
    font-size: 30px;
    color: #587cad;
    padding-top: 10px;
    font-weight: 900;
}
.modal-header {
    border-bottom: none !important;
}
.modal-footer {
    border: none !important;
    justify-content: end !important;
}
.poster-movie {
    width: 30%;
    float: left;
    background-size: cover !important;
    background-position: center !important;
    min-height: 615px;
}
button.btn.btn-secondary {
    border-radius: 0px;
    background: #ffffff;
    padding-top: 8px;
    color: #587cad;
    font-weight: 900;
    font-size: 14px;
    border: none;
}
.modal-footer .navigation-cinema {
    position: relative;
    left: 0;
    top: 0;
}
button.close {
    display: none;
}
.modal-body .short-description-movie {
    width: 70%;
    padding-left: 25px !important;
    float: left;
    padding-top: 2px;
}
.type-public-movie {
    margin-top: 0px;
    float: left;
}
.long-description {
    margin-top: 20px;
}
.modal-body .carousel-inner {
    padding: 0px;
}
.modal-footer {
    display: block !important;
    float: left;
    width: 100%;
    background: #587cad;
}
.modal-footer .navigation-cinema {
    float: right;
    left: -83px !important;
}
.navigation-cinema .control-slider .carousel-control-next, .carousel-control-prev {
    border: none;
}
.modal-body .movie {
    border: 2px solid;
    padding: 10px;
    font-weight: 500;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    color: #587cad;
    margin-right: 10px;
}
/* UP COMMING EVENTS */
.light.dp_pec_wrapper .dp_pec_content .dp_pec_date .dp_count_events {
    background: #ec7e4c !important;
    color: #fff !important;
    border-radius: 0px;
    margin-bottom: 32px;
    margin-right: -4px;
    padding: 5px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.dp_pec_wrapper .dp_pec_content .dp_pec_date .dp_date_head span {
    font-weight: 400 !important;
}

.selectric-wrapper.selectric-pec_switch_month {
    width: auto !important;
    min-width: auto !important;
    max-width: inherit !important;
}

.dp_pec_wrapper .dp_pec_nav .selectric .label {
    font-weight: 500;
}
.left-side-calendar .big-calendar {
    width: 95%;
    margin-left: -16px;
}
.right-side-calendar .dp_pec_event_photo {
    display: none;
}
.right-side-calendar span.dp_pec_event_categories {
    display: none !important;
}
.right-side-calendar .dp_pec_event_description {
    display: none;
}
.right-side-calendar span.dp_pec_date_time {
    display: none !important;
}
.right-side-calendar .light.dp_pec_wrapper .dp_pec_content .dp_pec_date_event {
    box-shadow: none;
    border: none;
}
.right-side-calendar .dp_pec_options_nav {
    display: none;
}
.right-side-calendar span.fa.fa-calendar-o {
    display: none;
}
.right-side-calendar .dp_pec_date_block {
    font-size: 24px !important;
    font-weight: 100 !important;
    color: #000 !important;
    float: left;
    width: 25%;
}
.right-side-calendar .dp_pec_columns_1.dp_pec_isotope.dp_pec_date_event_wrap.dp_pec_date_block_wrap {
    float: left;
    width: 25% !important;
}
.right-side-calendar .dp_pec_content > div {
    border: 1px solid #d6d6d6;
    float: left;
    width: 100%;
    overflow: auto !important;
}

.right-side-calendar .dp_pec_wrapper.dp_pec_compact_wrapper .dp_pec_content .dp_pec_date_left {
    background: #fff;
}
.right-side-calendar .dp_pec_date_left_number {
    text-shadow: none;
    color: #587cad;
    font-weight: 700 !important;
}
.right-side-calendar .dp_pec_compact_meta {
    display: none;
}
.right-side-calendar h2.dp_pec_event_title {
    padding-top: 17px !important;
}
.right-side-calendar span.dp_pec_event_title_sp a {
    font-size: 16px;
}
.right-side-calendar .dp_pec_compact_meta_category span {
    font-size: 13px !important;
}
.right-side-calendar span.dp_pec_event_title_sp {
    width: 75% !important;
    line-height: 18px !important;
}

.right-side-calendar .dp_pec_wrapper.dp_pec_compact_wrapper .dp_pec_content .dp_pec_content_left {
    width: auto;
    overflow: hidden;
    position: relative;
    transform: translate(0%, -50%);
    top: 41px;
}
.right-side-calendar  h2.dp_pec_event_title {
    line-height: 85% !important;
}
.right-side-calendar h2.dp_pec_event_title span a{
    opacity: 1 !important;
}
.right-side-calendar .dp_pec_content {
    margin: 0px;
}
.right-side-calendar .dp_pec_compact_meta_category {
    padding-top: 2px;
}
.right-side-calendar h2.dp_pec_event_title {
    width: 82% !important;
}

/* -------------- */
/* CONTACT FORM */
.wpcf7 input {
    width: 100%;
    border: none;
    font-size: 14px;
    padding: 10px;
}

.wpcf7 textarea {
    width: 100%;
    border: none;
    font-size: 14px;
    padding: 10px;
}
input[type="checkbox"]{
    width: auto;
}

/* -------------- */

div#content {
    min-height: 115px;
    height: auto;
}
.eventsPreviewDiv.light {
    margin-top: 50px !important;
}
span#cn-notice-buttons a {
    color: #fff;
    background: #ec7e4c;
}
span#cn-notice-text {
    color: #fff;
}
.button_person {
    display: none !important;
}
.flex-container span, b, strong, p, a {
    text-decoration: none !important;
    font-family: 'myriad-pro', sans-serif !important;
    color: #484848;
}
.recommended-post-data, a.rodo, a.realisation{
    color: #484848 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    color: #484848 !important;
}
#mega-menu-wrap-primary_2 #mega-menu-primary_2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    color: #484848 !important;
}
#mega-menu-wrap-primary_2 #mega-menu-primary_2 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover{
    color: #ef7a49 !important;
}
.sl-overlay {
    z-index: 9999 !important;
}


button#listenButton1 {
    border: none;
    cursor: pointer;
    margin-bottom: 20px !important;
}

h2.screen-reader-text {
    display: none;
}
body.hidden-scroll {
    overflow: hidden; }
  
  .sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.7;
    display: none;
    z-index: 1035; }
  
  .sl-wrapper {
    z-index: 1040; }
    .sl-wrapper * {
      box-sizing: border-box; }
    .sl-wrapper button {
      border: 0 none;
      background: transparent;
      font-size: 28px;
      padding: 0;
      cursor: pointer; }
      .sl-wrapper button:hover {
        opacity: 0.7; }
    .sl-wrapper .sl-close {
      display: none;
      position: fixed;
      right: 30px;
      top: 30px;
      z-index: 10060;
      margin-top: -14px;
      margin-right: -14px;
      height: 44px;
      width: 44px;
      line-height: 44px;
      font-family: Arial, Baskerville, monospace;
      color: #000;
      font-size: 3rem; }
      .sl-wrapper .sl-close:focus {
        outline: none; }
    .sl-wrapper .sl-counter {
      display: none;
      position: fixed;
      top: 30px;
      left: 30px;
      z-index: 1060;
      color: #000;
      font-size: 1rem; }
    .sl-wrapper .sl-navigation {
      width: 100%;
      display: none; }
      .sl-wrapper .sl-navigation button {
        position: fixed;
        top: 50%;
        margin-top: -22px;
        height: 44px;
        width: 22px;
        line-height: 44px;
        text-align: center;
        display: block;
        z-index: 10060;
        font-family: Arial, Baskerville, monospace;
        color: #000; }
        .sl-wrapper .sl-navigation button.sl-next {
          right: 5px;
          font-size: 2rem; }
        .sl-wrapper .sl-navigation button.sl-prev {
          left: 5px;
          font-size: 2rem; }
        .sl-wrapper .sl-navigation button:focus {
          outline: none; }
        @media (min-width: 35.5em) {
          .sl-wrapper .sl-navigation button {
            width: 44px; }
            .sl-wrapper .sl-navigation button.sl-next {
              right: 10px;
              font-size: 3rem; }
            .sl-wrapper .sl-navigation button.sl-prev {
              left: 10px;
              font-size: 3rem; } }
        @media (min-width: 50em) {
          .sl-wrapper .sl-navigation button {
            width: 44px; }
            .sl-wrapper .sl-navigation button.sl-next {
              right: 20px;
              font-size: 3rem; }
            .sl-wrapper .sl-navigation button.sl-prev {
              left: 20px;
              font-size: 3rem; } }
    .sl-wrapper.sl-dir-rtl .sl-navigation {
      direction: ltr; }
    .sl-wrapper .sl-image {
      position: fixed;
      -ms-touch-action: none;
      touch-action: none;
      z-index: 10000; }
      .sl-wrapper .sl-image img {
        margin: 0;
        padding: 0;
        display: block;
        border: 0 none;
        width: 100%;
        height: auto; }
        @media (min-width: 35.5em) {
          .sl-wrapper .sl-image img {
            border: 0 none; } }
        @media (min-width: 50em) {
          .sl-wrapper .sl-image img {
            border: 0 none; } }
      .sl-wrapper .sl-image iframe {
        background: #000;
        border: 0 none; }
        @media (min-width: 35.5em) {
          .sl-wrapper .sl-image iframe {
            border: 0 none; } }
        @media (min-width: 50em) {
          .sl-wrapper .sl-image iframe {
            border: 0 none; } }
      .sl-wrapper .sl-image .sl-caption {
        display: none;
        padding: 10px;
        color: #fff;
        background: rgba(0, 0, 0, 0.8);
        font-size: 1rem;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
        .sl-wrapper .sl-image .sl-caption.pos-top {
          bottom: auto;
          top: 0; }
        .sl-wrapper .sl-image .sl-caption.pos-outside {
          bottom: auto; }
      .sl-wrapper .sl-image .sl-download {
        display: none;
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #000;
        z-index: 1060; }
  
  .sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite; }
  
  .sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  
  .sl-transition {
    transition: -moz-transform ease 200ms;
    transition: -ms-transform ease 200ms;
    transition: -o-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms; }
  
  @-webkit-keyframes pulsate {
    0% {
      transform: scale(0.1);
      opacity: 0.0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(1.2);
      opacity: 0; } }
  
  @keyframes pulsate {
    0% {
      transform: scale(0.1);
      opacity: 0.0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(1.2);
      opacity: 0; } }
  
  @-moz-keyframes pulsate {
    0% {
      transform: scale(0.1);
      opacity: 0.0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(1.2);
      opacity: 0; } }
  
  @-o-keyframes pulsate {
    0% {
      transform: scale(0.1);
      opacity: 0.0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(1.2);
      opacity: 0; } }
  
  @-ms-keyframes pulsate {
    0% {
      transform: scale(0.1);
      opacity: 0.0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(1.2);
      opacity: 0; } }



      @media screen and (max-width: 1660px) and (min-width: 1280px) {
        .short-icons div a span {
            color: #fff !important;
            font-size: 14px;
            font-weight: 500;
            padding-bottom: 23px;
            padding: 20px;
            padding-top: 0px;
        }
        span.heading-shortnews {
            font-size: 14px;
            width: 80%;
            margin-right: 5%;
        }
        .single-event {
            align-items: center;
        }
        .single-event h3 {
            line-height: 21px;
            padding-top: 0px;
        }

        .right-side-news h1.heading-section {
            font-size: 24px !important;
        }
        .date-event {
            font-size: 12px;
        }
        .short-content-event {
            font-size: 13px;
        }
        .container-almost-full.single-page-single-post .left-side-news {
            width: 60%;
        }
        .right-side-news {
            float: left;
            width: 40%;
        }
        .short-events-content {
            padding-top: 15px;
            padding-left: 20px;
        }
        h1.heading-section {
            font-size: 26px;
        }
        .short-events-content {
            padding-left: 20px;
            padding-top: 15px;
        }
        .category-tag-news-page {
            font-size: 13px;
        }
        h1.heading-article {
            font-size: 20px;
        }
        .short-content {
            font-size: 14px;
        }
        .left-side-news > .full-side-post > .item > h1 {
            min-height: 50px;
            height: auto;
        }
      }



      @media screen and (max-width: 1300px) and (min-width: 1180px) {
        .right-sidebar {
            margin: 0px;
        }
        .future-events {
            padding-top: 0px;
            margin-top: 0px;
        }
        .right-sidebar > .short-icons > div {
            max-height: initial !important;
        }
        .right-sidebar .short-icons > div > a {
            max-width: 50%;
        }
        .item {
            width: 100% !important;
        }
        .full-side-post.flex-container .container-almost-full.single-page-single-post{
            width: 90% !important;
            margin-left: 5% !important;            
        }
        .container-almost-full {
            width: 90% !important;
            margin-left: 5% !important;
        }
        .logo img {
            width: 154px;
        }
        ul#menu-menu-gorne > li {
            padding-left: 10px;
            padding-right: 10px;
        }
        ul#menu-menu-gorne li a {
            font-size: 12px;
        }

        ul#menu-drugi-rzad > li {
            padding-left: 10px;
            padding-right: 10px;
        }
        ul#menu-drugi-rzad li a {
            font-size: 12px;
        }
        ul#menu-drugi-rzad li a {
            font-size: 18px;
            font-weight: 500;
            display: inline-block !important;
        }
        ul#menu-drugi-rzad {
            display: inline-block;
            padding: 15px;
            padding-top: 18px;
        }
ul#menu-drugi-rzad > li {
    border-bottom: 0px solid #587cad;
    padding-bottom: 31px;
    margin-bottom: -31px;
    transition: all 0.1s;
    display: inline-block;
    padding: 15px;
    padding-top: 18px;
}
        .logo {
            display: block;
        }
        ul#menu-menu-gorne > li {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 13px;
        }
        h1.heading-important-news {
            font-size: 24px;
        }
        .content-important-post {
            font-size: 14px;
        }
        span.categories-important p {
            font-size: 12px;
        }
        span.categories-important a{
            font-size: 12px;
        }
        .date-post{
            font-size: 12px; 
        }
        .short-icons > div > a {
            width: 25%;
            max-width: 25%;
            min-width: 20%;
        }
        .short-icons.flex-container > div > a:nth-child(5) {
            margin-left: 0px;
        }
        .short-icons.flex-container > div > a:nth-child(9) {
            margin-left: 0px;
        }
        .element-bar.bip span {
            font-size: 12px;
        }
        label.screen-reader-text {
            font-size: 12px;
        }
        .element-bar strong {
            font-size: 12px;
        }
        .element-bar a {
            font-size: 12px;
        }
        .element-bar span {
            font-size: 12px;
        }
        .left-side-calendar {
            width: 100%;
        }
        .right-side-calendar {
            width: 100%;
        }
        .single-event{
            width: 50%;
            float: left;
            margin-bottom: 10px;
        }
        .single-event:nth-child(even) {
            width: 49%;
            margin-right: 1%;
        }
        .single-event {
            align-items: center;
        }
        .single-event h3 {
            line-height: 21px;
            padding-top: 0px;
        }
        .short-event-image {
            width: 100%;
        }
        .short-events-content {
            width: 100%;
        }
      }
      
      @media screen and (max-width: 1180px) and (min-width: 1px) {
		  .galeria.galeria--inside a {
			max-height: 142px;
			overflow: hidden;
		}
        .galeria {
            width: 93%;
  
        }
        .control-full-width-slider {
            margin-top: 0px;
        }

        .right-side-news {
            width: 92.5%;
            padding: 0px;
        }
        .content-post {
            width: 92.5%;
        }
        .galeria a {
            width: 50%;
            padding: 3px;
            margin-bottom: 0px;
        }
       
        .menu-burger {
            position: absolute;
            right: 0;
            cursor: pointer;
            margin-top: -8.5%;
            display: flex;
            z-index: 99 !important;
        }

        .element-bar span, .element-bar a, .element-bar label {
            font-size: 0px;
        }
        form#searchform {
            display: none;
        }
        .element-bar {
            padding-bottom: 13px;
        }
        .menu-burger > img {
            position: absolute;
            right: 0;
            top: 0;
            width: 30px;
            height: 37px;
            bottom: 0;
        }
        .menu-bar.flex-container .container-almost-full {
            position: relative;
        }
        .elements-bar > div:last-child {
            padding-right: 0px;
        }
        ul#menu-menu-gorne > li {
            width: 100%;
            text-align: left;
            font-size: 24px;
        }
        ul#menu-menu-gorne > li:hover {
            border:none;
        }
        .menu {
            height: 0;
            overflow: hidden;
            transition: 0.3;
        }
        .menu.open-mobile {
            height: auto;
            overflow: hidden;
            transition: 0.3;
        }
        .big-news {
            width: 100% !important;
            flex: auto;
        }
        h1.heading-section {
            font-size: 22px;
        }
        h1.heading-section:after {
            margin-top: 9px;
        }
        h1.heading-big-news {
            color: #fff;
            font-size: 19px;
            width: 70%;
        }
        
        ul#tabs-nav li {
            padding-left: 0px;
        }
        ul#tabs-nav > li > a {
            font-size: 18px;
        }
        ul#tabs-nav > li > a:after {
            width: 50px;
            background-size: contain;
            margin-top: 11px;
            margin-left: 15px;
        }
        ul#tabs-nav > li:hover > a:after {
            width: 75px;
            transition: all 0.3s;
        }
        ul.wpp-list.wpp-list-with-thumbnails {
            padding-left: 0px;
        }
        img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
            width: 153%;
        }
        div#tab2 {
            padding-left: 0px;
        }
        ul.wpp-list.wpp-list-with-thumbnails > li > a:first-child {
            height: 140px;
            float: left;
            width: 33.4%;
            overflow: hidden;
            margin-right: 3%;
        }
        a.wpp-post-title {
            font-size: 17px;
        }
        h1.recommended-post-heading{
            font-size: 17px;
        }
        .short-icons > div > a {
            background: #587cad;
            margin: 3px !important;
            box-shadow: 0px 0px 0px #fff;
            transition: all 0.3s;
            width: 25%;
            flex: auto;
        }
        .short-icons > div > a:hover{
            background: #587cad;
            margin: 3px !important;
            box-shadow: 0px 0px 0px #fff;
            transition: all 0.3s;
            width: 25%;
            flex: auto;
        }
        span.heading-shortnews {
            width: 75%;
            text-align: left;
            padding-left: 5px;
        }
        .image-article {
            height: 350px;
            overflow: hidden;
            background-size: cover !important;
            background-position: center !important;
        }
        .item {
            padding-right: 0px;
        }
        .left-side-calendar {
            width: 100%;
        }
        .right-side-calendar {
            width: 100%;
        }
        .left-side-calendar .big-calendar {
            margin: 0;
            width: 100% !important;
        }
        .right-side-footer {
            flex: auto !important;
            width: 100% !important;
            max-width: 100%;
        }
        h1.heading-section:after {
            width: 60px;
            background-size: contain !important;
        }
        .right-side-footer h1.heading-section:after{
            width: 60px;
            background-size: contain !important;           
        }
        .headin-single-post-page h1.heading-section:after{
            width: 60px;
            background-size: contain !important;  
        }
      }

    @media screen and (max-width: 1180px) and (min-width: 769px) {
 
        a.link-to-shortnews {
            flex: auto;
            width: 48%;
            margin: 0;
            margin-bottom: 10px;
            margin-right: 10px;
        }
    }
    @media screen and (max-width: 768px) and (min-width: 1px) {

        
        .left-side-calendar {
            display: none;
        }
        .element-bar {
            padding-left: 8px;
            padding-right: 8px !important;
            margin: 0 auto;
            justify-content: center;
            display: flex;
        }
        .search-mobile {
            display: block;
            width: 16px;
        }
        .rodo{
            display: none;
        }
        .container-almost-full {
            width: 90%;
            margin-left: 5%;
            display: flex;
            flex-wrap: wrap;
        }
        a.link-to-shortnews {
            flex: auto;
            width: 100%;
            margin: 0;
            margin-bottom: 10px;
        }
        ul.wpp-list.wpp-list-with-thumbnails > li > a:first-child {
            width: 100%;
        }
        a.wpp-post-title {
            font-size: 17px;
            width: 100%;
        }
        span.wpp-meta.post-stats {
            float: left;
            width: 100%;
        }
        .recommendet-post-image {
            width: 100%;
        }
        .recommended-post-description {
            width: 100%;
        }
        h1.recommended-post-heading {
            margin-top: 17px;
        }
    }




    .carousel-item.full-width {
        min-height: 500px;
        height: auto;
        background-repeat: no-repeat !important;
        background-size: 100% auto !important;
        background-color: #000 !important;
    
    }
    @media (max-width: 1180px) {
        .menu-opened .menu-bar {
            max-height: 100vh;
            overflow-y: auto;
        } 
    }
    .dp_pec_wrapper .dp_pec_content .dp_pec_monthly_row_space {
        min-height: 0px !important;
    }



.full-side-post .dp_pec_isotope.dp_pec_date_event_wrap.dp_pec_columns_4 {
	width: 16.66666% !important;
    min-width: 16.6666666% !important;
    padding-right: 13px;
}

.full-side-post .dp_pec_options_nav {
    display: none;
}

.full-side-post .dp_pec_date_event.dp_pec_upcoming {
    border: none !important;
    box-shadow: none !important;
}

.full-side-post .dp_pec_date_event.dp_pec_upcoming {
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.full-side-post span.dp_pec_event_title_sp {
    font-weight: 500 !important;
    color: #587cad !important;
    font-size: 19px !important;
}

.full-side-post h2.dp_pec_event_title {
    height: 52px !important;
    overflow: hidden;
}

.full-side-post span.dp_pec_event_categories {
    display: none !important;
}

.full-side-post span.dp_pec_date_time {
    background: none !important;
}
.full-side-post span.dp_pec_date_time {
    background: none !important;
    font-weight: 400 !important;
	color: #000;
}

.full-side-post span.dp_pec_date_time {
    padding: 0px !important;
}

.full-side-post .dp_pec_event_description {
    border: none !important;
    padding: 0px !important;
    line-height: 1px !important;
}

.full-side-post .dp_pec_event_description_short blockquote {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    line-height: 21px;
    font-weight: 300;
    padding: 0px !important;
}

.full-side-post .dp_pec_event_description_short p {
    min-height: 0px !important;
    height: auto;
    padding: 0px !important;
    margin: 0px !important;
}



.full-side-post .dp_pec_event_description_short > p > br {
    height: 0px !important;
    line-height: 0px !important;
    display: none;
}

.full-side-post .dp_pec_event_description_short blockquote {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    line-height: 21px;
    font-weight: 300;
    padding: 0px !important;
}

.full-side-post .dp_pec_event_description_short {
    height: 43px;
    overflow: hidden;
}

.full-side-post a.dp_pec_event_description_more {
    font-size: 17px;
    padding: 5px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 32px;
    color: #ffffff !important;
    transition: all 0.3s;
    float: left;
    margin-bottom: 20px;
    backface-visibility: hidden;
    cursor: pointer;
    white-space: nowrap;
    background: linear-gradient( 180deg,#5882b4 0%,#496b94 30%,#5781b3 65%,#5781b3 100%);
    border-radius: 6px;
    border-width: 0px 0px 3px 0px;
    box-shadow: inset 0px 1px 3px rgb(255 255 255 / 40%);
    transition: all 0.2s;
    max-height: 42px !important;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.full-side-post .dp_pec_event_description_short p b {
    font-weight: 400;
}
.full-side-post .dp_pec_content {
    padding: 0px !important;
}

.full-side-post .dp_pec_event_description_short blockquote strong {
    color: #000 !important;
    font-weight: 400 !important;
}

.full-side-post .dp_pec_event_description_short p {
    color: #000 !important;
    font-weight: 400 !important;
}

.sl-navigation button {
    background: #fff !important;
    border-radius: 50%;
    padding-bottom: 5px !important;
    height: 50px !important;
    width: 50px !important;
}

    @media (max-width: 1180px) {
		.full-side-post .dp_pec_isotope.dp_pec_date_event_wrap.dp_pec_columns_4 {
			width: 94% !important;
			min-width: 94% !important;
		}
    }


