@font-face {
  font-family: 'czd_icons';
  src: url('../fonts/czd_icons.eot?77918228');
  src: url('../fonts/czd_icons.eot?77918228#iefix') format('embedded-opentype'),
       url('../fonts/czd_icons.woff2?77918228') format('woff2'),
       url('../fonts/czd_icons.woff?77918228') format('woff'),
       url('../fonts/czd_icons.ttf?77918228') format('truetype'),
       url('../fonts/czd_icons.svg?77918228#czd_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="ico-"]:before, [class*=" ico-"]:before {
  font-family: "czd_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-vote-ok:before { content: '\e800'; } /* '' */
.ico-vote-error:before { content: '\e801'; } /* '' */
.ico-vote-error2:before { content: '\e802'; } /* '' */
.ico-camera:before { content: '\e803'; } /* '' */
.ico-abuse:before { content: '\e80c'; } /* '' */
.ico-vote-up:before { content: '\e80d'; } /* '' */
.ico-vote-down:before { content: '\e80e'; } /* '' */

/*radio*/
body {
 padding-top: 62px !important;
}
#radio-container {
 left: 36%;
 right: 0;
 top: 60%;
 bottom: 0;
 display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
 overflow: hidden;
}
#text-roller {
  --space: 18vw;
  font-size: 5vw;
  font-weight: 700;
  white-space: nowrap;
  -webkit-animation: marquee 9.5s infinite linear;
          animation: marquee 9.5s infinite linear;
  padding-left: var(--space);
}
#text-roller:after {
  content: attr(data-text);
  padding-left: var(--space);
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#radio-mobile {
 display: block;
}
#radio-desktop {
 display: none;
}
#header .navbar-header {
    padding-top: 6px;
    padding-bottom: 6px;
}
#header .navbar-header .navbar-brand a img {
     max-height: 50px;
 }
@media screen and (min-width: 768px) {
 #radio-container {
  left: 47%;
  right: 17%;
  top: 0;
  bottom: 0;
 }
 #radio-mobile {
  display: none;
 }
 #radio-desktop {
  display: block;
 }
 #text-roller {
  --space: 9vw;
  font-size: 2vw;
 }
 
 #header .navbar-header {
    padding-top: 15px;
    padding-bottom: 15px;
 }
 body {
 padding-top: 80px !important;
}
}
@media screen and (min-width: 990px) {
 #header .navbar-header {
     padding-top: 20px;
     padding-bottom: 40px;
     position: relative;
 }
 #header .navbar-header .navbar-brand a img {
     max-height: none;
 }
 body {
 padding-top: 0px !important;
}
}

/*damiplayer*/
#dami24player {
	position: relative;
	padding-bottom: 56.25%;
}
#dami24player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#playermute {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg class='play-click-mute' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 45'%3E%3Ccircle cx='22.5' cy='22.5' r='20.5' fill='none' stroke-width='3.75' stroke='%23fff'/%3E%3Cpath class='pcmspeaker' d='M28.125 22.5A5.625 5.625 0 0 0 25 17.462v2.763l3.062 3.062a5.29 5.29 0 0 0 .063-.787zm3.125 0a8.55 8.55 0 0 1-.675 3.3l1.888 1.888A10.996 10.996 0 0 0 33.75 22.5 11.245 11.245 0 0 0 25 11.537v2.576a8.756 8.756 0 0 1 6.25 8.387zM12.838 11.25l-1.588 1.588 5.912 5.912H11.25v7.5h5l6.25 6.25v-8.412l5.312 5.312A8.654 8.654 0 0 1 25 30.875v2.575a11.237 11.237 0 0 0 4.612-2.263l2.55 2.563 1.588-1.588-11.25-11.25zM22.5 12.5l-2.612 2.612 2.612 2.613z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 58px auto;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all .25s;
    transition: all .25s;
}
#playermute:hover {
    opacity: 1;
    
}
#playermute.is-visible {
    display: block;
}
.live img {
    height: 24px;
    width: auto;
}

