/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/partials/_debug.scss */
body.debug .panel {
  background-repeat: no-repeat;
  background-position: center -127px;
}
/* line 9, ../sass/partials/_debug.scss */
body.debug .panel-1 {
  background-image: url(../layouts/netto_quiz_05072016-00-intro.png);
}
/* line 10, ../sass/partials/_debug.scss */
body.debug .panel-2-1 {
  background-image: url(../layouts/netto_quiz_05072016-01.png);
}
/* line 11, ../sass/partials/_debug.scss */
body.debug .panel-2-2 {
  background-image: url(../layouts/netto_quiz_05072016-02.png);
}
/* line 13, ../sass/partials/_debug.scss */
body.debug .panel-result {
  background-image: url(../layouts/netto_quiz_13072016-wynik-0.png);
}

/* line 5, ../sass/partials/_common.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../sass/partials/_common.scss */
html, body {
  margin: 0;
  padding: 0;
}

/* line 17, ../sass/partials/_common.scss */
a, a:visited, a:hover, a:active, a:focus {
  outline: 0;
}

/* line 18, ../sass/partials/_common.scss */
a {
  color: #d6512a;
}

/* line 19, ../sass/partials/_common.scss */
a img {
  border: 0px;
}

/* line 20, ../sass/partials/_common.scss */
a.no-underline {
  text-decoration: none;
}

/* line 22, ../sass/partials/_common.scss */
p {
  margin: 0px;
  padding: 0px;
}

/* line 23, ../sass/partials/_common.scss */
.pos-relative {
  position: relative;
}

/* line 24, ../sass/partials/_common.scss */
.pos-absolute {
  display: block;
  position: absolute;
}

