/*!
*
* Quizy
*
*/
/*header*/
/*header*/
#header {
  background-color: #a9ca35;
  background-position: center bottom;
  background-repeat: repeat-x;
  color: #fbfbfb;
  padding-top: 1em;
  background-image: url("/img/spring_top_1.png");
  min-height: 190px;
}
header {
  background-color: #a9ca35;
  background-position: center bottom;
  background-repeat: repeat-x;
  color: #fbfbfb;
  background-image: url("/img/spring_top_1.png");
  min-height: 200px;
}
.header_logo {
  width: 50%;
  float: left;
}
.logo {
  float: left;
  display: block;
  margin-left: 10px;
}
.logo img {
  float: left;
  margin-right: 20px;
  width: 180px;
  height: 180px;
}
.header_menu {
  width: 50%;
  float: left;
}
.panel {
  float: right;
  text-align: right;
  padding: 10px;
  color: #445115;
  border-radius: 0;
}
.panel a {
  padding-right: 15px;
  line-height: 3em;
  color: #a9ca35;
  font-weight: 700;
}
.panel a:hover {
  color: #657920;
  text-decoration: none;
}
.ramka_box {
  background-color: #fbfbfb;
  padding: 5px;
}
/*path up*/
/*path up*/
.path {
  padding: 8px 0px 8px 10px;
  font-size: 0.9em;
  font-weight: 700;
  color: #ffffff;
  margin: 15px;
  text-transform: uppercase;
  background-color: #a7e6ee;
  /*background-color:#ffca12; */
  background-image: url("../img/layout/striped.png");
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.path a {
  font-size: 1em;
  color: #2099a9;
  text-decoration: none;
  padding: 0px 5px;
  text-transform: uppercase;
}
.path a:hover {
  color: #082528;
  text-decoration: none;
  padding: 0px 5px;
}
/* footer */
/* footer */
#footer {
  clear: both;
  box-shadow: inset 0 10px 15px rgba(0, 0, 0, 0.1);
  background-color: #2099a9;
  color: #a7e6ee;
  padding-top: 15px;
}
#footer strong {
  color: #fcfeff;
}
.footer-inner {
  margin: 0px 5% 0px 5%;
  width: 90%;
  display: block;
  padding: 10px;
}
footer {
  background-color: #2099a9;
  min-height: 200px;
  margin-top: 15px;
}
footer h3 {
  color: #a7e6ee;
}
footer .social h3 {
  text-align: right;
}
footer .icons {
  padding: 0px;
  margin: 0;
  text-align: right;
  display: block;
}
footer .icons a {
  font-size: 42px;
  display: inline-block;
  color: #80dbe7;
  text-align: right;
  margin-top: 0;
  padding-top: 0;
}
footer .icons a:hover {
  color: #a7e6ee;
  transition: 0.2s;
}
/* paginacja */
/* paginacja */
/* layout */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #7cdae6;
}
.col_1 {
  width: 50%;
  float: left;
}
.col_2 {
  width: 50%;
  float: left;
}
.col_3 {
  width: 35%;
  float: left;
}
.col_double {
  width: 65%;
  float: left;
}
.pagewrap {
  width: 980px;
  margin: 0 auto;
}
#menu_top {
  min-width: 100px;
  min-height: 30px;
}
.main-content {
  width: 62%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}
