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

.mt-20{
	margin-top: 20px;
}

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

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

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

.genric-btn.red-border {
  color: #fff;
  background: #bd2130;
  border: 0.0625em solid #bd2130;   
}

.genric-btn.red-border:hover {
  color: #bd2130;
  border: 0.0625em solid #bd2130;
  background: #f8f8f8;
}

.form-group{
	margin-top: 20px;
}

.titleforyou-1{
	width: 20%;
	color: #2d2d87;
	background-color: #f8f8f8;
	margin-top: -1em;
}

.titleforyou-2{
	color: #666;
	background-color: #f8f8f8;
}

ul li{
	list-style: none;
}

.jquery-accordion-menu ul li a{
	width: 100%;
	padding: 14px 22px;
	float: left;
	text-decoration: none;
	color: #414956;
	font-size: 0.8125em;
	border-bottom: 1px solid #fff;
	background: #f0f0f0;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}

.jquery-accordion-menu ul li a:hover{
	color: #f0f0f0;
	background: #414956;
}

.pt-50{
	padding-top: 50px;
}

@media screen and (max-width: 768px){
.pt-50{
	padding-top: 0px;
}
}

.forumbox .title{
	font-size: 1em;
}

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

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

.forumboxs{
	border: 1px solid #CCC;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
}

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

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


nav > .nav.nav-tabs{

    border: none;
    color:#fff;
    background:#626262;
    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:#626262;
    border-radius:0;
}

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

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

.pt-3, .py-3 {
    padding-top: 0rem !important;
}

#content-spacer .evetmaxhight{
	max-height: 25em;
}

#content-spacer img {
	width: 100%;
}
