@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900,600italic);

* {margin:0;padding:0;} 

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {
	overflow:auto;
	padding-bottom: 150px; /* must be same size as footer height */
} 

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-color: #5BD6C5;
	padding: 1em 0 1em 0;
} 

/* Opera CSS Sticky Fix */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

body {
	background-color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-rendering: optimizeLegibility;
	color: #33454D;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	min-width: 480px;
}

header {
	background-color: #5BD6C5;
	position: relative;
   	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	margin: -1em 0 0 0;
	padding: 0 0 1em 0;
}

#aboutPage {
	display:none;
}

#appsPage {
	display:none;
}

#portfolioPage {
 	display:none;   
}

#servicesPage {
	display:none;
}

#testimonialsPage {
	display:none;
}

#jobsPage {
	display:none;
}

#contactPage {
	display:none;
}

.logoBox {
	font-size: 64pt;
	line-height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	text-align: center;
}

.logoBox h1 {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	font-size: 64pt;
	line-height: 100%;
	letter-spacing: 0.2em;
	border: 0;
	margin: 0.2em 0 0 0.2em;
	padding: 0;
}

.logoBox h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 40pt;
	line-height: 100%;
	letter-spacing: 0.2em;
	border: 0;
	margin: 0;
	padding: 0;
	text-align:center;
	-webkit-font-smoothing: antialiased;
}

.quote {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 24pt;
	line-height: 100%;
	border: 0;
	margin: 1em 0 1em 0;
	padding: 0;
	text-align:center;
	opacity: 0.8;
	text-indent:0;
	-webkit-font-smoothing: antialiased;
}

.phoneNumber {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
}

nav ul li {
	list-style: none;
	display: inline-block;
	margin: 0 0.7em 0 0.7em;
	font-size: 18pt;
}

nav ul {
	display: block;
	text-align: center;
	margin: 1em 0 0 0;
	padding: 0;
	border: 0;
}

#navPointer {
	display: none;
	position: absolute;
	width: 30px;
	z-index: -1;
}

.slideShowPointer, .dockPointer {
    width: 30px;
	z-index: -1;
}

.slideShowNav {
    margin: 0 2em 0 0;
	text-align: center;
}

.dockNav {
    margin: 0 0 0 0;
	text-align: center;
    display: block;
}

.seperator {
	position: relative;
    left: 0;
	right: 0;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 1em;
	background-color: #1396A5;
	box-shadow: 0 5px 5px lightgray;
}

#footerSeperator {
	box-shadow: none;
	height: 1em;
	z-index: 1;
	margin-top: -2em;
}

a:link, a:visited {
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: #33454D;
}

.appLogo {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 1em;
	padding: 0;
	border: 0;
	opacity: 1;
}

.appIcon {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin: 1em;
	padding: 0;
	border: 0;
	opacity: 1;
}

.appDock .appIcon, .dockPointer, .slideShowPointer, #navPointer, .undraggable {
	-moz-user-select: none; 
    -webkit-user-select: none;
    -ms-user-select: none; 
    user-select: none; 
    -webkit-user-drag: none; 
    user-drag: none;
}

.appDock {
    background: #33454D;
 	height: 275px;   
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0.5em 0 0 0;
    box-shadow: inset 0px 10px 10px 0px #222E33;
    text-align: center;
}

.demoPhone {
 	width: 200px;   
    margin:0.5em 2em 0 0;
}

.screenshot {
    width:170px;
    height:305px;
    display: none;
    position: absolute;
    z-index:1;   
}

.screenshot.android {
	width: 173px;
	height: 276px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.centerInside {
	display: block;
	text-align: center;
}

.centerInside img {
	font-size: 1em;
	margin-top: 1em;
	width: 170px;
}

.inline {
	display: inline-block;
}

.hidden{
	display: none;
}

.noMargin, .legalText.noMargin {
	margin: 0;
}

.noMarginBottom, .quote.noMarginBottom {
	margin-bottom: 0;
}

.bigMarginTop, .quote.bigMarginTop {
	margin-top: 48pt;
}

.smallMarginBottom, .quote.smallMarginBottom {
	margin-bottom: 12pt;
}

.noIndent {
	text-indent: 0;
}

.halfOpacity {
	opacity: 0.5;
}

.quarterOpacity {
	opacity: 0.25;
}

.roundCorners {
	border-radius: 15px;   
}

.label {
	margin: 0em 0.2em 0.2em 0.2em;
	font-size: 20pt;
	float: left;
}

div.inline .label {
	width: 4em;
}

div.inputHolder {
	width: 32em;
}

input, textarea {
	font-size: 18pt;
	width: 30em;
}

input[type="text"], input[type="tel"], input[type="email"] {
	width: 25em;
}

div#submit {
	height: 12pt;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 36pt;
	background-color: #5BD6C5;
	padding-bottom: 36pt;
	border: solid #1396A5 12pt;
	border-radius: 18pt;
	line-height: 100%;
	text-align: center;
	margin-top: 0.5em;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 5px 5px lightgray;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
	width: 25%;
}

div#submit:active {
	box-shadow: none;
	opacity: 0.9;
}

#submit h1 {
	display: inline-block;
	font-size: 12pt;
	line-height: 100%;
	position: relative;
	top: -18pt
}

#whiteCircle {
	width: 10pt;
	opacity: 0.8;
	margin-bottom: -1pt;
	position: relative;
	left: 22pt;
	top: -18pt
}

