#main {
font-family: helvetica;
}

.mobile {
font-family: helvetica;
}

#background{
width: 100%;
height: 100%;
position: absolute;
background-size: cover;

}


.main-header-btn-arrow{
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-right: 1px solid #d39b45;
  border-bottom: 1px solid #d39b45;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000000;
  cursor: pointer;
  z-index: 9999;
   background: url('button.gif');
   background-size: 50px;
   background-repeat: no-repeat;
    background-position: 18px;
}

.back{
 
 
}


#icon{
  background:black;
  width:50px;
  height:50px;
  border-radius:100%;
  border:1px solid #ecaa00;
  transition:background 1s ease,
              font-size 1s ease,
              color 1s ease,
              width 1s ease,
              border-radius 1s ease,
              transform 0.5s ease,
              border 0.1s;
    z-index: 9999;
    position: absolute;
    left: 700px;
    top: 100px;
    color:#ecaa00;

}





#icon:hover{
  background:black;
color:#ecaa00;
width:60px;
height:60px;
border-radius:100%;
transform:rotate(360deg);
border:5px solid #ecaa00;

}



#icon2{
  background:red;
  
  width:50px;
  height:50px;
  transform: rotate(45deg);
  transition:background 1s ease,
              font-size 1s ease,
              color 1s ease,
              width 1s ease,
              border-radius 1s ease,
              transform 0.5s ease,
              border 2s;
    z-index: 9999;
    position: absolute;
    left: 500px;
    top: 200px;  
    border:5px solid #ecaa00;
outline: 4px solid darkblue;
}



#icon2:hover{
  background:blue;
color:white;
width:50px;
height:50px;
border-radius:100%;
transform:rotate(360deg);
border:20px solid black;
}


#icon3{
  background:red;
  
  width:50px;
  height:50px;
  transform: rotate(45deg);
  transition:background 1s ease,
              font-size 1s ease,
              color 1s ease,
              width 1s ease,
              border-radius 1s ease,
              transform 0.5s ease,
              border 2s;
    z-index: 9999;
    position: absolute;
    left: 200px;
    top: 400px;  
    border:5px solid #ecaa00;
outline: 4px solid darkblue;
}



#icon3:hover{
  background:blue;
color:white;
width:50px;
height:50px;
border-radius:100%;
transform:rotate(360deg);
border:20px solid black;
}


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;
  font-family: helvetica;
}

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;
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"],
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.animate {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
}
.animate.animateTop {
  -webkit-transition-property: top, opacity;
  -moz-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  top: 25px;
}
.animate.animateTop.start {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  top: 0;
}
.animate.animateBottom {
  -webkit-transition-property: top, opacity;
  -moz-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
  top: -25px;
}
.animate.animateBottom.start {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  top: 0;
}
.animate.fadeIn {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.animate.fadeIn.start {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@-moz-keyframes hotspot-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes hotspot-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes hotspot-spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes hotspot-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes scanning {
  0% {
    margin-top: -10px;
  }

  50% {
    margin-top: 170px;
  }

  100% {
    margin-top: -10px;
  }
}

@-moz-keyframes scanning {
  0% {
    margin-top: -10px;
  }

  50% {
    margin-top: 170px;
  }

  100% {
    margin-top: -10px;
  }
}

@-o-keyframes scanning {
  0% {
    margin-top: -10px;
  }

  50% {
    margin-top: 170px;
  }

  100% {
    margin-top: -10px;
  }
}

@keyframes scanning {
  0% {
    margin-top: -10px;
  }

  50% {
    margin-top: 170px;
  }

  100% {
    margin-top: -10px;
  }
}

@-webkit-keyframes backgroundSpin {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -720px;
  }
}

@-moz-keyframes backgroundSpin {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -720px;
  }
}

@-o-keyframes backgroundSpin {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -720px;
  }
}

@keyframes backgroundSpin {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -720px;
  }
}

