@font-face {
    font-family: 'HelveticaNeue';
    src: url("../font/HelveticaNeueCyr-Medium.eot");
    src: url("../font/HelveticaNeueCyr-Medium.woff") format('woff'), url("../font/HelveticaNeueCyr-Medium.ttf") format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url("../font/HelveticaNeueCyr-Bold.eot");
    src: url("../font/HelveticaNeueCyr-Bold.woff") format('woff'), url("../font/HelveticaNeueCyr-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'HelveticaBold';
    src: url("../font/HelveticaNeueCyr-Bold.eot");
    src: url("../font/HelveticaNeueCyr-Bold.woff") format('woff'), url("../font/HelveticaNeueCyr-Bold.ttf") format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'HelveticaLight';
    src: url("../font/HelveticaNeueCyr-Light.eot");
    src: url("../font/HelveticaNeueCyr-Light.woff") format('woff'), url("../font/HelveticaNeueCyr-Light.ttf") format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'HelveticaThin';
    src: url("../font/HelveticaNeueCyr-Thin.eot");
    src: url("../font/HelveticaNeueCyr-Thin.woff") format('woff'), url("../font/HelveticaNeueCyr-Thin.ttf") format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'HelveticaCond';
    src: url("../font/HelveticaNeue-CondensedBold.eot");
    src: url("../font/HelveticaNeue-CondensedBold.woff") format('woff'), url("../font/HelveticaNeue-CondensedBold.ttf") format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fredericka the Great';
    src: URL('../font/FrederickatheGreat-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Nabla';
    src: URL('../font/Nabla-Regular.ttf') format('truetype');
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    /* cursor: default */
}

body {
    margin: 0;
    padding: 0;
    background: #282828;
    color: #fff;
    font-size: 17px;
    width: 100%;
    font-family: HelveticaLight, Arial Narrow, Arial, Sans, tahoma;
    overflow-y: scroll;
    overflow-x: auto
}

body,
html {
    margin: 0;
    min-height: 100%;
    min-width: 1200px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
content,
hgroup,
menu,
nav,
section {
    display: block
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none
}

.page {
    position: relative;
    height: 100%;
    overflow-x: hidden
}

.page>div:first-child {
    min-height: 800px
}

.page:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../img/footer.jpeg") no-repeat 50% 100%;
    z-index: -1
}

.content {
    width: 1200px;
    position: relative;
    margin: 0 auto
}

div.games-headline {
    position: relative
}

div.games-headline__bg {
    background: #282828
}

.ovl-opened div.games-headline {
    z-index: -1
}

.ovl-opened div.games-headline__inner {
    overflow-y: scroll
}

.column-left {
    display: inline-block;
    vertical-align: top;
    width: 878px
}

.column-right {
    margin: 0 0 14px;
    background:rgba(17, 20, 24, 0.74);
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: 308px;
    position: relative;
}

.text_info_server {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
}

.column-right__item {
    margin: 0 0 14px;
    background: rgba(17, 20, 24, 0.74);
    text-align: center;
    color: #fff;
    position: relative
}

.column-right__item .text_info_server {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
}

.column-left>div:last-child,
.column-right>div:last-child {
    /* margin: 0 0 180px; */
    margin: 0 0 75px;
}

.column-right__item h3 {
    padding: 15px 1px;
    margin: 0;
    background: rgba(17, 20, 24, 0.74)
}

.column-right__item .icon-wrap+.icon-wrap {
    margin-left: 20px
}

.menu-right--lite {
    background: none;
    padding: 30px 0;
    position: relative
}

.menu-right--lite:before,
.menu-right--lite:after {
    content: '';
    position: absolute;
    height: 18px;
    width: 337px;
    left: -15px;
    right: -15px;
}

.menu-right--lite:before {
    top: 0
}

.menu-right--lite:after {
    bottom: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu-right--lite2 {
    background: none;
    padding: 30px 0;
    position: relative
}

/* .menu-right--lite2:before,
.menu-right--lite2:after {
    content: '';
    position: absolute;
    height: 18px;
    width: 337px;
    left: -15px;
    right: -15px;
    background: url("../img/border.png") no-repeat center 0
}

.menu-right--lite2:before {
    top: 0
}

.menu-right--lite2:after {
    bottom: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
} */

.menu-right__item {
    padding: 8px 5px 8px 15px;
    position: relative;
    text-align: left;
    color: #d0c696;
    font-size: 15px;
    text-transform: uppercase;

    display: flex;
    align-items: flex-end;
}

.menu-right__item+.menu-right__item {
    border-top: 1px solid #111418
}

.menu-right__item .inline {
    margin-left: 9px;
    max-width: 240px
}

.menu-right--lite .menu-right__item+.menu-right__item {
    border: 0
}

.menu-right__item:hover {
    color: #fff
}

.menu-right__item:hover .icon {
    -ms-filter: brightness(200%);
    filter: brightness(200%)
}

.buttons-right {
    margin: 0 0 9px
}

.buttons-right .btn {
    width: 100%;
    margin: 0 0 5px;
    padding: 13px 0 14px
}

.buttons-right .btn.btn--gift {
    padding-right: 10px;
}

.buttons-right .btn+.btn {
    margin-left: 0
}

.column-right__banner {
    position: relative
}

.column-right__banner h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: none
}

.column-right__banner img {
    width: 100%;
    display: block
}

.column-right__banner>.icon-wrap {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20px
}

.column-right__banner.preview {
    border: 2px solid #d0c696;
    border-radius: 2px;
    margin: 0
}

.preview:hover {
    border-color: #fff
}

.vk-group-wrap {
    background: #180d0c;
    overflow: hidden;
    position: relative
}

.vk-group-wrap h3 {
    margin: 0 0 -60px;
    padding: 15px 0;
    background: #111418;
    position: relative
}

.vk-group {
    padding: 0 15px 15px
}

.column-2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -5px 0 0
}

.column-2+.column-2 {
    margin: 0
}

.text-justify>.column-2 {
    width: 49%;
    margin: 0
}

.column-3 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: left
}

/* .loading {
    height: 200px;
    background: url("https://rev.cdn.gmru.net/static/images/common/loader-top.gif") no-repeat 50% 50%
} */

.content.loading {
    background-color: rgba(17, 20, 24, 0.74);
    height: 500px;
    overflow: hidden;
    margin-bottom: 180px
}

.loading>* {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s
}

.content-bg {
    background: rgba(17, 20, 24, 0.74);
    margin: 0 0 14px
}

.content-header {
    padding: 15px 26px;
    margin: 0;
    background: rgba(17, 20, 24, 0.74)
}

h2.content-header {
    padding: 8px 26px 7px
}

.subtitle {
    font: 17px HelveticaLight;
    margin: 0 0 15px
}

.subtitle .icon-wrap {
    margin-top: 0;
    margin-bottom: 0
}

h1 {
    font-size: 48px;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: HelveticaCond, Arial
}

h2 {
    font-size: 32px;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-family: HelveticaCond, Arial
}

h3 {
    font-size: 22px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 400
}

h4 {
    font-size: 17px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 400
}

a {
    color: #6795ab;
    cursor: pointer
}

a:hover {
    text-decoration: none
}

b,
strong {
    font-weight: 400;
    font-family: HelveticaBold
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: inherit
}

.blue {
    color: #6795ab
}

.grey {
    color: #6c6c6c
}

.gold {
    color: #f4da72
}

.lgold {
    color: #d0c696
}

.purple {
    color: #716e7e
}

.red {
    color: #1a1614
}

.orange {
    color: $color_orange
}

.white {
    color: #fff
}

.hint {
    font-size: 12px;
    color: #c4c4c4
}

.textpvpreward {
    text-align: center;
}

div.text-justify {
    text-align: justify;
    font-size: 1px;
    line-height: 0;
    width: 100%
}

.text-justify:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden
}

.text-justify>div {
    text-align: left;
    font-size: 17px;
    line-height: normal
}

body .text-center {
    text-align: center
}

body .text-right {
    text-align: right
}

body .text-left {
    text-align: left
}

.right {
    float: right
}

.left {
    float: left
}

.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

.nowrap {
    white-space: nowrap
}

.uppercase {
    text-transform: uppercase
}

.b-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    z-index: 10
}

.b-link * {
    pointer-events: none
}

.p-link {
    color: #6795ab;
    text-decoration: underline;
    cursor: pointer
}

.p-link:hover {
    text-decoration: none
}

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s
}

.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s
}

body .none {
    display: none
}

.overflow {
    overflow: hidden
}

.inline {
    display: inline-block;
    vertical-align: middle
}

.middle {
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.relative {
    position: relative
}

.fixed {
    position: fixed !important
}

.flex,
.flex__item.flex {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box
}

.flex--column {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex--middle {
    -ms-flex-align: center;
    align-items: center
}

.flex__item {
    display: inline-block
}

.flex--column .flex__item {
    display: block
}

.flex--middle .flex__item {
    vertical-align: middle
}

.flex__item--fixed {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.flex__item--expand {
    -ms-flex: 1 1 auto;
    flex: 1 1 100%
}

.content-text {
    color: #dcdcdc;
    padding: 20px 26px
}

.content-text h3 {
    margin: 0 0 25px;
    line-height: 1.3em
}

.content-text p,
.content-text h4 {
    margin: 0 0 15px;
    line-height: 1.3em
}

.content-text ol,
.content-text ul {
    margin: 0 0 15px 25px;
    line-height: 1.3em
}

.content-text li {
    margin: 0 0 10px
}

.content-text img {
    max-width: 100%
}

.btn {
    display: inline-block;
    background: transparent;
    margin: 5px 0;
    padding: 21px 30px 22px;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -moz-user-select: none;
    cursor: pointer;
    border: 2px solid #d0c696;
    border-radius: 2px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-family: HelveticaLight, Arial;
    background: #1a1614;
    min-width: 180px
}

.btn:hover {
    background-color: #5e4746;
    border-color: #fff;
    color: #fff
}

.btn.disabled,
.btn:disabled,
.btn.disabled:hover {
    cursor: default;
    border-color: #7b7b7b;
    color: #7b7b7b;
    background: transparent
}

.btn.disabled .b-link,
.btn:disabled .b-link {
    display: none
}

.btn+.btn {
    margin-left: 16px
}

.btn__text {
    display: block;
    text-align: center
}

.btn--lg {
    font-size: 22px;
    padding: 18px 25px 19px
}

.btn--xlg {
    font-size: 30px;
    padding: 30px 50px 31px;
    font-family: HelveticaNeue, Arial
}

.btn--sm {
    padding: 11px 30px;
    font-weight: 400
}

.btn--xsm {
    padding: 7px 30px;
    font-weight: 400
}

.btn--xxsm {
    padding: 3px 15px;
    font-weight: 400;
    font-size: 14px
}

.btn--gold {
    color: #f4da72
}

.btn--yellow {
    background: #eca100
}

.btn--green {
    background: #506e4f
}

.btn--brown {
    background: #211e19
}

.btn--lite {
    color: #d0c696;
    background: none
}

.btn--lite:hover {
    color: #fff;
    background: none
}

/* .btn-soc {
    display: inline-block;
    width: 293px;
    height: 48px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: url("https://rev.cdn.gmru.net/static/images/common/btn-soc.png") no-repeat 20px 0;
    opacity: .9;
    padding: 13px 0 0 40px
} */

.btn-soc:hover {
    opacity: 1
}

.btn-soc+.btn-soc {
    margin-left: 19px
}

.btn-soc--vk {
    background-color: #6581b0
}

.btn-soc--ok {
    background-color: #e47e3b;
    background-position: 20px 100%
}

.btn--gift {
    background-image: url("../img/btn-gift.png");
    background-position: 100% -1px;
    background-repeat: no-repeat;
    padding-right: 75px
}

.btn--gift:hover {
    background-position: 100% 100%
}

header {
    height: 100px
}

.top-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 850px;
    overflow: hidden;
    background: linear-gradient(to bottom, transparent, #282828), url(../img/header.jpg) no-repeat 50% 100%;
}

.top-video:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #282828), url(../img/header.jpg) no-repeat 50% 100%;
}

.top-video video {
    width: 1600px;
    height: 900px;
    position: absolute;
    left: -1000px;
    right: -1000px;
    top: 0;
    margin: auto
}

.top-banner-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 570px;
    overflow: hidden;
    z-index: 0
}

.top-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.top-banner.hidden,
.top-banner.visible {
    transition: opacity .6s, visibility .6s
}

.top-banner.hidden {
    z-index: 1
}

.top-banner.visible {
    z-index: 2
}

.top-banner img {
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    margin: auto
}

.top-banner__points {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 433px
}

.top-banner__point {
    display: inline-block;
    height: 15px;
    width: 15px;
    border: 2px solid #d0c696;
    border-radius: 100%;
    margin: 0 0 0 8px;
    cursor: pointer
}

.top-banner__point.active {
    background: #d0c696;
    cursor: default
}

.top-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(17, 20, 24, 0.74);
    z-index: 21;
    height: 58px
}

.top-menu {
    white-space: nowrap;
    font-size: 0
}

.top-menu__item {
    display: inline-block;
    padding: 0 25px;
    position: relative;
    height: 58px;
    vertical-align: top;
    line-height: 58px;
    font-size: 22px;
    text-transform: uppercase
}

.top-menu__item:hover,
.top-menu__item.active {
    background: rgba(17, 20, 24, 0.74)
}

.top-menu__item.active>span {
    color: #d0c696
}

.logo {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 82px;
    height: 200px;
    z-index: 11
}

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

.top-info {
    position: relative;
    padding: 82px 0 0;
    height: 100px;
    margin: 0 auto;
    text-align: center
}

.top-info-lite {
    position: relative;
    padding: 82px 0 0;
    height: 100px
}

.top-info .icon-wrap {
    position: absolute;
    right: 77px;
    top: 100px
}

