/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.username {
    color: #293a4a !important;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}
.username:hover {
    color: #ff6c2c !important;
}

#topic {
    padding: 10px 0;
    background-color: #F6EFDD;
}

.topic-list--header {
    background-color: #DF9442;
}

#qr_postform .topic-list--header {
    background-color: #293A4A;
}


.header--primary {
    background-color: #F6EFDD;
}

.header--logo {
    height: 120px;
}

.ads-top {
    height: 120px;
    text-align: center;
}


.vk {
    left: 0;
    top: -1px;
    position: absolute;
}

.od {
    left: 30px;
    top: -1px;
    position: absolute;
}

ul#topnav {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    background: #DF9442;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

ul#topnav li {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}

ul#topnav li  {
    padding: 10px 5px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}
ul#topnav li .fa{
    display: inline-block;
}
ul#topnav li a{
    padding: 10px 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;

}
ul#topnav li:hover {
    background: #5a6470;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #495261), color-stop(100%, #38404b));
    background: -moz-linear-gradient(top, #495261 0%, #38404b 100%);
}

ul#topnav .active {
    background: #38404b;
}

ul#topnav li span {
    float: left;
    position: absolute;
    margin-top: -1px;
    left: 0;
    top: 100%;
    visibility: hidden;
    width: 100%;
    background: #38404b;
    color: #fff;

    z-index: 9999;
    max-height: 1px;
    transition: all 300ms ease-in-out;
    overflow: hidden;
}
ul#topnav li .display{
    max-height: 300px;
    padding: 15px 0;
    visibility: visible;
}

ul#topnav li span a {
    display: inline;
    margin-left: 0;
}

ul#topnav li span a:hover {
    text-decoration: underline;
}

#vk_groups{
    margin: 0px auto 10px auto;
}
#ok_group_widget{
	text-align: center;
}
.forum_menu {
    background-color: #DF9442;
    position: relative;
}

.forum_menu .nav > li {
    float: left;
}

#sticky-wrapper {
    z-index: 100;
    position: relative;
}

.header--nav{
    height: 32px;
}
.header-nav--primary {
    position: relative;
}

.header-login {
    float: right !important;
}

.header-login.nav > li > a {
    padding: 7px 20px 7px;
}

.header-nav--primary.nav > li > a {
    padding: 7px 5px 7px;
}

.header-nav--tab{
  /*  margin-top: -10px;*/
}
.header-nav--tab .nav > li > a{
    padding: 15px 5px 10px;

}
.topic-sidebar-widget--ad{
    text-align: center;
}

.header--search-bar {
    margin-top: 2px;
}
.header--search-bar .form-control{
    padding: 4px 10px;
    height: 28px;
}
.header--search-bar .input-group-btn .btn{
    padding: 4px 8px;
}
.header-member-info {
    margin-top: 2px;
}

.header-member-notifications--toggle, .header-member-info .msg {
    padding: 4px 8px;
}

.header-member-info .member-profile {
    margin-top: 0;
}

.header-member-info .member-profile .dropdown-menu {
    margin-top: 2px;
}

.table_column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-column-rule: 1px solid #e9e9e9;
    -moz-column-rule: 1px solid #e9e9e9;
    column-rule: 1px solid #e9e9e9;
    padding: 15px 15px 0px 15px;
    break-inside: avoid-column;
}


.flex5 img{
    max-height: 250px;
}
.flex5{
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
}
.flex5 span{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    margin: 0 10px 0 0;
    padding: 10px;
    background-color: #fff;
    min-height: 200px;
}
.flex5 span:last-child{
    margin: 0;
}

.a_container{
    margin-bottom: 5px;
    display: block;
    margin-left: 10px;
    position: relative;
}

.a_container a{
    white-space: normal;
}

.a_container i{
    /* display: block; */
    /* position: absolute; */
    left: -14px;
    top: 3px;
}


.topic-list--content a {
    white-space: normal;
    /* overflow: hidden; */
    color: #222;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    text-overflow: ellipsis;
}


.topic-list--content a:hover{
    color: #ff6c2c !important;
}

