/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
*
* Fonts
* Variables
* Animation
* Html tags
* Classes
* Home Screen
* Level screen
*/
.FuturaTL-ExtraBlack {
  font-family: FuturaTL-ExtraBlack; }

/*
* Variables
*/
/*
* Animations
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    display: block; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
@keyframes slideInLeft {
  0% {
    transform: translateX(-60%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideInLeft {
  0% {
    transform: translateX(-60%); }
  100% {
    transform: translateX(0%); } }
@keyframes slideOutLeft {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }
@keyframes bounceDown {
  0% {
    transform: translateY(-150%) rotateZ(6deg); }
  60% {
    transform: translateY(0%) rotateZ(1deg); }
  70% {
    transform: translateY(-10%) rotateZ(0deg); }
  85% {
    transform: translateY(0%) rotateZ(1deg); }
  90% {
    transform: translateY(-3%) rotateZ(0deg); }
  100% {
    transform: translateY(0%) rotateZ(0deg); } }
@-webkit-keyframes bounceDown {
  0% {
    transform: translateY(-150%) rotateZ(6deg); }
  60% {
    transform: translateY(0%) rotateZ(1deg); }
  70% {
    transform: translateY(-10%) rotateZ(0deg); }
  85% {
    transform: translateY(0%) rotateZ(1deg); }
  90% {
    transform: translateY(-3%) rotateZ(0deg); }
  100% {
    transform: translateY(0%) rotateZ(0deg); } }
@keyframes swingDown {
  0% {
    transform: translateY(-200%) rotateZ(-90deg); }
  60% {
    transform: translateY(-25%) rotateZ(10deg); }
  70% {
    transform: translateY(-10%) rotateZ(-10deg); }
  85% {
    transform: translateY(0%) rotateZ(0deg); }
  90% {
    transform: translateY(-3%) rotateZ(1deg); }
  100% {
    transform: translateY(0%) rotateZ(0deg); } }
@-webkit-keyframes swingDown {
  0% {
    transform: translateY(-150%) rotateZ(6deg); }
  60% {
    transform: translateY(0%) rotateZ(1deg); }
  70% {
    transform: translateY(-10%) rotateZ(0deg); }
  85% {
    transform: translateY(0%) rotateZ(1deg); }
  90% {
    transform: translateY(-3%) rotateZ(0deg); }
  100% {
    transform: translateY(0%) rotateZ(0deg); } }
@keyframes bounceOff {
  0% {
    transform: translateY(0%); }
  15% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(350%) rotateZ(-60deg); } }
@-webkit-keyframes bounceOff {
  0% {
    transform: translateY(0%); }
  15% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(350%) rotateZ(-60deg); } }
@keyframes swingOff {
  0% {
    transform: translateY(0%); }
  15% {
    transform: translateY(2%); }
  100% {
    transform: translateY(350%) rotateZ(160deg); } }
@-webkit-keyframes swingOff {
  0% {
    transform: translateY(0%); }
  15% {
    transform: translateY(2%); }
  100% {
    transform: translateY(350%) rotateZ(160deg); } }
@keyframes fullRotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
@-webkit-keyframes fullRotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
@keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes bounce {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@keyframes bigbounce {
  0% {
    transform: scale(1.5); }
  50% {
    transform: scale(1.55); }
  100% {
    transform: scale(1.5); } }
@-webkit-keyframes bigbounce {
  0% {
    transform: scale(1.5); }
  50% {
    transform: scale(1.55); }
  100% {
    transform: scale(1.5); } }
.fadeIn {
  animation: fadeIn 0.5s ease-out 1 forwards;
  -webkit-animation: fadeIn 0.5s ease-out 1 forwards; }

.fadeOut {
  animation: fadeOut 0.5s ease 1 forwards;
  -webkit-animation: fadeOut 0.5s ease 1 forwards; }

.slideInLeft {
  animation: slideInLeft 0.5s ease-out 1 forwards;
  -webkit-animation: slideInLeft 0.5s ease-out 1 forwards; }

.slideOutLeft {
  animation: slideOutLeft 0.5s ease-in-out 1 forwards;
  -webkit-animation: slideOutLeft 0.5s ease-in-out 1 forwards; }

.bounceDown {
  animation: bounceDown 0.5s ease-in 1 forwards;
  -webkit-animation: bounceDown 0.5s ease-in 1 forwards; }

.swingDown {
  animation: swingDown 0.55s ease-in 1 forwards;
  -webkit-animation: swingDown 0.55s ease-in 1 forwards; }

.bounceOff {
  animation: bounceOff 0.65s ease-in 1 forwards;
  -webkit-animation: bounceOff 0.65s ease-in 1 forwards; }

.swingOff {
  animation: swingOff 0.65s ease-in 1 forwards;
  -webkit-animation: swingOff 0.65s ease-in 1 forwards; }

.sun {
  animation: fullRotate 5s linear infinite;
  -webkit-animation: fullRotate 5s linear infinite; }

.arrow {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out; }

a,
.button {
  transform: scale(1); }
  a:hover,
  .button:hover {
    animation: bounce 0.3s ease-in-out 1 forwards;
    -webkit-animation: bounce 0.3s ease-in-out 1 forwards;
    -moz-animation: bounce 0.3s ease-in-out 1 forwards; }
  a.big-button,
  .button.big-button {
    transform: scale(1.5); }
    a.big-button:hover,
    .button.big-button:hover {
      animation: bigbounce 0.3s ease-in-out 1 forwards;
      -webkit-animation: bigbounce 0.3s ease-in-out 1 forwards;
      -moz-animation: bigbounce 0.3s ease-in-out 1 forwards; }

.level-button,
.arrow-button {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.5); }

/*
* Html tags
*/
html, body {
  margin: 0;
  padding: 0;
  height: 100vh; }

