@charset "UTF-8";
body {
  color: #222;
  margin: 0;
  font-size: 13px;
  font-family: sans-serif; }

a {
  color: #DD4A4A; }
  a img {
    border: 0; }

h2 {
  margin: 15px 0; }

.return_link:before {
  content: "←";
  display: inline-block;
  margin-right: 5px;
  text-decoration: none; }

.forward_link:after {
  content: "→";
  display: inline-block;
  margin-left: 5px;
  text-decoration: none; }

.loader {
  display: inline-block;
  background-image: url("/static/loader.gif");
  vertical-align: middle;
  width: 16px;
  height: 16px; }
  .loader.dark {
    background-image: url("/static/loader-dark.gif"); }
  .loader.huge {
    width: 66px;
    height: 66px;
    background-image: url("/static/loader-huge.gif"); }
  .loader.checkout {
    width: 43px;
    height: 11px;
    background-image: url("/static/cc-loader.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.button {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  background: #FA5C5C;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  font-size: 14px;
  text-shadow: 0 1px 0 #d64343;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.21);
  text-align: center;
  line-height: 33px;
  font-weight: bold;
  height: 35px; }
  .button:hover {
    background: #fa6666; }
  .button:active {
    background-color: #e44949;
    position: relative;
    top: 1px; }
  .button.fat {
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 36px;
    height: 40px;
    border-bottom: 4px solid #C34848;
    padding: 0 20px; }
    .button.fat:hover {
      box-shadow: none; }
    .button.fat.disabled {
      border-bottom: 4px solid #868686; }
  .button.small {
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    font-weight: normal; }
  .button.cancel {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    background: #b79f9f;
    color: white;
    text-decoration: none;
    padding: 0 10px;
    font-size: 14px;
    text-shadow: 0 1px 0 #8c8c8c;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.21);
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    height: 35px; }
    .button.cancel:hover {
      background: #bba5a5; }
    .button.cancel:active {
      background-color: #979797;
      position: relative;
      top: 1px; }
  .button:focus {
    outline-color: #361275; }
  .button.disabled {
    text-shadow: none;
    color: #CCC;
    box-shadow: none;
    background: #aea8a8;
    cursor: default; }
    .button.disabled:focus {
      outline: 0; }
    .button.disabled:active {
      position: static; }

a.learn_more, .learn_more a {
  color: #666;
  text-decoration: none; }
  a.learn_more:hover, .learn_more a:hover {
    text-decoration: underline; }

.global_flash {
  position: fixed;
  z-index: 101;
  top: 0px;
  left: 50%;
  background-color: #73c3e3;
  background-image: linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -webkit-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -moz-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -o-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  background-image: -ms-linear-gradient(bottom, #5ebade 0%, #88CCE7 100%);
  color: white;
  text-shadow: 1px 1px 1px #248ab2;
  border-radius: 0 0 5px 5px;
  padding: 8px 16px;
  padding-top: 15px;
  cursor: normal;
  font-size: 18px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); }
  .global_flash.error {
    background-color: #c33838;
    background-image: linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -webkit-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -moz-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -o-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    background-image: -ms-linear-gradient(bottom, #b52c2c 0%, #D14343 100%);
    text-shadow: 1px 1px 1px #631818; }
  .global_flash.animated {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.ie a img {
  border: 0; }

.formatted {
  font-size: 16px; }
  .formatted p, .formatted ul, .formatted ol {
    line-height: 1.5; }
  .formatted p {
    margin: 0 0 20px 0; }
  .formatted h1, .formatted h2, .formatted h3, .formatted h4 {
    font-size: 18px;
    margin: 0 0 10px 0; }
  .formatted ul, .formatted ol {
    margin: 0 0 20px 0;
    padding-left: 2.0em; }
  .formatted hr {
    border: 0;
    height: 1px;
    background: #dadada; }
  .formatted img {
    max-width: 100%; }

.warning_box {
  background: #FFFED8;
  color: #636219;
  border: 1px solid #e5e396;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px; }
  .warning_box h2, .warning_box h3, .warning_box h4 {
    color: #3a390f; }
  .warning_box a {
    color: #FA5C5C; }
    .warning_box a:hover {
      color: #fb7575; }
  .warning_box :last-child {
    margin-bottom: 0; }

.loader_bar {
  position: relative;
  height: 2px; }
  .loader_bar .loader_bar_slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FA5C5C;
    -webkit-animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    -moz-animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    -ms-animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    animation: loader-left 0.8s cubic-bezier(0.55, 0.45, 0.55, 0.45) infinite, loader-right 0.8s cubic-bezier(0.45, 0.55, 0.45, 0.55) infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    animation-direction: alternate; }

@-webkit-keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes popin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bouncein {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  90% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes bouncein {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  90% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes bouncein {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  90% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes bouncein {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }
  90% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes loader-left {
  from {
    left: 0; }
  to {
    left: 90%; } }

@-moz-keyframes loader-left {
  from {
    left: 0; }
  to {
    left: 90%; } }

@-ms-keyframes loader-left {
  from {
    left: 0; }
  to {
    left: 90%; } }

@keyframes loader-left {
  from {
    left: 0; }
  to {
    left: 90%; } }

@-webkit-keyframes loader-right {
  from {
    right: 90%; }
  to {
    right: 0; } }

@-moz-keyframes loader-right {
  from {
    right: 90%; }
  to {
    right: 0; } }

@-ms-keyframes loader-right {
  from {
    right: 90%; }
  to {
    right: 0; } }

@keyframes loader-right {
  from {
    right: 90%; }
  to {
    right: 0; } }

.perf_panel {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: white;
  white-space: nowrap;
  padding: 5px 10px;
  border: 1px solid #dadada;
  font-size: 16px;
  line-height: 1.5; }
  .ie .perf_panel {
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  @media (max-width: 960px) {
    .perf_panel {
      display: none; } }
  .perf_panel:hover {
    opacity: 1;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
    .ie .perf_panel:hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .perf_panel .stat_row {
    display: inline-block; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }
  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@-moz-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }
  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@-ms-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }
  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0) rotate(10deg);
    -moz-transform: translate3d(0, -20px, 0) rotate(10deg);
    -ms-transform: translate3d(0, -20px, 0) rotate(10deg);
    transform: translate3d(0, -20px, 0) rotate(10deg); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -moz-transform: translate3d(0, -10px, 0) rotate(-10deg);
    -ms-transform: translate3d(0, -10px, 0) rotate(-10deg);
    transform: translate3d(0, -10px, 0) rotate(-10deg); }
  90% {
    -webkit-transform: translate3d(0, -3px, 0) rotate(0deg);
    -moz-transform: translate3d(0, -3px, 0) rotate(0deg);
    -ms-transform: translate3d(0, -3px, 0) rotate(0deg);
    transform: translate3d(0, -3px, 0) rotate(0deg); } }

@-webkit-keyframes drop_down {
  0% {
    opacity: 1;
    .ie & {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    opacity: 0;
    .ie & {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  60% {
    opacity: 0;
    .ie & {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    .ie & {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes drop_down {
  0% {
    opacity: 1;
    .ie & {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    opacity: 0;
    .ie & {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  60% {
    opacity: 0;
    .ie & {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    .ie & {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-ms-keyframes drop_down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 0% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    .ie 50% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  60% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 60% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .ie 100% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes drop_down {
  0% {
    opacity: 1;
    .ie & {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  50% {
    opacity: 0;
    .ie & {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  60% {
    opacity: 0;
    .ie & {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 1;
    .ie & {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate_bounce {
  -webkit-animation: bounce 0.5s ease;
  -moz-animation: bounce 0.5s ease;
  -ms-animation: bounce 0.5s ease;
  animation: bounce 0.5s ease; }

.animate_drop_down {
  -webkit-animation: drop_down 0.5s ease;
  -moz-animation: drop_down 0.5s ease;
  -ms-animation: drop_down 0.5s ease;
  animation: drop_down 0.5s ease; }

.animate_heartbeat {
  -webkit-animation: heartbeat 0.3s ease;
  -moz-animation: heartbeat 0.3s ease;
  -ms-animation: heartbeat 0.3s ease;
  animation: heartbeat 0.3s ease; }

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    .ie & {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px); }
  100% {
    opacity: 1;
    .ie & {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-moz-keyframes intro {
  0% {
    opacity: 0;
    .ie & {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px); }
  100% {
    opacity: 1;
    .ie & {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

@-ms-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px); }
    .ie 0% {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    .ie 100% {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes intro {
  0% {
    opacity: 0;
    .ie & {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px); }
  100% {
    opacity: 1;
    .ie & {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

#lightbox_shroud {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease-out;
  z-index: 1000; }
  .ie #lightbox_shroud {
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  #lightbox_shroud.invisible {
    opacity: 0; }
    .ie #lightbox_shroud.invisible {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  #lightbox_shroud.mobile_lb {
    display: none; }

#lightbox_container {
  z-index: 1001;
  *zoom: 1; }
  #lightbox_container:before, #lightbox_container:after {
    content: " ";
    display: table; }
  #lightbox_container:after {
    clear: both; }
  #lightbox_container.mobile_lb {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    background: white; }

.lightbox {
  margin-bottom: 60px;
  z-index: 1001;
  background: white;
  box-shadow: 0 0 0 2px #dadada, 0 0 0 4px white;
  position: absolute;
  left: 50%;
  top: 80px;
  border-radius: 2px; }
  .lightbox.mobile_lb {
    width: auto;
    box-shadow: none;
    margin: 0;
    position: static; }
  .lightbox .content .spinner_container {
    text-align: center;
    margin: 15px auto 15px auto; }
  .lightbox .close_button {
    float: right;
    margin-top: 22px;
    margin-right: 20px;
    color: silver;
    cursor: pointer;
    font-size: 24px; }
    .lightbox .close_button:hover {
      color: #8d8d8d; }
  .lightbox.animated {
    -webkit-animation: popin 0.2s ease-in-out;
    -moz-animation: popin 0.2s ease-in-out;
    -ms-animation: popin 0.2s ease-in-out;
    animation: popin 0.2s ease-in-out; }
  .lightbox h2 {
    border-bottom: 1px solid #dadada;
    margin: 0 0 20px 0;
    padding: 25px 40px;
    color: #333; }
    .lightbox h2 .game_title {
      color: #222; }
  .lightbox p {
    line-height: 1.5;
    font-size: 16px;
    margin: 20px 40px; }
  .lightbox .button_row {
    margin-top: 10px; }
    .lightbox .button_row a {
      color: #666; }

.loading_lightbox .loader_outer {
  margin: 20px;
  font-size: 16px;
  color: #666; }

.loading_lightbox .loader_label {
  padding: 0 20px 5px 20px; }

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px; }

/* end css for timepicker */
.form .redactor-box {
  margin: 8px 0;
  border: 2px solid #cdcdcd;
  border-radius: 2px;
  overflow: hidden; }
  .form .redactor-box .redactor-editor {
    border: 0; }

.form .input_row {
  margin-bottom: 20px; }
  .form .input_row ul.radio_list, .form .input_row ul.check_list {
    margin: 0;
    padding: 0; }
    .form .input_row ul.radio_list li, .form .input_row ul.check_list li {
      list-style: none;
      margin: 8px 10px;
      padding: 0;
      color: #444; }
    .form .input_row ul.radio_list input, .form .input_row ul.check_list input {
      vertical-align: middle;
      margin: 0 5px 0 0; }

.form .label {
  color: #444;
  font-weight: bold; }

.form .label .sub, .form label .sub {
  font-weight: normal;
  color: #666; }
  .form .label .sub a, .form label .sub a {
    color: #444; }

.form input[type="text"], .form input[type="password"], .form input[type="email"], .form textarea {
  border: 2px solid #cdcdcd;
  width: 524px;
  padding: 8px;
  border-radius: 2px;
  margin: 6px 0;
  color: #333; }
  .responsive .form input[type="text"], .full_width .form input[type="text"], .responsive .form input[type="password"], .full_width .form input[type="password"], .responsive .form input[type="email"], .full_width .form input[type="email"], .responsive .form textarea, .full_width .form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 526px;
    width: 100%; }
  .form input[type="text"]:focus, .form input[type="password"]:focus, .form input[type="email"]:focus, .form textarea:focus {
    outline: none;
    border-color: #aaa; }
  .form input[type="text"].simple_border, .form input[type="password"].simple_border, .form input[type="email"].simple_border, .form textarea.simple_border {
    border: 1px solid #aaa;
    padding: 4px;
    color: #333;
    width: auto; }
  .form input[type="text"].big_input, .form input[type="password"].big_input, .form input[type="email"].big_input, .form textarea.big_input {
    font-size: 24px; }
  .form input[type="text"].medium_input, .form input[type="password"].medium_input, .form input[type="email"].medium_input, .form textarea.medium_input {
    font-size: 16px; }
  .form input[type="text"].inline_input, .form input[type="password"].inline_input, .form input[type="email"].inline_input, .form textarea.inline_input {
    width: auto; }

.form .selectize-input {
  width: 542px;
  border: 2px solid #cdcdcd;
  border-radius: 2px;
  padding: 8px;
  color: #333; }
  .form .selectize-input, .form .selectize-input.focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }
  .form .selectize-input:focus {
    outline: none;
    border-color: #aaa; }

.form .selectize-control {
  margin: 6px 0; }
  .form .selectize-control.single .selectize-input {
    border: 2px solid #cdcdcd; }
    .form .selectize-control.single .selectize-input.input-active {
      border-color: #aaa; }

.form .selectize-input .sub, .form .selectize-dropdown .sub {
  color: #999; }

.form .selectize-dropdown {
  z-index: 100; }

.form .selectize-dropdown-content {
  max-height: 320px; }

.form input[type="checkbox"] {
  vertical-align: middle; }

.form select {
  margin: 6px 0; }

.form .buttons {
  margin-top: 20px;
  color: #999; }
  .form .buttons .button {
    margin-right: 10px; }
  .form .buttons a {
    color: #666; }
  .form .buttons .right_buttons {
    line-height: 35px;
    float: right; }

.form .color_picker {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 150px;
  background: white;
  border: 2px solid #cdcdcd;
  border-radius: 2px;
  padding: 4px 6px 4px 10px;
  position: relative; }
  .form .color_picker.picker_open {
    border-color: #aaa; }
  .form .color_picker.picker_left .farb_popout {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px; }
  .form .color_picker .color_text_input {
    border: 0;
    padding: 0;
    width: auto;
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bold;
    font-size: 14px;
    font-family: monospace; }
  .form .color_picker .color_swatch {
    width: 50px;
    height: 24px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: pointer; }
  .form .color_picker .farb_popout {
    position: absolute;
    left: 100%;
    top: -2px;
    margin-left: 10px;
    box-shadow: 0 0 0 1px #d0d0d0, 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    z-index: 1;
    padding: 10px;
    background: white; }

.form .slider_input {
  display: inline-block;
  box-sizing: border-box;
  min-width: 100px;
  position: relative;
  padding: 5px 10px; }
  .form .slider_input.disabled {
    opacity: 0.5; }
    .form .slider_input.disabled .slider_nub {
      cursor: default; }
  .form .slider_input .slider_track {
    background: rgba(0, 0, 0, 0.15);
    height: 8px;
    border-radius: 4px;
    position: relative; }
  .form .slider_input .slider_nub {
    position: absolute;
    padding: 0;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    box-shadow: 0 0 0 2px white;
    margin-top: -8px;
    margin-left: -8px;
    border: 0;
    background: #FA5C5C;
    top: 50%;
    left: 50%; }
    .form .slider_input .slider_nub:focus {
      outline: none;
      box-shadow: 0 0 0 2px white, 0 0 3px 2px #361275; }

button {
  font-family: Lato, sans-serif; }
  button:focus {
    outline-color: #361275; }
  button.textlike {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    text-decoration: underline;
    color: #DD4A4A;
    cursor: pointer;
    font-size: inherit; }

.form_errors {
  color: #D14343;
  font-size: 16px; }

.cover_image_uploader {
  border: 1px dashed #999;
  width: 315px;
  height: 250px;
  line-height: 250px;
  text-align: center;
  color: #aaa;
  background-size: cover;
  background-position: 50% 50%; }
  .cover_image_uploader.has_image {
    border: 1px solid white;
    box-shadow: 1px 1px 8px gray; }
    .cover_image_uploader.has_image .inner {
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      opacity: 0;
      color: #222;
      background: rgba(255, 255, 255, 0.8);
      border-radius: 1px;
      box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); }
      .ie .cover_image_uploader.has_image .inner {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .cover_image_uploader.has_image .on_no_image {
      display: none; }
    .cover_image_uploader.has_image .on_image {
      display: inline; }
    .cover_image_uploader.has_image .edit_tools {
      display: block; }
    .cover_image_uploader.has_image:hover .inner {
      opacity: 1; }
      .ie .cover_image_uploader.has_image:hover .inner {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .cover_image_uploader.loading .inner {
    opacity: 1; }
    .ie .cover_image_uploader.loading .inner {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .cover_image_uploader.loading.has_image .inner {
    opacity: 1; }
    .ie .cover_image_uploader.loading.has_image .inner {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .cover_image_uploader.loading .inner_controls {
    display: none; }
  .cover_image_uploader.loading .loader {
    display: inline-block; }
  .cover_image_uploader .on_image {
    display: none; }
  .cover_image_uploader .inner {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 10px; }
  .cover_image_uploader .edit_tools {
    margin-top: 5px;
    display: none; }
    .cover_image_uploader .edit_tools a {
      color: #666; }
  .cover_image_uploader .loader {
    display: none; }

.redactor-box .redactor-toolbar {
  z-index: 98 !important; }
  .redactor-box .redactor-toolbar li a {
    color: #666; }
    .redactor-box .redactor-toolbar li a:hover {
      background: #FA5C5C; }
    .redactor-box .redactor-toolbar li a:active, .redactor-box .redactor-toolbar li a.redactor-act {
      background: #ddd;
      color: #666; }

fieldset {
  border: 1px solid #dadada;
  margin-bottom: 20px; }
  fieldset legend {
    font-weight: bold;
    color: #444; }
  fieldset .input_row {
    margin: 10px; }

body .ui-widget, body .ui-widget button {
  font-family: Lato, sans-serif; }

.farbtastic {
  position: relative; }

.farbtastic * {
  position: absolute;
  cursor: crosshair; }

.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px; }

.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px; }

.farbtastic .wheel {
  background: url(/static/lib/farbtastic/wheel.png) no-repeat;
  width: 195px;
  height: 195px; }

.farbtastic .overlay {
  background: url(/static/lib/farbtastic/mask.png) no-repeat; }

.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url(/static/lib/farbtastic/marker.png) no-repeat; }

.lightbox.upload_lightbox_widget.not_closable .close_button {
  display: none; }

.lightbox.upload_lightbox_widget h2 {
  border-bottom: 1px solid #dadada;
  margin: 0;
  margin-bottom: 20px;
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 0;
  margin-top: 30px; }

.lightbox.upload_lightbox_widget iframe {
  border: 0;
  margin: 20px 40px;
  width: 400px;
  height: 100px; }

body.upload_layout {
  background: white; }

.manual_upload_page.show_size_error .size_error {
  display: block; }

.manual_upload_page.show_type_error .type_error {
  display: block; }

.manual_upload_page.uploading .manual_upload_progress {
  display: block; }

.manual_upload_page.uploading .manual_upload_form {
  display: none; }

.manual_upload_page button {
  margin-top: 10px; }

.manual_upload_page .manual_upload_progress {
  display: none;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  color: #444; }
  .manual_upload_page .manual_upload_progress .loading_block {
    border: 1px solid #dadada;
    border-radius: 2px;
    padding: 10px 0; }

.manual_upload_page .form_errors {
  margin-bottom: 10px;
  display: none; }

.game_grid_widget .game_cell {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: left;
  margin: 0 20px 40px 0; }
  .game_grid_widget .game_cell .game_thumb {
    background-color: white;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    position: relative;
    width: 315px;
    height: 250px;
    box-shadow: 0 0 0 2px white, 0 0 0 4px #eeeeee; }
    .game_grid_widget .game_cell .game_thumb .no_cover_text {
      color: #dadada;
      font-size: 120px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -60px;
      margin-top: -65px; }
  .game_grid_widget .game_cell .game_cell_tools {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, top 0.2s ease;
    -moz-transition: opacity 0.2s ease, top 0.2s ease;
    -ms-transition: opacity 0.2s ease, top 0.2s ease;
    transition: opacity 0.2s ease, top 0.2s ease; }
    .ie .game_grid_widget .game_cell .game_cell_tools {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .game_grid_widget .game_cell .game_cell_tools .action_btn {
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      display: inline-block;
      background: black;
      background: rgba(30, 30, 30, 0.5);
      color: #eee;
      font-size: 12px;
      border: 1px solid rgba(10, 10, 10, 0.5);
      border-radius: 2px;
      padding: 2px 4px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      cursor: pointer;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
      margin-bottom: 10px;
      text-decoration: none;
      border: 4px solid #DD4A4A;
      background: rgba(30, 30, 30, 0.8);
      font-size: 14px;
      box-shadow: none;
      border-radius: 3px; }
      .game_grid_widget .game_cell .game_cell_tools .action_btn .icon {
        margin-right: 5px; }
      .game_grid_widget .game_cell .game_cell_tools .action_btn .icon-playlist_add {
        font-size: 18px;
        vertical-align: -2px; }
      .game_grid_widget .game_cell .game_cell_tools .action_btn:hover {
        background: rgba(38, 38, 38, 0.5); }
      .game_grid_widget .game_cell .game_cell_tools .action_btn:hover {
        border-color: #e15f5f;
        background: rgba(40, 40, 40, 0.8); }
  .game_grid_widget .game_cell:hover .game_cell_tools {
    top: 10px;
    opacity: 1; }
    .ie .game_grid_widget .game_cell:hover .game_cell_tools {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .game_grid_widget .game_cell .thumb_link {
    text-decoration: none; }
  .game_grid_widget .game_cell .game_title {
    font-size: 18px;
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .game_grid_widget .game_cell .game_title a.title {
      font-weight: bold;
      text-decoration: none;
      margin-right: 6px;
      word-wrap: break-word; }
  .game_grid_widget .game_cell .game_author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-bottom: 6px; }
    .game_grid_widget .game_cell .game_author a {
      color: #666;
      text-decoration: none; }
      .game_grid_widget .game_cell .game_author a:hover {
        text-decoration: underline; }
  .game_grid_widget .game_cell .game_genre, .game_grid_widget .game_cell .game_platform, .game_grid_widget .game_cell .game_text, .game_grid_widget .game_cell .game_promo {
    font-size: 14px;
    margin-bottom: 2px;
    color: #999; }
  .game_grid_widget .game_cell .game_promo {
    margin-top: 4px;
    font-weight: bold;
    color: #333; }
    .game_grid_widget .game_cell .game_promo > a {
      color: inherit;
      text-decoration: none; }
      .game_grid_widget .game_cell .game_promo > a:hover {
        text-decoration: underline; }
  .game_grid_widget .game_cell .game_text {
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .game_grid_widget .game_cell .game_platform {
    margin-top: 4px; }
    .game_grid_widget .game_cell .game_platform > * {
      display: inline-block;
      vertical-align: middle;
      margin-right: 3px; }
  .game_grid_widget .game_cell .web_flag {
    background: rgba(128, 128, 128, 0.5);
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px; }
  .game_grid_widget .game_cell .price_flag {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    line-height: 18px;
    background: #24C091;
    color: white;
    text-shadow: 1px 1px 1px #1c9571;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px; }
    .game_grid_widget .game_cell .price_flag .icon {
      vertical-align: top;
      margin-left: 5px; }
    .game_grid_widget .game_cell .price_flag:hover {
      background: #26c997; }
    .game_grid_widget .game_cell .price_flag:active {
      background: #22b78b; }
  .game_grid_widget .game_cell .dual_flag {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    border-radius: 3px; }
    .game_grid_widget .game_cell .dual_flag:hover .price_flag {
      background: #26c997; }
    .game_grid_widget .game_cell .dual_flag.bundle_flag {
      background: #C17DFF; }
      .game_grid_widget .game_cell .dual_flag.bundle_flag:hover {
        background: #c687ff; }
      .game_grid_widget .game_cell .dual_flag.bundle_flag .flag_amount {
        text-shadow: 1px 1px 1px #9d31ff;
        border-left: 2px solid #b564ff; }
    .game_grid_widget .game_cell .dual_flag.sale_flag {
      background: #FFC200; }
      .game_grid_widget .game_cell .dual_flag.sale_flag:hover {
        background: #ffcc29; }
      .game_grid_widget .game_cell .dual_flag.sale_flag .flag_amount {
        text-shadow: 1px 1px 1px #b38800;
        border-left: 2px solid #e6af00; }
      .game_grid_widget .game_cell .dual_flag.sale_flag.reverse {
        background: #fe4e50;
        font-weight: bold; }
        .game_grid_widget .game_cell .dual_flag.sale_flag.reverse:hover {
          background: #fe7778; }
        .game_grid_widget .game_cell .dual_flag.sale_flag.reverse .flag_amount {
          text-shadow: 1px 1px 1px #fe0205;
          border-left: 2px solid #fe3537; }
    .game_grid_widget .game_cell .dual_flag .price_flag {
      border-radius: 3px 0 0 3px;
      border-right: 1px solid #67e3bd; }
    .game_grid_widget .game_cell .dual_flag .flag_amount {
      display: inline-block;
      vertical-align: top;
      height: 18px;
      line-height: 18px;
      padding: 2px 6px;
      font-size: 13px;
      color: white; }
      .game_grid_widget .game_cell .dual_flag .flag_amount:first-child {
        border-left: 0; }

.game_list {
  white-space: nowrap; }
  .game_list .game_cell {
    width: 200px;
    white-space: normal;
    margin-bottom: 20px; }
    .game_list .game_cell .game_thumb {
      width: 200px;
      height: 158px; }
    .game_list .game_cell .price_flag, .game_list .game_cell .game_text, .game_list .game_cell .game_genre, .game_list .game_cell .game_platform, .game_list .game_cell .game_promo {
      display: none; }

.appearance_editor_widget {
  border-right: 2px solid white;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -2px;
  width: 0;
  color: white;
  background: #333;
  overflow: hidden;
  -webkit-transition: width 0.15s ease-in-out, left 0.15s ease-in-out;
  -moz-transition: width 0.15s ease-in-out, left 0.15s ease-in-out;
  -ms-transition: width 0.15s ease-in-out, left 0.15s ease-in-out;
  transition: width 0.15s ease-in-out, left 0.15s ease-in-out; }
  .appearance_editor_widget.animating {
    overflow: hidden; }
  .appearance_editor_widget .appearance_editor_inner {
    *zoom: 1;
    min-width: 200px; }
    .appearance_editor_widget .appearance_editor_inner:before, .appearance_editor_widget .appearance_editor_inner:after {
      content: " ";
      display: table; }
    .appearance_editor_widget .appearance_editor_inner:after {
      clear: both; }
  .show_appearance_editor .appearance_editor_widget {
    width: 220px;
    left: 0px;
    overflow: visible; }
    .show_appearance_editor .appearance_editor_widget.animating {
      overflow: hidden; }
  .appearance_editor_widget input {
    font-family: Lato, sans-serif; }
    .appearance_editor_widget input:focus {
      outline: none; }
  .appearance_editor_widget h2 {
    margin-top: 15px;
    padding: 0 20px 15px 20px;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 2px solid #4d4d4d; }
    .appearance_editor_widget h2.appearance_header {
      margin-top: 0;
      padding: 13px 20px 13px;
      background: #2E2E2E;
      border-bottom: 2px solid #4d4d4d;
      box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
      color: #DADADA; }
      .appearance_editor_widget h2.appearance_header .close_btn {
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
        float: right;
        color: #666; }
        .appearance_editor_widget h2.appearance_header .close_btn:hover {
          color: #999; }
  .appearance_editor_widget .button_row {
    border-top: 2px solid #4d4d4d;
    padding: 15px 20px 0 20px;
    margin: 25px 0 15px 0; }
    .appearance_editor_widget .button_row .button {
      font-size: 16px; }
    .appearance_editor_widget .button_row a {
      margin-left: 10px;
      color: #999999; }
      .appearance_editor_widget .button_row a:hover {
        color: #b3b3b3; }
  .appearance_editor_widget .input_row {
    margin: 15px 20px 25px 20px; }
    .appearance_editor_widget .input_row .label {
      font-weight: bold;
      font-size: 13px;
      color: #999999; }
    .appearance_editor_widget .input_row .checkbox {
      margin: 0;
      margin-right: 5px;
      vertical-align: middle; }
  .appearance_editor_widget .has_flyout {
    position: relative; }
    .appearance_editor_widget .has_flyout.flyout_open {
      border-radius: 8px 0 0 8px;
      padding-right: 15px; }
      .appearance_editor_widget .has_flyout.flyout_open .text_popout {
        width: 300px; }
    .appearance_editor_widget .has_flyout .input_flyout {
      z-index: 2;
      position: absolute;
      left: 100%;
      top: 0;
      border-radius: 0 8px 8px 8px;
      padding: 5px 10px;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
      width: 0;
      background: #F5F5F5;
      color: #333;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out; }
      .ie .appearance_editor_widget .has_flyout .input_flyout {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .appearance_editor_widget .has_flyout .input_flyout .close_btn {
        position: absolute;
        padding: 5px 10px;
        z-index: 5;
        font-weight: bold;
        color: #999;
        font-size: 18px;
        top: 0;
        right: 0;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none; }
        .appearance_editor_widget .has_flyout .input_flyout .close_btn:hover {
          background: #ddd; }
        .appearance_editor_widget .has_flyout .input_flyout .close_btn:active {
          background: #d5d5d5; }
      .appearance_editor_widget .has_flyout .input_flyout.open {
        opacity: 1; }
        .ie .appearance_editor_widget .has_flyout .input_flyout.open {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .appearance_editor_widget .text_field {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 10px;
    margin-top: 8px;
    color: #333;
    width: 135px;
    overflow: hidden; }
    .appearance_editor_widget .text_field.open {
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
      width: 500px; }
      .appearance_editor_widget .text_field.open textarea {
        height: 180px; }
    .appearance_editor_widget .text_field textarea {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: height 0.2s ease;
      -moz-transition: height 0.2s ease;
      -ms-transition: height 0.2s ease;
      transition: height 0.2s ease;
      width: 500px;
      height: 80px;
      background: white;
      resize: none;
      border: 1px solid #dadada; }
  .appearance_editor_widget .color_picker {
    display: inline-block;
    background: #F5F5F5;
    border-radius: 8px;
    color: #333;
    margin-top: 8px;
    position: relative;
    padding-right: 0;
    -webkit-transition: padding-right 0.1s ease-in-out, border-radius 0.05s ease-in-out;
    -moz-transition: padding-right 0.1s ease-in-out, border-radius 0.05s ease-in-out;
    -ms-transition: padding-right 0.1s ease-in-out, border-radius 0.05s ease-in-out;
    transition: padding-right 0.1s ease-in-out, border-radius 0.05s ease-in-out; }
    .appearance_editor_widget .color_picker .color_input, .appearance_editor_widget .color_picker .color_preview {
      display: inline-block;
      vertical-align: top;
      height: 40px;
      line-height: 40px; }
    .appearance_editor_widget .color_picker .color_input {
      font-weight: bold; }
      .appearance_editor_widget .color_picker .color_input input {
        border: 0;
        color: #333;
        font-weight: bold;
        font-size: 14px;
        width: 70px;
        background: #F5F5F5;
        padding: 0 10px; }
    .appearance_editor_widget .color_picker .color_preview {
      -webkit-transition: box-shadow 0.2s ease-in-out;
      -moz-transition: box-shadow 0.2s ease-in-out;
      -ms-transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out;
      background: #e61a1a;
      width: 50px;
      height: 28px;
      margin: 6px 8px;
      border-radius: 7px;
      cursor: pointer;
      box-shadow: 0 0 0 1px transparent; }
      .appearance_editor_widget .color_picker .color_preview.is_bright {
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
    .appearance_editor_widget .color_picker .input_flyout.open {
      width: 195px; }
  .appearance_editor_widget .image_picker.has_image .image_preview {
    display: block; }
  .appearance_editor_widget .image_picker.has_image .with_image_tools {
    display: block; }
  .appearance_editor_widget .image_picker .image_settings {
    margin-top: 10px; }
  .appearance_editor_widget .image_picker .with_image_tools {
    display: none;
    margin-bottom: 10px; }
    .appearance_editor_widget .image_picker .with_image_tools .remove_image_btn {
      font-size: 13px;
      color: #ddd; }
  .appearance_editor_widget .image_picker .image_preview {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 4px;
    margin: 10px 0;
    border: 2px solid white;
    box-shadow: inset 0 0 0 2px black;
    width: 156px;
    height: 80px; }

.add_game_to_jam_lightbox_widget {
  width: 450px;
  padding-bottom: 10px; }
  .add_game_to_jam_lightbox_widget.has_fields {
    width: 600px; }
    .add_game_to_jam_lightbox_widget.has_fields.mobile_lb {
      width: auto; }
  .add_game_to_jam_lightbox_widget.intent_join .on_submit {
    display: none; }
  .add_game_to_jam_lightbox_widget.intent_submit .on_join {
    display: none; }
  .add_game_to_jam_lightbox_widget h3 {
    margin: 30px 40px 20px 40px;
    color: #333; }
  .add_game_to_jam_lightbox_widget p {
    margin: 20px 40px;
    font-size: 16px;
    line-height: 1.5; }
  .add_game_to_jam_lightbox_widget.submitted .on_init {
    display: none; }
  .add_game_to_jam_lightbox_widget.submitted .on_success {
    display: block; }
  .add_game_to_jam_lightbox_widget .loader {
    display: none; }
  .add_game_to_jam_lightbox_widget .on_success {
    display: none; }
  .add_game_to_jam_lightbox_widget .form {
    margin: 20px 40px; }
    .add_game_to_jam_lightbox_widget .form h3 {
      margin: 0 0 20px 0; }
    .add_game_to_jam_lightbox_widget .form input.button {
      margin: 0; }
  .add_game_to_jam_lightbox_widget .or_split {
    margin: 0 5px;
    color: #666;
    font-style: italic; }
  .add_game_to_jam_lightbox_widget .field_row .private_bubble {
    font-size: 14px;
    border-radius: 4px;
    padding: 3px 6px;
    display: inline-block;
    font-weight: bold;
    line-height: 15px;
    margin-left: 10px;
    vertical-align: 1px;
    background: #A287C0;
    color: #f6f3f9; }
  .add_game_to_jam_lightbox_widget .field_row .label {
    line-height: 1.5; }
  .add_game_to_jam_lightbox_widget .field_row p {
    margin: 10px 0; }
  .add_game_to_jam_lightbox_widget .field_row input[type="text"], .add_game_to_jam_lightbox_widget .field_row textarea {
    width: 400px; }

.collection_lightbox_widget {
  width: 600px; }
  .collection_lightbox_widget.is_complete .before_submit {
    display: none; }
  .collection_lightbox_widget.is_complete .after_submit {
    display: block; }
  .collection_lightbox_widget .form_errors {
    margin: 40px; }
  .collection_lightbox_widget .g-recaptcha {
    margin: 0 40px; }
  .collection_lightbox_widget .selectize-input {
    width: 100%; }
  .collection_lightbox_widget h2 .single_line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .collection_lightbox_widget h2 .object_title:before {
    content: "“";
    font-weight: normal;
    color: #999; }
  .collection_lightbox_widget h2 .object_title:after {
    content: "”";
    font-weight: normal;
    color: #999; }
  .collection_lightbox_widget .after_submit, .collection_lightbox_widget .loader {
    display: none; }
  .collection_lightbox_widget form.loading .loader {
    display: inline-block; }
  .collection_lightbox_widget .already_in {
    margin: 20px 40px;
    font-size: 16px;
    line-height: 1.5; }
    .collection_lightbox_widget .already_in .sub {
      color: #666;
      margin-left: 5px; }
  .collection_lightbox_widget .follow_area {
    text-align: center; }
  .collection_lightbox_widget .add_game_to_collection_form_widget .input_row {
    margin: 20px 40px; }
  .collection_lightbox_widget .add_game_to_collection_form_widget .collection_option {
    position: relative;
    margin: 0;
    padding: 20px 40px 20px 70px;
    border-bottom: 1px solid #dadada; }
    .collection_lightbox_widget .add_game_to_collection_form_widget .collection_option:first-child {
      border-top: 1px solid #dadada; }
  .collection_lightbox_widget .add_game_to_collection_form_widget .radio {
    position: absolute;
    top: 23px;
    left: 40px;
    margin: 0; }
  .collection_lightbox_widget .add_game_to_collection_form_widget .buttons {
    padding: 20px 40px;
    margin-top: 0; }
  .collection_lightbox_widget .add_game_to_collection_form_widget .privacy_input {
    margin-left: 0; }
  .collection_lightbox_widget .add_game_to_collection_form_widget .input_label_row {
    margin-bottom: 15px; }
  .collection_lightbox_widget .add_game_to_collection_form_widget .privacy_toggle {
    margin-top: 10px;
    display: block; }
  .collection_lightbox_widget .add_game_to_collection_form_widget .collection_name_input {
    width: 100%;
    max-width: 400px;
    margin-top: 0; }

.popup_details {
  position: absolute;
  z-index: 2;
  margin: 6px;
  width: 230px;
  background: #222;
  font-size: 14px;
  color: #eee;
  box-shadow: 0 0 0 2px #c1c1c1, 0 0 8px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease; }
  .dark_page .popup_details {
    box-shadow: 0 0 0 2px #c1c1c1, 0 0 15px rgba(0, 0, 0, 0.8); }
  .popup_details:hover {
    background: #272727; }
  .popup_details:after {
    content: "";
    position: absolute;
    background-image: url("images/popup-tick-right.png");
    width: 12px;
    height: 20px;
    top: 50%;
    left: 100%;
    margin-top: -10px; }
  .popup_details.on_right:after {
    left: auto;
    right: 100%;
    background-image: url("images/popup-tick-left.png"); }
  .popup_details .game_title {
    font-size: 18px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #3c3c3c; }
  .popup_details .game_text {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    max-height: 72px;
    margin: 8px 10px 12px 10px;
    color: rgba(238, 238, 238, 0.8); }
  .popup_details .game_release_status {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(238, 238, 238, 0.5);
    text-align: center;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    border-top: 1px solid #3c3c3c;
    letter-spacing: 0.5px;
    text-shadow: -1px -1px 0 #242424, 1px 1px 0 #242424, -1px 1px #242424, 1px -1px #242424; }
  .popup_details .popup_empty_text {
    margin: 5px 10px 10px 10px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6); }
  .popup_details a {
    color: white;
    text-decoration: none; }
  .popup_details .popup_screenshots {
    margin: 10px; }
  .popup_details .popup_screenshot {
    -webkit-transition: all 0.4s cubic-bezier(0.29, 0.6, 0.44, 0.96);
    -moz-transition: all 0.4s cubic-bezier(0.29, 0.6, 0.44, 0.96);
    -ms-transition: all 0.4s cubic-bezier(0.29, 0.6, 0.44, 0.96);
    transition: all 0.4s cubic-bezier(0.29, 0.6, 0.44, 0.96);
    opacity: 0.3;
    position: relative;
    top: 10px;
    width: 210px;
    height: 105px;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: 50% 50%;
    background-color: rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
    .ie .popup_details .popup_screenshot {
      filter: alpha(opacity=30);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
    .popup_details .popup_screenshot.visible {
      opacity: 1;
      top: 0; }
      .ie .popup_details .popup_screenshot.visible {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .popup_details .popup_screenshot:last-child {
      margin-bottom: 0; }
  .popup_details .popup_trailer {
    margin: 15px auto;
    text-align: center; }
    .popup_details .popup_trailer .watch_trailer_btn {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      border-radius: 4px;
      text-decoration: none;
      padding: 3px 10px;
      font-size: 14px;
      letter-spacing: 0.025em;
      white-space: nowrap;
      border: 2px solid rgba(255, 255, 255, 0.6);
      color: white; }
      .popup_details .popup_trailer .watch_trailer_btn:hover {
        background: white;
        color: #333;
        color: white;
        background: #FA5C5C;
        border-color: #FA5C5C; }
      .popup_details .popup_trailer .watch_trailer_btn:active {
        background: #e44949;
        border-color: #e44949; }

.game_trailer_lightbox_widget {
  box-shadow: 0 0 0 2px #222, 0 0 0 4px black;
  background: black; }
  .game_trailer_lightbox_widget h2 {
    color: #666;
    padding: 10px 20px;
    border: none;
    margin: 0;
    font-size: 15px; }
    .game_trailer_lightbox_widget h2 a {
      text-decoration: none;
      color: #622c2c; }
    .game_trailer_lightbox_widget h2 .trailer_actions {
      float: right; }
      .game_trailer_lightbox_widget h2 .trailer_actions .add_to_collection_btn {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        display: inline-block;
        border-radius: 4px;
        text-decoration: none;
        padding: 3px 10px;
        font-size: 14px;
        letter-spacing: 0.025em;
        white-space: nowrap;
        border: 2px solid rgba(255, 255, 255, 0.6);
        color: white;
        position: relative;
        top: -5px;
        -webkit-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        -ms-transition: opacity 0.4s;
        transition: opacity 0.4s;
        opacity: .5; }
        .game_trailer_lightbox_widget h2 .trailer_actions .add_to_collection_btn:hover {
          background: white;
          color: #333;
          color: white;
          background: #FA5C5C;
          border-color: #FA5C5C; }
        .game_trailer_lightbox_widget h2 .trailer_actions .add_to_collection_btn:active {
          background: #e44949;
          border-color: #e44949; }
        .game_trailer_lightbox_widget h2 .trailer_actions .add_to_collection_btn .icon {
          margin-right: 5px; }
        .game_trailer_lightbox_widget h2 .trailer_actions .add_to_collection_btn:hover {
          opacity: 1; }

.micro_header_widget {
  background: #FA5C5C;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
  opacity: 0; }
  .ie .micro_header_widget {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .micro_header_widget.logged_out:hover {
    background: #fa6666; }
  .micro_header_widget.logged_in {
    padding: 0 4px; }
  .micro_header_widget.animated {
    -webkit-animation: intro 0.3s cubic-bezier(0.22, 0.52, 0.54, 0.84);
    -moz-animation: intro 0.3s cubic-bezier(0.22, 0.52, 0.54, 0.84);
    -ms-animation: intro 0.3s cubic-bezier(0.22, 0.52, 0.54, 0.84);
    animation: intro 0.3s cubic-bezier(0.22, 0.52, 0.54, 0.84);
    opacity: 1; }
    .ie .micro_header_widget.animated {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .micro_header_widget .full_logo {
    width: 80px;
    margin: 4px 6px 0 6px; }
  .micro_header_widget .small_logo {
    width: 30px; }
  .micro_header_widget .user_panel_widget {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px; }
    .micro_header_widget .user_panel_widget .profile_link {
      display: none; }
    .micro_header_widget .user_panel_widget .drop_menu_wrap .menu_tick {
      margin-left: 3px; }
    .micro_header_widget .user_panel_widget .notifications_bubble {
      margin-top: 1px;
      margin-right: 2px;
      margin-left: 8px; }

.view_jam_base_page .grid_outer {
  overflow: hidden; }
  .view_jam_base_page .grid_outer.no_visible_games .jam_filter_empty {
    display: block; }
  .view_jam_base_page .grid_outer h2 {
    padding: 30px 20px;
    border-bottom: 1px solid #dadada;
    margin: 0;
    margin-bottom: 10px; }
    .view_jam_base_page .grid_outer h2 .game_count {
      font-weight: normal;
      color: #666;
      margin-left: 10px; }
  .view_jam_base_page .grid_outer .header_nav {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }
    .view_jam_base_page .grid_outer .header_nav .outline_button {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      border-radius: 4px;
      text-decoration: none;
      padding: 3px 10px;
      font-size: 14px;
      letter-spacing: 0.025em;
      white-space: nowrap;
      border: 2px solid #dadada;
      color: #444;
      vertical-align: top; }
      .view_jam_base_page .grid_outer .header_nav .outline_button:hover {
        background: white;
        color: #333;
        color: white;
        background: #FA5C5C;
        border-color: #FA5C5C; }
      .view_jam_base_page .grid_outer .header_nav .outline_button:active {
        background: #e44949;
        border-color: #e44949; }
    @media (max-width: 700px) {
      .view_jam_base_page .grid_outer .header_nav {
        display: none; } }
  .view_jam_base_page .grid_outer .jam_filter_picker {
    border-bottom: 1px solid #dadada;
    padding-left: 20px; }
    .view_jam_base_page .grid_outer .jam_filter_picker .filter_item {
      display: inline-block;
      margin-right: 15px;
      color: #666;
      cursor: pointer;
      padding-bottom: 2px;
      margin-bottom: 12px;
      border-bottom: 2px solid transparent;
      -webkit-transition: border-color 0.2s ease;
      -moz-transition: border-color 0.2s ease;
      -ms-transition: border-color 0.2s ease;
      transition: border-color 0.2s ease; }
      .view_jam_base_page .grid_outer .jam_filter_picker .filter_item.active {
        color: #666; }
      .view_jam_base_page .grid_outer .jam_filter_picker .filter_item.active, .view_jam_base_page .grid_outer .jam_filter_picker .filter_item:hover {
        border-bottom: 2px solid #DD4A4A; }
    .view_jam_base_page .grid_outer .jam_filter_picker .divider {
      margin-right: 15px; }
  .view_jam_base_page .grid_outer .jam_filter_empty {
    display: none;
    color: #666;
    margin: 30px 20px; }
    .view_jam_base_page .grid_outer .jam_filter_empty p {
      font-size: 18px; }
  .view_jam_base_page .grid_outer .game_grid_widget {
    padding: 20px 0 0 20px; }
  .view_jam_base_page .grid_outer .rated_game {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .ie .view_jam_base_page .grid_outer .rated_game {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .view_jam_base_page .grid_outer .rated_game:hover {
      opacity: 0; }
      .ie .view_jam_base_page .grid_outer .rated_game:hover {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .view_jam_base_page .grid_outer .rated_game .rated_label {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      height: 40px;
      line-height: 40px;
      color: white;
      font-size: 24px;
      font-weight: normal;
      text-shadow: 0 0 20px black; }
      .view_jam_base_page .grid_outer .rated_game .rated_label .icon {
        vertical-align: bottom; }

.view_jam_base_page .itch_footer {
  overflow: hidden;
  background: white;
  text-align: right;
  border-top: 1px solid #dadada;
  padding: 10px 20px;
  background: #EFEFEF; }
  .view_jam_base_page .itch_footer .powerd_by {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
    font-style: italic;
    margin-right: 6px; }
  .view_jam_base_page .itch_footer .header_logo {
    background: url("/static/images/itchio-black-30.png");
    display: inline-block;
    vertical-align: middle;
    width: 107px;
    height: 30px;
    margin: 0; }

.view_jam_base_page .footer_submissions {
  float: left;
  text-align: left;
  color: #666;
  margin-top: 6px; }
  .view_jam_base_page .footer_submissions a {
    color: #444; }
  .view_jam_base_page .footer_submissions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }
  .view_jam_base_page .footer_submissions li {
    display: inline-block;
    margin-left: 5px; }
    .view_jam_base_page .footer_submissions li::before {
      content: "("; }
    .view_jam_base_page .footer_submissions li::after {
      content: ")"; }
  .view_jam_base_page .footer_submissions h1 {
    display: none; }

.view_raw_jam_page .countdown_row {
  display: block; }
  .view_raw_jam_page .countdown_row .countdown_section {
    display: inline-block; }

.view_jam_page.has_banner .jam_banner {
  display: block; }

.view_jam_page.before_start .ends_in, .view_jam_page.before_start .voting_ends_in, .view_jam_page.before_start .ended {
  display: none; }

.view_jam_page.during_submit .ended, .view_jam_page.during_submit .voting_ends_in, .view_jam_page.during_submit .starts_in {
  display: none; }

.view_jam_page.during_voting .ended, .view_jam_page.during_voting .starts_in, .view_jam_page.during_voting .ends_in {
  display: none; }

.view_jam_page .jam_banner {
  display: none;
  max-width: 100%;
  margin: 0 auto;
  border: 0; }
  @media (min-width: 960px) {
    .view_jam_page .jam_banner {
      max-width: 960px; } }
  .view_jam_page .jam_banner.full_width {
    width: 100%;
    max-width: none; }

.view_jam_page .jam_body {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden; }

.view_jam_page .jam_content {
  margin: 20px; }

.view_jam_page .state_outer {
  text-align: middle; }

.view_jam_page .submitter_outer {
  text-align: center;
  margin: 40px 0; }

.view_jam_page .grid_outer {
  margin-top: 40px; }

.view_jam_page .jam_header_widget {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px 20px 0 20px;
  border-bottom: 1px solid #dadada; }
  .view_jam_page .jam_header_widget .header_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }
    .view_jam_page .jam_header_widget .header_columns .title_colum {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .view_jam_page .jam_header_widget .jam_title_header {
    font-size: 42px;
    font-weight: normal;
    margin: 0; }
    @media (max-width: 600px) {
      .view_jam_page .jam_header_widget .jam_title_header {
        font-size: 36px; } }
    @media (max-width: 320px) {
      .view_jam_page .jam_header_widget .jam_title_header {
        font-size: 32px; } }
    .view_jam_page .jam_header_widget .jam_title_header a {
      text-decoration: none;
      color: inherit; }
  .view_jam_page .jam_header_widget .jam_host_header {
    margin-top: 4px;
    margin-bottom: 18px; }
  @media (max-width: 600px) {
    .view_jam_page .jam_header_widget .stats_container {
      display: none; } }
  .view_jam_page .jam_header_widget .stat_box {
    display: inline-block;
    border-right: 1px solid #dadada;
    height: 60px;
    padding: 10px 20px;
    text-align: right; }
    .view_jam_page .jam_header_widget .stat_box a {
      color: inherit;
      text-decoration: none;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -ms-transition: color 0.2s ease;
      transition: color 0.2s ease; }
    .view_jam_page .jam_header_widget .stat_box:last-child {
      border-right: 0; }
    .view_jam_page .jam_header_widget .stat_box .stat_value {
      font-size: 34px;
      opacity: 0.9; }
    .view_jam_page .jam_header_widget .stat_box .stat_label {
      font-size: 12px;
      opacity: 0.6; }

.view_jam_page .header_tabs {
  font-size: 16px;
  white-space: nowrap; }
  .view_jam_page .header_tabs .tab_group {
    display: inline-block;
    margin-right: 30px; }
    .view_jam_page .header_tabs .tab_group > .header_tab {
      margin-right: 0; }
  .view_jam_page .header_tabs .community_activity {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 2px;
    margin-left: 8px; }
  .view_jam_page .header_tabs .header_tab {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    padding: 5px 0;
    margin-right: 30px;
    opacity: 0.8;
    color: inherit; }
    .view_jam_page .header_tabs .header_tab.active, .view_jam_page .header_tabs .header_tab:hover {
      opacity: 1;
      color: inherit;
      border-bottom: 4px solid #FA5C5C; }

#lightbox_container {
  color: #222; }

.jam_submitter_widget {
  border: 1px solid #dadada;
  border-radius: 4px;
  display: inline-block;
  padding: 0px; }
  .jam_submitter_widget.is_over p {
    margin: 10px 15px; }
  .jam_submitter_widget .date_data {
    text-align: left;
    border-bottom: 1px solid #dadada;
    border-color: inherit;
    padding: 10px 20px; }
  .jam_submitter_widget .date_format {
    font-weight: bold; }
  .jam_submitter_widget .countdown, .jam_submitter_widget .state_action {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 20px; }
  .jam_submitter_widget .countdown {
    margin: 0;
    min-width: 320px;
    border-right: 1px solid #dadada;
    border-color: inherit;
    text-align: center;
    border-color: inherit; }
    .jam_submitter_widget .countdown * {
      border-color: inherit !important; }
    .jam_submitter_widget .countdown .times {
      display: inline-block; }
    .jam_submitter_widget .countdown .time_block {
      vertical-align: middle;
      display: inline-block;
      margin: 5px 12px;
      margin-right: 0;
      font-size: 12px;
      font-style: italic;
      border-left: 2px solid #dadada;
      border-color: inherit;
      padding-left: 10px; }
      .jam_submitter_widget .countdown .time_block.hidden {
        display: none; }
      @media (max-width: 820px) {
        .jam_submitter_widget .countdown .time_block:last-child {
          padding-right: 10px;
          border-right: 2px solid #dadada; } }
    .jam_submitter_widget .countdown .block_value {
      font-size: 18px;
      font-weight: bold;
      font-style: normal; }
  .jam_submitter_widget .state_action {
    border-left: 1px solid #dadada;
    border-color: inherit;
    position: relative;
    left: -1px;
    max-width: 400px; }
    .jam_submitter_widget .state_action .remove_sub_text {
      font-size: 14px;
      margin-top: 4px;
      text-align: center;
      opacity: 0.8; }
  @media (max-width: 820px) {
    .jam_submitter_widget {
      display: block;
      border-left: 0;
      border-right: 0;
      border-radius: 0; }
      .jam_submitter_widget .date_data {
        text-align: center; }
      .jam_submitter_widget .state_action, .jam_submitter_widget .countdown {
        display: block;
        border-bottom: 1px solid #dadada;
        border-color: inherit;
        text-align: center;
        max-width: none;
        min-width: 0; }
      .jam_submitter_widget .state_action {
        border-bottom: 0; } }

body {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #222;
  background: white; }

.jam_page_wrap {
  -webkit-transition: margin-left 0.15s ease-in-out;
  -moz-transition: margin-left 0.15s ease-in-out;
  -ms-transition: margin-left 0.15s ease-in-out;
  transition: margin-left 0.15s ease-in-out; }
  .show_appearance_editor .jam_page_wrap {
    margin-left: 220px; }

p {
  font-size: 16px;
  line-height: 1.5; }
.user_panel_widget {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px; }
  .user_panel_widget .notifications_bubble {
    width: 22px;
    height: 22px;
    color: #FA5C5C !important;
    background: white;
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 4px;
    text-decoration: none;
    margin-right: 15px;
    -webkit-animation: bouncein 0.2s ease-in-out 0.2s;
    -moz-animation: bouncein 0.2s ease-in-out 0.2s;
    -ms-animation: bouncein 0.2s ease-in-out 0.2s;
    animation: bouncein 0.2s ease-in-out 0.2s; }
  .user_panel_widget .profile_avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
  .user_panel_widget .profile_link {
    color: white;
    text-decoration: none;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle; }
    .user_panel_widget .profile_link .user_name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top;
      max-width: 150px; }
    .user_panel_widget .profile_link:hover {
      text-decoration: underline; }
  .user_panel_widget .drop_menu_wrap {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle; }
    .user_panel_widget .drop_menu_wrap.open .menu_tick {
      background-color: rgba(255, 255, 255, 0.1); }
    .user_panel_widget .drop_menu_wrap.open .drop_menu {
      display: block; }
    .user_panel_widget .drop_menu_wrap .menu_tick {
      -webkit-transition: background-color 0.2s ease;
      -moz-transition: background-color 0.2s ease;
      -ms-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease;
      cursor: pointer;
      margin-left: 10px;
      margin-right: 5px;
      background: url("/static/images/down-tick-2.png") 50% 50% no-repeat;
      width: 23px;
      height: 21px;
      border-radius: 4px; }
      .user_panel_widget .drop_menu_wrap .menu_tick:hover {
        background-color: rgba(255, 255, 255, 0.1); }
    .user_panel_widget .drop_menu_wrap .drop_menu {
      display: none;
      line-height: normal;
      border-radius: 3px;
      box-shadow: 0 0 0 1px #d0d0d0, 0 2px 4px rgba(0, 0, 0, 0.2);
      position: absolute;
      text-align: left;
      top: 100%;
      right: -8px;
      margin-top: 10px;
      background: white;
      color: #333;
      min-width: 200px;
      white-space: nowrap;
      z-index: 250; }
    .user_panel_widget .drop_menu_wrap .menu_group {
      padding-bottom: 5px; }
      .user_panel_widget .drop_menu_wrap .menu_group:first-child .group_header {
        padding-top: 10px;
        border-top: 0; }
      .user_panel_widget .drop_menu_wrap .menu_group .group_header {
        font-size: 12px;
        font-weight: bold;
        color: #777;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 10px 0 8px 14px;
        border-bottom: 1px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
        margin-bottom: 5px;
        background: #F4F4F4;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none; }
    .user_panel_widget .drop_menu_wrap .link_row {
      display: block;
      padding: 0 14px;
      line-height: 32px;
      color: inherit;
      text-decoration: none;
      letter-spacing: 0.05em;
      position: relative; }
      .user_panel_widget .drop_menu_wrap .link_row .link_bubble {
        top: 7px;
        right: 50px; }
      .user_panel_widget .drop_menu_wrap .link_row.has_bubble {
        padding-right: 40px; }
      .user_panel_widget .drop_menu_wrap .link_row:hover {
        background-color: #FFF0F0;
        color: #DD4A4A; }
      .user_panel_widget .drop_menu_wrap .link_row:active {
        background: #E44949;
        color: white; }
  .user_panel_widget .panel_button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    height: 30px;
    line-height: 26px;
    color: white;
    padding: 0 15px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
    margin-left: 10px; }
    .user_panel_widget .panel_button:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #FA5C5C; }
    .user_panel_widget .panel_button:active {
      background: rgba(255, 255, 255, 0.4); }
.header_widget {
  height: 50px;
  position: relative; }
  .header_widget.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100; }
    .header_widget.sticky.sidebar_mode {
      left: 260px; }
      .header_widget.sticky.sidebar_mode h1 {
        display: none; }
      @media (max-width: 1020px) {
        .header_widget.sticky.sidebar_mode {
          left: 0; }
          .header_widget.sticky.sidebar_mode h1 {
            display: inline-block; } }
      .header_widget.sticky.sidebar_mode .header_buttons {
        margin-left: 0; }
      .header_widget.sticky.sidebar_mode .primary_header {
        padding-left: 15px; }
  .header_widget.hover_menu_open .header_dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header_widget.hover_menu_visible .header_dropdown {
    opacity: 1;
    transform: translate(0, 0); }
  .header_widget.minimal_header .primary_header {
    text-align: center; }
  .header_widget.minimal_header .header_buttons, .header_widget.minimal_header .game_search, .header_widget.minimal_header .secondary_header, .header_widget.minimal_header .header_dropdown {
    display: none; }
  .header_widget.gray .primary_header {
    background: #333; }
  .header_widget.gray .user_panel_widget .profile_avatar {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.18); }
  .header_widget.mobile_nav_visible .mobile_nav_btn {
    display: inline-block; }
  .header_widget.mobile_nav_visible .primary_header {
    padding-left: 5px !important; }
  .header_widget.small_logo .header_logo.shrinkable {
    background-image: url("/static/images/itchio-textless-white.svg");
    height: 40px;
    width: 40px;
    margin-top: 4px; }
  .header_widget input {
    font-family: Lato, sans-serif; }
  .header_widget .primary_header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    background: #FA5C5C;
    padding: 0 40px 0 32px;
    color: white;
    height: 50px;
    position: relative;
    z-index: 100; }
  .header_widget .header_dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    color: white;
    height: 40px;
    background: #922b2b;
    z-index: 99;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 0 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    opacity: 0;
    transform: translate(0, -20%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .header_widget .header_dropdown a {
      display: block;
      margin-right: 20px;
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none;
      position: relative;
      line-height: 24px; }
      .header_widget .header_dropdown a:before {
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        transition: all 0.1s ease;
        transform: translate(0, 2px);
        opacity: 0;
        content: " ";
        height: 2px;
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        left: 0;
        right: 0;
        top: 100%; }
      .header_widget .header_dropdown a:hover:before {
        opacity: 1;
        transform: translate(0, 0); }
    .header_widget .header_dropdown .divider {
      width: 2px;
      height: 8px;
      background: rgba(255, 255, 255, 0.5);
      margin-right: 20px; }
  .header_widget h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
  .header_widget .header_logo {
    background-image: url("/static/images/logo-white-new.svg");
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    width: 117px;
    height: 30px;
    margin: 0;
    vertical-align: top;
    margin-top: 10px;
    text-decoration: none; }
  .header_widget .user_panel_widget {
    color: white;
    top: 10px;
    right: 40px;
    z-index: 102; }
    .header_widget .user_panel_widget.logged_in {
      right: 32px; }
    .header_widget .user_panel_widget a {
      color: white; }
    .header_widget .user_panel_widget .drop_menu_wrap.open .menu_tick {
      background-color: rgba(0, 0, 0, 0.1); }
    .header_widget .user_panel_widget .drop_menu_wrap .menu_tick {
      background-image: url("/static/images/down-tick-2.png"); }
      .header_widget .user_panel_widget .drop_menu_wrap .menu_tick:hover {
        background-color: rgba(0, 0, 0, 0.1); }
  .header_widget .game_search {
    vertical-align: top;
    display: inline-block;
    margin-top: 10px; }
    @media (max-width: 960px) {
      .header_widget .game_search {
        display: none; } }
    .header_widget .game_search .search_input {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      border: 0;
      border-radius: 3px;
      padding: 4px 10px;
      font-size: 14px;
      color: #333;
      width: 260px;
      height: 30px;
      margin: 0;
      margin-left: 20px;
      font-size: 16px; }
      .header_widget .game_search .search_input:focus {
        outline: none; }
      .header_widget .game_search .search_input:valid {
        border-radius: 3px 0 0 3px; }
        .header_widget .game_search .search_input:valid + .submit_btn {
          opacity: 1; }
          .ie .header_widget .game_search .search_input:valid + .submit_btn {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .header_widget .game_search .submit_btn {
      opacity: 0;
      -webkit-transition: opacity 0.1s ease;
      -moz-transition: opacity 0.1s ease;
      -ms-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      border: 0;
      margin: 0;
      height: 30px;
      line-height: 30px;
      background: rgba(255, 255, 255, 0.3);
      color: white;
      padding: 0px 10px;
      cursor: pointer;
      font-size: 14px;
      border-radius: 0 3px 3px 0; }
      .ie .header_widget .game_search .submit_btn {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .header_widget .header_buttons {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    height: 50px;
    overflow: hidden; }
    @media (max-width: 600px) {
      .header_widget .header_buttons {
        display: none; } }
    .header_widget .header_buttons .header_button {
      color: white;
      text-decoration: none;
      font-size: 16px;
      font-weight: bold;
      display: inline-block;
      vertical-align: top;
      margin: 0 10px;
      position: relative;
      margin-top: 10px;
      line-height: 30px; }
      .header_widget .header_buttons .header_button .icon {
        margin-right: 5px; }
      .header_widget .header_buttons .header_button:hover, .header_widget .header_buttons .header_button.active {
        border-bottom: 2px solid rgba(255, 255, 255, 0.5); }
    .header_widget .header_buttons .browse_btn:before {
      content: " ";
      width: 10px;
      height: 10px;
      background: #922B2B;
      position: absolute;
      top: 100%;
      left: 50%;
      border-radius: 3px;
      transform: translate(-50%, 6px) rotate(45deg);
      opacity: 0;
      transform: 0.3s ease opacity; }
    .header_widget .header_buttons .browse_btn.open:before {
      opacity: 1; }
    .header_widget .header_buttons .feed_bubble {
      position: absolute;
      top: -8px;
      right: -15px;
      position: absolute;
      font-size: 10px;
      text-transform: uppercase;
      background: white;
      color: #FA5C5C;
      border-radius: 3px;
      padding: 0px 4px 0px 4px;
      font-weight: bold;
      line-height: 15px;
      height: 15px; }
    .header_widget .header_buttons .alt_button {
      display: none; }
    @media (min-width: 1020px) {
      .header_widget .header_buttons .alt_button {
        display: inline; } }
  .header_widget .owner_tools {
    background: #444;
    padding: 0 15px; }
    @media (max-width: 800px) {
      .header_widget .owner_tools {
        display: none; } }
    @media (min-width: 1150px) {
      .header_widget .owner_tools:before {
        content: "Manage:";
        margin-right: 5px;
        margin-top: 10px;
        line-height: 30px;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
        position: relative;
        z-index: 2;
        display: inline-block; } }
    .header_widget .owner_tools .tool_button {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      display: inline-block;
      border-radius: 4px;
      text-decoration: none;
      padding: 3px 10px;
      font-size: 14px;
      letter-spacing: 0.025em;
      white-space: nowrap;
      border: 2px solid rgba(255, 255, 255, 0.6);
      color: white;
      line-height: 26px;
      height: 30px;
      padding-top: 0;
      padding-bottom: 0;
      cursor: pointer;
      background: transparent;
      margin-left: 10px;
      vertical-align: top;
      margin-top: 10px; }
      @media (max-width: 980px) {
        .header_widget .owner_tools .tool_button {
          display: none; } }
      .header_widget .owner_tools .tool_button .icon-brush {
        display: inline-block;
        margin-right: 5px;
        font-size: 20px;
        width: 20px;
        height: 10px;
        vertical-align: top;
        margin-top: 2px; }
      .header_widget .owner_tools .tool_button:hover {
        background-color: rgba(255, 255, 255, 0.2); }
  .header_widget .admin_tools {
    margin-top: 9px;
    vertical-align: top;
    line-height: normal;
    height: auto;
    font-size: 13px;
    display: inline-flex; }
    .header_widget .admin_tools a {
      color: white; }
    .header_widget .admin_tools .bad {
      background: red;
      color: white; }
    .header_widget .admin_tools .admin_tool_column {
      background: red; }
  @media (max-width: 420px) {
    .header_widget .header_logo.shrinkable {
      background-image: url("/static/images/itchio-textless-white.svg");
      height: 40px;
      width: 40px;
      margin-top: 4px; }
    .header_widget .primary_header {
      padding-left: 20px;
      padding-right: 20px; }
    .header_widget .user_panel_widget {
      right: 20px; } }
  .header_widget .mobile_nav_btn {
    cursor: pointer;
    border: 0;
    background: none;
    padding: 16px 20px;
    vertical-align: middle;
    margin-right: 5px;
    display: none; }
    .header_widget .mobile_nav_btn:active {
      background: rgba(255, 255, 255, 0.2); }
    .header_widget .mobile_nav_btn .menu_bar_outer {
      position: relative;
      width: 25px;
      height: 17px; }
    .header_widget .mobile_nav_btn .menu_bar {
      background: white;
      height: 3px;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .header_widget .mobile_nav_btn .menu_bar:first-child {
        bottom: auto; }
      .header_widget .mobile_nav_btn .menu_bar:last-child {
        top: auto; }
.add_game_to_jam_form_widget .badges_input .badge_picker, .add_game_to_jam_form_widget .category_input .badge_picker {
  border: 1px solid #dadada;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 15px 10px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 20px;
  cursor: pointer; }
  .add_game_to_jam_form_widget .badges_input .badge_picker:hover, .add_game_to_jam_form_widget .category_input .badge_picker:hover {
    background-color: #f8f8f8; }

.add_game_to_jam_form_widget .badges_input .badge_toggle, .add_game_to_jam_form_widget .badges_input .badge_image, .add_game_to_jam_form_widget .category_input .badge_toggle, .add_game_to_jam_form_widget .category_input .badge_image {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 20px; }

.add_game_to_jam_form_widget .badges_input .badge_summary, .add_game_to_jam_form_widget .category_input .badge_summary {
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top; }
  .add_game_to_jam_form_widget .badges_input .badge_summary p, .add_game_to_jam_form_widget .category_input .badge_summary p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px; }