.orange_not_visited a{
    color: #ff6c2c !important;
}
.orange_not_visited a:visited{
    color: #222 !important;
}


.a_container .link-new,.link-new,.topic-list-content--title .link-new{
    color: #ff6c2c !important;
}



.topic-list-content--title p{
    word-wrap: normal;
    white-space: normal;
    color: #293a4a;
    font-size: 12px !important;
}
.topic-list-content--title p a{
    margin-right: 0;
}
.forumdesc{

}
.topic-sidebar-widget--footer {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.topic-sidebar-widget--footer p {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.topic-sidebar-widget--footer .clearfix strong {
    float: right;
}

.topic-sidebar-widget--footer a,.action-bar-pagination--topics a,.pm_info a{
    color: #222;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

.topic-sidebar-widget--footer a:hover,
.topic-sidebar-widget--footer a:focus,
.action-bar-pagination--topics a:hover,
.action-bar-pagination--topics a:focus,
.pm_info a:hover{
    color: #ff6c2c;
}


#qr_postform{
    margin-top: 5px;
    margin-bottom: 0;
}
#qr_postform .submit-buttons{
    padding-bottom: 5px;
}
.postlink{
    text-decoration: underline !important;
}
.signature,.notice, .notice{
    font-size: 13px;
    font-weight: 300;
}

.first_post_ads{
    text-align: center;
    background-color: transparent !important;
}
.mapcamtext {
    text-align: center;
    color: #32475F;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 7px;
}

.ulogin_provider {
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.ulogin_form {
    display: inline-block;
    line-height: 1em;
}

.topic--body{
    width: calc(100% - 270px);
    float: left;
}
.topic--sidebar{
    max-width: 250px;
    padding: 0 0 15px 0;
    float: right;
}

.topic-list-content--title {
    max-width: 45%;
}

.ulogin_accounts {
    font-size: 1px;
}
.ulogin_body{
    display: inline-block;
}
.post-buttons .dropdown a{
    color: #000 !important;
    text-align: center;
}

.container {
    width: 95%;
}

.footer-widget a{
    color: #ffffff !important;
}
#abbc3_buttons{
    width: 80%;
}
#abbc3_buttons,.abbc3_buttons_row{
    display: inline-block;
}
.abbc3_buttons_row{
    width: 100%;
}
.quickreply-widget{
    margin-bottom: 0;
}

.topic-sidebar-widget{
    background: #FFFFFF;
}

.action-bar-pagination--new{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px 5px;

    color: #fff !important;
    background-color: #293a4a;
    text-transform: uppercase;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
.action-bar-pagination--new:hover {
    background-color: #ff6c2c;
}

#qr_postform.qr_fixed_form.qr_compact_form #message-box {
    padding: 0 50px 0 0;
}

#qr_postform.qr_fixed_form.qr_compact_form #message-box  textarea{
    background: #FFFFFF;
}
.qr_fixed_form #smiley-box{
    overflow-x: hidden;
}

.qr_fixed_form .panel.bg3{
    padding: 0;
    text-align: center;
}
.qr_fixed_form .panel.bg3 p{
    display: none;
}
#qr_postform .additional-element{
    padding-left: 20px;
}
.reg-page > ul > li{
    padding: 20px;
}
.reg-page  p.message{
    margin: 0;
}

#insert_map {
    width: 100%;
    height: 450px;
}
.y_map{
    width: 100%;
    height: 450px;
}
.insert_map_buttons{
    text-align: center;
    margin-top: 10px;
}
#map-form .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#map-form .modal-dialog {
    padding: 0 15px;
}
#map-form .modal-content {
    border-radius: 0;
}
#map-form .modal-content button.close {
    position: absolute;
    top: -10px;
    right: -20px;
    filter: alpha(opacity=100);
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    opacity: 1;
    outline: 0;
}
#map-form .modal-header {
    color: #fff;
    background-color: #ff6c2c;
    border: none;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
#map-form .modal-header i.fa {
    margin-right: 10px;
}
#map-form .modal-body form {
    overflow: hidden;
}

.insert_map_buttons .button1{
    margin-right: 5px;
    padding: 5px 10px;
}