body {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  color: black;
  font-family: "helvetica";
  background: url("../images/en/bg.jpg") no-repeat center center fixed;
  background-size: cover; }

a {
  color: #90b23d;
  text-decoration: none;
  display: block; }

img {
  display: block;
  max-width: 100%; }

p, a {
  unicode-bidi: embed; }

p {
  margin: 0.4em 0 0.5em;
  font-size: 1.5em;
  color: white;
  text-shadow: 1px 1px 2px black;
  text-shadow: 0px 0px 2px black, 2px 4px 0 black; }
  @media all and (min-width: 460px) {
    p {
      font-size: 1.8em; } }
  @media all and (min-width: 768px) {
    p {
      margin: 0.6em 0 0.7em;
      font-size: 2.4em; } }

/*
* Classes
*/
.container {
  height: 100%;
  width: 100%;
  position: absolute; }

.button {
  height: 69.75px;
  width: 69.75px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(0.95); }
  @media all and (min-width: 768px) {
    .button {
      height: 93px;
      width: 93px; } }

.sun {
  background-image: url("../images/en/sun_spinner.png");
  background-position: center;
  background-repeat: no-repeat;
  min-width: 200px;
  min-height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  top: 15%;
  z-index: -1; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.z5 {
  z-index: 5; }

.z6 {
  z-index: 6; }

.z7 {
  z-index: 7; }

.z8 {
  z-index: 8; }

.z9 {
  z-index: 9; }

.z10 {
  z-index: 10; }

.z11 {
  z-index: 11; }

.hidden {
  display: none; }

.disabled {
  pointer-events: none;
  overflow: hidden; }

.close {
  position: absolute;
  left: -1em;
  top: -1em;
  height: 82px;
  width: 82px; }

.circle {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.4em; }
  @media all and (min-width: 460px) {
    .circle {
      width: 120px;
      height: 120px;
      margin: 0.5em; } }
  @media all and (min-width: 768px) {
    .circle {
      width: 140px;
      height: 140px;
      margin: 0.6em; } }
  @media all and (min-width: 920px) {
    .circle {
      width: 160px;
      height: 160px;
      margin: 0.8em; } }

.achievements-desc {
  width: 233px;
  height: auto;
  top: -80px;
  left: -75px;
  position: absolute;
  z-index: 1;
  background: #ddd;
  border-radius: 25px;
  border: 4px solid black; }
  .achievements-desc:after, .achievements-desc:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .achievements-desc:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ddd;
    border-width: 30px;
    margin-left: -30px; }
  .achievements-desc:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: black;
    border-width: 36px;
    margin-left: -36px; }
  @media all and (min-width: 768px) {
    .achievements-desc {
      left: -50px; } }

#arrows {
  width: 100%;
  height: 100%; }

.arrow-button {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9; }
  @media all and (min-width: 460px) {
    .arrow-button {
      width: 88px;
      height: 88px; } }
  @media all and (min-width: 768px) {
    .arrow-button {
      width: 108px;
      height: 108px; } }