.ora {
    color: #FF7E22;
}
.comt {
    height: 34px;
    color: #ff7e22;
    line-height: 1.2;
    font-size: 14px;
    font-size: 0.875rem;
}
.top-entries .post-with-photo .post-title h3.h3-comt {
    height: 48.3px;
}
@media screen and (min-width: 480px) {
    .top-entries .post-with-photo .post-title h3.h3-comt {
        height: 48.3px;
    }
}
@media screen and (min-width: 760px) {
    .top-entries .post-with-photo .post-title h3.h3-comt {
        height: 60px;
    }
}
@media screen and (min-width: 990px) {
    .top-entries .post-with-photo .post-title h3.h3-comt {
        height: 62.1px;
    }
}
@media screen and (min-width: 1200px) {
    .top-entries .post-with-photo .post-title h3.h3-comt {
        height: 62.1px;
    }
}

.art-next-bar,
.art-prev-bar,
.t-noline {
    text-align: center;
    text-transform: uppercase
}

.full-article hr {
    height: 5px;
    border: none;
    background: url(../images/dotted_separator.png) left bottom repeat-x
}

.article-date {
    font-size: 1rem;
    margin-bottom: 0;
}

.full-article .article-content .live-team {
    margin-bottom: 20px
}

.full-article .article-content .live-score {
    margin-bottom: 20px;
    text-align: center;
    font-size: 3rem;
    font-weight: 700
}

.full-article .article-content .live-subscore {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700
}

.btn.primary {
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, color .2s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    background-color: #ff7e22;
    color: #fff;
    border-color: #ff7e22
}

.btn.primary:hover {
    background-color: #fff;
    color: #ff7e22
}

.btn.void {
    -webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out, color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out, color .2s ease-in-out;
    transition: border-color .2s ease-in-out, color .2s ease-in-out;
    background-color: transparent;
    color: #aaa
}

.btn.void:hover {
    border-color: #f2f2f2;
    color: #ff7e22
}

.pb-0 {
    padding-bottom: 0!important
}

.mceToolbar td {
    display: table-row;
    float: left
}

.mceToolbar td:nth-of-type(11) {
    clear: left
}

div.tinyMCE,
table.mceLayout,
textarea.tinyMCE {
    width: 100%!important
}

.mce-tinymce.mce-container.mce-panel {
    border: none!important
}

.mce-edit-area.mce-panel {
    border: none;
    border-color: #F2F2F2!important;
    background-color: #F2F2F2
}

.mce-btn,
.mce-panel {
    background-color: #F2F2F2!important
}
.mce-btn-group:not(:first-child) {
    border-left: none!important
}
.mce-branding-powered-by {
    border: none!important
}
.content-editor:before {
    display: none
}
.content-editor.empty:before {
    display: block;
    position: absolute;
    content: attr(data-placeholder);
    color: #333;
    cursor: text
}
.radio,
.radiolabel,
.zl {
    display: inline-block
}
.mb-10 {
    margin-bottom: 10px
}
#form-add-ad h2 {
    background: url(../images/dotted_separator_horizontal.png) left bottom repeat-x;
    padding-bottom: 20px
}
.form-group-wrap {
    padding-left: 20%;
    padding-right: 5%;
    padding-top: 10px
}
select.form-controll {
    width: auto!important;
    clear: left
}
#form-add-ad .form-group input.form-control,
#form-add-ad .form-group select.form-control,
#form-add-ad .form-group select.form-control:active {
    color: #333
}
.niby-placeholder {
    color: #aaa!important
}
.qq-gallery.qq-uploader {
    background-color: #f2f2f2;
    background-image: url(/images/add_images.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%
}
#cv_uploader .qq-gallery.qq-uploader {
    background-image: none;
}
.qq-gallery.qq-uploader:before {
    font-size: .875rem;
    top: 70%
}
#cv_uploader .qq-gallery.qq-uploader:before {
    font-size: .875rem;
    top: 45%;
    color: #000;
    opacity: 0.5;
}
#cv_uploader {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}
#cv_uploader .qq-gallery.qq-uploader {
    min-height: 150px;
}
#cv_uploader .qq-gallery .qq-upload-list li {
    height: 96px;
}

