/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		-webkit-text-size-adjust: 100%; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
 	a[href^=tel] {
    color:inherit;
    text-decoration:none; }
  input {
    -webkit-appearance: none;
    border-radius:0; }
  input[type="submit"] {
    filter:none !important; }
@charset "UTF-8";
@font-face {
  font-family: 'Helvetica Neue Bold Condensed';
  src: url('https://static1.runsocial.com/2015/fonts/helveticaneue-boldcond-webfont.ee76ca934ece.eot?ee76ca934ece');
  src: url('https://static1.runsocial.com/2015/fonts/helveticaneue-boldcond-webfont.ee76ca934ece.eot?&ee76ca934ece#iefix') format("embedded-opentype"), url('https://static1.runsocial.com/2015/fonts/helveticaneue-boldcond-webfont.856874f1b2d0.woff?856874f1b2d0') format("woff"), url('https://static1.runsocial.com/2015/fonts/helveticaneue-boldcond-webfont.fcd59c1cde43.ttf?fcd59c1cde43') format("truetype"), url('https://static1.runsocial.com/2015/fonts/helveticaneue-boldcond-webfont.2104e331d0da.svg?2104e331d0da#helvetica_neueregular') format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue Light Condensed';
  src: url('https://static1.runsocial.com/2015/fonts/helveticaneue-lightcond-webfont.eebf52aabbb4.eot?eebf52aabbb4');
  src: url('https://static1.runsocial.com/2015/fonts/helveticaneue-lightcond-webfont.eebf52aabbb4.eot?&eebf52aabbb4#iefix') format("embedded-opentype"), url('https://static1.runsocial.com/2015/fonts/helveticaneue-lightcond-webfont.b63c95242cba.woff?b63c95242cba') format("woff"), url('https://static1.runsocial.com/2015/fonts/helveticaneue-lightcond-webfont.49767e5cde73.ttf?49767e5cde73') format("truetype"), url('https://static1.runsocial.com/2015/fonts/helveticaneue-lightcond-webfont.64699cb2755e.svg?64699cb2755e#helvetica_neueregular') format("svg");
  font-weight: normal;
  font-style: normal; }
/*@font-face {
  font-family: 'Helvetica Neue Ultralight';
  src: url('https://static1.runsocial.com/2015/fonts/helveticaneue-ultralight-webfont.f1503d68d6a2.eot?f1503d68d6a2');
  src: url('https://static1.runsocial.com/2015/fonts/helveticaneue-ultralight-webfont.f1503d68d6a2.eot?&f1503d68d6a2#iefix') format('embedded-opentype'),
       url('https://static1.runsocial.com/2015/fonts/helveticaneue-ultralight-webfont.fe55a07c999e.woff?fe55a07c999e') format('woff'),
       url('https://static1.runsocial.com/2015/fonts/helveticaneue-ultralight-webfont.00ed4ab91289.ttf?00ed4ab91289') format('truetype'),
       url('https://static1.runsocial.com/2015/fonts/helveticaneue-ultralight-webfont.7cb8cd88c8a0.svg?7cb8cd88c8a0#helvetica_neueregular') format('svg');
  font-weight: normal;
  font-style: normal; }*/
html {
  height: 100%; }

body {
  background: #fff url('https://static1.runsocial.com/2015/images/background.4232b2ce97ae.png?4232b2ce97ae') repeat;
  font: 14px/20px "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  min-height: 100%; }

.wrap {
  position: relative;
  width: 960px;
  margin: 0 auto; }

#content {
  padding: 40px 0 25px; }
  .page-signup #content {
    padding-top: 0; }
  .page-home #content {
      padding: 40px 0 40px;}

.column {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px; }
  .ie-7 .column {
    display: inline; }
.column-1 {
  width: 60px; }

.column-2 {
  width: 140px; }

.column-3 {
  width: 220px; }

.column-4 {
  width: 300px; }

.column-5 {
  width: 380px; }

.column-6 {
  width: 460px; }
  .column-6.more-left {
      width: 440px;
      padding-left: 20px;}
    @media only screen and (max-width: 960px) {
        .column-6.more-left {
            width: auto;
            padding-left:0;
        }
    }


.column-7 {
  width: 540px; }

.column-8 {
  width: 620px; }

.column-9 {
  width: 700px; }

.column-10 {
  width: 780px; }

.column-11 {
  width: 860px; }

.column-12 {
  width: 940px; }

.column-full {
  display: block;
  position: relative;
  width: 940px;
  margin-left: auto;
  margin-right: auto; }

.column-container .column:first-child {
  margin-left: 0; }
.column-container .column:last-child {
  margin-right: 0; }