@font-face {
  font-family: "ProximaNova-Black";
  font-style: normal;
  font-weight: normal;
  src: url("../data/fonts/ProximaNova-Black.svg") format("svg"), url("../data/fonts/ProximaNova-Black.eot"), url("../data/fonts/ProximaNova-Black.eot?") format("eot"), url("../data/fonts/ProximaNova-Black.woff") format("woff"), url("../data/fonts/ProximaNova-Black.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../data/fonts/ProximaNova-Bold.svg") format("svg"), url("../data/fonts/ProximaNova-Bold.eot"), url("../data/fonts/ProximaNova-Bold.eot?") format("eot"), url("../data/fonts/ProximaNova-Bold.woff") format("woff"), url("../data/fonts/ProximaNova-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../data/fonts/ProximaNova-Light.svg") format("svg"), url("../data/fonts/ProximaNova-Light.eot"), url("../data/fonts/ProximaNova-Light.eot?") format("eot"), url("../data/fonts/ProximaNova-Light.woff") format("woff"), url("../data/fonts/ProximaNova-Light.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova-Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../data/fonts/ProximaNova-Semibold.svg") format("svg"), url("../data/fonts/ProximaNova-Semibold.eot"), url("../data/fonts/ProximaNova-Semibold.eot?") format("eot"), url("../data/fonts/ProximaNova-Semibold.woff") format("woff"), url("../data/fonts/ProximaNova-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova-Thin";
  font-style: normal;
  font-weight: normal;
  src: url("../data/fonts/ProximaNova-Thin.svg") format("svg"), url("../data/fonts/ProximaNova-Thin.eot"), url("../data/fonts/ProximaNova-Thin.eot?") format("eot"), url("../data/fonts/ProximaNova-Thin.woff") format("woff"), url("../data/fonts/ProximaNova-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova-Xbold";
  font-style: normal;
  font-weight: normal;
  src: url("../data/fonts/ProximaNova-Xbold.svg") format("svg"), url("../data/fonts/ProximaNova-Xbold.eot"), url("../data/fonts/ProximaNova-Xbold.eot?") format("eot"), url("../data/fonts/ProximaNova-Xbold.woff") format("woff"), url("../data/fonts/ProximaNova-Xbold.ttf") format("truetype");
}

.btn {
  display: inline-block;
  cursor: pointer;
  padding: 22px 30px;
}
.btn.btn-prime {
  border: 1px solid #d39b45;
  font-family: "ProximaNova-Xbold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.btn.btn-prime:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.btn.btn-full {
  background-color: #d39b45;
  color: #000000;
}
.btn.btn-block {
  display: block;
  width: 100%;
}

html,
body {
  color: #d39b45;
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #0a0803;
}

a {
  color: #d39b45;
  text-decoration: none;
}

#main, #layout, .content {
  position: relative;
  width: 100%;
  height: 100%;
}

#main, #layout {
  min-width: 980px;
  min-height: 700px;
}

.header, .content, .footer {
  transition: 0.4s filter linear;
  transition: 0.4s -o-filter linear;
  transition: 0.4s -ms-filter linear;
  transition: 0.4s -moz-filter linear;
  transition: 0.4s -webkit-filter linear;
  -o-transition: 0.4s filter linear;
  -o-transition: 0.4s -o-filter linear;
  -o-transition: 0.4s -ms-filter linear;
  -o-transition: 0.4s -moz-filter linear;
  -o-transition: 0.4s -webkit-filter linear;
  -moz-transition: 0.4s filter linear;
  -moz-transition: 0.4s -o-filter linear;
  -moz-transition: 0.4s -ms-filter linear;
  -moz-transition: 0.4s -moz-filter linear;
  -moz-transition: 0.4s -webkit-filter linear;
  -webkit-transition: 0.4s filter linear;
  -webkit-transition: 0.4s -o-filter linear;
  -webkit-transition: 0.4s -ms-filter linear;
  -webkit-transition: 0.4s -moz-filter linear;
  -webkit-transition: 0.4s -webkit-filter linear;
}
.header.blurred, .content.blurred, .footer.blurred {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: url("svg/blur.svg#blur");
}

.modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}

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

.clear:after {
  clear: both;
}

#index, #index .indexWrapper, #map, #identity, #code {
  background: url("../data/missions/common/bg-cross-alpha.png") left top repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 67px;
}

.pull-right {
  float: right;
}

.loader {
  background: url("/img/loader.gif") center center no-repeat;
  display: block;
  height: 200px;
  width: 200px;
}

.uppercase {
  text-transform: uppercase;
}

.text-centered {
  text-align: center;
}

.box-centered, .verticalyCentered, #popup .explore, #identity .canvas-loader {
  left: 50%;
  margin: 0 auto 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-centered .horizontal, .verticalyCentered .horizontal, #popup .explore .horizontal, #identity .canvas-loader .horizontal {
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.box-vertical-centered, #map .mapHotspot .mapHotspoTitle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.verticalyCentered {
  position: absolute;
  width: 100%;
}

.muteBtnContainer.main {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 500;
}

.muteBtnContainer.share {
  position: relative;
  float: left;
  z-index: 500;
}

.columns {
  overflow: hidden;
}
.columns .col {
  float: left;
  position: relative;
}
.columns.two .col {
  width: 50%;
}

.corner-button {
  background-color: #000000;
  border-right: 1px solid #d39b45;
  border-bottom: 1px solid #d39b45;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.thin {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
}

.show {
  display: block;
}

b,
strong {
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ProximaNova-Bold", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.floatfix, .shereBtnContainer {
  zoom: 1;
}

.floatfix:after, .shereBtnContainer:after {
  clear: both;
  content: "";
  display: table;
}

