/* CSS Document */

html {
	height: 100%;
}
body {
	background: #E2E4E7;
	padding: 0;
	text-align: center;
	margin: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: 'modern_pictograms_proregular';
	src: url('/home/mpix2/modernpictogramspro_2-webfont.eot');
	src: url('/home/mpix2/modernpictogramspro_2-webfont.eot?#iefix') format('embedded-opentype'), url('/home/mpix2/modernpictogramspro_2-webfont.woff') format('woff'), url('/home/mpix2/modernpictogramspro_2-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.icon {
	font-family: "modern_pictograms_proregular";
}
body, td, th {
	font-family: "Cabin Condensed";
	font-weight: 400;
}
.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
a {
	text-decoration: none;
}
.pointer {
	color: #9b59b6;
	font-family: 'Pacifico', cursive;
	font-size: 30px;
	margin-top: 15px;
}
code {
	margin: 20px 1%;
	float: left;
	width: 48%;
	height: 105px;
	background: rgba(0,0,0,0.1);
	border: rgba(0,0,0,0.05) 5px solid;
	border-radius: 5px;
	padding:5px;
	color: white;
	text-align: center;
	font-size: 15px;
	margin-top: 25px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
code.html {
	color: #7EC9E6;
}
code.js {
	color: #FFAD00;
}
.main {
	float: left;
	width: 100%;
	margin: 0 auto;
}
.main h1 {
	padding:150px 50px;
	float: left;
	width: 100%;
	font-size: 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: 100;
	color: #333;
	margin: 0;
}
.main h1.demo1 {
	background: #1ABC9C;
}
.reload.bell {
	font-size: 12px;
	padding: 20px;
	width: 45px;
	text-align: center;
	height: 47px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.reload.bell #notification {
	font-size: 25px;
	line-height: 140%;
}
.reload, .btn {
	display: inline-block;
	border: 4px solid #A2261E;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #CC3126;
	display: inline-block;
	line-height: 100%;
	padding: 0.7em;
	text-decoration: none;
	color: #fff;
	width: 100px;
	line-height: 140%;
	font-size: 17px;
	font-family: "Cabin Condensed";
	font-weight: bold;
}
.reload:hover {
	background: #444;
}
.clear {
	width: auto;
}
.back {
	opacity:0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(240, 242, 244, .85);
	font-size: 16px;
	color: #000;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	height: 55px;
	line-height: 55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.appstore {
	position: absolute;
	left: 16px;
	display: block;
	width: 135px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	bottom: 16px;
	height: 39px;
	z-index: 100;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.twitter {
	display: block;
	position: absolute;
	right: 16px;
	bottom: 9px;
	z-index:5;
}
.facebook {
	display: block;
	position: absolute;
	right: 56px;
	bottom: 9px;
	z-index:5;
}
#social {
}
.appstore img {
	height: 39px;
	width: 135px;
}
.back a {
	color: #999;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
		-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	-o-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;
}
.back:hover {
	background: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.back:hover a {
	color: #000;
}
.back:hover a:hover {
	color: #a90096;
}
header {
	position: relative;
	z-index: 10;
}
.main section {
	overflow: hidden;
}
.main section > img {
	position: absolute;
	max-width: 100%;
	z-index: 1;
}
.main section .page_container {
	position: relative;
	top: 15%;
	margin: 0 auto 0;
	/* max-width: 950px; */
	z-index: 3;
}
.main section.page1 {
	background-color: #FFFFFF;
}
.main section.page1 h1 {
	float: none;
	width: 100%;
	display: block;
	padding: 0;
	font-size: 60px;
	line-height: 60px;
	margin-top: 67px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.main section.page2 h1 {
	text-align: left;
	display: block;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
	width: 80%;
	color: #000;
}
.page1 h1 img {
	height: 73px;
	width: 73px;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	margin-bottom: -15px;
}
.page1 .logotype {
	width: 139px;
	height: 55px;
	padding-bottom: 10px;
}
.main section.page1 h2 {
	font-size: 18px;
	display: block;
	color: rgba(0,0,0,0.85);
	text-align: center;
	max-width: 435px;
	width: 100%;
	line-height: 160%;
}
.left {
	height: 512px;
	width: 295px;
	position: absolute;
	display: block;
	margin-left: -415px;
	left: 50%;
	overflow: hidden;
}
.right {
	position: absolute;
	display: block;
	left: 50%;
	width: 512px;
	margin-left: -100px;
}
.main section.page1 p {
	font-size: 28px;
	display: block;
	color: rgba(0,0,0,0.85);
	text-align: left;
	max-width: 512px;
	width: 100%;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.main section.page2 {
	background-image: url(blurredbackground.jpg);
	background-size: cover;
	-webkit-background-size: cover !important;
	background-repeat: no-repeat;
}
.main section.page2 > img {
	position: absolute;
	top: -300px;
	left: 50%;
	margin-left: -1095px;
}
.main section.page2 .page_container {
	overflow: hidden;
	height: 100%;
	top: 0px;
	vertical-align: middle;
	display: table;
	width: 100%;
}
.main section.page2 .page_container .page_cell {
	vertical-align: middle;
	display: table-cell;
}
.main section.page2 h2 {
	color: rgba(255,255,255,0.85);
	text-align: center;
	line-height: 160%;
	font-weight: 100;
}
.leading {
	margin-bottom: .7em;
}
.viewing-page-1 .back {
	opacity:100;
}
.viewing-page-1 .back:hover a {
	color:#000;
}
.viewing-page-1 .back:hover a:hover {
	color:#a90096;
		-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	-o-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;
}
.viewing-page-2 .back {
	background: rgba(0, 0, 0, 0.25);
	border-bottom-color: #333637;
	opacity:100;
}
.feature {
	position: absolute;
	width: 48%;
	left: 3%;
	top: 16%;
	font-size: 1.2em;
	color: #191919;
	text-align: left;
	opacity: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.9);
	font-weight: 400;
	display: table;
	padding: 2.5%;
}
.feature p {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	-webkit-margin-before: .7em;
	-webkit-margin-after: .7em;
	color: #666;
}
.feature .headline {
	line-height: normal;
	position: relative;
}
.feature .headline p:last-child {
	margin-bottom:0px;
}
.feature .headline p:first-child {
	margin-top:0px;
}
#p2TextBlock {
	font-size: 18px;
	display: block;
	clear: left;
	float: left;
	position: relative;
}
.viewing-page-3 .back {
	background: rgba(255, 255, 255, 0.5);
	border-bottom-style: none;
	opacity:100;
}
.viewing-page-2 .back a {
	color: #FFF;
}
.viewing-page-3 .back a {
	color: #000;
}
.viewing-page-3 .back:hover {
	background: none;
}
.back:hover {
	background: none;
	border-bottom-style: none;
}
.main section.page3 {
	background: rgb(255,189,255);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,189,255,1) 0%, rgba(170,93,170,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,189,255,1)), color-stop(100%, rgba(170,93,170,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,189,255,1) 0%, rgba(170,93,170,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,189,255,1) 0%, rgba(170,93,170,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,189,255,1) 0%, rgba(170,93,170,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbdff', endColorstr='#aa5daa', GradientType=1 );
}
.main section.page3 .page_container {
	overflow: hidden;
	width: 100%;
	display: table;
	height: 100%;
	top: 0px;
}
.main section.page3 .page_container .page_cell {
	vertical-align: middle;
	display: table-cell;
}
.main section.page3 h1 {
	text-align: left;
	padding: 0;
	margin-bottom: 0;
	font-size: 70px;
	letter-spacing: -1px;
	color: black;
}
body.disabled-onepage-scroll .onepage-wrapper section {
	min-height: 100%;
	height: auto;
}
body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container {
	padding: 20px;
	margin-top: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.disabled-onepage-scroll section .page_container h1 {
	text-align: center;
	font-size: 50px;
	width: 100%;
}
body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns {
	text-align: center;
	width: 100%;
}
body.disabled-onepage-scroll .main section.page1 > img {
	position: absolute;
	width: 80%;
	left: 10%;
}
body.disabled-onepage-scroll .main section > img {
	position: relative;
	max-width: 80%;
	bottom: 0;
}
body.disabled-onepage-scroll code {
	width: 95%;
	margin: 0 auto 25px;
	float: none;
	overflow: hidden;
}
body.disabled-onepage-scroll .main section.page3 .page_container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
.doit {
	margin-top: 20px;
}
.twitterlogo {
	font-size: 39px;
	line-height: 39px;
	color: #fff;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.facebooklogo {
	font-size: 39px;
	line-height: 39px;
	color: #fff;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.viewing-page-1 .twitterlogo {
	color: #4099ff;
}
.viewing-page-2 .twitterlogo {
	color: #fff;
}
.viewing-page-3 .twitterlogo {
	opacity: 0;
}
.viewing-page-3 .appstore {
	opacity:0;
}
.viewing-page-3 .downarrow {
	opacity:0;
}
.viewing-page-1 .facebooklogo {
	color: #3B5998;
}
.viewing-page-2 .facebooklogo {
	color: #fff;
}
.viewing-page-3 .facebooklogo {
	opacity: 0;
}
#pioneer {
	background-image:url(chalkboard.jpg);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
#why {
	margin-top: 21px;
	margin-bottom: 20px;
}
.downarrow {
	display: block;
	position: absolute;
	bottom: 16px;
	width: 100%;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: center;
	z-index: 4;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
.mock {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 4;
	background-image: url(mockup02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 40% auto;
	height: 100%;
	left: 0px;
	top: 0px;
}
.downarrow img {
	position: relative;
	height: 20px;
	width: 33px;
	padding-top: 3px;
}
#preload {
	display: none;
	position: absolute;
	visibility: hidden;
	height: 1px;
	width: 1px;
	z-index: 0;
}
#poster {
	display: block;
	float: right;
	height: auto;
	width: 25%;
	position: relative;
	color: #FFF;
	background-color: #992599;
	padding: 12px;
	margin-left: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