.top-info .btn {
    position: absolute;
    bottom: 40px;
    width: 270px;
    left: 0;
    right: 0;
    margin: auto
}

.top-slogan {
    display: inline-block;
    position: relative;
    top: 210px;
    font: 50px HelveticaCond;
    text-transform: uppercase
}

/* .top-slogan:before {
    content: '';
    position: absolute;
    left: -100px;
    right: -100px;
    bottom: -25px;
    top: -25px;
    background: radial-gradient(closest-side at 50% 50%, rgba(0, 0, 0, 0.5) 0%, transparent 100%)
}

.top-slogan:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 79px;
    height: 61px;
    margin-left: 40px;
    background: url("../img/playground.png") no-repeat 0 0
} */

.header-play {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    background: url("../img/header-play.jpeg") no-repeat 50% 50%;
    background-size: 100% 100%
}

.header-play img {
    height: 100%;
    width: 100%
}

.top-login>div:empty {
    position: relative
}

/* .top-login>div:empty:after {
    content: '';
    position: absolute;
    right: 120px;
    top: -40px;
    bottom: -40px;
    bottom: 10px 9;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url("https://rev.cdn.gmru.net/static/images/common/loader-top.gif") no-repeat 0 50%
} */

.droplist {
    position: relative
}


.droplist1_item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}


.droplist__current {
    height: inherit;
    cursor: default;
    line-height: normal
}

.droplist__list {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    line-height: inherit;
    background: rgba(17, 20, 24, 0.74);
    z-index: 22;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    font: 20px/58px HelveticaLight, Arial;
    text-align: center;
    text-transform: none
}

.droplist:hover .droplist__list {
    display: block;
    opacity: 1;
    visibility: visible
}

.droplist__item {
    position: relative;
    padding: 0 15px;
    cursor: pointer
}

.droplist__item:hover {
    color: #f4da72
}

.pts-top {
    margin: -3px 5px -3px 0
}

.user-top {
    max-width: 510px;
    height: 34px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    text-align: right
}

.user-top .tooltip {
    text-align: left;
    width: 150px
}

.user-top__name {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.user-top__name:after {
    content: '';
    position: absolute;
    width: 0;
    height: 23px;
    border-left: 1px solid #716e7e;
    right: -12px;
    top: -2px;
    opacity: .4
}

.user-top__name span,
.user-top__name a {
    width: auto;
    min-width: 120px;
    max-width: 100%;
    color: #b3af9a;
    text-decoration: none;
    cursor: pointer
}

.user-top__change {
    position: absolute;
    left: 50%;
    top: 100%;
    font: 11px/14px Tahoma, Arial;
    text-align: center;
    white-space: nowrap;
    text-transform: lowercase;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .7
}

.user-top__logout {
    font-size: 16px;
    margin: 0 10px 0 20px;
    color: #716e7e;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    line-height: 24px
}

.user-top span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.user-top span:hover,
.user-top a:hover {
    color: #fff
}

.user-top__notify {
    display: inline-block;
    vertical-align: top;
    margin: -3px 22px -3px 0;
    position: relative;
    cursor: pointer
}

.js-select-wrap+.user-top__name {
    max-width: 222px
}

.user-top__notify * {
    pointer-events: none
}

.user-top__notify-num {
    background: #1a1614;
    border-radius: 8px;
    color: #fff;
    min-width: 18px;
    font-size: 11px;
    padding: 3px 4px 2px;
    position: absolute;
    left: 19px;
    top: 3px;
    text-align: center
}

.top-notify-list {
    position: absolute;
    right: 0;
    top: 46px;
    min-width: 373px;
    width: 100%;
    font-size: 14px;
    background: rgba(17, 20, 24, 0.74);
    text-align: left;
    display: none
}

.opened+.top-notify-list {
    display: block
}

.top-notify-list__header {
    text-transform: uppercase;
    font-size: 16px;
    padding: 4px 12px
}

.top-notify-list .sort__item {
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 13px;
    z-index: 1
}

.sort__item {
    color: #807a96;
    cursor: pointer
}

.sort__item:hover {
    text-decoration: underline
}

.top-notify-list__link-all {
    display: block;
    color: #d0c696;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    padding: 14px 12px
}

.top-notify {
    padding: 6px 0;
    border-bottom: 1px solid rgba(113, 110, 126, 0.2);
    background: rgba(113, 110, 126, 0.2)
}

.top-notify>div {
    display: inline-block
}

.top-notify__mark {
    width: 53px;
    text-align: center;
    vertical-align: top
}

.top-notify__text {
    width: 284px;
    line-height: 18px;
    margin: 0 -4px;
    vertical-align: middle
}

.top-notify__text a {
    font-size: 13px
}

.top-notify__point {
    margin: 0 0 0 10px;
    vertical-align: middle;
    border: 1px solid #716e7e;
    border-radius: 100%;
    background: #716e7e;
    height: 10px;
    width: 10px;
    position: relative
}

.top-notify__point .b-link {
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px
}

.top-notify.read {
    color: #c4c4c4;
    background: none
}

.top-notify.read .top-notify__mark {
    opacity: .5
}

.top-notify.read .top-notify__point {
    background: none
}

footer {
    position: relative;
    background: rgba(17, 20, 24, 0.74)
}

footer .content {
    padding: 30px 0 10px;
    color: #6f6762
}

footer .content h1 {
    font: 15px HelveticaThin, Arial;
    text-transform: none
}

footer a {
    color: #6f6762;
    text-decoration: none
}

footer a:hover {
    text-decoration: underline
}

.footer-menu {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    font: 24px HelveticaThin, Arial
}

.footer-col {
    display: inline-block;
    vertical-align: top
}

.footer-col+.footer-col {
    margin-left: 47px
}

.content .copyright {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font: 15px HelveticaThin, Arial
}

.copyright_line {
    margin: 0 0 15px
}

.copyright p {
    margin: 0 0 5px
}

.copyright_item {
    display: inline-block;
    vertical-align: middle
}

.copyright_item+.copyright_item {
    margin-left: 32px
}

body.ovl-opened {
    overflow: hidden !important
}

body.ovl-opened .page {
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll
}

.ovl-fade {
    background: #362b2a;
    height: 100%;
    left: 0;
    opacity: .7;
    visibility: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: opacity .2s, visibility .2s;
    width: 100%;
    z-index: 99
}

.ovl-opened .ovl-fade {
    opacity: .6;
    visibility: visible
}

.ovl-wrap {
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 100%;
    z-index: 100
}

.ovl {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    margin: 15px 0;
    transition: opacity .2s, visibility .2s;
    color: #c4c4c4;
    background: #1a0b0a;
    text-align: left;
}

.ovl-opened .ovl {
    opacity: 1;
    visibility: visible
}

.ovl-close {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 10px;
    cursor: pointer
}

.ovl-video {
    background: #000;
    width: 814px;
    height: 458px
}

.ovl img {
    display: inline-block
}

.ovl>img {
    display: block;
    max-width: 1000px
}

.ovl-inner {
    width: 670px
}

.ovl-inner--short {
    width: 500px
}

.ovl-inner--lg {
    width: 840px
}

.ovl-title {
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px
}

.ovl-title--lg {
    font: 700 36px HelveticaCond
}

.ovl-subtitle {
    color: #d0c696;
    background: #5f5045;
    font-size: 18px;
    padding: 20px 30px
}

.ovl-content {
    padding: 25px 30px 30px
}

.ovl-title+.ovl-content {
    padding-top: 0
}

.ovl-inner .text-justify .column-2 {
    padding: 0 5px 0 0
}

.ovl-inner .text-justify .column-2+.column-2 {
    padding: 0 0 0 5px
}

.ovl-inner--white,
.ovl-inner--white .ovl-title {
    background: #fff;
    color: #180d10
}

.ovl-inner--white .ovl-content {
    color: #180d10
}

.ovl .icon-wrap.slider-arrow-right,
.ovl .icon-wrap.slider-arrow-left {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11
}

.ovl .icon-wrap.slider-arrow-left {
    left: -72px
}

.ovl .icon-wrap.slider-arrow-right {
    right: -72px
}

.ovl-subscribe {
    width: 720px;
    height: 298px;
    padding: 0 25px 0 340px;
    background: url("../img/subscribe-ovl.jpg") no-repeat 0 0
}

.ovl-subscribe .inline {
    width: 350px
}

.ovl-subscribe .btn {
    width: 165px;
    min-width: 165px;
    text-align: center
}

.ovl-subscribe__text {
    text-transform: uppercase;
    margin: 0 0 35px;
    font: 21px/1.2 HelveticaCond
}

.popup__header {
    background-color: #3c3c3c;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 440px;
    font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important
}

.popup__inner {
    font-size: 15px;
    line-height: 19px;
    padding: 20px;
    width: 440px;
    background: #fff;
    color: #3a3a3a;
    font-family: PTSans, Arial, Tahome, Verdana, sans-serif !important
}

.popup__inner p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 10px
}

.popup__inner p a {
    color: #222;
    text-decoration: underline
}

.popup__close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0
}

.popup__form__button {
    -moz-user-select: none;
    background: #168ce3 none repeat scroll 0 0;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding: 0 20px;
    text-align: center
}

.popup__form__row {
    margin-top: 10px;
    text-align: center
}

.popup__inner+.icon {
    display: none
}

.registration-terms {
    font-size: 14px;
    margin: 15px auto;
    width: 400px
}

.registration__captcha {
    margin: 20px auto 10px;
    width: 304px;
    height: 78px
}

.popup__form__button.disabled {
    background: #c1c1c1;
    cursor: default
}

.ovl-title-sm {
    text-transform: uppercase;
    margin: 35px 0 15px;
    font-size: 22px
}

.js-ovl-open * {
    pointer-events: none
}

input[type=password],
input[type=text],
input[type=number],
.input {
    background: #262020;
    border: 1px solid #3d3434;
    margin: 5px 0;
    padding: 0 10px;
    width: 100%;
    height: 46px;
    line-height: 46px !important;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 50px #262020;
    -webkit-text-fill-color: #fff;
    cursor: text;
    font-family: HelveticaLight, Arial;
    font-size: 17px
}

input.error,
textarea.error {
    border-color: #cf231d
}

input::-ms-clear {
    display: none
}

body input::-webkit-input-placeholder {
    color: #8e8d8d
}

body input:-moz-placeholder {
    color: #8e8d8d
}

body input.error::-webkit-input-placeholder {
    color: #cf231d
}

body input.error:-moz-placeholder {
    color: #cf231d
}

.gmrSignin input[type=password],
.gmrSignin input[type=text] {
    margin: 0;
    -webkit-box-shadow: none;
    -webkit-text-fill-color: #383838;
    line-height: 19px !important
}

.gmrSignin input:-webkit-autofill {
    background: transparent;
    color: #383838
}

textarea {
    display: block;
    background: #262020;
    border: 1px solid #3d3434;
    margin: 5px 0;
    padding: 10px;
    width: 100%;
    resize: none;
    height: 136px;
    color: #fff;
    cursor: text;
    font-family: HelveticaLight, Arial;
    line-height: 22px;
    font-size: 17px
}

label {
    display: block
}

.form-line {
    margin: 0 0 10px;
    position: relative
}

.input-error {
    color: #1a1614;
    font-size: 13px;
    text-align: left
}

.form-line .input-error+input {
    margin-top: 15px
}

form .button {
    margin: 30px 0
}

select {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #262020;
    color: #fff;
    margin: 5px 0;
    -webkit-text-fill-color: #fff;
    border: 1px solid #3d3434;
    padding-left: 6px;
    cursor: pointer
}

select option {
    background: #262020;
    padding: 8px;
    cursor: pointer
}

input[type=checkbox] {
    display: none
}

.label-checkbox {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    min-height: 24px;
    cursor: pointer
}

.label-checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 24px;
    width: 24px;
    background: url("../img/checkbox.png") no-repeat 0 0
}

.label-checkbox--bg:before {
    background-image: url("../img/checkbox-bg.png")
}

input[type=checkbox]:checked+.label-checkbox:before {
    background-position: -52px 0
}

input[type=radio] {
    display: none
}

.label-radio {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    min-height: 24px;
    cursor: pointer
}

.label-radio * {
    cursor: pointer
}

.label-radio:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 24px;
    background: url("../img/checkbox.png") no-repeat 0 0
}

input[type=radio]:checked+.label-radio:before {
    background-position: -52px 0
}

.mail-select {
    position: absolute;
    right: 1px;
    top: 6px;
    bottom: 6px;
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
    border: 0;
    height: 44px;
    line-height: 44px
}

.input-hint {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 10%;
    width: 90%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px 20px;
    color: #c5c5c5;
    font-size: 14px;
    background: #262020
}

.registration_form .input-hint {
    padding: 15px;
    width: 94%;
    margin-left: 6%
}

.input-hint:before {
    content: '';
    position: absolute;
    right: 100%;
    height: 0;
    width: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 11px;
    border-color: transparent #262020 transparent transparent
}

.input-hint--error {
    background: #952824
}

.input-hint--error a {
    color: #c5c5c5
}

.input-hint--error:before {
    border-color: transparent #952824 transparent transparent
}

.input-hint--ok {
    background: #4d6e38
}

.input-hint--ok:before {
    border-color: transparent #4d6e38 transparent transparent
}

.select {
    margin: 5px 0;
    position: relative;
    text-align: left
}

.js-select * {
    pointer-events: none
}

.select__current {
    position: relative;
    background: #262020;
    border: 1px solid #3d3434;
    padding: 0 10px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select__current:not(.select__current--solo) {
    cursor: pointer;
    padding: 0 40px 0 10px
}

.select__current:not(.select__current--solo):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    height: 30px;
    width: 30px;
    background: url("../img/icons.png") no-repeat -102px -205px
}

.select-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #262020;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    z-index: 11
}

