body {
    font-family : 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #a9afbc;
    background-color: #1a1d1f;
}

a {
    text-decoration: none;
	font-weight: 600;
}

a:hover,
a:focus {
  color: #5e646e;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

b, strong {
    font-weight: 600;
}

ul.mycode_list, ol.mycode_list {
    margin: 15px 0 15px 30px;
}

ul.mycode_list li, ol.mycode_list li {
    list-style: initial;
} 

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
    line-height: 2;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #2d3139;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #d2d5da;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:active {
	background: rgba(0, 0, 0, .3);
    color: #d2d5da;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .3);
}

.border-left {
    border-left: 1px solid #101010;
    -webkit-box-shadow: inset 1px 0px 1px 0px rgba(255,255,255,.1);
    box-shadow: inset 1px 0px 1px 0px rgba(255,255,255,.1);
}

.dark-bg {
    background: #383e47;
    border-color: transparent !important;
    color: #fff !important;
}
.trans-bg {
	background: transparent !important;
	border-color: transparent !important;
}

.alert-warning {
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border: 2px solid rgba(0, 0, 0, 1);
    font-size: 90%;
    font-weight: 600;
}

select.input-sm {
    height: 35px !important;
    line-height: 20px !important;
}

#header-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.sceditor-maximize {
    margin-top: 80px !important;
}
#container {
	color: #a9afbc;
	text-align: left;
	line-height: 1.42857143;
	margin: 0;
	font-family : 'Open Sans', sans-serif;
	font-size: 14px
}
.main-wrapper {
    width: 95%;
    margin: 0px auto;
}
.wrapper {
	width: 100%;
	margin: auto auto;
}
#logo {
    padding: 15px 0 0;
}
#logo img {
    height: 50px;
}
.hbanner {
    margin-top: 0px;
    padding: 0;
    background-size: cover !important;
    background: url(../../../images/generic/hbanner.jpg) center repeat;
    background-size: 100%;
    height: 250px;
}
.logo-inner {

}
.logo-inner {
    padding: 110px 0 40px;
    text-align: center;
}
.logo-inner img {
    max-height: 90px;
    margin-top: 10px;
}
#content {
	background: transparent;
	width: auto !important;
	padding: 20px 10px;
	overflow: hidden;
}
#myalerts_alerts_modal {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}
.panel {
	margin-bottom: 20px;
	background-color: #22262a;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-heading, .modal-header {
    color: #fff;
    background-color: #2d3139;
    border-color: #2d3139;
    padding: 15px !important;
}
.modal-header {
    text-align: center !important;
}
.modal-content {
    position: relative;
    background-color: #383e47;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #2d3139;
    border-color: #2d3139;
    width: 100%;
}
.panel-primary {
	border-color: #2d3139;
}
.panel-primary>.panel-heading {
	color: #fff;
	background-color: #2d3139;
	border-color: #2d3139;
}
.panel-footer {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, .2);
    border-top: 0px solid #333;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: inline-block;
    width: 100%;
}
#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px
}
.scaleimages img {
    width: auto;
}
.forum_status {
    font-size: 15px !important;
    text-align: center;
}
.forum_status i {
	display: inline-block
}
.forum_on {
	color: #8d95a5;
}
.forum_off, .forum_offlock, .forum_offlink {
	color: #8d95a5;
}
.forum_off {
	opacity: .5;
}
.forum_on:before {
	font-family: 'FontAwesome';
	content: "\f07c"
}
.forum_off:before {
	font-family: 'FontAwesome';
	content: "\f07b"
}
.forum_offlock:before {
	font-family: 'FontAwesome';
	content: "\f023"
}
.forum_offlink:before {
	font-family: 'FontAwesome';
	content: "\f0c1"
}
.ministatus {
    font-size: 10px;
    padding-right: 0px;
    padding-left: 10px;
    text-align: left;
}
.ministatus .forum_on, .ministatus .forum_off, .ministatus .forum_offlock, .ministatus .forum_offlink {
	font-size: 12px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #838a95;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,.5);
    border: 1px solid #333;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4);
}

