/*****************************************************************
* 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 ]=== */

/* chrome autofill *******/
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-color:#5a6977;
  -webkit-text-fill-color: #d2d7e4;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus{
	 border-color:#e1294a;
}

body {
	background: url('/forum/images/background-6.jpg') #242c34;
	background: url('/forum/images/background-4.jpg') #141a20;
	background: url('/forum/images/background-5.jpg') #1b232b;
		background: url('/forum/images/background-7.jpg') #2b2b2b;
    background: url('/forum/images/background-2.jpg') #222c36;

	
	
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Open Sans;
	color:#abb4be;
}
 
.section-index .forum-mods {
	display: none;
}
h1,h1 a,h2,h2 a,h3, h3 a,h4,h4 a,h5,h5 a,h6,h6 a{
	font-family:'Open Sans','Arial','Helvetica',sans-serif;
	font-weight:400;
	color:#efefef;
}
h3 {
	border-bottom: none;
}

a.forumtitle {
    font-size: 1.55em;
    font-style: normal;
    text-decoration: none;
    color: #FFF;
    font-family: 'Open Sans';
    font-weight: 300;
    text-transform: none;
	line-height: 1.2em;
}
a.forumtitle:hover {
	color: #ff2e54;
}
a.topictitle {
	font-size: 1.18em;
    font-weight: 400;
}
a.topictitle:hover {
	color: #ff2e54;
}
.nav>li>a {
    text-transform: uppercase;
}
.dropdown-menu>li>a {
    border-radius: 0;
    font-size: 14px;
    line-height: 15px;
    color: #444;
    padding: 10px 20px;
}
.dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}
.description, .forum-mods, .forum-time, .subforums {
    font-size: .8em;
	text-transform: uppercase;
}
.description {
	color: #b0b0b0;
}
.flat-header {
	display: none;
}
/* bottom part with featured posts */
.section-page, .mastbottom, .section-pre-footer, .social-network {
    display:none;
}
.section-index .username-coloured,
.section-viewforum .username-coloured {
    color: #b0b0b0 !important; 
	font-weight: normal;
	text-transform: uppercase;
}

.panel-forum>.panel-heading a {
	color: #f2f2f2;
}
.panel-forum>.panel-heading {
    font-weight: normal;
    font-style: normal;
    font-family: Open Sans;
    font-size: 17px;
    letter-spacing: 0px;
	border-bottom: solid #666 1px;
	padding-left: 0;
	font-weight: 300;
}

.forum-answer .post-id a {
	font-family: Oswald;
	font-weight: 300;
	color: #647484;
}
.forum-answer .side-segment h3 a {
	display: none;
}

/* view topic page */
.section-viewtopic .panel h3 {
	border:none;
}
.section-viewtopic h3,
.section-viewforum h3 {
	border:none;
}
.section-viewtopic h3 a,
.section-viewforum h3 a {
	font-size: 55px;
    text-transform: none;
    letter-spacing: -2px;
    font-weight: 300;
    color: #e4e6eb;
    /* border: dotted gray 1px; */
    display: block;
    border-radius: 14px;
}
.section-viewtopic h3 a {
	font-size: 35px;
	line-height: 37px;
	letter-spacing: -1px;
}
.postbody .content {
	font-size: 14px;
    line-height: 1.5em;
    margin-top: -30px;
    color: #dfdfdf;
	padding: 20px;
    border: solid #666 1px;
    border-radius: 15px;	
}
.postbody .content img {
	max-width: 600px;
}
.forum-mods>strong, .subforums>strong, a:link, a:visited {
    color: #444;
}
.pagination>li>a, .pagination>li>span {
    border: 1px solid #ddd;
}
.btn-link, .btn-primary .badge, .pagination>li>a, .pagination>li>span, .text-primary {
    color: #999;
}
.topics-table thead {
	display: none;
}

.navbar-inverse {
    border:none;
    background-color: transparent;
	 background-color: #c22340;
}

.panel-forum thead {
	display: none;
}

.section-viewforum #page-body p:first-of-type,
.section-viewtopic #page-body p:first-of-type {
    margin-bottom: 35px;
}
.section-viewforum #page-body p:first-of-type strong,
.section-viewtopic #page-body p:first-of-type strong {
    font-weight: normal;
}