#popup {
  background: rgba(20, 20, 20, 0.7);
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#popup.cssFilterSupported.noOverlay {
  background: rgba(0, 0, 0, 0.2);
}
#popup .close {
  z-index: 10;
}
#popup #popup-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#popup .explore {
  display: none;
  width: 100%;
}
#popup .explore.instruction {
  margin-top: -50px;
}
#popup .explore.instruction h5 {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
}
#popup .explore.instruction .btn {
  top: 120px;
}
#popup .explore.comingSoon {
  width: 100%;
  height: 100%;
}
#popup .explore.comingSoon .exploreTitle {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  #popup .explore.comingSoon .exploreTitle {
    padding-bottom: 10px;
    font-size: 15px;
  }
}
#popup .explore.comingSoon .exploreTitle.start {
  opacity: 0;
}
#popup .explore.comingSoon .exploreTitle strong {
  font-family: "ProximaNova-Xbold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 2px;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  #popup .explore.comingSoon .exploreTitle strong {
    font-size: 28px;
    line-height: 24px;
  }
}
#popup .explore.comingSoon .exploreContent {
  position: absolute;
  width: 1020px;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  #popup .explore.comingSoon .exploreContent {
    width: 710px;
  }
}
#popup .explore.comingSoon .exploreContent .videoContainer {
  position: relative;
  width: 100%;
  height: 620px;
  padding: 56px 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  #popup .explore.comingSoon .exploreContent .videoContainer {
    height: 430px;
    padding: 30px 30px;
  }
}
#popup .explore.comingSoon .exploreContent .videoContainer .cross {
  width: 12px;
  height: 12px;
  position: absolute;
}
#popup .explore.comingSoon .exploreContent .videoContainer .cross:before, #popup .explore.comingSoon .exploreContent .videoContainer .cross:after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #b1853b;
}
#popup .explore.comingSoon .exploreContent .videoContainer .cross:before {
  left: 50%;
  width: 2px;
  margin-left: -1px;
  height: 100%;
}
#popup .explore.comingSoon .exploreContent .videoContainer .cross:after {
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 100%;
}
#popup .explore.comingSoon .exploreContent .videoContainer .cross.leftBottom {
  left: 0;
  bottom: 0;
}
#popup .explore.comingSoon .exploreContent .videoContainer .cross.leftTop {
  left: 0;
  top: 0;
}
#popup .explore.comingSoon .exploreContent .videoContainer .cross.rightBottom {
  right: 0;
  bottom: 0;
}
#popup .explore.comingSoon .exploreContent .videoContainer .cross.rightTop {
  right: 0;
  top: 0;
}
#popup .explore.comingSoon .exploreContent .videoContainer .cross.start {
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  opacity: 0;
}
#popup .explore.comingSoon .exploreContent #youtubeTrailer {
  width: 100%;
  height: 100%;
  background: url("../img/ui/spinner.gif") center center no-repeat;
  background-size: 32px;
}
#popup .explore.comingSoon .exploreContent .socialMediaBtns.start, #popup .explore.comingSoon .exploreContent #youtubeTrailer.start, #popup .explore.comingSoon .exploreContent .btnsContainer.start, #popup .explore.comingSoon .exploreContent .wallpaperImage.start {
  opacity: 0;
}
#popup .explore.comingSoon .exploreContent .video-js {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#popup .explore.comingSoon .exploreContent .socialMediaBtns {
  position: relative;
  width: 141px;
  padding-left: 7px;
  margin: 0 auto;
}
#popup .explore.comingSoon .exploreContent .socialMediaBtns.horizontalSharing {
  width: 200px;
}
#popup .explore.comingSoon .exploreContent .socialMediaBtns.horizontalSharing .shareBtn {
  display: none;
}
#popup .explore.comingSoon .exploreContent .socialMediaBtns.horizontalSharing .share-menu, #popup .explore.comingSoon .exploreContent .socialMediaBtns.horizontalSharing .share-menu.closed {
  top: 0;
  left: 0;
  width: 100%;
  display: block !important;
}
#popup .explore.comingSoon .exploreContent .socialMediaBtns.horizontalSharing .share-menu div, #popup .explore.comingSoon .exploreContent .socialMediaBtns.horizontalSharing .share-menu.closed div {
  float: left;
}
#popup .explore.comingSoon .exploreContent .socialMediaBtns.horizontalSharing .share-menu .shareIcon, #popup .explore.comingSoon .exploreContent .socialMediaBtns.horizontalSharing .share-menu.closed .shareIcon {
  width: 59px;
  height: 59px;
}
#popup .explore.hiddenContent {
  width: 100%;
  height: 100%;
}
#popup .explore.hiddenContent .exploreTitle {
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  #popup .explore.hiddenContent .exploreTitle {
    padding-bottom: 10px;
    font-size: 15px;
  }
}
#popup .explore.hiddenContent .exploreTitle.start {
  opacity: 0;
}
#popup .explore.hiddenContent .exploreTitle strong {
  font-family: "ProximaNova-Xbold", Helvetica, Arial, sans-serif;
  font-size: 36px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 2px;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  #popup .explore.hiddenContent .exploreTitle strong {
    font-size: 28px;
    line-height: 24px;
  }
}
#popup .explore.hiddenContent .exploreContent {
  position: absolute;
  width: 1020px;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  #popup .explore.hiddenContent .exploreContent {
    width: 710px;
  }
}
#popup .explore.hiddenContent .exploreContent .videoContainer {
  position: relative;
  width: 100%;
  height: 620px;
  padding: 56px 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  #popup .explore.hiddenContent .exploreContent .videoContainer {
    height: 430px;
    padding: 30px 30px;
  }
}
#popup .explore.hiddenContent .exploreContent .videoContainer .cross {
  width: 12px;
  height: 12px;
  position: absolute;
}
#popup .explore.hiddenContent .exploreContent .videoContainer .cross:before, #popup .explore.hiddenContent .exploreContent .videoContainer .cross:after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #b1853b;
}
#popup .explore.hiddenContent .exploreContent .videoContainer .cross:before {
  left: 97%;
  width: 2px;
  margin-left: -1px;
  height: 100%;
}
#popup .explore.hiddenContent .exploreContent .videoContainer .cross:after {
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 100%;
}
#popup .explore.hiddenContent .exploreContent .videoContainer .cross.leftBottom {
  left: 0;
  bottom: 0;
}
#popup .explore.hiddenContent .exploreContent .videoContainer .cross.leftTop {
  left: 0;
  top: 0;
}
#popup .explore.hiddenContent .exploreContent .videoContainer .cross.rightBottom {
  right: 0;
  bottom: 0;
}
#popup .explore.hiddenContent .exploreContent .videoContainer .cross.rightTop {
  right: 0;
  top: 0;
}
#popup .explore.hiddenContent .exploreContent .videoContainer .cross.start {
  right: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  opacity: 0;
}
#popup .explore.hiddenContent .exploreContent #youtubeTrailer {
  width: 100%;
  height: 100%;
  background: url("../img/ui/spinner.gif") center center no-repeat;
  background-size: 32px;
}
#popup .explore.hiddenContent .exploreContent .socialMediaBtns.start, #popup .explore.hiddenContent .exploreContent #youtubeTrailer.start, #popup .explore.hiddenContent .exploreContent .btnsContainer.start, #popup .explore.hiddenContent .exploreContent .wallpaperImage.start {
  opacity: 0;
}
#popup .explore.hiddenContent .exploreContent .wallpaperImage {
  position: relative;
  width: 43%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#wallpaperImage {

  position: relative;
  width: 70%;
  margin-top: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#yes {
  position: relative;
  width: 75%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   text-align: left;
   line-height: 120%;
}