.arrow-container {
  position: fixed;
  margin: 0 auto;
  z-index: 3; }
  .arrow-container .button {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    transform: scale(1) !important; }

#top-arrow-container {
  top: -6px;
  left: 0;
  right: 0;
  width: 102px;
  height: 107px; }
  #top-arrow-container:hover {
    top: -4px; }
  #top-arrow-container #top-arrow {
    top: 10%; }
    #top-arrow-container #top-arrow:active,
    #top-arrow-container #top-arrow .active {
      transform: translateY(-3px) !important; }

#right-arrow-container {
  width: 102px;
  height: 107px;
  right: -6px;
  top: calc(70% - 194px); }
  #right-arrow-container:hover {
    right: -4px; }
  @media all and (min-width: 768px) {
    #right-arrow-container {
      top: calc(65% - 328px); } }
  #right-arrow-container #right-arrow {
    top: 68px;
    right: 0.6em; }
    #right-arrow-container #right-arrow:active,
    #right-arrow-container #right-arrow .active {
      transform: translateX(3px) !important; }
    @media all and (min-width: 768px) {
      #right-arrow-container #right-arrow {
        top: 115px;
        right: 1em; } }

#down-arrow-container {
  width: 102px;
  height: 107px;
  bottom: -8px;
  left: 0;
  right: 0; }
  #down-arrow-container:hover {
    bottom: -6px; }
  #down-arrow-container #down-arrow {
    bottom: 10%; }
    #down-arrow-container #down-arrow:active,
    #down-arrow-container #down-arrow .active {
      transform: translateY(3px) !important; }

#left-arrow-container {
  width: 102px;
  height: 107px;
  left: -6px;
  top: calc(70% - 194px); }
  #left-arrow-container:hover {
    left: -4px; }
  @media all and (min-width: 768px) {
    #left-arrow-container {
      top: calc(65% - 328px); } }
  #left-arrow-container #left-arrow {
    top: 68px;
    left: 0.6em; }
    #left-arrow-container #left-arrow:active,
    #left-arrow-container #left-arrow .active {
      transform: translateX(-3px) !important; }
    @media all and (min-width: 768px) {
      #left-arrow-container #left-arrow {
        top: 115px;
        left: 1em; } }

.modal {
  position: fixed;
  width: 80%;
  min-height: 20%;
  top: 15%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  padding: 2em;
  margin-bottom: 0.5em;
  border-radius: 25px;
  text-transform: uppercase; }
  @media all and (min-width: 768px) {
    .modal {
      width: 30%; } }
  @media all and (min-width: 920px) {
    .modal {
      width: 35%; } }

.item {
  position: absolute;
  width: auto;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  left: 0;
  right: 0;
  top: 10%;
  margin: 0 auto;
  border: 2px solid #000000;
  border-radius: 65px; }
  .item.found {
    max-width: 92%;
    max-height: 92%;
    width: 100%;
    height: 100%;
    top: 4%;
    border: none; }

.founditem {
  position: absolute;
  width: auto;
  max-width: 80%;
  max-height: 80%;
  width: auto;
  left: 0;
  right: 0;
  top: 10%;
  margin: 0 auto; }

#loading-bar {
  background: #eeedbe;
  border-radius: 25px;
  width: 40%;
  max-width: 500px;
  height: 30px;
  position: relative;
  margin: 0 auto; }
  #loading-bar-container {
    height: 20px; }
  #loading-bar #loading-bar-bar {
    position: absolute;
    border-radius: 25px;
    background: #f6db09;
    width: 1%;
    height: 80%;
    left: 3px;
    top: 3px; }

#loading-logo {
  width: 50%;
  max-width: 600px;
  height: 30%;
  max-height: 361px;
  margin: 1.5em auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/en/en_wsts_logo.png"); }

#loading-shaun-bg {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 40%;
  max-width: 369px;
  height: 60%;
  max-height: 413px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/en/shaun_running.png");
  transform: translateX(50%); }

#start-game-button {
  margin: 0 auto;
  top: 35%;
  left: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/en/btn_start_play.png");
  cursor: pointer;
  width: 100px;
  height: 100px; }
  @media all and (min-width: 460px) {
    #start-game-button {
      top: 38%;
      width: 140px;
      height: 140px; } }
  @media all and (min-width: 768px) {
    #start-game-button {
      top: 40%;
      width: 180px;
      height: 180px; } }

