body {
	background: url('../images/boats-bg.jpg');
}
.container.custom_container {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    color: #fff;
    background: #1e1e1f;
}

.home-page .container header {
    position: fixed;
}

.bbp-topic-freshness {
    display: none;
}

.container header {
    background: url(../images/bc_header_pattern.png);
    z-index: 100000000000;
    width: 100%;
    background-color: #343434;
    position: fixed;
    top: 0;
    left: 0;
}

.top_space {
    margin-top: 70px;
	background: #fff;
}

header .row div {
    display: inline-block;
}

.user_sidebar {
    background: #d00000;
    width: 70px;
    height: 100%;
    position: fixed;
    top: 0;
    padding: 80px 0 0 0;
    z-index: 500;
    left: 0;
}

.user_sidebar ul {
    padding: 0 9px;
}

.user_sidebar ul li {
    list-style: none;
    padding: 7px 0;
    position: relative;
}

.user_sidebar ul li span {
    position: absolute;
    color: #fff;
    background: #333;
    padding: 0 2px;
    border-radius: 100px;
    font-size: 11px;
    right: -6px;
    height: 21px;
    line-height: 21px;
    min-width: 21px;
    text-align: center;
    display: inline-block;
}

.user_profile_pic {
    cursor: pointer;
}

.user_profile_pic img {
    width: 50px;
    height: 50px;
    margin: 10px;
    cursor: pointer;
    background: #d00000;
    border-radius: 50%;
}

.header_text {
    vertical-align: middle;
    text-transform: uppercase;
    padding: 10px 0 0 0;
}

.header_text h2 {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

header ul {
    float: right;
    padding: 0;
    display: block;
    list-style: none;
    margin: 12px 0 0;
}

header ul li {
    display: block;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
}

/*header .row div.mobile-menu {
    display: none;
}*/


#login .log-form-group input, .bbp-login-form .bbp-password input, .bbp-login-form .bbp-username input{
    border-color: rgb(227,227,227) !important;
    /*background-color: rgb(255,255,255) !important;*/
}

.mobile-menu i {
    cursor: pointer;
    font-size: 50px;
    margin: 10px;
}

.header_menu ul li a {
    padding: 0 10px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    display: block;
}

.top_banner {
    margin-top: 35px;
    display: inline-block;
}

.img-responsive {
    max-width: 100%;
}

.forums_list h2, .members_list > h2 {
    background: #333;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    margin: 0;
}

.forums_list .heading {
    padding: 5px 0;
    background: #b20000;
    margin: 0;
    color: #fff;
}

.forums_list .heading li {
    color: #fff;
}

.forums_list ul {
    padding: 15px 0;
    font-size: 22px;
    margin: 0;
}

.forums_list ul:nth-child(2n+1) {
    background: #f0f0f2;
}

.forums_list ul:last-child {
    border-radius: 0 0 10px 10px;
    margin-bottom: 35px;
}

.forums_list ul li {
    list-style: none;
    color: #2b2b2d;
}

.forums_list ul li a {
    color: #b20000;
    text-decoration: underline;
}

.btn-red {
    background: rgb(236, 0, 0);
    color: rgb(255,255,255) !important;
}

.forums_list ul li.post_detail a {
    color: #2b2b2d;
    text-decoration: none;
    font-size: 16px;
}

.home_middle_section {
    margin-top: 20px;
}

.total_section {
    margin-bottom: 40px;
    margin-top: 40px;
}

.total_section .total_count {
    background: #f0f0f2;
    margin: 0 10px;
    padding: 10px 10px;
    border-radius: 11px;
}

.total_section .total_count img {
    display: inline-block;
}

.total_section .total_count p {
    margin: 0 0 0 10px;
    display: inline-block;
    font-size: 25px;
    vertical-align: top;
    text-transform: uppercase;
}

.total_section .total_count p span {
    display: block;
    font-weight: bold;
    font-size: 37px;
    line-height: 40px;
}

.container.custom_container.footer_section {
    background: #2e2e2e;
}

.custom_container footer {
    max-width: 1140px;
    margin: 0 auto;
    padding: 35px 0;
}

