*,
:after,
:before {
    border: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    text-rendering: auto;
}

h1 {
    font-size: 36px;
    font-weight: 300
}

h2 {
    font-size: 24px;
    font-weight: 300
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

select {
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    height: 36px;
    -webkit-appearance: none
}

input {
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none
}

label {
    cursor: pointer
}

a {
    transition: color .18s cubic-bezier(.6, 0, .1, 1);
    outline: 0
}

a,
a:hover,
a:visited {
    text-decoration: none
}

p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

p b {
    font-weight: 600
}

abbr {
    border-style: dotted;
    border-width: 0 0 1px;
    text-decoration: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
    resize: vertical !important
}

.chunk {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18px
}

.chunk:after {
    clear: both;
    content: "";
    display: block
}

.right {
    float: right
}

.hidden {
    display: none
}

#wrap-inner {
    position: relative
}

#wrap-header,
#wrap-header-index {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4 !important;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1)
}

#wrap-header-index:after,
#wrap-header:after {
    clear: both;
    content: "";
    display: block
}

.is-sticky #wrap-header,
.is-sticky #wrap-header-index {
    left: auto;
    right: auto
}

#wrap-header-index-sticky-wrapper,
#wrap-header-sticky-wrapper {}

.site-header {
    position: relative
}

.site-header span {
    transition: color .18s cubic-bezier(.6, 0, .1, 1)
}

#logo {}

#logo.logo_text {
    font-weight: 300;
    line-height: 36px
}

.site_logo {
    background-image: url(images/logo.svg);
    background-size: 100%;
    display: inline-block;
    height: 36px;
    width: 26px
}

#breadcrumbs {
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    width: auto
}

#breadcrumbs li {
    display: inline-block
}

#breadcrumbs li.item-bread::after {
    content: "/";
    display: block;
    float: right;
    padding: 0 12px;
    pointer-events: none;
    white-space: nowrap
}

#breadcrumbs li.item-bread:last-child::after {
    display: none
}

.crumb-solid {
    display: inline-block !important
}

#breadcrumbs-mid {
    list-style: none;
    line-height: 24px;
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

#breadcrumbs-mid li {
    display: block;
    float: left
}

#breadcrumbs-mid li:before {
    content: "/";
    display: block;
    float: left;
    padding: 0 12px;
    pointer-events: none;
    white-space: nowrap
}

#breadcrumbs-mid li:first-child:before {
    display: none
}

.site-nav {
    float: right;
    list-style: none;
    margin-left: 18px
}

.site-nav>li {
    display: block;
    float: left;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative
}

.site-nav>li+li {
    margin-left: 24px
}

.site-nav>li>a {
    position: relative
}

.site-nav li>a,
.site-nav li>span {
    display: block
}

.site-nav li>a>i+span,
.site-nav li>span>i+span {
    margin-left: 9px
}

.site-nav li>span {
    cursor: pointer
}

.site-nav i {
    font-size: 1.0769em
}

.site-nav .count {
    border-radius: 2px;
    font-size: .8461em;
    font-weight: 600;
    left: -6px;
    line-height: 12px;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: -3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cur-user {
    margin-left: 20px !important;
    margin-right: -8px
}

#header-avatar img {
    border-radius: 15px;
    border-style: solid;
    border-width: 2px;
    display: block;
    height: 30px;
    width: 30px;
    object-fit: cover;
    overflow: hidden;
    transition: border-color .18s cubic-bezier(.6, 0, .1, 1), border-width .18s cubic-bezier(.6, 0, .1, 1)
}

#header-avatar>span {
    border-radius: 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), color .18s cubic-bezier(.6, 0, .1, 1)
}

#header-avatar:active img {
    border-width: 1px
}

#header-mini-menu {
    border-radius: 15px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), color .18s cubic-bezier(.6, 0, .1, 1);
    width: 30px
}

#header-mini-menu:active,
#header-mini-menu:focus {
    outline: 0
}

#wrap-footer {
    font-size: 1rem;
    padding: 18px 0;
    position: relative;
    transition: opacity .3s cubic-bezier(.6, 0, .1, 1)
}

#wrap-footer ul {
    list-style: none;
    width: 100%
}

#wrap-footer li {
    display: inline-block
}

#wrap-footer li+li {
    margin-left: 24px
}

.footer-text {
    margin-top: 6px
}

#debug-output {
    margin-top: 6px
}

.re-lg,
.re-md,
.re-sm {
    display: none !important
}

.lside {
    float: left
}

.rside {
    float: right
}

.clear {
    display: block;
    clear: both
}

.box-normal {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    padding: 18px 18px 0;
    position: relative;
    margin-bottom: 18px;
    word-wrap: break-word
}

.box-normal h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 18px
}

.box-normal p {
    font-size: 1rem;
    margin-bottom: 18px
}

.box-normal ol,
.box-normal ul {
    font-size: 1rem;
    line-height: 1.7;
    list-style: none
}

.box-normal ol h3,
.box-normal ul h3 {
    font-size: 1.3846em;
    font-weight: 400;
    margin-bottom: 18px
}

.box-normal ol ol,
.box-normal ol ul,
.box-normal ul ol,
.box-normal ul ul {
    font-size: 1em
}

.box-normal ul {
    list-style: none
}

.box-normal ol ol {
    margin-left: 30px
}

.box-normal ol ol>li {
    list-style-type: decimal;
    padding-left: 6px
}

.box-normal li {
    margin-bottom: 18px;
    position: relative
}

.box-normal li:last-child {
    margin-bottom: 0
}

.box-normal button {
    margin-bottom: 18px
}

.box-normal .chosen-container ul {
    font-size: 1em
}

.box-normal .strong-head {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 9px;
    padding-bottom: 12px
}

.info-box {
    font-weight: 600;
    border-radius: 2px;
    padding: 36px;
    text-align: center
}

#information {
    font-size: 1rem;
    padding: 18px;
    text-align: center;
    width: 100%
}

#information+#wrap-inner #site-desc-full,
#information+#wrap-inner #site-desc-small,
#information+#wrap-inner #wrap-header,
#information+#wrap-inner #wrap-header-index {
    border-radius: 0
}

#rules {
    margin-bottom: 18px
}

#site-desc-full {
    height: 448px;
    overflow: hidden;
    position: relative;
    text-align: center
}

#site-desc-full h1 {
    clear: both;
    display: block;
    font-size: 4.8em;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    z-index: 1
}

#site-desc-full h2 {
    display: block;
    font-size: 2.4em;
    font-weight: 300;
    line-height: 1.3;
    position: relative;
    z-index: 1
}

#site-desc-full>.chunk {
    position: relative;
    height: 100%
}

#site-desc-full #page-description {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute
}

#site-desc-small {
    overflow: hidden;
    padding: 92px 0 36px;
    position: relative;
    text-align: left
}

#site-desc-small h1 {
    display: none
}

#site-desc-small h2 {
    display: block;
    font-size: 2.4em;
    font-weight: 300;
    line-height: 1.5;
    position: relative;
    z-index: 1
}

#site-desc-full,
#site-desc-small {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

#site-desc-hidden {
    display: none
}

#sub-header {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 36px;
    position: relative
}

#sub-header h2 {
    display: inline-block;
    line-height: 1.5;
    max-width: 100%;
    overflow-wrap: break-word;
    position: relative;
    z-index: 1
}

#sub-header p {
    font-size: 1rem;
    position: relative;
    z-index: 1
}

#sub-header:after {
    clear: both;
    content: "";
    display: block
}

.sub-header-title {
    float: left;
    max-width: 100%
}

.sub-header-buttons {
    text-align: right;
    width: 100%
}

.sub-header-buttons>div {
    display: inline-block;
    float: left;
    margin: 0 0 0 9px;
    position: relative;
    vertical-align: middle
}

.sub-header-buttons .chosen-container,
.sub-header-buttons .dropdown-box {
    left: 0;
    right: auto;
    text-align: left
}

.sub-header-buttons .chosen-container {}

#main-search-box-md {
    line-height: 1;
    margin-bottom: 6px;
    padding: 0;
    white-space: nowrap
}

#main-search-box-md div {
    margin: 0 44px 0 0
}

#main-search-box-md input {
    display: block;
    height: 44px;
    outline: 0;
    padding: 0 18px;
    vertical-align: middle;
    width: 100%
}

#main-search-box-md button {
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    line-height: 44px;
    width: 44px;
    vertical-align: middle
}

#main-search-box-md button i {
    margin: 0
}

.main-sidebar {
    float: right;
    position: relative;
    width: 232px;
    z-index: 0
}

.content-main {
    position: relative;
    z-index: 1
}

.content-main:not(:only-child) {
    margin-right: 250px
}

.content-main-inner {
    float: left;
    width: 100%
}

.page-content {
    position: relative;
    z-index: 1
}

.page-content:not(:only-child) {
    margin-right: 250px
}

.page-content-inner {
    float: left;
    width: 100%
}

.sidebar {
    float: right;
    position: relative;
    width: 232px;
    z-index: 1
}

.sidebar-block {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    list-style: none;
    margin-bottom: 18px;
    padding: 6px 0;
    vertical-align: middle
}

.sidebar-head {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    padding: 15px 18px 0
}

.sidebar-body {
    font-size: 1em;
    line-height: 1.7;
    list-style: none;
    padding: 15px 18px
}

#mcp {
    clear: both
}

.dropdown-search {
    border-radius: 2px;
    display: none;
    line-height: 1;
    list-style: none;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 40px;
    white-space: nowrap;
    z-index: 3
}

.dropdown-search div {
    margin: 0 36px 0 0;
    min-width: 214px
}

.dropdown-search input {
    display: block;
    height: 36px;
    outline: 0;
    padding: 0 18px;
    vertical-align: middle;
    width: 100%
}

.dropdown-search button {
    cursor: pointer;
    display: block;
    float: right;
    height: 36px;
    line-height: 36px;
    width: 36px;
    vertical-align: middle
}

.open>.dropdown-search {
    display: block
}

.forumlist-main {
    position: relative;
    z-index: 1
}

.forumlist-main:not(:only-child) {
    margin-right: 250px
}

.forumlist-main-inner {
    float: left;
    width: 100%
}

.login-main .log-reg {
    margin: 18px 0
}

.login-main p {
    font-size: 1rem;
    margin-bottom: 18px
}

.login-main p a+a {
    margin-left: 18px
}

.login-main .button {
    height: 40px;
    line-height: 22px
}

.message-main>p {
    font-size: 1rem;
    margin-bottom: 18px
}

.action-bar-top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: -6px 0 24px
}

.action-bar-top>div {
    margin-bottom: 12px
}

.action-bar-bottom {
    border-top-style: solid;
    border-top-width: 1px;
    margin: 0 0 18px 0
}

