/* This file combines all other Sass/CSS files
*
*  Add new files below as appropriate
*  Make sure to compile with compressed outputStyle when committing css to repo
*/
/* Shared Variables & Definitions
*  Define widely used variables and other definitions
*    which can be @imported and @extended
*
*/
/* CSS Document */
body, div, table, li, ul {
  padding: 0;
  margin: 0;
  font-family: arial;
  font-size: 15px;
  line-height: 22px; }

body {
  background: url('/images/stages/fountain.jpg') 50% 0 fixed;
  height: 100%;
  overflow-x: hidden; }

#header {
  background: #000;
  padding: 0px;
  height: 60px; }

h1 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0; }

h1.smaller {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0; }

h4 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px; }

h5 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 18px; }

h2 {
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0 10px; }

p {
  font-size: 16px; }

#ccpa a {
  color: #fff !important;
  font-size: 12px;
}

.about h2 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 15px; }

.about ul {
  margin-bottom: 30px; }

.about li {
  margin-left: 30px;
  font-size: 16px;
  line-height: 26px; }

.about p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #222; }

h3 {
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0 20px 0;
  clear: both; }

.wide-button {
  width: 100%;
  max-width: 400px; }

#footer h4 {
  margin: 20px 0; }

#support-goals li {
  margin-bottom: 12px; }

#inner-header {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

#logo {
  float: left;
  padding: 5px 20px; }

#logo a {
  color: #fff;
  text-decoration: none; }

#logo img {
  width: 250px;
  height: auto; }

#main-nav {
  text-align: right;
  float: right;
  margin-top: 15px; }

#main-nav li {
  padding: 0 0 0 30px;
  float: left;
  color: #fff;
  list-style: none;
  line-height: 30px; }

#main-nav a {
  text-decoration: none;
  color: #fff; }

#footer {
  padding: 0 0 20px 0;
  float: left;
  clear: left;
  width: 100%;
  box-sizing: border-box; }

#innerfooter {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  clear: both; }

#twitch_Comments1, #twitch_Comments2 {
  box-sizing: border-box;
  float: left;
  clear: both;
  width: 94%; }

#sub-menu, #sub-create-menu {
  display: none;
  position: absolute;
  top: 40px;
  right: -50px;
  z-index: 1000;
  background: #000;
  padding: 0px;
  width: 250px;
  border: 1px solid #222; }

#sub-menu li, #sub-create-menu li {
  float: none;
  clear: both;
  text-align: left;
  border-bottom: 1px solid #222;
  margin: 0;
  padding: 0; }

#sub-menu li a, #sub-create-menu li a {
  padding: 7px 14px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box; }

#subCreateTrigger {
  position: relative;
  cursor: pointer; }

#sub-create-menu {
  top: 40px;
  right: -100px; }

#main-container.blog .blog-intro {
  padding: 15px 0 0;
  margin-bottom: 0; }

.delete {
  text-decoration: underline;
  cursor: pointer; }

#player-posts {
  float: right;
  width: 18%;
  padding-left: 15px}

#player-posts li {
  list-style: none;
  margin: 0 0 15px;
  float: left;
  width: 100%; }

#player-posts h3 {
  margin: 10px 0 10px;
  padding: 0 0 8px;
  clear: both;
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef; }

.player-stat {
  width: 50%;
  max-width: 243px;
  text-align: center;
  float: left;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 9px 0;
  margin-bottom: 0;
  font-size: 20px;
  background: #efefef; }

.player-stat .stat {
  font-size: 16px;
  margin-bottom: 5px;
  color: #333; }

#sub-menu li:hover {
  background: #222; }

.showing {
  display: block; }

.hide {
  display: none; }

#header-avatar {
  float: left;
  padding-right: 10px;
  position: relative;
  cursor: pointer; }

#header-avatar img {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px; }

#ssb-header-mobile iframe {
  width: auto;
  max-height: 70px;
}

#tagline {
  clear: both;
  background: #ccc;
  text-align: center;
  color: #000;
  font-size: 25px;
  padding: 20px;
  box-sizing: border-box; }

#tagline div {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px; }

#shoutouts {
  clear: both;
  background: #333;
  text-align: center;
  color: #fff;
  padding: 20px;
  box-sizing: border-box; }

#shoutouts div {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%; }

#shoutouts img {
  width: 100%;
  height: auto;
  max-width: 165px; }

#shoutouts .col-2 {
  width: 20%;
  text-align: center; }

#outer-container {
  width: 100%;
  position: relative;
}

#main-container {
  width: 100%;
  max-width: 1050px;
  padding: 30px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

.hideBtn {
  font-size: 12px;
  color: #888;
  cursor: pointer;
  text-decoration: underline;
  border-radius: 6px;
}

#char-matchup-link {
  float: left;
  width: 50%; }

#main-container.narrow {
  max-width: 950px; }

