* {
    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: 400
}
*:focus {
    outline: none
}
html,
body {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #100f0d;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: top center
}
a {
    color: #6e6255;
    text-decoration: none
}
a:hover {
    color: #e5cd9a
}
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)
}
::-webkit-scrollbar {
    width: 10px
}
::-webkit-scrollbar-track {
    background: #2e2524
}
::-webkit-scrollbar-thumb {
    background: #888
}
::-webkit-scrollbar-thumb:hover {
    background: #555
}

#content_ajax {
	margin: 50px 0 0 35px;
	padding-right: 20px;
}

.white {
	color: white;
}

#login-box-container {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    padding: 0;
    display: none;
    z-index: 999999;
    position: fixed;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}
#login-box-container .login-box-inner {
    width: 581px;
    height: 450px;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .75);
    background-color: #161211;
    background-image: url(../images/popup_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center
}
#login-box-container .login-box-inner .close_btn {
    width: 45px;
    height: 40px;
    left: 0;
    right: 0;
    bottom: -37px;
    margin: 0 auto;
    position: absolute;
    background-color: transparent;
    background-image: url(../images/popup_close.png);
    background-repeat: no-repeat;
    background-position: 0 0
}
#login-box-container .login-box-inner .close_btn:hover {
    background-position: 0 100%
}
.back-to-top {
    width: 60px;
    height: 40px;
    color: #ead796;
    top: -40px;
    right: 30px;
    opacity: 0;
    z-index: 99999;
    position: fixed;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-style: solid;
    border-color: #b33e25;
    border-width: 0 1px 1px;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    background-color: #a6361d;
    transition: color .4s ease-in-out, top .4s ease-in-out, opacity .4s ease-in-out, border-color .4s ease-in-out, background-color .4s ease-in-out;
    -o-transition: color .4s ease-in-out, top .4s ease-in-out, opacity .4s ease-in-out, border-color .4s ease-in-out, background-color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out, top .4s ease-in-out, opacity .4s ease-in-out, border-color .4s ease-in-out, background-color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out, top .4s ease-in-out, opacity .4s ease-in-out, border-color .4s ease-in-out, background-color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out, top .4s ease-in-out, opacity .4s ease-in-out, border-color .4s ease-in-out, background-color .4s ease-in-out
}
.back-to-top:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "\002C6";
    position: relative;
    font-size: 4em;
    line-height: 140%;
    text-shadow: 0 2px 5px #000;
    font-family: "Georgia", "Apple Symbols", serif
}
.back-to-top:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#59000000', GradientType=1)
}
.back-to-top:hover {
    color: #efe0b7;
    opacity: 1 !important;
    border-color: #ce4427;
    background-color: #c44828
}
.main_b_holder {
    width: 100%;
    height: auto;
    padding: 0 0 10px
}
.sec_b_holder {
    width: 1129px;
    height: auto;
    min-height: 400px;
    margin: 0 auto;
    background-color: transparent;
    background-image: url(../images/body_top.png);
    background-repeat: no-repeat;
    background-position: top center
}
.sec_b_holder:before {
    width: 100%;
    height: -webkit-calc(100% - 741px);
    height: expression(100% - 741px);
    height: -moz-calc(100% - 741px);
    height: -o-calc(100% - 741px);
    height: calc(100% - 741px);
    top: 741px;
    left: 0;
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: url(../images/body_repeat.png);
    background-repeat: repeat-y;
    background-position: top center
}
.sec_b_holder:after {
    width: 100%;
    height: 131px;
    left: 0;
    bottom: -93px;
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: top center
}
.body_content {
    width: 1019px;
    height: auto;
    color: #5a4f4c;
    margin: 0 auto;
    z-index: 99998;
    padding: 22px 0 0;
    font-size: 12px;
    text-shadow: none;
    font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif
}
#header .holder .navigation .dropdown-holder .navi-dropdown:before,
#slider_container #slider_previous,
#slider_container #slider_next,
#right .news_header .right_side #news_pagination:before,
#right .page .page_header .back-to-account,
#left .sidebar_banner .banner,
#left .sidebar_banner .banner:before,
#left .social_media ul li,
#left .social_media ul li a,
#left .social_media ul li a:before,
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_select:before,
.accoun_panel_menu li a .icon,
.news_feed li a:before,
.news_feed li a:after {
    background-color: transparent;
    background-image: url(../images/misc_main.png);
    background-repeat: no-repeat
}
#header .holder .navigation:before,
#header .holder .navigation li:before,
#header .holder .membership-bar:before {
    background-color: transparent;
    background-image: url(../images/header.png);
    background-repeat: no-repeat
}

.accoun_panel_menu li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 19px;
    background-color: transparent;
    background-image: url(../images/account_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0
}
.accoun_panel_menu li a:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: url(../images/account_btn_hover.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out
}