.action-bar-bottom>a,
.action-bar-bottom>div {
    margin-top: 12px
}

.action-bar-top-nb {
    margin: -6px 0 0
}

.action-bar-top-nb>div {
    margin-bottom: 12px
}

.action-bar-bottom-nb>a,
.action-bar-bottom-nb>div {
    margin-bottom: 18px
}

.action-bar-bottom,
.action-bar-bottom-nb,
.action-bar-top,
.action-bar-top-nb {
    text-align: right
}

.action-bar-bottom-nb>a,
.action-bar-bottom-nb>div,
.action-bar-bottom>a,
.action-bar-bottom>div,
.action-bar-top-nb>a,
.action-bar-top-nb>div,
.action-bar-top>a,
.action-bar-top>div {
    display: inline-block;
    margin-left: 9px;
    position: relative
}

.action-bar-bottom .pagination,
.action-bar-bottom-nb .pagination,
.action-bar-top .pagination,
.action-bar-top-nb .pagination {
    margin-left: 0
}

.action-bar-bottom-nb:after,
.action-bar-bottom:after,
.action-bar-top-nb:after,
.action-bar-top:after {
    clear: both;
    content: "";
    display: block
}

.pagination {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    line-height: 36px
}

.pagination .mark {
    margin-right: 18px
}

.pagination .page-jump {
    display: inline-block;
    margin: 0 18px;
    position: relative
}

.pagination>ul {
    display: inline-block;
    list-style: none;
    margin-right: 15px
}

.pagination li {
    display: inline-block
}

.pagination li a,
.pagination li span {
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1)
}

.pagination .ellipsis span {
    cursor: default;
    width: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination .next,
.pagination .previous {
    font-size: 10px
}

.pagination .next a,
.pagination .previous a {
    height: 36px;
    line-height: 36px;
    width: 36px
}

.pagination .active {
    cursor: default;
    font-weight: 700
}

.pagination li+li {
    margin-left: 4.5px
}

.page-jump .dropdown-box {
    font-size: 10px;
    left: 0;
    padding-left: 18px;
    padding-right: 18px;
    right: auto
}

.page-jump input {
    height: 36px;
    min-width: 80px
}

.page-jump input.button {
    clear: both;
    display: block;
    margin-top: 6px;
    width: 100%
}

.pagination-small {
    display: inline-block;
    height: 17px;
    line-height: 17px;
    list-style: none;
    vertical-align: top
}

.pagination-small li {
    display: inline-block
}

.pagination-small li+li {
    margin: 0 0 0 6px
}

.pagination-small a,
.pagination-small span {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    line-height: 15px;
    padding: 0 4.5px
}

.pagination-small .ellipsis span {
    border: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.member-search {
    border-radius: 2px;
    display: block;
    margin: 0 0 18px;
    text-align: center;
    width: 100%
}

.member-search a {
    display: inline-block;
    line-height: 36px;
    padding: 0 12px
}

#jumpbox {
    display: inline-block;
    float: right;
    margin: 0 0 18px;
    position: relative
}

.jumpbox-return {
    float: left;
    font-size: 1.1em;
    line-height: 36px;
    margin: 0 0 18px
}

.jumpbox-return i {
    margin-right: 9px
}

.search-box {
    float: right;
    position: relative;
    z-index: 1
}

.search-box input {
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 1rem;
    height: 36px;
    padding: 0 6px;
    transition: border-color .18s cubic-bezier(.6, 0, .1, 1);
    width: 176px
}

.search-box input::-moz-placeholder {
    opacity: 1
}

.search-box button {
    cursor: pointer;
    font-size: 1.4em;
    height: 36px;
    text-align: center;
    width: 36px
}

#forums-wrap {
    margin: 0 0 18px
}

#forums-wrap ol {
    list-style: none
}

.fora-bg {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    list-style: none
}

.fora-bg h3 {
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 11px 18px
}

.fora-bg h4 {
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
    margin-right: 6px;
    max-width: 100%;
    word-wrap: break-word
}

.fora-bg li {
    position: relative;
    overflow: hidden
}

.fora-bg li:last-child {
    border-radius: 0 0 2px 2px
}

.fora-bg>ol>li:after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
    margin: 0 18px 0 70px;
    width: auto
}

.fora-bg>ol>li:last-child:after {
    display: none
}

.fora-bg dfn {
    font-style: normal;
    font-size: .875rem
}

.fora-bg+.fora-bg {
    margin-top: 18px
}

.fora-description-inner,
.fora-icon,
.fora-recent,
.fora-redirect,
.fora-stats {
    float: left
}

.fora-icon {
    bottom: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: color .18s cubic-bezier(.6, 0, .1, 1);
    width: 72px;
    overflow: hidden
}

.fora-icon div {
    border-radius: 2px;
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), height .18s cubic-bezier(.6, 0, .1, 1), margin .18s cubic-bezier(.6, 0, .1, 1), width .18s cubic-bezier(.6, 0, .1, 1);
    width: 0
}

.fora-icon img {
    display: block;
    left: 0;
    margin: -16px auto 0;
    max-height: 32px;
    max-width: 32px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: transform .18s cubic-bezier(.6, 0, .1, 1);
    vertical-align: -50%
}

.fora-icon a {
    border-radius: 2px;
    display: block;
    height: 36px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), height .18s cubic-bezier(.6, 0, .1, 1), width .18s cubic-bezier(.6, 0, .1, 1);
    vertical-align: -50%;
    width: 36px
}

.fora-bg li:hover .fora-icon div {
    height: 36px;
    margin: -18px auto 0;
    width: 36px
}

.fora-bg li:hover .fora-icon img {
    transform: scale(.5)
}

.forum_unread div,
.forum_unread_locked div,
.forum_unread_subforum div {
    height: 36px !important;
    margin-top: -18px !important;
    width: 36px !important
}

.fora-icon:after {
    display: block;
    font-family: FontAwesome;
    font-size: 1.4em;
    height: 36px;
    margin-top: -18px;
    left: 0;
    line-height: 36px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%
}

.feed-icon {
    float: right;
    font-size: 14px;
    margin-left: 6px;
    opacity: 0;
    transition: color .18s cubic-bezier(.6, 0, .1, 1), opacity .18s cubic-bezier(.6, 0, .1, 1)
}

.fora-bg li:hover .feed-icon {
    opacity: 1
}

.forum_read:after {
    content: "\f0e5"
}

.forum_unread:after {
    content: "\f0e5"
}

.forum_read_locked:after {
    content: "\f023"
}

.forum_unread_locked:after {
    content: "\f023"
}

.forum_read_subforum:after {
    content: "\f0e6"
}

.forum_unread_subforum:after {
    content: "\f0e6"
}

.forum_link:after {
    content: "\f0c1"
}

.pm_read:after {
    content: "\f0e5"
}

.pm_unread:after {
    content: "\f0e5"
}

.notif_read::after {
    content: "\f10c"
}

.fora-description {
    margin: 0 370px 0 54px
}

.fora-description-inner {
    font-size: 1em;
    padding: 20px 18px 19px;
    width: 100%
}

.fora-description-inner p {
    line-height: 1.5
}

.fora-description-inner strong {
    font-weight: 400
}

.fora-redirect {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 27px 18px 15px;
    text-align: center;
    width: 240px
}

.fora-stats {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.5;
    padding: 15px 0;
    text-align: right;
    width: 120px
}

.fora-stats-sm {
    font-size: .8461em;
    margin-bottom: 6px;
    white-space: nowrap
}

.fora-recent {
    font-size: 1em;
    padding: 15px 18px;
    width: 250px
}

.lastsubject {
    font-weight: 600
}

.subforums-list {
    line-height: 1.7;
    padding-left: 18px;
    position: relative
}

.subforums-list:after {
    content: "└";
    cursor: default;
    display: block;
    left: 0;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.subforums-list li {
    display: block;
    float: left;
    overflow: initial
}

.subforums-list li i {
    margin-right: 6px
}

.subforums-list li+li {
    margin-left: 12px
}

.fora-unapproved-icon {
    font-size: 11px;
    margin-right: 6px
}

#topics-wrap {
    margin: 0 0 18px
}

#topics-wrap ol {
    list-style: none
}

.forum-bg {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    list-style: none
}

.forum-bg h3 {
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 11px 18px
}

.forum-bg h4 {
    display: inline-block;
    font-size: 1.1818em;
    font-weight: 600;
    margin-right: 6px;
    max-width: 100%;
    word-wrap: break-word
}

.forum-bg h4 img {
    margin-right: 6px;
    vertical-align: -1px
}

.forum-bg li {
    position: relative;
    overflow: hidden
}

.forum-bg li:last-child {
    border-radius: 0 0 2px 2px
}

.forum-bg ol>li+li {
    border-style: solid;
    border-width: 1px 0 0
}

.forum-bg dfn {
    font-style: normal
}

.forum-bg .deleted {
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1)
}

.forum-bg .deleted>div {
    opacity: .42;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1)
}

.forum-bg .deleted:hover>div {
    opacity: 1
}

.forum-bg+.forum-bg {
    margin-top: 18px
}

.topic-description-inner,
.topic-icon,
.topic-recent,
.topic-stats {
    float: left
}

.topic-icon {
    bottom: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: color .18s cubic-bezier(.6, 0, .1, 1);
    width: 72px;
    overflow: hidden
}

.topic-icon div {
    border-radius: 2px;
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), height .18s cubic-bezier(.6, 0, .1, 1), margin .18s cubic-bezier(.6, 0, .1, 1), width .18s cubic-bezier(.6, 0, .1, 1);
    vertical-align: -50%;
    width: 0
}

.topic-icon a {
    border-radius: 2px;
    display: block;
    height: 36px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), height .18s cubic-bezier(.6, 0, .1, 1), width .18s cubic-bezier(.6, 0, .1, 1);
    vertical-align: -50%;
    width: 36px
}

.topic-deleted-icon,
.topic-reported-icon,
.topic-unapproved-icon {
    float: right;
    font-size: 14px;
    margin-left: 12px
}

.forum-bg li:hover .topic-icon div {
    height: 36px;
    margin: -18px auto 0;
    width: 36px
}

.announce_unread div,
.announce_unread_locked div,
.announce_unread_locked_mine div,
.announce_unread_mine div,
.global_unread div,
.global_unread_locked div,
.global_unread_locked_mine div,
.global_unread_mine div,
.sticky_unread div,
.sticky_unread_locked div,
.sticky_unread_locked_mine div,
.sticky_unread_mine div,
.topic_unread div,
.topic_unread_hot div,
.topic_unread_hot_mine div,
.topic_unread_locked div,
.topic_unread_locked_mine div,
.topic_unread_mine div {
    height: 36px !important;
    margin-top: -18px !important;
    width: 36px !important
}

