@import url(../../../images/modern/css/editor.min.css);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900&amp;subset=latin,latin-ext);
body {
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: none;
	background-color: #000;
	
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}

.bg_menu {
  background:#000;
	bottom:0px;
	height:100%;
	left:0px;
	opacity:0.50;
	position:fixed;
	right:0px;
	top:0px;
    width: 100%;
    z-index: 1000;
}

.bg_menu_overflow {
  overflow: hidden;
}

/** .dropdown:hover .dropdown-menu {
    display: block;
}

**/

.wrap_body {
    box-sizing: border-box;
    background-color: #FFF;
    margin: auto; 
    float: none;
}

.col-lg-10, .col-xs-12 {
   padding-right: 10px;
   padding-left: 10px;
}

.modal-open {
  padding-right: 0px !important
}

a:link {
	color: #FF5F00;
	text-decoration: none;
}

a:visited {
	color: #FF5F00;
	text-decoration: none;
}

a:hover,
a:active {
	color: #398ED8;
	text-decoration: none;
}

#container {
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
}

.wrapper {
  margin: auto auto;
  float: none;
  max-width: 1200px;
}

/************* nav ***************/
#logo {
	background-image: none;
    background-color: #FF5F00;
	padding: 10px 0;
   /** -moz-animation: bgscroll 750s infinite linear;
   -ms-animation: bgscroll 750s infinite linear;
   -o-animation: bgscroll 750s infinite linear;
   -webkit-animation: bgscroll 750s infinite linear; **/
}

@-webkit-keyframes bgscroll {
	from {
background-position: 0 0;
}

to {
background-position: -9999px 0;
}


}

@-moz-keyframes bgscroll {
	from {
background-position: 0 0;
}

to {
background-position: -9999px 0;
}


}

@-ms-keyframes bgscroll {
	from {
background-position: 0 0;
}

to {
background-position: -9999px 0;
}


}

@-o-keyframes bgscroll {
	from {
background-position: 0 0;
}

to {
background-position: -9999px 0;
}


}

@keyframes bgscroll {
	from {
background-position: 0 0;
}

to {
background-position: -9999px 0;
}


}

.logo {
  font-size: 35px;
  font-family: 'Titillium Web', sans-serif;
  text-decoration: none;
  color: #fff !important;
  text-transform: uppercase;
  margin-right: 10px;
  display: inline-block;
  float: left;
  margin-top: -2px;
  font-weight: bold;
  line-height: 60px;
}

.navbar {
  border-radius: 0px;
  border: 0 !important;
  margin-bottom: 0px !important;
}

.nav-fixed {
    right: 0px;
    left: 0px;
}

.nav-fixed .navbar-collapse {
    max-height: 300px;
}

.no_nav {
  position: static !important;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-default {
    background-color: #222222 !important;
    border-color: #222222 !important;
}

.navbar-default .navbar-nav>li>a {
  color: #f5f5f5; 
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #FF5F00 !important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
   color: #fff !important;
    background-color: #FF5F00 !important;
}

.navbar-default .navbar-nav li a{
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

/** .navbar-default .navbar-nav li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s ease left;
  z-index: 555;
}

.navbar-default .navbar-nav li a:hover:before {
  border-bottom: 3px solid #7B7979;
}

**/

.navbar-right {
    margin-right: 0px;
}

.navbar-form {
    padding: 0px;
}

#content {
	width: auto !important;
	overflow: hidden;
}

.header {
  background: #FF5F00;
  border-top-left-radius: 3px; 
  color: #fff; 
  border-top-right-radius: 3px;
}

.header_color {
  background-color: #FF5F00;
  border-top-left-radius: 3px;
  color: #fff;
  border-top-right-radius: 3px;
}

/*********** Footer ***************/
.button-footer {
        background: #474A4E;		
		padding:8px 10px;
		border-radius:2px;
		color:#fff!important;
		transition:background-color 0.2s,border 0.2s,color 0.2s;
		transition-delay:0s;
		transition-timing-function:linear;
		-moz-transition:background-color 0.2s,border 0.2s,color 0.2s;
		-moz-transition-delay:0s;
		-moz-transition-timing-function:linear;
		-webkit-transition:background-color 0.2s,border 0.2s,color 0.2s;
		-webkit-transition-delay:0s;
		-webkit-transition-timing-function:linear;
        margin: 3px 0;
}

.button-footer:hover {
  background: #FF5F00;
}

#footer {
	clear: both;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #efefef;
	overflow: hidden;
    padding: 6px;
}

#footer a:link, #footer a:visited,#footer a:active {
	color: #777;
}

#footer a:hover {
  color: #FF5F00
}

#footer .lower {
	color: #f5f5f5;
	padding: 17px 0px 13px 0px;
	overflow: hidden;
    background-color: #2A2A2A;
    text-decoration: none;
	font-weight: bold;
}

#footer .lower a:link,
#footer .lower a:visited, #footer .gird_footer a:link,
#footer .gird_footer a:visited {
	color: #999;
}

#footer .lower a:hover,
#footer .lower a:active, #footer .gird_footer a:hover,
#footer .gird_footer a:active {
  color: #f5f5f5;
}

#footer .lower #current_time {
	float: right;
	color: #888;
    text-align: right;
}

#footer .gird_footer {
    color: #f5f5f5;
	padding: 6px 0px 12px 0px;
	overflow: hidden;
    background-color: #333;
    text-decoration: none;
}

#footer .gird_footer form {
  color: #333
}

#footer .gird_footer ul {
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}

#footer .gird_footer ul li {
  display:inline-block;
}

#footer .gird_footer ul.menu_bottom_links li {
  display:block;
}

#footer .gird_footer ul.menu_bottom_links a:before {
  font-family:FontAwesome;
  font-weight:normal;
  content: "\f101";
  margin-right:5px;
  font-size:12px;
}

#footer .gird_footer ul.menu_bottom_links a:hover {
  -webkit-transition:all 250ms ease-in-out;
  -moz-transition:all 250ms ease-in-out;
  -o-transition:all 250ms ease-in-out;
  transition:all 250ms ease-in-out;
  margin-left: -5px
}

.title_gird_footer {
  font-size: 18px;
  margin: 8px 0px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF5F00;
  padding: 0 0 8px;
  border-bottom: 2px solid #FF5F00;
}

