@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

#news_pagination{
    margin:0 !important
}

#tooltip,.tooltip{
    color:#efefef;
    border:1px solid #777;
    z-index:9999999;
    border-top:1px solid #cfcfcf;
    box-shadow:0px 0px 3px #000;
    -moz-box-shadow:0px 0px 3px #000;
    -webkit-box-shadow:0px 0px 3px #000;
    background-color:#070c21;
    background-color:rgba(7,12,33,0.9)
}
label{
    color:#6e6e6e;
    font-size:11px !important;
    font-weight:bold;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 1px 1px #000000, 0 0 7px rgba(0,0,0,0.6)
}
textarea{
    width:auto;
    height:auto;
    color:#4e4e4e;
    resize:vertical !important;
    border:1px #222 solid;
    padding:7px;
    font-size:12px;
    box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    -moz-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    -webkit-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.42);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#0e0e0e;
    transition:all ease-in-out 200ms;
    -o-transition:all ease-in-out 200ms;
    -ms-transition:all ease-in-out 200ms;
    -moz-transition:all ease-in-out 200ms;
    -webkit-transition:all ease-in-out 200ms
}
textarea:focus{
    color:#a0a0a0;
    border:1px #3f3f3f solid;
    background-color:#0d0d0d
}
select{
    width:80%;
    color:#4e4e4e;
    margin:5px;
    cursor:pointer;
    border:1px #222 solid;
    padding:7px;
    font-size:12px;
    text-align:left;
    box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    -moz-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    -webkit-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    text-indent:0.01px;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.42);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    text-overflow:"";
    appearance:none;
    -o-appearance:none;
    -khtml-appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-color:#0e0e0e;
    background-image:url(../theme/select-arrow.png);
    background-repeat:no-repeat;
    background-position:97% 14px;
    transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -o-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -ms-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -moz-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -webkit-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms
}
select::-ms-expand{
    display:none
}
select:focus{
    color:#a0a0a0;
    border:1px #3f3f3f solid;
    background-color:#0d0d0d;
    background-position:97% -16px
}
select option, select optgroup{
    text-transform:capitalize;
    background-color:#0e0e0e
}
input[type="text"], input[type="search"],input[type="password"],input[type="email"],input[type="file"]{
    width:80%;
    height:auto;
        max-width: 300px;
    color:#4e4e4e;
    border:1px #222 solid;
    margin:5px;
    padding:7px;
    font-size:12px;
    box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    -moz-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    -webkit-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.42);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#0e0e0e;
    transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -o-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -ms-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -moz-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -webkit-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms
}
input[type="text"], input[type="search"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="file"]:focus{
    color:#a0a0a0;
    border:1px #3f3f3f solid;
    background-color:#0d0d0d
}
input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1px #000000, inset 0 0 8px 0 rgba(0, 0, 0, 0.8), 0 0 3px 0 rgba(255, 255, 255, 0.35), 0 3px 0 0 rgba(0, 0, 0, 0.75), inset 0 0 0 100000px #0A0A0A;
    -webkit-text-fill-color:#a9a8a8
}
input:-webkit-autofill:focus{
    -webkit-box-shadow:0 0 0 1px #000000, inset 0 0 8px 0 rgba(0, 0, 0, 0.8), 0 0 3px 0 rgba(255, 213, 146, 0.8), 0 3px 0 0 rgba(0, 0, 0, 0.75), inset 0 0 0 100000px #0A0A0A;
    -webkit-text-fill-color:#fefefe
}
*:input-placeholder{
    color:#6a655d
}
*:-o-input-placeholder{
    color:#6a655d
}
*:-ms-input-placeholder{
    color:#6a655d
}
*:-moz-placeholder{
    color:#6a655d
}
*::-webkit-input-placeholder{
    color:#6a655d
}
.page_form input[type="submit"]{
    margin-top:20px
}
#ucp_info aside:first-child{
    background-color:transparent;
    background-image:url(../theme/vertical_divider.png);
    background-repeat:no-repeat;
    background-position:right top
}
#ucp_info aside:nth-child(3){
    background-color:transparent;
    background-image:url(../theme/vertical_divider.png);
    background-repeat:no-repeat;
    background-position:left top
}
#ucp_info aside:last-child{
    border-right:none !important
}
#ucp_info td{
    font-size:10px
}
#ucp_info td:nth-child(2){
    font-weight:bold
}
#ucp_characters h1,.online_boxpanel_button{
    color:#766e64;
    padding:15px;
    font-size:12px;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.02), inset 0 -25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.02), inset 0 -25px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.02), inset 0 -25px 0 rgba(0, 0, 0, 0.1);
    font-weight:bold;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 0 4px rgba(0, 0, 0, 0.30), 0 2px 0 #000;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    letter-spacing:0;
    text-transform:uppercase;
    background-color:rgba(255, 255, 255, 0.02);
    transition:color 400ms, box-shadow 400ms, background 400ms;
    -o-transition:color 400ms, box-shadow 400ms, background 400ms;
    -ms-transition:color 400ms, box-shadow 400ms, background 400ms;
    -moz-transition:color 400ms, box-shadow 400ms, background 400ms;
    -webkit-transition:color 400ms, box-shadow 400ms, background 400ms
}
#ucp_characters h1:hover,.online_boxpanel_button:hover{
    box-shadow:0 0 15px rgba(0, 0, 0, 0.6),inset 0 0 0 1px rgba(0, 0, 0, 0.02),inset 0 -25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.6),inset 0 0 0 1px rgba(0, 0, 0, 0.02),inset 0 -25px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.6),inset 0 0 0 1px rgba(0, 0, 0, 0.02),inset 0 -25px 0 rgba(0, 0, 0, 0.1);
    background-color:rgba(255, 255, 255, 0.03)
}
.nice_table tr:not(:first-child) td{
    padding:15px 0 0 0
}
.nice_table tr:first-child td{
    color:#a9a8a8;
    font-size:12px;
    box-shadow:0 1px 0 0 #000000, 0 2px 0 0 #282625;
    -moz-box-shadow:0 1px 0 0 #000000, 0 2px 0 0 #282625;
    -webkit-box-shadow:0 1px 0 0 #000000, 0 2px 0 0 #282625;
    font-weight:bold;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 0 4px rgba(0, 0, 0, 0.30), 0 2px 0 #000
}
.nice_table td{
    vertical-align:middle
}
.fusioneditor{
    padding:2px;
    box-shadow:inset 0 0 0 2px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.03);
    -moz-box-shadow:inset 0 0 0 2px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.03);
    -webkit-box-shadow:inset 0 0 0 2px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.03);
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color:#0B0B0B;
    background-color:rgba(0, 0, 0, 0.35)
}
.fusioneditor .fusioneditor_tools{
    zoom:1;
    color:#3D4346;
    border:none;
    overflow:hidden;
    box-shadow:0 2px 0 rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.01), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
    -moz-box-shadow:0 2px 0 rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.01), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
    -webkit-box-shadow:0 2px 0 rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.01), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
    line-height:0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:transparent;
    background-image:url(bar-bg.jpg);
    background-repeat:repeat;
    background-position:top left
}
.fusioneditor .fusioneditor_tools a{
    zoom:1;
    border:none !important;
    overflow:hidden;
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#262521;
    background-color:rgba(155, 150, 137, 0.08);
    transition:all 0ms;
    -o-transition:all 0ms;
    -ms-transition:all 0ms;
    -moz-transition:all 0ms;
    -webkit-transition:all 0ms
}
.fusioneditor .fusioneditor_tools a:hover{
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
    background-color:#161614;
    background-color:rgba(0, 0, 0, 0.2)
}
.fusioneditor .fusioneditor_tools a:active{
    background-color:#161614;
    background-color:rgba(0, 0, 0, 0.2)
}
.fusioneditor .fusioneditor_field{
    color:#E5E4E4;
    border:0 !important;
    margin:5px;
    resize:none;
    cursor:text;
    padding:0;
    font-size:13px;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    background-color:transparent
}
.fusioneditor .fusioneditor_field b{
    font-weight:bold
}
.fusioneditor .fusioneditor_toolbox{
    border-top:#0B0B0B;
    border-top:2px rgba(0, 0, 0, 0.35) solid
}
#pm_username_autocomplete{
    width:100% !important;
    color:#a9a8a8;
    border:none !important;
    font-size:12px;
    box-shadow:0 0 0 1px #000000, inset 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 0 3px 0 rgba(255, 255, 255, 0.35), 0 3px 0 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow:0 0 0 1px #000000, inset 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 0 3px 0 rgba(255, 255, 255, 0.35), 0 3px 0 0 rgba(0, 0, 0, 0.75);
    -webkit-box-shadow:0 0 0 1px #000000, inset 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 0 3px 0 rgba(255, 255, 255, 0.35), 0 3px 0 0 rgba(0, 0, 0, 0.75);
    font-weight:bold;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 0 4px rgba(0, 0, 0, 0.30), 0 2px 0 #000;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#131313 !important
}
#pm_username_autocomplete a{
    border:none !important;
    box-shadow:inset 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 0 1px 0 rgba(255, 213, 146, 0.4), 0 3px 0 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow:inset 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 0 1px 0 rgba(255, 213, 146, 0.4), 0 3px 0 0 rgba(0, 0, 0, 0.75);
    -webkit-box-shadow:inset 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 0 1px 0 rgba(255, 213, 146, 0.4), 0 3px 0 0 rgba(0, 0, 0, 0.75);
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px
}
#ucp_buttons{
    width:100%;
    margin:-12px 0 0 0 !important
}
#ucp_buttons a{
    margin:0 0 18px 18px !important;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px
}
.search_result_character .name{
    margin:-3px 0 0 0 !important
}
#armory_top h1{
    color:#6B6B6B;
    margin:-5px 0 0 0 !important
}
#armory_stats td{
    font-size:12px !important
}
#avatar_page center{
    color:#fff
}
*{
    /*
    margin:0;
    padding:0;
    */
    outline:none;
    position:relative;
    list-style:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
*,ul,li,h1,h2,p,b{
    /*
    margin:0;
    padding:0;
    */
    list-style:none;
    line-height:1.5;
    font-weight:normal
}
*:focus{
    outline:none
}
html,body{
    color:#fff;
    margin:0;
    padding:0;
    font-size:12px;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    background-color:transparent
}
html{
    min-width:1200px;
}
body{
    padding:7px 0 0 0;
    background:#101010 url(../theme/texture_dark_1.jpg);
    background-repeat:repeat;
    background-position:center center
}
a{
    color:#a2a2a2;
    text-decoration:none
}
a:hover{
    color:#d28800
}
img{
    border:none;
    background-color:transparent
}
input,select,textarea{
    box-sizing:content-box;
    -o-box-sizing:content-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box
}
.clear{
    clear:both
}
.border_box{
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.self_clear:after{
    height:0;
    clear:both;
    content:"";
    display:block;
    font-size:0;
    visibility:hidden
}
.vertical_center{
    top:50%;
    transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%)
}
.anti_blur, .anti_blur *{
    -webkit-transform:translateZ(0px)
}
.margin_ctrl{
    margin:0 0 5px 0
}
.main_b_holder{
    width:100%;
    height:auto;
    display:block;
    z-index:99998
}
.content_holder{
    width:1229px;
    height:auto;
    margin:0 auto
}
.content_:before{
    width:261px;
    height:100%;
    top:0;
    right:0;
    content:"";
    position:absolute;
    border-left:1px #171615 solid;
    border-left:1px rgba(255, 255, 255, 0.03) solid;
    border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    background-color:#0f0e0e;
    background-color:rgba(180,169,169,0.03)
}
.content_ {
      box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 10px 0 #000, 0 3px 0 0 #0a0a0a, inset 0 1px 0 0 #474747, inset 0 -1px 0 0 #111;
    -moz-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 10px 0 #000, 0 3px 0 0 #0a0a0a, inset 0 1px 0 0 #474747, inset 0 -1px 0 0 #111;
    -webkit-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 10px 0 #000, 0 3px 0 0 #0a0a0a, inset 0 1px 0 0 #474747, inset 0 -1px 0 0 #111;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:transparent;
    background-image:url(../theme/texture_light_2.png);
    background-repeat:repeat;
    background-position:center center
}
.body_content{
    width:100%;
    height:auto;
    color:#4e4845;
    padding:5px;
    overflow:hidden;
    font-size:12px;
    padding-bottom: 117px;

}
.body_content:before{
    width:261px;
    height:100%;
    top:0;
    left:0;
    content:"";
    position:absolute;
    border-right:1px #171615 solid;
    border-right:1px rgba(255, 255, 255, 0.03) solid;
    border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    background-color:#0f0e0e;
    background-color:rgba(180,169,169,0.03)
}
.top-left-to-right{
    width:100%;
    height:1px;
    top:0;
    left:0;
    position:absolute;
    background-color:#474747
}
.left-top-to-bottom{
    width:1px;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    background:rgb(71,71,71);
    background:-moz-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(17,17,17,1) 100%);
    background:-webkit-linear-gradient(top, rgba(71,71,71,1) 0%,rgba(17,17,17,1) 100%);
    background:linear-gradient(to bottom, rgba(71,71,71,1) 0%,rgba(17,17,17,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#111111',GradientType=0 )
}
.right-top-to-bottom{
    width:1px;
    height:100%;
    top:0;
    right:0;
    position:absolute;
    background:rgb(71,71,71);
    background:-moz-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(17,17,17,1) 100%);
    background:-webkit-linear-gradient(top, rgba(71,71,71,1) 0%,rgba(17,17,17,1) 100%);
    background:linear-gradient(to bottom, rgba(71,71,71,1) 0%,rgba(17,17,17,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#111111',GradientType=0 )
}
.bottom-left-to-right{
    width:100%;
    height:1px;
    left:0;
    bottom:0;
    position:absolute;
    background-color:#111
}
.membership-bar .membership-bar-inner .left-side .info .messages_pm:before, .membership-bar .logged_in_bar .left-side .u-links a:before, .membership-bar .not_logged_bar .left-side .avatar:before, .boxpanel_head .r_info{
    background-color:transparent;
    background-image:url(../theme/misc_main.png);
    background-repeat:no-repeat
}
#header{
    width:100%;
    height:104px;
    z-index:99999;
    background-color:transparent;
    background-image:url(../theme/header.png);
    background-repeat:no-repeat;
    background-position:top center
}
#header .holder{
    width:965px;
    height:100%;
    margin:0 auto
}
#header .holder .navigation{
    width:100%;
    height:76px
}
#header .holder .navigation .main_menu{
    width:42%;
    top:12px;
    text-align:center;
    white-space:nowrap
}
#header .holder .navigation .main_menu>li{
    width:135px;
    width:-webkit-calc(100% / 3);
    width:expression(100% / 3);
    width:-moz-calc(100% / 3);
    width:-o-calc(100% / 3);
    width:calc(100% / 3);
    display:inline-block
}
#header .holder .navigation .main_menu>li>a{
    height:100%;
    max-height:100%;
    color:#6a6a6a;
    display:block;
    font-size:13px;
    line-height:76px;

    text-shadow:0 2px 0 rgba(0, 0, 0, 0.80), 0 0 10px rgba(0, 0, 0, 0.75);
    text-transform:uppercase;
    transition:color 350ms;
    -o-transition:color 350ms;
    -ms-transition:color 350ms;
    -moz-transition:color 350ms;
    -webkit-transition:color 350ms
}
#header .holder .navigation .main_menu>li:hover>a{
    color:#c1c1c1
}
#header .holder .navigation .main_menu>li>a:before{
    width:4px;
    height:100%;
    top:0;
    right:-4px;
    content:"";
    position:absolute;
    background-color:transparent;
    background-image:url(../theme/menu_separator.png);
    background-repeat:no-repeat;
    background-position:top center
}
#header .holder .navigation .main_menu>.last_col>a:before{
    display:none
}
#header .holder .navigation .main_menu.left_area{
    float:left
}
#header .holder .navigation .main_menu.right_area{
    float:right
}
#header .holder .navigation .logo_holder{
    width:104px;
    height:115px;
    top:-5px;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute
}
#header .holder .navigation .logo_holder h1{
    width:100%;
    height:100%;
    display:block
}
#header .holder .navigation .logo_holder h1 .logo{
    width:100%;
    height:100%;
    display:block;
    text-indent:-99999px;
    background-color:transparent;
    background-image:url(logo.png);
    background-repeat:no-repeat;
    background-position:top center
}
#header .holder .navigation .logo_holder h1 .logo:before{
    width:100%;
    height:100%;
    top:0;
    left:0;
    opacity:0;
    content:"";
    position:absolute;
    background-color:transparent;
    background-image:url(logo.png);
    background-repeat:no-repeat;
    background-position:bottom center;
    transition:opacity 400ms ease-in-out;
    -o-transition:opacity 400ms ease-in-out;
    -ms-transition:opacity 400ms ease-in-out;
    -moz-transition:opacity 400ms ease-in-out;
    -webkit-transition:opacity 400ms ease-in-out
}
#header .holder .navigation .logo_holder:hover h1 .logo:before{
    opacity:1
}
#slider_container{
    width:1369px;
    max-width:95%;
    height:443px;
    top:-53px;
    margin:0 auto -131px;
    border:1px #313131 solid;
    display:block;
    z-index:99997;
    overflow:hidden;
    box-shadow:0 0 12px 0 #000000, 0 5px 0 0 #080808;
    -moz-box-shadow:0 0 12px 0 #000000, 0 5px 0 0 #080808;
    -webkit-box-shadow:0 0 12px 0 #000000, 0 5px 0 0 #080808;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px
}
#slider_container #slider{
    width:100%;
    height:100%
}
#slider_container #slider .fluxslider{
    width:100% !important;
    height:100% !important;
    overflow:hidden
}
#slider_container #slider .fluxslider .surface{
}
#slider_container #slider .fluxslider .surface .caption{
    width:auto !important;
    height:100% !important;
    top:0;
    left:0;
    bottom:auto;
    padding:0;
    background:none
}
#slider_container #slider .fluxslider .surface .caption:empty, #slider_container #slider .fluxslider .surface .caption *:empty{
    display:none
}
#slider_container #slider .fluxslider .surface .caption *{
    display:block;
    font-weight:normal;
    font-family:Days;
    text-shadow:0 0 5px #000000, 0 0 15px #000;
    text-transform:uppercase
}
#slider_container #slider .fluxslider .surface .caption span{
    top:37%;
    left:200px;
    color:#e0d0c5;
    font-size:12px;
    line-height:0;
    letter-spacing:-0.4px;
    animation:fadeDown ease-out 1000ms;
    -o-animation:fadeDown ease-out 1000ms;
    -ms-animation:fadeDown ease-out 1000ms;
    -moz-animation:fadeDown ease-out 1000ms;
    -webkit-animation:fadeDown ease-out 1000ms
}
@keyframes fadeDown{
    0%{
        top:-10%;
        opacity:0
    }
    100%{
        top:37%;
        opacity:1
    }
}
@-o-keyframes fadeDown{
    0%{
        top:-10%;
        opacity:0
    }
    100%{
        top:37%;
        opacity:1
    }
}
@-ms-keyframes fadeDown{
    0%{
        top:-10%;
        opacity:0
    }
    100%{
        top:37%;
        opacity:1
    }
}
@-moz-keyframes fadeDown{
    0%{
        top:-10%;
        opacity:0
    }
    100%{
        top:37%;
        opacity:1
    }
}
@-webkit-keyframes fadeDown{
    0%{
        top:-10%;
        opacity:0
    }
    100%{
        top:37%;
        opacity:1
    }
}
#slider_container #slider .fluxslider .surface .caption i{
    top:37%;
    left:200px;
    color:#ffc23f;
    font-size:22px;
    font-style:inherit;
    animation:fadeRight ease-out 1000ms;
    -o-animation:fadeRight ease-out 1000ms;
    -ms-animation:fadeRight ease-out 1000ms;
    -moz-animation:fadeRight ease-out 1000ms;
    -webkit-animation:fadeRight ease-out 1000ms
}
@keyframes fadeRight{
    0%{
        left:-10%;
        opacity:0
    }
    100%{
        left:200px;
        opacity:1
    }
}
@-o-keyframes fadeRight{
    0%{
        left:-10%;
        opacity:0
    }
    100%{
        left:200px;
        opacity:1
    }
}
@-ms-keyframes fadeRight{
    0%{
        left:-10%;
        opacity:0
    }
    100%{
        left:200px;
        opacity:1
    }
}
@-moz-keyframes fadeRight{
    0%{
        left:-10%;
        opacity:0
    }
    100%{
        left:200px;
        opacity:1
    }
}
@-webkit-keyframes fadeRight{
    0%{
        left:-10%;
        opacity:0
    }
    100%{
        left:200px;
        opacity:1
    }
}
#slider_container #slider .fluxslider .surface .caption a{
    top:35%;
    left:200px;
    color:#dc8044;
    float:right;
    font-size:10px;
    animation:fadeUp ease-out 1000ms;
    -o-animation:fadeUp ease-out 1000ms;
    -ms-animation:fadeUp ease-out 1000ms;
    -moz-animation:fadeUp ease-out 1000ms;
    -webkit-animation:fadeUp ease-out 1000ms
}
#slider_container #slider .fluxslider .surface .caption a:hover{
    color:#A2A2A2
}
@keyframes fadeUp{
    0%{
        top:110%;
        opacity:0
    }
    100%{
        top:35%;
        opacity:1
    }
}
@-o-keyframes fadeUp{
    0%{
        top:110%;
        opacity:0
    }
    100%{
        top:35%;
        opacity:1
    }
}
@-ms-keyframes fadeUp{
    0%{
        top:110%;
        opacity:0
    }
    100%{
        top:35%;
        opacity:1
    }
}
@-moz-keyframes fadeUp{
    0%{
        top:110%;
        opacity:0
    }
    100%{
        top:35%;
        opacity:1
    }
}
@-webkit-keyframes fadeUp{
    0%{
        top:110%;
        opacity:0
    }
    100%{
        top:35%;
        opacity:1
    }
}
#slider_container #slider .fluxslider .surface .images{
    width:100% !important
}
#slider_container #slider .fluxslider .surface .images:before{
    width:100%;
    height:100%;
    content:"";
    z-index:999;
    position:absolute;
    background-color:transparent;
    background-image:url(../theme/header_shadow.png);
    background-repeat:no-repeat;
    background-position:top center
}
#slider_container #slider .fluxslider .surface .images:after{
    width:100%;
    height:100%;
    content:"";
    z-index:999;
    position:absolute;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    background:-moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
    background:-webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
    background:radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 )
}
#slider_container #slider .fluxslider .surface .images>div{
    width:100% !important;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px
}
#slider_container #slider .fluxslider .surface #slider_next, #slider_container #slider .fluxslider .surface #slider_previous{
    display:none
}
.slider_pagination{
    width:1369px;
    max-width:95%;
    top:170px;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute
}
.slider_pagination .pagination{
    width:105px;
    float:right;
    text-align:left !important
}
.slider_pagination .pagination li{
    width:12px;
    height:12px;
    float:left;
    margin:0 5px 5px 0 !important;
    overflow:hidden;
    font-size:0;
    text-indent:-99999px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background-color:#282626;
    transition:background-color 200ms ease-in-out;
    -o-transition:background-color 200ms ease-in-out;
    -ms-transition:background-color 200ms ease-in-out;
    -moz-transition:background-color 200ms ease-in-out;
    -webkit-transition:background-color 200ms ease-in-out
}
.slider_pagination .pagination li:hover{
    background-color:#3d3838
}
.slider_pagination .pagination .current{
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.4), 0 2px 0 0 #000;
    -moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.4), 0 2px 0 0 #000;
    -webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.4), 0 2px 0 0 #000;
    background-color:#807f7f !important
}
.slider_pagination .pagination .current:before{
    width:100%;
    height:100%;
    top:0;
    left:0;
    content:"";
    position:absolute;
    background:-moz-radial-gradient(center, ellipse cover, rgba(128,127,127,0) 0%, rgba(94,94,94,1) 100%);
    background:-webkit-radial-gradient(center, ellipse cover, rgba(128,127,127,0) 0%,rgba(94,94,94,1) 100%);
    background:radial-gradient(ellipse at center, rgba(128,127,127,0) 0%,rgba(94,94,94,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00807f7f', endColorstr='#5e5e5e',GradientType=1 )
}
@media screen and (min-width: 1370px){
    .slider_pagination .pagination{
        width:155px
    }
}
.social_buttons{
    top:-28px;
    right:0;
    position:absolute;
    text-align:right
}
.social_buttons a{
    width:23px;
    height:23px;
    display:inline-block;
    text-align:center;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px
}
.social_buttons a:hover{
}
.social_buttons a.facebook{
    background-color:#4867aa
}
.social_buttons a.twitter{
    background-color:#6ba2c3
}
.social_buttons a.youtube{
    background-color:#ce5d5d
}
.social_buttons a i{
    left:0;
    right:0;
    color:#fff;
    margin:0 auto;
    position:absolute;
    font-size:16px
}
.social_buttons a:hover i{
}
.membership-bar{
    width:100%;
    height:56px;
    border:1px #3f291e solid;
    padding:6px;
    box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 8px 0 rgba(0, 0, 0, 0.40), 0 2px 0 0 #000;
    -moz-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 8px 0 rgba(0, 0, 0, 0.40), 0 2px 0 0 #000;
    -webkit-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 8px 0 rgba(0, 0, 0, 0.40), 0 2px 0 0 #000;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:transparent;
    background-image:url(texture_light_1.png);
    background-repeat:repeat;
    background-position:center center
}
.membership-bar .membership-bar-inner{
    width:100%;
    height:100%;
    display:block
}
.membership-bar .membership-bar-inner .left-side{
    width:70%;
    height:100%;
    float:left;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 0 5px rgba(0, 0, 0, 0.65), 0 1px 0 #000, 0 2px 0 #000
}
.membership-bar .membership-bar-inner .right-side{
    width:30%;
    height:100%;
    float:right
}
.membership-bar .membership-bar-inner .left-side .lseparator, .membership-bar .membership-bar-inner .right-side .rseparator{
    width:13px;
    height:100%;
    margin:0 15px;
    background-color:transparent;
    background-image:url(../theme/vertical_divider.png);
    background-repeat:no-repeat
}
.membership-bar .membership-bar-inner .left-side .lseparator{
    float:left;
    background-position:center top
}
.membership-bar .membership-bar-inner .right-side .rseparator{
    float:right;
    background-position:center center
}
.membership-bar .membership-bar-inner .left-side .avatar{
    width:42px;
    height:100%;
    float:left;
    margin:0;
    border:1px #333130 solid;
    padding:2px;
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 #000;
    -moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 #000;
    -webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.5), 0 1px 0 0 #000;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#070707
}
.membership-bar .membership-bar-inner .left-side .info{
    width:auto;
    height:100%;
    float:left;
    margin:0 0 0 10px
}
.membership-bar .membership-bar-inner .left-side .info .welcome_msg{
    color:#7e7775;
    margin:3px 0 0 0;
    display:block
}
.membership-bar .membership-bar-inner .left-side .info .messages_pm{
    color:#635f5d;
    display:block;
    font-size:11px
}
.membership-bar .membership-bar-inner .right-side .account-menu{
    width:auto;
    height:100%;
    float:right;
    margin:0 0 0 -8px
}
.membership-bar .membership-bar-inner .right-side .account-menu a{
    margin:4px 0 0 8px
}
.membership-bar .logged_in_bar .left-side .avatar a{
    width:100%;
    height:100%;
    display:block
}
.membership-bar .logged_in_bar .left-side .avatar a img{
    display:block;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    vertical-align:middle
}
.membership-bar .logged_in_bar .left-side .info .welcome_msg a{
    color:#d0d0d0
}
.membership-bar .logged_in_bar .left-side .info .messages_pm{
    margin:3px 0 0 -3px
}
.membership-bar .logged_in_bar .left-side .info .messages_pm:hover{
    color:#D28800
}
.membership-bar .logged_in_bar .left-side .info .messages_pm:before{
    width:22px;
    height:17px;
    content:"";
    display:inline-block;
    position:relative;
    vertical-align:bottom;
    background-position:-41px -64px
}
.membership-bar .logged_in_bar .left-side .info .messages_pm i{
    color:#ffa45c;
    font-style:inherit
}
.membership-bar .logged_in_bar .left-side .coins{
    width:auto;
    height:100%;
    float:left
}
.membership-bar .logged_in_bar .left-side .coins span{
    color:#7f7b79;
    margin:3px 0 0 0;
    display:block
}
.membership-bar .logged_in_bar .left-side .coins span:before{
    width:16px;
    height:16px;
    margin:0 10px 0 0;
    content:"";
    display:inline-block;
    position:relative;
    vertical-align:top;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:center center
}
.membership-bar .logged_in_bar .left-side .coins span i{
    color:#d0d0d0;
    font-style:inherit;
    font-weight:bold
}
.membership-bar .logged_in_bar .left-side .coins .silver_c:before{
    background-image:url(/application/images/icons/lightning.png)
}
.membership-bar .logged_in_bar .left-side .coins .gold_c:before{
    background-image:url(/application/images/icons/coins.png)
}
.membership-bar .logged_in_bar .left-side .u-links{
    width:auto;
    height:100%;
    float:left
}
.membership-bar .logged_in_bar .left-side .u-links a{
    width:30px;
    height:30px;
    margin:6px 6px 0 0;
    padding:0
}
.membership-bar .logged_in_bar .left-side .u-links a:before{
    width:22px;
    height:22px;
    top:4px;
    left:4px;
    content:"";
    position:absolute
}
.membership-bar .logged_in_bar .left-side .u-links .silver_c:before{
    background-position:-93px -5px
}
.membership-bar .logged_in_bar .left-side .u-links .gold_c:before{
    background-position:-115px -5px
}
.membership-bar .logged_in_bar .right-side .account-menu .acc_panel{
    color:#b09561;
    background-color:#181412
}
.membership-bar .logged_in_bar .right-side .account-menu .acc_panel:hover{
    color:#e4b761;
    background-color:#27211d
}
.membership-bar .logged_in_bar .right-side .account-menu .acc_logout{
    color:#0c0c0b;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.15);
    background-color:#3c2f26
}
.membership-bar .logged_in_bar .right-side .account-menu .acc_logout:hover{
    color:#000;
    background-color:#4e3c2f
}
.membership-bar .not_logged_bar .left-side .avatar:before{
    width:100%;
    height:100%;
    content:"";
    display:block;
    position:relative;
    background-position:-3px -55px
}
.membership-bar .not_logged_bar .left-side .info .welcome_msg i{
    color:#d0d0d0;
    font-style:inherit
}
.membership-bar .not_logged_bar .left-side .info .messages_pm{
    margin:3px 0 0 -5px
}
.membership-bar .not_logged_bar .left-side .info .messages_pm:before{
    width:21px;
    height:20px;
    top:-1px;
    content:"";
    display:inline-block;
    position:relative;
    vertical-align:middle;
    background-position:-71px -63px
}
.membership-bar .not_logged_bar .right-side .account-menu .acc_login{
    color:#b09561;
    background-color:#181412
}
.membership-bar .not_logged_bar .right-side .account-menu .acc_login:hover{
    color:#e4b761;
    background-color:#27211d
}
.membership-bar .not_logged_bar .right-side .account-menu .acc_register{
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.15);
    background-color:#3c2f26
}
.membership-bar .not_logged_bar .right-side .account-menu .acc_register:hover{
    background-color:#4e3c2f
}
#right{
    width:690px;
    float:left;
    margin:0 0 -5px 15px;
}
#right .post, #right .page .page_body{
    border:1px #292929 solid;
    padding:14px;
    box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.7), 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.7), 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.7), 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(0, 0, 0, 0.7);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#131112
}


