
body {
    font-family: 'Montserrat', sans-serif;
    color: #383838;
}
.gl_plugin {
    margin-bottom: 40px;
}


header .menu-content.show .submenu-box .submenu {
    visibility:unset;
}

header .mobile-box .mobile-bars.show .third-bar {
    width: 22px;
    -webkit-transform: rotate(-45deg) translateY(0px) translateX(-1px);
            transform: rotate(-45deg) translateY(0px) translateX(-1px);
}

body.screening section > .gl_wrapper {
    padding: 16px 4px;
}

/* topbar */

header .mobile-box .gl_plugin.logo {
    margin-top: 16px;
}

.topbar {
    margin-bottom: 0;
}

body.screening .topbar .gl_wrapper,
.topbar {
    background-color: #F47920;
}

.topbar__link {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 12px;
    padding: 6px 16px;
    font-weight: 700;
}
.topbar .col-12 {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar__label {
    margin: 10px 40px 10px 30px;
    text-align: left;
}
.topbar__label .topbar__labelText {
    font-weight: 700;
}

/* header */

.menu-content {
    overflow: visible;
}

body.screening header .bottom_menu .gl_wrapper,
header .bottom_menu .gl_wrapper {
    background-color: rgba(0, 0, 0, 0);
}

.menu-box li a {
    color: #383838;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu-box li a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #F47920;
    font-size: 16px;
    font-weight: 700;
}

header .mobile-box .mobile-ham {
    background-color: rgba(0, 0, 0, 0);
}

header .mobile-box .mobile-bars .first-bar,
header .mobile-box .mobile-bars .second-bar,
header .mobile-box .mobile-bars .third-bar {
    background-color: #383838;
    width: 22px;
    margin: 4px 0 4px auto;
}

header .mobile-box .mobile-bars .third-bar {
    width: 14px;
}

header .submenu {
    padding: 0 20px;
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
}

header .logo img {
    width: 180px;
}

header .submenu-title,
header .submenu ul li a {
    font-size: 11px;
    line-height: 15px;
    color: #383838;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .submenu ul li a {
    line-height: 22px;
}

header .submenu ul li {
    margin-left: 20px;
}

header .submenu-title {
    width: 90px;
    min-width: initial;
}

header .submenu-more {
    color: #383838;
}

header .menu-content.show {
    overflow: visible;
}

header .submenu-box {
    box-shadow: 0 1px 65px rgba(32, 47, 123, .25);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
}

header .show .submenu.active {
    box-shadow: none;
    -webkit-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
}

header .submenu-box .gl_wrapper {
    border-top: none; 
}

.menu-box li a {
    padding: 0 10px;
}

header .submenu ul {
    padding: 8px 0;
}

header .submenu ul li a:hover,
header .submenu ul li a.active {
    color: #F47920;
}

header .submenu.active {
    max-height: 37px;
}

.program-link {
    font-size: 14px;
    font-weight: 700;
    color: #383838;
    border: 1px solid rgba(31, 61, 124, 0.1);
    -webkit-transition: all .3s ease-in-out;
    text-transform: uppercase;
    padding: 8px 22px;
    margin-right: 16px;
    transition: all .3s ease-in-out;
}


.program-link:hover {
    box-shadow: 0 10px 30px rgba(31, 61, 124, .15);
    background-color: #fff;
    color: #383838;
    border-color: rgba(0,0,0,0);
}

.radio-play__single-city {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    overflow: visible;
}

.radio-play__single-city span {
    display:block;
    font-weight: 500;
    font-size: 17px;
    position: relative;
}

.radio-play__single-city span:after,
.radio-play__single-city span:before {
    content:'';
    width: 7px;
    height:2px;
    display: block;
    position: absolute;
    top:50%;
    right:0;
    background-color:#F47920;
}

.radio-play__single-city span:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.radio-play__single-city span:before {
    -webkit-transform: rotate(-45deg) translateX(46%) translateY(170%);
            transform: rotate(-45deg) translateX(46%) translateY(170%);
}

.radio-play__choose-city {
    background: rgba(0,0,0,0);
}

.radio-play__cities {
    box-shadow: 0 10px 120px rgba(32,47,123, .2);
    width: 1000px;
    height: 500px;
    background-color: #fff;
    padding: 48px 72px;
}

.radio-play__cities ul {
    -webkit-columns: 155px 5;
    -moz-columns: 155px 5;
    columns: 155px 5;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.radio-play__cities ul li {
    background-color: #fff;
    border: 1px solid rgba(31, 61, 124, .1);
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    overflow: hidden;
}

.radio-play__cities ul li .radio-play__chooseCity {
    font-size: 12px;
    line-height: 32px;
    color: #383838;
    font-weight: 700; 
}

.radio-play__icon {
    width: 78px;
    height: 78px;
    position: relative;
    background-color: #F47920;
    border-radius: 78px;
    background-image: none;
    
}

.radio-play__icon:after {
    content: '\f04b';
    font-family: FontAwesome;
    font-size: 35px;
    
    color:#fff;
    position: absolute;
    top: 50%;
    left:50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
            transform: translateX(-40%) translateY(-50%);
}

.radio-play__cities .radio-play__headline {
    text-align: left;
    font-size: 24px;
    color: #F47920;
    margin-bottom: 24px;
    position: relative;
    border-left: 4px solid #F47920;
    padding-left: 11px;
    z-index: 2;
}

.radio-play__cities .radio-play__headline:before {
    content: '';
    width: 37px;
    height: 19px;
    display: block;
    position: absolute;
    top: -4px;
    left: 6px;
    background-color: #1F3D7C;
    opacity: 0.1;
    z-index: -1;
}

.radio-play__cities ul li {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.radio-play__cities ul li:hover {
    background-color: #F47920;
    border-color: #F47920;
    color: #fff;
}
.radio-play__cities ul li:hover .radio-play__chooseCity {
    color: #fff;
}

.radio-play__close {
    color:  #D3D5E2;
    top: 51px;
    right: 41px;
}

.radio-play {
    overflow: hidden;
}

.gl_plugin.header {
    background: #fff;
}

/* blockinfo */
.blockinfo.gl_plugin {
    margin-bottom: 24px;
}

.blockinfo__text p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #383838;
}


/* article fonts */
article ul li,
article ol li,
article p a,
article p,
.article ul li,
.article ol li,
.article p a,
.article p,
p {
    font-size: 18px;
    line-height: 28px;
    color: #383838;
    font-weight: 300;
}

article ul li,
.article ul li {
    position: relative;
    list-style: none;
}

article ul li:before,
.article ul li:before {
    content:'';
    width:7px;
    height:7px;
    border-radius: 7px;
    background-color: rgba(31, 61, 124, .3);
    position: absolute;
    top: 10px;
    left: -24px;
    display: inline-block;
}

article p a,
.article p a  {
    color: #F47920;
    text-decoration: underline;
    font-weight: 700;
}

article p.lead,
.article h3,
.article h2 {
    font-size: 24px;
    color: #383838;
    font-weight: 500;
    line-height: 30px;
}


/* listing */


.gl_plugin.listing {
    margin-bottom: 48px;
}
.aside .gl_plugin.listing {
    margin-bottom: 40px;
}
.gl_plugin.listing.listingColor--otwarcie {
    margin-bottom: 24px;
}
.listing {
    text-align: center;
}

.listing .listing-container .element {
    text-align: left;
}



.hits h2,
.blockinfo__text h1,
.highlight__title .hightlight__text,
article .liveTimeline__title p,
.main-title-listing,
.artist-hits .title h1,
.dedykowany-box-title,
.liveTimeline__title p,
.main-title-listing h1 {
    font-size: 24px;
    line-height: 32px;
    color: #F47920;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-align: left;
}

.hits h2:after,
.blockinfo__text h1:after,
.highlight__title .hightlight__text:after,
article .liveTimeline__title p:after,
.main-title-listing:after,
.artist-hits .title h1:after,
.dedykowany-box-title:after {
    content: '';
    width: 54px;
    height: 27px;
    background-color: #E8EAF2;
    display: block;
    position: absolute;
    top: -10px;
    left: 8px;
    z-index: -1;
}

.col-4 .main-title-listing:after {
    width: 37px;
    height: 19px;
    top: -4px;
}
.article > ul {
    margin-left: 130px;
}
.article h3,
.article h2 {
    margin-bottom: 24px;
}
#quiz-.quiz {
    margin-bottom: 40px;
}
.main-content .main-title-listing h1,
.artist-hits .title h1{
    display: inline-block;
}
.article table {
    margin-bottom: 40px;
}

.hits h2:before,
.blockinfo__text h1:before,
.main-title-listing:before,
.dedykowany-box-title:before,
.artist-hits .title h1:before {
    content: '';
    width: 4px;
    height: 25px;
    background-color: #F47920;
    display: inline-block;
	margin-right: 8px;
}


.hits h2:before,
.blockinfo__text h1:before {
    margin-right: 7px;
}



.listing .button,
.artist-hits .button {
    width: 320px;
    height: 36px;
    background-color: #F47920;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 700;
    margin-top: 24px;
}


.listing .button:hover,
.artist-hits .button:hover {
    box-shadow: 0 10px 30px rgba(31, 61, 124, .15);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    color: #383838;
}


.col-4 .listing-container.listing-horizontal-full .element .element__content .element__headline a {
    color: #383838;
}



.listingColor--otwarcie .hero-img-v21 .element:nth-last-child(-n+3) {
    margin-bottom: 0;
}

/* .listing-horizontal-full-v20 i 23 */

.listing-horizontal-full-v20 .element:first-child .element__headline a,
.v23 .element:first-child .element__headline a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.listing-horizontal-full-v20 .element .element__headline,
.v23 .element .element__headline{
    height: 44px;
    max-height: none;
}

.listing-horizontal-full-v20 .element .element__headline a,
.v23 .element .element__headline a {
    color: #383838;
    font-weight: 500;
}

.listing-horizontal-full-v20 .element:first-child .element__media,
.v23 .element:first-child .element__media {
    border-radius: 4px;
    overflow: hidden;
    border-bottom: 3px solid #F57F32;
    margin-bottom: 16px;
}

.listing-horizontal-full-v20 .element,
.v23 .element {
    border-color: #E8EBF2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.listing-horizontal-full-v20 .element:first-child:hover .element__media,
.v23 .element:first-child:hover .element__media {
    box-shadow: 0 15px 100px rgba(32, 47, 123, .4);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.listing-horizontal-full-v20 .element:nth-child(2),
.v23 .element:nth-child(2) {
    border-radius: 4px;
    color: #fff;
}

.listing-horizontal-full-v20 .element:nth-child(2):hover,
.v23 .element:nth-child(2):hover{
    box-shadow: 0 10px 100px rgba(32, 47, 123, .3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
}

.listing-horizontal-full-v20 .element:nth-child(n+3) .element__headline a:hover,
.v23 .element:nth-child(n+3) .element__headline a:hover{
    color: #F57F32;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.listing-horizontal-full-v20 .element:nth-child(2) .element__media,
.v23 .element:nth-child(2) .element__media{
    margin-top: 0;
}

.listing-horizontal-full-v20 .element:nth-child(2) .element__content .element__headline,
.v23 .element:nth-child(2) .element__content .element__headline{
    max-height: 58px;
    height: 58px;
    margin-left: 16px;
    margin-right: 16px;
}

.listing-horizontal-full-v20+.button,
.v23+.button{
    margin-top: 32px;
}

.listing-container.listing-vertical-full .element .element__media,
.listing-horizontal-full-v20 .element .element__media,
.v23 .element .element__media{
    border-radius: 4px;
}
.v23 .element:nth-child(2) .element__headline a {
    color: #fff;
}
.hit-lyrics__lyrics br:nth-child(even) {
    display: none;
}

article p a, article li a {
    color: #F47920;
    font-weight: 700;
    text-decoration: underline;
}
.quiz h2:after,
.quiz h2:before {
    display: none;
}
/*sponsorowane*/


/* .hero-img-v21  */

.hero-img-v21 .element:first-child {
    background-color: #fff;
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    box-shadow: 0 10px 120px rgba(32,47,123, .2);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;

}



.hero-img-v21 .element:first-child .element__content {
    background-color: #fff;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
            align-content: flex-end;
            padding: 24px 32px 80px 24px;
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;

}

.listing-container.hero-img-half .element:first-child .element__content .element__headline a,
.col-8 .listing-container.listing-vertical-full .element .element__content .element__headline a,
.hero-img-v21 .element:first-child .element__content .element__headline a {
    color: #383838;
    font-weight: 700;
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 30px;
}

.hero-img-v21 .element:first-child .element__content .element__headline {
    position: relative;
    padding: 8px 0 0 8px;
    height: auto;
}

.hero-img-v21 .element:first-child .element__content .element__headline:before {
    content: '';
    height: 19px;
    width: 51px;
    background-color: #E8EBF2;
    position: absolute;
    top: 0;
    left: -8px;
    z-index: 1;
}

.listing-container.hero-img-half .element:nth-child(n+2) .element__media {
    height: 213px;
}
.article-artist {
    margin-bottom: 24px;
}
.col-8 .listing-container.listing-horizontal-full .element .element__content .element__headline a {
    font-size: 18px;
    color:#383838;
    line-height: 25px;
}

/* img radius */
.listing-container.listing-horizontal-full .element .element__media,
.listing-container.hero-img-half .element .element__media,
.col-4 .listing-container.listing-horizontal-full .element .element__media,
.col-8 .listing-container.v1 .element .element__media,
.listing-horizontal-half-v17 .element .element__media,
.listing-container.hero-img-v21 .element .element__media, 
.listing-container.listing-vertical-triple .element .element__media, 
 .listing-container.v12 .element .element__media,
.listing-container.v12 .element .element__media,
.article-artist {
    border-radius: 4px;
    overflow:hidden;
}
.hero-img-v21 .element:first-child .element__media {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.listing-container.hero-img-half .element .element__content .element__headline a,
.col-8 .listing-container.v1 .element .element__content .element__headline a,
.listing-container.listing-horizontal-half-v17 .element__content .element__headline a,
.listing-container.listing-vertical-triple .element__content .element__headline a,
.hero-img-v21 .element .element__content .element__headline a,
.listing-container.v12 .element:nth-child(-n+2) .element__content .element__headline a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #383838;
}


.listing-container.hero-img-v21 .element:nth-child(n+2) .element__media,
.listing-container.listing-vertical-triple .element .element__media,
.listing-container.v12 .element:nth-child(-n+2) .element__media {
    margin-bottom: 16px;
}

.col-8 .listing-container.v1 .element .element__content{
    margin-top: 16px;
}


.listing-horizontal-half-v17 .element:nth-child(n+4) .element__content .element__headline a,
.listing-container.v12 .element .element__content .element__headline a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #383838;
}


/* listing shadow */
.listing-container.listing-vertical-full .element:hover .element__media,
.col-8 .listing-container.listing-horizontal-full .element:hover .element__media ,
.listing-container.hero-img-half .element:hover .element__media,
.col-8 .listing-container.v1 .element:hover .element__media,
.listing-container.v12 .element:nth-child(-n+2):hover .element__media,
.listing-container.hero-img-v21 .element:nth-child(n+2):hover .element__media,
.col-12 .listing-container.listing-vertical-triple .element:hover .element__media,
.listing-horizontal-half-v17 .element:nth-child(-n+3):hover .element__media
{
    box-shadow: 0 15px 100px rgba(32,47,123,.4);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.col-4 .listing-horizontal-full .element,
.listing-horizontal-half-v17 .element:nth-child(n+4),
.listing-container.v12 .element:nth-child(n+3) {
    position: relative;
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    will-change: auto;
}

.col-4 .listing-horizontal-full .element:after,
.listing-horizontal-half-v17 .element:nth-child(n+4):after,
.listing-container.v12 .element:nth-child(n+3):after {
    display: none;
    content: '';
    width: 95%;
    height: 130%;
    background-color: #fff;

    position: absolute;
    top: -10px;
    right: 0px;
    box-shadow: 0 10px 100px rgba(32,47,123, .3);
    -webkit-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    z-index: -1;
    border-radius: 4px;
}

.col-4 .listing-horizontal-full .element:hover:after,
.listing-horizontal-half-v17 .element:nth-child(n+4):hover:after,
.listing-container.v12 .element:nth-child(n+3):hover:after {

    display: block;

    
}

.listing .element .element__media {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.col-8 .listing-container.v1 .element .element__content .element__headline,
.listing-container.v12 .element:nth-child(n+3) .element__content .element__headline {
    height: 58px;
    max-height: initial;
}

/* sponsor */
.element.item-sp {
    position: relative;
}

.listing-bottom .art-label p {
    font-size: 10px;
    line-height: 12px;
    padding: 3px 0;
}

.listing-container.hero-img-half .element:first-child .art-label,
.col-8 .listing-container.listing-vertical-full .element .art-label,
.hero-img-half .element:first-child .art-label,
.hero-img-v21 .element:first-child.item-sp .art-label,
.col-4 .listing-container.listing-horizontal-full .element.item-sp .element__content .listing-bottom .art-label,
.col-8 .listing-container.v1 .element.item-sp .art-label,
.listing-horizontal-half-v17 .element.item-sp .art-label,
.listing-vertical-triple .element.item-sp .art-label,
.listing-horizontal-full-v20  .element:nth-child(1).item-sp .art-label,
.v23  .element:nth-child(1).item-sp .art-label,
.hero-img-v21  .element:nth-child(n+2).item-sp .art-label,
.v12  .element:nth-child(-n+2).item-sp .art-label,
.listing-container.listing-horizontal-full .element.item-sp .element__content .listing-bottom .art-label{
    position: absolute;
    left: 0;
    bottom: 74px;
    background-color:rgba(255,255,255, .7);
    padding: 0 5px;
    z-index: 10;
    border-bottom-left-radius: 4px;
}
.listing-container.listing-horizontal-full .element.item-sp .element__content .listing-bottom .art-label {
    bottom: 0;
}
.listing-horizontal-full-v20 .element:nth-child(2).item-sp .art-label,
.v23 .element:first-child .element__content .listing-bottom .art-label{
    position: absolute;
    right: 8px;
    bottom: 81px;
    background-color:rgba(255,255,255, .7);
    padding: 0 5px;
    z-index: 10;
    width: 86px;
}
.v23 .element:nth-child(2) .element__content .listing-bottom .art-label {
    position: absolute;
    right: 8px;
    bottom: 8px;
    background-color:rgba(255,255,255, .7);
    padding: 0 5px;
    z-index: 10;
    width: 86px;
}

.col-8 .listing-container.v1 .element.item-sp .art-label {
    bottom: 74px;
}

.listing-horizontal-full-v20 .element:nth-child(2).item-sp .art-label,
.v23 .element:nth-child(2).item-sp .art-label,
.listing-horizontal-half-v17 .element:nth-child(n+3).item-sp .art-label {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.col-4 .listing-container.listing-horizontal-full .element.item-sp .element__content .listing-bottom .art-label,
.listing-horizontal-half-v17 .element:nth-child(n+3).item-sp .art-label {
    max-width: 86px;
    bottom:0;
}

.listing-horizontal-half-v17 .element:nth-child(-n+3).item-sp .art-label,
.listing-vertical-triple .element.item-sp .art-label {
    bottom: 77px;
}

.v12 .element:nth-child(-n+2).item-sp .art-label {
    bottom: 74px;
}

.listing-container.v12 .element:nth-child(-n+2) .element__content .element__headline,
.hero-img-v21 .element .element__content .element__headline {
    max-height: initial;
    height: 58px;
    margin-bottom: 0;
}

.hero-img-half .element:first-child .art-label {
    bottom: 103px;
}


.hero-img-v21 .element:first-child.item-sp .art-label {
    bottom: 0;
}

.listing-container.hero-img-half .element:first-child .art-label,
.col-8 .listing-container.listing-vertical-full .element  .art-label {
    position: absolute;
    top: 424px;
    z-index: 99;
    bottom: auto;
}

.listing-horizontal-half-v17 .element .element__content .element__headline,
.listing-container.listing-vertical-triple .element .element__content .element__headline ,
.listing-horizontal-full-v20 .element:first-child .element__content .element__headline {
    height: 61px;
    max-height: initial;
    overflow: hidden;
}

.listing-container.listing-vertical-full .element .element__content .element__headline{
    max-height: 94px;
    margin: 20px 0 0;
}

.listing-container.listing-vertical-full .element,
.listing-horizontal-half-v17 .element:last-child,
.listing-container.listing-vertical-triple .element:last-child,
.hero-img-v21 .element:last-child {

    margin-bottom: 24px;
}

.col-4 .listing-container.listing-horizontal-full .element .element__content {
    margin-top: 0;
}

.listingWidth--66 {
    width: 664px;
    display: inline-block;
    margin-right: 24px;
    vertical-align: top;
}


.listingWidth--66 + div[class*='zpr'] {
    display: inline-block;
    margin-bottom: 40px;
}

/* custom listing colors */

/* listingColor--news */

.listingColor--news .main-title-listing,
.listingColor--news .v23 .element:nth-child(n+3) .element__headline a:hover {
    color: #1D3D7D;
}

.listingColor--news .button,
.listingColor--news .v23 .element:nth-child(2),
.listingColor--news .main-title-listing:before {
    background-color: #1D3D7D;
}
.listingColor--news .main-title-listing,
.listingColor--news .v23 .element:nth-child(n+3) .element__headline a:hover {
    color: #1D3D7D;
}

.listingColor--news .button,
.listingColor--news .v23 .element:nth-child(2),
.listingColor--news .main-title-listing:before {
    background-color: #1D3D7D;
}

.listingColor--news .v23 .element:first-child .element__media {
    border-bottom: 3px solid #1D3D7D;
}



/* listingColor--hotplota */
.listingColor--news .v23 .element:first-child .element__media {
    border-bottom: 3px solid #1D3D7D;
}

.listingColor--hotplota .main-title-listing,
.listingColor--hotplota .v23 .element:nth-child(n+3) .element__headline a:hover {
    color: #BE2859;
}

.listingColor--hotplota .button,
.listingColor--hotplota .v23 .element:nth-child(2),
.listingColor--hotplota .main-title-listing:before {
    background-color: #BE2859;
}

.listingColor--hotplota .v23 .element:first-child .element__media {
    border-bottom: 3px solid #BE2859;
}

/* listingColor--hotplota */

.listingColor--hotplota .main-title-listing,
.listingColor--hotplota .v23 .element:nth-child(n+3) .element__headline a:hover {
    color: #BE2859;
}

.listingColor--hotplota .button,
.listingColor--hotplota .v23 .element:nth-child(2),
.listingColor--hotplota .main-title-listing:before {
    background-color: #BE2859;
}

.listingColor--hotplota .v23 .element:first-child .element__media {
    border-bottom: 3px solid #BE2859;
    }
.listingColor--hotplota .main-title-listing:after {
    background-color: rgba(189, 39, 89, 0.1);
}

/* listingColor--cinema */

.listingColor--cinema .main-title-listing,
.listingColor--cinema .v23 .element:nth-child(n+3) .element__headline a:hover {
    color: #A9BB00;
}

.listingColor--cinema .button,
.listingColor--cinema .v23 .element:nth-child(2),
.listingColor--cinema .main-title-listing:before {
    background-color: #A9BB00;
}

.listingColor--cinema .v23 .element:first-child .element__media {
    border-bottom: 3px solid #A9BB00;
}

.listingColor--cinema .main-title-listing:after {
    background-color: rgba(169, 187, 0, 0.1);
}

/* lokalne */

.lokalne .listing-horizontal-half-v17 .element:nth-child(-n+3) .element__media {
    border-bottom: 3px solid #F47920;
}
.listingColor--cinema .main-title-listing:after {
    background-color: rgba(169, 187, 0, 0.1);
}

/* lokalne */

/* wspolne dla custom colors */
.listingColor--news .v23 .element:nth-child(2):hover,
.listingColor--hotplota .v23 .element:nth-child(2):hover,
.listingColor--cinema .v23 .element:nth-child(2):hover {
    box-shadow: 0 10px 100px rgba(32, 47, 123, .3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;

}

.listingColor--news .v23 .element:nth-child(2) .element__headline a,
.listingColor--hotplota .v23 .element:nth-child(2) .element__headline a,
.listingColor--cinema .v23 .element:nth-child(2) .element__headline a {
    color:#fff;
} 

.listingColor--news .v23 .element:nth-child(2):hover a,
.listingColor--hotplota .v23 .element:nth-child(2):hover a,
.listingColor--cinema .v23 .element:nth-child(2):hover a  {
    color:#383838;
}



/* pagination */
.paginacja {
    display:block;
    text-align: center;
}
.paginacja li {
    font-size: 16px;
    font-weight: 700;
}
.lokalne .listing-horizontal-half-v17 .element:nth-child(-n+3) .element__media {
    border-bottom: 3px solid #F47920;
}
.paginacja li.active a {
	color: #F47920;
}

/* wspolne dla custom colors */
.listingColor--news .v23 .element:nth-child(2):hover,
.listingColor--hotplota .v23 .element:nth-child(2):hover,
.listingColor--cinema .v23 .element:nth-child(2):hover {
    box-shadow: 0 10px 100px rgba(32, 47, 123, .3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;

}

.listingColor--news .v23 .element:nth-child(2) .element__headline a,
.listingColor--hotplota .v23 .element:nth-child(2) .element__headline a,
.listingColor--cinema .v23 .element:nth-child(2) .element__headline a {
    color:#fff;
} 

.listingColor--news .v23 .element:nth-child(2):hover a,
.listingColor--hotplota .v23 .element:nth-child(2):hover a,
.listingColor--cinema .v23 .element:nth-child(2):hover a  {
    color:#383838;
}



/* pagination */
.paginacja {
    display:block;
    text-align: center;
}

.paginacja li a {
    color: #383838;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.paginacja li:hover a {
    color: #F47920;
    }
.paginacja li.disable:hover a {
        color: #383838;
    }
.paginacja li {
    font-size: 16px;
    font-weight: 700;
}

.paginacja li a {
    color: #383838;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.paginacja li.prev a, 
.paginacja li.disable a, 
.paginacja li.next a {
    font-size: 26px;
    line-height: 32px;
}

.paginacja li.disable:hover a {
    color: #383838;
}

.paginacja li.prev a, 
.paginacja li.disable a, 
.paginacja li.next a {
    font-size: 26px;
    line-height: 32px;
}

/* ukrycie daty */

.element .element__content .listing-bottom .date {
    display: none;
}

/* breadcrumb */
.breadcrumb__link {
    border: 1px solid rgba(165, 177, 203, 0.4);
    font-size: 12px;
    line-height: 28px;
    padding: 3px 16px;
    font-weight: 700;
    color: #383838;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.breadcrumb__link:hover
{
    box-shadow: 0 10px 30px rgba(31, 61, 124, .15);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    color: #383838;
    border: 1px solid rgba(0,0,0,0);
}

.breadcrumb__item--highlight .breadcrumb__link {
    border: 1px solid rgba(244, 121, 32, .3);
    color: #F47920;
}

.breadcrumb__item--highlight .breadcrumb__link:hover {
    border-color: rgba(0,0,0,0);
    color: #F47920;
}

/* article */
article h1 {
    font-size:36px;
    line-height: 45px;
    color: #383838;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin: 0 0 40px 10px;
}

article h1:before {
    content:'';
    position: absolute;
    top:0;
    left: -10px;
    width: 72px;
    height: 24px;
    background-color:#E8EAF2;
    display: inline-block;
    z-index: -1;
}
.article ul,
.article ol {
    margin-left: 170px;
}
.article .autor.flex.display-flex {
    margin-bottom: 8px;
}

.article .autor.flex.display-flex span.h3 {
    font-size: 12px;
    font-weight: 500;
    color: #383838;
}

article .autor.flex.display-flex span.h3.pub_time_hours_minutes {
    display: inline-block;
}





.article ul, .article ol 
article p,
.article p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}


article blockquote {
    margin: 0 0 40px 86px;
    position: relative;
    padding: 0 0 20px 20px;
    border-left: 5px solid #F47920;
}

article blockquote p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-left: 0;
    font-style: italic;
}



article blockquote:before {
    content: '';
}
.gl_plugin.galleries {
    border-radius: 5px;
    overflow: hidden;
}
.lead-gallery {
    border-radius: 4px;
    overflow: visible;
    margin-bottom: 0;
}

.single-photo {
    overflow: visible;
}

.lead-gallery.thumbnails img,
.single-photo.with-frames img {
    box-shadow: 0 1px 65px rgba(32,47,123,.25);
    border-radius: 4px;
}

.single-photo figure figcaption {
    color: #383838;
    font-weight: 400;
}


/* recommended */
.recommended-content {
    box-shadow: 0 1px 65px rgba(32,47,123,.25);
    padding: 24px 0 8px 32px;
    width: 318px;
    z-index: 1;
    position: relative;
    margin-bottom: 24px;
}

.recommended-content .title {
    position: relative;
    z-index: 2;
}

.recommended-content .title .recommendedTitle__text {
    font-size: 24px;
    color: #F47920;
    font-weight: 700;
    
}

.recommended-content .title:before {
    width: 42px;
    height: 21px;
    background-color: #E8EAF2;
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: -1;
}

.recommended-content .items {
    overflow: visible;
}

.recommended-content .recommendedLink__text {
    font-size: 14px;
    color: #202020;
    line-height: 18px;
    font-weight: 500;
    white-space: pre-wrap;
    border-right: 3px solid rgba(0,0,0,0);
    padding-right: 24px;
}

.recommended-content .recommendedLink__text:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-color: #F47920;
}

.recommended-content .item a {
    display: block;
    padding: 0 0 0 2px;
}

.recommended-content .items .item {
    position: relative;
}

.recommended-content .items .item:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #E8EAF2;
    display: inline-block;
    margin-right: 10px;
    position:absolute;
    top: 6px;
    left: -10px;
}

/* expert */

.expert-block {
    background-color: rgba(0,0,0,0);
    position: relative;
    z-index: 2;
    width: auto;
    margin-left: 86px;
}

.expert-block:before {
    content: 'ekspert';
    z-index: -1;
    font-size: 130px;
    color: #28347A;
    opacity: .07;
    display: block;
    position: absolute;
    top: 60px;
    left:0;
    font-weight: 700;
}

.expert-block .expert-images {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
       -moz-box-flex: 0;
            flex: 0 0 150px;
   overflow: visible;
   margin-right:0;
}

.expert-block .expert-images img {
    box-shadow: 0 1px 65px rgba(32,47,123,.25);
    max-width: 100%;
    border-radius: 4px;
}

.expert-block .expert-description
 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc(100% - 174px);
       -moz-box-flex: 1;
            flex: 1 1 calc(100% - 174px);
    margin: 0 24px 0 0;
    padding:0;
}

.expert-block .expert-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
            margin-top: 70px;
            font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #231F20;
}

.expert-block .expert-name {
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
       -moz-box-ordinal-group:3;
            order:2;
}

.expert-block .expert-name p,
.expert-block .expert-text .expert__nameText {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #231F20;
}

/* live */

.liveTimeLine {
    border-bottom: 1px solid #E8EBF2;
}

.liveTimeline__head {
    border-bottom: 0;
    position: relative;
    height: 20px;
    padding:0;
    text-align: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    z-index: 1;
}

.liveTimeline__head:before {
    content: '';
    position: absolute;
    top: 8px;
    left:0;
    width: 100%;
    height: 1px;
    background-color: #E8EBF2;
    z-index: -1;
}

.liveTimeline__headTitle {
    font-size: 16px;
    line-height: 18px;
    color: #383838;
    font-weight: 500;
    background-color: #fff;
    padding: 8px 8px 8px 32px;
    margin-right: 32px;
    text-transform: uppercase;
    
}

.liveTimeline__blink {
    width: 12px;
    height: 12px;
    background-color: #EE1C25;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
}

.liveTime__timelineText p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #383838;
}

.liveTime__timelineColumn.liveTime__timelineColumn--Time p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #383838;
    margin-bottom: 0;
}

.liveTime__timeline .liveTime__timelineColumn--Time:before {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #DEE1EC;
    border-width: 7px;
    border-color: #fff;
    border-style: solid;
}

.liveTime__timeline {
    border-left: 2px solid #DEE1EC;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
}

.highlight__title .hightlight__text:after,
.liveTimeline__title p:after {
    left: -8px;
    top: -10px;
}

.liveTimeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-flow: row wrap;
    border-bottom: 1px solid #E8EBF2;
}

.liveTimeline__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-transform: translateX(-74px);
            transform: translateX(-74px);
}

.highlight__title .hightlight__text,
.liveTimeline__title p {
    line-height: 32px;
}

/* highlight /wazne */

.highlight {
    margin-left: 86px;
}
.highlight,
.highlight__title .hightlight__text {
    border-bottom: 0;
}

.highlight__image-box {
    background-color: rgba(0,0,0,0);
}

.highlight__image-box img {
    box-shadow: 0 15px 100px rgba(32,47,123, .4);
}

.highlight__textbox,
.highlight__textbox p {
    font-size: 18px;
    line-height: 28px;
    color: #231F20;
}

.highlight__button .hightlight__button-link {
    background-color: #F47920;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
article .lead-gallery-info ul li:before,
.article .lead-gallery-info ul li:before {
  display: none;  
}


.single-photo figure figcaption span a {
    color: #F47920;
}

/* tags */
.hit-tags ul li .tags__tag,
.tags .breadcrumb__link {
    border: 1px solid rgba(165, 177, 203, 0.4);
    font-size: 12px;
    line-height: 28px;
    color: #383838;
    padding: 3px 16px;
    font-weight: 700;    
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
}
.hit-tags ul li a.tags__tag:hover,
.tags .breadcrumb__link:hover {
    box-shadow: 0 10px 30px rgba(31, 61, 124, .15);
    background-color: #fff;
    color: #383838;
    border: 1px solid #fff;
}




.hit-tags ul li:before {
    display: none;
}
/* hits */
.artist-hits {
	text-align: center;
}
.artist-hits .title,
.artist-hits .single-hit__info,
.artist-hits .single-hit__info,
.artist-hits .single-hit__buttons,
.article-artist{
	text-align: left;
}
.artist-hits .title {
    margin-bottom: 24px;
}
.artist-hits .title h1:before {
    margin-right: 8px;
}
.hit-lyrics__lyrics {
    font-size: 18px;
    line-height: 28px;
    color: #383838;
    font-weight: 300;
}

.single-hit {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px;
}
.single-hit:hover {
    box-shadow: 0 10px 120px rgba(32,47,123, .2);
}

.single-hit__info ul {
    margin: 0 0 8px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.single-hit__author {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}

.single-hit__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.single-hit__lyrics
{
    border: 2px solid rgb(232, 234, 242);
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    background-color: rgba(0,0,0,0);
    padding: 0px 8px;
    display:inline-block;
    line-height: 18px;

}
.single-hit__positions {
    padding: 0;
    min-width: 65px;
}
.single-hit__position,
.single-hit__updown {
   background-color: transparent;
   height: auto;
   width: auto;
}
.single-hit .hit-image {
    border-radius: 4px;
}

.single-hit .single-hit__info {
    padding: 8px 0 0 0;
}

.single-hit .listen-box__icon {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
}

.listen-box__icon:before {
    content: '';
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index:2;
    background: url(../images/play-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.listen-box__icon.active:before {
    background: url(../images/stop-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: static;
    content: '';
}

.listen-box__icon:hover:before {
    background: url(../images/play-orange.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: static;
}

.listen-box__icon.active:hover:before,
.single-hit:hover .listen-box__icon.active:before {
    background: url(../images/stop-orange.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: static;
    display: block;
}

.listen-box__icon.active:after {
    width: 37px;
    height: 37px;
    border-radius: 37px;
    -webkit-transform: translateY(5%) translateX(5%);
    transform: translateY(5%) translateX(5%);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: isplaying;
    animation-name: isplaying;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes isplaying {
    0% {
        box-shadow: 0 0 0px 0px #F47920;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 5px 10px #F47920;
        opacity: .15;
    }
    100% {
        box-shadow: 0 0 0px 0px #F47920;
        opacity: .15;
    }
}

@keyframes isplaying {
    0% {
        box-shadow: 0 0 0px 0px #F47920;
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 5px 10px #F47920;
        opacity: .15;
    }
    100% {
        box-shadow: 0 0 0px 0px #F47920;
        opacity: .15;
    }
}
.single-hit__position,
.single-hit__updown {
    color: #202F7B;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
}
.single-hit__updown {
    opacity: 0.2;
}
.single-hit__vote {
    background-color: transparent;
    position: relative;
        display: inline-block;
    cursor: pointer;
    padding: 0;
}
.single-hit__buttons {
        display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.single-hit__vote:before {
   content: '';
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index:2;
    background: url(../images/add-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}
.single-hit__vote:hover:before {
    background: url(../images/add-orange.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}
.single-hit__voteThx:before {
    content: '';
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index:2;
    background: url(../images/thx-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        display: block;
}
.single-hit .listen-box {
    margin-right: 10px;
}

/* hit tags */
 .hit-tags li .tags__tag span {
    display: none;
}

.hit-tags li .tags__tag {
    text-transform: uppercase;
    text-decoration: none;
} 

.hit-image {
    border-radius: 4px;
    overflow: hidden;
}

.hit-tags, .hit-image, .listen-box, .hit-video, .hit-lyrics, .hits h2 {
    margin: 0 0 24px;
}

.hits h2 {
    margin-top: 35px;
}


.hit-lyrics__lyrics > div:empty {
    height: 12px;
}
/* footer */

footer .h3 {
    color: #F47920;
    font-size: 24px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
}

footer .h3:before {
    content: '';
    background-color: #E8EAF2;
    position: absolute;
    top: 0;
    left: -12px;
    width: 43px;
    height: 21px;
    text-transform: uppercase;
    z-index: -1;
}

footer a {
    color: #797979;
    font-weight: 300;
}

footer a:hover {
    color: #F47920;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer .legal-info .h5 {
    font-size: 10px;
    color: #797979;
    text-align: center;
    line-height: 12px;
}

footer .show-list,
footer .copyright {
    background-color: rgba(0, 0, 0, 0);
    font-weight: 300;
    color: #797979;
}

footer .serwis-list.show .list {
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #E8EBF2;
    border-bottom: 1px solid #E8EBF2;
}

.copyright.variant2 a {
    font-size: 12px;
}

footer .list ul {
    text-align: center;
}

footer .serwis-list b,
footer .serwis-list a {
    color: #383838;
    font-size: 10px;
    line-height: 10px;
}

footer .copyright .copyright__text a,
footer .copyright .copyright__text {
    color: #797979;
    font-weight: 300;
}

footer .logo {
    width: 45%;
}

.col.col-6.legal {
    width: 35%;
}

.col.col-3.about {
    width: 20%;
}
/*wysokosci*/
.v23 .element:first-child .element__content .element__headline {
    max-height: 62px;
    height: 62px;
}
footer .legal-info {
    padding: 8px 0 0;
    margin-top: 16px;
}
/*-----------------
ODSTEPY NA SERWISIE
-----------------*/
.listing-container.v12 .element:nth-last-of-type(-n+2),
.listing-container.v1 .element:nth-last-of-type(-n+2),
.listing-container.hero-img-half .element:first-child .element__media,
.listing-container.listing-vertical-full div.element:nth-last-of-type(1),
.listing-container.hero-img-half .element:nth-last-of-type(-n+2),
.listing-container.listing-vertical-triple .element:nth-last-of-type(-n+3),
.listing-container.hero-img .element:nth-last-of-type(-n+3),
.listing-container.hero-img .element:first-child .element__media,
.hero-img-v21 .element:nth-last-of-type(-n+3),
.listing-horizontal-half-v17 .element:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}
/*-------
REKLAMY
-------*/
.zpr_box_inside_2.active,
.zpr_box_inside_1.active{
    margin-bottom: 24px;
}

/*---
v28
---*/
.listing .main-title-listing span {
	text-transform: uppercase;
}
.v28 .element {
    margin-bottom: 16px;
}
.v28 .element__headline a {
	color: #F47920;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
	display: inline-block;
    vertical-align: middle;
}
.v28 .element__headline:before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #F47920;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border-radius: 50%;
}

/*
QUIZ
*/
article .quiz:not(.item) {
    border-left: 10px solid #F47920;
}
article .quiz h2 {
	background-color: #f47920;
    color: #fff;
}
article .quiz .answers .item:hover, article .quiz .answers .item .selected, article .quiz .buttons a:hover {
    background-color: #202F7B;
}
article .quiz .answers .item, article .quiz .answers .item .abs::before, article .quiz .buttons a {
    border: 2px solid #202F7B;
}
article .quiz .answers .item .abs::before {
    border: 2px solid #f47920;
}

/*-----------------
recommended article
-------------------*/
.recommendedArticle {
	border-top: 2px solid #F47920;
    border-bottom: 2px solid #F47920;
}
.recommendedArticle__link a {
	color: #F47920;
    text-decoration: underline;
    font-weight: 700;
}
article .recommendedArticle__title p {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

/*aktualizacja 11.06.2019*/