/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line 
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/ 
* **************************************************************
*
* FLATBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
body {
   color: #77828c;
   background-color: #1b1f1e;
}
.breadcrumb
{
	  color: #1b1f1e;
   background-color: #efebe0;
}
.breadcrumb-line
{
	  color: #1b1f1e;
   background-color: #efebe0;
}

 /* BBOOTS / FLATBOOTS Custom Colors Generated With COLORIZE - www.sitesplat.com - copyright (c) 2014 SiteSplat.com */
.navbar-inverse {
   
background-color: inherit;
border-color: inherit;
}

/* change the bar
BACKGROUND color here */
.flat-nav {
   
background-color: #efebe0;
}

/* END HEADER */
 
/* BBOOTS / FLATBOOTS Custom Colors Generated With COLORIZE - www.sitesplat.com - copyright (c) 2014 SiteSplat.com */
.logo span {
	color: #efebe0;
}

.logo-transition a:after {
	color: #efebe0;
}

a.forumtitle {
    color: #1b1f1e !important;
}



.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: #1b1f1e;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1b1f1e;
}

.navBtn {
	background-color: #efebe0;
}

.navBtn > a {
	border-left: 1px solid #d5caae;
}

.submenu {
	border-bottom: 4px solid #efebe0;
}

.nav-icon:hover [class*="has-sub"] {
	color: #efebe0;
}

.submenu li:hover > a {
	color: #efebe0;
}

.submenu li:hover > span {
	background-color: #efebe0;
}

.subheader {
	border-top: 4px solid #efebe0;
}

.side-segment h3:after,
.side-segment h2:after {
	background-color: #efebe0;
}

.alert-info {
	background-color: #efebe0;
	border-color: #efebe0;
}

.label-info,
.badge-info {
	background-color: #efebe0;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #efebe0;
}

#scrollbar-one .thumb .end,
#scrollbar-two .thumb .end {
	background-color: #efebe0;
}

#scrollbar-one .thumb,
#scrollbar-two .thumb {
	background-color: #efebe0;
}

.tabbable-custom .nav-tabs > li.active {
	border-top: 3px solid #efebe0;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
	background: none repeat scroll 0 0 #efebe0;
	border-left: 1px solid #d5caae;
}

.ver-inline-menu li.active:after {
	border-left: 6px solid #efebe0;
}

.ver-inline-menu li.active i {
	background: none repeat scroll 0 0 #f8f6f1;
}

.table-primary thead th {
	background-color: #efebe0;
	border-color: #efebe0 !important;
}

a.forumtitle {
	color: #efebe0;
}

.twitter-layout:before {
	color: #efebe0;
}

footer .interact a:hover {
	color: #efebe0;
}

footer {
	border-top: 3px solid #efebe0;
}

footer .bottomLinks small a {
	color: #efebe0;
}

footer .bottomLinks a:hover {
	border-bottom: 1px solid #efebe0;
}

#footerContent blockquote p span {
	color: #efebe0;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	background-color: #efebe0;
	border-color: #efebe0;
}

.btn-link {
	color: #efebe0;
}

.btn-link:hover,
.btn-link:focus {
	color: #d5caae;
}

.pager li > a:hover,
.pager li > a:focus {
	background-color: #efebe0;
}
/* BBOOTS - FLATBOOTS Main Links color */
a {
	color: #efebe0;
}

a:hover,
a:focus {
	color: #d5caae;
}

blockquote {
	border-left-color: #efebe0;
}

blockquote.pull-right {
	border-right-color: #efebe0;
}

.btn-primary {
	color: #ffffff;
	background-color: #efebe0;
	border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #555555;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #efebe0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #efebe0;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #efebe0;
}
/* Button Backgrounds */
/* FLATBOOTS Custom Color Generated with COLORIZE */
/* FLATBOOTS Forum Panel Heading */
.panel-forum > .panel-heading {
	background-color: #efebe0;
}
/* FLATBOOTS Button Top */
.top-flat {
	background-color: #efebe0;
}

footer {
	border-top: medium none;
}
/* FLATBOOTS Teaser Header Background color */
.masthead:before {
	background-color: #efebe0;
}
/* FLATBOOTS Footer Call to Action Background Color */
.mastbottom {
	background-color: #efebe0;
}

.call-to-action
{
	font-size:24px;
}

 /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


/* ===[ CSS HOOK BOTTOM ]=== */