@charset "utf-8";
/* CSS Document */


/* GLOBAL */
/* ------------------------------------*/

html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body{
	background-color: #292929;	
}

.wrapper{
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

.container {
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
    min-width: 190px;
}

video {
    max-width: 100%;
}

img{
	max-width:100%;	
}

h1,h2,h3{
	font-family: 'Open Sans';
	font-weight: 700;
}

p, li{
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 14px;
	color:#fff;
}

a{
	color: #676767;
    text-decoration: none;	
	font-family: 'Open Sans';
	font-weight: 400;
}

a.highlightLink {
    color: #0076ee;
    text-decoration: underline;
    font-weight: 700;
}

h1, h2, h3, p {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

h1{
	font-size: 30px;
	line-height: 32px;	
}

h2{
	font-size: 26px;
	line-height: 28px;	
}

h3{
	font-size: 20px;
	line-height: 22px;	
}

#latHeader {
    height: auto;
    background-color: #292929;
    margin: 0 auto;
    border-bottom: 1px solid #3a3a3a;
}

#latHeaderContain {
    padding: 10px 3%;
    margin: 0 auto;
    width: 94%;
    height: auto;
	position: relative;
}

#headerLogo {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 170px;
    height: auto;
    padding-top: 4px;
}

#top-menu {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
}

#top-menu:hover {
    cursor:pointer;
}

#top-menu-slide {
    display: none;
    position: absolute;
    background-color: #292929;
    width: 100%;
    height: auto;
    right: 0%;
    padding: 0px;
    margin: 11px 0px 0px;
    border-top: 1px solid #676767;
	-webkit-box-shadow: 0px 20px 30px -23px rgba(0,0,0,0.62);
	-moz-box-shadow: 0px 20px 30px -23px rgba(0,0,0,0.62);
	box-shadow: 0px 20px 30px -23px rgba(0,0,0,0.62);
	z-index:99;
}

#top-menu-slide ul {
   list-style:none;
   margin:0px;
   padding:0px;
}

#menu-top-menu li {
    text-align: right;
    padding: 0px;
    border-bottom: 1px solid #676767;
}

#menu-top-menu li:hover {
    background-color:#3D3D3D;
}

#menu-top-menu li a {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
	padding: 10px 4%;
}

#homeWrapper {
    background-image: url(../img/back-card.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

#homeWrapperOverlay {
  width: 100%;
  margin: 0px;
  padding: 0px;	
  background-image: -moz-linear-gradient( 90deg, rgba(14,77,114, 0.15) 0%, rgba(18,122,228, 0.15) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(14,77,114, 0.15) 0%, rgba(18,122,228, 0.15) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(14,77,114, 0.15) 0%, rgba(18,122,228, 0.15) 150%);
  background-color: rgba(0, 0, 0, 0.32);
}

#latContainer {
    padding: 20px 3% 0px;
    margin: 0px auto 20px;
    width: 94%;
}

#homeHeadline {
    text-align: center;
    width: 96%;
    padding: 0 2%;
    margin: 0 auto;
}

#homeHeadline h1 {
    color: #fff;
    font-size: 48px;
    line-height: 57px;
}

#latFooterContain {
    margin: 12px auto;
}

#latFooterContain p {
    width: 100%;
    text-align: Center;
    margin: 10px auto;
    font-size: 11px;
}

.redCTAbutton, .greenCTAbutton {
    border-radius: 80px;
    height: auto;
    margin: 22px auto;
    text-align: center;
}

.whiteCTAbutton {
    border-radius: 80px;
    height: auto;
    margin: 22px auto;
    text-align: center;
    background-color: #fff;
    width: 75%;
}

.grayCTAbutton {
    border-radius: 80px;
    height: auto;
    margin: 10px auto;
    text-align: center;
    background-color: #f7f7f7;
    width: 75%;
}

.redCTAbutton {
    background-color: #c70b0b;
}

.greenCTAbutton {
    background-color: #2c8c2b;
}

.redCTAbutton:hover {
    background-color: #d02121;
	cursor:pointer;
}

.greenCTAbutton:hover {
    background-color: #2db32d;
	cursor:pointer;
}

.whiteCTAbutton:hover {
    background-color: #f7f7f7;
	cursor:pointer;
}

.grayCTAbutton:hover {
    background-color: #e2e2e2;
    cursor:pointer;
}

.redCTAbutton a, .greenCTAbutton a{
    font-family: 'Open Sans';
    font-weight: 700;
	line-height: 39px;
    font-size: 36px;
    padding: 16px 0;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-shadow: none;
}
.whiteCTAbutton a, .grayCTAbutton a {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    color: #000;
    text-decoration: none;
    display: block;
}