.select__current.opened+.select-list {
    opacity: 1;
    visibility: visible
}

.select-input[type="text"] {
    display: block
}

.select-list__item {
    line-height: 46px;
    cursor: pointer;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select.disabled {
    cursor: default
}

.select.disabled * {
    pointer-events: none
}

.select.disabled .select__current:after {
    opacity: .5
}

.input-phone {
    position: relative
}

.phone-input__code {
    line-height: 46px;
    position: absolute;
    left: 10px;
    top: 5px
}

.input-phone input {
    padding-left: 50px
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    height: 66px;
    background: url("../img/icons.png") no-repeat 0 0;
    font-style: normal
}

.icon--lg {
    width: 76px;
    height: 76px
}

.icon--xlg {
    width: 110px;
    height: 110px
}

.icon--xsm {
    width: 30px;
    height: 30px
}

.icon--xxsm {
    width: 18px;
    height: 18px
}

.icon--vk {
    background-position: 0 0
}

.icon--fb {
    background-position: -80px 0
}

.icon--ok {
    background-position: -160px 0
}

.icon--yt {
    background-position: -240px 0
}

.icon--tw {
    background-position: -320px 0
}

.icon--tele {
    background-position: -480px 0
}

.icon--xsm.icon--vk {
    background-position: -714px -79px
}

.icon--xsm.icon--fb {
    background-position: -748px -79px
}

.icon--xsm.icon--ok {
    background-position: -782px -79px
}

.icon--xxsm.icon--vk {
    background-position: 0 -113px
}

.icon--xxsm.icon--fb {
    background-position: -22px -113px
}

.icon--xxsm.icon--ok {
    background-position: -44px -113px
}

.icon--xxsm.icon--tw {
    background-position: -66px -113px
}

.icon--xxsm.icon--arr-right {
    background-position: -110px -113px
}

.icon--xxsm.icon--arr-left {
    background-position: -132px -113px
}

.icon--crystal-xxs {
    background-position: -264px -113px
}

.icon--leader {
    background-position: -198px -113px
}

.icon--checked {
    background-position: -220px -113px
}

.icon--cancel {
    background-position: -242px -113px;
    cursor: pointer
}

.icon--play {
    background-position: -400px 0
}

.icon--arr-right {
    background-position: 0 -79px
}

.icon--arr-left {
    background-position: -34px -79px
}

.icon--close {
    background-position: -68px -79px
}

.icon--cancel:hover,
.icon--close:hover {
    -ms-filter: brightness(200%);
    filter: brightness(200%)
}

.icon--arr-down {
    background-position: -102px -79px
}

.icon--play-sm {
    background-position: -136px -79px
}

.icon--stop {
    background-position: -170px -79px
}

.icon--lily {
    background-position: -204px -79px
}

.icon--shop {
    background-position: -238px -79px
}

.icon--lily:hover {
    background-position: -272px -79px
}

.icon--pvp {
    background-position: -306px -79px
}

.icon--user {
    background-position: -340px -79px
}

.icon--friend {
    background-position: -374px -79px
}

.icon--gift {
    background-position: -408px -79px
}

.icon--chest {
    background-position: -442px -79px
}

.icon--transfer {
    background-position: -476px -79px
}

.icon--pin {
    background-position: -510px -79px
}

.icon--pts {
    background-position: -816px -79px
}

.icon--pts-grey {
    background-position: -170px -205px
}

.icon--return {
    background-position: -850px -79px
}

.icon--return-done {
    background-position: -884px -79px
}

.icon--time {
    background-position: -916px -79px
}

.icon--search {
    background-position: -950px -79px
}

.icon--crystal {
    background-position: 0 -135px
}

.icon--crystal-sm {
    background-position: -544px -79px
}

.icon--refresh {
    background-position: -578px -79px
}

.icon--down {
    background-position: -612px -79px
}

.icon--yes {
    background-position: -646px -79px
}

.icon--no {
    background-position: -680px -79px
}

.icon--crystal-grey {
    background-position: 0 -205px
}

.icon--chest-grey {
    background-position: -34px -205px
}

.icon--star-grey {
    background-position: -68px -205px
}

.icon--down-grey {
    background-position: -102px -205px
}

.icon--bell-grey {
    background-position: -136px -205px
}

.icon-wrap {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #d0c696;
    position: relative;
    border-radius: 100%;
    width: 116px;
    height: 116px;
    margin: 10px 0;
    color: #d0c696;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.icon-wrap+.icon-wrap {
    margin-left: 37px
}

.icon-wrap--sm {
    width: 64px;
    height: 64px
}

.icon-wrap--sm+.icon-wrap--sm,
.icon-wrap--xxsm+.icon-wrap--xxsm {
    margin-left: 13px
}

.icon-wrap--xsm {
    width: 52px;
    height: 52px
}

.icon-wrap--xxsm {
    width: 30px;
    height: 30px
}

.icon-wrap--lg {
    width: 132px;
    height: 132px
}

.icon-wrap--xlg {
    width: 144px;
    height: 144px;
    margin: 25px 0
}

.icon-wrap--square {
    border-radius: 2px
}

.b-link:hover+.icon-wrap,
.icon-wrap.active,
.icon-wrap:hover {
    border-color: #fff;
    color: #fff
}

.icon-wrap--xxsm:hover:before,
.icon-wrap--xxsm.active:before {
    display: none
}

.icon-wrap .icon,
.icon-wrap .icon-skill {
    position: absolute;
    left: -50px;
    right: -50px;
    bottom: -50px;
    top: -50px;
    margin: auto
}

.b-link:hover+.icon-wrap .icon,
.icon-wrap.active .icon,
.icon-wrap:hover .icon {
    -ms-filter: brightness(200%);
    filter: brightness(200%)
}

.icon-wrap .b-link {
    border-radius: inherit
}

.addthis_toolbox .b-link {
    margin: 0 !important;
    text-indent: -1000px;
    overflow: hidden
}

.addthis_toolbox .at-icon-wrapper {
    display: none
}

.icon-wrap--social {
    border-color: #fff
}

.icon-wrap--social .icon {
    -ms-filter: brightness(200%);
    filter: brightness(200%);
    opacity: .85
}

.icon-wrap--social:hover .icon {
    opacity: 1
}

.icon-wrap--fb {
    background: #3765a3
}

.icon-wrap--vk {
    background: #07f
}

.icon-wrap--ok {
    background: #ed812b
}

.icon-wrap--tw {
    background: #55acee
}

.icon-wrap--yt {
    background: #d22222
}

.icon-wrap--tele {
    background: #26a4e3
}

.tooltip {
    display: none;
    position: absolute;
    max-width: 280px;
    padding: 13px 20px;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 20px;
    background: #383c41;
    font-size: 15px !important;
    z-index: 25;
    text-transform: none !important
}

.tooltip:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent #383c41
}

.tooltip-wrap {
    position: relative
}

.tooltip-wrap:hover .tooltip {
    display: block
}

.tooltip--ok {
    background: #4d6e38
}

.tooltip--ok:before {
    border-color: transparent transparent #4d6e38
}

@media screen and (max-width:1200px) {
    footer .content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.25),
only screen and (min-resolution:120dpi),
only screen and (min-resolution:1.25dppx) {
    .icon {
        background-image: url("../img/icons@2x.png");
        background-size: 1000px 235px
    }
}


::placeholder {
    -webkit-text-fill-color: #9e9e9e;
}


.status-success {
    background: #e7f6d5;
    color: #689f38;
}

.status-error {
    background: #ffdde0;
    color: #d32f2d;
}

.alert {
    font-family: 'HelveticaBold';
    margin-bottom: 15px;
    display: block;
    padding: 10px 15px;
    border-radius: 6px;
    /* font-weight: 500; */
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 75%;
    margin: 0.35rem auto;
    opacity: .85;
}

.text-xs-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
    transform: scale(0.75);
}

.change {
    position: relative
}

.change__item {
    position: relative;
    z-index: 3
}

.change__item.hidden {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2
}

.change--arrow {
    padding: 0 61px;
}

.change--arrow .change__item.hidden {
    left: 61px;
    right: 61px
}

.change--arrow .icon-wrap.slider-arrow-right,
.change--arrow .icon-wrap.slider-arrow-left {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
}

.change--arrow .icon-wrap.slider-arrow-left {
    left: 0
}

.change--arrow .icon-wrap.slider-arrow-right {
    right: 0
}

.change-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 20px 0 0;
    text-align: center
}

.change--points {
    margin-bottom: 60px
}

.change--points .change--arrow .icon-wrap {
    position: relative;
    margin: 0 15px
}

.change-points {
    display: inline-block;
    vertical-align: middle;
    max-width: 85%;
    line-height: 17px
}

.change-point {
    display: inline-block;
    height: 11px;
    width: 11px;
    border: 2px solid #d0c696;
    margin: 0 5px 0 2px;
    border-radius: 100%;
    cursor: pointer;
}

.change-point.active {
    cursor: default;
    background: #d0c696
}

.change__item .column-2 {
    height: 100%
}

.change__item .column-2+.column-2 {
    padding-left: 2px;
    margin: 0 -2px 0 -4px
}

.review-wrap {
    margin: 0 0 14px;
    height: 150px;
    position: relative;
    background: url("../img/review.jpeg") no-repeat 50% 50%;
    padding: 0 15px
}

.review-item {
    height: 150px
}

.review-item .flex__item+.flex__item {
    padding: 0 10px 0 30px
}

.review-item__img {
    width: 210px;
    text-align: center
}

.review-item__text {
    line-height: 1.6;
    font-size: 20px
}

.download {
    background: url("../img/bg.png") no-repeat center 0
}

.download__header {
    padding: 270px 0 62px;
    text-align: center
}

.requirement {
    margin: 0 0 60px
}

.driver {
    display: inline-block;
    height: 48px;
    width: 125px;
    background: url("../img/drivers.png") no-repeat 0 0
}

.driver--amd {
    background-position: -127px 0;
    width: 68px
}

.driver--directx {
    background-position: -197px 0
}

.driver+.driver {
    margin: 0 0 0 66px
}

.news-tabs {
    padding: 7px 26px 0;
    text-align: right
}

.news-tab {
    color: #5a5a60;
    text-decoration: none
}

.news-tab+.news-tab {
    margin-left: 7px
}

.news-tab:hover {
    text-decoration: underline
}

.news-tab.current {
    color: #acacac;
    cursor: default
}

.news-tab.current:hover {
    text-decoration: none
}

.news-list__item {
    padding: 20px 26px;
    margin: 0
}

.news-list__item {
    color: #dcdcdc
}

.news-list__item img {
    width: 204px;
    height: auto
}

.news-list__item>.flex__item {
    vertical-align: top
}

.news-list__item>.flex__item+.flex__item {
    padding: 0 0 0 30px
}

.news-description {
    margin: 0 0 30px;
    letter-spacing: .6px;
    line-height: 24px
}

.news_date {
    margin-right: 15px
}

.news-more {
    display: block;
    margin: 10px 0 0;
    padding: 14px 26px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #d0c696;
    background: #1a1614
}

.news-more:hover {
    color: #f4da72
}

.news-share {
    margin-left: 25px
}

.news-text {
    max-width: 617px
}

.content .content-text h3,
.content .content-text h4 {
    padding: 25px 0 0
}

.text-point,
.text-sun {
    padding: 5px 0 4px 35px;
    margin: 25px 0;
    line-height: 1.3em;
    background: url("../img/sun.png") no-repeat 0 0
}

.text-separator {
    height: 34px;
    margin: 15px 0;
    background: url("../img/separator.png") no-repeat center 0
}

.text-important {
    padding: 20px 50px 25px;
    margin: 25px 0;
    line-height: 1.3em;
    background: url("../img/bg-red.jpg") no-repeat center center
}

.text-important--mod1 {
    background-image: url("../img/bg-blue.jpg")
}

.text-important--mod3 {
    padding-right: 60px;
    background-image: url("../img/bg-important-3.jpg");
    background-position: center 0
}

.text-important--mod4 {
    padding-right: 60px;
    background-image: url("../img/bg-important-4.jpg");
    background-position: center 0
}

.text-important--mod5 {
    padding-right: 60px;
    background-image: url("../img/bg-important-5.jpg");
    background-position: center 0
}

.text-quote {
    padding: 20px 50px 25px;
    margin: 25px 0;
    background: url("../img/bg-green.jpg") no-repeat center center;
    border-radius: 40px;
    font-style: italic;
    line-height: 1.3em
}

.text-quote>*:last-child,
.text-important>*:last-child {
    margin-bottom: 0
}

.text-content__inner>*:first-child {
    padding: 0
}

.pagination,
.pagination li {
    margin: 0;
    padding: 0;
    list-style: none
}

.pagination {
    display: block;
    text-align: center;
    padding: 0 0 30px;
    background: url("../img/pages.png") no-repeat center 41px
}

.pagination li {
    display: inline-block;
    position: relative;
    margin: 0 2px;
    height: 43px;
    line-height: 21px;
    vertical-align: middle
}

.pagination li>span {
    display: block;
    min-width: 23px
}

.pagination li:not(.disabled) span {
    cursor: pointer
}

.pagination li a {
    display: block;
    min-width: 23px;
    color: #474850;
    text-decoration: none
}

.pagination li a:hover,
.pagination li:not(.prev):not(.next) span:hover,
.pagination li.active span,
.pagination li.active a {
    color: #d0c696
}

.pagination li.active:before {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    margin: auto;
    bottom: 0;
    height: 18px;
    width: 23px;
    background: url("../img/active.png") no-repeat 0 0
}

.pagination li.disabled .icon--arr-left {
    background-position: -176px -113px
}

.pagination li.disabled .icon--arr-right {
    background-position: -154px -113px
}

h2+.content-text {
    padding-top: 0
}

.slider-wrap {
    position: relative
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%
}

.slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 20000em;
    overflow: hidden;
    left: 0
}

.slider ul li {
    float: left;
    margin: 0
}

.slider-next,
.slider-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11
}

.slider-prev {
    left: 9px
}

.slider-next {
    right: 9px
}

.slider-index {
    height: 194px;
    overflow: hidden
}

.slider-index:before,
.slider-index:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 50px
}

.slider-index:before {
    left: 0;
    background-image: linear-gradient(to right, #1a0d0d 10%, transparent)
}

.slider-index:after {
    right: 0;
    background-image: linear-gradient(to left, #1a0d0d 10%, transparent)
}

.slider-index .slider {
    position: absolute;
    top: 0;
    left: -54px;
    width: 420px
}

.slider-index .slider li {
    padding: 20px 0 0;
    position: relative;
    text-align: center;
    width: 140px
}

.slider-index .icon-wrap {
    bottom: 10px
}

.slider-index .slider-prev {
    left: 64px
}

.slider-index .slider-next {
    right: 64px
}

.slider-index img {
    opacity: .6;
    transition: opacity .3s
}

.slider-index li.active img {
    opacity: 1
}

.slider-guild-name {
    opacity: 0;
    width: 240px;
    margin-left: -50px;
    color: #b35748;
    padding: 20px 0 0
}

li.active .slider-guild-name {
    opacity: 1;
    transition: opacity .3s ease-out .3s
}

.slider-padding {
    box-sizing: content-box;
    padding: 0 50px;
    width: auto
}

table,
tr,
td,
th {
    margin: 0;
    padding: 0;
    border: 0
}

table {
    width: 100%
}

td,
th {
    padding: 10px 12px
}

.table--left td {
    text-align: left
}

th {
    background: #111111;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left
}

tr:nth-child(2n+1) td {
    background: #111111
}

.table--no-header tr:nth-child(2n) td {
    background: #111111
}

.table--no-header tr:nth-child(2n+1) td {
    background: none
}

table.table-lite td,
table.table-lite th {
    background: none
}

table.table-lite th {
    vertical-align: top
}

table.table-lite tr td {
    border-top: 1px solid #231c1f
}

.content-text h3,
.content-text h4 {
    color: #d0c696
}

.user-block {
    margin: 0 0 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    height: 150px
}

.user-block--0 {
    background-image: url("../img/block0.png")
}

.user-block--1 {
    background-image: url("../img/block1.png")
}

.user-block--2 {
    background-image: url("../img/block2.png")
}

.user-block--3 {
    background-image: url("../img/block3.png")
}

.user-block--4 {
    background-image: url("../img/block4.png")
}

.user-block--5 {
    background-image: url("../img/block5-blue.png")
}

.user-block--5-done {
    background-image: url("../img/block5-yellow.png");
    padding: 0 35px
}

.user-block--6 {
    background-image: url("../img/block6.png")
}

.user-block--7 {
    background-image: url("../img/block7.jpeg");
    margin-top: -14px
}

.user-block--4+.user-block--4 {
    margin-top: -15px;
    background-position: center -165px
}

.user-block .btn+.btn {
    margin-left: 125px
}

.user-block .btn {
    width: 300px
}

.user-block--0 .btn,
.user-block--4+.user-block--4 .btn,
.user-block--2 .btn,
.user-block--3 .btn,
.user-block--5 .btn,
.user-block--6 .btn,
.user-block--7 .btn {
    width: 450px
}

.goha {
    height: 150px
}

.goha-avatar {
    width: 100px;
    height: 100px;
    overflow: hidden
}

.goha-avatar img {
    width: 100px
}

.goha+.btn {
    font-size: 22px
}

.goha-info {
    padding: 0 16px;
    color: #fff;
    width: 340px
}

.goha-info__title {
    margin: 0 0 15px
}

.goha-info__name {
    margin: 0 0 5px
}

.user-table {
    margin: 0 0 30px
}

.payment-header {
    margin: 0 0 30px
}

.payment-ballance {
    margin: 0 15px 0 0
}

.ballance {
    font-size: 30px;
    padding: 0 5px
}

.rotate {
    animation: rotate 2s infinite linear
}

.rotate .b-link {
    display: none
}

.item-line+.item-line {
    border-top: 1px solid #3d3434
}

.item-line__name {
    padding: 0 10px
}

.item-line__btn {
    padding: 5px 10px
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(350deg)
    }
}

.logout {
    color: #716e7e;
    text-decoration: none;
}

.signature {
	margin: 10px auto;
	padding: 10px 0;
	width: 100%;
}

.signature p{
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.85em;
	color: #AAAAAA;
    padding: 0 0 0.4rem;
}

.signature .much-heart{
	display: inline-block;
	position: relative;
	margin: 0 4px;
	height: 10px;
	width: 10px;
	background: #AC1D3F;
	border-radius: 4px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.signature .much-heart::before, 
.signature .much-heart::after {
	  display: block;
  content: '';
  position: absolute;
  margin: auto;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #AC1D3F;
  top: -4px;
}

.signature .much-heart::after {
	bottom: 0;
	top: auto;
	left: -4px;
}

.signature a {
	color: #AAAAAA;
	text-decoration: none;
	font-weight: bold;
}

table, th {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.main-character {
    /* color: #f44336; 
    font-family: 'Fredericka the Great', cursive; 
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 3px;
    margin-top: 0.5rem !important;
    border: dashed #f44336 1px;
    border-radius: 3px; */

    color: #f44336;
    font-family: 'Fredericka the Great', cursive;
    font-size: 0.6rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 0.5rem !important;
    border: dashed #f44336 1px;
    border-radius: 3px;
}

.slot {
    font-family: 'Nabla', cursive; font-size: 1.5rem;
}

.sp {
    color: #e99a1e;
    font-family: 'Fredericka the Great' ;
    font-size: 1.25rem;
}


.menu-right--lite2 .menu-right__item+.menu-right__item {
    border: 0
}

.menu-right--lite2 {
    background: none;
    padding: 30px 0;
    position: relative
}

.menu-right--lite2:before,
.menu-right--lite2:after {
    content: '';
    position: absolute;
    height: 41px;
    width: 337px;
    left: -15px;
    right: -15px;
    background: url("../img/border.png") no-repeat center 0;
}

.menu-right--lite2:before {
    top: -10px;
    transform: scale(0.92);
}

.menu-right--lite2:after {
    bottom: -10px;
    transform: scale(0.92);
}


.store_item {
    width: 85%;
    margin: auto;
}

.shop_item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: #9e9e9e;
    border-bottom-style: dotted;
    border-bottom-width: 2px;

    border-top: #9e9e9e;
    border-top-style: dotted;
    border-top-width: 2px;

    margin-bottom: 1rem;
}

.drop_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.shop_item_info {
    display: flex; 
    align-items: center;
}

.item_icon_bg {
    background: url(../img/icon_bg.png);
    background-repeat: no-repeat;
    background-size: 60px 62px;
    width: 60px;
    height: 62px;
    position: relative;
}

.item_icon_bg .item_icon {            
    width: 41px;
    position: absolute;
    top: 10.75px;
    left: 9px;
    border-radius: 6px;
}

.shop_item_info .item_name {
    margin-left: 0.75rem; 
    font-size: 0.8rem; 
    font-family: 'HelveticaCond';
    color: honeydew;
}

.shop_item_info .item_name:hover {
    text-decoration: underline;
}

.question {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 11px;
    font-family: Gotham,sans-serif;
    border-radius: 50%;
    background-color: hsla(0,0%,100%,.2);
    color: #fff;
    transition: all .5s;
    margin-left: 7px;
}

.question:hover {
    background-color: #fff;
    color: #000;
}

.fa-circle-minus:hover {
    color: #f44336;
}

.fa-circle-plus:hover {
    color: #4caf50;
}

.fa-circle-plus, .fa-circle-minus {
    transition: all 0.5s;
    cursor: pointer;
}

.additional-shop-section {
    width: 100%;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
}

.additional-shop-section img {
    height: 200px;
}

.shop-control-buttons {
    display: flex;
    align-items: center;
}

.shop-control-buttons input {
    width: 75px;
    text-align: center;
    margin: 0 7px;
    height: 40px;
    color: honeydew ;
    font-family: "HelveticaCond";
    font-size: 0.9rem;
}

.shop-control-buttons button {
    padding: 8px 20px;
    min-width: unset;
    margin: 0 0.5rem 0 2rem;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fredericka the Great', cursive;
}

.shop-control-buttons button span {
    font-size: 18px;
}

.shop-control-buttons button img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.menu{
    border-bottom: 3px solid #d6991f;
    height:30px;
    list-style-type: none !important;
}

.menu .leaf{
    padding: 6px;
    float: left;
    margin-left:10px;
    list-style-type: none !important;
    background: #291f13;
}

/* line 7, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons .footer-button {
background-color: #76ade4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #76ade4), color-stop(100%, #4b95f5));
background-image: -webkit-linear-gradient(#76ade4, #4b95f5);
background-image: -moz-linear-gradient(#76ade4, #4b95f5);
background-image: -o-linear-gradient(#76ade4, #4b95f5);
background-image: linear-gradient(#76ade4, #4b95f5);
color: white;
font-size: 1em;
font-weight: bold;
text-align: center;
font-family: Tahoma, Geneva;
text-shadow: 0 0.083em 0 #829dff;
text-decoration: none;
-webkit-border-radius: 0.583em 0.333em;
-moz-border-radius: 0.583em / 0.333em;
border-radius: 0.583em / 0.333em;
border: solid 1px #164f0e;
padding: 0.500em 0.417em;
margin: 0;
outline: 0;
vertical-align: baseline;
cursor: pointer;
}

/* line 30, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons .footer-button:hover {
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4b95f5), color-stop(100%, #76ade4));
background-image: -webkit-linear-gradient(#4b95f5, #76ade4);
background-image: -moz-linear-gradient(#4b95f5, #76ade4);
background-image: -o-linear-gradient(#4b95f5, #76ade4);
background-image: linear-gradient(#4b95f5, #76ade4);
}

/* line 34, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons #dialog_footer_buttons #contentSubmit {
text-align: center;
}

/* line 38, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons #buttons-container {
padding-top: 0.6em;
margin: 0.833em auto 0 auto;
display: inline-block;
width: 100%;
text-align: center;
}

/* line 45, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons #buttons-container .left-grouping {
float: left;
margin-left: 0.833em;
}

/* line 49, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons #buttons-container .right-grouping {
float: right;
margin-right: 0.833em;
}

/**
* Style is overwritten at times from other places. The last selector in this sheet is more specific than
* the first and it fixes this. This currently only works nicely for the tieredspender dialog box.
* TODO: refactor work everywhere. AG.css overwrites way too much stuff
*/
/* line 13, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_satisfying_button.scss */
.satisfying_button {
background-color: green;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #008000), color-stop(100%, #00d000));
background-image: -webkit-linear-gradient(#008000, #00d000);
background-image: -moz-linear-gradient(#008000, #00d000);
background-image: -o-linear-gradient(#008000, #00d000);
background-image: linear-gradient(#008000, #00d000);
color: white;
font-size: 1.167em;
font-weight: bold;
text-align: center;
font-family: Tahoma, Geneva;
text-shadow: 0 0.083em 0 black;
text-decoration: none;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
border: solid 0.08em #164f0e;
padding: 0.5em 1.5em;
outline: 0;
vertical-align: baseline;
cursor: pointer;
}

/* line 35, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_satisfying_button.scss */
.satisfying_button:hover {
background-color: green;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00d000), color-stop(100%, #008000));
background-image: -webkit-linear-gradient(#00d000, #008000);
background-image: -moz-linear-gradient(#00d000, #008000);
background-image: -o-linear-gradient(#00d000, #008000);
background-image: linear-gradient(#00d000, #008000);
}

/* line 40, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_satisfying_button.scss */
#redeem_dialog_button.satisfying_button {
color: white;
text-shadow: 0.083em 0.083em 0.083em black;
font-size: 1.8em;
display: block;
font-family: Helvetica, Arial;
width: 65%;
margin: 10px auto -40px auto;
text-transform: uppercase;
}

/* line 1, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content {
padding: 5px 8px;
width: auto;
font-size: 12px;
/*setting the base*/
}

/* line 6, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content em {
color: black;
}

/* line 10, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content #redeemdialog-featured-items {
text-align: center;
}

/* line 13, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content #redeemdialog-featured-items li {
display: inline;
padding-left: 0.417em;
}

/* line 19, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content .redeem_dialog_reward_thumbnail {
float: left;
margin: 0 0.417em 0.417em 0;
height: 2.083em;
width: auto;
}

/* line 26, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content h1 {
font-size: 1.250em;
margin-bottom: 0.833em;
font-weight: bold;
color: #333;
}

/* line 33, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content #reward_name {
margin-top: 1.250em;
font-size: 1.250em;
}

/* line 38, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content #offer_header {
margin-top: 0.833em;
}

/* line 42, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content .featured-item-images {
width: 4.35em;
height: auto;
}

/* line 47, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content .featured-item-link:link {
border: none;
text-decoration: none;
}

/* line 52, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content .featured-item-link:hover {
border: none;
text-decoration: none;
}

/* line 57, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content .centered-subtitle {
text-align: center;
font-size: 11px;
}

/* line 50, common/*.png */
.common-sprite, .ap_logo.size20-inline, .ap_logo.size32 {
background: url('/themes/main/images/common-sa139223129.png') no-repeat;
}

/* line 3, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../logos/_icons.scss */
.ap_logo.size20-inline {
display: inline-block;
width: 20px;
height: 20px;
vertical-align: bottom;
margin-bottom: -2px;
background-position: 0 -32px;
}

/**
* Not currently used...
*/
/* line 15, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../logos/_icons.scss */
.ap_logo.size32 {
display: inline-block;
width: 32px;
height: 32px;
background-position: 0 0;
}

/* line 3, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../tooltips/_rounded_black.scss */
.tip-wrap {
z-index: 999999999999999;
background: black;
color: white;
padding: .6em;
font-size: .9em;
font-family: Helvetica, Arial;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
}

/* CSS Document */
.body .content {
margin: 0;
}

.inline_block {
display: inline-block;
zoom: 1;
*display: inline
}

select.error, input.error {
border: 1px solid red !important
}

#form_wrapper, #form_tiered_spender_display, #form_tiered_spender_display > div {
float: left;
width: 100%;
position: relative
}

#form_wrapper {
min-width: 700px;
width: 100%;
*width: 700px /*IE6 & IE7 hacks*/;
}

#form_tiered_spender_display a, #form_tiered_spender_display a span, #form_tiered_spender_display a:hover,
#form_tiered_spender_display a:hover span, #form_tiered_spender_display a:hover b, #form_tiered_spender_display a.tier_wrapper b.tier_num,
#form_tiered_spender_display a.tier_wrapper b.tier_name {
color: #eee;
}

#form_tiered_spender_display input::-moz-focus-inner {
border: 0
}

#tiered_spender_wrapper {
background: #222;
float: left;
width: 100%; /*width:640px;*/
padding: 0;
border: none;
margin: 5px 0 10px 0;
}

#tiered_spender_wrapper #ts_current_ap img {
border: medium none;
display: inline;
max-width: none
}

#tiered_spender_wrapper #ts_time_left div {
float: right
}

/*PROGRESS BAR CSS*/
#progress_bar {
width: 679px;
height: 15px;
margin: 0;
padding: 0;
vertical-align: middle;
border: solid 1px #aaa
}

