/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

.blocker {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.blocker .center {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -400px;
  width: 800px;
  height: 100%;
  background-color: #f37321;
  overflow: hidden;
}
.blocker .center .bodyText {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
}
.blocker .center .bigText {
  font-family: Amplify-Light;
  font-size: 45px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}

.burger {
  position: absolute;
  left: -250px;
  z-index: 10000;
  width: 250px;
  height: 100%;
  background-color: #FFF;
  -moz-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
}
.burger .user {
  width: 100%;
  background-color: #c9d9d7;
  color: #000;
  padding: 10%;
  margin-top: 0px;
  overflow: hidden;
  border-bottom: solid #a6b7b5 1px;
  -moz-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
  font-family: Amplify;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.burger .logout {
  background-color: rgb(243, 115, 32);
  background-image: linear-gradient(to bottom, rgb(243, 115, 32), rgb(230, 110, 29));
  background-repeat: repeat-x;
  border-color: rgb(252, 93, 0);
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  box-shadow: 1px 1px 1px rgb(196, 196, 196);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  color: #FFF;
  width: 73%;
  margin-left: 12%;
  padding: 13px;
  text-align: center;
  font-size: 14px;
  font-family: Amplify;
}
.burger .reset {
  background-color: rgb(220, 222, 209);
  background-image: linear-gradient(to bottom, rgb(222, 224, 212), rgb(201, 204, 182));
  background-repeat: repeat-x;
  border-color: rgb(210, 212, 200);
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  box-shadow: 1px 1px 1px rgb(196, 196, 196);
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: Amplify;
  color: #000;
  width: 73%;
  margin-left: 12%;
  padding: 13px;
  margin-top: 20px;
}
.burger .reset-container {
  width: 84%;
  margin-left: 12%;
  height: 45px;
  position: relative;
  color: #000;
  margin-top: 20px;
}
.burger .reset-container .reset-left {
  background-color: rgb(220, 222, 209);
  background-image: linear-gradient(to bottom, rgb(222, 224, 212), rgb(201, 204, 182));
  background-repeat: repeat-x;
  border-color: rgb(210, 212, 200);
  border-style: solid;
  border-radius: 8px 0px 0px 8px;
  border-width: 1px;
  box-shadow: 1px 1px 1px rgb(196, 196, 196);
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 13px;
  text-align: center;
  font-size: 14px;
  font-family: Amplify;
  width: 43.5%;
}
.burger .reset-container .reset-right {
  background-color: rgb(220, 180, 170);
  background-image: linear-gradient(to bottom, rgb(245, 150, 140), rgb(230, 140, 135));
  background-repeat: repeat-x;
  border-color: rgb(210, 212, 200);
  border-style: solid;
  border-radius: 0px 8px 8px 0px;
  border-width: 1px;
  box-shadow: 1px 1px 1px rgb(196, 196, 196);
  cursor: pointer;
  display: inline-block;
  float: left;
  color: #FFF;
  padding: 13px;
  text-align: center;
  font-size: 14px;
  width: 43.5%;
  font-family: Amplify;
}
.burger .reset-warning, .burger .data-deleted {
  font-size: 10px;
  color: rgb(160, 164, 142);
  margin-left: 25%;
  margin-top: 14px;
  text-align: center;
  width: 50%;
  font-family: Amplify;
}
.burger .data-deleted {
  color: rgb(245, 150, 140);
}
@media (min-height: 600px) {
  .burger .credits {
    position: absolute;
    bottom: 0px;
    margin-left: 10%;
    width: 80%;
    font-size: 10px;
    color: rgb(160, 164, 142);
    font-family: Amplify;
    overflow: auto;
  }
}
@media (max-height: 600px) {
  .burger .credits {
    position: relative;
    margin-left: 10%;
    padding-top: 10px;
    width: 80%;
    height: 80%;
    font-size: 10px;
    color: rgb(160, 164, 142);
    font-family: Amplify;
    overflow: auto;
  }
}
.burger .credits div {
  padding-bottom: 10px;
}
.burger .credits a {
  color: rgb(230, 110, 29);
}

.burger.burgered {
  left: 0px;
}

* {
  box-sizing: border-box;
  margin: 0;
}

body {
  overflow-x: hidden;
  overflow-y: hidden;
}

html,
body,
section {
  height: 100%;
}

.parent {
  width: 100%;
}

#england-traders, #england-villager, #england-thorstein, #iceland-traders, #iceland-skald, #iceland-freydis, #greenland-traders, #greenland-thorvald, #vinland-leif {
  position: absolute;
  outline: none;
}

.scrollable-bg {
  overflow-x: auto;
}

.hide {
  display: none !important;
}

.selectable, .chapter-box, .unit-box {
  cursor: pointer;
  cursor: hand;
}

.opacity-hide {
  opacity: 0 !important;
}

/* Disable Portrait Mode in iOS Safari */
@media only screen and (orientation: portrait) {
  .orientation-overlay {
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    display: block;
    top: 0px;
    margin: 0px;
    bottom: 0px;
    padding: 0px;
    left: 0px;
    right: 0px;
  }
  .orientation-overlay .orientation-content {
    text-align: center;
    color: #fff;
    top: 50%;
    position: absolute;
    margin-top: -230px;
    left: 50%;
    margin-left: -280px;
  }
  .orientation-overlay .orientation-content img svg path {
    fill: #fff;
  }
  .orientation-overlay .orientation-content h3 {
    color: #fff;
    font-family: imfell;
  }
  .orientation-overlay .orientation-content h1 {
    color: #fff;
    font-family: imfell;
  }
}
@media only screen and (orientation: landscape) {
  .orientation-overlay {
    display: none;
  }
}
/* Fonts */
@font-face {
  font-family: norse;
  src: url(../fonts/Norse.otf);
}
@font-face {
  font-family: imfell;
  src: url(../fonts/IMFePIrm29C.woff);
}
#loadingScreen {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 1000;
}