.footer_section .col-sm-4 {
    padding-right: 30px;
}

.container.custom_container.footer_section ul {
    padding: 0 20px 0 0;
}

.container.custom_container.footer_section ul li {
    list-style: none;
    border-top: 2px solid #989898;
    padding: 8px 0;
}

.container.custom_container.footer_section ul li:first-child {
    border: none;
}

.container.custom_container.footer_section ul li a {
    color: #fff;
}

.container.custom_container.footer_section ul li .post-date {
    display: block;
    font-style: italic;
}

.container.custom_container.footer_section .social_icons ul li {
    display: inline-block;
    border: none;
    margin: 0 20px 0 0;
}

.container.custom_container.footer_section .social_icons ul li:nth-child(2n) {
    margin-right: 90px;
}

.members_list {
    padding: 0 20px;
}

.members_list ul {
    padding: 0 0 20px 20px;
    background: #f0f0f2;
    border-radius: 0 0 10px 10px;
}

.members_list ul li {
    list-style: none;
    margin-bottom: 10px;
}

.members_list ul li img {
    width: 70px;
    border-radius: 100%;
    background: #f00;
    height: 70px;
    display: inline-block;
}

.members_list ul li p {
    display: inline-block;
    margin: 15px 0 0 10px;
    text-transform: capitalize;
}

.members_list ul li p span {
    display: block;
    font-weight: bold;
}

.copyright {
    background: #000;
    height: 50px;
    padding: 8px 0 0;
    font-size: 20px;
    font-weight: bold;
}

.footer_section h3 a {
    color: #fff;
    text-decoration: underline;
}

.user_sidebar {
    display: none;
}

.user_sidebar.active {
    display: block;
}

.hidden-desktop {
    display: none;
}

.mobile-header-menu.active, .mobile-header-menu {
    display: none;
}

/*#wpadminbar, .activity-update-form, .acomment-reply {*/
/*    display: none;*/
/*}*/
#wpadminbar{
    z-index: 9999999999999999999;
}
#buddypress a.custom_acitivity_link {
	background: #B20000;
	color: #fff;
	padding: 2px 10px;
	font-size: 15px;
	margin-top: 10px;
}
.custom_avatar_link {
	z-index: 1000;
	position: relative;
}
.add-new-topic-btn a {
	color: #fff !important;
}

@media only screen and (max-width: 1200px) {
    .header ul li {
        padding: 0;
    }

    .header_text h2 {
        font-size: 20px;
    }

    .total_section .total_count img {
        width: 70px;
    }

    .total_section .total_count p {
        font-size: 20px;
    }

    .custom_container footer {
        padding: 35px 0 35px 30px;
    }

    .container.custom_container.footer_section .social_icons ul li {
        margin: 0 5px 0 0;
    }

    .header_menu ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .top_space {
        margin-top: 40px;
    }

    .top_banner {
        margin-top: 45px;
    }

    .mobile-header-menu {
        display: none;
    }

    .mobile-header-menu.active {
        display: block;
        /*margin-top: 70px;*/
        width: 100%;
    }

    .mobile-header-menu.active ul {
        width: 100%;
        display: inline-block;
        padding: 0 10px;
        float: right;
    }

    .mobile-header-menu.active ul li {
        text-align: right;
        padding: 10px 20px;
        background: #f00;
        margin: 5px 0;
        border-radius: 5px;
        list-style: none;
        font-weight: bold;
        font-size: 20px;
        width: 100%;
    }

    .mobile-header-menu.active ul li a {
        color: #fff;
    }

    header ul {
        margin-left: -70px;
        text-align: center;
    }

   /* header .row div.mobile-menu {
        display: block;
    }*/

    .user_sidebar ul li {
        padding: 4px 0;
    }

    .user_sidebar img {
        width: 40px;
    }

    .header_menu .menu, .user_sidebar {
        display: none;
    }

    .menu.active, .user_sidebar.active {
        display: block;
    }

    header ul li {
        padding: 10px 0;
        display: block;
        margin: 10px;
        background: #f00;
        border-radius: 5px;
    }

    .total_section .total_count {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .header_text {
        /*width: 100%;*/
        text-align: center;
    }

    .user_sidebar {
        top: 0;
    }

    .container.custom_container.footer_section {
        background: #2e2e2e;
        padding: 0 20px;
    }

    .container.custom_container.footer_section .social_icons ul li:nth-child(2n) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .header_text {
        width: auto;
        text-align: center;
    }
	#bbpress-forums li.bbp-topic-voice-count {
		width: auto;
	}
}