#popup .explore.hiddenContent .exploreContent .btnsContainer {
  position: relative;
  text-align: center;
  height: 40px;
}
#popup .explore.hiddenContent .exploreContent .btnsContainer .downloadBtn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 0;
  left: 52%;
  vertical-align: top;
}
#popup .explore.hiddenContent .exploreContent .btnsContainer .socialMediaBtns {
  position: absolute;
  display: block;
  top: 0;
  right: 52%;
}
#popup .explore.hiddenContent .exploreContent .btnsContainer .socialMediaBtns.horizontalSharing {
  width: 200px;
}
#popup .explore.hiddenContent .exploreContent .btnsContainer .socialMediaBtns.horizontalSharing .shareBtn {
  display: none;
}
#popup .explore.hiddenContent .exploreContent .btnsContainer .socialMediaBtns.horizontalSharing .share-menu, #popup .explore.hiddenContent .exploreContent .btnsContainer .socialMediaBtns.horizontalSharing .share-menu.closed {
  top: 0;
  left: 0;
  width: 100%;
  display: block !important;
}
#popup .explore.hiddenContent .exploreContent .btnsContainer .socialMediaBtns.horizontalSharing .share-menu div, #popup .explore.hiddenContent .exploreContent .btnsContainer .socialMediaBtns.horizontalSharing .share-menu.closed div {
  float: left;
}
#popup .explore.hiddenContent .exploreContent .btnsContainer .socialMediaBtns.horizontalSharing .share-menu .shareIcon, #popup .explore.hiddenContent .exploreContent .btnsContainer .socialMediaBtns.horizontalSharing .share-menu.closed .shareIcon {
  width: 59px;
  height: 59px;
}
#popup .facialScanning .faceScanningWrapper {
  position: relative;
}
#popup .facialScanning .faceOutsideCircle {
  position: relative;
  width: 460px;
  height: 460px;
  margin: 0 auto;
  -webkit-border-radius: 230px;
  -moz-border-radius: 230px;
  -ms-border-radius: 230px;
  border-radius: 230px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #popup .facialScanning .faceOutsideCircle .faceTextGraphic .faceGraphicSpinner {
    background-image: url("../data/missions/common/intro-harry-text-sprite-2x.png");
    background-size: 100px 720px;
  }
}
#popup .facialScanning .faceOutsideCircle .asset.facescanning-bg {
  position: absolute;
  top: -29px;
  left: -22px;
}
#popup .facialScanning .faceOutsideCircle .scanningBarContainer {
  position: absolute;
  width: 219px;
  height: 219px;
  left: 50%;
  top: 50%;
  margin: -109.5px 0 0 -109.5px;
  -webkit-border-radius: 109.5px;
  -moz-border-radius: 109.5px;
  -ms-border-radius: 109.5px;
  border-radius: 109.5px;
  overflow: hidden;
}
#popup .facialScanning .faceOutsideCircle .scanningBarContainer .scanningface-bar {
  position: relative;
  margin-top: -10px;
  margin-left: -35.5px;
}
#popup .facialScanning .faceOutsideCircle .scanningBarContainer .scanningface-bar.start {
  -webkit-animation: scanning 4s infinite linear;
  -moz-animation: scanning 4s infinite linear;
  -ms-animation: scanning 4s infinite linear;
  animation: scanning 4s infinite linear;
}
#popup .facialScanning .scannerAndFace {
  height: 320px;
  width: 320px;
  margin: 0 auto;
  overflow: hidden;
}
#popup .facialScanning .scanner, #popup .facialScanning .scanning-left-scanner {
  position: absolute;
  left: 50%;
  margin-left: -270px;
  top: 50px;
}
#popup .facialScanning .faceScanningTitle {
  text-align: center;
  font-family: "ProximaNova-Light", Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 35px;
}
#popup .facialScanning .faceScanningTitle strong {
  display: block;
  font-family: "ProximaNova-Xbold", Helvetica, Arial, sans-serif;
  padding-bottom: 25px;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  #popup .facialScanning {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}
