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
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none
}

a img {
  border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block
}

.buttons {
  margin: 0 auto;
  padding-top: 8%
}

.buttons.no-spacer {
  padding-top: 0%
}

.buttons .link {
  cursor: pointer;
  display: table;
  color: white;
  height: 135px;
  width: 359px
}

.buttons .link.title {
  text-transform: uppercase;
  font-size: 1.0em
}

.buttons .link.buttons-btn_large {
  width: 676px;
  height: 131px;
  padding: 0 35px
}

.buttons .link span {
  display: table-cell;
  vertical-align: middle;
  font-size: 80%
}

.buttons .link span.medium {
  font-size: 76%
}

.buttons .link.b0 {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg)
}

.buttons .link.b1 {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg)
}

.buttons .link.b2 {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg)
}

.buttons .link.b3 {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg)
}

.icons {
  height: 0.65em;
  padding-left: 5px
}

.icons.right {
  padding: 0 5px 0 0
}

.double-liner {
  overflow: hidden;
  *zoom: 1;
  padding-top: 25px !important;
  padding-left: 15px
}

.double-liner .icon-container {
  padding-top: 10px;
  display: inline;
  float: left;
  width: 25%
}

.double-liner .small {
  display: inline;
  float: left;
  font-size: 72%;
  width: 75%;
  display: table-cell;
  vertical-align: middle;
  text-align: left
}

.double-liner .small.micro {
  font-size: 56%;
  padding-top: 8%
}

.icon-replay {
  background: url("../img/icons/replay.png") no-repeat;
  width: 90px;
  height: 72px
}

#replay {
  font-size: 1.1em
}

#home_btn {
  position: absolute;
  right: 0;
  bottom: 8%;
  display: none
}

.buttons-btn, .buttons-btn_wrong {
  margin: 0 auto;
  padding: 0 30px
}

.buttons-btn_large {
  background: url("../img/btn_large.png") no-repeat
}

.small-btn, .row .small-btn {
  width: 359px
}

.large-btn, .row .large-btn {
  width: 676px
}

.coqAnimated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes coqRotateIn {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(30deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
}

@-moz-keyframes coqRotateIn {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(30deg);
    opacity: 0
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
}

@-o-keyframes coqRotateIn {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(30deg);
    opacity: 0
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
}

@keyframes v {
  0% {
    transform-origin: right bottom;
    transform: rotate(30deg);
    opacity: 0
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
}

.coqRotateIn {
  -webkit-animation-name: coqRotateIn;
  -moz-animation-name: coqRotateIn;
  -o-animation-name: coqRotateIn;
  animation-name: coqRotateIn
}

@-webkit-keyframes coqRotateOut {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(30deg);
    opacity: 0
  }
}

@-moz-keyframes coqRotateOut {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(30deg);
    opacity: 0
  }
}

@-o-keyframes coqRotateOut {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(30deg);
    opacity: 0
  }
}

@keyframes coqRotateOut {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(30deg);
    opacity: 0
  }
}

.coqRotateOut {
  -webkit-animation-name: coqRotateOut;
  -moz-animation-name: coqRotateOut;
  -o-animation-name: coqRotateOut;
  animation-name: coqRotateOut
}

#wood_clean, #wood {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0
}

#wood_clean img, #wood img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0
}

#wood {
  display: none;
  position: absolute
}

#wood div.heart {
  position: absolute;
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #99cc00), color-stop(100%, #ccff66));
  background: -webkit-linear-gradient(top left, #99cc00, #ccff66);
  background: -moz-linear-gradient(top left, #99cc00, #ccff66);
  background: -o-linear-gradient(top left, #99cc00, #ccff66);
  background: linear-gradient(top left, #99cc00, #ccff66);
  width: 4%
}

#wood div.heart#level1 {
  left: 42.2%
}

#wood div.heart#level2 {
  left: 47.5%
}

#wood div.heart#level3 {
  left: 52.8%
}

#brand {
  position: fixed;
  z-index: 20;
  left: 4%;
  top: 4px
}

#clock {
  position: fixed;
  width: 178px;
  height: 178px;
  z-index: 20;
  right: -1%;
  top: 9px;
  display: none
}

#clock #hand {
  margin: 15px 0px 0px -9px
}

#clock #hand img {
  max-height: 100%
}

#clock #coq {
  max-width: 100%;
  margin: -17.8px 0px 0px -195.8px;
  display: none
}

#clock .face {
  margin-left: -89px;
  max-width: 100%
}

#clock div {
  position: absolute
}

#clock .timer {
  font-size: 126px;
  width: 1em;
  height: 1em;
  margin: 25px 0px 0px -67px
}

