@import 'reset.css' all;
@import 'engine.css' all;
body {
    font: 13px/22px Tahoma, Arial, Helvetica, sans-serif;
    background: rgba(255,255,255,1);
    color: #757575;
    min-width: 1280px;
}
a {
	color: #6f6f6f;
}
.thide {
    overflow: hidden;
    display: block;
    height: 0;
    line-height: normal
}
.sidebar_move {
    z-index: 999;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 250px;
    left: 258px;
    padding: 3px;
    background: rgba(240,240,240,1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.sidebar_move i {
    font-size: 14px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 24px;
    height: 24px;
    background: rgba(0,0,0,0.09);
    text-align: center;
    color: #343434;
    line-height: 24px;
}
/*==============================
           Header
==============================*/
header {
    clear: both;
    margin: 0;
    position: relative;
    z-index: 5;
}
/*==============================
           Content
==============================*/
#content {
    overflow: hidden !important;
    -webkit-box-shadow: 320px 0 0 0 rgba(230,230,230,0.8);
    box-shadow: 320px 0 0 0 rgba(230,230,230,0.8);
}
aside.lcol, aside.rcol {
    width: 270px;
    position: relative;
    /*overflow: hidden;*/
}
aside.lcol {
    background: #1e2326;
    z-index: 1;
}
aside.rcol {
    width: 320px;
    background: rgba(230,230,230,0.8);
}
/*--- Main section ---*/
section.content {
    -webkit-box-shadow:inset 270px 0 0 0 #1e2326;
    box-shadow:inset 270px 0 0 0 #1e2326;
    overflow: hidden;
}
/* logo */
.logotype {
    height: 70px;
    width: 270px;
    text-indent: -9999px;
    background: url("../images/logotype.png") no-repeat 18px 16px;
}
.logotype a {
    display: block;
    height: 70px;
    width: 270px;
}
/* login */
.login {
    background: #131514;
    width: 270px;
    position: relative;
    -webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);
    box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);
}
.login .login_head {
    padding: 20px;
    position: relative;
}
.login .login_head .avatar {
    position: relative;
    -webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.8);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.8);
    height: 48px;
    width: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.login .login_head .avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 48px;
    width: 48px;
}
.login .login_head .avatar.offline {
    -webkit-box-shadow: 0 0 0 6px rgba(240,80,80,0.5);
    box-shadow: 0 0 0 6px rgba(240,80,80,0.5);
}
.login .login_head .avatar.online {
    -webkit-box-shadow: 0 0 0 6px rgba(77,189,116,0.5);
    box-shadow: 0 0 0 6px rgba(77,189,116,0.5);
}
.login .login_head .text {
    padding: 0 0 0 22px;
    color: #fff;
}
.login .login_head .text b {

}
.login .login_head .text p {
    font-size: 12px;
    color: #ccc;
}
.login .login_head .links {
    position: relative;
    width: 16px;
}
.login .login_head .links a {
    position: absolute;
    top: -5px;
    display: block;
    width: 16px;
    height: 16px;
    font-size: 18px;
    color: #81939e;
    text-align: center;
    line-height: 16px;
    text-decoration: none;
}
.login .login_head .links a:nth-child(2) {
    top: 35px;
    right: -3px;
}
.login .notify {
    width: 270px;
    position: absolute;
    top: 0;
    display: block;
    z-index: 999;
    right: 0;
    color: #fff;
    padding: 10px 10px;
    background: #131514;
    -webkit-box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);
    box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.5);
}
.login .notify b {
    font-weight: normal;
}
.login .notify a span {
    float: right;
    display: block;
    padding: 0 7px 1px 7px;
    margin-left: 5px;
    border-radius: 25%;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.14);
    background: rgba(77,189,116,0.7);
}
.login .notify a:nth-child(2) span {
    background: rgba(244,186,74,0.7);
}
.login .notify a:nth-child(3) span {
    background: rgba(240,80,80,0.7);
}
.login .notify a:hover span {
    opacity: 0.5;
}
.login .login_cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: hidden;
    background: rgba(94,156,195,0.9);
    z-index: 12;
}
.shop_login {
    color: #fff;
    text-align: center;
    padding: 5px;
}
.shop_login li {
    padding: 0 7px 2px 7px;
    display: inline-block;
    margin: 0 5px;
    background: rgba(255,255,255,0.9);
    color: #757575;;
    border-radius: 3px;
}
.shop_login li i {
    font-size: 14px;
    padding: 0 3px 0 0;
    color: rgba(244,186,74,1);
}
.shop_login li:nth-child(2) i {
    color: rgba(171,54,54,1);
}
.shop_login li:nth-child(3) i {
    color: rgba(94,156,195,1);
}
.shop_login li:nth-child(4) i {
    color: rgba(77,189,116,1);
}
.login_links {
    overflow: hidden;
    padding: 3px 10px;
}
.login_links li {
    width: 48%;
    display: inline-block;
}
.login_links li a {
    padding: 1px 5px 2px 5px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 3px;
}
.logform li.lfield {
    margin-bottom: 10px;
}

.logform li.lbtn {
    text-align: center;
}

.logform li.lfield input {
    width: 265px;
}

.logform li.lfchek input {
    width: 13px;
    border: none;
    background: none;
}

