/*-- reset --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
select:focus,
textarea:focus {
    outline: none;
}
select:active,
textarea:active {
    outline: none;
}
input[type=submit], button {
    cursor: pointer;
    padding: 0;
    margin: 0;
}
a {text-decoration: none;}
a:active
{
    outline: none;
    outline-style: none;}

a:focus
{   outline: none;
    outline-style: none;
}
a:visited {
    outline: none;
    outline-style: none;}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
body{
    font-size: 0;
    line-height: 0;
}
* {
  box-sizing: border-box; 
}
/*-- /reset --*/


/*-- pavilion - flexbox --*/
/*flex*/
.display-flex {
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
.flex {
  -ms-flex: 1;
      flex: 1; 
}

.flex-col-20 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}
.flex-col-25 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}
.flex-col-33 {
  -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.flex-col-40 {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%;
  max-width: 40%;
}
.flex-col-50 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}
.flex-col-60 {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  max-width: 60%;
}
.flex-col-66 {
  -ms-flex: 0 0 66.6666%;
      flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.flex-col-75 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}
.flex-col-80 {
  -ms-flex: 0 0 80%;
      flex: 0 0 80%;
  max-width: 80%;
}
.flex-col-100 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.display-flex.items-top {
  -ms-flex-align: start;
      align-items: flex-start;
}
.display-flex.items-center-v {
  -ms-flex-align: center;
      align-items: center;
}
.display-flex.items-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}
.display-flex.items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.display-flex.items-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.display-flex.items-center-h {
  -ms-flex-pack: center;
      justify-content: center;
}
.display-flex.items-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.display-flex.items-spaced-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.display-flex.items-spaced-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.display-flex .item-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.display-flex .item-center-v {
  -ms-flex-item-align: center;
      align-self: center;
}
.display-flex .item-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.display-flex .item-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
/*end flex*/

/*additional*/
.ellipsis{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*end additional*/

/*positions*/
.absolute {
	position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
/*end positions*/

/*float*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/*end float*/

/*inline-block*/
.inline-block {
	display: inline-block;
	vertical-align: top;
}
.middle:before {
	content: '';
	width: 0;
    height: 100%;
	display: inline-block;
	vertical-align: middle; 
}/*wyśrodkowanie elementu inline-block w jakimś kontenerze*/
/*end inline-block*/

/*-- columns --*/
.col-1,
.col-2,
.col-3,
.col-4 {
    float: left;
}
.col-4 {
    width: 100%;
}
.col-3 {
    width: 75%;
}
.col-2 {
    width: 50%;
}
.col-1 {
    width: 25%;
}
/*-- /columns --*/


/*-- global --*/
.col {
    padding: 0 8px 0 8px;
}
@media only screen and (max-width: 350px) {
	.col {
	 padding: 0;
	}
}
.row:after {
    clear: both;
    display: table;
    content: '';
}

.gl_plugin {
	clear: both;
	margin-bottom: 20px;
}
.gl_wrapper{
    max-width: 600px;
    margin: 0 auto;
    padding: 0 8px;
}
.gl_wrapper:after {
    content: '';
    clear: both;
    display: table;
}
/*-- /global --*/


/*-- gl_wrapper display-flex --*/
.gl_wrapper.gl_wrapper_row_flex .col-1,
.gl_wrapper.gl_wrapper_row_flex .col-2,
.gl_wrapper.gl_wrapper_row_flex .col-3,
.gl_wrapper.gl_wrapper_row_flex .col-4,
.gl_wrapper.gl_wrapper_row_flex .col-5,
.gl_wrapper.gl_wrapper_row_flex .col-6,
.gl_wrapper.gl_wrapper_row_flex .col-7,
.gl_wrapper.gl_wrapper_row_flex .col-8,
.gl_wrapper.gl_wrapper_row_flex .col-9,
.gl_wrapper.gl_wrapper_row_flex .col-10,
.gl_wrapper.gl_wrapper_row_flex .col-11,
.gl_wrapper.gl_wrapper_row_flex .col-12 {
    float: none;
}
.gl_wrapper.gl_wrapper_row_flex .col-12 {
    width: calc(100% - 16px);
}
.gl_wrapper.gl_wrapper_row_flex .col-11 {
    width: calc(91.66666667% - 16px);
}
.gl_wrapper.gl_wrapper_row_flex .col-10 {
    width: calc(83.33333333% - 16px);
}
.gl_wrapper.gl_wrapper_row_flex .col-9 {
    width: calc(75% - 16px);
}
.gl_wrapper.gl_wrapper_row_flex .col-8 {
    width: calc(66.66666667% - 16px);
}
.gl_wrapper.gl_wrapper_row_flex .col-7 {
    width: calc(58.33333333% - 16px);
}
.gl_wrapper.gl_wrapper_row_flex .col-6 {
    width: calc(50% - 16px);
}
.gl_wrapper.gl_wrapper_row_flex .col-5 {
    width: calc(41.66666667% - 16px);
}
.gl_wrapper.gl_wrapper_row_flex .col-4 {
    width: calc(33.33333333% - 16px - -0.01px);
}
.gl_wrapper.gl_wrapper_row_flex .col-3 {
    width: calc(25% - 16px);
}
.gl_wrapper.gl_wrapper_row_flex .col-2 {
    width: calc(16.66666667% - 16px - -0.01px);
}
.gl_wrapper.gl_wrapper_row_flex .col-1 {
    width: calc(8.333333333% - 16px - -0.01px);
}
.gl_wrapper.gl_wrapper_row_flex .col {
    padding: 0;
}
.gl_wrapper.gl_wrapper_row_flex:after,
.gl_wrapper.gl_wrapper_row_flex .row:after {
    display: block;
    content: none;
}
.gl_wrapper.gl_wrapper_row_flex .row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}
/*-- /gl_wrapper display-flex --*/

/*-- fonts --*/
h1,
.h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}
h2,
.h2,
.lead,
.stm-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
h3,
.h3 {
    font-size: 14px;
    line-height: 20px;
}
p,
.p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
}
a {
    font-size: 18px;
    line-height: 29px;
	color: #000;
}
h4,
.h4 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
h5,
.h5,
h6,
.h6 {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}
/*-- /fonts --*/

