@import url(https://fonts.googleapis.com/css?family=Lobster&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);

/*//////////////////////////////////////////////////////////////////
[ GENERAL ]*/

body {
	line-height: 1.5;
	word-wrap: break-word;
	margin: 0;
	font-size: 12px;
	color: #657786;
}

html {
	line-height: 1.15;
	overflow-y: scroll;
	background-color: #0d131c;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

body, html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body, html, input, button, select, texterea {
    font-family: Poppins;
}

/* Customize website's scrollbar like Mac OS - not supported in Firefox, IE or Edge */
/* Total width of scrollbar */
::-webkit-scrollbar {
    background-color: #192331;
    width: 6px;
}

/* Scrollbar */
::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: rgb(62,148,182);
    background-image: linear-gradient(0deg, rgba(62,148,182,1) 0%, rgba(154,252,253,1) 100%);
}

/* Arrow button (top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
	display: none;
}

*:not(.sceditor-button) {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #ccd6dd;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: Poppins;
    font-weight: inherit;
    line-height: 1.2;
}

p {
	margin: 0 0 10px 0;
}

ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl, dl * {
	margin: 0;
	padding: 0;
}

img.middle {
	vertical-align: middle;
}

img, iframe {
	max-width: 100%;
}

strong, b {
	font-weight: 600
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.no_pad {
    padding: 0 !important;
}

.page_header {
    border: 1px solid #141c28;
    padding: 1.2em 1em 1.2em 5em;
    border-radius: .25rem;
    margin: .25rem 0 .85rem 0;
    background: #141c28;
    height: 110px;
    top: -24px;
    position: relative;
}

.page_header > h1 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.page_header > p {
    margin: 0.25rem 0 0 0;
    font-size: 12px;
    color: #a7aebf;
    font-weight: 400;
}

.last_avatar {
    position: relative;
    display: block;
    float: left;
}

.last_avatar_block {
    background: rgba(0, 0, 0, 0) url(../../../images/arcobaleno/default_avatar.png) no-repeat center;
    width: 54px;
    height: 54px;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    border-radius: 100%;
    -moz-border-radius: 100%;
    transition: all .5s;
    line-height: normal;
    max-width: none;
    vertical-align: middle;
    background-size: cover;
    position: relative;
    top: -1px;
    border: 3px solid #111823;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 5px;
    box-sizing: border-box;
    background-clip: padding-box;
}

.last_avatar img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    position: relative;
}

.last_avatar:before {
    background: rgb(45,156,184);
    background: linear-gradient(90deg, rgba(45,156,184,1) 0%, rgba(7,94,144,1) 100%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 3px 4px;
    border-radius: 100%;
    width: 46px;
    height: 46px;
}


.flex_block {
    border-radius: .25rem;
    background: #111823;
    border: 1px solid #141d28;
}

.flex_row {
    padding: .85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_col_left {
    flex: 0 0 33.3333%;
    font-size: 11.5px;
    text-align: right;
    padding-right: 1em;
    font-weight: 500;
    white-space: normal;
    overflow: hidden;
}

.flex_col_right {
    flex: 1;
    padding-left: 1em;
    white-space: normal;
    overflow: hidden;
    position: relative;
}

.flex_row_button {
    padding: 1em;
    padding-left: 33.333%;
    border-top: 1px solid #141d28;
    margin-top: 1.5em;
}

@media screen and (max-width: 800px) {
    .flex_row {
        display: block;
    }

    .flex_col_left {
        width: 100%;
        text-align: left;
        padding: 0 0 .75rem 0;
    }

    .flex_col_right {
        padding: 0;
        width: 100%;
    }

    .flex_row_button {
        padding-left: 1em;
        text-align: center;
    }
}

.buddy_offline {
    color: #ff2525;
    font-size: 9px;
}

.buddy_online {
    color: #25ff2b;
    font-size: 9px;
}

.buddy_away {
    color: #ff9d25;
    font-size: 9px;
}

/** checkbox
**************************/

[type="checkbox"] {
 cursor: pointer;
 position:  relative;
 display:  inline-block;
 margin: 4px 7px 4px 4px;
 width: 10px;
 height: 10px;
 top: 1px;
}

[type="checkbox"]:checked:after {
    top: -2px;
    width: 12px;
    height: 12px;
    z-index: 0;
    border: 1px solid #1c98b7;
    background: #0d131c;
}

[type="checkbox"]:after {
 height: 12px;
 width: 12px;
 top: -2px;
 z-index: 0;
 border-radius: 2px;
 border: 1px solid #192331;
 background: #0d131c;
}

[type="checkbox"]::before,
[type="checkbox"]::after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
    outline: none;
}

[type="checkbox"]:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked:before {
    top: 1px;
    left: 3px;
    width: 2px;
    height: 5px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #1c98b7;
    border-bottom: 1px solid #1c98b7;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/** radio
**************************/

[type="radio"] {
 cursor: pointer;
 position:  relative;
 display:  inline-block;
 margin: 4px 7px 4px 4px;
 width: 10px;
 height: 10px;
 top: 1px;
}

[type="radio"]:checked:after {
    top: -2px;
    width: 10px;
    height: 10px;
    border: 1px solid #1c98b7;
    background-color: #0d131c;
    z-index: 0;
}

[type="radio"]:after {
 height: 10px;
 width: 10px;
 background-color: #0d131c;
 border: 1px solid #141c29;
 top: -2px;
 z-index: 0;
 border-radius: 2px;
}

[type="radio"]::after {
    content: '';
    left: -1px;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
    outline: none;
    border-radius: 999em;
}


/** INDEX **/
.index_mainArea {
    display: flex;
    justify-content: space-between;
}

.index_forumLists {
    float: left;
    width: calc(100% - 250px);
}

.index_sidebar {
    width: 240px;
    float: right;
    position: relative;
    padding-bottom: 18px;
}

/** SIDEBAR **/

.mainArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.mainArea_left {
    width: calc(100% - 345px);
}

.maniArea_sidebar {
    width: 330px;
    margin-bottom: 18px;
}

@media screen and (max-width: 800px) {
	.mainArea {
		display: block;
		clear: both;
	}

	.mainArea_left {
		width: 100%;
	}

	.maniArea_sidebar {
		width: 100%;
	}
}

.sidebar_member, .sidebar_guest {
    align-items: center !important;
    justify-content: center !important;
}

.sidebar_member {
    padding: 1.2em;
    flex-direction: row !important;
}

.sidebar_tborder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    flex-direction: column;
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.06);
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.06);
    background-color: #111823;
    color: #ffffff;
}

.sidebar_thead {
    padding: 1.4em 1em;
    width: 100%;
    color: #fff;
    font-size: 12px;
    border-radius: 0.25rem 0.25rem 0 0;
    text-transform: capitalize;
    font-weight: 600;
    background: #439aba;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
    text-transform: uppercase;
}

.sidebar_tbody {
    width: 100%;
    height: 100%;
}

.sidebar_trow {
    padding: .75rem;
    border-top: 1px solid #141d28;
}

.sidebar_trow dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0.5rem  0 0.5rem 0;
    line-height: 1.4em;
}

.sidebar_button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 0.75rem;
}

.sidebar_button .button {
    width: 100%;
}

.sidebar_button button {
    margin-left: 0.55rem;
}

.member_avatar {
    width: 50px;
    height: 50px;
    margin: 0 0.5rem 0 0;
    border-radius: 9999em;
}

.member_avatar > img {
    width: 50px;
    height: 50px;
    border-radius: 9999em;
}

.member_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
}

.member_info > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.25rem;
}

#sidebar {
    position: sticky;
    top: 10px;
}

.guest_button {
    display: block;
    text-align: center;
    height: calc(2.5rem + 2px);
    border-radius: calc(2.5rem + 2px);
    line-height: calc(2.5rem + 2px);
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    white-space: nowrap;
    color: #ffffff !important;
    border: 0;
    transition: all .2s ease-in-out;
    background-color: #b68522;
    position: relative;
    z-index: 1;
}

.guest_button:after, .guest_button:before {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #b68522;
    border-radius: 50%;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}

.guest_button:before {
    top: -25%;
    left: 20%;
}

.guest_button:after {
    bottom: -25%;
    right: 20%;
}

