/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #988f8c;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #FF6347;
  text-decoration: none; }
  a:hover, a:focus {
    color: #f92600;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

a.brand {}
  a.brand:hover {
    text-decoration: none;
  }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #FF6347;
  border-color: #ff4d2d; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff3814;
    border-color: #ef2400; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #FF6347;
    border-color: #ff4d2d; }
  .btn-primary .badge {
    color: #FF6347;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #FF6347;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #f92600;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
body {
  font-family: "proxima-nova"; }

.container {
  width: 100%;
  margin: 0 auto; }

.intro {
  max-width: 510px;
  padding-top: 60px; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .intro {
      max-width: 360px;
      padding-top: 50px; } }
  @media screen and (max-width: 480px) {
    .intro {
      max-width: 300px;
      padding-top: 40px; } }
  .intro h1.title {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 230px;
    font-weight: 600;
    line-height: 0.65;
    font-family: "proxima-nova-condensed";
    color: #534540; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .intro h1.title {
        font-size: 190px; } }
    @media screen and (max-width: 480px) {
      .intro h1.title {
        font-size: 160px; } }
  .intro h2 {
    text-align: center;
    font-family: "proxima-nova";
    font-weight: 700;
    font-size: 87px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 auto;
    color: #00b27f; }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .intro h2 {
        font-size: 72px; } }
    @media screen and (max-width: 480px) {
      .intro h2 {
        font-size: 60px; } }
  .intro h3 {
    text-align: center;
    font-family: "proxima-nova";
    font-weight: 300;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .intro h3 {
        font-size: 17px; } }

  .intro h4 {
    text-align: center;
    font-family: "proxima-nova";
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .intro h4 {
        font-size: 17px; } }

.makers {
  margin-top: 60px !important;
  margin-bottom: 30px !important;
  max-width: 560px; }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .makers {
      max-width: 400px; } }
  @media screen and (max-width: 480px) {
    .makers {
      max-width: 265px; }
      .makers .list .maker .avatar {
        width: 50px;
        height: 50px;
        margin: 10px; } }
  .makers .list .maker .avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    margin: 8px;
    position: relative;
    border-radius: 50%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; }
    .makers .list .maker .avatar:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease; }
    .makers .list .maker .avatar img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      .makers .list .maker .avatar {
        width: 50px;
        height: 50px;
        margin: 8px; } }
  .makers .list .maker span.count {
    display: none;
    position: absolute; }

.maker-tooltip {
  text-align: center; }
  .maker-tooltip .interior {
    border-color: #D3D3D3;
    border: 1px solid;
    border-bottom: 0;
    padding: 20px 20px 10px 20px;
    margin-left: -20px;
    margin-top: -20px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    width: calc(100% - 2px);
    min-width: 190px; /*testing*/ }
  .maker-tooltip h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    color: black;
    font-family: "proxima-nova"; }
  .maker-tooltip h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-style: italic;
    margin-top: 10px; }
  .maker-tooltip a.username {
    margin: 17px 0 18px;
    font-size: 16px;
    line-height: 19px;
    color: #da552f;
    display: block; }
  .maker-tooltip img.tooltip-avatar {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto; }
  .maker-tooltip .tooltip-footer {
    width: calc(100% + 40px);
    background: #00b27f;
    margin-left: -20px;
    margin-bottom: -20px;
    padding: 20px 0;
    color: white;
    display: block; }
    .maker-tooltip .tooltip-footer .latest-product {}
      .maker-tooltip .tooltip-footer .latest-product a {
        color: #fff;
      }
    .maker-tooltip .tooltip-footer .products-made, .maker-tooltip .tooltip-footer .votes {
      width: 50%;
      float: left;
      font-size: 24px; }
      .maker-tooltip .tooltip-footer .products-made span, .maker-tooltip .tooltip-footer .votes span {
        display: block;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 19px;
        margin-top: 5px; }

.credits {
  max-width: 510px;
  padding-bottom: 80px;
  padding-top: 30px; }
  .credits p {
    text-align: center; }
  .credits .avatars {
    width: 104px;
    margin: 0 auto; }
    .credits .avatars img {
      width: 40px;
      height: 40px;
      margin: 5px;
      border-radius: 50%;
      opacity: 0.8;
      filter: alpha(opacity=80);
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease; }
      .credits .avatars img:hover, .credits .avatars img:focus {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease; }
      .credits .avatars img#mubs {
        border: 1px solid #D3D3D3; }
  .credits .lastupdated {
    /* position: static; */
    /* bottom: 0; */
    /* right: 0; */
    background-color: #988f8c;
    width: 250px;
    /* float: right; */
    padding: 10px 20px;
    color: white;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
    border-radius: 6px;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    cursor: default; }
    .credits .lastupdated:hover, .credits .lastupdated:focus, .credits .lastupdated:active {
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: #da552f;
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease; }

