@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext);
.buy_box:focus,
.buy_box:hover,
.buy_button:focus,
.buy_button:hover,
.input_file:hover+label,
.store-item:hover,
button,
input[type=submit],
label.checklabel {
    cursor: pointer
}

.pm-list,
.tidy_child ul,
.ul-profile,
.ul-recent,
ul.sb-list,
ul.ul-users {
    list-style: none
}

.windowbg4,
.windowbg4 a {
    color: #575757
}

.item-caption a:hover,
header#header .logo>a:focus,
header#header .logo>a:hover {
    text-decoration: none
}

body {
    font-family: Roboto, sans-serif;
    background-color: #f3f7f8
}

img {
    max-width: 100%
}

.box-shadow {
    -webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .03);
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .03)
}

.box {
    padding: 15px;
    margin-bottom: 20px
}

.windowbg4 {
    background-color: #fff
}

p {
    margin-bottom: 0
}

.box-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999
}

header#header {
    position: relative;
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom;
    min-height: 100vh;
    background-image: url(../images/theme/cloud.png), url(../images/theme/header.jpg);
    background-size: auto auto, cover
}

header#header.header-min {
    height: 118px;
    min-height: 118px;
    background-image: url(../images/theme/cloud.png), url(../images/theme/header-min.jpg);
    background-size: auto auto, 100% 100%
}

header#header .logo {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 34px 20px 34px 0;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .05);
    color: #fff
}

header#header .logo>.fa {
    font-size: 10px;
    margin-right: 8px
}

header#header .logo>a {
    font-size: 12px;
    font-weight: 500;
    color: #fff
}

header#header .logo>img {
    max-height: 50px;
    margin-right: 8px
}

header#header .social {
    display: inline-block;
    height: 80px;
    line-height: 80px
}

header#header .social>a {
    height: 29px;
    width: 29px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .2);
    transition: all .4s ease
}

header#header .social>a:last-of-type {
    margin-right: 0
}

header#header .social>a>i {
    font-size: 12px
}

header#header .social>a.facebook:focus,
header#header .social>a.facebook:hover {
    background-color: #3b5998
}

header#header .social>a.twitter:focus,
header#header .social>a.twitter:hover {
    background-color: #00aced
}

header#header .social>a.youtube-b:focus,
header#header .social>a.youtube-b:hover {
    background-color: #fff;
    color: #CD201F
}

.navbar-light {
    background-color: #f9fafc
}

.cloud-nav {
    width: 184px;
    height: 109px;
    position: absolute;
    top: 56px;
    left: 0;
    background-image: url(../images/theme/cloud-nav.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9999
}

#search_form,
.navigate_section {
    position: relative
}

.navbar-light .navbar-nav .nav-link {
    color: #000
}

@media (min-width:992px) {
    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: 1.4rem;
        padding-left: 1.4rem
    }
}

.dropdown-menu {
    z-index: 99999
}

#navigation .avatar {
    float: right;
    width: 42px;
    height: 42px;
    border-radius: 500px;
    margin-top: -10px;
    margin-left: 8px
}

#navigation .navbar-user .dropdown-toggle::after {
    display: none
}

#navigation .navbar-user a>div {
    text-align: right;
    font-size: 11px;
    float: right;
    margin-top: -3px
}

#navigation .navbar-user a>div>span {
    display: block
}

#navigation .navbar-user a>div>span.name {
    font-weight: 500;
    text-transform: uppercase;
    color: #000
}

#navigation .navbar-user a>div>span.rank {
    text-transform: lowercase;
    color: #f96190
}

.navigate_section {
    margin: 0 0 60px;
    padding: 0 0 0 170px;
    background-color: #3a3f45;
    display: block
}

.navigate_section ol.breadcrumb {
    background-color: transparent
}

.navigate_section ol.breadcrumb>li>a,
.navigate_section ol.breadcrumb>li>span {
    font-size: 12px
}

.navigate_section ol.breadcrumb>li>a {
    color: #ccc
}

.navigate_section ol.breadcrumb>li.active>a {
    color: #f2f2f2
}

#search_form .input_text {
    background-color: #50555b;
    height: 26px;
    line-height: 26px;
    border-radius: 25px 0 0 25px;
    padding: 0 15px;
    font-size: 10px;
    color: #a3a8ae;
    border: none;
    float: right;
    margin-top: 10px
}

#search_form .search_submit {
    margin: 8px 15px -2px -15px;
    border: 4px solid #3a3f45;
    background-color: #fb6a31;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    float: right;
    position: relative;
    z-index: 99
}

#search_form .fa.fa-search {
    position: absolute;
    right: 26px;
    top: 17px;
    z-index: 999;
    margin-left: 0;
    color: #fff;
    font-size: 10px
}

.latest-themes h4,
.item-caption .desc {
    font-size: 12px;
    text-transform: uppercase
}

#header .container-fluid {
    min-height: 100vh
}

#header .carousel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    left: 20%;
    margin: 0 auto
}

#header .carousel,
#header .carousel-item {
    height: calc(100vh * .5)
}

a.carousel-control-next,
a.carousel-control-prev {
    color: #5a5253
}

.carousel-control-prev {
    margin-right: 12px
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none
}

.carousel-caption {
    top: 0;
    left: 0;
    right: auto;
    text-align: left
}