.y_map_info{
    min-height: 19px;
    margin-top: 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #495261), color-stop(100%, #38404b));
    background: -moz-linear-gradient(top, #495261 0%, #38404b 100%);
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    list-style-type: none;
}
.y_map_info:empty{
    display: none;
}

.y_map_tags{
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.y_map_tags_text{
    margin-top: 6px;
}

.y_map_tags .map_menu {
    display: inline-block;
    margin-left: 15px !important;
    margin-bottom: 0 !important;
    margin-top: 5px !important;
}
.y_map_tags .map_menu li{
    text-align: center;
    max-width: 140px;
    display: inline-block;
    float: left;
}
.y_map_tags  .map_menu li a{
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 11px;
    background-color: #cadceb;
    color: #fff !important;
    border-radius: 15px;
    padding: 1px 8px;
    margin: 0px 2px 2px 2px
}
.y_map_tags  .map_menu li:hover a{
    background-color: #ff6c2c;
}

#map-form dt{
    width: 20%;
    float: left;
    text-align: left;
    display: block;
    margin-top: 7px
}

.polls_main{
    clear: both;
    font-size: 14px !important;
}
.polls_main dl{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: none !important;

}
.polls_main dt{
    width: 50% !important;

}
.poll-title{
    border-bottom: none !important;
    font-weight: bold;
}
.polls_main dt label,.polls_main dt {
    font-weight: 400 !important;
    font-size: 14px !important;
}
.polls_main dd.resultbar{
    width: 30% !important;
    font-size: 10px !important;
}
.polls_main dd{
    font-size: 14px !important;
}
.polls_main .poll_option_percent{
    font-size: 10px !important;
}
.polls_main .poll_total_votes{
    border-top: 1px solid #bebebe;
}

.polls_main .author{
    border-bottom: 1px solid #cadceb;
}
hr{
    border-top: 1px solid #bebebe;
}


.action-bar-pagination--topics a{
    font-size: 16px;
    margin-left: 10px;
}

.alert_text{
    overflow-y: auto;
    height: calc(100vh - 300px);
}
.phpbb_alert{
    height: calc(100vh - 200px);
}

.ucp-page #cp-main .buttons a,.ucp-page #navigation li a,#tabs .tab > a,.mcp-page #navigation li a{
    color: #fff !important;
}

.fl-left-480 .dropdown-menu{
    padding: 5px;
    text-align: center;
}

.action-bar-container{

}

.topic-tools,.action-bar-pagination--topics,.fl-left-480 {
    margin-top: 5px !important;
}
.action-bar-pagination--topics{
    display: inline-block;
}

.wo{
    padding-left: 0;
    padding-right: 0;
}

.rh_tag_container{
    display: inline-block;

}
.pagination > ul > li > span:hover, .pagination > ul > li.active > span, .pagination > ul > li > a:hover, .pagination > ul > li > a:focus, .pagination > ul > li.active > a{
    color: #fff !important;
}


.avatar-container{
    min-height: 8px;
}

.jq_popuppm .close_win{


}
.jq_popuppm a.close{
    font-size: 18px;
    opacity: 1;
    color: #000 !important;
}

