/* ------------------------------------------------------------------------ */
/* GOOGLE WEB FONTS
/* ------------------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);
body {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #363f48;
	background: #ffffff
}
a {
	text-decoration: none;
	color: mediumaquamarine;
}
a:hover {
	text-decoration: none;
}
a:hover, a:active, a:focus, object, embed, input::-moz-focus-inner {
 outline:0
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
.clear {
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
section {
	position: relative
}
/* ------------------------------------------------------------------------ */
/* HEADER SECTION
/* ------------------------------------------------------------------------ */

#header {
	text-align: center;
	margin-bottom: 60px;
	background: url(../images/header-backgrounds/back1.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	background-color: #151515;	
}
/* ------------------------------------------------------------------------ */
/* LOGO
/* ------------------------------------------------------------------------ */
#logo {
	text-align: center;
	padding-top: 10px;
}
#logo p {
	margin: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.25)
}
#logo h1 {
	color: #fff;
	font-size: 40px;
	margin: 0 0 0 0;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4)
}
/* ------------------------------------------------------------------------ */
/* SLIDER CONTAINER
/* ------------------------------------------------------------------------ */
#slider-container {
	text-align: left;
	margin-top: 120px;
	float: left;
}

/* ------------------------------------------------------------------------ */
/* IPHONE 4S SLIDER WITH HAND
/* ------------------------------------------------------------------------ */
#iphone4S-handslider {
	background-image: url(../images/devices/iphone4-handblack.png);
	width: auto;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 8px;
	overflow: hidden;
	height: 648px
}
#iphone4S-handslider.white {
	background-image: url(../images/devices/iphone4-hand.png);
}
#iphone4S-handslider .flexslider, #iphone4S-handslider .fixed-video-block {
	left: 268px;
	top: 85px;
	width: 212px;
}

/* ------------------------------------------------------------------------ */
/* IPHONE 5 SLIDER WITH HAND
/* ------------------------------------------------------------------------ */
#iphone5-handslider {
	background-image: url(../images/devices/iphone5-handblack.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: -220px;
	overflow: hidden;
	height: 689px;
	width: 564px;
}
#iphone5-handslider.white {
	background-image: url(../images/devices/iphone5-hand.png);
}
#iphone5-handslider .flexslider, 
#iphone5-handslider .fixed-video-block {
	left: 266px;
	top: 70px;
	width: 216px;
}
/* ------------------------------------------------------------------------ */
/* IPHONE 4S SLIDER
/* ------------------------------------------------------------------------ */
#iphone4S-slider {
	background-image: url(../images/devices/iphone4sblack.png);
	width: auto;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 200px;
	overflow: hidden;
	height: 530px;
}
#iphone4S-slider.white {
	background-image: url(../images/devices/iphone4s.png);
}
#iphone4S-slider .flexslider,#iphone4S-slider .fixed-video-block {
	width: 284px;
	left: 23px;
	top: 108px;
}

/* ------------------------------------------------------------------------ */
/* IPHONE 5 SLIDER
/* ------------------------------------------------------------------------ */
#iphone5-slider {
	background-image: url(iphone-larger-glare.png);
	width: auto;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 300px;
	overflow: hidden;
	height: 600px;
}
#iphone5-slider.white {
	background-image: url(../images/devices/iphone5.png);
}

#iphone5-slider.screenshot {
	background-image: url(iphone-ss.png);
}

#iphone5-slider .flexslider, #iphone5-slider .fixed-video-block {
	width: 284px;	
	left: 22px;
	top: 103px;
}

/* ------------------------------------------------------------------------ */
/* FIXED IPHONE VIDEO POPUP
/* ------------------------------------------------------------------------ */
.fixed-video-block {
	position:relative;
}

.fixed-video-block img {
	width:100%;
	position:relative;
	height:auto;
	z-index:1;
	border:none;
}
.fixed-video-block .banner-mask .video-banner-more {
	background:rgba(0, 0, 0, 0.2) url(../images/video.png) no-repeat center center;
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.fixed-video-block .banner-mask .video-banner-more:hover {
	background:rgba(0, 0, 0, 0.7) url(../images/video.png) no-repeat center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:1;
	filter:alpha(opacity=100);
}



/* ------------------------------------------------------------------------ */
/* SLIDER DESCRIPTIONS
/* ------------------------------------------------------------------------ */

#slider-description {
	margin-top:73px;
	width:300px;
}

#slider-description:after {
	clear: both;
	content: '';
	display: table;
}

#slider-description h2 {
	font-size: 42px;
	color: #fff;
	margin-bottom: 15px;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	font-weight: 500;
	letter-spacing: -2px;
	line-height: 1.1;
}
#slider-description p {
	font-size: 19px;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,.9);
	width: 100%;
	margin: 20px 0;
	text-align: justify;
}




/* ------------------------------------------------------------------------ */
/* PURCHASE/DOWNLOAD BUTTONS
/* ------------------------------------------------------------------------ */

.download-btn {
	float: left;
	margin: 20px 0 0 0;
	width: 200px;
	height: 60px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-size:cover;	
}
.download-btn:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.applestore {
	background-image: url(../images/applestore.png);
}
.applestore:hover {
	background-image: url(../images/applestore_hover.png);
}
.googleplay {
	background-image: url(../images/googleplay.png);
}
.googleplay:hover {
	background-image: url(../images/googleplay_hover.png);
}
.androidmarket {
	background-image: url(../images/androidmarket.png);
}
.androidmarket:hover {
	background-image: url(../images/androidmarket_hover.png);
}