.carousel-caption h2 {
    font-weight: 400
}

.carousel-caption h4 {
    font-weight: 300
}

.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

header .latest-themes {
    position: absolute;
    left: 2%;
    bottom: 10px
}

.latest-themes h4 {
    color: #fff;
    margin-bottom: 12px
}

.latest-themes>div.item {
    width: 280px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px
}

.latest-themes>div.item>div.item-caption {
    opacity: 0;
    transition: all .3s ease;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    padding: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8)
}

.latest-themes>div.item:hover>div.item-caption {
    opacity: 1;
    transition: all .3s ease
}

.item-caption .desc {
    display: block;
    color: #fff
}

.item-caption div.desc,
.item-caption div.desc a {
    font-size: 11px
}

.item-caption .buttons {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

.item-caption .buttons>a {
    flex: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    padding: 15px 0
}

.item-caption .buttons>a>i {
    display: block;
    font-size: 2.4em;
    margin-bottom: 8px
}

footer#footer {
    display: block;
    position: relative;
    padding: 20px 0;
    background-color: #222327;
    color: #fff;
    overflow: hidden;
    font-size: 12px;
    margin-top: 20px
}

footer#footer a {
    color: #fff
}

footer#footer .copyright {
    text-align: right
}

footer#footer .copyright span {
    display: block;
    color: #6d6e72
}

footer#footer .links>a {
    font-size: 13px;
    padding: 0 15px;
    height: 36px;
    line-height: 36px
}

.board-list>div {
    display: flex
}

.board-list>div>div {
    min-height: 80px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px
}

.board-list>div>div.icon,
.board-list>div>div.icon2 {
    min-width: 80px;
    text-align: center
}

.board-list>div>div.icon2>i,
.board-list>div>div.icon>a {
    display: block
}

.board-list>div>div.icon2>i,
.board-list>div>div.icon>a>i {
    line-height: 80px
}

i.fa.off {
    color: #a5a5a5
}

.board-list>div>div.info {
    flex: 1;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column
}

.board-list>div>div.stats {
    width: 15%;
    position: relative
}

.board-list>div>div.lastpost {
    width: 25%;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column
}

.board-list>div>div.avatar {
    width: 70px;
    text-align: center;
    line-height: 80px
}

div.avatar img.avatar_dot,
img.avatar_dot {
    width: 48px;
    height: 48px;
    border-radius: 100%
}

div.info a.subject {
    font-size: 16px;
    display: inline-block
}

div.children a.btn {
    background-color: #f9fafc;
    text-transform: uppercase;
    font-size: 12px;
    color: #a0a0a0
}

.ul-recent {
    margin: 0;
    padding: 0
}

.ul-recent>li {
    display: block;
    padding: 4px 0;
    color: #545454;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px
}

.ul-recent>li>i.fa {
    font-size: 30px;
    margin-right: 8px;
    margin-top: -6px;
    width: 40px;
    text-align: center
}

.ul-recent>li>div>a,
.ul-recent>li>span {
    font-weight: 400;
    text-transform: none;
    font-size: 16px
}

.ul-recent>li>div>a,
.ul-recent>li>i,
.ul-recent>li>span {
    color: #f86c31
}

.btn-carousel,
a.more-stats {
    margin: 0 auto 8px;
    display: inline-block;
    padding: .8em 1.5em;
    transform: skewx(-30deg);
    background-color: #3a3f45
}

.btn-carousel span,
a.more-stats span {
    display: inline-block;
    transform: skewx(30deg);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px
}

ul.ul-users {
    margin: -15px -15px 15px;
    padding: 0
}

ul.ul-users>li {
    padding: 8px 15px;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
    font-weight: 300
}

ul.ul-users>li>a>img,
ul.ul-users>li>img {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 500px;
    margin-right: 12px
}

ul.ul-users>li>a>img {
    margin-right: 0
}

ul.ul-users>li>div>a {
    font-size: 15px
}

ul.ul-users>li>div>span {
    display: block;
    color: #a2a2a2;
    font-size: 13px
}

ul.ul-users>li>a {
    display: inline-block;
    float: left;
    margin-right: 12px;
    overflow: hidden
}

a.see-all {
    color: #6cbced;
    text-transform: uppercase;
    font-size: 13px
}

.fa-help:before {
    content: "\f059"
}

.fa-admin:before {
    content: "\f0b1"
}

.fa-moderate:before {
    content: "\f085"
}

.fa-profile:before,
.span-profiler:before {
    content: "\f007"
}

.fa-pm:before {
    content: "\f0e0"
}

.fa-mlist:before,
.fa-view_all_members:before {
    content: "\f0c0"
}

.fa-mlist_search:before {
    content: "\f002"
}

.fa-logout:before {
    content: "\f08b"
}

.fa-register:before {
    content: "\f040"
}

.fa-login:before {
    content: "\f007"
}

.fa-new_poll:before {
    content: "\f0ae"
}

.fa-notify:before {
    content: "\f0f3"
}

.fa-unnotify:before {
    content: "\f0a2"
}

.fa-mark_as_read:before,
.fa-mark_unread:before {
    content: "\f00c"
}

.fa-viewcart:before {
    content: "\f07a"
}

.fa-send_topic:before {
    content: "\f0e0"
}

