@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,500,400,700|Ubuntu:400,500,700");
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(255, 213, 1, 0.8); }

.ui-menu {
  padding: 0;
  border-radius: 0;
  border: 1px solid #9c9c9c; }
  .ui-menu a {
    font-weight: 700;
    color: #777777; }
  .ui-menu img {
    height: 45px;
    width: 45px;
    margin-right: 10px !important; }
  .ui-menu .total a {
    padding: 10px 0 !important;
    font-size: 9pt !important;
    text-align: center;
    display: block;
    border-top: 1px solid #dcdcdc;
    font-weight: 700;
    background: #1f2020;
    color: #fff; }
    .ui-menu .total a:hover {
      color: #FFCD00 !important;
      background: #666 !important; }

.ui-menu .ui-menu-item a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 3px 11px;
  font-size: 9.5pt; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  color: #393939;
  background-color: #e5e5e5;
  font-weight: 700;
  cursor: pointer; }

/**.ui-autocomplete {
    z-index:20px !important;
}
**/
.ag-modal {
  overflow: visible;
  width: 720px;
  height: 450px;
  margin-left: -360px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px; }
  .ag-modal .shadow {
    margin-top: -9px;
    height: 9px;
    background: transparent url(/images/ag3/premium-content/modal-footer-shadow.png) repeat-x; }
  .ag-modal .modal-header {
    margin: 0 0 0 15px;
    padding: 10px 0;
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px dotted #bfbfbf; }
    .ag-modal .modal-header .thumb {
      height: 45px;
      width: 45px;
      border: 1px solid #000;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      float: left; }
    .ag-modal .modal-header h3 {
      line-height: 1em;
      padding: 0;
      font-family: 'Ubuntu', Arial, sans-serif;
      font-size: 18px;
      font-weight: 700;
      float: left; }
    .ag-modal .modal-header .close {
      position: absolute;
      right: -19px;
      top: -19px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
      .ag-modal .modal-header .close img {
        display: block;
        width: 38px;
        height: 38px; }
  .ag-modal .modal-body {
    height: 354px;
    overflow-y: hidden;
    padding: 5px 5px 10px 10px;
    font-family: 'Helvetica Neue', arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333; }

.ag-alert {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #333;
  font-family: Ubuntu, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 75px; }
  .ag-alert h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.4em; }

.ag-alert.alert-error {
  background: #ffbbaf url("/images/ag3/icon-notify-error.gif") no-repeat -1.5% 77%;
  background-size: auto 133%; }

.ag-alert.alert-block {
  background: #ffe87f url("/images/ag3/icon-notify-warning.gif") no-repeat -5% 75%;
  background-size: auto 130%; }

.ag-alert.alert-success {
  background: #b4df7f url("/images/ag3/icon-notify-success.gif") no-repeat -1.5% 77%;
  background-size: auto 133%; }

#sovrn_container, #sovrn_beacon {
  position: absolute; }

#profile-content {
  display: inline-block;
  float: right; }

#ags-steam-games {
  float: right;
  background: #2a2a2a;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 8pt;
  padding: 0 8px;
  margin-left: 10px;
  margin-top: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }
  #ags-steam-games:hover {
    background: #2a2a2a;
    color: #fff;
    text-decoration: none; }
  #ags-steam-games svg {
    margin-right: 4px;
    vertical-align: middle; }