.icon_footer {
  background: rgba(255,255,255,0.1);
  padding:8px 10px;
  border-radius:3px;
  color:#fff!important;
  transition:background-color 0.2s,border 0.2s,color 0.2s;
  transition-delay:0s;
  transition-timing-function:linear;
  -moz-transition:background-color 0.2s,border 0.2s,color 0.2s;
  -moz-transition-delay:0s;
  -moz-transition-timing-function:linear;  
  -webkit-transition:background-color 0.2s,border 0.2s,color 0.2s;
  -webkit-transition-delay:0s;
  -webkit-transition-timing-function:linear;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

/*************** Back to top **************/
.scroll-top-wrapper {
  position: fixed;
  cursor: pointer;
  text-align: center;
  z-index: 99;
  border-radius: 3px;
  right: 20px;
  width: 50px;
  height: 48px;
  line-height: 48px;
  background: #FF5F00;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

.scroll-top-wrapper.animated {
  display: none !important
}

.scroll-top-wrapper.animated.fadeInRight, .scroll-top-wrapper.animated.fadeOutRight{
  display: block !important
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
}

.scaleimages img {
	max-width: 100%;
}

.panel {
	box-shadow: none !important;
	border: none !important;
}

.panel-body {
  padding: 10px;
}

/************* Icon-status **************/
.forum_status {
	height: 50px;
	width: 50px;
	font-size: 24px;
	text-align: center;
	color: #FFF;
	border-radius: 50%;
	margin-right: -10px;
}

.forum_status_mobile {
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 3px 4px;
  font-size: 9px;
}

.forum_status i {
display: inline-block;
line-height: 50px;
}

.forum_on,  .forum_on_mobile{
background: #FF5F00;
}

.forum_off, .forum_off_mobile, .forum_offlock, .forum_offlink {
background: #333;
}

.forum_offlock_mobile {
  background: #C31111
}

.forum_offlink_mobile {
  background: #29B12A
}

.forum_off i, .forum_offlock i, .forum_offlink i {
opacity: .4;
}

.forum_offlock i:before {
content: "\f023";
}

.forumsubscriptions.off:before {
  font-family:'FontAwesome';
  font-size:15px;
  content: "\f023";
}

.forum_offlink i:before {
content: "\f0c1";
}

div[id^="mark_read_"]{
  padding-right: 0;
  padding-left: 0;
}

.subforumicon {
height: 10px;
width: 10px;
display: inline-block;
font-size: 14px;
}

.subforum_minion {
color: #E14444;
}

.subforum_minioff, .subforum_miniofflock, .subforum_miniofflink {
color: #333;
}

.subforum_minioff {
opacity: .4;
}

.subforum_miniofflock i:before {
content: "\f023";
}

.subforum_miniofflink i:before {
content: "\f0c1";
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
  padding: 10px;
  border-bottom: 1px solid transparent;
  background-color: #FF5F00 ;
  border-color: #FF5F00;
}

.thead a:link, .thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #444;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 6px 10px;
	font-size: 13px;
}

.tcat a:link, .tcat a:visited, .tcat a:hover, .tcat a:active {
	color: #fff;
}

.trow1 {
	background: #f5f5f5;
}

.trow2 {
	background: #efefef;
}

.trow_shaded {
	background: #ffdde0;
}

.no_bottom_border {
	border-bottom: 0;
}

/************** Breadcrumbs ************/
.btn-breadcrumb .btn:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}

.btn-breadcrumb .btn.btn-default:last-child {
  background-color: #FF5F00;
  color:#fff;
}

.btn-breadcrumb .btn:first-child {
  padding:9px 6px 9px 10px;
}

.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:after {
  border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:last-child:after, .btn-breadcrumb .btn.btn-default:last-child:hover:after{
border-left: 10px solid #FF5F00;
}

.btn-breadcrumb .btn.btn-default:before {
  border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:before {
  border-left: 10px solid #adadad;
}

.btn-breadcrumb .btn.btn-default:hover:after {
  border-left: 10px solid #ebebeb;
}

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
}

.btn-breadcrumb > * div {
        max-width: 40px;
}


}

@media (max-width: 319px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
}

.btn-breadcrumb > * div {
        max-width: 25px;
}


}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
}

.btn-breadcrumb > * div {
        max-width: 100px;
}


}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
}

.btn-breadcrumb > * div {
        max-width: 170px;
}


}

.button-stats {
  background: #273442;		
  padding: 8px;
  margin: 0 3px;
  border-radius: 3px;
  color: #fff !important;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition-delay: 0s;
  transition-timing-function: linear;
  -moz-transition: background-color 0.2s, border 0.2s, color 0.2s;
  -moz-transition-delay: 0s;
  -moz-transition-timing-function: linear;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: linear;
}

.button-stats:hover {
  background: #FF5F00;
}

.alert-danger a {
    color: #A94442 !important;
}

.white {
  color: #fff
}

input.button {
  background-color: #FF5F00;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 29px;
  line-height: 29px;
  padding: 0 8px;
  color: #fff;
  font-size: 13px;
}

input.button:hover {
  background-color: #353434;
}

.post_body form button[type="submit"], .post_body form button[type="cancel"] {
  background-color: #FF5F00;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  color: #fff;
  font-size: 13px;
  margin: 5px 5px 5px 0;
}

.post_body form button[type="submit"]:hover, .post_body form button[type="cancel"]:hover {
    background-color: #353434 !important;
}

.post_body form button[type="cancel"] {
  background-color: #E67C78 !important;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background-color: #353434;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin: 2px 2px 6px 0px;
	border-radius: 3px;
	font-size: 14px;
  transition:background-color 0.2s,border 0.2s,color 0.2s;
  transition-delay:0s;
  transition-timing-function:linear;
  -moz-transition:background-color 0.2s,border 0.2s,color 0.2s;
  -moz-transition-delay:0s;
  -moz-transition-timing-function:linear;
  -webkit-transition:background-color 0.2s,border 0.2s,color 0.2s;
  -webkit-transition-delay:0s;
  -webkit-transition-timing-function:linear;
  text-transform: uppercase;
  font-weight: bold;
}

a.button:hover,a.button:active {
  background-color: #FF5F00;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span:before {
   content: "";
   display: inline-block;
   font-family: FontAwesome;
   font-weight: normal;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   margin-right: 5px;
}

a.button.new_thread_button span:before {
content: "\f086";
}

a.button.new_thread_button span:before, a.button.new_reply_button span:before {
background-color: #5DDB25;
font-size: 18px;
padding: 2px 6px;
border-radius: 3px;
}

a.button:hover.new_thread_button span:before, a:hover.button.new_reply_button span:before {
  background-color: #353434;
}

a.button.new_reply_button span:before {
content: "\f075";
}

a.button.closed_button span:before {
content: "\f00d";
background-color: #EF4F2D;
font-size: 18px;
padding: 2px 6px;
border-radius: 3px;
}

a.button.rate_user_button span:before {
content: "\f123";
}

a.button.add_buddy_button span:before {
content: "\f007";
}

a.button.remove_buddy_button span:before {
content: "\f00d";
}

a.button.add_ignore_button span:before {
content: "\f1f6";
}

a.button.remove_ignore_button span:before {
content: "\f0f3";
}

a.button.report_user_button span:before {
content: "\f0a1";
}

.pagination {
  margin: 7px 0 !important;
}