#right .post .post_header, #right .page .page_header{
    width:98%;
    z-index:9;
    display:block
}
#right .post .post_body, #right .page .page_body{
    z-index:9
}
#right .post .post_body .avatar, #right .page .page_body #ucp_avatar{
    width:120px;
    height:120px;
    float:left;
    border:1px solid #272625;
    margin:0 10px 0 0;
    padding:2px;
    z-index:9;
    overflow:hidden;
    box-shadow:0 2px 0 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 2px 0 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:0 2px 0 0 rgba(0, 0, 0, 0.4);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#000
}
#right .post .post_body .avatar:before, #right .page .page_body #ucp_avatar:before{
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:9;
    content:"";
    position:absolute;
    box-shadow:inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow:inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:inset 0 0 30px 0 rgba(0, 0, 0, 0.6)
}
#right .post .post_body .avatar img, #right .page .page_body #ucp_avatar img{
    width:100%;
    height:100%;
    display:block;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px
}
#right .divider, #right .ucp_divider{
    width:100%;
    height:13px;
    clear:both;
    margin:20px auto;
    background-color:transparent;
    background-image:url(../theme/divider.png);
    background-repeat:no-repeat;
    background-position:top center
}
#right .ucp_divider{
    margin:0 auto;
    padding:15px 0
}
#right .vertical_divider{
    width:13px;
    height:674px;
    margin:auto 10px;
    background-color:transparent;
    background-image:url(../theme/vertical_divider.png);
    background-repeat:no-repeat;
    background-position:center top
}
#right .content_header{
    width:100%;
    height:43px;
    border:1px #292929 solid;
    display:block;
    padding:0 14px;
    box-shadow:inset 0 0 6px 0 #000, 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow:inset 0 0 6px 0 #000, 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(0, 0, 0, 0.75);
    -webkit-box-shadow:inset 0 0 6px 0 #000, 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(0, 0, 0, 0.75);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-size:100% 100%;
    background-color:transparent;
    background-image:url(../theme/content_header.png);
    background-repeat:no-repeat;
    background-position:center center
}
#right .content_header .left_side{
    float:left
}
#right .content_header .left_side .title{
    color:#dadad9;
    font-size:13px;
    line-height:43px;
    font-weight:bold;
    font-family: 'Open Sans', Helvetica, serif;
    text-shadow:0 0 10px rgba(0, 0, 0, 0.75), 0 1px 2px rgba(0, 0, 0, 0.80);
    text-transform:uppercase
}
#right .content_header .left_side .title h3{
    font-size:13px;
    line-height:43px
}
#right .content_header .left_side .title i, #right .content_header .left_side .title .first{
    color:#c29b47;
    font-style:inherit;
    font-family: 'Open Sans', Helvetica, serif;
}
#right .content_header .right_side{
    float:right
}
#right .content_header .right_side a{
    color:#959595;
    margin:0 0 0 10px;
    font-size:12px;
    line-height:43px;
    text-shadow:0 2px 0 #000;

    text-transform:uppercase;
    transition:color 200ms ease-in-out;
    -o-transition:color 200ms ease-in-out;
    -ms-transition:color 200ms ease-in-out;
    -moz-transition:color 200ms ease-in-out;
    -webkit-transition:color 200ms ease-in-out
}
#right .content_header .right_side a:hover{
    color:#f2c745
}
#right .post{
}
#right .post .post_header{
}
#right .post .post_header .post_image_holder{
    text-align:center;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px
}
#right .post .post_header .post_image_holder:before{
    width:100%;
    height:100%;
    top:0;
    left:0;
    border:1px #3f3f3f solid;
    border-top-color:#636363;
    z-index:9;
    content:"";
    position:absolute;
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-shadow:inset 0 0 8px 0 rgba(0, 0, 0, 0.7), 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 #000;
    -moz-box-shadow:inset 0 0 8px 0 rgba(0, 0, 0, 0.7), 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 #000;
    -webkit-box-shadow:inset 0 0 8px 0 rgba(0, 0, 0, 0.7), 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 2px 0 0 #000;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:-moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%);
    background:-webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    background:linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 )
}
#right .post .post_header .post_image_holder img{
    width:100%;
    max-width:100%;
    display:block;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px
}
#right .post .post_header .post_meta_infos{
    margin:0px 0 0 0
}
#right .post .post_header .post_meta_infos .meta_info{
    float:left;
    color:#b8b8b8;
    padding:1.5px 15px;
    font-size:11px;
    text-shadow: 0 0 4px rgb(0 0 0 / 30%), 0 2px 0 #000;
    font-family: 'Open Sans', serif;
    border-left:1px #646464 solid
}
#right .post .post_header .post_meta_infos .post_title{
    border:none;
    padding:0 15px 0 0
}
#right .post .post_header .post_meta_infos .post_title h2{
}
#right .post .post_header .post_meta_infos .post_title h2 a{
    color:#dc8f3c;
    display:block;
    font-size:12px;
   font-family: 'Open Sans', serif;
}
#right .post .post_header .post_meta_infos .post_title h2 a:hover{
    color:#f7942b
}
#right .post .post_header .post_meta_infos .post_author{
    color:#828282
}
#right .post .post_header .post_meta_infos .post_author a{
    color:#dc3f3f
}
#right .post .post_header .post_meta_infos .post_author a:hover{
    color:#f22f2f
}
#right .post .post_body{
    margin:10px 0 0 0
}
#right .post .post_body .post_content{
    color:#a3a3a3;
    font-size:12px;
    text-shadow:0 2px 0 #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif
}
#right .post .post_body .post_content img{
    box-shadow:0 0 10px 0 #000;
    -moz-box-shadow:0 0 10px 0 #000;
    -webkit-box-shadow:0 0 10px 0 #000;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px
}
#right .post .post_body .post_content a{
    color:#d8d8d8
}
#right .post .post_body .post_content a:hover{
    color:#807C78
}
#right .post .post_body .post_content .post_image{
    display:none
}
#right .page{
}
#right .page .page_header{
}
#right .page .page_body{
}
#left{
    width:250px;
    float:right;
    margin:0 0 -10px 0
}
#left .sidebox{
    margin:0 0 10px 0;
    padding:0 10px;
    overflow:hidden
}
#left .sidebox .sidebox_title{
    width:auto;
    height:37px;
    color:#969696;
    padding:5px 0;
    overflow:hidden;
    font-size:13px;
    line-height:37px;

    text-shadow:0 2px 0 rgba(0, 0, 0, 0.80), 0 0 10px rgba(0, 0, 0, 0.75);
    text-transform:uppercase;
    background-color:transparent;
    background-image:url(border.png);
    background-repeat:repeat-x;
    background-position:bottom center
}
#left .sidebox .sidebox_title i{
    color:#383831;
    font-style:inherit;

}
#left .sidebox .sidebox_body{
    padding:0 0 0 0
}
#left .side_divider{
    width:100%;
    height:21px;
    margin:5px auto;
    background-color:transparent;
    background-image:url(side_divider.png);
    background-repeat:no-repeat;
    background-position:top center
}
#footer{
    width:100%;
    height:150px;
    margin:15px 0 0 0;
    z-index:99997;
    overflow:hidden
}
#footer .holder{
    width:1150px;
    height:100%;
    margin:0 auto;
    padding:20px
}
#footer .holder .left_area{
    width:60%;
    height:100%;
    float:left
}
#footer .holder .left_area ul {
    margin-left: 0px !important;
}
#footer .holder .left_area .footer_links{
}
#footer .holder .left_area .footer_links li{
    float:left;
    margin:0 20px 0 0
}
#footer .holder .left_area .footer_links li a{
    color:#595959;
    display:block;
    font-size:11px;

    text-shadow:0 2px 0 rgba(0, 0, 0, 0.80), 0 0 7px rgba(0, 0, 0, 0.75);
    text-transform:uppercase
}
#footer .holder .left_area .footer_links li a:hover{
    color:#939393
}
#footer .holder .right_area{
    width:40%;
    height:100%;
    float:right;
    color:#7a7a74;
    font-size:11px;
    text-align:right;
    
    text-shadow:0 2px 0 rgba(0, 0, 0, 0.80), 0 0 7px rgba(0, 0, 0, 0.75);
    text-transform:uppercase
}
#footer .holder .right_area a{
    color:#666c6a
}
#footer .holder .right_area a:hover{
    color:#888e8c
}
.nice_button,input[type="submit"]{
    width:auto;
    height:auto;
    color:#9a8c85;
    cursor:pointer;
    padding:6.5px 19px;
    font-size:13px;
    text-align:center;
    box-shadow:inset 0 0 0 2px rgba(0, 0, 0, 0.40), inset 0 0 24px 0 rgba(0, 0, 0, 0.46), 0 0 3px 0 rgba(0, 0, 0, 0.75), 0 2px 0 0 rgba(0, 0, 0, 0.28);
    -moz-box-shadow:inset 0 0 0 2px rgba(0, 0, 0, 0.40), inset 0 0 24px 0 rgba(0, 0, 0, 0.46), 0 0 3px 0 rgba(0, 0, 0, 0.75), 0 2px 0 0 rgba(0, 0, 0, 0.28);
    -webkit-box-shadow:inset 0 0 0 2px rgba(0, 0, 0, 0.40), inset 0 0 24px 0 rgba(0, 0, 0, 0.46), 0 0 3px 0 rgba(0, 0, 0, 0.75), 0 2px 0 0 rgba(0, 0, 0, 0.28);
    font-family: 'Open Sans', serif;
    font-weight:bold;
    text-shadow:0 1px 0 #000;
    border-width:1px;
    border-style:solid;
    border-top-color:#a8905a;
    border-left-color:#80663f;
    border-right-color:#80663f;
    border-bottom-color:#593c24;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-transform:uppercase;
    background-color:#2d2522;
    transition:color 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition:color 300ms ease-in-out, background-color 300ms ease-in-out;
    -ms-transition:color 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition:color 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition:color 300ms ease-in-out, background-color 300ms ease-in-out
}
.nice_button{
    display:inline-block
}
.nice_button:hover,input[type="submit"]:hover{
    color:#f2c745;
    background-color:#312825
}
.nice_active{
    color:#f7c736;
    background-color:#422f29
}
.nice_active:hover{
    color:#ffc820;
    background-color:#4e362e
}
.item_group{
    border:none;
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    text-shadow:0 1px 0 #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#161415
}
.item_icon, .item_avatar, #ucp_characters a, .message_box a:not(.message_box_author){
    border:1px solid #272625 !important;
    padding:2px;
    overflow:hidden;
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-shadow:0 2px 0 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 2px 0 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:0 2px 0 0 rgba(0, 0, 0, 0.4);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#000
}
.item_icon:before, .item_avatar:before, #ucp_characters a:before, .message_box a:not(.message_box_author):before{
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:9;
    content:"";
    position:absolute;
    box-shadow:inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow:inset 0 0 30px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:inset 0 0 30px 0 rgba(0, 0, 0, 0.6)
}
.item_icon img, .item_avatar img, #ucp_characters a img, .message_box a:not(.message_box_author) img{
    width:100%;
    height:100%;
    display:block;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px
}
.boxpanel_bar,.poll_bar{
    width:100%;
    height:20px;
    margin:0;
    padding:2px;
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-shadow:0 2px 0 0 rgba(255, 255, 255, 0.04), inset 0 2px 3px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow:0 2px 0 0 rgba(255, 255, 255, 0.04), inset 0 2px 3px 0 rgba(0, 0, 0, 0.75);
    -webkit-box-shadow:0 2px 0 0 rgba(255, 255, 255, 0.04), inset 0 2px 3px 0 rgba(0, 0, 0, 0.75);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#0e0e0e
}
.boxpanel_bar .boxpanel_bar_fill, .poll_bar .poll_bar_fill{
    width:0;
    max-width:100%;
    height:100%;
    display:block;
    box-shadow:0 2px 0 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow:0 2px 0 0 rgba(0, 0, 0, 0.75);
    -webkit-box-shadow:0 2px 0 0 rgba(0, 0, 0, 0.75);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:transparent;
    background-image:url(../theme/boxpanel_bar.jpg);
    background-repeat:no-repeat;
    background-position:top left
}
.links {
  margin-top: 7px;
}
.links .ilink{
  display: block;
  padding-left: 5px;
  font-size: 12px;
  padding-bottom: 3px;
  padding-top: 5px;
}
.links .ilink {
  margin: 0 8px 0 8px;
  box-shadow: 0 1px 0 0 #0c0b0b, 0 2px 0 0 #282625;
  -moz-box-shadow: 0 1px 0 0 #0c0b0b, 0 2px 0 0 #282625;
  -webkit-box-shadow: 0 1px 0 0 #0c0b0b, 0 2px 0 0 #282625;
}
.links .ilink:before{
  content: "\00BB ";
  margin-right: 4px;
}
#logo_h {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 392px;
    height: 222px;
    position: absolute;
    z-index: 9999;
    filter: grayscale(0.2);
}
#left #sidebox_status{
}
#left #sidebox_status .sidebox_title{
    display:none
}
#left #sidebox_status .sidebox_body{
    padding:0
}
#left #sidebox_status .loading_ajax{
    padding:45px 0 25px 0;
    text-align:center
}
#left #sidebox_status .loading_ajax img{
    vertical-align:middle
}
.boxpanel_holder{
    width:100%;
    height:auto;
    display:block
}
.boxpanel_holder .boxpanel_head {
    width: 100%;
    padding: 1px 0;
    height: 38px;
    background-image: linear-gradient(rgba(0,0,0,0.05),rgba(0,0,0,0.2));
    margin-top: 6px;
    display: block;
    border-radius: 22px;
    border-top-color: #a8905a;
    border-style: solid;
    border-width: 1px;
    border-left-color: #80663f;
    border-right-color: #80663f;
    border-bottom-color: #593c24;
}
.r_name {
  margin-left: 14px;
  padding-left: 24px;
}
.r_name:before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    background-image: url(../theme/icon.png?v2);
}
.boxpanel_holder .boxpanel_head .r_name{
    color:#969696;
    font-size:13px;
    line-height:37px;
    font-family: 'Open Sans', Helvetica, serif;
    text-shadow:0 2px 0 rgba(0, 0, 0, 0.80), 0 0 10px rgba(0, 0, 0, 0.75);
    text-transform:uppercase;
    font-weight:bold;
}