/*-- button --*/
button,
.button {
    border: none;
    display: inline-block;
    min-width: 80px;
    padding: 8px 21px;
}
/*-- /button --*/

/*--------- formularze -----------*/

/*-- input --*/
input {
    border: 1px solid #979797;
    padding: 5px;
}
/*-- /input --*/


/*-- textarea --*/
textarea {
    border: 1px solid #979797;
    resize: vertical;
    width: 100%;
	padding: 5px;
}
/*-- /textarea --*/



/*-- select --*/
select {
    line-height: 16px;
    padding: 0px 10px 0 10px;
}
/*-- /select --*/


/*---------- /formularze -----------*/

/*----
SWITCH
----*/
.switch__button {
	display: none !important;
}

/*--------------------------------------------------------------------
FONT AWESOME REDUCTED 
-------------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

/* @font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
  font-weight: normal;
  font-style: normal;
} */

.fa {
  display: inline-block;
  /* font: normal normal normal 14px/1 FontAwesome; */
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-user:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f007.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
} 
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f00d.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-plus:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f067.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-caret-down:before {
  background-size: contain;
  width: 8px;
  height: 4px;
  content: "";
  background-image: url(/media/icons/f0d7.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-smile-o:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f118.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-frown-o:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f119.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f03e.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-expand:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f065.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-compress:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f066.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-angle-left:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f104.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-angle-right:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f105.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-shopping-cart:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f07a.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-play:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f04b.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-tag:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f02b.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-times-circle:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f057.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-refresh:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f021.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-thumbs-o-down:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f088.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-thumbs-o-up:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f087.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-angle-down:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f107.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.fa-angle-up:before {
  background-size: contain;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/media/icons/f106.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

/* filter-layout */
.filter-layout .gl_wrapper {
  display: flex;
  flex-direction: column;
}
.filter-layout .gl_wrapper .col-4:nth-child(2) {
  order: -1;
}
/* filter-layout */

.quiz-layout .m_zpr_box_topboard,
.quiz-layout .m_zpr_box_top1 {
	display: none !important;
}
.tag-layout #hook_content > .main-title-listing {
	display: flex;
	justify-content: center;
}
.tag-layout .tag_img {
	display: flex;
  justify-content: center;
  margin-bottom: 4px;
}
.tag-layout .tag_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tag_photo {
	position: relative;
  margin-bottom: 24px;
}
.tag_photo figcaption span {
    display: block;
}
.tag_photo figcaption {
    display: none;
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-shadow: 2px 2px #000;
}
.tag_photo .element__info {
    position: absolute;
    bottom: 16px;
    right: 16px;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tag_photo .element__info .media__info {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}
figure.tag_photo figcaption.non__interactive {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  color: #000000;
  text-shadow: none;
}

/* top menu elements */

.top_menu__element_first {
  display: none !important;
}

.header #top_menu__elements {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-y: hidden;
  overflow-x: scroll;
  z-index: 1;
}

.header #top_menu__elements .top_menu__element,
.header #top_menu__elements .top_menu__element img {
  display: flex;
  height: 65px;
  width: 50vw;
  object-fit: cover;
  margin: 0;
}

.header #top_menu__elements.many-top-elements .top_menu__element,
.header #top_menu__elements.many-top-elements .top_menu__element img {
  width: 45vw;
}