.logform li.lfchek label {
    display: inline;
    margin-bottom: 0.2em;
}
/* menu */
section.content #navbar {
    height: 60px;
    background: rgba(94,156,195,1) /*rgba(76,102,137,1)*/;
}
section.content #navbar ul li {
    float: left;
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.12);
    border-right: 1px solid rgba(255,255,255,0.2);
}
section.content #navbar ul li a {
    display: block;
    height: 60px;
    line-height: 56px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
}
section.content #navbar ul a:hover {
    background: rgba(255,255,255,0.2);
}
section.content #navbar ul .sublnk > a {
    padding: 0 30px 0 15px;
    position: relative;
}
section.content #navbar ul .sublnk > a::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 27px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}
section.content #navbar ul .sublnk > a:hover, section.content #navbar ul .sublnk.selected > a {
    background: rgba(255,255,255,0.2);
}
section.content #navbar ul .sublnk.selected > a::after {
    border-width: 0 5px 4px 5px;
    border-color: transparent transparent #ffffff transparent;
}
/*---SubMenu---*/
section.content #navbar ul .sublnk {
    position: relative;
}
section.content #navbar ul li ul {
    width: 200px;
    margin: 0;
    top: 60px;
    left: 0;
    position: absolute;
    z-index: 9999;
    display: none;
}
section.content #navbar ul li ul li a, section.content #navbar ul li ul li {
    background: none;
    float: none;
    height: auto;
    display: block;
    line-height: normal;
    text-transform: none;
}
section.content #navbar ul li ul li {
    padding: 0;
}
section.content #navbar ul li ul li a {
    color: #fff;
    padding: 6px 10px;
    width: 100%;
    border-bottom: 1px solid #3f4b51;
    background: #4d5c64;
    opacity:0.9;
    -moz-opacity:0.9;
    filter:alpha(opacity=90);
}
section.content #navbar ul li ul li a:hover {
    background-color: #63767f;
}
section.content #navbar form {
    margin: 0;
    height: 60px;
    padding: 12px 0 0 24px;
    /*background: rgba(63,104,126,0.8);*/
    background: rgba(255,255,255,0.2);
    width: 320px;
}
.reg_links {
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.2);
}
section.content #navbar form input[type="text"] {
    width: 230px;
    border: none;
    display: inline-block;
}
section.content #navbar form button {
    display: inline-block;
    border: none;
    padding: 7px 12px;
}
.padd {
    padding: 25px;
}
/* speedbar */
.speedbar {
    padding: 15px 25px;
    border-bottom: 1px solid #e6e6e6;
}
.speedbar a {
    color: #5e9cc3;
}
.speedbar.nopad {
    background: #fff;
    margin: -25px -25px 25px -25px;
}
/*---table---*/
.forum_post {

}
.ctable {
    display: table;
    width: 100%;
}
.ctable dt {
    display: table-row;
}
.ctable dt dd {
    display: inline-block;
}
.ctable_head {
    overflow: hidden;
    background: rgba(151,179,18,1);
    height: 31px;
    font-size: 13px;
    line-height: 28px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.27);
    color: #fff;
    padding: 0 12px;
    border-radius: 3px;
}
.ctable_head div {
    display: inline-block;
}
.ctable_tr {
    overflow: hidden;
    display: block;
    margin: 3px 0;
    font-size: 13px;
    color: #676767;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    padding: 5px 7px;
    border-radius: 3px;
}
.ctable_tr:nth-child(2n) {
    background: #ecebeb;
}
.ctable_tr div {
    display: inline-block;
}
.ctable_tr a {
    color: #676767;
}
.ctable .name {
    width: 57%;
}
.ctable .view {
    width: 10%;
}
.ctable .answ {
    width: 10%;
}
.ctable .auth {
    width: 12%;
}
.ctable_body {
    padding: 0 0 5px 0;
    margin: 0 4px;
}

/* block */
aside.lcol .block {
    padding: 30px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}
aside.lcol .block.nopad {
    padding: 0;
}
aside.lcol .block .block_h {
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    line-height: 1;
    color: #fff;
    padding: 15px 20px;
    overflow: hidden;
    position: relative
}
aside.lcol .block .block_c {
    padding: 15px;
}
.nblock {
	display: none;
}
/* last comments */
.last_comm li {
    margin-bottom: 15px;
    color: #8F8F9B
}
.last_comm p {
    font-size: 10px;
    line-height: 1.5;
    padding-top: 5px;
    overflow: hidden
}
.last_comm .circle {
    float: left;
    margin-right: 7px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 4px;
    bottom: -4px;
    position: relative
}
.last_comm .circle img {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 50%
}
.last_comm time:before {
    content: "";
    display: block
}
.last_comm .stream-topic {
    padding: 13px 10px;
    margin-top: 15px;
    position: relative;
    display: block;
    font-size: 12px;
    border-radius: 4px;
    line-height: 1.4;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75)
}
.last_comm .stream-topic:hover {
    color: #fff
}
.last_comm .stream-topic:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(255, 255, 255, 0.1);
    z-index: 1
}

