/*****************************************************************
* 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
* Personilize your forum color scheme in one click here: www.sitesplat.com/phpBB3/ 
* **************************************************************
*
* BBOOTS(3.0.3) @SiteSplat.com - Custom CSS STYLESHEET - DARK Theme
* 
***************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
body {
    background: #000 url("./images/fallout4-background.jpg") repeat fixed 50% 0;
	color: #fff;
}

a:link {
    color: #fff;
}
a:visited {
    color: #fafafa;
}
a:hover {
    color: #fafafa;
}


#contentje h1, #contentje h2, #contentje h3, #contentje h4, #contentje h5, #contentje h6,
#contentje h1 a, #contentje h2 a, #contentje h3 a, #contentje h4 a, #contentje h5 a, #contentje h6 a {
    color: #fff !important;
}

.codebox {
    background-color: #444;
}

code {
    background-color: #555;
}

.codebox code {
   color: #fafafa;
}

.content blockquote {
    background: #555;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #999;
}

#qr_postform .col-md-snappy {
    background: rgba(0, 0, 0, 0.82) none repeat scroll 0 0;
}

.prefix-popover {
    background-color: #555;
    border: 2px solid #444;
}

.prefix-popover::after {
    border-top: 10px solid #444;
}

.breadcrumb-buttons {
    background: #555;
    border-radius: 0;
}

.popup-box {
    background: #555;
}

.profile-data h3 {
    border-bottom: none !important;
}

.navbar-inverse {
    background: #000 url("./images/bg-maintitle.png") repeat-x scroll 0 0;
    border-color: #222;
}

.blog-meta {
    background: #ffa800;
}

.top-flat {
    background-color: #ffa800;
}

.section-pre-footer .thumb i {
    color: #ffa800;
}

.side-segment h3::after, .side-segment h2::after {
    background-color: #ffa800;
}

a.forumtitle, a.topictitle {
    color: #ffa800;
}

.mobile-post {
    background: #222;
    color: #cacaca;
}

.btn-notification {
    background-color: #555;
}

.notification-block img,
.dropdown-avatar img,
.profile-avatar img {
    border-color: #555;
}

.list-group-item-info, a.list-group-item-info, .bg-info {
    background-color: #555;
}


.square-icon {
    border: 3px solid #444;
}

.list-group-item-warning, a.list-group-item-warning, .bg-warning {
    background-color: #555;
}

.bg-success, a.list-group-item-success, .list-group-item-success {
    background-color: #555;
}

.bg-primary, .list-group-item-primary {
    background-color: #555;
}

.panel-default > .panel-heading {
    border-color: transparent;
    color: #fff;
}

.postbody .content {
    color: #ccc;
} 
 
.well {
   background-color: #262626;
    border: 3px solid #999;
} 
 
li .no_notifications {
    border-bottom: none !important;
}
 
.form-actions {
    background: #444;
    border: 2px solid #999;
} 
 
.nav-tabs {
    background: #333;
}
 
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #222;
    color: #ccc;
} 
 
.control-label {
    color: #ccc;
} 
 
.masthead::before {
    background-color: #222;
} 

.mastbottom {
    background-color: #222;
} 
 
.dropdown-menu {
    border: 4px solid #999;
	background-color: #262626;
}

.dropdown-menu > li > a:hover {
    background: #999;
    color: #fff;
}

.dropdown-menu > li > a:hover i {
    color: #fff;
}

.user-login .navbar-footer {
    background-color: #555;
}

.user-login-drop > li:first-child {
    background-color: #555;
}
 

.arrow-up::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
}

.modal-header {
    border-bottom: 1px solid #555;
} 
 
.modal-content {
    background-color: #444;
} 
 
.modal-footer {
    border-top: 1px solid #555;
} 
 
.profile-data.modal-body h3 {
    border-bottom: none !important;
} 
 
.mini-profile-contact li a.default-contact {
    background-color: #555;
} 
 

.avatar-over > .status::before {
    border: 4px solid #555;
} 
 
.panel-login {
    background: #252525 url("./images/highlight_reallyfaint.png") repeat-x scroll 0 0;
} 
 
.panel-login .signin-text span {
    background: #252525;
} 

.panel-heading {
    border-color: #555;
}
 
 
.panel-forum {
    background: rgba(0, 0, 0, 0.9);
}

.panel-forum > .panel-heading {
    background: rgba(0, 0, 0, 0) url("./images/bg-maintitle.png") repeat-x scroll 0 50%;
} 
 
 
.panel-default {
    border-color: #999;
}
 
.panel{
    background: rgba(0, 0, 0, 0.9);
}

.panel > .panel-heading {
    background: rgba(0, 0, 0, 0) url("./images/bg-maintitle.png") repeat-x scroll 0 50%;
	background-size:cover;
} 
 
.panel-body {
    background-color: rgba(0,0,0,0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
} 

.panel-footer {
     background-color: rgba(0,0,0,0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
    border-top: 1px solid #555;
}


.form-control {
    background: #262626;
	color: #999;
}
 
.attachbox {
    background-color: #262626;
}

.separator i {
    background: rgba(0, 0, 0, 0.1) -moz-linear-gradient(center top , rgba(255, 255, 255, 0.09) 0%, transparent 100%) repeat scroll 0 0;
}
 
.pagination > li > a, .pagination > li > span {
    background: #222222 url("./images/highlight_reallyfaint.png") repeat-x scroll 0 0;
} 

.pagination > li > a, .pagination > li > span:hover {
    background: #222222 url("./images/highlight_reallyfaint.png") repeat-x scroll 0 0;
} 
 
.pagination > li > a, .pagination > li > span {
    border: 2px solid #999;
} 

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #555;
    border-color: #999;
    color: #999;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #555;
	color: #999;
}


.pager li > a, .pager li > span {
    background-color: #444;
    border: 1px solid #333;
}

.pager li > a:focus, 
.pager li > a:hover {
    background-color: #555;
    border: 1px solid #444;
	color: #999;
}

.separator::before {
    background: #999;
}

.separator i {
    background: transparent;
} 
 
.btn-default {
    background: #252525 url("./images/highlight_reallyfaint.png") repeat-x scroll 0 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background: #252525 url("./images/highlight_reallyfaint.png") repeat-x scroll 0 0;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    border-color: #999;
}


.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #777;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .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 {
    background-color: #777;
}

.btn-default {
    color: #e0e0e0 !important;
}

.btn-default:hover {
    color: #fff !important;
}


.ui-timeline .tl-item .tl-body .tl-content {
    background-color: #444;
}

.ui-timeline .tl-item .tl-body .tl-content::after {
    border-color: rgba(0, 0, 0, 0) #444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.ui-timeline .tl-item.alt .tl-body .tl-content::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #444;
}


.ui-timeline .tl-item .tl-body .tl-time {
    color: #fff;
}

.square-icon {
    box-shadow: none;
}


.notification-content li {
    border-bottom: 4px solid #999;
}

.counter {
    text-shadow: none;
}


.login-full .signin-text span {
    background: #262626;
}

.login-full {
    background: #252525 url("./images/highlight_reallyfaint.png") repeat-x scroll 0 0;
    padding: 20px;
}

.breadcrumb-line {
    background: #262626;
}

.breadcrumb {
    background: #262626;
}


.breadcrumb li:first-child a {
    background: #262626;
}

.panel-post .panel-bottom {
    background-color: #262626;
}
 
.section-page {
    background: rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
}

.icon-wrapper {
    background: rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
	}

.table-primary tbody tr:nth-child(2n+1) td, .table-primary tbody tr:nth-child(2n+1) th {
    background-color: rgba(0,0,0,0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
}

.table {
    background: inherit;
}


table .stats-col {
    background-color: rgba(0,0,0,0.1)!important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent))!important;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%)!important;
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent)!important;
}



.table-primary tbody td {
    background: url("./images/highlight_reallyfaint.png");
    background-color: rgba(0,0,0,0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
}

.table-primary tbody tr:nth-child(2n+1) td,
.table-primary tbody tr:nth-child(2n+1) th {
    background: url("./images/highlight_reallyfaint.png");
    background-color: rgba(0,0,0,0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
}

.table tr.active td,
.table tr.active {
    background-color: rgba(0,0,0,0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
}


.table > thead > tr > th {
    background-color: rgba(0,0,0,0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: rgba(0,0,0,0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
	color: #888;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: inherit;
}


.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: rgba(0,0,0,0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
    color: #888;
}


.table-striped > tbody > tr:hover {
    background-color: rgba(0,0,0,0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.09)), to(transparent));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.09) 0%, transparent 100%);
    background-image: linear-gradient(top, rgba(255,255,255,0.09), transparent);
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 4px solid rgba(255, 255, 255, 0.09);
}


.form-control {
    border: 2px solid #444;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #363636;
}

.panel-post h6, .panel-post h6 > a {
    color: #666 !important;
}


.alert-default {
    background-color: #222;
    border-color: #999;
    color: #555;
}



.comment_starter {
    background: #555;
    color: #ccc;
}

.comment-body {
    color: #ccc;
}

.comment_reply {
    background: #444;
	border-top: 1px solid #777;
}

.comment footer {
    background-color: #555;
}

.list-group-item {
    background: #444;
}

a.list-group-item:focus,
a.list-group-item:hover {
    background-color: #555;
	color: #999;
}

.input-group-addon {
    background-color: #444;
    border: 2px solid #444;
	color: #999;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background-color: #555;
}

.progress {
    background-color: #444;
}

.thumbnail {
    background-color: #444;
    border: 1px solid #999;
}


.alert-default {
    background-color: #222;
    border: 2px solid #999;
    color: #555;
}

#darken {
    opacity: 0.7;
}

.close {
    color: #fff!important;
    text-shadow:0 1px 0 transparent;
}

.phpbb_alert p {
    color: #fff;
}

.section-pre-footer {
    background: #222;
}

.section-pre-footer .section-bg {
    background: #292929;
}

.burned-asphalt {
    background-color: #262626;
}

.avatar-over img {
    border: 4px solid #555;
}

h3 {
    border-bottom: 4px solid #777!important;
}

.popover {
    background-color: #333;
}

.popover.right > .arrow::after {
    border-right-color: #444;
}

.popover-title {
    background-color: #555;
}

.badge_award h3 {
    border-bottom: none;
}


.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    background: #222;
    color: #cacaca;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
    background: #222;
}

.search-input-fullscreen {
    background-color: #333;
}

.label-huskygray {
    background-color: #333;
    float: left !important;
}


.sidebar .panel {
    border-radius: 6px 6px 2px 2px;
	background-color: none;
}

#page-sidebar .panel-inverse > .panel-heading {
    background-color: #505b72;
}

#page-sidebar .panel-info > .panel-heading {
    background-color: #5bc0de;
}

#page-sidebar .panel-primary > .panel-heading {
    background-color: #337ab7;
}

#page-sidebar .panel-success > .panel-heading {
    background-color: #2dcb73;
}

#page-sidebar .panel-body {
    background-color: #222;
}



.list-announcement .panel-body ul > li a {
    color: #fafafa;
}

.list-announcement .panel-body ul > li small {
    color: #ccc;
}

.user-list .media-body small.date, .list-announcement .media-body small.date {
    color: #ccc;
}

.card .com-contain {
    background: rgba(0, 0, 0, 0.7);
}

.com-stuff {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.avn-price-table.avn-style12 {
    background: #666;
}

.avn-price-table.avn-style12 .avn-tagline {
    color: #fafafa;
}

.share-button {
    background-color: #333;
    border: 1px solid #444;
}

.share-button > a:hover,
.share-button > a:hover:after {
	color: #ddd;
	background-color: rgb(60,60,60);
    border-color:888;
}

.icons-wrapper {
    background-color: rgb(60, 60, 60);
}

.share-button .icons-wrapper ul li:last-child a {
    background-color: #444;
}

.share-button .icons-wrapper ul li a:hover i {
   color:#555;
}

.share-button a:hover,
.share-button button:hover,
.share-button a:focus,
.share-button button:focus {
    color: #ddd;
}


.sidebar .panel {
    background-color: rgb(41, 44, 46) !important;
}

.sidebar .panel-info > .panel-heading {
    background-color: #444;
    border-color: transparent;
}

.sidebar .panel-body {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: #444 #444;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

.panel-primary > .panel-heading,
.panel-info > .panel-heading,
.panel-custom > .panel-heading,
.panel-success > .panel-heading,
.panel-warning > .panel-heading {
    background-color: #444;
    border-color: transparent;
}

.user-list .media-object {
    border: 2px solid #444;
}


.list-announcement .panel-body ul > li small {
    color: #fff;
}

.list-announcement .panel-body ul > li a {
    color: #ffd700;
}

.sidebar .nav > li > a:focus,
.sidebar .nav > li > a:hover {
    background-color: #444;
}


.list-group-item {
    background-color: #444;
    border: 1px solid #555;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #555;
    border-color: #555;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #626262;
    color: #fafafa;
}

.panel-poll {
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
}

.mini-timeline::before {
    background: #555;
}

.mini-timeline > li:last-child::before {
    background: #555;
}

.mini-timeline > li .timeline-body {
    background-color: transparent;
}






.donation-actions {
    background-color: #262626;
    border: 3px solid #999;
}
.donation-actions p {
    color: #8d9aa5;
}
.donation-premium > strong,
#donationicons .amt-donation {
    color: #ffa800;
}
#donationmessage, #submission {
    background-color: #444;
}
.donation-actions h2, #donationmessage h3,
#donationicons > span + p span {
    color: #fafafa;
}
.donation-actions p a,
#submission output {
    color: #ffa800;
}
#donationicons > span.selected:before {
    color: #7F7F7F;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#donationicons > span:before {
  color: rgba(21,23,25, 0.8);
  /* this creates the "inset" text shadow */
  text-shadow: 1px 2px 2px #222, 0 0 0 #000, 1px 2px 2px #222, 0 1px 1px rgba(255, 255, 255, 0.5);
}
#donationicons > span:after {
    border-bottom: 7px solid #444;
}
input:focus {
    outline: none !important;
    border-color: #CDCDCD;
    box-shadow: 0 0 10px #CDCDCD;
}
input[type=range] {
    background-color: #999;
}

