﻿/** Global Definitions*/

html, *
{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}


body
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    min-width: 980px;
	overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 4px;
	height: 0px;
}
::-webkit-scrollbar-track {
	background: rgba(19,19,19,1); 
}

::-webkit-scrollbar-thumb {
	background: rgba(163,163,163,1); 
}

a, a:active, a:hover, a:visited
{
    text-decoration: none;
    color: inherit;
}

b { font-weight: 400; }

h1, h2, h3, h4, h6
{
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
}

h2
{
    text-align: center;
    padding: 5%;
    max-width: 1600px;
    margin: 0 auto;
}
h3
{
    font-size: 30px;
    font-weight: 400;
}
h4
{
    font-size: 20px;
    font-weight: 600;
}
h6
{
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1%;
    padding-top: 0;
    padding-bottom: 50px;
}
.sting
{
    font-size: 50px;
    font-weight: 300;
    padding-bottom: 25px;
}

  .large
    {
        font-size: 60px;
        display: block;
        margin: .5em;
    }
.fillwidth
{
    position: relative;
    width: 100%;
}

    .fillwidth > img
    {
        width: 100%;
        height: auto;
        display: block;
    }
    .fillwidth > div
    {
        position: absolute;
        color: #191919;
        width: 100%;
        margin: 0 auto;

    }

.transition
{
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.appear > div, .appear > li
{
    opacity: 0;
}

/** Splash */

#splash
{
    position: relative;
    width: 100%;
    height: 100%;
}

#splash-container
{
    position: absolute; /* fixed for reverse behaviour */
    top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
    z-index: 2;
}

#splash-container img
{
    width: 480px;
    height: auto;
    max-width: 100%;
    margin-top: -5%;
	margin-left: 2.25%;
    z-index: 2;
}

    #splash-background video
    {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        overflow: hidden;
    }

#downarrow
{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -48px;
    display: block;
    width: 96px;
    height: 48px;
    background: url('/images/downarrow.png') no-repeat center center;
    z-index: 2;
}

#cornerarrow
{
    position: fixed;
    bottom: 0;
    right:0;
    display: block;
    width: 200px;
    height: 200px;
    background: url('/images/ready.png') no-repeat center center;
    z-index: 2;
	opacity: 0;
}

#cornerarrow.show {
	opacity: 1;
}

/** Process */
#process
{
    min-height: 100%;
    z-index: 1;
    background: #efeeef;
}

#logintop {
	display: block;
	position: absolute;
	top: 1em;
	right: 1em;
	color: #efefef;
	font-weight: 600;
	opacity: .66;
}
#logintop:hover { opacity: 1; }


#bullets
{
    text-align: center;
}

.list
{
    display: inline-block;
    opacity: .75
}
    .list:hover
    {
        opacity: 1;
    }

#processes
{
    z-index: 2;
    background: #efeeef;
}

    .diagram
    {
        position: relative;
        width: 960px;
        height: 1080px;
        margin: 0 auto;
    }

        .diagram > div
        {
            position: absolute;
            color: #777;
        }

        .diagram h3
        {
            font-size: 30px;
            font-weight: 200;
        }

    #processes > img
    {
        display: block;
        margin: 0 auto;
    }

    ul.absolute-icons
    {

        padding-top: 10%;
        max-width: 1600px;
        /*height: 100px;*/
        width: 100%;
        margin: 0 auto;
        white-space: nowrap;
    }
        ul.absolute-icons h5
        {
            font-weight: 200;
            font-size: 25px;
            padding-bottom: 10px;
        }

    ul.absolute-icons > li
    {
        width: 25%;
        padding: 0 4%;
        display: inline-block;
        position: relative;
        margin: 0 auto;
        text-align: center;
        white-space: normal;
        vertical-align: top;
        
    }

	/*
	ul.absolute-icons h5
	{
		display: inline-block;
		width: 47%;
		padding: 1%;
		padding-top: 0;
		text-align: right;
		vertical-align: top;
	}
	ul.absolute-icons p 
	{
		display: inline-block;
		width: 47%;
		padding: 1%;
		padding-top: 8px;
		text-align: left;
		vertical-align: top;
	}
	*/


/** Usability */

#usability
{
    background: #090909 url('/Images/innovation.jpg') center top no-repeat;
    background-size: cover;
    color: #efeeef;
    border-bottom: 1px solid #bbb;
}

#features
{
 
}

.slideshowcontainer
{
    box-sizing: border-box;
    width: 852px;
    height: 780px;
    margin: 0 auto;
    margin-bottom: 50%;
    padding-top: 159px;
    background: url('/images/ipad/ipadframe.png') no-repeat top center;
    position: relative;
}

.slideshowcontainer ul
{
    text-align: center;
    padding-top: 40px;
}

.slideshowcontainer li
{
    list-style: none;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    background: url('/images/dot.png') no-repeat center center;
    padding: 10px;
    cursor: pointer;
}

    .slideshowcontainer li.active, .slideshowcontainer li:hover
    {
        opacity: 1;
        background-image: url('/images/dotfilled.png');
    }

.slideshow
{
    margin: 0 auto;
    width: 594px;
    height: 433px;
    overflow: hidden;
	cursor: pointer;
}

.slides
{
    height: 100%;
}

.slides > div
{
    float: left;
}