/* line 26, ../sass/partials/_common.scss */
ul.list-unstyled {
  margin: 0px;
  padding: 0px;
}
/* line 28, ../sass/partials/_common.scss */
ul.list-unstyled > li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* line 31, ../sass/partials/_common.scss */
ul.list-horizontal {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 49, ../../../../../lib/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_inline-block-list.scss */
ul.list-horizontal li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 34, ../sass/partials/_common.scss */
ul.list-horizontal li {
  vertical-align: top;
}

/* line 38, ../sass/partials/_common.scss */
br.clear {
  clear: both;
}

/* line 39, ../sass/partials/_common.scss */
.text-left {
  text-align: left;
}

/* line 40, ../sass/partials/_common.scss */
.text-right {
  text-align: right;
}

/* line 41, ../sass/partials/_common.scss */
.text-center {
  text-align: center;
}

/* line 42, ../sass/partials/_common.scss */
.text-justify {
  text-align: justify;
}

/* line 43, ../sass/partials/_common.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 44, ../sass/partials/_common.scss */
.hidden, .hide {
  display: none;
}

/* line 46, ../sass/partials/_common.scss */
.pull-right {
  float: right;
}

/* line 47, ../sass/partials/_common.scss */
.pull-left {
  float: left;
}

/* line 49, ../sass/partials/_common.scss */
.content-wrapper {
  display: block;
  width: 1060px;
  margin: 0px auto;
  position: relative;
}
@media (max-width: 650px) {
  /* line 49, ../sass/partials/_common.scss */
  .content-wrapper {
    width: 310px;
  }
}

/* line 57, ../sass/partials/_common.scss */
.row {
  clear: both;
}

/* line 58, ../sass/partials/_common.scss */
.row:after {
  content: '';
  display: block;
  clear: both;
}

/* line 64, ../sass/partials/_common.scss */
.btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 3, ../sass/partials/_style.scss */
body, input, button, textarea {
  font-family: 'Source Serif Pro', serif;
  font-weight: 300;
}

/* line 8, ../sass/partials/_style.scss */
body,
a,
a:visited {
  color: #000000;
}

/* line 12, ../sass/partials/_style.scss */
body {
  background-color: white;
}

/* line 16, ../sass/partials/_style.scss */
strong {
  font-weight: bold;
}

/* line 20, ../sass/partials/_style.scss */
.small-caps {
  font-variant: small-caps;
}

/* line 24, ../sass/partials/_style.scss */
.btn,
.btn:visited {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #000000;
  color: white;
  font-size: 26px;
  line-height: 43px;
  text-decoration: none;
  padding: 0 20px;
  text-align: center;
  min-width: 178px;
  border: none;
}
@media screen and (min-width: 540px) {
  /* line 24, ../sass/partials/_style.scss */
  .btn,
  .btn:visited {
    font-size: 36px;
    line-height: 73px;
  }
}

/* line 43, ../sass/partials/_style.scss */
.content {
  width: calc(100% - 32px);
  margin: 0px auto;
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 820px) {
  /* line 43, ../sass/partials/_style.scss */
  .content {
    width: 810px;
    padding-top: 40px;
  }
}

/* line 54, ../sass/partials/_style.scss */
.content-logo-netto {
  background: transparent url(../img/logo-netto.png) no-repeat center top;
  height: 127px;
  display: block;
  text-decoration: none;
}

/* line 61, ../sass/partials/_style.scss */
.panel {
  position: relative;
  min-height: 500px;
}
/* line 65, ../sass/partials/_style.scss */
.panel.panel-1 {
  padding-top: 20px;
  background: transparent url(../img/bg-panel-1.png) no-repeat center 231px;
}

/* line 71, ../sass/partials/_style.scss */
.p1-1 {
  padding: 0 20px 0 0;
  font-size: 41px;
  line-height: 110%;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 72, ../sass/partials/_style.scss */
.p1-2 {
  padding: 23px 0 134px 0;
  font-size: 25px;
  line-height: 124%;
  text-transform: uppercase;
}

/* line 76, ../sass/partials/_style.scss */
.checkbox {
  padding-bottom: 16px;
  position: relative;
}
/* line 79, ../sass/partials/_style.scss */
.checkbox input {
  position: absolute;
  left: 0;
  top: -2px;
}
/* line 80, ../sass/partials/_style.scss */
.checkbox label {
  padding-left: 29px;
  font-size: 11px;
  color: #646464;
  line-height: 14px;
  display: block;
}

/* line 83, ../sass/partials/_style.scss */
.error {
  color: #ff3333;
}

/* line 87, ../sass/partials/_style.scss */
.ico-choinka
.ico-szlachetna-paczka {
  z-index: 2;
}

/* line 89, ../sass/partials/_style.scss */
.content-logo-pzu {
  z-index: 3;
}

/* line 3, ../sass/partials/_question.scss */
.question-header .banner {
  background-image: url(../img/banner.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 540px) {
  /* line 3, ../sass/partials/_question.scss */
  .question-header .banner {
    height: 240px;
  }
}
/* line 14, ../sass/partials/_question.scss */
.question-header .banner p {
  position: absolute;
  text-align: center;
  bottom: 10px;
  font-size: 20px;
  line-height: 3s0px;
  width: 100%;
  color: #02010A;
}
@media screen and (min-width: 540px) {
  /* line 14, ../sass/partials/_question.scss */
  .question-header .banner p {
    font-size: 28px;
    line-height: 40px;
    bottom: 20px;
  }
}
@media screen and (min-width: 820px) {
  /* line 14, ../sass/partials/_question.scss */
  .question-header .banner p {
    padding: 0 160px;
    font-size: 32px;
  }
}
/* line 31, ../sass/partials/_question.scss */
.question-header .banner p span {
  color: #D81D26;
}
/* line 37, ../sass/partials/_question.scss */
.question-header .number {
  padding: 10px 0;
  width: 100%;
  background: #283F67;
  color: white;
  font-size: 30px;
  text-align: center;
}
@media screen and (min-width: 540px) {
  /* line 37, ../sass/partials/_question.scss */
  .question-header .number {
    font-size: 40px;
    padding: 16px 0;
  }
}

/* line 51, ../sass/partials/_question.scss */
.question-number-empty {
  background-position: left top;
}

/* line 52, ../sass/partials/_question.scss */
.question-number {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 39px;
  font-size: 26px;
  font-weight: 300;
  padding-left: 13px;
  padding-top: 4px;
}

/* line 62, ../sass/partials/_question.scss */
.question-p1 {
  padding: 32px 0 0 0;
  font-size: 18px;
}

/* line 63, ../sass/partials/_question.scss */
.question-text {
  font-size: 20px;
  font-weight: bold;
  padding: 46px 0 20px 0;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (min-width: 540px) {
  /* line 63, ../sass/partials/_question.scss */
  .question-text {
    font-size: 25px;
  }
}

/* line 74, ../sass/partials/_question.scss */
.question-answer {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  overflow: hidden;
}
/* line 79, ../sass/partials/_question.scss */
.question-answer .input-invisible {
  position: absolute;
  left: -40px;
}
/* line 82, ../sass/partials/_question.scss */
.question-answer.active .question-answer-text {
  font-weight: bold;
  text-decoration: underline;
}

/* line 85, ../sass/partials/_question.scss */
.question-answer-letter {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 9px;
  font-weight: bold;
}

/* line 86, ../sass/partials/_question.scss */
.question-answer-text {
  position: relative;
  z-index: 2;
  text-transform: none;
  padding: 6px 0 21px 28px;
  cursor: pointer;
  display: block;
  font-size: 21px;
}

/* line 88, ../sass/partials/_question.scss */
.p2-8-1 {
  font-size: 26px;
  padding: 2px 0px 10px 0;
  line-height: 31px;
}

/* line 89, ../sass/partials/_question.scss */
.p2-8-2 {
  padding-top: 17px;
}
/* line 91, ../sass/partials/_question.scss */
.p2-8-2 input {
  background: transparent;
  color: #a4a4a4;
  font-size: 26px;
  font-weight: 400;
  padding: 0 14px;
  width: 640px;
  height: 59px;
  border: 1px solid #a4a4a4;
  border-radius: 0;
}

/* line 103, ../sass/partials/_question.scss */
.p2-8-3 {
  padding-top: 140px;
}

/* line 104, ../sass/partials/_question.scss */
.p2-8-4 {
  color: #ff3333;
  padding: 0 0 14px 29px;
  font-size: 11px;
}

/* line 1, ../sass/partials/_result.scss */
.panel-result {
  text-align: center;
}

/* line 4, ../sass/partials/_result.scss */
.result-p1 {
  font-size: 33px;
  padding: 56px 0 8px 0;
  color: #283F67;
}
@media screen and (min-width: 820px) {
  /* line 4, ../sass/partials/_result.scss */
  .result-p1 {
    font-size: 43px;
  }
}

/* line 13, ../sass/partials/_result.scss */
.result-p2 {
  font-size: 23px;
  padding: 32px 0 0 0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #283F67;
}

/* line 23, ../sass/partials/_result.scss */
.sad-face {
  background-image: url(../img/smutna.svg);
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

/* line 31, ../sass/partials/_result.scss */
.happy-face {
  background-image: url(../img/wesola.svg);
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

/* line 39, ../sass/partials/_result.scss */
.coupon {
  font-size: 24px;
}
/* line 41, ../sass/partials/_result.scss */
.coupon span {
  color: #FF6400;
}
/* line 44, ../sass/partials/_result.scss */
.coupon a {
  text-decoration: none;
}