#header {
    width: 100%;
    height: 403px;
    z-index: 99999
}
#header .holder {
    width: 1160px;
    height: 100%;
    margin: 0 auto
}
#header .holder .navigation {
    width: 100%;
    height: 98px;
    padding: 0 85px
}
#header .holder .navigation:before {
    width: 100%;
    height: 154px;
    top: 0;
    left: 0;
    content: "";
    position: absolute
}
#header .holder .navigation>li {
    height: 100%;
    float: left;
    display: block
}
#header .holder .navigation>li>a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: block;
    position: absolute
}
#header .holder .navigation>li:before {
    height: 100%;
    opacity: 0;
    content: "";
    display: block;
    visibility: hidden;
    transition: visibility 0s linear .8s, opacity .8s linear;
    -o-transition: visibility 0s linear .8s, opacity .8s linear;
    -ms-transition: visibility 0s linear .8s, opacity .8s linear;
    -moz-transition: visibility 0s linear .8s, opacity .8s linear;
    -webkit-transition: visibility 0s linear .8s, opacity .8s linear
}
#header .holder .navigation>li:hover:before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s
}
#header .holder .navigation #w-home:before {
    width: 198px;
    background-position: -85px -216px
}
#header .holder .navigation #w-guide:before {
    width: 135px;
    background-position: -283px -216px
}
#header .holder .navigation #w-server:before {
    width: 173px;
    background-position: -418px -216px
}
#header .holder .navigation #w-features:before {
    width: 147px;
    background-position: -591px -216px
}
#header .holder .navigation #w-forums:before {
    width: 139px;
    background-position: -738px -216px
}
#header .holder .navigation #w-armory:before {
    width: 198px;
    background-position: -877px -216px
}
#header .holder .navigation .dropdown-holder {
    width: 260px;
    height: 0;
    top: 59px;
    cursor: default;
    opacity: 0;
    z-index: 9;
    overflow: hidden;
    position: absolute;
    transition: height ease-in-out .9s, opacity ease-in-out .9s;
    -o-transition: height ease-in-out .9s, opacity ease-in-out .9s;
    -ms-transition: height ease-in-out .9s, opacity ease-in-out .9s;
    -moz-transition: height ease-in-out .9s, opacity ease-in-out .9s;
    -webkit-transition: height ease-in-out .9s, opacity ease-in-out .9s
}
#header .holder .navigation>li:hover .dropdown-holder {
    height: 280px;
    opacity: 1
}
#header .holder .navigation .dropdown-holder .navi-dropdown {
    width: 193px;
    height: auto;
    top: 20px;
    margin: 0 auto;
    box-shadow: inset 0 2px 0 #373532, inset 0 0 0 1px #2b2a28, 0 0 27px rgba(0, 0, 0, .4), 0 0 15px 5px rgba(0, 0, 0, .4), 0 14px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 2px 0 #373532, inset 0 0 0 1px #2b2a28, 0 0 27px rgba(0, 0, 0, .4), 0 0 15px 5px rgba(0, 0, 0, .4), 0 14px 25px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 2px 0 #373532, inset 0 0 0 1px #2b2a28, 0 0 27px rgba(0, 0, 0, .4), 0 0 15px 5px rgba(0, 0, 0, .4), 0 14px 25px rgba(0, 0, 0, .5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #2b2a28;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .09) 48%, rgba(0, 0, 0, .2) 89%, rgba(0, 0, 0, .23) 99%, rgba(0, 0, 0, .24) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .09) 48%, rgba(0, 0, 0, .2) 89%, rgba(0, 0, 0, .23) 99%, rgba(0, 0, 0, .24) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .09) 48%, rgba(0, 0, 0, .2) 89%, rgba(0, 0, 0, .23) 99%, rgba(0, 0, 0, .24) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#3d000000', GradientType=0)
}
#header .holder .navigation .dropdown-holder .navi-dropdown:before {
    width: 60px;
    height: 41px;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    position: absolute;
    background-position: -78px -109px
}
#header .holder .navigation .dropdown-holder .navi-dropdown li {
    margin: 0 0 2px;
    display: block
}
#header .holder .navigation .dropdown-holder .navi-dropdown li a {
    width: auto;
    height: auto;
    color: #5a574f;
    padding: 6px 0 18px 15px;
    display: block;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4), 0 0 6px rgba(0, 0, 0, .4);
    text-transform: uppercase;
    background-color: transparent;
    background-image: url(../images/drop-down-sep.png);
    background-repeat: no-repeat;
    background-position: bottom center
}
#header .holder .navigation .dropdown-holder .navi-dropdown li:first-of-type a {
    padding: 14px 0 18px 15px
}
#header .holder .navigation .dropdown-holder .navi-dropdown li:last-of-type a {
    padding: 6px 0 13px 15px;
    background: 0 0
}
#header .holder .navigation .dropdown-holder .navi-dropdown li a:hover {
    color: #eaaf46
}
#header .holder .membership-bar {
    width: 795px;
    height: 45px;
    top: -4px;
    margin: 0 auto;
    overflow: hidden
}
#header .holder .membership-bar:before {
    width: 70px;
    height: 70px;
    top: -2px;
    left: -27px;
    z-index: 9;
    content: "";
    position: absolute;
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    background-position: -155px -92px
}
#header .holder .membership-bar .membership-holder {
    width: auto;
    min-width: 100px;
    height: 100%;
    padding: 0 0 0 30px;
    display: inline-block;
    box-shadow: inset 0 0 5px 0 #000;
    -moz-box-shadow: inset 0 0 5px 0 #000;
    -webkit-box-shadow: inset 0 0 5px 0 #000;
    border-style: solid;
    border-color: #524743;
    border-width: 0 0 1px;
    border-radius: 20% 0 15px;
    -moz-border-radius: 20% 0 15px;
    -webkit-border-radius: 20% 0 15px;
    background-color: #392e2c
}
#header .holder .membership-bar .membership-holder:before {
    width: 50px;
    height: 100%;
    top: 0;
    right: -20px;
    content: "";
    position: absolute;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .35), inset 0 -2px 0 0 rgba(0, 0, 0, .35), inset -3px 0 0 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .35), inset 0 -2px 0 0 rgba(0, 0, 0, .35), inset -3px 0 0 0 rgba(0, 0, 0, .35);
    -webkit-box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .35), inset 0 -2px 0 0 rgba(0, 0, 0, .35), inset -3px 0 0 0 rgba(0, 0, 0, .35);
    border-style: solid;
    border-color: #524743;
    border-width: 0 2px 1px 0;
    border-radius: 0 5px 10px 0;
    -moz-border-radius: 0 5px 10px 0;
    -webkit-border-radius: 0 5px 10px 0;
    background-color: #392e2c;
    transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg)
}
#header .holder .membership-bar .logged_in span {
    float: left;
    color: #908983;
    margin: 0 10px 0 0;
    z-index: 9;
    padding: 0 10px 0 0;
    font-size: 13px;
    line-height: 43px;
    text-shadow: 0 1px 0 #000, 0 0 3px #000;
    border-right: solid 1px #423735
}
#header .holder .membership-bar .logged_in span i {
    color: #e9ac35;
    font-style: inherit
}
#header .holder .membership-bar .logged_in ul {
    width: auto;
    float: left;
    color: #212426;
    text-shadow: #0f0f0f 0 1px 0, 0 0 3px #0f0f0f, 0 0 5px #0f0f0f, 0 0 4px #0f0f0f
}
#header .holder .membership-bar .logged_in ul li {
    display: inline-block
}
#header .holder .membership-bar .logged_in ul li a {
    color: #908983;
    display: block;
    font-size: 11px;
    line-height: 43px;
    text-transform: uppercase
}
#header .holder .membership-bar .logged_in ul li a:after {
    color: #333;
    margin: 0 7px;
    content: "/";
    position: relative;
    text-shadow: #0f0f0f 0 1px 0, 0 0 3px #0f0f0f, 0 0 5px #0f0f0f, 0 0 4px #0f0f0f
}
#header .holder .membership-bar .logged_in ul li:last-child a:after {
    display: none
}
#header .holder .membership-bar .logged_in ul li a:hover {
    color: #b2aba5
}
#header .holder .membership-bar .logged_in ul li .logout {
    color: #da820e
}
#header .holder .membership-bar .logged_in ul li .logout:hover {
    color: #ed8d0f
}
#header .holder .membership-bar .logged_in ul li .vote-effect {
    color: #d03719 !important;
    animation: vote-effect linear 2s infinite;
    -o-animation: vote-effect linear 2s infinite;
    -ms-animation: vote-effect linear 2s infinite;
    -moz-animation: vote-effect linear 2s infinite;
    -webkit-animation: vote-effect linear 2s infinite
}
@keyframes vote-effect {
    50% {
        color: #ff5d2f
    }
}
@-o-keyframes vote-effect {
    50% {
        color: #ff5d2f
    }
}
@-ms-keyframes vote-effect {
    50% {
        color: #ff5d2f
    }
}
@-moz-keyframes vote-effect {
    50% {
        color: #ff5d2f
    }
}
@-webkit-keyframes vote-effect {
    50% {
        color: #ff5d2f
    }
}
#header .holder .membership-bar .not_logged a {
    color: #ead796;
    padding: 0 15px 0 0;
    display: inline-block;
    font-size: 15px;
    line-height: 43px;
    font-weight: 700;
    font-family: OptimusPrinceps;
    border-right: solid 1px #423735;
    letter-spacing: 1.5px;
    text-transform: uppercase
}
#header .holder .membership-bar .not_logged a:last-child {
    border: none;
    padding: 0 5px 0 15px
}
#header .holder .membership-bar .not_logged a:hover {
    color: #f4e8bf;
    text-shadow: 0 0 25px #f4e8bf
}
#header .holder .logo_holder {
    width: 100%;
    height: 183px;
    margin: 40px 0 0
}
#header .holder .logo_holder .logo {
    width: auto;
    height: 100%;
    margin: 0 0 0 141px;
    display: block
}
#header .holder .logo_holder .logo span {
    display: none
}
#slider_container {
    width: 100%;
    height: 255px
}
#slider_container:before {
    width: 100%;
    height: 283px;
    top: 0;
    left: 0;
    z-index: 9;
    content: "";
    position: absolute;
    pointer-events: none;
    background-color: transparent;
    background-image: url(../images/slider_frame.png);
    background-repeat: no-repeat;
    background-position: top center
}
#slider_container #slider_previous,
#slider_container #slider_next {
    width: 39px;
    height: 52px;
    padding: 0;
    display: none
}
#slider_container #slider_previous {
    left: 20px !important;
    background-position: 0 0
}
#slider_container #slider_previous:hover {
    background-position: 0 -52px
}
#slider_container #slider_next {
    right: 20px !important;
    background-position: -39px 0
}
#slider_container #slider_next:hover {
    background-position: -39px -52px
}
#slider_container #slider {
    width: 718px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #000
}
#slider_container #slider .fluxslider .surface .caption {
    padding: 15px 40px
}
#slider_container #slider .fluxslider .surface .images {
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}
#right {
    width: 734px;
    float: left
}
#right .post,
#right .page {
    margin: 0 0 -6px;
    background-size: 102% 209px;
    background-color: transparent;
    background-image: url(../images/right_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center
}
#right .post .avatar,
#right #ucp_avatar {
    width: 126px;
    height: 126px;
    float: left;
    border: 1px solid #272625;
    margin: 0 10px 0 0;
    padding: 2px;
    z-index: 9;
    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, .4);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .4);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #000
}
#right .post .avatar:before,
#right #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, .6);
    -moz-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .6);
    -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .6)
}
#right .post .avatar img,
#right #ucp_avatar img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}
#right .divider,
#right .ucp_divider {
    width: 100%;
    height: 13px;
    margin: 20px auto;
    background-color: transparent;
    background-image: url(../images/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(../images/vertical_divider.png);
    background-repeat: no-repeat;
    background-position: top center
}
#right .news_header {
    width: 100%;
    height: 86px;
    margin: 12px 0 -20px;
    z-index: 9;
    display: block;
    padding: 0 20px;
    background-color: transparent;
    background-image: url(../images/news_head.png);
    background-repeat: no-repeat;
    background-position: top center
}
#right .news_header .left_side {
    float: left
}
#right .news_header .left_side .title {
    color: #efcd84;
    font-size: 22px;
    line-height: 55px;
    font-weight: 700;
    font-family: calibrib;
    text-shadow: 0 2px 3px #000;
    text-transform: uppercase
}
#right .news_header .right_side {
    float: right
}
#right .news_header .right_side #news_pagination {
    margin: 0;
    line-height: 55px
}
#right .news_header .right_side #news_pagination:before {
    width: 8px;
    height: 11px;
    top: 2px;
    left: 0;
    content: "";
    display: inline-block;
    position: relative;
    background-position: -83px -10px
}
#right .news_header .right_side #news_pagination *:empty {
    display: none
}
#right .news_header .right_side #news_pagination a {
    color: #483d3b;
    margin: 0 5px;
    display: inline-block;
    font-size: 14px;
    font-family: calibrib;
    text-shadow: 0 1px 1px #000, 0 0 3px rgba(0, 0, 0, .6)
}
#right .news_header .right_side #news_pagination a:hover {
    color: #e5cd9a
}
#right .post:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: -3px;
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: url(../images/right_top.png);
    background-repeat: no-repeat;
    background-position: top left
}
#right .post .post_header {
    z-index: 9;
    padding: 20px 30px 15px
}
#right .post .post_header .post_title {
    display: inline-block
}
#right .post .post_header .post_title a {
    color: #9c8872;
    display: block;
    font-size: 17px;
    font-weight: 700;
    font-family: calibrib;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}
