body {
	color:#123241!important;
	overflow-x: hidden;
}

h1 {
    font-weight: 700;
    line-height: 51px;
    font-size: 46px;
    text-transform: uppercase;
	margin-top: 0;
}
	
h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0;
	color:#fff;
}

p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 5px 0!important;
}

.logo{
	padding:100px 0 40px;
}

#intro{
	height: 660px;
	margin: 0 auto;
	background-size:cover;
	padding:0;
}

#intro h1{
	color:#123241;
	padding-top:0px;
	font-size:72px;
	line-height:96px;
}

#intro p{
	color:#123241;
	font-size:20px;
	padding-bottom: 60px;
}


.introimg{
	padding-top:170px;
	margin-left:-25px;
}


.appstorebtn{
	border-radius:3px;
	background:#DE4062;
	width:195px;
	
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;	
}

.cir{
	font-size:28px;
	
}

.cir-animate{
	font-size:28px;
}

.fa{
	height: 28px;
	float: left;
}

.fa-icon{
	float:left;
	width:28px;
}

.fa-text{
	float: left;
    padding-left: 30px;
	padding-bottom: 30px;
    text-align: left;
	padding-top: 5px;
	width: 100%;
}

.second {
	padding:30px 0 30px;	
}

.second p{
    float: left;
    padding-left: 12px;	
}

.second p.lead{
	font-size:18px;
}

/* App Screen Shots */

.third{
	padding:60px 0;
	color:#fff;
}

.fourth{
	background-color: #EAEAEA;
}

.fourth-inner{
	background-color: #EAEAEA;
}

.third h2{
	font-size:38px;
	line-height:48px;
}

h2 span{
	font-size:60%;
	display:block;
}

.screenshots{
	padding-top:60px;
}

.ac-wrapper{
	padding:60px 0;
}

.ac-wrapper h2{
	color:#123241;
	font-size: 32px;
	text-transform:uppercase;
}

.ac-device h3 {
	color:#123241;
    font-size: 16px;
    line-height: 32px;
}


.ac-wrapper p{
	text-align:center;
	padding-top: 5px;
}

.ac-wrapper nav span{
	display:inline-block;
	/* float:left; */
	margin:2px;	
	width:40px;
	height:40px;
	cursor:pointer;
	border-radius: 3px;
	
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
		 -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;	
}

.ac-wrapper nav span:hover{
	background-color:#123241;
}


.title{
	padding-top:60px;
}

form input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #7D8895;
    font-size: 18px;
    padding: 17px 23px;
    width: 300px;
}
form input {
    border-radius: 3px;
}

.get-button {
    border: 2px solid #FFF;
    padding: 15px 21px;
    margin-top: 4px;
    border-radius: 3px;
    border: 0 none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    margin-left: 0px;
    outline: 0 none;
    padding: 17px 23px;
}

.subs{
	transform: translateY(-55px);
	opacity:0;
	transition: all 2s ease 0s;
}

.subs-animate{
	transform: translateY(0px)!important;
	opacity:1;
}

.subscribe{
	padding:60px 0;
	margin: 0 auto;
	text-align: center;
	padding-top: 0px;
}

.subscribe p{
	color:#fff;
}

/* Footer */

.footer{
	background:#123241;
	padding:10px 0;
	color:#fff;
}

.footer2{
	background:#123241;
	padding:0 0 30px 0;
	color:#fff;
}
.bottom{
	border-top:1px solid #596677;
	padding-top: 30px;
}

.bottom a{
	color:#fff;
}

.bottom a:hover{
	color:#fff;
	text-decoration:none;
}

.bottom p{
	font-size:12px;
}

a:hover.get-button {
	color:#fff;
	text-decoration:none;
	}

@media (max-width: 767px) {

	.introimg{
		display:none;
	}
	
	#intro h1{
		font-size:36px;
		line-height:48px;
	}	
	
	h1 {
		font-size: 32px;	
	}
	
	.ac-wrapper{
		padding: 0 20px 150px!important;
	}
	
	.ac-wrapper p{	
		display:none;
	}
	
	.subscribe h2{
		text-align:center;
		padding-bottom:20px;
	}

	.text-right{
		text-align:center;
	}
}

