@font-face {
    font-family: '_Centaury_Gothic';
    src: url(../fonts/GOTHIC.TTF);
}
@font-face {
    font-family: '_Centaury_Gothic_Bold';
    src: url(../fonts/GOTHICB.TTF);
}

.rTable {
    display: table;
    width: 100%;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableCell, .rTableHead {
    display: table-cell;
    padding: 0px;
    background: #575757;
    border-right: 1px solid #797979;
    text-align:center;
}


div#foot_menu .rTableCell a {
    padding-top:10px;
    padding-bottom:10px;
    color: #fff;
    display:block;
    text-decoration:none;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}


div#foot_menu .rTableCell a:hover{
    background:#8e1c56;
    text-decoration:none
}


#main_parnterzy .rTableCell {
    background:none;
    border:0px;
    padding-bottom:15px;
    padding: 15px 10px 15px 10px;
}	

#main_parnterzy .rTableCell a {
    margin:0px auto;
}
#main_parnterzy .rTableCell svg {width: 105px; height: auto; max-width: 100%;}

#main_parnterzy .rTableCell svg,
#main_parnterzy .rTableCell img {
    display:block;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

#main_parnterzy .rTableCell svg:hover,
#main_parnterzy .rTableCell img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
} 

.najpopularniejsze-zakladka {
    margin: 20px 0;
}
.najpopularniejsze-zakladka .naglowek_czysty {
    margin-bottom: 10px;
}

.fb_iframe_widget {
    margin: 0 auto 0 auto;
    display: block !important;
}

#main_right .fb_iframe_widget {
    width: 100%;
    margin: 0 0 10px 0;
}

body {
    overflow-x:hidden;
    padding-top:150px;
}

#main_right_c {
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    /*
    #main_right {
        background: white none repeat scroll 0 0;
        position:absolute;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 0 5px;
        position: fixed;
        margin-top:0px;
        right: -400px;
        top: 140px;
        width: 327px;
        z-index: 1200;
        display:block !important; 
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
*/
    #main_right {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        float: none;
        top: initial !important;
    }
    #main_left {
        float: none;
    }
    #mobile_left {
        background: white none repeat scroll 0 0;
        position:absolute;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 0 5px;
        position: fixed;
        left: -220px;
        top: 140px;
        width: 220px;
        z-index: 999;
        display:block !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #mobile_left h4 {
        margin-top:0px;
    }


    .container {
        margin-bottom:0px !important;
	/*overflow: hidden;*/
    }

}




#main_right.collapse.in {
    right:0px;
}

#scrollbar .hidden-lg .link_top {
    float:none;
    display:none;
    margin-top:5px;

}

#mobile_left {
    display:none;
}



#mobile_left.collapse.in {
    left:0px;
}


#scrollbar .hidden-lg .link_top a {
    color: #8e1c56;
}

#mobile_left h4 a  {
    color: #fff;
    font: bold 18px Calibri;
    padding: 6px 20px;
    display:block;
}

#mobile_left h4 .men1  {
    background:#575757;
}

#mobile_left ul {
    list-style:none;
    margin:10px 0px;
    padding:0px;
}  
#mobile_left ul li {
    padding:4px 0px;
}     
#mobile_left ul.sub_men1 a {
    color:#575757;
    display:block;
}

#mobile_left ul li a {
    padding:4px 20px;
    font-size:16px;
}


#mobile_left h4 .men2  {
    background:#00AAAD;
} 

#mobile_left ul.sub_men2 a {
    color:#00AAAD;
    display:block;
} 

#mobile_left h4 .men3  {
    background:#81B539;
} 

#mobile_left ul.sub_men3 a {
    color:#81B539;
    display:block;
} 

#mobile_left h4 .men4  {
    background:#F38401;
} 

#mobile_left ul.sub_men4 a {
    color:#F38401;
    display:block;
} 

#mobile_left h4 .men5  {
    background:#CB023F;
} 

#mobile_left ul.sub_men5 a {
    color:#CB023F;
    display:block;
} 

#mobile_left h4 .men6  {
    background:#88307F;
} 

#mobile_left ul.sub_men6 a {
    color:#88307F;
    display:block;
} 

.navbar-default {
    background:white;
    border:0px;
    margin: 0;
} 

.navbar-default .logo {
    margin-top:20px;
    height: 40px;
    width: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

nav img.konserwacja {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
nav.fsmall img.konserwacja {
    display: none;
}
nav.fsmall #top_forms {
    display:none !important;
}

nav.fsmall .logo {
    width:60%;
    margin-top:10px;
    margin-bottom:0;
}
nav.fsmall .link_top {
    margin-top: 10px;
}


.openx_top,.openx_bottom {
    overflow: hidden;
}

.openx_top img, .openx_top embed,
.openx_top img, .openx_top embed {
    max-width: 100% !important;
    height:auto !important;
}


.openx_bottom img, .openx_bottom embed,.openx_bottom img, .openx_bottom embed {
    max-width: 100% !important;
    height:auto !important;
}

.openx_top {
    margin-top:10px;
}
.openx.sidebar_swiat_pod {margin-top: 10px;}
.openx.kraj_swiat_pod, .openx.sidebar_naj_czytane_pod {margin-bottom: 10px;}
.openx.sidebar_ciekawe_miejsca_pod {margin-bottom: 10px;}

iframe {
    border: none !important;
}



.slide_control {
    color: black;
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0;
    width: 100%;
}
.slide_control span {
    font-size: 22px;
    font-weight: 600;
}
.slide_control .back_slide,.slide_control .next_slide {
    background: #3A424D url("../gfx/slide_back.png") no-repeat scroll 10px center;
    color: white;
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
    padding: 0 8px 2px 25px;
    text-align: center;
    text-decoration: none;
}
.slide_control .next_slide {
    background: #FF4900 url("../gfx/slide_next.png") no-repeat scroll 65px center;
    padding: 0 25px 2px 8px;
}
.slide_foto {
    position: relative;
}
.slide_foto .next_slide2, .slide_foto .back_slide2 {
    display: none;
    position: absolute;
    right: -5px;
    top: 30%;
    z-index: 2;
}
.slide_foto .back_slide2 {
    left: 6px;
    right: auto;
}
.slide_foto:hover .next_slide2, .slide_foto:hover .back_slide2 {
    display: block;
}


div.nav {
    margin-top:5px;
}


.lista_newsow_4plus4 .col-xs-7 {
    padding-left:0px;
}

body,iframe { margin: 0;padding:0px;border:0px; }

body {
    padding-top:240px;
}

.openx_bottom body {
    margin:0px !important;
}


@media screen and (max-width: 768px) {

    #newsy_lista1 .news h2 {
        max-height:130px;
        overflow:hidden;
        font: bold 16px Calibri;
    } 

    .openx_top, #artykul_cont .news_reklama {
        margin-left:0px !important;
    }

    .menu_blog  {
        width:50%;
    }

    .menu_blog h5 {
        font-size:12px;
    }


    nav.fsmall .logo {
        width:50%;
		max-height: 44px;
        margin-top:10px;
        margin-bottom:0px;
    }

    #mobile_left {
        width:50%;
        left:-100%;
    }


    .lista_newsow_3plus3  p,#newsy_lista1 .news p,ul.lista_newsow_1plus4 li.main_news_1 p,ul.lista_newsow_4plus4 li.main_news_1 p, ul.lista_newsow_4plus4 li.main_news_2 p, ul.lista_newsow_4plus4 li.main_news_3 p, ul.lista_newsow_4plus4 li.main_news_4 p {
        display:none;
    }

    ul.lista_newsow_4plus4 li.main_news_1, ul.lista_newsow_4plus4 li.main_news_2, ul.lista_newsow_4plus4 li.main_news_3, ul.lista_newsow_4plus4 li.main_news_4 {
        float: none;
        width: 100%;
        padding-left:0px;
    }



    ul.lista_newsow_6plus2 li.main_news_1, ul.lista_newsow_6plus2 li.main_news_2, ul.lista_newsow_6plus2 li.main_news_3, ul.lista_newsow_6plus2 li.main_news_4, ul.lista_newsow_6plus2 li.main_news_5, ul.lista_newsow_6plus2 li.main_news_6 {
        float: none;
        width: 100%;
        padding-left:0px;
    }


    .main_top1 {
        text-align:center;
    }

    .main_top1 .link_top,.main_top1 .link_top .pull-right {
        float:none !important;
    }

    .czytaj_blog .col-xs-8 {
        padding:0px;
    }

    .czytaj_blog img {
        width:100% !important;
        max-width:none;
        height:auto;
    }

    .czytaj_blog p.bloger,.czytaj_blog h5 {
        margin-left:10px;
        margin-top:0px;
    } 

    .czytaj_blog h5 {
        height:35px;
        overflow:hidden;
    }

    .blok_blogi .row.kol:after,.blok_blogi .row.kol:before {
        clear:none;
    }

    .fh_p {
        border:0px;
    } 

    .lista_newsow_3plus3 .col-sm-4 .col-xs-6,.lista_newsow_3plus3 .col-xs-6.col-sm-3,.lista_newsow_3plus3 .col-xs-6.col-sm-9  {
        padding:0px 5px;
    }

    .lista_newsow_3plus3 .row {
        margin-left:-5px;
        margin-right:-5px;
    }

    .lista_newsow_3plus3 .col-sm-4 .col-xs-6 img,.lista_newsow_3plus3 .col-xs-6.col-sm-3 img {
        width:100%;
        max-width:none;
    }

    .lof-slidecontent .navigator-content {
        width:100% !important;
    }

    .lof-slidecontent ul.navigator-wrap-inner li > div {
        padding:0px 5px;
    }


    .lof-slidecontent .navigator-wrapper  {
        width:100% !important;
    }

    div#foot_menu .rTableCell  {
        display:block;
    }

    div#foot_menu .rTableCell a {
        padding-top:5px;
        padding-bottom:5px;
    }

    #box_jquery {
        width:90%;
        position:fixed;
        z-index:1000;
        top:30%;
        border:1px solid #ccc;
        box-shadow:0 0 15px #333;
        background-color:white;
        margin:0px auto;
        left:50%;
        margin-left:-45%;

    }

    #box_jquery .inp_r, #box_jquery .inp_rs {
        width:200px !important;
    }

    #artykul_cont .linki_artykulu {
        width:30%;
        float:left;
    }


    #artykul_cont #artykul_tresc {
        clear:both;
    } 


    div.lista_newsow_3plus3 div.main_news_1, div.lista_newsow_3plus3 div.main_news_2, div.lista_newsow_3plus3 div.main_news_3 {
        padding: 10px 5px;
    } 

    ul.lista_newsow_4plus4 li.main_news_1,ul.lista_newsow_4plus4 li.main_news_2,ul.lista_newsow_4plus4 li.main_news_3,ul.lista_newsow_4plus4 li.main_news_4 {
        padding: 10px 0px;
    } 




    .lista_newsow_3plus3 h5,.lista_newsow_4plus4 h5 {
        max-height:64px;
        overflow:hidden;
    }

    nav .container {
        margin-bottom:0px !important;
    }
/*
    #main_right {
        width:50%;
        right:-100%;
    }
*/
    ul.lista_newsow_6plus2 li.main_news_3, ul.lista_newsow_6plus2 li.main_news_5 {
        padding-right: 0px;
    }

    ul.lista_newsow_6plus2 li.main_news_3 p,	ul.lista_newsow_6plus2 li.main_news_4 p,	ul.lista_newsow_6plus2 li.main_news_5 p,	ul.lista_newsow_6plus2 li.main_news_6 p {
        display: none;
    }	


    .lista_newsow_4plus4 .col-xs-6 img,.lista_newsow_6plus2 .col-xs-6 img {
        width:100%;
        max-width:none;
        height:auto;
    }

    ul.lista_newsow_4plus4 li.main_news_1, ul.lista_newsow_4plus4 li.main_news_3 {
        padding-right: 0px;
    } 

    .navbar-default .logo {
        position:relative;
        z-index:20;
        margin: 20px auto 20px 0;
        display: block;
    }
    .main_top1 {padding-top: 0;}

    .hidden-lg {
        position:absolute;
        top:100px;
        width:100%;
    }



    ul.lista_newsow_1plus4 .col-xs-6 {
        padding-right:5px;
        padding-left: 5px;
    }

    ul.lista_newsow_1plus4 .row {
        margin-right: -5px;
        margin-left: -5px;
    } 
    .hidden-xs#top_forms {
        display: none !important;
    }
    .lof-slidecontent ul.navigator-wrap-inner li {
        display:none;
        width:100% !important;
    }

    .lof-slidecontent ul.navigator-wrap-inner li.active {
        display:block;
        position:absolute;
        bottom:0px;
    }
	
	.lista_newsow_6plus2 .main_news_2 .row .col-sm-12,
	.lista_newsow_6plus2 .main_news_1 .row .col-sm-12 {
		width: 50%;
		float: left;
		padding-right: 0;
	}
	.lista_newsow_6plus2 .main_news_5 .row .col-xs-6:nth-of-type(1),
	.lista_newsow_6plus2 .main_news_6 .row .col-xs-6:nth-of-type(1),
	.lista_newsow_6plus2 .main_news_5 .row .col-xs-6 img,
	.lista_newsow_6plus2 .main_news_6 .row .col-xs-6 img,
	.lista_newsow_6plus2 .main_news_2 .row .col-sm-12 p,
	.lista_newsow_6plus2 .main_news_1 .row .col-sm-12 p {
		display: none;
	} 
	.lista_newsow_6plus2 .main_news_5 .row .col-xs-6,
	.lista_newsow_6plus2 .main_news_6 .row .col-xs-6 {
		width: 100%;
		border-top: 1px solid #ccc;
		padding: 10px 0;
	}
	.lista_newsow_6plus2 .main_news_5 .row,
	.lista_newsow_6plus2 .main_news_6 .row {
		margin: 0;
	}
}

