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

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'pier';
    src: url(../fonts/pier.otf)
}

@font-face {
	font-family: 'futura-light';
    src: url(../fonts/futura-light.ttf)
}

@font-face {
	font-family: 'futura-med';
    src: url(../fonts/futura-med.ttf)
}

@font-face {
	font-family: 'futura-bold';
    src: url(../fonts/futura-bold.ttf)
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: none;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
}

input[type='button'] {
	cursor: hand;
}


a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: url(../images/up-arrow.png) no-repeat center 43%;
	background-size: cover;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: none;
}

a:hover.back-to-top {
	background: url(../images/up-arrow-hover.png) no-repeat center 43%;
	background-size: cover;
	background-color: none;
}

#socialmedia-fixed {
	width: 50px;
	height: 150px;
	position: fixed;
	right: 20px;
	bottom: 90px;
	z-index: 9999;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

}

.twitter-icon {
	width: 40px;
	height: 40px;
	background: url(../images/twitter.svg);
	float:left;
}
.twitter-icon:hover {
	width: 40px;
	height: 40px;
	background: url(../images/twitter_hover.svg);
}

.facebook-icon {
	width: 40px;
	height: 40px;
	background: url(../images/facebook.svg);
	float:left;
	margin-top: 10px;
}
.facebook-icon:hover {
	width: 40px;
	height: 40px;
	background: url(../images/facebook_hover.svg);
}

.youtube-icon {
	width: 40px;
	height: 40px;
	background: url(../images/youtube.svg);
	float: left;
	margin-top: 10px;

}

.youtube-icon:hover {
	width: 40px;
	height: 40px;
	background: url(../images/youtube_hover.svg);
}


#header-index {
	width: 100%;
	height: 720px;
	background: url(../images/background-index3.jpg) left;
	background-size: cover;
	float: left;
	
}


#header-signup {
	width: 100%;
	height: 1100px;
	background: #252525;
	float: left;
}

#header-login {
	width: 100%;
	height: 900px;
	background: #252525;
	float: left;
}

#header-workout {
	width: 100%;
	height: 720px;
	background: url(../images/workout-header3.jpg)   center;
	background-size: cover;
	float: left;
	overflow: hidden;

}

#header-aboutus {
	width: 100%;
	height: 720px;
	background: url(../images/aboutus-header3.jpg)   right;
	background-size: cover;
	float: left;
	overflow: hidden;

}

#header-diet {
	width: 100%;
	height: 720px;
	background: url(../images/diet-header7.jpg)   center bottom;
	background-size: cover;
	float: left;
	overflow: hidden;

}

#header-ourapp {
	width: 100%;
	height: 720px;
	background: url(../images/ourapp-header4.jpg)   center top ;
	background-size: cover;
	float: left;
	overflow: hidden;

}

#header-contactus {
	width: 100%;
	height: 1100px;
	background: #3B3B3B;
	float: left;
}

#navi-body {
	width: 100%;
	height: 100px;
	background: none;
	float: left;
	padding-top: 20px;
}

#logo {
	width: 200px;
	height: 100px;
	background: url(../images/logo-teal.svg);
	background-size: cover;
	margin-left: 5%;
	float: left;
}

#navibar-body {
	width: 60%;
	height: 70px;
	margin-top: 10px;
	float: right;
}

#header-des {
	width: 35%;
	height: 500px;
	float: left;
	margin-left: 5%;
	margin-top: 100px;
	overflow: hidden;
}

#header-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #323232;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
}

#header-des p {
	font-family: 'futura-light';
	font-size: 18px;
	color: #fff;
	width: 400px;
	margin-top: 20px;
}


/* index page */

#login-button {
    width: 30%;
	height: 50px;
	background: #323232;
	border: none;
	outline: none;
	text-align: center;
	line-height: 50px;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	margin-top: 50px;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	float: left;
	cursor: hand;

}

#login-button:hover {
	background: #595959;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	cursor: hand;

}

#signup-button {
    width: 35%;
	height: 50px;
	background: #13baab;
	border: none;
	outline: none;
	text-align: center;
	line-height: 50px;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	margin-top: 50px;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	float: left;
	margin-left: 30px;
}

#signup-button:hover {
	background: #109488;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

#what-is-buddyup {
	width: 70%;
	height: 200px;
	float: left;
	background: #3b3b3b;
	padding: 100px 15%;
	color: #fff;
}

#what-is-buddyup h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	color: #11baab;
	letter-spacing: 1.5px;
}

#what-is-buddyup p {
	font-family: 'futura-light', sans-serif;
	font-size: 17px;
	text-align: center;
	color: #fff;
	margin-top: 40px;
	opacity: 0.9;

}

