/* fonty */
/* latin-ext */
@font-face {
  font-family: 'Denk One';
  font-style: normal;
  font-weight: 400;
  src: local('Denk One'), local('DenkOne-Regular'), url(fonts/DenkOne-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Denk One';
  font-style: normal;
  font-weight: 400;
  src: local('Denk One'), local('DenkOne-Regular'), url(fonts/DenkOne.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  src: local('Alegreya'), local('Alegreya-Regular'), url(fonts/Alegreya-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Alegreya';
  font-style: normal;
  font-weight: 400;
  src: local('Alegreya'), local('Alegreya-Regular'), url(fonts/Alegreya.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
  font-family: 'Anonymous Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Anonymous Pro'), local('AnonymousPro'), url(fonts/Anonymous-cyrylica.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Anonymous Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Anonymous Pro'), local('AnonymousPro'), url(fonts/Anonymous-greek.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Anonymous Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Anonymous Pro'), local('AnonymousPro'), url(fonts/Anonymous-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Anonymous Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Anonymous Pro'), local('AnonymousPro'), url(fonts/Anonymous.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Galindo';
  font-style: normal;
  font-weight: 400;
  src: local('Galindo'), local('Galindo-Regular'), url(fonts/Galindo-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Galindo';
  font-style: normal;
  font-weight: 400;
  src: local('Galindo'), local('Galindo-Regular'), url(fonts/Galindo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
  font-family: 'Sonsie One';
  font-style: normal;
  font-weight: 400;
  src: local('Sonsie One'), local('SonsieOne-Regular'), url(fonts/SonsieOne-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Sonsie One';
  font-style: normal;
  font-weight: 400;
  src: local('Sonsie One'), local('SonsieOne-Regular'), url(fonts/SonsieOne.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
#anim{
  font-family:'Sonsie One';
  font-size:100pt;
  text-align:center;
  text-shadow:10px 10px 10px #273b09;
  color: #002400;
}







html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Alegreya', sans-serif;
}

/* colors
#ffffff
#002400
#273b09
#58641d
#7b904b
*/

.loader {
  width: 1280px;
  height: 768px;
  z-index: 999;
  background-color: #273b09;
  position: fixed;
}

#loadcon {
  width: 1280px;
  height: 768px;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*background-color: #f00;*/
}

#loading {
    background-image: url(img/loading-1.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 200px;
    height: 200px;
    float: left;
    position: absolute;
    top: 230px;
    left: 375px;
}

#kardynal {
  width: 656px;
  height: 656px;
  background-image: url(img/prymas.png);
  display: block;
  margin: auto;
  margin-top: 50px;
}

#numery {
  width: 100%;
  height: 100%;
  background-color: #7b904b;
}

.numerek {
  background-image: url('img/ball.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 70px;
  height: 128px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  cursor: pointer;
  border-radius: 64px;
}

.numnum {
  font-size: 3em;
  font-weight: bold;
  font-family: 'Anonymous Pro', sans-serif;
  text-align: center;
  padding-top: 40px;
}

.separator {
  display: block;
  width: 128px;
  height: 128px;
}

#page {
  width: 1280px;
  min-height: 768px;
  /*background-color: #ffffff;*/
  background-color: #7b904b;
  position: relative;
  z-index: 10;
}

.hidden {
  display: none;
}

#etap {
  font-size: 4em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #58641d;
  text-shadow: 5px 5px 5px #111;
  letter-spacing: 15px;
}

.pytanie_container {
  width: 100%;
  /*height: 720px;*/
  overflow: hidden;
}

.pytanie {
  width: 100%;
  height: 100px;
  background-color: #002400;
  /*overflow: hidden;*/
}

.numer_pytania{
  float: left;
  display: inline-block;
  /*height: 37px;*/
  background-color: #fff;
  border: 1px solid black;
  vertical-align: middle;
  text-align: center;
  font-size: 4em;
  font-weight: bold;
  padding: 5px;
  font-family: 'Anonymous Pro', sans-serif;
}

.tresc_pytania {
  text-align: left;
  vertical-align: middle;
  font-size: 3em;
  font-weight: bold;
  /*background-color: #c3c3c3;*/
  padding-left: 100px;
  padding-right: 60px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.odpowiedzi {
  width: 100%;
  display: block;
  margin-left: 40px;
  /*background-color: #acdacd;*/
}

.odpowiedz {
  width: 100%;
  display: block;
  /*background-color: #cdacda;*/
  font-size: 2em;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 46px;
  padding-top: 10px;
  padding-left: 100px;
}

.odpowiedz_pytania {
  font-size: 2.5em;
  font-family: 'Alegreya', sans-serif;
  margin-left: 150px;
  padding-bottom: 1px;
  z-index: 5;
  /*margin-top: 150px;*/
}

.odpowiedz_button {
  /*background-image: url('img/ball.png');*/
  /*background-size: cover;*/
  /*background-position: center center;*/
  /*background-repeat: no-repeat;*/
  /*width: 64px;*/
  /*height: 64px;*/
  float: left;
  font-family: 'Denk One', sans-serif;
  font-size: 3.5em;
  font-weight: bold;
  color: #fff;
  border: 1px solid black;
  vertical-align: middle;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}

.odpowiedz_button_span {
  font-family: 'Denk One', sans-serif;
  /*font-size: 3.5em;*/
  font-weight: bold;
  color: #273b09;
  border: 1px solid black;
  vertical-align: middle;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
  margin-right: 15px;
}

.odp {
  text-decoration: underline;
  font-weight: bold;
  color: #df0;
}

.kontynuuj,.kontynuuj2, .kontynuuj3 {
  position: absolute;
  bottom: 0;
  z-index: 20;
  background-image: url(img/back.png);
  width: 60px;
  height: 60px;
  cursor: pointer;
}

#debug {
  position: fixed;
  bottom: 0;
  background-color: #000;
  /*background-color: #f00;*/
  color: #c6c6c6;
  width: 100%;
  height: 150px;
  overflow: auto;
  z-index: 999;
  font-family: 'PT Mono', sans-serif;
  font-size: 0.75em;
}

#zakoncz {
  border: 1px solid black;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 0;
  background-color: #f00;
}

/* index ---------------------------------------------------------------*/
/*#etapy_box {
  width: 800px;
  height: 175px;
  background-color: red;

  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}
*/
/*.etap {
  float: left;
  padding: 15px;
  font-weight: bold;
  font-size: 5em;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border: 1px solid black;
  cursor: pointer;
  margin: 15px;
}*/

#etapy_box {
    width: 903px;
    height: 148px;
    background-color: red;
    box-shadow: 5px 5px 20px #182019;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.etap {
    float: left;
    padding: 10px;
    font-family: 'Galindo';
    font-weight: bold;
    font-size: 5em;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    border: 2px solid black;
    cursor: pointer;
    margin: 5px;
    -webkit-transition:text-shadow 0.5s ease-in-out;
    -moz-transition:text-shadow 0.5s ease-in-out;
    -o-transition:text-shadow 0.5s ease-in-out;
    -ms-transition:text-shadow 0.5s ease-in-out;
    transition:text-shadow 0.5s ease-in-out;
    text-shadow: 5px 5px 10px #f82019;
}
 .etap.active {
    color: #ddd;
    text-shadow: 5px 5px 10px #182019;
    /*text-shadow:10px 10px 2px #444;  */
 }

.zdjecie {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 350px;
  height: 680px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#control_panel {
  position: fixed;
  bottom: 0;
  background-color: #58641d;
  /*background-color: #f00;*/
  color: #c6c6c6;
  width: 100%;
  height: 150px;
  overflow: auto;
  z-index: 0;
  font-family: 'PT Mono', sans-serif;
  font-size: 0.75em;
}

#menu {

}

