/*

Custom grids go here

*/
/*

You can add a grid with the following properties :

-min : min-width
-max : min-width (use -1 for infinite)
-grid : the susy grid to use
-cols : the grid column count
-name : the name of the grid

*/
/*

Set width with the number of column passed as argument

-list : a list of width values for each grid
        Example : ("tablet":4, "hd":6, ...)
-wide : indicate if the last column gutter is included

*/
/*

Set left margin with the number of column passed as argument

-list : a list of margin values for each grid
        Example : ("tablet":4, "hd":6, ...)
-wide : indicate if the last column gutter is included

*/
/*

Set the element as container for each defined grid

*/
@font-face {
  font-family: 'DINMedium';
  src: url("../fonts/DINMedium.eot");
  font-weight: normal;
  font-style: normal;
}
/* line 10, ../sass/seriousgame.scss */
.loading-message {
  background-image: url("../images/ajax-loader.gif");
  /*background-image: url('../../assets/images/loader.svg');*/
  background-size: 30px;
  background-position: 50% 5px;
  background-repeat: no-repeat;
  padding-top: 50px;
  text-align: center;
  font-size: 15px;
  position: absolute;
  top: 50px;
  width: 100%;
}

@keyframes spin-anim {
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
/* line 40, ../sass/seriousgame.scss */
.intro-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 49, ../sass/seriousgame.scss */
.module-logo {
  z-index: 2;
  height: 15%;
  position: fixed;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  padding: 10px;
  background-origin: content-box;
  bottom: 0;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 49, ../sass/seriousgame.scss */
  .module-logo {
    width: 14%;
    float: left;
    margin-right: 2.85714%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 49, ../sass/seriousgame.scss */
  .module-logo {
    width: 15%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 49, ../sass/seriousgame.scss */
  .module-logo {
    width: 15%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 49, ../sass/seriousgame.scss */
  .module-logo {
    width: 15%;
    float: left;
    margin-right: 1.40845%;
  }
}

/* line 62, ../sass/seriousgame.scss */
.engine-loading {
  z-index: 10;
  font-size: 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  color: white;
}
/* line 70, ../sass/seriousgame.scss */
.engine-loading .spinner {
  position: fixed;
  width: 120px;
  height: 120px;
  animation-name: spin-anim;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
}
/* line 84, ../sass/seriousgame.scss */
.engine-loading .text {
  font-family: DINPro-Bold;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
/* line 95, ../sass/seriousgame.scss */
.engine-loading .module-name {
  font-family: DINPro-Bold;
  position: fixed;
  top: calc(50% + 120px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
}
/* line 107, ../sass/seriousgame.scss */
.engine-loading .logo {
  position: fixed;
  width: 250px;
  height: 20%;
  bottom: calc(50% + 100px);
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

/* line 124, ../sass/seriousgame.scss */
.engine-loading.black {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 128, ../sass/seriousgame.scss */
#gameCanvas {
  background-color: black;
  position: fixed;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 128, ../sass/seriousgame.scss */
  #gameCanvas {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 128, ../sass/seriousgame.scss */
  #gameCanvas {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 128, ../sass/seriousgame.scss */
  #gameCanvas {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 128, ../sass/seriousgame.scss */
  #gameCanvas {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 135, ../sass/seriousgame.scss */
html, body {
  height: 100%;
}

/* line 139, ../sass/seriousgame.scss */
.engine-wrap {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: black;
}

/* line 148, ../sass/seriousgame.scss */
.html-content {
  z-index: 3;
}

/* line 152, ../sass/seriousgame.scss */
.scenario-content {
  z-index: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  transition: 1s;
}

/* line 159, ../sass/seriousgame.scss */
.scenario-content.blur {
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition: 1s;
}

/* line 165, ../sass/seriousgame.scss */
ity-menu {
  position: fixed;
  width: 140px;
  z-index: 1000;
  transition-delay: 0.6s;
}

/* line 173, ../sass/seriousgame.scss */
ity-menu.big {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 183, ../sass/seriousgame.scss */
ity-notification {
  position: fixed;
}

/* line 187, ../sass/seriousgame.scss */
ity-phase {
  height: 100%;
  position: fixed;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 187, ../sass/seriousgame.scss */
  ity-phase {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 187, ../sass/seriousgame.scss */
  ity-phase {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 187, ../sass/seriousgame.scss */
  ity-phase {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 187, ../sass/seriousgame.scss */
  ity-phase {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 187, ../sass/seriousgame.scss */
  ity-phase {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  ity-phase:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 187, ../sass/seriousgame.scss */
  ity-phase {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  ity-phase:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 187, ../sass/seriousgame.scss */
  ity-phase {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  ity-phase:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: -1) and (max-width: 1367px) {
  /* line 187, ../sass/seriousgame.scss */
  ity-phase {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  ity-phase:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 194, ../sass/seriousgame.scss */
.phase-content {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 3;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 194, ../sass/seriousgame.scss */
  .phase-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .phase-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 194, ../sass/seriousgame.scss */
  .phase-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .phase-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 194, ../sass/seriousgame.scss */
  .phase-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .phase-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: -1) and (max-width: 1367px) {
  /* line 194, ../sass/seriousgame.scss */
  .phase-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .phase-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 203, ../sass/seriousgame.scss */
.scenario-wrapper {
  height: 100%;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 203, ../sass/seriousgame.scss */
  .scenario-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 203, ../sass/seriousgame.scss */
  .scenario-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 203, ../sass/seriousgame.scss */
  .scenario-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 203, ../sass/seriousgame.scss */
  .scenario-wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 203, ../sass/seriousgame.scss */
  .scenario-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .scenario-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 203, ../sass/seriousgame.scss */
  .scenario-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .scenario-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 203, ../sass/seriousgame.scss */
  .scenario-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .scenario-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: -1) and (max-width: 1367px) {
  /* line 203, ../sass/seriousgame.scss */
  .scenario-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.3.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .scenario-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 209, ../sass/seriousgame.scss */
.main-overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

/* line 220, ../sass/seriousgame.scss */
.main-overlay.visible {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