.tags {
    overflow: hidden
}
.tags a {
    list-style: none;
    text-decoration: none;
    float: left;
    display: block;
    margin: 0 5px 5px 0;
    padding: 3px 6px;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.75)
}
.tags a:hover {
    color: rgba(94,156,195,1);
}
.tags a + br + br + a {
    margin: 0;
    border: none;
}
.blog-list-avatar {
    overflow: hidden;
    padding-bottom: 5px
}
.blog-list-avatar li {
    float: left;
    width: 25%
}
.blog-list-avatar li a {
    margin: 6px;
    overflow: hidden;
    opacity: .5;
    border-radius: 10%;
    display: block
}
.blog-list-avatar li a:hover {
    opacity: 1
}
.blog-list-avatar li a img {
    display: block;
    border-radius: 10%;
    width: 100%;
    border: 0;
    margin: 0
}
.counters {
    overflow: hidden;
    padding: 15px;
    text-align: center;
}
.counters span.fade2 {
    display: inline-block;
    margin: 5px 10px;
}
/*-- navi --*/
.navi_c {
    padding: 10px;
}
.navi_c li.sublink {
    display: block;
    margin: 5px 0;
}
.navi_c li.sublink a {
    border-radius: 3px;
    padding: 2px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.navi_c li.sublink a i {
    float: right;
    display: inline-block;
    margin: 5px 0 0 0;
}
.navi_c li.sublink.selected a, .navi_c li.sublink a:hover {
    font-weight: bold;
    background: rgba(255,255,255,0.05);
}
li.submenu {
    display: none;
}
ul.submenu {
    background: rgba(255,255,255,0.1);
    border-radius: 3px;
    font-size: 12px;
    padding: 5px;
}
.navi_c li.sublink.selected + li.submenu {
    display: block;
}
ul.submenu li a {
    display: block;
    color: #fff;
    padding: 3px 10px;
    text-decoration: none;
    border-radius: 3px;
}
ul.submenu li a:hover {
    background: rgba(94,156,195,0.9);
}

aside.rcol .block {
    padding: 15px 15px;
    overflow: hidden;
}
aside.rcol, aside.rcol .block:nth-last-child(1) {
    overflow: visible;
}
aside.rcol .block .block_h {
    overflow: hidden;
    margin: 0 0 .6em 0;
    text-transform: uppercase;
    font: 700 20px/1.45 "PT Sans", Arial, Helvetica, Tahoma, sans-serif
}
.btl, .btlw {
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font: 700 20px/1.45 "PT Sans", Arial, Helvetica, Tahoma, sans-serif
}
.btlw {
    padding: 0 30px
}

/* dcore_work */
.dcore_work div a {
    height: 148px;
    text-decoration: none !important;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #e6e6e6;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover
}
.dcore_work div a * {
    cursor: pointer;
    display: block
}
.dcore_work div a p {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 33px;
    padding: 5px 20px
}
.dcore_work div a p > b {

    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
}
.dcore_work div a p > span {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    zoom: 1;
    position: absolute;
    top: 45px;
    left: 20px;
    right: 20px;
    line-height: 1.4;
    max-height: 7em;
    overflow: hidden
}
.dcore_work div a:hover p {
    height: 148px;
    background-color: rgba(40,154,214,0.7)
}
.dcore_work div a:hover p > span {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    zoom: 1
}
.dcore_work div a p, .dcore_work div a p > span {
    -webkit-transition: all ease .4s, opacity ease .6s;
    -moz-transition: all ease .4s, opacity ease .6s;
    -o-transition: all ease .4s, opacity ease .6s;
    transition: all ease .4s, opacity ease .6s;
    -moz-transition: all ease .4s, opacity ease .6s;
    -webkit-transition: all ease .4s, opacity ease .6s;
    -o-transition: all ease .4s, opacity ease .6s
}
.dcore_work div a p > span > b {
    padding-bottom: .7em;
    margin-bottom: .7em;
    border-bottom: 1px solid #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5)
}

/* static title */
.static_h {
    border-bottom: 1px solid #e6e6e6;
    padding: 19px 30px
}
.static_h.two {
    border-top: 1px solid #e6e6e6;
}
.static_h h3 {
    margin: 0;
    text-transform: uppercase;
    font: 700 20px/1.45 "PT Sans", Arial, Helvetica, Tahoma, sans-serif
}
/* rss */
a.rss_btn {
    text-decoration: none;
    display: block;
    color: #F88E16;
    margin-top: 3px;
    font-size: 20px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}
/* story */
.story {
    padding: 22px 25px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.story.fixed, .story:hover {
    background-color: rgba(0,0,0,0.01);
}
.story .poster {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    width: 210px;
    height: 140px;
    margin-right: 15px;
}
.story .poster .fixed, .story .poster .moder {
    font-weight: normal;
    position: absolute;
    bottom: 2px;
    right: 5px;
    font-size: 12px;
    color: #fff !important;
}
.story .poster .moder {
    bottom: 22px;
}
.story .text {
    overflow: hidden !important;
}
.story .moder_ico {
    position: relative;
    z-index: 22;
}
.story .moder_ico a {
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80);
    zoom: 1;
    float: left;
    margin-left: 4px
}
.story .moder_ico a:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    zoom: 1
}
.story .moder_ico b.active {
    color: rgba(151,179,18,1);
}
.story .text h1, .story .text h2 {
    display: block;
    margin-bottom: 5px;
    margin-top: -3px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: "PT Sans", Arial, Helvetica, Tahoma, sans-serif
}
.story .text h1 a, .story .text h2 a {
    color: rgba(94,156,195,1);'
}
.story .text .inf {
    font-size: 1em;
    margin-bottom: 5px;
    font-weight: 400;
    overflow: hidden;
}
.story .text .inf li {
    float: left;
    margin-right: 10px;
}
.story .text .inf a {
    color: #888
}
.story .story_b {
    padding: 10px 0 0 0;
    overflow: hidden;
}
.story .story_b .lcol {
    padding: 7px 0 0 0;
}
.story .poster .story_rate {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255,255,255,0.85);
    padding: 5px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.story_rate .rate_num {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    height: 22px;
    line-height: 22px;
    padding: 0 12px;
    font-size: 12px;
    color: #fff;
    background: #B6B6B6;
    cursor: pointer;
}
.story .poster .story_rate .rate-plus, .story .poster .story_rate .rate-minus {
    display: none;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:inset 0 0 0 1px rgba(226,226,226,1);
    box-shadow:inset 0 0 0 1px rgba(226,226,226,1);
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    width: 22px;
    height: 22px;
    text-decoration: none !important;
    color: #6c6c6c;
    cursor: pointer;
    overflow: hidden;
}
.story:hover .poster .story_rate .rate-plus, .story:hover .poster .story_rate .rate-minus {
    display: inline-block;
}
.story:hover .poster .story_rate {
    padding: 5px 5px 0 5px;
}
.story_rate .rate-plus:hover {
    color: #a7c617 !important
}
.story_rate .rate-minus:hover {
    color: #f45542 !important
}
.story_rate .rate-plus.active {
    color: #a7c617 !important
    -webkit-box-shadow:inset 0 0 0 1px rgba(167,198,23,1) !important
    box-shadow:inset 0 0 0 1px rgba(167,198,23,1) !important
}
.story_rate .rate-minus.active {
    color: #f45542 !important
    -webkit-box-shadow:inset 0 0 0 1px rgba(244,85,64,1) !important
    box-shadow:inset 0 0 0 1px rgba(244,85,64,1) !important
}
.story_rate.ominus .rate_num {
    background: #f45542 !important
}
.story_rate.oplus .rate_num {
    background: #a7c617 !important
}
.story_rate.ogold .rate_num {
    background: rgba(244,186,74,1) !important
}
.story_rate.oblack .rate_num {
    background: #1E2326 !important
}
/* pages navigation */
.navigation {
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    margin: 15px 0;
}
.navigation .pages {
    float: left;
    font-size: 14px;
}
.navigation a, .navigation span {
    padding: 3px 5px;
    border-radius: 3px;
    text-decoration: none;
}
.navigation span {
    color: #fff;
    background-color: rgba(94,156,195,1);
}
.navigation a:hover {
    background-color: #ebeff4
}
.navigation .pnavi span {
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    zoom: 1
}