h1, .masthead-heading, h2, h3, .heading, h4, h5 {
  position: relative;
  color: #333; }

h1,
.masthead-heading {
  font: normal 80px/66px "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
  margin: 55px 0 26px;
  text-transform: uppercase; }
  .page-signup h1 {
    font-size: 56px}
  h1 strong,
  .masthead-heading strong {
    color: #ff5500; }
  h1 a,
  .masthead-heading a {
    color: #666; }
    h1 a:hover,
    .masthead-heading a:hover {
      color: #ff5500; }

h2 {
  font-size: 30px;
  line-height: 32px;
  margin: 10px 0;
  color: #333;
  text-transform: uppercase; }

h3,
.heading {
  font-size: 30px;
  line-height: 32px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px; }
  .page-signup h3, .page-signup
  .heading {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    padding: 30px 0 0 10px; }
    .page-prague h3, .heading{
        margin-top:20px;}
h4 {
  font: normal 16px/18px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  color: #333;
  padding: 8px 0 4px 0;
  margin: 0; }

h5, h6 {
  font: normal 24px/30px "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
  color: #666;
  margin: 20px 0;
  padding: 0; }

p {
  margin: 20px 0;
  color: #333; }

div.center {
    margin: 0 auto;
    text-align: center;    
}
ol, ul {
  margin: 20px 0 20px 13px; }

ol.more-indent, ul.more-indent {
    margin: 20px 0 20px 26px;}
ul li {
  list-style-type: disc; }

ol li {
  list-style-type: decimal; }
ol li.font-bold {
    font-weight: bold;}

span.font-normal {
    font-weight: normal;}

em {
  font-style: italic; }

strong {
  font-weight: normal;
  font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif; }

small {
  font-size: 70%; }

.no-margin {
  margin-top: 0;
  margin-bottom: 0; }

a {
  color: #ff5500;
  font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  line-height: inherit; }
  a img {
    display: block;
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }
    a.lightbox-open img {
        display: inline;
        margin: 0 auto;    
    }

a:hover {
  text-decoration: underline; }
  a:hover img {
    zoom: 1;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80); }

.color-orange {
  color: #ff5500; }

hr {
  display: block;
  clear: both;
  margin: 40px 0 30px 0;
  border: none;
  height: 13px;
  background: transparent url('https://static1.runsocial.com/2015/images/hr.dabe827811ad.png?dabe827811ad') no-repeat center top; }
  hr.short {
    height: 1px;
    background: #dfdfdf;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #dfdfdf 20%, #dfdfdf 80%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(20%, #dfdfdf), color-stop(80%, #dfdfdf), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%, #dfdfdf 20%, #dfdfdf 80%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%, #dfdfdf 20%, #dfdfdf 80%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%, #dfdfdf 20%, #dfdfdf 80%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%, #dfdfdf 20%, #dfdfdf 80%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */ }

.shaded {
  position: relative; }
  .shaded:after {
    content: '';
    display: block;
    height: 13px;
    width: 100%;
    background: transparent url('https://static1.runsocial.com/2015/images/shade.890e9cd0811a.png?890e9cd0811a') no-repeat center bottom;
    position: absolute;
    bottom: -13px;
    left: 0;
    z-index: 100; }
  .shaded.shaded-small:after {
    background-image: url('https://static1.runsocial.com/2015/images/hr.dabe827811ad.png?dabe827811ad'); }

.shaded-mobile-only:after {
  display: none; }

.background-white {
  background: #fff; }

.fade-in-js {
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0); }

.slide-in-js {
  position: relative;
  top: 18px; }

@media only screen and (max-width: 960px) {
  body {
    font-size: 14px;
    line-height: 20px; }

  .wrap {
    width: auto;
    margin: 0 12px; }

  #content {
    padding-top: 25px; }

  .column,
  .column-full {
    display: block;
    width: auto;
    margin: 0; }

  h1,
  .masthead-heading {
    margin: 30px 0 16px;
    font-size: 36px;
    line-height: 32px; }
    .page-signup h1 {
        font-size: 22px;}
         

  h2 {
    font-size: 20px;
    line-height: 22px; }
    h2 br {
      display: none; }

  h3,
  .heading,
  h5 {
    font-size: 22px;
    line-height: 26px; }

  h4 {
    font-size: 14px;
    line-height: 20px; }

  h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 32px; }

  hr {
    background-size: 100% 13px;
    margin: 30px 0; }

  .shaded:after {
    background-size: 100% 13px; }

  .shaded-mobile-only {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .shaded-mobile-only:after {
      display: block; } }
.call-box {
  background: rgba(0, 0, 0, 0.03) url('https://static1.runsocial.com/2015/images/call-box-background.2b4e5360826c.png?2b4e5360826c') no-repeat 60px center;
  padding: 15px 60px 15px 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .call-box h3 {
    color: #ff5500;
    text-transform: uppercase; }
  .call-box small {
    display: block;
    font-size: 14px;
    line-height: 18px; }
  @media only screen and (max-width: 960px) {
    .call-box {
      background-position: 12px 25px;
      padding-left: 79px;
      padding-right: 12px;
      margin-bottom: 20px; }
      .call-box small {
        margin-top: 4px; } }


.download-app-box {
  background: rgba(0, 0, 0, 0) url('https://static1.runsocial.com/2015/images/call-box-background.2b4e5360826c.png?2b4e5360826c') no-repeat 0 center;
  padding: 15px 60px 15px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .download-app-box.runsocial-gps {
      background-image: url('https://static1.runsocial.com/2015/images/GPS_app_icon.f93e3bc44c2f.png?f93e3bc44c2f');
      padding: 15px 60px 15px 50px;
      }
  .page-how .download-app-box.runsocial-gps{
      padding: 0px 60px 0px 50px;}

.image-link {
  position: relative;
  width: 100%; }
  .image-link img {
    display: block;
    width: 100%; }

.mobile-only {
  display: none !important; }

@media only screen and (max-width: 960px) {
  .desktop-only {
    display: none !important; }

  .mobile-only {
    display: block !important; } }
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: block;
  font: normal 14px/1.1em "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #b9b9b9;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 34px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  font-family: "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  line-height: 32px;
  -webkit-transition: 0.26s border-color ease-out;
  -moz-transition: 0.26s border-color ease-out;
  -o-transition: 0.26s border-color ease-out;
  -ms-transition: 0.26s border-color ease-out;
  transition: 0.26s border-color ease-out; }
  .chosen-container-single .chosen-single:hover {
    border-color: #b9b9b9; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('https://static1.runsocial.com/2015/images/chosen-sprite.8fa53118d0af.png?8fa53118d0af') -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://static1.runsocial.com/2015/images/chosen-sprite.8fa53118d0af.png?8fa53118d0af') no-repeat 0px 7px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('https://static1.runsocial.com/2015/images/chosen-sprite.8fa53118d0af.png?8fa53118d0af') no-repeat 100% -20px;
  background: url('https://static1.runsocial.com/2015/images/chosen-sprite.8fa53118d0af.png?8fa53118d0af') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 20px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #ff5500;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('https://static1.runsocial.com/2015/images/chosen-sprite.8fa53118d0af.png?8fa53118d0af') -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #b9b9b9; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('https://static1.runsocial.com/2015/images/chosen-sprite.8fa53118d0af.png?8fa53118d0af') no-repeat -30px -20px;
  background: url('https://static1.runsocial.com/2015/images/chosen-sprite.8fa53118d0af.png?8fa53118d0af') no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('https://static1.runsocial.com/2015/images/chosen-sprite@2x.9d450f469903.png?9d450f469903') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
body .button,
body input[type="button"],
body input[type="submit"],
body .btn {
  border: none;
  background: #ff5500 url('https://static1.runsocial.com/2015/images/button-background.aa44956f7b84.png?aa44956f7b84') repeat-x center bottom;
  /* Old browsers fallback */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNTUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTRjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: -moz-linear-gradient(top, #ff5500 0%, #e54c00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5500), color-stop(100%, #e54c00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff5500 0%, #e54c00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff5500 0%, #e54c00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff5500 0%, #e54c00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff5500 0%, #e54c00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5500', endColorstr='#e54c00',GradientType=0 );
  /* IE6-8 */
  color: #fff;
  font: normal 18px/18px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  padding: 6px 30px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  outline: none; }
  body .button:hover,
  body input[type="button"]:hover,
  body input[type="submit"]:hover,
  body .btn:hover {
    background: #d64700;
    text-decoration: none; }
  body .button[disabled], body .button.disabled, body .button.button-gray,
  body input[type="button"][disabled],
  body input[type="button"].disabled,
  body input[type="button"].button-gray,
  body input[type="submit"][disabled],
  body input[type="submit"].disabled,
  body input[type="submit"].button-gray,
  body .btn[disabled],
  body .btn.disabled,
  body .btn.button-gray {
    background-color: #ccc;
    background-image: url('https://static1.runsocial.com/2015/images/button-disabled-background.33d3426b7a56.png?33d3426b7a56'); }
    body .button[disabled]:hover, body .button.disabled:hover, body .button.button-gray:hover,
    body input[type="button"][disabled]:hover,
    body input[type="button"].disabled:hover,
    body input[type="button"].button-gray:hover,
    body input[type="submit"][disabled]:hover,
    body input[type="submit"].disabled:hover,
    body input[type="submit"].button-gray:hover,
    body .btn[disabled]:hover,
    body .btn.disabled:hover,
    body .btn.button-gray:hover {
      background: #b3b3b3; }
  body .button.button-back,
  body input[type="button"].button-back,
  body input[type="submit"].button-back,
  body .btn.button-back {
    float: left; }
  body .button.button-invite,
  body input[type="button"].button-invite,
  body input[type="submit"].button-invite,
  body .btn.button-invite {
    position: absolute;
    bottom: 0;
    right: 10px;
    padding-left: 25px;
    padding-right: 25px; }
  body .button.button-buy,
  body input[type="button"].button-buy,
  body input[type="submit"].button-buy,
  body .btn.button-buy {
    position: relative;
    width: 127px;
    padding: 7px 16px 6px 58px;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase; }
    body .button.button-buy:after,
    body input[type="button"].button-buy:after,
    body input[type="submit"].button-buy:after,
    body .btn.button-buy:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      height: 100%;
      left: 16px;
      width: 31px;
      background: transparent url('https://static1.runsocial.com/2015/images/button-buy.7906c77ddddb.png?7906c77ddddb') no-repeat center center; }
  body .button.button-huge,
  body input[type="button"].button-huge,
  body input[type="submit"].button-huge,
  body .btn.button-huge {
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px; }
  body .button.button-facebook, body .button.button-twitter,
  body input[type="button"].button-facebook,
  body input[type="button"].button-twitter,
  body input[type="submit"].button-facebook,
  body input[type="submit"].button-twitter,
  body .btn.button-facebook,
  body .btn.button-twitter {
    position: relative;
    width: 180px;
    padding: 7px 0px 8px 40px;
    margin-top: 10px; }
    body .button.button-facebook:after, body .button.button-twitter:after,
    body input[type="button"].button-facebook:after,
    body input[type="button"].button-twitter:after,
    body input[type="submit"].button-facebook:after,
    body input[type="submit"].button-twitter:after,
    body .btn.button-facebook:after,
    body .btn.button-twitter:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      height: 100%;
      left: 10px;
      width: 30px;
      background: transparent none no-repeat center center; }
  body .button.button-facebook:after,
  body input[type="button"].button-facebook:after,
  body input[type="submit"].button-facebook:after,
  body .btn.button-facebook:after {
    background-image: url('https://static1.runsocial.com/2015/images/button-facebook.192a533907cd.png?192a533907cd'); }
  body .button.button-twitter,
  body input[type="button"].button-twitter,
  body input[type="submit"].button-twitter,
  body .btn.button-twitter {
    padding-left: 50px;
    width: 170px; }
    body .button.button-twitter:after,
    body input[type="button"].button-twitter:after,
    body input[type="submit"].button-twitter:after,
    body .btn.button-twitter:after {
      background-image: url('https://static1.runsocial.com/2015/images/button-twitter.e901bfb0ec0b.png?e901bfb0ec0b'); }
  @media only screen and (max-width: 960px) {
    body .button,
    body input[type="button"],
    body input[type="submit"],
    body .btn {
      font-size: 14px;
      line-height: 14px;
      text-align: center; }
      body .button.button-invite,
      body input[type="button"].button-invite,
      body input[type="submit"].button-invite,
      body .btn.button-invite {
        width: 40px;
        padding-left: 10px;
        padding-right: 10px; }
      body .button.button-buy,
      body input[type="button"].button-buy,
      body input[type="submit"].button-buy,
      body .btn.button-buy {
        font-size: 20px;
        width: 81px;
        padding: 4px 16px 3px 37px; }
        body .button.button-buy:after,
        body input[type="button"].button-buy:after,
        body input[type="submit"].button-buy:after,
        body .btn.button-buy:after {
          width: 20px;
          left: 14px;
          background-size: contain; }
      body .button.button-huge,
      body input[type="button"].button-huge,
      body input[type="submit"].button-huge,
      body .btn.button-huge {
        font-size: 20px;
        padding-left: 12px;
        padding-right: 12px; } }

.video-button {
  position: relative;
  display: block;
  width: 150px;
  height: 85px;
  text-align: center;
  background: transparent url('https://static1.runsocial.com/2015/images/video-button.64696345e023.jpg?64696345e023') no-repeat 0 0;
  background-size: cover;
  color: #333;
  font: normal 32px/40px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }
  .video-button:after, .video-button:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .video-button:after {
    height: 0;
    width: 0;
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 7.5px solid #fff;
    margin: -7px 0 0 -2px;
    zoom: 1;
    opacity: 0.85;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
  .video-button:before {
    border: 3px solid #fff;
    margin: -18px 0 0 -18px;
    height: 36px;
    width: 36px;
    background: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    zoom: 1;
    opacity: 0.85;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
  .video-button:hover:after {
    border-color: transparent #ff5500 transparent;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }
  .video-button:hover:before {
    border-color: #ff5500;
    background: #fff;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }
  .video-button:hover {
    color: #333; }
    .video-button:hover .video-button-text {
      color: #ff5500; }
  .video-button img {
    display: block;
    width: 100%; }
  .video-button img, .video-button:hover img {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }

.video-button-how-track1 {
    background-image: url('https://static1.runsocial.com/2015/images/how/track/how_vid1.3bfb9b0af893.jpg?3bfb9b0af893')}

.video-button-how-track2 {
    background-image: url('https://static1.runsocial.com/2015/images/how/track/how_vid2.925f72b57f0f.jpg?925f72b57f0f')}

.video-button-how-track3 {
    background-image: url('https://static1.runsocial.com/2015/images/how/track/how_vid3.23af9985f31b.jpg?23af9985f31b')}

.video-button-how-friends1 {
    background: transparent url('https://static1.runsocial.com/2015/images/how/friends/how_vid1.a33084051fc3.jpg?a33084051fc3') no-repeat 0 0 / cover;}

.video-button-how-friends2 {
    background-image: url('https://static1.runsocial.com/2015/images/how/friends/how_vid2.f87c8703f494.jpg?f87c8703f494')}


.video-button-text {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  -webkit-transition: 0.26s 0.1s ease-out;
  -moz-transition: 0.26s 0.1s ease-out;
  -o-transition: 0.26s 0.1s ease-out;
  -ms-transition: 0.26s 0.1s ease-out;
  transition: 0.26s 0.1s ease-out; }

.video-button-large {
  width: auto;
  height: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .video-button-large:after, .video-button-large:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .video-button-large:after {
    height: 0;
    width: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
    margin: -13px 0 0 -4px;
    zoom: 1;
    opacity: 0.85;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
  .video-button-large:before {
    border: 3px solid #fff;
    margin: -33px 0 0 -33px;
    height: 66px;
    width: 66px;
    background: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    zoom: 1;
    opacity: 0.85;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
  .video-button-large:hover:after {
    border-color: transparent #ff5500 transparent;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }
  .video-button-large:hover:before {
    border-color: #ff5500;
    background: #fff;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }

.video-button-plain:after, .video-button-plain:before {
  display: none; }

.video-button-routes {
  background-image: url('https://static1.runsocial.com/2015/images/video-button-routes.d1169ec068f7.jpg?d1169ec068f7'); }

@media only screen and (max-width: 960px) {
  .video-button
   {
    height: 36px;
    width: 65px;
    font-size: 17px;
    line-height: 36px; }

  .video-button-large {
    width: auto;
    height: auto; }

  .video-button-text {
    width: 200px;
    height: 36px;
    bottom: 0;
    left: 72px;
    text-align: left; }
    .page-how .video-button-text,
    .page-about-events .video-button-text {
      color: #fff; } }
#header {
  position: relative;
  width: 100%;
  height: 99px;
  border-top: 1px solid #ff5500;
  z-index: 300;
  background: #fff; }
  #header .wrap,
  #header .column-full {
    height: 100%;
    z-index: 300; }

.header-logo {
  position: relative;
  display: block;
  height: 100%;
  width: 220px;
  background: transparent url('https://static1.runsocial.com/2015/images/header-logo.f89341c3707e.png?f89341c3707e') no-repeat center 42px;
  background-image: url('https://static1.runsocial.com/2015/images/header-logo.f89341c3707e.png?f89341c3707e');
  border-bottom: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.26s 0.1s ease-out;
  -moz-transition: 0.26s 0.1s ease-out;
  -o-transition: 0.26s 0.1s ease-out;
  -ms-transition: 0.26s 0.1s ease-out;
  transition: 0.26s 0.1s ease-out; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .header-logo {
      background-image: url('https://static1.runsocial.com/2015/images/header-logo_2x.14516adfd2d6.png?14516adfd2d6');
      background-size: 220px 27px; } }
  .header-logo:hover, .header-logo.current {
    border-bottom: 4px solid #ff5500; }

.header-social {
  position: absolute;
  right: -6px;
  top: 53px; }
  .header-social:after {
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    top: -21px;
    height: 50px;
    width: 1px;
    background: #e5e5e5; }

.header-social-button {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  width: 28px;
  background: transparent none no-repeat center 0; }
  .ie-7 .header-social-button {
    display: inline; }
  .header-social-button:hover {
    background-position: center -18px; }

.header-social-twitter {
  background-image: url('https://static1.runsocial.com/2015/images/header-social-twitter.828133cfde1d.png?828133cfde1d'); }

.header-social-facebook {
  background-image: url('https://static1.runsocial.com/2015/images/header-social-facebook.1243f5965755.png?1243f5965755'); }

.header-social-instagram {
  background-image: url('https://static1.runsocial.com/2015/images/header-social-instagram.ee5e405a8869.png?ee5e405a8869'); }

@media only screen and (max-width: 960px) {
  #header {
    height: 65px; }

  .header-logo {
    background-size: 150px 18px;
    width: 150px;
    background-position: center 27px; }

  .header-social {
    display: none; } }
#navigation {
  position: absolute;
  bottom: 0;
  right: 112px; }
  #navigation a {
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid #ccc;
    padding: 10px 14px 0;
    height: 56px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    font-family: "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
    margin-left: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
    .ie-7 #navigation a {
      display: inline; }
    #navigation a:hover, #navigation a.current {
      border-bottom: 4px solid #ff5500;
      color: #ff5500;
      text-decoration: none; }
  @media only screen and (max-width: 960px) {
    #navigation {
      left: -12px;
      right: -12px;
      bottom: 65px;
      background: #ff5500; }
      #navigation a {
        display: block;
        color: #fff;
        margin: 0;
        height: 42px;
        line-height: 42px;
        padding: 0 12px;
        border-bottom: 1px solid #ff7733;
        -webkit-transition: none 0.1s ease-out;
        -moz-transition: none 0.1s ease-out;
        -o-transition: none 0.1s ease-out;
        -ms-transition: none 0.1s ease-out;
        transition: none 0.1s ease-out; }
        #navigation a:hover, #navigation a.current {
          color: #fff;
          background: #cc4400;
          border-bottom: 1px solid #ff7733; } }

.navigation-mobile-toggle {
  display: none; }

@media only screen and (max-width: 960px) {
  .navigation-mobile-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
    height: 65px;
    width: 45px;
    cursor: pointer;
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
    .navigation-mobile-toggle span, .navigation-mobile-toggle span:after, .navigation-mobile-toggle span:before {
      cursor: pointer;
      height: 4px;
      width: 20px;
      background: #ff5500;
      position: absolute;
      right: 12px;
      top: 34px;
      display: block;
      content: '';
      -webkit-transition: 0.26s 0.1s ease-out;
      -moz-transition: 0.26s 0.1s ease-out;
      -o-transition: 0.26s 0.1s ease-out;
      -ms-transition: 0.26s 0.1s ease-out;
      transition: 0.26s 0.1s ease-out; }
    .navigation-mobile-toggle span:before {
      top: -7px;
      left: 0; }
    .navigation-mobile-toggle span:after {
      top: auto;
      bottom: -7px;
      left: 0; }
    .navigation-mobile-toggle.open {
      background: #ff5500; }
      .navigation-mobile-toggle.open span {
        background: transparent; }
      .navigation-mobile-toggle.open span:before, .navigation-mobile-toggle.open span:after {
        top: 0;
        background: #fff; }
      .navigation-mobile-toggle.open span:before {
        transform: rotate(45deg); }
      .navigation-mobile-toggle.open span:after {
        transform: rotate(-45deg); } }
form {
  position: relative; }
  form p {
    margin: 10px; }
  form label,
  form .form-label {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
    line-height: 28px; }
    form label .label-inner,
    form .form-label .label-inner {
      display: inline-block;
      vertical-align: top;
      width: 90px;
      padding-right: 10px; }
      .ie-7 form label .label-inner, .ie-7
      form .form-label .label-inner {
        display: inline; }
    form label select,
    form .form-label select {
      display: block;
      margin-top: 7px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
    form label.form-label-checkbox,
    form .form-label.form-label-checkbox {
      font-family: "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
      padding-top: 20px; }
      form label.form-label-checkbox .styledCheckbox,
      form label.form-label-checkbox .styledRadio,
      form .form-label.form-label-checkbox .styledCheckbox,
      form .form-label.form-label-checkbox .styledRadio {
        margin-right: 10px; }
  form .label-inline {
    display: inline-block;
    vertical-align: top; }
    .ie-7 form .label-inline {
      display: inline; }
  form .label-half {
    width: 449px; }
  form .label-quarter {
    width: 215px; }
  form .label-sixth {
    width: 133px; }
  form .label-sixth-container .label-sixth {
    margin-left: 20px; }
    form .label-sixth-container .label-sixth:first-child {
      margin-left: 0; }
  form .error-message {
    position: absolute;
    bottom: -5px;
    left: 0;
    font-size: 12px;
    color: #ff5500;
    line-height: 12px; }
  form .input-text,
  form input[type="text"],
  form input[type="number"],
  form input[type="search"],
  form input[type="password"],
  form textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    border: 1px solid #dfdfdf;
    font: normal 14px/1.1em "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
    color: #333;
    padding: 8px 13px;
    margin: 0;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    -webkit-appearance: none; }
    form .input-text:focus, form .input-text:hover,
    form input[type="text"]:focus,
    form input[type="text"]:hover,
    form input[type="number"]:focus,
    form input[type="number"]:hover,
    form input[type="search"]:focus,
    form input[type="search"]:hover,
    form input[type="password"]:focus,
    form input[type="password"]:hover,
    form textarea:focus,
    form textarea:hover {
      border-color: #b9b9b9; }
    form .input-text.error,
    form input[type="text"].error,
    form input[type="number"].error,
    form input[type="search"].error,
    form input[type="password"].error,
    form textarea.error {
      border-color: #ff5500; }
  form input[type="number"] {
    width: 50px; }
  .page-signup form {
    background: #f0f0f0;
    padding: 0 10px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
    .page-signup form:after {
      content: '';
      display: block;
      height: 13px;
      width: 100%;
      position: absolute;
      bottom: -13px;
      left: 0;
      background: transparent url('https://static1.runsocial.com/2015/images/form-shade.8243f28706e6.png?8243f28706e6') no-repeat center 0; }
    .page-signup form label,
    .page-signup form .form-label {
      padding: 20px 7px 0 10px; }
    .page-signup form .error-message {
      bottom: -16px;
      left: 10px; }
    .page-signup form .input-username {
      background: #fff url('https://static1.runsocial.com/2015/images/input-username-background.5c5e5ee1bf32.png?5c5e5ee1bf32') no-repeat 98% center; }
    .page-signup form .input-email {
      background: #fff url('https://static1.runsocial.com/2015/images/input-email-background.c04f3a3a8c7f.png?c04f3a3a8c7f') no-repeat 98% center; }
    .page-signup form .input-password,
    .page-signup form .input-code {
      background: #fff url('https://static1.runsocial.com/2015/images/input-password-background.30d93532b23e.png?30d93532b23e') no-repeat 98% center; }
    .page-signup form .input-team-member-name {
      width: 133px; }
    .page-signup form .input-team-member-email {
      width: 238px;
      margin-right: 105px; }
    .page-signup form .input-team-member-time {
      width: 68px; }
  @media only screen and (max-width: 960px) {
    form label,
    form .form-label,
    form .label-inline,
    form .label-half {
      display: block;
      width: auto; }
    form .label-sixth {
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 32%;
      padding-right: 0; }
      .ie-7 form .label-sixth {
        display: inline; }
    form .input-username,
    form .input-email,
    form .input-password,
    form .input-code {
      background-position: 96% center; }
    form .input-team-member-name,
    form .input-team-member-time,
    form .input-code {
      width: 100%; }
    form .input-team-member-email {
      width: 170px; } }

.form-legend {
  position: relative;
  top: -5px;
  height: 60px;
  background: #ff5500;
  color: #fff;
  font-size: 24px;
  font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  line-height: 60px;
  padding: 0 20px;
  margin: 0 -10px;
  font-weight: normal;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.form-radioset {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-family: "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
  line-height: 30px;
  padding-top: 3px; }
  .ie-7 .form-radioset {
    display: inline; }

.styledRadio,
.styledCheckbox {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #dfdfdf;
  margin: 3px 3px 0 0;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -webkit-transition: 0.26s border-color ease-out;
  -moz-transition: 0.26s border-color ease-out;
  -o-transition: 0.26s border-color ease-out;
  -ms-transition: 0.26s border-color ease-out;
  transition: 0.26s border-color ease-out; }
  .ie-7 .styledRadio, .ie-7
  .styledCheckbox {
    display: inline; }
  .styledRadio:focus, .styledRadio:hover,
  .styledCheckbox:focus,
  .styledCheckbox:hover {
    border-color: #b9b9b9; }

.form-actions {
  clear: both;
  text-align: right;
  margin: 20px 12px;
  padding-bottom: 20px; }

.form-forgot {
  color: #ff5500;
  font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  text-decoration: underline;
  padding: 0 15px; }

.label-upload {
  position: relative;
  margin-left: 123px;
  width: 190px; }

form .input-upload-button {
  display: block;
  position: relative;
  cursor: pointer;
  color: #fff;
  width: 52px;
  text-align: center;
  font: normal 18px/18px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  padding: 8px 30px 10px;
  padding: 8px 10px !important;
  -webkit-transition: 0.26s 0.1s ease-out;
  -moz-transition: 0.26s 0.1s ease-out;
  -o-transition: 0.26s 0.1s ease-out;
  -ms-transition: 0.26s 0.1s ease-out;
  transition: 0.26s 0.1s ease-out; }

.input-upload {
  height: 0;
  width: 0; }

.input-upload-preview {
  display: block;
  position: absolute;
  bottom: 0;
  left: 130px;
  background: #dedede url('https://static1.runsocial.com/2015/images/team-photo-placeholder.29385e3c3c9e.png?29385e3c3c9e') no-repeat center center;
  height: 70px;
  width: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.order-control {
  position: relative; }

.order-number {
  font: normal 24px/30px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif; }

.order-arrow {
  position: absolute;
  left: 20px;
  display: block;
  height: 6px;
  width: 11px;
  background: transparent url('https://static1.runsocial.com/2015/images/order-arrow.725d3121dff4.png?725d3121dff4') no-repeat 0 0;
  -webkit-transition: none 0.1s ease-out;
  -moz-transition: none 0.1s ease-out;
  -o-transition: none 0.1s ease-out;
  -ms-transition: none 0.1s ease-out;
  transition: none 0.1s ease-out; }
  .order-arrow:hover, .order-arrow:active {
    background-position: 0 -6px; }

.order-arrow-up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=-1.2246063538223773e-16, M21=1.2246063538223773e-16, M22=-1, sizingMethod='auto expand');
  zoom: 1;
  top: 6px; }

.order-arrow-down {
  bottom: 6px; }

@media only screen and (max-width: 960px) {
  .form-forgot {
    padding: 0;
    float: left;
    margin-top: 11px; }

  .label-upload {
    margin-left: 0; }

  form .input-upload-button {
    width: 30%; }

  .input-upload-preview {
    left: auto;
    right: 0;
    height: 50px;
    width: 50px;
    background-size: 35px 35px; } }
.captcha-reload-button {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 17px;
  background: transparent url('https://static1.runsocial.com/2015/images/captcha-reload-button.0702994c1778.png?0702994c1778') no-repeat center 0;
  margin: 17px 0 0 13px; }
  .ie-7 .captcha-reload-button {
    display: inline; }
  .captcha-reload-button:hover {
    background-position: 0 -17px; }

.expansion {
  position: relative;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: 0.26s 0.1s ease-out;
  -moz-transition: 0.26s 0.1s ease-out;
  -o-transition: 0.26s 0.1s ease-out;
  -ms-transition: 0.26s 0.1s ease-out;
  transition: 0.26s 0.1s ease-out; }
  .expansion.open {
    max-height: 750px;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    overflow: visible; }
  .expansion h3,
  .expansion .heading {
    padding: 38px 10px 20px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0; }
  .expansion hr {
    margin-top: 30px;
    position: absolute;
    bottom: 0px;
    background-position: center bottom; }
  .expansion form .button-submit {
    float: right; }
  .expansion .expand-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 38px;
    height: 29px;
    width: 29px;
    background: transparent url('https://static1.runsocial.com/2015/images/expansion-close.e815761bde22.png?e815761bde22') no-repeat center top; }
    .expansion .expand-close:hover {
      background-position: 0 -29px; }

.expansion-panel {
  position: relative;
  display: none;
  padding-bottom: 38px; }
  .expansion-panel.visible {
    display: block; }

@media only screen and (max-width: 960px) {
  .expansion .expand-close {
    right: 0;
    height: 20px;
    width: 20px;
    background-size: cover; }
    .expansion .expand-close:hover {
      background-position: 0 -20px; }

  .expansion-panel {
    padding-bottom: 20px; } }
#login-expansion .login-form .input-password {
  width: 340px; }
#login-expansion .login-form .button-submit {
  float: none;
  position: absolute;
  top: 63px;
  right: 0px; }
#login-expansion .login-forgot,
#login-expansion .login-signup {
  float: right; }
#login-expansion .login-signup {
  margin-top: 88px; }
#login-expansion .signup-form .captcha-image {
  margin-top: 8px; }
#login-expansion .signup-form .captcha-reload-button {
  margin: 17px 0 0 13px; }
#login-expansion .signup-form .button-submit {
  float: none;
  margin-top: 10px; }
#login-expansion .signup-login {
  margin-top: 22px; }
#login-expansion .forgot-form p {
  margin-left: 0;
  margin-right: 0; }
#login-expansion .forgot-form .form-label {
  padding-top: 0; }
#login-expansion .forgot-form .input-email {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin-right: 10px; }
  .ie-7 #login-expansion .forgot-form .input-email {
    display: inline; }
#login-expansion .forgot-form .button-submit {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  padding-left: 0;
  padding-right: 0; }
  .ie-7 #login-expansion .forgot-form .button-submit {
    display: inline; }
@media only screen and (max-width: 960px) {
  #login-expansion .login-form .input-password {
    width: 67%; }
  #login-expansion .login-signup {
    float: none;
    margin-top: 20px; }
  #login-expansion .forgot-form .input-email {
    width: 62%; }
  #login-expansion .signup-form .signup-form-names .column,
  #login-expansion .signup-form .signup-form-captcha .column {
    width: 48%;
    display: inline-block;
    vertical-align: top; }
    .ie-7 #login-expansion .signup-form .signup-form-names .column, .ie-7
    #login-expansion .signup-form .signup-form-captcha .column {
      display: inline; }
    #login-expansion .signup-form .signup-form-names .column:first-child,
    #login-expansion .signup-form .signup-form-captcha .column:first-child {
      margin-right: 4%; }
  #login-expansion .signup-form .button-submit {
    width: 100%; }
  #login-expansion .button {
    font-size: 18px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px; }
  #login-expansion .button-twitter,
  #login-expansion .button-facebook {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; } }

#settings-expansion .myrun-settings-updates {
  padding-bottom: 20px; }
#settings-expansion .form-label-checkbox {
  padding-bottom: 0; }
#settings-expansion .label-upload {
  width: auto;
  margin-left: 0; }
#settings-expansion .input-upload-preview {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  width: 36px;
  background-size: 24px 24px;
  position: relative;
  bottom: auto;
  left: auto; }
  .ie-7 #settings-expansion .input-upload-preview {
    display: inline; }