.topic-icon:after {
    display: block;
    font-family: FontAwesome;
    font-size: 1.4em;
    height: 36px;
    left: 0;
    line-height: 36px;
    margin-top: -18px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%
}

.topic_read:after {
    content: "\f0e5"
}

.topic_read_mine:after {
    content: "\f0e5"
}

.topic_unread:after {
    content: "\f0e5"
}

.topic_unread_mine:after {
    content: "\f0e5"
}

.topic_read_locked:after {
    content: "\f023"
}

.topic_read_locked_mine:after {
    content: "\f023"
}

.topic_unread_locked:after {
    content: "\f023"
}

.topic_unread_locked_mine:after {
    content: "\f023"
}

.topic_read_hot:after {
    content: "\f06d"
}

.topic_read_hot_mine:after {
    content: "\f06d"
}

.topic_unread_hot:after {
    content: "\f06d"
}

.topic_unread_hot_mine:after {
    content: "\f06d"
}

.sticky_read:after {
    content: "\f08d"
}

.sticky_read_locked:after {
    content: "\f08d"
}

.sticky_read_locked_mine:after {
    content: "\f08d"
}

.sticky_read_mine:after {
    content: "\f08d"
}

.sticky_unread:after {
    content: "\f08d"
}

.sticky_unread_locked:after {
    content: "\f08d"
}

.sticky_unread_locked_mine:after {
    content: "\f08d"
}

.sticky_unread_mine:after {
    content: "\f08d"
}

.announce_read:after {
    content: "\f0a1"
}

.announce_read_locked:after {
    content: "\f0a1"
}

.announce_read_locked_mine:after {
    content: "\f0a1"
}

.announce_read_mine:after {
    content: "\f0a1"
}

.announce_unread:after {
    content: "\f0a1"
}

.announce_unread_locked:after {
    content: "\f0a1"
}

.announce_unread_locked_mine:after {
    content: "\f0a1"
}

.announce_unread_mine:after {
    content: "\f0a1"
}

.global_read:after {
    content: "\f0ac"
}

.global_read_locked:after {
    content: "\f0ac"
}

.global_read_locked_mine:after {
    content: "\f0ac"
}

.global_read_mine:after {
    content: "\f0ac"
}

.global_unread:after {
    content: "\f0ac"
}

.global_unread_locked:after {
    content: "\f0ac"
}

.global_unread_locked_mine:after {
    content: "\f0ac"
}

.global_unread_mine:after {
    content: "\f0ac"
}

.topic_moved:after {
    content: "\f08e"
}

.topic-description {
    margin: 0 370px 0 54px
}

.topic-description-inner {
    font-size: 1rem;
    padding: 13px 18px;
    width: 100%
}

.topic-stats {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 0 9px;
    text-align: right;
    width: 120px
}

.topic-stats-sm {
    font-size: 1em;
    margin-bottom: 6px
}

.topic-replies {
    font-size: 1rem
}

.topic-recent {
    font-size: 1rem;
    padding: 16px 18px 15px;
    width: 250px
}

.notice {
    font-size: 1rem;
    margin-top: 18px;
    opacity: .3;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1)
}

.notice strong {
    font-weight: 600
}

.post {
    margin: 0 0 18px;
    position: relative
}

.post:hover .notice {
    opacity: 1
}

.post:after {
    clear: both;
    content: "";
    display: block
}

.postbody {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    float: none;
    margin-left: 98px;
    padding: 18px
}

.postbody h3 {
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em !important;
    font-weight: 400;
    margin-bottom: 9px !important;
    max-width: 100%;
    overflow-wrap: break-word
}

.postbody h3 img {
    margin-right: 6px;
    vertical-align: -1px
}

.postbody:after {
    clear: both;
    content: "";
    display: block
}

.post-deleted-notice,
.post-unapproved-notice {
    display: inline-block
}

.post-deleted-notice input,
.post-unapproved-notice input {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 0 18px;
    padding: 3px 9px
}

.post-deleted-notice input+input,
.post-unapproved-notice input+input {
    margin: 0 0 0 4.5px
}

.post-unapproved-notice p {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 0 18px
}

.post-reported-notice {
    border-radius: 2px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 0 18px;
    padding: 3px 9px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1)
}

.inline-attachment .attach-image dd {
    padding: 3px 0 0
}

.attachbox {
    border-radius: 2px;
    border-style: dashed;
    border-width: 1px;
    font-size: 1rem;
    line-height: 1.7;
    margin: 18px 0 0;
    padding: 18px
}

.attachbox dt {
    font-weight: 600
}

.attachbox .attach-image dd {
    padding: 3px 0 0
}

.attachbox>dd {
    margin-top: 18px
}

.attach-controls {
    float: right
}

.attach-status {
    position: relative;
    text-align: center !important
}

.file-progress {
    left: 0;
    position: absolute;
    right: 0
}

.file-status i {
    opacity: 0;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1)
}

.file-uploaded i {
    opacity: 1
}

.g-image {
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: -6px;
    z-index: 3
}

.g-image:hover:after {
    opacity: 1
}

.g-image:hover:before {
    opacity: 1
}

.g-image:after {
    border-radius: 2px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1);
    z-index: 11
}

.g-image:before {
    content: "\f002";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 36px;
    left: 0;
    line-height: 36px;
    margin-top: -18px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1);
    z-index: 12
}

.post-image {
    border-radius: 2px;
    display: block;
    max-width: 100%
}

.postlink {
    border-style: solid;
    border-width: 0 0 1px;
    font-weight: 600;
    text-decoration: none
}

.postprofile {
    float: left;
    font-size: 1.1em;
    padding: 18px 0 0;
    position: relative;
    text-align: center;
    width: 80px;
    word-wrap: break-word
}

.postprofile .avatar-none {
    cursor: pointer
}

.poster-online {
    border-radius: 9px;
    border-style: solid;
    border-width: 3px;
    display: block;
    font-size: 0;
    height: 12px;
    margin-right: -18px;
    right: 50%;
    overflow: hidden;
    position: absolute;
    top: 18px;
    width: 12px
}

.pm .postprofile {
    width: 35px
}

.pm .postbody {
    margin-left: 53px
}

.pm-self .postprofile {
    float: right;
    width: 35px
}

.pm-self .postbody {
    margin-left: 0;
    margin-right: 53px
}

.standard-profile {
    line-height: 1.6;
    list-style: none;
    margin-top: 9px;
    padding: 0;
    text-align: left
}

.standard-profile span {
    font-weight: 600
}

.standard-profile .profile-info {
    font-size: 1em !important
}

.standard-profile .profile-info dt {
    margin: 0 3px 0 0
}

.dropdown-profile {
    border-radius: 2px;
    display: none;
    left: 98px;
    line-height: 1.8;
    list-style: none;
    margin-left: -9px;
    min-width: 210px;
    padding: 18px;
    position: absolute;
    top: 18px;
    text-align: left;
    z-index: 4
}

.dropdown-profile span {
    font-weight: 600
}

.pm .dropdown-profile {
    left: 44px
}

.open>.dropdown-profile {
    display: block
}

.profile-info {
    font-size: 1.1818em
}

.profile-info dt {
    display: block;
    float: left;
    font-weight: 600;
    margin: 0 9px 0 0
}

.profile-info dd {
    display: block
}

.dropdown-profile .profile-contact {
    border-radius: 0 0 2px 2px;
    border-style: solid;
    border-width: 1px 0 0;
    margin: 18px -18px -18px -18px;
    padding: 18px
}

.profile-contact ul {
    list-style: none
}

.profile-contact li {
    clear: both;
    display: list-item
}

.profile-face {
    text-align: center;
    width: 100%
}

.profile-face .avatar-none {
    height: 120px;
    line-height: 120px;
    width: 120px
}

.profile-face .avatar-none::first-letter {
    font-size: 48px
}

.profile-face:last-child {
    margin-bottom: 18px
}

.member-online {
    font-size: 1rem;
    font-weight: 600
}

.profile-username {
    font-size: 24px;
    font-weight: 300;
    margin-top: 18px
}

.profile-rank-title {
    font-size: 1rem;
    font-weight: 600
}

.profile-rank-img {
    margin-top: 9px
}

.post-number {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    margin-bottom: 9px;
    transition: color .18s cubic-bezier(.6, 0, .1, 1)
}

.post-number span {
    font-weight: 600
}

.post-author-r {
    font-size: 1.1em;
    margin-bottom: 9px;
    margin-top: -9px
}

.post-pm-users {
    clear: both;
    display: inline-block;
    font-size: 1.1em;
    margin-bottom: 12px;
    width: 100%
}

.post-pm-users span {
    font-weight: 600
}

.post-signature {
    border-style: solid;
    border-width: 1px 0 0;
    font-size: 1.1em;
    line-height: 1.6;
    margin: 18px 0 0;
    padding: 9px 0 0;
    word-wrap: break-word
}

.post-actions {
    border-radius: 0 0 2px 2px;
    border-style: solid;
    border-width: 1px 0 0;
    display: block;
    font-size: 1.1em;
    list-style: none;
    margin: 18px -18px -18px -18px;
    overflow: hidden;
    padding: 18px
}

.post-actions li {
    display: inline-block
}

.post-actions li+li {
    margin-left: 18px
}

.post-actions i {
    opacity: .3
}

.post-actions i+span {
    margin-left: 6px
}

.post-date {
    transition: color .18s cubic-bezier(.6, 0, .1, 1)
}

.avatar-container {
    line-height: 0;
    margin: 0 0 6px
}

.avatar>img {
    border-radius: 100%;
    display: block;
    height: 66px;
    object-fit: cover;
    width: 66px
}

a.avatar,
span.avatar {
    display: inline-block
}

.preview-signature {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 18px;
    padding: 18px;
    word-wrap: break-word
}

.member-signature {
    margin-top: 18px
}