.ag-nav {
  z-index: 9999;
  text-shadow: none !important;
  padding: 0;
  font-family: 'Helvetica Neue', sans-serif;
  margin: 0 auto 0 -16px;
  width: 985px; }
  .ag-nav .active {
    background: #666; }
  .ag-nav .top-banner {
    background: #FFCD00;
    height: 62px;
    margin: 0;
    padding: 12px 25px 12px 25px;
    clear: both; }
    .ag-nav .top-banner .icon {
      float: right;
      margin-top: 15px;
      padding: 8px;
      border: none;
      background: #2a2a2a; }
    .ag-nav .top-banner img {
      margin: 0; }
    .ag-nav .top-banner div.profile {
      background: #2a2a2a;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: left;
      float: right;
      height: 30px;
      font-size: 8pt;
      margin-right: 10px;
      margin-top: 15px;
      padding: 0 4px 0 0;
      min-width: 190px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase; }
      .ag-nav .top-banner div.profile:hover .profile-caret {
        fill: #FFCD00; }
      .ag-nav .top-banner div.profile img {
        margin: 0 7px 0 0;
        height: 30px;
        width: 30px; }
      .ag-nav .top-banner div.profile.user {
        padding: 0 5px 0 0;
        min-width: 160px;
        max-width: 220px;
        text-align: left;
        position: relative;
        cursor: default; }
        .ag-nav .top-banner div.profile.user img.profile-caret {
          position: absolute;
          right: -20px;
          top: 1px; }
        .ag-nav .top-banner div.profile.user:hover {
          background: #666; }
        .ag-nav .top-banner div.profile.user a {
          text-decoration: none;
          display: inline-block;
          margin-right: 18px;
          color: #fff;
          line-height: 31px;
          height: 100%;
          max-width: 17ch;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .ag-nav .top-banner div.profile.user a:hover {
            color: #FFCD00;
            text-decoration: none; }
      .ag-nav .top-banner div.profile .user-dropdown {
        position: relative;
        display: inline-block; }
      .ag-nav .top-banner div.profile .user-dropdown-content {
        font-weight: 500;
        height: auto;
        background: #666;
        display: none;
        opacity: 0;
        position: absolute;
        top: 30px;
        left: 1.88rem;
        padding: 4px 0 0 10px;
        max-width: 100%;
        z-index: 9999; }
        .ag-nav .top-banner div.profile .user-dropdown-content ul {
          margin: 0;
          padding: 0 0 3px 0;
          text-align: left;
          width: auto; }
          .ag-nav .top-banner div.profile .user-dropdown-content ul li {
            display: inline-block;
            width: 100%;
            height: 20px;
            margin: 0 !important;
            padding: 0 !important; }
            .ag-nav .top-banner div.profile .user-dropdown-content ul li:first-child {
              margin-top: -20px !important; }
        .ag-nav .top-banner div.profile .user-dropdown-content a {
          color: #fff;
          display: inline-block;
          width: 100%;
          text-decoration: none; }
          .ag-nav .top-banner div.profile .user-dropdown-content a:hover {
            color: #FFCD00; }
      .ag-nav .top-banner div.profile:hover .user-dropdown-content {
        opacity: 1;
        display: block; }
    .ag-nav .top-banner a.profile {
      background: #2a2a2a;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: left;
      float: right;
      height: 30px;
      font-size: 8pt;
      font-weight: 700;
      margin-right: 10px;
      margin-top: 15px;
      padding: 0 4px 0 0;
      text-decoration: none;
      text-transform: uppercase; }
      .ag-nav .top-banner a.profile img {
        margin: 0 5px 0 0;
        height: 30px;
        width: auto; }
      .ag-nav .top-banner a.profile.user {
        padding: 0 5px 0 0;
        width: 160px;
        text-align: center;
        font-weight: 400;
        position: relative; }
        .ag-nav .top-banner a.profile.user:hover {
          background: #666; }
      .ag-nav .top-banner a.profile.user-games {
        width: 80px;
        justify-content: center; }
        .ag-nav .top-banner a.profile.user-games:hover {
          background: #666;
          color: #FFCD00; }
    .ag-nav .top-banner input {
      background: #fff;
      border: none;
      color: #666;
      float: right;
      font-size: 8pt;
      margin-top: 15px;
      padding: 0 15px;
      width: 86px;
      height: 30px;
      border-radius: 0; }
    .ag-nav .top-banner input.login {
      margin-right: 5px;
      width: 75px; }
    .ag-nav .top-banner input.search {
      width: 100px; }
    .ag-nav .top-banner button.login, .ag-nav .top-banner a.create-account, .ag-nav .top-banner a.login {
      float: right;
      font-size: 8pt;
      margin-top: 15px;
      margin-left: -5px;
      background: #2a2a2a;
      color: #fff;
      height: 30px;
      border: none;
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 10px; }
    .ag-nav .top-banner a.create-account {
      padding: 0 6px;
      background: #666;
      margin-left: -5px;
      margin-right: 5px;
      line-height: 32px; }
      .ag-nav .top-banner a.create-account:hover {
        text-decoration: none; }
    .ag-nav .top-banner a.login {
      padding: 0 6px;
      margin-left: -5px;
      margin-right: 10px;
      line-height: 32px; }
      .ag-nav .top-banner a.login:hover {
        text-decoration: none; }
    .ag-nav .top-banner .btn-search {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px; }
  .ag-nav .nav {
    font-weight: 600;
    background: #2a2a2a;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    .ag-nav .nav ul.nav-set {
      margin: 0;
      padding: 0; }
      .ag-nav .nav ul.nav-set li {
        padding: 0;
        margin: 0 2px;
        display: inline-block; }
    .ag-nav .nav .nav-item {
      padding: 0;
      margin: 0;
      display: inline; }
      .ag-nav .nav .nav-item ul {
        margin: 0; }
      .ag-nav .nav .nav-item a.nav-link {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 8.3pt;
        margin: 0;
        padding: 6px 11px;
        display: inline-block; }
        .ag-nav .nav .nav-item a.nav-link:hover {
          color: #FFCD00;
          background: #666; }
    .ag-nav .nav .nav-item-dropdown {
      margin: 0;
      position: relative; }
      .ag-nav .nav .nav-item-dropdown:hover {
        background: #666; }
      .ag-nav .nav .nav-item-dropdown ul {
        list-style-type: none; }
      .ag-nav .nav .nav-item-dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1; }
    .ag-nav .nav .dropdown-link {
      position: relative; }
    .ag-nav .nav .dropdown-menu {
      z-index: 9999;
      border: none;
      border-radius: 0;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      text-align: left;
      background: #666;
      position: absolute;
      top: 2rem;
      left: 0;
      display: none;
      opacity: 1;
      padding: 0 6px 4px 4px;
      min-width: 135px;
      margin: 0; }
      .ag-nav .nav .dropdown-menu li {
        margin: 5px 0;
        padding: 10px 0;
        white-space: nowrap;
        width: 100%; }
      .ag-nav .nav .dropdown-menu a {
        color: #fff;
        font-size: 8.3pt;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px 2px 5px 4px;
        width: 100%;
        display: block;
        border: none; }
    .ag-nav .nav li.dropdown-item {
      cursor: pointer;
      padding: 0;
      margin: 0;
      text-align: left;
      width: 100%; }
      .ag-nav .nav li.dropdown-item:hover a {
        color: #FFCD00;
        background: none; }
        .ag-nav .nav li.dropdown-item:hover a:focus {
          background: none;
          color: #FFCD00; }
    .ag-nav .nav .expanded {
      display: flex;
      position: absolute;
      left: -684px;
      background: #666;
      clear: both;
      width: 961px;
      font-weight: 400;
      padding: 5px 5px 15px 20px;
      text-align: left;
      text-transform: uppercase; }

@-moz-document url-prefix() {
  .ag-nav .nav .expanded {
    left: -677px; } }
      .ag-nav .nav .expanded li {
        margin: 0;
        width: 100%; }
      .ag-nav .nav .expanded a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        font-size: 8.3pt;
        color: #fff;
        font-weight: 500;
        padding: 3px 2px 2px 0; }
        .ag-nav .nav .expanded a:hover {
          color: #FFCD00;
          background: #666; }
      .ag-nav .nav .expanded .divider {
        border-left: 1px solid #ccc;
        height: 95px;
        position: absolute;
        left: 215px;
        top: 4px; }
      .ag-nav .nav .expanded h3 {
        border-bottom: 1px solid #fff;
        color: #fff;
        font-weight: 700;
        font-size: 9.3pt !important;
        padding: 0;
        margin: 0;
        height: 33px; }
      .ag-nav .nav .expanded .categories {
        display: inline-block;
        width: 600px; }
        .ag-nav .nav .expanded .categories ul {
          width: 580px;
          margin: 0;
          list-style-type: none;
          -moz-column-count: 7;
          -moz-column-gap: 2px;
          -webkit-column-count: 7;
          -webkit-column-gap: 2px;
          column-count: 7;
          column-gap: 2px;
          display: block; }
          .ag-nav .nav .expanded .categories ul li {
            padding-top: 3px;
            display: block;
            width: 100%; }
      .ag-nav .nav .expanded .quests {
        display: inline-block;
        margin-left: 15px;
        width: 190px; }
        .ag-nav .nav .expanded .quests ul {
          margin: 0;
          list-style-type: none;
          -moz-column-count: 2;
          -moz-column-gap: 10px;
          -webkit-column-count: 2;
          -webkit-column-gap: 10px;
          column-count: 2;
          column-gap: 10px; }
          .ag-nav .nav .expanded .quests ul li {
            padding-top: 3px; }
      .ag-nav .nav .expanded .community {
        display: inline-block;
        margin-left: 15px;
        width: 130px; }
        .ag-nav .nav .expanded .community ul {
          margin: 0;
          list-style-type: none; }
          .ag-nav .nav .expanded .community ul li {
            padding-top: 3px; }
      .ag-nav .nav .expanded .top-8 {
        width: 28%;
        float: left; }
        .ag-nav .nav .expanded .top-8 a {
          text-decoration: underline; }
        .ag-nav .nav .expanded .top-8 ul {
          padding-left: 0;
          columns: 2;
          -webkit-columns: 2;
          -moz-columns: 2; }
          .ag-nav .nav .expanded .top-8 ul li {
            padding-left: 0;
            margin-right: 0; }
      .ag-nav .nav .expanded .more-all {
        width: 68%;
        float: left; }
        .ag-nav .nav .expanded .more-all::after {
          clear: both; }
        .ag-nav .nav .expanded .more-all ul {
          margin-left: 20px;
          columns: 4;
          -webkit-columns: 4;
          -moz-columns: 4; }

#page-generic #wrapper,
#page-store #wrapper,
#page-profile #wrapper,
#page-category #wrapper,
#page-achievements #wrapper,
#page-guide #wrapper {
  padding-top: 0 !important; }

#page-generic #ag3-header,
#page-store #ag3-header,
#page-profile #ag3-header,
#page-category #ag3-header,
#page-achievements #ag3-header,
#page-guide #ag3-header {
  margin-left: -11px; }
  #page-generic #ag3-header .nav .expanded,
  #page-store #ag3-header .nav .expanded,
  #page-profile #ag3-header .nav .expanded,
  #page-category #ag3-header .nav .expanded,
  #page-achievements #ag3-header .nav .expanded,
  #page-guide #ag3-header .nav .expanded {
    left: -680px; }

@-moz-document url-prefix() {
  #page-generic #ag3-header .nav .expanded,
  #page-store #ag3-header .nav .expanded,
  #page-profile #ag3-header .nav .expanded,
  #page-category #ag3-header .nav .expanded,
  #page-achievements #ag3-header .nav .expanded,
  #page-guide #ag3-header .nav .expanded {
    left: -674px; } }
  #page-generic #ag3-header .nav-item .dropdown-menu,
  #page-store #ag3-header .nav-item .dropdown-menu,
  #page-profile #ag3-header .nav-item .dropdown-menu,
  #page-category #ag3-header .nav-item .dropdown-menu,
  #page-achievements #ag3-header .nav-item .dropdown-menu,
  #page-guide #ag3-header .nav-item .dropdown-menu {
    top: 2rem; }
  #page-generic #ag3-header .nav-item a.nav-link,
  #page-store #ag3-header .nav-item a.nav-link,
  #page-profile #ag3-header .nav-item a.nav-link,
  #page-category #ag3-header .nav-item a.nav-link,
  #page-achievements #ag3-header .nav-item a.nav-link,
  #page-guide #ag3-header .nav-item a.nav-link {
    padding: 10px 11px 9px 11px; }

.social-icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 32px;
  height: 32px; }

.social-facebook {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -256px -88px;
  width: 32px;
  height: 32px; }

.social-twitter {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -125px -78px;
  width: 32px;
  height: 32px; }

.social-google {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -256px -138px;
  width: 32px;
  height: 32px; }

.symbol {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.type-joystick {
  width: 16px;
  height: 18px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -143px;
  width: 16px;
  height: 18px; }

.type-joystick2 {
  width: 68px;
  height: 78px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: 0px -110px;
  width: 68px;
  height: 78px; }

.type-joystick4 {
  width: 17px;
  height: 20px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -67px;
  width: 17px;
  height: 20px; }

.type-joystick3 {
  width: 15px;
  height: 18px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -161px;
  width: 15px;
  height: 18px; }

.type-iphone {
  width: 80px;
  height: 78px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -125px 0px;
  width: 81px;
  height: 78px; }

.type-logo {
  width: 17px;
  height: 23px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -44px;
  width: 17px;
  height: 23px; }

.type-logo2 {
  width: 13px;
  height: 19px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -193px -148px;
  width: 13px;
  height: 19px; }

.type-logo-lg {
  width: 15px;
  height: 21px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -87px;
  width: 15px;
  height: 21px; }

.type-rss {
  width: 17px;
  height: 17px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -126px;
  width: 17px;
  height: 17px; }

.type-buoy {
  width: 26px;
  height: 26px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -170px -110px;
  width: 26px;
  height: 26px; }

.type-download {
  width: 19;
  height: 18px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -256px -120px;
  width: 19px;
  height: 18px; }

.type-flag {
  width: 11px;
  height: 15px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -59px -335px;
  width: 11px;
  height: 15px; }

.type-heart {
  width: 16px;
  height: 13px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -81px -255px;
  width: 16px;
  height: 13px; }

.type-heart-add {
  width: 16px;
  height: 13px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -184px -173px;
  width: 16px;
  height: 13px; }

.type-heart-add-mono {
  width: 16px;
  height: 13px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -168px -173px;
  width: 16px;
  height: 13px; }

.type-heart-broken {
  width: 16px;
  height: 13px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -65px -255px;
  width: 16px;
  height: 13px; }

.type-share {
  width: 14px;
  height: 11px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -272px -243px;
  width: 14px;
  height: 11px; }

.type-rate-up {
  width: 18px;
  height: 22px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -22px;
  width: 18px;
  height: 22px; }

.type-rate-up-selected {
  width: 18px;
  height: 22px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px 0px;
  width: 18px;
  height: 22px; }

.type-rate-down {
  width: 18px;
  height: 22px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -278px -219px;
  width: 18px;
  height: 22px; }

.type-rate-down-selected {
  width: 18px;
  height: 22px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -187px -78px;
  width: 18px;
  height: 22px; }

.type-icon-facebook {
  width: 16px;
  height: 16px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -259px;
  width: 16px;
  height: 16px; }

.type-icon-twitter {
  width: 16px;
  height: 16px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -291px;
  width: 16px;
  height: 16px; }

.type-icon-google {
  width: 16px;
  height: 16px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -275px;
  width: 16px;
  height: 16px; }

.type-icon-email {
  width: 16px;
  height: 16px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -243px;
  width: 16px;
  height: 16px; }

.type-clock {
  width: 25px;
  height: 25px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -168px -148px;
  width: 25px;
  height: 25px; }

.type-blackout {
  width: 100px;
  height: 38px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -68px -148px;
  width: 100px;
  height: 38px; }

.type-fullscreen {
  width: 108px;
  height: 32px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: 0px -188px;
  width: 108px;
  height: 31px; }

.type-lights-out {
  width: 90px;
  height: 38px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -206px 0px;
  width: 90px;
  height: 38px; }

.type-zen {
  width: 40px;
  height: 40px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -256px -38px;
  width: 40px;
  height: 40px; }

.type-walkthrough {
  width: 102px;
  height: 38px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -68px -110px;
  width: 102px;
  height: 38px; }

.type-ext-link {
  width: 14px;
  height: 12px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -244px -243px;
  width: 14px;
  height: 12px; }

.type-ext-link-hover {
  width: 14px;
  height: 12px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -230px -243px;
  width: 14px;
  height: 12px; }

.type-settings-silhouette {
  width: 25px;
  height: 22px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: 0px -293px;
  width: 25px;
  height: 22px; }

.type-settings-shield {
  width: 18px;
  height: 27px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -48px;
  width: 18px;
  height: 27px; }

.type-settings-heart {
  width: 22px;
  height: 18px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -275px;
  width: 22px;
  height: 18px; }

.type-settings-crown {
  width: 40px;
  height: 21px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -108px -188px;
  width: 40px;
  height: 21px; }

.type-settings-coin {
  width: 17px;
  height: 18px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -108px;
  width: 17px;
  height: 18px; }

.type-friend-back {
  width: 23px;
  height: 11px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -170px -136px;
  width: 23px;
  height: 11px; }

.type-close {
  width: 19px;
  height: 19px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -300px -315px;
  width: 19px;
  height: 19px; }

.type-eye {
  width: 14px;
  height: 11px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -258px -243px;
  width: 14px;
  height: 11px; }

.dice {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.d4 {
  width: 20px;
  height: 20px; }

.d4-1 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -240px;
  width: 20px;
  height: 20px; }

.d4-2 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -260px;
  width: 20px;
  height: 20px; }

.d4-3 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -280px;
  width: 20px;
  height: 20px; }

.d4-4 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: 0px -315px;
  width: 20px;
  height: 20px; }

.d6 {
  width: 20px;
  height: 20px; }

.d6-1 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -20px -315px;
  width: 20px;
  height: 20px; }

.d6-2 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -40px -315px;
  width: 20px;
  height: 20px; }

.d6-3 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -60px -315px;
  width: 20px;
  height: 20px; }

.d6-4 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -80px -315px;
  width: 20px;
  height: 20px; }

.d6-5 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -100px -315px;
  width: 20px;
  height: 20px; }

.d6-6 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -120px -315px;
  width: 20px;
  height: 20px; }

.d8 {
  width: 20px;
  height: 20px; }

.d8-1 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -140px -315px;
  width: 20px;
  height: 20px; }

.d8-2 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -160px -315px;
  width: 20px;
  height: 20px; }

.d8-3 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -180px -315px;
  width: 20px;
  height: 20px; }

.d8-4 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -200px -315px;
  width: 20px;
  height: 20px; }

.d8-5 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -220px -315px;
  width: 20px;
  height: 20px; }

.d8-6 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -240px -315px;
  width: 20px;
  height: 20px; }

.d8-7 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -260px -315px;
  width: 20px;
  height: 20px; }

.d8-8 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -280px -315px;
  width: 20px;
  height: 20px; }

.d10 {
  width: 20px;
  height: 20px; }

.d10-0 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -75px;
  width: 20px;
  height: 20px; }

.d10-1 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -95px;
  width: 20px;
  height: 20px; }

.d10-2 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -135px;
  width: 20px;
  height: 20px; }

.d10-3 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -155px;
  width: 20px;
  height: 20px; }

.d10-4 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -175px;
  width: 20px;
  height: 20px; }

.d10-5 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -195px;
  width: 20px;
  height: 20px; }

.d10-6 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -215px;
  width: 20px;
  height: 20px; }

.d10-7 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -235px;
  width: 20px;
  height: 20px; }

.d10-8 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -255px;
  width: 20px;
  height: 20px; }

.d10-9 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -148px -188px;
  width: 20px;
  height: 20px; }

.d10-10 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -115px;
  width: 20px;
  height: 20px; }

.d12 {
  width: 20px;
  height: 20px; }

.d12-1 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -168px -188px;
  width: 20px;
  height: 20px; }

.d12-2 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -248px -188px;
  width: 20px;
  height: 20px; }

.d12-3 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -268px -188px;
  width: 20px;
  height: 20px; }

.d12-4 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -25px -293px;
  width: 20px;
  height: 20px; }