#loadingMessage {
  position: absolute;
  top: 50%;
  margin-top: -75px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 50pt;
  font-family: norse;
}

.street-button {
  position: fixed;
  top: 6.47vh;
  right: 6.47vh;
  z-index: 10;
  outline: none;
  width: 9.7vh;
  height: 9vh;
}
.street-button:active {
  top: 7.47vh;
}

.path-button {
  position: fixed;
  top: 16.45vh;
  right: 6.47vh;
  z-index: 10;
  outline: none;
  width: 9.7vh;
  height: 9vh;
}
.path-button:active {
  top: 17.45vh;
}

.map-button {
  position: fixed;
  top: 1vh;
  right: 1.98vh;
  width: 9.7vh;
  height: 9vh;
  outline: none;
}
.map-button:active {
  top: 2vh;
}

.inventory-button {
  position: fixed;
  top: 1vh;
  right: 12.66vh;
  width: 9.7vh;
  height: 9vh;
  z-index: 8;
  outline: none;
}
.inventory-button:active {
  top: 2vh;
}

.exit-button {
  position: fixed;
  top: 1vh;
  left: 1.98vh;
  width: 3.42vh;
  height: 1.95vh;
  outline: none;
  z-index: 35;
}
.exit-button:active {
  top: 1.2vh;
}

.exit-button-map {
  position: fixed;
  top: 7.27vh;
  left: 7.27vh;
  width: 3.42vh;
  height: 1.95vh;
  outline: none;
  z-index: 35;
}
.exit-button-map:active {
  top: 6.67vh;
}

.mute-button {
  position: fixed;
  top: 1vh;
  left: 7.96vh;
  width: 3.42vh;
  height: 1.95vh;
  z-index: 35;
  outline: none;
}
.mute-button:active {
  top: 1.2vh;
}

.mute-button-map {
  position: fixed;
  top: 7.27vh;
  left: 13.25vh;
  width: 3.42vh;
  height: 1.95vh;
  outline: none;
  z-index: 35;
}
.mute-button-map:active {
  top: 6.67vh;
}

.fwd-button {
  height: 9%;
  width: 40vh;
  position: fixed;
  bottom: 1%;
  right: 1vh;
  outline: none;
  pointer-events: auto;
  background-image: url(../images/buttons/blank_arrow.png);
  background-size: 100% 100%;
}
.fwd-button:active {
  bottom: 0%;
}
.fwd-button {
  z-index: 15;
}

.fwd-button-text {
  position: fixed;
  bottom: 1%;
  right: 1vh;
  height: 4.1%;
  width: 37vh;
  margin: 2vh;
  color: #ffffff;
  text-align: center;
  font-family: norse;
  font-size: 4vh;
  letter-spacing: 0.3vh;
  pointer-events: none;
  z-index: 20;
}

.back-button {
  height: 9%;
  position: fixed;
  bottom: 1%;
  left: 1vh;
  outline: none;
  pointer-events: auto;
}
.back-button:active {
  bottom: 0%;
}
.back-button {
  z-index: 15;
}

.fwd-button:disabled,
.back-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.dashboard {
  position: fixed;
  height: 100%;
  width: 100%;
  color: #ffffff;
  font-family: norse;
  background-image: url(../images/dashboard/ocean-background-small.png);
}
.dashboard ::-webkit-scrollbar {
  height: 1vh;
}
.dashboard ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.dashboard ::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 0.8vh;
}

.dashboard-header {
  position: fixed;
  height: 5%;
  width: 100%;
  top: 0;
  background-image: url(../images/dashboard/map_border_title.png);
  background-size: auto 100%;
}

