/*  Yorky is a work of SMF Tricks Team. For more information please visit
	 http://www.smftricks.com/
	 Yorky was developed by Pipee and its a Premium Theme.
	 Visit SMF Tricks for more Free Themes and Premium Themes.
	 Yorky is a Premium Theme.
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
/* Normal, standard links. */
a
{
	 color: #444;
	 text-decoration: none;
}
a:hover
{
	 color: #444;
	 text-decoration: underline;
	 cursor: pointer;
}
/*icons*/
.fa-help:before{content:"\f059"}
.fa-gear:before,
.fa-admin:before,
.fa-cog:before {
  content: "\f013";
}
.fa-moderate:before{content: "\f0ad";}
.fa-profile:before{content:"\f007"}
.span-profiler:before{content:"\f007"}
.fa-pm:before{content: "\f0e0"}
.fa-mlist:before, .fa-view_all_members:before{content:"\f0c0"}
.fa-mlist_search:before{content: "\f002";}
.fa-logout:before{content:"\f08b"}
.fa-register:before{content:"\f040"}
.fa-login:before{content:"\f007"}
.fa-add_poll:before{content:"\f0ae"}
.fa-new_poll:before{content:"\f0ae"}
.fa-notify:before{content:"\f0f3"}
.fa-unnotify:before{content:"\f0a2"}
.fa-mark_unread:before{content:"\f00c"}
.fa-mark_as_read:before{content:"\f00c"}
.fa-send_topic:before{content:"\f0e0"}
.fa-mark_read_short:before{content:"\f00c"}
.fa-new_topic:before{content:"\f040"}
.fa-move_topic:before{content:"\f07c"}
.fa-remove_topic:before{content:"\f014"}
.fa-set_lock:before{content:"\f023"}
.fa-set_sticky:before{content:"\f046"}
.fa-set_nonsticky:before{content:"\f046"}
.fa-merge:before{content:"\f0ec"}
.fa-set_unlock:before{content:"\f09c"}
.fa-poll_lock:before {content: "\f023";}
.fa-poll_edit:before{content: "\f044";}
.fa-poll_remove:before {content: "\f00d";}
.fa-calendar_link:before {content: "\f073";}
.fa-calendar_post_event:before {content: "\f067";}
html, body {
	 background-color: #f0f0f0;
	 font-family: "Roboto";
	 font-size: 14px;
}

/* define some styles*/
h1 {
	 font-size: 42px;
	 font-style: normal;
	 font-weight: 200;
	 text-transform: none;
}
.text-light, .text-white {
	 color: #fff;
}
.text-theme
{
	 color: #85d8ce;
	 font-weight: 500;
}
.text-shadow-dark
{
	 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);	
}
.text-lg {
	 font-size: 16px;
}
.opacity-50 {
	 opacity: 0.5;
}
.info-forum {
	 padding-bottom: 20px;
	 padding-top: 80px;
	 position: relative;
}
.info-forum-c {
	 padding-bottom: 10px;
	 padding-top: 150px;
	 position: relative;
}
.ad-top {
	 top: 20px;
	 display: block;
}
.windowbg_st {
	 background: #fff none repeat scroll 0 0;
}
.simplebg {
	 background-color: #fafafa !important;
	 background-image: none !important;
	 border-top: 1px solid #eeeeee !important;
	 box-shadow: none !important;
}
/* Pace JS*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #85d8ce;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*  round icons */
.round {
	 background-color: transparent;
	 border-radius: 15px;
	 color: #fff;
	 display: inline-block;
	 height: 30px;
	 line-height: 30px;
	 text-align: center;
	 width: 30px;
}
.round.round-sm {
	 border-radius: 10px;
	 font-size: 14px;
	 height: 20px;
	 line-height: 20px;
	 width: 20px;
}
.round.hollow {
	 background-color: transparent;
	 border-radius: 15px;
	 color: #85d8ce;
	 display: inline-block;
	 height: 20px;
	 line-height: 20px;
	 text-align: center;
	 width: 20px;
}
.round.wbg {
	 border-radius: 50px;
	 border-style: solid;
	 border-width: 1px;
	 color: #fff;
	 display: inline-block;
	 height: 35px;
	 line-height: 32px;
	 text-align: center;
	 width: 35px;
}

/* buttons */

.btn-primary {
	 background: transparent none repeat scroll 0 0;
	 border-color: #085078;
	 border-radius: 0;
	 color: #85d8ce;
	 font-size: 11px;
	 font-weight: bold;
	 text-transform: uppercase;
	 transition: all 0.5s ease 0s;
	 border-radius: 100px;
}
.btn-primary:hover, .btn-primary:focus {
	 background: #85d8ce none repeat scroll 0 0;
	 border-color: #85d8ce;
	 color: #fff !important;
}
.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.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus
{
	 background: #85d8ce none repeat scroll 0 0;
	 border-color: #85d8ce;
	 color: #fff !important;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary
{
	 background: #85d8ce none repeat scroll 0 0;
	 border-color: #85d8ce;
	 color: #fff !important;	
}
#header {
	 min-height: 400px;
}
.header_bg
{
	 background: 
	 /* top, transparent red */ 
	 linear-gradient(
		rgba(0, 0, 0, 0.1), 
		rgba(0, 0, 0, 0.9)
	 ),
	 /* bottom, image */
	 url("../images/theme/bg.jpg");
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 background-position: 0 0, 0 -140px;
	 background-size: cover;
}
.header-noh {
	 display: block;
	 min-height: 110px !important;
	 position: relative;
}
#top_header {
	 background: transparent none repeat scroll 0 0;
	 position: relative;
	 top: 20px;
}
#mid-bar {
	 background-color: #282828;
	 border-radius: 0;
	 box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.07);
	 height: 50px;
	 margin-bottom: 10px;
}
#forum_content {
	 margin-bottom: 20px;
	 margin-top: 0;
}
/* To Top*/
#toTop{
	 position: fixed;
	 bottom: 50px;
	 right: 10px;
	 cursor: pointer;
	 display: none;
}
.footerbar 
{
	 background-color: #282828;
	 border-radius: 0;
	 border-top: 4px solid #085078;
	 height: 50px;
}
#footer .flex {
	 display: flex;
}
.footerbar ul.reset {
	 float: left;
}
.footerbar ul.reset li {
	 display: inline;
}
.footerbar ul.reset li a {
	 color: #85d8ce;
	 font-family: "Roboto";
}
.footerbar ul.reset li.copyright {
	 display: block;
}
.footerbar .stcopy {
	 display: inline;
	 float: right;
	 list-style: outside none none;
	 margin-top: 15px;
	 color: #85d8ce; 
}
#footer_section .flex .item {
	 display: inline-block;
	 flex: 1 1 0;
	 height: 197px;
	 position: relative;
}
.footer-info
{
	 position: relative;
	 top: 45px;
}
.footer-info .logo {
	 margin-top: -10px;
}
ul.links {
	 display: inline-flex;
	 list-style: outside none none;
	 margin-bottom: 0;
	 padding: 0;
}