#popup .blurBackground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
}
#popup .imgOverlay {
  position: absolute;
  left: 56px;
  top: 56px;
  right: 56px;
  bottom: 56px;
  background: #d39b45;
  opacity: 0;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  #popup .imgOverlay {
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
  }
}

#wallpapers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer {
  position: relative;
  height: 67px;
  width: 100%;
  z-index: 10;
  border-top: 1px solid #d39b45;
  background-color: #000000;
  padding-right: 190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer:empty {
  height: 0;
  padding: 0;
}
.footer.hidden {
  opacity: 0.2;
}
.footer .float-logo {
  position: relative;
  float: left;
  margin-left: 40px;
}
.footer .float-logo.logo-fox {
  margin-top: 13px;
}
.footer .float-logo.logo-marv {
  margin-top: 22px;
}
.footer .kingsman-hash {
  position: absolute;
  right: 45px;
  top: 0;
  bottom: 0;
  color: #d39b45;
  text-transform: uppercase;
  font-family: 'ProximaNova-Xbold';
  letter-spacing: 5px;
  line-height: 66px;
}
.footer .centered-text {
  position: relative;
  height: 66px;
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.footer .centered-text .inner-center {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  color: #d39b45;
  font-family: 'ProximaNova-Light';
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}
.footer .centered-text .inner-center a {
  color: #d39b45;
  text-decoration: underline;
}

.header {
  position: absolute;
  height: 100px;
  width: 100%;
  top: 0;
  z-index: 10;
}
.header:empty {
  height: 0;
  padding: 0;
}
.header.hiddenLogos .main-header-btn, .header.hiddenLogos .header-logo {
  display: none;
}
.header.hiddenLogos .missions.backbutton {
  display: block;
}
.header.transaltedZ {
  -webkit-transform: translate3d(0, 0, 110px);
  -moz-transform: translate3d(0, 0, 110px);
  -ms-transform: translate3d(0, 0, 110px);
  -o-transform: translate3d(0, 0, 110px);
  transform: translate3d(0, 0, 110px);
}
.header h1 {
  margin: 0;
  padding: 0;
}
.header .view-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .view-container .main-header-btn,
.header .view-container .main-header-btn-arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-right: 1px solid #d39b45;
  border-bottom: 1px solid #d39b45;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000000;
  cursor: pointer;
}
.header .view-container .main-header-btn .asset,
.header .view-container .main-header-btn-arrow .asset {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -18px;
}
.header .view-container .main-header-btn-arrow .back-arrow {
  margin-left: -10px;
}
.header .view-container .header-logo {
  position: absolute;
  left: 140px;
  top: 29px;
}
.header .view-container .share-btns-container {
  position: absolute;
  right: 40px;
  bottom: 21px;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.header .view-container .share-btns-container.hidden {
  opacity: 0;
}
.header .view-container .share-btns-container #shareBtn .share-close {
  display: none;
}
.header .view-container .share-btns-container #shareBtn.opened .share, .header .view-container .share-btns-container #shareBtn.opened .share-close.hover {
  display: none;
}
.header .view-container .share-btns-container #shareBtn.opened .share-close {
  display: block;
}
.header .view-container .share-btns-container #shareBtn.opened:hover .share, .header .view-container .share-btns-container #shareBtn.opened:hover .share-close {
  display: none;
}
.header .view-container .share-btns-container #shareBtn.opened:hover .share-close.hover {
  display: block;
}
.header .missions.backbutton {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
  border-right: solid 1px #d39b45;
  border-bottom: solid 1px #d39b45;
  background: url("../data/missions/common/back-arrow.png") center center no-repeat;
  display: none;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .header .missions.backbutton {
    background-image: url("../data/missions/common/back-arrow-2x.png");
    background-size: "" "";
  }
}
.header .missions.backbutton:hover {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

#index {
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /*background: url('../img/backgrounds/introPageBackground.jpg') center center no-repeat;*/
  /*@include background-size(cover);*/
  background: #0a0803 url("https://copy.com/qsuleb3fLUvac44i") center center no-repeat;
  padding: 0;
}
#index .indexWrapper {
  padding: 0;
  overflow: hidden;
  background: transparent;
}
#index .bg {
  position: absolute;
  width: 50%;
  height: 100%;
}
#index .bg.stripes {
  top: 0;
  left: 0;
  width: 100%;
  background: url("https://copy.com/qsuleb3fLUvac44i") left top repeat;
  opacity: 0.5;
}
#index .skip {
  position: relative;
  display: block;
  width: 138px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
}
#index .introAnimation {
  position: relative;
  width: 420px;
  height: 420px;
  margin: 0 auto;
}
#index .introAnimation .outerGlow {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5px;
  margin-left: -0.5px;
  width: 1px;
  height: 1px;
}
#index .introAnimation .glowCircle {
  display: none !important;
}
#index .introText {
  position: relative;
  width: 90%;
  max-width: 730px;
  margin: 0 auto;
  padding: 20px 0 56px 0;
  text-align: center;
  font-family: 'ProximaNova-Light';
  font-size: 15px;
  line-height: 24px;
}