.dashboard-arrow {
  height: 1.75vh;
}

.dashboard-header-text {
  padding-bottom: 0.5vh;
  font-size: 2.35vh;
  font-weight: bold;
  text-align: center;
}

.unit-nav {
  position: fixed;
  top: 5%;
  height: 35%;
  width: 100%;
}

.unit-display {
  width: 20%;
  float: left;
  text-align: center;
}

.unit-header {
  height: 10vh;
  padding: 3vh 0;
}

.unit-box {
  margin-top: -4vh;
}

.unit-image {
  height: 50vh;
  bottom: 0;
}

.chapter-nav {
  position: fixed;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.chapter-scroll {
  height: 100%;
  margin: 0 auto;
  background-image: url(../images/dashboard/BK_Section_Selection-small.png);
  background-color: transparent;
  background-size: auto 100%;
}

.chapter-frame {
  margin: 0 3vh;
}

.chapter-display {
  height: 90%;
  width: 25vh;
  margin: 1.75vh 1vh;
  float: left;
  text-align: center;
}

.chapter-header {
  height: 10vh;
  padding: 3vh 0;
}

.chapter-selected {
  background-color: #33ccff !important;
}

.chapter-box {
  height: 22.25vh;
  width: 25vh;
  font-size: 2vh;
  white-space: normal;
  border-style: solid;
  border-width: 0.25vh;
  border-color: #ffffff;
  background-color: #3a3a3d;
}

.chapter-title {
  height: 35%;
  padding: 5%;
  font-size: 2.5vh;
}

.chapter-image {
  width: 100%;
}

.control-button-section {
  position: fixed;
  top: 85%;
  left: calc(50% - 40vh);
  height: 15%;
  width: 80vh;
}

.control-button-display {
  height: 100%;
  width: 50%;
  float: left;
}

.control-button {
  position: relative;
  height: 10vh;
  width: 39vh;
  top: 20%;
  left: 0.5vh;
  font-size: 4vh;
  text-shadow: 1px 0 #ffffff;
  border: 0;
  background-image: url(../images/dashboard/start_presentation.png);
  background-color: transparent;
  background-size: 100% 100%;
  outline: none;
}
.control-button:active {
  top: 25%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .control-button-section {
    width: 614px;
    left: 200px;
  }
  .control-button {
    height: 76px;
    width: 300px;
  }
  .chapter-box {
    height: 171px;
    width: 192px;
    border-width: 2px;
  }
  .chapter-frame {
    margin: 0 23px;
  }
  .chapter-display {
    width: 192px;
    margin: 0 8px;
  }
  .chapter-header {
    height: 77px;
    padding: 23px 0;
  }
}
.dialog {
  position: fixed;
  top: 7.5%;
  height: 83%;
  width: 65vh;
  font-family: imfell;
  font-size: 3.4vh;
  line-height: 5vh;
  background-image: url(../images/word-panel.png);
  background-size: 100% 100%;
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dialog-text {
  position: absolute;
  top: 8vh;
  left: 7vh;
  width: calc(100% - 15vh);
  height: calc(100% - 16vh);
  padding: 2vh 2vh 2vh 4vh;
  overflow: auto;
}

.prompt-dialog-text {
  height: calc(100% - 22vh);
}

.dialog-selection {
  position: relative;
  top: 83%;
  height: 5%;
  padding: 0 10%;
}

.dialog-button-display {
  width: 50%;
  float: left;
}

.dialog-button {
  position: relative;
  height: 40%;
  width: 50%;
  top: 20%;
  left: 25%;
  font-family: norse;
  font-size: 6vh;
  line-height: 7vh;
  border: 0;
  color: #000000;
  background-color: transparent;
}

#speechControls {
  position: absolute;
  height: 6.1%;
  width: 88%;
  top: 90.5%;
  left: 6%;
  background-image: url(../images/buttons/darken_effect_background.png);
  background-size: 100% 100%;
}

#speechId {
  position: relative;
  float: left;
  width: 27%;
  height: 80%;
  left: 9.5%;
  font-size: 3vh;
  font-family: norse;
  text-align: center;
  color: #ffffff;
}

#playPauseButton {
  position: relative;
  float: left;
  width: 5%;
  height: 60%;
  margin-top: 1.5%;
  outline: none;
  left: 20%;
}

#restartButton {
  position: relative;
  float: left;
  width: 5%;
  height: 60%;
  margin-top: 1.5%;
  outline: none;
  left: 40%;
}

/*
base map classes
*/
#map {
  position: fixed;
  z-index: 10;
}

