.loaderHorizontal {
    background: url('../../images/loader_horizontal.gif') no-repeat;
    height: 11px;
    width: 43px;
    margin: 20px auto 0;
}

#ranking .loaderHorizontal {
    margin: 5px auto !important;
}

#search .loaderHorizontal {
    margin: 5px auto !important;
}

.bg-equipment {
    background: url('../../images/com_bg_tile_d.png') no-repeat !important;
    background-size: 100% 100% !important;
    width: 181px;
    height: 357px;
}

.bg-equipment-avatar {
    background: url('../../images/com_bg_tile_d.png') no-repeat !important;
    background-size: 100% 100% !important;
    width: 181px;
    height: 357px;
}

.slots {
    width: 40px;
    height: 40px;
}

.itemslot {
    float: left;
    width: 40px;
    height: 40px;
    margin: 1px;
    padding: 0 !important;
}

.weapon .itemslot {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 25px;
    background: url('../../images/equip_slot_weapon.png') no-repeat !important;
    background-size: 56px 56px !important;
}

.shield .itemslot {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 25px;
    background: url('../../images/equip_slot_shield.png') no-repeat !important;
    background-size: 56px 56px !important;
}

.head .itemslot {
    background: url('../../images/equip_slot_helm.png') no-repeat !important;
}

.chest .itemslot {
    background: url('../../images/equip_slot_mail.png') no-repeat !important;
}

.shoulder .itemslot {
    background: url('../../images/equip_slot_shoulderguard.png') no-repeat !important;
}

.hands .itemslot {
    background: url('../../images/equip_slot_gauntlet.png') no-repeat !important;
}

.legs .itemslot {
    background: url('../../images/equip_slot_pants.png') no-repeat !important;
}

.foot .itemslot {
    background: url('../../images/equip_slot_boots.png') no-repeat !important;
}

.earring .itemslot {
    background: url('../../images/equip_slot_earring.png') no-repeat !important;
}

.necklace .itemslot {
    background: url('../../images/equip_slot_necklace.png') no-repeat !important;
}

.lring .itemslot {
    background: url('../../images/equip_slot_l_ring.png') no-repeat !important;
}

.rring .itemslot {
    background: url('../../images/equip_slot_r_ring.png') no-repeat !important;
}

.specdress .itemslot {
    background: url('../../images/equip_slot_specialdress.png') no-repeat !important;
    margin-top: 10px !important;
}

.hat .itemslot {
    background: url('../../images/equip_slot_helm.png') no-repeat !important;
}

.dress .itemslot {
    background: url('../../images/equip_slot_cloth.png') no-repeat !important;
}

.attach .itemslot {
    background: url('../../images/equip_slot_pandernt.png') no-repeat !important;
}

.flag .itemslot {
    background: url('../../images/equip_slot_plag.png') no-repeat !important;
}

.spec .itemslot {
    background: url('../../images/equip_slot_extraneous01.png') no-repeat !important;
}

.slots {
    width: 23% !important;
    margin-bottom: 3px !important;
}

.bg-equipment-avatar .slots {
    width: 23% !important;
    margin-bottom: 3px !important;
}

.avatar-margin {
    margin-top: 80px !important;
}

.slots.right {
    float: right;
    clear: right;
    margin-right: 0;
    margin-left: 10%;
}

.slots.left {
    float: left;
    clear: left;
    margin-left: 0;
    margin-right: 10%;
}

.slots.weapon,
.slots.shield {
    width: 31% !important;
    margin-bottom: 40px !important;

}

.image .itemslot .image {
    margin: 3px;
}

.itemslot .image .qinfo {
    font-size: 9px;
    font-weight: lighter;
    font-style: normal;
    text-shadow: 0 -0.5px #000;
    color: #fff;
    padding: 0 0;
    float: left;
}

.move .image.activeItem {
    box-shadow: 0 0 7px 4px gray;
}

.itemslot .image {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 !important;
    margin: 3px;
}

.itemslot .imageavatar {
    width: 34px !important;
    height: 34px !important;
    float: left;
    margin: 3px;
    padding: 0 !important;
    margin-top: 84px !important;
}

.slots.left .itemslot .imageavatar {
    margin-left: 2px !important;
}

.weapon .itemslot .image {
    width: 100%;
    height: 100%;
    float: left;
    margin: 3px;
    padding: 0 !important;
    margin-top: 11px !important;
    margin-left: 11px !important;
}

.shield .itemslot .image {
    width: 100%;
    height: 100%;
    float: left;
    margin: 3px;
    padding: 0 !important;
    margin-top: 11px !important;
    margin-left: 11px !important;
}

.imageclear {
    margin-top: -2px;
    display: inline-block;
}