#settings-expansion .input-upload-button {
  font-family: "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  font-size: 14px;
  line-height: 36px;
  color: #333;
  width: auto;
  padding: 0; }
  .ie-7 #settings-expansion .input-upload-button {
    display: inline; }
  #settings-expansion .input-upload-button:hover {
    text-decoration: underline; }
#settings-expansion .button-submit {
  float: right;
  margin-top: 10px; }
#settings-expansion .myrun-settings-updates {
  padding-top: 13px; }

.myrun-settings-form {
  padding-bottom: 30px; }

.myrun-settings-private {
  float: right;
  z-index: 100;
  margin-top: -10px; }

.myrun-settings-socials {
  margin-bottom: 5px; }

.myrun-settings-social {
  display: inline-block;
  vertical-align: top;
  color: #333;
  background: transparent none no-repeat left top;
  padding: 0 10px; }
  .ie-7 .myrun-settings-social {
    display: inline; }
  .myrun-settings-social:first-child {
    border-right: 1px solid #ccc; }
  .myrun-settings-social:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
    .ie-7 .myrun-settings-social:before {
      display: inline; }
  .myrun-settings-social.off {
    color: #333; }
  .myrun-settings-social.on {
    color: #ff5500;
    background-position: left bottom; }
    .myrun-settings-social.on:before {
      background-position: center bottom; }
  .myrun-settings-social:hover {
    text-decoration: none;
    color: #ff5500; }

.myrun-settings-social-facebook:before {
  background-image: url('https://static1.runsocial.com/2015/images/myrun/myrun-settings-social-facebook.1818e072b6d1.png?1818e072b6d1');
  height: 18px;
  width: 10px;
  margin-top: 4px; }

.myrun-settings-social-twitter:before {
  background-image: url('https://static1.runsocial.com/2015/images/myrun/myrun-settings-social-twitter.640f06ec266b.png?640f06ec266b');
  height: 14px;
  width: 17px;
  margin-top: 6px; }

.section-header {
  background: #ff5500;
  height: 100px; }
  .section-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; }
  .section-header .column-full {
    height: 100%; }

.section-header-text {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font: normal 40px/40px "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
  padding: 30px 0;
  margin: 0;
  height: 100%; }
  .section-header-text img {
    display: block;
    position: relative;
    top: 6px; }
  .section-header-text h1 {
    margin: 0; }

.section-header-actions {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -19px;
  height: 40px; }

.section-header-action {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  padding: 0 15px;
  margin: 6px 5px 0;
  font: normal 16px/30px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  color: #fff; }
  .ie-7 .section-header-action {
    display: inline; }
  .section-header-action:hover {
    color: #fff;
    text-decoration: underline; }
  .section-header-action:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ffaa80;
    position: absolute;
    top: 0;
    left: -8px; }

.section-header-back {
  display: block;
  font: normal 16px/29px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  width: 85px;
  height: 29px;
  padding: 5px 46px 5px 10px;
  background: transparent;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.26s 0.1s ease-out;
  -moz-transition: 0.26s 0.1s ease-out;
  -o-transition: 0.26s 0.1s ease-out;
  -ms-transition: 0.26s 0.1s ease-out;
  transition: 0.26s 0.1s ease-out; }
  .section-header-back:after, .section-header-back:before {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    height: 29px;
    width: 29px;
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out;
    background: transparent url('https://static1.runsocial.com/2015/images/section-header-back.793a3084b378.png?793a3084b378') no-repeat center 0; }
  .section-header-back:before {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }
  .section-header-back:after {
    zoom: 1;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    background-position: 0 -29px; }
  .section-header-back:hover {
    background: #fff;
    color: #ff5500;
    text-decoration: none; }
    .section-header-back:hover:before {
      zoom: 1;
      opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      filter: alpha(opacity=0); }
    .section-header-back:hover:after {
      zoom: 1;
      opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      filter: alpha(opacity=100); }

.section {
  display: none;
  margin-top: 100px; }
  .section .wrap {
    padding-top: 50px; }
  .section.visible {
    display: block; }
  .section.header-sticky {
    padding-top: 100px; }
  .section .video-button {
    width: 90px;
    height: 50px;
    background-size: 90px 50px;
    font-size: 32px;
    line-height: 26px;
    margin: 26px 0;
    text-align: left; }
  .section .video-button-text {
    color: #666;
    width: 107px;
    left: 103px;
    bottom: -2px; }
  .section .video-button-large {
    width: auto;
    height: auto; }

.section-column-extra-padding {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px; }

.section-image {
  display: block;
  margin-top: 20px; }

@media only screen and (max-width: 960px) {
  .section {
    margin-top: 0; }
    .section.header-sticky {
      padding-top: 76px; }
    .section .wrap {
      padding-top: 20px; }
    .section .video-button-large {
      margin: 0; }
    .section .video-button-text {
      bottom: auto; }

  .section-header {
    height: 76px; }

  .section-header-text {
    font-size: 24px;
    padding: 0 0 0 12px;
    line-height: 76px; }
    .section-header-text img {
      top: 30px;
      height: 20px; }
    .section-header-text h1 {
      margin: 0; }

  .section-header-back-mobile {
    width: 40px;
    height: 40px;
    padding: 0; }
    .section-header-back-mobile:before, .section-header-back-mobile:after {
      background-size: 20px 40px;
      background-position: center 4px; }
    .section-header-back-mobile:hover {
      background: #ff5500; }
      .section-header-back-mobile:hover:before {
        zoom: 1;
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100); }
      .section-header-back-mobile:hover:after {
        display: none;
        zoom: 1;
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0); }

  .section-header-actions {
    right: 0; }

  .section-header-action {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px; }

  .section-header-action-cart {
    padding-left: 30px; }
    .section-header-action-cart:after {
      width: 20px;
      background-size: contain;
      left: 0;
      top: 6px; }

  .section-image {
    display: block;
    max-width: 100%;
    margin: 15px auto 10px; } }
.panel {
  position: relative; }
  .panel h3 {
    margin-top: 0;
    margin-bottom: 0; }

.panel-legend,
.panel-progress {
  height: 60px;
  background: #ff5500;
  color: #fff;
  font-size: 24px;
  font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  line-height: 60px;
  padding: 0 20px;
  font-weight: normal;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.panel-progress {
  display: none;
  padding-left: 0;
  padding-right: 0; }

.panel-progress-step {
  position: relative;
  display: block;
  width: 200px;
  color: #fff;
  background: #ffaa7f;
  overflow: hidden;
  float: left;
  padding: 0 20px; }
  .panel-progress-step:before, .panel-progress-step:after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0; }
  .panel-progress-step:before {
    width: 33px;
    background: transparent url('https://static1.runsocial.com/2015/images/form-progress-step-background.1d6452c8ffe0.png?1d6452c8ffe0') no-repeat right 0;
    right: 0; }
  .panel-progress-step:after {
    display: none;
    width: 24px;
    right: 30px;
    background: transparent url('https://static1.runsocial.com/2015/images/panel-progress-step-check.61fd01a91505.png?61fd01a91505') no-repeat center center; }
  .panel-progress-step:first-child {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0; }
  .panel-progress-step:last-child {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0; }
    .panel-progress-step:last-child:before {
      display: none; }
  .panel-progress-step.active {
    color: #fff;
    background-color: #ff5500; }
    .panel-progress-step.active:before {
      background-position: right -60px; }
  .panel-progress-step:hover {
    color: #fff; }
  .panel-progress-step.completed {
    background: #ff5500 url('https://static1.runsocial.com/2015/images/panel-progress-step-completed-background.9da64728a570.png?9da64728a570') repeat-x 0 0; }
    .panel-progress-step.completed:before {
      background-position: right -120px; }
    .panel-progress-step.completed:after {
      display: block; }
  .panel-progress-step.post-completed:before {
    background-position: right -180px; }

.panel-tab {
  display: block;
  position: relative;
  width: 450px;
  margin: 0 10px 20px;
  height: 80px;
  line-height: 80px;
  font: normal 24px/80px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  color: #fff;
  text-align: center;
  float: left;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #c0c0c0 url('https://static1.runsocial.com/2015/images/panel-tab-background.c80266a65d34.png?c80266a65d34') repeat-x center 0;
  -webkit-transition: none 0.1s ease-out;
  -moz-transition: none 0.1s ease-out;
  -o-transition: none 0.1s ease-out;
  -ms-transition: none 0.1s ease-out;
  transition: none 0.1s ease-out; }
  .panel-tab:hover, .panel-tab.open {
    background-position: 0 -80px;
    background-color: #ff5500;
    color: #fff;
    text-decoration: none; }

.panel-tab-section {
  display: none; }

@media only screen and (max-width: 960px) {
  .panel-legend,
  .panel-progress {
    height: 40px;
    line-height: 40px;
    font-size: 16px; }

  .panel-progress-step {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px; }
    .panel-progress-step:before {
      height: 40px;
      background-size: 14px 160px; }
    .panel-progress-step.active:before {
      background-position: right -40px; }
    .panel-progress-step.completed:before {
      background-position: right -80px; }
    .panel-progress-step.post-completed:before {
      background-position: right -120px; }
    .panel-progress-step:after, .panel-progress-step.completed:after, .panel-progress-step.post-completed:after {
      display: none; }
    .panel-progress-step.completed, .panel-progress-step.post-completed {
      background-size: contain; }

  .panel-tab {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 42.3%;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    margin-top: 20px; } }
#lightbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: #fff url('https://static1.runsocial.com/2015/images/background.4232b2ce97ae.png?4232b2ce97ae') repeat; }
  #lightbox .lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #lightbox .lightbox-content {
    text-align: center;
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding: 90px 0;
    z-index: 100009; }
    @media only screen and (max-width: 960px) {
        #lightbox .lightbox-content {
          width: 100%;
        }
    }
    #lightbox .lightbox-content .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0; 
        overflow: hidden;    
    }
    @media screen and (orientation:landscape) and (max-width: 960px){
        #lightbox .lightbox-content {
            padding: 5% 0;
        }
        #lightbox .lightbox-content .video-container {
            margin: 0 auto;
            padding-bottom: 46.25%;
            width: 85%;
        }
    }
    #lightbox .lightbox-content .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
  #lightbox .lightbox-close {
    display: block;
    position: absolute;
    right: 12px;
    top: 30px;
    height: 29px;
    width: 29px;
    background: transparent url('https://static1.runsocial.com/2015/images/expansion-close.e815761bde22.png?e815761bde22') no-repeat center top; }
    #lightbox .lightbox-close:hover {
      background-position: 0 -29px; }