#mapMessage {
  position: fixed;
  top: 5.47vh;
  left: calc(50vw - 60vh);
  height: 6vh;
  width: 120vh;
  padding: 1.5vh;
  background-image: url(../images/map/border/map_banner_paper.png);
  background-size: 100% 100%;
  font-size: 3.8vh;
  font-family: norse;
  text-align: center;
  z-index: 10;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #mapMessage {
    left: 52px;
    width: 920px;
  }
}
.map-boundary {
  position: fixed;
  top: 5.47vh;
  left: 5.47vh;
  bottom: 5.47vh;
  width: calc(100vw - 10.94vh);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .map-boundary {
    width: 940px;
    left: 42px;
  }
}
.mapBasic, .overlayBasic, .boatPathBasic, .boatBasic {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.clickable, .village-icon-box, .mapZoom {
  cursor: pointer;
  pointer-events: auto;
}

.baseMap, .mapZoom, #worldBG,
#cropBG {
  position: absolute;
  z-index: -1;
}

#worldBG {
  left: 0vw;
  top: calc(50% - 24.85vw);
  width: 100vw;
  height: 49.7vw;
}

#cropBG {
  left: 0px;
  width: 100%;
  height: calc(0.497 * (100vw - 10.94vh));
  max-height: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #cropBG {
    height: 467px;
    width: 940px;
  }
  #worldBG {
    width: 1352px;
    height: 768px;
    top: 0px;
    left: -164px;
  }
}
/*
Overlays
*/
.overlayBasic, .boatPathBasic, .boatBasic {
  z-index: 0;
}

/*
zoom
*/
.mapZoom {
  width: 100%;
  max-height: 100%;
  z-index: 3;
  /* uses CSS fading as well as jquery this actually does the fading*/
  -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s; /* Firefox < 16 */
  -ms-animation: fadein 0.5s; /* Internet Explorer */
  -o-animation: fadein 0.5s; /* Opera < 12.1 */
  animation: fadein 0.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
Border
*/
#mapBorderLeft,
#mapBorderTop,
#mapBorderRight,
#mapBorderBottom,
#mapBorderCornerTopLeft,
#mapBorderCornerTopRight,
#mapBorderCornerBottomLeft,
#mapBorderCornerBottomRight,
#mapQuestionBanner {
  position: fixed;
  z-index: 5;
}

#mapBorderCornerTopLeft,
#mapBorderCornerTopRight,
#mapBorderCornerBottomLeft,
#mapBorderCornerBottomRight {
  width: 5.47vh;
  height: 5.47vh;
  background-size: 100% 100%;
  z-index: 6;
}

#mapBorderCornerTopLeft {
  background-image: url("../images/map/border/map_edge_upleft.png");
}

#mapBorderCornerTopRight {
  background-image: url("../images/map/border/map_edge_upright.png");
}

#mapBorderCornerBottomLeft {
  background-image: url("../images/map/border/map_edge_bottomleft.png");
}

#mapBorderCornerBottomRight {
  background-image: url("../images/map/border/map_edge_bottomright.png");
}

#mapBorderLeft,
#mapBorderRight {
  top: 0;
  bottom: 0;
  height: 5.47vh;
  width: 100vh;
}

#mapBorderRight:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  float: left;
  background-image: url("../images/map/border/map_border_title.png");
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  top: 47.25vh;
  left: 47.25vh;
}

#mapBorderLeft:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  float: left;
  background-image: url("../images/map/border/map_border_title.png");
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  top: 47.25vh;
  left: -47.25vh;
}

#mapBorderLeft,
#mapBorderCornerTopLeft,
#mapBorderCornerBottomLeft {
  left: 0;
}

#mapBorderRight,
#mapBorderCornerTopRight,
#mapBorderCornerBottomRight {
  right: 0;
}

#mapBorderTop,
#mapBorderBottom {
  left: 0;
  right: 0;
  height: 5.47vh;
  background-image: url("../images/map/border/map_border_title.png");
  background-size: auto 100%;
}

#mapBorderBottom {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#mapBorderTop,
#mapBorderCornerTopLeft,
#mapBorderCornerTopRight {
  top: 0;
}

#mapBorderBottom,
#mapBorderCornerBottomLeft,
#mapBorderCornerBottomRight {
  bottom: 0;
}

.border-shadow, #mapBorderBottomShade, #mapBorderRightShade, #mapBorderLeftShade, #mapBorderTopShade {
  box-shadow: 0px 0px 20px 5px black;
}

#mapBorderTopShade {
  position: fixed;
  top: 0px;
  left: 5.47vh;
  height: 5.47vh;
  width: calc(100% - 10.94vh);
}

#mapBorderLeftShade {
  position: fixed;
  top: 5.47vh;
  left: 0px;
  height: calc(100% - 10.94vh);
  width: 5.47vh;
}

#mapBorderRightShade {
  position: fixed;
  top: 5.47vh;
  left: calc(100vw - 5.47vh);
  height: calc(100% - 10.94vh);
  width: 5.47vh;
}