#right .post .post_header .post_meta_infos {
    color: #453b38;
    display: block;
    font-size: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif
}
#right .post .post_header .post_meta_infos a {
    color: #743120
}
#right .post .post_header .post_meta_infos a:hover {
    color: #a1432c
}
#right .post .post_body {
    padding: 0 30px 26px
}
#right .post .post_body .post_content {
    font-size: 14px
}
#right .post .post_body .post_content a {
    font-style: italic;
    text-decoration: underline
}
#right .post .post_body .post_content a:hover {
    color: #c53619
}
#right .page .page_header {
    width: 100%;
    height: 118px;
    margin: 0 0 -20px;
    z-index: 9;
    padding: 0 50px;
    background-size: 100% 100%;
    background-color: transparent;
    background-image: url(../images/subpage_head.png);
    background-repeat: no-repeat;
    background-position: 7px 0
}
#right .page .page_header .page_title {
    color: #dfc68a;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: calibrib;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    line-height: 93px;
    letter-spacing: -.2px
}
#right .page .page_header .page_title * {
    font-weight: 700
}
#right .page .page_header .back-to-account {
    width: 35px;
    height: 31px;
    float: right;
    margin: 31px 0 0;
    display: block;
    text-indent: -99999px;
    background-position: -96px 0
}
#right .page .page_header .back-to-account:hover {
    background-position: -96px -31px
}
#right .page .page_body {
    z-index: 9;
    padding: 0 15px 15px
}
#right .full-width-page {
    background: 0 0
}
#right .page_forum.full-width-page .page_header {
    display: none
}
#right .page_forum.full-width-page .page_body {
    padding: 0 0 15px
}
#left {
    width: 285px;
    float: right;
    margin: 4px 0 0
}
#left .sidebox {
    overflow: hidden
}
#left .sidebox .sidebox_title {
    color: #937e61;
    display: block;
    padding: 0 17px 17px;
    font-size: 16px;
    font-weight: 700;
    font-family: calibrib;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    letter-spacing: -.2px;
    background-color: transparent;
    background-image: url(../images/left_top.png);
    background-repeat: no-repeat;
    background-position: bottom center
}
#left .sidebox .sidebox_body {
    padding: 10px 15px
}
#left .side_divider {
    width: 100%;
    height: 21px;
    margin: 5px auto;
    background-size: 100% 100%;
    background-color: transparent;
    background-image: url(../images/side_divider.png);
    background-repeat: no-repeat;
    background-position: top center
}
#left .seperator:after {
    width: 100%;
    height: 21px;
    content: "";
    display: block;
    background-color: transparent;
    background-image: url(../images/side_divider.png);
    background-repeat: no-repeat;
    background-position: top center
}
#left .sidebar_banner {
    width: 100%;
    height: auto;
    left: -1px;
    display: block
}
#left .sidebar_banner .banner {
    width: 283px;
    height: 94px;
    margin: 0 auto;
    display: block;
    text-align: center;
    background-position: 100% 0
}
#left .sidebar_banner .banner:before {
    width: 100%;
    height: 104px;
    top: -5px;
    left: 0;
    opacity: 0;
    content: "";
    position: absolute;
    background-position: 100% -99px;
    transition: opacity ease-in-out .9s;
    -o-transition: opacity ease-in-out .9s;
    -ms-transition: opacity ease-in-out .9s;
    -moz-transition: opacity ease-in-out .9s;
    -webkit-transition: opacity ease-in-out .9s
}
#left .sidebar_banner .banner:hover:before {
    opacity: 1
}
#left .sidebar_banner .banner .text {
    color: #ead796;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 94px;
    text-shadow: 0 0 5px rgba(41, 45, 25, .5), 0 2px 0 rgba(0, 0, 0, .28);
    font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    text-transform: uppercase;
    transition: color ease-in-out .5s;
    -o-transition: color ease-in-out .5s;
    -ms-transition: color ease-in-out .5s;
    -moz-transition: color ease-in-out .5s;
    -webkit-transition: color ease-in-out .5s
}
#left .sidebar_banner .banner:hover .text {
    color: #ffe384
}
#left .social_media {
    width: 100%;
    height: auto;
    display: block
}
#left .social_media ul {
    margin: 0 0 -9px -9px;
    text-align: center
}
#left .social_media ul li {
    height: 82px;
    margin: 0 -3px 0 0;
    display: inline-block
}
#left .social_media ul li:hover {
    z-index: 9
}
#left .social_media ul li a {
    width: 50px;
    height: 50px;
    top: 13px;
    display: block
}
#left .social_media ul li a:hover {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition: transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    -ms-transition: transform .4s ease-in-out;
    -moz-transition: transform .4s ease-in-out;
    -webkit-transition: transform .4s ease-in-out
}
#left .social_media ul li a:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    content: "";
    position: absolute;
    transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out
}
#left .social_media ul li a:hover:before {
    opacity: 1
}
#left .social_media ul li a:after {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    content: "";
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
#left .social_media ul li a:hover:after {
    animation: waves-effect linear 2s infinite;
    -o-animation: waves-effect linear 2s infinite;
    -ms-animation: waves-effect linear 2s infinite;
    -moz-animation: waves-effect linear 2s infinite;
    -webkit-animation: waves-effect linear 2s infinite
}
@keyframes waves-effect {
    100% {
        opacity: 0;
        box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        -moz-box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        -webkit-box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}
@-o-keyframes waves-effect {
    100% {
        opacity: 0;
        box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        -moz-box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        -webkit-box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}
@-ms-keyframes waves-effect {
    100% {
        opacity: 0;
        box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        -moz-box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        -webkit-box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}
@-moz-keyframes waves-effect {
    100% {
        opacity: 0;
        box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        -moz-box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        -webkit-box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}
@-webkit-keyframes waves-effect {
    100% {
        opacity: 0;
        box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        -moz-box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        -webkit-box-shadow: inset 0 0 10px 20px #000, 0 0 20px 10px red;
        transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5)
    }
}
#left .social_media ul .social_1 {
    width: 61px;
    background-position: -141px 0
}
#left .social_media ul .social_1 a {
    left: 10px;
    background-position: -152px -87px
}
#left .social_media ul .social_1 a:before {
    background-position: -152px -147px
}
#left .social_media ul .social_2 {
    width: 54px;
    background-position: -202px 0
}
#left .social_media ul .social_2 a {
    left: 2px;
    background-position: -204px -87px
}
#left .social_media ul .social_2 a:before {
    background-position: -204px -147px
}
#left .social_media ul .social_3 {
    width: 53px;
    background-position: -256px 0
}
#left .social_media ul .social_3 a {
    background-position: -256px -87px
}
#left .social_media ul .social_3 a:before {
    background-position: -256px -147px
}
#left .social_media ul .social_4 {
    width: 50px;
    background-position: -309px 0
}
#left .social_media ul .social_4 a {
    left: -1px;
    background-position: -308px -87px
}
#left .social_media ul .social_4 a:before {
    background-position: -308px -147px
}
#left .social_media ul .social_5 {
    width: 56px;
    background-position: -359px 0
}
#left .social_media ul .social_5 a {
    left: 1px;
    background-position: -360px -87px
}
#left .social_media ul .social_5 a:before {
    background-position: -360px -147px
}
#footer {
    width: 100%;
    height: auto;
    margin: 60px 0;
    z-index: 99997
}
#footer .holder {
    width: 1019px;
    height: 100%;
    margin: 0 auto;
    padding: 0 45px;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}