.guest_button:hover:after, .guest_button:hover:before {
    -webkit-transform: none;
    transform: none;
}

.sidebar_head {
    padding: 1.4em 1em;
    background: #f8f9fc;
    width: 100%;
    font-weight: 600;
    color: #045cdc;
    font-size: 12px;
    border-radius: 0.25rem 0.25rem 0 0;
    text-transform: uppercase;
}

.sidebar_guest {
    padding: 1.2em;
}

/*//////////////////////////////////////////////////////////////////
[ MAIN CSS ]*/

#content {
    padding: 10px 0 20px 0;
    margin: 0;
}

.container {
    width: 90%;
    padding: 0 15px;
    margin: auto;
}


.header {
    background: #111823;
    height: 100px;
}

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-begin;
    align-content: flex-begin;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    position: relative;
    padding-right: 1.2em;
    cursor: pointer;
    flex: 0 0 auto;
    min-width: 13em;
}

.header-logo > h1 {
    color: #ccd6dd;
    font-size: 2em;
    font-weight: 300;
    font-family: 'Lobster', cursive;
    letter-spacing: 0.015625em;
    position: absolute;
    z-index: 1;
    top: 5px;
}

.header-logo-desc {
    font-size: .875em;
    color: #ccd6dd;
    text-transform: uppercase;
    background: #0d131c;
    padding: .25em .75em;
    border-radius: .25em;
    margin-top: 3.75em;
    letter-spacing: 0.015625em;
}

.header-logo-desc > span {
    color: #84e3ec;
}

.header-logo > h1:after, .header-logo > h1:before {
    content: attr(data-cont);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.header-logo > h1:before {
    color: #2ad4a9;
}

.header-logo > h1:after {
    color: #1c98b7;
}

.header-logo:hover > h1:before {
    -webkit-animation: fire 3s infinite;
    -moz-animation: fire 3s infinite;
    -ms-animation: fire 3s infinite;
    animation: fire 3s infinite;
}

.header-logo:hover > h1:after {
    -webkit-animation: fire2 1.5s infinite;
    -moz-animation: fire2 1.5s infinite;
    -ms-animation: fire2 1.5s infinite;
    animation: fire2 1.5s infinite;
}



@-moz-keyframes fire {
  0% {
    -webkit-filter: blur(27px);
    filter: blur(27px);
  }
  10% {
    -webkit-filter: blur(37px);
    filter: blur(37px);
  }
  20% {
    -webkit-filter: blur(42px);
    filter: blur(42px);
  }
  30% {
    -webkit-filter: blur(28px);
    filter: blur(28px);
  }
  40% {
    -webkit-filter: blur(18px);
    filter: blur(18px);
  }
  50% {
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }
  60% {
    -webkit-filter: blur(29px);
    filter: blur(29px);
  }
  70% {
    -webkit-filter: blur(32px);
    filter: blur(32px);
  }
  80% {
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }
  90% {
    -webkit-filter: blur(35px);
    filter: blur(35px);
  }
  100% {
    -webkit-filter: blur(27px);
    filter: blur(27px);
  }
}
@-webkit-keyframes fire {
  0% {
    -webkit-filter: blur(27px);
    filter: blur(27px);
  }
  10% {
    -webkit-filter: blur(37px);
    filter: blur(37px);
  }
  20% {
    -webkit-filter: blur(42px);
    filter: blur(42px);
  }
  30% {
    -webkit-filter: blur(28px);
    filter: blur(28px);
  }
  40% {
    -webkit-filter: blur(18px);
    filter: blur(18px);
  }
  50% {
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }
  60% {
    -webkit-filter: blur(29px);
    filter: blur(29px);
  }
  70% {
    -webkit-filter: blur(32px);
    filter: blur(32px);
  }
  80% {
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }
  90% {
    -webkit-filter: blur(35px);
    filter: blur(35px);
  }
  100% {
    -webkit-filter: blur(27px);
    filter: blur(27px);
  }
}
@keyframes fire {
  0% {
    -webkit-filter: blur(27px);
    filter: blur(27px);
  }
  10% {
    -webkit-filter: blur(37px);
    filter: blur(37px);
  }
  20% {
    -webkit-filter: blur(42px);
    filter: blur(42px);
  }
  30% {
    -webkit-filter: blur(28px);
    filter: blur(28px);
  }
  40% {
    -webkit-filter: blur(18px);
    filter: blur(18px);
  }
  50% {
    -webkit-filter: blur(25px);
    filter: blur(25px);
  }
  60% {
    -webkit-filter: blur(29px);
    filter: blur(29px);
  }
  70% {
    -webkit-filter: blur(32px);
    filter: blur(32px);
  }
  80% {
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }
  90% {
    -webkit-filter: blur(35px);
    filter: blur(35px);
  }
  100% {
    -webkit-filter: blur(27px);
    filter: blur(27px);
  }
}

@-moz-keyframes fire2 {
  0% {
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }
  10% {
    -webkit-filter: blur(17px);
    filter: blur(17px);
  }
  20% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  30% {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  40% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  50% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  60% {
    -webkit-filter: blur(9px);
    filter: blur(9px);
  }
  70% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  80% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  90% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(17px);
    filter: blur(17px);
  }
}
@-webkit-keyframes fire2 {
  0% {
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }
  10% {
    -webkit-filter: blur(17px);
    filter: blur(17px);
  }
  20% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  30% {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  40% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  50% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  60% {
    -webkit-filter: blur(9px);
    filter: blur(9px);
  }
  70% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  80% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  90% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(17px);
    filter: blur(17px);
  }
}
@keyframes fire2 {
  0% {
    -webkit-filter: blur(7px);
    filter: blur(7px);
  }
  10% {
    -webkit-filter: blur(17px);
    filter: blur(17px);
  }
  20% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  30% {
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }
  40% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  50% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  60% {
    -webkit-filter: blur(9px);
    filter: blur(9px);
  }
  70% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  80% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  90% {
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(17px);
    filter: blur(17px);
  }
}

.header-logo:after {content: "";width: 1px;height: 40px;position: absolute;right: 0;top: 50%;transform: translate(-50%, -50%);background: #1c2532;}


/** header menu **/

#mobile_button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.5em;
    padding: 0 .5em 0 1em;
    color: #fff;
    cursor: pointer;
    display: none;
}

#mobile_button > i {
    background: rgba(0, 0, 0, 0.39);
    padding: .5em;
    border-radius: .25em;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    margin: 0;
    flex: 1;
    margin-left: 1.5em;
}

.header-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header-menu > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header-menu > ul > li > a {
    transition: all 0.3s ease;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    vertical-align: middle;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    outline: none !important;
    text-decoration: none;
    padding: 0.5rem .85rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    line-height: 1.8em;
    color: #ccd6dd;
    letter-spacing: 0.015625em;
}

.header-menu > ul > li > a > span {
    color: #657786;
    text-transform: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: normal;
}

.header-menu > ul > li:hover > a, .header-menu > ul > li:hover > a > span {
    color: #fff;
}

.header-menu > ul > li > a.more:before {
    content: "\f0d7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    left: 5em;
    top: auto;
    font-size: 11px;
}

