body, html {
    background-color: #000000;
    color: #c0c0c0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
/* background styles */
#background {
    background-repeat: no-repeat;
    background-position: top;
    background-image: url('http://media.alienwarearena.com/images/content/alienware-background.png');
}
/* header styles*/
#header {
    height: 110px;
    background: #000000 url('http://media.alienwarearena.com/images/content/header-bg.png') no-repeat center;
}
#header .logo-header {
    margin-top: 25px;
    border: none;
}
#header-user {
    margin-top: 3px;
}
#header .navbar-form {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.header-user-info {
    margin-top: 5px;
}
#header-arp-info {
    padding: 2px 10px;
    background: rgb(35,35,35);
    background: -moz-linear-gradient(top, rgba(35,35,35,1) 0%, rgba(38,38,38,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,35,35,1)), color-stop(0%,rgba(38,38,38,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(35,35,35,1) 0%,rgba(38,38,38,1) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(35,35,35,1) 0%,rgba(38,38,38,1) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(35,35,35,1) 0%,rgba(38,38,38,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(35,35,35,1) 0%,rgba(38,38,38,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#000000',GradientType=0 );
    background-color: #232323;
    border: 1px solid #0B0B0B;
    border-top: 1px solid #323232;
}
.header-search {
    margin-top: 15px;
    max-width: 450px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(61, 61, 61, 1);
    -moz-box-shadow:    0px 1px 1px 0px rgba(61, 61, 61, 1);
    box-shadow:         0px 1px 1px 0px rgba(61, 61, 61, 1);
}
.header-search #navbar-search-input {
    border-radius: 0px;
    border-right: none;
    background-color: #242424;
    color: #767676;
    border-color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    height: 40px;
    font-style: italic;
    font-size: 12px;
}
.header-search #navbar-search-btn {
    border-radius: 0px;
    background-color: #242424;
    color: #2299d5;
    border-color: #000;
    border-left: 1px solid #151515;
    height: 40px;
}
#navbar-search #navbar-search-btn:hover {
    background-color: #151515;
    border-color: #000;
    border-left: none;
}
#header-arp-info .progress {
    margin-top: 4px;
    margin-bottom: 0px;
}
#header-arp-info img {
    margin-top: -4px;
    border: none;
}
/* user options - cog wheel next to username in header */
#user-options {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
}
#user-options.dropdown.open {
    background: #151515;
    border: 1px solid #3c3c3c;
    border-bottom: none;
}
#user-options > a {
    padding: 2px 3px;
}

#user-options .dropdown-menu,
.notification-dropdown .dropdown-menu {
    margin: 0 -2px 0 0;
    padding: 0;
    border-radius: 0px;
    background-color: #151515;
    top: 95%;
    min-width: 100px;
}
#user-options .dropdown-menu > li:first-child,
.notification-dropdown .dropdown-menu div.notification-item:first-child {
    border-top: 1px solid #3c3c3c;
}
#user-options .dropdown-menu > li,
.notification-dropdown .dropdown-menu div.notification-item,
.notification-footer {
    background: #151515;
    text-shadow: none;
    color: #cbcbcb;
    border: 1px solid #3c3c3c;
    border-top: none;
}
#user-options .dropdown-menu > li > a {
    color: #2299d5;
    padding: 5px;
    font-size: 12px;
}
#user-options .dropdown-menu > li > a:hover {
    background: #000;
    text-shadow: none;
    color: #cbcbcb;
}
/* nav styles */
#navigation {
    margin-bottom: 0px;
}
#navigation.navbar-default {
    background: #353535;
    background: -moz-linear-gradient(top, #353535 0%, #1e1e1e 17%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353535), color-stop(17%,#1e1e1e), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #353535 0%,#1e1e1e 17%,#000000 100%);
    background: -o-linear-gradient(top, #353535 0%,#1e1e1e 17%,#000000 100%);
    background: -ms-linear-gradient(top, #353535 0%,#1e1e1e 17%,#000000 100%);
    background: linear-gradient(to bottom, #353535 0%,#1e1e1e 17%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#000000',GradientType=0 );
    border-color: #2299d5;
    border-top: 1px solid #3c3c3c;
}
#navigation .nav > li {
    border-right: 1px solid #3c3c3c;
    border-left: 1px solid #000;
}
#navigation .nav > li:first-child {
    border-left: 1px solid #3c3c3c;
}
#navigation .nav > li:last-child {
    border-right: 1px solid #000;
}
#navigation .nav > li > a {
    padding: 12px 15px;
    font-family: 'Economica', sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0px 1px 9px rgba(34, 153, 213, 1);
}
#navigation .nav > li > a:hover,
#navigation .nav > li > a:focus,
#navigation .nav > li > a.active {
    background: #151515;
    text-shadow: none;
    color: #cbcbcb;
}
#navigation .nav > li > a:hover::before,
#navigation .nav > li > a:focus::before,
#navigation .nav > li > a.active::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #2299d5 transparent;
}
#navigation .nav .open> a,
#navigation .nav .open > a:hover,
#navigation .nav .open > a:focus {
    background: #151515;
    text-shadow: none;
    color: #cbcbcb;
}
#navigation .dropdown-menu {
    margin: 1px auto;
    padding: 0;
    min-width: 220px;
    border-radius: 0px;
    background-color: #151515;
}