.bbp-forum {
    width: 100%;
    display: inline-block;
}

.bbp-forum a {
    font-size: 11px;
    width: auto;
    margin-right: 1%;
    display: inline-block;
    margin-top: 5px;
    padding: 8px 15px;
    background-color: #2d3139;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #383d47;
    float: left;
}
.bbp-forum a::before {
	font-family: 'FontAwesome';
	content: "\f07b";
	color: #5e646e;
	margin-right: 3px;
	margin-left: -5px;
}
.tborder {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #ccc;
	padding: 1px;
}
.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}
.thead {
    background: #2d3139;
    color: #ffffff;
    border-bottom: 1px solid #2d3139;
    padding: 8px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.thead a:link {
	color: #ffffff;
	text-decoration: none;
}
.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}
.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}
.tcat {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    padding: 8px;
}
.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
	color: #fff
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.trow1 {
	background: rgba(0, 0, 0, .1);
	border: 1px solid;
	border-color: rgba(0, 0, 0, .3);
}
.trow2 {
	background: rgba(0, 0, 0, .3);
	border: 1px solid;
	border-color: rgba(0, 0, 0, .3);
}
.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}
.no_bottom_border {
	border-bottom: 0;
}
.post.unapproved_post {
	background: #ffdde0;
}
.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}
.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}
.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}
.trow_deleted, .post.deleted_post {
	background: #E8DEFF;
}
.trow_selected, tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}
.trow_selected a:link, .trow_selected a:visited, .trow_selected a:hover, .trow_selected a:active {
	color: #333;
}
.trow_sep {
    background: #383e47;
    color: #a9afbc;
    border-bottom: 1px solid #303236;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
}
.tfoot {
	border-top: 1px solid #fff;
	padding: 6px;
	background: rgba(225, 229, 234, .7);
	color: #777;
}
.tfoot a:link {
	color: #444;
	text-decoration: none;
}
.tfoot a:visited {
	color: #444;
	text-decoration: none;
}
.tfoot a:hover, .tfoot a:active {
	color: #444;
	text-decoration: underline;
}
.thead input.textbox, .thead select {
	border: 1px solid #263c30;
}
.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}
.user-section {

}
.fblogin {
    background: #3B5998;
    padding: 12px;
}

.fblogin:hover {
    background: #476bb8;
}

.fblogin a {
    color: #fff;
}
.navigation {
	color: #333;
	font-size: 12px;
}
.navigation a:link {
	text-decoration: none;
}
.navigation a:visited {
	text-decoration: none;
}
.navigation a:hover, .navigation a:active {
	text-decoration: underline;
}
.navigation .active {
	color: #333;
	font-size: small;
	font-weight: bold;
}
.smalltext {
	font-size: 11px;
}
.largetext {
	font-size: 16px;
	font-weight: bold;
}
.large {
	font-size: 18px!important
}
.navbar-toggle .icon-bar {
    background: #fff;
}
fieldset {
    padding: 5px 12px 7px;
    border: 2px solid transparent;
    margin: 0;
    background: #2d3139;
    color: #fff;
    border-radius: 4px;;
}
fieldset a {
    color: #f0f0f0 !important;
}
fieldset.trow1, fieldset.trow2 {
	border-color: #bbb;
}
fieldset.align_right {
	text-align: right;
}
input.textbox {
	background: #2d3139;
	color: #fff;
	border: 1px solid #231F20;
	outline: 0;
	font-family : 'Open Sans', sans-serif;
	height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
textarea {
    background: #2d3139;
    color: #fff;
    border: 1px solid #231F20;
    padding: 5px;
    line-height: 1.4;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
select {
	background: #2d3139;
	padding: 3px;
	border: 1px solid #ccc;
	outline: 0;
	font-family : 'Open Sans', sans-serif;
	font-size: 13px;
}
button, input.button {
    padding: 5px 12px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    background: #2d3139;
    border: 0px solid #bbb;
    color: #fff;
    outline: 0;
    border-radius: 3px;
    margin-right: 5px;
}
button:hover, input.button:hover {
	background: #383e47;
}
form {
	margin: 0;
	padding: 0;
}
#registration_form .h2, h2 {
    font-size: 17px;
    background: #383e47;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
}
input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}
input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}
label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}
form #message {
	width: 500px;
}
.label {
    color: #fff;
    background: #383e47;
    font-size: 80%;
}
.label:hover {
    color: #fff;
    background: #2d3139;
	font-size: 80%;
}