a {
  color: #333; }

#main-nav a:hover {
  color: #ccc; }

a:hover {
  color: #666; }

.video-listing {
  padding: 0 0 20px 0;
  margin: 2%;
  float: left;
  width: 21%;
  height: 200px; }

.video-thumb, .video-thumb-short {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 20px 0;
  position: relative;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.pandaRank {
  position: relative; }

#pandaRank {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #f9e505; }

.charUsage:hover {
  opacity: .8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px;
  height: 50px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.c3-title {
  font: 14px sans-serif; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

.c3-chart-arc.c3-target g path {
  opacity: 1; }

.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1; }

.video-thumb:hover {
  opacity: .75;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.video-thumb img {
  width: 100%;
  height: auto; }

.vid-title {
  clear: both;
  font-weight: bold; }

.vid-title a {
  text-decoration: none; }

.highlight {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.video-collection {
  background: #fff;
  border: 1px #efefef solid;
  padding: 10px;
  margin-top: 20px;
  float: left;
  width: 100%;
  box-sizing: border-box; }

.video-collection h2 {
  margin-left: 2%; }

.row {
  width: 100%;
  float: left; }

.col-2 {
  float: left;
  width: 15.25%; }

.col-1 {
  float: left;
  width: 5%;
  border-right: 1px solid #fff;
  min-height: 50px;
  text-align: center; }

.col-3 {
  float: left;
  width: 33.3%;
  border-right: 1px solid #fff;
  text-align: center;
  box-sizing: border-box; }

.col-4 {
  float: left;
  width: 25%;
  box-sizing: border-box; }

#header-callout {
  text-align: center;
  font-size: 16px;
  background: #167675;
  padding: 15px 35px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  color: #fff; }

#header-callout a {
  color: #fff; }

#header-callout #close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: normal; }

#header-callout #header-close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: normal; }

#footer {
  background: #000; }

#footer .col-3 {
  float: left;
  width: 33%;
  text-align: left;
  border: none; }

#footer .col-4 {
  float: left;
  width: 25%;
  text-align: left;
  border: none; }

#footer li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  margin-bottom: 7px; }

#footer li a {
  color: #fff; }

#footer h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px; }

#footer .row, #footer .col-3, #footer .col-12 {
  padding: 0; }

.col-6 {
  float: left;
  width: 50%; }

.players-list.col-4 {
  float: left;
  width: 24.275%;
  border-right: 1px solid #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased; }

.players-list {
  margin: 0px; }

.players-list img {
  width: 100%;
  height: auto;
  margin: 1px 0 0; }

.tier-list.col-4 {
  float: left;
  width: 24.275%;
  height: 180px;
  border: 1px solid #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background: #1A1A1A;
  overflow-y: hidden; }

.tier-list {
  margin: 0px; }

.tier-list img {
  width: 100%;
  height: auto;
  margin: 1px 0 0; }

.tier-list-image {
  max-width: 100%;
  height: auto; }

.sidebar-banner {
  margin: 50px 0;
  text-align: center; }

.players-list a img:hover, .tier-list a img:hover {
  opacity: .75;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.players-list a, .tier-list a {
  text-decoration: none;}

.bio .col-3 {
  width: 16.66%; }

#dateToggle {
  cursor: pointer; }

#endDateToggle {
  display: none; }

#vid-container {
  text-align: center;
  min-height: 473px; }

.meta {
  padding: 20px 0 0; }

.match-details {
  border: 1px solid #fff;
  border-top: none;
  max-width: 950px; }

.row.match-details.bio {
  max-width: 100%; }

.match-details-header {
  font-weight: bold;
  border: 1px solid #fff;
  border-bottom: none;
  margin-top: 20px;
  max-width: 950px; }

/*.no-right-border {border-right:0}*/
.mobile-only-clear {
  display: none; }

#tournament-list li {
  list-style: none;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  margin: 0; }

#tournament-list a {
  text-decoration: none; }

.video-collection .tourney-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 5px 0;
  padding: 0;
  background: none; }

.tourney-meta {
  color: #666;
  padding-top: 0px;
  font-size: 13px;
  line-height: 18px; }

.tall-listing {
  height: 220px; }

#vs-char-div {
  background: rgb(0,0,0,.6);
  background-size: 100% auto;
  color: #fff;
  padding: 20px 0 0 0;
  font-size: 30px;
  z-index: 10000;
}

#char1-pic {
  margin-right: 8px; }

#char2-pic {
  margin-left: 8px; }

#char1-pic, #char2-pic {
  width: 40%;
  display: inline-block;
  box-sizing: border-box;
  height: 200px; }

#char1-pic img, #char2-pic img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 200px; }

.rubber {
  margin-top: 50px;
  border-top: 1px solid #efefef; }

.sidebar-avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  padding: 0 10px 10px 0; }

.sidebar-avatar img {
  width: 100%;
  height: auto; }

.add-to-tournament a {
  padding: 5px 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  margin: 15px 0 5px;
  display: none; }

