body{
	background-color: #f8f8f8;
}

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

#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: #bbb;
}

.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: 2em 0 1.25em 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: left;
}

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

.fb-circle{
	float: right;
}

.fb-circle img{
	border-radius: 100%;
	width: 30px !important;
}

.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: #2d2d87;
  border: 0.0625em solid #2d2d87;   
}

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

.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: #2d2d87;
}

@media screen and (max-width:30rem){
	.h1, h1 {
		font-size: 1.5rem;
	}
}

.title {
	color: #3f3d3e;
	align-items: flex-start;
	font-size: 1em;
}
body {
	background-image: url(/img/bgb.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.section {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	text-shadow: 2px 4px 30px #fff;
	padding: 2rem;
}
.maintitle {
	color: #6034BF;
	font-weight: 500;
}