

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600);

body {
	background-color: #eaeff2;
	font-weight: 300;
	padding-bottom: 10px;
	position: relative;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}

.centered {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

/* @group Navbar Top */

.brand .name {
	display: inline-block;
	text-align: right;
	padding-top: 9px;
}

.brand .sub {
	font-size: 70%;
	display: block;
	font-style: italic;
}


.navbar-inner {
	min-height: 80px;
}

div.navbar .container {
	height: 80px;
}

.navbar {
	margin-bottom: 0px;
}

div.nav-collapse.collapse {
	margin-top: 40px;
}

div.nav-collapse ul.nav {
	background-color: inherit;
}

.features a#features, .index a#index, .screenshots a#screenshots, .faq a#faq, .contact a#contact, .blog a#blog {
	color: #fff;
}

.shop {
    margin-top:20px;
    margin-bottom:100px;
}

/* @end */

.masthead {
	padding-top: 80px;
	margin-bottom: 20px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #076985 0%, #00A3EF 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #076985 0%, #00A3EF 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #076985 0%, #00A3EF 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #076985), color-stop(1, #00A3EF));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #076985 0%, #00A3EF 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #076985 0%, #00A3EF 100%);
	background-color: #046585;
	color: #fff;
}
	
.masthead h1 {
	font-size: 50px;
	line-height: 1.1em;
}	
.intro .lead {
	margin-bottom: 0;
}

.masthead-image {
	background: url(../img/iphone-header7-770.png) no-repeat center top;
	height: 300px;
}
.masthead .ticks ul {
	margin-top: 40px;
	margin-bottom: 35px;
}

div.intro {
	margin-top: 40px;
}

div.span3.lessmargin {
width: 193px;	
}

ul.bullets li {
	margin-bottom: 5px;
}

.bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background-repeat: no-repeat;
}

.bullet.white {
	background-image: url(../img/glyphicons-halflings-white.png);
}

.bullet.black {
	background-image: url(../img/glyphicons-halflings.png);
}

.bullet.tick {
	background-position-x: -289px;
	background-position-y:  3px;
}

.bullet.gps {
	background-position-x: -145px;
	background-position-y:  -93px;
	}
.bullet.heart {
	background-position-x: -96px;
	background-position-y:  3px;
	}
.bullet.pause {
	background-position-x: -288px;
	background-position-y:  -68px;
}
.bullet.friends {
	background-position-x: -168px;
	background-position-y:  3px;
}
.bullet.export {
	background-position-x: -23px;
	background-position-y:  -21px;
}
.bullet.interval {
	background-position-x: -216px;
	background-position-y:  -21px;
}
.bullet.metro {
	background-position-x: -48px;
	background-position-y:  -21px;
	}
.bullet.location {
	background-position-x: -25px;
	background-position-y:  -69px;
	}
.bullet.stats {
	background-position-x: -409px;
	background-position-y:  3px;
	}
.bullet.custom {
	background-position-x: -361px;
	background-position-y:  -141px;
	}
.bullet.mileage {
	background-position-x: -72px;
	background-position-y:  -21px;
	}
.bullet.music {
	background-position-x: -25px;
	background-position-y:  3px;
	}
.bullet.race {
	background-position-x: -310px;
	background-position-y:  -21px;
	}
.bullet.reports {
	background-position-x: -23px;
	background-position-y:  -142px;
	}
.bullet.weather {
	background-position-x: -72px;
	background-position-y:  -141px;
	}
.bullet.rk {
	background-position-x: -48px;
	background-position-y:  -142px;
	}
.bullet.calories {
	background-position-x: -73px;
	background-position-y:  -117px;
	}
.bullet.language {
	background-position-x: -337px;
	background-position-y:  -141px;
	}

#allfeatures {
	text-align: left;
}

#allfeatures .dl-horizontal dt {
  width: 200px;
  margin-right: 15px;
}

div#iphone {
	height: auto;
	background-size:100%;
}

img#iphonebg {
	width: 100%;
}

div#screen {
	background-color: #000;
	width: 75%;
	height: 59%;
	position: absolute;
	top: 22.5%;
	left: 12%;
}

.band {
	background-color: #fff;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 80px;
	margin-bottom: 30px;
	margin-left: 0;
}

.stars {
	margin-top: -45px;
}

ul.thumbs {
	margin-bottom: 30px;
	margin-left: -30px;
	float: left;
}

ul.thumbs li {
	width: 70px;
	float: left;
	margin-left: 29px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	padding: 3px;
	margin-top: 30px;
}

ul.thumbs li img{
	width: 100%;
}

blockquote {
  padding: 0;
  border-left: 0;
  margin: 20px 0 10px;
}

#bullets a, #bullets a.active {
	display: inline-block;
	font-size: 25px;
	color: #000;
}

#bullets a {
	color: #b3b3b3;
	text-decoration: none;
}

#bullets a:hover {
	color: #4fbbee;
}

ul.thumbnails {
	margin-top: 20px;
}

div#features {
	margin-top: 100px;
}

div.feature {
	margin-bottom: 30px;
	height: 100px;
}

div.blogParagraph {
	margin-bottom: 30px;
}


#sidebarnav {
	height: ;
	margin-top: 58px;
}

ul#sidebar li a {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c3dfed;
	border-top: 1px solid #eaeff2;
}

ul#sidebar {
	width: 200px;
}

