/*  */
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, sub, sup, 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%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: normal; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 16px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, 'Tahoma', 'Verdana', sans-serif; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.txtTitleWithLine {
  font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, 'Tahoma', 'Verdana', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 15px;
  position: relative; }
  .txtTitleWithLine:after {
    background-color: #8dc63f;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px; }

.boxAsideNav {
  display: block;
  margin-bottom: 20px; }
  .boxAsideNav > p.txtTitle {
    display: block;
    padding: 15px 20px;
    background-color: #8dc63f;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase; }
  .boxAsideNav > ul {
    display: block;
    padding: 15px 20px;
    background-color: #ebf1f5; }
    .boxAsideNav > ul a {
      display: block;
      font-weight: 900;
      font-size: 15px;
      font-size: 0.9375rem;
      padding: 10px 0;
      border-bottom: 1px solid #dcdcdc; }
      .boxAsideNav > ul a:hover, .boxAsideNav > ul a.active {
        color: #8dc63f; }
    .boxAsideNav > ul > li:last-child a {
      border-bottom: 0; }
    .boxAsideNav > ul ul a {
      font-weight: 300;
      padding-left: 10px; }
  .boxAsideNav.bgGray > p.txtTitle {
    background-color: #ececec;
    color: #000; }
  .boxAsideNav.bgGray > ul {
    background-color: #f8f8f8; }
    .boxAsideNav.bgGray > ul a {
      font-weight: 400; }

.listBreadcrumbs {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #929699; }
  .listBreadcrumbs li {
    display: inline-block;
    padding: 0 5px; }
    .listBreadcrumbs li:first-child {
      padding-left: 0; }
    .listBreadcrumbs li a {
      color: #929699;
      text-decoration: none; }
      .listBreadcrumbs li a i {
        color: #8dc63f;
        margin-right: 8px; }
      .listBreadcrumbs li a:hover {
        text-decoration: underline; }

      @media screen and (max-width: 768px) {
        .listBreadcrumbs {
          margin-top: 10px;
          margin-bottom: 10px;
        }
        .listBreadcrumbs li a i {
          display: none; }
        .listBreadcrumbs li:last-of-type{
          display: none;
        }
      }

.boxSocialSticky {
  position: absolute;
  top: 64px;
  left: -30px;
  width: 30px;
  font-size: 11px;
  z-index: 31; }
  .boxSocialSticky .jssocials-share {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; }
  .boxSocialSticky .jssocials-share-comments i {
    color: #4186cd; }
  .boxSocialSticky .jssocials-share-link {
    max-width: 100%; }
  .boxSocialSticky .jssocials-share-comments {
    font-size: 9px; }
  .boxSocialSticky .jssocials-share-count-box {
    width: 30px;
    text-align: center;
    margin: 5px 0 0 0; }
  .boxSocialSticky .jssocials-share-count-box::after,
  .boxSocialSticky .jssocials-share-count-box::before {
    display: none; }
  .boxSocialSticky.is_stuck {
    left: inherit; }

.boxArticleShare {
  margin-top: 40px;
  margin-bottom: 20px; }

#boxShare {
  font-size: 12px; }

#boxShare a {
  text-decoration: none; }

.mainContent article > h2 {
  font-weight: 900;
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 20px; }
.mainContent article > .txtLead {
  font-weight: 700;
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 20px;
  line-height: 140%; }
.mainContent article > .txtArticle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 150%; }
  .mainContent article > .txtArticle p {
    margin-bottom: 15px; }
.mainContent article .boxVoteFormList {
  display: block;
  margin: 20px 0; }
  .mainContent article .boxVoteFormList > h3 {
    font-weight: 900;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px; }
  .mainContent article .boxVoteFormList .wrapperOneVote {
    background-color: #ededed;
    display: block;
    margin-bottom: 20px;
    cursor: pointer; }
    .mainContent article .boxVoteFormList .wrapperOneVote:hover .txtTitle {
      text-decoration: underline; }
    .mainContent article .boxVoteFormList .wrapperOneVote.active {
      background-color: #003878; }
      .mainContent article .boxVoteFormList .wrapperOneVote.active .boxDesc {
        color: #fff; }
      .mainContent article .boxVoteFormList .wrapperOneVote.active .boxInput {
        background-color: #8dc63f; }
  .mainContent article .boxVoteFormList .rowOneVote > div > div {
    padding-top: 25px;
    padding-bottom: 25px; }
  .mainContent article .boxVoteFormList .rowOneVote .boxInput {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b7b7b7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .mainContent article .boxVoteFormList .rowOneVote .boxInput input {
      margin: 0; }
  .mainContent article .boxVoteFormList .rowOneVote .boxDesc {
    position: relative;
    font-size: 12px;
    font-size: 0.75rem;
    padding-right: 15px; }
    .mainContent article .boxVoteFormList .rowOneVote .boxDesc .txtTitle {
      font-weight: 700;
      font-size: 20px;
      font-size: 1.25rem; }
    .mainContent article .boxVoteFormList .rowOneVote .boxDesc .txtAuthor,
    .mainContent article .boxVoteFormList .rowOneVote .boxDesc .txtDesc {
      margin-bottom: 25px; }
    .mainContent article .boxVoteFormList .rowOneVote .boxDesc > i {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #b7b7b7;
      font-size: 24px; }
    .mainContent article .boxVoteFormList .rowOneVote .boxDesc > * {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
.mainContent article .boxVoteForm {
  display: block;
  margin: 50px 0 20px 0; }
.mainContent article .txtThanks {
  margin-top: 0;
  display: block;
  padding: 30px 0;
  text-align: center;
  background-color: #8dc63f;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem; }
  .mainContent article .txtThanks i {
    font-size: 30px;
    line-height: 24px; }
.mainContent article .boxPrize {
  display: block;
  background-color: #ededed;
  padding: 35px 50px; }
  .mainContent article .boxPrize .txtTitle {
    font-size: 45px;
    font-size: 2.8125rem;
    font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, 'Tahoma', 'Verdana', sans-serif;
    margin-bottom: 15px;
    font-weight: 700; }
  .mainContent article .boxPrize > p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px; }
  .mainContent article .boxPrize .imgPrize {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .mainContent article .boxPrize .boxPrizeCode {
    position: relative; }
    .mainContent article .boxPrize .boxPrizeCode .boxOneCode {
      display: block;
      margin-top: 40px; }
      .mainContent article .boxPrize .boxPrizeCode .boxOneCode p.txtPrizeTitle {
        color: #808080;
        font-style: italic;
        font-size: 16px;
        font-size: 1rem;
        position: relative;
        padding-left: 15px;
        margin: 0; }
        .mainContent article .boxPrize .boxPrizeCode .boxOneCode p.txtPrizeTitle::before {
          position: absolute;
          width: 6px;
          height: 12px;
          top: 4px;
          left: 0;
          background-color: #8dc63f;
          content: ""; }
      .mainContent article .boxPrize .boxPrizeCode .boxOneCode .txtName {
        font-size: 35px;
        font-size: 2.1875rem;
        font-weight: 900;
        margin: 0; }
        .mainContent article .boxPrize .boxPrizeCode .boxOneCode .txtName span.colorGreen {
          color: #8dc63f; }
        .mainContent article .boxPrize .boxPrizeCode .boxOneCode .txtName span.colorGreen {
          color: #003878; }
      .mainContent article .boxPrize .boxPrizeCode .boxOneCode > span {
        font-size: 16px;
        font-size: 1rem; }
    .mainContent article .boxPrize .boxPrizeCode .txtContact {
      text-align: right;
      margin-top: 40px; }
      .mainContent article .boxPrize .boxPrizeCode .txtContact .txtPhoneNo {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700; }
      .mainContent article .boxPrize .boxPrizeCode .txtContact p {
        margin: 0; }
        .mainContent article .boxPrize .boxPrizeCode .txtContact p.txtAddress {
          margin-top: 15px;
          font-size: 14px;
          font-size: 0.875rem; }
  .mainContent article .boxPrize .boxLegals {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #ccc;
    font-size: 12px;
    font-size: 0.75rem; }
    .mainContent article .boxPrize .boxLegals p.txtTitle {
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center; }
    .mainContent article .boxPrize .boxLegals ol {
      list-style: decimal;
      padding-left: 20px; }
    .mainContent article .boxPrize .boxLegals b {
      font-weight: bold; }
.mainContent article .boxVoteFormListScore .wrapperOneVote {
  background-color: transparent;
  cursor: auto; }
  .mainContent article .boxVoteFormListScore .wrapperOneVote:hover .txtTitle {
    text-decoration: none; }
  .mainContent article .boxVoteFormListScore .wrapperOneVote:first-child {
    background-color: #003878;
    color: #fff; }
  .mainContent article .boxVoteFormListScore .wrapperOneVote:nth-child(2) {
    background-color: #b7b7b7; }
  .mainContent article .boxVoteFormListScore .wrapperOneVote:nth-child(3) {
    background-color: #ededed; }
.mainContent article .boxVoteFormListScore .rowOneVote .boxInput {
  background-color: transparent; }
.mainContent article .boxVoteFormListScore .rowOneVote .txtVotesCount {
  text-align: right;
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 30px; }
  .mainContent article .boxVoteFormListScore .rowOneVote .txtVotesCount span {
    display: block;
    font-weight: 900;
    font-size: 60px;
    font-size: 3.75rem; }
.mainContent article .boxVoteFormListScore p.txtPosition {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center; }
  .mainContent article .boxVoteFormListScore p.txtPosition span {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 900;
    display: block; }
.mainContent article .boxVoteFormListScore .tblVoteScore {
  width: 100%;
  margin: 30px 0;
  border-collapse: separate;
  border-spacing: 2px 8px; }
  .mainContent article .boxVoteFormListScore .tblVoteScore thead th {
    background-color: #003878;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 15px 0;
    text-transform: uppercase;
    margin: 2px; }
    .mainContent article .boxVoteFormListScore .tblVoteScore thead th:last-child {
      background-color: #8dc63f; }
  .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    border: 1px solid #ededed; }
    .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td:first-child {
      text-align: center;
      font-size: 25px;
      font-size: 1.5625rem;
      font-weight: 900; }
    .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td:nth-child(2) {
      padding-left: 40px; }
    .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td:nth-child(3) {
      background-color: #ededed;
      text-align: right;
      padding-right: 40px; }
    .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td .txtTitle {
      font-weight: 700;
      font-size: 20px;
      font-size: 1.25rem; }
    .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td .txtAuthor {
      font-size: 13px;
      font-size: 0.8125rem; }
    .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td .txtVotesCount {
      font-size: 11px;
      font-size: 0.6875rem;
      text-transform: uppercase; }
      .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td .txtVotesCount span {
        font-size: 40px;
        font-size: 2.5rem;
        font-weight: 900;
        display: block; }

/* tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .row-flex, .row-flex > div[class*="col-"] {
    display: flex;
    flex: 1 1 auto; }

  .mainContent article .boxVoteFormListScore .rowOneVote .txtVotesCount span {
    font-size: 40px;
    font-size: 2.5rem; }

  .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td:nth-child(2) {
    padding-left: 20px; }

  .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td:nth-child(3) {
    padding-right: 20px; }

  .mainContent article .boxPrize .boxPrizeCode {
    padding-bottom: 60px; }

  .mainContent article .boxPrize .boxPrizeCode .boxOneCode {
    margin: 0 0 20px 0; } }
/* mobile styles */
@media (max-width: 767px) {
  .mainContent article .boxVoteFormList .rowOneVote .boxInput {
    padding-top: 10px;
    padding-bottom: 10px; }

  .mainContent article .boxVoteFormList .rowOneVote .boxDesc {
    padding-left: 15px; }

  .mainContent article .boxVoteFormList .rowOneVote .boxDesc .txtTitle {
    padding-right: 50px; }

  .mainContent article .boxVoteFormListScore .rowOneVote .txtVotesCount span,
  .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td .txtVotesCount span {
    font-size: 30px;
    font-size: 1.875rem; }

  .mainContent article .boxVoteFormListScore .tblVoteScore thead th {
    padding: 15px 5px; }

  .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td:nth-child(2) {
    padding-left: 10px; }

  .mainContent article .boxVoteFormListScore .tblVoteScore tbody tr td:nth-child(3) {
    padding-right: 10px; }

  .mainContent article .boxPrize {
    padding: 15px; }

  .mainContent article .boxPrize .txtTitle,
  .mainContent article .boxPrize .boxPrizeCode .boxOneCode .txtName {
    font-size: 25px;
    font-size: 1.5625rem; }

  .mainContent article .boxPrize .boxPrizeCode .txtContact {
    position: static;
    margin: 30px 0;
    text-align: center; } }
.vote-box {
  padding: 25px;
  background: #3EC3D7;
  color: white; }

.vote-box h2 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600; }

.vote-box .form {
  background: #2EA9BA;
  padding: 20px 15px;
  margin-top: 22px; }

.vote-box .col-md-4 {
  padding-top: 5px; }

.vote-box .btn {
  background: #E7402F;
  color: white;
  margin-top: 20px;
  padding: 5px 15px;
  float: right;
  font-weight: 600; }

#wybrany {
  padding: 10px;
  margin-bottom: -10px;
  color: black;
  font-weight: 600;
  background: #eee; }

#wybrany small {
  font-weight: 300; }

.btn-score {
  background: blue;
  color: white;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 0px;
  font-size: 12px; }

/*# sourceMappingURL=style-rozmawia.css.map */