.maker-rank {
  max-width: 60px;
  margin: 0 auto;
  background-color: #988f8c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 0;
  margin-top: 15px;
  color: white;
  opacity: 0.4;
  filter: alpha(opacity=40); }

  .sort-makers {
  width: 100%;
  background-color: #F3F1F1;
  border-radius: 0 0 6px 6px;
  color: #534540;
  margin-bottom: 30px; }
  .sort-makers .label {
    float: left;
    width: 100px;
    padding: 20px;
    cursor: default;
    opacity: 0.35;
    filter: alpha(opacity=35); }
    @media screen and (max-width: 480px) {
      .sort-makers .label {
        width: 100% !important;
        text-align: center;
        float: none !important;
        padding: 20px 20px 0 20px !important; } }
  .sort-makers ul {
    float: right;
    width: 270px;
    list-style: none;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0; }
    @media screen and (max-width: 480px) {
      .sort-makers ul {
        float: none;
        display: block;
        width: 100%; } }
  .sort-makers ul.wide {
      width: 370px !important;
  }
  .sort-makers li {
    float: left;
    padding: 20px; }
    .sort-makers li a {
      color: #534540;
      opacity: 0.6;
      filter: alpha(opacity=60);
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease; }
      .sort-makers li a:hover, .sort-makers li a:focus, .sort-makers li a:active {
        color: #534540;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        text-decoration: none; }
      .sort-makers li a.active {
        opacity: 1;
        filter: alpha(opacity=100); }


  .filter-streamers {
  width: 100%;
  background-color: #F3F1F1;
  border-radius: 6px 6px 0 0;
  color: #534540;
  margin-bottom: 0;
  border-bottom: 1px solid #D1C8C6;}
  .filter-streamers select {
    width: 100%;
  }
  .filter-streamers .label {
    float: left;
    width: 100px;
    padding: 20px;
    cursor: default;
    opacity: 0.35;
    filter: alpha(opacity=35); }
    @media screen and (max-width: 480px) {
      .filter-streamers .label {
        width: 100% !important;
        text-align: center;
        float: none !important;
        padding: 20px 20px 0 20px !important; } }
  .filter-streamers ul {
    float: right;
    width: 370px;
    list-style: none;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0; }
    @media screen and (max-width: 480px) {
      .filter-streamers ul {
        float: none;
        display: block;
        width: 100%; }

        .filter-streamers select {
          background: #fff;
          width: 100%;
        }
    }
  .filter-streamers li {
    width: 100%;
    padding: 20px; }
    .filter-streamers li a {
      color: #534540;
      opacity: 0.6;
      filter: alpha(opacity=60);
      -webkit-transition: all 150ms ease;
      -moz-transition: all 150ms ease;
      -o-transition: all 150ms ease;
      transition: all 150ms ease; }
      .filter-streamers li a:hover, .filter-streamers li a:focus, .filter-streamers li a:active {
        color: #534540;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        text-decoration: none; }
      .filter-streamers li a.active {
        opacity: 1;
        filter: alpha(opacity=100); }



.badge-ph {
  z-index: 20;
  position: absolute;
  left: 15px;
  top: 30px;
  width: 10px;
  height: 10px;
  display: block;
  background: url('/img/badge-ph.png');
  background-size: cover;
}


.topproducts {}

  .topproducts .maker {
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
  }
    .topproducts .maker img {
      width: 80px;
      border-radius: 50%;
    }


@media (min-width: 767px) {
    .topproducts ul li {
      width: 33%;
      float: left;
    }

    .topproducts ul li a img {
      width: 185px;
      height: 185px;
    }
}

  .topproducts ul { list-style: none; margin: 0; padding: 0;}
    .topproducts ul li {
    }
    .topproducts ul li a {
      color: #999;
    }
      .topproducts ul li a h3 {
        line-height: 2em;
      }
      .topproducts ul li a:hover {
        text-decoration: none;
      }

      .topproducts ul li a .imgholder {
        position: relative;
      }

      .topproducts ul li a img {
        width: 100%;
      }

  .image-container {
    position: relative;
  }
  .image-container .after {
    cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      color: #FFF;
  }
  .image-container:hover .after {
      display: block;
      background: rgba(0, 0, 0, .6);
  }

  .image-container:hover .after h4 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .image-container:hover .after h5 {
    margin-left: 10px;
  }

  .image-container:hover .after .stats {
    position: absolute;
    left: 10px;
    bottom: -10px;
  }

.topproducts {
  width: 100%;
}
  .topproducts tbody tr, .topproducts thead tr {
    border-bottom: 1px solid #eee;
  }
    .topproducts tbody tr td {
      padding: 5px;
      padding-bottom: 5px;
      margin: 5px 0;
    }

      .topproducts tbody tr td a span {
        color: #999 !important;
      }

      .topproducts tbody tr td a:hover {
        text-decoration: none;
      }

    .topproducts tbody tr td.image {
      padding: 0;
    }

    .topproducts tbody tr td.image img {
      width: 90px;
      height: 90px;
    }


    .topproducts tbody tr td.name {
      vertical-align: top;
    }

     .topproducts tbody tr td.name p {
        margin-top: 0;
        margin-bottom: 1rem;
      }

.square {
  border-radius: 0% !important;
}

#network {
  background: #785CC5;
  padding: 0.5em 0;
}
  #network .leaderboards {
    max-width: 510px;
    text-align: center;
    font-weight: 700;
  }

    #network .leaderboards a {
      color: #fff;
    }
