
/* Pact App CSS
 
 /*

Colors:
green: #3db54b
red: #ec3725
lightgrey: #f8f9f8
darkgrey: #555555
orange: #f6892a
blue: #43baeb

 */

/* Main Body Styles */
html,
body {
	width: 100%;
	min-height: 100%;
	position: relative;
}
body {
	font-family: "proxima-nova", "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;

	line-height: 23px;
	color: #555;
	background-color: white;
	width: 100%;
	font-weight: 400;
	letter-spacing: 0em;
	-webkit-transition: margin-left 0.3s;
	-moz-transition: margin-left 0.3s;
	-ms-transition: margin-left 0.3s;
	-o-transition: margin-left 0.3s;
	transition: margin-left 0.3s;
	overflow-x: hidden;
	-webkit-font-smoothing: subpixel-antialiased !important;
	text-rendering: optimizelegibility;
}

body.expanded {
	margin-left: -20em
}

/* Default Typography */
a {
	color: #f6892a;
	-o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	-moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	text-decoration: none;
}
a:active,
a:focus {
	text-decoration: none;
	outline: none!important
}
a:hover {
	color: #3abcff;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #777;
	margin: 0 0 20px;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased!important;
	font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
h4 a,
h3 a,
h2 a,
h1 a,
h5 a {
	color: #444
}
h1 {
	font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:36px;
	color: #f6892a;
	line-height: normal;
	text-align: center;
}
h2 {
	font-size: 22px;
	font-weight:600;
	line-height: 125%;
	letter-spacing: 0px;
	font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h3 {
	font-size: 20px;
	line-height: 125%;
}
h4 {
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #6d7579;
}
h6 {
	font-size: 13px;
	color: #6d7579;
	line-height: 22px;
}
h2 + h5,
h2 + h6 {
	margin: -8px 0 20px
}
h1.textuppercase {
	letter-spacing: 2px;
}
h2.textuppercase {
	letter-spacing: 2px
}
h3.textuppercase {
	font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 2px
}
h4.textuppercase,
h5.textuppercase,
h6.textuppercase {
	letter-spacing: 1px;
	font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.white {
	color:white !important;
}
.mt13 {
	margin-top:13px;
}
strong {
	font-weight:700;
}
p {
	padding: 0;
	margin: 0 0 20px
}
p + p {
	margin: -8px 0 20px
}
p.text-medium {
	font-size: 14px
}
.uppercase {
	text-transform: uppercase;
}
.image {
	position: relative;
	overflow: hidden
;
	width: 100%;
}
.image img {
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block
}
.hoverlay {
	display: block;
	position: relative
}
.clearfix {
*zoom: 1;
}
.clear {
	clear:both;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
/* Form elements */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	background: transparent;
	padding: 8px 15px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	color: #666;
	margin: 0;
	width: 200px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	width: 180px;
	color: #999;
	border: 3px solid #ddd;
	font-family: inherit;
	outline: none!important;
	transition: border-color 0.3s ease-in-out;
	box-shadow: inset 0px 0px 2px rgba(180, 180, 180, 0.05);
	font-weight: 600;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover {
	border: 3px solid #66aeea;
}
textarea {
	min-height: 100px
}

.min-height-40 {
	min-height: 40px;
}
.special_amp {
	font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;
	font-style: italic;
	font-size: inherit;
	font-weight: inherit;
	color: #f6892a;
}
.excerpt {
	font-size: 12px;
}

.center { float: none; margin-left: auto; margin-right: auto; }

.orange {
	color:#f6892a;
}

.black {
	color: #000;
}
.blue {
	color:#187ba4;
}

.grey {
	color:#555;
}
.grey:hover {
	color:#f6892a;
}
.icons li img {
	width:90px;
}

.related-apps {
	padding-bottom:20px;
}

.pb20 {
	padding-bottom: 20px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
/***** video header *****/

#ipadvid {

}

.video-holder {
	height:500px;
}

.play-button {
	width: 137px;
	height: auto;
	text-align: center;
	margin-left: 83px;
	opacity: .8;
}

.play-button:hover {
	opacity: 1;
}

#vidplaceholder {
    position: absolute;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(../images/video-still4.jpg);
    background-size: cover;
    background-position: center center;
    right: 0;
    left: 0;
}

#landing-action {
	color:white !important;
	z-index: 99;
	text-align: left;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
}

#landing-action h1 {
    color: white;
	
    text-align: left;
    font-size: 51px;
    letter-spacing: 0;
    text-shadow: 1px 1px 9px #666;
}

#landing-action h2 {
    color: white;

    font-weight: 300;
    font-size: 28px;
    text-shadow: 1px 1px 9px #666;
}