#navigation .dropdown-menu > li > a {
    color: #428bca;
    padding: 10px 20px;
    border: 1px solid #3c3c3c;
    border-top: none;
    font-size: 12px;
    text-shadow: 0px 1px 9px rgba(34, 153, 213, 1);
}
#navigation .dropdown-menu > li > a:hover,
#navigation .dropdown-menu > li > a:focus {
    color: #cbcbcb;
    text-decoration: none;
    background-color: #000;
}
#navigation .dropdown-menu > .active > a,
#navigation .dropdown-menu > .active > a:hover,
#navigation .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
#navigation .dropdown-menu > li > a > span.glyphicon {
    padding-right: 20px;
}
/*#navigation .dropdown:hover .dropdown-menu {
    display: block;
}*/
#navigation .new, #navigation .beta {
    color: #FB3531;
    margin-left: 5px;
}
/* content area styles */
#content {
    min-height: 800px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #242424;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #2299d5;
    cursor: initial; /* Overrides cursor pointer on link enabled background-ads */
}
/* panel styles - additonal */
.panel-item:first-child {
    margin-top: -15px;
    border-top: none;
}
.panel-item:last-child {
    margin-bottom: -15px;
    border-bottom: none;
}
.panel-item {
    padding: 10px 10px;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #000;
}
.panel-item .panel-number {
    display: inline-block;
    color: #252525;
    font-size: 48px;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: -10px;
}
.panel-item .panel-arp-user {
    margin-top: 5px;
}
.panel-item .arp-icon {
    margin-top: 10px;
    width: 25px;
    border: 1px solid #252525;
    margin-left: 2px;
}
#panel-leaderboard {
    margin-top: 20px;
}
#panel-leaderboard > .panel-body > .panel-item {
    padding: 2px 10px;
}
.panel-img {
    margin-top: 8px;
}
.panel-data {
    margin-top: 15px;
}
.panel-item.user-ranking {
    background-color: #242424;
}
.panel-item.user-ranking > .row > .panel-number {
    color: #767676;
    margin-top: 4px;
    margin-bottom: 0px;
}
.panel-item.user-ranking > .row > .panel-data {
    margin-top: 4px;
    margin-bottom: 0px;
}
/* footer */
#footer-ad-container {
    cursor: default;
    background-color: #000;
}
footer {
    cursor: default;
    min-height: 190px;
    border-top: 1px solid #77C5E6;
    background: #54b4dc;
    background: -moz-linear-gradient(top, #54b4dc 0%, #1695c8 14%, #2299d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54b4dc), color-stop(14%,#1695c8), color-stop(100%,#2299d5));
    background: -webkit-linear-gradient(top, #54b4dc 0%,#1695c8 14%,#2299d5 100%);
    background: -o-linear-gradient(top, #54b4dc 0%,#1695c8 14%,#2299d5 100%);
    background: -ms-linear-gradient(top, #54b4dc 0%,#1695c8 14%,#2299d5 100%);
    background: linear-gradient(to bottom, #54b4dc 0%,#1695c8 14%,#2299d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b4dc', endColorstr='#2299d5',GradientType=0 );
    padding-bottom: 15px;
}
footer #footer-about {
    margin-top: 25px;
}
footer #footer-about.list-inline li {
    border-left: 1px solid #000;
    padding-left: 15px;
    padding-right: 15px;
}
footer #footer-about.list-inline li a {
    color: #fff;
}
footer #footer-about.list-inline li a:hover {
    color: #fff;
}
footer #footer-about.list-inline li:first-child {
    border-left: none;
}
#footer-top {
    min-height: 70px;
    border-bottom: 1px solid #0880B4;
}
#footer-bottom {
    border-top: 1px solid #2CA1D5;
}
footer #footer-social {
    margin-top: 20px;
}

