html, body {
	height: 100%;
}

body {
	font-family: 'Proxima Nova', sans-serif;
	color: #222;
	text-align: center;
	background: #fff;
	position: relative;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  height: 100%;
}

/* Top bar
---------------------------------------------------*/

.top-bar {
	width: 100%;
	position: fixed;
	text-align:right;
	z-index: 10;
}

.tinyhearts-menu {
	position: relative;
	display: inline-block;
	height: 40px;
	color:#00B679;
	font-family: "Proxima Nova Semibold", sans-serif;
	width: 110px;
	font-size: 15px;
	line-height: 40px;
	padding-right: 30px;
	background:url(../img/menu-arrow.png) center right 12px no-repeat;
	background-size: 8px 5px;
}

.th-apps {
	vertical-align: top;
	display: inline-block;
}

.th-logo {
	background: url(../img/th-logo.png) no-repeat;
	width: 23px;
	height: 23px;
	background-size: 23px;
	margin-top:9px;
	display: inline-block;
	overflow: hidden;
	text-indent: 999px;
	white-space: nowrap;
	margin-right: 8px;
}


/* Hero
---------------------------------------------------*/

.hero-banner {
	height: 850px;
	width: 100%;
	position: relative;
	background: #fff; 
	overflow: hidden;
}

.bottom-line {
	position: absolute;
	width: 100%;
	height: 1px;
	background:rgba(0,0,0,0.1);
	display: inline-block;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.hero-banner .content {
	position: absolute;
	width: 50%;
	right: 0;
	top: 50%;
  	margin-top: -130px;
}

.hero-banner.top .content {
	margin-top:-110px;
	opacity: 0;
}

.quickfit-logo {
	display: inline-block;
	width: 100%;
	max-width: 379px;
	height: 54px;
	background-size: 379px 54px;
}

.quickfit-logo img {
	width: 100%;
}

.hero-banner h1, .downloads h1 {
	color: #353535;
	font-size: 26px;
	line-height: 43px;
	padding:30px 0;
}

.content h1 a, p a {
	color: #1DB27A;
}

.quick4 .content h1 a {
	color: #DF3833;
}

.content h1 a:hover, p a:hover {
	opacity: 0.7;
}

.app-store {
	width: 182px;
	height: 56px;
	display: inline-block;
	background:url(../img/app-store-green.png) no-repeat;
	background-size: 182px 56px;
}

.app-store:hover {
	opacity: 0.8;
}

a.trailer {
	display: inline-block;
	color: #1DB27A;
	font-size: 20px;
	line-height: 30px;
	vertical-align: top;
	margin: 14px 20px;
}

a.trailer:hover {
	opacity: 0.8;
}

a.trailer .play {
	display: inline-block;
	background:url(../img/play-button.png) center center no-repeat;
	background-size: 7px 8px;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	border:2px solid #1CB179;
	margin-right: 10px;
	-webkit-transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
}


a.trailer:hover .play {
	-webkit-transform:rotate(120deg);	
}
a.trailer .trailer-text {
	line-height: 15px;
	display: inline-block;
	vertical-align: top;
	padding-top: 8px;
}

a.trailer .submit-text {
	background-color: #fff;
	line-height: 5px;
	display: inline-block;
	vertical-align: top;
	color: black;
	border: 2px solid #fff;
  	border-radius: 50px;
  	padding: 10px 35px;
  	height: 30px;
  	width: 15%;
  	color: #EC2456;
}

.thankyouMessage {
    color: #fff;
    display: none;
}

.failureMessage {
    color: #fff;
    display: none;
}

.sendingMessage {
	color: #fff;
    display: none;
}

.preSignUp { 
	margin-top: 10px;
	position: relative;
}

.mc-field-group {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.form-control-email {
  display: inline-block;
  width: 60%;
  height: 35px;
  padding: 20px 35px;
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-top-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-top-width: 2px;
  border-radius: 50px;
  outline:none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
	@media {
    	.submitButton { 
    		vertical-align: 110%; 
    	}
	}
}

.submitButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#fff;
	border-color: #ccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #576068;
	display:inline-block;
	cursor:pointer;
	color:#00B477;
	font-family:inherit;
	font-size: 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 2px 6px 3px;
  	height: 43px;
	margin-left: 10px;
	width: 30%;
	outline:none;
}

.submitButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
	outline:none;
}
.submitButton:active {
	top:1px;
	outline:none;
}

.hero-banner .iphone {
	background:url(../img/qf-iphone-hero.jpg) no-repeat;
	width: 379px;
	height: 780px;
	background-size: 379px 780px;
	position: absolute;
	bottom: -30px;
	left:50%;
	margin-left:-430px;
	opacity: 0;
}