/*
* Home Screen
*/
#logo {
  top: 1.5em;
  left: 0;
  right: 0;
  width: 40%;
  max-width: 360px;
  height: 210px;
  margin: 20px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../images/en/en_wsts_logo.png"); }

#overlay, #quitOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 4;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  filter: opacity(70%);
  z-index: 5; }

#settings {
  position: absolute;
  width: 100%;
  top: 1em; }
  #settings #achievements {
    position: absolute;
    left: 1em; }
  #settings #cog {
    position: absolute;
    right: 1em; }

#settings-modal {
  position: absolute;
  left: 0;
  right: 0;
  width: 65%;
  min-height: 300px;
  margin: 0 auto;
  padding: 2em; }
  #settings-modal #settings-close {
    position: absolute;
    left: -1em;
    top: -1em; }
  #settings-modal #sound-toggle,
  #settings-modal #music-toggle,
  #settings-modal #reset-button,
  #settings-modal #fullscreen-button {
    margin: 0.6em;
    display: inline-block;
    width: 80px;
    height: 80px; }
    @media all and (min-width: 460px) {
      #settings-modal #sound-toggle,
      #settings-modal #music-toggle,
      #settings-modal #reset-button,
      #settings-modal #fullscreen-button {
        width: 100px;
        height: 100px;
        margin: 0.8em; } }
    @media all and (min-width: 768px) {
      #settings-modal #sound-toggle,
      #settings-modal #music-toggle,
      #settings-modal #reset-button,
      #settings-modal #fullscreen-button {
        width: 160px;
        height: 160px;
        margin: 1em; } }

#reset-modal {
  top: 10%; }

#achievements-modal {
  position: absolute;
  left: 0;
  right: 0;
  width: 70%;
  min-height: 60%;
  margin: 0 auto;
  padding: 4.6em 1em 1em 1em;
  text-align: center; }
  @media all and (min-width: 768px) {
    #achievements-modal {
      padding: 4.6em 1em 1em 1em; } }
  @media all and (min-width: 1200px) {
    #achievements-modal {
      background-size: contain; } }
  #achievements-modal #achievements-badge {
    width: 100%;
    height: auto;
    margin: 0px auto;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 10px; }
  #achievements-modal .achievements-button {
    transform: scale(1);
    display: inline-block;
    position: relative;
    margin: 0.3em;
    padding: 1em;
    width: 60px;
    height: 60px; }
    @media all and (min-width: 460px) {
      #achievements-modal .achievements-button {
        margin: 0.5em;
        width: 60px;
        height: 60px; } }
    @media all and (min-width: 768px) {
      #achievements-modal .achievements-button {
        width: 90px;
        height: 90px; } }
    @media all and (min-width: 920px) {
      #achievements-modal .achievements-button {
        margin: 0.8em;
        width: 110px;
        height: 110px; } }
    @media all and (min-width: 1200px) {
      #achievements-modal .achievements-button {
        margin: 1em; } }
    #achievements-modal .achievements-button p {
      margin: 10px;
      font-size: 1.6em; }
      #achievements-modal .achievements-button p.smalltext {
        font-size: 14px !important;
        margin-top: 0; }

#achievement-gained {
  bottom: 0%;
  right: 0;
  left: auto;
  top: auto;
  margin: inherit;
  text-align: center; }

#competition-screen {
  max-width: 812px;
  width: 84%;
  max-height: 520px;
  height: 100%; }
  #competition-screen #comp-button {
    width: 149px;
    height: 149px;
    margin: 0 auto; }
  #competition-screen #shaun-comp {
    background-image: url(../images/en/comp_sts_pose.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    height: 70%;
    width: 50%;
    display: block;
    position: absolute;
    bottom: -7px;
    z-index: -1; }
    @media all and (min-width: 768px) {
      #competition-screen #shaun-comp {
        bottom: -11px; } }

#shaun-bg {
  float: left;
  width: 425px;
  height: 402px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -50px; }
  @media all and (max-width: 768px) {
    #shaun-bg {
      display: none; } }