#landing-action .small-download {

}

#landing-action .large-download {

}

#vid {
    position: absolute;
	
    z-index: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background: url(images/video.jpg);
}

#orchvid{
	width: 100%;
	height: 482px;
}
#vidframe {
    width: 100%;
	
    max-height: 500px;
}
/****** layout images *******/

.intro-iphone {
	width: 80%;
	MARGIN: 0 AUTO;
	padding-left: 20%;
}

/****** related apps ********/

.related-apps li span {
	font-size:11px;
}

/**** how does it work *****/

.handshake {
	height:37px;
	width:auto;
	margin-top: 7px;
}

.grey.fontAwesomeIcon.style2 {
	color:#555;
	border:1px solid #555;
}

.feature_box.style2 h3 {
	clear: right;
	color: #f6892a;
}
.feature_box.style2 .fontAwesomeIcon.style2 {
	margin-top: 0px !important;
}

.feature_box .fontAwesomeIcon.style3.number {
	width: 28px;
	height: 28px;
	left: 12px;
	font-size: 16px;
	line-height: 1.5em;
	display: inline-block;
	float: left;
	position: relative;
	margin-left: -54px;
	background: #fff;
	border: 2px solid #f6892a;
	color: #f6892a;
	margin-top: -4px;
}

.small-download img{
	width: 140px;
	margin: 10px 10px 10px 0;
}

.large-download img{
	width: 210px;
	margin: 10px 15px 10px 0;
}

/******* What kind of pact, App switching navigation styling ******/

.padding-zero {
	padding:0 !important;
}
.arrow-bg {
	background-image: url(../images/arrows.png);
	background-attachment: fixed;

}

.related-app {
	width: 30px;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
}
.app-switcher {
	margin-top:-140px;
}
.app-container {
	width: 100%;
	margin:0 auto;
	margin-top: -114px;
	text-align: center;
	z-index: 999;
	position: absolute;
}
.app-holder {
	width: 33%;
	height:120px;
}

.half-phone {
	max-width:100%;
}
.mt20 {
	margin-top:20px;
}

.mt60{
	margin-top:60px;
}
li.app-holder {
	opacity:.7;
	float: left;
}

li.app-holder.cycle-pager-active,
li.app-holder:hover {
	opacity:1;
}

li.cycle-pager-active .gym-button,
li:hover .gym-button {
	background:url(../images/gym.png);
	background-size:37px;
}

li.cycle-pager-active .veggie-button,
li:hover .veggie-button {
	background:url(../images/veggie.png);
	background-size:37px;
	margin-top: 25px;
}


li.cycle-pager-active .food-button,
li:hover .food-button {
	background:url(../images/food.png);
	background-size:37px;
}

li.cycle-pager-active .app-button,
li.active:hover .app-button {
	box-shadow: 0px 0px 0px 3px #f6892a;
}
.pact-img {
	width: 32px;
	height:auto;
	margin-left: -42px;
	margin-right: 10px;
}

.app-holder span {
	color:#555;
}
.app-button {
	width:37px;
	height:37px;
	border-radius:37px;
	background-repeat: no-repeat;
}

.gym-button {
	background:url(../images/gymdark.png);
	background-size:37px;
}

.veggie-button {
	background:url(../images/veggiedark.png);
	background-size:37px;
	margin-top: 25px;
}


.food-button {
	background:url(../images/fooddark.png);
	background-size:37px;
	margin-top: 25px;
}

.inline-block {
	display: inline-block;
}

.start-button {
	height:70px;
	width:70px;
	margin-top:15px;
	
}

.app-holder span {
	font-size:11px;
	display: inline-block;
}

.start-button-holder {
	background:#fff;
	border-radius:50px;
	height:100px;
	width:100px;
	margin-top:-40px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border:none;
	color:white;
	background:transparent;
}

.nav-tabs {
	border-bottom:none;
}

.nav>li>a:hover, .nav>li>a:focus {
	border:none;
	text-decoration: none;
	background-color: transparent;
}

.nav-tabs>li>a {
	margin-right: 0px;
	line-height: 1em;
	border: none;
	border-radius:none;
}



.text .tab-pane {
	font-size: 16px;
	line-height: 27px;
	padding-top: 0;
}
/***** Community *****/

#visualization {
	margin: 0 auto;
	text-align: center;
	width: 768px;
}

#visualization.visible-xs {
	width:100%;
}

#visualization img {
	width:80%;
}

.counter-title span {
	font-size: 37px;
	font-weight: 600;
	clear: both;
	line-height: 58px;
	color: #1e607a;
}