#stats {
	width: 100%;
	float: left;
	background: #fff;
}

#statistics-display {
	width: 88%; 
	float: left;
	margin-left: 6%;
	padding-bottom: 30px;
}

.stats-box, .stats-box1 {
	width: 33.33%;
	height: auto;
	float: left;
	margin-top: 20px;
	padding-bottom: 80px;
}

.stats-box p, .stats-box1 p {
	text-align: center;
	font-family: 'futura-med';
	font-size: 22px;
	color: #252525;
	margin-top: -80px;
	margin-left: auto;
	margin-right: auto;
	width:55%;
	line-height: 30px;

}

#application-download {
	width: 100%;
	height: 500px;
	float: left;
	background:url(../images/application-background2.jpg) center;
	background-size: cover;
	overflow: hidden;

}

#appstore {
	width: 280px;
	height: 100px;
	float: left;
	background: url(../images/appstore.svg) right;
	background-size: cover;
	margin-top: 380px;
	margin-left: 5%;
}

#download-app {
	width: 450px;
	height: 500px;
	float: right;
	margin-right: 5%;
	overflow: hidden;
	
}

#download-logo {
	width: 300px;
	background: none;
	margin: 60px auto 0 auto;
}

#download-des {
	width: 65%;
	height: 150px;
	color: #fff;
	background: none;
	margin: 60px 17.5% 0 17.5%;
	font-family: 'futura-light', sans-serif;
	font-size: 16px;
	text-align: center;
}

#download-des a {
	color: fff;
	text-decoration: none;
}

#downloads {
	width: 85%;
	height: 50px;
	background: #234;
	border: none;
	outline: none;
	text-align: center;
	line-height: 50px;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	margin-top: 50px;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	cursor: hand;

}

#downloads:hover {
	background: #456;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	cursor: hand;
}


/* end index page */

/* login page */

#login-body {
	width: 60%;
	height: 600px;
	float: left;
	margin-left: 20%;
	margin-top: 100px;
}

#login-body h1 {
	text-align: center;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 40px;
	color: #11baab;
	text-transform: uppercase;
	font-weight: 100;
	margin-top: 50px;
}

.separator {
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}

#login-id {
	width: 55%;
	height: 60px;
	margin: 0 auto;
	margin-top: 60px;
}

#login-password {
	width: 55%;
	height: 80px;
	margin: 0 auto;
	margin-top: 40px;
}

.caption {
	width: 100%;
	height: 20px;
	float: left;
	font-family: 'futura-light';
	font-size: 15px;
	color: #acddd9;
	padding-bottom: 3px;
}
.text-box {
	width: 100%;
	height: 40px;
	float: left;
}

.caption1 {
	width: 100%;
	height: 20px;
	float: left;
	font-family: 'futura-light';
	font-size: 15px;
	color: #acddd9;
	padding-bottom: 3px;
}
.text-box1 {
	width: 100%;
	height: 40px;
	float: left;
}

.caption2 {
	width: 100%;
	height: 20px;
	float: left;
	font-family: 'futura-light';
	font-size: 15px;
	color: #acddd9;
	padding-bottom: 3px;
	margin-left: 5%
}
.text-box2 {
	width: 100%;
	height: 40px;
	float: left;
	margin-left: 5%;
	
}

#id-box {
	width: 97%;
	height: 25px;
	border: solid 2px #bbbbbb;
	outline: none;
	padding: 5px;
	color: #fff;
	background: none;
	font-family: 'futura-light';
	font-size: 16px;
	text-align: left;
}

#password-box {
	width: 97%;
	height: 25px;
	border: solid 2px #bbbbbb;
	outline: none;
	padding: 5px;
	color: #fff;
	background: none;
	font-family: 'futura-light';
	font-size: 16px;
	text-align: left;
}

#signup-link {
	width: 100%;
	height: 15px;
	padding-top: 5px;
	float: left;
	font-family: 'futura-light';
	font-size: 12px;
	color: #acddd9;
	text-align: right;
}

#login-button2 {
	width: 25%;
	height: 50px;
	margin: 0 auto;
	cursor: hand;

}

#login {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #11baab;
	border: none;
	outline: none;
	text-align: center;
	line-height: 50px;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	margin-top: 70px;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

#login:hover {
	background: #109488;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

#forget-anything {
	width: 100%;
	height: 50px;
	text-align: center;
	font-family: 'futura-light', sans-serif;
	font-size: 12px;
	color: #acddd9;
	margin-top: 90px;
}

/* end login page */


/* sign up page */

#signup-body {
	width: 40%;
	height: 800px;
	float: left;
	margin-left: 30%;
	margin-top: 100px;
}

#signup-body h1 {
	text-align: center;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 40px;
	color: #11baab;
	text-transform: uppercase;
	font-weight: 100;
	margin-top: 50px;
}

