/* Pictos Font
* Copyright Â© 2010Â Drew Wilson
* http://www.drewwilson.com  -  http://pictos.drewwilson.com
*
* The fonts included in this stylesheet are subject to the End User License you purchased
* from Drew Wilson. The fonts are protected under domestic and international trademark and 
* copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
* distributing this font software.
*
* This font is NOT free. It is illegal to use this font without paying for a license. 
*/

@font-face {
    font-family: 'Pictos';
    src: url('/pictos/pictos-web.eot');
    src: local('â˜º'), url('/pictos/pictos-web.woff') format('woff'), url('/pictos/pictos-web.ttf') format('truetype'), url('/pictos/pictos-web.svg#webfontIyfZbseF') format('svg');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'dinmit';
    src: url('/dinmit/dinmittelschrift.eot');
    src: url('/dinmit/dinmittelschrift.eot?#iefix') format('embedded-opentype'), url('/dinmit/dinmittelschrift.woff') format('woff'), url('/dinmit/dinmittelschrift.ttf') format('truetype'), url('/dinmit/dinmittelschrift.svg#DINMittelschriftRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    }

/* CSS RESET */
* {
    margin: 0;
    padding: 0;
    }

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


/* GLOBAL SITE STYLING */
body {
    background: #FFF;
    color: #222;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Helvetica Neue Light', Helvetica, Arial, Geneva, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    }

a {
    outline: none;
    color: #003852;
    font-weight: bold;
    text-decoration: none;
    }

img {
    border: none;
    }

h1 {
    font-family: dinmit, Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
    -webkit-text-stroke: 1px transparent;
    font-size: 16px;
    }


#header {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -590px;
    z-index: 10;
    }


/* MAIN DIAGRAM/LOGO/SPLASH */
#splash {
    position: relative;
    margin-top: 15px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    opacity: 0.0;
    background: #FFF url(//d3omao0uy1rjjh.cloudfront.net/images/splash/1.jpg) 50% 0 no-repeat;
    }

.safari #splash {
    /*-webkit-transform: scale(1.2);*/
    -webkit-transition: all 600ms ease-in-out 200ms;
    }

.splash_ready #splash {
    opacity: 1.0;
    }

.safari.splash_ready #splash {
    -webkit-transform: scale(1.0);
    }

#splash .nivoSlider {
    position: relative;
    left: 50%;
    margin-left: -754px;
    width: 1508px;
    height: 400px;
    }

#splash .nivoSlider img {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    }

#splash .nivoSlider img.first {
    display: block;
    }

#splash .nivo-slice,
#splash .nivo-box {
    display: block;
    position: absolute;
    z-index: 2;
    }

#splash .nivo-slice {
    height: 100%;
    }

#splash #logo {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    margin: 158px 0 0 -133px;
    width: 205px;
    height: 96px;
    background-image: url(//d3omao0uy1rjjh.cloudfront.net/images/vdmx_logo.png);
    opacity: 0.0;
    }

.webkit #splash #logo {
    margin: 110px 0 0 -235px;
    width: 408px;
    height: 192px;
    background-image: url(//d3omao0uy1rjjh.cloudfront.net/images/vdmx_logo_2x.png);
    -webkit-transform: scale(1.0);
    }

.splash_ready #splash #logo {
    opacity: 1.0;
    -webkit-transition: all 600ms ease-in-out 800ms;
    -moz-transition: opacity 600ms ease-in-out 800ms;
    -webkit-transform: scale(0.5);
    }


/* THE ONLY TWO THINGS ON THE PAGE THAT MATTER */
#buttons {
    position: relative;
    z-index: 10;
    left: 50%;
    margin: -80px 0 0 -244px;
    width: 438px;
    height: 92px;
    opacity: 0.0;
    -webkit-transition: opacity 350ms ease 1600ms;
    -moz-transition: opacity 350ms ease 1600ms;
    }

.splash_ready #buttons {
    opacity: 1.0;
    }

#buttons .button {
    display: block;
    position: absolute;
    top: 0;
    width: 205px;
    height: 93px;
    text-indent: -9999px;
    }

#buttons .button.download {
    left: 0;
    background-image: url(//d3omao0uy1rjjh.cloudfront.net/images/download_button.png?rand=1342612);
    }

#buttons .button.buy {
    right: 0;
    background-image: url(/images/purchase_button.png);
    }