/* ------------------------------------------------------------------------ */
/* NEWSLETTER FORM
/* ------------------------------------------------------------------------ */

#newsletterform {
	margin-top: 0;
	display: block;
	text-align: center;
}
#newsletterform div {
	display: inline-block;
}
#newsletterform input {
	height: 40px;
	display: inline-block;
	width: 300px;
	padding: 0 10px;
	margin: 8px 4px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.1);
	color: #D6D3D3;
	width: 280px
}
#newsletterform label {
	color: #fff;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	font-size: 12px
}
a#button-newsletter {
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 0;
	width: 280px;
	margin: 0 auto;
}




/* ------------------------------------------------------------------------ */
/* FULL WIDTH
/* ------------------------------------------------------------------------ */
.fullwidth {
	background: #f8f8f9;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
}
#fullwidth .container {
	display: table;
}
.fullwidth .text-container {
	margin-top: 30px;
	padding-bottom: 20px;
}
.fullwidth .img-container {
	position: relative;
	bottom: 0;
	right: 0;
	float: right;
	overflow: hidden;
}

/* ------------------------------------------------------------------------ */
/* Thanks page
/* ------------------------------------------------------------------------ */

.site-connect {
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,.5);
	font-size: 13px;
}
.connect-icon {
display: block;
height: 16px;
width: 16px;
background: transparent url(/social-share-links.png) no-repeat 0 0;
float: left;
margin-top: 10px;
margin-right: 5px;
}

.connect-icon.connect-instagram{
    background-position: 0 -64px;
}

.connect-icon.connect-rss{
    background-position: 0 -32px;
}

.connect-icon.connect-youtube{
    background-position: 0 -96px;
}

.connect-icon.connect-twitter{
    background-position: 0 0;
}

.connect-icon.connect-pinterest{
    background-position: 0 -128px;
}

.connect-icon.connect-facebook{
    background-position: 0 -16px;
}

.connect-icon.connect-tumblr{
    background-position: 0 -48px;
}

.connect-icon.connect-github{
    background-position: 0 -112px;
}

.connect-icon.connect-vimeo{
    background-position: 0 -80px;
}

.connect-icon.connect-blog{
    background-position: 0 -144px;
	
}

/* ------------------------------------------------------------------------ */
/* BUTTONS
/* ------------------------------------------------------------------------ */
.button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0,0,0,.3), inset 0 -20px 50px rgba(0,0,0,.1), inset 0 1px 1px rgba(255,255,255,.3);
	background: mediumaquamarine;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.2));
	background-image: -webkit-gradient(linear, left top, left bottom, from( rgba(255, 255, 255, 0)), to( rgba(0, 0, 0, 0.2)));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.2));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));

	padding: 0px 15px 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid mediumaquamarine;
	border-bottom: none;
	font-weight: 300;
	line-height: 40px;
	height: 40px;
	transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	display: inline-block;
	border-radius: 3px;
}
.button:hover {
	background: mediumaquamarine;
}



@media (min-width: 768px)  {
.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInUp {
 0% {
 opacity: 0;
 -moz-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes fadeInUp {
 0% {
 opacity: 0;
 -o-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes rotateInUpLeft {
 0% {
 -webkit-transform-origin: left bottom;
 -webkit-transform: rotate(10deg);
 opacity: 0;
}
 100% {
 -webkit-transform-origin: left bottom;
 -webkit-transform: rotate(0);
 opacity: 1;
}
}
 @-moz-keyframes rotateInUpLeft {
 0% {
 -moz-transform-origin: left bottom;
 -moz-transform: rotate(10deg);
 opacity: 0;
}
 100% {
 -moz-transform-origin: left bottom;
 -moz-transform: rotate(0);
 opacity: 1;
}
}
 @-o-keyframes rotateInUpLeft {
 0% {
 -o-transform-origin: left bottom;
 -o-transform: rotate(10deg);
 opacity: 0;
}
 100% {
 -o-transform-origin: left bottom;
 -o-transform: rotate(0);
 opacity: 1;
}
}
 @keyframes rotateInUpLeft {
 0% {
 transform-origin: left bottom;
 transform: rotate(10deg);
 opacity: 0;
}
 100% {
 transform-origin: left bottom;
 transform: rotate(0);
 opacity: 1;
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	z-index: 0;
}
 @-webkit-keyframes fadeInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(30px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
 @-moz-keyframes fadeInRight {
 0% {
 opacity: 0;
 -moz-transform: translateX(30px);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0);
}
}
 @-o-keyframes fadeInRight {
 0% {
 opacity: 0;
 -o-transform: translateX(30px);
}
 100% {
 opacity: 1;
 -o-transform: translateX(0);
}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 transform: translateX(30px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.delay2s {
	animation-delay: 2s /* W3C and Opera */;
	-moz-animation-delay: 2s /* Firefox */;
	-webkit-animation-delay: 2s /* Safari and Chrome */;
}
.delay3s {
	animation-delay: 3s /* W3C and Opera */;
	-moz-animation-delay: 3s /* Firefox */;
	-webkit-animation-delay: 3s /* Safari and Chrome */;
}

}