.qq-gallery .qq-upload-list li.qq-upload-success {
    background-color: #f2f2f2;
    border: 2px solid #bbb
}
.cena {
    width: 200px!important
}

/*spinbutton*/
.spinbutton {
	position: relative;
	height: 50px;
	width: 200px;
	background-image: none;
	outline: none;
	background-color: #ff7e22;
	border: 2px solid #ff7e22;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}
.spinbutton:hover {
	background-color: #fff;
	color: #ff7e22;
}
.spinbutton:active {
	background-color: #dd4b4b;
}
.spinbutton:active::after {
	opacity: 0.3;
}
.loading {
	border-radius: 50px;
	width: 50px;
}
.spinbutton.loading::after {
	width: 40px;
	left: 5px;
	top: 12px;
	border-radius: 100%;
}
.spinnerr {
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 8px;
	left: calc(50% - 17px);
	background: transparent;
	box-sizing: border-box;
	border-top: 4px solid white;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-radius: 100%;
	animation: spin 0.6s ease-out infinite;
}
@keyframes spin {
	100% {transform: rotate(360deg)}
}

.reference:before,
.required:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 96.336 96.337'%3E%3Cpath d='M92.456 64.24L66.18 48.17l26.275-16.073c.452-.277.776-.722.9-1.238s.038-1.06-.238-1.512l-7.72-12.62c-.576-.943-1.81-1.24-2.75-.664L57.563 31.406V2c0-1.104-.896-2-2-2H40.77c-1.103 0-2 .896-2 2v29.405L13.69 16.062c-.944-.576-2.174-.28-2.75.663l-7.72 12.62c-.277.453-.363.997-.24 1.513s.45.96.9 1.238l26.277 16.072L3.88 64.24c-.453.277-.777.723-.9 1.238-.125.517-.04 1.06.237 1.513l7.72 12.62c.577.943 1.807 1.24 2.75.665L38.772 64.93v29.406c0 1.104.897 2 2 2h14.794c1.104 0 2-.896 2-2V64.932l25.083 15.342c.942.576 2.175.28 2.75-.662l7.72-12.62c.277-.453.363-.997.24-1.513-.124-.518-.45-.962-.9-1.24z' fill='rgba%2827, 62, 83, 0.5%29'/%3E%3C/svg%3E")!important;
    background-position: center!important;
    background-repeat: no-repeat!important
}

.zl {
    line-height: 56px
}

.radiolabel {
    line-height: 36px;
    padding-left: 10px;
    cursor: pointer
}

input:focus,
select:active,
select:focus,
select:hover,
textarea:focus {
    outline: 0
}

.err {
    color: Red;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: .5rem
}

.has-error input,
.has-error select,
.has-error textarea {
    border-bottom: solid 2px Red!important
}

.radio .outer,
.radio input:checked+.outer {
    border: 3px solid #f2f2f2
}

.f-row.required {
    position: relative
}

.required:before {
    position: absolute;
    top: 20px;
    right: -32px
}

.reference {
    padding-left: 30px;
    position: relative;
    margin-top: 20px
}

.reference:before {
    position: absolute;
    top: 0;
    left: 0
}

#header-wrapper,
#photo-slajder,
#stuff,
.section-gallery {
    position: relative
}

.radio {
    padding-right: 20px;
    font-size: 18px;
    line-height: 38px;
    cursor: pointer
}

.radio:hover .inner {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: .5
}

.radio input {
    height: 1px;
    width: 1px;
    opacity: 0
}

.radio input:checked+.outer .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.radio input:focus+.outer .inner {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #7a7a7a
}

.radio .outer {
    height: 20px;
    width: 20px;
    display: block;
    float: left;
    margin: 6px 9px 6px 0;
    border-radius: 50%;
    background-color: #f2f2f2;
    box-sizing: content-box
}