.fa-mark_read_short:before {
    content: "\f00c"
}

.fa-myfiles:before,
.fa-new_topic:before {
    content: "\f040"
}

.fa-unviewed:before {
    content: "\f010"
}

.fa-move_topic:before {
    content: "\f07c"
}

.fa-remove_topic:before {
    content: "\f014"
}

.fa-lock:before {
    content: "\f023"
}

.fa-sticky:before {
    content: "\f08d"
}

.fa-set_nonsticky:before,
.nav-link .fa-0:before {
    content: "\f046"
}

.fa-merge:before {
    content: "\f0ec"
}

.fa-markread:before {
    content: "\f00c"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-add_poll:before,
.fa-post_poll:before {
    content: "\f012"
}

.fa-poll_lock:before {
    content: "\f023"
}

.fa-poll_edit:before {
    content: "\f044"
}

.fa-poll_remove:before {
    content: "\f00d"
}

.fa-calendar_link:before {
    content: "\f073"
}

.fa-calendar_post_event:before {
    content: "\f067"
}

.fa-delete:before {
    content: "\f1f8"
}

.fa-move:before {
    content: "\f061"
}

.fa-remove_poll:before {
    content: "\f00d"
}

.fa-results:before {
    content: "\f080"
}

.fa-19:before {
    content: "\f005"
}

.fa-34:before {
    content: "\f007"
}

.fa-35:before,
.fa-42:before,
.fa-43:before {
    content: "\f013"
}

.fa-todo:before {
    content: "\f03a"
}

.fa-24:before,
.fa-46:before {
    content: "\f03e"
}

.fa-26:before,
.fa-store:before {
    content: "\f07a"
}

.fa-39:before,
.fa-40:before,
.fa-62:before,
.fa-63:before {
    content: "\f085"
}

.fa-77:before,
.fa-81:before {
    content: "\f086"
}

.fa-83:before {
    content: "\f09e"
}

.fa-82:before {
    content: "\f0ac"
}

.fa-68:before {
    content: "\f0ad"
}

.fa-21:before,
.fa-8:before {
    content: "\f0c2"
}

.fa-38:before {
    content: "\f0c5"
}

.fa-17:before {
    content: "\f0e7"
}

.fa-downloads:before {
    content: "\f0ee"
}

.fa-28:before {
    content: "\f128"
}

.fa-25:before,
.fa-27:before {
    content: "\f155"
}

.fa-2:before {
    content: "\f164"
}

.fa-10:before {
    content: "\f187"
}

.fa-33:before {
    content: "\f1ea"
}

.fa-37:before {
    content: "\f1f8"
}

.fa-89:before {
    content: "\f1fc"
}

.fa-topic_solved:before {
    content: "\f00c"
}

.fa-topic_not_solved:before {
    content: "\f00d"
}

.fa-teampage:before {
    content: "\f21b"
}

.fa-wishlist:before {
    content: "\f005"
}

.fa-page1:before {
    content: "\f07c"
}

.fa-mytransactions:before {
    content: "\f09d"
}

.fa-addproduct:before {
    content: "\f067"
}

.fa-myproducts:before {
    content: "\f0c2"
}

.fa-myorders:before {
    content: "\f0c9"
}

#top_menu {
    background-color: #3a3f45;
    display: block;
    position: relative;
    margin: -60px -15px 30px;
    padding: 0 15px 8px;
    overflow: hidden
}

#top_menu .buttonlist {
    float: right;
    margin: 0
}

#top_menu .nav-link {
    color: rgba(255, 255, 255, .8);
    transition: all .3s ease;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 0
}

#top_menu .nav-link:focus,
#top_menu .nav-link:hover {
    color: #fff;
    background-color: transparent
}

#top_menu .nav-link>i {
    margin-right: 6px
}

.no-overflow {
    overflow: initial!important
}

.catbg .btn.dropdown-toggle {
    border: none
}

.catbg .dropdown-item {
    line-height: normal;
    text-transform: none;
    color: #292b2c
}

.catbg .dropdown-item .fa-sort-up.float-right {
    margin-top: 4px
}

.catbg .dropdown-item .fa-sort-down.float-right {
    margin-top: -3px
}

.catbg .pagelinks {
    padding: 0
}

.catbg .pagelinks .btn {
    border-radius: 500px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    margin-right: 6px
}

.catbg .pagelinks span.btn {
    width: auto;
    min-width: 26px
}

.catbg .pagelinks .btn.btn-danger {
    color: #fff;
    background-color: #fb6a31;
    border-color: #fb6a31
}

.catbg .pagelinks .btn.btn-default:focus,
.catbg .pagelinks .btn.btn-default:hover {
    color: #fb6a31;
    outline: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 500px;
    border-top-right-radius: 500px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 500px
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 500px;
    border-top-left-radius: 500px
}

.topic-list .topic {
    display: flex
}

.topic-list .topic>div {
    min-height: 70px;
    border-bottom: 1px solid #f1f1f1
}

.topic-list .topic>div.icon {
    line-height: 70px;
    width: 150px;
    text-align: center
}

.topic-list .topic>div.icon>i {
    font-size: 26px
}

.topic-list .topic>div.icon>i+i {
    margin-left: 6px
}

.topic-list .topic>div.subject {
    flex: 1;
    padding: 10px 0 0
}

