/* MOBILE MENU */

.mobile-container-bg {
    background: rgba(0, 0, 0, 0.48);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    bottom: 0;
    visibility: hidden;
}

.mobile-menus {
    position: fixed;
    z-index: 10001;
    background: #27314b;
    top: 0;
    transition: all 0.6s ease-in-out;
    bottom: 0;
    width: 250px;
    max-width: 100%;
    overflow-y: auto;
    right: -250px;
    visibility: hidden;
}

.mobile-menus-open {
    background: #27314b;
    height: 40px;
    padding: 12px;
    box-sizing: border-box;
    text-align: right;
    display: none;
}

.mobile-menus-open i {
    color: #126ce3;
    cursor: pointer;
}

.mobile-menus .close-menus {
    color: #cd4545;
    margin-top: -5px;
    cursor: pointer;
    font-size: 20pt;
}

.mobile-menus li.imp-menu {
    text-align: left;
    padding: 0;
}

.mobile-menus li.imp-menu ul li {
    display: block;
    float: left;
    padding: 19px 15px;
    border-left: 1px solid #313d5c;
    height: 50px;
    box-sizing: border-box;
}

.mobile-menus li.imp-menu ul li:first-child {
    border-left: 0;
}

.mobile-menus li.imp-menu ul li a {
    font-size: 14px;
}

.mobile-menus > ul > li:not(.imp-menu) > a,
.mobile-menus .sm-link,
.mobile-menus .login span {
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    background: none;
    border: 0;
    box-shadow: unset;
    font-weight: normal;
    text-transform: unset;
    line-height: 20px;
    border-radius: 0;
    margin: 0;
    border-top: 1px solid #313d5c;
    height: auto;
}

.mobile-menus .login span {
    cursor: pointer;
}

.mobile-menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menus .menu-icon {
    display: none;
}

.mobile-menus > ul > li > ul.sm-ul {
    display: none;
    background: #313d5c;
    border-radius: 5px;
    padding: 10px 0;
    margin: 15px;
    margin-top: 0;
}

.mobile-menus > ul > li > ul.sm-ul li {
    padding: 5px 0;
    padding-left: 20px;
    font-size: 13px;
}

.mobile-menus ul li,
.mobile-menus ul li a {
    color: #fff;
}

