@charset "UTF-8";


@font-face {
    font-family: Body-Font;
    src: url("../fonts/Quattrocento-Regular.otf") format("opentype");
}
@font-face {
    font-family: Company-Font;
    src: url("../fonts/QuattrocentoSans-Regular.otf") format("opentype");
}
@font-face {
    font-family: Company-Font;
    font-weight: bold;
    src: url("../fonts/QuattrocentoSans-Bold.otf") format("opentype");
}
@font-face {
    font-family: Company-Font;
    font-style: italic;
    src: url("../fonts/QuattrocentoSans-Italic.otf") format("opentype");
}
@font-face {
    font-family: Company-Font;
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/QuattrocentoSans-BoldItalic.otf") format("opentype");
}

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header, hgroup, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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

body, .icon, [data-icon]:before, .fat-finger-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, .bar, footer, .buttons {
    font-weight: normal;
    font-style: normal;
    font-family: Company-Font, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


* html {
    font-size: 112%;
}

html {
    font-size: 18px;
    line-height: 1.8em;
}

body {
    font-family: Body-Font, Georgia, Times, 'Times New Roman', serif;
    font-style: normal;
}

em {
    font-family: Body-Font, Georgia, Times, 'Times New Roman', serif;
    font-style: italic;
}

strong, .fat-finger-button em {
    font-family: Body-Font, Georgia, Times, 'Times New Roman', serif;
}

a, a:link, a:visited, a:hover, a:active, a:focus, a:link:hover, a:link:focus,
a:visited:hover, a:visited:focus, a:hover:focus, a:active:hover, a:active:focus  {
    -webkit-transition: all 0.05s ease-in-out, 0.5s;
    -moz-transition: all 0.05s ease-in-out, 0.5s;
    -o-transition: all 0.05s ease-in-out, 0.5s;
    transition: all 0.05s ease-in-out, 0.5s;
}

html {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #444444;
    background-color: white;
}

a, a:link, a:visited, a:hover, a:active {
    color: #444444;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

a:hover, a:focus, a:link:hover, a:link:focus, a:visited:hover, a:visited:focus,
a:hover:hover, a:hover:focus, a:active:hover, a:active:focus {
    border-bottom: 1px solid #2089b9;
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.front-page .container {
    *zoom: 1;
    max-width: 66.875em;
    _width: 66.875em;
    padding-left: 2em;
    padding-right: 2em;
    margin-left: auto;
    margin-right: auto;
}

.front-page .container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.front-page .container:after {
    content: "";
    display: table;
    clear: both;
}


.front-page .content {
    /* padding-top: 1em; */
}

.front-page .content .content-block {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -2em;
    display: inline;
    margin-bottom: 5.33em;
}

.front-page .content .content-block:before {
    content: "";
    display: block;
    height: 1.8em;
}

.front-page .content .content-block .content-icon {
    width: 38.09%;
    float: left;
    margin-right: 3.18%;
    display: inline;
}

.bar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    height: 2.8em;
    display: block;
    z-index: 500;
    width: 100%;
    font-size: 14pt;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
}

.bar ul li a {
    display: inline;
    color: #ffffff;
}

ul.buttons, ul.buttons li {
    display: inline;
}

ul li .no-fa {
    margin-left: 5px;
    margin-right: 5px;
}

ul li i.fa {
    background: 50% 50% no-repeat, #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 1.7em;
    width: 1.7em;
    line-height: 1.7em;
    text-align: center;
    background-size: 65%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer
}

.bar ul.bar-right {
    float: right;
}

.bar a.no-fa:hover, .bar a.no-fa:focus, .bar a.no-fa:link:hover, .bar a.no-fa:link:focus, .bar a.no-fa:visited:hover, .bar a.no-fa:visited:focus,
.bar a.no-fa:hover:hover, .bar a.no-fa:hover:focus, .bar a.no-fa:active:hover, .bar a.no-fa:active:focus {
    border-bottom: 1.5px solid #ffffff;
}

.bar a.fa:hover, .bar a.fa:focus, .bar a.fa:link:hover, .bar a.fa:link:focus, .bar a.fa:visited:hover, .bar a.fa:visited:focus,
.bar a.fa:hover:hover, .bar a.fa:hover:focus, .bar a.fa:active:hover, .bar a.fa:active:focus {
    border-bottom: 1.5px solid transparent;
    color: #444444;
}

@media (max-width: 35em) {
    #blog {
        display: none;
    }
}

.splash {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/splash.jpg') center left no-repeat;
    display: block;
    background-size: cover;
    position: absolute;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
/*
    width: 100%;
    height: 100%;
    */
    text: center;
}

.splash {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-top: 5em;
    display: block;
}

#lasttweet {
    padding: 0px 30px 10px 0px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 35em) {
    .splash img {
        width: 60%;
        max-width: 128px;
        height: auto;
    }
}