.d12-5 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -45px -293px;
  width: 20px;
  height: 20px; }

.d12-6 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -65px -293px;
  width: 20px;
  height: 20px; }

.d12-7 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -85px -293px;
  width: 20px;
  height: 20px; }

.d12-8 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -105px -293px;
  width: 20px;
  height: 20px; }

.d12-9 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -125px -293px;
  width: 20px;
  height: 20px; }

.d12-10 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -188px -188px;
  width: 20px;
  height: 20px; }

.d12-11 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -208px -188px;
  width: 20px;
  height: 20px; }

.d12-12 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -228px -188px;
  width: 20px;
  height: 20px; }

.d20 {
  width: 20px;
  height: 20px; }

.d20-1 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -145px -293px;
  width: 20px;
  height: 20px; }

.d20-2 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -60px;
  width: 20px;
  height: 20px; }

.d20-3 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -100px;
  width: 20px;
  height: 20px; }

.d20-4 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -120px;
  width: 20px;
  height: 20px; }

.d20-5 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -140px;
  width: 20px;
  height: 20px; }

.d20-6 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -160px;
  width: 20px;
  height: 20px; }

.d20-7 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -180px;
  width: 20px;
  height: 20px; }

.d20-8 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -200px;
  width: 20px;
  height: 20px; }

.d20-9 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -220px;
  width: 20px;
  height: 20px; }

.d20-10 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -165px -293px;
  width: 20px;
  height: 20px; }

.d20-11 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -185px -293px;
  width: 20px;
  height: 20px; }

.d20-12 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -205px -293px;
  width: 20px;
  height: 20px; }

.d20-13 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -225px -293px;
  width: 20px;
  height: 20px; }

.d20-14 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -245px -293px;
  width: 20px;
  height: 20px; }

.d20-15 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -265px -293px;
  width: 20px;
  height: 20px; }

.d20-16 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -285px -293px;
  width: 20px;
  height: 20px; }

.d20-17 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px 0px;
  width: 20px;
  height: 20px; }

.d20-18 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -20px;
  width: 20px;
  height: 20px; }

.d20-19 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -40px;
  width: 20px;
  height: 20px; }

.d20-20 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -80px;
  width: 20px;
  height: 20px; }

.coin {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 50px;
  width: 50px; }

.coin-heads-gold {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -206px -38px;
  width: 50px;
  height: 50px; }

.coin-tails-gold {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -206px -138px;
  width: 50px;
  height: 50px; }

.coin-heads-silver {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -206px -88px;
  width: 50px;
  height: 50px; }

.coin-tails-silver {
  background-image: url(../../images/sprites/sprites.png);
  background-position: 0px -219px;
  width: 50px;
  height: 50px; }

.symbol_sm {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.type-joystick2_sm {
  width: 10px;
  height: 13px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -196px -110px;
  width: 10px;
  height: 13px; }

.type-shield_sm {
  width: 10px;
  height: 13px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -196px -123px;
  width: 10px;
  height: 13px; }

.type-joystick_sm {
  width: 12px;
  height: 13px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -97px -255px;
  width: 12px;
  height: 13px; }

.type-logo_sm {
  width: 11px;
  height: 15px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -48px -335px;
  width: 11px;
  height: 15px; }

.type-yahoo_sm {
  width: 16px;
  height: 9px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -256px -78px;
  width: 16px;
  height: 9px; }

.type-fav_sm {
  width: 15px;
  height: 14px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -50px -255px;
  width: 15px;
  height: 14px; }

.type-fave_sm {
  width: 14px;
  height: 12px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -323px;
  width: 14px;
  height: 12px; }

.type-users_sm {
  width: 11px;
  height: 10px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -108px -209px;
  width: 11px;
  height: 10px; }

.type-posts_sm {
  width: 11px;
  height: 10px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -193px -136px;
  width: 11px;
  height: 10px; }

.type-points_sm {
  width: 15px;
  height: 15px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -320px -300px;
  width: 15px;
  height: 15px; }

.type-views_sm {
  width: 11px;
  height: 9px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -272px -78px;
  width: 11px;
  height: 9px; }

.type-lock_sm {
  width: 9px;
  height: 13px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -109px -255px;
  width: 9px;
  height: 13px; }

.markItUpHeader ul .editor-icon > a {
  width: 24px;
  height: 24px;
  padding: 0;
  margin-bottom: 3px;
  margin-right: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

.markItUpHeader ul .editor-icon-bold a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -230px -219px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-clear a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -254px -219px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-code a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: 0px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-color-text > a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -48px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-color-text > ul {
  border-color: #333;
  z-index: 1; }
  .markItUpHeader ul .editor-icon-color-text > ul > li > a:hover {
    background: #333; }

.markItUpHeader ul .editor-icon-italic a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -96px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-link a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -120px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-list-bullet a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -144px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-list-bulleted a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -168px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-list-numbered a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -192px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-pageview a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -216px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-photo a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -240px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-quote a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -264px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-dice a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -72px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-coin a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -24px -269px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-size > a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px 0px;
  width: 24px;
  height: 24px; }

.markItUpHeader ul .editor-icon-size > ul {
  border-color: #333;
  z-index: 1; }
  .markItUpHeader ul .editor-icon-size > ul > li {
    border-color: #333; }
    .markItUpHeader ul .editor-icon-size > ul > li > a:hover {
      background: #333; }

.markItUpHeader ul .editor-icon-underline a {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -296px -24px;
  width: 24px;
  height: 24px; }

.markItUpContainer .markItUpHeader ul .markItUpSeparator {
  text-indent: -10000px;
  margin: 4px 8px  2px 8px;
  width: 1px;
  height: 18px;
  overflow: hidden;
  background-color: #ccc; }

.icon {
  width: 16px;
  height: 16px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.type-castle {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -340px -307px;
  width: 16px;
  height: 16px; }

.type-castle2 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -275px -120px;
  width: 16px;
  height: 16px; }

.type-knight {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -256px -170px;
  width: 16px;
  height: 16px; }

.type-knight2 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -272px -170px;
  width: 16px;
  height: 16px; }

.type-mail {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -319px -315px;
  width: 16px;
  height: 16px; }

.type-shield {
  background-image: url(../../images/sprites/sprites.png);
  background-position: 0px -335px;
  width: 16px;
  height: 16px; }

.type-shield2 {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -16px -335px;
  width: 16px;
  height: 16px; }

.type-sword {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -32px -335px;
  width: 16px;
  height: 16px; }

.type-quest-shield {
  width: 12px;
  height: 17px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -305px -293px;
  width: 12px;
  height: 17px; }

.ag-modal {
  background: #fff none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: #000 0 0 10px;
  -moz-box-shadow: #000 0 0 10px;
  box-shadow: #000 0 0 10px;
  position: fixed;
  padding: 0px; }
  .ag-modal .ui-dialog-title, .ag-modal .ui-icon {
    display: none; }
  .ag-modal .ui-dialog-titlebar-close {
    display: block;
    width: 36px;
    height: 36px;
    background: transparent url("/images/mmo/modal-close.png") no-repeat left top;
    position: absolute;
    right: -18px;
    top: -18px; }
  .ag-modal .ui-widget-content {
    border: none;
    background: none; }
  .ag-modal .ui-widget-header {
    border: none; }

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#wrapper {
  background-image: none;
  background: #fff;
  padding-left: 11px;
  padding-right: 11px; }

.vote-icon {
  width: 34px;
  height: 32px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.up-vote {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -185px -219px;
  width: 45px;
  height: 36px; }

.up-vote-selected {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -140px -219px;
  width: 45px;
  height: 36px; }

.down-vote {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -95px -219px;
  width: 45px;
  height: 36px; }

.down-vote-selected {
  background-image: url(../../images/sprites/sprites.png);
  background-position: -50px -219px;
  width: 45px;
  height: 36px; }

.vote-pending {
  width: 30px;
  height: 30px;
  background-image: url(../../images/sprites/sprites.png);
  background-position: -157px -78px;
  width: 30px;
  height: 30px; }

* {
  line-height: 1.2em; }

#footer {
  clear: both;
  width: 985px;
  margin: 0 auto;
  border: 0;
  border-bottom: none;
  padding: 0;
  font-size: 9pt;
  font-family: "Helvetica Neue", Helvetica, sans-serif; }
  #footer .footer-top {
    height: 110px;
    display: flex;
    padding: 25px 0;
    justify-content: space-between;
    background: #2b2b2b;
    color: #fff; }
    #footer .footer-top .logo {
      margin: 5px 0 0 0; }
    #footer .footer-top .column {
      width: 300px;
      display: flex;
      justify-content: center; }
      #footer .footer-top .column:first-child {
        justify-content: center;
        border-right: #fff 1px solid; }
      #footer .footer-top .column:last-child {
        border-left: #ccc 1px solid;
        justify-content: left; }
      #footer .footer-top .column.text-left {
        justify-content: center; }
      #footer .footer-top .column ul {
        margin: 15px 0 0 0;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px; }
        #footer .footer-top .column ul li {
          margin-bottom: 10px; }
          #footer .footer-top .column ul li a {
            text-transform: uppercase;
            -webkit-transition: color 200ms ease-out;
            -moz-transition: color 200ms ease-out;
            -o-transition: color 200ms ease-out;
            transition: color 200ms ease-out; }
            #footer .footer-top .column ul li a:hover {
              text-decoration: none;
              color: #ffc92c; }
      #footer .footer-top .column ul.social {
        margin: 15px 0 0 70px;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1; }
        #footer .footer-top .column ul.social li.title {
          font-weight: bold; }
        #footer .footer-top .column ul.social li svg {
          margin-right: 8px; }
        #footer .footer-top .column ul.social li a {
          text-transform: none; }
      #footer .footer-top .column img {
        width: 157px;
        height: 90px;
        margin: 0 auto; }
    #footer .footer-top a {
      color: #fff; }
  #footer .footer-bottom {
    background: #ffc92c;
    text-align: center;
    padding: 15px 0; }
    #footer .footer-bottom a {
      font-weight: 400;
      color: #000;
      display: inline-block;
      margin: 0 10px;
      -webkit-transition: color 200ms ease-out;
      -moz-transition: color 200ms ease-out;
      -o-transition: color 200ms ease-out;
      transition: color 200ms ease-out; }
      #footer .footer-bottom a:hover {
        color: #333333;
        text-decoration: none; }

#page-home img.thumb,
#page-home .gamelisting img,
#page-category img.thumb,
#page-category .gamelisting img {
  display: block;
  height: 60px;
  width: 60px; }

#page-home .mmo a.hero img,
#page-category .mmo a.hero img {
  display: block;
  height: 320px;
  width: 620px;
  width: auto\9; }

#page-home .mmo img.thumb,
#page-category .mmo img.thumb {
  display: block;
  height: 100px;
  width: 162px; }

#page-category.premium #wrapper {
  padding-top: 0; }

abbr[title] {
  cursor: auto;
  border: none; }

blockquote p {
  font-size: 14px;
  line-height: 1.2em; }

li {
  line-height: 1.2em; }

.ad-leaderboard {
  text-align: center;
  width: 728px;
  min-height: 90px;
  margin: 13px auto; }

#header {
  background-color: #fff; }
  #header #header-nav li {
    margin-right: 0px; }
    #header #header-nav li a {
      padding: 6px 9px 7px 9px; }
    #header #header-nav li a:hover {
      padding: 5px 8px 6px 8px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: #000 0 0 1px inset;
      -moz-box-shadow: #000 0 0 1px inset;
      box-shadow: #000 0 0 1px inset; }
  #header #header-nav li.selected a {
    padding: 5px 8px 6px 8px !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #000 0 0 1px inset;
    -moz-box-shadow: #000 0 0 1px inset;
    box-shadow: #000 0 0 1px inset; }
  #header #searchform .search {
    font-size: 12px;
    padding: 1px 5px 0 10px;
    margin: 0;
    width: 123px;
    height: 22px;
    border: none;
    -webkit-box-shadow: #999 1px 1px 2px inset;
    -moz-box-shadow: #999 1px 1px 2px inset;
    box-shadow: #999 1px 1px 2px inset;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }

#content {
  background-color: #fff; }

.gamelisting .label {
  color: #fff;
  display: none;
  background: #6699CC;
  padding: 2px 3px;
  line-height: 1.7em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase; }

.gamelisting a.label:hover {
  cursor: auto;
  text-decoration: none; }

.gamelisting h5 {
  margin-bottom: 2px;
  max-height: 40px;
  overflow: hidden; }

#page-game #content {
  margin-top: 0; }
  #page-game #content #gamearea {
    position: relative; }
    #page-game #content #gamearea .related-tab {
      display: block;
      position: absolute;
      z-index: 4;
      height: 156px;
      width: 48px;
      overflow: hidden;
      border: 2px solid #333;
      background-color: #333;
      background-repeat: no-repeat;
      -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 1px 1px;
      -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 1px 1px;
      box-shadow: rgba(0, 0, 0, 0.75) 0 1px 1px; }
      #page-game #content #gamearea .related-tab .control {
        height: 156px;
        width: 63px;
        background-image: url("/images/sprites/related-tabs/related-tab.png");
        background-repeat: no-repeat; }
        #page-game #content #gamearea .related-tab .control .thumb {
          width: 63px;
          height: 63px; }
    #page-game #content #gamearea .related-tab:hover {
      -webkit-transition-property: width;
      -moz-transition-property: width;
      -o-transition-property: width;
      transition-property: width;
      -webkit-transition-duration: 100ms;
      -moz-transition-duration: 100ms;
      -o-transition-duration: 100ms;
      transition-duration: 100ms;
      width: 63px; }
    #page-game #content #gamearea .related-tab-left {
      left: -18px;
      border-left: none;
      background-position: right top; }
      #page-game #content #gamearea .related-tab-left .control {
        float: right;
        background-position: right bottom; }
    #page-game #content #gamearea .related-tab-right {
      right: -18px;
      border-right: none;
      background-position: left top; }
      #page-game #content #gamearea .related-tab-right .control {
        background-position: left bottom; }
    #page-game #content #gamearea .hide {
      display: none; }
  #page-game #content .ex-breadcrumb {
    margin-bottom: 0; }
  #page-game #content #social li {
    display: inline-block; }
    #page-game #content #social li a.tooltip {
      padding: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  #page-game #content .ag-share {
    margin-top: 3px; }
  #page-game #content #rating-widget {
    text-align: center; }
    #page-game #content #rating-widget h4 {
      text-align: left;
      margin-bottom: 10px; }
    #page-game #content #rating-widget .rating-control {
      margin: 0 auto;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
      #page-game #content #rating-widget .rating-control .down-vote,
      #page-game #content #rating-widget .rating-control .up-vote {
        color: #fff;
        display: block;
        float: left;
        width: 45px;
        height: 42px;
        border: 1px solid #000;
        background-color: #636363;
        margin-top: 6px; }
      #page-game #content #rating-widget .rating-control .down-vote {
        border-right: none;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      #page-game #content #rating-widget .rating-control .down-vote:hover {
        background-color: #805251; }
      #page-game #content #rating-widget .rating-control .up-vote {
        border-left: none;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px; }
      #page-game #content #rating-widget .rating-control .up-vote:hover {
        background-color: #58804f; }
      #page-game #content #rating-widget .rating-control .rating-display {
        font: bold 30px arial, helvetica, sans-serif;
        text-shadow: rgba(0, 0, 0, 0.75) 0 1px 1px;
        float: left;
        color: #fff;
        width: 70px;
        height: 43px;
        padding-top: 10px;
        background-color: #298d14;
        border: 1px solid #35650b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        background-image: -owg-linear-gradient(top, #298d14, #1a620a);
        background-image: -webkit-linear-gradient(top, #298d14, #1a620a);
        background-image: -moz-linear-gradient(top, #298d14, #1a620a);
        background-image: -o-linear-gradient(top, #298d14, #1a620a);
        background-image: linear-gradient(top, #298d14, #1a620a); }
        #page-game #content #rating-widget .rating-control .rating-display .vote-pending {
          margin-top: -6px; }
    #page-game #content #rating-widget .rating-count {
      font: bold 13px arial, helvetica, sans-serif;
      padding-top: 7px; }
      #page-game #content #rating-widget .rating-count abbr {
        border-bottom: 1px dotted #999; }
    #page-game #content #rating-widget .stats {
      margin: 20px 20px 10px 20px;
      padding: 6px 10px 0;
      border-top: 1px dotted #cccccd;
      font-size: 13px; }
      #page-game #content #rating-widget .stats .symbol_sm {
        margin-top: -2px; }
      #page-game #content #rating-widget .stats .plays {
        float: left; }
      #page-game #content #rating-widget .stats .faves {
        float: right; }
    #page-game #content #rating-widget .data {
      display: none; }
  #page-game #content #description ul,
  #page-game #content #controls ul {
    list-style: disc outside;
    margin-bottom: 1em;
    margin-left: 16px; }
  #page-game #content #description ol,
  #page-game #content #controls ol {
    list-style: decimal outside;
    margin-bottom: 1em;
    margin-left: 16px; }
  #page-game #content #description li,
  #page-game #content #controls li {
    font-size: 1.2em;
    margin-bottom: 0.3em; }

#page-profile #success,
#page-generic #success,
#page-game #success {
  width: 660px !important; }

#page-profile #commentlist .tooltip,
#page-generic #commentlist .tooltip,
#page-game #commentlist .tooltip {
  position: relative;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

#page-profile #gameinteractive #stats,
#page-generic #gameinteractive #stats,
#page-game #gameinteractive #stats {
  margin-bottom: 5px; }

#page-profile #gameinteractive h4,
#page-generic #gameinteractive h4,
#page-game #gameinteractive h4 {
  margin-bottom: 8px; }

#page-profile #gameinteractive .rules,
#page-generic #gameinteractive .rules,
#page-game #gameinteractive .rules {
  line-height: 2.3em; }
  #page-profile #gameinteractive .rules a,
  #page-generic #gameinteractive .rules a,
  #page-game #gameinteractive .rules a {
    color: #126ac3; }

#page-profile #gameinteractive #comments,
#page-generic #gameinteractive #comments,
#page-game #gameinteractive #comments {
  margin-bottom: 100px; }

#page-profile #gameinteractive #comments.active,
#page-generic #gameinteractive #comments.active,
#page-game #gameinteractive #comments.active {
  margin-bottom: 0;
  min-height: 100px; }

#page-profile #gameinteractive .loggedoutad,
#page-generic #gameinteractive .loggedoutad,
#page-game #gameinteractive .loggedoutad {
  margin: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 0 12px 0; }
  #page-profile #gameinteractive .loggedoutad .loginheader,
  #page-generic #gameinteractive .loggedoutad .loginheader,
  #page-game #gameinteractive .loggedoutad .loginheader {
    text-align: center;
    margin-bottom: 8px !important; }

#page-profile #gameinteractive .legacy-comments a,
#page-generic #gameinteractive .legacy-comments a,
#page-game #gameinteractive .legacy-comments a {
  float: right;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #126ac3;
  font-weight: bold; }

#page-profile #gameinteractive .legacy-comments a:hover,
#page-generic #gameinteractive .legacy-comments a:hover,
#page-game #gameinteractive .legacy-comments a:hover {
  color: #005580; }

#page-generic #commentform .postmsg {
  width: 245px; }

#page-generic fieldset select.birthday {
  width: 120px; }

#page-generic fieldset div.heading {
  text-indent: 20px; }

form.profile .inner-disabled input {
  display: inline-block !important; }

form.profile .inner-disabled .icon {
  display: inline-block;
  margin: -3px 0 0 7px; }

form.profile .alert {
  font-size: 1.3em; }

#commentlist .byline img {
  margin-right: 5px; }

#page-game #gameleaderboard {
  width: 728px;
  overflow: hidden;
  margin: 10px auto; }
  #page-game #gameleaderboard .spacer {
    padding: 0;
    margin: 0; }

#page-game #adbar {
  width: 728px;
  overflow: hidden;
  margin: 0 auto 10px auto; }
  #page-game #adbar .spacer {
    padding: 0;
    margin: 0; }

div#achievements-page {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #F0F0F0;
  padding: 9px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
  div#achievements-page h2 {
    line-height: 18px;
    font-size: 24px;
    font-family: 'Ubuntu', Arial, sans-serif;
    text-transform: uppercase;
    margin: 9px;
    font-weight: 500; }
  div#achievements-page h3, div#achievements-page div.title {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Ubuntu', Arial, sans-serif;
    text-align: left;
    font-weight: bold;
    margin: 9px; }
  div#achievements-page div.title {
    margin: 9px 0px 9px 0px; }
  div#achievements-page div.med-rec {
    margin: 18px 0px 9px 9px; }
  div#achievements-page div.body {
    padding: 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    background-color: white;
    width: 547px;
    margin: 9px; }
    div#achievements-page div.body ul.achievements {
      height: 584px;
      overflow: hidden; }
    div#achievements-page div.body ul.achievements li {
      margin: 8px; }
  div#achievements-page div.sidebar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 9px;
    margin: 9px;
    width: 313px;
    background-color: #FFF; }
  div#achievements-page form.form-inline {
    font-size: 13px;
    margin: 9px; }
    div#achievements-page form.form-inline label {
      margin-left: 4px;
      margin-right: 4px; }
    div#achievements-page form.form-inline select {
      font-size: 13px; }

div#achievements-page div.pagination,
body#page-profile div.pagination {
  font-size: 13px; }
  div#achievements-page div.pagination ul,
  body#page-profile div.pagination ul {
    vertical-align: middle; }
    div#achievements-page div.pagination ul li.disabled,
    body#page-profile div.pagination ul li.disabled {
      opacity: 1; }
    div#achievements-page div.pagination ul a,
    body#page-profile div.pagination ul a {
      color: #08C;
      font-size: 13px; }

ul.achievements li, div.quest-shield {
  background-image: url("/images/quest_border.png");
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 91px;
  height: 130px;
  margin: 9px;
  vertical-align: top; }
  ul.achievements li img, div.quest-shield img {
    display: block;
    margin: 22px auto 5px 9px !important;
    background-color: #666;
    width: 72px;
    height: 72px; }
  ul.achievements li div.progress, div.quest-shield div.progress {
    height: 8px;
    width: 50%;
    margin: auto;
    border: 1px solid #A4A4A4;
    background-color: #dedede; }
    ul.achievements li div.progress div.bar, div.quest-shield div.progress div.bar {
      background-color: #389838;
      background-image: -owg-linear-gradient(to bottom, #389838, #282);
      background-image: -webkit-linear-gradient(to bottom, #389838, #282);
      background-image: -moz-linear-gradient(to bottom, #389838, #282);
      background-image: -o-linear-gradient(to bottom, #389838, #282);
      background-image: linear-gradient(to bottom, #389838, #282); }
  ul.achievements li div.progress-percent, div.quest-shield div.progress-percent {
    position: absolute;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    width: 72px;
    height: 47px;
    margin: auto;
    top: 23px;
    left: 9px;
    padding-top: 25px;
    z-index: 0; }
  ul.achievements li div.progress-percent:after, div.quest-shield div.progress-percent:after {
    content: '%'; }
  ul.achievements li div.progress-percent:before, div.quest-shield div.progress-percent:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    content: "";
    opacity: .5;
    z-index: -1; }

ul.achievements li.in-progress {
  background-image: url("/images/quest_border.png"); }
  ul.achievements li.in-progress img {
    opacity: .5; }

#page-game .body {
  position: relative; }

#page-bans, #page-email-user {
  font-size: 14px;
  line-height: 20px; }
  #page-bans h2, #page-email-user h2 {
    font-size: 22px;
    font-weight: bold; }
  #page-bans h3, #page-email-user h3 {
    font-size: 18px;
    font-weight: bold; }
  #page-bans table td, #page-email-user table td {
    font-size: 12px; }
  #page-bans table td.date, #page-email-user table td.date {
    width: 120px; }
  #page-bans table td.note, #page-email-user table td.note {
    width: auto; }
  #page-bans table tr.clickable, #page-email-user table tr.clickable {
    cursor: pointer; }