ul#sidebar.affix {
	top: 158px;
	width: 200px;
}

ul#sidebar.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 200px;
}

ul#sidebar span.icon-chevron-right {
	float: right;
	opacity: 0.24;
}

ul#sidebar li.active a, #sidebar li a:hover {
	border-bottom: 1px solid #c3dfed;
	border-top: 1px solid #c3dfed;
	background-color: #c3dfed;
	color: #000;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}


ul#sidebar li.active span.icon-chevron-right {
	opacity: 1;
}


.nav > .active > a > [class^="icon-"],
.nav > .active > a > [class*=" icon-"]
 {
  background-image: url("../img/glyphicons-halflings.png");
}

.page-header {
	border-bottom: 1px solid #c3dfed;
}

section {
	margin-bottom: 40px;
}

#intervalvideo {
	float: right;
	margin-left: 20px;
}

.imageright {
	float: right;
	margin-left: 20px;	
}

.anchor {
	position: relative;
	top: -60px;
}

.anchor.extramargin {
	top: -100px;
}

.form-actions {
  padding: 0;
  background-color: transparent;
  border-top: 0;
}

p.text-info {
	color: #3A87AD;
}

div#copyright {
	margin-top: 60px;
}

/* social media buttons */

.socialmedia {
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	background-color: #fff;
	margin-top: -20px;
	padding-top: 30px;
	margin-bottom: 20px;
}

div.addthis_toolbox {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

div.rk-healthy {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
left: -300px !important;
}

.addthis_button_facebook_like iframe {
	width: 100px;
}



div.imageInText {
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}



#cornerCalloutContainer {
    width: 100%;
    height: 170px;
    position: absolute;
    top: 0;
	left: 0;
    overflow: hidden;
    z-index: -1;
}

#cornerCallout {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    
    text-align: center;
    padding: 1px 65px;
    font-size: 16px;
    font-weight: bold;
/*    text-transform: uppercase;
  */  
    background-color: #7f3300;
    background: -moz-linear-gradient(top, #ffb321, #ffa600); /* gecko */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb321), color-stop(.5, #ffb321), color-stop(.501, #ffa600), to(#ffa600));
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    
    color: #7f3300;
    text-shadow: rgba(255,255,255, .5) 0 1px 0;

    -webkit-transform-origin: top right;
    -webkit-transform: translateX(-120px) translateY(-45px) rotate(-45deg);
    -moz-transform-origin: top left;
    -moz-transform: translateX(-130px) translateY(-45px) rotate(-45deg); 
}







/* Large desktop */
@media (min-width: 1200px) { 

} /*end 1200*/

@media (min-width:979px){

.navbar .brand {
  float: right; 
}

.navbar .brand img {
	float: right;
	margin-left: 10px;
}


}

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {

#download.masthead {
	padding-top: 0;
}
div.navbar ul.nav {
	background-color: black;
}

.band {
	margin-top: 0px;
}

.navbar .brand img {
	float: left;
	margin-left: 10px;	
}

.navbar .brand {
  float: left; 
}

.navbar .brand img {
	float: left;
	margin-right: 10px;
}

.brand .name {
	display: inline-block;
	text-align: left;
	padding-top: 9px;
}

div.masthead-image div.ticks {
	width:380px;
}

p.lead {
	font-size: 1.3em;
}

div.feature-list {
	width: 660px;
}

.anchor.extramargin {
	top: -25px;
}

}/*end 979*/	



@media (min-width: 768px) and (max-width: 979px){
	
	
	.navbar-fixed-top {
		margin-bottom: 0px;
	}
	
	.navbar .btn-navbar {
	  margin-top: 40px;
	}	
	
	
	ul#sidebar {
		width: 136px;
		font-size: 13px;
	}
	
	ul#sidebar li a {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	ul#sidebar.affix {
		top: 60px;
		width: 136px;
	}
}/*end 768 */



/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 


.masthead-image {
	background: none;
	height: 300px;
}

.navbar .brand {
	padding-top: 0px;
}

.navbar-inner {
	min-height: 40px;
}

div.navbar .container {
	height: 40px;
}

#download.masthead .row {
	padding-left: 15px;
	padding-right: 15px;
	font-size: .9em;
}

#download.masthead {
	padding-top: 0;
}
div.navbar ul.nav {
	background-color: black;
}

div.row.band, div.socialmedia {
	margin-left: -20px;
	margin-right: -20px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

div.addthis_toolbox {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

img#iphonebg {
	width: 401px;
}

div#screen {
	width: 293px;
	left: 55px;
	top: 170px;
}

div#screen.carousel-inner img {
	width: 293px;
}

div.feature-list {
	width: auto;
}

div.masthead-image div.ticks {
	width:auto;
}

#sidebarnav {
	margin-top: 0px;
}

ul#sidebar {
	width: auto;
}
ul#sidebar.affix {
	position: static;
	width: auto;
}

section {
	float: left;
}

}/*end 767*/


/* Landscape phones and down */
@media (max-width: 480px) { 
div#screen {
	background-color: #000;
	width: 75%;
	height: 59%;
	position: absolute;
	top: 22.5%;
	left: 12%;
}

img#iphonebg {
	width: 160px;
}

div#screen {
	width: 116px;
	left: 22px;
	top: 68px;
}

#download .btn, .downloadbtns .btn {
	width: 90%;
	margin-bottom: 15px;
	float: left;
}





} /*end 480 */