.radio .inner {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    height: 16px;
    width: 16px;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    background-color: #7a7a7a;
    opacity: 0
}

#header-gallery {
    float: none
}

#header-gallery .social-media {
    margin-left: 22px;
    margin-top: 2px
}

#header-gallery .social-media img {
    width: 46px;
    height: 46px;
    margin-left: 1px
}

#slide-content,
.gallery-top,
.swr {
    width: 100%
}

#stuff {
    margin: 0 auto;
    width: 300px;
    min-height: 300px
}

.section-gallery .container {
    padding-left: 0;
    padding-right: 0
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.gallery-top .swiper-slide {
    text-align: center
}

.gallery-top .swiper-slide:after {
    content: "";
    display: block;
    padding-bottom: 66%
}

.slide-koniec:after {
    padding-bottom: 200%!important
}

.swr {
    position: absolute;
    height: 100%
}

.gallery-top img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.gallery-thumbs {
    box-sizing: border-box;
    padding: 20px 0 30px;
    display: none
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    opacity: .6
}

.gallery-thumbs img {
    width: 100%;
    height: auto;
    display: inline-block
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1
}

.gallery-thumbs .swiper-slide i {
    display: block;
    font-style: normal;
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 26px;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #fff;
    color: #ff7e22;
    font-size: .875rem;
    transition: all .3s
}

.gallery-thumbs .swiper-slide-active i {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 1.25rem
}

.slide-next,
.slide-prev {
    background: #fff;
    width: auto;
    height: auto
}

.slide-next div,
.slide-prev div {
    padding: 12px 10px
}

.slide-next img,
.slide-prev img {
    width: 14px;
    height: 24px;
    position: relative;
    z-index: 105
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 101;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    transition: all .4s ease
}

.swiper-button-next {
    right: 0;
    padding: 20px 0 20px 15px
}

.swiper-button-prev {
    left: 0;
    padding: 20px 15px 20px 0
}

.section-zdjecia-koniec {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.t-noline {
    color: #1f41b1
}

@media screen and (min-width:760px) {
    .section-gallery .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .gallery-thumbs {
        display: block
    }
    .slide-koniec:after {
        padding-bottom: 145%!important
    }
}

@media screen and (min-width:990px) {
    #header-wrapper,
    #photo-slajder {
        padding-right: 190px
    }
    #stuff {
        position: absolute;
        top: 0;
        right: 0;
        width: 160px;
        height: 600px
    }
    .slide-koniec:after {
        padding-bottom: 66%!important
    }
}

.art-next-btn,
.art-prev-btn {
    position: absolute;
    right: 0;
    width: 64px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 101
}

.art-next-btn .arrow,
.art-prev-btn .arrow {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

.art-next-bar:hover,
.art-next-btn .arrow:hover:before,
.art-prev-bar:hover,
.art-prev-btn .arrow:hover:before {
    background-color: rgba(255, 126, 34, 1)
}

.art-next-btn {
    right: 0
}

.art-prev-btn {
    left: 0
}

.art-next-btn .arrow:before,
.art-prev-btn .arrow:before {
    display: block;
    content: "";
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 126, 34, 0);
    position: relative;
    background-repeat: no-repeat;
    background-position: center
}

@media screen and (min-width:760px) {
    .art-next-btn .arrow:before,
    .art-prev-btn .arrow:before {
        background-color: rgba(255, 126, 34, .7)
    }
}

.swiper-button-disabled {
    cursor: default;
    display: none
}

.art-next-btn .arrow:before {
    background-image: url(/images/icon_arrow_right_white.svg)
}

.art-prev-btn .arrow:before {
    background-image: url(/images/icon_arrow_left_white.svg)
}

.art-next-bar,
.art-prev-bar {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    margin: 30px 0
}

.art-next-bar span,
.art-prev-bar span {
    display: inline-block;
    background-color: rgba(255, 126, 34, 1);
    background-repeat: no-repeat
}