.quest-login-msg {
  padding: 10px 0 10px 40px;
  background-color: #ffffab;
  border-top: 1px solid #e0e09f;
  border-bottom: 1px solid #e0e09f;
  position: absolute;
  top: 41px;
  left: -41px;
  width: 975px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 5px; }
  .quest-login-msg .fold {
    width: 0px;
    height: 0px;
    border-style: solid;
    line-height: 0px;
    position: absolute;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    bottom: -15px; }
  .quest-login-msg .left-fold {
    left: 0;
    border-width: 0 15px 14px 0;
    border-color: transparent #979767 transparent transparent;
    _border-color: #000000 #979767 #000000 #000000; }
  .quest-login-msg .right-fold {
    right: 0;
    border-width: 14px 15px 0 0;
    border-color: #979767 transparent transparent transparent;
    _border-color: #979767 #000000 #000000 #000000; }
  .quest-login-msg .btn {
    width: 922px; }
    .quest-login-msg .btn .remove-msg {
      position: absolute;
      right: 55px;
      margin-top: 3px; }
  .quest-login-msg .btn:hover {
    background-position: 0;
    background-image: -owg-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(top, white, #E6E6E6);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    cursor: default; }
  .quest-login-msg .btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: -owg-linear-gradient(top, white, #E6E6E6);
    background-image: -webkit-linear-gradient(top, white, #E6E6E6);
    background-image: -moz-linear-gradient(top, white, #E6E6E6);
    background-image: -o-linear-gradient(top, white, #E6E6E6);
    background-image: linear-gradient(top, white, #E6E6E6); }

table.legacy-points {
  width: 707px;
  border: 1px solid #c5c5c5;
  margin-bottom: 10px; }
  table.legacy-points td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 5px;
    white-space: nowrap; }
  table.legacy-points .points {
    background-color: #c5c5c5;
    width: 25px;
    text-align: right; }
  table.legacy-points .merits {
    width: 10px;
    padding-left: 20px;
    background: #f5932c url("/images/ag3/logo-merits-small.gif") no-repeat 5px 3px;
    color: #fff; }

ul.achievements li.completed, div.completed.quest-shield {
  background-image: url("/images/quest_completed_border.png"); }

div.featured-quest-details {
  text-align: left !important;
  font-family: Helvetica, arial;
  font-size: 12px;
  margin: 9px;
  width: 186px;
  display: inline-block; }
  div.featured-quest-details h4 {
    font-size: 17px;
    font-weight: bold; }
  div.featured-quest-details h5 {
    font-size: 14px; }
  div.featured-quest-details a {
    font-weight: bold; }
  div.featured-quest-details p {
    margin-top: 9px;
    margin-bottom: 9px; }

div.panel {
  padding: 8px; }
  div.panel div.header h3 {
    font-size: 16px;
    font-weight: bold;
    font-color: #323337;
    line-height: 20px;
    display: inline-block;
    margin-left: 7px; }
  div.panel div.header a {
    font-size: 12px;
    font-weight: bold; }
  div.panel div.header h3.user-achievements {
    background: url("/images/sword.png") no-repeat;
    text-indent: 25px;
    margin-right: 5px; }
    div.panel div.header h3.user-achievements span {
      font-weight: normal; }

div.large-panel {
  width: 691px;
  min-height: 160px;
  background: url("/images/bgr-corner-userprofile-01.png") no-repeat scroll 0 0 transparent; }
  div.large-panel div.body {
    margin-top: 4px; }
    div.large-panel div.body .no-quests {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: bold;
      height: 24px;
      display: inline-block;
      padding: 9px 0 0 32px;
      margin: 35px 0 100px 225px;
      background: url("/images/ag3/logo-shield-gold.png") no-repeat left top; }

div.wide-panel {
  width: 950px;
  background: url("/images/bgr-corner-large-03.png") no-repeat scroll 0 0 transparent;
  min-height: 111px; }

div.popover {
  width: 270px; }
  div.popover h3.popover-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    background-color: #dad4c4;
    background-image: url("/images/quest_icon.png");
    background-repeat: no-repeat;
    background-position: 13px 10px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  div.popover div.popover-content {
    font-size: 12px; }
    div.popover div.popover-content h4 {
      line-height: 17px;
      margin-bottom: 5px;
      font-weight: 700; }
    div.popover div.popover-content table {
      margin-bottom: 5px; }
    div.popover div.popover-content td, div.popover div.popover-content th {
      line-height: 1.4em; }
    div.popover div.popover-content th {
      padding-right: 5px;
      font-weight: 700;
      text-align: left; }
    div.popover div.popover-content .tags {
      margin-bottom: 5px; }
      div.popover div.popover-content .tags .label {
        line-height: 1.7em; }
    div.popover div.popover-content p {
      line-height: 17px;
      margin-bottom: 5px; }
    div.popover div.popover-content span.tag {
      text-transform: uppercase; }

div#gamefilearea {
  position: relative;
  overflow: hidden; }
  div#gamefilearea #prestitial {
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 0;
    background-color: #2F2F2F; }
    div#gamefilearea #prestitial .box {
      width: 300px;
      margin: auto; }
      div#gamefilearea #prestitial .box .note {
        overflow: hidden;
        *zoom: 1;
        font-family: Arial, sans-serif;
        font-size: 13px;
        padding-top: 4px;
        color: #fff;
        text-align: left; }
      div#gamefilearea #prestitial .box .title {
        overflow: hidden;
        *zoom: 1;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 13px; }
        div#gamefilearea #prestitial .box .title .desc {
          padding-top: 4px;
          color: #fff;
          float: right; }
        div#gamefilearea #prestitial .box .title .count {
          width: 12px;
          height: 13px;
          overflow: visible;
          text-align: center;
          margin: 0 6px;
          float: right;
          color: #000;
          background: #fff;
          padding: 4px 5px;
          -moz-border-radius-topleft: 5px;
          -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
          -moz-border-radius-topright: 5px;
          -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px; }
          div#gamefilearea #prestitial .box .title .count a.close,
          div#gamefilearea #prestitial .box .title .count a.close:hover {
            color: #000;
            line-height: 13px;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1; }
      div#gamefilearea #prestitial .box .msg {
        background-color: #fff;
        border: 1px solid #fff;
        width: 300px;
        height: 250px; }

.prestitial-running {
  overflow: hidden; }
  .prestitial-running object,
  .prestitial-running embed {
    position: absolute;
    top: -3000px; }

.afg-running {
  display: none; }

div.gameFileareaHidden {
  padding-left: 2001px; }

div.quest-banners {
  position: fixed;
  z-index: 2;
  top: -98px;
  left: 50%;
  margin-left: -480px;
  width: 993px; }
  div.quest-banners div.quest-banner {
    text-align: left;
    background-image: url("/images/quest_complete_notification.png");
    width: 76px;
    height: 98px;
    position: relative;
    display: inline-block;
    margin: 0px 5px 0px 5px; }
    div.quest-banners div.quest-banner img {
      margin: 7px auto 0px 11px;
      width: 54px;
      height: 54px; }

#quest-backdrop {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  color: #FFF;
  z-index: 2;
  display: none; }

#gamefilearea {
  z-index: 3; }

#quest-modal {
  overflow: visible;
  min-height: 130px; }
  #quest-modal div.quest-banner {
    background-image: url("/images/quest_complete_notification_lg.png");
    position: absolute;
    top: 0;
    left: 20px;
    width: 100px;
    height: 119px;
    margin: 0; }
    #quest-modal div.quest-banner img {
      margin: 7px auto 0px 14px;
      width: 72px;
      height: 72px; }
  #quest-modal .modal-header {
    margin-right: 30px;
    margin-left: 140px;
    padding-left: 0;
    border-bottom: 1px dotted #bfbfbf; }
    #quest-modal .modal-header h3 {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      text-transform: uppercase;
      font-family: 'Ubuntu', Arial, sans-serif;
      font-size: 15px;
      font-weight: 700;
      line-height: 1em;
      margin: 0 0 0 4px; }
    #quest-modal .modal-header .close {
      position: absolute;
      right: -19px;
      top: -19px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
      #quest-modal .modal-header .close img {
        display: block;
        width: 38px;
        height: 38px; }
  #quest-modal .modal-body {
    margin-right: 30px;
    margin-left: 140px;
    padding-left: 0; }
    #quest-modal .modal-body h2 {
      margin: 0 0 5px 0;
      line-height: 1em;
      font-size: 24px;
      font-weight: bold; }
    #quest-modal .modal-body p {
      margin: 0 0 10px 0;
      font-family: 'Helvetica Neue', arial, sans-serif;
      font-size: 14px;
      line-height: 20px; }

#armatararea #armatarlisting li label {
  font-weight: normal;
  display: inline;
  font-size: inherit;
  float: none;
  width: auto;
  margin: 0;
  text-align: inherit;
  padding: 0; }
  #armatararea #armatarlisting li label img {
    display: block;
    height: 60px;
    width: 60px; }
  #armatararea #armatarlisting li label p {
    margin: 0 5px;
    text-align: center; }
    #armatararea #armatarlisting li label p input {
      display: inline; }

#armatararea #armatarlisting li:hover label {
  cursor: pointer; }
  #armatararea #armatarlisting li:hover label img {
    border-color: #3A87AD; }

#purchase-modal.modal-error .modal-header {
  margin-right: 30px; }

#purchase-modal.modal-error .modal-body {
  padding: 30px; }
  #purchase-modal.modal-error .modal-body .error {
    text-align: center; }
    #purchase-modal.modal-error .modal-body .error .title {
      font-family: 'Ubuntu', Arial, sans-serif;
      font-size: 25px;
      font-weight: normal;
      line-height: 1em;
      margin: 0;
      padding: 0; }
    #purchase-modal.modal-error .modal-body .error .help, #purchase-modal.modal-error .modal-body .error .details {
      margin-top: 15px;
      font-size: 13px; }