.mitem {
  cursor: pointer;
  float: left;
  padding-left: 15px;
  margin-top: 30px;
}

/* end -------------------------------------------------------------------*/
#aktualizacja {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 750px;
  height: 400px;

  border: 1px solid black;
  font-size: 2em;
  color: #fff;
}

/* drukowanie -------------------------------------------------------------*/
#drukuj-kategoria {
  font-size: 3em;
  margin-bottom: 5px;
}

.drukuj-row {
  border-top: 1px dotted black;
  font-family: 'Times New Roman', sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}

.drukuj-pytanie{
  font-size: 1em;
}

.drukuj-odp {
  margin-left: 15px;
}

.drukuj-poprawna {

}

/* kategorie ---------------------------------------------------------------*/
.kategoria {
  cursor: pointer;
}

.napis_zewn {
    width:19%;
  background-color:#ffe1d7;
  border: medium solid #ff4a00;
  border-radius:10px;
  padding: 10px 0;
  float:left;
  height: 50px;
  display: table;
  margin-top:5px;


}

.napis_wewn {
    width:60%;
  margin: 0 auto;
  font-size: 1.3em;
  font-weight: bold;
  font-family: 'Anonymous Pro', sans-serif;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.liczba_zewn {
    width:5%;
  background-color:#1b2a09;
  border: medium solid #7f8500;
  border-radius:10px;
  padding: 10px 0;
  float:left;
  height: 50px;
  display: table;
  margin-top:5px;

}

.liczba_wewn {
    width:60%;
  margin: 0 auto;
  font-size: 2em;
  font-weight: bold;
  font-family: 'Anonymous Pro', sans-serif;
  text-align: center;
  color:#fff;
  display: table-cell;
  vertical-align: middle;
}

/* plansza z wyborem liczby punktów za pytnie -----------------------------*/
#punkty-kontener {
  width: 1280px;
  height: 500px;
  /*background-color: #500;*/

}

#punkty-pytanie {
  font-size: 3.5em;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}

#punkty {
  width: 800px;
  height: 300px;
  /*background-color: #f00;*/
  margin: auto;
}

.punkt {
  float: left;
  width:250px;
  height: 250px;
  background-image: url(img/ball.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  border-radius: 150px;
}

.punkt-liczba {
  font-size: 10em;
  position: absolute;
  left: 90px;
}

#punkty1 {
  font-size: 3.5em;
  text-align: center;
  position: absolute;
  top: 510px;
  left: 537px;
}

#punkty2 {
  font-size: 3.5em;
  text-align: center;
  position: absolute;
  top: 510px;
  left: 537px;
}