.separator {
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}

.caption {
	width: 100%;
	height: 20px;
	float: left;
	font-family: 'futura-light';
	font-size: 15px;
	color: #acddd9;
	padding-bottom: 3px;
}
.text-box {
	width: 100%;
	height: 40px;
	float: left;
}

.caption1 {
	width: 100%;
	height: 20px;
	float: left;
	font-family: 'futura-light';
	font-size: 15px;
	color: #acddd9;
	padding-bottom: 3px;
}
.text-box1 {
	width: 100%;
	height: 40px;
	float: left;
}

.caption2 {
	width: 100%;
	height: 20px;
	float: left;
	font-family: 'futura-light';
	font-size: 15px;
	color: #acddd9;
	padding-bottom: 3px;
	margin-left: 5%
}
.text-box2 {
	width: 100%;
	height: 40px;
	float: left;
	margin-left: 5%;
}

#left {
	width: 52%;
	height: 60px;
	float: left;
}

#right {
	width: 45%;
	height: 60px;
	float: left;
	margin-left: 3%;
}

#name-box {
	width: 90%;
	height: 60px;
	margin: 0 auto;
	margin-top: 60px;
}

#first-name {
	width: 90%;
	height: 20px;
	border: solid 2px #bbbbbb;
	outline: none;
	padding: 5px;
	color: #fff;
	background: none;
	font-family: 'futura-light';
	font-size: 16px;
	text-align: left;
	float: left;
}

#last-name {
	width: 88%;
	height: 20px;
	border: solid 2px #bbbbbb;
	outline: none;
	padding: 5px;
	color: #fff;
	background: none;
	font-family: 'futura-light';
	font-size: 16px;
	text-align: left;
	float: left;
}

#age-gender {
	width: 90%;
	height: 60px;
	margin-top: 20px;
	margin: 30px auto 0 auto;
}

#gender-body {
	width: 180px;
	height: 60px;
	float: left;
}

#male-body {
	float: left;
	font-family: 'futura-light';
	font-size: 15px;
	color: #acddd9;
}

#female-body {
	float: left;
	margin-left: 20px;
	font-family: 'futura-light';
	font-size: 15px;
	color: #acddd9;
}

#age-body {
	font-family: 'futura-light';
	font-size: 15px;
	color: #acddd9;
}

#day {
	margin-left: 10px;
}
#year {
	width: 60px;
	height: 15px;
	background: none;
	outline: none;
	border: solid 2px #bbbbbb;
	color: #bbbbbb;
	text-align: center;
}

#email {
	width: 90%;
	height: 60px;
	margin: 0 auto;
}

#email-box {
	width: 97%;
	height: 25px;
	border: solid 2px #bbbbbb;
	outline: none;
	padding: 5px;
	color: #fff;
	background: none;
	font-family: 'futura-light';
	font-size: 16px;
	text-align: left;
}

#password {
	width: 90%;
	height: 60px;
	margin: 30px auto 0 auto;
}

#password-retype {
	width: 90%;
	height: 60px;
	margin: 30px auto 0 auto;
}

#password-box {
	width: 97%;
	height: 25px;
	border: solid 2px #bbbbbb;
	outline: none;
	padding: 5px;
	color: #fff;
	background: none;
	font-family: 'futura-light';
	font-size: 16px;
	text-align: left;
}

#login-link {
	width: 100%;
	height: 15px;
	margin-top: 50px;
	float: left;
	font-family: 'futura-light';
	font-size: 12px;
	color: #acddd9;
	text-align: center;
}

#signup-button2 {
	width: 30%;
	height: 50px;
	margin: 0 auto;
}

#signup {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #11baab;
	border: none;
	outline: none;
	text-align: center;
	line-height: 50px;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	margin-top: 70px;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

#signup:hover {
	background: #109488;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}


/* end sign up page */


/* aboutus page */

#aboutus-body {
	width: 35%;
	height: 400px;
	float: right;
	margin-right: 6%;
	margin-top: 120px;
	overflow: hidden;
}

#aboutus-body h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #252525;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: right;
	}

#aboutus-body p {
	font-family: 'futura-light';
	font-size: 18px;
	color: #fff;
	width: 100%;
	margin-top: 20px;
	text-align: right;
}

#about-this {
	width: 100%;
	height: 800px;
	float: left;
	background: url(../images/about-this-background2.jpg) left bottom;
	background-size: cover;
}

#about-this-des {
	width: 40%;
	height: 700px;
	margin-left: 5%;
	margin-top: 130px;
}

#about-this-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #6efdee;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;

}

#about-this-des p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #292929;
	margin-top: 60px;
	width: 85%;
	text-align: left;
}