@media (max-width:500px){
	
	#latHeaderContain {
		padding: 5px 3%;
	}
	
	#headerLogo {
		width: 150px;
		padding-top: 4px;
	}
	
	#top-menu {
		width: 24px;
		height: 24px;
	}
	
	#top-menu-slide {
		margin: 6px 0px 0px;
	}
	
	.whiteCTAbutton {
		margin: 15px auto;
	}
	
	.redCTAbutton, .greenCTAbutton {
		margin: 10px auto;
		border-radius: 50px;
	}
	
	.redCTAbutton a, .greenCTAbutton a {
		line-height: 20px;
		font-size: 20px;
		padding: 14px 5%;
	}
	
	.whiteCTAbutton a, .grayCTAbutton a {
		font-size: 16px;
		line-height: 39px;
	}

	#latContainer {
		padding: 9px 2% 0px;
	}
	
	#homeHeadline {
		margin: 23px auto;
	}
	
	#homeHeadline h1 {
		font-size: 36px;
		line-height: 45px;
	}
	
}

/* INDEX */
/* ------------------------------------*/

#startWorkout{
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);	
}

#startWorkout a {
    line-height: 31px;
    font-size: 29px;
}

@media (max-width:500px){
	
	#startWorkout a {
		line-height: 16px;
		font-size: 19px;
	}

}




/* WORKOUT */
/* ------------------------------------*/


#workoutBody{
	display:none;	
}

span.workoutNumber {
    color: #adadad;
}

#workoutControls {
    margin: 0px auto;
    height: auto;
}

.redCTAbutton span, .greenCTAbutton span{
    font-family: 'Open Sans';
    font-weight: 700;
	line-height: 39px;
    font-size: 36px;
    padding: 16px 0;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-shadow: none;
}
.whiteCTAbutton span, .grayCTAbutton span{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    color: #000;
    text-decoration: none;
    display: block;
}

#previousExercise {
	width: 30%;
	float: right;
}

#nextExercise {
	width: 68%;
	float: right;
	margin: 10px 0 10px 2%;
}

#nextExercise span {
    line-height: 48px;
    font-size: 20px;
    padding: 0px;
}


@media (max-width:500px){
		
	#nextExercise span {
		line-height: 39px;
		font-size: 16px;
	}

	.redCTAbutton span, .greenCTAbutton span {
		line-height: 20px;
		font-size: 20px;
		padding: 14px 5%;
	}
	
	.whiteCTAbutton span, .grayCTAbutton span {
		font-size: 16px;
		line-height: 39px;
	}
	
	h2.exerciseHeading {
		font-size: 20px;
		line-height: 24px;
	}
	
	.exerciseBox video {
		margin: 8px auto 5px;
	}
		

}


/* Workout Overview Box */

.exerciseOverview {
    color: #fff;
    width: 100%;
    height: auto;
    line-height: 50px;
}

.exerciseOverviewNumber {
    width: 10%;
    float: left;
    text-align: Center;
}

.exerciseOverviewTitle {
    float: left;
    width: 70%;
    overflow: hidden;
}

.exerciseOverviewMeta {
    float: left;
    text-align: center;
    width: 20%; 
}

.exerciseOverviewNumber p {
    color: #828282;
    font-weight: 700;
	font-size: 14px;
}

.exerciseOverviewTitle p {
    font-weight: 700;
    font-size: 20px;
}

.exerciseOverviewMeta p {
    font-weight: 700;
    font-size: 18px;
}

@media (max-width:500px){
	
	.exerciseOverview {
		line-height: 35px;
	}

	.exerciseOverviewNumber p {
		font-size: 12px;
	}
	
	.exerciseOverviewTitle p {
		font-size: 15px;
	}
	
	.exerciseOverviewMeta p {
		font-size: 14px;
	}


}

/* Workout Box */

.exerciseBox video {
    max-width: 100%;
    height: auto;
    margin: 10px auto 5px;
    display: block;
}

.exerciseBox .exerciseImage {
    max-width: 100%;
    height: auto;
    margin: 10px auto 1px;
    display: block;
}