.splash h1 {
    font-size: 5em;
    line-height: 1em;
    text-align: center;
    /* color: #1199ff; */
    color: #1199ff;
    font-weight: bold;
    /* text-shadow: 0px 0px 0.02em #000000; */
}

@media (max-width: 35em){
    .splash h1 {
        font-size: 3em;
    }
}


.splash h2 {
    font-size: 2.21em;
    line-height: 0.7em;
    text-align: center;
    color: #1199ff;
    font-weight: bold;
    /* text-shadow: 0px 0px 0.02em #000000; */
}

@media (max-width: 35em){
    .splash h2 {
        font-size: 1.35em;
    }
}


.splash a:hover, .splash a:focus, .splash a:link:hover, .splash a:link:focus, .splash a:visited:hover, .splash a:visited:focus,
.splash a:hover:hover, .splash a:hover:focus, .splash a:active:hover, .splash a:active:focus {
    border-bottom: none;
}


.content .explanation h1 {
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: center;
    color: #1199ff;
    /* text-shadow: 0px 0px 0.03em #000000; */
}

@media (max-width: 35em){
    .content .explanation h1 {
        font-size: 1.8em;
    }
}

.content .explanation {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 7em;
    margin-bottom: 7em;
}

.content .explanation .teasers {
    width: 100%;
    text-align: center;
    margin-top: 2em;
    color: #444444;
}

.main-content {
    position: absolute;
    top: 100%;
    width: 100%;
}

.gray-line {
    background: #e6e6e6;
    width: 100%;
    line-height: 0;
    height: 4px
}

.content .feature-wrapper .icon {
    width: 40%;
}

.content .icon {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 40em) {
    .content .feature-wrapper .icon {
        width: 100%;
        display: block;
    }
}

@media (max-width: 40em) {
    .content .teasers .icon {
        display: none;
    }
}

@media (max-width: 50em) {
    #lasttweet {
        display: none;
    }
}

.content .icon .feature-icon {
    background-color: #e6e6e6;
    /*
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    */
    height: 7em;
    width: 7em;
    line-height: 1.7em;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    background-size:20%;
    display: block;
    /*
    border: 3px solid rgba(68, 68, 68, 0.5);
    */

}

.content .icon .analyze {
    background: 50% 50% url('../images/analyze_256.png') no-repeat; /* rgba(200, 200, 200, 0.8); */
    background-size: cover;
}

.content .icon .inspect {
    background: 50% 50% url('../images/inspection_256.png') no-repeat; /* rgba(200, 200, 200, 0.8); */
    background-size: cover;
}

.content .icon .create {
    background: 50% 50% url('../images/create_256.png') no-repeat;
    background-size: cover;
}

.content .icon .play {
    background: 50% 50% url('../images/play_256.png') no-repeat;
    background-size: cover;
}

.content .icon .icon-heading {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2em;
}

.content .feature {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    /* margin-right: 10% */
}

@media (max-width: 40em){ .content .feature {
    width: 80%;
    display: block;
    margin-right: 10%;
    margin-left: 10%;
    }
}

.content .feature h2 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

@media (max-width: 35em){ .content .feature h2 {
    font-size: 1.5em;
    }
}