#mapBorderBottomShade {
  position: fixed;
  bottom: 0px;
  left: 5.47vh;
  height: 5.47vh;
  width: calc(100% - 10.94vh);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #mapBorderRightShade {
    left: 982px;
    height: 684px;
    width: 42px;
    top: 42px;
  }
  #mapBorderLeftShade {
    height: 684px;
    width: 42px;
    top: 42px;
  }
  #mapBorderBottomShade {
    width: 940px;
  }
  #mapBorderTopShade {
    width: 940px;
  }
  #mapBorderTop,
  #mapBorderBottom,
  #mapBorderLeft,
  #mapBorderRight {
    height: 42px;
  }
  #mapBorderCornerTopLeft,
  #mapBorderCornerTopRight,
  #mapBorderCornerBottomLeft,
  #mapBorderCornerBottomRight {
    width: 42px;
    height: 42px;
  }
}
#mapFiller {
  position: fixed;
  top: 0px;
  left: 0px;
  background-image: url("../images/map/border/paper_tile.jpg");
  width: 100%;
  height: 100%;
  z-index: -5;
}

#mapQuestionBanner {
  top: 5.47vh;
  width: 46.08vh;
  height: 6vh;
  margin-left: calc(50% - 23.04vh);
  padding: 1.5vh;
  background-image: url("../images/map/border/map_banner_paper.png");
  background-size: 100% 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #mapQuestionBanner {
    left: 336px;
    width: 353px;
    margin-left: 0px;
  }
}
/*
boat paths
*/
.boatBasic {
  pointer-events: none;
  z-index: 2;
}

.boatPathBasic {
  pointer-events: none;
  z-index: 1;
}

/*
	question
*/
.mapQ {
  position: relative;
  font-family: norse;
  font-size: 3.8vh;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
}

#inventory {
  position: fixed;
  top: 10vh;
  left: calc(50vw - 68vh);
  height: 80vh;
  width: 143.3vh;
  padding: 0% 0%;
  font-size: 4vh;
  font-family: norse;
  z-index: 8;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #inventory {
    top: 10%;
    left: 28px;
    width: 1020px;
  }
}
#inventory-mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  height: 100vh;
  width: 100vw;
  left: 0px;
  top: 0px;
  z-index: 7;
}

#inventoryMessage {
  position: fixed;
  top: 2vh;
  left: calc(50vw - 60vh);
  height: 6vh;
  width: auto;
  max-width: 130vh;
  padding: 1.5vh 3.5vh;
  background-image: url(../images/map/border/map_banner_paper.png);
  background-size: 100% 100%;
  font-size: 3.8vh;
  font-family: norse;
  text-align: center;
  z-index: 8;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #inventoryMessage {
    left: 52px;
    width: auto;
    max-width: 960px;
    padding-left: 3vh;
    padding-right: 3vh;
  }
}
.inventory-item-box {
  float: left;
  height: 47%;
  width: 18%;
  margin: 0.5%;
  padding: 1.4vh;
  background-image: url(../images/inventory/inventory_paper.png);
  background-size: 100% 100%;
  text-align: center;
  z-index: 9;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.4);
}

.inventory-item-header {
  padding-top: 10%;
  width: 100%;
}

.inventory-item-header div {
  float: left;
}

.inventory-item-quantity {
  width: 80%;
  font-size: 2em;
}

.inventory-item-change-quantity {
  width: 10%;
}

.inventory-item-name {
  position: relative;
  top: -3.4vh;
}

.inventory-item-image {
  width: 100%;
  height: auto;
  top: -2.6vh;
  position: relative;
}

#village {
  position: fixed;
  top: 1vh;
  left: 50%;
  margin-left: -35vw;
  padding: 0.15vh 3vh;
  height: 9vh;
  width: 65vw;
  background-image: url(../images/norway/village_bg.png);
  background-size: 100% 100%;
  font-size: 2vw;
  font-family: norse;
  z-index: 100;
}

#villageBorder {
  position: fixed;
  top: 1%;
  left: 50%;
  margin-left: -59vh;
  height: 18vh;
  width: 118vh;
  padding: 2vh;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

.village-icon-box {
  float: left;
  width: 4.2vw;
  margin: 0vh 2.5%;
}

.village-icon-box img {
  height: 9vh;
}

village-icon:first-of-type {
  margin-left: 2.25vw;
}

.village-icon-label {
  width: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #village {
    width: 665px;
    height: 69px;
    margin-left: -358px;
    padding: 1px 23px;
    font-size: 20px;
    top: 8px;
  }
  .village-icon-box {
    width: 43px;
  }
  .village-icon-box img {
    height: 69px;
  }
}
#row,
#ending {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  background-color: black;
}
#row video,
#ending video {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

#sail-group {
  display: none;
}

