/*//////////////////////////////////////////////////////////////////
[ GENERAL ]*/

body {
    word-wrap: break-word;
    margin: 0;
    font-size: 12px;
    color: #666;
}

html {
	line-height: 1.15;
	overflow-y: scroll;
	background: #fff;
	background-image: url(../../../../../images/loprox2/BG.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: top 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: Tahoma,Verdana,Segoe,sans-serif;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-corner {
    background-color: rgba(53, 94, 174, .40);
}

::-webkit-scrollbar-thumb {
    background: #3273b4;
}

::-webkit-scrollbar-track {
    background-color: rgba(53, 94, 174, .40);
}

*:not(.sceditor-button) {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #777777;
	-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: #28c2ca;
	-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 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Exo 2', sans-serif;
    font-weight: normal;
}

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;
}


/*//////////////////////////////////////////////////////////////////
[ MAIN CSS ]*/

.wrapper {
    width: 85%;
    padding: 0 15px;
    margin: auto auto;
}

#content {
    padding: 10px 0 20px 0;
    margin: 0;
}


.top_bar {
    background-color: rgb(0, 0, 0);
    height: 52px;
    line-height: 52px;
    position: relative;
    background-image: linear-gradient(to right, rgba(38, 208, 206, .50) 0%, rgba(54, 87, 172, .50) 100%);
}