.hero-banner .watch {
  background: url(../img/qf-hero-watch.gif) no-repeat;
  width: 500px;
  height: 500px;
  background-size: 500px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin-left: -710px;
  opacity: 0;
}

@media screen and (max-width: 700px) {
	.hero-banner {
		height:1070px
	}

	.hero-banner h1 {
		font-size: 22px;
  		line-height: 34px;
	}

	.hero-banner .content {
		top:50px;
		margin-top: 0 !important;
		padding: 0 30px;
		width: 100%;
	}

	.hero-banner .iphone {
		width: 100%;
		height: 100%;
		background-size: 50%;
		background-position: left 60% bottom 0;
		bottom: 0;
		left: 0;
		margin-left: 0;
	}

	.hero-banner .watch {
		width: 100%;
		height:100%;
		background-size: 60%;
		background-position: left 10% bottom -60px;
		bottom: 0;
		left: 0;
		margin-left: 0;
	}
	.mc-field-group {
		width: 100%;
		position: relative;
		padding-bottom: 80px;
		margin-left: -40%;
	}

	.form-control-email {
		width: 80%;
		position: absolute;
	}

	.submitButton {
		position: absolute;
		display:block;
		vertical-align: middle;
		width: 80%;
		top: 50px;
		margin-left: 50%;
	}
}

@media screen and (max-width: 580px) {
	.hero-banner {
		height:920px
	}
}

@media screen and (max-width: 450px) {
	.hero-banner {
		height:910px
	}
}

/* Press
---------------------------------------------------*/

.press {
	width: 100%;
	background:#fff;
	position: relative;
	height: 300px;
	padding: 100px 0;
	text-align: center;
	overflow: hidden;
}

.press-logo {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	opacity: 0;
}

.press-logo img {
	width: 100%;
}

.press .callout {
	width: 100%;
	display: inline-block;
	padding-top: 15px;
	position: absolute;
	left: 0;
	top:160px;
	display: none;
}

.press .callout a {
  position: relative;
  padding-top: 40px;
  background: url(../img/press-arrow.png) top center no-repeat;
  background-size: 16px 23px;
  display: inline-block;
  color: #00B477;
  line-height: 22px;
  font-family: 'Proxima Nova Semibold', sans-serif;
  font-size: 15px;
}

.press-logo.tnw {
	width: 128px;
	margin-left: -510px;
	margin-top: 1px;
}

.press-logo.fastcompany {
	width: 260px;
	margin-left: -330px;
	margin-top: 7px;
}

.press-logo.apple {
	width: 50px;
	margin-top: -11px !important;
	margin-left: -25px;
}

.press-logo.lifehacker {
	width: 186px;
	margin-top: -11px !important;
	margin-left: 80px;
}
.press-logo.engadget {
	width: 218px;
	margin-top: 0px;
	margin-left: 310px;
}

@media screen and (max-width: 700px) {
	.press {
		height: auto;
		padding: 30px 0;
	}

	.press-logo {
		position: relative !important;
		margin:15px auto !important;
		left:0;
		opacity: 1;
		display: block;
	}
	.press .callout {
		display: inline-block;
		top:auto;
		position: relative;
	}
}

/* Other workouts
---------------------------------------------------*/

.other-workouts {
	width: 100%;
	background: #fff;
	border-top:1px solid #E5E5E5;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	height: 1100px;
}

.other-workouts ul {
	left: 50%;
	width: 750px;
	margin-left: -135px;
	position: absolute;
	top:100px;
	z-index: 2;
	-webkit-transition: all 350ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 350ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 350ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 350ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.other-workouts ul.onquick {margin-left:-135px;}
.other-workouts ul.onabs {margin-left:-405px;}
.other-workouts ul.onyoga {margin-left:-675px;}

.other-workouts ul li {
	display: inline-block;
}

.other-workouts ul li a {
	display: inline-block;
	color: #BDBFC0;
	font-size: 40px;
	font-family: "Proxima Nova Light", sans-serif;
	font-weight: 100;
	padding:5px 10px;
	margin:0 10px;
	width: 250px;
	letter-spacing: -0.3px;
}

.other-workouts ul li a:hover {
	color:#8A8F91
}

.other-workouts ul li a.active {
	color: #00B579;
}

.other-workouts ul li a.abs.active {
	color: #DB3C3F;
}

.other-workouts ul li a.yoga.active {
	color: #3DA7CA;
}

.other-workouts .workout {
	width: 100%;
	height: 100%;
  	overflow: auto;
  	white-space: normal;
  	position: absolute;
  	padding-top:200px;
	-webkit-transition: all 350ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 350ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 350ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 350ms cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 0;
}

.other-workouts .workout.active {
	opacity: 1;
	z-index: 1;
}

.other-workouts .workout#abs {
	left: 50px;
}
.other-workouts .workout#yoga {
	left: 50px;
}