.itemInfo {
    color: #fff;
    z-index: 80;
    position: absolute;
    left: 34px;
    top: 3px;
    width: 180px;
    background: rgba(88, 98, 170, 0.85);
    border: 2px solid #303d4d;
    padding: 5px;
    display: none;
    line-height: 18px;
    font-size: 10px;
}

.ui-tooltip {
    position: absolute;
    z-index: 9999;
    max-width: 190px;
    padding: 8px !important;
    background: url('../../images/com_bg_tile_tl.png') no-repeat !important;
    background-size: 100% 100% !important;
    box-shadow: none !important;
    border: none !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
}

.ui-tooltip-content {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px !important;
    line-height: 15px;
    font-weight: lighter;
    font-style: normal;
    text-shadow: 1px 1px #000;
    color: #fff;
}

.equip-suit-slot {
    background: url('../../images/equip_slot_specialdress.png') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 10px;
    float: right;
    clear: right;
}

.bg-equipment-avatar .equip-suit-slot {
    background: url('../../images/equip_slot_specialdress.png') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 96px;
    float: right;
    clear: right;
}

.equip-suit-slot .image {
    width: 34px !important;
    height: 34px !important;
    margin-left: 2px !important;
    margin-top: 2px !important;
}

.btn-equip-avatar {
    background: url('../../images/equip_slot_avata_button.png') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 10px;
    float: left;
    clear: left;
    border: none;
    outline: 0;
}

.btn-equip-avatar:hover {
    background: url('../../images/equip_slot_avata_button_focus.png') no-repeat !important;
}

.btn-equip-avatar:active {
    background: url('../../images/equip_slot_avata_button_press.png') no-repeat !important;
}

.btn-equip-set {
    background: url('../../images/equip_slot_equipment_button.png') no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    margin-top: 96px;
    float: left;
    clear: left;
    border: none;
    outline: 0;
}

.btn-equip-set:hover {
    background: url('../../images/equip_slot_equipment_button_focus.png') no-repeat !important;
}

.btn-equip-set:active {
    background: url('../../images/equip_slot_equipment_button_press.png') no-repeat !important;
}

.btn-rotate-group {
    position: relative;
    left: 12px;
    top: 32px;
    display: inline-block;
}

.bg-equipment-avatar .btn-rotate-group {
    position: relative;
    left: -7px;
    margin-top: 134px;
    display: inline-block;
}

.btn-rotate-left {
    background: url('../../images/equip_rotate_left_button.png') no-repeat !important;
    width: 28px !important;
    height: 16px !important;
    margin-right: -5px;
    margin-left: 5px;
    border: none;
    outline: 0;
}

.btn-rotate-left:hover {
    background: url('../../images/equip_rotate_left_button_focus.png') no-repeat !important;
}

.btn-rotate-left:active {
    background: url('../../images/equip_rotate_left_button_press.png') no-repeat !important;
}

.btn-rotate-right {
    background: url('../../images/equip_rotate_right_button.png') no-repeat !important;
    width: 28px !important;
    height: 16px !important;
    margin-left: -5px;
    border: none;
    outline: 0;
}

.btn-rotate-right:hover {
    background: url('../../images/equip_rotate_right_button_focus.png') no-repeat !important;
}

.btn-rotate-right:active {
    background: url('../../images/equip_rotate_right_button_press.png') no-repeat !important;
}

.btn-rotate-top {
    background: url('../../images/equip_rotate_reset_button.png') no-repeat !important;
    width: 16px !important;
    height: 16px !important;
    border: none;
    outline: 0;
}

.btn-rotate-top:hover {
    background: url('../../images/equip_rotate_reset_button_focus.png') no-repeat !important;
}

.btn-rotate-top:active {
    background: url('../../images/equip_rotate_reset_button_press.png') no-repeat !important;
}

.hidden {
	display:none!important
}

.pull-left {
	padding-right:10px
	}
	
.pull-left {
	float:left!important
	}

div.image span.plus {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../../images/itemplus.png) left top;
    -webkit-animation: play 1.8s steps(32) infinite;
    -moz-animation: play 1.8s steps(32) infinite;
    -ms-animation: play 1.8s steps(32) infinite;
    -o-animation: play 1.8s steps(32) infinite;
    animation: play 1.8s steps(32) infinite;
}

@-webkit-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@-moz-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@-ms-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@-o-keyframes play {
    100% {
        background-position: -1024px;
    }
}

@keyframes play {
    100% {
        background-position: -1024px;
    }
}

.col-md-8.blog-box {
    overflow: hidden;
}

.col-md-8.blog-box img {
    width: 100%;
}

.btn.btn-system.border-btn {
    background-color: transparent;
    border: 2px solid;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	color: orange;
}
.btn.btn-system.border-btn:hover {
    opacity: 1;
    color: #c37b14;
}