.loprox_header {
    background-color: rgb(31, 137, 202);
    height: 100px;
    line-height: 100px;
    background-image: linear-gradient(to right, #26d0ce 0%, #3657ac 100%);
}

.announcements_container {
    height: 52px;
    line-height: 52px;
    position: relative;
    display: block;
    z-index: 2;
    color: #fff;
    width: auto;
    overflow: hidden;
}

.container_title {
    float: left;
    font-size: 12px;
    font-weight: 500;
}

.container_title > i {
    font-size: 13px;
    margin-right: 3px;
    background: #fff;
    color: #27c5cb;
    height: 21px;
    line-height: 21px;
    width: 21px;
    text-align: center;
    border-radius: 4px;
}

ul.announcements {
    float: left;
    overflow: hidden;
    margin-left: 8px;
    text-align: left;
    height: 52px;
}

ul.announcements > li {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    vertical-align: middle;
    padding: 0;
    line-height: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.announcements > li > a {
    color: #fff;
    text-decoration: none;
}

.top_social {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_social a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    width: 30px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}



.logo {
    float: left;
    display: flex;
    align-items: center;
    height: 100px;
    line-height: 100px;
}

.logo > a {
    font-family: 'Exo 2',sans-serif;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px;
    user-select: none;
    font-size: 35px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.logo > a:hover {
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.loprox_nav {
    height: 80px;
    background: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #e2e2e2;
    z-index: 2;
}

.left_nav {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.left_nav_column, .right_nav_column {
    float: left;
}

.left_nav_column a, .right_nav_column a {
    color: #757575;
    font-size: 13px;
    display: block;
    text-decoration: none;
    padding: 0px 12px;
    transition: 0.2s;
    height: 51px;
    line-height: 51px;
    border-radius: 3px;
    border-bottom: 2px solid  transparent;
}

.left_nav_column a:hover, .right_nav_column a:hover {
    background: #e0f2f6;
    border-color: #2ab3c6;
    color: #27c5cb;
}

.right_nav {
    float: right;
    display: flex;
    align-items: center;
    height: 80px;
}

.loprox_shadow {
    position: relative;
}

.loprox_shadow:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    background-image: url(../../../images/loprox2/loprox-shadow.png);
    width: 100%;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.member_menu {
    float: right;
    display: flex;
    align-items: center;
    height: 100px;
    line-height: 100px;
}

.member_menu_box {
    height: 38px;
    padding: 0 15px;
    background: rgba(0, 0, 0, .30);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member_menu_box a {
    display: inline-block;
    font-size: 16px;
    margin: 0 8px;
    color: #fff !important;
}

.member_welcome_back {
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    line-height: 18px;
    margin-left: 15px;
    margin-right: 15px;
}

.member_welcome_back a {
    color: #fff;
}

.member_welcome_back strong {
    font-weight: normal;
    display: block;
}

.avatar {
    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: url(../../../images/default_avatar.png) no-repeat center;
    background-size: cover;
    position: relative;
    display: inline-block;
    top: 0;
    border: 2px solid #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.51);
}

span.avatar img {
	width: 50px;
    height: 50px;
    border-radius: 100%;
}

.member_arrow {
    position: absolute;
    right: -9px;
    top: 15px;
    background: #fff;
    border: 2px solid #3561af;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    text-align: center;
}

.member_arrow i {
    color: #0b5256;
    line-height: 14px;
    font-size: 10px;
}


.header_search {
    background: #f4f4f4;
    height: 51px;
    border-radius: 4px;
    color: #777777;
}

.header_search .search-text {
    height: 51px;
    background: none;
    border: none;
    padding: 0 10px;
    outline: none;
    font-style: italic;
    color: #777777;
    font-weight: normal;
}

.header_search .search-button {
    border: none;
    background: none;
    box-shadow: none;
    height: 51px;
    width: 45px;
    font-size: 15px;
    color: #777777;
}
		

.forums {
    padding: 5px;
    border: 1px solid #eeefef;
    background: #fff;
    border-radius: 5px;
    flex: 1;
    width: 100%;
}

.index_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sidebar {
    width: 340px;
    margin-left: 10px;
}

.sidebar_wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.sidebarTime {
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #eeefef;
    height: 59px;
    line-height: 59px;
    color: #757575;
    border-radius: 3px;
}

.loproxBanner {
    text-align: center;
    background: #336eb2 url(../../../images/loprox2/bannerBG.png);
    padding: 20px;
    color: #fff;
    border-radius: 3px;
}

.loproxBanner > i {
    font-size: 36px;
    transform: rotate(-14deg);
}

.loproxBanner > p {
    font-size: 15px;
    text-transform: uppercase;
    margin: 18px 0;
}

.loproxBanner > .btn {
    background: #6599d5;
    display: inline-block;
    padding: 9px 14px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    border: 2px solid transparent;
}

.loproxBanner > .btn:hover {
    background: transparent;
    border-color: #6599d5;
}

.sidebarHead {
    height: 40px;
    border-radius: 3px;
    background: #336eb2;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 12px;
    margin-bottom: 10px;
}

.sidebarHead a {
    color: #fff;
}

.sidebarSocial {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebarSocial > a.facebook {
    background: #336eb2;
}

.sidebarSocial > a.twitter {
    background: #17c4ba;
}

.sidebarSocial > a.reddit {
    background: #ff7e00;
}

.sidebarSocial > a.pinterest {
    background: #ff3c3c;
}

.sidebarSocial > a.whatsapp {
    background: #4da24b;
}

.sidebarSocial > a.google-plus {
    background: #ff7e00;
}

.sidebarSocial > a.tumblr {
    background: #475b83;
}

.sidebarSocial > a.link {
    background: #919191;
}

.sidebarSocial > a:hover {
    transform: scale(.8);
}

.sidebarSocial > a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 4px;
    margin: 0 5px;
}

.reply {
    width: 40px;
}

.reply--arrow {
    height: 30px;
    position: relative;
    width: 37px;
    border-radius: 3px;
    background: #336eb2;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sidebar-row {
    display: flex;
    align-items: center;
    flex-flow: row;
    padding: 8px;
}

.sidebar-row > div {
    display: table-cell;
    vertical-align: middle;
}

.portal_son_konular .main {
    flex: 1;
    padding: 0 10px;
    line-height: 20px;
    font-size: 12px;
}

.portal_son_konular .last_avatar {
    width: 54px;
}

.reply--arrow:before {}

.son_konular .portal_son_konular:nth-child(odd) {
    background: #f8f8f8;
    border-radius: 4px;
}

.reply--arrow:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #336eb2;
    border-width: 6px;
    margin-top: -6px;
}

.table_wrap {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.table_cell_middle {
    display: table-cell;
    vertical-align: middle;
}

.forumbit_icon {
    padding: 12px 10px;
    width: 60px;
    text-align: center;
    position: relative;
}

.forum_status.forum_off {
    background: #b2c4c4;
}

.forum_status.forum_offlink {
    background: #f2cf44;
}

.forum_status.forum_offclose {
    background: #fc5f5f;
}

.forumbit_main {
    padding: 12px 10px;
    width: auto;
}

.forum_stats {
    line-height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    display: block;
    color: #26cece;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%,-50%) scale(0);
}

.forum_stats b {
    display: block;
}

.trow1:hover .forum_stats, 
.trow2:hover .forum_stats {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: translate(-50%,-50%) scale(1);
    transition: all .5s;
}

.trow1:hover .forum_status,
.trow2:hover .forum_status {
    opacity: 0;
    visibility: hidden;
}

.forumbit_rss, .forumbit_more {
    width: 32px;
    padding: 12px 10px 12px 0px;
    text-align: center;
    font-size: 15px;
}

.forumbit_more a {
    color: #a7aebf !important;
}

.forumbit_rss a {
    color: #eb994d !important;
}

.forumbit_last {
    width: 250px;
    padding: 12px 10px;
    line-height: 1.4;
}

.forumbit_lastpost {
    display: flex;
    align-items: center;
    line-height: 21px;
}

.forumbit_lastpost .fa-angle-double-right, .son_konular .fa-angle-double-right, .forumdis_lastpost .fa-angle-double-right {
    color: #336bac;
    font-size: 13px;
    position: relative;
    top: 0px;
}

.last_avatar {
    position: relative;
    display: block;
    float: left;
}

.last_avatar:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 3px 4px;
    background: linear-gradient(to right, rgba(198, 0, 255, 0.3), rgba(0, 255, 24, 0.50));
    border-radius: 100%;
    width: 46px;
    height: 46px;
}

.last_avatar_wrap {
    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: #ffffff url(../../../images/default_avatar.png) no-repeat center;
    background-size: cover;
    position: relative;
    top: -1px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.51);
    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: 62px;
    height: 62px;
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    position: relative;
}

.thead h1 {
    display: inline;
}

.thead_icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    margin-right: 5px;
}

.thead_icon:before {
    content: "\f621";
}

.thead_title {
    font-size: 14px;
    text-transform: uppercase;
}

.thead_desc {
    display: inline;
    font-size: 11px;
}

.thead_desc:before {
    content: "-";
    font-size: 14px;
    margin: 0 10px;
}

.subforums {
    margin-top: 7px;
}

.sub_forums_col {
    display: inline-block;
    margin-right: 8px;
}

.forum_title {
    font-size: 14px;
    display: inline;
}

.forum_desc {
    color: #626262;
    margin: 4px 0 0 0;
    font-size: 12px;
    display: block;
}

.forum_status.forum_on {
    background: #26cece;
}

.forums .trow2 {
    background: #f8f8f8;
    border-radius: 5px;
    margin: 5px 0;
}

.forums .trow1 {
    background: #fff;
    border-radius: 5px;
    margin: 5px 0;
}


.boxed {
    background: #fff;
    border: 1px solid #eeefef;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 10px;
}

.welcome_message {
    background-image: url(../../../images/loprox2/bg-shadow.png), linear-gradient(to right, #26d0ce 0%, #3657ac 100%);
    padding: 20px 20px 20px 115px;
    color: #fff;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.welcome_message:after {
    font-family: "Font Awesome 5 Free";
    content: "\f059";
    font-weight: 400;
    position: absolute;
    transform: rotate(-35deg);
    font-size: 260px;
    color: rgba(255, 255, 255, 0.05);
    top: -62px;
    right: -40px;
    font-weight: 900;
}

.welcome_message h1 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.welcome_message p {
    font-size: 12px;
    line-height: 18px;
}

.welcome_message_buttons {
    display: flex;
    align-items: center;
}

.welcome_message_buttons > a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #26bfc5;
    position: relative;
    z-index: 1;
    transition: all .4s cubic-bezier(.82,.29,.85,1.26);
    -webkit-transition: all .4s cubic-bezier(.82,.29,.85,1.26);
    cursor: pointer;
}

.welcome_message:before {
    content: "";
    background-image: url(../../../images/loprox2/welcome-icon.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 56px;
    top: 50%;
}

.welcome_login_btn, .welcome_social_fb_btn {
    border-radius: 4px 0 0 4px;
    margin-right: 5px;
}

.welcome_register_btn, .welcome_social_gp_btn {
    border-radius: 0 4px 4px 0;
}

.welcome_message_buttons > span {
    margin: 0 12px;
}

.welcome_social_tw_btn {
    margin-right: 5px;
}

.welcome_message_buttons > a:hover {
    box-shadow: 0 0 4px 1px rgb(255, 255, 255);
}


#loprox_tab {
    display: flex;
}

.tab_menu {
    width: 200px;
    margin-right: 5px;
}

.tab_head {
    background: #27c5cb;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.loprox_tab_content {
    flex: 1;
    width: 100%;
}

.loprox_tab_content .tab_head {
    background-image: linear-gradient(to right, #26d0ce 0%, #3180b7 100%);
}

.tab_menu a {
    display: block;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 3px;
}

.tab_menu a:hover,.tab_menu  a.active {
    background: #e0f2f6;
    color: #28c2ca;
}

.tab_content .tab_head {
    background-color: rgb(31, 137, 202);
    background-image: linear-gradient(to right, #26d0ce 0%, #3469b1 100%);
}

.tab_content ol li:hover, .tab_content ol li:hover a {
    color: #28c2ca;
}

.tab_menu a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 900;
    margin-right: 8px;
    font-size: 7px;
    position: relative;
    top: -2px;
}

.tab_content p:before {
    font-family: "Font Awesome 5 Free";
    content: "\f54c";
    font-weight: 900;
    margin-right: 8px;
}

.tab_content ol li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
    font-weight: 400;
    margin-right: 8px;
}

.tab_content ol {
    text-align: left;
    line-height: 1.4;
    margin-left: 7px;
}

.tab_content ol li {
    margin-bottom: 8px;
}

.tab_content p {
    margin: 0;
    text-align: left;
    background: #f1f2f2;
    padding: 5px;
    margin-top: 15px;
    border-left: 3px solid #8d8d8d;
    color: #757575;
    margin-left: 7px;
    font-size: 11.5px;
}

.alert.alert-info {
    background: #27c8cc;
}

.alert {
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-shadow: -1px 0 1px rgba(0, 0, 0, .30);
    font-size: 12px;
}

.alert i {
    margin-right: 8px;
    font-size: 13px;
}

.alert.alert-success {
    background: #57c98d;
}

.alert.alert-warning {
    background: #ff6782;
}

.top_social a:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
}

.tab_content > div.active {
    display: block;
}
.tab_content > div {
    display: none;
    overflow: hidden;
}

.welcome_message_buttons > a > span {
    visibility: hidden;
    width: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: -50%;
    top: -50%;
    margin-left: -10px;
    margin-top: -17px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.welcome_message_buttons > a:hover > span {
    visibility: visible;
}

.welcome_message_buttons > a > span:after {
    border-color: rgba(0, 0, 0, 0.5) transparent transparent  transparent;
    left: 50%;
    margin-left: -8px;
    margin-top: 0;
    top: 100%;
    border-width: 10px;
    z-index: 100;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    pointer-events: none;
    display: block!important;
}


#loprox_stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #eeefef;
    background: #fff;
    border-radius: 5px;
}

.loprox_stats_col {
    background: #f8f8f8;
    border: 1px solid #eeefef;
    flex: 1 1 auto;
    margin-right: 4px;
    height: 100px;
    padding: 25px 5px;
    position: relative;
    -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;
}

.loprox_stats_icon {
    position: absolute;
    left: 87%;
    background: #f8f8f8;
    width: 60px;
    height: 60px;
    line-height: 50px;
    top: 20%;
    border-radius: 100%;
    border: 5px solid #ffffff;
    z-index: 1;
    text-align: center;
    font-size: 26px;
    color: #26cece;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, .50);
}

.loprox_stats_icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    width: 0;
    height: 0;
    content: "";
    background: currentcolor;
    transition: all .5s ease-in-out 0s;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.forum_stats_icon i {
    line-height: inherit;
}

.loprox_stats_text {
    text-align: center;
    font-size: 18px;
    color: #777777;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
}

.loprox_stats_text span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.loprox_stats_icon img {
    margin-top: 10px;
    margin-left: 4px;
}

.loprox_stats_icon i {
    line-height: inherit;
}

.loprox_stats_col:hover .loprox_stats_icon:before {
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffffff;
    transition: all .5s ease-in-out 0s;
}

.loprox_stats_col:hover {
    background: #f0f9fe;
}

.loprox_stats_col:hover .loprox_stats_text {
    color: #26cece;
}
.member_online {
    padding: 5px;
    border: 1px solid #eeefef;
    background: #fff;
    border-radius: 5px;
}

.most_online {
    padding: 5px;
    border: 1px solid #eeefef;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.member_online .thead {
    border-radius: 4px 4px 0 0;
}

.member_online .thead h1 {
    font-size: 14px;
    text-transform: uppercase;
}

.member_online .tcat {
    border-radius: 0 0 4px 4px;
}

.pad10 {
    padding: 10px;
}

.icons {
    text-align: center;
    width: 55px;
}

.thead2 {
    color: #ffffff;
    padding: 8px 8px;
    border-radius: 4px;
    background-color: rgb(31, 137, 202);
    background-image: linear-gradient(to right, #26d0ce 0%, #3180b7 100%);
}

.display_inline > li {display: inline-block;}

.thead2 a {
    color: #ffffff;
}

.yasal_uyari {
    background-image: url(../../../images/loprox2/bg-shadow.png), linear-gradient(to right, #26d0ce 0%, #3657ac 100%);
    padding: 12px 12px 12px 115px;
    color: #fff;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.yasal_uyari h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.yasal_uyari p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}

.yasal_uyari:before {
    content: "";
    background-image: url(../../../images/loprox2/warn-icon.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 56px;
    top: 50%;
}

.yasal_uyari:after {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    position: absolute;
    transform: rotate(-38deg);
    font-size: 209px;
    color: rgba(255, 255, 255, 0.05);
    top: -87px;
    right: -29px;
    font-weight: 900;
}


.footer_top {
    height: 80px;
    background: #fff;
    white-space: nowrap;
    border-top: 1px solid #e2e2e2;
    z-index: 2;
}

.footer_shadow {
    position: relative;
    transform: rotate(180deg);
}

.footer_shadow:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background-image: url(../../../images/loprox2/loprox-shadow.png);
    width: 100%;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.footer_top_right {
    float: right;
    display: flex;
    align-items: center;
    height: 80px;
    color: #5d6a79;
}

.footer_top_left {
    float: left;
    display: flex;
    align-items: center;
    height: 80px;
}

.footer_top_left select {
    background: #f4f4f4;
    border-radius: 4px;
    color: #777777;
    border: none;
}

.footer {
    background-image: url(../../../images/loprox2/bg-shadow.png), linear-gradient(to right, #26d0ce 0%, #3657ac 100%);
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer a {
    color: #fff;
}

.footer_row {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
}

.footer_col1 {
    width: 36.914894%;
}

.footer_title {
    margin: 0 0 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.footer_title i {
    background: #fff;
    border-radius: 4px;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #10b1d0;
    font-size: 14px;
}

.footer_col1 p {
    margin: 0;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
}

.footer_col2 {
    width: 18.893617021276595%;
    margin-left: 2.127659574468085%;
}

.footer_center {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.footer_col3 {
    width: 18.893617021276595%;
    margin-left: 2.127659574468085%;
}

.footer_col4 {
    width: 14.893617021276595%;
    margin-left: 2.127659574468085%;
}

.footer_col2 ul {
    display: table;
    width: 100%;
}

.footer_col2 ul li {
    margin-bottom: 7px;
}

.footer_col2 ul li a {
    color: #fff;
}

.footer_col3 a {
    display: table;
    width: 100%;
    color: #fff;
    margin-bottom: 7px;
}

.footer_col4 a {
    display: table;
    width: 100%;
    color: #fff;
    margin-bottom: 7px;
}

.footer_bottom {
    height: 52px;
    line-height: 52px;
    background: rgba(0, 0, 0, .50);
}

.footer_col4 a i {
    margin-right: 8px;
    width: 14px;
}

.footer_col5 {
    margin-left: 2.127659574468085%;
    text-align: center;
}

.footer_col2 a:hover i, .footer_col3 a:hover i, .footer_col4 a:hover i {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.copyright_left {
    float: left;
}

.copyright_right {
    float: right;
    height: 52px;
    display: flex;
    align-items: center;
}

#containerp {
    width: auto;
    display: inline-block;
}

#containerp > h6 {
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-family: inherit;
    font-weight: 600;
    margin: 0;
    line-height: 0;
    animation: glitch1 2.5s infinite;
    text-transform: uppercase;
    user-select: none;
}

#containerp > h6:nth-child(2){
color:#67f3da;animation:glitch2 2.5s infinite
}

#containerp > h6:nth-child(3){
color:#f16f6f;animation:glitch3 2.5s infinite
}


#quick_links {
    background-color: #27c5cb;
    position: relative;
    background-image: linear-gradient(to right,#27c8cb 0%,#3085b8 100%);
    border-radius: 4px;
    padding: 8px;
    text-align: center;
    font-size: 10.5px;
}

#quick_links a {
    color: #fff;
    margin: 0 20px;
    text-transform: uppercase;
}

#quick_links .sep {
    display: inline-block;
    position: absolute;
    top: 5px;
    border-left: 1px solid rgba(255, 255, 255, .30);
    border-right: 1px solid rgba(19, 72, 82, .50);
    height: 16px;
}


.thread_views, .thread_buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thread_share_button a {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    background: rgba(93, 106, 121, 0.50);
    margin-right: 3px;
    color: #fff;
    font-size: 15px;
}

.thread_share_button > a:hover {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.thread_share_button > a.facebook:hover {
    background: #336eb2;
}

.thread_share_button > a.twitter:hover {
    background: #17c4ba;
}

.thread_share_button > a.googleplus:hover {
    background: #ff7e00;
}

.thread_share_button > a.twitch:hover {
    background: #6441a4;
}

.thread_share_button > a.link:hover {
    background: #919191;
}

.thread_share_button {
    display: flex;
}

.thread_button {
    float: right;
    margin-left: 8px;
}


.usersbrowsing {
    background: #ecf6f6;
    flex: 1;
    padding: 12px 10px;
    border-radius: 3px;
    color: #777;
}

.page_head {
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    background-color: rgb(31, 137, 202);
    background-image: linear-gradient(to right, #26d0ce 0%, #3180b7 100%);
    font-family: 'Exo 2', sans-serif;
    height: 102px;
    position: relative;
}

.page_head_title h1 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.page_head_desc {
    font-size: 12px;
    margin-left: 50px;
}

.index #navigation {
    display: none;
}

#navigation {
    border-radius: 3px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    background-color: rgb(31, 137, 202);
    background-image: linear-gradient(to right, #26d0ce 0%, #3180b7 100%);
}

#navigation > i {
    margin: 0 8px;
}

#navigation > a {
    color: #fff;
}

.portal .page_header,
.memberlist .page_header,
.profile .page_header,
.showthread .page_header,
.forumdisplay .page_header {
    top: -24px;
    position: relative;
}

.portal #navigation,
.memberlist #navigation,
.profile #navigation,
.showthread #navigation,
.forumdisplay #navigation {
    background-color: rgba(0, 0, 0, 0.20);
    position: relative;
    z-index: 1;
    top: 90px;
    margin: 0 15px;
    background-image: none;
}

.page_head:before {
    content: "";
    background-image: url(../../../images/loprox2/page-icon.png);
    background-repeat: no-repeat;
    left: 18px;
    top: 14px;
    height: 32px;
    width: 32px;
    display: block;
    position: absolute;
}

.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;
}

.forumdis_status {
    width: 64px;
    padding: 12px 0px;
    text-align: center;
    position: relative;
}

.forumdis_main {
    width: auto;
    padding: 12px 10px;
    line-height: 18px;
}

.forumdis_stats {
    width: 65px;
    padding: 12px 0 12px 0;
    text-align: center;
}

.forumdis_more {
    width: 32px;
    padding: 12px 10px 12px 0px;
    text-align: right;
    font-size: 15px;
}

.forumdis_more a {
    color: #a7aebf !important;
}

.forumdis_lastpost {
    padding: 12px 10px 12px 16px;
    width: 230px;
    position: relative;
    line-height: 18px;
}

.forumdis_stats dl {
    background: #b2c4c4;
    display: block;
    width: 59px;
    height: 48px;
    padding: 7px 2px;
    border-radius: 4px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 11px;
}

.forumdis_stats dl dt {
    font-weight: bold;
    font-size: 13px;
}

.forumdis_sep {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background: #528c93;
    border-radius: 4px;
    margin: 4px 0;
    font-size: 11px;
}

.forumdis_modbit {
    width: 34px;
    padding: 12px 10px 12px 0px;
    text-align: right;
}

.thread--prefix {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 4px;
    line-height: 22px;
    text-align: center;
    padding: 5px 3px;
    cursor: pointer;
    background: #9c9e9e;
    color: #fff;
    font-size: 10px;
    float: left;
}

.thread--prefix:hover > i {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.prefix--closed {
    background: #c85c5c;
}

.prefix--sticky {
    background: #c39e2a;
}

.prefix--bullhorn {
    background: #7d5293;
}

.prefix--poll {
    background: #3278b2;
}

.thread_avatar {
    width: 65px;
    height: 65px;
    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: #ffffff url(../../../images/default_avatar.png) no-repeat center;
    background-size: cover;
    position: relative;
    top: -1px;
    border: 3px solid #fff;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.4);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 5px;
    box-sizing: border-box;
    background-clip: padding-box;
}
.thread_avatar > img {
    border-radius: 100%;
    width: 57px;
    height: 58px;
    position: relative;
}

.forumdis_stats a {
    color: #fff !important;
}


.postbit_wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
}

.postbit_user {
    width: 245px;
    position: relative;
    overflow: hidden;
}

.postbit_content {
    width: 100%;
    margin-left: 10px;
    flex: 1;
    overflow: hidden;
}

.postbit {clear: both;min-height: 350px;}

.postbit_author {
    position: sticky;
    top: 0;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 20%;
    background: rgb(249,250,250);
    background: -moz-linear-gradient(top,  rgba(249,250,250,1) 0%, rgba(249,250,250,1) 67%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(249,250,250,1) 0%,rgba(249,250,250,1) 67%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(249,250,250,1) 0%,rgba(249,250,250,1) 67%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafa', endColorstr='#ffffff',GradientType=0 );
}

.postbit_author:before, .postbit_author:after {
    content: "";
    border-right: 1px solid transparent;
    border-image: linear-gradient(to bottom, rgba(238,239,239,1) 0%,rgba(238,239,239,1) 67%,rgba(255,255,255,1) 100%);
    border-image-slice: 1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.postbit_author:after {
    right: 0;
    left: auto;
}

.postbit_username {
    text-align: center;
    margin-top: -9px;
    font-size: 15px;
    position: relative;
    top: -8px;
}

.postbit_usertitle {
    text-align: center;
    font-size: 11px;
}

.postbit_stars {
    text-align: center;
    margin-top: 5px;
}

.postbit_avatar {
    text-align: center;
    position: relative;
    width: 192px;
    height: auto;
    margin: 10px auto;
}

.postbit_statistics {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    margin: 5px 0;
}

.postbit_rank {
    text-align: center;
    margin: 5px 0;
}

.postbit_details {
   margin-top: 10px;
    border: 1px solid #d1e4e5;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .75);
    background: #eef6f7;
    padding: 8px;
    border-radius: 4px;
    line-height: 1.4;
}

.postbit_contact {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.postbit_head {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 12px 10px;
    font-size: 11px;
    margin-bottom: 10px;
}

.postbit_edit {
    color: #27c4cb;
}

.postbit_controls {
    clear: both;
    overflow: hidden;
    padding: 10px 0;
    margin-top: 10px;
}

.signature {
    clear: both;
    margin-top: 10px;
    background: #eef6f7;
    border: 1px solid #d1e4e5;
    padding: 15px;
    border-radius: 4px;
}

.post_body {
    margin-bottom: 10px;
    font-size: 13px;
    padding: 0 5px;
    font-family: 'Exo 2', sans-serif;
}

.author_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: inset 0 0 15px black;
}

.author_avatar {
    width: 184px;
    height: 184px;
    background: #fff;
    border-radius: 100%;
    padding: 5px;
    margin: auto;
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.27);
    position: relative;
    z-index: 1;
}

.postbit_avatar:before, .postbit_avatar:after {
    width: 174px;
    height: 161px;
    background: #f98afa;
    border-radius: 100% 100%;
    position: absolute;
    left: 1px;
    top: 11px;
    content: "";
    z-index: -1;
    transition: all .74s linear;
}

.postbit_avatar:hover:before {
    top: -2px;
    left: 9px;
}

.postbit_avatar:hover:after {
    top: 25px;
    right: 9px;
}

.postbit_avatar:after {
    background: #87fa8e;
    right: 1px;
    left: auto;
}

.postbit_statistics dl {
    text-align: center;
    line-height: 1.3;
    flex: 1;
}

.postbit_statistics dl dd {
    font-size: 11px;
    color: #757575;
    text-transform: uppercase;
}

.postbit_statistics dl dt {
    font-size: 17px;
    font-weight: bold;
    color: #757575;
}

span.postbit_sep {
    width: 1px;
    border: 1px dashed rgba(151, 151, 151, 0.6);
    height: 22px;
}

.postbit_details dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    font-family: 'Exo 2', sans-serif;
}

.postbit_details dl dd {
    font-size: 9px;
    font-weight: 600;
    color: #757575;
    text-transform: uppercase;
}

.postbit_details dl dt {
    font-size: 12px;
    font-weight: bold;
    color: #757575;
}

.postbit_details dl dt i {
    margin-right: 8px;
}

.postbit_details dl:last-child {
    margin: 0;
}

.postbit_details dl:hover * {
    color: #27c4cb;
    transition: all .3s linear;
}

.postbit_contact a {
    background: #5d6a79;
    border-radius: 3px;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.postbit_contact a:hover {
    background: #27c4cb;
}

.postbit_button > a {
    background: #5d6a79;
    padding: 6px 10px;
    font-size: 11px;
    color: #fff;
    border-radius: 4px;
    border-bottom: 3px solid #495562;
    display: inline-block;
    margin-bottom: 3px;
}

.postbit_button > a:hover {
    border-color: #0da2a9;
    background: #27c4cb;
}

.postbit_button > a.rep {
    background: #d34e7d !important;
    border-color: #b62c67 !important;
}

.postbit_offline {
    background: #d18383;
}

.postbit_status {
    /* margin-top: 5px; */
    overflow: hidden;
    padding: 7px 0 0px 0;
}

.postbit_offline, .postbit_online, .postbit_away {
    font-size: 9px;
    color: #fff;
    background: #d18383;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    cursor: help;
}

.postbit_online {
    background: #6fc786;
}

.postbit_away {
    background: #6fc786;
}

.page_thead {
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    background-color: rgb(31, 137, 202);
    background-image: linear-gradient(to right, #26d0ce 0%, #3180b7 100%);
    margin-bottom: 10px;
}

.page_headers {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.page_header_buttons {
    float: right;
}

.page_header_icon {
    width: 64px;
    text-align: center;
}

.page_headers > div {display: table-cell;vertical-align: middle;}

.page_header_title {
    line-height: 21px;
    font-size: 11px;
}

.page_header_title i {
    font-size: 6px;
    position: relative;
    top: -2px;
}

.page_header_buttons > a:not(.button) {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: #f1f2f2;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    float: left;
    margin-right: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #757575;
}

.rate_thread {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    background: #f1f2f2;
    border-radius: 4px;
    float: left;
    margin-right: 4px;
    color: #757575;
}

.page_header_buttons > a:not(.button) > i {
    line-height: 36px;
}

.rate_thread ul {
    margin-top: 8px;
}

.page_header_buttons > a:not(.button):hover {
    color: #fff;
}

.page_header_buttons > a:not(.button):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #27c5cb;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
}

.page_header_buttons > a:not(.button):hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.avatar_change {
    color: #fff !important;
    width: 22px;
    height: 22px;
    background: #5d6a79;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    top: -5px;
    position: relative;
    z-index: 2;
}

.quickreply {
    padding: 7px;
}

.quickreply_message {
    margin-bottom: 12px;
}

.quickreply_message textarea {
    border-radius: 4px;
}

.quickreply_foot {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.quickreply_foot > div {
    display: table-cell;
    vertical-align: middle;
}

.quickreply_mini_avatar {
    width: 40px;
    text-align: left;
}

.quickreply_mini_avatar img {
    border-radius: 100px;
    width: 30px;
    height: 30px;
}

.quickreply_input > label {
    font-size: 10px;
    background: #f1f2f2;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 5px;
    border-radius: 4px;
}

.quickreply_button {width: auto;}

.quickreply_input {
    float: right;
}


/** profile css **/
.member_back {
    background-size: auto;
    border: 1px solid #eeefef;
    box-shadow: inset 0px 0px 20px 2px rgba(255, 255, 255, 0.26);
    height: 235px;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
}

.member_head {
    height: auto;
    position: relative;
    float: left;
    width: 100%;
    padding: 5px;
    background: url(../../../../../images/loprox2/member_back.png);
	background-size: cover;
    border-radius: 3px;
}

.member_profile_info {
    /* border: 1px solid #1d212b; */
    background: #ffffff;
    padding: 15px 15px 15px 200px;
    overflow: hidden;
    margin-top: -45px;
    vertical-align: middle;
    border-radius: 5px;
}

.member_share_button {
    padding: 5px 5px;
    overflow: hidden;
}

.member_share_button a.add_ignore_button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f4fa";
    font-weight: 900;
}

.member_share_button a.report_user_button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f508";
    font-weight: 900;
}

.member_share_button a.add_buddy_button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f234";
    font-weight: 900;
}

.member_share_button a span {
    font-size: 0;
    display: none;
}

.member_profile_avatar img {width: 160px;height: 160px;border-radius: 100%;border: 7px solid #ffffff;box-shadow: inset 0 0 20px 2px white;}

.member_profile_info dl {
    float: left;
    margin-right: 50px;
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 1.4;
}

.member_profile_info dl dt {
    display: block;
    color: #26cdcd;
}

.member_profile_info dl dd {
    display: block;
    color: #757575;
}

a#options_link {
    padding: 15px;
    font-size: 15px;
    position: relative;
    top: 5px;
    right: -5px;
    color: #777777;
}

.member_profile_avatar {
    position: relative;
    left: 18px;
    top: 10px;
    float: none;
}

.member_share_button a {
    padding: 7px 8px;
    display: inline-block;
    text-align: center;
    color: #26cdcd;
    font-size: 12px;
    border-radius: 4px;
    background: #ffffff;
}

.member_main {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.member_main_left {
    flex: 0 0 330px;
    margin-right: 14px;
    float: left;
}

.member_main_right {
    flex: 1;
    float: right;
}

.member_box {
    background: #ffffff;
    width: 100%;
    margin: auto auto;
    border: 1px solid #eeefef;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 5px;
    overflow: hidden;
    vertical-align: middle;
}

.member_referrals {
    height: 70px;
    background-color: rgb(38, 205, 205);
    text-align: center;
    padding: 14px;
    border-radius: 4px;
    background-image: url(../../../../../images/loprox2/referans.png);
    background-repeat: no-repeat;
    background-position: 22px 15px;
}

.member_referrals h2,
.member_warninglevel h2,
.member_reputation h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.member_referrals p,
.member_warninglevel p,
.member_reputation p {
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0 0;
}

.member_reputation {
    height: 70px;
    background: #8ec976;
    text-align: center;
    padding: 14px;
    border-radius: 4px;
    background-image: url(../../../../../images/loprox2/impreium.png);
    background-repeat: no-repeat;
    background-position: 17px 15px;
}

.member_warninglevel {
    height: 70px;
    background: #ca6262;
    text-align: center;
    padding: 14px;
    border-radius: 4px;
    background-image: url(../../../../../images/loprox2/uyari.png);
    background-repeat: no-repeat;
    background-position: 22px 13px;
}

.member_warninglevel a, .member_reputation a {
    color: currentColor;
}

.member_box .tcat {
    background: #26cdcd;
    border-radius: 5px;
    padding: 12px;
    border: 0;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.stats_box {
    width: 49.5%;
    float: left;
    background: #fff;
    border: 1px solid #eeefef;
    border-radius: 5px;
    padding: 10px;
    padding-left: 70px;
    font-size: 11px;
    position: relative;
    margin-top: 10px;
}

.stats_box.thread {
    float: left;
}

.stats_box.post {
    float: right;
}

.stats_box span.number {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.stats_box.thread:before {
    content: "";
    background-image: url(../../../../../images/loprox2/profile_thread.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 8px;
}

.stats_box.post:before {
    content: "";
    background-image: url(../../../../../images/loprox2/profile_post.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
	position: absolute;
    left: 8px;
}

.member_box td {
    border: 0;
}

.profile_online {
    position: absolute;
    left: 123px;
    bottom: 15px;
    background: #6cc776;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 5px solid #ffffff;
    animation: onlinepulse 1.4s infinite;
}

.profile_offline {
    position: absolute;
    left: 123px;
    bottom: 15px;
    background: #de7575;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 5px solid #ffffff;
}

.find_links {
    float: right;
    border-radius: 5px;
    background: #26cdcd;
    margin-top: -26px;
}

.find_links a {
    display: block;
    padding: 10px 16px;
    font-size: 26px;
    color: #fff;
}

.find_links:hover {
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-duration: 0.35s;
    animation-name: icon-pop;
}

.member_box td i {
    color: #26cdcd;
}

.member_box .trow1, .member_box .trow2 {
    background: #fff;
}

.member_share_button .float_right a {
    background: rgba(0, 0, 0, .50);
    color: #3669ad;
}

.member_box .signature {
    border: 1px solid #d1e4e5;
    background: #eef6f7;
}


#login_form{
overflow:hidden;background-color:white;padding:40px 30px 30px 30px;border-radius:10px;position:relative;width:100%;-webkit-transition:-webkit-transform 300ms,box-shadow 300ms;-moz-transition:-moz-transform 300ms,box-shadow 300ms;transition:transform 300ms,box-shadow 300ms;box-shadow:5px 10px 10px rgba(2,128,144,0.2);z-index:0
}

#login_form::before,#login_form::after{
content:'';position:absolute;width:600px;height:600px;border-top-left-radius:40%;border-top-right-radius:45%;border-bottom-left-radius:35%;border-bottom-right-radius:40%;z-index:-1
}

#login_form::before{
left:40%;bottom:-130%;background-color:rgba(0,243,255,0.15);-webkit-animation:wawes 6s infinite linear;-moz-animation:wawes 6s infinite linear;animation:wawes 6s infinite linear
}

#login_form::after{
left:35%;bottom:-125%;background-color:rgba(0,226,255,0.25);-webkit-animation:wawes 7s infinite;-moz-animation:wawes 7s infinite;animation:wawes 7s infinite
}

#login_form .text_box{display:block;border-radius:5px;font-size:16px;background:white;width:100%;border:0;padding:10px 10px;margin:15px -10px 15px 0;box-shadow:rgba(0,0,0,0.3) 0px 1px 7px -2px;outline: none;}

#login_form .login_button{
cursor:pointer;color:#fff;font-size:13px;text-transform:uppercase;width:80px;border:0;padding:10px 0;margin-left:-5px;border-radius:5px;background-color:#0ec1e0;-webkit-transition:background-color 300ms;-moz-transition:background-color 300ms;transition:background-color 300ms
}

#login_form .login_button:hover{
background-color:#0eb3d0
}

@-webkit-keyframes wawes{
from{
-webkit-transform:rotate(0)
}

to{
-webkit-transform:rotate(360deg)
}


}

@-moz-keyframes wawes{
from{
-moz-transform:rotate(0)
}

to{
-moz-transform:rotate(360deg)
}


}

@keyframes wawes{
from{
-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)
}

to{
-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}


}