.other-workouts h2 {
	font-size: 17px;
	color: #00B579;
	padding-bottom: 40px;
	font-family: 'Proxima Nova Semibold', sans-serif;
  	letter-spacing: 0.4px;
}


.other-workouts #abs h2 {
	color: #DB3C3F;
}

.other-workouts #yoga h2 {
	color: #3DA7CA;
}

.other-workouts p {
	font-family: "Proxima Nova Light", sans-serif;
	font-weight: 100;
	color: #555;
	font-size: 20px;
	line-height: 34px;
	padding-bottom: 100px;
	max-width: 500px;
  	width: 100%;
  	display: inline-block;
  	letter-spacing: 0.3px;
  	padding: 0 20px;
}

.other-workouts .preview {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.other-workouts .preview img {
	width: 90%;
	max-width: 500px;
	height: 1800px;
}
@media screen and (max-width: 450px) {
	.other-workouts {
		height: 700px;
	}

	.other-workouts ul {
		top:30px;
	}
	.other-workouts p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.other-workouts ul.onquick {margin-left:-205px;}
	.other-workouts ul.onabs {margin-left:-380px;}
	.other-workouts ul.onyoga {margin-left:-555px;}

	.other-workouts ul li a {
		width: 150px;
		font-size: 26px;
	}
	.other-workouts .workout {
		padding-top:100px;
	}
}

/* Testimonials
---------------------------------------------------*/

.testimonials {
	background: #fff;
	position: relative;
	padding: 100px 120px;
	border-bottom: 1px solid #eee;
}

.testimonials .arrow {
	width: 30px;
	height: 101px;
	display: inline-block;
	background: url(../img/testimonial-arrow.png) no-repeat;
	background-size: 60px 101px;
	opacity: 0.2;
	position: absolute;
	top:50%;
	margin-top: -50px;
}

.testimonials .arrow:hover {
	opacity: 0.5;
	cursor: pointer;
}
.testimonials .arrow.left {
	left:50px;
	background-position: left;
}

.testimonials .arrow.right {
	right:50px;
	background-position: right;
}

.testimonial {
	display: none;
	width: 100%;
	max-width: 600px;
	margin:0 auto;
}

.testimonial.active {
	display: inline-block;
}

.testimonial h5 {
	font-size: 30px;
	line-height: 50px;
	font-family: "Proxima Nova Light", sans-serif;
	font-weight: 100;
	color: #666;
}

.testimonial .name {
	color: #888;
	font-size: 17px;
	padding-top: 50px;
	display: inline-block;
}

@media screen and (max-width: 450px) {
	.testimonials {
		padding: 40px 60px;
	}

	.testimonials .arrow {
		width: 15px;
	}
	
	.testimonials .arrow.left {
		left: 20px;
	}

	.testimonials .arrow.right {
		right: 20px;
	}

	.testimonials .name {
		font-size: 14px;
		padding-top: 20px;
	}

	.testimonials h5 {
		font-size: 17px;
		line-height: 24px;
	}

}

/* Quick 4
---------------------------------------------------*/

.quick4 .quickfit-logo {
	display: inline-block;
	max-width: 328px;
	height: 51px;
}

.quick4 .iphone {
	background-image: url(../img/q4-iphone-hero-v2.png);
}

.quick4 a.trailer {
	color: #E03037;
}

.quick4 .app-store {
	background-image: url(../img/app-store-red.png);
}

.quick4 a.trailer .play {
	border:2px solid #E03137;
	background-image: url(../img/play-button-red.png);
}


@media screen and (max-width: 700px) {
	.hero-banner.quick4 {
		height:1120px
	}
}

@media screen and (max-width: 580px) {
	.hero-banner.quick4 {
		height:970px
	}
}

@media screen and (max-width: 450px) {
	.hero-banner.quick4 {
		height:960px
	}
}


/* Video break
---------------------------------------------------*/

.video-break {
	position: relative;
}

.video-break #video_overlays {
  position: absolute;
  float: left;
  width: 100%;
  cursor: pointer;
  background-color: rgba(220,220,220,.8);
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  font-size: 28px;
  color: #fff;
  z-index: 2;
  text-align: left;
  font-weight: 100;
  padding-left: 0%;
}

.spacingmove {
	position: absolute;
	top:50%;
	left: 0;
	margin-top:-85px;
	width: 100%;
	text-align: center;
}

.lineheight {
  font-size: 22px;
  font-family: 'Proxima Nova Semibold', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 30px;
  display: inline-block;
}