#level-select {
  float: left;
  width: 92%;
  height: 70%;
  bottom: 0%;
  left: 1em;
  text-align: right;
  direction: rtl; }
  @media all and (max-width: 768px) {
    #level-select {
      float: none;
      margin: 0 auto; } }
  @media all and (min-width: 768px) {
    #level-select {
      width: 56.5%; } }
  #level-select #level-select-image {
    position: relative;
    max-width: 600px;
    max-height: 90%;
    margin-bottom: 0.6em;
    margin-top: 3em; }
    #level-select #level-select-image img {
      width: 100%; }
  #level-select #start-level {
    position: absolute;
    height: 72px;
    width: 72px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media all and (min-width: 460px) {
      #level-select #start-level {
        height: 114px;
        width: 114px; } }
  #level-select #level-buttons {
    margin-bottom: 0.5em;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    text-align: center;
    direction: ltr; }
    #level-select #level-buttons .level-button {
      display: inline-block;
      margin: 0.2em 0 0 0.4em;
      transform: scale(0.8); }
      #level-select #level-buttons .level-button.active {
        transform: scale(1); }
      @media all and (min-width: 768px) {
        #level-select #level-buttons .level-button {
          margin: 0 0 0 0.8em; } }

#start-screen {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 2em 1em; }
  @media all and (min-width: 768px) {
    #start-screen {
      top: 15%;
      width: 80%; } }
  @media all and (min-width: 920px) {
    #start-screen {
      top: 10%; } }
  #start-screen #start-button {
    margin: 2em auto -7em; }
    @media all and (min-width: 768px) {
      #start-screen #start-button {
        margin: 3em auto -9em; } }

/*
* Level screen
*/
#level {
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  right: 0;
  z-index: 4;
  overflow: hidden; }
  #level #level-image {
    position: fixed;
    top: 0;
    right: 0;
    background-size: contain; }
  #level .hot-spot {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%; }
    #level .hot-spot:active {
      background-color: rgba(255, 255, 255, 0.05); }
  #level #item-found {
    width: 50%;
    max-width: 460px;
    min-height: 200px; }
    #level #item-found img {
      margin: 1em auto;
      width: auto;
      height: auto; }
  #level #open-draw {
    position: fixed;
    top: 0.7em;
    left: 0.7em; }
  #level #draw {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-position: 50% top;
    background-repeat: repeat-y; }
    #level #draw #sidebar {
      position: absolute;
      background: rgba(0, 0, 0, 0.2);
      width: calc(100%-1em);
      height: 100%;
      padding: 1em;
      left: 0; }
      @media all and (min-width: 768px) {
        #level #draw #sidebar {
          width: 50%; } }
      #level #draw #sidebar #things-to-achieve {
        margin: 3em auto 0;
        padding: 0.5em;
        background: rgba(255, 255, 255, 0.8);
        text-align: center;
        border-radius: 25px; }
        @media all and (min-width: 768px) {
          #level #draw #sidebar #things-to-achieve {
            padding: 1em;
            margin: 5em auto 0; } }
      #level #draw #sidebar #home-button {
        position: absolute;
        left: auto;
        right: 1em;
        top: auto;
        bottom: 2.5em;
        height: 66px;
        width: 66px; }
        @media all and (min-width: 768px) {
          #level #draw #sidebar #home-button {
            left: auto;
            right: 1em;
            top: auto;
            bottom: 2.5em;
            height: 82px;
            width: 82px; } }
      #level #draw #sidebar #close-draw {
        position: absolute;
        right: 1em;
        top: 5px;
        left: auto;
        height: 66px;
        width: 66px; }
        @media all and (min-width: 768px) {
          #level #draw #sidebar #close-draw {
            top: 5px;
            height: 82px;
            width: 82px; } }
    #level #draw #map {
      width: 40%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right;
      position: absolute;
      right: 1em;
      bottom: 5em;
      border: 5px #90b23d solid;
      display: none;
      cursor: pointer; }
      #level #draw #map img {
        width: 100% !important;
        height: auto !important; }
      @media all and (min-height: 500px) {
        #level #draw #map {
          display: block; } }
      @media all and (min-width: 768px) and (min-height: 360px) {
        #level #draw #map {
          display: block; } }
      #level #draw #map #map-inner {
        border: 2px #90b23d solid;
        outline: 2px solid white;
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute;
        width: 10px;
        height: 10px; }

#quit-level {
  z-index: 6; }
  #quit-level .button {
    display: inline-block; }

.rotate {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .rotate img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: auto auto;
    max-width: 200px; }
  @media screen and (orientation: landscape) {
    .rotate.mobile {
      display: block; } }

.arrow-container {
  width: 200px;
  height: 100%;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }

.pulse {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  background: #ffff09;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(255, 255, 9, 0.5);
  -webkit-animation: pulse 1.5s infinite; }

.pulse-button:hover {
  -webkit-animation: none; }

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0); }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0); } }
