.inline {
  display: inline;
}

.float-left {
  float:left;
}

.float-right {
  float:right;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.small {
  font-size: smaller;
}

.no-margin-top {
  margin-top: 0 !important;
}

.clear {
  clear: both;
}

.white {
  color: white;
}

.inline-block  {
  display: inline-block;
}

.responsive-spacer {
  height: 50px;
}

.responsive-spacer-xs {
  height: 10px;
}

.img-container img {
  width: 100%;
}

.block-content {
    padding: 16px 10px;
    background-color: rgb(34,30,26);
    border-radius: 5px;
    box-shadow: inset 0 7px 3px -6px rgb(134,124,112), inset 0 -7px 20px 3px rgb(25, 25, 25);
    -webkit-box-shadow: inset 0 7px 3px -6px rgb(134,124,112), inset 0 -7px 20px 3px rgb(25, 25, 25);
    -moz-box-shadow: inset 0 7px 3px -6px rgb(134,124,112), inset 0 -7px 20px 3px rgb(25, 25, 25);
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 180%;
}

.block-content h3, .frontpage-section h3 {
  margin-top: 0;
  color: #ECE3CB;
  font-family: "tf2_buildtf2_build";
  margin-bottom: 16px;
  font-size: 24px;
  border-bottom: 1px solid #ECE3CB;
}

.frontpage-tiles h3 {
  text-align: left;
  padding: 5px;
  border-bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
}

.frontpage-tiles .quickplay-tile-head {
  padding-right: 0;
}

.quickplay-tile-mym h3 {
  text-align: right !important;
}

.quickplay-tile-mym h3 small {
  color: white;
}

.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

.nav a {
  color: white;
}

.nav a:hover {
  color: black;
}

.optional-foldout {
  padding: 10px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
}

.new-label {
    position: absolute;
    top: 8px;
    right: 0px;
    font-size: 10px;
    transform: rotate(20deg);
    transform-origin: right, top;
    -ms-transform: rotate(20deg);
    -ms-transform-origin: right, top;
    -webkit-transform: rotate(20deg);
    -webkit-transform-origin: right, top;
}

.grn-icon {
  width: 45px;
}

kbd a {
  color: white;
}

/* Color sets */
.c-dark-blue {
  color: #4c7485;
}

.c-red {
  color: red;
}

.c-dark-red {
  color: #993232;
}

.c-darkest-red {
  color: #4E0101;
}

.c-dark-green {
  color: #57965C;
}

.c-dark-black {
  color: black;
}

.c-gray {
  color: gray;
}

.c-dark-gray {
  color: #212121;
}

.c-gold {
  color: #C98910;
}

.c-silver {
  color: #A8A8A8;
}

.c-bronze {
  color: #965A38;
}

blockquote p {
  font-size: 14px;
}

blockquote {
  border-left: 5px solid #201C1C;
}

.jumbotron {
  background-color: rgba(0,0,0,0);
}

.yamm-dropdown {
  background-color: white !important;
}

body {
  font-family: "open sans","Segoe UI","Segoe WP","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: #171717;
}

iframe
{
    border: 0;
}

.hashlink {
    height: 65px;
    margin-top: -65px;
    visibility: hidden;
}

.creator-row h3 a {
  color: #4E0101;
  font-weight: 500;
  font-size: 90%;
}

.creator-tags {
  height: 25px;
}

.creator-tags span {
  margin-right: 5px;
}

.creator-yt-stats {
  font-size: 12px;
  color: gray;
}

.creator-tfmedal, .creator-tfunusual {
  position: relative;
  display: inline-block;
  max-width: 75px;
  background: #202227;
  border-radius: 4px;
  margin: 0 4px 4px 0;
  border: 1px solid #ffd700;
  background-size: auto 100%;
}

.creator-tfunusual {
  border-color: #8650ac;
}

.tfmedal-highlighted span {
  border-color: #5bc0de !important;
  border-width: 2px !important;
}

.tfmedal-detail-img {
  float: left;
  margin-right: 15px;
}

.item-price {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 10px;
}

.creator-description {
  min-height: 135px;
}

.creator-search-result {
  margin-top: 10px;
  padding-right: 20px;
}

.select-main {
  color: rgb(236, 227, 203);
}

.main-selected {
  font-weight: bold;
  color: #993232;
}

.update-explorer-update {
  min-height: 175px;
  background: rgba(0, 0, 0, .4);
  border-radius: 5px;
  margin: 15px;
  padding: 5px;
  color: rgb(236, 227, 203);
}

.update-explorer-update h3, .update-explorer-update h4 {
  margin-top: 0;
  font-size: 35px;
  text-shadow: 1px 1px 0 #000,
      -1px 1px 0 #000,
      1px -1px 0 #000,
      -1px -1px 0 #000,
      0px 1px 0 #000,
      0px -1px 0 #000,
      -1px 0px 0 #000,
      1px 0px 0 #000,
      2px 2px 0 #000,
      -2px 2px 0 #000,
      2px -2px 0 #000,
      -2px -2px 0 #000,
      0px 2px 0 #000,
      0px -2px 0 #000,
      -2px 0px 0 #000,
      2px 0px 0 #000,
      1px 2px 0 #000,
      -1px 2px 0 #000,
      1px -2px 0 #000,
      -1px -2px 0 #000,
      2px 1px 0 #000,
      -2px 1px 0 #000,
      2px -1px 0 #000,
      -2px -1px 0 #000;
}

.update-explorer-update h4 {
  font-size: 100%;
}

.update-explorer-img {
  max-height: 165px;
}

.update-explorer-container {
  border-radius: 5px;
}

.admin-only {
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid #993232;
}

.admin-only a {
  color: gray;
}

.main-icon, .saxxy-icon {
  height: 60px;
}

.spotlight-container {
  padding: 2px;
}

.spotlight-date {
  font-weight: bold;
}

.spotlight-chance {
  font-size: 10px;
}

h2 {
  letter-spacing: 1px;
  margin-bottom:0px;
  font-size: 40px;
  font-weight: normal;
  font-family: 'TF2secondary';
  color: #333;
}

h2 small {
  font-size: 14px;
  letter-spacing: 0px;
}

.fancy-h, .server-name {
  color: rgb(236, 227, 203);
  font-family: 'TF2secondary';
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.front-page-top-divider {
  border-bottom: 1px solid gray;
  margin-bottom: 5px;
  margin-top: 5px;
}

.creator {
  margin-bottom: 5px;
  overflow: hidden;
}

.creator h3 {
  padding-top: 0px;
  margin-top: 0px;
  height: 28px;
}

.creator h3 small a {
  color: gray;
  font-size: 12px;
  padding-left: 10px;
}

.creator-card {
  background: rgba(0, 0, 0, .4);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
}

.creator-card h3 {
  margin-top: 0;
  border-bottom: 1px solid white;
}

.profile-since {
  font-weight: bold;
}

.social {
  position: absolute;
  top: 0px;
  right: 0px;
}

.social img {
  width: 30px;
}

.user-options-profile-float {
  float: right;
}

.user-options-profile {
  min-width: 100px;
  border-radius: 3px;
  background-color:rgba(0, 0, 0, 0.1);
  padding: 2px;
}

.user-options-profile button {
    font-size: 30px;
    border: 0;
    background-color: transparent;
}

.user-options-profile-head {
  text-align: center;
  margin-bottom: 8px;
}

.user-options-profile-head span {
  display: block;
}

.user-options-profile-body {
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 2px;
  text-align: center;
}

.user-options-profile-body span {
  padding-left: 0px;
}

.user-options-profile-body form {
  display: inline-block;
}

.user-subscribed {
  color: #57965C;
}

.youtube-thumbnail {
  position: relative;
}

.youtube-thumbnail img {
  width: 100%;
}

.youtube-thumbnail-title {
  position: relative;
  top: -40px;
  width: 100%;
  height: 20px;
  overflow: hidden;
  color: white;
  text-align: center;
  background-color:rgba(0, 0, 0, 0.5);
  z-index: 6;
}

.youtube-thumbnail-info {
  position: relative;
  top: 0px;
  width: 100%;
  height: 30px;
  z-index: 6;
  padding-right: 5px;
  padding-left: 5px;
  color: white;
  font-size: 80%;
}

.youtube-thumb-meta {
  position: absolute;
  right: 5px;
  bottom: 0px;
}

.youtube-thumbnail-image {
  position: relative;
  top: -20px;
  z-index: 5;
}

.youtube-killfeed-icon {

}

.youtube-thumbnail-collab {
  float: left;
}

.youtube-thumbnail-collab-creator {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

.youtube-thumbnail-collab-creator img {
  width: 25px;
}

.twitter-link-hash {
  color: #993232 !important;
}

h3.twitter-link-hash {
  margin-left: 10px;
}

.affiliate-event img,
.affiliate-website img {
  padding: 20px;
  border-radius: 35px;
}

.affiliate-event td {
  padding-right: 40px;
}

.affiliate-event {
  margin-top: 20px;
}

.affiliate-website {
  margin-top: 40px;
  border-top: 1px solid white;
}

/* News box well */

.tf2-news-box {
  margin-bottom: 20px;
}

.tf2-news-box-head {
  background-color: #b86c37;
  color: #ece3cb;
  padding: 5px;
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: 'tf2_buildtf2_build', "open sans","Segoe UI","Segoe WP","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
}

.tf2-news-box-head-warning {
  background-color: #CA4D3B;
}

.tf2-news-box-body {
  background-color: #e9ddc4;
  color: black;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: 'TF2secondary';
}



.tf2-news-box-body h4 {
  margin-top: 5px;
  margin-bottom: 0;
}

.processor-status {
  margin-top: 15px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 4px;
  color: white;
}

.processor-status-head {
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  border-bottom: 1px solid white;
  background-color: rgba(0,0,0,0.4);
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.processor-status-body {
  padding: 5px;
}

/* Map stats */

.thumbnail {
  background-color: black !important;
  border: 1px solid #333 !important;
}

#photosphere {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
}

.photosphere-map-stats-tile {
  position: fixed !important;
  left: 10px;
  bottom: 25px;
  width: 350px;
  height: 200px;
  z-index: 20;
}

.map-stats-leveloverview {
  padding-top: 80px;
  padding-bottom: 150px;
  width: 100%;
  height: 100%;
  background-color: black;
  text-align: center;
}

.level-bounds {
  position: relative;
  display: inline-block;
}

.level-image {
}

.level-item-entity {
  position: absolute;
  height: auto;
}

.more-map-info {
  width: 300px !important;
}

.map-stats-start {
  margin-top: 10px;
  font-size: 250%;
  font-weight: bold;
}

.map-stats-int {
  margin-top: 20px;
  text-align: center;
}

.map-stats-int-head {
  font-size: 400%;
  font-weight: bold;
}

.map-stats-detail {
  background: rgba(0, 0, 0, .4);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
  color: rgb(236, 227, 203);
}

.map-stats-detail-small {
  padding: 15px;
  color: rgb(236, 227, 203);
}

.map-stats-detail-txt {
  min-height: 100px;
}

.map-stats-detail h4 {
  margin-top: 0;
}

.map-stats-server-type {
  text-align: center;
  font-weight: bold;
}

.map-stats-server-type-valve {

}

.map-stats-server-type-community {

}

.map-stats-server-type-comp {

}

.map-stats-image-bottom {
  margin-bottom: 5px;
}

.map-stats-video-link {
  font-size: 75%;
  color: #777;
}

.lazy-load-click {
  text-align: center;
  padding: 20px;
  background-color: rgba(0,0,0,0.4);
  cursor: pointer;
}

.map-name {
  margin-top: 0;
  color: rgb(236, 227, 203);
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  font-family: 'TF2secondary';
}

.map-stats-activity-none {
  color: gray;
}

.map-stats-search {
  text-align: center;
  padding-top: 35px;
  font-style: italic;
}

.graph-dip {
  color: rgb(76, 116, 133);
}

.graph-peak {
  color: rgb(153, 50, 50);
}

.graph-median {
  color: rgb(110, 80, 85);
}


/* Community server things */

.icon-community-map {
  width: 40px;
  height: 40px;
}

.icon-community-map-label {
  position: absolute;
  left: -35px;
  top: -15px;
  width: 110px;
  text-align: center;
  background-color: rgba(0,0,0,0.6);
  color: white;
}

.server-playerInfo {
  font-style: italic;
}

.server-name {
  font-size: 20px;
  font-weight: bold;
}

.server-player-stats {
  text-align: right;
}

.server-flags {
  min-height: 90px;
}

.server-valve-insecure, .server-valve-alltalk, .server-valve-norespawntimes, .server-valve-nocrits {
  width: 40px;
  height: 40px;
}

.server-options {
  position: absolute;
  bottom: 0px;
  width: 90%;
}

.server-gametags {
  word-wrap: break-word;
}

.server-main-info, .server-other-stats {
  min-height: 60px;
}

.map-metadata-info {
  position: absolute;
  top: 3px;
  left: 8px;
}

.provider-metadata-info {
  position: absolute;
  top: 3px;
  right: 8px;
}

.map-metadata-info a {
  color: black;
}

/** Front page **/

.community-status {
  text-align: center;
}

.community-status img {
  border: 2px solid black;
}

.community-status h4 {
  font-weight: bold;
}

.da-container {
  text-align: center;
}

/** User details */

.user-details-button {
  line-height: 25px !important;
  text-align: left;
}

.user-details-image {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.user-details-image .Badge {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 17px;
}

.creator-thumbnail .Badge {
  position: absolute;
  top: -5px;
  left: 10px;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 17px;
}

.user-details-active {
  background-color: #C9302C !important;
  border-color: #AC2925;
  border-width: 1px;
  color: white !important;
}

.input-copy-link {
  cursor: pointer;
}

.navbar {
  margin-bottom: 0 !important;
  padding-bottom: 5px;
}

.user-detail-options {
  background-color: rgba(35, 35, 35, 0.6);
  box-shadow: 3px 3px 10px #444 inset;
}

.user-menu-list {
  padding: 10px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin: 0;
  font-size: 13px;
  text-align: right;
}

.user-menu-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.user-menu-list li.active a {
  background-color: #993232;
}

.not-logged-in-info {
  margin-bottom: 300px;
}

.not-logged-in-steam {
  padding-top: 50px;
}

.user-menu-button {
  border-radius: 6px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  margin-bottom: 10px;
  width: 115px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  background-color: #3B3B3B;
}

.user-menu-button:hover {
  color: gray;
}

.menu-item-new {
  padding-right: 40px !important;
}

.setting-icon {
  font-size: 20px;
}

.frontpage-start {
  background-color: #F8F8F8 !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

.frontpage-section h3 {
  margin-top: 0;
}

.frontpage-section h3 small {
  font-size: 50%;
}

.frontpage-element {
  color: rgb(236, 227, 203);
}

.video-item h4 {
  margin-top: 0px;

}

.video-item-author {
}

.video-stats {
  color: gray;
  font-size: 12px;
}

.video-author {
  margin-bottom: 10px;
}

.video-author-name {
  color: #993232 !important;
  font-size: 18px;
}

.video-author-small-divider {
  position: relative;
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}

.video-badge {
  margin-top: 5px;
}

.video-badge-filter a {
  display:inline-block;
}

.video-badge a {
  margin-top: 5px;
}

.creator-tags-explore {
  margin-top: 5px;
}

.video-author-subtitle {
  color: gray;
}

.video-author-name-div {
  height: 30px;
}

.explore-alphabet h2 {
  border-bottom: 1px solid #993232;
}

.alphabet-creator-row {
  margin-bottom: 10px;
}

.creator-image {
  border: 1px solid black;
  max-height: 102px;
}

.rank-creator-row {
  margin-top: 10px;
  padding-bottom: 10px;
}

.rank-badge {
  height: 20px;
  margin-left: 5px;
  display: inline;
}

.award-row {
  margin-top: 20px;
}

.award-desc-container {
  padding-left: 20px;
}

.entity-badge {
  position: relative;
  width: 75px;
}

.entity-badge-container {
  position: relative;
}

.entity-badge-position {
  position: absolute;
  left: 30px;
  top: 13px;
  font-size: 30px;
  color: black;
  font-family: 'Arial';
}

.panel-video-info {
  background-color: rgba(255,255,255,0.5);
}

.progress-video-info {
  background-color: #999898;
  margin-bottom: 5px;
}

.progress-video-info-likes {
  background-color: #D9534F;
}

.explore-rank-info-diff {
  color: green;
  font-size: 10px;
}

.static-progress-info {
  position: absolute;
  width: 90%;
  text-align: center;
  color: white;
  font-size: 12px;
}

.video-author-stats {
  margin-bottom: 25px;
}

.about-help-us {
  line-height: 25px;
}

.staff h4 {
  border-bottom: 1px solid white;
  margin-top: 0;
}

.staff-img {
  margin-top: 20px;
}

.explore-main-class-select-row {
  text-align: center;
  font-weight: bold;
}

.videofeed-navigation {
  text-align: center;
}

.videofeed-navigation a {
  color: white;
}


.videofeed-no-items {
  text-align: center;
  font-weight: bold;
  margin-top: 200px;
  margin-bottom: 200px;
}

.top-videofeed-count {
  text-align: center;
  color: gray;
  font-weight: normal;
  font-family: 'tf2_buildtf2_build';
  font-size: 70px;
  padding-top:100px;
  padding-bottom:100px;
}

.top-creator-count {
  text-align: center;
  color: gray;
  font-weight: normal;
  font-family: 'tf2_buildtf2_build';
  font-size: 40px;
  line-height: 40px;
  padding-top:30px;
  padding-bottom:30px;
}

.personal-feed-no-sub {
  color: #993232;
  font-weight: normal;
  margin-top: 20px;
}

.explore-rank-rank {
  font-size: 60px;
  font-family: 'tf2_buildtf2_build', "open sans","Segoe UI","Segoe WP","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 80px;
}

.explore-rank-rank-small {
  font-size: 30px;
  font-family: 'tf2_buildtf2_build', "open sans","Segoe UI","Segoe WP","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 30px;
  padding-right: 15px;
}

.explore-rank-navigation {
  text-align: center;
  background-color: rgba(255,255,255,0.5);
}

.explore-rank-navigation a {
  color: gray;
}

.explore-rank-navigation button {
  margin-right: 15px;
  margin-bottom: 15px;
}

.explore-rank-row {
  margin-bottom: 20px;
}

.video-info {
  padding-top: 10px;
}

.video-info h4 a {
  color: white;
}

.no-videos-msg {
  text-align: center;
  font-weight: bold;
  margin-top: 200px;
  margin-bottom: 200px;
}

#show-filter-options {
  cursor: pointer;
  padding-left:10px;
}

#map-servers {
  height: 600px;
}

#map-full {
  height: 100%;
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}


.map-full-bottom-logo-tf2 {
  position: relative;
  left: -50%;
  text-align: center;
  z-index: 101;
}

.map-full-teamwork-logo {
  z-index: 102;
  position: absolute;
  right: 0px;
  bottom: 17px;
  width: 195px;
  padding-bottom: 3px;
  background-color: rgba(0,0,0, 0.5);
  box-shadow: -0px -0px 5px #888888;
}

.full-map-marker {
  color: white;
  font-size: 12px;
}

.map-full-teamwork-logo .navbar-brand {
  font-size: 18px;
}

.map-full-details {
  position: relative;
  left: -50%;
  text-align: center;
  z-index: 103;
  background-color: rgba(0,0,0, 0.5);
  border-radius: 5px;
  padding: 15px;
  color: white;
}

.full-map-casual {
  color: #993232;
  /*text-shadow: 2px 2px 3px #D8334A;*/
}

.full-map-community {
  color: #4c7485;
  /*text-shadow: 2px 2px 2px #5D9CEC;*/
}

.cs-map-marker {
  color: #2b2d2e !important;
}

.full-map-competitive {
  color: #ECEC73;
}

.map-full-diff-positive {
  color: #57965C;
}

.map-full-diff-negative {
  color: #993232;
}

.map-full-legenda {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 101;
  background-color: rgba(0,0,0, 0.5);
  border-radius: 5px;
  padding: 15px;
  color: white;
}

.map-full-legenda table td {
  text-align: left;
}

/* css to customize Leaflet default styles  */
.custom .leaflet-popup-tip,
.custom .leaflet-popup-content-wrapper,
.popup-tip {
    background: #333;
    color: #ffffff;
    text-align: center;
}

.custom .leaflet-popup-close-button {
  display: none;
}

.popup-tip {
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
  border-radius: 12px;
  background: #333;
  padding: 5px 19px;
}

.leaflet-container {
    background-color: rgba(0,0,0,0.0) !important;
}


/* Comp server stats */

.comp-provider, .comp-provider h2 {
  text-align: center;
  color: white;
  margin-bottom: 0 !important;
}

.comp-provider-tile-head:hover {
  text-decoration: none;
}

.comp-provider-tile-head {
  padding-top: 100px;
  padding-right: 20px;
  color: white;
}

.comp-provider-stats, .community-provider-stats {
  border: 5px solid black;
  border-top: 0;
  margin-bottom: 10px;
  background-color: #131313;
  padding: 8px;
  height: 80px;
}

.community-provider-stats-small {
  border: 1px solid black;
  border-top: 0;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #131313;
  font-size: 80%;
}

.community-provider-stats {
  height: 80px !important;
}

.cut-gamemodes {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.comp-stat-match {
  margin-right: 5px;
}


table.center {
  margin-left:auto;
  margin-right:auto;
}

.creator-marker {
  border: 1px solid black;
}

.map-marker-creator-name {
  font-weight: bold;
}

.creator-header {
  padding-bottom: 0;
  padding-top: 15px;
  min-height: 175px;
  background-repeat: no-repeat;
  background-color: black;
}

.creator-header h2 {
  color: white;
  margin-top: 6px;
}

.creator-header-info {
  color: white;
  background-color: rgb(57, 52, 46);
  border-bottom: 3px solid rgb(118, 104, 96);
  border-top: 3px solid rgb(118, 104, 96);
  padding-top: 8px;
  padding-bottom: 8px;
}

.creator-badges {
  text-align: right;
}

.profile-name {
   white-space: nowrap;
}

.creator-profile h2 {
  border-bottom: 0;
  margin: 0px;
  padding-bottom: 5px;
}

.creator-profile-meta {
  text-align: right;
  color: white;
}

.creator-profile-meta-small {
  text-align: center;
}

.creator-profile-meta-small img {
  width: 90px;
}

.social {
  text-align: left;
  padding-right: 10px;
}

.social a, .social a:hover{
  color: white;
}

.social img {
  width: 30px;
}

.media-twitter-black, .media-steam-black, .media-twitch-black {

}

.media-discord i {
  padding: 8px;
  margin: 0;
}

.rank {
  font-size: 60px;
  font-family: 'tf2_buildtf2_build', "open sans","Segoe UI","Segoe WP","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 80px;
}

.steam-stat-class {
  text-align: center;
}

.steam-stat-class-total {
  text-align: center;
  padding-top: 15px;
}

.progress-like-bar {
  background-color: #D9534F;
}

.chart-stats {
  width: 100%;
  height: 450px;
}

.about-poster {
  width: 150px;
}

/**
  *   Quickplay
  */
.quickplay-selection, .default-tf2-bg, .modal-content, .default-tf2-bg-no-margin {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -15px;
  margin-left: -15px;
  background-color: rgb(33, 33, 33);
}

.tf2-font-style {
  font-family: 'TF2secondary';
}

.default-tf2-bg-no-margin {
  padding-top: 0 !important;
}

.modal-content {
  color: white;
}

.result-server {
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.quickplay-search-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, .4);
  border-radius: 5px;
}

.result-map, .result-map:hover, .result-gamemode, .result-gamemode:hover, .result-provider, .result-provider:hover {
  color: white;
}

.result-map-video {
  margin-bottom: 15px;
}

.quickplay-search-result-title {
  font-size: 18px;
  overflow: hidden;
}

.quickplay-search-result-stats {
  font-size: 14px;
}

.result-map-stats {
  font-size: 14px;
  line-height: 16px;
}

.quickplay-search-result-released, .quickplay-search-connect {
  font-size: 12px;
}

.quickplay-search-result-released.label {
  font-family: "open sans","Segoe UI","Segoe WP","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.quickplay-search-no-results {
  padding-top: 35px;
  text-align: center;
}

.default-tf2-bg {
  color: white;
}

.default-tf2-bg h2 {
  color: white;
}

.default-tf2-bg blockquote {
    border-left: 5px solid white !important;
}

.quickplay-selection {
  min-height: 650px;
}

.quickplay-bg {
  background-color: rgb(33, 33, 33);
  padding-bottom: 25px;
  padding-top: 25px;
}

.quickplay-other-options {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
}

.quickplay-other-options a {
  color: white;
  font-size: 16px;
}

.quickplay-other-options img {
  width: 100px;
}

.quickplay-tile, .serverlist-tile {
  position: relative;
  text-align: right;
  cursor: pointer;
  display: block;
  height: 200px;
  border: 5px solid black;
  margin-bottom: 20px;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'TF2secondary';
}

.quickplay-tile-map-info {
  border: 5px solid black;
  border-top: 0;
  padding: 8px;
  font-family: 'TF2secondary';
  display: block;
  background-color: #171717;
}

.quickplay-tile-map-info a {
  color: white;
}

.quickplay-tile-no-margin {
  margin-bottom: 0 !important;
}

.map-tile-inline {
  border: 3px solid rgb(118, 104, 96) !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.map-tile-desc {
  font-size: 16px;
  display: block;
  color: white;
}

.map-tile-desc:hover {
  color: white;
  text-decoration: none;
}

.map-stat-suggestion {
  padding: 0 !important;
}

.map-stat-suggestion:hover {
  color: white;
}

.quickplay-tile:hover {
  text-decoration: none;
}

.quickplay-tile-head {
  padding-right: 20px;
  color: white;
}

.quickplay-tile-details {
  float: right;
  max-width: 250px;
}

.serverlist-tile {
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.serverlist-tile-details {
  float: right;
  max-width: 250px;
}

.quickplay-tile-stats, .quickplay-map-tile-stats {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.quickplay-tile-icon {
  position: absolute;
  left: 35px;
  top: 20px;
  width: 75px;
  height: 75px;
  font-size: 20px;
}

.quickplay-tile-icon a, .quickplay-tile-low-players a {
  color: white;
}

.quickplay-tile-low-players {
  position: absolute;
  left: 35px;
  bottom: 40px;
  width: 175px;
  height: 15px;
  font-size: 12px;
}

.quickplay-map-tile-head {
  color: white;
  overflow: hidden;
}

.quickplay-map-tile  h3 {
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
}

.quickplay-map-tile {
  position: relative;
  cursor: pointer;
  display: block;
  height: 200px;
  border: 5px solid black;
  margin-bottom: 20px;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'TF2secondary';
}

.quickplay-section {
  color: white;
  background-color: rgb(57, 52, 46);
  border-bottom: 3px solid rgb(118, 104, 96);
  font-family: 'TF2secondary';
}

.quickplay-section h2 {
  color: white;
  border-bottom: 0;
  letter-spacing: 1px;
  margin-bottom:0px;
  font-size: 40px;
  font-weight: normal;
  font-family: 'tf2_buildtf2_build';
 }

.quickplay-button {
  border-radius: 5px;
  padding: 10px 32px;
  background-color: #766B5E;
  color: #ECE3CB;
  border: none;
}

.quickplay-button:hover {
  background-color: #924738;
  color: #F3EDDD;
}

.quickplay-server-option-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.server-detail, .news-highlight, .provider-detail-links, .stat-section, .videofeed-navigation, .story_mode, .video-manage-controls, .mym-lobby-chatbox {
  background: rgba(0, 0, 0, .4);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
  color: rgb(236, 227, 203);
 }
.server-detail .label {
  font-family: "open sans","Segoe UI","Segoe WP","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.video-manage-controls h4 {
  border-bottom: 1px solid white;
}

.server-detail .server-options {
  bottom: 0px;
  left: 0px;
}

.server-detail-empty {
  opacity: 0.6;
}

.quickplay-no-servers {
  text-align: center;
  color: white;
}

.server-main-info tr td {
  padding-bottom: 2px;
}


.quickplay-well {
  background-color: rgba(0,0,0,.3);
  border: 3px solid rgb(118, 104, 96);
  padding: 19px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  min-height: 200px;
  font-family: 'TF2secondary';
}

.quickplay-well-no-height {
  min-height: 0 !important;
}

.quickplay-well h3 {
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  color: white;
}

.scraptf {
  color: black;
  text-align: center;
  background-color: #ecf0f1;
  min-height: 100px !important;
}

.scraptf-logo {
  background-color: #ecf0f1;
  border: 3px solid rgb(118, 104, 96);
  padding: 15px;
  margin-left: 140px;
  margin-right: 140px;
}

.manncostore {
  color: black;
  text-align: center;
  background-color: #ecf0f1;
  min-height: 100px !important;
  padding: 0px !important;
  overflow: hidden;
}

.manncostore img {
  width: 363px;
}

.rackore {
  padding: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}

.preference-filter {
  background-color: rgb(54, 53, 49);
  border: 3px solid rgb(118, 104, 96);
  color: white;
  padding: 5px;
  padding-left: 10px;
  font-size: 16px;
}

.filter-close {
  font-size: 18px;
  margin-right: 10px;
}

.quickplay-well select, .quickplay-form input, .quickplay-form textarea, .quickplay-form select {
  background-color: rgb(54, 53, 49);
  border-color: rgb(118, 104, 96);
  color: white;
  border-width: 3px;
  border-radius: 0;
  resize: vertical;
}

.quickplay-well input {
  font-size: 18px;
  line-height: 1.5;
  color: #ECE3CB;
  background-color: rgb(54, 53, 49);
  border: 3px solid rgb(118, 104, 96);
  border-radius: 0;
}

.quickplay-form .input-group-addon {
  background-color: rgb(54, 53, 49);
  border-color: rgb(118, 104, 96);
  color: white;
  border-width: 3px;
  border-radius: 0;
}

.quickplay-well-form input,select {
  padding: 4px;
  color: white !important;
}

.quickplay-well h4, .map-stat-title {
  margin-top: 0;
  border-bottom: 1px solid white;
}

.form-control[disabled], .form-control[readonly] {
  background-color: rgb(84, 83, 79) !important;
}

.form-control[type=number], select.form-control {
  padding-top: 6px !important;
  padding-bottom: 0px !important;
}

.quickplay-rush-time {
  color: white;
}

#gamemode a, #provider a {
  color: #777;
}

.inner-addon {
    position: relative;
}

.quickplay-servers-hidden {
  text-align: center;
  color: #993232;
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: white;
  font-size: 24px;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input, .left-addon select  { padding-left:  40px; }
.right-addon input, .right-addon select { padding-right: 40px; }

/**
  * news
  */

.news-filter h4 {
  color: white;
  border-bottom: 1px solid white;
}

.options-expand {
  color: white;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 15px;
  background-color: black;
  margin-bottom: 15px;
}

.news-provider-checkbox-image {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.news-provider-link {
  float: right;
}

.news-item {

}

.news-check-all {
  float: right;
  cursor: pointer;
}

.news-item-container {
  font-family: arial,helvetica,sans-serif;
  color: white;
}

.news-item-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(0, 0, 0, .4);
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.news-item-title {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 18px;
  color: #b35215;
}

.news-item-title-small {
  display: block;
  color: white;
  font-size: 16px;
  color: #b35215;
}

.news-item-body {
  color: white;
  padding-top: 15px;
  background: rgba(73, 73, 73, .2);
}

.news-item-body audio {
  width: 100%;
}

.news-item-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.news-item-body .video-item, .news-item-body .video-item a {
  color: white;
}

.news-item-body .social {
  float: none;
}

.news-item-body .social img {
  display: inline;
}

.img-news-item-small {
  height: 20px;
  margin-right: 10px;
}

.news-item-small {
  margin-bottom: 5px;
}

 .news-highlight h4 {
  margin-top: 0;
 }

 .news-highlight {
  min-height: 140px;
 }

 .news-highlight h4 small {
  font-size: 60%;
 }

 .navigation-news {
  text-align: center;
 }

.navigation-news .pagination>li>a,
.navigation-news .pagination>li>span {
  color: white;
  border: 2px solid black;
  background-color: rgba(0,0,0,.3);
  width: 50px;
}

.navigation-news .pagination>li>a:hover {
  background-color: #212121;
}

.navigation-news .pagination>li.active>a,
.navigation-news .pagination>li.active>span {
  background: #993232;
  color: #fff;
}


.news-item-date {
  text-align: right;
}

.tf2-update ul {
    list-style-type: none;
    line-height: 20px;
    margin: 0;
    padding: 0;
    list-style-position: outside;
    margin-left: 0;
}

.tf2-update li {
    margin: 0;
    padding: 0;
    padding-left: 40px;
    padding-bottom: 15px;
    background: url('http://media.steampowered.com/apps/tf2/blog/images/blog_arrow.png') no-repeat 0px 3px;
}

#tab-manage li a {
  color: #993232;
  font-weight: bold;
}

.faq-q-a {
  font-family: 'Arial';
}

.faq-q-a h3 {
  background-color: rgba(0,0,0,0.4);
  border-radius: 5px;
  padding: 15px;
}

/**
  *  story mode story_mode
  */

.story_mode_image .label {
  margin-top: 4px;
  display: block;
}

.story_mode h3 {
  margin-top: 0;
}

.story_mode_actions {
  margin-top: 20px;
}

/**
  * mym meet your match
  */
.mym-closed {
  margin-top: 200px;
  font-size: 34px;
  color: #993232;
}

.mym-closed small {
  font-size: 12px;
}

.mym-closed i {
  font-size: 100px;
}

.mym-lobby .fancy-h {
  margin-top: 0;
}

.mym-lobby h3 {
  color: #766860;
  margin-top: 0;
  border-bottom: 1px solid #766860;
}

.mym-lobby-header {
  background-image: url('/images/mym/mym-bg.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 10px;
}

.mym-lobby-subinfo {
  padding-top: 5px;
  min-height: 60px;
}

.mym-lobby-subinfo a {
  color: white;
}

.mym-lobby-map-rotation {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mym-lobby-map-rotation-map {
  text-align: center;
}

.mym-lobby-map-rotation-map-h {
  padding-top: 5px;
  padding-bottom: 10px;
}

.mym-lobby-map-rotation-link {
  color: white;
}

.mym-lobby-map-rotation-map .thumbnail {
  margin-bottom: 0 !important;
}

.mym-user-avatar {
  float: left;
  margin-right: 10px;
  border: 1px solid #766860;
}

.mym-user-name {
  font-weight: bold;
  line-height: 32px;
}

.mym-user-score {
  text-align: right;
}

.mym-lobby-body {
  min-height: 400px;
}

.btn-mym {
  color: #fff;
  background-color: gray;
  border-color: #000;
}
 
.mym-lobby-chatbox-history {
  height: 300px;
  border: 2px solid #766860;
  border-bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px;
}

.mym-chat-system-msg {
  font-weight: bold;
}

.hon-vs-row {
  padding: 60px 30px 30px 30px;
}

.hon-vs-container {
  position: relative;
  text-align: center;
  color: white;
  font-family: "tf2_buildtf2_build";
  font-size: 35px;
}

.hon-left-map {
  position: absolute;
  left: 0;
  top: 0;
}

.hon-right-map {
  position: absolute;
  right: 0;
  top: 0;
}

.hon-choice-container {
  background: rgba(0, 0, 0, .4);
  border-radius: 5px;
  padding: 50px 15px 50px 15px;
  margin: 10px;
  color: rgb(236, 227, 203);
  text-align: center;
}

.hon-top-h {
  margin-top: 0;
  color: white;
  font-family: "tf2_buildtf2_build";
  font-size: 35px;
}

/**
  * community-provider
  */
.community-provider-bg {
  position: relative;
}

.provider-settings-bg {
  padding-bottom: 0;
}

.community-provider-layer {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.community-provider-detail h2 {
  margin-top: 0 !important;
}

.provider-img-beacon {
  text-align: center;
}

.beacon-verify-form {
  color: white;
}

.beacon-link-index a {
}

.beacon-provider-image-logo {
  height: 25px;
  margin-left: 5px;
}

.provider-details {
  min-height: 200px;
}

.provider-detail-links {
  margin-bottom: 0 !important;
}

.provider-detail-links a {
  color: white;
  font-size: 15px;
}

.community-provider-desc {
  background-color: rgba(0,0,0, 0.9);
}

.quickplay-tile-details {
  padding: 5px;
  background-color: rgba(0,0,0, 0.6);
  border-radius: 5px;
}

.community-provider-location {
  position: absolute;
  bottom: 35px;
  left: 25px;
}

.provider-tile-container {
  position: relative;
}

.community-provider-badges {
  text-align: right;
  margin: 5px;
  position: absolute;
  right: 0px;
  bottom: -30px;
  width: 150px;
  height: 60px;
  z-index: 20;
}

/**
  *   Vault bank
  */
.vault-key-count {
  color: gray;
  display: inline-block;
}

.myvault-total {
  font-size: 30px;
  color: gray;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/**
  * stats statistics
  */

.stats-gamemode-detail {
  color: white;
}

.table-stats {
  border: 5px solid black;
}

.table-stats th {
  background-color: rgb(19, 19, 19);
}

.table-stats td, .table-stats th {
  border-top: 1px solid gray !important;
}

.stat-best-time-rush-hour {

}

label {
  font-weight: 100 !important;
}

.control {
  position: relative;
  display: block;
  padding-left: 45px;
  line-height: 35px;
  cursor: pointer;
  color: white;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  background-color: #111;
  display: inline-block;
}

.control__indicator {
  position: absolute;
  font-size: 30px;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 3px solid rgb(118, 104, 96);
  padding: 12px;
  background-color: rgb(54, 53, 49);
}

.control--radio .control__indicator {
  border-radius: 50%;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: -5px;
  left: 4px;
  content: '\f00c';
  font-size: 16px;
  font-family: "FontAwesome";
  border: solid #fff;
  border-width: 0;
}

/**
  *   highlight
  */

.highlight-section {
  border-bottom: 3px solid rgb(118, 104, 96);
}

.highlight-server-tweet blockquote {
  margin-top: 45px;
  margin-left: 10px;
}

.highlight-server-container {
  padding-top: 10px;
}

.highlight-no-servers {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  color: white;
}

/**
  *   Credits
  */

.list-supporters {
  color: rgb(119, 119, 119);
}

.list-supporters img {
  display: inline-block;
  margin-bottom: 5px;
}

.commisions-board-desc blockquote {
  font-size: 18px;
  letter-spacing: 1px;
}

.commisions-board-contact img {
  width: 25px;
}

#mascot-container {
  position: relative;
}

#mascot-overlay {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#mascot-art-creator {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: gray;
}

.badge-img {
  padding: 15px;
  color: rgb(236, 227, 203);
  font-size: 16px;
  text-align: center;
}

.badge-img img {
  padding: 20px;
}

.badge-award-title {
  color: #ECE3CB;
  font-family: "tf2_buildtf2_build";
  padding: 0 10px;
  margin-bottom: 16px;
  font-size: 28px;
}

.badge-beta {
  font-size: 40%;
  font-family: "open sans","Segoe UI","Segoe WP","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.Badge {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: 2px;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  line-height: 34px;
  background-color: rgb(241, 130, 51);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.35);
  box-shadow: 0 2px 4px rgba(0,0,0,0.35);
}

.Badge .fa {
  margin-right: 0 !important;
}

/**
  *  csl custom server lists
  */
.btn-new-fancy-h {
  font-family: "open sans","Segoe UI","Segoe WP","Helvetica Neue",Helvetica,Arial,sans-serif;
  float: right;
}

.csl-description {
  max-height: 200px;
  overflow: hidden;
}

.csl-filter-list {
  text-align: right;
}

.csl-filter-list .options {
  padding-top: 10px;
}

.csl-filter-list .options div {
  display: inline-block;
  float: right;
  margin-left: 20px;
}

.csl-filter-list h3 {
  margin-top: 0;
}

.csl-show-all {
  cursor: pointer;
  text-align: center;
}

/**
  *   Server check
  */
.server-check-list-item {
  margin-bottom: 20px;
}

/**
  * Community Choice
  */

.cup-community-choice {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cup-community-choice .label {
  font-size: 90%;
  position: absolute;
  left: 135px;
  top: 223px;
}

.community-choice-starting {
  margin-top: 40px;
}

.creator-profile-collab-view-all {
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
  font-size: 20px;
}

.collab-creator {
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 75px;
}

.video-collab-info {

}

.video-collab-name {
  margin-bottom: 3px;
  margin-top: 3px;
  font-weight: bold;
}

.video-collab-name img {
  width: 25px;
  float: left;
  margin-right: 10px;
}

.video-collab-name a {
  line-height: 25px;
}

.collab-view-all {
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
/**
  * Manage
  */

.btn-grey {
  background-color: gray;
}

.btn-go-back {
  position: absolute;
  left: 20px;
}

.manage-videos-info {
  text-align: center;
  position: relative;
}

button span {
  padding-left: 10px;
}

.collab-creator-name {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 5px;
}

.collab-creator-name a {
  font-size: 15px;
  padding: 5px;
  line-height: 30px;
}

.no-collabs, .no-killed-by {
  text-align: center;
  padding: 15px;
  padding-top: 5px;
  margin-bottom: 5px;
}

.fill-manage {
    min-height: 135px;
}

.killed-by-kills {
  width: 20%;
}

.killed-by-killed-by {
  width: 50%;
}

.killed-by-health {
  width: 20%;
}

.killed-by-actions {
  width: 10%;
}

.show-extra-options {
  text-align: center;
}

.show-extra-video-options {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.crit-image, .crit-mini-image {
  width: 40px;
}

.crit-rand {
  font-size: 9px;
}

.crit-rand {
  display: inline-block;
}

.crit-rand, .crit-image, .crit-mini-image, .provider-join-empty {
  float: right;
}

/**
  * Vis.js visualisations
  */

#creator-collab-container, #creator-collab-canvas {
  position: relative;
  width: 100%;
  height: 1000px;
}

.collab-map-full-legenda {
  position: absolute;
  left: 20px;
  top: 20px;
  min-width: 450px;
  z-index: 101;
  background-color: rgba(0,0,0, 0.5);
  border-radius: 5px;
  padding: 15px;
  color: white;
}

/**
  * Header
  */

.header-logo {
  width: 32px;
}

.container-body {
  /*background-color: rgba(255,255,255,0.9);*/
  background-color: rgb(33, 33, 33);
  color: white;
  padding-top: 41px;
}

.breadcrumb {
  background-color: #494949;
}

.breadcrumb a {
  color: white;
}

header {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 18px;
  color: #232323;
  text-align: center;
}

.navbar-brand {
  font-size: 20px;
  font-family: 'tf2_buildtf2_build', "open sans","Segoe UI","Segoe WP","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 32px;
  color: #5e5e5e;
}

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

.navbar-brand-about {
  font-size: 50px !important;
}

.about-branding {
  padding-top:100px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.about-contact {
  float: left;
  text-align: center;
  margin-right: 10px;
}

.letsplayagame img {
  width: 36px;
  height: auto;
}

.letsplay-head, #winnable, .text-center, .souls-result {
  text-align: center;
}

.letsplay-img {
  float: right;
  width: 200px;
}

.letsplay-price {
  width: 50px;
}

.letsplay-option img {
  width: 95px;
}

.letsplay-option-player {
  float: left;
}

.letsplay-option-house {
  float: right;
}

#collected-souls, .souls-required, .bold, .souls-result-win-house-choice, .souls-result-win-user-choice {
  font-weight: bold;
}

.enroll-icon {
  font-size: 60px !important;
}

.about-contact img {
  width: 100px;
}

.sould-price-img {
  width: 75px;
}

.result-img {
  width: 50px;
}

.souls-result {
  margin-top: 110px;
}

.souls-rigged {
  font-size: 110%;
  top: 110px !important;
}

header .smaller-heading h1 {
  font-size: 40px;
}

@font-face {
    font-family: 'tf2regular';
    src: url('/fonts/tf2-webfont.eot');
    src: url('/fonts/tf2-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/tf2-webfont.woff2') format('woff2'),
         url('/fonts/tf2-webfont.woff') format('woff'),
         url('/fonts/tf2-webfont.ttf') format('truetype'),
         url('/fonts/tf2-webfont.svg#tf2regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tf2_buildtf2_build';
    src: url('/fonts/tf2build-webfont.eot');
    src: url('/fonts/tf2build-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/tf2build-webfont.woff2') format('woff2'),
         url('/fonts/tf2build-webfont.woff') format('woff'),
         url('/fonts/tf2build-webfont.ttf') format('truetype'),
         url('/fonts/tf2build-webfont.svg#tf2_buildtf2_build') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'TF2secondary';
  src: url('/fonts/TF2Secondary.eot');
  src: url('/fonts/TF2Secondary.eot?#iefix') format('embedded-opentype'),
    url('/fonts/TF2Secondary.woff') format('woff'),
    url('/fonts/TF2Secondary.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.page-bg {
  background-image: url('/images/bg_11.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

#content {
  min-height: 1000px;
}

.yamm-content {
  padding-top: 10px !important;
}

.yamm-dropdown {
  min-width: 100%;
  left: 0 !important;
  border-top: 0 !important;
  background-color: rgba(245,245,245,1);
  box-shadow: 2px 2px 2px rgba(0,0,0,.2),0px 2px 2px rgba(0,0,0,.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.yamm-dropdown .bold {
  padding-bottom: 10px;
}

.yamm-dropdown .divider {
  padding: 0 !important;
}

.yamm-dropdown a {
  color: gray;
}

.yamm-dropdown a:hover {
  color: black;
  text-decoration: none;
}

.explore-content li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.yamm-dropdown li img {
  width: 16px;
  margin-right: 6px;
}

.empty-menu-spacer {
  display: inline-block;
  width: 24px;
  height: 1px;
}

.dropdown-user span {
  font-size: 16px;
  margin-right: 6px;
}

.navbar-left li img {
  width: 16px;
  margin-right: 4px;
}

.fa {
  margin-right: 8px;
}


.twitch-menu {
  width: 25px;
}

.twitch-live img {
  -webkit-animation: neon 1.5s ease-in-out infinite alternate;
  -moz-animation: neon 1.5s ease-in-out infinite alternate;
  animation: neon 1.5s ease-in-out infinite alternate;
}

.bg-ban {
  padding: 5px;
  text-align: center;
}

/**
  * Footer
  */
.footer-bottom {
  background-color: #171717;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-bottom a {
  color: white;
}

.footer-bottom a:hover {
  color: gray;
  text-decoration: none;
}

.footer-bottom img {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-bottom small {
  font-style: italic;
  font-size: 12px;
}

.list-footer {
  text-align: center;
}

.list-footer li {
  padding-right: 15px;
}

.list-footer li i {
  padding-right: 5px;
}

.version {
  padding: 10px;
  color: #999999;
}

.datacenter-code {
  color: gray;
}

.datacenter-table {
  max-width: 400px;
}

.tr-sum {
  border-top: 2px solid black;
}

.datacenter-lastscan {
  font-size: 12px;
}

.page-error {
  color: white;
}

.page-error h2 {
  color: white;
  border-bottom: 1px solid white;
}

/*
 *  Admin forms
 */
.form-info li {
  list-style: square;
  font-weight: bold;

}

.new-creator-social-link {

}

.admin-options a {
  color: white;
}

/** spinner **/

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/* Statistics dashboard */


#stats-dashboard .col-md-6 {
  padding-right: 0;
  padding-left: 0;
  min-height: 800px;
  border: 2px solid #b35215;
}

#stats-dashboard .worldmap-embed {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* BmS */

.bms {

}

.bms-header {
  color: white;
  margin-bottom: 75px;
}

.bms-header h3 {
  font-family: "tf2_buildtf2_build";
  font-size: 24px;
}

.bms #content {
  min-height: 0;
}

.bms .panel-title {
  font-family: "tf2_buildtf2_build";
  font-size: 24px;
}

.bms .panel {
  border: 1px solid black;
  text-align: center;
}

.bms .panel, .bms .panel-heading {
  background-color: rgb(33, 33, 33);
  color: white;
}

.tf_industries_logo {
  width: 200px;
}

.bms .panel-dashboard-options {
  text-align: left !important;
}

.bms-map-overview {
  width: 100%;
  height: 500px;
}

.manage-map-map-options {
  padding-top: 15px;
}

.map-stats-thumbnail {
  position: relative;
  display: inline-block;
  margin: 10px;
  border: 5px solid black;
  background-color: black;
}

.map-stats-tile-head {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  background-color: rgba(0,0,0,0.6);
  color: white;
  font-family: 'TF2secondary';
}

.map-stats-creator-spacer {
  margin-bottom: 15px;
}

.lb-container {
  background-color: black !important;
}

.lightbox .lb-image {
  border-color: black !important;
}

.valve-mm-history-match {
  margin-top: 20px;
}
