﻿@charset "utf-8";


/*
 *Wealth.life landing page template
 *Author : Jitu chauhan
 *
*/




@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:100,500);

/*
/*--------------------
	  general
---------------------*/
body {

    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    width: 100%;
    height: 50%; 
    overflow-x:hidden;     

	
}
html {

    -webkit-font-smoothing: antialiased;
}

#scrollUp {
  background-image: url(../image/top.png);
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
}


h1 {font-size: 78px;}
h2 {font-size: 68px; }
h3 {font-size: 58px;}
h4 {font-size: 48px;}


h1,
h2,
h3,
h4 {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-weight: 300;
	line-height:1.45;
	margin:10px 0 10px 0;
}
p {
	font-size:18px;
	line-height: 2.0;
	margin-bottom: 30px;
}
span {
    color:#f79422;
    font-weight:500;
}

a {
	color: #444;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.bold {
    font-weight:500;
}
.uppercase {
    text-transform:uppercase;
}
.text-primary {
    color: #1caffc;
}

a:hover {
	color: #f79422;
	text-decoration: none;
}


ul {
	margin:20px;
	padding:0;
}
ul li {
    line-height:36px;
	color: #444;
    font-size:18px;
}

.block-title {
	margin-bottom: 60px;
	text-align: center;
}
.block {
	margin-bottom:50px;
}

.title {
    text-align:center;
}
.title h2 {
    display: block;
    position: relative;
    padding: 0 0  5px 0;
    margin: 0 0 5px 0;
    color:#000;
}
.title h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 250px;
    background-color: #f79422;
    bottom: 0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

#jwplayerwrapper {
    min-height:300px;
    min-width:400px;
    background-color:#000000;

}

h5 {
   font-size:28px;
}
/* ==========================================================================
   PRELOADER
========================================================================== */

#preloader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999; 
	background-color: #f79422;
}

.spinner {
    position:absolute;
    top:40%; 
    left:50%;
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #fff;

  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/


.error {
	color: #fc0000;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
}

.Submit_Error{
	border: 2px solid red !important;
	background-color: rgba(255,204,204,1) !important;

}


.success{
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-weight: normal;
	font-size: 14px;
	color:#006633;
}
/* ==========================================================================
   SECTION SPERATOR
========================================================================== */

.separator:after {
	position: absolute;
	content: '';
	pointer-events: none;
}

.separator {
	position: relative;
	padding: 90px 0 90px 0;

}

.separator p{
	font-size:24px;
    font-weight:600;
    color:#fff;
    text-align:center;
    margin-top:5px 5px;
    position:relative;
    z-index:20;
    text-transform:uppercase;
}


.ss-style-triangles::before,
.ss-style-triangles::after {
	left: 50%;
	width: 100px;
	height: 100px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

#commitment.ss-style-triangles::before {
	top: -50px;
	background: #f79422;
}

#countdown.ss-style-triangles::before {
	top: -50px;
	background: #45a1f8;
}

#commitment.ss-style-triangles::after {
	bottom: -50px;
	z-index: 10;
	background: #f79422;
}

#countdown.ss-style-triangles::after {
	bottom: -50px;
	z-index: 10;
	background: #45a1f8;
}


.separator h2 {
    color:#fff;
}
.separator h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 250px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================================
   CIRCLES
========================================================================== */

.responsive-circle {
    font-size: 70px;
    font-weight: 700;
    margin: 0 auto 0;
    width: 40%;
}
.responsive-circle::after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
    border:4px solid #fff;
}
.responsive-circle div {
    color: white;
    float: left;
    line-height: 1em;
    margin-top: -0.5em;
    padding-top: 50%;
    text-align: center;
    width: 100%;
}



.pd-circle::after {
    background-color:#000;
    color:#fff;
    margin-bottom:0;
  
    
}

.count-circle::after {
    background-color:#285783;
    color:#fff;
    margin-bottom:0;
  
    
}

.circle-inner i {
   display:block;
    
}

.circle-inner span {
    display:block;
    font-size:.5em !important;
    color:#fff;
}




/* ==========================================================================
   HEADERS & NAVIGATIONS
   ========================================================================== */


.navbar-brand {
	margin-left:0;
	height: auto;
    padding-top:25px;
} 
.navbar-toggle{
	background-color:#000000;
}
#brand-logo {display:block;}

.navbar.navbar-fixed-top.intro {	
	background-color:rgba(0, 0, 0, 0.50);
	margin-bottom: 0;
    border:none;
    z-index:20;
}
.navbar li {
    font-size:18px;
}

