/*
* FONTS
*/
@font-face {
  font-family: 'museo300';
  src: url('../fonts/museo300.eot');
  src: local('☺'), url('../fonts/museo300.woff') format('woff'), url('../fonts/museo300.ttf') format('truetype'), url('../fonts/museo300.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo500';
  src: url('../fonts/museo500.eot');
  src: local('☺'), url('../fonts/museo500.woff') format('woff'), url('../fonts/museo500.ttf') format('truetype'), url('../fonts/museo500.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
* END FONTS
*/

#fullpage .section {
  background: #3c5664;
  color: #fff;
  font-family: museo300, serif;
  text-align: center
}

#fullpage .section .advertisement {
  margin: -200px auto 0;
  max-width: 900px
}

#fullpage .section .advertisement h1 {
  font-size: 35px
}

#fullpage .section .advertisement img {
  max-width: 650px;
  position: relative;
  margin: 0 auto;
  max-height: 500px;
}

#fullpage .section .answer hr {
  border: 3px solid #f6c857;
  margin: 30px auto;
  max-width: 700px
}

#fullpage .section .answer p {
  font-size: 41px
}

#fullpage .section .answer p span {
  color: #f6c857;
  font-size: 41px;
  font-weight: 700
}

#fullpage .section .bubble {
  background: url('../img/empty_bubble.png') top center;
  background-size: cover;
  height: 650px;
  line-height: 630px;
  margin: -100px auto 0;
  width: 890px
}

#fullpage .section .bubble h1 {
  display: inline-table;
  font-family: museo500, serif;
  font-size: 76px;
  max-width: 400px;
  vertical-align: middle
}

#fullpage .section .next-destroyed{
  -webkit-user-select: none;-moz-user-select: none;-khtml-user-select: none;-ms-user-select: none;position: absolute;z-index: 4;top: 50%;cursor: pointer;width: 0;height: 0;border-style: solid;margin-top: -38px;-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);
  right: 15px;border-width: 38.5px 0 38.5px 34px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.3);
}

#fullpage .section .fp-controlArrow.fp-next {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.3)
}

#fullpage .section .fp-controlArrow.fp-prev {
  border-color: transparent rgba(255, 255, 255, 0.3) transparent transparent
}

#fullpage .section .logo-top {
  left: -10px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

#fullpage .section .logo-top img {
  width: 200px;
  height: auto;
  animation-name: pulse;
  animation-delay: 5s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

#fullpage .section .no-bold {
  font-weight: 400 !important
}

#fullpage .section .pijtesrozumem-top-icon {
  position: absolute;
  right: -10px;
  top: 50px;
  width: 250px
}

#fullpage .section .question {
  margin: 0 auto;
  max-width: 1280px;
  text-align: center;
  padding: 0 70px;
}

#fullpage .section .question h1 {
  font-size: 55px
}

#fullpage .section .question p {
  font-size: 41px;
  line-height: 45px
}

#fullpage .section .question img, #fullpage .section .answer img {
  border: 4px solid #f6c857;
  max-height: 450px;
  width: auto;
  max-width: 100%;
}

#fullpage .section .rules {
  font-size: 35px;
  list-style-image: url('../img/bubblemini.png');
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
  text-align: left
}

#fullpage .section .rules li {
  padding-left: 10px
}

#fullpage .section .rules-number-list {
  font-size: 35px;
  list-style: none;
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
  text-align: left
}

#fullpage .section .rules-number-list span,
#fullpage .section .question span,
#fullpage .section .answer span {
  color: #f6c857;
  font-weight: 700
}

#fullpage .section .highlight {
  color: #f6c857;
}

#fullpage .section .question table,
#fullpage .section .answer table {
  margin: 20px auto;
}

#fullpage .section .question table td,
#fullpage .section .answer table td {
  padding: 0 50px;
}

#fullpage .section .question table td *,
#fullpage .section .answer table td * {
  text-align: left;
}

#fullpage .section .welcome-slide {
  background: url('../img/logo.png') top center;
  background-size: cover;
  height: 500px;
  margin: -100px auto 0;
  width: 690px
}

#fullpage .section h1 {
  font-family: museo500, serif;
  font-size: 55px
}

#fullpage .section .facebook-bottom-icon {
  z-index: 1;
  position: absolute;
}

#fullpage .section .facebook-bottom-icon img {
  bottom: 10px;
  left: 50%;
  margin-left: -250px;
  position: absolute;
  width: 500px
}

#fullpage .section .moveTo {
  background: #29a6e1;
  border: 1px solid #29a6e1;
  border-radius: 3px;
  color: #fff;
  padding: 0px 20px;
  height: 30px;
  margin-right: 10px;
}