/* Buttons */
.btn, .btn:focus {
    background: #383e47;
    color: #fff;
    border-color: transparent;
}

.btn:hover {
    color: #fff;
    border-color: transparent;
}
.btn-primary {
    color: #fff;
    background-color: #2d3139;
    border-color: #2d3139;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-border {
    border-color: #aaa !important;
}

.btn-border:hover {
    border-color: #2d3139 !important;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #383e47;
  border-color: #383e47;
}
.btn-primary:hover {
  color: #fff;
  background-color: #383e47;
  border-color: #383e47;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #383e47;
  border-color: #383e47;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #383e47;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-small {
    display: inline-block;
    padding: 6px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid;
    border-radius: 4px;
}

#quickreply_multiquote a {
	text-transform: uppercase;
	font-weight: 700;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}
.editor_control_bar {
    border: 0px solid #ccc;
    background: #131920;
    padding: 5px !important;
}
.post .editor_control_bar {
	background: #f0f0f0;
}
.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}
.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}
.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}
.trow_reputation_positive {
	background: #ccffcc;
}
.trow_reputation_negative {
	background: #ffcccc;
}
.reputation_positive {
	color: green;
}

.reputation_negative {
	color: red;
}
.repbox {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
}
._neutral {
	background-color: #FAFAFA;
	color: #999999;
	border: 1px solid #CCCCCC;
}
._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border: 1px solid #980201;
}
._plus {
	background-color: #E8FCDC;
	color: #008800;
	border: 1px solid #008800;
}
img {
	border: none;
}
img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}
hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.hidden {
	display: none;
	float: none;
	width: 1%;
}
.hiddenrow {
	display: none;
}
.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}
.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}
.tcat_menu>.expcolimage {
	margin-top: 0;
}
blockquote {
    padding: 0px 0px 7px 15px !important;
    margin: 10px 10px 5px !important;
    font-size: 15px;
    background-color: #181b1e;
    text-shadow: 0 0 8px rgba(0, 157, 255, .5);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .9);
}
blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid #383d47;
    font-style: normal;
    display: block;
    margin: 0 0 10px -7px;
    background: transparent;
    padding: 5px 10px !important;
    width: 100.7%;
}
blockquote cite span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #777;
}
blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}
.codeblock {
    background: #E6E6E6;
    border: #bdcddb solid 1px;
	padding: 10px;
    margin-bottom: 12px;
    width: 95%;
}
.codeblock .title {
    color: #fff;
    border-bottom: 1px solid #8f98a3;
    background: #383e47;
    font-weight: 100;
    margin: 0 0 10px;
    padding-left: 20px;
}
.codeblock .title::before {
    font-family: 'FontAwesome';
	color: #fff;
    content: "\f1c9";
    font-size: 20px;
    padding-right: 5px;
    font-weight: 400;
}
.codeblock code {
    background-color: rgba(222, 230, 237, 0.3);
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    padding-left: 10px;
}
.smilie {
	vertical-align: middle;
}
.smilie_pointer {
	cursor: pointer;
}
.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}
.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}
.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}
.popup_menu a.popup_item:hover {
	text-decoration: none;
}
.subject_new {
    font-weight: bold;
    font-size: 14px;
}
.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}
.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}
.red_alert a:link, .red_alert a:visited, .red_alert a:hover, .red_alert a:active {
	color: #A5161A;
}
.high_warning {
	color: #CC0000
}
.moderate_warning {
	color: #F3611B
}
.low_warning {
	color: #AE5700
}
.imminent_banned {
	color: #880000
}
.high_banned {
	color: #FF0000
}
.moderate_banned {
	color: #FF6600
}
.low_banned {
	color: #008000
}

