/*****************************************************************
* 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: #535a6b;
}

.logo-transition a:after {
	color: #535a6b;
}

.navBtn {
	background-color: #535a6b;
}

.navBtn > a {
	border-left: 1px solid #323640;
}

.submenu {
	border-bottom: 4px solid #535a6b;
}

.nav-icon:hover [class*="has-sub"] {
	color: #535a6b;
}

.submenu li:hover > a {
	color: #535a6b;
}

.submenu li:hover > span {
	background-color: #535a6b;
}

.subheader {
	border-top: 4px solid #535a6b;
}

.side-segment h3:after,
.side-segment h2:after {
	background-color: #535a6b;
}

.alert-info {
	background-color: #535a6b;
	border-color: #535a6b;
}

.label-info,
.badge-info {
	background-color: #535a6b;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #535a6b;
}

#scrollbar-one .thumb .end,
#scrollbar-two .thumb .end {
	background-color: #535a6b;
}

#scrollbar-one .thumb,
#scrollbar-two .thumb {
	background-color: #535a6b;
}

.tabbable-custom .nav-tabs > li.active {
	border-top: 3px solid #535a6b;
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
	background: none repeat scroll 0 0 #535a6b;
	border-left: 1px solid #323640;
}

.ver-inline-menu li.active:after {
	border-left: 6px solid #535a6b;
}

.ver-inline-menu li.active i {
	background: none repeat scroll 0 0 #5e6679;
}

.table-primary thead th {
	background-color: #535a6b;
	border-color: #535a6b !important;
}

a.forumtitle, a.topictitle {
	font-size: 1em;
	color: #900;
}

.twitter-layout:before {
	color: #535a6b;
}

footer .interact a:hover {
	color: #535a6b;
}

footer {
	border-top: 3px solid #535a6b;
}

footer .bottomLinks small a {
	color: #535a6b;
}

footer .bottomLinks a:hover {
	border-bottom: 1px solid #535a6b;
}

#footerContent blockquote p span {
	color: #535a6b;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	background-color: #535a6b;
	border-color: #535a6b;
}

.btn-link {
	color: #535a6b;
}

.btn-link:hover,
.btn-link:focus {
	color: #323640;
}

.pager li > a:hover,
.pager li > a:focus {
	background-color: #535a6b;
}
/* BBOOTS - FLATBOOTS Main Links color */
a {
	color: #535a6b;
}

a:hover,
a:focus {
	color: #323640;
}

blockquote {
	border-left-color: #535a6b;
}

blockquote.pull-right {
	border-right-color: #535a6b;
}

.btn-primary {
	color: #ffffff;
	background-color: #535a6b;
	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: #535a6b;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #535a6b;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #535a6b;
}
/* Button Backgrounds */
/* FLATBOOTS Custom Color Generated with COLORIZE */
/* FLATBOOTS Forum Panel Heading */
.panel-forum > .panel-heading {
	background-color: #535a6b;
}
/* FLATBOOTS Button Top */
.top-flat {
	background-color: #535a6b;
}

footer {
	border-top: medium none;
}
/* FLATBOOTS Teaser Header Background color */
.masthead:before {
	background-color: #535a6b;
}
/* FLATBOOTS Footer Call to Action Background Color */
.mastbottom {
	background-color: #535a6b;
}

.label-img-forum {
    margin: 2px -20px 0px 0px !important;
}
@-webkit-keyframes unreading {
   50% {
      opacity: 0.25;
   }
}
@keyframes unreading {
   50% {
      opacity: 0.25;
   }
}

body {
  color: #0a0a0a;
  margin: 0;
  font-family: 'Verdana', 'sans-serif';
  background-color: #ECF0F1;
}


.masthead:before {
		position:absolute;
		z-index:1;
		top:0;
		left:0;
		width:100%;
		height:92px;
		content:"";
		background:url(./images/newbanner-pofo2.jpg) 0 0 #26bcb5;
		background-repeat:none
}

.masthead {
		position:relative;
		height:100%;
		width:100%;
}

.wrapper-head {
		margin-top: 0px;
		position:relative;
		z-index:2
}

.flat-header {
    color: #535a6b;
    font-size: 9px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    max-height: 92px;
}

.panel-mini_cms_oneall .oneall_social_login_providers {
    height: 68px!important;
}
.panel-mini_cms_oneall {
    padding: 10px 0;
    background: inherit;
}

.panel-mini_cms_oneall .signin-text {
    font-family: "Asap","Arial","Helvetica",sans-serif;
    font-size: 15px;
    font-style: normal;
    position: relative;
    display: block;
    margin-bottom: 25px;
    text-align: center;
    color: #999;
}

.panel-mini_cms_oneall .signin-text span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    background: #fff;
}

.panel-mini_cms_oneall .signin-text:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    height: 2px;
    content: "";
    background: #e4e4e4;
}

.description, .subforums, .forum-time, .forum-mods {
    font-size: .95em;
}

.alert-warning {
    color: #fff;
    border-color: #d31141;
    background-color: #d31141;
}    

.side-segment h3::after, .side-segment h2::after {
    background-color: #d31141;
}

.blog-meta {
    font-family: "Asap","Arial","Helvetica",sans-serif;
    font-weight: 700;
    position: absolute;
    z-index: 30;
    top: 1.94em;
    right: auto;
    bottom: auto;
    left: -1.40em;
    float: left;
    padding: .55em .9em;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: none repeat scroll 0 0 #d31141;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.btn-danger{
    background-color: #d31141;
}


.share-button .shareit-txt {
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    width: 100%;
}

.postbody .content {
    color: #242626;

}

.post-signature {
    text-align: center;
}
.post-signature .img-post {
    margin-left: auto;
    margin-right: auto;
}

.rbox{
    border-color:#b5b5b5;
    float: right;
    margin-left: 8px;
    width: 250px;
}

########
/* ===[ CSS HOOK BOTTOM ]=== */