#map {
  padding: 0;
  overflow: hidden;
}
#map .thumb {
  background: url("../img/ui/thumb_mission_hover.png");
  height: 82px;
  width: 55px;
  position: absolute;
  top: 32px;
  right: 44px;
  display: none;
}
#map .toExpand {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -109px 0 0 -109px;
  height: 218px;
  width: 218px;
  z-index: 10;
}
#map .toExpand .btn {
  color: #d39b45;
}
#map .toExpand.hotspot-hover div {
  opacity: 0;
}
#map .toExpand.hotspot-hover .spinning-circle {
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-animation: hotspot-spin 2s infinite linear;
  -moz-animation: hotspot-spin 2s infinite linear;
  -ms-animation: hotspot-spin 2s infinite linear;
  animation: hotspot-spin 2s infinite linear;
}
#map .toExpand.hotspot-hover .outside-circle {
  position: relative;
  width: 218px;
  height: 218px;
  background-color: rgba(212, 156, 69, 0.05);
  border: solid 1px rgba(212, 156, 69, 0.1);
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  -ms-border-radius: 110px;
  border-radius: 110px;
}
#map .toExpand.hotspot-hover .middle-circle {
  position: relative;
  width: 148px;
  height: 148px;
  background-color: #000000;
  border: solid 4px #d49d45;
  -webkit-border-radius: 78px;
  -moz-border-radius: 78px;
  -ms-border-radius: 78px;
  border-radius: 78px;
  margin: 31px;
}
#map .toExpand.hotspot-hover .inner-circle {
  position: relative;
  width: 140px;
  height: 140px;
  background-color: #666666;
  border: solid 1px #d49d45;
  -webkit-border-radius: 71px;
  -moz-border-radius: 71px;
  -ms-border-radius: 71px;
  border-radius: 71px;
  margin: 3px;
  overflow: hidden;
}
#map .toExpand.hotspot-hover .inner-circle .inner-bg {
  opacity: 1;
}
#map .toExpand.hotspot-hover .inner-circle .inner-bg .asset {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -5px;
  opacity: 0;
}
#map .hotspots {
  color: #000;
  position: absolute;
  cursor: pointer;
}
#map .hotspots.hotspostMissionOne {
  top: 30%;
  left: 30%;
}
#map .hotspots.hotspotMissionTwo {
  bottom: 30%;
  right: 30%;
}
#map .hotspots.hotspotVideo {
  top: 20%;
  right: 20px;
}
#map .mission-hotspot-title {
  position: absolute;
  left: 135px;
  top: 82px;
  padding: 0 20px;
  color: #d39b45;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 22px;
}
#map .mission-hotspot-title strong {
  position: relative;
  display: block;
  white-space: nowrap;
}
#map #mapBgVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#map .bg {
  position: absolute;
  height: 100%;
}
#map .bg.stripes {
  top: 0;
  left: 0;
  width: 100%;
  background: url("back.jpg") left top repeat;
}
#map #bgAnimationContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#map #bgAnimationContainer.blurred {
  z-index: 25;
}
#map #bgAnimationContainer.blurred canvas {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: url("svg/blur.svg#blur");
}
#map #bgAnimationContainer.zoomed {
  z-index: 25;
}
#map .mapHotspot {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 20;
}
#map .mapHotspot.h-1 {
  left: 20%;
  bottom: 20%;
}
#map .mapHotspot.h-2 {
  left: 46%;
  bottom: 48%;
}
#map .mapHotspot.h-3 {
  right: 20%;
  bottom: 30%;
}
#map .mapHotspot.h-4 {
  left: 50%;
  top: 10%;
}
#map .mapHotspot.h-5 {
  right: 30%;
  top: 13%;
}
#map .mapHotspot.h-6 {
  left: 58%;
  top: 30%;
}
#map .mapHotspot .innerHotspot {
  background: #000000;
  border: solid 1px #5f4926;
  width: 40px;
  height: 40px;
  margin: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
transition:background 1s ease,
              color 1s ease,
              width 1s ease,
              border-radius 1s ease,
              transform 0.5s ease,
              border 1s;
}


#map .mapHotspot .innerHotspot:hover {
background: #d39b45;
width:45px;
height:45px;
transform:rotate(400deg);
border:2px solid black;

}

#map .mapHotspot .hoverOuterHotspot {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  background: #000000;
  border: solid 1px #5f4926;
  display: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#map .mapHotspot .hoverOuterHotspot .hoverHotspot {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: 4px;
  background: #d39b45;
  border: solid 1px #5f4926;
}
#map .mapHotspot.videoTrailerIco {
  position: absolute;
  width: 85px;
  height: 85px;
  left: 40%;
  top: 33%;
  /*
  background: #000000;
  border: solid 1px $ico-border;
  */
  z-index: 20;
}
#map .mapHotspot.videoTrailerIco .innerHotspot {
  background: #000000;
  border-radius: 100%;
  border: solid 1px #5f4926;
  width: 65px;
  height: 65px;
  margin: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#map .mapHotspot.videoTrailerIco .innerHotspot:hover {
 background: #d39b45;
 width: 70px;
 height: 70px;
 border: 2px black;
 transform:rotate(360deg);
 }