.offline {
	color: #C7C7C7;
}
div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}
div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}
div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}
div.error ul {
	margin-left: 24px;
}
.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}
.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}
.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}
.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}
.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}
.forum_legend dt {
	margin-right: 10px;
	float: left;
}
.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}
.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}
#posts_container {
	padding: 0;
}
.ignored_post {
	border-top: 3px solid #333;
	padding: 15px
}
.ignored_post .show_ignored_post {
	margin-top: -15px
}
.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px
}
.post {
	overflow: hidden
}
.post.classic {
	padding-top: 15px
}
.post.classic .post_body {
    font-size: 13px;
    padding: 12px;
    min-height: 150px;
}
.post .post_author {
    overflow: hidden;
	padding: 7px 5px 0px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #181b1e;
    text-shadow: 0 0 8px rgba(0, 157, 255, .5);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .9);
    width: 98%;
    margin: auto;
}
.post-author-classic {
    overflow: hidden;
    padding: 7px 5px 10px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #181b1e;
    text-shadow: 0 0 8px rgba(0, 157, 255, .5);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .9);
}
.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px
}
.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px
}
.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px
}
.post .post_author div.author_avatar img {
    padding: 0px;
    border: 0px solid #5e646e;
    background: #2d3139;
    height: 90px;
    width: 100%;
}
.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center
}
.post .post_author div.author_information {
    float: left;
    padding: 6px 8px;
    margin-top: -5px;
}
.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #d2d5da;
	line-height: 1.3
}
div.author_statistics a, div.author_statistics a strong {
	font-weight: 600;
}
.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #ccc;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 20px;
	float: none
}
.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #5e646e;
	margin-bottom: 4px
}
.post .post_head span.post_date {
	color: #777
}
.post .post_head span.edited_post {
	font-size: 10px;
	color: #999
}
.post .post_head span.edited_post a {
	color: #777
}
.post_body {
    font-size: 13px;
    padding: 12px;
    min-height: 120px;
}
.signature {
    color: #f8d3d6;
    font-size: 12px;
    font-weight: 600;
    background: transparent;
    margin-top: 0;
    padding: 10px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #181b1e;
    text-shadow: 0 0 8px rgba(0, 157, 255, .5);
    text-align: center;
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .9);
}
.post.classic .post_content {
	padding: 0 1% 5px 1%;
}
.post_content {
	padding: 9px 10px 5px 10px;
}
.post_content .signature {
    margin-top: 0;
    padding: 10px;
}
.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}
.post .post_meta a:link, .post .post_meta a:visited, .post .post_meta a:hover, .post .post_meta a:active {
	color: #777
}
.post_controls {
	clear: both;
	padding: 5px;
	overflow: hidden;
}
.post_controls a:link, .post_controls a:visited, .post_controls a:hover, .post_controls a:active {
	color: #fff;
	text-decoration: none;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}