.avatar-none {
    border-radius: 100%;
    display: inline-block;
    font-size: 0;
    height: 66px;
    line-height: 66px;
    text-align: center;
    width: 66px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pm .avatar>img {
    max-height: 35px;
    max-width: 35px
}

.pm .avatar-none {
    height: 35px;
    line-height: 35px;
    width: 35px
}

.pm .avatar-none::first-letter {
    font-size: 12px
}

.pm-self .avatar>img {
    max-height: 35px;
    max-width: 35px
}

.pm-self .avatar-none {
    height: 35px;
    line-height: 35px;
    width: 35px
}

.pm-self .avatar-none::first-letter {
    font-size: 12px
}

.avatar-none::first-letter {
    font-size: 24px;
    font-weight: 300
}

.static {
    position: static !important
}

.w-drop:after {
    content: "\f107";
    font-family: FontAwesome;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 0;
    transition: left .18s cubic-bezier(.6, 0, .1, 1), opacity .18s cubic-bezier(.6, 0, .1, 1), right .18s cubic-bezier(.6, 0, .1, 1), top .18s cubic-bezier(.6, 0, .1, 1), transform .18s cubic-bezier(.6, 0, .1, 1)
}

.w-drop:hover:after {
    opacity: 1;
    right: -12px
}

.open>.w-drop:after {
    opacity: 1;
    top: 24px;
    transform: rotate(180deg);
    right: 50%;
    margin-right: -4px
}

.dropdown-arrow {
    margin-left: 9px
}

.dropdown-mega {
    border-radius: 2px;
    display: none;
    font-size: 13px;
    left: 18px;
    line-height: 1;
    list-style: none;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 18px 0;
    position: absolute;
    right: 18px;
    text-align: left;
    top: 53px;
    white-space: normal;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0)
}

.dropdown-mega .button,
.dropdown-mega .button-flat,
.dropdown-mega .button-round {
    font-size: 1em;
    margin-bottom: 18px
}

.dropdown-mega h6 {
    font-size: 1.2308em;
    font-weight: 400;
    margin-bottom: 18px
}

.dropdown-mega img {
    margin-bottom: 18px;
    max-width: 100%
}

.dropdown-mega p {
    margin-bottom: 18px
}

.dropdown-mega li {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.dropdown-mega a {
    display: inline-block;
    line-height: 1.7;
    margin: 0 0 12px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), color .18s cubic-bezier(.6, 0, .1, 1)
}

.dropdown-mega a i {
    margin-right: 9px
}

.dropdown-mega .separator {
    border-top-style: solid;
    border-top-width: 1px;
    margin: 6px 18px;
    width: auto
}

.dropdown-box {
    border-radius: 2px;
    display: none;
    font-size: 13px;
    line-height: 1;
    list-style: none;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 40px;
    white-space: nowrap;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0)
}

.dropdown-box li {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.dropdown-box a {
    display: block;
    line-height: 1;
    margin: 0;
    padding: 15px 36px 15px 18px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), color .18s cubic-bezier(.6, 0, .1, 1)
}

.dropdown-box i {
    margin-right: 9px
}

.dropdown-box .separator {
    border-top-style: solid;
    border-top-width: 1px;
    margin: 6px 18px;
    width: auto
}

.dropdown-box>li>.dropdown-box {
    border-radius: 0 0 2px 2px;
    box-shadow: none;
    left: 0;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    right: 0;
    top: 0;
    width: 100%
}

.dropdown-box>li .w-drop {
    position: relative
}

.dropdown-box>li .w-drop:after {
    opacity: 1;
    right: 18px;
    top: 15px
}

.dropdown-box>li .open {
    border-radius: 2px 2px 0 0
}

.dropdown-box>li .open:after {
    transform: rotate(-180deg)
}

.dropdown-box-big {
    border-radius: 2px;
    display: none;
    line-height: 1;
    list-style: none;
    min-width: 300px;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 3;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0)
}

.dropdown-header {
    clear: both;
    overflow: hidden;
    padding: 18px
}

.dropdown-header h5 {
    float: left;
    font-size: 13px;
    font-weight: 400
}

.dropdown-header a {
    float: right;
    margin-left: 18px
}

.dropdown-body {
    font-size: 11px;
    max-height: 400px;
    padding: 6px 0;
    overflow-x: hidden;
    overflow-y: auto
}

.dropdown-body li {
    clear: both;
    display: block;
    position: relative;
    width: 100%
}

.dropdown-body li+li {
    border-top-style: solid;
    border-top-width: 1px
}

.dropdown-body li:hover>.notification-mark {
    opacity: 1
}

.dropdown-body .no_notifications {
    font-size: 1rem;
    padding: 18px
}

.dropdown-body .notification-nl,
.dropdown-body a {
    padding: 9px 18px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1)
}

.dropdown-body .notification-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600
}

.dropdown-body .notification-mark {
    border-radius: 2px;
    display: block;
    height: 18px;
    left: 15px;
    line-height: 18px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 18px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1), opacity .18s cubic-bezier(.6, 0, .1, 1)
}

.dropdown-body .notification-mark i {
    font-size: 10px
}

.dropdown-body .chosen-container {
    clear: both;
    display: block;
    text-align: left;
    vertical-align: top;
    width: 100% !important
}

.dropdown-body .chosen-container a {
    border: none;
    padding: 0 18px
}

.dropdown-body .chosen-single:after {
    right: 18px;
    color: #ffffff
}

.dropdown-body .chosen-results {
    max-height: 0;
    transition: max-height .18s cubic-bezier(.6, 0, .1, 1)
}

.dropdown-body .chosen-results li {
    border: none
}

.dropdown-body .chosen-search {
    display: none
}

.dropdown-body .chosen-drop {
    display: block;
    padding: 0;
    position: relative;
    top: 0
}

.dropdown-body .chosen-with-drop .chosen-results {
    max-height: 240px
}

.dropdown-body select {
    clear: both;
    display: block;
    height: 36px;
    padding-left: 18px;
    width: 100%
}

.dropdown-footer a,
.dropdown-footer input {
    clear: both;
    cursor: pointer;
    display: block;
    line-height: 1;
    padding: 18px;
    text-align: center;
    width: 100%;
    transition: color .18s cubic-bezier(.6, 0, .1, 1), background-color .18s cubic-bezier(.6, 0, .1, 1)
}

.dropdown-up>.dropdown-box {
    bottom: 30px;
    top: auto
}

select.dropdown-up+.chosen-container .chosen-drop {
    bottom: 36px;
    top: auto
}

.open>.dropdown-box,
.open>.dropdown-box-big,
.open>.dropdown-mega {
    display: block
}

.live-search.dropdown-box {
    left: 0;
    right: auto;
    top: 30px
}

.live-search .search-result {
    cursor: pointer;
    display: block;
    line-height: 1;
    margin: 0;
    padding: 15px 36px 15px 18px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), color .18s cubic-bezier(.6, 0, .1, 1)
}

.live-search-container {
    position: relative
}

.input {
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 1rem;
    height: 30px;
    padding: 0;
    transition: border-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1)
}

.input:focus {
    outline: 0
}

span.radio {
    border-radius: 8px;
    border-style: solid;
    border-width: 2px;
    clear: both;
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin-right: 9px;
    margin-top: 10px;
    width: 16px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), border-color .18s cubic-bezier(.6, 0, .1, 1)
}

input.radio {
    display: none
}

span.radio-full {
    border-radius: 2px;
    clear: both;
    content: "";
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    text-align: center;
    min-width: 36px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1)
}

span.radio-full img {
    margin: 0 -18px;
    vertical-align: middle
}

input.radio-full {
    display: none
}

span.check {
    border-radius: 2px;
    border-style: solid;
    border-width: 2px;
    clear: both;
    content: "";
    display: inline-block;
    height: 16px;
    vertical-align: 1px;
    width: 16px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), border-color .18s cubic-bezier(.6, 0, .1, 1)
}

span.check:after {
    content: "\f00c";
    display: block;
    font-family: FontAwesome;
    font-size: .8em;
    line-height: 13px;
    opacity: 0;
    text-align: center;
    width: 12px;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1)
}

span.check+span {
    margin-left: 9px
}

input.check {
    display: none
}

input.check:checked+span.check:after {
    opacity: 1
}

.button {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    padding: 9px 18px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button i {
    font-size: 1.0769em
}

.button i+span {
    margin-left: 12px
}

.button+.button {
    margin-left: 18px
}

.button+.button-flat {
    margin-left: 6px
}

.button+.button-round {
    margin-left: 6px
}

.button-flat {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    padding: 0 9px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button-flat i {
    font-size: 1.0769em
}

.button-flat i+span {
    margin-left: 12px
}

.button-flat+.button {
    margin-left: 6px
}

.button-flat+.button-flat {
    margin-left: 6px
}

.button-flat+.button-round {
    margin-left: 6px
}

.button-round {
    border-radius: 18px;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button-round+.button {
    margin-left: 6px
}

.button-round+.button-flat {
    margin-left: 6px
}

.button-round+.button-round {
    margin-left: 6px
}

.button-multiple {
    display: inline-block
}

.button-multiple a {
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    position: relative;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.button-multiple a:hover {
    z-index: 2
}

.button-multiple a:first-child {
    border-radius: 2px 0 0 2px
}

.button-multiple a:last-child {
    border-radius: 0 2px 2px 0
}

.chosen-container+.button {
    margin-left: 12px
}

.chosen-container+.button-flat,
.chosen-container+.button-round {
    margin-left: 9px
}

.forum-selection {
    float: right
}

.actions {
    display: block;
    margin-bottom: 18px;
    text-align: right;
    width: 100%
}

.actions .button-multiple {
    float: left
}

.actions-submit {
    display: block;
    margin-bottom: 18px;
    width: 100%
}

.actions-submit .button+.button {
    margin-left: 18px
}

.nav-prev-next {
    display: block;
    font-size: 1rem
}

.nav-prev-next a {
    line-height: 36px;
    margin-bottom: 18px
}

.nav-prev-next i+span {
    margin-left: 6px
}

.nav-prev-next span+i {
    margin-left: 6px
}

.dest-folder {
    clear: both;
    display: block;
    margin-bottom: 18px
}

.dest-folder .button-flat {
    font-size: 1em;
    margin-left: 9px
}

.dest-folder .chosen-single {
    margin-bottom: 0;
    margin-left: 9px
}

.stat-block ul {
    font-size: 1em;
    line-height: 1.7;
    list-style: none;
    margin-bottom: 18px
}

#footer-custom {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%
}

#footer-custom .online-list {
    width: 50%
}

#footer-custom>div {
    float: left;
    padding: 0 9px
}

#footer-custom>div:first-child {
    padding: 0 9px 0 0
}

#footer-custom>div:last-child {
    padding: 0 0 0 9px
}

.footer-block {
    width: 25%
}

.side-stats span {
    display: block;
    width: 100%
}

.side-stats strong {
    float: right
}

.online-list {
    display: block
}

.member-statistics,
.statistics {
    border-style: solid;
    border-width: 1px 0 0;
    margin-top: 18px;
    padding-top: 30px;
    text-align: center;
    width: 100%
}

.member-statistics strong,
.statistics strong {
    clear: both;
    display: inline-block;
    font-size: 1.2308em;
    font-weight: 600;
    width: 100%
}

.member-statistics span,
.statistics span {
    display: inline-block
}

.statistics span {
    width: 25%
}

.member-statistics span {
    width: 50%
}

.birthdays {
    margin-top: 18px
}

.birthdays:before {
    clear: both;
    content: "\f1fd";
    cursor: default;
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 60px;
    margin-right: 18px
}