footer #footer-social li img {
    margin-top: -3px;
    border: none;
}
footer #footer-alienware {
    margin-top: 20px;
    border: none;
    width: 140px;
}
footer #copyright {
    color: #000;
}
footer #footer-about .region-select {
    width: 120px;
}
footer #footer-about #region-select-item {
    border-left: none;
    color: #000;
}
/* ads */
#mainAd
{
    margin-top: 20px;
    margin-bottom: 20px;

}
#mainAd {
    width: 302px;
    border: 1px solid #4A4A4A;
}
#mainAd.no-margin-t {
    margin-top: 0;
}
#mainAd.no-margin-b {
    margin-bottom: 0;
}
.footer-ad {
    height: 160px;
    background: #000 url('http://media.alienwarearena.com/images/content/header-bg.png') no-repeat center bottom;
}
.footer-ad > div {
    margin: 35px auto;
    border: 1px solid #4A4A4A;
    width: 972px;
    height: 92px;
}
/* custom glyphicons */
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?-ynixnd');
    src:url('../fonts/icomoon.eot?#iefix-ynixnd') format('embedded-opentype'),
        url('../fonts/icomoon.woff?-ynixnd') format('woff'),
        url('../fonts/icomoon.ttf?-ynixnd') format('truetype'),
        url('../fonts/icomoon.svg?-ynixnd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icomoon-"], [class*=" icomoon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icomoon-newspaper:before {
    content: "\e601";
}
.icomoon-users:before {
    content: "\e602";
}
.icomoon-trophy:before {
    content: "\e603";
}
.icomoon-twitter:before {
    content: "\e604";
}
.icomoon-crown:before {
    content: "\e600";
}
.icomoon-podium:before {
    content: "\e605";
}