.top-nav-collapse {
    background-color:rgba(0, 0, 0, 0.90)!important;
 	-webkit-transition: all 0.7s ease-in-out !important; all 0.7s ease-in-out !important; all 0.7s ease-in-out !important; all 0.7s ease-in-out !important; all 0.7s ease-in-out !important; all 0.7s ease-in-out !important; all 0.7s ease-in-out ; all 0.7s ease-in-out ; all 0.7s ease-in-out ;
	-moz-transition: all 0.7s ease-in-out !important;
	-o-transition: all 0.7s ease-in-out !important;
	transition: all 0.7s ease-in-out !important;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  padding-top:20px;
  padding-bottom:40px;
  padding-right:25px;
}

.navbar-inverse .navbar-nav>li>a:hover {
 	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
    background-color:#000000;
    color: #f79422;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color:#000000;
    color: #f79422;
}

#navbar-on {
  color: #fff;
  background-color: #f79422 !important;
}

#navbar-on:hover {
  color: #f79422;
  background-color: #000000 !important;
  border-bottom:#f79422 4px solid;
  margin-bottom:-4px;
}

/* ==========================================================================
   INTRO SECTION
   ========================================================================== */
.intro-section {
    position: relative;
    padding: 230px 0 190px 0;
    min-height: 1200px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.intro-bg {
    background: url(../image/hero_image_smartphone.jpg);
    position: relative;
    padding: 230px 0 190px 0;
    min-height: 1200px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#video-background {
  position: absolute;
  top:0;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;

}
.video-poster {
    display:none;
}
.intro-screen {
    position: absolute;
    top: 120px;
    z-index:2;
    display:none;
}
#slogan {margin-top:30px;}

.intro-section h1.slogan, .intro-section h2.slogan {
    color: #fff;
    margin: 5px 10px 5px 10px;
    text-transform: none;
    text-shadow: 1px 1px 2px black, 0 2px 2px #333;
    text-align: center;
}
.intro-bg h1.slogan, .intro-bg h2.slogan {
    color: #fff;
    margin: 5px 10px 5px 10px;
    text-transform: none;
    text-shadow: 1px 1px 2px black, 0 2px 2px #333;
    text-align: center;
}
.intro-bg h2.slogan, .intro-section h2.slogan {
    font-size: 36px;
}

.btn-home {
    padding-left:60px;
    padding-right:60px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:48px;
    background-color:#f79422;
    border: 1px solid #ffffff;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius:40px;
}
.btn-home:hover {
	background-color:#c86f09 !important;
    border: 1px solid #ffffff !important;
}

.start-time {
    font-size:24px;
    color:#fff;
    margin:0 0 10px 0;
}


.learnmore {color:#178afc;}
.learnmore-wh {color:#fff !important;}


.btn-about {
    padding: 15px 25px 15px 25px;
    font-size: 42px;
    background-color: #f79422;
    border: 1px solid #ffffff;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.btn-about:hover {
	background-color:#fbbb22 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

.btn-about:active, .btn-primary:focus {
	background-color:#fb9622 !important;
    border: 1px solid #ffffff !important;
}


.btn-about .button-text {
    font-size:18px;
    color:#000000;
    display:block;
    margin:0;
    padding:0;
    font-weight:700;
}



/* ==========================================================================
   MORE INFO
   ========================================================================== */
.more-info {
  position:relative;
    padding:130px 0 190px 0 ; 
    background: url(../image/more-info-bg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index:2;   
}

#more-info ul {
    margin-bottom:50px;
    margin-left: 56px;
}

#more-info li{
    list-style-type:none;
    margin-bottom:15px;
    padding-left: 20px;
    position: relative;
}


#more-info p {color:#000;}


#more-info .btn-more {
    padding-left:60px;
    padding-right:60px;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#10579d;
    border: 1px solid #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

}

#more-info .btn-more:hover {
	background-color:#eee !important;
    border: 1px solid #ffffff !important;
}


/* ==========================================================================
   CHALLENGE
========================================================================== */


.choose-challenge {
    position:relative;
    padding:130px 0 130px 0 ; 
    background: url(../image/trainer-bg.jpg);
    background-repeat:repeat;
    min-height:1200px;
    color:#000;
    z-index:2; 

}
#choose-challenge h2 {
    display: block;
    position: relative;
    padding: 0 0  5px 0;
    margin: 0 0 5px 0;

 
}

.choose-challenge h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 250px;
    background-color: #f79422;
    bottom: 0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
#choose-challenge h3 {font-weight:400;}