/* buttons */
.green_btn, .red_btn, .blue_btn {
    margin-right: 15px;
    text-decoration: none !important;
    color: #fff;
    font-size: 18px;
    height: 39px;
    padding: 5px 25px;
    display: inline-block;
   /*box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
.green_btn.btn-sm, .red_btn.btn-sm, .blue_btn.btn-sm {
    margin: 0;
    padding: 4px 15px 7px 15px;
    font-size: 14px;
    height: auto;
}
.red_btn {
    background-color: rgba(235,98,55,1)
}
.green_btn, .btn-success {
    background-color: rgba(151,179,18,1)
}
.blue_btn {
    background-color: rgba(94,156,195,1)
}
.red_btn:hover {
    background-color: rgba(212,80,39,0.9)
}
.green_btn:hover, .btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: rgba(120,142,14,1)
}
.blue_btn:hover {
    background-color: rgba(74,124,155,1)
}
.btn {
    border-color: transparent;
    outline: none;
    /*box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);*/
}
.btn.btn-default {
    border-color: #cccccc;
    outline: 1px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn_min, .btn_wh, .btnwh_min, #loading div, .btn_big, .ui-dialog-buttonset button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /*box-shadow: inset 0 -2px 0 0 #d5dae0;
    -moz-box-shadow: inset 0 -2px 0 0 #d5dae0;
    -webkit-box-shadow: inset 0 -2px 0 0 #d5dae0*/
}
.btn_min, .btn_wh, .btnwh_min, .btn_big, .ui-dialog-buttonset button {
    font-size: 1.15em;
    font-weight: 400;
    text-decoration: none !important;
    cursor: pointer;
    padding: 0 15px;
    color: #2793e6;
    border: 0 none;
    display: inline-block;
    height: 36px;
    padding-bottom: 0
}
.btn_big {
    vertical-align: middle;
    font-size: 1.35em;
    height: 42px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px
}
.btn_min, .ui-dialog-buttonset button {
    font-weight: 700;
    font-size: 11px;
    height: 28px;
    line-height: 27px
}
button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.btnwh_min, .btn_big, .btn_min, .btn_wh, #msgwait a, .ui-dialog-buttonset button {
    background: #ebeff4
}
.btnwh_min:hover, .btn_big:hover, .btn_min:hover, .btn_wh:hover, .ui-dialog-buttonset button:hover {
    background-color: #49aaf5;
    color: #fff;
    /*box-shadow: inset 0 -2px 0 0 #2793e6;
    -moz-box-shadow: inset 0 -2px 0 0 #2793e6;
    -webkit-box-shadow: inset 0 -2px 0 0 #2793e6*/
}
.btnwh_min:active, .btn_big:active, .btn_min:active, .btn_wh:active, .ui-dialog-buttonset button:active {
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4);*/
    color: #fff;
    background: #1f87d6
}
a.btn_wh {
    padding-bottom: 0;
    height: 34px;
    line-height: 34px
}
a.btn_min {
    padding-bottom: 0;
    height: 28px;
    line-height: 28px
}
a.btn_big {
    padding-bottom: 0;
    height: 38px;
    line-height: 38px
}
/* bbeditor */
.bb_editor {
    box-shadow: inset 0 0 0 1px rgba(204,204,204,1), 0 0 0 3px rgba(221,217,214,0.5);
    background: rgba(255,255,255,1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    padding: 1px;
}
.bb_panel, body.dark #content.addnews .bb_panel:nth-child(3) {
    height: 35px;
    padding: 5px;
    display: block;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(204,204,204,1);
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
body.dark #content.addnews .bb_panel:nth-child(3) {
    border-top: none;
}
.bb_panel:nth-child(3) {
    border-bottom: none;
    border-top: 1px solid rgba(204,204,204,1);
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}
.bb_panel span, .bb_panel b {
    cursor: pointer;
    width: 22px;
    text-align: center;
    line-height: 22px;
}
.bb_panel span {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 24px;
    float: left;
    padding: 1px 5px 1px 4px;
    text-decoration: none;
}
.bb_panel span.bb-sel, .bb_panel span.bb-sel:hover, .bb_panel span.bb-sel:active {
    width: auto !important;
    background: transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-align: left;
}
.bb_panel span#hide_1 {
    color: rgba(235,98,55,1);
}
.bb_panel span#hide_2 {
    color: rgba(94,156,195,1);
}
.bb_panel span:hover, .bb_panel span#hide_1:hover, .bb_panel span#hide_2:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(94,156,195,1);
}
.bb_panel span:active {
    border: 1px solid #a5a5a5;
    background: #eee;
    box-shadow: inset 0 0 3px 0 #b6b6b6;
    -moz-box-shadow: inset 0 0 3px 0 #b6b6b6;
    -webkit-box-shadow: inset 0 0 3px 0 #b6b6b6
}
.bb_panel em.thide {
    float: left;
    font-style: normal;
    height: 20px;
    width: 1px;
    margin: 2px 4px 0 4px;
    background:#ccc
}
.bb_panel span b, .ui-icon, .editorhelp b {
    overflow: hidden;
    display: block;
    height: 0;
    line-height: normal
}
.bb_editor .bbarea {
    overflow: hidden;
}
.bb_editor .bbarea textarea {
    display: block;
    resize: vertical;
    padding: 10px;
    width: 100%;
}