.menu-sub {
    background: #0d131c;
    border: 1px solid #141a25;
    border-radius: .5em;
    box-shadow: 0 0 15px rgba(0, 0, 0, .30);
    min-width: 15em;
    display: block;
    -webkit-transform: translate(-50%,-4px);
    transform: translate(-50%,-4px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    margin: 0;
    list-style-type: none;
    top: 8em;
    position: absolute;
    z-index: 20;
    left: 50%;
}

.menu-sub > li {
    display: inline;
    position: relative;
    line-height: 21px;
}

.menu-sub > li > a {
    display: block;
    padding: .75em 1em .75em 1.5em;
    text-decoration: none;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
    color: #657786;
    font-size: 11px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.menu-sub > li > a:hover {
    color: #ccd6dd;
}

.header-menu > ul > li:hover .menu-sub {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition: all .5s cubic-bezier(.32,1.695,.355,1.135);
    transition: all .5s cubic-bezier(.32,1.695,.355,1.135);
}

.menu-sub > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 0;
    background: #f16451;
    background: linear-gradient(90deg, #f09523 0%, #f16750 100%);
    box-shadow: rgb(241, 112, 70) 0 0 30px 0px;
    border-radius: 0 .25em .25em 0;
    opacity: 0;
    transition: all .3s;
}

.menu-sub > li > a:hover:after {
    opacity: 1;
    height: 100%;
}

.header-menu > ul > li > a:after {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    width: 0;
    height: 3px;
    background: rgb(157,255,255);
    background: linear-gradient(90deg, rgba(157,255,255,1) 0%, rgba(62,149,182,1) 100%);
    box-shadow: rgba(145, 241, 246, 0.7) 0 3px 40px 0px;
    border-radius: 0 0 .25em .25em;
    opacity: 0;
    transition: all .3s linear;
}

.header-menu > ul > li:hover > a:after {
    width: 100%;
    left: 0;
    opacity: 1;
}

.welcome_guest_avatar,
.member_center_avatar {
    width: 117px;
    height: 117px;
    border-radius: 999em;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    margin-top: 8.5em;
    border: 5px solid #0d131c;
    background: #0d131c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}


.welcome_guest_avatar > img,
.member_center_avatar img {
    width: 98px;
    height: 98px;
    border-radius: 999em;
    vertical-align: middle;
    border: 2px solid #657786;
    transition: all .2s linear;
}

.welcome_guest_avatar:hover img,
.member_center_avatar:hover img {
    transform: scale(.9);
    transition: all .3s linear;
}

.welcome_panel_guest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.guest_login_btn,
.guest_register_btn {
    overflow: hidden;
    font-size: 11px;
    font-weight: 600;
    margin-left: .25rem;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 999em;
    position: relative;
    display: inline-block;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.015625em;
    padding: 0 2em;
    transition: all .3s linear;
}

.guest_login_btn {
    border: 2px solid #182231;
    background: #111823;
    line-height: 3em;
    height: 3.3em;
    color: #657786;
}

.guest_login_btn > a > span:before {
    background-image: url(../../../images/arcobaleno/sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -18px -16px;
    width: 22px;
    height: 22px;
    padding-left: 2em;
    content: "";
}

.guest_register_btn {
    height: 3.3em;
    line-height: 3.3em;
    color: #fff;
    background-color: rgb(28,154,184);
    background-image: linear-gradient(90deg, rgba(28,154,184,1) 0%, rgba(15,113,155,1) 100%);
    box-shadow: 0 0 20px rgba(28, 152, 183, 0.73);
}

.guest_login_btn:hover span:before {
    background-position: -18px -40px;
}

.guest_login_btn:hover {
    background: #182231;
}

.guest_login_btn:hover a {
    color: #fff;
}

.guest_register_btn span:before {
    background-image: url(../../../images/arcobaleno/sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -51px -16px;
    width: 22px;
    height: 22px;
    padding-left: 2em;
    content: "";
}

.guest_register_btn:hover span:before {
    background-position: -51px -16px;
}

.guest_register_btn:hover {
    box-shadow: none;
}


/** member panel **/

.welcome_panel_member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1.5em;
}

.menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.menu-welcome {
    font-size: .875em;
    color: #657786;
    font-weight: 500;
}

.mini_avatar {
    width: 24px;
    height: 24px;
    display: none;
}

.mini_avatar > img {
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

.menu_icons {
    width: 24px;
    height: 24px;
    background-image: url(../../../images/arcobaleno/user_icon.png);
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.menu_icons.upgrade_icon {
    background-position: -40px -25px;
}

.menu_icons.private_icon {
    background-position: -90px -25px;
}

.menu_icons.notification_icon {
    background-position: -133px -25px;
}

.menu_icons.logout_icon {
    background-position: -173px -26px;
}

.menu-item > a:hover .menu_icons {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
}

.menu_icons.mod_icon {
    background-position: -247px -29px;
}

.menu_icons.admin_icon {
    background-position: -213px -29px;
}

.member_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #657786;
    margin-bottom: .25em;
    padding-bottom: 1em;
    margin: 1em 1.5em;
}

.member_name {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    padding: 0 .75em;
    background: #299ac6;
    border-radius: .25em;
    color: #fff;
    font-size: 11px;
}

.member_toggle_menu {
    background: #0d131c;
    border: 1px solid #141a25;
    border-radius: .5em;
    box-shadow: 0 0 15px rgba(0, 0, 0, .30);
    min-width: 255px;
    display: block;
    -webkit-transform: translate(-50%,-4px);
    transform: translate(-50%,-4px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    margin: 0;
    list-style-type: none;
    top: 14.3em;
    position: absolute;
    z-index: 20;
    left: 50%;
}

.member_toggle_active .member_toggle_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition: all .5s cubic-bezier(.32,1.695,.355,1.135);
    transition: all .5s cubic-bezier(.32,1.695,.355,1.135);
}

.member_toggle_active .member_center_avatar span:before {
    transform: rotate(180deg);
}

.member_overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 9;
    display: none;
}

.member_toggle_active .member_overlay {
    display: block;
}

.member_toggle_menu:after, 
.member_toggle_menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -9px;
    border: solid transparent;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #0d131c;
    border-width: 9px;
    z-index: 1;
}

.member_toggle_menu:before {
    margin-left: -10px;
    border-bottom-color: #141a25;
    border-width: 10px;
}

.member_links {
    padding: 0 1.5em .5em 1.5em;
    overflow: hidden;
}

.member_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 21px;
}

.member_links ul li {
    display: block;
    padding: .875em 0 .875em 1em;
    color: #3e4551;
    text-decoration: none;
    -webkit-transition: color .1s ease-in;
    transition: color .1s ease-in;
    position: relative;
}

.member_links ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    background: #657786;
    width: 51px;
}

.member_links ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18.5px;
    height: 5px;
    background: #657786;
    width: 5px;
    border-radius: 100px;
}

.member_links ul li a {
    color: #657786;
    font-size: 11px;
    font-weight: 500;
}

.member_links ul li:hover a {
    color: #ccd6dd;
    font-weight: 600;
    font-size: 12px;
    display: block;
}

.member_links ul li:first-child:after {
    display: none;
}

.member_links ul li:hover:before {
    width: 6px;
    height: 6px;
    background: #ccd6dd
}

.member_links ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 100%;
    background: #f16451;
    background: linear-gradient(90deg, #f09523 0%, #f16750 100%);
    box-shadow: rgb(241, 112, 70) 0 0 30px 0px;
    border-radius: 0 .25em .25em 0;
    opacity: 0;
    transition: opacity .3s;
}

.member_links ul li:hover a:after {
    opacity: 1;
}

.member_links ul li a:before {
    content: "";
    position: absolute;
    right: -27px;
    top: 9px;
    width: 28px;
    height: 28px;
    background-image: url(../../../images/arcobaleno/user_icon.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -169px -87px;
    transition: right .6s;
}

.member_links ul li:hover a:before {
    background-position-x: -93px !important;
    right: -22px;
}

.member_links ul li.avatar a:before {
    background-position: -169px -131px;
}

.member_links ul li.editsig a:before {
    background-position: -169px -173px;
}

.member_links ul li.profile a:before {
    background-position: -169px -218px;
}

.member_links ul li.pass a:before {
    background-position: -169px -259px;
}

.member_links ul li.budy a:before {
    background-position: -169px -304px;
}

.member_links ul li.newpost a:before {
    background-position: -169px -347px;
}

.member_links ul li.ppage a:before {
    background-position: -169px -388px;
}

.member_cog > a:hover .menu_icons {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
}

.member_cog a {
    position: relative;
    transition: all .3s ease-in-out;
}

.private_box {
    background: #1cbdf9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: .25em;
    position: absolute;
    top: -3px;
    left: -3px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .30);
    font-size: 9px;
}

.member_center_avatar span {
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 23px;
    height: 23px;
    background: #299ac6;
    border-radius: 100px;
    z-index: 1;
    border: 5px solid #0d131c;
}

.member_center_avatar span:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #fff;
    font-size: 9px;
    z-index: 3;
    top: 0;
    left: 4px;
}



/** header news **/

.header-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background: rgb(17,24,35);
    background: linear-gradient(90deg, #111823 0%, rgba(26,34,48,1) 50%, rgba(17,24,35,1) 100%);
    border-radius: .5em;
    margin: 1em 0;
    height: 39px;
    line-height: 1.4;
}