.program-container {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 3px 5px -2px rgba(0,0,0,.44);
    margin: 10px 10px 30px 10px;
    padding: 0;
    width:285px;
    height:auto;
    display:inline-block;
}
.program-list {
    padding:20px 20px 0 20px;
}
.program-link h3 {
    color: #000;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.program-description p{
    line-height:normal;
    font-size:14px;
    margin:5px 0;
}
.programs-list-sub {
    padding:0 0 20px 0;
}
.programs-list-sub p{
    margin:0;
    line-height:normal;
    font-weight:bold;
    font-size:14px;
    padding:0 20px 0 20px;

}
.programs-list-footer {
    display:inline-block;
    width:48%;
    padding:0 20px 0 20px;
    margin:20px 0 0 0;
}
.programs-list-footer img {
  height:30px;
  width:45px;
  margin:0;
  float:right;
}
.programs-list-footer p{
    font-size:12px;
    padding:2px;
    color: #8f9194;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.program-close {
    margin:30px 0 30px 0;
}

.program-link-img{
    position:relative;
    display:block;
    border:0;
    margin:0;
    padding:0;
}
.program-link-img-caption {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0;
    margin:0;
    padding:20px;
    color:#eee;
    text-align:center;
    font-weight:700;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;

}


.program-link-img-caption:hover:after {
    background-color:rgba(0, 0, 0, 0.42);
    display:block;
    width:100%;
    height:100%;
    content: "\f01d"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 60px;
    color: #ffffff;
    font-weight:200;
    top: 0;
    left:0;
    right:0;
    margin: 0;
    z-index: 1;
    padding-top:100px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;

}
#program-title {
    font-weight:500;
}

#program-desc {
    padding:0 20px; 0 20px;
}
#programModal h1 {
    margin:0 0 0 5px;
    font-weight:500;
}

#programModal h3 {
    margin: 10px;
    font-weight: 500;
    font-size: 48px;
}

#programModal h2 {
    margin: 0px;
    font-weight: 500;
    font-size: 48px;
}

#programModal .modal-header {
    border-bottom:0 !important;
}

#programModal .modal-body p {
    margin-bottom:5px;
}





#plan-days span, #plan-min span, #plan-level span, #plan-type span {
    color:#000;
    font-weight:500;
    line-height:normal;
    display:block;
}
#prog-attr img {
    width:50px;
}

#prog-attr li {
   margin: 0 15px 0 15px;
}

.grid {
   width:100%; 
   margin:0 auto 0 auto;
}
.grid-item { 
    width:255px; 
}
.grid-container {
    position:relative;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


.toolbar {
   position: relative;
    z-index: 10000;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color:#f79422;
    color:#fff;
}

.btn-group {
    margin:0;
}

.btn-group span {
    color:#000;
    display:inline-block;
    margin:0 10px 0 10px;
}
.btn-group img {
    width:50px;
}

/* ==========================================================================
  HOVER EFFECT
========================================================================== */




/* ==========================================================================
   TEAM FOX
========================================================================== */

#team-fox-pd {
    padding:130px 0 190px 0 ; 
    background-image: url("../image/subscribe-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color:#fff;
    z-index:5;
}
#team-fox-pd h2 {
    color:#fff;
}
#team-fox-pd h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 250px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.mask-overlay {
    background: rgba(0, 0, 0, 0.60) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}


/* ==========================================================================
   SHAKEOLOGY
========================================================================== */
.shakeology {
  position:relative;
    padding:130px 0 0 0 ; 
    min-height:100px;
    z-index:2;
    width:100%; 
    background-color: #fff;  
}

/* ==========================================================================
   SUCCESS STORIES
========================================================================== */

#success-stories {
    position:relative;
    padding:130px 0 190px 0 ;  
    background: url(../image/results-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    min-height:600px;
    color:#fff;
    z-index:2; 

}


.slider {
    border-top:1px solid #eee;
    padding-top:50px;
}

.slider h2{
    margin-top: 10px;
    margin-bottom: 10px;
    color:#fff;
}

#sliderBootstrap {cursor:e-resize;}

.carousel-caption {
    text-align: center;
    margin: 0 auto;
    top:150px;
    bottom:0;
    left: 0;
    right: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0);
    width:100%;
}

.carousel-control.left {
    left: 100%;
    top: 50%;
    margin: -50px;
}
.carousel-control.right {
    left: auto;
    right: 0;
}

.slider .carousel-control {
    height: 50px;
    width: 50px;
    top: 50%;
    color: #000;
    padding: 8px;
    opacity: 1;
    background-color: #FFF;
    background-image: none;
}

