
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;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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


body {
    font-family: 'PT Sans', sans-serif;
    min-height: 740px;
    
    background: rgb(83, 83, 74); /* #666666 */
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(235,235,235)), to(rgb(100, 255, 30)));
    /*background:         radial-gradient(rgb(235,235,235), rgb(83, 83, 74));*/
    /*background:         radial-gradient(rgb(153, 153, 153), rgb(83, 83, 74));
    background:         radial-gradient(rgb(235,235,235), rgb(255,255,15));*/
    background:         radial-gradient(rgb(235,235,235), rgb(120,120,120));
}

/*
    Now let's bring some text styles back ...
*/
b, strong { font-weight: bold }
i, em { font-style: italic }

/*
    ... and give links a nice look.
*/
a {
    color: inherit;
    text-decoration: none;
    padding: 0 0.1em;
    background: rgba(255,255,255,0.5);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.9);
    border-radius: 0.2em;
    
    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}
h1 {font-size: 44px;}
h2 {font-size: 34px;}
h3 {font-size: 26px;}
p , .normalText{font-size: 22px;}
a:hover,
a:focus {
    background: rgba(255,255,255,1);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.5);
}
.apilist , .moblist{
	list-style: circle;
	list-style-image: url('../img/api_icon25px.png');
	margin: 0 35px;
	padding:15px;
}
.moblist{list-style-image: url('../img/Phone_25px.png');}
li { padding:15px;}
#eliteImages{display:inline;float:left; width:1100px}
#eliteImages > img{margin:3%;width:25%}

.inlineLeftFloat{display:inline;float:left;width:98%;margin:10px}
.inlineFlex{display:inline-flex;}
.middleTitle{margin:20px 15px;font-size:26px;position:relative;top:80px}
.floatRight{float:right}
.floatLeft{float:left}
.floatRightSpaced{float:right;padding:20px 40px 20px 20px}
.paddingBot35{padding-bottom:35px}
.paddingRight10{padding-right:10px}
.alignCenter{text-align: center}
.width40{width:40%}
.width90{width:90%}
.width70{width:70%}
.width33{width:33%}

.fallback-message {
    font-family: sans-serif;
    line-height: 1.3;
    
    width: 780px;
    padding: 10px 10px 0;
    margin: 20px auto;

    border: 1px solid #E4C652;
    border-radius: 10px;
    background: #EEDC94;
}

.fallback-message p {
    margin-bottom: 10px;
}

.impress-supported .fallback-message {
    display: none;
}

.step {
    position: relative;
    width: 1100px;
    padding: 40px;
    margin: 20px auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;

    font-family: 'PT Serif', georgia, serif;
    font-size: 48px;
    line-height: 1.5;
}

.impress-enabled .step {
    margin: 0;
    opacity: 0.3;
    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;
}

.impress-enabled .step.active { opacity: 1 }

.welcomeslide {
    display: block;
    height: 700px;
    width:100%;
    padding: 40px 60px;
    /*background-color: white; */
    background: #dcdcdc; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #dcdcdc 0%, #b4b4b4 59%, #646464 73%, #5a5a5a 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#dcdcdc), color-stop(59%,#b4b4b4), color-stop(73%,#646464), color-stop(100%,#5a5a5a)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #dcdcdc 0%,#b4b4b4 59%,#646464 73%,#5a5a5a 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #dcdcdc 0%,#b4b4b4 59%,#646464 73%,#5a5a5a 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #dcdcdc 0%,#b4b4b4 59%,#646464 73%,#5a5a5a 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #dcdcdc 0%,#b4b4b4 59%,#646464 73%,#5a5a5a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#5a5a5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    color: rgb(102, 102, 102);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);

    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}

.blackOpaqueSlide{
	background-color:rgba(102,102,102,0.7);
	box-shadow: 10px 10px 5px #3C5050;
}

.slide {
    display: block;

    width: 900px;
    height: 700px;
    padding: 40px 60px;

    background-color: white;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);

    color: rgb(102, 102, 102);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);

    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}

.slide q {
    display: block;
    font-size: 40px;
    line-height: 72px;
    margin-top: 45px;
}

.slide q strong {
    white-space: nowrap;
}

#title {
    padding: 0;
}

#title .try {
    font-size: 64px;
    position: absolute;
    top: -0.5em;
    left: 1.5em;
    
    -ms-transform:     translateZ(20px);
    transform:         translateZ(20px);
}

#title h1 {
    font-size: 190px;

    -ms-transform:     translateZ(50px);
    transform:         translateZ(50px);
}

#title .footnote {
    font-size: 32px;
}

#big {
    width: 600px;
    text-align: center;
    font-size: 60px;
    line-height: 1;
}

#big b {
    display: block;
    font-size: 250px;
    line-height: 250px;
}

#big .thoughts {
    font-size: 90px;
    line-height: 150px;
}

#tiny {
    width: 500px;
    text-align: center;
}

#ing { width: 500px }

#ing b {
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}

#ing.present .positioning {
    -ms-transform:     translateY(-10px);
    transform:         translateY(-10px);
}