.birthdays strong {
    font-weight: 600
}

.permissions {
    float: right;
    width: 464px
}

.permissions strong {
    font-weight: 600
}

.permissions+.online-list {
    margin-right: 482px
}

.rc-posts-out {
    border-radius: 2px;
    font-size: .9091em;
    overflow: hidden;
    padding: 10px 18px;
    text-align: left
}

.rc-posts {
    margin-top: 12px;
    overflow: hidden
}

.rc-link {
    display: block;
    position: relative
}

.rc-link:after {
    border-radius: 15px;
    content: "\f054";
    font-family: FontAwesome;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 15px;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1);
    width: 30px
}

.rc-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 36px 0 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rc-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 36px 0 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rc-content a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rc-content .codebox,
.rc-content .inline-attachment,
.rc-content blockquote,
.rc-content br {
    display: none
}

.rc-details {
    border-width: 1px 0 0;
    border-style: solid;
    margin-bottom: -10px;
    margin-top: 6px;
    padding: 6px 0
}

.rc-time {
    font-size: 1.1em
}

.rc-avatar {
    float: left;
    margin-bottom: 5px;
    margin-right: 18px;
    margin-top: 5px
}

.rc-avatar img {
    border-radius: 30px;
    display: block;
    height: 30px;
    object-fit: cover;
    width: 30px
}

.rc-author {
    font-size: 1.1em
}

.rc-hr {
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    margin: 27px 9px
}

.mark-read-container {
    display: block;
    margin: 0 0 18px;
    text-align: center;
    width: 100%
}

.mark-read {
    display: inline-block;
    font-size: 1.1em
}

.quickreply {
    margin-bottom: 18px;
    position: relative
}

.quickreply .avatar-none {
    cursor: default;
    position: absolute;
    right: 0;
    top: 18px
}

.quickreply-box {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    margin-right: 98px;
    padding: 18px;
    position: relative
}

.quickreply-box textarea {
    font-size: 1rem;
    height: auto;
    line-height: 1.7;
    min-height: 80px;
    width: 100%
}

.quickreply-buttons {
    border-radius: 0 0 2px 2px;
    border-style: solid;
    border-width: 1px 0 0;
    display: block;
    font-size: 1.1em;
    list-style: none;
    margin: 18px -18px -18px -18px;
    padding: 18px
}

.quickreply-buttons li {
    display: inline-block
}

.quickreply-buttons i+span {
    margin-left: 12px
}

.quickreply-buttons li+li {
    margin-left: 18px
}

.quickreply-avatar {
    cursor: default;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 18px
}

.quickreply-avatar>img {
    border-radius: 100%;
    height: 66px;
    object-fit: cover;
    width: 66px
}

blockquote {
    border-radius: 2px;
    border-style: solid;
    border-width: 0 0 0 2px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding: 17px
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600
}

blockquote blockquote {
    margin-top: 18px
}

.codebox {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    display: block;
    padding: 17px
}

.codebox p {
    display: block;
    font-style: normal;
    font-weight: 600
}

.codebox code {
    display: block;
    font-family: monospace;
    max-height: 500px;
    max-width: 100%;
    overflow: auto
}

.codebox+.codebox,
.codebox+blockquote,
blockquote+.codebox,
blockquote+blockquote {
    margin-top: 18px
}

.postbody h3~.post-content {
    border-style: solid;
    border-width: 1px 0 0;
    padding-top: 18px
}

.post-content {
    clear: both;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.7;
    min-height: 60px;
    width: 100%;
    word-wrap: break-word
}

.post-content ol,
.post-content ul {
    margin-left: 18px
}

.post-content iframe {
    max-width: 100%
}

.posthilit {
    border-radius: 2px;
    padding: 0 3px
}

.details {
    display: block;
    line-height: 1.7;
    width: 100%
}

.details dt {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em
}

.details dd {
    font-size: 1rem;
    margin-bottom: 18px;
    word-wrap: break-word
}

.details .button-flat {
    font-size: 1em
}

.faq {
    display: block;
    line-height: 1.7;
    margin-bottom: 18px;
    width: 100%
}

.faq dt {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: 400
}

.faq dd {
    font-size: 1rem;
    max-width: 700px
}

.form {
    display: block;
    line-height: 1.7;
    margin-bottom: 24px;
    width: 100%
}

.form dt {
    display: inline-block;
    font-size: 1rem
}

.form dt span {
    font-family: 'Montserrat', sans-serif;
    font-size: .9231em;
    line-height: 1
}

.form dt p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0
}

.form dd {
    font-size: 1rem;
    margin-bottom: 6px
}

.form dd input {
    font-size: 1rem;
    padding: 10px;
}

.form dd label {
    display: inline-block;
    line-height: 36px;
    margin-right: 18px
}

.form .chosen-container,
.form .input {
    min-width: 232px
}

.fields {
    display: block;
    line-height: 1.7;
    margin-bottom: 12px;
    width: 100%
}

.fields div {
    font-size: 1rem;
    margin-bottom: 6px
}

.fields div input {
    font-size: 1em
}

.fields div label {
    display: inline-block;
    margin-right: 18px
}

#bday_day_chosen,
#bday_month_chosen {
    min-width: 49px
}

#bday_year_chosen {
    min-width: 98px
}

.sub-panels {
    list-style: none;
    width: 100%
}

.sub-panels li {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: 24px;
    margin-right: 36px
}

.sub-panels .activetab a {
    font-weight: 600
}

.tab-panel p {
    font-size: 1rem;
    margin-bottom: 9px
}

#attach-panel-multi {
    margin-bottom: 18px
}

.captcha-image {
    margin: 9px 0 !important
}

.captcha-image img {
    display: block;
    max-width: 100%
}

#message-box #confirm_code {
    font-size: 13px
}

#avatar_options>div>p {
    font-size: 1rem;
    margin-bottom: 18px
}

#gallery {
    padding: 18px 0
}

#gallery span.radio-full {
    clear: none;
    display: inline-block;
    float: none;
    height: auto;
    line-height: auto;
    min-width: auto;
    padding: 18px
}

#gallery span.radio-full img {
    margin: 0
}

.poll-panel {
    width: 100%
}

.poll-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 9px;
    overflow-wrap: break-word
}

.poll-info {
    font-size: 1rem;
    margin: 0 0 18px
}

.poll-option {
    clear: both;
    display: block;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.poll-option-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    overflow-wrap: break-word
}

.poll-option-title>label {
    display: inline-block;
    line-height: 1;
    max-width: 100%;
    overflow: hidden
}

.poll-option-title span.radio {
    margin-top: 0
}

.poll-option-resultbar {
    border-radius: 2px;
    float: left;
    margin-right: 18px;
    max-width: 700px;
    width: 100%
}

.poll-option-resultbar div {
    border-radius: 2px;
    display: block;
    height: 30px;
    text-align: center
}

.poll-option-result {
    float: left;
    line-height: 30px
}

.poll-option-result .poll-option-result-text {
    font-weight: 600
}

.poll-total-votes {
    clear: both;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 18px;
    width: 100%
}

.poll-actions {
    margin-bottom: 18px
}

.poll-vote-submitted {
    font-size: 1rem
}

.background-main:after {
    clear: both;
    content: "";
    display: block
}

.background-main {
    padding: 24px 0 6px
}

#main-index {
    padding: 36px 0 18px
}

.background-deep:after {
    clear: both;
    content: "";
    display: block
}

.background-deep {
    padding: 30px 0 12px
}

.background-deep h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0 0 24px
}

.background-deep p {
    font-size: 0.9em;
    margin: 0 0 18px
}

.background-normal:after {
    clear: both;
    content: "";
    display: block
}

.background-normal {
    padding: 30px 0 12px
}

.background-normal h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0 0 24px
}

.background-normal p {
    font-size: 1rem;
    margin: 0 0 18px
}

.important-box {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    font-size: 1rem;
    margin-bottom: 18px;
    padding: 17px
}

.important-box ol,
.important-box ul {
    margin-left: 18px
}

.important-box-link {
    margin-bottom: 18px;
    position: relative
}

.important-box-link a {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 1rem;
    height: 36px;
    line-height: 36px;
    padding: 0 17px 0 71px;
    width: 100%;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), border-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.important-box-link span {
    font-size: 1.4em;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: -50%;
    width: 72px
}

.modal-open .modal {
    overflow-y: auto;
    overflow-x: hidden
}

.modal {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    margin: 0 -20px;
    overflow: hidden;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99
}

.modal-dialog {
    margin: 30px auto;
    max-width: 540px;
    position: relative
}

.modal-header {
    padding-bottom: 36px
}

.modal-header h4,
.modal-header span {
    font-size: 30px;
    font-weight: 300;
    text-align: center
}

.modal-content {
    border-radius: 2px;
    margin: 0 38px;
    outline: 0;
    padding: 36px;
    position: relative
}

.modal-body {
    font-size: 1em;
    text-align: left;
    color: #231f20!important;
}

.modal-body label {
    display: block;
    width: 100%
}

.modal-body .w-input {
    font-family: 'Montserrat', sans-serif;
    color: #231f20!important;
}

.modal-body input {
    font-size: 1em;
    padding: 5px;
    height: 42px;
    margin-bottom: 18px;
    width: 100%
}

.modal-footer {
    padding-top: 27px;
    text-align: center
}

.modal-footer .button {
    height: 48px;
    width: 100%
}

.modal-footer a {
    display: block;
    font-size: 1rem;
    margin-top: 18px
}

.w-register-link {
    margin-bottom: -12px
}

.modal-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(0, 0, 0) !important;
    z-index: 98
}

.fade {
    opacity: 0;
    top: 0;
    transform: translate3d(0, -500px, 0);
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1), transform .18s cubic-bezier(.6, 0, .1, 1)
}

.fade.in {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.modal-bb-close,
.modal-close {
    display: block;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 36px
}

.error {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 18px
}

.notification-unread {
    border-radius: 2px;
    display: inline-block;
    float: left;
    height: 12px;
    margin-right: 6px;
    margin-top: 6px;
    width: 12px
}

#agreement p {
    font-size: 1rem
}

#darkenwrapper {
    bottom: 0;
    left: 0;
    margin: 0 -20px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98
}

.modal-bb {
    display: none;
    margin: 0 auto;
    max-width: 540px;
    padding: 30px 0;
    position: relative;
    transform: translateY(50%);
    z-index: 99
}

.modal-bb-content {
    border-radius: 2px;
    margin: 0 38px;
    outline: 0;
    padding: 36px;
    position: relative
}

.modal-bb-body .alert_title,
.modal-bb-body h3,
.modal-bb-body h4 {
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 36px;
    text-align: center;
    width: 100%
}