.sail {
  position: fixed;
  height: 100vh;
  width: 100vw;
  padding: 10vh 20vw;
  font-family: imfell;
  background-image: url(../images/sail/sail.jpg);
  background-size: 100% 100%;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0px;
}

#sail-header {
  width: 50vw;
  height: 10vh;
  margin: 2vh 25vw 0vh 25vw;
  left: 0;
  top: 0;
  position: fixed;
}

#sail-q {
  width: 64vw;
  height: 15vh;
  margin: 0.5vh 18vw;
  color: #29261a;
  font-size: 13.48vh;
  left: 0;
  top: 12vh;
  position: fixed;
}

#sail-a {
  width: 54vw;
  height: 20vh;
  margin: 1vh 23vw;
  color: #29261a;
  left: 0;
  top: 31vh;
  font-size: 4.39vh;
  position: fixed;
}

.play-video {
  position: fixed;
  height: 100vh;
  width: 100vw;
  padding: 10vh 20vw;
  font-family: imfell;
  background-image: url(../images/play-video.jpg);
  background-size: 100% 100%;
  text-align: center;
  top: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #row,
  #ending,
  .play-video {
    height: 768px;
    width: 1024px;
  }
  .sail {
    height: 768px;
    width: 1024px;
    padding: 77px 205px;
  }
  #sail-header {
    width: 512px;
    height: 77px;
    margin: 15px 256px 0px 256px;
  }
  #sail-q {
    width: 655px;
    height: 115px;
    margin: 4px 184px;
    font-size: 103px;
    top: 92px;
  }
  #sail-a {
    width: 552px;
    height: 154px;
    margin: 8px 236px;
    top: 238px;
    font-size: 34px;
  }
  .play-button-row {
    position: absolute;
    height: 215px;
    width: 572px;
    left: 142px;
    top: 533px;
    background-size: 100% 100%;
  }
  .play-button-end {
    position: absolute;
    height: 197px;
    width: 462px;
    left: 225px;
    top: 570px;
    background-size: 100% 100%;
  }
}
#intro {
  position: fixed;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  background-image: url("../images/intro/introScreen_bg.jpg");
  background-size: 100% 100%;
  cursor: pointer;
}

#intro-logo {
  margin: 1.4vh auto;
  pointer-events: none;
  width: 87.3vh;
  height: 87.3%;
  display: block;
}

.vikings-title {
  left: 50%;
  width: 30%;
  height: 10%;
  margin: -6.5vh auto auto auto;
  color: rgba(0, 0, 0, 0.57);
  font-family: norse;
  font-size: 9vh;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}

.vikings-title--es {
  margin: -9vh auto auto auto;
}

@media (max-device-width: 1600px) {
  .vikings-title {
    font-size: 8vh;
  }
}
#vinland {
  height: 100vh;
  width: 626.855vh;
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  background-image: url(../images/vinland/vinland_far.jpg);
  background-size: 100% 100%;
}

#vinland-far {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
}

#vinland-mid {
  top: 0px;
  left: 0px;
}

#vinland-logs {
  position: absolute;
  bottom: 0px;
  left: 700vh;
  pointer-events: none;
  height: 35.74vh;
  width: 81.25vh;
}

#vinland-fence {
  position: absolute;
  bottom: 0px;
  left: 180vh;
  pointer-events: none;
  height: 40.43vh;
  width: 183.59vh;
}

#vinland-eyes {
  position: absolute;
  left: 532.03vh;
  top: 15.43vh;
  height: 4.3vh;
  width: 10.16vh;
}

#vinland-mouth {
  position: absolute;
  left: 533.01vh;
  top: 22.66vh;
  height: 3.03vh;
  width: 5.57vh;
}

#vinland-leif {
  top: 0px;
  left: 650vh;
  height: 100%;
}

#vinland-leif-speech {
  right: 0px;
}

#greenland {
  height: 100vh;
  width: 697.46vh;
  overflow-y: hidden;
  position: absolute;
  background-image: url(../images/greenland/greenland_far.jpg);
  background-size: 100% 100%;
}

#greenland-mid {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100vh;
}

#greenland-close {
  position: absolute;
  bottom: 0px;
  left: 390.6vh;
  pointer-events: none;
  width: 254.3vh;
  height: 64.45vh;
}

#greenland-thorvald {
  top: 0px;
  left: 0vw;
  width: 109.38vh;
  height: 100vh;
}

#greenland-thorvald-eyes {
  position: absolute;
  left: 57.227vh;
  top: 18.945vh;
  width: 7.324vh;
  height: 4.395vh;
}

#greenland-thorvald-mouth {
  position: absolute;
  left: 56.641vh;
  top: 23.535vh;
  width: 5.664vh;
  height: 3.418vh;
}