.exerciseMeta {
    padding: 5px 0px 7px;
    text-align: center;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.exerciseMeta h2 {
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
    margin: 0px 5px 2px;
    font-size: 28px;
    vertical-align: middle;
    text-decoration: underline;
}

.exerciseMeta h3 {
    display: inline-block;
    font-weight: 400;
    position: relative;
    bottom: 0px;
    vertical-align: middle;
    color: #000;
}

.exerciseDescription {
    width: 96%;
    padding: 0px;
    text-align: left;
    margin: 5px 0 0 0;
}

.exerciseDescription p {
    font-size: 14px;
    line-height: 18px;
}

/* Timer Controls */

.start-timer {
    background-color: #0076ee;
    color: #eee;
    display: inline-block;
    padding: 0px 14px;
    margin: 0px auto;
    border-radius: 3px;
}

.start-timer:hover {
    cursor: pointer;
    background-color: #2482e2;
}

.start-timer p, .reset-timer p {
    line-height: 33px;
    font-weight: 700;
    font-size: 14px;
}

.reset-timer {
    background-color: #525252;
    color: #eee;
    display: none;
    padding: 0px 15px;
    margin: 0px auto;
    border-radius: 3px;
}

.reset-timer:hover {
    cursor: pointer;
    background-color: #757575;
}

.timer-controls {
    position: relative;
    margin: 0px 0 0 5px;
    display: inline-block;
}

@media (max-width:500px){

	.exerciseMeta {
		padding: 2px 0px 0px;
	}
	
	.exerciseMeta h2 {
		font-size: 24px;
		line-height: 40px;
	}
	
	.exerciseMeta h3 {
		font-size: 17px;
		line-height: 40px;
	}

	.exerciseDescription {
		width: 92%;
	}
	
	.exerciseDescription p {
		font-size: 12px;
		line-height: 14px;
	}


}


/* Loading Workout */

#workoutWrapper {
	background-color: #292929;
}

#loadingContainer {
    text-align: Center;
    padding: 10% 0;
}

#loadingContainer img{
	width: 144px;
    height: auto;
    max-width: 100%;	
}

#loadingContainer h1 {
    font-size: 130px;
    line-height: 140px;
    margin-top: 20px;
    color: #fff;
}

#loadingContainer h2 {
    font-size: 23px;
    line-height: 25px;
    color: #fff;
}

.exerciseBox{
	display:none;	
}

#startSingleWorkout {
    background-color: #7b7b7b;
}

/* Signup */

#signup {
    display: block;
    width: 80%;
    padding: 7px 2%;
    border-radius: 2px;
    border: 1px solid #cacaca;
    margin: 16px auto 0px;
    background-color: #efefef;
    color: #000;
}

#signup .signupField {
    margin: 4px 1%;
    width: 98%;
    clear: both;
}

#signup .signupField label {
    max-width: 90%;
    float: none;
    display: block;
    line-height: 29px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    margin-left: 1%;
}

#signup .signupField input {
    float: none;
    padding: 0 2%;
    line-height: 31px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 17px;
    width: 95%;
    border-radius: 0px;
}

#signup .signupField select {
    width: 100%;
    height: 42px;
    padding: 0px 2%;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 0px;
}

#signup input[type="submit"] {
    border-radius: 80px;
    height: auto;
    margin: 20px auto;
    text-align: center;
    background-color: #c70b0b;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 39px;
    font-size: 36px;
    padding: 16px 5%;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-shadow: none;
    border: none;
    width: 90%;
	-webkit-appearance: none;
}

#signup input[type="submit"]:hover {
    background-color: #d02121;
	cursor: pointer;
}

.mc4wp-response {
    text-align: Center;
    margin: 0 auto 10px;
	color:#000;
}

.mc4wp-response p{
	color:#000;
}


@media (max-width:500px){
	#signup {
		width: 96%;
	}

	#signup input[type="submit"]  {
		line-height: 20px;
		font-size: 20px;
		padding: 14px 5%;
		margin: 10px auto;
		width: 100%;
	}
	
	#signup .signupField label {
		line-height: 25px;
	}
}

/* How it Works */

#howItWorksHeadline{
    margin: 0px auto 10px;
}

#howItWorksList {
    margin: 5px auto;
    list-style-position: outside;
    padding: 0px 8%;
}

#howItWorksHeadline ul li {
	padding: 0 5%;
    font-size: 14px;
    margin: 2px auto;
    line-height: 21px;
}

@media (max-width:500px){
	#workoutQuote p {
		line-height: 16px;
	}
}




/* Square Buttons */

.squarebutton {
    background-color: #eee;
    width: 100%;
    text-align: Center;
    margin: 10px auto;
}

.squarebutton:hover{
	cursor: pointer;
	opacity: 0.8;
}

.squarebutton a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 22px;
    line-height: 50px;
}

.fbBlue{
	background-color: #3b5998;
}

.txtGreen{
	background-color: #14a918;
}

.ytRed{
	background-color: #d42522;
}

.feedbackBlue {
    background-color: #0087c8;
}

.darkGray{
	background-color: #1d1d1d;
}

@media (max-width:500px){
	.squarebutton a {
		color: #fff;
		display: block;
		text-decoration: none;
		font-size: 18px;
		line-height: 43px;
	}
}

/* LA Trainer Forms */