.match-details img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.match-details img:hover {
  opacity: .75;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.winner img {
  border: 10px solid #f9e505;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.square-title {
  background: #333;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  font-weight: bold; }

.square-title-header {
  background: #000;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: bold; }

.square-title-c {
  background: #111;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: bold; }

.square-title-header a, .square-title a {
  color: #fff; }

.owl-carousel .owl-item .square-title-c {
  height: auto; }

.winnerLink {
  text-align: center;
  font-weight: bold;
  padding: 40px 0; }

#blog-meta {
  font-size: 16px;
  padding: 15px 0;
  line-height: 21px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  color: #666;
  float: left;
  width: 100%; }

#blog-meta .blog-avatar {
  font-size: 18px;
  float: left;
  width: 50px;
  height: 50px;
  margin: -10px 10px 10px 0; }

#blog-meta-twitch {
  font-size: 14px;
  padding: 5px 0 10px;
  line-height: 28px;
  margin-bottom: 8px;
  border-bottom: 1px solid #efefef;
  color: #666; }

#blog-meta-twitch .blog-avatar-sm {
  font-size: 18px;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 20px 0; }

.tier-list-bio {
  font-size: 16px;
  margin: 0 10px 0px 0;
  color: #fff;
  line-height: 20px;
  text-align: left;
  box-sizing: border-box;
  padding: 7px;
  background: #000;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  display: flex;
}

.tier-list-bio .date {
  font-size: 12px;
  margin: 7px 10px 0px 0;
  color: #fff;
  line-height: 14px;
  font-weight: normal; }

.tier-list-bio img {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 10px 0px 0; }

#main-container.blog ul#latest-blog {
  margin: 0;
  padding: 10px 0;
  margin-top: 10px; }

#main-container.blog #latest-blog li {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 22px;
  clear: both;
  float: left;
  width: 100%; }

#main-container.blog #latest-blog li a {
  font-size: 16px; }

.match-details:last-child {
  border: 1px solid #efefef; }

.relative {
  position: relative; }

#nidPic {
  cursor: pointer; }

#nidContainer {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 23px;
  left: 0px;
  text-align: center;
  z-index: 10000;
  background: #000;
  color: #fff;
  display: none; }

.clear {
  clear: both; }

#vs-char {
  font-size: 20px;
  margin-top: 15px; }

.character-page #vs-char {
  margin-top: 5px; }

.character-page #vs-char #character2 {
  margin-bottom: 14px;
  width: 22%; }

#vs-char span {
  padding: 0 15px 0 5px; }

#vs-char #character2 {
  padding: 14px; }

#vs-char #view-battles {
  display: inline-block;
  margin-left: 0px; }

.ui-helper-hidden-accessible {
  display: none; }

#vs {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 25px 0; }

#view-battles {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 50px; }

.character-page #view-battles {
  padding: 0; }

.character-page h1 {
  line-height: 27px; }

#vs-char-div #view-battles a {
  background: seagreen;
}

#vs-char-div #view-battles a:hover {
 background: mediumseagreen;
}

#view-battles a {
  text-decoration: none;
  padding: 15px 40px;
  background: #111;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}

#view-battles a:hover {
  background: #555; }

.owl-item img {
  width: 100%;
  height: auto; }

.owl-carousel .owl-item div {
  text-align: center;
  height: 270px; }

#channel1, #channel2 {
  width: 50%;
  float: left; }

#channel1Vid.large iframe, #channel2Vid.large iframe {
  width: 800px;
  height: 462px; }

#channel1.solo, #channel2.solo {
  width: 75%; }

#channel1.no-twitch, #channel2.no-twitch {
  width: 25%; }

#pagination {
  text-align: center;
  padding: 20px 0;
  clear: both; }

.pagination {
  display: inline-block;
  padding: 5px; }

#comments {
  padding: 0; }

.commentContainerBorder {
  padding: 20px;
  border: 1px solid #efefef;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box; }

#channel1 input[type='text'], #channel2 input[type='text'] {
  -webkit-appearance: none;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0;
  font-size: 16px;
  line-height: 22px; }

#twitch_Comments1 .commentContainerBorder, #twitch_Comments2 .commentContainerBorder {
  padding: 5px 20px;
  border: 1px solid #efefef;
  height: 300px;
  overflow: scroll; }

.comment {
  font-size: 18px;
  padding: 5px 0 0;
  float: left;
  clear: both;
  width: 100%; }

.comment-text {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 30px;
  color: #333;
  font-family: georgia; }

.comment-details {
  font-size: 14px;
  color: #333; }

#commentBox {
  margin-top: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none; }

textarea {
  width: 100%;
  border: 1px solid #efefef;
  font-size: 16px;
  margin: 20px 0;
  height: 100px;
  box-sizing: border-box;
  padding: 10px; }

button {
  font-size: 16px;
  padding: 15px;
  border: none;
  border-radius: 6px;
}

.add-comment {
  margin-bottom: 20px;
  text-align: center; }

button#addComment {
  background: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;}

h1.bio {
  margin: 0; }