#greenland-traders {
  top: 0px;
  left: 515.31vh;
  width: 103.52vh;
  height: 100vh;
  background-image: url(../images/greenland/traders.png);
  background-size: 100% 100%;
}

#greenland-trader2-eyes {
  position: absolute;
  left: 26.27vh;
  top: 30.273vh;
  width: 7.129vh;
  height: 2.246vh;
}

#greenland-trader2-mouth {
  position: absolute;
  left: 28.32vh;
  top: 35.547vh;
  width: 2.832vh;
  height: 2.051vh;
}

#greenland-trader1-eyes {
  position: absolute;
  left: 66.699vh;
  top: 28.906vh;
  width: 10.742vh;
  height: 4.785vh;
}

#greenland-trader1-mouth {
  position: absolute;
  left: 67.773vh;
  top: 36.621vh;
  width: 4.492vh;
  height: 2.344vh;
}

#greenland-speech {
  right: 0px;
}

#greenlandHut {
  height: 100vh;
  width: 436.72vh;
  overflow-y: hidden;
  position: absolute;
  background-image: url(../images/greenland/interior_hut.jpg);
  background-size: 100% 100%;
}

#greenland-hut-outside {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
}

#greenland-hut-left {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
}

#greenland-hut-mid {
  position: fixed;
  top: 0px;
  left: 260.82vh;
  height: 100vh;
}

#greenland-hut-right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 63.87vh;
}

#greenland-hut-interior {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
}

#greenland-hut-thorvald {
  position: absolute;
  top: 0px;
  left: 85vh;
  height: 100vh;
}

#greenland-hut-thorvald-eyes {
  position: absolute;
  left: 112.891vh;
  top: 24.121vh;
  width: 11.23vh;
  height: 2.051vh;
}

#greenland-hut-thorvald-mouth {
  position: absolute;
  left: 116.406vh;
  top: 29.883vh;
  width: 4.883vh;
  height: 2.441vh;
}

#greenland-hut-erik {
  position: absolute;
  top: 0px;
  left: 300vh;
  height: 100vh;
  width: 100vh;
}

#greenland-hut-erik-eyes {
  position: absolute;
  left: 346.582vh;
  top: 50.391vh;
  width: 4.297vh;
  height: 1.66vh;
}

#greenland-hut-erik-mouth {
  position: absolute;
  left: 347.559vh;
  top: 52.734vh;
  width: 2.832vh;
  height: 1.855vh;
}

#greenland-hut-speech {
  left: 0px;
}

#iceland {
  height: 100vh;
  width: 1000vh;
  overflow: hidden;
  position: absolute;
  background-image: url(../images/iceland/iceland_far.jpg);
  background-size: 100% 100%;
}

#iceland-mid {
  top: 0px;
  left: 0px;
}

#iceland-close {
  position: absolute;
  top: 0px;
  left: 200vh;
  height: 100vh;
  width: 848.44vh;
  pointer-events: none;
}

#iceland-freydis {
  top: 0px;
  left: 450vh;
  height: 100vh;
  width: 214.55vh;
}

#iceland-freydis-eyes {
  position: absolute;
  left: 374.805vh;
  top: 22.07vh;
  width: 8.301vh;
  height: 3.418vh;
}

#iceland-freydis-mouth {
  position: absolute;
  left: 376.465vh;
  top: 27.051vh;
  width: 4.98vh;
  height: 3.418vh;
}

#iceland-skald {
  top: 0;
  left: 570vh;
  width: 66.7vh;
  height: 100vh;
  background-image: url(../images/iceland/iceland_skald.png);
  background-size: 100% 100%;
}

#iceland-skald-eyes {
  position: absolute;
  left: 32.32vh;
  top: 28.13vh;
  width: 6.934vh;
  height: 2.539vh;
}

#iceland-skald-mouth {
  position: absolute;
  left: 36.23vh;
  top: 32.81vh;
  width: 2.929vh;
  height: 2.051vh;
}

#iceland-traders {
  top: 0px;
  left: 820vh;
  width: 102.15vh;
  height: 100vh;
  background-image: url(../images/iceland/traders.png);
  background-size: 100% 100%;
}

#iceland-trader1-eyes {
  position: absolute;
  left: 37.305vh;
  top: 27.051vh;
  width: 9.961vh;
  height: 4.395vh;
}

#iceland-trader1-mouth {
  position: absolute;
  left: 38.281vh;
  top: 34.18vh;
  width: 4.199vh;
  height: 2.148vh;
}

#iceland-trader2-eyes {
  position: absolute;
  left: 69.336vh;
  top: 13.965vh;
  width: 4.59vh;
  height: 3.418vh;
}

#iceland-trader2-mouth {
  position: absolute;
  left: 72.852vh;
  top: 21.094vh;
  width: 1.66vh;
  height: 2.344vh;
}

#iceland-speech-left {
  left: 0px;
}