.latForm {
    display: block;
    width: 96%;
    padding: 7px 2%;
    border-radius: 2px;
    border: 1px solid #cacaca;
    margin: 16px auto 0px;
    background-color: #efefef;
}

.latForm .field {
    margin: 7px 0;
    width: 100%;
    clear: both;
}

.latForm .field label {
    max-width: 90%;
    float: none;
    display: block;
    line-height: 20px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    margin-left: 1%;
}

.latForm .field input {
    float: none;
    padding: 0 2%;
    line-height: 31px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 17px;
    width: 95%;
    border-radius: 0px;
}

.latForm .field textarea {
    float: none;
    padding: 0 2%;
    line-height: 31px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 17px;
    width: 95%;
    border-radius: 0px;
    height: 100px;
    resize: none;
}

.latForm .field select {
    width: 100%;
    height: 42px;
    padding: 0px 2%;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 0px;
}

.latForm input[type="submit"] {
    border-radius: 80px;
    height: auto;
    margin: 20px auto;
    text-align: center;
    background-color: #c70b0b;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 39px;
    font-size: 36px;
    padding: 16px 5%;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-shadow: none;
    border: none;
    width: 90%;
	-webkit-appearance: none;
}

.latForm input[type="submit"]:hover {
    background-color: #d02121;
	cursor: pointer;
}

@media (max-width:500px){
	.latForm {
		width: 96%;
	}

	.latForm input[type="submit"]  {
		line-height: 20px;
		font-size: 20px;
		padding: 14px 5%;
		margin: 10px auto;
		width: 100%;
	}
	
	.latForm .field label {
		line-height: 25px;
	}
}

/* Workout Done Widgets & Comment System */

.doneWidget {
    display: block;
    width: 92%;
    padding: 7px 4%;
    border-radius: 2px;
    border: 1px solid #464646;
    margin: 16px auto 0px;
    background-color: #3c3c3c;
}

.doneWidgetHeader {
    text-align: center;
    margin: 5px auto 10px;
}

#discussionVideo {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 25px;
    height: 0;
}

#discussionVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#discussionText{
	margin: 5px 0;
}

#discussionCommentButton{
	display:block;
}

#discussionCommentButton:hover{
	cursor:pointer;
}

#discussionComments{
	display:none;	
}

/* Progress Bar */

div#workoutProgressBarWrapper {
    background-color: #eee;
    height: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
	z-index:9;
}

div#workoutProgressBarProgress {
    position: relative;
    background-color: #0076ee;
    width: 0%;
    float: left;
    height: 10px;
}

/* Workout Plans Start */

.workout-plan-title {
    float: left;
    width: 60%;
    overflow: hidden;
}

.workout-plan-title p a {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 22px;
}

.workout-plan-start {
    float: left;
    text-align: center;
    width: 30%;
}

.workout-plan-start a{
    color: #fff;
    background-color: #c70b0b;
    margin: 0 auto;
    padding: 3px 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

#planOverviewBox{
	margin-top:10px;
}

#workoutPlanHeadline {
    margin: 0px auto 10px;
    text-align: center;
}

#workoutPlanImage {
    margin: 0 auto 10px;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: -80%;
    z-index: -99;
    position: relative;
    opacity: 0.3;
}

#workoutPlanImage img {
    width: 100%;
    height: auto;
}


@media (max-width:500px){
		
	.workout-plan-title p a{
		font-size: 15px;
	}
	
	.workout-plan-start a {
		padding: 2px 15px;
		font-size: 14px;
	}

}


/* Programs */

#programs-box {
    margin: 20px 0;
    position: relative;
}

.programs-archive {
    width: 100%;
    margin: 10px 0;
}

.programs-archive:hover {
    opacity: 0.8;
}

.programs-label {
    width: 10%;
    float: left;
    text-align: Center;
}

.programs-label p {
    color: #828282;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
}

.programs-info {
    float: left;
    width: 78%;
    margin-right: 2%;
    min-height: 50px;
}

.programs-info h1 {
    font-size: 22px;
    line-height: 25px;
}

.programs-info h3 {
    font-size: 14px;
    font-weight: 400;
	line-height: 25px;
}

.programs-arrow p {
    font-size: 23px;
    line-height: 50px;
}

.programs-arrow {
    float: left;
    width: 10%;
    text-align: Center;
}


@media (max-width:500px){
	
	.programs-info {
		min-height: 40px;
	}
	
	.programs-label p {
		font-size: 12px;
		line-height: 40px;
	}
	
	.programs-info h1 {
		font-size: 17px;
		line-height: 20px;
	}
	
	.programs-info h3 {
		font-size: 12px;
		line-height: 20px;
	}
	
	.programs-arrow p {
		font-size: 18px;
		line-height: 40px;
	}
	
}