a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}
a.button.new_thread_button span {
	background-position: 0 -340px
}
a.button.new_reply_button span {
	background-position: 0 -360px
}
a.button.closed_button span {
	background-position: 0 -380px
}
a.button.rate_user_button span {
	background-position: 0 -400px
}
a.button.add_buddy_button span {
	background-position: 0 -440px
}
a.button.remove_buddy_button span {
	background-position: 0 -480px
}
a.button.add_ignore_button span {
	background-position: 0 -460px
}
a.button.remove_ignore_button span {
	background-position: 0 -500px
}
a.button.report_user_button span {
	background-position: 0 -520px
}
.quick_jump {
	width: 13px;
	height: 13px;
	/* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}
.quick_jump::before {
    font-family: FontAwesome;
    content: "\f08e";
    font-size: 13px;
}
.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}
.pollbar .percent {
	display: none;
}
.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/


/** Special IE6 Style Positioning **/

.ie6 {
	position: absolute
}
.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth) + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
	top: expression( ( 0 + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}
.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
	top: expression( ( 0 + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}
.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth) + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight) + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}
.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight) + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}
.ie6.center {
	left: expression( ( 0 + ( ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + 'px');
	top: expression( ( 0 + ( ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
	width: 100%;
}

/** jGrowl Styling **/

.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family : 'Open Sans', sans-serif;
	position: fixed
}
.jGrowl.top-left {
	left: 0px;
	top: 0px
}
.jGrowl.top-right {
	right: 0px;
	top: 0px
}
.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px
}
.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px
}
.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification, .jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto
}
.jGrowl-notification {
	background-color: #000000;
	opacity: 0.9;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	min-height: 40px
}
.jGrowl-notification .ui-state-highlight, .jGrowl-notification .ui-widget-content .ui-state-highlight, .jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em
}
.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer
}
.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	zoom: 1;
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center
}
.jGrowl-closer .ui-state-highlight, .jGrowl-closer .ui-widget-content .ui-state-highlight, .jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff
}

/** Hide jGrowl when printing **/

@media print {
	.jGrowl {
		display: none
	}
}

/** jGrowl End **/


/** Impromptu Start **/


/*! jQuery-Impromptu - v6.2.1 - 2015-05-10
* http://trentrichardson.com/Impromptu
* Copyright (c) 2015 Trent Richardson; Licensed MIT */

.jqifade {
	position: absolute;
	background-color: #777777
}
iframe.jqifade {
	display: block;
	z-index: -1
}
div.jqi {
	width: 400px;
	max-width: 90%;
	font-family : 'Open Sans', sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px
}
div.jqi .jqicontainer {}
div.jqi .jqiclose {
	position: absolute;
	top: 4px;
	right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold
}
div.jqi .jqistate {
	background-color: #fff
}
div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee
}
div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto
}
div.jqi .jqibuttonshide {
	display: none
}
div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px
}
div.jqi .jqibuttons button {
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px
}
div.jqi .jqibuttons button.jqidefaultbutton {
	color: #489afe
}
div.jqi .jqibuttons button:hover, div.jqi .jqibuttons button:focus {
	color: #287ade;
	outline: none
}
div.jqi .jqibuttons button[disabled] {
	color: #aaa
}
.jqiwarning .jqi .jqibuttons {
	background-color: #b95656
}

/* sub states */

div.jqi .jqiparentstate::after {
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px
}
div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px
}
div.jqi .jqisubstate .jqibuttons button {
	padding: 10px 18px
}

/* arrows for tooltips/tours */

.jqi .jqiarrow {
	position: absolute;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 10px transparent
}
.jqi .jqiarrowtl {
	left: 10px;
	top: -20px;
	border-bottom-color: #ffffff
}
.jqi .jqiarrowtc {
	left: 50%;
	top: -20px;
	border-bottom-color: #ffffff;
	margin-left: -10px
}
.jqi .jqiarrowtr {
	right: 10px;
	top: -20px;
	border-bottom-color: #ffffff
}
.jqi .jqiarrowbl {
	left: 10px;
	bottom: -20px;
	border-top-color: #ffffff
}
.jqi .jqiarrowbc {
	left: 50%;
	bottom: -20px;
	border-top-color: #ffffff;
	margin-left: -10px
}
.jqi .jqiarrowbr {
	right: 10px;
	bottom: -20px;
	border-top-color: #ffffff
}
.jqi .jqiarrowlt {
	left: -20px;
	top: 10px;
	border-right-color: #ffffff
}
.jqi .jqiarrowlm {
	left: -20px;
	top: 50%;
	border-right-color: #ffffff;
	margin-top: -10px
}
.jqi .jqiarrowlb {
	left: -20px;
	bottom: 10px;
	border-right-color: #ffffff
}
.jqi .jqiarrowrt {
	right: -20px;
	top: 10px;
	border-left-color: #ffffff
}
.jqi .jqiarrowrm {
	right: -20px;
	top: 50%;
	border-left-color: #ffffff;
	margin-top: -10px
}
.jqi .jqiarrowrb {
	right: -20px;
	bottom: 10px;
	border-left-color: #ffffff
}