.topic-list .topic>div.stats {
    width: 18%;
    text-align: right;
    font-size: 13px;
    padding-right: 12px;
    padding-top: 16px
}

.topic-list .topic>div.avatar {
    padding-top: 12px
}

.topic-list .topic>div.lastpost {
    width: 24%;
    font-size: 14px;
    padding-top: 14px;
    padding-left: 12px
}

.topic-list .topic>div.moderation {
    width: 50px;
    line-height: 70px
}

.color-red {
    color: #e53935
}

.color-orange {
    color: #ff9800
}

.st_main-color,
.st_main-color>a {
    color: #f86c31!important
}

.topic-list .subject span>a {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    display: inline-block
}

.topic-list .user-subject {
    font-size: 13px
}

@media (max-width:480px) {
    .bg_blur {
        background-position: center
    }
    .zorra {
        width: 100%;
        box-sizing: border-box;
        float: none;
        margin: 5px 0
    }
    .show-xxs {
        display: block!important;
        visibility: visible!important;
        clear: both
    }
    .mx-fix {
        margin-left: -15px!important
    }
}

.dropdown-submenu:hover>.dropdown-menu,
.tidy_child {
    display: block
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.col-item {
    background: #FFF;
    margin: 0 0 15px
}

.col-item .photo img {
    margin: 0 auto;
    width: 100%;
    height: 196px
}

.col-item .photo .label {
    position: absolute;
    bottom: 20px;
    right: 16px;
    text-shadow: none;
    border-radius: 5px 0 0 5px
}

.panel-image,
.pos-rlt,
.profile .cover {
    position: relative
}

.col-item .photo .label-success {
    background-color: #5cb85c
}

.col-item .photo .label-info {
    background-color: #5bc0de
}

.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px
}

.col-item .price {
    float: left
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0
}

.price-text-color {
    color: #219FD1
}

.col-item .info .rating {
    color: #777
}

.col-item .rating {
    float: right;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
    padding: 15px 0;
    margin: 10px 0
}

.clear-left {
    clear: left
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center
}

.col-item .separator p i {
    margin-right: 5px
}

.col-item .btn-add {
    width: 50%;
    float: left;
    border-right: 1px solid #E1E1E1
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px
}

.tidy_child ul {
    padding: 0 .5em;
    margin-bottom: 0!important
}

.tidy_child {
    float: left
}

.postprefix-all {
    display: inline-block!important
}

.g-recaptcha div div {
    margin: auto
}

div.flex {
    display: flex
}

div.flex-wrap {
    flex-wrap: wrap
}

.col-12 {
    width: 100%
}

.quicklinks {
	margin-top: 45px;
}
.profile .cover {
    height: 460px;
    max-height: 100vh;
    margin: -15px -15px 0;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    background-image: url(../images/theme/cover.jpg)
}

.cover .overlay {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.profile .avatar {
    border-radius: 500px;
    height: 126px;
    width: 126px;
    display: block;
    margin: 0 auto
}

.box-center-c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9999
}

.fa-circle.online {
    color: #a9dc3c
}

.fa-circle.offline {
    color: #a7abaf
}

.profile .name {
    margin-top: 15px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 100;
    color: #fff;
    display: inline-block
}

.profile .name .fa {
    font-size: 12px;
    float: left;
    margin: 9px 6px 0 0
}

.profile .name .rank {
    border-radius: 2px;
    padding: 3px;
    line-height: normal;
    font-size: 11px;
    text-transform: uppercase;
    float: right;
    font-weight: 300;
    margin: 5px 0 0 6px
}

.aux .dropdown-menu a,
.children .dropdown-menu a {
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 2px;
    background-color: #f5f5f5;
    display: block;
    transition: all .3s ease;
    margin-bottom: 4px
}

.aux .dropdown-menu a:focus,
.aux .dropdown-menu a:hover,
.children .dropdown-menu a:focus,
.children .dropdown-menu a:hover {
    color: #fff;
    background-color: #fb6a31;
    text-decoration: none
}

.user-details {
    display: flex;
    margin-top: 16px
}

.user-details>div {
    padding: 15px 35px;
    color: #bfc6cf;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px
}

.user-details>div+div {
    border-left: 1px solid rgba(255, 255, 255, .4)
}

.user-details>div>span {
    display: block;
    color: #fff;
    text-transform: none;
    font-size: 30px;
    font-weight: 100
}

.profile .buttons {
    display: block;
    margin-top: 12px
}

.profile .buttons>a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    border-radius: 500px;
    background-color: #e8e8e8;
    color: #5d656e;
    transition: all .3s ease
}

.profile .buttons>a+a {
    margin-left: 12px
}

.profile .buttons>a:focus,
.profile .buttons>a:hover {
    text-decoration: none;
    background-color: #fb6a31;
    color: #fff
}

.m-b {
    margin-bottom: 15px
}

.cover-footer {
    height: 50px;
    line-height: 50px;
    color: #909495
}

.cover-footer .show-posts>a {
    display: inline-block;
    line-height: normal;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    background-color: #fceee8;
    padding: 8px 12px;
    color: #bb9f94;
    border-radius: 2px
}

.catbg.bolder,
dl.settings label {
    font-weight: 700;
    font-size: 14px
}

.cover-footer .show-posts>a+a {
    margin-right: 8px
}