.header-news-col {
    padding: .5em 1.5em;
    color: #657786;
    font-size: 10px;
    font-weight: 500;
    flex: 0 0 calc(50% - 6em);
    position: relative;
    letter-spacing: 0.015625em;
}

.header-news:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    z-index: -1;
    border-radius: .5em;
    background: rgb(26,34,48);
    background: linear-gradient(90deg, rgba(26,34,48,1) 0%, rgba(13,19,28,1) 50%, rgba(26,34,48,1) 100%);
}

.header-news-col:first-child:before, 
.header-news-col:last-child:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 33px;
    background: rgb(157,255,255);
    background: linear-gradient(90deg, rgba(157,255,255,1) 0%, rgba(62,149,182,1) 100%);
    box-shadow: rgba(145, 241, 246, 0.15) 3px 0 40px 0px;
    border-radius: 0 .25em .25em 0;
}

.header-news-col:last-child:after {
    left: auto;
    right: -2px;
    border-radius: .25em 0 0 .25em;
}




/*//////////////////////////////////////////////////////////////////
[ FORUMBIT CSS ]*/
.forums_cat {
    background: #11171d;
    color: #bfbfbf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .75em 1em;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: .5rem .5rem 0 0;
    border-bottom: 1px solid #514626;
    font-weight: 400;
}

.forum_border {
    background: #0d1116;
    border: 1px solid #141d28;
    border-radius: .5rem;
}

.forumbit_block, .board_block, .threadlist_box {
    width: 100%;
    background: #111823;
    border-radius: .5em;
    padding: 2em;
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
}

.forumbit_block:after, .board_block:after, .threadlist_box:after, .tborder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url(../../../images/arcobaleno/sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 76px;
    height: 93px;
    background-position: -168px -354px;
    z-index: -1;
}

.forumbit_title:after, .board_title:after, .threadlist_title:after, .thead strong:after {
    content: "";
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(157,255,255);
    background-image: linear-gradient(90deg, rgba(157,255,255,1) 0%, rgba(62,149,182,1) 100%);
    box-shadow: rgba(145, 241, 246, 0.7) 0 3px 18px 0px;
    border-radius: 0 0 .25em .25em;
}

.forumbit_forum.on:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 71px;
    background: #f16451;
    background: linear-gradient(90deg, #f16451 0%, #f18e2b 100%);
    box-shadow: rgb(241, 112, 70) 0 0 30px 0px;
    border-radius: 0 .25em .25em 0;
}

.forumbit_thead, .board_thead, .threadlist_thead {margin: 1em 0 2em 0;}