#buttons .badge.sale {
    display: block;
    position: absolute;
    width: 175px;
    height: 175px;
    background-size: 100% 100%;
    text-indent: -9999px;
    top: -130px;
    right: -110px;
    background-image: url(/images/sale_badge@2x.png);
    opacity: 0.0;
    -webkit-transform: scale(1.5) rotate(-12deg);
    -moz-transform: scale(1.5) rotate(-12deg);
    }


.splash_ready #buttons .badge.sale {
    opacity: 1.0;
    -webkit-transition: all 500ms ease 2400ms;
    -moz-transition: all 500ms ease 2400ms;
    -webkit-transform: scale(1.0) rotate(0);
    -moz-transform: scale(1.0) rotate(0);
    }

/* FOUR HIGHLIGHTS */
#highlights {
    margin: 0 auto;
    padding: 48px 0 20px;
    width: 1052px;
    }

#highlights div {
    position: relative;
    z-index: 11;
    display: inline-block;
    vertical-align: top;
    margin: 0 14px;
    padding-top: 74px;
    width: 220px;
    text-align: left;
    background-color: transparent;
    background-image: url(//d3omao0uy1rjjh.cloudfront.net/images/glyphs@2x.png);
    background-repeat: no-repeat;
    background-size: 877px 96px;
    }

#highlights h1 {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 14px;
    -webkit-transform: translateZ(0);
    -webkit-text-stroke: 1px transparent;
    }

#highlights p {
    margin: 4px 0;
    }

#highlight_1{ background-position: 0 0; }
#highlight_2{ background-position: -220px 0; }
#highlight_3{ background-position: -478px -10px; }
#highlight_4{ background-position: -714px 0; }



/* SEE-IN-ACTION WIDGET */
#examples {
    margin: 30px 0 60px;
    min-width: 1052px;
    color: white;
    background: #AAA url(//d3omao0uy1rjjh.cloudfront.net/images/diagonal_lines.png) 50% 0 repeat;
    box-shadow: inset 0 0 50px rgba(0,0,0, 0.3);
    }

#examples > .inner {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 1052px;
    }

#examples h1 {
    text-transform: uppercase;
    font-size: 22px;
    padding: 28px 0 0;
    text-shadow: 0 -1px 0 rgba(0,0,0, 0.25);
    }

#examples .example {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 230px;
    margin: 20px 15px;
    }

#examples .example .thumb {
    cursor: pointer;
    }

#examples .example .thumb img,
#examples .example .thumb .img {
    width: 234px;
    height: 130px;
    display: inline-block;
    }

#examples .example .thumb img {
    width: 215px\9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }

.desktop.safari #examples .example .thumb img {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0, 0.3);
    -webkit-transform: scale(0.94);
    -webkit-transition: -webkit-transform 150ms linear;
    }

.desktop.not-safari #examples .example .thumb img {
    box-shadow: 0 0 12px rgba(40,96,122, 0.0);
    -webkit-transition: box-shadow 150ms linear;
    -moz-transition:    box-shadow 150ms linear;
    transition:         box-shadow 150ms linear;
    }

.desktop.safari #examples .example .thumb:hover img {
    -webkit-transform: scale(1.0);
    }

.desktop.not-safari #examples .example .thumb:hover img {
    box-shadow: 0 0 12px rgba(40,96,122, 1.0);
    }

#examples .example h2 {
    -webkit-transform: translateZ(0);
    -webkit-text-stroke: 1px transparent;
    font-size: 12px;
    text-shadow: 0 -1px 0 rgba(0,0,0, 0.25);
    }

#examples .example p,
#examples .example h3,
#examples .example ul,
#examples .example video,
#examples .example .caption,
#examples .example .flowchart_thumb,
#examples .more_info {
    display: none;
    }

#examples .more_info {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    }

#examples .more_info > .inner {
    position: fixed;
    z-index: 13;
    top: 50%;
    left: 50%;
    margin: -192px 0 0 -480px;
    width: 912px;
    height: 384px;
    border-radius: 8px;
    color: white;
    text-align: left;
    -webkit-text-stroke: 1px rgba(255,255,255, 0.0);
    }

#examples .more_info .close_button {
    position: absolute;
    top: -12px;
    left: -14px;
    width: 45px;
    height: 45px;
    background: transparent url(//d3omao0uy1rjjh.cloudfront.net/images/close_button.png) 0 0 no-repeat;
    cursor: pointer;
    }

#examples .more_info p,
#examples .more_info ul {
    margin-bottom: 8px;
    }