.full-article .article-content .art-next-bar span {
    padding: 20px 50px 20px 40px;
    background-image: url(/images/icon_arrow_right_white.svg);
    background-position: right 20px center;
    color: #fff !important;
}

.full-article .article-content .art-prev-bar span {
    padding: 20px 40px 20px 50px;
    background-image: url(/images/icon_arrow_left_white.svg);
    background-position: left 20px center;
    color: #fff !important;
}

/*zajawka*/
.article-content .gallery-zajawka ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.full-article .article-content .gallery-zajawka li {
    display: inline-block;
    width: 33.3333%;
}
.gallery-zajawka li:first-child {
    padding-right: 16px;
}
.gallery-zajawka li:nth-child(2) {
    padding: 0 8px;
}
.gallery-zajawka li:last-child {
    padding-left: 16px;
}
.article-content .gallery-zajawka li img, .article-content .artykul-zajawka img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.gallery-zajawka li figure, .artykul-zajawka figure {
    position: relative;
    margin: 0;
}
.gallery-zajawka li figure:after, .artykul-zajawka figure:after {
    display: block;
    content: '';
    background: #333333;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.gallery-zajawka li:hover figure:after, .artykul-zajawka a:hover figure:after {
    opacity: 0.2;
}
.article-content .gallery-zajawka h3 a:hover, .article-content .artykul-zajawka a:hover  {
    color: #ff7e22;
}
.zaj-lead {
    font-size: 1rem;
}
.zaj-date {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    font-weight: 600;
    position: relative;
}
.zaj-date .comments {
    background: #ffffff url(../images/icon_comments.svg) right center no-repeat;
    color: #ff7e22;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.15;
    position: absolute;
    padding: 0 22px 0 5px;
    bottom: 0;
    right: 0;
}
/*live*/
#time {
    color: #ff7e22 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px !important;
}
#live-refresh-btn:hover #time {
    color: #fff !important;
}

/*loader*/
.btn.load-more {
  overflow: hidden;
  -webkit-transition: all .2s ease, background-color .01s ease, color .01s ease;
  transition: all .2s ease, background-color .01s ease, color .01s ease;
}
.btn.load-more.load-more--loading {
  -webkit-animation: rotate 1.5s linear infinite;
          animation: rotate 1.5s linear infinite;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  background-color: transparent;
  border: 3px solid #e1e1e1;
  border-radius: 50%;
  border-top-color: #ff7e22;
  box-sizing: border-box;
  
  color: transparent;
  padding: 0;
  pointer-events: none;
  width: 46px;
  height: 46px;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*smog*/
#smog-data {
    margin-top: 0.25rem;
}
.smog-prm {
    font-size: 0.875rem;
    color: #fff;
}
.smog-message {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.675rem;
    padding: 0.125rem 0.25rem 0 0.25rem;
}
.smog-prm .dtc {
    /*padding: 0.75rem 0.333rem;*/
}
.sp1, .sp2, .sp3 {
    padding-top: 0.9rem;
    padding-bottom: 0.25rem;
}
.sp4, sp5, .sp6 {
    padding-top: 0.25rem;
    padding-bottom: 0.9rem;
}
.sp3, .sp6 {
    padding-right: 0.9rem;
}
.sp1, .sp4 {
    padding-left: 0.25rem;
}
.smog-time {
    font-size: 0.6rem;
    color: rgba(255,255,255,0.6);
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    text-align: center;
}
.smog-aqi {
    color: #fff;
    font-size: 2rem;
    padding-right: 36px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 28px;
    display: inline-block;
}
.smog-info {
    position: relative;
}