.pagination>li>a, .pagination>li>span {
  border-radius: 3px !important;
  margin: 0 2px;
  color: #FF5F00;
  background-color: #efefef;
  border: 0;
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{
	color:#fff !important;
	background-color:#FF5F00;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #FF5F00 !important;
  border-color: #FF5F00 !important;
  color: #fff !important;
}

.float_left_top{
    float: left;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF !important;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9 !important;
	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;
}

input.textbox, input {
	background: #fff;
	color: #333;
	border: 2px solid;
	padding: 5px;
    border-radius: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	border-color: rgba(0, 0, 0, 0.17);
}

input:focus, input.textbox:focus, select:focus {
	border-color: #FF5F00;
}

select {
    padding: 5px;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	border: 2px solid;
    background-color: #fff;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	border-radius: 3px;
	border-color: rgba(0, 0, 0, 0.17);
}

.thead_links{
	font-size:13px;
	position:relative
}

.thead_links > a > i{
	background-color:rgba(0,0,0,0.6);
	border-radius:3px;
	padding:4px 6px;
    margin: -2px 0;
}

.thead_links > a{
	margin-left:6px
}

.thead_links > a:link {
  text-decoration: none;
}

.text-right {
    float: right;
}

ul[aria-labelledby="thread_modes"] > li > a{
  color: #333 !important;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_sep {
	background: #E6E6E6;
	color: #333;
	padding: 6px 12px;
	font-size: 13px;
}

.tfoot {
	padding: 6px;
	background: #E6E6E6;
	color: #666;
}

.tfoot a:link, .tfoot a span:link {
	color: #444;
	text-decoration: none;
}

.tfoot a:visited, .tfoot a span:visited {
	color: #444;
	text-decoration: none;
}

.tfoot a span:hover,
.tfoot a span:active {
	color: #333;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #fff;
	text-decoration: none;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.smalltext {
	font-size: 13px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

.btn-styles {
  color: #FFF;
  background-color: #FF5F00;
}

.btn-styles:hover, .btn-styles:focus {
  background-color: #353434;
  color: #FFF;
}

div[class$="thead_links"]{
  margin: 2px 0;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.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: #ccc;
	border-style: dashed;
}

.clear {
	clear: both;
}

.float_left, .float_left_none {
	float: left;
}

.float_right {
	float: right;
}

.float_right1 {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

/*********** Timeline ************/

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin: 10px 0;
    padding: 0;
    overflow: auto;
    max-height: 250px;
    padding-right: 0px !important;
    width: 50% !important;
}

.timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
}

.timeline-centered:after {
        clear: both;
}

.timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
}

.timeline-centered:after {
        clear: both;
}

.timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        /*left: 50%;*/
        top: 20px;
        bottom: 0px;
        margin-left: 25px;
}

.timeline-label hr {
      margin-top: 10px;
      margin-bottom: 5px;
}

.timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
        float: right;*/
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
}

.timeline-centered .timeline-entry:after {
            clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
}

.timeline-centered .timeline-entry:after {
            clear: both;
}

.timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
            float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #f5f5f6;
                -webkit-box-shadow: 0 0 0 5px #f5f5f6;
                box-shadow: 0 0 0 5px #f5f5f6;
                line-height: 40px;
                font-size: 15px;
                float: left;
                padding-right: 5px;
                margin-top: 5px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                    background-color: #303641;
                    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                    background-color: #00a651;
                    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                    background-color: #21a9e1;
                    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                    background-color: #cc2424;
                    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f5f5f6;
                padding: 8px;
                margin-left: 60px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color: #737881;
                    font-family: "Noto Sans",sans-serif;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                        font-size: 13px;
}

.timeline_margin {
  margin: auto; 
  height: 220px;
}

.author_avatar {
  width: 70px;
  height: 70px;
  padding: 2px;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	font-size: 13px;
    font-weight: bold;
	color: #fff;
    border-radius: 3px;
    background-color: #FF5F00;
    margin: 4px 2px;
    text-transform: uppercase;
}

.postbit_buttons a span {
	padding: 0 4px 0 0;
}

.postbit_buttons a:hover span {
	color: #fff;
}

.postbit_buttons a span:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: inherit;
    margin-right: 3px;
    background-color: #273442;
    padding: 3px 7px;
    border-radius: 3px;
    color: #fff;
}

.postbit_buttons a span:hover:before {
  background-color: #FF5F00;
}

.postbit_buttons a.postbit_multiquote_on span:before, .postbit_buttons-mobile a.postbit_multiquote_on:before,
.postbit_buttons-mobile1 a.postbit_multiquote_on:before {
  background-color: #5CB85C;
}

.postbit_buttons a.postbit_find span:before {
	content: "\f002";
}

.postbit_buttons a.postbit_reputation_add span:before {
	content: "\f067";
}

.postbit_buttons a.postbit_email span:before {
	content: "\f0e0";
}

.postbit_buttons a.postbit_website span:before {
	content: "\f0ac";
}

.postbit_buttons a.postbit_pm span:before {
	content: "\f199";
}

.postbit_buttons a.postbit_quote span:before {
	content: "\f10e";
}

.postbit_buttons a.postbit_multiquote span:before {
	content: "\f055";
}

.postbit_buttons a.postbit_multiquote_on span:before {
	content: "\f056";
}

.postbit_buttons a.postbit_edit span:before {
	content: "\f044";
}

.postbit_buttons a.postbit_qdelete span:before {
	content: "\f00d";
}

.postbit_buttons a.postbit_qrestore span:before {
	content: "\f067";
}

.postbit_buttons a.postbit_report span:before {
	content: "\f0a1";
}

.postbit_buttons a.postbit_warn span:before {
	content: "\f0e3";
}

.postbit_buttons a.postbit_purgespammer span:before {
	content: "\f071";
}

.postbit_buttons a.postbit_reply_pm span:before {
	content: "\f112";
}

.postbit_buttons a.postbit_reply_all span:before {
	content: "\f122";
}

.postbit_buttons a.postbit_forward_pm span:before {
	content: "\f064";
}

.postbit_buttons a.postbit_delete_pm span:before {
	content: "\f00d";
}

.postbit_buttons-mobile a:before, .postbit_buttons-mobile1 a:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: inherit;
    background-color: #273442;
    padding: 5px 8px;
    border-radius: 3px;
    color: #fff;
}

.postbit_buttons-mobile a:hover:before, .postbit_buttons-mobile1 a:hover:before {
  background-color: #FF5F00;
}

.postbit_buttons-mobile a.postbit_find:before, .postbit_buttons-mobile1 a.postbit_find:before {
	content: "\f002";
}

.postbit_buttons-mobile a.postbit_reputation_add:before, .postbit_buttons-mobile1 a.postbit_reputation_add:before {
	content: "\f067";
}

.postbit_buttons-mobile a.postbit_email:before, .postbit_buttons-mobile1 a.postbit_email:before {
	content: "\f0e0";
}

.postbit_buttons-mobile a.postbit_website:before, .postbit_buttons-mobile1 a.postbit_website:before {
	content: "\f0ac";
}

.postbit_buttons-mobile a.postbit_pm:before, .postbit_buttons-mobile1 a.postbit_pm:before {
	content: "\f199";
}

.postbit_buttons-mobile a.postbit_quote:before, .postbit_buttons-mobile1 a.postbit_quote:before {
	content: "\f10e";
}

.postbit_buttons-mobile a.postbit_multiquote:before, .postbit_buttons-mobile1 a.postbit_multiquote:before {
	content: "\f055";
}

.postbit_buttons-mobile a.postbit_multiquote_on:before, .postbit_buttons-mobile1 a.postbit_multiquote_on:before {
	content: "\f056";
}

.postbit_buttons-mobile a.postbit_edit:before, .postbit_buttons-mobile1 a.postbit_edit:before {
	content: "\f044";
}

.postbit_buttons-mobile a.postbit_qdelete:before, .postbit_buttons-mobile1 a.postbit_qdelete:before {
	content: "\f00d";
}

.postbit_buttons-mobile a.postbit_qrestore:before, .postbit_buttons-mobile1 a.postbit_qrestore:before {
	content: "\f067";
}

.postbit_buttons-mobile a.postbit_report:before, .postbit_buttons-mobile1 a.postbit_report:before {
	content: "\f0a1";
}

.postbit_buttons-mobile a.postbit_warn:before, .postbit_buttons-mobile1 a.postbit_warn:before {
	content: "\f0e3";
}

