@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); } }

body {
  background: #161616; }

.widget_container {
  font-family: Lato, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: inset 0 0 10px black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

button, input {
  font-family: Lato, sans-serif; }

.game_widget_page {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #dadada;
  max-width: 828px;
  max-height: 250px;
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 13px;
  overflow: hidden;
  -webkit-perspective: 600px;
  -moz-perspective: 600px; }
  .game_widget_page.animated .first_page, .game_widget_page.animated .second_page {
    -webkit-transition: -webkit-transform 0.20s ease-in-out; }
  .game_widget_page.has_error .first_page, .game_widget_page.has_error .second_page {
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9); }
  .game_widget_page.has_error .shroud {
    z-index: 3;
    display: block; }
  .game_widget_page form.show_email_capture .choose_payment {
    display: none; }
  .game_widget_page form.show_email_capture .email_capture {
    display: block; }
  .game_widget_page form.loading .buy_buttons, .game_widget_page form.loading .email_capture {
    display: none; }
  .game_widget_page form.loading .back_page_btn {
    display: none; }
  .game_widget_page form.loading .loader {
    display: block; }
  .game_widget_page .shroud {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.4;
    z-index: 3; }
    .ie .game_widget_page .shroud {
      filter: alpha(opacity=40);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
  .game_widget_page .error_box {
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    z-index: 4;
    max-width: 300px;
    padding: 8px; }
    .game_widget_page .error_box .error_content, .game_widget_page .error_box .error_button_row {
      margin: 5px; }
    .game_widget_page .error_box .error_button_row a {
      color: inherit;
      opacity: 0.69; }
  .game_widget_page .page_shroud {
    position: absolute;
    background: black;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 15; }
  .game_widget_page .first_page, .game_widget_page .second_page {
    box-shadow: 0 0 0 1px #dadada;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50% 50% -80px;
    -webkit-backface-visibility: hidden;
    -moz-transform-origin: 50% 50% -80px;
    -moz-backface-visibility: hidden;
    z-index: 0; }
  .game_widget_page .first_page {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .game_widget_page .first_page h1, .game_widget_page .first_page h2 {
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .game_widget_page .first_page h1 a, .game_widget_page .first_page h2 a {
        text-decoration: none; }
        .game_widget_page .first_page h1 a:hover, .game_widget_page .first_page h2 a:hover {
          text-decoration: underline; }
    .game_widget_page .first_page h1 {
      margin-bottom: 4px; }
      .game_widget_page .first_page h1 a {
        color: inherit; }
    .game_widget_page .first_page h2 {
      font-size: 13px;
      margin-bottom: 5px;
      font-weight: normal; }
      .game_widget_page .first_page h2 .sub {
        opacity: 0.54; }
      .game_widget_page .first_page h2 a {
        color: inherit;
        opacity: 0.84;
        font-weight: bold; }
        .game_widget_page .first_page h2 a:hover {
          opacity: 0.76; }
    .game_widget_page .first_page h3 {
      font-size: 13px;
      margin: 0;
      margin-bottom: 5px;
      font-weight: normal;
      opacity: 0.84;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .game_widget_page .first_page .mini_logo {
      position: absolute;
      bottom: 4px;
      right: 4px;
      border: 0;
      width: 65px;
      height: 20px;
      opacity: 0.2; }
      @media (max-width: 350px) {
        .game_widget_page .first_page .mini_logo {
          display: none !important; } }
    .game_widget_page .first_page a .thumb {
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -ms-transition: opacity 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out; }
      .game_widget_page .first_page a .thumb:hover {
        opacity: 0.9; }
        .ie .game_widget_page .first_page a .thumb:hover {
          filter: alpha(opacity=90);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
      .game_widget_page .first_page a .thumb:active {
        position: relative;
        top: 1px; }
    .game_widget_page .first_page .thumb_wrapper {
      width: 205px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 500px) {
        .game_widget_page .first_page .thumb_wrapper {
          width: 100%; } }
    .game_widget_page .first_page .thumb {
      box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
      border-radius: 2px;
      border: 1px solid #dadada;
      width: 180px;
      height: 143px;
      background-size: cover;
      background-position: 50% 50%; }
    .game_widget_page .first_page.has_cover .game_summary {
      padding-right: 5px;
      border-left: 1px solid #dadada; }
    .game_widget_page .first_page .game_summary {
      padding: 0 12px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      min-width: 0; }
      @media (max-width: 500px) {
        .game_widget_page .first_page .game_summary {
          display: none; } }
      .game_widget_page .first_page .game_summary > :last-child {
        margin-bottom: 6px; }
    .game_widget_page .first_page .original_price {
      text-decoration: line-through; }
    .game_widget_page .first_page .platforms_inline {
      opacity: 0.54;
      font-size: 13px;
      vertical-align: middle;
      margin-left: 8px; }
    .game_widget_page .first_page .price_row {
      margin-bottom: 5px; }
      .game_widget_page .first_page .price_row .dollars {
        opacity: 0.84;
        font-weight: bold; }
    .game_widget_page .first_page .button_row {
      margin-top: 8px; }
      .game_widget_page .first_page .button_row button {
        margin: 0; }
        .game_widget_page .first_page .button_row button:focus {
          outline: none; }
      .game_widget_page .first_page .button_row .buy_sub {
        font-size: 12px;
        margin-left: 4px;
        opacity: 0.69; }
    .game_widget_page .first_page .narrow_cta {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      padding-bottom: 5px; }
      @media (max-width: 500px) {
        .game_widget_page .first_page .narrow_cta {
          display: block; } }
  .game_widget_page .second_page > form {
    height: 100%; }
  .game_widget_page .second_page .second_page_columns {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .game_widget_page .second_page .second_page_columns > * {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .game_widget_page .second_page .right_column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 548px) {
      .game_widget_page .second_page .right_column {
        display: none; } }
  .game_widget_page .second_page .left_column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 0;
    position: relative;
    border-right: 1px solid #dadada; }
    .game_widget_page .second_page .left_column.show_free_message .enter_price_btn {
      display: block; }
    .game_widget_page .second_page .left_column.show_free_message .checkout_flow {
      display: none; }
    .game_widget_page .second_page .left_column.completed_checkout .buttons_footer {
      display: none; }
    .game_widget_page .second_page .left_column.completed_checkout .after_checkout_footer {
      display: block; }
    .game_widget_page .second_page .left_column .checkout_flow {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
  .game_widget_page .second_page h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 6px 25px 0 10px;
    line-height: 23px; }
  .game_widget_page .second_page .buy_message {
    border-bottom: 1px solid #dadada;
    padding: 10px; }
  .game_widget_page .second_page .file_list {
    padding: 10px 0;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .game_widget_page .second_page .file_list .file_row {
      margin: 0 10px 6px 10px; }
      .game_widget_page .second_page .file_list .file_row.inactive {
        opacity: 0.46;
        cursor: pointer; }
        .game_widget_page .second_page .file_list .file_row.inactive .icon-download {
          opacity: 0.8; }
        .game_widget_page .second_page .file_list .file_row.inactive:hover {
          opacity: 0.69; }
  .game_widget_page .second_page .money_inputs {
    padding-left: 10px; }
  .game_widget_page .second_page .money_input, .game_widget_page .second_page .enter_price_btn, .game_widget_page .second_page .email_input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.18);
    background: rgba(255, 255, 255, 0.13);
    margin: 5px 0;
    padding: 4px;
    font-size: 16px;
    color: inherit;
    max-width: 254px; }
    .game_widget_page .second_page .money_input:focus, .game_widget_page .second_page .enter_price_btn:focus, .game_widget_page .second_page .email_input:focus {
      outline: none;
      border: 1px solid rgba(0, 0, 0, 0.4); }
  .game_widget_page .second_page .email_input {
    display: inline-block;
    margin: 0;
    width: 150px;
    height: 33px;
    padding: 0 4px;
    vertical-align: top; }
  .game_widget_page .second_page .email_capture .button {
    vertical-align: top;
    margin-left: 5px; }
  .game_widget_page .second_page .email_capture .cancel_email_capture_btn {
    display: inline-block;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 5px; }
  .game_widget_page .second_page .enter_price_btn {
    color: gray;
    cursor: text;
    display: none;
    margin-left: 10px; }
  .game_widget_page .second_page .buttons_footer, .game_widget_page .second_page .after_checkout_footer {
    border-top: 1px solid #dadada;
    margin-top: 9px;
    padding: 10px; }
  .game_widget_page .second_page .buttons_footer {
    padding-top: 0;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .game_widget_page .second_page .buttons_footer .footer_label {
      font-size: 12px;
      opacity: 0.46;
      margin-bottom: 4px; }
  .game_widget_page .second_page .buy_buttons {
    white-space: nowrap;
    padding-bottom: 5px; }
    .game_widget_page .second_page .buy_buttons.narrow_buttons .icon {
      display: none; }
  .game_widget_page .second_page .email_capture {
    display: none; }
  .game_widget_page .second_page .after_checkout_footer {
    display: none; }
    .game_widget_page .second_page .after_checkout_footer p {
      margin: 0;
      line-height: 1.5; }
    .game_widget_page .second_page .after_checkout_footer a {
      color: inherit;
      opacity: 0.84; }
  .game_widget_page .second_page .add_btn {
    font-family: Lato, sans-serif;
    font-size: 14px;
    margin: 0;
    width: 82px;
    margin-right: 4px;
    text-align: center;
    color: inherit;
    background: rgba(0, 0, 0, 0.13);
    border: 1px solid rgba(0, 0, 0, 0.18);
    padding: 4px;
    border-radius: 2px;
    cursor: pointer; }
    .game_widget_page .second_page .add_btn .icon {
      margin-right: 4px;
      opacity: 0.6; }
    .game_widget_page .second_page .add_btn:hover {
      background: rgba(0, 0, 0, 0.1); }
    .game_widget_page .second_page .add_btn:active {
      background: rgba(0, 0, 0, 0.16); }
    .game_widget_page .second_page .add_btn:focus {
      outline: none; }
  .game_widget_page .second_page .checkout_btn {
    margin: 0;
    margin-right: 5px; }
    .game_widget_page .second_page .checkout_btn .icon {
      margin-right: 4px; }
  .game_widget_page .second_page .skip_pay_area {
    padding: 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dadada; }
    .game_widget_page .second_page .skip_pay_area p {
      margin: 5px 0; }
    .game_widget_page .second_page .skip_pay_area a {
      color: inherit;
      opacity: 0.84; }
    .game_widget_page .second_page .skip_pay_area .download_links {
      margin-bottom: 8px; }
  .game_widget_page .second_page .back_btn {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.29;
    cursor: pointer; }
    .game_widget_page .second_page .back_btn:hover {
      opacity: 0.38; }
  .game_widget_page .second_page .back_page_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 10px;
    padding: 5px; }
  .game_widget_page .loader {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px; }
  .game_widget_page .dark_logo {
    display: none; }
  .game_widget_page .light_logo {
    display: block; }
  .game_widget_page.dark .first_page, .game_widget_page.dark .second_page {
    box-shadow: 0 0 0 1px dimgray; }
  .game_widget_page.dark .dark_logo {
    display: block; }
  .game_widget_page.dark .light_logo {
    display: none; }
  .game_widget_page.dark .first_page .thumb {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28), 0 10px 10px -10px black;
    border: 0; }
  .game_widget_page.dark .second_page .money_input, .game_widget_page.dark .second_page .enter_price_btn, .game_widget_page.dark .second_page .email_input {
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 0 4px black; }
  .game_widget_page.dark .second_page .add_btn {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18); }
    .game_widget_page.dark .second_page .add_btn:hover {
      background: rgba(255, 255, 255, 0.1); }
    .game_widget_page.dark .second_page .add_btn:active {
      background: rgba(255, 255, 255, 0.16); }

.not_found_game_widget_page {
  font-size: 16px;
  line-height: 1.5;
  background: white;
  padding: 15px;
  overflow: hidden;
  max-width: 450px;
  border-radius: 2px; }
  .not_found_game_widget_page .mini_logo {
    width: 65px;
    height: 20px;
    opacity: 0.2;
    margin-top: 10px; }
  .not_found_game_widget_page h2, .not_found_game_widget_page p {
    margin: 10px 0; }
  .not_found_game_widget_page h2 {
    margin-top: 0;
    font-size: 18px; }
  .not_found_game_widget_page p {
    color: #666;
    line-height: 1.3; }

.perf_panel {
  display: none; }