.sidebar {
  margin-right: 2%;
  width: 32%;
  float: left;
}
.reklama {
  clear: both;
  margin-bottom: 10px;
  margin-top: -5px;
}
.reklama-inner {
  padding-top: 10px;
  width: 920px;
  margin: auto;
  text-align: center;
}
.navbar {
  margin-bottom: 4px;
}
.middle {
  text-align: center;
}
.social {
  text-align: right;
}
/*boxes*/
.box {
  border: dotted 1px #eee;
  min-height: 160px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  color: #323232;
  text-align: left;
}
.box .tekst {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 24px;
}
.box .tekst:before,
.box .tekst:after {
  content: " ";
  display: table;
}
.box .tekst:after {
  clear: both;
}
.box .tekst h4 {
  color: #F4511E;
}
.box a {
  display: block;
}
.box a img {
  float: none;
}
.box .box-top {
  background-color: #E0E0E0;
  height: 120px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.box .box-top h4 {
  color: white;
  font-size: 32px;
  line-height: 50px;
  padding-top: 70px;
  padding-left: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.box .buttons {
  border-top: solid 1px #efefef;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.btn-flat {
  color: #4CAF50;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  padding: 5px 10px;
  margin: 5px;
  display: inline-block;
  text-align: center;
  width: 120px;
  font-weight: 600;
  float: right;
  border-radius: 0;
}
.btn-flat:hover {
  background-color: #4CAF50;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 320px) {
  .box .box-top h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 480px) {
  .box .box-top h4 {
    font-size: 36px;
  }
}
/*czesto uzywane*/
.center {
  text-align: center;
}
.vert_10 {
  margin: 10px 0px;
}
.top_10 {
  margin-top: 10px;
}
.bottom_10 {
  margin-bottom: 10px;
}
.admin {
  display: none;
}
.white {
  background-color: #fbfbfb;
}
.big {
  font-size: 1.6em;
}
.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.line {
  border-bottom: solid 1px silver;
}
/*tapeta*/
#tapeta {
  background-image: url("/img/layout/striped.png");
  background-color: #7cdae6;
  padding-top: 15px;
  padding-bottom: 15px;
}
/*flash*/
#flashcontent_main {
  height: 600px;
  width: 100%;
  background-image: url('/img/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
}
/*teksty*/
.text ul {
  overflow: auto;
  padding: 5px 25px ;
  line-height: 2em;
}
.text li {
  line-height: 1.6em;
}
.main-text {
  font-size: 1.2em;
  line-height: 1.8em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
}
.main-text ul {
  font-size: 1em;
  line-height: 1.8em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
}
.main-text ul li {
  margin-top: 0.9em;
  margin-bottom: 0.9em;
}
.podpis {
  color: #7cdae6;
  padding-top: 6px;
}
.podpis a {
  color: #555555;
  text-decoration: none;
}
.podpis a:hover {
  color: red;
}
.tekst ul {
  overflow: auto;
}
/*teksty*/
.zdj_main {
  float: left;
  margin: 10px 20px 5px 20px;
}
.zdj_main img {
  /*.rounded-corners (15px);*/
}
.zdj {
  border: solid 1px silver;
  padding: 5px;
  margin: 10px;
  /*.shadow();*/
}
/*naglowki*/
/*h1 nagłówek z headera*/
h1 {
  float: left;
  line-height: 100%;
  font-size: 150%;
  display: block;
  color: #FFF;
}
h1 small {
  color: inherit;
  font-size: 80%;
}
h2 {
  line-height: 1.2;
  margin: 0px;
  font-size: 1.6em;
  font-weight: 400;
  padding-bottom: 10px;
  color: #28c0d4;
}
h4 {
  line-height: 1.2;
  margin: 0px;
  font-size: 1.6em;
  font-weight: 400;
  padding-bottom: 10px;
  color: #87a22a;
}
/*tagi*/
.tags {
  float: left;
  background: #a9ca35;
  padding: 6px;
  margin: 2px;
  font-size: 100%;
  color: white;
  font-weight: 400;
  text-decoration: none;
}
.tags:hover {
  color: white;
  background: #b2cf49;
  text-decoration: none;
}
.tagi_lista {
  padding-top: 20px;
  line-height: 14pt;
  color: gray;
  font-size: 0.8em;
  letter-spacing: 1px;
}
/*custom

/*default*/
.quiz {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
.quiz .quiz-title {
  background-color: #795548;
}
.quiz .quiz-title h2 {
  padding-top: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 42px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: 300;
}
.quiz .quiz-pyt {
  background-color: #5D4037;
  padding: 30px 20px 20px 20px;
}
.quiz .quiz-pyt h2 {
  color: white;
  font-size: 24px;
  font-style: italic;
  line-height: 40px;
  padding-left: 0px;
  font-weight: 300;
}
.quiz .nr-pyt .quiz-pyt-nr {
  text-align: center;
  color: #a92800;
  font-size: 36px;
  line-height: 150px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #FF7043;
  position: absolute;
  display: block;
  margin-top: -100px;
}
.quiz .nr-pyt-xs {
  color: #a92800;
  font-size: 24px;
  line-height: 48px;
  background-color: #FF7043;
  font-weight: 700;
  padding-left: 40px;
}
.quiz .quiz-zdj {
  text-align: center;
}
.quiz .quiz-zdj img {
  max-width: 100%;
}
.quiz #odpowiedzi {
  padding-bottom: 10px;
}
.quiz #odpowiedzi a {
  background-color: #673AB7;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  padding: 20px 10px ;
  text-decoration: none;
  color: white;
  font-size: 1.6em;
  line-height: 50px;
  padding-left: 80px;
  min-height: 90px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.quiz #odpowiedzi a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  background-color: #5c34a4;
  font-style: normal;
  border-radius: 50%;
  margin: 0 15px 0 15px;
  font-family: 700;
  margin-left: -60px;
  position: absolute;
}
.quiz #odpowiedzi a:hover {
  background-color: #512DA8;
  color: white;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-shadow: none;
}
.quiz #odpowiedzi .quiz-odp {
  margin-bottom: 10px;
}
.quiz #odpowiedzi .quiz-odp:last-child {
  margin-bottom: 0px;
}
.quiz #info_false {
  background: #FF7043;
  color: white;
  padding: 20px;
  font-size: 1.8em;
  line-height: 1.8em;
  min-height: 300px;
  display: none;
}
.quiz #info_false div {
  padding-bottom: 20px;
}
.quiz #info_ok {
  background-color: #673AB7;
  color: white;
  padding: 20px;
  font-size: 1.8em;
  line-height: 1.8em;
  min-height: 300px;
  display: none;
}
.quiz #info_ok div {
  padding-bottom: 20px;
}
.quiz #quiz {
  padding-bottom: 4px;
}
.quiz .quiz-odp-zdj {
  padding-top: 10px;
}
.quiz .zdj_zrodlo {
  width: 100%;
  font-size: 12px;
  color: #666;
  margin-top: 2px;
  border-top: dashed 1px silver;
  line-height: 30px;
}
.quiz .btn-next-ok {
  float: right;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 30px;
  display: inline-block;
  background-color: #FF7043;
  color: white;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
}
.quiz .btn-next-ok:before,
.quiz .btn-next-ok:after {
  content: " ";
  display: table;
}
.quiz .btn-next-ok:after {
  clear: both;
}
.quiz .btn-next-ok:hover {
  background-color: #ff9776;
  transition: 0.2s;
}
.quiz .btn-next-false {
  float: right;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 30px;
  display: inline-block;
  background-color: #673AB7;
  color: white;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
}
.quiz .btn-next-false:before,
.quiz .btn-next-false:after {
  content: " ";
  display: table;
}
.quiz .btn-next-false:after {
  clear: both;
}
.quiz .btn-next-false:hover {
  background-color: #8259cb;
  transition: 0.2s;
}
.quiz .quiz-footer {
  background-color: #5D4037;
  height: 127px;
  display: block;
}
/*eko hobby*/
.hobby .quiz-title {
  background-color: #7a1ea1;
}
.hobby .quiz-title h2 {
  color: #aa46bb;
}
.hobby .quiz-pyt {
  background-color: #d400f8;
}
.hobby #odpowiedzi a {
  background-color: #df3ffa;
}
.hobby #odpowiedzi a i {
  background-color: #db26f9;
}
.hobby #odpowiedzi a:hover {
  background-color: #8d23a9;
  color: white;
}
.hobby .nr-pyt .quiz-pyt-nr {
  background-color: #301a91;
}
.hobby .quiz-footer {
  background-color: #7a1ea1;
  height: 127px;
  display: block;
}
.hobby #info_ok {
  background-color: #df3ffa;
  color: white;
  min-height: 400px;
  margin-bottom: 15px;
}
.hobby #info_false {
  background-color: #301a91;
  color: white;
  min-height: 400px;
  margin-bottom: 15px;
}
.hobby .btn-next-ok {
  margin-top: 50px;
  margin-bottom: 30px;
  display: inline-block;
  background-color: #301a91;
  color: white;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
}
.hobby .btn-next-ok:hover {
  background-color: #3e22bc;
  transition: 0.2s;
}
.hobby .btn-next-false {
  margin-top: 50px;
  margin-bottom: 30px;
  display: inline-block;
  background-color: #df3ffa;
  color: white;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
}
.hobby .btn-next-false:hover {
  background-color: #e771fb;
  transition: 0.2s;
}
.hobby .quiz-footer {
  background-color: #7a1ea1;
}
/*eko hobby*/
.przyroda .quiz-title,
.ekologia .quiz-title {
  background-color: #429f46;
}
.przyroda .quiz-title h2,
.ekologia .quiz-title h2 {
  color: #65ba69;
}
.przyroda .quiz-pyt,
.ekologia .quiz-pyt {
  background-color: #00786a;
}
.przyroda #odpowiedzi a,
.ekologia #odpowiedzi a {
  background-color: #25a599;
}
.przyroda #odpowiedzi a i,
.ekologia #odpowiedzi a i {
  background-color: #209086;
}
.przyroda #odpowiedzi a:hover,
.ekologia #odpowiedzi a:hover {
  background-color: #00887a;
  color: white;
}
.przyroda .nr-pyt .quiz-pyt-nr,
.ekologia .nr-pyt .quiz-pyt-nr {
  background-color: #fabf2c;
}
.przyroda .quiz-footer,
.ekologia .quiz-footer {
  background-color: #429f46;
}
.przyroda #info_ok,
.ekologia #info_ok {
  background-color: #25a599;
  color: white;
}
.przyroda #info_false,
.ekologia #info_false {
  background-color: #fabf2c;
  color: white;
}
.przyroda .btn-next-ok,
.ekologia .btn-next-ok {
  background-color: #fabf2c;
}
.przyroda .btn-next-ok:hover,
.ekologia .btn-next-ok:hover {
  background-color: #fbce5e;
}
.przyroda .btn-next-false,
.ekologia .btn-next-false {
  background-color: #25a599;
}
.przyroda .btn-next-false:hover,
.ekologia .btn-next-false:hover {
  background-color: #2ecfc0;
  transition: 0.2s;
}
.przyroda .quiz-footer,
.ekologia .quiz-footer {
  background-color: #429f46;
}
/*eko hobby*/
.dla_najmlodszych .quiz-title {
  background-color: #00b7d3;
}
.dla_najmlodszych .quiz-title h2 {
  color: #7fdde9;
}
.dla_najmlodszych .quiz-pyt {
  background-color: #aeb32a;
}
.dla_najmlodszych #odpowiedzi a {
  background-color: #ffa625;
}
.dla_najmlodszych #odpowiedzi a i {
  background-color: #ff9c0b;
}
.dla_najmlodszych #odpowiedzi a:hover {
  background-color: #fa8b00;
  color: white;
}
.dla_najmlodszych .nr-pyt .quiz-pyt-nr {
  background-color: #be350b;
}
.dla_najmlodszych .quiz-footer {
  background-color: #7a1ea1;
  height: 127px;
  display: block;
}
.dla_najmlodszych #info_ok {
  background-color: #ffa625;
  color: white;
  min-height: 400px;
  margin-bottom: 15px;
}
.dla_najmlodszych #info_false {
  background-color: #be350b;
  color: white;
  min-height: 400px;
  margin-bottom: 15px;
}
.dla_najmlodszych .btn-next-ok {
  margin-top: 50px;
  margin-bottom: 30px;
  display: inline-block;
  background-color: #be350b;
  color: white;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
}
.dla_najmlodszych .btn-next-ok:hover {
  background-color: #ee420e;
  transition: 0.2s;
}
.dla_najmlodszych .btn-next-false {
  margin-top: 50px;
  margin-bottom: 30px;
  display: inline-block;
  background-color: #ffa625;
  color: white;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
}
.dla_najmlodszych .btn-next-false:hover {
  background-color: #ffbb58;
  transition: 0.2s;
}
.dla_najmlodszych .quiz-footer {
  background-color: #00b7d3;
}
/*end custom*/
#quiz .end {
  min-height: 400px;
  padding-top: 50px;
  color: white;
}
#quiz .end .info {
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  padding: 10px 0;
}
#quiz .end .succes {
  font-weight: 300;
  font-size: 46px;
  line-height: 50px;
  padding-top: 20px;
}
#quiz .end .false {
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  padding-top: 20px;
}
.quiz-list {
  margin-top: 15px;
  text-align: center;
}
.quiz-list img {
  margin: 0 auto;
}
.quiz-list h4 {
  text-align: inherit;
  margin-top: 20px;
}
.quiz-list .line-top {
  padding: 15px 0;
  border-top: solid 1px #afb42b;
}
.btn-flat {
  background-color: #afb42b;
  text-transform: uppercase;
  color: white;
}
.btn-flat:hover {
  background-color: #d7db6a;
  color: #878b21;
}
.reklama {
  width: 300px;
  margin: 0 auto;
}
/*media query*/
@media screen and (max-width: 2000px) {
  .pagewrap {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
  .col_1 {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 1600px) {
  .pagewrap {
    margin: 0 auto;
    width: 90%;
    display: block;
  }
  .col_1 {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 1440px) {
  .pagewrap {
    margin: 0 auto;
    width: 94%;
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  .pagewrap {
    margin: 0 auto;
    width: 96%;
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .pagewrap {
    margin: 0 3%;
    width: 94%;
    display: block;
  }
  .col_double {
    width: 100%;
    float: left;
  }
  .col_3 {
    width: 100%;
    float: left;
  }
  .main-content {
    width: 96%;
    float: none;
  }
  .sidebar {
    width: 96%;
    float: none;
    text-align: center;
    margin: 0 2%;
  }
}
@media screen and (max-width: 770px) {
  #header {
    width: auto;
    padding: 0;
    margin: 0;
    clear: both;
  }
  .header_logo {
    width: auto;
    text-align: center;
    float: none;
  }
  .header_logo h1 {
    text-align: center;
    width: 100%;
    clear: both;
  }
  .logo {
    width: 100%;
    clear: both;
  }
  .header_menu {
    width: auto;
    text-align: center;
    float: none;
    display: block;
    clear: both;
  }
  .header_logo img {
    float: none;
    clear: right;
  }
  .reklama-inner {
    width: 100%;
  }
  #header {
    height: auto;
  }
  .col_1,
  .col_2,
  .col_3 {
    width: 100%;
    float: none;
  }
  .ramka_box {
    float: none;
    margin: 0;
    padding: 0;
    clear: both;
  }
  .panel {
    float: none;
    text-align: center;
    margin: 0;
    padding: 2px;
    clear: both;
    width: 100%;
  }
  h2 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .main-content {
    min-height: 10px;
  }
}
@media only screen and (min-width: 320px) {
  .quiz .quiz-title h2 {
    font-size: 24px;
    color: white;
  }
  .quiz .quiz-pyt-text h2 {
    font-size: 18px;
    color: white;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 480px) {
  .quiz .quiz-title h2 {
    font-size: 36px;
  }
  .quiz .quiz-pyt-text h2 {
    font-size: 24px;
    line-height: 1.4em;
  }
}
@media only screen and (min-width: 768px) {
  .quiz .quiz-title h2 {
    font-size: 42px;
  }
  .quiz .quiz-pyt-text h2 {
    font-size: 28px;
    line-height: 1.6em;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 992px) {
  .quiz-list {
    width: 80%;
    margin-left: 10%;
    text-align: left;
  }
  .quiz-list img {
    margin: 0;
  }
  .quiz-list h4 {
    margin-top: 0px;
  }
}
/*# sourceMappingURL=quizy_new.css.map */