/* scrollup */
#scrollup {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 330px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    z-index: 2244;
    display: none;
    background: rgba(94,156,195,1);
    transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear
}
#scrollup:hover {
    display: block;
    background-color: rgba(0, 0, 0, 0.4)
}

/* stats by qnut */
#cl_stats .btn-group {
    height: 20px;
}
#cl_stats .block_h {
    overflow: visible;
}
#cl_stats .dropdown-menu {
    text-transform: none;
    font-size: 13px;
}
.tabcont {
    display: none;
}
.stats_proc {
    overflow: hidden;
}
.proc_inf {
    display: block;
    text-align: center;
}
.proc_inf span {
    display: inline-block;
    height: 16px;
    line-height: 11px;
    vertical-align: top;
}
.proc_inf span b {
    display: inline-block;
    border: 1px solid rgba(226,226,226,1);
    text-indent: -9999px;
    height: 13px;
    width: 13px;
    background-color: rgba(94,156,195,1);
    -webkit-box-shadow:inset 0 0 0 1px #fff;
    box-shadow:inset 0 0 0 1px #fff;
}
.proc_inf span:nth-child(2) {
    float: left;
}
.proc_inf span:nth-child(2) b {
    background:#7d7d7d;
}
.proc_inf span:nth-child(3) {
    float: right;
}
.proc_inf span:nth-child(3) b {
    background-color: rgba(151,179,18,1);
}
.stats_proc .stats_progress {
    border: 1px solid #ccc;
    background: #fff;
    padding: 1px;
    border-radius: 0;
    overflow: hidden;
}
.stats_proc .stats_bar {
    float: left;
    color: #fff;
    text-align: center;
    height: 24px;
    line-height: 24px;
    border-bottom: none;
}
.stats_proc .stats_bar.gray {
    background-color: #7d7d7d;
}
.stats_proc .stats_bar.danger {
    background-color: rgba(94,156,195,1);
}
.stats_proc .stats_bar.success {
    background-color: rgba(151,179,18,1);
}
.stats_proc .all_count {
    text-align: center;
    display: block;
    overflow: hidden;
}
/*--- Search ---*/
.searchstyle, .searchtable fieldset select, .textin, #searchuser, #searchinput {
    width: 100% !important;
}
.textin {
    padding: 5px 5px;
    background: #fff;
    border: 1px solid #bcc0c2;
    border-radius: 3px;
}
input.textin {
    width: 96% !important;
    margin: 5px 0;
}
.search {
    font-size: 11px;
    padding: 0 5px !important;
}
.search table, .search table tr, .search table td {
    border: none;
}
.search fieldset {
    display: block;
    border: 1px solid rgba(0,0,0,0.05);
    text-align: left;
    padding: 5px 5px !important;
}
.searchtable fieldset legend {
    color: #4F688C;
    margin: 0 5px;
}
.searchtable fieldset select {
    display: block;
}
.searchtable fieldset select#resorder, .searchtable fieldset select#beforeafter {
    margin: 5px 0 0 0;
}
.searchtable fieldset select#replyless {
    margin: 0 0 5px 0;
}
.searchitem {
    font-size: 0.9em;
    border-top: 1px solid #dbe8ed;
    padding: 10px 0;
}
/*==============================
           Footer
==============================*/
body > footer {
    background: #222;
    height: 44px;
    line-height: 44px;
    color: #898989;
}
body > footer .lcol, body > footer .rcol {
    overflow: hidden;
    padding: 0 25px;
}
body > footer .lcol {
    width: 270px;
    text-align: center;
    background: rgba(94,156,195,0.95);
    color: #fff;
}
body > footer .rcol {
    background: rgba(255,255,255,0.1);
    width: 320px;
    text-align: center;
}
body > footer .text {
    height: 44px;
    padding: 0 25px;
    overflow: hidden !important;
}
body > footer .text ul {
    margin: 0 -20px;
}
body > footer .text ul li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
body > footer .text ul li a {
    color: #9A9A9A;
    text-decoration: none;
}
body > footer a, body > footer a:hover, body > footer .text ul li a:hover {
    color: #fff;
}