#footer .holder .left_side {
    float: left;
    color: #635a59;
    margin: 4px 0 0;
    text-align: right;
    line-height: 1.8
}
#footer .holder .left_side strong {
    color: #766b6a;
    font-weight: 700;
    text-transform: uppercase
}
#footer .holder .left_side span {
    color: #453d3c
}
#footer .holder .left_side span a {
    color: #383231
}
#footer .holder .left_side span a:hover {
    color: #673c33
}
#footer .holder .right_side {
    float: right
}
#footer .holder .right_side ul {
    float: left;
    margin: 0 0 0 40px
}
#footer .holder .right_side ul li a {
    color: #383231
}
#footer .holder .right_side ul li a:hover {
    color: #673c33
}
input[type=submit],
.warfg_btn:before,
.warfg_btn:after,
.nice_button,
.nice_button:before,
.nice_button:after {
    background-color: transparent;
    background-image: url(../images/button-red-sprite.png);
    background-repeat: no-repeat
}
.green_btn,
.green_btn:before,
.green_btn:after,
.green_btn input[type=submit] {
    background-image: url(../images/button-green-sprite.png)
}
.gray_btn,
.gray_btn:before,
.gray_btn:after,
.gray_btn input[type=submit] {
    background-image: url(../images/button-gray-sprite.png)
}
input[type=submit],
.nice_button {
    height: 50px !important;
    color: #ead796;
    border: none;
    cursor: pointer;
    padding: 0 20px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    font-weight: 700;
    line-height: 50px !important;
    white-space: nowrap;
    font-family: calibrib;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .28);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    vertical-align: top;
    text-transform: uppercase;
    background-repeat: repeat-x;
    background-position: 0 -51px
}
.warfg_btn {
    height: 50px;
    display: inline-block
}
.warfg_btn:before,
.warfg_btn:after,
.nice_button:before,
.nice_button:after {
    width: 15px;
    height: 50px;
    top: 0;
    cursor: pointer;
    content: "";
    z-index: 9;
    position: absolute
}
.warfg_btn:before,
.nice_button:before {
    left: 0;
    background-position: 0 0
}
.warfg_btn:after,
.nice_button:after {
    right: 0;
    background-position: -16px 0
}
.warfg_btn input[type=submit] {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}
input[type=submit]:hover,
.warfg_btn:hover input[type=submit],
.nice_button:hover {
    color: #f9ecc0;
    background-position: 0 -153px
}
.warfg_btn:hover:before,
.nice_button:hover:before {
    background-position: 0 -102px
}
.warfg_btn:hover:after,
.nice_button:hover:after {
    background-position: -16px -102px
}
input[type=submit]:active,
.warfg_btn:active input[type=submit],
.nice_button:active {
    color: #9a9172;
    background-position: 0 -255px
}
.warfg_btn:active:before,
.nice_button:active:before {
    background-position: 0 -204px
}
.warfg_btn:active:after,
.nice_button:active:after {
    background-position: -16px -204px
}
.nice_active {
    color: #fff7da;
    box-shadow: 0 0 12px 1px rgba(91, 12, 12, .8);
    -moz-box-shadow: 0 0 12px 1px rgba(91, 12, 12, .8);
    -webkit-box-shadow: 0 0 12px 1px rgba(91, 12, 12, .8);
    background-position: 0 -153px
}
.nice_active:before {
    background-position: 0 -102px
}
.nice_active:after {
    background-position: -16px -102px
}
.item_group {
    border: none;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .35);
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .35);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .55);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #191413;
    background-color: rgba(0, 0, 0, .2)
}
.store_item {
    font-size: 12px;
    box-shadow: inset 0 0 8px rgba(255, 255, 255, .04), 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 8px rgba(255, 255, 255, .04), 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 8px rgba(255, 255, 255, .04), 0 0 5px rgba(0, 0, 0, .5);
    text-shadow: 0 1px 0 #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #1b1615;
    background-color: rgba(255, 255, 255, .01)
}
.item_avatar,
.item_icon,
#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, .4);
    -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .4);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #000
}
.item_avatar:before,
.item_icon: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, .6);
    -moz-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .6);
    -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, .6)
}
.item_avatar img,
.item_icon 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
}
.poll_bar,
.realm_bar {
    width: 100%;
    height: 29px;
    border: 2px #271f1e solid;
    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
}
.poll_bar .poll_bar_fill,
.realm_bar .realm_bar_fill {
    height: 25px;
    border: 1px #131110 solid;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: transparent;
    background-image: url(../images/bar_fill.jpg);
    background-repeat: no-repeat;
    background-position: center left
}
#sidebox_status .loading_ajax {
    text-align: center
}
#sidebox_status .loading_ajax img {
    vertical-align: middle
}
#sidebox_status .realm_holder {
    width: 100%;
    color: #443b39;
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 15px;
    font-family: calibrib;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}