#fullpage .section .moveToTextBox {
  width: 45px;
  height: 30px;
  color: black;
  border-radius: 3px;
  border: none;
  padding-left: 5px;
}

#fullpage .section .sumCount {
  width: 40px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

#fullpage .section .pageNavigation {
  z-index: 1;
  position: absolute;
  bottom: 10px;
  right: 5%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

#fullpage .section .partners {
  margin: -50px auto 0;
  max-width: 1000px
}

.owl-partners .item img {
  display: block;
  margin: 0 auto;
  max-height: 500px;
  max-width: 1000px;
}

#fullpage .section .answer p.supplement-answer, #fullpage .section .question p.supplement-answer {
  color: white;
  font-size: 30px;
}

.owl-partners ul {
  display: inline-block;
}

.owl-partners {
  font-size: 35px;
}

.question-pictogram {
  display: inline;
  height: 0.9em;
  border: none !important;
  position: relative;
  top: -7px;
}


/* HOURGLASS */
@-webkit-keyframes rotate {
  90% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes rotate {
  90% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes topProgress {
  3% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  90% {
    -webkit-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }
  100% {
    -webkit-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }
}

@keyframes topProgress {
  3% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  90% {
    -webkit-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }
  100% {
    -webkit-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }
}

@-webkit-keyframes lineProgress {
  10% { height: 35px; }
  90% { height: 35px; }
  100% { height: 0; }
}

@keyframes lineProgress {
  10% { height: 35px; }
  90% { height: 35px; }
  100% { height: 0; }
}

@-webkit-keyframes bottomProgress {
  10% {
    -webkit-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }
  90% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1) translateY(-15px);
    transform: scale(1) translateY(-15px);
  }
}

@keyframes bottomProgress {
  10% {
    -webkit-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }
  90% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1) translateY(-15px);
    transform: scale(1) translateY(-15px);
  }
}

.hourglass-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px;
}

.hourglass {
  height: 40px;
  width: 40px;
  margin-right: 30px;
  -webkit-animation: rotate 3s cubic-bezier(0.7, 0, 0.2, 1) infinite;
  animation: rotate 3s cubic-bezier(0.7, 0, 0.2, 1) infinite;
}

.top {
  position: relative;
}

.topBg {
  position: absolute;
  z-index: 0;
  top: -18px;
  width: 100%;
  height: 20px;
  border-top: 5px solid #000;
  background: #b9eaff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.topBg:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  border-top: 20px solid #b9eaff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.topProgress {
  border-top: 20px solid #f8ca4c;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  height: 0;
  width: 1px;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: topProgress 3s linear infinite;
  animation: topProgress 3s linear infinite;
}

.line {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  height: 0;
  width: 0;
  border-left: 1px solid #f8ca4c;
  -webkit-animation: lineProgress 3s linear infinite;
  animation: lineProgress 3s linear infinite;
}

.bottom {
  position: relative;
}

.bottomBg {
  position: absolute;
  z-index: 0;
  bottom: -5px;
  width: 100%;
  height: 20px;
  border-bottom: 5px solid #000;
  background: #b9eaff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bottomBg:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -20px;
  left: 0;
  border-bottom: 20px solid #b9eaff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.bottomProgress {
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f8ca4c;
  border-left: 20px solid transparent;
  height: 0;
  width: 1px;
  margin-top: 15px;
  -webkit-transform: scale(0) translateY(0);
  -ms-transform: scale(0) translateY(0);
  transform: scale(0) translateY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: bottomProgress 3s linear infinite;
  animation: bottomProgress 3s linear infinite;
}

.single-partner img {
  display: block;
  margin: 0 auto;
  max-height: 500px;
  max-width: 1000px;
}

.single-partner {
  font-size: 35px;
}

/* UPRAVA MODRE BUBBLE PRO ODPOCET */
#fullpage .section .bubble.countdown-bubble {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

/* ODPOCET PRI ODEVZDAVANI ODPOVEDI */
.timer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  font-family: museo500, serif;
  font-size: 65px;
  max-width: 350px;
  margin: 20px;
  line-height: 1;
}

.timer-wrap .timer-beep,
.timer-wrap .minutes {
  position: absolute;
  top: -100000em;
}

.timer-wrap .progressBar {
  width: 90%;
  margin: 10px auto;
  height: 22px;
  background-color: #fff;
  padding: 2px;
}

.timer-wrap .progressBar span {
  display: block;
  height: 100%;
  text-align: right;
  line-height: 22px; /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #00a8e4;
  box-sizing: border-box;
}

.item-hide {
  display:none;
}

.section.fp-section.active.fp-completely > div:first-child {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