.content .feature p {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.content .feature-wrapper {
    padding-top: 3em;
    padding-bottom: 7em;
}

.feature-wrapper.odd, .feature-wrapper.odd li .feature-wrapper.odd li a  {
    background-color: #1199ff;
    color: #ffffff;
}

.feature-wrapper.even, .feature-wrapper.even li, .feature-wrapper.even li a {
    background-color: #ffffff;
    color: #444444;
}

.feature-wrapper.even a.no-fa:hover, .feature-wrapper.even a.no-fa:focus, .feature-wrapper.even a.no-fa:link:hover, .feature-wrapper.even a.no-fa:link:focus, .feature-wrapper.even a.no-fa:visited:hover, .feature-wrapper.even a.no-fa:visited:focus,
.feature-wrapper.even a.no-fa:hover:hover, .feature-wrapper.even a.no-fa:hover:focus, .feature-wrapper.even a.no-fa:active:hover, .feature-wrapper.even a.no-fa:active:focus {
    border-bottom: 1.5px solid #444444;
}

.feature-wrapper.even a.fa:hover, .feature-wrapper.even a.fa:focus, .feature-wrapper.even a.fa:link:hover, .feature-wrapper.even a.fa:link:focus, .feature-wrapper.even a.fa:visited:hover, .feature-wrapper.even a.fa:visited:focus,
.feature-wrapper.even a.fa:hover:hover, .feature-wrapper.even a.fa:hover:focus, .feature-wrapper.even a.fa:active:hover, .feature-wrapper.even a.fa:active:focus {
    border-bottom: 1.5px solid transparent;
    color: #ffffff;
}

.feature-wrapper.odd a.no-fa:hover, .feature-wrapper.odd a.no-fa:focus, .feature-wrapper.odd a.no-fa:link:hover, .feature-wrapper.odd a.no-fa:link:focus, .feature-wrapper.odd a.no-fa:visited:hover, .feature-wrapper.odd a.no-fa:visited:focus,
.feature-wrapper.odd a.no-fa:hover:hover, .feature-wrapper.odd a.no-fa:hover:focus, .feature-wrapper.odd a.no-fa:active:hover, .feature-wrapper.odd a.no-fa:active:focus {
    border-bottom: 1.5px solid #ffffff;
}

.feature-wrapper.odd a.fa:hover, .feature-wrapper.odd a.fa:focus, .feature-wrapper.odd a.fa:link:hover, .feature-wrapper.odd a.fa:link:focus, .feature-wrapper.odd a.fa:visited:hover, .feature-wrapper.odd a.fa:visited:focus,
.feature-wrapper.odd a.fa:hover:hover, .feature-wrapper.odd a.fa:hover:focus, .feature-wrapper.odd a.fa:active:hover, .feature-wrapper.odd a.fa:active:focus {
    border-bottom: 1.5px solid transparent;
    color: #444444;
}

.feature-wrapper .buttons {
    margin-top: 3em;
    float:right;
}

.feature-wrapper.odd a {
    display: inline;
    color: #ffffff;
}

.feature-wrapper.even a {
    display: inline;
    color: #444444;
}

footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 4px solid #e6e6e6;
    background-color: #444444;
    color: #e6e6e6;
    font-size: 12pt;
    line-height: 1.5em;
    padding: 1em;
}
footer nav {
    width: 80%;
    margin-left: 10%;
}

footer nav div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-top: 2em;
    padding-left: 5%;
}

@media (max-width: 35em){ footer nav div {
    width: 40%;
    }
}


footer address {
    font-size: 12pt;
    line-height: 1.7em;
}

footer h1 {
    /* text-decoration:underline; */
    font-weight:bold;
}

footer a, footer a:link, footer a:visited,  footer a:hover, footer a:active, footer a:focus, footer a:link:hover, footer a:link:focus,
footer a:visited:hover, footer a:visited:focus, footer a:hover:focus, footer a:active:hover, footer a:active:focus  {
    color: #e6e6e6;
}

footer a:hover, footer a:active, footer a:focus, footer a:link:hover, footer a:link:focus,
footer a:visited:hover, footer a:visited:focus, footer a:hover:focus, footer a:active:hover, footer a:active:focus  {
    border-bottom: 1px solid #e6e6e6;
}

.languages ul {
    margin-top: 2em;
    text-align: center;
}

.languages ul li {
    display: inline;
}

.social {
    width: 100%;
    text-align: center;
}

.copyright {
    width: 100%;
    text-align: center;
    font-size: 10pt;
    margin-top: 2em;
    margin-bottom: 1em;
}

.illustration.analyze {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/analyze.jpg') center left no-repeat;
    display: block;
    background-size: cover;
    height: 75px;

/*
    border-bottom-style: solid;
    border-bottom-width: 0.2em;

    border-top-style: solid;
    border-top-width: 0.2em;

    border-color: #e6e6e6;
    */
}

@media (max-width: 55em){ .illustration.analyze {
    height: 50px;
    }
}

.illustration.inspect {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/inspect.jpg') center left no-repeat;
    display: block;
    background-size: cover;
    height: 75px;

/*
    border-bottom-style: solid;
    border-bottom-width: 0.2em;

    border-top-style: solid;
    border-top-width: 0.2em;

    border-color: #e6e6e6;
    */
}

@media (max-width: 55em){ .illustration.inspect {
    height: 50px;
    }
}

.illustration.create {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/create.jpg') center left no-repeat;
    display: block;
    background-size: cover;
    height: 75px;

/*
    border-bottom-style: solid;
    border-bottom-width: 0.2em;

    border-top-style: solid;
    border-top-width: 0.2em;

    border-color: #e6e6e6;
    */
}

@media (max-width: 55em){ .illustration.create {
    height: 50px;
    }
}

.illustration.play {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/play.jpg') center left no-repeat;
    display: block;
    background-size: cover;
    height: 75px;

/*
    border-bottom-style: solid;
    border-bottom-width: 0.2em;

    border-top-style: solid;
    border-top-width: 0.2em;

    border-color: #e6e6e6;
    */
}

@media (max-width: 55em){ .illustration.play {
    height: 50px;
    }
}