@media only screen and (max-width: 575px) {
    .home-page .top_space {
        margin-top: 40px;
    }

    .hidden-mobile {
        display: none;
    }

    .hidden-desktop {
        display: inline-block;
    }

    .mobile-header-menu.active {
        margin-top: 100px;
    }

    .user_sidebar {
        top: 60px;
    }

    .top_space {
        margin-top: 90px;
    }

   /* header .row div.mobile-menu {
        margin-top: -60px;
    }*/
}

@media only screen and (max-width: 480px) {
    .top_space {
        margin-top: 120px;
    }

   /*.mobile-header-menu.active {
        margin-top: 140px;
    }*/

    .user_sidebar {
        top: 100px;
    }

    .header_text {
        width: 100%;
        text-align: left;
        margin-left: 20px;
    }

    .top_banner {
        margin-top: 85px;
    }
}

.members_list .widgettitle {
    display: none;
}

.members_list h2 {
    margin-bottom: 20px;
}

.members_list {
    text-transform: capitalize;
    text-align: center;
}

.members_list a {
    color: #B20000;
    font-weight: bold;
}

.members_list .standard-form {
    text-align: left;
}

.members_list .standard-form label {
    width: 100%;
    display: block;
}

.members_list .standard-form input[type=text],
.members_list .standard-form input[type=email],
.members_list .standard-form input[type=number],
.members_list .standard-form input[type=password],
.members_list .standard-form input[type=tel],
.members_list .standard-form input[type=url] {
    width: 100%;
}

.members_list #profile-details-section {
    margin-top: 30px;
}

.members_list #field_1-1 {
    font-size: 16px;
}

.members_list #field-visibility-settings-1 legend {
    font-size: 16px;
    font-style: italic;
}

.members_list input[type=submit] {
    width: 100%;
    background-color: #B20000;
    text-align: center;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 200ms ease;
    font-weight: bold;
}

.members_list input[type=submit]:hover {
    background-color: #B20000;
}

#basic-details-section .error {
    color: #f00;
}

.signup_text.error {
    color: #f00;
    font-weight: bold;
}

#field-visibility-settings-1 {
    display: none;
}