#about-this-des b {
	font-family: 'futura-light';
	font-size: 20px;
}

#our-team {
	width: 100%;
	height: 600px;
	background: #252525;
	float: left;
}
#profile-pic {
	width: 900px;
	height: 150px;
	margin: 60px auto 0 auto;
}

#our-team h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	margin-top: 100px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	color: #11baab;
}

.boxes {
	width: 150px;
	height: 150px;
	background: #fff;
	float: left;
}

.boxes2 {
	width: 150px;
	height: 150px;
	background: #fff;
	float: left;
	margin-left: 37.5px;
}

#profile-des {
	width: 900px;
	height: 100px;
	margin: 0 auto;
}

.des {
	width: 150px;
	height: 100px;
	float: left;
}

.des h2, .des1 h2 {
	font-family: 'futura-med';
	font-size: 18px;
	color: #11baab;
	text-align: center;
	margin-top: 20px;
	font-weight: 100;
}

.des p, .des1 p {
	font-family: 'futura-light';
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.des1 {
	width: 150px;
	height: 100px;
	float: left;
	margin-left: 37.5px;
}

/* end aboutus page */


/* workout page */

#workout-body {
	width: 35%;
	height: 400px;
	float: left;
	margin-left: 5%;
	margin-top: 130px;
	overflow: hidden;
}

#workout-body h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #163936;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: left;
	width: 80%;
}

#workout-body p {
	font-family: 'futura-light';
	font-size: 18px;
	color: #5b6066;
	width: 80%;
	margin-top: 20px;
	text-align: left;
}

#diff-level {
	width: 100%;
	height: auto;
	background: #3b3b3b;
	float: left;
}

#diff-level h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 40px;
	color: #11baab;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: center;
	margin-top: 100px;
}

.separator {
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 50px auto 0 auto;
}

#diff-level-des {
	text-align: center;
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	width: 50%;
	margin: 20px auto 0 auto;
}

.step1, .step3, .step5 {
	width: 100%;
	height: 300px;
	float: left;
}

.step2, .step4, .step6 {
	width: 100%;
	height: 300px;
	float: left;
}





#step-des1, #step-des3, #step-des5, #step-des-int1, #step-des-int3, #step-des-int5,
#step-des-adv1, #step-des-adv3, #step-des-adv5 {
	width: 35%;
	height: 300px;
	float: left;
}

#step-des2, #step-des4, #step-des6, #step-des-int2, #step-des-int4, #step-des-int6,
#step-des-adv2, #step-des-adv4, #step-des-adv6 {
	width: 35%;
	height: 300px;
	float: left;
}


#step-des1 h1, #step-des3 h1, #step-des5 h1, #step-des-int1 h1, #step-des-int3 h1, #step-des-int5 h1, #step-des-adv1 h1, #step-des-adv3 h1, #step-des-adv5 h1 {
	width: 85%;
	margin-left: 15%; 
	font-family: 'pier';
	font-size: 30px;
	text-transform: uppercase; 
	letter-spacing: 1px;
	font-weight: 100;
	margin-top: 50px;
	text-align: left;
	color: #163936;
}

#step-des1 p, #step-des3 p, #step-des5 p, #step-des-int1 p, #step-des-int3 p, #step-des-int5 p, #step-des-adv1 p, #step-des-adv3 p, #step-des-adv5 p {
	margin-left: 15%;
	font-family: 'futura-light';
	font-size: 14px;
	width: 70%;
	color: #616060;
	margin-top: 30px;
}

#step-des2 h1, #step-des4 h1, #step-des6 h1, #step-des-int2 h1, #step-des-int4 h1, #step-des-int6 h1,  #step-des-adv2 h1, #step-des-adv4 h1, #step-des-adv6 h1 {
	width: 85%;
	margin-left: 15%; 
	font-family: 'pier';
	font-size: 30px;
	text-transform: uppercase; 
	letter-spacing: 1px;
	font-weight: 100;
	margin-top: 50px;
	text-align: left;
	color: #163936;
}

#step-des2 p, #step-des4 p, #step-des6 p, #step-des-int2 p, #step-des-int4 p, #step-des-int6 p, #step-des-adv2 p, #step-des-adv4 p, #step-des-adv6 p   {
	margin-left: 15%;
	font-family: 'futura-light';
	font-size: 14px;
	width: 70%;
	color: #616060;
	margin-top: 30px;
}



#step-left1, #step-left3, #step-left5, #step-left-int1, #step-left-int3, #step-left-int5,
#step-left-adv1, #step-left-adv3, #step-left-adv5 {
	width: 65%;
	height: 300px;
	float: left;
}