@media only screen and (min-width: 586px) {
	.tab-content>.active {
        padding: 0 25px;
    }
    .postbody .content {
        padding: 40px;
    }	
	.panel-forum .footable-last-column{
        width: 18%;
    }
    .panel-forum .stats-col {
        width: 120px;
    }
	.panel-forum .table-primary .lastsubject {
		display:none;
	}
    .panel-forum .table-primary .subforums {
		display:none;
	}	
	.panel-forum .table-primary .last-wrapper br {
		display: none;
	}
	.panel-forum .table-primary .last-wrapper .forum-time {
		display: block;
	}


    .desc-wrapper {
        padding: 1px 20px 0 54px;
    }	
	
	.side-segment {
		margin-top: 50px;
	}
	.side-segment + .panel-forum {
		margin-top: 45px;
	}
	.panel-heading .side-segment {
		margin-top:0;
	}
	.section-viewforum #page-body p:first-of-type,
	.section-viewtopic #page-body p:first-of-type {
        margin-bottom: 55px;
	}
	#page-body .panel:first-of-type {
		margin-top: 45px;
	}
	.user-login-drop>li:first-child {
        margin: 0;
	}
	.navbar-content a.username-coloured{
		color: #333 !important;
	}
	.user-login .navbar-footer { 
		margin: 0;
	}
	.user-login small {
		color: #333;
	}
	
	.well {
        padding: 45px;
	}	
    .framed-ucp {
        border: 1px dotted #5A6976;
        padding: 30px;
    }	
    .section-ucp .panel {
         border: solid #5A6976 1px;
    }	
    .panel-poll {
        border: 1px solid #5a6977;
    }
    .panel-poll h3 {
        margin:0;
        color : white;
		padding-top: 10px;
        font-weight: 300;
        text-transform: none;
        font-family: "Open Sans"
    }	
}
@media only screen and (max-width:586px){
    .panel-poll {
        border: 1px solid #5a6977;
    }
    .panel-poll h3 {
        font-weight: 300;
        text-transform: none;
        font-family: "Open Sans"
    }		
	
    .framed-ucp {
        border: 1px dotted #5A6976;
        padding: 12px;
    }
    .section-ucp .panel {
        margin-left: -12px;
		margin-right: -12px;
    }	
	.section-upc .side-segment h3:after {
		display: none;
	}
	.section-upc h3 {
        padding-left: 0;
	}
	.tab-content>.active {
        padding: 0px;
    }	
	.desc-wrapper {
        display: block;
        padding: 4px 50px 0 54px;
        word-break:normal;
    }
	.panel-forum .table-primary .subforums {
		display:none;
	}
    .footable.breakpoint>tbody>tr>td>span.footable-toggle {
        border-radius: 4px;
        border: solid gray 1px;
        background-color: transparent;
    }	
	.footable.breakpoint>tbody>tr.footable-row-detail {
      background: 0 0 #eee;
      background: rgb(0,0,0,0.2);
  }
	.mobile-post {
        background: none;
        border: solid gray 1px;
    }
    .section-viewforum h3 a {
        font-size: 40px;	
        line-height: 42px;
    }	
    .section-viewtopic h3 a  {
        font-size: 30px;	
        line-height: 32px;
    }
	.btn {
        font-weight: normal;
        padding: 12px 14px;
        border-radius: 0px;
    }
	.nav>li>a {
		padding: 20px;
		letter-spacing: 1px;
	}
	a.topictitle {
        font-size: 1.12em;
        font-weight: 400;
		line-height: 1em;
    }
	.breadcrumb-buttons {
		background:none;
	}
    .forum-answer .fa-clock-o{
		display:none;
	}
	.forum-answer .text-muted {
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}	
	.forum-answer .post-date {
        font-size: 12px;
        text-transform: uppercase;
    }
	.postbody .content {
		border: none;
		    margin-top: 10px;
	}
	
	.forum-answer {
        background-color: transparent;
        border: solid gray 1px;
        border-radius: 14px;
	}
		.panel-heading .fa-bar-chart-o,
	.panel-heading .fa-users {
		display: none;
	}
}
.breadcrumb {
    height: 45px;

}
.breadcrumb .icon {
    font-size: 14px;
}	
.breadcrumb-line {
    border-radius: 0;
    background-color: transparent;
    margin-top: 10px;
    border-bottom: solid #3d444d 1px;
}
.breadcrumb li,
.breadcrumb>li+li:before {
    font-size: 0.9em;
    font-size: 0.85em;
}
.breadcrumb li:first-child a {
    background: none;
    padding: 0 5px;
}	
.breadcrumb li a,
.breadcrumb li:last-child a {
    font-weight: normal;
    color: #cdcdcd;
    font-family: open sans;
    text-transform: uppercase;
    letter-spacing: 0px;
    letter-spacing: 1px;
    font-size: 0.85em;
}	
	