#map .mapHotspot.videoTrailerIco .hoverOuterHotspot {
  position: absolute;
  width: 85px;
  height: 85px;
  left: 0;
  top: 0;
  background: #000000;
  border: solid 1px #5f4926;
  display: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#map .mapHotspot.videoTrailerIco .hoverOuterHotspot .hoverHotspot {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  margin: 9px;
  background: #d39b45;
  border: solid 1px #5f4926;
}
#map .mapHotspot .mapHotspoTitle {
  left: 100%;
  text-transform: uppercase;
  font-family: 'ProximaNova-Light';
  font-size: 16px;
  color: #d39b45;
  padding: 0px 0 0 25px;
}
#map .mapHotspot .mapHotspoTitle .hidden-title {
  display: none;
}
#map .mapHotspot .mapHotspoTitle .wallpaper-title {
  display: inline-block;
}
#map .mapHotspot .mapHotspoTitle.trailer {
  font-size: 18px;
}
#map .mapHotspot .mapHotspoTitle.locked .hidden-title {
  display: inline-block;
}
#map .mapHotspot .mapHotspoTitle.locked .wallpaper-title {
  display: none;
}
#map .mapHotspot .asset {
  position: absolute;
  left: 50%;
  top: 50%;
}
#map .mapHotspot .asset.icon-thumb, #map .mapHotspot .asset.icon-thumb-hover {
  margin-top: -12px;
  margin-left: -11px;
}
#map .mapHotspot .asset.icon-trailer, #map .mapHotspot .asset.icon-trailer-hover {
  margin-top: -30px;
  margin-left: -30px;
}
#map .mapHotspot .on {
  display: none;
}
#map .mapHotspot:hover {
  /*
  .innerHotspot{
    background: $prime-color;
  }
  .off{
    display: none;
  }
  .on{
    display: block;
  } */
}

#identity {
  padding: 0;
}
#identity .canvas-loader .loader-logo {
  position: absolute;
  top: 14px;
  left: 14px;
}

#code {
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: #0a0803;
  /*background: url('../img/backgrounds/main-background.jpg') center center no-repeat;*/
  /*background-size: cover;*/
}
#code .columns {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#code h5 {
  text-align: center;
}
#code h2 {
  text-align: center;
}
#code .logo-small {
  margin: 0 auto 20px auto;
}
#code .columns {
  height: 100%;
}
#code .columns .col {
  height: 100%;
}
#code .bg {
  position: absolute;
  width: 50%;
  height: 100%;
}
#code .bg.left {
  left: 0;
  background: url("../img/backgrounds/code-background-left.jpg") center center no-repeat;
  background-size: 100%;
}
#code .bg.right {
  right: 0;
  background: url("../img/backgrounds/code-background-right.jpg") center center no-repeat;
  background-size: 100%;
}
#code .bg.stripes {
  top: 0;
  left: 0;
  width: 100%;
  background: url("../data/missions/common/bg-cross.png") left top repeat;
  opacity: 0.5;
}
#code .info {
  position: relative;
}
#code .info h2 {
  text-align: center;
  font-size: 80px;
  font-family: 'ProximaNova-Xbold';
  line-height: 62px;
}
#code .info h5 {
  text-align: center;
  font-family: 'ProximaNova-Light';
  font-size: 34px;
}
#code .right .wrapper {
  opacity: 0;
  left: 45%;
  width: 600px;
  text-transform: uppercase;
  text-align: center;
}
#code .right .wrapper .secondEl {
  margin: 0 auto;
  float: none;
}
#code .right .wrapper .secondEl .step.first {
  position: relative;
  margin-top: 85px;
  font-family: "ProximaNova-Bold";
  height: 227px;
  font-size: 22px;
}
#code .right .wrapper .secondEl .step.first .mobile-code-url {
  position: relative;
  display: inline-block;
  background: #d39b45;
  color: #000000;
  font-size: 17px;
  padding: 10px 30px;
  margin-top: 7px;
}
#code .right .wrapper .secondEl .step.first .text-box {
  width: 100%;
}
#code .right .wrapper .secondEl .step.alternative {
  margin-top: 80px;
  font-family: "ProximaNova-Bold";
  font-size: 22px;
}
#code .right .wrapper .secondEl .btn {
  margin-top: 10px;
  width: 272px;
}

@media only screen and (max-height: 900px) {
  #code .right .info h2 {
    font-size: 56px;
    line-height: 42px;
  }
  #code .right .info h5 {
    font-size: 24px;
  }
  #code .right .wrapper .secondEl .step.first {
    margin-top: 30px;
    font-size: 18px;
  }
  #code .right .wrapper .secondEl .step.first .mobile-code-url {
    font-size: 16px;
  }
  #code .right .wrapper .secondEl .step.first .asset.code-phone.box-centered, #code .right .wrapper .secondEl .step.first .asset.code-phone.verticalyCentered, #code .right .wrapper .secondEl .step.first #popup .asset.code-phone.explore, #popup #code .right .wrapper .secondEl .step.first .asset.code-phone.explore, #code .right .wrapper .secondEl .step.first #identity .asset.code-phone.canvas-loader, #identity #code .right .wrapper .secondEl .step.first .asset.code-phone.canvas-loader {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  #code .right .wrapper .secondEl .step.alternative {
    margin-top: 25px;
    font-size: 18px;
  }
  #code .right .wrapper .secondEl .btn {
    width: 230px;
  }
}
#missionContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}

