::-webkit-scrollbar {
	 background: #2D3039;
	 width: 15px;
	 height: 5px;
	 border-radius: 1px;
}
::-webkit-scrollbar-thumb {
	 background: #ff6a00;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff7e22;
}

.container {
	width: 100%;
}
.no-padding {
    padding: 0!important;
}
.navbar {
    min-height: 0;
}
.navbar-wrapper {
    background-color: #2D3039;
    background-image: radial-gradient(ellipse farthest-corner at center 0px,#4a569d -150%,#2D3039 45%,#2D3039 85%);
    border-bottom: 1px solid #000;
}
.navbar-inverse {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #000;
    background: #2D3039;
}
.navbar-inverse .navbar-nav > li > a {
    color: #eee;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 1;
    overflow: hidden;
    opacity: 1;
}
.header-menu-navigation {
    display: inline-block;
    float: none;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.dropdown-regular {
    left: auto;
}
.dropdown-menu > li > a {
    padding: 1em 1.5em;
    line-height: normal;
    display: block;
    text-align: left;
    border: medium none !important;
    font-size: 11px;
    color: #E3E3E3;
    background-color: #2D3039;
    font-weight: normal;
}
.dropdown-menu > li > a {
    padding: 13px 25px 13px 20px;
    font-size: 12px;
    color: #ccc;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: -5px;
    visibility: hidden;
    margin-top: -1px;
    border-radius: 0;
}
.dropdown-menu li:hover > .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.open .dropdown-menu {
    display: none;
}
.dropdown:hover .tw3-menu .dropdown-menu {
    display: block;
}
.no-dropdown {
    padding-right: 20px!important;
}
ul.nav > li {
    position: static;
}
ul.nav > li > a {
    position: static;
    padding: 13px 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    height: auto;
    width: auto;
    border-left: 1px solid #3B3A4A;
    text-align: left;
}
ul.nav > li > a:hover {
    background-color: rgba(0,0,0,0.3);
}
ul.nav.navbar-nav.header-menu-navigation.user-block {
	float: right;
}
ul.user-block li {
    display: inline-block;
    margin-right: 10px;
}
.navbar-toggle {
	float: left;
}
.navbar-inverse .navbar-toggle {
    background: rgba(0,0,0,.2);
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ff6a00;
}
.container > .navbar-header {
    float: left;
}
ul.nav li a i {
    vertical-align: middle;
    width: 1.3em;
    text-align: center;
    color: #ff6a00;
    font-size: 11px;
}
ul.nav li a span {
    margin-left: 0.6em;
    display: inline-block;
    vertical-align: middle;
    color: #ddd;
    text-transform: uppercase;
    font-size: 13px;
}
ul.nav li a:hover, ul.nav li a:hover span  {
    color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #ff6a00;
}
.user-wrap {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    float: right;
    display: inline-block;
    position: relative;
    padding-right: 50px;
}
.user-avatar {
    float: left;
    margin-top: 3px;
}
.user-wrap img {
    width: 40px;
    height: 40px;
}
.user-wrap .logged-info {
    text-transform: uppercase;
    font-weight: 700;
    color: #eee;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 17px 5px 0px;
    float: left;
    margin-left: 15px;
}
.user-wrap i {
	color: #ff6a00;
}
.user-wrap .logged-info span {
    font-size: 10px;
    font-family: Roboto;
    font-weight: 500;
    margin-top: 3px;
    position: relative;
    display: block;
    color: #798690;
    letter-spacing: 0;
}
.user-wrap .dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 46px;
    background: #2D3039;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    visibility: hidden;
    opacity: 0;
    border: solid 2px rgba(0,0,0,0.2);
    border-width: 1px 2px 2px 2px;
    z-index: 999;
    box-sizing: content-box;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.user-wrap .dropdown li, .user-wrap .dropdown li a{
	width:100%;
	position:relative;
	float: left;
}
.user-wrap .dropdown li a{
	padding: 3px 15px;
    line-height: 35px;
    border-bottom: solid 1px #3B3A4A;
    display: block;
    color: #DCDCE0;
    text-decoration: none;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
}
.user-wrap .dropdown li a:hover{
	color: #ffffff;
	background: rgba(0,0,0,0.3);
}
.user-wrap .dropdown li a i {
    float: left;
    line-height: 35px;
    margin-right: 7px;
    opacity: 1;
}
.user-wrap .dropdown ul {
    position: absolute;
    list-style: none;
    min-width: 80%;
    right: 100%;
    top: 0px;
    padding: 0px;
    background: #2a2a34;
    border: solid 1px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.user-wrap .dropdown > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.user-wrap:hover .dropdown, .user-wrap .dropdown:hover{
	visibility: visible;
    opacity: 1;
}
.unread {
    float: left;
    margin-right: 20px;
    position: static;
    padding-top: 13px;
    font-weight: bold;
    height: auto;
    width: auto;
    text-align: left;
}
.unread li {
    display: inline-block;
}
.unread li a, .unread li a i {
    font-size: 16px!important;
}
.navigation {
	color: #eee;
	background: transparent no-repeat center top;
	background-image: url(../../../images/genjero/background.jpg);
	min-height: 200px;
    padding: 50px 0;
    text-align: center;
	border-bottom: 2px solid #000;
}
.navigation a {
	color: #ff6a00;
	font-weight: bold;
}
.navigation a:hover {
	color: #eee;
}
.wrap {
    margin: 0 auto;
    padding: 30px;
    background: #252f39;
}
.sidebar {
    width: 22%;
    float: right;
}
.forums {
    width: 77%;
    float: left;
}
tr td.trow1:first-child, tr td.trow2:first-child {
    border-left: 8px solid #1c262f;
}
tr td.trow1:last-child, tr td.trow2:last-child {
    border-right: 8px solid #1c262f;
}
.forumbg {
    background: #1c262f;
    padding: 10px;
    border-radius: 3px;
}
.authorbg {
    text-align: center;
    background: rgba(0, 0, 0, .2);
    padding: 5px 0px;
    margin-bottom: 10px;
    border-radius: 2px;
}
.tfoot select, .tfoot input.textbox {
    background: #252F39;
}
legend {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: inherit;
    color: #ff6a00;
    border-bottom: 2px solid #2c3742;
}
fieldset input.textbox, fieldset select, fieldset textarea {
    background: #252F39;
	margin-right: 5px;
}
.user-profile {
    background: #1c262f;
    border: 1px solid #323f4e;
    padding: 20px 15px 15px;
    text-align: center;
}

.user-profile .username {
    text-align: center;
    background: rgba(0, 0, 0, .2);
    padding: 5px 0px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
}
.user-profile img.profile-avatar{
    margin-bottom: 10px;
	transition-property: box-shadow, filter, transform;
    transition-duration: .24s, .16s;
    transition-timing-function: ease-in-out;
}
.user-profile img.profile-avatar:hover {
	transform: scale(1.05);
    filter: brightness(1.2);
}
.user-profile .profile-title {
    background: rgba(0, 0, 0, .2);
    padding: 5px 0px;
    border-radius: 3px;
	font-weight: 500;
	margin-bottom: 10px;
}
.user-profile .profile-stats {
    background: rgba(0, 0, 0, .2);
	text-align: left;
    padding: 6px 6px 3px 6px;
    border-radius: 3px;
	margin-bottom: 10px;
}
.user-banned {
    background: #1c262f;
    border: 1px solid #323f4e;
    padding: 20px;
    border-left: 4px solid #b90000;
    margin-bottom: 15px;
    transition: border-left 0.1s ease;
}
.user-banned:hover {
    border-left: 7px solid #b90000;
}
.user-browsing {
    background: #1c262f;
    border-left: 5px solid #fff;
    padding: 10px 20px;
    margin-bottom: 5px;
    font-weight: bold;
    float: left;
}
.search-thread {
    padding: 10px;
    background: #252F39;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
a.pagination_next i, a.pagination_previous i {
    display: inline;
}
.threadpages {
    float: right;
    text-align: right;
    width: auto;
	padding: 13px;
}
.threadpages a {
    background: #1c262f;
    border: 1px solid #323f4e;
    padding: 2px 5px;
}
.threadpages a:hover {
    background: #ff6a00;
}
img.thread-logo {
content: url(../../../images/genjero/orange_logo.png);
width: 236px;
height: 79px;
}
span.prefix {
    background: #ff6a00;
    padding: 3px;
    color: #fff;
    border-radius: 2px;
}
.announcement {
    background: #1c262f;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #ff6a00;
    transition: border-left 0.1s ease;
}
.announcement:hover {
    border-left: 7px solid #ff6a00;
}
.sub-forum-list, .mod-forum-list {
	font-size: 12px;
    overflow: hidden;
    clear: both;
    margin: 0;
    padding: 0;
}
.sub-forum, .mod-forum {
    font-size: 11px;
    width: 48%;
    margin-right: 1%!important;
    display: inline-block;
    background: #1c262f;
    margin-top: 5px!important;
    padding: 10px;
    border: 1px solid #323f4e;
}

.viewprofile-user {
	width: 25%;
}
.viewprofile-tabs {
	vertical-align: top;
	padding: 3px;
	margin-left: 15px;
	display: block;
}
a.mycode_url {
    background: #1c262f;
    padding: 5px;
}
a.mycode_url:hover {
    background: #ff6a00;
    border-radius: 3px;
}

a.blue-genjero {
    background: #00ACFF;
    color: #fff;
    padding: 8px 15px;
}
a.blue-genjero:hover {
    background: #45c2ff;
}
a.orange-genjero {
    background: #ff6a00;
    color: #fff;
    padding: 8px 15px;
}
a.orange-genjero:hover {
    background: #ff7e22;
}
a.purple-genjero {
    background: #4a569d;
    color: #fff;
    padding: 8px 15px;
}
a.purple-genjero:hover {
    background: #5e6dc2;
}
span.thread-color {
    color: #ff6a00;
}
.threadbg {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border: 1px solid #323f4e;
}
.thread-title {
    display: block;
    background: rgba(0, 0, 0, 0.2);
    color: #ff6a00;
    padding: 10px;
    border-bottom: 2px solid #ff6a00;
}
.back-to-top {
    z-index: 1000;
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: none;
    background: #ff6a00;
    padding: 15px;
    color: #fff;
}
.back-to-top:hover {
    background: #ff7e22;
}
.back-to-top i {
    font-size: 22px;
}
.profile-sidebar:before {
    content: '';
    width: 100%;
    display: block;
    height: 6px;
    background: #ff6a00;
    background: -moz-linear-gradient(left, #ff6a00 0%, #ee0979 100%);
    background: -webkit-linear-gradient(left, #ff6a00 0%,#ee0979 100%);
    background: linear-gradient(to right, #ff6a00 0%,#ee0979 100%);
}
.profile-content {
    border-top-color: #ECF0F1;
    border-top: 1px solid;
    padding-top: 15px;
}
.profile-avatar {
    float: left;
    width: 100px;
    margin-bottom: 30px;
}
.profile-avatar img {
    border-radius: 50px;
    height: 100px;
    width: 100px;
}
.profile-info {
    float: right;
}
.profile-info ul {
    list-style: none;
}
.profile-info li {
    font-weight: bold;
    line-height: 1.5em;
}
.profile-count {
    clear: both;
    padding-top: 10px;
    border-top: 1px solid;
}

.profile-count ul {
    list-style: none;
    padding-left: 15px;
}

.profile-count li {
    line-height: 1.7em;
    font-size: 14px;
    font-weight: 500;
}
td.trow1.forumdisplay_sticky, td.trow2.forumdisplay_sticky {
    background: #2d3039;
}