#examples .more_info h2 {
    position: relative;
    font-family: dinmit, Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
    font-size: 16px;
    line-height: 1.1;
    }

#examples .more_info h3 {
    text-transform: uppercase;
    font-family: dinmit, Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', 'sans serif';
    font-size: 13px;
    }

#examples .more_info p,
#examples .more_info ul,
#examples .more_info .flowchart_thumb {
    width: 240px;
    font-size: 12px;
    line-height: 1.3;
    }

#examples .more_info a,
#examples .more_info a:hover {
    color: white;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: underline;
    }

#examples .more_info.right .video_wrapper {
    position: absolute !important;
    left: 294px !important;
    bottom: 24px !important;
    box-shadow: 0 0 12px rgba(255,255,255,0.25);
    }

#examples .more_info .flowchart_thumb {
    cursor: pointer;
    position: absolute;
    bottom: 24px;
    left: 0;
    width: 200px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    box-shadow: 0 0 12px rgba(255,255,255,0.5);
    }

#examples .more_info.grow .flowchart_thumb {
    left: 294px;
    width: 640px;
    }

#examples .more_info .magnifier {
    cursor: pointer;
    -webkit-transition: opacity 200ms ease 400ms;
    -moz-transition: opacity 200ms ease 400ms;
    transition: opacity 200ms ease 400ms;
    opacity: 1.0;
    position: absolute;
    bottom: 36px;
    left: 58px;
    }

#examples .more_info.grow .magnifier {
    cursor: default;
    -webkit-transition: none;
    opacity: 0.0;
    }

#examples .more_info.right .caption,
.mobile #examples .more_info.right .caption {
    position: absolute;
    bottom: 0;
    left: 294px;
    width: 640px;
    }

#examples .more_info.right .close_button {
    top: -54px;
    }

#examples .more_info .caption {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    }

#examples .more_info.center > .inner {
    text-align: center;
    }

#examples .more_info.center .video_wrapper {
    display: inline-block !important;
    box-shadow: 0 0 12px rgba(255,255,255,0.3);
    }

#examples .more_info.center h2 {
    font-size: 18px;
    margin-bottom: 12px;
    }

#examples .more_info.center br {
    display: none;
    }


/* TECH SPECS */
#tech_specs {
    min-width: 980px;
    margin: 40px auto;
    }

#tech_specs div {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    width: 292px;
    text-align: left;
    }

#tech_specs ul {
    margin: 4px 20px 20px;
    padding-left: 8px;
    list-style: square;
    }

#tech_specs li {
    margin-bottom: 2px;
    font-size: 12px;
    }


/* FOOTER */
footer {
    display; block;
    clear: both;
    margin-top: 40px;
    padding-bottom: 18px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0,0,0, 0.15);
    background: #AAA url(//d3omao0uy1rjjh.cloudfront.net/images/diagonal_lines.png) 50% 0 repeat;
    box-shadow: inset 0 0 50px rgba(0,0,0, 0.3);
    }

footer > .inner {
    margin: 0 auto;
    width: 980px;
    }

footer > .inner div {
    display: inline-block;
    vertical-align: top;
    margin: 32px 18px 80px;
    width: 180px;
    }

footer > .inner .wide {
    width: 232px;
    }

footer h1 {
    text-shadow: 0 -1px 0 rgba(0,0,0, 0.25);
    }

footer ul {
    list-style: none;
    }

footer li {
    margin-bottom: 2px;
    white-space: nowrap;
    }

footer li a {
    text-shadow: 0 1px 0 rgba(255,255,255, 0.25);
    }

footer li a:before {
    content: "j ";
    font-family: 'Pictos', sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding-right: 5px;
    -webkit-text-stroke: 1px transparent;
    }

footer li a.buy:before {
    content: "$";
    }

footer li a.download:before {
    content: "}";
    }

footer li a.twitter:before {
    content: "B";
    }

footer li a.email:before {
    content: "M";
    }

footer li a.forums:before {
    content: "q";
    font-size: 17px;
    }

footer li a.manuals:before {
    content: "N";
    }

footer li a.tutorials:before {
    content: "9";
    }

footer li a.authorization:before {
    content: "K";
    }

footer .open-source li a:before {
    content: "x";
    }

footer li.phone {
    color: rgb(240,240,240);
    }

footer h1,
footer p {
    margin-bottom: 6px;
    }

footer small {
    display: block;
    margin: 0 18px;
    font-size: 11px;
    }