#masthead {
  position: relative;
  background: #ccc none no-repeat center top;
  height: 520px;
  padding-top: 80px; }
  /*.page-home #masthead {
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-home.122645191ef3.jpg?122645191ef3'); }
    */
  .page-home-tim #masthead{
      background-image: url('https://static1.runsocial.com/2015/images/masthead-background-home-tim.446067d978ae.png?446067d978ae'); }
  .page-tim #masthead {
      background-image: url('https://static1.runsocial.com/2015/images/masthead-background-tim-2.6b5cab545420.png?6b5cab545420'); 
      }
  .page-tim-space #masthead {
      background-image: url('https://static1.runsocial.com/2015/images/masthead-background-tim.e41a350e278d.png?e41a350e278d'); }

  .page-how #masthead {
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-how.7a19d002e227.jpg?7a19d002e227'); }
  .page-routes #masthead {
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-routes.4c7f7156827a.jpg?4c7f7156827a'); }
  .page-gear #masthead {
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-gear.7dde0cbb85f2.jpg?7dde0cbb85f2'); }
  .page-prague #masthead {
      background-image: url('https://static1.runsocial.com/2015/images/masthead-background-prague.cdb9cdde1fdf.png?cdb9cdde1fdf'); }
  .page-prague-home #masthead {
      background-image: url('https://static1.runsocial.com/2015/images/masthead-background-prague-home.feda992c9a6e.png?feda992c9a6e'); }

  .page-home #masthead .item{
    height: 800px;
    width: 100%;
    background: #ccc none no-repeat scroll center top;
    }

  .page-home #masthead .item.slide1{
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-home-slide1.2bee7e3be30b.jpg?2bee7e3be30b'); 
    }
  .page-home #masthead .item.slide2{
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-home-slide2.f2135d8b8e27.jpg?f2135d8b8e27'); 
    }
  .page-home #masthead .item.slide3{
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-home-slide3.78fec3893e85.jpg?78fec3893e85'); 
    }
  .page-home .item.slide1 .video-button,
  .page-home .item.slide2 .video-button
   {
      background-image: url('https://static1.runsocial.com/2015/images/home/video-button.064379a0fd15.png?064379a0fd15');
      box-shadow: none;
      width: 156px;
      height: 91px;}
    @media only screen and (max-width: 960px) {
      .page-home .item.slide1 .video-button,
      .page-home .item.slide2 .video-button
        {
            height: 36px;
            width: 65px;
            font-size: 17px;
            line-height: 36px; }
    }


  .page-events #masthead {
    padding-top: 0;    
  }
  .page-events #masthead .cycle-slideshow .wrap,
  .page-home #masthead .cycle-slideshow .wrap {
    padding-top: 80px;    
  }
  @media only screen and (max-width: 960px) {
    .page-events #masthead .cycle-slideshow .wrap,
    .page-home #masthead .cycle-slideshow .wrap {
      padding-top: 36px;    
    }
  }



  .page-events #masthead .masthead-bar {
    z-index: 999;    
  }
  .page-events #masthead .cycle-slideshow,
  .page-home #masthead .cycle-slideshow {
    width: 100%;    
  }
  .page-events #masthead .item{
    height: 520px;
    width: 100%;
    background: #ccc none no-repeat scroll center top;
    }
  .page-events #masthead .item.slide1{
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-events-slide1.1596126144fd.png?1596126144fd'); 
    }
  .page-events #masthead .item.slide2{
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-events-slide2.2a8beb0d0e05.png?2a8beb0d0e05'); 
    }
  .page-events #masthead .item.slide3{
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-events-slide3.728bd502bc2d.png?728bd502bc2d'); 
    }

  .page-events #masthead .item.london{
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-events-london.0b1fdc63ed9d.png?0b1fdc63ed9d'); 
    }
  .page-events #masthead .item.prague{
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-events.1bdd2bb0d2f2.png?1bdd2bb0d2f2'); 
    }

  .page-interior #masthead {
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-interior.fd6832887579.jpg?fd6832887579'); }
  .page-interior #masthead.about {
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-about.38d3c89ae0a7.jpg?38d3c89ae0a7'); }
  .page-interior #masthead.news {
    background-image: url('https://static1.runsocial.com/2015/images/masthead-background-news.44b687ca36e4.jpg?44b687ca36e4'); }
  .page-about-events #masthead{
      background-image: url('https://static1.runsocial.com/2015/images/about_events/masthead-background-about-events.8943a863bbe5.png?8943a863bbe5');}

  #masthead h1 {
  /*  font: normal 60px/52px "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;*/
    margin-top: 0;
    margin-bottom: 6px; }
  .page-home #masthead {
    height: 800px;
    padding-top: 0px; }