.postbit_buttons-mobile a.postbit_purgespammer:before, .postbit_buttons-mobile1 a.postbit_purgespammer:before {
	content: "\f071";
}

.postbit_buttons-mobile a.postbit_reply_pm:before, .postbit_buttons-mobile1 a.postbit_reply_pm:before {
	content: "\f112";
}

.postbit_buttons-mobile a.postbit_reply_all:before, .postbit_buttons-mobile1 a.postbit_reply_all:before {
	content: "\f122";
}

.postbit_buttons-mobile a.postbit_forward_pm:before, .postbit_buttons-mobile1 a.postbit_forward_pm:before {
	content: "\f064";
}

.postbit_buttons-mobile a.postbit_delete_pm:before, .postbit_buttons-mobile1 a.postbit_delete_pm:before {
	content: "\f00d";
}

.postbit_hide a[class*="postbit_"] span {
    display: none !important;
}

.post_meta {
	margin: 8px 0;
	font-size: 12px;
	color: #999;
}

.post_meta a:link, .post_meta a:visited {
	color: #777;
}

div[style="margin: auto; height: 210px;"] .post_content .signature {
	margin-top: 35px;
    border-top: 1px dotted #DDD;
    padding: 5px 0px 4px;
}

.edited_post {
  color: #333;
  font-size: 11px;
}

.edited_post a{
  color: #333;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post_content {
}

.postbit_background {
      background-color: #F5F5F6;
}

.post_content .signature {
  color: #969696;
  position: relative;
  border: 2px solid #DDD;
  margin-top: 5px;
  padding: 15px 8px;
  font-size: 10pt;
}

.post_content .signature:before {
  text-align: center;
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 20px;
  padding: 5px;
  background-color: #999;
  box-sizing: border-box;
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -50px;
  border-radius: 2px;
  content: "Signature";
  width: 100px;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 12px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.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 .post_author {
	border-bottom: 0;
	background: #E6E6E6;
	padding: 10px;
	overflow: hidden;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
    border: 0px;
    width: auto;
    height: auto;
}

.post .post_author div.author_avatar img {
	padding: 2px;
	border: 2px solid #C5C5C5;
	background: #fff;
    border-radius: 50%;
}

.post .post_author div.author_information {
	float: left;
    margin-left: 7px;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 13px;
	color: #666;
	line-height: 1.3;
    width: 150px
}

.post .post_author div.author_statistics span {
  display: block;
}

.post .post_head {
	font-size: 12px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 12px;
	color: #333;
}

.post .post_head span.edited_post a {
	color: #333;
}

.post_edit {
    margin: 10px 0;
}

.popup_menu1 {
  position: inherit !important;
}

.popup_menu1 .popup_item {
	background: #F5F5F6;
	color: #333;
    border: 1px solid #eaeaea;
}

.popup_menu1 .popup_item:hover {
	background: #FF5F00;
	color: #fff;
}

.popup_menu1 .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu1 .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu1 a.popup_item:hover {
	text-decoration: none;
}

.spinner-quickreply {
  margin: 15px auto;
  width: 20px;
  height: 20px;
  position: relative;
}

.container12 > div, .container22 > div, .container32 > div {
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner-quickreply  .spinner-container1 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container22 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container32 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
 top: 0; left: 0;
}

.circle2 {
 top: 0; right: 0;
}

.circle3 {
 right: 0; bottom: 0;
}

.circle4 {
 left: 0; bottom: 0;
}

.container22 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container32 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container12 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container22 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container32 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container12 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container22 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container32 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container12 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container22 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container32 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
 -webkit-transform: scale(0.0)
}

40% {
 -webkit-transform: scale(1.0)
}


}

@keyframes bouncedelay {
  0%, 80%, 100% {
 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
}

40% {
 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
}


}

.fakeloader {
  width: 180px !important;
  top: 30% !important;
  border-radius: 3px;
  color: rgba(245, 245, 245, 0.7);
  margin: 0px auto;
  padding: 12px 16px;
  right: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7) !important;
  height: 180px !important;
}

.fakeloader:after{
	content:"Loading,please wait.";
	display:block;
	font-size:14px;
    margin: 140px 0;
}

img[src*="spinner.gif"]{
	display:none
}

[id="theme_select"] > input[value="Go"], [id="lang_select"] > input[value="Go"]{
  margin-top: 8px
}

tr.inline_row > td {
  vertical-align: middle !important;
}

.thread-status, .thread-status1, .thread-status2 {
  padding: 0;
}

.controlGroup {
  float: left;
  margin-right: 5px;
  overflow: hidden;
}

.controlGroup_button {
  float: right
}

.loader {
    border-left: 1.1em solid #FF5F00 !important;
}

.rating_mobile {
  padding: 14px 0;
}

.sceditor-button {
  	background-color: #FF5F00;
	background-image:none;
	border:1px solid rgba(0,0,0,0.13);
	border-radius:3px;
	color:#f5f5f5;
	padding:6px 12px
}

.sceditor-button:hover {
  background-color: #353434;
  color:#fff;
}

.sceditor-group{
	margin:0 10px 10px 0
}

.sceditor-toolbar .sceditor-group:nth-child(2){
	float:right
}

.sceditor-group .sceditor-button{
	border-radius:0;
	border-width:1px 1px 1px 0
}

.sceditor-group .sceditor-button:first-child{
	border-left-width:1px;
	border-radius:3px 0 0 3px
}

.sceditor-group .sceditor-button:last-child{
	border-radius:0 3px 3px 0;
	border-right-width:1px
}

.sceditor-dropdown {
	background-color: #f5f5f5;
    border: 2px solid #efefef;   
	border-radius:0 0 3px 3px;
	position:absolute;
    z-index: 77777;
}

.sceditor-dropdown input[type="text"]{
	margin:0 6px
}

.sceditor-dropdown input[type="button"]{
	margin:4px auto
}

.sceditor-dropdown > * > *{
	display:block;
	font-size:13px;
	padding:6px 14px;
	white-space:nowrap
}

.sceditor-maximize {
  z-index: 77777;
  padding: 10px 10px 0px;
}

.sceditor-container.sceditor-maximize iframe, .sceditor-container.sceditor-maximize textarea {
    border: 1px solid #CCC;
}

.sceditor-container iframe, .sceditor-container textarea {
  border: 2px solid rgba(0, 0, 0, 0.17) !important;
  background: #fff !important;
  border-radius: 3px;
}

button.downloadlink {
    background:#c63939;
    background-repeat:repeat-x;
    padding:10px;
    color:#ffffff;
    cursor:pointer;
    height: auto;
    text-align: left;
    border: medium none;
    border-radius: 3px;
}

button.downloadlink:hover,
button.active {
    background-color:#FF5F00;
    background-repeat:repeat-x;
    color:#ffffff;
}

.rowbit > *{
	box-sizing:border-box;
	display:inline-block;
	float:left;
	vertical-align:middle
}

.rowbit[class*="tcat"] > *[class*="modbit"]{
	position:relative;
	margin:0px
}

.rowbit:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden
}

[data-width="15%"]{
	width:15%
}

[data-width="25%"]{
	width:27%
}

[data-width="60%"]{
	width:58%
}

.threadbit_title{
	margin-left:36px
}

.threadbit_icon{
	vertical-align:middle
}

.threadbit_stats{
	padding-right:20px
}