.avatar {
  float: left;
  max-width: 250px;
  width: 40%;
  height: auto;
  margin: 0 20px 0 0;
  position: relative; }

.avatar img {
  width: 100%;
  height: auto; }

.matchup-avatar {
  float: left;
  max-width: 150px;
  width: 20%;
  height: auto;
  margin: 0 20px 30px 0;
  position: relative; }

.matchup-avatar img {
  width: 100%;
  height: auto; }

#claim {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: #000;
  opacity: 1;
  color: #fff;
  font-weight: bold; }

#claim a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-size: 21px; }

#claim a:hover {
  opacity: .6; }

.success {
  padding: 10px 0;
  font-size: 16px;
  color: #060; }

.failure {
  padding: 10px 0;
  font-size: 16px;
  color: #900; }

.bio-details {
  display: inline-block;
  margin: 10px 30px 0 0;
  color: #666; }

#network-square-container {
  margin: 10px 0 0;
  overflow: auto;
  overflow-y: hidden; }

#network-square-inner-container {
  min-width: 700px; }

.network-square {
  float: left;
  height: 55px;
  width: 55px;
  margin: 0;
  border-right: 1px solid #fff; }

.network-square:first-child {
  margin-left: 0; }

.network-square img {
  width: 100%;
  height: auto; }

#character1, #character2, #title {
  padding: 10px;
  width: 30%;
  margin: 20px 0 20px 0;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  box-sizing: border-box; }

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  background: #fff;
  list-style: none;
  width: 350px; }

.ui-menu-item {
  padding: 0px;
  border: 1px solid #ccc;
  border-top: none;
  cursor: pointer;
  float: left;
  clear: both;
  width: 100%;
  background: #fff; }

.ui-menu-item img {
  margin: 0 10px 0 0;
  width: 50px;
  height: auto;
  float: left; }

.ui-menu-item:nth-child(1) {
  border-top: 1px solid #ccc; }

.ui-menu-item:hover, .ui-menu-item:active {
  background: #efefef; }

.ui-state-focus {
  color: White;
  background: #96B202;
  outline: none; }

.ui-menu-item-wrapper {
  padding: 10px;
  float: left;
  clear: both;
  width: 100%;
  box-sizing: border-box; }

.ui-widget-content .ui-state-active {
  background: #efefef; }

#register {
  padding-bottom: 100px; }

#register input[type='text'], #createTournament input[type='text'], #createTournament input[type='number'], #stream1, #stream2 {
  padding: 10px;
  font-size: 18px;
  width: 90%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none; }

#register input[type='submit'], #addArticleBtn {
  cursor: pointer;
  padding: 10px;
  color: #fff;
  background: #000;
  width: 20%;
  display: inline-block;
  font-size: 18px;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
}

#createMatchup .col-4 {
  float: left;
  width: 32.8%;
  display: inline-block; }

#createMatchup .col-6 {
  float: left;
  width: 49.5%;
  display: inline-block; }

#createMatchup input[type='text'], #addPlayer input[type='text'], #profile input[type='text'] {
  padding: 10px;
  font-size: 18px;
  width: 90%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none; }

#createMatchup input[type='text'].character {
  width: 80%; }

#createMatchup .center {
  text-align: center; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  padding: 11px;
  color: #333;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 0;
  cursor: pointer; }

#addPlayer h3, #profile h3 {
  margin: 20px 0 10px; }

.col-4 select {
  width: 90%; }

.center {
  text-align: center; }

#addPlayer h3, #profile h3 {
  margin: 20px 0 10px; }

#profile .col-3 {
  padding: 0;
  margin: 0;
  text-align: left; }

#profile .col-3 select {
  width: 90%; }

#profile #city {
  width: 85%;
  padding: 10px;
  line-height: 24px; }

#profile .social-input[type='text'] {
  width: 50%;
  margin-left: 5px; }

#profile div {
  font-size: 16px; }

#ytURLField {
  text-align: center;
  padding: 20px 20px 0;
  margin-bottom: 0px;
  box-sizing: border-box; }

#ytURLField input, #claimInput {
  width: 80%;
  max-width: 400px;
  padding: 20px; }

#ytURLField #go {
  padding: 10px;
  color: #fff;
  background: #000;
  width: 20%;
  display: inline-block;
  font-size: 20px;
  line-height: 23px;
  cursor: pointer; }

input#playerSearch.claimInput.ui-autocomplete-input {
  padding: 10px;
  font-size: 18px;
  width: 60%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none; }

#claimBtn {
  padding: 10px;
  color: #fff;
  background: #000;
  width: 30%;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
}

.matchcreate-border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.matchcreate-border h3 {
  padding: 10px 0;
  cursor: pointer;
  margin: 0; }

.players-list, .tier-list {
  position: relative; }

.player-meta {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0.85; }

.vid-meta {
  font-weight: normal;
  font-size: 12px;
  color: #666; }

#addMatchBtn {
  padding: 10px 0;
  width: 100%;
  max-width: 350px;
  background: #000;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 6px; }

#addMatchBtn input[type='submit'], input#addMatchBtn {
  -webkit-appearance: none;
  border-radius: 6px; }

