@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

body {
	margin: 0 auto;
	font-family:'Open Sans', sans-serif;
	font-weight: 300;
	color: #333;
	background: #f9f9f9;
	font-size: 14px;
}

a {
	color: #3498db;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a, img  {
	border: none;
	outline: none;
}

/*** Pre-IE9 Alert ***/

.unsupported {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: inherit;
	color: #fff;
	text-align: center;
	z-index: 1000;
}

.unsupported div {
	text-align: center;
	position: relative;
	margin: 100px auto;
	padding: 25px 20px;
	background: #333;
	width: 300px;
}

/*** Header ***/

.header {
	background-color: #333;
	height: 40px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-weight: 300;
}

.header ul {
	max-width: 980px;
	padding: 0 25px;
	height: 100%;
	margin: 0 auto;
}

.header ul li {
	display: inline-block;
	height: 100%;
}

.header ul li a {
	display: inline-block;
	height: 100%;
	padding: 0 10px;
	text-decoration: none;
	color: inherit;
}

.header ul li a span {
	margin-top: 10px;
	display: inline-block;
}

.header ul .contact {
	float: right;
}

.header .logo {
	margin: 0 auto;
	margin-top: -40px;
	height: 20px;
	width: 125px;
	padding: 10px;
	background-color: #333;
}

.header .logo a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.header .logo a img {
	height: 20px;
	width: 125px;
}

/*** Sections ***/

.section {
	margin: 40px auto 0;
	padding-top: 1px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.section ~ .section {
	margin-top: 0;
	padding-top: 0;
	opacity: 0;
	border-top: 3px solid #fff;
}

.section * {
	max-width: 980px;
}

.section h1 {
	font-weight: 300;
	margin: 100px auto 0;
	font-size: 45px;
	padding: 0 20px;
}

.section h2 {
	font-weight: 300;
	font-size: 20px;
	margin: 10px auto 100px;
	padding: 0 20px;
}

.section .screenshot {
	width: 100%;
}

.animateIn {
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}

.show {
	-ms-transform: none !important;
	transform: none !important;
	opacity: 1 !important;
	transition: -ms-transform 1s ease-out,
		transform 1s ease-out,
		opacity 1s ease-out;
}

/*** It Just Works ***/

#it_just_works {
	background: #e9e9e9;
}

/*** Solutions ***/

.section .half {
	font-size: 18px;
	width: 50%;
	display: inline-block;
	padding: 100px 0;
	position: relative;
}

.section .mobile {
	display: none;
}

.section .half .slant {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	z-index: -1;
}

.section .half .slant > div {
	position: absolute;
	top: 0;
	width: 150%;
	height: 100%;
	background-color: inherit;
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}

.section .half:nth-child(1) .slant { right: 0; }

.section .half:nth-child(1) .slant > div { left: -100%; }

#lotpocket .mobile .slant,
.section .half:nth-child(2) .slant {
	border-left: 3px solid #fff;
	left: 0;
}

#lotpocket .mobile .slant > div,
.section .half:nth-child(2) .slant > div { right: -100%; }

.section .dark {
	color: #fff;
}

.section .dark .slant {
	background: #e9e9e9;
}

.section .light .slant {
	background: #f9f9f9;
}

.section .half .screenshot {
	width: 75%;
}

.section .half .caption {
	margin: 10px auto 0;
	color: #777;
	font-size: 14px;
	width: 75%;
}

.section .half .content {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 75%;
	max-width: 490px;
	text-align: justify;
	z-index: 1;
}

.section .half h1 {
	font-weight: 300;
	text-align: center;
	margin: 0 0 20px;
	font-size: 35px;
	padding: 0;
}

#lotpocket .half .slant {
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}

#lotpocket .half .slant > div {
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}

/*** Contact ***/

.contactContent h1 {
	font-size: 20px;
	margin-top: 0;
}

.contactContent {
	margin: 100px auto 100px;
}

.contactContent div {
	font-size: 14px;
	display: inline-block;
	width: 50%;
}

.contactContent p {
	padding: 0 20px;
	margin: 10px 0 0;
}

/*** Footer ***/

#footer {
	border-top: 3px solid #fff;
	background-color: #333;
	color: #fff;
	font-size: 12px;
	padding: 30px 15px;
	text-align: center;
	position: relative;
}

#footer p {
	margin: 10px 0 0;
}

#footer p:first-child {
	margin: 0;
}

#footer p a {
	color: inherit;
}

#footer p .spacer:after {
	content: "-";
	margin: 0 10px;
}

#made_in_la {
	position: absolute;
	bottom: 15px;
	right: 20px;
	height: 20px;
	opacity: .25;
}

/*** Link highlight ***/

.linkHighlight {
	animation: lh 1s;
}

@keyframes lh {
	0% { }
	50% {
		background: rgba(0,0,0,.25);
		opacity: 0.25;
	}
	100% { }
}

/*** Mobile Adjustments ***/

@media only screen and (max-width: 1000px) {
	.header ul {
		padding: 0 15px;
	}
	.section > h1 {
		font-size: 35px;
	}
	.section .half {
		font-size: 14px;
	}
	.section .half h1 {
		font-size: 25px;
	}
}

@media only screen and (max-width: 650px) {
	.section > h1 {
		margin: 50px auto 0;
		font-size: 30px;
	}
	.section > h2 {
		margin: 10px auto 50px;
		font-size: 16px;
	}
	.section .screenshot {
		width: 90%;
	}
	.section .half {
		width: 100%;
	}
	.section .half .content ~ .screenshot {
		display: none;
	}
	.section .half {
		padding: 50px 0;
	}
	.section .half .slant,
	.section .half .slant > div {
		-ms-transform: none !important;
		transform: none !important;
		border: none !important;
	}
	.section .half .content {
		position: relative;
		-ms-transform: none;
		transform: none;
		left: auto;
		margin: auto;
	}
	.section .dark {
		border-top: 3px solid #fff;
	}
	.section .half .caption {
		font-size: 12px;
	}
	#lotpocket .dark {
		display: none;
	}
	#lotpocket .mobile {
		display: inherit;
	}
	.contactContent {
		margin: 50px auto 50px;
	}
	.contactContent div {
		width: 100%;
	}
	.contactContent div:nth-child(2) {
		margin-top: 40px;
	}
	#footer p .spacer:after {
		margin: 0 7px;
	}
	#made_in_la {
		bottom: 7px;
		right: 10px;
	}
}
