* {
  box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  -ms-box-sizing: "border-box";
  -webkit-box-sizing: "border-box"; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

body {
  font-size: 14px;
  line-height: 1.3em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 175%; }

h2 {
  font-size: 155%; }

h3 {
  font-size: 135%; }

h4 {
  font-size: 120%; }

h5 {
  font-size: 105%; }

h6 {
  font-size: 100%; }

p, blockquote, h1, h2, h3, h4, h5, h6, pre, ol, ul {
  padding: 0.5em 0; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

ul, ol {
  padding-left: 2em; }

ul {
  list-style: circle; }

ol {
  list-style: decimal; }

blockquote {
  padding-left: 4em; }

.debug *:hover {
  outline: 1px solid red; }

body {
  position: relative;
  background: white;
  font-family: "Helvetica Neue", Helvetica, Sans-Serif;
  min-height: 600px;
  z-index: 20; }

header {
  background: white;
  min-height: 375px;
  /* border-bottom: 1px solid #959595;  */
}
  header .logo-badge {
    overflow: hidden;
    height: 150px;
    border: 2px solid white;
    border-top: 0px;
    border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    background: white;
    /* background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0.59, silver), color-stop(0.61, #959595), to(#e0e0e0)); */
    /* background: -moz-linear-gradient(top, white, silver, #e0e0e0); */
    /* box-shadow: 0px 3px 10px #606060;
    -moz-box-shadow: 0px 3px 10px #606060;
    -webkit-box-shadow: 0px 3px 10px #606060;  */
  }
    header .logo-badge h1 {
      height: 150px;
      text-align: center;
      line-height: 150px;
      background: url(images/elucidata-logo-300.png) center 25px no-repeat; }
      header .logo-badge h1 span {
        visibility: hidden; }
  header .contact-badge {
    display: table;
    width: 100%;
     /* border: 1px solid silver;  */
      /* border: 1px solid #F0F0F0;   */
    border-top: 0px;
    border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    /* box-shadow: 0px 1px 0px white; */
    /* -moz-box-shadow: 0px 1px 0px white; */
    /* -webkit-box-shadow: 0px 1px 0px white; */
    /* background: #3a3a3a; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#959595)); */
    /* background: -moz-linear-gradient(top, #3a3a3a, #959595); */
      background: #F0F0F0;  
  }
    header .contact-badge > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 150px;
      /* box-shadow: inset 0px 3px 10px black;
      -moz-box-shadow: inset 0px 3px 10px black;
      -webkit-box-shadow: inset 0px 3px 10px black; */
      border-bottom-right-radius: 12px;
      -moz-border-radius-bottomright: 12px;
      -webkit-border-bottom-right-radius: 12px;
      border-bottom-left-radius: 12px;
      -moz-border-radius-bottomleft: 12px;
      -webkit-border-bottom-left-radius: 12px; }
  header .info {
    display: inline-block;
    line-height: 1.2em;
    font-weight: 200;
    padding-left: 84px;
    min-height: 82px;
    padding-top: 5px;
    background: url(images/avatar.png) top left no-repeat;
    /* text-shadow: 0px 1px 0px black; */
    /* -moz-text-shadow: 0px 1px 0px black; */
    /* -webkit-text-shadow: 0px 1px 0px black;  */
  }
    header .info p, header .info h2, header .info a {
      font-size: 16px;
      color: #999;
      margin: 0;
      padding: 0; }
    header .info h2 {
      color: dimgray;
      font-size: 17px; }
    header .info a:hover {
      color: dodgerblue;
      cursor: pointer; }

/* .scroller {
  cursor: default;
  width: 750px;
  min-height: 250px;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 20px;
  border: 1px solid #606060;
  background: #959595;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  box-shadow: 0px 1px 0px white;
  -moz-box-shadow: 0px 1px 0px white;
  -webkit-box-shadow: 0px 1px 0px white; }
  .scroller .container {
    padding: 0;
    position: relative;
    height: 250px;
    overflow: hidden; }
    .scroller .container .images {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-transition: opacity 1s;
      -moz-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s;
      opacity: 1; }
      .scroller .container .images img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 12px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        opacity: 1;
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s; }
    .scroller .container .inset {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 99;
      min-height: 250px;
      box-shadow: inset 0px 3px 10px black;
      -moz-box-shadow: inset 0px 3px 10px black;
      -webkit-box-shadow: inset 0px 3px 10px black;
      border-radius: 12px;
      -moz-border-radius: 12px;
      -webkit-border-radius: 12px;
      text-align: center; }
      .scroller .container .inset b {
        visibility: hidden; }

.pager {
  cursor: default;
  text-align: center;
  margin-bottom: 15px; }
  .pager .page {
    margin: 0 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #959595;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 1px 0px white;
    -moz-box-shadow: 0px 1px 0px white;
    -webkit-box-shadow: 0px 1px 0px white;
    cursor: pointer; }
    .pager .page span {
      font-size: 2px;
      visibility: hidden; }
    .pager .page:hover {
      background-color: #606060; }
    .pager .page.selected {
      background: white;
      box-shadow: 0px 1px 0px #606060;
      -moz-box-shadow: 0px 1px 0px #606060;
      -webkit-box-shadow: 0px 1px 0px #606060; } */

article {
  display: table;
  width: 750px;
  margin: 0 auto; }
  article > section:first-child {
    padding-right: 20px; }
    footer article > section:first-child {
      /* border-left: 1px dashed black; */
      padding: 20px; }
  article > section:last-child {
    padding-left: 20px; }
    footer article > section:last-child {
      /* border-left: 1px dashed black; */
      /* border-right: 1px dashed black; */
      padding: 20px; }

section.logo, section.contact, section.tech, section.about {
  display: table-cell;
  vertical-align: top;
  width: 50%; }

  section.services {
  width: 750px;
  margin: 0 auto; }
  section.services .container {
    position: relative;
    display: block;
    margin-top: 30px;
    height: 28px;
    font-weight: 900; }
    section.services .container .lines {
      position: absolute;
      top: 0;
      left: 10px;
      font-size: 28px; }
      section.services .container .lines > div {
        display: inline-block;
        height: 28px;
        white-space: nowrap;
        font-size: 28px; }
        section.services .container .items {
          padding-top: 50px;
          font-size: 50px; 
          font-weight: 200;
          text-align: center;
        }
      /* section.services .container .lines.bottom {
        top: 1px;
        color: white; }
        section.services .container .lines.bottom .items {
          text-transform: uppercase; }
      section.services .container .lines.top {
        color: #333333; }
        section.services .container .lines.top .label {
          color: #959595;
          background: -webkit-gradient(linear, left top, left bottom, from(#959595), to(silver));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        section.services .container .lines.top .items {
          color: #606060;
          text-transform: uppercase;
          background: -webkit-gradient(linear, left top, left bottom, from(#3a3a3a), to(#959595));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } */

footer {
  /* border-top: 1px solid black; */
  /* background: #606060; */
  /* background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(black));
  background: -moz-linear-gradient(top, #606060, black); */
  background: #F0F0F0;
  color: #888888;
  /* text-shadow: 0px -1px 0px black;
  -moz-text-shadow: 0px -1px 0px black;
  -webkit-text-shadow: 0px -1px 0px black;  */
}
  footer h3 {
    font-size: 22px;
    /* text-shadow: 0px 2px 0px black;
    -moz-text-shadow: 0px 2px 0px black;
    -webkit-text-shadow: 0px 2px 0px black; */
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    padding-bottom: 20px;
    margin: 0;
    color: #999999; 
  }
  footer .about {
    font-size: 16px; }
    footer .about p {
      padding-top: 0px;
      line-height: 1.3em; }
  footer .button-group {
    text-align: center;
    padding-top: 20px; }
    footer .button-group button {
      border-radius: 22px;
      -moz-border-radius: 22px;
      -webkit-border-radius: 22px;
      margin: 0;
      padding: 0;
      border-collapse: collapse;
      background: white;
      background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(0.49, #cccccc), color-stop(0.51, #aaaaaa), to(white));
      background: -moz-linear-gradient(top, white, #cccccc, white);
      border: 10px solid black;
      color: black;
      box-shadow: 0px 1px 0px #606060;
      -moz-box-shadow: 0px 1px 0px #606060;
      -webkit-box-shadow: 0px 1px 0px #606060;
      text-shadow: 0px 1px 0px white;
      -moz-text-shadow: 0px 1px 0px white;
      -webkit-text-shadow: 0px 1px 0px white; }
      footer .button-group button div {
        font-size: 22px;
        padding: 10px 20px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        box-shadow: inset 0px 0px 10px white;
        -moz-box-shadow: inset 0px 0px 10px white;
        -webkit-box-shadow: inset 0px 0px 10px white; }
      footer .button-group button:active {
        color: white;
        text-shadow: 0px -1px 0px black;
        -moz-text-shadow: 0px -1px 0px black;
        -webkit-text-shadow: 0px -1px 0px black;
        background: #606060;
        background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(black));
        background: -moz-linear-gradient(top, #606060, black); }
        footer .button-group button:active div {
          box-shadow: inset 0px -25px 0px rgba(0, 0, 0, 0.5);
          -moz-box-shadow: inset 0px -25px 0px rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: inset 0px -25px 0px rgba(0, 0, 0, 0.5); }
  footer a {
    color: #999999; }
    footer a:hover {
      color: dodgerblue; }
  footer .tech ul {
    list-style: none; }
    footer .tech ul li {
      float: left;
      padding: 3px 8px;
      /* background: #606060; */
      margin: 5px;
      color: silver;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      /* box-shadow: 0px -1px 0px black;
      -moz-box-shadow: 0px -1px 0px black;
      -webkit-box-shadow: 0px -1px 0px black; */
      /* background: #606060; */
      /* background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(black)); */
      /* background: -moz-linear-gradient(top, #606060, black);  */
    }
      footer .tech ul li:hover {
        color: dodgerblue; }
  footer .tech .row {
    display: table;
    width: 100%;
    margin-bottom: 8px; }
    footer .tech .row > div {
      display: table-cell;
      padding: 0 5px; }
      footer .tech .row > div span {
        display: block;
        padding: 3px 8px;
        background: #606060;
        color: silver;
        text-align: center;
        text-shadow: 0px 2px 1px black;
        -moz-text-shadow: 0px 2px 1px black;
        -webkit-text-shadow: 0px 2px 1px black;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        box-shadow: 0px 1px 0px #535353;
        -moz-box-shadow: 0px 1px 0px #535353;
        -webkit-box-shadow: 0px 1px 0px #535353;
        background: black;
        background: -webkit-gradient(linear, left top, left bottom, from(black), to(#3a3a3a));
        background: -moz-linear-gradient(top, black, #3a3a3a); }
      footer .tech .row > div span.old {
        display: block;
        padding: 3px 8px;
        background: #606060;
        color: silver;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0px -1px 0px black;
        -moz-box-shadow: 0px -1px 0px black;
        -webkit-box-shadow: 0px -1px 0px black;
        background: #606060;
        background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(black));
        background: -moz-linear-gradient(top, #606060, black); }
  footer .footer {
    display: none;
    padding: 25px;
    margin-bottom: 25px;
    background: #070707;
    background: -webkit-gradient(linear, left top, left bottom, from(#070707), to(#202020));
    background: -moz-linear-gradient(top, #070707, #202020);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0px 1px 0px #3a3a3a;
    -moz-box-shadow: 0px 1px 0px #3a3a3a;
    -webkit-box-shadow: 0px 1px 0px #3a3a3a; }


.tech-chips {
  text-align: center;
}
.tech-chip {
  display: inline-block;
  border-radius: 3px;
  background: silver;
  color: white;
  margin: 6px;
  padding: 2px 4px;
}


section.mailer {
  display: table-cell;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  padding-top: 50px;
  z-index: 999999; }
  section.mailer .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle;
    padding-top: 0px;
    box-shadow: inset 0px 0px 250px black;
    -moz-box-shadow: inset 0px 0px 250px black;
    -webkit-box-shadow: inset 0px 0px 250px black;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in; }
  section.mailer .container {
    display: inline-block;
    background: white url(images/mail-bg.png) top center repeat;
    padding: 0px 6px;
    border: 1px solid white;
    box-shadow: 0px 4px 20px black;
    -moz-box-shadow: 0px 4px 20px black;
    -webkit-box-shadow: 0px 4px 20px black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
    section.mailer .container h2 {
      color: #959595;
      text-shadow: 0px 1px 0px white;
      -moz-text-shadow: 0px 1px 0px white;
      -webkit-text-shadow: 0px 1px 0px white;
      padding-bottom: 20px;
      display: none; }
    section.mailer .container .backdrop {
      background: white;
      background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
      background: -moz-linear-gradient(top, white, #eeeeee);
      padding: 10px 15px;
      margin: 0;
      border: 1px solid white; }
    section.mailer .container form {
      background: url(images/stamp.png) top right no-repeat;
      display: block;
      margin: 0; }
      section.mailer .container form fieldset {
        display: table;
        width: 100%; }
        section.mailer .container form fieldset > div {
          display: table-row; }
      section.mailer .container form label, section.mailer .container form input, section.mailer .container form h2 {
        display: table-cell;
        margin-bottom: 10px; }
      section.mailer .container form label {
        text-align: right;
        padding-right: 10px; }
      section.mailer .container form input {
        width: 100%;
        background: transparent;
        border: 0px;
        border-bottom: 1px solid #959595;
        font-size: 14px; }
        section.mailer .container form input:focus {
          border-color: red;
          outline: none; }
      section.mailer .container form textarea {
        display: table-cell;
        border: 0px;
        box-shadow: inset 0px 1px 4px silver;
        -moz-box-shadow: inset 0px 1px 4px silver;
        -webkit-box-shadow: inset 0px 1px 4px silver;
        font-size: 14px;
        padding: 5px; }
      section.mailer .container form .buttons {
        text-align: right;
        margin-top: 10px; }
        section.mailer .container form .buttons .msg {
          text-align: left;
          float: left;
          padding-top: 6px;
          color: #555555;
          text-shadow: 0px 1px 0px white;
          -moz-text-shadow: 0px 1px 0px white;
          -webkit-text-shadow: 0px 1px 0px white;
          line-height: 1em; }
          section.mailer .container form .buttons .msg.error, section.mailer .container form .buttons .msg .error {
            color: red;
            margin-top: -3px; }
          section.mailer .container form .buttons .msg a {
            margin: 0;
            padding: 0;
            display: block;
            color: maroon;
            font-size: 10px; }
        section.mailer .container form .buttons button {
          border-radius: 7px;
          -moz-border-radius: 7px;
          -webkit-border-radius: 7px;
          margin: 0;
          padding: 0 !important;
          font-size: 14px;
          margin-right: 10px;
          border: 3px solid white;
          background: white;
          background: -webkit-gradient(linear, left top, left bottom, from(white), to(#dddddd));
          background: -moz-linear-gradient(top, white, #dddddd);
          box-shadow: 0px -1px 0px #dddddd;
          -moz-box-shadow: 0px -1px 0px #dddddd;
          -webkit-box-shadow: 0px -1px 0px #dddddd;
          text-shadow: 0px 1px 0px white;
          -moz-text-shadow: 0px 1px 0px white;
          -webkit-text-shadow: 0px 1px 0px white; }
          section.mailer .container form .buttons button div {
            margin: 0;
            padding: 4px 15px;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            box-shadow: inset 0px -12px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px -12px 0px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: inset 0px -12px 0px rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid #aaaaaa;
            border-top: 1px solid #f0f0f0; }
          section.mailer .container form .buttons button.send {
            font-weight: bold; }
          section.mailer .container form .buttons button.cancel {
            color: #444444; }
          section.mailer .container form .buttons button:hover div {
            box-shadow: inset 0px -14px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px -14px 0px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: inset 0px -14px 0px rgba(0, 0, 0, 0.1);
            border-bottom: 1px solid #777777;
            border-top: 1px solid #e0e0e0; }
          section.mailer .container form .buttons button:active {
            background: #eeeeee;
            background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
            background: -moz-linear-gradient(top, #eeeeee, #cccccc);
            color: #777777; }
            section.mailer .container form .buttons button:active div {
              box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.1);
              -webkit-box-shadow: inset 0px -6px 0px rgba(0, 0, 0, 0.1);
              border-bottom: 1px solid #aaaaaa;
              border-top: 1px solid #dddddd; }


.no-script .hide-if-no-js {
  display: none;
}