.player-meta {
  font-size: 20px;
  line-height: 28px;
  padding: 10px 0; }

.player-meta a {
  color: #efefef; }

#playerContainer {
  display: none; }

.rubberMatch {
  display: none; }

#playerSearch {
  font-size: 18px;
  padding: 10px;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none; }

ul#ui-id-1.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front, ul#ui-id-2.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  position: absolute;
  z-index: 10000; }

#tweet-box {
  padding: 10px;
  box-sizing: border-box; }

#tweet-box #tweet {
  margin: 20px 0;
  font-size: 16px;
  color: #666; }

#tweet-button {
  padding: 10px 0;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #1b95e0;
  margin-top: 20px; }

.desktop-only {
  display: block; }

.mobile-only {
  display: none; }

a.avgrund-close {
  display: none; }

.mobile-clear-no-top-padding {
  padding: 20px 0 20px; }

#best {
  width: 50%;
  overflow-x: scroll;
  margin: 5px 0 0;
  font-size: 14px; }

#best > div {
  width: 100%; }

#best .players-list.col-4 {
  width: 10%; }

#best .player-meta {
  font-size: 14px;
  padding: 0; }

.overflow {
  margin-bottom: 10px;
  padding: 15px 30px 20px;
  border: 1px solid #efefef;
  box-sizing: border-box; }

#hp-featured {
  overflow-y: hidden;
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
  background: #fff;
}

#hp-featured.char-page {
  min-width: 1600px; }

#hp-featured .col-3 {
  width: 250px;
  flex: none;
}

#hp-featured .col-3.featured-charts {
  height: 190px; }

.gray-bar {
  margin-bottom: 30px; }

#blog-content {
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding-right: 50px; }

#blog-sidebar {
  float: left;
  width: 30%;
  box-sizing: border-box; }

@media (max-width: 1200px) and (min-width: 881px) {
  #vid-container {
    min-height: 180px; } }
#blog-content img, #postBody img, .div.mce-edit-area img, .mce-container img {
  max-width: 100% !important;
  height: auto; }

.featuredPostsHeader {
  margin-top: 20px; }

.featuredPostsHeader .player-meta {
  font-size: 18px;
  line-height: 25px;
  opacity: 0.85; }

@media (max-width: 1100px) and (min-width: 951px) {
  #main-nav li {
    padding: 0 0 0 20px; } }
