body{
	background-color: #f8f8f8;
}

#title-spacer h1{
	color: #000000;
}

#title-spacer li{
	line-height: 1.5625em;
    display: inline-block;
    list-style: none;
    font-size: 0.75em;
	color: #fff;
}

#title-spacer li a{
	line-height: 1.5625em;
    display: inline-block;
    margin: 0 0.5em 0 0.3125em;
}

#title-spacer a { color: #666; }

.maintitle{
	border-bottom: 0.0625em solid #eaeaea;
	padding: 1.875em 0 0.625em 0em;
	font-size: 1.125em;
}

.post img{
	border-radius: 0.625em;
	float: left;
	margin-right: 0.625em;
}

.post{
	padding: 1.25em 0.625em 0.625em 0;
}

.post .description{
	color: #999;
	font-size: 0.75em;
	padding-top: 0.625em;
}

.post.news .description{
	color: #999;
	font-size: 0.9em;
	padding-top: 0.625em;
	text-align: right;
}

.description .fa {
  margin: 0 0.5em 0 0.8em;
}

.description .fa:first-child {
  margin: 0 0.5em 0 0;
}

.post li{
	font-size: 0.875em;
	padding-top: 0.3125em;
	padding-bottom: 0.3125em;
	border-bottom: 0.0625em dotted #eaeaea;
}

.pb-20 {
    padding-bottom: 1.25em;
}

.pt-20{
	padding-top: 1.25em;
}

.forumbox{
	/*border: 0.0625em solid #eaeaea;*/
	padding: 1.25em 1.25em 0em 1.25em;
	/*background-color: #fff;*/
	margin-bottom: 1em;
}

.forumbox img{
	width: 100%;
}

.forumbox .title{
	font-size: 1.25em;
	margin-top: 1.25em;
}

.forumbox .description{
	color: #999;
	font-size: 1em;
	padding-top: 0.625em;
	text-align: justify;
}

.forumbox span{
	margin-top: 0.625em;
	margin-right: 0.25em;
}

.forumbox p {
	display: inline-block;
}

.forumbox p:first-child {
	float: left;
}

.forumbox p:last-child {
	float: right;
}

.forumbox p .fa {
  margin: 0 0.5em 0 0.8em;
}

.forumbox p .fa:first-child {
  margin: 0 0.5em 0 0;
}

.genric-btn.circle {
    border-radius: 1.25em;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.go-feature-btn {
    border: 0.0625em solid #3F4391;
	margin-bottom: 1em;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn.gray-border {
  color: #fff;
  background: #9a815c;
  border: 0.0625em solid #9a815c;
}

.genric-btn.gray-border:hover {
  color: #9a815c;
  border: 0.0625em solid #9a815c;
  background: #f8f8f8;
}

nav#paginations {
    width: 13.75em;
    margin: 0 auto;
}

.linebox-1{
	margin-top: -1em;
	margin-bottom: -1em;
}

.linebox-2{
	margin-top: 2em;
	margin-bottom: -1em;
}

.btn-outline-dark {
    background: #f8f8f8;
}

.btn-outline-dark:hover {
    background: #9a815c;
}

@media screen and (max-width:30em){
	.h1, h1 {
		font-size: 1.5rem;
	}
	/* th:nth-child(1), th:nth-child(3), td:nth-child(1), td:nth-child(3){
		display: none;
	} */
}

nav {
    margin-bottom: 1.875em;
    border-bottom: 0.5em solid #b37642;
}


nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#9a815c;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 1.125em 1.5625em;
    color:#fff;
    background:#9a815c;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active{
	background:#b37642;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -3.75em;
  left: -10%;
  /*border: 15px solid transparent;*/
  border-top-color: #b37642;
}
.tab-content{
    line-height: 1.5625em;
    /*border-bottom: 8px solid #b37642;*/
    padding:1.875em 1.5625em;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #b37642;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