/* helpers */
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }
.ten-col .col-xs-2,
.ten-col .col-sm-2,
.ten-col .col-md-2,
.ten-col .col-lg-2 {
    width: 20%;
}
.offset  { margin-left: 2px; }
.offset1 { margin-left: 5px; }
.offset2 { margin-left: 10px; }
.offset3 { margin-left: 15px; }
.offset4 { margin-left: 20px; }
.offset5 { margin-left: 40px; }
.offset6 { margin-left: 60px; }
.offset7 { margin-left: 80px; }
.offset8 { margin-left: 100px; }
.offset9 { margin-left: 150px; }
.no-padding-t {
    padding-top: 0;
}
.no-padding-b {
    padding-bottom: 0;
}
.no-padding {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .no-padding-l {
        padding-left: 15px;
    }
    .no-padding-r {
        padding-right: 15px;
    }
}
@media (min-width: 992px) {
    .no-padding-l {
        padding-left: 15px;
    }
    .no-padding-r {
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    .no-padding-l {
        padding-left: 0;
    }
    .no-padding-r {
        padding-right: 0;
    }
}

.no-margin-l {
    margin-left: 0;
}
.no-margin-r {
    margin-right: 0;
}
.no-margin-t {
    margin-top: 0;
}
.no-margin-b {
    margin-bottom: 0;
}
img {
    border: 1px solid #000;
}
img.icon {
    border: 0;
}
.diamond {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #2299d5;
    margin: 0 5px 0 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(34, 153, 213, 0.75);
    -moz-box-shadow:    0px 1px 7px 0px rgba(34, 153, 213, 0.75);
    box-shadow:         0px 1px 7px 0px rgba(34, 153, 213, 0.75);
}
.content-title,
.modal-header {
    border-bottom: 1px solid #2299D5;
}
.content-title,
.content-heading {
    text-transform: uppercase;
}
.content-title,
.content-heading,
.modal-header {
    color: inherit;
    font-family: 'Economica', sans-serif;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.top-most {
    margin-top: 0px;
}
.panel-body ol,
.panel-body ul {
    margin: 0;
    padding: 0;
}
.panel-body li {
    list-style-position: inside;
    margin: 3px;
}
.panel-body li .item {
    vertical-align: middle;
    display: inline-block;
    padding-left: 7px;
    width: 88%;
}
.sub-nav {
    margin: 10px 0;
}
.sub-nav .nav {
    background-color: #444;
    border-radius: 4px;
}
.sub-nav .nav > li > a {
    color: #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-radius: 0px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
}
.sub-nav .nav > li > a:hover {
    background-color: #444;
    color: #c0c0c0;
}
#blockUploadUI img {
    border: 0;
}
.ten-col .col-xs-2,
.ten-col .col-sm-2,
.ten-col .col-md-2,
.ten-col .col-lg-2 {
    width: 20%;
}
.login-content {
    margin-top: 30px;
}
.login-section {
    margin-bottom: 10px;
}
.socialLogin {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    *zoom: 1;
}
.Button {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}
.Button.btn, .Button.moreItems:hover {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(#ffffff,#f0f0f0);
    background: -moz-linear-gradient(#ffffff,#f0f0f0);
    background: -o-linear-gradient(#ffffff,#f0f0f0);
    background: linear-gradient(#ffffff,#f0f0f0);
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #5f5f5f;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 14px 7px;
    text-shadow: 0 1px #fff;
    white-space: nowrap;
}
.Button.btn.rounded, .Button.moreItems:hover.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.Button.btn:hover, .Button.moreItems:hover:hover {
    border-color: #ccc #c2c2c2 #b8b8b8;
}
.Button.btn.primary, .Button.btn.primaryOnHover:hover, .Button.btn.primaryOnHover.active, .Button.btn.moreItems.primaryOnHover:hover, .Button.moreItems:hover.primary, .Button.moreItems.primaryOnHover:hover, .Button.moreItems.primaryOnHover.active:hover {
    -webkit-font-smoothing: antialiased;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3262e), color-stop(100%, #ab171e));
    background-image: -webkit-linear-gradient(#e3262e,#ab171e);
    background-image: -moz-linear-gradient(#e3262e,#ab171e);
    background-image: -o-linear-gradient(#e3262e,#ab171e);
    background-image: linear-gradient(#e3262e,#ab171e);
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.34);
    background-color: #ab171e;
    border: 1px solid;
    border-bottom-color: #820a0f;
    border-left-color: #9a1015;
    border-right-color: #9a1015;
    border-top-color: #af151b;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.11);
}
.Button.btn.primary:hover, .Button.btn.primaryOnHover:hover, .Button.btn.moreItems.primaryOnHover:hover, .Button.moreItems:hover.primary:hover, .Button.moreItems.primaryOnHover:hover:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e63d44), color-stop(100%, #c11a22));
    background-image: -webkit-linear-gradient(#e63d44,#c11a22);
    background-image: -moz-linear-gradient(#e63d44,#c11a22);
    background-image: -o-linear-gradient(#e63d44,#c11a22);
    background-image: linear-gradient(#e63d44,#c11a22);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.22);
    border: 1px solid #920c12;
}
.Button.btn.primary:active, .Button.btn.primaryOnHover:active:hover, .Button.btn.primaryOnHover.active:active, .Button.moreItems:hover.primary:active, .Button.moreItems.primaryOnHover:hover:active {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bb1618), color-stop(100%, #e22123));
    background-image: -webkit-linear-gradient(#bb1618,#e22123);
    background-image: -moz-linear-gradient(#bb1618,#e22123);
    background-image: -o-linear-gradient(#bb1618,#e22123);
    background-image: linear-gradient(#bb1618,#e22123);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.5) inset;
    background-color: #e22123;
    border-color: #99161b;
    text-shadow: 0 1px rgba(0,0,0,0.6);
}
.Button.btn:active, .Button.btn.active, .Button.moreItems:hover:active, .Button.moreItems:hover.active {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(#f0f0f0,#ffffff);
    background: -moz-linear-gradient(#f0f0f0,#ffffff);
    background: -o-linear-gradient(#f0f0f0,#ffffff);
    background: linear-gradient(#f0f0f0,#ffffff);
    box-shadow: 0 0 3px rgba(0,0,0,0.33) inset;
    border-color: #b8b8b8 #c2c2c2 #ccc;
}
.Button.btn.dim, .Button.moreItems:hover.dim {
    -webkit-font-smoothing: antialiased;
    color: #777;
}
.Button.btn[disabled], .Button.btn.disabled, .Button.btn.disabled:hover, .Button.btn.disabled:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: 0 0 0 !important;
    background: #ebebeb !important;
    border: 1px solid #ddd !important;
    color: #aaa !important;
    cursor: default;
}

.Button em {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    vertical-align: middle;
}
.Button .hasText em {
    margin-right: 6px;
}
.Button.xlarge {
    -webkit-font-smoothing: antialiased;
    box-shadow: 0 1px 3px rgba(0,0,0,0.22);
    font-size: 14px;
    margin-bottom: 4px;
    padding-bottom: 11px;
    padding-top: 12px;
}
.Button.unAuthFacebookConnect {
    margin-top: 20px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5676bc), color-stop(100%, #31497b));
    background: -webkit-linear-gradient(#5676bc,#31497b);
    background: -moz-linear-gradient(#5676bc,#31497b);
    background: -o-linear-gradient(#5676bc,#31497b);
    background: linear-gradient(#5676bc,#31497b);
    background-color: #3f5ea0;
    border: 1px solid #293e69;
    border-top-color: #31497b;
    color: #444;
    text-shadow: 0 1px #fff;
    position: relative;
}
.Button.unAuthFacebookConnect:hover, .Button.unAuthFacebookConnect:active {
    border: 1px solid #1b2845;
    border-top-color: #293e69;
}
.Button.unAuthFacebookConnect:active {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4669b2), color-stop(100%, #31497b));
    background: -webkit-linear-gradient(#4669b2,#31497b);
    background: -moz-linear-gradient(#4669b2,#31497b);
    background: -o-linear-gradient(#4669b2,#31497b);
    background: linear-gradient(#4669b2,#31497b);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
}
.Button.unAuthFacebookConnect em {
    box-shadow: 1px 0 0 rgba(0,0,0,0.05);
    height: 36px;
    width: 36px;
    background: url('/bundles/spoutlet/images/icons/facebook_login.png') no-repeat 3px;
    background-position: 3px;
    background-color: #5a78b9;
    background-color: rgba(255,255,255,0.08);
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.Button.unAuthFacebookConnect span {
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.25);
}
.Button.unAuthTwitterConnect {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5fbee4), color-stop(100%, #2090bd));
    background: -webkit-linear-gradient(#5fbee4,#2090bd);
    background: -moz-linear-gradient(#5fbee4,#2090bd);
    background: -o-linear-gradient(#5fbee4,#2090bd);
    background: linear-gradient(#5fbee4,#2090bd);
    background-color: #33acdd;
    border: 1px solid #1c7fa8;
    border-top-color: #2090bd;
    color: #444;
    text-shadow: 0 1px #fff;
    position: relative;
}
.Button.unAuthTwitterConnect:hover, .Button.unAuthTwitterConnect:active {
    border: 1px solid #155e7c;
    border-top-color: #1c7fa8;
}
.Button.unAuthTwitterConnect:active {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #49b5e1), color-stop(100%, #2090bd));
    background: -webkit-linear-gradient(#49b5e1,#2090bd);
    background: -moz-linear-gradient(#49b5e1,#2090bd);
    background: -o-linear-gradient(#49b5e1,#2090bd);
    background: linear-gradient(#49b5e1,#2090bd);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
}
.Button.unAuthTwitterConnect em {
    box-shadow: 1px 0 0 rgba(0,0,0,0.05);
    height: 41px;
    width: 41px;
    background: url('/bundles/spoutlet/images/icons/twitter_login.png') 3px no-repeat;
    background-position: 3px;
    background-color: #5a78b9;
    background-color: rgba(255,255,255,0.08);
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 41px;
}
.Button.unAuthTwitterConnect span {
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.25);
}
.Button.unAuthSteamConnect {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7AAE35), color-stop(100%, #4A6A20));
    background: -webkit-linear-gradient(#7AAE35, #4A6A20);
    background: -moz-linear-gradient(#7AAE35, #4A6A20);
    background: -o-linear-gradient(#7AAE35, #4A6A20);
    background: linear-gradient(#7AAE35, #4A6A20);
    background-color: #7AAE35;
    border: 1px solid #2D4D00;
    border-top-color: #2D4D00;
    color: #444;
    text-shadow: 0 1px #000;
    position: relative;
}
.Button.unAuthSteamConnect:hover, .Button.unAuthSteamConnect:active {
    border: 1px solid #2D4D00;
    border-top-color: #2D4D00;
}
.Button.unAuthSteamConnect:active {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4669b2), color-stop(100%, #31497b));
    background: -webkit-linear-gradient(#7AAE35, #4A6A20);
    background: -moz-linear-gradient(#7AAE35, #4A6A20);
    background: -o-linear-gradient(#7AAE35, #4A6A20);
    background: linear-gradient(#7AAE35, #4A6A20);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
}
.Button.unAuthSteamConnect em {
    box-shadow: 1px 0 0 rgba(0,0,0,0.05);
    height: 36px;
    width: 36px;
    background: url('/bundles/spoutlet/images/icons/steam_login.png') no-repeat;
    background-size: 30px 30px;
    background-position: 0px;
    background-color: #5a78b9;
    background-color: rgba(255,255,255,0.08);
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.Button.unAuthSteamConnect span {
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.25);
}

.Button.unAuthAwaConnect {
    margin-top: 20px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #000000));
    background: -webkit-linear-gradient(#636363, #000000);
    background: -moz-linear-gradient(#636363, #000000);
    background: -o-linear-gradient(#636363, #000000);
    background: linear-gradient(#636363, #000000);
    background-color: #636363;
    border: 1px solid #000;
    border-top-color: #000;
    color: #444;
    text-shadow: 0 1px #000;
    position: relative;
}
.Button.unAuthAwaConnect:hover, .Button.unAuthAwaConnect:active {
    border: 1px solid #000;
    border-top-color: #000;
}
.Button.unAuthAwaConnect:active {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #636363), color-stop(100%, #000000));
    background: -webkit-linear-gradient(#636363, #000000);
    background: -moz-linear-gradient(#636363, #000000);
    background: -o-linear-gradient(#636363, #000000);
    background: linear-gradient(#636363, #000000);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
}
.Button.unAuthAwaConnect em {
    box-shadow: 1px 0 0 rgba(0,0,0,0.05);
    height: 36px;
    width: 36px;
    background: url('/bundles/spoutlet/images/icons/awa_login.png') no-repeat;
    background-size: 26px 30px;
    background-position: 6px 3px;
    background-color: #636363;
    background-color: rgba(255, 255, 255, 0.05);
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.Button.unAuthAwaConnect span {
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.25);
}

.Button.registerLoginButton em {
    left: 0;
    position: absolute;
    padding: 0;
    top: 0;
}
.Button.registerLoginButton span {
    margin-left: 42px;
}
.Button.large {
    font-size: 15px;
    padding: 10px 18px;
}
.homepage-hr,
.link-hr {
    display: inline-block;
    margin-bottom: 0px;
}
@media (min-width: 768px) {
    .homepage-hr,
    .link-hr {
        width: 87%;
    }
}
@media (min-width: 992px) {
    .homepage-hr,
    .link-hr {
        width: 87%;
    }
}
@media (min-width: 1200px) {
    .homepage-hr,
    .link-hr {
        width: 90%;
    }
}
hr.strong,
.homepage-hr,
.link-hr {
    height: 3px;
    background-color: #121212;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .7);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .7);
    -webkit-box-shadow: -1px 1px 1px 1px rgba(130,123,130,.1);
    -moz-box-shadow: -1px 1px 1px 1px rgba(130,123,130,.1);
    box-shadow: -1px 1px 1px 1px rgba(130,123,130,.1);
}
hr.signature-hr {
    height: 1px;
    background-color: #121212;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .7);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .7);
    -webkit-box-shadow: -1px 1px 1px 1px rgba(130,123,130,.1);
    -moz-box-shadow: -1px 1px 1px 1px rgba(130,123,130,.1);
    box-shadow: -1px 1px 1px 0px rgba(130,123,130,.1);
    margin-top: 10px;
    margin-bottom: 10px;
}
.img-signature {
    margin-top: 5px;
}
/* avatar styles */
.avatar26 {
    background: url('http://media.alienwarearena.com/images/content/default-avatars/26x26.png') center center no-repeat !important;
    width: 26px !important;
    height: 26px !important;
    background-size: 100%;
}
.avatar32 {
    background: url('http://media.alienwarearena.com/images/content/default-avatars/32x32.png') center center no-repeat !important;
    width: 32px !important;
    height: 32px !important;
    background-size: 100%;
}
.avatar48 {
    background: url('http://media.alienwarearena.com/images/content/default-avatars/48x48.png') center center no-repeat !important;
    width: 48px !important;
    height: 48px !important;
    background-size: 100%;
}
.avatar62 {
    background: url('http://media.alienwarearena.com/images/content/default-avatars/62x62.png') center center no-repeat !important;
    width: 62px !important;
    height: 62px !important;
    background-size: 100%;
}
.avatar84 {
    background: url('http://media.alienwarearena.com/images/content/default-avatars/84x84.png') center center no-repeat !important;
    width: 84px !important;
    height: 84px !important;
    background-size: 100%;
}
.avatar100 {
    background: url('http://media.alienwarearena.com/images/content/default-avatars/100x100.png') center center no-repeat !important;
    width: 100px !important;
    height: 100px !important;
    background-size: 100%;
}
.avatar184 {
    background: url('http://media.alienwarearena.com/images/content/default-avatars/184x184.png') center center no-repeat !important;
    width: 184px !important;
    height: 184px !important;
    background-size: 100%;
}
.avatar500 {
    background: url('http://media.alienwarearena.com/images/content/default-avatars/500x500.png') center center no-repeat !important;
    width: 500px !important;
    height: 500px !important;
    background-size: 100%;
}
/* profile styles */
.progress.user-progress-small {
    margin-top: 0px;
    margin-bottom: 0px;
}
.progress.user-progress {
    margin-top: 15px;
    margin-bottom: 10px;
}
.user-profile-small > .img-rounded {
    border-radius: 0px;
}
.icon-wrapper {
    position: relative;
    /*width: 53px;*/
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.icon-wrapper img {
    margin: 12px;
    padding: 1px;
}
.icon-wrapper.icon-active img {
    border: 1px solid rgb(86, 180, 239);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
    padding: 0;
}
.icon-preview {
    background-color: #151515;
    padding-top: 20px;
    padding-bottom: 20px;
}
#icon-error {
    margin-bottom: 10px;
}
.content-flush-top {
    margin-top: -15px;
}
.view-more {
    margin-top: 13px;
}
#arp-leaderboard-nav {
    margin-top: 0px;
    margin-bottom: 5px;
}

#arp-leaderboard-nav {
    border-bottom: 1px solid transparent;
}
#arp-leaderboard-nav > li {
    float: left;
    margin-bottom: -1px;
}
#arp-leaderboard-nav > li > a {
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
    font-family: 'Economica', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #2299d5;
    padding: 8px 10px;
}
#arp-leaderboard-nav > li > a:hover {
    color: #c0c0c0;
    background-color: #0D81BC;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
#arp-leaderboard-nav > li > a:hover:before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -2px;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent #242424 transparent;
}
#arp-leaderboard-nav > li.active > a:before,
#arp-leaderboard-nav > li.active > a:hover:before,
#arp-leaderboard-nav > li.active > a:focus:before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -2px;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent #242424 transparent;
}
#arp-leaderboard-nav > li.active > a,
#arp-leaderboard-nav > li.active > a:hover,
#arp-leaderboard-nav > li.active > a:focus {
    color: #c0c0c0;
    cursor: default;
    background-color: #0D81BC;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
#arp-leaderboard-nav.nav-justified {
    width: 100%;
    border-bottom: 0;
}
#arp-leaderboard-nav.nav-justified > li {
    float: none;
}
#arp-leaderboard-nav.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
#arp-leaderboard-nav.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.notification-dropdown {
    z-index: 1001;
    display: inline-block;
}
.notification-dropdown > a {
    padding: 2px 3px;
}
.notification-dropdown > a .label {
    font-size: 8px;
    padding: 0 2px;
    line-height: 10px;
    position: absolute;
    display: block;
    right: -7px;
    float: right;
    top: -4px;
    background-color: #a94442;
}
.notification-dropdown-menu {
    width: 300px;
    padding: 0 !important;
}
.notification-item {
    border-top: 1px solid #c0c0c0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    padding: 10px 12px;
}
.notification-avatar {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 12px;
}
.notification-subject {
    display: block;
    padding-left: 42px;
    margin-bottom: 2px;
    width: 100%;
    font-size: 12px;
}
.notification-subject a {
    font-weight: bold;
}
.notification-description {
    display: block;
    padding-left: 42px;
    font-size: 11px;
}
.notification-footer {
    text-align: center;
    padding: 8px 0;
    display: block;
    font-size: 10px;
    font-weight: 800;
}
.img-arp-badge {
    border: none;
}
#panel-leaderboard > .panel-body > .panel-item {
    padding: 2px 10px;
}
.panel-img {
    margin-top: 8px;
}
.panel-data {
    margin-top: 15px;
}
.img-leaderboard-icon {
    margin-right: 5px;
}
.tab-pane-inner {
    padding: 20px;
    background-color: #151515;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.poll-info {
    width: 400px;
}
.profile-arp-info {
    height: 72px;
    opacity: 0;
    transition: all .4s ease-in-out;
}
.profile-arp-info.visible {
    opacity: 1;
}
.tab-title {
    font-family: 'Economica', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}
#balance-account .paypal-button {
    border: none;
}
.pay-with-paypal {
    background:url(https://www.paypalobjects.com/en_US/i/btn/x-click-but6.gif) no-repeat;
    cursor:pointer;
    width: 150px;
    height: 52px;
    border: none;
    display: inline-block;
}
#single-payment {
    margin-bottom: 50px;
}
#recurring-payment {
    margin-bottom: 15px;
}