#clock .timer>.percent {
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 3.33em;
  font-size: 0.3em;
  text-align: center
}

#clock .timer>#slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em)
}

#clock .timer>#slice.gt50 {
  clip: rect(auto, auto, auto, auto)
}

#clock .timer>#slice>.pie {
  border: 0.1em solid #e3dfcf;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  clip: rect(0em, 0.5em, 1em, 0em);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  border-radius: 0.5em
}

#clock .timer>#slice>.pie.fill {
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important
}

#clock .timer.fill>.percent {
  display: none
}

#clock .timer.fill>#slice>.pie {
  border: transparent;
  background-color: #e3dfcf;
  width: 1em;
  height: 1em
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%
}

#footer img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.row {
  width: 1320px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto
}

.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px
}

.row.collapse .column, .row.collapse .columns {
  padding: 0
}

.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px
}

.row .row.collapse {
  margin: 0
}

.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative
}

.column.centered, .columns.centered {
  float: none;
  margin: 0 auto
}

[class*="column"]+[class*="column"]:last-child {
  float: right
}

[class*="column"]+[class*="column"].end {
  float: left
}

.one, .row .one {
  width: 8.33333%
}

.two, .row .two {
  width: 16.66667%
}

.three, .row .three {
  width: 25%
}

.four, .row .four {
  width: 33.33333%
}

.five, .row .five {
  width: 41.66667%
}

.six, .row .six {
  width: 50%
}

.seven, .row .seven {
  width: 58.33333%
}

.eight, .row .eight {
  width: 66.66667%
}

.nine, .row .nine {
  width: 75%
}

.ten, .row .ten {
  width: 83.33333%
}

.eleven, .row .eleven {
  width: 91.66667%
}

.twelve, .row .twelve {
  width: 100%
}

.row .offset-by-one {
  margin-left: 8.33333%
}

.row .offset-by-two {
  margin-left: 16.66667%
}

.row .offset-by-three {
  margin-left: 25%
}

.row .offset-by-four {
  margin-left: 33.33333%
}

.row .offset-by-five {
  margin-left: 41.66667%
}

.row .offset-by-six {
  margin-left: 50%
}

.row .offset-by-seven {
  margin-left: 58.33333%
}

.row .offset-by-eight {
  margin-left: 66.66667%
}

.row .offset-by-nine {
  margin-left: 75%
}

.row .offset-by-ten {
  margin-left: 83.33333%
}

img, object, embed {
  max-width: 100%;
  height: auto
}

object, embed {
  height: 100%
}

img {
  -ms-interpolation-mode: bicubic
}

#map_canvas img, .map_canvas img {
  max-width: none !important
}

.row {
  *zoom: 1
}

.row:before, .row:after {
  content: "";
  display: table
}

.row:after {
  clear: both
}

.block-grid {
  display: block;
  overflow: hidden;
  padding: 0
}

.block-grid>li {
  display: block;
  height: auto;
  float: left
}

.block-grid.one-up {
  margin: 0;
  margin: 0 -8px
}

.block-grid.one-up>li {
  width: 100%;
  padding: 0 0 15px;
  padding: 0 8px 8px
}

.block-grid.two-up {
  margin: 0 -15px;
  margin: 0 -8px
}

.block-grid.two-up>li {
  width: 50%;
  padding: 0 15px 15px;
  padding: 0 8px 8px
}

.block-grid.two-up>li:nth-child(2n+1) {
  clear: both
}

.block-grid.three-up {
  margin: 0 -12px;
  margin: 0 -8px
}

.block-grid.three-up>li {
  width: 33.33333%;
  padding: 0 12px 12px;
  padding: 0 8px 8px
}

.block-grid.three-up>li:nth-child(3n+1) {
  clear: both
}

.block-grid.four-up {
  margin: 0 -10px
}

.block-grid.four-up>li {
  width: 25%;
  padding: 0 10px 10px
}

.block-grid.four-up>li:nth-child(4n+1) {
  clear: both
}

.block-grid.five-up {
  margin: 0 -8px
}

.block-grid.five-up>li {
  width: 20%;
  padding: 0 8px 8px
}

.block-grid.five-up>li:nth-child(5n+1) {
  clear: both
}

.block-grid.six-up {
  margin: 0 -8px
}

.block-grid.six-up>li {
  width: 16.66667%;
  padding: 0 8px 8px
}

.block-grid.six-up>li:nth-child(6n+1) {
  clear: both
}

.block-grid.seven-up {
  margin: 0 -8px
}

.block-grid.seven-up>li {
  width: 14.28571%;
  padding: 0 8px 8px
}

.block-grid.seven-up>li:nth-child(7n+1) {
  clear: both
}