.threadbit_folder {
    display: inline-block;
    float: left;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

.threadbit_modbit{
	display:inline-block;
	float:right;
	text-align:center;
	vertical-align:middle
}

.threadbit_modbit + *[data-moderation="1"]{
	display:block;
	padding-right:26px;
	vertical-align:middle
}

.block {
    display: block;
}

.none {
  display: none
}

.align_right {
      text-align: right;
}

.align_left {
      text-align: left
}

.dropdown-menu[target="menuone"]{
    position: relative !important;
    margin: -6px 5px;
}

.dropdown-menu {
  border-radius: 3px;
  margin: 0;
}

ul.drop_menu {
  margin-top: 15px !important;
  margin-left: -30px;
  border-radius: 3px !important;
}

.drop_menu:before {
  content: "";
  border-style: solid;
  border-width: 10px;
  right: 0px;
  margin-right: 8.6px;
  border-color: transparent transparent rgba(0, 0, 0, 0.15);
  top: -21.5px;
  position: absolute;
}

.drop_menu:after {
  content: "";
  border-style: solid;
  border-width: 8px;
  right: 0px;
  margin-right: 10px;
  border-color: transparent transparent #FFF;
  top: -16px;
  position: absolute;
}

.inbox_pm {
  min-width: 300px;
  color: #777;
  padding: 0;
  margin: 15px 0 0 !important;
  border: none;
}

.inbox_pm:before {
  content: "";
  border-style: solid;
  right: 0px;
  border-color: transparent transparent rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -21.5px;
  border-width: 10px;
  margin-right: 8.6px;
}

.inbox_pm:after {
  content: "";
  border-style: solid;
  border-width: 8px;
  right: 0px;
  margin-right: 10px;
  border-color: transparent transparent #FFF;
  position: absolute;
  margin-top: -32px;
  top: 16px;
}

.inbox_pm li {
  list-style: outside none none;
}

.inbox_pm ul {
  width: 100% !important;
  margin: 0px;
  padding: 0px !important;
  overflow: hidden;
  max-height: 250px;
}

.inbox_pm ul li {
  padding: 5px
}

.inbox_pm li:last-child {
  border-bottom: 0px
}

.inbox_pm li ul li:hover {
  background-color: #F5F5F5;
}

.inbox_pm li a b:after {
  content: "New";
  background-color: #5CB85C;
  color: #FFF;
  font-size: 65%;
  border-radius: 0.25em;
  text-align: center;
  padding: 1px 2px;
  margin-left: 5px;
}

.time_inbox {
  float: right;
  font-size: 11px;
}

.avatar_inbox {
  float: left;
  width: 40px;
  padding: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
  border-radius: 50%;
}

.profile_inbox {
  font-size: 12px;
}

.inbox_header, .inbox_pm .inbox_header:hover, .inbox_pm .inbox_header:focus {
  padding: 8px !important;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #EDEDED;
}

.inbox_footer, .inbox_pm .inbox_footer:hover, .inbox_pm .inbox_footer:focus {
  padding: 6px 15px !important;
  background-color: #fff;
  text-align: center;  
  border-top: 2px solid #EDEDED;
}

.inbox_pm .inbox_footer a {
  color: #777;
  font-weight: bold;
  text-transform: uppercase;
}

.inbox_pm .inbox_footer a:hover, .inbox_pm .inbox_footer a:focus {
  background-color: transparent;
}

.smile_icon {
  margin: 5px;
  display: inline-block;
}

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

label {
    font-weight: normal;
}

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

div[id="post_"], .full_forums {
  width: 100% !important;
}

.hidden-breadcrumbs, .hide_sidebar {
  display: none;
}

.expcolimage {
  width: auto;
  float: right;
  vertical-align: middle;
  margin: -2px 0px;
  cursor: pointer;
  position: relative;
}

.expcolimage icon{
  display: block;
  font-size: 20px;
  font-family: "FontAwesome";
  font-style: normal;
  color: #fff;
}

.expcolimage icon[title*="[-]"]:before, .expcolimage icon[title*="[+]"]:before {
	content:"\f205";
}

.expcolimage icon[title*="[+]"] {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.thead_collapsed:hover {
  opacity: 0.8;
}

span[data-thread-status-hot*="hot"],span[data-thread-status-sticky="1"],
span[data-thread-status-closed="1"],span[data-thread-status-deleted="-1"],span[data-thread-status-unapproved="0"],
span[data-thread-status-moved="0"],span[data-thread-status-poll]:not([data-thread-status-poll="0"]){
  display:inline-block !important
}

.thread_status_icons > *{
  display:none;
  padding:3px 5px;
  font-size:9px;
  text-transform:uppercase
}

.latestthreads, .padding_col_mobile {
  padding-right: 0px
}

.time_latestthreads {
    font-size: 13px;
}

.left_sidebar {
  float: right;
  padding-right: 15px;
  padding-left: 0px;
}

.right_forums {
  float: right;
}

.my_top {
  margin-top: 15px
}

.my_bottom {
  margin-bottom: 15px;
}

.my_right {
  margin-right: 15px
}

.my_right_mobile {
  margin-right: 15px
}

.my_left {
  margin-left: 15px
}

.my_left_mobile {
  margin-left: 15px
}

.my_top_10 {
  margin-top: 10px
}

.my_bottom_10 {
  margin-bottom: 10px;
}

.my_right_10 {
  margin-right: 10px
}

.my_left_10 {
  margin-left: 10px
}

.margin_bottom_0 {
  margin-bottom: 0px
}

.margin_top_0 {
  margin-top: 0px
}

.margin_0 {
  margin: 0px
}

.padding_0 {
  padding: 0px;
}

.my_pbottom {
  padding-bottom: 15px
}

.my_ptop {
  padding-top: 15px
}

.my_pleft {
  padding-left: 15px
}

.my_pright {
  padding-right: 15px
}

.my_pbottom_10 {
  padding-bottom: 10px
}

.my_ptop_10 {
  padding-top: 10px
}

.my_pleft_10 {
  padding-left: 10px
}

.my_pright_10 {
  padding-right: 10px
}

.padding_bottom_0 {
  padding-bottom: 0px
}

.padding_top_0 {
  padding-top: 0px;
}

.padding_right_0 {
  padding-right: 0px
}

.padding_left_0 {
  padding-left: 0px
}

.padding_10 {
  padding: 10px
}

.padding_10_0 {
  padding: 10px 0
}

.padding_0_10 {
  padding: 0px 10px
}

.padding_15 {
  padding: 15px
}

.padding_15_0 {
  padding: 15px 0
}

.padding_0_15 {
  padding: 0px 15px
}

.padding_6_10 {
  padding: 6px 10px;
}

.padding_8_10 {
  padding: 8px 10px;
}

.padding_5_0_0 {
	padding: 5px 0 0;
}

.timeline-centered .popover-content , .weekrow_height .popover-content {
  font-size: 12px;
}

.body_timeline {
  float: none;
  padding: 5px;
}

.table > tbody > tr > td {
  padding: 6px 10px;
  border-top: 0px ;
}

.profile_calendar {
  float: left;
}

.option_calendar {
  float: right
}

.table-responsive {
  border: 0px;
}

.text_right_center {
  text-align: right;
  float: right
}

.form-group label {
  font-weight: 700 !important;
  color: #3C3C3C;
}

.form-horizontal .form-group-sm .control-label {
  padding-top: 0px;
}

dt {
  color: #666;
}

unset {
  font-size: 13px;
  font-weight: 400;
}

.dropdown-menu > .active > a {
  color:#333;
  text-decoration:none;
  background-color:#fff
}

.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color:#262626;
  text-decoration:none;
  background-color:#f5f5f5
}

.buddy_avatar {
  padding: 5px 10px 5px 0;
}

.buddy_avatar img {
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #ddd;
  width: 53px;
  height: 53px;
}

.buddy_action a {
  padding: 2px 5px;
  background-color: #273442;
  border-radius: 2px;
  color: #fff !important;
}

.buddy_action a:hover, .progress-bar {
  background-color: #FF5F00;
}

.modal-header {
  border-bottom: none;
}

.text_poll {
  text-align: right;
}

.progress {
  background-color: #eee;
  border-radius: 3px;
}

.poll_width_3 {
  
  width:3%;
}

.poll_width_97 {
  width: 97%
}

.postbit-collapse.collapse, .options-collapse.collapse{
  display: block;
  overflow: visible;
  visibility: visible;
  height: auto !important;
}

.label-online {
  background-color: #5CB85C;
}

.label-offline {
  background-color: #777;
}

.smilie {
	vertical-align: middle;
    width: auto !important;
}

.smilie_pointer {
	cursor: pointer;
}

.posticons_label {
	white-space: nowrap;
}

.bg-alert {
    background-color: #A992E2;
    color: #FFF;
}

.bg-info {
    background-color: #55BADF;
    color: #E7F5FA;
}

.bg-danger {
    background-color: #EC6F5A;
    color: #FEF7F6;
}

.of-h {
    overflow: hidden !important;
}

.icon-bg {
    position: absolute;
    opacity: 0.75;
    right: 0px;
    top: 0px;
    line-height: 100px;
    font-size: 100px;
}

.text-muted {
    color: #F5F2FD;
    margin: 0px 0px 15px;
	text-transform: uppercase;
}

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

.scroll_width {
  padding-right: 0px !important;
  width: 100% !important
}

textarea {
	background: #ffffff;
	color: #333;
	border: 2px solid rgba(0, 0, 0, 0.17);
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
  	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: 175px;
}

textarea:focus {
  height: 200px
}

.editor {
	background: #f1f1f1;
	border: 0;
}

.editor_control_bar {
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.17);
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.selectall {
	background: #FFFBD9;
	color: #333;
	text-align: center;
}

.memberlist_text {
    text-align: center;
}

.note {
    padding: 12px;
    margin-bottom: 18px;
    border-radius: 4px;
    border: 0;
}

.note > strong {
    padding-bottom: 12px;
    margin-bottom: 12px;
    display: block;
    border-bottom: 1px solid #eee;
}

.note > strong > i {
    font-size: 20px;
    margin-right: 5px;
}

.note > p {
    margin: 0;
    font-size: 12px;
}

.note > p a {
    font-weight: bold;
    color: #777;
}

.note > p a:hover {
    text-decoration: underline;
}

.note.note-shadow {
    position: relative;
    -webkit-box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.07) !important;
    box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.07) !important;
}