#spend_level, #redeem_level, #unlock_level {
background: url('../img/tieredspender/tieredspender.png') 0 -40px;
width: 0; /*THIS WILL BE THE LEVEL OF THE BAR*/
_background: url('../img/tieredspender/spent_bar.png') -480px 1px;
}

#unlock_level {
background-position: 0 -20px;
_background: url('../img/tieredspender/unlocked_bar.png') -480px 1px;
}

#redeem_level {
background-position: 0 0;
_background: url('../img/tieredspender/redeemed_bar.png') -480px 1px;
}

#title_table {
border: 0;
margin: 0;
width: 100%;
padding: 0;
}

#title_table .borderless_col {
padding: 0 0 0 10px;
margin: 0;
border: 0 none;
vertical-align: middle;
}

#title_table b {
color: white;
}

#title_table div {
color: #999; /*float:left;*/
text-align: center;
width: auto;
}

h2.campaign_title {
padding: 0;
margin: 0 0 0 10px;
color: white;
word-wrap: break-word;
max-width: 640px;
}

img.tier_logo {
width: 270px;
max-width: 270px;
padding: 0;
margin: 0;
border: none;
max-height: 38px;
height: 38px;
display: block;
}

img.tier_logo.fr {
width: 400px;
max-width: 400px;
}

/* tabs structure*/
div.tab_container, div.content_container, ul.tier_tabs, ul.tier_tabs li, ul.tier_tabs li a.tier_wrapper, ul.tier_tabs_content {
float: left;
}

div.tab_container {
width: 100%;
padding: 10px 0 0;
text-align: center;
position: relative;
}

div.content_container { /*width:637px;*/
width: 100%;
border: 1px solid #888;
height: auto;
margin: -1px 0 0;
display: block;
float: left;
}

div.content_container strong {
font-weight: bold;
}

.tier {
color: #fff;
margin: 0 1px 0 0;
font: bold 13px/15px Arial;
text-align: right
}

.tier.unlocked {
color: #76CC3D
}

.tier.redeemed {
color: #FF7F00
}

.vbar {
padding: 0;
height: 15px;
border-right: solid 1px #aaa;
text-align: right
}

.divider_wrap {
margin: -15px 0 0 0;
position: relative;
top: -1px;
}

#form_tiered_spender_display ul.tier_tabs li:hover, #form_tiered_spender_display ul.tier_tabs li a, #form_tiered_spender_display ul.tier_tabs li a:hover,
#form_tiered_spender_display a.rewards_submit:hover {
text-decoration: none !important;
cursor: pointer;
}

#form_tiered_spender_display ul.tier_tabs {
list-style-type: none;
margin: 0;
padding: 0;
border: none;
}

#form_tiered_spender_display ul.tier_tabs li {
float: left;
display: inline;
margin: 5px 5px 0 0;
padding: 0;
background: black;
border: solid 1px gray;
height: 50px;
list-style: none;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#form_tiered_spender_display ul.tier_tabs li a.tier_wrapper {
padding: 1px 0 2px 0;
border: solid 1px gray;
border-bottom: 0 none;
text-align: left;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
background-image: -moz-linear-gradient(100% 100% 90deg, #3a3a3a, #161616);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#3a3a3a));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#161616, endColorstr=#3a3a3a);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#161616, endColorstr=#3a3a3a)";
height: auto;
opacity: 1.0;
filter: alpha(opacity=100);
}

#form_tiered_spender_display ul.tier_tabs li a.redeemed, #form_tiered_spender_display ul.tier_tabs_content li.redeemed {
border-color: #f24d0d;
}

#form_tiered_spender_display ul.tier_tabs li a.unlocked, #form_tiered_spender_display ul.tier_tabs_content li.unlocked {
border-color: #27740c;
}

#form_tiered_spender_display ul.tier_tabs li a.spent, #form_tiered_spender_display ul.tier_tabs_content li.spent {
border-color: #565fc4;
}

#form_tiered_spender_display ul.tier_tabs li.current {
border-bottom: 0 none;
height: 55px;
margin-top: 1px;
}

span.tier_lock {
display: none;
font: bold 9px/9px Arial;
color: #eee;
padding: 0 15px 2px 0;
background: url('../img/tieredspender/tieredspender.png') no-repeat right -83px;
_background: url('../img/tieredspender/tieredspender-ie6.png') no-repeat right -21px;
}

b.tier_num {
display: block;
font: bold 12px/12px Arial;
padding: 0 0 2px;
}

b.tier_name {
display: none;
font: bold 9px/9px Arial;
}

#form_tiered_spender_display ul.tier_tabs li span.tier_img {
float: left;
margin: 0;
padding: 0;
}

#form_tiered_spender_display span.tier_img img {
float: left;
max-height: 30px;
max-width: 35px;
min-width: 20px;
width: 35px;
border: 1px solid #aaa;
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_img img {
height: auto;
width: auto;
max-width: 45px;
max-height: 45px;
}

span.tier_img span.img_lock {
display: block;
width: 10px;
height: 12px;
float: left;
margin: 20px 0 0;
background: url('../img/tieredspender/tieredspender.png') no-repeat right -80px;
_background: url('../img/tieredspender/tieredspender-ie6.png') no-repeat right -19px;
}

#form_tiered_spender_display ul.tier_tabs li span.tier_tab b.unlocked {
color: #76CC3D;
}

#form_tiered_spender_display ul.tier_tabs li span.tier_tab b.redeemed {
color: #FF7F00;
}

#form_tiered_spender_display ul.tier_tabs li span.tier_tab b.spent {
color: #448dff;
}

#form_tiered_spender_display ul.tier_tabs li.current a.tier_wrapper {
height: 100%;
padding: 0 4px;
background-image: -moz-linear-gradient(100% 80% 90deg, #111, #3a3a3a);
background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#3a3a3a), to(#111));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#3a3a3a, endColorstr=#111);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#3a3a3a, endColorstr=#111)";
}

#form_tiered_spender_display ul.tier_tabs li.current a.redeemed {
background-image: -moz-linear-gradient(100% 95% 90deg, #111, #f24d0d);
background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(#f24d0d), to(#111));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#f24d0d, endColorstr=#111111);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#f24d0d,endColorstr=#111111)";
}

#form_tiered_spender_display ul.tier_tabs li.current a.unlocked {
background-image: -moz-linear-gradient(100% 95% 90deg, #111, #27740c);
background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(#27740c), to(#111));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#27740c, endColorstr=#111111);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#27740c,endColorstr=#111111)";
}

#form_tiered_spender_display ul.tier_tabs li.current a.spent {
background-image: -moz-linear-gradient(100% 95% 90deg, #111111, #565fc4);
background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(#565fc4), to(#111111));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#565fc4, endColorstr=#111111);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#565fc4,endColorstr=#111111)";
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_img {
margin: 0 10px 0 0;
padding: 3px 0 0;
max-height: 45px;
max-width: 45px
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_img span.img_lock {
display: none;
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_tab {
float: left;
padding: 3px 0 0;
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_tab span.tier_lock {
display: block;
word-wrap: break-word;
text-align: right;
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_tab b.tier_num {
color: white;
font: bold 14px/12px Arial;
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_tab b.tier_name {
display: block;
word-wrap: break-word;
}

span.tier_tab span.unlocked, span.tier_tab span.redeemed, span.tier_img span.unlocked, span.tier_img span.redeemed {
background-position: right -61px;
_background-position: right 0;
}

#form_tiered_spender_display ul.tier_tabs_content {
margin: 0 0 20px;
padding: 0; /*width:640px;*/
width: 100%;
}

#form_tiered_spender_display ul.tier_tabs_content > li {
color: #bbb;
display: none;
/* border: 1px solid gray; /*padding:5px;*/
height: auto;
margin: 0;
padding: 0;
text-align: left; /*width:625px;*/
word-wrap: break-word;
display: none;
}

#form_tiered_spender_display ul.tier_tabs_content li.current {
display: block;
height: auto;
background: none;
}

#form_tiered_spender_display ul.tier_tabs_content li .tier_description {
padding: 0;
margin: 5px;
}

#form_tiered_spender_display ul.tier_tabs_content li .tier_description * {
word-wrap: break-word;
}

#form_tiered_spender_display ul.tier_tabs_content li .tier_description li {
margin-left: 14px;
}

#ts_current_spending {
padding-top: 6px;
float: left;
}

div.margin10LR {
margin: 0 10px;
}

div.margin10L {
margin: 0 0 0 10px;
_margin: 0 0 0 5px;
}

/* REDEEM BUTTON */
#form_tiered_spender_display a.rewards_submit,
#form_tiered_spender_display a.rewards_submit #btn_redeem {
float: left;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}

#form_tiered_spender_display a.rewards_submit {
margin: 0 -35px 5px 10px;
padding: 1px;
text-align: center;
color: white;
background: #005611;
text-decoration: none;
float: right;
top: 50%;
right: 10px;
position: absolute;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
background-image: -moz-linear-gradient(100% 80% 90deg, #005611, #00bc11);
background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#00bc11), to(#005611));
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#00bc11, endColorstr=#005611);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#00bc11,endColorstr=#005611)";
}

#form_tiered_spender_display a.rewards_submit #btn_redeem {
border: none;
padding: 0;
margin: 0;
color: white !important;
text-shadow: 0 1px 1px #222;
font: bold 22px/50px Arial;
float: left;
height: 50px;
width: 140px;
background: #005611;
background: -moz-linear-gradient(100% 80% 90deg, #005611, #00dd11);
background: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#00dd11), to(#005611));
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#00dd11, endColorstr=#005611);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#00dd11,endColorstr=#005611)";
}

#form_tiered_spender_display a.rewards_submit:hover #btn_redeem {
background: #005611;
background: -moz-linear-gradient(100% 120% 90deg, #00dd11, #005611);
background: -webkit-gradient(linear, 0% 0%, 0% 120%, from(#005611), to(#00dd11));
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#005611, endColorstr=#00dd11);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#005611,endColorstr=#00dd11)";
}

/* DISABLED REDEEM BUTTON */
#form_tiered_spender_display a.disabled, #form_tiered_spender_display a.disabled #btn_redeem, #form_tiered_spender_display a.disabled:hover #btn_redeem {
background: #222;
cursor: not-allowed;
border: none;
}

#form_tiered_spender_display a.disabled #btn_redeem, #form_tiered_spender_display a.disabled:hover #btn_redeem {
background-image: -moz-linear-gradient(100% 100% 90deg, #222, #aaa);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaa), to(#222));
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#aaaaaa, endColorstr=#222222);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#aaaaaa,endColorstr=#222222)";
}

div.legend_container b.legend {
float: left;
margin: 0 5px 0 0;
font: bold 11px/16px Arial;
color: white;
}

div.legend_container b.redeemed, div.legend_container b.unlocked, div.legend_container b.progress {
margin: 0 5px 0 10px;
float: left;
width: 15px;
height: 15px;
background: url('../img/tieredspender/tieredspender.png') no-repeat 0 -1px;
border: solid 1px gray;
}

a#help_btn, a#help_btn:hover {
float: left;
text-decoration: none !important;
text-shadow: 0 1px 1px #222;
padding: 0 10px;
color: white !important;
font: bold 12px/18px Arial;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background: #005611;
background-image: -moz-linear-gradient(100% 80% 90deg, #005611, #00dd11);
background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#00dd11), to(#005611));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#00dd11, endColorstr=#005611);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#00dd11,endColorstr=#005611)";
}

a#help_btn:hover {
background-image: -moz-linear-gradient(100% 120% 90deg, #00dd11, #005611);
background-image: -webkit-gradient(linear, 0% 0%, 0% 120%, from(#005611), to(#00dd11));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#005611, endColorstr=#00dd11);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#005611,endColorstr=#00dd11)";
}

div.legend_container b.unlocked {
background-position: 0 -21px;
}

div.legend_container b.progress {
background-position: 0 -41px;
}

/*#tracker_container, #campaign_description, #rewards, div.element_container{float:left;}*/
#tracker_container {
background-color: #111;
width: 100%;
margin: 0;
}

/* DESCRIPTION */
#campaign_description {
margin: 15px 0 15px 0;
border: none;
padding: 0;
width: 100%;
}

div.description_title, div.rewards_title {
color: white;
font: bold 16px Arial;
margin: 0 0 0 10px;
padding: 0;
}

#campaign_description .description_title {
text-shadow: 1px 1px 2px #111;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=215, strength=3);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=215,strength=3)";
/*filter:progid:DXImageTransform.Microsoft.dropshadow(OffY=1px, OffX=1px, color=#111, positive=TRUE);*/
}

p.description_body {
padding: 0;
margin: 0 10px 0 20px;
word-wrap: break-word;
color: #bbb;
}

#rewards {
width: 100%;
background: #111;
border: none;
padding: 0;
margin: 0;
}