.block-grid.eight-up {
  margin: 0 -8px
}

.block-grid.eight-up>li {
  width: 12.5%;
  padding: 0 8px 8px
}

.block-grid.eight-up>li:nth-child(8n+1) {
  clear: both
}

.block-grid.nine-up {
  margin: 0 -8px
}

.block-grid.nine-up>li {
  width: 11.11111%;
  padding: 0 8px 8px
}

.block-grid.nine-up>li:nth-child(9n+1) {
  clear: both
}

.block-grid.ten-up {
  margin: 0 -8px
}

.block-grid.ten-up>li {
  width: 10%;
  padding: 0 8px 8px
}

.block-grid.ten-up>li:nth-child(10n+1) {
  clear: both
}

.block-grid.eleven-up {
  margin: 0 -8px
}

.block-grid.eleven-up>li {
  width: 9.09091%;
  padding: 0 8px 8px
}

.block-grid.eleven-up>li:nth-child(11n+1) {
  clear: both
}

.block-grid.twelve-up {
  margin: 0 -8px
}

.block-grid.twelve-up>li {
  width: 8.33333%;
  padding: 0 8px 8px
}

.block-grid.twelve-up>li:nth-child(12n+1) {
  clear: both
}

#geo #question {
  position: absolute;
  text-align: center;
  top: -43%
}

#geo #question img {
  height: 100%
}

#geo #question #text {
  position: absolute;
  z-index: 9999;
  margin-top: -294px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.9em;
  text-align: left;
  padding: 0 50px
}

#geo #map {
  padding-top: 100px;
  z-index: 9999
}

#geo #map #geo-bg, #geo #map #answer, #geo #map #geo-fg {
  margin: 5px 0 0 5px
}

#geo #map #geo-bg img, #geo #map #answer img, #geo #map #geo-fg img {
  position: absolute;
  left: 6px;
  top: 109px
}

#geo #map #canvas {
  width: 1270px;
  height: 827px
}

.jvectormap-label {
  display: none !important
}

.noise-item {
  opacity: 0
}

ul.noise-items li {
  height: 350px;
  width: 19% !important;
  margin: 0 3%;
  position: relative;
  left: 0;
  top: 0
}

ul.noise-items .noise-item-btn img {
  max-width: 100%
}

ul.noise-items .noise-item-btn div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto
}

ul.noise-items .noise-item-btn div.img {
  bottom: 85px;
  opacity: 0
}

ul.noise-items .noise-item-btn div.text {
  font-size: 0.6em;
  bottom: 60px;
  color: white;
  opacity: 0
}

#video {
  margin: 0px;
  padding: 0px;
  max-width: 100%
}

#video_cnt {
  height: 100%;
  width: 100%;
  padding-top: 3.3%
}

.content.video {
  top: 7% !important;
  left: 7%;
  right: 7%;
  bottom: 7%
}

#explanation {
  top: 13% !important;
  left: 11% !important;
  right: 11% !important
}

#explanation #text {
  height: 360px !important
}

#explanation .buttons {
  margin: 0 auto;
  padding-top: 2%
}

.buttons-sprite, .buttons-btn, .buttons-btn_wrong {
  background: url('../img/buttons-s4e9ca08e90.png') no-repeat
}

.buttons-btn {
  background-position: 0 0
}

.buttons-btn_wrong {
  background-position: 0 -145px
}

a {
  text-decoration: none
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  color: white !important;
  font-size: 3.5em;
  text-align: center !important;
  background-color: #10592c
}

@media all and (min-width: 1800px) {
  body {
    overflow: hidden
  }
}

#restart {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 10%
}

#home {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 15%;
  height: 10%
}

.choice {
  margin-bottom: 12px
}

#choices li {
  padding-top: 5px;
  padding-left: 9%
}

.language {
  margin-bottom: 25px
}

#gamecont {
  position: relative;
  margin: 0px auto;
  max-width: 1366px;
  text-align: center;
  margin-top: 10%
}

#gamecont.ontop {
  margin-top: 0%
}

#gamecont.height {
  margin-top: 3%
}

#gamecont .bg {
  max-width: 100%;
  height: 100%
}

#gamecont .content {
  top: 20.6%;
  position: fixed;
  margin: 0px auto;
  text-align: center
}

#gamecont .content.centring {
  left: 14%;
  right: 14%
}

#gamecont .content.notifictaion {
  color: #10592c !important
}

#gamecont .content.wide {
  left: 7%;
  right: 7%
}

#gamecont .content .fixed {
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  width: 1270px
}

#gamecont .content .fixed.large {
  height: 350px
}

#title, #result {
  margin-top: 10%
}

.centered {
  margin: 0px auto
}
