@charset "UTF-8";
body {
  background-color: #000007;
  padding-top: 0px;
  padding-bottom: 20px;
  /*// background: url('../images/horse-white-transparent.png') 50% $gunneboblack;
  background: url('../images/solid-bg.png') $gunneboblack;*/
  background-size: 64px;
  color: #fdfcfb;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

.splashpage-content {
  width: 90%;
  margin: 0 5%;
  margin-bottom: 48px;
  color: #fdfcfb; }
  .splashpage-content img {
    width: 100%;
    max-width: 640px;
    margin: 20px 0; }
  .splashpage-content h1 {
    margin: 1em 1%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 27px;
    text-transform: uppercase;
    color: #fdfcfb; }
  .splashpage-content h2 {
    color: #fdfcfb;
    margin-bottom: 0em;
    margin-top: 1em;
    text-transform: uppercase;
    border-bottom: 2px solid #fdfcfb;
    font-family: 'Open Sans Condensed', sans-serif;
    padding-bottom: 0.5em;
    font-size: 23.4px; }
  .splashpage-content p {
    margin-top: 0.4em;
    padding-top: 0;
    line-height: 1.4em; }
  .splashpage-content .section {
    padding-bottom: 2em; }
  .splashpage-content a.button, .splashpage-content a.sharebutton {
    border: 1px solid #121212;
    padding: 16px 0;
    margin: 0px;
    background-color: #9b9e9e;
    display: block;
    line-height: 1.5em;
    text-align: center;
    border-radius: 8px;
    box-shadow: inset 0px 1px 0px #999;
    text-shadow: 1px 1px 2px #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s !important; }
    .splashpage-content a.button span.buttonlabel, .splashpage-content a.sharebutton span.buttonlabel {
      width: 100%;
      font-size: 18px;
      font-weight: 100;
      display: block;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -o-hyphens: auto;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphenate: auto; }
    .splashpage-content a.button.highlight, .splashpage-content a.sharebutton.highlight {
      background-color: #69C3FF !important;
      transition: all 2s;
      -webkit-transition: all 2s;
      /* Safari */ }
    .splashpage-content a.button.calculate, .splashpage-content a.sharebutton.calculate {
      margin: 18px 0 8px; }
    .splashpage-content a.button.noimage, .splashpage-content a.sharebutton.noimage {
      padding-top: 40px;
      padding-bottom: 40px; }
    .splashpage-content a.button.share span, .splashpage-content a.sharebutton.share span {
      font-size: 11px; }
    .splashpage-content a.button.attachment .imagecontainer, .splashpage-content a.sharebutton.attachment .imagecontainer {
      width: 90%; }
      .splashpage-content a.button.attachment .imagecontainer img, .splashpage-content a.sharebutton.attachment .imagecontainer img {
        width: 24%;
        max-height: 75px;
        width: auto; }
    .splashpage-content a.button.attachment.ankarmassa .imagecontainer img, .splashpage-content a.sharebutton.attachment.ankarmassa .imagecontainer img {
      max-width: 100px; }
    .splashpage-content a.button.material, .splashpage-content a.sharebutton.material {
      padding: 20px 0; }
      .splashpage-content a.button.material .imagecontainer, .splashpage-content a.sharebutton.material .imagecontainer {
        width: 30%; }
        .splashpage-content a.button.material .imagecontainer img, .splashpage-content a.sharebutton.material .imagecontainer img {
          width: 100%; }
    .splashpage-content a.button .imagecontainer, .splashpage-content a.sharebutton .imagecontainer {
      width: 90%;
      margin: auto;
      margin-bottom: 16px; }
      .splashpage-content a.button .imagecontainer img, .splashpage-content a.sharebutton .imagecontainer img {
        margin: auto; }
    .splashpage-content a.button.tall, .splashpage-content a.sharebutton.tall {
      padding: 20px 0; }
    .splashpage-content a.button.wide, .splashpage-content a.sharebutton.wide {
      width: 98%;
      margin: 0px; }
    .splashpage-content a.button.half, .splashpage-content a.sharebutton.half {
      width: 50%;
      margin: 0px;
      display: block;
      float: left; }
    .splashpage-content a.button.silver, .splashpage-content a.sharebutton.silver {
      background-color: #c7c8ca;
      box-shadow: inset 0px 1px 0px #ebebeb;
      color: #000000;
      text-shadow: 1px 1px 1px #FFF; }
    .splashpage-content a.button.blue, .splashpage-content a.sharebutton.blue {
      background-color: #0078b0;
      box-shadow: inset 0px 1px 0px #8d8d8d;
      color: #fdfcfb;
      text-shadow: 1px 1px 2px #000; }
    .splashpage-content a.button.red, .splashpage-content a.sharebutton.red {
      background-color: #7d161f;
      box-shadow: inset 0px 1px 0px #8d8d8d;
      color: #fdfcfb;
      text-shadow: 1px 1px 2px #000; }

#footer {
  width: 100%;
  background-color: #3f3f3f;
  position: fixed;
  bottom: 0px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #292929;
  box-shadow: 0 0 8px #000; }
  #footer p {
    width: 80%;
    font-size: 12px;
    padding: 0.5em 0;
    margin: 0 10%;
    line-height: 1.2em;
    text-align: center;
    color: #999;
    text-shadow: 1px 1px 1px #222; }
    #footer p a {
      color: #999; }

#guide-header {
  width: 100%;
  height: 28px;
  border-bottom: 1px solid #00476b;
  box-shadow: inset 0px 1px 0px #999;
  box-shadow: 0 0 8px #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #0078b0;
  background: #0094d8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTRkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzAwNzhiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY4OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0094d8 0%, #0078b0 49%, #006899 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0094d8), color-stop(49%, #0078b0), color-stop(100%, #006899));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0094d8 0%, #0078b0 49%, #006899 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0094d8 0%, #0078b0 49%, #006899 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0094d8 0%, #0078b0 49%, #006899 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #0094d8 0%, #0078b0 49%, #006899 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0094d8', endColorstr='#006899',GradientType=0 );
  /* IE6-8 */
  z-index: 99;
  position: fixed;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
  #guide-header p {
    padding: 3px 0 0 6px;
    font-size: 16px;
    font-weight: light;
    line-height: 1.7em;
    color: #fdfcfb;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    display: inline; }
  #guide-header span {
    height: 20px;
    width: 88px;
    margin: 3px 6px;
    float: right;
    display: block;
    background: url("../images/gunnebo_40.png");
    background-size: 100%; }

.guide-splashpage {
  width: 100%;
  height: 100%;
  padding: 30px 0px 190px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #000007;
  text-align: center; }
  .guide-splashpage .guide-splashpage-content {
    display: none; }
    .guide-splashpage .guide-splashpage-content h1 span {
      font-family: 'Open Sans Condensed', sans-serif;
      text-transform: uppercase; }
  .guide-splashpage img {
    width: 80%;
    max-width: 640px;
    max-height: 147px;
    height: auto;
    margin: 0 10%;
    margin-top: 60px; }
  .guide-splashpage h1 {
    width: 80%;
    margin: 0 8% 0 10%;
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
    color: #0078b0; }
    .guide-splashpage h1 span {
      color: #9b9e9e;
      font-weight: 400; }

#guide-content {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  padding: 30px 5%;
  color: #fdfcfb; }
  #guide-content .guide-inner {
    margin-top: 00px; }
  #guide-content p, #guide-content a {
    color: #fdfcfb;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300; }
  #guide-content h1, #guide-content h2, #guide-content h3, #guide-content h4 {
    color: #fdfcfb;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 1em; }
  #guide-content h2 {
    margin-bottom: 10px; }
  #guide-content .guide-section {
    width: 100%;
    float: left;
    padding-bottom: 80px;
    margin-top: 20px;
    padding-top: 20px; }
    #guide-content .guide-section.section-select-attachment {
      margin-top: 0;
      padding-bottom: 30px; }
    #guide-content .guide-section.is-only-option {
      margin-top: 20px; }
    #guide-content .guide-section.section-final {
      margin-top: 0; }
  #guide-content .message {
    height: 20px;
    text-align: center; }
  #guide-content a.button, #guide-content a.sharebutton {
    border: 1px solid #121212;
    padding: 16px 0;
    margin: 0px;
    background-color: #9b9e9e;
    display: block;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    box-shadow: inset 0px 1px 0px #999;
    text-shadow: 1px 1px 2px #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* Safari */ }
    #guide-content a.button span.buttonlabel, #guide-content a.sharebutton span.buttonlabel {
      width: 100%;
      font-size: 18px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 100;
      display: block;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding-left: 0.5em;
      padding-right: 0.5em; }
    #guide-content a.button.highlight, #guide-content a.sharebutton.highlight {
      background-color: #69C3FF !important;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      /* Safari */ }
    #guide-content a.button.calculate, #guide-content a.sharebutton.calculate {
      margin: 18px 0 8px; }
    #guide-content a.button.noimage, #guide-content a.sharebutton.noimage {
      padding-top: 40px;
      padding-bottom: 40px; }
    #guide-content a.button.share span, #guide-content a.sharebutton.share span {
      font-size: 11px; }
    #guide-content a.button .imagecontainer, #guide-content a.sharebutton .imagecontainer {
      width: 90%;
      margin: auto;
      margin-bottom: 16px; }
      #guide-content a.button .imagecontainer img, #guide-content a.sharebutton .imagecontainer img {
        max-width: 100%;
        margin: auto; }
    #guide-content a.button.tall, #guide-content a.sharebutton.tall {
      padding: 20px 0; }
    #guide-content a.button.wide, #guide-content a.sharebutton.wide {
      width: 98%;
      margin: 0px; }
    #guide-content a.button.half, #guide-content a.sharebutton.half {
      width: 50%;
      margin: 0px;
      display: block;
      float: left; }
    #guide-content a.button.silver, #guide-content a.sharebutton.silver {
      background-color: #c7c8ca;
      box-shadow: inset 0px 1px 0px #ebebeb;
      color: #000000;
      text-shadow: 1px 1px 1px #FFF; }
    #guide-content a.button.blue, #guide-content a.sharebutton.blue {
      background-color: #0078b0;
      box-shadow: inset 0px 1px 0px #8d8d8d;
      color: #fdfcfb;
      text-shadow: 1px 1px 2px #000; }
    #guide-content a.button.red, #guide-content a.sharebutton.red {
      background-color: #7d161f;
      box-shadow: inset 0px 1px 0px #8d8d8d;
      color: #fdfcfb;
      text-shadow: 1px 1px 2px #000; }
  #guide-content a span.button-indicator {
    display: block;
    float: left;
    margin-right: 10px;
    width: 16px;
    height: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
    background: url("images/option-button-blue.png") no-repeat;
    background-position: 0px 0px; }
  #guide-content .form-container {
    position: relative;
    padding-top: 4px; }
    #guide-content .form-container form  .form-field {
      width: 100%;
      margin: 0 0 16px;
      clear: both;
      display: block;
      float: left; }
    #guide-content .form-container form  label {
      width: 100%;
      display: inline-block;
      text-align: center;
      font-weight: 200;
      margin-top: 20px;
      margin-bottom: 15px;
      float: left; }
    #guide-content .form-container form  .select-container {
      width: 100%;
      display: inline-block;
      position: relative;
      padding-top: 12px;
      float: right; }
    #guide-content .form-container form  select.select {
      position: relative;
      z-index: 10;
      width: 100% !important;
      height: 36px !important;
      line-height: 26px; }
    #guide-content .form-container form  span.select {
      position: absolute;
      bottom: 0;
      float: left;
      left: 0;
      width: 100%;
      height: 46px;
      line-height: 46px;
      text-indent: 10px;
      vertical-align: middle;
      background-color: #0078b0;
      color: #fdfcfb;
      border-radius: 8px;
      box-shadow: inset 0px 1px 0px #999;
      text-shadow: 1px 1px 2px #000;
      font-weight: 100;
      font-size: 18px;
      text-align: center;
      cursor: default;
      z-index: 1;
      transition: text-shadow, background-color 0.3s;
      -moz-transition: text-shadow, background-color 0.3s;
      /* Firefox 4 */
      -webkit-transition: text-shadow, background-color 0.3s;
      /* Safari and Chrome */
      -o-transition: text-shadow, background-color 0.3s;
      /* Opera */ }
      #guide-content .form-container form  span.select.flashing {
        text-shadow: 1px 1px 8px #FFF;
        background-color: #00476b; }