#purchase-modal,
#premium-info-modal,
#premium-error-modal {
  overflow: visible;
  width: 720px;
  margin-left: -360px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px; }
  #purchase-modal .shadow,
  #premium-info-modal .shadow,
  #premium-error-modal .shadow {
    margin-top: -9px;
    height: 9px;
    background: transparent url(/images/ag3/premium-content/modal-footer-shadow.png) repeat-x; }
  #purchase-modal .modal-header,
  #premium-info-modal .modal-header,
  #premium-error-modal .modal-header {
    margin: 0 0 0 15px;
    padding: 10px 0;
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px dotted #bfbfbf; }
    #purchase-modal .modal-header .thumb,
    #premium-info-modal .modal-header .thumb,
    #premium-error-modal .modal-header .thumb {
      height: 45px;
      width: 45px;
      border: 1px solid #000;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      float: left; }
    #purchase-modal .modal-header h3,
    #premium-info-modal .modal-header h3,
    #premium-error-modal .modal-header h3 {
      width: 440px;
      line-height: 1em;
      padding: 0;
      margin: 15px 0 0 10px;
      font-family: 'Ubuntu', Arial, sans-serif;
      font-size: 15px;
      font-weight: 700;
      float: left; }
    #purchase-modal .modal-header .close,
    #premium-info-modal .modal-header .close,
    #premium-error-modal .modal-header .close {
      position: absolute;
      right: -19px;
      top: -19px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
      #purchase-modal .modal-header .close img,
      #premium-info-modal .modal-header .close img,
      #premium-error-modal .modal-header .close img {
        display: block;
        width: 38px;
        height: 38px; }
  #purchase-modal .modal-body,
  #premium-info-modal .modal-body,
  #premium-error-modal .modal-body {
    max-height: 325px; }
    #purchase-modal .modal-body .loader,
    #premium-info-modal .modal-body .loader,
    #premium-error-modal .modal-body .loader {
      float: none;
      margin: 0;
      display: block;
      width: 100%;
      height: 200px;
      background: #fff url("/images/img-loading.gif") no-repeat center center; }
    #purchase-modal .modal-body .product-list .product,
    #premium-info-modal .modal-body .product-list .product,
    #premium-error-modal .modal-body .product-list .product {
      overflow: hidden;
      *zoom: 1;
      margin-bottom: 30px; }
    #purchase-modal .modal-body .product-list .product:last-child,
    #premium-info-modal .modal-body .product-list .product:last-child,
    #premium-error-modal .modal-body .product-list .product:last-child {
      margin-bottom: 0; }
    #purchase-modal .modal-body .product-list .thumb,
    #premium-info-modal .modal-body .product-list .thumb,
    #premium-error-modal .modal-body .product-list .thumb {
      height: 100px;
      width: 100px;
      float: left;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
    #purchase-modal .modal-body .product-list .active .thumb,
    #premium-info-modal .modal-body .product-list .active .thumb,
    #premium-error-modal .modal-body .product-list .active .thumb {
      border-color: #009900; }
    #purchase-modal .modal-body .product-list .details,
    #premium-info-modal .modal-body .product-list .details,
    #premium-error-modal .modal-body .product-list .details {
      float: left;
      width: 400px;
      margin: 5px 0 0 10px; }
      #purchase-modal .modal-body .product-list .details h4,
      #premium-info-modal .modal-body .product-list .details h4,
      #premium-error-modal .modal-body .product-list .details h4 {
        font-family: 'Ubuntu', Arial, sans-serif;
        font-size: 25px;
        font-weight: normal;
        line-height: 1em;
        margin: 0;
        padding: 0; }
      #purchase-modal .modal-body .product-list .details .description,
      #premium-info-modal .modal-body .product-list .details .description,
      #premium-error-modal .modal-body .product-list .details .description {
        line-height: 1.2em;
        margin-top: 5px;
        font-size: 13px; }
    #purchase-modal .modal-body .product-list .purchased,
    #premium-info-modal .modal-body .product-list .purchased,
    #premium-error-modal .modal-body .product-list .purchased {
      float: right;
      margin-top: 10px; }
      #purchase-modal .modal-body .product-list .purchased .unlocked,
      #premium-info-modal .modal-body .product-list .purchased .unlocked,
      #premium-error-modal .modal-body .product-list .purchased .unlocked {
        font-family: 'Ubuntu', Arial, sans-serif;
        font-size: 13px;
        color: #009900;
        text-transform: uppercase;
        background: transparent url(/images/ag3/premium-content/unlocked-icon.png) no-repeat left top;
        padding: 0 10px 0px 20px; }
      #purchase-modal .modal-body .product-list .purchased .help,
      #premium-info-modal .modal-body .product-list .purchased .help,
      #premium-error-modal .modal-body .product-list .purchased .help {
        text-align: center;
        font-size: 13px; }
    #purchase-modal .modal-body .product-list .single-price,
    #premium-info-modal .modal-body .product-list .single-price,
    #premium-error-modal .modal-body .product-list .single-price {
      float: right;
      margin: 6px 40px 0 0;
      line-height: 1em;
      font-size: 24px;
      font-weight: bold;
      color: #009900; }
      #purchase-modal .modal-body .product-list .single-price .currency,
      #premium-info-modal .modal-body .product-list .single-price .currency,
      #premium-error-modal .modal-body .product-list .single-price .currency {
        font-size: 15px; }
    #purchase-modal .modal-body .product-list .single-price.canceled,
    #premium-info-modal .modal-body .product-list .single-price.canceled,
    #premium-error-modal .modal-body .product-list .single-price.canceled {
      text-decoration: line-through;
      color: #999;
      font-size: 18px;
      margin-right: 0;
      width: 140px; }
    #purchase-modal .modal-body .product-list .single-price.free,
    #premium-info-modal .modal-body .product-list .single-price.free,
    #premium-error-modal .modal-body .product-list .single-price.free {
      margin-right: 0;
      font-size: 14px;
      width: 140px; }
    #purchase-modal .modal-body .product-list button.select,
    #purchase-modal .modal-body .product-list button.selected,
    #premium-info-modal .modal-body .product-list button.select,
    #premium-info-modal .modal-body .product-list button.selected,
    #premium-error-modal .modal-body .product-list button.select,
    #premium-error-modal .modal-body .product-list button.selected {
      float: right;
      font-family: 'Ubuntu', Arial, sans-serif;
      font-size: 13px;
      font-weight: 700;
      line-height: 1em;
      text-transform: uppercase;
      background-color: #ed8a00;
      background-image: -owg-linear-gradient(#ff9900, #ed8a00);
      background-image: -webkit-linear-gradient(#ff9900, #ed8a00);
      background-image: -moz-linear-gradient(#ff9900, #ed8a00);
      background-image: -o-linear-gradient(#ff9900, #ed8a00);
      background-image: linear-gradient(#ff9900, #ed8a00);
      color: #fff;
      border: none;
      padding: 12px 0;
      text-align: center;
      width: 115px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 3px;
      -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 3px 3px;
      box-shadow: rgba(0, 0, 0, 0.25) 0 3px 3px; }
    #purchase-modal .modal-body .product-list button.select:hover,
    #premium-info-modal .modal-body .product-list button.select:hover,
    #premium-error-modal .modal-body .product-list button.select:hover {
      color: #fff;
      -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 3px 5px;
      -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 3px 5px;
      box-shadow: rgba(0, 0, 0, 0.75) 0 3px 5px;
      background-color: #ee950f;
      background-image: -owg-linear-gradient(#ffa323, #ee950f);
      background-image: -webkit-linear-gradient(#ffa323, #ee950f);
      background-image: -moz-linear-gradient(#ffa323, #ee950f);
      background-image: -o-linear-gradient(#ffa323, #ee950f);
      background-image: linear-gradient(#ffa323, #ee950f); }
    #purchase-modal .modal-body .product-list button.selected,
    #premium-info-modal .modal-body .product-list button.selected,
    #premium-error-modal .modal-body .product-list button.selected {
      padding-right: 35px;
      color: #fff;
      -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 3px 5px;
      -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 3px 5px;
      box-shadow: rgba(0, 0, 0, 0.75) 0 3px 5px;
      text-align: right;
      background-color: #008c00;
      background: -owg-image-url("/images/ag3/premium-content/arrow-down.png", false, false) no-repeat 85px center, -owg-linear-gradient(#4ba614, #008c00);
      background: -webkit-image-url("/images/ag3/premium-content/arrow-down.png", false, false) no-repeat 85px center, -webkit-linear-gradient(#4ba614, #008c00);
      background: -moz-image-url("/images/ag3/premium-content/arrow-down.png", false, false) no-repeat 85px center, -moz-linear-gradient(#4ba614, #008c00);
      background: -o-image-url("/images/ag3/premium-content/arrow-down.png", false, false) no-repeat 85px center, -o-linear-gradient(#4ba614, #008c00);
      background: image-url("/images/ag3/premium-content/arrow-down.png", false, false) no-repeat 85px center, linear-gradient(#4ba614, #008c00); }
    #purchase-modal .modal-body .product-list button:focus,
    #premium-info-modal .modal-body .product-list button:focus,
    #premium-error-modal .modal-body .product-list button:focus {
      outline: none; }
  #purchase-modal .modal-footer-loading,
  #purchase-modal .modal-footer-select,
  #purchase-modal .modal-footer-selected,
  #purchase-modal .modal-footer-single-option,
  #premium-info-modal .modal-footer-loading,
  #premium-info-modal .modal-footer-select,
  #premium-info-modal .modal-footer-selected,
  #premium-info-modal .modal-footer-single-option,
  #premium-error-modal .modal-footer-loading,
  #premium-error-modal .modal-footer-select,
  #premium-error-modal .modal-footer-selected,
  #premium-error-modal .modal-footer-single-option {
    padding: 12px 0 0 0;
    min-height: 48px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: #fff; }
  #purchase-modal .modal-footer-single-option,
  #premium-info-modal .modal-footer-single-option,
  #premium-error-modal .modal-footer-single-option {
    padding: 0 15px 15px 30px; }
  #purchase-modal .modal-footer-select,
  #premium-info-modal .modal-footer-select,
  #premium-error-modal .modal-footer-select {
    border-top: 1px solid #777;
    background-color: #009900;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 15px; }
    #purchase-modal .modal-footer-select .help,
    #premium-info-modal .modal-footer-select .help,
    #premium-error-modal .modal-footer-select .help {
      display: block;
      margin-top: 3px; }
  #purchase-modal .modal-footer-selected,
  #premium-info-modal .modal-footer-selected,
  #premium-error-modal .modal-footer-selected {
    border-top: 1px solid #777;
    height: auto;
    padding: 30px 15px 15px 30px;
    text-align: left; }
    #purchase-modal .modal-footer-selected .thumb,
    #premium-info-modal .modal-footer-selected .thumb,
    #premium-error-modal .modal-footer-selected .thumb {
      float: left;
      margin: 0 0 0 0;
      width: 60px;
      height: 60px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
    #purchase-modal .modal-footer-selected .details,
    #premium-info-modal .modal-footer-selected .details,
    #premium-error-modal .modal-footer-selected .details {
      float: left;
      margin: 0 0 0 10px;
      line-height: 1.2em; }
      #purchase-modal .modal-footer-selected .details .title,
      #premium-info-modal .modal-footer-selected .details .title,
      #premium-error-modal .modal-footer-selected .details .title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px; }
      #purchase-modal .modal-footer-selected .details .name,
      #premium-info-modal .modal-footer-selected .details .name,
      #premium-error-modal .modal-footer-selected .details .name {
        font-family: 'Ubuntu', Arial, sans-serif;
        font-size: 15px;
        font-weight: 400; }
      #purchase-modal .modal-footer-selected .details .price,
      #purchase-modal .modal-footer-selected .details .free,
      #premium-info-modal .modal-footer-selected .details .price,
      #premium-info-modal .modal-footer-selected .details .free,
      #premium-error-modal .modal-footer-selected .details .price,
      #premium-error-modal .modal-footer-selected .details .free {
        font-weight: bold;
        font-size: 18px;
        color: #009900; }
        #purchase-modal .modal-footer-selected .details .price .currency,
        #purchase-modal .modal-footer-selected .details .free .currency,
        #premium-info-modal .modal-footer-selected .details .price .currency,
        #premium-info-modal .modal-footer-selected .details .free .currency,
        #premium-error-modal .modal-footer-selected .details .price .currency,
        #premium-error-modal .modal-footer-selected .details .free .currency {
          font-size: 12px; }
      #purchase-modal .modal-footer-selected .details .free,
      #premium-info-modal .modal-footer-selected .details .free,
      #premium-error-modal .modal-footer-selected .details .free {
        font-size: 14px; }
      #purchase-modal .modal-footer-selected .details .price.canceled,
      #premium-info-modal .modal-footer-selected .details .price.canceled,
      #premium-error-modal .modal-footer-selected .details .price.canceled {
        color: #999;
        text-decoration: line-through; }
  #purchase-modal .modal-footer .checkout,
  #premium-info-modal .modal-footer .checkout,
  #premium-error-modal .modal-footer .checkout {
    float: right;
    margin-bottom: 20px; }
    #purchase-modal .modal-footer .checkout .paypal,
    #purchase-modal .modal-footer .checkout .stripe,
    #premium-info-modal .modal-footer .checkout .paypal,
    #premium-info-modal .modal-footer .checkout .stripe,
    #premium-error-modal .modal-footer .checkout .paypal,
    #premium-error-modal .modal-footer .checkout .stripe {
      float: right;
      margin-top: 10px; }
      #purchase-modal .modal-footer .checkout .paypal input,
      #purchase-modal .modal-footer .checkout .stripe input,
      #premium-info-modal .modal-footer .checkout .paypal input,
      #premium-info-modal .modal-footer .checkout .stripe input,
      #premium-error-modal .modal-footer .checkout .paypal input,
      #premium-error-modal .modal-footer .checkout .stripe input {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
    #purchase-modal .modal-footer .checkout .paypal,
    #premium-info-modal .modal-footer .checkout .paypal,
    #premium-error-modal .modal-footer .checkout .paypal {
      padding-top: 3px; }
      #purchase-modal .modal-footer .checkout .paypal form,
      #premium-info-modal .modal-footer .checkout .paypal form,
      #premium-error-modal .modal-footer .checkout .paypal form {
        margin-bottom: 0; }
    #purchase-modal .modal-footer .checkout .stripe,
    #premium-info-modal .modal-footer .checkout .stripe,
    #premium-error-modal .modal-footer .checkout .stripe {
      margin-right: 10px; }
      #purchase-modal .modal-footer .checkout .stripe .stripe-button-el,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el {
        overflow: hidden;
        display: inline-block;
        visibility: visible !important;
        background-image: -owg-linear-gradient(#28a0e5, #015e94);
        background-image: -webkit-linear-gradient(#28a0e5, #015e94);
        background-image: -moz-linear-gradient(#28a0e5, #015e94);
        background-image: -o-linear-gradient(#28a0e5, #015e94);
        background-image: linear-gradient(#28a0e5, #015e94);
        border: 0;
        padding: 1px;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
        -webkit-touch-callout: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer; }
      #purchase-modal .modal-footer .checkout .stripe .stripe-button-el::-moz-focus-inner,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el::-moz-focus-inner,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el::-moz-focus-inner {
        border: 0;
        padding: 0; }
      #purchase-modal .modal-footer .checkout .stripe .stripe-button-el span,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el span,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el span {
        display: block;
        position: relative;
        padding: 0 12px;
        height: 30px;
        line-height: 30px;
        background: #1275ff;
        background-image: -owg-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
        background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
        background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
        background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
        background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset;
        -moz-box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset;
        box-shadow: rgba(255, 255, 255, 0.25) 0 1px 0 inset;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
        #purchase-modal .modal-footer .checkout .stripe .stripe-button-el span img.card,
        #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el span img.card,
        #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el span img.card {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          zoom: 1;
          *display: inline;
          margin: -1px 4px 1px -4px;
          width: 23px;
          height: 17px; }
      #purchase-modal .modal-footer .checkout .stripe .stripe-button-el:not(:disabled):active, #purchase-modal .modal-footer .checkout .stripe .stripe-button-el.active,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el:not(:disabled):active,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el.active,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el:not(:disabled):active,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el.active {
        background: #005d93; }
      #purchase-modal .modal-footer .checkout .stripe .stripe-button-el:not(:disabled):active span, #purchase-modal .modal-footer .checkout .stripe .stripe-button-el.active span,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el:not(:disabled):active span,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el.active span,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el:not(:disabled):active span,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el.active span {
        color: #eee;
        background: #008cdd;
        background-image: -owg-linear-gradient(#008cdd, #008cdd 85%, #239adf);
        background-image: -webkit-linear-gradient(#008cdd, #008cdd 85%, #239adf);
        background-image: -moz-linear-gradient(#008cdd, #008cdd 85%, #239adf);
        background-image: -o-linear-gradient(#008cdd, #008cdd 85%, #239adf);
        background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0 inset;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0 inset;
        box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0 inset; }
      #purchase-modal .modal-footer .checkout .stripe .stripe-button-el:disabled, #purchase-modal .modal-footer .checkout .stripe .stripe-button-el.disabled,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el:disabled,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el.disabled,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el:disabled,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el.disabled {
        background: rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      #purchase-modal .modal-footer .checkout .stripe .stripe-button-el:disabled span, #purchase-modal .modal-footer .checkout .stripe .stripe-button-el.disabled span,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el:disabled span,
      #premium-info-modal .modal-footer .checkout .stripe .stripe-button-el.disabled span,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el:disabled span,
      #premium-error-modal .modal-footer .checkout .stripe .stripe-button-el.disabled span {
        color: #999;
        background: #f8f9fa;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  #purchase-modal .footnote,
  #premium-info-modal .footnote,
  #premium-error-modal .footnote {
    color: #999;
    clear: both;
    padding: 10px 0 0 18px;
    font-size: 12px;
    line-height: 1em;
    position: relative;
    text-align: left; }
    #purchase-modal .footnote a,
    #premium-info-modal .footnote a,
    #premium-error-modal .footnote a {
      color: #999;
      text-decoration: underline; }
    #purchase-modal .footnote i,
    #premium-info-modal .footnote i,
    #premium-error-modal .footnote i {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      position: absolute;
      left: 0px;
      top: 7px; }

#purchase-modal .loader.waiting-for-processor {
  text-align: center;
  padding-top: 100px;
  color: #666;
  font-size: 13px;
  height: 175 !important; }
  #purchase-modal .loader.waiting-for-processor .footnote {
    text-align: center;
    padding: 150px 100px 0 100px; }