.lof-slidecontent ul.navigator-wrap-inner.absolu li {
    display:none;
    width:100% !important;
}

.lof-slidecontent ul.navigator-wrap-inner.absolu li.active {
    display:block;
    position:absolute;
    bottom:0px;
}
    
@media screen and (max-width: 480px) {

    #mobile_left {
        width:70%;
    }

    #main_right {
        max-width:100%;
    }

}

@media screen and (min-width: 1200px) {
    #main_left {
        width:780px;
        width: 63.42%;
        float: left;
    }

    #main_right {
        width:450px;
        width: 36.58%;
        float:right;
        padding-left:0px;
        top: 0;
    }

    .czytaj_blog .col-sm-5 {
        padding:0px;
    }

    .czytaj_blog .col-sm-9 {
        padding-right:0px;
        padding-left:5px;
    }
    
    .czytaj_blog h5 {
		margin-right:10px;
		}
    
    .blok_blogi .kol .czytaj_blog {
		padding:0px;
		}
    
     .blok_blogi .kol {
		margin:0px;
		}
    

    .fh_p {
        padding-left:0px;
    }

    .openx_bottom {
        margin:20px 0px;
    }

    .lista_newsow_3plus3 .col-sm-12 {
        padding:0px;
    }

    .lista_newsow_3plus3 .row {
        margin:0px -5px;
    } 

    .lista_newsow_3plus3 .col-sm-4 {
        padding:0px 5px;
    }


    .lista_newsow_3plus3 .col-sm-4 .row {
        margin:0px;
    }

    .lista_newsow_3plus3 .fh_l {
        padding-left:5px;
    }

    #artykul_tresc .openx_top {
        margin-left:-20%;
    }


}

@media all and (max-width:1200px) {
    #main_left {
        width:100%;
    }
}

.lista_newsow_6plus2 .main_news_5,
.lista_newsow_6plus2 .main_news_3 {
    clear: left;
}

#main_left .openx_bottom {
    margin-bottom: 10px;
}

.lista_newsow_1plus4plus2 {
    list-style: none;
}
.lista_newsow_1plus3 .n-cont,
.lista_newsow_1plus4plus2 .n-cont {
    position: relative;
    overflow: hidden;
}
.lista_newsow_1plus3 .main_news_1,
.lista_newsow_1plus4plus2 .main_news_1 {
    overflow: hidden;
    margin: 10px 0 15px 0;
    position: relative;
}

.lista_newsow_1plus3 .main_news_1 .l,
.lista_newsow_1plus4plus2 .main_news_1 .l {
    float: left;
    width: 490px;
    width: 65.333333%;
    padding-right: 15px;
}
.lista_newsow_1plus3 .main_news_1 .l img,
.lista_newsow_1plus4plus2 .main_news_1 .l img {
    width: 100%;
}
.lista_newsow_1plus3 .main_news_1 .r,
.lista_newsow_1plus4plus2 .main_news_1 .r {
    float: right;
    width: 260px;
    width: 34.666666%;
    position: absolute;
    height: 100%;
    right: 0;
    border: 1px solid #575757;
    border-left: none;
    padding: 10px 10px 10px 0;
}
.lista_newsow_1plus4plus2.grey .main_news_1 .r,
.lista_newsow_1plus3.grey .main_news_1 .r {
    border-color: #575757;
}
.lista_newsow_1plus4plus2.turkus .main_news_1 .r,
.lista_newsow_1plus3.turkus .main_news_1 .r {
    border-color: #00aaad;
}
.lista_newsow_1plus4plus2.green .main_news_1 .r,
.lista_newsow_1plus3.green .main_news_1 .r {
    border-color: #81B539;
}
.lista_newsow_1plus4plus2.orange .main_news_1 .r,
.lista_newsow_1plus3.orange .main_news_1 .r {
    border-color: #F38401;
}
.lista_newsow_1plus4plus2.red .main_news_1 .r,
.lista_newsow_1plus3.red .main_news_1 .r {
    border-color: #CB023F;
}
.lista_newsow_1plus4plus2.purple .main_news_1 .r,
.lista_newsow_1plus3.purple .main_news_1 .r {
    border-color: #88307F;
}
.lista_newsow_1plus3 .main_news_1 .r h5,
.lista_newsow_1plus4plus2 .main_news_1 .r h5 {
    font-size: 28px;
    line-height: 30px;
    font-family: Calibri, sans-serif;
    margin: 0;
}
.lista_newsow_1plus3 .main_news_1 .r p,
.lista_newsow_1plus4plus2 .main_news_1 .r p {
    font-size: 14px;
    line-height: 16px;
    font-family: Calibri, sans-serif;
}
.lista_newsow_1plus4plus2 .main_news_1 .r a.dzial {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    background: #575757;
	font-family: "Centaury Gothic", "_Centaury_Gothic_Bold", sans-serif;
	font-size: 14px;
}
.lista_newsow_1plus3 p,
.lista_newsow_1plus3 h5,
.lista_newsow_1plus4plus2 p,
.lista_newsow_1plus4plus2 h5 {
    font-family: Calibri, sans-serif;
    margin-top: 5px;
}

.lista_newsow_1plus3 h5 {margin-bottom: 10px;}
.lista_newsow_1plus3 h5+p {margin-top: -5px;}

.lista_newsow_1plus4plus2 h5, .lista_newsow_1plus3 h5 {
    margin-bottom: 10px;
}
.lista_newsow_1plus4plus2 h5+p {
    margin-top: -5px;
}

.lista_newsow_1plus3 h5 a,
.lista_newsow_1plus4plus2 h5 a {
    color: #000;
    display: block;
}
.lista_newsow_1plus3 .row,
.lista_newsow_1plus4plus2 .row {
    margin-left: -5px;
    margin-right: -5px;
}
.lista_newsow_1plus3 div[class*="main_news_"] {
    margin-bottom: 20px
}
.lista_newsow_1plus3 div[class*="col-"],
.lista_newsow_1plus4plus2 div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.lista_newsow_1plus4plus2 .bl {
	margin-bottom: 10px;
}
.lista_newsow_1plus3 .main_news_2 .im,
.lista_newsow_1plus3 .main_news_3 .im,
.lista_newsow_1plus3 .main_news_4 .im,
.lista_newsow_1plus4plus2 .main_news_6 .im,
.lista_newsow_1plus4plus2 .main_news_7 .im {
    position: relative;
}
.lista_newsow_1plus3 .main_news_2 .im h5,
.lista_newsow_1plus3 .main_news_3 .im h5,
.lista_newsow_1plus3 .main_news_4 .im h5,
.lista_newsow_1plus4plus2 .main_news_6 .im h5,
.lista_newsow_1plus4plus2 .main_news_7 .im h5 {
    position: absolute;
    bottom: 0;
    display: block;
    color: #fff;
    padding: 8px 8px 8px 8px;
    display: block;
    width: 100%;
    -moz-box-shadow:    inset  0 -30px 30px -20px #000;
    -webkit-box-shadow: inset  0 -30px 30px -20px #000;
     box-shadow:        inset  0 -30px 30px -20px #000;
}
.lista_newsow_1plus3 .main_news_2 .im h5 a,
.lista_newsow_1plus3 .main_news_3 .im h5 a,
.lista_newsow_1plus3 .main_news_4 .im h5 a,
.lista_newsow_1plus4plus2 .main_news_6 .im h5 a,
.lista_newsow_1plus4plus2 .main_news_7 .im h5 a {
    color: #fff;
}
.lista_newsow_1plus4plus2 .main_news_8,
.lista_newsow_1plus4plus2 .main_news_9,
.lista_newsow_1plus4plus2 .main_news_10 {
    background: #f2f2f0;
    padding: 0 15px;
    overflow: hidden;
}
.lista_newsow_1plus4plus2 .main_news_8 h5,
.lista_newsow_1plus4plus2 .main_news_9 h5 {
    border-bottom: 1px solid #575757;
    display: block;
    margin-bottom: 10px;
}
.lista_newsow_1plus4plus2 .main_news_8 {
    padding-top: 20px
}
.lista_newsow_1plus4plus2 .main_news_10 {
    padding-bottom: 10px;
}
.lista_newsow_1plus4plus2 .br {
    padding-top: 0px;
}
.lista_newsow_1plus4plus2 .br>div {
    margin-bottom: 15px;
}
.lista_newsow_1plus4plus2 .br>div h5 a {
    padding-left: 14px;
    background: url('../gfx/art-list.png') no-repeat left 6px;
}
.lista_newsow_1plus4plus2 .br>div .figure {display: none;}
.lista_newsow_1plus3 div[class*="col-"] a img,
.lista_newsow_1plus4plus2 a img {
    width: 100%;
}
.lista_newsow_1plus4plus2 .main_news_6,
.lista_newsow_1plus4plus2 .main_news_7 {
    margin-bottom: 10px;
}
.lista_newsow_1plus3 .fh_l,
.lista_newsow_1plus3 .fh_p {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.blok1 .naglowek .links {
    position: relative;
    padding-left: 160px;
    text-align: right;
    min-height: 30px;
    padding-top: 10px;
}
.blok1 .naglowek .links h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}
.blok1 .naglowek .links h3 a {
    color: #fff;
}
.blok_biznes .lista_newsow_1plus4plus2 .main_news_1 .r {
    border-color: #575757;
}
.blok_biznes .lista_newsow_1plus4plus2 .main_news_1 .r a.dzial {
    background: #575757;
}
.naglowek_biznes .links,
.naglowek_biznes .links a {
    color: #575757;
}
.blok_lifestyle .lista_newsow_1plus4plus2 .main_news_1 .r {
    border-color: #00aaad;
}
.blok_lifestyle .lista_newsow_1plus4plus2 .main_news_1 .r a.dzial {
    background: #00aaad;
}
.naglowek_lifestyle .links,
.naglowek_lifestyle .links a {
    color: #00aaad;
}
.blok_kultura .lista_newsow_1plus4plus2 .main_news_1 .r {
    border-color: #81b539;
}
.blok_kultura .lista_newsow_1plus4plus2 .main_news_1 .r a.dzial {
    background: #81b539;
}
.naglowek_kultura .links,
.naglowek_kultura .links a {
    color: #81b539;
}
.blok_ludzie .lista_newsow_1plus4plus2 .main_news_1 .r {
    border-color: #f38401;
}
.blok_ludzie .lista_newsow_1plus4plus2 .main_news_1 .r a.dzial {
    background: #f38401;
}
.naglowek_ludzie .links,
.naglowek_ludzie .links a {
    color: #f38401;
}
.blok_young .lista_newsow_1plus4plus2 .main_news_1 .r {
    border-color: #cb023f;
}
.blok_young .lista_newsow_1plus4plus2 .main_news_1 .r a.dzial {
    background: #cb023f;
}
.naglowek_young .links,
.naglowek_young .links a {
    color: #cb023f;
}
.blok_automoto .lista_newsow_1plus4plus2 .main_news_1 .r {
    border-color: #88307f;
}
.blok_automoto .lista_newsow_1plus4plus2 .main_news_1 .r a.dzial {
    background: #88307f;
}
.naglowek_automoto .links,
.naglowek_automoto .links a {
    color: #88307f;
}
.bigbox-box {position: relative; overflow: hidden;}
.bigbox-box .l {
    float: left;
    width: 765px;
    width: 63.75%;
    padding-right: 15px;
    position: relative;
}
.bigbox-box .l .l-con {
    position: relative;
    overflow: hidden;
}
.bigbox-box .l .temat {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20% 22px 20px;
}
.bigbox-box .l .temat:after {
    box-shadow: 0 0 200px 100px #000;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    content: ' ';
}
.bigbox-box .l .temat h2 {
    font-family: Calibri, sans-serif;
    margin: 0;
}
.bigbox-box .l .temat h2 a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 2;
	font-size: 50px;
	line-height: 42px;
    font-weight: bold;
	text-shadow: -1px 0 rgba(0,0,0,0.7), 0 1px rgba(0,0,0,0.7), 1px 0 rgba(0,0,0,0.7), 0 -1px rgba(0,0,0,0.7);
}
.bigbox-box .r {
    width: 435px;
    width: 36.25%;
    float: right;
    position: relative;
}
.bigbox-box .r .foto {
    width: 58%;
    padding: 8px 0 0 0;
    display: table-cell;
    vertical-align: top;
}
.bigbox-box .r .tresc {
    width: 42%;
    padding: 8px 0 0 8px;
    position: relative;
    display: table-cell;
    vertical-align: top;
}
.bigbox-box .r .tresc h5 {
    padding: 2px 5px;
    background: #575757;
    display: inline-block;
    min-width: 100px;
    margin: 10px 0 15px -30px;
}
.bigbox-box .r .tresc h5 a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.bigbox-box .r .biznes .tresc h5 {
    background: #575757;
}
.bigbox-box .r .lifestyle .tresc h5 {
    background: #00aaad;
}
.bigbox-box .r .kultura .tresc h5 {
    background: #81b539;
}
.bigbox-box .r .ludzie .tresc h5 {
    background: #f38401;
}
.bigbox-box .r .dom .tresc h5 {
    background: #cb023f;
}
.bigbox-box .r .automoto .tresc h5 {
    background: #88307f;
}
.bigbox-box .r .tresc h4 {
    margin: 0;
    font-size: 16px;
}
.bigbox-box .r .tresc h4 a {
    color: #000;
    font-weight: bold;
}
.bigbox-box .r .bigbox-new {
    overflow: hidden;
    height: 150px;
    position: relative;
}
.bigbox-box .r .bigbox-new .tresc:after {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #575757;
    z-index: -1;
}
.bigbox-box .r .bigbox-new+.bigbox-new {
    margin-top: 7px;
}
.bigbox-box .r h3 {
    margin: 0;
    font-size: 18px;
    display: inline-block;
    background: #fff;
    padding: 0px 10px 0px 0;
    line-height: 14px;
    font-weight: normal;    
	font-family: "Centaury Gothic", "_Centaury_Gothic_Bold", sans-serif;
}
.bigbox-box .r h3+.bigbox_new-box {
    border-top: 1px solid #575757;
    margin-top: -4px;
    padding-top: 10px;
}
.container.top-padding {
    padding-top: 32px;
}
.openx_nav {
    overflow: hidden;
}
.widget-pogoda div {
    margin-left: auto;
    margin-right: auto;
}
.pozostale_artykuly .r {
    margin-top: 20px;
}
.glowna-biznes-r {
    position: relative;
    overflow: hidden;
}
.glowna-biznes-r.full {
    width: 160%;
    z-index: 2;
    left: 0;
}
.right-baner {
    margin: 10px 0;
}
.fbox {
    position: relative;
}
.openx {
    position: relative;
    margin: 0px 0 0 0;
    text-align: center;
	padding-top: 5px;
}
.glowna-biznes-r .openx {
    margin: 0 0 20px 0;
	padding-top: 5px;
}
.openx.powiazane_artykuly_pod,
.openx.glowna.bigbox_pod {
	padding-top: 10px;
}
.blok_biznes.blok1 {
	margin-bottom: 5px;
}
.openx .b {
    border-top: 1px solid #999;
    padding: 5px 0 0 0;
    display: block;
    position: relative;
    text-align: center;
    min-height: 20px;
    min-width: 100px;
}
.openx .t {
    display: block;
    position: absolute;
    background: #fff;
    right: 10px;
    top: -8px;
    font-size: 12px;
    line-height: 12px;
    padding: 0 5px;
    color: #999;
}
.openx .banner-wrap a {
	z-index:2; 
}
.openx.top_strony_rozwijany,
.openx.top_strony_rozwijany .b {
    margin: 0;
    border: none;
    padding: 0;
}
.openx.top_strony_rozwijany .t {
    display: none;
}