.video-break video {
	  width: 100% !important;
  height: auto !important;
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

@media screen and (max-width: 450px) {
	.imgplay img {
		width: 100px;
	}

	.downloads .quickfit-logo {
		width: 90%;
		height: 43px;
		background-size: 303px 43px;
	}

	.lineheight {
		font-size: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/* Downloads
---------------------------------------------------*/

.downloads {
	width: 100%;
	display: inline-block;
	padding: 100px 0;
}

.downloads .col {
	width: 50%;
	display: inline-block;
	float: left;
}

.downloads .content {
	margin-top:40px;
	padding: 0 40px;
}

.downloads .preview img {
	width: 100%;
	max-width: 320px;
}

.downloads .preview {
	width: 90%;
	margin:0 auto;
	position: relative;
}

.downloads .quickfit-logo {
	width: 303px;
	height: 43px;
	background-size: 303px 43px;
}

.downloads .quick4 .quickfit-logo {
  	width: 262px;
	height: 41px;
	background-size: 262px;
}

.downloads .content h1 {
	font-size: 20px;
  	line-height: 32px;
  	text-align: left;
}

@media screen and (max-width: 700px) {


	.downloads .quickfit-logo {
		width: 303px;
		height: 43px;
		background-size: 303px 43px;
	}

	.downloads .col {
		width: 100%;
		padding-bottom: 50px;
	}



}

@media screen and (max-width: 450px) {


	.downloads .quickfit-logo {
		width: 90%;
		height: 43px;
		background-size: 303px 43px;
	}
}

/* Modals
--------------------------------------*/

.modal-overlay {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 10;
    display: none;
}

.modal {
    background:#fff;
    border-radius: 5px;
    position: fixed;
    top:50%;
    left: 50%;
    z-index: 11;
    overflow: hidden;
    display: none;
}

.modal.default {
  width: 100%;
  max-width: 700px;
  height: 394px;
  margin-top:-196px;
  left: 50%;
  margin-left: -350px;
}

@media screen and (max-width: 700px) {
	.modal.default {
		left: 0;
		margin-left:0;
	}
}


.modal .exit {
	width: 30px;
	height: 30px;
	background: #fff url(../img/exit.png) center no-repeat;
	background-size: 12px;
	position: absolute;
	top: 18px;
	left: 14px;
	opacity: 0.7;
	border-radius: 20px;
}

.modal .exit:hover {
    opacity: 0.9;
}

/* Modals
--------------------------------------*/

.downloads .container {
	height: auto;
}

.footer {
	width: 100%;
	padding:90px;
	background: #00B477;
	color: #fff;
	line-height: 32px;
	padding-bottom: 65px;
}

.footer .big {
	font-size: 30;
	margin: 0px 0 18px;
}

.footer .mid {
	text-align: right;
	float:right;
}

.footer-double {
	width: 100%;
	padding:20px;
	background: #00B477;
	color: #fff;
	line-height: 32px;
}

.footer .social {
	float: left;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin:0 5px;
}

.footer .social:hover {
	opacity: 0.7;
}

.social.facebook {
	background:url(../img/facebook.png) no-repeat;
}

.social.twitter {
	background:url(../img/twitter.png) no-repeat;
}

.social.email {
	background:url(../img/mailicon.png) no-repeat;
}

.footer .heart {
  background: url(../img/heart.png) center center no-repeat;
  width: 20px;
  display: inline-block;
  height: 32px;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 2px;
}

.footer .sublink {
	float: right;
	margin:0 5px;
}

.footer .sublink:hover {
	opacity: 0.7;
}

@media screen and (max-width: 550px) {
	.footer .social {
		float: none;
	}
	.footer .mid {
		width: 100%;
		text-align: center;
		display: inline-block;
	}

	.footer .sublink {
		float: none;
	}
}


/* Apps nav
---------------------------------------------------*/

.nav {
  width: 230px;
  text-align: left;
  position: fixed;
  background: #fff;
  right: 10px;
  top: 20px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 1px 5px rgba(0,0,0,0.1);
  border-radius: 2px;
  padding: 4px 0;
  opacity: 0;
  z-index: -1;
	-webkit-transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav.open {
	top:40px;
	opacity: 1;
	z-index: 11;
}

.nav a {
  width: 100%;
  padding: 15px 5px 15px 50px;
  display: inline-block;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: left 15px center;
  color: #444;
  opacity: 1;
}

.nav a.app-next-keyboard {
	background-image: url(../img/apps-next.jpg);
	color: #ED324A;
}
.nav a.app-wake-alarm {
	background-image: url(../img/apps-wake.jpg);
	color: #5F4A9B;
}
.nav a.app-quickfit {
	background-image: url(../img/apps-quickfit.jpg);
	color: #1AB379;
}

.nav a:hover {
	opacity: 0.6;
}

.nav a.selected {
	opacity: 0.4;