#ios-popup {
  width: 240px;
  height: 100px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  margin-left: -120px;
  border-radius: 8px;
  z-index: 200;
  bottom: 10px;
  padding-bottom: 5px;
  display: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZTNlM2UzIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjYmRiZGJkIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #e3e3e3), color-stop(100%, #bdbdbd));
  background-image: -webkit-linear-gradient(top, #e3e3e3 0%, #bdbdbd 100%);
  background-image: -moz-linear-gradient(top, #e3e3e3 0%, #bdbdbd 100%);
  background-image: -ms-linear-gradient(top, #e3e3e3 0%, #bdbdbd 100%);
  background-image: -o-linear-gradient(top, #e3e3e3 0%, #bdbdbd 100%);
  background-image: linear-gradient(to bottom, #e3e3e3 0%, #bdbdbd 100%); }
  #ios-popup p {
    width: 220px;
    margin: 10px 10px 5px 10px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.2em;
    color: #3f3f3f;
    text-shadow: 1px 1px 0 #EEE; }
  #ios-popup .arrow {
    width: 22px;
    height: 17px;
    margin: 0 auto 5px auto;
    background: url("../images/arrow-down.png") no-repeat; }
  #ios-popup .close {
    width: 32px;
    height: 32px;
    background-color: red;
    position: absolute;
    right: -16px;
    top: -16px;
    background: url("../images/close-32px.png") no-repeat;
    background-size: 32px 32px; }
  #ios-popup .icon-share {
    width: 17px;
    height: auto; }