#step-right2, #step-right4, #step-right6, #step-right-int2, #step-right-int4, #step-right-int6, #step-right-adv2, #step-right-adv4, #step-right-adv6 {	
	width: 65%;
	height: 300px;
	float: left;
}

#step-left1 {
	background: url(../images/planks1-2.png) center no-repeat;
	background-size: cover;
}
#step-right2 {
	background: url(../images/knee-pushup.png) center no-repeat;
	background-size: cover;
}
#step-left3 {
	background: url(../images/tricepdips.png) center no-repeat;
	background-size: cover;
}
#step-right4 {
	background: url(../images/legraises.png) center no-repeat;
	background-size: cover;
}
#step-left5 {
	background: url(../images/squats.png) center no-repeat;
	background-size: cover;
}
#step-right6 {
	background: url(../images/burp.png) center no-repeat;
	background-size: cover;
}



#step-left-int1 {
	background: url(../images/planks2-2.png) center no-repeat;
	background-size: cover;
}
#step-right-int2 {
	background: url(../images/knee-pushup.png) center no-repeat;
	background-size: cover;
}
#step-left-int3, #step-left-adv3 {
	background: url(../images/tricepdips-2.png) center no-repeat;
	background-size: cover;
}
#step-right-int4 {
	background: url(../images/crisscross.png) center no-repeat;
	background-size: cover;
}
#step-left-int5, #step-left-adv5 {
	background: url(../images/jump-squats.png) center no-repeat;
	background-size: cover;
}
#step-right-int6, #step-right-adv6 {
	background: url(../images/jump-burp.png) center no-repeat;
	background-size: cover;
}

#step-left-adv1 {
	background: url(../images/planks3.png) center no-repeat;
	background-size: cover;
}
#step-right-adv2 {
	background: url(../images/diamond-pushup.png) center no-repeat;
	background-size: cover;
}
#step-right-adv4 {
	background: url(../images/jack-knives.png) center no-repeat;
	background-size: cover;
}
/* end workout page */


/* diet page */


#diet-body {
	width: 550px;
	height: 400px;
	float: right;
	margin-right: 8%;
	margin-top: 100px;
	overflow: hidden;
}

#diet-body h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #7eb0a6;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: right;
	}

#diet-body p {
	font-family: 'futura-light';
	font-size: 18px;
	color: #454545;
	width: 70%;
	margin-top: 20px;
	text-align: right;
	margin-left: 30%;
}


#recipes-body {
	width: 100%;
	height: auto;
	float: left;
	background: #3B3B3B;
	padding-bottom: 100px;
	overflow: hidden;

}

#recipes-header {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 100px;
	color: #11baab;

}

#recipes-des {
	font-family: 'futura-light';
	font-size: 16px;
	color:#fff; 
	width: 80%;
	text-align: center;
	margin: 30px auto 0 auto;
}

#recipes-select {
	width: 88%;
	height: auto;
	float: left;
	margin-left: 6%;
	margin-top: 70px;
}

.separator2 {
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 50px auto 0 auto;
}

.recipes-ind {
	width: 23.5%;
	padding-bottom: 20%;
	height: 200px;
	float: left; 
	background: #fff;
	position: relative;
	margin: 1% 0% 1% 1%;
}

.recipes-ind a {
	color: #7dcbbc;
	text-decoration: none;
	outline: none;
}

.recipes-ind a:hover {
	color: #7dcbbc;
	text-decoration: underline;
	outline: none;
}


.recipes-ind h1{
	width: 85%;
	font-family: 'futura-med';
	font-size: 17px;
	font-weight: 100;
	margin-left: 20px;
	color: #13baab;
	
}

.recipes-ind p{
	width: 85%;
	font-family: 'futura-light';
	font-size: 14px;
	font-weight: 100;
	margin-left: 20px;
	color: #454545;
	margin-top: 10px;
	
}

.recipe-pictures {
	width: 100%;
	height: 320px;
	float: left;
	background: #234;
	margin-bottom: 15px;
	
}

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .recipes-ind, .recipes-ind2 {
      width: 100%;
      padding-bottom: 100%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .recipes-ind, .recipes-ind2 {
      width: 98.5%;
      padding-bottom: 50%;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .recipes-ind, .recipes-ind2 {
      width: 48.5%;
      padding-bottom: 33.3%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .recipes-ind, .recipes-ind2 {
      width: 32.3%;
      padding-bottom: 25%;
   }
}

#pancakes {
	background: url(../images/pancakes.jpg) center;
	background-size: cover;
}

#fried-rice {
	background: url(../images/friedrice.jpg) top center;
	background-size: cover;
}

#brownies {
	background: url(../images/brownies.jpg) center;
	background-size: cover;
}

#pizza {
	background: url(../images/pizza.jpg) center bottom;
	background-size: cover;
}