.align-center {
    text-align: center;
}

.carousel-control {
    background: none;
    border: 0;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}


.carousel-headline .f60{
    margin-bottom:5px;
    margin-top:10px;
    line-height: .95;
    font-size: 42px !important;
}

.font-light {
    font-weight: 600;
}

.f18 {
    position:absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height:24px;
    font-weight: 500;
    bottom:90px;
    background-color:rgba(0, 0, 0, 0.26);
    padding:20px;
    width:800px;
}






/* ==========================================================================
   GCBX REGISTRATION
========================================================================== */
.product-screenshot {
    max-width: 100%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(142,149,156,0.5);
    -moz-box-shadow: 0 10px 30px 0 rgba(142,149,156,0.5);
    box-shadow: 0 10px 30px 0 rgba(142,149,156,0.5);
    position: relative
}
.plan-header {
    padding: 20px 30px;
    background-color: #122c53;
    background: rgb(247,148,34);
    background: -moz-radial-gradient(circle, rgba(247,148,34,1) 7%, rgba(200,111,9,1) 91%);
    background: -webkit-radial-gradient(circle, rgba(247,148,34,1) 7%, rgba(200,111,9,1) 91%);
    background: radial-gradient(circle, rgba(247,148,34,1) 7%, rgba(200,111,9,1) 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f79422",endColorstr="#c86f09",GradientType=1);
    width: 100%;
    margin: 0 0 30px 0;
}

.symbol {
    font-weight: bold;
    color: #ffffff;
}
.head {
    font-weight: bold;
    color: #ffffff;
}

.head h3 {
    margin-bottom: -15px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
}

.head h2 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    
}

.head p {
    margin-bottom: 5px;
    color: #ffffff;
    line-height:normal;
    font-size: 20px;
    font-weight: 700;
}


.price {
    font-size: 54px;
    font-weight: 700;
}



.plan {
    padding: 0 0 30px 0;
    color: #ffffff;
    background-color:#fff;
}

.plan-text {
    font-size: 14px;
    color: #ffffff;
}

.plan-sub-headline {
    font-size: 20px;
    color: #ffffff;
}

.price-total {
    color: #ffffff;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
}

.pdlist li {
    text-align: left;
}
.list-heading {
    margin-bottom: 5px;
    color:#000;
    font-size: 28px;
    font-weight: normal;
}
.plan-lower-body {
    background-color: #fff;
    padding: 0 20px 0 20px;
}

.btn-plan {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    background-color: #f79422;
    border: 1px solid #ffffff;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(142,149,156,0.5);
    -moz-box-shadow: 0 10px 30px 0 rgba(142,149,156,0.5);
    box-shadow: 0 10px 30px 0 rgba(142,149,156,0.5);
}

    .btn-plan:hover {
        background-color: #c86f09 !important;
        border: 1px solid #ffffff !important;
    }

.disclaimer {
    font-size: 13px;
    color:#eee;
}
/* ==========================================================================
   MODAL REGISTRATION
========================================================================== */
/*Exit modal*/
#exitModal {
    color: #000;
}
#exitModal button.close {font-size:24px; color:#000;}
#exitModal h1 {font-size:42px !important;}
#exitModal h4 {font-size:22px !important;}
#exitModal .modal-header {border-bottom:none}

#myModal button.close {font-size:24px; color:#000}

#myModal {color:#000}

#myModal h1 {font-size:42px !important;}

#myModal h4 {font-size:22px !important;}

#myModal .modal-header {border-bottom:none}

.download-form {background-color:#fff;}
.download-form form .form-group label {
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
	color:#FFFFFF;
}
.download-form form .form-group input, .download-form form .form-group select, .download-form form .form-group textarea {
	padding:15px 15px;
	height: 45px;
    margin-bottom: 20px;
}
.download-form form .form-group select {
    height: 55px;
}
.download-form form .form-group textarea {
     height: 100px;
}

.main2 {
    display:none;
}

.btn-popup {
    padding-left:60px;
    padding-right:60px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:36px;
    background-color:#f79422;
    border: 1px solid #ffffff;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.btn-popup:hover {
	background-color:#c86f09 !important;
    border: 1px solid #ffffff !important;
}




/* ==========================================================================
   COACHING
========================================================================== */
#coach {
    position:relative;
    padding:100px 0 100px 0 ; 
    background: url(../image/sculpted-background-960.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index:2; 


}
#coach p{
    color:#ffffff !important;
}
#coach h2 {
    color:#ffffff !important;
    font-weight:500;
 
}
#coach h5 {
    color:#ffffff !important;
    font-weight:500;
    margin-bottom:20px;
 
}
.coach h2{
    display: block;
    position: relative;
    padding: 0 0  5px 0;
    margin: 0 0 5px 0;
}