.login_flex{
display:flex;align-items:center;justify-content:space-between;padding-top:10px;margin-bottom:10px
}

#quick_login{
width:450px
}

@-webkit-keyframes wrench{
0%{
-webkit-transform:rotate(-12deg);transform:rotate(-12deg)
}

8%{
-webkit-transform:rotate(12deg);transform:rotate(12deg)
}

10%{
-webkit-transform:rotate(24deg);transform:rotate(24deg)
}

18%{
-webkit-transform:rotate(-24deg);transform:rotate(-24deg)
}

20%{
-webkit-transform:rotate(-24deg);transform:rotate(-24deg)
}

28%{
-webkit-transform:rotate(24deg);transform:rotate(24deg)
}

30%{
-webkit-transform:rotate(24deg);transform:rotate(24deg)
}

38%{
-webkit-transform:rotate(-24deg);transform:rotate(-24deg)
}

40%{
-webkit-transform:rotate(-24deg);transform:rotate(-24deg)
}

48%{
-webkit-transform:rotate(24deg);transform:rotate(24deg)
}

50%{
-webkit-transform:rotate(24deg);transform:rotate(24deg)
}

58%{
-webkit-transform:rotate(-24deg);transform:rotate(-24deg)
}

60%{
-webkit-transform:rotate(-24deg);transform:rotate(-24deg)
}

68%{
-webkit-transform:rotate(24deg);transform:rotate(24deg)
}

75%{
-webkit-transform:rotate(0deg);transform:rotate(0deg)
}


}