body.stripe-checkout-actv .modal-backdrop {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 800ms;
  -moz-transition-duration: 800ms;
  -o-transition-duration: 800ms;
  transition-duration: 800ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

body.stripe-checkout-actv #purchase-modal {
  margin-top: -400px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-property: margin-top, opacity;
  -moz-transition-property: margin-top, opacity;
  -o-transition-property: margin-top, opacity;
  transition-property: margin-top, opacity;
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in; }

body .modal-backdrop,
body .modal-backdrop.fade.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }

.ctaButton,
.ctaButton:hover {
  text-decoration: none;
  cursor: pointer;
  *display: block;
  margin-right: 25px; }

.ctaButton span {
  background: no-repeat 100% 100%;
  color: #fff;
  font-weight: bold;
  float: left;
  position: relative;
  top: 5px;
  left: 5px; }

.ctaButton span span {
  background-position: 0 100%;
  top: 0;
  left: -10px; }

.ctaButton span span span {
  background-position: 0 0;
  top: -10px;
  left: 0;
  margin-bottom: -5px; }

.ctaButton span span span span {
  background-position: 100% 0;
  top: 0;
  left: 10px;
  margin-bottom: 0;
  padding: 5px 23px 0 12px; }

.ctaButton a {
  color: #000; }

.ctaButton span {
  color: #000;
  font-weight: bold; }

.ctaButton:hover {
  zoom: 1; }

.ctaButton:focus {
  outline: 0; }

.ctaButtonBase span {
  background-image: url(//d2n8p8eh14pae1.cloudfront.net/static/cta_buttons/button_white_transparent.png);
  color: #0096ff;
  font-size: 14px; }
  .ctaButtonBase span i {
    font-style: normal;
    font-size: 12px; }

.ctaButtonBase span span span {
  margin-bottom: -1px; }

.ctaButtonBase span span span span {
  padding: 7px 9px 0 0; }

.ctaButtonBase:hover span {
  background-image: url(//d2n8p8eh14pae1.cloudfront.net/static/cta_buttons/button_white_transparent_inverse.png);
  color: #3b5998; }

.ctaButtonBase:active span {
  background-image: url(//d2n8p8eh14pae1.cloudfront.net/static/cta_buttons/button_white_transparent.png); }

#premium-info-modal .modal-header h3,
#premium-error-modal .modal-header h3 {
  font-size: 30px;
  font-weight: normal;
  margin-top: 10; }

#premium-info-modal .modal-body,
#premium-error-modal .modal-body {
  max-height: none;
  padding-bottom: 30px; }
  #premium-info-modal .modal-body img.promo,
  #premium-error-modal .modal-body img.promo {
    float: left;
    margin: 8px 25px 0 20px;
    width: 234px;
    height: 406px; }
  #premium-info-modal .modal-body .intro,
  #premium-error-modal .modal-body .intro {
    margin-top: 40px; }
  #premium-info-modal .modal-body p,
  #premium-error-modal .modal-body p {
    font-size: 19px;
    line-height: 1.3em;
    margin-right: 30px; }
  #premium-info-modal .modal-body #purchase-btn,
  #premium-error-modal .modal-body #purchase-btn {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #126ac3;
    border: none;
    line-height: 1em;
    padding: 15px 33px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 5px;
    margin: 25px auto 0 auto; }
  #premium-info-modal .modal-body .why,
  #premium-error-modal .modal-body .why {
    margin-top: 55px;
    font-size: 13px;
    line-height: 1.2em; }

#premium-error-modal p {
  text-align: center;
  margin-right: 0; }

#password_label {
  font-size: 11px;
  font-weight: bold;
  margin: 5px; }

#password_picture {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 5px 5px 5px; }

#password_status {
  float: left;
  height: 98px;
  width: 195px;
  display: none;
  overflow: hidden;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 5px 0px 5px 0px;
  border: 1px solid #ccc;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: white; }

#password_valid {
  text-align: center;
  font-weight: bold; }

#password_complexity {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 40px; }

#account-purchase-listing {
  font-family: 'Ubuntu', Arial, sans-serif; }
  #account-purchase-listing .ad-free-btn {
    margin-top: -1px;
    margin-left: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #126ac3;
    border: none;
    line-height: 1em;
    padding: 8px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 5px;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 5px; }
  #account-purchase-listing .headline {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #account-purchase-listing .title {
    font-size: 16px;
    font-weight: normal; }
    #account-purchase-listing .title .purchase-count,
    #account-purchase-listing .title .remaining,
    #account-purchase-listing .title .free {
      font-weight: 700; }
  #account-purchase-listing .title.subscription {
    margin-bottom: 75px; }
  #account-purchase-listing .title.subscription.ad {
    position: relative; }
    #account-purchase-listing .title.subscription.ad .curl {
      background: transparent url("/images/ag3/curl-ad.png") no-repeat left top;
      width: 20px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 0; }
    #account-purchase-listing .title.subscription.ad .banner {
      margin-left: 20px;
      height: 39px;
      color: #fff;
      background-color: #136ac3;
      padding: 11px 0 0px 40px; }
      #account-purchase-listing .title.subscription.ad .banner .ad-free-btn {
        background-color: #fff;
        color: #136ac3; }
  #account-purchase-listing .not-found,
  #account-purchase-listing .no-purchases {
    text-align: center;
    margin: 25px 0;
    font-style: italic; }
  #account-purchase-listing img.game-thumb {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    border: 3px solid #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  #account-purchase-listing .purchases {
    margin: 20px 0;
    padding: 0 10px 0 0; }
    #account-purchase-listing .purchases .purchase:last-child {
      border-bottom: 1px dotted #bfbfbf; }
    #account-purchase-listing .purchases .purchase {
      padding: 8px 0;
      border-top: 1px dotted #bfbfbf;
      overflow: hidden;
      *zoom: 1; }
      #account-purchase-listing .purchases .purchase .details {
        display: block;
        float: left;
        margin-left: 10px;
        width: 590px; }
        #account-purchase-listing .purchases .purchase .details .header {
          margin-top: 7px;
          font-size: 15px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
          #account-purchase-listing .purchases .purchase .details .header h3 {
            line-height: 1em;
            display: inline;
            font-size: 15px !important; }
        #account-purchase-listing .purchases .purchase .details .info {
          margin-top: 7px;
          font-family: Arial, sans-serif;
          font-size: 11px;
          overflow: hidden;
          *zoom: 1; }
          #account-purchase-listing .purchases .purchase .details .info .date {
            min-width: 80px;
            float: left;
            padding-right: 10px; }
          #account-purchase-listing .purchases .purchase .details .info .order {
            min-width: 100px;
            padding-right: 10px;
            float: left; }
          #account-purchase-listing .purchases .purchase .details .info .processor {
            float: left; }
  #account-purchase-listing .title-most-popular {
    margin-top: 20px; }
  #account-purchase-listing .popular-products {
    text-align: center; }
    #account-purchase-listing .popular-products .product {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      width: 106px;
      margin: 15px 12px 0 12px; }
      #account-purchase-listing .popular-products .product .thumbs {
        display: block;
        width: 100px;
        height: 100px;
        background: #ccc url("") no-repeat;
        border: 3px solid #333333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        overflow: hidden; }
        #account-purchase-listing .popular-products .product .thumbs .game-thumb {
          position: absolute;
          margin-top: 52px;
          margin-left: -3px; }
      #account-purchase-listing .popular-products .product .header {
        margin: 5px 0;
        font-weight: 700;
        font-size: 13px; }
      #account-purchase-listing .popular-products .product a {
        font-family: Arial, sans-serif;
        font-size: 11px; }