.cover-footer .show-posts>a:focus,
.cover-footer .show-posts>a:hover {
    text-decoration: none
}

.ul-profile {
    margin: 12px 15px;
    font-size: 14px;
    padding: 0
}

.ul-profile>li {
    display: block;
    margin-bottom: 6px
}

.ul-profile>li>span.title {
    display: block;
    color: #9fa2a3
}

.ul-profile>li>div.desc,
.ul-profile>li>div.desc>a {
    display: block;
    color: #ce653c
}

.catbg.bolder {
    font-family: Roboto, sans-serif
}

dl.settings span.smalltext {
    font-size: 12px;
    font-weight: 300
}

.windowbg.nopadding {
    margin-top: 0!important
}

.st-attachment {
    display: flex;
    padding: 4px;
    color: #fff;
    border-radius: 2px;
    background-color: #f5f5f5;
    margin-bottom: 6px
}

.st-attachment>i {
    display: inline-block;
    float: left
}

.st-attachment>div {
    flex: 1;
    padding: 0;
    margin-left: 8px;
    white-space: nowrap;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    min-height: 50px
}

.st-attachment>div.icon {
    width: 50px;
    text-align: center;
    margin-left: 0;
    border-radius: 2px;
    color: #fff
}

.text-right,
.whos_time {
    text-align: right
}

.st-attachment.archive>div.icon {
    background-color: #00559F
}

.st-attachment.file>div.icon {
    background-color: #fb6a31
}

.st-attachment.code>div.icon {
    background-color: #ee3
}

.st-attachment.image>div.icon {
    background-color: #98fb98
}

.st-attachment:focus,
.st-attachment:hover {
    text-decoration: none
}

.inline-block {
    display: inline-block
}

.st-attachment>div>span {
    display: block;
    color: #000;
    font-weight: 600
}

.inline-block .modal.show .modal-dialog {
    height: 100%;
    max-width: 100%;
    padding: 30px;
    margin: 0 auto
}

.block {
    display: block
}

.modal-close {
    color: rgba(255, 255, 255, .7)!important
}

.modal-close:hover {
    color: rgba(255, 255, 255, 1)!important
}

.btn-download {
    display: block;
    border-color: transparent;
    background-color: transparent;
    color: #fff!important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 8px;
    font-weight: 600
}

.btn-download:hover {
    outline: 0
}

#wlist {
    margin: 5px 0 0
}

.whos_info {
    display: block;
    width: 88%
}

.whos_name {
    display: block;
    line-height: 5px;
    margin: 15px 0 0
}

.whos_avatar {
    margin: 0 10px 0 0;
    float: left
}

.whos_clock {
    display: block
}

.whos_time {
    display: block;
    width: 12%
}

.checkbox,
.indic-circ,
.indic-circ>i.fa,
.pm-btn-c>div {
    text-align: center
}

.buttonlist {
    display: block;
    margin: 10px 0;
    padding: 0
}

.nav-smf {
    margin: 0 0 10px
}

.buttonlist .nav-link,
.nav-smf .nav-link {
    font-size: 14px;
    color: #000;
    border-radius: 25px;
    transition: all .3s ease
}

.buttonlist .nav-item+li,
.nav-smf .nav-item+li {
    margin-left: 6px
}

.buttonlist .nav-link:focus,
.buttonlist .nav-link:hover,
.nav-smf .nav-item.show .nav-link,
.nav-smf .nav-link:focus,
.nav-smf .nav-link:hover {
    background-color: #fb6a31;
    color: #fff
}

.nav-smf .nav-item.show .nav-link.active,
.nav-smf .nav-link.active {
    background-color: #3a3f45;
    color: #fff;
    cursor: pointer
}

.nav-smf .dropdown-menu {
    background-color: #3a3f45;
    padding: 4px;
    margin-top: .4rem;
    border: none;
    min-width: 210px
}

.nav-smf .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #fff!important;
    border-radius: 2px;
    font-weight: 300;
    padding: .4rem 1.5rem .4rem .8rem
}

.nav-smf .dropdown-menu .dropdown-item:focus,
.nav-smf .dropdown-menu .dropdown-item:hover {
    background-color: #fb6a31;
    color: #fff
}

.nav-smf .dropdown-submenu>a:after {
    margin-right: -18px
}

.nav-smf .dropdown-submenu>.dropdown-menu {
    margin-left: 0;
    margin-top: 0
}

@media (min-width:992px) {
    .buttonlist .fa {
        margin-right: 8px
    }
}

form .flex {
    justify-content: initial;
    margin: 0 -20px
}

.flex .item {
    min-height: 100vh;
    overflow: auto
}