@keyframes wrench{
0%{
-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)
}

8%{
-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)
}

10%{
-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)
}

18%{
-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)
}

20%{
-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)
}

28%{
-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)
}

30%{
-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)
}

38%{
-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)
}

40%{
-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)
}

48%{
-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)
}

50%{
-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)
}

58%{
-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)
}

60%{
-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)
}

68%{
-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)
}

75%{
-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)
}


}

.guest_panel{float:right;display: flex;align-items: center;height: 100px;line-height: 100px;}

.guest_panel_wrap{
display:flex;align-items:center
}

.guest_panel_wrap a{
float:left;display:inline-block;margin-left:10px
}

.guest_panel_btn{background:rgba(0,0,0,.50);text-transform:uppercase;font-weight: 600;color: #ffffff;padding:0 16px;border-radius:30px;user-select:none;-webkit-user-select:none;height:34px;line-height:34px;transition:all 350ms ease-in-out;text-transform: uppercase;position: relative;z-index: 1;overflow: hidden;}

.guest_panel_btn:hover{
color:#fff
}


.guest_panel_btn:after {
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
}

.guest_panel_btn:before {
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
}

.guest_panel_btn:hover:after,.guest_panel_btn:hover:before {
    width: 50%;
}

.postbit_attachments {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px 0;
}

.postbit_attachments th,.postbit_attachments td {
    padding: 10px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
}

.postbit_attachments_name {
    min-width: 150px;
}

.postbit_attachments_size,
.postbit_attachments_download,
.postbit_attachments_filesize,
.postbit_attachments_filedownload {
    text-align: center !important;
}

.postbit_attachments_filename {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.postbit_attachments tbody tr:nth-of-type(odd) {
    background: #efefef;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    transition: background-color .1s linear;
}

.postbit_attachments_filename img {
    margin-right: 5px;
}


/** memberlist css **/
.memberlist_links {
    display: flex;
    text-align: center;
    padding: 10px;
}

.memberlist_links a {
    flex: 1;
}

.memberlist_content {overflow: hidden;}

.memberlist_box {
    width: 211px;
    background: #f5f5f5;
    border: 1px solid #eeefef;
    border-radius: 3px;
    float: left;
    margin: 6px;
}

.memberlist_username {
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
}

.memberlist_usertitle {
    text-align: center;
    font-size: 12px;
    margin-top: 2px;
}

.memberlist_useravatar {
    text-align: center;
    margin: 10px 0;
}

.memberlist_userstats {
    background: #ffffff;
    padding: 10px;
    border-top: 1px solid #eeefef;
    border-bottom: 1px solid #eeefef;
    display: flex;
    text-align: center;
    align-items: center;
    line-height: 1.4;
}

.memberlist_userinfo {
    padding: 5px;
}

.memberlist_userinfo dl {
    background: #fff;
    margin-bottom: 5px;
    border-radius: 3px;
    overflow: hidden;
    padding: 4px 6px;
    font-size: 11px;
}

.memberlist_userinfo dl dt {
    float: left;
}

.memberlist_userinfo dl dd {
    float: right;
}

.memberlist_userinfo > a {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 8px;
    border-radius: 0 0 4px 4px;
    background: #222732;
    color: #ff6a4a;
    font-weight: bold;
}

.memberlist_userstats dl dt {
    color: #28c8cc;
    display: block;
}

.memberlist_userstats dl {
    flex: 1;
}

.memberlist_useravatar img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px solid #ffffff;
}

.memberlist_userinfo > a:hover {
    background: #262c38;
}
		
.h7 a {
  color: #fff !important;
  font-size: 25px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-family: 'Dosis', sans-serif !important;
	transition: all 0.3s linear;
}		
@import url(https://fonts.googleapis.com/css?family=Dosis:300,400);	

/* effect-shine */
a.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
	transition: all 0.3s linear;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}
		
		