@media (max-width: 980px) {

  #outer-container {
    background-position: top center;
  }

  #twitch_Comments1, #twitch_Comments2 {
    width: 100%; }

  #channel1Vid.large iframe, #channel2Vid.large iframe {
    width: 100%;
    height: auto;
    max-width: 600px; }

  #channel1.solo, #channel2.solo {
    width: 100%; }

  #channel1.no-twitch, #channel2.no-twitch {
    width: 100%; }

  #player-posts h3 {
    margin: 0;
    border-bottom: 1px solid #eee; }

  #player-posts ul {
    margin-bottom: 20px;
    float: left;
    width: 100%; }

  #player-posts li {
    list-style: none;
    margin: 0px;
    float: left;
    border-bottom: 1px solid #efefef;
    width: 100%; }

  #player-posts li a {
    text-decoration: none;
    padding: 15px 0;
    display: block;
    width: 100%; }

  #blog-sidebar h6 {
    margin-bottom: 0; }

  #main-container.blog ul#latest-blog {
    margin-top: 0;
    padding-top: 0; }

  #main-container.blog #latest-blog li {
    list-style: none;
    margin: 0px;
    float: left;
    border-bottom: 1px solid #efefef;
    width: 100%; }

  #main-container.blog #latest-blog li a {
    text-decoration: none;
    padding: 15px 0;
    display: block; }

  .featuredPostsHeader .player-meta {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.8; }

  #char-matchup-link {
    float: left;
    width: 100%;
    text-align: center; }

  .player-stat {
    font-size: 17px; }

  .player-stat .stat {
    font-size: 13px;
    margin-bottom: 0px; }

  .hideBtn {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    border-radius: 6px;
  }

  #player-posts {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: -15px;
    padding-left: 0 }

  .character-page #vs-char #character2 {
    margin-bottom: 14px;
    width: 85%; }

  #blog-content {
    width: 100%;
    padding-right: 0; }

  #blog-sidebar {
    width: 100%;
    clear: both; }

  #channel1, #channel2 {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 30px; }

  .add-to-tournament a {
    display: block;
    padding: 10px 0;
    background: #000;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 5px;
    clear: both; }

  .sidebar-avatar {
    padding: 0px 10px 10px 0;
    margin-bottom: 10px; }

  #tournament-list {
    margin: 0 -20px; }

  #hp-featured {

  }

  #hp-featured.char-page {
    min-width: 900px; }

  #hp-featured .col-3 {
    width: 110px; }

  #hp-featured .col-3.featured-charts {
    width: 200px;
    height: 100px;
    overflow: hidden; }

  #best {
    overflow-x: scroll;
    width: 100%;
    margin: 0px 0 20px;
    float: left;
    clear: left; }

  #best .players-list.col-4 {
    width: 20%;
    max-width: 65px; }

  #best > div {
    width: 1000px; }

  .character-page #vs-char {
    margin-top: 15px; }

  #hp-featured-outer {
    overflow: scroll; }

  .overflow {
    margin: -15px -15px 0;
    padding: 15px;
    border: none;
    box-sizing: border-box;
    width: 109.1%;
    overflow: hidden; }

  .gray-bar {
    margin: -10px -15px 10px;
    padding: 10px 15px;
    background: #efefef;
    font-size: 18px;
    overflow: hidden; }

  .desktop-only, #createMatchup .desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  #logo {
    float: left;
    padding: 6px 0;
    margin-top: 5px; }

  #logo img {
    width: 190px;
    height: auto; }

  #header {
    padding: 0 15px 0 10px;
    height: 60px; }

  h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px; }

  h1.smaller {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0; }

  h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px; }

  #main-container {
    padding: 10px 4%;
    margin: 0 auto;
    background: #fff; }

  #main-nav {
    margin-top: 20px;
    font-size: 10px; }

  #main-nav li {
    font-size: 9px; }

  match-details-header div {
    padding: 5px 0; }

  .mobile-hide {
    display: none; }

  .col-3 {
    width: 33.1%; }

  iframe {
    width: 100%;
    height: auto;
    max-width: 600px; }

  #vid-container {
    min-height: 120px; }

  .video-collection h2 {
    font-size: 18px;
    background: #efefef;
    padding: 10px 15px;
    margin: 0 -13px 20px; }

  h2.mobile-clear {
    font-size: 16px;
    background: none; }

  p.center {
    margin-bottom: 5px; }

  #vs-char-div {
    background: none;
    height: auto;
    padding: 10px;
    font-size: 15px; }

  #char1-pic, #char2-pic {
    display: none; }

  .video-listing {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    float: left;
    clear: both;
    width: 100%;
    height: auto; }

  .video-thumb, .video-thumb-short {
    float: left;
    width: 100px;
    overflow: hidden;
    margin: 0 20px 0px 0;
    position: relative; }

  .video-thumb-short {
    float: left;
    width: 100px;
    height: 80px; }

  .video-thumb.wide {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }

  .tourney-meta {
    color: #666;
    padding-top: 5px; }

  #tourney-meta {
    color: #666; }

  .video-thumb img, .video-thumb-short img {
    width: 100%;
    height: auto; }

  .vid-title {
    clear: none;
    font-size: 20px;
    line-height: 25px; }

  .match-details img {
    width: 100%;
    height: auto; }

  .bio-details {
    margin: 5px 10px 0 0; }

  #vs-char {
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%; }

  #vs-char #character2 {
    padding: 10px;
    clear: none;
    width: 78%; }

  #vs-char #view-battles, #view-battles {
    display: block;
    margin-left: 0;
    padding: 20px 0; }

  .character-page #vs-char #view-battles {
    padding: 0 0 20px; }

  #vs-char #view-battles a, #view-battles a {
    padding: 10px;
    display: block; }

  .video-collection {
    border: none;
    padding: 0px;
    margin-top: 0px;
    float: none; }

  div.row.match-details.bio {
    margin-bottom: 20px; }

  .featuredPostsHeader {
    margin-top: 5px;
    margin-bottom: 0px; }

  #network-square-container {
    clear: both;
    float: left;
    width: 100%; }

  .owl-carousel .owl-item div {
    height: 70px; }

  .owl-item.loading {
    height: 70px; }

  .square-title-header, .square-title {
    font-size: 12px;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap; }

  .square-title-c {
    display: none; }

  div#car-1.owl-carousel.owl-theme, div#car-2.owl-carousel.owl-theme, .owl-wrapper, .owl-wrapper-outer {
    height: 90px; }

  .players-list.col-4, .tier-list.col-4 {
    width: 50%;
    box-sizing: border-box; }

  .tier-list.col-4 {
    height: 100px;
    font-size: 12px;
    line-height: 16px;
    overflow-y: hidden; }

  .tier-list-bio {
    font-size: 12px;
    line-height: 14px; }

  .tier-list-bio img {
    width: 40px;
    height: 40px; }

  .avatar {
    float: left;
    max-width: 100px;
    width: 40%;
    height: auto;
    margin: 0 10px 0 0; }

  .avatar img {
    max-width: 100%;
    height: auto; }

  #character1, #character2 {
    width: 100%;
    margin: 0 0 5px 0; }

  .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    background: #fff;
    list-style: none;
    width: 100%;
    left: 0; }

  #ui-id-1, #ui-id-2 {
    left: 0 !important; }

  .bio .col-3 {
    width: 25%; }

  #createMatchup .col-4 {
    width: 100%;
    clear: both;
    margin: 20px 0; }

  #stage_sort {
    margin-bottom: 20px; }

  .meta {
    font-size: 12px;
    padding: 15px 0 0; }

  .match-details-header {
    margin-top: 10px; }

  .player-meta {
    font-size: 15px;
    line-height: 20px;
    padding: 5px 0; }

  #ytURLField {
    padding: 0px;
    margin-bottom: 50px; }

  #ytURLField input {
    width: 100%; }

  #ytURLField #go {
    width: 100%;
    padding: 10px 0; }

  .col-6 {
    float: left;
    width: 100%;
    clear: left; }

  .no-clear {
    clear: none; }

  .mobile-clear {
    clear: both; }

  .mobile-clear-no-top-padding {
    clear: both;
    padding: 0; }

  #footer {
    padding: 20px; }

  #footer .col-3 {
    float: left;
    width: 100%;
    text-align: left;
    border: none; }

  #footer .col-4 {
    float: left;
    width: 100%;
    text-align: left;
    border: none; }

  #register input[type='submit'], #addArticleBtn {
    width: 100%;
    border-radius: 6px;
  }

  #tagline div {
    font-size: 18px;
    line-height: 23px; }

  #shoutouts div {
    font-size: 18px;
    line-height: 23px; }

  .col-4 select {
    width: 100%; }

  #mobile-main-nav {
    background: #222;
    box-sizing: border-box;
    display: none;
    border-top: 1px #333 solid;
    color: #fff; }

  #mobile-main-nav a {
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
    display: block; }

  #mobile-main-nav li {
    padding: 0;
    border-bottom: 1px #333 solid;
    list-style: none;
    line-height: 30px; }

  #mobile-create-nav {
    background: #222;
    box-sizing: border-box;
    display: none;
    border-top: 1px #333 solid;
    color: #fff; }

  #mobile-create-nav a {
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
    display: block; }

  #mobile-create-nav li {
    padding: 0;
    border-bottom: 1px #333 solid;
    list-style: none;
    line-height: 30px; }

  #createMatchup .col-4 {
    margin: 10px 0; }

  #createMatchup .col-4.no-margin {
    margin: 0; }

  #claim a {
    font-size: 15px;
    padding: 5px 0; }

  #shoutouts .col-2 {
    width: 50%;
    margin: 10px 0; }

  input#playerSearch.claimInput.ui-autocomplete-input, #claimBtn {
    width: 100%;
    border-radius: 6px;
  }

  div.avgrund-popin {
    width: 100% !important;
    max-width: 300px !important;
    margin-left: -160px !important;
    height: 240px !important; }

  #profile .col-4, #profile .col-3 {
    width: 100%;
    clear: both;
    margin-bottom: 15px; }

  #profile .col-3 select {
    width: 100%; }

  #profile #city {
    width: 90%; }

  #profile .social-input[type='text'] {
    width: 26%; }

  a.avgrund-close {
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    color: #999;
    display: inline-block; }

  .charUsage {
    width: 50%;
    margin: 0;
    max-width: 300px; } }