.counter-title p {
	margin: 5px 0 0;
}

/**** questions *****/

.collapsing {
	padding:0;
}


/**** press credits ******/

.pt15 {
	padding-top:15px;
}
.pb30 {
	padding-bottom:30px;
}
.logo-bar {
	text-align:center;
}
.logo-bar img, .logo-bar h2 {
	padding:15px 20px;
	vertical-align: middle;
	
	max-width:100%;
}
.logo-bar img {
	height: 54px;
	opacity: .65;
}

.pt30 {
	padding-top:30px !important;
}


/**** Call to action overlay ****/

.cta-overlay {
	background-color: rgba(253,137,36,0.66);
	position: absolute;
	width: 100%;
	height: 388px;
	margin-top: -50px;
}



/*------------------------------------------------*/
/*  Header 
/*------------------------------------------------*/

#header {
	width: 100%;
	overflow: visible;
	border-bottom:1px solid #ccc;
}
#main_header_container .container {
	/*max-width: 1600px;*/
	padding: 0;
}

.height0 {
	height:0;
}

/****** Team page ***********/
.team-photo {
	min-height: 476px;
	background-position: 0 0;
	background-size: 1000px;
	padding-top: 147px !important;
	overflow: visible !important;
}
.team-holder {
	width:100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 15px;
}
.team-name,.team-title {
	text-align:center;
}
.team-title {
	font-size: 15px;
	font-weight: 300;
	color: #177ba4;
}

.team-name {
	font-weight:600;
	color: #177ba4;
}
.team-member {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background-size: contain !important;
	text-align: center;
	margin: 0 auto;
}

.team-info .name {
	font-weight:bold;
}
div.team-member img {
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
	
}
div.team-member:hover img{
	opacity:0;
	
}

.white-bg {
	background: rgba(255,255,255,.95);
}
/*------------------------------------------------*/
/*  Top bar
/*------------------------------------------------*/

#top_bar {
	border-bottom: 1px solid #eee;
	height: 35px;
	line-height: 35px
}
#top_bar .social-icons {
	float: right
}
#top_bar .social-icons li {
	border-right: 1px solid #eee
}
#top_bar .social-icons li a {
	border: 0!important;
	height: 35px;
	line-height: 35px;
	width: 35px;
	margin-left: -3px;
	font-size: 13px
}
#top_bar .social-icons li:last-child {
	border-right: 0
}
#top_bar .contact-info span {
	color: #999;
	line-height: 1;
	padding: 0px 15px;
	border-right: 1px solid #eee;
	font-size: 13px
}
#top_bar .contact-info span:first-child {
	padding-left: 0
}
#top_bar .contact-info span:last-child {
	border-right: 0
}
#top_bar .contact-info span i {
	margin-right: 5px
}
/*------------------------------------------------*/
/*  main Navigation
/*------------------------------------------------*/

#main_navigation {
	color: #222;
	height: 80px;
	width: 100%;
	text-align: left;
	background-color: #fff;
	padding: 0;
	position: relative;
}
#main_navigation .logo-container {
	width: auto!important;
	max-width: 30%;
	padding-right: 39px;
	float: left;
	height: 76px;
}
#logo {
	display: block;
	height: 56px;
	padding-top: 19px;
}
#logo img {
	max-height: 100%;
	width: auto;}
#main_navigation .logo {
	max-height: 100%;
	height: auto;
	width: auto
}
ul.main_menu {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
	float: left;
	margin-left: 50px
}
ul.main_menu li {
	padding: 0;
	display: inline-block;
	position: relative;
	overflow: visible!important;
	margin: 0!important;
	border: 0
}
ul.main_menu > li > a {
	display: inline-block;
	z-index: 10;
	font-size: 13px;
	font-weight: normal;
	line-height: 80px;
	margin: 0 40px 0 0;
	height: 75px;
	letter-spacing: .1em !important;
	font-weight: 600;
	padding: 0px;
	letter-spacing: 0px;
	color: #555;
	font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 2px solid transparent;
	transition: color 0.3s ease;
}