#iceland-speech-right {
  right: 0px;
}

#icelandAlthing {
  height: 100vh;
  width: 392.18vh;
  overflow-y: hidden;
  position: absolute;
  background-image: url("../images/iceland/althing_bg.jpg");
  background-size: 100% 100%;
}

#iceland-althing-close {
  position: absolute;
  top: 0px;
  left: 399.71vh;
  height: 100vh;
}

#althing-freydis-eyes {
  position: absolute;
  left: 133.594vh;
  top: 38.965vh;
  width: 1.758vh;
  height: 1.563vh;
}

#althing-freydis-mouth {
  position: absolute;
  left: 133.496vh;
  top: 40.527vh;
  width: 4.297vh;
  height: 3.223vh;
}

#althing-jarl-eyes {
  position: absolute;
  left: 81.543vh;
  top: 39.355vh;
  width: 3.711vh;
  height: 1.66vh;
}

#althing-jarl-mouth {
  position: absolute;
  left: 83.301vh;
  top: 42.773vh;
  width: 2.344vh;
  height: 1.27vh;
}

#althing-karl-eyes {
  position: absolute;
  left: 203.125vh;
  top: 28.125vh;
  width: 5.078vh;
  height: 1.758vh;
}

#althing-karl-mouth {
  position: absolute;
  left: 203.125vh;
  top: 31.738vh;
  width: 1.367vh;
  height: 1.172vh;
}

#althing-extra1-eyes {
  position: absolute;
  left: 86.328vh;
  top: 27.148vh;
  width: 3.516vh;
  height: 1.074vh;
}

#althing-extra2-eyes {
  position: absolute;
  left: 65.43vh;
  top: 21.582vh;
  width: 5.078vh;
  height: 1.074vh;
}

#althing-extra3-eyes {
  position: absolute;
  left: 45.313vh;
  top: 25.684vh;
  width: 3.809vh;
  height: 1.563vh;
}

#althing-extra4-eyes {
  position: absolute;
  left: 291.016vh;
  top: 21.777vh;
  width: 9.57vh;
  height: 4.199vh;
}

#norway {
  height: 100vh;
  width: 697.46vh;
  overflow-y: hidden;
  position: absolute;
  background-image: url(../images/norway/norway_bg.jpg);
  background-size: 100% 100%;
}

.village-element, .village-people {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  z-index: 2;
}

.village-element-visible {
  opacity: 1 !important;
}

.village-people {
  right: 0vh;
  top: 0vh;
  width: 354.69vh;
  height: 100vh;
  z-index: 4;
}

#england {
  height: 100vh;
  width: 436.72vh;
  overflow: hidden;
  position: absolute;
}

#england-close {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 436.72vh;
  pointer-events: none;
  opacity: 1;
}

.england-close-hide {
  opacity: 0 !important;
}

#england-close-destroyed {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 436.72vh;
  pointer-events: none;
  opacity: 0;
}

.england-close-destroyed-show {
  opacity: 1 !important;
}

#england-thorstein {
  bottom: 0px;
  left: 190vh;
  height: 100vh;
}

#england-thorstein-eyes {
  position: absolute;
  left: 178.516vh;
  top: 25.488vh;
  width: 17.969vh;
  height: 7.129vh;
}

#england-thorstein-mouth {
  position: absolute;
  left: 186.621vh;
  top: 39.648vh;
  width: 9.277vh;
  height: 9.082vh;
}

#england-villager {
  bottom: 0px;
  left: 350vh;
  height: 100vh;
}

#england-villager1-eyes {
  position: absolute;
  left: 381.152vh;
  top: 44.531vh;
  width: 7.715vh;
  height: 3.711vh;
}

#england-villager1-happy-eyes {
  position: absolute;
  left: 381.152vh;
  top: 44.531vh;
  width: 8.203vh;
  height: 3.711vh;
}

#england-villager1-mouth {
  position: absolute;
  left: 383.594vh;
  top: 48.242vh;
  width: 5.664vh;
  height: 3.906vh;
}

#england-villager2-eyes {
  position: absolute;
  left: 412.598vh;
  top: 42.676vh;
  width: 3.516vh;
  height: 1.66vh;
}

#england-traders {
  bottom: 0px;
  left: 14.84vh;
  width: 96.78vh;
  height: 100vh;
  background-image: url(../images/england/traders.png);
  background-size: 100% 100%;
}

#england-traders-eyes {
  position: absolute;
  left: 48.63vh;
  top: 27.15vh;
  width: 7.617vh;
  height: 3.418vh;
}

#england-traders-mouth {
  position: absolute;
  left: 49.41vh;
  top: 32.62vh;
  width: 3.125vh;
  height: 1.66vh;
}

#england-speech-left {
  left: 0px;
}

#england-speech-right {
  right: 0px;
}