.modal-bb-body p {
    font-size: 16px;
    text-align: left
}

.modal-bb-body form p {
    font-size: 1em
}

.modal-bb-body form .button,
.modal-bb-body form .button-flat {
    font-size: 13px
}

.modal-bb-body .submit-buttons {
    margin-top: 36px
}

#message-sidebar {
    float: right;
    font-size: 1.1em;
    margin-bottom: 18px;
    margin-top: 18px;
    width: 80px
}

#message-box {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 18px;
    margin-right: 98px;
    padding: 18px
}

#message-box .input {
    width: 100%
}

#message-box input.input {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 18px
}

#message-box textarea.input {
    min-height: 300px
}

#message-wrap {
    position: relative
}

#message-wrap:after {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "\f093";
    display: block;
    font-family: FontAwesome;
    font-size: 48px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1)
}

#message-wrap:before {
    border-radius: 2px 2px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1)
}

#message-wrap.drag-n-drop:after,
#message-wrap.drag-n-drop:before {
    opacity: 1
}

@keyframes uploadspin {
    0% {
        margin-top: 0;
        opacity: 1
    }
    49.99% {
        margin-top: -18px;
        opacity: 0
    }
    50.01% {
        margin-top: 18px;
        opacity: 0
    }
    100% {
        margin-top: 0;
        opacity: 1
    }
}

.drag-n-drop-highlight:after {
    animation: uploadspin 1.3s infinite cubic-bezier(.6, 0, .1, 1)
}

#format-buttons {
    border-radius: 0 0 2px 2px;
    border-style: solid;
    border-width: 1px 0 0;
    display: block;
    font-size: 1.1em;
    list-style: none;
    margin: 18px -18px -18px -18px;
    padding: 6px
}

#format-buttons .chosen-single,
#format-buttons .smilies-button>span,
#format-buttons button,
#format-buttons input {
    border: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    vertical-align: middle;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), color .18s cubic-bezier(.6, 0, .1, 1)
}

#format-buttons .chosen-single>i,
#format-buttons .smilies-button>span>i,
#format-buttons button>i,
#format-buttons input>i {
    display: block
}

#format-buttons .chosen-single:after {
    display: none
}

#format-buttons:after {
    clear: both;
    display: block;
    content: ""
}

#format-buttons .spacer {
    display: inline-block;
    height: 20px;
    margin: 0 6px;
    vertical-align: middle;
    width: 1px
}

.bbcode-color i {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin: 0 -2px;
    padding: 0 1px 1px
}

.bbcode-size {
    display: inline-block;
    position: relative
}

.bbcode-size button i {
    font-size: .8em;
    float: left
}

.bbcode-size button i+i {
    font-size: 1.2em;
    text-indent: -3px
}

.bbcode-size .dropdown-box {
    left: 0;
    right: auto;
    top: 33px
}

.bbcode-size [data-bbcode-size="50"] {
    font-size: 50%
}

.bbcode-size [data-bbcode-size="85"] {
    font-size: 85%
}

.bbcode-size [data-bbcode-size="100"] {
    font-size: 100%
}

.bbcode-size [data-bbcode-size="150"] {
    font-size: 150%
}

.bbcode-size [data-bbcode-size="200"] {
    font-size: 200%
}

.smilies-button {
    float: right;
    position: relative
}

.smilies-button i {
    line-height: 33px
}

.smilies-button>span {
    font-size: 16px !important;
    margin-left: 6px;
    margin-right: 0 !important
}

.smilies-box {
    border-radius: 2px;
    bottom: 35px;
    display: none;
    min-width: 250px;
    padding: 12px;
    position: absolute;
    right: 0;
    text-align: center
}

.smilies-box a {
    display: inline-block;
    padding: 6px
}

.smilies-box img {
    display: block
}

.smilies-box .smilies-more {
    clear: both;
    margin-bottom: 6px;
    margin-top: 9px;
    padding: 0
}

.open>.smilies-box {
    display: block
}

.message-icon {
    margin-bottom: 12px
}

.message-icon dd {
    display: inline-block;
    font-size: 1.1em
}

.message-icon label {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 6px;
    vertical-align: middle
}

.bookmark-link:before,
.watch-topic-link:before {
    content: "";
    display: block;
    float: left;
    font-family: FontAwesome;
    margin-right: 9px
}

.watch-topic-link:before {
    content: "\f06e"
}

.bookmark-link:before {
    content: "\f02e"
}

.emoji {
    cursor: text;
    height: 1.5em;
    vertical-align: text-bottom;
    width: 1.5em
}

#side-toggle {
    border-radius: 0 18px 18px 0;
    cursor: pointer;
    float: left;
    font-size: 1.4em;
    height: 36px;
    line-height: 36px;
    margin-right: 18px;
    padding-left: 10px;
    position: relative;
    vertical-align: 3px;
    width: 36px
}

#side-toggle i {
    position: absolute;
    left: 10px;
    top: 10px;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1), transform .18s cubic-bezier(.6, 0, .1, 1)
}

#side-toggle .fa-ellipsis-h {
    opacity: 1;
    top: 12px
}

#side-toggle .fa-times {
    opacity: 0;
    top: 11px;
    transform: translate(-30px, 0)
}

#side-toggle.side-toggle .fa-ellipsis-h {
    opacity: 0;
    transform: translate(-30px, 0)
}

#side-toggle.side-toggle .fa-times {
    opacity: 1;
    transform: translate(0, 0)
}

#cp-sidebar.cp-sidebar-visible {
    margin-left: 0
}

#cp-main.cp-sidebar-visible {
    margin-left: 250px;
    margin-right: -250px
}

#cp-sidebar {
    float: left;
    font-size: 1rem;
    position: relative;
    width: 232px;
    transition: margin .18s cubic-bezier(.6, 0, .1, 1)
}

#cp-menu>ul {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    list-style: none;
    padding: 6px 0;
    margin-bottom: 18px
}

#cp-menu>ul ul {
    list-style: none;
    margin-bottom: 6px;
    overflow: hidden
}

#cp-menu>ul ul a {
    padding: 15px 18px 15px 36px !important
}

#cp-menu>ul ul a:after {
    content: "-";
    left: 18px;
    position: absolute;
    top: 14px;
    z-index: 2
}

#cp-menu a {
    display: block;
    line-height: 1;
    padding: 15px 18px;
    position: relative;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1)
}

.tab>ul {
    max-height: 500px;
    transition: margin .18s cubic-bezier(.6, 0, .1, 1), max-height .18s cubic-bezier(.6, 0, .1, 1)
}

.tab-content-hidden {
    margin: 0 !important;
    max-height: 0 !important
}

.cp-sidebar-block {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    list-style: none;
    padding: 6px 0;
    margin-bottom: 18px
}

.cp-sidebar-block dt {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2308em;
    line-height: 1;
    padding: 15px 18px
}

.cp-sidebar-block dd {
    line-height: 1;
    padding: 6px 18px
}

.cp-sidebar-block dd:first-of-type {
    padding-top: 0
}

.cp-sidebar-block dd:last-of-type {
    padding-bottom: 15px
}

.cp-sidebar-block dd:only-of-type {
    padding-bottom: 15px;
    padding-top: 15px
}

.cp-sidebar-block button {
    float: right;
    font-size: 14px;
    line-height: 18px
}

.pm-legend:before {
    border-radius: 2px;
    clear: both;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 3px;
    width: 12px;
    vertical-align: -1px
}

.cp-rec-list {
    list-style: none;
    margin-bottom: 9px
}

.cp-rec-list li {
    display: inline-block;
    margin-right: 15px
}

.cp-rec-list button {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin-right: 9px
}

#cp-main {
    margin-left: 250px;
    transition: margin .18s cubic-bezier(.6, 0, .1, 1)
}

#cp-main h3 {
    font-size: 2.4em;
    font-weight: 400;
    margin-bottom: 18px;
    color: #113C7F;
}

#cp-main-inner {
    float: left;
    width: 100%
}

#cp-main-inner form>p,
#cp-main-inner>p {
    font-size: 1rem;
    margin-bottom: 18px
}

.cp-list {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    list-style: none;
    margin: 0 0 18px
}

.cp-list li {
    position: relative;
    overflow: hidden
}

.cp-list li:last-child {
    border-radius: 0 0 2px 2px
}

.cp-list li+li {
    border-style: solid;
    border-width: 1px 0 0
}

.cp-list dfn {
    font-style: normal
}

.cp-list+.cp-list {
    margin-top: 18px
}

.cp-list-description-inner,
.cp-list-icon,
.cp-list-recent,
.cp-list-stats {
    float: left
}

.cp-list li:hover .cp-list-icon div {
    height: 36px;
    margin: -18px auto 0;
    width: 36px
}

.cp-list li:hover .cp-list-icon img {
    transform: scale(.5)
}

.cp-list-icon {
    bottom: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: color .18s cubic-bezier(.6, 0, .1, 1);
    width: 72px;
    overflow: hidden
}

.cp-list-icon div {
    border-radius: 2px;
    display: block;
    height: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), height .18s cubic-bezier(.6, 0, .1, 1), margin .18s cubic-bezier(.6, 0, .1, 1), width .18s cubic-bezier(.6, 0, .1, 1);
    width: 0
}

.cp-list-icon img {
    display: block;
    left: 0;
    margin: -16px auto 0;
    max-height: 32px;
    max-width: 32px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: transform .18s cubic-bezier(.6, 0, .1, 1);
    vertical-align: -50%
}

input.cp-list-mark {
    display: none
}

label.cp-list-mark {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    font-size: 1.4em;
    height: 36px;
    left: 0;
    line-height: 36px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    z-index: 2;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), opacity .18s cubic-bezier(.6, 0, .1, 1)
}

input.cp-list-mark:checked+label.cp-list-mark,
label.cp-list-mark:hover {
    opacity: 1
}

input.cp-list-mark:disabled+label.cp-list-mark {
    display: none
}

.pm_unread div {
    height: 36px;
    margin: -18px auto 0;
    width: 36px
}

.pm_foe_colour .cp-list-icon div,
.pm_friend_colour .cp-list-icon div,
.pm_marked_colour .cp-list-icon div,
.pm_replied_colour .cp-list-icon div {
    height: 36px;
    margin: -18px auto 0;
    width: 36px
}

.cp-list-icon:after {
    display: block;
    font-family: FontAwesome;
    font-size: 1.4em;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: -50%
}

.cp-list-description {
    margin: 0 370px 0 54px
}

.cp-list-description h4 {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4545em;
    font-weight: 400
}

.cp-list-description-inner {
    font-size: 1rem;
    min-height: 66px;
    padding: 13px 18px;
    width: 100%
}

.cp-list-notification {
    margin: 0 0 0 54px
}

.cp-list-notification h4 {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    font-weight: 400
}