.forumbit_title, .board_title, .threadlist_title, .thead strong {
    display: inline-block;
    text-transform: none;
    color: #ccd6dd;
    font-size: 13px;
    margin-bottom: .5em;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.forumbit_title a[href], .board_title a[href] {
    color: #ccd6dd;
}

.forumbit_title a[href]:hover, .board_title a[href]:hover {
    text-decoration: none;
    color: #f1f1f1;
}

.forumbit_desc, .board_desc, .threadlist_desc {
    font-size: 11px;
    color: #687482;
}

.forumbit_collapse {
    float: right;
    margin-top: -1.7em;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.forumbit_body {
    padding: 0;
}

.forumbit_forum, .board_row, .forumdis_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: .5em;
    padding: 1.5em 0;
    background-color: rgb(19,27,40);
    background-image: linear-gradient(90deg, rgba(19,27,40,1) 0%, rgba(17,24,35,1) 100%);
    margin-bottom: 1em;
    min-height: 110px;
    position: relative;
    z-index: 1;
}

.forumdis_nothreads {
    text-align: center;
    padding: 2em;
    justify-content: center;
}

.forumbit_icon,.forums_cat_icon {
    flex: 0 0 8%;
}

.forumbit_main, .forums_cat_main {
    flex: 1 1;
}

.forum_statistic, .forums_cat_stats {
    flex: 0 0 12%;
    text-align: center;
}

.forum_lastpost, .forums_cat_last {
    flex: 0 0 28%;
    text-align: left;
}

.forum_lastpost {
    display: flex;
    align-items: center;
}

.forum_lastpost_never {
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.forumbit_icon {
    text-align: center;
    padding: 0 10px;
}

.forum_statistic dl:after {
    background-image: url(../../../images/arcobaleno/sprites.png);
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: -58px;
    top: -18px;
    background-position: -5px -269px;
    content:"";
}

.forum_title {
    font-size: 13px;
    color: #ccd6dd;
    font-weight: 500;
    margin-bottom: .35rem;
}

.forum_title a:hover::before,.forum_title a:hover::after,.forum_title a:focus::before,.forum_title a:focus::after{opacity:1;-webkit-transform:translateX(0px);-moz-transform:translateX(0px);transform:translateX(0px);color:#f08434}

.forum_title a:hover,.tcat a:active{color:#f08434}.forum_title a::before,.forum_title a::after{display:inline-block;opacity:0;-webkit-transition:-webkit-transform 0.3s,opacity 0.2s;-moz-transition:-moz-transform 0.3s,opacity 0.2s;transition:transform 0.3s,opacity 0.2s}

.forum_title a::before{margin-right:3px;content:'[';-webkit-transform:translateX(20px);-moz-transform:translateX(20px);transform:translateX(20px)}.forum_title a::after{margin-left:3px;content:']';-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);transform:translateX(-20px)}


.forum_desc {
    color: #657786;
    font-size: 10.5px;
    font-weight: 400;
}

.forum_statistic dl:first-child:after {
    display: none;
}

.forum_statistic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
}

.forum_statistic dl dt {
    color: #ccd6dd;
    font-weight: 600;
    font-size: 14px;
}

.forum_statistic dl dd {
    color: #657786;
    font-size: 11px;
    font-weight: 500;
}

.forum_statistic dl {
    display: inline-block;
    position: relative;
    line-height: 15px;
    margin: 0 2em;
}

.last_text {
    font-size: 11px;
    color: #eeeeee;
    line-height: 20px;
}

.last_text .subject {
    color: #ccd6dd;
    text-shadow: 0 0 1px #121924;
    font-weight: 500;
    font-size: 12px;
}

.subforums {
    margin-top: .5em;
    overflow: hidden;
    font-size: 11px;
}

.sub_forums_col {
    display: inline-block;
    float: left;
    margin-right: 24px;
}

/*** index block **/
.index_block {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index_post {
	width: calc(100% - 345px);
}

.index_top_list {
    width: 330px;
    background: #111823;
    border-radius: .5em;
}


.f-top-list {
    padding: 3em 2.2em 1em 2.2em;
    position: relative;
}

.f-top-list-title {
    color: #ccd6dd;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.f-top-list-desc {
    font-size: 11px;
    color: #657786;
    margin-top: .2em;
    margin-bottom: 1.5em;
}

.f-top-list > ul {
    counter-reset: step-count;
}

.f-top-list > ul > li {
    background-color: rgb(20,28,41);
    background-image: linear-gradient(-90deg, rgba(20,28,41,1) 0%, rgba(17,24,35,1) 100%);
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 4.5em;
    margin-bottom: .5em;
    font-size: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row;
}

.userposts {
    padding-right: 2em;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

.f-top-list > a {
    position: absolute;
    right: 20px;
    top: 22px;
    color: #657786;
    font-size: 1.3em;
}

.f-top-list > a:hover > i {
    transform: rotateX(360deg);
    transition: all .6s linear;
}

.f-top-list-title:before {
    content: "";
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(157,255,255);
    background-image: linear-gradient(90deg, rgba(157,255,255,1) 0%, rgba(62,149,182,1) 100%);
    box-shadow: rgba(145, 241, 246, 0.7) 0 3px 18px 0px;
    border-radius: 0 0 .25em .25em;
}

.f-top-list > ul > li:before {
    position: absolute;
    left: 20px;
    top: 50%;
    content: counter(step-count);
    counter-increment: step-count;
    transform: translate(-50%,-50%);
    color: #ccd6dd;
    font-weight: 500;
}

.f-top-list > ul > li:nth-child(1):after,
.f-top-list > ul > li:nth-child(2):after, 
.f-top-list > ul > li:nth-child(3):after {
    content: "";
    background-image: url(../../../images/arcobaleno/sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -195px -15px;
    width: 50px;
    height: 40px;
    font-size: 0;
    transform: translate(-50%,-50%);
    position: absolute;
    right: -32px;
    top: 50%;
}

.f-top-list > ul > li:nth-child(2):after {
    background-position: -195px -73px;
}

.f-top-list > ul > li:nth-child(3):after {
    background-position: -195px -126px;
}


.f-top-list > ul > li:nth-child(1):before,
.f-top-list > ul > li:nth-child(2):before, 
.f-top-list > ul > li:nth-child(3):before {
    background-image: url(../../../images/arcobaleno/sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: -132px -15px;
    width: 22px;
    height: 22px;
    font-size: 0;
}

.f-top-list > ul > li:nth-child(2):before {
    background-position: -132px -46px;
}

.f-top-list > ul > li:nth-child(3):before {
    background-position: -132px -77px;
}


/*** welcome message **/
.welcome_message {
    padding: 3em 1em 2em 1em;
    margin: 1em 0;
    border-radius: .5rem;
    background-color: rgb(14,27,41);
    background-image: linear-gradient(90deg, rgba(14,27,41,1) 0%, rgba(19,27,40,1) 50%, rgba(14,27,41,1) 100%);
    border: 1px solid #141c28;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.welcome_message h1 {
    font-size: 13px;
    margin-bottom: 1em;
    color: #ccd6dd;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.welcome_message h1:before {
    content: "";
    position: absolute;
    top: -36px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(157,255,255);
    background-image: linear-gradient(90deg, rgba(157,255,255,1) 0%, rgba(62,149,182,1) 100%);
    box-shadow: rgba(145, 241, 246, 0.7) 0 3px 18px 0px;
    border-radius: 0 0 .25em .25em;
}

.welcome_message p {
    font-size: .875em;
    margin: 0;
    font-weight: 400;
}

.welcome_message_buttons {
    display: inline-flex;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
    padding-left: 1.5em;
}

.welcome_message_buttons > a {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../../../images/arcobaleno/sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    transition: none;
}

.welcome_message_title {
    text-align: center;
    flex: 1;
    margin-left: 138px;
}

.welcome_login_btn span, .welcome_register_btn span {
    display: none;
}

.welcome_login_btn {
    background-position: -8px -127px;
}

.welcome_register_btn {
    background-position: -66px -127px;
}

.welcome_login_btn:hover {
    background-position: -8px -181px;
    height: 35px;
}

.welcome_register_btn:hover {
    background-position: -66px -181px;
    height: 35px;
}

.welcome_message:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(../../../images/arcobaleno/sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 68px;
    height: 80px;
    background-position: -178px -251px;
    z-index: -1;
    transform: translate(0%, -50%);
}


/*//////////////////////////////////////////////////////////////////
[ LOGIN MODAL CSS ]*/

.login-modal {
    border-radius: .5em;
    -webkit-box-shadow: 0 7px 15px rgba(0,0,0,0.35);
    box-shadow: 0 7px 15px rgba(0,0,0,0.35);
    width: 375px;
    background-color: #10151b;
    background-clip: padding-box;
    margin: auto;
}

.login_icon {
    text-align: center;
    border: 0;
    padding: 25px;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

.login_modal ul {
    background-color: #0b0f14;
    padding: 25px 30px;
    color: #fff;
    border-radius: 0 0 .5em .5em;
}

.login_modal ul li {
    position: relative;
    color: #fff;
    margin-bottom: .75em;
}

.login_modal ul li input.textbox {
    margin: 0 auto;
    text-align: center;
    height: 50px;
    padding: 15px 20px;
    font-size: 15px;
    background: #141a21;
    color: #fff;
    display: block;
    width: 100%;
    -webkit-transition: border-color .15s, background .15s;
    -o-transition: border-color .15s, background .15s;
    transition: border-color .15s, background .15s;
    -webkit-appearance: none;
    border-radius: 99em;
    border: none;
}

.login_modal ul li.button {
    border: 0;
    padding: 0;
    text-align: center;
    margin: 0;
    border-radius: 999em;
    -webkit-transition: 0.1s all linear;
    -moz-transition: 0.1s all linear;
    -ms-transition: 0.1s all linear;
    -o-transition: 0.1s all linear;
    transition: 0.1s all linear;
}

.login_modal ul li.button input.button {
    outline: none;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 20px;
    border-radius: 999em;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    background-color: rgb(28,154,184);
    background-image: linear-gradient(90deg, rgba(28,154,184,1) 0%, rgba(15,113,155,1) 100%);
    z-index: 1;
    -webkit-transition: 0.1s all linear;
    -moz-transition: 0.1s all linear;
    -ms-transition: 0.1s all linear;
    -o-transition: 0.1s all linear;
    transition: 0.1s all linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: 20px auto;
}

.login_modal ul li.button:after {
    content: "";
    background: #0b0f14;
    position: absolute;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 0;
    border-radius: 999em;
    background-color: rgb(28,154,184);
    background-image: linear-gradient(90deg, rgba(28,154,184,1) 0%, rgba(15,113,155,1) 100%);
}

.login_modal ul li.button:hover input.button {
    background-image: none;
    background-color: #0b0f14;
}

a.lost_password {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid rgb(16, 116, 157);
    border-radius: 100%;
    color: rgb(27, 152, 182);
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    padding-left: 1px;
    position: absolute;
    top: 17px;
    right: 9px;
}

a.lost_password:hover {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

/*//////////////////////////////////////////////////////////////////
[ NAVIGATION CSS ]*/ 

.index #navigation {
    display: none;
}

#navigation {
    color: #657786;
    padding: 0 1em 0 0;
    background-color: rgb(17,24,35);
    background-image: linear-gradient(90deg, #111823 0%, #1a2230 50%, #111823 100%);
    border-radius: .5em;
    margin: 1em 0;
    line-height: 1.4;
    font-size: 11px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#navigation > i {
    margin: 0 8px;
}

#navigation > a {
    color: #a7aebf;
}

#navigation.page_header_active {
    position: relative;
    z-index: 1;
    top: 80px;
    margin: 0 1em;
    background-image: none;
}

#navigation .active {
    color: #ccd6dd;
    font-weight: 600;
}

.navi-home {
    width: 45px;
    height: 40px;
    background-image: url(../../../images/arcobaleno/nav-home.png);
    background-size: auto;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    background-position: center center;
}

.navi-sep {
    color: #657786;
    font-weight: 600;
    margin: 0 .75em;
}

/** online list **/
.online_note {
    font-size: 10px;
    color: #8a8a8a;
    text-align: left;
    margin-bottom: .5em;
    font-weight: 400;
}

#index_whosonline {
    padding: 1em;
}

.online_note a {
    color: #b4932d;
}

#index_lastwhosonline {
    width: 100%;
    margin-top: 1.2em;
    margin-bottom: .85em;
}

.online_head {
    background: #10151b;
    padding: .5rem;
    border-radius: .5rem;
    font-size: 11px;
    color: #b4932d;
    font-weight: 500;
    margin-bottom: .5em;
}

.most_member{
    display:inline-flex
}

.most_member:not(:last-child):after{
    content:",";
    margin-right:3px;
    display:inline
}


/** forumdisplay **/
.table_wrap {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.table_cell_middle {
    display: table-cell;
    vertical-align: middle;
}

.table_cell_top {
    display: table-cell;
    vertical-align: top;
}

.forumdis_go {
    float: left;
    background: #28c0c9;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    padding: 8px 3px;
    cursor: pointer;
    font-size: 12px;
    margin-right: 4px;
}

.forumdis_go:hover i {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.forumdis_go i {
    color: #ffffff;
}

.forumdis_go a {
    display: block;
}

.thread--prefix {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: .25rem;
    line-height: 22px;
    text-align: center;
    padding: 5px 3px;
    cursor: pointer;
    color: #a7aebf;
    font-size: 13px;
    float: left;
}

.thread--prefix:hover > i {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.prefix--closed {
    color: #ea5c5c;
}

.prefix--sticky {
    color: #d97f28;
}

.prefix--bullhorn {
    color: #7d5293;
}

.prefix--poll {
    color: #03A9F4;
}

.prefix--paperclip {
    color: #33af68;
}

.usersbrowsing {
    margin: 1em 0;
    padding: 1em 1em 1em 2.5em;
    border-radius: .5em;
    color: #657786;
    background-color: rgb(17,24,35);
    background-image: linear-gradient(90deg, rgba(17,24,35,1) 0%, rgba(26,34,48,1) 50%, rgba(17,24,35,1) 100%);
}

.user_title {
    font-weight: 500;
    position: relative;
    font-size: 11px;
}

.user_title:before {
    background-image: url(../../../images/arcobaleno/sprites.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: -23px;
    top: -2px;
    background-position: -26px -242px;
    content: "";
}

.threadlist_extra, .thread_extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em 0;
}

.thread_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.thread_button i {
    width: 1.25em;
    margin-right: .25em;
}

.thread_button > a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 36px;
    border-radius: 999em;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    padding: 0 1em;
    font-size: 11px;
    color: #657786;
    font-weight: 500;
    transition: all .5s;
    -webkit-background-clip: text;
    min-width: 125px;
}

.thread_button > a:not(.new_thread_button):before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 999em;
    transition: all .5s;
    background-color: rgb(62,148,182);
    background-image: linear-gradient(0deg, rgba(62,148,182,1) 0%, rgba(154,252,253,1) 100%);
}

.thread_button > a:not(.new_thread_button):after {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    z-index: -1;
    border-radius: 999em;
    transition: all .5s;
    background: #0d131c;
}

.thread_button > a:not(.new_thread_button):hover:after {
    left: 100%;
    top: 100%;
    bottom: 100%;
    right: 100%;
}

.thread_button > a:not(.new_thread_button):hover {
    color: #fff;
    text-shadow: 0px 0px 2px #0d131c;
}

.thread_button .new_thread_button {
    background-color: rgb(110,194,64);
    background-image: linear-gradient(to right, rgba(110,194,64,1) 0%, rgba(61,183,86,1) 100%);
    -webkit-background-clip: border-box;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 15px 0px rgba(61, 183, 85, 0.46);
    margin-left: 1em;
}

.thread_button .new_thread_button:hover {
    background-size: 200% 200%;
    box-shadow: 0 0 15px 0px rgba(61, 183, 85, 0.78);
}

.threadlist_box:after {
    background-position: -176px -589px;
}

.forumdis_status {
    text-align: center;
    padding: 0 1em;
    flex: 0 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-begin;
    align-content: flex-begin;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.forumdis_main {
    flex: 1 1;
}

.forumdis_title {
    font-size: 12px;
    color: #ccd6dd;
    font-weight: 500;
    margin-bottom: .5rem;
}

.forumdis_title a[href] {
    color: #ccd6dd;
}

.forumdis_title a[href]:hover {
    color: #f1f1f1;
}

.forumdis_desc {
    color: #657786;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
}

.forumdis_stats {
    text-align: center;
    padding: 0 2em 0 1em;
    flex: 0 0 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: flex-begin;
    align-content: flex-begin;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.forumdis_stats dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    color: #657786;
    font-weight: 500;
}

.forumdis_stats dl dt {
    margin-left: .25em;
}

.forumdis_stats dl dd {
    margin-left: .5em;
}

.forumdis_stats dl:first-child {
    color: #ccd6dd;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: .25em;
}

.forumdis_lastpost {
    display: flex;
    align-items: center;
    flex: 0 0 20%;
    text-align: left;
}

.forumdis_modbit {
    flex: 0 0 2%;
    text-align: center;
}

/** showthread **/
.rate_thread {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thread_subject_links a {
    font-size: 11px;
    color: #1b97b6;
    font-weight: 500;
    position: relative;
}

.thread_subject_links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: .75em;
    position: relative;
}

.thread_subject_links a:last-child:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #657786;
    position: absolute;
    z-index: 1;
    display: inline-block;
    border-radius: 100px;
    top: 6px;
    left: -13px;
}

.usersbrowsing2 {
    height: 34px;
    line-height: 34px;
    padding: 0 1em;
    background: #10151b;
    margin-top: .25rem;
    font-size: 11px;
}

.thread_subject_block {
    padding: 1.5em 1em;
    background: #111823;
    border-radius: .5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.thread_subject_avatar {
    flex: 0 0 auto;
    width: 55px;
    height: 55px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 999em;
    -moz-border-radius: .25rem;
    transition: all .5s;
    line-height: normal;
    max-width: none;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0) url(../../../images/arcobaleno/default_avatar.png) no-repeat center;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    box-sizing: border-box;
    background-clip: padding-box;
    margin-right: 6px;
    margin-top: -1px;
    z-index: 1;
    position: relative;
    background-color: #111824;
    border: 3px solid #0d131c;
}

.thread_subject_main {
    flex: 1;
}

.thread_subject_title {
    font-size: 13px;
    color: #ccd6dd;
    margin-bottom: .5em;
    font-weight: 500;
}

.thread_subject_desc {
    font-size: 11px;
    color: #657786;
    font-weight: 500;
}

.thread_subject_desc > span {
    margin-right: .25em;
}

.thread_subject_extras {
    flex: 0 0 auto;
}

.thread_subject_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}


/** posbit  **/
.postbit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #111823;
    padding: .5em;
    margin-bottom: 1em;
}

.signature {
    margin: 2em .5em 1em .5em;
    position: relative;
    z-index: 1;
    padding: 1em;
    background: #0a0f16;
    border-radius: .25em;
}

#posts {
    clear: both;
}