.spoilwrapper{
    font-size: 12px; !important;
}
.post-buttons{
    margin: 10px 0 0 0;
    position: static;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.post-buttons ul{
    list-style: none !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    float: right;
    user-select: none;
}
.post-buttons li{
    display: inline-block;
}

.smiley-scroll{
    height: 270px;
}

.visible-inline{
    display: inline-block;
}
.owl-carousel-topic{
    max-height: 200px;
}

.forum-search{
    float: left;
    max-width: 175px;
    position: relative;
    margin-left: 15px;
    margin-top: 2px;


}
.forum-search .input-group-btn .btn{
    padding: 0px 5px;
}
.forum-search .inputbox{
    padding: 1px 5px;
}
/*
.post-container{
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.post-container .content{
    -moz-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
}
*/
.selection-text{
    -moz-user-select: auto;
    -webkit-user-select: auto;
    user-select: auto;
}

@media (max-width: 1200px) {
    .topic-list-content--title {
        max-width: 45%;
    }
    .smiley-scroll{
        height: 243px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .container {
        width: 95%;
    }
    ul#topnav li .fa{
        display: inline-block;
    }
    .topic-list-content--title {
        max-width: 30%;
    }
    .topic-list-content--stats p{
        margin-right: 10px;
    }
    .topic-list-content--rss{
        display: none;
    }
    .fl-left-480{
        margin-top: 5px !important;
    }
    .topic-list--content .post-buttons > li{
        margin: 0;
    }
    .flex5 span{
        width: 25%;
        font-size: 80% !important;
    }
    .flex5 span:nth-child(5){
        display: none;
    }
    .action-bar-pagination--topics{
        float: left;
    }
    .action-bar-pagination--topics a{
        font-size: 12px;
        margin-left: 5px;
    }
    #message-box textarea{
        height: 15em !important;
    }
    .postprofile{

    }
    .action-bar-pagination--new{
        padding: 2px 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .container {
        width: 95%;
    }
    .topic--body {
        width: calc(100% - 270px);
    }


    ul#topnav li{
        padding: 5px;
    }

    .topic--sidebar{
        margin-top: 0;
    }

    .topic-list-content--title p,.topic-list-content--stats p,.topic-list-content--meta .recent-post,.topic-list-content--meta .recent-post-time{
        font-size: 10px !important;
    }

    .topic-list-content--title {
        max-width: 28%;
        margin-left: 5px;
    }
    .topic-list-content--stats p{
        margin-right: 10px;
    }
    .topic-list-content--meta{
        max-width: 25%;
    }
    .topic-list-content--stats{
        max-width: 30%;
    }
    .topic--breadcrumb .breadcrumb li a,.breadcrumb>.active{
        font-size: 12px;
    }
    .topic-list-content--rss{
        display: none;
    }
    .flex5 span{
        width: 33%;
        font-size: 80% !important;
    }
    .flex5 span:nth-child(5),.flex5 span:nth-child(4){
        display: none;
    }
    .postprofile{
        width: 20%;
        font-size: 80%;
    }
    .topic-list--content .post-buttons > li{
        margin: 0;
    }
    .action-bar-pagination--topics{
        float: left;
    }
    .action-bar-pagination--topics a{
        font-size: 12px;
        margin-left: 5px;
    }

    #message-box textarea{
        height: 15em !important;
    }
    .action-bar-pagination--new{
        padding: 2px 5px;
    }
    .forum-search{
        margin-left: 0;
    }
}