.boxpanel_holder .boxpanel_head .r_name i{
    color:#383831;
    font-style:inherit;
    font-family: 'Open Sans', Helvetica, serif;
}
.boxpanel_holder .boxpanel_head .r_info{
    width:19px;
    height:19px;
    top:14px;
    right:0;
    position:absolute;
    background-position:-62px -116px
}
.boxpanel_holder .boxpanel_body{
}
.boxpanel_holder .boxpanel_body .boxpanel_online_bar{
    width:100%;
    height:20px;
    margin:13px 0 0 0;
    display:block
}
.boxpanel_holder .boxpanel_body .boxpanel_online_statistics{
    width:100%;
    color:#464646;
    margin:13px 0 0 0;
    display:block;
    font-size:11px;
    text-shadow:0 0 4px rgba(0, 0, 0, 0.85), 0 1px 1px #000
}
.boxpanel_holder .boxpanel_body .boxpanel_online_statistics .r_online_players{
}
.boxpanel_holder .boxpanel_body .boxpanel_online_statistics .r_online_players span{
    color:#a3a3a3
}
.boxpanel_holder .boxpanel_body .boxpanel_online_statistics .r_online_players i{
    color:#464646;
    font-size:10px;
    font-style:inherit
}
.boxpanel_holder .boxpanel_body .boxpanel_online_statistics .r_desc{
    float:right;
    color:#463f3b
}
.boxpanel_holder .boxpanel_body .boxpanel_online_statistics .r_desc i{
    font-style:inherit
}
.Vanilla .r_exp{
}
.TBC .r_exp{
    color:#357D34
}
.freshera .r_exp{
    color:#34517D
}
.Cataclysm .r_exp{
    color:#7d5034
}
.boxpanel_holder .boxpanel_body .boxpanel_info{
    color:#777;
    margin:13px 0 0 0;
    font-size:11px;
    word-wrap:break-word;
    word-break:break-word;
    text-shadow:#000 1px 1px 0;
    font-family:Verdana,Arial,Helvetica,sans-serif
}
#left #sidebox_status #realmlist{
    width:100%;
    color:#a3a3a3;
    border:none;
    margin:13px 0 0 0;
    padding:0;
    font-size:11px;
    text-shadow:#000 1px 1px 0;
    font-family:Verdana,Arial,Helvetica,sans-serif
}
#left #sidebox_status #realmlist span{
    color:#d4904e
}
#left #sidebox_toppvp .sidebox_body{
    padding:0
}
#left #sidebox_toppvp .sidebox_body .toppvp_realm{
    width:100%;
    float:none;
    overflow:hidden;
    text-align:left;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px
}
.toppvp_realm .toppvp_select{
    padding:3px 0 5px 0
}
.toppvp_realm .toppvp_select>a{
    color:#A57221;
    font-size:15px;
    font-weight:bold
}
.toppvp_realm .toppvp_select>a:hover{
    color:#DC921D
}
.toppvp_realm .toppvp_select .toppvp_previous{
    float:right
}
.toppvp_realm .toppvp_select .toppvp_next{
    margin:0 0 0 5px
}
.toppvp_realm .toppvp_select .r_name{
    color:#af8549;
    font-size:11px;

    text-shadow:0 0 3px rgba(0, 0, 0, 0.55), 0 1px 1px rgba(0, 0, 0, 0.85);
    text-transform:uppercase
}
.toppvp_realm .toppvp_select .r_name:before{
    width:100%;
    height:13px;
    top:7px;
    left:0;
    right:0;
    margin:0 auto;
    z-index:9;
    content:"";
    position:absolute;
    background:url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyMTAxMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzEyMTAxMSIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzEyMTAxMSIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjEwMTEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(top, rgba(18,16,17,0) 0%, rgba(18,16,17,0.35) 30%, rgba(18,16,17,0.35) 70%, rgba(18,16,17,0) 100%);
    background:-webkit-linear-gradient(top, rgba(18,16,17,0) 0%,rgba(18,16,17,0.35) 30%,rgba(18,16,17,0.35) 70%,rgba(18,16,17,0) 100%);
    background:linear-gradient(to bottom, rgba(18,16,17,0) 0%,rgba(18,16,17,0.35) 30%,rgba(18,16,17,0.35) 70%,rgba(18,16,17,0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00121011', endColorstr='#00121011',GradientType=0 )
}
.toppvp_realm .toppvp_data{
}
.toppvp_realm .toppvp_data .toppvp_character{
    width:100%;
    padding:0;
    overflow:hidden;
    border-spacing:0
}
.toppvp_realm .toppvp_data .toppvp_character thead tr td{
  border-top:none;
  background:none;
}
.toppvp_realm .toppvp_data .toppvp_character thead tr td:before{
  border-top:none;
  background:none;
}
.toppvp_realm .toppvp_data .toppvp_character tr td{
    padding:3px 5px;
    white-space:nowrap;
    border-top:1px #181616 solid;
    border-right:1px #181616 solid;
    background:rgba(0, 0, 0, 0.05);
    background:url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background:-moz-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.05)), color-stop(100%,rgba(0,0,0,0)));
    background:-webkit-linear-gradient(left, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
    background:-o-linear-gradient(left, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
    background:-ms-linear-gradient(left, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
    background:linear-gradient(to right, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000',GradientType=1 )
}
.toppvp_realm .toppvp_data .toppvp_character tr td:last-child{
    border-right:none
}
.toppvp_realm .toppvp_data .toppvp_character tr td:before{
    width:100%;
    height:1px;
    top:0;
    left:0;
    content:"";
    position:absolute;
    background-color:#000;
    background-color:rgba(0, 0, 0, 0.4)
}
.toppvp_realm .toppvp_data .toppvp_character tr td:after{
    width:1px;
    height:100%;
    top:0;
    right:0;
    content:"";
    position:absolute;
    background-color:#000;
    background-color:rgba(0, 0, 0, 0.4)
}
.toppvp_realm .toppvp_data .toppvp_character tr td:last-child:after{
    display:none
}
article:before {
    background: url(../theme/bgmix.png);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.05;
    left: 0;
    pointer-events: none;
}

#bgmix {
  content: "";
    position: fixed;
    width: 100%;
    top: 0px;
    height: 100%;
    background-image: url(../theme/bgmix.png);
    background-repeat: repeat;
    opacity: 0.05;
    mix-blend-mode: overlay;
    
}
#content_ajax article {
  color: #999999;
  font-size: 12px;
  font-family: 'Arial', 'Open Sans', serif;
}

.toppvp_realm .toppvp_data .toppvp_character tr .char-rating, .toppvp_realm .toppvp_data .toppvp_character tr .head_char-rating{
    color:#cf3a00;
    font-size:12px;
    text-align:center;
    background:none;
    filter:none
}
.vocation {
  color:#587c2d;
}
.toppvp_realm .toppvp_data .toppvp_character tr .char-name{
}

.toppvp_realm .toppvp_data .toppvp_character tr .char-class{
    font-size:10px;
    text-transform:uppercase
}
.toppvp_realm .toppvp_data .toppvp_character tr .char-kills{
    color:#404040;
    font-size:11px
}
.toppvp_realm .toppvp_data .toppvp_character tr .char-kills span{
    color:#6c6c6c;
    font-size:9px;
    text-transform:uppercase
}
.toppvp_realm .toppvp_data .toppvp_character tr .no_stats{
    color:#a03535;
    margin:0;
    padding:10px 0;
    display:block;
    text-align:center
}
#left #shoutbox{
}
#left #shoutbox form{
    margin:0
}
#left #shoutbox form textarea{
    width:100%;
    height:35px;
    min-height:35px;
    max-height:35px;
    margin:0 0 5px 0;
    display:block;
    overflow:hidden
}
#left #shoutbox form textarea:focus{
    height:70px;
    min-height:70px;
    max-height:70px
}
#left #shoutbox form .shout_characters_remaining{
    width:auto;
    color:#6e6e6e;
    margin:13px 0 0 0;
    font-size:11px;
    text-shadow:0 1px 0 #000000, 0 0 5px #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif
}
#left #shoutbox form .shout_characters_remaining span{
    font-weight:bold
}
#left #shoutbox form input[type="submit"]{
    float:right;
    margin:4px 0 0 0
}
#left #shoutbox #the_shouts{
    margin:-5px 0 0 0
}
#left #shoutbox #the_shouts .shout{
    color:#717171;
    padding:5px 8px 10px 8px;
    text-shadow:0 1px 0 #000;
    background-color:transparent;
    background-image:url(shout_sep.png);
    background-repeat:no-repeat;
    background-position:bottom center
}
#left #shoutbox #the_shouts .shout:last-child{
    background:none
}
#left #shoutbox #the_shouts .shout img{
    vertical-align:middle
}
#left #shoutbox #the_shouts .shout .shout_author{
    color:#4e4845;
    font-size:12px
}
#left #shoutbox #the_shouts .shout .shout_author a{
    color:#a1a1a1
}
#left #shoutbox #the_shouts .shout .shout_author a:hover{
    color:#c5c5c5
}
#left #shoutbox #the_shouts .shout .shout_author a img{
    margin:0 -4px 0 0
}
#left #shoutbox #the_shouts .shout .shout_date{
    color:#585858;
    margin:2px 0 0 0;
    z-index:9;
    font-size:11px
}
#left #shoutbox #the_shouts .shout .shout_date a img{
    width:11px;
    height:11px
}
#left #shoutbox #the_shouts .shout .shout_staff a{
    color:#0091CE
}
#left #shoutbox #the_shouts .shout .shout_staff a:hover{
    color:#00B4FF
}
#left #shoutbox #shoutbox_view{
    margin:10px 0 0 0;
    padding:0
}
.comments{
}
.comments .comments_area{
    width:100%;
    float:none;
    margin:0
}
.comment-row{
    margin:0 0 10px 0;
    padding:10px;
    font-size:11px;
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    text-shadow:0 1px 0 #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#0e0d0d
}
.comment-row:last-child{
    margin:0
}
.comment_left{
    width:75px;
    float:left;
    margin:0 15px 0 0;
    z-index:9;
    overflow:hidden
}
.comment-row .comment_author_avatar{
    width:75px;
    height:75px;
    margin:0 auto;
    display:block
}
.comment-row .comment_author{
    color:#a1a1a1;
    margin:7px auto 0 auto;
    display:block;
    text-align:center;
    font-weight:inherit
}
.comment-row .comment_author:hover{
    color:#c5c5c5
}
.staff_comment .comment_author{
    color:#0091CE
}
.staff_comment .comment_author:hover{
    color:#00B4FF
}
.comment_right{
    width:604px;
    width:1%;
    display:table-cell
}
.comment-row .comment_content{
    color:#717171
}
.comment-row .comment_content img{
    vertical-align:middle
}
.comment-row .comment_date{
    color:#585858;
    padding:0 0 0 10px;
    z-index:9
}
.comment-row .comment_date img{
    width:11px;
    height:11px;
    top:2px
}
.comments form{
    width:100% !important;
    margin:10px 0 0 0 !important
}
.comments form textarea{
    width:100%;
    height:70px
}
.comments form .characters_remaining{
    color:#6e6e6e;
    margin:19px 0 0 0;
    font-size:11px;
    text-shadow:0 1px 0 #000000, 0 0 5px #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif
}
.comments form .characters_remaining span{
    font-weight:bold
}
.comments form input[type="submit"]{
    margin:10px 0 0 0
}
#page_ucp #ucp_avatar>div{
    z-index:9
}
#page_ucp #ucp_info aside{
    width:265px !important
}
#page_ucp #ucp_characters{
    margin:-20px auto 0 auto !important
}
#page_ucp #ucp_characters a{
    margin:0 10px 10px 0 !important
}
.message_box{
    color:#717171 !important;
    border:none !important;
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    text-shadow:0 1px 0 #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#0e0d0d !important
}
.message_box .message_box_date{
    color:#585858 !important;
    z-index:9
}
.message_box a:not(.message_box_author){
    width:46px;
    height:46px
}
.message_box[style="float:left"] a:not(.message_box_author){
    margin-right:10px
}
.message_box a img{
    border:none !important
}
.message_box .message_box_author{
    color:#a1a1a1;
    margin:0 0 10px 0
}
.message_box .message_box_author:hover{
    color:#c5c5c5
}
.message_box a+div{
    display:none
}
#store form .filter_field{
    height:auto !important;
    padding:15px 5px !important
}
#store form .filter_field select, #store form .filter_field .sbHolder, #store form .filter_field input[type="text"], input[type="search"]{
    width:130px;
    margin:0;
    vertical-align:middle
}
#store form .filter_field:last-of-type a{
    margin:1px 10px 0 0
}
#store form .filter_field:last-of-type a:last-child{
    margin:1px 0 0 0
}
#store .ucp_divider{
    margin:0 auto
}
#store #store_content .boxpanel_items>div:first-child{
    padding:0 0 0 5px !important
}
#store #store_content .item_group_title{
    margin:3px 0 3px 5px
}
#store #store_content .item_group{
    margin:0 0 0 5px;
    padding:10px
}
#store #store_content .item_group .store_item{
    height:42px !important;
    margin:0 0 10px 0;
    padding:10px;
    border:none !important;
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    text-shadow:0 1px 0 #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#0e0d0d
}
#store #store_content .item_group .store_item:last-child{
    margin:0
}
#store #store_content .item_group .store_item .store_buttons, #store #store_content .item_group .store_item .store_buttons a{
    margin:2px 0 0 0
}
#store #store_content #cart .store_item{
    margin:0 0 5px 0;
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    text-shadow:0 1px 0 #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#0e0d0d
}
#store #store_content #cart .store_item .item_name{
    width:65%;
    height:18px;
    overflow:hidden
}
#store #store_content #cart .store_item .item_realm{
    margin:6px 0 0 0
}
#store #store_content #cart .store_item:hover .item_name, #store #store_content #cart .store_item:hover .item_realm{
    margin-left:0 !important
}
#store #store_content #cart .store_item .delete_item{
    width:17px !important;
    float:right;
    right:-2px;
    bottom:8px;
    opacity:0;
    display:block;
    z-index:9;
    overflow:hidden;
    position:absolute;
    transition:opacity 500ms;
    -o-transition:opacity 500ms;
    -ms-transition:opacity 500ms;
    -moz-transition:opacity 500ms;
    -webkit-transition:opacity 500ms
}
#store #store_content #cart .store_item:hover .delete_item{
    width:17px;
    opacity:1
}
#store #store_content #cart #cart_price #vp_price_full{
    margin:13px 10px 0 0 !important
}
#store #store_content #cart #cart_price #dp_price_full{
    margin:13px 0 0 0 !important
}
#store #store_content #cart #cart_price a{
    margin:4px 0 0 0
}
#checkout #checkout_info a{
    margin:-5px 0 0 0
}
#checkout .store_item{
    height:44px;
    margin:0 0 10px 0;
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    text-shadow:0 1px 0 #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#0e0d0d
}
#checkout .store_item:last-child{
    margin:0
}
#checkout .store_item .checkout_characters .sbHolder{
    width:160px
}
#teleport #select_character{
    margin-right:15px
}
#teleport #select_character .teleport_boxpanel_divider{
    color:#6e6e6e;
    font-size:11px;
    font-weight:bold;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 1px 0 #000000, 0 0 5px #000
}
#teleport #select_character .select_character{
    margin:0 0 8px 0;
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    text-shadow:0 1px 0 #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#0e0d0d
}
#teleport #select_character .select_character:hover{
    background-color:#101010
}
#teleport #select_character .item_group{
    margin:0 0 8px 0;
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    text-shadow:0 1px 0 #000;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#101010
}
#teleport #select_character .character{
    margin:0
}
#teleport #select_character .character .character_buttons, #teleport #select_character .character .character_buttons a{
    margin:1px 0 0 0
}
#teleport #select_location{
    float:right
}
#teleport #select_location .location{
    margin:0 0 8px 0;
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    -webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.4), inset 0 -2px 0 0 #000;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:rgba(16, 16, 16, 0.3);
    transition:background ease-in-out 500ms;
    -o-transition:background ease-in-out 500ms;
    -ms-transition:background ease-in-out 500ms;
    -moz-transition:background ease-in-out 500ms;
    -webkit-transition:background ease-in-out 500ms
}
#teleport #select_location .location:hover{
    background-color:rgba(16, 16, 16, 0.5)
}
#teleport #select_location .location .location_buttons, #teleport #select_location .location .location_buttons a{
    margin:1px 0 0 0
}
#teleport #select_character .character .character_name, #teleport #select_location .location .location_name{
    color:#a1a1a1;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif
}
#teleport #select_character .character .character_name:hover, #teleport #select_location .location .location_name:hover{
    color:#c5c5c5
}
#donate{
    margin:0 !important
}
#donate .ucp_divider{
    padding:0
}
#donate form label input[type="radio"]{
    top:2px
}
#donate form label .iradio{
    margin:-3px 10px 0 0
}
#changelog_add form{
    width:380px !important;
    margin:0 !important;
    z-index:9
}
#changelog_add a.nice_button{
    margin:5px 0 0 5px !important
}
#change_form input[type="text"], input[type="search"], #change_form select, #change_form .sbHolder, #category_form input[type="text"], input[type="search"]{
    width:90% !important;
    margin:5px 0 !important
}
#changelog .nice_table tr:not(:first-child) td:before{
    top:4px;
    color:red;
    content:"*";
    position:relative;
    font-size:17px;
    font-weight:bold
}
#changelog .nice_table tr:nth-child(2) td:before{
    display:none
}
#search_box input[type="text"], input[type="search"]{
    float:none !important
}
#search_sections{
    padding:10px 1px 10px 6px !important
}
#search_results .search_result_character{
    width:224px !important;
    overflow:hidden !important
}
#search_results .search_result_character .name{
    margin-top:-1px !important
}
#search_results .search_result_character span{
    height:40px !important;
    margin:0 !important
}
#popup_bg{
    z-index:999999;
    opacity:0.7 !important;
    background:#000
}
.alert_box,.confirm_box{
    width:60%;
    max-width:270px;
    left:0;
    right:0;
    border:0;
    margin:0 auto;
    display:none;
    padding:20px;
    z-index:999999;
    position:fixed;
    overflow:hidden;
    text-shadow:none;
    box-shadow:inset 0 0 0 1px rgba(255, 255, 190, 0.1), 0 0 3px 0 #000;
    -moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 190, 0.1), 0 0 3px 0 #000;
    -webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 190, 0.1), 0 0 3px 0 #000;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:transparent;
    background-image:url(texture_light_1.png);
    background-repeat:repeat;
    background-position:center center
}
.alert_box .alert_message, .confirm_box .confirm_question{
    color:#4e4845;
    margin:0 auto;
    display:block;
    font-size:15px;
    text-align:center;
    font-weight:bold;

    text-shadow:0 1px 0 #000000, 0 0 5px rgba(0, 0, 0, 0.65)
}
.alert_box input[type="text"], input[type="search"], .alert_box input[type="password"], .alert_box input[type="email"], .alert_box input[type="file"], .confirm_box input[type="text"], input[type="search"], .confirm_box input[type="password"], .confirm_box input[type="email"], .confirm_box input[type="file"]{
    width:100%;
    margin:0 0 10px 0;
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.popup_links{
    width:auto;
    margin:10px 0 0 0;
    text-align:center
}
.popup_links a{
    margin:0
}
.popup_links .confirm_hide{
    margin:0 0 0 10px;
    opacity:0.6
}
/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face{
    font-family:'FontAwesome';
    src:url('/application/themes/earthgrasp/fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
    src:url('/application/themes/earthgrasp/fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/application/themes/earthgrasp/fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/application/themes/earthgrasp/fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/application/themes/earthgrasp/fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/application/themes/earthgrasp/fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal
}
.fa{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-lg{
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-fw{
    width:1.28571429em;
    text-align:center
}
.fa-ul{
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none
}
.fa-ul>li{
    position:relative
}
.fa-li{
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em;
    text-align:center
}
.fa-li.fa-lg{
    left:-1.85714286em
}
.fa-border{
    padding:.2em .25em .15em;
    border:solid .08em #eee;
    border-radius:.1em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa.fa-pull-left{
    margin-right:.3em
}
.fa.fa-pull-right{
    margin-left:.3em
}
.pull-right{
    float:right
}
.pull-left{
    float:left
}
.fa.pull-left{
    margin-right:.3em
}
.fa.pull-right{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1, 1);
    -ms-transform:scale(-1, 1);
    transform:scale(-1, 1)
}
.fa-flip-vertical{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(1, -1);
    -ms-transform:scale(1, -1);
    transform:scale(1, -1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{
    filter:none
}
.fa-stack{
    position:relative;
    display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x{
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-glass:before{
    content:"\f000"
}
.fa-music:before{
    content:"\f001"
}
.fa-search:before{
    content:"\f002"
}
.fa-envelope-o:before{
    content:"\f003"
}
.fa-heart:before{
    content:"\f004"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-o:before{
    content:"\f006"
}
.fa-user:before{
    content:"\f007"
}
.fa-film:before{
    content:"\f008"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-check:before{
    content:"\f00c"
}
.fa-remove:before,.fa-close:before,.fa-times:before{
    content:"\f00d"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-signal:before{
    content:"\f012"
}
.fa-gear:before,.fa-cog:before{
    content:"\f013"
}
.fa-trash-o:before{
    content:"\f014"
}
.fa-home:before{
    content:"\f015"
}
.fa-file-o:before{
    content:"\f016"
}
.fa-clock-o:before{
    content:"\f017"
}
.fa-road:before{
    content:"\f018"
}
.fa-download:before{
    content:"\f019"
}
.fa-arrow-circle-o-down:before{
    content:"\f01a"
}
.fa-arrow-circle-o-up:before{
    content:"\f01b"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-play-circle-o:before{
    content:"\f01d"
}
.fa-rotate-right:before,.fa-repeat:before{
    content:"\f01e"
}
.fa-refresh:before{
    content:"\f021"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-lock:before{
    content:"\f023"
}
.fa-flag:before{
    content:"\f024"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-book:before{
    content:"\f02d"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-print:before{
    content:"\f02f"
}
.fa-camera:before{
    content:"\f030"
}
.fa-font:before{
    content:"\f031"
}
.fa-bold:before{
    content:"\f032"
}
.fa-italic:before{
    content:"\f033"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-list:before{
    content:"\f03a"
}
.fa-dedent:before,.fa-outdent:before{
    content:"\f03b"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-video-camera:before{
    content:"\f03d"
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before{
    content:"\f03e"
}
.fa-pencil:before{
    content:"\f040"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-tint:before{
    content:"\f043"
}
.fa-edit:before,.fa-pencil-square-o:before{
    content:"\f044"
}
.fa-share-square-o:before{
    content:"\f045"
}
.fa-check-square-o:before{
    content:"\f046"
}
.fa-arrows:before{
    content:"\f047"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-play:before{
    content:"\f04b"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-eject:before{
    content:"\f052"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-info-circle:before{
    content:"\f05a"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-times-circle-o:before{
    content:"\f05c"
}
.fa-check-circle-o:before{
    content:"\f05d"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-mail-forward:before,.fa-share:before{
    content:"\f064"
}
.fa-expand:before{
    content:"\f065"
}
.fa-compress:before{
    content:"\f066"
}
.fa-plus:before{
    content:"\f067"
}
.fa-minus:before{
    content:"\f068"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-warning:before,.fa-exclamation-triangle:before{
    content:"\f071"
}
.fa-plane:before{
    content:"\f072"
}
.fa-calendar:before{
    content:"\f073"
}
.fa-random:before{
    content:"\f074"
}
.fa-comment:before{
    content:"\f075"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-arrows-v:before{
    content:"\f07d"
}
.fa-arrows-h:before{
    content:"\f07e"
}
.fa-bar-chart-o:before,.fa-bar-chart:before{
    content:"\f080"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-key:before{
    content:"\f084"
}
.fa-gears:before,.fa-cogs:before{
    content:"\f085"
}
.fa-comments:before{
    content:"\f086"
}
.fa-thumbs-o-up:before{
    content:"\f087"
}
.fa-thumbs-o-down:before{
    content:"\f088"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-heart-o:before{
    content:"\f08a"
}
.fa-sign-out:before{
    content:"\f08b"
}
.fa-linkedin-square:before{
    content:"\f08c"
}
.fa-thumb-tack:before{
    content:"\f08d"
}
.fa-external-link:before{
    content:"\f08e"
}
.fa-sign-in:before{
    content:"\f090"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-upload:before{
    content:"\f093"
}
.fa-lemon-o:before{
    content:"\f094"
}
.fa-phone:before{
    content:"\f095"
}
.fa-square-o:before{
    content:"\f096"
}
.fa-bookmark-o:before{
    content:"\f097"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-facebook-f:before,.fa-facebook:before{
    content:"\f09a"
}
.fa-github:before{
    content:"\f09b"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-feed:before,.fa-rss:before{
    content:"\f09e"
}
.fa-hdd-o:before{
    content:"\f0a0"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-hand-o-right:before{
    content:"\f0a4"
}
.fa-hand-o-left:before{
    content:"\f0a5"
}
.fa-hand-o-up:before{
    content:"\f0a6"
}
.fa-hand-o-down:before{
    content:"\f0a7"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-group:before,.fa-users:before{
    content:"\f0c0"
}
.fa-chain:before,.fa-link:before{
    content:"\f0c1"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-cut:before,.fa-scissors:before{
    content:"\f0c4"
}
.fa-copy:before,.fa-files-o:before{
    content:"\f0c5"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-save:before,.fa-floppy-o:before{
    content:"\f0c7"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{
    content:"\f0c9"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-plus:before{
    content:"\f0d5"
}
.fa-money:before{
    content:"\f0d6"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-unsorted:before,.fa-sort:before{
    content:"\f0dc"
}
.fa-sort-down:before,.fa-sort-desc:before{
    content:"\f0dd"
}
.fa-sort-up:before,.fa-sort-asc:before{
    content:"\f0de"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-linkedin:before{
    content:"\f0e1"
}
.fa-rotate-left:before,.fa-undo:before{
    content:"\f0e2"
}
.fa-legal:before,.fa-gavel:before{
    content:"\f0e3"
}
.fa-dashboard:before,.fa-tachometer:before{
    content:"\f0e4"
}
.fa-comment-o:before{
    content:"\f0e5"
}
.fa-comments-o:before{
    content:"\f0e6"
}
.fa-flash:before,.fa-bolt:before{
    content:"\f0e7"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-paste:before,.fa-clipboard:before{
    content:"\f0ea"
}
.fa-lightbulb-o:before{
    content:"\f0eb"
}
.fa-exchange:before{
    content:"\f0ec"
}
.fa-cloud-download:before{
    content:"\f0ed"
}
.fa-cloud-upload:before{
    content:"\f0ee"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-bell-o:before{
    content:"\f0a2"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cutlery:before{
    content:"\f0f5"
}
.fa-file-text-o:before{
    content:"\f0f6"
}
.fa-building-o:before{
    content:"\f0f7"
}
.fa-hospital-o:before{
    content:"\f0f8"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-mobile-phone:before,.fa-mobile:before{
    content:"\f10b"
}
.fa-circle-o:before{
    content:"\f10c"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-circle:before{
    content:"\f111"
}
.fa-mail-reply:before,.fa-reply:before{
    content:"\f112"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-folder-o:before{
    content:"\f114"
}
.fa-folder-open-o:before{
    content:"\f115"
}
.fa-smile-o:before{
    content:"\f118"
}
.fa-frown-o:before{
    content:"\f119"
}
.fa-meh-o:before{
    content:"\f11a"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-keyboard-o:before{
    content:"\f11c"
}
.fa-flag-o:before{
    content:"\f11d"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-code:before{
    content:"\f121"
}
.fa-mail-reply-all:before,.fa-reply-all:before{
    content:"\f122"
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{
    content:"\f123"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-crop:before{
    content:"\f125"
}
.fa-code-fork:before{
    content:"\f126"
}
.fa-unlink:before,.fa-chain-broken:before{
    content:"\f127"
}
.fa-question:before{
    content:"\f128"
}
.fa-info:before{
    content:"\f129"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-shield:before{
    content:"\f132"
}
.fa-calendar-o:before{
    content:"\f133"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-ticket:before{
    content:"\f145"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-minus-square-o:before{
    content:"\f147"
}
.fa-level-up:before{
    content:"\f148"
}
.fa-level-down:before{
    content:"\f149"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-pencil-square:before{
    content:"\f14b"
}
.fa-external-link-square:before{
    content:"\f14c"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-toggle-down:before,.fa-caret-square-o-down:before{
    content:"\f150"
}
.fa-toggle-up:before,.fa-caret-square-o-up:before{
    content:"\f151"
}
.fa-toggle-right:before,.fa-caret-square-o-right:before{
    content:"\f152"
}
.fa-euro:before,.fa-eur:before{
    content:"\f153"
}
.fa-gbp:before{
    content:"\f154"
}
.fa-dollar:before,.fa-usd:before{
    content:"\f155"
}
.fa-rupee:before,.fa-inr:before{
    content:"\f156"
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{
    content:"\f157"
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{
    content:"\f158"
}
.fa-won:before,.fa-krw:before{
    content:"\f159"
}
.fa-bitcoin:before,.fa-btc:before{
    content:"\f15a"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-text:before{
    content:"\f15c"
}
.fa-sort-alpha-asc:before{
    content:"\f15d"
}
.fa-sort-alpha-desc:before{
    content:"\f15e"
}
.fa-sort-amount-asc:before{
    content:"\f160"
}
.fa-sort-amount-desc:before{
    content:"\f161"
}
.fa-sort-numeric-asc:before{
    content:"\f162"
}
.fa-sort-numeric-desc:before{
    content:"\f163"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-youtube-square:before{
    content:"\f166"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-youtube-play:before{
    content:"\f16a"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-adn:before{
    content:"\f170"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitbucket-square:before{
    content:"\f172"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-long-arrow-down:before{
    content:"\f175"
}
.fa-long-arrow-up:before{
    content:"\f176"
}
.fa-long-arrow-left:before{
    content:"\f177"
}
.fa-long-arrow-right:before{
    content:"\f178"
}
.fa-apple:before{
    content:"\f179"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-android:before{
    content:"\f17b"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-trello:before{
    content:"\f181"
}
.fa-female:before{
    content:"\f182"
}
.fa-male:before{
    content:"\f183"
}
.fa-gittip:before,.fa-gratipay:before{
    content:"\f184"
}
.fa-sun-o:before{
    content:"\f185"
}
.fa-moon-o:before{
    content:"\f186"
}
.fa-archive:before{
    content:"\f187"
}
.fa-bug:before{
    content:"\f188"
}
.fa-vk:before{
    content:"\f189"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-arrow-circle-o-right:before{
    content:"\f18e"
}
.fa-arrow-circle-o-left:before{
    content:"\f190"
}
.fa-toggle-left:before,.fa-caret-square-o-left:before{
    content:"\f191"
}
.fa-dot-circle-o:before{
    content:"\f192"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-turkish-lira:before,.fa-try:before{
    content:"\f195"
}
.fa-plus-square-o:before{
    content:"\f196"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-slack:before{
    content:"\f198"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-institution:before,.fa-bank:before,.fa-university:before{
    content:"\f19c"
}
.fa-mortar-board:before,.fa-graduation-cap:before{
    content:"\f19d"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-pied-piper-pp:before{
    content:"\f1a7"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-spoon:before{
    content:"\f1b1"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-automobile:before,.fa-car:before{
    content:"\f1b9"
}
.fa-cab:before,.fa-taxi:before{
    content:"\f1ba"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-file-pdf-o:before{
    content:"\f1c1"
}
.fa-file-word-o:before{
    content:"\f1c2"
}
.fa-file-excel-o:before{
    content:"\f1c3"
}
.fa-file-powerpoint-o:before{
    content:"\f1c4"
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{
    content:"\f1c5"
}
.fa-file-zip-o:before,.fa-file-archive-o:before{
    content:"\f1c6"
}
.fa-file-sound-o:before,.fa-file-audio-o:before{
    content:"\f1c7"
}
.fa-file-movie-o:before,.fa-file-video-o:before{
    content:"\f1c8"
}
.fa-file-code-o:before{
    content:"\f1c9"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{
    content:"\f1cd"
}
.fa-circle-o-notch:before{
    content:"\f1ce"
}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before{
    content:"\f1d0"
}
.fa-ge:before,.fa-empire:before{
    content:"\f1d1"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{
    content:"\f1d4"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-wechat:before,.fa-weixin:before{
    content:"\f1d7"
}
.fa-send:before,.fa-paper-plane:before{
    content:"\f1d8"
}
.fa-send-o:before,.fa-paper-plane-o:before{
    content:"\f1d9"
}
.fa-history:before{
    content:"\f1da"
}
.fa-circle-thin:before{
    content:"\f1db"
}
.fa-header:before{
    content:"\f1dc"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-sliders:before{
    content:"\f1de"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-soccer-ball-o:before,.fa-futbol-o:before{
    content:"\f1e3"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-newspaper-o:before{
    content:"\f1ea"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bell-slash-o:before{
    content:"\f1f7"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-eyedropper:before{
    content:"\f1fb"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-area-chart:before{
    content:"\f1fe"
}
.fa-pie-chart:before{
    content:"\f200"
}
.fa-line-chart:before{
    content:"\f201"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-bus:before{
    content:"\f207"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-cc:before{
    content:"\f20a"
}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{
    content:"\f20b"
}
.fa-meanpath:before{
    content:"\f20c"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-diamond:before{
    content:"\f219"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-venus:before{
    content:"\f221"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-intersex:before,.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-facebook-official:before{
    content:"\f230"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-server:before{
    content:"\f233"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-hotel:before,.fa-bed:before{
    content:"\f236"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-train:before{
    content:"\f238"
}
.fa-subway:before{
    content:"\f239"
}
.fa-medium:before{
    content:"\f23a"
}
.fa-yc:before,.fa-y-combinator:before{
    content:"\f23b"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{
    content:"\f240"
}
.fa-battery-3:before,.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-battery-2:before,.fa-battery-half:before{
    content:"\f242"
}
.fa-battery-1:before,.fa-battery-quarter:before{
    content:"\f243"
}
.fa-battery-0:before,.fa-battery-empty:before{
    content:"\f244"
}
.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-sticky-note:before{
    content:"\f249"
}
.fa-sticky-note-o:before{
    content:"\f24a"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-balance-scale:before{
    content:"\f24e"
}
.fa-hourglass-o:before{
    content:"\f250"
}
.fa-hourglass-1:before,.fa-hourglass-start:before{
    content:"\f251"
}
.fa-hourglass-2:before,.fa-hourglass-half:before{
    content:"\f252"
}
.fa-hourglass-3:before,.fa-hourglass-end:before{
    content:"\f253"
}
.fa-hourglass:before{
    content:"\f254"
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{
    content:"\f255"
}
.fa-hand-stop-o:before,.fa-hand-paper-o:before{
    content:"\f256"
}
.fa-hand-scissors-o:before{
    content:"\f257"
}
.fa-hand-lizard-o:before{
    content:"\f258"
}
.fa-hand-spock-o:before{
    content:"\f259"
}
.fa-hand-pointer-o:before{
    content:"\f25a"
}
.fa-hand-peace-o:before{
    content:"\f25b"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-gg:before{
    content:"\f260"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-tripadvisor:before{
    content:"\f262"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-odnoklassniki-square:before{
    content:"\f264"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-safari:before{
    content:"\f267"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-tv:before,.fa-television:before{
    content:"\f26c"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-500px:before{
    content:"\f26e"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-calendar-plus-o:before{
    content:"\f271"
}
.fa-calendar-minus-o:before{
    content:"\f272"
}
.fa-calendar-times-o:before{
    content:"\f273"
}
.fa-calendar-check-o:before{
    content:"\f274"
}
.fa-industry:before{
    content:"\f275"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-map-signs:before{
    content:"\f277"
}
.fa-map-o:before{
    content:"\f278"
}
.fa-map:before{
    content:"\f279"
}
.fa-commenting:before{
    content:"\f27a"
}
.fa-commenting-o:before{
    content:"\f27b"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-vimeo:before{
    content:"\f27d"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-edge:before{
    content:"\f282"
}
.fa-credit-card-alt:before{
    content:"\f283"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-modx:before{
    content:"\f285"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-usb:before{
    content:"\f287"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-pause-circle:before{
    content:"\f28b"
}
.fa-pause-circle-o:before{
    content:"\f28c"
}
.fa-stop-circle:before{
    content:"\f28d"
}
.fa-stop-circle-o:before{
    content:"\f28e"
}
.fa-shopping-bag:before{
    content:"\f290"
}
.fa-shopping-basket:before{
    content:"\f291"
}
.fa-hashtag:before{
    content:"\f292"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-percent:before{
    content:"\f295"
}
.fa-gitlab:before{
    content:"\f296"
}
.fa-wpbeginner:before{
    content:"\f297"
}
.fa-wpforms:before{
    content:"\f298"
}
.fa-envira:before{
    content:"\f299"
}
.fa-universal-access:before{
    content:"\f29a"
}
.fa-wheelchair-alt:before{
    content:"\f29b"
}
.fa-question-circle-o:before{
    content:"\f29c"
}
.fa-blind:before{
    content:"\f29d"
}
.fa-audio-description:before{
    content:"\f29e"
}
.fa-volume-control-phone:before{
    content:"\f2a0"
}
.fa-braille:before{
    content:"\f2a1"
}
.fa-assistive-listening-systems:before{
    content:"\f2a2"
}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{
    content:"\f2a3"
}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{
    content:"\f2a4"
}
.fa-glide:before{
    content:"\f2a5"
}
.fa-glide-g:before{
    content:"\f2a6"
}
.fa-signing:before,.fa-sign-language:before{
    content:"\f2a7"
}
.fa-low-vision:before{
    content:"\f2a8"
}
.fa-viadeo:before{
    content:"\f2a9"
}
.fa-viadeo-square:before{
    content:"\f2aa"
}
.fa-snapchat:before{
    content:"\f2ab"
}
.fa-snapchat-ghost:before{
    content:"\f2ac"
}
.fa-snapchat-square:before{
    content:"\f2ad"
}
.fa-pied-piper:before{
    content:"\f2ae"
}
.fa-first-order:before{
    content:"\f2b0"
}
.fa-yoast:before{
    content:"\f2b1"
}
.fa-themeisle:before{
    content:"\f2b2"
}
.fa-google-plus-circle:before,.fa-google-plus-official:before{
    content:"\f2b3"
}
.fa-fa:before,.fa-font-awesome:before{
    content:"\f2b4"
}
.fa-handshake-o:before{
    content:"\f2b5"
}
.fa-envelope-open:before{
    content:"\f2b6"
}
.fa-envelope-open-o:before{
    content:"\f2b7"
}
.fa-linode:before{
    content:"\f2b8"
}
.fa-address-book:before{
    content:"\f2b9"
}
.fa-address-book-o:before{
    content:"\f2ba"
}
.fa-vcard:before,.fa-address-card:before{
    content:"\f2bb"
}
.fa-vcard-o:before,.fa-address-card-o:before{
    content:"\f2bc"
}
.fa-user-circle:before{
    content:"\f2bd"
}
.fa-user-circle-o:before{
    content:"\f2be"
}
.fa-user-o:before{
    content:"\f2c0"
}
.fa-id-badge:before{
    content:"\f2c1"
}
.fa-drivers-license:before,.fa-id-card:before{
    content:"\f2c2"
}
.fa-drivers-license-o:before,.fa-id-card-o:before{
    content:"\f2c3"
}
.fa-quora:before{
    content:"\f2c4"
}
.fa-free-code-camp:before{
    content:"\f2c5"
}
.fa-telegram:before{
    content:"\f2c6"
}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{
    content:"\f2c7"
}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{
    content:"\f2c8"
}
.fa-thermometer-2:before,.fa-thermometer-half:before{
    content:"\f2c9"
}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{
    content:"\f2ca"
}
.fa-thermometer-0:before,.fa-thermometer-empty:before{
    content:"\f2cb"
}
.fa-shower:before{
    content:"\f2cc"
}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{
    content:"\f2cd"
}
.fa-podcast:before{
    content:"\f2ce"
}
.fa-window-maximize:before{
    content:"\f2d0"
}
.fa-window-minimize:before{
    content:"\f2d1"
}
.fa-window-restore:before{
    content:"\f2d2"
}
.fa-times-rectangle:before,.fa-window-close:before{
    content:"\f2d3"
}
.fa-times-rectangle-o:before,.fa-window-close-o:before{
    content:"\f2d4"
}
.fa-bandcamp:before{
    content:"\f2d5"
}
.fa-grav:before{
    content:"\f2d6"
}
.fa-etsy:before{
    content:"\f2d7"
}
.fa-imdb:before{
    content:"\f2d8"
}
.fa-ravelry:before{
    content:"\f2d9"
}
.fa-eercast:before{
    content:"\f2da"
}
.fa-microchip:before{
    content:"\f2db"
}
.fa-snowflake-o:before{
    content:"\f2dc"
}
.fa-superpowers:before{
    content:"\f2dd"
}
.fa-wpexplorer:before{
    content:"\f2de"
}
.fa-meetup:before{
    content:"\f2e0"
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}
 .sbHolder{
    width:80%;
    height:18px;
    min-height:18px;
    max-height:18px;
    color:#a9a8a8;
    cursor:pointer;
    margin:5px;
    padding:8px;
    display:inline-block;
    position:relative;
    font-size:12px;
    text-align:left;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    vertical-align:bottom
}
.sbHolder a{
    float:none !important;
    margin:0 !important
}
.sbHolder .sbToggle{
    width:37px;
    height:36px;
    top:0;
    right:0;
    z-index:999;
    display:block;
    position:absolute;
    background-color:transparent;
    background-image:url(../theme/select-arrow.png);
    background-repeat:no-repeat;
    background-position:11px 15px
}
.sbHolder .sbToggle.sbToggleOpen{
    background-position:11px -15px
}
#content_ajax article a{
    color: #d5d5d5;
}
#content_ajax article a:hover {
    color: #d28800;
}
.sbHolder .sbSelector{
    width:100%;
    height:100%;
    top:0;
    left:0;
    color:#4e4e4e !important;
    border:1px #222 solid;
    z-index:998;
    display:block;
    overflow:hidden;
    position:absolute;
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    -moz-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    -webkit-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28), 0 0 3px 0 rgba(0, 0, 0, 0.35), 0 2px 0 0 rgba(0, 0, 0, 0.38);
    text-indent:7px;
    line-height:32px;
    text-shadow:0 1px 0 rgba(0, 0, 0, 0.42);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#0e0e0e;
    transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -o-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -ms-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -moz-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms;
    -webkit-transition:color ease-in-out 200ms, border ease-in-out 200ms, background-color ease-in-out 200ms
}
.sbHolder .sbToggle.sbToggleOpen+.sbSelector{
    color:#a0a0a0 !important;
    border:1px #3f3f3f solid;
    background-color:#0d0d0d
}
.sbHolder .sbOptions{
    width:100%;
    max-height:176px !important;
    top:0;
    left:0;
    margin:0;
    cursor:default;
    border:1px #222 solid;
    padding:0;
    z-index:997;
    position:absolute;
    overflow-x:hidden;
    overflow-y:auto;
    box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.35);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px
}
.sbHolder .sbOptions li{
    width:auto;
    height:auto;
    margin:0 auto;
    padding:0;
    box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28);
    -moz-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28);
    -webkit-box-shadow:inset 0 0 6px 0 rgba(0, 0, 0, 0.28);
    background-color:#0e0e0e;
    border-bottom:1px #222 solid
}
.sbHolder .sbOptions li:last-child{
    border:none
}
.sbHolder .sbOptions li a{
    min-height:34px;
    color:#4e4e4e;
    display:block;
    padding:0 10px;
    line-height:34px;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 0 4px rgba(0, 0, 0, 0.30), 0 2px 0 #000;
    text-transform:capitalize;
    transition:color 200ms ease-in-out;
    -o-transition:color 200ms ease-in-out;
    -ms-transition:color 200ms ease-in-out;
    -moz-transition:color 200ms ease-in-out;
    -webkit-transition:color 200ms ease-in-out
}
.sbHolder .sbOptions li a:hover, .sbHolder .sbOptions li a:focus, .sbHolder .sbOptions li .sbFocus{
    color:#6c6c6c
}
.sbHolder .sbOptions li .sbDisabled{
    color:#444;
    display:block;
    padding:10px;
    font-weight:bold;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 0 4px rgba(0, 0, 0, 0.30), 0 2px 0 #000;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    text-transform:capitalize;
    background-color:#0E0E0E
}
.sbHolder .sbOptions .sbGroup{
    color:#EBB52D;
    display:block;
    padding:10px;
    font-weight:bold;
    font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow:0 0 4px rgba(0, 0, 0, 0.30), 0 2px 0 #000;
    text-transform:capitalize
}
.sbHolder .sbOptions .sbSub{
    padding-left:17px
}
.sbHolder.sbHolderDisabled{
    opacity:0.8
}
.sbHolder.sbHolderDisabled .sbToggle{
}
.sbHolder.sbHolderDisabled .sbHolder{
}
.iradio,.icheckbox{
    border:none;
    cursor:pointer;
    margin:0;
    padding:0;
    display:inline-block;
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.7), 0 2px 0 0 rgba(0, 0, 0, 0.88);
    -moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.7), 0 2px 0 0 rgba(0, 0, 0, 0.88);
    -webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.7), 0 2px 0 0 rgba(0,0,0,0.88);
    vertical-align:middle;
    background-color:transparent;
    background-image:url(radio-checkbox.png);
    background-repeat:no-repeat
}
.iradio.disabled,.icheckbox.disabled{
    cursor:default
}
.iradio.hover,.iradio.checked,.icheckbox.hover,.icheckbox.checked{
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.7), 0 2px 0 0 rgba(0, 0, 0, 0.88), inset 0 0 0 1px rgba(117, 108, 108, 0.25);
    -moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.7), 0 2px 0 0 rgba(0, 0, 0, 0.88), inset 0 0 0 1px rgba(117, 108, 108, 0.25);
    -webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.7), 0 2px 0 0 rgba(0, 0, 0, 0.88), inset 0 0 0 1px rgba(117,108,108,0.25)
}
.iradio{
    width:15px;
    height:15px;
    margin:-1px 0 0 0;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%
}
.iradio{
    background-position:0 0
}
.iradio.hover{
    background-position:0 -19px
}
.iradio.checked{
    background-position:0 -38px
}
.iradio.disabled{
    background-position:0 -57px
}
.iradio.checked.disabled{
    background-position:0 -76px
}
.icheckbox{
    width:14px;
    height:14px;
    margin:-2px 0 0 0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px
}
.icheckbox{
    background-position:-19px -1px
}
.icheckbox.hover{
    background-position:-19px -20px
}
.icheckbox.checked{
    background-position:-19px -39px
}
.icheckbox.disabled{
    background-position:-19px -58px
}
.icheckbox.checked.disabled{
    background-position:-19px -77px
}
#header .holder .navigation .logo_holder{
    width:155px;
    height:133px
}
.boxpanel_holder.online .boxpanel_body .boxpanel_online_statistics .r_online_players{
    color:#587c2d
}
.boxpanel_holder.offline .boxpanel_body .boxpanel_online_statistics .r_online_players{
    color:#84341e
}
.boxpanel_holder .boxpanel_body .boxpanel_online_statistics .r_desc i{
    font-style:inherit
}
.Vanilla .r_exp{
}
.TBC .r_exp{
    color:#357D34
}
.freshera .r_exp{
    color:#34517D
}
.Cataclysm .r_exp{
    color:#7d5034
}
.Legion .r_exp{
    color:#4A7D34
}
#page_ucp #ucp_info{
    height:150px;
}

.newsHeader{
  color: #766e64;
    padding: 7px;
    font-size: 12px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%), inset 0 0 0 1px rgb(0 0 0 / 2%), inset 0 -16px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.02), inset 0 -16px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%), inset 0 0 0 1px rgb(0 0 0 / 2%), inset 0 -16px 0 rgb(0 0 0 / 10%);
    font-weight: bold;
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    text-shadow: 0 0 4px rgb(0 0 0 / 30%), 0 2px 0 #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.02);
    transition: color 400ms, box-shadow 400ms, background 400ms;
    -o-transition: color 400ms, box-shadow 400ms, background 400ms;
    -ms-transition: color 400ms, box-shadow 400ms, background 400ms;
    -moz-transition: color 400ms, box-shadow 400ms, background 400ms;
    -webkit-transition: color 400ms, box-shadow 400ms, background 400ms;
}
#newz .content {
    padding: 20px;
    padding-top: 5px;
}
h1 {
    font-size: 36px;

    color: #929292;
    text-shadow: 0 0 4px rgb(0 0 0 / 85%), 0 1px 1px #000;
    margin-bottom: 10px;
    margin-top: 10px;
}