div.rewards_title {
margin: 0 20px 0 0;
padding: 0;
text-align: center;
height: 35px;
background: black;
line-height: 35px;
float: left;
width: 100%;
display: block;
}

div.legend_container {
background-color: black;
padding: 2px 0 20px 0;
width: 100%; /*width:640px;*/
}

#tieredspender_help {
display: none;
}

/* GAME PAGE */
.grid_13 .block-story, .grid_13 .block-body, .block-story .block-content, .block-story .block-foot {
overflow: hidden;
}

.block-story .block-foot {
width: 100%;
}

/*REDEEM INFO,MSG INFO*/
#tieredspender_redeem_info, #tieredspender_msg_info { /*width:100%;height:100%;position:absolute;left:0;top:0;*/
position: relative;
z-index: 99999 /*;color:#222*/
}

#tieredspender_redeem_info .redeem_body, #tieredspender_msg_info .msg_body { /*width:70%;*/
margin: 0 auto 0;
top: 0;
position: relative;
text-align: center
}

#tieredspender_redeem_info .wrapper_info, #tieredspender_msg_info .wrapper_info { /*background:white;*/
padding: 10px 5px;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px /*;max-height:600px;overflow:auto*/
}

#tieredspender_redeem_info .redeem_body input, #tieredspender_msg_info .msg_body input {
padding: 5px 10px;
margin: 0;
background: none;
border: none;
font-weight: bold
}

#tieredspender_redeem_info .wrapper_btns, #tieredspender_msg_info .wrapper_btns {
margin: 0 0 5px 0
}

#tieredspender_redeem_info .wrapper_btn, #tieredspender_msg_info .wrapper_btn, #tieredspender_redeem_info .wrapper_btn:hover, #tieredspender_msg_info .wrapper_btn:hover {
display: inline-block;
zoom: 1;
margin: 0 0 0 5px;
background: white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-align: center;
text-decoration: none;
cursor: pointer;
outline: none;
border: 1px solid #555;
box-shadow: 2px 2px 3px #555;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#555, direction=215, strength=3)
}

.wrapper_errors {
color: red;
font: bold 14px Arial;
padding: 5px;
word-wrap: break-word
}

.wrapper_tier {
text-align: left;
margin: 0 0 20px 0;
padding: 5px;
background: #666;
background: rgba(55, 55, 55, 0.25);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.wrapper_tier.error {
border: 1px solid red
}

.wrapper_choice {
display: block;
margin: 0;
padding: 10px 0 0 10px
}

.wrapper_choice > * {
vertical-align: top
}

.wrapper_tier > .tier_title {
padding: 0 30px 0 0;
position: relative
}

.wrapper_tier > .tier_title > b {
line-height: 24px;
font-size: 15px
}

.wrapper_tier > .tier_title > div.expand_btn {
position: absolute;
right: 0;
top: 50%;
margin: -12px 0 0;
display: block;
width: 30px;
height: 24px;
text-align: center;
font: bold 20px/24px Arial;
color: white;
cursor: pointer;
background-image: -moz-linear-gradient(100% 50% 90deg, #333, #ccc);
background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#ccc), to(#333));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#cccccc, endColorstr=#333333);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px
}

.wrapper_tier > .tier_title > div.expand_btn:hover {
background-image: -moz-linear-gradient(100% 100% 90deg, #ccc, #333);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#ccc));
filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#333333, endColorstr=#cccccc)
}

#tieredspender_redeem_info .wrapper_tier .wrapper_choice > input, .wrapper_choice > img {
padding: 0;
margin: 0 5px 0 0;
display: inline
}

.wrapper_choice > img {
max-width: 200px;
height: auto
}

.wrapper_btn input {
cursor: pointer;
outline: none
}

.choice_qty {
color: #404040;
}

/*SPINNER*/
.wrapper_spinner {
display: none;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 9999999
}

.wrapper_spinner .transparent, #tieredspender_redeem_info .transparent, #tieredspender_msg_info .transparent {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #555;
opacity: 0.3;
filter: alpha(opacity=30); /*IE*/
-moz-opacity: 0.3; /*Netscape*/
-khtml-opacity: 0.3 /*old safari 1.x*/
}

.wrapper_spinner .spinner {
width: 100%;
margin: -15px auto 0;
top: 50%;
position: absolute;
height: 30px;
text-align: center
}

.wrapper_spinner .spinner > img {
border: none;
height: 30px;
padding: 0;
margin: 0;
display: inline
}

/*TOOLTIP*/
.tooltip {
color: #ddd;
position: absolute;
min-width: 150px;
_width: 150px; /*max-width:400px;*/
word-wrap: break-word;
border: 1px solid black;
padding: 2px;
background: #333;
background: rgba(50, 50, 50, .9);
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
box-shadow: 1px 1px 5px #222;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px
}

/*WORLD CHAR SELECT*/
input.char {
background: none repeat scroll 0 0 white !important;
border-radius: 5px;
}

.wrapper_input {
margin: 6px 0 14px !important;
}

/*HELP POPOUT */
#sbox-gradient {
background-color: #000
}

.tier_table_header {
width: 0;
float: left;
margin-left: -10px !important;
}


.primary-a {
display: block;
float: none;
text-align: center
}

#menu-tree {
width: 100%
}






#backgroundmsb {
float: left;
margin: 10px 0 5px 0;
/* background: url(../../images/SY_itembg.png) repeat top !important; */
width: 700px;
}

#imageiconee {
width: 42px;
height: 42px;
margin-left: 10px;
float: left;
margin-top: 8px;
}

#imageiconeeless img {
width: 80px;
height: 80px;
float: left;
border-width: 7px;
border-style: double;
border-color: #000000;
}

#headeree {
width: 400px;
font: bold 20px Tahoma;
color: #ffde00;
margin-top: 10px;
margin-left: 15px;
float: inherit;
}

#detailee {
width: 410px;
float: inherit;
font: normal 13px tahoma;
color: #ffffff;
margin: 5px 0 10px 15px;
}

#iconsb {
width: 630px;
position: relative;
float: inherit;
border-radius: 7px;
border: 1px solid #ffffff00;
margin: 5px auto 0 22px;
padding: 10px;
-moz-box-shadow: inset 0 0 30px #ffbb0000;
-webkit-box-shadow: inset 0 0 30px #ffbb0000;
box-shadow: inset 0 0 30px #ffbb0000;
}



#headerimg {
width: 525px;
border-radius: 0 !Important;
background-repeat: no-repeat;
background-size: contain;
margin-top: -35px;
}

#titlesy {
width: 525px;
font-weight: bold;
color: #E8A62B;
font-size: 50px;
line-height: 45px;
text-align: center;
margin-top: -10px;
text-transform: uppercase;
}

#introsy {
width: 525px;
color: #fff4d8;
font-size: 22px;
line-height: 26px;
margin: 20px 0 20px 0;
text-align: center;
}

#subtitlesy {
width: 525px;
font-weight: bold;
color: #b23f1d;
font-size: 30px;
line-height: 35px;
text-align: center;
font-style: italic;
margin: 30px 0 30px 0;
}

#dividersy {
width: 525px;
height: 50px;
}

#footersy {
margin-top: 20px;
display: inline-block;
height: 219px;
width: 525px;
border-radius: 0 !Important;
background-repeat: no-repeat;
background-size: contain;
}

#itemsy {
border: 1px solid #4c4141;
width: 525px;
overflow: hidden;
min-height: 50px;
margin-bottom: 10px;
}

#descsy {
font-size: 24px;
line-height: 28px;
padding: 10px 10px 10px 60px;
font-weight: bold;
}

#iconsy {
width: 40px;
float: left;
padding: 10px;
}

#infoitemsy {
color: #fff4d8;
font-size: 14px !Important;
font-weight: normal;
line-height: 20px;
}

#moreinfosy {
color: #ffd797;
font-weight: normal;
font-style: italic;
}

#flagsy {
margin: -102px 0 0 225px;
position: absolute;
}

#cornerinfosy {
transform: rotate(-45deg);
background: url("../../images/SY-green-corner.png") no-repeat;
width: 190px;
height: 57px;
margin: 11px 0 0 -52px;
position: absolute;
text-align: center;
}

#ribbontextsy {
font-size: 16px;
line-height: 18px;
font-weight: bold;
width: 190px;
height: 57px;
position: absolute;
margin-top: 10px;
margin-left: -98px;
color: white;
}

#flagsy {
margin: -50px 0 0 223px;
}

#extratextsy {
color: #fff4d8;
font-size: 14px !Important;
font-weight: normal;
line-height: 20px;
width: 525px;
padding: 20px 0 40px 0;
}



.evenly {
display: flex;
justify-content: space-between;
}
.tiered-progress {
border: 1px solid gray;
}
.tiered_spender_wrapper li {
list-style-type: none !important;
}
.evenly li {
width: 100%;
height: 15px;
display: block;
position: relative;
margin: 0 !important;
padding: 0 !important;
}
.evenly span {
float: right;
}
.tiered-progress li{
border-right: 1px solid gray;
}
.tiered-progress li:last-child {
border-right: none;
}
div.redeemed {
height: 100%;
background: url(../img/tieredspender/tieredspender.png) no-repeat 0 -1px;
}
div.unlocked {
height: 100%;
background: url(../img/tieredspender/tieredspender.png) no-repeat 0 -21px;
}
div.progress {
height: 100%;
background: url(../img/tieredspender/tieredspender.png) no-repeat 0 -41px;
}

.alert {
width: 100%;
text-align: center;
min-height: 30px;
font-size: 15px;
font-weight: bold;
}
.alert-danger {
color: red;
}
.alert-success {
color: green;
}











.popup-redeem {
    display: none;
	position: absolute;
    padding: 10px 10px 10px 10px;
    z-index: 1000;
    border: 1px solid;
    background: #1a1613;
}
.right {
	float: right;
}
.white {
	color: white;
}

.table-bordered td {
	border-width: 0 1px 1px 0;
    border-style: solid;
	border-color: #592718;
}
td:first-child {
	border-width: 0 1px 1px 1px;
}