#potatofries {
	background: url(../images/potatofries.jpg) center;
	background-size: cover;
}

#milktea {
	background: url(../images/milktea1.jpg) center;
	background-size: cover;
}

#icecream {
	background: url(../images/icecream.jpg) center;
	background-size: cover;
}

#pasta {
	background: url(../images/pasta.jpg) center;
	background-size: cover;
}


/* end diet page */


/* start recipes pages */

#pancakes-header {
	width: 100%;
	height: 720px;
	background: url(../images/pancakes-dark.jpg)   center bottom;
	background-size: cover;
	float: left;
	overflow: hidden;
}

#pancakes-header-des {
	width: 80%;
	height: 300px;
	margin: 250px auto 0 auto;
}

#pancakes-header-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #d59c45;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: center;
}

#pancakes-header-des p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	width: 70%;
	margin-top: 20px;
	text-align: center;
	margin-left: 15%;
}

#icecream-header {
	width: 100%;
	height: 720px;
	background: url(../images/icecream-dark.jpg)   center ;
	background-size: cover;
	float: left;
	overflow: hidden;
}

#icecream-header-des {
	width: 80%;
	height: 300px;
	margin: 250px auto 0 auto;
}

#icecream-header-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #b0c9ac;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: center;
}

#icecream-header-des p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	width: 70%;
	margin-top: 20px;
	text-align: center;
	margin-left: 15%;
}

#brownies-header {
	width: 100%;
	height: 720px;
	background: url(../images/brownies-dark.jpg)   center ;
	background-size: cover;
	float: left;
	overflow: hidden;
}

#brownies-header-des {
	width: 80%;
	height: 300px;
	margin: 250px auto 0 auto;
}

#brownies-header-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #b0c9ac;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: center;
}

#brownies-header-des p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	width: 70%;
	margin-top: 20px;
	text-align: center;
	margin-left: 15%;
}

#potatofries-header {
	width: 100%;
	height: 720px;
	background: url(../images/potatofries-dark.jpg)   center ;
	background-size: cover;
	float: left;
	overflow: hidden;
}

#potatofries-header-des {
	width: 80%;
	height: 300px;
	margin: 250px auto 0 auto;
}

#potatofries-header-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #b5582d;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: center;
}

#potatofries-header-des p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	width: 70%;
	margin-top: 20px;
	text-align: center;
	margin-left: 15%;
}

#friedrice-header {
	width: 100%;
	height: 720px;
	background: url(../images/friedrice-dark.jpg)   center ;
	background-size: cover;
	float: left;
	overflow: hidden;
}

#friedrice-header-des {
	width: 80%;
	height: 300px;
	margin: 250px auto 0 auto;
}

#friedrice-header-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #da8504;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: center;
}

#friedrice-header-des p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	width: 70%;
	margin-top: 20px;
	text-align: center;
	margin-left: 15%;
}

#carbonara-header {
	width: 100%;
	height: 720px;
	background: url(../images/pasta-dark.jpg)   center ;
	background-size: cover;
	float: left;
	overflow: hidden;
}

#carbonara-header-des {
	width: 80%;
	height: 300px;
	margin: 250px auto 0 auto;
}

#carbonara-header-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #a98354;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: center;
}

#carbonara-header-des p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	width: 70%;
	margin-top: 20px;
	text-align: center;
	margin-left: 15%;
}

#pizza-header {
	width: 100%;
	height: 720px;
	background: url(../images/pizza-dark.jpg)   center ;
	background-size: cover;
	float: left;
	overflow: hidden;
}

#pizza-header-des {
	width: 80%;
	height: 300px;
	margin: 250px auto 0 auto;
}

#pizza-header-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #c2963f;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: center;
}

#pizza-header-des p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	width: 70%;
	margin-top: 20px;
	text-align: center;
	margin-left: 15%;
}

#milktea-header {
	width: 100%;
	height: 720px;
	background: url(../images/milktea-dark.jpg)   center ;
	background-size: cover;
	float: left;
	overflow: hidden;
}

#milktea-header-des {
	width: 80%;
	height: 300px;
	margin: 250px auto 0 auto;
}

#milktea-header-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 45px;
	color: #b0c9ac;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: center;
}

#milktea-header-des p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	width: 70%;
	margin-top: 20px;
	text-align: center;
	margin-left: 15%;
}

.scrolldown {
	width: 80px;
	height: 34px;
	background:url(../images/arrow-down.svg);
	background-size: cover;
	margin: 90px auto 0 auto;
}

#how-to-do {
	width: 100%;
	background: #fff;
	float: left;
	padding-bottom: 50px;
}

.go-back {
	margin-left: 6%; 
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 50px;
}