ul.links li {
	 font-size: 14px !important;
	 white-space: nowrap;
}
ul.links li > a {
	 color: #888;
	 display: block;
	 line-height: 30px;
	 padding: 0 15px;
	 position: relative;
	 text-transform: capitalize;
}
ul.links > li a:hover {
	 background: #85d8ce none repeat scroll 0 0;
	 border-radius: 100px;
	 color: #ffffff;
	 text-decoration: none;
}
@media screen and (max-width: 1280px)
{
	 ul.links > li > a > span.ellipsis {
		  display: block;
		  margin: 0;
		  overflow: hidden;
		  padding: 0;
		  text-decoration: none;
		  text-overflow: ellipsis;
		  white-space: nowrap;
		  width: 70px;
	 }	
}

.t-social {
	 margin-bottom: 0;
}
.t-social ul {
	 display: inline-flex;
	 list-style: outside none none;
	 text-align: center;
}
.t-social li {
	 display: block;
	 margin-right: 5px;
}
.t-social ul li a {
	 color: #fff;
}
.t-social .round i {
	 font-size: 14px;
	 position: relative;
	 top: 1px;
}
.segrey {
	 background: #85d8ce none repeat scroll 0 0;
	 border-color: #85d8ce;
	 color: #fff !important;
}
/*user area */
#user-area .avatar-top {
	 float: right;
	 height: 35px;
	 position: relative;
	 right: -6px;
	 top: -6px;
	 width: 35px;
}
#user-area {
	 background: #fcfcfc none repeat scroll 0 0;
	 border-radius: 0 0 5px 5px;
	 border-top: 1px solid #f3f5f7;
	 margin-bottom: 20px;
	 min-height: 40px;
}
#user-area .navbar 
{
	 border: medium none;
}