.descriptions
{
    position: relative;
    max-width: 594px;
    margin: 0 auto;
    color: #191919;
    font-weight: 400;
    text-align: center;
}

.descriptions > div
{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 594px;
}
    .descriptions > div.active
    {
        opacity: 1;
    }

#devices

{

    padding-top: 80px;
    text-align: center;

    overflow: hidden;
    max-height: 450px;
}
    #devices > div
    {
        display: inline-block;

    }

#devices > div:hover
{
    -ms-transform: translate(0px,-90px); /* IE 9 */
 	-webkit-transform: translate(0px,-90px); /* Chrome, Safari, Opera */
    transform: translate(0px,-90px);
}

        #devices > div > div
        {
            margin: 0 auto;
            opacity: 0;
            color: #efefef;
            margin-bottom: 20px;
            max-width: 220px;
            border-radius: 2px;
            padding: 1em;
        }

    #devices > div:hover > div
    {
        opacity: 1;
    }


#devicestitle
{
    opacity: 1;
}
#devices:hover #devicestitle
{
    opacity: 0;
}


#trackrecord
{
    position: relative;
    background: #d7d7d7 url('/images/trackrecord/whitewall.jpg') no-repeat top center;
    background-size: 100% auto;
    padding-top: 200px;
}

#trackrecord h3
{
    font-weight: 200;
}
#trackrecord h4
{
    font-weight: 400;
    opacity: .75;
}

ul.icons
{
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
    white-space: nowrap;
}

    ul.icons > li
    {
        width: 25%;
        padding: 0 4%;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }
        ul.icons > li > a img
        {
            opacity: .75;
        }


        ul.icons > li > a:hover img
        {
            opacity: 1;
        }


.frames
{
    position: relative;
    max-height: 650px;
    width: 100%;
    margin-bottom: 100px;
    overflow: hidden;
    white-space: nowrap;
}

    .frames > div
    {
        display: inline-block;
        margin-left: 30px;
        margin-right: 30px;
        vertical-align: top;
        text-align: center;
        cursor: pointer;
    }

        .frames > div > div > h2
        {
            padding-bottom:0px !important;
            font-size: 2em;
        }

        .frames > div > div
        {
            opacity: 0;
        }
        .frames > div:hover > div, .frames > div.active > div
        {
            opacity: 1;
        }

    .touch
    {
        overflow-x: auto !important;
    }

#getstarted
{
    background: #375b85 url('/Images/getstarted/bg.jpg') center bottom no-repeat;
    background-size: 100% auto;
    color: #efeeef;
}

.graphs
{
    max-width: 1600px;
    margin: 0 auto;
}

.graphs > div
{   
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin: 0 2%;
    text-align: center;
    font-size: 14px;

}

    .graphs > div > div
    {
        width: 100%;
        background: #fff;
        border: 3px solid #fff;
        opacity: .8;
        margin-bottom: 25px;
    }

    .graphs > div:hover > div
    {
        opacity: 1;
    }

        .graphs > div > div.hollow
        {
            background: transparent;
            border: 3px dashed #fff;
        }

    .graphs > div > ul
    {
        margin-top: 25px;
    }
        .graphs > div > ul > li
        {
            display: block;
            border-top: 1px solid #ccc;
            padding: .75em 0;
        }
            .graphs > div > ul > li:first-child
            {
                border-top: none;
            }



#signupform
{
    width: 400px;
    margin: 160px auto;
    background: #fff;
    background: rgba(255,255,255,.8);
    padding: 2em;
    border-radius: 3px;
    color: #191919;
    text-align: center;
}

    #signupform input
    {
        width: 100%;
        font-size: 20px;
        padding: .75em;
        margin: .25em 0;
        box-sizing: border-box;
        -webkit-appearance: none;
        border-radius: 3px;
        border: 1px solid #ccc;
        background: #fff;
        color: #191919;
        opacity: .75;
    }

        #signupform input:focus
        {
            opacity: 1;
            border-color: #aaa;
        }

        #signupform input[type="submit"]
        {
            opacity: 1;
            background: #191919;
            color: #efefef;
        }

#footer
{
    width: 100%;
    background: #191919;
    height: 70px;
    font-size: 25px;
    line-height: 70px;
    text-align: center;
    opacity: .9;
}
#signupdiagram
{
    margin-top: 150px;
    padding-bottom: 550px;
    
}

    #signupdiagram h3
    {
        color: #efeeef;

    }
    #signupdiagram p
    {
        color: #efeeef;
    }

#disclaimer
{
    width: 100%;
    background: #191919;
    color: #777;
    height: 30px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    opacity: .9;
}

    #disclaimer a
    {
        font-weight: 400;
        color: #aaa;
    }

@media screen and (max-width: 1280px)
{
            
    .slideshowcontainer h2
      {
        padding: 0 5%;
    }

    h1, h2
      {
        font-size: 30px;
        line-height: 40px;
    }
    
    h3
      {
        font-size: 20px;
        line-height: 30px;
    }

    ul.absolute-icons h5
      {
        font-size: 20px;
        line-height: 25px;
    }

    .sting
    {
        font-size: 40px;
        line-height: 50px;
    }

    #devices h6
    {
        font-size: 25px;
        line-height: 35px;
        padding-top: 50px;
    }

    p
    {
        font-size: 15px;
        line-height: 20px;
    }
    #signupdiagram
    {
        padding-bottom: 250px;
    }


}