.note.note-shadow:after {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    border-right: 8px solid #fff;
    border-top: 8px solid #fff;
}

.note-success {
    background-color: #dff0d8;
    border-color: #07bf29;
    color: #07bf29;
}

.note-success hr {
    border-top-color: #06a624;
}

.note-success .alert-link {
    color: #058e1e;
}

.note-success.note-shadow:after {
    border-left: 7px solid #07bf29;
    border-bottom: 7px solid #07bf29;
    background: #07bf29;
}

.note-success > strong {
    border-bottom: 1px solid rgba(7, 191, 41, 0.2);
}

.note-success p a {
    color: #058e1e;
    font-weight: bold;
}

.note-info {
    background-color: #d9edf7;
    border-color: #2196f3;
    color: #2196f3;
}

.note-info hr {
    border-top-color: #0d8aee;
}

.note-info .alert-link {
    color: #0c7cd5;
}

.note-info.note-shadow:after {
    border-left: 7px solid #2196f3;
    border-bottom: 7px solid #2196f3;
    background: #2196f3;
}

.note-info > strong {
    border-bottom: 1px solid rgba(33, 150, 243, 0.2);
}

.note-info p a {
    color: #0c7cd5;
    font-weight: bold;
}

.note-warning {
    background-color: #fcf8e3;
    border-color: #ffc107;
    color: #ffc107;
}

.note-warning hr {
    border-top-color: #ecb100;
}

.note-warning .alert-link {
    color: #d39e00;
}

.note-warning.note-shadow:after {
    border-left: 7px solid #ffc107;
    border-bottom: 7px solid #ffc107;
    background: #ffc107;
}

.note-warning > strong {
    border-bottom: 1px solid rgba(255, 193, 7, 0.2);
}

.note-warning p a {
    color: #d39e00;
    font-weight: bold;
}

.note-danger {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
	border-left: 3px solid #A94442;
}

.note-danger hr {
    border-top-color: #e71735;
}

.note-danger .alert-link {
    color: #d01530;
}

.note-danger.note-shadow:after {
    border-left: 7px solid #ea2e49;
    border-bottom: 7px solid #ea2e49;
    background: #ea2e49;
}

.note-danger > strong {
    border-bottom: 1px solid rgba(234, 46, 73, 0.2);
}

.note-danger p a {
    color: #d01530;
    font-weight: bold;
}

.alert-success {
  border-left: 3px solid #3C763D !important;
}

.alert-danger {
  border-left: 3px solid #A94442 !important;
}

.btn-breadcrumb {
  border-color: #DDD !important;
}

span[data-link-role="toggle_content"]{
	float:right;
	position:relative;
	display:inline-block;
}

span[data-link-role="toggle_content"]:before{
	content:"View";
}

.toggled_content {
  display: none
}

.trow_toggle:not(:last-child) {
  border-bottom: 2px solid #ededed;
  padding: 10px;
}

.trow_toggle:last-child {
  padding: 10px;
}

.sceditor-container iframe, .sceditor-container textarea {
  padding: 5px;
}

form {
	margin: 0;
	padding: 0;
}

form input.error {
	border: 1px solid #f30;
	color: #f30;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form input.valid {
	border: 1px solid #0c0;
	background: #ffffff;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

form label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
    width: 500px;
}

.codeblock {
	background: #fff;
	border: 2px solid #eee;
  	padding: 10px;
    border-radius: 3px;
}

.codeblock .title:before, blockquote cite:before {
  font-family:"FontAwesome";
  vertical-align:middle;
  margin-right:4px;
}

.codeblock .title:before {
	content:"\f121"
}

.phpcodeblock .title:before {
	content:"\f126"
}