.ac-wrapper {
	width: 100%;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 25%;
	-moz-perspective-origin: 50% 25%;
	perspective-origin: 50% 25%;
}

.ac-wrapper h2 {
	top: 20%;
	width: 50%;
	position: absolute;
	/* font-weight: 300;
	font-size: 4em; */
	text-align: right;
	padding: 0 180px 0 50px;
}

.ac-wrapper h2 span {
	display: block;
	font-size: 60%;
	color: #c0c0c0;
}

.ac-device {
	background: url(../images/iPhone_flat.png) no-repeat;
	width: 288px;
	height: 611px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ac-device a {
	height: 440px;
	width: 249px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 85px 0 0 20px;
}

.ac-device a img {
	display: block;
	position: absolute;
}

.ac-device h3 {
	position: absolute;
	/* font-size: 2.5em; */
	left: 100%;
	width: 100%;
	top: 30%;
	margin-left: 30px;
	/* font-weight: 300;
	color: #888; */
}

.ac-device nav {
	position: absolute;
	bottom: 1em;
	left: 100%;
	margin-left: 2em;
	width: 100%;
	
}

.ac-device nav span {
/* 	display: block;
	font-size: 2.8em;
	font-weight: 300;
	cursor: pointer;
	color: #fff;
	background: #ddd;
	line-height: 0.9;
	padding: 0 0.08em;
	margin: 2px;
	float: left;
	width: 36px;
	text-align: center; */
}

.ac-grid {
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -210px;
	height: 100%;
	z-index: 1000;
	top: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(-350px);
	-moz-transform: translateZ(-350px);
	transform: translateZ(-350px);
}

.ac-grid a {
	width: 145px;
	display: block;
	position: relative;
	float: left;
	margin: 10px 5px;
	cursor: pointer;
}

.ac-grid a img {
	display: block;
	width: 100%;
}

.ac-grid a span {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	text-transform: uppercase;
	padding: 3em 1em 0;
	z-index: 100;
	color: #ddd;
	background: rgba(0,0,0,0.4);
	font-weight: 700;
	opacity: 0;
/* 	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; */
}

.ac-grid a:hover span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	font-size:0px;
}

.ac-wrapper.ac-gridview .ac-device {
	-webkit-transform: translateZ(-350px);
	-moz-transform: translateZ(-350px);
	transform: translateZ(-350px);
	opacity: .6;
}

.ac-wrapper.ac-gridview .ac-grid {
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
	opacity: 1;
	pointer-events: auto;
}

@media screen and (max-width: 63.875em) {
	.ac-wrapper { 
		font-size: 60%; 
		width: 100%; 
		padding: 60px 20px;
	}

	.ac-device {
		margin: 0;
		width: 100%;
	}

	.ac-device h3 { 
		width: 50%;
		left: 290px;
	}

	.ac-wrapper h2 { 
		left: 308px; 
		padding: 0; 
		text-align: left; 
		margin-left: 30px;
	}

	.ac-device nav {
		left: 280px; 
		font-size: 2em;
	}
}

@media screen and (max-width: 39.8125em) {
	.ac-grid {
		width: 90%;
		left: 5%;
		margin-left: 0;
		padding-top: 150px;
	}

	.ac-grid a {
		width: 22%;
	}
}


@media screen and (max-width: 35.6875em) {
	.ac-wrapper {
		padding: 60px 20px 300px!important;
	}

	.ac-wrapper h2 { 
		width: 100%;
		text-align: center;
		margin: 0 0 1em;
		top: 0;
		left: auto;
		position: relative;
	}

	.ac-device {
		margin: 0 auto;
		width: 288px;
	}

	.ac-device h3 {
		position: relative;
		margin: 0;
		left: auto;
		top: auto;
		width: 100%;
		padding-top: 100px;
		display: block;
		text-align: center;
	}

	.ac-device nav {
		position: relative;
		padding-top: 20px;
		text-align: center;
		bottom: auto;
		margin: 0;
		left: auto;
	}
}