#ing.present .rotating {
    -ms-transform:     rotate(-10deg);
    transform:         rotate(-10deg);

    -webkit-transition-delay: 0.25s;
    -moz-transition-delay:    0.25s;
    -o-transition-delay:      0.25s;
    transition-delay:         0.25s;
}
#ing.present .scaling {
    -ms-transform:     scale(0.7);
    transform:         scale(0.7);

    -webkit-transition-delay: 0.5s;
    -moz-transition-delay:    0.5s;
    -o-transition-delay:      0.5s;
    transition-delay:         0.5s;
}

#imagination {
    width: 600px;
}

#imagination .imagination {
    font-size: 78px;
}

#source {
    width: 700px;
    padding-bottom: 300px;
    
    /* Yoda Icon :: Pixel Art from Star Wars http://www.pixeljoint.com/pixelart/1423.htm */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAEYCAMAAACwUBm+AAAAAXNSR0IArs4c6QAAAKtQTFRFsAAAvbWSLUUrLEQqY1s8UYJMqJ1vNTEgOiIdIzYhjIFVLhsXZ6lgSEIsP2U8JhcCVzMsSXZEgXdOO145XJdWOl03LzAYMk4vSXNExr+hwcuxRTs1Qmk+RW9Am49eFRANQz4pUoNMQWc+OSMDTz0wLBsCNVMxa2NBOyUDUoNNSnlEWo9VRGxAVzYFl6tXCggHbLNmMUIcHhwTXkk5f3VNRT8wUT8xAAAACQocRBWFFwAAAAF0Uk5TAEDm2GYAAAPCSURBVHja7d3JctNAFIZRMwRCCGEmzPM8z/D+T8bu/ptbXXJFdij5fMt2Wuo+2UgqxVmtttq5WVotLzBgwIABAwYMGDCn0qVqbo69psPqVpWx+1XG5iaavF8wYMCAAQMGDBgwi4DJ6Y6qkxB1HNlcN3a92gbR5P2CAQMGDBgwYMCAWSxMlrU+UY5yu2l9okfV4bAxUVbf7TJnAwMGDBgwYMCAAbMLMHeqbGR82Zy+VR1Ht81nVca6R+UdTLaU24Ruzd3qM/e4yjnAgAEDBgwYMGDA7AJMd1l/3NRdVGcj3eX/2WEhCmDGxnM7yqygu8XIPjJj8iN/MGDAgAEDBgwYMAuDGb8q0RGlLCHLv1t9qDKWn3vdNHVuEI6HPaxO9Jo3GDBgwIABAwYMmIXBdC9ShGgMk+XnkXUeuGcsP/e1+lhNnZsL/G5Vs3OAAQMGDBgwYMCAWSxMR3SzOmraG5atdy9wZKzb+vg16qyqe2FltbnAgAEDBgwYMGDALAxmTJSuN3WA76rnVca6GTnemGN1WoEBAwYMGDBgwIBZGMxUomy4+xO899V4LAg5Xnc2MGDAgAEDBgwYMGA218Wq+2K1LDqvY9xZu8zN8fICdM6btYABAwYMGDBgwIABMzfH0+pGU5afze2tXebmeAfVz+p8BQYMGDBgwIABAwbMPBzZ+oWmfJrln1273FhkbHzee9WWbw7AgAEDBgwYMGDALAKm43hcdctKgblcPamOhuXnXlY5Xs6bsW4FGyQCAwYMGDBgwIABswiYMceZKgvMo+h8mrHLTdn676rj+FEFoTtHd8MwOxEYMGDAgAEDBgyYRcBM5UhXqiymW3R3c9ARhWO/OmjqfjVZy+xEYMCAAQMGDBgwYBYG073OnCV0RFNhMhaOa9WfKmOB6XjHMN1tQmaAAQMGDBgwYMCA2VWY7vXjz1U4croAzgPztwIDBgwYMGDAgAEDZhswh035NBw59Dww3RgYMGDAgAEDBgwYMJuD6f4tXT7NUqfCdBvZLkxXdgQGDBgwYMCAAQNmt2DGj8WzwAfV/w7T/aq7mxwwYMCAAQMGDBgwuwqTOo7uTwTngflSzQ3TdaJvAwEDBgwYMGDAgAED5gSvgbyo5oHZ4Pc+gwEDBgwYMGDAgAEzhOm+5G0qTGaAAQMGDBgwYMCAAXNaMOcnls3tNwWm+zRzp54NDBgwYMCAAQMGDJh5YNL36k1TLuGvVq+qnKMbS5n7tulT9asCAwYMGDBgwIABA2ZumKuztLnjgQEDBgwYMGDAgNl5mH/4/ltKA6vBNAAAAABJRU5ErkJggg==);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#source q {
    font-size: 60px;
}


#its-in-3d p {
    -webkit-transform-style: preserve-3d;
    transform-style:         preserve-3d;
}

#its-in-3d span,
#its-in-3d b {
    display: inline-block;
    -ms-transform:     translateZ(40px);
     transform:        translateZ(40px);
            
    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}