/** Impromptu End */

.sceditor-container {
	font-weight: normal
}
.sceditor-button {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box
}
.subject_editable, .subject_old {
    height: 100%;
    display: inline-block;
    width: 80%;
    font-size: 14px;
	font-weight: 600;
}
.navbar {
    position: relative;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 4px 4px 0px 0px;
}
.navbar-header img {
    height: 50px;
	display: inline-block !important;
}
.navbar-inverse {
    background-color: rgba(56, 62, 71, .9);
    border-color: transparent !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #d2d5da;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #2d3139 !important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #2d3139;
}
.navbar-inverse-ucp {
    background-color: transparent;
    border-color: transparent !important;
    margin-bottom: 5px;
}
.navbar-inverse-ucp .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-inverse-ucp .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.navbar-inverse-ucp .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #2d3139 !important;
}
.navbar-inverse-ucp .navbar-nav > .open > a, .navbar-inverse-ucp .navbar-nav > .open > a:focus, .navbar-inverse-ucp .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #2d3139;
}
#myNavbar .navbar-nav {
    float: left;
    margin: 0;
    padding-left: 30px;
}
#myNavbar .navbar-nav > li {
    float: left;
    height: 80px;
}
#myNavbar .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
    color: #d2d5da;
    text-transform: uppercase;
    font-size: 12px;
}
#myNavbar .navbar-nav > li > a:hover {
    background: #2d3139;
}

#myNavbar .navbar-nav > li.li-more > a:hover, #myNavbar .navbar-nav > li.li-more > a:focus, #myNavbar .navbar-nav > li.li-more > a:active {
    background: transparent !important;
}

#myNavbar li.li-more i:hover {
	color: rgba(250,250,250,.7);
}

.navbar-no-corners {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-left: none;
	border-right: none
}
.navbar-no-margin {
	margin-bottom: 0 !important
}
.table>tbody>tr>td {
	border-top: none
}
.page-header-no-top-margin {
	margin: 0 0 20px
}
.line-height-1 {
    line-height: 1;
}
.panel-no-padding {
    padding: 0;
}
.padding-8px {
	padding: 8px 15px
}
.padding-top {
    padding: 12px 15px 0;
}
.no-padding {
    padding: 0;
}
.margin-0 {
	margin: 0
}
.padding-right-22px {
	padding-right: 22px
}
.text-decoration-none a {
	text-decoration: none
}
.margin-top-4px {
	margin-top: 4px
}
.margin-bottom-4px {
	margin-bottom: 4px
}
.margin-left-4px {
	margin-left: 4px
}
.margin-bottom-20px {
	margin-bottom: 20px
}
.font-size-30px {
	font-size: 30px
}
.white-space-nowrap {
	white-space: nowrap
}
.breadcrumb {
    background-color: #2f343a;
    line-height: 1.75;
    font-weight: 500;
    font-size: 12px;
	border-radius: 4px 0px 0px 4px;
}
.breadcrumb > li + li::before {
	font-family: 'FontAwesome';
	font-size: 9px;
    padding: 0 5px;
    color: #bbb;
    content: "\f054";
}
.bottom-border {
    border-bottom: 1px solid;
    border-color: #303236;
}
.remove_buddy_button i:before {
	font-size: 14px;
	content: "\f235"
}
.remove_ignore_button i:before {
	font-size: 14px;
	content: "\f235";
}
.add_ignore_button i:before {
	font-size: 14px;
	content: "\f256";
}
.report_user_button i:before {
	font-size: 14px;
	content: "\f024";
}
.addsubscription i:before {
	content: "\f09e";
}
.removesubscription i:before {
	content: "\f068";
}
.panel-heading a:link, .panel-heading a:visited, .panel-heading a:hover, .panel-heading a:active {
	color: #fff;
}
.panel-heading .accordion-toggle:after {
	font-family: FontAwesome;
	content: "\f205";
	float: right;
}
.panel-heading .accordion-toggle.collapsed:after {
	content: "\f204";
}

