.h2 {
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase; }

.h4 {
  color: #4e4e4e;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase; }

.boxed-price {
  background: #09f;
  bottom: 2px;
  color: white;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  left: 0;
  padding: 0.25rem 0.5rem;
  position: absolute;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  /* custom */ }

.strike_price,
.strike-price {
  font-weight: 300;
  margin: 0 0.25rem 0 0;
  text-decoration: line-through; }

.shaker {
  -webkit-animation: shake 1s infinite linear;
  -moz-animation: shake 1s infinite linear;
  -o-animation: shake 1s infinite linear;
  animation: shake 1s infinite linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -moz-transform: translate3d(10px, 0, 0); } }
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0); } }
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -o-transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.th-spin, .th-loader, .fa-spinner {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.animated {
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

.button-internal-tools {
  background: #282828;
  color: #fff;
  font-weight: 300; }
  .button-internal-tools:hover {
    background: rgba(229, 229, 229, 0.9);
    color: #282828; }
  .button-internal-tools a {
    color: #fff;
    display: block;
    text-decoration: none; }
    .button-internal-tools a:hover {
      color: #282828; }

.th-btn {
  background: white;
  border-radius: 0;
  clear: none !important;
  float: none !important;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-weight: 500;
  height: auto;
  line-height: 1.5;
  padding: 0; }

.th-btn-formedit {
  color: #282828;
  line-height: 1.1; }
  .th-btn-formedit:hover {
    background: white;
    color: #282828;
    text-decoration: underline; }
  .th-btn-formedit:active {
    color: #09f; }

.user-prompt-dramatic {
  border: solid 1px #a8a8a8;
  color: #282828 !important;
  clear: both;
  display: inline-block;
  line-height: 1.4;
  font-weight: 800;
  margin: 1.5rem auto 0;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -moz-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -ms-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -o-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  /* custom */ }
  .user-prompt-dramatic:hover {
    background: #09f;
    border: solid 1px #09f;
    color: white !important;
    text-decoration: none; }
  .user-prompt-dramatic:active {
    background: #006bb3; }

.user-prompt-simple {
  border-bottom: solid 2px #282828;
  display: inline-block;
  padding: 0 0 0.25rem 0; }

.th-loader {
  border: solid 2px #09f;
  color: #09f;
  display: block;
  height: 2rem;
  width: 2rem; }

.th-loader-centered .th-loader {
  position: relative;
  left: 50%;
  margin: 1rem 0 2rem -1rem; }

.fa-spinner {
  color: #09f; }
  .fa-spinner.fa-spin-blue {
    color: #09f; }

.th-date {
  color: rgba(102, 102, 102, 0.8);
  display: block;
  font-size: 0.7rem; }

.th-user-conditions {
  font-size: 1rem;
  font-weight: 600;
  top: -0.09em; }

.th-removed {
  display: none !important; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.th-opacity-visible {
  opacity: 1 !important; }

.th-opacity-hidden {
  opacity: 0 !important; }

.share-icon {
  line-height: 38px;
  height: 35px;
  width: 35px; }

.circle-icons {
  border-radius: 50%;
  text-align: center; }

.share-icon--facebook {
  background-color: #3b5998;
  border: solid 1px #3b5998;
  color: white; }
  .share-icon--facebook:hover {
    background-color: #4264aa;
    border: solid 1px #3b5998; }

.share-icon--twitter {
  background-color: #00aced;
  border: solid 1px #00aced;
  color: white; }
  .share-icon--twitter:hover {
    background-color: #07bbff;
    border: solid 1px #00aced; }

.share-icon--pinterest {
  background-color: #cb2027;
  border: solid 1px #cb2027;
  color: white; }
  .share-icon--pinterest:hover {
    background-color: #dd272f;
    border: solid 1px #cb2027; }

.share-icon--youtube {
  background-color: #fa141b;
  border: solid 1px #fa141b;
  color: white; }
  .share-icon--youtube:hover {
    background-color: #fb2d33;
    border: solid 1px #fa141b; }

.share-icon--instagram {
  background-color: #125688;
  border: solid 1px #125688;
  color: white; }
  .share-icon--instagram:hover {
    background-color: #15649f;
    border: solid 1px #125688; }

.share-icon--tumblr {
  background-color: #32506d;
  border: solid 1px #32506d;
  color: white; }
  .share-icon--tumblr:hover {
    background-color: #3a5d7e;
    border: solid 1px #32506d; }

/* Profile */
.auth {
  /*.user-menu {
  	width:100px;
  }*/ }
  .auth .drop ul a {
    display: block;
    float: none;
    height: auto;
    line-height: normal;
    padding: 5px 10px; }

.activity-stream {
  position: relative; }
  .activity-stream .notifications-notice {
    border-bottom: solid 1px #e5e5e5;
    z-index: 100;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    min-height: 49px; }
  .activity-stream a.notifications-notice-link {
    background: #f39;
    display: block;
    margin: 10px;
    color: #fff;
    font-size: 12px;
    letter-spacing: -0.2px;
    padding: 8px 0;
    text-align: center;
    font-weight: 500; }
    .activity-stream a.notifications-notice-link em {
      font-weight: 600; }
    .activity-stream a.notifications-notice-link:hover {
      background: #ff1a8c; }
    .activity-stream a.notifications-notice-link:visited, .activity-stream a.notifications-notice-link:hover {
      color: #fff; }
    @media only screen and (max-width: 50.063em) {
      .activity-stream a.notifications-notice-link span.notifications-notice-header {
        display: block; } }
  .activity-stream .hitexpand {
    position: relative;
    -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
    -moz-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
    -ms-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
    -o-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
    transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
    /* custom */ }
    .activity-stream .hitexpand.active i {
      color: #09f; }
  .activity-stream .open {
    color: #09f;
    background: white;
    border: solid 1px #dadada;
    border-bottom: none;
    text-decoration: none; }
    .activity-stream .open i {
      color: #09f; }
    .activity-stream .open:hover {
      background: white;
      color: #09f; }
  .activity-stream .notifications-list {
    background: white;
    border: 1px solid #dadada;
    display: none;
    height: 430px;
    padding: 0 0 39px;
    box-sizing: border-box;
    left: -318px;
    background-color: #fff;
    position: absolute;
    top: calc(100% - 1px);
    width: 379px;
    z-index: 2500;
    text-align: left; }
    .activity-stream .notifications-list.empty {
      height: 26px; }
      .activity-stream .notifications-list.empty .showmore {
        background: white;
        color: #282828; }
    .activity-stream .notifications-list .lm em {
      margin: 0; }
  .activity-stream ul {
    margin: 0;
    padding: 0;
    border-top: none;
    display: block;
    height: 100%;
    overflow-y: auto;
    position: relative;
    width: 100%; }
    .activity-stream ul li {
      border-bottom: solid 1px #e5e5e5;
      display: block;
      margin: 0;
      min-height: 50px;
      width: 100%; }
      .activity-stream ul li:first-of-type {
        border-top: none; }
      .activity-stream ul li.new_true {
        background: rgba(0, 153, 255, 0.1);
        min-height: 50px; }
      .activity-stream ul li figure {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .activity-stream ul li figure a {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6, BB7 */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
          display: flex;
          /* NEW, Spec - Firefox, Chrome, Opera */
          -webkit-flex-flow: row;
          flex-flow: row;
          -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-align-items: flex-start;
          align-items: flex-start;
          padding: 15px 10px; }
          .activity-stream ul li figure a:hover {
            background: rgba(0, 153, 255, 0.03); }
        .activity-stream ul li figure .user-image {
          -webkit-flex-grow: 1;
          flex-grow: 1;
          float: none;
          max-height: 50px;
          max-width: 50px;
          order: 1; }
        .activity-stream ul li figure figcaption {
          margin: 0 10px;
          width: 66%;
          order: 2; }
        .activity-stream ul li figure .design-image-wrapper {
          border: solid 1px rgba(0, 0, 0, 0.1);
          -webkit-flex-grow: 1;
          flex-grow: 1;
          width: 60px;
          order: 3; }
          .activity-stream ul li figure .design-image-wrapper .design-image {
            width: 100%; }
          .activity-stream ul li figure .design-image-wrapper.design-image-wrapper-square {
            border: 0; }
            .activity-stream ul li figure .design-image-wrapper.design-image-wrapper-square .design-image {
              width: auto;
              margin-left: 12.5px; }
      .activity-stream ul li a {
        color: #282828;
        text-decoration: none; }
        .activity-stream ul li a:hover {
          color: #0e0e0e; }

.topbar .drop ul {
  display: block;
  top: 0;
  right: -30px; }

.showmore {
  background: #282828;
  bottom: 0;
  color: white;
  cursor: pointer;
  display: block;
  min-height: 39px;
  box-sizing: border-box;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100; }
  .showmore img {
    float: none;
    padding: 8px 0 0; }

/* Buttons */
.th-followbtn,
.followbtn {
  display: block;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-weight: 900;
  line-height: 38px;
  margin: 0 auto 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -moz-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -ms-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -o-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  /* custom */
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em; }

.follow-user {
  background: #f39;
  border: solid 1px #f1f1f1;
  color: #fff !important; }
  .follow-user:hover {
    background: #09f;
    text-decoration: none; }

.unfollow-user {
  background: #fff;
  border: solid 1px #b3b3b3;
  border: solid 1px rgba(179, 179, 179, 0.8);
  color: #f39 !important; }
  .unfollow-user:hover {
    color: #09f !important;
    text-decoration: none; }
  .unfollow-user:active {
    -webkit-box-shadow: inset 0 0 2px #888;
    -moz-box-shadow: inset 0 0 2px #888;
    box-shadow: inner 0 0 2px #888; }

.button-container {
  margin: 0 !important;
  width: 100%; }

/* Core qTip styles */
.qtip, .qtip {
  left: -28000px;
  top: -28000px;
  display: none;
  direction: ltr;
  position: absolute;
  padding: 17px 20px 0px;
  min-width: 190px;
  max-width: 265px; }

.qtip-content {
  position: relative;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  color: #000;
  min-height: 125px; }

.qtip:after, .qtip:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.qtip:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 8px;
  top: 50%;
  margin-top: -8px; }

.qtip:before {
  border-color: transparent;
  border-right-color: #000;
  border-width: 9px;
  top: 50%;
  margin-top: -9px; }

.qtip-default .qtip-icon {
  border-color: red;
  background: #F1F1F1;
  color: #777; }

.follow-myface {
  background: #ededed;
  float: left;
  height: 50px;
  margin: 0 10px 0 0;
  width: 50px; }

.time-on-site {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: 300;
  margin: 5px 0 0;
  max-width: 200px;
  text-transform: none; }

.lm {
  background: #E5E5E5;
  border-top: solid 1px #dadada;
  font-size: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -moz-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -ms-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  -o-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
  /* custom */ }
  .lm em {
    background: #09f;
    display: inline-block;
    color: white;
    cursor: pointer;
    font-family: "futura-pt-1", "futura-pt-2", sans-serif;
    font-weight: 600;
    font-style: normal;
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
    width: 80%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em; }
    .lm em:hover {
      background: #3c89c8;
      color: white; }

.nm {
  cursor: default;
  font-style: normal;
  height: 22px;
  line-height: 22px; }

/*****************************************

	Following Modal

******************************************/
.following-modal {
  padding: 15px; }
  .following-modal .close {
    background: #282828;
    float: right;
    position: relative; }
  .following-modal .nav-tabs {
    background: #e5e5e5;
    position: fixed;
    width: 650px; }
    .following-modal .nav-tabs li:active {
      color: #fff; }
    .following-modal .nav-tabs a {
      background: #c6c6c6;
      color: white;
      display: block;
      font-family: "futura-pt-1", "futura-pt-2", sans-serif;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase;
      width: 140px;
      -webkit-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
      -moz-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
      -ms-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
      -o-transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
      transition: all 100ms cubic-bezier(0.25, 0.25, 0.84, 0.325);
      /* custom */ }
      .following-modal .nav-tabs a:hover {
        background: #c6c6c6;
        color: #282828; }
  .following-modal .tab-pane {
    max-height: 510px;
    overflow-y: auto; }
  .following-modal ol {
    margin: 0 auto;
    max-width: 600px;
    width: 90%; }
    .following-modal ol li {
      border-bottom: solid 1px #e5e5e5;
      height: 50px;
      padding: 10px 0;
      width: 100%; }
      .following-modal ol li figure {
        float: left; }
        .following-modal ol li figure img {
          float: left;
          margin: 0 15px 0 0; }
      .following-modal ol li figcaption {
        float: left; }
        .following-modal ol li figcaption a {
          font-size: 14px;
          font-weight: 600; }
      .following-modal ol li .followbtn {
        float: right;
        height: 29px;
        line-height: 28px;
        margin: 10px 0 0;
        width: 110px; }
  .following-modal nav {
    left: 5px;
    position: relative;
    top: -10px; }

#followme {
  margin: 0 auto;
  width: 600px; }

/*****************************************

	Modal Core -- //
	*note: to be broken into own module

******************************************/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  left: 50%;
  margin-left: -340px;
  height: 550px;
  outline: none;
  position: fixed;
  top: 5%;
  width: 650px;
  z-index: 2050;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }
  .modal .lm {
    border: none;
    height: 30px;
    margin-left: -16px;
    padding: 3px 16px;
    position: absolute;
    top: 548px; }
    .modal .lm em {
      width: 50%; }
    .modal .lm img {
      padding: 8px 0 0; }

.modal.fade {
  left: -100%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.fade.in {
  left: 50%; }

.modal-header .close {
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 2000; }
  .modal-header .close:hover {
    background: #f39; }

.modal-header h3 {
  margin: 0;
  line-height: 30px; }

.modal-body {
  position: relative;
  max-height: 677px; }

/*****************************************

	Tabs Core -- //
	*note: to be broken into own module

******************************************/
.nav-tabs,
.nav-pills {
  *zoom: 1; }

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: ""; }

.nav-tabs:after,
.nav-pills:after {
  clear: both; }

.nav-tabs > li,
.nav-pills > li {
  float: left; }

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  width: 100px; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #282828;
  cursor: default;
  background-color: white; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: white;
  background-color: #c6c6c6; }

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc; }

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

/* note: move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer; }

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999; }

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100); }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.modal-open {
  position: fixed;
  overflow-y: scroll;
  width: 100%; }

/*# sourceMappingURL=following.css.map */
