/* line 14, ../../../../../../../Library/Ruby/Gems/1.8/gems/susy-1.0.8/sass/susy/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes show-view {
  /* line 91, ../../sass/common/_mixins.scss */
  0% {
    opacity: 0;
    display: none;
  }

  /* line 95, ../../sass/common/_mixins.scss */
  1% {
    opacity: 0;
    display: block;
  }

  /* line 99, ../../sass/common/_mixins.scss */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide-view {
  /* line 105, ../../sass/common/_mixins.scss */
  0% {
    opacity: 1;
    display: block;
  }

  /* line 109, ../../sass/common/_mixins.scss */
  99% {
    opacity: 0;
    display: block;
  }

  /* line 113, ../../sass/common/_mixins.scss */
  100% {
    display: none;
    opacity: 0;
  }
}

/* line 1, ../../sass/common/_misc.scss */
.pull-left {
  float: left;
}

/* line 5, ../../sass/common/_misc.scss */
.pull-right {
  float: right;
}

/* line 9, ../../sass/common/_misc.scss */
.break {
  clear: both;
}

/* line 13, ../../sass/common/_misc.scss */
.hr {
  border-bottom: 1px solid #b4b4b4;
  margin: 1.5em 0;
}

/* line 18, ../../sass/common/_misc.scss */
.island, .pie, .bubble-thumb {
  display: block;
  margin: 5px 0 20px 0;
}

/* line 26, ../../sass/common/_misc.scss */
.force-wrap strong:before {
  content: "";
  display: block;
}
@media (max-width: 660px) {
  /* line 26, ../../sass/common/_misc.scss */
  .force-wrap strong:before {
    display: none;
  }
}

/* line 36, ../../sass/common/_misc.scss */
.contrast {
  color: #000000;
}
/* line 39, ../../sass/common/_misc.scss */
.dark .contrast {
  color: #ffffff;
}

/* line 44, ../../sass/common/_misc.scss */
.positive {
  color: #08a900 !important;
}

/* line 48, ../../sass/common/_misc.scss */
.neutral {
  color: #f2c500 !important;
}