.flex .item.sidebar {
    width: 300px;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.flex .item.content {
    flex: 1
}

.pm-list {
    margin: 0;
    padding: 0
}

.pm-list>li {
    display: block;
    padding: 15px 12px 15px 30px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.pm-list .pm-buttons {
    color: #2a2a2a;
    transition: .4s all ease;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.pm-list .pm-buttons.active,
.pm-list .pm-buttons:focus,
.pm-list .pm-buttons:hover {
    color: #fb6a31!important;
    text-decoration: none
}

.pm-list>li>div.status {
    float: right
}

.pm-list>li>time {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    color: #6a7c90
}

.pm-list>li>a.title {
    font-size: 14px;
    font-weight: 700;
    color: #444e59;
    display: block;
    margin-top: 4px
}

.pm-list>li>a:focus,
.pm-list>li>a:hover {
    color: #191919;
    text-decoration: none
}

.fa.fa-circle.blue {
    color: #02aadb;
    font-size: 10px;
    margin-right: 4px
}

.pm-list>li>div.name {
    font-size: 13px;
    color: #6e8198;
    display: inline-block
}

.pm-list>li>div.exp {
    float: right;
    padding-left: 20px
}
.pm-list div.exp .checkbox
{
  margin: 0;
}

.pm-btn-c {
    position: absolute;
    left: 30px;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 100%;
    width: calc(100% - 30px);
    display: none;
    z-index: 9999;
    transition: all .4s ease
}

.pm-btn-c>div>a>i,
.tab-pane .box-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pm-btn-c.open {
    display: flex
}

.pm-btn-c>div {
    flex: 1;
    height: 100%;
    position: relative
}

.pm-btn-c>div>a {
    color: #fff;
    display: inline-block
}

.pm-btn-c>div>a>i {
    position: absolute
}

.btn-reply {
    background-color: #a787c8
}

.btn-quote {
    background-color: #fad086
}

.btn-delete {
    background-color: #fc9192
}

.flex .item.content {
    position: relative
}

.tab-pane .box-center {
    position: absolute;
    text-align: center
}

.tab-pane .box-center>h5 {
    margin-top: 6px
}

.pm-area {
    display: block;
    padding: 15px
}

.pm-area .top-area {
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.pm-title {
    color: #444e59;
    margin: 12px 0;
    font-weight: 700;
    padding: 0
}

.pm-area .top-area .avatar {
    float: left;
    margin-right: 8px;
    display: inline-block
}

.pm-area .top-area .avatar>img {
    height: 48px;
    width: 48px
}

.pm-area .top-area .name {
    display: inline-block
}

.pm-area .top-area .name>a {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    color: #444e59
}

.pm-area .top-area time {
    font-size: 12px;
    margin-top: 4px;
    display: inline-block
}

.pm-area .top-area .quickbuttons {
    margin-top: 10px
}

.pagesection.pm {
    margin: 0 -15px;
    padding: 0 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px
}

.pagesection.pm span.btn {
    margin: 0;
    padding: 0
}

@media (max-width:767px) {
    .flex .item.sidebar {
        width: 100%
    }
    .flex .item.content {
        position: initial;
        height: auto
    }
    .flex .item.content .tab-pane {
        background-color: #eef3f6;
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
        top: 0;
        left: 0
    }
    form .flex {
        flex-wrap: wrap;
        position: relative
    }
    #no-msg {
        display: none
    }
    .flex .item {
        height: 100vh
    }
}

div.exp,
label.checklabel {
    position: relative
}

.img-circle {
    border-radius: 500px
}

.sidebar-menu {
    background-color: #fff;
    border-right: 1px solid #ccc
}

.adm_section .nav-pills .nav-item.show .nav-link,
.adm_section .nav-pills .nav-link.active,
.btn-carousel,
.indic-circ {
    background-color: #fb6a31
}

.btn-send {
    border-radius: 0;
    margin: -1px -16px 0;
    height: 51px;
    line-height: 51px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff!important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px
}

.m-t {
    margin-top: 15px
}

.h3-adm {
    margin: 5px 0 8px;
    font-weight: 600;
    font-size: 16px
}

.indic-circ,
.price_text {
    font-size: 13px;
    height: 35px
}

.btn-carousel {
    border-radius: 0;
    margin-top: 15px;
    margin-left: 20px;
    padding: .6em 1.5em
}

.display_tagprice {
    display: block;
    height: 35px
}

.indic-circ {
    border-color: #fff;
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    color: #fff;
    line-height: 30px;
    width: 35px;
    float: left
}

.price_text {
    background-color: #f6f6f6;
    border: none;
    border-radius: 0 25px 25px 0;
    color: #888;
    line-height: 35px;
    margin: 10px 0 0 15px;
    padding: 0 10px 0 25px
}

.redux_price {
    margin-right: 42%
}

.price_sale {
    color: #fb6a31
}

.indic-circ.price {
    background-color: #3A3F45!important
}

.buy_box {
    margin-top: -35px;
    float: right;
    border: 1px solid rgba(100, 0, 0, .1);
    color: #e2e2e2;
    border-radius: 15px;
    background-color: rgba(225, 17, 68, .9);
    padding: 3px 6px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .3) inset
}
.buy_box > .buy_button,
.buy_box > .buy_button:focus,
.buy_box > .buy_button:hover, 
.buy_box > .buy_button a {
	color: #e2e2e2;
}
.buy_button,
.buy_button:focus,
.buy_button:hover {
    background: 0 0;
    color: #444;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
    border: none;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
    text-transform: uppercase
}
.buy_button a {
	color: #444;
}

.store_membership {
    background-color: #3A3F45;
    width: auto;
    float: left;
    border-radius: 25px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    padding: 0 12px
}

.store_membership>i.fa {
    color: #FCCE00
}

.price_text.membership_price {
    margin: 0 0 0 50px;
    padding: 0 0 0 75px
}

.join_group {
    display: block;
    margin: 10px 10px 0;
    font-size: 12px
}

.input-radio,
.input_file+label,
.upload-file,
div.exp,
label.checklabel {
    display: inline-block
}

.checkbox {
    vertical-align: middle;
    margin: 5px 0 .5rem 5px
}

label.checklabel {
    color: #000;
    margin-bottom: 0
}

label.checklabel span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    transform-origin: center;
    border: 2px solid #3a3f45;
    border-radius: 50%;
    vertical-align: -6px;
    transition: background-color 150ms .2s, transform 350ms cubic-bezier(.78, -1.22, .17, 1.89)
}

label.checklabel span:after,
label.checklabel span:before {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #3a3f45;
    position: absolute
}

label.checklabel span:before {
    transform: rotate(45deg);
    top: 11px;
    left: 7px;
    transition: width 50ms ease 50ms;
    transform-origin: 0 0
}

label.checklabel span:after {
    transform: rotate(305deg);
    top: 14px;
    left: 8px;
    transition: width 50ms ease;
    transform-origin: 0 0
}

input[type=checkbox]:hover+label.checklabel span:before {
    width: 5px;
    transition: width .1s ease
}

input[type=checkbox]:hover+label.checklabel span:after {
    width: 10px;
    transition: width 150ms ease .1s
}

input[type=checkbox] {
    opacity: 0;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

input[type=checkbox]:checked+label span {
    background-color: #fb6a31;
    border-color: #fb6a31;
    transform: scale(1.25)
}

input[type=checkbox]:checked+label span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease .1s
}

input[type=checkbox]:checked+label span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease .1s
}