#sidebox_status .realm_holder .realm_head .r_status {
    float: right;
    font-size: 13px
}
#sidebox_status .realm_holder.online .realm_head .r_status {
    color: #526733
}
#sidebox_status .realm_holder.offline .realm_head .r_status {
    color: #673c33
}
#sidebox_status .realm_holder .realm_body .realm_bar {
    margin: 7px 0
}
#sidebox_status .realm_holder .realm_body .realm_bar .realm_bar_offline {
    width: 100%;
    height: 25px;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: transparent;
    background-image: url(../images/realm_bar_offline.png);
    background-repeat: repeat-x;
    background-position: center left;
    animation: move 2000000s linear;
    -o-animation: move 2000000s linear;
    -ms-animation: move 2000000s linear;
    -moz-animation: move 2000000s linear;
    -webkit-animation: move 2000000s linear
}
@keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 99999999px 0
    }
}
@-o-keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 99999999px 0
    }
}
@-ms-keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 99999999px 0
    }
}
@-moz-keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 99999999px 0
    }
}
@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 99999999px 0
    }
}
#sidebox_status .realm_holder .realm_body .r_online_players {
    color: #332a29;
    font-size: 12px;
    font-weight: 700;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif
}
#sidebox_status .realm_holder .realm_body .r_online_players span {
    color: #463b39
}
#sidebox_status .realm_holder .realm_body .r_online_players .left_side {
    float: left
}
#sidebox_status .realm_holder .realm_body .r_online_players .right_side {
    float: right
}
#sidebox_status #realmlist {
    color: #33312d;
    margin: 0;
    padding: 7px 0;
    font-size: 12px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .02), inset 0 0 5px rgba(255, 255, 255, .02);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .02), inset 0 0 5px rgba(255, 255, 255, .02);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .02), inset 0 0 5px rgba(255, 255, 255, .02);
    font-weight: 700;
    font-family: calibrib;
    text-shadow: 1px 1px 0 #000, 0 0 6px rgba(0, 0, 0, .6);
    text-transform: uppercase;
    background-color: #100d0d;
    background-color: rgba(0, 0, 0, .3)
}
#sidebox_status #realmlist span {
    color: #4c4943
}
#sidebox_poll .poll_question {
    color: #443b39;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .55);
    font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif
}
#sidebox_poll #poll_answers {
    padding: 0 0 0 10px;
    border-left: 2px #443a36 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}