/* line 52, ../../sass/common/_misc.scss */
.shadowed, .map {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 2, ../../sass/common/_media.scss */
.media, .media .body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
/* line 8, ../../sass/common/_media.scss */
.media .img {
  float: left;
  margin-right: 1em;
}
/* line 12, ../../sass/common/_media.scss */
.media .img img {
  display: block;
}
/* line 17, ../../sass/common/_media.scss */
.media .imgExt {
  float: right;
  margin-left: 1em;
}

/* line 1, ../../sass/content/_typography.scss */
body {
  font-size: 20px;
  font-weight: 100;
  font-family: "effra", "Helvetica", "Arial", sans-serif;
}

/* line 7, ../../sass/content/_typography.scss */
* {
  line-height: 100%;
}

/* line 11, ../../sass/content/_typography.scss */
p {
  line-height: 120%;
  margin: 0 0 1em 0;
  color: #373737;
}
/* line 16, ../../sass/content/_typography.scss */
.dark p {
  color: #cccccc;
}

/* line 21, ../../sass/content/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  line-height: 105%;
  margin: 2px 0 .5em 0;
}

/* line 27, ../../sass/content/_typography.scss */
strong {
  font-weight: normal;
}

/* line 31, ../../sass/content/_typography.scss */
h1 {
  font-size: 2.8em;
}
@media (max-width: 980px) {
  /* line 31, ../../sass/content/_typography.scss */
  h1 {
    font-size: 2.4em;
  }
}
@media (max-width: 660px) {
  /* line 31, ../../sass/content/_typography.scss */
  h1 {
    font-size: 1.6em;
  }
}

/* line 43, ../../sass/content/_typography.scss */
h2 {
  font-size: 2.3em;
}
@media (max-width: 980px) {
  /* line 43, ../../sass/content/_typography.scss */
  h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 660px) {
  /* line 43, ../../sass/content/_typography.scss */
  h2 {
    font-size: 1.1em;
  }
}

/* line 55, ../../sass/content/_typography.scss */
h3 {
  font-size: 1.5em;
}
@media (max-width: 980px) {
  /* line 55, ../../sass/content/_typography.scss */
  h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 660px) {
  /* line 55, ../../sass/content/_typography.scss */
  h3 {
    font-size: 1em;
  }
}

/* line 67, ../../sass/content/_typography.scss */
h4 {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: .5em;
}

/* line 73, ../../sass/content/_typography.scss */
h5 {
  font-size: 0.8em;
}

/* line 77, ../../sass/content/_typography.scss */
h6 {
  font-size: 0.7em;
}

/* line 81, ../../sass/content/_typography.scss */
blockquote {
  margin: 0 0 1.5em 0;
  padding: 0;
  font-size: 1em;
}
/* line 86, ../../sass/content/_typography.scss */
blockquote p {
  margin: 0 0 .3em 0;
}

/* line 91, ../../sass/content/_typography.scss */
cite {
  font-weight: normal;
  font-style: normal;
}

/* line 96, ../../sass/content/_typography.scss */
.brand {
  color: #13b2f4;
}

/* line 100, ../../sass/content/_typography.scss */
.abstract p {
  font-size: 1.4em;
}
@media (max-width: 660px) {
  /* line 100, ../../sass/content/_typography.scss */
  .abstract p {
    font-size: 1.2em;
  }
}

/* line 10, ../../sass/content/_buttons.scss */
button, .button {
  height: 2.2em;
  border: none;
  border-radius: 1.1em;
  font-weight: normal;
  padding: .6em 1em;
  text-transform: uppercase;
  font-size: .9em;
  color: #ffffff;
  display: inline-block;
  background: #13b2f4;
}
/* line 4, ../../sass/content/_buttons.scss */
button:hover, .button:hover {
  background: #2bbaf5;
  color: #ffffff;
}
/* line 23, ../../sass/content/_buttons.scss */
button.primary, .primary.button {
  background: #08a900;
}
/* line 4, ../../sass/content/_buttons.scss */
button.primary:hover, .primary.button:hover {
  background: #09c300;
  color: #ffffff;
}
/* line 27, ../../sass/content/_buttons.scss */
button.tertiary, .tertiary.button {
  background: #494a4c;
}
/* line 4, ../../sass/content/_buttons.scss */
button.tertiary:hover, .tertiary.button:hover {
  background: #555759;
  color: #ffffff;
}
/* line 31, ../../sass/content/_buttons.scss */
button:active, .button:active {
  background: #000000;
}

/* line 36, ../../sass/content/_buttons.scss */
a, button, .button {
  -webkit-transition: 0.15s color ease-out;
  -moz-transition: 0.15s color ease-out;
  -o-transition: 0.15s color ease-out;
  transition: 0.15s color ease-out;
}

/* line 40, ../../sass/content/_buttons.scss */
a {
  color: #13b2f4;
  text-decoration: none;
  cursor: pointer;
}
/* line 45, ../../sass/content/_buttons.scss */
a:hover {
  color: #0992cb;
}

/* line 7, ../../sass/content/_lists.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 18, ../../sass/content/_lists.scss */
.static-list, .definition-list, .hotspot-list, .team-list, .contact-info {
  list-style: none;
}

@media (max-width: 980px) {
  /* line 22, ../../sass/content/_lists.scss */
  .definition-list, .hotspot-list {
    overflow: hidden;
    background: url("images/textures/columns.png") -1px 0;
    margin-bottom: -25px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
  }
  /* line 41, ../../sass/common/_mixins.scss */
  .dark .definition-list, .dark .hotspot-list {
    background-image: url("images/textures/columns-dark.png");
  }
  /* line 45, ../../sass/common/_mixins.scss */
  .definition-list article, .hotspot-list article {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* line 32, ../../sass/common/_mixins.scss */
  .dark .definition-list article, .dark .hotspot-list article {
    border-bottom-color: #666666;
  }
  /* line 49, ../../sass/common/_mixins.scss */
  .definition-list > * > article:last-child, .hotspot-list > * > article:last-child {
    border-bottom: none;
  }
  /* line 32, ../../sass/content/_lists.scss */
  .definition-list > *, .hotspot-list > * {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px;
    float: left;
  }
}
@media (max-width: 660px) {
  /* line 22, ../../sass/content/_lists.scss */
  .definition-list, .hotspot-list {
    background: none;
  }
}
/* line 45, ../../sass/content/_lists.scss */
.definition-list > *, .hotspot-list > * {
  margin-bottom: 1.5em !important;
}
/* line 48, ../../sass/content/_lists.scss */
.dark .definition-list > *, .dark .hotspot-list > * {
  color: #cccccc;
}
@media (max-width: 660px) {
  /* line 45, ../../sass/content/_lists.scss */
  .definition-list > *, .hotspot-list > * {
    border-bottom: 1px solid #c4c4c4;
  }
  /* line 55, ../../sass/content/_lists.scss */
  .definition-list > *:last-child, .hotspot-list > *:last-child {
    border-bottom: none;
  }
}
/* line 61, ../../sass/content/_lists.scss */
.definition-list h3, .hotspot-list h3 {
  font-size: 1.2em;
  font-weight: lighter;
}
/* line 65, ../../sass/content/_lists.scss */
.dark .definition-list h3, .dark .hotspot-list h3 {
  color: #ffffff;
}

/* line 71, ../../sass/content/_lists.scss */
.hotspot-list {
  position: relative;
  font-size: 0.8em;
  color: #676767;
}
/* line 77, ../../sass/content/_lists.scss */
.hotspot-list > * {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 84, ../../sass/content/_lists.scss */
.hotspot-list > * h3 {
  white-space: nowrap;
}
/* line 87, ../../sass/content/_lists.scss */
.hotspot-list > * h3:before, .hotspot-list > * h3:after {
  content: "";
  display: inline-block;
  margin: 0 0.2em;
  width: 1em;
  height: 0.1em;
  background: #999999;
  vertical-align: 25%;
}
/* line 98, ../../sass/content/_lists.scss */
.hotspot-list > * p {
  font-size: 0.85em;
}
@media (min-width: 980px) {
  /* line 77, ../../sass/content/_lists.scss */
  .hotspot-list > * {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 111, ../../sass/content/_lists.scss */
.horizontal-list, .icon-list {
  white-space: nowrap;
}
/* line 114, ../../sass/content/_lists.scss */
.horizontal-list > *, .icon-list > * {
  display: inline-block;
  white-space: normal;
  margin-right: 10px;
}

/* line 121, ../../sass/content/_lists.scss */
.icon-list {
  height: 60px;
}
/* line 125, ../../sass/content/_lists.scss */
.icon-list > * {
  background: url("images/icons/plain-dark.svg");
  background-size: contain;
  margin: 0;
  padding: 0;
}
/* line 131, ../../sass/content/_lists.scss */
.icon-list > *, .icon-list > * a {
  width: 35px;
  height: 35px;
  font-size: 18px !important;
  text-align: center;
}
/* line 138, ../../sass/content/_lists.scss */
.icon-list > * a {
  display: block;
  padding: 8px 5px;
  overflow: hidden;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  color: #ffffff;
  line-height: 1em !important;
}
/* line 146, ../../sass/content/_lists.scss */
.icon-list > * a:hover {
  opacity: .75;
}

/* line 1, ../../sass/content/_datavis.scss */
.info-callout, .title-callout {
  color: #7e7e7e;
  display: block;
  font-size: 4.2em;
  font-weight: normal;
  margin-top: -0.1em;
}
/* line 8, ../../sass/content/_datavis.scss */
.dark .info-callout, .dark .title-callout {
  color: #13b2f4;
}
@media (max-width: 660px) {
  /* line 1, ../../sass/content/_datavis.scss */
  .info-callout, .title-callout {
    font-size: 2.8em;
  }
}
/* line 16, ../../sass/content/_datavis.scss */
.info-callout small, .title-callout small {
  font-size: 20px;
}

/* line 21, ../../sass/content/_datavis.scss */
.title-callout {
  font-size: 3.2em;
}
@media (max-width: 660px) {
  /* line 21, ../../sass/content/_datavis.scss */
  .title-callout {
    font-size: 2.4em;
  }
}

/* line 30, ../../sass/content/_datavis.scss */
.pie {
  position: relative;
  height: 172px;
  text-align: center;
}
/* line 36, ../../sass/content/_datavis.scss */
.pie > img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -86px;
  width: 172px;
  height: 172px;
}
/* line 43, ../../sass/content/_datavis.scss */
.pie > h5 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.6em;
  font-size: 40px;
  font-weight: normal;
  color: #13b2f4;
}

/* line 8, ../../sass/content/_icons.scss */
.icon-question, .icon-q, .icon-attributes, .icon-football, .icon-connections, .icon-search {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 2.6em;
  height: 2em;
}

/* line 2, ../../sass/content/_icons.scss */
.icon-question {
  background-image: url("images/icons/question.svg");
}

/* line 2, ../../sass/content/_icons.scss */
.icon-q {
  background-image: url("images/icons/q.svg");
}

/* line 2, ../../sass/content/_icons.scss */
.icon-attributes {
  background-image: url("images/icons/attributes.svg");
}

/* line 2, ../../sass/content/_icons.scss */
.icon-football {
  background-image: url("images/icons/football.svg");
}

/* line 2, ../../sass/content/_icons.scss */
.icon-connections {
  background-image: url("images/icons/connections.svg");
}

/* line 2, ../../sass/content/_icons.scss */
.icon-search {
  background-image: url("images/icons/search.svg");
}

/* line 25, ../../sass/content/_icons.scss */
.icon-findus:before {
  background: url("images/icons/map.png") no-repeat;
  background-size: 100% 100%;
  width: 36px !important;
  height: 42px;
  display: block;
  content: "";
  vertical-align: -40%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 38, ../../sass/content/_icons.scss */
.icon-q1 {
  background: url("images/vis/3q-q1.svg") no-repeat;
  background-size: 100% 100%;
  width: 40px !important;
  height: 40px;
  display: inline-block;
  content: "";
  vertical-align: -55%;
  margin-left: 0 !important;
  margin-right: .2em;
}

/* line 38, ../../sass/content/_icons.scss */
.icon-q2 {
  background: url("images/vis/3q-q2.svg") no-repeat;
  background-size: 100% 100%;
  width: 40px !important;
  height: 40px;
  display: inline-block;
  content: "";
  vertical-align: -55%;
  margin-left: 0 !important;
  margin-right: .2em;
}

/* line 38, ../../sass/content/_icons.scss */
.icon-q3 {
  background: url("images/vis/3q-q3.svg") no-repeat;
  background-size: 100% 100%;
  width: 40px !important;
  height: 40px;
  display: inline-block;
  content: "";
  vertical-align: -55%;
  margin-left: 0 !important;
  margin-right: .2em;
}

/* line 55, ../../sass/content/_icons.scss */
.loading {
  float: right;
  display: block;
  margin: .2em 0;
  width: 1em;
  height: 1em;
  background: url("images/icons/spinner.svg") no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotate .7s infinite linear;
  -moz-animation: rotate .7s infinite linear;
  -ms-animation: rotate .7s infinite linear;
  animation: rotate .7s infinite linear;
}

@-webkit-keyframes rotate {
  /* line 70, ../../sass/content/_icons.scss */
  0% {
    -webkit-transform: rotate(0);
  }

  /* line 71, ../../sass/content/_icons.scss */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 74, ../../sass/content/_icons.scss */
  0% {
    -moz-transform: rotate(0);
  }

  /* line 75, ../../sass/content/_icons.scss */
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  /* line 78, ../../sass/content/_icons.scss */
  0% {
    -ms-transform: rotate(0);
  }

  /* line 79, ../../sass/content/_icons.scss */
  100% {
    -ms-transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 82, ../../sass/content/_icons.scss */
  0% {
    transform: rotate(0);
  }

  /* line 83, ../../sass/content/_icons.scss */
  100% {
    transform: rotate(360deg);
  }
}

/* line 7, ../../sass/content/_content.scss */
.section-heading {
  background-color: #ffffff;
  padding: 30px 0;
  margin: 0 0 0.5em 0;
}
/* line 12, ../../sass/content/_content.scss */
.section-heading.transparent, .dark .section-heading {
  background-color: transparent;
}
/* line 16, ../../sass/content/_content.scss */
.section-heading h2 {
  margin: 0;
  padding: 0 0 .1em 0;
}
/* line 21, ../../sass/content/_content.scss */
.section-heading h2 .title {
  margin-left: 2.6em;
  display: block;
}
/* line 27, ../../sass/content/_content.scss */
.section-heading p {
  margin: 0;
}

/* line 32, ../../sass/content/_content.scss */
section {
  padding: 0 0 60px 0;
}
@media (max-width: 660px) {
  /* line 32, ../../sass/content/_content.scss */
  section {
    padding-bottom: 10px;
  }
}
/* line 39, ../../sass/content/_content.scss */
section > :last-child {
  padding-bottom: 40px;
}

/* line 44, ../../sass/content/_content.scss */
.simple-section, .contacts {
  padding-top: 1.8em;
}
/* line 47, ../../sass/content/_content.scss */
.simple-section h2, .contacts h2 {
  margin-bottom: 1em;
}
/* line 51, ../../sass/content/_content.scss */
.simple-section h3, .contacts h3 {
  margin-bottom: 1em;
}

/* line 64, ../../sass/content/_content.scss */
.arrow, .inset-arrow {
  position: relative;
}
/* line 67, ../../sass/content/_content.scss */
.arrow:after, .inset-arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  margin: 8px 0 0 -16px;
  border-top-color: #ffffff;
  -webkit-transform: scaleY(1.5);
  -moz-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  -o-transform: scaleY(1.5);
  transform: scaleY(1.5);
}

/* line 79, ../../sass/content/_content.scss */
.arrow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin: 0 0 70px 0;
}
/* line 84, ../../sass/content/_content.scss */
.arrow:after {
  top: 100%;
  -webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.15));
}

/* line 93, ../../sass/content/_content.scss */
.inset-arrow:after {
  top: 0;
  border-top-color: #f5f5f5;
}

/* line 105, ../../sass/content/_content.scss */
.product-focus, .product-visualise, .product-search {
  margin: 0;
  padding: 0;
}
/* line 109, ../../sass/content/_content.scss */
.product-focus article, .product-visualise article, .product-search article {
  padding-bottom: 40px;
}
/* line 113, ../../sass/content/_content.scss */
.product-focus + .inset-arrow:after, .product-visualise + .inset-arrow:after, .product-search + .inset-arrow:after {
  border-top-color: #e7e7e7;
}

/* line 8, ../../sass/content/_video.scss */
.video-player {
  -webkit-animation: hide-view 0.25s ease-in-out;
  -moz-animation: hide-view 0.25s ease-in-out;
  -ms-animation: hide-view 0.25s ease-in-out;
  animation: hide-view 0.25s ease-in-out;
  display: none;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  background: #000000;
  z-index: 15;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  margin-left: -480px;
  margin-top: -270px;
  width: 960px;
  height: 540px;
}
@media (max-width: 980px) {
  /* line 8, ../../sass/content/_video.scss */
  .video-player {
    margin-left: -320px;
    margin-top: -180px;
    width: 640px;
    height: 360px;
  }
}
@media (max-width: 660px) {
  /* line 8, ../../sass/content/_video.scss */
  .video-player {
    margin-left: -160px;
    margin-top: -90px;
    width: 320px;
    height: 180px;
  }
}
/* line 26, ../../sass/content/_video.scss */
.video-player video {
  display: none;
}
/* line 30, ../../sass/content/_video.scss */
.video-player.video-open {
  -webkit-animation: show-view 0.25s ease-in-out;
  -moz-animation: show-view 0.25s ease-in-out;
  -ms-animation: show-view 0.25s ease-in-out;
  animation: show-view 0.25s ease-in-out;
  opacity: 1;
  display: block;
}
/* line 33, ../../sass/content/_video.scss */
.video-player.video-open video {
  display: block;
}
/* line 38, ../../sass/content/_video.scss */
.video-player * {
  box-sizing: content-box;
}

/* line 4, ../../sass/content/product/_focus.scss */
.product-focus article {
  background: url("images/product/focus.jpg") no-repeat 50% 50%, url("images/textures/noise.png") repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background: url("images/product/focus.jpg") no-repeat 50% 50%, url("images/textures/noise.png") repeat, -webkit-linear-gradient(#ffffff, #f0f0f0);
  background: url("images/product/focus.jpg") no-repeat 50% 50%, url("images/textures/noise.png") repeat, -moz-linear-gradient(#ffffff, #f0f0f0);
  background: url("images/product/focus.jpg") no-repeat 50% 50%, url("images/textures/noise.png") repeat, -o-linear-gradient(#ffffff, #f0f0f0);
  background: url("images/product/focus.jpg") no-repeat 50% 50%, url("images/textures/noise.png") repeat, linear-gradient(#ffffff, #f0f0f0);
  background-size: 1260px 1020px, auto, auto;
  height: 1020px;
  margin-top: -70px;
}
@media (max-width: 980px) {
  /* line 4, ../../sass/content/product/_focus.scss */
  .product-focus article {
    background-position: 50% -90px, 0, 0;
    background-size: 882px 714px, auto, auto;
    height: auto;
    padding-top: 554px;
  }
}
@media (max-width: 660px) {
  /* line 4, ../../sass/content/product/_focus.scss */
  .product-focus article {
    background-position: 50% -10px, 0, 0;
    background-size: 441px 357px, auto, auto;
    height: auto;
    padding-top: 327px;
  }
}
@media (min-width: 980px) {
  /* line 30, ../../sass/content/product/_focus.scss */
  .product-focus .hotspot-list {
    background: url("images/product/focus-hotspots.png") no-repeat;
    background-size: 933px 879px;
    width: 933px;
    height: 915px;
    margin-top: 70px;
  }
  /* line 37, ../../sass/content/product/_focus.scss */
  .product-focus .hotspot-list > * {
    position: absolute;
    margin-top: -10px;
  }
  /* line 41, ../../sass/content/product/_focus.scss */
  .product-focus .hotspot-list > * > h3 {
    margin-left: -10px;
  }
  /* line 45, ../../sass/content/product/_focus.scss */
  .product-focus .hotspot-list > * > p {
    width: 90%;
    margin-left: 5%;
  }
  /* line 50, ../../sass/content/product/_focus.scss */
  .product-focus .hotspot-list > *:nth-child(1) {
    top: 0;
    left: 405px;
    width: 204px;
  }
  /* line 56, ../../sass/content/product/_focus.scss */
  .product-focus .hotspot-list > *:nth-child(2) {
    top: 138px;
    left: 12px;
    width: 194px;
  }
  /* line 62, ../../sass/content/product/_focus.scss */
  .product-focus .hotspot-list > *:nth-child(3) {
    top: 118px;
    right: 10px;
    width: 240px;
  }
  /* line 68, ../../sass/content/product/_focus.scss */
  .product-focus .hotspot-list > *:nth-child(4) {
    bottom: 40px;
    left: 10px;
    width: 210px;
  }
  /* line 74, ../../sass/content/product/_focus.scss */
  .product-focus .hotspot-list > *:nth-child(5) {
    bottom: 0;
    left: 384px;
    width: 243px;
  }
  /* line 80, ../../sass/content/product/_focus.scss */
  .product-focus .hotspot-list > *:nth-child(6) {
    bottom: 120px;
    right: 0;
    width: 270px;
  }
}

/* line 1, ../../sass/content/product/_visualise.scss */
.product-visualise {
  background: #ffffff;
}
/* line 5, ../../sass/content/product/_visualise.scss */
.product-visualise + .inset-arrow:after {
  border-top-color: #ffffff;
}
@media (min-width: 980px) {
  /* line 9, ../../sass/content/product/_visualise.scss */
  .product-visualise article {
    background: white url("images/product/visualise.jpg") no-repeat 50% 0;
    background-size: 1043px 740px;
    min-height: 740px;
    padding-top: 500px;
  }
}
/* line 18, ../../sass/content/product/_visualise.scss */
.product-visualise .hotspot-list {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media (min-width: 980px) {
  /* line 18, ../../sass/content/product/_visualise.scss */
  .product-visualise .hotspot-list {
    padding-top: 30px;
  }
}
/* line 26, ../../sass/content/product/_visualise.scss */
.product-visualise .hotspot-list p {
  min-height: 4em;
}
@media (max-width: 660px) {
  /* line 26, ../../sass/content/product/_visualise.scss */
  .product-visualise .hotspot-list p {
    min-height: auto;
  }
}
/* line 35, ../../sass/content/product/_visualise.scss */
.product-visualise .bubble-thumb {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 980px) {
  /* line 35, ../../sass/content/product/_visualise.scss */
  .product-visualise .bubble-thumb {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* line 46, ../../sass/content/product/_visualise.scss */
.bubble-thumb {
  background: url("images/icons/plain.svg") no-repeat;
  background-size: 100% 100%;
  width: 220px;
  height: 220px;
  padding: 10px;
}
/* line 54, ../../sass/content/product/_visualise.scss */
.bubble-thumb .img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

/* line 1, ../../sass/content/product/_search.scss */
.product-search {
  overflow: hidden;
}
/* line 5, ../../sass/content/product/_search.scss */
.product-search .abstract {
  width: 380px;
  margin-bottom: 1.5em;
  color: #676767;
}
@media (max-width: 980px) {
  /* line 5, ../../sass/content/product/_search.scss */
  .product-search .abstract {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 660px) {
  /* line 5, ../../sass/content/product/_search.scss */
  .product-search .abstract {
    width: auto;
  }
}
/* line 21, ../../sass/content/product/_search.scss */
.product-search .container, .product-search .section-heading h2, .section-heading .product-search h2 {
  overflow: visible;
}
/* line 25, ../../sass/content/product/_search.scss */
.product-search article {
  background: url("images/product/iphone-card.png") no-repeat 100% 50px;
  background-size: 812px 610px;
  min-height: 660px;
  position: relative;
  text-align: center;
}
@media (min-width: 980px) {
  /* line 25, ../../sass/content/product/_search.scss */
  .product-search article {
    text-align: left;
    margin-right: -70px;
  }
}
@media (max-width: 980px) {
  /* line 25, ../../sass/content/product/_search.scss */
  .product-search article {
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    padding-top: 470px;
  }
}
@media (max-width: 660px) {
  /* line 25, ../../sass/content/product/_search.scss */
  .product-search article {
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    padding-top: 245px;
  }
}
@media (min-width: 980px) {
  /* line 53, ../../sass/content/product/_search.scss */
  .product-search .hotspot-list {
    background: url("images/product/iphone-card-hotspots.png") no-repeat 235px 0;
    background-size: 580px 292px;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 62, ../../sass/content/product/_search.scss */
  .product-search .hotspot-list > * {
    position: absolute;
  }
  /* line 65, ../../sass/content/product/_search.scss */
  .product-search .hotspot-list > * > p {
    width: 90%;
    margin-left: 5%;
  }
  /* line 70, ../../sass/content/product/_search.scss */
  .product-search .hotspot-list > *:nth-child(1) {
    top: 85px;
    left: 0;
    width: 240px;
  }
  /* line 76, ../../sass/content/product/_search.scss */
  .product-search .hotspot-list > *:nth-child(2) {
    top: 240px;
    left: 0;
    width: 240px;
  }
  /* line 82, ../../sass/content/product/_search.scss */
  .product-search .hotspot-list > *:nth-child(3) {
    top: 310px;
    right: 80px;
    width: 240px;
  }
}

/* line 1, ../../sass/content/about/_team.scss */
.team-list {
  font-size: .85em;
}
/* line 5, ../../sass/content/about/_team.scss */
.team-list > * {
  margin-bottom: 1.5em;
}
@media (min-width: 980px) {
  /* line 5, ../../sass/content/about/_team.scss */
  .team-list > * {
    float: left;
    width: 46%;
    margin-right: 4%;
  }
}
/* line 15, ../../sass/content/about/_team.scss */
.team-list h5 {
  font-size: 1em;
}
/* line 19, ../../sass/content/about/_team.scss */
.team-list p {
  font-size: .9em;
}

/* line 24, ../../sass/content/about/_team.scss */
.profile-photo {
  background: url("images/team/profile-q.png") no-repeat;
  background-size: 100% 100%;
  width: 140px;
  height: 140px;
  float: left;
  padding: 8px;
}
@media (max-width: 660px) {
  /* line 24, ../../sass/content/about/_team.scss */
  .profile-photo {
    width: 100px;
    height: 100px;
    padding: 6px;
  }
}
/* line 38, ../../sass/content/about/_team.scss */
.profile-photo img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 4, ../../sass/content/about/_contact.scss */
.contacts h3 {
  margin-bottom: .2em;
}
/* line 8, ../../sass/content/about/_contact.scss */
.contacts .columns, .contacts .four-column {
  margin-bottom: 1em;
}
/* line 11, ../../sass/content/about/_contact.scss */
.contacts .columns:last-child, .contacts .four-column:last-child {
  overflow: visible;
}

/* line 17, ../../sass/content/about/_contact.scss */
.map {
  border: 1px solid #ffffff;
}

/* line 1, ../../sass/layout/_global.scss */
html, body {
  overflow: hidden;
  -webkit-overflow-scrolling: none;
}

/* line 6, ../../sass/layout/_global.scss */
body {
  margin: 0;
  background: #000000;
  color: #000000;
}

/* line 12, ../../sass/layout/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, ../../sass/layout/_global.scss */
.global {
  background: #f9f9f9 url("images/textures/noise.png");
}

/* line 20, ../../sass/layout/_global.scss */
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  -webkit-animation: hide-view 0.25s ease-in-out;
  -moz-animation: hide-view 0.25s ease-in-out;
  -ms-animation: hide-view 0.25s ease-in-out;
  animation: hide-view 0.25s ease-in-out;
  display: none;
  opacity: 0;
}
/* line 30, ../../sass/layout/_global.scss */
.modal .modal-overlay {
  -webkit-animation: show-view 0.25s ease-in-out;
  -moz-animation: show-view 0.25s ease-in-out;
  -ms-animation: show-view 0.25s ease-in-out;
  animation: show-view 0.25s ease-in-out;
  opacity: 1;
  display: block;
}

/* line 36, ../../sass/layout/_global.scss */
body .main {
  display: block;
}
/* line 39, ../../sass/layout/_global.scss */
body .login {
  display: none;
}
/* line 44, ../../sass/layout/_global.scss */
body.login-required .main {
  display: none;
}
/* line 47, ../../sass/layout/_global.scss */
body.login-required .login {
  display: block;
}

/* line 1, ../../sass/layout/_grid.scss */
.container, .section-heading h2 {
  *zoom: 1;
  width: 980px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
/* line 38, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after, .section-heading h2:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 980px) {
  /* line 1, ../../sass/layout/_grid.scss */
  .container, .section-heading h2 {
    width: 660px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after, .section-heading h2:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 660px) {
  /* line 1, ../../sass/layout/_grid.scss */
  .container, .section-heading h2 {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after, .section-heading h2:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 16, ../../sass/layout/_grid.scss */
.dark {
  background: #2e3033 url("images/textures/noise.png");
}
/* line 19, ../../sass/layout/_grid.scss */
.dark, .dark a, .dark button, .dark .button {
  color: #ffffff;
}
/* line 23, ../../sass/layout/_grid.scss */
.dark + .inset-arrow:after {
  border-top-color: #2e3033;
}

/* line 28, ../../sass/layout/_grid.scss */
.light {
  background: #ffffff;
}

/* line 32, ../../sass/layout/_grid.scss */
.columns, .four-column {
  overflow: hidden;
  *zoom: 1;
  margin: 0 -10px -1px -10px;
  overflow: hidden;
}
/* line 37, ../../sass/layout/_grid.scss */
.columns > *, .four-column > * {
  width: 300px;
  float: left;
  margin: 0 10px;
}
@media (max-width: 660px) {
  /* line 37, ../../sass/layout/_grid.scss */
  .columns > *, .four-column > * {
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
  }
  /* line 50, ../../sass/layout/_grid.scss */
  .dark .columns > *, .dark .four-column > * {
    border-bottom-color: #666666;
  }
  /* line 54, ../../sass/layout/_grid.scss */
  .columns > *:last-child, .four-column > *:last-child {
    border-bottom: none;
  }
}

/* line 61, ../../sass/layout/_grid.scss */
.left-column {
  width: 300px;
  float: left;
}

/* line 66, ../../sass/layout/_grid.scss */
.span-two {
  width: 620px;
}
@media (max-width: 660px) {
  /* line 66, ../../sass/layout/_grid.scss */
  .span-two {
    width: auto;
  }
}

/* line 74, ../../sass/layout/_grid.scss */
.skinny {
  width: 193px;
  font-size: .85em;
}
/* line 78, ../../sass/layout/_grid.scss */
.skinny .info-callout, .skinny .title-callout {
  font-size: 3.2em;
}
/* line 84, ../../sass/layout/_grid.scss */
.skinny:last-child {
  background: none !important;
  border-right: none !important;
}
@media (min-width: 980px) {
  /* line 74, ../../sass/layout/_grid.scss */
  .skinny {
    background: none !important;
    border-right: none !important;
  }
}
@media (max-width: 980px) {
  /* line 74, ../../sass/layout/_grid.scss */
  .skinny {
    width: 196px;
    padding: 0 20px 0 0 !important;
  }
  /* line 98, ../../sass/layout/_grid.scss */
  .skinny:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 660px) {
  /* line 74, ../../sass/layout/_grid.scss */
  .skinny {
    width: 100%;
    font-size: 1em;
  }
}

/* line 109, ../../sass/layout/_grid.scss */
.skinny, .masonry > * {
  padding: 0 10px;
}

@media (max-width: 980px) {
  /* line 113, ../../sass/layout/_grid.scss */
  .feature {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 32, ../../sass/common/_mixins.scss */
  .dark .feature {
    border-bottom-color: #666666;
  }
}

@media (min-width: 980px) {
  /* line 123, ../../sass/layout/_grid.scss */
  .four-column > * {
    width: 220px;
  }
}

@media (max-width: 660px) {
  /* line 130, ../../sass/layout/_grid.scss */
  .exc-small, .exc-medium {
    display: none;
  }
}

@media (max-width: 980px) {
  /* line 136, ../../sass/layout/_grid.scss */
  .exc-medium {
    display: none;
  }
}

/* line 143, ../../sass/layout/_grid.scss */
.gridlines {
  background: url("images/textures/columns.png") -1px 0;
  margin-bottom: -25px;
}
/* line 41, ../../sass/common/_mixins.scss */
.dark .gridlines {
  background-image: url("images/textures/columns-dark.png");
}
/* line 45, ../../sass/common/_mixins.scss */
.gridlines article {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 32, ../../sass/common/_mixins.scss */
.dark .gridlines article {
  border-bottom-color: #666666;
}
/* line 49, ../../sass/common/_mixins.scss */
.gridlines > * > article:last-child {
  border-bottom: none;
}
@media (max-width: 660px) {
  /* line 143, ../../sass/layout/_grid.scss */
  .gridlines {
    background: none;
  }
}

@media (min-width: 980px) {
  /* line 150, ../../sass/layout/_grid.scss */
  .skinny-gridlines {
    background: url("images/textures/columns-skinny.png") repeat-y 10px 0;
  }
  /* line 154, ../../sass/layout/_grid.scss */
  .dark .skinny-gridlines {
    background-image: url("images/textures/columns-skinny-dark.png");
  }
}

/* line 160, ../../sass/layout/_grid.scss */
.gridline, .skinny {
  background: url("images/textures/columns.png") repeat-y top right;
}
/* line 163, ../../sass/layout/_grid.scss */
.dark .gridline, .dark .skinny {
  background-image: url("images/textures/columns-dark.png");
}
@media (max-width: 660px) {
  /* line 160, ../../sass/layout/_grid.scss */
  .gridline, .skinny {
    background: none;
  }
}

/* line 7, ../../sass/layout/_menu.scss */
.global-menu,
.masthead,
.global {
  -webkit-transition: 0.3s -webkit-transform cubic-bezier(0.5, 0.07, 0.48, 0.98), 0.3s left cubic-bezier(0.5, 0.07, 0.48, 0.98), 0.3s right cubic-bezier(0.5, 0.07, 0.48, 0.98);
  -moz-transition: 0.3s -webkit-transform cubic-bezier(0.5, 0.07, 0.48, 0.98), 0.3s left cubic-bezier(0.5, 0.07, 0.48, 0.98), 0.3s right cubic-bezier(0.5, 0.07, 0.48, 0.98);
  -o-transition: 0.3s -webkit-transform cubic-bezier(0.5, 0.07, 0.48, 0.98), 0.3s left cubic-bezier(0.5, 0.07, 0.48, 0.98), 0.3s right cubic-bezier(0.5, 0.07, 0.48, 0.98);
  transition: 0.3s -webkit-transform cubic-bezier(0.5, 0.07, 0.48, 0.98), 0.3s left cubic-bezier(0.5, 0.07, 0.48, 0.98), 0.3s right cubic-bezier(0.5, 0.07, 0.48, 0.98);
}

/* line 15, ../../sass/layout/_menu.scss */
.global-menu {
  background: #0c0c0c;
  position: absolute;
  top: 0;
  height: 100%;
  right: -260px;
  width: 260px;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 32px 30px;
  font-size: .95em;
  pointer-events: none;
}
/* line 30, ../../sass/layout/_menu.scss */
.global-menu-open .global-menu {
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  -o-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
  pointer-events: auto;
}
/* line 35, ../../sass/layout/_menu.scss */
.global-menu a, .global-menu button, .global-menu .button {
  display: block;
  color: #676767;
  line-height: 1.6em;
  font-weight: normal;
}
/* line 41, ../../sass/layout/_menu.scss */
.global-menu a:hover, .global-menu a.selected, .global-menu button:hover, .global-menu .button:hover, .global-menu button.selected, .global-menu .selected.button {
  color: #ffffff;
}
/* line 46, ../../sass/layout/_menu.scss */
.global-menu ul {
  margin: -0.3em 0 40px 0;
}
/* line 50, ../../sass/layout/_menu.scss */
.global-menu ul:first-of-type a, .global-menu ul:first-of-type button, .global-menu ul:first-of-type .button {
  text-transform: uppercase;
}
/* line 56, ../../sass/layout/_menu.scss */
.global-menu .icon-close {
  background: transparent;
  border: none;
  padding: 0;
  float: right;
  margin-top: -5px;
}
/* line 63, ../../sass/layout/_menu.scss */
.global-menu .icon-list > * {
  background-image: url("images/icons/plain-darker.svg");
}

/* line 69, ../../sass/layout/_menu.scss */
.global {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 81, ../../sass/layout/_menu.scss */
.global-menu-open .global, .global-menu-open .masthead {
  -webkit-transform: translate3d(-260px, 0, 0);
  -moz-transform: translate3d(-260px, 0, 0);
  -ms-transform: translate3d(-260px, 0, 0);
  -o-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}

/* line 1, ../../sass/layout/_header.scss */
.global-header {
  background-color: #000000;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 7, ../../sass/layout/_header.scss */
.tour-page .global-header {
  background-image: url("images/hero/index.jpg");
}
/* line 11, ../../sass/layout/_header.scss */
.technology-page .global-header {
  background-image: url("images/hero/network.jpg");
}
/* line 15, ../../sass/layout/_header.scss */
.about-page .global-header {
  background-image: url("images/hero/search.jpg");
}
/* line 19, ../../sass/layout/_header.scss */
.contact-page .global-header {
  background-image: url("images/hero/profile.jpg");
}
/* line 23, ../../sass/layout/_header.scss */
.threeq-page .global-header {
  background-image: url("images/hero/network2.jpg");
}

/* line 28, ../../sass/layout/_header.scss */
.masthead {
  width: 940px;
  padding: 18px 0;
  border-bottom: 2px solid #13b2f4;
  position: fixed;
  top: 0;
  margin: auto;
  z-index: 9;
  color: #ffffff;
}
@media (max-width: 980px) {
  /* line 28, ../../sass/layout/_header.scss */
  .masthead {
    width: 620px;
  }
}
@media (max-width: 660px) {
  /* line 28, ../../sass/layout/_header.scss */
  .masthead {
    width: 300px;
  }
}
/* line 38, ../../sass/layout/_header.scss */
.masthead button, .masthead .button {
  background: transparent;
  border: none;
  padding: 0;
  height: 35px;
  color: #ffffff;
  margin-left: 1em;
}

/* line 46, ../../sass/layout/_header.scss */
.qinekt {
  background: url("images/qinekt.svg") no-repeat 0 0;
  background-size: 100% 100%;
  width: 176px;
  height: 44px;
  display: block;
}

/* line 54, ../../sass/layout/_header.scss */
.hero {
  margin-top: 75px;
  padding: 3.5em 0;
  position: relative;
}
/* line 59, ../../sass/layout/_header.scss */
.hero h1 {
  margin: 0 0 0.7em 0;
  text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 660px) {
  /* line 54, ../../sass/layout/_header.scss */
  .hero {
    padding: 2em 0;
  }
  /* line 67, ../../sass/layout/_header.scss */
  .hero button, .hero .button {
    width: 49%;
  }
  /* line 70, ../../sass/layout/_header.scss */
  .hero button img, .hero .button img {
    width: 128px;
  }
}
/* line 76, ../../sass/layout/_header.scss */
.hero button, .hero .button {
  padding: 10px;
  padding-top: .5em;
  font-weight: 100;
  height: auto;
  border-radius: 10px;
}
/* line 83, ../../sass/layout/_header.scss */
.hero button img, .hero .button img {
  margin: 0 0 6px 0;
  border-radius: 6px;
}
/* line 88, ../../sass/layout/_header.scss */
.hero button .label, .hero .button .label {
  display: block;
}
/* line 93, ../../sass/layout/_header.scss */
.hero [class*="icon"] {
  font-size: 1.3em;
  vertical-align: -10%;
}
/* line 99, ../../sass/layout/_header.scss */
.hero.tight h1 {
  margin: 0;
}

/* line 1, ../../sass/layout/_footer.scss */
.global-footer {
  border-top: 4px solid #13b2f4;
  padding: 1.2em 0 6em 0;
}
/* line 5, ../../sass/layout/_footer.scss */
.global-footer, .global-footer .container, .global-footer .section-heading h2, .section-heading .global-footer h2 {
  position: relative;
  overflow: visible;
}

/* line 11, ../../sass/layout/_footer.scss */
.footer-actions {
  position: absolute;
  top: -3em;
  right: 0;
}

/* line 18, ../../sass/layout/_footer.scss */
.top-button {
  background: #13b2f4;
  padding: .5em 1em;
  font-size: .8em;
  float: right;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}

/* line 27, ../../sass/layout/_footer.scss */
.strapbox {
  padding-right: 60px;
  margin-bottom: 40px;
  color: #999999;
  text-transform: uppercase;
  font-size: 1.4em;
  float: left;
}
@media (min-width: 980px) {
  /* line 27, ../../sass/layout/_footer.scss */
  .strapbox {
    width: 380px;
  }
}
/* line 39, ../../sass/layout/_footer.scss */
.strapbox, .strapbox strong {
  font-weight: 100;
}
/* line 43, ../../sass/layout/_footer.scss */
.strapbox strong {
  color: #ffffff;
}
@media (max-width: 660px) {
  /* line 27, ../../sass/layout/_footer.scss */
  .strapbox {
    width: 100%;
    padding-right: 10px;
  }
}

/* line 53, ../../sass/layout/_footer.scss */
.contact-info {
  float: left;
}
/* line 57, ../../sass/layout/_footer.scss */
.contact-info > * {
  float: left;
  width: 140px;
}
/* line 62, ../../sass/layout/_footer.scss */
.contact-info ul, .contact-info li {
  padding: 0;
  margin: 0;
}
/* line 67, ../../sass/layout/_footer.scss */
.contact-info li {
  margin-bottom: 0.8em;
}
/* line 71, ../../sass/layout/_footer.scss */
.contact-info h6, .contact-info p, .contact-info a {
  font-size: 14px;
  font-weight: normal;
}
/* line 76, ../../sass/layout/_footer.scss */
.contact-info h6 {
  text-transform: uppercase;
}
/* line 80, ../../sass/layout/_footer.scss */
.contact-info p {
  color: #b0b0b0;
}

/* line 8, ../../sass/login/_login.scss */
html, body {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, ../../sass/login/_login.scss */
.login {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-size: 24px;
  color: #ffffff;
  background: url("images/login/noise.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2IzZDQ0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTUxNjE5Ii8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: url("images/login/noise.png"), -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, #3b3d44), color-stop(100%, #151619));
  background: url("images/login/noise.png"), -webkit-radial-gradient(#3b3d44, #151619);
  background: url("images/login/noise.png"), -moz-radial-gradient(#3b3d44, #151619);
  background: url("images/login/noise.png"), -o-radial-gradient(#3b3d44, #151619);
  background: url("images/login/noise.png"), radial-gradient(#3b3d44, #151619);
  padding: 100px 0 0 0;
}
/* line 28, ../../sass/login/_login.scss */
.login * {
  outline: none;
}
/* line 32, ../../sass/login/_login.scss */
.login a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-out;
  -moz-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
/* line 37, ../../sass/login/_login.scss */
.login a:hover {
  color: #1cb0f9;
}
/* line 42, ../../sass/login/_login.scss */
.login .login-global {
  position: absolute;
  top: 50%;
  margin-top: -200px;
  left: 0;
  width: 100%;
  height: 400px;
}
/* line 51, ../../sass/login/_login.scss */
.login .login-local {
  position: relative;
}
/* line 55, ../../sass/login/_login.scss */
.login .login-qinekt {
  width: 474px;
  height: 173px;
  margin: 0 auto 60px auto;
  overflow: hidden;
  background-image: url("images/login/qinekt.png");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 55, ../../sass/login/_login.scss */
  .login .login-qinekt {
    background-image: url("images/login/qinekt@2x.png");
  }
}
/* line 69, ../../sass/login/_login.scss */
.login .login-qinekt > * {
  display: none;
}
/* line 74, ../../sass/login/_login.scss */
.login form {
  width: 310px;
  margin: auto;
  position: relative;
  margin-bottom: 70px;
}
/* line 58, ../../sass/login/_mixins.scss */
.login form:before {
  display: block;
  content: "";
  left: 0;
  right: 0;
  height: 30px;
  background: url("images/login/shadow.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -70px;
}
/* line 80, ../../sass/login/_login.scss */
.login form.error .error-tip {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 85, ../../sass/login/_login.scss */
.login form.error .form-group {
  border-color: #ff0000;
}
/* line 91, ../../sass/login/_login.scss */
.login .form-group {
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: inset 1px 2px 3px #161c21, 1px 1px 0 #454e59;
  -moz-box-shadow: inset 1px 2px 3px #161c21, 1px 1px 0 #454e59;
  box-shadow: inset 1px 2px 3px #161c21, 1px 1px 0 #454e59;
  background: #26272c;
  border: 1px solid transparent;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 1s all ease-out;
  -moz-transition: 1s all ease-out;
  -o-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
/* line 104, ../../sass/login/_login.scss */
.login .form-group input {
  border-top: 1px solid #303137;
  border-bottom: 1px solid #1d2127;
}
/* line 108, ../../sass/login/_login.scss */
.login .form-group input:first-child {
  border-top: none;
}
/* line 112, ../../sass/login/_login.scss */
.login .form-group input:last-child {
  border-bottom: none;
}
/* line 118, ../../sass/login/_login.scss */
.login .error-tip {
  position: absolute;
  left: 320px;
  top: 16px;
  width: 170px;
  border-radius: 3px;
  border: 1px solid #ef4b4e;
  border-top-color: #f37173;
  border-bottom-color: #ae0f12;
  border-right-color: #c92024;
  color: #ffffff;
  padding: 8px 12px;
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -moz-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  -o-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: 0.4s all cubic-bezier(0.88, 0.28, 0.75, 1.2);
  -moz-transition: 0.4s all cubic-bezier(0.88, 0.28, 0.75, 1.2);
  -o-transition: 0.4s all cubic-bezier(0.88, 0.28, 0.75, 1.2);
  transition: 0.4s all cubic-bezier(0.88, 0.28, 0.75, 1.2);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMjgyYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMTQxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ed282c), color-stop(100%, #e31417));
  background: -webkit-linear-gradient(top, #ed282c, #e31417);
  background: -moz-linear-gradient(top, #ed282c, #e31417);
  background: -o-linear-gradient(top, #ed282c, #e31417);
  background: linear-gradient(top, #ed282c, #e31417);
  -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.22);
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.22);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
/* line 31, ../../sass/login/_mixins.scss */
.login .error-tip:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -10px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ed282c;
  display: block;
}
/* line 142, ../../sass/login/_login.scss */
.login input {
  border: none;
  background: none;
  width: 100%;
  height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 22px 4px 22px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 100;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
/* line 155, ../../sass/login/_login.scss */
.login input:focus {
  background: rgba(0, 0, 0, 0.15);
}
/* line 162, ../../sass/login/_login.scss */
.login ::-webkit-input-placeholder,
.login ::-moz-input-placeholder,
.login ::-ms-input-placeholder {
  color: #7e7e7e;
}
/* line 166, ../../sass/login/_login.scss */
.login .button, .login button, .login .button {
  border-radius: 3px;
  border: 1px solid #339bd5;
  border-top-color: #60bfe6;
  border-bottom-color: #055e98;
  border-right-color: #0c83b7;
  color: #ffffff;
  cursor: pointer;
  padding: 0 0 3px 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjYjBmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA3N2JjNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1cb0f9), color-stop(100%, #077bc6));
  background: -webkit-linear-gradient(top, #1cb0f9, #077bc6);
  background: -moz-linear-gradient(top, #1cb0f9, #077bc6);
  background: -o-linear-gradient(top, #1cb0f9, #077bc6);
  background: linear-gradient(top, #1cb0f9, #077bc6);
  -webkit-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.22);
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.22);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
/* line 181, ../../sass/login/_login.scss */
.login .button:hover, .login button:hover, .login .button:hover {
  -webkit-box-shadow: 0 0 14px rgba(17, 207, 255, 0.35);
  -moz-box-shadow: 0 0 14px rgba(17, 207, 255, 0.35);
  box-shadow: 0 0 14px rgba(17, 207, 255, 0.35);
}
/* line 185, ../../sass/login/_login.scss */
.login .button[disabled], .login button[disabled], .login [disabled].button {
  opacity: .5;
  cursor: default;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
/* line 190, ../../sass/login/_login.scss */
.login .button[disabled]:hover, .login button[disabled]:hover, .login [disabled].button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 195, ../../sass/login/_login.scss */
.login .button:active, .login button:active, .login .button:active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border: none;
  -webkit-box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.7);
  padding-bottom: 1px;
}
/* line 205, ../../sass/login/_login.scss */
.login .copyright {
  padding: 16px 24px;
  color: #cccccc;
}
/* line 210, ../../sass/login/_login.scss */
.login small {
  font-size: 16px;
}
/* line 214, ../../sass/login/_login.scss */
.login .visible {
  opacity: 1;
}

/* line 219, ../../sass/login/_login.scss */
.vjs-big-play-button {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  border-width: 4px !important;
}