.moderation label.checklabel span {
    margin-right: 0
}

.moderation .checkbox {
    margin: 0
}

.cat_bar .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.upload-file {
    position: relative
}

.input_file {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 999
}

.input_file+label {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: .625rem 1.25rem;
    font-weight: 300;
    margin: 0
}

.input_file.has-focus+label,
.input_file:focus+label {
    outline: #000 dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

.input_file+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -.25em;
    margin-right: .25em
}

.inputfile-1+label {
    color: #fff;
    background-color: #fb6a31
}

.inputfile-1.has-focus+label,
.inputfile-1:focus+label,
.inputfile-1:hover+label {
    background-color: #3a3f45
}

.input-radio {
    position: relative
}

.input-radio input {
    position: absolute;
    opacity: 0;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.input-radio .check {
    display: block;
    border: 3px solid #3a3f45;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}

.input-radio .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 6px;
    left: 6px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

input[type=radio]:checked~.check {
    border: 3px solid #fb6a31
}

input[type=radio]:checked~.check::before {
    background: #fb6a31
}

.store-sort {
    margin-bottom: 20px;
    display: block
}

.store-sort .price>a,
.store-sort span {
    color: #545454;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.store-sort .price>a {
    color: #bababa;
    text-transform: none;
    padding: 0 15px
}

.store-sort .price>a:first-of-type {
    border-right: 1px solid #bababa
}

.store-sort .price>a.active,
.store-sort .price>a:hover {
    text-decoration: none;
    color: #fb6a31
}

.store-sort .sort select {
    background-color: transparent;
    color: #fb6a31;
    font-size: 13px;
    font-weight: 600;
    border: none
}

.store-sort .sort select:focus,
.store-sort .sort select:hover {
    outline: 0
}

.store-item {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .03);
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .03);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 2px;
    position: relative
}

.store-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .2);
    opacity: 0;
    transition: all .3s ease
}

.store-item:hover .overlay {
    opacity: 1
}

.store-item .cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin: -15px -15px 15px;
    border-radius: 2px 2px 0 0
}

.store-item span.title {
    font-size: 18px;
    font-weight: 300;
    color: #545454;
    margin-bottom: 12px;
    display: inline-block
}

.store-item .rating {
    overflow: hidden;
    font-size: 12px;
    color: #bababa
}

.store-item .views {
    font-size: 12px;
    color: #545454
}

.store-item .rating span:first-of-type {
    color: #fff;
    padding: 3px 8px;
    border-radius: 25px;
    background-color: #ffbb58;
    font-weight: 700;
    font-size: 14px;
    margin-right: 6px
}

.store-item .rating span:first-of-type>i {
    font-size: 12px;
    margin-right: 5px
}

.messageindex_form select {
    height: 25px
}

.store-link:focus,
.store-link:hover {
    text-decoration: none
}

.store-item span.price {
    font-size: 26px;
    font-weight: 700;
    color: #545454;
    display: block;
    text-align: right
}

.store-item span.saleprice {
    font-size: 22px;
    color: #bababa;
    display: inline-block;
    float: right;
    text-decoration: line-through
}

.messageindex_form input {
    line-height: 25px
}

.align_rstore {
    margin: 5px 1px;
    display: block
}

.align_rstore .input-radio {
    margin-bottom: -3px;
    padding-right: 3px
}

.align_rstore .fa {
    padding-left: 2px
}

.align_rstore input {
    margin: 0!important
}

.store_sendrating {
    background: 0 0;
    border: none;
    outline: 0;
    color: #779723;
    font-size: 13px
}

.complete_srating {
    background-color: #fbfcf3;
    border-radius: 8px;
    color: #779723;
    font-size: 13px;
    padding: 4px 10px;
    border: none;
    display: inline;
    margin: 10px 0 0
}