.shareIcon {
  position: relative;
  width: 59px;
  height: 59px;
  background-color: #d39b45;
  margin-right: 6px;
}
.shareIcon .asset {
  position: absolute;
  top: 50%;
  left: 50%;
  
}
.shareIcon .asset.hover {
  visibility: hidden;
  opacity: 0;
}
.shareIcon .asset.fb {
  margin-left: -5px;
  margin-top: -9px;
  
}
.shareIcon .asset.twitter {
  margin-left: -9px;
  margin-top: -7px;
}
.shareIcon .asset.google {
  margin-left: -9px;
  margin-top: -7px;
}
.shareIcon .asset.share {
  margin-left: -12px;
  margin-top: -12px;
   background: url(http://coreshots.co/assets/img/facebook-black.png);
}
.shareIcon .asset.on {
  margin-left: -10px;
  margin-top: -9px;
}
.shareIcon .asset.off {
  margin-left: -10px;
  margin-top: -9px;
}
.shareIcon .asset.share-close {
  margin-left: -6px;
  margin-top: -6px;
}
.shareIcon:hover {
  cursor: pointer;
  background-color: black;
}
.shareIcon:hover .asset {
  visibility: hidden;
  opacity: 0;
}
.shareIcon:hover .asset.hover {
  visibility: visible;
  opacity: 1;
}

.muteBtnContainer {
  margin-left: -65px;
}

.share-btns-container {
  top: 40px;
}

.shereBtnContainer {
  position: relative;
  padding-bottom: 15px;
}
.shereBtnContainer .share-menu {
  overflow: hidden;
  position: absolute;
  top: 65px;
}
.shereBtnContainer .share-menu div {
  margin-bottom: 6px;
}
.shereBtnContainer .share-menu.closed {
  display: none;
}

#landing {
  width: 100%;
  height: 100%;
  background: url("../img/backgrounds/bg-landing.jpg") center center no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.shareBtnsContainer {
  position: absolute;
  top: 45px;
  right: 45px;
}

.middleContainer {
  width: 767px;
  margin-top: 60px;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  .middleContainer {
    width: 540px;
  }
}
.middleContainer .mainTitle {
  position: relative;
  color: #d39b45;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 100px;
  margin-top: -30px;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  .middleContainer .mainTitle {
    padding-bottom: 60px;
  }
}
.middleContainer .mainTitle strong {
  font-family: 'ProximaNova-Light';
  font-size: 60px;
  font-weight: normal;
  line-height: 42px;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  .middleContainer .mainTitle strong {
    font-size: 42px;
    line-height: 28px;
  }
}
.middleContainer .mainTitle h1 {
  font-family: 'ProximaNova-Xbold';
  font-size: 128px;
  line-height: 106px;
  margin: 0;
  padding: 0;
  -webkit-transform: scale(1, 0.9);
  -moz-transform: scale(1, 0.9);
  -ms-transform: scale(1, 0.9);
  -o-transform: scale(1, 0.9);
  transform: scale(1, 0.9);
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  .middleContainer .mainTitle h1 {
    font-size: 82px;
    line-height: 68px;
  }
}
.middleContainer .mainTitle span {
  font-family: 'ProximaNova-Light';
  font-size: 20px;
  padding-top: 8px;
  display: inline-block;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  .middleContainer .mainTitle span {
    font-size: 16px;
  }
}
.middleContainer .btnsContainer {
  position: relative;
}
.middleContainer .btnsContainer .btn {
  border-width: 2px;
  width: 351px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1366px), screen and (max-height: 800px) {
  .middleContainer .btnsContainer .btn {
    width: 250px;
  }
}
.middleContainer .btnsContainer .btn.left {
  margin: 0 auto;
  float: none;
  display: block;
}
.middleContainer .btnsContainer .btn.right {
  float: right;
}

.muteBtn .asset.off {
  display: none;
}
.muteBtn.muted .asset.on {
  display: none;
}
.muteBtn.muted .asset.off {
  display: block;
}
.muteBtn:hover {
  cursor: pointer;
}




.asset.icon-fb {
  background: url('icon.png');
  height: 17px;
  width: 9px;
  background-position: 0 -3015px;
}
.asset.icon-fb-hover {
  background: url('icon.png');
  height: 17px;
  width: 9px;
  background-position: 0 -2982px;
}

.asset.icon-twitter {
  background: url('icon.png');
  height: 14px;
  width: 17px;
  background-position: 0 -2966px;
}
.asset.icon-twitter-hover {
  background: url('icon.png');
  height: 14px;
  width: 17px;
  background-position: 0 -2931px;
}

.asset.icon-google {
  background: url('icon.png');
  height: 17px;
  width: 17px;
  background-position: 0 -2893px;
}



.asset.icon-google-hover {
  background: url('icon.png');
  height: 17px;
  width: 17px;
  background-position: 0 -2855px;
}


#message {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 25%;}