::-webkit-input-placeholder {
    color: #aaa;
    transition: opacity 250ms ease-in-out
}
:focus::-webkit-input-placeholder {
    opacity: .5
}
:-ms-input-placeholder {
    color: #aaa;
    transition: opacity 250ms ease-in-out
}
:focus:-ms-input-placeholder {
    opacity: .5
}
::-moz-placeholder {
    color: #aaa;
    opacity: 1;
    transition: opacity 250ms ease-in-out
}
:focus::-moz-placeholder {
    opacity: .5
}
:-moz-placeholder {
    color: #aaa;
    opacity: 1;
    transition: opacity 250ms ease-in-out
}
:focus:-moz-placeholder {
    opacity: .5
}
/*jp player*/
.radio-cover {
    background-color: #fff;
    background-image: url('/images/radio_rekord_bg.png');
    background-repeat: repeat-x;
}
.full-article .article-content .radio-cover img {
    margin: 0;
}
.jp-video-270p {
    width: 350px;
    margin: 0 auto;
}
@media screen and (min-width: 500px) {
    .jp-video-270p {
        width: 460px;
        margin: 0 auto;
    }
}

.jp-audio, .jp-audio-stream, .jp-video {
    font-size: 16px;
    font-family: Verdana,Arial,sans-serif;
    line-height: 1.6;
    color: #fff;
    border: none;
    background-color: #007CC2;
}
.jp-video .jp-interface {
    border-top: none;
}
.jp-interface {
    position: relative;
    background-color: #007CC2;
    width: 100%;
}
.jp-details, .jp-playlist {
    width: 100%;
    background-color: #007CC2;
    border-top: none;
}
.jp-controls button.jp-previous, .jp-controls button.jp-next, .jp-toggles button.jp-repeat {
    display: none;
}
.jp-details .jp-title {
    font-weight: 300;
}
/*ogloszenia*/
.szczegoly-wrapper .dat {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #8c8c8c;
}
/*ads_words*/
.highlight {
    color: #1f41b1;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
}
.highlight:hover {
    color: rgb(255, 126, 34);
    
}
/*https://codepen.io/cbracco/pen/qzukg*/
[data-tool] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
[data-tool]:before,
[data-tool]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
}
[data-tool]:before {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -125px;
  padding: 7px;
  width: 250px;
  white-space: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(255, 126, 34, 0.9);
  color: #fff;
  content: attr(data-tool);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
}
[data-tool]:after {
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid rgba(255, 126, 34, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  box-sizing: border-box;
}
[data-tool]:hover:before,
[data-tool]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  box-sizing: border-box;
}