img#hoverFinger {	
	width: 11pt;
	position:relative;
	left: 9pt;
	top: 9pt;
	opacity:0;
}

article {
	font-size: 18pt;
	width: 30em;
	margin: 1em auto 4em auto;
	line-height: 160%;
}

article > p:first-child {
	text-indent: 0;
}

footer {
	position: absolute;
	height: 3em;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 1em 0 1em 0;
	background-color: #5BD6C5;
}

.legalText {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	font-size: 10pt;
	text-align: center;
	margin-top: 2em;
}

.legalText.noIndent {
	display: none;
}

.filler {
	height: 5em;
}

.thumb {
	width: 160px;
	height: 120px;
	box-shadow: 0 5px 5px lightgray;
	opacity: 0.4;
}

.thumb.active {
	opacity: 1;
}

.thumb.transition {
	display: none; 
	opacity: 0.4;
	box-shadow: none;
}

.centerInside img.thumb {
	width: 160px;
	height: 120px;
	margin: 0 0.5em 2em 0.5em;
}

#activeVideo {
	width: 640px;
	height: 480px;
	box-shadow: 0 5px 5px lightgray;
}

#testimonialsPage .centerInside {
	margin: 2em 0 2em 0;
}

.testimonial:not(:nth-child(3)) {
	display: none;
}

#testimonialsPage article p {
	margin-bottom: 2em;
	min-height: 15em;
}

.tilt {
	transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
}

.jobListing {
	border: 2px #33454D solid;
	border-radius: 2px;
	box-shadow: 0 5px 5px 5px lightgray;
	padding: 6pt;
	margin-bottom: 1em;
}

.jobListing h1 {
	font-size: 18pt;
	margin: 0;
}

.jobListing h2 {
	font-size: 16pt;
	margin: 0;
}

.jobListing p {
	font-size: 14pt;
	margin: 0;
}

.platform {
	margin: -12pt 2pt 32pt 2pt;
	opacity: 0.5;
	-webkit-transition: .3s ease-in-out opacity;
  -moz-transition: .3s ease-in-out opacity;
  -o-transition: .3s ease-in-out opacity;
  transition: .3s ease-in-out opacity;
}

.platform.active {
	opacity: 1.0;
	-webkit-transition: .3s ease-in-out opacity;
  -moz-transition: .3s ease-in-out opacity;
  -o-transition: .3s ease-in-out opacity;
  transition: .3s ease-in-out opacity;

}

.platform:hover:not(.active) {
	opacity: 0.7;
}

.platform img {
	display: block;
}

.platform h2 {
	display: block;
	font-weight: 700;
	opacity: 0.8;
}

input[type='range'] {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	border-radius: 6pt;
	border: 4pt solid #DDD;
	box-shadow: inset 0 0 5px #999;
	background-color: #CCC;
	height: 16pt;
	vertical-align: middle;
	margin: 12pt 2pt 12pt 2pt;
	outline: none;
}

input[type='range']::-moz-range-track {
	-moz-appearance: none;
	border-radius: 6pt;
	border: 4pt solid #DDD;
	box-shadow: inset 0 0 5px #999;
	background-color: #999;
	height: 10px;
}

input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	border-radius: 3pt;
	background-color: #5BD6C5;
	border: 3pt solid #33454D;
	box-shadow:inset 0 0 1px rgba(000,000,000,0.5);
	height: 34pt;
	width: 18pt;
}

input[type='range']::-ms-thumb {
	border-radius: 3pt;
	background-color: #5BD6C5;
	border: 3pt solid #1396A5;
	box-shadow:inset 0 0 1px rgba(000,000,000,0.5);
	height: 34pt;
	width: 18pt;
}

.skills li {
	margin-left: 2em;
}

img#calc {
	width:30em;
	margin-bottom:-25pt;
	margin-left: 5pt
}

img#budget {
	width: 18.3em;
	position:relative;
	top: -6.4em;
	left: 0.2em;
	margin-bottom: -3em;
}

input#budgetSlider {
	margin-top: -2.5em;
}

p.tickmark {
	margin-top: -0.8em;
}

img.ticks {
	width: 29.5em;
	margin-left: 0.5em;
	margin-top: -10pt;
}

h2#deadline{
	font-weight: 700;
	font-size: 48pt;
	position: relative;
	top: 74pt;
	color: #eaebf0;
	margin: 0;
}

#deadlineHeader {
	margin-bottom: -3.5em;
}

.deadlineTick {
	margin-top: -42pt;
}

#budgetHeader {
	margin-bottom: -6pt;
	margin-top: 32pt;
}

img#cal {
	width: 30em;
	margin-bottom:-25pt;
	margin-left: 5pt;
}

div#calScroll {
	height:104pt;
	position: relative;
	margin:0;
	margin-left:5pt;
	top: -88pt;
	overflow:hidden;
	width:30em;
}

div#weekScroll {
	background-image: url('../img/calscroll.png');
	background-size: 30em 6em;
	background-repeat: repeat-y;
	position: relative;
	width: 100%;
	height: 156em;
}

#deadlineSlider {
	z-index:10;
	position: relative;
	top: 15.0em;
}
.invisible {
	display: none;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}

.bigMessage {
	font-weight: 700;
	font-size: 32pt;
	opacity: 1;
}