#sidebox_poll #poll_answers .poll_answer label input[type=radio] {
    vertical-align: text-bottom
}
#sidebox_poll #poll_results .poll_answer {
    padding: 5px 0
}
#sidebox_poll #poll_results .poll_answer .poll_bar {
    margin: 0 0 3px
}
#sidebox_poll #poll_results .poll_answer .poll_bar [style="width:99%"] {
    width: 100% !important
}
#sidebox_poll #poll_actions {
    width: 95px;
    margin: 5px auto -10px auto;
    z-index: 9
}
#shoutbox form {
    margin: 0
}
#shoutbox form textarea {
    width: 100%;
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    margin: 0 0 7px;
    display: block;
    overflow: hidden
}
#shoutbox form textarea:focus {
    height: 70px;
    min-height: 70px;
    max-height: 70px
}
#shoutbox form .shout_characters_remaining {
    width: auto;
    color: #6e6e6e;
    margin: 16px 0 0;
    font-size: 12px;
    text-shadow: 0 1px 0 #000, 0 0 5px #000;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif
}
#shoutbox form .shout_characters_remaining span {
    font-weight: 700
}
#shoutbox form input[type=submit],
#shoutbox form .warfg_btn {
    float: right
}
#shoutbox .side_divider+#the_shouts {
    margin: -15px 0 -5px
}
#shoutbox #the_shouts .shout {
    color: #717171;
    padding: 10px 8px 5px;
    text-shadow: 0 1px 0 #000;
    background-color: transparent;
    background-image: url(../images/shout_sep.png);
    background-repeat: no-repeat;
    background-position: top center
}
#shoutbox #the_shouts .shout:first-child {
    background: 0 0
}
#shoutbox #the_shouts .shout img {
    vertical-align: middle
}
#shoutbox #the_shouts .shout .shout_author {
    color: #4e4845;
    font-size: 13px;
    font-weight: 700
}
#shoutbox #the_shouts .shout .shout_author a {
    color: #6c5c4b;
    font-weight: 700
}
#shoutbox #the_shouts .shout .shout_author a:hover {
    color: #bba083
}
#shoutbox #the_shouts .shout .shout_author a img {
    vertical-align: sub
}
#shoutbox #the_shouts .shout .shout_date {
    color: #585858;
    margin: 2px 0 0;
    z-index: 9;
    font-size: 11px
}
#shoutbox #the_shouts .shout .shout_date a img {
    width: 11px;
    height: 11px
}
#shoutbox #the_shouts .shout .shout_staff a {
    color: #0091ce
}
#shoutbox #the_shouts .shout .shout_staff a:hover {
    color: #00b4ff
}
#shoutbox #shoutbox_view {
    margin: 10px 0 0;
    padding: 0
}
#sidebox_toppvp .sidebox_body {
    padding: 0 15px 10px !important
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm {
    width: 100%;
    float: none;
    font-family: 'Arial Narrow', Arial, sans-serif
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_select {
    color: #443b39;
    padding: 0;
    font-size: 17px;
    text-align: left;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .55);
    font-family: Candara, Calibri, Segoe, 'Segoe UI', Optima, Arial, sans-serif
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_select:before {
    width: 8px;
    height: 11px;
    top: 2px;
    left: 0;
    content: "";
    display: inline-block;
    position: relative;
    background-position: -83px -10px
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_select:after {
    width: 100%;
    height: 2px;
    margin: 5px 0;
    content: "";
    display: block;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1)
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_data .toppvp_character {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), inset 0 1px rgba(179, 158, 124, .03);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), inset 0 1px rgba(179, 158, 124, .03);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15), inset 0 1px rgba(179, 158, 124, .03);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    background-color: #161211
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_data .toppvp_character:nth-child(odd) {
    background-color: transparent
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_data .toppvp_character:hover {
    background-color: #1f1918
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_data .toppvp_character div {
    top: 2px
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_data .toppvp_character b {
    vertical-align: middle
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_data .toppvp_character img {
    width: 18px;
    height: 18px;
    border: 1px solid #877661;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_data .toppvp_character a {
    color: #aa4221;
    vertical-align: middle
}
#sidebox_toppvp .sidebox_body #toppvp .toppvp_realm .toppvp_data .toppvp_character a:hover {
    color: #cb522c
}
.comments .comments_area {
    width: 100%;
    float: none;
    margin: 0
}
.comments .comments_area .comment {
    width: 100% !important;
    color: #555658;
    border: none !important;
    margin: 0 0 10px;
    padding: 10px 10px 6px;
    font-size: 13px;
    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 5px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .04), inset 0 0 0 1px rgba(255, 255, 255, .02), 0 1px 1px rgba(0, 0, 0, .3) !important;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .04), inset 0 0 0 1px rgba(255, 255, 255, .02), 0 1px 1px rgba(0, 0, 0, .3) !important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .04), inset 0 0 0 1px rgba(255, 255, 255, .02), 0 1px 1px rgba(0, 0, 0, .3) !important;
    text-shadow: 0 1px 0 #000;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #161515 !important
}
.comments .comments_area .comment img {
    vertical-align: middle
}
.comments .comments_area .comment .comment_author {
    color: #6c5c4b;
    margin: 0 0 5px
}
.comments .comments_area .comment .comment_author:hover {
    color: #bba083
}
.comments .comments_area .staff_comment .comment_author {
    color: #0091ce
}
.comments .comments_area .staff_comment .comment_author:hover {
    color: #00b4ff
}
.comments form {
    width: 100% !important;
    margin: 0 !important
}
.comments form textarea {
    width: 100%;
    height: 70px;
    margin: 0 0 3px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.comments form .characters_remaining {
    color: #6e6e6e;
    margin: 15px 0 0;
    font-size: 12px;
    text-shadow: 0 1px 0 #000, 0 0 5px #000;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif
}
.comments form .characters_remaining span {
    font-weight: 700
}
#right .page_page .page_body {
    padding: 0 30px 15px;
    font-size: 14px
}
.message_box {
    color: #555658 !important;
    border: none !important;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .04), inset 0 0 0 1px rgba(255, 255, 255, .02), 0 1px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .04), inset 0 0 0 1px rgba(255, 255, 255, .02), 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .04), inset 0 0 0 1px rgba(255, 255, 255, .02), 0 1px 1px rgba(0, 0, 0, .3);
    text-shadow: 0 1px 0 #000;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #161515 !important
}
.message_box .message_box_date {
    color: inherit !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: #6c5c4b;
    margin: 0 0 3px
}
.message_box .message_box_author:hover {
    color: #bba083
}
.message_box a+div {
    display: none
}
#store .ucp_divider {
    margin: 0 auto
}
#store form .filter_field {
    height: auto !important;
    padding: 5px !important
}
#store form .filter_field select,
#store form .filter_field .sbHolder,
#store form .filter_field input[type=text] {
    width: 120px
}
#store form .filter_field .nice_button {
    margin: -3px 10px 0 0
}
#store form .filter_field .nice_button:last-child {
    margin: -3px 0 0
}
#store #store_content .realm_items>div:first-child {
    padding: 0 0 0 5px !important
}
#store #store_content .realm_items .item_group_title {
    margin: 3px 3px 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;
    padding: 10px
}
#store #store_content .item_group .store_item:last-child {
    margin: 0
}
#store #store_content .item_group .store_item .store_buttons {
    top: 6px;
    right: 6px;
    margin: 0;
    position: absolute
}
#store #store_content .item_group .store_item .store_buttons a {
    margin-left: 6px
}
#store #store_content .item_group .store_item .item_icon {
    margin-right: 6px
}
#store #store_content .item_group .store_item .item_name {
    font-size: 13px;
    font-weight: inherit
}
#store #store_content #cart .store_item {
    margin: 0 0 5px
}
#store #store_content #cart .store_item .item_name {
    width: 80%;
    height: 18px;
    overflow: hidden;
    font-size: 11px
}
#store #store_content #cart .store_item .item_realm {
    margin: 6px 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;
    right: -4px;
    bottom: 7px;
    opacity: 0;
    z-index: 9;
    display: block;
    overflow: hidden;
    position: absolute;
    transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s
}
#store #store_content #cart .store_item:hover .delete_item {
    opacity: 1
}
#store #store_content #cart #cart_price #vp_price_full {
    margin: 20px 10px 0 0 !important
}
#store #store_content #cart #cart_price #dp_price_full {
    margin: 20px 0 0 !important
}
#store #store_content #cart #cart_price .nice_button {
    margin: 4px 0 0
}
#checkout .store_item {
    height: 44px;
    margin: 0 0 10px
}
#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_realm_divider {
    color: #6e6e6e;
    font-size: 11px;
    font-weight: 700;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-shadow: 0 1px 0 #000, 0 0 5px #000
}
#teleport #select_character .select_character {
    margin: 0 0 8px
}
#teleport #select_character .select_character:hover {
    opacity: 1
}
#teleport #select_character .select_character .store_item {
    background-color: #231e1d;
    background-color: rgba(255, 255, 255, .02)
}
#teleport #select_character .item_group {
    margin: 0 0 8px;
    font-size: 12px;
    box-shadow: inset 0 0 8px rgba(255, 255, 255, .04), 0 0 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 0 8px rgba(255, 255, 255, .04), 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 8px rgba(255, 255, 255, .04), 0 0 5px rgba(0, 0, 0, .5);
    text-shadow: 0 1px 0 #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #251f1e;
    background-color: rgba(255, 255, 255, .03)
}
#teleport #select_character .character {
    margin: 0
}
#teleport #select_character .character .item_icon {
    margin-right: 6px
}
#teleport #select_character .character .character_name {
    font-size: 11px
}
#teleport #select_location {
    float: right
}
#teleport #select_location .location {
    margin: 0 0 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .4), inset 0 -2px 0 0 #000;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .4), inset 0 -2px 0 0 #000;
    -webkit-box-shadow: 0 0 0 1px rgba(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, .3);
    transition: background ease-in-out .5s;
    -o-transition: background ease-in-out .5s;
    -ms-transition: background ease-in-out .5s;
    -moz-transition: background ease-in-out .5s;
    -webkit-transition: background ease-in-out .5s
}
#teleport #select_location .location:hover {
    background-color: rgba(16, 16, 16, .5)
}
#teleport #select_character .character .character_buttons,
#teleport #select_location .location .location_buttons {
    top: 4px;
    right: 4px;
    margin: 0;
    position: absolute
}
#donate {
    margin: 0 !important
}
#donate .ucp_divider {
    padding: 0
}
#donate input[type=submit],
#donate .warfg_btn {
    margin-left: 35px
}
#changelog_add form {
    width: 380px !important;
    margin: 0 !important;
    z-index: 9
}
#changelog_add .nice_button {
    margin: 5px 0 0 5px !important
}
#change_form input[type=text],
#change_form select,
#change_form .sbHolder,
#category_form input[type=text] {
    width: 90% !important
}
#change_form input[type=submit],
#change_form .warfg_btn,
#category_form input[type=submit],
#category_form .warfg_btn {
    margin-left: 5px
}
#search_box input[type=text] {
    float: none !important
}
#search_box input[type=submit],
#search_box .warfg_btn {
    margin: 5px 0 0
}
#search_sections {
    padding: 10px 1px 10px 6px !important
}
.search_result_character {
    width: 224px !important;
    overflow: hidden !important
}
.search_result_character .name {
    margin-top: 0 !important
}
.search_result_character span {
    height: 40px !important;
    margin: 0 !important
}
#popup_bg {
    z-index: 999999
}
#confirm,
.popup {
    width: 60%;
    max-width: 300px;
    left: 0;
    right: 0;
    border: 1px #7e3018 solid;
    margin: 0 auto;
    padding: 20px;
    display: none;
    z-index: 999999;
    position: fixed;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 28px #000, 0 0 10px #000, inset 0 0 15px rgba(0, 0, 0, .6), 0 0 45px #000;
    -moz-box-shadow: 0 0 28px #000, 0 0 10px #000, inset 0 0 15px rgba(0, 0, 0, .6), 0 0 45px #000;
    -webkit-box-shadow: 0 0 28px #000, 0 0 10px #000, inset 0 0 15px rgba(0, 0, 0, .6), 0 0 45px #000;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    background-color: #1f1918
}
#confirm h1,
.popup h1 {
    color: #9d9687;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 0 3px #000
}
.popup_question input[type=text] {
    width: 90%
}
.popup_links {
    width: 100%;
    text-align: center
}
.popup_links a {
    width: auto;
    float: none;
    padding: 0 20px;
    display: inline-block;
    line-height: 50px
}

.panel-title {
  color: #f60;
  font-size: 125%;
  padding-left: 15px;
  margin-top: 8px;
  margin-bottom: 0;
}

.panel-heading {
  position: relative;
  height: 40px;
  line-height: 36px;
  background: #fafafa;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  padding: 0 8px;
  border: 1px solid #000000;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}

.panel {
  position: relative;
  margin-bottom: 20px;
  background-color: #1F1A17;
  border-radius: 8px;
}

.panel-body {
  position: relative;
  padding: 15px;
  border: 1px solid #000000;
  text-align: justify;
}
.panel-body + .panel-footer {
  border-top: 0;
}
.panel-heading {
  position: relative;
  height: 40px;
  line-height: 36px;
  background: linear-gradient(60deg, #201B18, #2B2120);
  color: #e2c27c;
  font-size: 13px;
  font-weight: 600;
  padding: 0 8px;
  border: 1px solid #000000;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading + .panel-body {
  border-top: 0;
}

.news-post-date {
  float: right;
  text-align: right;
  position: relative;
  top: -2px;
}




.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #8c4000;
    border-color: #ffffff
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #8c4000;
    border-color: #8c4000
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}