/*  .page-home #masthead h1 {
    font-size: 72px;
    line-height: 66px; }
    */
  .page-about-events #masthead h1 {
      font: normal 60px/52px "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
      color: #FFF;}
  .page-about-events #masthead h1 strong{
      color: #FFF;}
  .page-about-events #masthead h1 strong.color-orange{
      color: #FF5500;}
  .page-about-events .more-detail {
      font-size: 24px;
      padding: 10px 0;
      border-bottom: 1px solid #ececec;}
  @media only screen and (max-width: 960px) {
      .page-about-events .more-detail {
        font-size: 20px;}
  }

  .page-about-events #masthead h4{
      font-family: "Helvetica Neue Light Condensed";
      color: #FFF;}
  .page-home-tim #masthead h1,
  .page-prague #masthead h1,

   {
    text-transform: none;
    display: inline;
    font-size: 50px;
    line-height: 54px; }
    .page-home-tim #masthead h1 span,
    .page-prague #masthead h1 span{
        padding: 2px 0;
        opacity: 0.9;
        display: inline-block;
        background-color:#fff;}
    .page-prague #masthead h1 span.small{
        font-size: 80%;
        padding: 0;
    }

  .page-home-tim #masthead h2,
  .page-prague #masthead h2
   {
      margin-top: 15px;}
  .page-home-tim #masthead h2 span,
  .page-prague #masthead h2 span
  {
    color: #ff5500;
    background-color:#fff;
    padding: 0 10px;
   }

  .page-home-tim .logos {
     padding: 10px 0 20px 0;}
  .page-home-tim .logos a img{
      display: inline;}

  .page-prague .logos {
     padding: 10px 0 20px 0;}
  .page-prague .logos .runczech {
      display: inline-block;
      background-color: #fff;
      opacity: 0.9;
      }
  .page-prague .logos a img{
      display: inline;}

  @media only screen and (max-width: 960px) {
      .page-home-tim .logos {
          padding: 0;}
      .page-home-tim .logos img {
          height:40px;}
      .page-prague .logos img,
      .page-prague .logos .runczech {
          height:40px;}

  }
  .page-interior #masthead {
    height: 420px; }
    .page-interior #masthead h1 {
      margin-right: 420px; }
  .page-how #masthead h1 strong, .page-routes #masthead h1 strong {
    color: #fff; }
  .page-gear #masthead h1, .page-events #masthead h1 {
    color: #fff; 
    text-transform: none;
    display: inline;
    font-size: 50px;
    line-height: 54px; }
    .page-events #masthead h1 {
        color: #333;}

  @media only screen and (max-width: 960px) {
    #masthead {
      height: 284px;
      padding-top: 36px;
      background-size: cover; }
      .page-events #masthead .item{
        height: 284px;
        width: 100%;
        background-size: cover;
      }

      #masthead h1,
      .page-about-events #masthead h1 {
        font-size: 30px;
        line-height: 26px; }
      #masthead .video-button {
        margin-top: 10px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        #masthead .video-button:after, #masthead .video-button:before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        #masthead .video-button:after {
          height: 0;
          width: 0;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 5px solid #fff;
          margin: -5px 0 0 -1px;
          zoom: 1;
          opacity: 0.85;
          -moz-opacity: 0.85;
          -khtml-opacity: 0.85;
          -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
          filter: alpha(opacity=85);
          -webkit-transition: 0.26s 0.1s ease-out;
          -moz-transition: 0.26s 0.1s ease-out;
          -o-transition: 0.26s 0.1s ease-out;
          -ms-transition: 0.26s 0.1s ease-out;
          transition: 0.26s 0.1s ease-out; }
        #masthead .video-button:before {
          border: 3px solid #fff;
          margin: -13px 0 0 -13px;
          height: 26px;
          width: 26px;
          border-width: 2px;
          background: #333;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          border-radius: 100%;
          zoom: 1;
          opacity: 0.85;
          -moz-opacity: 0.85;
          -khtml-opacity: 0.85;
          -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
          filter: alpha(opacity=85);
          -webkit-transition: 0.26s 0.1s ease-out;
          -moz-transition: 0.26s 0.1s ease-out;
          -o-transition: 0.26s 0.1s ease-out;
          -ms-transition: 0.26s 0.1s ease-out;
          transition: 0.26s 0.1s ease-out; }
        #masthead .video-button:hover:after {
          border-color: transparent #ff5500 transparent;
          zoom: 1;
          opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1;
          -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          filter: alpha(opacity=100); }
        #masthead .video-button:hover:before {
          border-color: #ff5500;
          background: #fff;
          zoom: 1;
          opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1;
          -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          filter: alpha(opacity=100); }
      .page-home #masthead,
      .page-home #masthead .item {
        height: 284px;
        /*padding-top: 36px;*/
        padding-top: 0;
        background-size: cover;
        background-position: 40% center; }
        .page-home #masthead h1,
        .page-gear #masthead h1,
        .page-events #masthead h1 {
          font-size: 32px;
          line-height: 28px;
          margin-bottom: 10px; }
        .page-home-tim #masthead h1 {
            font-size: 28px;
            line-height:28px;}
      .page-prague #masthead h1 {
            font-size: 28px;
            line-height:28px;}
      .page-interior #masthead {
        background-position: center bottom;
        height: 156px; }
        .page-interior #masthead h1 {
          margin-right: 115px; } }