.back-to-top {
    z-index: 1000;
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: none;
    background: rgba(0, 0, 0, .3);
    border-color: transparent;
}

.back-to-top:hover {
    background: rgba(0, 0, 0, .7);
    border-color: transparent;
}

h1 {
	display: inline;
}

.istatwrap {
    width: 100%;
    display: inline-block;
    padding-left: 10px;
    padding-top: 10px;
}

.istatwrap span {
    width: 100%;
    display: inline-block;
	height: 25px;
}

/* Custom */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 9999;
    background: rgba(0, 0, 0, .7);
    margin-top: 5%;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 60px;
    font-weight: 100;
    text-align: center;
    border: 3px solid rgba(250, 250, 250, .3);
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    background: transparent;
    color: #fff;
}

#search .btn {
    position: absolute;
    top: 60%;
    left: 40%;
    margin-top: 61px;
    margin-left: -45px;
    width: 30%;
    height: 50px;
    border-radius: 0px;
    font-size: 20px;
}

#search .close {
    position: fixed;
    top: 50px;
    right: 15px;
    opacity: 1;
    padding: 12px 17px;
    font-size: 22px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2d3139;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #5e646e;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2d3139;
  border-color: #2d3139;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #5e646e;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #5e646e;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

a.btn-login {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 78px !important;
    color: #16CC70;
    background: transparent;
	border-radius: 0px;
}
a.btn-register {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 78px !important;
    color: #fff;
    background: transparent;
	border-radius: 0px;
}
a.btn-login:hover {
    background: #16CC70;
	color: #fff;
	border-radius: 0px;
}
a.btn-register:hover {
	color: #fff;
	border-radius: 0px;
}
.searchbtn {
    position: absolute;
    top: 26px;
    right: 10px;
}
.searchbtn .fa {
    background: rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
}
.searchbtn .fa:hover {
    background: #16CC70;
    color: #fff;
}
		
@media screen and (max-width: 960px) {
   #header-navbar {
       position: relative;
   }
	.main-wrapper {
       margin: auto auto;
   }
}

@media screen and (max-width: 767px) {
	.navbar-nav .open .dropdown-menu > li > a {
       color: #fff;
    }
	.navbar-nav .open .dropdown-menu > li > a:hover {
       color: #f0f0f0;
	   background: transparent;
    }
	.dropdown-menu .divider {
       background-color: #333 !important;
    }
}

@media screen and (min-width: 768px) {
     .modal-dialog {
        margin: 10% auto;
     }
}
		