.forum-mods>strong, .subforums>strong, a:link, a:visited {
    color: #f2f2f2;
}

.panel-login, 
.panel, 
.panel-forum>.panel-heading {
    background-color: transparent;
}
.table,
.table-primary tbody td,
.table-primary tbody tr:nth-child(2n+1) td, 
.table-primary tbody tr:nth-child(2n+1) th {
    background: transparent !important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: transparent;
}

/* lines between forums */
.table>tbody>tr>td, 
.table>tfoot>tr>td, 
.table>thead>tr>td {
    padding: 25px 8px;
    vertical-align: inherit;
    border-top: 1px dotted #ababab;
}

/*
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
} */

.table-hover>tbody>tr:hover,
.table-hover>tbody>tr:hover>td, 
.table-hover>tbody>tr:hover>th {
	background:rgb(0,0,0,0.1);
}
.icon-wrapper {
    background-color: transparent;
    border: solid gray 1px;
}

.content blockquote {
    font-size: 14px;
    position: relative;
    padding: 2em 2em 2em 2.5em;
    border: 0;
    border-radius: 0px;
    background: none;
    border-bottom: dotted gray 1px;
    border-top: dotted gray 1px;
	margin-top: 10px;
}
.panel-heading {
	border: none;
}
.avatar-over img {
    object-fit: cover;
    width: 80px;
    height: 80px;
	border: 1px solid #ababab;
}
.panel-stats .output {
    font-family: oswald;
    font-size: 17px;
}
.side-segment h2:after, .side-segment h3:after {
    background-color: #cb2543;
}