.coach h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 250px;
    background-color: #f79422;
    bottom: 0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

#coach h3 {font-weight:400;}

#img-coach-donna {
   position:absolute;
   top:0;
   left:0;
   z-index:1;
}
.pull-quote {
     font-style: italic;
     font-size:22px;
}
.pull-quote-sm {
     font-style: italic;
     font-size:16px;
}
.pull-quote i {
    display:inline-block;
    padding:0 2px 0 5px;
}

.pull-quote-sig{
     font-style: italic;
     font-size:18px;
     float:right;
     display:inline-block;
     margin-top:20px 0 20px 0;
}
/* ==========================================================================
   FOOTER
========================================================================== */
#footer {
	background-color:#000000;
    padding:0;
}
#footer .disclaimer{
	font-size:10px;
	color:#ffffff;
}

#footer p {
	font-size:10px;
	color:#fff;
	margin-top:10px;
}

#footer ul li{
    line-height:normal;
}


#footer-social span {
    color: #fff;
}

#footer ul {
   margin-top: 0; 
   margin-left:0;
}
#footer ul li a{
   	font-size:14px;
	color:#eee;
    
}
#footer ul li a:hover {
    color:#f7931e;
}

#footer .footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}
#footer-social {
    margin-top:10px !important;
}
.modal-footer {
  font-size:10px;
  text-align:center;  
}

.footer-border {
    border-top:1px solid #444;
    margin-bottom:10px;


}
.ecp-footer a  {
    color:#fff !important;
    font-size:10px;
}

.loadingSchemeImg{
	 background:url(../image/loading.gif)center no-repeat;
	 color:#0eb798;
}

/***************
	success
***************/
.next-step {
    padding-top:80px;
    padding-bottom:50px;
    background-color:#45a1f8;
    color:#fff;
    
}
#next-step .fa {
    font-size:64px;
    color:#fff;
}
.next-step-title {
    margin:0  0  5px 0 ;
    color:#fff;
}
#next-step2 {
    padding-top:50px;
    padding-bottom:50px;
}
#next-step2 label {
   font-size:14px;
   font-weight:normal; 
}

#confirm {
    display:none;
    min-height:930px;
    padding:100px 0 160px 0;
    background-color:#45a1f8;
     color:#fff;
}

#confirm .fa {
    font-size:128px;
    color:#fff;
}

#confirm h2 {
    margin:0  0  5px 0 ;
    color:#fff;
}

.date {font-size:24px; color:#f79422;}
.response {display:none;}
.response span{
   color:#000;
}


/* ==========================================================================
   COMMITMENT
========================================================================== */

.commitment-separator {
	position: relative;
	padding: 90px 0 90px 0;
    background: #f79422;
    border-top:1px solid #ed7f00;

}



/* ==========================================================================
   COUNTDOWN
========================================================================== */

.countdown-separator {
	position: relative;
	padding: 90px 0 90px 0;
    background: #45a1f8;
  
}
#day, #hour, #min, #sec {
    padding-top:10px !important;
    font-weight:600 !important;
}

#countdown h5 {
    font-size: 24px
}

.countdown-closing {
    color: #fff;
    font-size: 42px;
    font-weight: normal !important;
    text-transform: none !important;
}

.countdown-label {
    margin-top:30px; 
    border-top: solid 1px #c4c4c4;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4)
}
.countdown-period {
    margin:10px 0 10px 0;
}

.countdown-period li{
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: 700;
    font-size: 96px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
    padding:10px;
}

 

/* ==========================================================================
   NEWSLETTER
   ========================================================================== */
.newsletter {
    position:relative;
    padding:80px 0 150px 0 ; 
    background: url(../image/newsletter-bg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index:2;
    min-height:96px;
    background-color:#fff;
       
}
.pd-but {
    background-color:#f79422;
    color:#fff;
}

.pd-but-lg {
    padding: 26px 16px;

}
.pd-but:hover {
    background-color:#fba94b;
    color:#fff;
}

.input-lg {height: 77px;}
#news-success{
    display: none;
    padding:10px;
}
#news-error{display: none;}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
========================================================================== */


@media (min-width: 992px) and (max-width: 1199px) {
        #brand-logo {
        width: 30%;
        margin-top: 0;
    }
  .nav>li>a {padding: 5px 5px;}
}