.artykul_slider .artykul-box-left-float {
	margin: 0;
}
.lista_newsow_1plus3 .openx+div[class*="main_news_"] {
    margin-top: 20px;
}
.blok_poznaj-region.blok-kraj-swiat,
.lista_newsow_1plus4plus2 .openx+.row,
.glowna-biznes-r+.blok1,
.openx+.blok1 {
	margin-top: 10px;
}
.openx img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media all and (min-width:1200px) {
    .fbox #main_left.fixed,
    .fbox #main_right.fixed #main_right_c {
        position: fixed;
        bottom: 0;
        top: initial !important;
    }
    .fbox #main_right.fixed #main_right_c {
        width: 435px;
    }
    .fbox #main_left.fixed {
        width: 780px;
        z-index: 2;
    }
    .fbox #main_right.fixed.bottom {
        position: absolute;
        right: 0;
        height: 100%;
    }
    .fbox #main_left.fixed.bottom,
    .fbox #main_right.fixed.bottom #main_right_c {
        position: absolute;
    }
    .fbox #main_left.fixed.bottom {
        margin-bottom: 10px;
    }
}

@media all and (max-width:1200px) {
    .blok_najczesciej_czytane .lista_row .tresc,
    .blok_najczesciej_czytane .lista_row .foto {
        width: 50%;
    }
    .blok_najczesciej_czytane .lista_row .tresc h4 {
        margin: 0 0 5px -30px;
    }
    .blok_najczesciej_czytane .lista_row .tresc h5 {
        font-size: 12px;
    }
    .container.top-padding {
        padding-top: 0;
    }
    .glowna-biznes-r.full {
        width: 100%;
    }
    #main_right .lista2 .lista_row {
        padding-top: 0 !important;
    }
}
@media all and (max-width:992px) {
    .bigbox-box .l,
    .bigbox-box .r {
        width: 100%;
        padding: 0 5px;
    }
    .bigbox-box .r .bigbox-new {
        width: 33.33333%;
        float: left;
    }
    .bigbox-box .r .bigbox-new+.bigbox-new {
        margin-top: 0;
    }
    .bigbox-box .l {
        margin-bottom: 10px;
    }
    .bigbox-box .l img {
        width: 100%;
    }
    .bigbox-box .r .bigbox-new .tresc:after {
        display: none;
    }
}
@media all and (min-width:452px) and (max-width:768px) {
    .bigbox-box .r .bigbox-new {
        height: auto;
        padding: 0 5px;
    }
    .bigbox-box .r .tresc,
    .bigbox-box .r .foto {
        width: 100%;
        padding: 0;
        display: block;
    }
    .bigbox-box .r .bigbox-new:before {
        display: none;
    }
    .bigbox-box .r .tresc h5 {
        margin: 5px 0 5px 0;
    }
}
@media all and (max-width:768px) {
    body {
        padding-top: 200px;
    }
    .lista_newsow_1plus3 .main_news_1 .r h5,
    .lista_newsow_1plus4plus2 .main_news_1 .r h5 {
        font-size: 24px;
        line-height: 24px;
    }
    .lista_newsow_1plus3 .main_news_1 .l,
    .lista_newsow_1plus4plus2 .main_news_1 .l {
        width: 60%;
    }
    .lista_newsow_1plus3 .main_news_1 .r,
    .lista_newsow_1plus4plus2 .main_news_1 .r {
        padding: 5px 5px 5px 0;
        width: 40%;
    }
    .lista_newsow_1plus4plus2 .main_news_2,
    .lista_newsow_1plus4plus2 .main_news_3,
    .lista_newsow_1plus4plus2 .main_news_4,
    .lista_newsow_1plus4plus2 .main_news_5 {
        margin-bottom: 10px;
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .lista_newsow_1plus4plus2 .main_news_6,
    .lista_newsow_1plus4plus2 .main_news_7 {
        width: 50%;
    }
    .lista.pozostale_artykuly .col-sm-4,
    .lista_newsow_1plus4plus2 .bl {
        width: 33.333333%;
    }
    .lista_newsow_1plus4plus2 .br {
        width: 66.666666%;
    }
    .lista_newsow_1plus4plus2 .main_news_8 h5, .lista_newsow_1plus4plus2 .main_news_9 h5 {
        border: none;
    }
	.bigbox-box .l .temat h2,
	.bigbox-box .l .temat h2 a {
		font-size: 32px;
		line-height: 26px;
	}
	.artykul-box-left-float {
		margin-left: 0;
	}
}
@media all and (max-width:580px) {
    .lista_newsow_1plus3 .main_news_1 .r p,
    .lista_newsow_1plus4plus2 .main_news_1 .r p {
        display: none;
    }
    .lista_newsow_1plus3 .main_news_2,
    .lista_newsow_1plus3 .main_news_3,
    .lista_newsow_1plus3 .main_news_4,
    .lista_newsow_1plus4plus2 .main_news_6,
    .lista_newsow_1plus4plus2 .main_news_7,
    .lista_newsow_1plus4plus2 .main_news_2 .tresc,
    .lista_newsow_1plus4plus2 .main_news_3 .tresc,
    .lista_newsow_1plus4plus2 .main_news_4 .tresc,
    .lista_newsow_1plus4plus2 .main_news_5 .tresc,
    .lista_newsow_1plus4plus2 .main_news_2 .foto,
    .lista_newsow_1plus4plus2 .main_news_3 .foto,
    .lista_newsow_1plus4plus2 .main_news_4 .foto,
    .lista_newsow_1plus4plus2 .main_news_5 .foto {
        width: 100%;
    }
    .blok1 .naglowek .links>a {
        display: inline-block;
    }
    .lista_newsow_1plus4plus2 .main_news_8, 
    .lista_newsow_1plus4plus2 .main_news_9, 
    .lista_newsow_1plus4plus2 .main_news_10 {
        width: 100%;
        padding: 10px;
        display: block;
    }
    .lista_newsow_1plus4plus2 .bl,
    .lista_newsow_1plus4plus2 .br {
        width: 100%;
    }
    .lista_newsow_1plus4plus2 .br>div {display: flex;}
    .lista_newsow_1plus4plus2 .br>div .figure {display: block; width: 33.3333%;}
    .lista_newsow_1plus4plus2 .br>div h5 a {padding: 0; background: none;}
    .lista_newsow_1plus4plus2 .br>div .text {padding-left: 10px; width: 66.6666%;}
    .lista_newsow_1plus4plus2 .main_news_6 h5, .lista_newsow_1plus4plus2 .main_news_7 h5, .lista_newsow_1plus4plus2 .main_news_8 h5, .lista_newsow_1plus4plus2 .main_news_9 h5, .lista_newsow_1plus4plus2 .main_news_10 h5 {font-size: 18px; line-height: 18px;}
	.bigbox-box .l .temat h2,
	.bigbox-box .l .temat h2 a {
		font-size: 28px;
		line-height: 28px;
	}
}
@media all and (max-width:452px) {
    .bigbox-box .r .bigbox-new {
        width: 100%;
    }
    .lista_newsow_1plus3 .main_news_1 .l,
    .lista_newsow_1plus4plus2 .main_news_1 .l {
        width: 100%;
        padding: 0 0 5px 0;
    }
    .lista_newsow_1plus3 .main_news_1 .r,
    .lista_newsow_1plus4plus2 .main_news_1 .r {
        position: relative;
        width: 100%;
        border-top: 0;
        border-left: 1px solid;
        padding: 0 5px 5px 5px;
    }
    .lista_newsow_1plus3 .main_news_1 .r h5,
    .lista_newsow_1plus4plus2 .main_news_1 .r h5 {
        font-size: 18px;
        line-height: 18px;
    }
    .lista_newsow_1plus3 .main_news_1 .r p,
    .lista_newsow_1plus4plus2 .main_news_1 .r p {
        display: block;
    }
    .lista.pozostale_artykuly .col-sm-4,
    .lista_newsow_1plus4plus2 .main_news_8, 
    .lista_newsow_1plus4plus2 .main_news_9, 
    .lista_newsow_1plus4plus2 .main_news_10 {
        display: block;
        width: 100%;
    }
	.lista.pozostale_artykuly .col-sm-4+.col-sm-4 {
		margin-top: 20px;
	}
	.bigbox-box .l .temat h2,
	.bigbox-box .l .temat h2 a {
		font-size: 24px;
		line-height: 24px;
	}
	.bigbox-box .l .temat {
		padding: 0 5px 5px 5px;
	}
}
@media all and (max-width:352px) {
    .lista_newsow_1plus4plus2 .main_news_2,
    .lista_newsow_1plus4plus2 .main_news_3,
    .lista_newsow_1plus4plus2 .main_news_4,
    .lista_newsow_1plus4plus2 .main_news_5 {
        width: 100%;
    }
    .lista_newsow_1plus3 .fh_l, 
    .lista_newsow_1plus3 .fh_p {
        width: 100%;
        display: block;
    }
	.bigbox-box .l .temat h2,
	.bigbox-box .l .temat h2 a {
		font-size: 14px;
		line-height: 14px;
	}
}

#mobile_left,
#main_right,
textarea,
body {
    scrollbar-face-color: #8e1c56;  
    scrollbar-shadow-color: #8e1c56;  
    scrollbar-highlight-color:#8e1c56;  
    scrollbar-3dlight-color: #8e1c56;  
    scrollbar-darkshadow-color: #8e1c56;  
    scrollbar-track-color: rgba(235,235,235,0.4);
    scrollbar-arrow-color: #8e1c56;
}
#mobile_left::-webkit-scrollbar,
#main_right::-webkit-scrollbar,
textarea::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 12px;
}
#mobile_left::-webkit-scrollbar-track,
#main_right::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: #eee;
}
#mobile_left::-webkit-scrollbar-thumb,
#main_right::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: #cbcaca;
    border-radius: 6px;
    cursor: pointer;
}
#mobile_left::-webkit-scrollbar-thumb:hover,
#main_right::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
    background-color: #8e1c56;
}

.box_popup {
width:66%;
left:17%;
position:fixed;
top:70px;
border-top:6px solid #8e1c56;
z-index:1032;
background:white;
padding:20px 50px;
color:black;
font-size:18px;
line-height:18px;
font-family: Calibri, sans-serif;
font-weight:300;
text-align:justify;
}

.box_popup .txt_zgoda {
font-size:14px;
background:#f3f3f3;
padding:5px;
overflow-y:scroll;
height:130px;
}

.box_popup .txt_zgoda a {
color:#8e1c56;
text-decoration:none;
}

.box_popup .txt_zgoda h4 {
color:black;
font-size:14px;
margin:5px 0px 15px 0px;
font-weight:bold;
}

.box_popup h3 {
font-size:30px;
font-weight:normal;
margin:0px 0px 20px 0px;
}

.popup_overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8); /* Black background with opacity */
    z-index: 1031; /* Specify a stack order in case you're using a different order for other elements */
}

.box_popup .popup_btn {
text-align:right;
margin-top:20px;
}

.box_popup .popup_btn .zgoda {
background:#8e1c56;
color:white;
border-radius:5px;
font-size:18px;
line-height:18px;
font-weight:bold;
padding:10px 35px;
display:inline-block;
border: 3px solid #8e1c56;
text-decoration:none;
}

.box_popup .popup_btn .nieteraz {
color:#8e1c56;
border-radius:5px;
font-size:18px;
line-height:18px;
font-weight:bold;
padding:10px 35px;
display:inline-block;
border: 3px solid #8e1c56;
margin-left:10px;
text-decoration:none;
}

.box_popup .close_btn {
position:absolute;
top:0px;
right:0px;
}

.container {width: 1220px; max-width: 100%;}
.weatherwidget-io {margin-bottom: 15px;}