/*search */
#mid-bar .search {
	 float: right;
}
#mid-bar #search-menu {
	 float: right;
	 padding-left: 0;
	 padding-right: 15px;
}
#mid-bar .search .input-s {
	 background: transparent none repeat scroll 0 0;
	 border: medium none;
	 border-radius: 0;
	 height: 50px;
	 padding-left: 5px;
	 padding-right: 5px;
	 box-shadow: none;
}
.btn-search {
	 background: #85d8ce none repeat scroll 0 0;
	 border-radius: 0;
	 color: #fff;
	 font-size: 14px;
	 padding: 14px 8px;
	 text-transform: uppercase;
}
.btn-search:hover
{
	 border-color: transparent;
	 color: #fff;
}
/*nav bar css*/
#top_header .navbar 
{
	 border: 0;
	 margin-bottom: 0;
	 border-radius: 0;
}
#top_header .navbar-nav > li > a {
	 padding-bottom: 15px;
	 padding-top: 15px;
	 color: #fff;
}
#top_header .navbar-brand {
	 padding: 15px;
}
#top_header .navbar-right
{
	margin-right: 0;
}
#top_header .navbar-nav > li > a {
	 display: inline-block;
	 font-size: 12px;
	 font-weight: bold;
	 line-height: 35px;
	 overflow: hidden;
	 position: relative;
	 text-transform: uppercase;
	 transform: perspective(1px) translateZ(0px);
	 vertical-align: middle;
}
#top_header .navbar-nav > li > a:hover, 
#top_header .navbar-nav > li > a:focus, 
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover
{
	background: transparent;
	border: transparent;
}
#top_header .navbar-nav > li > a::before, 
#top_header .navbar-nav > li.active > a::before 
{
	 background: #85d8ce none repeat scroll 0 0;
	 bottom: 0;
	 content: "";
	 height: 4px;
	 left: 50%;
	 position: absolute;
	 right: 50%;
	 transition-duration: 0.3s;
	 transition-property: left, right;
	 transition-timing-function: ease-out;
	 z-index: -1;
}
#top_header .navbar-nav > li > a:hover::before, 
#top_header .navbar-nav > li > a:focus::before, 
#top_header .navbar-nav > li.active > a::before 
{
	 left: 0;
	 right: 0;
}
#top_header .avatar-top {
	 float: left;
	 height: 35px;
	 position: relative;
	 right: 5px;
	 top: 0;
	 width: 35px;
}
.dropicon {
	 color: #85d8ce;
	 font-size: 6px;
	 position: relative;
	 top: -2px;
}
.navbar-nav {
	 display: flex;
	 justify-content: center;
	 flex-wrap: wrap;
}
@media (min-width: 768px) {
	 .navbar-nav {
		  float: none;
	 }
}
.navbar-toggle {
	 background-color: transparent;
	 background-image: none;
	 border: 1px solid #fff;
	 color: #fff;
}
.navbar-toggle .icon-bar {
	 background: #85d8ce;
}
/*drop down css*/
.dropdown-menu {
	 padding: 5px;
	 border-color: transparent;
}
.dropdown-menu > li > a {
	 color: #085078;
	 font-size: 10px;
	 padding: 8px 20px;
	 text-transform: uppercase;

}
.dropdown-menu > li {
	 position: relative;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	 background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	 background-color: transparent;
}
.dropdown-menu > li > a::before {
	 background-color: #85d8ce;
	 bottom: 0;
	 content: "";
	 height: 1px;
	 left: 0;
	 margin: 0 auto;
	 position: absolute;
	 right: 0;
	 transition: all 0.4s ease-in-out 0s;
	 width: 0;
}
.dropdown-menu > li > a:hover::before {
	 width: 100%;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
	 background-color: #85d8ce;
}
/* sidebar */
.lefttitle {
	 background: #d73659 none repeat scroll 0 0;
	 border-radius: 5px;
	 padding: 8px;
	 text-align: center;
}
.lefttitle h5 {
	 color: #fff;
}
#sidelastp > .title, h3.title {
	 background: transparent none repeat scroll 0 0;
	 border-bottom: 2px solid #085078;
	 color: #085078;
	 font-size: 14px;
	 padding: 11px;
	 text-align: center;
	 text-transform: uppercase;
}
#sidelastp > .s-post {
	 background: #fff none repeat scroll 0 0;
	 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
	 padding-bottom: 5px;
	 padding-top: 0;
}
#sidelastp > .s-post > .sp-content {
	 border-bottom: 1px solid #f3f5f7;
	 overflow: auto;
	 padding-bottom: 5px;
	 padding-left: 5px;
	 padding-top: 5px;
}
#sidelastp > .s-post > .sp-content > .m-top {
	 margin-top: -12px;
}
#sidelastp > .s-post > .sp-content > .m-pad {
	 padding: 5px;
}
#sidelastp > .s-post > .sp-content > .user-link a {
	 left: 4px;
	 position: relative;
	 top: 8px;
}
#sidelastp > .s-post > .sp-content > .user-link span {
	 color: #343a4e;
	 left: 3px;
	 position: relative;
	 top: 8px;
}
#sidelastp > .s-post > .sp-content > .l-avatar {
	 float: left;
}
#sidelastp > .s-post > .sp-content > .l-avatar img {
	 height: 35px !important;
	 width: 35px !important;
}
#sidelastp > .s-post > .sp-content > .user-link > .p-us {
	 color: #fff;
	 left: 3px;
	 position: relative;
	 top: 0;
}
#sidelastp > .s-post > .sp-content > .user-link > .p-us a {
	 top: 0;
}
#sidelastp > .s-post > .sp-content > .user-link > .p-us span {
	 top: 0;
}
#sidelastp > .s-post > .sp-content > .user-link > .user-lp > .ellipsis a {
	 display: inline-block;
	 margin: 0;
	 overflow: hidden;
	 padding: 0;
	 text-align: left;
	 text-decoration: none;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 width: 120px;
}
#sidebar_login {
	 background: #fff none repeat scroll 0 0;
	 margin: 0;
	 padding: 0;
}
#sidebar_login .login_insider {
	 background: #fff none repeat scroll 0 0;
	 height: 240px;
	 line-height: 34px;
	 padding: 10px;
}
.login_insider input.text {
	 margin: 3px auto;
	 outline: medium none;
	 padding-bottom: 0;
	 padding-left: 5px;
	 padding-top: 0;
	 width: 100%;
}
.login_insider span.remember {
	 text-transform: uppercase;
}
.login_insider .bottom-opt {
	 font-size: 10px;
	 letter-spacing: -1px;
	 text-transform: uppercase;
}
.login_insider .bottom-opt > span.text-primary {
	 font-weight: bold;
}
/*Subforum style*/
.collapse2 {
	 float: right;
	 margin-right: 10px;
}
.subforum_sh
{
	 background: url(../images/theme/subforum_stem.png) no-repeat scroll left 4px transparent;
	 margin: 2px 0 0px 5px;
	 padding-left: 20px;
}
ul.subforum_sh li 
{
	 display: inline-block;
	 margin-left: 14px !important;
}
.board_sk {
	 font-weight: 400;
	 padding: 3px 0;
	 vertical-align: middle;
}
.board_sk img {
	 vertical-align: middle;
}
.subforum_b {
	 background-color: #085078;
	 border-radius: 0.25em;
	 color: #fff;
	 display: inline-block;
	 font-size: 11px;
	 font-weight: lighter;
	 line-height: 14px;
	 margin-left: 0;
	 padding: 2px 4px;
	 text-shadow: none;
}
.subforum_b a
{
	 color: #fff !important;
}
.subforum_b:hover {
	 background-color: #85d8ce;
	 text-decoration: none;
}
.subforum_b a:hover{
	 text-decoration: none;
	 color: #85d8ce;
}
.board-description {
	 color: #575757;
	 font-size: 12px;
	 font-weight: 300;
}
.st-board {
	 margin-bottom: 10px;
	 padding: 0 5px;
} 
.tb-boards {
	 box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
}
.text-secondary {
	 color: #085078;
}
/* New simple style of board info */
.tp_stats {
	 margin-bottom: 10px;
}
.panel-ts h4 {
	 color: #085078;
	 text-align: center;
	 text-transform: uppercase;
}
.panel-ts .panel-body {
	 background-color: #e9e9e9;
	 border-top: 2px solid transparent;
	 margin-bottom: 20px;
	 padding: 4px;
}
.panels .content {
	 border-bottom: 1px solid #ececec;
	 overflow: auto;
	 padding: 5px;
}
.panel-ts .panel-body.lastp .panels .content {
	 border-bottom: 1px solid #ececec;
	 height: 50px;
	 overflow: unset;
}
.panels .avatar {
	 float: left;
	 margin-right: 5px;
}
.panels .avatar img {
	 height: 40px !important;
	 width: 40px !important;
}