.codeblock .title {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
    color: #666;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

code {
  background-color: #fff;
}

blockquote {
  font-size: 14px;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #ededed
}

blockquote cite {
  display: block;
  padding-bottom: 5px;
}

blockquote cite:before{
	content:"\f10d"
}

blockquote cite span{
	display:inline-block;
	float:right;
	margin:0 4px;
    font-size: 12px;
}

.quick_jump{
	display:inline-block;
	margin-left:4px;
	vertical-align:middle
}

.quick_jump:before{
	content:"\f08e";
	font-family:FontAwesome
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

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

.post-col-20, .post-col-80 {
  float: left;
}

.post-col-20 {
  width: 20%;
}

.post-col-80 {
  width: 80%;
}

.post_classic .post_date {
  color: #666;
  padding-bottom: 5px;
  border-bottom: 1px dotted #DDD;
  font-size: 12px;
}

.post_classic .post_date .edited_post {
  font-size: 12px;
}

.post_classic .author_avatar {
	padding: 2px;
	border: 1px solid #ddd;
	background: #fff;
    border-radius: 50%;
}

.animated {
  animation-fill-mode: none;
}

/** 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: #fff;
	font-size: 12px;
	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 **/

.center .jGrowl-notification,
.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	background-color: #5F5F5F;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	border-radius: 5px;
}

.jGrowl .jGrowl-notification {
	min-height: 40px;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	margin: 10px;
}

.jGrowl .jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
}


}

/** jGrowl End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v5.2.4 - 2014-05-26
* http://trentrichardson.com/Impromptu
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

.jqifade {
	position: absolute;
	background-color: #777777;
}

div.jqibox {
  z-index: 1100 !important;
}

div.jqi {
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #FCE7E3;
	font-size: 11px;
	text-align: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 7px;
  z-index: 1120;
}

div.jqi .jqiclose {
	position: absolute;
	top: 6px; right: 1px;
	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;
}

div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	background-color: #FCE7E3;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

div.jqi .jqibuttons button {
	margin: 0;
	padding: 6px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton {
	color: #489afe;
}

div.jqi .jqibuttons button.jqidefaultbutton[name="jqi_state0_buttonYes"] {
  color: #FE7548
}

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #FF2E02;
	outline: none;
}

.jqiwarning .jqi .jqibuttons {
	background-color: #FCE7E3;
}

/* 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 */

/** Scroll **/
.track3, .track2, .track1 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 0;
    -webkit-transition: background 250ms linear;
    -moz-transition: background 250ms linear;
    -ms-transition: background 250ms linear;
    -o-transition: background 250ms linear;
    transition: background 250ms linear;
	
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  right: 0px;
  margin-top: 10px;
}