@media (max-width: 1024px) {
    #brand-logo {
        width: 30%;
        margin-top: 0;
    }
    .btn-about {
        padding:15px 25px 15px 25px !important;
        font-size:28px !important;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
    }
    .navbar-fixed-top {
		top: 0;
		border-width:0;
    
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right:20px;
    }
    .collapse.in{display:block !important;}
     .responsive-circle {font-size:48px;}

}


@media(max-width:768px) {
        #brand-logo {
        width: 60%;
        margin-top: 0;
    }
    
    #slogan {margin-top:160px;}

    .btn-about {
        padding:15px 25px 15px 25px !important;
        font-size:24px !important;
    }
    #prog-attr li {
        margin: 0;
        padding:2px;

    }
    #prog-attr li span {
        font-size:12px;
    }
    
    #prog-attr img {
        width:20px;
    }
    #programModal h1, #myModal h1 {  
        font-size:18px !important;
        margin:0;
        line-height:normal;
    }
    #programModal p, #myModal p, #myModal h4, #summary {
        margin:5px;
        line-height:normal;
    }
    #headline, #myModal h4  {
       font-size:18px !important; 
    }
    
    .navbar {
        padding: 0 5px ;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .navbar-collapse{ border-color: #eee !important;}
    .top-nav-collapse {padding: 0 0;}
   
    #intro,
    #commitment,
    #more-info,
    #choose-challenge,
    #shakeology,
    #success-stories,
    #coach,
    #countdown,
    #team-fox-pd {
        padding:80px 0 90px 0;
    }
    
  

    .mini-nav {background-color:#1f9bc9;}
    .mini-nav li {border-bottom:solid 1px #eee;}

    .carousel .item {height: 400px;}
    .carousel-headline .f60{
        font-size: 32px !important;
        margin-top:-10px;
    }
    .carousel-indicators {
        margin-bottom:-40px;
    }
    .f18 {bottom:20px;}

    .btn-group img {width:20px;}
    .btn-group span {margin:0 2px 0 2px;
    }
    #program-desc {
        font-size:14px;
        line-height:normal;
    }

}


@media (max-width: 480px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size:36px;
    }
    h3 {
        font-size: 28px;
    }
    #slogan h1 {
        font-size: 36px;
    }
    #slogan h2 {
        font-size: 24px;
    }


    p {font-size:18px;}
    ul li {font-size:18px;}

    #brand-logo {
        width: 60%;
        margin-top: 0;
    }
    #GCBX {
        max-width: 250px;
    }
    #slogan {margin-top:160px;}
   .btn-about {
        padding:15px 25px 15px 25px !important;
        font-size:18px !important;
    }

    .btn-home, .btn-popup  {
        font-size:14px;
        padding:15px 40px 15px 40px;
    }

    .intro-section {
        padding: 180px 0 50px 0;
       
        min-height: 600px;
    }

    #main-button {
        padding-top: 200px;
    }


    #more-info li {
        margin-bottom: 15px;
        line-height: 24px;
    }



    .carousel .item {
      height: 350px;
      margin-top:30px;

    }

    .carousel-headline .f60{
        font-size: 24px !important;
        margin-top:-70px;
    }
    .f18 {
        bottom:0px;
        width:100%;
    }

    .custom-btn {
        margin: 5px 10px 10px 0;
        padding: 7px 0;
        width: 150px;
        height: 35px;
        font-size: 12px;
    }

    .countdown-period li {
        font-size:52px;

    }
    .countdown-label {
        font-size:12px;
        margin:0; 
    }
    .pull-quote, .pull-quote-sig, .pull-quote-sm {font-size:14px;}
    .pull-quote-sig {margin-top:20px;}
    .responsive-circle {
        font-size:36px;
        width: 30%;
    }

    .ss-style-triangles::before,
    .ss-style-triangles::after {
	    left: 55%;
	    width: 50px;
	    height: 100px;
	    -webkit-transform: translateX(-50%) rotate(45deg);
	    transform: translateX(-50%) rotate(45deg);
    }


    #commitment.ss-style-triangles::after {
	    bottom: -20px;
	    z-index: 10;
	    background: #f79422;
    }

    #countdown.ss-style-triangles::after {
	    bottom: -20px;
	    z-index: 10;
	    background: #45a1f8;
    }

    .btn-group-vertical>.btn, .btn-group>.btn {
        position: relative;
        margin-left:auto;
        margin-right:auto;
    }
     .btn-group img {
         width:10px;
         display:none;
     }
    .btn-group span {
        font-size:10px;
        }
    .btn-group button {
        padding:8px 0 8px 0;
     }
       
    } 


}


