@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.outline {
    background: transparent;
    border: 1px solid rgba(250, 92, 92, 0.4);
    color: #FA5C5C;
    text-shadow: none; }
    .button.outline:hover {
      border: 1px solid rgba(250, 92, 92, 0.6); }
    .button.outline.disabled {
      color: #ccc;
      border-color: #ddd;
      background-color: transparent; }
  .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: #fffdbd;
  color: #59583b;
  border-bottom: 1px solid #dbd994;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px; }
  .warning_box h2, .warning_box h3, .warning_box h4 {
    color: #3a3a27; }
  .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 */
:focus {
  outline-color: #361275; }

.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, .form .fake_input {
  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, .responsive .form .fake_input, .full_width .form .fake_input {
    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, .form .fake_input:focus {
    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, .form .fake_input.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, .form .fake_input.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, .form .fake_input.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, .form .fake_input.inline_input {
    width: auto; }
  .form input[type="text"].has_error, .form input[type="password"].has_error, .form input[type="email"].has_error, .form textarea.has_error, .form .fake_input.has_error {
    border-color: #D14343; }

.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_fill {
    height: 100%;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 16px; }
  .form .slider_input .slider_track {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    height: 8px;
    border-radius: 4px;
    position: relative; }
  .form .slider_input .slider_nub {
    position: absolute;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    margin-top: -9px;
    margin-left: -9px;
    border: 0;
    background: #FA5C5C;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.21), 0 0 0 1px rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%; }
    .form .slider_input .slider_nub:hover {
      background: #fa6666; }
    .form .slider_input .slider_nub:active {
      background-color: #e44949; }

button {
  font-family: Lato, sans-serif; }
  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; }

.simple_select {
  display: inline-block;
  box-sizing: border-box;
  min-width: 30px;
  position: relative;
  border: 2px solid #cdcdcd;
  padding: 4px 12px;
  background: white;
  border-radius: 4px; }
  .simple_select:hover .selected_option {
    color: #444; }
  .simple_select.focused {
    border-color: #A287C0; }
    .simple_select.focused .select_component {
      color: #444; }
  .simple_select .icon {
    margin-left: 8px;
    color: rgba(34, 34, 34, 0.7); }
  .simple_select .selected_option {
    font-size: 14px;
    color: #666;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .simple_select .selected_option .selected_option_name {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .simple_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%; }
    .simple_select select:hover {
      cursor: pointer; }

.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; }

.user_tools {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  .ie .user_tools {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .user_tools.hidden {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px); }
    .ie .user_tools.hidden {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .user_tools .action_btn {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: Lato, sans-serif;
    display: inline-block;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    color: #eee;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid rgba(10, 10, 10, 0.5);
    border-radius: 2px;
    padding: 2px 4px;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px; }
    .user_tools .action_btn .icon {
      margin-right: 5px;
      text-shadow: none; }
    .user_tools .action_btn > svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 4px;
      fill: #fff; }
    .user_tools .action_btn .icon-playlist_add {
      font-size: 18px;
      vertical-align: -2px; }
    .user_tools .action_btn:hover {
      background: rgba(20, 20, 20, 0.6); }

.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:hover .game_thumb .gif_overlay {
    opacity: 1; }
  .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_thumb .gif_label {
      font-weight: bold;
      font-size: 12px;
      position: absolute;
      top: 10px;
      left: 10px;
      background: #222;
      padding: 1px 4px;
      border-radius: 2px;
      color: #ccc;
      opacity: 0.8; }
    .game_grid_widget .game_cell .game_thumb .gif_overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-position: 50% 50%;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
  .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;
      font-family: Lato, sans-serif;
      display: inline-block;
      background: black;
      background: rgba(0, 0, 0, 0.6);
      color: #eee;
      font-size: 12px;
      font-weight: bold;
      border: 1px solid rgba(10, 10, 10, 0.5);
      border-radius: 2px;
      padding: 2px 4px;
      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;
      font-weight: bold;
      box-shadow: none;
      border-radius: 3px; }
      .game_grid_widget .game_cell .game_cell_tools .action_btn .icon {
        margin-right: 5px;
        text-shadow: none; }
      .game_grid_widget .game_cell .game_cell_tools .action_btn > svg {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        fill: #fff; }
      .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(20, 20, 20, 0.6); }
      .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_cell_data {
    margin-top: 10px; }
    .game_grid_widget .game_cell .game_cell_data > * {
      margin-bottom: 5px; }
      .game_grid_widget .game_cell .game_cell_data > *:last-child {
        margin-bottom: 0; }
  .game_grid_widget .game_cell .game_title {
    font-size: 18px;
    line-height: 24px;
    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;
      color: #222;
      text-decoration: none;
      margin-right: 6px;
      word-wrap: break-word; }
      .game_grid_widget .game_cell .game_title a.title:hover {
        text-decoration: underline; }
  .game_grid_widget .game_cell .game_author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px; }
    .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;
    color: #999; }
  .game_grid_widget .game_cell .game_promo {
    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 > * {
    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 a.meta_tag {
    text-decoration: none;
    color: white !important; }
    .game_grid_widget .game_cell a.meta_tag:hover {
      opacity: 0.9; }
  .game_grid_widget .game_cell .meta_tag {
    color: white;
    font-size: 13px;
    vertical-align: 1px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .game_grid_widget .game_cell .meta_tag > div {
      height: 22px;
      line-height: 22px;
      padding: 0 8px;
      font-weight: bold;
      background-color: #737373;
      background-image: linear-gradient(to top right, gray 0%, #676767 100%);
      background-image: -webkit-linear-gradient(to top right, gray 0%, #676767 100%);
      background-image: -moz-linear-gradient(to top right, gray 0%, #676767 100%);
      background-image: -o-linear-gradient(to top right, gray 0%, #676767 100%);
      background-image: -ms-linear-gradient(to top right, gray 0%, #676767 100%); }
      .game_grid_widget .game_cell .meta_tag > div:first-child {
        border-radius: 2px 0 0 2px; }
      .game_grid_widget .game_cell .meta_tag > div:last-child {
        border-radius: 0 2px 2px 0; }
      .game_grid_widget .game_cell .meta_tag > div:first-child:last-child {
        border-radius: 2px; }
    .game_grid_widget .game_cell .meta_tag.free_tag {
      background-color: #b460ad;
      background-image: linear-gradient(to top right, #dc5c7f 0%, #8b64da 100%);
      background-image: -webkit-linear-gradient(to top right, #dc5c7f 0%, #8b64da 100%);
      background-image: -moz-linear-gradient(to top right, #dc5c7f 0%, #8b64da 100%);
      background-image: -o-linear-gradient(to top right, #dc5c7f 0%, #8b64da 100%);
      background-image: -ms-linear-gradient(to top right, #dc5c7f 0%, #8b64da 100%); }
    .game_grid_widget .game_cell .meta_tag .sale_tag {
      background: #34a0f2;
      color: rgba(255, 255, 255, 0.8); }
      .game_grid_widget .game_cell .meta_tag .sale_tag.reverse_sale {
        background: #fe4e50; }

.game_grid_widget .game_rating {
  font-size: 14px;
  color: #999; }
  .game_grid_widget .game_rating > * {
    display: inline-block;
    vertical-align: middle; }

.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; }

.game_list_grid .game_cell {
  width: 220px;
  white-space: normal;
  margin-bottom: 20px; }
  .game_list_grid .game_cell .game_thumb {
    width: 220px;
    height: 174px; }
  .game_list_grid .game_cell .price_flag, .game_list_grid .game_cell .game_text, .game_list_grid .game_cell .game_genre, .game_list_grid .game_cell .game_platform, .game_list_grid .game_cell .game_promo {
    display: none; }

.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; }

.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; }

.antiscroll-wrap {
  position: relative;
  overflow: hidden; }

.antiscroll-scrollbar {
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity; }

.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

.antiscroll-scrollbar-horizontal {
  height: 7px;
  margin-left: 2px;
  bottom: 2px;
  left: 0; }

.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0; }

.antiscroll-inner {
  overflow: scroll; }

/** A bug in Chrome 25 on Lion requires each selector to have their own
    blocks. E.g. the following:

    .antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {...}

    causes the width and height rules to be ignored by the browser resulting
    in both native and antiscroll scrollbars appearing at the same time.
 */
.antiscroll-inner::-webkit-scrollbar {
  width: 0;
  height: 0; }

.antiscroll-inner::scrollbar {
  width: 0;
  height: 0; }

body {
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #222;
  background: #FAFAFA; }
  body.staging {
    -webkit-filter: hue-rotate(205deg); }

.inner_column {
  width: 960px;
  margin: 0 auto; }

.user_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;
  min-width: 960px; }
  .show_appearance_editor .user_page_wrap {
    margin-left: 220px; }

.header {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .has_banner .header .image_header {
    display: block; }
  .has_banner .header .text_header {
    display: none; }
  .header .image_header {
    display: none;
    text-align: center; }
    .header .image_header img.full_width {
      width: 100%; }

.user_page.mode_column .columns {
  font-size: 0;
  min-height: 400px; }

.user_page.mode_column .profile_column {
  width: 604px; }

.user_page.mode_column .game_column, .user_page.mode_column .profile_column {
  display: inline-block;
  vertical-align: top;
  font-size: 13px; }

.user_page.mode_column .game_column {
  width: 315px;
  padding-left: 40px; }
  .user_page.mode_column .game_column .empty_message {
    margin-top: 20px;
    color: #666; }

.user_page.mode_column .user_game_grid .game_cell {
  width: 315px;
  margin-bottom: 40px;
  padding-bottom: 10px; }

.user_page.mode_grid .user_profile {
  margin-right: 0; }

.user_page.mode_grid .user_game_grid {
  text-align: center; }

.user_page .game_cell .game_author {
  display: none; }

.user_page .game_cell .game_text {
  white-space: normal; }

.user_page h1 {
  font-size: 34px;
  margin: 40px 0 5px 0; }

.user_page .user_website, .user_page .user_twitter {
  font-size: 16px; }

.user_page .user_links {
  margin-bottom: 20px;
  line-height: 1.5; }

.user_page .user_profile {
  margin-right: 40px; }

.purchased_games, .collection_row {
  border-top: 1px solid #dadada;
  padding: 10px 0 0 0; }
  .purchased_games .game_list, .collection_row .game_list {
    padding-top: 5px;
    padding-left: 10px; }
  .purchased_games h2, .collection_row h2 {
    margin-bottom: 10px; }
    .purchased_games h2 a, .collection_row h2 a {
      color: inherit !important;
      text-decoration: none; }
      .purchased_games h2 a:hover, .collection_row h2 a:hover {
        text-decoration: underline; }

.footer {
  border-top: 1px solid #dadada;
  margin-bottom: 20px;
  font-size: 12px; }
  .footer .footer_inner {
    width: 960px;
    padding-top: 10px;
    margin: 0 auto; }

.sorting_picker .order_row {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background 0.2s ease, opacity 0.2s ease;
  -moz-transition: background 0.2s ease, opacity 0.2s ease;
  -ms-transition: background 0.2s ease, opacity 0.2s ease;
  transition: background 0.2s ease, opacity 0.2s ease;
  border-bottom: 1px solid #4D4D4D;
  background: #333;
  margin-bottom: 5px;
  padding: 4px 40px 4px 25px;
  color: #d9d9d9;
  position: relative;
  cursor: ns-resize; }
  .sorting_picker .order_row:before {
    content: " ";
    position: absolute;
    background-image: url("/static/images/handle.png");
    width: 18px;
    height: 16px;
    top: 4px;
    left: 0; }
  .sorting_picker .order_row.dragging {
    opacity: 0; }

.sorting_picker .hide_btn {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 2px;
  right: 0;
  background: transparent;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2px 5px;
  border-radius: 3px;
  cursor: pointer;
  color: #666; }
  .sorting_picker .hide_btn:hover {
    color: gray; }
  .sorting_picker .hide_btn.is_active {
    background: #974848;
    border-color: #974848;
    color: white; }

.appearance_editor_widget .sorting_picker {
  margin-top: 10px; }

.user_tools .action_btn {
  font-size: 16px; }
  .user_tools .action_btn.disabled {
    opacity: 0.5;
    cursor: default; }

.has_header .user_tools {
  top: 50px; }
.follow_button_widget {
  cursor: pointer; }
  .follow_button_widget.animate_bounce, .follow_button_widget.animate_drop_down {
    pointer-events: none; }
  .follow_button_widget.outline {
    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; }
    .follow_button_widget.outline:hover {
      background: white;
      color: #333;
      color: white;
      background: #FA5C5C;
      border-color: #FA5C5C; }
    .follow_button_widget.outline:active {
      background: #e44949;
      border-color: #e44949; }
  .follow_button_widget.button.small .icon {
    display: none; }
  .follow_button_widget.is_following {
    transition: box-shadow 0.2s ease; }
    .follow_button_widget.is_following.button {
      background: white;
      border-color: #fa6666;
      color: #fa6666;
      text-shadow: none; }
    .follow_button_widget.is_following:hover {
      position: relative;
      box-shadow: inset 0 0 0 2px rgba(250, 92, 92, 0.4); }
      .follow_button_widget.is_following:hover .unfollow_label {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center; }
      .follow_button_widget.is_following:hover .on_unfollow {
        visibility: hidden; }
    .follow_button_widget.is_following .on_unfollow {
      display: inline; }
    .follow_button_widget.is_following .on_follow {
      display: none; }
  .follow_button_widget .on_unfollow, .follow_button_widget .unfollow_label {
    display: none; }
  .follow_button_widget .icon {
    margin-right: 5px;
    position: relative;
    top: 1px; }
.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 .notifications_bell {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 4px;
    text-decoration: none;
    margin-right: 15px;
    opacity: 0.6; }
    .user_panel_widget .notifications_bell:hover {
      opacity: 0.8; }
    .user_panel_widget .notifications_bell svg {
      fill: white; }
  .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-color: transparent;
      background: url("/static/images/down-tick-2.png") 50% 50% no-repeat;
      width: 23px;
      height: 21px;
      border-radius: 4px;
      border: 0; }
      .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: 35px;
    width: 40px;
    margin-top: 8px; }
    .halloween .header_widget.small_logo .header_logo.shrinkable {
      background-image: url("/static/images/itchio-textless-white-halloween.svg");
      height: 45px;
      width: 42px;
      margin-top: 2px; }
  .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; }
    .halloween .header_widget .header_logo {
      background-image: url("/static/images/logo-white-new-halloween.svg");
      width: 143px;
      height: 43px;
      margin-top: 3px; }
  .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: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 {
        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 .icon-pencil {
        font-size: 16px;
        margin-top: 5px; }
      .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: 35px;
      width: 40px;
      margin-top: 8px; }
      .halloween .header_widget .header_logo.shrinkable {
        background-image: url("/static/images/itchio-textless-white-halloween.svg");
        height: 45px;
        width: 42px;
        margin-top: 2px; }
    .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; }