.bigbox-box .bbd {display: flex; padding: 0 10px; flex-wrap: wrap;}
.bigbox-box .bbd .sl {width: 50%; padding: 10px; position: relative;}
.bigbox-box .bbd .sr {width: 50%; padding: 10px; position: relative;}
.bigbox-box .bbd img {width: 100%;}
.bigbox-box .bbd .figure {position: relative; overflow: hidden;}
.bigbox-box .bbd .info {left: 0; right: 0; bottom: 0; position: absolute; padding: 0 40px 40px 40px;}
.bigbox-box .bbd .info:after {box-shadow: 0 0 200px 100px #000; display: block; position: absolute; width: 100%; left: 0; bottom: 0; content: ' ';}
.bigbox-box .bbd .info h2 {font-size: 50px; line-height: 50px; color: #fff; position: relative; z-index: 2; font-weight: 700;}
.bigbox-box .bbd .info h2 a {color: #fff;}

.bigbox-box .bbm {display: flex; padding: 0; margin: 0 -10px; flex-wrap: wrap;}
.bigbox-box .bbm .sl {width: 50%; padding: 10px;}
.bigbox-box .bbm .sr {width: 50%; padding: 10px;}
.bigbox-box .bbm .slr-cont {position: relative;}
.bigbox-box .bbm img {width: 100%;}
.bigbox-box .bbm .figure {width: 66.6666%; padding-right: 20px;}
.bigbox-box .bbm .info {width: 33.3333%; border: 1px solid #575757; border-left: none; padding: 20px 20px 20px 0; position: absolute; top: 0; right: 0; bottom: 0; overflow: hidden;}
.bigbox-box .bbm .info h4 {font-size: 20px; line-height: 23px; color: #000; font-weight: 700; margin: 0; position: relative; max-height: 161px; overflow: hidden;}
.bigbox-box .bbm .info h4 a {color: #000;}

.strefa-ums-biznes {width: 1230px; margin: 10px -15px 20px -15px; padding: 0 15px; max-width: 100vw; position: relative; z-index: 2;}
.ums-block {width: 1200px; max-width: 100%; margin: 0 auto 0 auto; min-height: 260px; background: url('../gfx/ums-bgn.jpg') no-repeat center; background-size: cover; display: flex; flex-wrap: wrap; padding: 15px 10px 0 10px; border: 2px solid #e6e6e6; font-family: Calibri, sans-serif; color: #6d6e70;}
.ums-block .logo {width: 26%; padding: 0 12px;}
.ums-block .logo img {display: block; max-width: 100%; margin: 12px auto 30px auto;}
.ums-block .logo p, .ums-block .news-box p {margin: 0; font-size: 34px; line-height: 42px; font-weight: 700; text-align: center; letter-spacing: 0.1em;}
.ums-block .news-box {width: 74%;}
.ums-block .news-box .nag {margin: 0 auto 0 auto; display: block; max-width: 100%;}
.ums-block .news-box .news-list {display: flex; flex-wrap: wrap; margin: 15px 0 0 0;}
.ums-block .news-box .news {width: 25%; padding: 0 12px; margin: 0 0 20px 0;}
.ums-block .news-box .news img {max-width: 100%; margin: 0 auto 10px auto; border-bottom: 4px solid #00adee;}
.ums-block .news-box .news .tresc {width: 260px; max-width: 100%; margin: 0 auto;}
.ums-block .news-box .news a {font-size: 14px; color: #6d6e70; texd-decoration: none;}
/*#main_right.ums-specjalizacje .blok_najczesciej_czytane .lista.lista2 .lista_row:nth-of-type(3) {margin-top: 290px;}*/

.strefa-z-naglowkiem {width: 1230px; margin: 10px -15px 20px -15px; padding: 0 15px; max-width: 100vw; position: relative; z-index: 2;}
.strefa-z-naglowkiem .naglowek {display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; min-height: 30px;}
.strefa-z-naglowkiem .naglowek h3 {font-size: 14px; text-align: center; min-width: 146px; font-family: "Centaury Gothic", "_Centaury_Gothic_Bold", sans-serif; font-weight: normal; margin: 0;}
.strefa-z-naglowkiem .naglowek h3 a {padding: 6px 10px;}
.strefa-z-naglowkiem .naglowek .social {display: flex; margin: 0 0 0 auto; padding: 5px 0 0 0;}
.strefa-z-naglowkiem .naglowek .social a {margin: 0 0 0 10px;}
.strefa-z-naglowkiem .naglowek .social svg {display: block; height: 24px; width: auto;}
.strefa-z-naglowkiem .news-box {padding: 30px;}
.strefa-z-naglowkiem .news-box .news-list {display: flex; flex-wrap: wrap; margin: 0 -15px;}
.strefa-z-naglowkiem .news-box .news-list .news {width: 24.6666%; width: calc(24.6666% - 5px); padding: 0 15px;}
.strefa-z-naglowkiem .news-box .news-list .news .foto img {width: 100%; height: auto;}
.strefa-z-naglowkiem .news-box .news-list .news .tresc {padding: 20px 0 0 0;}
.strefa-z-naglowkiem .news-box .news-list .news .tresc h5 {font-size: 18px; line-height: 22px; font-weight: 700;}
.strefa-z-naglowkiem .news-box .news-list .logo {width: 26%; padding: 0 15px 0 30px; border-left: 1px solid rgba(255,255,255,.2); text-align: center; margin: 0 0 0 auto;}
.strefa-z-naglowkiem .news-box .news-list .logo svg {display: block; max-width: 100%; max-height: 90px; margin: 0 auto;}
.strefa-z-naglowkiem .news-box .news-list .logo p {margin: 10px 0 0 0; font-size: 14px;}
.strefa-z-naglowkiem .news-box .news-list .logo h5 {margin: 10px 0 0 0; font-size: 24px; font-weight: 700; text-transform: uppercase;}
.strefa-rdk.strefa-z-naglowkiem .naglowek h3 {color: #fff; background: #232321;}
.strefa-rdk.strefa-z-naglowkiem .naglowek h3 a {color: #fff;}
.strefa-rdk.strefa-z-naglowkiem .news-box {background: #232321;}
.strefa-rdk.strefa-z-naglowkiem .news-box .news-list .news .tresc h5 a {color: #fff;}
.strefa-rdk.strefa-z-naglowkiem .news-box .news-list .logo {color: #fff;}
.strefa-rdk.strefa-z-naglowkiem .news-box .news-list .logo a {color: #fff;}
.strefa-rdk.strefa-z-naglowkiem .news-box .news-list .logo h5 {color: #fff;}

.strefa-dcorde.strefa-z-naglowkiem .naglowek {border-bottom: 1px solid #3f2a16; margin: 0 0 20px 0;}
.strefa-dcorde.strefa-z-naglowkiem .naglowek h3 {color: #fff; background: #3f2a16; }
.strefa-dcorde.strefa-z-naglowkiem .naglowek .social svg {fill: #3f2a16;}
.strefa-dcorde.strefa-z-naglowkiem .naglowek h3 a {color: #fff;}
.strefa-dcorde.strefa-z-naglowkiem .news-box {padding: 0; display: flex; flex-wrap: wrap;}
.strefa-dcorde.strefa-z-naglowkiem .news-box .logo {background: url('../gfx/dcorde-bgn.jpg') no-repeat center; background-size: cover; display: block; margin: 0; position: relative; padding: 0; width: 26%;}
.strefa-dcorde.strefa-z-naglowkiem .news-box .logo img {bottom: 20px; display: block; margin: 0 auto; max-width: 90%; position: absolute; left: 0; right: 0;}
.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list {background: #f4f4f4; padding: 20px; width: 74%; margin: 0;}
.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list h4 {font-weight: 700; color: #cbaa5c; font-size: 24px; margin: 0 0 20px 0; width: 100%; padding: 0 10px; font-family: 'Playfair Display', serif;}
.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list .news {padding: 0 10px; width: 33.3333%; position: relative; padding-bottom: 35px;}
.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list .news .foto {padding: 10px; background: #fff; -webkit-box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 1); -moz-box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 1); box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 1);}
.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list .news .tresc {padding-top: 15px;}
.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list .news .tresc h5 a {color: #000000; font-size: 18px; font-weight: 700;}
.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list .news .more {color: #cbaa5c; font-size: 18px; position: absolute; bottom: 0; left: 10px; font-weight: 700;}




.naglowek_kraj h3, .blok_kraj .lista-newsow-kraj-swiat, .stopka-kraj-swiat.stopka-kraj, .blok-newsy-kraj-swiat.blok-kraj .lista, .blok-newsy-kraj-swiat.blok-kraj h3, .news-kraj-swiat .news-kraj .lista, .news-kraj-swiat.active-kraj .zakladki .zakladka, .news-kraj-swiat.active-swiat .zakladki .zakladka.kraj {background: #8e1c56;}
.blok_kraj .lista-newsow-kraj-swiat .lvl2:after, .blok_kraj .lista-newsow-kraj-swiat .lvl3:after, .blok-newsy-kraj-swiat.blok-kraj .lista .lista_row:after, .news-kraj-swiat .news-kraj .lista .news:after {background: #751747;}
.naglowek_czysty.c-8e1c56, .naglowek_czysty.c-8e1c56 a, .naglowek_czysty.c-8e1c56 h3 {color: #8e1c56;}
.naglowek_czysty.c-8e1c56 {border-bottom: 2px solid #8e1c56;}
.naglowek_swiat h3, .blok_swiat .lista-newsow-kraj-swiat, .stopka-kraj-swiat.stopka-swiat, .blok-newsy-kraj-swiat.blok-swiat .lista, .blok-newsy-kraj-swiat.blok-swiat h3, .news-kraj-swiat .news-swiat .lista, .news-kraj-swiat.active-swiat .zakladki .zakladka, .news-kraj-swiat.active-kraj .zakladki .zakladka.swiat {background: #575757;}
.blok_swiat .lista-newsow-kraj-swiat .lvl2:after, .blok_swiat .lista-newsow-kraj-swiat .lvl3:after, .blok-newsy-kraj-swiat.blok-swiat .lista .lista_row:after, .news-kraj-swiat .news-swiat .lista .news:after {background: #4d4d4d;}
.naglowek_czysty.c-575757, .naglowek_czysty.c-575757 a, .naglowek_czysty.c-575757 h3 {color: #575757;}
.naglowek_czysty.c-575757 {border-bottom: 2px solid #575757;}
.naglowek_praca h3, .blok_praca .lista-newsow-kraj-swiat, .stopka-kraj-swiat.stopka-praca, .blok-newsy-kraj-swiat.blok-praca .lista, .blok-newsy-kraj-swiat.blok-praca h3, .news-kraj-swiat .news-praca .lista {background: #464ad1;}
.blok_praca .lista-newsow-kraj-swiat .lvl2:after, .blok_praca .lista-newsow-kraj-swiat .lvl3:after, .blok-newsy-kraj-swiat.blok-praca .lista .lista_row:after, .news-kraj-swiat .news-praca .lista .news:after {background: #4d4d4d;}
.naglowek_czysty.c-464ad1, .naglowek_czysty.c-464ad1 a, .naglowek_czysty.c-464ad1 h3 {color: #464ad1;}

.naglowek_poznaj-region h3, .blok_poznaj-region .lista-newsow-kraj-swiat, .stopka-kraj-swiat.stopka-poznaj-region, .blok-newsy-kraj-swiat.blok-poznaj-region .lista, .blok-newsy-kraj-swiat.blok-poznaj-region h3, .news-kraj-swiat .news-poznaj-region .lista {background: #00914a;}
.blok_poznaj-region .lista-newsow-kraj-swiat .lvl2:after, .blok_poznaj-region .lista-newsow-kraj-swiat .lvl3:after, .blok-newsy-kraj-swiat.blok-poznaj-region .lista .lista_row:after, .news-kraj-swiat .news-poznaj-region .lista .news:after {background: rgba(0,0,0,0.24);}
.naglowek_czysty.c-00914a, .blok_poznaj-region .naglowek_czysty.c-00914a a, .naglowek_czysty.c-00914a h3 {color: #00914a;}
.blok_poznaj-region .lista-newsow-kraj-swiat .news-cont {position: relative; height: 100%;}
.blok_poznaj-region .lista-newsow-kraj-swiat .lvl2 .news-cont, .blok_poznaj-region .lista-newsow-kraj-swiat .lvl3 .news-cont {background: #01743b;}
.blok_poznaj-region .lista-newsow-kraj-swiat .lvl2 .name {padding: 10px;}
.blok_poznaj-region .lista-newsow-kraj-swiat .lvl3 {padding-bottom: 10px;}
.blok_poznaj-region .lista-newsow-kraj-swiat .lvl3 .l {z-index: 2;}
.blok_poznaj-region .lista-newsow-kraj-swiat .lvl3 .r {padding: 5px 10px;}
.stopka-kraj-swiat.stopka-poznaj-region .zagadnienia {padding-bottom: 5px;}
.stopka-kraj-swiat.stopka-poznaj-region .wiecej a {background: #01743b; padding: 5px; display: inline-block;}
.stopka-kraj-swiat.stopka-poznaj-region .tag {background: #01743b; padding: 5px; display: inline-block; margin: 0 5px 5px 0;}
.blok1.blok_poznaj-region .naglowek .links h3 a {position: relative;}
.blok1.blok_poznaj-region .naglowek .links h3 a:after {content: ' '; display: block; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background: rgba(0,0,0,0.24);}
.blok1.blok_poznaj-region .naglowek .links>a, .blok1.blok_poznaj-region .naglowek .links>span {color: #01743b;}
.blok_poznaj-region.baner {background: #00914a; padding: 20px 20px 0 20px;}
.blok_poznaj-region.baner .banner-cont {background: url('../gfx/poznaj-region-banner-3.jpg') no-repeat right center; background-size: cover; min-height: 98px; position: relative;}
.blok_poznaj-region.baner .logotyp {position: absolute; left: 40px; top: 50%; transform: translate(0, -50%); max-width: 25%;}
.blok_poznaj-region.baner .logotyp2 {position: absolute; right: 40px; top: 50%; transform: translate(0, -50%); max-width: 12%;}
.blok_poznaj-region.baner .napis {display: block; margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 50%;}

.naglowek_czysty.c-464ad1 {border-bottom: 2px solid #464ad1;}
.blok-kraj-swiat {width: 1200px; position: relative; z-index: 2; margin: 0 auto 10px auto;}
.blok-kraj-swiat h3 {margin: 0 auto;}
.blok-kraj-swiat h3 a {text-align: center; font-size: 16px;}
.lista-newsow-kraj-swiat {padding: 10px 10px 0 10px; display: flex; flex-wrap: wrap; position: relative;}
.lista-newsow-kraj-swiat .list-lvl1 {width: 40%; display: flex;}
.lista-newsow-kraj-swiat .list-lvl2 {width: 60%; display: flex;}
.lista-newsow-kraj-swiat .list-lvl3 {width: 100%; display: flex;}
.lista-newsow-kraj-swiat .lvl1 {padding: 10px; width: 100%;}
.lista-newsow-kraj-swiat .lvl2 {padding: 10px; width: 33.3333%; position: relative;}
.lista-newsow-kraj-swiat .lvl2:after {content: ' '; position: absolute; left: 10px; right: 10px; bottom: 10px; height: 2px; display: block;}
.lista-newsow-kraj-swiat .lvl3 {padding: 10px 10px 30px 10px; width: 25%; position: relative;}
.lista-newsow-kraj-swiat .lvl3 .news-cont {display: flex;}
.lista-newsow-kraj-swiat .lvl3:after {content: ' '; position: absolute; left: 10px; right: 10px; bottom: 10px; height: 2px; display: block;}
.lista-newsow-kraj-swiat .lvl3 .l {width: 50%;}
.lista-newsow-kraj-swiat .lvl3 .r {width: 50%; padding-left: 10px;}
.lista-newsow-kraj-swiat a {color: #fff;}
.lista-newsow-kraj-swiat a:hover {color: #fff;}
.lista-newsow-kraj-swiat .lvl1 .figure {position: relative; overflow: hidden;}
.lista-newsow-kraj-swiat .lvl1 .over {position: absolute; left: 0; right: 0; bottom: 0; padding: 0 20px 20px 20px;}
.lista-newsow-kraj-swiat .lvl1 .over:after {box-shadow: 0 0 200px 100px #000; display: block; position: absolute; width: 100%; left: 0; bottom: 0; content: ' ';}
.lista-newsow-kraj-swiat .lvl1 h5 {position: relative; z-index: 2; font-size: 28px; line-height: 31px;}
.lista-newsow-kraj-swiat .lvl2 h5 {font-size: 22px; line-height: 25px;}
.lista-newsow-kraj-swiat .lvl3 h5 {font-size: 14px; line-height: 17px;}
.lista-newsow-kraj-swiat .lvl1 h4 {position: relative; z-index: 2; font-size: 18px; line-height: 18px; font-weight: 700;}
.lista-newsow-kraj-swiat .lvl1 h4 a {display: inline-block; padding: 5px 10px; background: #fcfcfc; text-transform: uppercase; color: #575757; margin: 0 0 10px 0;}
.stopka-kraj-swiat {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 10px 10px 10px; font-size: 12px; line-height: 17px; color: #fff;}
.stopka-kraj-swiat .zagadnienia {padding: 10px;}
.stopka-kraj-swiat p {margin: 0;}
.stopka-kraj-swiat .tag {color: #fff;}
.stopka-kraj-swiat .wiecej {padding: 10px; margin: 0 0 0 auto;}
.stopka-kraj-swiat .wiecej a {color: #fff; font-weight: 700;}
.stopka-kraj-swiat .wiecej a svg {display: inline-block; width: 13px; height: 13px; fill: #fff; margin: 0 0 0 5px; vertical-align: text-bottom;}
.stopka-kraj-swiat .wiecej a:hover {color: #fff;}
#main_left .stopka-kraj-swiat {flex-wrap: nowrap;}
#main_left .stopka-kraj-swiat .wiecej {white-space: nowrap;}

.blok-newsy-kraj-swiat h3 {font-size: 16px; color: #fff; float: left; clear: both; min-width: 140px; text-align: center;}
.blok-newsy-kraj-swiat .lista {padding: 0 0 10px 0; clear: both;}
.blok-newsy-kraj-swiat .lista .lista_row {padding: 20px; position: relative; display: flex;}
.blok-newsy-kraj-swiat .lista .lista_row:after {content: ' '; position: absolute; left: 20px; right: 20px; bottom: 0; height: 2px; display: block;}
.blok-newsy-kraj-swiat .lista .foto {width: 33%;}
.blok-newsy-kraj-swiat .lista .lista_row.no1 .foto {width: 50%;}
.blok-newsy-kraj-swiat .lista .tresc {width: 67%; padding-left: 10px;}
.blok-newsy-kraj-swiat .lista .lista_row.no1.tresc {width: 50%;}
.blok-newsy-kraj-swiat .lista .tresc h5 {font-size: 18px; line-height: 17px; font-weight: 700;}
.blok-newsy-kraj-swiat .lista .lista_row.no1 .tresc h5 {font-size: 19px; line-height: 21px;}
.blok-newsy-kraj-swiat .lista .tresc h5 a {color: #fff;}
.blok-newsy-kraj-swiat .lista .tresc h5 a:hover {color: #fff;}

.news-kraj-swiat {margin: 10px 0;}
.news-kraj-swiat .zakladki {display: flex; flex-wrap: wrap; justify-content: flex-start;}
.news-kraj-swiat .zakladki .zakladka {min-width: 140px; text-align: center; font-size: 16px; color: #fff; line-height: 20px; padding: 5px; margin: 0; cursor: pointer;}
.news-kraj-swiat .lista {padding: 10px 10px 0 10px; display: flex;}
.news-kraj-swiat .lista .news {padding: 10px 10px 30px 10px; width: 33.33333%; position: relative;}
.news-kraj-swiat .lista .news:after {content: ' '; position: absolute; left: 10px; right: 10px; bottom: 10px; height: 2px; display: block;}
.news-kraj-swiat .lista .news h5 {font-size: 22px; line-height: 25px;}
.news-kraj-swiat .lista .news h5 a {color: #fff;}
.news-kraj-swiat .lista .news h5 a:hover {color: #fff;}
.news-kraj-swiat.active-kraj .news-swiat {display: none;}
.news-kraj-swiat.active-swiat .news-kraj {display: none;}


.re-fixed-full {position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #fff; z-index: 1031;}
.re-fixed-full .re-fixed-cont {position: absolute; top: 65px; right: 0; bottom: 0; left: 0;}
.re-fixed-full .openx {position: absolute; left: 0; right: 0; max-width: 1200px; margin: 0 auto; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);}
.re-fixed-full .t {display: none;}
.re-fixed-full .openx .b {border: none;}
.re-fixed-full .re-top {display: flex; flex-wrap: wrap; align-items: center; padding: 20px 20px 0 20px; z-index: 2; position: relative;}
.re-fixed-full .re-top .re {font-size: 14px; line-height: 18px; text-transform: uppercase; color: #000; font-weight: 700; margin: 0 auto 0 0; padding: 0 20px 0 0;}
.re-fixed-full .re-top .re-info {font-size: 14px; line-height: 18px; font-weight: 700; color: #000; margin: 0 0 0 auto; padding: 0 20px; text-align: right;}
.re-fixed-full .re-top .re-close {font-size: 14px; line-height: 18px; color: #fff; text-transform: uppercase; margin: 0; padding: 10px 35px; background: #8e1c56; border: 3px solid #8e1c56; font-weight: 700; cursor: pointer;}
.re-fixed-full .re-top .re-close svg {height: 14px; display: inline-block; margin: 0 0 4px 5px; fill: #fff; vertical-align: middle;}

.re-fixed-rb {position: fixed; right: 0; bottom: 0; z-index: 1030; max-width: 100%;}
.article.mobile .re-fixed-rb {bottom: 56px;}
.re-fixed-rb .re-top .re-close {position: absolute; top: -9px; right: 0; width: 30px; height: 20px; background: #fff; z-index: 2;}
.re-fixed-rb .re-top .re-close:before, .re-fixed-rb .re-top .re-close:after {content: ' '; display: block; position: absolute; width: 14px; height: 2px; background: #000; top: 50%; left: 50%; margin: -1px 0 0 -7px; cursor: pointer;}
.re-fixed-rb .re-top .re-close:before {transform: rotate(45deg);}
.re-fixed-rb .re-top .re-close:after {transform: rotate(-45deg);}
.re-fixed-rb .t {right: 40px;}

.openx-top-expand {max-height: 0; overflow: hidden; -webkit-transition: max-height 0.4s ease-in-out; -moz-transition: max-height 0.4s ease-in-out; -o-transition: max-height 0.4s ease-in-out; transition: max-height 0.4s ease-in-out;}
.openx-top-expand .openx {padding-top: 10px;}
.openx-top-expand.expanded {max-height: 500px;}
.openx-top-expand+.openx {margin-top: 10px;}

.fb-fixed {position: fixed; top: 170px; right: -340px; display: flex; width: 340px; z-index: 1030; min-height: 60px; -webkit-transition: right 0.4s ease-in-out; -moz-transition: right 0.4s ease-in-out; -o-transition: right 0.4s ease-in-out; transition: right 0.4s ease-in-out;}
.fb-fixed .fb-btn {width: 60px; height: 60px; top: 0; left: -60px; position: absolute; background: #1877f2; border-radius: none; padding: 14px 0 0 0;}
.fb-fixed .fb-btn svg {fill: #fff; display: block; margin: 0 auto; height: 32px;}
.fb-fixed:hover {right: 0;}

.najnowsze-news-fixed {position: fixed; bottom: 0; left: 0; right: 0; overflow: hidden; background: #fff; z-index: 30; height: 0; -webkit-transition: height 0.4s ease-in-out; -moz-transition: height 0.4s ease-in-out; -o-transition: height 0.4s ease-in-out; transition: height 0.4s ease-in-out;}
.najnowsze-news-fixed .nn-top {position: relative; border-top: 2px solid #8e1c56;}
.najnowsze-news-fixed .nn-top .nn-btn {position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; cursor: pointer; width: 130px; padding: 10px 0; text-align: center; color: #fff; background: #8e1c56; text-transform: uppercase; font-size: 16px; line-height: 20px; font-weight: 700;}
.najnowsze-news-fixed .nn-top .nn-btn:before {content: ' '; display: inline-block; margin: 0 5px 0 0; border-bottom: 8px solid #fff; border-right: 8px solid transparent; border-left: 8px solid transparent;}
.najnowsze-news-fixed .nn-cont .nn-news-list {width: 1220px; display: flex; padding: 10px 0; flex-wrap: wrap; margin: 0 auto; max-width: 100%;}
.najnowsze-news-fixed .nn-news {width: 25%; padding: 10px; position: relative;}
.najnowsze-news-fixed .nn-news .nn-news-cont {position: relative; overflow: hidden;}
.najnowsze-news-fixed .nn-news .info {position: absolute; left: 0; bottom: 0; right: 0; padding: 0 10px 10px 10px;}
.najnowsze-news-fixed .nn-news .info:after {box-shadow: 0 0 200px 100px #000; display: block; position: absolute;  width: 100%; left: 0; bottom: 0; content: ' ';}
.najnowsze-news-fixed .nn-news h5 {margin: 10px 0 0 0; font-size: 22px; line-height: 25px; position: relative; z-index: 2;}
.najnowsze-news-fixed .nn-news h5 a {color: #fff;}
.najnowsze-news-fixed .nn-footer a {display: block; font-size: 14px; line-height: 20px; text-transform: uppercase; text-decoration: none; color: #fff; text-align: center; background: #8e1c56; padding: 10px 0; font-weight: 700;}
.najnowsze-news-fixed .nn-footer a svg {display: inline-block; margin: 2px 5px 0 0; height: 14px; fill: #fff; vertical-align: text-top;}
.najnowsze-news-fixed.in {height: 2px; overflow: visible; -webkit-box-shadow: 0px -5px 20px 5px #fff;  box-shadow: 0px -5px 20px 5px #fff;}
.najnowsze-news-fixed.in .nn-top .nn-btn {top: -40px;} 
.najnowsze-news-fixed.in.expanded {height: auto;}
.najnowsze-news-fixed.in.expanded .nn-top .nn-btn:before {border-top: 8px solid #fff; border-bottom: none;}

.blok1 .stopka-dzial {display: flex; flex-wrap: wrap; background: #f2f2f0; padding: 5px 0 0 5px; margin: 0 0 10px 0; max-height: 79px; overflow: hidden;}
.blok1 .stopka-dzial .tag {display: block; padding: 5px 10px; margin: 0 5px 5px 0; border: 1px solid #e0e0e0; color: #ababab; text-decoration: none;}
.blok1 .stopka-dzial .tag:hover {color: #000;}

#artykul_tresc .addthis_toolbox {display: flex; flex-wrap: wrap;}
#artykul_tresc .addthis_toolbox .fb_iframe_widget {margin: 0;}

.artykul_galeria .article-carousel-box {position: relative; overflow: hidden;}
.artykul_galeria .article-carousel-box.show {padding: 0 32px;}
.artykul_galeria .article-carousel-box .slick-arrow {width: 30px; height: 100%; position: absolute; background: #8e1c56; top: 0; display: block !important; border: none; border-radius: 0; outline: none; box-shadow: none; font-size: 0;}
.artykul_galeria .article-carousel-box .slick-arrow.slick-prev {left: -32px;}
.artykul_galeria .article-carousel-box .slick-arrow.slick-next {right: -32px;}
.artykul_galeria .article-carousel-box .slick-arrow:before, .artykul_galeria .article-carousel-box .slick-arrow:after {content: ' '; display: block; width: 12px; height: 3px; background: #fff; position: absolute; top: 50%; left: 50%; right: 0; margin: -1.5px 0 0 -6px;}
.artykul_galeria .article-carousel-box .slick-arrow.slick-prev:before {transform: rotate(-45deg); margin-top: -5px;}
.artykul_galeria .article-carousel-box .slick-arrow.slick-prev:after {transform: rotate(45deg); margin-top: 2px;}
.artykul_galeria .article-carousel-box .slick-arrow.slick-next:before {transform: rotate(45deg); margin-top: -5px;}
.artykul_galeria .article-carousel-box .slick-arrow.slick-next:after {transform: rotate(-45deg); margin-top: 2px;}
.artykul_galeria .article-carousel-box .slick-carousel {padding: 0; margin: 0;}
.artykul_galeria .article-carousel-box .item {padding: 0 2px; display: block !important;}
.artykul_galeria .article-carousel-box .item a {display: block; border: none; outline: none; box-shadow: none;}
.artykul_galeria .article-carousel-box .item img {width: 100%;}
.artykul_galeria .slick-track {margin: 0;}
#artykul_cont .article-carousel-btn {display: none; width: 100%; background: #575757; color: #fff; border: 2px solid #575757; font-weight: 700; text-align: center; padding: 5px; cursor: pointer; margin: 0 0 10px 0;}
#artykul_cont .article-carousel-btn:hover {color: #575757; background: #fff;}

.share-box {position: relative;}
.share-box .share-btn svg {height: 14px; margin: 0 5px 0 0; stroke: #666; display: inline-block; vertical-align: middle;}
.share-box .share-list:before {content: ' '; display: block; border-bottom: 6px solid #fff; border-right: 8px solid transparent; border-left: 8px solid transparent; position: absolute; left: 50%; margin: 0 0 0 -8px; top: -6px;}
.share-box .share-list {display: none; flex-wrap: wrap; padding: 5px; position: absolute; width: 300px; height: auto; z-index: 1000; background: #fff; text-align: left; margin: 0 0 0 -150px; left: 50%; top: 100%; -webkit-box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.5); box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.5);}
.share-box .share-list h4 {display: none; font-size: 16px; line-height: 20px; width: 100%; margin: 0; padding: 5px; font-weight: 700; color: #000;}
.share-box:hover .share-list, .share-box:focus .share-list {display: flex;}
.share-box .share-list .share {width: 50%; padding: 5px;}
.share-box .share-list .share a {display: block !important; color: #000 !important; text-decoration: none !important; font-weight: 700 !important; text-align: left !important; padding: 5px 0 !important; font-size: 14px !important; margin: 0 !important; float: none !important;}
.share-box .share-list .share a svg {display: inline-block; margin: 0 5px 0 0; width: auto; height: 30px; padding: 5px; border-radius: 50%; fill: #fff; background: #ababab; vertical-align: middle;}
.share-box .share-list .share.twitter svg {background: #1DA1F2;}
.share-box .share-list .share.facebook svg {background: #4267B2;}
.share-box .share-list .share.linkedin svg {background: #2867B2;}
.share-box .share-list .share.pinterest svg {background: #BD081C;}
.share-box .share-list .share.whatsapp svg {background: #4AC959;}
.share-box .share-list .share.messenger svg {background: #0078FF;}
.share-box .share-list .share.mail svg {background: #ffce00;}
.share-box .share-list .share.copy svg {background: #e3e3e3;}
.share-box .share-list .share.twitter a:hover {color: #1DA1F2 !important;}
.share-box .share-list .share.facebook a:hover {color: #4267B2 !important;}
.share-box .share-list .share.linkedin a:hover {color: #2867B2 !important;}
.share-box .share-list .share.pinterest a:hover {color: #BD081C !important;}
.share-box .share-list .share.whatsapp a:hover {color: #4AC959 !important;}
.share-box .share-list .share.messenger a:hover {color: #0078FF !important;}
.share-box .share-list .share.mail a:hover {color: #ffce00 !important;}
.share-box .share-list .share.copy a:hover {color: #e3e3e3 !important;}
.right .share-box .share-list:before {left: -6px; top: 0; border-right: 6px solid #fff; border-bottom: 8px solid transparent; border-top: 8px solid transparent; border-left: none; margin: 0;}
.right .share-box .share-list {top: 0; left: 100%; margin: 0;}
.right .share-box {padding-right: 10px;}

.mobile-share-fixed {position: fixed; display: flex; justify-content: space-evenly; bottom: 0; left: 0; right: 0; z-index: 1030; background: #fff; padding: 10px 0;}
.mobile-share-fixed a {display: block;}
.mobile-share-fixed svg {fill: #ebebeb; height: 30px;}
body.article.mobile {padding-bottom: 50px;}

body.mobile .lista_newsow_1plus4plus2 div.shadow[class^="main_news_"], body.mobile .lista_newsow_1plus4plus2 div[class^="main_news_"] .shadow, body.mobile .lista_newsow_1plus3 div.main_news_1.shadow, body.mobile .lista_newsow_1plus3 div.nt1[class^="main_news_"] .shadow, body.mobile #artykul_cont .powiazane-artykuly .col-sm-4.item .shadow {position: relative; padding-bottom: 29px;}
body.mobile .lista_newsow_1plus4plus2 .br div.shadow[class^="main_news_"], body.mobile .lista_newsow_1plus4plus2 .br div[class^="main_news_"] .shadow {padding-bottom: 0;}
body.mobile .news-list-share-box {clear: both; padding: 0; display: flex; border: 1px solid #f1f1f1; position: absolute; bottom: 0; left: 0; right: 0;}
body.mobile .news-list-share-box>div {padding: 5px; width: 100%; text-align: center;}
body.mobile .news-list-share-box .share-box .share-btn svg {stroke: #b3b3b3; height: 10px; vertical-align: initial;}
body.mobile .news-list-share-box .share-box .share-btn {color: #b3b3b3; font-size: 12px;}


#artykul_cont .lista.najpopularniejsze .tresc, #artykul_cont .lista.pozostale_artykuly .tresc {overflow: hidden;}
#artykul_cont .pozostale_artykuly .col-sm-4 .share-box {display: block; margin: 0 auto; width: 81px;}
#artykul_cont .pozostale_artykuly .list .tresc, .lista_newsow_1plus3 .fh_p, .lista_newsow_1plus4plus2 .br>div {position: relative; padding-right: 20px;}
.lista_newsow_1plus3 div[class*="col-"].fh_p {padding-right: 25px;}
#artykul_cont .pozostale_artykuly .list .tresc .share-box, .lista_newsow_1plus3 .fh_p .share-box, .lista_newsow_1plus4plus2 .br .share-box {position: absolute; right: 0; bottom: 10px; padding-left: 10px;}
.lista_newsow_1plus3 .fh_p .share-box, .lista_newsow_1plus4plus2 .br .share-box, #artykul_cont .powiazane_artykuly .item.list .share-box, #artykul_cont .pozostale_artykuly .item.list .share-box {right: 10px;}
#artykul_cont .pozostale_artykuly .list .tresc .share-btn span, .lista_newsow_1plus3 .fh_p .share-btn span, .lista_newsow_1plus4plus2 .br .share-btn span {display: none;}
#artykul_cont .pozostale_artykuly .list .tresc .share-btn svg, .lista_newsow_1plus3 .fh_p .share-btn svg, .lista_newsow_1plus4plus2 .br .share-btn svg {margin: 0;}
#artykul_cont .pozostale_artykuly .list .tresc .share-box .share-list:before, .lista_newsow_1plus3 .fh_p .share-box .share-list:before, .lista_newsow_1plus4plus2 .br .share-box .share-list:before {left: initial; right: -6px; top: 0; border-right: none; border-bottom: 8px solid transparent; border-top: 8px solid transparent; border-left: 6px solid #fff; margin: 0;}
#artykul_cont .pozostale_artykuly .list .tresc .share-box .share-list, .lista_newsow_1plus3 .fh_p .share-box .share-list, .lista_newsow_1plus4plus2 .br .share-box .share-list {top: 0; left: initial; right: 100%; margin: 0;}
#artykul_cont .powiazane-artykuly .item.list .shadow, .lista_newsow_1plus3 .nt2 .row {display: flex; width: 100%;}
.lista_newsow_1plus3 .nt2 {overflow: hidden;}
.lista_newsow_1plus3 .nt2 .fh_p {border-bottom: 1px solid #d4d4d4;}

.artykul-box-left-float {float: left; margin: 10px 10px 10px -20.9677%;}
.artykul-box-left-float h3 {float: left; margin: 0 0 10px 0; border-bottom: 1px solid #000; clear: both; font-size: 16px; color: #000; width: 300px; max-width: 100%; font-weight: 700;}
.artykul-box-left-float .news-sm-box {background: #f2f2f2; padding: 10px 10px 0 10px; overflow: hidden; margin-bottom: 10px; width: 300px;}
.artykul-box-left-float .news-sm {display: flex; width: 100%; margin: 0 0 10px 0;}
.artykul-box-left-float .news-sm .figure {width: 33%;}
.artykul-box-left-float .news-sm .info {width: 67%; padding-left: 10px;}
.artykul-box-left-float .news-sm .info h4 {margin: 0; font-size: 14px; line-height: 16px; font-weight: 700;}
.artykul-box-left-float .news-sm .info h4 a {color: #000 !important;}
.artykul-box-left-float .openx {float: left; clear: both;}

#main_menu .left, #main_menu .right {display: none;}
#main_right .widget-pogoda {padding-top: 10px;}

.cboxPhoto {max-width: 90vw;}

.modul-kia {width: 1230px; margin: 10px -15px 20px -15px; padding: 0 15px; max-width: 100vw; position: relative; z-index: 2;}
.modul-kia .kia-block {width: 1200px; max-width: 100%; margin: 0 auto 0 auto; padding: 15px 10px 0 10px; background: rgb(5,20,31); background: linear-gradient(0deg, rgba(5,20,31,1) 0%, rgba(0,0,0,1) 50%); overflow: hidden;}
.modul-kia .header {position: relative;}
.modul-kia .header:before {content: ' '; position: absolute; top: 45px; left: 10px; right: 10px; height: 2px; background: #364148; opacity: 0.8;}
.modul-kia .header h3 {font-family: "CentauryGothic"; font-weight: 700; font-size: 14px;text-transform: uppercase; color: #fff; position: absolute; top: 13px; left: 10px; border: 1px solid #364148; background: #05141f; margin: 0; padding: 5px 10px;}
.modul-kia .header h3 img {display: block; padding-bottom: 4px;}
.modul-kia .header .kia-logo {position: absolute; width: 90px; top: 5px; right: 10px;}
.modul-kia .header .kia-logo svg {max-width: 100%; fill: #fff;}
.modul-kia .header img {display: block; max-width: 100%; height: auto; margin: 0 auto;}
.modul-kia .header .social-icons {position: absolute; right: 20px; bottom: 10px; display: flex;}
.modul-kia .header .social-icons a {display: block; text-decoration: none; margin-left: 10px;}
.modul-kia .header .social-icons a svg {fill: #fff; height: 16px;}
.modul-kia .news-list {display: flex; flex-wrap: wrap; padding-bottom: 10px;}
.modul-kia .news-list .news {width: 20%; padding: 10px;}
.modul-kia .news-list .news .news-cont {border: 1px solid #364148; height: 100%; position: relative;}
.modul-kia .news-list .news .foto {padding: 2px;}
.modul-kia .news-list .news .foto img {display: block; width: 100%;}
.modul-kia .news-list .news .tresc {position: relative; padding: 0 15px 15px 15px;;}
.modul-kia .news-list .news .tresc h5 {font-size: 18px; line-height: 22px; color: #fff; margin: 15px 0 20px 0;}
.modul-kia .news-list .news .tresc h5 a {color: #fff;}
.modul-kia .news-list .news .tresc a.kia-btn {font-family: "CentauryGothic"; font-size: 12px; line-height: 14px; color: rgb(5,20,31); display: inline-block; padding: 9px 15px; background: #82888c; text-decoration: none; font-weight: 700;}
.modul-kia .news-list .news.news_1 {width: 40%;}
.modul-kia .news-list .news.news_1 .tresc {position: absolute; left: 0; right: 0; bottom: 0; padding: 20px; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,0) 60%);}
.modul-kia .news-list .news.news_1 .tresc a.kia-btn {background: #fff; opacity: 0.4;}
.modul-kia .news-list .news.news_1 .tresc h5 {font-size: 28px; line-height: 31px;}
.modul-kia .news-list .news.news_1 .tresc h5 a {color: #fff;}
.modul-kia .news-list .news:hover .news-cont {background: #05141f;}
.modul-kia .news-list .news.news_1:hover .news-cont {background: none;}
.modul-kia .news-list .news:hover .tresc a.kia-btn {background: #fff; opacity: 1;}


.modul-ikea {width: 1230px; margin: 10px -15px 10px -15px; padding: 0 15px; max-width: 100vw; position: relative; z-index: 2;}
.modul-ikea .ikea-block {width: 1200px; max-width: 100%; margin: 0 auto 0 auto; padding: 20px 0; background: #fff; overflow: hidden;}
.modul-ikea .header {position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; border-bottom: 2px solid #eeeeee;}
.modul-ikea .header h3 {margin: 0 0 2px 0;}
.modul-ikea .header img {display: block;}
.modul-ikea .header .social-icons {display: flex; margin: 0 0 2px auto;}
.modul-ikea .header .social-icons a {display: block; height: 16px; width: 16px;}
.modul-ikea .header .social-icons a+a {margin-left: 16px;}
.modul-ikea .header .social-icons svg {display: block; max-width: 100%; max-height: 100%; margin: 0 auto;}
.modul-ikea .news-box {margin: 0 -10px; padding: 5px 0;}
.modul-ikea .news-list {display: flex; flex-wrap: wrap; align-items: stretch;}
.modul-ikea .news-list .news {width: 16.66666%;}
.modul-ikea .news-list .news {padding: 10px;}
.modul-ikea .news-list .news .news-cont {background: #fad814; height: 100%; position: relative;}
.modul-ikea .news-list .news .foto img {max-width: 100%; display: block;}
.modul-ikea .news-list .news .tresc {padding: 15px 20px 50px 20px;}
.modul-ikea .news-list .news .tresc h5 {margin: 0; font-size: 16px; color: #000; line-height: 18px;}
.modul-ikea .news-list .news .tresc h5 a {color: #000;}
.modul-ikea .news-list .news .tresc .more {position: absolute; left: 20px; bottom: 15px; display: block; width: 30px; height: 30px; border-radius: 50%; background: #000; padding: 10px;}
.modul-ikea .news-list .news .tresc .more svg {fill: #fad814; display: block; margin: 0 auto;}
.modul-ikea .news-list .news.news_1 .news-cont {background: #0058aa;}
.modul-ikea .news-list .news.news_1 .tresc {padding-bottom: 75px;}
.modul-ikea .news-list .news.news_1 .tresc .logo {display: block; width: 100px; margin: 0 auto 25px 0;}
.modul-ikea .news-list .news.news_1 .tresc .logo svg {display: block; max-width: 100%;}
.modul-ikea .news-list .news.news_1 .tresc h5 {font-size: 24px; margin: 0; color: #fff; line-height: 26px;}
.modul-ikea .news-list .news.news_1 .tresc h5 a {color: #fff;}
.modul-ikea .news-list .news.news_1 .tresc .more {width: 43px; height: 42px; padding: 13px; background: #fff; bottom: 30px; left: 30px;}
.modul-ikea .news-list .news.news_1 .tresc .more svg {fill: #000;}
.modul-ikea .tags-box {border: 2px solid #eeeeee; padding: 3px; display: flex; flex-wrap: wrap; margin: 0 0 10px 0;}
.modul-ikea .tags-box .tag {display: block; font-size: 12px; line-height: 14px; color: #000; background: #e2e2e2; padding: 8px 10px; margin: 5px; font-weight: 700;}



@media all and (min-width:481px) {
	.modul-ikea .news-list .news.news_1 {width: 50%;}
	.modul-ikea .news-list .news.news_1 .news-cont {background: #0058aa; display: flex; flex-direction: row-reverse;}
	.modul-ikea .news-list .news.news_1 .foto {width: 100%;}
	.modul-ikea .news-list .news.news_1 .foto img {float: right;}
	.modul-ikea .news-list .news.news_1 .tresc {position: absolute; background: #0058aa; left: 0; top: 0; bottom: 0; width: 42%; padding-bottom: 75px;}
}



@media screen and (max-width: 980px) {



  .box_popup {
    width:80%;
    left:10%;
    top:30px;
    }
	.blok_poznaj-region.baner .banner-cont {padding: 15px 10px 15px 10px; text-align: center;}
	.blok_poznaj-region.baner .logotyp {position: relative; transform: translate(0, 0); top: initial; left: initial; margin: 0 10px 20px 10px; display: inline-block; max-width: 100%;}
	.blok_poznaj-region.baner .logotyp2 {position: relative; transform: translate(0, 0); top: initial; right: initial; margin: 0 10px 20px 10px; display: inline-block; max-width: 100%; max-height: 50px;}
	.blok_poznaj-region.baner .napis {position: relative; transform: translate(0, 0); top: initial; left: initial; margin: 0 auto; display: block; max-width: 100%;}


}



@media screen and (max-width: 480px) {

    .box_popup {
    width:96%;
    left:2%;
    position:fixed;
    top:30px;
    border-top:6px solid #8e1c56;
    z-index:1032;
    background:white;
    padding:6px 15px;
    color:black;
    font-size:15px;
    line-height:15px;
    font-family: Calibri, sans-serif;
    font-weight:300;
    text-align:justify;
    }
    
    .box_popup .popup_btn .nieteraz,.box_popup .popup_btn .zgoda {
      padding:4px 12px;
      font-size:15px;
      line-height:15px;
    }
    
    .box_popup .txt_zgoda {
    height:170px;  
    }

    .box_popup h3 {
    margin-bottom:10px;
    font-size:24px;
    }


}

/*.openx {min-height: 200px; background: #ddd;}
.openx.top_strony_rozwijany  {min-height: 10px;}
.openx.hidden {display: block !important; visibility: visible !important;}
.openx.openx-bgn-full {background: none;}*/
.openx-bgn-fixed {background-repeat: no-repeat; background-position: center; position: fixed; left: 0; right: 0; top: 0; height: 100vh;}
.openx-bgn-fixed.openx-bgn-1 {top: 100vh;}
.openx-bgn-fixed.openx-bgn-2 {top: 200vh;}
.openx-bgn-fixed.openx-bgn-3 {top: 300vh;}
.openx-bgn-fixed.openx-bgn-4 {top: 400vh;}
.openx-bgn-fixed.openx-bgn-5 {top: 500vh;}
.openx-bgn-fixed.openx-bgn-6 {top: 600vh;}
.openx-bgn-fixed.openx-bgn-7 {top: 700vh;}
.openx-bgn-fixed.openx-bgn-8 {top: 800vh;}
.openx-bgn-fixed.openx-bgn-9 {top: 900vh;}
.openx-bgn-fixed.openx-bgn-10 {top: 1000vh;}

@media all and (max-width:1500px) {
    .bigbox-box .bbd .info h2 {font-size: 40px; line-height: 40px;}
    .bigbox-box .bbd .info {padding: 0 30px 30px 30px;}
}

@media all and (max-width:1230px) {
    .bigbox-box .bbd {margin: 0 -10px;}
    .blok-kraj-swiat {max-width: calc(100vw - 30px);}
}
@media all and (max-width:1200px) {
    .blok_najczesciej_czytane.blokr1 .lista_row {margin-top: 0 !important;}
    div#main_menu .flex>div, div#main_menu .flex>div:hover {background-image: none;}
    #main_menu .main_submenu, div#main_menu .flex>div:hover .main_submenu, div#main_menu div.biznes.active .submenu_rozwiniete {display: none;}
    .bigbox-box .bbd .info h2 {font-size: 30px; line-height: 30px;}
    .bigbox-box .bbd .info {padding: 0 25px 25px 25px;}
    .bigbox-box .bbm .info h4 {margin: 0; font-size: 18px; line-height: 20px; max-height: 140px;}
    .bigbox-box .bbm .info {padding: 10px 10px 10px 0;}
    .blok-kraj-swiat {width: 100%; max-width: 100%;}
    .lista-newsow-kraj-swiat .lvl2, .lista-newsow-kraj-swiat .lvl1 {padding: 5px;}
    .lista-newsow-kraj-swiat .lvl3 {padding-left: 5px; padding-right: 5px;}
    .lista-newsow-kraj-swiat .lvl2:after, .lista-newsow-kraj-swiat .lvl3:after {left: 5px; right: 5px;}
    .lista-newsow-kraj-swiat .lvl2 h5 {font-size: 20px; line-height: 22px;}
    
    .blok-newsy-kraj-swiat .lista .lista_row.no1 .foto {width: 33%;}
    .blok-newsy-kraj-swiat .lista .foto img {width: 100%;}
    .blok_najczesciej_czytane.blokr1 .lista_row, .blok_mercedes .lista_row, .blok_een .lista_row, .blok_ciekawe_miejsca .lista_row {display: flex;}
    .blok_najczesciej_czytane .lista_row .tresc, .blok_mercedes .lista_row .tresc, .blok_een .lista_row .tresc, .blok_ciekawe_miejsca .lista_row .tresc {width: 67%;}
    .blok_najczesciej_czytane .lista_row .foto, .blok_mercedes .lista_row .foto, .blok_een .lista_row .foto, .blok_ciekawe_miejsca .lista_row .foto {width: 33%;}
    .blok_najczesciej_czytane .lista_row .foto img, .blok_mercedes .lista_row .foto img, .blok_een .lista_row .foto img, .blok_ciekawe_miejsca .lista_row .foto img {width: 100%;}
    .blok_najczesciej_czytane .lista_row .tresc h5, .blok_mercedes .lista_row .tresc h5, .blok_een .lista_row .tresc h5 {font-size: 16px; line-height: 20px;}
    .blok_mercedes .lista_row .tresc h5 a, .blok_een .lista_row .tresc h5 a {font-size: 16px; line-height: 20px;}
    .blok_najczesciej_czytane .lista_row, .lista.pozostale_artykuly .list {display: flex;}
	.najnowsze-news-fixed .nn-news h5 {font-size: 18px; line-height: 22px;}
}
@media all and (max-width:992px) {
    .ums-block .logo {width: 33.333333%;}
    .ums-block .news-box {width: 66.666666%}
    .ums-block .news-box .news {width: 50%;}
    .ums-block .logo {align-self: center;}
    .bigbox-box .bbd .info h2 {font-size: 26px; line-height: 26px;}
    .bigbox-box .bbd .info {padding: 0 20px 20px 20px;}
    .bigbox-box .bbm .figure, .bigbox-box .bbm .info {width: 50%;}
    .bigbox-box .bbm .info h4 {max-height: 80px;}
    .lista-newsow-kraj-swiat .list-lvl1 {order: 1; width: 40%;}
    .lista-newsow-kraj-swiat .list-lvl2 {order: 3; width: 100%;}
    .lista-newsow-kraj-swiat .list-lvl3 {order: 2; width: 60%; flex-wrap: wrap;}
    .lista-newsow-kraj-swiat .list-lvl3 .lvl3 {width: 50%; padding-left: 10px; padding-right: 10px;}
    .lista-newsow-kraj-swiat .list-lvl2 .lvl2, .lista-newsow-kraj-swiat .list-lvl1 .lvl1 {padding: 10px;}
    .lista-newsow-kraj-swiat .list-lvl2 .lvl2 img {width: 100%;}
    .lista-newsow-kraj-swiat .list-lvl2 .lvl2 .name {padding-bottom: 10px;}
    .lista-newsow-kraj-swiat .lvl2:after, .lista-newsow-kraj-swiat .lvl3:after {left: 10px; right: 10px;}
	.najnowsze-news-fixed .nn-news h5 {font-size: 14px; line-height: 18px;}
	.modul-kia .news-list .news, .modul-kia .news-list .news.news_1 {width: 25%;}
	.modul-kia .news-list .news.news_1 .tresc {position: relative; left: initial; right: initial; bottom: initial; padding: 0 15px 15px 15px; background: none;}
	.modul-kia .news-list .news.news_1 .tresc h5 {font-size: 18px; line-height: 22px;}
	.modul-ikea .news-list .news {width: 33.333333%;}
	.modul-ikea .news-list .news.news_1 {width: 100%;}
	.modul-ikea .news-list .news .tresc {padding-bottom: 60px;}
	.strefa-z-naglowkiem .news-box .news-list .news {width: 33.3333%;}
	.strefa-z-naglowkiem .news-box .news-list .logo {width: 100%; padding: 30px 15px 0 15px; margin: 30px 0 0 0; border-left: none; border-top: 1px solid rgba(255,255,255,0.2);}
}
@media all and (max-width:767px) {
    #artykul_cont .top-cont {display: flex; flex-wrap: wrap;}
    #artykul_cont h1 {float: none;}
    #artykul_cont .top-cont .autor {margin: 0 10px 5px 0; width: 100%;}
    #artykul_cont .top-cont .data_dodania {margin: 0; width: 100%;}
    #artykul_cont .zmien_czcionke {position: absolute; right: 10px; top: -5px; margin: 0;}
    #artykul_cont .top-cont .col-sm-3 {position: relative;}
    .artykul-box-left-float {margin-left: 0;}
    .fb-fixed {top: 230px;}
    div#main_menu div a.men {text-align: center; padding: 6px 2px;}
    div#main_menu .flex>div {width: auto; flex-grow: 1;}
    .bigbox-box .bbd .sr, .bigbox-box .bbd .sl, .bigbox-box .bbm .sl, .bigbox-box .bbm .sr {width: 100%;}
    .bigbox-box .bbd .info h2 {font-size: 40px; line-height: 40px;}
    .bigbox-box .bbd .info {padding: 0 25px 25px 25px;}
    .bigbox-box .bbm .figure {width: 66.6666%;}
    .bigbox-box .bbm .info {width: 33.3333%; padding: 20px 20px 20px 0;}
    .bigbox-box .bbm .info h4 {font-size: 20px; line-height: 23px; max-height: 184px;}
    .lista-newsow-kraj-swiat .list-lvl1 {width: 50%; order: 1; position: absolute; top: 0; left: 0; padding: 10px 0 0 10px;}
    .lista-newsow-kraj-swiat .list-lvl2 {width: 50%; order: 3; flex-wrap: wrap;}
    .lista-newsow-kraj-swiat .list-lvl3 {width: 50%; order: 2; padding-top: 33%;}
    .lista-newsow-kraj-swiat .list-lvl2 .lvl2 {width: 100%;}
    .lista-newsow-kraj-swiat .list-lvl3 .lvl3 {width: 100%;}
    .lista-newsow-kraj-swiat .lvl1 h5 {font-size: 22px; line-height: 26px;}
    .share-box:hover .share-list {display: none;}
    .share-box .share-list:before {display: none;}
    .share-box .share-list h4 {display: block;}
    .share-box .share-close {position: absolute; right: 10px; top: 10px; width: 14px; height: 14px; cursor: pointer;}
    .share-box .share-close:before, .share-box .share-close:after {content: ' '; width: 100%; height: 2px; background: #575757; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -50%;}
    .share-box .share-close:before {transform: rotate(45deg);}
    .share-box .share-close:after {transform: rotate(-45deg);}
    .share-box .share-btn {cursor: pointer;}
    .share-box.show-fixed:before {content: ' '; display: block; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: #000; opacity: 0.4; z-index: 1030;}
    .share-box.show-fixed .share-list {position: fixed !important; top: 50% !important; left: 50% !important; margin: 0 !important; display: flex; z-index: 1032; width: 300px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
    .re-fixed-full .re-top .re-close {margin: 0 0 0 auto;}
    .re-fixed-full .re-fixed-cont {top: 90px;}
    .link_top .newsletter {display: none;}
    .link_top span.th {display: none;}
    .navbar-fixed-top .main_top0 {width: 50%; float: left;}
    .navbar-fixed-top .main_top1 {width: 50%; float: right;}
    .link_top .pull-right {display: flex; flex-wrap: wrap;}
    .link_top .pull-right .user {order: 1; width: 100%; text-align: right; margin-bottom: 5px;}
    .link_top .pull-right #cse-search-form {order: 2;}
    #foot_menu .rTableRow {display: flex; flex-wrap: wrap;} 
    #foot_menu .rTableCell {flex-grow: 1;}
    .openx {overflow: hidden;}
    .strefa-ums-biznes {margin: 0; padding: 0; max-width: 100%;}
    .dzial-main {margin: 0 -10px; overflow: hidden;}
    #main_left {padding: 0 10px;}
    nav.fsmall .logo {width: auto;}
	.najnowsze-news-fixed .nn-news {width: 50%;}
	.najnowsze-news-fixed .nn-news:nth-of-type(5), .najnowsze-news-fixed .nn-news:nth-of-type(6), .najnowsze-news-fixed .nn-news:nth-of-type(7), .najnowsze-news-fixed .nn-news:nth-of-type(8) {display: none;}
	.najnowsze-news-fixed .nn-news .nn-news-cont .figure img {width: 100%;}
	.najnowsze-news-fixed .nn-news h5 {font-size: 18px; line-height: 22px;}
	#artykul_cont .pozostale_artykuly .list .foto, #artykul_cont .pozostale_artykuly .list .tresc {width: 50%;}
	.modul-kia .header .bgn-link {display: block; margin: 0 -20%;}
	.modul-kia .news-list .news, .modul-kia .news-list .news.news_1 {width: 50%;}
	.modul-ikea .news-list .news {width: 33.333333%;}
	.modul-ikea .news-list .news.news_1 {width: 100%;}
	.strefa-dcorde.strefa-z-naglowkiem .news-box .logo {width: 40%; height: 380px;}
	.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list {width: 60%;}
	.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list .news {width: 100%;} 
	.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list .news+.news {margin-top: 20px;}
}
@media all and (max-width:680px) {
    .news-kraj-swiat .lista .news h5 {font-size: 20px; line-height: 22px;}
    .bigbox-box .bbm .info h4 {max-height: 138px;}
	.strefa-z-naglowkiem .news-box .news-list .news {width: 50%;}
	.strefa-z-naglowkiem .news-box .news-list .news:nth-of-type(1), .strefa-z-naglowkiem .news-box .news-list .news:nth-of-type(2) {margin-bottom: 30px;}
	.strefa-z-naglowkiem .news-box .news-list .logo {width: 50%; padding: 0 15px; border-top: none; border-left: 1px solid rgba(255,255,255,0.2); margin: 0;}
}
@media all and (max-width:600px) {
    .ums-block .logo {width: 100%; margin-bottom: 20px;}
    .ums-block .news-box {width: 100%;}
    .ums-block .news-box .news-list {margin-left: -10px; margin-right: -10px;}
    .fb-fixed {display: none;}
    .bigbox-box .bbd .info h2 {font-size: 30px; line-height: 30px;}
    .bigbox-box .bbd .info {padding: 0 20px 20px 20px;}
    .bigbox-box .bbm .info h4 {font-size: 18px; line-height: 20px;}
    .bigbox-box .bbm .info {padding: 10px 10px 10px 0;}
    .lista-newsow-kraj-swiat .list-lvl1 {position: relative; top: initial; left: initial; padding: 0; width: 100%;}
    .lista-newsow-kraj-swiat .list-lvl2 {order: 2; width: 100%;}
    .lista-newsow-kraj-swiat .list-lvl3 {order: 3; width: 100%; padding: 0;}
    .lista-newsow-kraj-swiat .list-lvl1 img, .lista-newsow-kraj-swiat .list-lvl2 img {width: 100%;}
    .lista-newsow-kraj-swiat .lvl2 h5 {margin: 10px 0;}
    .lista-newsow-kraj-swiat .lvl3 h5 {font-size: 18px; line-height: 22px;}
    div#main_menu div a.men {font-size: 12px;}
    #foot_menu .rTableCell {width: 25%;}
    #foot_menu .rTableCell:nth-of-type(1), #foot_menu .rTableCell:nth-of-type(2), #foot_menu .rTableCell:nth-of-type(3) {width: 33%; border-bottom: 1px solid #797979;}
	.najnowsze-news-fixed .nn-news h5 {font-size: 16px; line-height: 20px;}
	.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list .news {margin-bottom: 10px;}
}
@media all and (max-width:480px) {
    .bigbox-box .bbd .info h2 {font-size: 26px; line-height: 26px;}
    .bigbox-box .bbd .info {padding: 0 15px 15px 15px;}
    .bigbox-box .bbm .figure, .bigbox-box .bbm .info {width: 100%; position: relative; top: initial; right: initial; bottom: initial;}
    .bigbox-box .bbm .info h4 {max-height: initial;}
    .bigbox-box .bbm .figure {padding: 0 0 10px 0;}
    .bigbox-box .bbm .info {border-top: none; border-left: 1px solid #575757; padding: 0 10px 10px 10px;}
    .share-box.show-fixed .share-list {bottom: 0 !important; left: 0 !important; right: 0 !important; width: 100% !important; top: initial !important; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0);}
    .re-fixed-full .re-fixed-cont {top: 110px;}
    .news-kraj-swiat .lista {flex-wrap: wrap;}
    .news-kraj-swiat .lista .news {width: 100%;}
    .news-kraj-swiat .lista .news .foto img {width: 100%;}
    .news-kraj-swiat .zakladki .zakladka {min-width: 0; width: 50%;}
    .lista_newsow_1plus4plus2 .shadow, .lista_newsow_1plus3 .shadow, #artykul_cont .pozostale_artykuly .shadow {-webkit-box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.2); box-shadow: 0px 4px 18px 0px rgba(0,0,0,0.2); background: #fff; height: 100%; overflow: hidden;}
    .lista_newsow_1plus3 .nt1 h5, #artykul_cont .lista.pozostale_artykuly .col-sm-4 .tresc {padding: 0 5px;}
	.lista_newsow_1plus4plus2 .bl .shadow {background: #f2f2f0;}
    .lista_newsow_1plus4plus2 .shadow .tresc {padding-left: 10px; padding-right: 10px;}
    .lista_newsow_1plus4plus2 .bl h5, .lista_newsow_1plus4plus2 .shadow .im+h5 {padding-left: 5px; padding-right: 5px;}
    .lista_newsow_1plus4plus2 .mflex, .lista_newsow_1plus4plus2 .bl {display: flex; flex-wrap: wrap;}
    .lista_newsow_1plus4plus2 div[class*="col-"] {float: none;}
    #foot_menu .rTableCell {width: 33%;}
    #foot_menu .rTableCell:nth-of-type(1), #foot_menu .rTableCell:nth-of-type(2), #foot_menu .rTableCell:nth-of-type(3), #foot_menu .rTableCell:nth-of-type(4) {width: 50%;}
    #foot_menu .rTableCell:nth-of-type(4), #foot_menu .rTableCell:nth-of-type(5){border-bottom: 1px solid #797979;}
    .navbar-default {overflow: hidden;}
    #footer {font-size: 10px;}
    #artykul_cont .article-carousel-btn {display: block;}
    #artykul_cont .artykul_galeria {height: 0; overflow: hidden;}
    #artykul_cont .article-carousel-btn.active+.artykul_galeria {height: auto;}
	#artykul_tresc {font-size: 16px;}
	.najnowsze-news-fixed .nn-news h5 {font-size: 14px; line-height: 18px;}
	.lista.pozostale_artykuly div.list h4 {margin: 5px 0; line-height: 18px; font-size: 16px; max-height: 108px; overflow: hidden;}
	.lista_newsow_1plus4plus2 h5, .lista_newsow_1plus3 h5 {font-size: 16px; line-height: 18px; max-height: 108px; overflow: hidden;}
	.lista.pozostale_artykuly .list .tresc, .lista_newsow_1plus3 .nt2 .fh_p {border-bottom: none;}
	.modul-kia .header {padding-top: 60px; padding-bottom: 25px;}
	.modul-kia .news-list .news, .modul-kia .news-list .news.news_1 {width: 100%;}
	.modul-kia .news-list .news.news_1 .tresc {position: absolute; padding: 15px; left: 0; right: 0; bottom: 0; padding: 20px; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 15%, rgba(0,0,0,0) 60%);}
	.modul-kia .news-list .news.news_1 .tresc h5 {margin: 0 0 10px 0;}
	.modul-kia .news-list .news+.news .news-cont {display: flex;}
	.modul-kia .news-list .news+.news .news-cont .foto {width: 35%;}
	.modul-kia .news-list .news+.news .news-cont .tresc {width: 65%; padding: 10px 15px;}
	.modul-kia .news-list .news+.news .news-cont .tresc h5 {margin: 0 0 5px 0; font-size: 12px; line-height: 16px;}
	.modul-kia .news-list .news .tresc a.kia-btn {padding: 4px 10px 5px 10px;}
	.modul-kia .news-list .news .tresc a.kia-btn img {height: 9px;}
	.modul-ikea .news-list .news {width: 100%;}
	.modul-ikea .news-list .news .foto img {width: 100%;}
	.modul-ikea .news-list .news.news_1 .tresc .more {left: 15px; bottom: 15px;}
	.modul-ikea .news-list .news.news_1 .tresc .logo {margin-bottom: 15px;}
	.strefa-dcorde.strefa-z-naglowkiem .news-box .logo {width: 100%; margin: 0;}
	.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list {width: 100%; padding-top: 30px;}
	.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list h4 {text-align: center;}
	.strefa-dcorde.strefa-z-naglowkiem .news-box .news-list .news {margin-bottom: 10px;}
}
@media all and (min-width:441px) {
    #main_menu .flex {margin: 0 !important;}
}
@media all and (max-width:440px) {
    #main_menu {padding: 0 30px; position: relative; overflow: hidden;}
    #main_menu .flex {width: auto; width: 200%; -webkit-transition: margin 0.4s ease-in-out; -moz-transition: margin 0.4s ease-in-out; o-transition: margin 0.4s ease-in-out; transition: margin 0.4s ease-in-out;}
    div#main_menu .flex>div {width: 12.5%; flex-grow: 0;}
    #main_menu .left {display: block; position: absolute; top: 0; left: 0; width: 30px; height: 100%; border: 1px solid #ccc; background: #fff; cursor: pointer;}
    #main_menu .right {display: block; position: absolute; top: 0; right: 0; width: 30px; height: 100%; border: 1px solid #ccc; background: #fff; cursor: pointer;}
    #main_menu .left:before, #main_menu .left:after, #main_menu .right:before, #main_menu .right:after {content: ' '; display: block; width: 10px; height: 3px; position: absolute; top: 50%; left: 50%; margin: -1.5px 0 0 -5px; background: #cccccc;}
    #main_menu .left:before {transform: rotate(-45deg); margin-top: -4px;}
    #main_menu .left:after {transform: rotate(45deg); margin-top: 1px;}
    #main_menu .right:before {transform: rotate(45deg); margin-top: -4px;}
    #main_menu .right:after {transform: rotate(-45deg); margin-top: 1px;}
    #main_menu .left:hover:before, #main_menu .left:hover:after, #main_menu .right:hover:before, #main_menu .right:hover:after {background: #575757;}
    #main_menu .left.unactive:before, #main_menu .left.unactive:after, #main_menu .right.unactive:before, #main_menu .right.unactive:after {background: #ececec;}
    div#main_menu div a.men {font-size: 10px; line-height: 16px;}
	.najnowsze-news-fixed .nn-news h5, .lista_newsow_1plus4plus2 h5, .lista_newsow_1plus3 h5 {font-size: 16px; line-height: 18px;}
	.strefa-z-naglowkiem .news-box .news-list .news {width: 100%; margin-bottom: 30px;}
	.strefa-z-naglowkiem .news-box .news-list .logo {width: 100%; border-left: none; border-top: 1px solid rgba(255,255,255,0.2); margin: 0; padding: 30px 15px 0 15px;}
}
@media all and (max-width:400px) {
    .re-fixed-full .re-fixed-cont {top: 120px;}
    #foot_menu .rTableCell {width: 50%;}
    #foot_menu .rTableCell:nth-of-type(6){border-bottom: 1px solid #797979;}
	.lista.pozostale_artykuly div.list h4, .lista_newsow_1plus4plus2 h5, .lista_newsow_1plus3 h5 {max-height: 72px;}
	.re-fixed-full .re-top .re-info {font-size: 12px; line-height: 16px; padding-right: 0;}
}
@media all and (max-width:352px) {
    .ums-block .news-box .news {width: 100%;}
    .bigbox-box .bbd .info h2 {font-size: 20px; line-height: 20px;}
    .bigbox-box .bbd .info {padding: 0 10px 10px 10px;}
	.lista.pozostale_artykuly div.list h4, .lista_newsow_1plus4plus2 h5, .lista_newsow_1plus3 h5 {max-height: 54px;}
	.re-fixed-full .re-top .re-info {font-size: 10px; line-height: 14px;}
}