.track3:hover,
.track3.dragging, .track2:hover,
.track2.dragging, .track1:hover,
.track1.dragging {
    background: #d9d9d9; /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3, .handle2, .handle1 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: width 250ms;
    -moz-transition: width 250ms;
    -ms-transition: width 250ms;
    -o-transition: width 250ms;
    transition: width 250ms;
	
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.track3:hover .handle3,
.track3.dragging .handle3, .track2:hover .handle2,
.track2.dragging .handle2, .track1:hover .handle1,
.track1.dragging .handle1 {
    width: 10px;
}

.track2, .track1 {
  right: 0px;
  margin-top: 0px;
}

.page_menu-scroll {
  width: auto !important;
  padding-right: 0px !important;
}

/** Scroll End **/

.expanding-circle{
   border-width: 6px;
   border-style: solid;
   border-color: #FF5F00;	
	-moz-border-radius:50%;	
	-webkit-border-radius:50%;	
	border-radius:50%;	
	height:30px;	
	width:30px;	
	position:absolute;	
	opacity:0;	
    margin: -9px -18px;	
	-webkit-animation:pulsate 1.8s ease-out infinite;	
	-moz-animation:pulsate 1.8s ease-out infinite;	
	animation:pulsate 1.8s ease-out infinite
}

@-webkit-keyframes pulsate{
	0%{
		-webkit-transform:scale(0.1,.1);		
		opacity:.3
}

50%{
		
		opacity:.8
}

100%{
	
		-webkit-transform:scale(1.2,1.2);		
		opacity:0
}


}

@-moz-keyframes pulsate{
	0%{
		
		-moz-transform:scale(0.1,.1);		
		opacity:.3
}

50%{
		opacity:.8
}

100%{
		
		-moz-transform:scale(1.2,1.2);		
		opacity:0
}


}

@keyframes pulsate{
	
	0%{
		transform:scale(0.1,.1);		
		opacity:.3
}

50%{
		
		opacity:.8
}

100%{
		
		transform:scale(1.2,1.2);		
		opacity:0
}


}

.sub_height {
  max-height: 300px;
  overflow: auto;
}

.dropdown-menu > li > a {
  padding: 3px 15px;
  background-image: none !important;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-left: 15px;
}

.thread_multipage {
  opacity: 0.3;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.inline_row:hover .thread_multipage {
  opacity: 1;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0px 5px;
}

select {
  max-width: 100%;
}

.breadcrumb-nav {
  
  overflow: hidden;
  padding: 8px 0;
}

.breadcrumb-navi {
	background: #efefef;
}

.breadcrumb-nav .crust {
    display: block;
    float: left;
    position: relative;
}

.breadcrumb-nav .crust:first-child a.crumb {
    padding-left: 10px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-bottomleft:2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.breadcrumb-nav .crust a.crumb, .breadcrumb-nav .crust b.lastcrumb {
    text-decoration: none;
    padding: 0 5px;
    margin-right: 0px;
    outline: 0 none;
    -moz-outline-style: 0 none;
    display: block;
    line-height: 24px;
    border-bottom: none;
    color: #777;
    text-decoration: none;
}

.breadcrumb-nav .crust:last-child a.crumb:before {
	content:"\f105";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:5px;
	font-size: 14px;;
}

.breadcrumb-nav .crust b.lastcrumb {
    background: transparent none;
    font-weight: bold;
}

.breadcrumb-nav .crust a.crumb, .breadcrumb-nav .crust b.lastcrumb {
    line-height: 29px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 220px;
}

.breadcrumb-nav .crust a.crumb:before {
	content: "\f141";
	font-family:FontAwesome;
	vertical-align:middle;
	margin-right:5px;
	margin-left:-10px
	font-weight:normal;
}

.breadcrumb-nav .crust .arrow {
    border: 0px solid rgba(0, 0, 0, 0);
    border-top-width: 13px;
    border-right: 1px none black;
    border-left-color: #2d2d2d;
    display: block;
    position: absolute;
    right: -12px;
    top: 0px;
    z-index: 50;
    width: 0px;
    height: 0px;
}

.breadcrumb-nav .crust .arrow span {
    border: 0px solid rgba(0, 0, 0, 0);
    border-right: 1px none black;
    border-left-color: rgb(32, 32, 32);
    display: block;
    position: absolute;
    left: -13px;
    top: -6px;
    z-index: 51;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 9999px;
    width: 0px;
    height: 0px;
}

.breadcrumb-nav .refresh:hover {
    background-position: 0px -16px;
}

.breadcrumb-nav .crust:last-child a.crumb {
 
    font-weight: bold; 
    background: none;
    border-radius: 2px;
}

.breadcrumb-nav .crust:hover a.crumb {
    color: #000;
    text-decoration:none; 
    opacity: 0.7;
}

.breadcrumb-nav .crust:hover .arrow span {
    border-left-color: #1679A0;
}

.home {
	display: block;
	float: left;
	position: relative;
	background: #ddd;
	border-radius: 2px;
	margin-right: 10px;
}

.homei {
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.dropdown-menu.sub_height {
	font-size: 13px;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #f5f5f5;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #222;
}

.welcomeBlockHeader {
	color: #fff;
}

.welcomeBlockMessage {
	color: #f5f5f5;
}

.col-md-4.col-sm-6.user_list, .col-sm-6.show_team_fix {
	padding-right: 6px;
    padding-left: 6px;
}

.media-heading {
	margin-bottom: 10px;
}

.sign_up_header {
	color: #FFF !important;
	text-align: center;
	font-size: 18px;
	transition: all 0.2s ease 0s;
	background-color: #E14444;
	text-transform: uppercase;
	border-radius: 200px;
	display: block;
	width: 200px;
	padding: 12px;
	font-weight: bold;
}

.sign_up_header:hover {
	color: #555 !important;
	background-color: #fff;
}

.menu_header {
	float: left;
}

.navbar-header, .navbar-right {
    float: right;
}

.login_button {
	color:#f5f5f5;
	padding: 23px 15px;
	line-height: 60px;
	color: #fff !important;
	display: inline-block;
}

.login_button:hover {
	background-color: #FF5F00;
	color: #fff !important;
}

.reg_button {
	color:#f5f5f5;
	padding: 23px 15px;
	line-height: 60px;
	color: #fff !important;
	display: inline-block;
}

.reg_button:hover {
	background-color: #E14444;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f5f5f5;
}

.label_red {
	background-color: #E14444;
}

.search-form{
	display:block;
	width:100%;
	height:60px;
	z-index:99999;
	position:fixed;
	background:#fff;
	margin-top:-60px;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease
}

.search-form .input-group{
	height:60px
}

.search-form .input-group input{
	color:#5f5f5f;
	border:none;
	box-shadow:none;
	border-radius:0;
	background:0 0;
	height:60px;
	line-height:60px;
	font-size:16px;
	padding:0 20px!important
}

.search-form .input-group button,.search-form .input-group button:focus,.search-form .input-group button:hover{
	background:0 0;
	box-shadow:none;
	border:none;
	outline:0;
	color:#5f5f5f;
	font-size:20px;
	padding-left:20px;
	padding-right:20px
}

.navbar-nav > li > a {
	line-height: 30px;
}

.dropdown-menu {
	box-shadow: none;
	border: 2px solid rgba(0, 0, 0, 0.15);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #FF5F00;
	color: #fff;
}

.inbox_res {
	margin: auto ! important;
	width: 100%;
}

.inbox_res:after {
	margin-top: 0 !important;
}

.sidebar-user {
    background-color: #FF5F00;
}

.media:first-child {
    margin-top: 0px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.sidebar-padding {
    padding: 8.5px 15px;
}

.sidebar-user a {
  color: #FFF !important;
}

.sidebar-user ul > li {
  padding: 0;
}

.sidebar-user ul > li > a {
  font-size: 16px;
  padding-right: 6px;
  color: #f5f5f5 !important;
}

.sidebar-user ul > li > a:hover {
  color: #444 !important;
}

.margin-none {
    margin: 0px;
}

.nav-sidebar li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease
}

.nav-sidebar li a:hover, .nav-sidebar li a:focus {
    background-color: #f5f5f5;
	color: #222;
	border-left: 4px solid #FF5F00;
}

.nav-sidebar li a span.label {
	margin-top: 3px;
}

.nav-sidebar li a i {
	margin-right: 8px;
}

.sb-slidebar {
	 background-color: #E6E6E6;
}

.sb-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9988;
    background-color: #000;
	opacity: 0.5;
}

.sb-slidebar.sb-active {
	z-index: 99889;
}

.dropdown-header {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: -5px;
    background: rgba(0, 0, 0, 0.15);
}

.panel-title {
	font-weight: bold;
    text-transform: uppercase;
	font-size: 14px;
}

.thread_status_icons {
	display: none;
}

.stats_text {
	color: #8D939E;
	text-transform: uppercase;
	font-size: 13px;
}

.modal-title {
	text-transform: uppercase;
    font-weight: bold;
	font-size: 16px;
}

.btn-xs, .btn-group-xs > .btn {
	margin: 0 3px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 2px;
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.well {
	  border: 2px solid #E4E4E4;
	  box-shadow: none;
}

.btn-default {
	border-color: #ddd;
}

.close {
	line-height: normal;
}

.nav-tabs>li>a {
    text-transform: uppercase;
    font-weight: bold;
}

.multi-column-dropdown {
	list-style: none;
	padding: 0;
	margin: 0;
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
	padding: 3px 15px;
}

.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu.columns-2 {
	min-width: 400px;
}

.avatar-defaut {
    position: relative;
    padding: 3px;
    background: #fff;
	border: 2px solid #ddd;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

#usertitle {
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	padding: 5px;
	margin-bottom: 12px;
}

.modal-content, .btn {
	border: none;
}

.form-control {
	box-shadow: none;
	border: 2px solid rgba(0, 0, 0, 0.17);
    background-color: #FFF;
}

.form-control:focus{
	
	-webkit-box-shadow:none;
	box-shadow:none;
	border-color: #FF5F00;
}

.modal-backdrop.in {
	opacity: .8;
}

.modal-backdrop {
	background-color: #0b0b0b;
}

.btn-color {
	background-color: #FF5F00;
	color: #fff !important;
}

.btn-color a {
	color: #fff !important;
}

.btn-color:hover {
  background-color: #353434;
}

.input-group-addon {
	background-color: rgba(0, 0, 0, 0.17);
    border: 0px none;
	color: #4B4B4B;
}

.panel-footer {
    border-top: 0px none;
	background: #E6E6E6;
}

.alert, .multi_jump {
    border: 0px none;
}

input.button:focus {
	box-shadow: none;
}

.button-sub-forum {
	color: #888;
	line-height: 1.4;
    font-size: 11px;
    cursor: pointer;  
	margin: 0;
}

.btn-group.open .button-sub-forum {
	background-color: #FF5F00;
	color: #fff;
	border-radius: 3px 3px 0px 0px;
	box-shadow: none;
	padding-bottom: 1px;
}

.btn-group.open ul.dropdown-menu {
	border-radius: 0px 3px 3px 3px;
    border: 0;
	margin: 0;
	padding: 5px 0 0;
	box-shadow: 0px 1px 3px #ddd;
}

.btn-group.open ul.dropdown-menu li.dropdown-header {
	color: #fff;
	background-color: #FF5F00;
	padding: 5px 10px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.btn-group.open ul.dropdown-menu li a {
	padding: 3px 10px;
}

.btn-group.open ul.dropdown-menu li:nth-child(2) {
	margin-top: 5px;
}

.btn-group.open ul.dropdown-menu li:last-child{
	margin-bottom: 5px;
}

.modal-content {
	border-radius: 3px;
}

.sceditor-container iframe:focus, .sceditor-container textarea:focus, textarea:focus {
	border-color: #FF5F00;
}

.news-ticker{
	margin:0px 0px 20px auto;
	height:45px
}

.news-ticker li{
	list-style:none
}

.news-ticker a{
	text-decoration:none;
	color:#777 !important;
	padding-top:2px;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden
}

.news-ticker-content {
	line-height: 45px;
	height: 45px;
	background: #f5f5f5;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.icon-ticker{
	background:#E44646;
	float:left;
	margin-right:15px;
	height:100%;
	vertical-align:top;
	text-align:center;
	line-height: 45px;
	height: 45px;
	border: 1px solid #E44646;
	padding: 0px 20px;
	color: #fff;
	min-width: 45px;
	text-transform: uppercase;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.icon-ticker i{
	color:#FFF;
	line-height:45px;
	font-size:18px
}

.icon-ticker cl{
	width: 0;
	position:absolute;
	left: 180px;
    top: 33px;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #E14444;
}