.cp-list-notification h4 strong {
    font-weight: 400
}

.cp-list-notification-inner {
    font-size: 1em;
    min-height: 66px;
    padding: 13px 18px;
    width: 100%
}

.notifications_time {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em
}

.notifications_forum,
.notifications_reason {
    font-size: 1rem
}

.notifications_forum em,
.notifications_reason em {
    font-style: normal;
    font-weight: 600
}

.cp-list-stats {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 21px 0 21px;
    text-align: right;
    width: 120px
}

.cp-list-recent {
    font-size: 1.1em;
    padding: 16px 18px 15px;
    width: 250px
}

.cp-list-radio {
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: color .18s cubic-bezier(.6, 0, .1, 1);
    width: 72px;
    overflow: hidden
}

.cp-list-radio label {
    display: block;
    height: 16px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), height .18s cubic-bezier(.6, 0, .1, 1), width .18s cubic-bezier(.6, 0, .1, 1);
    vertical-align: -50%;
    width: 16px
}

.cp-list-radio span.radio {
    display: inline-block;
    float: none;
    margin: 0
}

.cp-list-header {
    display: block;
    font-size: 1rem;
    overflow: hidden;
    width: 100%
}

.cp-list-header-description {
    margin: 0 370px 0 54px
}

.cp-list-header-description>div {
    float: left;
    padding: 13px 18px;
    width: 100%
}

.cp-list-header-recent {
    float: left;
    padding: 13px 18px;
    width: 250px
}

.table {
    border-radius: 2px;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 18px;
    width: 100%
}

.table th {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 11px 18px;
    text-align: left
}

.table th:first-child {
    border-top-left-radius: 2px
}

.table th:last-child {
    border-top-right-radius: 2px
}

.table tr+tr {
    border-top-style: solid;
    border-top-width: 1px
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 2px
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 2px
}

.table td {
    font-size: 1rem;
    padding: 13px 18px
}

.table td .button,
.table td .button-flat {
    font-size: 1em
}

.table .table-mark {
    text-align: center
}

.table .info {
    word-break: break-all
}

#team .name {
    text-align: left
}

#team .info {
    text-align: left;
    width: 30%
}

#team .info div {
    width: 100%;
    white-space: normal;
    overflow: hidden
}

#team .rank-img {
    float: right;
    margin-left: 9px
}

#darkenwrapper {
    display: none
}

.arrow-left,
.arrow-right {
    display: inline-block;
    font-size: 11px;
    margin-bottom: 18px
}

[data-tooltip] {
    position: relative
}

[data-tooltip]:after {
    border-radius: 2px;
    content: attr(data-tooltip);
    display: none;
    font-size: 10px;
    left: 50%;
    line-height: 20px;
    padding: 3px 12px;
    position: absolute;
    text-decoration: none;
    top: -29px;
    transform: translateX(-50%);
    white-space: nowrap
}

[data-tooltip]:hover:after {
    display: block
}

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

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

.ra-delete_topic:before {
    content: "\f014"
}

.ra-move:before {
    content: "\f047"
}

.ra-split:before {
    content: "\f0c4"
}

.ra-merge:before {
    content: "\f047"
}

.ra-merge_topic:before {
    content: "\f066"
}

.ra-fork:before {
    content: "\f0c5"
}

.ra-make_normal:before {
    content: "\f0e5"
}

.ra-make_sticky:before {
    content: "\f08d"
}

.ra-make_announce:before {
    content: "\f0a1"
}

.ra-make_global:before {
    content: "\f0ac"
}

.ra-topic_logs:before {
    content: "\f0f6"
}

.chunk-inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 9px
}

.chunk-inner:after {
    clear: both;
    content: "";
    display: block
}

.chunk-10,
.chunk-100,
.chunk-125,
.chunk-15,
.chunk-20,
.chunk-25,
.chunk-30,
.chunk-33,
.chunk-35,
.chunk-40,
.chunk-45,
.chunk-50,
.chunk-55,
.chunk-60,
.chunk-65,
.chunk-66,
.chunk-70,
.chunk-75,
.chunk-80,
.chunk-85,
.chunk-90,
.chunk-95 {
    float: left;
    padding: 0 9px
}

.chunk-auto {
    float: left;
    padding: 0 9px
}

.chunk-10 {
    width: 10%
}

.chunk-125 {
    width: 12.5%
}

.chunk-15 {
    width: 15%
}

.chunk-20 {
    width: 20%
}

.chunk-25 {
    width: 25%
}

.chunk-30 {
    width: 30%
}

.chunk-33 {
    width: 33.3333%
}

.chunk-35 {
    width: 35%
}

.chunk-40 {
    width: 40%
}

.chunk-45 {
    width: 45%
}

.chunk-50 {
    width: 50%
}

.chunk-55 {
    width: 55%
}

.chunk-60 {
    width: 60%
}

.chunk-65 {
    width: 65%
}

.chunk-66 {
    width: 66.6666%
}

.chunk-70 {
    width: 70%
}

.chunk-75 {
    width: 75%
}

.chunk-80 {
    width: 80%
}

.chunk-85 {
    width: 85%
}

.chunk-90 {
    width: 90%
}

.chunk-95 {
    width: 95%
}

.chunk-100 {
    width: 100%
}

#back-to-top {
    border-radius: 100%;
    bottom: 24px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 34px;
    overflow: hidden;
    position: fixed;
    right: 18px;
    text-align: center;
    transform: translate3d(72px, 0, 0);
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1), transform .18s cubic-bezier(.6, 0, .1, 1);
    width: 36px;
    z-index: 1
}

#back-to-top.btt-visible {
    transform: translate3d(0, 0, 0)
}

#theme-variants {
    width: 100%
}

.theme-variant {
    border-radius: 2px;
    display: block;
    font-size: 1em;
    padding: 0 18px 0 36px;
    position: relative;
    width: 100%;
    transition: color .18s cubic-bezier(.6, 0, .1, 1)
}

.theme-variant input {
    display: none
}

.theme-variant+.theme-variant {
    margin: 9px 0 0
}

.theme-variant:before {
    border-radius: 2px;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px
}

.sidebar-recent-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar-recent-title {
    display: block;
    width: 100%
}

#sidebar-recent-topics {
    line-height: 1.5;
    min-height: 279px;
    position: relative
}

#sidebar-recent-topics:after {
    background-image: url(images/placeholder.svg);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1)
}

#sidebar-recent-topics .sidebar-recent-content {
    opacity: 1;
    transition: opacity .18s cubic-bezier(.6, 0, .1, 1)
}

#sidebar-recent-topics .sidebar-recent-content>div+div {
    margin-top: 9px
}

#sidebar-recent-topics .loading.sidebar-recent-content {
    opacity: 0
}

#sidebar-recent-topics.loading:after {
    opacity: 1
}

#sidebar-recent-topics a {
    font-weight: 600;
    position: relative;
    z-index: 1
}

.chosen-container {
    display: inline-block;
    position: relative
}

.chosen-container-multi {
    display: inline-block;
    position: relative
}

.chosen-container-multi .chosen-drop {
    top: 100%
}

.chosen-single {
    border-style: solid;
    border-width: 0 0 1px;
    cursor: pointer;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 19px 0 0;
    position: relative;
    transition: border-color .1s ease-in-out
}

.chosen-single span {
    white-space: nowrap
}

.chosen-single:after {
    content: "\f0dd";
    display: block;
    font-family: FontAwesome;
    height: 36px;
    line-height: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 10px
}

.chosen-choices {
    cursor: pointer;
    display: block;
    max-width: 384px;
    min-height: 36px;
    min-width: 232px;
    line-height: 1.5;
    list-style: none;
    padding: 9px 0 0 0;
    position: relative
}

.chosen-choices span {
    white-space: nowrap
}

.search-choice {
    border-radius: 2px;
    cursor: default;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 9px;
    margin-right: 9px;
    padding: 0 19px 0 6px;
    position: relative
}

.search-choice a {
    cursor: pointer
}

.search-field {
    clear: both;
    display: block;
    position: relative
}

.search-field:after {
    content: "\f0dd";
    display: block;
    font-family: FontAwesome;
    height: 36px;
    line-height: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 10px;
    z-index: 0
}

.search-field input {
    border-style: solid;
    border-width: 0 0 1px;
    cursor: text;
    display: block;
    height: 36px;
    position: relative;
    width: 100% !important;
    z-index: 1;
    transition: border-color .1s ease-in-out
}

.search-choice-close:after {
    content: "\f00d";
    display: block;
    font-family: FontAwesome;
    font-size: 9px;
    position: absolute;
    right: 6px;
    top: 0
}

.chosen-drop {
    border-radius: 2px;
    display: none;
    left: 0;
    line-height: 1;
    list-style: none;
    min-width: 72px;
    padding: 6px 0;
    position: absolute;
    top: 36px;
    white-space: nowrap;
    width: auto;
    z-index: 3
}

.chosen-drop li {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.chosen-drop li.result-selected {
    cursor: default;
    padding: 9px 18px
}

.chosen-drop a {
    display: block;
    margin: 0;
    padding: 15px 18px;
    transition: background-color .1s ease-in-out, color .1s ease-in-out
}

.chosen-container-single-nosearch .chosen-search {
    display: none
}

.chosen-search {
    width: 100%
}

.chosen-search input {
    height: 36px;
    padding: 0 18px;
    width: 100%
}

.group-result {
    cursor: text !important
}

.chosen-results {
    list-style: none;
    max-height: 240px;
    overflow-y: auto;
    position: relative
}

.chosen-results li {
    clear: both;
    display: block;
    margin: 0;
    padding: 15px 18px;
    cursor: pointer;
    transition: background-color .1s ease-in-out, color .1s ease-in-out, padding .1s ease-in-out;
    width: 100%
}

.chosen-with-drop>.chosen-drop {
    display: block
}

@media (max-width:1000px) {
    .content-main:not(:only-child),
    .forumlist-main:not(:only-child),
    .page-content:not(:only-child) {
        margin-left: 0;
        margin-right: 0
    }
    .main-sidebar,
    .sidebar {
        text-align: center;
        width: 100%
    }
    .sidebar-block {
        display: inline-block;
        margin-left: 9px;
        margin-right: 9px;
        max-width: 232px
    }
}

@media (max-width:900px) {
    #footer-custom .online-list {
        padding: 0;
        width: 100%
    }
    #footer-custom .footer-block {
        padding-left: 0;
        padding-right: 9px;
        width: 50%
    }
    #footer-custom .footer-block+.footer-block {
        padding-left: 9px;
        padding-right: 0
    }
}

@media (min-width:801px) and (max-width:1000px) {
    .cp-list-description {
        margin-right: 0
    }
    .cp-list-recent {
        margin-left: 54px;
        margin-top: -7px;
        padding-top: 0
    }
}