.ualert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    z-index: 999;
    text-align: center;
    background: rgba(255,255,255,0.6);
}
#content.padd {
    padding: 0;
}
/* dark style */
body.dark {
    background: rgba(230,230,230,0.6);
}
body.dark #content {
    -webkit-box-shadow: 320px 0 0 0 rgba(255,255,255,1);
    box-shadow: 320px 0 0 0 rgba(255,255,255,1);
}
body.dark #content.padd {
    padding: 25px;
}
body.dark aside.rcol {
    background: rgba(255,255,255,1);
}
body.dark .speedbar {
    margin: -25px -25px 25px -25px;
    background: rgba(255,255,255,1);
}
body.dark .speedbar + .static_h, body.dark .speedbar + form .static_h, body.dark #content.addnews form .static_h, body.dark #content.faqq .static_h {
    margin: -25px -25px 25px -25px;
    background: rgba(255,255,255,1);
}
body.dark .box {
    /*-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);*/
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
body.dark .box2 {
    overflow: hidden;
    -webkit-border-radius: 6px;
    background: rgba(30,35,38,1);
    border-radius: 6px;
    overflow: hidden;
}
body.dark .box2 .box_h {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
body.dark #content.addnews .box.rcol {
    width: 45%;
    margin-left: 15px;
}

.box_h {
    border-radius: 6px 6px 0 0;
    background: rgba(0,0,0,0.01);
    font-weight: bold;
    padding: 7px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.control-label {
    font-weight: normal;
    margin: 0 0 5px 0;
    display: block;
}
.control-label a {
    margin-left: 10px;
    color: rgba(94,156,195,1);
}
.checkbox {
    background: rgba(0,0,0,0.01);
    border: 1px dashed #ccc;
    padding: 15px 15px 5px 15px;
    border-radius: 3px;
    overflow: hidden;
}
body.dark #content.profile .boxx.rcol, body.dark #content.faqq .boxx.rcol {
    overflow: hidden;
    width: 20%;
    margin-left: 15px;
}
body.dark #content.profile .boxx.rcol .box, body.dark #content.profile .boxx.rcol .box2, body.dark #content.faqq .boxx.rcol .box2 {
    margin-bottom: 15px;
}
body.dark #content.profile .story {
    background: rgba(255,255,255,1);
    border-radius: 3px;
    margin: 10px 0;
    border: none;
}