.postbit_user {
    flex: 0 0 230px;
    width: 241px;
    border-radius: .25rem;
    padding: .85em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.postbit_author {
    width: 100%;
    text-align: center;
    z-index: 1;
    margin-bottom: 4em;
    position: sticky;
    top: 15px;
}

.postbit_contact_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 1.5em;
    background-color: rgb(20,28,41);
    background-image: linear-gradient(90deg, rgba(20,28,41,1) 0%, rgba(24,32,45,1) 50%, rgba(20,28,41,1) 100%);
    border-radius: .25em;
    height: 35px;
}

.postbit_profilelink {
	font-size: 14px;
	margin-bottom: .25em;
	text-align: center;
}

.postbit_usertitle {
    font-size: 11px;
    color: #657786;
    text-align: left;
    font-weight: 400;
}

.postbit_userstars {
    text-align: right;
}

.postbit_avatar {
    margin: 2em auto;
    text-align: center;
    position: relative;
}

.author_avatar:before {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    bottom: -4px;
    right: -4px;
    z-index: -1;
    border-radius: 999em;
    transition: all .5s;
    background-color: #1ebde4;
    background-image: linear-gradient(0deg, #1ebde4 0%, #0078ff 100%);
    opacity: .3;
}

.author_avatar {
    width: 153px;
    height: 153px;
    border-radius: 999em;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.author_avatar:after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
    border-radius: 999em;
    transition: all .5s;
    background: #111823;
}

.postbit_avatar img {
    width: 143px;
    height: 144px;
    border-radius: 999em;
    transition: all .5s linear;
}

.postbit_avatar img:hover {
    transform: rotateY(360deg);
}

.postbit_avatar:hover img {
    opacity: 1;
}

.postbit_groupimage {
    margin-bottom: .25rem;
    text-align: center;
}

.postbit_groupimage img {
    max-width: 100%;
}

.postbit_status {
    position: absolute;
    left: -16px;
    top: -16px;
    width: 30px;
    height: 35px;
    background: #18202d;
    border-radius: 0 0 1.25em 1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postbit_profilelink > span:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 3px;
    box-shadow: #1a94b4 0 3px 17px 0px;
    border-radius: 0 0 .25em .25em;
    background-color: rgb(27,151,182);
    background-image: linear-gradient(90deg, rgba(27,151,182,1) 0%, rgba(15,114,156,1) 100%);
}

.postbit_profilelink > span {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 15px;
    padding: 0 .5em;
}

.postbit_extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgb(20,28,41);
    background-image: linear-gradient(-90deg, rgba(20,28,41,1) 0%, rgba(17,24,35,1) 100%);
    height: 36px;
    padding: 0 .5em;
    margin-bottom: .5em;
}

.postbit_statistics {
    text-align: left;
}

