/*****************************************************************
* 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/ 
* **************************************************************
*
* BBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */

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

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

.navBtn {
	background-color: #ff9900;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.forumtitle {
	color: #ff9900;
}

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

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

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

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

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

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

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

.btn-link {
	color: #ff9900;
}

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

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

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

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

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

.btn-primary {
	color: #ffffff;
	background-color: #ff9900;
	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: #ff9900;
}

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

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

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

/* BBOOTS Online Status Animation */
@keyframes change-background {
      0% {
        background: LightGreen;
      }
      50% {
        background: green;
      }
      100% {
        background: LightGreen ;
      }
    }
 .ribbon-wrapper .ribbon.on-line {
    animation: change-background 4s linear infinite alternate;
}

/* Icon pulse */
.pulse {
   display: inline-block;
   -moz-animation: pulse 2s infinite linear;
   -o-animation: pulse 2s infinite linear;
   -webkit-animation: pulse 2s infinite linear;
   animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
   0% { opacity: 1; }
   50% { opacity: 0; }
   100% { opacity: 1; }
}
@-moz-keyframes pulse {
   0% { opacity: 1; }
   50% { opacity: 0; }
   100% { opacity: 1; }
}
@-o-keyframes pulse {
   0% { opacity: 1; }
   50% { opacity: 0; }
   100% { opacity: 1; }
}
@-ms-keyframes pulse {
   0% { opacity: 1; }
   50% { opacity: 0; }
   100% { opacity: 1; }
}
@keyframes pulse {
   0% { opacity: 1; }
   50% { opacity: 0; }
   100% { opacity: 1; }
}

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