.masthead-app {
  position: absolute;
  right: 0;
  top: -6px;
  font: normal 32px/40px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  text-transform: uppercase;
  text-align: center; }
  .page-home .masthead-app {
      position: relative;
      text-align: left;
      top: 12px;
      margin-bottom: 12px;
      }
 .page-home-tim .masthead-app,
 .page-prague .masthead-app
 {
     font: normal 18px/40px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
     position:relative;
     text-align:left;
     }
 .page-home-tim .masthead-bar .masthead-app,
 .page-prague .masthead-bar .masthead-app{
    width: 100%;
    position:absolute;}
 .page-home-tim .masthead-bar .masthead-app-text,
 .page-prague .masthead-bar .masthead-app-text{

     float:left;}
 .page-home-tim .masthead-bar .masthead-app-buttons,
 .page-prague .masthead-bar .masthead-app-buttons{
     float:right;}

 .page-prague-home .masthead-app{
     color: #fff;
     top: 16px;}

.masthead-app-button {
  display: inline-block;
  vertical-align: top; }
  .ie-7 .masthead-app-button {
    display: inline; }
  .masthead-app-button:hover {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }

@media only screen and (max-width: 960px) {
  .masthead-app {
    right: auto;
    left: 0;
    top: 206px; }
  .page-home .masthead-app {
      top:0;}
  .page-home-tim .masthead-app{
      
      top:0}

  .masthead-app-text {
    font-size: 17px;
    line-height: 21px; }

  .masthead-app-button img {
    width: auto;
    height: 40px; } }

.masthead-bar, .masthead-bar-above {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 80px; }
  .masthead-bar .video-button,
  .masthead-bar-above .video-button,
  .masthead-bar .masthead-app {
    color: #fff;
    font-size: 30px;
    top: 15px; }
  .masthead-bar .video-button{
    color: #fff;
    left: 0;
    width: 90px;
    height: 50px;
    background-size: 90px 50px; }
  .masthead-bar .video-button-text {
    width: 230px;
    left: 103px;
    bottom: 4px;
    text-align: left; }
  .page-routes .masthead-bar .video-button-text {
      bottom: 16px;
      width: 180px;
  }

  .masthead-bar .masthead-app-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px; }
    .ie-7 .masthead-bar .masthead-app-text {
      display: inline; }
  .masthead-bar .button-buy {
    position: absolute;
    top: 25px; }
  @media only screen and (max-width: 960px) {
    .masthead-bar, .masthead-bar-above {
      height: 52px; }
      .masthead-bar-above .video-button-text {
          color: #fff;
          font-size: 17px;
      }
      .masthead-bar .masthead-app-text {
        margin-top: 0;
        font-size: 20px; }
      .page-home-tim .masthead-bar .masthead-app-text,
      .page-prague .masthead-bar .masthead-app-text {
          font-size: 14px;}
      .masthead-bar .masthead-app-button {
        margin-top: -5px; } }

.masthead-bar-above {
    background: none;
    z-index: 999;
    bottom: 80px;}

.masthead-giant-icon {
  position: absolute;
  top: -40px;
  right: 0; }
  @media only screen and (max-width: 960px) {
    .masthead-giant-icon {
      width: 103px;
      top: 0; } }

#footer {
  position: relative;
  background: #eee;
  padding: 23px 0;
  margin-top: 100px; }
  .page-home #footer {
      margin-top: -23px;}
  #footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  #footer p {
    font-size: 14px;
    color: #333;
    margin: 0; }
  #footer .footer-links {
    position: absolute;
    right: 0;
    top: 0; }
    #footer .footer-links a {
      color: #333;
      text-decoration: none;
      font-family: "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif; }
      #footer .footer-links a:hover {
        color: #ff5500;
        text-decoration: underline; }
  @media only screen and (max-width: 960px) {
    #footer {
      margin-top: 0; }
      #footer.fixed {
        position: relative;
        left: auto;
        bottom: auto;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
      #footer .footer-links {
        position: relative;
        top: auto;
        right: auto; } }

.home-logos {
  padding: 50px 0 80px; }
  .home-logos .home-logo-links {
    margin-left: -57px; }
  .home-logos a {
    display: inline-block;
    vertical-align: top;
    margin-top: 26px;
    padding-left: 57px; }
    .ie-7 .home-logos a {
      display: inline; }
    .home-logos a img {
      display: inline-block;
      vertical-align: top;
      vertical-align: middle; }
      .ie-7 .home-logos a img {
        display: inline; }
  @media only screen and (max-width: 960px) {
    .home-logos {
      padding: 15px 0 30px;
      overflow: hidden; }
      .home-logos .column-full {
        width: 940px; }
      .home-logos .home-logo-links {
        margin-left: -15px; }
      .home-logos a {
        margin-top: 14px;
        padding-left: 15px;
        width: 86px; }
        .home-logos a img {
          width: 100%; } }

.how-box {
  padding: 15px 20px;
  height: 200px;
  background: #ccc none no-repeat center center;
  background: rgba(204, 204, 204, 0.15) none no-repeat center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .how-box h4 {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    padding: 6px 0 4px 4px; }
    .ie-7 .how-box h4 {
      display: inline; }
  .how-box img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -7px; }
  .how-box:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ccc;
    position: absolute;
    top: 100px;
    right: -14px; }
  .how-box:last-child:after {
    display: none; }
  .page-about-events .how-box:after {
      display: none;}
  .page-about-events .how-box img{
      top: 0;
      padding-top: 15px;
      }
  .page-about-events .how-box h4 {
      width: 100%;
      padding: 15px 0;
      text-align: center;
      color: #FF5500;}

.how-box-number {
  font: normal 48px/48px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  color: #ff5500;
  display: inline-block;
  vertical-align: top;
  width: 33px;
  text-align: left; }
  .ie-7 .how-box-number {
    display: inline; }

.how-box:first-child .how-box-number {
  letter-spacing: -5px; }

.how-box-check {
  background-image: url('https://static1.runsocial.com/2015/images/how/how-box-check-background.114fba534a59.png?114fba534a59');
  background-position: center 40px;
  text-align: center;
  font: normal 24px/30px "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  padding-top: 120px; }

@media only screen and (max-width: 960px) {
  .how-box {
    margin: 12px 0; }
    .how-box h4 {
      font-size: 16px; }
    .how-box:after {
      display: none; }

  .section-image-treadtracker {
    margin-top: -40px; } }
.route-box {
  position: relative; }
  .route-box .column-4 {
    height: 100%; }
  .route-box h4 {
    margin-top: 0; }
  .route-box .cycle-slideshow a.item {
    display: none; }
  .route-box .cycle-slideshow a.item.first {
    display: block; }

.route-box-main-image {
  display: block;
  width: 620px;
  height: 400px;
  background: #ccc;
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100); }

.route-box-thumbs {
  position: absolute;
  bottom: 0;
  right: -320px;
  width: 310px; }

.route-box-thumb {
  display: block;
  float: left;
  margin: 8px 0 0 9px;
  zoom: 1;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: 0.26s 0.1s ease-out;
  -moz-transition: 0.26s 0.1s ease-out;
  -o-transition: 0.26s 0.1s ease-out;
  -ms-transition: 0.26s 0.1s ease-out;
  transition: 0.26s 0.1s ease-out;
  overflow: hidden;
  background: #666; }
  .route-box-thumb img {
    display: block;
    width: 52px;
    height: 35px; }
  .route-box-thumb:hover, .route-box-thumb.cycle-pager-active {
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }

@media only screen and (max-width: 960px) {
  .route-box h3 {
    margin-top: 10px;
    margin-bottom: 0; }

  .route-box-main-image {
    height: auto;
    width: 100%; }

  .route-box-thumbs {
    display: none; } }
.page-gear #content h1, .page-gear #content h2, .page-gear #content h3, .page-gear #content h4, .page-gear #content h5, .page-gear #content p, .page-gear #content a {
  z-index: 1; }

.gear-anchor-name img {
  margin: 30px 0 -10px; }
.gear-anchor-name:hover img {
  zoom: 1;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100); }

.gear-treadtracker-large,
.gear-padgrip-large {
  position: relative;
  display: block;
  top: -150px;
  margin: 0 auto -150px;
  z-index: 0; }

.gear-padgrip-large {
  top: -100px;
  margin-bottom: -100px; }

.gear-cycle {
  position: relative; }