.mobile-menus .pms-value {
    background: rgba(255, 255, 255, 0.29);
    border-radius: 3px;
    padding: 3px;
    font-size: 10pt;
    font-weight: bold;
    line-height: 0;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.mobile-menus .sm-link {
    cursor: pointer;
}

.visible-on-mobile {
    display:none;
}

/* TO 1300px */

@media screen and (max-width: 1300px) {
    .server-container > div.name h1 {
        max-width: 200px;
        min-width: 200px;
}

.server-container > div.name {
        width: 29%;
}

.server-container > div.ip {
        width: 18%;
}

.server-container > div.buttons {
        width: 27%;
}


}

/* TO 1226px */

@media screen and (max-width: 1226px) {
    .visible-on-mobile {
        display:inline-block;
}

header .top .inline-media {
        display: none;
}

.statsboard .stats {
        width: 100%;
}

.server-container > div.buttons a {
        padding: 0 10px;
        font-size: 10px;
}

.server-container,
    .server-container > div.name h1 {
        font-size: 12px;
}

header {
        margin-bottom: 20px;
        background: #1f2941;
}

header .top .menu,
    header .top .control-panel,
    .categories .category > .headline .close .forum-icon {
        display: none;
}

header .logo {
        float: none;
        width: 100%;
        margin: 0;
}

.footer__btt__title {
        display: none;
}

.r_bg {
        padding: 10px;
}

.redirect {
        transform: none;
        margin: auto;
        position: unset;
        margin-top: 10px;
        width: 90%;
}

.stable .row.och {
        display: block;
        position: relative;
}

.pc10l,
    .pc10r {
        padding: 0;
}

.ac {
	text-align: left;
}

.row.och.np {
        display: none;
}

.row.thread .thread-info .avatar,
    .row.thread .last-post .avatar,
    .row.och .avatar {
        position: relative;
        top: 20px;
        transform: none;
        right: 20px;
}

.row.och .info {
        display: none;
}

.stable .row.och > div {
        display: block;
        width: 100%!important;
        padding: 10px;
        position: unset;
        text-align: left!important;
}

.stable .row.och .username {
        padding: 0;
}

.profile-header {
        height: auto;
        padding: 20px;
        border-bottom: 0;
}

.profile-header .avatar img {
        border-radius: 4px;
}

.profile-header .avatar {
        border: 0;
        margin-bottom: 20px;
}

.profile-options,
    .profile-header .avatar,
    .profile-header .info {
        position: unset;
        padding-left: 0;
        margin-left: 0;
}

.profile-options a {
        display:block;
        margin-bottom: 10px!important;
}

.stats-container {
        position: unset;
}

.stats-container .stat {
        display:block;
        float:left;
        width:48%;
        margin:0;
        box-sizing:border-box;
        background:#593ba8;
        border:0;
        border-radius:5px;
        margin-top:20px;
}

.stats-container .stat:nth-child(2n) {
        margin-left:2%;
}

.stats-container .stat:nth-child(-n+2) {
        margin-top:0;
}

.stats-container .stat .value,
    .stats-container .stat .title {
        color:#fff;
}

.profile-header {
        text-align: center;
}

.profile-container .additional-stuff .menu ul li {
        margin: 10px 0;
        display: block;
}

.profile-container .info {
        margin-bottom: 30px;
}

.profile-container .info,
    .profile-container .additional-stuff {
        display: block;
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
}

.user-list .users .user {
        width: 100%;
        margin: 10px 0!important;
        text-align: center;
}

.user-list .alphabet a {
        margin: 5px;
}

.user-list .users .user .info {
        padding-left: 0;
        display: block;
}

.user-list .users .user .avatar {
        display: block;
        position: unset;
        transform: none;
        margin: 20px auto;
}

.ucp-menu > ul > li {
        display: block;
        width: 100%;
        margin-top: 20px;
}

.ucp-menu > ul > li:first-child {
        margin-top: 0;
}

header .middle nav ul.page,
    main .top,
    .cont,
    main .top .sidebar,
    .left10,
    .left20,
    .left25,
    .left30,
    .left33,
    .left40,
    .left50,
    .left60,
    .left70,
    .left80,
    .left90 {
        float: none;
        width: 100%;
        padding: 0;
        display: block;
}

.left10,
    .left20,
    .left25,
    .left30,
    .left33,
    .left40,
    .left50,
    .left60,
    .left70,
    .left80,
    .left90 {
        margin: 10px 0;
}

.right {
        margin-top: 10px;
}

.ar {
        text-align: left;
}

.categories .category:not(:first-child) {
        margin-top: 20px;
}

main .top .sidebar {
        margin-top: 20px;
}

header .hd-cont,
    header .middle nav ul.user2,
    .row.thread > div.icon,
    .row.thread > div.status,
    .row.thread > div.stats {
        display: none
}

header > .top {
        height: auto;
        padding: 30px 0;
        border-bottom: 0;
}

header .middle nav ul.page i {
        margin-right: 5px;
}

header .menu-container .middle {
        background: #27314b;
        border-radius: 4px;
        padding: 10px 20px;
        margin-bottom: 10px;
}

.slider .button a {
        margin-top: 50px;
}

.slider {
        min-height: 400px;
        height: auto;
        padding-bottom: 90px;
}

.slider .bx-viewport {
        height: auto!important;
}

.slider h1.title {
        margin-top: 50px;
}

header .logo {
        text-align: center;
}

header .logo img {
        transform: unset;
        position: unset;
}

main {
        margin-top: 10px;
}

header .middle nav ul.page > li,
    header .middle nav ul.page > li a {
        color: #bfbfbf;
}

.mobile-menus-open {
        display: block;
}

main .top .sidebar .side-table .headline::before,
    .thread-table .headline:before,
    .stable > .headline:before,
    .categories .category > .headline:before,
    .thead:before,
    footer .site-logo {
        display: none;
}

.row.thread > div.thread-info,
    .row.thread > div.last-post {
        width: 45%;
}

.left {
        float: none!important;
        width: 100%;
        text-align: left;
}

.right.postbit_buttons {
        display: inline-block;
        width: auto;
}

.right {
        float: none!important;
        width: 100%;
}

footer .engine {
        display: block;
        float: none;
}

footer .engine-options {
        margin-top: 15px;
        display: block;
        float: none;
        padding: 0;
        margin-left: 0;
}

footer .wrapper > .theme {
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
}

.ucp-container > .right {
        margin-top: 0;
        padding-top: 40px;
}

.thread-table .row .right i {
        float: none;
        padding: 0;
        margin: 0;
}

.categories .category > .headline,
    .thread-table .headline,
    .stable > .headline,
    .thead {
}

.categories .category > .headline {
        padding-right: 80px;
}

.categories .category > .headline .close {
        position: absolute;
        right: 15px;
        top: 15px;
}

.categories .category,
    .stable,
    .thread-table,
    .tl-container.second-cont {
        margin-top: 20px;
}

.thread-table .post-container .author-info .inline-stats > div a,
    .thread-table .post-container .author-info .inline-stats > div {
        font-size: 9pt;
}

.thread-table .post-container .author-info .inline-stats > div {
        padding: 3px 8px;
        margin: 5px 0;
}

.thread-table .post-container .author-info {
        width: 23%;
        padding: 20px 10px;
}

.post-controls .float_left,
    .post-controls .float_right {
        float: none;
        display: inline-block;
}

.post-controls a {
        margin: 3px 0;
        display: inline-block;
}

.row .options,
    .row .textarea-c {
        float: none;
        width: 100%;
}

.row .textarea-c {
        margin-top: 20px;
}


}

/* TO 1079px */

@media screen and (max-width: 1079px) {
    body {
        overflow-x:hidden;
}

footer .footer-table > div {
        display:block;
        width:100%!important;
}

footer .footer-table > div:not(:first-child) {
        margin-top:20px;
}

footer .engine, footer .engine-options, footer .wrapper > .theme, footer .up .button:before {
        position:unset;
        float:none;
        text-align: center;
        margin-top:15px;
        width: 100%;
}

footer .up {
        text-align:center;
}

footer .up .button {
        display: inline-block;
}

footer .engine {
        margin-top:0;
}


}

/* TO 899px */

@media screen and (max-width: 899px) {
}

/* TO 700px */

@media screen and (max-width: 700px) {
    .wrapper {
        padding: 0 15px;
}

.r_bg {
        padding: 10px;
}

.redirect {
        width: 100%;
}

.thread-table .post-container {
        display: block;
}

.thread-table .post-container .author-info {
        text-align: left;
        padding-bottom: 30px;
        padding-left: 80px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.thread-table .post-container .post-info {
        padding-bottom: 30px;
}

.thread-table .post-container .author-info,
    .thread-table .post-container .post-info {
        display: block;
        width: 100%;
        border-left: 0;
}

.thread-table .post-controls {
        margin-top: 30px;
        position: unset;
}

.thread-table .post-container .author-info .avatar {
        position: absolute;
        left: 15px;
        width: auto;
        top: 20px;
        margin: 0;
}

.thread-table .post-container .author-info .avatar img {
        width: 50px;
        height: 50px;
}

.thread-table .post-container .author-info .username {
        font-size: 11pt;
}

.thread-table .post-container .author-info .title {
        font-size: 9pt;
        line-height: 10px;
}

.thread-table .post-container .author-info .inline-stats {
        position: absolute;
        top: 20px;
        right: 20px;
}

.thread-table .status .user-online,
    .thread-table .status .user-offline {
        width: 10px;
        height: 10px;
}

.thread-table .status {
        right: 5px;
}

.thread-table .status .user-online {
        height: 10px;
        width: 10px;
}

.categories .category .forums .forum {
        display: block;
        position: relative;
        padding-left: 60px;
        padding-right: 70px;
}

.categories .category .forums .forum > div {
        display: block;
}

.categories .category .forums .forum > div.lthr.center {
        font-size: 9pt;
}

.categories .category .forums .forum > div.forum-info {
        width: 100%;
}

.categories .category .forums .forum > div.forum-stats,
    .categories .category .forums .forum > div.lthr .info {
        display: none;
}

.categories .category .forums .forum > div.status {
        width: 60px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        position: absolute;
}

.categories .category .forums .forum > div.lthr {
        width: 70px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        position: absolute;
        padding-lefT: 0;
}

.categories .category .forums .forum > div.lthr .avatar {
        position: unset;
        width: 100%;
        height: auto;
        transform: unset;
}

footer .engine-options > div select {
        padding: 6px;
        margin: 0 10px;
}


}

/* TO 550px */

@media screen and (max-width: 550px) {
    .row.thread > div.last-post {
        display: none!important;
}

.row.thread > div.thread-info {
        width: 90%;
}

.stats-container .stat {
        width:100%;
        margin:10px 0!important;
}


}


		
		
		
		