/*****************************************************************
* 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 ]=== */
/* BBOOTS / FLATBOOTS Custom Colors Generated With COLORIZE - www.sitesplat.com - copyright (c) 2014 SiteSplat.com */
.logo span {
	color: #cc0000;
}

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

.navBtn {
	background-color: #cc0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.forumtitle {
	color: #cc0000;
}

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

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

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

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

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

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

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

.btn-link {
	color: #cc0000;
}

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

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

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

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

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

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

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

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

footer {
	border-top: medium none;
}
/* FLATBOOTS Teaser Header Background color */
.masthead:before {
	background-color: #cc0000;
}
/* FLATBOOTS Footer Call to Action Background Color */
.mastbottom {
	background-color: #cc0000;
}
/* Change the image and color */
.masthead:before {
    background: url("./images/tile-bg-head.png");
	background-color: #cc0000;
}
/* Turn OFF the animation */
.masthead {
    animation-name: sideupscroll-off;
}
/*****************************************************************
Checkbox and Radio
*****************************************************************/

.icheckbox_flat-red {
    margin-left: 2px !important;
}

.iradio_flat-red {
    margin-left: 4px !important;
}

.panel-login .icheckbox_flat-red {
    margin-right: 2px !important;
}

#options-panel-below .icheckbox_flat-red {
    float: left;
}
 
/* iCheck plugin Flat skin
----------------------------------- */
.icheckbox_flat,
.iradio_flat {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
	background: url("./images/flat.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat {
    background-position: 0 0;
}
    .icheckbox_flat.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat {
    background-position: -88px 0;
}
    .iradio_flat.checked {
        background-position: -110px 0;
    }
    .iradio_flat.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat.checked.disabled {
        background-position: -154px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat,
    .iradio_flat {
		background-image: url("./images/flat@2x.png");
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

/* red */
.icheckbox_flat-red,
.iradio_flat-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
	background: url("./images/red.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-red {
    background-position: 0 0;
}
    .icheckbox_flat-red.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat-red.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat-red.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat-red {
    background-position: -88px 0;
}
    .iradio_flat-red.checked {
        background-position: -110px 0;
    }
    .iradio_flat-red.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-red.checked.disabled {
        background-position: -154px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat-red,
    .iradio_flat-red {
		background-image: url("./images/red@2x.png");
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}
/* ===[ CSS HOOK BOTTOM ]=== */