@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }
.radio-margin {
  margin: 15px 0; }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  vertical-align: middle; }

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color; }

.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: -7px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: '';
  border: 1px solid #333; }

.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }

.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed; }

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none; }

.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: -1px;
  left: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #333; }

.magic-radio:checked + label:before {
  border: 1px solid #333; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #333;
  background: #333; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }

* {
  margin: 0;
  padding: 0; }

/* Icon 1 */
#nav-icon {
  width: 30px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 18px;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#createIcon.open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer; }

/* Icon 4 */
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 2px; }

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  right: -1px; }

.close {
  position: absolute;
  right: 60px;
  top: 18px;
  width: 25px;
  height: 25px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer; }

.close:hover {
  opacity: 1; }

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 3px;
  background-color: #fff; }

.close:before {
  transform: rotate(0deg); }

.close:after {
  transform: rotate(-90deg); }

.avgrund-popin {
  position: absolute;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 50%;
  left: 50%;
  z-index: 1000;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.avgrund-overlay {
  background: #000;
  width: 100%;
  position: relative;
  top: -1500px;
  left: 0;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }

body.avgrund-ready,
.avgrund-ready .avgrund-popin,
.avgrund-ready .avgrund-overlay {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -ms-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out; }

body.avgrund-active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  overflow: hidden; }

