/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}body { font-size: 13px; line-height: 1.3; font-family: Arial, 'Liberation Sans', FreeSans, sans-serif; }

h1 { font-size: 25px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
ul { list-style: none; }

.demo { cursor: pointer; }


a.boxclose { position: absolute; z-index: 999999; right: 5px; top: 5px; cursor: pointer; background-color: #555; color: #fff; border: 2px solid #555; border-radius: 30px; font-size: 31px; font-weight: bold; display: inline-block; line-height: 0px; padding: 15px 6px; margin-right: -22px; margin-top: -22px; }
a.boxclose:hover { background-color: #666; }

.boxclose:before { content: "×"; }
.overlay-2 { background-color: #eee; opacity: 0.65; width: 99%; height: 99%; position: absolute; z-index: 999999; top: 1px; left: 1px; }


section#banner { background-color: #000; }

#banner h1 { font-size: 40px; }
#banner h2 { font-style: italic; font-weight: bold; font-size: 46px; line-height: 1.0em; }
#banner .visual { width: 305px; height: 391px; margin-top: 30px; position: absolute; z-index: 90; display: block; }
#banner .top { width: 100%; margin-right: auto; margin-left: auto; height: 322px; /*background: url("../images/home-new/texture1-bg-1024x319.jpg") repeat-y #000;*/ }
#banner .top li { margin-left: 0px; margin-top: 10px; font-size: 16px; list-style: disc; }

#banner .pitch { color: #fff; margin-top: 25px; height: 280px; overflow: hidden; position: relative; }
#banner .pitch ul { padding-left: 5px; margin-top: 30px; }
#banner .pitch h2 { margin-top: 25px; }

#banner .pitch .signup-container { position: absolute; left: 340px; top: 224px; }
#banner .pitch .signup-container a { float: left; cursor: pointer; margin: 0 0 0 25px; padding: 8px 24px; }
#banner .pitch .signup-container .login-text { margin: 5px 20px; }

#banner .pitch .signup-now { background-color: #159923; font-size: 20px; text-transform: uppercase; color: #fff; font-weight: bold; text-decoration: none; padding: 8px 14px; border-radius: 5px; font-family: "Roboto", Helvetica, Arial, sans-serif; box-shadow: 0 1px 3px rgba(0,0,0,0.5); border-right: 1px solid #333; }

#banner .pitch .signup-now:hover { background-color: #42a02c; box-shadow: none; }
#banner .pitch .signup-now:active { background-color: #4aaa2c; }



.home-logo { background-image:url("../images/home-new/smashrun-logo-195x28.png"); height: 28px; width: 195px; margin: 10px 0px 10px 0px; }
header { background-color: #111; height: 50px; }
header h1 a { text-indent: -650px; overflow: hidden; height: 30px; float: left; width: 188px; text-decoration: none; }
header nav li a:hover { color: #ffff00; background-color: transparent; }
header nav a { color: #fff; font-size: 15px; font-weight: bold; padding-right: 10px; text-decoration: none; letter-spacing: .02em; text-transform: lowercase; letter-spacing: 0.06em }
header nav li { float: left; margin: 25px 25px 0px 0px; }
header nav { position: relative; }
header nav .login { position: absolute; right: 0px; top:8px; font-size:14px; }
header nav .pro { position: absolute; right: 180px; top: 25px; font-size: 15px; }

#banner .base { background-color: #d2cfcf; /*height:110px;*/ border-bottom: 1px solid #bababa; overflow: visible; }
#banner .base ul { overflow: hidden; }
#banner .base ul li { overflow: hidden; }

#banner .base {background-color: #d3cccc;}
#banner blockquote {font-family: 'Source Sans Pro', Arial, sans-serif; font-size:14px; width: 182px;}

#banner h2, h3, #content .points h3, #content .point .explain b, #signup h1 {font-family: 'Roboto', Helvetica, Arial, sans-serif;}
#banner .top { background: url("../images/home-new/shattered-island-v2-864x324.gif") repeat; }
#banner .top li, #content .point .explain, #signup p {font-family: 'Arimo', Helvetica, Arial, sans-serif;}
#banner .top li {letter-spacing: .01em;}
#signup {background-color:#d3cccc; border-top:1px solid #bababa;}

.modal {position:fixed;top:10%;left:50%;margin-left:-325px;padding:15px;border:1px solid rgba(102, 102, 102, 0.3);background-color:#000;z-index:999999;border-radius:5px;}
.modal a.boxclose { right: 5px; top: 5px; }
.modal .movie { width: 630px; height: 360px; overflow: hidden; }
.modal .movie video{ width: 640px; height: 360px; }
.overlay { position: fixed; top:0px;left:0px; width: 100%; height: 100%; background-color: #555; opacity: 0.6; }

.modal.ajax-error { background-color: #fafafa; padding:20px 30px; max-width:700px; color:#333;}
.modal.ajax-error h1 { font-size: 18px; color: rgba(200,0,0,0.9); margin: 0px 0px 30px 0px; }
.modal.ajax-error h2 { font-size: 14px; color: rgba(0,0,0,0.8); margin: 0px 0px 15px 0px; font-family:Courier New, Courier, monospace}
.modal.ajax-error h3 { font-size: 13px; color: rgba(0,0,0,0.7); margin: 0px 10px 10px 0px; }
.modal.ajax-error .db-error{margin:20px 0px; padding:10px 0px; border-top:1px solid #bbb; border-bottom:1px solid #bbb;}
.modal.ajax-error .db-error.timeout { border-color: #aa0000; }
.modal.ajax-error .db-error div { font-size: 14px; padding: 2px 0px; }
.modal.ajax-error .db-error div span{font-weight:bold; color:#555;}
.modal.ajax-error ul.stack-trace { margin-top: 20px; padding:20px; background-color: rgba(0,0,0,0.05); }
.modal.ajax-error ul.stack-trace li { display: list-item; margin-top: 10px; list-style: circle; margin-left: 20px; list-style-type: circle; list-style-position: outside; }

#banner .demo { position:relative; }
#banner .demo .play { position: absolute; height: 75px; width: 75px; top: 195px; left: 108px; background: url('../images/home-new/play75x75.png') no-repeat; z-index: 999; }
#banner .demo .frame { height: 409px; width: 280px; margin-top: 30px; position: absolute; border-radius: 20px; background-color: #000; }
#banner .demo .dashboard { position: absolute; top: 72px; left: 20px; }
#banner .demo .dashboard div { position: absolute; height: 319px; width: 238px; background: url(../images/home-new/dashboards1442x322.jpg) no-repeat; animation-fill-mode: backwards; animation-name: animateDashboard; animation-timing-function: ease-in-out; }
#banner .demo .dashboard div.screenshot-1 { background-position: 0 0; }
#banner .demo .dashboard div.screenshot-2 { background-position: -239px 0; }
#banner .demo .dashboard div.screenshot-3 { background-position: -478px 0; }
#banner .demo .dashboard div.screenshot-4 { background-position: -717px 0; }
#banner .demo .dashboard div.screenshot-5 { background-position: -960px 0; }
#banner .demo .dashboard div.screenshot-6 { background-position: -1202px 0; }

#banner .demo .dashboard div { animation-duration: 0.5s; }
#banner .demo .dashboard div:nth-of-type(1) { animation-delay: 0s; }
#banner .demo .dashboard div:nth-of-type(2) { animation-delay: 4s; }
#banner .demo .dashboard div:nth-of-type(3) { animation-delay: 6s; }
#banner .demo .dashboard div:nth-of-type(4) { animation-delay: 8s; }
#banner .demo .dashboard div:nth-of-type(5) { animation-delay: 10s;  }
#banner .demo .dashboard div:nth-of-type(6) { animation-delay: 12s }


@keyframes animateDashboard {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

#banner .pictures div { background-repeat: no-repeat; height: 80px; width: 65px; border: 2px solid #fff; margin-right: 20px; display: inline-block; margin: 20px; background-image: url("../images/home-new/user-photos-364x178.jpg"); }


#banner .base .testimonials .user-slider { width: 20000px; animation-fill-mode: backwards; animation-name: animateUserTestimonials; animation-delay: 1s; animation-duration: 20s; animation-timing-function: ease-in-out; }
#banner .base .testimonials .user-slider .user-picture { background-image: url("../images/home-new/user-photos-364x178.jpg"); }
#banner .base .slider-window { width: 600px; overflow: hidden; }
#banner .testimonials { padding-top: 12px; }
#banner .user-picture { float: left; background-repeat: no-repeat; height: 80px; width: 65px; border: 2px solid #fff; margin-right: 20px; }
#banner .picture-1 { background-position: -2px 0px; }
#banner .picture-2 { background-position: -76px 0px; }
#banner .picture-3 { background-position: -149px 0px; }
#banner .picture-4 { background-position: -221px 0px; }
#banner .picture-5 { background-position: -295px 0px; }
#banner .picture-6 { background-position: -2px -89px; }
#banner .picture-7 { background-position: -76px -89px; }
#banner .picture-8 { background-position: -148px -89px; }
#banner .picture-9 { background-position: -221px -89px; }
#banner .picture-10 { background-position: -295px -89px; }
#banner blockquote { float: left; /*width:185px;font-size:13px;*/ }
#banner p { margin-top: 4px; float: right; margin-right: 20px; clear: both; }



@keyframes animateUserTestimonials{
    0% { margin-left: 0px; }
    10% { margin-left: 0px; }
    12% { margin-left: -320px; }
    22% { margin-left: -320px; }
    24% { margin-left: -640px; }
    34% { margin-left: -640px; }
    36% { margin-left: -960px; }
    46% { margin-left: -960px; }
    48% { margin-left: -1280px; }
    58% { margin-left: -1280px; }
    60% { margin-left: -1600px; }
    70% { margin-left: -1600px; }
    72% { margin-left: -1920px; }
    80% { margin-left: -1920px; }
    82% { margin-left: -2240px; }
    100% { margin-left: -2240px; }
}

.point .number { height: 40px; width: 40px; display: inline-block; background-color: #73AA42; font-size: 31px; color: #fff; border-radius: 50px; font-weight: bold; text-align: center; box-sizing: border-box; }

#content .arrow { background-position: -321px -103px; background-repeat: no-repeat; margin-left: 15px; height: 12px; width: 23px; margin-top: -1px; }
#content .nike-sensor { background-position: -262px -597px; background-repeat: no-repeat; height: 120px; width: 120px; }
#content .points h3 { color: #555555; font-size: 23px; margin-top: 20px; }
#content .points { background-color: #eeeeee; }
#content .point { margin-top: 20px; height: 150px; }
#content .num { background-repeat: no-repeat; height: 40px; width: 40px; }
#content .point1 .num { background-position: -203px -1px; }
#content .point2 .num { background-position: -245px -1px; }
#content .point3 .num { background-position: -287px -1px; }
#content .point4 .num { background-position: -329px -1px; }
#content .point5 .num { background-position: -371px -1px; }
#content .point .explain b { font-size: 23px; color: #2a2a2a; }
#content .point .explain { font-size: 17px; color: #555555; margin-bottom: 20px; }

#content .divider { background-position: 0 -741px; background-repeat: repeat-x; border-bottom: 1px solid #bababa; height: 15px; overflow: hidden; width: 100%; }
#content .family-photo { background-position: -624px -320px; background-repeat: no-repeat; height: 100px; width: 85px; border: 2px solid #f6f6f6; float: left; }
#content .silly-heart { background-position: -318px -57px; background-repeat: no-repeat; height: 28px; width: 28px; position: relative; left: 220px; margin-top: -24px; }
#content .talk-arrow { background-position: -287px -55px; background-repeat: no-repeat; height: 108px; width: 19px; margin: 9px 0px 0px 0px; float: left; }
#content .talk { margin: 17px 0px 0px 5px; font-size: 18px; color: #ff9900; float: right; width: 80px; }
#content .garmin-watch { background-position: -224px -630px; width: 56px; height: 72px; }
#content .magellan-watch { background-position: -283px -630px; width: 53px; height: 77px; }
#content .nike-watch { background-position: -337px -627px; width: 53px; height: 77px; }
#content .ipad-iphone { background-position: 0 -569px; background-repeat: no-repeat; height: 180px; width: 205px; }
#content .badge { background-image: url("../images/badges/series-1/full/025-500.png"); background-repeat: no-repeat; height: 150px; width: 150px; background-size:contain;}
#content .friends-screen { background-position: 0 0; background-repeat: no-repeat; height: 115px; width: 213px; }

.view-appfinder a { border-bottom: 1px solid #dddddd; color: #666666; font-size: 12px; margin-left: 25px; padding-bottom: 2px; text-decoration: none; }
#home #content .view-appfinder a:hover { color: #444444; border-bottom: 1px solid #ffbb33; }
#home #content .view-appfinder { margin-right: 35px; margin-top: 10px; }
#home #content .points h3 { margin-top: 50px; }
#home #content .compatible-devices li { float: left; margin-left: 25px; margin-top: 5px; }
#home #content .point2 .gps-devices li { float: right; margin-left: 19px; }
#home .compatible-devices { background-image: url('../images/home-new/compatible-devices-v2-940x50.png'); width: 940px; height: 50px; margin-top: 25px; }

.bottom-nav { background-color: #111111; font-family: "Arimo", Helvetica, Arial, sans-serif; width: 100%; }

.bottom-nav li { float: left; margin-right: 30px; padding: 20px 0; }

.bottom-nav li a { color: #AAAAAA; letter-spacing: 0.02em; text-decoration: none; }
.bottom-nav li a:hover { color: #ffbb33; }

.bottom-nav li a:before { background: url('../images/pro/bottom-nav-sprite.png'); background-repeat: no-repeat; content: ""; float: left; margin-right: 8px; margin-top: -2px; }

.bottom-nav .home:before { background-position: -69px 0; height: 20px; width: 25px; }
.bottom-nav .email:before { background-position: -29px 0; height: 20px; width: 30px; }
.bottom-nav .member-tos:before { background-position: 0 0; height: 20px; width: 21px; }

.bottom-nav .home:hover:before { background-position: -69px -20px; }
.bottom-nav .email:hover:before { background-position: -29px -20px; }
.bottom-nav .member-tos:hover:before { background-position: 0 -20px; }

/* language drop-down for homepage */
.select-styled { margin-top: 14px; float: right; padding: 0; width: 150px; border-radius: 3px; overflow: hidden; background-color: #fff; background: #fff url('../images/store/dropdown-arrow15x20.jpg') no-repeat 90% 50%; }
.select-styled select { color: #454545; font-size: 12px; cursor: pointer; padding: 5px 8px; width: 120%; border: none; box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.select-styled select:focus, select { outline: none; }
.select-styled option { color: #454545; }
select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }

/* cookie notice */
#cookieNotice { background-color: #f6d171; width: 100%; position: fixed; bottom: 0; z-index: 91; display: none; }
#cookieNotice span { font-size: 1.1em; color: #333; display: block; padding: 15px }
.cookie-container .close { color: #333; font: 20px/100% arial, sans-serif; float: right; text-decoration: none; text-shadow: 0 1px 0 #fff; margin-top: 12px; margin-right: 12px; }
.cookie-container .close:after { content: '✖'; }
.cookie-container span a { text-decoration: none; color: #333; font-weight: bold; border-bottom: 1px solid; }
.cookie-container { margin: auto; max-width: 1000px; }

/* landing page team section */
#team { background-color: #2b2c2f; color: #dedede; padding: 75px 0; position: relative; }
#team .landing { display: block; position: absolute; width: 118px; height: 119px; }
#team .chris { background-image: url('../images/home-new/landing-c118x119.png'); top: 0px; left: 50px; }
#team .steve { background-image: url('../images/home-new/landing-s118x119.png'); top: 100px; left: 150px; }
#team .jacklyn { background-image: url('../images/home-new/landing-j118x119.png'); top: 0px; left: 250px; }
#team .miles { background-image: url('../images/home-new/landing-m236.png'); position: absolute; display: block; width: 236px; height: 236px; top: 0; right: -250px; }
.landing span { display: inline-block; margin-top: 124px; margin-left: 38px; font-style: italic; }
.miles span { display: inline-block; font-style: italic; margin-top: 240px; margin-left: 98px; }
.team-container p { margin-bottom: 25px; font-size: 16px; letter-spacing: .01em; line-height: 24px; color: #b9b9b9; background-color: #2b2c2f; }
.team-container h1 { margin-bottom: 25px; }

.gps-watches { background-image: url("../images/home-new//watches-151x90.png");width:151px;height:90px;margin-left:45px; }


.dashboards-report { background: url(../images/home-new/iOS-devices200x202.png) no-repeat; height: 202px; width: 200px; margin-left: 40px; }

.gold-medals {
    background: url('../images/home-new/gold-discipline137x134.png') no-repeat;
    height: 134px;
    width: 137px;
    margin-left: 45px;
}


.streaks {
    background: url('../images/home-new/streaks200x126.jpg') no-repeat;
    height: 126px;
    width: 200px;
    margin-left: 40px;
}

.pitch h2 {margin-bottom: 8px;}

#signup { background-color: #c6c3c6; }
#signup .signup-container { width: 100%; height: 135px; background-color: #e7e7e7; padding: 20px 0px 0px 15px; margin: 40px 0px 40px 0px; }
#signup h1 { line-height: 1.1em; }
#signup p { font-size: 17px; }

#signup .signupnow-button { position: absolute; left: 450px; top: 135px; background-color: #73AA42; display: inline-block; padding: 10px 30px; border-radius: 40px; cursor: pointer; text-align: center; font-weight: bold; color: #fff; font-size: 24px; }
#signup .signupnow-button:hover { background-color: #7EAF41; }
.signup-container { cursor: pointer; }