.table-bordered th {
	   padding: 10px;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    background: #FFF:
	background-image:-moz-linear-gradient(top, 100% 100% 90deg, #461705, #190e07);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#461705), to(#190e07));
    filter: Progid:DXImageTransform.Microsoft.gradient(startColorstr=#461705,endColorstr=#190e07);
}


/* line 7, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons .footer-button {
    background-color: #76ade4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #76ade4), color-stop(100%, #4b95f5));
    background-image: -webkit-linear-gradient(#76ade4, #4b95f5);
    background-image: -moz-linear-gradient(#76ade4, #4b95f5);
    background-image: -o-linear-gradient(#76ade4, #4b95f5);
    background-image: linear-gradient(#76ade4, #4b95f5);
    color: white;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    font-family: Tahoma, Geneva;
    text-shadow: 0 0.083em 0 #829dff;
    text-decoration: none;
    -webkit-border-radius: 0.583em 0.333em;
    -moz-border-radius: 0.583em / 0.333em;
    border-radius: 0.583em / 0.333em;
    border: solid 1px #164f0e;
    padding: 0.500em 0.417em;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
    cursor: pointer;
}

/* line 30, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons .footer-button:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4b95f5), color-stop(100%, #76ade4));
    background-image: -webkit-linear-gradient(#4b95f5, #76ade4);
    background-image: -moz-linear-gradient(#4b95f5, #76ade4);
    background-image: -o-linear-gradient(#4b95f5, #76ade4);
    background-image: linear-gradient(#4b95f5, #76ade4);
}

/* line 34, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons #dialog_footer_buttons #contentSubmit {
    text-align: center;
}

/* line 38, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons #buttons-container {
    padding-top: 0.6em;
    margin: 0.833em auto 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* line 45, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons #buttons-container .left-grouping {
    float: left;
    margin-left: 0.833em;
}

/* line 49, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_dialog_footer_buttons.scss */
#dialog_footer_buttons #buttons-container .right-grouping {
    float: right;
    margin-right: 0.833em;
}

/**
 * Style is overwritten at times from other places. The last selector in this sheet is more specific than
 * the first and it fixes this. This currently only works nicely for the tieredspender dialog box.
 * TODO: refactor work everywhere. AG.css overwrites way too much stuff
 */
/* line 13, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_satisfying_button.scss */
.satisfying_button {
    background-color: green;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #008000), color-stop(100%, #00d000));
    background-image: -webkit-linear-gradient(#008000, #00d000);
    background-image: -moz-linear-gradient(#008000, #00d000);
    background-image: -o-linear-gradient(#008000, #00d000);
    background-image: linear-gradient(#008000, #00d000);
    color: white;
    font-size: 1.167em;
    font-weight: bold;
    text-align: center;
    font-family: Tahoma, Geneva;
    text-shadow: 0 0.083em 0 black;
    text-decoration: none;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    border: solid 0.08em #164f0e;
    padding: 0.5em 1.5em;
    outline: 0;
    vertical-align: baseline;
    cursor: pointer;
}

/* line 35, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_satisfying_button.scss */
.satisfying_button:hover {
    background-color: green;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00d000), color-stop(100%, #008000));
    background-image: -webkit-linear-gradient(#00d000, #008000);
    background-image: -moz-linear-gradient(#00d000, #008000);
    background-image: -o-linear-gradient(#00d000, #008000);
    background-image: linear-gradient(#00d000, #008000);
}

/* line 40, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../buttons/_satisfying_button.scss */
#redeem_dialog_button.satisfying_button {
    color: white;
    text-shadow: 0.083em 0.083em 0.083em black;
    font-size: 1.8em;
    display: block;
    font-family: Helvetica, Arial;
    width: 65%;
    margin: 10px auto -40px auto;
    text-transform: uppercase;
}

/* line 1, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content {
    padding: 5px 8px;
    width: auto;
    font-size: 12px;
    /*setting the base*/
}

/* line 6, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content em {
    color: black;
}

/* line 10, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content #redeemdialog-featured-items {
    text-align: center;
}

/* line 13, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content #redeemdialog-featured-items li {
    display: inline;
    padding-left: 0.417em;
}

/* line 19, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content .redeem_dialog_reward_thumbnail {
    float: left;
    margin: 0 0.417em 0.417em 0;
    height: 2.083em;
    width: auto;
}

/* line 26, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content h1 {
    font-size: 1.250em;
    margin-bottom: 0.833em;
    font-weight: bold;
    color: #333;
}

/* line 33, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content #reward_name {
    margin-top: 1.250em;
    font-size: 1.250em;
}

/* line 38, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content #offer_header {
    margin-top: 0.833em;
}

/* line 42, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content .featured-item-images {
    width: 4.35em;
    height: auto;
}

/* line 47, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content .featured-item-link:link {
    border: none;
    text-decoration: none;
}

/* line 52, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content .featured-item-link:hover {
    border: none;
    text-decoration: none;
}

/* line 57, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../dialogs/_tiered_spender.scss */
.dialog_content .centered-subtitle {
    text-align: center;
    font-size: 11px;
}

/* line 50, common/*.png */
.common-sprite, .ap_logo.size20-inline, .ap_logo.size32 {
    background: url('/themes/main/images/common-sa139223129.png') no-repeat;
}

/* line 3, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../logos/_icons.scss */
.ap_logo.size20-inline {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-bottom: -2px;
    background-position: 0 -32px;
}

/**
 * Not currently used...
 */
/* line 15, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../logos/_icons.scss */
.ap_logo.size32 {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: 0 0;
}

/* line 3, /Users/parris/working/minorTranslationFixes/static/css/sass/pages/portal/../../tooltips/_rounded_black.scss */
.tip-wrap {
    z-index: 999999999999999;
    background: black;
    color: white;
    padding: .6em;
    font-size: .9em;
    font-family: Helvetica, Arial;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}


/* CSS Document */
.body .content {
    margin: 0;
}

.inline_block {
    display: inline-block;
    zoom: 1;
    *display: inline
}

select.error, input.error {
    border: 1px solid red !important
}

#form_wrapper, #form_tiered_spender_display, > div {
    float: left;
    width: 100%;
    position: relative
}

#form_wrapper {
    min-width: 700px;
    width: 100%;
    *width: 700px /*IE6 & IE7 hacks*/;
}

#form_tiered_spender_display a, #form_tiered_spender_display a span, #form_tiered_spender_display a:hover,
#form_tiered_spender_display a:hover span, #form_tiered_spender_display a:hover b, #form_tiered_spender_display a.tier_wrapper b.tier_num,
#form_tiered_spender_display a.tier_wrapper b.tier_name {
    color: #eee;
}

#form_tiered_spender_display input::-moz-focus-inner {
    border: 0
}

#tiered_spender_wrapper {
    background: #222;
    float: left;
    width: 100%; /*width:640px;*/
    padding: 0;
    border: none;
    margin: 5px 0 10px 0;
}

#tiered_spender_wrapper #ts_current_ap img {
    border: medium none;
    display: inline;
    max-width: none
}

#tiered_spender_wrapper #ts_time_left div {
    float: right
}

/*PROGRESS BAR CSS*/
#progress_bar {
    width: 679px;
    height: 15px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: solid 1px #aaa
}

#spend_level, #redeem_level, #unlock_level {
    background: url('../images/tieredspender/tieredspender.png') 0 -40px;
    width: 0; /*THIS WILL BE THE LEVEL OF THE BAR*/
    _background: url('../images/tieredspender/spent_bar.png') -480px 1px;
}

#unlock_level {
    background-position: 0 -20px;
    _background: url('../images/tieredspender/unlocked_bar.png') -480px 1px;
}

#redeem_level {
    background-position: 0 0;
    _background: url('../images/tieredspender/redeemed_bar.png') -480px 1px;
}

#title_table {
    border: 0;
    margin: 0;
    width: 100%;
    padding: 0;
}

#title_table .borderless_col {
    padding: 0 0 0 10px;
    margin: 0;
    border: 0 none;
    vertical-align: middle;
}

#title_table b {
    color: white;
}

#title_table div {
    color: #999; /*float:left;*/
    text-align: center;
    width: auto;
}

h2.campaign_title {
    padding: 0;
    margin: 0 0 0 10px;
    color: white;
    word-wrap: break-word;
    max-width: 640px;
}

img.tier_logo {
    width: 270px;
    max-width: 270px;
    padding: 0;
    margin: 0;
    border: none;
    max-height: 38px;
    height: 38px;
    display: block;
}

img.tier_logo.fr {
    width: 400px;
    max-width: 400px;
}

/* tabs structure*/
div.tab_container, div.content_container, ul.tier_tabs, ul.tier_tabs li, ul.tier_tabs li a.tier_wrapper, ul.tier_tabs_content {
    float: left;
}

div.tab_container {
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
    position: relative;
}

div.content_container { /*width:637px;*/
    width: 100%;
    border: 1px solid #888;
    height: auto;
    margin: -1px 0 0;
    display: block;
    float: left;
}

div.content_container strong {
    font-weight: bold;
}

.tier {
    color: #fff;
    margin: 0 1px 0 0;
    font: bold 13px/15px Arial;
    text-align: right
}

.tier.unlocked {
    color: #76CC3D
}

.tier.redeemed {
    color: #FF7F00
}

.vbar {
    padding: 0;
    height: 15px;
    border-right: solid 1px #aaa;
    text-align: right
}

.divider_wrap {
    margin: -15px 0 0 0;
    position: relative;
    top: -1px;
}

#form_tiered_spender_display ul.tier_tabs li:hover, #form_tiered_spender_display ul.tier_tabs li a, #form_tiered_spender_display ul.tier_tabs li a:hover,
a.rewards_submit:hover {
    text-decoration: none !important;
    cursor: pointer;
}

#form_tiered_spender_display ul.tier_tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
}

#form_tiered_spender_display ul.tier_tabs li {
    float: left;
    display: inline;
    margin: 5px 5px 0 0;
    padding: 0;
    background: black;
    border: solid 1px gray;
    height: 50px;
    list-style: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#form_tiered_spender_display ul.tier_tabs li a.tier_wrapper {
    padding: 1px 0 2px 0;
    border: solid 1px gray;
    border-bottom: 0 none;
    text-align: left;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-image: -moz-linear-gradient(100% 100% 90deg, #3a3a3a, #161616);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#3a3a3a));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#161616, endColorstr=#3a3a3a);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#161616, endColorstr=#3a3a3a)";
    height: auto;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#form_tiered_spender_display ul.tier_tabs li a.redeemed, #form_tiered_spender_display ul.tier_tabs_content li.redeemed {
    border-color: #f24d0d;
}

#form_tiered_spender_display ul.tier_tabs li a.unlocked, #form_tiered_spender_display ul.tier_tabs_content li.unlocked {
    border-color: #27740c;
}

#form_tiered_spender_display ul.tier_tabs li a.spent, #form_tiered_spender_display ul.tier_tabs_content li.spent {
    border-color: #565fc4;
}

#form_tiered_spender_display ul.tier_tabs li.current {
    border-bottom: 0 none;
    height: 55px;
    margin-top: 1px;
}

span.tier_lock {
    display: none;
    font: bold 9px/9px Arial;
    color: #eee;
    padding: 0 15px 2px 0;
    background: url('../images/tieredspender/tieredspender.png') no-repeat right -83px;
    _background: url('../images/tieredspender/tieredspender-ie6.png') no-repeat right -21px;
}

b.tier_num {
    display: block;
    font: bold 12px/12px Arial;
    padding: 0 0 2px;
}

b.tier_name {
    display: none;
    font: bold 9px/9px Arial;
}

#form_tiered_spender_display ul.tier_tabs li span.tier_img {
    float: left;
    margin: 0;
    padding: 0;
}

#form_tiered_spender_display span.tier_img img {
    float: left;
    max-height: 30px;
    max-width: 35px;
    min-width: 20px;
    width: 35px;
    border: 1px solid #aaa;
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_img img {
    height: auto;
    width: auto;
    max-width: 45px;
    max-height: 45px;
}

span.tier_img span.img_lock {
    display: block;
    width: 10px;
    height: 12px;
    float: left;
    margin: 20px 0 0;
    background: url('../images/tieredspender/tieredspender.png') no-repeat right -80px;
    _background: url('../images/tieredspender/tieredspender-ie6.png') no-repeat right -19px;
}

#form_tiered_spender_display ul.tier_tabs li span.tier_tab b.unlocked {
    color: #76CC3D;
}

#form_tiered_spender_display ul.tier_tabs li span.tier_tab b.redeemed {
    color: #FF7F00;
}

#form_tiered_spender_display ul.tier_tabs li span.tier_tab b.spent {
    color: #448dff;
}

#form_tiered_spender_display ul.tier_tabs li.current a.tier_wrapper {
    height: 100%;
    padding: 0 4px;
    background-image: -moz-linear-gradient(100% 80% 90deg, #111, #3a3a3a);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#3a3a3a), to(#111));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#3a3a3a, endColorstr=#111);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#3a3a3a, endColorstr=#111)";
}

#form_tiered_spender_display ul.tier_tabs li.current a.redeemed {
    background-image: -moz-linear-gradient(100% 95% 90deg, #111, #f24d0d);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(#f24d0d), to(#111));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#f24d0d, endColorstr=#111111);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#f24d0d,endColorstr=#111111)";
}

#form_tiered_spender_display ul.tier_tabs li.current a.unlocked {
    background-image: -moz-linear-gradient(100% 95% 90deg, #111, #27740c);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(#27740c), to(#111));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#27740c, endColorstr=#111111);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#27740c,endColorstr=#111111)";
}

#form_tiered_spender_display ul.tier_tabs li.current a.spent {
    background-image: -moz-linear-gradient(100% 95% 90deg, #111111, #565fc4);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(#565fc4), to(#111111));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#565fc4, endColorstr=#111111);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#565fc4,endColorstr=#111111)";
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_img {
    margin: 0 10px 0 0;
    padding: 3px 0 0;
    max-height: 45px;
    max-width: 45px
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_img span.img_lock {
    display: none;
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_tab {
    float: left;
    padding: 3px 0 0;
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_tab span.tier_lock {
    display: block;
    word-wrap: break-word;
    text-align: right;
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_tab b.tier_num {
    color: white;
    font: bold 14px/12px Arial;
}

#form_tiered_spender_display ul.tier_tabs li.current span.tier_tab b.tier_name {
    display: block;
    word-wrap: break-word;
}

span.tier_tab span.unlocked, span.tier_tab span.redeemed, span.tier_img span.unlocked, span.tier_img span.redeemed {
    background-position: right -61px;
    _background-position: right 0;
}

#form_tiered_spender_display ul.tier_tabs_content {
    margin: 0 0 20px;
    padding: 0; /*width:640px;*/
    width: 100%;
}

#form_tiered_spender_display ul.tier_tabs_content > li {
    color: #bbb;
    display: none;
    /* border: 1px solid gray; /*padding:5px;*/
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left; /*width:625px;*/
    word-wrap: break-word;
    display: none;
}

#form_tiered_spender_display ul.tier_tabs_content li.current {
    display: block;
    height: auto;
    background: none;
}

#form_tiered_spender_display ul.tier_tabs_content li .tier_description {
    padding: 0;
    margin: 5px;
}

#form_tiered_spender_display ul.tier_tabs_content li .tier_description * {
    word-wrap: break-word;
}

#form_tiered_spender_display ul.tier_tabs_content li .tier_description li {
    margin-left: 14px;
}

#ts_current_spending {
    padding-top: 6px;
    float: left;
}

div.margin10LR {
    margin: 0 10px;
}

div.margin10L {
    margin: 0 0 0 10px;
    _margin: 0 0 0 5px;
}

/* REDEEM BUTTON */
a.rewards_submit,
a.rewards_submit #btn_redeem {
    float: left;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