/* breadcumb */
.linktree_back
{
	 float: left;
}
.breadcrumb {
	 background-color: transparent;
	 border-radius: 0;
	 color: #fff;
	 margin-bottom: 0;
	 overflow: auto;
	 padding: 15px 8px;
}
.breadcrumb li > a > span.fa-home {
	 font-size: 13pt;
	 color: #85d8ce;
}
.breadcrumb > li.active.ellipsis a {
	  display: inline-block;
	  margin: 0;
	  overflow: hidden;
	  padding: 0;
	  text-align: left;
	  text-decoration: none;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  width: 180px;
}
@media screen and (max-width: 1280px)
{
	 .breadcrumb > li.ellipsis a {
			width: 100px !important;
	 }	
}
.breadcrumb > li, .breadcrumb > li > a {
	 color: #fff;
	 display: inline-block;
	 float: left;
	 font-size: 12px;
}
.breadcrumb > li > a.home-color {
	 color: #fff;
}
.breadcrumb > li + li::before {
	 color: #fff;
	 content: "\f054";
	 float: left;
	 font-family: FontAwesome;
	 font-size: 10px;
	 padding: 2px 5px;
	 vertical-align: middle;
}
.breadcrumb > li:nth-child(2)::before {
	 content: "";
}
.breadcrumb > .active, .breadcrumb > .active > a {
	 color: #fff;
}
.breadcrumb > .active > span.extra {
	 padding-left: 5px;
}
.breadcrumb > li > .extra {
	 color: #fff;
}
.breadcrumb > li > .extra > span > strong {
	 display: inline-block;
	 float: left;
}
.breadcrumb-dropdown {
	 background-color: #fff;
	 border-radius: 0 0 5px 5px;
	 left: auto;
	 margin-top: 27px;
	 top: auto;
}
.breadcrumb-dropdown a {
	 clear: none;
	 color: #444;
	 display: inline-block;
	 padding: 0;
}
.breadcrumb-dropdown a:hover {
	 background-color: transparent;
}
.breadcrumb-dropdown li {
	 padding: 1px 7px;
}
.breadcrumb-dropdown li:last-child {
	 border-bottom: medium none;
}

/* carousel */
.carousel  {
	 min-height: 400px;
}
.carousel .item {
	 background-size: cover;
	 min-height: 400px;
}
.carousel .bbc_link {
	 border: 0 none;
	 color: #fff;
	 font-weight: bold;
	 text-decoration: none;
}
/* carousel */
.no-pt
{
	 padding-top: 0 !important;
}