#its-in-3d .have {
    -ms-transform:     translateZ(-40px);
    transform:         translateZ(-40px);
}

#its-in-3d .you {
    -ms-transform:     translateZ(20px);
    transform:         translateZ(20px);
}

#its-in-3d .noticed {
    -ms-transform:     translateZ(-40px);
    transform:         translateZ(-40px);
}

#its-in-3d .its {
    -ms-transform:     translateZ(60px);
    transform:         translateZ(60px);
}

#its-in-3d .in {
    -ms-transform:     translateZ(-10px);
    transform:         translateZ(-10px);
}

#its-in-3d .footnote {
    font-size: 32px;

    -ms-transform:     translateZ(-10px);
    transform:         translateZ(-10px);
}

#its-in-3d.present span,
#its-in-3d.present b {
    -ms-transform:     translateZ(0px);
    transform:         translateZ(0px);
}

#overview { display: none }

.impress-on-overview .step {
    opacity: 1;
    cursor: pointer;
}

.hint {

    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    
    background: rgba(0,0,0,0.5);
    color: #EEE;
    text-align: center;
    
    font-size: 50px;
    padding: 20px;
    
    z-index: 100;
    opacity: 0;

    /* -webkit-transform: translateY(400px);
    -moz-transform:    translateY(400px);
    -ms-transform:     translateY(400px);
    -o-transform:      translateY(400px);
    transform:         translateY(400px); */

    -webkit-transition: opacity 1s, -webkit-transform 0.5s 1s;
    -moz-transition:    opacity 1s,    -moz-transform 0.5s 1s;
    -ms-transition:     opacity 1s,     -ms-transform 0.5s 1s;
    -o-transition:      opacity 1s,      -o-transform 0.5s 1s;
    transition:         opacity 1s,         transform 0.5s 1s;
}

.impress-enabled .hint { display: block }

.impress-on-start .hint {
    opacity: 1;

    -ms-transform:     translateY(0px);
    transform:         translateY(0px);

    -webkit-transition: opacity 1s 5s, -webkit-transform 0.5s 4.5s;
    -moz-transition:    opacity 1s 5s,    -moz-transform 0.5s 4.5s;
    -ms-transition:     opacity 1s 5s,     -ms-transform 0.5s 4.5s;
    -o-transition:      opacity 1s 5s,      -o-transform 0.5s 4.5s;
    transition:         opacity 1s 5s,         transform 0.5s 4.5s;
}

.impress-enabled          { pointer-events: none }
.impress-enabled #impress { pointer-events: auto }

.rotateY25 {
    display: inline-block;
    -ms-transform:     rotateY(25deg) translateZ(80px);
    transform:         rotateY(25deg) translateZ(80px);

    -webkit-transition-delay: 0.5s;
    -moz-transition-delay:    0.5s;
    -o-transition-delay:      0.5s;
    transition-delay:         0.5s;
}

.rotateY25ED {
    -ms-transform:     rotateY(25deg) translateX(15px) translateY(-35px) translateZ(140px);
    transform:         rotateY(25deg) translateX(15px) translateY(-35px) translateZ(140px);
}

.rotateY25min {
    -ms-transform:     rotateY(-25deg) translateZ(80px);
    transform:         rotateY(-25deg) translateZ(80px);

    -webkit-transition-delay: 0.5s;
    -moz-transition-delay:    0.5s;
    -o-transition-delay:      0.5s;
    transition-delay:         0.5s;
}

.rotateY25minZ100 {
    -ms-transform:     rotateY(-25deg) translateZ(105px);
    transform:         rotateY(-25deg) translateZ(105px);
}

.rotateY25minZ130 {
    -ms-transform:     rotateY(-25deg) translateY(-20px) translateZ(130px);
    transform:         rotateY(-25deg) translateY(-20px) translateZ(130px);
}

/* plugin toolbar */
.impress-enabled div#impress-toolbar {
    top: 50%;
    width:100%;
    opacity: 0.9;
    height: 2em;
    right : inherit;
    bottom: inherit;
}
.impress-enabled div#impress-toolbar > span {
    margin-right: inherit !important;
}
/* end toolbar */
/* custom toolbar */
#impress-toolbar-group-10, #impress-navigation-ui-select{
    display:none;
}
#impress-toolbar-group-0{
    display: block; width:100%;
}
#impress-navigation-ui-next{float:right}

#impress-navigation-ui-prev, #impress-navigation-ui-next{
    width: 2em;
    height: 2em;
    border-radius: 1em;
    border-width: 0;
    background: #333;
    font-size: 1.2em;
    color: white;
    margin: 0 0.1em;
}

#fullScreenDiv {
    position:fixed;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: auto;
    z-index:100;
    transition: display 2.5s ease-in-out;
/*    transition-duration: 1s;
    transition-timing-function: ease-in-out;*/
}
#fullScreen{
    background-color: #e7e7e7;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px
}
/* slide specific */
#keyExpertise > div > div > h2, #webOne > div > div > h2{ min-height: 120px}