/* Small Devices, Tablets */
@media  (max-width: 767px) {
    .container {
        width: 95%;
    }
    .topic--body,.footer-widget{
        width: 99%;
        padding: 0 5px;
        margin: 0;
    }
	.topic--body{
		float: none;
	}
	.topic--sidebar{
		float: none;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		max-width: none;
		width: 99%;
	}
	.topic-sidebar--widget{
		width: 99%;
	}
    .topic-list-content--title {
        max-width: 40%;
    }
    .header-nav--primary{
        clear: none;
    }
    .has-profile .post-buttons{
        max-width: 480px !important;
    }
    .header-nav--primary{
        clear: none;
    }
    .header--search-bar{
        float: right;
        max-width: 135px;
    }
    .header--search-bar .input-group-btn .btn{
        padding: 4px 4px;
    }
    .topic--breadcrumb .breadcrumb li a,.breadcrumb>.active{
        font-size: 10px;
    }
    .topic--breadcrumb .breadcrumb{
        padding: 4px;
        font-size: 10px;
    }
    .breadcrumb>li+li:before{
        padding: 0px 1px;
    }
    .topic-list-content--title p,.topic-list-content--stats p,.topic-list-content--meta .recent-post,.topic-list-content--meta .recent-post-time{
        font-size: 9px !important;
    }
    .topic-list-content--rss{
        display: none;
    }
    .header-nav--tab .nav > li > a {
        padding: 2px 5px 2px;
        font-size: 10px; !important;
    }
    .header-nav--tab .nav{
        padding: 0;
    }
    .column1,.column2 {
        width: 100%;
    }

    .topic-list-content--title h2 a{
        font-size: 12px !important;
    }

    .flex5 span{
        width: 33%;
        font-size: 80% !important;
    }
    .flex5 span:nth-child(4),.flex5 span:nth-child(5){
        display: none;
    }

    .topic-tools,.quick-mod-tools{
        border-left: none;
        border-right: none;
        margin-left: 0;
        padding-left: 0;
        display: block;
    }
    #tabs .tab > a,.ucp-page #navigation li a {
        padding: 4px 4px;
    }

    dd select{
        max-width: 100% !important;
    }
    fieldset.submit-buttons input{
        max-width: 100% !important;
    }

    .topic-list--content .post-buttons > li{
        margin: 0;
    }
    .action-bar-pagination--topics{
        float: left;
        margin-top: 5px !important;
    }
    .action-bar-pagination--topics a{
        font-size: 12px;
        margin-left: 5px;
    }

    .topic--post{
        padding: 5px;
    }

    .online {
        background-size: 40px;
    }

    .forum_menu{
        font-size: 80%;
    }
    ul#topnav{
        flex-direction: column;
    }
    ul#topnav{
        max-width: 99%;
    }
    ul#topnav li{
        padding: 2px;
        position: relative;
        width: 100%;
        text-align: left;
    }
    ul#topnav li span{
        position: relative;
    }
    ul#topnav li span a{
        padding: 2px;
    }
    #abbc3_buttons{
        width: 100%;
    }
    #message-box textarea{
        height: 10em !important;
    }


    .topic-list--content > ul > li {
        opacity: 1;
        transform: none !important;
    }
    #smiley-box{
        margin-top: 0;
    }
    .smiley-scroll{
        height: 120px;
    }
    .header-login.nav > li > a{
        padding: 7px 0px 7px;
        max-width: 16px;
        max-height: 26px;
        overflow: hidden;
    }
    .action-bar-pagination--new{
        padding: 2px 5px;
    }
    .forum-search{
        margin-left: 0;
    }
}



/* Extra Small Devices, Phones */
@media  (max-width: 480px) {
    .action-bar--stats{
        margin-top: 0;
    }
    .header-login{
    }

    .flex5 span{
        width: 50%;
        font-size: 80% !important;
    }
    .flex5 span:nth-child(3),.flex5 span:nth-child(4),.flex5 span:nth-child(5){
        display: none;
    }

    .row{
        margin: 0;
    }
    .topic--body,.footer-widget{
        width: 99%;
        padding: 0;
        margin: 0;
    }
	.topic--body{
		float: none;
	}
	.topic--sidebar{
		float: none;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		max-width: none;
		width: 99%;
	}
	.topic-sidebar--widget{
		width: 99%;
	}
    .quick-mod-tools{
        margin-top: 5px;
    }
    .mt-9-480{
        margin-top: 0 !important;
        float: right !important;
    }


    .action-bar--pagination ul{
        margin-top: 5px !important;
        float: left !important;
    }
    .container {
        width: 100%;
        padding: 0 5px 0 5px;
    }
    .header-member-info{
        margin-top: 0;
    }
    .header-nav--primary{
        clear: none;
    }

    .table_column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .topic-list-content--icon{
        margin-left: 5px;
    }
    .topic-list-content--title{
        max-width: 175px;
        margin-left: 5px;
    }
    .header--search-bar,.topic-list-content--rss{
        display: none;
    }

    .has-profile .post-buttons{
        max-width: 300px !important;
    }
    .topic-list--content .post-buttons > li{
        margin: 0;
    }

    .fa.fm{
        margin-right: 4px;
    }

    .header-login.nav > li > a{
        padding: 7px 0px 7px;
        max-width: 16px;
        max-height: 26px;
        overflow: hidden;
    }
    .header-nav--primary.nav > li > a{
        padding: 7px 5px 7px;
    }
    .flex5 span{
        width: 50%;
        font-size: 80% !important;
    }
    .flex5 span:nth-child(3),.flex5 span:nth-child(4),.flex5 span:nth-child(5){
        display: none;
    }

    .smiley-scroll{
        height: 80px;
    }
}