.carousel-inner {
	 overflow: hidden;
	 position: absolute;
	 width: 100%;
}
.slide1, .slide2, .slide3 {
	 min-height: 560px;
	 background-size: cover;
	 background-position: center center;
}
.slide1 {
	 background-image: url(http://placekitten.com/1000/300);
}
.slide2 {
	 background-image: url(http://placekitten.com/1100/300);
}
.slide3 {
	 background-image: url(http://placekitten.com/1200/300);
}
/* Carousel Fade Effect */
.carousel.carousel-fade .item {
	 -webkit-transition: opacity 1s linear;
	 -moz-transition: opacity 1s linear;
	 -ms-transition: opacity 1s linear;
	 -o-transition: opacity 1s linear;
	 transition: opacity 1s linear;
	 opacity: .5;
}
.carousel.carousel-fade .active.item {
	 opacity: 1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	 left: 0;
	 z-index: 2;
	 opacity: 0;
	 filter: alpha(opacity=0);
}
.carousel-overlay {
	 position: absolute;
	 bottom: 100px;
	 right: 0;
	 left: 0;
	 /*text styles below just for demo*/
	 color: white;
	 text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	 font-size: 5em;
}
/* some alerts */
.alert-minimalist {
	 background-color: #fff;
	 border-color: #cecece;
	 border-radius: 3px;
	 color: #575757;
	 padding: 10px;
	 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.alert-minimalist > [data-notify="icon"] {
	 height: 50px;
	 margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	 color: #575757;
	 display: block;
	 font-weight: bold;
	 margin-bottom: 0px;
	 text-transform: capitalize;
}
.alert-minimalist > [data-notify="message"] {
	 font-size: 80%;
}
button.close:hover
{
	 border: none;
}
/* Theme config*/
.config-theme
{
	 overflow: hidden;
	 position: absolute;
	 right: 0;
	 top: 90px;
}
.config-theme > .config-box {
	 margin-right: -220px;
	 position: fixed;
	 right: 0;
	 transition-duration: 0.8s;
	 z-index: 2000;
}
.config-theme > .config-box.show {
	 margin-right: 0;
}
.config-theme > .config-box .spin-icon 
{
	 background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	 border-radius: 20px 0 0 20px;
	 box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.26);
	 color: #fff;
	 cursor: pointer;
	 font-size: 16px;
	 left: 0;
	 padding: 7px 10px 7px 13px;
	 position: absolute;
	 top: 40px;
	 width: 40px;
}
.theme-settings {
	 background: #282828 none repeat scroll 0 0;
	 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	 margin-left: 40px;
	 padding-bottom: 10px;
	 width: 220px;
}
.theme-settings .title {
	 background-color: #085078;
	 font-weight: bold;
	 padding: 10px;
	 text-align: center;
	 color: #ffffff;
}
.theme-settings > .item {
	 min-height: auto;
	 padding: 10px 20px;
}
.theme-settings > .item > .item-content {
	 float: right;
}
/* Color picker */
.colpick_box {
	 border: 1px solid #000;
	 color: transparent !important;
	 cursor: pointer;
	 height: 20px;
	 margin: 5px 5px 5px 2px;
	 width: 20px;
}
.colpick {
	 position: absolute;
	 width: 346px;
	 height: 170px;
	 overflow: hidden;
	 display: none;
	 font-family: Arial, Helvetica, sans-serif;
	 background:#ebebeb;
	 border: 1px solid #bbb;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
	 
	 /*Prevents selecting text when dragging the selectors*/
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 -o-user-select: none;
	 user-select: none;
	 z-index: 10000;
}
/*Color selection box with gradients*/
.colpick_color {
	 position: absolute;
	 left: 7px;
	 top: 7px;
	 width: 156px;
	 height: 156px;
	 overflow: hidden;
	 outline: 1px solid #aaa;
	 cursor: crosshair;
}
.colpick_color_overlay1 {
	 position: absolute;
	 left:0;
	 top:0;
	 width: 156px;
	 height: 156px;
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	 background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	 background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	 background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 & IE7 */
}
.colpick_color_overlay2 {
	 position: absolute;
	 left:0;
	 top:0;
	 width: 156px;
	 height: 156px;
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	 background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	 background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	 background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/*Circular color selector*/
.colpick_selector_outer {
	 background:none;
	 position: absolute;
	 width: 11px;
	 height: 11px;
	 margin: -6px 0 0 -6px;
	 border: 1px solid black;
	 border-radius: 50%;
}
.colpick_selector_inner{
	 position: absolute;
	 width: 9px;
	 height: 9px;
	 border: 1px solid white;
	 border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	 position: absolute;
	 top: 6px;
	 left: 175px;
	 width: 19px;
	 height: 156px;
	 border: 1px solid #aaa;
	 cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	 position: absolute;
	 left: -8px;
	 width: 35px;
	 height: 7px;
	 margin: -7px 0 0 0;
}
.colpick_hue_larr {
	 position:absolute;
	 width: 0; 
	 height: 0; 
	 border-top: 6px solid transparent;
	 border-bottom: 6px solid transparent;
	 border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	 position:absolute;
	 right:0;
	 width: 0; 
	 height: 0; 
	 border-top: 6px solid transparent;
	 border-bottom: 6px solid transparent; 
	 border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	 position: absolute;
	 left: 207px;
	 top: 6px;
	 width: 60px;
	 height: 27px;
	 background: #f00;
	 border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	 position: absolute;
	 left: 277px;
	 top: 6px;
	 width: 60px;
	 height: 27px;
	 background: #f00;
	 border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	 position: absolute;
	 height: 20px;
	 width: 60px;
	 overflow:hidden;
	 background:#f3f3f3;
	 color:#b8b8b8;
	 font-size:12px;
	 border:1px solid #bdbdbd;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
}
.colpick_rgb_r {
	 top: 40px;
	 left: 207px;
}
.colpick_rgb_g {
	 top: 67px;
	 left: 207px;
}
.colpick_rgb_b {
	 top: 94px;
	 left: 207px;
}
.colpick_hsb_h {
	 top: 40px;
	 left: 277px;
}
.colpick_hsb_s {
	 top: 67px;
	 left: 277px;
}
.colpick_hsb_b {
	 top: 94px;
	 left: 277px;
}
.colpick_hex_field {
	 width: 68px;
	 left: 207px;
	 top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	 border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	 position: absolute;
	 width: 12px;
	 height: 20px;
	 line-height: 20px;
	 padding-left: 4px;
	 background: #efefef;
	 border-right: 1px solid #bdbdbd;
	 font-weight: bold;
	 color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	 position: absolute;
	 right: 11px;
	 margin: 0;
	 padding: 0;
	 height: 20px;
	 line-height: 20px;
	 background: transparent;
	 border: none;
	 font-size: 12px;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #555;
	 text-align: right;
	 outline: none;
}
.colpick_hex_field input {
	 right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	 position: absolute;
	 top: 0;
	 right: 0;
	 width: 9px;
	 height: 21px;
	 cursor: n-resize;
}
.colpick_field_uarr {
	 position: absolute;
	 top: 5px;
	 width: 0; 
	 height: 0; 
	 border-left: 4px solid transparent;
	 border-right: 4px solid transparent;
	 border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	 position: absolute;
	 bottom:5px;
	 width: 0; 
	 height: 0; 
	 border-left: 4px solid transparent;
	 border-right: 4px solid transparent;
	 border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	 position: absolute;
	 left: 207px;
	 top: 149px;
	 width: 130px;
	 height: 22px;
	 line-height:22px;
	 background: #efefef;
	 text-align: center;
	 color: #555;
	 font-size: 12px;
	 font-weight:bold;
	 border: 1px solid #bdbdbd;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
}
.colpick_submit:hover {
	 background:#f3f3f3;
	 border-color:#999;
	 cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	 display:none;
}
.colpick_full_ns .colpick_new_color {
	 width: 130px;
	 height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	 top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	 top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	 top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	 top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	 display:none;
}
.colpick_rgbhex {
	 width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	 width:68px;
}
.colpick_rgbhex .colpick_new_color {
	 width:34px;
	 border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	 width:34px;
	 left:240px;
	 border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	 display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	 width:68px;
	 border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	 top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	 top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	 top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	 top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	 display:none;
}
.colpick_hex {
	 width:206px;
	 height:201px;
}
.colpick_hex .colpick_hex_field {
	 width:72px;
	 height:25px;
	 top:168px;
	 left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	 height: 25px;
	 line-height: 25px;
}
.colpick_hex .colpick_new_color {
	 left:9px;
	 top:168px;
	 width:30px;
	 border-right:none;
}
.colpick_hex .colpick_current_color {
	 left:39px;
	 top:168px;
	 width:30px;
	 border-left:none;
}
.colpick_hex .colpick_submit {
	 left:164px;
	 top: 168px;
	 width:30px;
	 height:25px;
	 line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	 display:none;
}
.colpick_hex_ns .colpick_hex_field {
	 width:80px;
}
.colpick_hex_ns .colpick_new_color{
	 width:60px;
	 border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	 background: #161616;
	 border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
	 outline-color: #333;
}
.colpick_dark .colpick_hue {
	 border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	 background: #101010;
	 border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
	 background: #131313;
	 border-color: #2d2d2d;
	 color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	 color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	 border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	 border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	 border-color:#444;
}
.colpick_dark .colpick_submit {
	 background: #131313;
	 border-color:#2d2d2d;
	 color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	 background-color:#101010;
	 border-color:#444;
}
/* new input's style */
.control {
	 font-size: 18px;
	 position: relative;
	 display: inline-block;
	 margin-bottom: 15px;
	 padding-left: 30px;
	 cursor: pointer;
}
.control input {
	 position: absolute;
	 z-index: -1;
	 opacity: 0;
}
.control__indicator {
	 position: absolute;
	 top: 2px;
	 left: 0;
	 width: 20px;
	 height: 20px;
	 background: #d2d2d2;
}
.control--radio .control__indicator {
	 border-radius: 50%;
}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
	 background: #e6e6e6;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	 background: #085078;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
	 background: #085078;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
	 pointer-events: none;
	 opacity: .6;
	 background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
	 position: absolute;
	 display: none;
	 content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	 display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	 top: 4px;
	 left: 8px;
	 width: 5px;
	 height: 8px;
	 transform: rotate(45deg);
	 border: solid #fff;
	 border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	 border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	 top: 7px;
	 left: 7px;
	 width: 6px;
	 height: 6px;
	 border-radius: 50%;
	 background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
	 background: #7b7b7b;
}
.select {
	 position: relative;
	 display: inline-block;
	 margin-bottom: 15px;
	 width: auto;
	 max-width: 277px;
}

.select select {
	 display: inline-block;
	 width: auto;
	 padding: 10px 15px;
	 cursor: pointer;
	 color: #848484;
	 border: 0;
	 font-size: 12px;
	 border-radius: 0;
	 outline: 0;
	 background: #fafafa;
	 appearance: none;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 border: 1px solid #efefef;
}
.select select::-ms-expand {
	 display: none;
}
.select select:hover,
.select select:focus {
	 color: #747474;
	 background: #fff;
}

.select select:disabled {
	 pointer-events: none;
	 opacity: .5;
}

.select__arrow {
	 position: absolute;
	 top: 16px;
	 right: 15px;
	 width: 0;
	 height: 0;
	 pointer-events: none;
	 border-width: 8px 5px 0 5px;
	 border-style: solid;
	 border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
	 border-top-color: ;
}
.select select:disabled ~ .select__arrow {
	 border-top-color: #ccc;
}
/* profile */
.flex {
	 display: flex;
	 justify-content: flex-end;
}

.flex.profile
{
	 justify-content: flex-start;
	 flex-wrap: wrap;
}
.flex.profile .box-p
{
	 padding: 0;
}
.flex.profile .box-s
{
	 padding: 15px;
}
.box-s .signature
{
	 width: auto;
	 margin: 0;
	 padding: 0;
	 border-top: none;
}
.box-s h5
{
	 font-weight: bold;
	 font-size: 12px;
	 margin-bottom: 8px;
}
.flex.profile .box-p.col-8
{
	 margin-right: 15px;
	 width: calc(65% - 15px);
	 padding-bottom: 15px;
}
.flex.profile .box-p.col-4
{
	 width: 35%;
}
.profile-b
{
	 margin-top: 15px;
	 display: inline-block;
}
.ul-profile
{
	 margin: 0;
	 padding: 0;
	 list-style: none;
}
.ul-profile > li
{
	 display: block;
	 padding: 12px 15px;
	 border-bottom: 1px solid #e9e9e9;
	 overflow: hidden;
}
.ul-profile > li > span.title, .ul-profile > li > div.desc
{
	 display: inline-block;
	 float: left;
}
.ul-profile > li > span.title
{
	 width: 30%;
	 color: #737373;
	 font-weight: bold;
	 font-size: 13px;
}
.ul-profile > li > div.desc
{
	 width: 70%;
	 color: #b2b2b2;
	 text-align: right;
}
.ul-profile > li:last-child
{
	 border-bottom: none;
}
.bg-dark-opacity
{
	 background-color: rgba(0,0,0,.4);
}
.cover
{
	 background-position: center;
	 background-color: #02aadb;
	 background-repeat: no-repeat;
	 background-size: cover;
	 position: relative;
}
.cover, .bg-dark-opacity
{
	 height: 250px;
	 border-radius: 5px 5px 0 0;
}
.align-bottom
{
	 position: absolute;
	 bottom: 10px;
	 left: 0;
	 right: 0;
	 color: #fff;
}
.cover a{color: #fff !important}
.flex.profile .box-p .avatar{text-align: center;}
.flex.profile .box-p .avatar img
{
	 width: 128px;
	 height: 128px;
	 margin: -64px auto 10px;
	 padding: 4px;
	 background-color: #fff;
	 display: block;
}
@media (max-width: 991px)
{
	 .cover, .bg-dark-opacity
	 {
		  height: 220px;
	 }
	 .flex.profile .box-p .avatar img
	 {
		  width: 96px; height: 96px;
		  margin-top: -48px;
	 }
	 .flex.profile .box-p.col-8, .flex.profile .box-p.col-4
	 {
		  width: 100%;
		  margin: 0 0 15px;
	 }
}
@media (max-width: 604px)
{
	 .flex.stats
	 {
		  display: flex;
	 }
}
@media (max-width: 767px) {
	 .cover, .bg-dark-opacity
	 {
		  height: 180px;
	 }
	 .flex.profile .box-p .avatar img
	 {
		  width: 70px; height: 70px;
		  margin-top: -35px;
	 }
	 .flex.profile a span
	 {
		  display: none;
	 }
}
.box-p{
	 padding: 15px 15px 0;
	 border-radius: 4px;
	 background-color: #fff;
	 color: #9fa5b8;
	 border: 1px solid #e7ecf1;
	 border-bottom: none;
	 -webkit-box-shadow: 0 2px 3px 2px rgba(0,0,0,.03);
	 box-shadow: 0 2px 3px 2px rgba(0,0,0,.03);
	 margin-bottom: 15px;
	 overflow: hidden;
}
/*New board style*/
#forum_content .st-board {
	 margin-bottom: 20px;
	 padding: 0px 5px;
}
#forum_content .b-stats {
	 background: #1b1d29 none repeat scroll 0 0;
	 padding-left: 15px;
	 padding-right: 15px;
}
#forum_content.st-board .b-header {
	 background: rgba(0, 0, 0, 0.14) none repeat scroll 0 0;
	 margin-top: -50px;
	 padding: 10px;
	 position: relative;
	 text-align: center;
}
#forum_content .st-board .b-header h3 a, #forum_content .st-board .b-header h3 {
	 color: #fff;
	 font-size: 15px;
}
#forum_content .st-board .image-board {
	 background-color: #7aef9b;
	 background-repeat: none;
	 background-position: center center;
	 background-size: cover;
	 min-height: 120px;
}
@media (max-width:767px) {
	 #forum_content .st-board .image-board {
		  min-height: 100px;
	 }
}
#forum_content .nav-pills > li.active > a, #forum_content .nav-pills > li.active > a:focus, #forum_content .nav-pills > li.active > a:hover {
	 background: #085078 none repeat scroll 0 0;
	 box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.09) inset;
	 color: #fff;
}
#forum_content .nav-pills .nav .open > a, #forum_content .nav .open > a:focus, #forum_content .nav .open > a:hover {
	 background: #085078 none repeat scroll 0 0;
	 box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.09) inset;
	 color: #fff;
}
#forum_content .nav-pills > li > a:focus, #forum_content .nav-pills > li > a:hover {
	 background-color: #085078;
	 box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.09) inset;
	 color: #fff;
}
/*Memeber list*/
#mlist.row {
	 margin-left: -15px;
	 margin-right: 0;
}
#mlist .btn-group {
	 width: auto;
}