.btn-demo,
.btn-viewpost {
    padding: 15px 2px!important;
    color: #fff!important;
    text-align: center;
    text-transform: uppercase
}

.btn-demo,
.btn-viewpost,
.list_toolbox:first-child,
.list_toolbox:last-child {
    border-radius: 0!important
}

.complete_srating:focus,
.complete_srating:hover,
.store_sendrating:focus,
.store_sendrating:hover {
    cursor: pointer!important
}

.btn-demo {
    background-color: #3A3F45
}

.btn-viewpost {
    background-color: #d9534f
}

.list_toolbox {
    border-width: 1px 0!important
}

.list_toolbox:first-child {
    border-top: none!important
}

.display_coupon {
    display: block;
    height: 35px
}

.coupon-apply {
    background-color: #fb6a31;
    border-color: #fff;
    border-radius: 20px;
    border-style: solid;
    border-width: 3px;
    color: #f5f5f5;
    font-size: 12px;
    height: 35px;
    line-height: 30px;
    padding: 0 12px;
    text-align: center;
    width: auto;
    float: right;
    text-transform: uppercase
}

.coupon_text {
    background-color: #f6f6f6;
    border: none;
    border-radius: 25px 0 0 25px;
    color: #888;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin: 0 15px 0 0;
    padding: 0 25px 0 10px
}

.coupon-apply_text {
    color: #f5f5f5;
    font-weight: 700;
    text-transform: uppercase
}

.coupon-input {
    border: none;
    outline: 0;
    background: 0 0
}

.coupon-code {
    width: 50%
}

#bottom_menu {
    background-color: #222327;
    display: block;
    position: relative;
    margin: 15px -15px -20px;
    padding: 8px 15px 0;
    overflow: hidden
}

#bottom_menu .buttonlist {
    float: right;
    margin: 0
}

#bottom_menu .nav-link {
    color: rgba(255, 255, 255, .8);
    transition: all .3s ease;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 0
}

#bottom_menu .nav-link:focus,
#bottom_menu .nav-link:hover {
    color: #fff;
    background-color: transparent
}

#bottom_menu .nav-link>i {
    margin-right: 6px
}

.add_wishlist {
    text-align: right;
    margin: 5px 0 0;
    clear: both
}

.add_wishlist a,
.add_wishlist a:focus,
.add_wishlist a:hover {
    color: #3a3f45
}

.store_cm_header {
    padding: 15px
}

.avatar.store_cm_avatar {
    margin: -8px 15px 0 0;
    height: 50px;
    width: 50px
}

.cart_price span {
    font-size: 16px;
    line-height: 42px
}

.panel.panel-shopping-info {
    background-color: #fff;
    padding: 0 20px 20px
}

.panel-shopping-footer {
    padding: 10px 5px;
    background-color: #F9FAFA
}

.cart_coupon_sep {
    border-color: #fb6a31;
    background-color: #fb6a31
}

.panel-shopping-heading {
    margin: 0 -20px;
    padding: 13px 15px!important
}

a.btn-cart {
    color: #f2f2f2
}

.panel-shopping-body {
    padding: 15px 5px 10px
}

.cart_qty,
.cart_qty h6,
h4.cart_product_name {
    line-height: 75px
}

.cart_qty input {
    margin: 20px 0 0
}

.cart_highslide img {
    height: 75px;
    width: 80px
}

.card {
    background: 0 0;
    border: none;
    margin: 0 0 25px
}

.card-img-top {
    height: 200px;
    border: 1px solid rgba(0, 0, 0, .125)
}

.card-body {
    background-color: #fff;
    padding: 3px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .125);
    border-width: 0 1px
}

.card-footer {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125)
}

a.btn-success {
    color: #fff
}

.panel-team-footer {
    background-color: #f9fafa;
    border-color: #f1f2f3;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 10px 15px
}

.panel-team {
    background-color: #fff;
    border: 1px solid #e3e5e7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px
}

.team-username {
    font-size: 1.2rem
}

.team-wrapper {
    margin: 0 auto;
    text-align: center
}

.team-wrapper .fa {
    color: #333!important
}

.team-posts>span {
    font-family: "Segoe UI", "PT Sans", "Helvetica Neue", HelveticaNeue-Light, Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-weight: 300
}

.wish_thumb {
    height: 120px;
    width: 120px
}

.wish_cols>div {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 40px
}

.wish_info {
    margin: 20px 0 0
}

.wish_delete {
    margin: 35px 0 0
}

.item_date {
    font-size: 12px;
    background: rgba(220, 220, 220, .9);
    float: right;
    padding: 5px
}

ul.sb-list {
    float: none;
    margin: 0;
    padding: 3px 0
}

ul.sb-list li {
    display: block
}

ul.sb-list li a {
    font-size: 15px;
    background-color: #f5f5f5;
    font-weight: 700;
    color: #555;
    display: block;
    margin: 2px 0;
    padding: 5px 10px;
    text-decoration: none
}

.support_box a {
    color: #e2e2e2
}

.support_box {
    background-color: #5cb85c
}


.pm-content {
	background-color: #f7f7f7;
}
@media (min-width:992px){ #navbarUsermenu { width: 0; } }