@media (max-width: 320px) {

    #slogan {margin-top:160px;}
    .btn-about {
        padding:15px 25px 15px 25px !important;
        font-size:13px !important;
    }

    .btn-home {
        font-size:12px;
        padding:15px 40px 15px 40px;
    }
    .navbar-brand {
	   margin-left:5px;
       padding: 10px 0;
   
    }
    
    

    .block {
	    margin-bottom: 0;
    }

    .carousel .item {
      height: 300px;
      margin-top:30px;

    }

    .carousel-headline .f60{
        font-size: 18px !important;
        margin-top:-70px;
    }
    .f18 {
        bottom:0px;
        width:100%;
    }
    #myModal h1 {font-size:22px !important;}

    #myModal h4 {font-size:16px !important;}


}



 /*
=================================================================
  CUSTOM UTILITY FUNCTIONS 
=================================================================
*/

.pad-top-1{padding-top:1px;}
.pad-top-2{padding-top:2px;}
.pad-top-3{padding-top:3px;}
.pad-top-4{padding-top:4px;}
.pad-top-5{padding-top:5px;}
.pad-top-6{padding-top:6px;}
.pad-top-7{padding-top:7px;}
.pad-top-8{padding-top:8px;}
.pad-top-9{padding-top:9px;}
.pad-top-10{padding-top:10px;}
.pad-top-11{padding-top:11px;}
.pad-top-12{padding-top:12px;}
.pad-top-13{padding-top:13px;}
.pad-top-14{padding-top:14px;}
.pad-top-15{padding-top:15px;}
.pad-top-16{padding-top:16px;}
.pad-top-17{padding-top:17px;}
.pad-top-18{padding-top:18px;}
.pad-top-19{padding-top:19px;}
.pad-top-20{padding-top:20px;}
.pad-top-30{padding-top:30px;}

.pad-bottom-1{padding-bottom:1px;}
.pad-bottom-2{padding-bottom:2px;}
.pad-bottom-3{padding-bottom:3px;}
.pad-bottom-4{padding-bottom:4px;}
.pad-bottom-5{padding-bottom:5px;}
.pad-bottom-6{padding-bottom:6px;}
.pad-bottom-7{padding-bottom:7px;}
.pad-bottom-8{padding-bottom:8px;}
.pad-bottom-9{padding-bottom:9px;}
.pad-bottom-10{padding-bottom:10px;}
.pad-bottom-11{padding-bottom:11px;}
.pad-bottom-12{padding-bottom:12px;}
.pad-bottom-13{padding-bottom:13px;}
.pad-bottom-14{padding-bottom:14px;}
.pad-bottom-15{padding-bottom:15px;}
.pad-bottom-16{padding-bottom:16px;}
.pad-bottom-17{padding-bottom:17px;}
.pad-bottom-18{padding-bottom:18px;}
.pad-bottom-19{padding-bottom:19px;}
.pad-bottom-20{padding-bottom:20px;}
.pad-bottom-30{padding-bottom:30px;}

.pad-left-1{padding-left:1px;}
.pad-left-2{padding-left:2px;}
.pad-left-3{padding-left:3px;}
.pad-left-4{padding-left:4px;}
.pad-left-5{padding-left:5px;}
.pad-left-6{padding-left:6px;}
.pad-left-7{padding-left:7px;}
.pad-left-8{padding-left:8px;}
.pad-left-9{padding-left:9px;}
.pad-left-10{padding-left:10px;}
.pad-left-11{padding-left:11px;}
.pad-left-12{padding-left:12px;}
.pad-left-13{padding-left:13px;}
.pad-left-14{padding-left:14px;}
.pad-left-15{padding-left:15px;}
.pad-left-16{padding-left:16px;}
.pad-left-17{padding-left:17px;}
.pad-left-18{padding-left:18px;}
.pad-left-19{padding-left:19px;}
.pad-left-20{padding-left:20px;}
.pad-left-30{padding-left:30px;}

.pad-right-1{padding-right:1px;}
.pad-right-2{padding-right:2px;}
.pad-right-3{padding-right:3px;}
.pad-right-4{padding-right:4px;}
.pad-right-5{padding-right:5px;}
.pad-right-6{padding-right:6px;}
.pad-right-7{padding-right:7px;}
.pad-right-8{padding-right:8px;}
.pad-right-9{padding-right:9px;}
.pad-right-10{padding-right:10px;}
.pad-right-11{padding-right:11px;}
.pad-right-12{padding-right:12px;}
.pad-right-13{padding-right:13px;}
.pad-right-14{padding-right:14px;}
.pad-right-15{padding-right:15px;}
.pad-right-16{padding-right:16px;}
.pad-right-17{padding-right:17px;}
.pad-right-18{padding-right:18px;}
.pad-right-19{padding-right:19px;}
.pad-right-20{padding-right:20px;}
.pad-right-30{padding-right:30px;}