@media (max-width:800px) {
    #cp-sidebar {
        margin-left: -300px
    }
    #side-toggle {
        margin-left: -18px
    }
    #cp-main {
        margin-left: 0
    }
    .re-lg {
        display: inline-block !important
    }
}

@media (max-width:700px) {
    body {
        padding: 0 !important
    }
    #wrap {
        border-radius: 0 !important
    }
    #wrap-footer,
    #wrap-header,
    #wrap-header-index {
        border-radius: 0 !important
    }
    .chunk {
        padding: 0 9px 0 9px !important
    }
    .chunk-inner {
        padding: 0
    }
    #breadcrumbs li.crumb-solid {
        font-size: 0
    }
    #breadcrumbs li.crumb-solid:before {
        display: none
    }
    #breadcrumbs li.crumb-solid a:after {
        content: "\f015";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 14px
    }
    #breadcrumbs li {
        display: none
    }
    #main-search-box-md button {
        border-radius: 0 2px 2px 0
    }
    #main-search-md {
        border-radius: 2px 0 0 2px
    }
    .site-nav>li {
        position: static
    }
    .site-nav>li:after {
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
        transition: opacity .24s cubic-bezier(.6, 0, .1, 1)
    }
    .site-nav>li>.dropdown-body li {
        position: relative
    }
    .site-nav>li>.dropdown-box,
    .site-nav>li>.dropdown-box-big,
    .site-nav>li>.dropdown-search {
        border-radius: 2px 0 0 0;
        bottom: 0;
        display: block;
        max-height: 100%;
        min-width: 70%;
        opacity: 0;
        padding: 18px;
        pointer-events: none;
        position: fixed;
        top: 56px;
        left: auto;
        right: 0;
        transform: translate3d(100%, 0, 0);
        transition: opacity .24s cubic-bezier(.6, 0, .1, 1), transform .24s cubic-bezier(.6, 0, .1, 1);
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000
    }
    .site-nav>li .dropdown-box>li>a {
        border-radius: 2px
    }
    .site-nav>li.open>.dropdown-box,
    .site-nav>li.open>.dropdown-box-big,
    .site-nav>li.open>.dropdown-search {
        opacity: 1;
        pointer-events: auto;
        transform: translate3d(0, 0, 0)
    }
    .site-nav>li.open:after {
        opacity: 1
    }
    .site-nav .dropdown-body li,
    .site-nav .dropdown-footer a,
    .site-nav .dropdown-header {
        border-radius: 2px
    }
    .site-nav .w-drop {
        position: relative
    }
    #more-menu>li {
        position: relative
    }
    #more-menu .dropdown-box-big,
    #more-menu .dropdown-mega,
    #more-menu .dropdown-search {
        border-radius: 0 0 2px 2px;
        box-shadow: none;
        left: 0;
        margin: 0;
        max-height: 100%;
        max-width: 100%;
        position: relative;
        right: 0;
        top: 0;
        width: 100%
    }
    #more-menu .dropdown-box,
    #more-menu .dropdown-box-big,
    #more-menu .dropdown-search {
        padding: 9px 0
    }
    #more-menu .dropdown-mega {
        padding: 18px
    }
    #more-menu .w-drop:after {
        opacity: 1;
        right: 18px;
        top: 15px
    }
    #more-menu .open {
        border-radius: 2px 2px 0 0
    }
    #more-menu .chunk-10,
    #more-menu .chunk-100,
    #more-menu .chunk-125,
    #more-menu .chunk-15,
    #more-menu .chunk-20,
    #more-menu .chunk-25,
    #more-menu .chunk-30,
    #more-menu .chunk-33,
    #more-menu .chunk-35,
    #more-menu .chunk-40,
    #more-menu .chunk-45,
    #more-menu .chunk-50,
    #more-menu .chunk-55,
    #more-menu .chunk-60,
    #more-menu .chunk-65,
    #more-menu .chunk-66,
    #more-menu .chunk-70,
    #more-menu .chunk-75,
    #more-menu .chunk-80,
    #more-menu .chunk-85,
    #more-menu .chunk-90,
    #more-menu .chunk-95 {
        float: none
    }
    #page-description {
        font-size: 1.5vw
    }
    .sub-header-buttons .button span {
        display: none
    }
    .forum-bg h4 {
        margin-bottom: 6px
    }
    .pagination-small {
        margin-bottom: 9px;
        margin-top: 6px
    }
    .feed-icon {
        display: none
    }
    .fora-description,
    .topic-description {
        margin: 0 138px 0 54px
    }
    .fora-description-inner,
    .topic-description-inner {
        margin-bottom: 13px;
        padding-bottom: 6px
    }
    .fora-redirect {
        padding: 15px 0;
        width: 120px
    }
    .fora-redirect:after {
        clear: both;
        content: "";
        display: block;
        height: 18px;
        width: 100%
    }
    .fora-stats,
    .topic-stats {
        padding-bottom: 6px
    }
    .fora-recent,
    .topic-recent {
        margin: -13px 0 0 54px;
        padding: 0 18px 18px 18px;
        width: auto
    }
    .fora-recent br,
    .topic-recent br {
        display: none
    }
    .statistics span {
        margin: 0 18px 18px 18px;
        width: auto
    }
    .permissions {
        float: none;
        width: auto
    }
    .permissions+.online-list {
        margin: 24px 0 0
    }
    .online-list {
        margin-left: 0;
        margin-right: 0
    }
    .postprofile {
        width: 35px
    }
    .postprofile .username,
    .postprofile .username-coloured {
        display: none
    }
    .avatar>img {
        height: 35px;
        width: 35px
    }
    .avatar-none {
        height: 35px;
        line-height: 35px;
        width: 35px
    }
    .avatar-none::first-letter {
        font-size: 12px
    }
    .avatar-container {
        margin-bottom: 9px
    }
    .postbody {
        margin-left: 53px
    }
    .postbody h3 {
        display: inline-block;
        float: none
    }
    .quickreply-avatar {
        right: 0
    }
    .quickreply-avatar>img {
        height: 35px;
        width: 35px
    }
    .quickreply-box {
        margin-right: 53px
    }
    .re-md {
        display: inline-block !important
    }
    .post-author-r.re-md,
    li.re-md {
        display: block !important
    }
    .re-md-r {
        display: none !important
    }
    .chunk-10,
    .chunk-125,
    .chunk-15,
    .chunk-20,
    .chunk-25,
    .chunk-30,
    .chunk-33,
    .chunk-35,
    .chunk-40,
    .chunk-45,
    .chunk-50,
    .chunk-55,
    .chunk-60,
    .chunk-65,
    .chunk-66,
    .chunk-70,
    .chunk-75,
    .chunk-80,
    .chunk-85,
    .chunk-90,
    .chunk-95 {
        width: 100%
    }
    #message-sidebar {
        float: none;
        margin-top: 0;
        width: 100%
    }
    #message-box {
        margin: 0 0 18px;
        width: 100%
    }
    .post-date {
        clear: both;
        display: block !important;
        float: none;
        margin: 6px 0 0 !important
    }
    .cp-list-description {
        margin-right: 0
    }
    .cp-list-recent {
        margin-left: 54px;
        margin-top: -7px;
        padding-top: 0
    }
    .rc-posts {
        margin-bottom: 9px;
        margin-top: 0
    }
    .rc-hr {
        margin-top: 9px
    }
    #team .rank-img {
        clear: both;
        display: block;
        float: none;
        margin: 0
    }
    #side-toggle {
        margin-left: -9px
    }
}

@media (max-width:600px) {
    .postprofile {
        margin: 0 18px
    }
    .pm .postbody {
        margin-left: 0
    }
    .pm-self .postbody {
        margin-right: 0
    }
    .postbody {
        margin-left: 0
    }
    #topicreview .pm h3 {
        float: right
    }
    #topicreview .pm .post-number {
        float: left
    }
    #footer-custom .footer-block {
        padding: 0 !important;
        width: 100% !important
    }
    #wrap-footer {
        padding: 9px 0 18px;
        text-align: center
    }
    #wrap-footer ul {
        overflow: hidden
    }
    #wrap-footer li {
        float: none;
        margin: 9px 12px !important
    }
    #wrap-footer li:last-child {
        margin-bottom: 0 !important
    }
    #wrap-footer .rside {
        clear: both;
        display: block;
        width: 100%
    }
}

@media (max-width:500px) {
    .chunk {
        padding: 0 6px !important
    }
    .chunk-10,
    .chunk-100,
    .chunk-125,
    .chunk-15,
    .chunk-20,
    .chunk-25,
    .chunk-30,
    .chunk-33,
    .chunk-35,
    .chunk-40,
    .chunk-45,
    .chunk-50,
    .chunk-55,
    .chunk-60,
    .chunk-65,
    .chunk-66,
    .chunk-70,
    .chunk-75,
    .chunk-80,
    .chunk-85,
    .chunk-90,
    .chunk-95 {
        padding: 0 6px
    }
    .chunk-auto {
        padding: 0 6px
    }
    .fora-description,
    .topic-description {
        margin: 0 0 0 54px
    }
    .subforums-list {
        display: none
    }
    .fora-redirect,
    .fora-stats,
    .topic-stats {
        display: none
    }
    .re-sm {
        display: inline-block !important
    }
    .rc-hr {
        margin-top: 6px
    }
    .horizontal-palette td:nth-child(2n),
    .vertical-palette tr:nth-child(2n) {
        display: none
    }
    #side-toggle {
        margin-left: -6px
    }
}

@media (max-width:434px) {
    .captcha-image img {
        width: 100%
    }
}

@media (max-width:330px) {
    .fora-icon {
        display: none
    }
    .fora-description,
    .fora-recent {
        margin-left: 0
    }
}


/*! lightgallery - v1.2.6 - 2015-10-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */

.lg-icon {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\f105"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\f104"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1080;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 18px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\f00d"
}

.lg-toolbar .lg-download:after {
    content: "\f019"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
    -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
    -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
    transition: transform 250ms ease 0s, opacity 250ms !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-palying .lg-object,
.lg-outer .lg-has-video.lg-video-palying .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\f04b"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\f04c"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s ease 0s;
    -moz-transition: -moz-transform .3s ease 0s;
    -o-transition: -o-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s ease 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s ease 0s, opacity .15s !important;
    -o-transition: -o-transform .3s ease 0s, opacity .15s !important;
    transition: transform .3s ease 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

#lg-zoom-in:after {
    content: "\f00e"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\f010"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\f0b2"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\f066"
}

.group:after,
.group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat scroll center center transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    will-change: transform, opacity
}

.lg-css3.lg-use-left .lg-item {
    will-change: left, opacity
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}