.go-back a {
	color: #999999;
	text-decoration: none;
	outline: none;
}

.go-back a:hover {
	color: #999999;
	text-decoration: underline;
	outline: none;
}


.ingredients-steps {
	width: 88%;
	background: #123;
	margin: 50px auto 0 auto;
}

#ingredients-pancakes {
	width: 50%;
	float: left;
	padding-bottom: 50px;
}

#steps-pancakes {
	width: 50%;
	float: left;
}



#steps-pancakes h1, .sections h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #61998e;
}

#steps-pancakes ol li, .sections ul li, .sections p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #505050;
	margin-top: 20px;
	width: 90%;
	margin-left: 3%;
}

.sections p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #505050;
	margin-top: 20px;
	width: 90%;
	margin-left: 0px;
}

.sections {
	width: 100%;
	float:left;
	padding-bottom: 50px;
}

/* end recipes pages */


/* our app */

#ourapp-body {
	width: 600px;
	height: 650px;
	float: left;
	margin-left: 5%;
	margin-top: 90px;
	overflow: hidden;
}

#ourapp-body h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 50px;
	color: #92b7c0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: left;
	}

#ourapp-body p {
	font-family: 'futura-light';
	font-size: 18px;
	color: #fff;
	width: 90%;
	margin-top: 20px;
	text-align: left;
}

#ourapp-button {
	width: 100%;
	height: 50px;
	float: right;
}


#ourapp-download-button {
	width: 230px;
	height: 50px;
	background: #13baab;
	border: none;
	outline: none;
	text-align: center;
	line-height: 50px;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	margin-top: 40px;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	cursor: hand;
	float: left;
}

#ourapp-download-button:hover {
	background: #109488;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	cursor: hand;
}

#available-ourapp {
	width: 100%;
	height: 60px;
	background-size: cover;
	float: left;
}

#download-ourapp {
	width: 230px;
	height: 60px;
	background: url(../images/appstore.svg) center;
	background-size: cover;
	float: left;
	margin-top: 40px;
}

#profile-app {
	width: 100%;
	height: 590px;
	float: left;
	background: #252525;
	overflow: hidden;
}

#messaging-app {
	width: 100%;
	height: 550px;
	float: left;
	background: #fff;
	overflow: hidden;
}

#timeline-app {
	width: 100%;
	height: 550px;
	float: left;
	background: #11baab;
	overflow: hidden;
}

#buddyup-app {
	width: 100%;
	height: 600px;
	float: left;
	background: #9d9d9d;
	overflow: hidden;
}

#profile-phone {
	width: 30%;
	height: 600px;
	float: left;
	background-size: cover;
	margin-left: 10%;
	margin-top: 90px;
	
}

#profile-des1 {
	width: 45%;
	height: 400px;
	float: left;
	margin-left: 10%;
}

#profile-des1 h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 50px;
	color: #3fccc0;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 120px;
	
}

#profile-des1 p {
	font-family: 'futura-light';
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	width: 70%;
	line-height: 25px;
}

#messaging-des {
	width: 35%;
	height: 400px;
	float: left;
	margin-left: 10%;
	
}

#messaging-pic {
	width: 50%;
	height: 350px;
	position: relative;
	background-size: cover;
	margin-top: 90px;
	overflow: hidden;
	float: left;
	margin-left: 5%;
}

#messaging-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 50px;
	color: #3fccc0;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 120px;
	
}

#messaging-des p {
	font-family: 'futura-light';
	font-size: 18px;
	color: #252525;
	margin-top: 20px;
	width: 80%;
	line-height: 25px;
}


#timeline-des {
	width: 25%;
	height: 400px;
	float: left;
	margin-left: 5%;
	
}

.timeline-pic {
	width: 20%;
	height: 650px;
	float: left;
	background-size: cover;
	margin-top: 90px;
	margin-left: 5%;
	overflow: hidden;
	
}

.timeline-pic1 {
	width: 20%;
	height: 650px;
	float: left;
	background-size: cover;
	margin-top: 90px;
	margin-left: 11%;
	overflow: hidden;
	
}

#timeline-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 50px;
	color: #252525;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 120px;
	text-align: center;
	
}

#timeline-des p {
	font-family: 'futura-light';
	font-size: 18px;
	color: #fff;
	margin: 20px auto 0 auto;
	width: 100%;
	line-height: 30px;
	text-align: justify;
}


#buddyup-des {
	width: 40%;
	height: 400px;
	float: left;
	margin-left: 10%;
	
}

#buddyup-pic {
	width: 28%;
	height: 600px;
	float: left;
	margin-left: 10%;
	margin-top: 90px;
	overflow: hidden;
	
}



#buddyup-des h1 {
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 50px;
	color: #252525;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 120px;
	
}