.postbit_statistics dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: .25rem;
    background-color: rgb(20,28,41);
    background-image: linear-gradient(-90deg, rgba(20,28,41,1) 0%, rgba(17,24,35,1) 100%);
    height: 28px;
    padding: 0 .5em;
    margin-bottom: .5em;
}

.postbit_statistics dl dt {
    font-size: 11px;
    font-weight: 400;
    min-width: 32px;
    height: 17px;
    text-align: center;
    border-radius: .25em;
    padding: 0 .25em;
    color: #f4f8f8;
}

.postbit_statistics dl dd {
    font-size: 10px;
    text-transform: none;
    color: #657786;
    font-weight: 500;
}

.postbit_statistics dl dd:after {
    background: #657786;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    content: "";
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -1px;
}

.postbit_statistics dl.postnum > dt {
    background: rgba(22, 92, 181, .50);
}

.postbit_statistics dl.threadnum > dt {
    background: rgba(22, 92, 181, .50);
}

.postbit_statistics dl.rep > dt {
    background: rgba(76, 143, 99, .50);
}

.postbit_statistics dl.warn > dt {
    background: rgba(138, 80, 80, .50);
}

.postbit_message {
    flex: 1;
    width: 100%;
    padding: 0em 0em .5em .5em;
}

.postbit_head {
    padding: 0 .85rem;
    border-radius: .35em;
    font-size: 11px;
    color: #657786;
    background-color: rgb(20,28,41);
    background-image: linear-gradient(90deg, rgba(20,28,41,1) 0%, rgba(17,24,35,1) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 36px;
}

.postbit_date {
    color: #657786;
}

.postbit_date a {
    color: #1c98b6;
}

.postbit_head_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.postbit_warn {
    background: rgba(196, 78, 78, .20);
    width: 40px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: .5em;
    border-bottom-left-radius: .5em;
    margin-right: -20px;
    margin-left: 1em;
    font-size: 11px;
}

.postbit_warn > a {
    color: rgba(204, 214, 221, .50) !important;
}

.postbit_warn > a:hover {
    color: #ccd6dd !important;
}

.postbit_head_right a {
    color: #657786;
}

.post_body {
    font-size: 13px;
    padding: 1.5em .5em 1em .5em;
}

.postbit_meta {
    margin: .5em;
    font-size: 11px;
}

.rep_button {
    margin: 1em .75em;
}

.rep_button > a > i {
    background: rgb(5,108,152);
    background: linear-gradient(90deg, rgba(5,108,152,1) 0%, rgba(28,152,182,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.rep_button > a:focus > i {
    font-weight: 400;
}

.post_button > a {
    padding: 0 0.75rem;
    border-radius: .25rem;
    height: 2.5em;
    text-align: center;
    top: 0;
    position: relative;
    color: #657786;
    display: inline-flex;
    font-size: 11px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    background: #19212e;
    z-index: 1;
    overflow: hidden;
}

.post_button > a:after {
    background-color: #1a92b2;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-100%, 0) rotate(10deg);
    transform: translate(-100%, 0) rotate(10deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: 0.2s -webkit-transform ease-out;
    transition: 0.2s transform ease-out;
    transition: 0.2s transform ease-out, 0.2s -webkit-transform ease-out;
    will-change: transform;
    z-index: -1;
    border-radius: .25em;
}

.post_button > a:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.postbit_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em .5em;
}

.post_button > a:hover {
    color: #fff;
}

.postbit_online, 
.postbit_offline, 
.postbit_away {
    width: 10px;
    height: 10px;
    border-radius: 999em;
    display: inline-block;
    margin-top: -.25em;
}

.postbit_online {
    background: #3f894b;
}

.postbit_offline {
    background: #893f3f;
}

.postbit_away {
    background: #7a5519;
}

.postbit_contact_button > a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.postbit_contact_button > a:hover {
    color: #1c98b7;
}


/** profile **/
.profile_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 245px;
    flex-direction: column;
    background-color: #0a0f16;
    background-image: url(../../../images/arcobaleno/profile_head.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 14%;
    margin-bottom: 1.5em;
    box-shadow: inset 0 0 20px black, inset 0 -100px 20px black;
    border-radius: 0.75rem;
    border: 1px solid #121925;
}

.profile_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    border-radius: .5rem .5rem 0 0;
    padding: .5rem 2rem .5rem 0.5rem;
}

.profile_member_statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100px;
    position: relative;
    background: #111823;
    border-radius: 0 0 .5rem .5rem;
}

.profile_statistic {
    flex: 1;
    padding-left: 6em;
    padding-right: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile_info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 2.5em;
    line-height: 1.8em;
    position: relative;
    margin-left: 3em;
}

.profile_info dl dd {
    font-size: 11px;
    color: #657786;
    font-weight: 500;
}

.profile_info dl dt {
    font-size: 12px;
    color: #ccd6dd;
    font-weight: 600;
}

.profile_avatar > img {width: 144px;height: 144px;border-radius: 999em;transition: all .5s linear;}

.profile_avatar {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 153px;
    height: 153px;
    border-radius: 999em;
    left: 35px;
    bottom: 77px;
}

.profile_avatar .avatar_change {
    width: 48px;
    height: 48px;
    border-radius: 999em;
    background: #212833;
    border: 7px solid #0d1116;
    position: absolute;
    top: -23px;
    left: 20px;
    font-size: 15px;
    color: #ffff;
}

.profile_avatar:before {
    content: '';
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    bottom: -4px;
    right: -4px;
    z-index: -1;
    border-radius: 999em;
    transition: all .5s;
    background-color: #1ebde4;
    background-image: linear-gradient(0deg, #1ebde4 0%, #0078ff 100%);
    opacity: .3;
}

.profile_avatar:after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: -1;
    border-radius: 999em;
    transition: all .5s;
    background: #111823;
}

.profile_info dl:not(:first-child):before {
    content: "";
    position: absolute;
    left: -2em;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 24px;
    background-image: url(../../../images/arcobaleno/p_user.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.profile_info dl:first-child {
    position: absolute;
    top: -55px;
    left: auto;
    margin: 0;
}

.profile_info dl:nth-child(2):before {
    background-image: url(../../../images/arcobaleno/p_birthday.png);
}

.profile_info dl:nth-child(3):before {
    background-image: url(../../../images/arcobaleno/p_activitytime.png);
}

.profile_info dl:nth-child(4):before {
    background-image: url(../../../images/arcobaleno/p_mostdate.png);
}
.profile_info dl:nth-child(5):before {
    background-image: url(../../../images/arcobaleno/p_currentdate.png);
}

.profile_main {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: .5em;
    padding: .5em 0;
}

.profile_main_left {
    width: 330px;
}

.profile_box {
    background: #111823;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 1em;
}

.profile_box_title {
    margin: 0.5em 0;
}

.profile_box_title strong {
    display: inline-block;
    text-transform: none;
    color: #ccd6dd;
    font-size: 12px;
    margin-bottom: .5em;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding: 0 .55em;
}

.profile_box_title strong:after {
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1c98b6;
    background-image: linear-gradient(90deg, #1c98b6 0%, #015489 100%);
    box-shadow: rgba(27, 149, 180, 0.77) 0 3px 18px 0px;
    border-radius: 0 0 .25em .25em;
    content: "";
}

.profile_box .trow1, .profile_box .trow2 {
    background: transparent;
    border: none;
    padding: .5em 0 .5em .75rem;
}

.profile_main_right {
    flex: 1;
    padding-left: .5em;
}

.profile_box .trow1 i, .profile_box .trow2 i {
    color: #1c98b6;
    width: 1.25em;
    margin-right: .5rem;
}

.profile_button > a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    height: 34px;
    border-radius: 999em;
    line-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    transition: all .5s;
    padding: 0 1em;
    background-color: rgb(110,194,64);
    background-image: linear-gradient(to right, rgba(110,194,64,1) 0%, rgba(61,183,86,1) 100%);
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 15px 0px rgba(61, 183, 85, 0.46);
    margin-left: 1em;
    margin-top: 4.7em;
}

.profile_button > a:hover {
    background-size: 200% 200%;
    box-shadow: 0 0 15px 0px rgba(61, 183, 85, 0.78);
}


.member_referrals {
    background-color: #1c6f73;
    text-align: center;
    background-image: url(../../../../../images/arcobaleno/referans.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
}

.member_reputation {
    background-color: #4e6e49;
    text-align: center;
    background-image: url(../../../../../images/arcobaleno/reputation.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

.member_warninglevel {
    background-color: #6c3b3f;
    text-align: center;
    background-image: url(../../../../../images/arcobaleno/warninglevel.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
}

.member_referrals h2,
.member_reputation h2,
.member_warninglevel h2 {
    text-transform: uppercase;
    color: #86898e;
    font-weight: 600;
    font-size: 16px;
}

.member_referrals p,
.member_reputation p,
.member_warninglevel p {
    color: #86898e;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: 500;
}

.member_referrals a, 
.member_reputation a, 
.member_warninglevel a {
    color: #86898e;
}

.stats_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
    background: transparent;
    padding: 0;
    background-color: rgb(19,27,40);
    background-image: linear-gradient(90deg, rgba(19,27,40,1) 0%, rgba(17,24,35,1) 100%);
    border-radius: .25em;
}

.stats_box_thread, .stats_box_post {
    flex: 0 0 49.6%;
    background: transparent;
    padding: 1em 1em 1em 6.5em;
    border-radius: .25rem;
    font-size: 11px;
    position: relative;
    min-height: 70px;
    font-weight: 500;
}

.stats_box .find_links {display: block;margin-top: .25rem;}

.stats_box .find_links > a {
    display: block;
    color: #1c98b6;
}

.stats_box span.number {
    display: block;
    margin: .25em 0;
}

.stats_box_thread:after, 
.stats_box_post:after {
    content: "";
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 50%;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}

.stats_box_thread:after {
    background-image: url(/images/arcobaleno/profile_thread.png);
}

.stats_box_post:after {
    background-image: url(/images/arcobaleno/profile_post.png);
}

.stats_box p {
    white-space: normal;
    margin: 0;
}


/** top button **/
#backtotopbtz {
	background: #1c98b7;
	width: 38px !important;
	color: #fff;
	display: none;
	position: fixed;
	bottom: 8em;
	right: 2em;
	z-index: 99;
	border: none;
	outline: none;
	border: 2px solid #1c98b7;
	cursor: pointer;
	height: 38px !important;
	line-height: 38px !important;
	-webkit-animation-name: flip;
	-webkit-animation-duration: 0.4s;
	animation-name: flip;
	animation-duration: 0.4s;
	font-size: 12px;
	padding: 0;
	box-shadow: 0 0 20px rgba(28, 152, 183, 0.73);
	transition: all .5s;
}

#backtotopbtz.show {
    display: block;
}

#backtotopbtz:hover {
    bottom: 8.5em;
}

@keyframes flip {
	from{
		-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function:ease-out;
		animation-timing-function:ease-out;
	}

	40%{
		-webkit-transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function:ease-out;
		animation-timing-function:ease-out;
	}
}		



/** index board **/
.board_stats {
    background: #0a0f16;
}

.board_stats_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 168px;
}

.board_stats_col {
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.board_stats_col > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: flex-begin;
    align-content: flex-begin;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.board_stats_col > dl > dd {
    font-size: 13px;
    color: #657786;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: .25em;
}

.board_stats_col > dl > dt {
    font-size: 18px;
    color: #ccd6dd;
    text-transform: none;
    font-weight: 700;
    margin-bottom: .25em;
}

.board_stats_col > dl > dt:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-image: url(../../../images/arcobaleno/sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: -1;
    margin: -1em -2.4em;
}

.board_stats_posts dt:before {
    background-position: -301px -13px;
}

.board_stats_threads dt:before {
    background-position: -301px -74px;
}

.board_stats_users dt:before {
    background-position: -301px -132px;
}

.board_stats_most dt:before {
    background-position: -301px -198px;
}

.board_stats_new dt:before {
    background-position: -301px -262px;
}

.board_icon_col {
    text-align: center;
    padding: 0 10px;
    flex: 0 0 8%;
}

.board_main_col {
    font-size: 11px;
    color: #657786;
    letter-spacing: 0.015625em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.board_icon {
    width: 65px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-image: url(../../../images/arcobaleno/sprites.png);
    background-size: auto;
    background-repeat: no-repeat;
    cursor: help;
}

.board_icon.board_icon_online {
    background-position: -7px -578px;
}

.board_icon.board_icon_warn {
    background-position: -7px -657px;
}

.board_block:after {
    background-position: -168px -477px;
}

.board_link {
    float: right;
}

.board_link > a {
    padding: .45em 1em;
    color: #fff;
    font-weight: 500;
    font-size: 11px;
    background-color: rgb(28,153,183);
    background-image: linear-gradient(90deg, rgba(28,153,183,1) 0%, rgba(15,114,156,1) 100%);
    border-radius: 999em;
}

.board_link > a:hover {
    box-shadow: 0 0 8px rgba(28, 152, 183, 0.73);
    transition: all .5s;
}

/*** FOOOTER **/

.board_stats + .footer {
    margin-top: 0;
}

.footer {
    background: #111823;
    position: relative;
    margin-top: 2em;
}

.footer-top {
    padding: 3em 0;
}

.footer-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-col1, .footer-col2, .footer-col3, .footer-col4 {
    padding-right: 2em;
    padding-left: 1em;
}

.footer-col1 {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.footer-col2, .footer-col3, .footer-col4 {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0 0 auto;
}

.footer-col4 {
    padding-right: 0;
}

.footer-title {
    color: #ccd6dd;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.footer-title em {
    font-style: normal;
    color: #1c98b6;
}

.footer-nav {
    display: block;
    color: #657786;
    font-size: 12px;
    padding-bottom: 0.4rem;
}

.footer-nav ul li {
    display: block;
}

.footer-nav ul li a {
    margin-bottom: .25rem;
    padding-bottom: .25rem;
    color: #657786;
    display: block;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    font-weight: 500;
}

.footer-nav ul li a i {
    margin-right: .25rem;
    width: 1.25em;
    color: #1c98b7;
}

.footer-nav ul li a:hover i {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.footer-stats {
    margin-bottom: 25px;
}

.footer-stats li, .footer-contact li {
    margin-bottom: 0.2rem;
    display: block;
    color: #657786;
    font-weight: 500;
    font-size: 12px;
}

.footer-stats i {
    margin-right: .25rem;
    width: 1.25em;
    color: #ccd6dd;
}

.footer-contact i {
    margin-right: .25rem;
    width: 1.25em;
    color: #1c98b7;
}

.footer-stats li > span {
    color: #1c98b6;
    font-weight: 500;
}

.footer-col1 > p {
    display: block;
    color: #657786;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
}

.footer-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2em;
}

.footer-social-media > a {
    margin-left: .85rem;
    margin-right: 0.5rem;
    display: block;
    color: #eff5f5;
    transition: all .3s;
}

.footer-social-media > a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer-bottom {
    font-size: .8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #0a0f16;
    color: #868e96;
}

.footer-bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: wrap;
}

.copyright {
    margin: 0;
    padding: 0 1.25rem 0 0rem;
    font-size: 13px;
    font-weight: 400;
    color: #ccd6dd;
}

.copyright a {
    color: #ccd6dd;
    font-weight: 500;
}

.crafted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #ccd6dd;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    align-items: center;
}

.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-begin;
    align-content: flex-begin;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    position: relative;
    margin-bottom: 2em;
}

.footer-logo > h1 {
    color: #ccd6dd;
    font-size: 2em;
    font-weight: 300;
    font-family: 'Lobster', cursive;
    letter-spacing: 0.015625em;
}

.footer-logo-desc {
    font-size: .875em;
    color: #ccd6dd;
    text-transform: uppercase;
    background: #0d131c;
    padding: .25em .75em;
    border-radius: .25em;
    margin-left: 1em;
    letter-spacing: 0.015625em;
}

.footer-logo-desc > span {
    color: #84e3ec;
}

.copyright > span {
    font-weight: 500;
}

.copyright > span.footer_separator {
    margin: 0 .25em 0 .45em;
}

.crafted > span {
    font-weight: 500;
    margin-right: .25em;
}

.crafted > .footer_separator {
    margin: 0 0.35em 0 0.4em;
}

.crafted .heartbeat {
    margin: 0 .25em;
}
		
		
		
		
		