.gear-cycle-pager {
  position: relative;
  padding-top: 20px;
  text-align: center;
  z-index: 9999; }
  .gear-cycle-pager a {
    display: inline-block;
    vertical-align: top;
    background: #ccc;
    height: 12px;
    width: 12px;
    z-index: 9999;
    margin: 0 4px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
    .ie-7 .gear-cycle-pager a {
      display: inline; }
    .gear-cycle-pager a:hover {
      background: #ff5500; }
  .gear-cycle-pager .cycle-pager-active {
    background: #ff5500;
    border: 3px solid #ccc;
    margin: -3px 1px 0; }

.gear-cycle-arrow {
  display: block;
  position: absolute;
  top: 250px;
  height: 37px;
  width: 21px;
  z-index: 9999;
  background: transparent url('https://static1.runsocial.com/2015/images/gear/gear-cycle-arrow.115099488423.png?115099488423') no-repeat left top; }

.gear-cycle-arrow-left {
  left: 30px;
  background-position: left top; }
  .gear-cycle-arrow-left:hover {
    background-position: right top; }

.gear-cycle-arrow-right {
  right: 30px;
  background-position: left bottom; }
  .gear-cycle-arrow-right:hover {
    background-position: right bottom; }

@media only screen and (max-width: 960px) {
  .gear-treadtracker-large,
  .gear-padgrip-large {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    margin-bottom: 0; }

  .cycle-slide {
    display: block;
    width: 100%; }
  .cycle-slide img {
    display: block;
    width: 100%; }
  .masthead-app-button img {
      width: auto;}


  .gear-cycle-arrow {
    display: none; }

  .gear-cycle-pager a {
    height: 15px;
    width: 15px; } }
.faq-link {
  font-family: "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif; }
  .faq-link.current {
    font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif; }

.faq-list {
  list-style-type: none;
  margin-left: 0; }
  .faq-list li {
    position: relative;
    list-style-type: none;
    padding-left: 15px;
    font: normal 18px/24px "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
    color: #666; }
    .faq-list li:before {
      content: '»';
      display: block;
      position: absolute;
      top: -1px;
      left: 0;
      color: #ff5500;
      font: normal 1.3em/24px "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif; }

#myrun-graph {
  padding: 60px 0 50px; }

.myrun-graph-container {
  width: 780px;
  margin: 20px auto; }

.myrun-graph-button-left,
.myrun-graph-button-right {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 39px;
  width: 22px;
  background: transparent none no-repeat 0 0; }
  .myrun-graph-button-left:hover,
  .myrun-graph-button-right:hover {
    background-position: -22px 0; }

.myrun-graph-button-left {
  left: 0;
  background-image: url('https://static1.runsocial.com/2015/images/myrun/myrun-graph-button-left.0035157f5915.png?0035157f5915'); }

.myrun-graph-button-right {
  right: 0;
  background-image: url('https://static1.runsocial.com/2015/images/myrun/myrun-graph-button-right.35f572202aab.png?35f572202aab'); }

.myrun-graph-box {
  text-align: center;
  margin-top: 31px; }

.myrun-graph-heading,
.myrun-graph-number {
  display: inline-block;
  vertical-align: top;
  color: #666;
  font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif; }
  .ie-7 .myrun-graph-heading, .ie-7
  .myrun-graph-number {
    display: inline; }

.myrun-graph-heading {
  font-size: 14px;
  line-height: 16px;
  font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  padding: 0;
  margin: 4px 5px 0 0; }
  .myrun-graph-heading img {
    display: block;
    margin: 4px auto; }

.myrun-graph-number {
  font-size: 57px;
  line-height: 53px;
  letter-spacing: -1px; }
  .myrun-graph-number small {
    font-size: 29px;
    margin-left: 3px; }

.myrun-graph-box-distance {
  margin-top: 0; }
  .myrun-graph-box-distance .myrun-graph-heading {
    display: block;
    text-align: left;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 22px; }
  .myrun-graph-box-distance .myrun-graph-number {
    font-size: 76px;
    line-height: 60px;
    letter-spacing: -3px; }
    .myrun-graph-box-distance .myrun-graph-number small {
      font-size: 44px;
      letter-spacing: -1px; }

.myrun-graph-tabs {
  width: 100%;
  margin: 40px 0 20px;
  text-align: center; }

.myrun-graph-tab {
  padding: 10px 38px;
  font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
  color: #666;
  font-size: 16px; }
  .myrun-graph-tab:hover, .myrun-graph-tab.current {
    color: #ff5500;
    text-decoration: none; }
  .myrun-graph-tab.current {
    background: transparent url('https://static1.runsocial.com/2015/images/myrun/myrun-graph-tab-caret.27d39360e368.png?27d39360e368') no-repeat center top; }

.myrun-user {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 55px; }

.myrun-user-section {
  display: inline-block;
  vertical-align: top;
  font: normal 18px/36px "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
  color: #333;
  border-right: 1px solid #ddd;
  padding: 0 20px 0 17px; }
  .ie-7 .myrun-user-section {
    display: inline; }
  .myrun-user-section:last-child {
    border-right: none; }

.myrun-user-image {
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px; }
  .ie-7 .myrun-user-image {
    display: inline; }

.myrun-user-sections-right {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right; }

.myrun-user-share {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  width: 36px;
  padding: 0 4px 0 1px;
  border-right: 1px solid #ddd; }
  .ie-7 .myrun-user-share {
    display: inline; }
  .myrun-user-share:before {
    position: relative;
    top: 50%;
    content: '';
    display: block;
    margin: 0 auto;
    background: transparent none no-repeat center top; }
  .myrun-user-share:hover:before {
    background-position: 0 100%; }

.myrun-user-share-facebook:before {
  height: 18px;
  width: 10px;
  margin-top: -9px;
  background-image: url('https://static1.runsocial.com/2015/images/myrun/myrun-user-share-facebook.1818e072b6d1.png?1818e072b6d1'); }

.myrun-user-share-twitter:before {
  height: 14px;
  width: 17px;
  margin-top: -7px;
  background-image: url('https://static1.runsocial.com/2015/images/myrun/myrun-user-share-twitter.640f06ec266b.png?640f06ec266b'); }

.myrun-user-share-email:before {
  height: 17px;
  width: 22px;
  margin-top: -9px;
  background-image: url('https://static1.runsocial.com/2015/images/myrun/myrun-user-share-email.1b769c2383ce.png?1b769c2383ce'); }

.myrun-route-image {
  display: block;
  width: 100%; }

.myrun-stats {
  border: none;
  width: 100%; }
  .myrun-stats tr, .myrun-stats td {
    background: #eeedeb;
    background: rgba(0, 0, 0, 0.05);
    height: 97px;
    padding: 0 20px;
    font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif;
    vertical-align: middle; }
  .myrun-stats tr {
    border-bottom: 3px solid #fff; }

.myrun-stats-heading {
  font-size: 16px;
  color: #333; }
  .myrun-stats-heading img {
    position: relative;
    top: 4px;
    margin-right: 8px; }

.myrun-stats-value {
  font-size: 48px;
  color: #666; }
  .myrun-stats-value small {
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 2px;
    line-height: 10px; }

.section-image img {
  display: block;
  height: auto;
  width: 100%;
  border: none; }

.section-header-action:hover {
  color: #fff;
  text-decoration: underline; }

.page-signup-events {
  background: url('https://static1.runsocial.com/2015/images/signup-events/signup-events-background.2ac21145252b.jpg?2ac21145252b') no-repeat center top;
  background-attachment: fixed; }
  .page-signup-events .panel {
    background: #fff; 
    }
  .page-signup-events #panel0 .button-submit {
    margin-top: 27px;
    width: 278px; }
    @media only screen and (max-width: 960px) {
      .page-signup-events #panel0 .button-submit {
        margin-top: 10px;
        width: 100%; } }
  .page-signup-events #panel1 {
    padding-bottom: 50px; }
  .page-signup-events #footer {
    background: #fff; }
  @media only screen and (max-width: 960px) {
    .page-signup-events #panel2 .form-actions .button {
      float: none;
      /*width: 100%;*/
      margin-bottom: 10px; } }

.signup-events-table {
  display: block;
  margin: 25px 10px 20px; }
  .signup-events-table th {
    text-align: left;
    font-family: "Helvetica Neue Bold Condensed", Arial Narrow, Verdana, sans-serif; }
  .signup-events-table th, .signup-events-table td {
    border-bottom: 1px solid #dfdfdf; }
  .signup-events-table td {
    padding: 8px 20px 8px 0; }
    .signup-events-table td:last-child {
      text-align: right;
      padding-right: 0; }
  @media only screen and (max-width: 960px) {
    .signup-events-table {
      margin-left: 0;
      margin-right: 0; }
      .signup-events-table td, .signup-events-table th {
        font-size: 12px;
        line-height: 16px;
        padding-right: 0; }
        .signup-events-table td:last-child, .signup-events-table th:last-child {
          width: 60px !important; } }

.signup-events-new-button {
  float: right;
  margin-right: 10px; }

.signup-events-delete-button {
  color: #333; }
  .signup-events-delete-button:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    background: transparent url('https://static1.runsocial.com/2015/images/signup-events/signup-events-delete-button.aafb260afcec.png?aafb260afcec') no-repeat center top; }
  .signup-events-delete-button:hover {
    color: #ff5500;
    text-decoration: none; }
    .signup-events-delete-button:hover:after {
      background-position: center bottom; }

.signup-events-add-team {
  float: left; }

.signup-events-delete-team {
  float: right;
  margin: 53px 20px 0 0; }

.signup-events-team-fields {
  position: relative; }

@media only screen and (max-width: 960px) {
  .signup-events-new-button {
    margin-right: 0; }

  .signup-events-delete-button-text {
    display: none; }

  .signup-events-delete-team {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    margin: 0; }

  .signup-events-team-fields {
    padding-top: 20px; } }
.clear {
  clear: both; }

.page-home-tim .cycle-slideshow {
    margin-top:12px;}
.page-home-tim .cycle-slideshow a.item {
    display:none;}
.page-home-tim .cycle-slideshow-pager {
}

.page-home-tim .cycle-slideshow-pager a{
    display: block;
    float: left;
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    margin-right:20px;
    margin-top:20px}
.page-home-tim .cycle-slideshow-pager a.cycle-pager-active,
.page-home-tim .cycle-slideshow-pager a:hover{
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;}

.page-home-tim .cycle-slideshow-pager a.last{
    margin-right:0;}

.page-home-tim .grid,
.page-prague .grid
 {
    margin: 0 auto;
    margin-top:30px;   
    max-width: 480px;
}
.page-prague .grid
 {
    margin-top:10px;   
}

.page-home-tim .grid img
 {
    float:left;
    margin:10px 20px 10px 0;}

.page-prague .grid img
 {
    float:left;
    margin:10px 30px 10px 20px;}

.page-home-tim .grid img.last,
.page-prague .grid img.last
{
    margin-right:0;}    

.page-home-tim h3 img{
    margin-right:20px;
    float:left;}
.page-home-tim .virgin-money ul {
    margin-top:90px;}
@media only screen and (max-width: 960px) {
    .page-home-tim .virgin-money ul {
        margin-top:20px;}
    .page-home-tim .grid img.last{
        margin-right:20px;}
    .page-prague .grid img {
        float: none;
        margin: 10px auto;}
    .page-prague .grid img.last {
        margin: 10px auto;}
}

.page-tim .event-info,
.page-prague .event-info {
    padding-top: 30px;    
}
.page-tim .event-info img,
.page-prague .event-info img
 {
    float: left;
    margin-right: 10px;
    margin-top:0px;
}
.page-tim .event-info h2,
.page-prague .event-info h2,
.page-tim .event-info h3,
.page-prague .event-info h3 {

    margin: 0;    
}
.page-tim .event-info h3,
.page-prague .event-info h3
{
    font-size: 26px;
    line-height: 26px;
    }
.page-tim .event-info .route {
    float: left;
    width: 80%;
        }
.page-tim .event-info a.button {
    display: inline-block;
    float: right;    
    padding: 16px 30px;
}
.page-prague .event-info .route {
    float: left;
    width: 60%;
        }
.page-prague .event-info a.button {
    display: inline-block;
    float: right;    
    padding: 16px 30px;
    margin: 10px;
}
.page-prague .event-info a.button.smaller {
    padding: 16px 15px;
}
.page-prague .section-image-wrap img{
    display: inline-block;
    float: left;
}
.page-prague .section-image-wrap img.gps {
    height: 160px;}
.page-prague .section-image-wrap img.polar {
    margin-left: 70px;}

.page-prague .join-button{
    min-height: 40px;    
}
.page-tim .clocks,
.page-prague .clocks
 {
    min-height: 50px;        
    padding-bottom: 20px;
}
.page-tim .clocks .item,
.page-prague .clocks .item
 {
    width: 200px;    
}
@media only screen and (max-width: 960px) {
    .page-tim .event-info,
    .page-prague .event-info{
        margin: 0 auto;
        padding-bottom:20px;
        text-align:center;
        width: 80%;}
    .page-tim .event-info .item,
    .page-prague .event-info .item
     {
    margin-bottom: 10px;}
    .page-tim .event-info h3,
    .page-prague .event-info h3
     {
      font-size: 16px;
      line-height:16px;}
    .page-tim .join-button {
        width: 80%;
        margin:0 auto;
        padding-bottom: 20px;
    }
    .page-prague .section-image-wrap .inner{
        width: 80%;
        margin: 0 auto;}
}
/*# sourceMappingURL=layout.css.map */

/* Pop up Msg Box*/
.message_block {
    width: 620px;
    border:1px solid #ccc;
    margin: 0 auto;    
    padding: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
    min-height: 300px;
    text-align: center;
    /* Safari, Chrome */
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
}
ul.messages li {
    color: #FFF;
    display: block;
    margin: 0 0 10px;
    padding: 4px 5px 4px 25px;
    /* Safari, Chrome */
	border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    /* Firefox */
    -webkit-border-radius: 4px;
}
ul.messages li.error {
    background-color: #FF0000;
}
ul.messages li.warning {
    background-color: #FFFFCC;    
    color: #666;
}
ul.messages li.info {
    background-color: #94DA3A;    
}

#msg_mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 9999998;
}

#messages {
    min-width: 480px;
    min-height: 200px;
    padding: 10px;
    background-color: #F2F5F8;
    display: table;
}
#msgbox_wrapper span.msg_close {
    background: url('https://static1.runsocial.com/images/login_register_sprites.66038935676c.png?66038935676c') 0 0 no-repeat;
    width: 32px;
    height: 32px;
	float: right;
    margin: -28px -28px 0 0;
    cursor: pointer;
}

.msgbox-popup {
    display: none;
    background: #F2F5F8;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
    -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px;
    /* Firefox */
    -webkit-border-radius: 10px;
    /* Safari, Chrome */;
    behavior: url('/static/PIE/PIE.3b8fed93f46e.htc');
    min-width: 520px;

}
.msgbox-popup .messages{
    color: #234F32;
    min-height: 100px;
    margin-left: 20px;
    margin-top: 20px;
}

.page-common #masthead {
   height: 80px;  
   background: none;
}
.page-common .content {
    margin-top: 80px;
    }
  form input[type="text"],
  form input[type="email"],
  form input[type="password"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    border: 1px solid #dfdfdf;
    font: normal 14px/1.1em "Helvetica Neue Light Condensed", Arial Narrow, Verdana, sans-serif;
    color: #333;
    padding: 8px 13px;
    margin: 0;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
    form input[type="text"]:focus, form input[type="text"]:hover,
    form input[type="email"]:focus, form input[type="email"]:hover,
    form input[type="password"]:focus, form input[type="password"]:hover
     {
      border-color: #b9b9b9; }
    form input[type="text"].error,
    form input[type="email"].error,
    form input[type="password"].error,
    form label.error input[type="text"],
    form label.error input[type="email"],
    form label.error input[type="password"],
    form label.error .chosen-single
     {
      border-color: #ff5500; }
  form input[type="text"],
  form input[type="email"],
  form input[type="password"]
   {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }

.reset_password .button-submit{
    float: right;
}
.reset_password .error-message {
    left: 120px;
    top: 30px;
}
.reset_password .error-message ul li {
    list-style-type:none;    
}
.reset_password input[type="text"],
.reset_password input[type="email"],
.reset_password input[type="password"]{
    width: 334px;
}
.reset_password .label-inner {
    width: 120px;
    float: left;
}

input[type="radio"],
input[type="checkbox"] {
    background-image: url('https://static1.runsocial.com/2015/images/radio.174b609bdffe.png?174b609bdffe'),
    width: 20px;
    height: 20px;     
}

ul.errorlist {
    margin: 0;    
}
ul.errorlist li {
    list-style-type:none;    
}

.page-signup .label-sixth-container.form-label{
    padding-left: 0;    
}
.page-signup .label-sixth-container .label-sixth {
    margin-left: 0;    
}
.label-sixth-container.form-label {
    padding:0;    
}

.label-inline.label-sixth.narrow {
    padding-top: 0;    
}

/*London Signup*/
.hide {
    display: none;    
}
.show {
    display: block;    
}
body .button.button-spot,
body .button.button-remove {

    bottom: 0;
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    right: -60px;
}
img.captcha {
    width: 94px;
    height: 36px;
}

@media only screen and (max-width: 960px) {
    .message_block {
        width: auto;
        margin: 40px 12px; }

    body .button.button-spot,
    body .button.button-remove {
        padding-left: 10px;
        padding-right: 10px;
        width: 40px;
        right: 0;
    } }

.team-member-dragging {
    border: 1px dotted;    
}

.mixpanel-link {
    padding: 10px 0; 
}

.route-video-button {
  background: transparent none;
  width: 100%;
  height: auto;
  z-index: 999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .route-video-button:after, .route-video-button:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .route-video-button:after {
    height: 0;
    width: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
    margin: -13px 0 0 -4px;
    zoom: 1;
    opacity: 0.85;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
  .route-video-button:before {
    border: 3px solid #fff;
    margin: -33px 0 0 -33px;
    height: 66px;
    width: 66px;
    background: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    zoom: 1;
    opacity: 0.85;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
  .route-video-button:hover:after {
    border-color: transparent #ff5500 transparent;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }
  .route-video-button:hover:before {
    border-color: #ff5500;
    background: #fff;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }

.route-video-button-small {
  width: auto;
  height: auto;
  z-index: 999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .route-video-button-small:after, .route-video-button-small:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .route-video-button-small:after {
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #fff;
    margin: -7px 0 0 -2px;
    zoom: 1;
    opacity: 0.85;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
  .route-video-button-small:before {
    border: 3px solid #fff;
    margin: -12px 0 0 -12px;
    height: 24px;
    width: 24px;
    background: #333;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    zoom: 1;
    opacity: 0.85;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    filter: alpha(opacity=85);
    -webkit-transition: 0.26s 0.1s ease-out;
    -moz-transition: 0.26s 0.1s ease-out;
    -o-transition: 0.26s 0.1s ease-out;
    -ms-transition: 0.26s 0.1s ease-out;
    transition: 0.26s 0.1s ease-out; }
  .route-video-button-small:hover:after {
    border-color: transparent #ff5500 transparent;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }
  .route-video-button-small:hover:before {
    border-color: #ff5500;
    background: #fff;
    zoom: 1;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }

.yt-subscribe-button {
    bottom: 0px;
    display: inline-block;
    float: left;
    left: 103px;
    position: relative;}

@media only screen and (max-width: 960px) {
  .yt-subscribe-button {
      bottom: 32px;
      display: inline-block;
      float: left;
      left: 180px;
      position: relative;}}

/*Home event circle*/
.home-event {
  padding: 30px 0 15px;    
}

.home-event-cycle {
  position: relative; }

.home-event-cycle-images {
  width: 960px;    
  height: 200px;
  margin-left: 10px;
}
@media only screen and (max-width: 960px) {
  .home-event-cycle-images {
  width: auto;
  margin-left:0;}
}
.home-event-cycle-images .column-text {
    padding: 10px 20px;    
    position: relative;
    width: auto;
} 
.home-event-cycle-images .column-text h3 {
    margin-bottom: 0;
    line-height: 28px;    
}
@media only screen and (max-width: 960px) {
  .home-event-cycle-images .column-text h3 {
      line-height: 26px;}
}

.home-event-cycle-images .column-text h4 {
    padding: 10px 0;    
}
.home-event-cycle-images .column-text a.image-link {
    position: absolute;
    width: 460px;
    height:200px;
    margin: -10px -20px; 
    display: block;
    z-index: 999;
}
@media only screen and (max-width: 960px) {
.home-event-cycle-images .column-text a.image-link {
    width: 100%;}
}
.home-event-cycle-images .event1 {
   background: url('https://static1.runsocial.com/2015/images/home/promo1.78e63c78dbe8.jpg?78e63c78dbe8') no-repeat left top; 
   height: 200px;
}
.home-event-cycle-images .event2 {
   background: url('https://static1.runsocial.com/2015/images/home/promo2.8c42bf8dc335.jpg?8c42bf8dc335') no-repeat left top; 
   height: 200px;
   }
.home-event-cycle-images .event3 {
   background: url('https://static1.runsocial.com/2015/images/home/promo3.024014fbd460.jpg?024014fbd460') no-repeat left top; 
   height: 200px;
   }
.home-event-cycle-images .event4 {
   background: url('https://static1.runsocial.com/2015/images/home/treadtracker.bb0117b78610.png?bb0117b78610') no-repeat left top; 
   height: 200px;
   }

.home-event-cycle-images .item1 {
   display: block;
}
.home-event-cycle-images .item2 {
   display: none;

   }
.home-event-cycle-images .item3 {
   display: none;

   }
.home-event-cycle-images .item4 {
   display: none;

   }

@media only screen and (max-width: 960px) {
  .home-event-cycle-images .event1,
  .home-event-cycle-images .event2,
  .home-event-cycle-images .event3,
  .home-event-cycle-images .event4 {
    background-size: cover;}
}

.home-event-cycle-images .column{
    height: 200px;
}
.home-event-cycle-images .column a.button{
    padding: 8px 20px;
}
.home-event-cycle-pager {
  position: relative;
  padding-top: 20px;
  text-align: center;
  z-index: 9999; }
  .home-event-cycle-pager a {
    display: inline-block;
    vertical-align: top;
    background: #ccc;
    height: 12px;
    width: 12px;
    z-index: 9999;
    margin: 0 4px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
    .ie-7 .home-event-cycle-pager a {
      display: inline; }
    .home-event-cycle-pager a:hover {
      background: #ff5500; }
  .home-event-cycle-pager .cycle-pager-active {
    background: #ff5500;
    border: 3px solid #ccc;
    margin: -3px 1px 0; }

.home-event-cycle-arrow {
  display: block;
  position: absolute;
  top: 250px;
  height: 37px;
  width: 21px;
  z-index: 9999;
  }

.home-event-cycle-arrow-left {
  left: 30px;
  background-position: left top; }
  .home-event-cycle-arrow-left:hover {
    background-position: right top; }

.home-event-cycle-arrow-right {
  right: 30px;
  background-position: left bottom; }
  .home-event-cycle-arrow-right:hover {
    background-position: right bottom; }

/* Ribbon*/
.ribbon {
      position: absolute;
      left: -5px; top: -5px;
      z-index: 999;
      overflow: hidden;
      width: 75px; height: 75px;
      text-align: right;
}
.route-box .ribbon {
    left: 5px;    
}
@media only screen and (max-width: 960px) {
.route-box .ribbon {
    left: -5px;    
}

}
.ribbon span {
      font-size: 10px;
      font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      line-height: 20px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 100px;
      display: block;
      background: #79A70A;
      background: linear-gradient(#F05000 0%, #FF5500 100%);
      box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
      position: absolute;
      top: 19px; left: -21px;
}
.ribbon span::before {
      content: "";
      position: absolute; left: 0px; top: 100%;
      z-index: -1;
      border-left: 3px solid #FF5500;
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #FF5500;
}
.ribbon span::after {
      content: "";
      position: absolute; right: 0px; top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid #FF5500;
      border-bottom: 3px solid transparent;
      border-top: 3px solid #FF5500;
}

.header-text-white {
    color: #fff;
}
.header-text,
.page-routes #masthead .header-text strong {
    color: #333;    
}

.grey {
    color: #666;
    }
.dark {
    color: #333;}

 .overlay {
    display: none;
    background: #ff550d none repeat scroll 0 0;
    color: #FFF;
    text-align: center;
    opacity: 0.6;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;}