.btn {
    font-weight: normal;
    padding: 12px 20px;
    border-radius: 0px;
}
.btn-default {
    background-color: #c32440;
    color: white !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-default.focus,.btn-default:focus{
	color:#fff;
	background-color:#e1294a;
	border-color:#8c8c8c
}
.btn-default.active,.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default{
	color:#e14f6b;
	background-color:#e1294a;
	border-color:#adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover{
	color:#333;background-color:#d4d4d4;border-color:#8c8c8c
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default{
	background-image:none
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover{
	background-color:#fff;border-color:#ccc
}
.btn-default .badge{
	color:#fff;background-color:#333
}


.form-control{
	width:100%;
	height:34px;
	padding:6px 12px;
	color: #d2d7e4;
	font-weight: 400;
	background-color:transparent;
	background-image:none;
	border:1px solid #5a6977;
	border-radius:0px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.form-control:focus{
	border-color:#e1294a;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-control::-moz-placeholder{
	color:#959fb5;opacity:1
}
.form-control:-ms-input-placeholder{
	color:#959fb5
}
.form-control::-webkit-input-placeholder{
	color:#959fb5
}.form-control::-ms-expand{
	background-color:transparent;border:0
}
.form-actions {
	background-color: transparent;
	border: none;
	border-top:1px solid #5a6977;
	border-bottom:1px solid #5a6977;
}



/* PANEL POLL ************************************************************/

.panel-poll .panel-footer {
	background: rgb(0,0,0,0.1);
	border-top: dotted #5a6977 1px;
}
.panel-poll .panel-heading {
	background: rgb(255,255,255,0.2);
}
.panel-poll .poll_view_results a {
	display: inline-block;
	padding: 7px 9px;
	text-transform:uppercase;
	border: dotted gray 1px;
	font-size: 12px;
	letter-spacing: 1px;
}


.panel-default {
    border-color: #5a6977;
}
.panel-default>.panel-heading {
	background-color: rgb(255,255,255,0.2);
	border:none;
	color: #f2f2f2;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top: dotted #5a6977 1px;
	padding: 25px;
}
.section-memberlist .panel-profile {
	border: solid #5a6977 1px; 
}
.section-memberlist .panel-profile .panel-footer{
	padding: 0;
}

.nav-tabs {
    background-color: rgb(255,255,255,0.05);
}
.nav-tabs>li>a:hover{
	border-color:#eee #eee #ddd;
	background: rgb(255,255,255,0.2);
}


/* PAGINATION ***********************************************************/
.pagination>li>span:hover{
	z-index:2;
	color:white;
	background-color:#e1294a !important;
	border-color:#999;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
	z-index:3;
	color:#fff;
	cursor:default;
	background-color:#c32440;
	border-color:#c32440;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{
	color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd
}

.pagination>li>a,.pagination>li>span{
	position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#b3b3b3;text-decoration:none;background-color:transparent;border:1px solid #4b5763;
}


.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li>a,
.pager li>span{
	display:inline-block;
	padding:5px 14px;
	background-color:transparent;border:1px solid #999;border-radius:15px
}
.pager li>a:focus,.pager li>a:hover{
	text-decoration:none;background-color:#eee
}
.pager .next>a,.pager .next>span{float:right}
.pager .previous>a,
.pager .previous>span{float:left}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,.pager .disabled>span{
	color:#777;cursor:not-allowed;background-color:#fff}
.label{
	display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em
}


/* NEW POST ************************************************************/
.well {
    border: 1px solid #5a6977;
    border-radius: 13px;
    background-color: transparent;
    box-shadow: none;
}
.well .side-segment {
	margin: 0;
}
#topicreview h3, .section-mcp h3, .section-posting h3, .section-ucp h3 {
   font-weight: normal;
   border-bottom: none;
    /* font-family: Osw; */
   color: #dddddd;
}
hr.dashed {
    margin: 20px 0;
	border: none;
    border-bottom: 1px dotted #5a6977;
}
.control-group {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #5a6977;
}
.control-label {
   color: #cdcdcd;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: normal;
}
.help-block {
	color: #858da1;
}
.forum-read {
    color: #747d85;
}
.forum-unread {
    color: #c32440;
}

/* FOOTER *********************************************/
.burned-asphalt {
    background-color: transparent;
	
}
.bottomLinks {
	border-top: solid #33414f 1px;
    padding: 20px 0 5px 0;
	margin-top:30px;
}
.footer-nav a {
	color: #6e7f91;
	font-size: 12px;
	text-transform: uppercase;
}
.panel-login .signin-text span {
    background: #2c353e;
    color: #f2f2f2;
    font-family: 'open sans';
    letter-spacing: 1px;
}
.top-flat {
    background-color: #c32440;
}

btn-danger, .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, .label-danger, .progress-bar-danger, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #c32440;
}

.panel-footer {
    border-top: 1px dotted #5a6977;
    background-color: transparent;
}

.ui-timeline .tl-item .tl-body .tl-content {
    border-radius: 4px;
	background: none;
    border: solid #5A6976 1px;
}
.section-memberlist .profile-avatar img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.section-ucp .panel-body {
    padding: 25px;
}
.section-ucp .pager li>a:hover {
	background-color: #5A6976;
}
.section-ucp .btn-default {
    color: white !important;
    text-transform: none;
    letter-spacing: 0px;
}

.section-ucp .btn {
    padding: 7px 9px;
}

.list-group-item {
     border: 1px solid #5A6976;
}
.list-group-item {
    background-color: transparent;
 }


legend {
    font-family: open sans;
    font-weight: 400;
    color: #cdcdcd;
}
.popover {
    background-color: #5A6976;
}
.popover-title {
    background-color: transparent;
}
.popover.right>.arrow:after {
    border-right-color: #5A6976;
}
.popover .input-group .form-control:first-child {
    background-color: rgb(0,0,0,0.5);
}
.mini-profile-contact li a.default-contact {
    background: none;
    border: solid gray 1px;
}
.text-muted {
	color: #a1a9b1;
}
.dropdown-notification>a i{color:#bbb
}
.search-input-fullscreen {
	background-color: #5A6976;
}
.search-input-fullscreen .close {
	color: white;
}
.search-input-fullscreen input {
	font-weight: 300;
	font-family: open sans;
	color: white;
}
.search-input-fullscreen form:after {
	color: white;
}
a.btn[href*="view=print"] {
	display:none;
}
.modal-content {
    background: rgb(21,28,34,0.8);
	    box-shadow: 0 9px 9px rgba(0,0,0,.9);
	border: solid #666 1px;
}
.modal-header {
    border-bottom: 1px solid #555;
    text-transform: uppercase;
}
.modal-body h3 {
    text-align: center;
	margin-top: 15px;
}
.modal-footer {
    border-top: 1px solid #555; 
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border: none;
}
.tagsinput span.tag {
    background: 0 0 #c32440;
}
.btn-bordered {
    border: 1px solid #5A6976;
	border-radius: 4px;
}
.smilies {
	min-width: 25px;
	min-height: 25px;
}
.btn-search>i, .dropdown-notification>a i {
    color: #f3f3f3;
}
/* ===[ CSS HOOK BOTTOM ]=== */