#buddyup-des p {
	font-family: 'futura-light';
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	width: 100%;
	line-height: 25px;
	text-align: left;
}

/* end our app */


/* contactus page */

#contactus-body {
	width: 60%;
	height: 820px;
	float: left;
	margin-left: 20%;
	margin-top: 90px;
	overflow: hidden;
}

#contactus-body h1 {
	text-align: center;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 40px;
	color: #11baab;
	text-transform: uppercase;
	font-weight: 100;
	margin-top: 50px;
}

#contactus-body p {
	text-align: center;
	font-family: 'futura-light', 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 50px;
}

.separator {
	width: 50px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}

#entername-id {
	width: 100%;
	height: 60px;
}

#enteremail {
	width: 100%;
	height: 60px;
	margin-top: 30px;
}

#entermessage {
	width: 100%;
	height: 250px;
	margin-top: 30px;
}


.textfield1 {
	width: 35%;
	height: 60px;
	float: left;
	font-family: 'futura-light';
	font-size: 20px;
	color: #acddd9;
}

.textfield2 {
	width: 65%;
	height: 60px;
	float: left;
}

.textfield3 {
	width: 65%;
	height: 250px;
	float: left;
}

#entername-box {
	width: 97%; 
	height: 30px;
	background: none;
	border: 2px solid #BBB;
	outline: none;
	color: #FFF;
	padding: 5px;
	text-align: left;
	font-size: 16px;
	font-family: 'futura-light';
	float: left;
	
}

#enteremail-box {
	width: 97%; 
	height: 30px;
	background: none;
	border: 2px solid #BBB;
	outline: none;
	color: #FFF;
	padding: 5px;
	text-align: left;
	font-size: 16px;
	font-family: 'futura-light';
	float: left;
	
	
}

#entermessage-box {
	width: 97%; 
	height: 240px;
	background: none;
	border: 2px solid #BBB;
	outline: none;
	color: #FFF;
	padding: 5px;
	text-align: left;
	font-size: 16px;
	font-family: 'futura-light';
	float: left;
	resize: none;
	
}

#submit-button1 {
	width: 100%; 
	height: 50px;
	float: left;
}

#submitting-message {
	width: 30%;
	height: 50px;
	margin-left: 35%;
	background: #11baab;
	border: none;
	outline: none;
	text-align: center;
	line-height: 50px;
	font-family: 'pier', 'Lato', sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	margin-top: 70px;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

#submitting-message:hover {
	background: #109488;
	-moz-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}


/* end contact us page*/



/* footer */


#footer {
	width: 100%;
	height: 312px;
	background: #61998e;
	float: left;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#left-footer {
	width: 25%;
	height: 250px;
	float: left;
	margin-left: 12.5%;
}
#middle-footer {
	width: 25%;
	height: 250px;
	float: left;
}
#right-footer {
	width: 25%;
	height: 250px;
	float: left;
}

#left-footer h1, #right-footer h1, #middle-footer h1 {
	font-family: 'pier';
	font-size: 16px;
	text-transform: uppercase;
	color: #183030;
	margin-top: 60px;
	letter-spacing: 1px;
	font-weight: 100;
	text-align: left;
}

#left-footer p, #right-footer p, #middle-footer 
p {
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	margin-top: 5px;
	opacity: 0.8;
}

.social-media {
	width: 100%;
	height: 40px;
	float: left;
	line-height: 40px;
	font-family: 'futura-light';
	font-size: 16px;
	color: #fff;
	opacity: 0.8;

}

.icons {
	width: 23px;
	height: 23px;
	float: left; 
	margin-top: 10px;
	padding-right: 10px;
	opacity: 0.8;

}

#youtube {
	margin-top: 5px;
}

#search-line {
	width: 70%;
	height: 1px;
	background: #50786b;
	float: left;
	margin-top: 20px;
}

#search-box-container {
	width: 70%;
	height: 30px;
	border-radius: 0px;
	float: left;
	margin-top: 10px;

}

#search-box {
	width: 95%;
	height: 30px;
	border-radius: 5px;
	background: #d3ede8;
	float: left;
	outline: none;
	border: none;
	padding-left: 10px;
	color: #589b84;
	font-family: 'futura-light';

}

#search-mag {
	width: 25px;
	height: 25px;
	background: url(../images/glass.svg);
	background-size: cover;
	margin-top: 14px;
	margin-left: 5px;
	float: left;
}

#bottom-credits {
	width: 75%;
	height: 50px;
	float: left;
	margin-left: 12.5%;
	font-family: 'futura-light';
	font-size: 12px;
	color: #326051;
	text-align: center;
	border-top: solid 1px #50786b;
	padding-top: 10px;
}