ul.mobile_menu > li {
	list-style: none;
	float:left;
}
ul.mobile_menu > li > a {
	display: inline-block;
	z-index: 10;
	font-size: 13px;
	font-weight: normal;
	line-height: 50px;
	margin: 0 40px 0 0;
	height: 75px;
	letter-spacing: .1em !important;
	font-weight: 600;
	padding: 0px;
	letter-spacing: 0px;
	color: #555;
	font-family: "proxima-nova", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 2px solid transparent;
	transition: color 0.3s ease;
}
.main_menu > li:hover > a,
.main_menu > li > a:hover {
	color: #f6892a;
}
.main_menu > li.current-menu-item > a,
.main_menu > li.current-menu-parent > a {
	color: #f6892a;
	border-top-color: #f6892a;
}
.main_menu ul.sub-menu {
	margin: 0;
	padding: 0 15px 5px!important;
	background-color: white;
	background-color: rgba(255,255,255,0.97);
	position: absolute;
	top: 88px;
	left: 0;
	z-index: 10;
	display: none;
	-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	border-top: 2px solid #f6892a;
	text-align: left;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.main_menu ul.sub-menu .sub-menu {
	top: 0;
	left: 101%
}
.main_menu ul.sub-menu li {
	display: block;
	width: 100%;
	margin: 0!important;
	position: relative;
}
.main_menu ul.sub-menu li a {
	font-size: 12px;
	text-transform: none;
	color: #777;
	padding: 0 5px;
	line-height: 45px;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	background-color: transparent;
}
.main_menu ul.sub-menu li:last-child a {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}
.main_menu .sub-menu .current-post-ancestor a,
.main_menu .sub-menu .current-menu-item a,
.main_menu .sub-menu .current_page_item a {
	color: #333!important;
}
.main_menu .sub-menu li a:hover {
	color: #f6892a;
}
.main_menu .sub-menu .tracker {
	width: 4px;
	height: 12px;
	background: #fff;
	left: 0;
	top: 17px;
	position: absolute;
	z-index: 9999;
	opacity: 0;
}



/*------------------------------------------------*/
/*  Blockquote
/*------------------------------------------------*/
blockquote {
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	border: 0;
	margin: 0 0 20px;
	max-width: 100%;
	padding: 20px 20px 25px;
	background-color: #f5f5f5;
	border-left: 3px solid #eee;
	position: relative;
	margin-left: 20px
}
/*========================================================*/
/* social icons
/*========================================================*/
.social-icons {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.social-icons > li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 10px 0px;
}
.social-icons > li:last-child {
	margin-right: 0
}
.social-icons a {
	background: transparent;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 53px;
	font-size: 20px;
	font-weight: normal!important;
	border-radius: 50%;
	border: 1px solid #fc8b29;}
.social-icons a:hover {
	border-color: #f6892a;
	color: #f6892a;
}



/*------------------------------------------------*/
/* footer
/*------------------------------------------------*/

.footer {
    width: 100%;
	
    text-align: center;
    padding: 40px 0px;
    position: absolute;
    background: white;
    font-size: 14px;
}


.footer a:hover {
	color: #444!important
}

.footer a {
	margin-left: 4px;
	margin-right: 4px;
}


/*-------------------------------------------*/
/* Contact Us
/*-------------------------------------------*/


#contact-image {
	background:url(../images/contact.jpg);
	height: 309px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center 100%;
	background-repeat: no-repeat;
}

/*------------------*/
/*Older pact classes*/
/*------------------*/

.layout-half, .layout-golden-large, .layout-golden-small { float: left; }
.layout-half:first-child, .layout-golden-large:first-child, .layout-golden-small:first-child { margin-right: 3%; }
.layout-centered { margin-left: auto; margin-right: auto; max-width: 600px; }
.layout-half { width: 48.5%; }

.question-wrap {
	padding-top: 20px;
	padding-bottom: 10px;
}

div.box {
	border: 0px;
}

div.box.big-box {
	width: 900px;
}

.button.button-facebook {
	font-family: "proxima-nova";
	background-color: #4c66a4;
	font-size: 20px;
	min-width: 400px;
}

.button.button-primary {
	font-family: "proxima-nova";
}

.button.button-secondary {
	padding-top:15px;
	font-family: "proxima-nova";
	background-color: gray;
	vertical-align: center;
	min-height: 53px;
}

.button {
	font-family: "proxima-nova";
}

.button.button-login {
	font-family: "proxima-nova";
	font-size: 16px;
	width: 180px;
}

#message-box {
    /*position: absolute; */
    /*left: 37%;*/
    /*top: 30%;*/ 
    color: white;
    padding: 25px; 
    border: none;
    background-color: rgb(246,137,43);
    width: 100%;
    height: 20%;
    z-index: 100;
		/*border-radius:25px;*/
}
#overlay {
    position: absolute;
    left: 0%; 
    top: 8%; 
    -moz-opacity: 0.0;
    opacity: .0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 80%;
    z-index: 90;
}
#close-button{
    position: absolute;
    top: 1%;
    left: 97%;
    width: 31px;
    height: 31px;
    background:url(https://s3.amazonaws.com/gympactstat/images/ex2x.png) no-repeat;
}