.avgrund-active .avgrund-popin {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.avgrund-active .avgrund-overlay {
  visibility: visible;
  opacity: .5;
  filter: alpha(opacity=50);
  height: 20000px; }

.avgrund-popin.stack {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.avgrund-active .avgrund-popin.stack {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.avgrund-active .avgrund-blur {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px); }

a#tweet-button {
  position: relative;
  top: auto;
  right: auto; }

body.avgrund-ready.avgrund-active {
  position: absolute;
  width: 100%; }

.top-slot {
  width: 290px;
  height: 50px;
  margin-bottom: 20px;
  margin-top: 10px;
  margin: 0 auto; }

@media (min-width: 350px) {
  .top-slot {
    width: 330px;
    height: 60px; } }
@media (min-width: 375px) {
  .top-slot {
    width: 350px;
    height: 50px; } }
@media (min-width: 414px) {
  .top-slot {
    width: 390px;
    height: 60px; } }
@media (min-width: 500px) {
  .top-slot {
    width: 468px;
    height: 60px; } }
@media (min-width: 800px) {
  .top-slot {
    width: 728px;
    height: 90px;
    margin-bottom: 30px;
    margin-top: 0; } }
#main-container.store h2, #main-container .store h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 40px;
  float: left;
  clear: both;
  width: 100%;
  text-align: center; }

#main-container.store .col-4, #main-container .store .col-4 {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  width: 31.333%;
  border: 1px solid #efefef;
  margin: 1%; }

#main-container.store .store-link, #main-container .store .store-link {
  padding: 15px;
  color: #fff;
  background: #888;
  font-size: 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 15px; }

.store .col-4 img:first-child {
  max-height: 200px;
  width: auto; }

.store .col-4 .pic-container {
  height: 300px; }

p {
  margin-bottom: 20px; }

#main-container.store .store-link:hover, #main-container .store .store-link:hover {
  background: #333;
  transition: background .5s ease-in-out;
  -moz-transition: background .5s ease-in-out;
  -webkit-transition: background .5s ease-in-out;
  -webkit-font-smoothing: antialiased; }

@media (max-width: 600px) {
  #main-container.store .col-4, #main-container .store .col-4 {
    width: 100%;
    border: none;
    border-top: 1px solid #efefef;
    margin: 0; }

  .mobile-only-clear {
    display: inline-block; } }
.codepen body {
  margin: 10px 0 0; }

.codepen body textarea {
  display: none; }

.mce-container textarea {
  display: initial !important;
  font-family: arial; }

.mce-content-body {
  font-size: 14px;
  color: #444;
  padding: 15px; }

.mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6 {
  font-weight: 200;
  line-height: 1.4em;
  margin: 25px 0 15px; }

#blog-sidebar h6 {
  margin: 10px 0 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #efefef; }

.mce-content-body h1, #main-container.blog h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px; }

#main-container.blog h1 {
  margin-bottom: 10px; }

.mce-content-body h2, #main-container.blog h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px; }

.mce-content-body h3, #main-container.blog h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px; }

.mce-content-body h4, #main-container.blog h4 {
  font-size: 20px;
  line-height: 25px; }

.mce-content-body h5, #main-container.blog h5 {
  font-size: 20px;
  line-height: 25px; }

.mce-content-body h6, #main-container.blog h6 {
  font-size: 18px;
  line-height: 32px; }

.mce-content-body p, #main-container.blog p {
  margin: 0 0 25px 0;
  font-size: 16px;
  line-height: 32px;
  color: #444; }

.mce-content-body ol, .mce-content-body ul, #main-container.blog ol, #main-container.blog ul {
  margin-left: 15px;
  list-style-position: outside;
  margin-bottom: 20px; }

.mce-content-body ol li, .mce-content-body ul li, #main-container.blog ul li, #main-container.blog ol li {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #444; }

.mce-content-body ul {
  list-style-type: disc; }

.mce-content-body ol {
  list-style-type: decimal; }

.mce-content-body a[href] {
  text-decoration: underline; }

.mce-content-body table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #aaa; }

.mce-content-body table tr:nth-child(even) {
  background: #FAFAFA; }

.mce-content-body table caption, .mce-content-body table td, .mce-content-body table th {
  padding: 15px 7px;
  font: inherit; }

.mce-content-body table th {
  font-weight: 400;
  color: #6E6E6E;
  background-position: 100% 100%;
  background-size: 2px 10px;
  background-repeat: no-repeat; }

.mce-content-body table th:last-child {
  background: 0 0; }

.mce-content-body img {
  max-width: 100% !important;
  height: auto !important; }

/* SSBW/Library/UI/Carousel
*  Intended to only be used by Carousel tool
*
*  Currently just in test phase
*/
.carousel-test {
  background-color: blue; }

/* Chart Pages CSS
*  For MU charts as well as tier lists
*  This includes the create pages, viewing pages, and Ultimate versions
*  
*/
.ultimate .character {
  height: 50px;
  width: 90px; }

@media (max-width: 500px) {
  .ultimate #rows .character {
    width: 33.3%; } }
.ultimate #moveButtons, .ultimate #settings, .ultimate td, .ultimate .labelHolder {
  height: 50px; }

.ultimate #moveUp, .ultimate #moveDown {
  height: 50%; }

.ultimate #settings {
  width: 50px; }

.ultimate .tier {
  min-height: 50px; }

/* Example Page CSS
*  Just example CSS 
*
*  
*/
div .examplepage_test {
  background-color: #EBF5FB;
  color: blue; }

/*# sourceMappingURL=ssbw_all.css.map */
#twitter-widget-0 { margin: 12px 0}