.no-padding{padding:0;}


.mar-top-1{margin-top:1px;}
.mar-top-2{margin-top:2px;}
.mar-top-3{margin-top:3px;}
.mar-top-4{margin-top:4px;}
.mar-top-5{margin-top:5px;}
.mar-top-6{margin-top:6px;}
.mar-top-7{margin-top:7px;}
.mar-top-8{margin-top:8px;}
.mar-top-9{margin-top:9px;}
.mar-top-10{margin-top:10px;}
.mar-top-11{margin-top:11px;}
.mar-top-12{margin-top:12px;}
.mar-top-13{margin-top:13px;}
.mar-top-14{margin-top:14px;}
.mar-top-15{margin-top:15px;}
.mar-top-16{margin-top:16px;}
.mar-top-17{margin-top:17px;}
.mar-top-18{margin-top:18px;}
.mar-top-19{margin-top:19px;}
.mar-top-20{margin-top:20px;}
.mar-top-30{margin-top:30px;}

.mar-bottom-1{margin-bottom:1px;}
.mar-bottom-2{margin-bottom:2px;}
.mar-bottom-3{margin-bottom:3px;}
.mar-bottom-4{margin-bottom:4px;}
.mar-bottom-5{margin-bottom:5px;}
.mar-bottom-6{margin-bottom:6px;}
.mar-bottom-7{margin-bottom:7px;}
.mar-bottom-8{margin-bottom:8px;}
.mar-bottom-9{margin-bottom:9px;}
.mar-bottom-10{margin-bottom:10px;}
.mar-bottom-11{margin-bottom:11px;}
.mar-bottom-12{margin-bottom:12px;}
.mar-bottom-13{margin-bottom:13px;}
.mar-bottom-14{margin-bottom:14px;}
.mar-bottom-15{margin-bottom:15px;}
.mar-bottom-16{margin-bottom:16px;}
.mar-bottom-17{margin-bottom:17px;}
.mar-bottom-18{margin-bottom:18px;}
.mar-bottom-19{margin-bottom:19px;}
.mar-bottom-20{margin-bottom:20px;}
.mar-bottom-30{margin-bottom:30px;}

.mar-left-1{margin-left:1px;}
.mar-left-2{margin-left:2px;}
.mar-left-3{margin-left:3px;}
.mar-left-4{margin-left:4px;}
.mar-left-5{margin-left:5px;}
.mar-left-6{margin-left:6px;}
.mar-left-7{margin-left:7px;}
.mar-left-8{margin-left:8px;}
.mar-left-9{margin-left:9px;}
.mar-left-10{margin-left:10px;}
.mar-left-11{margin-left:11px;}
.mar-left-12{margin-left:12px;}
.mar-left-13{margin-left:13px;}
.mar-left-14{margin-left:14px;}
.mar-left-15{margin-left:15px;}
.mar-left-16{margin-left:16px;}
.mar-left-17{margin-left:17px;}
.mar-left-18{margin-left:18px;}
.mar-left-19{margin-left:19px;}
.mar-left-20{margin-left:20px;}

.mar-right-1{margin-right:1px;}
.mar-right-2{margin-right:2px;}
.mar-right-3{margin-right:3px;}
.mar-right-4{margin-right:4px;}
.mar-right-5{margin-right:5px;}
.mar-right-6{margin-right:6px;}
.mar-right-7{margin-right:7px;}
.mar-right-8{margin-right:8px;}
.mar-right-9{margin-right:9px;}
.mar-right-10{margin-right:10px;}
.mar-right-11{margin-right:11px;}
.mar-right-12{margin-right:12px;}
.mar-right-13{margin-right:13px;}
.mar-right-14{margin-right:14px;}
.mar-right-15{margin-right:15px;}
.mar-right-16{margin-right:16px;}
.mar-right-17{margin-right:17px;}
.mar-right-18{margin-right:18px;}
.mar-right-19{margin-right:19px;}
.mar-right-20{margin-right:20px;}


.remove-margin {margin: 0!important;}
.remove-padding {padding: 0!important;}
.debug {border: 2px solid red !important;}
.make-relative {position:relative !important; height:100% !important;}
#intro-nav-menu{
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    height: auto;
}