.preview-pane-header,
.single-message-thread-header{
    display: none !important;
}
.widget_buddy_registration #signup_form > .login_text { display: none; }
.forgot-pass-form-group input[type="text"] {width:100%}
span.bbp-admin-links a, .bbp-reply-header a.bbp-reply-permalink {color:#000;}
.super-sticky[data-hidesticky="yes"] { display: none; }
.attachment-post-thumbnail, img { max-width: 100%;height:auto; }
.home_middle_section .row.heading.hidden-mobile, .home_middle_section .bbp-breadcrumb {
	display: none;
}
.home_middle_section #basscat_forum_count .bbp-header {
	padding: 5px 0 !important;
	background: #b20000 !important;
	margin: 0 !important;
	color: #fff !important;
	border: none !important;
}
.home_middle_section #basscat_forum_count .bbp-header .bbp-forum-info {
	width: 33.33333%;
}
.home_middle_section #basscat_forum_count .bbp-header .bbp-forum-topic-count, .home_middle_section #basscat_forum_count .bbp-header .bbp-forum-reply-count {
	width: 16.66667%;
}
.home_middle_section #basscat_forum_count .bbp-header .bbp-forum-freshness {
	width: 33.33333%;
}
.home_middle_section #basscat_forum_count .bbp-header li {
	color: #fff;
	font-weight: normal;
	padding: 0 10px;
	width: 25%;
	text-align: left;
}
.home_middle_section .bbp-body .bbp-forum-info {
	width: 33.33333%;
}
.home_middle_section .bbp-body .bbp-forum-topic-count {
	width: 16.66667%;
	position: relative;
}
.home_middle_section .bbp-body .bbp-forum-reply-count {
	width: 16.66667%;
	position: relative;
}
.home_middle_section .bbp-body .bbp-forum-freshness {
	width: 33.33333%;
	position: relative;
}
.home_middle_section .bbp-body .bbp-forum-freshness a {
	color: #2b2b2d;
	text-decoration: none;
	font-size: 16px;
}
.home_middle_section .bbp-body > ul li {
	text-align: left;
}
.home_middle_section .bbp-body > ul li {
	text-align: left;
	padding: 0 10px;
}
.home_middle_section .bbp-body .bbp-forum-freshness .bbp-author-name {
	font-weight: bold;
}
.home_middle_section .bbp-body > ul.even {
	background-color: #fff !important;
}
.home_middle_section .bbp-body > ul.odd {
	background-color: #F0F0F2 !important;
}
.home_middle_section .bbp-body > ul {
	border: none !important;
	text-align: left;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.home_middle_section .bbp-footer {
	display: none;
}
.single-forum .has-text-field #wp-link .query-results {
	position: unset;
	overflow-y: scroll;
	height: 150px;
}
.single-forum #wp-link-close {
	padding: 2px 6px 0 0;
	width: auto;
	line-height: 2;
}
/* tab list item */
.tabs .tabs-list{
    list-style:none;
    margin:0px;
    padding:0px;
}
.tabs .tabs-list li{
    width: 49%;
    float:left;
    margin:0px;
    margin-right: 3px;
    padding: 4px 0px;
    font-size: 23px;
    text-align: center;
    background-color: #333333;
    border-radius: 5px 5px 0px 0px;
}
.tabs .tabs-list li:hover{
    cursor:pointer;
}
.tabs .tabs-list li a{
    text-decoration: none;
    color:white;
}

/* Tab content section */
.tabs .tab{
    display:none;
    width:100%;
    min-height:250px;
    height:auto;
    border-radius:3px;
    padding:20px 15px;
    background-color: white;
    color:darkslategray;
    clear:both;
}
.tabs .tab h3{
    border-bottom:3px solid cornflowerblue;
    letter-spacing:1px;
    font-weight:normal;
    padding:5px;
}
.tabs .tab p{
    line-height:20px;
    letter-spacing: 1px;
}

/* When active state */
.active{
    display:block !important;
}
.tabs .tabs-list li.active{
    background-color: #b20000 !important;
    color:white !important;
}
.active a{
    color:white !important;
}

div#tab2 .log_forms {
    border: none !important;
	width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    
}

.forget-passwod-class a{
	color:#b20000 !important;
}

a.contact-us-link-class {
    color: #B20000 !important;
}

@media (max-width: 767px) { 
.single-forum #wp-link-wrap {
	margin-top: 49px;
	top: 10%;
}
.home_middle_section .bbp-header { display: none; }
.home_middle_section .bbp-body > ul li { width: 100% !important; } 
.home_middle_section .bbp-body .bbp-forum-topic-count:before { content: "Topics : "; font-weight: bold; }
.home_middle_section .bbp-body .bbp-forum-reply-count:before { content: "Posts : "; font-weight: bold; }
.home_middle_section .bbp-body .bbp-forum-freshness:before { content: "Freshness : "; font-weight: bold; }
}
.captcha_section {
	margin: 20px 0;
}
.captcha_section p {
	font-weight: bold;
	font-size: 20px;
}
.captcha_section p span {
	background-color: #b200001c;
	background-image: url(../images/cross-lines-2.png);
	padding: 5px 15px;
	font-weight: bold;
	margin-right: 10px;
}
.captcha_section p input {
	width: 60px !important;
	display: inline-block;
	margin-left: 10px !important;
	text-align: center;
}
#captcha_error {
	color: #f00;
	font-weight: bold;
}
.bbp-reply-form #new-post .captcha_section {
	margin: -60px 0 30px 20px;
	width: 290px;
}
iframe.wp-embedded-content {
	display: none;
	width: 1px;
	height: 1px;
}

@media screen and (max-width:640px) {
#tinymce img {
	width: 50% !important;
}
}