.add-comment {
    -webkit-transition: all .2s ease, background-color .01s ease, color .01s ease;
  transition: all .2s ease, background-color .01s ease, color .01s ease;
}
.cs .btn.add-comment--loading {
    background-color: #ff7e22;
    color: #fff;
    float: right;
    
    -webkit-animation: rotat 1.5s linear infinite;
          animation: rotat 1.5s linear infinite;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  background-color: transparent;
  border: 3px solid #e1e1e1;
  border-radius: 1.5em;
  border-top-color: #ff7e22;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  width: 42px;
  margin-right: 40px !important;
  margin-left: 40px !important;
  color: transparent;
  padding: 0;
  pointer-events: none;
  
}
@-webkit-keyframes rotat {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotat {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*hype*/
.hype-encoded {
    display: none !important;
}
.hype-mobile img {
    max-width: 100% !important;
    height: auto !important;
}
.hype-desktop {
    display: none;
}

@media screen and (min-width:768px) {
    .hype-mobile {
        display: none !important;
    }
    .hype-desktop {
        display: inline-block;
    }
    .hype-desktop img {
        max-width: 100% !important;
        height: auto !important;
    }
    .twitter-tweet {
    margin-left: auto;
    margin-right: auto;
  }
}
.hype iframe {
    max-width: 100%!important;
    overflow: hidden;
}

/*wybor regionu*/

.region-title {
    font-size: 16px;
    padding: 16px;
    text-align: center;
    color: #ff7e22;
}
.region-sel ul {
    margin: 0;
    padding: 0;
}
.region-sel li {
    padding: 0;
    list-style: none;
    text-align: center;
}
.region-sel a {
    display: block;
    font-size: 20px;
    padding: 16px 48px;
    color: #1f41b1;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.region-sel a:hover {
    background-color: #ff7e22;
    color: #fff;
}
.region-logo-container {
    text-align: center;
    padding-top: 10px;
}
.region-logo {
    width: 140px;
    height: auto;
    display: inline-block;
}
/*-------------------------------

	POPUP.CSS

-------------------------------*/
.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.popup_cont {
	position: fixed;
	z-index: 10002;
}
.preloader {
	z-index: 10001;
}

.popup_close {
	color: #888;
	cursor: pointer;
	position: absolute;
	padding: 5px;
	right: 5px;
	top: 0;
}
.popup_close:hover {
	color: #111;
}
.popup_back {
	cursor: pointer;
	background-color: #222;
}
div.popup {
	background: #fff;
	padding: 16px;
	/*box-shadow: 0 3px 10px #222;*/
}
.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}
.c-orange {
    color: #ff7e22;
}
.btn-small {
    height: 34px;
    line-height: 32px;
}
.timelinedate {
    color: #1f41b1;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
@media screen and (min-width: 760px) {
    .timelinedate {
        font-size: 2rem;
    }
}

.comments-body span, .comments-body iframe {
    width: 100% !important;
}
/*miss*/
.c-gold {
    color: #BF9B61;
}
.form-miss .form-group {
    margin-bottom: 1.25rem;
}
.w-5 {
    width: 5%;
}
.w-95 {
    width: 95%;
}
.matter-button-contained {
    padding: 8px 32px;
    height: 56px;
}
#miss-form .qq-gallery.qq-uploader {
    background-color: rgba(191,155,97,0.1);
    background-image: none;
    border: 1px dashed rgba(191,155,97,0.2);
}
#miss-form .has-error .qq-gallery.qq-uploader {
    background-color: rgba(255,0,0,0.1);
    border: 2px dashed rgb(255,0,0);
}
#miss-form .qq-gallery.qq-uploader:before {
    font-size: 1rem;
    top: 47%;
}
#miss-form .has-error input, #miss-form .has-error textarea {
 background-color: rgba(255,0,0,0.2);
}
#miss-form .err {
 padding-bottom: 0;
 padding-top: 4px;
}
#miss-form .required:before {
 display: none;
}
#miss-form a {
    color: #BF9B61;
    font-weight: 700;
    text-decoration: underline;
}

.mnr .cntr script {
    display: none;
}
.mnr img {
    max-width: 100%;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;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\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

#footer .links ul li a {
    color: #aeaeae;
}

/*pop menu*/
.pop-menu {
  position: relative;
}
.pop-menu .pop-item {
  padding: 8px 0px;
  height: fit-content;
  width: fit-content;
  min-width: 180px;
  max-width: 300px;
  border-radius: 2px;
  position: absolute;
  text-align: center;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -3px) scale(0);
  transform-origin: top;
  transition: 0.14s;
  z-index: 999;
  box-shadow: 0 0 5px 0 rgb(83 83 83 / 28%);
}
.pop-menu:hover .pop-item {
  display: block;
  transform: translate(-50%, -3px) scale(1);
  background-color: #fff;
}
.pop-menu .pop-item a {
  display: block;
  padding: 12px 16px !important;
  white-space: nowrap;
  color: #1f41b1 !important;
  font-size: 0.875rem !important;
}
.pop-menu .pop-item a:hover {
  color: #ff7e22 !important;
}

@media screen and (min-width: 990px) {
    #header {
        overflow: visible;
    }
    #header .navbar-nav .nav .pop-menu li:after,
    #header .navbar-nav .nav .pop-menu li:before {
        display: none;
    }
}


/* 2023 */
.list--regions {
    display: flex;
}

.list--regions > li {
    flex: 1 1 auto;
    min-width: 0; /* 1 */
    min-height: 0; /* 1 */
    margin: 4px;
}

.list--regions > li > a {
    font-size: 14px;
    min-width: 0;
    padding: 0 6px;
}

@media (min-width: 992px) {
	.full-article .stic {
		padding-left: 20px;
	}
}