a.rewards_submit {
    margin: 0 5px 5px 0;
    padding: 1px;
    text-align: center;
    color: white;
    background: #005611;
    text-decoration: none;
    float: right;
    top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: -moz-linear-gradient(100% 80% 90deg, #005611, #00bc11);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#00bc11), to(#005611));
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#00bc11, endColorstr=#005611);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#00bc11,endColorstr=#005611)";
}

a.rewards_submit #btn_redeem {
    border: none;
    padding: 0;
    margin: 0;
    color: white !important;
    text-shadow: 0 1px 1px #222;
    font: bold 22px/50px Arial;
    float: left;
    height: 50px;
    width: 148px;
    background: #005611;
    background: -moz-linear-gradient(100% 80% 90deg, #005611, #00dd11);
    background: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#00dd11), to(#005611));
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#00dd11, endColorstr=#005611);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#00dd11,endColorstr=#005611)";
}

a.rewards_submit:hover #btn_redeem {
    background: #005611;
    background: -moz-linear-gradient(100% 120% 90deg, #00dd11, #005611);
    background: -webkit-gradient(linear, 0% 0%, 0% 120%, from(#005611), to(#00dd11));
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#005611, endColorstr=#00dd11);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#005611,endColorstr=#00dd11)";
}

/* DISABLED REDEEM BUTTON */
a.disabled, a.disabled #btn_redeem, a.disabled:hover #btn_redeem {
    background: #222;
    cursor: not-allowed;
    border: none;
}

a.disabled #btn_redeem, a.disabled:hover #btn_redeem {
    background-image: -moz-linear-gradient(100% 100% 90deg, #222, #aaa);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aaa), to(#222));
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#aaaaaa, endColorstr=#222222);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#aaaaaa,endColorstr=#222222)";
}

div.legend_container b.legend {
    float: left;
    margin: 0 5px 0 0;
    font: bold 11px/16px Arial;
    color: white;
}

div.legend_container b.redeemed, div.legend_container b.unlocked, div.legend_container b.progress {
    margin: 0 5px 0 10px;
    float: left;
    width: 15px;
    height: 15px;
    background: url('../images/tieredSpender/tieredspender.png') no-repeat 0 -1px;
    border: solid 1px gray;
}

a#help_btn, a#help_btn:hover {
    float: left;
    text-decoration: none !important;
    text-shadow: 0 1px 1px #222;
    padding: 0 10px;
    color: white !important;
    font: bold 12px/18px Arial;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #005611;
    background-image: -moz-linear-gradient(100% 80% 90deg, #005611, #00dd11);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 80%, from(#00dd11), to(#005611));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#00dd11, endColorstr=#005611);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#00dd11,endColorstr=#005611)";
}

a#help_btn:hover {
    background-image: -moz-linear-gradient(100% 120% 90deg, #00dd11, #005611);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 120%, from(#005611), to(#00dd11));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#005611, endColorstr=#00dd11);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorstr=#005611,endColorstr=#00dd11)";
}

div.legend_container b.unlocked {
    background-position: 0 -21px;
}

div.legend_container b.progress {
    background-position: 0 -41px;
}

/*#tracker_container, #campaign_description, #rewards, div.element_container{float:left;}*/
#tracker_container {
    background-color: #111;
    width: 100%;
    margin: 0;
}

/* DESCRIPTION */
#campaign_description {
    margin: 15px 0 15px 0;
    border: none;
    padding: 0;
    width: 100%;
}

div.description_title, div.rewards_title {
    color: white;
    font: bold 16px Arial;
    margin: 0 0 0 10px;
    padding: 0;
}

#campaign_description .description_title {
    text-shadow: 1px 1px 2px #111;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=215, strength=3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=215,strength=3)";
    /*filter:progid:DXImageTransform.Microsoft.dropshadow(OffY=1px, OffX=1px, color=#111, positive=TRUE);*/
}

p.description_body {
    padding: 0;
    margin: 0 10px 0 20px;
    word-wrap: break-word;
    color: #bbb;
}

#rewards {
    width: 100%;
    background: #111;
    border: none;
    padding: 0;
    margin: 0;
}

div.rewards_title {
    margin: 0 20px 0 0;
    padding: 0;
    text-align: center;
    height: 35px;
    background: #111111;
    line-height: 35px;
    float: left;
    width: 100%;
    display: block;
}

div.legend_container {
    background-color: black;
    padding: 2px 0 20px 0;
    width: 100%; /*width:640px;*/
}

#tieredspender_help {
    display: none;
}

/* GAME PAGE */
.grid_13 .block-story, .grid_13 .block-body, .block-story .block-content, .block-story .block-foot {
    overflow: hidden;
}

.block-story .block-foot {
    width: 100%;
}

/*REDEEM INFO,MSG INFO*/
#tieredspender_redeem_info, #tieredspender_msg_info { /*width:100%;height:100%;position:absolute;left:0;top:0;*/
    position: relative;
    z-index: 99999 /*;color:#222*/
}

#tieredspender_redeem_info .redeem_body, #tieredspender_msg_info .msg_body { /*width:70%;*/
    margin: 0 auto 0;
    top: 0;
    position: relative;
    text-align: center
}

#tieredspender_redeem_info .wrapper_info, #tieredspender_msg_info .wrapper_info { /*background:white;*/
    padding: 10px 5px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px /*;max-height:600px;overflow:auto*/
}

#tieredspender_redeem_info .redeem_body input, #tieredspender_msg_info .msg_body input {
    padding: 5px 10px;
    margin: 0;
    background: none;
    border: none;
    font-weight: bold
}

#tieredspender_redeem_info .wrapper_btns, #tieredspender_msg_info .wrapper_btns {
    margin: 0 0 5px 0
}

#tieredspender_redeem_info .wrapper_btn, #tieredspender_msg_info .wrapper_btn, #tieredspender_redeem_info .wrapper_btn:hover, #tieredspender_msg_info .wrapper_btn:hover {
    display: inline-block;
    zoom: 1;
    margin: 0 0 0 5px;
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border: 1px solid #555;
    box-shadow: 2px 2px 3px #555;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#555, direction=215, strength=3)
}

.wrapper_errors {
    color: red;
    font: bold 14px Arial;
    padding: 5px;
    word-wrap: break-word
}

.wrapper_tier {
    text-align: left;
    margin: 0 0 20px 0;
    padding: 5px;
    background: #666;
    background: rgba(55, 55, 55, 0.25);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.wrapper_tier.error {
    border: 1px solid red
}

.wrapper_choice {
    display: block;
    margin: 0;
    padding: 10px 0 0 10px
}

.wrapper_choice > * {
    vertical-align: top
}

.wrapper_tier > .tier_title {
    padding: 0 30px 0 0;
    position: relative
}

.wrapper_tier > .tier_title > b {
    line-height: 24px;
    font-size: 15px
}

.wrapper_tier > .tier_title > div.expand_btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -12px 0 0;
    display: block;
    width: 30px;
    height: 24px;
    text-align: center;
    font: bold 20px/24px Arial;
    color: white;
    cursor: pointer;
    background-image: -moz-linear-gradient(100% 50% 90deg, #333, #ccc);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#ccc), to(#333));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#cccccc, endColorstr=#333333);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.wrapper_tier > .tier_title > div.expand_btn:hover {
    background-image: -moz-linear-gradient(100% 100% 90deg, #ccc, #333);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#ccc));
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#333333, endColorstr=#cccccc)
}

#tieredspender_redeem_info .wrapper_tier .wrapper_choice > input, .wrapper_choice > img {
    padding: 0;
    margin: 0 5px 0 0;
    display: inline
}

.wrapper_choice > img {
    max-width: 200px;
    height: auto
}

.wrapper_btn input {
    cursor: pointer;
    outline: none
}

.choice_qty {
    color: #404040;
}

/*SPINNER*/
.wrapper_spinner {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999
}

.wrapper_spinner .transparent, #tieredspender_redeem_info .transparent, #tieredspender_msg_info .transparent {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #555;
    opacity: 0.3;
    filter: alpha(opacity=30); /*IE*/
    -moz-opacity: 0.3; /*Netscape*/
    -khtml-opacity: 0.3 /*old safari 1.x*/
}

.wrapper_spinner .spinner {
    width: 100%;
    margin: -15px auto 0;
    top: 50%;
    position: absolute;
    height: 30px;
    text-align: center
}

.wrapper_spinner .spinner > img {
    border: none;
    height: 30px;
    padding: 0;
    margin: 0;
    display: inline
}

/*TOOLTIP*/
.tooltip {
    color: #ddd;
    position: absolute;
    min-width: 150px;
    _width: 150px; /*max-width:400px;*/
    word-wrap: break-word;
    border: 1px solid black;
    padding: 2px;
    background: #333;
    background: rgba(50, 50, 50, .9);
    visibility: hidden;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
    box-shadow: 1px 1px 5px #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

/*WORLD CHAR SELECT*/
input.char {
    background: none repeat scroll 0 0 white !important;
    border-radius: 5px;
}

.wrapper_input {
    margin: 6px 0 14px !important;
}

/*HELP POPOUT */
#sbox-gradient {
    background-color: #000
}

.tier_table_header {
    width: 0;
    float: left;
    margin-left: -10px !important;
}


.primary-a {
    display: block;
    float: none;
    text-align: center
}

#menu-tree {
    width: 100%
}






#backgroundmsb {
    margin: 20px 40px;
    /* background: url(../images/SY_itembg.png) repeat top !important; */
}

#imageiconee {
    width: 42px;
    height: 42px;
    margin-left: 10px;
    float: left;
    margin-top: 8px;
}
#imageiconeeless {
    width: 80px;
    height: 60px;
    float: left;
}
#imageiconeeless img {
    width: 80px;
    height: 80px;
    float: left;
    border-width: 7px;
    border-style: double;
    border-color: #000000;
}

#headeree {
    width: 400px;
    font: bold 20px Tahoma;
    color: #ffde00;
    margin-top: 15px;
    margin-left: 10px;
    float: inherit;
}

#detailee {
    width: 350px;
    float: inherit;
    font: normal 13px tahoma;
    color: #ffffff;
    margin: 5px 0 10px 15px;
}

#iconsb {
    position: relative;
    float: inherit;
    border-radius: 7px;
    border: 1px solid #ffba0000;
    padding: 10px;
    -moz-box-shadow: inset 0 0 30px #ffba0000;
    -webkit-box-shadow: inset 0 0 30px #ffba0000;
    box-shadow: inset 0 0 30px #ffba0000;
}

.pointer-link {	
    cursor: pointer;
}



#headerimg {
    width: 525px;
    border-radius: 0 !Important;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -35px;
}

#titlesy {
    width: 525px;
    font-weight: bold;
    color: #E8A62B;
    font-size: 50px;
    line-height: 45px;
    text-align: center;
    margin-top: -10px;
    text-transform: uppercase;
}

#introsy {
    width: 525px;
    color: #fff4d8;
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0 20px 0;
    text-align: center;
}

#subtitlesy {
    width: 525px;
    font-weight: bold;
    color: #b23f1d;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    font-style: italic;
    margin: 30px 0 30px 0;
}

#dividersy {
    width: 525px;
    height: 50px;
}

#footersy {
    margin-top: 20px;
    display: inline-block;
    height: 219px;
    width: 525px;
    border-radius: 0 !Important;
    background-repeat: no-repeat;
    background-size: contain;
}

#itemsy {
    border: 1px solid #4c4141;
    width: 525px;
    overflow: hidden;
    min-height: 50px;
    margin-bottom: 10px;
}

#descsy {
    font-size: 24px;
    line-height: 28px;
    padding: 10px 10px 10px 60px;
    font-weight: bold;
}

#iconsy {
    width: 40px;
    float: left;
    padding: 10px;
}

#infoitemsy {
    color: #fff4d8;
    font-size: 14px !Important;
    font-weight: normal;
    line-height: 20px;
}

#moreinfosy {
    color: #ffd797;
    font-weight: normal;
    font-style: italic;
}

#flagsy {
    margin: -102px 0 0 225px;
    position: absolute;
}

#cornerinfosy {
    transform: rotate(-45deg);
    background: url("../images/SY-green-corner.png") no-repeat;
    width: 190px;
    height: 57px;
    margin: 11px 0 0 -52px;
    position: absolute;
    text-align: center;
}

#ribbontextsy {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    width: 190px;
    height: 57px;
    position: absolute;
    margin-top: 10px;
    margin-left: -98px;
    color: white;
}

#flagsy {
    margin: -50px 0 0 223px;
}

#extratextsy {
    color: #fff4d8;
    font-size: 14px !Important;
    font-weight: normal;
    line-height: 20px;
    width: 525px;
    padding: 20px 0 40px 0;
}



.evenly {
    display: flex;
    justify-content: space-between;
}
.tiered-progress {
    border: 1px solid gray;
}
.tiered_spender_wrapper li {
    list-style-type: none !important;
}
.evenly li {
    width: 100%;
    height: 15px;
    display: block;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
.evenly span {
    float: right;
}
.tiered-progress li{
    border-right: 1px solid gray;
}
.tiered-progress li:last-child {
    border-right: none;
}
div.redeemed {
    height: 100%;
    background: url(../images/tieredspender/tieredspender.png) no-repeat 0 -1px;
}
div.unlocked {
    height: 100%;
    background: url(../images/tieredspender/tieredspender.png) no-repeat 0 -21px;
}
div.progress {
    height: 100%;
    background: url(../images/tieredspender/tieredspender.png) no-repeat 0 -41px;
}


.alert {
    width: 100%;
    text-align: center;
    min-height: 30px;
    font-size: 15px;
    font-weight: bold;
}
.alert-danger {
    color: red;
}
.alert-success {
    color: green;
}
.topvoter_row {
    width: 100%;
    height: 34px;
    display: block;
    background-color: transparent;
    /* background-image: url(../images/misc/line-sep.png); */
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 5px 15px;
  }

  .topvoter_row .topvoter_col {
    width: auto;
    height: 100%;
    display: inline-block;
    line-height: 29px;
    /* text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4); */
    letter-spacing: 0.5px;
  }
  .topvoter_row .topvoter_col.col_rank {
    width: 10%;
    color: #a19e98;
    font-size: 11px;
    font-weight: 700;
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
  }
  .topvoter_row .topvoter_col.col_name a {
    color: #9e9e9e;
    font-size: 13px;
    font-family: ptsanscaptionbold;
  }
  .topvoter_row .topvoter_col.col_name a:hover {
    color: #a19e98;
  }
  .topvoter_row .topvoter_col.col_vote {
    float: right;
    color: #83817c;
    font-size: 12px;
    font-family: Arial, helvetica neue, Helvetica, sans-serif;
  }
  .topvoter_row .topvoter_col.col_vote i {
    color: #b3b0aa;
    font-size: 10px;
    font-style: inherit;
    font-weight: 700;
  }
  .text_release {
    font-family: Arial, sans-serif;
    text-align: center;
  }