.header .header-bar .header-ext {
  position: absolute;
  top: 14px;
  left: 144px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 13213213;
  width: 40px;
}

.header .header-bar .header-ext #top_menu_on,
.header .header-bar .header-ext #top_menu_off {
  position: relative;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  user-select: none;
  padding-top: 40px;
  margin-top: -22px;
  cursor: pointer;
}

.header .header-bar .header-ext #top_menu_off {
  margin-top: -18px; 
}

.header .header-bar .header-ext #top_menu_on::before {
  display: flex;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/media/icons/chevrons-up-white.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 21px;
  left: 10px;
  user-select: none;
}

.header .header-bar .header-ext #top_menu_off::before {
  display: flex;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/media/icons/chevrons-up-white.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  top: 21px;
  left: 3px;
  user-select: none;
}

/* new Quizzes lo-fi styles */
.quiz-layout .quizv2 .button--primary:not(.share, #exit-btn) {
	background-color: var(--color-quiz, #1677FF) !important;
	border: 1px solid var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .answer__input:checked+.answer__label,
.quiz-layout .quizv2 .answer.with-image .answer__input:checked+.answer__label .answer__title:before {
	border: 1px solid var(--color-quiz, #1677FF) !important;	
}

.quiz-layout .quizv2 .answer__input:checked+.answer__label:before {
	border-color: var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .button--inverted {
	color: var(--color-quiz, #1677FF) !important;
	border: 1px solid var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .quizv2__teaser,
.quiz-layout .quizv2--poll.quizv2--summary .answer.selected .answer__percent, 
.quiz-layout .quizv2--poll.quizv2--summary .answer.selected .answer__title,
.quiz-layout .quizv2 .question__counter,
.quiz-layout .quizv2 .button.exit,
.quiz-layout .quizv2 .ending-splash__result-title,
.quiz-layout .quizv2 .button-box .button#exit-btn,
.quiz-layout .exit-wrapper-nav .button.button--back .nav-btn-back__text,
.quiz-layout .exit-wrapper-nav .button.button--exit .nav-btn-exit__text {
	color: var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .answer.with-image .answer__input:checked+.answer__label:after {
	background-color: var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2:not(.quizv2--summary) .answer__label:before,
.quiz-layout .quizv2 .answer__input:checked+.answer__label:after {
	border: 2px solid var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2 .answer__input:checked+.answer__label:after,
.quiz-layout .quizv2:not(.quizv2--summary) .answer.with-image .answer__label .answer__title:after {
	background-color: var(--color-quiz, #1677FF) !important;
}

.quiz-layout .exit-wrapper-nav .button.button--exit .nav-btn-exit__icon .mobile-exit-icon,
.quiz-layout .exit-wrapper-nav .button.button--back .nav-btn-back__icon .mobile-back-icon {
	filter: invert(2) brightness(0);
}

.quiz-layout .exit-wrapper-nav {
  border-bottom: 1px solid var(--color-quiz, #1677FF) !important;
}

.quiz-layout .quizv2:not(.quizv2--summary) .answer.with-image .answer__label .answer__title:after,
.quiz-layout .quizv2:not(.quizv2--summary) .answer__input:checked+.answer__label:after {
  background:  var(--color-quiz, #1677FF) !important;
}
/* /new Quizzes lo-fi styles */

/* Oznaczenie sponsorskie na video */
.player--main .player__media {
  position: relative;
}
.player--main .player__media .slot__label {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #FFFFFF;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
.player--main .player__media .slot__label .slot__label-text {
  font-weight: 400;
  font-size: 8px;
  line-height: 11px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  z-index: 99999999;
}
/* /Oznaczenie sponsorskie na video */