/* DVZ Shoutbox */
#shoutbox {
	margin-bottom: 10px;
}
#shoutbox.front {
	background: #212528;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1), inset 0 1px 1px rgba(255, 255, 255, .1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1), inset 0 1px 1px rgba(255, 255, 255, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), inset 0 1px 1px rgba(255, 255, 255, .1);
	border: 0px solid #000;
	padding: 0px;
	z-index: -1;
	border-top: 0;
	margin-top: 0;
	color: #ccc;
	border-radius: 3px;
}
#shoutbox .head {
	padding: 8px;
}
#shoutbox .thead {
	color: #fff;
	padding: 12px 10px 0px 15px;
	line-height: 20px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #1d1d1d;
	border: 0px solid #000 !important;
	background-image: -webkit-linear-gradient(bottom, #1a1b1f, #212528);
	background-image: -moz-linear-gradient(bottom, #1a1b1f, #212528);
	background-image: -o-linear-gradient(bottom, #1a1b1f, #212528);
	background-image: linear-gradient(to top, #1a1b1f, #212528);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1), inset 0 1px 1px rgba(255, 255, 255, .1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1), inset 0 1px 1px rgba(255, 255, 255, .1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1), inset 0 1px 1px rgba(255, 255, 255, .1);
	display: inline-block;
	width: 100%;
}
#shoutbox .thead a {
	border: 1px solid #000;
	box-shadow: inset -1px 1px 1px 0px rgba(250, 250, 250, .1);
	background: #2e3438;
	border-radius: 4px !important;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 400;
	text-transform: uppercase;
}
#shoutbox .head .right {
	float: right;
	margin: 0;
	font-size: 13px;
}
#shoutbox.collapsed .head {
	opacity: 0.6;
}
#shoutbox.front .body {
	padding: 5px 3px 10px;
}
#shoutbox.collapsed .body {
	display: none;
}
#shoutbox .panel {
	margin-bottom: 0px;
	border-radius: 0px;
	margin-bottom: 5px;
	padding: 10px 10px 0;
}
#shoutbox input.text {
	margin: 0;
	padding: 10px 8px;
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	color: #aaa;
	background-color: #181b1e;
	background-image: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
	border: 1px solid rgba(0, 0, 0, .9);
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#shoutbox p.right {
	float: right;
}
#shoutbox .minposts, #shoutbox .blocked {
	padding: 6px;
	font-size: 11px;
}
#shoutbox .panel.minposts {
	background: #FFFED8;
	color: #727250;
}
#shoutbox .panel.blocked {
	background: #FCEFEF;
	color: #543A3A;
}
#shoutbox .panel p {
	margin: 0;
}
#shoutbox .window {
	overflow-y: scroll;
	padding: 5px;
	width: 99%;
	margin: auto auto;
	background-color: #181b1e;
	background-image: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
	border: 1px solid rgba(0, 0, 0, .9);
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#shoutbox .data {
	display: table;
	width: 100%;
	border-top: solid 2px rgba(0, 0, 0, 0.1);
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#shoutbox.front .data {
	border-top: none;
}
#shoutbox .entry {
	display: table-row !important;
	width: 100%;
	transition: background-color 0.2s;
}
#shoutbox .entry:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.01);
}
#shoutbox .entry.new {
	background-color: rgba(255, 255, 100, 0.1);
}
#shoutbox .entry:target {
	background-color: rgba(50, 200, 255, 0.1);
}
#shoutbox .entry>div {
	border-bottom: solid 1px rgba(46, 64, 82, 0.1);
}
#shoutbox .entry:last-child>div {
	border-bottom: none;
}
#shoutbox .entry>div {
	display: table-cell;
	padding: 6px;
}
#shoutbox .avatar img {
	margin: 0 auto;
	vertical-align: middle;
	max-height: 20px;
	max-width: 20px;
	border: solid 1px rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
#shoutbox .user {
	border-right: solid 1px rgba(0, 0, 0, 0.05);
	text-align: right;
	white-space: nowrap;
}
#shoutbox .text {
	width: 100%;
	color: #aaa;
}
#shoutbox .info {
	font-size: 11px;
	color: #435870;
	white-space: nowrap;
	text-align: right;
	background: rgba(0, 0, 0, .2);
}
#shoutbox .entry.unread .info:before {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 10px;
	height: 4px;
	width: 4px;
	content: '';
	background: rgba(255, 100, 0, 0.8);
	border-radius: 10px;
}
#shoutbox .info a {
	color: inherit;
}
#shoutbox .mod {
	padding: 6px 8px;
	font-size: 9px;
	font-weight: bold;
	color: #AAA;
	text-decoration: none;
}
#shoutbox .mod:nth-of-type(2) {
	margin-right: 5px;
	border-left: solid 1px rgba(0, 0, 0, 0.1);
}
#shoutbox .ip {
	margin-right: 10px;
	color: #CECECE;
}
#shoutbox .head a {
	color: rgba(222, 230, 237, 1);
}

.button2 {
    color: #fff;
    background-color: #2d3139;
    border: 1px solid rgba(250,250,250,.1);
    width: auto !important;
    padding: 5px 20px !important;
}
.button2:hover {
  color: #fff;
  background-color: #383e47;
  border-color: #383e47;
}
		
		
		
		
		
		