
*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4{
	font-family: 'Raleway', sans-serif;
}
.heading {
  padding-bottom: 40px;
  text-align: center;
}
.heading h1 {
  margin-bottom: 9px;
  font-size: 48px;
  color: #434341;
}
.heading h4 {
  font-size: 20px;
  color: #434342;
}
p {
  margin-bottom: 20px;
  line-height: 24px;
  color: #787878;
  letter-spacing: 0.5px;
}

.btn-lg {
  padding: 13px 50px;
  font-size: 20px;
}
.btn-default {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}


.header{
	padding-top: 18px;
	background-color: #fffffb;
	  min-height: 80px;
	color:#666
}
.header img{
	height: 40px;
	bottom: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-right:20px;
}
.header span{
	position: relative;
    top: 5px;
	padding-bottom: 17px;
  display: inline-block;
}

.hero{
	background-color:#01112b;
	height:600px;
	position:relative;
	padding-top: 180px;
	color: #fffffb;
}
.hero h1 {
  font-size: 48px;
  font-weight: 300;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 479px){
	.hero h1, .heading h1 {
		font-size: 36px;
	}
}
.hero h4 {
  letter-spacing: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.hero .btn {
  padding-left: 40px;
  padding-right: 40px;
    margin-top: 25px;
}
.hero .hero-img{
	height:600px;
	width:691px;
	background:url(header.png) center center no-repeat;
	right:50%; 
	position: absolute;
	bottom:0;
}
@media (max-width: 991px) {
	.hero .hero-img {
		left:0;
	  right: 0;
		width:auto;
	}
}
.features {
  padding-top: 70px;
	padding-bottom: 80px;
}
.features .content{
	padding: 15px;   
    margin: 0 0px 15px 0;
    border: 2px solid #ccc;
}
.features .content h4 {
  margin-top: 20px;
  margin-bottom: 30px;
}

#coach{
	min-height:243px;
}
@media (max-width: 1200px) {
	#coach{
		min-height:267px;
	}
}

.testimonials {
	background: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 20px;
}
.testimonial {
  margin-bottom: 60px;
}
.testimonial h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Open Sans",Arial,sans-serif;
  color: #6ba2b1;
}

.cta-bar {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #01112b;
  color: #fffffb;
}
.cta-bar h4 {
  margin-top: 0;
  text-align:center;
  font-family: "Open Sans",Arial,sans-serif;
  line-height: 48px;
  vertical-align: bottom;
}
@media (max-width: 991px){
	.cta-bar h4 {
  		margin-bottom: 30px;
  		line-height: 24px;
	}
}

.footer {
    padding: 20px 0 1px 0;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  background: #e9e9e9;
  color: #666;
}
.footer span{
    display: inline-block;
	padding:4px 20px 0 20px;
}
.footer span a{
  margin-left: 10px;
  font-size: 21px;
  position: relative;
  bottom: -1px;
}