#forum_content .card {
	 background: #fff none repeat scroll 0 0;
	 border: 1px solid #e9e9e9;
	 margin-bottom: 10px;
	 padding: 0;
	 position: relative;
	 text-align: center;
}
#forum_content .card > .content {
	 background: #282828 none repeat scroll 0 0;
}
#forum_content .card .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #085078;
}
#forum_content .card > .m_mlink {
	 font-size: 16px;
	 font-weight: lighter;
	 position: relative;
	 top: 8px;
}
#forum_content .card > .m_mgroup {
	 color: #bdbdbd;
	 position: relative;
	 top: 2px;
}
/* bottom stats */
#b-stats 
{
	 min-height: 200px;
	 overflow: auto;
}
#b-stats .nav-tabs, .nav-pills
{
	 text-align: center;
}
#b-stats .nav-tabs > li, #b-stats .nav-pills > li {
	 display: inline-block;
	 float: none;
}
.flex-bd {
	 display: flex;
	 justify-content: flex-end;
}
.itemflex {
		  flex: 1 1 0;
		  padding-left: 5px;
		  padding-right: 5px;
	 } 
@media screen and (max-width: 980px)
{
	 .flex-bd {
		  display: block;
		  justify-content: flex-end;
	 }
	 .itemflex
	 {
		  width: 100%;
	 } 
}
/*Board tabs*/
#IC 
{
	 margin-top: 5px;
}
#IC .nav 
{
	 margin: 0;
	 margin-bottom: 4px;
}
#IC ul.nav.nav-tabs
{
	 background: transparent;
	 border: none;
	 border-top: none;
}
#IC .nav-tabs > li:first-child > a
{
	 margin-left: 0px;
}
#IC .nav-tabs > li > a:hover,#IC .nav-tabs > li > a:focus
{
	 background: transparent none repeat scroll 0 0;
	 border-bottom: 2px solid;
	 border-color: #085078;
	 border-right-color: transparent !important;
	 border-left-color: transparent !important;
	 color: #085078;
}
#IC .nav-tabs > li.active > a:hover
{
	 background: #FFF;
}
#IC .nav-tabs > li > a 
{
	 border-bottom: 2px solid #363840;
	 border-radius: 0;
	 border-top: medium none;
	 color: #363840;
}
#IC .nav-tabs > li.active > a, #IC .nav-tabs > li.active > a:hover {
	 background: transparent none repeat scroll 0 0;
	 border-bottom: 2px solid #085078;
	 border-right-color: transparent !important;
	 border-left-color: transparent !important;
	 color: #085078;
}
#IC .avatar_dot {
	 height: 30px !important;
	 width: 30px !important;
}
#IC #upshrink_ic {
	 margin-top: 7px;
}
#IC .tab-content
{
	 background: transparent;
	 border-radius: 0 0 4px 4px;
	 border: none;
	 border-top: none;
}
@media (max-width:767px) {
	 #IC .nav-tabs li span
	 {
		  display: none;
	 }
} 
/* Panel stats */
.panelb {
	 background: #fff none repeat scroll 0 0;
	 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	 min-height: 65px;
	 padding: 10px;
}
.panelb > .avatar {
	 float: left;
	 width: 8%;
}
.panelb > .content-top, .panelb > .content-bottom
{
	 width: 92%;
	 float: right;
}
.panelb > .content-top {
	 padding: 4px;
	 position: relative;
}
.panelb > .content-top > h4 {
	 font-size: 15px;
}
.panelb > .content-top > h4 > a
{
	 color: #575757;
}
.panelb > .content-bottom {
	 border-top: 2px solid #ececec;
	 color: #575757 !important;
}
.panelb > .content-bottom a {
	 color: #575757;
}
.panelb > .content-bottom > .info {
	 display: inline-flex;
	 list-style: outside none none;
	 margin-bottom: 0;
	 padding: 5px 0 0;
}
.panelb > .content-bottom > .info li {
	 display: block;
	 padding-right: 10px;
}
/**Ellipsis*/
.panelb > .content-top > .ellipsis a {
	 display: inline-block;
	 margin: 0;
	 overflow: hidden;
	 padding: 0;
	 text-align: left;
	 text-decoration: none;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 width: 200px;
}
/* Some things */
.alert-topic {
	 background: #fff none repeat scroll 0 0;
	 border-color: #e9e9e9;
	 color: #575757 !important;
}
.alert-topic h3
{
	 font-size: 24px;
	 color: #575757;
}
.display-info {
	 margin: 10px 0;
	 overflow: hidden;
}
.display-info li {
	 float: left;
	 margin-right: 10px !important;
}
/* News style */
#forum_content .b-news {
	 background: #fff none repeat scroll 0 0;
	 border-radius: 0;
	 border-top: 2px solid #085078;
	 box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.07);
	 color: #085078;
	 margin-bottom: 10px;
	 padding: 10px;
}
#forum_content .b-news li {
	 color: #444;
}
#forum_content .b-news i {
	 float: left;
	 position: relative;
	 top: 5px;
}
/* Sidebar */
.profile-user {
	 margin-right: 1px;
}
.sidebar {
	 background: #222 none repeat scroll 0 0;
	 box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.24);
	 height: 100%;
	 margin-left: -250px;
	 overflow-y: auto;
	 position: fixed;
	 transition: all 0.5s ease 0s;
	 width: 0;
	 z-index: 1000;
}
.sidebar .dropdown-menu.y-dropdown {
	 background: #222 none repeat scroll 0 0;
}
.sidebar .dropdown-menu.y-dropdown li a {
	 color: #fff;
}
.sidebar.show{
	 margin-left: 0px !important;
}
.sidebar-nav {
	 list-style: outside none none;
	 padding: 0;
	 top: 0;
	 width: 250px;
}
.sidebar-nav li {
	 line-height: 40px;
	 text-indent: 20px;
	 text-transform: uppercase;
}
.sidebar-nav li.active {
	 border-right: 3px solid #d73659;
}
.sidebar-nav li a {
	 color: #fff;
	 display: block;
	 text-decoration: none;
}
.sidebar-nav li a:hover {
	 border-right: 3px solid #d73659;
	 text-decoration: none;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	 text-decoration: none;
}
.sidebar-nav .dropdown-menu > li > a {
	 color: #585858;
}
.sidebar-nav .dropdown-menu > li > a:hover {
	 border-right: 0;
}
/* Login modal */
.modal-content {
	 background-color: #fff;
}
.modal-header {
	 background: #085078 none repeat scroll 0 0;
	 border-color: #085078;
	 border-radius: 4px 4px 0 0;
	 text-align: center;
}
.modal-header h3
{
	 text-transform: uppercase;
	 color: #FFF;
	 text-shadow: 0 1px rgba(0,0,0,.2);
}
.modal-header button, .modal-header button:hover {
	 background: #e74c3c none repeat scroll 0 0;
	 border: medium none;
	 border-radius: 100%;
	 color: #fff;
	 font-weight: normal;
	 opacity: 1;
	 padding: 0 8px 5px;
	 position: absolute;
	 right: -12px;
	 text-decoration: none;
	 text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	 top: -12px;
}
.modal-header .avatar
{
	 margin: 20px 0 -60px;
	 border: 2px solid #085078;
}
.modal-body
{
	 padding-top: 64px;
}
.modal-footer
{
	 padding-top: 0;
	 border-top: 0;
}
.modal-footer .btn-success,.modal-footer .btn-success:hover, .modal-footer .btn-success:hover
{	
	 background-color: #d46969;
	 border-color: #d46969;
}
/* MP Dropdown*/
.count-mp {
	 background: #e74c3c none repeat scroll 0 0;
	 border-radius: 10px;
	 color: #fff;
	 font-size: 9px;
	 height: 5px;
	 left: -3px;
	 padding-left: 5px;
	 padding-right: 5px;
	 top: -9px;
}
.st-mp
{
	 margin-right: 0;
}
.dropdown-menu.dropdown-menu-lg {
	 width: 300px;
	 border-color: #ececec !important;
	 padding: 0;
}
.lv-header {
	 background: #f6f6f6 none repeat scroll 0 0;
	 border-bottom: 1px solid #ececec;
	 font-weight: 500;
	 line-height: 100%;
	 margin-bottom: 10px;
	 padding: 15px 10px 13px;
	 text-align: center;
	 text-transform: uppercase;
}
.lv-footer {
	 background: #f6f6f6 none repeat scroll 0 0;
	 border-top: 1px solid #ececec;
	 color: transparent;
	 display: block;
	 font-size: 11px;
	 line-height: 100%;
	 margin-top: 20px;
	 padding: 7px 10px 8px;
	 text-align: center;
}
.listview {
	 position: relative;
}
.listview .lv-item {
	 display: block;
	 position: relative;
	 transition: background-color 300ms ease 0s;
	 padding: 8px;
}
.listview .lv-item .lv-small {
	 color: #606060;
	 display: block;
	 font-size: 12px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 width: 100%;
}
.listview .lv-title {
	 display: block;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
}
.listview a.lv-item:hover, .listview a.lv-item.new:hover {
	 background: #282828 none repeat scroll 0 0;
	 text-decoration: none;
}
.listview a.lv-item.new {
	 background: #282828 none repeat scroll 0 0;
}
.listview [class*="lv-img"] {
	 border-radius: 50%;
}
.listview .lv-img-sm {
	 height: 35px;
	 width: 35px;
}