/* profile */
.u_profile_list {
    overflow: hidden;
}
.u_profile_list li {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.01);
}
.u_profile_list li i {
    width: 16px;
}
.user__price {
    margin: 10px;
}
.user__price span {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
}
.user__price button {
    margin: 5px 0 0 0;
    display: block;
    float: none;
    width: 100%;
}
.u_profile_content {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.u_profile_content dl {
    margin: 0;
    color: #5d6577;
    font-size: 15px
}
.u_profile_content dt {
    margin-bottom: 10px;
    color: inherit;
    font-size: inherit
}
.u_profile_content dd {
    margin: 0;
    padding: 0;
    font-size: inherit
}
dl.user-params_inline {
    margin: 0 0 20px 0;
}
dl.user-params_inline dt {
    float: left;
    clear: left;
    margin: 0 4px 0 0
}
dl.user-params_inline dd {
    min-height: 1em
}
.u_profile {
    overflow: hidden;
}
.u_profile_h {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.u_profile .nfos {
    overflow: hidden;
    text-align: center;
}
.u_profile .nfos h4 {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: rgba(94,156,195,1);
}
.u_profile_h .u_rating {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    width: 120px;
    height: 120px;
    text-align: center;
    position: relative;
}
.u_profile_h .u_rating .author-level-icon {
    position: absolute;
    top: 8px;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 26px;
    height: 18px;
    background: rgba(250,250,250,0.9);
    z-index: 5;
    color: #7f7f7f;
    font-family: "Tahoma";
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    display: block;
}
.u_profile_h .u_rating .author-level-icon::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 6px solid rgba(250,250,250,0.9);
}
.u_profile_h .u_rating .author-level-icon::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 6px solid rgba(250,250,250,0.9);
}
.u_profile_h .u_rating img {
    position: relative;
    width: 100px;
    height: 100px;
    left: 0;
    top: 10px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.u_profile_h .u_rating .level-progress {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.u_profile_h .inf {
    position: relative;
    padding: 25px 0 0 35px;
}
.u_profile_h .inf li {
    position: relative;
    display: block;
    line-height: normal;
    margin: 0 0 22px 0;
    padding: 0 0 22px 27px;
}
.u_profile_h .inf li sup, .u_profile_h .inf li sub {
    display: block;
}
.u_profile_h .inf li i {
    font-size: 16px;
    text-align: center;
    width: 16px;
    position: absolute;
    display: block;
    left: -27px;
    top: -8px;
}
.u_profile_h .inf li:nth-child(1) i {
    color: rgba(92,140,254,1);
}
.u_profile_h .inf li:nth-child(2) i {
    color: rgba(180,105,191,1);
}
.u_profile_h .inf li:nth-child(3) i {
    color: rgba(247,119,0,1);
}
.u_profile_h .inf li sup {
    color: #3b4761;
    font-family: "Trebuchet MS", "Arial", sans-serif;
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.48)
}
.u_profile_h .inf li sub {
    padding: 2px 0 0;
    color: #717171;
    font-family: "Arial", sans-serif;
    font-size: 11px
}
.u_profile_h .contact {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 45px;
}
.u_profile_h .contact li {
    display: block;
    margin: 0 0 22px 0;
}
.u_profile_h .contact li a {
    color: rgba(152,152,152,1);
}
.u_profile_h .contact li i {
    font-size: 18px;
    color: rgba(152,152,152,1);
    margin-right: 5px;
}
.u_profile_h .contact li a:hover, .u_profile_h .contact li a:hover i {
    color: #000;
}
.u_profile h2 {
    padding: 12px 15px 15px 15px;
    overflow: hidden;
    background: rgba(0,0,0,0.01);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: bold;
    color: #757575;
    margin: 0;
    font-size: 14px;
}
.u_profile_h .buttonss .btn-group {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.boxx .nav {
    margin-bottom: 10px;
}
.boxx .nav li {
    margin-bottom: 5px;
}
.boxx .nav a {
    background: rgba(255,255,255,1);
    padding: 5px 10px;
}
.boxx .nav a:hover {
    background: rgba(0,0,0,0.03);
}
.boxx .nav a span {
    margin-top: 2px;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    background-color: #fff;
    border-radius: 3px;
}

/* Variations */
.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/* related */
.related_h {
    background: rgba(51,56,59, 1);
    font-size: 15px;
    line-height: 1;
    color: #fff;
    padding: 15px 20px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.related {
    padding: 10px 0;
    background: rgba(30,35,38,1);
    color: #fff;
    overflow: hidden;
    text-align: center;
}
.related li {
    text-align: left;
    display: inline-block;
    background: rgba(255,255,255,0.1);
    padding: 10px;
    overflow: hidden;
    width: 150px;
    margin: 15px;
    border-radius: 3px;
    font-size: 14px;
    font-family: "PT Sans", Arial, Helvetica, Tahoma, sans-serif
}
.related li:hover {
    background: rgba(255,255,255,0.2);
}
.related li:first-child {
    margin-left: 0
}
.related li img {
    border-radius: 3px;
    width: 130px;
    height: 130px;
}
.related li a {
    display: block;
    color: #fff;
    text-decoration: none;

}
.related li a, .related li a * {
    display: block;
    cursor: pointer
}
.related li a b {
    font-weight: 400;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden;
    margin: 10px 0 0 0;
}

/* story full */
.story.full.v_2 {
    overflow: visible;
    position: relative;
    padding-top: 320px;
}
.story.full.v_2 .poster {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.story.full:hover {
    background: inherit;
}
.story.full > h1, .story.full > h2 {
    display: block;
    margin-bottom: 15px;
    margin-top: -3px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-family: "PT Sans", Arial, Helvetica, Tahoma, sans-serif
}
.story.full > h1 a, .story.full > h2 a {
    color: rgba(94,156,195,1);'
}
.file {
    border-radius: 3px;
    overflow: hidden;
    text-align: left;
    margin: 10px 0;
    padding: 0 10px;
    background: rgba(0,0,0,0.05);
}
.file li {
    overflow: hidden;
    padding: 5px 10px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.file li:last-child {
    border: none;
}
.file li b {
    color: rgba(94,156,195,1);
}
.story.full .poster {
    display: block;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    width: 450px;
    height: 300px;
    margin: 0 auto;
   -webkit-box-shadow: 0 0 0 1px #cccccc;
     box-shadow: 0 0 0 1px #cccccc;
     border: 3px solid #fff;
     -webkit-border-radius: 3px;
     border-radius: 3px;
}
.story_author {
    margin: 15px 0 0 0;
    background: rgba(0,0,0,0.01);
    padding: 0;
    border-radius: 3px;
}
.story_author .foto, .story_author .inf {
    padding: 5px;
    height: 32px;
}
.story_author .inf  {
    font-size: 11px;
}
.story_author .inf li {
    display: block;
    line-height: 15px;
}
.story_author .inf li a {
    font-weight: bold;
}
.story_author .foto {
    width: 32px;
}
.story_author .foto img {
    border-radius: 3px;
    width: 32px;
    height: 32px;
    display: block;
}
.story.full .story_author .story_rate {
    padding: 5px 5px 0 5px;
    background: rgba(255,255,255,0.95);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.story.full .story_author .story_rate .rate_num {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 12px;
    color: #fff;
    background: #B6B6B6;
    cursor: pointer;
}
.story.full .story_author .story_rate .rate-plus, .story.full .story_author .story_rate .rate-minus {
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:inset 0 0 0 1px rgba(226,226,226,1);
    box-shadow:inset 0 0 0 1px rgba(226,226,226,1);
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    text-decoration: none !important;
    color: #6c6c6c;
    cursor: pointer;
    overflow: hidden;
}

/*---comment---*/
.comment {
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.comment .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.comment .avatar .author-level-icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -13px;
    width: 26px;
    height: 18px;
    background: rgba(250,250,250,0.9);
    z-index: 5;
    color: #7f7f7f;
    font-family: "Tahoma";
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    display: block;
}
.comment .avatar .author-level-icon::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 6px solid rgba(250,250,250,0.9);
}
.comment .avatar .author-level-icon::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 6px solid rgba(250,250,250,0.9);
}
.comment .avatar img {
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.comment .avatar.online {
    border: 2px solid rgba(151,179,18,1);
}
.comment .avatar.offline {
    border: 2px solid rgba(235,98,55,1);
}
.comment .rcols {
    overflow: hidden !important;
    padding: 0 0 0 15px;
}
.comment .inf {
    overflow: hidden;
    padding: 6px 6px !important;
    display: block;
}
.comment .inf small {
    display: none;
    margin: 1px 0 0 15px;
    font-size: 12px;
    color: #454545;
}
.comment:hover .inf small {
    display: block;
}
.comment .inf a {
    color: rgba(186,192,197,1);
    border-bottom: 1px dashed transparent;
}
.comment .inf a b {
    font-weight: normal;
}
.comment .inf a:hover {
    border-bottom: 1px dashed rgba(64,159,222,1);
    text-decoration: none;
}
.comment .comment_text {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 0 1px rgba(235,237,238,1), 0 0 4px 0 rgba(246,247,247,1);
    box-shadow: inset 0 0 0 1px rgba(235,237,238,1), 0 0 4px 0 rgba(246,247,247,1);
    position: relative;
    padding: 7px 8px;
    font-size: 13px;
    line-height: 14px;
    color: #59636b;
    overflow: hidden;
}
.comment_text a {
    color: #59636b;
}
.comment .moder {
    margin: 8px 0 0 0;
}
.comment .moder a {
    margin: 0 20px 0 0;
    color: rgba(186,192,197,1);
}
.comment .moder a:hover {
    color: rgba(64,159,222,1);
    text-decoration: none;
}
.comment .moder a:hover .fa-heart, .comment .moder a .fa-heart.active {
    color: rgba(248,123,126,1);
}
.comment .moder a em {
    border-bottom: 1px dashed transparent;
    font-style: normal;
}
.comment .moder a:hover em {
    border-bottom: 1px dashed rgba(64,159,222,1);
}
.comment .moder a i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.comment .check {
    margin: 8px 5px 0 0;
}
/*==============================
          Tags
==============================*/
#w2cols::after, #services::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#w2cols {
    padding-right: 255px;
}
#w2cols .lcol {
    width: 100%;
}
#w2cols .rcol {
    width: 220px;
    padding-left: 35px;
    margin-right: -255px;
}
.tagcol ul {
    margin-bottom: 2.4em;
}
#tagcloud {
    margin-bottom: 2em;
}
#tagcloud ul, #tagcloud li {
    width: 100%;
    float: left;
    clear: both;
}
#tagcloud li {
    padding: .6em 0 1em 0;
    border-bottom: 1px dotted #dedede;
}
.tagline {
    padding: 0 80px 0 30px;
}
.tagtitle {
    color: #dedede;
    float: left;
    padding-top: 1px;
    width: 30px;
    margin-left: -30px;
}
#tagcloud li:hover .tagtitle, #tagcloud .taghover .tagtitle, #tagcloud li.active .tagtitle {
    color: #555;
}
.tagline span {
    float: right;
    width: 100%;
}
.tagline span a {
    padding: 1px 3px;
    float: left;
    margin-right: .4em;
}
.tagline span a:hover {
    background-color: #f3f3f3;
}
#tagalph a {
    margin: 0 1px 1px 0;
    background-color: #f8f8f8;
    float: left;
    height: 43px;
    width: 43px;
    text-align: center;
    text-decoration: none;
    font: 1.6em/43px 'Ubuntu Condensed', sans-serif;
}
#tagalph a:hover {
    color: #fff;
    background-color: #383c3d;
}
#tagalph .active {
    background-color: #ffb744;
    color: #fff;
}
/*--- Points ---*/
#maindiv {
    padding: 10px 0;

}
.sizes, .point_stats2 b {
    font-size: 16px;
}
.blues, .point_stats2 b {
    color: #4C6589;
}
.point_current {
    text-align: center;
    padding: 5px 0;
}
.point_current > span {
    font-size: 20px;
}
.point_stats {

}
.point_stats2 b {
    font-weight: normal;
}
.point_menu {
    background: #F8F8F8;
    padding: 10px;
    text-align: center;
}
.point_menu.text {
    background: #F8F8F8;
    padding: 10px;
}
.point_navi_img {
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    background: #fff;
}
.point_navi_img:hover {
    -webkit-box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.2);
}
.point_navi_img img {
    border-radius: 6px;
}
.buttons {
    background: #E0EFE1;
    border-radius: 3px;
    color:#1F1F1F;
    padding:0px;
    /*vertical-align:absmiddle;*/
    font-size: 11px;
    height: 22px;
    width: 80px;
}
.buttonsdelete {
    background:#EFE0E0;
    border-radius: 3px;
    color:#1F1F1F;
    padding:0px;
    /*vertical-align:absmiddle;*/
    font-size: 11px;
    height: 22px;
    width: 80px;
}
.myborder {
    border: 1px solid #CCCCCC;
    padding-top: 6px;
    background-color: #ededed;
    color: #962e00;
    padding-bottom: 6px;
}
.myborder2 {
    border: 1px solid #CCCCCC;
    padding-top: 3px;
    color: #4a4a4a;
    padding-bottom: 3px;
}