body.opera #account-purchase-listing .title,
body.opera #account-purchase-listing .affirmation,
body.opera #account-purchase-listing .purchase-count {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

body.opera #account-purchase-listing .purchase-count {
  margin-top: -0.35em;
  margin-bottom: 0; }

#account-delete {
  font-family: 'Ubuntu', Arial, sans-serif; }
  #account-delete form div {
    font-weight: bold;
    font-size: 1.3em; }
  #account-delete .title {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: bottom;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700; }
    #account-delete .title .affirmation,
    #account-delete .title .purchase-count {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: bottom;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
    #account-delete .title .purchase-count {
      margin-bottom: -0.25em;
      font-size: 40px; }

.pagi-container {
  text-align: center; }
  .pagi-container .info {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 13px;
    margin-left: 15px; }
  .pagi-container .pagination {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0; }
    .pagi-container .pagination .disabled a {
      background-color: #fff; }
      .pagi-container .pagination .disabled a i {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3; }
    .pagi-container .pagination a {
      color: #08C; }

#page-profile #preview-new {
  outline: 0 none;
  border: 0 none;
  border-bottom: 3px solid #5aa600;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  margin: 0 auto 10px;
  display: block;
  width: 400px;
  height: 53px;
  background-color: #66bd00;
  text-align: center;
  font-family: Montserrat,Ubuntu,Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 55px;
  color: #fff; }
  #page-profile #preview-new b {
    border-bottom: 1px solid #fff;
    font-weight: 600; }
  #page-profile #preview-new:after {
    content: '';
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: transparent url(/images/ag3/profile/icn-arrow-right-white.png) no-repeat right center;
    background-size: 9px auto;
    width: 17px;
    height: 17px; }

#page-profile #userspecifics .armatar {
  background-color: #EEEEEE;
  display: block;
  width: 80px;
  height: 80px; }

#page-profile #messenger {
  padding: 10px 0 10px 10px;
  width: 501px;
  float: right; }

#page-profile #topfriends,
#page-profile #favoritegames {
  float: left;
  clear: left;
  padding-right: 0;
  margin-right: 0;
  width: 185px; }

#page-profile #commentlist {
  float: right; }

#page-profile #about {
  overflow: auto;
  width: 315px; }
  #page-profile #about p, #page-profile #about code, #page-profile #about blockquote, #page-profile #about ul, #page-profile #about ol {
    margin-bottom: 0.5em; }
  #page-profile #about .indent {
    white-space: pre; }
  #page-profile #about img.emoticon {
    height: 14px;
    width: 14px;
    margin-bottom: -3px; }
  #page-profile #about code {
    font-family: monospace; }
  #page-profile #about ol {
    list-style-position: inside;
    list-style-type: decimal; }
  #page-profile #about ul {
    list-style-position: inside;
    list-style-type: disc; }
  #page-profile #about blockquote {
    color: #333;
    border-left: 3px solid #444;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    font-style: italic;
    font-size: 1em; }

#page-profile.markup-preview {
  background: #fff none; }
  #page-profile.markup-preview #wrapper {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0; }
    #page-profile.markup-preview #wrapper #content {
      margin: 0;
      padding: 0; }
      #page-profile.markup-preview #wrapper #content #main {
        margin: 0;
        padding: 0;
        width: auto; }
        #page-profile.markup-preview #wrapper #content #main #userinfo {
          background: transparent none;
          width: auto; }
          #page-profile.markup-preview #wrapper #content #main #userinfo #userabout {
            float: none; }

#favoritegames {
  margin-bottom: 10px; }
  #favoritegames .btn-block {
    margin-left: -10px; }
  #favoritegames .gamelisting li {
    overflow: hidden; }
  #favoritegames .gamelisting img {
    width: 38px;
    height: 38px;
    background: #EFEFEF; }
  #favoritegames .gamelisting h5 {
    line-height: 1em;
    padding-top: 3px; }
    #favoritegames .gamelisting h5 a {
      color: #126ac3;
      line-height: 0.9em; }

#topfriends .btn-block {
  margin-left: -10px; }

#topfriends li {
  padding-left: 33px;
  margin-bottom: 8px; }
  #topfriends li img {
    margin: 0 0 0 -33px; }

#topfriends a {
  font-weight: bold; }

#topfriends img {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #efefef;
  margin-right: 5px;
  border: none; }

.armatarlisting {
  display: inline-block;
  margin: 0 0 30px 0; }
  .armatarlisting li {
    float: left;
    width: 68px;
    line-height: .5em;
    margin: 0 0 8px 0; }
    .armatarlisting li label {
      text-align: left !important; }
    .armatarlisting li img {
      height: 60px;
      width: 60px;
      background-color: #ddd;
      border: 4px solid #ddd; }
  .armatarlisting input {
    margin-left: 22px;
    width: 15px !important; }

.armatarlisting:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@-webkit-keyframes hover-change {
  0% {
    color: cyan; }
  25% {
    color: magenta; }
  50% {
    color: yellow; }
  100% {
    color: white; } }

@-moz-keyframes hover-change {
  0% {
    color: cyan; }
  25% {
    color: magenta; }
  50% {
    color: yellow; }
  100% {
    color: white; } }

@keyframes hover-change {
  0% {
    color: cyan; }
  25% {
    color: magenta; }
  50% {
    color: yellow; }
  100% {
    color: white; } }

a.blinky:hover {
  -webkit-animation: hover-change linear 0.1s infinite;
  -moz-animation: hover-change linear 0.1s infinite;
  animation: hover-change linear 0.1s infinite; }

#registrationform #password_status {
  margin-left: 160px; }

#registrationform .submit .btn {
  margin-left: 48px !important; }

#registrationform .options {
  margin-left: 160px; }

#registrationform .help {
  margin-left: 165px !important; }

#registrationform .password-box .inner {
  position: relative; }
  #registrationform .password-box .inner #hide-show {
    top: 10px;
    left: 382px; }

#registrationform .registration-captcha {
  margin-left: 160px; }

#main.content-404 {
  color: #333333;
  text-align: center; }
  #main.content-404 h2 {
    font-family: Ubuntu, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    margin: 10px 0 20px 0 !important; }
  #main.content-404 p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 1.2em !important;
    margin: 0 0 0.5em 0 !important; }
  #main.content-404 img.sushi-cat {
    margin: 50px 0 0;
    height: 200px;
    width: auto; }

#forums tr.forum-comment-extras td.margin {
  background-color: #F0EFEA;
  border-right: 1px solid #ccc; }

#forums tr.forum-comment-extras td.results {
  padding: 10px; }
  #forums tr.forum-comment-extras td.results .game .title {
    color: #586678;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 8px auto; }
  #forums tr.forum-comment-extras td.results .game-coins {
    overflow: hidden;
    *zoom: 1; }
    #forums tr.forum-comment-extras td.results .game-coins .flip {
      text-align: center;
      max-width: 100px;
      float: left;
      background-color: #F3F3F3;
      border: 1px solid #cccccc;
      -webkit-transition-property: background-color, border-color;
      -moz-transition-property: background-color, border-color;
      -o-transition-property: background-color, border-color;
      transition-property: background-color border-color;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      padding: 4px 2px 2px 2px;
      margin: 0 6px 5px 0; }
      #forums tr.forum-comment-extras td.results .game-coins .flip .flip-label {
        color: #586678;
        font-size: 10px;
        padding: 0 2px;
        margin: 0 auto;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      #forums tr.forum-comment-extras td.results .game-coins .flip .coin {
        margin: 4px 0; }
    #forums tr.forum-comment-extras td.results .game-coins .flip.highlighted {
      background-color: #FFD700;
      border: 1px solid #DAA520;
      -webkit-transition-duration: 0;
      -moz-transition-duration: 0;
      -o-transition-duration: 0;
      transition-duration: 0; }
  #forums tr.forum-comment-extras td.results .game-dice .role {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-color: #F3F3F3;
    border: 1px solid #cccccc;
    -webkit-transition-property: background-color, border-color;
    -moz-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color border-color;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 2px 2px 2px;
    margin: 0 2px 5px 0; }
    #forums tr.forum-comment-extras td.results .game-dice .role .score {
      text-align: center;
      color: #586678;
      font-size: 10px;
      padding: 0 2px;
      margin: 0 auto; }
    #forums tr.forum-comment-extras td.results .game-dice .role .set {
      display: block;
      text-align: center; }
      #forums tr.forum-comment-extras td.results .game-dice .role .set .dice {
        margin: 2px; }
  #forums tr.forum-comment-extras td.results .game-dice .role.highlighted {
    background-color: #FFD700;
    border: 1px solid #DAA520;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0; }

#forums .postmessage pre {
  padding: 0 8px; }

#forums .postmessage .indent {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: pre; }

#dice-modal,
#coin-modal {
  height: 306px;
  width: 170px;
  margin-left: -85px;
  margin-top: -153px; }
  #dice-modal .modal-body,
  #coin-modal .modal-body {
    padding: 15px 15px 0 15px;
    height: auto; }
    #dice-modal .modal-body #roll-btn,
    #dice-modal .modal-body #flip-btn,
    #coin-modal .modal-body #roll-btn,
    #coin-modal .modal-body #flip-btn {
      font-weight: bold;
      margin-left: 0 !important; }

#coin-modal {
  height: 166px;
  margin-top: -83px; }

#forums .postmessage p {
  padding-top: 1px;
  padding-bottom: 1px; }

#krf-armatars .game-feat {
  float: left;
  width: 695px;
  height: 100px;
  margin-bottom: 16px; }

#krf-armatars .sets .description {
  color: #1E252F !important;
  font-size: 14px; }

#krf-armatars .sets .armatarlisting {
  margin-bottom: 0; }
  #krf-armatars .sets .armatarlisting li {
    margin-bottom: 0; }

.ban-remove-notes, .ban-hide-notes, .ban-remove {
  display: none; }

body {
  background: #222 url("/images/background-shield.svg") repeat fixed;
  background-size: 200px 266px; }

#cc-alert {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2a2a2a;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  z-index: 9999; }
  #cc-alert .content {
    position: relative;
    width: 985px;
    height: 90px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center; }
    #cc-alert .content img {
      position: absolute;
      top: -40px;
      left: -40px;
      width: 190px;
      height: auto; }
    #cc-alert .content .cc-left {
      width: 685px;
      padding-left: 160px;
      height: 45px; }
      #cc-alert .content .cc-left p {
        font-size: 12px; }
      #cc-alert .content .cc-left a {
        color: #ccc;
        text-decoration: underline; }
    #cc-alert .content .cc-right {
      text-align: right;
      width: 130px; }
      #cc-alert .content .cc-right a.cc-btn {
        display: inline-block;
        padding: 5px 25px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 6px 13px -1px;
        -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 6px 13px -1px;
        box-shadow: rgba(0, 0, 0, 0.75) 0px 6px 13px -1px;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 18px;
        color: #222;
        background-color: #fff;
        transition: background-color 0.3s ease-in-out; }
        #cc-alert .content .cc-right a.cc-btn:hover {
          background-color: #FFCD00; }