input[type=range]::-webkit-slider-runnable-track {
    background-color: #444;
}
input[type=range]::-moz-range-track {
    background-color: #444;
}
input[type="range"]::-ms-track {
    background-color: #444;
}
input[type=range]::-webkit-slider-thumb {
    background: -webkit-linear-gradient(left, transparent, transparent 4px, #7C7C7C 4px, #7C7C7C 5px, transparent 5px, transparent 7px, #7C7C7C 7px, #7C7C7C 8px, transparent 8px, transparent 10px, #7C7C7C 10px, #7C7C7C 11px, transparent 11px, transparent 64px, #7C7C7C 64px, #7C7C7C 65px, transparent 65px, transparent 67px, #7C7C7C 67px, #7C7C7C 68px, transparent 68px, transparent 70px, #7C7C7C 70px, #7C7C7C 71px, transparent 71px), -webkit-linear-gradient(left, #959595, #BBBBBB 40%, #BBBBBB 60%, #959595);
    background: linear-gradient(to right, transparent, transparent 4px, #7C7C7C 4px, #7C7C7C 5px, transparent 5px, transparent 7px, #7C7C7C 7px, #7C7C7C 8px, transparent 8px, transparent 10px, #7C7C7C 10px, #7C7C7C 11px, transparent 11px, transparent 64px, #7C7C7C 64px, #7C7C7C 65px, transparent 65px, transparent 67px, #7C7C7C 67px, #7C7C7C 68px, transparent 68px, transparent 70px, #7C7C7C 70px, #7C7C7C 71px, transparent 71px), linear-gradient(to right, #959595, #BBBBBB 40%, #BBBBBB 60%, #959595);
    box-shadow: 0 -2px 0 #868686 inset, 0 2px 0 #BBBBBB inset, 0 5px 10px rgba(0, 0, 0, 0.5);
}
input[type=range]::-webkit-slider-thumb:hover, input[type=range]::-webkit-slider-thumb:active {
    background: -webkit-linear-gradient(left, transparent, transparent 4px, #7C7C7C 4px, #7C7C7C 5px, transparent 5px, transparent 7px, #7C7C7C 7px, #7C7C7C 8px, transparent 8px, transparent 10px, #7C7C7C 10px, #7C7C7C 11px, transparent 11px, transparent 64px, #7C7C7C 64px, #7C7C7C 65px, transparent 65px, transparent 67px, #7C7C7C 67px, #7C7C7C 68px, transparent 68px, transparent 70px, #7C7C7C 70px, #7C7C7C 71px, transparent 71px), -webkit-linear-gradient(left, #B4B4B4, #C8C8C8 35%, #C8C8C8 65%, #B4B4B4);
    background: linear-gradient(to right, transparent, transparent 4px, #7C7C7C 4px, #7C7C7C 5px, transparent 5px, transparent 7px, #7C7C7C 7px, #7C7C7C 8px, transparent 8px, transparent 10px, #7C7C7C 10px, #7C7C7C 11px, transparent 11px, transparent 64px, #7C7C7C 64px, #7C7C7C 65px, transparent 65px, transparent 67px, #7C7C7C 67px, #7C7C7C 68px, transparent 68px, transparent 70px, #7C7C7C 70px, #7C7C7C 71px, transparent 71px), linear-gradient(to right, #B4B4B4, #C8C8C8 35%, #C8C8C8 65%, #B4B4B4);
}
input[type=range]::-moz-range-thumb {
    background: linear-gradient(to right, transparent, transparent 4px, #7C7C7C 4px, #7C7C7C 5px, transparent 5px, transparent 7px, #7C7C7C 7px, #7C7C7C 8px, transparent 8px, transparent 10px, #7C7C7C 10px, #7C7C7C 11px, transparent 11px, transparent 64px, #7C7C7C 64px, #7C7C7C 65px, transparent 65px, transparent 67px, #7C7C7C 67px, #7C7C7C 68px, transparent 68px, transparent 70px, #7C7C7C 70px, #7C7C7C 71px, transparent 71px), linear-gradient(to right, #959595, #BBBBBB 40%, #BBBBBB 60%, #959595);
    box-shadow: 0 -2px 0 #868686 inset, 0 2px 0 #BBBBBB inset, 0 5px 10px rgba(0, 0, 0, 0.5);
}
input[type=range]::-moz-range-thumb:hover, input[type=range]::-moz-range-thumb:active {
    background: linear-gradient(to right, transparent, transparent 4px, #7C7C7C 4px, #7C7C7C 5px, transparent 5px, transparent 7px, #7C7C7C 7px, #7C7C7C 8px, transparent 8px, transparent 10px, #7C7C7C 10px, #7C7C7C 11px, transparent 11px, transparent 64px, #7C7C7C 64px, #7C7C7C 65px, transparent 65px, transparent 67px, #7C7C7C 67px, #7C7C7C 68px, transparent 68px, transparent 70px, #7C7C7C 70px, #7C7C7C 71px, transparent 71px), linear-gradient(to right, #B4B4B4, #C8C8C8 35%, #C8C8C8 65%, #B4B4B4);
}
input[type=range]::-ms-thumb {
    background: linear-gradient(to right, transparent, transparent 4px, #7C7C7C 4px, #7C7C7C 5px, transparent 5px, transparent 7px, #7C7C7C 7px, #7C7C7C 8px, transparent 8px, transparent 10px, #7C7C7C 10px, #7C7C7C 11px, transparent 11px, transparent 64px, #7C7C7C 64px, #7C7C7C 65px, transparent 65px, transparent 67px, #7C7C7C 67px, #7C7C7C 68px, transparent 68px, transparent 70px, #7C7C7C 70px, #7C7C7C 71px, transparent 71px), linear-gradient(to right, #959595, #BBBBBB 40%, #BBBBBB 60%, #959595);
    box-shadow: 0 -2px 0 #868686 inset, 0 2px 0 #BBBBBB inset, 0 5px 10px rgba(0, 0, 0, 0.5);
}
input[type=range]::-ms-thumb:hover, input[type=range]::-ms-thumb:active {
    background: linear-gradient(to right, transparent, transparent 4px, #7C7C7C 4px, #7C7C7C 5px, transparent 5px, transparent 7px, #7C7C7C 7px, #7C7C7C 8px, transparent 8px, transparent 10px, #7C7C7C 10px, #7C7C7C 11px, transparent 11px, transparent 64px, #7C7C7C 64px, #7C7C7C 65px, transparent 65px, transparent 67px, #7C7C7C 67px, #7C7C7C 68px, transparent 68px, transparent 70px, #7C7C7C 70px, #7C7C7C 71px, transparent 71px), linear-gradient(to right, #B4B4B4, #C8C8C8 35%, #C8C8C8 65%, #B4B4B4);
}
#submission .btn-bbdonation {
    background-color: #363636;
    border: 0 none #444;
}
#submission .btn-bbdonation:hover,
#submission .btn-bbdonation:focus,
#submission .btn-bbdonation:active {
    background-color: #7f7f7f;
    border: 0 none #d6d9e0;
}
.member-info {
  color: rgb(141, 154, 165);
}
.member-info a {
    color: rgb(250, 250, 250);
}
#donationmessage h3 {
    border-bottom: none !important;
}

.side-segment > h3 {
    color: #fff;
}
@media (max-width: 768px) {
    #donationicons > span:after {
        border-bottom: none;
    }
}
/* ===[ CSS HOOK BOTTOM ]=== */
